From 2764e5f22846969f51385b5d07d3a73f7937f1c4 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Thu, 9 Apr 2026 08:51:57 +0000 Subject: [PATCH] testdata: re-run ssh tscap corpus with localpart anonymization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Regenerates ssh_results/*.hujson on top of the tscap fix (kradalby/tscap@833a50a + 837f1f6) that rewrites localpart:*@ patterns in policy text alongside user email substitution. Before the fix, anonymized captures kept the raw @passkey domain in policy while the users landed on @example.com, so localpart:*@passkey matched zero users and headscale emitted only the wildcard rule, diffing against SaaS's per-user rules on 40 failing leaves across 14 scenarios (ssh-d2..d12 minus d1/d10, ssh-e6, ssh-f3..f5). With the new corpus: - localpart:*@passkey in policy → localpart:*@example.com - thor moves from thor@example.com to thor@dalby.cc so that "localpart:*@example.com" resolves to exactly odin+freya (matching SaaS output), and "localpart:*@dalby.cc" in ssh-d1 keeps matching exactly one user. Test code update: setupSSHDataCompatUsers() now pins thor on @dalby.cc to match the capture topologies. All other compat tests (routes, grants, acl, via-grant) use their own per-file topology loaders and are unaffected — thor's email change is scoped to the SSH hardcoded setup. TestSSHDataCompat: 41 failing leaves → 1 failing leaf. The single remaining ssh-b6/beedrill failure is a pre-existing, unrelated duplicate-principals bug in headscale's SSH compiler (same diff shape before and after this change). Updates #3157 --- .../v2/tailscale_ssh_data_compat_test.go | 8 +- .../v2/testdata/ssh_results/ssh-a1.hujson | 8850 ++++++++-------- .../v2/testdata/ssh_results/ssh-a2.hujson | 7843 +++++++------- .../v2/testdata/ssh_results/ssh-a3.hujson | 7978 +++++++-------- .../v2/testdata/ssh_results/ssh-a4.hujson | 7509 +++++++------- .../v2/testdata/ssh_results/ssh-a5.hujson | 7775 +++++++------- .../v2/testdata/ssh_results/ssh-a6.hujson | 8849 ++++++++-------- .../v2/testdata/ssh_results/ssh-a7.hujson | 7905 +++++++------- .../v2/testdata/ssh_results/ssh-a8.hujson | 7743 +++++++------- .../v2/testdata/ssh_results/ssh-b1.hujson | 8801 ++++++++-------- .../v2/testdata/ssh_results/ssh-b2.hujson | 9084 ++++++++-------- .../v2/testdata/ssh_results/ssh-b3.hujson | 7770 +++++++------- .../v2/testdata/ssh_results/ssh-b4.hujson | 8827 ++++++++-------- .../v2/testdata/ssh_results/ssh-b5.hujson | 8483 +++++++-------- .../v2/testdata/ssh_results/ssh-b6.hujson | 8347 +++++++-------- .../v2/testdata/ssh_results/ssh-c1.hujson | 7848 +++++++------- .../v2/testdata/ssh_results/ssh-c2.hujson | 8301 +++++++-------- .../v2/testdata/ssh_results/ssh-c3.hujson | 8165 +++++++-------- .../v2/testdata/ssh_results/ssh-c4.hujson | 8435 +++++++-------- .../v2/testdata/ssh_results/ssh-d1.hujson | 8644 ++++++++-------- .../v2/testdata/ssh_results/ssh-d10.hujson | 9013 ++++++++-------- .../v2/testdata/ssh_results/ssh-d11.hujson | 8420 +++++++-------- .../v2/testdata/ssh_results/ssh-d12.hujson | 8713 ++++++++-------- .../v2/testdata/ssh_results/ssh-d2.hujson | 8980 ++++++++-------- .../v2/testdata/ssh_results/ssh-d3.hujson | 8423 +++++++-------- .../v2/testdata/ssh_results/ssh-d4.hujson | 9021 ++++++++-------- .../v2/testdata/ssh_results/ssh-d5.hujson | 7789 +++++++------- .../v2/testdata/ssh_results/ssh-d6.hujson | 8726 ++++++++-------- .../v2/testdata/ssh_results/ssh-d7.hujson | 7939 +++++++------- .../v2/testdata/ssh_results/ssh-d8.hujson | 7833 +++++++------- .../v2/testdata/ssh_results/ssh-d9.hujson | 8111 +++++++-------- .../v2/testdata/ssh_results/ssh-e1.hujson | 8386 +++++++-------- .../v2/testdata/ssh_results/ssh-e2.hujson | 8303 +++++++-------- .../v2/testdata/ssh_results/ssh-e3.hujson | 8835 ++++++++-------- .../v2/testdata/ssh_results/ssh-e4.hujson | 8541 ++++++++-------- .../v2/testdata/ssh_results/ssh-e5.hujson | 8831 ++++++++-------- .../v2/testdata/ssh_results/ssh-e6.hujson | 8527 ++++++++-------- .../v2/testdata/ssh_results/ssh-f1.hujson | 8027 +++++++-------- .../v2/testdata/ssh_results/ssh-f2.hujson | 8194 +++++++-------- .../v2/testdata/ssh_results/ssh-f3.hujson | 8475 +++++++-------- .../v2/testdata/ssh_results/ssh-f4.hujson | 8151 +++++++-------- .../v2/testdata/ssh_results/ssh-f5.hujson | 9091 +++++++++-------- .../v2/testdata/ssh_results/ssh-g1.hujson | 8121 +++++++-------- .../v2/testdata/ssh_results/ssh-g2.hujson | 8443 +++++++-------- 44 files changed, 180625 insertions(+), 179433 deletions(-) diff --git a/hscontrol/policy/v2/tailscale_ssh_data_compat_test.go b/hscontrol/policy/v2/tailscale_ssh_data_compat_test.go index 17ee1667..a4c9abe7 100644 --- a/hscontrol/policy/v2/tailscale_ssh_data_compat_test.go +++ b/hscontrol/policy/v2/tailscale_ssh_data_compat_test.go @@ -36,6 +36,12 @@ import ( // compatibility tests. Users get norse-god names; nodes get original-151 // pokémon names — matching the anonymized identifiers tscap writes into // the capture files (see github.com/kradalby/tscap/anonymize). +// +// odin and freya live on @example.com; thor is intentionally kept on +// @dalby.cc so that "localpart:*@example.com" resolves to exactly two +// users (matching SaaS output) and the "user on a different email +// domain" case stays covered by scenarios like ssh-d1 that use +// "localpart:*@dalby.cc". func setupSSHDataCompatUsers() types.Users { return types.Users{ { @@ -46,7 +52,7 @@ func setupSSHDataCompatUsers() types.Users { { Model: gorm.Model{ID: 2}, Name: "thor", - Email: "thor@example.com", + Email: "thor@dalby.cc", }, { Model: gorm.Model{ID: 3}, diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-a1.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-a1.hujson index 8143867e..73c2bab4 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-a1.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-a1.hujson @@ -3,7 +3,7 @@ // ssh a1 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:22:17Z +// Captured at: 2026-04-09T08:28:20Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-a1", "description": "ssh a1", "category": "ssh", - "captured_at": "2026-04-09T01:22:17.917667853Z", + "captured_at": "2026-04-09T08:28:20.281958264Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a1\",\n\t\"id\": \"ssh-a1\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a1\",\n\t\"id\": \"ssh-a1\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-a1.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.105.125.25", - "ipv6": "fd7a:115c:a1e0::d037:7d19", + "ipv4": "100.66.133.120", + "ipv6": "fd7a:115c:a1e0::e837:8578", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.97.144.94", - "ipv6": "fd7a:115c:a1e0::6037:905e", + "ipv4": "100.65.36.115", + "ipv6": "fd7a:115c:a1e0::3137:2473", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.109.47.38", - "ipv6": "fd7a:115c:a1e0::8037:2f27", + "ipv4": "100.114.34.82", + "ipv6": "fd7a:115c:a1e0::e537:2252", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.89.38.104", - "ipv6": "fd7a:115c:a1e0::e737:2668", + "ipv4": "100.77.166.90", + "ipv6": "fd7a:115c:a1e0::1037:a65a", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.68.20.105", - "ipv6": "fd7a:115c:a1e0::b237:1469", + "ipv4": "100.124.96.19", + "ipv6": "fd7a:115c:a1e0::ea37:6013", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.107.141.73", - "ipv6": "fd7a:115c:a1e0::7f37:8d49", + "ipv4": "100.97.243.45", + "ipv6": "fd7a:115c:a1e0::b137:f32d", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.119.245.103", - "ipv6": "fd7a:115c:a1e0::e637:f567", + "ipv4": "100.125.58.52", + "ipv6": "fd7a:115c:a1e0::c37:3a34", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.120.126.45", - "ipv6": "fd7a:115c:a1e0::fa37:7e2d", + "ipv4": "100.80.179.23", + "ipv6": "fd7a:115c:a1e0::7537:b317", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.68.100.31", - "ipv6": "fd7a:115c:a1e0::6e37:641f", + "ipv4": "100.114.165.95", + "ipv6": "fd7a:115c:a1e0::da37:a55f", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.104.210.32", - "ipv6": "fd7a:115c:a1e0::9e37:d220", + "ipv4": "100.108.46.33", + "ipv6": "fd7a:115c:a1e0::a737:2e21", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.67.215.95", - "ipv6": "fd7a:115c:a1e0::ac37:d75f", + "ipv4": "100.102.148.9", + "ipv6": "fd7a:115c:a1e0::c637:9409", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.111.15.70", - "ipv6": "fd7a:115c:a1e0::c637:f46", + "ipv4": "100.117.223.82", + "ipv6": "fd7a:115c:a1e0::ca37:df52", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.97.108.4", - "ipv6": "fd7a:115c:a1e0::4637:6c04", + "ipv4": "100.116.41.100", + "ipv6": "fd7a:115c:a1e0::4437:2964", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.67.88.103", - "ipv6": "fd7a:115c:a1e0::4237:5867", + "ipv4": "100.65.168.37", + "ipv6": "fd7a:115c:a1e0::8b37:a825", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.111.242.95", - "ipv6": "fd7a:115c:a1e0::aa37:f25f", + "ipv4": "100.90.127.51", + "ipv6": "fd7a:115c:a1e0::cc37:7f33", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,20 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5145077592065921, - "StableID": "nAjaKuTDBh11CNTRL", + "ID": 2576550062452005, + "StableID": "ngpB3sbv7M11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 5145077592065921, - "Key": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "DiscoKey": "discokey:19adf786b8f73517d9877faf6d0c57f16ce14a2a7f7482b40f673c27ad0ac435", - "Addresses": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "AllowedIPs": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "Endpoints": ["77.164.248.136:41890", "10.65.0.27:41890", "172.17.0.1:41890"], + "User": 2576550062452005, + "Key": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "DiscoKey": "discokey:55875cf1f606be1b84b0f5a4d0f2aa1ca460f95d3afe079b5b02a1e67ef35838", + "Addresses": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "AllowedIPs": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 34502}, - {"Proto": "peerapi6", "Port": 34502}, + {"Proto": "peerapi4", "Port": 38332}, + {"Proto": "peerapi6", "Port": 38332}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:26.693017945Z", + "Created": "2026-04-09T08:28:32.851036378Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,300 +220,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "MachineKey": "mkey:d8d6fcec7b1e6109108f0fc56b0214871787ed73ed97afbd51221e80334ce142", + "NodeKey": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "MachineKey": "mkey:e7ffc8a74a1ace0a2a22168765bf85798e645618b7fba08fe3205fc970a99f7c", "Peers": [{ - "ID": 664755680796598, - "StableID": "nfhTAG15C611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "DiscoKey": "discokey:337f9458f4e860ca7267269379ca190827c28b2ec2a534ea6fa5cdb2e3ed053b", - "Addresses": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "AllowedIPs": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "Endpoints": ["77.164.248.136:42147", "10.65.0.27:42147", "172.17.0.1:42147"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} - ]}, - "Created": "2026-04-09T01:22:20.716253501Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2074913048876208, - "StableID": "nmqYvwSjCH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "DiscoKey": "discokey:dce1fc0ef95aea0521af1a5c8031d8bc86e3cf4a25551e20e3f370e5da18c77b", - "Addresses": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "AllowedIPs": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "Endpoints": ["77.164.248.136:49674", "10.65.0.27:49674", "172.17.0.1:49674"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59639}, - {"Proto": "peerapi6", "Port": 59639} - ]}, - "Created": "2026-04-09T01:22:21.249822283Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3052498843051610, - "StableID": "nZaDyAyUqQ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "DiscoKey": "discokey:f490a8570361c23d96a28a7a8459361e2f4fe95013f57ee6ea2f05a6af22382f", - "Addresses": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "AllowedIPs": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "Endpoints": ["77.164.248.136:40069", "10.65.0.27:40069", "172.17.0.1:40069"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62119}, - {"Proto": "peerapi6", "Port": 62119} - ]}, - "Created": "2026-04-09T01:22:24.536851635Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3064768977432213, - "StableID": "nSsBjUH3wQ11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "DiscoKey": "discokey:3a9d75404de5aebe44752ed34db0ee67703fcf33d8350d998268bb01f57ead49", - "Addresses": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "AllowedIPs": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "Endpoints": ["77.164.248.136:43474", "10.65.0.27:43474", "172.17.0.1:43474"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 50884}, - {"Proto": "peerapi6", "Port": 50884} - ]}, - "Created": "2026-04-09T01:22:26.153647106Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4289783408315037, - "StableID": "nQUw7VLrVa11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "DiscoKey": "discokey:64ce51c86d9daa93a110cd0bf733cafe204cb73fd0418cee60cb474654249159", - "Addresses": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "AllowedIPs": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "Endpoints": ["77.164.248.136:59248", "10.65.0.27:59248", "172.17.0.1:59248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:22:23.973983938Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4318477229182176, - "StableID": "nqZ7pH5ria11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "DiscoKey": "discokey:72f91cf70d56cf503db4038f86458927c2708c693267a6cd1435ea88b651ce36", - "Addresses": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "AllowedIPs": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "Endpoints": ["77.164.248.136:52894", "10.65.0.27:52894", "172.17.0.1:52894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62774}, - {"Proto": "peerapi6", "Port": 62774} - ]}, - "Created": "2026-04-09T01:22:22.341436542Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5158140516960809, - "StableID": "nUWAG5c8Hh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:b28fd9a38be1997aa72e2a26893f95396eaaba103684ed487ce8543f910b6a62", - "Addresses": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "AllowedIPs": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "Endpoints": ["77.164.248.136:45879", "10.65.0.27:45879", "172.17.0.1:45879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 58081}, - {"Proto": "peerapi6", "Port": 58081} - ]}, - "Created": "2026-04-09T01:22:27.229965209Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6157719077069087, - "StableID": "ncdtidqq5q11CNTRL", + "ID": 62779809037096, + "StableID": "nb2Eku7SV111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "KeyExpiry": "2026-10-06T01:22:28Z", - "DiscoKey": "discokey:2a8827c0ce87802b481c2e4ffbe0b500d434b07f09a952bfd41577897432da56", - "Addresses": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "AllowedIPs": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], + "Key": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "KeyExpiry": "2026-10-06T08:28:34Z", + "DiscoKey": "discokey:a7bd51433cc74a86a8e41f6358ea8716073008de6878cd1153b6fc688edbb73e", + "Addresses": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "AllowedIPs": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48369}, - {"Proto": "peerapi6", "Port": 48369} + {"Proto": "peerapi4", "Port": 37844}, + {"Proto": "peerapi6", "Port": 37844} ]}, - "Created": "2026-04-09T01:22:28.328345757Z", + "Created": "2026-04-09T08:28:34.473746686Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6326797796354126, - "StableID": "nHxRAVFRQr11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "DiscoKey": "discokey:474bb12cdeb2aa4cd25f3a1718ed0c06a483ed451b88b1b29f3dfd4d5ccd2762", - "Addresses": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "AllowedIPs": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "Endpoints": ["77.164.248.136:53968", "10.65.0.27:53968", "172.17.0.1:53968"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 42595}, - {"Proto": "peerapi6", "Port": 42595} - ]}, - "Created": "2026-04-09T01:22:21.79952447Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6336014963913003, - "StableID": "ntuRhQNbUr11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:447cb95e32e2ba8ecabe958d7ea2de4c02e71869f69fb77c634543a37892c522", - "Addresses": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "AllowedIPs": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "Endpoints": ["77.164.248.136:56043", "10.65.0.27:56043", "172.17.0.1:56043"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51500}, - {"Proto": "peerapi6", "Port": 51500} - ]}, - "Created": "2026-04-09T01:22:27.781442415Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6959005724780933, - "StableID": "nCnPuEHkLw11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "DiscoKey": "discokey:c6cf7394a63fdd553144d74b301f4d7dc7efc3698a5d6855172f816b46c4cc1d", - "Addresses": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "AllowedIPs": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "Endpoints": ["77.164.248.136:52543", "10.65.0.27:52543", "172.17.0.1:52543"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 50399}, - {"Proto": "peerapi6", "Port": 50399} - ]}, - "Created": "2026-04-09T01:22:22.875442921Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7278671936555170, - "StableID": "nqgkPRNXqy11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "DiscoKey": "discokey:c5c8dd5ca6221ea158becc77a235e21ac82b4af72fb59ba09dfb6ca6cdb8f44e", - "Addresses": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "AllowedIPs": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "Endpoints": ["77.164.248.136:47261", "10.65.0.27:47261", "172.17.0.1:47261"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36588}, - {"Proto": "peerapi6", "Port": 36588} - ]}, - "Created": "2026-04-09T01:22:23.433487125Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8157200064668886, - "StableID": "ndYLhBpQh621CNTRL", + "ID": 1203558925437598, + "StableID": "nfK8rDT6QA11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "DiscoKey": "discokey:a16627bb9e95e61c95fd22f6b6e45c0d2699eaa15ef1e3fb2f345610487d5943", - "Addresses": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "AllowedIPs": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "Endpoints": ["77.164.248.136:46588", "10.65.0.27:46588", "172.17.0.1:46588"], + "Key": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "DiscoKey": "discokey:1814cc981a25a9fd6a08c504f9143d790697da92166a9cc9a41a5fc0da16a20c", + "Addresses": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "AllowedIPs": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "Endpoints": ["77.164.248.136:39558", "10.65.0.27:39558", "172.17.0.1:39558"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 39095}, - {"Proto": "peerapi6", "Port": 39095} + {"Proto": "peerapi4", "Port": 41780}, + {"Proto": "peerapi6", "Port": 41780} ]}, - "Created": "2026-04-09T01:22:25.061356947Z", + "Created": "2026-04-09T08:28:31.226348504Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8690078183797514, - "StableID": "nRczKrckrA21CNTRL", + "ID": 2118194055061713, + "StableID": "nSBQEENLYH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "DiscoKey": "discokey:f5d21fa3f643191c239643cfa867cd924afb0dc8b79175eda4064e9172be1d62", + "Addresses": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "AllowedIPs": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "Endpoints": ["77.164.248.136:60536", "10.65.0.27:60536", "172.17.0.1:60536"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 36638}, + {"Proto": "peerapi6", "Port": 36638} + ]}, + "Created": "2026-04-09T08:28:27.418089431Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2750866980837271, + "StableID": "nUXKCScsUN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "DiscoKey": "discokey:128ff3069ea196cfc0223a889da9b59c1c732eace59256c44500f5d6d7a0327e", - "Addresses": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "AllowedIPs": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "Endpoints": ["77.164.248.136:37920", "10.65.0.27:37920", "172.17.0.1:37920"], + "Key": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "DiscoKey": "discokey:1c766b947042be4998ecf264743a6453dfa8cc54ce52ae82c4b44849d85e0d3f", + "Addresses": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "AllowedIPs": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "Endpoints": ["77.164.248.136:54114", "10.65.0.27:54114", "172.17.0.1:54114"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39509}, - {"Proto": "peerapi6", "Port": 39509} + {"Proto": "peerapi4", "Port": 63067}, + {"Proto": "peerapi6", "Port": 63067} ]}, - "Created": "2026-04-09T01:22:25.590888885Z", + "Created": "2026-04-09T08:28:31.761015422Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" + }, { + "ID": 3304628489273575, + "StableID": "nWQrREzfoS11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:88390587f14c57743a73eb1ced85962313065c40a16216ae9ee7db6433593d5a", + "Addresses": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "AllowedIPs": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "Endpoints": ["77.164.248.136:39784", "10.65.0.27:39784", "172.17.0.1:39784"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} + ]}, + "Created": "2026-04-09T08:28:33.931614149Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4423165983299547, + "StableID": "nrEPX45GYb11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "DiscoKey": "discokey:6b34c96e264dc3434545ba3449622c9a12a32077f45f2fb5ca229418a434687e", + "Addresses": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "AllowedIPs": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "Endpoints": ["77.164.248.136:34936", "10.65.0.27:34936", "172.17.0.1:34936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65477}, + {"Proto": "peerapi6", "Port": 65477} + ]}, + "Created": "2026-04-09T08:28:29.592542839Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5068975133658839, + "StableID": "nv8xf7Pkag11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "DiscoKey": "discokey:a971a746da80586372ec360450e4ded5658ca0b3d8451a44e0974c4bfac9f159", + "Addresses": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "AllowedIPs": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "Endpoints": ["77.164.248.136:50021", "10.65.0.27:50021", "172.17.0.1:50021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39585}, + {"Proto": "peerapi6", "Port": 39585} + ]}, + "Created": "2026-04-09T08:28:30.139862772Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5155626014948418, + "StableID": "nDA6L5ZzFh11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "DiscoKey": "discokey:9e53243c267ceb9d8c2b13df1bae9c9436dc65f741fff38b9a0ebcef60ecf874", + "Addresses": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "AllowedIPs": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 39226}, + {"Proto": "peerapi6", "Port": 39226} + ]}, + "Created": "2026-04-09T08:28:28.505348209Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5835968363319488, + "StableID": "nbQ3waz7an11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "DiscoKey": "discokey:8e9c89ee337c858de37312f7c69590846538a0fa002cdcc65713fd62c8f67337", + "Addresses": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "AllowedIPs": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "Endpoints": ["77.164.248.136:37523", "10.65.0.27:37523", "172.17.0.1:37523"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57829}, + {"Proto": "peerapi6", "Port": 57829} + ]}, + "Created": "2026-04-09T08:28:26.888258821Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6631950608985944, + "StableID": "n34ZGc6dnt11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:ab2aa1293d50ff2619088a14707f206a1bfe22796ac7194677357e3470584d61", + "Addresses": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "AllowedIPs": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "Endpoints": ["77.164.248.136:39019", "10.65.0.27:39019", "172.17.0.1:39019"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 38414}, + {"Proto": "peerapi6", "Port": 38414} + ]}, + "Created": "2026-04-09T08:28:33.401155978Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6933549789201463, + "StableID": "nrUf3ZbD9w11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "DiscoKey": "discokey:cf87de6723022d6de32a7763bd18c74055bf77bf5a32af95698176650b2b6e53", + "Addresses": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "AllowedIPs": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "Endpoints": ["77.164.248.136:42667", "10.65.0.27:42667", "172.17.0.1:42667"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35037}, + {"Proto": "peerapi6", "Port": 35037} + ]}, + "Created": "2026-04-09T08:28:32.301356496Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7517458780366336, + "StableID": "nD3P6utfh121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "DiscoKey": "discokey:f7cedc2f9e7bf554b8a4430ab07ef9b9eb3a842759f260d33208da238ffb611c", + "Addresses": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "AllowedIPs": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "Endpoints": ["77.164.248.136:42837", "10.65.0.27:42837", "172.17.0.1:42837"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57951}, + {"Proto": "peerapi6", "Port": 57951} + ]}, + "Created": "2026-04-09T08:28:30.669740158Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7975930835722467, + "StableID": "ngsKfLBKH521CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "DiscoKey": "discokey:91b6b2f6ef0bcf6851fffdd24543939a1e578607238b63bdea3d9c8f6d2fcd04", + "Addresses": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "AllowedIPs": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "Endpoints": ["77.164.248.136:36167", "10.65.0.27:36167", "172.17.0.1:36167"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 58372}, + {"Proto": "peerapi6", "Port": 58372} + ]}, + "Created": "2026-04-09T08:28:27.967665899Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8154134447886028, + "StableID": "nDV1eXH2g621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "DiscoKey": "discokey:c1af2715dfa24ad8a5ba3ee8e064a37b46d39c11ead3d1b116ebbc3152748474", + "Addresses": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "AllowedIPs": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "Endpoints": ["77.164.248.136:41631", "10.65.0.27:41631", "172.17.0.1:41631"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61988}, + {"Proto": "peerapi6", "Port": 61988} + ]}, + "Created": "2026-04-09T08:28:29.073878256Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -1362,27 +1361,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5145077592065921": { - "ID": 5145077592065921, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2576550062452005": { + "ID": 2576550062452005, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "blastoise": { @@ -1413,26 +1414,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7278671936555170, - "StableID": "nqgkPRNXqy11CNTRL", + "ID": 4423165983299547, + "StableID": "nrEPX45GYb11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 7278671936555170, - "Key": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "DiscoKey": "discokey:c5c8dd5ca6221ea158becc77a235e21ac82b4af72fb59ba09dfb6ca6cdb8f44e", - "Addresses": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "AllowedIPs": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "Endpoints": ["77.164.248.136:47261", "10.65.0.27:47261", "172.17.0.1:47261"], + "User": 4423165983299547, + "Key": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "DiscoKey": "discokey:6b34c96e264dc3434545ba3449622c9a12a32077f45f2fb5ca229418a434687e", + "Addresses": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "AllowedIPs": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "Endpoints": ["77.164.248.136:34936", "10.65.0.27:34936", "172.17.0.1:34936"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 36588}, - {"Proto": "peerapi6", "Port": 36588}, + {"Proto": "peerapi4", "Port": 65477}, + {"Proto": "peerapi6", "Port": 65477}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:22:23.433487125Z", + "Created": "2026-04-09T08:28:29.592542839Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1460,302 +1461,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "MachineKey": "mkey:76e42e7411f93b8054936af42191c10f4d7965a97fccd57e9aeac7eacbe2ba7b", + "NodeKey": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "MachineKey": "mkey:8a405eb79b917adc0f5c51d9eacfbbc8564163cedd62ca5110b7c65564a3db68", "Peers": [{ - "ID": 664755680796598, - "StableID": "nfhTAG15C611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "DiscoKey": "discokey:337f9458f4e860ca7267269379ca190827c28b2ec2a534ea6fa5cdb2e3ed053b", - "Addresses": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "AllowedIPs": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "Endpoints": ["77.164.248.136:42147", "10.65.0.27:42147", "172.17.0.1:42147"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} - ]}, - "Created": "2026-04-09T01:22:20.716253501Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2074913048876208, - "StableID": "nmqYvwSjCH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "DiscoKey": "discokey:dce1fc0ef95aea0521af1a5c8031d8bc86e3cf4a25551e20e3f370e5da18c77b", - "Addresses": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "AllowedIPs": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "Endpoints": ["77.164.248.136:49674", "10.65.0.27:49674", "172.17.0.1:49674"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59639}, - {"Proto": "peerapi6", "Port": 59639} - ]}, - "Created": "2026-04-09T01:22:21.249822283Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3052498843051610, - "StableID": "nZaDyAyUqQ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "DiscoKey": "discokey:f490a8570361c23d96a28a7a8459361e2f4fe95013f57ee6ea2f05a6af22382f", - "Addresses": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "AllowedIPs": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "Endpoints": ["77.164.248.136:40069", "10.65.0.27:40069", "172.17.0.1:40069"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62119}, - {"Proto": "peerapi6", "Port": 62119} - ]}, - "Created": "2026-04-09T01:22:24.536851635Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3064768977432213, - "StableID": "nSsBjUH3wQ11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "DiscoKey": "discokey:3a9d75404de5aebe44752ed34db0ee67703fcf33d8350d998268bb01f57ead49", - "Addresses": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "AllowedIPs": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "Endpoints": ["77.164.248.136:43474", "10.65.0.27:43474", "172.17.0.1:43474"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 50884}, - {"Proto": "peerapi6", "Port": 50884} - ]}, - "Created": "2026-04-09T01:22:26.153647106Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4289783408315037, - "StableID": "nQUw7VLrVa11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "DiscoKey": "discokey:64ce51c86d9daa93a110cd0bf733cafe204cb73fd0418cee60cb474654249159", - "Addresses": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "AllowedIPs": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "Endpoints": ["77.164.248.136:59248", "10.65.0.27:59248", "172.17.0.1:59248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:22:23.973983938Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4318477229182176, - "StableID": "nqZ7pH5ria11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "DiscoKey": "discokey:72f91cf70d56cf503db4038f86458927c2708c693267a6cd1435ea88b651ce36", - "Addresses": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "AllowedIPs": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "Endpoints": ["77.164.248.136:52894", "10.65.0.27:52894", "172.17.0.1:52894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62774}, - {"Proto": "peerapi6", "Port": 62774} - ]}, - "Created": "2026-04-09T01:22:22.341436542Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5145077592065921, - "StableID": "nAjaKuTDBh11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "DiscoKey": "discokey:19adf786b8f73517d9877faf6d0c57f16ce14a2a7f7482b40f673c27ad0ac435", - "Addresses": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "AllowedIPs": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "Endpoints": ["77.164.248.136:41890", "10.65.0.27:41890", "172.17.0.1:41890"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34502}, - {"Proto": "peerapi6", "Port": 34502} - ]}, - "Created": "2026-04-09T01:22:26.693017945Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5158140516960809, - "StableID": "nUWAG5c8Hh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:b28fd9a38be1997aa72e2a26893f95396eaaba103684ed487ce8543f910b6a62", - "Addresses": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "AllowedIPs": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "Endpoints": ["77.164.248.136:45879", "10.65.0.27:45879", "172.17.0.1:45879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 58081}, - {"Proto": "peerapi6", "Port": 58081} - ]}, - "Created": "2026-04-09T01:22:27.229965209Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6157719077069087, - "StableID": "ncdtidqq5q11CNTRL", + "ID": 62779809037096, + "StableID": "nb2Eku7SV111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "KeyExpiry": "2026-10-06T01:22:28Z", - "DiscoKey": "discokey:2a8827c0ce87802b481c2e4ffbe0b500d434b07f09a952bfd41577897432da56", - "Addresses": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "AllowedIPs": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "Endpoints": ["77.164.248.136:52609", "10.65.0.27:52609", "172.17.0.1:52609"], + "Key": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "KeyExpiry": "2026-10-06T08:28:34Z", + "DiscoKey": "discokey:a7bd51433cc74a86a8e41f6358ea8716073008de6878cd1153b6fc688edbb73e", + "Addresses": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "AllowedIPs": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48369}, - {"Proto": "peerapi6", "Port": 48369} + {"Proto": "peerapi4", "Port": 37844}, + {"Proto": "peerapi6", "Port": 37844} ]}, - "Created": "2026-04-09T01:22:28.328345757Z", + "Created": "2026-04-09T08:28:34.473746686Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6326797796354126, - "StableID": "nHxRAVFRQr11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "DiscoKey": "discokey:474bb12cdeb2aa4cd25f3a1718ed0c06a483ed451b88b1b29f3dfd4d5ccd2762", - "Addresses": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "AllowedIPs": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "Endpoints": ["77.164.248.136:53968", "10.65.0.27:53968", "172.17.0.1:53968"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 42595}, - {"Proto": "peerapi6", "Port": 42595} - ]}, - "Created": "2026-04-09T01:22:21.79952447Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6336014963913003, - "StableID": "ntuRhQNbUr11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:447cb95e32e2ba8ecabe958d7ea2de4c02e71869f69fb77c634543a37892c522", - "Addresses": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "AllowedIPs": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "Endpoints": ["77.164.248.136:56043", "10.65.0.27:56043", "172.17.0.1:56043"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51500}, - {"Proto": "peerapi6", "Port": 51500} - ]}, - "Created": "2026-04-09T01:22:27.781442415Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6959005724780933, - "StableID": "nCnPuEHkLw11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "DiscoKey": "discokey:c6cf7394a63fdd553144d74b301f4d7dc7efc3698a5d6855172f816b46c4cc1d", - "Addresses": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "AllowedIPs": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "Endpoints": ["77.164.248.136:52543", "10.65.0.27:52543", "172.17.0.1:52543"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 50399}, - {"Proto": "peerapi6", "Port": 50399} - ]}, - "Created": "2026-04-09T01:22:22.875442921Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 8157200064668886, - "StableID": "ndYLhBpQh621CNTRL", + "ID": 1203558925437598, + "StableID": "nfK8rDT6QA11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "DiscoKey": "discokey:a16627bb9e95e61c95fd22f6b6e45c0d2699eaa15ef1e3fb2f345610487d5943", - "Addresses": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "AllowedIPs": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "Endpoints": ["77.164.248.136:46588", "10.65.0.27:46588", "172.17.0.1:46588"], + "Key": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "DiscoKey": "discokey:1814cc981a25a9fd6a08c504f9143d790697da92166a9cc9a41a5fc0da16a20c", + "Addresses": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "AllowedIPs": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "Endpoints": ["77.164.248.136:39558", "10.65.0.27:39558", "172.17.0.1:39558"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 39095}, - {"Proto": "peerapi6", "Port": 39095} + {"Proto": "peerapi4", "Port": 41780}, + {"Proto": "peerapi6", "Port": 41780} ]}, - "Created": "2026-04-09T01:22:25.061356947Z", + "Created": "2026-04-09T08:28:31.226348504Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8690078183797514, - "StableID": "nRczKrckrA21CNTRL", + "ID": 2118194055061713, + "StableID": "nSBQEENLYH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "DiscoKey": "discokey:f5d21fa3f643191c239643cfa867cd924afb0dc8b79175eda4064e9172be1d62", + "Addresses": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "AllowedIPs": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "Endpoints": ["77.164.248.136:60536", "10.65.0.27:60536", "172.17.0.1:60536"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 36638}, + {"Proto": "peerapi6", "Port": 36638} + ]}, + "Created": "2026-04-09T08:28:27.418089431Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2576550062452005, + "StableID": "ngpB3sbv7M11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "DiscoKey": "discokey:55875cf1f606be1b84b0f5a4d0f2aa1ca460f95d3afe079b5b02a1e67ef35838", + "Addresses": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "AllowedIPs": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 38332}, + {"Proto": "peerapi6", "Port": 38332} + ]}, + "Created": "2026-04-09T08:28:32.851036378Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 2750866980837271, + "StableID": "nUXKCScsUN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "DiscoKey": "discokey:128ff3069ea196cfc0223a889da9b59c1c732eace59256c44500f5d6d7a0327e", - "Addresses": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "AllowedIPs": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "Endpoints": ["77.164.248.136:37920", "10.65.0.27:37920", "172.17.0.1:37920"], + "Key": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "DiscoKey": "discokey:1c766b947042be4998ecf264743a6453dfa8cc54ce52ae82c4b44849d85e0d3f", + "Addresses": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "AllowedIPs": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "Endpoints": ["77.164.248.136:54114", "10.65.0.27:54114", "172.17.0.1:54114"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39509}, - {"Proto": "peerapi6", "Port": 39509} + {"Proto": "peerapi4", "Port": 63067}, + {"Proto": "peerapi6", "Port": 63067} ]}, - "Created": "2026-04-09T01:22:25.590888885Z", + "Created": "2026-04-09T08:28:31.761015422Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" + }, { + "ID": 3304628489273575, + "StableID": "nWQrREzfoS11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:88390587f14c57743a73eb1ced85962313065c40a16216ae9ee7db6433593d5a", + "Addresses": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "AllowedIPs": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "Endpoints": ["77.164.248.136:39784", "10.65.0.27:39784", "172.17.0.1:39784"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} + ]}, + "Created": "2026-04-09T08:28:33.931614149Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5068975133658839, + "StableID": "nv8xf7Pkag11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "DiscoKey": "discokey:a971a746da80586372ec360450e4ded5658ca0b3d8451a44e0974c4bfac9f159", + "Addresses": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "AllowedIPs": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "Endpoints": ["77.164.248.136:50021", "10.65.0.27:50021", "172.17.0.1:50021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39585}, + {"Proto": "peerapi6", "Port": 39585} + ]}, + "Created": "2026-04-09T08:28:30.139862772Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5155626014948418, + "StableID": "nDA6L5ZzFh11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "DiscoKey": "discokey:9e53243c267ceb9d8c2b13df1bae9c9436dc65f741fff38b9a0ebcef60ecf874", + "Addresses": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "AllowedIPs": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 39226}, + {"Proto": "peerapi6", "Port": 39226} + ]}, + "Created": "2026-04-09T08:28:28.505348209Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5835968363319488, + "StableID": "nbQ3waz7an11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "DiscoKey": "discokey:8e9c89ee337c858de37312f7c69590846538a0fa002cdcc65713fd62c8f67337", + "Addresses": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "AllowedIPs": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "Endpoints": ["77.164.248.136:37523", "10.65.0.27:37523", "172.17.0.1:37523"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57829}, + {"Proto": "peerapi6", "Port": 57829} + ]}, + "Created": "2026-04-09T08:28:26.888258821Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6631950608985944, + "StableID": "n34ZGc6dnt11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:ab2aa1293d50ff2619088a14707f206a1bfe22796ac7194677357e3470584d61", + "Addresses": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "AllowedIPs": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "Endpoints": ["77.164.248.136:39019", "10.65.0.27:39019", "172.17.0.1:39019"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 38414}, + {"Proto": "peerapi6", "Port": 38414} + ]}, + "Created": "2026-04-09T08:28:33.401155978Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6933549789201463, + "StableID": "nrUf3ZbD9w11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "DiscoKey": "discokey:cf87de6723022d6de32a7763bd18c74055bf77bf5a32af95698176650b2b6e53", + "Addresses": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "AllowedIPs": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "Endpoints": ["77.164.248.136:42667", "10.65.0.27:42667", "172.17.0.1:42667"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35037}, + {"Proto": "peerapi6", "Port": 35037} + ]}, + "Created": "2026-04-09T08:28:32.301356496Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7517458780366336, + "StableID": "nD3P6utfh121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "DiscoKey": "discokey:f7cedc2f9e7bf554b8a4430ab07ef9b9eb3a842759f260d33208da238ffb611c", + "Addresses": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "AllowedIPs": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "Endpoints": ["77.164.248.136:42837", "10.65.0.27:42837", "172.17.0.1:42837"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57951}, + {"Proto": "peerapi6", "Port": 57951} + ]}, + "Created": "2026-04-09T08:28:30.669740158Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7975930835722467, + "StableID": "ngsKfLBKH521CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "DiscoKey": "discokey:91b6b2f6ef0bcf6851fffdd24543939a1e578607238b63bdea3d9c8f6d2fcd04", + "Addresses": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "AllowedIPs": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "Endpoints": ["77.164.248.136:36167", "10.65.0.27:36167", "172.17.0.1:36167"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 58372}, + {"Proto": "peerapi6", "Port": 58372} + ]}, + "Created": "2026-04-09T08:28:27.967665899Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8154134447886028, + "StableID": "nDV1eXH2g621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "DiscoKey": "discokey:c1af2715dfa24ad8a5ba3ee8e064a37b46d39c11ead3d1b116ebbc3152748474", + "Addresses": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "AllowedIPs": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "Endpoints": ["77.164.248.136:41631", "10.65.0.27:41631", "172.17.0.1:41631"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61988}, + {"Proto": "peerapi6", "Port": 61988} + ]}, + "Created": "2026-04-09T08:28:29.073878256Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2603,27 +2602,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7278671936555170": { - "ID": 7278671936555170, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4423165983299547": { + "ID": 4423165983299547, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2654,22 +2655,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6157719077069087, - "StableID": "ncdtidqq5q11CNTRL", + "ID": 62779809037096, + "StableID": "nb2Eku7SV111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "KeyExpiry": "2026-10-06T01:22:28Z", - "DiscoKey": "discokey:2a8827c0ce87802b481c2e4ffbe0b500d434b07f09a952bfd41577897432da56", - "Addresses": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "AllowedIPs": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "Endpoints": ["77.164.248.136:52609", "10.65.0.27:52609", "172.17.0.1:52609"], + "Key": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "KeyExpiry": "2026-10-06T08:28:34Z", + "DiscoKey": "discokey:a7bd51433cc74a86a8e41f6358ea8716073008de6878cd1153b6fc688edbb73e", + "Addresses": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "AllowedIPs": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48369}, - {"Proto": "peerapi6", "Port": 48369}, + {"Proto": "peerapi4", "Port": 37844}, + {"Proto": "peerapi6", "Port": 37844}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:28.328345757Z", + "Created": "2026-04-09T08:28:34.473746686Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2698,302 +2698,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "MachineKey": "mkey:273fc6d5b1d972d47c27ff060538e3c50d8c57409c035588d10f61204af6020d", + "NodeKey": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "MachineKey": "mkey:ce944b9018a3869a75c3c07b568ef1be91b0bd6e6691d39e588c518c79ea773d", "Peers": [{ - "ID": 664755680796598, - "StableID": "nfhTAG15C611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "DiscoKey": "discokey:337f9458f4e860ca7267269379ca190827c28b2ec2a534ea6fa5cdb2e3ed053b", - "Addresses": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "AllowedIPs": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "Endpoints": ["77.164.248.136:42147", "10.65.0.27:42147", "172.17.0.1:42147"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} - ]}, - "Created": "2026-04-09T01:22:20.716253501Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2074913048876208, - "StableID": "nmqYvwSjCH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "DiscoKey": "discokey:dce1fc0ef95aea0521af1a5c8031d8bc86e3cf4a25551e20e3f370e5da18c77b", - "Addresses": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "AllowedIPs": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "Endpoints": ["77.164.248.136:49674", "10.65.0.27:49674", "172.17.0.1:49674"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59639}, - {"Proto": "peerapi6", "Port": 59639} - ]}, - "Created": "2026-04-09T01:22:21.249822283Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3052498843051610, - "StableID": "nZaDyAyUqQ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "DiscoKey": "discokey:f490a8570361c23d96a28a7a8459361e2f4fe95013f57ee6ea2f05a6af22382f", - "Addresses": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "AllowedIPs": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "Endpoints": ["77.164.248.136:40069", "10.65.0.27:40069", "172.17.0.1:40069"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62119}, - {"Proto": "peerapi6", "Port": 62119} - ]}, - "Created": "2026-04-09T01:22:24.536851635Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3064768977432213, - "StableID": "nSsBjUH3wQ11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "DiscoKey": "discokey:3a9d75404de5aebe44752ed34db0ee67703fcf33d8350d998268bb01f57ead49", - "Addresses": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "AllowedIPs": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "Endpoints": ["77.164.248.136:43474", "10.65.0.27:43474", "172.17.0.1:43474"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 50884}, - {"Proto": "peerapi6", "Port": 50884} - ]}, - "Created": "2026-04-09T01:22:26.153647106Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4289783408315037, - "StableID": "nQUw7VLrVa11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "DiscoKey": "discokey:64ce51c86d9daa93a110cd0bf733cafe204cb73fd0418cee60cb474654249159", - "Addresses": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "AllowedIPs": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "Endpoints": ["77.164.248.136:59248", "10.65.0.27:59248", "172.17.0.1:59248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:22:23.973983938Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4318477229182176, - "StableID": "nqZ7pH5ria11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "DiscoKey": "discokey:72f91cf70d56cf503db4038f86458927c2708c693267a6cd1435ea88b651ce36", - "Addresses": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "AllowedIPs": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "Endpoints": ["77.164.248.136:52894", "10.65.0.27:52894", "172.17.0.1:52894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62774}, - {"Proto": "peerapi6", "Port": 62774} - ]}, - "Created": "2026-04-09T01:22:22.341436542Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5145077592065921, - "StableID": "nAjaKuTDBh11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "DiscoKey": "discokey:19adf786b8f73517d9877faf6d0c57f16ce14a2a7f7482b40f673c27ad0ac435", - "Addresses": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "AllowedIPs": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "Endpoints": ["77.164.248.136:41890", "10.65.0.27:41890", "172.17.0.1:41890"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34502}, - {"Proto": "peerapi6", "Port": 34502} - ]}, - "Created": "2026-04-09T01:22:26.693017945Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5158140516960809, - "StableID": "nUWAG5c8Hh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:b28fd9a38be1997aa72e2a26893f95396eaaba103684ed487ce8543f910b6a62", - "Addresses": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "AllowedIPs": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "Endpoints": ["77.164.248.136:45879", "10.65.0.27:45879", "172.17.0.1:45879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 58081}, - {"Proto": "peerapi6", "Port": 58081} - ]}, - "Created": "2026-04-09T01:22:27.229965209Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6326797796354126, - "StableID": "nHxRAVFRQr11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "DiscoKey": "discokey:474bb12cdeb2aa4cd25f3a1718ed0c06a483ed451b88b1b29f3dfd4d5ccd2762", - "Addresses": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "AllowedIPs": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "Endpoints": ["77.164.248.136:53968", "10.65.0.27:53968", "172.17.0.1:53968"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 42595}, - {"Proto": "peerapi6", "Port": 42595} - ]}, - "Created": "2026-04-09T01:22:21.79952447Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6336014963913003, - "StableID": "ntuRhQNbUr11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:447cb95e32e2ba8ecabe958d7ea2de4c02e71869f69fb77c634543a37892c522", - "Addresses": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "AllowedIPs": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "Endpoints": ["77.164.248.136:56043", "10.65.0.27:56043", "172.17.0.1:56043"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51500}, - {"Proto": "peerapi6", "Port": 51500} - ]}, - "Created": "2026-04-09T01:22:27.781442415Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6959005724780933, - "StableID": "nCnPuEHkLw11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "DiscoKey": "discokey:c6cf7394a63fdd553144d74b301f4d7dc7efc3698a5d6855172f816b46c4cc1d", - "Addresses": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "AllowedIPs": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "Endpoints": ["77.164.248.136:52543", "10.65.0.27:52543", "172.17.0.1:52543"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 50399}, - {"Proto": "peerapi6", "Port": 50399} - ]}, - "Created": "2026-04-09T01:22:22.875442921Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7278671936555170, - "StableID": "nqgkPRNXqy11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "DiscoKey": "discokey:c5c8dd5ca6221ea158becc77a235e21ac82b4af72fb59ba09dfb6ca6cdb8f44e", - "Addresses": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "AllowedIPs": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "Endpoints": ["77.164.248.136:47261", "10.65.0.27:47261", "172.17.0.1:47261"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36588}, - {"Proto": "peerapi6", "Port": 36588} - ]}, - "Created": "2026-04-09T01:22:23.433487125Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8157200064668886, - "StableID": "ndYLhBpQh621CNTRL", + "ID": 1203558925437598, + "StableID": "nfK8rDT6QA11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "DiscoKey": "discokey:a16627bb9e95e61c95fd22f6b6e45c0d2699eaa15ef1e3fb2f345610487d5943", - "Addresses": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "AllowedIPs": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "Endpoints": ["77.164.248.136:46588", "10.65.0.27:46588", "172.17.0.1:46588"], + "Key": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "DiscoKey": "discokey:1814cc981a25a9fd6a08c504f9143d790697da92166a9cc9a41a5fc0da16a20c", + "Addresses": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "AllowedIPs": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "Endpoints": ["77.164.248.136:39558", "10.65.0.27:39558", "172.17.0.1:39558"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 39095}, - {"Proto": "peerapi6", "Port": 39095} + {"Proto": "peerapi4", "Port": 41780}, + {"Proto": "peerapi6", "Port": 41780} ]}, - "Created": "2026-04-09T01:22:25.061356947Z", + "Created": "2026-04-09T08:28:31.226348504Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8690078183797514, - "StableID": "nRczKrckrA21CNTRL", + "ID": 2118194055061713, + "StableID": "nSBQEENLYH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "DiscoKey": "discokey:f5d21fa3f643191c239643cfa867cd924afb0dc8b79175eda4064e9172be1d62", + "Addresses": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "AllowedIPs": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "Endpoints": ["77.164.248.136:60536", "10.65.0.27:60536", "172.17.0.1:60536"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 36638}, + {"Proto": "peerapi6", "Port": 36638} + ]}, + "Created": "2026-04-09T08:28:27.418089431Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2576550062452005, + "StableID": "ngpB3sbv7M11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "DiscoKey": "discokey:55875cf1f606be1b84b0f5a4d0f2aa1ca460f95d3afe079b5b02a1e67ef35838", + "Addresses": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "AllowedIPs": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 38332}, + {"Proto": "peerapi6", "Port": 38332} + ]}, + "Created": "2026-04-09T08:28:32.851036378Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 2750866980837271, + "StableID": "nUXKCScsUN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "DiscoKey": "discokey:128ff3069ea196cfc0223a889da9b59c1c732eace59256c44500f5d6d7a0327e", - "Addresses": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "AllowedIPs": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "Endpoints": ["77.164.248.136:37920", "10.65.0.27:37920", "172.17.0.1:37920"], + "Key": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "DiscoKey": "discokey:1c766b947042be4998ecf264743a6453dfa8cc54ce52ae82c4b44849d85e0d3f", + "Addresses": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "AllowedIPs": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "Endpoints": ["77.164.248.136:54114", "10.65.0.27:54114", "172.17.0.1:54114"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39509}, - {"Proto": "peerapi6", "Port": 39509} + {"Proto": "peerapi4", "Port": 63067}, + {"Proto": "peerapi6", "Port": 63067} ]}, - "Created": "2026-04-09T01:22:25.590888885Z", + "Created": "2026-04-09T08:28:31.761015422Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" + }, { + "ID": 3304628489273575, + "StableID": "nWQrREzfoS11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:88390587f14c57743a73eb1ced85962313065c40a16216ae9ee7db6433593d5a", + "Addresses": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "AllowedIPs": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "Endpoints": ["77.164.248.136:39784", "10.65.0.27:39784", "172.17.0.1:39784"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} + ]}, + "Created": "2026-04-09T08:28:33.931614149Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4423165983299547, + "StableID": "nrEPX45GYb11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "DiscoKey": "discokey:6b34c96e264dc3434545ba3449622c9a12a32077f45f2fb5ca229418a434687e", + "Addresses": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "AllowedIPs": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "Endpoints": ["77.164.248.136:34936", "10.65.0.27:34936", "172.17.0.1:34936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65477}, + {"Proto": "peerapi6", "Port": 65477} + ]}, + "Created": "2026-04-09T08:28:29.592542839Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5068975133658839, + "StableID": "nv8xf7Pkag11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "DiscoKey": "discokey:a971a746da80586372ec360450e4ded5658ca0b3d8451a44e0974c4bfac9f159", + "Addresses": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "AllowedIPs": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "Endpoints": ["77.164.248.136:50021", "10.65.0.27:50021", "172.17.0.1:50021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39585}, + {"Proto": "peerapi6", "Port": 39585} + ]}, + "Created": "2026-04-09T08:28:30.139862772Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5155626014948418, + "StableID": "nDA6L5ZzFh11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "DiscoKey": "discokey:9e53243c267ceb9d8c2b13df1bae9c9436dc65f741fff38b9a0ebcef60ecf874", + "Addresses": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "AllowedIPs": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 39226}, + {"Proto": "peerapi6", "Port": 39226} + ]}, + "Created": "2026-04-09T08:28:28.505348209Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5835968363319488, + "StableID": "nbQ3waz7an11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "DiscoKey": "discokey:8e9c89ee337c858de37312f7c69590846538a0fa002cdcc65713fd62c8f67337", + "Addresses": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "AllowedIPs": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "Endpoints": ["77.164.248.136:37523", "10.65.0.27:37523", "172.17.0.1:37523"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57829}, + {"Proto": "peerapi6", "Port": 57829} + ]}, + "Created": "2026-04-09T08:28:26.888258821Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6631950608985944, + "StableID": "n34ZGc6dnt11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:ab2aa1293d50ff2619088a14707f206a1bfe22796ac7194677357e3470584d61", + "Addresses": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "AllowedIPs": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "Endpoints": ["77.164.248.136:39019", "10.65.0.27:39019", "172.17.0.1:39019"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 38414}, + {"Proto": "peerapi6", "Port": 38414} + ]}, + "Created": "2026-04-09T08:28:33.401155978Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6933549789201463, + "StableID": "nrUf3ZbD9w11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "DiscoKey": "discokey:cf87de6723022d6de32a7763bd18c74055bf77bf5a32af95698176650b2b6e53", + "Addresses": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "AllowedIPs": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "Endpoints": ["77.164.248.136:42667", "10.65.0.27:42667", "172.17.0.1:42667"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35037}, + {"Proto": "peerapi6", "Port": 35037} + ]}, + "Created": "2026-04-09T08:28:32.301356496Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7517458780366336, + "StableID": "nD3P6utfh121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "DiscoKey": "discokey:f7cedc2f9e7bf554b8a4430ab07ef9b9eb3a842759f260d33208da238ffb611c", + "Addresses": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "AllowedIPs": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "Endpoints": ["77.164.248.136:42837", "10.65.0.27:42837", "172.17.0.1:42837"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57951}, + {"Proto": "peerapi6", "Port": 57951} + ]}, + "Created": "2026-04-09T08:28:30.669740158Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7975930835722467, + "StableID": "ngsKfLBKH521CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "DiscoKey": "discokey:91b6b2f6ef0bcf6851fffdd24543939a1e578607238b63bdea3d9c8f6d2fcd04", + "Addresses": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "AllowedIPs": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "Endpoints": ["77.164.248.136:36167", "10.65.0.27:36167", "172.17.0.1:36167"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 58372}, + {"Proto": "peerapi6", "Port": 58372} + ]}, + "Created": "2026-04-09T08:28:27.967665899Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8154134447886028, + "StableID": "nDV1eXH2g621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "DiscoKey": "discokey:c1af2715dfa24ad8a5ba3ee8e064a37b46d39c11ead3d1b116ebbc3152748474", + "Addresses": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "AllowedIPs": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "Endpoints": ["77.164.248.136:41631", "10.65.0.27:41631", "172.17.0.1:41631"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61988}, + {"Proto": "peerapi6", "Port": 61988} + ]}, + "Created": "2026-04-09T08:28:29.073878256Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3021,7 +3020,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.109.47.38"}, {"nodeIP": "fd7a:115c:a1e0::8037:2f27"}], + "principals": [{"nodeIP": "100.114.34.82"}, {"nodeIP": "fd7a:115c:a1e0::e537:2252"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -3850,26 +3849,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.109.47.38"}, {"nodeIP": "fd7a:115c:a1e0::8037:2f27"}], + "principals": [{"nodeIP": "100.114.34.82"}, {"nodeIP": "fd7a:115c:a1e0::e537:2252"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -3906,26 +3906,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6326797796354126, - "StableID": "nHxRAVFRQr11CNTRL", + "ID": 7975930835722467, + "StableID": "ngsKfLBKH521CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 6326797796354126, - "Key": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "DiscoKey": "discokey:474bb12cdeb2aa4cd25f3a1718ed0c06a483ed451b88b1b29f3dfd4d5ccd2762", - "Addresses": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "AllowedIPs": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "Endpoints": ["77.164.248.136:53968", "10.65.0.27:53968", "172.17.0.1:53968"], + "User": 7975930835722467, + "Key": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "DiscoKey": "discokey:91b6b2f6ef0bcf6851fffdd24543939a1e578607238b63bdea3d9c8f6d2fcd04", + "Addresses": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "AllowedIPs": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "Endpoints": ["77.164.248.136:36167", "10.65.0.27:36167", "172.17.0.1:36167"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 42595}, - {"Proto": "peerapi6", "Port": 42595}, + {"Proto": "peerapi4", "Port": 58372}, + {"Proto": "peerapi6", "Port": 58372}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:22:21.79952447Z", + "Created": "2026-04-09T08:28:27.967665899Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3953,302 +3953,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "MachineKey": "mkey:da11ab4af1be2ee56774c9c9e9fe132c00ef5141916338286fcc4eda4d77b01a", + "NodeKey": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "MachineKey": "mkey:0977143dfbf7e11a8c5a0f8094a0dddabc7f086c8b5898b1bc5c1eab9976f202", "Peers": [{ - "ID": 664755680796598, - "StableID": "nfhTAG15C611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "DiscoKey": "discokey:337f9458f4e860ca7267269379ca190827c28b2ec2a534ea6fa5cdb2e3ed053b", - "Addresses": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "AllowedIPs": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "Endpoints": ["77.164.248.136:42147", "10.65.0.27:42147", "172.17.0.1:42147"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} - ]}, - "Created": "2026-04-09T01:22:20.716253501Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2074913048876208, - "StableID": "nmqYvwSjCH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "DiscoKey": "discokey:dce1fc0ef95aea0521af1a5c8031d8bc86e3cf4a25551e20e3f370e5da18c77b", - "Addresses": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "AllowedIPs": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "Endpoints": ["77.164.248.136:49674", "10.65.0.27:49674", "172.17.0.1:49674"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59639}, - {"Proto": "peerapi6", "Port": 59639} - ]}, - "Created": "2026-04-09T01:22:21.249822283Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3052498843051610, - "StableID": "nZaDyAyUqQ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "DiscoKey": "discokey:f490a8570361c23d96a28a7a8459361e2f4fe95013f57ee6ea2f05a6af22382f", - "Addresses": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "AllowedIPs": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "Endpoints": ["77.164.248.136:40069", "10.65.0.27:40069", "172.17.0.1:40069"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62119}, - {"Proto": "peerapi6", "Port": 62119} - ]}, - "Created": "2026-04-09T01:22:24.536851635Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3064768977432213, - "StableID": "nSsBjUH3wQ11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "DiscoKey": "discokey:3a9d75404de5aebe44752ed34db0ee67703fcf33d8350d998268bb01f57ead49", - "Addresses": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "AllowedIPs": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "Endpoints": ["77.164.248.136:43474", "10.65.0.27:43474", "172.17.0.1:43474"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 50884}, - {"Proto": "peerapi6", "Port": 50884} - ]}, - "Created": "2026-04-09T01:22:26.153647106Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4289783408315037, - "StableID": "nQUw7VLrVa11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "DiscoKey": "discokey:64ce51c86d9daa93a110cd0bf733cafe204cb73fd0418cee60cb474654249159", - "Addresses": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "AllowedIPs": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "Endpoints": ["77.164.248.136:59248", "10.65.0.27:59248", "172.17.0.1:59248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:22:23.973983938Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4318477229182176, - "StableID": "nqZ7pH5ria11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "DiscoKey": "discokey:72f91cf70d56cf503db4038f86458927c2708c693267a6cd1435ea88b651ce36", - "Addresses": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "AllowedIPs": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "Endpoints": ["77.164.248.136:52894", "10.65.0.27:52894", "172.17.0.1:52894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62774}, - {"Proto": "peerapi6", "Port": 62774} - ]}, - "Created": "2026-04-09T01:22:22.341436542Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5145077592065921, - "StableID": "nAjaKuTDBh11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "DiscoKey": "discokey:19adf786b8f73517d9877faf6d0c57f16ce14a2a7f7482b40f673c27ad0ac435", - "Addresses": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "AllowedIPs": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "Endpoints": ["77.164.248.136:41890", "10.65.0.27:41890", "172.17.0.1:41890"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34502}, - {"Proto": "peerapi6", "Port": 34502} - ]}, - "Created": "2026-04-09T01:22:26.693017945Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5158140516960809, - "StableID": "nUWAG5c8Hh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:b28fd9a38be1997aa72e2a26893f95396eaaba103684ed487ce8543f910b6a62", - "Addresses": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "AllowedIPs": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "Endpoints": ["77.164.248.136:45879", "10.65.0.27:45879", "172.17.0.1:45879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 58081}, - {"Proto": "peerapi6", "Port": 58081} - ]}, - "Created": "2026-04-09T01:22:27.229965209Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6157719077069087, - "StableID": "ncdtidqq5q11CNTRL", + "ID": 62779809037096, + "StableID": "nb2Eku7SV111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "KeyExpiry": "2026-10-06T01:22:28Z", - "DiscoKey": "discokey:2a8827c0ce87802b481c2e4ffbe0b500d434b07f09a952bfd41577897432da56", - "Addresses": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "AllowedIPs": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "Endpoints": ["77.164.248.136:52609", "10.65.0.27:52609", "172.17.0.1:52609"], + "Key": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "KeyExpiry": "2026-10-06T08:28:34Z", + "DiscoKey": "discokey:a7bd51433cc74a86a8e41f6358ea8716073008de6878cd1153b6fc688edbb73e", + "Addresses": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "AllowedIPs": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48369}, - {"Proto": "peerapi6", "Port": 48369} + {"Proto": "peerapi4", "Port": 37844}, + {"Proto": "peerapi6", "Port": 37844} ]}, - "Created": "2026-04-09T01:22:28.328345757Z", + "Created": "2026-04-09T08:28:34.473746686Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6336014963913003, - "StableID": "ntuRhQNbUr11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:447cb95e32e2ba8ecabe958d7ea2de4c02e71869f69fb77c634543a37892c522", - "Addresses": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "AllowedIPs": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "Endpoints": ["77.164.248.136:56043", "10.65.0.27:56043", "172.17.0.1:56043"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51500}, - {"Proto": "peerapi6", "Port": 51500} - ]}, - "Created": "2026-04-09T01:22:27.781442415Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6959005724780933, - "StableID": "nCnPuEHkLw11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "DiscoKey": "discokey:c6cf7394a63fdd553144d74b301f4d7dc7efc3698a5d6855172f816b46c4cc1d", - "Addresses": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "AllowedIPs": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "Endpoints": ["77.164.248.136:52543", "10.65.0.27:52543", "172.17.0.1:52543"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 50399}, - {"Proto": "peerapi6", "Port": 50399} - ]}, - "Created": "2026-04-09T01:22:22.875442921Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7278671936555170, - "StableID": "nqgkPRNXqy11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "DiscoKey": "discokey:c5c8dd5ca6221ea158becc77a235e21ac82b4af72fb59ba09dfb6ca6cdb8f44e", - "Addresses": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "AllowedIPs": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "Endpoints": ["77.164.248.136:47261", "10.65.0.27:47261", "172.17.0.1:47261"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36588}, - {"Proto": "peerapi6", "Port": 36588} - ]}, - "Created": "2026-04-09T01:22:23.433487125Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8157200064668886, - "StableID": "ndYLhBpQh621CNTRL", + "ID": 1203558925437598, + "StableID": "nfK8rDT6QA11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "DiscoKey": "discokey:a16627bb9e95e61c95fd22f6b6e45c0d2699eaa15ef1e3fb2f345610487d5943", - "Addresses": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "AllowedIPs": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "Endpoints": ["77.164.248.136:46588", "10.65.0.27:46588", "172.17.0.1:46588"], + "Key": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "DiscoKey": "discokey:1814cc981a25a9fd6a08c504f9143d790697da92166a9cc9a41a5fc0da16a20c", + "Addresses": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "AllowedIPs": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "Endpoints": ["77.164.248.136:39558", "10.65.0.27:39558", "172.17.0.1:39558"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 39095}, - {"Proto": "peerapi6", "Port": 39095} + {"Proto": "peerapi4", "Port": 41780}, + {"Proto": "peerapi6", "Port": 41780} ]}, - "Created": "2026-04-09T01:22:25.061356947Z", + "Created": "2026-04-09T08:28:31.226348504Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8690078183797514, - "StableID": "nRczKrckrA21CNTRL", + "ID": 2118194055061713, + "StableID": "nSBQEENLYH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "DiscoKey": "discokey:f5d21fa3f643191c239643cfa867cd924afb0dc8b79175eda4064e9172be1d62", + "Addresses": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "AllowedIPs": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "Endpoints": ["77.164.248.136:60536", "10.65.0.27:60536", "172.17.0.1:60536"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 36638}, + {"Proto": "peerapi6", "Port": 36638} + ]}, + "Created": "2026-04-09T08:28:27.418089431Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2576550062452005, + "StableID": "ngpB3sbv7M11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "DiscoKey": "discokey:55875cf1f606be1b84b0f5a4d0f2aa1ca460f95d3afe079b5b02a1e67ef35838", + "Addresses": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "AllowedIPs": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 38332}, + {"Proto": "peerapi6", "Port": 38332} + ]}, + "Created": "2026-04-09T08:28:32.851036378Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 2750866980837271, + "StableID": "nUXKCScsUN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "DiscoKey": "discokey:128ff3069ea196cfc0223a889da9b59c1c732eace59256c44500f5d6d7a0327e", - "Addresses": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "AllowedIPs": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "Endpoints": ["77.164.248.136:37920", "10.65.0.27:37920", "172.17.0.1:37920"], + "Key": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "DiscoKey": "discokey:1c766b947042be4998ecf264743a6453dfa8cc54ce52ae82c4b44849d85e0d3f", + "Addresses": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "AllowedIPs": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "Endpoints": ["77.164.248.136:54114", "10.65.0.27:54114", "172.17.0.1:54114"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39509}, - {"Proto": "peerapi6", "Port": 39509} + {"Proto": "peerapi4", "Port": 63067}, + {"Proto": "peerapi6", "Port": 63067} ]}, - "Created": "2026-04-09T01:22:25.590888885Z", + "Created": "2026-04-09T08:28:31.761015422Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" + }, { + "ID": 3304628489273575, + "StableID": "nWQrREzfoS11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:88390587f14c57743a73eb1ced85962313065c40a16216ae9ee7db6433593d5a", + "Addresses": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "AllowedIPs": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "Endpoints": ["77.164.248.136:39784", "10.65.0.27:39784", "172.17.0.1:39784"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} + ]}, + "Created": "2026-04-09T08:28:33.931614149Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4423165983299547, + "StableID": "nrEPX45GYb11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "DiscoKey": "discokey:6b34c96e264dc3434545ba3449622c9a12a32077f45f2fb5ca229418a434687e", + "Addresses": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "AllowedIPs": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "Endpoints": ["77.164.248.136:34936", "10.65.0.27:34936", "172.17.0.1:34936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65477}, + {"Proto": "peerapi6", "Port": 65477} + ]}, + "Created": "2026-04-09T08:28:29.592542839Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5068975133658839, + "StableID": "nv8xf7Pkag11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "DiscoKey": "discokey:a971a746da80586372ec360450e4ded5658ca0b3d8451a44e0974c4bfac9f159", + "Addresses": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "AllowedIPs": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "Endpoints": ["77.164.248.136:50021", "10.65.0.27:50021", "172.17.0.1:50021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39585}, + {"Proto": "peerapi6", "Port": 39585} + ]}, + "Created": "2026-04-09T08:28:30.139862772Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5155626014948418, + "StableID": "nDA6L5ZzFh11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "DiscoKey": "discokey:9e53243c267ceb9d8c2b13df1bae9c9436dc65f741fff38b9a0ebcef60ecf874", + "Addresses": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "AllowedIPs": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 39226}, + {"Proto": "peerapi6", "Port": 39226} + ]}, + "Created": "2026-04-09T08:28:28.505348209Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5835968363319488, + "StableID": "nbQ3waz7an11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "DiscoKey": "discokey:8e9c89ee337c858de37312f7c69590846538a0fa002cdcc65713fd62c8f67337", + "Addresses": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "AllowedIPs": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "Endpoints": ["77.164.248.136:37523", "10.65.0.27:37523", "172.17.0.1:37523"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57829}, + {"Proto": "peerapi6", "Port": 57829} + ]}, + "Created": "2026-04-09T08:28:26.888258821Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6631950608985944, + "StableID": "n34ZGc6dnt11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:ab2aa1293d50ff2619088a14707f206a1bfe22796ac7194677357e3470584d61", + "Addresses": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "AllowedIPs": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "Endpoints": ["77.164.248.136:39019", "10.65.0.27:39019", "172.17.0.1:39019"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 38414}, + {"Proto": "peerapi6", "Port": 38414} + ]}, + "Created": "2026-04-09T08:28:33.401155978Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6933549789201463, + "StableID": "nrUf3ZbD9w11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "DiscoKey": "discokey:cf87de6723022d6de32a7763bd18c74055bf77bf5a32af95698176650b2b6e53", + "Addresses": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "AllowedIPs": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "Endpoints": ["77.164.248.136:42667", "10.65.0.27:42667", "172.17.0.1:42667"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35037}, + {"Proto": "peerapi6", "Port": 35037} + ]}, + "Created": "2026-04-09T08:28:32.301356496Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7517458780366336, + "StableID": "nD3P6utfh121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "DiscoKey": "discokey:f7cedc2f9e7bf554b8a4430ab07ef9b9eb3a842759f260d33208da238ffb611c", + "Addresses": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "AllowedIPs": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "Endpoints": ["77.164.248.136:42837", "10.65.0.27:42837", "172.17.0.1:42837"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57951}, + {"Proto": "peerapi6", "Port": 57951} + ]}, + "Created": "2026-04-09T08:28:30.669740158Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8154134447886028, + "StableID": "nDV1eXH2g621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "DiscoKey": "discokey:c1af2715dfa24ad8a5ba3ee8e064a37b46d39c11ead3d1b116ebbc3152748474", + "Addresses": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "AllowedIPs": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "Endpoints": ["77.164.248.136:41631", "10.65.0.27:41631", "172.17.0.1:41631"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61988}, + {"Proto": "peerapi6", "Port": 61988} + ]}, + "Created": "2026-04-09T08:28:29.073878256Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5096,27 +5094,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6326797796354126": { - "ID": 6326797796354126, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7975930835722467": { + "ID": 7975930835722467, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5147,26 +5147,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3052498843051610, - "StableID": "nZaDyAyUqQ11CNTRL", + "ID": 7517458780366336, + "StableID": "nD3P6utfh121CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 3052498843051610, - "Key": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "DiscoKey": "discokey:f490a8570361c23d96a28a7a8459361e2f4fe95013f57ee6ea2f05a6af22382f", - "Addresses": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "AllowedIPs": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "Endpoints": ["77.164.248.136:40069", "10.65.0.27:40069", "172.17.0.1:40069"], + "User": 7517458780366336, + "Key": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "DiscoKey": "discokey:f7cedc2f9e7bf554b8a4430ab07ef9b9eb3a842759f260d33208da238ffb611c", + "Addresses": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "AllowedIPs": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "Endpoints": ["77.164.248.136:42837", "10.65.0.27:42837", "172.17.0.1:42837"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 62119}, - {"Proto": "peerapi6", "Port": 62119}, + {"Proto": "peerapi4", "Port": 57951}, + {"Proto": "peerapi6", "Port": 57951}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:22:24.536851635Z", + "Created": "2026-04-09T08:28:30.669740158Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5194,302 +5194,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "MachineKey": "mkey:bb7f2d1d7f99ba43500f676f885a328db5b3128ebbbfd4f516d91e30d290ab79", + "NodeKey": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "MachineKey": "mkey:8b1230791bade6f7f0d887bd1bbe02a7806099a31aeedb97ea884fd0c25da25b", "Peers": [{ - "ID": 664755680796598, - "StableID": "nfhTAG15C611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "DiscoKey": "discokey:337f9458f4e860ca7267269379ca190827c28b2ec2a534ea6fa5cdb2e3ed053b", - "Addresses": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "AllowedIPs": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "Endpoints": ["77.164.248.136:42147", "10.65.0.27:42147", "172.17.0.1:42147"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} - ]}, - "Created": "2026-04-09T01:22:20.716253501Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2074913048876208, - "StableID": "nmqYvwSjCH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "DiscoKey": "discokey:dce1fc0ef95aea0521af1a5c8031d8bc86e3cf4a25551e20e3f370e5da18c77b", - "Addresses": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "AllowedIPs": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "Endpoints": ["77.164.248.136:49674", "10.65.0.27:49674", "172.17.0.1:49674"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59639}, - {"Proto": "peerapi6", "Port": 59639} - ]}, - "Created": "2026-04-09T01:22:21.249822283Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3064768977432213, - "StableID": "nSsBjUH3wQ11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "DiscoKey": "discokey:3a9d75404de5aebe44752ed34db0ee67703fcf33d8350d998268bb01f57ead49", - "Addresses": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "AllowedIPs": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "Endpoints": ["77.164.248.136:43474", "10.65.0.27:43474", "172.17.0.1:43474"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 50884}, - {"Proto": "peerapi6", "Port": 50884} - ]}, - "Created": "2026-04-09T01:22:26.153647106Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4289783408315037, - "StableID": "nQUw7VLrVa11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "DiscoKey": "discokey:64ce51c86d9daa93a110cd0bf733cafe204cb73fd0418cee60cb474654249159", - "Addresses": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "AllowedIPs": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "Endpoints": ["77.164.248.136:59248", "10.65.0.27:59248", "172.17.0.1:59248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:22:23.973983938Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4318477229182176, - "StableID": "nqZ7pH5ria11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "DiscoKey": "discokey:72f91cf70d56cf503db4038f86458927c2708c693267a6cd1435ea88b651ce36", - "Addresses": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "AllowedIPs": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "Endpoints": ["77.164.248.136:52894", "10.65.0.27:52894", "172.17.0.1:52894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62774}, - {"Proto": "peerapi6", "Port": 62774} - ]}, - "Created": "2026-04-09T01:22:22.341436542Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5145077592065921, - "StableID": "nAjaKuTDBh11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "DiscoKey": "discokey:19adf786b8f73517d9877faf6d0c57f16ce14a2a7f7482b40f673c27ad0ac435", - "Addresses": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "AllowedIPs": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "Endpoints": ["77.164.248.136:41890", "10.65.0.27:41890", "172.17.0.1:41890"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34502}, - {"Proto": "peerapi6", "Port": 34502} - ]}, - "Created": "2026-04-09T01:22:26.693017945Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5158140516960809, - "StableID": "nUWAG5c8Hh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:b28fd9a38be1997aa72e2a26893f95396eaaba103684ed487ce8543f910b6a62", - "Addresses": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "AllowedIPs": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "Endpoints": ["77.164.248.136:45879", "10.65.0.27:45879", "172.17.0.1:45879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 58081}, - {"Proto": "peerapi6", "Port": 58081} - ]}, - "Created": "2026-04-09T01:22:27.229965209Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6157719077069087, - "StableID": "ncdtidqq5q11CNTRL", + "ID": 62779809037096, + "StableID": "nb2Eku7SV111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "KeyExpiry": "2026-10-06T01:22:28Z", - "DiscoKey": "discokey:2a8827c0ce87802b481c2e4ffbe0b500d434b07f09a952bfd41577897432da56", - "Addresses": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "AllowedIPs": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "Endpoints": ["77.164.248.136:52609", "10.65.0.27:52609", "172.17.0.1:52609"], + "Key": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "KeyExpiry": "2026-10-06T08:28:34Z", + "DiscoKey": "discokey:a7bd51433cc74a86a8e41f6358ea8716073008de6878cd1153b6fc688edbb73e", + "Addresses": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "AllowedIPs": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48369}, - {"Proto": "peerapi6", "Port": 48369} + {"Proto": "peerapi4", "Port": 37844}, + {"Proto": "peerapi6", "Port": 37844} ]}, - "Created": "2026-04-09T01:22:28.328345757Z", + "Created": "2026-04-09T08:28:34.473746686Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6326797796354126, - "StableID": "nHxRAVFRQr11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "DiscoKey": "discokey:474bb12cdeb2aa4cd25f3a1718ed0c06a483ed451b88b1b29f3dfd4d5ccd2762", - "Addresses": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "AllowedIPs": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "Endpoints": ["77.164.248.136:53968", "10.65.0.27:53968", "172.17.0.1:53968"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 42595}, - {"Proto": "peerapi6", "Port": 42595} - ]}, - "Created": "2026-04-09T01:22:21.79952447Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6336014963913003, - "StableID": "ntuRhQNbUr11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:447cb95e32e2ba8ecabe958d7ea2de4c02e71869f69fb77c634543a37892c522", - "Addresses": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "AllowedIPs": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "Endpoints": ["77.164.248.136:56043", "10.65.0.27:56043", "172.17.0.1:56043"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51500}, - {"Proto": "peerapi6", "Port": 51500} - ]}, - "Created": "2026-04-09T01:22:27.781442415Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6959005724780933, - "StableID": "nCnPuEHkLw11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "DiscoKey": "discokey:c6cf7394a63fdd553144d74b301f4d7dc7efc3698a5d6855172f816b46c4cc1d", - "Addresses": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "AllowedIPs": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "Endpoints": ["77.164.248.136:52543", "10.65.0.27:52543", "172.17.0.1:52543"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 50399}, - {"Proto": "peerapi6", "Port": 50399} - ]}, - "Created": "2026-04-09T01:22:22.875442921Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7278671936555170, - "StableID": "nqgkPRNXqy11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "DiscoKey": "discokey:c5c8dd5ca6221ea158becc77a235e21ac82b4af72fb59ba09dfb6ca6cdb8f44e", - "Addresses": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "AllowedIPs": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "Endpoints": ["77.164.248.136:47261", "10.65.0.27:47261", "172.17.0.1:47261"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36588}, - {"Proto": "peerapi6", "Port": 36588} - ]}, - "Created": "2026-04-09T01:22:23.433487125Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8157200064668886, - "StableID": "ndYLhBpQh621CNTRL", + "ID": 1203558925437598, + "StableID": "nfK8rDT6QA11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "DiscoKey": "discokey:a16627bb9e95e61c95fd22f6b6e45c0d2699eaa15ef1e3fb2f345610487d5943", - "Addresses": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "AllowedIPs": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "Endpoints": ["77.164.248.136:46588", "10.65.0.27:46588", "172.17.0.1:46588"], + "Key": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "DiscoKey": "discokey:1814cc981a25a9fd6a08c504f9143d790697da92166a9cc9a41a5fc0da16a20c", + "Addresses": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "AllowedIPs": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "Endpoints": ["77.164.248.136:39558", "10.65.0.27:39558", "172.17.0.1:39558"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 39095}, - {"Proto": "peerapi6", "Port": 39095} + {"Proto": "peerapi4", "Port": 41780}, + {"Proto": "peerapi6", "Port": 41780} ]}, - "Created": "2026-04-09T01:22:25.061356947Z", + "Created": "2026-04-09T08:28:31.226348504Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8690078183797514, - "StableID": "nRczKrckrA21CNTRL", + "ID": 2118194055061713, + "StableID": "nSBQEENLYH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "DiscoKey": "discokey:f5d21fa3f643191c239643cfa867cd924afb0dc8b79175eda4064e9172be1d62", + "Addresses": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "AllowedIPs": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "Endpoints": ["77.164.248.136:60536", "10.65.0.27:60536", "172.17.0.1:60536"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 36638}, + {"Proto": "peerapi6", "Port": 36638} + ]}, + "Created": "2026-04-09T08:28:27.418089431Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2576550062452005, + "StableID": "ngpB3sbv7M11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "DiscoKey": "discokey:55875cf1f606be1b84b0f5a4d0f2aa1ca460f95d3afe079b5b02a1e67ef35838", + "Addresses": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "AllowedIPs": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 38332}, + {"Proto": "peerapi6", "Port": 38332} + ]}, + "Created": "2026-04-09T08:28:32.851036378Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 2750866980837271, + "StableID": "nUXKCScsUN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "DiscoKey": "discokey:128ff3069ea196cfc0223a889da9b59c1c732eace59256c44500f5d6d7a0327e", - "Addresses": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "AllowedIPs": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "Endpoints": ["77.164.248.136:37920", "10.65.0.27:37920", "172.17.0.1:37920"], + "Key": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "DiscoKey": "discokey:1c766b947042be4998ecf264743a6453dfa8cc54ce52ae82c4b44849d85e0d3f", + "Addresses": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "AllowedIPs": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "Endpoints": ["77.164.248.136:54114", "10.65.0.27:54114", "172.17.0.1:54114"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39509}, - {"Proto": "peerapi6", "Port": 39509} + {"Proto": "peerapi4", "Port": 63067}, + {"Proto": "peerapi6", "Port": 63067} ]}, - "Created": "2026-04-09T01:22:25.590888885Z", + "Created": "2026-04-09T08:28:31.761015422Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" + }, { + "ID": 3304628489273575, + "StableID": "nWQrREzfoS11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:88390587f14c57743a73eb1ced85962313065c40a16216ae9ee7db6433593d5a", + "Addresses": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "AllowedIPs": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "Endpoints": ["77.164.248.136:39784", "10.65.0.27:39784", "172.17.0.1:39784"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} + ]}, + "Created": "2026-04-09T08:28:33.931614149Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4423165983299547, + "StableID": "nrEPX45GYb11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "DiscoKey": "discokey:6b34c96e264dc3434545ba3449622c9a12a32077f45f2fb5ca229418a434687e", + "Addresses": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "AllowedIPs": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "Endpoints": ["77.164.248.136:34936", "10.65.0.27:34936", "172.17.0.1:34936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65477}, + {"Proto": "peerapi6", "Port": 65477} + ]}, + "Created": "2026-04-09T08:28:29.592542839Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5068975133658839, + "StableID": "nv8xf7Pkag11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "DiscoKey": "discokey:a971a746da80586372ec360450e4ded5658ca0b3d8451a44e0974c4bfac9f159", + "Addresses": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "AllowedIPs": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "Endpoints": ["77.164.248.136:50021", "10.65.0.27:50021", "172.17.0.1:50021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39585}, + {"Proto": "peerapi6", "Port": 39585} + ]}, + "Created": "2026-04-09T08:28:30.139862772Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5155626014948418, + "StableID": "nDA6L5ZzFh11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "DiscoKey": "discokey:9e53243c267ceb9d8c2b13df1bae9c9436dc65f741fff38b9a0ebcef60ecf874", + "Addresses": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "AllowedIPs": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 39226}, + {"Proto": "peerapi6", "Port": 39226} + ]}, + "Created": "2026-04-09T08:28:28.505348209Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5835968363319488, + "StableID": "nbQ3waz7an11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "DiscoKey": "discokey:8e9c89ee337c858de37312f7c69590846538a0fa002cdcc65713fd62c8f67337", + "Addresses": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "AllowedIPs": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "Endpoints": ["77.164.248.136:37523", "10.65.0.27:37523", "172.17.0.1:37523"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57829}, + {"Proto": "peerapi6", "Port": 57829} + ]}, + "Created": "2026-04-09T08:28:26.888258821Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6631950608985944, + "StableID": "n34ZGc6dnt11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:ab2aa1293d50ff2619088a14707f206a1bfe22796ac7194677357e3470584d61", + "Addresses": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "AllowedIPs": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "Endpoints": ["77.164.248.136:39019", "10.65.0.27:39019", "172.17.0.1:39019"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 38414}, + {"Proto": "peerapi6", "Port": 38414} + ]}, + "Created": "2026-04-09T08:28:33.401155978Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6933549789201463, + "StableID": "nrUf3ZbD9w11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "DiscoKey": "discokey:cf87de6723022d6de32a7763bd18c74055bf77bf5a32af95698176650b2b6e53", + "Addresses": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "AllowedIPs": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "Endpoints": ["77.164.248.136:42667", "10.65.0.27:42667", "172.17.0.1:42667"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35037}, + {"Proto": "peerapi6", "Port": 35037} + ]}, + "Created": "2026-04-09T08:28:32.301356496Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7975930835722467, + "StableID": "ngsKfLBKH521CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "DiscoKey": "discokey:91b6b2f6ef0bcf6851fffdd24543939a1e578607238b63bdea3d9c8f6d2fcd04", + "Addresses": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "AllowedIPs": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "Endpoints": ["77.164.248.136:36167", "10.65.0.27:36167", "172.17.0.1:36167"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 58372}, + {"Proto": "peerapi6", "Port": 58372} + ]}, + "Created": "2026-04-09T08:28:27.967665899Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8154134447886028, + "StableID": "nDV1eXH2g621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "DiscoKey": "discokey:c1af2715dfa24ad8a5ba3ee8e064a37b46d39c11ead3d1b116ebbc3152748474", + "Addresses": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "AllowedIPs": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "Endpoints": ["77.164.248.136:41631", "10.65.0.27:41631", "172.17.0.1:41631"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61988}, + {"Proto": "peerapi6", "Port": 61988} + ]}, + "Created": "2026-04-09T08:28:29.073878256Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6337,27 +6335,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3052498843051610": { - "ID": 3052498843051610, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7517458780366336": { + "ID": 7517458780366336, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6388,22 +6388,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5158140516960809, - "StableID": "nUWAG5c8Hh11CNTRL", + "ID": 6631950608985944, + "StableID": "n34ZGc6dnt11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:b28fd9a38be1997aa72e2a26893f95396eaaba103684ed487ce8543f910b6a62", - "Addresses": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "AllowedIPs": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "Endpoints": ["77.164.248.136:45879", "10.65.0.27:45879", "172.17.0.1:45879"], + "Key": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:ab2aa1293d50ff2619088a14707f206a1bfe22796ac7194677357e3470584d61", + "Addresses": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "AllowedIPs": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "Endpoints": ["77.164.248.136:39019", "10.65.0.27:39019", "172.17.0.1:39019"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 58081}, - {"Proto": "peerapi6", "Port": 58081}, + {"Proto": "peerapi4", "Port": 38414}, + {"Proto": "peerapi6", "Port": 38414}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:27.229965209Z", + "Created": "2026-04-09T08:28:33.401155978Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6430,302 +6430,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "MachineKey": "mkey:689e746e2f41b6a1a594b6527f4c1b17db118cbd5b91868b8b6c1af2f52e142c", + "NodeKey": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "MachineKey": "mkey:1c2d51f9c39a1a26e9f53f9532973de9ccb04e1299769d498ea35932260c2154", "Peers": [{ - "ID": 664755680796598, - "StableID": "nfhTAG15C611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "DiscoKey": "discokey:337f9458f4e860ca7267269379ca190827c28b2ec2a534ea6fa5cdb2e3ed053b", - "Addresses": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "AllowedIPs": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "Endpoints": ["77.164.248.136:42147", "10.65.0.27:42147", "172.17.0.1:42147"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} - ]}, - "Created": "2026-04-09T01:22:20.716253501Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2074913048876208, - "StableID": "nmqYvwSjCH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "DiscoKey": "discokey:dce1fc0ef95aea0521af1a5c8031d8bc86e3cf4a25551e20e3f370e5da18c77b", - "Addresses": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "AllowedIPs": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "Endpoints": ["77.164.248.136:49674", "10.65.0.27:49674", "172.17.0.1:49674"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59639}, - {"Proto": "peerapi6", "Port": 59639} - ]}, - "Created": "2026-04-09T01:22:21.249822283Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3052498843051610, - "StableID": "nZaDyAyUqQ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "DiscoKey": "discokey:f490a8570361c23d96a28a7a8459361e2f4fe95013f57ee6ea2f05a6af22382f", - "Addresses": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "AllowedIPs": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "Endpoints": ["77.164.248.136:40069", "10.65.0.27:40069", "172.17.0.1:40069"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62119}, - {"Proto": "peerapi6", "Port": 62119} - ]}, - "Created": "2026-04-09T01:22:24.536851635Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3064768977432213, - "StableID": "nSsBjUH3wQ11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "DiscoKey": "discokey:3a9d75404de5aebe44752ed34db0ee67703fcf33d8350d998268bb01f57ead49", - "Addresses": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "AllowedIPs": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "Endpoints": ["77.164.248.136:43474", "10.65.0.27:43474", "172.17.0.1:43474"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 50884}, - {"Proto": "peerapi6", "Port": 50884} - ]}, - "Created": "2026-04-09T01:22:26.153647106Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4289783408315037, - "StableID": "nQUw7VLrVa11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "DiscoKey": "discokey:64ce51c86d9daa93a110cd0bf733cafe204cb73fd0418cee60cb474654249159", - "Addresses": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "AllowedIPs": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "Endpoints": ["77.164.248.136:59248", "10.65.0.27:59248", "172.17.0.1:59248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:22:23.973983938Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4318477229182176, - "StableID": "nqZ7pH5ria11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "DiscoKey": "discokey:72f91cf70d56cf503db4038f86458927c2708c693267a6cd1435ea88b651ce36", - "Addresses": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "AllowedIPs": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "Endpoints": ["77.164.248.136:52894", "10.65.0.27:52894", "172.17.0.1:52894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62774}, - {"Proto": "peerapi6", "Port": 62774} - ]}, - "Created": "2026-04-09T01:22:22.341436542Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5145077592065921, - "StableID": "nAjaKuTDBh11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "DiscoKey": "discokey:19adf786b8f73517d9877faf6d0c57f16ce14a2a7f7482b40f673c27ad0ac435", - "Addresses": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "AllowedIPs": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "Endpoints": ["77.164.248.136:41890", "10.65.0.27:41890", "172.17.0.1:41890"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34502}, - {"Proto": "peerapi6", "Port": 34502} - ]}, - "Created": "2026-04-09T01:22:26.693017945Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6157719077069087, - "StableID": "ncdtidqq5q11CNTRL", + "ID": 62779809037096, + "StableID": "nb2Eku7SV111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "KeyExpiry": "2026-10-06T01:22:28Z", - "DiscoKey": "discokey:2a8827c0ce87802b481c2e4ffbe0b500d434b07f09a952bfd41577897432da56", - "Addresses": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "AllowedIPs": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "Endpoints": ["77.164.248.136:52609", "10.65.0.27:52609", "172.17.0.1:52609"], + "Key": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "KeyExpiry": "2026-10-06T08:28:34Z", + "DiscoKey": "discokey:a7bd51433cc74a86a8e41f6358ea8716073008de6878cd1153b6fc688edbb73e", + "Addresses": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "AllowedIPs": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48369}, - {"Proto": "peerapi6", "Port": 48369} + {"Proto": "peerapi4", "Port": 37844}, + {"Proto": "peerapi6", "Port": 37844} ]}, - "Created": "2026-04-09T01:22:28.328345757Z", + "Created": "2026-04-09T08:28:34.473746686Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6326797796354126, - "StableID": "nHxRAVFRQr11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "DiscoKey": "discokey:474bb12cdeb2aa4cd25f3a1718ed0c06a483ed451b88b1b29f3dfd4d5ccd2762", - "Addresses": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "AllowedIPs": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "Endpoints": ["77.164.248.136:53968", "10.65.0.27:53968", "172.17.0.1:53968"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 42595}, - {"Proto": "peerapi6", "Port": 42595} - ]}, - "Created": "2026-04-09T01:22:21.79952447Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6336014963913003, - "StableID": "ntuRhQNbUr11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:447cb95e32e2ba8ecabe958d7ea2de4c02e71869f69fb77c634543a37892c522", - "Addresses": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "AllowedIPs": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "Endpoints": ["77.164.248.136:56043", "10.65.0.27:56043", "172.17.0.1:56043"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51500}, - {"Proto": "peerapi6", "Port": 51500} - ]}, - "Created": "2026-04-09T01:22:27.781442415Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6959005724780933, - "StableID": "nCnPuEHkLw11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "DiscoKey": "discokey:c6cf7394a63fdd553144d74b301f4d7dc7efc3698a5d6855172f816b46c4cc1d", - "Addresses": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "AllowedIPs": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "Endpoints": ["77.164.248.136:52543", "10.65.0.27:52543", "172.17.0.1:52543"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 50399}, - {"Proto": "peerapi6", "Port": 50399} - ]}, - "Created": "2026-04-09T01:22:22.875442921Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7278671936555170, - "StableID": "nqgkPRNXqy11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "DiscoKey": "discokey:c5c8dd5ca6221ea158becc77a235e21ac82b4af72fb59ba09dfb6ca6cdb8f44e", - "Addresses": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "AllowedIPs": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "Endpoints": ["77.164.248.136:47261", "10.65.0.27:47261", "172.17.0.1:47261"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36588}, - {"Proto": "peerapi6", "Port": 36588} - ]}, - "Created": "2026-04-09T01:22:23.433487125Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8157200064668886, - "StableID": "ndYLhBpQh621CNTRL", + "ID": 1203558925437598, + "StableID": "nfK8rDT6QA11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "DiscoKey": "discokey:a16627bb9e95e61c95fd22f6b6e45c0d2699eaa15ef1e3fb2f345610487d5943", - "Addresses": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "AllowedIPs": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "Endpoints": ["77.164.248.136:46588", "10.65.0.27:46588", "172.17.0.1:46588"], + "Key": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "DiscoKey": "discokey:1814cc981a25a9fd6a08c504f9143d790697da92166a9cc9a41a5fc0da16a20c", + "Addresses": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "AllowedIPs": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "Endpoints": ["77.164.248.136:39558", "10.65.0.27:39558", "172.17.0.1:39558"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 39095}, - {"Proto": "peerapi6", "Port": 39095} + {"Proto": "peerapi4", "Port": 41780}, + {"Proto": "peerapi6", "Port": 41780} ]}, - "Created": "2026-04-09T01:22:25.061356947Z", + "Created": "2026-04-09T08:28:31.226348504Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8690078183797514, - "StableID": "nRczKrckrA21CNTRL", + "ID": 2118194055061713, + "StableID": "nSBQEENLYH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "DiscoKey": "discokey:f5d21fa3f643191c239643cfa867cd924afb0dc8b79175eda4064e9172be1d62", + "Addresses": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "AllowedIPs": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "Endpoints": ["77.164.248.136:60536", "10.65.0.27:60536", "172.17.0.1:60536"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 36638}, + {"Proto": "peerapi6", "Port": 36638} + ]}, + "Created": "2026-04-09T08:28:27.418089431Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2576550062452005, + "StableID": "ngpB3sbv7M11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "DiscoKey": "discokey:55875cf1f606be1b84b0f5a4d0f2aa1ca460f95d3afe079b5b02a1e67ef35838", + "Addresses": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "AllowedIPs": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 38332}, + {"Proto": "peerapi6", "Port": 38332} + ]}, + "Created": "2026-04-09T08:28:32.851036378Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 2750866980837271, + "StableID": "nUXKCScsUN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "DiscoKey": "discokey:128ff3069ea196cfc0223a889da9b59c1c732eace59256c44500f5d6d7a0327e", - "Addresses": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "AllowedIPs": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "Endpoints": ["77.164.248.136:37920", "10.65.0.27:37920", "172.17.0.1:37920"], + "Key": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "DiscoKey": "discokey:1c766b947042be4998ecf264743a6453dfa8cc54ce52ae82c4b44849d85e0d3f", + "Addresses": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "AllowedIPs": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "Endpoints": ["77.164.248.136:54114", "10.65.0.27:54114", "172.17.0.1:54114"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39509}, - {"Proto": "peerapi6", "Port": 39509} + {"Proto": "peerapi4", "Port": 63067}, + {"Proto": "peerapi6", "Port": 63067} ]}, - "Created": "2026-04-09T01:22:25.590888885Z", + "Created": "2026-04-09T08:28:31.761015422Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" + }, { + "ID": 3304628489273575, + "StableID": "nWQrREzfoS11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:88390587f14c57743a73eb1ced85962313065c40a16216ae9ee7db6433593d5a", + "Addresses": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "AllowedIPs": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "Endpoints": ["77.164.248.136:39784", "10.65.0.27:39784", "172.17.0.1:39784"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} + ]}, + "Created": "2026-04-09T08:28:33.931614149Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4423165983299547, + "StableID": "nrEPX45GYb11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "DiscoKey": "discokey:6b34c96e264dc3434545ba3449622c9a12a32077f45f2fb5ca229418a434687e", + "Addresses": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "AllowedIPs": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "Endpoints": ["77.164.248.136:34936", "10.65.0.27:34936", "172.17.0.1:34936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65477}, + {"Proto": "peerapi6", "Port": 65477} + ]}, + "Created": "2026-04-09T08:28:29.592542839Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5068975133658839, + "StableID": "nv8xf7Pkag11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "DiscoKey": "discokey:a971a746da80586372ec360450e4ded5658ca0b3d8451a44e0974c4bfac9f159", + "Addresses": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "AllowedIPs": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "Endpoints": ["77.164.248.136:50021", "10.65.0.27:50021", "172.17.0.1:50021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39585}, + {"Proto": "peerapi6", "Port": 39585} + ]}, + "Created": "2026-04-09T08:28:30.139862772Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5155626014948418, + "StableID": "nDA6L5ZzFh11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "DiscoKey": "discokey:9e53243c267ceb9d8c2b13df1bae9c9436dc65f741fff38b9a0ebcef60ecf874", + "Addresses": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "AllowedIPs": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 39226}, + {"Proto": "peerapi6", "Port": 39226} + ]}, + "Created": "2026-04-09T08:28:28.505348209Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5835968363319488, + "StableID": "nbQ3waz7an11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "DiscoKey": "discokey:8e9c89ee337c858de37312f7c69590846538a0fa002cdcc65713fd62c8f67337", + "Addresses": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "AllowedIPs": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "Endpoints": ["77.164.248.136:37523", "10.65.0.27:37523", "172.17.0.1:37523"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57829}, + {"Proto": "peerapi6", "Port": 57829} + ]}, + "Created": "2026-04-09T08:28:26.888258821Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6933549789201463, + "StableID": "nrUf3ZbD9w11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "DiscoKey": "discokey:cf87de6723022d6de32a7763bd18c74055bf77bf5a32af95698176650b2b6e53", + "Addresses": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "AllowedIPs": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "Endpoints": ["77.164.248.136:42667", "10.65.0.27:42667", "172.17.0.1:42667"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35037}, + {"Proto": "peerapi6", "Port": 35037} + ]}, + "Created": "2026-04-09T08:28:32.301356496Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7517458780366336, + "StableID": "nD3P6utfh121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "DiscoKey": "discokey:f7cedc2f9e7bf554b8a4430ab07ef9b9eb3a842759f260d33208da238ffb611c", + "Addresses": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "AllowedIPs": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "Endpoints": ["77.164.248.136:42837", "10.65.0.27:42837", "172.17.0.1:42837"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57951}, + {"Proto": "peerapi6", "Port": 57951} + ]}, + "Created": "2026-04-09T08:28:30.669740158Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7975930835722467, + "StableID": "ngsKfLBKH521CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "DiscoKey": "discokey:91b6b2f6ef0bcf6851fffdd24543939a1e578607238b63bdea3d9c8f6d2fcd04", + "Addresses": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "AllowedIPs": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "Endpoints": ["77.164.248.136:36167", "10.65.0.27:36167", "172.17.0.1:36167"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 58372}, + {"Proto": "peerapi6", "Port": 58372} + ]}, + "Created": "2026-04-09T08:28:27.967665899Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8154134447886028, + "StableID": "nDV1eXH2g621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "DiscoKey": "discokey:c1af2715dfa24ad8a5ba3ee8e064a37b46d39c11ead3d1b116ebbc3152748474", + "Addresses": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "AllowedIPs": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "Endpoints": ["77.164.248.136:41631", "10.65.0.27:41631", "172.17.0.1:41631"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61988}, + {"Proto": "peerapi6", "Port": 61988} + ]}, + "Created": "2026-04-09T08:28:29.073878256Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6753,7 +6751,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.107.141.73"}, {"nodeIP": "fd7a:115c:a1e0::7f37:8d49"}], + "principals": [{"nodeIP": "100.97.243.45"}, {"nodeIP": "fd7a:115c:a1e0::b137:f32d"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -7582,26 +7580,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.107.141.73"}, {"nodeIP": "fd7a:115c:a1e0::7f37:8d49"}], + "principals": [{"nodeIP": "100.97.243.45"}, {"nodeIP": "fd7a:115c:a1e0::b137:f32d"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -7638,21 +7637,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3064768977432213, - "StableID": "nSsBjUH3wQ11CNTRL", + "ID": 6933549789201463, + "StableID": "nrUf3ZbD9w11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 3064768977432213, - "Key": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "DiscoKey": "discokey:3a9d75404de5aebe44752ed34db0ee67703fcf33d8350d998268bb01f57ead49", - "Addresses": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "AllowedIPs": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "Endpoints": ["77.164.248.136:43474", "10.65.0.27:43474", "172.17.0.1:43474"], + "User": 6933549789201463, + "Key": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "DiscoKey": "discokey:cf87de6723022d6de32a7763bd18c74055bf77bf5a32af95698176650b2b6e53", + "Addresses": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "AllowedIPs": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "Endpoints": ["77.164.248.136:42667", "10.65.0.27:42667", "172.17.0.1:42667"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 50884}, - {"Proto": "peerapi6", "Port": 50884}, + {"Proto": "peerapi4", "Port": 35037}, + {"Proto": "peerapi6", "Port": 35037}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:26.153647106Z", + "Created": "2026-04-09T08:28:32.301356496Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7680,300 +7679,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "MachineKey": "mkey:2ef5b9f1ee16a197b59e5a8b0dd3e95cbc939dd380a8e3a8468516055444813f", + "NodeKey": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "MachineKey": "mkey:e1fad95b66048c3f008fe3780097c8453b2c8bfc9650e684df6e9ec8f6678835", "Peers": [{ - "ID": 664755680796598, - "StableID": "nfhTAG15C611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "DiscoKey": "discokey:337f9458f4e860ca7267269379ca190827c28b2ec2a534ea6fa5cdb2e3ed053b", - "Addresses": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "AllowedIPs": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "Endpoints": ["77.164.248.136:42147", "10.65.0.27:42147", "172.17.0.1:42147"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} - ]}, - "Created": "2026-04-09T01:22:20.716253501Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2074913048876208, - "StableID": "nmqYvwSjCH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "DiscoKey": "discokey:dce1fc0ef95aea0521af1a5c8031d8bc86e3cf4a25551e20e3f370e5da18c77b", - "Addresses": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "AllowedIPs": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "Endpoints": ["77.164.248.136:49674", "10.65.0.27:49674", "172.17.0.1:49674"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59639}, - {"Proto": "peerapi6", "Port": 59639} - ]}, - "Created": "2026-04-09T01:22:21.249822283Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3052498843051610, - "StableID": "nZaDyAyUqQ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "DiscoKey": "discokey:f490a8570361c23d96a28a7a8459361e2f4fe95013f57ee6ea2f05a6af22382f", - "Addresses": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "AllowedIPs": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "Endpoints": ["77.164.248.136:40069", "10.65.0.27:40069", "172.17.0.1:40069"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62119}, - {"Proto": "peerapi6", "Port": 62119} - ]}, - "Created": "2026-04-09T01:22:24.536851635Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4289783408315037, - "StableID": "nQUw7VLrVa11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "DiscoKey": "discokey:64ce51c86d9daa93a110cd0bf733cafe204cb73fd0418cee60cb474654249159", - "Addresses": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "AllowedIPs": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "Endpoints": ["77.164.248.136:59248", "10.65.0.27:59248", "172.17.0.1:59248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:22:23.973983938Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4318477229182176, - "StableID": "nqZ7pH5ria11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "DiscoKey": "discokey:72f91cf70d56cf503db4038f86458927c2708c693267a6cd1435ea88b651ce36", - "Addresses": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "AllowedIPs": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "Endpoints": ["77.164.248.136:52894", "10.65.0.27:52894", "172.17.0.1:52894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62774}, - {"Proto": "peerapi6", "Port": 62774} - ]}, - "Created": "2026-04-09T01:22:22.341436542Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5145077592065921, - "StableID": "nAjaKuTDBh11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "DiscoKey": "discokey:19adf786b8f73517d9877faf6d0c57f16ce14a2a7f7482b40f673c27ad0ac435", - "Addresses": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "AllowedIPs": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "Endpoints": ["77.164.248.136:41890", "10.65.0.27:41890", "172.17.0.1:41890"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34502}, - {"Proto": "peerapi6", "Port": 34502} - ]}, - "Created": "2026-04-09T01:22:26.693017945Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5158140516960809, - "StableID": "nUWAG5c8Hh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:b28fd9a38be1997aa72e2a26893f95396eaaba103684ed487ce8543f910b6a62", - "Addresses": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "AllowedIPs": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "Endpoints": ["77.164.248.136:45879", "10.65.0.27:45879", "172.17.0.1:45879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 58081}, - {"Proto": "peerapi6", "Port": 58081} - ]}, - "Created": "2026-04-09T01:22:27.229965209Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6157719077069087, - "StableID": "ncdtidqq5q11CNTRL", + "ID": 62779809037096, + "StableID": "nb2Eku7SV111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "KeyExpiry": "2026-10-06T01:22:28Z", - "DiscoKey": "discokey:2a8827c0ce87802b481c2e4ffbe0b500d434b07f09a952bfd41577897432da56", - "Addresses": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "AllowedIPs": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], + "Key": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "KeyExpiry": "2026-10-06T08:28:34Z", + "DiscoKey": "discokey:a7bd51433cc74a86a8e41f6358ea8716073008de6878cd1153b6fc688edbb73e", + "Addresses": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "AllowedIPs": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48369}, - {"Proto": "peerapi6", "Port": 48369} + {"Proto": "peerapi4", "Port": 37844}, + {"Proto": "peerapi6", "Port": 37844} ]}, - "Created": "2026-04-09T01:22:28.328345757Z", + "Created": "2026-04-09T08:28:34.473746686Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6326797796354126, - "StableID": "nHxRAVFRQr11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "DiscoKey": "discokey:474bb12cdeb2aa4cd25f3a1718ed0c06a483ed451b88b1b29f3dfd4d5ccd2762", - "Addresses": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "AllowedIPs": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "Endpoints": ["77.164.248.136:53968", "10.65.0.27:53968", "172.17.0.1:53968"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 42595}, - {"Proto": "peerapi6", "Port": 42595} - ]}, - "Created": "2026-04-09T01:22:21.79952447Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6336014963913003, - "StableID": "ntuRhQNbUr11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:447cb95e32e2ba8ecabe958d7ea2de4c02e71869f69fb77c634543a37892c522", - "Addresses": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "AllowedIPs": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "Endpoints": ["77.164.248.136:56043", "10.65.0.27:56043", "172.17.0.1:56043"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51500}, - {"Proto": "peerapi6", "Port": 51500} - ]}, - "Created": "2026-04-09T01:22:27.781442415Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6959005724780933, - "StableID": "nCnPuEHkLw11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "DiscoKey": "discokey:c6cf7394a63fdd553144d74b301f4d7dc7efc3698a5d6855172f816b46c4cc1d", - "Addresses": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "AllowedIPs": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "Endpoints": ["77.164.248.136:52543", "10.65.0.27:52543", "172.17.0.1:52543"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 50399}, - {"Proto": "peerapi6", "Port": 50399} - ]}, - "Created": "2026-04-09T01:22:22.875442921Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7278671936555170, - "StableID": "nqgkPRNXqy11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "DiscoKey": "discokey:c5c8dd5ca6221ea158becc77a235e21ac82b4af72fb59ba09dfb6ca6cdb8f44e", - "Addresses": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "AllowedIPs": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "Endpoints": ["77.164.248.136:47261", "10.65.0.27:47261", "172.17.0.1:47261"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36588}, - {"Proto": "peerapi6", "Port": 36588} - ]}, - "Created": "2026-04-09T01:22:23.433487125Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8157200064668886, - "StableID": "ndYLhBpQh621CNTRL", + "ID": 1203558925437598, + "StableID": "nfK8rDT6QA11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "DiscoKey": "discokey:a16627bb9e95e61c95fd22f6b6e45c0d2699eaa15ef1e3fb2f345610487d5943", - "Addresses": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "AllowedIPs": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "Endpoints": ["77.164.248.136:46588", "10.65.0.27:46588", "172.17.0.1:46588"], + "Key": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "DiscoKey": "discokey:1814cc981a25a9fd6a08c504f9143d790697da92166a9cc9a41a5fc0da16a20c", + "Addresses": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "AllowedIPs": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "Endpoints": ["77.164.248.136:39558", "10.65.0.27:39558", "172.17.0.1:39558"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 39095}, - {"Proto": "peerapi6", "Port": 39095} + {"Proto": "peerapi4", "Port": 41780}, + {"Proto": "peerapi6", "Port": 41780} ]}, - "Created": "2026-04-09T01:22:25.061356947Z", + "Created": "2026-04-09T08:28:31.226348504Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8690078183797514, - "StableID": "nRczKrckrA21CNTRL", + "ID": 2118194055061713, + "StableID": "nSBQEENLYH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "DiscoKey": "discokey:f5d21fa3f643191c239643cfa867cd924afb0dc8b79175eda4064e9172be1d62", + "Addresses": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "AllowedIPs": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "Endpoints": ["77.164.248.136:60536", "10.65.0.27:60536", "172.17.0.1:60536"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 36638}, + {"Proto": "peerapi6", "Port": 36638} + ]}, + "Created": "2026-04-09T08:28:27.418089431Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2576550062452005, + "StableID": "ngpB3sbv7M11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "DiscoKey": "discokey:55875cf1f606be1b84b0f5a4d0f2aa1ca460f95d3afe079b5b02a1e67ef35838", + "Addresses": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "AllowedIPs": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 38332}, + {"Proto": "peerapi6", "Port": 38332} + ]}, + "Created": "2026-04-09T08:28:32.851036378Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 2750866980837271, + "StableID": "nUXKCScsUN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "DiscoKey": "discokey:128ff3069ea196cfc0223a889da9b59c1c732eace59256c44500f5d6d7a0327e", - "Addresses": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "AllowedIPs": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "Endpoints": ["77.164.248.136:37920", "10.65.0.27:37920", "172.17.0.1:37920"], + "Key": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "DiscoKey": "discokey:1c766b947042be4998ecf264743a6453dfa8cc54ce52ae82c4b44849d85e0d3f", + "Addresses": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "AllowedIPs": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "Endpoints": ["77.164.248.136:54114", "10.65.0.27:54114", "172.17.0.1:54114"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39509}, - {"Proto": "peerapi6", "Port": 39509} + {"Proto": "peerapi4", "Port": 63067}, + {"Proto": "peerapi6", "Port": 63067} ]}, - "Created": "2026-04-09T01:22:25.590888885Z", + "Created": "2026-04-09T08:28:31.761015422Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" + }, { + "ID": 3304628489273575, + "StableID": "nWQrREzfoS11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:88390587f14c57743a73eb1ced85962313065c40a16216ae9ee7db6433593d5a", + "Addresses": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "AllowedIPs": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "Endpoints": ["77.164.248.136:39784", "10.65.0.27:39784", "172.17.0.1:39784"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} + ]}, + "Created": "2026-04-09T08:28:33.931614149Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4423165983299547, + "StableID": "nrEPX45GYb11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "DiscoKey": "discokey:6b34c96e264dc3434545ba3449622c9a12a32077f45f2fb5ca229418a434687e", + "Addresses": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "AllowedIPs": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "Endpoints": ["77.164.248.136:34936", "10.65.0.27:34936", "172.17.0.1:34936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65477}, + {"Proto": "peerapi6", "Port": 65477} + ]}, + "Created": "2026-04-09T08:28:29.592542839Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5068975133658839, + "StableID": "nv8xf7Pkag11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "DiscoKey": "discokey:a971a746da80586372ec360450e4ded5658ca0b3d8451a44e0974c4bfac9f159", + "Addresses": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "AllowedIPs": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "Endpoints": ["77.164.248.136:50021", "10.65.0.27:50021", "172.17.0.1:50021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39585}, + {"Proto": "peerapi6", "Port": 39585} + ]}, + "Created": "2026-04-09T08:28:30.139862772Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5155626014948418, + "StableID": "nDA6L5ZzFh11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "DiscoKey": "discokey:9e53243c267ceb9d8c2b13df1bae9c9436dc65f741fff38b9a0ebcef60ecf874", + "Addresses": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "AllowedIPs": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 39226}, + {"Proto": "peerapi6", "Port": 39226} + ]}, + "Created": "2026-04-09T08:28:28.505348209Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5835968363319488, + "StableID": "nbQ3waz7an11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "DiscoKey": "discokey:8e9c89ee337c858de37312f7c69590846538a0fa002cdcc65713fd62c8f67337", + "Addresses": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "AllowedIPs": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "Endpoints": ["77.164.248.136:37523", "10.65.0.27:37523", "172.17.0.1:37523"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57829}, + {"Proto": "peerapi6", "Port": 57829} + ]}, + "Created": "2026-04-09T08:28:26.888258821Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6631950608985944, + "StableID": "n34ZGc6dnt11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:ab2aa1293d50ff2619088a14707f206a1bfe22796ac7194677357e3470584d61", + "Addresses": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "AllowedIPs": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "Endpoints": ["77.164.248.136:39019", "10.65.0.27:39019", "172.17.0.1:39019"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 38414}, + {"Proto": "peerapi6", "Port": 38414} + ]}, + "Created": "2026-04-09T08:28:33.401155978Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7517458780366336, + "StableID": "nD3P6utfh121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "DiscoKey": "discokey:f7cedc2f9e7bf554b8a4430ab07ef9b9eb3a842759f260d33208da238ffb611c", + "Addresses": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "AllowedIPs": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "Endpoints": ["77.164.248.136:42837", "10.65.0.27:42837", "172.17.0.1:42837"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57951}, + {"Proto": "peerapi6", "Port": 57951} + ]}, + "Created": "2026-04-09T08:28:30.669740158Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7975930835722467, + "StableID": "ngsKfLBKH521CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "DiscoKey": "discokey:91b6b2f6ef0bcf6851fffdd24543939a1e578607238b63bdea3d9c8f6d2fcd04", + "Addresses": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "AllowedIPs": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "Endpoints": ["77.164.248.136:36167", "10.65.0.27:36167", "172.17.0.1:36167"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 58372}, + {"Proto": "peerapi6", "Port": 58372} + ]}, + "Created": "2026-04-09T08:28:27.967665899Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8154134447886028, + "StableID": "nDV1eXH2g621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "DiscoKey": "discokey:c1af2715dfa24ad8a5ba3ee8e064a37b46d39c11ead3d1b116ebbc3152748474", + "Addresses": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "AllowedIPs": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "Endpoints": ["77.164.248.136:41631", "10.65.0.27:41631", "172.17.0.1:41631"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61988}, + {"Proto": "peerapi6", "Port": 61988} + ]}, + "Created": "2026-04-09T08:28:29.073878256Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8821,27 +8819,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3064768977432213": { - "ID": 3064768977432213, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6933549789201463": { + "ID": 6933549789201463, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8872,26 +8872,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2074913048876208, - "StableID": "nmqYvwSjCH11CNTRL", + "ID": 2118194055061713, + "StableID": "nSBQEENLYH11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 2074913048876208, - "Key": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "DiscoKey": "discokey:dce1fc0ef95aea0521af1a5c8031d8bc86e3cf4a25551e20e3f370e5da18c77b", - "Addresses": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "AllowedIPs": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "Endpoints": ["77.164.248.136:49674", "10.65.0.27:49674", "172.17.0.1:49674"], + "User": 2118194055061713, + "Key": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "DiscoKey": "discokey:f5d21fa3f643191c239643cfa867cd924afb0dc8b79175eda4064e9172be1d62", + "Addresses": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "AllowedIPs": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "Endpoints": ["77.164.248.136:60536", "10.65.0.27:60536", "172.17.0.1:60536"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 59639}, - {"Proto": "peerapi6", "Port": 59639}, + {"Proto": "peerapi4", "Port": 36638}, + {"Proto": "peerapi6", "Port": 36638}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:22:21.249822283Z", + "Created": "2026-04-09T08:28:27.418089431Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8919,302 +8919,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "MachineKey": "mkey:6bc2753d565c64613df5fcc6cd498488c86373ed1b39be03e3ef984d0c364e0f", + "NodeKey": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "MachineKey": "mkey:e7ea89cf27c1c61d60eb49b06c6666a35792d2ee8a9d32409efa3bde4027dd21", "Peers": [{ - "ID": 664755680796598, - "StableID": "nfhTAG15C611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "DiscoKey": "discokey:337f9458f4e860ca7267269379ca190827c28b2ec2a534ea6fa5cdb2e3ed053b", - "Addresses": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "AllowedIPs": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "Endpoints": ["77.164.248.136:42147", "10.65.0.27:42147", "172.17.0.1:42147"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} - ]}, - "Created": "2026-04-09T01:22:20.716253501Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3052498843051610, - "StableID": "nZaDyAyUqQ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "DiscoKey": "discokey:f490a8570361c23d96a28a7a8459361e2f4fe95013f57ee6ea2f05a6af22382f", - "Addresses": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "AllowedIPs": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "Endpoints": ["77.164.248.136:40069", "10.65.0.27:40069", "172.17.0.1:40069"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62119}, - {"Proto": "peerapi6", "Port": 62119} - ]}, - "Created": "2026-04-09T01:22:24.536851635Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3064768977432213, - "StableID": "nSsBjUH3wQ11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "DiscoKey": "discokey:3a9d75404de5aebe44752ed34db0ee67703fcf33d8350d998268bb01f57ead49", - "Addresses": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "AllowedIPs": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "Endpoints": ["77.164.248.136:43474", "10.65.0.27:43474", "172.17.0.1:43474"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 50884}, - {"Proto": "peerapi6", "Port": 50884} - ]}, - "Created": "2026-04-09T01:22:26.153647106Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4289783408315037, - "StableID": "nQUw7VLrVa11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "DiscoKey": "discokey:64ce51c86d9daa93a110cd0bf733cafe204cb73fd0418cee60cb474654249159", - "Addresses": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "AllowedIPs": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "Endpoints": ["77.164.248.136:59248", "10.65.0.27:59248", "172.17.0.1:59248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:22:23.973983938Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4318477229182176, - "StableID": "nqZ7pH5ria11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "DiscoKey": "discokey:72f91cf70d56cf503db4038f86458927c2708c693267a6cd1435ea88b651ce36", - "Addresses": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "AllowedIPs": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "Endpoints": ["77.164.248.136:52894", "10.65.0.27:52894", "172.17.0.1:52894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62774}, - {"Proto": "peerapi6", "Port": 62774} - ]}, - "Created": "2026-04-09T01:22:22.341436542Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5145077592065921, - "StableID": "nAjaKuTDBh11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "DiscoKey": "discokey:19adf786b8f73517d9877faf6d0c57f16ce14a2a7f7482b40f673c27ad0ac435", - "Addresses": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "AllowedIPs": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "Endpoints": ["77.164.248.136:41890", "10.65.0.27:41890", "172.17.0.1:41890"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34502}, - {"Proto": "peerapi6", "Port": 34502} - ]}, - "Created": "2026-04-09T01:22:26.693017945Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5158140516960809, - "StableID": "nUWAG5c8Hh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:b28fd9a38be1997aa72e2a26893f95396eaaba103684ed487ce8543f910b6a62", - "Addresses": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "AllowedIPs": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "Endpoints": ["77.164.248.136:45879", "10.65.0.27:45879", "172.17.0.1:45879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 58081}, - {"Proto": "peerapi6", "Port": 58081} - ]}, - "Created": "2026-04-09T01:22:27.229965209Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6157719077069087, - "StableID": "ncdtidqq5q11CNTRL", + "ID": 62779809037096, + "StableID": "nb2Eku7SV111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "KeyExpiry": "2026-10-06T01:22:28Z", - "DiscoKey": "discokey:2a8827c0ce87802b481c2e4ffbe0b500d434b07f09a952bfd41577897432da56", - "Addresses": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "AllowedIPs": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "Endpoints": ["77.164.248.136:52609", "10.65.0.27:52609", "172.17.0.1:52609"], + "Key": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "KeyExpiry": "2026-10-06T08:28:34Z", + "DiscoKey": "discokey:a7bd51433cc74a86a8e41f6358ea8716073008de6878cd1153b6fc688edbb73e", + "Addresses": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "AllowedIPs": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48369}, - {"Proto": "peerapi6", "Port": 48369} + {"Proto": "peerapi4", "Port": 37844}, + {"Proto": "peerapi6", "Port": 37844} ]}, - "Created": "2026-04-09T01:22:28.328345757Z", + "Created": "2026-04-09T08:28:34.473746686Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6326797796354126, - "StableID": "nHxRAVFRQr11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "DiscoKey": "discokey:474bb12cdeb2aa4cd25f3a1718ed0c06a483ed451b88b1b29f3dfd4d5ccd2762", - "Addresses": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "AllowedIPs": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "Endpoints": ["77.164.248.136:53968", "10.65.0.27:53968", "172.17.0.1:53968"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 42595}, - {"Proto": "peerapi6", "Port": 42595} - ]}, - "Created": "2026-04-09T01:22:21.79952447Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6336014963913003, - "StableID": "ntuRhQNbUr11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:447cb95e32e2ba8ecabe958d7ea2de4c02e71869f69fb77c634543a37892c522", - "Addresses": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "AllowedIPs": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "Endpoints": ["77.164.248.136:56043", "10.65.0.27:56043", "172.17.0.1:56043"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51500}, - {"Proto": "peerapi6", "Port": 51500} - ]}, - "Created": "2026-04-09T01:22:27.781442415Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6959005724780933, - "StableID": "nCnPuEHkLw11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "DiscoKey": "discokey:c6cf7394a63fdd553144d74b301f4d7dc7efc3698a5d6855172f816b46c4cc1d", - "Addresses": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "AllowedIPs": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "Endpoints": ["77.164.248.136:52543", "10.65.0.27:52543", "172.17.0.1:52543"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 50399}, - {"Proto": "peerapi6", "Port": 50399} - ]}, - "Created": "2026-04-09T01:22:22.875442921Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7278671936555170, - "StableID": "nqgkPRNXqy11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "DiscoKey": "discokey:c5c8dd5ca6221ea158becc77a235e21ac82b4af72fb59ba09dfb6ca6cdb8f44e", - "Addresses": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "AllowedIPs": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "Endpoints": ["77.164.248.136:47261", "10.65.0.27:47261", "172.17.0.1:47261"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36588}, - {"Proto": "peerapi6", "Port": 36588} - ]}, - "Created": "2026-04-09T01:22:23.433487125Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8157200064668886, - "StableID": "ndYLhBpQh621CNTRL", + "ID": 1203558925437598, + "StableID": "nfK8rDT6QA11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "DiscoKey": "discokey:a16627bb9e95e61c95fd22f6b6e45c0d2699eaa15ef1e3fb2f345610487d5943", - "Addresses": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "AllowedIPs": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "Endpoints": ["77.164.248.136:46588", "10.65.0.27:46588", "172.17.0.1:46588"], + "Key": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "DiscoKey": "discokey:1814cc981a25a9fd6a08c504f9143d790697da92166a9cc9a41a5fc0da16a20c", + "Addresses": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "AllowedIPs": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "Endpoints": ["77.164.248.136:39558", "10.65.0.27:39558", "172.17.0.1:39558"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 39095}, - {"Proto": "peerapi6", "Port": 39095} + {"Proto": "peerapi4", "Port": 41780}, + {"Proto": "peerapi6", "Port": 41780} ]}, - "Created": "2026-04-09T01:22:25.061356947Z", + "Created": "2026-04-09T08:28:31.226348504Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8690078183797514, - "StableID": "nRczKrckrA21CNTRL", + "ID": 2576550062452005, + "StableID": "ngpB3sbv7M11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "DiscoKey": "discokey:55875cf1f606be1b84b0f5a4d0f2aa1ca460f95d3afe079b5b02a1e67ef35838", + "Addresses": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "AllowedIPs": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 38332}, + {"Proto": "peerapi6", "Port": 38332} + ]}, + "Created": "2026-04-09T08:28:32.851036378Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 2750866980837271, + "StableID": "nUXKCScsUN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "DiscoKey": "discokey:128ff3069ea196cfc0223a889da9b59c1c732eace59256c44500f5d6d7a0327e", - "Addresses": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "AllowedIPs": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "Endpoints": ["77.164.248.136:37920", "10.65.0.27:37920", "172.17.0.1:37920"], + "Key": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "DiscoKey": "discokey:1c766b947042be4998ecf264743a6453dfa8cc54ce52ae82c4b44849d85e0d3f", + "Addresses": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "AllowedIPs": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "Endpoints": ["77.164.248.136:54114", "10.65.0.27:54114", "172.17.0.1:54114"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39509}, - {"Proto": "peerapi6", "Port": 39509} + {"Proto": "peerapi4", "Port": 63067}, + {"Proto": "peerapi6", "Port": 63067} ]}, - "Created": "2026-04-09T01:22:25.590888885Z", + "Created": "2026-04-09T08:28:31.761015422Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" + }, { + "ID": 3304628489273575, + "StableID": "nWQrREzfoS11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:88390587f14c57743a73eb1ced85962313065c40a16216ae9ee7db6433593d5a", + "Addresses": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "AllowedIPs": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "Endpoints": ["77.164.248.136:39784", "10.65.0.27:39784", "172.17.0.1:39784"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} + ]}, + "Created": "2026-04-09T08:28:33.931614149Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4423165983299547, + "StableID": "nrEPX45GYb11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "DiscoKey": "discokey:6b34c96e264dc3434545ba3449622c9a12a32077f45f2fb5ca229418a434687e", + "Addresses": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "AllowedIPs": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "Endpoints": ["77.164.248.136:34936", "10.65.0.27:34936", "172.17.0.1:34936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65477}, + {"Proto": "peerapi6", "Port": 65477} + ]}, + "Created": "2026-04-09T08:28:29.592542839Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5068975133658839, + "StableID": "nv8xf7Pkag11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "DiscoKey": "discokey:a971a746da80586372ec360450e4ded5658ca0b3d8451a44e0974c4bfac9f159", + "Addresses": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "AllowedIPs": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "Endpoints": ["77.164.248.136:50021", "10.65.0.27:50021", "172.17.0.1:50021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39585}, + {"Proto": "peerapi6", "Port": 39585} + ]}, + "Created": "2026-04-09T08:28:30.139862772Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5155626014948418, + "StableID": "nDA6L5ZzFh11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "DiscoKey": "discokey:9e53243c267ceb9d8c2b13df1bae9c9436dc65f741fff38b9a0ebcef60ecf874", + "Addresses": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "AllowedIPs": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 39226}, + {"Proto": "peerapi6", "Port": 39226} + ]}, + "Created": "2026-04-09T08:28:28.505348209Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5835968363319488, + "StableID": "nbQ3waz7an11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "DiscoKey": "discokey:8e9c89ee337c858de37312f7c69590846538a0fa002cdcc65713fd62c8f67337", + "Addresses": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "AllowedIPs": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "Endpoints": ["77.164.248.136:37523", "10.65.0.27:37523", "172.17.0.1:37523"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57829}, + {"Proto": "peerapi6", "Port": 57829} + ]}, + "Created": "2026-04-09T08:28:26.888258821Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6631950608985944, + "StableID": "n34ZGc6dnt11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:ab2aa1293d50ff2619088a14707f206a1bfe22796ac7194677357e3470584d61", + "Addresses": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "AllowedIPs": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "Endpoints": ["77.164.248.136:39019", "10.65.0.27:39019", "172.17.0.1:39019"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 38414}, + {"Proto": "peerapi6", "Port": 38414} + ]}, + "Created": "2026-04-09T08:28:33.401155978Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6933549789201463, + "StableID": "nrUf3ZbD9w11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "DiscoKey": "discokey:cf87de6723022d6de32a7763bd18c74055bf77bf5a32af95698176650b2b6e53", + "Addresses": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "AllowedIPs": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "Endpoints": ["77.164.248.136:42667", "10.65.0.27:42667", "172.17.0.1:42667"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35037}, + {"Proto": "peerapi6", "Port": 35037} + ]}, + "Created": "2026-04-09T08:28:32.301356496Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7517458780366336, + "StableID": "nD3P6utfh121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "DiscoKey": "discokey:f7cedc2f9e7bf554b8a4430ab07ef9b9eb3a842759f260d33208da238ffb611c", + "Addresses": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "AllowedIPs": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "Endpoints": ["77.164.248.136:42837", "10.65.0.27:42837", "172.17.0.1:42837"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57951}, + {"Proto": "peerapi6", "Port": 57951} + ]}, + "Created": "2026-04-09T08:28:30.669740158Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7975930835722467, + "StableID": "ngsKfLBKH521CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "DiscoKey": "discokey:91b6b2f6ef0bcf6851fffdd24543939a1e578607238b63bdea3d9c8f6d2fcd04", + "Addresses": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "AllowedIPs": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "Endpoints": ["77.164.248.136:36167", "10.65.0.27:36167", "172.17.0.1:36167"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 58372}, + {"Proto": "peerapi6", "Port": 58372} + ]}, + "Created": "2026-04-09T08:28:27.967665899Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8154134447886028, + "StableID": "nDV1eXH2g621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "DiscoKey": "discokey:c1af2715dfa24ad8a5ba3ee8e064a37b46d39c11ead3d1b116ebbc3152748474", + "Addresses": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "AllowedIPs": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "Endpoints": ["77.164.248.136:41631", "10.65.0.27:41631", "172.17.0.1:41631"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61988}, + {"Proto": "peerapi6", "Port": 61988} + ]}, + "Created": "2026-04-09T08:28:29.073878256Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10062,27 +10060,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2074913048876208": { - "ID": 2074913048876208, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2118194055061713": { + "ID": 2118194055061713, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10113,26 +10113,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 664755680796598, - "StableID": "nfhTAG15C611CNTRL", + "ID": 5835968363319488, + "StableID": "nbQ3waz7an11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 664755680796598, - "Key": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "DiscoKey": "discokey:337f9458f4e860ca7267269379ca190827c28b2ec2a534ea6fa5cdb2e3ed053b", - "Addresses": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "AllowedIPs": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "Endpoints": ["77.164.248.136:42147", "10.65.0.27:42147", "172.17.0.1:42147"], + "User": 5835968363319488, + "Key": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "DiscoKey": "discokey:8e9c89ee337c858de37312f7c69590846538a0fa002cdcc65713fd62c8f67337", + "Addresses": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "AllowedIPs": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "Endpoints": ["77.164.248.136:37523", "10.65.0.27:37523", "172.17.0.1:37523"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176}, + {"Proto": "peerapi4", "Port": 57829}, + {"Proto": "peerapi6", "Port": 57829}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:22:20.716253501Z", + "Created": "2026-04-09T08:28:26.888258821Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10160,302 +10160,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "MachineKey": "mkey:aef8d6c42b1088224a8a9905f45ef0c384fef495b8dd420bb1ed536975ec3f6c", + "NodeKey": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "MachineKey": "mkey:a44aeccaf870d7a8c2aa05e562e909b44d162c72176b7773bc0402c977d5866b", "Peers": [{ - "ID": 2074913048876208, - "StableID": "nmqYvwSjCH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "DiscoKey": "discokey:dce1fc0ef95aea0521af1a5c8031d8bc86e3cf4a25551e20e3f370e5da18c77b", - "Addresses": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "AllowedIPs": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "Endpoints": ["77.164.248.136:49674", "10.65.0.27:49674", "172.17.0.1:49674"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59639}, - {"Proto": "peerapi6", "Port": 59639} - ]}, - "Created": "2026-04-09T01:22:21.249822283Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3052498843051610, - "StableID": "nZaDyAyUqQ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "DiscoKey": "discokey:f490a8570361c23d96a28a7a8459361e2f4fe95013f57ee6ea2f05a6af22382f", - "Addresses": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "AllowedIPs": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "Endpoints": ["77.164.248.136:40069", "10.65.0.27:40069", "172.17.0.1:40069"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62119}, - {"Proto": "peerapi6", "Port": 62119} - ]}, - "Created": "2026-04-09T01:22:24.536851635Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3064768977432213, - "StableID": "nSsBjUH3wQ11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "DiscoKey": "discokey:3a9d75404de5aebe44752ed34db0ee67703fcf33d8350d998268bb01f57ead49", - "Addresses": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "AllowedIPs": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "Endpoints": ["77.164.248.136:43474", "10.65.0.27:43474", "172.17.0.1:43474"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 50884}, - {"Proto": "peerapi6", "Port": 50884} - ]}, - "Created": "2026-04-09T01:22:26.153647106Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4289783408315037, - "StableID": "nQUw7VLrVa11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "DiscoKey": "discokey:64ce51c86d9daa93a110cd0bf733cafe204cb73fd0418cee60cb474654249159", - "Addresses": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "AllowedIPs": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "Endpoints": ["77.164.248.136:59248", "10.65.0.27:59248", "172.17.0.1:59248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:22:23.973983938Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4318477229182176, - "StableID": "nqZ7pH5ria11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "DiscoKey": "discokey:72f91cf70d56cf503db4038f86458927c2708c693267a6cd1435ea88b651ce36", - "Addresses": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "AllowedIPs": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "Endpoints": ["77.164.248.136:52894", "10.65.0.27:52894", "172.17.0.1:52894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62774}, - {"Proto": "peerapi6", "Port": 62774} - ]}, - "Created": "2026-04-09T01:22:22.341436542Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5145077592065921, - "StableID": "nAjaKuTDBh11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "DiscoKey": "discokey:19adf786b8f73517d9877faf6d0c57f16ce14a2a7f7482b40f673c27ad0ac435", - "Addresses": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "AllowedIPs": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "Endpoints": ["77.164.248.136:41890", "10.65.0.27:41890", "172.17.0.1:41890"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34502}, - {"Proto": "peerapi6", "Port": 34502} - ]}, - "Created": "2026-04-09T01:22:26.693017945Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5158140516960809, - "StableID": "nUWAG5c8Hh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:b28fd9a38be1997aa72e2a26893f95396eaaba103684ed487ce8543f910b6a62", - "Addresses": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "AllowedIPs": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "Endpoints": ["77.164.248.136:45879", "10.65.0.27:45879", "172.17.0.1:45879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 58081}, - {"Proto": "peerapi6", "Port": 58081} - ]}, - "Created": "2026-04-09T01:22:27.229965209Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6157719077069087, - "StableID": "ncdtidqq5q11CNTRL", + "ID": 62779809037096, + "StableID": "nb2Eku7SV111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "KeyExpiry": "2026-10-06T01:22:28Z", - "DiscoKey": "discokey:2a8827c0ce87802b481c2e4ffbe0b500d434b07f09a952bfd41577897432da56", - "Addresses": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "AllowedIPs": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "Endpoints": ["77.164.248.136:52609", "10.65.0.27:52609", "172.17.0.1:52609"], + "Key": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "KeyExpiry": "2026-10-06T08:28:34Z", + "DiscoKey": "discokey:a7bd51433cc74a86a8e41f6358ea8716073008de6878cd1153b6fc688edbb73e", + "Addresses": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "AllowedIPs": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48369}, - {"Proto": "peerapi6", "Port": 48369} + {"Proto": "peerapi4", "Port": 37844}, + {"Proto": "peerapi6", "Port": 37844} ]}, - "Created": "2026-04-09T01:22:28.328345757Z", + "Created": "2026-04-09T08:28:34.473746686Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6326797796354126, - "StableID": "nHxRAVFRQr11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "DiscoKey": "discokey:474bb12cdeb2aa4cd25f3a1718ed0c06a483ed451b88b1b29f3dfd4d5ccd2762", - "Addresses": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "AllowedIPs": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "Endpoints": ["77.164.248.136:53968", "10.65.0.27:53968", "172.17.0.1:53968"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 42595}, - {"Proto": "peerapi6", "Port": 42595} - ]}, - "Created": "2026-04-09T01:22:21.79952447Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6336014963913003, - "StableID": "ntuRhQNbUr11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:447cb95e32e2ba8ecabe958d7ea2de4c02e71869f69fb77c634543a37892c522", - "Addresses": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "AllowedIPs": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "Endpoints": ["77.164.248.136:56043", "10.65.0.27:56043", "172.17.0.1:56043"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51500}, - {"Proto": "peerapi6", "Port": 51500} - ]}, - "Created": "2026-04-09T01:22:27.781442415Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6959005724780933, - "StableID": "nCnPuEHkLw11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "DiscoKey": "discokey:c6cf7394a63fdd553144d74b301f4d7dc7efc3698a5d6855172f816b46c4cc1d", - "Addresses": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "AllowedIPs": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "Endpoints": ["77.164.248.136:52543", "10.65.0.27:52543", "172.17.0.1:52543"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 50399}, - {"Proto": "peerapi6", "Port": 50399} - ]}, - "Created": "2026-04-09T01:22:22.875442921Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7278671936555170, - "StableID": "nqgkPRNXqy11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "DiscoKey": "discokey:c5c8dd5ca6221ea158becc77a235e21ac82b4af72fb59ba09dfb6ca6cdb8f44e", - "Addresses": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "AllowedIPs": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "Endpoints": ["77.164.248.136:47261", "10.65.0.27:47261", "172.17.0.1:47261"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36588}, - {"Proto": "peerapi6", "Port": 36588} - ]}, - "Created": "2026-04-09T01:22:23.433487125Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8157200064668886, - "StableID": "ndYLhBpQh621CNTRL", + "ID": 1203558925437598, + "StableID": "nfK8rDT6QA11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "DiscoKey": "discokey:a16627bb9e95e61c95fd22f6b6e45c0d2699eaa15ef1e3fb2f345610487d5943", - "Addresses": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "AllowedIPs": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "Endpoints": ["77.164.248.136:46588", "10.65.0.27:46588", "172.17.0.1:46588"], + "Key": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "DiscoKey": "discokey:1814cc981a25a9fd6a08c504f9143d790697da92166a9cc9a41a5fc0da16a20c", + "Addresses": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "AllowedIPs": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "Endpoints": ["77.164.248.136:39558", "10.65.0.27:39558", "172.17.0.1:39558"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 39095}, - {"Proto": "peerapi6", "Port": 39095} + {"Proto": "peerapi4", "Port": 41780}, + {"Proto": "peerapi6", "Port": 41780} ]}, - "Created": "2026-04-09T01:22:25.061356947Z", + "Created": "2026-04-09T08:28:31.226348504Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8690078183797514, - "StableID": "nRczKrckrA21CNTRL", + "ID": 2118194055061713, + "StableID": "nSBQEENLYH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "DiscoKey": "discokey:f5d21fa3f643191c239643cfa867cd924afb0dc8b79175eda4064e9172be1d62", + "Addresses": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "AllowedIPs": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "Endpoints": ["77.164.248.136:60536", "10.65.0.27:60536", "172.17.0.1:60536"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 36638}, + {"Proto": "peerapi6", "Port": 36638} + ]}, + "Created": "2026-04-09T08:28:27.418089431Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2576550062452005, + "StableID": "ngpB3sbv7M11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "DiscoKey": "discokey:55875cf1f606be1b84b0f5a4d0f2aa1ca460f95d3afe079b5b02a1e67ef35838", + "Addresses": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "AllowedIPs": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 38332}, + {"Proto": "peerapi6", "Port": 38332} + ]}, + "Created": "2026-04-09T08:28:32.851036378Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 2750866980837271, + "StableID": "nUXKCScsUN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "DiscoKey": "discokey:128ff3069ea196cfc0223a889da9b59c1c732eace59256c44500f5d6d7a0327e", - "Addresses": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "AllowedIPs": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "Endpoints": ["77.164.248.136:37920", "10.65.0.27:37920", "172.17.0.1:37920"], + "Key": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "DiscoKey": "discokey:1c766b947042be4998ecf264743a6453dfa8cc54ce52ae82c4b44849d85e0d3f", + "Addresses": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "AllowedIPs": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "Endpoints": ["77.164.248.136:54114", "10.65.0.27:54114", "172.17.0.1:54114"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39509}, - {"Proto": "peerapi6", "Port": 39509} + {"Proto": "peerapi4", "Port": 63067}, + {"Proto": "peerapi6", "Port": 63067} ]}, - "Created": "2026-04-09T01:22:25.590888885Z", + "Created": "2026-04-09T08:28:31.761015422Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" + }, { + "ID": 3304628489273575, + "StableID": "nWQrREzfoS11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:88390587f14c57743a73eb1ced85962313065c40a16216ae9ee7db6433593d5a", + "Addresses": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "AllowedIPs": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "Endpoints": ["77.164.248.136:39784", "10.65.0.27:39784", "172.17.0.1:39784"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} + ]}, + "Created": "2026-04-09T08:28:33.931614149Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4423165983299547, + "StableID": "nrEPX45GYb11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "DiscoKey": "discokey:6b34c96e264dc3434545ba3449622c9a12a32077f45f2fb5ca229418a434687e", + "Addresses": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "AllowedIPs": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "Endpoints": ["77.164.248.136:34936", "10.65.0.27:34936", "172.17.0.1:34936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65477}, + {"Proto": "peerapi6", "Port": 65477} + ]}, + "Created": "2026-04-09T08:28:29.592542839Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5068975133658839, + "StableID": "nv8xf7Pkag11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "DiscoKey": "discokey:a971a746da80586372ec360450e4ded5658ca0b3d8451a44e0974c4bfac9f159", + "Addresses": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "AllowedIPs": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "Endpoints": ["77.164.248.136:50021", "10.65.0.27:50021", "172.17.0.1:50021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39585}, + {"Proto": "peerapi6", "Port": 39585} + ]}, + "Created": "2026-04-09T08:28:30.139862772Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5155626014948418, + "StableID": "nDA6L5ZzFh11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "DiscoKey": "discokey:9e53243c267ceb9d8c2b13df1bae9c9436dc65f741fff38b9a0ebcef60ecf874", + "Addresses": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "AllowedIPs": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 39226}, + {"Proto": "peerapi6", "Port": 39226} + ]}, + "Created": "2026-04-09T08:28:28.505348209Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6631950608985944, + "StableID": "n34ZGc6dnt11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:ab2aa1293d50ff2619088a14707f206a1bfe22796ac7194677357e3470584d61", + "Addresses": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "AllowedIPs": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "Endpoints": ["77.164.248.136:39019", "10.65.0.27:39019", "172.17.0.1:39019"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 38414}, + {"Proto": "peerapi6", "Port": 38414} + ]}, + "Created": "2026-04-09T08:28:33.401155978Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6933549789201463, + "StableID": "nrUf3ZbD9w11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "DiscoKey": "discokey:cf87de6723022d6de32a7763bd18c74055bf77bf5a32af95698176650b2b6e53", + "Addresses": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "AllowedIPs": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "Endpoints": ["77.164.248.136:42667", "10.65.0.27:42667", "172.17.0.1:42667"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35037}, + {"Proto": "peerapi6", "Port": 35037} + ]}, + "Created": "2026-04-09T08:28:32.301356496Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7517458780366336, + "StableID": "nD3P6utfh121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "DiscoKey": "discokey:f7cedc2f9e7bf554b8a4430ab07ef9b9eb3a842759f260d33208da238ffb611c", + "Addresses": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "AllowedIPs": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "Endpoints": ["77.164.248.136:42837", "10.65.0.27:42837", "172.17.0.1:42837"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57951}, + {"Proto": "peerapi6", "Port": 57951} + ]}, + "Created": "2026-04-09T08:28:30.669740158Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7975930835722467, + "StableID": "ngsKfLBKH521CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "DiscoKey": "discokey:91b6b2f6ef0bcf6851fffdd24543939a1e578607238b63bdea3d9c8f6d2fcd04", + "Addresses": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "AllowedIPs": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "Endpoints": ["77.164.248.136:36167", "10.65.0.27:36167", "172.17.0.1:36167"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 58372}, + {"Proto": "peerapi6", "Port": 58372} + ]}, + "Created": "2026-04-09T08:28:27.967665899Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8154134447886028, + "StableID": "nDV1eXH2g621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "DiscoKey": "discokey:c1af2715dfa24ad8a5ba3ee8e064a37b46d39c11ead3d1b116ebbc3152748474", + "Addresses": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "AllowedIPs": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "Endpoints": ["77.164.248.136:41631", "10.65.0.27:41631", "172.17.0.1:41631"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61988}, + {"Proto": "peerapi6", "Port": 61988} + ]}, + "Created": "2026-04-09T08:28:29.073878256Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11303,27 +11301,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "664755680796598": { - "ID": 664755680796598, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5835968363319488": { + "ID": 5835968363319488, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11354,21 +11354,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6959005724780933, - "StableID": "nCnPuEHkLw11CNTRL", + "ID": 8154134447886028, + "StableID": "nDV1eXH2g621CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 6959005724780933, - "Key": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "DiscoKey": "discokey:c6cf7394a63fdd553144d74b301f4d7dc7efc3698a5d6855172f816b46c4cc1d", - "Addresses": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "AllowedIPs": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "Endpoints": ["77.164.248.136:52543", "10.65.0.27:52543", "172.17.0.1:52543"], + "User": 8154134447886028, + "Key": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "DiscoKey": "discokey:c1af2715dfa24ad8a5ba3ee8e064a37b46d39c11ead3d1b116ebbc3152748474", + "Addresses": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "AllowedIPs": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "Endpoints": ["77.164.248.136:41631", "10.65.0.27:41631", "172.17.0.1:41631"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 50399}, - {"Proto": "peerapi6", "Port": 50399}, + {"Proto": "peerapi4", "Port": 61988}, + {"Proto": "peerapi6", "Port": 61988}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:22.875442921Z", + "Created": "2026-04-09T08:28:29.073878256Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11396,300 +11396,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "MachineKey": "mkey:7ba9a6cb8a257c34ac187828e06a0615bd7803bb8f2496109a9a2861f1c19554", + "NodeKey": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "MachineKey": "mkey:70b1c2f69b8a88413ad3c1076364872a48b839c4091ae60659f86afe87b2ef1c", "Peers": [{ - "ID": 664755680796598, - "StableID": "nfhTAG15C611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "DiscoKey": "discokey:337f9458f4e860ca7267269379ca190827c28b2ec2a534ea6fa5cdb2e3ed053b", - "Addresses": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "AllowedIPs": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "Endpoints": ["77.164.248.136:42147", "10.65.0.27:42147", "172.17.0.1:42147"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} - ]}, - "Created": "2026-04-09T01:22:20.716253501Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2074913048876208, - "StableID": "nmqYvwSjCH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "DiscoKey": "discokey:dce1fc0ef95aea0521af1a5c8031d8bc86e3cf4a25551e20e3f370e5da18c77b", - "Addresses": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "AllowedIPs": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "Endpoints": ["77.164.248.136:49674", "10.65.0.27:49674", "172.17.0.1:49674"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59639}, - {"Proto": "peerapi6", "Port": 59639} - ]}, - "Created": "2026-04-09T01:22:21.249822283Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3052498843051610, - "StableID": "nZaDyAyUqQ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "DiscoKey": "discokey:f490a8570361c23d96a28a7a8459361e2f4fe95013f57ee6ea2f05a6af22382f", - "Addresses": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "AllowedIPs": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "Endpoints": ["77.164.248.136:40069", "10.65.0.27:40069", "172.17.0.1:40069"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62119}, - {"Proto": "peerapi6", "Port": 62119} - ]}, - "Created": "2026-04-09T01:22:24.536851635Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3064768977432213, - "StableID": "nSsBjUH3wQ11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "DiscoKey": "discokey:3a9d75404de5aebe44752ed34db0ee67703fcf33d8350d998268bb01f57ead49", - "Addresses": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "AllowedIPs": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "Endpoints": ["77.164.248.136:43474", "10.65.0.27:43474", "172.17.0.1:43474"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 50884}, - {"Proto": "peerapi6", "Port": 50884} - ]}, - "Created": "2026-04-09T01:22:26.153647106Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4289783408315037, - "StableID": "nQUw7VLrVa11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "DiscoKey": "discokey:64ce51c86d9daa93a110cd0bf733cafe204cb73fd0418cee60cb474654249159", - "Addresses": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "AllowedIPs": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "Endpoints": ["77.164.248.136:59248", "10.65.0.27:59248", "172.17.0.1:59248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:22:23.973983938Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4318477229182176, - "StableID": "nqZ7pH5ria11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "DiscoKey": "discokey:72f91cf70d56cf503db4038f86458927c2708c693267a6cd1435ea88b651ce36", - "Addresses": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "AllowedIPs": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "Endpoints": ["77.164.248.136:52894", "10.65.0.27:52894", "172.17.0.1:52894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62774}, - {"Proto": "peerapi6", "Port": 62774} - ]}, - "Created": "2026-04-09T01:22:22.341436542Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5145077592065921, - "StableID": "nAjaKuTDBh11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "DiscoKey": "discokey:19adf786b8f73517d9877faf6d0c57f16ce14a2a7f7482b40f673c27ad0ac435", - "Addresses": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "AllowedIPs": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "Endpoints": ["77.164.248.136:41890", "10.65.0.27:41890", "172.17.0.1:41890"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34502}, - {"Proto": "peerapi6", "Port": 34502} - ]}, - "Created": "2026-04-09T01:22:26.693017945Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5158140516960809, - "StableID": "nUWAG5c8Hh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:b28fd9a38be1997aa72e2a26893f95396eaaba103684ed487ce8543f910b6a62", - "Addresses": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "AllowedIPs": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "Endpoints": ["77.164.248.136:45879", "10.65.0.27:45879", "172.17.0.1:45879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 58081}, - {"Proto": "peerapi6", "Port": 58081} - ]}, - "Created": "2026-04-09T01:22:27.229965209Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6157719077069087, - "StableID": "ncdtidqq5q11CNTRL", + "ID": 62779809037096, + "StableID": "nb2Eku7SV111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "KeyExpiry": "2026-10-06T01:22:28Z", - "DiscoKey": "discokey:2a8827c0ce87802b481c2e4ffbe0b500d434b07f09a952bfd41577897432da56", - "Addresses": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "AllowedIPs": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], + "Key": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "KeyExpiry": "2026-10-06T08:28:34Z", + "DiscoKey": "discokey:a7bd51433cc74a86a8e41f6358ea8716073008de6878cd1153b6fc688edbb73e", + "Addresses": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "AllowedIPs": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48369}, - {"Proto": "peerapi6", "Port": 48369} + {"Proto": "peerapi4", "Port": 37844}, + {"Proto": "peerapi6", "Port": 37844} ]}, - "Created": "2026-04-09T01:22:28.328345757Z", + "Created": "2026-04-09T08:28:34.473746686Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6326797796354126, - "StableID": "nHxRAVFRQr11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "DiscoKey": "discokey:474bb12cdeb2aa4cd25f3a1718ed0c06a483ed451b88b1b29f3dfd4d5ccd2762", - "Addresses": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "AllowedIPs": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "Endpoints": ["77.164.248.136:53968", "10.65.0.27:53968", "172.17.0.1:53968"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 42595}, - {"Proto": "peerapi6", "Port": 42595} - ]}, - "Created": "2026-04-09T01:22:21.79952447Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6336014963913003, - "StableID": "ntuRhQNbUr11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:447cb95e32e2ba8ecabe958d7ea2de4c02e71869f69fb77c634543a37892c522", - "Addresses": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "AllowedIPs": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "Endpoints": ["77.164.248.136:56043", "10.65.0.27:56043", "172.17.0.1:56043"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51500}, - {"Proto": "peerapi6", "Port": 51500} - ]}, - "Created": "2026-04-09T01:22:27.781442415Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7278671936555170, - "StableID": "nqgkPRNXqy11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "DiscoKey": "discokey:c5c8dd5ca6221ea158becc77a235e21ac82b4af72fb59ba09dfb6ca6cdb8f44e", - "Addresses": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "AllowedIPs": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "Endpoints": ["77.164.248.136:47261", "10.65.0.27:47261", "172.17.0.1:47261"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36588}, - {"Proto": "peerapi6", "Port": 36588} - ]}, - "Created": "2026-04-09T01:22:23.433487125Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8157200064668886, - "StableID": "ndYLhBpQh621CNTRL", + "ID": 1203558925437598, + "StableID": "nfK8rDT6QA11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "DiscoKey": "discokey:a16627bb9e95e61c95fd22f6b6e45c0d2699eaa15ef1e3fb2f345610487d5943", - "Addresses": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "AllowedIPs": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "Endpoints": ["77.164.248.136:46588", "10.65.0.27:46588", "172.17.0.1:46588"], + "Key": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "DiscoKey": "discokey:1814cc981a25a9fd6a08c504f9143d790697da92166a9cc9a41a5fc0da16a20c", + "Addresses": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "AllowedIPs": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "Endpoints": ["77.164.248.136:39558", "10.65.0.27:39558", "172.17.0.1:39558"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 39095}, - {"Proto": "peerapi6", "Port": 39095} + {"Proto": "peerapi4", "Port": 41780}, + {"Proto": "peerapi6", "Port": 41780} ]}, - "Created": "2026-04-09T01:22:25.061356947Z", + "Created": "2026-04-09T08:28:31.226348504Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8690078183797514, - "StableID": "nRczKrckrA21CNTRL", + "ID": 2118194055061713, + "StableID": "nSBQEENLYH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "DiscoKey": "discokey:f5d21fa3f643191c239643cfa867cd924afb0dc8b79175eda4064e9172be1d62", + "Addresses": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "AllowedIPs": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "Endpoints": ["77.164.248.136:60536", "10.65.0.27:60536", "172.17.0.1:60536"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 36638}, + {"Proto": "peerapi6", "Port": 36638} + ]}, + "Created": "2026-04-09T08:28:27.418089431Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2576550062452005, + "StableID": "ngpB3sbv7M11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "DiscoKey": "discokey:55875cf1f606be1b84b0f5a4d0f2aa1ca460f95d3afe079b5b02a1e67ef35838", + "Addresses": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "AllowedIPs": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 38332}, + {"Proto": "peerapi6", "Port": 38332} + ]}, + "Created": "2026-04-09T08:28:32.851036378Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 2750866980837271, + "StableID": "nUXKCScsUN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "DiscoKey": "discokey:128ff3069ea196cfc0223a889da9b59c1c732eace59256c44500f5d6d7a0327e", - "Addresses": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "AllowedIPs": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "Endpoints": ["77.164.248.136:37920", "10.65.0.27:37920", "172.17.0.1:37920"], + "Key": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "DiscoKey": "discokey:1c766b947042be4998ecf264743a6453dfa8cc54ce52ae82c4b44849d85e0d3f", + "Addresses": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "AllowedIPs": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "Endpoints": ["77.164.248.136:54114", "10.65.0.27:54114", "172.17.0.1:54114"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39509}, - {"Proto": "peerapi6", "Port": 39509} + {"Proto": "peerapi4", "Port": 63067}, + {"Proto": "peerapi6", "Port": 63067} ]}, - "Created": "2026-04-09T01:22:25.590888885Z", + "Created": "2026-04-09T08:28:31.761015422Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" + }, { + "ID": 3304628489273575, + "StableID": "nWQrREzfoS11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:88390587f14c57743a73eb1ced85962313065c40a16216ae9ee7db6433593d5a", + "Addresses": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "AllowedIPs": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "Endpoints": ["77.164.248.136:39784", "10.65.0.27:39784", "172.17.0.1:39784"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} + ]}, + "Created": "2026-04-09T08:28:33.931614149Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4423165983299547, + "StableID": "nrEPX45GYb11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "DiscoKey": "discokey:6b34c96e264dc3434545ba3449622c9a12a32077f45f2fb5ca229418a434687e", + "Addresses": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "AllowedIPs": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "Endpoints": ["77.164.248.136:34936", "10.65.0.27:34936", "172.17.0.1:34936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65477}, + {"Proto": "peerapi6", "Port": 65477} + ]}, + "Created": "2026-04-09T08:28:29.592542839Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5068975133658839, + "StableID": "nv8xf7Pkag11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "DiscoKey": "discokey:a971a746da80586372ec360450e4ded5658ca0b3d8451a44e0974c4bfac9f159", + "Addresses": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "AllowedIPs": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "Endpoints": ["77.164.248.136:50021", "10.65.0.27:50021", "172.17.0.1:50021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39585}, + {"Proto": "peerapi6", "Port": 39585} + ]}, + "Created": "2026-04-09T08:28:30.139862772Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5155626014948418, + "StableID": "nDA6L5ZzFh11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "DiscoKey": "discokey:9e53243c267ceb9d8c2b13df1bae9c9436dc65f741fff38b9a0ebcef60ecf874", + "Addresses": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "AllowedIPs": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 39226}, + {"Proto": "peerapi6", "Port": 39226} + ]}, + "Created": "2026-04-09T08:28:28.505348209Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5835968363319488, + "StableID": "nbQ3waz7an11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "DiscoKey": "discokey:8e9c89ee337c858de37312f7c69590846538a0fa002cdcc65713fd62c8f67337", + "Addresses": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "AllowedIPs": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "Endpoints": ["77.164.248.136:37523", "10.65.0.27:37523", "172.17.0.1:37523"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57829}, + {"Proto": "peerapi6", "Port": 57829} + ]}, + "Created": "2026-04-09T08:28:26.888258821Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6631950608985944, + "StableID": "n34ZGc6dnt11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:ab2aa1293d50ff2619088a14707f206a1bfe22796ac7194677357e3470584d61", + "Addresses": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "AllowedIPs": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "Endpoints": ["77.164.248.136:39019", "10.65.0.27:39019", "172.17.0.1:39019"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 38414}, + {"Proto": "peerapi6", "Port": 38414} + ]}, + "Created": "2026-04-09T08:28:33.401155978Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6933549789201463, + "StableID": "nrUf3ZbD9w11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "DiscoKey": "discokey:cf87de6723022d6de32a7763bd18c74055bf77bf5a32af95698176650b2b6e53", + "Addresses": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "AllowedIPs": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "Endpoints": ["77.164.248.136:42667", "10.65.0.27:42667", "172.17.0.1:42667"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35037}, + {"Proto": "peerapi6", "Port": 35037} + ]}, + "Created": "2026-04-09T08:28:32.301356496Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7517458780366336, + "StableID": "nD3P6utfh121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "DiscoKey": "discokey:f7cedc2f9e7bf554b8a4430ab07ef9b9eb3a842759f260d33208da238ffb611c", + "Addresses": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "AllowedIPs": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "Endpoints": ["77.164.248.136:42837", "10.65.0.27:42837", "172.17.0.1:42837"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57951}, + {"Proto": "peerapi6", "Port": 57951} + ]}, + "Created": "2026-04-09T08:28:30.669740158Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7975930835722467, + "StableID": "ngsKfLBKH521CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "DiscoKey": "discokey:91b6b2f6ef0bcf6851fffdd24543939a1e578607238b63bdea3d9c8f6d2fcd04", + "Addresses": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "AllowedIPs": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "Endpoints": ["77.164.248.136:36167", "10.65.0.27:36167", "172.17.0.1:36167"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 58372}, + {"Proto": "peerapi6", "Port": 58372} + ]}, + "Created": "2026-04-09T08:28:27.967665899Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12537,27 +12536,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6959005724780933": { - "ID": 6959005724780933, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8154134447886028": { + "ID": 8154134447886028, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12588,21 +12589,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4318477229182176, - "StableID": "nqZ7pH5ria11CNTRL", + "ID": 5155626014948418, + "StableID": "nDA6L5ZzFh11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 4318477229182176, - "Key": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "DiscoKey": "discokey:72f91cf70d56cf503db4038f86458927c2708c693267a6cd1435ea88b651ce36", - "Addresses": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "AllowedIPs": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "Endpoints": ["77.164.248.136:52894", "10.65.0.27:52894", "172.17.0.1:52894"], + "User": 5155626014948418, + "Key": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "DiscoKey": "discokey:9e53243c267ceb9d8c2b13df1bae9c9436dc65f741fff38b9a0ebcef60ecf874", + "Addresses": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "AllowedIPs": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 62774}, - {"Proto": "peerapi6", "Port": 62774}, + {"Proto": "peerapi4", "Port": 39226}, + {"Proto": "peerapi6", "Port": 39226}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:22.341436542Z", + "Created": "2026-04-09T08:28:28.505348209Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12630,300 +12631,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "MachineKey": "mkey:631dda8c686872e48145dc0b830d524516a24b0be392454d26cc7f2397376b2f", + "NodeKey": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "MachineKey": "mkey:f1c81abb777d83697b4562770cd500cdb51458e3cc559e2f1e1d30eb4eb04174", "Peers": [{ - "ID": 664755680796598, - "StableID": "nfhTAG15C611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "DiscoKey": "discokey:337f9458f4e860ca7267269379ca190827c28b2ec2a534ea6fa5cdb2e3ed053b", - "Addresses": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "AllowedIPs": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "Endpoints": ["77.164.248.136:42147", "10.65.0.27:42147", "172.17.0.1:42147"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} - ]}, - "Created": "2026-04-09T01:22:20.716253501Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2074913048876208, - "StableID": "nmqYvwSjCH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "DiscoKey": "discokey:dce1fc0ef95aea0521af1a5c8031d8bc86e3cf4a25551e20e3f370e5da18c77b", - "Addresses": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "AllowedIPs": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "Endpoints": ["77.164.248.136:49674", "10.65.0.27:49674", "172.17.0.1:49674"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59639}, - {"Proto": "peerapi6", "Port": 59639} - ]}, - "Created": "2026-04-09T01:22:21.249822283Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3052498843051610, - "StableID": "nZaDyAyUqQ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "DiscoKey": "discokey:f490a8570361c23d96a28a7a8459361e2f4fe95013f57ee6ea2f05a6af22382f", - "Addresses": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "AllowedIPs": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "Endpoints": ["77.164.248.136:40069", "10.65.0.27:40069", "172.17.0.1:40069"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62119}, - {"Proto": "peerapi6", "Port": 62119} - ]}, - "Created": "2026-04-09T01:22:24.536851635Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3064768977432213, - "StableID": "nSsBjUH3wQ11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "DiscoKey": "discokey:3a9d75404de5aebe44752ed34db0ee67703fcf33d8350d998268bb01f57ead49", - "Addresses": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "AllowedIPs": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "Endpoints": ["77.164.248.136:43474", "10.65.0.27:43474", "172.17.0.1:43474"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 50884}, - {"Proto": "peerapi6", "Port": 50884} - ]}, - "Created": "2026-04-09T01:22:26.153647106Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4289783408315037, - "StableID": "nQUw7VLrVa11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "DiscoKey": "discokey:64ce51c86d9daa93a110cd0bf733cafe204cb73fd0418cee60cb474654249159", - "Addresses": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "AllowedIPs": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "Endpoints": ["77.164.248.136:59248", "10.65.0.27:59248", "172.17.0.1:59248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:22:23.973983938Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5145077592065921, - "StableID": "nAjaKuTDBh11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "DiscoKey": "discokey:19adf786b8f73517d9877faf6d0c57f16ce14a2a7f7482b40f673c27ad0ac435", - "Addresses": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "AllowedIPs": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "Endpoints": ["77.164.248.136:41890", "10.65.0.27:41890", "172.17.0.1:41890"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34502}, - {"Proto": "peerapi6", "Port": 34502} - ]}, - "Created": "2026-04-09T01:22:26.693017945Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5158140516960809, - "StableID": "nUWAG5c8Hh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:b28fd9a38be1997aa72e2a26893f95396eaaba103684ed487ce8543f910b6a62", - "Addresses": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "AllowedIPs": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "Endpoints": ["77.164.248.136:45879", "10.65.0.27:45879", "172.17.0.1:45879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 58081}, - {"Proto": "peerapi6", "Port": 58081} - ]}, - "Created": "2026-04-09T01:22:27.229965209Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6157719077069087, - "StableID": "ncdtidqq5q11CNTRL", + "ID": 62779809037096, + "StableID": "nb2Eku7SV111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "KeyExpiry": "2026-10-06T01:22:28Z", - "DiscoKey": "discokey:2a8827c0ce87802b481c2e4ffbe0b500d434b07f09a952bfd41577897432da56", - "Addresses": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "AllowedIPs": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], + "Key": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "KeyExpiry": "2026-10-06T08:28:34Z", + "DiscoKey": "discokey:a7bd51433cc74a86a8e41f6358ea8716073008de6878cd1153b6fc688edbb73e", + "Addresses": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "AllowedIPs": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48369}, - {"Proto": "peerapi6", "Port": 48369} + {"Proto": "peerapi4", "Port": 37844}, + {"Proto": "peerapi6", "Port": 37844} ]}, - "Created": "2026-04-09T01:22:28.328345757Z", + "Created": "2026-04-09T08:28:34.473746686Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6326797796354126, - "StableID": "nHxRAVFRQr11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "DiscoKey": "discokey:474bb12cdeb2aa4cd25f3a1718ed0c06a483ed451b88b1b29f3dfd4d5ccd2762", - "Addresses": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "AllowedIPs": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "Endpoints": ["77.164.248.136:53968", "10.65.0.27:53968", "172.17.0.1:53968"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 42595}, - {"Proto": "peerapi6", "Port": 42595} - ]}, - "Created": "2026-04-09T01:22:21.79952447Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6336014963913003, - "StableID": "ntuRhQNbUr11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:447cb95e32e2ba8ecabe958d7ea2de4c02e71869f69fb77c634543a37892c522", - "Addresses": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "AllowedIPs": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "Endpoints": ["77.164.248.136:56043", "10.65.0.27:56043", "172.17.0.1:56043"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51500}, - {"Proto": "peerapi6", "Port": 51500} - ]}, - "Created": "2026-04-09T01:22:27.781442415Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6959005724780933, - "StableID": "nCnPuEHkLw11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "DiscoKey": "discokey:c6cf7394a63fdd553144d74b301f4d7dc7efc3698a5d6855172f816b46c4cc1d", - "Addresses": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "AllowedIPs": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "Endpoints": ["77.164.248.136:52543", "10.65.0.27:52543", "172.17.0.1:52543"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 50399}, - {"Proto": "peerapi6", "Port": 50399} - ]}, - "Created": "2026-04-09T01:22:22.875442921Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7278671936555170, - "StableID": "nqgkPRNXqy11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "DiscoKey": "discokey:c5c8dd5ca6221ea158becc77a235e21ac82b4af72fb59ba09dfb6ca6cdb8f44e", - "Addresses": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "AllowedIPs": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "Endpoints": ["77.164.248.136:47261", "10.65.0.27:47261", "172.17.0.1:47261"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36588}, - {"Proto": "peerapi6", "Port": 36588} - ]}, - "Created": "2026-04-09T01:22:23.433487125Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8157200064668886, - "StableID": "ndYLhBpQh621CNTRL", + "ID": 1203558925437598, + "StableID": "nfK8rDT6QA11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "DiscoKey": "discokey:a16627bb9e95e61c95fd22f6b6e45c0d2699eaa15ef1e3fb2f345610487d5943", - "Addresses": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "AllowedIPs": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "Endpoints": ["77.164.248.136:46588", "10.65.0.27:46588", "172.17.0.1:46588"], + "Key": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "DiscoKey": "discokey:1814cc981a25a9fd6a08c504f9143d790697da92166a9cc9a41a5fc0da16a20c", + "Addresses": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "AllowedIPs": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "Endpoints": ["77.164.248.136:39558", "10.65.0.27:39558", "172.17.0.1:39558"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 39095}, - {"Proto": "peerapi6", "Port": 39095} + {"Proto": "peerapi4", "Port": 41780}, + {"Proto": "peerapi6", "Port": 41780} ]}, - "Created": "2026-04-09T01:22:25.061356947Z", + "Created": "2026-04-09T08:28:31.226348504Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8690078183797514, - "StableID": "nRczKrckrA21CNTRL", + "ID": 2118194055061713, + "StableID": "nSBQEENLYH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "DiscoKey": "discokey:f5d21fa3f643191c239643cfa867cd924afb0dc8b79175eda4064e9172be1d62", + "Addresses": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "AllowedIPs": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "Endpoints": ["77.164.248.136:60536", "10.65.0.27:60536", "172.17.0.1:60536"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 36638}, + {"Proto": "peerapi6", "Port": 36638} + ]}, + "Created": "2026-04-09T08:28:27.418089431Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2576550062452005, + "StableID": "ngpB3sbv7M11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "DiscoKey": "discokey:55875cf1f606be1b84b0f5a4d0f2aa1ca460f95d3afe079b5b02a1e67ef35838", + "Addresses": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "AllowedIPs": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 38332}, + {"Proto": "peerapi6", "Port": 38332} + ]}, + "Created": "2026-04-09T08:28:32.851036378Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 2750866980837271, + "StableID": "nUXKCScsUN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "DiscoKey": "discokey:128ff3069ea196cfc0223a889da9b59c1c732eace59256c44500f5d6d7a0327e", - "Addresses": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "AllowedIPs": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "Endpoints": ["77.164.248.136:37920", "10.65.0.27:37920", "172.17.0.1:37920"], + "Key": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "DiscoKey": "discokey:1c766b947042be4998ecf264743a6453dfa8cc54ce52ae82c4b44849d85e0d3f", + "Addresses": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "AllowedIPs": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "Endpoints": ["77.164.248.136:54114", "10.65.0.27:54114", "172.17.0.1:54114"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39509}, - {"Proto": "peerapi6", "Port": 39509} + {"Proto": "peerapi4", "Port": 63067}, + {"Proto": "peerapi6", "Port": 63067} ]}, - "Created": "2026-04-09T01:22:25.590888885Z", + "Created": "2026-04-09T08:28:31.761015422Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" + }, { + "ID": 3304628489273575, + "StableID": "nWQrREzfoS11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:88390587f14c57743a73eb1ced85962313065c40a16216ae9ee7db6433593d5a", + "Addresses": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "AllowedIPs": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "Endpoints": ["77.164.248.136:39784", "10.65.0.27:39784", "172.17.0.1:39784"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} + ]}, + "Created": "2026-04-09T08:28:33.931614149Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4423165983299547, + "StableID": "nrEPX45GYb11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "DiscoKey": "discokey:6b34c96e264dc3434545ba3449622c9a12a32077f45f2fb5ca229418a434687e", + "Addresses": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "AllowedIPs": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "Endpoints": ["77.164.248.136:34936", "10.65.0.27:34936", "172.17.0.1:34936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65477}, + {"Proto": "peerapi6", "Port": 65477} + ]}, + "Created": "2026-04-09T08:28:29.592542839Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5068975133658839, + "StableID": "nv8xf7Pkag11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "DiscoKey": "discokey:a971a746da80586372ec360450e4ded5658ca0b3d8451a44e0974c4bfac9f159", + "Addresses": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "AllowedIPs": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "Endpoints": ["77.164.248.136:50021", "10.65.0.27:50021", "172.17.0.1:50021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39585}, + {"Proto": "peerapi6", "Port": 39585} + ]}, + "Created": "2026-04-09T08:28:30.139862772Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5835968363319488, + "StableID": "nbQ3waz7an11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "DiscoKey": "discokey:8e9c89ee337c858de37312f7c69590846538a0fa002cdcc65713fd62c8f67337", + "Addresses": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "AllowedIPs": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "Endpoints": ["77.164.248.136:37523", "10.65.0.27:37523", "172.17.0.1:37523"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57829}, + {"Proto": "peerapi6", "Port": 57829} + ]}, + "Created": "2026-04-09T08:28:26.888258821Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6631950608985944, + "StableID": "n34ZGc6dnt11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:ab2aa1293d50ff2619088a14707f206a1bfe22796ac7194677357e3470584d61", + "Addresses": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "AllowedIPs": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "Endpoints": ["77.164.248.136:39019", "10.65.0.27:39019", "172.17.0.1:39019"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 38414}, + {"Proto": "peerapi6", "Port": 38414} + ]}, + "Created": "2026-04-09T08:28:33.401155978Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6933549789201463, + "StableID": "nrUf3ZbD9w11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "DiscoKey": "discokey:cf87de6723022d6de32a7763bd18c74055bf77bf5a32af95698176650b2b6e53", + "Addresses": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "AllowedIPs": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "Endpoints": ["77.164.248.136:42667", "10.65.0.27:42667", "172.17.0.1:42667"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35037}, + {"Proto": "peerapi6", "Port": 35037} + ]}, + "Created": "2026-04-09T08:28:32.301356496Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7517458780366336, + "StableID": "nD3P6utfh121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "DiscoKey": "discokey:f7cedc2f9e7bf554b8a4430ab07ef9b9eb3a842759f260d33208da238ffb611c", + "Addresses": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "AllowedIPs": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "Endpoints": ["77.164.248.136:42837", "10.65.0.27:42837", "172.17.0.1:42837"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57951}, + {"Proto": "peerapi6", "Port": 57951} + ]}, + "Created": "2026-04-09T08:28:30.669740158Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7975930835722467, + "StableID": "ngsKfLBKH521CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "DiscoKey": "discokey:91b6b2f6ef0bcf6851fffdd24543939a1e578607238b63bdea3d9c8f6d2fcd04", + "Addresses": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "AllowedIPs": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "Endpoints": ["77.164.248.136:36167", "10.65.0.27:36167", "172.17.0.1:36167"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 58372}, + {"Proto": "peerapi6", "Port": 58372} + ]}, + "Created": "2026-04-09T08:28:27.967665899Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8154134447886028, + "StableID": "nDV1eXH2g621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "DiscoKey": "discokey:c1af2715dfa24ad8a5ba3ee8e064a37b46d39c11ead3d1b116ebbc3152748474", + "Addresses": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "AllowedIPs": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "Endpoints": ["77.164.248.136:41631", "10.65.0.27:41631", "172.17.0.1:41631"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61988}, + {"Proto": "peerapi6", "Port": 61988} + ]}, + "Created": "2026-04-09T08:28:29.073878256Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13771,27 +13771,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4318477229182176": { - "ID": 4318477229182176, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5155626014948418": { + "ID": 5155626014948418, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13822,26 +13824,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4289783408315037, - "StableID": "nQUw7VLrVa11CNTRL", + "ID": 5068975133658839, + "StableID": "nv8xf7Pkag11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 4289783408315037, - "Key": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "DiscoKey": "discokey:64ce51c86d9daa93a110cd0bf733cafe204cb73fd0418cee60cb474654249159", - "Addresses": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "AllowedIPs": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "Endpoints": ["77.164.248.136:59248", "10.65.0.27:59248", "172.17.0.1:59248"], + "User": 5068975133658839, + "Key": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "DiscoKey": "discokey:a971a746da80586372ec360450e4ded5658ca0b3d8451a44e0974c4bfac9f159", + "Addresses": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "AllowedIPs": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "Endpoints": ["77.164.248.136:50021", "10.65.0.27:50021", "172.17.0.1:50021"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389}, + {"Proto": "peerapi4", "Port": 39585}, + {"Proto": "peerapi6", "Port": 39585}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:22:23.973983938Z", + "Created": "2026-04-09T08:28:30.139862772Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13869,302 +13871,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "MachineKey": "mkey:447266c067b1da84d5d0cd22938d4a74400dfe6ff6eebde924f7b5f4780c8a70", + "NodeKey": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "MachineKey": "mkey:6b59371676703214b708480f1e9bb35511cf955fe418bf7747cf55b209bbf775", "Peers": [{ - "ID": 664755680796598, - "StableID": "nfhTAG15C611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "DiscoKey": "discokey:337f9458f4e860ca7267269379ca190827c28b2ec2a534ea6fa5cdb2e3ed053b", - "Addresses": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "AllowedIPs": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "Endpoints": ["77.164.248.136:42147", "10.65.0.27:42147", "172.17.0.1:42147"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} - ]}, - "Created": "2026-04-09T01:22:20.716253501Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2074913048876208, - "StableID": "nmqYvwSjCH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "DiscoKey": "discokey:dce1fc0ef95aea0521af1a5c8031d8bc86e3cf4a25551e20e3f370e5da18c77b", - "Addresses": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "AllowedIPs": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "Endpoints": ["77.164.248.136:49674", "10.65.0.27:49674", "172.17.0.1:49674"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59639}, - {"Proto": "peerapi6", "Port": 59639} - ]}, - "Created": "2026-04-09T01:22:21.249822283Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3052498843051610, - "StableID": "nZaDyAyUqQ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "DiscoKey": "discokey:f490a8570361c23d96a28a7a8459361e2f4fe95013f57ee6ea2f05a6af22382f", - "Addresses": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "AllowedIPs": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "Endpoints": ["77.164.248.136:40069", "10.65.0.27:40069", "172.17.0.1:40069"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62119}, - {"Proto": "peerapi6", "Port": 62119} - ]}, - "Created": "2026-04-09T01:22:24.536851635Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3064768977432213, - "StableID": "nSsBjUH3wQ11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "DiscoKey": "discokey:3a9d75404de5aebe44752ed34db0ee67703fcf33d8350d998268bb01f57ead49", - "Addresses": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "AllowedIPs": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "Endpoints": ["77.164.248.136:43474", "10.65.0.27:43474", "172.17.0.1:43474"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 50884}, - {"Proto": "peerapi6", "Port": 50884} - ]}, - "Created": "2026-04-09T01:22:26.153647106Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4318477229182176, - "StableID": "nqZ7pH5ria11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "DiscoKey": "discokey:72f91cf70d56cf503db4038f86458927c2708c693267a6cd1435ea88b651ce36", - "Addresses": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "AllowedIPs": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "Endpoints": ["77.164.248.136:52894", "10.65.0.27:52894", "172.17.0.1:52894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62774}, - {"Proto": "peerapi6", "Port": 62774} - ]}, - "Created": "2026-04-09T01:22:22.341436542Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5145077592065921, - "StableID": "nAjaKuTDBh11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "DiscoKey": "discokey:19adf786b8f73517d9877faf6d0c57f16ce14a2a7f7482b40f673c27ad0ac435", - "Addresses": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "AllowedIPs": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "Endpoints": ["77.164.248.136:41890", "10.65.0.27:41890", "172.17.0.1:41890"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34502}, - {"Proto": "peerapi6", "Port": 34502} - ]}, - "Created": "2026-04-09T01:22:26.693017945Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5158140516960809, - "StableID": "nUWAG5c8Hh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:b28fd9a38be1997aa72e2a26893f95396eaaba103684ed487ce8543f910b6a62", - "Addresses": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "AllowedIPs": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "Endpoints": ["77.164.248.136:45879", "10.65.0.27:45879", "172.17.0.1:45879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 58081}, - {"Proto": "peerapi6", "Port": 58081} - ]}, - "Created": "2026-04-09T01:22:27.229965209Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6157719077069087, - "StableID": "ncdtidqq5q11CNTRL", + "ID": 62779809037096, + "StableID": "nb2Eku7SV111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "KeyExpiry": "2026-10-06T01:22:28Z", - "DiscoKey": "discokey:2a8827c0ce87802b481c2e4ffbe0b500d434b07f09a952bfd41577897432da56", - "Addresses": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "AllowedIPs": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "Endpoints": ["77.164.248.136:52609", "10.65.0.27:52609", "172.17.0.1:52609"], + "Key": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "KeyExpiry": "2026-10-06T08:28:34Z", + "DiscoKey": "discokey:a7bd51433cc74a86a8e41f6358ea8716073008de6878cd1153b6fc688edbb73e", + "Addresses": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "AllowedIPs": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48369}, - {"Proto": "peerapi6", "Port": 48369} + {"Proto": "peerapi4", "Port": 37844}, + {"Proto": "peerapi6", "Port": 37844} ]}, - "Created": "2026-04-09T01:22:28.328345757Z", + "Created": "2026-04-09T08:28:34.473746686Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6326797796354126, - "StableID": "nHxRAVFRQr11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "DiscoKey": "discokey:474bb12cdeb2aa4cd25f3a1718ed0c06a483ed451b88b1b29f3dfd4d5ccd2762", - "Addresses": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "AllowedIPs": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "Endpoints": ["77.164.248.136:53968", "10.65.0.27:53968", "172.17.0.1:53968"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 42595}, - {"Proto": "peerapi6", "Port": 42595} - ]}, - "Created": "2026-04-09T01:22:21.79952447Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6336014963913003, - "StableID": "ntuRhQNbUr11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:447cb95e32e2ba8ecabe958d7ea2de4c02e71869f69fb77c634543a37892c522", - "Addresses": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "AllowedIPs": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "Endpoints": ["77.164.248.136:56043", "10.65.0.27:56043", "172.17.0.1:56043"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51500}, - {"Proto": "peerapi6", "Port": 51500} - ]}, - "Created": "2026-04-09T01:22:27.781442415Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6959005724780933, - "StableID": "nCnPuEHkLw11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "DiscoKey": "discokey:c6cf7394a63fdd553144d74b301f4d7dc7efc3698a5d6855172f816b46c4cc1d", - "Addresses": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "AllowedIPs": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "Endpoints": ["77.164.248.136:52543", "10.65.0.27:52543", "172.17.0.1:52543"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 50399}, - {"Proto": "peerapi6", "Port": 50399} - ]}, - "Created": "2026-04-09T01:22:22.875442921Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7278671936555170, - "StableID": "nqgkPRNXqy11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "DiscoKey": "discokey:c5c8dd5ca6221ea158becc77a235e21ac82b4af72fb59ba09dfb6ca6cdb8f44e", - "Addresses": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "AllowedIPs": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "Endpoints": ["77.164.248.136:47261", "10.65.0.27:47261", "172.17.0.1:47261"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36588}, - {"Proto": "peerapi6", "Port": 36588} - ]}, - "Created": "2026-04-09T01:22:23.433487125Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8157200064668886, - "StableID": "ndYLhBpQh621CNTRL", + "ID": 1203558925437598, + "StableID": "nfK8rDT6QA11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "DiscoKey": "discokey:a16627bb9e95e61c95fd22f6b6e45c0d2699eaa15ef1e3fb2f345610487d5943", - "Addresses": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "AllowedIPs": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "Endpoints": ["77.164.248.136:46588", "10.65.0.27:46588", "172.17.0.1:46588"], + "Key": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "DiscoKey": "discokey:1814cc981a25a9fd6a08c504f9143d790697da92166a9cc9a41a5fc0da16a20c", + "Addresses": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "AllowedIPs": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "Endpoints": ["77.164.248.136:39558", "10.65.0.27:39558", "172.17.0.1:39558"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 39095}, - {"Proto": "peerapi6", "Port": 39095} + {"Proto": "peerapi4", "Port": 41780}, + {"Proto": "peerapi6", "Port": 41780} ]}, - "Created": "2026-04-09T01:22:25.061356947Z", + "Created": "2026-04-09T08:28:31.226348504Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8690078183797514, - "StableID": "nRczKrckrA21CNTRL", + "ID": 2118194055061713, + "StableID": "nSBQEENLYH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "DiscoKey": "discokey:f5d21fa3f643191c239643cfa867cd924afb0dc8b79175eda4064e9172be1d62", + "Addresses": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "AllowedIPs": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "Endpoints": ["77.164.248.136:60536", "10.65.0.27:60536", "172.17.0.1:60536"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 36638}, + {"Proto": "peerapi6", "Port": 36638} + ]}, + "Created": "2026-04-09T08:28:27.418089431Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2576550062452005, + "StableID": "ngpB3sbv7M11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "DiscoKey": "discokey:55875cf1f606be1b84b0f5a4d0f2aa1ca460f95d3afe079b5b02a1e67ef35838", + "Addresses": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "AllowedIPs": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 38332}, + {"Proto": "peerapi6", "Port": 38332} + ]}, + "Created": "2026-04-09T08:28:32.851036378Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 2750866980837271, + "StableID": "nUXKCScsUN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "DiscoKey": "discokey:128ff3069ea196cfc0223a889da9b59c1c732eace59256c44500f5d6d7a0327e", - "Addresses": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "AllowedIPs": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "Endpoints": ["77.164.248.136:37920", "10.65.0.27:37920", "172.17.0.1:37920"], + "Key": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "DiscoKey": "discokey:1c766b947042be4998ecf264743a6453dfa8cc54ce52ae82c4b44849d85e0d3f", + "Addresses": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "AllowedIPs": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "Endpoints": ["77.164.248.136:54114", "10.65.0.27:54114", "172.17.0.1:54114"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39509}, - {"Proto": "peerapi6", "Port": 39509} + {"Proto": "peerapi4", "Port": 63067}, + {"Proto": "peerapi6", "Port": 63067} ]}, - "Created": "2026-04-09T01:22:25.590888885Z", + "Created": "2026-04-09T08:28:31.761015422Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" + }, { + "ID": 3304628489273575, + "StableID": "nWQrREzfoS11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:88390587f14c57743a73eb1ced85962313065c40a16216ae9ee7db6433593d5a", + "Addresses": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "AllowedIPs": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "Endpoints": ["77.164.248.136:39784", "10.65.0.27:39784", "172.17.0.1:39784"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} + ]}, + "Created": "2026-04-09T08:28:33.931614149Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4423165983299547, + "StableID": "nrEPX45GYb11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "DiscoKey": "discokey:6b34c96e264dc3434545ba3449622c9a12a32077f45f2fb5ca229418a434687e", + "Addresses": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "AllowedIPs": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "Endpoints": ["77.164.248.136:34936", "10.65.0.27:34936", "172.17.0.1:34936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65477}, + {"Proto": "peerapi6", "Port": 65477} + ]}, + "Created": "2026-04-09T08:28:29.592542839Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5155626014948418, + "StableID": "nDA6L5ZzFh11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "DiscoKey": "discokey:9e53243c267ceb9d8c2b13df1bae9c9436dc65f741fff38b9a0ebcef60ecf874", + "Addresses": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "AllowedIPs": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 39226}, + {"Proto": "peerapi6", "Port": 39226} + ]}, + "Created": "2026-04-09T08:28:28.505348209Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5835968363319488, + "StableID": "nbQ3waz7an11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "DiscoKey": "discokey:8e9c89ee337c858de37312f7c69590846538a0fa002cdcc65713fd62c8f67337", + "Addresses": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "AllowedIPs": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "Endpoints": ["77.164.248.136:37523", "10.65.0.27:37523", "172.17.0.1:37523"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57829}, + {"Proto": "peerapi6", "Port": 57829} + ]}, + "Created": "2026-04-09T08:28:26.888258821Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6631950608985944, + "StableID": "n34ZGc6dnt11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:ab2aa1293d50ff2619088a14707f206a1bfe22796ac7194677357e3470584d61", + "Addresses": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "AllowedIPs": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "Endpoints": ["77.164.248.136:39019", "10.65.0.27:39019", "172.17.0.1:39019"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 38414}, + {"Proto": "peerapi6", "Port": 38414} + ]}, + "Created": "2026-04-09T08:28:33.401155978Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6933549789201463, + "StableID": "nrUf3ZbD9w11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "DiscoKey": "discokey:cf87de6723022d6de32a7763bd18c74055bf77bf5a32af95698176650b2b6e53", + "Addresses": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "AllowedIPs": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "Endpoints": ["77.164.248.136:42667", "10.65.0.27:42667", "172.17.0.1:42667"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35037}, + {"Proto": "peerapi6", "Port": 35037} + ]}, + "Created": "2026-04-09T08:28:32.301356496Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7517458780366336, + "StableID": "nD3P6utfh121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "DiscoKey": "discokey:f7cedc2f9e7bf554b8a4430ab07ef9b9eb3a842759f260d33208da238ffb611c", + "Addresses": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "AllowedIPs": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "Endpoints": ["77.164.248.136:42837", "10.65.0.27:42837", "172.17.0.1:42837"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57951}, + {"Proto": "peerapi6", "Port": 57951} + ]}, + "Created": "2026-04-09T08:28:30.669740158Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7975930835722467, + "StableID": "ngsKfLBKH521CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "DiscoKey": "discokey:91b6b2f6ef0bcf6851fffdd24543939a1e578607238b63bdea3d9c8f6d2fcd04", + "Addresses": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "AllowedIPs": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "Endpoints": ["77.164.248.136:36167", "10.65.0.27:36167", "172.17.0.1:36167"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 58372}, + {"Proto": "peerapi6", "Port": 58372} + ]}, + "Created": "2026-04-09T08:28:27.967665899Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8154134447886028, + "StableID": "nDV1eXH2g621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "DiscoKey": "discokey:c1af2715dfa24ad8a5ba3ee8e064a37b46d39c11ead3d1b116ebbc3152748474", + "Addresses": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "AllowedIPs": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "Endpoints": ["77.164.248.136:41631", "10.65.0.27:41631", "172.17.0.1:41631"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61988}, + {"Proto": "peerapi6", "Port": 61988} + ]}, + "Created": "2026-04-09T08:28:29.073878256Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15012,27 +15012,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4289783408315037": { - "ID": 4289783408315037, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5068975133658839": { + "ID": 5068975133658839, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15063,26 +15065,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8157200064668886, - "StableID": "ndYLhBpQh621CNTRL", + "ID": 1203558925437598, + "StableID": "nfK8rDT6QA11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 8157200064668886, - "Key": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "DiscoKey": "discokey:a16627bb9e95e61c95fd22f6b6e45c0d2699eaa15ef1e3fb2f345610487d5943", - "Addresses": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "AllowedIPs": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "Endpoints": ["77.164.248.136:46588", "10.65.0.27:46588", "172.17.0.1:46588"], + "User": 1203558925437598, + "Key": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "DiscoKey": "discokey:1814cc981a25a9fd6a08c504f9143d790697da92166a9cc9a41a5fc0da16a20c", + "Addresses": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "AllowedIPs": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "Endpoints": ["77.164.248.136:39558", "10.65.0.27:39558", "172.17.0.1:39558"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 39095}, - {"Proto": "peerapi6", "Port": 39095}, + {"Proto": "peerapi4", "Port": 41780}, + {"Proto": "peerapi6", "Port": 41780}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:22:25.061356947Z", + "Created": "2026-04-09T08:28:31.226348504Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15110,302 +15112,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "MachineKey": "mkey:87413694bafe15514f48fb9e47f869994c67083084ae41dc6a9403bb2b9dde33", + "NodeKey": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "MachineKey": "mkey:9a36d9eb5d36564265540f43605b481cfc8080be3e7215df8ef0c14483cbd66e", "Peers": [{ - "ID": 664755680796598, - "StableID": "nfhTAG15C611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "DiscoKey": "discokey:337f9458f4e860ca7267269379ca190827c28b2ec2a534ea6fa5cdb2e3ed053b", - "Addresses": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "AllowedIPs": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "Endpoints": ["77.164.248.136:42147", "10.65.0.27:42147", "172.17.0.1:42147"], + "ID": 62779809037096, + "StableID": "nb2Eku7SV111CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "KeyExpiry": "2026-10-06T08:28:34Z", + "DiscoKey": "discokey:a7bd51433cc74a86a8e41f6358ea8716073008de6878cd1153b6fc688edbb73e", + "Addresses": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "AllowedIPs": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37844}, + {"Proto": "peerapi6", "Port": 37844} ]}, - "Created": "2026-04-09T01:22:20.716253501Z", + "Created": "2026-04-09T08:28:34.473746686Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 2074913048876208, - "StableID": "nmqYvwSjCH11CNTRL", + "ID": 2118194055061713, + "StableID": "nSBQEENLYH11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "DiscoKey": "discokey:dce1fc0ef95aea0521af1a5c8031d8bc86e3cf4a25551e20e3f370e5da18c77b", - "Addresses": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "AllowedIPs": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "Endpoints": ["77.164.248.136:49674", "10.65.0.27:49674", "172.17.0.1:49674"], + "Key": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "DiscoKey": "discokey:f5d21fa3f643191c239643cfa867cd924afb0dc8b79175eda4064e9172be1d62", + "Addresses": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "AllowedIPs": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "Endpoints": ["77.164.248.136:60536", "10.65.0.27:60536", "172.17.0.1:60536"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59639}, - {"Proto": "peerapi6", "Port": 59639} + {"Proto": "peerapi4", "Port": 36638}, + {"Proto": "peerapi6", "Port": 36638} ]}, - "Created": "2026-04-09T01:22:21.249822283Z", + "Created": "2026-04-09T08:28:27.418089431Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 3052498843051610, - "StableID": "nZaDyAyUqQ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "DiscoKey": "discokey:f490a8570361c23d96a28a7a8459361e2f4fe95013f57ee6ea2f05a6af22382f", - "Addresses": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "AllowedIPs": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "Endpoints": ["77.164.248.136:40069", "10.65.0.27:40069", "172.17.0.1:40069"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62119}, - {"Proto": "peerapi6", "Port": 62119} - ]}, - "Created": "2026-04-09T01:22:24.536851635Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3064768977432213, - "StableID": "nSsBjUH3wQ11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "DiscoKey": "discokey:3a9d75404de5aebe44752ed34db0ee67703fcf33d8350d998268bb01f57ead49", - "Addresses": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "AllowedIPs": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "Endpoints": ["77.164.248.136:43474", "10.65.0.27:43474", "172.17.0.1:43474"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 50884}, - {"Proto": "peerapi6", "Port": 50884} - ]}, - "Created": "2026-04-09T01:22:26.153647106Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4289783408315037, - "StableID": "nQUw7VLrVa11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "DiscoKey": "discokey:64ce51c86d9daa93a110cd0bf733cafe204cb73fd0418cee60cb474654249159", - "Addresses": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "AllowedIPs": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "Endpoints": ["77.164.248.136:59248", "10.65.0.27:59248", "172.17.0.1:59248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:22:23.973983938Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4318477229182176, - "StableID": "nqZ7pH5ria11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "DiscoKey": "discokey:72f91cf70d56cf503db4038f86458927c2708c693267a6cd1435ea88b651ce36", - "Addresses": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "AllowedIPs": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "Endpoints": ["77.164.248.136:52894", "10.65.0.27:52894", "172.17.0.1:52894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62774}, - {"Proto": "peerapi6", "Port": 62774} - ]}, - "Created": "2026-04-09T01:22:22.341436542Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5145077592065921, - "StableID": "nAjaKuTDBh11CNTRL", + "ID": 2576550062452005, + "StableID": "ngpB3sbv7M11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "DiscoKey": "discokey:19adf786b8f73517d9877faf6d0c57f16ce14a2a7f7482b40f673c27ad0ac435", - "Addresses": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "AllowedIPs": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "Endpoints": ["77.164.248.136:41890", "10.65.0.27:41890", "172.17.0.1:41890"], + "Key": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "DiscoKey": "discokey:55875cf1f606be1b84b0f5a4d0f2aa1ca460f95d3afe079b5b02a1e67ef35838", + "Addresses": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "AllowedIPs": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34502}, - {"Proto": "peerapi6", "Port": 34502} + {"Proto": "peerapi4", "Port": 38332}, + {"Proto": "peerapi6", "Port": 38332} ]}, - "Created": "2026-04-09T01:22:26.693017945Z", + "Created": "2026-04-09T08:28:32.851036378Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 5158140516960809, - "StableID": "nUWAG5c8Hh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:b28fd9a38be1997aa72e2a26893f95396eaaba103684ed487ce8543f910b6a62", - "Addresses": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "AllowedIPs": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "Endpoints": ["77.164.248.136:45879", "10.65.0.27:45879", "172.17.0.1:45879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 58081}, - {"Proto": "peerapi6", "Port": 58081} - ]}, - "Created": "2026-04-09T01:22:27.229965209Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6157719077069087, - "StableID": "ncdtidqq5q11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "KeyExpiry": "2026-10-06T01:22:28Z", - "DiscoKey": "discokey:2a8827c0ce87802b481c2e4ffbe0b500d434b07f09a952bfd41577897432da56", - "Addresses": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "AllowedIPs": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "Endpoints": ["77.164.248.136:52609", "10.65.0.27:52609", "172.17.0.1:52609"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48369}, - {"Proto": "peerapi6", "Port": 48369} - ]}, - "Created": "2026-04-09T01:22:28.328345757Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6326797796354126, - "StableID": "nHxRAVFRQr11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 2750866980837271, + "StableID": "nUXKCScsUN11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "DiscoKey": "discokey:474bb12cdeb2aa4cd25f3a1718ed0c06a483ed451b88b1b29f3dfd4d5ccd2762", - "Addresses": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "AllowedIPs": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "Endpoints": ["77.164.248.136:53968", "10.65.0.27:53968", "172.17.0.1:53968"], + "Key": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "DiscoKey": "discokey:1c766b947042be4998ecf264743a6453dfa8cc54ce52ae82c4b44849d85e0d3f", + "Addresses": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "AllowedIPs": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "Endpoints": ["77.164.248.136:54114", "10.65.0.27:54114", "172.17.0.1:54114"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 42595}, - {"Proto": "peerapi6", "Port": 42595} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 63067}, + {"Proto": "peerapi6", "Port": 63067} ]}, - "Created": "2026-04-09T01:22:21.79952447Z", + "Created": "2026-04-09T08:28:31.761015422Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 6336014963913003, - "StableID": "ntuRhQNbUr11CNTRL", + "ID": 3304628489273575, + "StableID": "nWQrREzfoS11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:447cb95e32e2ba8ecabe958d7ea2de4c02e71869f69fb77c634543a37892c522", - "Addresses": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "AllowedIPs": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "Endpoints": ["77.164.248.136:56043", "10.65.0.27:56043", "172.17.0.1:56043"], + "Key": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:88390587f14c57743a73eb1ced85962313065c40a16216ae9ee7db6433593d5a", + "Addresses": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "AllowedIPs": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "Endpoints": ["77.164.248.136:39784", "10.65.0.27:39784", "172.17.0.1:39784"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51500}, - {"Proto": "peerapi6", "Port": 51500} + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} ]}, - "Created": "2026-04-09T01:22:27.781442415Z", + "Created": "2026-04-09T08:28:33.931614149Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 6959005724780933, - "StableID": "nCnPuEHkLw11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "DiscoKey": "discokey:c6cf7394a63fdd553144d74b301f4d7dc7efc3698a5d6855172f816b46c4cc1d", - "Addresses": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "AllowedIPs": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "Endpoints": ["77.164.248.136:52543", "10.65.0.27:52543", "172.17.0.1:52543"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 50399}, - {"Proto": "peerapi6", "Port": 50399} - ]}, - "Created": "2026-04-09T01:22:22.875442921Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7278671936555170, - "StableID": "nqgkPRNXqy11CNTRL", + "ID": 4423165983299547, + "StableID": "nrEPX45GYb11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "DiscoKey": "discokey:c5c8dd5ca6221ea158becc77a235e21ac82b4af72fb59ba09dfb6ca6cdb8f44e", - "Addresses": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "AllowedIPs": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "Endpoints": ["77.164.248.136:47261", "10.65.0.27:47261", "172.17.0.1:47261"], + "Key": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "DiscoKey": "discokey:6b34c96e264dc3434545ba3449622c9a12a32077f45f2fb5ca229418a434687e", + "Addresses": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "AllowedIPs": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "Endpoints": ["77.164.248.136:34936", "10.65.0.27:34936", "172.17.0.1:34936"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36588}, - {"Proto": "peerapi6", "Port": 36588} + {"Proto": "peerapi4", "Port": 65477}, + {"Proto": "peerapi6", "Port": 65477} ]}, - "Created": "2026-04-09T01:22:23.433487125Z", + "Created": "2026-04-09T08:28:29.592542839Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8690078183797514, - "StableID": "nRczKrckrA21CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 5068975133658839, + "StableID": "nv8xf7Pkag11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "DiscoKey": "discokey:128ff3069ea196cfc0223a889da9b59c1c732eace59256c44500f5d6d7a0327e", - "Addresses": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "AllowedIPs": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "Endpoints": ["77.164.248.136:37920", "10.65.0.27:37920", "172.17.0.1:37920"], + "Key": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "DiscoKey": "discokey:a971a746da80586372ec360450e4ded5658ca0b3d8451a44e0974c4bfac9f159", + "Addresses": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "AllowedIPs": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "Endpoints": ["77.164.248.136:50021", "10.65.0.27:50021", "172.17.0.1:50021"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39509}, - {"Proto": "peerapi6", "Port": 39509} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39585}, + {"Proto": "peerapi6", "Port": 39585} ]}, - "Created": "2026-04-09T01:22:25.590888885Z", + "Created": "2026-04-09T08:28:30.139862772Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5155626014948418, + "StableID": "nDA6L5ZzFh11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "DiscoKey": "discokey:9e53243c267ceb9d8c2b13df1bae9c9436dc65f741fff38b9a0ebcef60ecf874", + "Addresses": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "AllowedIPs": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 39226}, + {"Proto": "peerapi6", "Port": 39226} + ]}, + "Created": "2026-04-09T08:28:28.505348209Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5835968363319488, + "StableID": "nbQ3waz7an11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "DiscoKey": "discokey:8e9c89ee337c858de37312f7c69590846538a0fa002cdcc65713fd62c8f67337", + "Addresses": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "AllowedIPs": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "Endpoints": ["77.164.248.136:37523", "10.65.0.27:37523", "172.17.0.1:37523"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57829}, + {"Proto": "peerapi6", "Port": 57829} + ]}, + "Created": "2026-04-09T08:28:26.888258821Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6631950608985944, + "StableID": "n34ZGc6dnt11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:ab2aa1293d50ff2619088a14707f206a1bfe22796ac7194677357e3470584d61", + "Addresses": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "AllowedIPs": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "Endpoints": ["77.164.248.136:39019", "10.65.0.27:39019", "172.17.0.1:39019"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 38414}, + {"Proto": "peerapi6", "Port": 38414} + ]}, + "Created": "2026-04-09T08:28:33.401155978Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6933549789201463, + "StableID": "nrUf3ZbD9w11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "DiscoKey": "discokey:cf87de6723022d6de32a7763bd18c74055bf77bf5a32af95698176650b2b6e53", + "Addresses": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "AllowedIPs": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "Endpoints": ["77.164.248.136:42667", "10.65.0.27:42667", "172.17.0.1:42667"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35037}, + {"Proto": "peerapi6", "Port": 35037} + ]}, + "Created": "2026-04-09T08:28:32.301356496Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7517458780366336, + "StableID": "nD3P6utfh121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "DiscoKey": "discokey:f7cedc2f9e7bf554b8a4430ab07ef9b9eb3a842759f260d33208da238ffb611c", + "Addresses": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "AllowedIPs": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "Endpoints": ["77.164.248.136:42837", "10.65.0.27:42837", "172.17.0.1:42837"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57951}, + {"Proto": "peerapi6", "Port": 57951} + ]}, + "Created": "2026-04-09T08:28:30.669740158Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7975930835722467, + "StableID": "ngsKfLBKH521CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "DiscoKey": "discokey:91b6b2f6ef0bcf6851fffdd24543939a1e578607238b63bdea3d9c8f6d2fcd04", + "Addresses": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "AllowedIPs": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "Endpoints": ["77.164.248.136:36167", "10.65.0.27:36167", "172.17.0.1:36167"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 58372}, + {"Proto": "peerapi6", "Port": 58372} + ]}, + "Created": "2026-04-09T08:28:27.967665899Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8154134447886028, + "StableID": "nDV1eXH2g621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "DiscoKey": "discokey:c1af2715dfa24ad8a5ba3ee8e064a37b46d39c11ead3d1b116ebbc3152748474", + "Addresses": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "AllowedIPs": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "Endpoints": ["77.164.248.136:41631", "10.65.0.27:41631", "172.17.0.1:41631"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61988}, + {"Proto": "peerapi6", "Port": 61988} + ]}, + "Created": "2026-04-09T08:28:29.073878256Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16253,27 +16253,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8157200064668886": { - "ID": 8157200064668886, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1203558925437598": { + "ID": 1203558925437598, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16304,22 +16306,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6336014963913003, - "StableID": "ntuRhQNbUr11CNTRL", + "ID": 3304628489273575, + "StableID": "nWQrREzfoS11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:447cb95e32e2ba8ecabe958d7ea2de4c02e71869f69fb77c634543a37892c522", - "Addresses": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "AllowedIPs": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "Endpoints": ["77.164.248.136:56043", "10.65.0.27:56043", "172.17.0.1:56043"], + "Key": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:88390587f14c57743a73eb1ced85962313065c40a16216ae9ee7db6433593d5a", + "Addresses": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "AllowedIPs": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "Endpoints": ["77.164.248.136:39784", "10.65.0.27:39784", "172.17.0.1:39784"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51500}, - {"Proto": "peerapi6", "Port": 51500}, + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:27.781442415Z", + "Created": "2026-04-09T08:28:33.931614149Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16346,302 +16348,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "MachineKey": "mkey:daf5328bc5f7609e3e1d91a1598ad2e695cf5dd671c12dee3cf21d8ba0303140", + "NodeKey": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "MachineKey": "mkey:b8d4bea5cd2989aa4d4cf865f9dea1f90ae83f2dd0ffe166d664360f81a1182b", "Peers": [{ - "ID": 664755680796598, - "StableID": "nfhTAG15C611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "DiscoKey": "discokey:337f9458f4e860ca7267269379ca190827c28b2ec2a534ea6fa5cdb2e3ed053b", - "Addresses": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "AllowedIPs": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "Endpoints": ["77.164.248.136:42147", "10.65.0.27:42147", "172.17.0.1:42147"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} - ]}, - "Created": "2026-04-09T01:22:20.716253501Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2074913048876208, - "StableID": "nmqYvwSjCH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "DiscoKey": "discokey:dce1fc0ef95aea0521af1a5c8031d8bc86e3cf4a25551e20e3f370e5da18c77b", - "Addresses": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "AllowedIPs": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "Endpoints": ["77.164.248.136:49674", "10.65.0.27:49674", "172.17.0.1:49674"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59639}, - {"Proto": "peerapi6", "Port": 59639} - ]}, - "Created": "2026-04-09T01:22:21.249822283Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3052498843051610, - "StableID": "nZaDyAyUqQ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "DiscoKey": "discokey:f490a8570361c23d96a28a7a8459361e2f4fe95013f57ee6ea2f05a6af22382f", - "Addresses": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "AllowedIPs": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "Endpoints": ["77.164.248.136:40069", "10.65.0.27:40069", "172.17.0.1:40069"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62119}, - {"Proto": "peerapi6", "Port": 62119} - ]}, - "Created": "2026-04-09T01:22:24.536851635Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3064768977432213, - "StableID": "nSsBjUH3wQ11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "DiscoKey": "discokey:3a9d75404de5aebe44752ed34db0ee67703fcf33d8350d998268bb01f57ead49", - "Addresses": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "AllowedIPs": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "Endpoints": ["77.164.248.136:43474", "10.65.0.27:43474", "172.17.0.1:43474"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 50884}, - {"Proto": "peerapi6", "Port": 50884} - ]}, - "Created": "2026-04-09T01:22:26.153647106Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4289783408315037, - "StableID": "nQUw7VLrVa11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "DiscoKey": "discokey:64ce51c86d9daa93a110cd0bf733cafe204cb73fd0418cee60cb474654249159", - "Addresses": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "AllowedIPs": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "Endpoints": ["77.164.248.136:59248", "10.65.0.27:59248", "172.17.0.1:59248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:22:23.973983938Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4318477229182176, - "StableID": "nqZ7pH5ria11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "DiscoKey": "discokey:72f91cf70d56cf503db4038f86458927c2708c693267a6cd1435ea88b651ce36", - "Addresses": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "AllowedIPs": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "Endpoints": ["77.164.248.136:52894", "10.65.0.27:52894", "172.17.0.1:52894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62774}, - {"Proto": "peerapi6", "Port": 62774} - ]}, - "Created": "2026-04-09T01:22:22.341436542Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5145077592065921, - "StableID": "nAjaKuTDBh11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "DiscoKey": "discokey:19adf786b8f73517d9877faf6d0c57f16ce14a2a7f7482b40f673c27ad0ac435", - "Addresses": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "AllowedIPs": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "Endpoints": ["77.164.248.136:41890", "10.65.0.27:41890", "172.17.0.1:41890"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34502}, - {"Proto": "peerapi6", "Port": 34502} - ]}, - "Created": "2026-04-09T01:22:26.693017945Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5158140516960809, - "StableID": "nUWAG5c8Hh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:b28fd9a38be1997aa72e2a26893f95396eaaba103684ed487ce8543f910b6a62", - "Addresses": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "AllowedIPs": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "Endpoints": ["77.164.248.136:45879", "10.65.0.27:45879", "172.17.0.1:45879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 58081}, - {"Proto": "peerapi6", "Port": 58081} - ]}, - "Created": "2026-04-09T01:22:27.229965209Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6157719077069087, - "StableID": "ncdtidqq5q11CNTRL", + "ID": 62779809037096, + "StableID": "nb2Eku7SV111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "KeyExpiry": "2026-10-06T01:22:28Z", - "DiscoKey": "discokey:2a8827c0ce87802b481c2e4ffbe0b500d434b07f09a952bfd41577897432da56", - "Addresses": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "AllowedIPs": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "Endpoints": ["77.164.248.136:52609", "10.65.0.27:52609", "172.17.0.1:52609"], + "Key": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "KeyExpiry": "2026-10-06T08:28:34Z", + "DiscoKey": "discokey:a7bd51433cc74a86a8e41f6358ea8716073008de6878cd1153b6fc688edbb73e", + "Addresses": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "AllowedIPs": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48369}, - {"Proto": "peerapi6", "Port": 48369} + {"Proto": "peerapi4", "Port": 37844}, + {"Proto": "peerapi6", "Port": 37844} ]}, - "Created": "2026-04-09T01:22:28.328345757Z", + "Created": "2026-04-09T08:28:34.473746686Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6326797796354126, - "StableID": "nHxRAVFRQr11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "DiscoKey": "discokey:474bb12cdeb2aa4cd25f3a1718ed0c06a483ed451b88b1b29f3dfd4d5ccd2762", - "Addresses": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "AllowedIPs": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "Endpoints": ["77.164.248.136:53968", "10.65.0.27:53968", "172.17.0.1:53968"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 42595}, - {"Proto": "peerapi6", "Port": 42595} - ]}, - "Created": "2026-04-09T01:22:21.79952447Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6959005724780933, - "StableID": "nCnPuEHkLw11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "DiscoKey": "discokey:c6cf7394a63fdd553144d74b301f4d7dc7efc3698a5d6855172f816b46c4cc1d", - "Addresses": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "AllowedIPs": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "Endpoints": ["77.164.248.136:52543", "10.65.0.27:52543", "172.17.0.1:52543"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 50399}, - {"Proto": "peerapi6", "Port": 50399} - ]}, - "Created": "2026-04-09T01:22:22.875442921Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7278671936555170, - "StableID": "nqgkPRNXqy11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "DiscoKey": "discokey:c5c8dd5ca6221ea158becc77a235e21ac82b4af72fb59ba09dfb6ca6cdb8f44e", - "Addresses": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "AllowedIPs": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "Endpoints": ["77.164.248.136:47261", "10.65.0.27:47261", "172.17.0.1:47261"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36588}, - {"Proto": "peerapi6", "Port": 36588} - ]}, - "Created": "2026-04-09T01:22:23.433487125Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8157200064668886, - "StableID": "ndYLhBpQh621CNTRL", + "ID": 1203558925437598, + "StableID": "nfK8rDT6QA11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "DiscoKey": "discokey:a16627bb9e95e61c95fd22f6b6e45c0d2699eaa15ef1e3fb2f345610487d5943", - "Addresses": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "AllowedIPs": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "Endpoints": ["77.164.248.136:46588", "10.65.0.27:46588", "172.17.0.1:46588"], + "Key": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "DiscoKey": "discokey:1814cc981a25a9fd6a08c504f9143d790697da92166a9cc9a41a5fc0da16a20c", + "Addresses": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "AllowedIPs": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "Endpoints": ["77.164.248.136:39558", "10.65.0.27:39558", "172.17.0.1:39558"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 39095}, - {"Proto": "peerapi6", "Port": 39095} + {"Proto": "peerapi4", "Port": 41780}, + {"Proto": "peerapi6", "Port": 41780} ]}, - "Created": "2026-04-09T01:22:25.061356947Z", + "Created": "2026-04-09T08:28:31.226348504Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8690078183797514, - "StableID": "nRczKrckrA21CNTRL", + "ID": 2118194055061713, + "StableID": "nSBQEENLYH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "DiscoKey": "discokey:f5d21fa3f643191c239643cfa867cd924afb0dc8b79175eda4064e9172be1d62", + "Addresses": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "AllowedIPs": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "Endpoints": ["77.164.248.136:60536", "10.65.0.27:60536", "172.17.0.1:60536"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 36638}, + {"Proto": "peerapi6", "Port": 36638} + ]}, + "Created": "2026-04-09T08:28:27.418089431Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2576550062452005, + "StableID": "ngpB3sbv7M11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "DiscoKey": "discokey:55875cf1f606be1b84b0f5a4d0f2aa1ca460f95d3afe079b5b02a1e67ef35838", + "Addresses": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "AllowedIPs": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 38332}, + {"Proto": "peerapi6", "Port": 38332} + ]}, + "Created": "2026-04-09T08:28:32.851036378Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 2750866980837271, + "StableID": "nUXKCScsUN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "DiscoKey": "discokey:128ff3069ea196cfc0223a889da9b59c1c732eace59256c44500f5d6d7a0327e", - "Addresses": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "AllowedIPs": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "Endpoints": ["77.164.248.136:37920", "10.65.0.27:37920", "172.17.0.1:37920"], + "Key": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "DiscoKey": "discokey:1c766b947042be4998ecf264743a6453dfa8cc54ce52ae82c4b44849d85e0d3f", + "Addresses": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "AllowedIPs": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "Endpoints": ["77.164.248.136:54114", "10.65.0.27:54114", "172.17.0.1:54114"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39509}, - {"Proto": "peerapi6", "Port": 39509} + {"Proto": "peerapi4", "Port": 63067}, + {"Proto": "peerapi6", "Port": 63067} ]}, - "Created": "2026-04-09T01:22:25.590888885Z", + "Created": "2026-04-09T08:28:31.761015422Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" + }, { + "ID": 4423165983299547, + "StableID": "nrEPX45GYb11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "DiscoKey": "discokey:6b34c96e264dc3434545ba3449622c9a12a32077f45f2fb5ca229418a434687e", + "Addresses": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "AllowedIPs": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "Endpoints": ["77.164.248.136:34936", "10.65.0.27:34936", "172.17.0.1:34936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65477}, + {"Proto": "peerapi6", "Port": 65477} + ]}, + "Created": "2026-04-09T08:28:29.592542839Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5068975133658839, + "StableID": "nv8xf7Pkag11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "DiscoKey": "discokey:a971a746da80586372ec360450e4ded5658ca0b3d8451a44e0974c4bfac9f159", + "Addresses": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "AllowedIPs": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "Endpoints": ["77.164.248.136:50021", "10.65.0.27:50021", "172.17.0.1:50021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39585}, + {"Proto": "peerapi6", "Port": 39585} + ]}, + "Created": "2026-04-09T08:28:30.139862772Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5155626014948418, + "StableID": "nDA6L5ZzFh11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "DiscoKey": "discokey:9e53243c267ceb9d8c2b13df1bae9c9436dc65f741fff38b9a0ebcef60ecf874", + "Addresses": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "AllowedIPs": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 39226}, + {"Proto": "peerapi6", "Port": 39226} + ]}, + "Created": "2026-04-09T08:28:28.505348209Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5835968363319488, + "StableID": "nbQ3waz7an11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "DiscoKey": "discokey:8e9c89ee337c858de37312f7c69590846538a0fa002cdcc65713fd62c8f67337", + "Addresses": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "AllowedIPs": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "Endpoints": ["77.164.248.136:37523", "10.65.0.27:37523", "172.17.0.1:37523"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57829}, + {"Proto": "peerapi6", "Port": 57829} + ]}, + "Created": "2026-04-09T08:28:26.888258821Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6631950608985944, + "StableID": "n34ZGc6dnt11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:ab2aa1293d50ff2619088a14707f206a1bfe22796ac7194677357e3470584d61", + "Addresses": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "AllowedIPs": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "Endpoints": ["77.164.248.136:39019", "10.65.0.27:39019", "172.17.0.1:39019"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 38414}, + {"Proto": "peerapi6", "Port": 38414} + ]}, + "Created": "2026-04-09T08:28:33.401155978Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6933549789201463, + "StableID": "nrUf3ZbD9w11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "DiscoKey": "discokey:cf87de6723022d6de32a7763bd18c74055bf77bf5a32af95698176650b2b6e53", + "Addresses": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "AllowedIPs": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "Endpoints": ["77.164.248.136:42667", "10.65.0.27:42667", "172.17.0.1:42667"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35037}, + {"Proto": "peerapi6", "Port": 35037} + ]}, + "Created": "2026-04-09T08:28:32.301356496Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7517458780366336, + "StableID": "nD3P6utfh121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "DiscoKey": "discokey:f7cedc2f9e7bf554b8a4430ab07ef9b9eb3a842759f260d33208da238ffb611c", + "Addresses": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "AllowedIPs": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "Endpoints": ["77.164.248.136:42837", "10.65.0.27:42837", "172.17.0.1:42837"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57951}, + {"Proto": "peerapi6", "Port": 57951} + ]}, + "Created": "2026-04-09T08:28:30.669740158Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7975930835722467, + "StableID": "ngsKfLBKH521CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "DiscoKey": "discokey:91b6b2f6ef0bcf6851fffdd24543939a1e578607238b63bdea3d9c8f6d2fcd04", + "Addresses": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "AllowedIPs": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "Endpoints": ["77.164.248.136:36167", "10.65.0.27:36167", "172.17.0.1:36167"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 58372}, + {"Proto": "peerapi6", "Port": 58372} + ]}, + "Created": "2026-04-09T08:28:27.967665899Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8154134447886028, + "StableID": "nDV1eXH2g621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "DiscoKey": "discokey:c1af2715dfa24ad8a5ba3ee8e064a37b46d39c11ead3d1b116ebbc3152748474", + "Addresses": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "AllowedIPs": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "Endpoints": ["77.164.248.136:41631", "10.65.0.27:41631", "172.17.0.1:41631"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61988}, + {"Proto": "peerapi6", "Port": 61988} + ]}, + "Created": "2026-04-09T08:28:29.073878256Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16669,7 +16669,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.67.88.103"}, {"nodeIP": "fd7a:115c:a1e0::4237:5867"}], + "principals": [{"nodeIP": "100.65.168.37"}, {"nodeIP": "fd7a:115c:a1e0::8b37:a825"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -17498,26 +17498,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.67.88.103"}, {"nodeIP": "fd7a:115c:a1e0::4237:5867"}], + "principals": [{"nodeIP": "100.65.168.37"}, {"nodeIP": "fd7a:115c:a1e0::8b37:a825"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -17554,21 +17555,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8690078183797514, - "StableID": "nRczKrckrA21CNTRL", + "ID": 2750866980837271, + "StableID": "nUXKCScsUN11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 8690078183797514, - "Key": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "DiscoKey": "discokey:128ff3069ea196cfc0223a889da9b59c1c732eace59256c44500f5d6d7a0327e", - "Addresses": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "AllowedIPs": ["100.111.242.95/32", "fd7a:115c:a1e0::aa37:f25f/128"], - "Endpoints": ["77.164.248.136:37920", "10.65.0.27:37920", "172.17.0.1:37920"], + "User": 2750866980837271, + "Key": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "DiscoKey": "discokey:1c766b947042be4998ecf264743a6453dfa8cc54ce52ae82c4b44849d85e0d3f", + "Addresses": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "AllowedIPs": ["100.90.127.51/32", "fd7a:115c:a1e0::cc37:7f33/128"], + "Endpoints": ["77.164.248.136:54114", "10.65.0.27:54114", "172.17.0.1:54114"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 39509}, - {"Proto": "peerapi6", "Port": 39509}, + {"Proto": "peerapi4", "Port": 63067}, + {"Proto": "peerapi6", "Port": 63067}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:25.590888885Z", + "Created": "2026-04-09T08:28:31.761015422Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17596,300 +17597,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:eb70257a0cf270c0089a6be35ee4add23781ad6bb9b6e96993bcd93daa2ff25e", - "MachineKey": "mkey:c369cfeaf962ed81f3d78eebf8edc709eafdd9265d8df013fcd9850a5e69873c", + "NodeKey": "nodekey:80adf077636872d383e137dcdcd5324407529c0626a16c5091cfa750cc5a7f32", + "MachineKey": "mkey:4fc6209db393f497c996fa75489a6376fdd0a69751b9083b0ce5269611917b70", "Peers": [{ - "ID": 664755680796598, - "StableID": "nfhTAG15C611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a212487fd35c1162cf79d249b07d3ff87c0337b01dd2ac05a58ae3d06e04641e", - "DiscoKey": "discokey:337f9458f4e860ca7267269379ca190827c28b2ec2a534ea6fa5cdb2e3ed053b", - "Addresses": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "AllowedIPs": ["100.68.100.31/32", "fd7a:115c:a1e0::6e37:641f/128"], - "Endpoints": ["77.164.248.136:42147", "10.65.0.27:42147", "172.17.0.1:42147"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + "ID": 62779809037096, + "StableID": "nb2Eku7SV111CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:cb134fa01f6333e97628714e225609ff3103e6df99ec3319691a78fbe5322251", + "KeyExpiry": "2026-10-06T08:28:34Z", + "DiscoKey": "discokey:a7bd51433cc74a86a8e41f6358ea8716073008de6878cd1153b6fc688edbb73e", + "Addresses": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "AllowedIPs": ["100.114.34.82/32", "fd7a:115c:a1e0::e537:2252/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37844}, + {"Proto": "peerapi6", "Port": 37844} ]}, - "Created": "2026-04-09T01:22:20.716253501Z", + "Created": "2026-04-09T08:28:34.473746686Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 2074913048876208, - "StableID": "nmqYvwSjCH11CNTRL", + "ID": 1203558925437598, + "StableID": "nfK8rDT6QA11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7f24c8580285b7d9a86e5b547e25eb5ec2e3da6beeeab06b069e803d44342963", + "DiscoKey": "discokey:1814cc981a25a9fd6a08c504f9143d790697da92166a9cc9a41a5fc0da16a20c", + "Addresses": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "AllowedIPs": ["100.116.41.100/32", "fd7a:115c:a1e0::4437:2964/128"], + "Endpoints": ["77.164.248.136:39558", "10.65.0.27:39558", "172.17.0.1:39558"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 41780}, + {"Proto": "peerapi6", "Port": 41780} + ]}, + "Created": "2026-04-09T08:28:31.226348504Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 2118194055061713, + "StableID": "nSBQEENLYH11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:42102f290905944c4b1e662ab527f5c85cccd39151186b7c14d44e66fa787e2c", - "DiscoKey": "discokey:dce1fc0ef95aea0521af1a5c8031d8bc86e3cf4a25551e20e3f370e5da18c77b", - "Addresses": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "AllowedIPs": ["100.120.126.45/32", "fd7a:115c:a1e0::fa37:7e2d/128"], - "Endpoints": ["77.164.248.136:49674", "10.65.0.27:49674", "172.17.0.1:49674"], + "Key": "nodekey:754449e7aa991eda01b4074cf680c0b11ea4a946d03a145b0cedbe577510b316", + "DiscoKey": "discokey:f5d21fa3f643191c239643cfa867cd924afb0dc8b79175eda4064e9172be1d62", + "Addresses": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "AllowedIPs": ["100.80.179.23/32", "fd7a:115c:a1e0::7537:b317/128"], + "Endpoints": ["77.164.248.136:60536", "10.65.0.27:60536", "172.17.0.1:60536"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59639}, - {"Proto": "peerapi6", "Port": 59639} + {"Proto": "peerapi4", "Port": 36638}, + {"Proto": "peerapi6", "Port": 36638} ]}, - "Created": "2026-04-09T01:22:21.249822283Z", + "Created": "2026-04-09T08:28:27.418089431Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 3052498843051610, - "StableID": "nZaDyAyUqQ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbce42758b72ad1eb7829957185d699e90467118646b323e1827d0b7b2841468", - "DiscoKey": "discokey:f490a8570361c23d96a28a7a8459361e2f4fe95013f57ee6ea2f05a6af22382f", - "Addresses": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "AllowedIPs": ["100.68.20.105/32", "fd7a:115c:a1e0::b237:1469/128"], - "Endpoints": ["77.164.248.136:40069", "10.65.0.27:40069", "172.17.0.1:40069"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62119}, - {"Proto": "peerapi6", "Port": 62119} - ]}, - "Created": "2026-04-09T01:22:24.536851635Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3064768977432213, - "StableID": "nSsBjUH3wQ11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:997450c221755b7acf08a33ae3cc00030ab650ca1a32b9f1821a1459e677f566", - "DiscoKey": "discokey:3a9d75404de5aebe44752ed34db0ee67703fcf33d8350d998268bb01f57ead49", - "Addresses": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "AllowedIPs": ["100.119.245.103/32", "fd7a:115c:a1e0::e637:f567/128"], - "Endpoints": ["77.164.248.136:43474", "10.65.0.27:43474", "172.17.0.1:43474"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 50884}, - {"Proto": "peerapi6", "Port": 50884} - ]}, - "Created": "2026-04-09T01:22:26.153647106Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4289783408315037, - "StableID": "nQUw7VLrVa11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:63f891bcc4851d1257f5581b79165d149c1b34de4941ac09687c6b02c6af0f45", - "DiscoKey": "discokey:64ce51c86d9daa93a110cd0bf733cafe204cb73fd0418cee60cb474654249159", - "Addresses": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "AllowedIPs": ["100.111.15.70/32", "fd7a:115c:a1e0::c637:f46/128"], - "Endpoints": ["77.164.248.136:59248", "10.65.0.27:59248", "172.17.0.1:59248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:22:23.973983938Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4318477229182176, - "StableID": "nqZ7pH5ria11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b885dedbeda8f6678e1bd1f1a747f4829d929e4f080ce769f66cc88ac83d75e", - "DiscoKey": "discokey:72f91cf70d56cf503db4038f86458927c2708c693267a6cd1435ea88b651ce36", - "Addresses": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "AllowedIPs": ["100.67.215.95/32", "fd7a:115c:a1e0::ac37:d75f/128"], - "Endpoints": ["77.164.248.136:52894", "10.65.0.27:52894", "172.17.0.1:52894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62774}, - {"Proto": "peerapi6", "Port": 62774} - ]}, - "Created": "2026-04-09T01:22:22.341436542Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5145077592065921, - "StableID": "nAjaKuTDBh11CNTRL", + "ID": 2576550062452005, + "StableID": "ngpB3sbv7M11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e40becfc0d767fa559b73ae92a4b2dfd64c60e530dc1f873169ba990d0e97d18", - "DiscoKey": "discokey:19adf786b8f73517d9877faf6d0c57f16ce14a2a7f7482b40f673c27ad0ac435", - "Addresses": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "AllowedIPs": ["100.105.125.25/32", "fd7a:115c:a1e0::d037:7d19/128"], - "Endpoints": ["77.164.248.136:41890", "10.65.0.27:41890", "172.17.0.1:41890"], + "Key": "nodekey:7b001feda03df044cc7e2ee63b961b72f7e5f915afc48acdb6a3568ee8028577", + "DiscoKey": "discokey:55875cf1f606be1b84b0f5a4d0f2aa1ca460f95d3afe079b5b02a1e67ef35838", + "Addresses": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], + "AllowedIPs": ["100.66.133.120/32", "fd7a:115c:a1e0::e837:8578/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34502}, - {"Proto": "peerapi6", "Port": 34502} + {"Proto": "peerapi4", "Port": 38332}, + {"Proto": "peerapi6", "Port": 38332} ]}, - "Created": "2026-04-09T01:22:26.693017945Z", + "Created": "2026-04-09T08:28:32.851036378Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 5158140516960809, - "StableID": "nUWAG5c8Hh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:4ca0fc50a579cd449e9c073f355c8e4645982c831f7512648d502bb87f6b8d48", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:b28fd9a38be1997aa72e2a26893f95396eaaba103684ed487ce8543f910b6a62", - "Addresses": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "AllowedIPs": ["100.107.141.73/32", "fd7a:115c:a1e0::7f37:8d49/128"], - "Endpoints": ["77.164.248.136:45879", "10.65.0.27:45879", "172.17.0.1:45879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 58081}, - {"Proto": "peerapi6", "Port": 58081} - ]}, - "Created": "2026-04-09T01:22:27.229965209Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6157719077069087, - "StableID": "ncdtidqq5q11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:17ee1433b2c8734a878f8ac6b79ca4251b50657848524e78e7d9c6d8806d2f25", - "KeyExpiry": "2026-10-06T01:22:28Z", - "DiscoKey": "discokey:2a8827c0ce87802b481c2e4ffbe0b500d434b07f09a952bfd41577897432da56", - "Addresses": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "AllowedIPs": ["100.109.47.38/32", "fd7a:115c:a1e0::8037:2f27/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48369}, - {"Proto": "peerapi6", "Port": 48369} - ]}, - "Created": "2026-04-09T01:22:28.328345757Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6326797796354126, - "StableID": "nHxRAVFRQr11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8618850d948ce5d91c691cfca308a10a0bdafe2ed5214c9bceba579fe7992667", - "DiscoKey": "discokey:474bb12cdeb2aa4cd25f3a1718ed0c06a483ed451b88b1b29f3dfd4d5ccd2762", - "Addresses": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "AllowedIPs": ["100.89.38.104/32", "fd7a:115c:a1e0::e737:2668/128"], - "Endpoints": ["77.164.248.136:53968", "10.65.0.27:53968", "172.17.0.1:53968"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 42595}, - {"Proto": "peerapi6", "Port": 42595} - ]}, - "Created": "2026-04-09T01:22:21.79952447Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6336014963913003, - "StableID": "ntuRhQNbUr11CNTRL", + "ID": 3304628489273575, + "StableID": "nWQrREzfoS11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:55ba9e0911fb270b5acd33b1a9a1f6d54e263fda07c7536b94306cf142c35866", - "KeyExpiry": "2026-10-06T01:22:27Z", - "DiscoKey": "discokey:447cb95e32e2ba8ecabe958d7ea2de4c02e71869f69fb77c634543a37892c522", - "Addresses": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "AllowedIPs": ["100.67.88.103/32", "fd7a:115c:a1e0::4237:5867/128"], - "Endpoints": ["77.164.248.136:56043", "10.65.0.27:56043", "172.17.0.1:56043"], + "Key": "nodekey:2e9af181b50e42e0d0838ee5c5ad49ba27908b0e370e02f6f5c022f98b41a824", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:88390587f14c57743a73eb1ced85962313065c40a16216ae9ee7db6433593d5a", + "Addresses": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "AllowedIPs": ["100.65.168.37/32", "fd7a:115c:a1e0::8b37:a825/128"], + "Endpoints": ["77.164.248.136:39784", "10.65.0.27:39784", "172.17.0.1:39784"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51500}, - {"Proto": "peerapi6", "Port": 51500} + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} ]}, - "Created": "2026-04-09T01:22:27.781442415Z", + "Created": "2026-04-09T08:28:33.931614149Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 6959005724780933, - "StableID": "nCnPuEHkLw11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d4a270d7a7852505e506aef4ca778b03ea7bdf9b700bc62cd0ec2779ea8d21f", - "DiscoKey": "discokey:c6cf7394a63fdd553144d74b301f4d7dc7efc3698a5d6855172f816b46c4cc1d", - "Addresses": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "AllowedIPs": ["100.104.210.32/32", "fd7a:115c:a1e0::9e37:d220/128"], - "Endpoints": ["77.164.248.136:52543", "10.65.0.27:52543", "172.17.0.1:52543"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 50399}, - {"Proto": "peerapi6", "Port": 50399} - ]}, - "Created": "2026-04-09T01:22:22.875442921Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7278671936555170, - "StableID": "nqgkPRNXqy11CNTRL", + "ID": 4423165983299547, + "StableID": "nrEPX45GYb11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d735c7badd50edddc202887a522ce23933a46110d71ad97052a756d06021905d", - "DiscoKey": "discokey:c5c8dd5ca6221ea158becc77a235e21ac82b4af72fb59ba09dfb6ca6cdb8f44e", - "Addresses": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "AllowedIPs": ["100.97.144.94/32", "fd7a:115c:a1e0::6037:905e/128"], - "Endpoints": ["77.164.248.136:47261", "10.65.0.27:47261", "172.17.0.1:47261"], + "Key": "nodekey:596e0ea2ce44cd5f57e5926f10b3ce68fc7ceebe7e274ef21b37b69731812472", + "DiscoKey": "discokey:6b34c96e264dc3434545ba3449622c9a12a32077f45f2fb5ca229418a434687e", + "Addresses": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "AllowedIPs": ["100.65.36.115/32", "fd7a:115c:a1e0::3137:2473/128"], + "Endpoints": ["77.164.248.136:34936", "10.65.0.27:34936", "172.17.0.1:34936"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36588}, - {"Proto": "peerapi6", "Port": 36588} + {"Proto": "peerapi4", "Port": 65477}, + {"Proto": "peerapi6", "Port": 65477} ]}, - "Created": "2026-04-09T01:22:23.433487125Z", + "Created": "2026-04-09T08:28:29.592542839Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8157200064668886, - "StableID": "ndYLhBpQh621CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 5068975133658839, + "StableID": "nv8xf7Pkag11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:119f886cf17d19eda1a35dc2deef334ab2bce10e86b56f6f060e98b546e16c03", - "DiscoKey": "discokey:a16627bb9e95e61c95fd22f6b6e45c0d2699eaa15ef1e3fb2f345610487d5943", - "Addresses": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "AllowedIPs": ["100.97.108.4/32", "fd7a:115c:a1e0::4637:6c04/128"], - "Endpoints": ["77.164.248.136:46588", "10.65.0.27:46588", "172.17.0.1:46588"], + "Key": "nodekey:3daa8bc1cfa0e3e7644ce7ea44d7c142200906f20dd9521f74db5ac5ca75df51", + "DiscoKey": "discokey:a971a746da80586372ec360450e4ded5658ca0b3d8451a44e0974c4bfac9f159", + "Addresses": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "AllowedIPs": ["100.117.223.82/32", "fd7a:115c:a1e0::ca37:df52/128"], + "Endpoints": ["77.164.248.136:50021", "10.65.0.27:50021", "172.17.0.1:50021"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 39095}, - {"Proto": "peerapi6", "Port": 39095} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39585}, + {"Proto": "peerapi6", "Port": 39585} ]}, - "Created": "2026-04-09T01:22:25.061356947Z", + "Created": "2026-04-09T08:28:30.139862772Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5155626014948418, + "StableID": "nDA6L5ZzFh11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:77f289dbf96c7fc42bfcbdc4c63dfce849a6e808b8ed576f5fb47c1bc6669408", + "DiscoKey": "discokey:9e53243c267ceb9d8c2b13df1bae9c9436dc65f741fff38b9a0ebcef60ecf874", + "Addresses": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "AllowedIPs": ["100.102.148.9/32", "fd7a:115c:a1e0::c637:9409/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 39226}, + {"Proto": "peerapi6", "Port": 39226} + ]}, + "Created": "2026-04-09T08:28:28.505348209Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5835968363319488, + "StableID": "nbQ3waz7an11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:50cbfc475199bce4fe4810eeeb0135935516224c71744e7a0f9a3726dab2a55e", + "DiscoKey": "discokey:8e9c89ee337c858de37312f7c69590846538a0fa002cdcc65713fd62c8f67337", + "Addresses": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "AllowedIPs": ["100.114.165.95/32", "fd7a:115c:a1e0::da37:a55f/128"], + "Endpoints": ["77.164.248.136:37523", "10.65.0.27:37523", "172.17.0.1:37523"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57829}, + {"Proto": "peerapi6", "Port": 57829} + ]}, + "Created": "2026-04-09T08:28:26.888258821Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6631950608985944, + "StableID": "n34ZGc6dnt11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:9e5b7e5fcc5d75fe35adfb77f12b5c2c4f6f8877717ca3f504c588afb1a1f32c", + "KeyExpiry": "2026-10-06T08:28:33Z", + "DiscoKey": "discokey:ab2aa1293d50ff2619088a14707f206a1bfe22796ac7194677357e3470584d61", + "Addresses": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "AllowedIPs": ["100.97.243.45/32", "fd7a:115c:a1e0::b137:f32d/128"], + "Endpoints": ["77.164.248.136:39019", "10.65.0.27:39019", "172.17.0.1:39019"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 38414}, + {"Proto": "peerapi6", "Port": 38414} + ]}, + "Created": "2026-04-09T08:28:33.401155978Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6933549789201463, + "StableID": "nrUf3ZbD9w11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a43ce05df8b915a9f077fde1a27825993cbbddff900e2ec5b01df08c0c7d3a33", + "DiscoKey": "discokey:cf87de6723022d6de32a7763bd18c74055bf77bf5a32af95698176650b2b6e53", + "Addresses": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "AllowedIPs": ["100.125.58.52/32", "fd7a:115c:a1e0::c37:3a34/128"], + "Endpoints": ["77.164.248.136:42667", "10.65.0.27:42667", "172.17.0.1:42667"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35037}, + {"Proto": "peerapi6", "Port": 35037} + ]}, + "Created": "2026-04-09T08:28:32.301356496Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7517458780366336, + "StableID": "nD3P6utfh121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfba874b34a747f9b8292e12adcc2cbce97482a4df4ec80e39838dd8ea7c6012", + "DiscoKey": "discokey:f7cedc2f9e7bf554b8a4430ab07ef9b9eb3a842759f260d33208da238ffb611c", + "Addresses": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "AllowedIPs": ["100.124.96.19/32", "fd7a:115c:a1e0::ea37:6013/128"], + "Endpoints": ["77.164.248.136:42837", "10.65.0.27:42837", "172.17.0.1:42837"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57951}, + {"Proto": "peerapi6", "Port": 57951} + ]}, + "Created": "2026-04-09T08:28:30.669740158Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7975930835722467, + "StableID": "ngsKfLBKH521CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:546563e3e2db5e18ce01840797b551a1435b9f0d92be994fe0f0a7b1104da659", + "DiscoKey": "discokey:91b6b2f6ef0bcf6851fffdd24543939a1e578607238b63bdea3d9c8f6d2fcd04", + "Addresses": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "AllowedIPs": ["100.77.166.90/32", "fd7a:115c:a1e0::1037:a65a/128"], + "Endpoints": ["77.164.248.136:36167", "10.65.0.27:36167", "172.17.0.1:36167"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 58372}, + {"Proto": "peerapi6", "Port": 58372} + ]}, + "Created": "2026-04-09T08:28:27.967665899Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8154134447886028, + "StableID": "nDV1eXH2g621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:deebd3f9978738f85c61c474120514dbbb39add3500c9f06a768a0cfa72c2e20", + "DiscoKey": "discokey:c1af2715dfa24ad8a5ba3ee8e064a37b46d39c11ead3d1b116ebbc3152748474", + "Addresses": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "AllowedIPs": ["100.108.46.33/32", "fd7a:115c:a1e0::a737:2e21/128"], + "Endpoints": ["77.164.248.136:41631", "10.65.0.27:41631", "172.17.0.1:41631"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61988}, + {"Proto": "peerapi6", "Port": 61988} + ]}, + "Created": "2026-04-09T08:28:29.073878256Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18737,27 +18737,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8690078183797514": { - "ID": 8690078183797514, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2750866980837271": { + "ID": 2750866980837271, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-a2.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-a2.hujson index 6fb8b926..063eb713 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-a2.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-a2.hujson @@ -3,7 +3,7 @@ // ssh a2 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:22:41Z +// Captured at: 2026-04-09T08:28:47Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-a2", "description": "ssh a2", "category": "ssh", - "captured_at": "2026-04-09T01:22:41.250834576Z", + "captured_at": "2026-04-09T08:28:47.321589008Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a2\",\n\t\"id\": \"ssh-a2\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a2\",\n\t\"id\": \"ssh-a2\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-a2.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.90.168.72", - "ipv6": "fd7a:115c:a1e0::537:a848", + "ipv4": "100.103.147.71", + "ipv6": "fd7a:115c:a1e0::a37:9347", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.105.115.32", - "ipv6": "fd7a:115c:a1e0::4137:7320", + "ipv4": "100.102.106.82", + "ipv6": "fd7a:115c:a1e0::6037:6a52", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.100.251.107", - "ipv6": "fd7a:115c:a1e0::9237:fb6b", + "ipv4": "100.87.36.71", + "ipv6": "fd7a:115c:a1e0::2f37:2447", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.79.24.41", - "ipv6": "fd7a:115c:a1e0::8037:1829", + "ipv4": "100.81.239.50", + "ipv6": "fd7a:115c:a1e0::6337:ef32", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.88.24.81", - "ipv6": "fd7a:115c:a1e0::9137:1852", + "ipv4": "100.73.163.104", + "ipv6": "fd7a:115c:a1e0::7e37:a368", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.126.221.58", - "ipv6": "fd7a:115c:a1e0::c937:dd3a", + "ipv4": "100.101.179.28", + "ipv6": "fd7a:115c:a1e0::137:b31c", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.112.216.70", - "ipv6": "fd7a:115c:a1e0::1037:d846", + "ipv4": "100.87.240.89", + "ipv6": "fd7a:115c:a1e0::4037:f059", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.112.217.100", - "ipv6": "fd7a:115c:a1e0::f437:d964", + "ipv4": "100.73.57.112", + "ipv6": "fd7a:115c:a1e0::6d37:3970", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.125.229.26", - "ipv6": "fd7a:115c:a1e0::3837:e51a", + "ipv4": "100.114.85.24", + "ipv6": "fd7a:115c:a1e0::af37:5518", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.64.173.9", - "ipv6": "fd7a:115c:a1e0::1537:ad09", + "ipv4": "100.112.110.71", + "ipv6": "fd7a:115c:a1e0::f737:6e47", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.98.151.114", - "ipv6": "fd7a:115c:a1e0::a537:9772", + "ipv4": "100.67.100.38", + "ipv6": "fd7a:115c:a1e0::3b37:6426", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.81.149.111", - "ipv6": "fd7a:115c:a1e0::8e37:956f", + "ipv4": "100.88.101.112", + "ipv6": "fd7a:115c:a1e0::5f37:6570", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.114.252.103", - "ipv6": "fd7a:115c:a1e0::8e37:fc67", + "ipv4": "100.118.43.97", + "ipv6": "fd7a:115c:a1e0::4c37:2b61", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.66.140.54", - "ipv6": "fd7a:115c:a1e0::3037:8c36", + "ipv4": "100.119.215.22", + "ipv6": "fd7a:115c:a1e0::9d37:d716", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.71.12.117", - "ipv6": "fd7a:115c:a1e0::4c37:c75", + "ipv4": "100.64.41.21", + "ipv6": "fd7a:115c:a1e0::7b37:2916", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4081234862397359, - "StableID": "nrNxFv7QsY11CNTRL", + "ID": 6069131249407967, + "StableID": "nnYJkcniPp11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 4081234862397359, - "Key": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "DiscoKey": "discokey:2ced8c67f3b445b453e2f1e736d8bb9b6c056c51c84238fa2edc5598f33d0140", - "Addresses": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "AllowedIPs": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "Endpoints": ["77.164.248.136:46035", "10.65.0.27:46035", "172.17.0.1:46035"], + "User": 6069131249407967, + "Key": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "DiscoKey": "discokey:ed28fe4b8c9054e49847b1ec5cd1af8ba70d718f212c0fdaba90b53c4913805a", + "Addresses": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "AllowedIPs": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "Endpoints": ["77.164.248.136:52072", "10.65.0.27:52072", "172.17.0.1:52072"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 36151}, - {"Proto": "peerapi6", "Port": 36151}, + {"Proto": "peerapi4", "Port": 35165}, + {"Proto": "peerapi6", "Port": 35165}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:50.012191248Z", + "Created": "2026-04-09T08:28:56.001912344Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,300 +221,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "MachineKey": "mkey:121543a240179a6b4e9d078d0c3760afd7e3c2c7cd4168220f92c25ed7255a38", + "NodeKey": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "MachineKey": "mkey:83f648b60f09a53872c1d4d30d51810cb693b83952823eb3f9bcd8bbcca90c06", "Peers": [{ - "ID": 781841388223843, - "StableID": "nr2sBZe67711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "DiscoKey": "discokey:19e82b960b790fd94967665b773af0af9d99f2ca9ecfd379067970b91705c229", - "Addresses": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "AllowedIPs": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "Endpoints": ["77.164.248.136:60239", "10.65.0.27:60239", "172.17.0.1:60239"], + "ID": 252078529647061, + "StableID": "nzypTBgAy211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "KeyExpiry": "2026-10-06T08:28:56Z", + "DiscoKey": "discokey:1f981731a0429e7a70b6108e0e13b7d0f23a8dcf79cc633b883a5d39d32fdd21", + "Addresses": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "AllowedIPs": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "Endpoints": ["77.164.248.136:54164", "10.65.0.27:54164", "172.17.0.1:54164"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37850}, - {"Proto": "peerapi6", "Port": 37850} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61933}, + {"Proto": "peerapi6", "Port": 61933} ]}, - "Created": "2026-04-09T01:22:45.152786985Z", + "Created": "2026-04-09T08:28:56.545447442Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 850960582127470, - "StableID": "nZ2afuHQe711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "DiscoKey": "discokey:33a159fa95a2a883605594ce8e15f0d2b57eae8248b7cd4bc7788a9adacaa107", - "Addresses": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "AllowedIPs": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "ID": 502414121085669, + "StableID": "nYekStZYv411CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:9acfe8fb5c43d6ceea3e2d4f7e4aa7067818ba829b1b195e3a38721a32330211", + "Addresses": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "AllowedIPs": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "Endpoints": ["77.164.248.136:51558", "10.65.0.27:51558", "172.17.0.1:51558"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35048}, - {"Proto": "peerapi6", "Port": 35048} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 49486}, + {"Proto": "peerapi6", "Port": 49486} ]}, - "Created": "2026-04-09T01:22:48.944502414Z", + "Created": "2026-04-09T08:28:57.079272591Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 856936056054225, - "StableID": "np4NquF7h711CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "DiscoKey": "discokey:5c90d5be05561ee5dfd985d1f7e2aedc11bd5978f4346289eae186a32945c54d", - "Addresses": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "AllowedIPs": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "Endpoints": ["77.164.248.136:58154", "10.65.0.27:58154", "172.17.0.1:58154"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59989}, - {"Proto": "peerapi6", "Port": 59989} - ]}, - "Created": "2026-04-09T01:22:44.607055421Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 946670321224019, - "StableID": "nJCrZbRkP811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "DiscoKey": "discokey:d4688c65c75ced0affdec536ec13f60c96c73800b7572a23c45464bd96684678", - "Addresses": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "AllowedIPs": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "Endpoints": ["77.164.248.136:50464", "10.65.0.27:50464", "172.17.0.1:50464"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57121}, - {"Proto": "peerapi6", "Port": 57121} - ]}, - "Created": "2026-04-09T01:22:47.863437612Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1221358377219568, - "StableID": "noW5Tn1AYA11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "DiscoKey": "discokey:079ee1e302f135a074b5f35e2b298326d9bf3a8bcba9234598ad6f493d6cf623", - "Addresses": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "AllowedIPs": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "Endpoints": ["77.164.248.136:34294", "10.65.0.27:34294", "172.17.0.1:34294"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44754}, - {"Proto": "peerapi6", "Port": 44754} - ]}, - "Created": "2026-04-09T01:22:46.227205069Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2791486483017956, - "StableID": "n3eTWkcGoN11CNTRL", + "ID": 809660445081462, + "StableID": "n7RqybQhK711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "DiscoKey": "discokey:f80df21eb2d0f925cebb9fd0c3a21b089fc44ac842104e74e5f646e960295b55", - "Addresses": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "AllowedIPs": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "Endpoints": ["77.164.248.136:33230", "10.65.0.27:33230", "172.17.0.1:33230"], + "Key": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "DiscoKey": "discokey:da0609d0931cf16d5235e617d634846838aa27d09d3fd2bc3a02e92e411f9b0e", + "Addresses": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "AllowedIPs": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "Endpoints": ["77.164.248.136:44716", "10.65.0.27:44716", "172.17.0.1:44716"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40707}, - {"Proto": "peerapi6", "Port": 40707} + {"Proto": "peerapi4", "Port": 51396}, + {"Proto": "peerapi6", "Port": 51396} ]}, - "Created": "2026-04-09T01:22:47.323805418Z", + "Created": "2026-04-09T08:28:53.319525518Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4317510995757188, - "StableID": "nHPF5BhQia11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 1998292879118963, + "StableID": "n6evtPm2cG11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "DiscoKey": "discokey:c63daaa362836ed0e0f9f408bc2de2c885b5c900a8354ad35506ba7f9b83af5c", - "Addresses": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "AllowedIPs": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "Endpoints": ["77.164.248.136:50216", "10.65.0.27:50216", "172.17.0.1:50216"], + "Key": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "DiscoKey": "discokey:c31a06d397a25656080242ac1203086cfe9d46f87992fc591b0810571397b04a", + "Addresses": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "AllowedIPs": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "Endpoints": ["77.164.248.136:45537", "10.65.0.27:45537", "172.17.0.1:45537"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 41792}, - {"Proto": "peerapi6", "Port": 41792} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59677}, + {"Proto": "peerapi6", "Port": 59677} ]}, - "Created": "2026-04-09T01:22:46.778635286Z", + "Created": "2026-04-09T08:28:53.84075039Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 4368793375069761, - "StableID": "nLkqK3od7b11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "DiscoKey": "discokey:3725db7d7ff5bd4c7a8607bf0f69916bd7afbe273714cec8b0b89dc07497db49", - "Addresses": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "AllowedIPs": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "Endpoints": ["77.164.248.136:35788", "10.65.0.27:35788", "172.17.0.1:35788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51857}, - {"Proto": "peerapi6", "Port": 51857} + "ID": 2230413212249374, + "StableID": "n7Mms2BARJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:4566c7a7dd6bacce7c843b73ddc46c66385cd42c22051bb0168bdffd94632538", + "Addresses": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "AllowedIPs": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 54450}, + {"Proto": "peerapi6", "Port": 54450} ]}, - "Created": "2026-04-09T01:22:45.690376652Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4902786239528971, - "StableID": "n8ThB6tUHf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:e23ea7e904443122e902bdbc960957bef5993d0891dcb6b156dd876b943b0925", - "Addresses": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "AllowedIPs": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "Endpoints": ["77.164.248.136:36357", "10.65.0.27:36357", "172.17.0.1:36357"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 49762}, - {"Proto": "peerapi6", "Port": 49762} - ]}, - "Created": "2026-04-09T01:22:51.098062882Z", + "Created": "2026-04-09T08:28:57.637520027Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5860726651962890, - "StableID": "nVGs7NMLmn11CNTRL", + "ID": 2531485671687037, + "StableID": "nGCD9VqWmL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "DiscoKey": "discokey:b5a3e458b7ccc31f87becf6343163763640d7c1be928c44d4bf8510975e18677", - "Addresses": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "AllowedIPs": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "Endpoints": ["77.164.248.136:37809", "10.65.0.27:37809", "172.17.0.1:37809"], - "HomeDERP": 14, + "Key": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "DiscoKey": "discokey:4b989c6a83d45ce3df1373a9a4dadfe75dd27572886dad491127e3747ba6d82b", + "Addresses": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "AllowedIPs": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "Endpoints": ["77.164.248.136:49591", "10.65.0.27:49591", "172.17.0.1:49591"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56514}, - {"Proto": "peerapi6", "Port": 56514} + {"Proto": "peerapi4", "Port": 54379}, + {"Proto": "peerapi6", "Port": 54379} ]}, - "Created": "2026-04-09T01:22:44.104431695Z", + "Created": "2026-04-09T08:28:50.042202131Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6506113100411583, - "StableID": "nireYQZdos11CNTRL", + "ID": 3197512373963398, + "StableID": "n77z7EEAyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "DiscoKey": "discokey:1571ac4fa8b5508edec9cec75a0582da05b3c454a2787ba9c988fca381fd1351", - "Addresses": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "AllowedIPs": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "Endpoints": ["77.164.248.136:53684", "10.65.0.27:53684", "172.17.0.1:53684"], + "Key": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "DiscoKey": "discokey:a540b6709773af0e1af08306d3c28d6424f0ad6dfaa64649ac4607f8cdc12708", + "Addresses": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "AllowedIPs": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "Endpoints": ["77.164.248.136:60630", "10.65.0.27:60630", "172.17.0.1:60630"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48998}, - {"Proto": "peerapi6", "Port": 48998} + {"Proto": "peerapi4", "Port": 57687}, + {"Proto": "peerapi6", "Port": 57687} ]}, - "Created": "2026-04-09T01:22:48.406817154Z", + "Created": "2026-04-09T08:28:54.366180703Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7059666621659825, - "StableID": "ngtUfKUL8x11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "KeyExpiry": "2026-10-06T01:22:50Z", - "DiscoKey": "discokey:df72ed6cfe83e2374e081bb6e7c06843220cdca9b97e5812f7bb39b4fa97aa4e", - "Addresses": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "AllowedIPs": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "Endpoints": ["77.164.248.136:34349", "10.65.0.27:34349", "172.17.0.1:34349"], + "ID": 4231259898757423, + "StableID": "nzS6zJ2M3a11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "DiscoKey": "discokey:770e6213a30ad08fb6aabdb069c911f61e0df97ec014084d35340b53f7e91c19", + "Addresses": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "AllowedIPs": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "Endpoints": ["77.164.248.136:49605", "10.65.0.27:49605", "172.17.0.1:49605"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 65192}, - {"Proto": "peerapi6", "Port": 65192} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 37851}, + {"Proto": "peerapi6", "Port": 37851} ]}, - "Created": "2026-04-09T01:22:50.540462333Z", + "Created": "2026-04-09T08:28:50.588697579Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7182085604760198, - "StableID": "nuJmzBDn5y11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:71acc9887145cd8825b728d3da09f63e60b15f7c7b8b3df998c7088b31541117", - "Addresses": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "AllowedIPs": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47688}, - {"Proto": "peerapi6", "Port": 47688} + "ID": 5349279127784041, + "StableID": "nC43nXVhmi11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "DiscoKey": "discokey:1f9f9cd883f933e96a3d4823306106ed41e8b3201ed303f697c92fd25eda4864", + "Addresses": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "AllowedIPs": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "Endpoints": ["77.164.248.136:47650", "10.65.0.27:47650", "172.17.0.1:47650"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 41816}, + {"Proto": "peerapi6", "Port": 41816} ]}, - "Created": "2026-04-09T01:22:51.636797234Z", + "Created": "2026-04-09T08:28:52.215916316Z", "Cap": 131, + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7725027637530740, - "StableID": "nVdRDrNgK321CNTRL", + "ID": 6569817716281765, + "StableID": "nLadJKyUJt11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "DiscoKey": "discokey:3da4308b5320585088d0f4eb6abe388e13068d4a44ba0b4b10f0d9509c0f427c", - "Addresses": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "AllowedIPs": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "Endpoints": ["77.164.248.136:48642", "10.65.0.27:48642", "172.17.0.1:48642"], + "Key": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "DiscoKey": "discokey:d9ea7d6d7d364428a6a7941cce19e1e2a98a662011c45d9c23500d343f1f7858", + "Addresses": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "AllowedIPs": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "Endpoints": ["77.164.248.136:46314", "10.65.0.27:46314", "172.17.0.1:46314"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39664}, - {"Proto": "peerapi6", "Port": 39664} + {"Proto": "peerapi4", "Port": 59850}, + {"Proto": "peerapi6", "Port": 59850} ]}, - "Created": "2026-04-09T01:22:49.490330012Z", + "Created": "2026-04-09T08:28:55.455384121Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" + }, { + "ID": 6789272257899383, + "StableID": "nY5Hfqfs1v11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "DiscoKey": "discokey:a85f3853bcaa428992524046a653df6929a5c19aa1bafd58a424721987104e39", + "Addresses": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "AllowedIPs": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "Endpoints": ["77.164.248.136:57991", "10.65.0.27:57991", "172.17.0.1:57991"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49621}, + {"Proto": "peerapi6", "Port": 49621} + ]}, + "Created": "2026-04-09T08:28:51.676621955Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6981248689323994, + "StableID": "nfBjWmZpWw11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "DiscoKey": "discokey:0bb3775f40439d42c219a3b31da07b854275e4c4804376c72db89b3f9e7bfb2a", + "Addresses": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "AllowedIPs": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "Endpoints": ["77.164.248.136:33222", "10.65.0.27:33222", "172.17.0.1:33222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56693}, + {"Proto": "peerapi6", "Port": 56693} + ]}, + "Created": "2026-04-09T08:28:52.758962641Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7092081293464938, + "StableID": "nyLJD5x1Px11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "DiscoKey": "discokey:3d3e22eb33e176166885c852a9bf7d39719ea27043e561c18e0480f2910e1f49", + "Addresses": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "AllowedIPs": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "Endpoints": ["77.164.248.136:48539", "10.65.0.27:48539", "172.17.0.1:48539"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 45010}, + {"Proto": "peerapi6", "Port": 45010} + ]}, + "Created": "2026-04-09T08:28:54.93440155Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7506315605120645, + "StableID": "nctYraBdc121CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "DiscoKey": "discokey:0cc886f70a8401fb1446d611b9d1074edd2e3b421eb544ca61cc76c2465ac26e", + "Addresses": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "AllowedIPs": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "Endpoints": ["77.164.248.136:36248", "10.65.0.27:36248", "172.17.0.1:36248"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41782}, + {"Proto": "peerapi6", "Port": 41782} + ]}, + "Created": "2026-04-09T08:28:51.139932242Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -1362,27 +1362,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4081234862397359": { - "ID": 4081234862397359, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6069131249407967": { + "ID": 6069131249407967, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [] }, "blastoise": { @@ -1413,26 +1415,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4317510995757188, - "StableID": "nHPF5BhQia11CNTRL", + "ID": 6981248689323994, + "StableID": "nfBjWmZpWw11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 4317510995757188, - "Key": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "DiscoKey": "discokey:c63daaa362836ed0e0f9f408bc2de2c885b5c900a8354ad35506ba7f9b83af5c", - "Addresses": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "AllowedIPs": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "Endpoints": ["77.164.248.136:50216", "10.65.0.27:50216", "172.17.0.1:50216"], + "User": 6981248689323994, + "Key": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "DiscoKey": "discokey:0bb3775f40439d42c219a3b31da07b854275e4c4804376c72db89b3f9e7bfb2a", + "Addresses": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "AllowedIPs": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "Endpoints": ["77.164.248.136:33222", "10.65.0.27:33222", "172.17.0.1:33222"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 41792}, - {"Proto": "peerapi6", "Port": 41792}, + {"Proto": "peerapi4", "Port": 56693}, + {"Proto": "peerapi6", "Port": 56693}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:22:46.778635286Z", + "Created": "2026-04-09T08:28:52.758962641Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1460,302 +1462,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "MachineKey": "mkey:66173854d98a4c900055b8df95fdc5a9b948a3b937577e3749a69310d2cab65a", + "NodeKey": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "MachineKey": "mkey:6962d96556c9cd433f759cc384a86f57859fafeb97c311c2482ee2e1dfb6d109", "Peers": [{ - "ID": 781841388223843, - "StableID": "nr2sBZe67711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "DiscoKey": "discokey:19e82b960b790fd94967665b773af0af9d99f2ca9ecfd379067970b91705c229", - "Addresses": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "AllowedIPs": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "Endpoints": ["77.164.248.136:60239", "10.65.0.27:60239", "172.17.0.1:60239"], + "ID": 252078529647061, + "StableID": "nzypTBgAy211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "KeyExpiry": "2026-10-06T08:28:56Z", + "DiscoKey": "discokey:1f981731a0429e7a70b6108e0e13b7d0f23a8dcf79cc633b883a5d39d32fdd21", + "Addresses": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "AllowedIPs": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "Endpoints": ["77.164.248.136:54164", "10.65.0.27:54164", "172.17.0.1:54164"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37850}, - {"Proto": "peerapi6", "Port": 37850} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61933}, + {"Proto": "peerapi6", "Port": 61933} ]}, - "Created": "2026-04-09T01:22:45.152786985Z", + "Created": "2026-04-09T08:28:56.545447442Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 850960582127470, - "StableID": "nZ2afuHQe711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "DiscoKey": "discokey:33a159fa95a2a883605594ce8e15f0d2b57eae8248b7cd4bc7788a9adacaa107", - "Addresses": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "AllowedIPs": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "ID": 502414121085669, + "StableID": "nYekStZYv411CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:9acfe8fb5c43d6ceea3e2d4f7e4aa7067818ba829b1b195e3a38721a32330211", + "Addresses": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "AllowedIPs": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "Endpoints": ["77.164.248.136:51558", "10.65.0.27:51558", "172.17.0.1:51558"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35048}, - {"Proto": "peerapi6", "Port": 35048} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 49486}, + {"Proto": "peerapi6", "Port": 49486} ]}, - "Created": "2026-04-09T01:22:48.944502414Z", + "Created": "2026-04-09T08:28:57.079272591Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 856936056054225, - "StableID": "np4NquF7h711CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "DiscoKey": "discokey:5c90d5be05561ee5dfd985d1f7e2aedc11bd5978f4346289eae186a32945c54d", - "Addresses": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "AllowedIPs": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "Endpoints": ["77.164.248.136:58154", "10.65.0.27:58154", "172.17.0.1:58154"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59989}, - {"Proto": "peerapi6", "Port": 59989} - ]}, - "Created": "2026-04-09T01:22:44.607055421Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 946670321224019, - "StableID": "nJCrZbRkP811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "DiscoKey": "discokey:d4688c65c75ced0affdec536ec13f60c96c73800b7572a23c45464bd96684678", - "Addresses": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "AllowedIPs": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "Endpoints": ["77.164.248.136:50464", "10.65.0.27:50464", "172.17.0.1:50464"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57121}, - {"Proto": "peerapi6", "Port": 57121} - ]}, - "Created": "2026-04-09T01:22:47.863437612Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1221358377219568, - "StableID": "noW5Tn1AYA11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "DiscoKey": "discokey:079ee1e302f135a074b5f35e2b298326d9bf3a8bcba9234598ad6f493d6cf623", - "Addresses": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "AllowedIPs": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "Endpoints": ["77.164.248.136:34294", "10.65.0.27:34294", "172.17.0.1:34294"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44754}, - {"Proto": "peerapi6", "Port": 44754} - ]}, - "Created": "2026-04-09T01:22:46.227205069Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2791486483017956, - "StableID": "n3eTWkcGoN11CNTRL", + "ID": 809660445081462, + "StableID": "n7RqybQhK711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "DiscoKey": "discokey:f80df21eb2d0f925cebb9fd0c3a21b089fc44ac842104e74e5f646e960295b55", - "Addresses": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "AllowedIPs": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "Endpoints": ["77.164.248.136:33230", "10.65.0.27:33230", "172.17.0.1:33230"], + "Key": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "DiscoKey": "discokey:da0609d0931cf16d5235e617d634846838aa27d09d3fd2bc3a02e92e411f9b0e", + "Addresses": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "AllowedIPs": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "Endpoints": ["77.164.248.136:44716", "10.65.0.27:44716", "172.17.0.1:44716"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40707}, - {"Proto": "peerapi6", "Port": 40707} + {"Proto": "peerapi4", "Port": 51396}, + {"Proto": "peerapi6", "Port": 51396} ]}, - "Created": "2026-04-09T01:22:47.323805418Z", + "Created": "2026-04-09T08:28:53.319525518Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4081234862397359, - "StableID": "nrNxFv7QsY11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1998292879118963, + "StableID": "n6evtPm2cG11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "DiscoKey": "discokey:2ced8c67f3b445b453e2f1e736d8bb9b6c056c51c84238fa2edc5598f33d0140", - "Addresses": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "AllowedIPs": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "Endpoints": ["77.164.248.136:46035", "10.65.0.27:46035", "172.17.0.1:46035"], + "Key": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "DiscoKey": "discokey:c31a06d397a25656080242ac1203086cfe9d46f87992fc591b0810571397b04a", + "Addresses": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "AllowedIPs": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "Endpoints": ["77.164.248.136:45537", "10.65.0.27:45537", "172.17.0.1:45537"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36151}, - {"Proto": "peerapi6", "Port": 36151} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59677}, + {"Proto": "peerapi6", "Port": 59677} ]}, - "Created": "2026-04-09T01:22:50.012191248Z", + "Created": "2026-04-09T08:28:53.84075039Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 4368793375069761, - "StableID": "nLkqK3od7b11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "DiscoKey": "discokey:3725db7d7ff5bd4c7a8607bf0f69916bd7afbe273714cec8b0b89dc07497db49", - "Addresses": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "AllowedIPs": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "Endpoints": ["77.164.248.136:35788", "10.65.0.27:35788", "172.17.0.1:35788"], + "ID": 2230413212249374, + "StableID": "n7Mms2BARJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:4566c7a7dd6bacce7c843b73ddc46c66385cd42c22051bb0168bdffd94632538", + "Addresses": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "AllowedIPs": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "Endpoints": ["77.164.248.136:37054", "10.65.0.27:37054", "172.17.0.1:37054"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51857}, - {"Proto": "peerapi6", "Port": 51857} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 54450}, + {"Proto": "peerapi6", "Port": 54450} ]}, - "Created": "2026-04-09T01:22:45.690376652Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4902786239528971, - "StableID": "n8ThB6tUHf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:e23ea7e904443122e902bdbc960957bef5993d0891dcb6b156dd876b943b0925", - "Addresses": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "AllowedIPs": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "Endpoints": ["77.164.248.136:36357", "10.65.0.27:36357", "172.17.0.1:36357"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 49762}, - {"Proto": "peerapi6", "Port": 49762} - ]}, - "Created": "2026-04-09T01:22:51.098062882Z", + "Created": "2026-04-09T08:28:57.637520027Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5860726651962890, - "StableID": "nVGs7NMLmn11CNTRL", + "ID": 2531485671687037, + "StableID": "nGCD9VqWmL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "DiscoKey": "discokey:b5a3e458b7ccc31f87becf6343163763640d7c1be928c44d4bf8510975e18677", - "Addresses": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "AllowedIPs": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "Endpoints": ["77.164.248.136:37809", "10.65.0.27:37809", "172.17.0.1:37809"], - "HomeDERP": 14, + "Key": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "DiscoKey": "discokey:4b989c6a83d45ce3df1373a9a4dadfe75dd27572886dad491127e3747ba6d82b", + "Addresses": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "AllowedIPs": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "Endpoints": ["77.164.248.136:49591", "10.65.0.27:49591", "172.17.0.1:49591"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56514}, - {"Proto": "peerapi6", "Port": 56514} + {"Proto": "peerapi4", "Port": 54379}, + {"Proto": "peerapi6", "Port": 54379} ]}, - "Created": "2026-04-09T01:22:44.104431695Z", + "Created": "2026-04-09T08:28:50.042202131Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6506113100411583, - "StableID": "nireYQZdos11CNTRL", + "ID": 3197512373963398, + "StableID": "n77z7EEAyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "DiscoKey": "discokey:1571ac4fa8b5508edec9cec75a0582da05b3c454a2787ba9c988fca381fd1351", - "Addresses": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "AllowedIPs": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "Endpoints": ["77.164.248.136:53684", "10.65.0.27:53684", "172.17.0.1:53684"], + "Key": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "DiscoKey": "discokey:a540b6709773af0e1af08306d3c28d6424f0ad6dfaa64649ac4607f8cdc12708", + "Addresses": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "AllowedIPs": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "Endpoints": ["77.164.248.136:60630", "10.65.0.27:60630", "172.17.0.1:60630"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48998}, - {"Proto": "peerapi6", "Port": 48998} + {"Proto": "peerapi4", "Port": 57687}, + {"Proto": "peerapi6", "Port": 57687} ]}, - "Created": "2026-04-09T01:22:48.406817154Z", + "Created": "2026-04-09T08:28:54.366180703Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7059666621659825, - "StableID": "ngtUfKUL8x11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "KeyExpiry": "2026-10-06T01:22:50Z", - "DiscoKey": "discokey:df72ed6cfe83e2374e081bb6e7c06843220cdca9b97e5812f7bb39b4fa97aa4e", - "Addresses": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "AllowedIPs": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "Endpoints": ["77.164.248.136:34349", "10.65.0.27:34349", "172.17.0.1:34349"], + "ID": 4231259898757423, + "StableID": "nzS6zJ2M3a11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "DiscoKey": "discokey:770e6213a30ad08fb6aabdb069c911f61e0df97ec014084d35340b53f7e91c19", + "Addresses": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "AllowedIPs": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "Endpoints": ["77.164.248.136:49605", "10.65.0.27:49605", "172.17.0.1:49605"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 65192}, - {"Proto": "peerapi6", "Port": 65192} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 37851}, + {"Proto": "peerapi6", "Port": 37851} ]}, - "Created": "2026-04-09T01:22:50.540462333Z", + "Created": "2026-04-09T08:28:50.588697579Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7182085604760198, - "StableID": "nuJmzBDn5y11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:71acc9887145cd8825b728d3da09f63e60b15f7c7b8b3df998c7088b31541117", - "Addresses": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "AllowedIPs": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "Endpoints": ["77.164.248.136:57569", "10.65.0.27:57569", "172.17.0.1:57569"], + "ID": 5349279127784041, + "StableID": "nC43nXVhmi11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "DiscoKey": "discokey:1f9f9cd883f933e96a3d4823306106ed41e8b3201ed303f697c92fd25eda4864", + "Addresses": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "AllowedIPs": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "Endpoints": ["77.164.248.136:47650", "10.65.0.27:47650", "172.17.0.1:47650"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47688}, - {"Proto": "peerapi6", "Port": 47688} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 41816}, + {"Proto": "peerapi6", "Port": 41816} ]}, - "Created": "2026-04-09T01:22:51.636797234Z", + "Created": "2026-04-09T08:28:52.215916316Z", "Cap": 131, + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7725027637530740, - "StableID": "nVdRDrNgK321CNTRL", + "ID": 6069131249407967, + "StableID": "nnYJkcniPp11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "DiscoKey": "discokey:ed28fe4b8c9054e49847b1ec5cd1af8ba70d718f212c0fdaba90b53c4913805a", + "Addresses": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "AllowedIPs": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "Endpoints": ["77.164.248.136:52072", "10.65.0.27:52072", "172.17.0.1:52072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35165}, + {"Proto": "peerapi6", "Port": 35165} + ]}, + "Created": "2026-04-09T08:28:56.001912344Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6569817716281765, + "StableID": "nLadJKyUJt11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "DiscoKey": "discokey:3da4308b5320585088d0f4eb6abe388e13068d4a44ba0b4b10f0d9509c0f427c", - "Addresses": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "AllowedIPs": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "Endpoints": ["77.164.248.136:48642", "10.65.0.27:48642", "172.17.0.1:48642"], + "Key": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "DiscoKey": "discokey:d9ea7d6d7d364428a6a7941cce19e1e2a98a662011c45d9c23500d343f1f7858", + "Addresses": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "AllowedIPs": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "Endpoints": ["77.164.248.136:46314", "10.65.0.27:46314", "172.17.0.1:46314"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39664}, - {"Proto": "peerapi6", "Port": 39664} + {"Proto": "peerapi4", "Port": 59850}, + {"Proto": "peerapi6", "Port": 59850} ]}, - "Created": "2026-04-09T01:22:49.490330012Z", + "Created": "2026-04-09T08:28:55.455384121Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" + }, { + "ID": 6789272257899383, + "StableID": "nY5Hfqfs1v11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "DiscoKey": "discokey:a85f3853bcaa428992524046a653df6929a5c19aa1bafd58a424721987104e39", + "Addresses": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "AllowedIPs": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "Endpoints": ["77.164.248.136:57991", "10.65.0.27:57991", "172.17.0.1:57991"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49621}, + {"Proto": "peerapi6", "Port": 49621} + ]}, + "Created": "2026-04-09T08:28:51.676621955Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7092081293464938, + "StableID": "nyLJD5x1Px11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "DiscoKey": "discokey:3d3e22eb33e176166885c852a9bf7d39719ea27043e561c18e0480f2910e1f49", + "Addresses": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "AllowedIPs": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "Endpoints": ["77.164.248.136:48539", "10.65.0.27:48539", "172.17.0.1:48539"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 45010}, + {"Proto": "peerapi6", "Port": 45010} + ]}, + "Created": "2026-04-09T08:28:54.93440155Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7506315605120645, + "StableID": "nctYraBdc121CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "DiscoKey": "discokey:0cc886f70a8401fb1446d611b9d1074edd2e3b421eb544ca61cc76c2465ac26e", + "Addresses": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "AllowedIPs": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "Endpoints": ["77.164.248.136:36248", "10.65.0.27:36248", "172.17.0.1:36248"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41782}, + {"Proto": "peerapi6", "Port": 41782} + ]}, + "Created": "2026-04-09T08:28:51.139932242Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2603,27 +2605,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4317510995757188": { - "ID": 4317510995757188, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6981248689323994": { + "ID": 6981248689323994, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2654,22 +2658,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7182085604760198, - "StableID": "nuJmzBDn5y11CNTRL", + "ID": 2230413212249374, + "StableID": "n7Mms2BARJ11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:71acc9887145cd8825b728d3da09f63e60b15f7c7b8b3df998c7088b31541117", - "Addresses": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "AllowedIPs": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "Endpoints": ["77.164.248.136:57569", "10.65.0.27:57569", "172.17.0.1:57569"], + "Key": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:4566c7a7dd6bacce7c843b73ddc46c66385cd42c22051bb0168bdffd94632538", + "Addresses": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "AllowedIPs": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "Endpoints": ["77.164.248.136:37054", "10.65.0.27:37054", "172.17.0.1:37054"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47688}, - {"Proto": "peerapi6", "Port": 47688}, + {"Proto": "peerapi4", "Port": 54450}, + {"Proto": "peerapi6", "Port": 54450}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:51.636797234Z", + "Created": "2026-04-09T08:28:57.637520027Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2698,302 +2702,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "MachineKey": "mkey:d42a3a86309d472cd8cabe9ac34cbfb5f729c631f80fd50fa10be6b170bcbc3f", + "NodeKey": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "MachineKey": "mkey:2f676cdc7e94e15610065f81890ae2f9a9f5bc050afc1d11cd5aea8c39f0b125", "Peers": [{ - "ID": 781841388223843, - "StableID": "nr2sBZe67711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "DiscoKey": "discokey:19e82b960b790fd94967665b773af0af9d99f2ca9ecfd379067970b91705c229", - "Addresses": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "AllowedIPs": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "Endpoints": ["77.164.248.136:60239", "10.65.0.27:60239", "172.17.0.1:60239"], + "ID": 252078529647061, + "StableID": "nzypTBgAy211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "KeyExpiry": "2026-10-06T08:28:56Z", + "DiscoKey": "discokey:1f981731a0429e7a70b6108e0e13b7d0f23a8dcf79cc633b883a5d39d32fdd21", + "Addresses": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "AllowedIPs": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "Endpoints": ["77.164.248.136:54164", "10.65.0.27:54164", "172.17.0.1:54164"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37850}, - {"Proto": "peerapi6", "Port": 37850} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61933}, + {"Proto": "peerapi6", "Port": 61933} ]}, - "Created": "2026-04-09T01:22:45.152786985Z", + "Created": "2026-04-09T08:28:56.545447442Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 850960582127470, - "StableID": "nZ2afuHQe711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "DiscoKey": "discokey:33a159fa95a2a883605594ce8e15f0d2b57eae8248b7cd4bc7788a9adacaa107", - "Addresses": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "AllowedIPs": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "ID": 502414121085669, + "StableID": "nYekStZYv411CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:9acfe8fb5c43d6ceea3e2d4f7e4aa7067818ba829b1b195e3a38721a32330211", + "Addresses": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "AllowedIPs": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "Endpoints": ["77.164.248.136:51558", "10.65.0.27:51558", "172.17.0.1:51558"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35048}, - {"Proto": "peerapi6", "Port": 35048} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 49486}, + {"Proto": "peerapi6", "Port": 49486} ]}, - "Created": "2026-04-09T01:22:48.944502414Z", + "Created": "2026-04-09T08:28:57.079272591Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 856936056054225, - "StableID": "np4NquF7h711CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "DiscoKey": "discokey:5c90d5be05561ee5dfd985d1f7e2aedc11bd5978f4346289eae186a32945c54d", - "Addresses": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "AllowedIPs": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "Endpoints": ["77.164.248.136:58154", "10.65.0.27:58154", "172.17.0.1:58154"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59989}, - {"Proto": "peerapi6", "Port": 59989} - ]}, - "Created": "2026-04-09T01:22:44.607055421Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 946670321224019, - "StableID": "nJCrZbRkP811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "DiscoKey": "discokey:d4688c65c75ced0affdec536ec13f60c96c73800b7572a23c45464bd96684678", - "Addresses": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "AllowedIPs": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "Endpoints": ["77.164.248.136:50464", "10.65.0.27:50464", "172.17.0.1:50464"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57121}, - {"Proto": "peerapi6", "Port": 57121} - ]}, - "Created": "2026-04-09T01:22:47.863437612Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1221358377219568, - "StableID": "noW5Tn1AYA11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "DiscoKey": "discokey:079ee1e302f135a074b5f35e2b298326d9bf3a8bcba9234598ad6f493d6cf623", - "Addresses": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "AllowedIPs": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "Endpoints": ["77.164.248.136:34294", "10.65.0.27:34294", "172.17.0.1:34294"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44754}, - {"Proto": "peerapi6", "Port": 44754} - ]}, - "Created": "2026-04-09T01:22:46.227205069Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2791486483017956, - "StableID": "n3eTWkcGoN11CNTRL", + "ID": 809660445081462, + "StableID": "n7RqybQhK711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "DiscoKey": "discokey:f80df21eb2d0f925cebb9fd0c3a21b089fc44ac842104e74e5f646e960295b55", - "Addresses": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "AllowedIPs": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "Endpoints": ["77.164.248.136:33230", "10.65.0.27:33230", "172.17.0.1:33230"], + "Key": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "DiscoKey": "discokey:da0609d0931cf16d5235e617d634846838aa27d09d3fd2bc3a02e92e411f9b0e", + "Addresses": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "AllowedIPs": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "Endpoints": ["77.164.248.136:44716", "10.65.0.27:44716", "172.17.0.1:44716"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40707}, - {"Proto": "peerapi6", "Port": 40707} + {"Proto": "peerapi4", "Port": 51396}, + {"Proto": "peerapi6", "Port": 51396} ]}, - "Created": "2026-04-09T01:22:47.323805418Z", + "Created": "2026-04-09T08:28:53.319525518Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4081234862397359, - "StableID": "nrNxFv7QsY11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1998292879118963, + "StableID": "n6evtPm2cG11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "DiscoKey": "discokey:2ced8c67f3b445b453e2f1e736d8bb9b6c056c51c84238fa2edc5598f33d0140", - "Addresses": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "AllowedIPs": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "Endpoints": ["77.164.248.136:46035", "10.65.0.27:46035", "172.17.0.1:46035"], + "Key": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "DiscoKey": "discokey:c31a06d397a25656080242ac1203086cfe9d46f87992fc591b0810571397b04a", + "Addresses": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "AllowedIPs": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "Endpoints": ["77.164.248.136:45537", "10.65.0.27:45537", "172.17.0.1:45537"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36151}, - {"Proto": "peerapi6", "Port": 36151} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59677}, + {"Proto": "peerapi6", "Port": 59677} ]}, - "Created": "2026-04-09T01:22:50.012191248Z", + "Created": "2026-04-09T08:28:53.84075039Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 4317510995757188, - "StableID": "nHPF5BhQia11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "DiscoKey": "discokey:c63daaa362836ed0e0f9f408bc2de2c885b5c900a8354ad35506ba7f9b83af5c", - "Addresses": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "AllowedIPs": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "Endpoints": ["77.164.248.136:50216", "10.65.0.27:50216", "172.17.0.1:50216"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 41792}, - {"Proto": "peerapi6", "Port": 41792} - ]}, - "Created": "2026-04-09T01:22:46.778635286Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4368793375069761, - "StableID": "nLkqK3od7b11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "DiscoKey": "discokey:3725db7d7ff5bd4c7a8607bf0f69916bd7afbe273714cec8b0b89dc07497db49", - "Addresses": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "AllowedIPs": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "Endpoints": ["77.164.248.136:35788", "10.65.0.27:35788", "172.17.0.1:35788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51857}, - {"Proto": "peerapi6", "Port": 51857} - ]}, - "Created": "2026-04-09T01:22:45.690376652Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4902786239528971, - "StableID": "n8ThB6tUHf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:e23ea7e904443122e902bdbc960957bef5993d0891dcb6b156dd876b943b0925", - "Addresses": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "AllowedIPs": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "Endpoints": ["77.164.248.136:36357", "10.65.0.27:36357", "172.17.0.1:36357"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 49762}, - {"Proto": "peerapi6", "Port": 49762} - ]}, - "Created": "2026-04-09T01:22:51.098062882Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5860726651962890, - "StableID": "nVGs7NMLmn11CNTRL", + "ID": 2531485671687037, + "StableID": "nGCD9VqWmL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "DiscoKey": "discokey:b5a3e458b7ccc31f87becf6343163763640d7c1be928c44d4bf8510975e18677", - "Addresses": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "AllowedIPs": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "Endpoints": ["77.164.248.136:37809", "10.65.0.27:37809", "172.17.0.1:37809"], - "HomeDERP": 14, + "Key": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "DiscoKey": "discokey:4b989c6a83d45ce3df1373a9a4dadfe75dd27572886dad491127e3747ba6d82b", + "Addresses": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "AllowedIPs": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "Endpoints": ["77.164.248.136:49591", "10.65.0.27:49591", "172.17.0.1:49591"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56514}, - {"Proto": "peerapi6", "Port": 56514} + {"Proto": "peerapi4", "Port": 54379}, + {"Proto": "peerapi6", "Port": 54379} ]}, - "Created": "2026-04-09T01:22:44.104431695Z", + "Created": "2026-04-09T08:28:50.042202131Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6506113100411583, - "StableID": "nireYQZdos11CNTRL", + "ID": 3197512373963398, + "StableID": "n77z7EEAyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "DiscoKey": "discokey:1571ac4fa8b5508edec9cec75a0582da05b3c454a2787ba9c988fca381fd1351", - "Addresses": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "AllowedIPs": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "Endpoints": ["77.164.248.136:53684", "10.65.0.27:53684", "172.17.0.1:53684"], + "Key": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "DiscoKey": "discokey:a540b6709773af0e1af08306d3c28d6424f0ad6dfaa64649ac4607f8cdc12708", + "Addresses": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "AllowedIPs": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "Endpoints": ["77.164.248.136:60630", "10.65.0.27:60630", "172.17.0.1:60630"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48998}, - {"Proto": "peerapi6", "Port": 48998} + {"Proto": "peerapi4", "Port": 57687}, + {"Proto": "peerapi6", "Port": 57687} ]}, - "Created": "2026-04-09T01:22:48.406817154Z", + "Created": "2026-04-09T08:28:54.366180703Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7059666621659825, - "StableID": "ngtUfKUL8x11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "KeyExpiry": "2026-10-06T01:22:50Z", - "DiscoKey": "discokey:df72ed6cfe83e2374e081bb6e7c06843220cdca9b97e5812f7bb39b4fa97aa4e", - "Addresses": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "AllowedIPs": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "Endpoints": ["77.164.248.136:34349", "10.65.0.27:34349", "172.17.0.1:34349"], + "ID": 4231259898757423, + "StableID": "nzS6zJ2M3a11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "DiscoKey": "discokey:770e6213a30ad08fb6aabdb069c911f61e0df97ec014084d35340b53f7e91c19", + "Addresses": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "AllowedIPs": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "Endpoints": ["77.164.248.136:49605", "10.65.0.27:49605", "172.17.0.1:49605"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 65192}, - {"Proto": "peerapi6", "Port": 65192} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 37851}, + {"Proto": "peerapi6", "Port": 37851} ]}, - "Created": "2026-04-09T01:22:50.540462333Z", + "Created": "2026-04-09T08:28:50.588697579Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7725027637530740, - "StableID": "nVdRDrNgK321CNTRL", + "ID": 5349279127784041, + "StableID": "nC43nXVhmi11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "DiscoKey": "discokey:1f9f9cd883f933e96a3d4823306106ed41e8b3201ed303f697c92fd25eda4864", + "Addresses": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "AllowedIPs": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "Endpoints": ["77.164.248.136:47650", "10.65.0.27:47650", "172.17.0.1:47650"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 41816}, + {"Proto": "peerapi6", "Port": 41816} + ]}, + "Created": "2026-04-09T08:28:52.215916316Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6069131249407967, + "StableID": "nnYJkcniPp11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "DiscoKey": "discokey:ed28fe4b8c9054e49847b1ec5cd1af8ba70d718f212c0fdaba90b53c4913805a", + "Addresses": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "AllowedIPs": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "Endpoints": ["77.164.248.136:52072", "10.65.0.27:52072", "172.17.0.1:52072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35165}, + {"Proto": "peerapi6", "Port": 35165} + ]}, + "Created": "2026-04-09T08:28:56.001912344Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6569817716281765, + "StableID": "nLadJKyUJt11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "DiscoKey": "discokey:3da4308b5320585088d0f4eb6abe388e13068d4a44ba0b4b10f0d9509c0f427c", - "Addresses": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "AllowedIPs": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "Endpoints": ["77.164.248.136:48642", "10.65.0.27:48642", "172.17.0.1:48642"], + "Key": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "DiscoKey": "discokey:d9ea7d6d7d364428a6a7941cce19e1e2a98a662011c45d9c23500d343f1f7858", + "Addresses": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "AllowedIPs": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "Endpoints": ["77.164.248.136:46314", "10.65.0.27:46314", "172.17.0.1:46314"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39664}, - {"Proto": "peerapi6", "Port": 39664} + {"Proto": "peerapi4", "Port": 59850}, + {"Proto": "peerapi6", "Port": 59850} ]}, - "Created": "2026-04-09T01:22:49.490330012Z", + "Created": "2026-04-09T08:28:55.455384121Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" + }, { + "ID": 6789272257899383, + "StableID": "nY5Hfqfs1v11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "DiscoKey": "discokey:a85f3853bcaa428992524046a653df6929a5c19aa1bafd58a424721987104e39", + "Addresses": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "AllowedIPs": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "Endpoints": ["77.164.248.136:57991", "10.65.0.27:57991", "172.17.0.1:57991"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49621}, + {"Proto": "peerapi6", "Port": 49621} + ]}, + "Created": "2026-04-09T08:28:51.676621955Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6981248689323994, + "StableID": "nfBjWmZpWw11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "DiscoKey": "discokey:0bb3775f40439d42c219a3b31da07b854275e4c4804376c72db89b3f9e7bfb2a", + "Addresses": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "AllowedIPs": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "Endpoints": ["77.164.248.136:33222", "10.65.0.27:33222", "172.17.0.1:33222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56693}, + {"Proto": "peerapi6", "Port": 56693} + ]}, + "Created": "2026-04-09T08:28:52.758962641Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7092081293464938, + "StableID": "nyLJD5x1Px11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "DiscoKey": "discokey:3d3e22eb33e176166885c852a9bf7d39719ea27043e561c18e0480f2910e1f49", + "Addresses": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "AllowedIPs": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "Endpoints": ["77.164.248.136:48539", "10.65.0.27:48539", "172.17.0.1:48539"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 45010}, + {"Proto": "peerapi6", "Port": 45010} + ]}, + "Created": "2026-04-09T08:28:54.93440155Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7506315605120645, + "StableID": "nctYraBdc121CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "DiscoKey": "discokey:0cc886f70a8401fb1446d611b9d1074edd2e3b421eb544ca61cc76c2465ac26e", + "Addresses": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "AllowedIPs": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "Endpoints": ["77.164.248.136:36248", "10.65.0.27:36248", "172.17.0.1:36248"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41782}, + {"Proto": "peerapi6", "Port": 41782} + ]}, + "Created": "2026-04-09T08:28:51.139932242Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3021,7 +3025,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.100.251.107"}, {"nodeIP": "fd7a:115c:a1e0::9237:fb6b"}], + "principals": [{"nodeIP": "100.87.36.71"}, {"nodeIP": "fd7a:115c:a1e0::2f37:2447"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -3850,26 +3854,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.100.251.107"}, {"nodeIP": "fd7a:115c:a1e0::9237:fb6b"}], + "principals": [{"nodeIP": "100.87.36.71"}, {"nodeIP": "fd7a:115c:a1e0::2f37:2447"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -3906,26 +3911,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 781841388223843, - "StableID": "nr2sBZe67711CNTRL", + "ID": 7506315605120645, + "StableID": "nctYraBdc121CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 781841388223843, - "Key": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "DiscoKey": "discokey:19e82b960b790fd94967665b773af0af9d99f2ca9ecfd379067970b91705c229", - "Addresses": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "AllowedIPs": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "Endpoints": ["77.164.248.136:60239", "10.65.0.27:60239", "172.17.0.1:60239"], + "User": 7506315605120645, + "Key": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "DiscoKey": "discokey:0cc886f70a8401fb1446d611b9d1074edd2e3b421eb544ca61cc76c2465ac26e", + "Addresses": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "AllowedIPs": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "Endpoints": ["77.164.248.136:36248", "10.65.0.27:36248", "172.17.0.1:36248"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 37850}, - {"Proto": "peerapi6", "Port": 37850}, + {"Proto": "peerapi4", "Port": 41782}, + {"Proto": "peerapi6", "Port": 41782}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:22:45.152786985Z", + "Created": "2026-04-09T08:28:51.139932242Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3953,302 +3958,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "MachineKey": "mkey:8f58911fbcfa770482a2dfcede0a09ffb9c37b15d6aa3327967288722ae6ae43", + "NodeKey": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "MachineKey": "mkey:45340ea56c8dbead93a89e18a1e95516ddd4fdf08201897323262f72b63aad36", "Peers": [{ - "ID": 850960582127470, - "StableID": "nZ2afuHQe711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "DiscoKey": "discokey:33a159fa95a2a883605594ce8e15f0d2b57eae8248b7cd4bc7788a9adacaa107", - "Addresses": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "AllowedIPs": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "ID": 252078529647061, + "StableID": "nzypTBgAy211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "KeyExpiry": "2026-10-06T08:28:56Z", + "DiscoKey": "discokey:1f981731a0429e7a70b6108e0e13b7d0f23a8dcf79cc633b883a5d39d32fdd21", + "Addresses": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "AllowedIPs": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "Endpoints": ["77.164.248.136:54164", "10.65.0.27:54164", "172.17.0.1:54164"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35048}, - {"Proto": "peerapi6", "Port": 35048} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61933}, + {"Proto": "peerapi6", "Port": 61933} ]}, - "Created": "2026-04-09T01:22:48.944502414Z", + "Created": "2026-04-09T08:28:56.545447442Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 856936056054225, - "StableID": "np4NquF7h711CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "DiscoKey": "discokey:5c90d5be05561ee5dfd985d1f7e2aedc11bd5978f4346289eae186a32945c54d", - "Addresses": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "AllowedIPs": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "Endpoints": ["77.164.248.136:58154", "10.65.0.27:58154", "172.17.0.1:58154"], + "ID": 502414121085669, + "StableID": "nYekStZYv411CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:9acfe8fb5c43d6ceea3e2d4f7e4aa7067818ba829b1b195e3a38721a32330211", + "Addresses": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "AllowedIPs": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "Endpoints": ["77.164.248.136:51558", "10.65.0.27:51558", "172.17.0.1:51558"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59989}, - {"Proto": "peerapi6", "Port": 59989} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 49486}, + {"Proto": "peerapi6", "Port": 49486} ]}, - "Created": "2026-04-09T01:22:44.607055421Z", + "Created": "2026-04-09T08:28:57.079272591Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 946670321224019, - "StableID": "nJCrZbRkP811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "DiscoKey": "discokey:d4688c65c75ced0affdec536ec13f60c96c73800b7572a23c45464bd96684678", - "Addresses": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "AllowedIPs": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "Endpoints": ["77.164.248.136:50464", "10.65.0.27:50464", "172.17.0.1:50464"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57121}, - {"Proto": "peerapi6", "Port": 57121} - ]}, - "Created": "2026-04-09T01:22:47.863437612Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1221358377219568, - "StableID": "noW5Tn1AYA11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "DiscoKey": "discokey:079ee1e302f135a074b5f35e2b298326d9bf3a8bcba9234598ad6f493d6cf623", - "Addresses": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "AllowedIPs": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "Endpoints": ["77.164.248.136:34294", "10.65.0.27:34294", "172.17.0.1:34294"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44754}, - {"Proto": "peerapi6", "Port": 44754} - ]}, - "Created": "2026-04-09T01:22:46.227205069Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2791486483017956, - "StableID": "n3eTWkcGoN11CNTRL", + "ID": 809660445081462, + "StableID": "n7RqybQhK711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "DiscoKey": "discokey:f80df21eb2d0f925cebb9fd0c3a21b089fc44ac842104e74e5f646e960295b55", - "Addresses": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "AllowedIPs": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "Endpoints": ["77.164.248.136:33230", "10.65.0.27:33230", "172.17.0.1:33230"], + "Key": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "DiscoKey": "discokey:da0609d0931cf16d5235e617d634846838aa27d09d3fd2bc3a02e92e411f9b0e", + "Addresses": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "AllowedIPs": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "Endpoints": ["77.164.248.136:44716", "10.65.0.27:44716", "172.17.0.1:44716"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40707}, - {"Proto": "peerapi6", "Port": 40707} + {"Proto": "peerapi4", "Port": 51396}, + {"Proto": "peerapi6", "Port": 51396} ]}, - "Created": "2026-04-09T01:22:47.323805418Z", + "Created": "2026-04-09T08:28:53.319525518Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4081234862397359, - "StableID": "nrNxFv7QsY11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1998292879118963, + "StableID": "n6evtPm2cG11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "DiscoKey": "discokey:2ced8c67f3b445b453e2f1e736d8bb9b6c056c51c84238fa2edc5598f33d0140", - "Addresses": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "AllowedIPs": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "Endpoints": ["77.164.248.136:46035", "10.65.0.27:46035", "172.17.0.1:46035"], + "Key": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "DiscoKey": "discokey:c31a06d397a25656080242ac1203086cfe9d46f87992fc591b0810571397b04a", + "Addresses": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "AllowedIPs": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "Endpoints": ["77.164.248.136:45537", "10.65.0.27:45537", "172.17.0.1:45537"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36151}, - {"Proto": "peerapi6", "Port": 36151} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59677}, + {"Proto": "peerapi6", "Port": 59677} ]}, - "Created": "2026-04-09T01:22:50.012191248Z", + "Created": "2026-04-09T08:28:53.84075039Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 4317510995757188, - "StableID": "nHPF5BhQia11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "DiscoKey": "discokey:c63daaa362836ed0e0f9f408bc2de2c885b5c900a8354ad35506ba7f9b83af5c", - "Addresses": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "AllowedIPs": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "Endpoints": ["77.164.248.136:50216", "10.65.0.27:50216", "172.17.0.1:50216"], + "ID": 2230413212249374, + "StableID": "n7Mms2BARJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:4566c7a7dd6bacce7c843b73ddc46c66385cd42c22051bb0168bdffd94632538", + "Addresses": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "AllowedIPs": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "Endpoints": ["77.164.248.136:37054", "10.65.0.27:37054", "172.17.0.1:37054"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 41792}, - {"Proto": "peerapi6", "Port": 41792} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 54450}, + {"Proto": "peerapi6", "Port": 54450} ]}, - "Created": "2026-04-09T01:22:46.778635286Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4368793375069761, - "StableID": "nLkqK3od7b11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "DiscoKey": "discokey:3725db7d7ff5bd4c7a8607bf0f69916bd7afbe273714cec8b0b89dc07497db49", - "Addresses": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "AllowedIPs": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "Endpoints": ["77.164.248.136:35788", "10.65.0.27:35788", "172.17.0.1:35788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51857}, - {"Proto": "peerapi6", "Port": 51857} - ]}, - "Created": "2026-04-09T01:22:45.690376652Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4902786239528971, - "StableID": "n8ThB6tUHf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:e23ea7e904443122e902bdbc960957bef5993d0891dcb6b156dd876b943b0925", - "Addresses": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "AllowedIPs": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "Endpoints": ["77.164.248.136:36357", "10.65.0.27:36357", "172.17.0.1:36357"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 49762}, - {"Proto": "peerapi6", "Port": 49762} - ]}, - "Created": "2026-04-09T01:22:51.098062882Z", + "Created": "2026-04-09T08:28:57.637520027Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5860726651962890, - "StableID": "nVGs7NMLmn11CNTRL", + "ID": 2531485671687037, + "StableID": "nGCD9VqWmL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "DiscoKey": "discokey:b5a3e458b7ccc31f87becf6343163763640d7c1be928c44d4bf8510975e18677", - "Addresses": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "AllowedIPs": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "Endpoints": ["77.164.248.136:37809", "10.65.0.27:37809", "172.17.0.1:37809"], - "HomeDERP": 14, + "Key": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "DiscoKey": "discokey:4b989c6a83d45ce3df1373a9a4dadfe75dd27572886dad491127e3747ba6d82b", + "Addresses": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "AllowedIPs": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "Endpoints": ["77.164.248.136:49591", "10.65.0.27:49591", "172.17.0.1:49591"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56514}, - {"Proto": "peerapi6", "Port": 56514} + {"Proto": "peerapi4", "Port": 54379}, + {"Proto": "peerapi6", "Port": 54379} ]}, - "Created": "2026-04-09T01:22:44.104431695Z", + "Created": "2026-04-09T08:28:50.042202131Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6506113100411583, - "StableID": "nireYQZdos11CNTRL", + "ID": 3197512373963398, + "StableID": "n77z7EEAyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "DiscoKey": "discokey:1571ac4fa8b5508edec9cec75a0582da05b3c454a2787ba9c988fca381fd1351", - "Addresses": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "AllowedIPs": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "Endpoints": ["77.164.248.136:53684", "10.65.0.27:53684", "172.17.0.1:53684"], + "Key": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "DiscoKey": "discokey:a540b6709773af0e1af08306d3c28d6424f0ad6dfaa64649ac4607f8cdc12708", + "Addresses": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "AllowedIPs": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "Endpoints": ["77.164.248.136:60630", "10.65.0.27:60630", "172.17.0.1:60630"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48998}, - {"Proto": "peerapi6", "Port": 48998} + {"Proto": "peerapi4", "Port": 57687}, + {"Proto": "peerapi6", "Port": 57687} ]}, - "Created": "2026-04-09T01:22:48.406817154Z", + "Created": "2026-04-09T08:28:54.366180703Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7059666621659825, - "StableID": "ngtUfKUL8x11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "KeyExpiry": "2026-10-06T01:22:50Z", - "DiscoKey": "discokey:df72ed6cfe83e2374e081bb6e7c06843220cdca9b97e5812f7bb39b4fa97aa4e", - "Addresses": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "AllowedIPs": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "Endpoints": ["77.164.248.136:34349", "10.65.0.27:34349", "172.17.0.1:34349"], + "ID": 4231259898757423, + "StableID": "nzS6zJ2M3a11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "DiscoKey": "discokey:770e6213a30ad08fb6aabdb069c911f61e0df97ec014084d35340b53f7e91c19", + "Addresses": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "AllowedIPs": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "Endpoints": ["77.164.248.136:49605", "10.65.0.27:49605", "172.17.0.1:49605"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 65192}, - {"Proto": "peerapi6", "Port": 65192} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 37851}, + {"Proto": "peerapi6", "Port": 37851} ]}, - "Created": "2026-04-09T01:22:50.540462333Z", + "Created": "2026-04-09T08:28:50.588697579Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7182085604760198, - "StableID": "nuJmzBDn5y11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:71acc9887145cd8825b728d3da09f63e60b15f7c7b8b3df998c7088b31541117", - "Addresses": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "AllowedIPs": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "Endpoints": ["77.164.248.136:57569", "10.65.0.27:57569", "172.17.0.1:57569"], + "ID": 5349279127784041, + "StableID": "nC43nXVhmi11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "DiscoKey": "discokey:1f9f9cd883f933e96a3d4823306106ed41e8b3201ed303f697c92fd25eda4864", + "Addresses": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "AllowedIPs": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "Endpoints": ["77.164.248.136:47650", "10.65.0.27:47650", "172.17.0.1:47650"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47688}, - {"Proto": "peerapi6", "Port": 47688} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 41816}, + {"Proto": "peerapi6", "Port": 41816} ]}, - "Created": "2026-04-09T01:22:51.636797234Z", + "Created": "2026-04-09T08:28:52.215916316Z", "Cap": 131, + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7725027637530740, - "StableID": "nVdRDrNgK321CNTRL", + "ID": 6069131249407967, + "StableID": "nnYJkcniPp11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "DiscoKey": "discokey:ed28fe4b8c9054e49847b1ec5cd1af8ba70d718f212c0fdaba90b53c4913805a", + "Addresses": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "AllowedIPs": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "Endpoints": ["77.164.248.136:52072", "10.65.0.27:52072", "172.17.0.1:52072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35165}, + {"Proto": "peerapi6", "Port": 35165} + ]}, + "Created": "2026-04-09T08:28:56.001912344Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6569817716281765, + "StableID": "nLadJKyUJt11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "DiscoKey": "discokey:3da4308b5320585088d0f4eb6abe388e13068d4a44ba0b4b10f0d9509c0f427c", - "Addresses": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "AllowedIPs": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "Endpoints": ["77.164.248.136:48642", "10.65.0.27:48642", "172.17.0.1:48642"], + "Key": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "DiscoKey": "discokey:d9ea7d6d7d364428a6a7941cce19e1e2a98a662011c45d9c23500d343f1f7858", + "Addresses": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "AllowedIPs": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "Endpoints": ["77.164.248.136:46314", "10.65.0.27:46314", "172.17.0.1:46314"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39664}, - {"Proto": "peerapi6", "Port": 39664} + {"Proto": "peerapi4", "Port": 59850}, + {"Proto": "peerapi6", "Port": 59850} ]}, - "Created": "2026-04-09T01:22:49.490330012Z", + "Created": "2026-04-09T08:28:55.455384121Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" + }, { + "ID": 6789272257899383, + "StableID": "nY5Hfqfs1v11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "DiscoKey": "discokey:a85f3853bcaa428992524046a653df6929a5c19aa1bafd58a424721987104e39", + "Addresses": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "AllowedIPs": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "Endpoints": ["77.164.248.136:57991", "10.65.0.27:57991", "172.17.0.1:57991"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49621}, + {"Proto": "peerapi6", "Port": 49621} + ]}, + "Created": "2026-04-09T08:28:51.676621955Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6981248689323994, + "StableID": "nfBjWmZpWw11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "DiscoKey": "discokey:0bb3775f40439d42c219a3b31da07b854275e4c4804376c72db89b3f9e7bfb2a", + "Addresses": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "AllowedIPs": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "Endpoints": ["77.164.248.136:33222", "10.65.0.27:33222", "172.17.0.1:33222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56693}, + {"Proto": "peerapi6", "Port": 56693} + ]}, + "Created": "2026-04-09T08:28:52.758962641Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7092081293464938, + "StableID": "nyLJD5x1Px11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "DiscoKey": "discokey:3d3e22eb33e176166885c852a9bf7d39719ea27043e561c18e0480f2910e1f49", + "Addresses": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "AllowedIPs": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "Endpoints": ["77.164.248.136:48539", "10.65.0.27:48539", "172.17.0.1:48539"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 45010}, + {"Proto": "peerapi6", "Port": 45010} + ]}, + "Created": "2026-04-09T08:28:54.93440155Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5096,27 +5101,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "781841388223843": { - "ID": 781841388223843, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7506315605120645": { + "ID": 7506315605120645, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5147,26 +5154,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 946670321224019, - "StableID": "nJCrZbRkP811CNTRL", + "ID": 1998292879118963, + "StableID": "n6evtPm2cG11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 946670321224019, - "Key": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "DiscoKey": "discokey:d4688c65c75ced0affdec536ec13f60c96c73800b7572a23c45464bd96684678", - "Addresses": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "AllowedIPs": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "Endpoints": ["77.164.248.136:50464", "10.65.0.27:50464", "172.17.0.1:50464"], + "User": 1998292879118963, + "Key": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "DiscoKey": "discokey:c31a06d397a25656080242ac1203086cfe9d46f87992fc591b0810571397b04a", + "Addresses": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "AllowedIPs": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "Endpoints": ["77.164.248.136:45537", "10.65.0.27:45537", "172.17.0.1:45537"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 57121}, - {"Proto": "peerapi6", "Port": 57121}, + {"Proto": "peerapi4", "Port": 59677}, + {"Proto": "peerapi6", "Port": 59677}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:22:47.863437612Z", + "Created": "2026-04-09T08:28:53.84075039Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5194,302 +5201,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "MachineKey": "mkey:acf61994965ccc6eff1c19c390e6bd07b6a15c2bba4c87ea5b7ca593f641052a", + "NodeKey": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "MachineKey": "mkey:30524d7942fb53948eead7491ac8c8ad02123c7529f16af89226c85862e32336", "Peers": [{ - "ID": 781841388223843, - "StableID": "nr2sBZe67711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "DiscoKey": "discokey:19e82b960b790fd94967665b773af0af9d99f2ca9ecfd379067970b91705c229", - "Addresses": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "AllowedIPs": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "Endpoints": ["77.164.248.136:60239", "10.65.0.27:60239", "172.17.0.1:60239"], + "ID": 252078529647061, + "StableID": "nzypTBgAy211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "KeyExpiry": "2026-10-06T08:28:56Z", + "DiscoKey": "discokey:1f981731a0429e7a70b6108e0e13b7d0f23a8dcf79cc633b883a5d39d32fdd21", + "Addresses": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "AllowedIPs": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "Endpoints": ["77.164.248.136:54164", "10.65.0.27:54164", "172.17.0.1:54164"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37850}, - {"Proto": "peerapi6", "Port": 37850} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61933}, + {"Proto": "peerapi6", "Port": 61933} ]}, - "Created": "2026-04-09T01:22:45.152786985Z", + "Created": "2026-04-09T08:28:56.545447442Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 850960582127470, - "StableID": "nZ2afuHQe711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "DiscoKey": "discokey:33a159fa95a2a883605594ce8e15f0d2b57eae8248b7cd4bc7788a9adacaa107", - "Addresses": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "AllowedIPs": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "ID": 502414121085669, + "StableID": "nYekStZYv411CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:9acfe8fb5c43d6ceea3e2d4f7e4aa7067818ba829b1b195e3a38721a32330211", + "Addresses": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "AllowedIPs": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "Endpoints": ["77.164.248.136:51558", "10.65.0.27:51558", "172.17.0.1:51558"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35048}, - {"Proto": "peerapi6", "Port": 35048} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 49486}, + {"Proto": "peerapi6", "Port": 49486} ]}, - "Created": "2026-04-09T01:22:48.944502414Z", + "Created": "2026-04-09T08:28:57.079272591Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 856936056054225, - "StableID": "np4NquF7h711CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "DiscoKey": "discokey:5c90d5be05561ee5dfd985d1f7e2aedc11bd5978f4346289eae186a32945c54d", - "Addresses": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "AllowedIPs": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "Endpoints": ["77.164.248.136:58154", "10.65.0.27:58154", "172.17.0.1:58154"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59989}, - {"Proto": "peerapi6", "Port": 59989} - ]}, - "Created": "2026-04-09T01:22:44.607055421Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 1221358377219568, - "StableID": "noW5Tn1AYA11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "DiscoKey": "discokey:079ee1e302f135a074b5f35e2b298326d9bf3a8bcba9234598ad6f493d6cf623", - "Addresses": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "AllowedIPs": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "Endpoints": ["77.164.248.136:34294", "10.65.0.27:34294", "172.17.0.1:34294"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44754}, - {"Proto": "peerapi6", "Port": 44754} - ]}, - "Created": "2026-04-09T01:22:46.227205069Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2791486483017956, - "StableID": "n3eTWkcGoN11CNTRL", + "ID": 809660445081462, + "StableID": "n7RqybQhK711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "DiscoKey": "discokey:f80df21eb2d0f925cebb9fd0c3a21b089fc44ac842104e74e5f646e960295b55", - "Addresses": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "AllowedIPs": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "Endpoints": ["77.164.248.136:33230", "10.65.0.27:33230", "172.17.0.1:33230"], + "Key": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "DiscoKey": "discokey:da0609d0931cf16d5235e617d634846838aa27d09d3fd2bc3a02e92e411f9b0e", + "Addresses": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "AllowedIPs": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "Endpoints": ["77.164.248.136:44716", "10.65.0.27:44716", "172.17.0.1:44716"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40707}, - {"Proto": "peerapi6", "Port": 40707} + {"Proto": "peerapi4", "Port": 51396}, + {"Proto": "peerapi6", "Port": 51396} ]}, - "Created": "2026-04-09T01:22:47.323805418Z", + "Created": "2026-04-09T08:28:53.319525518Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4081234862397359, - "StableID": "nrNxFv7QsY11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "DiscoKey": "discokey:2ced8c67f3b445b453e2f1e736d8bb9b6c056c51c84238fa2edc5598f33d0140", - "Addresses": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "AllowedIPs": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "Endpoints": ["77.164.248.136:46035", "10.65.0.27:46035", "172.17.0.1:46035"], + "ID": 2230413212249374, + "StableID": "n7Mms2BARJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:4566c7a7dd6bacce7c843b73ddc46c66385cd42c22051bb0168bdffd94632538", + "Addresses": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "AllowedIPs": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "Endpoints": ["77.164.248.136:37054", "10.65.0.27:37054", "172.17.0.1:37054"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36151}, - {"Proto": "peerapi6", "Port": 36151} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 54450}, + {"Proto": "peerapi6", "Port": 54450} ]}, - "Created": "2026-04-09T01:22:50.012191248Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4317510995757188, - "StableID": "nHPF5BhQia11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "DiscoKey": "discokey:c63daaa362836ed0e0f9f408bc2de2c885b5c900a8354ad35506ba7f9b83af5c", - "Addresses": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "AllowedIPs": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "Endpoints": ["77.164.248.136:50216", "10.65.0.27:50216", "172.17.0.1:50216"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 41792}, - {"Proto": "peerapi6", "Port": 41792} - ]}, - "Created": "2026-04-09T01:22:46.778635286Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4368793375069761, - "StableID": "nLkqK3od7b11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "DiscoKey": "discokey:3725db7d7ff5bd4c7a8607bf0f69916bd7afbe273714cec8b0b89dc07497db49", - "Addresses": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "AllowedIPs": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "Endpoints": ["77.164.248.136:35788", "10.65.0.27:35788", "172.17.0.1:35788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51857}, - {"Proto": "peerapi6", "Port": 51857} - ]}, - "Created": "2026-04-09T01:22:45.690376652Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4902786239528971, - "StableID": "n8ThB6tUHf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:e23ea7e904443122e902bdbc960957bef5993d0891dcb6b156dd876b943b0925", - "Addresses": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "AllowedIPs": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "Endpoints": ["77.164.248.136:36357", "10.65.0.27:36357", "172.17.0.1:36357"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 49762}, - {"Proto": "peerapi6", "Port": 49762} - ]}, - "Created": "2026-04-09T01:22:51.098062882Z", + "Created": "2026-04-09T08:28:57.637520027Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5860726651962890, - "StableID": "nVGs7NMLmn11CNTRL", + "ID": 2531485671687037, + "StableID": "nGCD9VqWmL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "DiscoKey": "discokey:b5a3e458b7ccc31f87becf6343163763640d7c1be928c44d4bf8510975e18677", - "Addresses": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "AllowedIPs": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "Endpoints": ["77.164.248.136:37809", "10.65.0.27:37809", "172.17.0.1:37809"], - "HomeDERP": 14, + "Key": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "DiscoKey": "discokey:4b989c6a83d45ce3df1373a9a4dadfe75dd27572886dad491127e3747ba6d82b", + "Addresses": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "AllowedIPs": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "Endpoints": ["77.164.248.136:49591", "10.65.0.27:49591", "172.17.0.1:49591"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56514}, - {"Proto": "peerapi6", "Port": 56514} + {"Proto": "peerapi4", "Port": 54379}, + {"Proto": "peerapi6", "Port": 54379} ]}, - "Created": "2026-04-09T01:22:44.104431695Z", + "Created": "2026-04-09T08:28:50.042202131Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6506113100411583, - "StableID": "nireYQZdos11CNTRL", + "ID": 3197512373963398, + "StableID": "n77z7EEAyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "DiscoKey": "discokey:1571ac4fa8b5508edec9cec75a0582da05b3c454a2787ba9c988fca381fd1351", - "Addresses": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "AllowedIPs": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "Endpoints": ["77.164.248.136:53684", "10.65.0.27:53684", "172.17.0.1:53684"], + "Key": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "DiscoKey": "discokey:a540b6709773af0e1af08306d3c28d6424f0ad6dfaa64649ac4607f8cdc12708", + "Addresses": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "AllowedIPs": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "Endpoints": ["77.164.248.136:60630", "10.65.0.27:60630", "172.17.0.1:60630"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48998}, - {"Proto": "peerapi6", "Port": 48998} + {"Proto": "peerapi4", "Port": 57687}, + {"Proto": "peerapi6", "Port": 57687} ]}, - "Created": "2026-04-09T01:22:48.406817154Z", + "Created": "2026-04-09T08:28:54.366180703Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7059666621659825, - "StableID": "ngtUfKUL8x11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "KeyExpiry": "2026-10-06T01:22:50Z", - "DiscoKey": "discokey:df72ed6cfe83e2374e081bb6e7c06843220cdca9b97e5812f7bb39b4fa97aa4e", - "Addresses": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "AllowedIPs": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "Endpoints": ["77.164.248.136:34349", "10.65.0.27:34349", "172.17.0.1:34349"], + "ID": 4231259898757423, + "StableID": "nzS6zJ2M3a11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "DiscoKey": "discokey:770e6213a30ad08fb6aabdb069c911f61e0df97ec014084d35340b53f7e91c19", + "Addresses": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "AllowedIPs": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "Endpoints": ["77.164.248.136:49605", "10.65.0.27:49605", "172.17.0.1:49605"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 65192}, - {"Proto": "peerapi6", "Port": 65192} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 37851}, + {"Proto": "peerapi6", "Port": 37851} ]}, - "Created": "2026-04-09T01:22:50.540462333Z", + "Created": "2026-04-09T08:28:50.588697579Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7182085604760198, - "StableID": "nuJmzBDn5y11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:71acc9887145cd8825b728d3da09f63e60b15f7c7b8b3df998c7088b31541117", - "Addresses": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "AllowedIPs": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "Endpoints": ["77.164.248.136:57569", "10.65.0.27:57569", "172.17.0.1:57569"], + "ID": 5349279127784041, + "StableID": "nC43nXVhmi11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "DiscoKey": "discokey:1f9f9cd883f933e96a3d4823306106ed41e8b3201ed303f697c92fd25eda4864", + "Addresses": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "AllowedIPs": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "Endpoints": ["77.164.248.136:47650", "10.65.0.27:47650", "172.17.0.1:47650"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47688}, - {"Proto": "peerapi6", "Port": 47688} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 41816}, + {"Proto": "peerapi6", "Port": 41816} ]}, - "Created": "2026-04-09T01:22:51.636797234Z", + "Created": "2026-04-09T08:28:52.215916316Z", "Cap": 131, + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7725027637530740, - "StableID": "nVdRDrNgK321CNTRL", + "ID": 6069131249407967, + "StableID": "nnYJkcniPp11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "DiscoKey": "discokey:ed28fe4b8c9054e49847b1ec5cd1af8ba70d718f212c0fdaba90b53c4913805a", + "Addresses": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "AllowedIPs": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "Endpoints": ["77.164.248.136:52072", "10.65.0.27:52072", "172.17.0.1:52072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35165}, + {"Proto": "peerapi6", "Port": 35165} + ]}, + "Created": "2026-04-09T08:28:56.001912344Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6569817716281765, + "StableID": "nLadJKyUJt11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "DiscoKey": "discokey:3da4308b5320585088d0f4eb6abe388e13068d4a44ba0b4b10f0d9509c0f427c", - "Addresses": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "AllowedIPs": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "Endpoints": ["77.164.248.136:48642", "10.65.0.27:48642", "172.17.0.1:48642"], + "Key": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "DiscoKey": "discokey:d9ea7d6d7d364428a6a7941cce19e1e2a98a662011c45d9c23500d343f1f7858", + "Addresses": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "AllowedIPs": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "Endpoints": ["77.164.248.136:46314", "10.65.0.27:46314", "172.17.0.1:46314"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39664}, - {"Proto": "peerapi6", "Port": 39664} + {"Proto": "peerapi4", "Port": 59850}, + {"Proto": "peerapi6", "Port": 59850} ]}, - "Created": "2026-04-09T01:22:49.490330012Z", + "Created": "2026-04-09T08:28:55.455384121Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" + }, { + "ID": 6789272257899383, + "StableID": "nY5Hfqfs1v11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "DiscoKey": "discokey:a85f3853bcaa428992524046a653df6929a5c19aa1bafd58a424721987104e39", + "Addresses": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "AllowedIPs": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "Endpoints": ["77.164.248.136:57991", "10.65.0.27:57991", "172.17.0.1:57991"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49621}, + {"Proto": "peerapi6", "Port": 49621} + ]}, + "Created": "2026-04-09T08:28:51.676621955Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6981248689323994, + "StableID": "nfBjWmZpWw11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "DiscoKey": "discokey:0bb3775f40439d42c219a3b31da07b854275e4c4804376c72db89b3f9e7bfb2a", + "Addresses": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "AllowedIPs": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "Endpoints": ["77.164.248.136:33222", "10.65.0.27:33222", "172.17.0.1:33222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56693}, + {"Proto": "peerapi6", "Port": 56693} + ]}, + "Created": "2026-04-09T08:28:52.758962641Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7092081293464938, + "StableID": "nyLJD5x1Px11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "DiscoKey": "discokey:3d3e22eb33e176166885c852a9bf7d39719ea27043e561c18e0480f2910e1f49", + "Addresses": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "AllowedIPs": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "Endpoints": ["77.164.248.136:48539", "10.65.0.27:48539", "172.17.0.1:48539"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 45010}, + {"Proto": "peerapi6", "Port": 45010} + ]}, + "Created": "2026-04-09T08:28:54.93440155Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7506315605120645, + "StableID": "nctYraBdc121CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "DiscoKey": "discokey:0cc886f70a8401fb1446d611b9d1074edd2e3b421eb544ca61cc76c2465ac26e", + "Addresses": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "AllowedIPs": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "Endpoints": ["77.164.248.136:36248", "10.65.0.27:36248", "172.17.0.1:36248"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41782}, + {"Proto": "peerapi6", "Port": 41782} + ]}, + "Created": "2026-04-09T08:28:51.139932242Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6337,27 +6344,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "946670321224019": { - "ID": 946670321224019, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1998292879118963": { + "ID": 1998292879118963, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6388,22 +6397,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7059666621659825, - "StableID": "ngtUfKUL8x11CNTRL", + "ID": 252078529647061, + "StableID": "nzypTBgAy211CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "KeyExpiry": "2026-10-06T01:22:50Z", - "DiscoKey": "discokey:df72ed6cfe83e2374e081bb6e7c06843220cdca9b97e5812f7bb39b4fa97aa4e", - "Addresses": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "AllowedIPs": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "Endpoints": ["77.164.248.136:34349", "10.65.0.27:34349", "172.17.0.1:34349"], + "Key": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "KeyExpiry": "2026-10-06T08:28:56Z", + "DiscoKey": "discokey:1f981731a0429e7a70b6108e0e13b7d0f23a8dcf79cc633b883a5d39d32fdd21", + "Addresses": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "AllowedIPs": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "Endpoints": ["77.164.248.136:54164", "10.65.0.27:54164", "172.17.0.1:54164"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 65192}, - {"Proto": "peerapi6", "Port": 65192}, + {"Proto": "peerapi4", "Port": 61933}, + {"Proto": "peerapi6", "Port": 61933}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:50.540462333Z", + "Created": "2026-04-09T08:28:56.545447442Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6430,302 +6439,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "MachineKey": "mkey:5373cd69d17a72ee7749ce5c487f683a35d86019f5318c8ee78ebd9352554d18", + "NodeKey": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "MachineKey": "mkey:b45e556760f833dfa7e654932c2bb6c9e668bed191b7685b20634d3cced10c48", "Peers": [{ - "ID": 781841388223843, - "StableID": "nr2sBZe67711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "DiscoKey": "discokey:19e82b960b790fd94967665b773af0af9d99f2ca9ecfd379067970b91705c229", - "Addresses": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "AllowedIPs": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "Endpoints": ["77.164.248.136:60239", "10.65.0.27:60239", "172.17.0.1:60239"], + "ID": 502414121085669, + "StableID": "nYekStZYv411CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:9acfe8fb5c43d6ceea3e2d4f7e4aa7067818ba829b1b195e3a38721a32330211", + "Addresses": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "AllowedIPs": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "Endpoints": ["77.164.248.136:51558", "10.65.0.27:51558", "172.17.0.1:51558"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37850}, - {"Proto": "peerapi6", "Port": 37850} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 49486}, + {"Proto": "peerapi6", "Port": 49486} ]}, - "Created": "2026-04-09T01:22:45.152786985Z", + "Created": "2026-04-09T08:28:57.079272591Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 850960582127470, - "StableID": "nZ2afuHQe711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "DiscoKey": "discokey:33a159fa95a2a883605594ce8e15f0d2b57eae8248b7cd4bc7788a9adacaa107", - "Addresses": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "AllowedIPs": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35048}, - {"Proto": "peerapi6", "Port": 35048} - ]}, - "Created": "2026-04-09T01:22:48.944502414Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 856936056054225, - "StableID": "np4NquF7h711CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "DiscoKey": "discokey:5c90d5be05561ee5dfd985d1f7e2aedc11bd5978f4346289eae186a32945c54d", - "Addresses": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "AllowedIPs": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "Endpoints": ["77.164.248.136:58154", "10.65.0.27:58154", "172.17.0.1:58154"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59989}, - {"Proto": "peerapi6", "Port": 59989} - ]}, - "Created": "2026-04-09T01:22:44.607055421Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 946670321224019, - "StableID": "nJCrZbRkP811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "DiscoKey": "discokey:d4688c65c75ced0affdec536ec13f60c96c73800b7572a23c45464bd96684678", - "Addresses": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "AllowedIPs": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "Endpoints": ["77.164.248.136:50464", "10.65.0.27:50464", "172.17.0.1:50464"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57121}, - {"Proto": "peerapi6", "Port": 57121} - ]}, - "Created": "2026-04-09T01:22:47.863437612Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1221358377219568, - "StableID": "noW5Tn1AYA11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "DiscoKey": "discokey:079ee1e302f135a074b5f35e2b298326d9bf3a8bcba9234598ad6f493d6cf623", - "Addresses": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "AllowedIPs": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "Endpoints": ["77.164.248.136:34294", "10.65.0.27:34294", "172.17.0.1:34294"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44754}, - {"Proto": "peerapi6", "Port": 44754} - ]}, - "Created": "2026-04-09T01:22:46.227205069Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2791486483017956, - "StableID": "n3eTWkcGoN11CNTRL", + "ID": 809660445081462, + "StableID": "n7RqybQhK711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "DiscoKey": "discokey:f80df21eb2d0f925cebb9fd0c3a21b089fc44ac842104e74e5f646e960295b55", - "Addresses": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "AllowedIPs": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "Endpoints": ["77.164.248.136:33230", "10.65.0.27:33230", "172.17.0.1:33230"], + "Key": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "DiscoKey": "discokey:da0609d0931cf16d5235e617d634846838aa27d09d3fd2bc3a02e92e411f9b0e", + "Addresses": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "AllowedIPs": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "Endpoints": ["77.164.248.136:44716", "10.65.0.27:44716", "172.17.0.1:44716"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40707}, - {"Proto": "peerapi6", "Port": 40707} + {"Proto": "peerapi4", "Port": 51396}, + {"Proto": "peerapi6", "Port": 51396} ]}, - "Created": "2026-04-09T01:22:47.323805418Z", + "Created": "2026-04-09T08:28:53.319525518Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4081234862397359, - "StableID": "nrNxFv7QsY11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1998292879118963, + "StableID": "n6evtPm2cG11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "DiscoKey": "discokey:2ced8c67f3b445b453e2f1e736d8bb9b6c056c51c84238fa2edc5598f33d0140", - "Addresses": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "AllowedIPs": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "Endpoints": ["77.164.248.136:46035", "10.65.0.27:46035", "172.17.0.1:46035"], + "Key": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "DiscoKey": "discokey:c31a06d397a25656080242ac1203086cfe9d46f87992fc591b0810571397b04a", + "Addresses": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "AllowedIPs": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "Endpoints": ["77.164.248.136:45537", "10.65.0.27:45537", "172.17.0.1:45537"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36151}, - {"Proto": "peerapi6", "Port": 36151} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59677}, + {"Proto": "peerapi6", "Port": 59677} ]}, - "Created": "2026-04-09T01:22:50.012191248Z", + "Created": "2026-04-09T08:28:53.84075039Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 4317510995757188, - "StableID": "nHPF5BhQia11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "DiscoKey": "discokey:c63daaa362836ed0e0f9f408bc2de2c885b5c900a8354ad35506ba7f9b83af5c", - "Addresses": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "AllowedIPs": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "Endpoints": ["77.164.248.136:50216", "10.65.0.27:50216", "172.17.0.1:50216"], + "ID": 2230413212249374, + "StableID": "n7Mms2BARJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:4566c7a7dd6bacce7c843b73ddc46c66385cd42c22051bb0168bdffd94632538", + "Addresses": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "AllowedIPs": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "Endpoints": ["77.164.248.136:37054", "10.65.0.27:37054", "172.17.0.1:37054"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 41792}, - {"Proto": "peerapi6", "Port": 41792} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 54450}, + {"Proto": "peerapi6", "Port": 54450} ]}, - "Created": "2026-04-09T01:22:46.778635286Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4368793375069761, - "StableID": "nLkqK3od7b11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "DiscoKey": "discokey:3725db7d7ff5bd4c7a8607bf0f69916bd7afbe273714cec8b0b89dc07497db49", - "Addresses": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "AllowedIPs": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "Endpoints": ["77.164.248.136:35788", "10.65.0.27:35788", "172.17.0.1:35788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51857}, - {"Proto": "peerapi6", "Port": 51857} - ]}, - "Created": "2026-04-09T01:22:45.690376652Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4902786239528971, - "StableID": "n8ThB6tUHf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:e23ea7e904443122e902bdbc960957bef5993d0891dcb6b156dd876b943b0925", - "Addresses": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "AllowedIPs": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "Endpoints": ["77.164.248.136:36357", "10.65.0.27:36357", "172.17.0.1:36357"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 49762}, - {"Proto": "peerapi6", "Port": 49762} - ]}, - "Created": "2026-04-09T01:22:51.098062882Z", + "Created": "2026-04-09T08:28:57.637520027Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5860726651962890, - "StableID": "nVGs7NMLmn11CNTRL", + "ID": 2531485671687037, + "StableID": "nGCD9VqWmL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "DiscoKey": "discokey:b5a3e458b7ccc31f87becf6343163763640d7c1be928c44d4bf8510975e18677", - "Addresses": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "AllowedIPs": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "Endpoints": ["77.164.248.136:37809", "10.65.0.27:37809", "172.17.0.1:37809"], - "HomeDERP": 14, + "Key": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "DiscoKey": "discokey:4b989c6a83d45ce3df1373a9a4dadfe75dd27572886dad491127e3747ba6d82b", + "Addresses": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "AllowedIPs": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "Endpoints": ["77.164.248.136:49591", "10.65.0.27:49591", "172.17.0.1:49591"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56514}, - {"Proto": "peerapi6", "Port": 56514} + {"Proto": "peerapi4", "Port": 54379}, + {"Proto": "peerapi6", "Port": 54379} ]}, - "Created": "2026-04-09T01:22:44.104431695Z", + "Created": "2026-04-09T08:28:50.042202131Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6506113100411583, - "StableID": "nireYQZdos11CNTRL", + "ID": 3197512373963398, + "StableID": "n77z7EEAyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "DiscoKey": "discokey:1571ac4fa8b5508edec9cec75a0582da05b3c454a2787ba9c988fca381fd1351", - "Addresses": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "AllowedIPs": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "Endpoints": ["77.164.248.136:53684", "10.65.0.27:53684", "172.17.0.1:53684"], + "Key": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "DiscoKey": "discokey:a540b6709773af0e1af08306d3c28d6424f0ad6dfaa64649ac4607f8cdc12708", + "Addresses": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "AllowedIPs": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "Endpoints": ["77.164.248.136:60630", "10.65.0.27:60630", "172.17.0.1:60630"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48998}, - {"Proto": "peerapi6", "Port": 48998} + {"Proto": "peerapi4", "Port": 57687}, + {"Proto": "peerapi6", "Port": 57687} ]}, - "Created": "2026-04-09T01:22:48.406817154Z", + "Created": "2026-04-09T08:28:54.366180703Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7182085604760198, - "StableID": "nuJmzBDn5y11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:71acc9887145cd8825b728d3da09f63e60b15f7c7b8b3df998c7088b31541117", - "Addresses": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "AllowedIPs": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "Endpoints": ["77.164.248.136:57569", "10.65.0.27:57569", "172.17.0.1:57569"], + "ID": 4231259898757423, + "StableID": "nzS6zJ2M3a11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "DiscoKey": "discokey:770e6213a30ad08fb6aabdb069c911f61e0df97ec014084d35340b53f7e91c19", + "Addresses": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "AllowedIPs": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "Endpoints": ["77.164.248.136:49605", "10.65.0.27:49605", "172.17.0.1:49605"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47688}, - {"Proto": "peerapi6", "Port": 47688} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 37851}, + {"Proto": "peerapi6", "Port": 37851} ]}, - "Created": "2026-04-09T01:22:51.636797234Z", + "Created": "2026-04-09T08:28:50.588697579Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7725027637530740, - "StableID": "nVdRDrNgK321CNTRL", + "ID": 5349279127784041, + "StableID": "nC43nXVhmi11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "DiscoKey": "discokey:1f9f9cd883f933e96a3d4823306106ed41e8b3201ed303f697c92fd25eda4864", + "Addresses": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "AllowedIPs": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "Endpoints": ["77.164.248.136:47650", "10.65.0.27:47650", "172.17.0.1:47650"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 41816}, + {"Proto": "peerapi6", "Port": 41816} + ]}, + "Created": "2026-04-09T08:28:52.215916316Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6069131249407967, + "StableID": "nnYJkcniPp11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "DiscoKey": "discokey:ed28fe4b8c9054e49847b1ec5cd1af8ba70d718f212c0fdaba90b53c4913805a", + "Addresses": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "AllowedIPs": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "Endpoints": ["77.164.248.136:52072", "10.65.0.27:52072", "172.17.0.1:52072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35165}, + {"Proto": "peerapi6", "Port": 35165} + ]}, + "Created": "2026-04-09T08:28:56.001912344Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6569817716281765, + "StableID": "nLadJKyUJt11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "DiscoKey": "discokey:3da4308b5320585088d0f4eb6abe388e13068d4a44ba0b4b10f0d9509c0f427c", - "Addresses": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "AllowedIPs": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "Endpoints": ["77.164.248.136:48642", "10.65.0.27:48642", "172.17.0.1:48642"], + "Key": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "DiscoKey": "discokey:d9ea7d6d7d364428a6a7941cce19e1e2a98a662011c45d9c23500d343f1f7858", + "Addresses": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "AllowedIPs": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "Endpoints": ["77.164.248.136:46314", "10.65.0.27:46314", "172.17.0.1:46314"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39664}, - {"Proto": "peerapi6", "Port": 39664} + {"Proto": "peerapi4", "Port": 59850}, + {"Proto": "peerapi6", "Port": 59850} ]}, - "Created": "2026-04-09T01:22:49.490330012Z", + "Created": "2026-04-09T08:28:55.455384121Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" + }, { + "ID": 6789272257899383, + "StableID": "nY5Hfqfs1v11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "DiscoKey": "discokey:a85f3853bcaa428992524046a653df6929a5c19aa1bafd58a424721987104e39", + "Addresses": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "AllowedIPs": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "Endpoints": ["77.164.248.136:57991", "10.65.0.27:57991", "172.17.0.1:57991"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49621}, + {"Proto": "peerapi6", "Port": 49621} + ]}, + "Created": "2026-04-09T08:28:51.676621955Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6981248689323994, + "StableID": "nfBjWmZpWw11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "DiscoKey": "discokey:0bb3775f40439d42c219a3b31da07b854275e4c4804376c72db89b3f9e7bfb2a", + "Addresses": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "AllowedIPs": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "Endpoints": ["77.164.248.136:33222", "10.65.0.27:33222", "172.17.0.1:33222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56693}, + {"Proto": "peerapi6", "Port": 56693} + ]}, + "Created": "2026-04-09T08:28:52.758962641Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7092081293464938, + "StableID": "nyLJD5x1Px11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "DiscoKey": "discokey:3d3e22eb33e176166885c852a9bf7d39719ea27043e561c18e0480f2910e1f49", + "Addresses": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "AllowedIPs": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "Endpoints": ["77.164.248.136:48539", "10.65.0.27:48539", "172.17.0.1:48539"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 45010}, + {"Proto": "peerapi6", "Port": 45010} + ]}, + "Created": "2026-04-09T08:28:54.93440155Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7506315605120645, + "StableID": "nctYraBdc121CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "DiscoKey": "discokey:0cc886f70a8401fb1446d611b9d1074edd2e3b421eb544ca61cc76c2465ac26e", + "Addresses": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "AllowedIPs": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "Endpoints": ["77.164.248.136:36248", "10.65.0.27:36248", "172.17.0.1:36248"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41782}, + {"Proto": "peerapi6", "Port": 41782} + ]}, + "Created": "2026-04-09T08:28:51.139932242Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6753,7 +6762,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.126.221.58"}, {"nodeIP": "fd7a:115c:a1e0::c937:dd3a"}], + "principals": [{"nodeIP": "100.101.179.28"}, {"nodeIP": "fd7a:115c:a1e0::137:b31c"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -7582,26 +7591,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.126.221.58"}, {"nodeIP": "fd7a:115c:a1e0::c937:dd3a"}], + "principals": [{"nodeIP": "100.101.179.28"}, {"nodeIP": "fd7a:115c:a1e0::137:b31c"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -7638,21 +7648,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7725027637530740, - "StableID": "nVdRDrNgK321CNTRL", + "ID": 6569817716281765, + "StableID": "nLadJKyUJt11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 7725027637530740, - "Key": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "DiscoKey": "discokey:3da4308b5320585088d0f4eb6abe388e13068d4a44ba0b4b10f0d9509c0f427c", - "Addresses": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "AllowedIPs": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "Endpoints": ["77.164.248.136:48642", "10.65.0.27:48642", "172.17.0.1:48642"], + "User": 6569817716281765, + "Key": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "DiscoKey": "discokey:d9ea7d6d7d364428a6a7941cce19e1e2a98a662011c45d9c23500d343f1f7858", + "Addresses": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "AllowedIPs": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "Endpoints": ["77.164.248.136:46314", "10.65.0.27:46314", "172.17.0.1:46314"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 39664}, - {"Proto": "peerapi6", "Port": 39664}, + {"Proto": "peerapi4", "Port": 59850}, + {"Proto": "peerapi6", "Port": 59850}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:49.490330012Z", + "Created": "2026-04-09T08:28:55.455384121Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7680,300 +7690,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "MachineKey": "mkey:4640b2207412006ad9202a45244c6172b2e12cb9191a4310c45d6927166e6838", + "NodeKey": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "MachineKey": "mkey:502d6f14accf1482a3c43e9222aabe11277c102a7a43aeeee1f91db1d0297d2f", "Peers": [{ - "ID": 781841388223843, - "StableID": "nr2sBZe67711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "DiscoKey": "discokey:19e82b960b790fd94967665b773af0af9d99f2ca9ecfd379067970b91705c229", - "Addresses": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "AllowedIPs": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "Endpoints": ["77.164.248.136:60239", "10.65.0.27:60239", "172.17.0.1:60239"], + "ID": 252078529647061, + "StableID": "nzypTBgAy211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "KeyExpiry": "2026-10-06T08:28:56Z", + "DiscoKey": "discokey:1f981731a0429e7a70b6108e0e13b7d0f23a8dcf79cc633b883a5d39d32fdd21", + "Addresses": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "AllowedIPs": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "Endpoints": ["77.164.248.136:54164", "10.65.0.27:54164", "172.17.0.1:54164"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37850}, - {"Proto": "peerapi6", "Port": 37850} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61933}, + {"Proto": "peerapi6", "Port": 61933} ]}, - "Created": "2026-04-09T01:22:45.152786985Z", + "Created": "2026-04-09T08:28:56.545447442Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 850960582127470, - "StableID": "nZ2afuHQe711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "DiscoKey": "discokey:33a159fa95a2a883605594ce8e15f0d2b57eae8248b7cd4bc7788a9adacaa107", - "Addresses": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "AllowedIPs": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "ID": 502414121085669, + "StableID": "nYekStZYv411CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:9acfe8fb5c43d6ceea3e2d4f7e4aa7067818ba829b1b195e3a38721a32330211", + "Addresses": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "AllowedIPs": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "Endpoints": ["77.164.248.136:51558", "10.65.0.27:51558", "172.17.0.1:51558"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35048}, - {"Proto": "peerapi6", "Port": 35048} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 49486}, + {"Proto": "peerapi6", "Port": 49486} ]}, - "Created": "2026-04-09T01:22:48.944502414Z", + "Created": "2026-04-09T08:28:57.079272591Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 856936056054225, - "StableID": "np4NquF7h711CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "DiscoKey": "discokey:5c90d5be05561ee5dfd985d1f7e2aedc11bd5978f4346289eae186a32945c54d", - "Addresses": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "AllowedIPs": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "Endpoints": ["77.164.248.136:58154", "10.65.0.27:58154", "172.17.0.1:58154"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59989}, - {"Proto": "peerapi6", "Port": 59989} - ]}, - "Created": "2026-04-09T01:22:44.607055421Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 946670321224019, - "StableID": "nJCrZbRkP811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "DiscoKey": "discokey:d4688c65c75ced0affdec536ec13f60c96c73800b7572a23c45464bd96684678", - "Addresses": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "AllowedIPs": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "Endpoints": ["77.164.248.136:50464", "10.65.0.27:50464", "172.17.0.1:50464"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57121}, - {"Proto": "peerapi6", "Port": 57121} - ]}, - "Created": "2026-04-09T01:22:47.863437612Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1221358377219568, - "StableID": "noW5Tn1AYA11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "DiscoKey": "discokey:079ee1e302f135a074b5f35e2b298326d9bf3a8bcba9234598ad6f493d6cf623", - "Addresses": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "AllowedIPs": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "Endpoints": ["77.164.248.136:34294", "10.65.0.27:34294", "172.17.0.1:34294"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44754}, - {"Proto": "peerapi6", "Port": 44754} - ]}, - "Created": "2026-04-09T01:22:46.227205069Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2791486483017956, - "StableID": "n3eTWkcGoN11CNTRL", + "ID": 809660445081462, + "StableID": "n7RqybQhK711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "DiscoKey": "discokey:f80df21eb2d0f925cebb9fd0c3a21b089fc44ac842104e74e5f646e960295b55", - "Addresses": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "AllowedIPs": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "Endpoints": ["77.164.248.136:33230", "10.65.0.27:33230", "172.17.0.1:33230"], + "Key": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "DiscoKey": "discokey:da0609d0931cf16d5235e617d634846838aa27d09d3fd2bc3a02e92e411f9b0e", + "Addresses": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "AllowedIPs": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "Endpoints": ["77.164.248.136:44716", "10.65.0.27:44716", "172.17.0.1:44716"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40707}, - {"Proto": "peerapi6", "Port": 40707} + {"Proto": "peerapi4", "Port": 51396}, + {"Proto": "peerapi6", "Port": 51396} ]}, - "Created": "2026-04-09T01:22:47.323805418Z", + "Created": "2026-04-09T08:28:53.319525518Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4081234862397359, - "StableID": "nrNxFv7QsY11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1998292879118963, + "StableID": "n6evtPm2cG11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "DiscoKey": "discokey:2ced8c67f3b445b453e2f1e736d8bb9b6c056c51c84238fa2edc5598f33d0140", - "Addresses": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "AllowedIPs": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "Endpoints": ["77.164.248.136:46035", "10.65.0.27:46035", "172.17.0.1:46035"], + "Key": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "DiscoKey": "discokey:c31a06d397a25656080242ac1203086cfe9d46f87992fc591b0810571397b04a", + "Addresses": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "AllowedIPs": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "Endpoints": ["77.164.248.136:45537", "10.65.0.27:45537", "172.17.0.1:45537"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36151}, - {"Proto": "peerapi6", "Port": 36151} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59677}, + {"Proto": "peerapi6", "Port": 59677} ]}, - "Created": "2026-04-09T01:22:50.012191248Z", + "Created": "2026-04-09T08:28:53.84075039Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 4317510995757188, - "StableID": "nHPF5BhQia11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "DiscoKey": "discokey:c63daaa362836ed0e0f9f408bc2de2c885b5c900a8354ad35506ba7f9b83af5c", - "Addresses": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "AllowedIPs": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "Endpoints": ["77.164.248.136:50216", "10.65.0.27:50216", "172.17.0.1:50216"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 41792}, - {"Proto": "peerapi6", "Port": 41792} + "ID": 2230413212249374, + "StableID": "n7Mms2BARJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:4566c7a7dd6bacce7c843b73ddc46c66385cd42c22051bb0168bdffd94632538", + "Addresses": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "AllowedIPs": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 54450}, + {"Proto": "peerapi6", "Port": 54450} ]}, - "Created": "2026-04-09T01:22:46.778635286Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4368793375069761, - "StableID": "nLkqK3od7b11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "DiscoKey": "discokey:3725db7d7ff5bd4c7a8607bf0f69916bd7afbe273714cec8b0b89dc07497db49", - "Addresses": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "AllowedIPs": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "Endpoints": ["77.164.248.136:35788", "10.65.0.27:35788", "172.17.0.1:35788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51857}, - {"Proto": "peerapi6", "Port": 51857} - ]}, - "Created": "2026-04-09T01:22:45.690376652Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4902786239528971, - "StableID": "n8ThB6tUHf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:e23ea7e904443122e902bdbc960957bef5993d0891dcb6b156dd876b943b0925", - "Addresses": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "AllowedIPs": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "Endpoints": ["77.164.248.136:36357", "10.65.0.27:36357", "172.17.0.1:36357"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 49762}, - {"Proto": "peerapi6", "Port": 49762} - ]}, - "Created": "2026-04-09T01:22:51.098062882Z", + "Created": "2026-04-09T08:28:57.637520027Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5860726651962890, - "StableID": "nVGs7NMLmn11CNTRL", + "ID": 2531485671687037, + "StableID": "nGCD9VqWmL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "DiscoKey": "discokey:b5a3e458b7ccc31f87becf6343163763640d7c1be928c44d4bf8510975e18677", - "Addresses": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "AllowedIPs": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "Endpoints": ["77.164.248.136:37809", "10.65.0.27:37809", "172.17.0.1:37809"], - "HomeDERP": 14, + "Key": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "DiscoKey": "discokey:4b989c6a83d45ce3df1373a9a4dadfe75dd27572886dad491127e3747ba6d82b", + "Addresses": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "AllowedIPs": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "Endpoints": ["77.164.248.136:49591", "10.65.0.27:49591", "172.17.0.1:49591"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56514}, - {"Proto": "peerapi6", "Port": 56514} + {"Proto": "peerapi4", "Port": 54379}, + {"Proto": "peerapi6", "Port": 54379} ]}, - "Created": "2026-04-09T01:22:44.104431695Z", + "Created": "2026-04-09T08:28:50.042202131Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6506113100411583, - "StableID": "nireYQZdos11CNTRL", + "ID": 3197512373963398, + "StableID": "n77z7EEAyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "DiscoKey": "discokey:1571ac4fa8b5508edec9cec75a0582da05b3c454a2787ba9c988fca381fd1351", - "Addresses": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "AllowedIPs": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "Endpoints": ["77.164.248.136:53684", "10.65.0.27:53684", "172.17.0.1:53684"], + "Key": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "DiscoKey": "discokey:a540b6709773af0e1af08306d3c28d6424f0ad6dfaa64649ac4607f8cdc12708", + "Addresses": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "AllowedIPs": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "Endpoints": ["77.164.248.136:60630", "10.65.0.27:60630", "172.17.0.1:60630"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48998}, - {"Proto": "peerapi6", "Port": 48998} + {"Proto": "peerapi4", "Port": 57687}, + {"Proto": "peerapi6", "Port": 57687} ]}, - "Created": "2026-04-09T01:22:48.406817154Z", + "Created": "2026-04-09T08:28:54.366180703Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7059666621659825, - "StableID": "ngtUfKUL8x11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "KeyExpiry": "2026-10-06T01:22:50Z", - "DiscoKey": "discokey:df72ed6cfe83e2374e081bb6e7c06843220cdca9b97e5812f7bb39b4fa97aa4e", - "Addresses": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "AllowedIPs": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "Endpoints": ["77.164.248.136:34349", "10.65.0.27:34349", "172.17.0.1:34349"], + "ID": 4231259898757423, + "StableID": "nzS6zJ2M3a11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "DiscoKey": "discokey:770e6213a30ad08fb6aabdb069c911f61e0df97ec014084d35340b53f7e91c19", + "Addresses": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "AllowedIPs": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "Endpoints": ["77.164.248.136:49605", "10.65.0.27:49605", "172.17.0.1:49605"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 65192}, - {"Proto": "peerapi6", "Port": 65192} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 37851}, + {"Proto": "peerapi6", "Port": 37851} ]}, - "Created": "2026-04-09T01:22:50.540462333Z", + "Created": "2026-04-09T08:28:50.588697579Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7182085604760198, - "StableID": "nuJmzBDn5y11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:71acc9887145cd8825b728d3da09f63e60b15f7c7b8b3df998c7088b31541117", - "Addresses": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "AllowedIPs": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47688}, - {"Proto": "peerapi6", "Port": 47688} + "ID": 5349279127784041, + "StableID": "nC43nXVhmi11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "DiscoKey": "discokey:1f9f9cd883f933e96a3d4823306106ed41e8b3201ed303f697c92fd25eda4864", + "Addresses": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "AllowedIPs": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "Endpoints": ["77.164.248.136:47650", "10.65.0.27:47650", "172.17.0.1:47650"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 41816}, + {"Proto": "peerapi6", "Port": 41816} ]}, - "Created": "2026-04-09T01:22:51.636797234Z", + "Created": "2026-04-09T08:28:52.215916316Z", "Cap": 131, + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6069131249407967, + "StableID": "nnYJkcniPp11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "DiscoKey": "discokey:ed28fe4b8c9054e49847b1ec5cd1af8ba70d718f212c0fdaba90b53c4913805a", + "Addresses": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "AllowedIPs": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "Endpoints": ["77.164.248.136:52072", "10.65.0.27:52072", "172.17.0.1:52072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35165}, + {"Proto": "peerapi6", "Port": 35165} + ]}, + "Created": "2026-04-09T08:28:56.001912344Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6789272257899383, + "StableID": "nY5Hfqfs1v11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "DiscoKey": "discokey:a85f3853bcaa428992524046a653df6929a5c19aa1bafd58a424721987104e39", + "Addresses": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "AllowedIPs": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "Endpoints": ["77.164.248.136:57991", "10.65.0.27:57991", "172.17.0.1:57991"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49621}, + {"Proto": "peerapi6", "Port": 49621} + ]}, + "Created": "2026-04-09T08:28:51.676621955Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6981248689323994, + "StableID": "nfBjWmZpWw11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "DiscoKey": "discokey:0bb3775f40439d42c219a3b31da07b854275e4c4804376c72db89b3f9e7bfb2a", + "Addresses": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "AllowedIPs": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "Endpoints": ["77.164.248.136:33222", "10.65.0.27:33222", "172.17.0.1:33222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56693}, + {"Proto": "peerapi6", "Port": 56693} + ]}, + "Created": "2026-04-09T08:28:52.758962641Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7092081293464938, + "StableID": "nyLJD5x1Px11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "DiscoKey": "discokey:3d3e22eb33e176166885c852a9bf7d39719ea27043e561c18e0480f2910e1f49", + "Addresses": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "AllowedIPs": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "Endpoints": ["77.164.248.136:48539", "10.65.0.27:48539", "172.17.0.1:48539"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 45010}, + {"Proto": "peerapi6", "Port": 45010} + ]}, + "Created": "2026-04-09T08:28:54.93440155Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7506315605120645, + "StableID": "nctYraBdc121CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "DiscoKey": "discokey:0cc886f70a8401fb1446d611b9d1074edd2e3b421eb544ca61cc76c2465ac26e", + "Addresses": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "AllowedIPs": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "Endpoints": ["77.164.248.136:36248", "10.65.0.27:36248", "172.17.0.1:36248"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41782}, + {"Proto": "peerapi6", "Port": 41782} + ]}, + "Created": "2026-04-09T08:28:51.139932242Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8821,27 +8831,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7725027637530740": { - "ID": 7725027637530740, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6569817716281765": { + "ID": 6569817716281765, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8872,26 +8884,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 856936056054225, - "StableID": "np4NquF7h711CNTRL", + "ID": 4231259898757423, + "StableID": "nzS6zJ2M3a11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 856936056054225, - "Key": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "DiscoKey": "discokey:5c90d5be05561ee5dfd985d1f7e2aedc11bd5978f4346289eae186a32945c54d", - "Addresses": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "AllowedIPs": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "Endpoints": ["77.164.248.136:58154", "10.65.0.27:58154", "172.17.0.1:58154"], + "User": 4231259898757423, + "Key": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "DiscoKey": "discokey:770e6213a30ad08fb6aabdb069c911f61e0df97ec014084d35340b53f7e91c19", + "Addresses": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "AllowedIPs": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "Endpoints": ["77.164.248.136:49605", "10.65.0.27:49605", "172.17.0.1:49605"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 59989}, - {"Proto": "peerapi6", "Port": 59989}, + {"Proto": "peerapi4", "Port": 37851}, + {"Proto": "peerapi6", "Port": 37851}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:22:44.607055421Z", + "Created": "2026-04-09T08:28:50.588697579Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8919,302 +8931,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "MachineKey": "mkey:b05b2af681e3f72683ad77329cc14bf2d8a460597bd957fb0439189954fffa4f", + "NodeKey": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "MachineKey": "mkey:ef60154b142f279e71466c9ef33805adb101bb8110cbf3c2cb6ecccfa564e56d", "Peers": [{ - "ID": 781841388223843, - "StableID": "nr2sBZe67711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "DiscoKey": "discokey:19e82b960b790fd94967665b773af0af9d99f2ca9ecfd379067970b91705c229", - "Addresses": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "AllowedIPs": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "Endpoints": ["77.164.248.136:60239", "10.65.0.27:60239", "172.17.0.1:60239"], + "ID": 252078529647061, + "StableID": "nzypTBgAy211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "KeyExpiry": "2026-10-06T08:28:56Z", + "DiscoKey": "discokey:1f981731a0429e7a70b6108e0e13b7d0f23a8dcf79cc633b883a5d39d32fdd21", + "Addresses": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "AllowedIPs": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "Endpoints": ["77.164.248.136:54164", "10.65.0.27:54164", "172.17.0.1:54164"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37850}, - {"Proto": "peerapi6", "Port": 37850} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61933}, + {"Proto": "peerapi6", "Port": 61933} ]}, - "Created": "2026-04-09T01:22:45.152786985Z", + "Created": "2026-04-09T08:28:56.545447442Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 850960582127470, - "StableID": "nZ2afuHQe711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "DiscoKey": "discokey:33a159fa95a2a883605594ce8e15f0d2b57eae8248b7cd4bc7788a9adacaa107", - "Addresses": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "AllowedIPs": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "ID": 502414121085669, + "StableID": "nYekStZYv411CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:9acfe8fb5c43d6ceea3e2d4f7e4aa7067818ba829b1b195e3a38721a32330211", + "Addresses": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "AllowedIPs": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "Endpoints": ["77.164.248.136:51558", "10.65.0.27:51558", "172.17.0.1:51558"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35048}, - {"Proto": "peerapi6", "Port": 35048} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 49486}, + {"Proto": "peerapi6", "Port": 49486} ]}, - "Created": "2026-04-09T01:22:48.944502414Z", + "Created": "2026-04-09T08:28:57.079272591Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 946670321224019, - "StableID": "nJCrZbRkP811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "DiscoKey": "discokey:d4688c65c75ced0affdec536ec13f60c96c73800b7572a23c45464bd96684678", - "Addresses": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "AllowedIPs": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "Endpoints": ["77.164.248.136:50464", "10.65.0.27:50464", "172.17.0.1:50464"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57121}, - {"Proto": "peerapi6", "Port": 57121} - ]}, - "Created": "2026-04-09T01:22:47.863437612Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1221358377219568, - "StableID": "noW5Tn1AYA11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "DiscoKey": "discokey:079ee1e302f135a074b5f35e2b298326d9bf3a8bcba9234598ad6f493d6cf623", - "Addresses": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "AllowedIPs": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "Endpoints": ["77.164.248.136:34294", "10.65.0.27:34294", "172.17.0.1:34294"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44754}, - {"Proto": "peerapi6", "Port": 44754} - ]}, - "Created": "2026-04-09T01:22:46.227205069Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2791486483017956, - "StableID": "n3eTWkcGoN11CNTRL", + "ID": 809660445081462, + "StableID": "n7RqybQhK711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "DiscoKey": "discokey:f80df21eb2d0f925cebb9fd0c3a21b089fc44ac842104e74e5f646e960295b55", - "Addresses": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "AllowedIPs": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "Endpoints": ["77.164.248.136:33230", "10.65.0.27:33230", "172.17.0.1:33230"], + "Key": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "DiscoKey": "discokey:da0609d0931cf16d5235e617d634846838aa27d09d3fd2bc3a02e92e411f9b0e", + "Addresses": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "AllowedIPs": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "Endpoints": ["77.164.248.136:44716", "10.65.0.27:44716", "172.17.0.1:44716"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40707}, - {"Proto": "peerapi6", "Port": 40707} + {"Proto": "peerapi4", "Port": 51396}, + {"Proto": "peerapi6", "Port": 51396} ]}, - "Created": "2026-04-09T01:22:47.323805418Z", + "Created": "2026-04-09T08:28:53.319525518Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4081234862397359, - "StableID": "nrNxFv7QsY11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1998292879118963, + "StableID": "n6evtPm2cG11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "DiscoKey": "discokey:2ced8c67f3b445b453e2f1e736d8bb9b6c056c51c84238fa2edc5598f33d0140", - "Addresses": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "AllowedIPs": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "Endpoints": ["77.164.248.136:46035", "10.65.0.27:46035", "172.17.0.1:46035"], + "Key": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "DiscoKey": "discokey:c31a06d397a25656080242ac1203086cfe9d46f87992fc591b0810571397b04a", + "Addresses": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "AllowedIPs": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "Endpoints": ["77.164.248.136:45537", "10.65.0.27:45537", "172.17.0.1:45537"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36151}, - {"Proto": "peerapi6", "Port": 36151} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59677}, + {"Proto": "peerapi6", "Port": 59677} ]}, - "Created": "2026-04-09T01:22:50.012191248Z", + "Created": "2026-04-09T08:28:53.84075039Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 4317510995757188, - "StableID": "nHPF5BhQia11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "DiscoKey": "discokey:c63daaa362836ed0e0f9f408bc2de2c885b5c900a8354ad35506ba7f9b83af5c", - "Addresses": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "AllowedIPs": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "Endpoints": ["77.164.248.136:50216", "10.65.0.27:50216", "172.17.0.1:50216"], + "ID": 2230413212249374, + "StableID": "n7Mms2BARJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:4566c7a7dd6bacce7c843b73ddc46c66385cd42c22051bb0168bdffd94632538", + "Addresses": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "AllowedIPs": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "Endpoints": ["77.164.248.136:37054", "10.65.0.27:37054", "172.17.0.1:37054"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 41792}, - {"Proto": "peerapi6", "Port": 41792} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 54450}, + {"Proto": "peerapi6", "Port": 54450} ]}, - "Created": "2026-04-09T01:22:46.778635286Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4368793375069761, - "StableID": "nLkqK3od7b11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "DiscoKey": "discokey:3725db7d7ff5bd4c7a8607bf0f69916bd7afbe273714cec8b0b89dc07497db49", - "Addresses": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "AllowedIPs": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "Endpoints": ["77.164.248.136:35788", "10.65.0.27:35788", "172.17.0.1:35788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51857}, - {"Proto": "peerapi6", "Port": 51857} - ]}, - "Created": "2026-04-09T01:22:45.690376652Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4902786239528971, - "StableID": "n8ThB6tUHf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:e23ea7e904443122e902bdbc960957bef5993d0891dcb6b156dd876b943b0925", - "Addresses": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "AllowedIPs": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "Endpoints": ["77.164.248.136:36357", "10.65.0.27:36357", "172.17.0.1:36357"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 49762}, - {"Proto": "peerapi6", "Port": 49762} - ]}, - "Created": "2026-04-09T01:22:51.098062882Z", + "Created": "2026-04-09T08:28:57.637520027Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5860726651962890, - "StableID": "nVGs7NMLmn11CNTRL", + "ID": 2531485671687037, + "StableID": "nGCD9VqWmL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "DiscoKey": "discokey:b5a3e458b7ccc31f87becf6343163763640d7c1be928c44d4bf8510975e18677", - "Addresses": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "AllowedIPs": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "Endpoints": ["77.164.248.136:37809", "10.65.0.27:37809", "172.17.0.1:37809"], - "HomeDERP": 14, + "Key": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "DiscoKey": "discokey:4b989c6a83d45ce3df1373a9a4dadfe75dd27572886dad491127e3747ba6d82b", + "Addresses": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "AllowedIPs": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "Endpoints": ["77.164.248.136:49591", "10.65.0.27:49591", "172.17.0.1:49591"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56514}, - {"Proto": "peerapi6", "Port": 56514} + {"Proto": "peerapi4", "Port": 54379}, + {"Proto": "peerapi6", "Port": 54379} ]}, - "Created": "2026-04-09T01:22:44.104431695Z", + "Created": "2026-04-09T08:28:50.042202131Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6506113100411583, - "StableID": "nireYQZdos11CNTRL", + "ID": 3197512373963398, + "StableID": "n77z7EEAyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "DiscoKey": "discokey:1571ac4fa8b5508edec9cec75a0582da05b3c454a2787ba9c988fca381fd1351", - "Addresses": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "AllowedIPs": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "Endpoints": ["77.164.248.136:53684", "10.65.0.27:53684", "172.17.0.1:53684"], + "Key": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "DiscoKey": "discokey:a540b6709773af0e1af08306d3c28d6424f0ad6dfaa64649ac4607f8cdc12708", + "Addresses": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "AllowedIPs": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "Endpoints": ["77.164.248.136:60630", "10.65.0.27:60630", "172.17.0.1:60630"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48998}, - {"Proto": "peerapi6", "Port": 48998} + {"Proto": "peerapi4", "Port": 57687}, + {"Proto": "peerapi6", "Port": 57687} ]}, - "Created": "2026-04-09T01:22:48.406817154Z", + "Created": "2026-04-09T08:28:54.366180703Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7059666621659825, - "StableID": "ngtUfKUL8x11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "KeyExpiry": "2026-10-06T01:22:50Z", - "DiscoKey": "discokey:df72ed6cfe83e2374e081bb6e7c06843220cdca9b97e5812f7bb39b4fa97aa4e", - "Addresses": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "AllowedIPs": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "Endpoints": ["77.164.248.136:34349", "10.65.0.27:34349", "172.17.0.1:34349"], + "ID": 5349279127784041, + "StableID": "nC43nXVhmi11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "DiscoKey": "discokey:1f9f9cd883f933e96a3d4823306106ed41e8b3201ed303f697c92fd25eda4864", + "Addresses": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "AllowedIPs": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "Endpoints": ["77.164.248.136:47650", "10.65.0.27:47650", "172.17.0.1:47650"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 65192}, - {"Proto": "peerapi6", "Port": 65192} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 41816}, + {"Proto": "peerapi6", "Port": 41816} ]}, - "Created": "2026-04-09T01:22:50.540462333Z", + "Created": "2026-04-09T08:28:52.215916316Z", "Cap": 131, + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7182085604760198, - "StableID": "nuJmzBDn5y11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:71acc9887145cd8825b728d3da09f63e60b15f7c7b8b3df998c7088b31541117", - "Addresses": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "AllowedIPs": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "Endpoints": ["77.164.248.136:57569", "10.65.0.27:57569", "172.17.0.1:57569"], + "ID": 6069131249407967, + "StableID": "nnYJkcniPp11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "DiscoKey": "discokey:ed28fe4b8c9054e49847b1ec5cd1af8ba70d718f212c0fdaba90b53c4913805a", + "Addresses": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "AllowedIPs": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "Endpoints": ["77.164.248.136:52072", "10.65.0.27:52072", "172.17.0.1:52072"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47688}, - {"Proto": "peerapi6", "Port": 47688} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35165}, + {"Proto": "peerapi6", "Port": 35165} ]}, - "Created": "2026-04-09T01:22:51.636797234Z", + "Created": "2026-04-09T08:28:56.001912344Z", "Cap": 131, + "Tags": ["tag:server"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7725027637530740, - "StableID": "nVdRDrNgK321CNTRL", + "ID": 6569817716281765, + "StableID": "nLadJKyUJt11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "DiscoKey": "discokey:3da4308b5320585088d0f4eb6abe388e13068d4a44ba0b4b10f0d9509c0f427c", - "Addresses": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "AllowedIPs": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "Endpoints": ["77.164.248.136:48642", "10.65.0.27:48642", "172.17.0.1:48642"], + "Key": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "DiscoKey": "discokey:d9ea7d6d7d364428a6a7941cce19e1e2a98a662011c45d9c23500d343f1f7858", + "Addresses": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "AllowedIPs": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "Endpoints": ["77.164.248.136:46314", "10.65.0.27:46314", "172.17.0.1:46314"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39664}, - {"Proto": "peerapi6", "Port": 39664} + {"Proto": "peerapi4", "Port": 59850}, + {"Proto": "peerapi6", "Port": 59850} ]}, - "Created": "2026-04-09T01:22:49.490330012Z", + "Created": "2026-04-09T08:28:55.455384121Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" + }, { + "ID": 6789272257899383, + "StableID": "nY5Hfqfs1v11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "DiscoKey": "discokey:a85f3853bcaa428992524046a653df6929a5c19aa1bafd58a424721987104e39", + "Addresses": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "AllowedIPs": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "Endpoints": ["77.164.248.136:57991", "10.65.0.27:57991", "172.17.0.1:57991"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49621}, + {"Proto": "peerapi6", "Port": 49621} + ]}, + "Created": "2026-04-09T08:28:51.676621955Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6981248689323994, + "StableID": "nfBjWmZpWw11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "DiscoKey": "discokey:0bb3775f40439d42c219a3b31da07b854275e4c4804376c72db89b3f9e7bfb2a", + "Addresses": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "AllowedIPs": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "Endpoints": ["77.164.248.136:33222", "10.65.0.27:33222", "172.17.0.1:33222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56693}, + {"Proto": "peerapi6", "Port": 56693} + ]}, + "Created": "2026-04-09T08:28:52.758962641Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7092081293464938, + "StableID": "nyLJD5x1Px11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "DiscoKey": "discokey:3d3e22eb33e176166885c852a9bf7d39719ea27043e561c18e0480f2910e1f49", + "Addresses": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "AllowedIPs": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "Endpoints": ["77.164.248.136:48539", "10.65.0.27:48539", "172.17.0.1:48539"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 45010}, + {"Proto": "peerapi6", "Port": 45010} + ]}, + "Created": "2026-04-09T08:28:54.93440155Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7506315605120645, + "StableID": "nctYraBdc121CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "DiscoKey": "discokey:0cc886f70a8401fb1446d611b9d1074edd2e3b421eb544ca61cc76c2465ac26e", + "Addresses": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "AllowedIPs": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "Endpoints": ["77.164.248.136:36248", "10.65.0.27:36248", "172.17.0.1:36248"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41782}, + {"Proto": "peerapi6", "Port": 41782} + ]}, + "Created": "2026-04-09T08:28:51.139932242Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10062,27 +10074,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "856936056054225": { - "ID": 856936056054225, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4231259898757423": { + "ID": 4231259898757423, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10113,26 +10127,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5860726651962890, - "StableID": "nVGs7NMLmn11CNTRL", + "ID": 2531485671687037, + "StableID": "nGCD9VqWmL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 5860726651962890, - "Key": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "DiscoKey": "discokey:b5a3e458b7ccc31f87becf6343163763640d7c1be928c44d4bf8510975e18677", - "Addresses": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "AllowedIPs": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "Endpoints": ["77.164.248.136:37809", "10.65.0.27:37809", "172.17.0.1:37809"], + "User": 2531485671687037, + "Key": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "DiscoKey": "discokey:4b989c6a83d45ce3df1373a9a4dadfe75dd27572886dad491127e3747ba6d82b", + "Addresses": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "AllowedIPs": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "Endpoints": ["77.164.248.136:49591", "10.65.0.27:49591", "172.17.0.1:49591"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 56514}, - {"Proto": "peerapi6", "Port": 56514}, + {"Proto": "peerapi4", "Port": 54379}, + {"Proto": "peerapi6", "Port": 54379}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:22:44.104431695Z", + "Created": "2026-04-09T08:28:50.042202131Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10160,302 +10174,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "MachineKey": "mkey:33ce57b3f01a48460137c74639e0339f59c40f108f20e3b8b48a4a15d99b763b", + "NodeKey": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "MachineKey": "mkey:c7c106666ea2d7f2c69e829c4d9242947e0c903acf57ca396b1d1c143b503d64", "Peers": [{ - "ID": 781841388223843, - "StableID": "nr2sBZe67711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "DiscoKey": "discokey:19e82b960b790fd94967665b773af0af9d99f2ca9ecfd379067970b91705c229", - "Addresses": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "AllowedIPs": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "Endpoints": ["77.164.248.136:60239", "10.65.0.27:60239", "172.17.0.1:60239"], + "ID": 252078529647061, + "StableID": "nzypTBgAy211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "KeyExpiry": "2026-10-06T08:28:56Z", + "DiscoKey": "discokey:1f981731a0429e7a70b6108e0e13b7d0f23a8dcf79cc633b883a5d39d32fdd21", + "Addresses": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "AllowedIPs": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "Endpoints": ["77.164.248.136:54164", "10.65.0.27:54164", "172.17.0.1:54164"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37850}, - {"Proto": "peerapi6", "Port": 37850} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61933}, + {"Proto": "peerapi6", "Port": 61933} ]}, - "Created": "2026-04-09T01:22:45.152786985Z", + "Created": "2026-04-09T08:28:56.545447442Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 850960582127470, - "StableID": "nZ2afuHQe711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "DiscoKey": "discokey:33a159fa95a2a883605594ce8e15f0d2b57eae8248b7cd4bc7788a9adacaa107", - "Addresses": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "AllowedIPs": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "ID": 502414121085669, + "StableID": "nYekStZYv411CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:9acfe8fb5c43d6ceea3e2d4f7e4aa7067818ba829b1b195e3a38721a32330211", + "Addresses": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "AllowedIPs": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "Endpoints": ["77.164.248.136:51558", "10.65.0.27:51558", "172.17.0.1:51558"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35048}, - {"Proto": "peerapi6", "Port": 35048} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 49486}, + {"Proto": "peerapi6", "Port": 49486} ]}, - "Created": "2026-04-09T01:22:48.944502414Z", + "Created": "2026-04-09T08:28:57.079272591Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 856936056054225, - "StableID": "np4NquF7h711CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "DiscoKey": "discokey:5c90d5be05561ee5dfd985d1f7e2aedc11bd5978f4346289eae186a32945c54d", - "Addresses": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "AllowedIPs": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "Endpoints": ["77.164.248.136:58154", "10.65.0.27:58154", "172.17.0.1:58154"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59989}, - {"Proto": "peerapi6", "Port": 59989} - ]}, - "Created": "2026-04-09T01:22:44.607055421Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 946670321224019, - "StableID": "nJCrZbRkP811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "DiscoKey": "discokey:d4688c65c75ced0affdec536ec13f60c96c73800b7572a23c45464bd96684678", - "Addresses": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "AllowedIPs": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "Endpoints": ["77.164.248.136:50464", "10.65.0.27:50464", "172.17.0.1:50464"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57121}, - {"Proto": "peerapi6", "Port": 57121} - ]}, - "Created": "2026-04-09T01:22:47.863437612Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1221358377219568, - "StableID": "noW5Tn1AYA11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "DiscoKey": "discokey:079ee1e302f135a074b5f35e2b298326d9bf3a8bcba9234598ad6f493d6cf623", - "Addresses": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "AllowedIPs": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "Endpoints": ["77.164.248.136:34294", "10.65.0.27:34294", "172.17.0.1:34294"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44754}, - {"Proto": "peerapi6", "Port": 44754} - ]}, - "Created": "2026-04-09T01:22:46.227205069Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2791486483017956, - "StableID": "n3eTWkcGoN11CNTRL", + "ID": 809660445081462, + "StableID": "n7RqybQhK711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "DiscoKey": "discokey:f80df21eb2d0f925cebb9fd0c3a21b089fc44ac842104e74e5f646e960295b55", - "Addresses": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "AllowedIPs": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "Endpoints": ["77.164.248.136:33230", "10.65.0.27:33230", "172.17.0.1:33230"], + "Key": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "DiscoKey": "discokey:da0609d0931cf16d5235e617d634846838aa27d09d3fd2bc3a02e92e411f9b0e", + "Addresses": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "AllowedIPs": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "Endpoints": ["77.164.248.136:44716", "10.65.0.27:44716", "172.17.0.1:44716"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40707}, - {"Proto": "peerapi6", "Port": 40707} + {"Proto": "peerapi4", "Port": 51396}, + {"Proto": "peerapi6", "Port": 51396} ]}, - "Created": "2026-04-09T01:22:47.323805418Z", + "Created": "2026-04-09T08:28:53.319525518Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4081234862397359, - "StableID": "nrNxFv7QsY11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1998292879118963, + "StableID": "n6evtPm2cG11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "DiscoKey": "discokey:2ced8c67f3b445b453e2f1e736d8bb9b6c056c51c84238fa2edc5598f33d0140", - "Addresses": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "AllowedIPs": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "Endpoints": ["77.164.248.136:46035", "10.65.0.27:46035", "172.17.0.1:46035"], + "Key": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "DiscoKey": "discokey:c31a06d397a25656080242ac1203086cfe9d46f87992fc591b0810571397b04a", + "Addresses": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "AllowedIPs": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "Endpoints": ["77.164.248.136:45537", "10.65.0.27:45537", "172.17.0.1:45537"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36151}, - {"Proto": "peerapi6", "Port": 36151} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59677}, + {"Proto": "peerapi6", "Port": 59677} ]}, - "Created": "2026-04-09T01:22:50.012191248Z", + "Created": "2026-04-09T08:28:53.84075039Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 4317510995757188, - "StableID": "nHPF5BhQia11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "DiscoKey": "discokey:c63daaa362836ed0e0f9f408bc2de2c885b5c900a8354ad35506ba7f9b83af5c", - "Addresses": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "AllowedIPs": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "Endpoints": ["77.164.248.136:50216", "10.65.0.27:50216", "172.17.0.1:50216"], + "ID": 2230413212249374, + "StableID": "n7Mms2BARJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:4566c7a7dd6bacce7c843b73ddc46c66385cd42c22051bb0168bdffd94632538", + "Addresses": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "AllowedIPs": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "Endpoints": ["77.164.248.136:37054", "10.65.0.27:37054", "172.17.0.1:37054"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 41792}, - {"Proto": "peerapi6", "Port": 41792} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 54450}, + {"Proto": "peerapi6", "Port": 54450} ]}, - "Created": "2026-04-09T01:22:46.778635286Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4368793375069761, - "StableID": "nLkqK3od7b11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "DiscoKey": "discokey:3725db7d7ff5bd4c7a8607bf0f69916bd7afbe273714cec8b0b89dc07497db49", - "Addresses": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "AllowedIPs": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "Endpoints": ["77.164.248.136:35788", "10.65.0.27:35788", "172.17.0.1:35788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51857}, - {"Proto": "peerapi6", "Port": 51857} - ]}, - "Created": "2026-04-09T01:22:45.690376652Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4902786239528971, - "StableID": "n8ThB6tUHf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:e23ea7e904443122e902bdbc960957bef5993d0891dcb6b156dd876b943b0925", - "Addresses": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "AllowedIPs": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "Endpoints": ["77.164.248.136:36357", "10.65.0.27:36357", "172.17.0.1:36357"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 49762}, - {"Proto": "peerapi6", "Port": 49762} - ]}, - "Created": "2026-04-09T01:22:51.098062882Z", + "Created": "2026-04-09T08:28:57.637520027Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6506113100411583, - "StableID": "nireYQZdos11CNTRL", + "ID": 3197512373963398, + "StableID": "n77z7EEAyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "DiscoKey": "discokey:1571ac4fa8b5508edec9cec75a0582da05b3c454a2787ba9c988fca381fd1351", - "Addresses": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "AllowedIPs": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "Endpoints": ["77.164.248.136:53684", "10.65.0.27:53684", "172.17.0.1:53684"], + "Key": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "DiscoKey": "discokey:a540b6709773af0e1af08306d3c28d6424f0ad6dfaa64649ac4607f8cdc12708", + "Addresses": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "AllowedIPs": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "Endpoints": ["77.164.248.136:60630", "10.65.0.27:60630", "172.17.0.1:60630"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48998}, - {"Proto": "peerapi6", "Port": 48998} + {"Proto": "peerapi4", "Port": 57687}, + {"Proto": "peerapi6", "Port": 57687} ]}, - "Created": "2026-04-09T01:22:48.406817154Z", + "Created": "2026-04-09T08:28:54.366180703Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7059666621659825, - "StableID": "ngtUfKUL8x11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "KeyExpiry": "2026-10-06T01:22:50Z", - "DiscoKey": "discokey:df72ed6cfe83e2374e081bb6e7c06843220cdca9b97e5812f7bb39b4fa97aa4e", - "Addresses": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "AllowedIPs": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "Endpoints": ["77.164.248.136:34349", "10.65.0.27:34349", "172.17.0.1:34349"], + "ID": 4231259898757423, + "StableID": "nzS6zJ2M3a11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "DiscoKey": "discokey:770e6213a30ad08fb6aabdb069c911f61e0df97ec014084d35340b53f7e91c19", + "Addresses": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "AllowedIPs": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "Endpoints": ["77.164.248.136:49605", "10.65.0.27:49605", "172.17.0.1:49605"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 65192}, - {"Proto": "peerapi6", "Port": 65192} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 37851}, + {"Proto": "peerapi6", "Port": 37851} ]}, - "Created": "2026-04-09T01:22:50.540462333Z", + "Created": "2026-04-09T08:28:50.588697579Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7182085604760198, - "StableID": "nuJmzBDn5y11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:71acc9887145cd8825b728d3da09f63e60b15f7c7b8b3df998c7088b31541117", - "Addresses": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "AllowedIPs": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "Endpoints": ["77.164.248.136:57569", "10.65.0.27:57569", "172.17.0.1:57569"], + "ID": 5349279127784041, + "StableID": "nC43nXVhmi11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "DiscoKey": "discokey:1f9f9cd883f933e96a3d4823306106ed41e8b3201ed303f697c92fd25eda4864", + "Addresses": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "AllowedIPs": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "Endpoints": ["77.164.248.136:47650", "10.65.0.27:47650", "172.17.0.1:47650"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47688}, - {"Proto": "peerapi6", "Port": 47688} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 41816}, + {"Proto": "peerapi6", "Port": 41816} ]}, - "Created": "2026-04-09T01:22:51.636797234Z", + "Created": "2026-04-09T08:28:52.215916316Z", "Cap": 131, + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7725027637530740, - "StableID": "nVdRDrNgK321CNTRL", + "ID": 6069131249407967, + "StableID": "nnYJkcniPp11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "DiscoKey": "discokey:ed28fe4b8c9054e49847b1ec5cd1af8ba70d718f212c0fdaba90b53c4913805a", + "Addresses": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "AllowedIPs": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "Endpoints": ["77.164.248.136:52072", "10.65.0.27:52072", "172.17.0.1:52072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35165}, + {"Proto": "peerapi6", "Port": 35165} + ]}, + "Created": "2026-04-09T08:28:56.001912344Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6569817716281765, + "StableID": "nLadJKyUJt11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "DiscoKey": "discokey:3da4308b5320585088d0f4eb6abe388e13068d4a44ba0b4b10f0d9509c0f427c", - "Addresses": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "AllowedIPs": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "Endpoints": ["77.164.248.136:48642", "10.65.0.27:48642", "172.17.0.1:48642"], + "Key": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "DiscoKey": "discokey:d9ea7d6d7d364428a6a7941cce19e1e2a98a662011c45d9c23500d343f1f7858", + "Addresses": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "AllowedIPs": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "Endpoints": ["77.164.248.136:46314", "10.65.0.27:46314", "172.17.0.1:46314"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39664}, - {"Proto": "peerapi6", "Port": 39664} + {"Proto": "peerapi4", "Port": 59850}, + {"Proto": "peerapi6", "Port": 59850} ]}, - "Created": "2026-04-09T01:22:49.490330012Z", + "Created": "2026-04-09T08:28:55.455384121Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" + }, { + "ID": 6789272257899383, + "StableID": "nY5Hfqfs1v11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "DiscoKey": "discokey:a85f3853bcaa428992524046a653df6929a5c19aa1bafd58a424721987104e39", + "Addresses": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "AllowedIPs": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "Endpoints": ["77.164.248.136:57991", "10.65.0.27:57991", "172.17.0.1:57991"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49621}, + {"Proto": "peerapi6", "Port": 49621} + ]}, + "Created": "2026-04-09T08:28:51.676621955Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6981248689323994, + "StableID": "nfBjWmZpWw11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "DiscoKey": "discokey:0bb3775f40439d42c219a3b31da07b854275e4c4804376c72db89b3f9e7bfb2a", + "Addresses": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "AllowedIPs": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "Endpoints": ["77.164.248.136:33222", "10.65.0.27:33222", "172.17.0.1:33222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56693}, + {"Proto": "peerapi6", "Port": 56693} + ]}, + "Created": "2026-04-09T08:28:52.758962641Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7092081293464938, + "StableID": "nyLJD5x1Px11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "DiscoKey": "discokey:3d3e22eb33e176166885c852a9bf7d39719ea27043e561c18e0480f2910e1f49", + "Addresses": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "AllowedIPs": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "Endpoints": ["77.164.248.136:48539", "10.65.0.27:48539", "172.17.0.1:48539"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 45010}, + {"Proto": "peerapi6", "Port": 45010} + ]}, + "Created": "2026-04-09T08:28:54.93440155Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7506315605120645, + "StableID": "nctYraBdc121CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "DiscoKey": "discokey:0cc886f70a8401fb1446d611b9d1074edd2e3b421eb544ca61cc76c2465ac26e", + "Addresses": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "AllowedIPs": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "Endpoints": ["77.164.248.136:36248", "10.65.0.27:36248", "172.17.0.1:36248"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41782}, + {"Proto": "peerapi6", "Port": 41782} + ]}, + "Created": "2026-04-09T08:28:51.139932242Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11303,27 +11317,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5860726651962890": { - "ID": 5860726651962890, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2531485671687037": { + "ID": 2531485671687037, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11354,21 +11370,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1221358377219568, - "StableID": "noW5Tn1AYA11CNTRL", + "ID": 5349279127784041, + "StableID": "nC43nXVhmi11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 1221358377219568, - "Key": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "DiscoKey": "discokey:079ee1e302f135a074b5f35e2b298326d9bf3a8bcba9234598ad6f493d6cf623", - "Addresses": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "AllowedIPs": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "Endpoints": ["77.164.248.136:34294", "10.65.0.27:34294", "172.17.0.1:34294"], + "User": 5349279127784041, + "Key": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "DiscoKey": "discokey:1f9f9cd883f933e96a3d4823306106ed41e8b3201ed303f697c92fd25eda4864", + "Addresses": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "AllowedIPs": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "Endpoints": ["77.164.248.136:47650", "10.65.0.27:47650", "172.17.0.1:47650"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 44754}, - {"Proto": "peerapi6", "Port": 44754}, + {"Proto": "peerapi4", "Port": 41816}, + {"Proto": "peerapi6", "Port": 41816}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:46.227205069Z", + "Created": "2026-04-09T08:28:52.215916316Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11396,300 +11412,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "MachineKey": "mkey:9a27d9cbaae752f85d7bf3ceea3a0e41fe5f693c5add1ee9608db6df19e61542", + "NodeKey": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "MachineKey": "mkey:508850c24dd7fb77fc051bc69dee3dc502150548a4c148bf2ecedd3baac2d377", "Peers": [{ - "ID": 781841388223843, - "StableID": "nr2sBZe67711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "DiscoKey": "discokey:19e82b960b790fd94967665b773af0af9d99f2ca9ecfd379067970b91705c229", - "Addresses": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "AllowedIPs": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "Endpoints": ["77.164.248.136:60239", "10.65.0.27:60239", "172.17.0.1:60239"], + "ID": 252078529647061, + "StableID": "nzypTBgAy211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "KeyExpiry": "2026-10-06T08:28:56Z", + "DiscoKey": "discokey:1f981731a0429e7a70b6108e0e13b7d0f23a8dcf79cc633b883a5d39d32fdd21", + "Addresses": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "AllowedIPs": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "Endpoints": ["77.164.248.136:54164", "10.65.0.27:54164", "172.17.0.1:54164"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37850}, - {"Proto": "peerapi6", "Port": 37850} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61933}, + {"Proto": "peerapi6", "Port": 61933} ]}, - "Created": "2026-04-09T01:22:45.152786985Z", + "Created": "2026-04-09T08:28:56.545447442Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 850960582127470, - "StableID": "nZ2afuHQe711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "DiscoKey": "discokey:33a159fa95a2a883605594ce8e15f0d2b57eae8248b7cd4bc7788a9adacaa107", - "Addresses": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "AllowedIPs": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "ID": 502414121085669, + "StableID": "nYekStZYv411CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:9acfe8fb5c43d6ceea3e2d4f7e4aa7067818ba829b1b195e3a38721a32330211", + "Addresses": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "AllowedIPs": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "Endpoints": ["77.164.248.136:51558", "10.65.0.27:51558", "172.17.0.1:51558"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35048}, - {"Proto": "peerapi6", "Port": 35048} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 49486}, + {"Proto": "peerapi6", "Port": 49486} ]}, - "Created": "2026-04-09T01:22:48.944502414Z", + "Created": "2026-04-09T08:28:57.079272591Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 856936056054225, - "StableID": "np4NquF7h711CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "DiscoKey": "discokey:5c90d5be05561ee5dfd985d1f7e2aedc11bd5978f4346289eae186a32945c54d", - "Addresses": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "AllowedIPs": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "Endpoints": ["77.164.248.136:58154", "10.65.0.27:58154", "172.17.0.1:58154"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59989}, - {"Proto": "peerapi6", "Port": 59989} - ]}, - "Created": "2026-04-09T01:22:44.607055421Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 946670321224019, - "StableID": "nJCrZbRkP811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "DiscoKey": "discokey:d4688c65c75ced0affdec536ec13f60c96c73800b7572a23c45464bd96684678", - "Addresses": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "AllowedIPs": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "Endpoints": ["77.164.248.136:50464", "10.65.0.27:50464", "172.17.0.1:50464"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57121}, - {"Proto": "peerapi6", "Port": 57121} - ]}, - "Created": "2026-04-09T01:22:47.863437612Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2791486483017956, - "StableID": "n3eTWkcGoN11CNTRL", + "ID": 809660445081462, + "StableID": "n7RqybQhK711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "DiscoKey": "discokey:f80df21eb2d0f925cebb9fd0c3a21b089fc44ac842104e74e5f646e960295b55", - "Addresses": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "AllowedIPs": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "Endpoints": ["77.164.248.136:33230", "10.65.0.27:33230", "172.17.0.1:33230"], + "Key": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "DiscoKey": "discokey:da0609d0931cf16d5235e617d634846838aa27d09d3fd2bc3a02e92e411f9b0e", + "Addresses": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "AllowedIPs": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "Endpoints": ["77.164.248.136:44716", "10.65.0.27:44716", "172.17.0.1:44716"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40707}, - {"Proto": "peerapi6", "Port": 40707} + {"Proto": "peerapi4", "Port": 51396}, + {"Proto": "peerapi6", "Port": 51396} ]}, - "Created": "2026-04-09T01:22:47.323805418Z", + "Created": "2026-04-09T08:28:53.319525518Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4081234862397359, - "StableID": "nrNxFv7QsY11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1998292879118963, + "StableID": "n6evtPm2cG11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "DiscoKey": "discokey:2ced8c67f3b445b453e2f1e736d8bb9b6c056c51c84238fa2edc5598f33d0140", - "Addresses": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "AllowedIPs": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "Endpoints": ["77.164.248.136:46035", "10.65.0.27:46035", "172.17.0.1:46035"], + "Key": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "DiscoKey": "discokey:c31a06d397a25656080242ac1203086cfe9d46f87992fc591b0810571397b04a", + "Addresses": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "AllowedIPs": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "Endpoints": ["77.164.248.136:45537", "10.65.0.27:45537", "172.17.0.1:45537"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36151}, - {"Proto": "peerapi6", "Port": 36151} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59677}, + {"Proto": "peerapi6", "Port": 59677} ]}, - "Created": "2026-04-09T01:22:50.012191248Z", + "Created": "2026-04-09T08:28:53.84075039Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 4317510995757188, - "StableID": "nHPF5BhQia11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "DiscoKey": "discokey:c63daaa362836ed0e0f9f408bc2de2c885b5c900a8354ad35506ba7f9b83af5c", - "Addresses": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "AllowedIPs": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "Endpoints": ["77.164.248.136:50216", "10.65.0.27:50216", "172.17.0.1:50216"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 41792}, - {"Proto": "peerapi6", "Port": 41792} + "ID": 2230413212249374, + "StableID": "n7Mms2BARJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:4566c7a7dd6bacce7c843b73ddc46c66385cd42c22051bb0168bdffd94632538", + "Addresses": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "AllowedIPs": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 54450}, + {"Proto": "peerapi6", "Port": 54450} ]}, - "Created": "2026-04-09T01:22:46.778635286Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4368793375069761, - "StableID": "nLkqK3od7b11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "DiscoKey": "discokey:3725db7d7ff5bd4c7a8607bf0f69916bd7afbe273714cec8b0b89dc07497db49", - "Addresses": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "AllowedIPs": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "Endpoints": ["77.164.248.136:35788", "10.65.0.27:35788", "172.17.0.1:35788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51857}, - {"Proto": "peerapi6", "Port": 51857} - ]}, - "Created": "2026-04-09T01:22:45.690376652Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4902786239528971, - "StableID": "n8ThB6tUHf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:e23ea7e904443122e902bdbc960957bef5993d0891dcb6b156dd876b943b0925", - "Addresses": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "AllowedIPs": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "Endpoints": ["77.164.248.136:36357", "10.65.0.27:36357", "172.17.0.1:36357"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 49762}, - {"Proto": "peerapi6", "Port": 49762} - ]}, - "Created": "2026-04-09T01:22:51.098062882Z", + "Created": "2026-04-09T08:28:57.637520027Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5860726651962890, - "StableID": "nVGs7NMLmn11CNTRL", + "ID": 2531485671687037, + "StableID": "nGCD9VqWmL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "DiscoKey": "discokey:b5a3e458b7ccc31f87becf6343163763640d7c1be928c44d4bf8510975e18677", - "Addresses": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "AllowedIPs": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "Endpoints": ["77.164.248.136:37809", "10.65.0.27:37809", "172.17.0.1:37809"], - "HomeDERP": 14, + "Key": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "DiscoKey": "discokey:4b989c6a83d45ce3df1373a9a4dadfe75dd27572886dad491127e3747ba6d82b", + "Addresses": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "AllowedIPs": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "Endpoints": ["77.164.248.136:49591", "10.65.0.27:49591", "172.17.0.1:49591"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56514}, - {"Proto": "peerapi6", "Port": 56514} + {"Proto": "peerapi4", "Port": 54379}, + {"Proto": "peerapi6", "Port": 54379} ]}, - "Created": "2026-04-09T01:22:44.104431695Z", + "Created": "2026-04-09T08:28:50.042202131Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6506113100411583, - "StableID": "nireYQZdos11CNTRL", + "ID": 3197512373963398, + "StableID": "n77z7EEAyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "DiscoKey": "discokey:1571ac4fa8b5508edec9cec75a0582da05b3c454a2787ba9c988fca381fd1351", - "Addresses": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "AllowedIPs": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "Endpoints": ["77.164.248.136:53684", "10.65.0.27:53684", "172.17.0.1:53684"], + "Key": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "DiscoKey": "discokey:a540b6709773af0e1af08306d3c28d6424f0ad6dfaa64649ac4607f8cdc12708", + "Addresses": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "AllowedIPs": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "Endpoints": ["77.164.248.136:60630", "10.65.0.27:60630", "172.17.0.1:60630"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48998}, - {"Proto": "peerapi6", "Port": 48998} + {"Proto": "peerapi4", "Port": 57687}, + {"Proto": "peerapi6", "Port": 57687} ]}, - "Created": "2026-04-09T01:22:48.406817154Z", + "Created": "2026-04-09T08:28:54.366180703Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7059666621659825, - "StableID": "ngtUfKUL8x11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "KeyExpiry": "2026-10-06T01:22:50Z", - "DiscoKey": "discokey:df72ed6cfe83e2374e081bb6e7c06843220cdca9b97e5812f7bb39b4fa97aa4e", - "Addresses": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "AllowedIPs": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "Endpoints": ["77.164.248.136:34349", "10.65.0.27:34349", "172.17.0.1:34349"], + "ID": 4231259898757423, + "StableID": "nzS6zJ2M3a11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "DiscoKey": "discokey:770e6213a30ad08fb6aabdb069c911f61e0df97ec014084d35340b53f7e91c19", + "Addresses": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "AllowedIPs": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "Endpoints": ["77.164.248.136:49605", "10.65.0.27:49605", "172.17.0.1:49605"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 65192}, - {"Proto": "peerapi6", "Port": 65192} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 37851}, + {"Proto": "peerapi6", "Port": 37851} ]}, - "Created": "2026-04-09T01:22:50.540462333Z", + "Created": "2026-04-09T08:28:50.588697579Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7182085604760198, - "StableID": "nuJmzBDn5y11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:71acc9887145cd8825b728d3da09f63e60b15f7c7b8b3df998c7088b31541117", - "Addresses": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "AllowedIPs": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47688}, - {"Proto": "peerapi6", "Port": 47688} + "ID": 6069131249407967, + "StableID": "nnYJkcniPp11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "DiscoKey": "discokey:ed28fe4b8c9054e49847b1ec5cd1af8ba70d718f212c0fdaba90b53c4913805a", + "Addresses": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "AllowedIPs": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "Endpoints": ["77.164.248.136:52072", "10.65.0.27:52072", "172.17.0.1:52072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35165}, + {"Proto": "peerapi6", "Port": 35165} ]}, - "Created": "2026-04-09T01:22:51.636797234Z", + "Created": "2026-04-09T08:28:56.001912344Z", "Cap": 131, + "Tags": ["tag:server"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7725027637530740, - "StableID": "nVdRDrNgK321CNTRL", + "ID": 6569817716281765, + "StableID": "nLadJKyUJt11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "DiscoKey": "discokey:3da4308b5320585088d0f4eb6abe388e13068d4a44ba0b4b10f0d9509c0f427c", - "Addresses": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "AllowedIPs": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "Endpoints": ["77.164.248.136:48642", "10.65.0.27:48642", "172.17.0.1:48642"], + "Key": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "DiscoKey": "discokey:d9ea7d6d7d364428a6a7941cce19e1e2a98a662011c45d9c23500d343f1f7858", + "Addresses": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "AllowedIPs": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "Endpoints": ["77.164.248.136:46314", "10.65.0.27:46314", "172.17.0.1:46314"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39664}, - {"Proto": "peerapi6", "Port": 39664} + {"Proto": "peerapi4", "Port": 59850}, + {"Proto": "peerapi6", "Port": 59850} ]}, - "Created": "2026-04-09T01:22:49.490330012Z", + "Created": "2026-04-09T08:28:55.455384121Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" + }, { + "ID": 6789272257899383, + "StableID": "nY5Hfqfs1v11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "DiscoKey": "discokey:a85f3853bcaa428992524046a653df6929a5c19aa1bafd58a424721987104e39", + "Addresses": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "AllowedIPs": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "Endpoints": ["77.164.248.136:57991", "10.65.0.27:57991", "172.17.0.1:57991"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49621}, + {"Proto": "peerapi6", "Port": 49621} + ]}, + "Created": "2026-04-09T08:28:51.676621955Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6981248689323994, + "StableID": "nfBjWmZpWw11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "DiscoKey": "discokey:0bb3775f40439d42c219a3b31da07b854275e4c4804376c72db89b3f9e7bfb2a", + "Addresses": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "AllowedIPs": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "Endpoints": ["77.164.248.136:33222", "10.65.0.27:33222", "172.17.0.1:33222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56693}, + {"Proto": "peerapi6", "Port": 56693} + ]}, + "Created": "2026-04-09T08:28:52.758962641Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7092081293464938, + "StableID": "nyLJD5x1Px11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "DiscoKey": "discokey:3d3e22eb33e176166885c852a9bf7d39719ea27043e561c18e0480f2910e1f49", + "Addresses": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "AllowedIPs": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "Endpoints": ["77.164.248.136:48539", "10.65.0.27:48539", "172.17.0.1:48539"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 45010}, + {"Proto": "peerapi6", "Port": 45010} + ]}, + "Created": "2026-04-09T08:28:54.93440155Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7506315605120645, + "StableID": "nctYraBdc121CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "DiscoKey": "discokey:0cc886f70a8401fb1446d611b9d1074edd2e3b421eb544ca61cc76c2465ac26e", + "Addresses": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "AllowedIPs": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "Endpoints": ["77.164.248.136:36248", "10.65.0.27:36248", "172.17.0.1:36248"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41782}, + {"Proto": "peerapi6", "Port": 41782} + ]}, + "Created": "2026-04-09T08:28:51.139932242Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12537,27 +12553,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1221358377219568": { - "ID": 1221358377219568, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5349279127784041": { + "ID": 5349279127784041, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12588,21 +12606,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4368793375069761, - "StableID": "nLkqK3od7b11CNTRL", + "ID": 6789272257899383, + "StableID": "nY5Hfqfs1v11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 4368793375069761, - "Key": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "DiscoKey": "discokey:3725db7d7ff5bd4c7a8607bf0f69916bd7afbe273714cec8b0b89dc07497db49", - "Addresses": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "AllowedIPs": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "Endpoints": ["77.164.248.136:35788", "10.65.0.27:35788", "172.17.0.1:35788"], + "User": 6789272257899383, + "Key": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "DiscoKey": "discokey:a85f3853bcaa428992524046a653df6929a5c19aa1bafd58a424721987104e39", + "Addresses": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "AllowedIPs": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "Endpoints": ["77.164.248.136:57991", "10.65.0.27:57991", "172.17.0.1:57991"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 51857}, - {"Proto": "peerapi6", "Port": 51857}, + {"Proto": "peerapi4", "Port": 49621}, + {"Proto": "peerapi6", "Port": 49621}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:45.690376652Z", + "Created": "2026-04-09T08:28:51.676621955Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12630,300 +12648,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "MachineKey": "mkey:8ea6e7dce4a9deb5f42ab38d374aa8758bc58658b461efd947dba7bc03f3e161", + "NodeKey": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "MachineKey": "mkey:86875afa8eb644dfca6eb8dd92aa9001ab710bbf6f859994c80bbf1c9d68e00d", "Peers": [{ - "ID": 781841388223843, - "StableID": "nr2sBZe67711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "DiscoKey": "discokey:19e82b960b790fd94967665b773af0af9d99f2ca9ecfd379067970b91705c229", - "Addresses": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "AllowedIPs": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "Endpoints": ["77.164.248.136:60239", "10.65.0.27:60239", "172.17.0.1:60239"], + "ID": 252078529647061, + "StableID": "nzypTBgAy211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "KeyExpiry": "2026-10-06T08:28:56Z", + "DiscoKey": "discokey:1f981731a0429e7a70b6108e0e13b7d0f23a8dcf79cc633b883a5d39d32fdd21", + "Addresses": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "AllowedIPs": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "Endpoints": ["77.164.248.136:54164", "10.65.0.27:54164", "172.17.0.1:54164"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37850}, - {"Proto": "peerapi6", "Port": 37850} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61933}, + {"Proto": "peerapi6", "Port": 61933} ]}, - "Created": "2026-04-09T01:22:45.152786985Z", + "Created": "2026-04-09T08:28:56.545447442Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 850960582127470, - "StableID": "nZ2afuHQe711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "DiscoKey": "discokey:33a159fa95a2a883605594ce8e15f0d2b57eae8248b7cd4bc7788a9adacaa107", - "Addresses": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "AllowedIPs": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "ID": 502414121085669, + "StableID": "nYekStZYv411CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:9acfe8fb5c43d6ceea3e2d4f7e4aa7067818ba829b1b195e3a38721a32330211", + "Addresses": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "AllowedIPs": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "Endpoints": ["77.164.248.136:51558", "10.65.0.27:51558", "172.17.0.1:51558"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35048}, - {"Proto": "peerapi6", "Port": 35048} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 49486}, + {"Proto": "peerapi6", "Port": 49486} ]}, - "Created": "2026-04-09T01:22:48.944502414Z", + "Created": "2026-04-09T08:28:57.079272591Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 856936056054225, - "StableID": "np4NquF7h711CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "DiscoKey": "discokey:5c90d5be05561ee5dfd985d1f7e2aedc11bd5978f4346289eae186a32945c54d", - "Addresses": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "AllowedIPs": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "Endpoints": ["77.164.248.136:58154", "10.65.0.27:58154", "172.17.0.1:58154"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59989}, - {"Proto": "peerapi6", "Port": 59989} - ]}, - "Created": "2026-04-09T01:22:44.607055421Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 946670321224019, - "StableID": "nJCrZbRkP811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "DiscoKey": "discokey:d4688c65c75ced0affdec536ec13f60c96c73800b7572a23c45464bd96684678", - "Addresses": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "AllowedIPs": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "Endpoints": ["77.164.248.136:50464", "10.65.0.27:50464", "172.17.0.1:50464"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57121}, - {"Proto": "peerapi6", "Port": 57121} - ]}, - "Created": "2026-04-09T01:22:47.863437612Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1221358377219568, - "StableID": "noW5Tn1AYA11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "DiscoKey": "discokey:079ee1e302f135a074b5f35e2b298326d9bf3a8bcba9234598ad6f493d6cf623", - "Addresses": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "AllowedIPs": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "Endpoints": ["77.164.248.136:34294", "10.65.0.27:34294", "172.17.0.1:34294"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44754}, - {"Proto": "peerapi6", "Port": 44754} - ]}, - "Created": "2026-04-09T01:22:46.227205069Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2791486483017956, - "StableID": "n3eTWkcGoN11CNTRL", + "ID": 809660445081462, + "StableID": "n7RqybQhK711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "DiscoKey": "discokey:f80df21eb2d0f925cebb9fd0c3a21b089fc44ac842104e74e5f646e960295b55", - "Addresses": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "AllowedIPs": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "Endpoints": ["77.164.248.136:33230", "10.65.0.27:33230", "172.17.0.1:33230"], + "Key": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "DiscoKey": "discokey:da0609d0931cf16d5235e617d634846838aa27d09d3fd2bc3a02e92e411f9b0e", + "Addresses": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "AllowedIPs": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "Endpoints": ["77.164.248.136:44716", "10.65.0.27:44716", "172.17.0.1:44716"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40707}, - {"Proto": "peerapi6", "Port": 40707} + {"Proto": "peerapi4", "Port": 51396}, + {"Proto": "peerapi6", "Port": 51396} ]}, - "Created": "2026-04-09T01:22:47.323805418Z", + "Created": "2026-04-09T08:28:53.319525518Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4081234862397359, - "StableID": "nrNxFv7QsY11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1998292879118963, + "StableID": "n6evtPm2cG11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "DiscoKey": "discokey:2ced8c67f3b445b453e2f1e736d8bb9b6c056c51c84238fa2edc5598f33d0140", - "Addresses": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "AllowedIPs": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "Endpoints": ["77.164.248.136:46035", "10.65.0.27:46035", "172.17.0.1:46035"], + "Key": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "DiscoKey": "discokey:c31a06d397a25656080242ac1203086cfe9d46f87992fc591b0810571397b04a", + "Addresses": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "AllowedIPs": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "Endpoints": ["77.164.248.136:45537", "10.65.0.27:45537", "172.17.0.1:45537"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36151}, - {"Proto": "peerapi6", "Port": 36151} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59677}, + {"Proto": "peerapi6", "Port": 59677} ]}, - "Created": "2026-04-09T01:22:50.012191248Z", + "Created": "2026-04-09T08:28:53.84075039Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 4317510995757188, - "StableID": "nHPF5BhQia11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "DiscoKey": "discokey:c63daaa362836ed0e0f9f408bc2de2c885b5c900a8354ad35506ba7f9b83af5c", - "Addresses": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "AllowedIPs": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "Endpoints": ["77.164.248.136:50216", "10.65.0.27:50216", "172.17.0.1:50216"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 41792}, - {"Proto": "peerapi6", "Port": 41792} + "ID": 2230413212249374, + "StableID": "n7Mms2BARJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:4566c7a7dd6bacce7c843b73ddc46c66385cd42c22051bb0168bdffd94632538", + "Addresses": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "AllowedIPs": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 54450}, + {"Proto": "peerapi6", "Port": 54450} ]}, - "Created": "2026-04-09T01:22:46.778635286Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4902786239528971, - "StableID": "n8ThB6tUHf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:e23ea7e904443122e902bdbc960957bef5993d0891dcb6b156dd876b943b0925", - "Addresses": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "AllowedIPs": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "Endpoints": ["77.164.248.136:36357", "10.65.0.27:36357", "172.17.0.1:36357"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 49762}, - {"Proto": "peerapi6", "Port": 49762} - ]}, - "Created": "2026-04-09T01:22:51.098062882Z", + "Created": "2026-04-09T08:28:57.637520027Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5860726651962890, - "StableID": "nVGs7NMLmn11CNTRL", + "ID": 2531485671687037, + "StableID": "nGCD9VqWmL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "DiscoKey": "discokey:b5a3e458b7ccc31f87becf6343163763640d7c1be928c44d4bf8510975e18677", - "Addresses": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "AllowedIPs": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "Endpoints": ["77.164.248.136:37809", "10.65.0.27:37809", "172.17.0.1:37809"], - "HomeDERP": 14, + "Key": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "DiscoKey": "discokey:4b989c6a83d45ce3df1373a9a4dadfe75dd27572886dad491127e3747ba6d82b", + "Addresses": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "AllowedIPs": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "Endpoints": ["77.164.248.136:49591", "10.65.0.27:49591", "172.17.0.1:49591"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56514}, - {"Proto": "peerapi6", "Port": 56514} + {"Proto": "peerapi4", "Port": 54379}, + {"Proto": "peerapi6", "Port": 54379} ]}, - "Created": "2026-04-09T01:22:44.104431695Z", + "Created": "2026-04-09T08:28:50.042202131Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6506113100411583, - "StableID": "nireYQZdos11CNTRL", + "ID": 3197512373963398, + "StableID": "n77z7EEAyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "DiscoKey": "discokey:1571ac4fa8b5508edec9cec75a0582da05b3c454a2787ba9c988fca381fd1351", - "Addresses": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "AllowedIPs": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "Endpoints": ["77.164.248.136:53684", "10.65.0.27:53684", "172.17.0.1:53684"], + "Key": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "DiscoKey": "discokey:a540b6709773af0e1af08306d3c28d6424f0ad6dfaa64649ac4607f8cdc12708", + "Addresses": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "AllowedIPs": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "Endpoints": ["77.164.248.136:60630", "10.65.0.27:60630", "172.17.0.1:60630"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48998}, - {"Proto": "peerapi6", "Port": 48998} + {"Proto": "peerapi4", "Port": 57687}, + {"Proto": "peerapi6", "Port": 57687} ]}, - "Created": "2026-04-09T01:22:48.406817154Z", + "Created": "2026-04-09T08:28:54.366180703Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7059666621659825, - "StableID": "ngtUfKUL8x11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "KeyExpiry": "2026-10-06T01:22:50Z", - "DiscoKey": "discokey:df72ed6cfe83e2374e081bb6e7c06843220cdca9b97e5812f7bb39b4fa97aa4e", - "Addresses": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "AllowedIPs": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "Endpoints": ["77.164.248.136:34349", "10.65.0.27:34349", "172.17.0.1:34349"], + "ID": 4231259898757423, + "StableID": "nzS6zJ2M3a11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "DiscoKey": "discokey:770e6213a30ad08fb6aabdb069c911f61e0df97ec014084d35340b53f7e91c19", + "Addresses": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "AllowedIPs": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "Endpoints": ["77.164.248.136:49605", "10.65.0.27:49605", "172.17.0.1:49605"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 65192}, - {"Proto": "peerapi6", "Port": 65192} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 37851}, + {"Proto": "peerapi6", "Port": 37851} ]}, - "Created": "2026-04-09T01:22:50.540462333Z", + "Created": "2026-04-09T08:28:50.588697579Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7182085604760198, - "StableID": "nuJmzBDn5y11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:71acc9887145cd8825b728d3da09f63e60b15f7c7b8b3df998c7088b31541117", - "Addresses": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "AllowedIPs": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47688}, - {"Proto": "peerapi6", "Port": 47688} + "ID": 5349279127784041, + "StableID": "nC43nXVhmi11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "DiscoKey": "discokey:1f9f9cd883f933e96a3d4823306106ed41e8b3201ed303f697c92fd25eda4864", + "Addresses": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "AllowedIPs": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "Endpoints": ["77.164.248.136:47650", "10.65.0.27:47650", "172.17.0.1:47650"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 41816}, + {"Proto": "peerapi6", "Port": 41816} ]}, - "Created": "2026-04-09T01:22:51.636797234Z", + "Created": "2026-04-09T08:28:52.215916316Z", "Cap": 131, + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7725027637530740, - "StableID": "nVdRDrNgK321CNTRL", + "ID": 6069131249407967, + "StableID": "nnYJkcniPp11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "DiscoKey": "discokey:ed28fe4b8c9054e49847b1ec5cd1af8ba70d718f212c0fdaba90b53c4913805a", + "Addresses": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "AllowedIPs": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "Endpoints": ["77.164.248.136:52072", "10.65.0.27:52072", "172.17.0.1:52072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35165}, + {"Proto": "peerapi6", "Port": 35165} + ]}, + "Created": "2026-04-09T08:28:56.001912344Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6569817716281765, + "StableID": "nLadJKyUJt11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "DiscoKey": "discokey:3da4308b5320585088d0f4eb6abe388e13068d4a44ba0b4b10f0d9509c0f427c", - "Addresses": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "AllowedIPs": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "Endpoints": ["77.164.248.136:48642", "10.65.0.27:48642", "172.17.0.1:48642"], + "Key": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "DiscoKey": "discokey:d9ea7d6d7d364428a6a7941cce19e1e2a98a662011c45d9c23500d343f1f7858", + "Addresses": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "AllowedIPs": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "Endpoints": ["77.164.248.136:46314", "10.65.0.27:46314", "172.17.0.1:46314"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39664}, - {"Proto": "peerapi6", "Port": 39664} + {"Proto": "peerapi4", "Port": 59850}, + {"Proto": "peerapi6", "Port": 59850} ]}, - "Created": "2026-04-09T01:22:49.490330012Z", + "Created": "2026-04-09T08:28:55.455384121Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" + }, { + "ID": 6981248689323994, + "StableID": "nfBjWmZpWw11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "DiscoKey": "discokey:0bb3775f40439d42c219a3b31da07b854275e4c4804376c72db89b3f9e7bfb2a", + "Addresses": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "AllowedIPs": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "Endpoints": ["77.164.248.136:33222", "10.65.0.27:33222", "172.17.0.1:33222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56693}, + {"Proto": "peerapi6", "Port": 56693} + ]}, + "Created": "2026-04-09T08:28:52.758962641Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7092081293464938, + "StableID": "nyLJD5x1Px11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "DiscoKey": "discokey:3d3e22eb33e176166885c852a9bf7d39719ea27043e561c18e0480f2910e1f49", + "Addresses": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "AllowedIPs": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "Endpoints": ["77.164.248.136:48539", "10.65.0.27:48539", "172.17.0.1:48539"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 45010}, + {"Proto": "peerapi6", "Port": 45010} + ]}, + "Created": "2026-04-09T08:28:54.93440155Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7506315605120645, + "StableID": "nctYraBdc121CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "DiscoKey": "discokey:0cc886f70a8401fb1446d611b9d1074edd2e3b421eb544ca61cc76c2465ac26e", + "Addresses": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "AllowedIPs": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "Endpoints": ["77.164.248.136:36248", "10.65.0.27:36248", "172.17.0.1:36248"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41782}, + {"Proto": "peerapi6", "Port": 41782} + ]}, + "Created": "2026-04-09T08:28:51.139932242Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13771,27 +13789,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4368793375069761": { - "ID": 4368793375069761, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6789272257899383": { + "ID": 6789272257899383, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13822,26 +13842,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2791486483017956, - "StableID": "n3eTWkcGoN11CNTRL", + "ID": 809660445081462, + "StableID": "n7RqybQhK711CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 2791486483017956, - "Key": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "DiscoKey": "discokey:f80df21eb2d0f925cebb9fd0c3a21b089fc44ac842104e74e5f646e960295b55", - "Addresses": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "AllowedIPs": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "Endpoints": ["77.164.248.136:33230", "10.65.0.27:33230", "172.17.0.1:33230"], + "User": 809660445081462, + "Key": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "DiscoKey": "discokey:da0609d0931cf16d5235e617d634846838aa27d09d3fd2bc3a02e92e411f9b0e", + "Addresses": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "AllowedIPs": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "Endpoints": ["77.164.248.136:44716", "10.65.0.27:44716", "172.17.0.1:44716"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 40707}, - {"Proto": "peerapi6", "Port": 40707}, + {"Proto": "peerapi4", "Port": 51396}, + {"Proto": "peerapi6", "Port": 51396}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:22:47.323805418Z", + "Created": "2026-04-09T08:28:53.319525518Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13869,302 +13889,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "MachineKey": "mkey:073eb505d02e857fb3c1510e6d0b7d677b0c292bc715af2bdbc01122cd69f525", + "NodeKey": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "MachineKey": "mkey:e6a9558565f7d2816a52c102323d6349346d75261b33b8f96907c31fbcbcc568", "Peers": [{ - "ID": 781841388223843, - "StableID": "nr2sBZe67711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "DiscoKey": "discokey:19e82b960b790fd94967665b773af0af9d99f2ca9ecfd379067970b91705c229", - "Addresses": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "AllowedIPs": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "Endpoints": ["77.164.248.136:60239", "10.65.0.27:60239", "172.17.0.1:60239"], + "ID": 252078529647061, + "StableID": "nzypTBgAy211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "KeyExpiry": "2026-10-06T08:28:56Z", + "DiscoKey": "discokey:1f981731a0429e7a70b6108e0e13b7d0f23a8dcf79cc633b883a5d39d32fdd21", + "Addresses": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "AllowedIPs": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "Endpoints": ["77.164.248.136:54164", "10.65.0.27:54164", "172.17.0.1:54164"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37850}, - {"Proto": "peerapi6", "Port": 37850} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61933}, + {"Proto": "peerapi6", "Port": 61933} ]}, - "Created": "2026-04-09T01:22:45.152786985Z", + "Created": "2026-04-09T08:28:56.545447442Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 850960582127470, - "StableID": "nZ2afuHQe711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "DiscoKey": "discokey:33a159fa95a2a883605594ce8e15f0d2b57eae8248b7cd4bc7788a9adacaa107", - "Addresses": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "AllowedIPs": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "ID": 502414121085669, + "StableID": "nYekStZYv411CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:9acfe8fb5c43d6ceea3e2d4f7e4aa7067818ba829b1b195e3a38721a32330211", + "Addresses": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "AllowedIPs": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "Endpoints": ["77.164.248.136:51558", "10.65.0.27:51558", "172.17.0.1:51558"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35048}, - {"Proto": "peerapi6", "Port": 35048} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 49486}, + {"Proto": "peerapi6", "Port": 49486} ]}, - "Created": "2026-04-09T01:22:48.944502414Z", + "Created": "2026-04-09T08:28:57.079272591Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 856936056054225, - "StableID": "np4NquF7h711CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "DiscoKey": "discokey:5c90d5be05561ee5dfd985d1f7e2aedc11bd5978f4346289eae186a32945c54d", - "Addresses": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "AllowedIPs": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "Endpoints": ["77.164.248.136:58154", "10.65.0.27:58154", "172.17.0.1:58154"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59989}, - {"Proto": "peerapi6", "Port": 59989} - ]}, - "Created": "2026-04-09T01:22:44.607055421Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 946670321224019, - "StableID": "nJCrZbRkP811CNTRL", + "ID": 1998292879118963, + "StableID": "n6evtPm2cG11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "DiscoKey": "discokey:d4688c65c75ced0affdec536ec13f60c96c73800b7572a23c45464bd96684678", - "Addresses": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "AllowedIPs": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "Endpoints": ["77.164.248.136:50464", "10.65.0.27:50464", "172.17.0.1:50464"], + "Key": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "DiscoKey": "discokey:c31a06d397a25656080242ac1203086cfe9d46f87992fc591b0810571397b04a", + "Addresses": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "AllowedIPs": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "Endpoints": ["77.164.248.136:45537", "10.65.0.27:45537", "172.17.0.1:45537"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57121}, - {"Proto": "peerapi6", "Port": 57121} + {"Proto": "peerapi4", "Port": 59677}, + {"Proto": "peerapi6", "Port": 59677} ]}, - "Created": "2026-04-09T01:22:47.863437612Z", + "Created": "2026-04-09T08:28:53.84075039Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 1221358377219568, - "StableID": "noW5Tn1AYA11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "DiscoKey": "discokey:079ee1e302f135a074b5f35e2b298326d9bf3a8bcba9234598ad6f493d6cf623", - "Addresses": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "AllowedIPs": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "Endpoints": ["77.164.248.136:34294", "10.65.0.27:34294", "172.17.0.1:34294"], + "ID": 2230413212249374, + "StableID": "n7Mms2BARJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:4566c7a7dd6bacce7c843b73ddc46c66385cd42c22051bb0168bdffd94632538", + "Addresses": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "AllowedIPs": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "Endpoints": ["77.164.248.136:37054", "10.65.0.27:37054", "172.17.0.1:37054"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44754}, - {"Proto": "peerapi6", "Port": 44754} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 54450}, + {"Proto": "peerapi6", "Port": 54450} ]}, - "Created": "2026-04-09T01:22:46.227205069Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4081234862397359, - "StableID": "nrNxFv7QsY11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "DiscoKey": "discokey:2ced8c67f3b445b453e2f1e736d8bb9b6c056c51c84238fa2edc5598f33d0140", - "Addresses": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "AllowedIPs": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "Endpoints": ["77.164.248.136:46035", "10.65.0.27:46035", "172.17.0.1:46035"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36151}, - {"Proto": "peerapi6", "Port": 36151} - ]}, - "Created": "2026-04-09T01:22:50.012191248Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4317510995757188, - "StableID": "nHPF5BhQia11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "DiscoKey": "discokey:c63daaa362836ed0e0f9f408bc2de2c885b5c900a8354ad35506ba7f9b83af5c", - "Addresses": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "AllowedIPs": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "Endpoints": ["77.164.248.136:50216", "10.65.0.27:50216", "172.17.0.1:50216"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 41792}, - {"Proto": "peerapi6", "Port": 41792} - ]}, - "Created": "2026-04-09T01:22:46.778635286Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4368793375069761, - "StableID": "nLkqK3od7b11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "DiscoKey": "discokey:3725db7d7ff5bd4c7a8607bf0f69916bd7afbe273714cec8b0b89dc07497db49", - "Addresses": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "AllowedIPs": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "Endpoints": ["77.164.248.136:35788", "10.65.0.27:35788", "172.17.0.1:35788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51857}, - {"Proto": "peerapi6", "Port": 51857} - ]}, - "Created": "2026-04-09T01:22:45.690376652Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4902786239528971, - "StableID": "n8ThB6tUHf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:e23ea7e904443122e902bdbc960957bef5993d0891dcb6b156dd876b943b0925", - "Addresses": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "AllowedIPs": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "Endpoints": ["77.164.248.136:36357", "10.65.0.27:36357", "172.17.0.1:36357"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 49762}, - {"Proto": "peerapi6", "Port": 49762} - ]}, - "Created": "2026-04-09T01:22:51.098062882Z", + "Created": "2026-04-09T08:28:57.637520027Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5860726651962890, - "StableID": "nVGs7NMLmn11CNTRL", + "ID": 2531485671687037, + "StableID": "nGCD9VqWmL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "DiscoKey": "discokey:b5a3e458b7ccc31f87becf6343163763640d7c1be928c44d4bf8510975e18677", - "Addresses": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "AllowedIPs": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "Endpoints": ["77.164.248.136:37809", "10.65.0.27:37809", "172.17.0.1:37809"], - "HomeDERP": 14, + "Key": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "DiscoKey": "discokey:4b989c6a83d45ce3df1373a9a4dadfe75dd27572886dad491127e3747ba6d82b", + "Addresses": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "AllowedIPs": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "Endpoints": ["77.164.248.136:49591", "10.65.0.27:49591", "172.17.0.1:49591"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56514}, - {"Proto": "peerapi6", "Port": 56514} + {"Proto": "peerapi4", "Port": 54379}, + {"Proto": "peerapi6", "Port": 54379} ]}, - "Created": "2026-04-09T01:22:44.104431695Z", + "Created": "2026-04-09T08:28:50.042202131Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6506113100411583, - "StableID": "nireYQZdos11CNTRL", + "ID": 3197512373963398, + "StableID": "n77z7EEAyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "DiscoKey": "discokey:1571ac4fa8b5508edec9cec75a0582da05b3c454a2787ba9c988fca381fd1351", - "Addresses": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "AllowedIPs": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "Endpoints": ["77.164.248.136:53684", "10.65.0.27:53684", "172.17.0.1:53684"], + "Key": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "DiscoKey": "discokey:a540b6709773af0e1af08306d3c28d6424f0ad6dfaa64649ac4607f8cdc12708", + "Addresses": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "AllowedIPs": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "Endpoints": ["77.164.248.136:60630", "10.65.0.27:60630", "172.17.0.1:60630"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48998}, - {"Proto": "peerapi6", "Port": 48998} + {"Proto": "peerapi4", "Port": 57687}, + {"Proto": "peerapi6", "Port": 57687} ]}, - "Created": "2026-04-09T01:22:48.406817154Z", + "Created": "2026-04-09T08:28:54.366180703Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7059666621659825, - "StableID": "ngtUfKUL8x11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "KeyExpiry": "2026-10-06T01:22:50Z", - "DiscoKey": "discokey:df72ed6cfe83e2374e081bb6e7c06843220cdca9b97e5812f7bb39b4fa97aa4e", - "Addresses": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "AllowedIPs": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "Endpoints": ["77.164.248.136:34349", "10.65.0.27:34349", "172.17.0.1:34349"], + "ID": 4231259898757423, + "StableID": "nzS6zJ2M3a11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "DiscoKey": "discokey:770e6213a30ad08fb6aabdb069c911f61e0df97ec014084d35340b53f7e91c19", + "Addresses": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "AllowedIPs": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "Endpoints": ["77.164.248.136:49605", "10.65.0.27:49605", "172.17.0.1:49605"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 65192}, - {"Proto": "peerapi6", "Port": 65192} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 37851}, + {"Proto": "peerapi6", "Port": 37851} ]}, - "Created": "2026-04-09T01:22:50.540462333Z", + "Created": "2026-04-09T08:28:50.588697579Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7182085604760198, - "StableID": "nuJmzBDn5y11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:71acc9887145cd8825b728d3da09f63e60b15f7c7b8b3df998c7088b31541117", - "Addresses": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "AllowedIPs": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "Endpoints": ["77.164.248.136:57569", "10.65.0.27:57569", "172.17.0.1:57569"], + "ID": 5349279127784041, + "StableID": "nC43nXVhmi11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "DiscoKey": "discokey:1f9f9cd883f933e96a3d4823306106ed41e8b3201ed303f697c92fd25eda4864", + "Addresses": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "AllowedIPs": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "Endpoints": ["77.164.248.136:47650", "10.65.0.27:47650", "172.17.0.1:47650"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47688}, - {"Proto": "peerapi6", "Port": 47688} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 41816}, + {"Proto": "peerapi6", "Port": 41816} ]}, - "Created": "2026-04-09T01:22:51.636797234Z", + "Created": "2026-04-09T08:28:52.215916316Z", "Cap": 131, + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7725027637530740, - "StableID": "nVdRDrNgK321CNTRL", + "ID": 6069131249407967, + "StableID": "nnYJkcniPp11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "DiscoKey": "discokey:ed28fe4b8c9054e49847b1ec5cd1af8ba70d718f212c0fdaba90b53c4913805a", + "Addresses": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "AllowedIPs": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "Endpoints": ["77.164.248.136:52072", "10.65.0.27:52072", "172.17.0.1:52072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35165}, + {"Proto": "peerapi6", "Port": 35165} + ]}, + "Created": "2026-04-09T08:28:56.001912344Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6569817716281765, + "StableID": "nLadJKyUJt11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "DiscoKey": "discokey:3da4308b5320585088d0f4eb6abe388e13068d4a44ba0b4b10f0d9509c0f427c", - "Addresses": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "AllowedIPs": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "Endpoints": ["77.164.248.136:48642", "10.65.0.27:48642", "172.17.0.1:48642"], + "Key": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "DiscoKey": "discokey:d9ea7d6d7d364428a6a7941cce19e1e2a98a662011c45d9c23500d343f1f7858", + "Addresses": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "AllowedIPs": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "Endpoints": ["77.164.248.136:46314", "10.65.0.27:46314", "172.17.0.1:46314"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39664}, - {"Proto": "peerapi6", "Port": 39664} + {"Proto": "peerapi4", "Port": 59850}, + {"Proto": "peerapi6", "Port": 59850} ]}, - "Created": "2026-04-09T01:22:49.490330012Z", + "Created": "2026-04-09T08:28:55.455384121Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" + }, { + "ID": 6789272257899383, + "StableID": "nY5Hfqfs1v11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "DiscoKey": "discokey:a85f3853bcaa428992524046a653df6929a5c19aa1bafd58a424721987104e39", + "Addresses": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "AllowedIPs": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "Endpoints": ["77.164.248.136:57991", "10.65.0.27:57991", "172.17.0.1:57991"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49621}, + {"Proto": "peerapi6", "Port": 49621} + ]}, + "Created": "2026-04-09T08:28:51.676621955Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6981248689323994, + "StableID": "nfBjWmZpWw11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "DiscoKey": "discokey:0bb3775f40439d42c219a3b31da07b854275e4c4804376c72db89b3f9e7bfb2a", + "Addresses": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "AllowedIPs": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "Endpoints": ["77.164.248.136:33222", "10.65.0.27:33222", "172.17.0.1:33222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56693}, + {"Proto": "peerapi6", "Port": 56693} + ]}, + "Created": "2026-04-09T08:28:52.758962641Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7092081293464938, + "StableID": "nyLJD5x1Px11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "DiscoKey": "discokey:3d3e22eb33e176166885c852a9bf7d39719ea27043e561c18e0480f2910e1f49", + "Addresses": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "AllowedIPs": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "Endpoints": ["77.164.248.136:48539", "10.65.0.27:48539", "172.17.0.1:48539"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 45010}, + {"Proto": "peerapi6", "Port": 45010} + ]}, + "Created": "2026-04-09T08:28:54.93440155Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7506315605120645, + "StableID": "nctYraBdc121CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "DiscoKey": "discokey:0cc886f70a8401fb1446d611b9d1074edd2e3b421eb544ca61cc76c2465ac26e", + "Addresses": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "AllowedIPs": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "Endpoints": ["77.164.248.136:36248", "10.65.0.27:36248", "172.17.0.1:36248"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41782}, + {"Proto": "peerapi6", "Port": 41782} + ]}, + "Created": "2026-04-09T08:28:51.139932242Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15012,27 +15032,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2791486483017956": { - "ID": 2791486483017956, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "809660445081462": { + "ID": 809660445081462, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15063,26 +15085,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6506113100411583, - "StableID": "nireYQZdos11CNTRL", + "ID": 3197512373963398, + "StableID": "n77z7EEAyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 6506113100411583, - "Key": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "DiscoKey": "discokey:1571ac4fa8b5508edec9cec75a0582da05b3c454a2787ba9c988fca381fd1351", - "Addresses": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "AllowedIPs": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "Endpoints": ["77.164.248.136:53684", "10.65.0.27:53684", "172.17.0.1:53684"], + "User": 3197512373963398, + "Key": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "DiscoKey": "discokey:a540b6709773af0e1af08306d3c28d6424f0ad6dfaa64649ac4607f8cdc12708", + "Addresses": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "AllowedIPs": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "Endpoints": ["77.164.248.136:60630", "10.65.0.27:60630", "172.17.0.1:60630"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 48998}, - {"Proto": "peerapi6", "Port": 48998}, + {"Proto": "peerapi4", "Port": 57687}, + {"Proto": "peerapi6", "Port": 57687}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:22:48.406817154Z", + "Created": "2026-04-09T08:28:54.366180703Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15110,302 +15132,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "MachineKey": "mkey:c5c08d9245d7235e60bf57a91e87f546363bcf46c482ce25b1b14a63ce18cf3f", + "NodeKey": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "MachineKey": "mkey:5cb479f9d2a19e4b181774a8f93af2a18b622f8366563826dbd8e24136959e5a", "Peers": [{ - "ID": 781841388223843, - "StableID": "nr2sBZe67711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "DiscoKey": "discokey:19e82b960b790fd94967665b773af0af9d99f2ca9ecfd379067970b91705c229", - "Addresses": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "AllowedIPs": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "Endpoints": ["77.164.248.136:60239", "10.65.0.27:60239", "172.17.0.1:60239"], + "ID": 252078529647061, + "StableID": "nzypTBgAy211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "KeyExpiry": "2026-10-06T08:28:56Z", + "DiscoKey": "discokey:1f981731a0429e7a70b6108e0e13b7d0f23a8dcf79cc633b883a5d39d32fdd21", + "Addresses": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "AllowedIPs": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "Endpoints": ["77.164.248.136:54164", "10.65.0.27:54164", "172.17.0.1:54164"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37850}, - {"Proto": "peerapi6", "Port": 37850} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61933}, + {"Proto": "peerapi6", "Port": 61933} ]}, - "Created": "2026-04-09T01:22:45.152786985Z", + "Created": "2026-04-09T08:28:56.545447442Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 850960582127470, - "StableID": "nZ2afuHQe711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "DiscoKey": "discokey:33a159fa95a2a883605594ce8e15f0d2b57eae8248b7cd4bc7788a9adacaa107", - "Addresses": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "AllowedIPs": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "ID": 502414121085669, + "StableID": "nYekStZYv411CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:9acfe8fb5c43d6ceea3e2d4f7e4aa7067818ba829b1b195e3a38721a32330211", + "Addresses": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "AllowedIPs": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "Endpoints": ["77.164.248.136:51558", "10.65.0.27:51558", "172.17.0.1:51558"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35048}, - {"Proto": "peerapi6", "Port": 35048} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 49486}, + {"Proto": "peerapi6", "Port": 49486} ]}, - "Created": "2026-04-09T01:22:48.944502414Z", + "Created": "2026-04-09T08:28:57.079272591Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 856936056054225, - "StableID": "np4NquF7h711CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "DiscoKey": "discokey:5c90d5be05561ee5dfd985d1f7e2aedc11bd5978f4346289eae186a32945c54d", - "Addresses": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "AllowedIPs": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "Endpoints": ["77.164.248.136:58154", "10.65.0.27:58154", "172.17.0.1:58154"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59989}, - {"Proto": "peerapi6", "Port": 59989} - ]}, - "Created": "2026-04-09T01:22:44.607055421Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 946670321224019, - "StableID": "nJCrZbRkP811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "DiscoKey": "discokey:d4688c65c75ced0affdec536ec13f60c96c73800b7572a23c45464bd96684678", - "Addresses": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "AllowedIPs": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "Endpoints": ["77.164.248.136:50464", "10.65.0.27:50464", "172.17.0.1:50464"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57121}, - {"Proto": "peerapi6", "Port": 57121} - ]}, - "Created": "2026-04-09T01:22:47.863437612Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1221358377219568, - "StableID": "noW5Tn1AYA11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "DiscoKey": "discokey:079ee1e302f135a074b5f35e2b298326d9bf3a8bcba9234598ad6f493d6cf623", - "Addresses": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "AllowedIPs": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "Endpoints": ["77.164.248.136:34294", "10.65.0.27:34294", "172.17.0.1:34294"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44754}, - {"Proto": "peerapi6", "Port": 44754} - ]}, - "Created": "2026-04-09T01:22:46.227205069Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2791486483017956, - "StableID": "n3eTWkcGoN11CNTRL", + "ID": 809660445081462, + "StableID": "n7RqybQhK711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "DiscoKey": "discokey:f80df21eb2d0f925cebb9fd0c3a21b089fc44ac842104e74e5f646e960295b55", - "Addresses": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "AllowedIPs": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "Endpoints": ["77.164.248.136:33230", "10.65.0.27:33230", "172.17.0.1:33230"], + "Key": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "DiscoKey": "discokey:da0609d0931cf16d5235e617d634846838aa27d09d3fd2bc3a02e92e411f9b0e", + "Addresses": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "AllowedIPs": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "Endpoints": ["77.164.248.136:44716", "10.65.0.27:44716", "172.17.0.1:44716"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40707}, - {"Proto": "peerapi6", "Port": 40707} + {"Proto": "peerapi4", "Port": 51396}, + {"Proto": "peerapi6", "Port": 51396} ]}, - "Created": "2026-04-09T01:22:47.323805418Z", + "Created": "2026-04-09T08:28:53.319525518Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4081234862397359, - "StableID": "nrNxFv7QsY11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1998292879118963, + "StableID": "n6evtPm2cG11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "DiscoKey": "discokey:2ced8c67f3b445b453e2f1e736d8bb9b6c056c51c84238fa2edc5598f33d0140", - "Addresses": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "AllowedIPs": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "Endpoints": ["77.164.248.136:46035", "10.65.0.27:46035", "172.17.0.1:46035"], + "Key": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "DiscoKey": "discokey:c31a06d397a25656080242ac1203086cfe9d46f87992fc591b0810571397b04a", + "Addresses": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "AllowedIPs": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "Endpoints": ["77.164.248.136:45537", "10.65.0.27:45537", "172.17.0.1:45537"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36151}, - {"Proto": "peerapi6", "Port": 36151} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59677}, + {"Proto": "peerapi6", "Port": 59677} ]}, - "Created": "2026-04-09T01:22:50.012191248Z", + "Created": "2026-04-09T08:28:53.84075039Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 4317510995757188, - "StableID": "nHPF5BhQia11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "DiscoKey": "discokey:c63daaa362836ed0e0f9f408bc2de2c885b5c900a8354ad35506ba7f9b83af5c", - "Addresses": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "AllowedIPs": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "Endpoints": ["77.164.248.136:50216", "10.65.0.27:50216", "172.17.0.1:50216"], + "ID": 2230413212249374, + "StableID": "n7Mms2BARJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:4566c7a7dd6bacce7c843b73ddc46c66385cd42c22051bb0168bdffd94632538", + "Addresses": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "AllowedIPs": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "Endpoints": ["77.164.248.136:37054", "10.65.0.27:37054", "172.17.0.1:37054"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 41792}, - {"Proto": "peerapi6", "Port": 41792} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 54450}, + {"Proto": "peerapi6", "Port": 54450} ]}, - "Created": "2026-04-09T01:22:46.778635286Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4368793375069761, - "StableID": "nLkqK3od7b11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "DiscoKey": "discokey:3725db7d7ff5bd4c7a8607bf0f69916bd7afbe273714cec8b0b89dc07497db49", - "Addresses": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "AllowedIPs": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "Endpoints": ["77.164.248.136:35788", "10.65.0.27:35788", "172.17.0.1:35788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51857}, - {"Proto": "peerapi6", "Port": 51857} - ]}, - "Created": "2026-04-09T01:22:45.690376652Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4902786239528971, - "StableID": "n8ThB6tUHf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:e23ea7e904443122e902bdbc960957bef5993d0891dcb6b156dd876b943b0925", - "Addresses": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "AllowedIPs": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "Endpoints": ["77.164.248.136:36357", "10.65.0.27:36357", "172.17.0.1:36357"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 49762}, - {"Proto": "peerapi6", "Port": 49762} - ]}, - "Created": "2026-04-09T01:22:51.098062882Z", + "Created": "2026-04-09T08:28:57.637520027Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5860726651962890, - "StableID": "nVGs7NMLmn11CNTRL", + "ID": 2531485671687037, + "StableID": "nGCD9VqWmL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "DiscoKey": "discokey:b5a3e458b7ccc31f87becf6343163763640d7c1be928c44d4bf8510975e18677", - "Addresses": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "AllowedIPs": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "Endpoints": ["77.164.248.136:37809", "10.65.0.27:37809", "172.17.0.1:37809"], - "HomeDERP": 14, + "Key": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "DiscoKey": "discokey:4b989c6a83d45ce3df1373a9a4dadfe75dd27572886dad491127e3747ba6d82b", + "Addresses": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "AllowedIPs": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "Endpoints": ["77.164.248.136:49591", "10.65.0.27:49591", "172.17.0.1:49591"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56514}, - {"Proto": "peerapi6", "Port": 56514} + {"Proto": "peerapi4", "Port": 54379}, + {"Proto": "peerapi6", "Port": 54379} ]}, - "Created": "2026-04-09T01:22:44.104431695Z", + "Created": "2026-04-09T08:28:50.042202131Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7059666621659825, - "StableID": "ngtUfKUL8x11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "KeyExpiry": "2026-10-06T01:22:50Z", - "DiscoKey": "discokey:df72ed6cfe83e2374e081bb6e7c06843220cdca9b97e5812f7bb39b4fa97aa4e", - "Addresses": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "AllowedIPs": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "Endpoints": ["77.164.248.136:34349", "10.65.0.27:34349", "172.17.0.1:34349"], + "ID": 4231259898757423, + "StableID": "nzS6zJ2M3a11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "DiscoKey": "discokey:770e6213a30ad08fb6aabdb069c911f61e0df97ec014084d35340b53f7e91c19", + "Addresses": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "AllowedIPs": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "Endpoints": ["77.164.248.136:49605", "10.65.0.27:49605", "172.17.0.1:49605"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 65192}, - {"Proto": "peerapi6", "Port": 65192} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 37851}, + {"Proto": "peerapi6", "Port": 37851} ]}, - "Created": "2026-04-09T01:22:50.540462333Z", + "Created": "2026-04-09T08:28:50.588697579Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7182085604760198, - "StableID": "nuJmzBDn5y11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:71acc9887145cd8825b728d3da09f63e60b15f7c7b8b3df998c7088b31541117", - "Addresses": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "AllowedIPs": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "Endpoints": ["77.164.248.136:57569", "10.65.0.27:57569", "172.17.0.1:57569"], + "ID": 5349279127784041, + "StableID": "nC43nXVhmi11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "DiscoKey": "discokey:1f9f9cd883f933e96a3d4823306106ed41e8b3201ed303f697c92fd25eda4864", + "Addresses": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "AllowedIPs": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "Endpoints": ["77.164.248.136:47650", "10.65.0.27:47650", "172.17.0.1:47650"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47688}, - {"Proto": "peerapi6", "Port": 47688} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 41816}, + {"Proto": "peerapi6", "Port": 41816} ]}, - "Created": "2026-04-09T01:22:51.636797234Z", + "Created": "2026-04-09T08:28:52.215916316Z", "Cap": 131, + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7725027637530740, - "StableID": "nVdRDrNgK321CNTRL", + "ID": 6069131249407967, + "StableID": "nnYJkcniPp11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "DiscoKey": "discokey:ed28fe4b8c9054e49847b1ec5cd1af8ba70d718f212c0fdaba90b53c4913805a", + "Addresses": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "AllowedIPs": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "Endpoints": ["77.164.248.136:52072", "10.65.0.27:52072", "172.17.0.1:52072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35165}, + {"Proto": "peerapi6", "Port": 35165} + ]}, + "Created": "2026-04-09T08:28:56.001912344Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6569817716281765, + "StableID": "nLadJKyUJt11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "DiscoKey": "discokey:3da4308b5320585088d0f4eb6abe388e13068d4a44ba0b4b10f0d9509c0f427c", - "Addresses": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "AllowedIPs": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "Endpoints": ["77.164.248.136:48642", "10.65.0.27:48642", "172.17.0.1:48642"], + "Key": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "DiscoKey": "discokey:d9ea7d6d7d364428a6a7941cce19e1e2a98a662011c45d9c23500d343f1f7858", + "Addresses": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "AllowedIPs": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "Endpoints": ["77.164.248.136:46314", "10.65.0.27:46314", "172.17.0.1:46314"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39664}, - {"Proto": "peerapi6", "Port": 39664} + {"Proto": "peerapi4", "Port": 59850}, + {"Proto": "peerapi6", "Port": 59850} ]}, - "Created": "2026-04-09T01:22:49.490330012Z", + "Created": "2026-04-09T08:28:55.455384121Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" + }, { + "ID": 6789272257899383, + "StableID": "nY5Hfqfs1v11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "DiscoKey": "discokey:a85f3853bcaa428992524046a653df6929a5c19aa1bafd58a424721987104e39", + "Addresses": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "AllowedIPs": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "Endpoints": ["77.164.248.136:57991", "10.65.0.27:57991", "172.17.0.1:57991"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49621}, + {"Proto": "peerapi6", "Port": 49621} + ]}, + "Created": "2026-04-09T08:28:51.676621955Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6981248689323994, + "StableID": "nfBjWmZpWw11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "DiscoKey": "discokey:0bb3775f40439d42c219a3b31da07b854275e4c4804376c72db89b3f9e7bfb2a", + "Addresses": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "AllowedIPs": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "Endpoints": ["77.164.248.136:33222", "10.65.0.27:33222", "172.17.0.1:33222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56693}, + {"Proto": "peerapi6", "Port": 56693} + ]}, + "Created": "2026-04-09T08:28:52.758962641Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7092081293464938, + "StableID": "nyLJD5x1Px11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "DiscoKey": "discokey:3d3e22eb33e176166885c852a9bf7d39719ea27043e561c18e0480f2910e1f49", + "Addresses": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "AllowedIPs": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "Endpoints": ["77.164.248.136:48539", "10.65.0.27:48539", "172.17.0.1:48539"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 45010}, + {"Proto": "peerapi6", "Port": 45010} + ]}, + "Created": "2026-04-09T08:28:54.93440155Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7506315605120645, + "StableID": "nctYraBdc121CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "DiscoKey": "discokey:0cc886f70a8401fb1446d611b9d1074edd2e3b421eb544ca61cc76c2465ac26e", + "Addresses": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "AllowedIPs": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "Endpoints": ["77.164.248.136:36248", "10.65.0.27:36248", "172.17.0.1:36248"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41782}, + {"Proto": "peerapi6", "Port": 41782} + ]}, + "Created": "2026-04-09T08:28:51.139932242Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16253,27 +16275,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6506113100411583": { - "ID": 6506113100411583, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3197512373963398": { + "ID": 3197512373963398, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16304,22 +16328,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4902786239528971, - "StableID": "n8ThB6tUHf11CNTRL", + "ID": 502414121085669, + "StableID": "nYekStZYv411CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:e23ea7e904443122e902bdbc960957bef5993d0891dcb6b156dd876b943b0925", - "Addresses": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "AllowedIPs": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "Endpoints": ["77.164.248.136:36357", "10.65.0.27:36357", "172.17.0.1:36357"], + "Key": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:9acfe8fb5c43d6ceea3e2d4f7e4aa7067818ba829b1b195e3a38721a32330211", + "Addresses": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "AllowedIPs": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "Endpoints": ["77.164.248.136:51558", "10.65.0.27:51558", "172.17.0.1:51558"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 49762}, - {"Proto": "peerapi6", "Port": 49762}, + {"Proto": "peerapi4", "Port": 49486}, + {"Proto": "peerapi6", "Port": 49486}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:51.098062882Z", + "Created": "2026-04-09T08:28:57.079272591Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16346,302 +16370,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "MachineKey": "mkey:e7db62fdc092b9b40a8b040a4d3c91445ea66e3dbb65373c1d6909502c94b63f", + "NodeKey": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "MachineKey": "mkey:d5f1d6d7c9526c1872ce6c7d61da8658f75fda845e7610c8de575e6efa0c291d", "Peers": [{ - "ID": 781841388223843, - "StableID": "nr2sBZe67711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "DiscoKey": "discokey:19e82b960b790fd94967665b773af0af9d99f2ca9ecfd379067970b91705c229", - "Addresses": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "AllowedIPs": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "Endpoints": ["77.164.248.136:60239", "10.65.0.27:60239", "172.17.0.1:60239"], + "ID": 252078529647061, + "StableID": "nzypTBgAy211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "KeyExpiry": "2026-10-06T08:28:56Z", + "DiscoKey": "discokey:1f981731a0429e7a70b6108e0e13b7d0f23a8dcf79cc633b883a5d39d32fdd21", + "Addresses": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "AllowedIPs": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "Endpoints": ["77.164.248.136:54164", "10.65.0.27:54164", "172.17.0.1:54164"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37850}, - {"Proto": "peerapi6", "Port": 37850} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61933}, + {"Proto": "peerapi6", "Port": 61933} ]}, - "Created": "2026-04-09T01:22:45.152786985Z", + "Created": "2026-04-09T08:28:56.545447442Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 850960582127470, - "StableID": "nZ2afuHQe711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "DiscoKey": "discokey:33a159fa95a2a883605594ce8e15f0d2b57eae8248b7cd4bc7788a9adacaa107", - "Addresses": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "AllowedIPs": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35048}, - {"Proto": "peerapi6", "Port": 35048} - ]}, - "Created": "2026-04-09T01:22:48.944502414Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 856936056054225, - "StableID": "np4NquF7h711CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "DiscoKey": "discokey:5c90d5be05561ee5dfd985d1f7e2aedc11bd5978f4346289eae186a32945c54d", - "Addresses": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "AllowedIPs": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "Endpoints": ["77.164.248.136:58154", "10.65.0.27:58154", "172.17.0.1:58154"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59989}, - {"Proto": "peerapi6", "Port": 59989} - ]}, - "Created": "2026-04-09T01:22:44.607055421Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 946670321224019, - "StableID": "nJCrZbRkP811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "DiscoKey": "discokey:d4688c65c75ced0affdec536ec13f60c96c73800b7572a23c45464bd96684678", - "Addresses": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "AllowedIPs": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "Endpoints": ["77.164.248.136:50464", "10.65.0.27:50464", "172.17.0.1:50464"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57121}, - {"Proto": "peerapi6", "Port": 57121} - ]}, - "Created": "2026-04-09T01:22:47.863437612Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1221358377219568, - "StableID": "noW5Tn1AYA11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "DiscoKey": "discokey:079ee1e302f135a074b5f35e2b298326d9bf3a8bcba9234598ad6f493d6cf623", - "Addresses": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "AllowedIPs": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "Endpoints": ["77.164.248.136:34294", "10.65.0.27:34294", "172.17.0.1:34294"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44754}, - {"Proto": "peerapi6", "Port": 44754} - ]}, - "Created": "2026-04-09T01:22:46.227205069Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2791486483017956, - "StableID": "n3eTWkcGoN11CNTRL", + "ID": 809660445081462, + "StableID": "n7RqybQhK711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "DiscoKey": "discokey:f80df21eb2d0f925cebb9fd0c3a21b089fc44ac842104e74e5f646e960295b55", - "Addresses": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "AllowedIPs": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "Endpoints": ["77.164.248.136:33230", "10.65.0.27:33230", "172.17.0.1:33230"], + "Key": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "DiscoKey": "discokey:da0609d0931cf16d5235e617d634846838aa27d09d3fd2bc3a02e92e411f9b0e", + "Addresses": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "AllowedIPs": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "Endpoints": ["77.164.248.136:44716", "10.65.0.27:44716", "172.17.0.1:44716"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40707}, - {"Proto": "peerapi6", "Port": 40707} + {"Proto": "peerapi4", "Port": 51396}, + {"Proto": "peerapi6", "Port": 51396} ]}, - "Created": "2026-04-09T01:22:47.323805418Z", + "Created": "2026-04-09T08:28:53.319525518Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4081234862397359, - "StableID": "nrNxFv7QsY11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1998292879118963, + "StableID": "n6evtPm2cG11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "DiscoKey": "discokey:2ced8c67f3b445b453e2f1e736d8bb9b6c056c51c84238fa2edc5598f33d0140", - "Addresses": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "AllowedIPs": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "Endpoints": ["77.164.248.136:46035", "10.65.0.27:46035", "172.17.0.1:46035"], + "Key": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "DiscoKey": "discokey:c31a06d397a25656080242ac1203086cfe9d46f87992fc591b0810571397b04a", + "Addresses": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "AllowedIPs": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "Endpoints": ["77.164.248.136:45537", "10.65.0.27:45537", "172.17.0.1:45537"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36151}, - {"Proto": "peerapi6", "Port": 36151} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59677}, + {"Proto": "peerapi6", "Port": 59677} ]}, - "Created": "2026-04-09T01:22:50.012191248Z", + "Created": "2026-04-09T08:28:53.84075039Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 4317510995757188, - "StableID": "nHPF5BhQia11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "DiscoKey": "discokey:c63daaa362836ed0e0f9f408bc2de2c885b5c900a8354ad35506ba7f9b83af5c", - "Addresses": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "AllowedIPs": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "Endpoints": ["77.164.248.136:50216", "10.65.0.27:50216", "172.17.0.1:50216"], + "ID": 2230413212249374, + "StableID": "n7Mms2BARJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:4566c7a7dd6bacce7c843b73ddc46c66385cd42c22051bb0168bdffd94632538", + "Addresses": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "AllowedIPs": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "Endpoints": ["77.164.248.136:37054", "10.65.0.27:37054", "172.17.0.1:37054"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 41792}, - {"Proto": "peerapi6", "Port": 41792} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 54450}, + {"Proto": "peerapi6", "Port": 54450} ]}, - "Created": "2026-04-09T01:22:46.778635286Z", + "Created": "2026-04-09T08:28:57.637520027Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4368793375069761, - "StableID": "nLkqK3od7b11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "DiscoKey": "discokey:3725db7d7ff5bd4c7a8607bf0f69916bd7afbe273714cec8b0b89dc07497db49", - "Addresses": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "AllowedIPs": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "Endpoints": ["77.164.248.136:35788", "10.65.0.27:35788", "172.17.0.1:35788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51857}, - {"Proto": "peerapi6", "Port": 51857} - ]}, - "Created": "2026-04-09T01:22:45.690376652Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5860726651962890, - "StableID": "nVGs7NMLmn11CNTRL", + "ID": 2531485671687037, + "StableID": "nGCD9VqWmL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "DiscoKey": "discokey:b5a3e458b7ccc31f87becf6343163763640d7c1be928c44d4bf8510975e18677", - "Addresses": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "AllowedIPs": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "Endpoints": ["77.164.248.136:37809", "10.65.0.27:37809", "172.17.0.1:37809"], - "HomeDERP": 14, + "Key": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "DiscoKey": "discokey:4b989c6a83d45ce3df1373a9a4dadfe75dd27572886dad491127e3747ba6d82b", + "Addresses": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "AllowedIPs": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "Endpoints": ["77.164.248.136:49591", "10.65.0.27:49591", "172.17.0.1:49591"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56514}, - {"Proto": "peerapi6", "Port": 56514} + {"Proto": "peerapi4", "Port": 54379}, + {"Proto": "peerapi6", "Port": 54379} ]}, - "Created": "2026-04-09T01:22:44.104431695Z", + "Created": "2026-04-09T08:28:50.042202131Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6506113100411583, - "StableID": "nireYQZdos11CNTRL", + "ID": 3197512373963398, + "StableID": "n77z7EEAyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "DiscoKey": "discokey:1571ac4fa8b5508edec9cec75a0582da05b3c454a2787ba9c988fca381fd1351", - "Addresses": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "AllowedIPs": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "Endpoints": ["77.164.248.136:53684", "10.65.0.27:53684", "172.17.0.1:53684"], + "Key": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "DiscoKey": "discokey:a540b6709773af0e1af08306d3c28d6424f0ad6dfaa64649ac4607f8cdc12708", + "Addresses": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "AllowedIPs": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "Endpoints": ["77.164.248.136:60630", "10.65.0.27:60630", "172.17.0.1:60630"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48998}, - {"Proto": "peerapi6", "Port": 48998} + {"Proto": "peerapi4", "Port": 57687}, + {"Proto": "peerapi6", "Port": 57687} ]}, - "Created": "2026-04-09T01:22:48.406817154Z", + "Created": "2026-04-09T08:28:54.366180703Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7059666621659825, - "StableID": "ngtUfKUL8x11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "KeyExpiry": "2026-10-06T01:22:50Z", - "DiscoKey": "discokey:df72ed6cfe83e2374e081bb6e7c06843220cdca9b97e5812f7bb39b4fa97aa4e", - "Addresses": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "AllowedIPs": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "Endpoints": ["77.164.248.136:34349", "10.65.0.27:34349", "172.17.0.1:34349"], + "ID": 4231259898757423, + "StableID": "nzS6zJ2M3a11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "DiscoKey": "discokey:770e6213a30ad08fb6aabdb069c911f61e0df97ec014084d35340b53f7e91c19", + "Addresses": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "AllowedIPs": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "Endpoints": ["77.164.248.136:49605", "10.65.0.27:49605", "172.17.0.1:49605"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 65192}, - {"Proto": "peerapi6", "Port": 65192} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 37851}, + {"Proto": "peerapi6", "Port": 37851} ]}, - "Created": "2026-04-09T01:22:50.540462333Z", + "Created": "2026-04-09T08:28:50.588697579Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7182085604760198, - "StableID": "nuJmzBDn5y11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:71acc9887145cd8825b728d3da09f63e60b15f7c7b8b3df998c7088b31541117", - "Addresses": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "AllowedIPs": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "Endpoints": ["77.164.248.136:57569", "10.65.0.27:57569", "172.17.0.1:57569"], + "ID": 5349279127784041, + "StableID": "nC43nXVhmi11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "DiscoKey": "discokey:1f9f9cd883f933e96a3d4823306106ed41e8b3201ed303f697c92fd25eda4864", + "Addresses": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "AllowedIPs": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "Endpoints": ["77.164.248.136:47650", "10.65.0.27:47650", "172.17.0.1:47650"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47688}, - {"Proto": "peerapi6", "Port": 47688} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 41816}, + {"Proto": "peerapi6", "Port": 41816} ]}, - "Created": "2026-04-09T01:22:51.636797234Z", + "Created": "2026-04-09T08:28:52.215916316Z", "Cap": 131, + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7725027637530740, - "StableID": "nVdRDrNgK321CNTRL", + "ID": 6069131249407967, + "StableID": "nnYJkcniPp11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "DiscoKey": "discokey:ed28fe4b8c9054e49847b1ec5cd1af8ba70d718f212c0fdaba90b53c4913805a", + "Addresses": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "AllowedIPs": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "Endpoints": ["77.164.248.136:52072", "10.65.0.27:52072", "172.17.0.1:52072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35165}, + {"Proto": "peerapi6", "Port": 35165} + ]}, + "Created": "2026-04-09T08:28:56.001912344Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6569817716281765, + "StableID": "nLadJKyUJt11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "DiscoKey": "discokey:3da4308b5320585088d0f4eb6abe388e13068d4a44ba0b4b10f0d9509c0f427c", - "Addresses": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "AllowedIPs": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "Endpoints": ["77.164.248.136:48642", "10.65.0.27:48642", "172.17.0.1:48642"], + "Key": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "DiscoKey": "discokey:d9ea7d6d7d364428a6a7941cce19e1e2a98a662011c45d9c23500d343f1f7858", + "Addresses": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "AllowedIPs": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "Endpoints": ["77.164.248.136:46314", "10.65.0.27:46314", "172.17.0.1:46314"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39664}, - {"Proto": "peerapi6", "Port": 39664} + {"Proto": "peerapi4", "Port": 59850}, + {"Proto": "peerapi6", "Port": 59850} ]}, - "Created": "2026-04-09T01:22:49.490330012Z", + "Created": "2026-04-09T08:28:55.455384121Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" + }, { + "ID": 6789272257899383, + "StableID": "nY5Hfqfs1v11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "DiscoKey": "discokey:a85f3853bcaa428992524046a653df6929a5c19aa1bafd58a424721987104e39", + "Addresses": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "AllowedIPs": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "Endpoints": ["77.164.248.136:57991", "10.65.0.27:57991", "172.17.0.1:57991"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49621}, + {"Proto": "peerapi6", "Port": 49621} + ]}, + "Created": "2026-04-09T08:28:51.676621955Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6981248689323994, + "StableID": "nfBjWmZpWw11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "DiscoKey": "discokey:0bb3775f40439d42c219a3b31da07b854275e4c4804376c72db89b3f9e7bfb2a", + "Addresses": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "AllowedIPs": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "Endpoints": ["77.164.248.136:33222", "10.65.0.27:33222", "172.17.0.1:33222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56693}, + {"Proto": "peerapi6", "Port": 56693} + ]}, + "Created": "2026-04-09T08:28:52.758962641Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7092081293464938, + "StableID": "nyLJD5x1Px11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "DiscoKey": "discokey:3d3e22eb33e176166885c852a9bf7d39719ea27043e561c18e0480f2910e1f49", + "Addresses": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "AllowedIPs": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "Endpoints": ["77.164.248.136:48539", "10.65.0.27:48539", "172.17.0.1:48539"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 45010}, + {"Proto": "peerapi6", "Port": 45010} + ]}, + "Created": "2026-04-09T08:28:54.93440155Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7506315605120645, + "StableID": "nctYraBdc121CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "DiscoKey": "discokey:0cc886f70a8401fb1446d611b9d1074edd2e3b421eb544ca61cc76c2465ac26e", + "Addresses": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "AllowedIPs": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "Endpoints": ["77.164.248.136:36248", "10.65.0.27:36248", "172.17.0.1:36248"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41782}, + {"Proto": "peerapi6", "Port": 41782} + ]}, + "Created": "2026-04-09T08:28:51.139932242Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16669,7 +16693,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.66.140.54"}, {"nodeIP": "fd7a:115c:a1e0::3037:8c36"}], + "principals": [{"nodeIP": "100.119.215.22"}, {"nodeIP": "fd7a:115c:a1e0::9d37:d716"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -17498,26 +17522,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.66.140.54"}, {"nodeIP": "fd7a:115c:a1e0::3037:8c36"}], + "principals": [{"nodeIP": "100.119.215.22"}, {"nodeIP": "fd7a:115c:a1e0::9d37:d716"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -17554,21 +17579,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 850960582127470, - "StableID": "nZ2afuHQe711CNTRL", + "ID": 7092081293464938, + "StableID": "nyLJD5x1Px11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 850960582127470, - "Key": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "DiscoKey": "discokey:33a159fa95a2a883605594ce8e15f0d2b57eae8248b7cd4bc7788a9adacaa107", - "Addresses": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "AllowedIPs": ["100.71.12.117/32", "fd7a:115c:a1e0::4c37:c75/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "User": 7092081293464938, + "Key": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "DiscoKey": "discokey:3d3e22eb33e176166885c852a9bf7d39719ea27043e561c18e0480f2910e1f49", + "Addresses": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "AllowedIPs": ["100.64.41.21/32", "fd7a:115c:a1e0::7b37:2916/128"], + "Endpoints": ["77.164.248.136:48539", "10.65.0.27:48539", "172.17.0.1:48539"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 35048}, - {"Proto": "peerapi6", "Port": 35048}, + {"Proto": "peerapi4", "Port": 45010}, + {"Proto": "peerapi6", "Port": 45010}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:22:48.944502414Z", + "Created": "2026-04-09T08:28:54.93440155Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17596,300 +17621,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a3695874abb3cb3e732a95aff78d030fb791d256465ea5ab18c863534c870c74", - "MachineKey": "mkey:e735a28d81d5270c8426614f4070150bc8153f2be3d5ff9593ea0b3f0cf97077", + "NodeKey": "nodekey:836976be8f0ee0c5dcfc5f913dd773b8369eb91994011d072397dd237b002914", + "MachineKey": "mkey:59352769388097e66f9642be8cd19d2e03c9f7f24f0980541a47849df0195e72", "Peers": [{ - "ID": 781841388223843, - "StableID": "nr2sBZe67711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bb53db7c258037daac351821a3ccc61e9e6ae5c670aafe9c1dc323cd804f1828", - "DiscoKey": "discokey:19e82b960b790fd94967665b773af0af9d99f2ca9ecfd379067970b91705c229", - "Addresses": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "AllowedIPs": ["100.79.24.41/32", "fd7a:115c:a1e0::8037:1829/128"], - "Endpoints": ["77.164.248.136:60239", "10.65.0.27:60239", "172.17.0.1:60239"], + "ID": 252078529647061, + "StableID": "nzypTBgAy211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:dbc7c4944d1abd02ac25acb5dd3e299558722728970566b763fdf72201e5b31b", + "KeyExpiry": "2026-10-06T08:28:56Z", + "DiscoKey": "discokey:1f981731a0429e7a70b6108e0e13b7d0f23a8dcf79cc633b883a5d39d32fdd21", + "Addresses": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "AllowedIPs": ["100.101.179.28/32", "fd7a:115c:a1e0::137:b31c/128"], + "Endpoints": ["77.164.248.136:54164", "10.65.0.27:54164", "172.17.0.1:54164"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37850}, - {"Proto": "peerapi6", "Port": 37850} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61933}, + {"Proto": "peerapi6", "Port": 61933} ]}, - "Created": "2026-04-09T01:22:45.152786985Z", + "Created": "2026-04-09T08:28:56.545447442Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 856936056054225, - "StableID": "np4NquF7h711CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32168e9809d6a420b8d8c74a27d90fec08f4fcfb033567262a0b3988f470d963", - "DiscoKey": "discokey:5c90d5be05561ee5dfd985d1f7e2aedc11bd5978f4346289eae186a32945c54d", - "Addresses": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "AllowedIPs": ["100.112.217.100/32", "fd7a:115c:a1e0::f437:d964/128"], - "Endpoints": ["77.164.248.136:58154", "10.65.0.27:58154", "172.17.0.1:58154"], + "ID": 502414121085669, + "StableID": "nYekStZYv411CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:161e4c96c264203688740ae886aea8ca9dd07d7061a32ea230b673759d77d715", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:9acfe8fb5c43d6ceea3e2d4f7e4aa7067818ba829b1b195e3a38721a32330211", + "Addresses": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "AllowedIPs": ["100.119.215.22/32", "fd7a:115c:a1e0::9d37:d716/128"], + "Endpoints": ["77.164.248.136:51558", "10.65.0.27:51558", "172.17.0.1:51558"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59989}, - {"Proto": "peerapi6", "Port": 59989} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 49486}, + {"Proto": "peerapi6", "Port": 49486} ]}, - "Created": "2026-04-09T01:22:44.607055421Z", + "Created": "2026-04-09T08:28:57.079272591Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 946670321224019, - "StableID": "nJCrZbRkP811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:51ca1fcbabdd3c455c84da371d7b2b9dea8307b37bf7aae724500a6f91581850", - "DiscoKey": "discokey:d4688c65c75ced0affdec536ec13f60c96c73800b7572a23c45464bd96684678", - "Addresses": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "AllowedIPs": ["100.88.24.81/32", "fd7a:115c:a1e0::9137:1852/128"], - "Endpoints": ["77.164.248.136:50464", "10.65.0.27:50464", "172.17.0.1:50464"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57121}, - {"Proto": "peerapi6", "Port": 57121} - ]}, - "Created": "2026-04-09T01:22:47.863437612Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1221358377219568, - "StableID": "noW5Tn1AYA11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fa39b63afba0589c8c89cd811d706ff04137cebd1508ef7dc0b7c3a1500ad08", - "DiscoKey": "discokey:079ee1e302f135a074b5f35e2b298326d9bf3a8bcba9234598ad6f493d6cf623", - "Addresses": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "AllowedIPs": ["100.64.173.9/32", "fd7a:115c:a1e0::1537:ad09/128"], - "Endpoints": ["77.164.248.136:34294", "10.65.0.27:34294", "172.17.0.1:34294"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44754}, - {"Proto": "peerapi6", "Port": 44754} - ]}, - "Created": "2026-04-09T01:22:46.227205069Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2791486483017956, - "StableID": "n3eTWkcGoN11CNTRL", + "ID": 809660445081462, + "StableID": "n7RqybQhK711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:902c6e02498ac2354b4519dbe4759654b92654bf999b28997d7767b28ed1956e", - "DiscoKey": "discokey:f80df21eb2d0f925cebb9fd0c3a21b089fc44ac842104e74e5f646e960295b55", - "Addresses": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "AllowedIPs": ["100.81.149.111/32", "fd7a:115c:a1e0::8e37:956f/128"], - "Endpoints": ["77.164.248.136:33230", "10.65.0.27:33230", "172.17.0.1:33230"], + "Key": "nodekey:d8b83decc96dd93b9023ea73a9567a211382ae89a9fcc2fd2d9de8f65f18656f", + "DiscoKey": "discokey:da0609d0931cf16d5235e617d634846838aa27d09d3fd2bc3a02e92e411f9b0e", + "Addresses": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "AllowedIPs": ["100.88.101.112/32", "fd7a:115c:a1e0::5f37:6570/128"], + "Endpoints": ["77.164.248.136:44716", "10.65.0.27:44716", "172.17.0.1:44716"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40707}, - {"Proto": "peerapi6", "Port": 40707} + {"Proto": "peerapi4", "Port": 51396}, + {"Proto": "peerapi6", "Port": 51396} ]}, - "Created": "2026-04-09T01:22:47.323805418Z", + "Created": "2026-04-09T08:28:53.319525518Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4081234862397359, - "StableID": "nrNxFv7QsY11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1998292879118963, + "StableID": "n6evtPm2cG11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fe86c35f706b5a87af85cb6b5ee1c3276b5ce3e46ac2b13c1ee23147051aa847", - "DiscoKey": "discokey:2ced8c67f3b445b453e2f1e736d8bb9b6c056c51c84238fa2edc5598f33d0140", - "Addresses": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "AllowedIPs": ["100.90.168.72/32", "fd7a:115c:a1e0::537:a848/128"], - "Endpoints": ["77.164.248.136:46035", "10.65.0.27:46035", "172.17.0.1:46035"], + "Key": "nodekey:16495f658dffd80a2a85b50bb79d5802672dc2d7cb53b00ab20c844c7ec9a367", + "DiscoKey": "discokey:c31a06d397a25656080242ac1203086cfe9d46f87992fc591b0810571397b04a", + "Addresses": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "AllowedIPs": ["100.73.163.104/32", "fd7a:115c:a1e0::7e37:a368/128"], + "Endpoints": ["77.164.248.136:45537", "10.65.0.27:45537", "172.17.0.1:45537"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36151}, - {"Proto": "peerapi6", "Port": 36151} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59677}, + {"Proto": "peerapi6", "Port": 59677} ]}, - "Created": "2026-04-09T01:22:50.012191248Z", + "Created": "2026-04-09T08:28:53.84075039Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 4317510995757188, - "StableID": "nHPF5BhQia11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74ae15786c3278a91ba96da2f597bdff2b0e28a32af84280d46d8a594169731f", - "DiscoKey": "discokey:c63daaa362836ed0e0f9f408bc2de2c885b5c900a8354ad35506ba7f9b83af5c", - "Addresses": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "AllowedIPs": ["100.105.115.32/32", "fd7a:115c:a1e0::4137:7320/128"], - "Endpoints": ["77.164.248.136:50216", "10.65.0.27:50216", "172.17.0.1:50216"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 41792}, - {"Proto": "peerapi6", "Port": 41792} + "ID": 2230413212249374, + "StableID": "n7Mms2BARJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:d1b1b527850dcd5fb01f7bb756f76f1c1e8c7a3af326da46d68fa5862fd72446", + "KeyExpiry": "2026-10-06T08:28:57Z", + "DiscoKey": "discokey:4566c7a7dd6bacce7c843b73ddc46c66385cd42c22051bb0168bdffd94632538", + "Addresses": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "AllowedIPs": ["100.87.36.71/32", "fd7a:115c:a1e0::2f37:2447/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 54450}, + {"Proto": "peerapi6", "Port": 54450} ]}, - "Created": "2026-04-09T01:22:46.778635286Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4368793375069761, - "StableID": "nLkqK3od7b11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0781aec2c1903f5d4e1624330471e71d51c0ce9a533e9519a6c06ab2a5a29771", - "DiscoKey": "discokey:3725db7d7ff5bd4c7a8607bf0f69916bd7afbe273714cec8b0b89dc07497db49", - "Addresses": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "AllowedIPs": ["100.98.151.114/32", "fd7a:115c:a1e0::a537:9772/128"], - "Endpoints": ["77.164.248.136:35788", "10.65.0.27:35788", "172.17.0.1:35788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51857}, - {"Proto": "peerapi6", "Port": 51857} - ]}, - "Created": "2026-04-09T01:22:45.690376652Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4902786239528971, - "StableID": "n8ThB6tUHf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0778361d3b17ac35e7ab268a42e5451b8e12a339d0fd5d529884622430028c35", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:e23ea7e904443122e902bdbc960957bef5993d0891dcb6b156dd876b943b0925", - "Addresses": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "AllowedIPs": ["100.66.140.54/32", "fd7a:115c:a1e0::3037:8c36/128"], - "Endpoints": ["77.164.248.136:36357", "10.65.0.27:36357", "172.17.0.1:36357"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 49762}, - {"Proto": "peerapi6", "Port": 49762} - ]}, - "Created": "2026-04-09T01:22:51.098062882Z", + "Created": "2026-04-09T08:28:57.637520027Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5860726651962890, - "StableID": "nVGs7NMLmn11CNTRL", + "ID": 2531485671687037, + "StableID": "nGCD9VqWmL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4f2485e47a259e051082200ba02bcdefab72fc84b2510e9e2294d100383de519", - "DiscoKey": "discokey:b5a3e458b7ccc31f87becf6343163763640d7c1be928c44d4bf8510975e18677", - "Addresses": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "AllowedIPs": ["100.125.229.26/32", "fd7a:115c:a1e0::3837:e51a/128"], - "Endpoints": ["77.164.248.136:37809", "10.65.0.27:37809", "172.17.0.1:37809"], - "HomeDERP": 14, + "Key": "nodekey:410615fd6d0315bc88a3db0b188946f6960d1ff9043a7de7ead13360af325517", + "DiscoKey": "discokey:4b989c6a83d45ce3df1373a9a4dadfe75dd27572886dad491127e3747ba6d82b", + "Addresses": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "AllowedIPs": ["100.114.85.24/32", "fd7a:115c:a1e0::af37:5518/128"], + "Endpoints": ["77.164.248.136:49591", "10.65.0.27:49591", "172.17.0.1:49591"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56514}, - {"Proto": "peerapi6", "Port": 56514} + {"Proto": "peerapi4", "Port": 54379}, + {"Proto": "peerapi6", "Port": 54379} ]}, - "Created": "2026-04-09T01:22:44.104431695Z", + "Created": "2026-04-09T08:28:50.042202131Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6506113100411583, - "StableID": "nireYQZdos11CNTRL", + "ID": 3197512373963398, + "StableID": "n77z7EEAyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:336d31c35c94f592deb7b25ad434ba2fefd50d13806095cb9c1de30c8e32fc66", - "DiscoKey": "discokey:1571ac4fa8b5508edec9cec75a0582da05b3c454a2787ba9c988fca381fd1351", - "Addresses": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "AllowedIPs": ["100.114.252.103/32", "fd7a:115c:a1e0::8e37:fc67/128"], - "Endpoints": ["77.164.248.136:53684", "10.65.0.27:53684", "172.17.0.1:53684"], + "Key": "nodekey:608ca7431110bc33eb67c4ce531902ce295ad868cb4c60ca1bae483d4c762b60", + "DiscoKey": "discokey:a540b6709773af0e1af08306d3c28d6424f0ad6dfaa64649ac4607f8cdc12708", + "Addresses": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "AllowedIPs": ["100.118.43.97/32", "fd7a:115c:a1e0::4c37:2b61/128"], + "Endpoints": ["77.164.248.136:60630", "10.65.0.27:60630", "172.17.0.1:60630"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48998}, - {"Proto": "peerapi6", "Port": 48998} + {"Proto": "peerapi4", "Port": 57687}, + {"Proto": "peerapi6", "Port": 57687} ]}, - "Created": "2026-04-09T01:22:48.406817154Z", + "Created": "2026-04-09T08:28:54.366180703Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7059666621659825, - "StableID": "ngtUfKUL8x11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:bb5f9da1c92809b160fa77c0adea8eb7707de2b88edb3369b563b3e4c9bedd39", - "KeyExpiry": "2026-10-06T01:22:50Z", - "DiscoKey": "discokey:df72ed6cfe83e2374e081bb6e7c06843220cdca9b97e5812f7bb39b4fa97aa4e", - "Addresses": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "AllowedIPs": ["100.126.221.58/32", "fd7a:115c:a1e0::c937:dd3a/128"], - "Endpoints": ["77.164.248.136:34349", "10.65.0.27:34349", "172.17.0.1:34349"], + "ID": 4231259898757423, + "StableID": "nzS6zJ2M3a11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d667e517ceec74b0b70363ea93caf31ded9b4afbd8b29433402f58b26d49396f", + "DiscoKey": "discokey:770e6213a30ad08fb6aabdb069c911f61e0df97ec014084d35340b53f7e91c19", + "Addresses": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "AllowedIPs": ["100.73.57.112/32", "fd7a:115c:a1e0::6d37:3970/128"], + "Endpoints": ["77.164.248.136:49605", "10.65.0.27:49605", "172.17.0.1:49605"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 65192}, - {"Proto": "peerapi6", "Port": 65192} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 37851}, + {"Proto": "peerapi6", "Port": 37851} ]}, - "Created": "2026-04-09T01:22:50.540462333Z", + "Created": "2026-04-09T08:28:50.588697579Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7182085604760198, - "StableID": "nuJmzBDn5y11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0385a341718e9e5f8f6e39a5403450cc90a41cdb6ed53d450399781792a4fb6a", - "KeyExpiry": "2026-10-06T01:22:51Z", - "DiscoKey": "discokey:71acc9887145cd8825b728d3da09f63e60b15f7c7b8b3df998c7088b31541117", - "Addresses": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "AllowedIPs": ["100.100.251.107/32", "fd7a:115c:a1e0::9237:fb6b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47688}, - {"Proto": "peerapi6", "Port": 47688} + "ID": 5349279127784041, + "StableID": "nC43nXVhmi11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:085baf73057158cf019b5fe0a2836e5c4e2fe161cb5e54c4179bcd1ff7306e46", + "DiscoKey": "discokey:1f9f9cd883f933e96a3d4823306106ed41e8b3201ed303f697c92fd25eda4864", + "Addresses": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "AllowedIPs": ["100.112.110.71/32", "fd7a:115c:a1e0::f737:6e47/128"], + "Endpoints": ["77.164.248.136:47650", "10.65.0.27:47650", "172.17.0.1:47650"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 41816}, + {"Proto": "peerapi6", "Port": 41816} ]}, - "Created": "2026-04-09T01:22:51.636797234Z", + "Created": "2026-04-09T08:28:52.215916316Z", "Cap": 131, + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7725027637530740, - "StableID": "nVdRDrNgK321CNTRL", + "ID": 6069131249407967, + "StableID": "nnYJkcniPp11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:762660d923ab031f94a8dfee5d4593e99ff1f639a5b4516418dd024c0a679346", + "DiscoKey": "discokey:ed28fe4b8c9054e49847b1ec5cd1af8ba70d718f212c0fdaba90b53c4913805a", + "Addresses": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "AllowedIPs": ["100.103.147.71/32", "fd7a:115c:a1e0::a37:9347/128"], + "Endpoints": ["77.164.248.136:52072", "10.65.0.27:52072", "172.17.0.1:52072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35165}, + {"Proto": "peerapi6", "Port": 35165} + ]}, + "Created": "2026-04-09T08:28:56.001912344Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6569817716281765, + "StableID": "nLadJKyUJt11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:38cad7e11fccf209e2c901b572e3664de30cb26c54722fe37e8a9e6410f0d845", - "DiscoKey": "discokey:3da4308b5320585088d0f4eb6abe388e13068d4a44ba0b4b10f0d9509c0f427c", - "Addresses": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "AllowedIPs": ["100.112.216.70/32", "fd7a:115c:a1e0::1037:d846/128"], - "Endpoints": ["77.164.248.136:48642", "10.65.0.27:48642", "172.17.0.1:48642"], + "Key": "nodekey:40f8bac3214da1dee2da9fdd2e21aab9154f42734c6ae45db69211114017f058", + "DiscoKey": "discokey:d9ea7d6d7d364428a6a7941cce19e1e2a98a662011c45d9c23500d343f1f7858", + "Addresses": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "AllowedIPs": ["100.87.240.89/32", "fd7a:115c:a1e0::4037:f059/128"], + "Endpoints": ["77.164.248.136:46314", "10.65.0.27:46314", "172.17.0.1:46314"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39664}, - {"Proto": "peerapi6", "Port": 39664} + {"Proto": "peerapi4", "Port": 59850}, + {"Proto": "peerapi6", "Port": 59850} ]}, - "Created": "2026-04-09T01:22:49.490330012Z", + "Created": "2026-04-09T08:28:55.455384121Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" + }, { + "ID": 6789272257899383, + "StableID": "nY5Hfqfs1v11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0cf94caf3c52d612ea2b8dab08c95e7139f2c737bfd6ce39972781943b436425", + "DiscoKey": "discokey:a85f3853bcaa428992524046a653df6929a5c19aa1bafd58a424721987104e39", + "Addresses": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "AllowedIPs": ["100.67.100.38/32", "fd7a:115c:a1e0::3b37:6426/128"], + "Endpoints": ["77.164.248.136:57991", "10.65.0.27:57991", "172.17.0.1:57991"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49621}, + {"Proto": "peerapi6", "Port": 49621} + ]}, + "Created": "2026-04-09T08:28:51.676621955Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6981248689323994, + "StableID": "nfBjWmZpWw11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a70463ce9810283d50caa64d0faaddf1b7fb4022c4266780a0555e3f60666a51", + "DiscoKey": "discokey:0bb3775f40439d42c219a3b31da07b854275e4c4804376c72db89b3f9e7bfb2a", + "Addresses": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "AllowedIPs": ["100.102.106.82/32", "fd7a:115c:a1e0::6037:6a52/128"], + "Endpoints": ["77.164.248.136:33222", "10.65.0.27:33222", "172.17.0.1:33222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56693}, + {"Proto": "peerapi6", "Port": 56693} + ]}, + "Created": "2026-04-09T08:28:52.758962641Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7506315605120645, + "StableID": "nctYraBdc121CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:481ee5a8e8bd42912648d8062706c1c9cc58d089ac3031e12f7ad5a56351ef31", + "DiscoKey": "discokey:0cc886f70a8401fb1446d611b9d1074edd2e3b421eb544ca61cc76c2465ac26e", + "Addresses": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "AllowedIPs": ["100.81.239.50/32", "fd7a:115c:a1e0::6337:ef32/128"], + "Endpoints": ["77.164.248.136:36248", "10.65.0.27:36248", "172.17.0.1:36248"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41782}, + {"Proto": "peerapi6", "Port": 41782} + ]}, + "Created": "2026-04-09T08:28:51.139932242Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18737,27 +18762,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "850960582127470": { - "ID": 850960582127470, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7092081293464938": { + "ID": 7092081293464938, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-a3.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-a3.hujson index c0a590ac..6a4bb847 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-a3.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-a3.hujson @@ -3,7 +3,7 @@ // ssh a3 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:23:04Z +// Captured at: 2026-04-09T08:29:10Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-a3", "description": "ssh a3", "category": "ssh", - "captured_at": "2026-04-09T01:23:04.568132684Z", + "captured_at": "2026-04-09T08:29:10.596003176Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a3\",\n\t\"id\": \"ssh-a3\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\", \"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a3\",\n\t\"id\": \"ssh-a3\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\", \"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-a3.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.93.156.53", - "ipv6": "fd7a:115c:a1e0::6337:9c35", + "ipv4": "100.107.38.71", + "ipv6": "fd7a:115c:a1e0::d537:2648", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.97.50.97", - "ipv6": "fd7a:115c:a1e0::5a37:3261", + "ipv4": "100.96.183.34", + "ipv6": "fd7a:115c:a1e0::a37:b722", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.69.100.7", - "ipv6": "fd7a:115c:a1e0::3d37:6407", + "ipv4": "100.104.31.17", + "ipv6": "fd7a:115c:a1e0::5c37:1f11", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.94.58.99", - "ipv6": "fd7a:115c:a1e0::4837:3a63", + "ipv4": "100.95.27.49", + "ipv6": "fd7a:115c:a1e0::d937:1b31", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.77.143.76", - "ipv6": "fd7a:115c:a1e0::8137:8f4c", + "ipv4": "100.100.146.64", + "ipv6": "fd7a:115c:a1e0::de37:9240", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.82.95.53", - "ipv6": "fd7a:115c:a1e0::7d37:5f35", + "ipv4": "100.76.226.81", + "ipv6": "fd7a:115c:a1e0::f737:e251", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.101.249.38", - "ipv6": "fd7a:115c:a1e0::e437:f926", + "ipv4": "100.89.182.114", + "ipv6": "fd7a:115c:a1e0::cf37:b672", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.67.110.47", - "ipv6": "fd7a:115c:a1e0::8337:6e2f", + "ipv4": "100.101.0.88", + "ipv6": "fd7a:115c:a1e0::237:58", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.103.214.62", - "ipv6": "fd7a:115c:a1e0::b037:d640", + "ipv4": "100.96.24.73", + "ipv6": "fd7a:115c:a1e0::f837:1849", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.84.166.57", - "ipv6": "fd7a:115c:a1e0::2f37:a639", + "ipv4": "100.67.142.79", + "ipv6": "fd7a:115c:a1e0::137:8e4f", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.80.88.61", - "ipv6": "fd7a:115c:a1e0::2937:583d", + "ipv4": "100.120.179.3", + "ipv6": "fd7a:115c:a1e0::7037:b303", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.91.150.30", - "ipv6": "fd7a:115c:a1e0::2f37:961e", + "ipv4": "100.115.138.112", + "ipv6": "fd7a:115c:a1e0::5437:8a70", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.127.35.108", - "ipv6": "fd7a:115c:a1e0::8937:236c", + "ipv4": "100.127.110.36", + "ipv6": "fd7a:115c:a1e0::b037:6e24", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.117.66.48", - "ipv6": "fd7a:115c:a1e0::4037:4230", + "ipv4": "100.72.65.40", + "ipv6": "fd7a:115c:a1e0::5837:4128", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.108.67.118", - "ipv6": "fd7a:115c:a1e0::8937:4376", + "ipv4": "100.80.84.22", + "ipv6": "fd7a:115c:a1e0::a837:5416", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5833892619037576, - "StableID": "nsE2X4UBZn11CNTRL", + "ID": 5652645989046414, + "StableID": "nXdZUeR69m11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 5833892619037576, - "Key": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "DiscoKey": "discokey:788aeea87c623b561d5f1583fede5a36a85671095204611e19d30d28efae2b52", - "Addresses": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "AllowedIPs": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "User": 5652645989046414, + "Key": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "DiscoKey": "discokey:1aa5b12064b6d801887719a6861d151c9148d9bb09ad86a81e4f14c5aa475238", + "Addresses": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "AllowedIPs": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "Endpoints": ["77.164.248.136:59134", "10.65.0.27:59134", "172.17.0.1:59134"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 58820}, - {"Proto": "peerapi6", "Port": 58820}, + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:13.370849314Z", + "Created": "2026-04-09T08:29:19.421502922Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,300 +221,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "MachineKey": "mkey:1d2030104878a7849fe0ffd807b2f279112fbd3c5491d2c6565abac65327d837", + "NodeKey": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "MachineKey": "mkey:5df6f4e5db0a1a570c0dd5603c45d03f130cff49f182954a4e1d7dfb84adc317", "Peers": [{ - "ID": 79056996867997, - "StableID": "ntSX6Dhoc111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "DiscoKey": "discokey:d3047e228f3706cfc497c3e6144e4a8a59da39999dc322add48dfa7e4463d43c", - "Addresses": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "AllowedIPs": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "Endpoints": ["77.164.248.136:33763", "10.65.0.27:33763", "172.17.0.1:33763"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 46131}, - {"Proto": "peerapi6", "Port": 46131} - ]}, - "Created": "2026-04-09T01:23:08.47187844Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 438040849272513, - "StableID": "nzhHrEbPR411CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "DiscoKey": "discokey:aa22c731abd41814842be2a3120b51e454284f165096ddf9b3d24e96556e9c72", - "Addresses": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "AllowedIPs": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "Endpoints": ["77.164.248.136:51457", "10.65.0.27:51457", "172.17.0.1:51457"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 60655}, - {"Proto": "peerapi6", "Port": 60655} - ]}, - "Created": "2026-04-09T01:23:09.020828659Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2253476565822307, - "StableID": "neQKTU1cbJ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "DiscoKey": "discokey:76fe8ae9e1cc709bb5c411d3d013df032c94d108a7991e5f16612e1d2f16747f", - "Addresses": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "AllowedIPs": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "Endpoints": ["77.164.248.136:46309", "10.65.0.27:46309", "172.17.0.1:46309"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64954}, - {"Proto": "peerapi6", "Port": 64954} - ]}, - "Created": "2026-04-09T01:23:10.106845247Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2388371673957893, - "StableID": "nG8XEVUheK11CNTRL", + "ID": 639355378437959, + "StableID": "nviXRLnZz511CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "DiscoKey": "discokey:26524110a601a160fcfe5d3d2d008fab32bdb4a6e4e4aab662ce3205810e6b7d", - "Addresses": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "AllowedIPs": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "Endpoints": ["77.164.248.136:56713", "10.65.0.27:56713", "172.17.0.1:56713"], + "Key": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "DiscoKey": "discokey:ccccbd010514a341628d63a1ef1051a7f0f6374fd7bb678fbe47264b7444521a", + "Addresses": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "AllowedIPs": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "Endpoints": ["77.164.248.136:40956", "10.65.0.27:40956", "172.17.0.1:40956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} + {"Proto": "peerapi4", "Port": 37862}, + {"Proto": "peerapi6", "Port": 37862} ]}, - "Created": "2026-04-09T01:23:11.195431152Z", + "Created": "2026-04-09T08:29:17.244236476Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3310421561281069, - "StableID": "nrd8NLAJrS11CNTRL", + "ID": 674902054519169, + "StableID": "n25wTtXfG611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "KeyExpiry": "2026-10-06T08:29:21Z", + "DiscoKey": "discokey:9bd8e3604896369a586ce51f90b19eb3ee90667b2e2c2b342d61e1b5ddfed735", + "Addresses": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "AllowedIPs": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 60902}, + {"Proto": "peerapi6", "Port": 60902} + ]}, + "Created": "2026-04-09T08:29:21.044959353Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1005069293544192, + "StableID": "njLom2UCr811CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "DiscoKey": "discokey:40a8c533b6c1ac3f533fbd137d1c138bffb0144939a73ead6a180c48403e6e17", - "Addresses": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "AllowedIPs": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "Endpoints": ["77.164.248.136:32840", "10.65.0.27:32840", "172.17.0.1:32840"], + "Key": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "DiscoKey": "discokey:48096a3499afe492e4b1eb013bce4b14197d33111574f3b01ded7c091e0ec866", + "Addresses": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "AllowedIPs": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "Endpoints": ["77.164.248.136:49752", "10.65.0.27:49752", "172.17.0.1:49752"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36816}, - {"Proto": "peerapi6", "Port": 36816} + {"Proto": "peerapi4", "Port": 54531}, + {"Proto": "peerapi6", "Port": 54531} ]}, - "Created": "2026-04-09T01:23:12.830220975Z", + "Created": "2026-04-09T08:29:18.875686043Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3893022315491640, - "StableID": "nHyVzV6AQX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "KeyExpiry": "2026-10-06T01:23:14Z", - "DiscoKey": "discokey:555c45398df90e28d22ebc177ee9b4c7f8cfeb9d1d842823711732f35802ad1d", - "Addresses": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "AllowedIPs": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "Endpoints": ["77.164.248.136:34808", "10.65.0.27:34808", "172.17.0.1:34808"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61058}, - {"Proto": "peerapi6", "Port": 61058} - ]}, - "Created": "2026-04-09T01:23:14.471319387Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4221569949175497, - "StableID": "ntWeK5VxxZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 1122816358815596, + "StableID": "nwN2jwUXm911CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "DiscoKey": "discokey:78f1e79a16b64ea70a81756745af4b87d6d526869043a58bb3fd0d01e0c9994f", - "Addresses": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "AllowedIPs": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "Endpoints": ["77.164.248.136:38810", "10.65.0.27:38810", "172.17.0.1:38810"], + "Key": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "DiscoKey": "discokey:abaed50f748e6d05919dc4fa29045f8c3196252ef998b084f8602b920a919540", + "Addresses": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "AllowedIPs": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "Endpoints": ["77.164.248.136:46950", "10.65.0.27:46950", "172.17.0.1:46950"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37371}, - {"Proto": "peerapi6", "Port": 37371} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52283}, + {"Proto": "peerapi6", "Port": 52283} ]}, - "Created": "2026-04-09T01:23:07.930189212Z", + "Created": "2026-04-09T08:29:15.075564102Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 4460267974402161, - "StableID": "n46pREg4qb11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 1600481834527661, + "StableID": "nxJE8kwrVD11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "DiscoKey": "discokey:c7c420e7f7895d245858d69379ed48c0ae5bbc5f8a93e6d4e8c9efdd8281a072", - "Addresses": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "AllowedIPs": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "Endpoints": ["77.164.248.136:57797", "10.65.0.27:57797", "172.17.0.1:57797"], + "Key": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "DiscoKey": "discokey:8adf68572263dc3255f466a013ef8fb5539186b131500beeb6db5f2b4bb9256a", + "Addresses": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "AllowedIPs": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "Endpoints": ["77.164.248.136:34996", "10.65.0.27:34996", "172.17.0.1:34996"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44141}, - {"Proto": "peerapi6", "Port": 44141} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60329}, + {"Proto": "peerapi6", "Port": 60329} ]}, - "Created": "2026-04-09T01:23:11.735415309Z", + "Created": "2026-04-09T08:29:16.162276873Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 5986419071245137, - "StableID": "nckDoW5Gko11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "DiscoKey": "discokey:500aa03d65ab100384eefc949c80b063f46a25299d941beeccdd33649ebd0f2a", - "Addresses": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "AllowedIPs": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "Endpoints": ["77.164.248.136:47793", "10.65.0.27:47793", "172.17.0.1:47793"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52249}, - {"Proto": "peerapi6", "Port": 52249} - ]}, - "Created": "2026-04-09T01:23:09.560871145Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6019694598777831, - "StableID": "ncFfDqAL1p11CNTRL", + "ID": 2232584469197859, + "StableID": "nAgAR5D9SJ11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "KeyExpiry": "2026-10-06T01:23:13Z", - "DiscoKey": "discokey:1c813ea70c6ccac076d9785a7a298775e86fbc852ff51b307b318879111f487f", - "Addresses": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "AllowedIPs": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "KeyExpiry": "2026-10-06T08:29:19Z", + "DiscoKey": "discokey:066fd355e68f4b10e861156495a625ce785cbd5733dddbaf37a0c5d833f71f68", + "Addresses": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "AllowedIPs": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "Endpoints": ["77.164.248.136:51154", "10.65.0.27:51154", "172.17.0.1:51154"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42612}, - {"Proto": "peerapi6", "Port": 42612} + {"Proto": "peerapi4", "Port": 56762}, + {"Proto": "peerapi6", "Port": 56762} ]}, - "Created": "2026-04-09T01:23:13.921166588Z", + "Created": "2026-04-09T08:29:19.995629479Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 6037749081040324, - "StableID": "n9BVzwRW9p11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "DiscoKey": "discokey:9d8ff27d9f591d34fa3b3464d4cf1d80a1345ec795526ce5c590fa2dbf96b73c", - "Addresses": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "AllowedIPs": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "Endpoints": ["77.164.248.136:43596", "10.65.0.27:43596", "172.17.0.1:43596"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35004}, - {"Proto": "peerapi6", "Port": 35004} - ]}, - "Created": "2026-04-09T01:23:10.653883686Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6159032531771321, - "StableID": "nnXZDmLS6q11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "KeyExpiry": "2026-10-06T01:23:15Z", - "DiscoKey": "discokey:4b430efd162215a02006dc7fb46789c45e9b0de3d26b62afb03372da4e38a857", - "Addresses": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "AllowedIPs": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 44345}, - {"Proto": "peerapi6", "Port": 44345} - ]}, - "Created": "2026-04-09T01:23:15.008808729Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6180812210300391, - "StableID": "nrcypSTJGq11CNTRL", + "ID": 2747890165851824, + "StableID": "nf2RF5RXTN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "DiscoKey": "discokey:1394887c7cfced46f714ab4bc4c31fb7c962bbce749c9b58802b5d5862748a42", - "Addresses": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "AllowedIPs": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "Endpoints": ["77.164.248.136:40580", "10.65.0.27:40580", "172.17.0.1:40580"], + "Key": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "DiscoKey": "discokey:4342c70dba8f7049196555eb072db9637245e06ccbf99f35e0ac60de8df9661e", + "Addresses": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "AllowedIPs": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "Endpoints": ["77.164.248.136:48735", "10.65.0.27:48735", "172.17.0.1:48735"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41881}, - {"Proto": "peerapi6", "Port": 41881} + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} ]}, - "Created": "2026-04-09T01:23:12.292148849Z", + "Created": "2026-04-09T08:29:18.339525649Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7229467180614820, - "StableID": "nKa1cwqETy11CNTRL", + "ID": 3193549075473596, + "StableID": "nKLG1u7NwR11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "DiscoKey": "discokey:d10d8637f3a251886807b5081e71d316ce4b0215453d8d6322900073a879d82b", + "Addresses": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "AllowedIPs": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "Endpoints": ["77.164.248.136:48675", "10.65.0.27:48675", "172.17.0.1:48675"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 33615}, + {"Proto": "peerapi6", "Port": 33615} + ]}, + "Created": "2026-04-09T08:29:15.618303057Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 3318074723268324, + "StableID": "ndHm5QCmuS11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "DiscoKey": "discokey:2c59340ad4f5bf35e5ba25af6096dc58a9f19270cc3d04bb706d8b0ac52e905f", + "Addresses": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "AllowedIPs": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "Endpoints": ["77.164.248.136:55628", "10.65.0.27:55628", "172.17.0.1:55628"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35103}, + {"Proto": "peerapi6", "Port": 35103} + ]}, + "Created": "2026-04-09T08:29:13.999609716Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5129280769430906, + "StableID": "ndNUCUW44h11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "DiscoKey": "discokey:99f268002a2742244619b0d7c89c2a7c3866e1f84666f929181909891f89fd20", + "Addresses": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "AllowedIPs": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64319}, + {"Proto": "peerapi6", "Port": 64319} + ]}, + "Created": "2026-04-09T08:29:14.538728181Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6546026583814489, + "StableID": "nNf1Q42i7t11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "KeyExpiry": "2026-10-06T08:29:20Z", + "DiscoKey": "discokey:b9bab85596fdf2bb1fabf5832cc7ae09880de660fb868803405584916eac0412", + "Addresses": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "AllowedIPs": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "Endpoints": ["77.164.248.136:41492", "10.65.0.27:41492", "172.17.0.1:41492"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 54228}, + {"Proto": "peerapi6", "Port": 54228} + ]}, + "Created": "2026-04-09T08:29:20.503975298Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6628006990147427, + "StableID": "nkyBBGWqkt11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "DiscoKey": "discokey:df0389b7872f820c1c2ef55b2ee38307cf1324951fe543643a81bd4cf4e9b13f", + "Addresses": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "AllowedIPs": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "Endpoints": ["77.164.248.136:54546", "10.65.0.27:54546", "172.17.0.1:54546"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36582}, + {"Proto": "peerapi6", "Port": 36582} + ]}, + "Created": "2026-04-09T08:29:16.69746485Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7668500432152049, + "StableID": "nioJeAW5t221CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "DiscoKey": "discokey:c601b7d7e3f6bcf9ebeec66d55586dbbe5342a4f1a98d30924fb58cf23d15129", - "Addresses": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "AllowedIPs": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "Endpoints": ["77.164.248.136:50636", "10.65.0.27:50636", "172.17.0.1:50636"], + "Key": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "DiscoKey": "discokey:633ae14a64e26c72354716960435500ea69a3e9dcc2958596c8df4a79e495064", + "Addresses": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "AllowedIPs": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "Endpoints": ["77.164.248.136:60839", "10.65.0.27:60839", "172.17.0.1:60839"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64389}, - {"Proto": "peerapi6", "Port": 64389} + {"Proto": "peerapi4", "Port": 62303}, + {"Proto": "peerapi6", "Port": 62303} ]}, - "Created": "2026-04-09T01:23:07.398816534Z", + "Created": "2026-04-09T08:29:13.472921372Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 8767925992777947, + "StableID": "nLZXdnY1UB21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "DiscoKey": "discokey:7de2c2e5226514980c65ad0ca8967f338d4705cf3501aafbc6f2036720179432", + "Addresses": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "AllowedIPs": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "Endpoints": ["77.164.248.136:36030", "10.65.0.27:36030", "172.17.0.1:36030"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 54407}, + {"Proto": "peerapi6", "Port": 54407} + ]}, + "Created": "2026-04-09T08:29:17.795893955Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -1362,27 +1361,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5833892619037576": { - "ID": 5833892619037576, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5652645989046414": { + "ID": 5652645989046414, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [] }, "blastoise": { @@ -1413,26 +1414,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2253476565822307, - "StableID": "neQKTU1cbJ11CNTRL", + "ID": 1600481834527661, + "StableID": "nxJE8kwrVD11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 2253476565822307, - "Key": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "DiscoKey": "discokey:76fe8ae9e1cc709bb5c411d3d013df032c94d108a7991e5f16612e1d2f16747f", - "Addresses": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "AllowedIPs": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "Endpoints": ["77.164.248.136:46309", "10.65.0.27:46309", "172.17.0.1:46309"], + "User": 1600481834527661, + "Key": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "DiscoKey": "discokey:8adf68572263dc3255f466a013ef8fb5539186b131500beeb6db5f2b4bb9256a", + "Addresses": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "AllowedIPs": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "Endpoints": ["77.164.248.136:34996", "10.65.0.27:34996", "172.17.0.1:34996"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 64954}, - {"Proto": "peerapi6", "Port": 64954}, + {"Proto": "peerapi4", "Port": 60329}, + {"Proto": "peerapi6", "Port": 60329}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:10.106845247Z", + "Created": "2026-04-09T08:29:16.162276873Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1460,302 +1461,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "MachineKey": "mkey:9f4a5cfac34cb99f4dcffca6e50e3c8f1a6dad5057b98c9d692a99c90afc9716", + "NodeKey": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "MachineKey": "mkey:159b129ed9d229caf7c46bc6567626f4a257349e5c71fe0b32115326036f8838", "Peers": [{ - "ID": 79056996867997, - "StableID": "ntSX6Dhoc111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "DiscoKey": "discokey:d3047e228f3706cfc497c3e6144e4a8a59da39999dc322add48dfa7e4463d43c", - "Addresses": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "AllowedIPs": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "Endpoints": ["77.164.248.136:33763", "10.65.0.27:33763", "172.17.0.1:33763"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 46131}, - {"Proto": "peerapi6", "Port": 46131} - ]}, - "Created": "2026-04-09T01:23:08.47187844Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 438040849272513, - "StableID": "nzhHrEbPR411CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "DiscoKey": "discokey:aa22c731abd41814842be2a3120b51e454284f165096ddf9b3d24e96556e9c72", - "Addresses": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "AllowedIPs": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "Endpoints": ["77.164.248.136:51457", "10.65.0.27:51457", "172.17.0.1:51457"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 60655}, - {"Proto": "peerapi6", "Port": 60655} - ]}, - "Created": "2026-04-09T01:23:09.020828659Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2388371673957893, - "StableID": "nG8XEVUheK11CNTRL", + "ID": 639355378437959, + "StableID": "nviXRLnZz511CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "DiscoKey": "discokey:26524110a601a160fcfe5d3d2d008fab32bdb4a6e4e4aab662ce3205810e6b7d", - "Addresses": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "AllowedIPs": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "Endpoints": ["77.164.248.136:56713", "10.65.0.27:56713", "172.17.0.1:56713"], + "Key": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "DiscoKey": "discokey:ccccbd010514a341628d63a1ef1051a7f0f6374fd7bb678fbe47264b7444521a", + "Addresses": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "AllowedIPs": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "Endpoints": ["77.164.248.136:40956", "10.65.0.27:40956", "172.17.0.1:40956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} + {"Proto": "peerapi4", "Port": 37862}, + {"Proto": "peerapi6", "Port": 37862} ]}, - "Created": "2026-04-09T01:23:11.195431152Z", + "Created": "2026-04-09T08:29:17.244236476Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3310421561281069, - "StableID": "nrd8NLAJrS11CNTRL", + "ID": 674902054519169, + "StableID": "n25wTtXfG611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "KeyExpiry": "2026-10-06T08:29:21Z", + "DiscoKey": "discokey:9bd8e3604896369a586ce51f90b19eb3ee90667b2e2c2b342d61e1b5ddfed735", + "Addresses": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "AllowedIPs": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "Endpoints": ["77.164.248.136:37350", "10.65.0.27:37350", "172.17.0.1:37350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 60902}, + {"Proto": "peerapi6", "Port": 60902} + ]}, + "Created": "2026-04-09T08:29:21.044959353Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1005069293544192, + "StableID": "njLom2UCr811CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "DiscoKey": "discokey:40a8c533b6c1ac3f533fbd137d1c138bffb0144939a73ead6a180c48403e6e17", - "Addresses": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "AllowedIPs": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "Endpoints": ["77.164.248.136:32840", "10.65.0.27:32840", "172.17.0.1:32840"], + "Key": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "DiscoKey": "discokey:48096a3499afe492e4b1eb013bce4b14197d33111574f3b01ded7c091e0ec866", + "Addresses": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "AllowedIPs": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "Endpoints": ["77.164.248.136:49752", "10.65.0.27:49752", "172.17.0.1:49752"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36816}, - {"Proto": "peerapi6", "Port": 36816} + {"Proto": "peerapi4", "Port": 54531}, + {"Proto": "peerapi6", "Port": 54531} ]}, - "Created": "2026-04-09T01:23:12.830220975Z", + "Created": "2026-04-09T08:29:18.875686043Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3893022315491640, - "StableID": "nHyVzV6AQX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "KeyExpiry": "2026-10-06T01:23:14Z", - "DiscoKey": "discokey:555c45398df90e28d22ebc177ee9b4c7f8cfeb9d1d842823711732f35802ad1d", - "Addresses": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "AllowedIPs": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "Endpoints": ["77.164.248.136:34808", "10.65.0.27:34808", "172.17.0.1:34808"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61058}, - {"Proto": "peerapi6", "Port": 61058} - ]}, - "Created": "2026-04-09T01:23:14.471319387Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4221569949175497, - "StableID": "ntWeK5VxxZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 1122816358815596, + "StableID": "nwN2jwUXm911CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "DiscoKey": "discokey:78f1e79a16b64ea70a81756745af4b87d6d526869043a58bb3fd0d01e0c9994f", - "Addresses": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "AllowedIPs": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "Endpoints": ["77.164.248.136:38810", "10.65.0.27:38810", "172.17.0.1:38810"], + "Key": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "DiscoKey": "discokey:abaed50f748e6d05919dc4fa29045f8c3196252ef998b084f8602b920a919540", + "Addresses": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "AllowedIPs": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "Endpoints": ["77.164.248.136:46950", "10.65.0.27:46950", "172.17.0.1:46950"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37371}, - {"Proto": "peerapi6", "Port": 37371} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52283}, + {"Proto": "peerapi6", "Port": 52283} ]}, - "Created": "2026-04-09T01:23:07.930189212Z", + "Created": "2026-04-09T08:29:15.075564102Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 4460267974402161, - "StableID": "n46pREg4qb11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "DiscoKey": "discokey:c7c420e7f7895d245858d69379ed48c0ae5bbc5f8a93e6d4e8c9efdd8281a072", - "Addresses": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "AllowedIPs": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "Endpoints": ["77.164.248.136:57797", "10.65.0.27:57797", "172.17.0.1:57797"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44141}, - {"Proto": "peerapi6", "Port": 44141} - ]}, - "Created": "2026-04-09T01:23:11.735415309Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5833892619037576, - "StableID": "nsE2X4UBZn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "DiscoKey": "discokey:788aeea87c623b561d5f1583fede5a36a85671095204611e19d30d28efae2b52", - "Addresses": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "AllowedIPs": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 58820}, - {"Proto": "peerapi6", "Port": 58820} - ]}, - "Created": "2026-04-09T01:23:13.370849314Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5986419071245137, - "StableID": "nckDoW5Gko11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "DiscoKey": "discokey:500aa03d65ab100384eefc949c80b063f46a25299d941beeccdd33649ebd0f2a", - "Addresses": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "AllowedIPs": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "Endpoints": ["77.164.248.136:47793", "10.65.0.27:47793", "172.17.0.1:47793"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52249}, - {"Proto": "peerapi6", "Port": 52249} - ]}, - "Created": "2026-04-09T01:23:09.560871145Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6019694598777831, - "StableID": "ncFfDqAL1p11CNTRL", + "ID": 2232584469197859, + "StableID": "nAgAR5D9SJ11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "KeyExpiry": "2026-10-06T01:23:13Z", - "DiscoKey": "discokey:1c813ea70c6ccac076d9785a7a298775e86fbc852ff51b307b318879111f487f", - "Addresses": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "AllowedIPs": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "KeyExpiry": "2026-10-06T08:29:19Z", + "DiscoKey": "discokey:066fd355e68f4b10e861156495a625ce785cbd5733dddbaf37a0c5d833f71f68", + "Addresses": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "AllowedIPs": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "Endpoints": ["77.164.248.136:51154", "10.65.0.27:51154", "172.17.0.1:51154"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42612}, - {"Proto": "peerapi6", "Port": 42612} + {"Proto": "peerapi4", "Port": 56762}, + {"Proto": "peerapi6", "Port": 56762} ]}, - "Created": "2026-04-09T01:23:13.921166588Z", + "Created": "2026-04-09T08:29:19.995629479Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 6037749081040324, - "StableID": "n9BVzwRW9p11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "DiscoKey": "discokey:9d8ff27d9f591d34fa3b3464d4cf1d80a1345ec795526ce5c590fa2dbf96b73c", - "Addresses": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "AllowedIPs": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "Endpoints": ["77.164.248.136:43596", "10.65.0.27:43596", "172.17.0.1:43596"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35004}, - {"Proto": "peerapi6", "Port": 35004} - ]}, - "Created": "2026-04-09T01:23:10.653883686Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6159032531771321, - "StableID": "nnXZDmLS6q11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "KeyExpiry": "2026-10-06T01:23:15Z", - "DiscoKey": "discokey:4b430efd162215a02006dc7fb46789c45e9b0de3d26b62afb03372da4e38a857", - "Addresses": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "AllowedIPs": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "Endpoints": ["77.164.248.136:57021", "10.65.0.27:57021", "172.17.0.1:57021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 44345}, - {"Proto": "peerapi6", "Port": 44345} - ]}, - "Created": "2026-04-09T01:23:15.008808729Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6180812210300391, - "StableID": "nrcypSTJGq11CNTRL", + "ID": 2747890165851824, + "StableID": "nf2RF5RXTN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "DiscoKey": "discokey:1394887c7cfced46f714ab4bc4c31fb7c962bbce749c9b58802b5d5862748a42", - "Addresses": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "AllowedIPs": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "Endpoints": ["77.164.248.136:40580", "10.65.0.27:40580", "172.17.0.1:40580"], + "Key": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "DiscoKey": "discokey:4342c70dba8f7049196555eb072db9637245e06ccbf99f35e0ac60de8df9661e", + "Addresses": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "AllowedIPs": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "Endpoints": ["77.164.248.136:48735", "10.65.0.27:48735", "172.17.0.1:48735"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41881}, - {"Proto": "peerapi6", "Port": 41881} + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} ]}, - "Created": "2026-04-09T01:23:12.292148849Z", + "Created": "2026-04-09T08:29:18.339525649Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7229467180614820, - "StableID": "nKa1cwqETy11CNTRL", + "ID": 3193549075473596, + "StableID": "nKLG1u7NwR11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "DiscoKey": "discokey:d10d8637f3a251886807b5081e71d316ce4b0215453d8d6322900073a879d82b", + "Addresses": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "AllowedIPs": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "Endpoints": ["77.164.248.136:48675", "10.65.0.27:48675", "172.17.0.1:48675"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 33615}, + {"Proto": "peerapi6", "Port": 33615} + ]}, + "Created": "2026-04-09T08:29:15.618303057Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 3318074723268324, + "StableID": "ndHm5QCmuS11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "DiscoKey": "discokey:2c59340ad4f5bf35e5ba25af6096dc58a9f19270cc3d04bb706d8b0ac52e905f", + "Addresses": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "AllowedIPs": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "Endpoints": ["77.164.248.136:55628", "10.65.0.27:55628", "172.17.0.1:55628"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35103}, + {"Proto": "peerapi6", "Port": 35103} + ]}, + "Created": "2026-04-09T08:29:13.999609716Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5129280769430906, + "StableID": "ndNUCUW44h11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "DiscoKey": "discokey:99f268002a2742244619b0d7c89c2a7c3866e1f84666f929181909891f89fd20", + "Addresses": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "AllowedIPs": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64319}, + {"Proto": "peerapi6", "Port": 64319} + ]}, + "Created": "2026-04-09T08:29:14.538728181Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5652645989046414, + "StableID": "nXdZUeR69m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "DiscoKey": "discokey:1aa5b12064b6d801887719a6861d151c9148d9bb09ad86a81e4f14c5aa475238", + "Addresses": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "AllowedIPs": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "Endpoints": ["77.164.248.136:59134", "10.65.0.27:59134", "172.17.0.1:59134"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} + ]}, + "Created": "2026-04-09T08:29:19.421502922Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6546026583814489, + "StableID": "nNf1Q42i7t11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "KeyExpiry": "2026-10-06T08:29:20Z", + "DiscoKey": "discokey:b9bab85596fdf2bb1fabf5832cc7ae09880de660fb868803405584916eac0412", + "Addresses": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "AllowedIPs": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "Endpoints": ["77.164.248.136:41492", "10.65.0.27:41492", "172.17.0.1:41492"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 54228}, + {"Proto": "peerapi6", "Port": 54228} + ]}, + "Created": "2026-04-09T08:29:20.503975298Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6628006990147427, + "StableID": "nkyBBGWqkt11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "DiscoKey": "discokey:df0389b7872f820c1c2ef55b2ee38307cf1324951fe543643a81bd4cf4e9b13f", + "Addresses": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "AllowedIPs": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "Endpoints": ["77.164.248.136:54546", "10.65.0.27:54546", "172.17.0.1:54546"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36582}, + {"Proto": "peerapi6", "Port": 36582} + ]}, + "Created": "2026-04-09T08:29:16.69746485Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7668500432152049, + "StableID": "nioJeAW5t221CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "DiscoKey": "discokey:c601b7d7e3f6bcf9ebeec66d55586dbbe5342a4f1a98d30924fb58cf23d15129", - "Addresses": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "AllowedIPs": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "Endpoints": ["77.164.248.136:50636", "10.65.0.27:50636", "172.17.0.1:50636"], + "Key": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "DiscoKey": "discokey:633ae14a64e26c72354716960435500ea69a3e9dcc2958596c8df4a79e495064", + "Addresses": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "AllowedIPs": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "Endpoints": ["77.164.248.136:60839", "10.65.0.27:60839", "172.17.0.1:60839"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64389}, - {"Proto": "peerapi6", "Port": 64389} + {"Proto": "peerapi4", "Port": 62303}, + {"Proto": "peerapi6", "Port": 62303} ]}, - "Created": "2026-04-09T01:23:07.398816534Z", + "Created": "2026-04-09T08:29:13.472921372Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 8767925992777947, + "StableID": "nLZXdnY1UB21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "DiscoKey": "discokey:7de2c2e5226514980c65ad0ca8967f338d4705cf3501aafbc6f2036720179432", + "Addresses": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "AllowedIPs": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "Endpoints": ["77.164.248.136:36030", "10.65.0.27:36030", "172.17.0.1:36030"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 54407}, + {"Proto": "peerapi6", "Port": 54407} + ]}, + "Created": "2026-04-09T08:29:17.795893955Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2603,27 +2603,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2253476565822307": { - "ID": 2253476565822307, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1600481834527661": { + "ID": 1600481834527661, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2654,22 +2656,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6159032531771321, - "StableID": "nnXZDmLS6q11CNTRL", + "ID": 674902054519169, + "StableID": "n25wTtXfG611CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "KeyExpiry": "2026-10-06T01:23:15Z", - "DiscoKey": "discokey:4b430efd162215a02006dc7fb46789c45e9b0de3d26b62afb03372da4e38a857", - "Addresses": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "AllowedIPs": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "Endpoints": ["77.164.248.136:57021", "10.65.0.27:57021", "172.17.0.1:57021"], + "Key": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "KeyExpiry": "2026-10-06T08:29:21Z", + "DiscoKey": "discokey:9bd8e3604896369a586ce51f90b19eb3ee90667b2e2c2b342d61e1b5ddfed735", + "Addresses": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "AllowedIPs": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "Endpoints": ["77.164.248.136:37350", "10.65.0.27:37350", "172.17.0.1:37350"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 44345}, - {"Proto": "peerapi6", "Port": 44345}, + {"Proto": "peerapi4", "Port": 60902}, + {"Proto": "peerapi6", "Port": 60902}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:15.008808729Z", + "Created": "2026-04-09T08:29:21.044959353Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2698,302 +2700,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "MachineKey": "mkey:ec6076854a9b84005992f5d62ba22381a2634dd2cfe7eaadf14f747c87c63679", + "NodeKey": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "MachineKey": "mkey:5dc7fceaa052a8ed75aa9669440838aa4d3f4a3197cb1355659da6b71b55f244", "Peers": [{ - "ID": 79056996867997, - "StableID": "ntSX6Dhoc111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "DiscoKey": "discokey:d3047e228f3706cfc497c3e6144e4a8a59da39999dc322add48dfa7e4463d43c", - "Addresses": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "AllowedIPs": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "Endpoints": ["77.164.248.136:33763", "10.65.0.27:33763", "172.17.0.1:33763"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 46131}, - {"Proto": "peerapi6", "Port": 46131} - ]}, - "Created": "2026-04-09T01:23:08.47187844Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 438040849272513, - "StableID": "nzhHrEbPR411CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "DiscoKey": "discokey:aa22c731abd41814842be2a3120b51e454284f165096ddf9b3d24e96556e9c72", - "Addresses": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "AllowedIPs": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "Endpoints": ["77.164.248.136:51457", "10.65.0.27:51457", "172.17.0.1:51457"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 60655}, - {"Proto": "peerapi6", "Port": 60655} - ]}, - "Created": "2026-04-09T01:23:09.020828659Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2253476565822307, - "StableID": "neQKTU1cbJ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "DiscoKey": "discokey:76fe8ae9e1cc709bb5c411d3d013df032c94d108a7991e5f16612e1d2f16747f", - "Addresses": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "AllowedIPs": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "Endpoints": ["77.164.248.136:46309", "10.65.0.27:46309", "172.17.0.1:46309"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64954}, - {"Proto": "peerapi6", "Port": 64954} - ]}, - "Created": "2026-04-09T01:23:10.106845247Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2388371673957893, - "StableID": "nG8XEVUheK11CNTRL", + "ID": 639355378437959, + "StableID": "nviXRLnZz511CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "DiscoKey": "discokey:26524110a601a160fcfe5d3d2d008fab32bdb4a6e4e4aab662ce3205810e6b7d", - "Addresses": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "AllowedIPs": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "Endpoints": ["77.164.248.136:56713", "10.65.0.27:56713", "172.17.0.1:56713"], + "Key": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "DiscoKey": "discokey:ccccbd010514a341628d63a1ef1051a7f0f6374fd7bb678fbe47264b7444521a", + "Addresses": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "AllowedIPs": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "Endpoints": ["77.164.248.136:40956", "10.65.0.27:40956", "172.17.0.1:40956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} + {"Proto": "peerapi4", "Port": 37862}, + {"Proto": "peerapi6", "Port": 37862} ]}, - "Created": "2026-04-09T01:23:11.195431152Z", + "Created": "2026-04-09T08:29:17.244236476Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3310421561281069, - "StableID": "nrd8NLAJrS11CNTRL", + "ID": 1005069293544192, + "StableID": "njLom2UCr811CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "DiscoKey": "discokey:40a8c533b6c1ac3f533fbd137d1c138bffb0144939a73ead6a180c48403e6e17", - "Addresses": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "AllowedIPs": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "Endpoints": ["77.164.248.136:32840", "10.65.0.27:32840", "172.17.0.1:32840"], + "Key": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "DiscoKey": "discokey:48096a3499afe492e4b1eb013bce4b14197d33111574f3b01ded7c091e0ec866", + "Addresses": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "AllowedIPs": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "Endpoints": ["77.164.248.136:49752", "10.65.0.27:49752", "172.17.0.1:49752"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36816}, - {"Proto": "peerapi6", "Port": 36816} + {"Proto": "peerapi4", "Port": 54531}, + {"Proto": "peerapi6", "Port": 54531} ]}, - "Created": "2026-04-09T01:23:12.830220975Z", + "Created": "2026-04-09T08:29:18.875686043Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3893022315491640, - "StableID": "nHyVzV6AQX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "KeyExpiry": "2026-10-06T01:23:14Z", - "DiscoKey": "discokey:555c45398df90e28d22ebc177ee9b4c7f8cfeb9d1d842823711732f35802ad1d", - "Addresses": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "AllowedIPs": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "Endpoints": ["77.164.248.136:34808", "10.65.0.27:34808", "172.17.0.1:34808"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61058}, - {"Proto": "peerapi6", "Port": 61058} - ]}, - "Created": "2026-04-09T01:23:14.471319387Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4221569949175497, - "StableID": "ntWeK5VxxZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 1122816358815596, + "StableID": "nwN2jwUXm911CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "DiscoKey": "discokey:78f1e79a16b64ea70a81756745af4b87d6d526869043a58bb3fd0d01e0c9994f", - "Addresses": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "AllowedIPs": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "Endpoints": ["77.164.248.136:38810", "10.65.0.27:38810", "172.17.0.1:38810"], + "Key": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "DiscoKey": "discokey:abaed50f748e6d05919dc4fa29045f8c3196252ef998b084f8602b920a919540", + "Addresses": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "AllowedIPs": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "Endpoints": ["77.164.248.136:46950", "10.65.0.27:46950", "172.17.0.1:46950"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37371}, - {"Proto": "peerapi6", "Port": 37371} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52283}, + {"Proto": "peerapi6", "Port": 52283} ]}, - "Created": "2026-04-09T01:23:07.930189212Z", + "Created": "2026-04-09T08:29:15.075564102Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 4460267974402161, - "StableID": "n46pREg4qb11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 1600481834527661, + "StableID": "nxJE8kwrVD11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "DiscoKey": "discokey:c7c420e7f7895d245858d69379ed48c0ae5bbc5f8a93e6d4e8c9efdd8281a072", - "Addresses": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "AllowedIPs": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "Endpoints": ["77.164.248.136:57797", "10.65.0.27:57797", "172.17.0.1:57797"], + "Key": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "DiscoKey": "discokey:8adf68572263dc3255f466a013ef8fb5539186b131500beeb6db5f2b4bb9256a", + "Addresses": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "AllowedIPs": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "Endpoints": ["77.164.248.136:34996", "10.65.0.27:34996", "172.17.0.1:34996"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44141}, - {"Proto": "peerapi6", "Port": 44141} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60329}, + {"Proto": "peerapi6", "Port": 60329} ]}, - "Created": "2026-04-09T01:23:11.735415309Z", + "Created": "2026-04-09T08:29:16.162276873Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 5833892619037576, - "StableID": "nsE2X4UBZn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "DiscoKey": "discokey:788aeea87c623b561d5f1583fede5a36a85671095204611e19d30d28efae2b52", - "Addresses": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "AllowedIPs": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 58820}, - {"Proto": "peerapi6", "Port": 58820} - ]}, - "Created": "2026-04-09T01:23:13.370849314Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5986419071245137, - "StableID": "nckDoW5Gko11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "DiscoKey": "discokey:500aa03d65ab100384eefc949c80b063f46a25299d941beeccdd33649ebd0f2a", - "Addresses": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "AllowedIPs": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "Endpoints": ["77.164.248.136:47793", "10.65.0.27:47793", "172.17.0.1:47793"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52249}, - {"Proto": "peerapi6", "Port": 52249} - ]}, - "Created": "2026-04-09T01:23:09.560871145Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6019694598777831, - "StableID": "ncFfDqAL1p11CNTRL", + "ID": 2232584469197859, + "StableID": "nAgAR5D9SJ11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "KeyExpiry": "2026-10-06T01:23:13Z", - "DiscoKey": "discokey:1c813ea70c6ccac076d9785a7a298775e86fbc852ff51b307b318879111f487f", - "Addresses": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "AllowedIPs": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "KeyExpiry": "2026-10-06T08:29:19Z", + "DiscoKey": "discokey:066fd355e68f4b10e861156495a625ce785cbd5733dddbaf37a0c5d833f71f68", + "Addresses": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "AllowedIPs": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "Endpoints": ["77.164.248.136:51154", "10.65.0.27:51154", "172.17.0.1:51154"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42612}, - {"Proto": "peerapi6", "Port": 42612} + {"Proto": "peerapi4", "Port": 56762}, + {"Proto": "peerapi6", "Port": 56762} ]}, - "Created": "2026-04-09T01:23:13.921166588Z", + "Created": "2026-04-09T08:29:19.995629479Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 6037749081040324, - "StableID": "n9BVzwRW9p11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "DiscoKey": "discokey:9d8ff27d9f591d34fa3b3464d4cf1d80a1345ec795526ce5c590fa2dbf96b73c", - "Addresses": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "AllowedIPs": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "Endpoints": ["77.164.248.136:43596", "10.65.0.27:43596", "172.17.0.1:43596"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35004}, - {"Proto": "peerapi6", "Port": 35004} - ]}, - "Created": "2026-04-09T01:23:10.653883686Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6180812210300391, - "StableID": "nrcypSTJGq11CNTRL", + "ID": 2747890165851824, + "StableID": "nf2RF5RXTN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "DiscoKey": "discokey:1394887c7cfced46f714ab4bc4c31fb7c962bbce749c9b58802b5d5862748a42", - "Addresses": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "AllowedIPs": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "Endpoints": ["77.164.248.136:40580", "10.65.0.27:40580", "172.17.0.1:40580"], + "Key": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "DiscoKey": "discokey:4342c70dba8f7049196555eb072db9637245e06ccbf99f35e0ac60de8df9661e", + "Addresses": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "AllowedIPs": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "Endpoints": ["77.164.248.136:48735", "10.65.0.27:48735", "172.17.0.1:48735"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41881}, - {"Proto": "peerapi6", "Port": 41881} + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} ]}, - "Created": "2026-04-09T01:23:12.292148849Z", + "Created": "2026-04-09T08:29:18.339525649Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7229467180614820, - "StableID": "nKa1cwqETy11CNTRL", + "ID": 3193549075473596, + "StableID": "nKLG1u7NwR11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "DiscoKey": "discokey:d10d8637f3a251886807b5081e71d316ce4b0215453d8d6322900073a879d82b", + "Addresses": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "AllowedIPs": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "Endpoints": ["77.164.248.136:48675", "10.65.0.27:48675", "172.17.0.1:48675"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 33615}, + {"Proto": "peerapi6", "Port": 33615} + ]}, + "Created": "2026-04-09T08:29:15.618303057Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 3318074723268324, + "StableID": "ndHm5QCmuS11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "DiscoKey": "discokey:2c59340ad4f5bf35e5ba25af6096dc58a9f19270cc3d04bb706d8b0ac52e905f", + "Addresses": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "AllowedIPs": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "Endpoints": ["77.164.248.136:55628", "10.65.0.27:55628", "172.17.0.1:55628"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35103}, + {"Proto": "peerapi6", "Port": 35103} + ]}, + "Created": "2026-04-09T08:29:13.999609716Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5129280769430906, + "StableID": "ndNUCUW44h11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "DiscoKey": "discokey:99f268002a2742244619b0d7c89c2a7c3866e1f84666f929181909891f89fd20", + "Addresses": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "AllowedIPs": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64319}, + {"Proto": "peerapi6", "Port": 64319} + ]}, + "Created": "2026-04-09T08:29:14.538728181Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5652645989046414, + "StableID": "nXdZUeR69m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "DiscoKey": "discokey:1aa5b12064b6d801887719a6861d151c9148d9bb09ad86a81e4f14c5aa475238", + "Addresses": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "AllowedIPs": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "Endpoints": ["77.164.248.136:59134", "10.65.0.27:59134", "172.17.0.1:59134"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} + ]}, + "Created": "2026-04-09T08:29:19.421502922Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6546026583814489, + "StableID": "nNf1Q42i7t11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "KeyExpiry": "2026-10-06T08:29:20Z", + "DiscoKey": "discokey:b9bab85596fdf2bb1fabf5832cc7ae09880de660fb868803405584916eac0412", + "Addresses": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "AllowedIPs": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "Endpoints": ["77.164.248.136:41492", "10.65.0.27:41492", "172.17.0.1:41492"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 54228}, + {"Proto": "peerapi6", "Port": 54228} + ]}, + "Created": "2026-04-09T08:29:20.503975298Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6628006990147427, + "StableID": "nkyBBGWqkt11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "DiscoKey": "discokey:df0389b7872f820c1c2ef55b2ee38307cf1324951fe543643a81bd4cf4e9b13f", + "Addresses": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "AllowedIPs": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "Endpoints": ["77.164.248.136:54546", "10.65.0.27:54546", "172.17.0.1:54546"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36582}, + {"Proto": "peerapi6", "Port": 36582} + ]}, + "Created": "2026-04-09T08:29:16.69746485Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7668500432152049, + "StableID": "nioJeAW5t221CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "DiscoKey": "discokey:c601b7d7e3f6bcf9ebeec66d55586dbbe5342a4f1a98d30924fb58cf23d15129", - "Addresses": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "AllowedIPs": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "Endpoints": ["77.164.248.136:50636", "10.65.0.27:50636", "172.17.0.1:50636"], + "Key": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "DiscoKey": "discokey:633ae14a64e26c72354716960435500ea69a3e9dcc2958596c8df4a79e495064", + "Addresses": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "AllowedIPs": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "Endpoints": ["77.164.248.136:60839", "10.65.0.27:60839", "172.17.0.1:60839"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64389}, - {"Proto": "peerapi6", "Port": 64389} + {"Proto": "peerapi4", "Port": 62303}, + {"Proto": "peerapi6", "Port": 62303} ]}, - "Created": "2026-04-09T01:23:07.398816534Z", + "Created": "2026-04-09T08:29:13.472921372Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 8767925992777947, + "StableID": "nLZXdnY1UB21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "DiscoKey": "discokey:7de2c2e5226514980c65ad0ca8967f338d4705cf3501aafbc6f2036720179432", + "Addresses": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "AllowedIPs": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "Endpoints": ["77.164.248.136:36030", "10.65.0.27:36030", "172.17.0.1:36030"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 54407}, + {"Proto": "peerapi6", "Port": 54407} + ]}, + "Created": "2026-04-09T08:29:17.795893955Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3021,7 +3022,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.69.100.7"}, {"nodeIP": "fd7a:115c:a1e0::3d37:6407"}], + "principals": [{"nodeIP": "100.104.31.17"}, {"nodeIP": "fd7a:115c:a1e0::5c37:1f11"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -3850,26 +3851,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.69.100.7"}, {"nodeIP": "fd7a:115c:a1e0::3d37:6407"}], + "principals": [{"nodeIP": "100.104.31.17"}, {"nodeIP": "fd7a:115c:a1e0::5c37:1f11"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -3906,26 +3908,25 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 79056996867997, - "StableID": "ntSX6Dhoc111CNTRL", + "ID": 5129280769430906, + "StableID": "ndNUCUW44h11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 79056996867997, - "Key": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "DiscoKey": "discokey:d3047e228f3706cfc497c3e6144e4a8a59da39999dc322add48dfa7e4463d43c", - "Addresses": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "AllowedIPs": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "Endpoints": ["77.164.248.136:33763", "10.65.0.27:33763", "172.17.0.1:33763"], + "User": 5129280769430906, + "Key": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "DiscoKey": "discokey:99f268002a2742244619b0d7c89c2a7c3866e1f84666f929181909891f89fd20", + "Addresses": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "AllowedIPs": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 46131}, - {"Proto": "peerapi6", "Port": 46131}, + {"Proto": "peerapi4", "Port": 64319}, + {"Proto": "peerapi6", "Port": 64319}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:08.47187844Z", + "Created": "2026-04-09T08:29:14.538728181Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3953,302 +3954,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "MachineKey": "mkey:5e1aee1ca298d5dbbb6b3a75c47251e6ea95f0cd58a8f4ec09c5e5879d083a6c", + "NodeKey": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "MachineKey": "mkey:18f8d1f48db3954da840eb8ff1d6e1a95b9f2a4fac11301dfd52e90cbab18f41", "Peers": [{ - "ID": 438040849272513, - "StableID": "nzhHrEbPR411CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "DiscoKey": "discokey:aa22c731abd41814842be2a3120b51e454284f165096ddf9b3d24e96556e9c72", - "Addresses": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "AllowedIPs": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "Endpoints": ["77.164.248.136:51457", "10.65.0.27:51457", "172.17.0.1:51457"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 60655}, - {"Proto": "peerapi6", "Port": 60655} - ]}, - "Created": "2026-04-09T01:23:09.020828659Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2253476565822307, - "StableID": "neQKTU1cbJ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "DiscoKey": "discokey:76fe8ae9e1cc709bb5c411d3d013df032c94d108a7991e5f16612e1d2f16747f", - "Addresses": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "AllowedIPs": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "Endpoints": ["77.164.248.136:46309", "10.65.0.27:46309", "172.17.0.1:46309"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64954}, - {"Proto": "peerapi6", "Port": 64954} - ]}, - "Created": "2026-04-09T01:23:10.106845247Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2388371673957893, - "StableID": "nG8XEVUheK11CNTRL", + "ID": 639355378437959, + "StableID": "nviXRLnZz511CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "DiscoKey": "discokey:26524110a601a160fcfe5d3d2d008fab32bdb4a6e4e4aab662ce3205810e6b7d", - "Addresses": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "AllowedIPs": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "Endpoints": ["77.164.248.136:56713", "10.65.0.27:56713", "172.17.0.1:56713"], + "Key": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "DiscoKey": "discokey:ccccbd010514a341628d63a1ef1051a7f0f6374fd7bb678fbe47264b7444521a", + "Addresses": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "AllowedIPs": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "Endpoints": ["77.164.248.136:40956", "10.65.0.27:40956", "172.17.0.1:40956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} + {"Proto": "peerapi4", "Port": 37862}, + {"Proto": "peerapi6", "Port": 37862} ]}, - "Created": "2026-04-09T01:23:11.195431152Z", + "Created": "2026-04-09T08:29:17.244236476Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3310421561281069, - "StableID": "nrd8NLAJrS11CNTRL", + "ID": 674902054519169, + "StableID": "n25wTtXfG611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "KeyExpiry": "2026-10-06T08:29:21Z", + "DiscoKey": "discokey:9bd8e3604896369a586ce51f90b19eb3ee90667b2e2c2b342d61e1b5ddfed735", + "Addresses": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "AllowedIPs": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "Endpoints": ["77.164.248.136:37350", "10.65.0.27:37350", "172.17.0.1:37350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 60902}, + {"Proto": "peerapi6", "Port": 60902} + ]}, + "Created": "2026-04-09T08:29:21.044959353Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1005069293544192, + "StableID": "njLom2UCr811CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "DiscoKey": "discokey:40a8c533b6c1ac3f533fbd137d1c138bffb0144939a73ead6a180c48403e6e17", - "Addresses": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "AllowedIPs": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "Endpoints": ["77.164.248.136:32840", "10.65.0.27:32840", "172.17.0.1:32840"], + "Key": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "DiscoKey": "discokey:48096a3499afe492e4b1eb013bce4b14197d33111574f3b01ded7c091e0ec866", + "Addresses": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "AllowedIPs": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "Endpoints": ["77.164.248.136:49752", "10.65.0.27:49752", "172.17.0.1:49752"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36816}, - {"Proto": "peerapi6", "Port": 36816} + {"Proto": "peerapi4", "Port": 54531}, + {"Proto": "peerapi6", "Port": 54531} ]}, - "Created": "2026-04-09T01:23:12.830220975Z", + "Created": "2026-04-09T08:29:18.875686043Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3893022315491640, - "StableID": "nHyVzV6AQX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "KeyExpiry": "2026-10-06T01:23:14Z", - "DiscoKey": "discokey:555c45398df90e28d22ebc177ee9b4c7f8cfeb9d1d842823711732f35802ad1d", - "Addresses": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "AllowedIPs": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "Endpoints": ["77.164.248.136:34808", "10.65.0.27:34808", "172.17.0.1:34808"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61058}, - {"Proto": "peerapi6", "Port": 61058} - ]}, - "Created": "2026-04-09T01:23:14.471319387Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4221569949175497, - "StableID": "ntWeK5VxxZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 1122816358815596, + "StableID": "nwN2jwUXm911CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "DiscoKey": "discokey:78f1e79a16b64ea70a81756745af4b87d6d526869043a58bb3fd0d01e0c9994f", - "Addresses": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "AllowedIPs": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "Endpoints": ["77.164.248.136:38810", "10.65.0.27:38810", "172.17.0.1:38810"], + "Key": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "DiscoKey": "discokey:abaed50f748e6d05919dc4fa29045f8c3196252ef998b084f8602b920a919540", + "Addresses": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "AllowedIPs": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "Endpoints": ["77.164.248.136:46950", "10.65.0.27:46950", "172.17.0.1:46950"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37371}, - {"Proto": "peerapi6", "Port": 37371} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52283}, + {"Proto": "peerapi6", "Port": 52283} ]}, - "Created": "2026-04-09T01:23:07.930189212Z", + "Created": "2026-04-09T08:29:15.075564102Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 4460267974402161, - "StableID": "n46pREg4qb11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 1600481834527661, + "StableID": "nxJE8kwrVD11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "DiscoKey": "discokey:c7c420e7f7895d245858d69379ed48c0ae5bbc5f8a93e6d4e8c9efdd8281a072", - "Addresses": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "AllowedIPs": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "Endpoints": ["77.164.248.136:57797", "10.65.0.27:57797", "172.17.0.1:57797"], + "Key": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "DiscoKey": "discokey:8adf68572263dc3255f466a013ef8fb5539186b131500beeb6db5f2b4bb9256a", + "Addresses": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "AllowedIPs": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "Endpoints": ["77.164.248.136:34996", "10.65.0.27:34996", "172.17.0.1:34996"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44141}, - {"Proto": "peerapi6", "Port": 44141} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60329}, + {"Proto": "peerapi6", "Port": 60329} ]}, - "Created": "2026-04-09T01:23:11.735415309Z", + "Created": "2026-04-09T08:29:16.162276873Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 5833892619037576, - "StableID": "nsE2X4UBZn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "DiscoKey": "discokey:788aeea87c623b561d5f1583fede5a36a85671095204611e19d30d28efae2b52", - "Addresses": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "AllowedIPs": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 58820}, - {"Proto": "peerapi6", "Port": 58820} - ]}, - "Created": "2026-04-09T01:23:13.370849314Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5986419071245137, - "StableID": "nckDoW5Gko11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "DiscoKey": "discokey:500aa03d65ab100384eefc949c80b063f46a25299d941beeccdd33649ebd0f2a", - "Addresses": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "AllowedIPs": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "Endpoints": ["77.164.248.136:47793", "10.65.0.27:47793", "172.17.0.1:47793"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52249}, - {"Proto": "peerapi6", "Port": 52249} - ]}, - "Created": "2026-04-09T01:23:09.560871145Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6019694598777831, - "StableID": "ncFfDqAL1p11CNTRL", + "ID": 2232584469197859, + "StableID": "nAgAR5D9SJ11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "KeyExpiry": "2026-10-06T01:23:13Z", - "DiscoKey": "discokey:1c813ea70c6ccac076d9785a7a298775e86fbc852ff51b307b318879111f487f", - "Addresses": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "AllowedIPs": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "KeyExpiry": "2026-10-06T08:29:19Z", + "DiscoKey": "discokey:066fd355e68f4b10e861156495a625ce785cbd5733dddbaf37a0c5d833f71f68", + "Addresses": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "AllowedIPs": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "Endpoints": ["77.164.248.136:51154", "10.65.0.27:51154", "172.17.0.1:51154"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42612}, - {"Proto": "peerapi6", "Port": 42612} + {"Proto": "peerapi4", "Port": 56762}, + {"Proto": "peerapi6", "Port": 56762} ]}, - "Created": "2026-04-09T01:23:13.921166588Z", + "Created": "2026-04-09T08:29:19.995629479Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 6037749081040324, - "StableID": "n9BVzwRW9p11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "DiscoKey": "discokey:9d8ff27d9f591d34fa3b3464d4cf1d80a1345ec795526ce5c590fa2dbf96b73c", - "Addresses": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "AllowedIPs": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "Endpoints": ["77.164.248.136:43596", "10.65.0.27:43596", "172.17.0.1:43596"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35004}, - {"Proto": "peerapi6", "Port": 35004} - ]}, - "Created": "2026-04-09T01:23:10.653883686Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6159032531771321, - "StableID": "nnXZDmLS6q11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "KeyExpiry": "2026-10-06T01:23:15Z", - "DiscoKey": "discokey:4b430efd162215a02006dc7fb46789c45e9b0de3d26b62afb03372da4e38a857", - "Addresses": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "AllowedIPs": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "Endpoints": ["77.164.248.136:57021", "10.65.0.27:57021", "172.17.0.1:57021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 44345}, - {"Proto": "peerapi6", "Port": 44345} - ]}, - "Created": "2026-04-09T01:23:15.008808729Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6180812210300391, - "StableID": "nrcypSTJGq11CNTRL", + "ID": 2747890165851824, + "StableID": "nf2RF5RXTN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "DiscoKey": "discokey:1394887c7cfced46f714ab4bc4c31fb7c962bbce749c9b58802b5d5862748a42", - "Addresses": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "AllowedIPs": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "Endpoints": ["77.164.248.136:40580", "10.65.0.27:40580", "172.17.0.1:40580"], + "Key": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "DiscoKey": "discokey:4342c70dba8f7049196555eb072db9637245e06ccbf99f35e0ac60de8df9661e", + "Addresses": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "AllowedIPs": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "Endpoints": ["77.164.248.136:48735", "10.65.0.27:48735", "172.17.0.1:48735"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41881}, - {"Proto": "peerapi6", "Port": 41881} + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} ]}, - "Created": "2026-04-09T01:23:12.292148849Z", + "Created": "2026-04-09T08:29:18.339525649Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7229467180614820, - "StableID": "nKa1cwqETy11CNTRL", + "ID": 3193549075473596, + "StableID": "nKLG1u7NwR11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "DiscoKey": "discokey:d10d8637f3a251886807b5081e71d316ce4b0215453d8d6322900073a879d82b", + "Addresses": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "AllowedIPs": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "Endpoints": ["77.164.248.136:48675", "10.65.0.27:48675", "172.17.0.1:48675"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 33615}, + {"Proto": "peerapi6", "Port": 33615} + ]}, + "Created": "2026-04-09T08:29:15.618303057Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 3318074723268324, + "StableID": "ndHm5QCmuS11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "DiscoKey": "discokey:2c59340ad4f5bf35e5ba25af6096dc58a9f19270cc3d04bb706d8b0ac52e905f", + "Addresses": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "AllowedIPs": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "Endpoints": ["77.164.248.136:55628", "10.65.0.27:55628", "172.17.0.1:55628"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35103}, + {"Proto": "peerapi6", "Port": 35103} + ]}, + "Created": "2026-04-09T08:29:13.999609716Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5652645989046414, + "StableID": "nXdZUeR69m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "DiscoKey": "discokey:1aa5b12064b6d801887719a6861d151c9148d9bb09ad86a81e4f14c5aa475238", + "Addresses": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "AllowedIPs": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "Endpoints": ["77.164.248.136:59134", "10.65.0.27:59134", "172.17.0.1:59134"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} + ]}, + "Created": "2026-04-09T08:29:19.421502922Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6546026583814489, + "StableID": "nNf1Q42i7t11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "KeyExpiry": "2026-10-06T08:29:20Z", + "DiscoKey": "discokey:b9bab85596fdf2bb1fabf5832cc7ae09880de660fb868803405584916eac0412", + "Addresses": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "AllowedIPs": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "Endpoints": ["77.164.248.136:41492", "10.65.0.27:41492", "172.17.0.1:41492"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 54228}, + {"Proto": "peerapi6", "Port": 54228} + ]}, + "Created": "2026-04-09T08:29:20.503975298Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6628006990147427, + "StableID": "nkyBBGWqkt11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "DiscoKey": "discokey:df0389b7872f820c1c2ef55b2ee38307cf1324951fe543643a81bd4cf4e9b13f", + "Addresses": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "AllowedIPs": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "Endpoints": ["77.164.248.136:54546", "10.65.0.27:54546", "172.17.0.1:54546"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36582}, + {"Proto": "peerapi6", "Port": 36582} + ]}, + "Created": "2026-04-09T08:29:16.69746485Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7668500432152049, + "StableID": "nioJeAW5t221CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "DiscoKey": "discokey:c601b7d7e3f6bcf9ebeec66d55586dbbe5342a4f1a98d30924fb58cf23d15129", - "Addresses": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "AllowedIPs": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "Endpoints": ["77.164.248.136:50636", "10.65.0.27:50636", "172.17.0.1:50636"], + "Key": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "DiscoKey": "discokey:633ae14a64e26c72354716960435500ea69a3e9dcc2958596c8df4a79e495064", + "Addresses": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "AllowedIPs": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "Endpoints": ["77.164.248.136:60839", "10.65.0.27:60839", "172.17.0.1:60839"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64389}, - {"Proto": "peerapi6", "Port": 64389} + {"Proto": "peerapi4", "Port": 62303}, + {"Proto": "peerapi6", "Port": 62303} ]}, - "Created": "2026-04-09T01:23:07.398816534Z", + "Created": "2026-04-09T08:29:13.472921372Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 8767925992777947, + "StableID": "nLZXdnY1UB21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "DiscoKey": "discokey:7de2c2e5226514980c65ad0ca8967f338d4705cf3501aafbc6f2036720179432", + "Addresses": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "AllowedIPs": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "Endpoints": ["77.164.248.136:36030", "10.65.0.27:36030", "172.17.0.1:36030"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 54407}, + {"Proto": "peerapi6", "Port": 54407} + ]}, + "Created": "2026-04-09T08:29:17.795893955Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5096,27 +5097,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "79056996867997": { - "ID": 79056996867997, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5129280769430906": { + "ID": 5129280769430906, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5147,26 +5150,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2388371673957893, - "StableID": "nG8XEVUheK11CNTRL", + "ID": 639355378437959, + "StableID": "nviXRLnZz511CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 2388371673957893, - "Key": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "DiscoKey": "discokey:26524110a601a160fcfe5d3d2d008fab32bdb4a6e4e4aab662ce3205810e6b7d", - "Addresses": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "AllowedIPs": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "Endpoints": ["77.164.248.136:56713", "10.65.0.27:56713", "172.17.0.1:56713"], + "User": 639355378437959, + "Key": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "DiscoKey": "discokey:ccccbd010514a341628d63a1ef1051a7f0f6374fd7bb678fbe47264b7444521a", + "Addresses": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "AllowedIPs": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "Endpoints": ["77.164.248.136:40956", "10.65.0.27:40956", "172.17.0.1:40956"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926}, + {"Proto": "peerapi4", "Port": 37862}, + {"Proto": "peerapi6", "Port": 37862}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:11.195431152Z", + "Created": "2026-04-09T08:29:17.244236476Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5194,302 +5197,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "MachineKey": "mkey:e7c47e7519d2e23adcf15b24175850834d9e8ccee34c997ffa791b59c8619417", + "NodeKey": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "MachineKey": "mkey:50050137d1ec068644c885bfb627a7b7dff29a802b71aa4040f412d74c77a33d", "Peers": [{ - "ID": 79056996867997, - "StableID": "ntSX6Dhoc111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "DiscoKey": "discokey:d3047e228f3706cfc497c3e6144e4a8a59da39999dc322add48dfa7e4463d43c", - "Addresses": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "AllowedIPs": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "Endpoints": ["77.164.248.136:33763", "10.65.0.27:33763", "172.17.0.1:33763"], + "ID": 674902054519169, + "StableID": "n25wTtXfG611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "KeyExpiry": "2026-10-06T08:29:21Z", + "DiscoKey": "discokey:9bd8e3604896369a586ce51f90b19eb3ee90667b2e2c2b342d61e1b5ddfed735", + "Addresses": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "AllowedIPs": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "Endpoints": ["77.164.248.136:37350", "10.65.0.27:37350", "172.17.0.1:37350"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 46131}, - {"Proto": "peerapi6", "Port": 46131} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 60902}, + {"Proto": "peerapi6", "Port": 60902} ]}, - "Created": "2026-04-09T01:23:08.47187844Z", + "Created": "2026-04-09T08:29:21.044959353Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 438040849272513, - "StableID": "nzhHrEbPR411CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "DiscoKey": "discokey:aa22c731abd41814842be2a3120b51e454284f165096ddf9b3d24e96556e9c72", - "Addresses": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "AllowedIPs": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "Endpoints": ["77.164.248.136:51457", "10.65.0.27:51457", "172.17.0.1:51457"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 60655}, - {"Proto": "peerapi6", "Port": 60655} - ]}, - "Created": "2026-04-09T01:23:09.020828659Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2253476565822307, - "StableID": "neQKTU1cbJ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "DiscoKey": "discokey:76fe8ae9e1cc709bb5c411d3d013df032c94d108a7991e5f16612e1d2f16747f", - "Addresses": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "AllowedIPs": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "Endpoints": ["77.164.248.136:46309", "10.65.0.27:46309", "172.17.0.1:46309"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64954}, - {"Proto": "peerapi6", "Port": 64954} - ]}, - "Created": "2026-04-09T01:23:10.106845247Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 3310421561281069, - "StableID": "nrd8NLAJrS11CNTRL", + "ID": 1005069293544192, + "StableID": "njLom2UCr811CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "DiscoKey": "discokey:40a8c533b6c1ac3f533fbd137d1c138bffb0144939a73ead6a180c48403e6e17", - "Addresses": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "AllowedIPs": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "Endpoints": ["77.164.248.136:32840", "10.65.0.27:32840", "172.17.0.1:32840"], + "Key": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "DiscoKey": "discokey:48096a3499afe492e4b1eb013bce4b14197d33111574f3b01ded7c091e0ec866", + "Addresses": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "AllowedIPs": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "Endpoints": ["77.164.248.136:49752", "10.65.0.27:49752", "172.17.0.1:49752"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36816}, - {"Proto": "peerapi6", "Port": 36816} + {"Proto": "peerapi4", "Port": 54531}, + {"Proto": "peerapi6", "Port": 54531} ]}, - "Created": "2026-04-09T01:23:12.830220975Z", + "Created": "2026-04-09T08:29:18.875686043Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3893022315491640, - "StableID": "nHyVzV6AQX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "KeyExpiry": "2026-10-06T01:23:14Z", - "DiscoKey": "discokey:555c45398df90e28d22ebc177ee9b4c7f8cfeb9d1d842823711732f35802ad1d", - "Addresses": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "AllowedIPs": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "Endpoints": ["77.164.248.136:34808", "10.65.0.27:34808", "172.17.0.1:34808"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61058}, - {"Proto": "peerapi6", "Port": 61058} - ]}, - "Created": "2026-04-09T01:23:14.471319387Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4221569949175497, - "StableID": "ntWeK5VxxZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 1122816358815596, + "StableID": "nwN2jwUXm911CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "DiscoKey": "discokey:78f1e79a16b64ea70a81756745af4b87d6d526869043a58bb3fd0d01e0c9994f", - "Addresses": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "AllowedIPs": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "Endpoints": ["77.164.248.136:38810", "10.65.0.27:38810", "172.17.0.1:38810"], + "Key": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "DiscoKey": "discokey:abaed50f748e6d05919dc4fa29045f8c3196252ef998b084f8602b920a919540", + "Addresses": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "AllowedIPs": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "Endpoints": ["77.164.248.136:46950", "10.65.0.27:46950", "172.17.0.1:46950"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37371}, - {"Proto": "peerapi6", "Port": 37371} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52283}, + {"Proto": "peerapi6", "Port": 52283} ]}, - "Created": "2026-04-09T01:23:07.930189212Z", + "Created": "2026-04-09T08:29:15.075564102Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 4460267974402161, - "StableID": "n46pREg4qb11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 1600481834527661, + "StableID": "nxJE8kwrVD11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "DiscoKey": "discokey:c7c420e7f7895d245858d69379ed48c0ae5bbc5f8a93e6d4e8c9efdd8281a072", - "Addresses": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "AllowedIPs": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "Endpoints": ["77.164.248.136:57797", "10.65.0.27:57797", "172.17.0.1:57797"], + "Key": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "DiscoKey": "discokey:8adf68572263dc3255f466a013ef8fb5539186b131500beeb6db5f2b4bb9256a", + "Addresses": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "AllowedIPs": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "Endpoints": ["77.164.248.136:34996", "10.65.0.27:34996", "172.17.0.1:34996"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44141}, - {"Proto": "peerapi6", "Port": 44141} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60329}, + {"Proto": "peerapi6", "Port": 60329} ]}, - "Created": "2026-04-09T01:23:11.735415309Z", + "Created": "2026-04-09T08:29:16.162276873Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 5833892619037576, - "StableID": "nsE2X4UBZn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "DiscoKey": "discokey:788aeea87c623b561d5f1583fede5a36a85671095204611e19d30d28efae2b52", - "Addresses": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "AllowedIPs": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 58820}, - {"Proto": "peerapi6", "Port": 58820} - ]}, - "Created": "2026-04-09T01:23:13.370849314Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5986419071245137, - "StableID": "nckDoW5Gko11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "DiscoKey": "discokey:500aa03d65ab100384eefc949c80b063f46a25299d941beeccdd33649ebd0f2a", - "Addresses": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "AllowedIPs": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "Endpoints": ["77.164.248.136:47793", "10.65.0.27:47793", "172.17.0.1:47793"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52249}, - {"Proto": "peerapi6", "Port": 52249} - ]}, - "Created": "2026-04-09T01:23:09.560871145Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6019694598777831, - "StableID": "ncFfDqAL1p11CNTRL", + "ID": 2232584469197859, + "StableID": "nAgAR5D9SJ11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "KeyExpiry": "2026-10-06T01:23:13Z", - "DiscoKey": "discokey:1c813ea70c6ccac076d9785a7a298775e86fbc852ff51b307b318879111f487f", - "Addresses": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "AllowedIPs": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "KeyExpiry": "2026-10-06T08:29:19Z", + "DiscoKey": "discokey:066fd355e68f4b10e861156495a625ce785cbd5733dddbaf37a0c5d833f71f68", + "Addresses": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "AllowedIPs": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "Endpoints": ["77.164.248.136:51154", "10.65.0.27:51154", "172.17.0.1:51154"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42612}, - {"Proto": "peerapi6", "Port": 42612} + {"Proto": "peerapi4", "Port": 56762}, + {"Proto": "peerapi6", "Port": 56762} ]}, - "Created": "2026-04-09T01:23:13.921166588Z", + "Created": "2026-04-09T08:29:19.995629479Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 6037749081040324, - "StableID": "n9BVzwRW9p11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "DiscoKey": "discokey:9d8ff27d9f591d34fa3b3464d4cf1d80a1345ec795526ce5c590fa2dbf96b73c", - "Addresses": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "AllowedIPs": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "Endpoints": ["77.164.248.136:43596", "10.65.0.27:43596", "172.17.0.1:43596"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35004}, - {"Proto": "peerapi6", "Port": 35004} - ]}, - "Created": "2026-04-09T01:23:10.653883686Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6159032531771321, - "StableID": "nnXZDmLS6q11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "KeyExpiry": "2026-10-06T01:23:15Z", - "DiscoKey": "discokey:4b430efd162215a02006dc7fb46789c45e9b0de3d26b62afb03372da4e38a857", - "Addresses": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "AllowedIPs": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "Endpoints": ["77.164.248.136:57021", "10.65.0.27:57021", "172.17.0.1:57021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 44345}, - {"Proto": "peerapi6", "Port": 44345} - ]}, - "Created": "2026-04-09T01:23:15.008808729Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6180812210300391, - "StableID": "nrcypSTJGq11CNTRL", + "ID": 2747890165851824, + "StableID": "nf2RF5RXTN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "DiscoKey": "discokey:1394887c7cfced46f714ab4bc4c31fb7c962bbce749c9b58802b5d5862748a42", - "Addresses": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "AllowedIPs": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "Endpoints": ["77.164.248.136:40580", "10.65.0.27:40580", "172.17.0.1:40580"], + "Key": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "DiscoKey": "discokey:4342c70dba8f7049196555eb072db9637245e06ccbf99f35e0ac60de8df9661e", + "Addresses": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "AllowedIPs": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "Endpoints": ["77.164.248.136:48735", "10.65.0.27:48735", "172.17.0.1:48735"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41881}, - {"Proto": "peerapi6", "Port": 41881} + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} ]}, - "Created": "2026-04-09T01:23:12.292148849Z", + "Created": "2026-04-09T08:29:18.339525649Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7229467180614820, - "StableID": "nKa1cwqETy11CNTRL", + "ID": 3193549075473596, + "StableID": "nKLG1u7NwR11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "DiscoKey": "discokey:d10d8637f3a251886807b5081e71d316ce4b0215453d8d6322900073a879d82b", + "Addresses": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "AllowedIPs": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "Endpoints": ["77.164.248.136:48675", "10.65.0.27:48675", "172.17.0.1:48675"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 33615}, + {"Proto": "peerapi6", "Port": 33615} + ]}, + "Created": "2026-04-09T08:29:15.618303057Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 3318074723268324, + "StableID": "ndHm5QCmuS11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "DiscoKey": "discokey:2c59340ad4f5bf35e5ba25af6096dc58a9f19270cc3d04bb706d8b0ac52e905f", + "Addresses": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "AllowedIPs": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "Endpoints": ["77.164.248.136:55628", "10.65.0.27:55628", "172.17.0.1:55628"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35103}, + {"Proto": "peerapi6", "Port": 35103} + ]}, + "Created": "2026-04-09T08:29:13.999609716Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5129280769430906, + "StableID": "ndNUCUW44h11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "DiscoKey": "discokey:99f268002a2742244619b0d7c89c2a7c3866e1f84666f929181909891f89fd20", + "Addresses": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "AllowedIPs": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64319}, + {"Proto": "peerapi6", "Port": 64319} + ]}, + "Created": "2026-04-09T08:29:14.538728181Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5652645989046414, + "StableID": "nXdZUeR69m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "DiscoKey": "discokey:1aa5b12064b6d801887719a6861d151c9148d9bb09ad86a81e4f14c5aa475238", + "Addresses": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "AllowedIPs": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "Endpoints": ["77.164.248.136:59134", "10.65.0.27:59134", "172.17.0.1:59134"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} + ]}, + "Created": "2026-04-09T08:29:19.421502922Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6546026583814489, + "StableID": "nNf1Q42i7t11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "KeyExpiry": "2026-10-06T08:29:20Z", + "DiscoKey": "discokey:b9bab85596fdf2bb1fabf5832cc7ae09880de660fb868803405584916eac0412", + "Addresses": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "AllowedIPs": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "Endpoints": ["77.164.248.136:41492", "10.65.0.27:41492", "172.17.0.1:41492"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 54228}, + {"Proto": "peerapi6", "Port": 54228} + ]}, + "Created": "2026-04-09T08:29:20.503975298Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6628006990147427, + "StableID": "nkyBBGWqkt11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "DiscoKey": "discokey:df0389b7872f820c1c2ef55b2ee38307cf1324951fe543643a81bd4cf4e9b13f", + "Addresses": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "AllowedIPs": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "Endpoints": ["77.164.248.136:54546", "10.65.0.27:54546", "172.17.0.1:54546"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36582}, + {"Proto": "peerapi6", "Port": 36582} + ]}, + "Created": "2026-04-09T08:29:16.69746485Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7668500432152049, + "StableID": "nioJeAW5t221CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "DiscoKey": "discokey:c601b7d7e3f6bcf9ebeec66d55586dbbe5342a4f1a98d30924fb58cf23d15129", - "Addresses": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "AllowedIPs": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "Endpoints": ["77.164.248.136:50636", "10.65.0.27:50636", "172.17.0.1:50636"], + "Key": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "DiscoKey": "discokey:633ae14a64e26c72354716960435500ea69a3e9dcc2958596c8df4a79e495064", + "Addresses": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "AllowedIPs": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "Endpoints": ["77.164.248.136:60839", "10.65.0.27:60839", "172.17.0.1:60839"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64389}, - {"Proto": "peerapi6", "Port": 64389} + {"Proto": "peerapi4", "Port": 62303}, + {"Proto": "peerapi6", "Port": 62303} ]}, - "Created": "2026-04-09T01:23:07.398816534Z", + "Created": "2026-04-09T08:29:13.472921372Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 8767925992777947, + "StableID": "nLZXdnY1UB21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "DiscoKey": "discokey:7de2c2e5226514980c65ad0ca8967f338d4705cf3501aafbc6f2036720179432", + "Addresses": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "AllowedIPs": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "Endpoints": ["77.164.248.136:36030", "10.65.0.27:36030", "172.17.0.1:36030"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 54407}, + {"Proto": "peerapi6", "Port": 54407} + ]}, + "Created": "2026-04-09T08:29:17.795893955Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6337,27 +6339,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2388371673957893": { - "ID": 2388371673957893, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "639355378437959": { + "ID": 639355378437959, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6388,22 +6392,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6019694598777831, - "StableID": "ncFfDqAL1p11CNTRL", + "ID": 2232584469197859, + "StableID": "nAgAR5D9SJ11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "KeyExpiry": "2026-10-06T01:23:13Z", - "DiscoKey": "discokey:1c813ea70c6ccac076d9785a7a298775e86fbc852ff51b307b318879111f487f", - "Addresses": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "AllowedIPs": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "KeyExpiry": "2026-10-06T08:29:19Z", + "DiscoKey": "discokey:066fd355e68f4b10e861156495a625ce785cbd5733dddbaf37a0c5d833f71f68", + "Addresses": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "AllowedIPs": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "Endpoints": ["77.164.248.136:51154", "10.65.0.27:51154", "172.17.0.1:51154"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42612}, - {"Proto": "peerapi6", "Port": 42612}, + {"Proto": "peerapi4", "Port": 56762}, + {"Proto": "peerapi6", "Port": 56762}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:13.921166588Z", + "Created": "2026-04-09T08:29:19.995629479Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6430,302 +6434,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "MachineKey": "mkey:bc2c5fca809191aea9caebec9daf80e083e2707196d9ee46fc2f016643bd3852", + "NodeKey": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "MachineKey": "mkey:b4c4686eb01e4026d5900ff07ce14d5cf43e1e7d9f9867b65101a8923c410a74", "Peers": [{ - "ID": 79056996867997, - "StableID": "ntSX6Dhoc111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "DiscoKey": "discokey:d3047e228f3706cfc497c3e6144e4a8a59da39999dc322add48dfa7e4463d43c", - "Addresses": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "AllowedIPs": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "Endpoints": ["77.164.248.136:33763", "10.65.0.27:33763", "172.17.0.1:33763"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 46131}, - {"Proto": "peerapi6", "Port": 46131} - ]}, - "Created": "2026-04-09T01:23:08.47187844Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 438040849272513, - "StableID": "nzhHrEbPR411CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "DiscoKey": "discokey:aa22c731abd41814842be2a3120b51e454284f165096ddf9b3d24e96556e9c72", - "Addresses": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "AllowedIPs": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "Endpoints": ["77.164.248.136:51457", "10.65.0.27:51457", "172.17.0.1:51457"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 60655}, - {"Proto": "peerapi6", "Port": 60655} - ]}, - "Created": "2026-04-09T01:23:09.020828659Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2253476565822307, - "StableID": "neQKTU1cbJ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "DiscoKey": "discokey:76fe8ae9e1cc709bb5c411d3d013df032c94d108a7991e5f16612e1d2f16747f", - "Addresses": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "AllowedIPs": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "Endpoints": ["77.164.248.136:46309", "10.65.0.27:46309", "172.17.0.1:46309"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64954}, - {"Proto": "peerapi6", "Port": 64954} - ]}, - "Created": "2026-04-09T01:23:10.106845247Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2388371673957893, - "StableID": "nG8XEVUheK11CNTRL", + "ID": 639355378437959, + "StableID": "nviXRLnZz511CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "DiscoKey": "discokey:26524110a601a160fcfe5d3d2d008fab32bdb4a6e4e4aab662ce3205810e6b7d", - "Addresses": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "AllowedIPs": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "Endpoints": ["77.164.248.136:56713", "10.65.0.27:56713", "172.17.0.1:56713"], + "Key": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "DiscoKey": "discokey:ccccbd010514a341628d63a1ef1051a7f0f6374fd7bb678fbe47264b7444521a", + "Addresses": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "AllowedIPs": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "Endpoints": ["77.164.248.136:40956", "10.65.0.27:40956", "172.17.0.1:40956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} + {"Proto": "peerapi4", "Port": 37862}, + {"Proto": "peerapi6", "Port": 37862} ]}, - "Created": "2026-04-09T01:23:11.195431152Z", + "Created": "2026-04-09T08:29:17.244236476Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3310421561281069, - "StableID": "nrd8NLAJrS11CNTRL", + "ID": 674902054519169, + "StableID": "n25wTtXfG611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "KeyExpiry": "2026-10-06T08:29:21Z", + "DiscoKey": "discokey:9bd8e3604896369a586ce51f90b19eb3ee90667b2e2c2b342d61e1b5ddfed735", + "Addresses": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "AllowedIPs": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "Endpoints": ["77.164.248.136:37350", "10.65.0.27:37350", "172.17.0.1:37350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 60902}, + {"Proto": "peerapi6", "Port": 60902} + ]}, + "Created": "2026-04-09T08:29:21.044959353Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1005069293544192, + "StableID": "njLom2UCr811CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "DiscoKey": "discokey:40a8c533b6c1ac3f533fbd137d1c138bffb0144939a73ead6a180c48403e6e17", - "Addresses": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "AllowedIPs": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "Endpoints": ["77.164.248.136:32840", "10.65.0.27:32840", "172.17.0.1:32840"], + "Key": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "DiscoKey": "discokey:48096a3499afe492e4b1eb013bce4b14197d33111574f3b01ded7c091e0ec866", + "Addresses": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "AllowedIPs": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "Endpoints": ["77.164.248.136:49752", "10.65.0.27:49752", "172.17.0.1:49752"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36816}, - {"Proto": "peerapi6", "Port": 36816} + {"Proto": "peerapi4", "Port": 54531}, + {"Proto": "peerapi6", "Port": 54531} ]}, - "Created": "2026-04-09T01:23:12.830220975Z", + "Created": "2026-04-09T08:29:18.875686043Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3893022315491640, - "StableID": "nHyVzV6AQX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "KeyExpiry": "2026-10-06T01:23:14Z", - "DiscoKey": "discokey:555c45398df90e28d22ebc177ee9b4c7f8cfeb9d1d842823711732f35802ad1d", - "Addresses": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "AllowedIPs": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "Endpoints": ["77.164.248.136:34808", "10.65.0.27:34808", "172.17.0.1:34808"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61058}, - {"Proto": "peerapi6", "Port": 61058} - ]}, - "Created": "2026-04-09T01:23:14.471319387Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4221569949175497, - "StableID": "ntWeK5VxxZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 1122816358815596, + "StableID": "nwN2jwUXm911CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "DiscoKey": "discokey:78f1e79a16b64ea70a81756745af4b87d6d526869043a58bb3fd0d01e0c9994f", - "Addresses": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "AllowedIPs": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "Endpoints": ["77.164.248.136:38810", "10.65.0.27:38810", "172.17.0.1:38810"], + "Key": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "DiscoKey": "discokey:abaed50f748e6d05919dc4fa29045f8c3196252ef998b084f8602b920a919540", + "Addresses": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "AllowedIPs": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "Endpoints": ["77.164.248.136:46950", "10.65.0.27:46950", "172.17.0.1:46950"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37371}, - {"Proto": "peerapi6", "Port": 37371} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52283}, + {"Proto": "peerapi6", "Port": 52283} ]}, - "Created": "2026-04-09T01:23:07.930189212Z", + "Created": "2026-04-09T08:29:15.075564102Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 4460267974402161, - "StableID": "n46pREg4qb11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 1600481834527661, + "StableID": "nxJE8kwrVD11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "DiscoKey": "discokey:c7c420e7f7895d245858d69379ed48c0ae5bbc5f8a93e6d4e8c9efdd8281a072", - "Addresses": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "AllowedIPs": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "Endpoints": ["77.164.248.136:57797", "10.65.0.27:57797", "172.17.0.1:57797"], + "Key": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "DiscoKey": "discokey:8adf68572263dc3255f466a013ef8fb5539186b131500beeb6db5f2b4bb9256a", + "Addresses": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "AllowedIPs": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "Endpoints": ["77.164.248.136:34996", "10.65.0.27:34996", "172.17.0.1:34996"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44141}, - {"Proto": "peerapi6", "Port": 44141} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60329}, + {"Proto": "peerapi6", "Port": 60329} ]}, - "Created": "2026-04-09T01:23:11.735415309Z", + "Created": "2026-04-09T08:29:16.162276873Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 5833892619037576, - "StableID": "nsE2X4UBZn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "DiscoKey": "discokey:788aeea87c623b561d5f1583fede5a36a85671095204611e19d30d28efae2b52", - "Addresses": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "AllowedIPs": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 58820}, - {"Proto": "peerapi6", "Port": 58820} - ]}, - "Created": "2026-04-09T01:23:13.370849314Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5986419071245137, - "StableID": "nckDoW5Gko11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "DiscoKey": "discokey:500aa03d65ab100384eefc949c80b063f46a25299d941beeccdd33649ebd0f2a", - "Addresses": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "AllowedIPs": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "Endpoints": ["77.164.248.136:47793", "10.65.0.27:47793", "172.17.0.1:47793"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52249}, - {"Proto": "peerapi6", "Port": 52249} - ]}, - "Created": "2026-04-09T01:23:09.560871145Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6037749081040324, - "StableID": "n9BVzwRW9p11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "DiscoKey": "discokey:9d8ff27d9f591d34fa3b3464d4cf1d80a1345ec795526ce5c590fa2dbf96b73c", - "Addresses": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "AllowedIPs": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "Endpoints": ["77.164.248.136:43596", "10.65.0.27:43596", "172.17.0.1:43596"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35004}, - {"Proto": "peerapi6", "Port": 35004} - ]}, - "Created": "2026-04-09T01:23:10.653883686Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6159032531771321, - "StableID": "nnXZDmLS6q11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "KeyExpiry": "2026-10-06T01:23:15Z", - "DiscoKey": "discokey:4b430efd162215a02006dc7fb46789c45e9b0de3d26b62afb03372da4e38a857", - "Addresses": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "AllowedIPs": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "Endpoints": ["77.164.248.136:57021", "10.65.0.27:57021", "172.17.0.1:57021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 44345}, - {"Proto": "peerapi6", "Port": 44345} - ]}, - "Created": "2026-04-09T01:23:15.008808729Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6180812210300391, - "StableID": "nrcypSTJGq11CNTRL", + "ID": 2747890165851824, + "StableID": "nf2RF5RXTN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "DiscoKey": "discokey:1394887c7cfced46f714ab4bc4c31fb7c962bbce749c9b58802b5d5862748a42", - "Addresses": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "AllowedIPs": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "Endpoints": ["77.164.248.136:40580", "10.65.0.27:40580", "172.17.0.1:40580"], + "Key": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "DiscoKey": "discokey:4342c70dba8f7049196555eb072db9637245e06ccbf99f35e0ac60de8df9661e", + "Addresses": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "AllowedIPs": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "Endpoints": ["77.164.248.136:48735", "10.65.0.27:48735", "172.17.0.1:48735"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41881}, - {"Proto": "peerapi6", "Port": 41881} + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} ]}, - "Created": "2026-04-09T01:23:12.292148849Z", + "Created": "2026-04-09T08:29:18.339525649Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7229467180614820, - "StableID": "nKa1cwqETy11CNTRL", + "ID": 3193549075473596, + "StableID": "nKLG1u7NwR11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "DiscoKey": "discokey:d10d8637f3a251886807b5081e71d316ce4b0215453d8d6322900073a879d82b", + "Addresses": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "AllowedIPs": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "Endpoints": ["77.164.248.136:48675", "10.65.0.27:48675", "172.17.0.1:48675"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 33615}, + {"Proto": "peerapi6", "Port": 33615} + ]}, + "Created": "2026-04-09T08:29:15.618303057Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 3318074723268324, + "StableID": "ndHm5QCmuS11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "DiscoKey": "discokey:2c59340ad4f5bf35e5ba25af6096dc58a9f19270cc3d04bb706d8b0ac52e905f", + "Addresses": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "AllowedIPs": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "Endpoints": ["77.164.248.136:55628", "10.65.0.27:55628", "172.17.0.1:55628"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35103}, + {"Proto": "peerapi6", "Port": 35103} + ]}, + "Created": "2026-04-09T08:29:13.999609716Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5129280769430906, + "StableID": "ndNUCUW44h11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "DiscoKey": "discokey:99f268002a2742244619b0d7c89c2a7c3866e1f84666f929181909891f89fd20", + "Addresses": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "AllowedIPs": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64319}, + {"Proto": "peerapi6", "Port": 64319} + ]}, + "Created": "2026-04-09T08:29:14.538728181Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5652645989046414, + "StableID": "nXdZUeR69m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "DiscoKey": "discokey:1aa5b12064b6d801887719a6861d151c9148d9bb09ad86a81e4f14c5aa475238", + "Addresses": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "AllowedIPs": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "Endpoints": ["77.164.248.136:59134", "10.65.0.27:59134", "172.17.0.1:59134"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} + ]}, + "Created": "2026-04-09T08:29:19.421502922Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6546026583814489, + "StableID": "nNf1Q42i7t11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "KeyExpiry": "2026-10-06T08:29:20Z", + "DiscoKey": "discokey:b9bab85596fdf2bb1fabf5832cc7ae09880de660fb868803405584916eac0412", + "Addresses": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "AllowedIPs": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "Endpoints": ["77.164.248.136:41492", "10.65.0.27:41492", "172.17.0.1:41492"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 54228}, + {"Proto": "peerapi6", "Port": 54228} + ]}, + "Created": "2026-04-09T08:29:20.503975298Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6628006990147427, + "StableID": "nkyBBGWqkt11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "DiscoKey": "discokey:df0389b7872f820c1c2ef55b2ee38307cf1324951fe543643a81bd4cf4e9b13f", + "Addresses": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "AllowedIPs": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "Endpoints": ["77.164.248.136:54546", "10.65.0.27:54546", "172.17.0.1:54546"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36582}, + {"Proto": "peerapi6", "Port": 36582} + ]}, + "Created": "2026-04-09T08:29:16.69746485Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7668500432152049, + "StableID": "nioJeAW5t221CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "DiscoKey": "discokey:c601b7d7e3f6bcf9ebeec66d55586dbbe5342a4f1a98d30924fb58cf23d15129", - "Addresses": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "AllowedIPs": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "Endpoints": ["77.164.248.136:50636", "10.65.0.27:50636", "172.17.0.1:50636"], + "Key": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "DiscoKey": "discokey:633ae14a64e26c72354716960435500ea69a3e9dcc2958596c8df4a79e495064", + "Addresses": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "AllowedIPs": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "Endpoints": ["77.164.248.136:60839", "10.65.0.27:60839", "172.17.0.1:60839"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64389}, - {"Proto": "peerapi6", "Port": 64389} + {"Proto": "peerapi4", "Port": 62303}, + {"Proto": "peerapi6", "Port": 62303} ]}, - "Created": "2026-04-09T01:23:07.398816534Z", + "Created": "2026-04-09T08:29:13.472921372Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 8767925992777947, + "StableID": "nLZXdnY1UB21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "DiscoKey": "discokey:7de2c2e5226514980c65ad0ca8967f338d4705cf3501aafbc6f2036720179432", + "Addresses": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "AllowedIPs": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "Endpoints": ["77.164.248.136:36030", "10.65.0.27:36030", "172.17.0.1:36030"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 54407}, + {"Proto": "peerapi6", "Port": 54407} + ]}, + "Created": "2026-04-09T08:29:17.795893955Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6753,7 +6756,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.82.95.53"}, {"nodeIP": "fd7a:115c:a1e0::7d37:5f35"}], + "principals": [{"nodeIP": "100.76.226.81"}, {"nodeIP": "fd7a:115c:a1e0::f737:e251"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -7582,26 +7585,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.82.95.53"}, {"nodeIP": "fd7a:115c:a1e0::7d37:5f35"}], + "principals": [{"nodeIP": "100.76.226.81"}, {"nodeIP": "fd7a:115c:a1e0::f737:e251"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -7638,21 +7642,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3310421561281069, - "StableID": "nrd8NLAJrS11CNTRL", + "ID": 1005069293544192, + "StableID": "njLom2UCr811CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 3310421561281069, - "Key": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "DiscoKey": "discokey:40a8c533b6c1ac3f533fbd137d1c138bffb0144939a73ead6a180c48403e6e17", - "Addresses": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "AllowedIPs": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "Endpoints": ["77.164.248.136:32840", "10.65.0.27:32840", "172.17.0.1:32840"], + "User": 1005069293544192, + "Key": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "DiscoKey": "discokey:48096a3499afe492e4b1eb013bce4b14197d33111574f3b01ded7c091e0ec866", + "Addresses": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "AllowedIPs": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "Endpoints": ["77.164.248.136:49752", "10.65.0.27:49752", "172.17.0.1:49752"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 36816}, - {"Proto": "peerapi6", "Port": 36816}, + {"Proto": "peerapi4", "Port": 54531}, + {"Proto": "peerapi6", "Port": 54531}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:12.830220975Z", + "Created": "2026-04-09T08:29:18.875686043Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7680,300 +7684,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "MachineKey": "mkey:f6273563861165bab72d5f3b4e6e6eb1125a07c6b94ec2aa27b37f22674ab73c", + "NodeKey": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "MachineKey": "mkey:2d8653e26e29f92c91befc4c0c3e90db94fb8c744043d5f645a7ce6df90cee4a", "Peers": [{ - "ID": 79056996867997, - "StableID": "ntSX6Dhoc111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "DiscoKey": "discokey:d3047e228f3706cfc497c3e6144e4a8a59da39999dc322add48dfa7e4463d43c", - "Addresses": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "AllowedIPs": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "Endpoints": ["77.164.248.136:33763", "10.65.0.27:33763", "172.17.0.1:33763"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 46131}, - {"Proto": "peerapi6", "Port": 46131} - ]}, - "Created": "2026-04-09T01:23:08.47187844Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 438040849272513, - "StableID": "nzhHrEbPR411CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "DiscoKey": "discokey:aa22c731abd41814842be2a3120b51e454284f165096ddf9b3d24e96556e9c72", - "Addresses": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "AllowedIPs": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "Endpoints": ["77.164.248.136:51457", "10.65.0.27:51457", "172.17.0.1:51457"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 60655}, - {"Proto": "peerapi6", "Port": 60655} - ]}, - "Created": "2026-04-09T01:23:09.020828659Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2253476565822307, - "StableID": "neQKTU1cbJ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "DiscoKey": "discokey:76fe8ae9e1cc709bb5c411d3d013df032c94d108a7991e5f16612e1d2f16747f", - "Addresses": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "AllowedIPs": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "Endpoints": ["77.164.248.136:46309", "10.65.0.27:46309", "172.17.0.1:46309"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64954}, - {"Proto": "peerapi6", "Port": 64954} - ]}, - "Created": "2026-04-09T01:23:10.106845247Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2388371673957893, - "StableID": "nG8XEVUheK11CNTRL", + "ID": 639355378437959, + "StableID": "nviXRLnZz511CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "DiscoKey": "discokey:26524110a601a160fcfe5d3d2d008fab32bdb4a6e4e4aab662ce3205810e6b7d", - "Addresses": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "AllowedIPs": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "Endpoints": ["77.164.248.136:56713", "10.65.0.27:56713", "172.17.0.1:56713"], + "Key": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "DiscoKey": "discokey:ccccbd010514a341628d63a1ef1051a7f0f6374fd7bb678fbe47264b7444521a", + "Addresses": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "AllowedIPs": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "Endpoints": ["77.164.248.136:40956", "10.65.0.27:40956", "172.17.0.1:40956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} + {"Proto": "peerapi4", "Port": 37862}, + {"Proto": "peerapi6", "Port": 37862} ]}, - "Created": "2026-04-09T01:23:11.195431152Z", + "Created": "2026-04-09T08:29:17.244236476Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3893022315491640, - "StableID": "nHyVzV6AQX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "KeyExpiry": "2026-10-06T01:23:14Z", - "DiscoKey": "discokey:555c45398df90e28d22ebc177ee9b4c7f8cfeb9d1d842823711732f35802ad1d", - "Addresses": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "AllowedIPs": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "Endpoints": ["77.164.248.136:34808", "10.65.0.27:34808", "172.17.0.1:34808"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61058}, - {"Proto": "peerapi6", "Port": 61058} - ]}, - "Created": "2026-04-09T01:23:14.471319387Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4221569949175497, - "StableID": "ntWeK5VxxZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "DiscoKey": "discokey:78f1e79a16b64ea70a81756745af4b87d6d526869043a58bb3fd0d01e0c9994f", - "Addresses": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "AllowedIPs": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "Endpoints": ["77.164.248.136:38810", "10.65.0.27:38810", "172.17.0.1:38810"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37371}, - {"Proto": "peerapi6", "Port": 37371} - ]}, - "Created": "2026-04-09T01:23:07.930189212Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4460267974402161, - "StableID": "n46pREg4qb11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "DiscoKey": "discokey:c7c420e7f7895d245858d69379ed48c0ae5bbc5f8a93e6d4e8c9efdd8281a072", - "Addresses": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "AllowedIPs": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "Endpoints": ["77.164.248.136:57797", "10.65.0.27:57797", "172.17.0.1:57797"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44141}, - {"Proto": "peerapi6", "Port": 44141} - ]}, - "Created": "2026-04-09T01:23:11.735415309Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5833892619037576, - "StableID": "nsE2X4UBZn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "DiscoKey": "discokey:788aeea87c623b561d5f1583fede5a36a85671095204611e19d30d28efae2b52", - "Addresses": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "AllowedIPs": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 58820}, - {"Proto": "peerapi6", "Port": 58820} - ]}, - "Created": "2026-04-09T01:23:13.370849314Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5986419071245137, - "StableID": "nckDoW5Gko11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "DiscoKey": "discokey:500aa03d65ab100384eefc949c80b063f46a25299d941beeccdd33649ebd0f2a", - "Addresses": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "AllowedIPs": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "Endpoints": ["77.164.248.136:47793", "10.65.0.27:47793", "172.17.0.1:47793"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52249}, - {"Proto": "peerapi6", "Port": 52249} - ]}, - "Created": "2026-04-09T01:23:09.560871145Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6019694598777831, - "StableID": "ncFfDqAL1p11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "KeyExpiry": "2026-10-06T01:23:13Z", - "DiscoKey": "discokey:1c813ea70c6ccac076d9785a7a298775e86fbc852ff51b307b318879111f487f", - "Addresses": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "AllowedIPs": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42612}, - {"Proto": "peerapi6", "Port": 42612} - ]}, - "Created": "2026-04-09T01:23:13.921166588Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6037749081040324, - "StableID": "n9BVzwRW9p11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "DiscoKey": "discokey:9d8ff27d9f591d34fa3b3464d4cf1d80a1345ec795526ce5c590fa2dbf96b73c", - "Addresses": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "AllowedIPs": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "Endpoints": ["77.164.248.136:43596", "10.65.0.27:43596", "172.17.0.1:43596"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35004}, - {"Proto": "peerapi6", "Port": 35004} - ]}, - "Created": "2026-04-09T01:23:10.653883686Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6159032531771321, - "StableID": "nnXZDmLS6q11CNTRL", + "ID": 674902054519169, + "StableID": "n25wTtXfG611CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "KeyExpiry": "2026-10-06T01:23:15Z", - "DiscoKey": "discokey:4b430efd162215a02006dc7fb46789c45e9b0de3d26b62afb03372da4e38a857", - "Addresses": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "AllowedIPs": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], + "Key": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "KeyExpiry": "2026-10-06T08:29:21Z", + "DiscoKey": "discokey:9bd8e3604896369a586ce51f90b19eb3ee90667b2e2c2b342d61e1b5ddfed735", + "Addresses": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "AllowedIPs": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 44345}, - {"Proto": "peerapi6", "Port": 44345} + {"Proto": "peerapi4", "Port": 60902}, + {"Proto": "peerapi6", "Port": 60902} ]}, - "Created": "2026-04-09T01:23:15.008808729Z", + "Created": "2026-04-09T08:29:21.044959353Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6180812210300391, - "StableID": "nrcypSTJGq11CNTRL", + "ID": 1122816358815596, + "StableID": "nwN2jwUXm911CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "DiscoKey": "discokey:abaed50f748e6d05919dc4fa29045f8c3196252ef998b084f8602b920a919540", + "Addresses": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "AllowedIPs": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "Endpoints": ["77.164.248.136:46950", "10.65.0.27:46950", "172.17.0.1:46950"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52283}, + {"Proto": "peerapi6", "Port": 52283} + ]}, + "Created": "2026-04-09T08:29:15.075564102Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1600481834527661, + "StableID": "nxJE8kwrVD11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "DiscoKey": "discokey:8adf68572263dc3255f466a013ef8fb5539186b131500beeb6db5f2b4bb9256a", + "Addresses": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "AllowedIPs": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "Endpoints": ["77.164.248.136:34996", "10.65.0.27:34996", "172.17.0.1:34996"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60329}, + {"Proto": "peerapi6", "Port": 60329} + ]}, + "Created": "2026-04-09T08:29:16.162276873Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2232584469197859, + "StableID": "nAgAR5D9SJ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "KeyExpiry": "2026-10-06T08:29:19Z", + "DiscoKey": "discokey:066fd355e68f4b10e861156495a625ce785cbd5733dddbaf37a0c5d833f71f68", + "Addresses": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "AllowedIPs": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "Endpoints": ["77.164.248.136:51154", "10.65.0.27:51154", "172.17.0.1:51154"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 56762}, + {"Proto": "peerapi6", "Port": 56762} + ]}, + "Created": "2026-04-09T08:29:19.995629479Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2747890165851824, + "StableID": "nf2RF5RXTN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "DiscoKey": "discokey:1394887c7cfced46f714ab4bc4c31fb7c962bbce749c9b58802b5d5862748a42", - "Addresses": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "AllowedIPs": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "Endpoints": ["77.164.248.136:40580", "10.65.0.27:40580", "172.17.0.1:40580"], + "Key": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "DiscoKey": "discokey:4342c70dba8f7049196555eb072db9637245e06ccbf99f35e0ac60de8df9661e", + "Addresses": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "AllowedIPs": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "Endpoints": ["77.164.248.136:48735", "10.65.0.27:48735", "172.17.0.1:48735"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41881}, - {"Proto": "peerapi6", "Port": 41881} + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} ]}, - "Created": "2026-04-09T01:23:12.292148849Z", + "Created": "2026-04-09T08:29:18.339525649Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7229467180614820, - "StableID": "nKa1cwqETy11CNTRL", + "ID": 3193549075473596, + "StableID": "nKLG1u7NwR11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "DiscoKey": "discokey:d10d8637f3a251886807b5081e71d316ce4b0215453d8d6322900073a879d82b", + "Addresses": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "AllowedIPs": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "Endpoints": ["77.164.248.136:48675", "10.65.0.27:48675", "172.17.0.1:48675"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 33615}, + {"Proto": "peerapi6", "Port": 33615} + ]}, + "Created": "2026-04-09T08:29:15.618303057Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 3318074723268324, + "StableID": "ndHm5QCmuS11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "DiscoKey": "discokey:2c59340ad4f5bf35e5ba25af6096dc58a9f19270cc3d04bb706d8b0ac52e905f", + "Addresses": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "AllowedIPs": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "Endpoints": ["77.164.248.136:55628", "10.65.0.27:55628", "172.17.0.1:55628"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35103}, + {"Proto": "peerapi6", "Port": 35103} + ]}, + "Created": "2026-04-09T08:29:13.999609716Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5129280769430906, + "StableID": "ndNUCUW44h11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "DiscoKey": "discokey:99f268002a2742244619b0d7c89c2a7c3866e1f84666f929181909891f89fd20", + "Addresses": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "AllowedIPs": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64319}, + {"Proto": "peerapi6", "Port": 64319} + ]}, + "Created": "2026-04-09T08:29:14.538728181Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5652645989046414, + "StableID": "nXdZUeR69m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "DiscoKey": "discokey:1aa5b12064b6d801887719a6861d151c9148d9bb09ad86a81e4f14c5aa475238", + "Addresses": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "AllowedIPs": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "Endpoints": ["77.164.248.136:59134", "10.65.0.27:59134", "172.17.0.1:59134"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} + ]}, + "Created": "2026-04-09T08:29:19.421502922Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6546026583814489, + "StableID": "nNf1Q42i7t11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "KeyExpiry": "2026-10-06T08:29:20Z", + "DiscoKey": "discokey:b9bab85596fdf2bb1fabf5832cc7ae09880de660fb868803405584916eac0412", + "Addresses": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "AllowedIPs": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "Endpoints": ["77.164.248.136:41492", "10.65.0.27:41492", "172.17.0.1:41492"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 54228}, + {"Proto": "peerapi6", "Port": 54228} + ]}, + "Created": "2026-04-09T08:29:20.503975298Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6628006990147427, + "StableID": "nkyBBGWqkt11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "DiscoKey": "discokey:df0389b7872f820c1c2ef55b2ee38307cf1324951fe543643a81bd4cf4e9b13f", + "Addresses": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "AllowedIPs": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "Endpoints": ["77.164.248.136:54546", "10.65.0.27:54546", "172.17.0.1:54546"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36582}, + {"Proto": "peerapi6", "Port": 36582} + ]}, + "Created": "2026-04-09T08:29:16.69746485Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7668500432152049, + "StableID": "nioJeAW5t221CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "DiscoKey": "discokey:c601b7d7e3f6bcf9ebeec66d55586dbbe5342a4f1a98d30924fb58cf23d15129", - "Addresses": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "AllowedIPs": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "Endpoints": ["77.164.248.136:50636", "10.65.0.27:50636", "172.17.0.1:50636"], + "Key": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "DiscoKey": "discokey:633ae14a64e26c72354716960435500ea69a3e9dcc2958596c8df4a79e495064", + "Addresses": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "AllowedIPs": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "Endpoints": ["77.164.248.136:60839", "10.65.0.27:60839", "172.17.0.1:60839"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64389}, - {"Proto": "peerapi6", "Port": 64389} + {"Proto": "peerapi4", "Port": 62303}, + {"Proto": "peerapi6", "Port": 62303} ]}, - "Created": "2026-04-09T01:23:07.398816534Z", + "Created": "2026-04-09T08:29:13.472921372Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 8767925992777947, + "StableID": "nLZXdnY1UB21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "DiscoKey": "discokey:7de2c2e5226514980c65ad0ca8967f338d4705cf3501aafbc6f2036720179432", + "Addresses": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "AllowedIPs": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "Endpoints": ["77.164.248.136:36030", "10.65.0.27:36030", "172.17.0.1:36030"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 54407}, + {"Proto": "peerapi6", "Port": 54407} + ]}, + "Created": "2026-04-09T08:29:17.795893955Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8821,27 +8824,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3310421561281069": { - "ID": 3310421561281069, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1005069293544192": { + "ID": 1005069293544192, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8872,26 +8877,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4221569949175497, - "StableID": "ntWeK5VxxZ11CNTRL", + "ID": 3318074723268324, + "StableID": "ndHm5QCmuS11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 4221569949175497, - "Key": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "DiscoKey": "discokey:78f1e79a16b64ea70a81756745af4b87d6d526869043a58bb3fd0d01e0c9994f", - "Addresses": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "AllowedIPs": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "Endpoints": ["77.164.248.136:38810", "10.65.0.27:38810", "172.17.0.1:38810"], + "User": 3318074723268324, + "Key": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "DiscoKey": "discokey:2c59340ad4f5bf35e5ba25af6096dc58a9f19270cc3d04bb706d8b0ac52e905f", + "Addresses": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "AllowedIPs": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "Endpoints": ["77.164.248.136:55628", "10.65.0.27:55628", "172.17.0.1:55628"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 37371}, - {"Proto": "peerapi6", "Port": 37371}, + {"Proto": "peerapi4", "Port": 35103}, + {"Proto": "peerapi6", "Port": 35103}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:07.930189212Z", + "Created": "2026-04-09T08:29:13.999609716Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8919,302 +8924,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "MachineKey": "mkey:03c183aa70493a05967d9e62a5370d05f7c0c55fa21f867d17980a2d60873307", + "NodeKey": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "MachineKey": "mkey:920392224dcca0fcffa67d9e6db563c19fc603418c7518f013c5248b8b7a4051", "Peers": [{ - "ID": 79056996867997, - "StableID": "ntSX6Dhoc111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "DiscoKey": "discokey:d3047e228f3706cfc497c3e6144e4a8a59da39999dc322add48dfa7e4463d43c", - "Addresses": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "AllowedIPs": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "Endpoints": ["77.164.248.136:33763", "10.65.0.27:33763", "172.17.0.1:33763"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 46131}, - {"Proto": "peerapi6", "Port": 46131} - ]}, - "Created": "2026-04-09T01:23:08.47187844Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 438040849272513, - "StableID": "nzhHrEbPR411CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "DiscoKey": "discokey:aa22c731abd41814842be2a3120b51e454284f165096ddf9b3d24e96556e9c72", - "Addresses": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "AllowedIPs": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "Endpoints": ["77.164.248.136:51457", "10.65.0.27:51457", "172.17.0.1:51457"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 60655}, - {"Proto": "peerapi6", "Port": 60655} - ]}, - "Created": "2026-04-09T01:23:09.020828659Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2253476565822307, - "StableID": "neQKTU1cbJ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "DiscoKey": "discokey:76fe8ae9e1cc709bb5c411d3d013df032c94d108a7991e5f16612e1d2f16747f", - "Addresses": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "AllowedIPs": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "Endpoints": ["77.164.248.136:46309", "10.65.0.27:46309", "172.17.0.1:46309"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64954}, - {"Proto": "peerapi6", "Port": 64954} - ]}, - "Created": "2026-04-09T01:23:10.106845247Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2388371673957893, - "StableID": "nG8XEVUheK11CNTRL", + "ID": 639355378437959, + "StableID": "nviXRLnZz511CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "DiscoKey": "discokey:26524110a601a160fcfe5d3d2d008fab32bdb4a6e4e4aab662ce3205810e6b7d", - "Addresses": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "AllowedIPs": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "Endpoints": ["77.164.248.136:56713", "10.65.0.27:56713", "172.17.0.1:56713"], + "Key": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "DiscoKey": "discokey:ccccbd010514a341628d63a1ef1051a7f0f6374fd7bb678fbe47264b7444521a", + "Addresses": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "AllowedIPs": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "Endpoints": ["77.164.248.136:40956", "10.65.0.27:40956", "172.17.0.1:40956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} + {"Proto": "peerapi4", "Port": 37862}, + {"Proto": "peerapi6", "Port": 37862} ]}, - "Created": "2026-04-09T01:23:11.195431152Z", + "Created": "2026-04-09T08:29:17.244236476Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3310421561281069, - "StableID": "nrd8NLAJrS11CNTRL", + "ID": 674902054519169, + "StableID": "n25wTtXfG611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "KeyExpiry": "2026-10-06T08:29:21Z", + "DiscoKey": "discokey:9bd8e3604896369a586ce51f90b19eb3ee90667b2e2c2b342d61e1b5ddfed735", + "Addresses": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "AllowedIPs": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "Endpoints": ["77.164.248.136:37350", "10.65.0.27:37350", "172.17.0.1:37350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 60902}, + {"Proto": "peerapi6", "Port": 60902} + ]}, + "Created": "2026-04-09T08:29:21.044959353Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1005069293544192, + "StableID": "njLom2UCr811CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "DiscoKey": "discokey:40a8c533b6c1ac3f533fbd137d1c138bffb0144939a73ead6a180c48403e6e17", - "Addresses": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "AllowedIPs": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "Endpoints": ["77.164.248.136:32840", "10.65.0.27:32840", "172.17.0.1:32840"], + "Key": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "DiscoKey": "discokey:48096a3499afe492e4b1eb013bce4b14197d33111574f3b01ded7c091e0ec866", + "Addresses": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "AllowedIPs": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "Endpoints": ["77.164.248.136:49752", "10.65.0.27:49752", "172.17.0.1:49752"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36816}, - {"Proto": "peerapi6", "Port": 36816} + {"Proto": "peerapi4", "Port": 54531}, + {"Proto": "peerapi6", "Port": 54531} ]}, - "Created": "2026-04-09T01:23:12.830220975Z", + "Created": "2026-04-09T08:29:18.875686043Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3893022315491640, - "StableID": "nHyVzV6AQX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "KeyExpiry": "2026-10-06T01:23:14Z", - "DiscoKey": "discokey:555c45398df90e28d22ebc177ee9b4c7f8cfeb9d1d842823711732f35802ad1d", - "Addresses": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "AllowedIPs": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "Endpoints": ["77.164.248.136:34808", "10.65.0.27:34808", "172.17.0.1:34808"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61058}, - {"Proto": "peerapi6", "Port": 61058} - ]}, - "Created": "2026-04-09T01:23:14.471319387Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4460267974402161, - "StableID": "n46pREg4qb11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 1122816358815596, + "StableID": "nwN2jwUXm911CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "DiscoKey": "discokey:c7c420e7f7895d245858d69379ed48c0ae5bbc5f8a93e6d4e8c9efdd8281a072", - "Addresses": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "AllowedIPs": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "Endpoints": ["77.164.248.136:57797", "10.65.0.27:57797", "172.17.0.1:57797"], + "Key": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "DiscoKey": "discokey:abaed50f748e6d05919dc4fa29045f8c3196252ef998b084f8602b920a919540", + "Addresses": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "AllowedIPs": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "Endpoints": ["77.164.248.136:46950", "10.65.0.27:46950", "172.17.0.1:46950"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44141}, - {"Proto": "peerapi6", "Port": 44141} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52283}, + {"Proto": "peerapi6", "Port": 52283} ]}, - "Created": "2026-04-09T01:23:11.735415309Z", + "Created": "2026-04-09T08:29:15.075564102Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5833892619037576, - "StableID": "nsE2X4UBZn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1600481834527661, + "StableID": "nxJE8kwrVD11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "DiscoKey": "discokey:788aeea87c623b561d5f1583fede5a36a85671095204611e19d30d28efae2b52", - "Addresses": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "AllowedIPs": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "Key": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "DiscoKey": "discokey:8adf68572263dc3255f466a013ef8fb5539186b131500beeb6db5f2b4bb9256a", + "Addresses": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "AllowedIPs": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "Endpoints": ["77.164.248.136:34996", "10.65.0.27:34996", "172.17.0.1:34996"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 58820}, - {"Proto": "peerapi6", "Port": 58820} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60329}, + {"Proto": "peerapi6", "Port": 60329} ]}, - "Created": "2026-04-09T01:23:13.370849314Z", + "Created": "2026-04-09T08:29:16.162276873Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 5986419071245137, - "StableID": "nckDoW5Gko11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "DiscoKey": "discokey:500aa03d65ab100384eefc949c80b063f46a25299d941beeccdd33649ebd0f2a", - "Addresses": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "AllowedIPs": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "Endpoints": ["77.164.248.136:47793", "10.65.0.27:47793", "172.17.0.1:47793"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52249}, - {"Proto": "peerapi6", "Port": 52249} - ]}, - "Created": "2026-04-09T01:23:09.560871145Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6019694598777831, - "StableID": "ncFfDqAL1p11CNTRL", + "ID": 2232584469197859, + "StableID": "nAgAR5D9SJ11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "KeyExpiry": "2026-10-06T01:23:13Z", - "DiscoKey": "discokey:1c813ea70c6ccac076d9785a7a298775e86fbc852ff51b307b318879111f487f", - "Addresses": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "AllowedIPs": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "KeyExpiry": "2026-10-06T08:29:19Z", + "DiscoKey": "discokey:066fd355e68f4b10e861156495a625ce785cbd5733dddbaf37a0c5d833f71f68", + "Addresses": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "AllowedIPs": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "Endpoints": ["77.164.248.136:51154", "10.65.0.27:51154", "172.17.0.1:51154"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42612}, - {"Proto": "peerapi6", "Port": 42612} + {"Proto": "peerapi4", "Port": 56762}, + {"Proto": "peerapi6", "Port": 56762} ]}, - "Created": "2026-04-09T01:23:13.921166588Z", + "Created": "2026-04-09T08:29:19.995629479Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 6037749081040324, - "StableID": "n9BVzwRW9p11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "DiscoKey": "discokey:9d8ff27d9f591d34fa3b3464d4cf1d80a1345ec795526ce5c590fa2dbf96b73c", - "Addresses": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "AllowedIPs": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "Endpoints": ["77.164.248.136:43596", "10.65.0.27:43596", "172.17.0.1:43596"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35004}, - {"Proto": "peerapi6", "Port": 35004} - ]}, - "Created": "2026-04-09T01:23:10.653883686Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6159032531771321, - "StableID": "nnXZDmLS6q11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "KeyExpiry": "2026-10-06T01:23:15Z", - "DiscoKey": "discokey:4b430efd162215a02006dc7fb46789c45e9b0de3d26b62afb03372da4e38a857", - "Addresses": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "AllowedIPs": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "Endpoints": ["77.164.248.136:57021", "10.65.0.27:57021", "172.17.0.1:57021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 44345}, - {"Proto": "peerapi6", "Port": 44345} - ]}, - "Created": "2026-04-09T01:23:15.008808729Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6180812210300391, - "StableID": "nrcypSTJGq11CNTRL", + "ID": 2747890165851824, + "StableID": "nf2RF5RXTN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "DiscoKey": "discokey:1394887c7cfced46f714ab4bc4c31fb7c962bbce749c9b58802b5d5862748a42", - "Addresses": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "AllowedIPs": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "Endpoints": ["77.164.248.136:40580", "10.65.0.27:40580", "172.17.0.1:40580"], + "Key": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "DiscoKey": "discokey:4342c70dba8f7049196555eb072db9637245e06ccbf99f35e0ac60de8df9661e", + "Addresses": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "AllowedIPs": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "Endpoints": ["77.164.248.136:48735", "10.65.0.27:48735", "172.17.0.1:48735"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41881}, - {"Proto": "peerapi6", "Port": 41881} + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} ]}, - "Created": "2026-04-09T01:23:12.292148849Z", + "Created": "2026-04-09T08:29:18.339525649Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7229467180614820, - "StableID": "nKa1cwqETy11CNTRL", + "ID": 3193549075473596, + "StableID": "nKLG1u7NwR11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "DiscoKey": "discokey:d10d8637f3a251886807b5081e71d316ce4b0215453d8d6322900073a879d82b", + "Addresses": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "AllowedIPs": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "Endpoints": ["77.164.248.136:48675", "10.65.0.27:48675", "172.17.0.1:48675"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 33615}, + {"Proto": "peerapi6", "Port": 33615} + ]}, + "Created": "2026-04-09T08:29:15.618303057Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5129280769430906, + "StableID": "ndNUCUW44h11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "DiscoKey": "discokey:99f268002a2742244619b0d7c89c2a7c3866e1f84666f929181909891f89fd20", + "Addresses": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "AllowedIPs": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64319}, + {"Proto": "peerapi6", "Port": 64319} + ]}, + "Created": "2026-04-09T08:29:14.538728181Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5652645989046414, + "StableID": "nXdZUeR69m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "DiscoKey": "discokey:1aa5b12064b6d801887719a6861d151c9148d9bb09ad86a81e4f14c5aa475238", + "Addresses": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "AllowedIPs": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "Endpoints": ["77.164.248.136:59134", "10.65.0.27:59134", "172.17.0.1:59134"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} + ]}, + "Created": "2026-04-09T08:29:19.421502922Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6546026583814489, + "StableID": "nNf1Q42i7t11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "KeyExpiry": "2026-10-06T08:29:20Z", + "DiscoKey": "discokey:b9bab85596fdf2bb1fabf5832cc7ae09880de660fb868803405584916eac0412", + "Addresses": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "AllowedIPs": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "Endpoints": ["77.164.248.136:41492", "10.65.0.27:41492", "172.17.0.1:41492"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 54228}, + {"Proto": "peerapi6", "Port": 54228} + ]}, + "Created": "2026-04-09T08:29:20.503975298Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6628006990147427, + "StableID": "nkyBBGWqkt11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "DiscoKey": "discokey:df0389b7872f820c1c2ef55b2ee38307cf1324951fe543643a81bd4cf4e9b13f", + "Addresses": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "AllowedIPs": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "Endpoints": ["77.164.248.136:54546", "10.65.0.27:54546", "172.17.0.1:54546"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36582}, + {"Proto": "peerapi6", "Port": 36582} + ]}, + "Created": "2026-04-09T08:29:16.69746485Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7668500432152049, + "StableID": "nioJeAW5t221CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "DiscoKey": "discokey:c601b7d7e3f6bcf9ebeec66d55586dbbe5342a4f1a98d30924fb58cf23d15129", - "Addresses": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "AllowedIPs": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "Endpoints": ["77.164.248.136:50636", "10.65.0.27:50636", "172.17.0.1:50636"], + "Key": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "DiscoKey": "discokey:633ae14a64e26c72354716960435500ea69a3e9dcc2958596c8df4a79e495064", + "Addresses": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "AllowedIPs": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "Endpoints": ["77.164.248.136:60839", "10.65.0.27:60839", "172.17.0.1:60839"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64389}, - {"Proto": "peerapi6", "Port": 64389} + {"Proto": "peerapi4", "Port": 62303}, + {"Proto": "peerapi6", "Port": 62303} ]}, - "Created": "2026-04-09T01:23:07.398816534Z", + "Created": "2026-04-09T08:29:13.472921372Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 8767925992777947, + "StableID": "nLZXdnY1UB21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "DiscoKey": "discokey:7de2c2e5226514980c65ad0ca8967f338d4705cf3501aafbc6f2036720179432", + "Addresses": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "AllowedIPs": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "Endpoints": ["77.164.248.136:36030", "10.65.0.27:36030", "172.17.0.1:36030"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 54407}, + {"Proto": "peerapi6", "Port": 54407} + ]}, + "Created": "2026-04-09T08:29:17.795893955Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10062,27 +10066,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4221569949175497": { - "ID": 4221569949175497, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3318074723268324": { + "ID": 3318074723268324, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10113,26 +10119,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7229467180614820, - "StableID": "nKa1cwqETy11CNTRL", + "ID": 7668500432152049, + "StableID": "nioJeAW5t221CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 7229467180614820, - "Key": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "DiscoKey": "discokey:c601b7d7e3f6bcf9ebeec66d55586dbbe5342a4f1a98d30924fb58cf23d15129", - "Addresses": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "AllowedIPs": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "Endpoints": ["77.164.248.136:50636", "10.65.0.27:50636", "172.17.0.1:50636"], + "User": 7668500432152049, + "Key": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "DiscoKey": "discokey:633ae14a64e26c72354716960435500ea69a3e9dcc2958596c8df4a79e495064", + "Addresses": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "AllowedIPs": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "Endpoints": ["77.164.248.136:60839", "10.65.0.27:60839", "172.17.0.1:60839"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 64389}, - {"Proto": "peerapi6", "Port": 64389}, + {"Proto": "peerapi4", "Port": 62303}, + {"Proto": "peerapi6", "Port": 62303}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:07.398816534Z", + "Created": "2026-04-09T08:29:13.472921372Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10160,302 +10166,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "MachineKey": "mkey:9ff20de122c5891e669b1a536affcf22ee52b2b51913597d2d89ffdfc9479b14", + "NodeKey": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "MachineKey": "mkey:06c48f4060ebea2c496132a60d0b539d3c6c90e5bf985ec855a1b209e1c0940e", "Peers": [{ - "ID": 79056996867997, - "StableID": "ntSX6Dhoc111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "DiscoKey": "discokey:d3047e228f3706cfc497c3e6144e4a8a59da39999dc322add48dfa7e4463d43c", - "Addresses": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "AllowedIPs": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "Endpoints": ["77.164.248.136:33763", "10.65.0.27:33763", "172.17.0.1:33763"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 46131}, - {"Proto": "peerapi6", "Port": 46131} - ]}, - "Created": "2026-04-09T01:23:08.47187844Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 438040849272513, - "StableID": "nzhHrEbPR411CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "DiscoKey": "discokey:aa22c731abd41814842be2a3120b51e454284f165096ddf9b3d24e96556e9c72", - "Addresses": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "AllowedIPs": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "Endpoints": ["77.164.248.136:51457", "10.65.0.27:51457", "172.17.0.1:51457"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 60655}, - {"Proto": "peerapi6", "Port": 60655} - ]}, - "Created": "2026-04-09T01:23:09.020828659Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2253476565822307, - "StableID": "neQKTU1cbJ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "DiscoKey": "discokey:76fe8ae9e1cc709bb5c411d3d013df032c94d108a7991e5f16612e1d2f16747f", - "Addresses": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "AllowedIPs": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "Endpoints": ["77.164.248.136:46309", "10.65.0.27:46309", "172.17.0.1:46309"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64954}, - {"Proto": "peerapi6", "Port": 64954} - ]}, - "Created": "2026-04-09T01:23:10.106845247Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2388371673957893, - "StableID": "nG8XEVUheK11CNTRL", + "ID": 639355378437959, + "StableID": "nviXRLnZz511CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "DiscoKey": "discokey:26524110a601a160fcfe5d3d2d008fab32bdb4a6e4e4aab662ce3205810e6b7d", - "Addresses": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "AllowedIPs": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "Endpoints": ["77.164.248.136:56713", "10.65.0.27:56713", "172.17.0.1:56713"], + "Key": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "DiscoKey": "discokey:ccccbd010514a341628d63a1ef1051a7f0f6374fd7bb678fbe47264b7444521a", + "Addresses": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "AllowedIPs": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "Endpoints": ["77.164.248.136:40956", "10.65.0.27:40956", "172.17.0.1:40956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} + {"Proto": "peerapi4", "Port": 37862}, + {"Proto": "peerapi6", "Port": 37862} ]}, - "Created": "2026-04-09T01:23:11.195431152Z", + "Created": "2026-04-09T08:29:17.244236476Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3310421561281069, - "StableID": "nrd8NLAJrS11CNTRL", + "ID": 674902054519169, + "StableID": "n25wTtXfG611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "KeyExpiry": "2026-10-06T08:29:21Z", + "DiscoKey": "discokey:9bd8e3604896369a586ce51f90b19eb3ee90667b2e2c2b342d61e1b5ddfed735", + "Addresses": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "AllowedIPs": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "Endpoints": ["77.164.248.136:37350", "10.65.0.27:37350", "172.17.0.1:37350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 60902}, + {"Proto": "peerapi6", "Port": 60902} + ]}, + "Created": "2026-04-09T08:29:21.044959353Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1005069293544192, + "StableID": "njLom2UCr811CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "DiscoKey": "discokey:40a8c533b6c1ac3f533fbd137d1c138bffb0144939a73ead6a180c48403e6e17", - "Addresses": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "AllowedIPs": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "Endpoints": ["77.164.248.136:32840", "10.65.0.27:32840", "172.17.0.1:32840"], + "Key": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "DiscoKey": "discokey:48096a3499afe492e4b1eb013bce4b14197d33111574f3b01ded7c091e0ec866", + "Addresses": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "AllowedIPs": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "Endpoints": ["77.164.248.136:49752", "10.65.0.27:49752", "172.17.0.1:49752"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36816}, - {"Proto": "peerapi6", "Port": 36816} + {"Proto": "peerapi4", "Port": 54531}, + {"Proto": "peerapi6", "Port": 54531} ]}, - "Created": "2026-04-09T01:23:12.830220975Z", + "Created": "2026-04-09T08:29:18.875686043Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3893022315491640, - "StableID": "nHyVzV6AQX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "KeyExpiry": "2026-10-06T01:23:14Z", - "DiscoKey": "discokey:555c45398df90e28d22ebc177ee9b4c7f8cfeb9d1d842823711732f35802ad1d", - "Addresses": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "AllowedIPs": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "Endpoints": ["77.164.248.136:34808", "10.65.0.27:34808", "172.17.0.1:34808"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61058}, - {"Proto": "peerapi6", "Port": 61058} - ]}, - "Created": "2026-04-09T01:23:14.471319387Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4221569949175497, - "StableID": "ntWeK5VxxZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 1122816358815596, + "StableID": "nwN2jwUXm911CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "DiscoKey": "discokey:78f1e79a16b64ea70a81756745af4b87d6d526869043a58bb3fd0d01e0c9994f", - "Addresses": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "AllowedIPs": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "Endpoints": ["77.164.248.136:38810", "10.65.0.27:38810", "172.17.0.1:38810"], + "Key": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "DiscoKey": "discokey:abaed50f748e6d05919dc4fa29045f8c3196252ef998b084f8602b920a919540", + "Addresses": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "AllowedIPs": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "Endpoints": ["77.164.248.136:46950", "10.65.0.27:46950", "172.17.0.1:46950"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37371}, - {"Proto": "peerapi6", "Port": 37371} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52283}, + {"Proto": "peerapi6", "Port": 52283} ]}, - "Created": "2026-04-09T01:23:07.930189212Z", + "Created": "2026-04-09T08:29:15.075564102Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 4460267974402161, - "StableID": "n46pREg4qb11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 1600481834527661, + "StableID": "nxJE8kwrVD11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "DiscoKey": "discokey:c7c420e7f7895d245858d69379ed48c0ae5bbc5f8a93e6d4e8c9efdd8281a072", - "Addresses": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "AllowedIPs": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "Endpoints": ["77.164.248.136:57797", "10.65.0.27:57797", "172.17.0.1:57797"], + "Key": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "DiscoKey": "discokey:8adf68572263dc3255f466a013ef8fb5539186b131500beeb6db5f2b4bb9256a", + "Addresses": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "AllowedIPs": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "Endpoints": ["77.164.248.136:34996", "10.65.0.27:34996", "172.17.0.1:34996"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44141}, - {"Proto": "peerapi6", "Port": 44141} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60329}, + {"Proto": "peerapi6", "Port": 60329} ]}, - "Created": "2026-04-09T01:23:11.735415309Z", + "Created": "2026-04-09T08:29:16.162276873Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 5833892619037576, - "StableID": "nsE2X4UBZn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 2232584469197859, + "StableID": "nAgAR5D9SJ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "KeyExpiry": "2026-10-06T08:29:19Z", + "DiscoKey": "discokey:066fd355e68f4b10e861156495a625ce785cbd5733dddbaf37a0c5d833f71f68", + "Addresses": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "AllowedIPs": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "Endpoints": ["77.164.248.136:51154", "10.65.0.27:51154", "172.17.0.1:51154"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 56762}, + {"Proto": "peerapi6", "Port": 56762} + ]}, + "Created": "2026-04-09T08:29:19.995629479Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2747890165851824, + "StableID": "nf2RF5RXTN11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "DiscoKey": "discokey:788aeea87c623b561d5f1583fede5a36a85671095204611e19d30d28efae2b52", - "Addresses": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "AllowedIPs": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "Key": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "DiscoKey": "discokey:4342c70dba8f7049196555eb072db9637245e06ccbf99f35e0ac60de8df9661e", + "Addresses": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "AllowedIPs": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "Endpoints": ["77.164.248.136:48735", "10.65.0.27:48735", "172.17.0.1:48735"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 58820}, - {"Proto": "peerapi6", "Port": 58820} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} ]}, - "Created": "2026-04-09T01:23:13.370849314Z", + "Created": "2026-04-09T08:29:18.339525649Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 5986419071245137, - "StableID": "nckDoW5Gko11CNTRL", + "ID": 3193549075473596, + "StableID": "nKLG1u7NwR11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "DiscoKey": "discokey:500aa03d65ab100384eefc949c80b063f46a25299d941beeccdd33649ebd0f2a", - "Addresses": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "AllowedIPs": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "Endpoints": ["77.164.248.136:47793", "10.65.0.27:47793", "172.17.0.1:47793"], + "Key": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "DiscoKey": "discokey:d10d8637f3a251886807b5081e71d316ce4b0215453d8d6322900073a879d82b", + "Addresses": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "AllowedIPs": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "Endpoints": ["77.164.248.136:48675", "10.65.0.27:48675", "172.17.0.1:48675"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52249}, - {"Proto": "peerapi6", "Port": 52249} + {"Proto": "peerapi4", "Port": 33615}, + {"Proto": "peerapi6", "Port": 33615} ]}, - "Created": "2026-04-09T01:23:09.560871145Z", + "Created": "2026-04-09T08:29:15.618303057Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6019694598777831, - "StableID": "ncFfDqAL1p11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "KeyExpiry": "2026-10-06T01:23:13Z", - "DiscoKey": "discokey:1c813ea70c6ccac076d9785a7a298775e86fbc852ff51b307b318879111f487f", - "Addresses": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "AllowedIPs": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "ID": 3318074723268324, + "StableID": "ndHm5QCmuS11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "DiscoKey": "discokey:2c59340ad4f5bf35e5ba25af6096dc58a9f19270cc3d04bb706d8b0ac52e905f", + "Addresses": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "AllowedIPs": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "Endpoints": ["77.164.248.136:55628", "10.65.0.27:55628", "172.17.0.1:55628"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42612}, - {"Proto": "peerapi6", "Port": 42612} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35103}, + {"Proto": "peerapi6", "Port": 35103} ]}, - "Created": "2026-04-09T01:23:13.921166588Z", + "Created": "2026-04-09T08:29:13.999609716Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5129280769430906, + "StableID": "ndNUCUW44h11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "DiscoKey": "discokey:99f268002a2742244619b0d7c89c2a7c3866e1f84666f929181909891f89fd20", + "Addresses": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "AllowedIPs": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64319}, + {"Proto": "peerapi6", "Port": 64319} + ]}, + "Created": "2026-04-09T08:29:14.538728181Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5652645989046414, + "StableID": "nXdZUeR69m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "DiscoKey": "discokey:1aa5b12064b6d801887719a6861d151c9148d9bb09ad86a81e4f14c5aa475238", + "Addresses": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "AllowedIPs": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "Endpoints": ["77.164.248.136:59134", "10.65.0.27:59134", "172.17.0.1:59134"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} + ]}, + "Created": "2026-04-09T08:29:19.421502922Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6546026583814489, + "StableID": "nNf1Q42i7t11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "KeyExpiry": "2026-10-06T08:29:20Z", + "DiscoKey": "discokey:b9bab85596fdf2bb1fabf5832cc7ae09880de660fb868803405584916eac0412", + "Addresses": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "AllowedIPs": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "Endpoints": ["77.164.248.136:41492", "10.65.0.27:41492", "172.17.0.1:41492"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 54228}, + {"Proto": "peerapi6", "Port": 54228} + ]}, + "Created": "2026-04-09T08:29:20.503975298Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6037749081040324, - "StableID": "n9BVzwRW9p11CNTRL", + "ID": 6628006990147427, + "StableID": "nkyBBGWqkt11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "DiscoKey": "discokey:9d8ff27d9f591d34fa3b3464d4cf1d80a1345ec795526ce5c590fa2dbf96b73c", - "Addresses": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "AllowedIPs": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "Endpoints": ["77.164.248.136:43596", "10.65.0.27:43596", "172.17.0.1:43596"], + "Key": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "DiscoKey": "discokey:df0389b7872f820c1c2ef55b2ee38307cf1324951fe543643a81bd4cf4e9b13f", + "Addresses": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "AllowedIPs": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "Endpoints": ["77.164.248.136:54546", "10.65.0.27:54546", "172.17.0.1:54546"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35004}, - {"Proto": "peerapi6", "Port": 35004} + {"Proto": "peerapi4", "Port": 36582}, + {"Proto": "peerapi6", "Port": 36582} ]}, - "Created": "2026-04-09T01:23:10.653883686Z", + "Created": "2026-04-09T08:29:16.69746485Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 6159032531771321, - "StableID": "nnXZDmLS6q11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "KeyExpiry": "2026-10-06T01:23:15Z", - "DiscoKey": "discokey:4b430efd162215a02006dc7fb46789c45e9b0de3d26b62afb03372da4e38a857", - "Addresses": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "AllowedIPs": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "Endpoints": ["77.164.248.136:57021", "10.65.0.27:57021", "172.17.0.1:57021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 44345}, - {"Proto": "peerapi6", "Port": 44345} - ]}, - "Created": "2026-04-09T01:23:15.008808729Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6180812210300391, - "StableID": "nrcypSTJGq11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 8767925992777947, + "StableID": "nLZXdnY1UB21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "DiscoKey": "discokey:1394887c7cfced46f714ab4bc4c31fb7c962bbce749c9b58802b5d5862748a42", - "Addresses": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "AllowedIPs": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "Endpoints": ["77.164.248.136:40580", "10.65.0.27:40580", "172.17.0.1:40580"], + "Key": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "DiscoKey": "discokey:7de2c2e5226514980c65ad0ca8967f338d4705cf3501aafbc6f2036720179432", + "Addresses": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "AllowedIPs": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "Endpoints": ["77.164.248.136:36030", "10.65.0.27:36030", "172.17.0.1:36030"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41881}, - {"Proto": "peerapi6", "Port": 41881} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 54407}, + {"Proto": "peerapi6", "Port": 54407} ]}, - "Created": "2026-04-09T01:23:12.292148849Z", + "Created": "2026-04-09T08:29:17.795893955Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11303,27 +11308,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7229467180614820": { - "ID": 7229467180614820, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7668500432152049": { + "ID": 7668500432152049, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11354,21 +11361,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5986419071245137, - "StableID": "nckDoW5Gko11CNTRL", + "ID": 3193549075473596, + "StableID": "nKLG1u7NwR11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 5986419071245137, - "Key": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "DiscoKey": "discokey:500aa03d65ab100384eefc949c80b063f46a25299d941beeccdd33649ebd0f2a", - "Addresses": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "AllowedIPs": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "Endpoints": ["77.164.248.136:47793", "10.65.0.27:47793", "172.17.0.1:47793"], + "User": 3193549075473596, + "Key": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "DiscoKey": "discokey:d10d8637f3a251886807b5081e71d316ce4b0215453d8d6322900073a879d82b", + "Addresses": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "AllowedIPs": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "Endpoints": ["77.164.248.136:48675", "10.65.0.27:48675", "172.17.0.1:48675"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 52249}, - {"Proto": "peerapi6", "Port": 52249}, + {"Proto": "peerapi4", "Port": 33615}, + {"Proto": "peerapi6", "Port": 33615}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:09.560871145Z", + "Created": "2026-04-09T08:29:15.618303057Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11396,300 +11403,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "MachineKey": "mkey:7378b08cda75bbf53a2d498fce328f20c231dc660cc215e90c2ab951a2e96577", + "NodeKey": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "MachineKey": "mkey:309d79955aa6b2bb9e8764b67bef1075de3e581729e844f712d15c0e182a2f47", "Peers": [{ - "ID": 79056996867997, - "StableID": "ntSX6Dhoc111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "DiscoKey": "discokey:d3047e228f3706cfc497c3e6144e4a8a59da39999dc322add48dfa7e4463d43c", - "Addresses": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "AllowedIPs": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "Endpoints": ["77.164.248.136:33763", "10.65.0.27:33763", "172.17.0.1:33763"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 46131}, - {"Proto": "peerapi6", "Port": 46131} - ]}, - "Created": "2026-04-09T01:23:08.47187844Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 438040849272513, - "StableID": "nzhHrEbPR411CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "DiscoKey": "discokey:aa22c731abd41814842be2a3120b51e454284f165096ddf9b3d24e96556e9c72", - "Addresses": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "AllowedIPs": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "Endpoints": ["77.164.248.136:51457", "10.65.0.27:51457", "172.17.0.1:51457"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 60655}, - {"Proto": "peerapi6", "Port": 60655} - ]}, - "Created": "2026-04-09T01:23:09.020828659Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2253476565822307, - "StableID": "neQKTU1cbJ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "DiscoKey": "discokey:76fe8ae9e1cc709bb5c411d3d013df032c94d108a7991e5f16612e1d2f16747f", - "Addresses": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "AllowedIPs": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "Endpoints": ["77.164.248.136:46309", "10.65.0.27:46309", "172.17.0.1:46309"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64954}, - {"Proto": "peerapi6", "Port": 64954} - ]}, - "Created": "2026-04-09T01:23:10.106845247Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2388371673957893, - "StableID": "nG8XEVUheK11CNTRL", + "ID": 639355378437959, + "StableID": "nviXRLnZz511CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "DiscoKey": "discokey:26524110a601a160fcfe5d3d2d008fab32bdb4a6e4e4aab662ce3205810e6b7d", - "Addresses": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "AllowedIPs": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "Endpoints": ["77.164.248.136:56713", "10.65.0.27:56713", "172.17.0.1:56713"], + "Key": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "DiscoKey": "discokey:ccccbd010514a341628d63a1ef1051a7f0f6374fd7bb678fbe47264b7444521a", + "Addresses": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "AllowedIPs": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "Endpoints": ["77.164.248.136:40956", "10.65.0.27:40956", "172.17.0.1:40956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} + {"Proto": "peerapi4", "Port": 37862}, + {"Proto": "peerapi6", "Port": 37862} ]}, - "Created": "2026-04-09T01:23:11.195431152Z", + "Created": "2026-04-09T08:29:17.244236476Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3310421561281069, - "StableID": "nrd8NLAJrS11CNTRL", + "ID": 674902054519169, + "StableID": "n25wTtXfG611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "KeyExpiry": "2026-10-06T08:29:21Z", + "DiscoKey": "discokey:9bd8e3604896369a586ce51f90b19eb3ee90667b2e2c2b342d61e1b5ddfed735", + "Addresses": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "AllowedIPs": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 60902}, + {"Proto": "peerapi6", "Port": 60902} + ]}, + "Created": "2026-04-09T08:29:21.044959353Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1005069293544192, + "StableID": "njLom2UCr811CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "DiscoKey": "discokey:40a8c533b6c1ac3f533fbd137d1c138bffb0144939a73ead6a180c48403e6e17", - "Addresses": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "AllowedIPs": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "Endpoints": ["77.164.248.136:32840", "10.65.0.27:32840", "172.17.0.1:32840"], + "Key": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "DiscoKey": "discokey:48096a3499afe492e4b1eb013bce4b14197d33111574f3b01ded7c091e0ec866", + "Addresses": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "AllowedIPs": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "Endpoints": ["77.164.248.136:49752", "10.65.0.27:49752", "172.17.0.1:49752"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36816}, - {"Proto": "peerapi6", "Port": 36816} + {"Proto": "peerapi4", "Port": 54531}, + {"Proto": "peerapi6", "Port": 54531} ]}, - "Created": "2026-04-09T01:23:12.830220975Z", + "Created": "2026-04-09T08:29:18.875686043Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3893022315491640, - "StableID": "nHyVzV6AQX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "KeyExpiry": "2026-10-06T01:23:14Z", - "DiscoKey": "discokey:555c45398df90e28d22ebc177ee9b4c7f8cfeb9d1d842823711732f35802ad1d", - "Addresses": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "AllowedIPs": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "Endpoints": ["77.164.248.136:34808", "10.65.0.27:34808", "172.17.0.1:34808"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61058}, - {"Proto": "peerapi6", "Port": 61058} - ]}, - "Created": "2026-04-09T01:23:14.471319387Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4221569949175497, - "StableID": "ntWeK5VxxZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 1122816358815596, + "StableID": "nwN2jwUXm911CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "DiscoKey": "discokey:78f1e79a16b64ea70a81756745af4b87d6d526869043a58bb3fd0d01e0c9994f", - "Addresses": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "AllowedIPs": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "Endpoints": ["77.164.248.136:38810", "10.65.0.27:38810", "172.17.0.1:38810"], + "Key": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "DiscoKey": "discokey:abaed50f748e6d05919dc4fa29045f8c3196252ef998b084f8602b920a919540", + "Addresses": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "AllowedIPs": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "Endpoints": ["77.164.248.136:46950", "10.65.0.27:46950", "172.17.0.1:46950"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37371}, - {"Proto": "peerapi6", "Port": 37371} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52283}, + {"Proto": "peerapi6", "Port": 52283} ]}, - "Created": "2026-04-09T01:23:07.930189212Z", + "Created": "2026-04-09T08:29:15.075564102Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 4460267974402161, - "StableID": "n46pREg4qb11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 1600481834527661, + "StableID": "nxJE8kwrVD11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "DiscoKey": "discokey:c7c420e7f7895d245858d69379ed48c0ae5bbc5f8a93e6d4e8c9efdd8281a072", - "Addresses": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "AllowedIPs": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "Endpoints": ["77.164.248.136:57797", "10.65.0.27:57797", "172.17.0.1:57797"], + "Key": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "DiscoKey": "discokey:8adf68572263dc3255f466a013ef8fb5539186b131500beeb6db5f2b4bb9256a", + "Addresses": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "AllowedIPs": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "Endpoints": ["77.164.248.136:34996", "10.65.0.27:34996", "172.17.0.1:34996"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44141}, - {"Proto": "peerapi6", "Port": 44141} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60329}, + {"Proto": "peerapi6", "Port": 60329} ]}, - "Created": "2026-04-09T01:23:11.735415309Z", + "Created": "2026-04-09T08:29:16.162276873Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 5833892619037576, - "StableID": "nsE2X4UBZn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "DiscoKey": "discokey:788aeea87c623b561d5f1583fede5a36a85671095204611e19d30d28efae2b52", - "Addresses": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "AllowedIPs": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 58820}, - {"Proto": "peerapi6", "Port": 58820} - ]}, - "Created": "2026-04-09T01:23:13.370849314Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6019694598777831, - "StableID": "ncFfDqAL1p11CNTRL", + "ID": 2232584469197859, + "StableID": "nAgAR5D9SJ11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "KeyExpiry": "2026-10-06T01:23:13Z", - "DiscoKey": "discokey:1c813ea70c6ccac076d9785a7a298775e86fbc852ff51b307b318879111f487f", - "Addresses": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "AllowedIPs": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "KeyExpiry": "2026-10-06T08:29:19Z", + "DiscoKey": "discokey:066fd355e68f4b10e861156495a625ce785cbd5733dddbaf37a0c5d833f71f68", + "Addresses": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "AllowedIPs": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "Endpoints": ["77.164.248.136:51154", "10.65.0.27:51154", "172.17.0.1:51154"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42612}, - {"Proto": "peerapi6", "Port": 42612} + {"Proto": "peerapi4", "Port": 56762}, + {"Proto": "peerapi6", "Port": 56762} ]}, - "Created": "2026-04-09T01:23:13.921166588Z", + "Created": "2026-04-09T08:29:19.995629479Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 6037749081040324, - "StableID": "n9BVzwRW9p11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "DiscoKey": "discokey:9d8ff27d9f591d34fa3b3464d4cf1d80a1345ec795526ce5c590fa2dbf96b73c", - "Addresses": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "AllowedIPs": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "Endpoints": ["77.164.248.136:43596", "10.65.0.27:43596", "172.17.0.1:43596"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35004}, - {"Proto": "peerapi6", "Port": 35004} - ]}, - "Created": "2026-04-09T01:23:10.653883686Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6159032531771321, - "StableID": "nnXZDmLS6q11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "KeyExpiry": "2026-10-06T01:23:15Z", - "DiscoKey": "discokey:4b430efd162215a02006dc7fb46789c45e9b0de3d26b62afb03372da4e38a857", - "Addresses": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "AllowedIPs": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 44345}, - {"Proto": "peerapi6", "Port": 44345} - ]}, - "Created": "2026-04-09T01:23:15.008808729Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6180812210300391, - "StableID": "nrcypSTJGq11CNTRL", + "ID": 2747890165851824, + "StableID": "nf2RF5RXTN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "DiscoKey": "discokey:1394887c7cfced46f714ab4bc4c31fb7c962bbce749c9b58802b5d5862748a42", - "Addresses": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "AllowedIPs": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "Endpoints": ["77.164.248.136:40580", "10.65.0.27:40580", "172.17.0.1:40580"], + "Key": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "DiscoKey": "discokey:4342c70dba8f7049196555eb072db9637245e06ccbf99f35e0ac60de8df9661e", + "Addresses": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "AllowedIPs": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "Endpoints": ["77.164.248.136:48735", "10.65.0.27:48735", "172.17.0.1:48735"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41881}, - {"Proto": "peerapi6", "Port": 41881} + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} ]}, - "Created": "2026-04-09T01:23:12.292148849Z", + "Created": "2026-04-09T08:29:18.339525649Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7229467180614820, - "StableID": "nKa1cwqETy11CNTRL", + "ID": 3318074723268324, + "StableID": "ndHm5QCmuS11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "DiscoKey": "discokey:2c59340ad4f5bf35e5ba25af6096dc58a9f19270cc3d04bb706d8b0ac52e905f", + "Addresses": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "AllowedIPs": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "Endpoints": ["77.164.248.136:55628", "10.65.0.27:55628", "172.17.0.1:55628"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35103}, + {"Proto": "peerapi6", "Port": 35103} + ]}, + "Created": "2026-04-09T08:29:13.999609716Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5129280769430906, + "StableID": "ndNUCUW44h11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "DiscoKey": "discokey:99f268002a2742244619b0d7c89c2a7c3866e1f84666f929181909891f89fd20", + "Addresses": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "AllowedIPs": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64319}, + {"Proto": "peerapi6", "Port": 64319} + ]}, + "Created": "2026-04-09T08:29:14.538728181Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5652645989046414, + "StableID": "nXdZUeR69m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "DiscoKey": "discokey:1aa5b12064b6d801887719a6861d151c9148d9bb09ad86a81e4f14c5aa475238", + "Addresses": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "AllowedIPs": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "Endpoints": ["77.164.248.136:59134", "10.65.0.27:59134", "172.17.0.1:59134"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} + ]}, + "Created": "2026-04-09T08:29:19.421502922Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6546026583814489, + "StableID": "nNf1Q42i7t11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "KeyExpiry": "2026-10-06T08:29:20Z", + "DiscoKey": "discokey:b9bab85596fdf2bb1fabf5832cc7ae09880de660fb868803405584916eac0412", + "Addresses": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "AllowedIPs": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "Endpoints": ["77.164.248.136:41492", "10.65.0.27:41492", "172.17.0.1:41492"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 54228}, + {"Proto": "peerapi6", "Port": 54228} + ]}, + "Created": "2026-04-09T08:29:20.503975298Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6628006990147427, + "StableID": "nkyBBGWqkt11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "DiscoKey": "discokey:df0389b7872f820c1c2ef55b2ee38307cf1324951fe543643a81bd4cf4e9b13f", + "Addresses": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "AllowedIPs": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "Endpoints": ["77.164.248.136:54546", "10.65.0.27:54546", "172.17.0.1:54546"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36582}, + {"Proto": "peerapi6", "Port": 36582} + ]}, + "Created": "2026-04-09T08:29:16.69746485Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7668500432152049, + "StableID": "nioJeAW5t221CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "DiscoKey": "discokey:c601b7d7e3f6bcf9ebeec66d55586dbbe5342a4f1a98d30924fb58cf23d15129", - "Addresses": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "AllowedIPs": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "Endpoints": ["77.164.248.136:50636", "10.65.0.27:50636", "172.17.0.1:50636"], + "Key": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "DiscoKey": "discokey:633ae14a64e26c72354716960435500ea69a3e9dcc2958596c8df4a79e495064", + "Addresses": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "AllowedIPs": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "Endpoints": ["77.164.248.136:60839", "10.65.0.27:60839", "172.17.0.1:60839"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64389}, - {"Proto": "peerapi6", "Port": 64389} + {"Proto": "peerapi4", "Port": 62303}, + {"Proto": "peerapi6", "Port": 62303} ]}, - "Created": "2026-04-09T01:23:07.398816534Z", + "Created": "2026-04-09T08:29:13.472921372Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 8767925992777947, + "StableID": "nLZXdnY1UB21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "DiscoKey": "discokey:7de2c2e5226514980c65ad0ca8967f338d4705cf3501aafbc6f2036720179432", + "Addresses": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "AllowedIPs": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "Endpoints": ["77.164.248.136:36030", "10.65.0.27:36030", "172.17.0.1:36030"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 54407}, + {"Proto": "peerapi6", "Port": 54407} + ]}, + "Created": "2026-04-09T08:29:17.795893955Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12537,27 +12543,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5986419071245137": { - "ID": 5986419071245137, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3193549075473596": { + "ID": 3193549075473596, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12588,21 +12596,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 438040849272513, - "StableID": "nzhHrEbPR411CNTRL", + "ID": 1122816358815596, + "StableID": "nwN2jwUXm911CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 438040849272513, - "Key": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "DiscoKey": "discokey:aa22c731abd41814842be2a3120b51e454284f165096ddf9b3d24e96556e9c72", - "Addresses": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "AllowedIPs": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "Endpoints": ["77.164.248.136:51457", "10.65.0.27:51457", "172.17.0.1:51457"], + "User": 1122816358815596, + "Key": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "DiscoKey": "discokey:abaed50f748e6d05919dc4fa29045f8c3196252ef998b084f8602b920a919540", + "Addresses": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "AllowedIPs": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "Endpoints": ["77.164.248.136:46950", "10.65.0.27:46950", "172.17.0.1:46950"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 60655}, - {"Proto": "peerapi6", "Port": 60655}, + {"Proto": "peerapi4", "Port": 52283}, + {"Proto": "peerapi6", "Port": 52283}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:09.020828659Z", + "Created": "2026-04-09T08:29:15.075564102Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12630,300 +12638,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "MachineKey": "mkey:83eaab13c4480d5b63846806c57cb19d6f2c87e8ee0b773478f97db3b8fe6c5c", + "NodeKey": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "MachineKey": "mkey:e391875f1aa91f48830fbf3c519684518d11422ded52947914d6d59e8fc1463e", "Peers": [{ - "ID": 79056996867997, - "StableID": "ntSX6Dhoc111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "DiscoKey": "discokey:d3047e228f3706cfc497c3e6144e4a8a59da39999dc322add48dfa7e4463d43c", - "Addresses": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "AllowedIPs": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "Endpoints": ["77.164.248.136:33763", "10.65.0.27:33763", "172.17.0.1:33763"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 46131}, - {"Proto": "peerapi6", "Port": 46131} - ]}, - "Created": "2026-04-09T01:23:08.47187844Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2253476565822307, - "StableID": "neQKTU1cbJ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "DiscoKey": "discokey:76fe8ae9e1cc709bb5c411d3d013df032c94d108a7991e5f16612e1d2f16747f", - "Addresses": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "AllowedIPs": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "Endpoints": ["77.164.248.136:46309", "10.65.0.27:46309", "172.17.0.1:46309"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64954}, - {"Proto": "peerapi6", "Port": 64954} - ]}, - "Created": "2026-04-09T01:23:10.106845247Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2388371673957893, - "StableID": "nG8XEVUheK11CNTRL", + "ID": 639355378437959, + "StableID": "nviXRLnZz511CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "DiscoKey": "discokey:26524110a601a160fcfe5d3d2d008fab32bdb4a6e4e4aab662ce3205810e6b7d", - "Addresses": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "AllowedIPs": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "Endpoints": ["77.164.248.136:56713", "10.65.0.27:56713", "172.17.0.1:56713"], + "Key": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "DiscoKey": "discokey:ccccbd010514a341628d63a1ef1051a7f0f6374fd7bb678fbe47264b7444521a", + "Addresses": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "AllowedIPs": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "Endpoints": ["77.164.248.136:40956", "10.65.0.27:40956", "172.17.0.1:40956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} + {"Proto": "peerapi4", "Port": 37862}, + {"Proto": "peerapi6", "Port": 37862} ]}, - "Created": "2026-04-09T01:23:11.195431152Z", + "Created": "2026-04-09T08:29:17.244236476Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3310421561281069, - "StableID": "nrd8NLAJrS11CNTRL", + "ID": 674902054519169, + "StableID": "n25wTtXfG611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "KeyExpiry": "2026-10-06T08:29:21Z", + "DiscoKey": "discokey:9bd8e3604896369a586ce51f90b19eb3ee90667b2e2c2b342d61e1b5ddfed735", + "Addresses": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "AllowedIPs": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 60902}, + {"Proto": "peerapi6", "Port": 60902} + ]}, + "Created": "2026-04-09T08:29:21.044959353Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1005069293544192, + "StableID": "njLom2UCr811CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "DiscoKey": "discokey:40a8c533b6c1ac3f533fbd137d1c138bffb0144939a73ead6a180c48403e6e17", - "Addresses": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "AllowedIPs": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "Endpoints": ["77.164.248.136:32840", "10.65.0.27:32840", "172.17.0.1:32840"], + "Key": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "DiscoKey": "discokey:48096a3499afe492e4b1eb013bce4b14197d33111574f3b01ded7c091e0ec866", + "Addresses": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "AllowedIPs": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "Endpoints": ["77.164.248.136:49752", "10.65.0.27:49752", "172.17.0.1:49752"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36816}, - {"Proto": "peerapi6", "Port": 36816} + {"Proto": "peerapi4", "Port": 54531}, + {"Proto": "peerapi6", "Port": 54531} ]}, - "Created": "2026-04-09T01:23:12.830220975Z", + "Created": "2026-04-09T08:29:18.875686043Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3893022315491640, - "StableID": "nHyVzV6AQX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "KeyExpiry": "2026-10-06T01:23:14Z", - "DiscoKey": "discokey:555c45398df90e28d22ebc177ee9b4c7f8cfeb9d1d842823711732f35802ad1d", - "Addresses": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "AllowedIPs": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "Endpoints": ["77.164.248.136:34808", "10.65.0.27:34808", "172.17.0.1:34808"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61058}, - {"Proto": "peerapi6", "Port": 61058} - ]}, - "Created": "2026-04-09T01:23:14.471319387Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4221569949175497, - "StableID": "ntWeK5VxxZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 1600481834527661, + "StableID": "nxJE8kwrVD11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "DiscoKey": "discokey:78f1e79a16b64ea70a81756745af4b87d6d526869043a58bb3fd0d01e0c9994f", - "Addresses": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "AllowedIPs": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "Endpoints": ["77.164.248.136:38810", "10.65.0.27:38810", "172.17.0.1:38810"], + "Key": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "DiscoKey": "discokey:8adf68572263dc3255f466a013ef8fb5539186b131500beeb6db5f2b4bb9256a", + "Addresses": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "AllowedIPs": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "Endpoints": ["77.164.248.136:34996", "10.65.0.27:34996", "172.17.0.1:34996"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37371}, - {"Proto": "peerapi6", "Port": 37371} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60329}, + {"Proto": "peerapi6", "Port": 60329} ]}, - "Created": "2026-04-09T01:23:07.930189212Z", + "Created": "2026-04-09T08:29:16.162276873Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 4460267974402161, - "StableID": "n46pREg4qb11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "DiscoKey": "discokey:c7c420e7f7895d245858d69379ed48c0ae5bbc5f8a93e6d4e8c9efdd8281a072", - "Addresses": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "AllowedIPs": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "Endpoints": ["77.164.248.136:57797", "10.65.0.27:57797", "172.17.0.1:57797"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44141}, - {"Proto": "peerapi6", "Port": 44141} - ]}, - "Created": "2026-04-09T01:23:11.735415309Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5833892619037576, - "StableID": "nsE2X4UBZn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "DiscoKey": "discokey:788aeea87c623b561d5f1583fede5a36a85671095204611e19d30d28efae2b52", - "Addresses": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "AllowedIPs": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 58820}, - {"Proto": "peerapi6", "Port": 58820} - ]}, - "Created": "2026-04-09T01:23:13.370849314Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5986419071245137, - "StableID": "nckDoW5Gko11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "DiscoKey": "discokey:500aa03d65ab100384eefc949c80b063f46a25299d941beeccdd33649ebd0f2a", - "Addresses": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "AllowedIPs": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "Endpoints": ["77.164.248.136:47793", "10.65.0.27:47793", "172.17.0.1:47793"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52249}, - {"Proto": "peerapi6", "Port": 52249} - ]}, - "Created": "2026-04-09T01:23:09.560871145Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6019694598777831, - "StableID": "ncFfDqAL1p11CNTRL", + "ID": 2232584469197859, + "StableID": "nAgAR5D9SJ11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "KeyExpiry": "2026-10-06T01:23:13Z", - "DiscoKey": "discokey:1c813ea70c6ccac076d9785a7a298775e86fbc852ff51b307b318879111f487f", - "Addresses": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "AllowedIPs": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "KeyExpiry": "2026-10-06T08:29:19Z", + "DiscoKey": "discokey:066fd355e68f4b10e861156495a625ce785cbd5733dddbaf37a0c5d833f71f68", + "Addresses": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "AllowedIPs": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "Endpoints": ["77.164.248.136:51154", "10.65.0.27:51154", "172.17.0.1:51154"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42612}, - {"Proto": "peerapi6", "Port": 42612} + {"Proto": "peerapi4", "Port": 56762}, + {"Proto": "peerapi6", "Port": 56762} ]}, - "Created": "2026-04-09T01:23:13.921166588Z", + "Created": "2026-04-09T08:29:19.995629479Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 6037749081040324, - "StableID": "n9BVzwRW9p11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "DiscoKey": "discokey:9d8ff27d9f591d34fa3b3464d4cf1d80a1345ec795526ce5c590fa2dbf96b73c", - "Addresses": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "AllowedIPs": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "Endpoints": ["77.164.248.136:43596", "10.65.0.27:43596", "172.17.0.1:43596"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35004}, - {"Proto": "peerapi6", "Port": 35004} - ]}, - "Created": "2026-04-09T01:23:10.653883686Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6159032531771321, - "StableID": "nnXZDmLS6q11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "KeyExpiry": "2026-10-06T01:23:15Z", - "DiscoKey": "discokey:4b430efd162215a02006dc7fb46789c45e9b0de3d26b62afb03372da4e38a857", - "Addresses": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "AllowedIPs": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 44345}, - {"Proto": "peerapi6", "Port": 44345} - ]}, - "Created": "2026-04-09T01:23:15.008808729Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6180812210300391, - "StableID": "nrcypSTJGq11CNTRL", + "ID": 2747890165851824, + "StableID": "nf2RF5RXTN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "DiscoKey": "discokey:1394887c7cfced46f714ab4bc4c31fb7c962bbce749c9b58802b5d5862748a42", - "Addresses": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "AllowedIPs": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "Endpoints": ["77.164.248.136:40580", "10.65.0.27:40580", "172.17.0.1:40580"], + "Key": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "DiscoKey": "discokey:4342c70dba8f7049196555eb072db9637245e06ccbf99f35e0ac60de8df9661e", + "Addresses": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "AllowedIPs": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "Endpoints": ["77.164.248.136:48735", "10.65.0.27:48735", "172.17.0.1:48735"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41881}, - {"Proto": "peerapi6", "Port": 41881} + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} ]}, - "Created": "2026-04-09T01:23:12.292148849Z", + "Created": "2026-04-09T08:29:18.339525649Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7229467180614820, - "StableID": "nKa1cwqETy11CNTRL", + "ID": 3193549075473596, + "StableID": "nKLG1u7NwR11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "DiscoKey": "discokey:d10d8637f3a251886807b5081e71d316ce4b0215453d8d6322900073a879d82b", + "Addresses": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "AllowedIPs": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "Endpoints": ["77.164.248.136:48675", "10.65.0.27:48675", "172.17.0.1:48675"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 33615}, + {"Proto": "peerapi6", "Port": 33615} + ]}, + "Created": "2026-04-09T08:29:15.618303057Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 3318074723268324, + "StableID": "ndHm5QCmuS11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "DiscoKey": "discokey:2c59340ad4f5bf35e5ba25af6096dc58a9f19270cc3d04bb706d8b0ac52e905f", + "Addresses": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "AllowedIPs": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "Endpoints": ["77.164.248.136:55628", "10.65.0.27:55628", "172.17.0.1:55628"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35103}, + {"Proto": "peerapi6", "Port": 35103} + ]}, + "Created": "2026-04-09T08:29:13.999609716Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5129280769430906, + "StableID": "ndNUCUW44h11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "DiscoKey": "discokey:99f268002a2742244619b0d7c89c2a7c3866e1f84666f929181909891f89fd20", + "Addresses": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "AllowedIPs": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64319}, + {"Proto": "peerapi6", "Port": 64319} + ]}, + "Created": "2026-04-09T08:29:14.538728181Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5652645989046414, + "StableID": "nXdZUeR69m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "DiscoKey": "discokey:1aa5b12064b6d801887719a6861d151c9148d9bb09ad86a81e4f14c5aa475238", + "Addresses": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "AllowedIPs": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "Endpoints": ["77.164.248.136:59134", "10.65.0.27:59134", "172.17.0.1:59134"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} + ]}, + "Created": "2026-04-09T08:29:19.421502922Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6546026583814489, + "StableID": "nNf1Q42i7t11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "KeyExpiry": "2026-10-06T08:29:20Z", + "DiscoKey": "discokey:b9bab85596fdf2bb1fabf5832cc7ae09880de660fb868803405584916eac0412", + "Addresses": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "AllowedIPs": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "Endpoints": ["77.164.248.136:41492", "10.65.0.27:41492", "172.17.0.1:41492"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 54228}, + {"Proto": "peerapi6", "Port": 54228} + ]}, + "Created": "2026-04-09T08:29:20.503975298Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6628006990147427, + "StableID": "nkyBBGWqkt11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "DiscoKey": "discokey:df0389b7872f820c1c2ef55b2ee38307cf1324951fe543643a81bd4cf4e9b13f", + "Addresses": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "AllowedIPs": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "Endpoints": ["77.164.248.136:54546", "10.65.0.27:54546", "172.17.0.1:54546"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36582}, + {"Proto": "peerapi6", "Port": 36582} + ]}, + "Created": "2026-04-09T08:29:16.69746485Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7668500432152049, + "StableID": "nioJeAW5t221CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "DiscoKey": "discokey:c601b7d7e3f6bcf9ebeec66d55586dbbe5342a4f1a98d30924fb58cf23d15129", - "Addresses": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "AllowedIPs": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "Endpoints": ["77.164.248.136:50636", "10.65.0.27:50636", "172.17.0.1:50636"], + "Key": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "DiscoKey": "discokey:633ae14a64e26c72354716960435500ea69a3e9dcc2958596c8df4a79e495064", + "Addresses": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "AllowedIPs": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "Endpoints": ["77.164.248.136:60839", "10.65.0.27:60839", "172.17.0.1:60839"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64389}, - {"Proto": "peerapi6", "Port": 64389} + {"Proto": "peerapi4", "Port": 62303}, + {"Proto": "peerapi6", "Port": 62303} ]}, - "Created": "2026-04-09T01:23:07.398816534Z", + "Created": "2026-04-09T08:29:13.472921372Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 8767925992777947, + "StableID": "nLZXdnY1UB21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "DiscoKey": "discokey:7de2c2e5226514980c65ad0ca8967f338d4705cf3501aafbc6f2036720179432", + "Addresses": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "AllowedIPs": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "Endpoints": ["77.164.248.136:36030", "10.65.0.27:36030", "172.17.0.1:36030"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 54407}, + {"Proto": "peerapi6", "Port": 54407} + ]}, + "Created": "2026-04-09T08:29:17.795893955Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13771,27 +13778,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "438040849272513": { - "ID": 438040849272513, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1122816358815596": { + "ID": 1122816358815596, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13822,26 +13831,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6037749081040324, - "StableID": "n9BVzwRW9p11CNTRL", + "ID": 6628006990147427, + "StableID": "nkyBBGWqkt11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 6037749081040324, - "Key": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "DiscoKey": "discokey:9d8ff27d9f591d34fa3b3464d4cf1d80a1345ec795526ce5c590fa2dbf96b73c", - "Addresses": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "AllowedIPs": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "Endpoints": ["77.164.248.136:43596", "10.65.0.27:43596", "172.17.0.1:43596"], + "User": 6628006990147427, + "Key": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "DiscoKey": "discokey:df0389b7872f820c1c2ef55b2ee38307cf1324951fe543643a81bd4cf4e9b13f", + "Addresses": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "AllowedIPs": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "Endpoints": ["77.164.248.136:54546", "10.65.0.27:54546", "172.17.0.1:54546"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 35004}, - {"Proto": "peerapi6", "Port": 35004}, + {"Proto": "peerapi4", "Port": 36582}, + {"Proto": "peerapi6", "Port": 36582}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:10.653883686Z", + "Created": "2026-04-09T08:29:16.69746485Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13869,302 +13878,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "MachineKey": "mkey:e40d6fdb38cbe8fc316da3bdb8dd4fcb5667a7da629f754c69097ba8df565931", + "NodeKey": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "MachineKey": "mkey:5f72944b6b3adbed0059ce77760aac7e709e268cced4a56a4a8aede1d970a447", "Peers": [{ - "ID": 79056996867997, - "StableID": "ntSX6Dhoc111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "DiscoKey": "discokey:d3047e228f3706cfc497c3e6144e4a8a59da39999dc322add48dfa7e4463d43c", - "Addresses": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "AllowedIPs": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "Endpoints": ["77.164.248.136:33763", "10.65.0.27:33763", "172.17.0.1:33763"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 46131}, - {"Proto": "peerapi6", "Port": 46131} - ]}, - "Created": "2026-04-09T01:23:08.47187844Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 438040849272513, - "StableID": "nzhHrEbPR411CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "DiscoKey": "discokey:aa22c731abd41814842be2a3120b51e454284f165096ddf9b3d24e96556e9c72", - "Addresses": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "AllowedIPs": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "Endpoints": ["77.164.248.136:51457", "10.65.0.27:51457", "172.17.0.1:51457"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 60655}, - {"Proto": "peerapi6", "Port": 60655} - ]}, - "Created": "2026-04-09T01:23:09.020828659Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2253476565822307, - "StableID": "neQKTU1cbJ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "DiscoKey": "discokey:76fe8ae9e1cc709bb5c411d3d013df032c94d108a7991e5f16612e1d2f16747f", - "Addresses": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "AllowedIPs": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "Endpoints": ["77.164.248.136:46309", "10.65.0.27:46309", "172.17.0.1:46309"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64954}, - {"Proto": "peerapi6", "Port": 64954} - ]}, - "Created": "2026-04-09T01:23:10.106845247Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2388371673957893, - "StableID": "nG8XEVUheK11CNTRL", + "ID": 639355378437959, + "StableID": "nviXRLnZz511CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "DiscoKey": "discokey:26524110a601a160fcfe5d3d2d008fab32bdb4a6e4e4aab662ce3205810e6b7d", - "Addresses": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "AllowedIPs": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "Endpoints": ["77.164.248.136:56713", "10.65.0.27:56713", "172.17.0.1:56713"], + "Key": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "DiscoKey": "discokey:ccccbd010514a341628d63a1ef1051a7f0f6374fd7bb678fbe47264b7444521a", + "Addresses": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "AllowedIPs": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "Endpoints": ["77.164.248.136:40956", "10.65.0.27:40956", "172.17.0.1:40956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} + {"Proto": "peerapi4", "Port": 37862}, + {"Proto": "peerapi6", "Port": 37862} ]}, - "Created": "2026-04-09T01:23:11.195431152Z", + "Created": "2026-04-09T08:29:17.244236476Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3310421561281069, - "StableID": "nrd8NLAJrS11CNTRL", + "ID": 674902054519169, + "StableID": "n25wTtXfG611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "KeyExpiry": "2026-10-06T08:29:21Z", + "DiscoKey": "discokey:9bd8e3604896369a586ce51f90b19eb3ee90667b2e2c2b342d61e1b5ddfed735", + "Addresses": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "AllowedIPs": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "Endpoints": ["77.164.248.136:37350", "10.65.0.27:37350", "172.17.0.1:37350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 60902}, + {"Proto": "peerapi6", "Port": 60902} + ]}, + "Created": "2026-04-09T08:29:21.044959353Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1005069293544192, + "StableID": "njLom2UCr811CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "DiscoKey": "discokey:40a8c533b6c1ac3f533fbd137d1c138bffb0144939a73ead6a180c48403e6e17", - "Addresses": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "AllowedIPs": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "Endpoints": ["77.164.248.136:32840", "10.65.0.27:32840", "172.17.0.1:32840"], + "Key": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "DiscoKey": "discokey:48096a3499afe492e4b1eb013bce4b14197d33111574f3b01ded7c091e0ec866", + "Addresses": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "AllowedIPs": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "Endpoints": ["77.164.248.136:49752", "10.65.0.27:49752", "172.17.0.1:49752"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36816}, - {"Proto": "peerapi6", "Port": 36816} + {"Proto": "peerapi4", "Port": 54531}, + {"Proto": "peerapi6", "Port": 54531} ]}, - "Created": "2026-04-09T01:23:12.830220975Z", + "Created": "2026-04-09T08:29:18.875686043Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3893022315491640, - "StableID": "nHyVzV6AQX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "KeyExpiry": "2026-10-06T01:23:14Z", - "DiscoKey": "discokey:555c45398df90e28d22ebc177ee9b4c7f8cfeb9d1d842823711732f35802ad1d", - "Addresses": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "AllowedIPs": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "Endpoints": ["77.164.248.136:34808", "10.65.0.27:34808", "172.17.0.1:34808"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61058}, - {"Proto": "peerapi6", "Port": 61058} - ]}, - "Created": "2026-04-09T01:23:14.471319387Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4221569949175497, - "StableID": "ntWeK5VxxZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 1122816358815596, + "StableID": "nwN2jwUXm911CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "DiscoKey": "discokey:78f1e79a16b64ea70a81756745af4b87d6d526869043a58bb3fd0d01e0c9994f", - "Addresses": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "AllowedIPs": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "Endpoints": ["77.164.248.136:38810", "10.65.0.27:38810", "172.17.0.1:38810"], + "Key": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "DiscoKey": "discokey:abaed50f748e6d05919dc4fa29045f8c3196252ef998b084f8602b920a919540", + "Addresses": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "AllowedIPs": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "Endpoints": ["77.164.248.136:46950", "10.65.0.27:46950", "172.17.0.1:46950"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37371}, - {"Proto": "peerapi6", "Port": 37371} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52283}, + {"Proto": "peerapi6", "Port": 52283} ]}, - "Created": "2026-04-09T01:23:07.930189212Z", + "Created": "2026-04-09T08:29:15.075564102Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 4460267974402161, - "StableID": "n46pREg4qb11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 1600481834527661, + "StableID": "nxJE8kwrVD11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "DiscoKey": "discokey:c7c420e7f7895d245858d69379ed48c0ae5bbc5f8a93e6d4e8c9efdd8281a072", - "Addresses": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "AllowedIPs": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "Endpoints": ["77.164.248.136:57797", "10.65.0.27:57797", "172.17.0.1:57797"], + "Key": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "DiscoKey": "discokey:8adf68572263dc3255f466a013ef8fb5539186b131500beeb6db5f2b4bb9256a", + "Addresses": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "AllowedIPs": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "Endpoints": ["77.164.248.136:34996", "10.65.0.27:34996", "172.17.0.1:34996"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44141}, - {"Proto": "peerapi6", "Port": 44141} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60329}, + {"Proto": "peerapi6", "Port": 60329} ]}, - "Created": "2026-04-09T01:23:11.735415309Z", + "Created": "2026-04-09T08:29:16.162276873Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 5833892619037576, - "StableID": "nsE2X4UBZn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "DiscoKey": "discokey:788aeea87c623b561d5f1583fede5a36a85671095204611e19d30d28efae2b52", - "Addresses": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "AllowedIPs": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 58820}, - {"Proto": "peerapi6", "Port": 58820} - ]}, - "Created": "2026-04-09T01:23:13.370849314Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5986419071245137, - "StableID": "nckDoW5Gko11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "DiscoKey": "discokey:500aa03d65ab100384eefc949c80b063f46a25299d941beeccdd33649ebd0f2a", - "Addresses": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "AllowedIPs": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "Endpoints": ["77.164.248.136:47793", "10.65.0.27:47793", "172.17.0.1:47793"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52249}, - {"Proto": "peerapi6", "Port": 52249} - ]}, - "Created": "2026-04-09T01:23:09.560871145Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6019694598777831, - "StableID": "ncFfDqAL1p11CNTRL", + "ID": 2232584469197859, + "StableID": "nAgAR5D9SJ11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "KeyExpiry": "2026-10-06T01:23:13Z", - "DiscoKey": "discokey:1c813ea70c6ccac076d9785a7a298775e86fbc852ff51b307b318879111f487f", - "Addresses": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "AllowedIPs": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "KeyExpiry": "2026-10-06T08:29:19Z", + "DiscoKey": "discokey:066fd355e68f4b10e861156495a625ce785cbd5733dddbaf37a0c5d833f71f68", + "Addresses": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "AllowedIPs": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "Endpoints": ["77.164.248.136:51154", "10.65.0.27:51154", "172.17.0.1:51154"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42612}, - {"Proto": "peerapi6", "Port": 42612} + {"Proto": "peerapi4", "Port": 56762}, + {"Proto": "peerapi6", "Port": 56762} ]}, - "Created": "2026-04-09T01:23:13.921166588Z", + "Created": "2026-04-09T08:29:19.995629479Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 6159032531771321, - "StableID": "nnXZDmLS6q11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "KeyExpiry": "2026-10-06T01:23:15Z", - "DiscoKey": "discokey:4b430efd162215a02006dc7fb46789c45e9b0de3d26b62afb03372da4e38a857", - "Addresses": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "AllowedIPs": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "Endpoints": ["77.164.248.136:57021", "10.65.0.27:57021", "172.17.0.1:57021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 44345}, - {"Proto": "peerapi6", "Port": 44345} - ]}, - "Created": "2026-04-09T01:23:15.008808729Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6180812210300391, - "StableID": "nrcypSTJGq11CNTRL", + "ID": 2747890165851824, + "StableID": "nf2RF5RXTN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "DiscoKey": "discokey:1394887c7cfced46f714ab4bc4c31fb7c962bbce749c9b58802b5d5862748a42", - "Addresses": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "AllowedIPs": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "Endpoints": ["77.164.248.136:40580", "10.65.0.27:40580", "172.17.0.1:40580"], + "Key": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "DiscoKey": "discokey:4342c70dba8f7049196555eb072db9637245e06ccbf99f35e0ac60de8df9661e", + "Addresses": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "AllowedIPs": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "Endpoints": ["77.164.248.136:48735", "10.65.0.27:48735", "172.17.0.1:48735"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41881}, - {"Proto": "peerapi6", "Port": 41881} + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} ]}, - "Created": "2026-04-09T01:23:12.292148849Z", + "Created": "2026-04-09T08:29:18.339525649Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7229467180614820, - "StableID": "nKa1cwqETy11CNTRL", + "ID": 3193549075473596, + "StableID": "nKLG1u7NwR11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "DiscoKey": "discokey:d10d8637f3a251886807b5081e71d316ce4b0215453d8d6322900073a879d82b", + "Addresses": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "AllowedIPs": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "Endpoints": ["77.164.248.136:48675", "10.65.0.27:48675", "172.17.0.1:48675"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 33615}, + {"Proto": "peerapi6", "Port": 33615} + ]}, + "Created": "2026-04-09T08:29:15.618303057Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 3318074723268324, + "StableID": "ndHm5QCmuS11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "DiscoKey": "discokey:2c59340ad4f5bf35e5ba25af6096dc58a9f19270cc3d04bb706d8b0ac52e905f", + "Addresses": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "AllowedIPs": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "Endpoints": ["77.164.248.136:55628", "10.65.0.27:55628", "172.17.0.1:55628"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35103}, + {"Proto": "peerapi6", "Port": 35103} + ]}, + "Created": "2026-04-09T08:29:13.999609716Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5129280769430906, + "StableID": "ndNUCUW44h11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "DiscoKey": "discokey:99f268002a2742244619b0d7c89c2a7c3866e1f84666f929181909891f89fd20", + "Addresses": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "AllowedIPs": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64319}, + {"Proto": "peerapi6", "Port": 64319} + ]}, + "Created": "2026-04-09T08:29:14.538728181Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5652645989046414, + "StableID": "nXdZUeR69m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "DiscoKey": "discokey:1aa5b12064b6d801887719a6861d151c9148d9bb09ad86a81e4f14c5aa475238", + "Addresses": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "AllowedIPs": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "Endpoints": ["77.164.248.136:59134", "10.65.0.27:59134", "172.17.0.1:59134"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} + ]}, + "Created": "2026-04-09T08:29:19.421502922Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6546026583814489, + "StableID": "nNf1Q42i7t11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "KeyExpiry": "2026-10-06T08:29:20Z", + "DiscoKey": "discokey:b9bab85596fdf2bb1fabf5832cc7ae09880de660fb868803405584916eac0412", + "Addresses": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "AllowedIPs": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "Endpoints": ["77.164.248.136:41492", "10.65.0.27:41492", "172.17.0.1:41492"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 54228}, + {"Proto": "peerapi6", "Port": 54228} + ]}, + "Created": "2026-04-09T08:29:20.503975298Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7668500432152049, + "StableID": "nioJeAW5t221CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "DiscoKey": "discokey:c601b7d7e3f6bcf9ebeec66d55586dbbe5342a4f1a98d30924fb58cf23d15129", - "Addresses": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "AllowedIPs": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "Endpoints": ["77.164.248.136:50636", "10.65.0.27:50636", "172.17.0.1:50636"], + "Key": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "DiscoKey": "discokey:633ae14a64e26c72354716960435500ea69a3e9dcc2958596c8df4a79e495064", + "Addresses": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "AllowedIPs": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "Endpoints": ["77.164.248.136:60839", "10.65.0.27:60839", "172.17.0.1:60839"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64389}, - {"Proto": "peerapi6", "Port": 64389} + {"Proto": "peerapi4", "Port": 62303}, + {"Proto": "peerapi6", "Port": 62303} ]}, - "Created": "2026-04-09T01:23:07.398816534Z", + "Created": "2026-04-09T08:29:13.472921372Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 8767925992777947, + "StableID": "nLZXdnY1UB21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "DiscoKey": "discokey:7de2c2e5226514980c65ad0ca8967f338d4705cf3501aafbc6f2036720179432", + "Addresses": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "AllowedIPs": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "Endpoints": ["77.164.248.136:36030", "10.65.0.27:36030", "172.17.0.1:36030"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 54407}, + {"Proto": "peerapi6", "Port": 54407} + ]}, + "Created": "2026-04-09T08:29:17.795893955Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15012,27 +15020,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6037749081040324": { - "ID": 6037749081040324, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6628006990147427": { + "ID": 6628006990147427, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15063,26 +15073,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4460267974402161, - "StableID": "n46pREg4qb11CNTRL", + "ID": 8767925992777947, + "StableID": "nLZXdnY1UB21CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 4460267974402161, - "Key": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "DiscoKey": "discokey:c7c420e7f7895d245858d69379ed48c0ae5bbc5f8a93e6d4e8c9efdd8281a072", - "Addresses": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "AllowedIPs": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "Endpoints": ["77.164.248.136:57797", "10.65.0.27:57797", "172.17.0.1:57797"], + "User": 8767925992777947, + "Key": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "DiscoKey": "discokey:7de2c2e5226514980c65ad0ca8967f338d4705cf3501aafbc6f2036720179432", + "Addresses": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "AllowedIPs": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "Endpoints": ["77.164.248.136:36030", "10.65.0.27:36030", "172.17.0.1:36030"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 44141}, - {"Proto": "peerapi6", "Port": 44141}, + {"Proto": "peerapi4", "Port": 54407}, + {"Proto": "peerapi6", "Port": 54407}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:11.735415309Z", + "Created": "2026-04-09T08:29:17.795893955Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15110,297 +15120,296 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "MachineKey": "mkey:18d475e102aca3609f22411651708230c31f76c42d97835f953395af81cafc7e", + "NodeKey": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "MachineKey": "mkey:93407a5b54f888f69c4e10c72fc249fbd1ee3da40ff34faa2fb8eaafde817a1f", "Peers": [{ - "ID": 79056996867997, - "StableID": "ntSX6Dhoc111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "DiscoKey": "discokey:d3047e228f3706cfc497c3e6144e4a8a59da39999dc322add48dfa7e4463d43c", - "Addresses": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "AllowedIPs": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "Endpoints": ["77.164.248.136:33763", "10.65.0.27:33763", "172.17.0.1:33763"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 46131}, - {"Proto": "peerapi6", "Port": 46131} - ]}, - "Created": "2026-04-09T01:23:08.47187844Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 438040849272513, - "StableID": "nzhHrEbPR411CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "DiscoKey": "discokey:aa22c731abd41814842be2a3120b51e454284f165096ddf9b3d24e96556e9c72", - "Addresses": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "AllowedIPs": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "Endpoints": ["77.164.248.136:51457", "10.65.0.27:51457", "172.17.0.1:51457"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 60655}, - {"Proto": "peerapi6", "Port": 60655} - ]}, - "Created": "2026-04-09T01:23:09.020828659Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2253476565822307, - "StableID": "neQKTU1cbJ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "DiscoKey": "discokey:76fe8ae9e1cc709bb5c411d3d013df032c94d108a7991e5f16612e1d2f16747f", - "Addresses": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "AllowedIPs": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "Endpoints": ["77.164.248.136:46309", "10.65.0.27:46309", "172.17.0.1:46309"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64954}, - {"Proto": "peerapi6", "Port": 64954} - ]}, - "Created": "2026-04-09T01:23:10.106845247Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2388371673957893, - "StableID": "nG8XEVUheK11CNTRL", + "ID": 639355378437959, + "StableID": "nviXRLnZz511CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "DiscoKey": "discokey:26524110a601a160fcfe5d3d2d008fab32bdb4a6e4e4aab662ce3205810e6b7d", - "Addresses": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "AllowedIPs": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "Endpoints": ["77.164.248.136:56713", "10.65.0.27:56713", "172.17.0.1:56713"], + "Key": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "DiscoKey": "discokey:ccccbd010514a341628d63a1ef1051a7f0f6374fd7bb678fbe47264b7444521a", + "Addresses": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "AllowedIPs": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "Endpoints": ["77.164.248.136:40956", "10.65.0.27:40956", "172.17.0.1:40956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} + {"Proto": "peerapi4", "Port": 37862}, + {"Proto": "peerapi6", "Port": 37862} ]}, - "Created": "2026-04-09T01:23:11.195431152Z", + "Created": "2026-04-09T08:29:17.244236476Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3310421561281069, - "StableID": "nrd8NLAJrS11CNTRL", + "ID": 674902054519169, + "StableID": "n25wTtXfG611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "KeyExpiry": "2026-10-06T08:29:21Z", + "DiscoKey": "discokey:9bd8e3604896369a586ce51f90b19eb3ee90667b2e2c2b342d61e1b5ddfed735", + "Addresses": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "AllowedIPs": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "Endpoints": ["77.164.248.136:37350", "10.65.0.27:37350", "172.17.0.1:37350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 60902}, + {"Proto": "peerapi6", "Port": 60902} + ]}, + "Created": "2026-04-09T08:29:21.044959353Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1005069293544192, + "StableID": "njLom2UCr811CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "DiscoKey": "discokey:40a8c533b6c1ac3f533fbd137d1c138bffb0144939a73ead6a180c48403e6e17", - "Addresses": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "AllowedIPs": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "Endpoints": ["77.164.248.136:32840", "10.65.0.27:32840", "172.17.0.1:32840"], + "Key": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "DiscoKey": "discokey:48096a3499afe492e4b1eb013bce4b14197d33111574f3b01ded7c091e0ec866", + "Addresses": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "AllowedIPs": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "Endpoints": ["77.164.248.136:49752", "10.65.0.27:49752", "172.17.0.1:49752"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36816}, - {"Proto": "peerapi6", "Port": 36816} + {"Proto": "peerapi4", "Port": 54531}, + {"Proto": "peerapi6", "Port": 54531} ]}, - "Created": "2026-04-09T01:23:12.830220975Z", + "Created": "2026-04-09T08:29:18.875686043Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3893022315491640, - "StableID": "nHyVzV6AQX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "KeyExpiry": "2026-10-06T01:23:14Z", - "DiscoKey": "discokey:555c45398df90e28d22ebc177ee9b4c7f8cfeb9d1d842823711732f35802ad1d", - "Addresses": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "AllowedIPs": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "Endpoints": ["77.164.248.136:34808", "10.65.0.27:34808", "172.17.0.1:34808"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61058}, - {"Proto": "peerapi6", "Port": 61058} - ]}, - "Created": "2026-04-09T01:23:14.471319387Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4221569949175497, - "StableID": "ntWeK5VxxZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 1122816358815596, + "StableID": "nwN2jwUXm911CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "DiscoKey": "discokey:78f1e79a16b64ea70a81756745af4b87d6d526869043a58bb3fd0d01e0c9994f", - "Addresses": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "AllowedIPs": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "Endpoints": ["77.164.248.136:38810", "10.65.0.27:38810", "172.17.0.1:38810"], + "Key": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "DiscoKey": "discokey:abaed50f748e6d05919dc4fa29045f8c3196252ef998b084f8602b920a919540", + "Addresses": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "AllowedIPs": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "Endpoints": ["77.164.248.136:46950", "10.65.0.27:46950", "172.17.0.1:46950"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37371}, - {"Proto": "peerapi6", "Port": 37371} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52283}, + {"Proto": "peerapi6", "Port": 52283} ]}, - "Created": "2026-04-09T01:23:07.930189212Z", + "Created": "2026-04-09T08:29:15.075564102Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5833892619037576, - "StableID": "nsE2X4UBZn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1600481834527661, + "StableID": "nxJE8kwrVD11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "DiscoKey": "discokey:788aeea87c623b561d5f1583fede5a36a85671095204611e19d30d28efae2b52", - "Addresses": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "AllowedIPs": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "Key": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "DiscoKey": "discokey:8adf68572263dc3255f466a013ef8fb5539186b131500beeb6db5f2b4bb9256a", + "Addresses": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "AllowedIPs": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "Endpoints": ["77.164.248.136:34996", "10.65.0.27:34996", "172.17.0.1:34996"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 58820}, - {"Proto": "peerapi6", "Port": 58820} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60329}, + {"Proto": "peerapi6", "Port": 60329} ]}, - "Created": "2026-04-09T01:23:13.370849314Z", + "Created": "2026-04-09T08:29:16.162276873Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 5986419071245137, - "StableID": "nckDoW5Gko11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "DiscoKey": "discokey:500aa03d65ab100384eefc949c80b063f46a25299d941beeccdd33649ebd0f2a", - "Addresses": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "AllowedIPs": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "Endpoints": ["77.164.248.136:47793", "10.65.0.27:47793", "172.17.0.1:47793"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52249}, - {"Proto": "peerapi6", "Port": 52249} - ]}, - "Created": "2026-04-09T01:23:09.560871145Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6019694598777831, - "StableID": "ncFfDqAL1p11CNTRL", + "ID": 2232584469197859, + "StableID": "nAgAR5D9SJ11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "KeyExpiry": "2026-10-06T01:23:13Z", - "DiscoKey": "discokey:1c813ea70c6ccac076d9785a7a298775e86fbc852ff51b307b318879111f487f", - "Addresses": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "AllowedIPs": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "KeyExpiry": "2026-10-06T08:29:19Z", + "DiscoKey": "discokey:066fd355e68f4b10e861156495a625ce785cbd5733dddbaf37a0c5d833f71f68", + "Addresses": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "AllowedIPs": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "Endpoints": ["77.164.248.136:51154", "10.65.0.27:51154", "172.17.0.1:51154"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42612}, - {"Proto": "peerapi6", "Port": 42612} + {"Proto": "peerapi4", "Port": 56762}, + {"Proto": "peerapi6", "Port": 56762} ]}, - "Created": "2026-04-09T01:23:13.921166588Z", + "Created": "2026-04-09T08:29:19.995629479Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 6037749081040324, - "StableID": "n9BVzwRW9p11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "DiscoKey": "discokey:9d8ff27d9f591d34fa3b3464d4cf1d80a1345ec795526ce5c590fa2dbf96b73c", - "Addresses": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "AllowedIPs": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "Endpoints": ["77.164.248.136:43596", "10.65.0.27:43596", "172.17.0.1:43596"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35004}, - {"Proto": "peerapi6", "Port": 35004} - ]}, - "Created": "2026-04-09T01:23:10.653883686Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6159032531771321, - "StableID": "nnXZDmLS6q11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "KeyExpiry": "2026-10-06T01:23:15Z", - "DiscoKey": "discokey:4b430efd162215a02006dc7fb46789c45e9b0de3d26b62afb03372da4e38a857", - "Addresses": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "AllowedIPs": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "Endpoints": ["77.164.248.136:57021", "10.65.0.27:57021", "172.17.0.1:57021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 44345}, - {"Proto": "peerapi6", "Port": 44345} - ]}, - "Created": "2026-04-09T01:23:15.008808729Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6180812210300391, - "StableID": "nrcypSTJGq11CNTRL", + "ID": 2747890165851824, + "StableID": "nf2RF5RXTN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "DiscoKey": "discokey:1394887c7cfced46f714ab4bc4c31fb7c962bbce749c9b58802b5d5862748a42", - "Addresses": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "AllowedIPs": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "Endpoints": ["77.164.248.136:40580", "10.65.0.27:40580", "172.17.0.1:40580"], + "Key": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "DiscoKey": "discokey:4342c70dba8f7049196555eb072db9637245e06ccbf99f35e0ac60de8df9661e", + "Addresses": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "AllowedIPs": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "Endpoints": ["77.164.248.136:48735", "10.65.0.27:48735", "172.17.0.1:48735"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41881}, - {"Proto": "peerapi6", "Port": 41881} + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} ]}, - "Created": "2026-04-09T01:23:12.292148849Z", + "Created": "2026-04-09T08:29:18.339525649Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7229467180614820, - "StableID": "nKa1cwqETy11CNTRL", + "ID": 3193549075473596, + "StableID": "nKLG1u7NwR11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "DiscoKey": "discokey:d10d8637f3a251886807b5081e71d316ce4b0215453d8d6322900073a879d82b", + "Addresses": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "AllowedIPs": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "Endpoints": ["77.164.248.136:48675", "10.65.0.27:48675", "172.17.0.1:48675"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 33615}, + {"Proto": "peerapi6", "Port": 33615} + ]}, + "Created": "2026-04-09T08:29:15.618303057Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 3318074723268324, + "StableID": "ndHm5QCmuS11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "DiscoKey": "discokey:2c59340ad4f5bf35e5ba25af6096dc58a9f19270cc3d04bb706d8b0ac52e905f", + "Addresses": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "AllowedIPs": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "Endpoints": ["77.164.248.136:55628", "10.65.0.27:55628", "172.17.0.1:55628"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35103}, + {"Proto": "peerapi6", "Port": 35103} + ]}, + "Created": "2026-04-09T08:29:13.999609716Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5129280769430906, + "StableID": "ndNUCUW44h11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "DiscoKey": "discokey:99f268002a2742244619b0d7c89c2a7c3866e1f84666f929181909891f89fd20", + "Addresses": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "AllowedIPs": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64319}, + {"Proto": "peerapi6", "Port": 64319} + ]}, + "Created": "2026-04-09T08:29:14.538728181Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5652645989046414, + "StableID": "nXdZUeR69m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "DiscoKey": "discokey:1aa5b12064b6d801887719a6861d151c9148d9bb09ad86a81e4f14c5aa475238", + "Addresses": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "AllowedIPs": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "Endpoints": ["77.164.248.136:59134", "10.65.0.27:59134", "172.17.0.1:59134"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} + ]}, + "Created": "2026-04-09T08:29:19.421502922Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6546026583814489, + "StableID": "nNf1Q42i7t11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "KeyExpiry": "2026-10-06T08:29:20Z", + "DiscoKey": "discokey:b9bab85596fdf2bb1fabf5832cc7ae09880de660fb868803405584916eac0412", + "Addresses": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "AllowedIPs": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "Endpoints": ["77.164.248.136:41492", "10.65.0.27:41492", "172.17.0.1:41492"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 54228}, + {"Proto": "peerapi6", "Port": 54228} + ]}, + "Created": "2026-04-09T08:29:20.503975298Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6628006990147427, + "StableID": "nkyBBGWqkt11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "DiscoKey": "discokey:df0389b7872f820c1c2ef55b2ee38307cf1324951fe543643a81bd4cf4e9b13f", + "Addresses": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "AllowedIPs": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "Endpoints": ["77.164.248.136:54546", "10.65.0.27:54546", "172.17.0.1:54546"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36582}, + {"Proto": "peerapi6", "Port": 36582} + ]}, + "Created": "2026-04-09T08:29:16.69746485Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7668500432152049, + "StableID": "nioJeAW5t221CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "DiscoKey": "discokey:c601b7d7e3f6bcf9ebeec66d55586dbbe5342a4f1a98d30924fb58cf23d15129", - "Addresses": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "AllowedIPs": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "Endpoints": ["77.164.248.136:50636", "10.65.0.27:50636", "172.17.0.1:50636"], + "Key": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "DiscoKey": "discokey:633ae14a64e26c72354716960435500ea69a3e9dcc2958596c8df4a79e495064", + "Addresses": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "AllowedIPs": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "Endpoints": ["77.164.248.136:60839", "10.65.0.27:60839", "172.17.0.1:60839"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64389}, - {"Proto": "peerapi6", "Port": 64389} + {"Proto": "peerapi4", "Port": 62303}, + {"Proto": "peerapi6", "Port": 62303} ]}, - "Created": "2026-04-09T01:23:07.398816534Z", + "Created": "2026-04-09T08:29:13.472921372Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, @@ -16253,27 +16262,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4460267974402161": { - "ID": 4460267974402161, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8767925992777947": { + "ID": 8767925992777947, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16304,22 +16315,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3893022315491640, - "StableID": "nHyVzV6AQX11CNTRL", + "ID": 6546026583814489, + "StableID": "nNf1Q42i7t11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "KeyExpiry": "2026-10-06T01:23:14Z", - "DiscoKey": "discokey:555c45398df90e28d22ebc177ee9b4c7f8cfeb9d1d842823711732f35802ad1d", - "Addresses": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "AllowedIPs": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "Endpoints": ["77.164.248.136:34808", "10.65.0.27:34808", "172.17.0.1:34808"], + "Key": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "KeyExpiry": "2026-10-06T08:29:20Z", + "DiscoKey": "discokey:b9bab85596fdf2bb1fabf5832cc7ae09880de660fb868803405584916eac0412", + "Addresses": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "AllowedIPs": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "Endpoints": ["77.164.248.136:41492", "10.65.0.27:41492", "172.17.0.1:41492"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61058}, - {"Proto": "peerapi6", "Port": 61058}, + {"Proto": "peerapi4", "Port": 54228}, + {"Proto": "peerapi6", "Port": 54228}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:14.471319387Z", + "Created": "2026-04-09T08:29:20.503975298Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16346,302 +16357,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "MachineKey": "mkey:80cd0e04cf63dd5a871ecff33f911b7862923e2c5dcb64a7a3e87b9b2b1dc108", + "NodeKey": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "MachineKey": "mkey:91cfc86ce3de02ff9d4cf1315ea57d154de52a208d09a65ff016ade9c40ded50", "Peers": [{ - "ID": 79056996867997, - "StableID": "ntSX6Dhoc111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "DiscoKey": "discokey:d3047e228f3706cfc497c3e6144e4a8a59da39999dc322add48dfa7e4463d43c", - "Addresses": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "AllowedIPs": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "Endpoints": ["77.164.248.136:33763", "10.65.0.27:33763", "172.17.0.1:33763"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 46131}, - {"Proto": "peerapi6", "Port": 46131} - ]}, - "Created": "2026-04-09T01:23:08.47187844Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 438040849272513, - "StableID": "nzhHrEbPR411CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "DiscoKey": "discokey:aa22c731abd41814842be2a3120b51e454284f165096ddf9b3d24e96556e9c72", - "Addresses": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "AllowedIPs": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "Endpoints": ["77.164.248.136:51457", "10.65.0.27:51457", "172.17.0.1:51457"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 60655}, - {"Proto": "peerapi6", "Port": 60655} - ]}, - "Created": "2026-04-09T01:23:09.020828659Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2253476565822307, - "StableID": "neQKTU1cbJ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "DiscoKey": "discokey:76fe8ae9e1cc709bb5c411d3d013df032c94d108a7991e5f16612e1d2f16747f", - "Addresses": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "AllowedIPs": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "Endpoints": ["77.164.248.136:46309", "10.65.0.27:46309", "172.17.0.1:46309"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64954}, - {"Proto": "peerapi6", "Port": 64954} - ]}, - "Created": "2026-04-09T01:23:10.106845247Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2388371673957893, - "StableID": "nG8XEVUheK11CNTRL", + "ID": 639355378437959, + "StableID": "nviXRLnZz511CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "DiscoKey": "discokey:26524110a601a160fcfe5d3d2d008fab32bdb4a6e4e4aab662ce3205810e6b7d", - "Addresses": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "AllowedIPs": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "Endpoints": ["77.164.248.136:56713", "10.65.0.27:56713", "172.17.0.1:56713"], + "Key": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "DiscoKey": "discokey:ccccbd010514a341628d63a1ef1051a7f0f6374fd7bb678fbe47264b7444521a", + "Addresses": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "AllowedIPs": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "Endpoints": ["77.164.248.136:40956", "10.65.0.27:40956", "172.17.0.1:40956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} + {"Proto": "peerapi4", "Port": 37862}, + {"Proto": "peerapi6", "Port": 37862} ]}, - "Created": "2026-04-09T01:23:11.195431152Z", + "Created": "2026-04-09T08:29:17.244236476Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3310421561281069, - "StableID": "nrd8NLAJrS11CNTRL", + "ID": 674902054519169, + "StableID": "n25wTtXfG611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "KeyExpiry": "2026-10-06T08:29:21Z", + "DiscoKey": "discokey:9bd8e3604896369a586ce51f90b19eb3ee90667b2e2c2b342d61e1b5ddfed735", + "Addresses": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "AllowedIPs": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "Endpoints": ["77.164.248.136:37350", "10.65.0.27:37350", "172.17.0.1:37350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 60902}, + {"Proto": "peerapi6", "Port": 60902} + ]}, + "Created": "2026-04-09T08:29:21.044959353Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1005069293544192, + "StableID": "njLom2UCr811CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "DiscoKey": "discokey:40a8c533b6c1ac3f533fbd137d1c138bffb0144939a73ead6a180c48403e6e17", - "Addresses": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "AllowedIPs": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "Endpoints": ["77.164.248.136:32840", "10.65.0.27:32840", "172.17.0.1:32840"], + "Key": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "DiscoKey": "discokey:48096a3499afe492e4b1eb013bce4b14197d33111574f3b01ded7c091e0ec866", + "Addresses": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "AllowedIPs": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "Endpoints": ["77.164.248.136:49752", "10.65.0.27:49752", "172.17.0.1:49752"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36816}, - {"Proto": "peerapi6", "Port": 36816} + {"Proto": "peerapi4", "Port": 54531}, + {"Proto": "peerapi6", "Port": 54531} ]}, - "Created": "2026-04-09T01:23:12.830220975Z", + "Created": "2026-04-09T08:29:18.875686043Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4221569949175497, - "StableID": "ntWeK5VxxZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 1122816358815596, + "StableID": "nwN2jwUXm911CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "DiscoKey": "discokey:78f1e79a16b64ea70a81756745af4b87d6d526869043a58bb3fd0d01e0c9994f", - "Addresses": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "AllowedIPs": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "Endpoints": ["77.164.248.136:38810", "10.65.0.27:38810", "172.17.0.1:38810"], + "Key": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "DiscoKey": "discokey:abaed50f748e6d05919dc4fa29045f8c3196252ef998b084f8602b920a919540", + "Addresses": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "AllowedIPs": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "Endpoints": ["77.164.248.136:46950", "10.65.0.27:46950", "172.17.0.1:46950"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37371}, - {"Proto": "peerapi6", "Port": 37371} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52283}, + {"Proto": "peerapi6", "Port": 52283} ]}, - "Created": "2026-04-09T01:23:07.930189212Z", + "Created": "2026-04-09T08:29:15.075564102Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 4460267974402161, - "StableID": "n46pREg4qb11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 1600481834527661, + "StableID": "nxJE8kwrVD11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "DiscoKey": "discokey:c7c420e7f7895d245858d69379ed48c0ae5bbc5f8a93e6d4e8c9efdd8281a072", - "Addresses": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "AllowedIPs": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "Endpoints": ["77.164.248.136:57797", "10.65.0.27:57797", "172.17.0.1:57797"], + "Key": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "DiscoKey": "discokey:8adf68572263dc3255f466a013ef8fb5539186b131500beeb6db5f2b4bb9256a", + "Addresses": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "AllowedIPs": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "Endpoints": ["77.164.248.136:34996", "10.65.0.27:34996", "172.17.0.1:34996"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44141}, - {"Proto": "peerapi6", "Port": 44141} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60329}, + {"Proto": "peerapi6", "Port": 60329} ]}, - "Created": "2026-04-09T01:23:11.735415309Z", + "Created": "2026-04-09T08:29:16.162276873Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 5833892619037576, - "StableID": "nsE2X4UBZn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "DiscoKey": "discokey:788aeea87c623b561d5f1583fede5a36a85671095204611e19d30d28efae2b52", - "Addresses": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "AllowedIPs": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 58820}, - {"Proto": "peerapi6", "Port": 58820} - ]}, - "Created": "2026-04-09T01:23:13.370849314Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5986419071245137, - "StableID": "nckDoW5Gko11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "DiscoKey": "discokey:500aa03d65ab100384eefc949c80b063f46a25299d941beeccdd33649ebd0f2a", - "Addresses": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "AllowedIPs": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "Endpoints": ["77.164.248.136:47793", "10.65.0.27:47793", "172.17.0.1:47793"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52249}, - {"Proto": "peerapi6", "Port": 52249} - ]}, - "Created": "2026-04-09T01:23:09.560871145Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6019694598777831, - "StableID": "ncFfDqAL1p11CNTRL", + "ID": 2232584469197859, + "StableID": "nAgAR5D9SJ11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "KeyExpiry": "2026-10-06T01:23:13Z", - "DiscoKey": "discokey:1c813ea70c6ccac076d9785a7a298775e86fbc852ff51b307b318879111f487f", - "Addresses": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "AllowedIPs": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "KeyExpiry": "2026-10-06T08:29:19Z", + "DiscoKey": "discokey:066fd355e68f4b10e861156495a625ce785cbd5733dddbaf37a0c5d833f71f68", + "Addresses": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "AllowedIPs": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "Endpoints": ["77.164.248.136:51154", "10.65.0.27:51154", "172.17.0.1:51154"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42612}, - {"Proto": "peerapi6", "Port": 42612} + {"Proto": "peerapi4", "Port": 56762}, + {"Proto": "peerapi6", "Port": 56762} ]}, - "Created": "2026-04-09T01:23:13.921166588Z", + "Created": "2026-04-09T08:29:19.995629479Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 6037749081040324, - "StableID": "n9BVzwRW9p11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "DiscoKey": "discokey:9d8ff27d9f591d34fa3b3464d4cf1d80a1345ec795526ce5c590fa2dbf96b73c", - "Addresses": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "AllowedIPs": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "Endpoints": ["77.164.248.136:43596", "10.65.0.27:43596", "172.17.0.1:43596"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35004}, - {"Proto": "peerapi6", "Port": 35004} - ]}, - "Created": "2026-04-09T01:23:10.653883686Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6159032531771321, - "StableID": "nnXZDmLS6q11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "KeyExpiry": "2026-10-06T01:23:15Z", - "DiscoKey": "discokey:4b430efd162215a02006dc7fb46789c45e9b0de3d26b62afb03372da4e38a857", - "Addresses": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "AllowedIPs": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "Endpoints": ["77.164.248.136:57021", "10.65.0.27:57021", "172.17.0.1:57021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 44345}, - {"Proto": "peerapi6", "Port": 44345} - ]}, - "Created": "2026-04-09T01:23:15.008808729Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6180812210300391, - "StableID": "nrcypSTJGq11CNTRL", + "ID": 2747890165851824, + "StableID": "nf2RF5RXTN11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "DiscoKey": "discokey:1394887c7cfced46f714ab4bc4c31fb7c962bbce749c9b58802b5d5862748a42", - "Addresses": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "AllowedIPs": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "Endpoints": ["77.164.248.136:40580", "10.65.0.27:40580", "172.17.0.1:40580"], + "Key": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "DiscoKey": "discokey:4342c70dba8f7049196555eb072db9637245e06ccbf99f35e0ac60de8df9661e", + "Addresses": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "AllowedIPs": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "Endpoints": ["77.164.248.136:48735", "10.65.0.27:48735", "172.17.0.1:48735"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41881}, - {"Proto": "peerapi6", "Port": 41881} + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} ]}, - "Created": "2026-04-09T01:23:12.292148849Z", + "Created": "2026-04-09T08:29:18.339525649Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7229467180614820, - "StableID": "nKa1cwqETy11CNTRL", + "ID": 3193549075473596, + "StableID": "nKLG1u7NwR11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "DiscoKey": "discokey:d10d8637f3a251886807b5081e71d316ce4b0215453d8d6322900073a879d82b", + "Addresses": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "AllowedIPs": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "Endpoints": ["77.164.248.136:48675", "10.65.0.27:48675", "172.17.0.1:48675"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 33615}, + {"Proto": "peerapi6", "Port": 33615} + ]}, + "Created": "2026-04-09T08:29:15.618303057Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 3318074723268324, + "StableID": "ndHm5QCmuS11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "DiscoKey": "discokey:2c59340ad4f5bf35e5ba25af6096dc58a9f19270cc3d04bb706d8b0ac52e905f", + "Addresses": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "AllowedIPs": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "Endpoints": ["77.164.248.136:55628", "10.65.0.27:55628", "172.17.0.1:55628"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35103}, + {"Proto": "peerapi6", "Port": 35103} + ]}, + "Created": "2026-04-09T08:29:13.999609716Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5129280769430906, + "StableID": "ndNUCUW44h11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "DiscoKey": "discokey:99f268002a2742244619b0d7c89c2a7c3866e1f84666f929181909891f89fd20", + "Addresses": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "AllowedIPs": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64319}, + {"Proto": "peerapi6", "Port": 64319} + ]}, + "Created": "2026-04-09T08:29:14.538728181Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5652645989046414, + "StableID": "nXdZUeR69m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "DiscoKey": "discokey:1aa5b12064b6d801887719a6861d151c9148d9bb09ad86a81e4f14c5aa475238", + "Addresses": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "AllowedIPs": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "Endpoints": ["77.164.248.136:59134", "10.65.0.27:59134", "172.17.0.1:59134"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} + ]}, + "Created": "2026-04-09T08:29:19.421502922Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6628006990147427, + "StableID": "nkyBBGWqkt11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "DiscoKey": "discokey:df0389b7872f820c1c2ef55b2ee38307cf1324951fe543643a81bd4cf4e9b13f", + "Addresses": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "AllowedIPs": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "Endpoints": ["77.164.248.136:54546", "10.65.0.27:54546", "172.17.0.1:54546"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36582}, + {"Proto": "peerapi6", "Port": 36582} + ]}, + "Created": "2026-04-09T08:29:16.69746485Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7668500432152049, + "StableID": "nioJeAW5t221CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "DiscoKey": "discokey:c601b7d7e3f6bcf9ebeec66d55586dbbe5342a4f1a98d30924fb58cf23d15129", - "Addresses": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "AllowedIPs": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "Endpoints": ["77.164.248.136:50636", "10.65.0.27:50636", "172.17.0.1:50636"], + "Key": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "DiscoKey": "discokey:633ae14a64e26c72354716960435500ea69a3e9dcc2958596c8df4a79e495064", + "Addresses": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "AllowedIPs": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "Endpoints": ["77.164.248.136:60839", "10.65.0.27:60839", "172.17.0.1:60839"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64389}, - {"Proto": "peerapi6", "Port": 64389} + {"Proto": "peerapi4", "Port": 62303}, + {"Proto": "peerapi6", "Port": 62303} ]}, - "Created": "2026-04-09T01:23:07.398816534Z", + "Created": "2026-04-09T08:29:13.472921372Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 8767925992777947, + "StableID": "nLZXdnY1UB21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "DiscoKey": "discokey:7de2c2e5226514980c65ad0ca8967f338d4705cf3501aafbc6f2036720179432", + "Addresses": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "AllowedIPs": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "Endpoints": ["77.164.248.136:36030", "10.65.0.27:36030", "172.17.0.1:36030"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 54407}, + {"Proto": "peerapi6", "Port": 54407} + ]}, + "Created": "2026-04-09T08:29:17.795893955Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16669,7 +16679,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.117.66.48"}, {"nodeIP": "fd7a:115c:a1e0::4037:4230"}], + "principals": [{"nodeIP": "100.72.65.40"}, {"nodeIP": "fd7a:115c:a1e0::5837:4128"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -17498,26 +17508,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.117.66.48"}, {"nodeIP": "fd7a:115c:a1e0::4037:4230"}], + "principals": [{"nodeIP": "100.72.65.40"}, {"nodeIP": "fd7a:115c:a1e0::5837:4128"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -17554,21 +17565,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6180812210300391, - "StableID": "nrcypSTJGq11CNTRL", + "ID": 2747890165851824, + "StableID": "nf2RF5RXTN11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 6180812210300391, - "Key": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "DiscoKey": "discokey:1394887c7cfced46f714ab4bc4c31fb7c962bbce749c9b58802b5d5862748a42", - "Addresses": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "AllowedIPs": ["100.108.67.118/32", "fd7a:115c:a1e0::8937:4376/128"], - "Endpoints": ["77.164.248.136:40580", "10.65.0.27:40580", "172.17.0.1:40580"], + "User": 2747890165851824, + "Key": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "DiscoKey": "discokey:4342c70dba8f7049196555eb072db9637245e06ccbf99f35e0ac60de8df9661e", + "Addresses": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "AllowedIPs": ["100.80.84.22/32", "fd7a:115c:a1e0::a837:5416/128"], + "Endpoints": ["77.164.248.136:48735", "10.65.0.27:48735", "172.17.0.1:48735"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 41881}, - {"Proto": "peerapi6", "Port": 41881}, + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:12.292148849Z", + "Created": "2026-04-09T08:29:18.339525649Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17596,300 +17607,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:99faa4e036da4e99e82445c8e82f779400497758dd84acf279bab53a89ac4375", - "MachineKey": "mkey:79ead30eb1ed2e122a0fa2305a45f7d70f3b6d4535aa177e5260322e6311357a", + "NodeKey": "nodekey:244a9c5801f95c2373d06dcfdb9026600898ad52d4eff9fe83610ceaa8105415", + "MachineKey": "mkey:5d5f18647ef987f529eec34a29ff154d69022cdbc6ebbd21710ff7c9dc03504e", "Peers": [{ - "ID": 79056996867997, - "StableID": "ntSX6Dhoc111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9907df3008f958c9d7f83f29f9fa91faa438d52fbf9e7c625fff6703481e3a62", - "DiscoKey": "discokey:d3047e228f3706cfc497c3e6144e4a8a59da39999dc322add48dfa7e4463d43c", - "Addresses": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "AllowedIPs": ["100.94.58.99/32", "fd7a:115c:a1e0::4837:3a63/128"], - "Endpoints": ["77.164.248.136:33763", "10.65.0.27:33763", "172.17.0.1:33763"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 46131}, - {"Proto": "peerapi6", "Port": 46131} - ]}, - "Created": "2026-04-09T01:23:08.47187844Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 438040849272513, - "StableID": "nzhHrEbPR411CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:07250e888465572cfe893eaea4b6601820e53cb8f0bc0c199ff8e8e52910583c", - "DiscoKey": "discokey:aa22c731abd41814842be2a3120b51e454284f165096ddf9b3d24e96556e9c72", - "Addresses": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "AllowedIPs": ["100.80.88.61/32", "fd7a:115c:a1e0::2937:583d/128"], - "Endpoints": ["77.164.248.136:51457", "10.65.0.27:51457", "172.17.0.1:51457"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 60655}, - {"Proto": "peerapi6", "Port": 60655} - ]}, - "Created": "2026-04-09T01:23:09.020828659Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2253476565822307, - "StableID": "neQKTU1cbJ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:52b03a68701803d68c3d0f989c7ca018e5cf0f23fa776cb2fd3c67375a613260", - "DiscoKey": "discokey:76fe8ae9e1cc709bb5c411d3d013df032c94d108a7991e5f16612e1d2f16747f", - "Addresses": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "AllowedIPs": ["100.97.50.97/32", "fd7a:115c:a1e0::5a37:3261/128"], - "Endpoints": ["77.164.248.136:46309", "10.65.0.27:46309", "172.17.0.1:46309"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64954}, - {"Proto": "peerapi6", "Port": 64954} - ]}, - "Created": "2026-04-09T01:23:10.106845247Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2388371673957893, - "StableID": "nG8XEVUheK11CNTRL", + "ID": 639355378437959, + "StableID": "nviXRLnZz511CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:83741ba3c43ae3ab0313afe90f0eea6db8f6fb5a8df344156dbf59fa81cd8f4b", - "DiscoKey": "discokey:26524110a601a160fcfe5d3d2d008fab32bdb4a6e4e4aab662ce3205810e6b7d", - "Addresses": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "AllowedIPs": ["100.77.143.76/32", "fd7a:115c:a1e0::8137:8f4c/128"], - "Endpoints": ["77.164.248.136:56713", "10.65.0.27:56713", "172.17.0.1:56713"], + "Key": "nodekey:3dc90394ad5e0b8117628b968537ef832e1ee8766ee146985dce08ffde24923f", + "DiscoKey": "discokey:ccccbd010514a341628d63a1ef1051a7f0f6374fd7bb678fbe47264b7444521a", + "Addresses": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "AllowedIPs": ["100.100.146.64/32", "fd7a:115c:a1e0::de37:9240/128"], + "Endpoints": ["77.164.248.136:40956", "10.65.0.27:40956", "172.17.0.1:40956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} + {"Proto": "peerapi4", "Port": 37862}, + {"Proto": "peerapi6", "Port": 37862} ]}, - "Created": "2026-04-09T01:23:11.195431152Z", + "Created": "2026-04-09T08:29:17.244236476Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3310421561281069, - "StableID": "nrd8NLAJrS11CNTRL", + "ID": 674902054519169, + "StableID": "n25wTtXfG611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:2936fb333979bcc777be1073c86ed6a5918f73483931a7f2bcffe6c15c681f10", + "KeyExpiry": "2026-10-06T08:29:21Z", + "DiscoKey": "discokey:9bd8e3604896369a586ce51f90b19eb3ee90667b2e2c2b342d61e1b5ddfed735", + "Addresses": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "AllowedIPs": ["100.104.31.17/32", "fd7a:115c:a1e0::5c37:1f11/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 60902}, + {"Proto": "peerapi6", "Port": 60902} + ]}, + "Created": "2026-04-09T08:29:21.044959353Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1005069293544192, + "StableID": "njLom2UCr811CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f29cf9d6aa81fade6264a548b8524716b071777f442928cb55520972e465f925", - "DiscoKey": "discokey:40a8c533b6c1ac3f533fbd137d1c138bffb0144939a73ead6a180c48403e6e17", - "Addresses": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "AllowedIPs": ["100.101.249.38/32", "fd7a:115c:a1e0::e437:f926/128"], - "Endpoints": ["77.164.248.136:32840", "10.65.0.27:32840", "172.17.0.1:32840"], + "Key": "nodekey:b7065f6b56a1ddf22dc90f68b2086d6a3c4608d92a015ff514cd7dfacf59b671", + "DiscoKey": "discokey:48096a3499afe492e4b1eb013bce4b14197d33111574f3b01ded7c091e0ec866", + "Addresses": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "AllowedIPs": ["100.89.182.114/32", "fd7a:115c:a1e0::cf37:b672/128"], + "Endpoints": ["77.164.248.136:49752", "10.65.0.27:49752", "172.17.0.1:49752"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36816}, - {"Proto": "peerapi6", "Port": 36816} + {"Proto": "peerapi4", "Port": 54531}, + {"Proto": "peerapi6", "Port": 54531} ]}, - "Created": "2026-04-09T01:23:12.830220975Z", + "Created": "2026-04-09T08:29:18.875686043Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3893022315491640, - "StableID": "nHyVzV6AQX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:8ac2678d8b067db251ba80e96d3f505161f50978925e665e9850b63a4075422f", - "KeyExpiry": "2026-10-06T01:23:14Z", - "DiscoKey": "discokey:555c45398df90e28d22ebc177ee9b4c7f8cfeb9d1d842823711732f35802ad1d", - "Addresses": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "AllowedIPs": ["100.117.66.48/32", "fd7a:115c:a1e0::4037:4230/128"], - "Endpoints": ["77.164.248.136:34808", "10.65.0.27:34808", "172.17.0.1:34808"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61058}, - {"Proto": "peerapi6", "Port": 61058} - ]}, - "Created": "2026-04-09T01:23:14.471319387Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4221569949175497, - "StableID": "ntWeK5VxxZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 1122816358815596, + "StableID": "nwN2jwUXm911CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b42ec7344ab7fa08718d92c0f56d72c22c6b20698eaff401a9fe08983436e2e", - "DiscoKey": "discokey:78f1e79a16b64ea70a81756745af4b87d6d526869043a58bb3fd0d01e0c9994f", - "Addresses": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "AllowedIPs": ["100.67.110.47/32", "fd7a:115c:a1e0::8337:6e2f/128"], - "Endpoints": ["77.164.248.136:38810", "10.65.0.27:38810", "172.17.0.1:38810"], + "Key": "nodekey:d570484acbb3ebf04255f974f6706e764e431ff5520841a08b664bd77038b302", + "DiscoKey": "discokey:abaed50f748e6d05919dc4fa29045f8c3196252ef998b084f8602b920a919540", + "Addresses": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "AllowedIPs": ["100.120.179.3/32", "fd7a:115c:a1e0::7037:b303/128"], + "Endpoints": ["77.164.248.136:46950", "10.65.0.27:46950", "172.17.0.1:46950"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37371}, - {"Proto": "peerapi6", "Port": 37371} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52283}, + {"Proto": "peerapi6", "Port": 52283} ]}, - "Created": "2026-04-09T01:23:07.930189212Z", + "Created": "2026-04-09T08:29:15.075564102Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 4460267974402161, - "StableID": "n46pREg4qb11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 1600481834527661, + "StableID": "nxJE8kwrVD11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f2c9883043c75c4cb08c8e17c0794c8f75d6dc0a5c5c3c0f3b6901e0897f236b", - "DiscoKey": "discokey:c7c420e7f7895d245858d69379ed48c0ae5bbc5f8a93e6d4e8c9efdd8281a072", - "Addresses": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "AllowedIPs": ["100.127.35.108/32", "fd7a:115c:a1e0::8937:236c/128"], - "Endpoints": ["77.164.248.136:57797", "10.65.0.27:57797", "172.17.0.1:57797"], + "Key": "nodekey:aa6c346737dce8cde0bdc0661c8a2f682126531d43716837a766563c0aa0b721", + "DiscoKey": "discokey:8adf68572263dc3255f466a013ef8fb5539186b131500beeb6db5f2b4bb9256a", + "Addresses": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "AllowedIPs": ["100.96.183.34/32", "fd7a:115c:a1e0::a37:b722/128"], + "Endpoints": ["77.164.248.136:34996", "10.65.0.27:34996", "172.17.0.1:34996"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44141}, - {"Proto": "peerapi6", "Port": 44141} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60329}, + {"Proto": "peerapi6", "Port": 60329} ]}, - "Created": "2026-04-09T01:23:11.735415309Z", + "Created": "2026-04-09T08:29:16.162276873Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 5833892619037576, - "StableID": "nsE2X4UBZn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e0db08e436311f6cf43d8e1edbe3e6e918afb53be7ea3237c2c2d38a631d9c34", - "DiscoKey": "discokey:788aeea87c623b561d5f1583fede5a36a85671095204611e19d30d28efae2b52", - "Addresses": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "AllowedIPs": ["100.93.156.53/32", "fd7a:115c:a1e0::6337:9c35/128"], - "Endpoints": ["77.164.248.136:55334", "10.65.0.27:55334", "172.17.0.1:55334"], + "ID": 2232584469197859, + "StableID": "nAgAR5D9SJ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:ffbccf17b8f28061fd8685a2951c0d8a4340072bdf8905231f91b37ff78ce250", + "KeyExpiry": "2026-10-06T08:29:19Z", + "DiscoKey": "discokey:066fd355e68f4b10e861156495a625ce785cbd5733dddbaf37a0c5d833f71f68", + "Addresses": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "AllowedIPs": ["100.76.226.81/32", "fd7a:115c:a1e0::f737:e251/128"], + "Endpoints": ["77.164.248.136:51154", "10.65.0.27:51154", "172.17.0.1:51154"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 58820}, - {"Proto": "peerapi6", "Port": 58820} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 56762}, + {"Proto": "peerapi6", "Port": 56762} ]}, - "Created": "2026-04-09T01:23:13.370849314Z", + "Created": "2026-04-09T08:29:19.995629479Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 5986419071245137, - "StableID": "nckDoW5Gko11CNTRL", + "ID": 3193549075473596, + "StableID": "nKLG1u7NwR11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c5240ef5e0deb752c78f8f93d1e71658b4f9105614f681c668c85c92fd4a638", - "DiscoKey": "discokey:500aa03d65ab100384eefc949c80b063f46a25299d941beeccdd33649ebd0f2a", - "Addresses": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "AllowedIPs": ["100.84.166.57/32", "fd7a:115c:a1e0::2f37:a639/128"], - "Endpoints": ["77.164.248.136:47793", "10.65.0.27:47793", "172.17.0.1:47793"], + "Key": "nodekey:d1f7a29165b3d234837a59fbf15be0b784ecc65d26430641dcf5fe2401438e4e", + "DiscoKey": "discokey:d10d8637f3a251886807b5081e71d316ce4b0215453d8d6322900073a879d82b", + "Addresses": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "AllowedIPs": ["100.67.142.79/32", "fd7a:115c:a1e0::137:8e4f/128"], + "Endpoints": ["77.164.248.136:48675", "10.65.0.27:48675", "172.17.0.1:48675"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52249}, - {"Proto": "peerapi6", "Port": 52249} + {"Proto": "peerapi4", "Port": 33615}, + {"Proto": "peerapi6", "Port": 33615} ]}, - "Created": "2026-04-09T01:23:09.560871145Z", + "Created": "2026-04-09T08:29:15.618303057Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6019694598777831, - "StableID": "ncFfDqAL1p11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:46da625e822a83d51cf4b5357f0819eee925a52ace68a218cca2d0257d525f34", - "KeyExpiry": "2026-10-06T01:23:13Z", - "DiscoKey": "discokey:1c813ea70c6ccac076d9785a7a298775e86fbc852ff51b307b318879111f487f", - "Addresses": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "AllowedIPs": ["100.82.95.53/32", "fd7a:115c:a1e0::7d37:5f35/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "ID": 3318074723268324, + "StableID": "ndHm5QCmuS11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:863ae763d4acec16d256fce249466993f9dcb52539f60408b5e58e0e02250057", + "DiscoKey": "discokey:2c59340ad4f5bf35e5ba25af6096dc58a9f19270cc3d04bb706d8b0ac52e905f", + "Addresses": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "AllowedIPs": ["100.101.0.88/32", "fd7a:115c:a1e0::237:58/128"], + "Endpoints": ["77.164.248.136:55628", "10.65.0.27:55628", "172.17.0.1:55628"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42612}, - {"Proto": "peerapi6", "Port": 42612} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35103}, + {"Proto": "peerapi6", "Port": 35103} ]}, - "Created": "2026-04-09T01:23:13.921166588Z", + "Created": "2026-04-09T08:29:13.999609716Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5129280769430906, + "StableID": "ndNUCUW44h11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2045e5ec474fadef6791c028bf4d12f6269cd0c65079502fb5126156d95f1b30", + "DiscoKey": "discokey:99f268002a2742244619b0d7c89c2a7c3866e1f84666f929181909891f89fd20", + "Addresses": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "AllowedIPs": ["100.95.27.49/32", "fd7a:115c:a1e0::d937:1b31/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64319}, + {"Proto": "peerapi6", "Port": 64319} + ]}, + "Created": "2026-04-09T08:29:14.538728181Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5652645989046414, + "StableID": "nXdZUeR69m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4362617582b6c3b16d8a00710500cb3b992c25937722b4a687bb56dd56b2646", + "DiscoKey": "discokey:1aa5b12064b6d801887719a6861d151c9148d9bb09ad86a81e4f14c5aa475238", + "Addresses": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "AllowedIPs": ["100.107.38.71/32", "fd7a:115c:a1e0::d537:2648/128"], + "Endpoints": ["77.164.248.136:59134", "10.65.0.27:59134", "172.17.0.1:59134"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} + ]}, + "Created": "2026-04-09T08:29:19.421502922Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6546026583814489, + "StableID": "nNf1Q42i7t11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:79e72b1b2ea17fcdc6b455f8b904e222cae3894dab8405b9d0e4412658484127", + "KeyExpiry": "2026-10-06T08:29:20Z", + "DiscoKey": "discokey:b9bab85596fdf2bb1fabf5832cc7ae09880de660fb868803405584916eac0412", + "Addresses": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "AllowedIPs": ["100.72.65.40/32", "fd7a:115c:a1e0::5837:4128/128"], + "Endpoints": ["77.164.248.136:41492", "10.65.0.27:41492", "172.17.0.1:41492"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 54228}, + {"Proto": "peerapi6", "Port": 54228} + ]}, + "Created": "2026-04-09T08:29:20.503975298Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6037749081040324, - "StableID": "n9BVzwRW9p11CNTRL", + "ID": 6628006990147427, + "StableID": "nkyBBGWqkt11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:35cb43d4095bbe0ca431047637dc75c19ab84ebeee24da8c91ec4e922f5b961d", - "DiscoKey": "discokey:9d8ff27d9f591d34fa3b3464d4cf1d80a1345ec795526ce5c590fa2dbf96b73c", - "Addresses": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "AllowedIPs": ["100.91.150.30/32", "fd7a:115c:a1e0::2f37:961e/128"], - "Endpoints": ["77.164.248.136:43596", "10.65.0.27:43596", "172.17.0.1:43596"], + "Key": "nodekey:27beb84bb17f08a7618877fde05c02e435676c27f2daba70d4abf14f54b38a6f", + "DiscoKey": "discokey:df0389b7872f820c1c2ef55b2ee38307cf1324951fe543643a81bd4cf4e9b13f", + "Addresses": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "AllowedIPs": ["100.115.138.112/32", "fd7a:115c:a1e0::5437:8a70/128"], + "Endpoints": ["77.164.248.136:54546", "10.65.0.27:54546", "172.17.0.1:54546"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35004}, - {"Proto": "peerapi6", "Port": 35004} + {"Proto": "peerapi4", "Port": 36582}, + {"Proto": "peerapi6", "Port": 36582} ]}, - "Created": "2026-04-09T01:23:10.653883686Z", + "Created": "2026-04-09T08:29:16.69746485Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 6159032531771321, - "StableID": "nnXZDmLS6q11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ed30214b482f2962bbbbc783533035375f163de5672ee66295d0e1783dc56406", - "KeyExpiry": "2026-10-06T01:23:15Z", - "DiscoKey": "discokey:4b430efd162215a02006dc7fb46789c45e9b0de3d26b62afb03372da4e38a857", - "Addresses": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "AllowedIPs": ["100.69.100.7/32", "fd7a:115c:a1e0::3d37:6407/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 44345}, - {"Proto": "peerapi6", "Port": 44345} - ]}, - "Created": "2026-04-09T01:23:15.008808729Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7229467180614820, - "StableID": "nKa1cwqETy11CNTRL", + "ID": 7668500432152049, + "StableID": "nioJeAW5t221CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51e00978564a137e38c419cab1c309c813449e5bada47ee09fbe78afb0e7d63d", - "DiscoKey": "discokey:c601b7d7e3f6bcf9ebeec66d55586dbbe5342a4f1a98d30924fb58cf23d15129", - "Addresses": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "AllowedIPs": ["100.103.214.62/32", "fd7a:115c:a1e0::b037:d640/128"], - "Endpoints": ["77.164.248.136:50636", "10.65.0.27:50636", "172.17.0.1:50636"], + "Key": "nodekey:7e53108ce51efbbb474333829b3d6135c9b057a25d508bead296d84df8a01848", + "DiscoKey": "discokey:633ae14a64e26c72354716960435500ea69a3e9dcc2958596c8df4a79e495064", + "Addresses": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "AllowedIPs": ["100.96.24.73/32", "fd7a:115c:a1e0::f837:1849/128"], + "Endpoints": ["77.164.248.136:60839", "10.65.0.27:60839", "172.17.0.1:60839"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64389}, - {"Proto": "peerapi6", "Port": 64389} + {"Proto": "peerapi4", "Port": 62303}, + {"Proto": "peerapi6", "Port": 62303} ]}, - "Created": "2026-04-09T01:23:07.398816534Z", + "Created": "2026-04-09T08:29:13.472921372Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 8767925992777947, + "StableID": "nLZXdnY1UB21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e8158f78ec87915d4d4c56f4b5e9963ba88d94c973ca1f0d4ac4dae0b03f6e23", + "DiscoKey": "discokey:7de2c2e5226514980c65ad0ca8967f338d4705cf3501aafbc6f2036720179432", + "Addresses": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "AllowedIPs": ["100.127.110.36/32", "fd7a:115c:a1e0::b037:6e24/128"], + "Endpoints": ["77.164.248.136:36030", "10.65.0.27:36030", "172.17.0.1:36030"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 54407}, + {"Proto": "peerapi6", "Port": 54407} + ]}, + "Created": "2026-04-09T08:29:17.795893955Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18737,27 +18747,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6180812210300391": { - "ID": 6180812210300391, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2747890165851824": { + "ID": 2747890165851824, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-a4.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-a4.hujson index 68c977ea..e81a06ca 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-a4.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-a4.hujson @@ -3,7 +3,7 @@ // ssh a4 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:23:27Z +// Captured at: 2026-04-09T08:29:33Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-a4", "description": "ssh a4", "category": "ssh", - "captured_at": "2026-04-09T01:23:27.898844821Z", + "captured_at": "2026-04-09T08:29:33.996353371Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a4\",\n\t\"id\": \"ssh-a4\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"ubuntu\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a4\",\n\t\"id\": \"ssh-a4\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"ubuntu\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-a4.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.116.253.69", - "ipv6": "fd7a:115c:a1e0::c737:fd45", + "ipv4": "100.72.163.29", + "ipv6": "fd7a:115c:a1e0::9e37:a31d", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.86.155.34", - "ipv6": "fd7a:115c:a1e0::5937:9b22", + "ipv4": "100.75.96.110", + "ipv6": "fd7a:115c:a1e0::cf37:606e", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.94.2.99", - "ipv6": "fd7a:115c:a1e0::9937:263", + "ipv4": "100.80.71.56", + "ipv6": "fd7a:115c:a1e0::4037:4738", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.118.80.26", - "ipv6": "fd7a:115c:a1e0::2737:501a", + "ipv4": "100.120.32.88", + "ipv6": "fd7a:115c:a1e0::a137:2058", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.80.199.118", - "ipv6": "fd7a:115c:a1e0::8737:c776", + "ipv4": "100.96.156.105", + "ipv6": "fd7a:115c:a1e0::8837:9c69", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.121.56.117", - "ipv6": "fd7a:115c:a1e0::5137:3875", + "ipv4": "100.80.235.102", + "ipv6": "fd7a:115c:a1e0::7637:eb67", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.75.191.14", - "ipv6": "fd7a:115c:a1e0::6837:bf0e", + "ipv4": "100.83.224.104", + "ipv6": "fd7a:115c:a1e0::7d37:e068", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.83.230.48", - "ipv6": "fd7a:115c:a1e0::be37:e630", + "ipv4": "100.71.27.16", + "ipv6": "fd7a:115c:a1e0::9137:1b10", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.69.13.76", - "ipv6": "fd7a:115c:a1e0::c237:d4c", + "ipv4": "100.87.159.69", + "ipv6": "fd7a:115c:a1e0::3a37:9f45", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.100.179.58", - "ipv6": "fd7a:115c:a1e0::337:b33a", + "ipv4": "100.72.23.74", + "ipv6": "fd7a:115c:a1e0::e337:174a", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.98.111.2", - "ipv6": "fd7a:115c:a1e0::1537:6f02", + "ipv4": "100.83.158.128", + "ipv6": "fd7a:115c:a1e0::f537:9e80", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.111.51.18", - "ipv6": "fd7a:115c:a1e0::fe37:3312", + "ipv4": "100.106.24.56", + "ipv6": "fd7a:115c:a1e0::e337:1838", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.106.115.126", - "ipv6": "fd7a:115c:a1e0::4e37:737e", + "ipv4": "100.105.249.13", + "ipv6": "fd7a:115c:a1e0::a337:f90d", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.97.136.61", - "ipv6": "fd7a:115c:a1e0::de37:883d", + "ipv4": "100.120.30.51", + "ipv6": "fd7a:115c:a1e0::6d37:1e33", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.65.107.30", - "ipv6": "fd7a:115c:a1e0::8237:6b1e", + "ipv4": "100.113.186.7", + "ipv6": "fd7a:115c:a1e0::4037:ba07", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8780113482595558, - "StableID": "njZWNBhXZB21CNTRL", + "ID": 4860555352812241, + "StableID": "nnZcLjYMxe11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 8780113482595558, - "Key": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "DiscoKey": "discokey:dfb4fbbb6c0693030b0dd62e18730c27494d06fbc554e057902ca4c2e768ef6d", - "Addresses": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "AllowedIPs": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "Endpoints": ["77.164.248.136:59582", "10.65.0.27:59582", "172.17.0.1:59582"], + "User": 4860555352812241, + "Key": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "DiscoKey": "discokey:93e4292196b66d3a600bf3fec1f94918c0962113d12a7d2c62b6010f7fa74103", + "Addresses": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "AllowedIPs": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "Endpoints": ["77.164.248.136:43332", "10.65.0.27:43332", "172.17.0.1:43332"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 45937}, - {"Proto": "peerapi6", "Port": 45937}, + {"Proto": "peerapi4", "Port": 34457}, + {"Proto": "peerapi6", "Port": 34457}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:36.661299512Z", + "Created": "2026-04-09T08:29:42.82786412Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,302 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "MachineKey": "mkey:b0189302d153fcceea3ec159b2d6893c98aeddf6d3d37c8860678827dc2af150", + "NodeKey": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "MachineKey": "mkey:aee5a0b1a7475f90698d74f106ab2f83c1c0a59a0c5417762902a5f0f57d7e5c", "Peers": [{ - "ID": 1340727010742971, - "StableID": "nLHTqFdDUB11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "DiscoKey": "discokey:a36b69f68b88a8c88308f4671fca83ec5b6b573b798d9fc571a42e3681978447", - "Addresses": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "AllowedIPs": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "Endpoints": ["77.164.248.136:38209", "10.65.0.27:38209", "172.17.0.1:38209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53272}, - {"Proto": "peerapi6", "Port": 53272} - ]}, - "Created": "2026-04-09T01:23:32.321645772Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2137883929982241, - "StableID": "nW754yaFhH11CNTRL", + "ID": 212967181774545, + "StableID": "n6PjadHTf211CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "DiscoKey": "discokey:f232dfd19f4a11765427e576ce2fd015c173217fdab01bd6658ab94f6c87c06e", - "Addresses": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "AllowedIPs": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "Endpoints": ["77.164.248.136:38359", "10.65.0.27:38359", "172.17.0.1:38359"], + "Key": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "DiscoKey": "discokey:1f8bcd5f524924de9e7203ebb47e0ab4b10bffda485edf5a11431aa1f570e969", + "Addresses": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "AllowedIPs": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49527}, - {"Proto": "peerapi6", "Port": 49527} + {"Proto": "peerapi4", "Port": 46883}, + {"Proto": "peerapi6", "Port": 46883} ]}, - "Created": "2026-04-09T01:23:33.961220906Z", + "Created": "2026-04-09T08:29:40.098581426Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3001844300719046, - "StableID": "nurFXrMYSQ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "KeyExpiry": "2026-10-06T01:23:38Z", - "DiscoKey": "discokey:352a014dfff0f36358a90cfbc81ae808ca4c287a6db9006990a524a9cdca7d39", - "Addresses": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "AllowedIPs": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "Endpoints": ["77.164.248.136:49124", "10.65.0.27:49124", "172.17.0.1:49124"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35016}, - {"Proto": "peerapi6", "Port": 35016} - ]}, - "Created": "2026-04-09T01:23:38.291301864Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3305847236527798, - "StableID": "n1a6x41EpS11CNTRL", + "ID": 293482735818004, + "StableID": "nwi2P3JvH311CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "DiscoKey": "discokey:5a5ce60154ae170d9c4cc6f1c08c7a36e46ea075372d637bb607da4a2edefc5c", - "Addresses": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "AllowedIPs": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "Endpoints": ["77.164.248.136:40441", "10.65.0.27:40441", "172.17.0.1:40441"], + "Key": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "DiscoKey": "discokey:1133b9f558260ac8f8bafa1a8ee4304733d9baf413327d4047e9999261eb4558", + "Addresses": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "AllowedIPs": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "Endpoints": ["77.164.248.136:49539", "10.65.0.27:49539", "172.17.0.1:49539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 42051}, - {"Proto": "peerapi6", "Port": 42051} + {"Proto": "peerapi4", "Port": 54141}, + {"Proto": "peerapi6", "Port": 54141} ]}, - "Created": "2026-04-09T01:23:36.133295219Z", + "Created": "2026-04-09T08:29:42.274147555Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3517380231135052, - "StableID": "noSiKdc2UU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "DiscoKey": "discokey:c49650284415d81fc23da07b3b53c0e8c76c82b273d691b81baad941d6985c16", - "Addresses": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "AllowedIPs": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "Endpoints": ["77.164.248.136:54167", "10.65.0.27:54167", "172.17.0.1:54167"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57890}, - {"Proto": "peerapi6", "Port": 57890} - ]}, - "Created": "2026-04-09T01:23:34.500454776Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5008379856014557, - "StableID": "nCG8VUeJ7g11CNTRL", + "ID": 2299776464268363, + "StableID": "nYB7wDEaxJ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "DiscoKey": "discokey:2e31f7aa4646a941ad363fa637d253024e9812b7e6b1240713676c2c2749764f", - "Addresses": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "AllowedIPs": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], + "Key": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "DiscoKey": "discokey:11936594068a8bb52180fb96084b06ed35cdcea697a6f3cdc90300892868910c", + "Addresses": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "AllowedIPs": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "Endpoints": ["77.164.248.136:43064", "10.65.0.27:43064", "172.17.0.1:43064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57834}, - {"Proto": "peerapi6", "Port": 57834} + {"Proto": "peerapi4", "Port": 36852}, + {"Proto": "peerapi6", "Port": 36852} ]}, - "Created": "2026-04-09T01:23:35.041885869Z", + "Created": "2026-04-09T08:29:41.193734887Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5116381053280387, - "StableID": "nkBNTxeDxg11CNTRL", + "ID": 2673382952268657, + "StableID": "nQ6VvjEnsM11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "DiscoKey": "discokey:1768c0ba56d7a5470f61af771e92ee231b03743e3270bd01d0499705fe298061", + "Addresses": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "AllowedIPs": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "Endpoints": ["77.164.248.136:46938", "10.65.0.27:46938", "172.17.0.1:46938"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36568}, + {"Proto": "peerapi6", "Port": 36568} + ]}, + "Created": "2026-04-09T08:29:40.642310873Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4464044492142255, + "StableID": "nGKNNzsmrb11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "DiscoKey": "discokey:8937345b4090bc2bb92de6788c4ee5cade156dc29fb9345cb2b46beda20ca444", + "Addresses": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "AllowedIPs": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "Endpoints": ["77.164.248.136:58157", "10.65.0.27:58157", "172.17.0.1:58157"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60751}, + {"Proto": "peerapi6", "Port": 60751} + ]}, + "Created": "2026-04-09T08:29:38.48142954Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5002914006808727, + "StableID": "nLhE7v4q4g11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "DiscoKey": "discokey:6db03959380bd7216b7e01a1a4bdbc25bf7b6b16622a00c2b977464d0895b773", - "Addresses": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "AllowedIPs": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "Endpoints": ["77.164.248.136:39644", "10.65.0.27:39644", "172.17.0.1:39644"], + "Key": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "DiscoKey": "discokey:072c24c5b4f7595125e7e7869eaad7320820a0c10a7dac2101ccc2508aad913d", + "Addresses": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "AllowedIPs": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "Endpoints": ["77.164.248.136:38028", "10.65.0.27:38028", "172.17.0.1:38028"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58831}, - {"Proto": "peerapi6", "Port": 58831} + {"Proto": "peerapi4", "Port": 49901}, + {"Proto": "peerapi6", "Port": 49901} ]}, - "Created": "2026-04-09T01:23:30.697023072Z", + "Created": "2026-04-09T08:29:36.847548662Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5228602945164213, - "StableID": "nJFmkvX3qh11CNTRL", + "ID": 5809492876281353, + "StableID": "nz5boYX8Nn11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "DiscoKey": "discokey:0c5f288f5213e840a11cf2cf6b64cb854d859975bf6a2c9d6b35ca6f84b3d721", - "Addresses": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "AllowedIPs": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "Endpoints": ["77.164.248.136:45521", "10.65.0.27:45521", "172.17.0.1:45521"], + "Key": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "DiscoKey": "discokey:7ff2d42175c99081883a043cab00ea414f355245073e8f4a73d1ab3eb79d0860", + "Addresses": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "AllowedIPs": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "Endpoints": ["77.164.248.136:58045", "10.65.0.27:58045", "172.17.0.1:58045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 45546}, - {"Proto": "peerapi6", "Port": 45546} + {"Proto": "peerapi4", "Port": 35044}, + {"Proto": "peerapi6", "Port": 35044} ]}, - "Created": "2026-04-09T01:23:35.585812408Z", + "Created": "2026-04-09T08:29:41.74600695Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6291750141762836, - "StableID": "nuubwDcY8r11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "DiscoKey": "discokey:7f0a0b4cbf261f2ab0acfe2c2cf69c63421f60e1c2077a55cd9e5ce9b155b973", - "Addresses": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "AllowedIPs": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "Endpoints": ["77.164.248.136:59593", "10.65.0.27:59593", "172.17.0.1:59593"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 39205}, - {"Proto": "peerapi6", "Port": 39205} - ]}, - "Created": "2026-04-09T01:23:33.421663939Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6403999229481231, - "StableID": "nv6mSdCP1s11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "DiscoKey": "discokey:64b30c63eec9bb212fba840caed00468b9cd3159db23466839579d2d4d009c1f", - "Addresses": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "AllowedIPs": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "Endpoints": ["77.164.248.136:48171", "10.65.0.27:48171", "172.17.0.1:48171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 59870}, - {"Proto": "peerapi6", "Port": 59870} - ]}, - "Created": "2026-04-09T01:23:31.784031507Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6472542864227176, - "StableID": "nVhLj5jRYs11CNTRL", + "ID": 6256908997965719, + "StableID": "nYFaNbPmrq11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "DiscoKey": "discokey:605d02dbd9db7402542e1c62e760404e36acdecdd5a0a56006434e6455e2c70c", - "Addresses": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "AllowedIPs": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "Endpoints": ["77.164.248.136:56975", "10.65.0.27:56975", "172.17.0.1:56975"], + "Key": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "DiscoKey": "discokey:a5a2d86b3932b25526810f43a7a80795587bb872a789101d454f7d9de7460433", + "Addresses": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "AllowedIPs": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "Endpoints": ["77.164.248.136:33761", "10.65.0.27:33761", "172.17.0.1:33761"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40487}, - {"Proto": "peerapi6", "Port": 40487} + {"Proto": "peerapi4", "Port": 43378}, + {"Proto": "peerapi6", "Port": 43378} ]}, - "Created": "2026-04-09T01:23:32.881687539Z", + "Created": "2026-04-09T08:29:39.027797596Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6476986058246436, - "StableID": "n156aZSSas11CNTRL", + "ID": 6281823734155721, + "StableID": "nYAyHjr34r11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "DiscoKey": "discokey:dfa9fec09c4eaa7eac1c4f65fdc3f6b8b3bbd3ddbf3fc08b868b598167b41d46", + "Addresses": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "AllowedIPs": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "Endpoints": ["77.164.248.136:46843", "10.65.0.27:46843", "172.17.0.1:46843"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40350}, + {"Proto": "peerapi6", "Port": 40350} + ]}, + "Created": "2026-04-09T08:29:37.937637388Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7197063581735190, + "StableID": "nM6qX4fZCy11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:0a89d49cbfa680a2388c75f4026d58fee14beb28df63106f8c666ebeee72912d", + "Addresses": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "AllowedIPs": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "Endpoints": ["77.164.248.136:45683", "10.65.0.27:45683", "172.17.0.1:45683"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39400}, + {"Proto": "peerapi6", "Port": 39400} + ]}, + "Created": "2026-04-09T08:29:43.368867707Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8339218480194101, + "StableID": "nppPnT8r7821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:675e5fd439a8c49b1b2de4576e22775c76f2c1a9e81b21439b46aaa2acab2103", + "Addresses": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "AllowedIPs": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "Endpoints": ["77.164.248.136:48934", "10.65.0.27:48934", "172.17.0.1:48934"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48691}, + {"Proto": "peerapi6", "Port": 48691} + ]}, + "Created": "2026-04-09T08:29:43.915827909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8360107036868093, + "StableID": "nkcN1UqJH821CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "DiscoKey": "discokey:25818f6a35e5241ddd6d666653456a8218fc1d715ec2aafb59ee607d121eed46", + "Addresses": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "AllowedIPs": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "Endpoints": ["77.164.248.136:34128", "10.65.0.27:34128", "172.17.0.1:34128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 40139}, + {"Proto": "peerapi6", "Port": 40139} + ]}, + "Created": "2026-04-09T08:29:39.575895131Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8752394820602168, + "StableID": "nTcT86ayLB21CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "DiscoKey": "discokey:f6a98c34f5c7bba073384df54d9bf66edabdaf68b6c30eb8e9b3b73374174131", - "Addresses": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "AllowedIPs": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "Endpoints": ["77.164.248.136:43909", "10.65.0.27:43909", "172.17.0.1:43909"], + "Key": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "DiscoKey": "discokey:4f4b73ce3e4a95f12cbf832fe6c692d20b9b8143f0b13af2dd49e6697347e329", + "Addresses": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "AllowedIPs": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "Endpoints": ["77.164.248.136:43626", "10.65.0.27:43626", "172.17.0.1:43626"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44349}, - {"Proto": "peerapi6", "Port": 44349} + {"Proto": "peerapi4", "Port": 39337}, + {"Proto": "peerapi6", "Port": 39337} ]}, - "Created": "2026-04-09T01:23:31.242995946Z", + "Created": "2026-04-09T08:29:37.426330796Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7879920314742247, - "StableID": "ntmGhP9qX421CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:4d2d8047cad5716ec92658bcd005a9deb24917e44bfa2691fb0f71c28abb7c7f", - "Addresses": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "AllowedIPs": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "Endpoints": ["77.164.248.136:47630", "10.65.0.27:47630", "172.17.0.1:47630"], + "ID": 8781575348531563, + "StableID": "nGhYTR6CaB21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "KeyExpiry": "2026-10-06T08:29:44Z", + "DiscoKey": "discokey:6db935cab209fc55d5793f8688dbe31547fbbee2fc939cb3f48c716052d23d5e", + "Addresses": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "AllowedIPs": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "Endpoints": ["77.164.248.136:51446", "10.65.0.27:51446", "172.17.0.1:51446"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45957}, - {"Proto": "peerapi6", "Port": 45957} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38654}, + {"Proto": "peerapi6", "Port": 38654} ]}, - "Created": "2026-04-09T01:23:37.200522896Z", + "Created": "2026-04-09T08:29:44.478379846Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 8570553387917462, - "StableID": "nupiQTucv921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:b550feee4752a5796ae9b236b71354db3b0f5ab1bde52370f701fb8dce62cd30", - "Addresses": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "AllowedIPs": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "Endpoints": ["77.164.248.136:47707", "10.65.0.27:47707", "172.17.0.1:47707"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42583}, - {"Proto": "peerapi6", "Port": 42583} - ]}, - "Created": "2026-04-09T01:23:37.758403551Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -544,12 +544,12 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{"principals": [ - {"nodeIP": "100.121.56.117"}, - {"nodeIP": "100.94.2.99"}, - {"nodeIP": "100.97.136.61"}, - {"nodeIP": "fd7a:115c:a1e0::5137:3875"}, - {"nodeIP": "fd7a:115c:a1e0::9937:263"}, - {"nodeIP": "fd7a:115c:a1e0::de37:883d"} + {"nodeIP": "100.120.30.51"}, + {"nodeIP": "100.80.235.102"}, + {"nodeIP": "100.80.71.56"}, + {"nodeIP": "fd7a:115c:a1e0::4037:4738"}, + {"nodeIP": "fd7a:115c:a1e0::6d37:1e33"}, + {"nodeIP": "fd7a:115c:a1e0::7637:eb67"} ], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1376,35 +1376,37 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8780113482595558": { - "ID": 8780113482595558, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4860555352812241": { + "ID": 4860555352812241, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{"principals": [ - {"nodeIP": "100.121.56.117"}, - {"nodeIP": "100.94.2.99"}, - {"nodeIP": "100.97.136.61"}, - {"nodeIP": "fd7a:115c:a1e0::5137:3875"}, - {"nodeIP": "fd7a:115c:a1e0::9937:263"}, - {"nodeIP": "fd7a:115c:a1e0::de37:883d"} + {"nodeIP": "100.120.30.51"}, + {"nodeIP": "100.80.235.102"}, + {"nodeIP": "100.80.71.56"}, + {"nodeIP": "fd7a:115c:a1e0::4037:4738"}, + {"nodeIP": "fd7a:115c:a1e0::6d37:1e33"}, + {"nodeIP": "fd7a:115c:a1e0::7637:eb67"} ], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1439,26 +1441,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6291750141762836, - "StableID": "nuubwDcY8r11CNTRL", + "ID": 8360107036868093, + "StableID": "nkcN1UqJH821CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 6291750141762836, - "Key": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "DiscoKey": "discokey:7f0a0b4cbf261f2ab0acfe2c2cf69c63421f60e1c2077a55cd9e5ce9b155b973", - "Addresses": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "AllowedIPs": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "Endpoints": ["77.164.248.136:59593", "10.65.0.27:59593", "172.17.0.1:59593"], + "User": 8360107036868093, + "Key": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "DiscoKey": "discokey:25818f6a35e5241ddd6d666653456a8218fc1d715ec2aafb59ee607d121eed46", + "Addresses": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "AllowedIPs": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "Endpoints": ["77.164.248.136:34128", "10.65.0.27:34128", "172.17.0.1:34128"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 39205}, - {"Proto": "peerapi6", "Port": 39205}, + {"Proto": "peerapi4", "Port": 40139}, + {"Proto": "peerapi6", "Port": 40139}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:33.421663939Z", + "Created": "2026-04-09T08:29:39.575895131Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1486,302 +1488,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "MachineKey": "mkey:3333c447c06f316970c0f95fee1e11af107f0a6d36e10bf00c7a064fc2c6dc3b", + "NodeKey": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "MachineKey": "mkey:70ed6202858f584c4025c5023bdcde3e446c7d37a053e8e09097aad9c45dad65", "Peers": [{ - "ID": 1340727010742971, - "StableID": "nLHTqFdDUB11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "DiscoKey": "discokey:a36b69f68b88a8c88308f4671fca83ec5b6b573b798d9fc571a42e3681978447", - "Addresses": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "AllowedIPs": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "Endpoints": ["77.164.248.136:38209", "10.65.0.27:38209", "172.17.0.1:38209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53272}, - {"Proto": "peerapi6", "Port": 53272} - ]}, - "Created": "2026-04-09T01:23:32.321645772Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2137883929982241, - "StableID": "nW754yaFhH11CNTRL", + "ID": 212967181774545, + "StableID": "n6PjadHTf211CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "DiscoKey": "discokey:f232dfd19f4a11765427e576ce2fd015c173217fdab01bd6658ab94f6c87c06e", - "Addresses": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "AllowedIPs": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "Endpoints": ["77.164.248.136:38359", "10.65.0.27:38359", "172.17.0.1:38359"], + "Key": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "DiscoKey": "discokey:1f8bcd5f524924de9e7203ebb47e0ab4b10bffda485edf5a11431aa1f570e969", + "Addresses": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "AllowedIPs": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49527}, - {"Proto": "peerapi6", "Port": 49527} + {"Proto": "peerapi4", "Port": 46883}, + {"Proto": "peerapi6", "Port": 46883} ]}, - "Created": "2026-04-09T01:23:33.961220906Z", + "Created": "2026-04-09T08:29:40.098581426Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3001844300719046, - "StableID": "nurFXrMYSQ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "KeyExpiry": "2026-10-06T01:23:38Z", - "DiscoKey": "discokey:352a014dfff0f36358a90cfbc81ae808ca4c287a6db9006990a524a9cdca7d39", - "Addresses": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "AllowedIPs": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "Endpoints": ["77.164.248.136:49124", "10.65.0.27:49124", "172.17.0.1:49124"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35016}, - {"Proto": "peerapi6", "Port": 35016} - ]}, - "Created": "2026-04-09T01:23:38.291301864Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3305847236527798, - "StableID": "n1a6x41EpS11CNTRL", + "ID": 293482735818004, + "StableID": "nwi2P3JvH311CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "DiscoKey": "discokey:5a5ce60154ae170d9c4cc6f1c08c7a36e46ea075372d637bb607da4a2edefc5c", - "Addresses": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "AllowedIPs": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "Endpoints": ["77.164.248.136:40441", "10.65.0.27:40441", "172.17.0.1:40441"], + "Key": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "DiscoKey": "discokey:1133b9f558260ac8f8bafa1a8ee4304733d9baf413327d4047e9999261eb4558", + "Addresses": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "AllowedIPs": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "Endpoints": ["77.164.248.136:49539", "10.65.0.27:49539", "172.17.0.1:49539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 42051}, - {"Proto": "peerapi6", "Port": 42051} + {"Proto": "peerapi4", "Port": 54141}, + {"Proto": "peerapi6", "Port": 54141} ]}, - "Created": "2026-04-09T01:23:36.133295219Z", + "Created": "2026-04-09T08:29:42.274147555Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3517380231135052, - "StableID": "noSiKdc2UU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "DiscoKey": "discokey:c49650284415d81fc23da07b3b53c0e8c76c82b273d691b81baad941d6985c16", - "Addresses": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "AllowedIPs": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "Endpoints": ["77.164.248.136:54167", "10.65.0.27:54167", "172.17.0.1:54167"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57890}, - {"Proto": "peerapi6", "Port": 57890} - ]}, - "Created": "2026-04-09T01:23:34.500454776Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5008379856014557, - "StableID": "nCG8VUeJ7g11CNTRL", + "ID": 2299776464268363, + "StableID": "nYB7wDEaxJ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "DiscoKey": "discokey:2e31f7aa4646a941ad363fa637d253024e9812b7e6b1240713676c2c2749764f", - "Addresses": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "AllowedIPs": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], + "Key": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "DiscoKey": "discokey:11936594068a8bb52180fb96084b06ed35cdcea697a6f3cdc90300892868910c", + "Addresses": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "AllowedIPs": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "Endpoints": ["77.164.248.136:43064", "10.65.0.27:43064", "172.17.0.1:43064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57834}, - {"Proto": "peerapi6", "Port": 57834} + {"Proto": "peerapi4", "Port": 36852}, + {"Proto": "peerapi6", "Port": 36852} ]}, - "Created": "2026-04-09T01:23:35.041885869Z", + "Created": "2026-04-09T08:29:41.193734887Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5116381053280387, - "StableID": "nkBNTxeDxg11CNTRL", + "ID": 2673382952268657, + "StableID": "nQ6VvjEnsM11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "DiscoKey": "discokey:1768c0ba56d7a5470f61af771e92ee231b03743e3270bd01d0499705fe298061", + "Addresses": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "AllowedIPs": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "Endpoints": ["77.164.248.136:46938", "10.65.0.27:46938", "172.17.0.1:46938"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36568}, + {"Proto": "peerapi6", "Port": 36568} + ]}, + "Created": "2026-04-09T08:29:40.642310873Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4464044492142255, + "StableID": "nGKNNzsmrb11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "DiscoKey": "discokey:8937345b4090bc2bb92de6788c4ee5cade156dc29fb9345cb2b46beda20ca444", + "Addresses": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "AllowedIPs": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "Endpoints": ["77.164.248.136:58157", "10.65.0.27:58157", "172.17.0.1:58157"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60751}, + {"Proto": "peerapi6", "Port": 60751} + ]}, + "Created": "2026-04-09T08:29:38.48142954Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4860555352812241, + "StableID": "nnZcLjYMxe11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "DiscoKey": "discokey:93e4292196b66d3a600bf3fec1f94918c0962113d12a7d2c62b6010f7fa74103", + "Addresses": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "AllowedIPs": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "Endpoints": ["77.164.248.136:43332", "10.65.0.27:43332", "172.17.0.1:43332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34457}, + {"Proto": "peerapi6", "Port": 34457} + ]}, + "Created": "2026-04-09T08:29:42.82786412Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5002914006808727, + "StableID": "nLhE7v4q4g11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "DiscoKey": "discokey:6db03959380bd7216b7e01a1a4bdbc25bf7b6b16622a00c2b977464d0895b773", - "Addresses": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "AllowedIPs": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "Endpoints": ["77.164.248.136:39644", "10.65.0.27:39644", "172.17.0.1:39644"], + "Key": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "DiscoKey": "discokey:072c24c5b4f7595125e7e7869eaad7320820a0c10a7dac2101ccc2508aad913d", + "Addresses": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "AllowedIPs": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "Endpoints": ["77.164.248.136:38028", "10.65.0.27:38028", "172.17.0.1:38028"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58831}, - {"Proto": "peerapi6", "Port": 58831} + {"Proto": "peerapi4", "Port": 49901}, + {"Proto": "peerapi6", "Port": 49901} ]}, - "Created": "2026-04-09T01:23:30.697023072Z", + "Created": "2026-04-09T08:29:36.847548662Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5228602945164213, - "StableID": "nJFmkvX3qh11CNTRL", + "ID": 5809492876281353, + "StableID": "nz5boYX8Nn11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "DiscoKey": "discokey:0c5f288f5213e840a11cf2cf6b64cb854d859975bf6a2c9d6b35ca6f84b3d721", - "Addresses": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "AllowedIPs": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "Endpoints": ["77.164.248.136:45521", "10.65.0.27:45521", "172.17.0.1:45521"], + "Key": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "DiscoKey": "discokey:7ff2d42175c99081883a043cab00ea414f355245073e8f4a73d1ab3eb79d0860", + "Addresses": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "AllowedIPs": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "Endpoints": ["77.164.248.136:58045", "10.65.0.27:58045", "172.17.0.1:58045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 45546}, - {"Proto": "peerapi6", "Port": 45546} + {"Proto": "peerapi4", "Port": 35044}, + {"Proto": "peerapi6", "Port": 35044} ]}, - "Created": "2026-04-09T01:23:35.585812408Z", + "Created": "2026-04-09T08:29:41.74600695Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6403999229481231, - "StableID": "nv6mSdCP1s11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "DiscoKey": "discokey:64b30c63eec9bb212fba840caed00468b9cd3159db23466839579d2d4d009c1f", - "Addresses": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "AllowedIPs": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "Endpoints": ["77.164.248.136:48171", "10.65.0.27:48171", "172.17.0.1:48171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 59870}, - {"Proto": "peerapi6", "Port": 59870} - ]}, - "Created": "2026-04-09T01:23:31.784031507Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6472542864227176, - "StableID": "nVhLj5jRYs11CNTRL", + "ID": 6256908997965719, + "StableID": "nYFaNbPmrq11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "DiscoKey": "discokey:605d02dbd9db7402542e1c62e760404e36acdecdd5a0a56006434e6455e2c70c", - "Addresses": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "AllowedIPs": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "Endpoints": ["77.164.248.136:56975", "10.65.0.27:56975", "172.17.0.1:56975"], + "Key": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "DiscoKey": "discokey:a5a2d86b3932b25526810f43a7a80795587bb872a789101d454f7d9de7460433", + "Addresses": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "AllowedIPs": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "Endpoints": ["77.164.248.136:33761", "10.65.0.27:33761", "172.17.0.1:33761"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40487}, - {"Proto": "peerapi6", "Port": 40487} + {"Proto": "peerapi4", "Port": 43378}, + {"Proto": "peerapi6", "Port": 43378} ]}, - "Created": "2026-04-09T01:23:32.881687539Z", + "Created": "2026-04-09T08:29:39.027797596Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6476986058246436, - "StableID": "n156aZSSas11CNTRL", + "ID": 6281823734155721, + "StableID": "nYAyHjr34r11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "DiscoKey": "discokey:dfa9fec09c4eaa7eac1c4f65fdc3f6b8b3bbd3ddbf3fc08b868b598167b41d46", + "Addresses": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "AllowedIPs": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "Endpoints": ["77.164.248.136:46843", "10.65.0.27:46843", "172.17.0.1:46843"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40350}, + {"Proto": "peerapi6", "Port": 40350} + ]}, + "Created": "2026-04-09T08:29:37.937637388Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7197063581735190, + "StableID": "nM6qX4fZCy11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:0a89d49cbfa680a2388c75f4026d58fee14beb28df63106f8c666ebeee72912d", + "Addresses": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "AllowedIPs": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "Endpoints": ["77.164.248.136:45683", "10.65.0.27:45683", "172.17.0.1:45683"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39400}, + {"Proto": "peerapi6", "Port": 39400} + ]}, + "Created": "2026-04-09T08:29:43.368867707Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8339218480194101, + "StableID": "nppPnT8r7821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:675e5fd439a8c49b1b2de4576e22775c76f2c1a9e81b21439b46aaa2acab2103", + "Addresses": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "AllowedIPs": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "Endpoints": ["77.164.248.136:48934", "10.65.0.27:48934", "172.17.0.1:48934"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48691}, + {"Proto": "peerapi6", "Port": 48691} + ]}, + "Created": "2026-04-09T08:29:43.915827909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8752394820602168, + "StableID": "nTcT86ayLB21CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "DiscoKey": "discokey:f6a98c34f5c7bba073384df54d9bf66edabdaf68b6c30eb8e9b3b73374174131", - "Addresses": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "AllowedIPs": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "Endpoints": ["77.164.248.136:43909", "10.65.0.27:43909", "172.17.0.1:43909"], + "Key": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "DiscoKey": "discokey:4f4b73ce3e4a95f12cbf832fe6c692d20b9b8143f0b13af2dd49e6697347e329", + "Addresses": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "AllowedIPs": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "Endpoints": ["77.164.248.136:43626", "10.65.0.27:43626", "172.17.0.1:43626"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44349}, - {"Proto": "peerapi6", "Port": 44349} + {"Proto": "peerapi4", "Port": 39337}, + {"Proto": "peerapi6", "Port": 39337} ]}, - "Created": "2026-04-09T01:23:31.242995946Z", + "Created": "2026-04-09T08:29:37.426330796Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7879920314742247, - "StableID": "ntmGhP9qX421CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:4d2d8047cad5716ec92658bcd005a9deb24917e44bfa2691fb0f71c28abb7c7f", - "Addresses": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "AllowedIPs": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "Endpoints": ["77.164.248.136:47630", "10.65.0.27:47630", "172.17.0.1:47630"], + "ID": 8781575348531563, + "StableID": "nGhYTR6CaB21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "KeyExpiry": "2026-10-06T08:29:44Z", + "DiscoKey": "discokey:6db935cab209fc55d5793f8688dbe31547fbbee2fc939cb3f48c716052d23d5e", + "Addresses": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "AllowedIPs": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "Endpoints": ["77.164.248.136:51446", "10.65.0.27:51446", "172.17.0.1:51446"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45957}, - {"Proto": "peerapi6", "Port": 45957} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38654}, + {"Proto": "peerapi6", "Port": 38654} ]}, - "Created": "2026-04-09T01:23:37.200522896Z", + "Created": "2026-04-09T08:29:44.478379846Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 8570553387917462, - "StableID": "nupiQTucv921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:b550feee4752a5796ae9b236b71354db3b0f5ab1bde52370f701fb8dce62cd30", - "Addresses": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "AllowedIPs": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "Endpoints": ["77.164.248.136:47707", "10.65.0.27:47707", "172.17.0.1:47707"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42583}, - {"Proto": "peerapi6", "Port": 42583} - ]}, - "Created": "2026-04-09T01:23:37.758403551Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8780113482595558, - "StableID": "njZWNBhXZB21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "DiscoKey": "discokey:dfb4fbbb6c0693030b0dd62e18730c27494d06fbc554e057902ca4c2e768ef6d", - "Addresses": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "AllowedIPs": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "Endpoints": ["77.164.248.136:59582", "10.65.0.27:59582", "172.17.0.1:59582"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45937}, - {"Proto": "peerapi6", "Port": 45937} - ]}, - "Created": "2026-04-09T01:23:36.661299512Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2629,27 +2631,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6291750141762836": { - "ID": 6291750141762836, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8360107036868093": { + "ID": 8360107036868093, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2680,22 +2684,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3001844300719046, - "StableID": "nurFXrMYSQ11CNTRL", + "ID": 8781575348531563, + "StableID": "nGhYTR6CaB21CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "KeyExpiry": "2026-10-06T01:23:38Z", - "DiscoKey": "discokey:352a014dfff0f36358a90cfbc81ae808ca4c287a6db9006990a524a9cdca7d39", - "Addresses": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "AllowedIPs": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "Endpoints": ["77.164.248.136:49124", "10.65.0.27:49124", "172.17.0.1:49124"], + "Key": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "KeyExpiry": "2026-10-06T08:29:44Z", + "DiscoKey": "discokey:6db935cab209fc55d5793f8688dbe31547fbbee2fc939cb3f48c716052d23d5e", + "Addresses": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "AllowedIPs": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "Endpoints": ["77.164.248.136:51446", "10.65.0.27:51446", "172.17.0.1:51446"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35016}, - {"Proto": "peerapi6", "Port": 35016}, + {"Proto": "peerapi4", "Port": 38654}, + {"Proto": "peerapi6", "Port": 38654}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:38.291301864Z", + "Created": "2026-04-09T08:29:44.478379846Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2724,302 +2728,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "MachineKey": "mkey:a1175465d587a9d95680e3bdef650d403c3954b432afcb09676c10de867bec5f", + "NodeKey": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "MachineKey": "mkey:00f0775a05298903ad059922126bfa6198633c626defbb8ec58964ff7de6ab7e", "Peers": [{ - "ID": 1340727010742971, - "StableID": "nLHTqFdDUB11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "DiscoKey": "discokey:a36b69f68b88a8c88308f4671fca83ec5b6b573b798d9fc571a42e3681978447", - "Addresses": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "AllowedIPs": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "Endpoints": ["77.164.248.136:38209", "10.65.0.27:38209", "172.17.0.1:38209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53272}, - {"Proto": "peerapi6", "Port": 53272} - ]}, - "Created": "2026-04-09T01:23:32.321645772Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2137883929982241, - "StableID": "nW754yaFhH11CNTRL", + "ID": 212967181774545, + "StableID": "n6PjadHTf211CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "DiscoKey": "discokey:f232dfd19f4a11765427e576ce2fd015c173217fdab01bd6658ab94f6c87c06e", - "Addresses": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "AllowedIPs": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "Endpoints": ["77.164.248.136:38359", "10.65.0.27:38359", "172.17.0.1:38359"], + "Key": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "DiscoKey": "discokey:1f8bcd5f524924de9e7203ebb47e0ab4b10bffda485edf5a11431aa1f570e969", + "Addresses": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "AllowedIPs": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49527}, - {"Proto": "peerapi6", "Port": 49527} + {"Proto": "peerapi4", "Port": 46883}, + {"Proto": "peerapi6", "Port": 46883} ]}, - "Created": "2026-04-09T01:23:33.961220906Z", + "Created": "2026-04-09T08:29:40.098581426Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3305847236527798, - "StableID": "n1a6x41EpS11CNTRL", + "ID": 293482735818004, + "StableID": "nwi2P3JvH311CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "DiscoKey": "discokey:5a5ce60154ae170d9c4cc6f1c08c7a36e46ea075372d637bb607da4a2edefc5c", - "Addresses": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "AllowedIPs": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "Endpoints": ["77.164.248.136:40441", "10.65.0.27:40441", "172.17.0.1:40441"], + "Key": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "DiscoKey": "discokey:1133b9f558260ac8f8bafa1a8ee4304733d9baf413327d4047e9999261eb4558", + "Addresses": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "AllowedIPs": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "Endpoints": ["77.164.248.136:49539", "10.65.0.27:49539", "172.17.0.1:49539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 42051}, - {"Proto": "peerapi6", "Port": 42051} + {"Proto": "peerapi4", "Port": 54141}, + {"Proto": "peerapi6", "Port": 54141} ]}, - "Created": "2026-04-09T01:23:36.133295219Z", + "Created": "2026-04-09T08:29:42.274147555Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3517380231135052, - "StableID": "noSiKdc2UU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "DiscoKey": "discokey:c49650284415d81fc23da07b3b53c0e8c76c82b273d691b81baad941d6985c16", - "Addresses": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "AllowedIPs": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "Endpoints": ["77.164.248.136:54167", "10.65.0.27:54167", "172.17.0.1:54167"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57890}, - {"Proto": "peerapi6", "Port": 57890} - ]}, - "Created": "2026-04-09T01:23:34.500454776Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5008379856014557, - "StableID": "nCG8VUeJ7g11CNTRL", + "ID": 2299776464268363, + "StableID": "nYB7wDEaxJ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "DiscoKey": "discokey:2e31f7aa4646a941ad363fa637d253024e9812b7e6b1240713676c2c2749764f", - "Addresses": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "AllowedIPs": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], + "Key": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "DiscoKey": "discokey:11936594068a8bb52180fb96084b06ed35cdcea697a6f3cdc90300892868910c", + "Addresses": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "AllowedIPs": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "Endpoints": ["77.164.248.136:43064", "10.65.0.27:43064", "172.17.0.1:43064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57834}, - {"Proto": "peerapi6", "Port": 57834} + {"Proto": "peerapi4", "Port": 36852}, + {"Proto": "peerapi6", "Port": 36852} ]}, - "Created": "2026-04-09T01:23:35.041885869Z", + "Created": "2026-04-09T08:29:41.193734887Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5116381053280387, - "StableID": "nkBNTxeDxg11CNTRL", + "ID": 2673382952268657, + "StableID": "nQ6VvjEnsM11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "DiscoKey": "discokey:1768c0ba56d7a5470f61af771e92ee231b03743e3270bd01d0499705fe298061", + "Addresses": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "AllowedIPs": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "Endpoints": ["77.164.248.136:46938", "10.65.0.27:46938", "172.17.0.1:46938"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36568}, + {"Proto": "peerapi6", "Port": 36568} + ]}, + "Created": "2026-04-09T08:29:40.642310873Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4464044492142255, + "StableID": "nGKNNzsmrb11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "DiscoKey": "discokey:8937345b4090bc2bb92de6788c4ee5cade156dc29fb9345cb2b46beda20ca444", + "Addresses": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "AllowedIPs": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "Endpoints": ["77.164.248.136:58157", "10.65.0.27:58157", "172.17.0.1:58157"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60751}, + {"Proto": "peerapi6", "Port": 60751} + ]}, + "Created": "2026-04-09T08:29:38.48142954Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4860555352812241, + "StableID": "nnZcLjYMxe11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "DiscoKey": "discokey:93e4292196b66d3a600bf3fec1f94918c0962113d12a7d2c62b6010f7fa74103", + "Addresses": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "AllowedIPs": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "Endpoints": ["77.164.248.136:43332", "10.65.0.27:43332", "172.17.0.1:43332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34457}, + {"Proto": "peerapi6", "Port": 34457} + ]}, + "Created": "2026-04-09T08:29:42.82786412Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5002914006808727, + "StableID": "nLhE7v4q4g11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "DiscoKey": "discokey:6db03959380bd7216b7e01a1a4bdbc25bf7b6b16622a00c2b977464d0895b773", - "Addresses": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "AllowedIPs": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "Endpoints": ["77.164.248.136:39644", "10.65.0.27:39644", "172.17.0.1:39644"], + "Key": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "DiscoKey": "discokey:072c24c5b4f7595125e7e7869eaad7320820a0c10a7dac2101ccc2508aad913d", + "Addresses": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "AllowedIPs": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "Endpoints": ["77.164.248.136:38028", "10.65.0.27:38028", "172.17.0.1:38028"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58831}, - {"Proto": "peerapi6", "Port": 58831} + {"Proto": "peerapi4", "Port": 49901}, + {"Proto": "peerapi6", "Port": 49901} ]}, - "Created": "2026-04-09T01:23:30.697023072Z", + "Created": "2026-04-09T08:29:36.847548662Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5228602945164213, - "StableID": "nJFmkvX3qh11CNTRL", + "ID": 5809492876281353, + "StableID": "nz5boYX8Nn11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "DiscoKey": "discokey:0c5f288f5213e840a11cf2cf6b64cb854d859975bf6a2c9d6b35ca6f84b3d721", - "Addresses": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "AllowedIPs": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "Endpoints": ["77.164.248.136:45521", "10.65.0.27:45521", "172.17.0.1:45521"], + "Key": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "DiscoKey": "discokey:7ff2d42175c99081883a043cab00ea414f355245073e8f4a73d1ab3eb79d0860", + "Addresses": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "AllowedIPs": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "Endpoints": ["77.164.248.136:58045", "10.65.0.27:58045", "172.17.0.1:58045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 45546}, - {"Proto": "peerapi6", "Port": 45546} + {"Proto": "peerapi4", "Port": 35044}, + {"Proto": "peerapi6", "Port": 35044} ]}, - "Created": "2026-04-09T01:23:35.585812408Z", + "Created": "2026-04-09T08:29:41.74600695Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6291750141762836, - "StableID": "nuubwDcY8r11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "DiscoKey": "discokey:7f0a0b4cbf261f2ab0acfe2c2cf69c63421f60e1c2077a55cd9e5ce9b155b973", - "Addresses": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "AllowedIPs": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "Endpoints": ["77.164.248.136:59593", "10.65.0.27:59593", "172.17.0.1:59593"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 39205}, - {"Proto": "peerapi6", "Port": 39205} - ]}, - "Created": "2026-04-09T01:23:33.421663939Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6403999229481231, - "StableID": "nv6mSdCP1s11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "DiscoKey": "discokey:64b30c63eec9bb212fba840caed00468b9cd3159db23466839579d2d4d009c1f", - "Addresses": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "AllowedIPs": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "Endpoints": ["77.164.248.136:48171", "10.65.0.27:48171", "172.17.0.1:48171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 59870}, - {"Proto": "peerapi6", "Port": 59870} - ]}, - "Created": "2026-04-09T01:23:31.784031507Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6472542864227176, - "StableID": "nVhLj5jRYs11CNTRL", + "ID": 6256908997965719, + "StableID": "nYFaNbPmrq11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "DiscoKey": "discokey:605d02dbd9db7402542e1c62e760404e36acdecdd5a0a56006434e6455e2c70c", - "Addresses": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "AllowedIPs": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "Endpoints": ["77.164.248.136:56975", "10.65.0.27:56975", "172.17.0.1:56975"], + "Key": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "DiscoKey": "discokey:a5a2d86b3932b25526810f43a7a80795587bb872a789101d454f7d9de7460433", + "Addresses": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "AllowedIPs": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "Endpoints": ["77.164.248.136:33761", "10.65.0.27:33761", "172.17.0.1:33761"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40487}, - {"Proto": "peerapi6", "Port": 40487} + {"Proto": "peerapi4", "Port": 43378}, + {"Proto": "peerapi6", "Port": 43378} ]}, - "Created": "2026-04-09T01:23:32.881687539Z", + "Created": "2026-04-09T08:29:39.027797596Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6476986058246436, - "StableID": "n156aZSSas11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 6281823734155721, + "StableID": "nYAyHjr34r11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "DiscoKey": "discokey:f6a98c34f5c7bba073384df54d9bf66edabdaf68b6c30eb8e9b3b73374174131", - "Addresses": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "AllowedIPs": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "Endpoints": ["77.164.248.136:43909", "10.65.0.27:43909", "172.17.0.1:43909"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44349}, - {"Proto": "peerapi6", "Port": 44349} + "Key": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "DiscoKey": "discokey:dfa9fec09c4eaa7eac1c4f65fdc3f6b8b3bbd3ddbf3fc08b868b598167b41d46", + "Addresses": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "AllowedIPs": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "Endpoints": ["77.164.248.136:46843", "10.65.0.27:46843", "172.17.0.1:46843"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40350}, + {"Proto": "peerapi6", "Port": 40350} ]}, - "Created": "2026-04-09T01:23:31.242995946Z", + "Created": "2026-04-09T08:29:37.937637388Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 7879920314742247, - "StableID": "ntmGhP9qX421CNTRL", + "ID": 7197063581735190, + "StableID": "nM6qX4fZCy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:4d2d8047cad5716ec92658bcd005a9deb24917e44bfa2691fb0f71c28abb7c7f", - "Addresses": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "AllowedIPs": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "Endpoints": ["77.164.248.136:47630", "10.65.0.27:47630", "172.17.0.1:47630"], - "HomeDERP": 14, + "Key": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:0a89d49cbfa680a2388c75f4026d58fee14beb28df63106f8c666ebeee72912d", + "Addresses": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "AllowedIPs": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "Endpoints": ["77.164.248.136:45683", "10.65.0.27:45683", "172.17.0.1:45683"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45957}, - {"Proto": "peerapi6", "Port": 45957} + {"Proto": "peerapi4", "Port": 39400}, + {"Proto": "peerapi6", "Port": 39400} ]}, - "Created": "2026-04-09T01:23:37.200522896Z", + "Created": "2026-04-09T08:29:43.368867707Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 8570553387917462, - "StableID": "nupiQTucv921CNTRL", + "ID": 8339218480194101, + "StableID": "nppPnT8r7821CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:b550feee4752a5796ae9b236b71354db3b0f5ab1bde52370f701fb8dce62cd30", - "Addresses": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "AllowedIPs": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "Endpoints": ["77.164.248.136:47707", "10.65.0.27:47707", "172.17.0.1:47707"], + "Key": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:675e5fd439a8c49b1b2de4576e22775c76f2c1a9e81b21439b46aaa2acab2103", + "Addresses": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "AllowedIPs": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "Endpoints": ["77.164.248.136:48934", "10.65.0.27:48934", "172.17.0.1:48934"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42583}, - {"Proto": "peerapi6", "Port": 42583} + {"Proto": "peerapi4", "Port": 48691}, + {"Proto": "peerapi6", "Port": 48691} ]}, - "Created": "2026-04-09T01:23:37.758403551Z", + "Created": "2026-04-09T08:29:43.915827909Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8780113482595558, - "StableID": "njZWNBhXZB21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 8360107036868093, + "StableID": "nkcN1UqJH821CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "DiscoKey": "discokey:dfb4fbbb6c0693030b0dd62e18730c27494d06fbc554e057902ca4c2e768ef6d", - "Addresses": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "AllowedIPs": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "Endpoints": ["77.164.248.136:59582", "10.65.0.27:59582", "172.17.0.1:59582"], + "Key": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "DiscoKey": "discokey:25818f6a35e5241ddd6d666653456a8218fc1d715ec2aafb59ee607d121eed46", + "Addresses": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "AllowedIPs": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "Endpoints": ["77.164.248.136:34128", "10.65.0.27:34128", "172.17.0.1:34128"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45937}, - {"Proto": "peerapi6", "Port": 45937} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 40139}, + {"Proto": "peerapi6", "Port": 40139} ]}, - "Created": "2026-04-09T01:23:36.661299512Z", + "Created": "2026-04-09T08:29:39.575895131Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8752394820602168, + "StableID": "nTcT86ayLB21CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "DiscoKey": "discokey:4f4b73ce3e4a95f12cbf832fe6c692d20b9b8143f0b13af2dd49e6697347e329", + "Addresses": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "AllowedIPs": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "Endpoints": ["77.164.248.136:43626", "10.65.0.27:43626", "172.17.0.1:43626"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39337}, + {"Proto": "peerapi6", "Port": 39337} + ]}, + "Created": "2026-04-09T08:29:37.426330796Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3867,23 +3871,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3914,26 +3919,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6403999229481231, - "StableID": "nv6mSdCP1s11CNTRL", + "ID": 6281823734155721, + "StableID": "nYAyHjr34r11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 6403999229481231, - "Key": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "DiscoKey": "discokey:64b30c63eec9bb212fba840caed00468b9cd3159db23466839579d2d4d009c1f", - "Addresses": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "AllowedIPs": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "Endpoints": ["77.164.248.136:48171", "10.65.0.27:48171", "172.17.0.1:48171"], + "User": 6281823734155721, + "Key": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "DiscoKey": "discokey:dfa9fec09c4eaa7eac1c4f65fdc3f6b8b3bbd3ddbf3fc08b868b598167b41d46", + "Addresses": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "AllowedIPs": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "Endpoints": ["77.164.248.136:46843", "10.65.0.27:46843", "172.17.0.1:46843"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 59870}, - {"Proto": "peerapi6", "Port": 59870}, + {"Proto": "peerapi4", "Port": 40350}, + {"Proto": "peerapi6", "Port": 40350}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:31.784031507Z", + "Created": "2026-04-09T08:29:37.937637388Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3961,302 +3966,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "MachineKey": "mkey:52571298cd615cacaf5304a55232c3357578ee0e4ef5bef83c649997f680be23", + "NodeKey": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "MachineKey": "mkey:bef750f5d2699f935e498a97ddd847841ae57fd535a32ea35e18a41cf2e9ca77", "Peers": [{ - "ID": 1340727010742971, - "StableID": "nLHTqFdDUB11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "DiscoKey": "discokey:a36b69f68b88a8c88308f4671fca83ec5b6b573b798d9fc571a42e3681978447", - "Addresses": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "AllowedIPs": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "Endpoints": ["77.164.248.136:38209", "10.65.0.27:38209", "172.17.0.1:38209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53272}, - {"Proto": "peerapi6", "Port": 53272} - ]}, - "Created": "2026-04-09T01:23:32.321645772Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2137883929982241, - "StableID": "nW754yaFhH11CNTRL", + "ID": 212967181774545, + "StableID": "n6PjadHTf211CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "DiscoKey": "discokey:f232dfd19f4a11765427e576ce2fd015c173217fdab01bd6658ab94f6c87c06e", - "Addresses": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "AllowedIPs": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "Endpoints": ["77.164.248.136:38359", "10.65.0.27:38359", "172.17.0.1:38359"], + "Key": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "DiscoKey": "discokey:1f8bcd5f524924de9e7203ebb47e0ab4b10bffda485edf5a11431aa1f570e969", + "Addresses": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "AllowedIPs": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49527}, - {"Proto": "peerapi6", "Port": 49527} + {"Proto": "peerapi4", "Port": 46883}, + {"Proto": "peerapi6", "Port": 46883} ]}, - "Created": "2026-04-09T01:23:33.961220906Z", + "Created": "2026-04-09T08:29:40.098581426Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3001844300719046, - "StableID": "nurFXrMYSQ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "KeyExpiry": "2026-10-06T01:23:38Z", - "DiscoKey": "discokey:352a014dfff0f36358a90cfbc81ae808ca4c287a6db9006990a524a9cdca7d39", - "Addresses": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "AllowedIPs": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "Endpoints": ["77.164.248.136:49124", "10.65.0.27:49124", "172.17.0.1:49124"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35016}, - {"Proto": "peerapi6", "Port": 35016} - ]}, - "Created": "2026-04-09T01:23:38.291301864Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3305847236527798, - "StableID": "n1a6x41EpS11CNTRL", + "ID": 293482735818004, + "StableID": "nwi2P3JvH311CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "DiscoKey": "discokey:5a5ce60154ae170d9c4cc6f1c08c7a36e46ea075372d637bb607da4a2edefc5c", - "Addresses": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "AllowedIPs": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "Endpoints": ["77.164.248.136:40441", "10.65.0.27:40441", "172.17.0.1:40441"], + "Key": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "DiscoKey": "discokey:1133b9f558260ac8f8bafa1a8ee4304733d9baf413327d4047e9999261eb4558", + "Addresses": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "AllowedIPs": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "Endpoints": ["77.164.248.136:49539", "10.65.0.27:49539", "172.17.0.1:49539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 42051}, - {"Proto": "peerapi6", "Port": 42051} + {"Proto": "peerapi4", "Port": 54141}, + {"Proto": "peerapi6", "Port": 54141} ]}, - "Created": "2026-04-09T01:23:36.133295219Z", + "Created": "2026-04-09T08:29:42.274147555Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3517380231135052, - "StableID": "noSiKdc2UU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "DiscoKey": "discokey:c49650284415d81fc23da07b3b53c0e8c76c82b273d691b81baad941d6985c16", - "Addresses": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "AllowedIPs": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "Endpoints": ["77.164.248.136:54167", "10.65.0.27:54167", "172.17.0.1:54167"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57890}, - {"Proto": "peerapi6", "Port": 57890} - ]}, - "Created": "2026-04-09T01:23:34.500454776Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5008379856014557, - "StableID": "nCG8VUeJ7g11CNTRL", + "ID": 2299776464268363, + "StableID": "nYB7wDEaxJ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "DiscoKey": "discokey:2e31f7aa4646a941ad363fa637d253024e9812b7e6b1240713676c2c2749764f", - "Addresses": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "AllowedIPs": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], + "Key": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "DiscoKey": "discokey:11936594068a8bb52180fb96084b06ed35cdcea697a6f3cdc90300892868910c", + "Addresses": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "AllowedIPs": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "Endpoints": ["77.164.248.136:43064", "10.65.0.27:43064", "172.17.0.1:43064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57834}, - {"Proto": "peerapi6", "Port": 57834} + {"Proto": "peerapi4", "Port": 36852}, + {"Proto": "peerapi6", "Port": 36852} ]}, - "Created": "2026-04-09T01:23:35.041885869Z", + "Created": "2026-04-09T08:29:41.193734887Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5116381053280387, - "StableID": "nkBNTxeDxg11CNTRL", + "ID": 2673382952268657, + "StableID": "nQ6VvjEnsM11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "DiscoKey": "discokey:1768c0ba56d7a5470f61af771e92ee231b03743e3270bd01d0499705fe298061", + "Addresses": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "AllowedIPs": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "Endpoints": ["77.164.248.136:46938", "10.65.0.27:46938", "172.17.0.1:46938"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36568}, + {"Proto": "peerapi6", "Port": 36568} + ]}, + "Created": "2026-04-09T08:29:40.642310873Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4464044492142255, + "StableID": "nGKNNzsmrb11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "DiscoKey": "discokey:8937345b4090bc2bb92de6788c4ee5cade156dc29fb9345cb2b46beda20ca444", + "Addresses": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "AllowedIPs": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "Endpoints": ["77.164.248.136:58157", "10.65.0.27:58157", "172.17.0.1:58157"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60751}, + {"Proto": "peerapi6", "Port": 60751} + ]}, + "Created": "2026-04-09T08:29:38.48142954Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4860555352812241, + "StableID": "nnZcLjYMxe11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "DiscoKey": "discokey:93e4292196b66d3a600bf3fec1f94918c0962113d12a7d2c62b6010f7fa74103", + "Addresses": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "AllowedIPs": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "Endpoints": ["77.164.248.136:43332", "10.65.0.27:43332", "172.17.0.1:43332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34457}, + {"Proto": "peerapi6", "Port": 34457} + ]}, + "Created": "2026-04-09T08:29:42.82786412Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5002914006808727, + "StableID": "nLhE7v4q4g11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "DiscoKey": "discokey:6db03959380bd7216b7e01a1a4bdbc25bf7b6b16622a00c2b977464d0895b773", - "Addresses": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "AllowedIPs": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "Endpoints": ["77.164.248.136:39644", "10.65.0.27:39644", "172.17.0.1:39644"], + "Key": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "DiscoKey": "discokey:072c24c5b4f7595125e7e7869eaad7320820a0c10a7dac2101ccc2508aad913d", + "Addresses": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "AllowedIPs": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "Endpoints": ["77.164.248.136:38028", "10.65.0.27:38028", "172.17.0.1:38028"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58831}, - {"Proto": "peerapi6", "Port": 58831} + {"Proto": "peerapi4", "Port": 49901}, + {"Proto": "peerapi6", "Port": 49901} ]}, - "Created": "2026-04-09T01:23:30.697023072Z", + "Created": "2026-04-09T08:29:36.847548662Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5228602945164213, - "StableID": "nJFmkvX3qh11CNTRL", + "ID": 5809492876281353, + "StableID": "nz5boYX8Nn11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "DiscoKey": "discokey:0c5f288f5213e840a11cf2cf6b64cb854d859975bf6a2c9d6b35ca6f84b3d721", - "Addresses": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "AllowedIPs": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "Endpoints": ["77.164.248.136:45521", "10.65.0.27:45521", "172.17.0.1:45521"], + "Key": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "DiscoKey": "discokey:7ff2d42175c99081883a043cab00ea414f355245073e8f4a73d1ab3eb79d0860", + "Addresses": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "AllowedIPs": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "Endpoints": ["77.164.248.136:58045", "10.65.0.27:58045", "172.17.0.1:58045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 45546}, - {"Proto": "peerapi6", "Port": 45546} + {"Proto": "peerapi4", "Port": 35044}, + {"Proto": "peerapi6", "Port": 35044} ]}, - "Created": "2026-04-09T01:23:35.585812408Z", + "Created": "2026-04-09T08:29:41.74600695Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6291750141762836, - "StableID": "nuubwDcY8r11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "DiscoKey": "discokey:7f0a0b4cbf261f2ab0acfe2c2cf69c63421f60e1c2077a55cd9e5ce9b155b973", - "Addresses": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "AllowedIPs": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "Endpoints": ["77.164.248.136:59593", "10.65.0.27:59593", "172.17.0.1:59593"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 39205}, - {"Proto": "peerapi6", "Port": 39205} - ]}, - "Created": "2026-04-09T01:23:33.421663939Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6472542864227176, - "StableID": "nVhLj5jRYs11CNTRL", + "ID": 6256908997965719, + "StableID": "nYFaNbPmrq11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "DiscoKey": "discokey:605d02dbd9db7402542e1c62e760404e36acdecdd5a0a56006434e6455e2c70c", - "Addresses": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "AllowedIPs": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "Endpoints": ["77.164.248.136:56975", "10.65.0.27:56975", "172.17.0.1:56975"], + "Key": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "DiscoKey": "discokey:a5a2d86b3932b25526810f43a7a80795587bb872a789101d454f7d9de7460433", + "Addresses": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "AllowedIPs": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "Endpoints": ["77.164.248.136:33761", "10.65.0.27:33761", "172.17.0.1:33761"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40487}, - {"Proto": "peerapi6", "Port": 40487} + {"Proto": "peerapi4", "Port": 43378}, + {"Proto": "peerapi6", "Port": 43378} ]}, - "Created": "2026-04-09T01:23:32.881687539Z", + "Created": "2026-04-09T08:29:39.027797596Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6476986058246436, - "StableID": "n156aZSSas11CNTRL", + "ID": 7197063581735190, + "StableID": "nM6qX4fZCy11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:0a89d49cbfa680a2388c75f4026d58fee14beb28df63106f8c666ebeee72912d", + "Addresses": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "AllowedIPs": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "Endpoints": ["77.164.248.136:45683", "10.65.0.27:45683", "172.17.0.1:45683"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39400}, + {"Proto": "peerapi6", "Port": 39400} + ]}, + "Created": "2026-04-09T08:29:43.368867707Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8339218480194101, + "StableID": "nppPnT8r7821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:675e5fd439a8c49b1b2de4576e22775c76f2c1a9e81b21439b46aaa2acab2103", + "Addresses": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "AllowedIPs": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "Endpoints": ["77.164.248.136:48934", "10.65.0.27:48934", "172.17.0.1:48934"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48691}, + {"Proto": "peerapi6", "Port": 48691} + ]}, + "Created": "2026-04-09T08:29:43.915827909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8360107036868093, + "StableID": "nkcN1UqJH821CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "DiscoKey": "discokey:25818f6a35e5241ddd6d666653456a8218fc1d715ec2aafb59ee607d121eed46", + "Addresses": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "AllowedIPs": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "Endpoints": ["77.164.248.136:34128", "10.65.0.27:34128", "172.17.0.1:34128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 40139}, + {"Proto": "peerapi6", "Port": 40139} + ]}, + "Created": "2026-04-09T08:29:39.575895131Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8752394820602168, + "StableID": "nTcT86ayLB21CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "DiscoKey": "discokey:f6a98c34f5c7bba073384df54d9bf66edabdaf68b6c30eb8e9b3b73374174131", - "Addresses": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "AllowedIPs": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "Endpoints": ["77.164.248.136:43909", "10.65.0.27:43909", "172.17.0.1:43909"], + "Key": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "DiscoKey": "discokey:4f4b73ce3e4a95f12cbf832fe6c692d20b9b8143f0b13af2dd49e6697347e329", + "Addresses": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "AllowedIPs": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "Endpoints": ["77.164.248.136:43626", "10.65.0.27:43626", "172.17.0.1:43626"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44349}, - {"Proto": "peerapi6", "Port": 44349} + {"Proto": "peerapi4", "Port": 39337}, + {"Proto": "peerapi6", "Port": 39337} ]}, - "Created": "2026-04-09T01:23:31.242995946Z", + "Created": "2026-04-09T08:29:37.426330796Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7879920314742247, - "StableID": "ntmGhP9qX421CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:4d2d8047cad5716ec92658bcd005a9deb24917e44bfa2691fb0f71c28abb7c7f", - "Addresses": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "AllowedIPs": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "Endpoints": ["77.164.248.136:47630", "10.65.0.27:47630", "172.17.0.1:47630"], + "ID": 8781575348531563, + "StableID": "nGhYTR6CaB21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "KeyExpiry": "2026-10-06T08:29:44Z", + "DiscoKey": "discokey:6db935cab209fc55d5793f8688dbe31547fbbee2fc939cb3f48c716052d23d5e", + "Addresses": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "AllowedIPs": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "Endpoints": ["77.164.248.136:51446", "10.65.0.27:51446", "172.17.0.1:51446"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45957}, - {"Proto": "peerapi6", "Port": 45957} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38654}, + {"Proto": "peerapi6", "Port": 38654} ]}, - "Created": "2026-04-09T01:23:37.200522896Z", + "Created": "2026-04-09T08:29:44.478379846Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 8570553387917462, - "StableID": "nupiQTucv921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:b550feee4752a5796ae9b236b71354db3b0f5ab1bde52370f701fb8dce62cd30", - "Addresses": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "AllowedIPs": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "Endpoints": ["77.164.248.136:47707", "10.65.0.27:47707", "172.17.0.1:47707"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42583}, - {"Proto": "peerapi6", "Port": 42583} - ]}, - "Created": "2026-04-09T01:23:37.758403551Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8780113482595558, - "StableID": "njZWNBhXZB21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "DiscoKey": "discokey:dfb4fbbb6c0693030b0dd62e18730c27494d06fbc554e057902ca4c2e768ef6d", - "Addresses": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "AllowedIPs": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "Endpoints": ["77.164.248.136:59582", "10.65.0.27:59582", "172.17.0.1:59582"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45937}, - {"Proto": "peerapi6", "Port": 45937} - ]}, - "Created": "2026-04-09T01:23:36.661299512Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5104,27 +5109,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6403999229481231": { - "ID": 6403999229481231, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6281823734155721": { + "ID": 6281823734155721, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5155,26 +5162,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3517380231135052, - "StableID": "noSiKdc2UU11CNTRL", + "ID": 2673382952268657, + "StableID": "nQ6VvjEnsM11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 3517380231135052, - "Key": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "DiscoKey": "discokey:c49650284415d81fc23da07b3b53c0e8c76c82b273d691b81baad941d6985c16", - "Addresses": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "AllowedIPs": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "Endpoints": ["77.164.248.136:54167", "10.65.0.27:54167", "172.17.0.1:54167"], + "User": 2673382952268657, + "Key": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "DiscoKey": "discokey:1768c0ba56d7a5470f61af771e92ee231b03743e3270bd01d0499705fe298061", + "Addresses": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "AllowedIPs": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "Endpoints": ["77.164.248.136:46938", "10.65.0.27:46938", "172.17.0.1:46938"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 57890}, - {"Proto": "peerapi6", "Port": 57890}, + {"Proto": "peerapi4", "Port": 36568}, + {"Proto": "peerapi6", "Port": 36568}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:34.500454776Z", + "Created": "2026-04-09T08:29:40.642310873Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5202,302 +5209,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "MachineKey": "mkey:9f1c5f1c6e7e71efdb88af00e2f99ee05d68a0c61c18b0ba46928b213df8af19", + "NodeKey": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "MachineKey": "mkey:e46cd21a5e68f5120ec5c2842cc9dd25fb276a5cad0e9d5237af812198ba9625", "Peers": [{ - "ID": 1340727010742971, - "StableID": "nLHTqFdDUB11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "DiscoKey": "discokey:a36b69f68b88a8c88308f4671fca83ec5b6b573b798d9fc571a42e3681978447", - "Addresses": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "AllowedIPs": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "Endpoints": ["77.164.248.136:38209", "10.65.0.27:38209", "172.17.0.1:38209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53272}, - {"Proto": "peerapi6", "Port": 53272} - ]}, - "Created": "2026-04-09T01:23:32.321645772Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2137883929982241, - "StableID": "nW754yaFhH11CNTRL", + "ID": 212967181774545, + "StableID": "n6PjadHTf211CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "DiscoKey": "discokey:f232dfd19f4a11765427e576ce2fd015c173217fdab01bd6658ab94f6c87c06e", - "Addresses": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "AllowedIPs": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "Endpoints": ["77.164.248.136:38359", "10.65.0.27:38359", "172.17.0.1:38359"], + "Key": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "DiscoKey": "discokey:1f8bcd5f524924de9e7203ebb47e0ab4b10bffda485edf5a11431aa1f570e969", + "Addresses": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "AllowedIPs": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49527}, - {"Proto": "peerapi6", "Port": 49527} + {"Proto": "peerapi4", "Port": 46883}, + {"Proto": "peerapi6", "Port": 46883} ]}, - "Created": "2026-04-09T01:23:33.961220906Z", + "Created": "2026-04-09T08:29:40.098581426Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3001844300719046, - "StableID": "nurFXrMYSQ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "KeyExpiry": "2026-10-06T01:23:38Z", - "DiscoKey": "discokey:352a014dfff0f36358a90cfbc81ae808ca4c287a6db9006990a524a9cdca7d39", - "Addresses": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "AllowedIPs": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "Endpoints": ["77.164.248.136:49124", "10.65.0.27:49124", "172.17.0.1:49124"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35016}, - {"Proto": "peerapi6", "Port": 35016} - ]}, - "Created": "2026-04-09T01:23:38.291301864Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3305847236527798, - "StableID": "n1a6x41EpS11CNTRL", + "ID": 293482735818004, + "StableID": "nwi2P3JvH311CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "DiscoKey": "discokey:5a5ce60154ae170d9c4cc6f1c08c7a36e46ea075372d637bb607da4a2edefc5c", - "Addresses": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "AllowedIPs": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "Endpoints": ["77.164.248.136:40441", "10.65.0.27:40441", "172.17.0.1:40441"], + "Key": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "DiscoKey": "discokey:1133b9f558260ac8f8bafa1a8ee4304733d9baf413327d4047e9999261eb4558", + "Addresses": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "AllowedIPs": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "Endpoints": ["77.164.248.136:49539", "10.65.0.27:49539", "172.17.0.1:49539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 42051}, - {"Proto": "peerapi6", "Port": 42051} + {"Proto": "peerapi4", "Port": 54141}, + {"Proto": "peerapi6", "Port": 54141} ]}, - "Created": "2026-04-09T01:23:36.133295219Z", + "Created": "2026-04-09T08:29:42.274147555Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 5008379856014557, - "StableID": "nCG8VUeJ7g11CNTRL", + "ID": 2299776464268363, + "StableID": "nYB7wDEaxJ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "DiscoKey": "discokey:2e31f7aa4646a941ad363fa637d253024e9812b7e6b1240713676c2c2749764f", - "Addresses": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "AllowedIPs": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], + "Key": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "DiscoKey": "discokey:11936594068a8bb52180fb96084b06ed35cdcea697a6f3cdc90300892868910c", + "Addresses": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "AllowedIPs": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "Endpoints": ["77.164.248.136:43064", "10.65.0.27:43064", "172.17.0.1:43064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57834}, - {"Proto": "peerapi6", "Port": 57834} + {"Proto": "peerapi4", "Port": 36852}, + {"Proto": "peerapi6", "Port": 36852} ]}, - "Created": "2026-04-09T01:23:35.041885869Z", + "Created": "2026-04-09T08:29:41.193734887Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5116381053280387, - "StableID": "nkBNTxeDxg11CNTRL", + "ID": 4464044492142255, + "StableID": "nGKNNzsmrb11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "DiscoKey": "discokey:8937345b4090bc2bb92de6788c4ee5cade156dc29fb9345cb2b46beda20ca444", + "Addresses": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "AllowedIPs": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "Endpoints": ["77.164.248.136:58157", "10.65.0.27:58157", "172.17.0.1:58157"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60751}, + {"Proto": "peerapi6", "Port": 60751} + ]}, + "Created": "2026-04-09T08:29:38.48142954Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4860555352812241, + "StableID": "nnZcLjYMxe11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "DiscoKey": "discokey:93e4292196b66d3a600bf3fec1f94918c0962113d12a7d2c62b6010f7fa74103", + "Addresses": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "AllowedIPs": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "Endpoints": ["77.164.248.136:43332", "10.65.0.27:43332", "172.17.0.1:43332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34457}, + {"Proto": "peerapi6", "Port": 34457} + ]}, + "Created": "2026-04-09T08:29:42.82786412Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5002914006808727, + "StableID": "nLhE7v4q4g11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "DiscoKey": "discokey:6db03959380bd7216b7e01a1a4bdbc25bf7b6b16622a00c2b977464d0895b773", - "Addresses": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "AllowedIPs": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "Endpoints": ["77.164.248.136:39644", "10.65.0.27:39644", "172.17.0.1:39644"], + "Key": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "DiscoKey": "discokey:072c24c5b4f7595125e7e7869eaad7320820a0c10a7dac2101ccc2508aad913d", + "Addresses": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "AllowedIPs": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "Endpoints": ["77.164.248.136:38028", "10.65.0.27:38028", "172.17.0.1:38028"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58831}, - {"Proto": "peerapi6", "Port": 58831} + {"Proto": "peerapi4", "Port": 49901}, + {"Proto": "peerapi6", "Port": 49901} ]}, - "Created": "2026-04-09T01:23:30.697023072Z", + "Created": "2026-04-09T08:29:36.847548662Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5228602945164213, - "StableID": "nJFmkvX3qh11CNTRL", + "ID": 5809492876281353, + "StableID": "nz5boYX8Nn11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "DiscoKey": "discokey:0c5f288f5213e840a11cf2cf6b64cb854d859975bf6a2c9d6b35ca6f84b3d721", - "Addresses": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "AllowedIPs": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "Endpoints": ["77.164.248.136:45521", "10.65.0.27:45521", "172.17.0.1:45521"], + "Key": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "DiscoKey": "discokey:7ff2d42175c99081883a043cab00ea414f355245073e8f4a73d1ab3eb79d0860", + "Addresses": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "AllowedIPs": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "Endpoints": ["77.164.248.136:58045", "10.65.0.27:58045", "172.17.0.1:58045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 45546}, - {"Proto": "peerapi6", "Port": 45546} + {"Proto": "peerapi4", "Port": 35044}, + {"Proto": "peerapi6", "Port": 35044} ]}, - "Created": "2026-04-09T01:23:35.585812408Z", + "Created": "2026-04-09T08:29:41.74600695Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6291750141762836, - "StableID": "nuubwDcY8r11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "DiscoKey": "discokey:7f0a0b4cbf261f2ab0acfe2c2cf69c63421f60e1c2077a55cd9e5ce9b155b973", - "Addresses": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "AllowedIPs": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "Endpoints": ["77.164.248.136:59593", "10.65.0.27:59593", "172.17.0.1:59593"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 39205}, - {"Proto": "peerapi6", "Port": 39205} - ]}, - "Created": "2026-04-09T01:23:33.421663939Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6403999229481231, - "StableID": "nv6mSdCP1s11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "DiscoKey": "discokey:64b30c63eec9bb212fba840caed00468b9cd3159db23466839579d2d4d009c1f", - "Addresses": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "AllowedIPs": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "Endpoints": ["77.164.248.136:48171", "10.65.0.27:48171", "172.17.0.1:48171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 59870}, - {"Proto": "peerapi6", "Port": 59870} - ]}, - "Created": "2026-04-09T01:23:31.784031507Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6472542864227176, - "StableID": "nVhLj5jRYs11CNTRL", + "ID": 6256908997965719, + "StableID": "nYFaNbPmrq11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "DiscoKey": "discokey:605d02dbd9db7402542e1c62e760404e36acdecdd5a0a56006434e6455e2c70c", - "Addresses": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "AllowedIPs": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "Endpoints": ["77.164.248.136:56975", "10.65.0.27:56975", "172.17.0.1:56975"], + "Key": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "DiscoKey": "discokey:a5a2d86b3932b25526810f43a7a80795587bb872a789101d454f7d9de7460433", + "Addresses": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "AllowedIPs": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "Endpoints": ["77.164.248.136:33761", "10.65.0.27:33761", "172.17.0.1:33761"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40487}, - {"Proto": "peerapi6", "Port": 40487} + {"Proto": "peerapi4", "Port": 43378}, + {"Proto": "peerapi6", "Port": 43378} ]}, - "Created": "2026-04-09T01:23:32.881687539Z", + "Created": "2026-04-09T08:29:39.027797596Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6476986058246436, - "StableID": "n156aZSSas11CNTRL", + "ID": 6281823734155721, + "StableID": "nYAyHjr34r11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "DiscoKey": "discokey:dfa9fec09c4eaa7eac1c4f65fdc3f6b8b3bbd3ddbf3fc08b868b598167b41d46", + "Addresses": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "AllowedIPs": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "Endpoints": ["77.164.248.136:46843", "10.65.0.27:46843", "172.17.0.1:46843"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40350}, + {"Proto": "peerapi6", "Port": 40350} + ]}, + "Created": "2026-04-09T08:29:37.937637388Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7197063581735190, + "StableID": "nM6qX4fZCy11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:0a89d49cbfa680a2388c75f4026d58fee14beb28df63106f8c666ebeee72912d", + "Addresses": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "AllowedIPs": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "Endpoints": ["77.164.248.136:45683", "10.65.0.27:45683", "172.17.0.1:45683"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39400}, + {"Proto": "peerapi6", "Port": 39400} + ]}, + "Created": "2026-04-09T08:29:43.368867707Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8339218480194101, + "StableID": "nppPnT8r7821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:675e5fd439a8c49b1b2de4576e22775c76f2c1a9e81b21439b46aaa2acab2103", + "Addresses": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "AllowedIPs": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "Endpoints": ["77.164.248.136:48934", "10.65.0.27:48934", "172.17.0.1:48934"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48691}, + {"Proto": "peerapi6", "Port": 48691} + ]}, + "Created": "2026-04-09T08:29:43.915827909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8360107036868093, + "StableID": "nkcN1UqJH821CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "DiscoKey": "discokey:25818f6a35e5241ddd6d666653456a8218fc1d715ec2aafb59ee607d121eed46", + "Addresses": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "AllowedIPs": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "Endpoints": ["77.164.248.136:34128", "10.65.0.27:34128", "172.17.0.1:34128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 40139}, + {"Proto": "peerapi6", "Port": 40139} + ]}, + "Created": "2026-04-09T08:29:39.575895131Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8752394820602168, + "StableID": "nTcT86ayLB21CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "DiscoKey": "discokey:f6a98c34f5c7bba073384df54d9bf66edabdaf68b6c30eb8e9b3b73374174131", - "Addresses": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "AllowedIPs": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "Endpoints": ["77.164.248.136:43909", "10.65.0.27:43909", "172.17.0.1:43909"], + "Key": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "DiscoKey": "discokey:4f4b73ce3e4a95f12cbf832fe6c692d20b9b8143f0b13af2dd49e6697347e329", + "Addresses": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "AllowedIPs": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "Endpoints": ["77.164.248.136:43626", "10.65.0.27:43626", "172.17.0.1:43626"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44349}, - {"Proto": "peerapi6", "Port": 44349} + {"Proto": "peerapi4", "Port": 39337}, + {"Proto": "peerapi6", "Port": 39337} ]}, - "Created": "2026-04-09T01:23:31.242995946Z", + "Created": "2026-04-09T08:29:37.426330796Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7879920314742247, - "StableID": "ntmGhP9qX421CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:4d2d8047cad5716ec92658bcd005a9deb24917e44bfa2691fb0f71c28abb7c7f", - "Addresses": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "AllowedIPs": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "Endpoints": ["77.164.248.136:47630", "10.65.0.27:47630", "172.17.0.1:47630"], + "ID": 8781575348531563, + "StableID": "nGhYTR6CaB21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "KeyExpiry": "2026-10-06T08:29:44Z", + "DiscoKey": "discokey:6db935cab209fc55d5793f8688dbe31547fbbee2fc939cb3f48c716052d23d5e", + "Addresses": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "AllowedIPs": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "Endpoints": ["77.164.248.136:51446", "10.65.0.27:51446", "172.17.0.1:51446"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45957}, - {"Proto": "peerapi6", "Port": 45957} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38654}, + {"Proto": "peerapi6", "Port": 38654} ]}, - "Created": "2026-04-09T01:23:37.200522896Z", + "Created": "2026-04-09T08:29:44.478379846Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 8570553387917462, - "StableID": "nupiQTucv921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:b550feee4752a5796ae9b236b71354db3b0f5ab1bde52370f701fb8dce62cd30", - "Addresses": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "AllowedIPs": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "Endpoints": ["77.164.248.136:47707", "10.65.0.27:47707", "172.17.0.1:47707"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42583}, - {"Proto": "peerapi6", "Port": 42583} - ]}, - "Created": "2026-04-09T01:23:37.758403551Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8780113482595558, - "StableID": "njZWNBhXZB21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "DiscoKey": "discokey:dfb4fbbb6c0693030b0dd62e18730c27494d06fbc554e057902ca4c2e768ef6d", - "Addresses": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "AllowedIPs": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "Endpoints": ["77.164.248.136:59582", "10.65.0.27:59582", "172.17.0.1:59582"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45937}, - {"Proto": "peerapi6", "Port": 45937} - ]}, - "Created": "2026-04-09T01:23:36.661299512Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6345,27 +6352,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3517380231135052": { - "ID": 3517380231135052, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2673382952268657": { + "ID": 2673382952268657, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6396,22 +6405,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7879920314742247, - "StableID": "ntmGhP9qX421CNTRL", + "ID": 7197063581735190, + "StableID": "nM6qX4fZCy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:4d2d8047cad5716ec92658bcd005a9deb24917e44bfa2691fb0f71c28abb7c7f", - "Addresses": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "AllowedIPs": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "Endpoints": ["77.164.248.136:47630", "10.65.0.27:47630", "172.17.0.1:47630"], + "Key": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:0a89d49cbfa680a2388c75f4026d58fee14beb28df63106f8c666ebeee72912d", + "Addresses": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "AllowedIPs": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "Endpoints": ["77.164.248.136:45683", "10.65.0.27:45683", "172.17.0.1:45683"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45957}, - {"Proto": "peerapi6", "Port": 45957}, + {"Proto": "peerapi4", "Port": 39400}, + {"Proto": "peerapi6", "Port": 39400}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:37.200522896Z", + "Created": "2026-04-09T08:29:43.368867707Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6438,300 +6447,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "MachineKey": "mkey:381f9b5d4fc32fae841ddfcf6ce58fa0838c853d5659a24d9d4a6319761e9d5a", + "NodeKey": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "MachineKey": "mkey:6453154f6f2fcbc59d2638c65c22765039d0482d5bc979a5883f2363b7735c78", "Peers": [{ - "ID": 1340727010742971, - "StableID": "nLHTqFdDUB11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "DiscoKey": "discokey:a36b69f68b88a8c88308f4671fca83ec5b6b573b798d9fc571a42e3681978447", - "Addresses": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "AllowedIPs": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "Endpoints": ["77.164.248.136:38209", "10.65.0.27:38209", "172.17.0.1:38209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53272}, - {"Proto": "peerapi6", "Port": 53272} - ]}, - "Created": "2026-04-09T01:23:32.321645772Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2137883929982241, - "StableID": "nW754yaFhH11CNTRL", + "ID": 212967181774545, + "StableID": "n6PjadHTf211CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "DiscoKey": "discokey:f232dfd19f4a11765427e576ce2fd015c173217fdab01bd6658ab94f6c87c06e", - "Addresses": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "AllowedIPs": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "Endpoints": ["77.164.248.136:38359", "10.65.0.27:38359", "172.17.0.1:38359"], + "Key": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "DiscoKey": "discokey:1f8bcd5f524924de9e7203ebb47e0ab4b10bffda485edf5a11431aa1f570e969", + "Addresses": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "AllowedIPs": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49527}, - {"Proto": "peerapi6", "Port": 49527} + {"Proto": "peerapi4", "Port": 46883}, + {"Proto": "peerapi6", "Port": 46883} ]}, - "Created": "2026-04-09T01:23:33.961220906Z", + "Created": "2026-04-09T08:29:40.098581426Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3001844300719046, - "StableID": "nurFXrMYSQ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "KeyExpiry": "2026-10-06T01:23:38Z", - "DiscoKey": "discokey:352a014dfff0f36358a90cfbc81ae808ca4c287a6db9006990a524a9cdca7d39", - "Addresses": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "AllowedIPs": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35016}, - {"Proto": "peerapi6", "Port": 35016} - ]}, - "Created": "2026-04-09T01:23:38.291301864Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3305847236527798, - "StableID": "n1a6x41EpS11CNTRL", + "ID": 293482735818004, + "StableID": "nwi2P3JvH311CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "DiscoKey": "discokey:5a5ce60154ae170d9c4cc6f1c08c7a36e46ea075372d637bb607da4a2edefc5c", - "Addresses": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "AllowedIPs": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "Endpoints": ["77.164.248.136:40441", "10.65.0.27:40441", "172.17.0.1:40441"], + "Key": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "DiscoKey": "discokey:1133b9f558260ac8f8bafa1a8ee4304733d9baf413327d4047e9999261eb4558", + "Addresses": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "AllowedIPs": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "Endpoints": ["77.164.248.136:49539", "10.65.0.27:49539", "172.17.0.1:49539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 42051}, - {"Proto": "peerapi6", "Port": 42051} + {"Proto": "peerapi4", "Port": 54141}, + {"Proto": "peerapi6", "Port": 54141} ]}, - "Created": "2026-04-09T01:23:36.133295219Z", + "Created": "2026-04-09T08:29:42.274147555Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3517380231135052, - "StableID": "noSiKdc2UU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "DiscoKey": "discokey:c49650284415d81fc23da07b3b53c0e8c76c82b273d691b81baad941d6985c16", - "Addresses": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "AllowedIPs": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "Endpoints": ["77.164.248.136:54167", "10.65.0.27:54167", "172.17.0.1:54167"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57890}, - {"Proto": "peerapi6", "Port": 57890} - ]}, - "Created": "2026-04-09T01:23:34.500454776Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5008379856014557, - "StableID": "nCG8VUeJ7g11CNTRL", + "ID": 2299776464268363, + "StableID": "nYB7wDEaxJ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "DiscoKey": "discokey:2e31f7aa4646a941ad363fa637d253024e9812b7e6b1240713676c2c2749764f", - "Addresses": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "AllowedIPs": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], + "Key": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "DiscoKey": "discokey:11936594068a8bb52180fb96084b06ed35cdcea697a6f3cdc90300892868910c", + "Addresses": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "AllowedIPs": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "Endpoints": ["77.164.248.136:43064", "10.65.0.27:43064", "172.17.0.1:43064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57834}, - {"Proto": "peerapi6", "Port": 57834} + {"Proto": "peerapi4", "Port": 36852}, + {"Proto": "peerapi6", "Port": 36852} ]}, - "Created": "2026-04-09T01:23:35.041885869Z", + "Created": "2026-04-09T08:29:41.193734887Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5116381053280387, - "StableID": "nkBNTxeDxg11CNTRL", + "ID": 2673382952268657, + "StableID": "nQ6VvjEnsM11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "DiscoKey": "discokey:1768c0ba56d7a5470f61af771e92ee231b03743e3270bd01d0499705fe298061", + "Addresses": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "AllowedIPs": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "Endpoints": ["77.164.248.136:46938", "10.65.0.27:46938", "172.17.0.1:46938"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36568}, + {"Proto": "peerapi6", "Port": 36568} + ]}, + "Created": "2026-04-09T08:29:40.642310873Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4464044492142255, + "StableID": "nGKNNzsmrb11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "DiscoKey": "discokey:8937345b4090bc2bb92de6788c4ee5cade156dc29fb9345cb2b46beda20ca444", + "Addresses": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "AllowedIPs": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "Endpoints": ["77.164.248.136:58157", "10.65.0.27:58157", "172.17.0.1:58157"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60751}, + {"Proto": "peerapi6", "Port": 60751} + ]}, + "Created": "2026-04-09T08:29:38.48142954Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4860555352812241, + "StableID": "nnZcLjYMxe11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "DiscoKey": "discokey:93e4292196b66d3a600bf3fec1f94918c0962113d12a7d2c62b6010f7fa74103", + "Addresses": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "AllowedIPs": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "Endpoints": ["77.164.248.136:43332", "10.65.0.27:43332", "172.17.0.1:43332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34457}, + {"Proto": "peerapi6", "Port": 34457} + ]}, + "Created": "2026-04-09T08:29:42.82786412Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5002914006808727, + "StableID": "nLhE7v4q4g11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "DiscoKey": "discokey:6db03959380bd7216b7e01a1a4bdbc25bf7b6b16622a00c2b977464d0895b773", - "Addresses": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "AllowedIPs": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "Endpoints": ["77.164.248.136:39644", "10.65.0.27:39644", "172.17.0.1:39644"], + "Key": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "DiscoKey": "discokey:072c24c5b4f7595125e7e7869eaad7320820a0c10a7dac2101ccc2508aad913d", + "Addresses": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "AllowedIPs": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "Endpoints": ["77.164.248.136:38028", "10.65.0.27:38028", "172.17.0.1:38028"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58831}, - {"Proto": "peerapi6", "Port": 58831} + {"Proto": "peerapi4", "Port": 49901}, + {"Proto": "peerapi6", "Port": 49901} ]}, - "Created": "2026-04-09T01:23:30.697023072Z", + "Created": "2026-04-09T08:29:36.847548662Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5228602945164213, - "StableID": "nJFmkvX3qh11CNTRL", + "ID": 5809492876281353, + "StableID": "nz5boYX8Nn11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "DiscoKey": "discokey:0c5f288f5213e840a11cf2cf6b64cb854d859975bf6a2c9d6b35ca6f84b3d721", - "Addresses": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "AllowedIPs": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "Endpoints": ["77.164.248.136:45521", "10.65.0.27:45521", "172.17.0.1:45521"], + "Key": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "DiscoKey": "discokey:7ff2d42175c99081883a043cab00ea414f355245073e8f4a73d1ab3eb79d0860", + "Addresses": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "AllowedIPs": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "Endpoints": ["77.164.248.136:58045", "10.65.0.27:58045", "172.17.0.1:58045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 45546}, - {"Proto": "peerapi6", "Port": 45546} + {"Proto": "peerapi4", "Port": 35044}, + {"Proto": "peerapi6", "Port": 35044} ]}, - "Created": "2026-04-09T01:23:35.585812408Z", + "Created": "2026-04-09T08:29:41.74600695Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6291750141762836, - "StableID": "nuubwDcY8r11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "DiscoKey": "discokey:7f0a0b4cbf261f2ab0acfe2c2cf69c63421f60e1c2077a55cd9e5ce9b155b973", - "Addresses": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "AllowedIPs": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "Endpoints": ["77.164.248.136:59593", "10.65.0.27:59593", "172.17.0.1:59593"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 39205}, - {"Proto": "peerapi6", "Port": 39205} - ]}, - "Created": "2026-04-09T01:23:33.421663939Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6403999229481231, - "StableID": "nv6mSdCP1s11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "DiscoKey": "discokey:64b30c63eec9bb212fba840caed00468b9cd3159db23466839579d2d4d009c1f", - "Addresses": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "AllowedIPs": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "Endpoints": ["77.164.248.136:48171", "10.65.0.27:48171", "172.17.0.1:48171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 59870}, - {"Proto": "peerapi6", "Port": 59870} - ]}, - "Created": "2026-04-09T01:23:31.784031507Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6472542864227176, - "StableID": "nVhLj5jRYs11CNTRL", + "ID": 6256908997965719, + "StableID": "nYFaNbPmrq11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "DiscoKey": "discokey:605d02dbd9db7402542e1c62e760404e36acdecdd5a0a56006434e6455e2c70c", - "Addresses": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "AllowedIPs": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "Endpoints": ["77.164.248.136:56975", "10.65.0.27:56975", "172.17.0.1:56975"], + "Key": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "DiscoKey": "discokey:a5a2d86b3932b25526810f43a7a80795587bb872a789101d454f7d9de7460433", + "Addresses": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "AllowedIPs": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "Endpoints": ["77.164.248.136:33761", "10.65.0.27:33761", "172.17.0.1:33761"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40487}, - {"Proto": "peerapi6", "Port": 40487} + {"Proto": "peerapi4", "Port": 43378}, + {"Proto": "peerapi6", "Port": 43378} ]}, - "Created": "2026-04-09T01:23:32.881687539Z", + "Created": "2026-04-09T08:29:39.027797596Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6476986058246436, - "StableID": "n156aZSSas11CNTRL", + "ID": 6281823734155721, + "StableID": "nYAyHjr34r11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "DiscoKey": "discokey:dfa9fec09c4eaa7eac1c4f65fdc3f6b8b3bbd3ddbf3fc08b868b598167b41d46", + "Addresses": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "AllowedIPs": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "Endpoints": ["77.164.248.136:46843", "10.65.0.27:46843", "172.17.0.1:46843"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40350}, + {"Proto": "peerapi6", "Port": 40350} + ]}, + "Created": "2026-04-09T08:29:37.937637388Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8339218480194101, + "StableID": "nppPnT8r7821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:675e5fd439a8c49b1b2de4576e22775c76f2c1a9e81b21439b46aaa2acab2103", + "Addresses": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "AllowedIPs": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "Endpoints": ["77.164.248.136:48934", "10.65.0.27:48934", "172.17.0.1:48934"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48691}, + {"Proto": "peerapi6", "Port": 48691} + ]}, + "Created": "2026-04-09T08:29:43.915827909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8360107036868093, + "StableID": "nkcN1UqJH821CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "DiscoKey": "discokey:25818f6a35e5241ddd6d666653456a8218fc1d715ec2aafb59ee607d121eed46", + "Addresses": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "AllowedIPs": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "Endpoints": ["77.164.248.136:34128", "10.65.0.27:34128", "172.17.0.1:34128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 40139}, + {"Proto": "peerapi6", "Port": 40139} + ]}, + "Created": "2026-04-09T08:29:39.575895131Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8752394820602168, + "StableID": "nTcT86ayLB21CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "DiscoKey": "discokey:f6a98c34f5c7bba073384df54d9bf66edabdaf68b6c30eb8e9b3b73374174131", - "Addresses": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "AllowedIPs": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "Endpoints": ["77.164.248.136:43909", "10.65.0.27:43909", "172.17.0.1:43909"], + "Key": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "DiscoKey": "discokey:4f4b73ce3e4a95f12cbf832fe6c692d20b9b8143f0b13af2dd49e6697347e329", + "Addresses": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "AllowedIPs": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "Endpoints": ["77.164.248.136:43626", "10.65.0.27:43626", "172.17.0.1:43626"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44349}, - {"Proto": "peerapi6", "Port": 44349} + {"Proto": "peerapi4", "Port": 39337}, + {"Proto": "peerapi6", "Port": 39337} ]}, - "Created": "2026-04-09T01:23:31.242995946Z", + "Created": "2026-04-09T08:29:37.426330796Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8570553387917462, - "StableID": "nupiQTucv921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:b550feee4752a5796ae9b236b71354db3b0f5ab1bde52370f701fb8dce62cd30", - "Addresses": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "AllowedIPs": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "Endpoints": ["77.164.248.136:47707", "10.65.0.27:47707", "172.17.0.1:47707"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42583}, - {"Proto": "peerapi6", "Port": 42583} + "ID": 8781575348531563, + "StableID": "nGhYTR6CaB21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "KeyExpiry": "2026-10-06T08:29:44Z", + "DiscoKey": "discokey:6db935cab209fc55d5793f8688dbe31547fbbee2fc939cb3f48c716052d23d5e", + "Addresses": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "AllowedIPs": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38654}, + {"Proto": "peerapi6", "Port": 38654} ]}, - "Created": "2026-04-09T01:23:37.758403551Z", + "Created": "2026-04-09T08:29:44.478379846Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8780113482595558, - "StableID": "njZWNBhXZB21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "DiscoKey": "discokey:dfb4fbbb6c0693030b0dd62e18730c27494d06fbc554e057902ca4c2e768ef6d", - "Addresses": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "AllowedIPs": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "Endpoints": ["77.164.248.136:59582", "10.65.0.27:59582", "172.17.0.1:59582"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45937}, - {"Proto": "peerapi6", "Port": 45937} - ]}, - "Created": "2026-04-09T01:23:36.661299512Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7579,23 +7588,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7626,21 +7636,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3305847236527798, - "StableID": "n1a6x41EpS11CNTRL", + "ID": 293482735818004, + "StableID": "nwi2P3JvH311CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 3305847236527798, - "Key": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "DiscoKey": "discokey:5a5ce60154ae170d9c4cc6f1c08c7a36e46ea075372d637bb607da4a2edefc5c", - "Addresses": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "AllowedIPs": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "Endpoints": ["77.164.248.136:40441", "10.65.0.27:40441", "172.17.0.1:40441"], + "User": 293482735818004, + "Key": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "DiscoKey": "discokey:1133b9f558260ac8f8bafa1a8ee4304733d9baf413327d4047e9999261eb4558", + "Addresses": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "AllowedIPs": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "Endpoints": ["77.164.248.136:49539", "10.65.0.27:49539", "172.17.0.1:49539"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 42051}, - {"Proto": "peerapi6", "Port": 42051}, + {"Proto": "peerapi4", "Port": 54141}, + {"Proto": "peerapi6", "Port": 54141}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:36.133295219Z", + "Created": "2026-04-09T08:29:42.274147555Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7668,300 +7678,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "MachineKey": "mkey:eb07d738650fe2dd250d02d2eeb65f63ae000fb7bd5dc37bae80bb006b18bd76", + "NodeKey": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "MachineKey": "mkey:0bcf42190141c7b5e442a3f66d12f71cc040347506897518d680f62f5374f329", "Peers": [{ - "ID": 1340727010742971, - "StableID": "nLHTqFdDUB11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "DiscoKey": "discokey:a36b69f68b88a8c88308f4671fca83ec5b6b573b798d9fc571a42e3681978447", - "Addresses": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "AllowedIPs": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "Endpoints": ["77.164.248.136:38209", "10.65.0.27:38209", "172.17.0.1:38209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53272}, - {"Proto": "peerapi6", "Port": 53272} - ]}, - "Created": "2026-04-09T01:23:32.321645772Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2137883929982241, - "StableID": "nW754yaFhH11CNTRL", + "ID": 212967181774545, + "StableID": "n6PjadHTf211CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "DiscoKey": "discokey:f232dfd19f4a11765427e576ce2fd015c173217fdab01bd6658ab94f6c87c06e", - "Addresses": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "AllowedIPs": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "Endpoints": ["77.164.248.136:38359", "10.65.0.27:38359", "172.17.0.1:38359"], + "Key": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "DiscoKey": "discokey:1f8bcd5f524924de9e7203ebb47e0ab4b10bffda485edf5a11431aa1f570e969", + "Addresses": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "AllowedIPs": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49527}, - {"Proto": "peerapi6", "Port": 49527} + {"Proto": "peerapi4", "Port": 46883}, + {"Proto": "peerapi6", "Port": 46883} ]}, - "Created": "2026-04-09T01:23:33.961220906Z", + "Created": "2026-04-09T08:29:40.098581426Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3001844300719046, - "StableID": "nurFXrMYSQ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "KeyExpiry": "2026-10-06T01:23:38Z", - "DiscoKey": "discokey:352a014dfff0f36358a90cfbc81ae808ca4c287a6db9006990a524a9cdca7d39", - "Addresses": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "AllowedIPs": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35016}, - {"Proto": "peerapi6", "Port": 35016} - ]}, - "Created": "2026-04-09T01:23:38.291301864Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3517380231135052, - "StableID": "noSiKdc2UU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "DiscoKey": "discokey:c49650284415d81fc23da07b3b53c0e8c76c82b273d691b81baad941d6985c16", - "Addresses": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "AllowedIPs": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "Endpoints": ["77.164.248.136:54167", "10.65.0.27:54167", "172.17.0.1:54167"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57890}, - {"Proto": "peerapi6", "Port": 57890} - ]}, - "Created": "2026-04-09T01:23:34.500454776Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5008379856014557, - "StableID": "nCG8VUeJ7g11CNTRL", + "ID": 2299776464268363, + "StableID": "nYB7wDEaxJ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "DiscoKey": "discokey:2e31f7aa4646a941ad363fa637d253024e9812b7e6b1240713676c2c2749764f", - "Addresses": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "AllowedIPs": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], + "Key": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "DiscoKey": "discokey:11936594068a8bb52180fb96084b06ed35cdcea697a6f3cdc90300892868910c", + "Addresses": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "AllowedIPs": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "Endpoints": ["77.164.248.136:43064", "10.65.0.27:43064", "172.17.0.1:43064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57834}, - {"Proto": "peerapi6", "Port": 57834} + {"Proto": "peerapi4", "Port": 36852}, + {"Proto": "peerapi6", "Port": 36852} ]}, - "Created": "2026-04-09T01:23:35.041885869Z", + "Created": "2026-04-09T08:29:41.193734887Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5116381053280387, - "StableID": "nkBNTxeDxg11CNTRL", + "ID": 2673382952268657, + "StableID": "nQ6VvjEnsM11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "DiscoKey": "discokey:1768c0ba56d7a5470f61af771e92ee231b03743e3270bd01d0499705fe298061", + "Addresses": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "AllowedIPs": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "Endpoints": ["77.164.248.136:46938", "10.65.0.27:46938", "172.17.0.1:46938"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36568}, + {"Proto": "peerapi6", "Port": 36568} + ]}, + "Created": "2026-04-09T08:29:40.642310873Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4464044492142255, + "StableID": "nGKNNzsmrb11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "DiscoKey": "discokey:8937345b4090bc2bb92de6788c4ee5cade156dc29fb9345cb2b46beda20ca444", + "Addresses": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "AllowedIPs": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "Endpoints": ["77.164.248.136:58157", "10.65.0.27:58157", "172.17.0.1:58157"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60751}, + {"Proto": "peerapi6", "Port": 60751} + ]}, + "Created": "2026-04-09T08:29:38.48142954Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4860555352812241, + "StableID": "nnZcLjYMxe11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "DiscoKey": "discokey:93e4292196b66d3a600bf3fec1f94918c0962113d12a7d2c62b6010f7fa74103", + "Addresses": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "AllowedIPs": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "Endpoints": ["77.164.248.136:43332", "10.65.0.27:43332", "172.17.0.1:43332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34457}, + {"Proto": "peerapi6", "Port": 34457} + ]}, + "Created": "2026-04-09T08:29:42.82786412Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5002914006808727, + "StableID": "nLhE7v4q4g11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "DiscoKey": "discokey:6db03959380bd7216b7e01a1a4bdbc25bf7b6b16622a00c2b977464d0895b773", - "Addresses": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "AllowedIPs": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "Endpoints": ["77.164.248.136:39644", "10.65.0.27:39644", "172.17.0.1:39644"], + "Key": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "DiscoKey": "discokey:072c24c5b4f7595125e7e7869eaad7320820a0c10a7dac2101ccc2508aad913d", + "Addresses": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "AllowedIPs": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "Endpoints": ["77.164.248.136:38028", "10.65.0.27:38028", "172.17.0.1:38028"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58831}, - {"Proto": "peerapi6", "Port": 58831} + {"Proto": "peerapi4", "Port": 49901}, + {"Proto": "peerapi6", "Port": 49901} ]}, - "Created": "2026-04-09T01:23:30.697023072Z", + "Created": "2026-04-09T08:29:36.847548662Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5228602945164213, - "StableID": "nJFmkvX3qh11CNTRL", + "ID": 5809492876281353, + "StableID": "nz5boYX8Nn11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "DiscoKey": "discokey:0c5f288f5213e840a11cf2cf6b64cb854d859975bf6a2c9d6b35ca6f84b3d721", - "Addresses": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "AllowedIPs": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "Endpoints": ["77.164.248.136:45521", "10.65.0.27:45521", "172.17.0.1:45521"], + "Key": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "DiscoKey": "discokey:7ff2d42175c99081883a043cab00ea414f355245073e8f4a73d1ab3eb79d0860", + "Addresses": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "AllowedIPs": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "Endpoints": ["77.164.248.136:58045", "10.65.0.27:58045", "172.17.0.1:58045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 45546}, - {"Proto": "peerapi6", "Port": 45546} + {"Proto": "peerapi4", "Port": 35044}, + {"Proto": "peerapi6", "Port": 35044} ]}, - "Created": "2026-04-09T01:23:35.585812408Z", + "Created": "2026-04-09T08:29:41.74600695Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6291750141762836, - "StableID": "nuubwDcY8r11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "DiscoKey": "discokey:7f0a0b4cbf261f2ab0acfe2c2cf69c63421f60e1c2077a55cd9e5ce9b155b973", - "Addresses": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "AllowedIPs": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "Endpoints": ["77.164.248.136:59593", "10.65.0.27:59593", "172.17.0.1:59593"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 39205}, - {"Proto": "peerapi6", "Port": 39205} - ]}, - "Created": "2026-04-09T01:23:33.421663939Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6403999229481231, - "StableID": "nv6mSdCP1s11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "DiscoKey": "discokey:64b30c63eec9bb212fba840caed00468b9cd3159db23466839579d2d4d009c1f", - "Addresses": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "AllowedIPs": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "Endpoints": ["77.164.248.136:48171", "10.65.0.27:48171", "172.17.0.1:48171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 59870}, - {"Proto": "peerapi6", "Port": 59870} - ]}, - "Created": "2026-04-09T01:23:31.784031507Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6472542864227176, - "StableID": "nVhLj5jRYs11CNTRL", + "ID": 6256908997965719, + "StableID": "nYFaNbPmrq11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "DiscoKey": "discokey:605d02dbd9db7402542e1c62e760404e36acdecdd5a0a56006434e6455e2c70c", - "Addresses": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "AllowedIPs": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "Endpoints": ["77.164.248.136:56975", "10.65.0.27:56975", "172.17.0.1:56975"], + "Key": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "DiscoKey": "discokey:a5a2d86b3932b25526810f43a7a80795587bb872a789101d454f7d9de7460433", + "Addresses": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "AllowedIPs": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "Endpoints": ["77.164.248.136:33761", "10.65.0.27:33761", "172.17.0.1:33761"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40487}, - {"Proto": "peerapi6", "Port": 40487} + {"Proto": "peerapi4", "Port": 43378}, + {"Proto": "peerapi6", "Port": 43378} ]}, - "Created": "2026-04-09T01:23:32.881687539Z", + "Created": "2026-04-09T08:29:39.027797596Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6476986058246436, - "StableID": "n156aZSSas11CNTRL", + "ID": 6281823734155721, + "StableID": "nYAyHjr34r11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "DiscoKey": "discokey:dfa9fec09c4eaa7eac1c4f65fdc3f6b8b3bbd3ddbf3fc08b868b598167b41d46", + "Addresses": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "AllowedIPs": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "Endpoints": ["77.164.248.136:46843", "10.65.0.27:46843", "172.17.0.1:46843"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40350}, + {"Proto": "peerapi6", "Port": 40350} + ]}, + "Created": "2026-04-09T08:29:37.937637388Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7197063581735190, + "StableID": "nM6qX4fZCy11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:0a89d49cbfa680a2388c75f4026d58fee14beb28df63106f8c666ebeee72912d", + "Addresses": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "AllowedIPs": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "Endpoints": ["77.164.248.136:45683", "10.65.0.27:45683", "172.17.0.1:45683"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39400}, + {"Proto": "peerapi6", "Port": 39400} + ]}, + "Created": "2026-04-09T08:29:43.368867707Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8339218480194101, + "StableID": "nppPnT8r7821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:675e5fd439a8c49b1b2de4576e22775c76f2c1a9e81b21439b46aaa2acab2103", + "Addresses": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "AllowedIPs": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "Endpoints": ["77.164.248.136:48934", "10.65.0.27:48934", "172.17.0.1:48934"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48691}, + {"Proto": "peerapi6", "Port": 48691} + ]}, + "Created": "2026-04-09T08:29:43.915827909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8360107036868093, + "StableID": "nkcN1UqJH821CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "DiscoKey": "discokey:25818f6a35e5241ddd6d666653456a8218fc1d715ec2aafb59ee607d121eed46", + "Addresses": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "AllowedIPs": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "Endpoints": ["77.164.248.136:34128", "10.65.0.27:34128", "172.17.0.1:34128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 40139}, + {"Proto": "peerapi6", "Port": 40139} + ]}, + "Created": "2026-04-09T08:29:39.575895131Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8752394820602168, + "StableID": "nTcT86ayLB21CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "DiscoKey": "discokey:f6a98c34f5c7bba073384df54d9bf66edabdaf68b6c30eb8e9b3b73374174131", - "Addresses": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "AllowedIPs": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "Endpoints": ["77.164.248.136:43909", "10.65.0.27:43909", "172.17.0.1:43909"], + "Key": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "DiscoKey": "discokey:4f4b73ce3e4a95f12cbf832fe6c692d20b9b8143f0b13af2dd49e6697347e329", + "Addresses": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "AllowedIPs": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "Endpoints": ["77.164.248.136:43626", "10.65.0.27:43626", "172.17.0.1:43626"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44349}, - {"Proto": "peerapi6", "Port": 44349} + {"Proto": "peerapi4", "Port": 39337}, + {"Proto": "peerapi6", "Port": 39337} ]}, - "Created": "2026-04-09T01:23:31.242995946Z", + "Created": "2026-04-09T08:29:37.426330796Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7879920314742247, - "StableID": "ntmGhP9qX421CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:4d2d8047cad5716ec92658bcd005a9deb24917e44bfa2691fb0f71c28abb7c7f", - "Addresses": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "AllowedIPs": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "Endpoints": ["77.164.248.136:47630", "10.65.0.27:47630", "172.17.0.1:47630"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45957}, - {"Proto": "peerapi6", "Port": 45957} + "ID": 8781575348531563, + "StableID": "nGhYTR6CaB21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "KeyExpiry": "2026-10-06T08:29:44Z", + "DiscoKey": "discokey:6db935cab209fc55d5793f8688dbe31547fbbee2fc939cb3f48c716052d23d5e", + "Addresses": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "AllowedIPs": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38654}, + {"Proto": "peerapi6", "Port": 38654} ]}, - "Created": "2026-04-09T01:23:37.200522896Z", + "Created": "2026-04-09T08:29:44.478379846Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 8570553387917462, - "StableID": "nupiQTucv921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:b550feee4752a5796ae9b236b71354db3b0f5ab1bde52370f701fb8dce62cd30", - "Addresses": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "AllowedIPs": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "Endpoints": ["77.164.248.136:47707", "10.65.0.27:47707", "172.17.0.1:47707"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42583}, - {"Proto": "peerapi6", "Port": 42583} - ]}, - "Created": "2026-04-09T01:23:37.758403551Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8780113482595558, - "StableID": "njZWNBhXZB21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "DiscoKey": "discokey:dfb4fbbb6c0693030b0dd62e18730c27494d06fbc554e057902ca4c2e768ef6d", - "Addresses": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "AllowedIPs": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "Endpoints": ["77.164.248.136:59582", "10.65.0.27:59582", "172.17.0.1:59582"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45937}, - {"Proto": "peerapi6", "Port": 45937} - ]}, - "Created": "2026-04-09T01:23:36.661299512Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8809,27 +8819,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3305847236527798": { - "ID": 3305847236527798, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "293482735818004": { + "ID": 293482735818004, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8860,26 +8872,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6476986058246436, - "StableID": "n156aZSSas11CNTRL", + "ID": 8752394820602168, + "StableID": "nTcT86ayLB21CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 6476986058246436, - "Key": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "DiscoKey": "discokey:f6a98c34f5c7bba073384df54d9bf66edabdaf68b6c30eb8e9b3b73374174131", - "Addresses": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "AllowedIPs": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "Endpoints": ["77.164.248.136:43909", "10.65.0.27:43909", "172.17.0.1:43909"], + "User": 8752394820602168, + "Key": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "DiscoKey": "discokey:4f4b73ce3e4a95f12cbf832fe6c692d20b9b8143f0b13af2dd49e6697347e329", + "Addresses": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "AllowedIPs": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "Endpoints": ["77.164.248.136:43626", "10.65.0.27:43626", "172.17.0.1:43626"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 44349}, - {"Proto": "peerapi6", "Port": 44349}, + {"Proto": "peerapi4", "Port": 39337}, + {"Proto": "peerapi6", "Port": 39337}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:31.242995946Z", + "Created": "2026-04-09T08:29:37.426330796Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8907,302 +8919,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "MachineKey": "mkey:8c80979f13941e97276ca57746f77bc588f4f7956d8ddd2d18cf6e02fb67e91c", + "NodeKey": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "MachineKey": "mkey:d8c4b5bcdf7020331cb499970191013901b5c9858c1a2abdc0c7f030e36adf3d", "Peers": [{ - "ID": 1340727010742971, - "StableID": "nLHTqFdDUB11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "DiscoKey": "discokey:a36b69f68b88a8c88308f4671fca83ec5b6b573b798d9fc571a42e3681978447", - "Addresses": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "AllowedIPs": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "Endpoints": ["77.164.248.136:38209", "10.65.0.27:38209", "172.17.0.1:38209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53272}, - {"Proto": "peerapi6", "Port": 53272} - ]}, - "Created": "2026-04-09T01:23:32.321645772Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2137883929982241, - "StableID": "nW754yaFhH11CNTRL", + "ID": 212967181774545, + "StableID": "n6PjadHTf211CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "DiscoKey": "discokey:f232dfd19f4a11765427e576ce2fd015c173217fdab01bd6658ab94f6c87c06e", - "Addresses": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "AllowedIPs": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "Endpoints": ["77.164.248.136:38359", "10.65.0.27:38359", "172.17.0.1:38359"], + "Key": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "DiscoKey": "discokey:1f8bcd5f524924de9e7203ebb47e0ab4b10bffda485edf5a11431aa1f570e969", + "Addresses": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "AllowedIPs": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49527}, - {"Proto": "peerapi6", "Port": 49527} + {"Proto": "peerapi4", "Port": 46883}, + {"Proto": "peerapi6", "Port": 46883} ]}, - "Created": "2026-04-09T01:23:33.961220906Z", + "Created": "2026-04-09T08:29:40.098581426Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3001844300719046, - "StableID": "nurFXrMYSQ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "KeyExpiry": "2026-10-06T01:23:38Z", - "DiscoKey": "discokey:352a014dfff0f36358a90cfbc81ae808ca4c287a6db9006990a524a9cdca7d39", - "Addresses": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "AllowedIPs": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "Endpoints": ["77.164.248.136:49124", "10.65.0.27:49124", "172.17.0.1:49124"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35016}, - {"Proto": "peerapi6", "Port": 35016} - ]}, - "Created": "2026-04-09T01:23:38.291301864Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3305847236527798, - "StableID": "n1a6x41EpS11CNTRL", + "ID": 293482735818004, + "StableID": "nwi2P3JvH311CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "DiscoKey": "discokey:5a5ce60154ae170d9c4cc6f1c08c7a36e46ea075372d637bb607da4a2edefc5c", - "Addresses": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "AllowedIPs": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "Endpoints": ["77.164.248.136:40441", "10.65.0.27:40441", "172.17.0.1:40441"], + "Key": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "DiscoKey": "discokey:1133b9f558260ac8f8bafa1a8ee4304733d9baf413327d4047e9999261eb4558", + "Addresses": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "AllowedIPs": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "Endpoints": ["77.164.248.136:49539", "10.65.0.27:49539", "172.17.0.1:49539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 42051}, - {"Proto": "peerapi6", "Port": 42051} + {"Proto": "peerapi4", "Port": 54141}, + {"Proto": "peerapi6", "Port": 54141} ]}, - "Created": "2026-04-09T01:23:36.133295219Z", + "Created": "2026-04-09T08:29:42.274147555Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3517380231135052, - "StableID": "noSiKdc2UU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "DiscoKey": "discokey:c49650284415d81fc23da07b3b53c0e8c76c82b273d691b81baad941d6985c16", - "Addresses": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "AllowedIPs": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "Endpoints": ["77.164.248.136:54167", "10.65.0.27:54167", "172.17.0.1:54167"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57890}, - {"Proto": "peerapi6", "Port": 57890} - ]}, - "Created": "2026-04-09T01:23:34.500454776Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5008379856014557, - "StableID": "nCG8VUeJ7g11CNTRL", + "ID": 2299776464268363, + "StableID": "nYB7wDEaxJ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "DiscoKey": "discokey:2e31f7aa4646a941ad363fa637d253024e9812b7e6b1240713676c2c2749764f", - "Addresses": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "AllowedIPs": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], + "Key": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "DiscoKey": "discokey:11936594068a8bb52180fb96084b06ed35cdcea697a6f3cdc90300892868910c", + "Addresses": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "AllowedIPs": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "Endpoints": ["77.164.248.136:43064", "10.65.0.27:43064", "172.17.0.1:43064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57834}, - {"Proto": "peerapi6", "Port": 57834} + {"Proto": "peerapi4", "Port": 36852}, + {"Proto": "peerapi6", "Port": 36852} ]}, - "Created": "2026-04-09T01:23:35.041885869Z", + "Created": "2026-04-09T08:29:41.193734887Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5116381053280387, - "StableID": "nkBNTxeDxg11CNTRL", + "ID": 2673382952268657, + "StableID": "nQ6VvjEnsM11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "DiscoKey": "discokey:1768c0ba56d7a5470f61af771e92ee231b03743e3270bd01d0499705fe298061", + "Addresses": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "AllowedIPs": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "Endpoints": ["77.164.248.136:46938", "10.65.0.27:46938", "172.17.0.1:46938"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36568}, + {"Proto": "peerapi6", "Port": 36568} + ]}, + "Created": "2026-04-09T08:29:40.642310873Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4464044492142255, + "StableID": "nGKNNzsmrb11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "DiscoKey": "discokey:8937345b4090bc2bb92de6788c4ee5cade156dc29fb9345cb2b46beda20ca444", + "Addresses": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "AllowedIPs": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "Endpoints": ["77.164.248.136:58157", "10.65.0.27:58157", "172.17.0.1:58157"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60751}, + {"Proto": "peerapi6", "Port": 60751} + ]}, + "Created": "2026-04-09T08:29:38.48142954Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4860555352812241, + "StableID": "nnZcLjYMxe11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "DiscoKey": "discokey:93e4292196b66d3a600bf3fec1f94918c0962113d12a7d2c62b6010f7fa74103", + "Addresses": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "AllowedIPs": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "Endpoints": ["77.164.248.136:43332", "10.65.0.27:43332", "172.17.0.1:43332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34457}, + {"Proto": "peerapi6", "Port": 34457} + ]}, + "Created": "2026-04-09T08:29:42.82786412Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5002914006808727, + "StableID": "nLhE7v4q4g11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "DiscoKey": "discokey:6db03959380bd7216b7e01a1a4bdbc25bf7b6b16622a00c2b977464d0895b773", - "Addresses": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "AllowedIPs": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "Endpoints": ["77.164.248.136:39644", "10.65.0.27:39644", "172.17.0.1:39644"], + "Key": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "DiscoKey": "discokey:072c24c5b4f7595125e7e7869eaad7320820a0c10a7dac2101ccc2508aad913d", + "Addresses": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "AllowedIPs": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "Endpoints": ["77.164.248.136:38028", "10.65.0.27:38028", "172.17.0.1:38028"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58831}, - {"Proto": "peerapi6", "Port": 58831} + {"Proto": "peerapi4", "Port": 49901}, + {"Proto": "peerapi6", "Port": 49901} ]}, - "Created": "2026-04-09T01:23:30.697023072Z", + "Created": "2026-04-09T08:29:36.847548662Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5228602945164213, - "StableID": "nJFmkvX3qh11CNTRL", + "ID": 5809492876281353, + "StableID": "nz5boYX8Nn11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "DiscoKey": "discokey:0c5f288f5213e840a11cf2cf6b64cb854d859975bf6a2c9d6b35ca6f84b3d721", - "Addresses": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "AllowedIPs": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "Endpoints": ["77.164.248.136:45521", "10.65.0.27:45521", "172.17.0.1:45521"], + "Key": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "DiscoKey": "discokey:7ff2d42175c99081883a043cab00ea414f355245073e8f4a73d1ab3eb79d0860", + "Addresses": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "AllowedIPs": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "Endpoints": ["77.164.248.136:58045", "10.65.0.27:58045", "172.17.0.1:58045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 45546}, - {"Proto": "peerapi6", "Port": 45546} + {"Proto": "peerapi4", "Port": 35044}, + {"Proto": "peerapi6", "Port": 35044} ]}, - "Created": "2026-04-09T01:23:35.585812408Z", + "Created": "2026-04-09T08:29:41.74600695Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6291750141762836, - "StableID": "nuubwDcY8r11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "DiscoKey": "discokey:7f0a0b4cbf261f2ab0acfe2c2cf69c63421f60e1c2077a55cd9e5ce9b155b973", - "Addresses": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "AllowedIPs": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "Endpoints": ["77.164.248.136:59593", "10.65.0.27:59593", "172.17.0.1:59593"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 39205}, - {"Proto": "peerapi6", "Port": 39205} - ]}, - "Created": "2026-04-09T01:23:33.421663939Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6403999229481231, - "StableID": "nv6mSdCP1s11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "DiscoKey": "discokey:64b30c63eec9bb212fba840caed00468b9cd3159db23466839579d2d4d009c1f", - "Addresses": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "AllowedIPs": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "Endpoints": ["77.164.248.136:48171", "10.65.0.27:48171", "172.17.0.1:48171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 59870}, - {"Proto": "peerapi6", "Port": 59870} - ]}, - "Created": "2026-04-09T01:23:31.784031507Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6472542864227176, - "StableID": "nVhLj5jRYs11CNTRL", + "ID": 6256908997965719, + "StableID": "nYFaNbPmrq11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "DiscoKey": "discokey:605d02dbd9db7402542e1c62e760404e36acdecdd5a0a56006434e6455e2c70c", - "Addresses": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "AllowedIPs": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "Endpoints": ["77.164.248.136:56975", "10.65.0.27:56975", "172.17.0.1:56975"], + "Key": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "DiscoKey": "discokey:a5a2d86b3932b25526810f43a7a80795587bb872a789101d454f7d9de7460433", + "Addresses": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "AllowedIPs": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "Endpoints": ["77.164.248.136:33761", "10.65.0.27:33761", "172.17.0.1:33761"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40487}, - {"Proto": "peerapi6", "Port": 40487} + {"Proto": "peerapi4", "Port": 43378}, + {"Proto": "peerapi6", "Port": 43378} ]}, - "Created": "2026-04-09T01:23:32.881687539Z", + "Created": "2026-04-09T08:29:39.027797596Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7879920314742247, - "StableID": "ntmGhP9qX421CNTRL", + "ID": 6281823734155721, + "StableID": "nYAyHjr34r11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "DiscoKey": "discokey:dfa9fec09c4eaa7eac1c4f65fdc3f6b8b3bbd3ddbf3fc08b868b598167b41d46", + "Addresses": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "AllowedIPs": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "Endpoints": ["77.164.248.136:46843", "10.65.0.27:46843", "172.17.0.1:46843"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40350}, + {"Proto": "peerapi6", "Port": 40350} + ]}, + "Created": "2026-04-09T08:29:37.937637388Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7197063581735190, + "StableID": "nM6qX4fZCy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:4d2d8047cad5716ec92658bcd005a9deb24917e44bfa2691fb0f71c28abb7c7f", - "Addresses": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "AllowedIPs": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "Endpoints": ["77.164.248.136:47630", "10.65.0.27:47630", "172.17.0.1:47630"], - "HomeDERP": 14, + "Key": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:0a89d49cbfa680a2388c75f4026d58fee14beb28df63106f8c666ebeee72912d", + "Addresses": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "AllowedIPs": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "Endpoints": ["77.164.248.136:45683", "10.65.0.27:45683", "172.17.0.1:45683"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45957}, - {"Proto": "peerapi6", "Port": 45957} + {"Proto": "peerapi4", "Port": 39400}, + {"Proto": "peerapi6", "Port": 39400} ]}, - "Created": "2026-04-09T01:23:37.200522896Z", + "Created": "2026-04-09T08:29:43.368867707Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 8570553387917462, - "StableID": "nupiQTucv921CNTRL", + "ID": 8339218480194101, + "StableID": "nppPnT8r7821CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:b550feee4752a5796ae9b236b71354db3b0f5ab1bde52370f701fb8dce62cd30", - "Addresses": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "AllowedIPs": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "Endpoints": ["77.164.248.136:47707", "10.65.0.27:47707", "172.17.0.1:47707"], + "Key": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:675e5fd439a8c49b1b2de4576e22775c76f2c1a9e81b21439b46aaa2acab2103", + "Addresses": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "AllowedIPs": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "Endpoints": ["77.164.248.136:48934", "10.65.0.27:48934", "172.17.0.1:48934"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42583}, - {"Proto": "peerapi6", "Port": 42583} + {"Proto": "peerapi4", "Port": 48691}, + {"Proto": "peerapi6", "Port": 48691} ]}, - "Created": "2026-04-09T01:23:37.758403551Z", + "Created": "2026-04-09T08:29:43.915827909Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8780113482595558, - "StableID": "njZWNBhXZB21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 8360107036868093, + "StableID": "nkcN1UqJH821CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "DiscoKey": "discokey:dfb4fbbb6c0693030b0dd62e18730c27494d06fbc554e057902ca4c2e768ef6d", - "Addresses": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "AllowedIPs": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "Endpoints": ["77.164.248.136:59582", "10.65.0.27:59582", "172.17.0.1:59582"], + "Key": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "DiscoKey": "discokey:25818f6a35e5241ddd6d666653456a8218fc1d715ec2aafb59ee607d121eed46", + "Addresses": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "AllowedIPs": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "Endpoints": ["77.164.248.136:34128", "10.65.0.27:34128", "172.17.0.1:34128"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45937}, - {"Proto": "peerapi6", "Port": 45937} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 40139}, + {"Proto": "peerapi6", "Port": 40139} ]}, - "Created": "2026-04-09T01:23:36.661299512Z", + "Created": "2026-04-09T08:29:39.575895131Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8781575348531563, + "StableID": "nGhYTR6CaB21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "KeyExpiry": "2026-10-06T08:29:44Z", + "DiscoKey": "discokey:6db935cab209fc55d5793f8688dbe31547fbbee2fc939cb3f48c716052d23d5e", + "Addresses": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "AllowedIPs": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "Endpoints": ["77.164.248.136:51446", "10.65.0.27:51446", "172.17.0.1:51446"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38654}, + {"Proto": "peerapi6", "Port": 38654} + ]}, + "Created": "2026-04-09T08:29:44.478379846Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10050,27 +10062,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6476986058246436": { - "ID": 6476986058246436, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8752394820602168": { + "ID": 8752394820602168, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10101,26 +10115,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5116381053280387, - "StableID": "nkBNTxeDxg11CNTRL", + "ID": 5002914006808727, + "StableID": "nLhE7v4q4g11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 5116381053280387, - "Key": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "DiscoKey": "discokey:6db03959380bd7216b7e01a1a4bdbc25bf7b6b16622a00c2b977464d0895b773", - "Addresses": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "AllowedIPs": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "Endpoints": ["77.164.248.136:39644", "10.65.0.27:39644", "172.17.0.1:39644"], + "User": 5002914006808727, + "Key": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "DiscoKey": "discokey:072c24c5b4f7595125e7e7869eaad7320820a0c10a7dac2101ccc2508aad913d", + "Addresses": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "AllowedIPs": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "Endpoints": ["77.164.248.136:38028", "10.65.0.27:38028", "172.17.0.1:38028"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 58831}, - {"Proto": "peerapi6", "Port": 58831}, + {"Proto": "peerapi4", "Port": 49901}, + {"Proto": "peerapi6", "Port": 49901}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:30.697023072Z", + "Created": "2026-04-09T08:29:36.847548662Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10148,302 +10162,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "MachineKey": "mkey:df6ee6c0e71d42c6eeffa3e22c4515d2202065c34d148b392a0ca7398019e46f", + "NodeKey": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "MachineKey": "mkey:e971376b4314ff935ab60742cc555bd58276e84ab4c31d58d6cc7867b9e5b303", "Peers": [{ - "ID": 1340727010742971, - "StableID": "nLHTqFdDUB11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "DiscoKey": "discokey:a36b69f68b88a8c88308f4671fca83ec5b6b573b798d9fc571a42e3681978447", - "Addresses": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "AllowedIPs": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "Endpoints": ["77.164.248.136:38209", "10.65.0.27:38209", "172.17.0.1:38209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53272}, - {"Proto": "peerapi6", "Port": 53272} - ]}, - "Created": "2026-04-09T01:23:32.321645772Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2137883929982241, - "StableID": "nW754yaFhH11CNTRL", + "ID": 212967181774545, + "StableID": "n6PjadHTf211CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "DiscoKey": "discokey:f232dfd19f4a11765427e576ce2fd015c173217fdab01bd6658ab94f6c87c06e", - "Addresses": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "AllowedIPs": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "Endpoints": ["77.164.248.136:38359", "10.65.0.27:38359", "172.17.0.1:38359"], + "Key": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "DiscoKey": "discokey:1f8bcd5f524924de9e7203ebb47e0ab4b10bffda485edf5a11431aa1f570e969", + "Addresses": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "AllowedIPs": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49527}, - {"Proto": "peerapi6", "Port": 49527} + {"Proto": "peerapi4", "Port": 46883}, + {"Proto": "peerapi6", "Port": 46883} ]}, - "Created": "2026-04-09T01:23:33.961220906Z", + "Created": "2026-04-09T08:29:40.098581426Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3001844300719046, - "StableID": "nurFXrMYSQ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "KeyExpiry": "2026-10-06T01:23:38Z", - "DiscoKey": "discokey:352a014dfff0f36358a90cfbc81ae808ca4c287a6db9006990a524a9cdca7d39", - "Addresses": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "AllowedIPs": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "Endpoints": ["77.164.248.136:49124", "10.65.0.27:49124", "172.17.0.1:49124"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35016}, - {"Proto": "peerapi6", "Port": 35016} - ]}, - "Created": "2026-04-09T01:23:38.291301864Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3305847236527798, - "StableID": "n1a6x41EpS11CNTRL", + "ID": 293482735818004, + "StableID": "nwi2P3JvH311CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "DiscoKey": "discokey:5a5ce60154ae170d9c4cc6f1c08c7a36e46ea075372d637bb607da4a2edefc5c", - "Addresses": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "AllowedIPs": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "Endpoints": ["77.164.248.136:40441", "10.65.0.27:40441", "172.17.0.1:40441"], + "Key": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "DiscoKey": "discokey:1133b9f558260ac8f8bafa1a8ee4304733d9baf413327d4047e9999261eb4558", + "Addresses": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "AllowedIPs": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "Endpoints": ["77.164.248.136:49539", "10.65.0.27:49539", "172.17.0.1:49539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 42051}, - {"Proto": "peerapi6", "Port": 42051} + {"Proto": "peerapi4", "Port": 54141}, + {"Proto": "peerapi6", "Port": 54141} ]}, - "Created": "2026-04-09T01:23:36.133295219Z", + "Created": "2026-04-09T08:29:42.274147555Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3517380231135052, - "StableID": "noSiKdc2UU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "DiscoKey": "discokey:c49650284415d81fc23da07b3b53c0e8c76c82b273d691b81baad941d6985c16", - "Addresses": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "AllowedIPs": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "Endpoints": ["77.164.248.136:54167", "10.65.0.27:54167", "172.17.0.1:54167"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57890}, - {"Proto": "peerapi6", "Port": 57890} - ]}, - "Created": "2026-04-09T01:23:34.500454776Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5008379856014557, - "StableID": "nCG8VUeJ7g11CNTRL", + "ID": 2299776464268363, + "StableID": "nYB7wDEaxJ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "DiscoKey": "discokey:2e31f7aa4646a941ad363fa637d253024e9812b7e6b1240713676c2c2749764f", - "Addresses": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "AllowedIPs": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], + "Key": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "DiscoKey": "discokey:11936594068a8bb52180fb96084b06ed35cdcea697a6f3cdc90300892868910c", + "Addresses": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "AllowedIPs": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "Endpoints": ["77.164.248.136:43064", "10.65.0.27:43064", "172.17.0.1:43064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57834}, - {"Proto": "peerapi6", "Port": 57834} + {"Proto": "peerapi4", "Port": 36852}, + {"Proto": "peerapi6", "Port": 36852} ]}, - "Created": "2026-04-09T01:23:35.041885869Z", + "Created": "2026-04-09T08:29:41.193734887Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5228602945164213, - "StableID": "nJFmkvX3qh11CNTRL", + "ID": 2673382952268657, + "StableID": "nQ6VvjEnsM11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "DiscoKey": "discokey:1768c0ba56d7a5470f61af771e92ee231b03743e3270bd01d0499705fe298061", + "Addresses": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "AllowedIPs": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "Endpoints": ["77.164.248.136:46938", "10.65.0.27:46938", "172.17.0.1:46938"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36568}, + {"Proto": "peerapi6", "Port": 36568} + ]}, + "Created": "2026-04-09T08:29:40.642310873Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4464044492142255, + "StableID": "nGKNNzsmrb11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "DiscoKey": "discokey:8937345b4090bc2bb92de6788c4ee5cade156dc29fb9345cb2b46beda20ca444", + "Addresses": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "AllowedIPs": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "Endpoints": ["77.164.248.136:58157", "10.65.0.27:58157", "172.17.0.1:58157"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60751}, + {"Proto": "peerapi6", "Port": 60751} + ]}, + "Created": "2026-04-09T08:29:38.48142954Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4860555352812241, + "StableID": "nnZcLjYMxe11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "DiscoKey": "discokey:93e4292196b66d3a600bf3fec1f94918c0962113d12a7d2c62b6010f7fa74103", + "Addresses": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "AllowedIPs": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "Endpoints": ["77.164.248.136:43332", "10.65.0.27:43332", "172.17.0.1:43332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34457}, + {"Proto": "peerapi6", "Port": 34457} + ]}, + "Created": "2026-04-09T08:29:42.82786412Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5809492876281353, + "StableID": "nz5boYX8Nn11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "DiscoKey": "discokey:0c5f288f5213e840a11cf2cf6b64cb854d859975bf6a2c9d6b35ca6f84b3d721", - "Addresses": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "AllowedIPs": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "Endpoints": ["77.164.248.136:45521", "10.65.0.27:45521", "172.17.0.1:45521"], + "Key": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "DiscoKey": "discokey:7ff2d42175c99081883a043cab00ea414f355245073e8f4a73d1ab3eb79d0860", + "Addresses": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "AllowedIPs": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "Endpoints": ["77.164.248.136:58045", "10.65.0.27:58045", "172.17.0.1:58045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 45546}, - {"Proto": "peerapi6", "Port": 45546} + {"Proto": "peerapi4", "Port": 35044}, + {"Proto": "peerapi6", "Port": 35044} ]}, - "Created": "2026-04-09T01:23:35.585812408Z", + "Created": "2026-04-09T08:29:41.74600695Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6291750141762836, - "StableID": "nuubwDcY8r11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "DiscoKey": "discokey:7f0a0b4cbf261f2ab0acfe2c2cf69c63421f60e1c2077a55cd9e5ce9b155b973", - "Addresses": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "AllowedIPs": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "Endpoints": ["77.164.248.136:59593", "10.65.0.27:59593", "172.17.0.1:59593"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 39205}, - {"Proto": "peerapi6", "Port": 39205} - ]}, - "Created": "2026-04-09T01:23:33.421663939Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6403999229481231, - "StableID": "nv6mSdCP1s11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "DiscoKey": "discokey:64b30c63eec9bb212fba840caed00468b9cd3159db23466839579d2d4d009c1f", - "Addresses": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "AllowedIPs": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "Endpoints": ["77.164.248.136:48171", "10.65.0.27:48171", "172.17.0.1:48171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 59870}, - {"Proto": "peerapi6", "Port": 59870} - ]}, - "Created": "2026-04-09T01:23:31.784031507Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6472542864227176, - "StableID": "nVhLj5jRYs11CNTRL", + "ID": 6256908997965719, + "StableID": "nYFaNbPmrq11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "DiscoKey": "discokey:605d02dbd9db7402542e1c62e760404e36acdecdd5a0a56006434e6455e2c70c", - "Addresses": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "AllowedIPs": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "Endpoints": ["77.164.248.136:56975", "10.65.0.27:56975", "172.17.0.1:56975"], + "Key": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "DiscoKey": "discokey:a5a2d86b3932b25526810f43a7a80795587bb872a789101d454f7d9de7460433", + "Addresses": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "AllowedIPs": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "Endpoints": ["77.164.248.136:33761", "10.65.0.27:33761", "172.17.0.1:33761"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40487}, - {"Proto": "peerapi6", "Port": 40487} + {"Proto": "peerapi4", "Port": 43378}, + {"Proto": "peerapi6", "Port": 43378} ]}, - "Created": "2026-04-09T01:23:32.881687539Z", + "Created": "2026-04-09T08:29:39.027797596Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6476986058246436, - "StableID": "n156aZSSas11CNTRL", + "ID": 6281823734155721, + "StableID": "nYAyHjr34r11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "DiscoKey": "discokey:dfa9fec09c4eaa7eac1c4f65fdc3f6b8b3bbd3ddbf3fc08b868b598167b41d46", + "Addresses": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "AllowedIPs": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "Endpoints": ["77.164.248.136:46843", "10.65.0.27:46843", "172.17.0.1:46843"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40350}, + {"Proto": "peerapi6", "Port": 40350} + ]}, + "Created": "2026-04-09T08:29:37.937637388Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7197063581735190, + "StableID": "nM6qX4fZCy11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:0a89d49cbfa680a2388c75f4026d58fee14beb28df63106f8c666ebeee72912d", + "Addresses": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "AllowedIPs": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "Endpoints": ["77.164.248.136:45683", "10.65.0.27:45683", "172.17.0.1:45683"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39400}, + {"Proto": "peerapi6", "Port": 39400} + ]}, + "Created": "2026-04-09T08:29:43.368867707Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8339218480194101, + "StableID": "nppPnT8r7821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:675e5fd439a8c49b1b2de4576e22775c76f2c1a9e81b21439b46aaa2acab2103", + "Addresses": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "AllowedIPs": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "Endpoints": ["77.164.248.136:48934", "10.65.0.27:48934", "172.17.0.1:48934"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48691}, + {"Proto": "peerapi6", "Port": 48691} + ]}, + "Created": "2026-04-09T08:29:43.915827909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8360107036868093, + "StableID": "nkcN1UqJH821CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "DiscoKey": "discokey:25818f6a35e5241ddd6d666653456a8218fc1d715ec2aafb59ee607d121eed46", + "Addresses": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "AllowedIPs": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "Endpoints": ["77.164.248.136:34128", "10.65.0.27:34128", "172.17.0.1:34128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 40139}, + {"Proto": "peerapi6", "Port": 40139} + ]}, + "Created": "2026-04-09T08:29:39.575895131Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8752394820602168, + "StableID": "nTcT86ayLB21CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "DiscoKey": "discokey:f6a98c34f5c7bba073384df54d9bf66edabdaf68b6c30eb8e9b3b73374174131", - "Addresses": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "AllowedIPs": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "Endpoints": ["77.164.248.136:43909", "10.65.0.27:43909", "172.17.0.1:43909"], + "Key": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "DiscoKey": "discokey:4f4b73ce3e4a95f12cbf832fe6c692d20b9b8143f0b13af2dd49e6697347e329", + "Addresses": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "AllowedIPs": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "Endpoints": ["77.164.248.136:43626", "10.65.0.27:43626", "172.17.0.1:43626"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44349}, - {"Proto": "peerapi6", "Port": 44349} + {"Proto": "peerapi4", "Port": 39337}, + {"Proto": "peerapi6", "Port": 39337} ]}, - "Created": "2026-04-09T01:23:31.242995946Z", + "Created": "2026-04-09T08:29:37.426330796Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7879920314742247, - "StableID": "ntmGhP9qX421CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:4d2d8047cad5716ec92658bcd005a9deb24917e44bfa2691fb0f71c28abb7c7f", - "Addresses": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "AllowedIPs": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "Endpoints": ["77.164.248.136:47630", "10.65.0.27:47630", "172.17.0.1:47630"], + "ID": 8781575348531563, + "StableID": "nGhYTR6CaB21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "KeyExpiry": "2026-10-06T08:29:44Z", + "DiscoKey": "discokey:6db935cab209fc55d5793f8688dbe31547fbbee2fc939cb3f48c716052d23d5e", + "Addresses": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "AllowedIPs": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "Endpoints": ["77.164.248.136:51446", "10.65.0.27:51446", "172.17.0.1:51446"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45957}, - {"Proto": "peerapi6", "Port": 45957} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38654}, + {"Proto": "peerapi6", "Port": 38654} ]}, - "Created": "2026-04-09T01:23:37.200522896Z", + "Created": "2026-04-09T08:29:44.478379846Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 8570553387917462, - "StableID": "nupiQTucv921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:b550feee4752a5796ae9b236b71354db3b0f5ab1bde52370f701fb8dce62cd30", - "Addresses": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "AllowedIPs": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "Endpoints": ["77.164.248.136:47707", "10.65.0.27:47707", "172.17.0.1:47707"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42583}, - {"Proto": "peerapi6", "Port": 42583} - ]}, - "Created": "2026-04-09T01:23:37.758403551Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8780113482595558, - "StableID": "njZWNBhXZB21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "DiscoKey": "discokey:dfb4fbbb6c0693030b0dd62e18730c27494d06fbc554e057902ca4c2e768ef6d", - "Addresses": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "AllowedIPs": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "Endpoints": ["77.164.248.136:59582", "10.65.0.27:59582", "172.17.0.1:59582"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45937}, - {"Proto": "peerapi6", "Port": 45937} - ]}, - "Created": "2026-04-09T01:23:36.661299512Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11291,27 +11305,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5116381053280387": { - "ID": 5116381053280387, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5002914006808727": { + "ID": 5002914006808727, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11342,21 +11358,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6472542864227176, - "StableID": "nVhLj5jRYs11CNTRL", + "ID": 6256908997965719, + "StableID": "nYFaNbPmrq11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 6472542864227176, - "Key": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "DiscoKey": "discokey:605d02dbd9db7402542e1c62e760404e36acdecdd5a0a56006434e6455e2c70c", - "Addresses": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "AllowedIPs": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "Endpoints": ["77.164.248.136:56975", "10.65.0.27:56975", "172.17.0.1:56975"], + "User": 6256908997965719, + "Key": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "DiscoKey": "discokey:a5a2d86b3932b25526810f43a7a80795587bb872a789101d454f7d9de7460433", + "Addresses": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "AllowedIPs": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "Endpoints": ["77.164.248.136:33761", "10.65.0.27:33761", "172.17.0.1:33761"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 40487}, - {"Proto": "peerapi6", "Port": 40487}, + {"Proto": "peerapi4", "Port": 43378}, + {"Proto": "peerapi6", "Port": 43378}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:32.881687539Z", + "Created": "2026-04-09T08:29:39.027797596Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11384,300 +11400,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "MachineKey": "mkey:ce737279a38b3ec1067a185b14a10eea9c0974867b8491fbe9176afb8b606c22", + "NodeKey": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "MachineKey": "mkey:88cf74de46c3433a7887ebdb79ef0cdcf1756532d9fa0c2518fc45546a9ff73c", "Peers": [{ - "ID": 1340727010742971, - "StableID": "nLHTqFdDUB11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "DiscoKey": "discokey:a36b69f68b88a8c88308f4671fca83ec5b6b573b798d9fc571a42e3681978447", - "Addresses": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "AllowedIPs": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "Endpoints": ["77.164.248.136:38209", "10.65.0.27:38209", "172.17.0.1:38209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53272}, - {"Proto": "peerapi6", "Port": 53272} - ]}, - "Created": "2026-04-09T01:23:32.321645772Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2137883929982241, - "StableID": "nW754yaFhH11CNTRL", + "ID": 212967181774545, + "StableID": "n6PjadHTf211CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "DiscoKey": "discokey:f232dfd19f4a11765427e576ce2fd015c173217fdab01bd6658ab94f6c87c06e", - "Addresses": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "AllowedIPs": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "Endpoints": ["77.164.248.136:38359", "10.65.0.27:38359", "172.17.0.1:38359"], + "Key": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "DiscoKey": "discokey:1f8bcd5f524924de9e7203ebb47e0ab4b10bffda485edf5a11431aa1f570e969", + "Addresses": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "AllowedIPs": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49527}, - {"Proto": "peerapi6", "Port": 49527} + {"Proto": "peerapi4", "Port": 46883}, + {"Proto": "peerapi6", "Port": 46883} ]}, - "Created": "2026-04-09T01:23:33.961220906Z", + "Created": "2026-04-09T08:29:40.098581426Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3001844300719046, - "StableID": "nurFXrMYSQ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "KeyExpiry": "2026-10-06T01:23:38Z", - "DiscoKey": "discokey:352a014dfff0f36358a90cfbc81ae808ca4c287a6db9006990a524a9cdca7d39", - "Addresses": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "AllowedIPs": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35016}, - {"Proto": "peerapi6", "Port": 35016} - ]}, - "Created": "2026-04-09T01:23:38.291301864Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3305847236527798, - "StableID": "n1a6x41EpS11CNTRL", + "ID": 293482735818004, + "StableID": "nwi2P3JvH311CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "DiscoKey": "discokey:5a5ce60154ae170d9c4cc6f1c08c7a36e46ea075372d637bb607da4a2edefc5c", - "Addresses": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "AllowedIPs": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "Endpoints": ["77.164.248.136:40441", "10.65.0.27:40441", "172.17.0.1:40441"], + "Key": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "DiscoKey": "discokey:1133b9f558260ac8f8bafa1a8ee4304733d9baf413327d4047e9999261eb4558", + "Addresses": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "AllowedIPs": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "Endpoints": ["77.164.248.136:49539", "10.65.0.27:49539", "172.17.0.1:49539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 42051}, - {"Proto": "peerapi6", "Port": 42051} + {"Proto": "peerapi4", "Port": 54141}, + {"Proto": "peerapi6", "Port": 54141} ]}, - "Created": "2026-04-09T01:23:36.133295219Z", + "Created": "2026-04-09T08:29:42.274147555Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3517380231135052, - "StableID": "noSiKdc2UU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "DiscoKey": "discokey:c49650284415d81fc23da07b3b53c0e8c76c82b273d691b81baad941d6985c16", - "Addresses": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "AllowedIPs": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "Endpoints": ["77.164.248.136:54167", "10.65.0.27:54167", "172.17.0.1:54167"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57890}, - {"Proto": "peerapi6", "Port": 57890} - ]}, - "Created": "2026-04-09T01:23:34.500454776Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5008379856014557, - "StableID": "nCG8VUeJ7g11CNTRL", + "ID": 2299776464268363, + "StableID": "nYB7wDEaxJ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "DiscoKey": "discokey:2e31f7aa4646a941ad363fa637d253024e9812b7e6b1240713676c2c2749764f", - "Addresses": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "AllowedIPs": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], + "Key": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "DiscoKey": "discokey:11936594068a8bb52180fb96084b06ed35cdcea697a6f3cdc90300892868910c", + "Addresses": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "AllowedIPs": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "Endpoints": ["77.164.248.136:43064", "10.65.0.27:43064", "172.17.0.1:43064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57834}, - {"Proto": "peerapi6", "Port": 57834} + {"Proto": "peerapi4", "Port": 36852}, + {"Proto": "peerapi6", "Port": 36852} ]}, - "Created": "2026-04-09T01:23:35.041885869Z", + "Created": "2026-04-09T08:29:41.193734887Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5116381053280387, - "StableID": "nkBNTxeDxg11CNTRL", + "ID": 2673382952268657, + "StableID": "nQ6VvjEnsM11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "DiscoKey": "discokey:1768c0ba56d7a5470f61af771e92ee231b03743e3270bd01d0499705fe298061", + "Addresses": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "AllowedIPs": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "Endpoints": ["77.164.248.136:46938", "10.65.0.27:46938", "172.17.0.1:46938"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36568}, + {"Proto": "peerapi6", "Port": 36568} + ]}, + "Created": "2026-04-09T08:29:40.642310873Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4464044492142255, + "StableID": "nGKNNzsmrb11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "DiscoKey": "discokey:8937345b4090bc2bb92de6788c4ee5cade156dc29fb9345cb2b46beda20ca444", + "Addresses": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "AllowedIPs": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "Endpoints": ["77.164.248.136:58157", "10.65.0.27:58157", "172.17.0.1:58157"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60751}, + {"Proto": "peerapi6", "Port": 60751} + ]}, + "Created": "2026-04-09T08:29:38.48142954Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4860555352812241, + "StableID": "nnZcLjYMxe11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "DiscoKey": "discokey:93e4292196b66d3a600bf3fec1f94918c0962113d12a7d2c62b6010f7fa74103", + "Addresses": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "AllowedIPs": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "Endpoints": ["77.164.248.136:43332", "10.65.0.27:43332", "172.17.0.1:43332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34457}, + {"Proto": "peerapi6", "Port": 34457} + ]}, + "Created": "2026-04-09T08:29:42.82786412Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5002914006808727, + "StableID": "nLhE7v4q4g11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "DiscoKey": "discokey:6db03959380bd7216b7e01a1a4bdbc25bf7b6b16622a00c2b977464d0895b773", - "Addresses": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "AllowedIPs": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "Endpoints": ["77.164.248.136:39644", "10.65.0.27:39644", "172.17.0.1:39644"], + "Key": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "DiscoKey": "discokey:072c24c5b4f7595125e7e7869eaad7320820a0c10a7dac2101ccc2508aad913d", + "Addresses": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "AllowedIPs": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "Endpoints": ["77.164.248.136:38028", "10.65.0.27:38028", "172.17.0.1:38028"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58831}, - {"Proto": "peerapi6", "Port": 58831} + {"Proto": "peerapi4", "Port": 49901}, + {"Proto": "peerapi6", "Port": 49901} ]}, - "Created": "2026-04-09T01:23:30.697023072Z", + "Created": "2026-04-09T08:29:36.847548662Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5228602945164213, - "StableID": "nJFmkvX3qh11CNTRL", + "ID": 5809492876281353, + "StableID": "nz5boYX8Nn11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "DiscoKey": "discokey:0c5f288f5213e840a11cf2cf6b64cb854d859975bf6a2c9d6b35ca6f84b3d721", - "Addresses": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "AllowedIPs": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "Endpoints": ["77.164.248.136:45521", "10.65.0.27:45521", "172.17.0.1:45521"], + "Key": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "DiscoKey": "discokey:7ff2d42175c99081883a043cab00ea414f355245073e8f4a73d1ab3eb79d0860", + "Addresses": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "AllowedIPs": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "Endpoints": ["77.164.248.136:58045", "10.65.0.27:58045", "172.17.0.1:58045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 45546}, - {"Proto": "peerapi6", "Port": 45546} + {"Proto": "peerapi4", "Port": 35044}, + {"Proto": "peerapi6", "Port": 35044} ]}, - "Created": "2026-04-09T01:23:35.585812408Z", + "Created": "2026-04-09T08:29:41.74600695Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6291750141762836, - "StableID": "nuubwDcY8r11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "DiscoKey": "discokey:7f0a0b4cbf261f2ab0acfe2c2cf69c63421f60e1c2077a55cd9e5ce9b155b973", - "Addresses": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "AllowedIPs": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "Endpoints": ["77.164.248.136:59593", "10.65.0.27:59593", "172.17.0.1:59593"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 39205}, - {"Proto": "peerapi6", "Port": 39205} - ]}, - "Created": "2026-04-09T01:23:33.421663939Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6403999229481231, - "StableID": "nv6mSdCP1s11CNTRL", + "ID": 6281823734155721, + "StableID": "nYAyHjr34r11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "DiscoKey": "discokey:64b30c63eec9bb212fba840caed00468b9cd3159db23466839579d2d4d009c1f", - "Addresses": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "AllowedIPs": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "Endpoints": ["77.164.248.136:48171", "10.65.0.27:48171", "172.17.0.1:48171"], - "HomeDERP": 14, + "Key": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "DiscoKey": "discokey:dfa9fec09c4eaa7eac1c4f65fdc3f6b8b3bbd3ddbf3fc08b868b598167b41d46", + "Addresses": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "AllowedIPs": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "Endpoints": ["77.164.248.136:46843", "10.65.0.27:46843", "172.17.0.1:46843"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 59870}, - {"Proto": "peerapi6", "Port": 59870} + {"Proto": "peerapi4", "Port": 40350}, + {"Proto": "peerapi6", "Port": 40350} ]}, - "Created": "2026-04-09T01:23:31.784031507Z", + "Created": "2026-04-09T08:29:37.937637388Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 6476986058246436, - "StableID": "n156aZSSas11CNTRL", + "ID": 7197063581735190, + "StableID": "nM6qX4fZCy11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:0a89d49cbfa680a2388c75f4026d58fee14beb28df63106f8c666ebeee72912d", + "Addresses": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "AllowedIPs": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "Endpoints": ["77.164.248.136:45683", "10.65.0.27:45683", "172.17.0.1:45683"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39400}, + {"Proto": "peerapi6", "Port": 39400} + ]}, + "Created": "2026-04-09T08:29:43.368867707Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8339218480194101, + "StableID": "nppPnT8r7821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:675e5fd439a8c49b1b2de4576e22775c76f2c1a9e81b21439b46aaa2acab2103", + "Addresses": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "AllowedIPs": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "Endpoints": ["77.164.248.136:48934", "10.65.0.27:48934", "172.17.0.1:48934"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48691}, + {"Proto": "peerapi6", "Port": 48691} + ]}, + "Created": "2026-04-09T08:29:43.915827909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8360107036868093, + "StableID": "nkcN1UqJH821CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "DiscoKey": "discokey:25818f6a35e5241ddd6d666653456a8218fc1d715ec2aafb59ee607d121eed46", + "Addresses": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "AllowedIPs": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "Endpoints": ["77.164.248.136:34128", "10.65.0.27:34128", "172.17.0.1:34128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 40139}, + {"Proto": "peerapi6", "Port": 40139} + ]}, + "Created": "2026-04-09T08:29:39.575895131Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8752394820602168, + "StableID": "nTcT86ayLB21CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "DiscoKey": "discokey:f6a98c34f5c7bba073384df54d9bf66edabdaf68b6c30eb8e9b3b73374174131", - "Addresses": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "AllowedIPs": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "Endpoints": ["77.164.248.136:43909", "10.65.0.27:43909", "172.17.0.1:43909"], + "Key": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "DiscoKey": "discokey:4f4b73ce3e4a95f12cbf832fe6c692d20b9b8143f0b13af2dd49e6697347e329", + "Addresses": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "AllowedIPs": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "Endpoints": ["77.164.248.136:43626", "10.65.0.27:43626", "172.17.0.1:43626"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44349}, - {"Proto": "peerapi6", "Port": 44349} + {"Proto": "peerapi4", "Port": 39337}, + {"Proto": "peerapi6", "Port": 39337} ]}, - "Created": "2026-04-09T01:23:31.242995946Z", + "Created": "2026-04-09T08:29:37.426330796Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7879920314742247, - "StableID": "ntmGhP9qX421CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:4d2d8047cad5716ec92658bcd005a9deb24917e44bfa2691fb0f71c28abb7c7f", - "Addresses": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "AllowedIPs": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "Endpoints": ["77.164.248.136:47630", "10.65.0.27:47630", "172.17.0.1:47630"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45957}, - {"Proto": "peerapi6", "Port": 45957} + "ID": 8781575348531563, + "StableID": "nGhYTR6CaB21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "KeyExpiry": "2026-10-06T08:29:44Z", + "DiscoKey": "discokey:6db935cab209fc55d5793f8688dbe31547fbbee2fc939cb3f48c716052d23d5e", + "Addresses": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "AllowedIPs": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38654}, + {"Proto": "peerapi6", "Port": 38654} ]}, - "Created": "2026-04-09T01:23:37.200522896Z", + "Created": "2026-04-09T08:29:44.478379846Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 8570553387917462, - "StableID": "nupiQTucv921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:b550feee4752a5796ae9b236b71354db3b0f5ab1bde52370f701fb8dce62cd30", - "Addresses": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "AllowedIPs": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "Endpoints": ["77.164.248.136:47707", "10.65.0.27:47707", "172.17.0.1:47707"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42583}, - {"Proto": "peerapi6", "Port": 42583} - ]}, - "Created": "2026-04-09T01:23:37.758403551Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8780113482595558, - "StableID": "njZWNBhXZB21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "DiscoKey": "discokey:dfb4fbbb6c0693030b0dd62e18730c27494d06fbc554e057902ca4c2e768ef6d", - "Addresses": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "AllowedIPs": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "Endpoints": ["77.164.248.136:59582", "10.65.0.27:59582", "172.17.0.1:59582"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45937}, - {"Proto": "peerapi6", "Port": 45937} - ]}, - "Created": "2026-04-09T01:23:36.661299512Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12525,27 +12541,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6472542864227176": { - "ID": 6472542864227176, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6256908997965719": { + "ID": 6256908997965719, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12576,21 +12594,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1340727010742971, - "StableID": "nLHTqFdDUB11CNTRL", + "ID": 4464044492142255, + "StableID": "nGKNNzsmrb11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 1340727010742971, - "Key": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "DiscoKey": "discokey:a36b69f68b88a8c88308f4671fca83ec5b6b573b798d9fc571a42e3681978447", - "Addresses": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "AllowedIPs": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "Endpoints": ["77.164.248.136:38209", "10.65.0.27:38209", "172.17.0.1:38209"], + "User": 4464044492142255, + "Key": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "DiscoKey": "discokey:8937345b4090bc2bb92de6788c4ee5cade156dc29fb9345cb2b46beda20ca444", + "Addresses": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "AllowedIPs": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "Endpoints": ["77.164.248.136:58157", "10.65.0.27:58157", "172.17.0.1:58157"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 53272}, - {"Proto": "peerapi6", "Port": 53272}, + {"Proto": "peerapi4", "Port": 60751}, + {"Proto": "peerapi6", "Port": 60751}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:32.321645772Z", + "Created": "2026-04-09T08:29:38.48142954Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12618,300 +12636,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "MachineKey": "mkey:dd990f414fa9f12c51a27ae4a1206dc0cad2c7daee2dfc71d2ef770d09a3bf3b", + "NodeKey": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "MachineKey": "mkey:492bc8dc7a564cfbce912e9966c45a24f2c02e5d36e671dc4e3ee8e991cce412", "Peers": [{ - "ID": 2137883929982241, - "StableID": "nW754yaFhH11CNTRL", + "ID": 212967181774545, + "StableID": "n6PjadHTf211CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "DiscoKey": "discokey:f232dfd19f4a11765427e576ce2fd015c173217fdab01bd6658ab94f6c87c06e", - "Addresses": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "AllowedIPs": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "Endpoints": ["77.164.248.136:38359", "10.65.0.27:38359", "172.17.0.1:38359"], + "Key": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "DiscoKey": "discokey:1f8bcd5f524924de9e7203ebb47e0ab4b10bffda485edf5a11431aa1f570e969", + "Addresses": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "AllowedIPs": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49527}, - {"Proto": "peerapi6", "Port": 49527} + {"Proto": "peerapi4", "Port": 46883}, + {"Proto": "peerapi6", "Port": 46883} ]}, - "Created": "2026-04-09T01:23:33.961220906Z", + "Created": "2026-04-09T08:29:40.098581426Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3001844300719046, - "StableID": "nurFXrMYSQ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "KeyExpiry": "2026-10-06T01:23:38Z", - "DiscoKey": "discokey:352a014dfff0f36358a90cfbc81ae808ca4c287a6db9006990a524a9cdca7d39", - "Addresses": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "AllowedIPs": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35016}, - {"Proto": "peerapi6", "Port": 35016} - ]}, - "Created": "2026-04-09T01:23:38.291301864Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3305847236527798, - "StableID": "n1a6x41EpS11CNTRL", + "ID": 293482735818004, + "StableID": "nwi2P3JvH311CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "DiscoKey": "discokey:5a5ce60154ae170d9c4cc6f1c08c7a36e46ea075372d637bb607da4a2edefc5c", - "Addresses": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "AllowedIPs": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "Endpoints": ["77.164.248.136:40441", "10.65.0.27:40441", "172.17.0.1:40441"], + "Key": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "DiscoKey": "discokey:1133b9f558260ac8f8bafa1a8ee4304733d9baf413327d4047e9999261eb4558", + "Addresses": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "AllowedIPs": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "Endpoints": ["77.164.248.136:49539", "10.65.0.27:49539", "172.17.0.1:49539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 42051}, - {"Proto": "peerapi6", "Port": 42051} + {"Proto": "peerapi4", "Port": 54141}, + {"Proto": "peerapi6", "Port": 54141} ]}, - "Created": "2026-04-09T01:23:36.133295219Z", + "Created": "2026-04-09T08:29:42.274147555Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3517380231135052, - "StableID": "noSiKdc2UU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "DiscoKey": "discokey:c49650284415d81fc23da07b3b53c0e8c76c82b273d691b81baad941d6985c16", - "Addresses": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "AllowedIPs": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "Endpoints": ["77.164.248.136:54167", "10.65.0.27:54167", "172.17.0.1:54167"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57890}, - {"Proto": "peerapi6", "Port": 57890} - ]}, - "Created": "2026-04-09T01:23:34.500454776Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5008379856014557, - "StableID": "nCG8VUeJ7g11CNTRL", + "ID": 2299776464268363, + "StableID": "nYB7wDEaxJ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "DiscoKey": "discokey:2e31f7aa4646a941ad363fa637d253024e9812b7e6b1240713676c2c2749764f", - "Addresses": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "AllowedIPs": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], + "Key": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "DiscoKey": "discokey:11936594068a8bb52180fb96084b06ed35cdcea697a6f3cdc90300892868910c", + "Addresses": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "AllowedIPs": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "Endpoints": ["77.164.248.136:43064", "10.65.0.27:43064", "172.17.0.1:43064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57834}, - {"Proto": "peerapi6", "Port": 57834} + {"Proto": "peerapi4", "Port": 36852}, + {"Proto": "peerapi6", "Port": 36852} ]}, - "Created": "2026-04-09T01:23:35.041885869Z", + "Created": "2026-04-09T08:29:41.193734887Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5116381053280387, - "StableID": "nkBNTxeDxg11CNTRL", + "ID": 2673382952268657, + "StableID": "nQ6VvjEnsM11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "DiscoKey": "discokey:1768c0ba56d7a5470f61af771e92ee231b03743e3270bd01d0499705fe298061", + "Addresses": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "AllowedIPs": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "Endpoints": ["77.164.248.136:46938", "10.65.0.27:46938", "172.17.0.1:46938"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36568}, + {"Proto": "peerapi6", "Port": 36568} + ]}, + "Created": "2026-04-09T08:29:40.642310873Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4860555352812241, + "StableID": "nnZcLjYMxe11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "DiscoKey": "discokey:93e4292196b66d3a600bf3fec1f94918c0962113d12a7d2c62b6010f7fa74103", + "Addresses": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "AllowedIPs": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "Endpoints": ["77.164.248.136:43332", "10.65.0.27:43332", "172.17.0.1:43332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34457}, + {"Proto": "peerapi6", "Port": 34457} + ]}, + "Created": "2026-04-09T08:29:42.82786412Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5002914006808727, + "StableID": "nLhE7v4q4g11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "DiscoKey": "discokey:6db03959380bd7216b7e01a1a4bdbc25bf7b6b16622a00c2b977464d0895b773", - "Addresses": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "AllowedIPs": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "Endpoints": ["77.164.248.136:39644", "10.65.0.27:39644", "172.17.0.1:39644"], + "Key": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "DiscoKey": "discokey:072c24c5b4f7595125e7e7869eaad7320820a0c10a7dac2101ccc2508aad913d", + "Addresses": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "AllowedIPs": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "Endpoints": ["77.164.248.136:38028", "10.65.0.27:38028", "172.17.0.1:38028"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58831}, - {"Proto": "peerapi6", "Port": 58831} + {"Proto": "peerapi4", "Port": 49901}, + {"Proto": "peerapi6", "Port": 49901} ]}, - "Created": "2026-04-09T01:23:30.697023072Z", + "Created": "2026-04-09T08:29:36.847548662Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5228602945164213, - "StableID": "nJFmkvX3qh11CNTRL", + "ID": 5809492876281353, + "StableID": "nz5boYX8Nn11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "DiscoKey": "discokey:0c5f288f5213e840a11cf2cf6b64cb854d859975bf6a2c9d6b35ca6f84b3d721", - "Addresses": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "AllowedIPs": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "Endpoints": ["77.164.248.136:45521", "10.65.0.27:45521", "172.17.0.1:45521"], + "Key": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "DiscoKey": "discokey:7ff2d42175c99081883a043cab00ea414f355245073e8f4a73d1ab3eb79d0860", + "Addresses": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "AllowedIPs": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "Endpoints": ["77.164.248.136:58045", "10.65.0.27:58045", "172.17.0.1:58045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 45546}, - {"Proto": "peerapi6", "Port": 45546} + {"Proto": "peerapi4", "Port": 35044}, + {"Proto": "peerapi6", "Port": 35044} ]}, - "Created": "2026-04-09T01:23:35.585812408Z", + "Created": "2026-04-09T08:29:41.74600695Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6291750141762836, - "StableID": "nuubwDcY8r11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "DiscoKey": "discokey:7f0a0b4cbf261f2ab0acfe2c2cf69c63421f60e1c2077a55cd9e5ce9b155b973", - "Addresses": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "AllowedIPs": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "Endpoints": ["77.164.248.136:59593", "10.65.0.27:59593", "172.17.0.1:59593"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 39205}, - {"Proto": "peerapi6", "Port": 39205} - ]}, - "Created": "2026-04-09T01:23:33.421663939Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6403999229481231, - "StableID": "nv6mSdCP1s11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "DiscoKey": "discokey:64b30c63eec9bb212fba840caed00468b9cd3159db23466839579d2d4d009c1f", - "Addresses": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "AllowedIPs": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "Endpoints": ["77.164.248.136:48171", "10.65.0.27:48171", "172.17.0.1:48171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 59870}, - {"Proto": "peerapi6", "Port": 59870} - ]}, - "Created": "2026-04-09T01:23:31.784031507Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6472542864227176, - "StableID": "nVhLj5jRYs11CNTRL", + "ID": 6256908997965719, + "StableID": "nYFaNbPmrq11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "DiscoKey": "discokey:605d02dbd9db7402542e1c62e760404e36acdecdd5a0a56006434e6455e2c70c", - "Addresses": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "AllowedIPs": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "Endpoints": ["77.164.248.136:56975", "10.65.0.27:56975", "172.17.0.1:56975"], + "Key": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "DiscoKey": "discokey:a5a2d86b3932b25526810f43a7a80795587bb872a789101d454f7d9de7460433", + "Addresses": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "AllowedIPs": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "Endpoints": ["77.164.248.136:33761", "10.65.0.27:33761", "172.17.0.1:33761"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40487}, - {"Proto": "peerapi6", "Port": 40487} + {"Proto": "peerapi4", "Port": 43378}, + {"Proto": "peerapi6", "Port": 43378} ]}, - "Created": "2026-04-09T01:23:32.881687539Z", + "Created": "2026-04-09T08:29:39.027797596Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6476986058246436, - "StableID": "n156aZSSas11CNTRL", + "ID": 6281823734155721, + "StableID": "nYAyHjr34r11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "DiscoKey": "discokey:dfa9fec09c4eaa7eac1c4f65fdc3f6b8b3bbd3ddbf3fc08b868b598167b41d46", + "Addresses": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "AllowedIPs": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "Endpoints": ["77.164.248.136:46843", "10.65.0.27:46843", "172.17.0.1:46843"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40350}, + {"Proto": "peerapi6", "Port": 40350} + ]}, + "Created": "2026-04-09T08:29:37.937637388Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7197063581735190, + "StableID": "nM6qX4fZCy11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:0a89d49cbfa680a2388c75f4026d58fee14beb28df63106f8c666ebeee72912d", + "Addresses": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "AllowedIPs": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "Endpoints": ["77.164.248.136:45683", "10.65.0.27:45683", "172.17.0.1:45683"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39400}, + {"Proto": "peerapi6", "Port": 39400} + ]}, + "Created": "2026-04-09T08:29:43.368867707Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8339218480194101, + "StableID": "nppPnT8r7821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:675e5fd439a8c49b1b2de4576e22775c76f2c1a9e81b21439b46aaa2acab2103", + "Addresses": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "AllowedIPs": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "Endpoints": ["77.164.248.136:48934", "10.65.0.27:48934", "172.17.0.1:48934"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48691}, + {"Proto": "peerapi6", "Port": 48691} + ]}, + "Created": "2026-04-09T08:29:43.915827909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8360107036868093, + "StableID": "nkcN1UqJH821CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "DiscoKey": "discokey:25818f6a35e5241ddd6d666653456a8218fc1d715ec2aafb59ee607d121eed46", + "Addresses": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "AllowedIPs": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "Endpoints": ["77.164.248.136:34128", "10.65.0.27:34128", "172.17.0.1:34128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 40139}, + {"Proto": "peerapi6", "Port": 40139} + ]}, + "Created": "2026-04-09T08:29:39.575895131Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8752394820602168, + "StableID": "nTcT86ayLB21CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "DiscoKey": "discokey:f6a98c34f5c7bba073384df54d9bf66edabdaf68b6c30eb8e9b3b73374174131", - "Addresses": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "AllowedIPs": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "Endpoints": ["77.164.248.136:43909", "10.65.0.27:43909", "172.17.0.1:43909"], + "Key": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "DiscoKey": "discokey:4f4b73ce3e4a95f12cbf832fe6c692d20b9b8143f0b13af2dd49e6697347e329", + "Addresses": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "AllowedIPs": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "Endpoints": ["77.164.248.136:43626", "10.65.0.27:43626", "172.17.0.1:43626"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44349}, - {"Proto": "peerapi6", "Port": 44349} + {"Proto": "peerapi4", "Port": 39337}, + {"Proto": "peerapi6", "Port": 39337} ]}, - "Created": "2026-04-09T01:23:31.242995946Z", + "Created": "2026-04-09T08:29:37.426330796Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7879920314742247, - "StableID": "ntmGhP9qX421CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:4d2d8047cad5716ec92658bcd005a9deb24917e44bfa2691fb0f71c28abb7c7f", - "Addresses": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "AllowedIPs": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "Endpoints": ["77.164.248.136:47630", "10.65.0.27:47630", "172.17.0.1:47630"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45957}, - {"Proto": "peerapi6", "Port": 45957} + "ID": 8781575348531563, + "StableID": "nGhYTR6CaB21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "KeyExpiry": "2026-10-06T08:29:44Z", + "DiscoKey": "discokey:6db935cab209fc55d5793f8688dbe31547fbbee2fc939cb3f48c716052d23d5e", + "Addresses": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "AllowedIPs": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38654}, + {"Proto": "peerapi6", "Port": 38654} ]}, - "Created": "2026-04-09T01:23:37.200522896Z", + "Created": "2026-04-09T08:29:44.478379846Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 8570553387917462, - "StableID": "nupiQTucv921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:b550feee4752a5796ae9b236b71354db3b0f5ab1bde52370f701fb8dce62cd30", - "Addresses": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "AllowedIPs": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "Endpoints": ["77.164.248.136:47707", "10.65.0.27:47707", "172.17.0.1:47707"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42583}, - {"Proto": "peerapi6", "Port": 42583} - ]}, - "Created": "2026-04-09T01:23:37.758403551Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8780113482595558, - "StableID": "njZWNBhXZB21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "DiscoKey": "discokey:dfb4fbbb6c0693030b0dd62e18730c27494d06fbc554e057902ca4c2e768ef6d", - "Addresses": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "AllowedIPs": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "Endpoints": ["77.164.248.136:59582", "10.65.0.27:59582", "172.17.0.1:59582"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45937}, - {"Proto": "peerapi6", "Port": 45937} - ]}, - "Created": "2026-04-09T01:23:36.661299512Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13759,27 +13777,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1340727010742971": { - "ID": 1340727010742971, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4464044492142255": { + "ID": 4464044492142255, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13810,26 +13830,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2137883929982241, - "StableID": "nW754yaFhH11CNTRL", + "ID": 212967181774545, + "StableID": "n6PjadHTf211CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 2137883929982241, - "Key": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "DiscoKey": "discokey:f232dfd19f4a11765427e576ce2fd015c173217fdab01bd6658ab94f6c87c06e", - "Addresses": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "AllowedIPs": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "Endpoints": ["77.164.248.136:38359", "10.65.0.27:38359", "172.17.0.1:38359"], + "User": 212967181774545, + "Key": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "DiscoKey": "discokey:1f8bcd5f524924de9e7203ebb47e0ab4b10bffda485edf5a11431aa1f570e969", + "Addresses": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "AllowedIPs": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 49527}, - {"Proto": "peerapi6", "Port": 49527}, + {"Proto": "peerapi4", "Port": 46883}, + {"Proto": "peerapi6", "Port": 46883}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:33.961220906Z", + "Created": "2026-04-09T08:29:40.098581426Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13857,302 +13877,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "MachineKey": "mkey:f710b07ea3448a2c1e76cd8bd4347e4cbcd482d0bacf5b570bab007b0419392e", + "NodeKey": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "MachineKey": "mkey:dbac0fd5c3e907c717289cc8845e123f14064397f86678224eb963bb3127a95a", "Peers": [{ - "ID": 1340727010742971, - "StableID": "nLHTqFdDUB11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "DiscoKey": "discokey:a36b69f68b88a8c88308f4671fca83ec5b6b573b798d9fc571a42e3681978447", - "Addresses": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "AllowedIPs": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "Endpoints": ["77.164.248.136:38209", "10.65.0.27:38209", "172.17.0.1:38209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53272}, - {"Proto": "peerapi6", "Port": 53272} - ]}, - "Created": "2026-04-09T01:23:32.321645772Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3001844300719046, - "StableID": "nurFXrMYSQ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "KeyExpiry": "2026-10-06T01:23:38Z", - "DiscoKey": "discokey:352a014dfff0f36358a90cfbc81ae808ca4c287a6db9006990a524a9cdca7d39", - "Addresses": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "AllowedIPs": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "Endpoints": ["77.164.248.136:49124", "10.65.0.27:49124", "172.17.0.1:49124"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35016}, - {"Proto": "peerapi6", "Port": 35016} - ]}, - "Created": "2026-04-09T01:23:38.291301864Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3305847236527798, - "StableID": "n1a6x41EpS11CNTRL", + "ID": 293482735818004, + "StableID": "nwi2P3JvH311CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "DiscoKey": "discokey:5a5ce60154ae170d9c4cc6f1c08c7a36e46ea075372d637bb607da4a2edefc5c", - "Addresses": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "AllowedIPs": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "Endpoints": ["77.164.248.136:40441", "10.65.0.27:40441", "172.17.0.1:40441"], + "Key": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "DiscoKey": "discokey:1133b9f558260ac8f8bafa1a8ee4304733d9baf413327d4047e9999261eb4558", + "Addresses": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "AllowedIPs": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "Endpoints": ["77.164.248.136:49539", "10.65.0.27:49539", "172.17.0.1:49539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 42051}, - {"Proto": "peerapi6", "Port": 42051} + {"Proto": "peerapi4", "Port": 54141}, + {"Proto": "peerapi6", "Port": 54141} ]}, - "Created": "2026-04-09T01:23:36.133295219Z", + "Created": "2026-04-09T08:29:42.274147555Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3517380231135052, - "StableID": "noSiKdc2UU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "DiscoKey": "discokey:c49650284415d81fc23da07b3b53c0e8c76c82b273d691b81baad941d6985c16", - "Addresses": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "AllowedIPs": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "Endpoints": ["77.164.248.136:54167", "10.65.0.27:54167", "172.17.0.1:54167"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57890}, - {"Proto": "peerapi6", "Port": 57890} - ]}, - "Created": "2026-04-09T01:23:34.500454776Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5008379856014557, - "StableID": "nCG8VUeJ7g11CNTRL", + "ID": 2299776464268363, + "StableID": "nYB7wDEaxJ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "DiscoKey": "discokey:2e31f7aa4646a941ad363fa637d253024e9812b7e6b1240713676c2c2749764f", - "Addresses": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "AllowedIPs": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], + "Key": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "DiscoKey": "discokey:11936594068a8bb52180fb96084b06ed35cdcea697a6f3cdc90300892868910c", + "Addresses": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "AllowedIPs": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "Endpoints": ["77.164.248.136:43064", "10.65.0.27:43064", "172.17.0.1:43064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57834}, - {"Proto": "peerapi6", "Port": 57834} + {"Proto": "peerapi4", "Port": 36852}, + {"Proto": "peerapi6", "Port": 36852} ]}, - "Created": "2026-04-09T01:23:35.041885869Z", + "Created": "2026-04-09T08:29:41.193734887Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5116381053280387, - "StableID": "nkBNTxeDxg11CNTRL", + "ID": 2673382952268657, + "StableID": "nQ6VvjEnsM11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "DiscoKey": "discokey:1768c0ba56d7a5470f61af771e92ee231b03743e3270bd01d0499705fe298061", + "Addresses": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "AllowedIPs": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "Endpoints": ["77.164.248.136:46938", "10.65.0.27:46938", "172.17.0.1:46938"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36568}, + {"Proto": "peerapi6", "Port": 36568} + ]}, + "Created": "2026-04-09T08:29:40.642310873Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4464044492142255, + "StableID": "nGKNNzsmrb11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "DiscoKey": "discokey:8937345b4090bc2bb92de6788c4ee5cade156dc29fb9345cb2b46beda20ca444", + "Addresses": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "AllowedIPs": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "Endpoints": ["77.164.248.136:58157", "10.65.0.27:58157", "172.17.0.1:58157"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60751}, + {"Proto": "peerapi6", "Port": 60751} + ]}, + "Created": "2026-04-09T08:29:38.48142954Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4860555352812241, + "StableID": "nnZcLjYMxe11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "DiscoKey": "discokey:93e4292196b66d3a600bf3fec1f94918c0962113d12a7d2c62b6010f7fa74103", + "Addresses": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "AllowedIPs": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "Endpoints": ["77.164.248.136:43332", "10.65.0.27:43332", "172.17.0.1:43332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34457}, + {"Proto": "peerapi6", "Port": 34457} + ]}, + "Created": "2026-04-09T08:29:42.82786412Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5002914006808727, + "StableID": "nLhE7v4q4g11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "DiscoKey": "discokey:6db03959380bd7216b7e01a1a4bdbc25bf7b6b16622a00c2b977464d0895b773", - "Addresses": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "AllowedIPs": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "Endpoints": ["77.164.248.136:39644", "10.65.0.27:39644", "172.17.0.1:39644"], + "Key": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "DiscoKey": "discokey:072c24c5b4f7595125e7e7869eaad7320820a0c10a7dac2101ccc2508aad913d", + "Addresses": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "AllowedIPs": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "Endpoints": ["77.164.248.136:38028", "10.65.0.27:38028", "172.17.0.1:38028"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58831}, - {"Proto": "peerapi6", "Port": 58831} + {"Proto": "peerapi4", "Port": 49901}, + {"Proto": "peerapi6", "Port": 49901} ]}, - "Created": "2026-04-09T01:23:30.697023072Z", + "Created": "2026-04-09T08:29:36.847548662Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5228602945164213, - "StableID": "nJFmkvX3qh11CNTRL", + "ID": 5809492876281353, + "StableID": "nz5boYX8Nn11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "DiscoKey": "discokey:0c5f288f5213e840a11cf2cf6b64cb854d859975bf6a2c9d6b35ca6f84b3d721", - "Addresses": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "AllowedIPs": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "Endpoints": ["77.164.248.136:45521", "10.65.0.27:45521", "172.17.0.1:45521"], + "Key": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "DiscoKey": "discokey:7ff2d42175c99081883a043cab00ea414f355245073e8f4a73d1ab3eb79d0860", + "Addresses": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "AllowedIPs": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "Endpoints": ["77.164.248.136:58045", "10.65.0.27:58045", "172.17.0.1:58045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 45546}, - {"Proto": "peerapi6", "Port": 45546} + {"Proto": "peerapi4", "Port": 35044}, + {"Proto": "peerapi6", "Port": 35044} ]}, - "Created": "2026-04-09T01:23:35.585812408Z", + "Created": "2026-04-09T08:29:41.74600695Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6291750141762836, - "StableID": "nuubwDcY8r11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "DiscoKey": "discokey:7f0a0b4cbf261f2ab0acfe2c2cf69c63421f60e1c2077a55cd9e5ce9b155b973", - "Addresses": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "AllowedIPs": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "Endpoints": ["77.164.248.136:59593", "10.65.0.27:59593", "172.17.0.1:59593"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 39205}, - {"Proto": "peerapi6", "Port": 39205} - ]}, - "Created": "2026-04-09T01:23:33.421663939Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6403999229481231, - "StableID": "nv6mSdCP1s11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "DiscoKey": "discokey:64b30c63eec9bb212fba840caed00468b9cd3159db23466839579d2d4d009c1f", - "Addresses": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "AllowedIPs": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "Endpoints": ["77.164.248.136:48171", "10.65.0.27:48171", "172.17.0.1:48171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 59870}, - {"Proto": "peerapi6", "Port": 59870} - ]}, - "Created": "2026-04-09T01:23:31.784031507Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6472542864227176, - "StableID": "nVhLj5jRYs11CNTRL", + "ID": 6256908997965719, + "StableID": "nYFaNbPmrq11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "DiscoKey": "discokey:605d02dbd9db7402542e1c62e760404e36acdecdd5a0a56006434e6455e2c70c", - "Addresses": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "AllowedIPs": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "Endpoints": ["77.164.248.136:56975", "10.65.0.27:56975", "172.17.0.1:56975"], + "Key": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "DiscoKey": "discokey:a5a2d86b3932b25526810f43a7a80795587bb872a789101d454f7d9de7460433", + "Addresses": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "AllowedIPs": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "Endpoints": ["77.164.248.136:33761", "10.65.0.27:33761", "172.17.0.1:33761"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40487}, - {"Proto": "peerapi6", "Port": 40487} + {"Proto": "peerapi4", "Port": 43378}, + {"Proto": "peerapi6", "Port": 43378} ]}, - "Created": "2026-04-09T01:23:32.881687539Z", + "Created": "2026-04-09T08:29:39.027797596Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6476986058246436, - "StableID": "n156aZSSas11CNTRL", + "ID": 6281823734155721, + "StableID": "nYAyHjr34r11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "DiscoKey": "discokey:dfa9fec09c4eaa7eac1c4f65fdc3f6b8b3bbd3ddbf3fc08b868b598167b41d46", + "Addresses": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "AllowedIPs": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "Endpoints": ["77.164.248.136:46843", "10.65.0.27:46843", "172.17.0.1:46843"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40350}, + {"Proto": "peerapi6", "Port": 40350} + ]}, + "Created": "2026-04-09T08:29:37.937637388Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7197063581735190, + "StableID": "nM6qX4fZCy11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:0a89d49cbfa680a2388c75f4026d58fee14beb28df63106f8c666ebeee72912d", + "Addresses": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "AllowedIPs": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "Endpoints": ["77.164.248.136:45683", "10.65.0.27:45683", "172.17.0.1:45683"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39400}, + {"Proto": "peerapi6", "Port": 39400} + ]}, + "Created": "2026-04-09T08:29:43.368867707Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8339218480194101, + "StableID": "nppPnT8r7821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:675e5fd439a8c49b1b2de4576e22775c76f2c1a9e81b21439b46aaa2acab2103", + "Addresses": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "AllowedIPs": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "Endpoints": ["77.164.248.136:48934", "10.65.0.27:48934", "172.17.0.1:48934"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48691}, + {"Proto": "peerapi6", "Port": 48691} + ]}, + "Created": "2026-04-09T08:29:43.915827909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8360107036868093, + "StableID": "nkcN1UqJH821CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "DiscoKey": "discokey:25818f6a35e5241ddd6d666653456a8218fc1d715ec2aafb59ee607d121eed46", + "Addresses": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "AllowedIPs": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "Endpoints": ["77.164.248.136:34128", "10.65.0.27:34128", "172.17.0.1:34128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 40139}, + {"Proto": "peerapi6", "Port": 40139} + ]}, + "Created": "2026-04-09T08:29:39.575895131Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8752394820602168, + "StableID": "nTcT86ayLB21CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "DiscoKey": "discokey:f6a98c34f5c7bba073384df54d9bf66edabdaf68b6c30eb8e9b3b73374174131", - "Addresses": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "AllowedIPs": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "Endpoints": ["77.164.248.136:43909", "10.65.0.27:43909", "172.17.0.1:43909"], + "Key": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "DiscoKey": "discokey:4f4b73ce3e4a95f12cbf832fe6c692d20b9b8143f0b13af2dd49e6697347e329", + "Addresses": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "AllowedIPs": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "Endpoints": ["77.164.248.136:43626", "10.65.0.27:43626", "172.17.0.1:43626"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44349}, - {"Proto": "peerapi6", "Port": 44349} + {"Proto": "peerapi4", "Port": 39337}, + {"Proto": "peerapi6", "Port": 39337} ]}, - "Created": "2026-04-09T01:23:31.242995946Z", + "Created": "2026-04-09T08:29:37.426330796Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7879920314742247, - "StableID": "ntmGhP9qX421CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:4d2d8047cad5716ec92658bcd005a9deb24917e44bfa2691fb0f71c28abb7c7f", - "Addresses": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "AllowedIPs": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "Endpoints": ["77.164.248.136:47630", "10.65.0.27:47630", "172.17.0.1:47630"], + "ID": 8781575348531563, + "StableID": "nGhYTR6CaB21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "KeyExpiry": "2026-10-06T08:29:44Z", + "DiscoKey": "discokey:6db935cab209fc55d5793f8688dbe31547fbbee2fc939cb3f48c716052d23d5e", + "Addresses": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "AllowedIPs": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "Endpoints": ["77.164.248.136:51446", "10.65.0.27:51446", "172.17.0.1:51446"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45957}, - {"Proto": "peerapi6", "Port": 45957} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38654}, + {"Proto": "peerapi6", "Port": 38654} ]}, - "Created": "2026-04-09T01:23:37.200522896Z", + "Created": "2026-04-09T08:29:44.478379846Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 8570553387917462, - "StableID": "nupiQTucv921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:b550feee4752a5796ae9b236b71354db3b0f5ab1bde52370f701fb8dce62cd30", - "Addresses": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "AllowedIPs": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "Endpoints": ["77.164.248.136:47707", "10.65.0.27:47707", "172.17.0.1:47707"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42583}, - {"Proto": "peerapi6", "Port": 42583} - ]}, - "Created": "2026-04-09T01:23:37.758403551Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8780113482595558, - "StableID": "njZWNBhXZB21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "DiscoKey": "discokey:dfb4fbbb6c0693030b0dd62e18730c27494d06fbc554e057902ca4c2e768ef6d", - "Addresses": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "AllowedIPs": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "Endpoints": ["77.164.248.136:59582", "10.65.0.27:59582", "172.17.0.1:59582"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45937}, - {"Proto": "peerapi6", "Port": 45937} - ]}, - "Created": "2026-04-09T01:23:36.661299512Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15000,27 +15020,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2137883929982241": { - "ID": 2137883929982241, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "212967181774545": { + "ID": 212967181774545, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15051,26 +15073,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5008379856014557, - "StableID": "nCG8VUeJ7g11CNTRL", + "ID": 2299776464268363, + "StableID": "nYB7wDEaxJ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 5008379856014557, - "Key": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "DiscoKey": "discokey:2e31f7aa4646a941ad363fa637d253024e9812b7e6b1240713676c2c2749764f", - "Addresses": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "AllowedIPs": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], + "User": 2299776464268363, + "Key": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "DiscoKey": "discokey:11936594068a8bb52180fb96084b06ed35cdcea697a6f3cdc90300892868910c", + "Addresses": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "AllowedIPs": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "Endpoints": ["77.164.248.136:43064", "10.65.0.27:43064", "172.17.0.1:43064"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 57834}, - {"Proto": "peerapi6", "Port": 57834}, + {"Proto": "peerapi4", "Port": 36852}, + {"Proto": "peerapi6", "Port": 36852}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:35.041885869Z", + "Created": "2026-04-09T08:29:41.193734887Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15098,302 +15120,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "MachineKey": "mkey:5ab8c851e09ced297a3655e5dda38f4608c9f642598bf8414298e1e713b8da3c", + "NodeKey": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "MachineKey": "mkey:35c5c8e4cb90ef638958906ec1329a14532cc5474b450b8c24ff4ddc940a852a", "Peers": [{ - "ID": 1340727010742971, - "StableID": "nLHTqFdDUB11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "DiscoKey": "discokey:a36b69f68b88a8c88308f4671fca83ec5b6b573b798d9fc571a42e3681978447", - "Addresses": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "AllowedIPs": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "Endpoints": ["77.164.248.136:38209", "10.65.0.27:38209", "172.17.0.1:38209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53272}, - {"Proto": "peerapi6", "Port": 53272} - ]}, - "Created": "2026-04-09T01:23:32.321645772Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2137883929982241, - "StableID": "nW754yaFhH11CNTRL", + "ID": 212967181774545, + "StableID": "n6PjadHTf211CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "DiscoKey": "discokey:f232dfd19f4a11765427e576ce2fd015c173217fdab01bd6658ab94f6c87c06e", - "Addresses": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "AllowedIPs": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "Endpoints": ["77.164.248.136:38359", "10.65.0.27:38359", "172.17.0.1:38359"], + "Key": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "DiscoKey": "discokey:1f8bcd5f524924de9e7203ebb47e0ab4b10bffda485edf5a11431aa1f570e969", + "Addresses": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "AllowedIPs": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49527}, - {"Proto": "peerapi6", "Port": 49527} + {"Proto": "peerapi4", "Port": 46883}, + {"Proto": "peerapi6", "Port": 46883} ]}, - "Created": "2026-04-09T01:23:33.961220906Z", + "Created": "2026-04-09T08:29:40.098581426Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3001844300719046, - "StableID": "nurFXrMYSQ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "KeyExpiry": "2026-10-06T01:23:38Z", - "DiscoKey": "discokey:352a014dfff0f36358a90cfbc81ae808ca4c287a6db9006990a524a9cdca7d39", - "Addresses": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "AllowedIPs": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "Endpoints": ["77.164.248.136:49124", "10.65.0.27:49124", "172.17.0.1:49124"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35016}, - {"Proto": "peerapi6", "Port": 35016} - ]}, - "Created": "2026-04-09T01:23:38.291301864Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3305847236527798, - "StableID": "n1a6x41EpS11CNTRL", + "ID": 293482735818004, + "StableID": "nwi2P3JvH311CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "DiscoKey": "discokey:5a5ce60154ae170d9c4cc6f1c08c7a36e46ea075372d637bb607da4a2edefc5c", - "Addresses": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "AllowedIPs": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "Endpoints": ["77.164.248.136:40441", "10.65.0.27:40441", "172.17.0.1:40441"], + "Key": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "DiscoKey": "discokey:1133b9f558260ac8f8bafa1a8ee4304733d9baf413327d4047e9999261eb4558", + "Addresses": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "AllowedIPs": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "Endpoints": ["77.164.248.136:49539", "10.65.0.27:49539", "172.17.0.1:49539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 42051}, - {"Proto": "peerapi6", "Port": 42051} + {"Proto": "peerapi4", "Port": 54141}, + {"Proto": "peerapi6", "Port": 54141} ]}, - "Created": "2026-04-09T01:23:36.133295219Z", + "Created": "2026-04-09T08:29:42.274147555Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3517380231135052, - "StableID": "noSiKdc2UU11CNTRL", + "ID": 2673382952268657, + "StableID": "nQ6VvjEnsM11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "DiscoKey": "discokey:c49650284415d81fc23da07b3b53c0e8c76c82b273d691b81baad941d6985c16", - "Addresses": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "AllowedIPs": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "Endpoints": ["77.164.248.136:54167", "10.65.0.27:54167", "172.17.0.1:54167"], + "Key": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "DiscoKey": "discokey:1768c0ba56d7a5470f61af771e92ee231b03743e3270bd01d0499705fe298061", + "Addresses": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "AllowedIPs": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "Endpoints": ["77.164.248.136:46938", "10.65.0.27:46938", "172.17.0.1:46938"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57890}, - {"Proto": "peerapi6", "Port": 57890} + {"Proto": "peerapi4", "Port": 36568}, + {"Proto": "peerapi6", "Port": 36568} ]}, - "Created": "2026-04-09T01:23:34.500454776Z", + "Created": "2026-04-09T08:29:40.642310873Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5116381053280387, - "StableID": "nkBNTxeDxg11CNTRL", + "ID": 4464044492142255, + "StableID": "nGKNNzsmrb11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "DiscoKey": "discokey:8937345b4090bc2bb92de6788c4ee5cade156dc29fb9345cb2b46beda20ca444", + "Addresses": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "AllowedIPs": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "Endpoints": ["77.164.248.136:58157", "10.65.0.27:58157", "172.17.0.1:58157"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60751}, + {"Proto": "peerapi6", "Port": 60751} + ]}, + "Created": "2026-04-09T08:29:38.48142954Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4860555352812241, + "StableID": "nnZcLjYMxe11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "DiscoKey": "discokey:93e4292196b66d3a600bf3fec1f94918c0962113d12a7d2c62b6010f7fa74103", + "Addresses": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "AllowedIPs": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "Endpoints": ["77.164.248.136:43332", "10.65.0.27:43332", "172.17.0.1:43332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34457}, + {"Proto": "peerapi6", "Port": 34457} + ]}, + "Created": "2026-04-09T08:29:42.82786412Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5002914006808727, + "StableID": "nLhE7v4q4g11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "DiscoKey": "discokey:6db03959380bd7216b7e01a1a4bdbc25bf7b6b16622a00c2b977464d0895b773", - "Addresses": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "AllowedIPs": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "Endpoints": ["77.164.248.136:39644", "10.65.0.27:39644", "172.17.0.1:39644"], + "Key": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "DiscoKey": "discokey:072c24c5b4f7595125e7e7869eaad7320820a0c10a7dac2101ccc2508aad913d", + "Addresses": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "AllowedIPs": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "Endpoints": ["77.164.248.136:38028", "10.65.0.27:38028", "172.17.0.1:38028"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58831}, - {"Proto": "peerapi6", "Port": 58831} + {"Proto": "peerapi4", "Port": 49901}, + {"Proto": "peerapi6", "Port": 49901} ]}, - "Created": "2026-04-09T01:23:30.697023072Z", + "Created": "2026-04-09T08:29:36.847548662Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5228602945164213, - "StableID": "nJFmkvX3qh11CNTRL", + "ID": 5809492876281353, + "StableID": "nz5boYX8Nn11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "DiscoKey": "discokey:0c5f288f5213e840a11cf2cf6b64cb854d859975bf6a2c9d6b35ca6f84b3d721", - "Addresses": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "AllowedIPs": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "Endpoints": ["77.164.248.136:45521", "10.65.0.27:45521", "172.17.0.1:45521"], + "Key": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "DiscoKey": "discokey:7ff2d42175c99081883a043cab00ea414f355245073e8f4a73d1ab3eb79d0860", + "Addresses": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "AllowedIPs": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "Endpoints": ["77.164.248.136:58045", "10.65.0.27:58045", "172.17.0.1:58045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 45546}, - {"Proto": "peerapi6", "Port": 45546} + {"Proto": "peerapi4", "Port": 35044}, + {"Proto": "peerapi6", "Port": 35044} ]}, - "Created": "2026-04-09T01:23:35.585812408Z", + "Created": "2026-04-09T08:29:41.74600695Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6291750141762836, - "StableID": "nuubwDcY8r11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "DiscoKey": "discokey:7f0a0b4cbf261f2ab0acfe2c2cf69c63421f60e1c2077a55cd9e5ce9b155b973", - "Addresses": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "AllowedIPs": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "Endpoints": ["77.164.248.136:59593", "10.65.0.27:59593", "172.17.0.1:59593"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 39205}, - {"Proto": "peerapi6", "Port": 39205} - ]}, - "Created": "2026-04-09T01:23:33.421663939Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6403999229481231, - "StableID": "nv6mSdCP1s11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "DiscoKey": "discokey:64b30c63eec9bb212fba840caed00468b9cd3159db23466839579d2d4d009c1f", - "Addresses": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "AllowedIPs": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "Endpoints": ["77.164.248.136:48171", "10.65.0.27:48171", "172.17.0.1:48171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 59870}, - {"Proto": "peerapi6", "Port": 59870} - ]}, - "Created": "2026-04-09T01:23:31.784031507Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6472542864227176, - "StableID": "nVhLj5jRYs11CNTRL", + "ID": 6256908997965719, + "StableID": "nYFaNbPmrq11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "DiscoKey": "discokey:605d02dbd9db7402542e1c62e760404e36acdecdd5a0a56006434e6455e2c70c", - "Addresses": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "AllowedIPs": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "Endpoints": ["77.164.248.136:56975", "10.65.0.27:56975", "172.17.0.1:56975"], + "Key": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "DiscoKey": "discokey:a5a2d86b3932b25526810f43a7a80795587bb872a789101d454f7d9de7460433", + "Addresses": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "AllowedIPs": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "Endpoints": ["77.164.248.136:33761", "10.65.0.27:33761", "172.17.0.1:33761"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40487}, - {"Proto": "peerapi6", "Port": 40487} + {"Proto": "peerapi4", "Port": 43378}, + {"Proto": "peerapi6", "Port": 43378} ]}, - "Created": "2026-04-09T01:23:32.881687539Z", + "Created": "2026-04-09T08:29:39.027797596Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6476986058246436, - "StableID": "n156aZSSas11CNTRL", + "ID": 6281823734155721, + "StableID": "nYAyHjr34r11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "DiscoKey": "discokey:dfa9fec09c4eaa7eac1c4f65fdc3f6b8b3bbd3ddbf3fc08b868b598167b41d46", + "Addresses": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "AllowedIPs": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "Endpoints": ["77.164.248.136:46843", "10.65.0.27:46843", "172.17.0.1:46843"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40350}, + {"Proto": "peerapi6", "Port": 40350} + ]}, + "Created": "2026-04-09T08:29:37.937637388Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7197063581735190, + "StableID": "nM6qX4fZCy11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:0a89d49cbfa680a2388c75f4026d58fee14beb28df63106f8c666ebeee72912d", + "Addresses": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "AllowedIPs": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "Endpoints": ["77.164.248.136:45683", "10.65.0.27:45683", "172.17.0.1:45683"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39400}, + {"Proto": "peerapi6", "Port": 39400} + ]}, + "Created": "2026-04-09T08:29:43.368867707Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8339218480194101, + "StableID": "nppPnT8r7821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:675e5fd439a8c49b1b2de4576e22775c76f2c1a9e81b21439b46aaa2acab2103", + "Addresses": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "AllowedIPs": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "Endpoints": ["77.164.248.136:48934", "10.65.0.27:48934", "172.17.0.1:48934"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48691}, + {"Proto": "peerapi6", "Port": 48691} + ]}, + "Created": "2026-04-09T08:29:43.915827909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8360107036868093, + "StableID": "nkcN1UqJH821CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "DiscoKey": "discokey:25818f6a35e5241ddd6d666653456a8218fc1d715ec2aafb59ee607d121eed46", + "Addresses": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "AllowedIPs": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "Endpoints": ["77.164.248.136:34128", "10.65.0.27:34128", "172.17.0.1:34128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 40139}, + {"Proto": "peerapi6", "Port": 40139} + ]}, + "Created": "2026-04-09T08:29:39.575895131Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8752394820602168, + "StableID": "nTcT86ayLB21CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "DiscoKey": "discokey:f6a98c34f5c7bba073384df54d9bf66edabdaf68b6c30eb8e9b3b73374174131", - "Addresses": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "AllowedIPs": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "Endpoints": ["77.164.248.136:43909", "10.65.0.27:43909", "172.17.0.1:43909"], + "Key": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "DiscoKey": "discokey:4f4b73ce3e4a95f12cbf832fe6c692d20b9b8143f0b13af2dd49e6697347e329", + "Addresses": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "AllowedIPs": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "Endpoints": ["77.164.248.136:43626", "10.65.0.27:43626", "172.17.0.1:43626"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44349}, - {"Proto": "peerapi6", "Port": 44349} + {"Proto": "peerapi4", "Port": 39337}, + {"Proto": "peerapi6", "Port": 39337} ]}, - "Created": "2026-04-09T01:23:31.242995946Z", + "Created": "2026-04-09T08:29:37.426330796Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7879920314742247, - "StableID": "ntmGhP9qX421CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:4d2d8047cad5716ec92658bcd005a9deb24917e44bfa2691fb0f71c28abb7c7f", - "Addresses": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "AllowedIPs": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "Endpoints": ["77.164.248.136:47630", "10.65.0.27:47630", "172.17.0.1:47630"], + "ID": 8781575348531563, + "StableID": "nGhYTR6CaB21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "KeyExpiry": "2026-10-06T08:29:44Z", + "DiscoKey": "discokey:6db935cab209fc55d5793f8688dbe31547fbbee2fc939cb3f48c716052d23d5e", + "Addresses": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "AllowedIPs": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "Endpoints": ["77.164.248.136:51446", "10.65.0.27:51446", "172.17.0.1:51446"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45957}, - {"Proto": "peerapi6", "Port": 45957} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38654}, + {"Proto": "peerapi6", "Port": 38654} ]}, - "Created": "2026-04-09T01:23:37.200522896Z", + "Created": "2026-04-09T08:29:44.478379846Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 8570553387917462, - "StableID": "nupiQTucv921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:b550feee4752a5796ae9b236b71354db3b0f5ab1bde52370f701fb8dce62cd30", - "Addresses": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "AllowedIPs": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "Endpoints": ["77.164.248.136:47707", "10.65.0.27:47707", "172.17.0.1:47707"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42583}, - {"Proto": "peerapi6", "Port": 42583} - ]}, - "Created": "2026-04-09T01:23:37.758403551Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8780113482595558, - "StableID": "njZWNBhXZB21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "DiscoKey": "discokey:dfb4fbbb6c0693030b0dd62e18730c27494d06fbc554e057902ca4c2e768ef6d", - "Addresses": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "AllowedIPs": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "Endpoints": ["77.164.248.136:59582", "10.65.0.27:59582", "172.17.0.1:59582"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45937}, - {"Proto": "peerapi6", "Port": 45937} - ]}, - "Created": "2026-04-09T01:23:36.661299512Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16241,27 +16263,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5008379856014557": { - "ID": 5008379856014557, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2299776464268363": { + "ID": 2299776464268363, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16292,22 +16316,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8570553387917462, - "StableID": "nupiQTucv921CNTRL", + "ID": 8339218480194101, + "StableID": "nppPnT8r7821CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:b550feee4752a5796ae9b236b71354db3b0f5ab1bde52370f701fb8dce62cd30", - "Addresses": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "AllowedIPs": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "Endpoints": ["77.164.248.136:47707", "10.65.0.27:47707", "172.17.0.1:47707"], + "Key": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:675e5fd439a8c49b1b2de4576e22775c76f2c1a9e81b21439b46aaa2acab2103", + "Addresses": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "AllowedIPs": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "Endpoints": ["77.164.248.136:48934", "10.65.0.27:48934", "172.17.0.1:48934"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42583}, - {"Proto": "peerapi6", "Port": 42583}, + {"Proto": "peerapi4", "Port": 48691}, + {"Proto": "peerapi6", "Port": 48691}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:37.758403551Z", + "Created": "2026-04-09T08:29:43.915827909Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16334,300 +16358,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "MachineKey": "mkey:a95cc68390d08d7f13e6d81cd7860cf324f9dbc94e9944b96bc77fccf3436660", + "NodeKey": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "MachineKey": "mkey:afa88b91600dde0ca523814376dc2f8cb78ea246ca9aebc2b5dc6980fa2e273f", "Peers": [{ - "ID": 1340727010742971, - "StableID": "nLHTqFdDUB11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "DiscoKey": "discokey:a36b69f68b88a8c88308f4671fca83ec5b6b573b798d9fc571a42e3681978447", - "Addresses": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "AllowedIPs": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "Endpoints": ["77.164.248.136:38209", "10.65.0.27:38209", "172.17.0.1:38209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53272}, - {"Proto": "peerapi6", "Port": 53272} - ]}, - "Created": "2026-04-09T01:23:32.321645772Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2137883929982241, - "StableID": "nW754yaFhH11CNTRL", + "ID": 212967181774545, + "StableID": "n6PjadHTf211CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "DiscoKey": "discokey:f232dfd19f4a11765427e576ce2fd015c173217fdab01bd6658ab94f6c87c06e", - "Addresses": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "AllowedIPs": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "Endpoints": ["77.164.248.136:38359", "10.65.0.27:38359", "172.17.0.1:38359"], + "Key": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "DiscoKey": "discokey:1f8bcd5f524924de9e7203ebb47e0ab4b10bffda485edf5a11431aa1f570e969", + "Addresses": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "AllowedIPs": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49527}, - {"Proto": "peerapi6", "Port": 49527} + {"Proto": "peerapi4", "Port": 46883}, + {"Proto": "peerapi6", "Port": 46883} ]}, - "Created": "2026-04-09T01:23:33.961220906Z", + "Created": "2026-04-09T08:29:40.098581426Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3001844300719046, - "StableID": "nurFXrMYSQ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "KeyExpiry": "2026-10-06T01:23:38Z", - "DiscoKey": "discokey:352a014dfff0f36358a90cfbc81ae808ca4c287a6db9006990a524a9cdca7d39", - "Addresses": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "AllowedIPs": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35016}, - {"Proto": "peerapi6", "Port": 35016} - ]}, - "Created": "2026-04-09T01:23:38.291301864Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3305847236527798, - "StableID": "n1a6x41EpS11CNTRL", + "ID": 293482735818004, + "StableID": "nwi2P3JvH311CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "DiscoKey": "discokey:5a5ce60154ae170d9c4cc6f1c08c7a36e46ea075372d637bb607da4a2edefc5c", - "Addresses": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "AllowedIPs": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "Endpoints": ["77.164.248.136:40441", "10.65.0.27:40441", "172.17.0.1:40441"], + "Key": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "DiscoKey": "discokey:1133b9f558260ac8f8bafa1a8ee4304733d9baf413327d4047e9999261eb4558", + "Addresses": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "AllowedIPs": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "Endpoints": ["77.164.248.136:49539", "10.65.0.27:49539", "172.17.0.1:49539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 42051}, - {"Proto": "peerapi6", "Port": 42051} + {"Proto": "peerapi4", "Port": 54141}, + {"Proto": "peerapi6", "Port": 54141} ]}, - "Created": "2026-04-09T01:23:36.133295219Z", + "Created": "2026-04-09T08:29:42.274147555Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3517380231135052, - "StableID": "noSiKdc2UU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "DiscoKey": "discokey:c49650284415d81fc23da07b3b53c0e8c76c82b273d691b81baad941d6985c16", - "Addresses": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "AllowedIPs": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "Endpoints": ["77.164.248.136:54167", "10.65.0.27:54167", "172.17.0.1:54167"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57890}, - {"Proto": "peerapi6", "Port": 57890} - ]}, - "Created": "2026-04-09T01:23:34.500454776Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5008379856014557, - "StableID": "nCG8VUeJ7g11CNTRL", + "ID": 2299776464268363, + "StableID": "nYB7wDEaxJ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "DiscoKey": "discokey:2e31f7aa4646a941ad363fa637d253024e9812b7e6b1240713676c2c2749764f", - "Addresses": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "AllowedIPs": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], + "Key": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "DiscoKey": "discokey:11936594068a8bb52180fb96084b06ed35cdcea697a6f3cdc90300892868910c", + "Addresses": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "AllowedIPs": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "Endpoints": ["77.164.248.136:43064", "10.65.0.27:43064", "172.17.0.1:43064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57834}, - {"Proto": "peerapi6", "Port": 57834} + {"Proto": "peerapi4", "Port": 36852}, + {"Proto": "peerapi6", "Port": 36852} ]}, - "Created": "2026-04-09T01:23:35.041885869Z", + "Created": "2026-04-09T08:29:41.193734887Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5116381053280387, - "StableID": "nkBNTxeDxg11CNTRL", + "ID": 2673382952268657, + "StableID": "nQ6VvjEnsM11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "DiscoKey": "discokey:1768c0ba56d7a5470f61af771e92ee231b03743e3270bd01d0499705fe298061", + "Addresses": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "AllowedIPs": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "Endpoints": ["77.164.248.136:46938", "10.65.0.27:46938", "172.17.0.1:46938"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36568}, + {"Proto": "peerapi6", "Port": 36568} + ]}, + "Created": "2026-04-09T08:29:40.642310873Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4464044492142255, + "StableID": "nGKNNzsmrb11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "DiscoKey": "discokey:8937345b4090bc2bb92de6788c4ee5cade156dc29fb9345cb2b46beda20ca444", + "Addresses": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "AllowedIPs": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "Endpoints": ["77.164.248.136:58157", "10.65.0.27:58157", "172.17.0.1:58157"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60751}, + {"Proto": "peerapi6", "Port": 60751} + ]}, + "Created": "2026-04-09T08:29:38.48142954Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4860555352812241, + "StableID": "nnZcLjYMxe11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "DiscoKey": "discokey:93e4292196b66d3a600bf3fec1f94918c0962113d12a7d2c62b6010f7fa74103", + "Addresses": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "AllowedIPs": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "Endpoints": ["77.164.248.136:43332", "10.65.0.27:43332", "172.17.0.1:43332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34457}, + {"Proto": "peerapi6", "Port": 34457} + ]}, + "Created": "2026-04-09T08:29:42.82786412Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5002914006808727, + "StableID": "nLhE7v4q4g11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "DiscoKey": "discokey:6db03959380bd7216b7e01a1a4bdbc25bf7b6b16622a00c2b977464d0895b773", - "Addresses": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "AllowedIPs": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "Endpoints": ["77.164.248.136:39644", "10.65.0.27:39644", "172.17.0.1:39644"], + "Key": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "DiscoKey": "discokey:072c24c5b4f7595125e7e7869eaad7320820a0c10a7dac2101ccc2508aad913d", + "Addresses": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "AllowedIPs": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "Endpoints": ["77.164.248.136:38028", "10.65.0.27:38028", "172.17.0.1:38028"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58831}, - {"Proto": "peerapi6", "Port": 58831} + {"Proto": "peerapi4", "Port": 49901}, + {"Proto": "peerapi6", "Port": 49901} ]}, - "Created": "2026-04-09T01:23:30.697023072Z", + "Created": "2026-04-09T08:29:36.847548662Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5228602945164213, - "StableID": "nJFmkvX3qh11CNTRL", + "ID": 5809492876281353, + "StableID": "nz5boYX8Nn11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "DiscoKey": "discokey:0c5f288f5213e840a11cf2cf6b64cb854d859975bf6a2c9d6b35ca6f84b3d721", - "Addresses": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "AllowedIPs": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "Endpoints": ["77.164.248.136:45521", "10.65.0.27:45521", "172.17.0.1:45521"], + "Key": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "DiscoKey": "discokey:7ff2d42175c99081883a043cab00ea414f355245073e8f4a73d1ab3eb79d0860", + "Addresses": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "AllowedIPs": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "Endpoints": ["77.164.248.136:58045", "10.65.0.27:58045", "172.17.0.1:58045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 45546}, - {"Proto": "peerapi6", "Port": 45546} + {"Proto": "peerapi4", "Port": 35044}, + {"Proto": "peerapi6", "Port": 35044} ]}, - "Created": "2026-04-09T01:23:35.585812408Z", + "Created": "2026-04-09T08:29:41.74600695Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6291750141762836, - "StableID": "nuubwDcY8r11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "DiscoKey": "discokey:7f0a0b4cbf261f2ab0acfe2c2cf69c63421f60e1c2077a55cd9e5ce9b155b973", - "Addresses": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "AllowedIPs": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "Endpoints": ["77.164.248.136:59593", "10.65.0.27:59593", "172.17.0.1:59593"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 39205}, - {"Proto": "peerapi6", "Port": 39205} - ]}, - "Created": "2026-04-09T01:23:33.421663939Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6403999229481231, - "StableID": "nv6mSdCP1s11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "DiscoKey": "discokey:64b30c63eec9bb212fba840caed00468b9cd3159db23466839579d2d4d009c1f", - "Addresses": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "AllowedIPs": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "Endpoints": ["77.164.248.136:48171", "10.65.0.27:48171", "172.17.0.1:48171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 59870}, - {"Proto": "peerapi6", "Port": 59870} - ]}, - "Created": "2026-04-09T01:23:31.784031507Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6472542864227176, - "StableID": "nVhLj5jRYs11CNTRL", + "ID": 6256908997965719, + "StableID": "nYFaNbPmrq11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "DiscoKey": "discokey:605d02dbd9db7402542e1c62e760404e36acdecdd5a0a56006434e6455e2c70c", - "Addresses": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "AllowedIPs": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "Endpoints": ["77.164.248.136:56975", "10.65.0.27:56975", "172.17.0.1:56975"], + "Key": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "DiscoKey": "discokey:a5a2d86b3932b25526810f43a7a80795587bb872a789101d454f7d9de7460433", + "Addresses": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "AllowedIPs": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "Endpoints": ["77.164.248.136:33761", "10.65.0.27:33761", "172.17.0.1:33761"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40487}, - {"Proto": "peerapi6", "Port": 40487} + {"Proto": "peerapi4", "Port": 43378}, + {"Proto": "peerapi6", "Port": 43378} ]}, - "Created": "2026-04-09T01:23:32.881687539Z", + "Created": "2026-04-09T08:29:39.027797596Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6476986058246436, - "StableID": "n156aZSSas11CNTRL", + "ID": 6281823734155721, + "StableID": "nYAyHjr34r11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "DiscoKey": "discokey:dfa9fec09c4eaa7eac1c4f65fdc3f6b8b3bbd3ddbf3fc08b868b598167b41d46", + "Addresses": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "AllowedIPs": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "Endpoints": ["77.164.248.136:46843", "10.65.0.27:46843", "172.17.0.1:46843"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40350}, + {"Proto": "peerapi6", "Port": 40350} + ]}, + "Created": "2026-04-09T08:29:37.937637388Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7197063581735190, + "StableID": "nM6qX4fZCy11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:0a89d49cbfa680a2388c75f4026d58fee14beb28df63106f8c666ebeee72912d", + "Addresses": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "AllowedIPs": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "Endpoints": ["77.164.248.136:45683", "10.65.0.27:45683", "172.17.0.1:45683"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39400}, + {"Proto": "peerapi6", "Port": 39400} + ]}, + "Created": "2026-04-09T08:29:43.368867707Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8360107036868093, + "StableID": "nkcN1UqJH821CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "DiscoKey": "discokey:25818f6a35e5241ddd6d666653456a8218fc1d715ec2aafb59ee607d121eed46", + "Addresses": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "AllowedIPs": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "Endpoints": ["77.164.248.136:34128", "10.65.0.27:34128", "172.17.0.1:34128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 40139}, + {"Proto": "peerapi6", "Port": 40139} + ]}, + "Created": "2026-04-09T08:29:39.575895131Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8752394820602168, + "StableID": "nTcT86ayLB21CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "DiscoKey": "discokey:f6a98c34f5c7bba073384df54d9bf66edabdaf68b6c30eb8e9b3b73374174131", - "Addresses": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "AllowedIPs": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "Endpoints": ["77.164.248.136:43909", "10.65.0.27:43909", "172.17.0.1:43909"], + "Key": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "DiscoKey": "discokey:4f4b73ce3e4a95f12cbf832fe6c692d20b9b8143f0b13af2dd49e6697347e329", + "Addresses": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "AllowedIPs": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "Endpoints": ["77.164.248.136:43626", "10.65.0.27:43626", "172.17.0.1:43626"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44349}, - {"Proto": "peerapi6", "Port": 44349} + {"Proto": "peerapi4", "Port": 39337}, + {"Proto": "peerapi6", "Port": 39337} ]}, - "Created": "2026-04-09T01:23:31.242995946Z", + "Created": "2026-04-09T08:29:37.426330796Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7879920314742247, - "StableID": "ntmGhP9qX421CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:4d2d8047cad5716ec92658bcd005a9deb24917e44bfa2691fb0f71c28abb7c7f", - "Addresses": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "AllowedIPs": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "Endpoints": ["77.164.248.136:47630", "10.65.0.27:47630", "172.17.0.1:47630"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45957}, - {"Proto": "peerapi6", "Port": 45957} + "ID": 8781575348531563, + "StableID": "nGhYTR6CaB21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "KeyExpiry": "2026-10-06T08:29:44Z", + "DiscoKey": "discokey:6db935cab209fc55d5793f8688dbe31547fbbee2fc939cb3f48c716052d23d5e", + "Addresses": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "AllowedIPs": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38654}, + {"Proto": "peerapi6", "Port": 38654} ]}, - "Created": "2026-04-09T01:23:37.200522896Z", + "Created": "2026-04-09T08:29:44.478379846Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 8780113482595558, - "StableID": "njZWNBhXZB21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "DiscoKey": "discokey:dfb4fbbb6c0693030b0dd62e18730c27494d06fbc554e057902ca4c2e768ef6d", - "Addresses": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "AllowedIPs": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "Endpoints": ["77.164.248.136:59582", "10.65.0.27:59582", "172.17.0.1:59582"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45937}, - {"Proto": "peerapi6", "Port": 45937} - ]}, - "Created": "2026-04-09T01:23:36.661299512Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17475,23 +17499,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17522,21 +17547,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5228602945164213, - "StableID": "nJFmkvX3qh11CNTRL", + "ID": 5809492876281353, + "StableID": "nz5boYX8Nn11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 5228602945164213, - "Key": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "DiscoKey": "discokey:0c5f288f5213e840a11cf2cf6b64cb854d859975bf6a2c9d6b35ca6f84b3d721", - "Addresses": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "AllowedIPs": ["100.65.107.30/32", "fd7a:115c:a1e0::8237:6b1e/128"], - "Endpoints": ["77.164.248.136:45521", "10.65.0.27:45521", "172.17.0.1:45521"], + "User": 5809492876281353, + "Key": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "DiscoKey": "discokey:7ff2d42175c99081883a043cab00ea414f355245073e8f4a73d1ab3eb79d0860", + "Addresses": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "AllowedIPs": ["100.113.186.7/32", "fd7a:115c:a1e0::4037:ba07/128"], + "Endpoints": ["77.164.248.136:58045", "10.65.0.27:58045", "172.17.0.1:58045"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 45546}, - {"Proto": "peerapi6", "Port": 45546}, + {"Proto": "peerapi4", "Port": 35044}, + {"Proto": "peerapi6", "Port": 35044}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:35.585812408Z", + "Created": "2026-04-09T08:29:41.74600695Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17564,300 +17589,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ef7963f11cea468d34caa01c47c3e98323dbbcebde74ed5d16b5603682816b1d", - "MachineKey": "mkey:4162ad63c8f605b6c36fb7d263ee2eea8da8136fff4181c8b9b7ba6eea05ba3b", + "NodeKey": "nodekey:2a63d9875e7199df3d8954695c9004c828a7c14f9f4e6bb0530768294031ba06", + "MachineKey": "mkey:afae4cc463360fdbaad1b65e2e881366a42e8e6b3b01863d348b683f7c5cb945", "Peers": [{ - "ID": 1340727010742971, - "StableID": "nLHTqFdDUB11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:83b1622857ebae68c72a7f3d27d54bb9b0b8b63cc4b1c46f631374ed15626f01", - "DiscoKey": "discokey:a36b69f68b88a8c88308f4671fca83ec5b6b573b798d9fc571a42e3681978447", - "Addresses": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "AllowedIPs": ["100.98.111.2/32", "fd7a:115c:a1e0::1537:6f02/128"], - "Endpoints": ["77.164.248.136:38209", "10.65.0.27:38209", "172.17.0.1:38209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53272}, - {"Proto": "peerapi6", "Port": 53272} - ]}, - "Created": "2026-04-09T01:23:32.321645772Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2137883929982241, - "StableID": "nW754yaFhH11CNTRL", + "ID": 212967181774545, + "StableID": "n6PjadHTf211CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:db42151650b2abcfa2e8233a267630ef18a22a698bb8cf484a832c83fe6f3311", - "DiscoKey": "discokey:f232dfd19f4a11765427e576ce2fd015c173217fdab01bd6658ab94f6c87c06e", - "Addresses": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "AllowedIPs": ["100.111.51.18/32", "fd7a:115c:a1e0::fe37:3312/128"], - "Endpoints": ["77.164.248.136:38359", "10.65.0.27:38359", "172.17.0.1:38359"], + "Key": "nodekey:af1201cbd5899d3feb6506600b524e30beece1aed7272a1c6653374ae3ea1837", + "DiscoKey": "discokey:1f8bcd5f524924de9e7203ebb47e0ab4b10bffda485edf5a11431aa1f570e969", + "Addresses": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "AllowedIPs": ["100.106.24.56/32", "fd7a:115c:a1e0::e337:1838/128"], + "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49527}, - {"Proto": "peerapi6", "Port": 49527} + {"Proto": "peerapi4", "Port": 46883}, + {"Proto": "peerapi6", "Port": 46883} ]}, - "Created": "2026-04-09T01:23:33.961220906Z", + "Created": "2026-04-09T08:29:40.098581426Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3001844300719046, - "StableID": "nurFXrMYSQ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:aa1e457ba09562ba4b295ed2cc3d3a0fc036a588a89691144b64d409991e0262", - "KeyExpiry": "2026-10-06T01:23:38Z", - "DiscoKey": "discokey:352a014dfff0f36358a90cfbc81ae808ca4c287a6db9006990a524a9cdca7d39", - "Addresses": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "AllowedIPs": ["100.94.2.99/32", "fd7a:115c:a1e0::9937:263/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35016}, - {"Proto": "peerapi6", "Port": 35016} - ]}, - "Created": "2026-04-09T01:23:38.291301864Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3305847236527798, - "StableID": "n1a6x41EpS11CNTRL", + "ID": 293482735818004, + "StableID": "nwi2P3JvH311CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:244543a194ac1c236e5232dcea82a08637ae03f6ddaed04415deb54a68cbbf0d", - "DiscoKey": "discokey:5a5ce60154ae170d9c4cc6f1c08c7a36e46ea075372d637bb607da4a2edefc5c", - "Addresses": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "AllowedIPs": ["100.75.191.14/32", "fd7a:115c:a1e0::6837:bf0e/128"], - "Endpoints": ["77.164.248.136:40441", "10.65.0.27:40441", "172.17.0.1:40441"], + "Key": "nodekey:42b7650877005270bbee33ca3d7f34fbd68a97ec2fdf2a486aa563077d53e067", + "DiscoKey": "discokey:1133b9f558260ac8f8bafa1a8ee4304733d9baf413327d4047e9999261eb4558", + "Addresses": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "AllowedIPs": ["100.83.224.104/32", "fd7a:115c:a1e0::7d37:e068/128"], + "Endpoints": ["77.164.248.136:49539", "10.65.0.27:49539", "172.17.0.1:49539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 42051}, - {"Proto": "peerapi6", "Port": 42051} + {"Proto": "peerapi4", "Port": 54141}, + {"Proto": "peerapi6", "Port": 54141} ]}, - "Created": "2026-04-09T01:23:36.133295219Z", + "Created": "2026-04-09T08:29:42.274147555Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3517380231135052, - "StableID": "noSiKdc2UU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c309095fc1881ff943d7b6c5f31cf5378252385a5e3c04dc882cdf88790c775", - "DiscoKey": "discokey:c49650284415d81fc23da07b3b53c0e8c76c82b273d691b81baad941d6985c16", - "Addresses": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "AllowedIPs": ["100.80.199.118/32", "fd7a:115c:a1e0::8737:c776/128"], - "Endpoints": ["77.164.248.136:54167", "10.65.0.27:54167", "172.17.0.1:54167"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57890}, - {"Proto": "peerapi6", "Port": 57890} - ]}, - "Created": "2026-04-09T01:23:34.500454776Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5008379856014557, - "StableID": "nCG8VUeJ7g11CNTRL", + "ID": 2299776464268363, + "StableID": "nYB7wDEaxJ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b93b2a55aff20f3bf4a039cb856abdf1c767eebd3a651527cbe8e9d34e2a737d", - "DiscoKey": "discokey:2e31f7aa4646a941ad363fa637d253024e9812b7e6b1240713676c2c2749764f", - "Addresses": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "AllowedIPs": ["100.106.115.126/32", "fd7a:115c:a1e0::4e37:737e/128"], - "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], + "Key": "nodekey:9f6c17fd2cfcb9c0a677e4cef413cdb4e1807adb52cf8ca576e9880aa329f90c", + "DiscoKey": "discokey:11936594068a8bb52180fb96084b06ed35cdcea697a6f3cdc90300892868910c", + "Addresses": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "AllowedIPs": ["100.105.249.13/32", "fd7a:115c:a1e0::a337:f90d/128"], + "Endpoints": ["77.164.248.136:43064", "10.65.0.27:43064", "172.17.0.1:43064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57834}, - {"Proto": "peerapi6", "Port": 57834} + {"Proto": "peerapi4", "Port": 36852}, + {"Proto": "peerapi6", "Port": 36852} ]}, - "Created": "2026-04-09T01:23:35.041885869Z", + "Created": "2026-04-09T08:29:41.193734887Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5116381053280387, - "StableID": "nkBNTxeDxg11CNTRL", + "ID": 2673382952268657, + "StableID": "nQ6VvjEnsM11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b0aa674d2460d4497d122f08e3f471807e103d02d097f82ec96cb1d788a09c68", + "DiscoKey": "discokey:1768c0ba56d7a5470f61af771e92ee231b03743e3270bd01d0499705fe298061", + "Addresses": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "AllowedIPs": ["100.96.156.105/32", "fd7a:115c:a1e0::8837:9c69/128"], + "Endpoints": ["77.164.248.136:46938", "10.65.0.27:46938", "172.17.0.1:46938"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36568}, + {"Proto": "peerapi6", "Port": 36568} + ]}, + "Created": "2026-04-09T08:29:40.642310873Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4464044492142255, + "StableID": "nGKNNzsmrb11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed975d1bdc2d09adec65732700c17bd396b304ec0d8824548bc8be51f5539e7f", + "DiscoKey": "discokey:8937345b4090bc2bb92de6788c4ee5cade156dc29fb9345cb2b46beda20ca444", + "Addresses": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "AllowedIPs": ["100.83.158.128/32", "fd7a:115c:a1e0::f537:9e80/128"], + "Endpoints": ["77.164.248.136:58157", "10.65.0.27:58157", "172.17.0.1:58157"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60751}, + {"Proto": "peerapi6", "Port": 60751} + ]}, + "Created": "2026-04-09T08:29:38.48142954Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4860555352812241, + "StableID": "nnZcLjYMxe11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1ae3337fed0495dc2dd1447def9857ba51d080bb29287aadb3e286a99ec8a31c", + "DiscoKey": "discokey:93e4292196b66d3a600bf3fec1f94918c0962113d12a7d2c62b6010f7fa74103", + "Addresses": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "AllowedIPs": ["100.72.163.29/32", "fd7a:115c:a1e0::9e37:a31d/128"], + "Endpoints": ["77.164.248.136:43332", "10.65.0.27:43332", "172.17.0.1:43332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34457}, + {"Proto": "peerapi6", "Port": 34457} + ]}, + "Created": "2026-04-09T08:29:42.82786412Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5002914006808727, + "StableID": "nLhE7v4q4g11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:68e4ae7373b70979c3eca34c87563b60cf836f0816e506958be9093fc2850d4b", - "DiscoKey": "discokey:6db03959380bd7216b7e01a1a4bdbc25bf7b6b16622a00c2b977464d0895b773", - "Addresses": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "AllowedIPs": ["100.69.13.76/32", "fd7a:115c:a1e0::c237:d4c/128"], - "Endpoints": ["77.164.248.136:39644", "10.65.0.27:39644", "172.17.0.1:39644"], + "Key": "nodekey:09b4e5d5a3655d40dda0ecec9ff213b54c5f7829f2fa6e51670dfc993a579f44", + "DiscoKey": "discokey:072c24c5b4f7595125e7e7869eaad7320820a0c10a7dac2101ccc2508aad913d", + "Addresses": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "AllowedIPs": ["100.87.159.69/32", "fd7a:115c:a1e0::3a37:9f45/128"], + "Endpoints": ["77.164.248.136:38028", "10.65.0.27:38028", "172.17.0.1:38028"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58831}, - {"Proto": "peerapi6", "Port": 58831} + {"Proto": "peerapi4", "Port": 49901}, + {"Proto": "peerapi6", "Port": 49901} ]}, - "Created": "2026-04-09T01:23:30.697023072Z", + "Created": "2026-04-09T08:29:36.847548662Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6291750141762836, - "StableID": "nuubwDcY8r11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:871d23380b3b8c5c4d3300d883f0b1d22c719bb4f6b75ca0eb72d47f59169b21", - "DiscoKey": "discokey:7f0a0b4cbf261f2ab0acfe2c2cf69c63421f60e1c2077a55cd9e5ce9b155b973", - "Addresses": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "AllowedIPs": ["100.86.155.34/32", "fd7a:115c:a1e0::5937:9b22/128"], - "Endpoints": ["77.164.248.136:59593", "10.65.0.27:59593", "172.17.0.1:59593"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 39205}, - {"Proto": "peerapi6", "Port": 39205} - ]}, - "Created": "2026-04-09T01:23:33.421663939Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6403999229481231, - "StableID": "nv6mSdCP1s11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a16680d1f995dbd36412f6d10d0e6ed69519972fdcf5c11347889927765019", - "DiscoKey": "discokey:64b30c63eec9bb212fba840caed00468b9cd3159db23466839579d2d4d009c1f", - "Addresses": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "AllowedIPs": ["100.118.80.26/32", "fd7a:115c:a1e0::2737:501a/128"], - "Endpoints": ["77.164.248.136:48171", "10.65.0.27:48171", "172.17.0.1:48171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 59870}, - {"Proto": "peerapi6", "Port": 59870} - ]}, - "Created": "2026-04-09T01:23:31.784031507Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6472542864227176, - "StableID": "nVhLj5jRYs11CNTRL", + "ID": 6256908997965719, + "StableID": "nYFaNbPmrq11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9fc8dfbe6927be54eb7689eca381b0fe62c072ba8d89c2595e3afba603e4b339", - "DiscoKey": "discokey:605d02dbd9db7402542e1c62e760404e36acdecdd5a0a56006434e6455e2c70c", - "Addresses": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "AllowedIPs": ["100.100.179.58/32", "fd7a:115c:a1e0::337:b33a/128"], - "Endpoints": ["77.164.248.136:56975", "10.65.0.27:56975", "172.17.0.1:56975"], + "Key": "nodekey:b2db388a6a0773d4d0fc24f945d4df6d14ef799483b765f4d2eb298de3881749", + "DiscoKey": "discokey:a5a2d86b3932b25526810f43a7a80795587bb872a789101d454f7d9de7460433", + "Addresses": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "AllowedIPs": ["100.72.23.74/32", "fd7a:115c:a1e0::e337:174a/128"], + "Endpoints": ["77.164.248.136:33761", "10.65.0.27:33761", "172.17.0.1:33761"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40487}, - {"Proto": "peerapi6", "Port": 40487} + {"Proto": "peerapi4", "Port": 43378}, + {"Proto": "peerapi6", "Port": 43378} ]}, - "Created": "2026-04-09T01:23:32.881687539Z", + "Created": "2026-04-09T08:29:39.027797596Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6476986058246436, - "StableID": "n156aZSSas11CNTRL", + "ID": 6281823734155721, + "StableID": "nYAyHjr34r11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f11ee8543f56a21fe65410bc377a1601b0b4bbd83f8ea946ea0bb31da1b82057", + "DiscoKey": "discokey:dfa9fec09c4eaa7eac1c4f65fdc3f6b8b3bbd3ddbf3fc08b868b598167b41d46", + "Addresses": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "AllowedIPs": ["100.120.32.88/32", "fd7a:115c:a1e0::a137:2058/128"], + "Endpoints": ["77.164.248.136:46843", "10.65.0.27:46843", "172.17.0.1:46843"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40350}, + {"Proto": "peerapi6", "Port": 40350} + ]}, + "Created": "2026-04-09T08:29:37.937637388Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7197063581735190, + "StableID": "nM6qX4fZCy11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:ccfa3ce2f5844192d8e17582253955e7a7a0bf1ca11ef11f23f205c37690eb65", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:0a89d49cbfa680a2388c75f4026d58fee14beb28df63106f8c666ebeee72912d", + "Addresses": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "AllowedIPs": ["100.80.235.102/32", "fd7a:115c:a1e0::7637:eb67/128"], + "Endpoints": ["77.164.248.136:45683", "10.65.0.27:45683", "172.17.0.1:45683"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39400}, + {"Proto": "peerapi6", "Port": 39400} + ]}, + "Created": "2026-04-09T08:29:43.368867707Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8339218480194101, + "StableID": "nppPnT8r7821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:367f79c6ab8f1da5ae1376eba29a2305b3c7e04986488558d652fa056d381e32", + "KeyExpiry": "2026-10-06T08:29:43Z", + "DiscoKey": "discokey:675e5fd439a8c49b1b2de4576e22775c76f2c1a9e81b21439b46aaa2acab2103", + "Addresses": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "AllowedIPs": ["100.120.30.51/32", "fd7a:115c:a1e0::6d37:1e33/128"], + "Endpoints": ["77.164.248.136:48934", "10.65.0.27:48934", "172.17.0.1:48934"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48691}, + {"Proto": "peerapi6", "Port": 48691} + ]}, + "Created": "2026-04-09T08:29:43.915827909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8360107036868093, + "StableID": "nkcN1UqJH821CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f7d09f7d89147220f4f25d60d2bec5261434e442798e5a1cd697373cf8b606d", + "DiscoKey": "discokey:25818f6a35e5241ddd6d666653456a8218fc1d715ec2aafb59ee607d121eed46", + "Addresses": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "AllowedIPs": ["100.75.96.110/32", "fd7a:115c:a1e0::cf37:606e/128"], + "Endpoints": ["77.164.248.136:34128", "10.65.0.27:34128", "172.17.0.1:34128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 40139}, + {"Proto": "peerapi6", "Port": 40139} + ]}, + "Created": "2026-04-09T08:29:39.575895131Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8752394820602168, + "StableID": "nTcT86ayLB21CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8a8932f4a87fbb6b22f4a4b1db1b88c25de06db2718bddd586ccaea7be13e62f", - "DiscoKey": "discokey:f6a98c34f5c7bba073384df54d9bf66edabdaf68b6c30eb8e9b3b73374174131", - "Addresses": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "AllowedIPs": ["100.83.230.48/32", "fd7a:115c:a1e0::be37:e630/128"], - "Endpoints": ["77.164.248.136:43909", "10.65.0.27:43909", "172.17.0.1:43909"], + "Key": "nodekey:a5463bada7ac45776067978b56184c597bf82d7fcc2fa3b2e60386fe91071b0f", + "DiscoKey": "discokey:4f4b73ce3e4a95f12cbf832fe6c692d20b9b8143f0b13af2dd49e6697347e329", + "Addresses": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "AllowedIPs": ["100.71.27.16/32", "fd7a:115c:a1e0::9137:1b10/128"], + "Endpoints": ["77.164.248.136:43626", "10.65.0.27:43626", "172.17.0.1:43626"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44349}, - {"Proto": "peerapi6", "Port": 44349} + {"Proto": "peerapi4", "Port": 39337}, + {"Proto": "peerapi6", "Port": 39337} ]}, - "Created": "2026-04-09T01:23:31.242995946Z", + "Created": "2026-04-09T08:29:37.426330796Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7879920314742247, - "StableID": "ntmGhP9qX421CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:da03724703fd875cd8f0980c31b935df11c1a4768be9b0a45fbd54f551f93874", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:4d2d8047cad5716ec92658bcd005a9deb24917e44bfa2691fb0f71c28abb7c7f", - "Addresses": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "AllowedIPs": ["100.121.56.117/32", "fd7a:115c:a1e0::5137:3875/128"], - "Endpoints": ["77.164.248.136:47630", "10.65.0.27:47630", "172.17.0.1:47630"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45957}, - {"Proto": "peerapi6", "Port": 45957} + "ID": 8781575348531563, + "StableID": "nGhYTR6CaB21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:30c63c2798d0de3be0905c870dca21f3bd1bf716f0d0183a0fc9a92340904737", + "KeyExpiry": "2026-10-06T08:29:44Z", + "DiscoKey": "discokey:6db935cab209fc55d5793f8688dbe31547fbbee2fc939cb3f48c716052d23d5e", + "Addresses": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "AllowedIPs": ["100.80.71.56/32", "fd7a:115c:a1e0::4037:4738/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38654}, + {"Proto": "peerapi6", "Port": 38654} ]}, - "Created": "2026-04-09T01:23:37.200522896Z", + "Created": "2026-04-09T08:29:44.478379846Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 8570553387917462, - "StableID": "nupiQTucv921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:80abb40acb8b4c7b16771edd8789e3bb4293c10c32e9b8a40048e0f1de21883c", - "KeyExpiry": "2026-10-06T01:23:37Z", - "DiscoKey": "discokey:b550feee4752a5796ae9b236b71354db3b0f5ab1bde52370f701fb8dce62cd30", - "Addresses": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "AllowedIPs": ["100.97.136.61/32", "fd7a:115c:a1e0::de37:883d/128"], - "Endpoints": ["77.164.248.136:47707", "10.65.0.27:47707", "172.17.0.1:47707"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42583}, - {"Proto": "peerapi6", "Port": 42583} - ]}, - "Created": "2026-04-09T01:23:37.758403551Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8780113482595558, - "StableID": "njZWNBhXZB21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8fc682e42deb3350c8f83e6206572860291ae3914d1021496b2bdeaec774fd44", - "DiscoKey": "discokey:dfb4fbbb6c0693030b0dd62e18730c27494d06fbc554e057902ca4c2e768ef6d", - "Addresses": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "AllowedIPs": ["100.116.253.69/32", "fd7a:115c:a1e0::c737:fd45/128"], - "Endpoints": ["77.164.248.136:59582", "10.65.0.27:59582", "172.17.0.1:59582"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45937}, - {"Proto": "peerapi6", "Port": 45937} - ]}, - "Created": "2026-04-09T01:23:36.661299512Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18705,27 +18730,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5228602945164213": { - "ID": 5228602945164213, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5809492876281353": { + "ID": 5809492876281353, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-a5.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-a5.hujson index 50253624..4f034e67 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-a5.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-a5.hujson @@ -3,7 +3,7 @@ // ssh a5 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:23:51Z +// Captured at: 2026-04-09T08:29:57Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-a5", "description": "ssh a5", "category": "ssh", - "captured_at": "2026-04-09T01:23:51.199672745Z", + "captured_at": "2026-04-09T08:29:57.389265218Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a5\",\n\t\"id\": \"ssh-a5\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\", \"ubuntu\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a5\",\n\t\"id\": \"ssh-a5\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\", \"ubuntu\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-a5.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.75.200.27", - "ipv6": "fd7a:115c:a1e0::a837:c81b", + "ipv4": "100.123.99.31", + "ipv6": "fd7a:115c:a1e0::5137:631f", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.117.254.84", - "ipv6": "fd7a:115c:a1e0::4337:fe54", + "ipv4": "100.75.42.122", + "ipv6": "fd7a:115c:a1e0::2a37:2a7a", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.116.12.66", - "ipv6": "fd7a:115c:a1e0::2a37:c42", + "ipv4": "100.108.113.107", + "ipv6": "fd7a:115c:a1e0::7337:716b", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.64.63.30", - "ipv6": "fd7a:115c:a1e0::637:3f1e", + "ipv4": "100.83.187.48", + "ipv6": "fd7a:115c:a1e0::f137:bb30", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.120.172.68", - "ipv6": "fd7a:115c:a1e0::2d37:ac44", + "ipv4": "100.119.165.19", + "ipv6": "fd7a:115c:a1e0::f637:a513", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.76.3.111", - "ipv6": "fd7a:115c:a1e0::237:36f", + "ipv4": "100.120.198.109", + "ipv6": "fd7a:115c:a1e0::2837:c66d", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.68.215.51", - "ipv6": "fd7a:115c:a1e0::8437:d733", + "ipv4": "100.122.241.16", + "ipv6": "fd7a:115c:a1e0::b737:f110", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.87.199.34", - "ipv6": "fd7a:115c:a1e0::bf37:c722", + "ipv4": "100.122.180.52", + "ipv6": "fd7a:115c:a1e0::6f37:b434", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.66.165.65", - "ipv6": "fd7a:115c:a1e0::9737:a541", + "ipv4": "100.103.150.29", + "ipv6": "fd7a:115c:a1e0::2737:961e", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.100.157.26", - "ipv6": "fd7a:115c:a1e0::d037:9d1a", + "ipv4": "100.96.199.9", + "ipv6": "fd7a:115c:a1e0::d037:c709", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.118.86.64", - "ipv6": "fd7a:115c:a1e0::2a37:5640", + "ipv4": "100.97.141.122", + "ipv6": "fd7a:115c:a1e0::7937:8d7b", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.103.212.7", - "ipv6": "fd7a:115c:a1e0::dd37:d407", + "ipv4": "100.99.1.94", + "ipv6": "fd7a:115c:a1e0::ce37:15e", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.114.247.32", - "ipv6": "fd7a:115c:a1e0::f37:f720", + "ipv4": "100.119.59.112", + "ipv6": "fd7a:115c:a1e0::2937:3b70", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.77.212.78", - "ipv6": "fd7a:115c:a1e0::f237:d44e", + "ipv4": "100.64.66.19", + "ipv6": "fd7a:115c:a1e0::9f37:4214", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.124.166.128", - "ipv6": "fd7a:115c:a1e0::5237:a680", + "ipv4": "100.83.93.64", + "ipv6": "fd7a:115c:a1e0::4f37:5d40", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8121344318717346, - "StableID": "nma4DkwAR621CNTRL", + "ID": 6995107072403207, + "StableID": "nSpRNsb6dw11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 8121344318717346, - "Key": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "DiscoKey": "discokey:d32508816f6d8ff5ba73ea721fabb92dcb7907f6232b5903ff6605b9139a4446", - "Addresses": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "AllowedIPs": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "Endpoints": ["77.164.248.136:35224", "10.65.0.27:35224", "172.17.0.1:35224"], + "User": 6995107072403207, + "Key": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "DiscoKey": "discokey:0480803cd3c1cdfe5186a431cc6b8d7152d32daa6d6064715611fffc504a487b", + "Addresses": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "AllowedIPs": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "Endpoints": ["77.164.248.136:35731", "10.65.0.27:35731", "172.17.0.1:35731"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 44953}, - {"Proto": "peerapi6", "Port": 44953}, + {"Proto": "peerapi4", "Port": 60210}, + {"Proto": "peerapi6", "Port": 60210}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:00.007454974Z", + "Created": "2026-04-09T08:30:06.138375049Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,302 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "MachineKey": "mkey:484ad6235d51daf52ea9f40733055cdec0eba5f4aa0f56a9bca978a01fdd5a1c", + "NodeKey": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "MachineKey": "mkey:38d6bea30a7d7b5c3fbcfd988cfcfe8cccb54c30872784ac950f96557ad9a20b", "Peers": [{ - "ID": 90914243966697, - "StableID": "n4cFRTABi111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:a3540b5220ba4f65bb0cb188c987ebd3763bbfd7d159bbb1c485c961b6d6bf30", - "Addresses": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "AllowedIPs": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "Endpoints": ["77.164.248.136:41523", "10.65.0.27:41523", "172.17.0.1:41523"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43789}, - {"Proto": "peerapi6", "Port": 43789} - ]}, - "Created": "2026-04-09T01:24:01.096616696Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1364599563055622, - "StableID": "nob4YZi2fB11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "DiscoKey": "discokey:09572ed9d1d715c68f0f87523cc34ee4951c5fd3af56aec6d50399120e3f3b18", - "Addresses": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "AllowedIPs": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "Endpoints": ["77.164.248.136:36872", "10.65.0.27:36872", "172.17.0.1:36872"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47043}, - {"Proto": "peerapi6", "Port": 47043} - ]}, - "Created": "2026-04-09T01:23:56.211801899Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1927113359184472, - "StableID": "nHMmT11o3G11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "DiscoKey": "discokey:3431d70c3a5efd6e84e543128078784d813497066aa0325eaf8b91141de4d818", - "Addresses": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "AllowedIPs": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "Endpoints": ["77.164.248.136:32800", "10.65.0.27:32800", "172.17.0.1:32800"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 38550}, - {"Proto": "peerapi6", "Port": 38550} - ]}, - "Created": "2026-04-09T01:23:57.854316097Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3242280579746049, - "StableID": "nNRWAMDSKS11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "DiscoKey": "discokey:c50d38ea2734e75cdc9e3c21e19cfe74b1fe61eaf357a06d73c9a87ebd2b7e39", - "Addresses": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "AllowedIPs": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "Endpoints": ["77.164.248.136:36238", "10.65.0.27:36238", "172.17.0.1:36238"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 47382}, - {"Proto": "peerapi6", "Port": 47382} - ]}, - "Created": "2026-04-09T01:23:54.091235667Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3879445001127542, - "StableID": "n54SDdS1JX11CNTRL", + "ID": 126882514684245, + "StableID": "nUCNLLzTz111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:5a590125a8e456aaa34d4eed3ee95a92b48a894de610132b38efcfa6d6889b75", - "Addresses": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "AllowedIPs": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "Endpoints": ["77.164.248.136:51727", "10.65.0.27:51727", "172.17.0.1:51727"], + "Key": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:aec9db2fc5f52332e453a723fc9121e3983bc38dd05138f5b82ab8ba835cea05", + "Addresses": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "AllowedIPs": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "Endpoints": ["77.164.248.136:50088", "10.65.0.27:50088", "172.17.0.1:50088"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63022}, - {"Proto": "peerapi6", "Port": 63022} + {"Proto": "peerapi4", "Port": 39729}, + {"Proto": "peerapi6", "Port": 39729} ]}, - "Created": "2026-04-09T01:24:01.65915554Z", + "Created": "2026-04-09T08:30:07.748587166Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4128266834626523, - "StableID": "nUoEb2ahEZ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "DiscoKey": "discokey:c7c529d8dfb4cb78abe2f348168a35db9e4f1d5762b452f9e8f5ce5a559bf779", - "Addresses": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "AllowedIPs": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "Endpoints": ["77.164.248.136:49923", "10.65.0.27:49923", "172.17.0.1:49923"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50061}, - {"Proto": "peerapi6", "Port": 50061} - ]}, - "Created": "2026-04-09T01:23:55.120222155Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4149050969918132, - "StableID": "ndbLTwX7QZ11CNTRL", + "ID": 1306330312176678, + "StableID": "nHWQNm5eCB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "DiscoKey": "discokey:0f3fdfb01b9ca2fa95d1e57eaa046d5e90c787fe467eb3ca06b35ec833624b5d", - "Addresses": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "AllowedIPs": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "Endpoints": ["77.164.248.136:53978", "10.65.0.27:53978", "172.17.0.1:53978"], + "Key": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "DiscoKey": "discokey:2f7c322de62a2babd63619a807a23202bc3935d85d97d1ea7b93b6e83efe1e59", + "Addresses": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "AllowedIPs": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "Endpoints": ["77.164.248.136:35174", "10.65.0.27:35174", "172.17.0.1:35174"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57674}, - {"Proto": "peerapi6", "Port": 57674} + {"Proto": "peerapi4", "Port": 43933}, + {"Proto": "peerapi6", "Port": 43933} ]}, - "Created": "2026-04-09T01:23:54.573408394Z", + "Created": "2026-04-09T08:30:00.755865942Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 5634881584883806, - "StableID": "njdpuUn31m11CNTRL", + "ID": 1520359706147828, + "StableID": "n72J1kGasC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "DiscoKey": "discokey:eb06d7ec74a48a0d8db773daaa8e701c5bd8cb62c58576b9808843e64f664c36", - "Addresses": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "AllowedIPs": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "Endpoints": ["77.164.248.136:51825", "10.65.0.27:51825", "172.17.0.1:51825"], + "Key": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "DiscoKey": "discokey:0e2307283baafc8b584100f3e4f7777553ce350be4c3ef21ea36d261992cff19", + "Addresses": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "AllowedIPs": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "Endpoints": ["77.164.248.136:43724", "10.65.0.27:43724", "172.17.0.1:43724"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45726}, - {"Proto": "peerapi6", "Port": 45726} + {"Proto": "peerapi4", "Port": 47555}, + {"Proto": "peerapi6", "Port": 47555} ]}, - "Created": "2026-04-09T01:23:58.392052847Z", + "Created": "2026-04-09T08:30:04.509674267Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6467495203910302, - "StableID": "nVLpGf89Ws11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 1756594416608255, + "StableID": "npBQRtkZiE11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "DiscoKey": "discokey:1af49796bc994a27815409eed536514354db0cd3270dc29255f0a90d1f920e1c", - "Addresses": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "AllowedIPs": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "Endpoints": ["77.164.248.136:34214", "10.65.0.27:34214", "172.17.0.1:34214"], + "Key": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "DiscoKey": "discokey:2993cd0817e25f9b39b506a019c9e579f742f469e95ce42cb11644cb32bf453e", + "Addresses": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "AllowedIPs": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "Endpoints": ["77.164.248.136:37921", "10.65.0.27:37921", "172.17.0.1:37921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 43639}, - {"Proto": "peerapi6", "Port": 43639} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62476}, + {"Proto": "peerapi6", "Port": 62476} ]}, - "Created": "2026-04-09T01:23:56.755563959Z", + "Created": "2026-04-09T08:30:05.600802316Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 7624037101960466, - "StableID": "nX1tQYXwX221CNTRL", + "ID": 2636466215151606, + "StableID": "n31AHpV4bM11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "DiscoKey": "discokey:6143ee6156dc6e9ad3dd0f6c6036c3edc9ec778dfe3fa59bf19e46d371d34045", - "Addresses": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "AllowedIPs": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "Endpoints": ["77.164.248.136:57790", "10.65.0.27:57790", "172.17.0.1:57790"], + "Key": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "DiscoKey": "discokey:3988b9f79bd8c47eba31d6f2aec216f64fe515ed3162220aa6a50bdb45d27b12", + "Addresses": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "AllowedIPs": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "Endpoints": ["77.164.248.136:39704", "10.65.0.27:39704", "172.17.0.1:39704"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37135}, - {"Proto": "peerapi6", "Port": 37135} + {"Proto": "peerapi4", "Port": 57817}, + {"Proto": "peerapi6", "Port": 57817} ]}, - "Created": "2026-04-09T01:23:57.284722648Z", + "Created": "2026-04-09T08:30:03.440043557Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7989644934727628, - "StableID": "nH5SdcRXP521CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "DiscoKey": "discokey:d489c46f4e2e9dd95cf81145449c859e5a30741fefee1f091c219434c99d6674", - "Addresses": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "AllowedIPs": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "Endpoints": ["77.164.248.136:37684", "10.65.0.27:37684", "172.17.0.1:37684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 53353}, - {"Proto": "peerapi6", "Port": 53353} - ]}, - "Created": "2026-04-09T01:23:58.934658214Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 8334732370099861, - "StableID": "n4YYbbHp5821CNTRL", + "ID": 3012455017450396, + "StableID": "njG2Ew5MXQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "DiscoKey": "discokey:a9618a414677444489d48d660e92bf2d0cb144f3a100310e3fd2bfdbd41b0716", - "Addresses": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "AllowedIPs": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "Endpoints": ["77.164.248.136:57743", "10.65.0.27:57743", "172.17.0.1:57743"], + "Key": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "DiscoKey": "discokey:33d7e8b0dbbac99163cef145858477d753998a2705b9e06b949473952c1b1057", + "Addresses": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "AllowedIPs": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "Endpoints": ["77.164.248.136:55632", "10.65.0.27:55632", "172.17.0.1:55632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63154}, - {"Proto": "peerapi6", "Port": 63154} + {"Proto": "peerapi4", "Port": 34337}, + {"Proto": "peerapi6", "Port": 34337} ]}, - "Created": "2026-04-09T01:23:55.72220735Z", + "Created": "2026-04-09T08:30:01.845376669Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8687827620943826, - "StableID": "nDe6oyVjqA21CNTRL", + "ID": 4038935407198900, + "StableID": "nHmUF6zEYY11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "DiscoKey": "discokey:3f8e878fea0f67c04a307debc81b8d410430b5770671cbf07c13dd8836d1c55e", + "Addresses": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "AllowedIPs": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "Endpoints": ["77.164.248.136:52095", "10.65.0.27:52095", "172.17.0.1:52095"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 50674}, + {"Proto": "peerapi6", "Port": 50674} + ]}, + "Created": "2026-04-09T08:30:00.221557111Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4278343762936705, + "StableID": "nkkBqUqfQa11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "DiscoKey": "discokey:4d180e65371811648b5e70d263b34a172a720a6bfad0537c2472014a68861567", + "Addresses": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "AllowedIPs": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "Endpoints": ["77.164.248.136:42494", "10.65.0.27:42494", "172.17.0.1:42494"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 36388}, + {"Proto": "peerapi6", "Port": 36388} + ]}, + "Created": "2026-04-09T08:30:01.291568621Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4553841302773712, + "StableID": "nR9h2ygSZc11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "DiscoKey": "discokey:a2632feafdb2ee357468cbb07bbaa821e75753b9f1d528624a20d16fb35d9f71", + "Addresses": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "AllowedIPs": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "Endpoints": ["77.164.248.136:58105", "10.65.0.27:58105", "172.17.0.1:58105"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61241}, + {"Proto": "peerapi6", "Port": 61241} + ]}, + "Created": "2026-04-09T08:30:02.908602666Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7361721403950131, + "StableID": "nUDKSQw8Vz11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "DiscoKey": "discokey:481abb5bcc094076ea12b0b57af4190302019d04617f0c0725a717f00960a353", + "Addresses": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "AllowedIPs": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "Endpoints": ["77.164.248.136:58740", "10.65.0.27:58740", "172.17.0.1:58740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 60191}, + {"Proto": "peerapi6", "Port": 60191} + ]}, + "Created": "2026-04-09T08:30:02.365131628Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7952360592110435, + "StableID": "nQypwc2e6521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "KeyExpiry": "2026-10-06T01:24:00Z", - "DiscoKey": "discokey:393472adb5df459d8c73b053d018f2d910c7e3d0b80ec29a6cd72395c93c7f0d", - "Addresses": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "AllowedIPs": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "Endpoints": ["77.164.248.136:36150", "10.65.0.27:36150", "172.17.0.1:36150"], + "Key": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "KeyExpiry": "2026-10-06T08:30:06Z", + "DiscoKey": "discokey:7f1af44fcc9b731b6ec2cef7b8d8c4463b0853e307d74bd4b7c69ce4826be866", + "Addresses": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "AllowedIPs": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "Endpoints": ["77.164.248.136:52432", "10.65.0.27:52432", "172.17.0.1:52432"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33468}, - {"Proto": "peerapi6", "Port": 33468} + {"Proto": "peerapi4", "Port": 36311}, + {"Proto": "peerapi6", "Port": 36311} ]}, - "Created": "2026-04-09T01:24:00.559443237Z", + "Created": "2026-04-09T08:30:06.664440016Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 8897506548606905, - "StableID": "nijzckQhUC21CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 8203506120327250, + "StableID": "nR2TGKCP4721CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "DiscoKey": "discokey:f3831355ea09537a549ae39c9f4afc239a02e2b6e2222b053f6051272083e74f", - "Addresses": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "AllowedIPs": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "Endpoints": ["77.164.248.136:54587", "10.65.0.27:54587", "172.17.0.1:54587"], + "Key": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "DiscoKey": "discokey:37585c0bfb7d9cdd30b9b2664d8460848ccd61e1469f9beeef4a18721685e326", + "Addresses": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "AllowedIPs": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "Endpoints": ["77.164.248.136:54854", "10.65.0.27:54854", "172.17.0.1:54854"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 52928}, - {"Proto": "peerapi6", "Port": 52928} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43890}, + {"Proto": "peerapi6", "Port": 43890} ]}, - "Created": "2026-04-09T01:23:59.472115091Z", + "Created": "2026-04-09T08:30:05.058375669Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8246879753545019, + "StableID": "nky3iiY2Q721CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "DiscoKey": "discokey:eb9067bbd065eeb0c65ae948ed3167f8b9eebaa25a38f8c0d5a74cc6a4606c58", + "Addresses": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "AllowedIPs": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 44725}, + {"Proto": "peerapi6", "Port": 44725} + ]}, + "Created": "2026-04-09T08:30:03.981700713Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8365802801037448, + "StableID": "nsiYBKTtK821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:5936f52c038d7fcf52a5efeb7c3f268bfbbdfa6c48213cce0560713ae69c7d49", + "Addresses": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "AllowedIPs": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "Endpoints": ["77.164.248.136:48108", "10.65.0.27:48108", "172.17.0.1:48108"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 47243}, + {"Proto": "peerapi6", "Port": 47243} + ]}, + "Created": "2026-04-09T08:30:07.202607222Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -544,12 +544,12 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{"principals": [ - {"nodeIP": "100.116.12.66"}, - {"nodeIP": "100.76.3.111"}, - {"nodeIP": "100.77.212.78"}, - {"nodeIP": "fd7a:115c:a1e0::237:36f"}, - {"nodeIP": "fd7a:115c:a1e0::2a37:c42"}, - {"nodeIP": "fd7a:115c:a1e0::f237:d44e"} + {"nodeIP": "100.108.113.107"}, + {"nodeIP": "100.120.198.109"}, + {"nodeIP": "100.64.66.19"}, + {"nodeIP": "fd7a:115c:a1e0::2837:c66d"}, + {"nodeIP": "fd7a:115c:a1e0::7337:716b"}, + {"nodeIP": "fd7a:115c:a1e0::9f37:4214"} ], "sshUsers": {"root": "root", "ubuntu": "ubuntu"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1376,35 +1376,37 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8121344318717346": { - "ID": 8121344318717346, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6995107072403207": { + "ID": 6995107072403207, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{"principals": [ - {"nodeIP": "100.116.12.66"}, - {"nodeIP": "100.76.3.111"}, - {"nodeIP": "100.77.212.78"}, - {"nodeIP": "fd7a:115c:a1e0::237:36f"}, - {"nodeIP": "fd7a:115c:a1e0::2a37:c42"}, - {"nodeIP": "fd7a:115c:a1e0::f237:d44e"} + {"nodeIP": "100.108.113.107"}, + {"nodeIP": "100.120.198.109"}, + {"nodeIP": "100.64.66.19"}, + {"nodeIP": "fd7a:115c:a1e0::2837:c66d"}, + {"nodeIP": "fd7a:115c:a1e0::7337:716b"}, + {"nodeIP": "fd7a:115c:a1e0::9f37:4214"} ], "sshUsers": {"root": "root", "ubuntu": "ubuntu"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1439,26 +1441,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6467495203910302, - "StableID": "nVLpGf89Ws11CNTRL", + "ID": 4553841302773712, + "StableID": "nR9h2ygSZc11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 6467495203910302, - "Key": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "DiscoKey": "discokey:1af49796bc994a27815409eed536514354db0cd3270dc29255f0a90d1f920e1c", - "Addresses": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "AllowedIPs": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "Endpoints": ["77.164.248.136:34214", "10.65.0.27:34214", "172.17.0.1:34214"], + "User": 4553841302773712, + "Key": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "DiscoKey": "discokey:a2632feafdb2ee357468cbb07bbaa821e75753b9f1d528624a20d16fb35d9f71", + "Addresses": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "AllowedIPs": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "Endpoints": ["77.164.248.136:58105", "10.65.0.27:58105", "172.17.0.1:58105"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 43639}, - {"Proto": "peerapi6", "Port": 43639}, + {"Proto": "peerapi4", "Port": 61241}, + {"Proto": "peerapi6", "Port": 61241}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:56.755563959Z", + "Created": "2026-04-09T08:30:02.908602666Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1486,302 +1488,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "MachineKey": "mkey:c4e0a0d6d4d280e3c2396c106573e6e886306135bea112b6d80ae687f9ac0c0d", + "NodeKey": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "MachineKey": "mkey:a1a2530077567a14a5a1af088447bd24dd651014a4704b77c0b1d8b61f372e7b", "Peers": [{ - "ID": 90914243966697, - "StableID": "n4cFRTABi111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:a3540b5220ba4f65bb0cb188c987ebd3763bbfd7d159bbb1c485c961b6d6bf30", - "Addresses": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "AllowedIPs": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "Endpoints": ["77.164.248.136:41523", "10.65.0.27:41523", "172.17.0.1:41523"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43789}, - {"Proto": "peerapi6", "Port": 43789} - ]}, - "Created": "2026-04-09T01:24:01.096616696Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1364599563055622, - "StableID": "nob4YZi2fB11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "DiscoKey": "discokey:09572ed9d1d715c68f0f87523cc34ee4951c5fd3af56aec6d50399120e3f3b18", - "Addresses": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "AllowedIPs": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "Endpoints": ["77.164.248.136:36872", "10.65.0.27:36872", "172.17.0.1:36872"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47043}, - {"Proto": "peerapi6", "Port": 47043} - ]}, - "Created": "2026-04-09T01:23:56.211801899Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1927113359184472, - "StableID": "nHMmT11o3G11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "DiscoKey": "discokey:3431d70c3a5efd6e84e543128078784d813497066aa0325eaf8b91141de4d818", - "Addresses": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "AllowedIPs": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "Endpoints": ["77.164.248.136:32800", "10.65.0.27:32800", "172.17.0.1:32800"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 38550}, - {"Proto": "peerapi6", "Port": 38550} - ]}, - "Created": "2026-04-09T01:23:57.854316097Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3242280579746049, - "StableID": "nNRWAMDSKS11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "DiscoKey": "discokey:c50d38ea2734e75cdc9e3c21e19cfe74b1fe61eaf357a06d73c9a87ebd2b7e39", - "Addresses": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "AllowedIPs": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "Endpoints": ["77.164.248.136:36238", "10.65.0.27:36238", "172.17.0.1:36238"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 47382}, - {"Proto": "peerapi6", "Port": 47382} - ]}, - "Created": "2026-04-09T01:23:54.091235667Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3879445001127542, - "StableID": "n54SDdS1JX11CNTRL", + "ID": 126882514684245, + "StableID": "nUCNLLzTz111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:5a590125a8e456aaa34d4eed3ee95a92b48a894de610132b38efcfa6d6889b75", - "Addresses": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "AllowedIPs": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "Endpoints": ["77.164.248.136:51727", "10.65.0.27:51727", "172.17.0.1:51727"], + "Key": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:aec9db2fc5f52332e453a723fc9121e3983bc38dd05138f5b82ab8ba835cea05", + "Addresses": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "AllowedIPs": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "Endpoints": ["77.164.248.136:50088", "10.65.0.27:50088", "172.17.0.1:50088"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63022}, - {"Proto": "peerapi6", "Port": 63022} + {"Proto": "peerapi4", "Port": 39729}, + {"Proto": "peerapi6", "Port": 39729} ]}, - "Created": "2026-04-09T01:24:01.65915554Z", + "Created": "2026-04-09T08:30:07.748587166Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4128266834626523, - "StableID": "nUoEb2ahEZ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "DiscoKey": "discokey:c7c529d8dfb4cb78abe2f348168a35db9e4f1d5762b452f9e8f5ce5a559bf779", - "Addresses": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "AllowedIPs": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "Endpoints": ["77.164.248.136:49923", "10.65.0.27:49923", "172.17.0.1:49923"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50061}, - {"Proto": "peerapi6", "Port": 50061} - ]}, - "Created": "2026-04-09T01:23:55.120222155Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4149050969918132, - "StableID": "ndbLTwX7QZ11CNTRL", + "ID": 1306330312176678, + "StableID": "nHWQNm5eCB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "DiscoKey": "discokey:0f3fdfb01b9ca2fa95d1e57eaa046d5e90c787fe467eb3ca06b35ec833624b5d", - "Addresses": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "AllowedIPs": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "Endpoints": ["77.164.248.136:53978", "10.65.0.27:53978", "172.17.0.1:53978"], + "Key": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "DiscoKey": "discokey:2f7c322de62a2babd63619a807a23202bc3935d85d97d1ea7b93b6e83efe1e59", + "Addresses": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "AllowedIPs": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "Endpoints": ["77.164.248.136:35174", "10.65.0.27:35174", "172.17.0.1:35174"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57674}, - {"Proto": "peerapi6", "Port": 57674} + {"Proto": "peerapi4", "Port": 43933}, + {"Proto": "peerapi6", "Port": 43933} ]}, - "Created": "2026-04-09T01:23:54.573408394Z", + "Created": "2026-04-09T08:30:00.755865942Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 5634881584883806, - "StableID": "njdpuUn31m11CNTRL", + "ID": 1520359706147828, + "StableID": "n72J1kGasC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "DiscoKey": "discokey:eb06d7ec74a48a0d8db773daaa8e701c5bd8cb62c58576b9808843e64f664c36", - "Addresses": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "AllowedIPs": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "Endpoints": ["77.164.248.136:51825", "10.65.0.27:51825", "172.17.0.1:51825"], + "Key": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "DiscoKey": "discokey:0e2307283baafc8b584100f3e4f7777553ce350be4c3ef21ea36d261992cff19", + "Addresses": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "AllowedIPs": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "Endpoints": ["77.164.248.136:43724", "10.65.0.27:43724", "172.17.0.1:43724"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45726}, - {"Proto": "peerapi6", "Port": 45726} + {"Proto": "peerapi4", "Port": 47555}, + {"Proto": "peerapi6", "Port": 47555} ]}, - "Created": "2026-04-09T01:23:58.392052847Z", + "Created": "2026-04-09T08:30:04.509674267Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7624037101960466, - "StableID": "nX1tQYXwX221CNTRL", + "ID": 1756594416608255, + "StableID": "npBQRtkZiE11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "DiscoKey": "discokey:2993cd0817e25f9b39b506a019c9e579f742f469e95ce42cb11644cb32bf453e", + "Addresses": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "AllowedIPs": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "Endpoints": ["77.164.248.136:37921", "10.65.0.27:37921", "172.17.0.1:37921"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62476}, + {"Proto": "peerapi6", "Port": 62476} + ]}, + "Created": "2026-04-09T08:30:05.600802316Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2636466215151606, + "StableID": "n31AHpV4bM11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "DiscoKey": "discokey:6143ee6156dc6e9ad3dd0f6c6036c3edc9ec778dfe3fa59bf19e46d371d34045", - "Addresses": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "AllowedIPs": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "Endpoints": ["77.164.248.136:57790", "10.65.0.27:57790", "172.17.0.1:57790"], + "Key": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "DiscoKey": "discokey:3988b9f79bd8c47eba31d6f2aec216f64fe515ed3162220aa6a50bdb45d27b12", + "Addresses": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "AllowedIPs": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "Endpoints": ["77.164.248.136:39704", "10.65.0.27:39704", "172.17.0.1:39704"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37135}, - {"Proto": "peerapi6", "Port": 37135} + {"Proto": "peerapi4", "Port": 57817}, + {"Proto": "peerapi6", "Port": 57817} ]}, - "Created": "2026-04-09T01:23:57.284722648Z", + "Created": "2026-04-09T08:30:03.440043557Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7989644934727628, - "StableID": "nH5SdcRXP521CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "DiscoKey": "discokey:d489c46f4e2e9dd95cf81145449c859e5a30741fefee1f091c219434c99d6674", - "Addresses": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "AllowedIPs": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "Endpoints": ["77.164.248.136:37684", "10.65.0.27:37684", "172.17.0.1:37684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 53353}, - {"Proto": "peerapi6", "Port": 53353} - ]}, - "Created": "2026-04-09T01:23:58.934658214Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 8121344318717346, - "StableID": "nma4DkwAR621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "DiscoKey": "discokey:d32508816f6d8ff5ba73ea721fabb92dcb7907f6232b5903ff6605b9139a4446", - "Addresses": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "AllowedIPs": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "Endpoints": ["77.164.248.136:35224", "10.65.0.27:35224", "172.17.0.1:35224"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44953}, - {"Proto": "peerapi6", "Port": 44953} - ]}, - "Created": "2026-04-09T01:24:00.007454974Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 8334732370099861, - "StableID": "n4YYbbHp5821CNTRL", + "ID": 3012455017450396, + "StableID": "njG2Ew5MXQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "DiscoKey": "discokey:a9618a414677444489d48d660e92bf2d0cb144f3a100310e3fd2bfdbd41b0716", - "Addresses": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "AllowedIPs": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "Endpoints": ["77.164.248.136:57743", "10.65.0.27:57743", "172.17.0.1:57743"], + "Key": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "DiscoKey": "discokey:33d7e8b0dbbac99163cef145858477d753998a2705b9e06b949473952c1b1057", + "Addresses": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "AllowedIPs": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "Endpoints": ["77.164.248.136:55632", "10.65.0.27:55632", "172.17.0.1:55632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63154}, - {"Proto": "peerapi6", "Port": 63154} + {"Proto": "peerapi4", "Port": 34337}, + {"Proto": "peerapi6", "Port": 34337} ]}, - "Created": "2026-04-09T01:23:55.72220735Z", + "Created": "2026-04-09T08:30:01.845376669Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8687827620943826, - "StableID": "nDe6oyVjqA21CNTRL", + "ID": 4038935407198900, + "StableID": "nHmUF6zEYY11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "DiscoKey": "discokey:3f8e878fea0f67c04a307debc81b8d410430b5770671cbf07c13dd8836d1c55e", + "Addresses": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "AllowedIPs": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "Endpoints": ["77.164.248.136:52095", "10.65.0.27:52095", "172.17.0.1:52095"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 50674}, + {"Proto": "peerapi6", "Port": 50674} + ]}, + "Created": "2026-04-09T08:30:00.221557111Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4278343762936705, + "StableID": "nkkBqUqfQa11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "DiscoKey": "discokey:4d180e65371811648b5e70d263b34a172a720a6bfad0537c2472014a68861567", + "Addresses": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "AllowedIPs": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "Endpoints": ["77.164.248.136:42494", "10.65.0.27:42494", "172.17.0.1:42494"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 36388}, + {"Proto": "peerapi6", "Port": 36388} + ]}, + "Created": "2026-04-09T08:30:01.291568621Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6995107072403207, + "StableID": "nSpRNsb6dw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "DiscoKey": "discokey:0480803cd3c1cdfe5186a431cc6b8d7152d32daa6d6064715611fffc504a487b", + "Addresses": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "AllowedIPs": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "Endpoints": ["77.164.248.136:35731", "10.65.0.27:35731", "172.17.0.1:35731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60210}, + {"Proto": "peerapi6", "Port": 60210} + ]}, + "Created": "2026-04-09T08:30:06.138375049Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7361721403950131, + "StableID": "nUDKSQw8Vz11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "DiscoKey": "discokey:481abb5bcc094076ea12b0b57af4190302019d04617f0c0725a717f00960a353", + "Addresses": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "AllowedIPs": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "Endpoints": ["77.164.248.136:58740", "10.65.0.27:58740", "172.17.0.1:58740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 60191}, + {"Proto": "peerapi6", "Port": 60191} + ]}, + "Created": "2026-04-09T08:30:02.365131628Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7952360592110435, + "StableID": "nQypwc2e6521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "KeyExpiry": "2026-10-06T01:24:00Z", - "DiscoKey": "discokey:393472adb5df459d8c73b053d018f2d910c7e3d0b80ec29a6cd72395c93c7f0d", - "Addresses": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "AllowedIPs": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "Endpoints": ["77.164.248.136:36150", "10.65.0.27:36150", "172.17.0.1:36150"], + "Key": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "KeyExpiry": "2026-10-06T08:30:06Z", + "DiscoKey": "discokey:7f1af44fcc9b731b6ec2cef7b8d8c4463b0853e307d74bd4b7c69ce4826be866", + "Addresses": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "AllowedIPs": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "Endpoints": ["77.164.248.136:52432", "10.65.0.27:52432", "172.17.0.1:52432"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33468}, - {"Proto": "peerapi6", "Port": 33468} + {"Proto": "peerapi4", "Port": 36311}, + {"Proto": "peerapi6", "Port": 36311} ]}, - "Created": "2026-04-09T01:24:00.559443237Z", + "Created": "2026-04-09T08:30:06.664440016Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 8897506548606905, - "StableID": "nijzckQhUC21CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 8203506120327250, + "StableID": "nR2TGKCP4721CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "DiscoKey": "discokey:f3831355ea09537a549ae39c9f4afc239a02e2b6e2222b053f6051272083e74f", - "Addresses": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "AllowedIPs": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "Endpoints": ["77.164.248.136:54587", "10.65.0.27:54587", "172.17.0.1:54587"], + "Key": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "DiscoKey": "discokey:37585c0bfb7d9cdd30b9b2664d8460848ccd61e1469f9beeef4a18721685e326", + "Addresses": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "AllowedIPs": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "Endpoints": ["77.164.248.136:54854", "10.65.0.27:54854", "172.17.0.1:54854"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 52928}, - {"Proto": "peerapi6", "Port": 52928} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43890}, + {"Proto": "peerapi6", "Port": 43890} ]}, - "Created": "2026-04-09T01:23:59.472115091Z", + "Created": "2026-04-09T08:30:05.058375669Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8246879753545019, + "StableID": "nky3iiY2Q721CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "DiscoKey": "discokey:eb9067bbd065eeb0c65ae948ed3167f8b9eebaa25a38f8c0d5a74cc6a4606c58", + "Addresses": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "AllowedIPs": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 44725}, + {"Proto": "peerapi6", "Port": 44725} + ]}, + "Created": "2026-04-09T08:30:03.981700713Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8365802801037448, + "StableID": "nsiYBKTtK821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:5936f52c038d7fcf52a5efeb7c3f268bfbbdfa6c48213cce0560713ae69c7d49", + "Addresses": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "AllowedIPs": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "Endpoints": ["77.164.248.136:48108", "10.65.0.27:48108", "172.17.0.1:48108"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 47243}, + {"Proto": "peerapi6", "Port": 47243} + ]}, + "Created": "2026-04-09T08:30:07.202607222Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2629,27 +2631,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6467495203910302": { - "ID": 6467495203910302, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4553841302773712": { + "ID": 4553841302773712, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2680,22 +2684,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3879445001127542, - "StableID": "n54SDdS1JX11CNTRL", + "ID": 126882514684245, + "StableID": "nUCNLLzTz111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:5a590125a8e456aaa34d4eed3ee95a92b48a894de610132b38efcfa6d6889b75", - "Addresses": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "AllowedIPs": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "Endpoints": ["77.164.248.136:51727", "10.65.0.27:51727", "172.17.0.1:51727"], + "Key": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:aec9db2fc5f52332e453a723fc9121e3983bc38dd05138f5b82ab8ba835cea05", + "Addresses": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "AllowedIPs": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "Endpoints": ["77.164.248.136:50088", "10.65.0.27:50088", "172.17.0.1:50088"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63022}, - {"Proto": "peerapi6", "Port": 63022}, + {"Proto": "peerapi4", "Port": 39729}, + {"Proto": "peerapi6", "Port": 39729}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:01.65915554Z", + "Created": "2026-04-09T08:30:07.748587166Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2724,302 +2728,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "MachineKey": "mkey:84e46814ddf5a8b7166fc3ed58b6c4681c3243da5b58b3f53dd6ba734385a716", + "NodeKey": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "MachineKey": "mkey:8ff2c74b656825dc88c2f1ddace2b417f6dc915466bf37efc84bf81c9f97e66f", "Peers": [{ - "ID": 90914243966697, - "StableID": "n4cFRTABi111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:a3540b5220ba4f65bb0cb188c987ebd3763bbfd7d159bbb1c485c961b6d6bf30", - "Addresses": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "AllowedIPs": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "Endpoints": ["77.164.248.136:41523", "10.65.0.27:41523", "172.17.0.1:41523"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43789}, - {"Proto": "peerapi6", "Port": 43789} - ]}, - "Created": "2026-04-09T01:24:01.096616696Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1364599563055622, - "StableID": "nob4YZi2fB11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "DiscoKey": "discokey:09572ed9d1d715c68f0f87523cc34ee4951c5fd3af56aec6d50399120e3f3b18", - "Addresses": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "AllowedIPs": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "Endpoints": ["77.164.248.136:36872", "10.65.0.27:36872", "172.17.0.1:36872"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47043}, - {"Proto": "peerapi6", "Port": 47043} - ]}, - "Created": "2026-04-09T01:23:56.211801899Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1927113359184472, - "StableID": "nHMmT11o3G11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "DiscoKey": "discokey:3431d70c3a5efd6e84e543128078784d813497066aa0325eaf8b91141de4d818", - "Addresses": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "AllowedIPs": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "Endpoints": ["77.164.248.136:32800", "10.65.0.27:32800", "172.17.0.1:32800"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 38550}, - {"Proto": "peerapi6", "Port": 38550} - ]}, - "Created": "2026-04-09T01:23:57.854316097Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3242280579746049, - "StableID": "nNRWAMDSKS11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "DiscoKey": "discokey:c50d38ea2734e75cdc9e3c21e19cfe74b1fe61eaf357a06d73c9a87ebd2b7e39", - "Addresses": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "AllowedIPs": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "Endpoints": ["77.164.248.136:36238", "10.65.0.27:36238", "172.17.0.1:36238"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 47382}, - {"Proto": "peerapi6", "Port": 47382} - ]}, - "Created": "2026-04-09T01:23:54.091235667Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4128266834626523, - "StableID": "nUoEb2ahEZ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "DiscoKey": "discokey:c7c529d8dfb4cb78abe2f348168a35db9e4f1d5762b452f9e8f5ce5a559bf779", - "Addresses": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "AllowedIPs": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "Endpoints": ["77.164.248.136:49923", "10.65.0.27:49923", "172.17.0.1:49923"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50061}, - {"Proto": "peerapi6", "Port": 50061} - ]}, - "Created": "2026-04-09T01:23:55.120222155Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4149050969918132, - "StableID": "ndbLTwX7QZ11CNTRL", + "ID": 1306330312176678, + "StableID": "nHWQNm5eCB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "DiscoKey": "discokey:0f3fdfb01b9ca2fa95d1e57eaa046d5e90c787fe467eb3ca06b35ec833624b5d", - "Addresses": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "AllowedIPs": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "Endpoints": ["77.164.248.136:53978", "10.65.0.27:53978", "172.17.0.1:53978"], + "Key": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "DiscoKey": "discokey:2f7c322de62a2babd63619a807a23202bc3935d85d97d1ea7b93b6e83efe1e59", + "Addresses": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "AllowedIPs": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "Endpoints": ["77.164.248.136:35174", "10.65.0.27:35174", "172.17.0.1:35174"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57674}, - {"Proto": "peerapi6", "Port": 57674} + {"Proto": "peerapi4", "Port": 43933}, + {"Proto": "peerapi6", "Port": 43933} ]}, - "Created": "2026-04-09T01:23:54.573408394Z", + "Created": "2026-04-09T08:30:00.755865942Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 5634881584883806, - "StableID": "njdpuUn31m11CNTRL", + "ID": 1520359706147828, + "StableID": "n72J1kGasC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "DiscoKey": "discokey:eb06d7ec74a48a0d8db773daaa8e701c5bd8cb62c58576b9808843e64f664c36", - "Addresses": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "AllowedIPs": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "Endpoints": ["77.164.248.136:51825", "10.65.0.27:51825", "172.17.0.1:51825"], + "Key": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "DiscoKey": "discokey:0e2307283baafc8b584100f3e4f7777553ce350be4c3ef21ea36d261992cff19", + "Addresses": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "AllowedIPs": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "Endpoints": ["77.164.248.136:43724", "10.65.0.27:43724", "172.17.0.1:43724"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45726}, - {"Proto": "peerapi6", "Port": 45726} + {"Proto": "peerapi4", "Port": 47555}, + {"Proto": "peerapi6", "Port": 47555} ]}, - "Created": "2026-04-09T01:23:58.392052847Z", + "Created": "2026-04-09T08:30:04.509674267Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6467495203910302, - "StableID": "nVLpGf89Ws11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 1756594416608255, + "StableID": "npBQRtkZiE11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "DiscoKey": "discokey:1af49796bc994a27815409eed536514354db0cd3270dc29255f0a90d1f920e1c", - "Addresses": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "AllowedIPs": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "Endpoints": ["77.164.248.136:34214", "10.65.0.27:34214", "172.17.0.1:34214"], + "Key": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "DiscoKey": "discokey:2993cd0817e25f9b39b506a019c9e579f742f469e95ce42cb11644cb32bf453e", + "Addresses": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "AllowedIPs": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "Endpoints": ["77.164.248.136:37921", "10.65.0.27:37921", "172.17.0.1:37921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 43639}, - {"Proto": "peerapi6", "Port": 43639} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62476}, + {"Proto": "peerapi6", "Port": 62476} ]}, - "Created": "2026-04-09T01:23:56.755563959Z", + "Created": "2026-04-09T08:30:05.600802316Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 7624037101960466, - "StableID": "nX1tQYXwX221CNTRL", + "ID": 2636466215151606, + "StableID": "n31AHpV4bM11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "DiscoKey": "discokey:6143ee6156dc6e9ad3dd0f6c6036c3edc9ec778dfe3fa59bf19e46d371d34045", - "Addresses": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "AllowedIPs": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "Endpoints": ["77.164.248.136:57790", "10.65.0.27:57790", "172.17.0.1:57790"], + "Key": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "DiscoKey": "discokey:3988b9f79bd8c47eba31d6f2aec216f64fe515ed3162220aa6a50bdb45d27b12", + "Addresses": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "AllowedIPs": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "Endpoints": ["77.164.248.136:39704", "10.65.0.27:39704", "172.17.0.1:39704"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37135}, - {"Proto": "peerapi6", "Port": 37135} + {"Proto": "peerapi4", "Port": 57817}, + {"Proto": "peerapi6", "Port": 57817} ]}, - "Created": "2026-04-09T01:23:57.284722648Z", + "Created": "2026-04-09T08:30:03.440043557Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7989644934727628, - "StableID": "nH5SdcRXP521CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "DiscoKey": "discokey:d489c46f4e2e9dd95cf81145449c859e5a30741fefee1f091c219434c99d6674", - "Addresses": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "AllowedIPs": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "Endpoints": ["77.164.248.136:37684", "10.65.0.27:37684", "172.17.0.1:37684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 53353}, - {"Proto": "peerapi6", "Port": 53353} - ]}, - "Created": "2026-04-09T01:23:58.934658214Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 8121344318717346, - "StableID": "nma4DkwAR621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "DiscoKey": "discokey:d32508816f6d8ff5ba73ea721fabb92dcb7907f6232b5903ff6605b9139a4446", - "Addresses": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "AllowedIPs": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "Endpoints": ["77.164.248.136:35224", "10.65.0.27:35224", "172.17.0.1:35224"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44953}, - {"Proto": "peerapi6", "Port": 44953} - ]}, - "Created": "2026-04-09T01:24:00.007454974Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 8334732370099861, - "StableID": "n4YYbbHp5821CNTRL", + "ID": 3012455017450396, + "StableID": "njG2Ew5MXQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "DiscoKey": "discokey:a9618a414677444489d48d660e92bf2d0cb144f3a100310e3fd2bfdbd41b0716", - "Addresses": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "AllowedIPs": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "Endpoints": ["77.164.248.136:57743", "10.65.0.27:57743", "172.17.0.1:57743"], + "Key": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "DiscoKey": "discokey:33d7e8b0dbbac99163cef145858477d753998a2705b9e06b949473952c1b1057", + "Addresses": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "AllowedIPs": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "Endpoints": ["77.164.248.136:55632", "10.65.0.27:55632", "172.17.0.1:55632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63154}, - {"Proto": "peerapi6", "Port": 63154} + {"Proto": "peerapi4", "Port": 34337}, + {"Proto": "peerapi6", "Port": 34337} ]}, - "Created": "2026-04-09T01:23:55.72220735Z", + "Created": "2026-04-09T08:30:01.845376669Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8687827620943826, - "StableID": "nDe6oyVjqA21CNTRL", + "ID": 4038935407198900, + "StableID": "nHmUF6zEYY11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "DiscoKey": "discokey:3f8e878fea0f67c04a307debc81b8d410430b5770671cbf07c13dd8836d1c55e", + "Addresses": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "AllowedIPs": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "Endpoints": ["77.164.248.136:52095", "10.65.0.27:52095", "172.17.0.1:52095"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 50674}, + {"Proto": "peerapi6", "Port": 50674} + ]}, + "Created": "2026-04-09T08:30:00.221557111Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4278343762936705, + "StableID": "nkkBqUqfQa11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "DiscoKey": "discokey:4d180e65371811648b5e70d263b34a172a720a6bfad0537c2472014a68861567", + "Addresses": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "AllowedIPs": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "Endpoints": ["77.164.248.136:42494", "10.65.0.27:42494", "172.17.0.1:42494"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 36388}, + {"Proto": "peerapi6", "Port": 36388} + ]}, + "Created": "2026-04-09T08:30:01.291568621Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4553841302773712, + "StableID": "nR9h2ygSZc11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "DiscoKey": "discokey:a2632feafdb2ee357468cbb07bbaa821e75753b9f1d528624a20d16fb35d9f71", + "Addresses": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "AllowedIPs": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "Endpoints": ["77.164.248.136:58105", "10.65.0.27:58105", "172.17.0.1:58105"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61241}, + {"Proto": "peerapi6", "Port": 61241} + ]}, + "Created": "2026-04-09T08:30:02.908602666Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6995107072403207, + "StableID": "nSpRNsb6dw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "DiscoKey": "discokey:0480803cd3c1cdfe5186a431cc6b8d7152d32daa6d6064715611fffc504a487b", + "Addresses": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "AllowedIPs": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "Endpoints": ["77.164.248.136:35731", "10.65.0.27:35731", "172.17.0.1:35731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60210}, + {"Proto": "peerapi6", "Port": 60210} + ]}, + "Created": "2026-04-09T08:30:06.138375049Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7361721403950131, + "StableID": "nUDKSQw8Vz11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "DiscoKey": "discokey:481abb5bcc094076ea12b0b57af4190302019d04617f0c0725a717f00960a353", + "Addresses": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "AllowedIPs": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "Endpoints": ["77.164.248.136:58740", "10.65.0.27:58740", "172.17.0.1:58740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 60191}, + {"Proto": "peerapi6", "Port": 60191} + ]}, + "Created": "2026-04-09T08:30:02.365131628Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7952360592110435, + "StableID": "nQypwc2e6521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "KeyExpiry": "2026-10-06T01:24:00Z", - "DiscoKey": "discokey:393472adb5df459d8c73b053d018f2d910c7e3d0b80ec29a6cd72395c93c7f0d", - "Addresses": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "AllowedIPs": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "Endpoints": ["77.164.248.136:36150", "10.65.0.27:36150", "172.17.0.1:36150"], + "Key": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "KeyExpiry": "2026-10-06T08:30:06Z", + "DiscoKey": "discokey:7f1af44fcc9b731b6ec2cef7b8d8c4463b0853e307d74bd4b7c69ce4826be866", + "Addresses": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "AllowedIPs": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "Endpoints": ["77.164.248.136:52432", "10.65.0.27:52432", "172.17.0.1:52432"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33468}, - {"Proto": "peerapi6", "Port": 33468} + {"Proto": "peerapi4", "Port": 36311}, + {"Proto": "peerapi6", "Port": 36311} ]}, - "Created": "2026-04-09T01:24:00.559443237Z", + "Created": "2026-04-09T08:30:06.664440016Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 8897506548606905, - "StableID": "nijzckQhUC21CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 8203506120327250, + "StableID": "nR2TGKCP4721CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "DiscoKey": "discokey:f3831355ea09537a549ae39c9f4afc239a02e2b6e2222b053f6051272083e74f", - "Addresses": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "AllowedIPs": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "Endpoints": ["77.164.248.136:54587", "10.65.0.27:54587", "172.17.0.1:54587"], + "Key": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "DiscoKey": "discokey:37585c0bfb7d9cdd30b9b2664d8460848ccd61e1469f9beeef4a18721685e326", + "Addresses": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "AllowedIPs": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "Endpoints": ["77.164.248.136:54854", "10.65.0.27:54854", "172.17.0.1:54854"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 52928}, - {"Proto": "peerapi6", "Port": 52928} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43890}, + {"Proto": "peerapi6", "Port": 43890} ]}, - "Created": "2026-04-09T01:23:59.472115091Z", + "Created": "2026-04-09T08:30:05.058375669Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8246879753545019, + "StableID": "nky3iiY2Q721CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "DiscoKey": "discokey:eb9067bbd065eeb0c65ae948ed3167f8b9eebaa25a38f8c0d5a74cc6a4606c58", + "Addresses": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "AllowedIPs": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 44725}, + {"Proto": "peerapi6", "Port": 44725} + ]}, + "Created": "2026-04-09T08:30:03.981700713Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8365802801037448, + "StableID": "nsiYBKTtK821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:5936f52c038d7fcf52a5efeb7c3f268bfbbdfa6c48213cce0560713ae69c7d49", + "Addresses": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "AllowedIPs": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "Endpoints": ["77.164.248.136:48108", "10.65.0.27:48108", "172.17.0.1:48108"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 47243}, + {"Proto": "peerapi6", "Port": 47243} + ]}, + "Created": "2026-04-09T08:30:07.202607222Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3867,23 +3871,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3914,26 +3919,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4128266834626523, - "StableID": "nUoEb2ahEZ11CNTRL", + "ID": 4278343762936705, + "StableID": "nkkBqUqfQa11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 4128266834626523, - "Key": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "DiscoKey": "discokey:c7c529d8dfb4cb78abe2f348168a35db9e4f1d5762b452f9e8f5ce5a559bf779", - "Addresses": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "AllowedIPs": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "Endpoints": ["77.164.248.136:49923", "10.65.0.27:49923", "172.17.0.1:49923"], + "User": 4278343762936705, + "Key": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "DiscoKey": "discokey:4d180e65371811648b5e70d263b34a172a720a6bfad0537c2472014a68861567", + "Addresses": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "AllowedIPs": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "Endpoints": ["77.164.248.136:42494", "10.65.0.27:42494", "172.17.0.1:42494"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 50061}, - {"Proto": "peerapi6", "Port": 50061}, + {"Proto": "peerapi4", "Port": 36388}, + {"Proto": "peerapi6", "Port": 36388}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:55.120222155Z", + "Created": "2026-04-09T08:30:01.291568621Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3961,302 +3966,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "MachineKey": "mkey:6669c460ea6d01727ec1bc200d6466f1b773abba2ba00e43cab940b757457f3b", + "NodeKey": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "MachineKey": "mkey:84ab18cf0bfe29ee3bf1716fb59fc1a735a5ffd31a58a78700d9e15654bf607c", "Peers": [{ - "ID": 90914243966697, - "StableID": "n4cFRTABi111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:a3540b5220ba4f65bb0cb188c987ebd3763bbfd7d159bbb1c485c961b6d6bf30", - "Addresses": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "AllowedIPs": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "Endpoints": ["77.164.248.136:41523", "10.65.0.27:41523", "172.17.0.1:41523"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43789}, - {"Proto": "peerapi6", "Port": 43789} - ]}, - "Created": "2026-04-09T01:24:01.096616696Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1364599563055622, - "StableID": "nob4YZi2fB11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "DiscoKey": "discokey:09572ed9d1d715c68f0f87523cc34ee4951c5fd3af56aec6d50399120e3f3b18", - "Addresses": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "AllowedIPs": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "Endpoints": ["77.164.248.136:36872", "10.65.0.27:36872", "172.17.0.1:36872"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47043}, - {"Proto": "peerapi6", "Port": 47043} - ]}, - "Created": "2026-04-09T01:23:56.211801899Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1927113359184472, - "StableID": "nHMmT11o3G11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "DiscoKey": "discokey:3431d70c3a5efd6e84e543128078784d813497066aa0325eaf8b91141de4d818", - "Addresses": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "AllowedIPs": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "Endpoints": ["77.164.248.136:32800", "10.65.0.27:32800", "172.17.0.1:32800"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 38550}, - {"Proto": "peerapi6", "Port": 38550} - ]}, - "Created": "2026-04-09T01:23:57.854316097Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3242280579746049, - "StableID": "nNRWAMDSKS11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "DiscoKey": "discokey:c50d38ea2734e75cdc9e3c21e19cfe74b1fe61eaf357a06d73c9a87ebd2b7e39", - "Addresses": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "AllowedIPs": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "Endpoints": ["77.164.248.136:36238", "10.65.0.27:36238", "172.17.0.1:36238"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 47382}, - {"Proto": "peerapi6", "Port": 47382} - ]}, - "Created": "2026-04-09T01:23:54.091235667Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3879445001127542, - "StableID": "n54SDdS1JX11CNTRL", + "ID": 126882514684245, + "StableID": "nUCNLLzTz111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:5a590125a8e456aaa34d4eed3ee95a92b48a894de610132b38efcfa6d6889b75", - "Addresses": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "AllowedIPs": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "Endpoints": ["77.164.248.136:51727", "10.65.0.27:51727", "172.17.0.1:51727"], + "Key": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:aec9db2fc5f52332e453a723fc9121e3983bc38dd05138f5b82ab8ba835cea05", + "Addresses": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "AllowedIPs": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "Endpoints": ["77.164.248.136:50088", "10.65.0.27:50088", "172.17.0.1:50088"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63022}, - {"Proto": "peerapi6", "Port": 63022} + {"Proto": "peerapi4", "Port": 39729}, + {"Proto": "peerapi6", "Port": 39729} ]}, - "Created": "2026-04-09T01:24:01.65915554Z", + "Created": "2026-04-09T08:30:07.748587166Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4149050969918132, - "StableID": "ndbLTwX7QZ11CNTRL", + "ID": 1306330312176678, + "StableID": "nHWQNm5eCB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "DiscoKey": "discokey:0f3fdfb01b9ca2fa95d1e57eaa046d5e90c787fe467eb3ca06b35ec833624b5d", - "Addresses": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "AllowedIPs": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "Endpoints": ["77.164.248.136:53978", "10.65.0.27:53978", "172.17.0.1:53978"], + "Key": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "DiscoKey": "discokey:2f7c322de62a2babd63619a807a23202bc3935d85d97d1ea7b93b6e83efe1e59", + "Addresses": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "AllowedIPs": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "Endpoints": ["77.164.248.136:35174", "10.65.0.27:35174", "172.17.0.1:35174"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57674}, - {"Proto": "peerapi6", "Port": 57674} + {"Proto": "peerapi4", "Port": 43933}, + {"Proto": "peerapi6", "Port": 43933} ]}, - "Created": "2026-04-09T01:23:54.573408394Z", + "Created": "2026-04-09T08:30:00.755865942Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 5634881584883806, - "StableID": "njdpuUn31m11CNTRL", + "ID": 1520359706147828, + "StableID": "n72J1kGasC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "DiscoKey": "discokey:eb06d7ec74a48a0d8db773daaa8e701c5bd8cb62c58576b9808843e64f664c36", - "Addresses": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "AllowedIPs": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "Endpoints": ["77.164.248.136:51825", "10.65.0.27:51825", "172.17.0.1:51825"], + "Key": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "DiscoKey": "discokey:0e2307283baafc8b584100f3e4f7777553ce350be4c3ef21ea36d261992cff19", + "Addresses": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "AllowedIPs": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "Endpoints": ["77.164.248.136:43724", "10.65.0.27:43724", "172.17.0.1:43724"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45726}, - {"Proto": "peerapi6", "Port": 45726} + {"Proto": "peerapi4", "Port": 47555}, + {"Proto": "peerapi6", "Port": 47555} ]}, - "Created": "2026-04-09T01:23:58.392052847Z", + "Created": "2026-04-09T08:30:04.509674267Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6467495203910302, - "StableID": "nVLpGf89Ws11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 1756594416608255, + "StableID": "npBQRtkZiE11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "DiscoKey": "discokey:1af49796bc994a27815409eed536514354db0cd3270dc29255f0a90d1f920e1c", - "Addresses": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "AllowedIPs": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "Endpoints": ["77.164.248.136:34214", "10.65.0.27:34214", "172.17.0.1:34214"], + "Key": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "DiscoKey": "discokey:2993cd0817e25f9b39b506a019c9e579f742f469e95ce42cb11644cb32bf453e", + "Addresses": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "AllowedIPs": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "Endpoints": ["77.164.248.136:37921", "10.65.0.27:37921", "172.17.0.1:37921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 43639}, - {"Proto": "peerapi6", "Port": 43639} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62476}, + {"Proto": "peerapi6", "Port": 62476} ]}, - "Created": "2026-04-09T01:23:56.755563959Z", + "Created": "2026-04-09T08:30:05.600802316Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 7624037101960466, - "StableID": "nX1tQYXwX221CNTRL", + "ID": 2636466215151606, + "StableID": "n31AHpV4bM11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "DiscoKey": "discokey:6143ee6156dc6e9ad3dd0f6c6036c3edc9ec778dfe3fa59bf19e46d371d34045", - "Addresses": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "AllowedIPs": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "Endpoints": ["77.164.248.136:57790", "10.65.0.27:57790", "172.17.0.1:57790"], + "Key": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "DiscoKey": "discokey:3988b9f79bd8c47eba31d6f2aec216f64fe515ed3162220aa6a50bdb45d27b12", + "Addresses": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "AllowedIPs": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "Endpoints": ["77.164.248.136:39704", "10.65.0.27:39704", "172.17.0.1:39704"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37135}, - {"Proto": "peerapi6", "Port": 37135} + {"Proto": "peerapi4", "Port": 57817}, + {"Proto": "peerapi6", "Port": 57817} ]}, - "Created": "2026-04-09T01:23:57.284722648Z", + "Created": "2026-04-09T08:30:03.440043557Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7989644934727628, - "StableID": "nH5SdcRXP521CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "DiscoKey": "discokey:d489c46f4e2e9dd95cf81145449c859e5a30741fefee1f091c219434c99d6674", - "Addresses": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "AllowedIPs": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "Endpoints": ["77.164.248.136:37684", "10.65.0.27:37684", "172.17.0.1:37684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 53353}, - {"Proto": "peerapi6", "Port": 53353} - ]}, - "Created": "2026-04-09T01:23:58.934658214Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 8121344318717346, - "StableID": "nma4DkwAR621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "DiscoKey": "discokey:d32508816f6d8ff5ba73ea721fabb92dcb7907f6232b5903ff6605b9139a4446", - "Addresses": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "AllowedIPs": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "Endpoints": ["77.164.248.136:35224", "10.65.0.27:35224", "172.17.0.1:35224"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44953}, - {"Proto": "peerapi6", "Port": 44953} - ]}, - "Created": "2026-04-09T01:24:00.007454974Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 8334732370099861, - "StableID": "n4YYbbHp5821CNTRL", + "ID": 3012455017450396, + "StableID": "njG2Ew5MXQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "DiscoKey": "discokey:a9618a414677444489d48d660e92bf2d0cb144f3a100310e3fd2bfdbd41b0716", - "Addresses": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "AllowedIPs": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "Endpoints": ["77.164.248.136:57743", "10.65.0.27:57743", "172.17.0.1:57743"], + "Key": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "DiscoKey": "discokey:33d7e8b0dbbac99163cef145858477d753998a2705b9e06b949473952c1b1057", + "Addresses": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "AllowedIPs": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "Endpoints": ["77.164.248.136:55632", "10.65.0.27:55632", "172.17.0.1:55632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63154}, - {"Proto": "peerapi6", "Port": 63154} + {"Proto": "peerapi4", "Port": 34337}, + {"Proto": "peerapi6", "Port": 34337} ]}, - "Created": "2026-04-09T01:23:55.72220735Z", + "Created": "2026-04-09T08:30:01.845376669Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8687827620943826, - "StableID": "nDe6oyVjqA21CNTRL", + "ID": 4038935407198900, + "StableID": "nHmUF6zEYY11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "DiscoKey": "discokey:3f8e878fea0f67c04a307debc81b8d410430b5770671cbf07c13dd8836d1c55e", + "Addresses": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "AllowedIPs": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "Endpoints": ["77.164.248.136:52095", "10.65.0.27:52095", "172.17.0.1:52095"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 50674}, + {"Proto": "peerapi6", "Port": 50674} + ]}, + "Created": "2026-04-09T08:30:00.221557111Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4553841302773712, + "StableID": "nR9h2ygSZc11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "DiscoKey": "discokey:a2632feafdb2ee357468cbb07bbaa821e75753b9f1d528624a20d16fb35d9f71", + "Addresses": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "AllowedIPs": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "Endpoints": ["77.164.248.136:58105", "10.65.0.27:58105", "172.17.0.1:58105"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61241}, + {"Proto": "peerapi6", "Port": 61241} + ]}, + "Created": "2026-04-09T08:30:02.908602666Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6995107072403207, + "StableID": "nSpRNsb6dw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "DiscoKey": "discokey:0480803cd3c1cdfe5186a431cc6b8d7152d32daa6d6064715611fffc504a487b", + "Addresses": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "AllowedIPs": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "Endpoints": ["77.164.248.136:35731", "10.65.0.27:35731", "172.17.0.1:35731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60210}, + {"Proto": "peerapi6", "Port": 60210} + ]}, + "Created": "2026-04-09T08:30:06.138375049Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7361721403950131, + "StableID": "nUDKSQw8Vz11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "DiscoKey": "discokey:481abb5bcc094076ea12b0b57af4190302019d04617f0c0725a717f00960a353", + "Addresses": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "AllowedIPs": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "Endpoints": ["77.164.248.136:58740", "10.65.0.27:58740", "172.17.0.1:58740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 60191}, + {"Proto": "peerapi6", "Port": 60191} + ]}, + "Created": "2026-04-09T08:30:02.365131628Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7952360592110435, + "StableID": "nQypwc2e6521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "KeyExpiry": "2026-10-06T01:24:00Z", - "DiscoKey": "discokey:393472adb5df459d8c73b053d018f2d910c7e3d0b80ec29a6cd72395c93c7f0d", - "Addresses": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "AllowedIPs": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "Endpoints": ["77.164.248.136:36150", "10.65.0.27:36150", "172.17.0.1:36150"], + "Key": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "KeyExpiry": "2026-10-06T08:30:06Z", + "DiscoKey": "discokey:7f1af44fcc9b731b6ec2cef7b8d8c4463b0853e307d74bd4b7c69ce4826be866", + "Addresses": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "AllowedIPs": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "Endpoints": ["77.164.248.136:52432", "10.65.0.27:52432", "172.17.0.1:52432"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33468}, - {"Proto": "peerapi6", "Port": 33468} + {"Proto": "peerapi4", "Port": 36311}, + {"Proto": "peerapi6", "Port": 36311} ]}, - "Created": "2026-04-09T01:24:00.559443237Z", + "Created": "2026-04-09T08:30:06.664440016Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 8897506548606905, - "StableID": "nijzckQhUC21CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 8203506120327250, + "StableID": "nR2TGKCP4721CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "DiscoKey": "discokey:f3831355ea09537a549ae39c9f4afc239a02e2b6e2222b053f6051272083e74f", - "Addresses": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "AllowedIPs": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "Endpoints": ["77.164.248.136:54587", "10.65.0.27:54587", "172.17.0.1:54587"], + "Key": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "DiscoKey": "discokey:37585c0bfb7d9cdd30b9b2664d8460848ccd61e1469f9beeef4a18721685e326", + "Addresses": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "AllowedIPs": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "Endpoints": ["77.164.248.136:54854", "10.65.0.27:54854", "172.17.0.1:54854"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 52928}, - {"Proto": "peerapi6", "Port": 52928} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43890}, + {"Proto": "peerapi6", "Port": 43890} ]}, - "Created": "2026-04-09T01:23:59.472115091Z", + "Created": "2026-04-09T08:30:05.058375669Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8246879753545019, + "StableID": "nky3iiY2Q721CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "DiscoKey": "discokey:eb9067bbd065eeb0c65ae948ed3167f8b9eebaa25a38f8c0d5a74cc6a4606c58", + "Addresses": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "AllowedIPs": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 44725}, + {"Proto": "peerapi6", "Port": 44725} + ]}, + "Created": "2026-04-09T08:30:03.981700713Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8365802801037448, + "StableID": "nsiYBKTtK821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:5936f52c038d7fcf52a5efeb7c3f268bfbbdfa6c48213cce0560713ae69c7d49", + "Addresses": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "AllowedIPs": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "Endpoints": ["77.164.248.136:48108", "10.65.0.27:48108", "172.17.0.1:48108"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 47243}, + {"Proto": "peerapi6", "Port": 47243} + ]}, + "Created": "2026-04-09T08:30:07.202607222Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5104,27 +5109,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4128266834626523": { - "ID": 4128266834626523, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4278343762936705": { + "ID": 4278343762936705, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "fearow": { @@ -5155,26 +5162,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1927113359184472, - "StableID": "nHMmT11o3G11CNTRL", + "ID": 8246879753545019, + "StableID": "nky3iiY2Q721CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 1927113359184472, - "Key": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "DiscoKey": "discokey:3431d70c3a5efd6e84e543128078784d813497066aa0325eaf8b91141de4d818", - "Addresses": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "AllowedIPs": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "Endpoints": ["77.164.248.136:32800", "10.65.0.27:32800", "172.17.0.1:32800"], + "User": 8246879753545019, + "Key": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "DiscoKey": "discokey:eb9067bbd065eeb0c65ae948ed3167f8b9eebaa25a38f8c0d5a74cc6a4606c58", + "Addresses": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "AllowedIPs": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 38550}, - {"Proto": "peerapi6", "Port": 38550}, + {"Proto": "peerapi4", "Port": 44725}, + {"Proto": "peerapi6", "Port": 44725}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:57.854316097Z", + "Created": "2026-04-09T08:30:03.981700713Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5202,302 +5209,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "MachineKey": "mkey:d61b6f31f5152e7a23454098d5b598c05036cf55cb7f3cc9649242cfca279c5f", + "NodeKey": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "MachineKey": "mkey:d91b0e9ee4026ee17aa0c3c410c7a1de8d5ecef0694cc62fbaeb2cf78d2bea6d", "Peers": [{ - "ID": 90914243966697, - "StableID": "n4cFRTABi111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:a3540b5220ba4f65bb0cb188c987ebd3763bbfd7d159bbb1c485c961b6d6bf30", - "Addresses": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "AllowedIPs": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "Endpoints": ["77.164.248.136:41523", "10.65.0.27:41523", "172.17.0.1:41523"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43789}, - {"Proto": "peerapi6", "Port": 43789} - ]}, - "Created": "2026-04-09T01:24:01.096616696Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1364599563055622, - "StableID": "nob4YZi2fB11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "DiscoKey": "discokey:09572ed9d1d715c68f0f87523cc34ee4951c5fd3af56aec6d50399120e3f3b18", - "Addresses": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "AllowedIPs": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "Endpoints": ["77.164.248.136:36872", "10.65.0.27:36872", "172.17.0.1:36872"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47043}, - {"Proto": "peerapi6", "Port": 47043} - ]}, - "Created": "2026-04-09T01:23:56.211801899Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3242280579746049, - "StableID": "nNRWAMDSKS11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "DiscoKey": "discokey:c50d38ea2734e75cdc9e3c21e19cfe74b1fe61eaf357a06d73c9a87ebd2b7e39", - "Addresses": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "AllowedIPs": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "Endpoints": ["77.164.248.136:36238", "10.65.0.27:36238", "172.17.0.1:36238"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 47382}, - {"Proto": "peerapi6", "Port": 47382} - ]}, - "Created": "2026-04-09T01:23:54.091235667Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3879445001127542, - "StableID": "n54SDdS1JX11CNTRL", + "ID": 126882514684245, + "StableID": "nUCNLLzTz111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:5a590125a8e456aaa34d4eed3ee95a92b48a894de610132b38efcfa6d6889b75", - "Addresses": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "AllowedIPs": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "Endpoints": ["77.164.248.136:51727", "10.65.0.27:51727", "172.17.0.1:51727"], + "Key": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:aec9db2fc5f52332e453a723fc9121e3983bc38dd05138f5b82ab8ba835cea05", + "Addresses": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "AllowedIPs": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "Endpoints": ["77.164.248.136:50088", "10.65.0.27:50088", "172.17.0.1:50088"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63022}, - {"Proto": "peerapi6", "Port": 63022} + {"Proto": "peerapi4", "Port": 39729}, + {"Proto": "peerapi6", "Port": 39729} ]}, - "Created": "2026-04-09T01:24:01.65915554Z", + "Created": "2026-04-09T08:30:07.748587166Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4128266834626523, - "StableID": "nUoEb2ahEZ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "DiscoKey": "discokey:c7c529d8dfb4cb78abe2f348168a35db9e4f1d5762b452f9e8f5ce5a559bf779", - "Addresses": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "AllowedIPs": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "Endpoints": ["77.164.248.136:49923", "10.65.0.27:49923", "172.17.0.1:49923"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50061}, - {"Proto": "peerapi6", "Port": 50061} - ]}, - "Created": "2026-04-09T01:23:55.120222155Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4149050969918132, - "StableID": "ndbLTwX7QZ11CNTRL", + "ID": 1306330312176678, + "StableID": "nHWQNm5eCB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "DiscoKey": "discokey:0f3fdfb01b9ca2fa95d1e57eaa046d5e90c787fe467eb3ca06b35ec833624b5d", - "Addresses": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "AllowedIPs": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "Endpoints": ["77.164.248.136:53978", "10.65.0.27:53978", "172.17.0.1:53978"], + "Key": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "DiscoKey": "discokey:2f7c322de62a2babd63619a807a23202bc3935d85d97d1ea7b93b6e83efe1e59", + "Addresses": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "AllowedIPs": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "Endpoints": ["77.164.248.136:35174", "10.65.0.27:35174", "172.17.0.1:35174"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57674}, - {"Proto": "peerapi6", "Port": 57674} + {"Proto": "peerapi4", "Port": 43933}, + {"Proto": "peerapi6", "Port": 43933} ]}, - "Created": "2026-04-09T01:23:54.573408394Z", + "Created": "2026-04-09T08:30:00.755865942Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 5634881584883806, - "StableID": "njdpuUn31m11CNTRL", + "ID": 1520359706147828, + "StableID": "n72J1kGasC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "DiscoKey": "discokey:eb06d7ec74a48a0d8db773daaa8e701c5bd8cb62c58576b9808843e64f664c36", - "Addresses": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "AllowedIPs": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "Endpoints": ["77.164.248.136:51825", "10.65.0.27:51825", "172.17.0.1:51825"], + "Key": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "DiscoKey": "discokey:0e2307283baafc8b584100f3e4f7777553ce350be4c3ef21ea36d261992cff19", + "Addresses": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "AllowedIPs": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "Endpoints": ["77.164.248.136:43724", "10.65.0.27:43724", "172.17.0.1:43724"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45726}, - {"Proto": "peerapi6", "Port": 45726} + {"Proto": "peerapi4", "Port": 47555}, + {"Proto": "peerapi6", "Port": 47555} ]}, - "Created": "2026-04-09T01:23:58.392052847Z", + "Created": "2026-04-09T08:30:04.509674267Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6467495203910302, - "StableID": "nVLpGf89Ws11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 1756594416608255, + "StableID": "npBQRtkZiE11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "DiscoKey": "discokey:1af49796bc994a27815409eed536514354db0cd3270dc29255f0a90d1f920e1c", - "Addresses": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "AllowedIPs": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "Endpoints": ["77.164.248.136:34214", "10.65.0.27:34214", "172.17.0.1:34214"], + "Key": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "DiscoKey": "discokey:2993cd0817e25f9b39b506a019c9e579f742f469e95ce42cb11644cb32bf453e", + "Addresses": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "AllowedIPs": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "Endpoints": ["77.164.248.136:37921", "10.65.0.27:37921", "172.17.0.1:37921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 43639}, - {"Proto": "peerapi6", "Port": 43639} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62476}, + {"Proto": "peerapi6", "Port": 62476} ]}, - "Created": "2026-04-09T01:23:56.755563959Z", + "Created": "2026-04-09T08:30:05.600802316Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 7624037101960466, - "StableID": "nX1tQYXwX221CNTRL", + "ID": 2636466215151606, + "StableID": "n31AHpV4bM11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "DiscoKey": "discokey:6143ee6156dc6e9ad3dd0f6c6036c3edc9ec778dfe3fa59bf19e46d371d34045", - "Addresses": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "AllowedIPs": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "Endpoints": ["77.164.248.136:57790", "10.65.0.27:57790", "172.17.0.1:57790"], + "Key": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "DiscoKey": "discokey:3988b9f79bd8c47eba31d6f2aec216f64fe515ed3162220aa6a50bdb45d27b12", + "Addresses": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "AllowedIPs": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "Endpoints": ["77.164.248.136:39704", "10.65.0.27:39704", "172.17.0.1:39704"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37135}, - {"Proto": "peerapi6", "Port": 37135} + {"Proto": "peerapi4", "Port": 57817}, + {"Proto": "peerapi6", "Port": 57817} ]}, - "Created": "2026-04-09T01:23:57.284722648Z", + "Created": "2026-04-09T08:30:03.440043557Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7989644934727628, - "StableID": "nH5SdcRXP521CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "DiscoKey": "discokey:d489c46f4e2e9dd95cf81145449c859e5a30741fefee1f091c219434c99d6674", - "Addresses": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "AllowedIPs": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "Endpoints": ["77.164.248.136:37684", "10.65.0.27:37684", "172.17.0.1:37684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 53353}, - {"Proto": "peerapi6", "Port": 53353} - ]}, - "Created": "2026-04-09T01:23:58.934658214Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 8121344318717346, - "StableID": "nma4DkwAR621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "DiscoKey": "discokey:d32508816f6d8ff5ba73ea721fabb92dcb7907f6232b5903ff6605b9139a4446", - "Addresses": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "AllowedIPs": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "Endpoints": ["77.164.248.136:35224", "10.65.0.27:35224", "172.17.0.1:35224"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44953}, - {"Proto": "peerapi6", "Port": 44953} - ]}, - "Created": "2026-04-09T01:24:00.007454974Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 8334732370099861, - "StableID": "n4YYbbHp5821CNTRL", + "ID": 3012455017450396, + "StableID": "njG2Ew5MXQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "DiscoKey": "discokey:a9618a414677444489d48d660e92bf2d0cb144f3a100310e3fd2bfdbd41b0716", - "Addresses": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "AllowedIPs": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "Endpoints": ["77.164.248.136:57743", "10.65.0.27:57743", "172.17.0.1:57743"], + "Key": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "DiscoKey": "discokey:33d7e8b0dbbac99163cef145858477d753998a2705b9e06b949473952c1b1057", + "Addresses": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "AllowedIPs": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "Endpoints": ["77.164.248.136:55632", "10.65.0.27:55632", "172.17.0.1:55632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63154}, - {"Proto": "peerapi6", "Port": 63154} + {"Proto": "peerapi4", "Port": 34337}, + {"Proto": "peerapi6", "Port": 34337} ]}, - "Created": "2026-04-09T01:23:55.72220735Z", + "Created": "2026-04-09T08:30:01.845376669Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8687827620943826, - "StableID": "nDe6oyVjqA21CNTRL", + "ID": 4038935407198900, + "StableID": "nHmUF6zEYY11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "DiscoKey": "discokey:3f8e878fea0f67c04a307debc81b8d410430b5770671cbf07c13dd8836d1c55e", + "Addresses": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "AllowedIPs": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "Endpoints": ["77.164.248.136:52095", "10.65.0.27:52095", "172.17.0.1:52095"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 50674}, + {"Proto": "peerapi6", "Port": 50674} + ]}, + "Created": "2026-04-09T08:30:00.221557111Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4278343762936705, + "StableID": "nkkBqUqfQa11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "DiscoKey": "discokey:4d180e65371811648b5e70d263b34a172a720a6bfad0537c2472014a68861567", + "Addresses": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "AllowedIPs": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "Endpoints": ["77.164.248.136:42494", "10.65.0.27:42494", "172.17.0.1:42494"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 36388}, + {"Proto": "peerapi6", "Port": 36388} + ]}, + "Created": "2026-04-09T08:30:01.291568621Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4553841302773712, + "StableID": "nR9h2ygSZc11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "DiscoKey": "discokey:a2632feafdb2ee357468cbb07bbaa821e75753b9f1d528624a20d16fb35d9f71", + "Addresses": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "AllowedIPs": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "Endpoints": ["77.164.248.136:58105", "10.65.0.27:58105", "172.17.0.1:58105"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61241}, + {"Proto": "peerapi6", "Port": 61241} + ]}, + "Created": "2026-04-09T08:30:02.908602666Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6995107072403207, + "StableID": "nSpRNsb6dw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "DiscoKey": "discokey:0480803cd3c1cdfe5186a431cc6b8d7152d32daa6d6064715611fffc504a487b", + "Addresses": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "AllowedIPs": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "Endpoints": ["77.164.248.136:35731", "10.65.0.27:35731", "172.17.0.1:35731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60210}, + {"Proto": "peerapi6", "Port": 60210} + ]}, + "Created": "2026-04-09T08:30:06.138375049Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7361721403950131, + "StableID": "nUDKSQw8Vz11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "DiscoKey": "discokey:481abb5bcc094076ea12b0b57af4190302019d04617f0c0725a717f00960a353", + "Addresses": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "AllowedIPs": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "Endpoints": ["77.164.248.136:58740", "10.65.0.27:58740", "172.17.0.1:58740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 60191}, + {"Proto": "peerapi6", "Port": 60191} + ]}, + "Created": "2026-04-09T08:30:02.365131628Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7952360592110435, + "StableID": "nQypwc2e6521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "KeyExpiry": "2026-10-06T01:24:00Z", - "DiscoKey": "discokey:393472adb5df459d8c73b053d018f2d910c7e3d0b80ec29a6cd72395c93c7f0d", - "Addresses": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "AllowedIPs": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "Endpoints": ["77.164.248.136:36150", "10.65.0.27:36150", "172.17.0.1:36150"], + "Key": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "KeyExpiry": "2026-10-06T08:30:06Z", + "DiscoKey": "discokey:7f1af44fcc9b731b6ec2cef7b8d8c4463b0853e307d74bd4b7c69ce4826be866", + "Addresses": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "AllowedIPs": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "Endpoints": ["77.164.248.136:52432", "10.65.0.27:52432", "172.17.0.1:52432"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33468}, - {"Proto": "peerapi6", "Port": 33468} + {"Proto": "peerapi4", "Port": 36311}, + {"Proto": "peerapi6", "Port": 36311} ]}, - "Created": "2026-04-09T01:24:00.559443237Z", + "Created": "2026-04-09T08:30:06.664440016Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 8897506548606905, - "StableID": "nijzckQhUC21CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 8203506120327250, + "StableID": "nR2TGKCP4721CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "DiscoKey": "discokey:f3831355ea09537a549ae39c9f4afc239a02e2b6e2222b053f6051272083e74f", - "Addresses": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "AllowedIPs": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "Endpoints": ["77.164.248.136:54587", "10.65.0.27:54587", "172.17.0.1:54587"], + "Key": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "DiscoKey": "discokey:37585c0bfb7d9cdd30b9b2664d8460848ccd61e1469f9beeef4a18721685e326", + "Addresses": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "AllowedIPs": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "Endpoints": ["77.164.248.136:54854", "10.65.0.27:54854", "172.17.0.1:54854"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 52928}, - {"Proto": "peerapi6", "Port": 52928} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43890}, + {"Proto": "peerapi6", "Port": 43890} ]}, - "Created": "2026-04-09T01:23:59.472115091Z", + "Created": "2026-04-09T08:30:05.058375669Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8365802801037448, + "StableID": "nsiYBKTtK821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:5936f52c038d7fcf52a5efeb7c3f268bfbbdfa6c48213cce0560713ae69c7d49", + "Addresses": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "AllowedIPs": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "Endpoints": ["77.164.248.136:48108", "10.65.0.27:48108", "172.17.0.1:48108"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 47243}, + {"Proto": "peerapi6", "Port": 47243} + ]}, + "Created": "2026-04-09T08:30:07.202607222Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6345,27 +6352,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1927113359184472": { - "ID": 1927113359184472, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8246879753545019": { + "ID": 8246879753545019, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6396,22 +6405,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8687827620943826, - "StableID": "nDe6oyVjqA21CNTRL", + "ID": 7952360592110435, + "StableID": "nQypwc2e6521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "KeyExpiry": "2026-10-06T01:24:00Z", - "DiscoKey": "discokey:393472adb5df459d8c73b053d018f2d910c7e3d0b80ec29a6cd72395c93c7f0d", - "Addresses": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "AllowedIPs": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "Endpoints": ["77.164.248.136:36150", "10.65.0.27:36150", "172.17.0.1:36150"], + "Key": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "KeyExpiry": "2026-10-06T08:30:06Z", + "DiscoKey": "discokey:7f1af44fcc9b731b6ec2cef7b8d8c4463b0853e307d74bd4b7c69ce4826be866", + "Addresses": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "AllowedIPs": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "Endpoints": ["77.164.248.136:52432", "10.65.0.27:52432", "172.17.0.1:52432"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33468}, - {"Proto": "peerapi6", "Port": 33468}, + {"Proto": "peerapi4", "Port": 36311}, + {"Proto": "peerapi6", "Port": 36311}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:00.559443237Z", + "Created": "2026-04-09T08:30:06.664440016Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6438,300 +6447,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "MachineKey": "mkey:9f6bd4520644fe4ae827053f8a0d191918be04ec130c5d2ebb94839ac4310244", + "NodeKey": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "MachineKey": "mkey:f18eca4836f69de6c87a0a1d8413cac1e2e450a359b40e8a585e717c8499e365", "Peers": [{ - "ID": 90914243966697, - "StableID": "n4cFRTABi111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:a3540b5220ba4f65bb0cb188c987ebd3763bbfd7d159bbb1c485c961b6d6bf30", - "Addresses": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "AllowedIPs": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "Endpoints": ["77.164.248.136:41523", "10.65.0.27:41523", "172.17.0.1:41523"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43789}, - {"Proto": "peerapi6", "Port": 43789} - ]}, - "Created": "2026-04-09T01:24:01.096616696Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1364599563055622, - "StableID": "nob4YZi2fB11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "DiscoKey": "discokey:09572ed9d1d715c68f0f87523cc34ee4951c5fd3af56aec6d50399120e3f3b18", - "Addresses": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "AllowedIPs": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "Endpoints": ["77.164.248.136:36872", "10.65.0.27:36872", "172.17.0.1:36872"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47043}, - {"Proto": "peerapi6", "Port": 47043} - ]}, - "Created": "2026-04-09T01:23:56.211801899Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1927113359184472, - "StableID": "nHMmT11o3G11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "DiscoKey": "discokey:3431d70c3a5efd6e84e543128078784d813497066aa0325eaf8b91141de4d818", - "Addresses": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "AllowedIPs": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "Endpoints": ["77.164.248.136:32800", "10.65.0.27:32800", "172.17.0.1:32800"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 38550}, - {"Proto": "peerapi6", "Port": 38550} - ]}, - "Created": "2026-04-09T01:23:57.854316097Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3242280579746049, - "StableID": "nNRWAMDSKS11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "DiscoKey": "discokey:c50d38ea2734e75cdc9e3c21e19cfe74b1fe61eaf357a06d73c9a87ebd2b7e39", - "Addresses": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "AllowedIPs": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "Endpoints": ["77.164.248.136:36238", "10.65.0.27:36238", "172.17.0.1:36238"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 47382}, - {"Proto": "peerapi6", "Port": 47382} - ]}, - "Created": "2026-04-09T01:23:54.091235667Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3879445001127542, - "StableID": "n54SDdS1JX11CNTRL", + "ID": 126882514684245, + "StableID": "nUCNLLzTz111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:5a590125a8e456aaa34d4eed3ee95a92b48a894de610132b38efcfa6d6889b75", - "Addresses": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "AllowedIPs": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], + "Key": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:aec9db2fc5f52332e453a723fc9121e3983bc38dd05138f5b82ab8ba835cea05", + "Addresses": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "AllowedIPs": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63022}, - {"Proto": "peerapi6", "Port": 63022} + {"Proto": "peerapi4", "Port": 39729}, + {"Proto": "peerapi6", "Port": 39729} ]}, - "Created": "2026-04-09T01:24:01.65915554Z", + "Created": "2026-04-09T08:30:07.748587166Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4128266834626523, - "StableID": "nUoEb2ahEZ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "DiscoKey": "discokey:c7c529d8dfb4cb78abe2f348168a35db9e4f1d5762b452f9e8f5ce5a559bf779", - "Addresses": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "AllowedIPs": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "Endpoints": ["77.164.248.136:49923", "10.65.0.27:49923", "172.17.0.1:49923"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50061}, - {"Proto": "peerapi6", "Port": 50061} - ]}, - "Created": "2026-04-09T01:23:55.120222155Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4149050969918132, - "StableID": "ndbLTwX7QZ11CNTRL", + "ID": 1306330312176678, + "StableID": "nHWQNm5eCB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "DiscoKey": "discokey:0f3fdfb01b9ca2fa95d1e57eaa046d5e90c787fe467eb3ca06b35ec833624b5d", - "Addresses": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "AllowedIPs": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "Endpoints": ["77.164.248.136:53978", "10.65.0.27:53978", "172.17.0.1:53978"], + "Key": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "DiscoKey": "discokey:2f7c322de62a2babd63619a807a23202bc3935d85d97d1ea7b93b6e83efe1e59", + "Addresses": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "AllowedIPs": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "Endpoints": ["77.164.248.136:35174", "10.65.0.27:35174", "172.17.0.1:35174"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57674}, - {"Proto": "peerapi6", "Port": 57674} + {"Proto": "peerapi4", "Port": 43933}, + {"Proto": "peerapi6", "Port": 43933} ]}, - "Created": "2026-04-09T01:23:54.573408394Z", + "Created": "2026-04-09T08:30:00.755865942Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 5634881584883806, - "StableID": "njdpuUn31m11CNTRL", + "ID": 1520359706147828, + "StableID": "n72J1kGasC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "DiscoKey": "discokey:eb06d7ec74a48a0d8db773daaa8e701c5bd8cb62c58576b9808843e64f664c36", - "Addresses": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "AllowedIPs": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "Endpoints": ["77.164.248.136:51825", "10.65.0.27:51825", "172.17.0.1:51825"], + "Key": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "DiscoKey": "discokey:0e2307283baafc8b584100f3e4f7777553ce350be4c3ef21ea36d261992cff19", + "Addresses": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "AllowedIPs": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "Endpoints": ["77.164.248.136:43724", "10.65.0.27:43724", "172.17.0.1:43724"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45726}, - {"Proto": "peerapi6", "Port": 45726} + {"Proto": "peerapi4", "Port": 47555}, + {"Proto": "peerapi6", "Port": 47555} ]}, - "Created": "2026-04-09T01:23:58.392052847Z", + "Created": "2026-04-09T08:30:04.509674267Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6467495203910302, - "StableID": "nVLpGf89Ws11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 1756594416608255, + "StableID": "npBQRtkZiE11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "DiscoKey": "discokey:1af49796bc994a27815409eed536514354db0cd3270dc29255f0a90d1f920e1c", - "Addresses": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "AllowedIPs": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "Endpoints": ["77.164.248.136:34214", "10.65.0.27:34214", "172.17.0.1:34214"], + "Key": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "DiscoKey": "discokey:2993cd0817e25f9b39b506a019c9e579f742f469e95ce42cb11644cb32bf453e", + "Addresses": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "AllowedIPs": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "Endpoints": ["77.164.248.136:37921", "10.65.0.27:37921", "172.17.0.1:37921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 43639}, - {"Proto": "peerapi6", "Port": 43639} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62476}, + {"Proto": "peerapi6", "Port": 62476} ]}, - "Created": "2026-04-09T01:23:56.755563959Z", + "Created": "2026-04-09T08:30:05.600802316Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 7624037101960466, - "StableID": "nX1tQYXwX221CNTRL", + "ID": 2636466215151606, + "StableID": "n31AHpV4bM11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "DiscoKey": "discokey:6143ee6156dc6e9ad3dd0f6c6036c3edc9ec778dfe3fa59bf19e46d371d34045", - "Addresses": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "AllowedIPs": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "Endpoints": ["77.164.248.136:57790", "10.65.0.27:57790", "172.17.0.1:57790"], + "Key": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "DiscoKey": "discokey:3988b9f79bd8c47eba31d6f2aec216f64fe515ed3162220aa6a50bdb45d27b12", + "Addresses": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "AllowedIPs": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "Endpoints": ["77.164.248.136:39704", "10.65.0.27:39704", "172.17.0.1:39704"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37135}, - {"Proto": "peerapi6", "Port": 37135} + {"Proto": "peerapi4", "Port": 57817}, + {"Proto": "peerapi6", "Port": 57817} ]}, - "Created": "2026-04-09T01:23:57.284722648Z", + "Created": "2026-04-09T08:30:03.440043557Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7989644934727628, - "StableID": "nH5SdcRXP521CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "DiscoKey": "discokey:d489c46f4e2e9dd95cf81145449c859e5a30741fefee1f091c219434c99d6674", - "Addresses": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "AllowedIPs": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "Endpoints": ["77.164.248.136:37684", "10.65.0.27:37684", "172.17.0.1:37684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 53353}, - {"Proto": "peerapi6", "Port": 53353} - ]}, - "Created": "2026-04-09T01:23:58.934658214Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 8121344318717346, - "StableID": "nma4DkwAR621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "DiscoKey": "discokey:d32508816f6d8ff5ba73ea721fabb92dcb7907f6232b5903ff6605b9139a4446", - "Addresses": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "AllowedIPs": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "Endpoints": ["77.164.248.136:35224", "10.65.0.27:35224", "172.17.0.1:35224"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44953}, - {"Proto": "peerapi6", "Port": 44953} - ]}, - "Created": "2026-04-09T01:24:00.007454974Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 8334732370099861, - "StableID": "n4YYbbHp5821CNTRL", + "ID": 3012455017450396, + "StableID": "njG2Ew5MXQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "DiscoKey": "discokey:a9618a414677444489d48d660e92bf2d0cb144f3a100310e3fd2bfdbd41b0716", - "Addresses": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "AllowedIPs": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "Endpoints": ["77.164.248.136:57743", "10.65.0.27:57743", "172.17.0.1:57743"], + "Key": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "DiscoKey": "discokey:33d7e8b0dbbac99163cef145858477d753998a2705b9e06b949473952c1b1057", + "Addresses": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "AllowedIPs": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "Endpoints": ["77.164.248.136:55632", "10.65.0.27:55632", "172.17.0.1:55632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63154}, - {"Proto": "peerapi6", "Port": 63154} + {"Proto": "peerapi4", "Port": 34337}, + {"Proto": "peerapi6", "Port": 34337} ]}, - "Created": "2026-04-09T01:23:55.72220735Z", + "Created": "2026-04-09T08:30:01.845376669Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8897506548606905, - "StableID": "nijzckQhUC21CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 4038935407198900, + "StableID": "nHmUF6zEYY11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "DiscoKey": "discokey:f3831355ea09537a549ae39c9f4afc239a02e2b6e2222b053f6051272083e74f", - "Addresses": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "AllowedIPs": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "Endpoints": ["77.164.248.136:54587", "10.65.0.27:54587", "172.17.0.1:54587"], + "Key": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "DiscoKey": "discokey:3f8e878fea0f67c04a307debc81b8d410430b5770671cbf07c13dd8836d1c55e", + "Addresses": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "AllowedIPs": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "Endpoints": ["77.164.248.136:52095", "10.65.0.27:52095", "172.17.0.1:52095"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 52928}, - {"Proto": "peerapi6", "Port": 52928} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 50674}, + {"Proto": "peerapi6", "Port": 50674} ]}, - "Created": "2026-04-09T01:23:59.472115091Z", + "Created": "2026-04-09T08:30:00.221557111Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4278343762936705, + "StableID": "nkkBqUqfQa11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "DiscoKey": "discokey:4d180e65371811648b5e70d263b34a172a720a6bfad0537c2472014a68861567", + "Addresses": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "AllowedIPs": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "Endpoints": ["77.164.248.136:42494", "10.65.0.27:42494", "172.17.0.1:42494"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 36388}, + {"Proto": "peerapi6", "Port": 36388} + ]}, + "Created": "2026-04-09T08:30:01.291568621Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4553841302773712, + "StableID": "nR9h2ygSZc11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "DiscoKey": "discokey:a2632feafdb2ee357468cbb07bbaa821e75753b9f1d528624a20d16fb35d9f71", + "Addresses": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "AllowedIPs": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "Endpoints": ["77.164.248.136:58105", "10.65.0.27:58105", "172.17.0.1:58105"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61241}, + {"Proto": "peerapi6", "Port": 61241} + ]}, + "Created": "2026-04-09T08:30:02.908602666Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6995107072403207, + "StableID": "nSpRNsb6dw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "DiscoKey": "discokey:0480803cd3c1cdfe5186a431cc6b8d7152d32daa6d6064715611fffc504a487b", + "Addresses": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "AllowedIPs": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "Endpoints": ["77.164.248.136:35731", "10.65.0.27:35731", "172.17.0.1:35731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60210}, + {"Proto": "peerapi6", "Port": 60210} + ]}, + "Created": "2026-04-09T08:30:06.138375049Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7361721403950131, + "StableID": "nUDKSQw8Vz11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "DiscoKey": "discokey:481abb5bcc094076ea12b0b57af4190302019d04617f0c0725a717f00960a353", + "Addresses": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "AllowedIPs": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "Endpoints": ["77.164.248.136:58740", "10.65.0.27:58740", "172.17.0.1:58740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 60191}, + {"Proto": "peerapi6", "Port": 60191} + ]}, + "Created": "2026-04-09T08:30:02.365131628Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8203506120327250, + "StableID": "nR2TGKCP4721CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "DiscoKey": "discokey:37585c0bfb7d9cdd30b9b2664d8460848ccd61e1469f9beeef4a18721685e326", + "Addresses": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "AllowedIPs": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "Endpoints": ["77.164.248.136:54854", "10.65.0.27:54854", "172.17.0.1:54854"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43890}, + {"Proto": "peerapi6", "Port": 43890} + ]}, + "Created": "2026-04-09T08:30:05.058375669Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8246879753545019, + "StableID": "nky3iiY2Q721CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "DiscoKey": "discokey:eb9067bbd065eeb0c65ae948ed3167f8b9eebaa25a38f8c0d5a74cc6a4606c58", + "Addresses": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "AllowedIPs": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 44725}, + {"Proto": "peerapi6", "Port": 44725} + ]}, + "Created": "2026-04-09T08:30:03.981700713Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8365802801037448, + "StableID": "nsiYBKTtK821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:5936f52c038d7fcf52a5efeb7c3f268bfbbdfa6c48213cce0560713ae69c7d49", + "Addresses": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "AllowedIPs": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "Endpoints": ["77.164.248.136:48108", "10.65.0.27:48108", "172.17.0.1:48108"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 47243}, + {"Proto": "peerapi6", "Port": 47243} + ]}, + "Created": "2026-04-09T08:30:07.202607222Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7579,23 +7588,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7626,21 +7636,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8897506548606905, - "StableID": "nijzckQhUC21CNTRL", + "ID": 1756594416608255, + "StableID": "npBQRtkZiE11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 8897506548606905, - "Key": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "DiscoKey": "discokey:f3831355ea09537a549ae39c9f4afc239a02e2b6e2222b053f6051272083e74f", - "Addresses": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "AllowedIPs": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "Endpoints": ["77.164.248.136:54587", "10.65.0.27:54587", "172.17.0.1:54587"], + "User": 1756594416608255, + "Key": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "DiscoKey": "discokey:2993cd0817e25f9b39b506a019c9e579f742f469e95ce42cb11644cb32bf453e", + "Addresses": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "AllowedIPs": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "Endpoints": ["77.164.248.136:37921", "10.65.0.27:37921", "172.17.0.1:37921"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 52928}, - {"Proto": "peerapi6", "Port": 52928}, + {"Proto": "peerapi4", "Port": 62476}, + {"Proto": "peerapi6", "Port": 62476}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:59.472115091Z", + "Created": "2026-04-09T08:30:05.600802316Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7668,300 +7678,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "MachineKey": "mkey:7e10065851a4206c7ba39eb1e00c00fcf23d2bca57494a5c3e2cad19506bce13", + "NodeKey": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "MachineKey": "mkey:e8042e7ddd8cfec534c3244040beeae036768fb0d1b452656af371f160cec279", "Peers": [{ - "ID": 90914243966697, - "StableID": "n4cFRTABi111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:a3540b5220ba4f65bb0cb188c987ebd3763bbfd7d159bbb1c485c961b6d6bf30", - "Addresses": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "AllowedIPs": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "Endpoints": ["77.164.248.136:41523", "10.65.0.27:41523", "172.17.0.1:41523"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43789}, - {"Proto": "peerapi6", "Port": 43789} - ]}, - "Created": "2026-04-09T01:24:01.096616696Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1364599563055622, - "StableID": "nob4YZi2fB11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "DiscoKey": "discokey:09572ed9d1d715c68f0f87523cc34ee4951c5fd3af56aec6d50399120e3f3b18", - "Addresses": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "AllowedIPs": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "Endpoints": ["77.164.248.136:36872", "10.65.0.27:36872", "172.17.0.1:36872"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47043}, - {"Proto": "peerapi6", "Port": 47043} - ]}, - "Created": "2026-04-09T01:23:56.211801899Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1927113359184472, - "StableID": "nHMmT11o3G11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "DiscoKey": "discokey:3431d70c3a5efd6e84e543128078784d813497066aa0325eaf8b91141de4d818", - "Addresses": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "AllowedIPs": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "Endpoints": ["77.164.248.136:32800", "10.65.0.27:32800", "172.17.0.1:32800"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 38550}, - {"Proto": "peerapi6", "Port": 38550} - ]}, - "Created": "2026-04-09T01:23:57.854316097Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3242280579746049, - "StableID": "nNRWAMDSKS11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "DiscoKey": "discokey:c50d38ea2734e75cdc9e3c21e19cfe74b1fe61eaf357a06d73c9a87ebd2b7e39", - "Addresses": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "AllowedIPs": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "Endpoints": ["77.164.248.136:36238", "10.65.0.27:36238", "172.17.0.1:36238"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 47382}, - {"Proto": "peerapi6", "Port": 47382} - ]}, - "Created": "2026-04-09T01:23:54.091235667Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3879445001127542, - "StableID": "n54SDdS1JX11CNTRL", + "ID": 126882514684245, + "StableID": "nUCNLLzTz111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:5a590125a8e456aaa34d4eed3ee95a92b48a894de610132b38efcfa6d6889b75", - "Addresses": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "AllowedIPs": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], + "Key": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:aec9db2fc5f52332e453a723fc9121e3983bc38dd05138f5b82ab8ba835cea05", + "Addresses": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "AllowedIPs": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63022}, - {"Proto": "peerapi6", "Port": 63022} + {"Proto": "peerapi4", "Port": 39729}, + {"Proto": "peerapi6", "Port": 39729} ]}, - "Created": "2026-04-09T01:24:01.65915554Z", + "Created": "2026-04-09T08:30:07.748587166Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4128266834626523, - "StableID": "nUoEb2ahEZ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "DiscoKey": "discokey:c7c529d8dfb4cb78abe2f348168a35db9e4f1d5762b452f9e8f5ce5a559bf779", - "Addresses": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "AllowedIPs": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "Endpoints": ["77.164.248.136:49923", "10.65.0.27:49923", "172.17.0.1:49923"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50061}, - {"Proto": "peerapi6", "Port": 50061} - ]}, - "Created": "2026-04-09T01:23:55.120222155Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4149050969918132, - "StableID": "ndbLTwX7QZ11CNTRL", + "ID": 1306330312176678, + "StableID": "nHWQNm5eCB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "DiscoKey": "discokey:0f3fdfb01b9ca2fa95d1e57eaa046d5e90c787fe467eb3ca06b35ec833624b5d", - "Addresses": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "AllowedIPs": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "Endpoints": ["77.164.248.136:53978", "10.65.0.27:53978", "172.17.0.1:53978"], + "Key": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "DiscoKey": "discokey:2f7c322de62a2babd63619a807a23202bc3935d85d97d1ea7b93b6e83efe1e59", + "Addresses": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "AllowedIPs": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "Endpoints": ["77.164.248.136:35174", "10.65.0.27:35174", "172.17.0.1:35174"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57674}, - {"Proto": "peerapi6", "Port": 57674} + {"Proto": "peerapi4", "Port": 43933}, + {"Proto": "peerapi6", "Port": 43933} ]}, - "Created": "2026-04-09T01:23:54.573408394Z", + "Created": "2026-04-09T08:30:00.755865942Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 5634881584883806, - "StableID": "njdpuUn31m11CNTRL", + "ID": 1520359706147828, + "StableID": "n72J1kGasC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "DiscoKey": "discokey:eb06d7ec74a48a0d8db773daaa8e701c5bd8cb62c58576b9808843e64f664c36", - "Addresses": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "AllowedIPs": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "Endpoints": ["77.164.248.136:51825", "10.65.0.27:51825", "172.17.0.1:51825"], + "Key": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "DiscoKey": "discokey:0e2307283baafc8b584100f3e4f7777553ce350be4c3ef21ea36d261992cff19", + "Addresses": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "AllowedIPs": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "Endpoints": ["77.164.248.136:43724", "10.65.0.27:43724", "172.17.0.1:43724"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45726}, - {"Proto": "peerapi6", "Port": 45726} + {"Proto": "peerapi4", "Port": 47555}, + {"Proto": "peerapi6", "Port": 47555} ]}, - "Created": "2026-04-09T01:23:58.392052847Z", + "Created": "2026-04-09T08:30:04.509674267Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6467495203910302, - "StableID": "nVLpGf89Ws11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "DiscoKey": "discokey:1af49796bc994a27815409eed536514354db0cd3270dc29255f0a90d1f920e1c", - "Addresses": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "AllowedIPs": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "Endpoints": ["77.164.248.136:34214", "10.65.0.27:34214", "172.17.0.1:34214"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 43639}, - {"Proto": "peerapi6", "Port": 43639} - ]}, - "Created": "2026-04-09T01:23:56.755563959Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 7624037101960466, - "StableID": "nX1tQYXwX221CNTRL", + "ID": 2636466215151606, + "StableID": "n31AHpV4bM11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "DiscoKey": "discokey:6143ee6156dc6e9ad3dd0f6c6036c3edc9ec778dfe3fa59bf19e46d371d34045", - "Addresses": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "AllowedIPs": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "Endpoints": ["77.164.248.136:57790", "10.65.0.27:57790", "172.17.0.1:57790"], + "Key": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "DiscoKey": "discokey:3988b9f79bd8c47eba31d6f2aec216f64fe515ed3162220aa6a50bdb45d27b12", + "Addresses": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "AllowedIPs": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "Endpoints": ["77.164.248.136:39704", "10.65.0.27:39704", "172.17.0.1:39704"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37135}, - {"Proto": "peerapi6", "Port": 37135} + {"Proto": "peerapi4", "Port": 57817}, + {"Proto": "peerapi6", "Port": 57817} ]}, - "Created": "2026-04-09T01:23:57.284722648Z", + "Created": "2026-04-09T08:30:03.440043557Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7989644934727628, - "StableID": "nH5SdcRXP521CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "DiscoKey": "discokey:d489c46f4e2e9dd95cf81145449c859e5a30741fefee1f091c219434c99d6674", - "Addresses": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "AllowedIPs": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "Endpoints": ["77.164.248.136:37684", "10.65.0.27:37684", "172.17.0.1:37684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 53353}, - {"Proto": "peerapi6", "Port": 53353} - ]}, - "Created": "2026-04-09T01:23:58.934658214Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 8121344318717346, - "StableID": "nma4DkwAR621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "DiscoKey": "discokey:d32508816f6d8ff5ba73ea721fabb92dcb7907f6232b5903ff6605b9139a4446", - "Addresses": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "AllowedIPs": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "Endpoints": ["77.164.248.136:35224", "10.65.0.27:35224", "172.17.0.1:35224"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44953}, - {"Proto": "peerapi6", "Port": 44953} - ]}, - "Created": "2026-04-09T01:24:00.007454974Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 8334732370099861, - "StableID": "n4YYbbHp5821CNTRL", + "ID": 3012455017450396, + "StableID": "njG2Ew5MXQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "DiscoKey": "discokey:a9618a414677444489d48d660e92bf2d0cb144f3a100310e3fd2bfdbd41b0716", - "Addresses": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "AllowedIPs": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "Endpoints": ["77.164.248.136:57743", "10.65.0.27:57743", "172.17.0.1:57743"], + "Key": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "DiscoKey": "discokey:33d7e8b0dbbac99163cef145858477d753998a2705b9e06b949473952c1b1057", + "Addresses": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "AllowedIPs": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "Endpoints": ["77.164.248.136:55632", "10.65.0.27:55632", "172.17.0.1:55632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63154}, - {"Proto": "peerapi6", "Port": 63154} + {"Proto": "peerapi4", "Port": 34337}, + {"Proto": "peerapi6", "Port": 34337} ]}, - "Created": "2026-04-09T01:23:55.72220735Z", + "Created": "2026-04-09T08:30:01.845376669Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8687827620943826, - "StableID": "nDe6oyVjqA21CNTRL", + "ID": 4038935407198900, + "StableID": "nHmUF6zEYY11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "DiscoKey": "discokey:3f8e878fea0f67c04a307debc81b8d410430b5770671cbf07c13dd8836d1c55e", + "Addresses": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "AllowedIPs": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "Endpoints": ["77.164.248.136:52095", "10.65.0.27:52095", "172.17.0.1:52095"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 50674}, + {"Proto": "peerapi6", "Port": 50674} + ]}, + "Created": "2026-04-09T08:30:00.221557111Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4278343762936705, + "StableID": "nkkBqUqfQa11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "DiscoKey": "discokey:4d180e65371811648b5e70d263b34a172a720a6bfad0537c2472014a68861567", + "Addresses": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "AllowedIPs": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "Endpoints": ["77.164.248.136:42494", "10.65.0.27:42494", "172.17.0.1:42494"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 36388}, + {"Proto": "peerapi6", "Port": 36388} + ]}, + "Created": "2026-04-09T08:30:01.291568621Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4553841302773712, + "StableID": "nR9h2ygSZc11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "DiscoKey": "discokey:a2632feafdb2ee357468cbb07bbaa821e75753b9f1d528624a20d16fb35d9f71", + "Addresses": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "AllowedIPs": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "Endpoints": ["77.164.248.136:58105", "10.65.0.27:58105", "172.17.0.1:58105"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61241}, + {"Proto": "peerapi6", "Port": 61241} + ]}, + "Created": "2026-04-09T08:30:02.908602666Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6995107072403207, + "StableID": "nSpRNsb6dw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "DiscoKey": "discokey:0480803cd3c1cdfe5186a431cc6b8d7152d32daa6d6064715611fffc504a487b", + "Addresses": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "AllowedIPs": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "Endpoints": ["77.164.248.136:35731", "10.65.0.27:35731", "172.17.0.1:35731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60210}, + {"Proto": "peerapi6", "Port": 60210} + ]}, + "Created": "2026-04-09T08:30:06.138375049Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7361721403950131, + "StableID": "nUDKSQw8Vz11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "DiscoKey": "discokey:481abb5bcc094076ea12b0b57af4190302019d04617f0c0725a717f00960a353", + "Addresses": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "AllowedIPs": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "Endpoints": ["77.164.248.136:58740", "10.65.0.27:58740", "172.17.0.1:58740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 60191}, + {"Proto": "peerapi6", "Port": 60191} + ]}, + "Created": "2026-04-09T08:30:02.365131628Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7952360592110435, + "StableID": "nQypwc2e6521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "KeyExpiry": "2026-10-06T01:24:00Z", - "DiscoKey": "discokey:393472adb5df459d8c73b053d018f2d910c7e3d0b80ec29a6cd72395c93c7f0d", - "Addresses": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "AllowedIPs": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "Endpoints": ["77.164.248.136:36150", "10.65.0.27:36150", "172.17.0.1:36150"], + "Key": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "KeyExpiry": "2026-10-06T08:30:06Z", + "DiscoKey": "discokey:7f1af44fcc9b731b6ec2cef7b8d8c4463b0853e307d74bd4b7c69ce4826be866", + "Addresses": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "AllowedIPs": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "Endpoints": ["77.164.248.136:52432", "10.65.0.27:52432", "172.17.0.1:52432"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33468}, - {"Proto": "peerapi6", "Port": 33468} + {"Proto": "peerapi4", "Port": 36311}, + {"Proto": "peerapi6", "Port": 36311} ]}, - "Created": "2026-04-09T01:24:00.559443237Z", + "Created": "2026-04-09T08:30:06.664440016Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8203506120327250, + "StableID": "nR2TGKCP4721CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "DiscoKey": "discokey:37585c0bfb7d9cdd30b9b2664d8460848ccd61e1469f9beeef4a18721685e326", + "Addresses": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "AllowedIPs": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "Endpoints": ["77.164.248.136:54854", "10.65.0.27:54854", "172.17.0.1:54854"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43890}, + {"Proto": "peerapi6", "Port": 43890} + ]}, + "Created": "2026-04-09T08:30:05.058375669Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8246879753545019, + "StableID": "nky3iiY2Q721CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "DiscoKey": "discokey:eb9067bbd065eeb0c65ae948ed3167f8b9eebaa25a38f8c0d5a74cc6a4606c58", + "Addresses": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "AllowedIPs": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 44725}, + {"Proto": "peerapi6", "Port": 44725} + ]}, + "Created": "2026-04-09T08:30:03.981700713Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8365802801037448, + "StableID": "nsiYBKTtK821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:5936f52c038d7fcf52a5efeb7c3f268bfbbdfa6c48213cce0560713ae69c7d49", + "Addresses": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "AllowedIPs": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "Endpoints": ["77.164.248.136:48108", "10.65.0.27:48108", "172.17.0.1:48108"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 47243}, + {"Proto": "peerapi6", "Port": 47243} + ]}, + "Created": "2026-04-09T08:30:07.202607222Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8809,27 +8819,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8897506548606905": { - "ID": 8897506548606905, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1756594416608255": { + "ID": 1756594416608255, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8860,26 +8872,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4149050969918132, - "StableID": "ndbLTwX7QZ11CNTRL", + "ID": 1306330312176678, + "StableID": "nHWQNm5eCB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 4149050969918132, - "Key": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "DiscoKey": "discokey:0f3fdfb01b9ca2fa95d1e57eaa046d5e90c787fe467eb3ca06b35ec833624b5d", - "Addresses": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "AllowedIPs": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "Endpoints": ["77.164.248.136:53978", "10.65.0.27:53978", "172.17.0.1:53978"], + "User": 1306330312176678, + "Key": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "DiscoKey": "discokey:2f7c322de62a2babd63619a807a23202bc3935d85d97d1ea7b93b6e83efe1e59", + "Addresses": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "AllowedIPs": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "Endpoints": ["77.164.248.136:35174", "10.65.0.27:35174", "172.17.0.1:35174"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 57674}, - {"Proto": "peerapi6", "Port": 57674}, + {"Proto": "peerapi4", "Port": 43933}, + {"Proto": "peerapi6", "Port": 43933}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:54.573408394Z", + "Created": "2026-04-09T08:30:00.755865942Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8907,302 +8919,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "MachineKey": "mkey:73bd5145c1f57fc1a46e1ba25a915f3e077248671793eca055e7afa3b390b105", + "NodeKey": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "MachineKey": "mkey:d5f468049479eaa500497bbb8f2b72b59dd835d710d95d767079465e3e1ca737", "Peers": [{ - "ID": 90914243966697, - "StableID": "n4cFRTABi111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:a3540b5220ba4f65bb0cb188c987ebd3763bbfd7d159bbb1c485c961b6d6bf30", - "Addresses": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "AllowedIPs": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "Endpoints": ["77.164.248.136:41523", "10.65.0.27:41523", "172.17.0.1:41523"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43789}, - {"Proto": "peerapi6", "Port": 43789} - ]}, - "Created": "2026-04-09T01:24:01.096616696Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1364599563055622, - "StableID": "nob4YZi2fB11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "DiscoKey": "discokey:09572ed9d1d715c68f0f87523cc34ee4951c5fd3af56aec6d50399120e3f3b18", - "Addresses": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "AllowedIPs": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "Endpoints": ["77.164.248.136:36872", "10.65.0.27:36872", "172.17.0.1:36872"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47043}, - {"Proto": "peerapi6", "Port": 47043} - ]}, - "Created": "2026-04-09T01:23:56.211801899Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1927113359184472, - "StableID": "nHMmT11o3G11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "DiscoKey": "discokey:3431d70c3a5efd6e84e543128078784d813497066aa0325eaf8b91141de4d818", - "Addresses": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "AllowedIPs": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "Endpoints": ["77.164.248.136:32800", "10.65.0.27:32800", "172.17.0.1:32800"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 38550}, - {"Proto": "peerapi6", "Port": 38550} - ]}, - "Created": "2026-04-09T01:23:57.854316097Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3242280579746049, - "StableID": "nNRWAMDSKS11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "DiscoKey": "discokey:c50d38ea2734e75cdc9e3c21e19cfe74b1fe61eaf357a06d73c9a87ebd2b7e39", - "Addresses": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "AllowedIPs": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "Endpoints": ["77.164.248.136:36238", "10.65.0.27:36238", "172.17.0.1:36238"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 47382}, - {"Proto": "peerapi6", "Port": 47382} - ]}, - "Created": "2026-04-09T01:23:54.091235667Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3879445001127542, - "StableID": "n54SDdS1JX11CNTRL", + "ID": 126882514684245, + "StableID": "nUCNLLzTz111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:5a590125a8e456aaa34d4eed3ee95a92b48a894de610132b38efcfa6d6889b75", - "Addresses": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "AllowedIPs": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "Endpoints": ["77.164.248.136:51727", "10.65.0.27:51727", "172.17.0.1:51727"], + "Key": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:aec9db2fc5f52332e453a723fc9121e3983bc38dd05138f5b82ab8ba835cea05", + "Addresses": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "AllowedIPs": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "Endpoints": ["77.164.248.136:50088", "10.65.0.27:50088", "172.17.0.1:50088"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63022}, - {"Proto": "peerapi6", "Port": 63022} + {"Proto": "peerapi4", "Port": 39729}, + {"Proto": "peerapi6", "Port": 39729} ]}, - "Created": "2026-04-09T01:24:01.65915554Z", + "Created": "2026-04-09T08:30:07.748587166Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4128266834626523, - "StableID": "nUoEb2ahEZ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "DiscoKey": "discokey:c7c529d8dfb4cb78abe2f348168a35db9e4f1d5762b452f9e8f5ce5a559bf779", - "Addresses": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "AllowedIPs": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "Endpoints": ["77.164.248.136:49923", "10.65.0.27:49923", "172.17.0.1:49923"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50061}, - {"Proto": "peerapi6", "Port": 50061} - ]}, - "Created": "2026-04-09T01:23:55.120222155Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5634881584883806, - "StableID": "njdpuUn31m11CNTRL", + "ID": 1520359706147828, + "StableID": "n72J1kGasC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "DiscoKey": "discokey:eb06d7ec74a48a0d8db773daaa8e701c5bd8cb62c58576b9808843e64f664c36", - "Addresses": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "AllowedIPs": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "Endpoints": ["77.164.248.136:51825", "10.65.0.27:51825", "172.17.0.1:51825"], + "Key": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "DiscoKey": "discokey:0e2307283baafc8b584100f3e4f7777553ce350be4c3ef21ea36d261992cff19", + "Addresses": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "AllowedIPs": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "Endpoints": ["77.164.248.136:43724", "10.65.0.27:43724", "172.17.0.1:43724"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45726}, - {"Proto": "peerapi6", "Port": 45726} + {"Proto": "peerapi4", "Port": 47555}, + {"Proto": "peerapi6", "Port": 47555} ]}, - "Created": "2026-04-09T01:23:58.392052847Z", + "Created": "2026-04-09T08:30:04.509674267Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6467495203910302, - "StableID": "nVLpGf89Ws11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 1756594416608255, + "StableID": "npBQRtkZiE11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "DiscoKey": "discokey:1af49796bc994a27815409eed536514354db0cd3270dc29255f0a90d1f920e1c", - "Addresses": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "AllowedIPs": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "Endpoints": ["77.164.248.136:34214", "10.65.0.27:34214", "172.17.0.1:34214"], + "Key": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "DiscoKey": "discokey:2993cd0817e25f9b39b506a019c9e579f742f469e95ce42cb11644cb32bf453e", + "Addresses": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "AllowedIPs": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "Endpoints": ["77.164.248.136:37921", "10.65.0.27:37921", "172.17.0.1:37921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 43639}, - {"Proto": "peerapi6", "Port": 43639} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62476}, + {"Proto": "peerapi6", "Port": 62476} ]}, - "Created": "2026-04-09T01:23:56.755563959Z", + "Created": "2026-04-09T08:30:05.600802316Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 7624037101960466, - "StableID": "nX1tQYXwX221CNTRL", + "ID": 2636466215151606, + "StableID": "n31AHpV4bM11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "DiscoKey": "discokey:6143ee6156dc6e9ad3dd0f6c6036c3edc9ec778dfe3fa59bf19e46d371d34045", - "Addresses": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "AllowedIPs": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "Endpoints": ["77.164.248.136:57790", "10.65.0.27:57790", "172.17.0.1:57790"], + "Key": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "DiscoKey": "discokey:3988b9f79bd8c47eba31d6f2aec216f64fe515ed3162220aa6a50bdb45d27b12", + "Addresses": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "AllowedIPs": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "Endpoints": ["77.164.248.136:39704", "10.65.0.27:39704", "172.17.0.1:39704"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37135}, - {"Proto": "peerapi6", "Port": 37135} + {"Proto": "peerapi4", "Port": 57817}, + {"Proto": "peerapi6", "Port": 57817} ]}, - "Created": "2026-04-09T01:23:57.284722648Z", + "Created": "2026-04-09T08:30:03.440043557Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7989644934727628, - "StableID": "nH5SdcRXP521CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "DiscoKey": "discokey:d489c46f4e2e9dd95cf81145449c859e5a30741fefee1f091c219434c99d6674", - "Addresses": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "AllowedIPs": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "Endpoints": ["77.164.248.136:37684", "10.65.0.27:37684", "172.17.0.1:37684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 53353}, - {"Proto": "peerapi6", "Port": 53353} - ]}, - "Created": "2026-04-09T01:23:58.934658214Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 8121344318717346, - "StableID": "nma4DkwAR621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "DiscoKey": "discokey:d32508816f6d8ff5ba73ea721fabb92dcb7907f6232b5903ff6605b9139a4446", - "Addresses": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "AllowedIPs": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "Endpoints": ["77.164.248.136:35224", "10.65.0.27:35224", "172.17.0.1:35224"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44953}, - {"Proto": "peerapi6", "Port": 44953} - ]}, - "Created": "2026-04-09T01:24:00.007454974Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 8334732370099861, - "StableID": "n4YYbbHp5821CNTRL", + "ID": 3012455017450396, + "StableID": "njG2Ew5MXQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "DiscoKey": "discokey:a9618a414677444489d48d660e92bf2d0cb144f3a100310e3fd2bfdbd41b0716", - "Addresses": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "AllowedIPs": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "Endpoints": ["77.164.248.136:57743", "10.65.0.27:57743", "172.17.0.1:57743"], + "Key": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "DiscoKey": "discokey:33d7e8b0dbbac99163cef145858477d753998a2705b9e06b949473952c1b1057", + "Addresses": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "AllowedIPs": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "Endpoints": ["77.164.248.136:55632", "10.65.0.27:55632", "172.17.0.1:55632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63154}, - {"Proto": "peerapi6", "Port": 63154} + {"Proto": "peerapi4", "Port": 34337}, + {"Proto": "peerapi6", "Port": 34337} ]}, - "Created": "2026-04-09T01:23:55.72220735Z", + "Created": "2026-04-09T08:30:01.845376669Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8687827620943826, - "StableID": "nDe6oyVjqA21CNTRL", + "ID": 4038935407198900, + "StableID": "nHmUF6zEYY11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "DiscoKey": "discokey:3f8e878fea0f67c04a307debc81b8d410430b5770671cbf07c13dd8836d1c55e", + "Addresses": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "AllowedIPs": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "Endpoints": ["77.164.248.136:52095", "10.65.0.27:52095", "172.17.0.1:52095"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 50674}, + {"Proto": "peerapi6", "Port": 50674} + ]}, + "Created": "2026-04-09T08:30:00.221557111Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4278343762936705, + "StableID": "nkkBqUqfQa11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "DiscoKey": "discokey:4d180e65371811648b5e70d263b34a172a720a6bfad0537c2472014a68861567", + "Addresses": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "AllowedIPs": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "Endpoints": ["77.164.248.136:42494", "10.65.0.27:42494", "172.17.0.1:42494"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 36388}, + {"Proto": "peerapi6", "Port": 36388} + ]}, + "Created": "2026-04-09T08:30:01.291568621Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4553841302773712, + "StableID": "nR9h2ygSZc11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "DiscoKey": "discokey:a2632feafdb2ee357468cbb07bbaa821e75753b9f1d528624a20d16fb35d9f71", + "Addresses": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "AllowedIPs": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "Endpoints": ["77.164.248.136:58105", "10.65.0.27:58105", "172.17.0.1:58105"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61241}, + {"Proto": "peerapi6", "Port": 61241} + ]}, + "Created": "2026-04-09T08:30:02.908602666Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6995107072403207, + "StableID": "nSpRNsb6dw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "DiscoKey": "discokey:0480803cd3c1cdfe5186a431cc6b8d7152d32daa6d6064715611fffc504a487b", + "Addresses": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "AllowedIPs": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "Endpoints": ["77.164.248.136:35731", "10.65.0.27:35731", "172.17.0.1:35731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60210}, + {"Proto": "peerapi6", "Port": 60210} + ]}, + "Created": "2026-04-09T08:30:06.138375049Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7361721403950131, + "StableID": "nUDKSQw8Vz11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "DiscoKey": "discokey:481abb5bcc094076ea12b0b57af4190302019d04617f0c0725a717f00960a353", + "Addresses": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "AllowedIPs": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "Endpoints": ["77.164.248.136:58740", "10.65.0.27:58740", "172.17.0.1:58740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 60191}, + {"Proto": "peerapi6", "Port": 60191} + ]}, + "Created": "2026-04-09T08:30:02.365131628Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7952360592110435, + "StableID": "nQypwc2e6521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "KeyExpiry": "2026-10-06T01:24:00Z", - "DiscoKey": "discokey:393472adb5df459d8c73b053d018f2d910c7e3d0b80ec29a6cd72395c93c7f0d", - "Addresses": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "AllowedIPs": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "Endpoints": ["77.164.248.136:36150", "10.65.0.27:36150", "172.17.0.1:36150"], + "Key": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "KeyExpiry": "2026-10-06T08:30:06Z", + "DiscoKey": "discokey:7f1af44fcc9b731b6ec2cef7b8d8c4463b0853e307d74bd4b7c69ce4826be866", + "Addresses": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "AllowedIPs": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "Endpoints": ["77.164.248.136:52432", "10.65.0.27:52432", "172.17.0.1:52432"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33468}, - {"Proto": "peerapi6", "Port": 33468} + {"Proto": "peerapi4", "Port": 36311}, + {"Proto": "peerapi6", "Port": 36311} ]}, - "Created": "2026-04-09T01:24:00.559443237Z", + "Created": "2026-04-09T08:30:06.664440016Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 8897506548606905, - "StableID": "nijzckQhUC21CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 8203506120327250, + "StableID": "nR2TGKCP4721CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "DiscoKey": "discokey:f3831355ea09537a549ae39c9f4afc239a02e2b6e2222b053f6051272083e74f", - "Addresses": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "AllowedIPs": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "Endpoints": ["77.164.248.136:54587", "10.65.0.27:54587", "172.17.0.1:54587"], + "Key": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "DiscoKey": "discokey:37585c0bfb7d9cdd30b9b2664d8460848ccd61e1469f9beeef4a18721685e326", + "Addresses": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "AllowedIPs": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "Endpoints": ["77.164.248.136:54854", "10.65.0.27:54854", "172.17.0.1:54854"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 52928}, - {"Proto": "peerapi6", "Port": 52928} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43890}, + {"Proto": "peerapi6", "Port": 43890} ]}, - "Created": "2026-04-09T01:23:59.472115091Z", + "Created": "2026-04-09T08:30:05.058375669Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8246879753545019, + "StableID": "nky3iiY2Q721CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "DiscoKey": "discokey:eb9067bbd065eeb0c65ae948ed3167f8b9eebaa25a38f8c0d5a74cc6a4606c58", + "Addresses": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "AllowedIPs": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 44725}, + {"Proto": "peerapi6", "Port": 44725} + ]}, + "Created": "2026-04-09T08:30:03.981700713Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8365802801037448, + "StableID": "nsiYBKTtK821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:5936f52c038d7fcf52a5efeb7c3f268bfbbdfa6c48213cce0560713ae69c7d49", + "Addresses": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "AllowedIPs": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "Endpoints": ["77.164.248.136:48108", "10.65.0.27:48108", "172.17.0.1:48108"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 47243}, + {"Proto": "peerapi6", "Port": 47243} + ]}, + "Created": "2026-04-09T08:30:07.202607222Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10050,27 +10062,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4149050969918132": { - "ID": 4149050969918132, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1306330312176678": { + "ID": 1306330312176678, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10101,26 +10115,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3242280579746049, - "StableID": "nNRWAMDSKS11CNTRL", + "ID": 4038935407198900, + "StableID": "nHmUF6zEYY11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 3242280579746049, - "Key": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "DiscoKey": "discokey:c50d38ea2734e75cdc9e3c21e19cfe74b1fe61eaf357a06d73c9a87ebd2b7e39", - "Addresses": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "AllowedIPs": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "Endpoints": ["77.164.248.136:36238", "10.65.0.27:36238", "172.17.0.1:36238"], + "User": 4038935407198900, + "Key": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "DiscoKey": "discokey:3f8e878fea0f67c04a307debc81b8d410430b5770671cbf07c13dd8836d1c55e", + "Addresses": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "AllowedIPs": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "Endpoints": ["77.164.248.136:52095", "10.65.0.27:52095", "172.17.0.1:52095"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 47382}, - {"Proto": "peerapi6", "Port": 47382}, + {"Proto": "peerapi4", "Port": 50674}, + {"Proto": "peerapi6", "Port": 50674}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:54.091235667Z", + "Created": "2026-04-09T08:30:00.221557111Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10148,302 +10162,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "MachineKey": "mkey:266b7b47d5c00f048596d32d5231bc8320cba7071d06d71fc60d409460215958", + "NodeKey": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "MachineKey": "mkey:908470d7abd11db8015f99970a7411015355c147cb5e4716ad2ffb50cfc87e41", "Peers": [{ - "ID": 90914243966697, - "StableID": "n4cFRTABi111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:a3540b5220ba4f65bb0cb188c987ebd3763bbfd7d159bbb1c485c961b6d6bf30", - "Addresses": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "AllowedIPs": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "Endpoints": ["77.164.248.136:41523", "10.65.0.27:41523", "172.17.0.1:41523"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43789}, - {"Proto": "peerapi6", "Port": 43789} - ]}, - "Created": "2026-04-09T01:24:01.096616696Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1364599563055622, - "StableID": "nob4YZi2fB11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "DiscoKey": "discokey:09572ed9d1d715c68f0f87523cc34ee4951c5fd3af56aec6d50399120e3f3b18", - "Addresses": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "AllowedIPs": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "Endpoints": ["77.164.248.136:36872", "10.65.0.27:36872", "172.17.0.1:36872"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47043}, - {"Proto": "peerapi6", "Port": 47043} - ]}, - "Created": "2026-04-09T01:23:56.211801899Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1927113359184472, - "StableID": "nHMmT11o3G11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "DiscoKey": "discokey:3431d70c3a5efd6e84e543128078784d813497066aa0325eaf8b91141de4d818", - "Addresses": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "AllowedIPs": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "Endpoints": ["77.164.248.136:32800", "10.65.0.27:32800", "172.17.0.1:32800"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 38550}, - {"Proto": "peerapi6", "Port": 38550} - ]}, - "Created": "2026-04-09T01:23:57.854316097Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3879445001127542, - "StableID": "n54SDdS1JX11CNTRL", + "ID": 126882514684245, + "StableID": "nUCNLLzTz111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:5a590125a8e456aaa34d4eed3ee95a92b48a894de610132b38efcfa6d6889b75", - "Addresses": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "AllowedIPs": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "Endpoints": ["77.164.248.136:51727", "10.65.0.27:51727", "172.17.0.1:51727"], + "Key": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:aec9db2fc5f52332e453a723fc9121e3983bc38dd05138f5b82ab8ba835cea05", + "Addresses": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "AllowedIPs": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "Endpoints": ["77.164.248.136:50088", "10.65.0.27:50088", "172.17.0.1:50088"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63022}, - {"Proto": "peerapi6", "Port": 63022} + {"Proto": "peerapi4", "Port": 39729}, + {"Proto": "peerapi6", "Port": 39729} ]}, - "Created": "2026-04-09T01:24:01.65915554Z", + "Created": "2026-04-09T08:30:07.748587166Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4128266834626523, - "StableID": "nUoEb2ahEZ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "DiscoKey": "discokey:c7c529d8dfb4cb78abe2f348168a35db9e4f1d5762b452f9e8f5ce5a559bf779", - "Addresses": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "AllowedIPs": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "Endpoints": ["77.164.248.136:49923", "10.65.0.27:49923", "172.17.0.1:49923"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50061}, - {"Proto": "peerapi6", "Port": 50061} - ]}, - "Created": "2026-04-09T01:23:55.120222155Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4149050969918132, - "StableID": "ndbLTwX7QZ11CNTRL", + "ID": 1306330312176678, + "StableID": "nHWQNm5eCB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "DiscoKey": "discokey:0f3fdfb01b9ca2fa95d1e57eaa046d5e90c787fe467eb3ca06b35ec833624b5d", - "Addresses": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "AllowedIPs": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "Endpoints": ["77.164.248.136:53978", "10.65.0.27:53978", "172.17.0.1:53978"], + "Key": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "DiscoKey": "discokey:2f7c322de62a2babd63619a807a23202bc3935d85d97d1ea7b93b6e83efe1e59", + "Addresses": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "AllowedIPs": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "Endpoints": ["77.164.248.136:35174", "10.65.0.27:35174", "172.17.0.1:35174"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57674}, - {"Proto": "peerapi6", "Port": 57674} + {"Proto": "peerapi4", "Port": 43933}, + {"Proto": "peerapi6", "Port": 43933} ]}, - "Created": "2026-04-09T01:23:54.573408394Z", + "Created": "2026-04-09T08:30:00.755865942Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 5634881584883806, - "StableID": "njdpuUn31m11CNTRL", + "ID": 1520359706147828, + "StableID": "n72J1kGasC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "DiscoKey": "discokey:eb06d7ec74a48a0d8db773daaa8e701c5bd8cb62c58576b9808843e64f664c36", - "Addresses": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "AllowedIPs": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "Endpoints": ["77.164.248.136:51825", "10.65.0.27:51825", "172.17.0.1:51825"], + "Key": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "DiscoKey": "discokey:0e2307283baafc8b584100f3e4f7777553ce350be4c3ef21ea36d261992cff19", + "Addresses": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "AllowedIPs": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "Endpoints": ["77.164.248.136:43724", "10.65.0.27:43724", "172.17.0.1:43724"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45726}, - {"Proto": "peerapi6", "Port": 45726} + {"Proto": "peerapi4", "Port": 47555}, + {"Proto": "peerapi6", "Port": 47555} ]}, - "Created": "2026-04-09T01:23:58.392052847Z", + "Created": "2026-04-09T08:30:04.509674267Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6467495203910302, - "StableID": "nVLpGf89Ws11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 1756594416608255, + "StableID": "npBQRtkZiE11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "DiscoKey": "discokey:1af49796bc994a27815409eed536514354db0cd3270dc29255f0a90d1f920e1c", - "Addresses": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "AllowedIPs": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "Endpoints": ["77.164.248.136:34214", "10.65.0.27:34214", "172.17.0.1:34214"], + "Key": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "DiscoKey": "discokey:2993cd0817e25f9b39b506a019c9e579f742f469e95ce42cb11644cb32bf453e", + "Addresses": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "AllowedIPs": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "Endpoints": ["77.164.248.136:37921", "10.65.0.27:37921", "172.17.0.1:37921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 43639}, - {"Proto": "peerapi6", "Port": 43639} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62476}, + {"Proto": "peerapi6", "Port": 62476} ]}, - "Created": "2026-04-09T01:23:56.755563959Z", + "Created": "2026-04-09T08:30:05.600802316Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 7624037101960466, - "StableID": "nX1tQYXwX221CNTRL", + "ID": 2636466215151606, + "StableID": "n31AHpV4bM11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "DiscoKey": "discokey:6143ee6156dc6e9ad3dd0f6c6036c3edc9ec778dfe3fa59bf19e46d371d34045", - "Addresses": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "AllowedIPs": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "Endpoints": ["77.164.248.136:57790", "10.65.0.27:57790", "172.17.0.1:57790"], + "Key": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "DiscoKey": "discokey:3988b9f79bd8c47eba31d6f2aec216f64fe515ed3162220aa6a50bdb45d27b12", + "Addresses": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "AllowedIPs": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "Endpoints": ["77.164.248.136:39704", "10.65.0.27:39704", "172.17.0.1:39704"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37135}, - {"Proto": "peerapi6", "Port": 37135} + {"Proto": "peerapi4", "Port": 57817}, + {"Proto": "peerapi6", "Port": 57817} ]}, - "Created": "2026-04-09T01:23:57.284722648Z", + "Created": "2026-04-09T08:30:03.440043557Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7989644934727628, - "StableID": "nH5SdcRXP521CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "DiscoKey": "discokey:d489c46f4e2e9dd95cf81145449c859e5a30741fefee1f091c219434c99d6674", - "Addresses": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "AllowedIPs": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "Endpoints": ["77.164.248.136:37684", "10.65.0.27:37684", "172.17.0.1:37684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 53353}, - {"Proto": "peerapi6", "Port": 53353} - ]}, - "Created": "2026-04-09T01:23:58.934658214Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 8121344318717346, - "StableID": "nma4DkwAR621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "DiscoKey": "discokey:d32508816f6d8ff5ba73ea721fabb92dcb7907f6232b5903ff6605b9139a4446", - "Addresses": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "AllowedIPs": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "Endpoints": ["77.164.248.136:35224", "10.65.0.27:35224", "172.17.0.1:35224"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44953}, - {"Proto": "peerapi6", "Port": 44953} - ]}, - "Created": "2026-04-09T01:24:00.007454974Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 8334732370099861, - "StableID": "n4YYbbHp5821CNTRL", + "ID": 3012455017450396, + "StableID": "njG2Ew5MXQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "DiscoKey": "discokey:a9618a414677444489d48d660e92bf2d0cb144f3a100310e3fd2bfdbd41b0716", - "Addresses": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "AllowedIPs": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "Endpoints": ["77.164.248.136:57743", "10.65.0.27:57743", "172.17.0.1:57743"], + "Key": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "DiscoKey": "discokey:33d7e8b0dbbac99163cef145858477d753998a2705b9e06b949473952c1b1057", + "Addresses": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "AllowedIPs": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "Endpoints": ["77.164.248.136:55632", "10.65.0.27:55632", "172.17.0.1:55632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63154}, - {"Proto": "peerapi6", "Port": 63154} + {"Proto": "peerapi4", "Port": 34337}, + {"Proto": "peerapi6", "Port": 34337} ]}, - "Created": "2026-04-09T01:23:55.72220735Z", + "Created": "2026-04-09T08:30:01.845376669Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8687827620943826, - "StableID": "nDe6oyVjqA21CNTRL", + "ID": 4278343762936705, + "StableID": "nkkBqUqfQa11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "DiscoKey": "discokey:4d180e65371811648b5e70d263b34a172a720a6bfad0537c2472014a68861567", + "Addresses": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "AllowedIPs": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "Endpoints": ["77.164.248.136:42494", "10.65.0.27:42494", "172.17.0.1:42494"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 36388}, + {"Proto": "peerapi6", "Port": 36388} + ]}, + "Created": "2026-04-09T08:30:01.291568621Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4553841302773712, + "StableID": "nR9h2ygSZc11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "DiscoKey": "discokey:a2632feafdb2ee357468cbb07bbaa821e75753b9f1d528624a20d16fb35d9f71", + "Addresses": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "AllowedIPs": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "Endpoints": ["77.164.248.136:58105", "10.65.0.27:58105", "172.17.0.1:58105"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61241}, + {"Proto": "peerapi6", "Port": 61241} + ]}, + "Created": "2026-04-09T08:30:02.908602666Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6995107072403207, + "StableID": "nSpRNsb6dw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "DiscoKey": "discokey:0480803cd3c1cdfe5186a431cc6b8d7152d32daa6d6064715611fffc504a487b", + "Addresses": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "AllowedIPs": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "Endpoints": ["77.164.248.136:35731", "10.65.0.27:35731", "172.17.0.1:35731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60210}, + {"Proto": "peerapi6", "Port": 60210} + ]}, + "Created": "2026-04-09T08:30:06.138375049Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7361721403950131, + "StableID": "nUDKSQw8Vz11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "DiscoKey": "discokey:481abb5bcc094076ea12b0b57af4190302019d04617f0c0725a717f00960a353", + "Addresses": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "AllowedIPs": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "Endpoints": ["77.164.248.136:58740", "10.65.0.27:58740", "172.17.0.1:58740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 60191}, + {"Proto": "peerapi6", "Port": 60191} + ]}, + "Created": "2026-04-09T08:30:02.365131628Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7952360592110435, + "StableID": "nQypwc2e6521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "KeyExpiry": "2026-10-06T01:24:00Z", - "DiscoKey": "discokey:393472adb5df459d8c73b053d018f2d910c7e3d0b80ec29a6cd72395c93c7f0d", - "Addresses": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "AllowedIPs": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "Endpoints": ["77.164.248.136:36150", "10.65.0.27:36150", "172.17.0.1:36150"], + "Key": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "KeyExpiry": "2026-10-06T08:30:06Z", + "DiscoKey": "discokey:7f1af44fcc9b731b6ec2cef7b8d8c4463b0853e307d74bd4b7c69ce4826be866", + "Addresses": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "AllowedIPs": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "Endpoints": ["77.164.248.136:52432", "10.65.0.27:52432", "172.17.0.1:52432"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33468}, - {"Proto": "peerapi6", "Port": 33468} + {"Proto": "peerapi4", "Port": 36311}, + {"Proto": "peerapi6", "Port": 36311} ]}, - "Created": "2026-04-09T01:24:00.559443237Z", + "Created": "2026-04-09T08:30:06.664440016Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 8897506548606905, - "StableID": "nijzckQhUC21CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 8203506120327250, + "StableID": "nR2TGKCP4721CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "DiscoKey": "discokey:f3831355ea09537a549ae39c9f4afc239a02e2b6e2222b053f6051272083e74f", - "Addresses": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "AllowedIPs": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "Endpoints": ["77.164.248.136:54587", "10.65.0.27:54587", "172.17.0.1:54587"], + "Key": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "DiscoKey": "discokey:37585c0bfb7d9cdd30b9b2664d8460848ccd61e1469f9beeef4a18721685e326", + "Addresses": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "AllowedIPs": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "Endpoints": ["77.164.248.136:54854", "10.65.0.27:54854", "172.17.0.1:54854"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 52928}, - {"Proto": "peerapi6", "Port": 52928} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43890}, + {"Proto": "peerapi6", "Port": 43890} ]}, - "Created": "2026-04-09T01:23:59.472115091Z", + "Created": "2026-04-09T08:30:05.058375669Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8246879753545019, + "StableID": "nky3iiY2Q721CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "DiscoKey": "discokey:eb9067bbd065eeb0c65ae948ed3167f8b9eebaa25a38f8c0d5a74cc6a4606c58", + "Addresses": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "AllowedIPs": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 44725}, + {"Proto": "peerapi6", "Port": 44725} + ]}, + "Created": "2026-04-09T08:30:03.981700713Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8365802801037448, + "StableID": "nsiYBKTtK821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:5936f52c038d7fcf52a5efeb7c3f268bfbbdfa6c48213cce0560713ae69c7d49", + "Addresses": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "AllowedIPs": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "Endpoints": ["77.164.248.136:48108", "10.65.0.27:48108", "172.17.0.1:48108"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 47243}, + {"Proto": "peerapi6", "Port": 47243} + ]}, + "Created": "2026-04-09T08:30:07.202607222Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11291,27 +11305,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3242280579746049": { - "ID": 3242280579746049, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4038935407198900": { + "ID": 4038935407198900, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11342,21 +11358,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1364599563055622, - "StableID": "nob4YZi2fB11CNTRL", + "ID": 7361721403950131, + "StableID": "nUDKSQw8Vz11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 1364599563055622, - "Key": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "DiscoKey": "discokey:09572ed9d1d715c68f0f87523cc34ee4951c5fd3af56aec6d50399120e3f3b18", - "Addresses": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "AllowedIPs": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "Endpoints": ["77.164.248.136:36872", "10.65.0.27:36872", "172.17.0.1:36872"], + "User": 7361721403950131, + "Key": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "DiscoKey": "discokey:481abb5bcc094076ea12b0b57af4190302019d04617f0c0725a717f00960a353", + "Addresses": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "AllowedIPs": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "Endpoints": ["77.164.248.136:58740", "10.65.0.27:58740", "172.17.0.1:58740"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 47043}, - {"Proto": "peerapi6", "Port": 47043}, + {"Proto": "peerapi4", "Port": 60191}, + {"Proto": "peerapi6", "Port": 60191}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:56.211801899Z", + "Created": "2026-04-09T08:30:02.365131628Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11384,300 +11400,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "MachineKey": "mkey:e05a7515af76e36078fcb1f8b97e078307d45befe9c6078df882f231122c151e", + "NodeKey": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "MachineKey": "mkey:919636f79c8162b3f5cb58fb46ad7829e74162f3473322dd2839a3125544e927", "Peers": [{ - "ID": 90914243966697, - "StableID": "n4cFRTABi111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:a3540b5220ba4f65bb0cb188c987ebd3763bbfd7d159bbb1c485c961b6d6bf30", - "Addresses": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "AllowedIPs": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "Endpoints": ["77.164.248.136:41523", "10.65.0.27:41523", "172.17.0.1:41523"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43789}, - {"Proto": "peerapi6", "Port": 43789} - ]}, - "Created": "2026-04-09T01:24:01.096616696Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1927113359184472, - "StableID": "nHMmT11o3G11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "DiscoKey": "discokey:3431d70c3a5efd6e84e543128078784d813497066aa0325eaf8b91141de4d818", - "Addresses": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "AllowedIPs": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "Endpoints": ["77.164.248.136:32800", "10.65.0.27:32800", "172.17.0.1:32800"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 38550}, - {"Proto": "peerapi6", "Port": 38550} - ]}, - "Created": "2026-04-09T01:23:57.854316097Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3242280579746049, - "StableID": "nNRWAMDSKS11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "DiscoKey": "discokey:c50d38ea2734e75cdc9e3c21e19cfe74b1fe61eaf357a06d73c9a87ebd2b7e39", - "Addresses": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "AllowedIPs": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "Endpoints": ["77.164.248.136:36238", "10.65.0.27:36238", "172.17.0.1:36238"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 47382}, - {"Proto": "peerapi6", "Port": 47382} - ]}, - "Created": "2026-04-09T01:23:54.091235667Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3879445001127542, - "StableID": "n54SDdS1JX11CNTRL", + "ID": 126882514684245, + "StableID": "nUCNLLzTz111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:5a590125a8e456aaa34d4eed3ee95a92b48a894de610132b38efcfa6d6889b75", - "Addresses": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "AllowedIPs": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], + "Key": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:aec9db2fc5f52332e453a723fc9121e3983bc38dd05138f5b82ab8ba835cea05", + "Addresses": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "AllowedIPs": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63022}, - {"Proto": "peerapi6", "Port": 63022} + {"Proto": "peerapi4", "Port": 39729}, + {"Proto": "peerapi6", "Port": 39729} ]}, - "Created": "2026-04-09T01:24:01.65915554Z", + "Created": "2026-04-09T08:30:07.748587166Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4128266834626523, - "StableID": "nUoEb2ahEZ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "DiscoKey": "discokey:c7c529d8dfb4cb78abe2f348168a35db9e4f1d5762b452f9e8f5ce5a559bf779", - "Addresses": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "AllowedIPs": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "Endpoints": ["77.164.248.136:49923", "10.65.0.27:49923", "172.17.0.1:49923"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50061}, - {"Proto": "peerapi6", "Port": 50061} - ]}, - "Created": "2026-04-09T01:23:55.120222155Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4149050969918132, - "StableID": "ndbLTwX7QZ11CNTRL", + "ID": 1306330312176678, + "StableID": "nHWQNm5eCB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "DiscoKey": "discokey:0f3fdfb01b9ca2fa95d1e57eaa046d5e90c787fe467eb3ca06b35ec833624b5d", - "Addresses": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "AllowedIPs": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "Endpoints": ["77.164.248.136:53978", "10.65.0.27:53978", "172.17.0.1:53978"], + "Key": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "DiscoKey": "discokey:2f7c322de62a2babd63619a807a23202bc3935d85d97d1ea7b93b6e83efe1e59", + "Addresses": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "AllowedIPs": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "Endpoints": ["77.164.248.136:35174", "10.65.0.27:35174", "172.17.0.1:35174"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57674}, - {"Proto": "peerapi6", "Port": 57674} + {"Proto": "peerapi4", "Port": 43933}, + {"Proto": "peerapi6", "Port": 43933} ]}, - "Created": "2026-04-09T01:23:54.573408394Z", + "Created": "2026-04-09T08:30:00.755865942Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 5634881584883806, - "StableID": "njdpuUn31m11CNTRL", + "ID": 1520359706147828, + "StableID": "n72J1kGasC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "DiscoKey": "discokey:eb06d7ec74a48a0d8db773daaa8e701c5bd8cb62c58576b9808843e64f664c36", - "Addresses": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "AllowedIPs": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "Endpoints": ["77.164.248.136:51825", "10.65.0.27:51825", "172.17.0.1:51825"], + "Key": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "DiscoKey": "discokey:0e2307283baafc8b584100f3e4f7777553ce350be4c3ef21ea36d261992cff19", + "Addresses": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "AllowedIPs": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "Endpoints": ["77.164.248.136:43724", "10.65.0.27:43724", "172.17.0.1:43724"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45726}, - {"Proto": "peerapi6", "Port": 45726} + {"Proto": "peerapi4", "Port": 47555}, + {"Proto": "peerapi6", "Port": 47555} ]}, - "Created": "2026-04-09T01:23:58.392052847Z", + "Created": "2026-04-09T08:30:04.509674267Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6467495203910302, - "StableID": "nVLpGf89Ws11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 1756594416608255, + "StableID": "npBQRtkZiE11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "DiscoKey": "discokey:1af49796bc994a27815409eed536514354db0cd3270dc29255f0a90d1f920e1c", - "Addresses": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "AllowedIPs": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "Endpoints": ["77.164.248.136:34214", "10.65.0.27:34214", "172.17.0.1:34214"], + "Key": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "DiscoKey": "discokey:2993cd0817e25f9b39b506a019c9e579f742f469e95ce42cb11644cb32bf453e", + "Addresses": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "AllowedIPs": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "Endpoints": ["77.164.248.136:37921", "10.65.0.27:37921", "172.17.0.1:37921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 43639}, - {"Proto": "peerapi6", "Port": 43639} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62476}, + {"Proto": "peerapi6", "Port": 62476} ]}, - "Created": "2026-04-09T01:23:56.755563959Z", + "Created": "2026-04-09T08:30:05.600802316Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 7624037101960466, - "StableID": "nX1tQYXwX221CNTRL", + "ID": 2636466215151606, + "StableID": "n31AHpV4bM11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "DiscoKey": "discokey:6143ee6156dc6e9ad3dd0f6c6036c3edc9ec778dfe3fa59bf19e46d371d34045", - "Addresses": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "AllowedIPs": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "Endpoints": ["77.164.248.136:57790", "10.65.0.27:57790", "172.17.0.1:57790"], + "Key": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "DiscoKey": "discokey:3988b9f79bd8c47eba31d6f2aec216f64fe515ed3162220aa6a50bdb45d27b12", + "Addresses": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "AllowedIPs": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "Endpoints": ["77.164.248.136:39704", "10.65.0.27:39704", "172.17.0.1:39704"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37135}, - {"Proto": "peerapi6", "Port": 37135} + {"Proto": "peerapi4", "Port": 57817}, + {"Proto": "peerapi6", "Port": 57817} ]}, - "Created": "2026-04-09T01:23:57.284722648Z", + "Created": "2026-04-09T08:30:03.440043557Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7989644934727628, - "StableID": "nH5SdcRXP521CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "DiscoKey": "discokey:d489c46f4e2e9dd95cf81145449c859e5a30741fefee1f091c219434c99d6674", - "Addresses": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "AllowedIPs": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "Endpoints": ["77.164.248.136:37684", "10.65.0.27:37684", "172.17.0.1:37684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 53353}, - {"Proto": "peerapi6", "Port": 53353} - ]}, - "Created": "2026-04-09T01:23:58.934658214Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 8121344318717346, - "StableID": "nma4DkwAR621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "DiscoKey": "discokey:d32508816f6d8ff5ba73ea721fabb92dcb7907f6232b5903ff6605b9139a4446", - "Addresses": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "AllowedIPs": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "Endpoints": ["77.164.248.136:35224", "10.65.0.27:35224", "172.17.0.1:35224"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44953}, - {"Proto": "peerapi6", "Port": 44953} - ]}, - "Created": "2026-04-09T01:24:00.007454974Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 8334732370099861, - "StableID": "n4YYbbHp5821CNTRL", + "ID": 3012455017450396, + "StableID": "njG2Ew5MXQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "DiscoKey": "discokey:a9618a414677444489d48d660e92bf2d0cb144f3a100310e3fd2bfdbd41b0716", - "Addresses": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "AllowedIPs": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "Endpoints": ["77.164.248.136:57743", "10.65.0.27:57743", "172.17.0.1:57743"], + "Key": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "DiscoKey": "discokey:33d7e8b0dbbac99163cef145858477d753998a2705b9e06b949473952c1b1057", + "Addresses": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "AllowedIPs": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "Endpoints": ["77.164.248.136:55632", "10.65.0.27:55632", "172.17.0.1:55632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63154}, - {"Proto": "peerapi6", "Port": 63154} + {"Proto": "peerapi4", "Port": 34337}, + {"Proto": "peerapi6", "Port": 34337} ]}, - "Created": "2026-04-09T01:23:55.72220735Z", + "Created": "2026-04-09T08:30:01.845376669Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8687827620943826, - "StableID": "nDe6oyVjqA21CNTRL", + "ID": 4038935407198900, + "StableID": "nHmUF6zEYY11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "DiscoKey": "discokey:3f8e878fea0f67c04a307debc81b8d410430b5770671cbf07c13dd8836d1c55e", + "Addresses": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "AllowedIPs": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "Endpoints": ["77.164.248.136:52095", "10.65.0.27:52095", "172.17.0.1:52095"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 50674}, + {"Proto": "peerapi6", "Port": 50674} + ]}, + "Created": "2026-04-09T08:30:00.221557111Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4278343762936705, + "StableID": "nkkBqUqfQa11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "DiscoKey": "discokey:4d180e65371811648b5e70d263b34a172a720a6bfad0537c2472014a68861567", + "Addresses": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "AllowedIPs": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "Endpoints": ["77.164.248.136:42494", "10.65.0.27:42494", "172.17.0.1:42494"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 36388}, + {"Proto": "peerapi6", "Port": 36388} + ]}, + "Created": "2026-04-09T08:30:01.291568621Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4553841302773712, + "StableID": "nR9h2ygSZc11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "DiscoKey": "discokey:a2632feafdb2ee357468cbb07bbaa821e75753b9f1d528624a20d16fb35d9f71", + "Addresses": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "AllowedIPs": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "Endpoints": ["77.164.248.136:58105", "10.65.0.27:58105", "172.17.0.1:58105"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61241}, + {"Proto": "peerapi6", "Port": 61241} + ]}, + "Created": "2026-04-09T08:30:02.908602666Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6995107072403207, + "StableID": "nSpRNsb6dw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "DiscoKey": "discokey:0480803cd3c1cdfe5186a431cc6b8d7152d32daa6d6064715611fffc504a487b", + "Addresses": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "AllowedIPs": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "Endpoints": ["77.164.248.136:35731", "10.65.0.27:35731", "172.17.0.1:35731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60210}, + {"Proto": "peerapi6", "Port": 60210} + ]}, + "Created": "2026-04-09T08:30:06.138375049Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7952360592110435, + "StableID": "nQypwc2e6521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "KeyExpiry": "2026-10-06T01:24:00Z", - "DiscoKey": "discokey:393472adb5df459d8c73b053d018f2d910c7e3d0b80ec29a6cd72395c93c7f0d", - "Addresses": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "AllowedIPs": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "Endpoints": ["77.164.248.136:36150", "10.65.0.27:36150", "172.17.0.1:36150"], + "Key": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "KeyExpiry": "2026-10-06T08:30:06Z", + "DiscoKey": "discokey:7f1af44fcc9b731b6ec2cef7b8d8c4463b0853e307d74bd4b7c69ce4826be866", + "Addresses": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "AllowedIPs": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "Endpoints": ["77.164.248.136:52432", "10.65.0.27:52432", "172.17.0.1:52432"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33468}, - {"Proto": "peerapi6", "Port": 33468} + {"Proto": "peerapi4", "Port": 36311}, + {"Proto": "peerapi6", "Port": 36311} ]}, - "Created": "2026-04-09T01:24:00.559443237Z", + "Created": "2026-04-09T08:30:06.664440016Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 8897506548606905, - "StableID": "nijzckQhUC21CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 8203506120327250, + "StableID": "nR2TGKCP4721CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "DiscoKey": "discokey:f3831355ea09537a549ae39c9f4afc239a02e2b6e2222b053f6051272083e74f", - "Addresses": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "AllowedIPs": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "Endpoints": ["77.164.248.136:54587", "10.65.0.27:54587", "172.17.0.1:54587"], + "Key": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "DiscoKey": "discokey:37585c0bfb7d9cdd30b9b2664d8460848ccd61e1469f9beeef4a18721685e326", + "Addresses": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "AllowedIPs": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "Endpoints": ["77.164.248.136:54854", "10.65.0.27:54854", "172.17.0.1:54854"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 52928}, - {"Proto": "peerapi6", "Port": 52928} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43890}, + {"Proto": "peerapi6", "Port": 43890} ]}, - "Created": "2026-04-09T01:23:59.472115091Z", + "Created": "2026-04-09T08:30:05.058375669Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8246879753545019, + "StableID": "nky3iiY2Q721CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "DiscoKey": "discokey:eb9067bbd065eeb0c65ae948ed3167f8b9eebaa25a38f8c0d5a74cc6a4606c58", + "Addresses": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "AllowedIPs": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 44725}, + {"Proto": "peerapi6", "Port": 44725} + ]}, + "Created": "2026-04-09T08:30:03.981700713Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8365802801037448, + "StableID": "nsiYBKTtK821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:5936f52c038d7fcf52a5efeb7c3f268bfbbdfa6c48213cce0560713ae69c7d49", + "Addresses": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "AllowedIPs": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "Endpoints": ["77.164.248.136:48108", "10.65.0.27:48108", "172.17.0.1:48108"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 47243}, + {"Proto": "peerapi6", "Port": 47243} + ]}, + "Created": "2026-04-09T08:30:07.202607222Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12525,27 +12541,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1364599563055622": { - "ID": 1364599563055622, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7361721403950131": { + "ID": 7361721403950131, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12576,21 +12594,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8334732370099861, - "StableID": "n4YYbbHp5821CNTRL", + "ID": 3012455017450396, + "StableID": "njG2Ew5MXQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 8334732370099861, - "Key": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "DiscoKey": "discokey:a9618a414677444489d48d660e92bf2d0cb144f3a100310e3fd2bfdbd41b0716", - "Addresses": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "AllowedIPs": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "Endpoints": ["77.164.248.136:57743", "10.65.0.27:57743", "172.17.0.1:57743"], + "User": 3012455017450396, + "Key": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "DiscoKey": "discokey:33d7e8b0dbbac99163cef145858477d753998a2705b9e06b949473952c1b1057", + "Addresses": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "AllowedIPs": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "Endpoints": ["77.164.248.136:55632", "10.65.0.27:55632", "172.17.0.1:55632"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 63154}, - {"Proto": "peerapi6", "Port": 63154}, + {"Proto": "peerapi4", "Port": 34337}, + {"Proto": "peerapi6", "Port": 34337}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:55.72220735Z", + "Created": "2026-04-09T08:30:01.845376669Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12618,300 +12636,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "MachineKey": "mkey:6d8ef356f00c0b36f3c9e9aa72140094f3cf8146d2c814fce1b99b3db8995022", + "NodeKey": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "MachineKey": "mkey:6eea20ce7111c4cc4a0a2e98b93346ec2d2990d10a2a8c91fc6616ce1e565438", "Peers": [{ - "ID": 90914243966697, - "StableID": "n4cFRTABi111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:a3540b5220ba4f65bb0cb188c987ebd3763bbfd7d159bbb1c485c961b6d6bf30", - "Addresses": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "AllowedIPs": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "Endpoints": ["77.164.248.136:41523", "10.65.0.27:41523", "172.17.0.1:41523"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43789}, - {"Proto": "peerapi6", "Port": 43789} - ]}, - "Created": "2026-04-09T01:24:01.096616696Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1364599563055622, - "StableID": "nob4YZi2fB11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "DiscoKey": "discokey:09572ed9d1d715c68f0f87523cc34ee4951c5fd3af56aec6d50399120e3f3b18", - "Addresses": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "AllowedIPs": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "Endpoints": ["77.164.248.136:36872", "10.65.0.27:36872", "172.17.0.1:36872"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47043}, - {"Proto": "peerapi6", "Port": 47043} - ]}, - "Created": "2026-04-09T01:23:56.211801899Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1927113359184472, - "StableID": "nHMmT11o3G11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "DiscoKey": "discokey:3431d70c3a5efd6e84e543128078784d813497066aa0325eaf8b91141de4d818", - "Addresses": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "AllowedIPs": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "Endpoints": ["77.164.248.136:32800", "10.65.0.27:32800", "172.17.0.1:32800"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 38550}, - {"Proto": "peerapi6", "Port": 38550} - ]}, - "Created": "2026-04-09T01:23:57.854316097Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3242280579746049, - "StableID": "nNRWAMDSKS11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "DiscoKey": "discokey:c50d38ea2734e75cdc9e3c21e19cfe74b1fe61eaf357a06d73c9a87ebd2b7e39", - "Addresses": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "AllowedIPs": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "Endpoints": ["77.164.248.136:36238", "10.65.0.27:36238", "172.17.0.1:36238"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 47382}, - {"Proto": "peerapi6", "Port": 47382} - ]}, - "Created": "2026-04-09T01:23:54.091235667Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3879445001127542, - "StableID": "n54SDdS1JX11CNTRL", + "ID": 126882514684245, + "StableID": "nUCNLLzTz111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:5a590125a8e456aaa34d4eed3ee95a92b48a894de610132b38efcfa6d6889b75", - "Addresses": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "AllowedIPs": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], + "Key": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:aec9db2fc5f52332e453a723fc9121e3983bc38dd05138f5b82ab8ba835cea05", + "Addresses": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "AllowedIPs": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63022}, - {"Proto": "peerapi6", "Port": 63022} + {"Proto": "peerapi4", "Port": 39729}, + {"Proto": "peerapi6", "Port": 39729} ]}, - "Created": "2026-04-09T01:24:01.65915554Z", + "Created": "2026-04-09T08:30:07.748587166Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4128266834626523, - "StableID": "nUoEb2ahEZ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "DiscoKey": "discokey:c7c529d8dfb4cb78abe2f348168a35db9e4f1d5762b452f9e8f5ce5a559bf779", - "Addresses": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "AllowedIPs": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "Endpoints": ["77.164.248.136:49923", "10.65.0.27:49923", "172.17.0.1:49923"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50061}, - {"Proto": "peerapi6", "Port": 50061} - ]}, - "Created": "2026-04-09T01:23:55.120222155Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4149050969918132, - "StableID": "ndbLTwX7QZ11CNTRL", + "ID": 1306330312176678, + "StableID": "nHWQNm5eCB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "DiscoKey": "discokey:0f3fdfb01b9ca2fa95d1e57eaa046d5e90c787fe467eb3ca06b35ec833624b5d", - "Addresses": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "AllowedIPs": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "Endpoints": ["77.164.248.136:53978", "10.65.0.27:53978", "172.17.0.1:53978"], + "Key": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "DiscoKey": "discokey:2f7c322de62a2babd63619a807a23202bc3935d85d97d1ea7b93b6e83efe1e59", + "Addresses": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "AllowedIPs": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "Endpoints": ["77.164.248.136:35174", "10.65.0.27:35174", "172.17.0.1:35174"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57674}, - {"Proto": "peerapi6", "Port": 57674} + {"Proto": "peerapi4", "Port": 43933}, + {"Proto": "peerapi6", "Port": 43933} ]}, - "Created": "2026-04-09T01:23:54.573408394Z", + "Created": "2026-04-09T08:30:00.755865942Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 5634881584883806, - "StableID": "njdpuUn31m11CNTRL", + "ID": 1520359706147828, + "StableID": "n72J1kGasC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "DiscoKey": "discokey:eb06d7ec74a48a0d8db773daaa8e701c5bd8cb62c58576b9808843e64f664c36", - "Addresses": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "AllowedIPs": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "Endpoints": ["77.164.248.136:51825", "10.65.0.27:51825", "172.17.0.1:51825"], + "Key": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "DiscoKey": "discokey:0e2307283baafc8b584100f3e4f7777553ce350be4c3ef21ea36d261992cff19", + "Addresses": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "AllowedIPs": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "Endpoints": ["77.164.248.136:43724", "10.65.0.27:43724", "172.17.0.1:43724"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45726}, - {"Proto": "peerapi6", "Port": 45726} + {"Proto": "peerapi4", "Port": 47555}, + {"Proto": "peerapi6", "Port": 47555} ]}, - "Created": "2026-04-09T01:23:58.392052847Z", + "Created": "2026-04-09T08:30:04.509674267Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6467495203910302, - "StableID": "nVLpGf89Ws11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 1756594416608255, + "StableID": "npBQRtkZiE11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "DiscoKey": "discokey:1af49796bc994a27815409eed536514354db0cd3270dc29255f0a90d1f920e1c", - "Addresses": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "AllowedIPs": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "Endpoints": ["77.164.248.136:34214", "10.65.0.27:34214", "172.17.0.1:34214"], + "Key": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "DiscoKey": "discokey:2993cd0817e25f9b39b506a019c9e579f742f469e95ce42cb11644cb32bf453e", + "Addresses": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "AllowedIPs": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "Endpoints": ["77.164.248.136:37921", "10.65.0.27:37921", "172.17.0.1:37921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 43639}, - {"Proto": "peerapi6", "Port": 43639} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62476}, + {"Proto": "peerapi6", "Port": 62476} ]}, - "Created": "2026-04-09T01:23:56.755563959Z", + "Created": "2026-04-09T08:30:05.600802316Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 7624037101960466, - "StableID": "nX1tQYXwX221CNTRL", + "ID": 2636466215151606, + "StableID": "n31AHpV4bM11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "DiscoKey": "discokey:6143ee6156dc6e9ad3dd0f6c6036c3edc9ec778dfe3fa59bf19e46d371d34045", - "Addresses": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "AllowedIPs": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "Endpoints": ["77.164.248.136:57790", "10.65.0.27:57790", "172.17.0.1:57790"], + "Key": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "DiscoKey": "discokey:3988b9f79bd8c47eba31d6f2aec216f64fe515ed3162220aa6a50bdb45d27b12", + "Addresses": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "AllowedIPs": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "Endpoints": ["77.164.248.136:39704", "10.65.0.27:39704", "172.17.0.1:39704"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37135}, - {"Proto": "peerapi6", "Port": 37135} + {"Proto": "peerapi4", "Port": 57817}, + {"Proto": "peerapi6", "Port": 57817} ]}, - "Created": "2026-04-09T01:23:57.284722648Z", + "Created": "2026-04-09T08:30:03.440043557Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7989644934727628, - "StableID": "nH5SdcRXP521CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 4038935407198900, + "StableID": "nHmUF6zEYY11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "DiscoKey": "discokey:d489c46f4e2e9dd95cf81145449c859e5a30741fefee1f091c219434c99d6674", - "Addresses": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "AllowedIPs": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "Endpoints": ["77.164.248.136:37684", "10.65.0.27:37684", "172.17.0.1:37684"], + "Key": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "DiscoKey": "discokey:3f8e878fea0f67c04a307debc81b8d410430b5770671cbf07c13dd8836d1c55e", + "Addresses": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "AllowedIPs": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "Endpoints": ["77.164.248.136:52095", "10.65.0.27:52095", "172.17.0.1:52095"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 53353}, - {"Proto": "peerapi6", "Port": 53353} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 50674}, + {"Proto": "peerapi6", "Port": 50674} ]}, - "Created": "2026-04-09T01:23:58.934658214Z", + "Created": "2026-04-09T08:30:00.221557111Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 8121344318717346, - "StableID": "nma4DkwAR621CNTRL", + "ID": 4278343762936705, + "StableID": "nkkBqUqfQa11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "DiscoKey": "discokey:4d180e65371811648b5e70d263b34a172a720a6bfad0537c2472014a68861567", + "Addresses": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "AllowedIPs": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "Endpoints": ["77.164.248.136:42494", "10.65.0.27:42494", "172.17.0.1:42494"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 36388}, + {"Proto": "peerapi6", "Port": 36388} + ]}, + "Created": "2026-04-09T08:30:01.291568621Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4553841302773712, + "StableID": "nR9h2ygSZc11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "DiscoKey": "discokey:a2632feafdb2ee357468cbb07bbaa821e75753b9f1d528624a20d16fb35d9f71", + "Addresses": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "AllowedIPs": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "Endpoints": ["77.164.248.136:58105", "10.65.0.27:58105", "172.17.0.1:58105"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61241}, + {"Proto": "peerapi6", "Port": 61241} + ]}, + "Created": "2026-04-09T08:30:02.908602666Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6995107072403207, + "StableID": "nSpRNsb6dw11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "DiscoKey": "discokey:d32508816f6d8ff5ba73ea721fabb92dcb7907f6232b5903ff6605b9139a4446", - "Addresses": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "AllowedIPs": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "Endpoints": ["77.164.248.136:35224", "10.65.0.27:35224", "172.17.0.1:35224"], + "Key": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "DiscoKey": "discokey:0480803cd3c1cdfe5186a431cc6b8d7152d32daa6d6064715611fffc504a487b", + "Addresses": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "AllowedIPs": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "Endpoints": ["77.164.248.136:35731", "10.65.0.27:35731", "172.17.0.1:35731"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44953}, - {"Proto": "peerapi6", "Port": 44953} + {"Proto": "peerapi4", "Port": 60210}, + {"Proto": "peerapi6", "Port": 60210} ]}, - "Created": "2026-04-09T01:24:00.007454974Z", + "Created": "2026-04-09T08:30:06.138375049Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 8687827620943826, - "StableID": "nDe6oyVjqA21CNTRL", + "ID": 7361721403950131, + "StableID": "nUDKSQw8Vz11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "DiscoKey": "discokey:481abb5bcc094076ea12b0b57af4190302019d04617f0c0725a717f00960a353", + "Addresses": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "AllowedIPs": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "Endpoints": ["77.164.248.136:58740", "10.65.0.27:58740", "172.17.0.1:58740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 60191}, + {"Proto": "peerapi6", "Port": 60191} + ]}, + "Created": "2026-04-09T08:30:02.365131628Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7952360592110435, + "StableID": "nQypwc2e6521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "KeyExpiry": "2026-10-06T01:24:00Z", - "DiscoKey": "discokey:393472adb5df459d8c73b053d018f2d910c7e3d0b80ec29a6cd72395c93c7f0d", - "Addresses": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "AllowedIPs": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "Endpoints": ["77.164.248.136:36150", "10.65.0.27:36150", "172.17.0.1:36150"], + "Key": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "KeyExpiry": "2026-10-06T08:30:06Z", + "DiscoKey": "discokey:7f1af44fcc9b731b6ec2cef7b8d8c4463b0853e307d74bd4b7c69ce4826be866", + "Addresses": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "AllowedIPs": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "Endpoints": ["77.164.248.136:52432", "10.65.0.27:52432", "172.17.0.1:52432"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33468}, - {"Proto": "peerapi6", "Port": 33468} + {"Proto": "peerapi4", "Port": 36311}, + {"Proto": "peerapi6", "Port": 36311} ]}, - "Created": "2026-04-09T01:24:00.559443237Z", + "Created": "2026-04-09T08:30:06.664440016Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 8897506548606905, - "StableID": "nijzckQhUC21CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 8203506120327250, + "StableID": "nR2TGKCP4721CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "DiscoKey": "discokey:f3831355ea09537a549ae39c9f4afc239a02e2b6e2222b053f6051272083e74f", - "Addresses": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "AllowedIPs": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "Endpoints": ["77.164.248.136:54587", "10.65.0.27:54587", "172.17.0.1:54587"], + "Key": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "DiscoKey": "discokey:37585c0bfb7d9cdd30b9b2664d8460848ccd61e1469f9beeef4a18721685e326", + "Addresses": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "AllowedIPs": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "Endpoints": ["77.164.248.136:54854", "10.65.0.27:54854", "172.17.0.1:54854"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 52928}, - {"Proto": "peerapi6", "Port": 52928} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43890}, + {"Proto": "peerapi6", "Port": 43890} ]}, - "Created": "2026-04-09T01:23:59.472115091Z", + "Created": "2026-04-09T08:30:05.058375669Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8246879753545019, + "StableID": "nky3iiY2Q721CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "DiscoKey": "discokey:eb9067bbd065eeb0c65ae948ed3167f8b9eebaa25a38f8c0d5a74cc6a4606c58", + "Addresses": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "AllowedIPs": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 44725}, + {"Proto": "peerapi6", "Port": 44725} + ]}, + "Created": "2026-04-09T08:30:03.981700713Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8365802801037448, + "StableID": "nsiYBKTtK821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:5936f52c038d7fcf52a5efeb7c3f268bfbbdfa6c48213cce0560713ae69c7d49", + "Addresses": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "AllowedIPs": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "Endpoints": ["77.164.248.136:48108", "10.65.0.27:48108", "172.17.0.1:48108"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 47243}, + {"Proto": "peerapi6", "Port": 47243} + ]}, + "Created": "2026-04-09T08:30:07.202607222Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13759,27 +13777,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8334732370099861": { - "ID": 8334732370099861, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3012455017450396": { + "ID": 3012455017450396, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13810,26 +13830,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7624037101960466, - "StableID": "nX1tQYXwX221CNTRL", + "ID": 2636466215151606, + "StableID": "n31AHpV4bM11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 7624037101960466, - "Key": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "DiscoKey": "discokey:6143ee6156dc6e9ad3dd0f6c6036c3edc9ec778dfe3fa59bf19e46d371d34045", - "Addresses": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "AllowedIPs": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "Endpoints": ["77.164.248.136:57790", "10.65.0.27:57790", "172.17.0.1:57790"], + "User": 2636466215151606, + "Key": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "DiscoKey": "discokey:3988b9f79bd8c47eba31d6f2aec216f64fe515ed3162220aa6a50bdb45d27b12", + "Addresses": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "AllowedIPs": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "Endpoints": ["77.164.248.136:39704", "10.65.0.27:39704", "172.17.0.1:39704"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 37135}, - {"Proto": "peerapi6", "Port": 37135}, + {"Proto": "peerapi4", "Port": 57817}, + {"Proto": "peerapi6", "Port": 57817}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:57.284722648Z", + "Created": "2026-04-09T08:30:03.440043557Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13857,302 +13877,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "MachineKey": "mkey:2342e0c17b0af08f68aa79c5daef0b15ab2c758d2356d69889f380280ecbc079", + "NodeKey": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "MachineKey": "mkey:48167eb5cdf0c00110ed3a4e10d4668b1eb6a4447b86afb3b89472fba61f3558", "Peers": [{ - "ID": 90914243966697, - "StableID": "n4cFRTABi111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:a3540b5220ba4f65bb0cb188c987ebd3763bbfd7d159bbb1c485c961b6d6bf30", - "Addresses": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "AllowedIPs": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "Endpoints": ["77.164.248.136:41523", "10.65.0.27:41523", "172.17.0.1:41523"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43789}, - {"Proto": "peerapi6", "Port": 43789} - ]}, - "Created": "2026-04-09T01:24:01.096616696Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1364599563055622, - "StableID": "nob4YZi2fB11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "DiscoKey": "discokey:09572ed9d1d715c68f0f87523cc34ee4951c5fd3af56aec6d50399120e3f3b18", - "Addresses": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "AllowedIPs": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "Endpoints": ["77.164.248.136:36872", "10.65.0.27:36872", "172.17.0.1:36872"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47043}, - {"Proto": "peerapi6", "Port": 47043} - ]}, - "Created": "2026-04-09T01:23:56.211801899Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1927113359184472, - "StableID": "nHMmT11o3G11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "DiscoKey": "discokey:3431d70c3a5efd6e84e543128078784d813497066aa0325eaf8b91141de4d818", - "Addresses": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "AllowedIPs": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "Endpoints": ["77.164.248.136:32800", "10.65.0.27:32800", "172.17.0.1:32800"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 38550}, - {"Proto": "peerapi6", "Port": 38550} - ]}, - "Created": "2026-04-09T01:23:57.854316097Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3242280579746049, - "StableID": "nNRWAMDSKS11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "DiscoKey": "discokey:c50d38ea2734e75cdc9e3c21e19cfe74b1fe61eaf357a06d73c9a87ebd2b7e39", - "Addresses": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "AllowedIPs": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "Endpoints": ["77.164.248.136:36238", "10.65.0.27:36238", "172.17.0.1:36238"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 47382}, - {"Proto": "peerapi6", "Port": 47382} - ]}, - "Created": "2026-04-09T01:23:54.091235667Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3879445001127542, - "StableID": "n54SDdS1JX11CNTRL", + "ID": 126882514684245, + "StableID": "nUCNLLzTz111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:5a590125a8e456aaa34d4eed3ee95a92b48a894de610132b38efcfa6d6889b75", - "Addresses": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "AllowedIPs": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "Endpoints": ["77.164.248.136:51727", "10.65.0.27:51727", "172.17.0.1:51727"], + "Key": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:aec9db2fc5f52332e453a723fc9121e3983bc38dd05138f5b82ab8ba835cea05", + "Addresses": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "AllowedIPs": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "Endpoints": ["77.164.248.136:50088", "10.65.0.27:50088", "172.17.0.1:50088"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63022}, - {"Proto": "peerapi6", "Port": 63022} + {"Proto": "peerapi4", "Port": 39729}, + {"Proto": "peerapi6", "Port": 39729} ]}, - "Created": "2026-04-09T01:24:01.65915554Z", + "Created": "2026-04-09T08:30:07.748587166Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4128266834626523, - "StableID": "nUoEb2ahEZ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "DiscoKey": "discokey:c7c529d8dfb4cb78abe2f348168a35db9e4f1d5762b452f9e8f5ce5a559bf779", - "Addresses": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "AllowedIPs": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "Endpoints": ["77.164.248.136:49923", "10.65.0.27:49923", "172.17.0.1:49923"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50061}, - {"Proto": "peerapi6", "Port": 50061} - ]}, - "Created": "2026-04-09T01:23:55.120222155Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4149050969918132, - "StableID": "ndbLTwX7QZ11CNTRL", + "ID": 1306330312176678, + "StableID": "nHWQNm5eCB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "DiscoKey": "discokey:0f3fdfb01b9ca2fa95d1e57eaa046d5e90c787fe467eb3ca06b35ec833624b5d", - "Addresses": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "AllowedIPs": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "Endpoints": ["77.164.248.136:53978", "10.65.0.27:53978", "172.17.0.1:53978"], + "Key": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "DiscoKey": "discokey:2f7c322de62a2babd63619a807a23202bc3935d85d97d1ea7b93b6e83efe1e59", + "Addresses": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "AllowedIPs": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "Endpoints": ["77.164.248.136:35174", "10.65.0.27:35174", "172.17.0.1:35174"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57674}, - {"Proto": "peerapi6", "Port": 57674} + {"Proto": "peerapi4", "Port": 43933}, + {"Proto": "peerapi6", "Port": 43933} ]}, - "Created": "2026-04-09T01:23:54.573408394Z", + "Created": "2026-04-09T08:30:00.755865942Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 5634881584883806, - "StableID": "njdpuUn31m11CNTRL", + "ID": 1520359706147828, + "StableID": "n72J1kGasC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "DiscoKey": "discokey:eb06d7ec74a48a0d8db773daaa8e701c5bd8cb62c58576b9808843e64f664c36", - "Addresses": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "AllowedIPs": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "Endpoints": ["77.164.248.136:51825", "10.65.0.27:51825", "172.17.0.1:51825"], + "Key": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "DiscoKey": "discokey:0e2307283baafc8b584100f3e4f7777553ce350be4c3ef21ea36d261992cff19", + "Addresses": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "AllowedIPs": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "Endpoints": ["77.164.248.136:43724", "10.65.0.27:43724", "172.17.0.1:43724"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45726}, - {"Proto": "peerapi6", "Port": 45726} + {"Proto": "peerapi4", "Port": 47555}, + {"Proto": "peerapi6", "Port": 47555} ]}, - "Created": "2026-04-09T01:23:58.392052847Z", + "Created": "2026-04-09T08:30:04.509674267Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6467495203910302, - "StableID": "nVLpGf89Ws11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 1756594416608255, + "StableID": "npBQRtkZiE11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "DiscoKey": "discokey:1af49796bc994a27815409eed536514354db0cd3270dc29255f0a90d1f920e1c", - "Addresses": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "AllowedIPs": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "Endpoints": ["77.164.248.136:34214", "10.65.0.27:34214", "172.17.0.1:34214"], + "Key": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "DiscoKey": "discokey:2993cd0817e25f9b39b506a019c9e579f742f469e95ce42cb11644cb32bf453e", + "Addresses": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "AllowedIPs": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "Endpoints": ["77.164.248.136:37921", "10.65.0.27:37921", "172.17.0.1:37921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 43639}, - {"Proto": "peerapi6", "Port": 43639} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62476}, + {"Proto": "peerapi6", "Port": 62476} ]}, - "Created": "2026-04-09T01:23:56.755563959Z", + "Created": "2026-04-09T08:30:05.600802316Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 7989644934727628, - "StableID": "nH5SdcRXP521CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "DiscoKey": "discokey:d489c46f4e2e9dd95cf81145449c859e5a30741fefee1f091c219434c99d6674", - "Addresses": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "AllowedIPs": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "Endpoints": ["77.164.248.136:37684", "10.65.0.27:37684", "172.17.0.1:37684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 53353}, - {"Proto": "peerapi6", "Port": 53353} - ]}, - "Created": "2026-04-09T01:23:58.934658214Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 8121344318717346, - "StableID": "nma4DkwAR621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "DiscoKey": "discokey:d32508816f6d8ff5ba73ea721fabb92dcb7907f6232b5903ff6605b9139a4446", - "Addresses": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "AllowedIPs": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "Endpoints": ["77.164.248.136:35224", "10.65.0.27:35224", "172.17.0.1:35224"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44953}, - {"Proto": "peerapi6", "Port": 44953} - ]}, - "Created": "2026-04-09T01:24:00.007454974Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 8334732370099861, - "StableID": "n4YYbbHp5821CNTRL", + "ID": 3012455017450396, + "StableID": "njG2Ew5MXQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "DiscoKey": "discokey:a9618a414677444489d48d660e92bf2d0cb144f3a100310e3fd2bfdbd41b0716", - "Addresses": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "AllowedIPs": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "Endpoints": ["77.164.248.136:57743", "10.65.0.27:57743", "172.17.0.1:57743"], + "Key": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "DiscoKey": "discokey:33d7e8b0dbbac99163cef145858477d753998a2705b9e06b949473952c1b1057", + "Addresses": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "AllowedIPs": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "Endpoints": ["77.164.248.136:55632", "10.65.0.27:55632", "172.17.0.1:55632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63154}, - {"Proto": "peerapi6", "Port": 63154} + {"Proto": "peerapi4", "Port": 34337}, + {"Proto": "peerapi6", "Port": 34337} ]}, - "Created": "2026-04-09T01:23:55.72220735Z", + "Created": "2026-04-09T08:30:01.845376669Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8687827620943826, - "StableID": "nDe6oyVjqA21CNTRL", + "ID": 4038935407198900, + "StableID": "nHmUF6zEYY11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "DiscoKey": "discokey:3f8e878fea0f67c04a307debc81b8d410430b5770671cbf07c13dd8836d1c55e", + "Addresses": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "AllowedIPs": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "Endpoints": ["77.164.248.136:52095", "10.65.0.27:52095", "172.17.0.1:52095"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 50674}, + {"Proto": "peerapi6", "Port": 50674} + ]}, + "Created": "2026-04-09T08:30:00.221557111Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4278343762936705, + "StableID": "nkkBqUqfQa11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "DiscoKey": "discokey:4d180e65371811648b5e70d263b34a172a720a6bfad0537c2472014a68861567", + "Addresses": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "AllowedIPs": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "Endpoints": ["77.164.248.136:42494", "10.65.0.27:42494", "172.17.0.1:42494"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 36388}, + {"Proto": "peerapi6", "Port": 36388} + ]}, + "Created": "2026-04-09T08:30:01.291568621Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4553841302773712, + "StableID": "nR9h2ygSZc11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "DiscoKey": "discokey:a2632feafdb2ee357468cbb07bbaa821e75753b9f1d528624a20d16fb35d9f71", + "Addresses": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "AllowedIPs": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "Endpoints": ["77.164.248.136:58105", "10.65.0.27:58105", "172.17.0.1:58105"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61241}, + {"Proto": "peerapi6", "Port": 61241} + ]}, + "Created": "2026-04-09T08:30:02.908602666Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6995107072403207, + "StableID": "nSpRNsb6dw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "DiscoKey": "discokey:0480803cd3c1cdfe5186a431cc6b8d7152d32daa6d6064715611fffc504a487b", + "Addresses": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "AllowedIPs": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "Endpoints": ["77.164.248.136:35731", "10.65.0.27:35731", "172.17.0.1:35731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60210}, + {"Proto": "peerapi6", "Port": 60210} + ]}, + "Created": "2026-04-09T08:30:06.138375049Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7361721403950131, + "StableID": "nUDKSQw8Vz11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "DiscoKey": "discokey:481abb5bcc094076ea12b0b57af4190302019d04617f0c0725a717f00960a353", + "Addresses": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "AllowedIPs": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "Endpoints": ["77.164.248.136:58740", "10.65.0.27:58740", "172.17.0.1:58740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 60191}, + {"Proto": "peerapi6", "Port": 60191} + ]}, + "Created": "2026-04-09T08:30:02.365131628Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7952360592110435, + "StableID": "nQypwc2e6521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "KeyExpiry": "2026-10-06T01:24:00Z", - "DiscoKey": "discokey:393472adb5df459d8c73b053d018f2d910c7e3d0b80ec29a6cd72395c93c7f0d", - "Addresses": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "AllowedIPs": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "Endpoints": ["77.164.248.136:36150", "10.65.0.27:36150", "172.17.0.1:36150"], + "Key": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "KeyExpiry": "2026-10-06T08:30:06Z", + "DiscoKey": "discokey:7f1af44fcc9b731b6ec2cef7b8d8c4463b0853e307d74bd4b7c69ce4826be866", + "Addresses": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "AllowedIPs": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "Endpoints": ["77.164.248.136:52432", "10.65.0.27:52432", "172.17.0.1:52432"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33468}, - {"Proto": "peerapi6", "Port": 33468} + {"Proto": "peerapi4", "Port": 36311}, + {"Proto": "peerapi6", "Port": 36311} ]}, - "Created": "2026-04-09T01:24:00.559443237Z", + "Created": "2026-04-09T08:30:06.664440016Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 8897506548606905, - "StableID": "nijzckQhUC21CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 8203506120327250, + "StableID": "nR2TGKCP4721CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "DiscoKey": "discokey:f3831355ea09537a549ae39c9f4afc239a02e2b6e2222b053f6051272083e74f", - "Addresses": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "AllowedIPs": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "Endpoints": ["77.164.248.136:54587", "10.65.0.27:54587", "172.17.0.1:54587"], + "Key": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "DiscoKey": "discokey:37585c0bfb7d9cdd30b9b2664d8460848ccd61e1469f9beeef4a18721685e326", + "Addresses": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "AllowedIPs": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "Endpoints": ["77.164.248.136:54854", "10.65.0.27:54854", "172.17.0.1:54854"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 52928}, - {"Proto": "peerapi6", "Port": 52928} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43890}, + {"Proto": "peerapi6", "Port": 43890} ]}, - "Created": "2026-04-09T01:23:59.472115091Z", + "Created": "2026-04-09T08:30:05.058375669Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8246879753545019, + "StableID": "nky3iiY2Q721CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "DiscoKey": "discokey:eb9067bbd065eeb0c65ae948ed3167f8b9eebaa25a38f8c0d5a74cc6a4606c58", + "Addresses": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "AllowedIPs": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 44725}, + {"Proto": "peerapi6", "Port": 44725} + ]}, + "Created": "2026-04-09T08:30:03.981700713Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8365802801037448, + "StableID": "nsiYBKTtK821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:5936f52c038d7fcf52a5efeb7c3f268bfbbdfa6c48213cce0560713ae69c7d49", + "Addresses": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "AllowedIPs": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "Endpoints": ["77.164.248.136:48108", "10.65.0.27:48108", "172.17.0.1:48108"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 47243}, + {"Proto": "peerapi6", "Port": 47243} + ]}, + "Created": "2026-04-09T08:30:07.202607222Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15000,27 +15020,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7624037101960466": { - "ID": 7624037101960466, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2636466215151606": { + "ID": 2636466215151606, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15051,26 +15073,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5634881584883806, - "StableID": "njdpuUn31m11CNTRL", + "ID": 1520359706147828, + "StableID": "n72J1kGasC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 5634881584883806, - "Key": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "DiscoKey": "discokey:eb06d7ec74a48a0d8db773daaa8e701c5bd8cb62c58576b9808843e64f664c36", - "Addresses": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "AllowedIPs": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "Endpoints": ["77.164.248.136:51825", "10.65.0.27:51825", "172.17.0.1:51825"], + "User": 1520359706147828, + "Key": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "DiscoKey": "discokey:0e2307283baafc8b584100f3e4f7777553ce350be4c3ef21ea36d261992cff19", + "Addresses": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "AllowedIPs": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "Endpoints": ["77.164.248.136:43724", "10.65.0.27:43724", "172.17.0.1:43724"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 45726}, - {"Proto": "peerapi6", "Port": 45726}, + {"Proto": "peerapi4", "Port": 47555}, + {"Proto": "peerapi6", "Port": 47555}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:23:58.392052847Z", + "Created": "2026-04-09T08:30:04.509674267Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15098,302 +15120,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "MachineKey": "mkey:4ea19556a37dca52cfd2d70d23f92856c9722b512939269ea0d58defead81d16", + "NodeKey": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "MachineKey": "mkey:65f62c1a287afb233150b3c11d8ffddaee60dfa765287ffdad3dacd050948e27", "Peers": [{ - "ID": 90914243966697, - "StableID": "n4cFRTABi111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:a3540b5220ba4f65bb0cb188c987ebd3763bbfd7d159bbb1c485c961b6d6bf30", - "Addresses": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "AllowedIPs": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "Endpoints": ["77.164.248.136:41523", "10.65.0.27:41523", "172.17.0.1:41523"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43789}, - {"Proto": "peerapi6", "Port": 43789} - ]}, - "Created": "2026-04-09T01:24:01.096616696Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1364599563055622, - "StableID": "nob4YZi2fB11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "DiscoKey": "discokey:09572ed9d1d715c68f0f87523cc34ee4951c5fd3af56aec6d50399120e3f3b18", - "Addresses": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "AllowedIPs": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "Endpoints": ["77.164.248.136:36872", "10.65.0.27:36872", "172.17.0.1:36872"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47043}, - {"Proto": "peerapi6", "Port": 47043} - ]}, - "Created": "2026-04-09T01:23:56.211801899Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1927113359184472, - "StableID": "nHMmT11o3G11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "DiscoKey": "discokey:3431d70c3a5efd6e84e543128078784d813497066aa0325eaf8b91141de4d818", - "Addresses": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "AllowedIPs": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "Endpoints": ["77.164.248.136:32800", "10.65.0.27:32800", "172.17.0.1:32800"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 38550}, - {"Proto": "peerapi6", "Port": 38550} - ]}, - "Created": "2026-04-09T01:23:57.854316097Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3242280579746049, - "StableID": "nNRWAMDSKS11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "DiscoKey": "discokey:c50d38ea2734e75cdc9e3c21e19cfe74b1fe61eaf357a06d73c9a87ebd2b7e39", - "Addresses": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "AllowedIPs": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "Endpoints": ["77.164.248.136:36238", "10.65.0.27:36238", "172.17.0.1:36238"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 47382}, - {"Proto": "peerapi6", "Port": 47382} - ]}, - "Created": "2026-04-09T01:23:54.091235667Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3879445001127542, - "StableID": "n54SDdS1JX11CNTRL", + "ID": 126882514684245, + "StableID": "nUCNLLzTz111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:5a590125a8e456aaa34d4eed3ee95a92b48a894de610132b38efcfa6d6889b75", - "Addresses": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "AllowedIPs": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "Endpoints": ["77.164.248.136:51727", "10.65.0.27:51727", "172.17.0.1:51727"], + "Key": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:aec9db2fc5f52332e453a723fc9121e3983bc38dd05138f5b82ab8ba835cea05", + "Addresses": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "AllowedIPs": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "Endpoints": ["77.164.248.136:50088", "10.65.0.27:50088", "172.17.0.1:50088"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63022}, - {"Proto": "peerapi6", "Port": 63022} + {"Proto": "peerapi4", "Port": 39729}, + {"Proto": "peerapi6", "Port": 39729} ]}, - "Created": "2026-04-09T01:24:01.65915554Z", + "Created": "2026-04-09T08:30:07.748587166Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4128266834626523, - "StableID": "nUoEb2ahEZ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "DiscoKey": "discokey:c7c529d8dfb4cb78abe2f348168a35db9e4f1d5762b452f9e8f5ce5a559bf779", - "Addresses": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "AllowedIPs": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "Endpoints": ["77.164.248.136:49923", "10.65.0.27:49923", "172.17.0.1:49923"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50061}, - {"Proto": "peerapi6", "Port": 50061} - ]}, - "Created": "2026-04-09T01:23:55.120222155Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4149050969918132, - "StableID": "ndbLTwX7QZ11CNTRL", + "ID": 1306330312176678, + "StableID": "nHWQNm5eCB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "DiscoKey": "discokey:0f3fdfb01b9ca2fa95d1e57eaa046d5e90c787fe467eb3ca06b35ec833624b5d", - "Addresses": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "AllowedIPs": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "Endpoints": ["77.164.248.136:53978", "10.65.0.27:53978", "172.17.0.1:53978"], + "Key": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "DiscoKey": "discokey:2f7c322de62a2babd63619a807a23202bc3935d85d97d1ea7b93b6e83efe1e59", + "Addresses": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "AllowedIPs": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "Endpoints": ["77.164.248.136:35174", "10.65.0.27:35174", "172.17.0.1:35174"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57674}, - {"Proto": "peerapi6", "Port": 57674} + {"Proto": "peerapi4", "Port": 43933}, + {"Proto": "peerapi6", "Port": 43933} ]}, - "Created": "2026-04-09T01:23:54.573408394Z", + "Created": "2026-04-09T08:30:00.755865942Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6467495203910302, - "StableID": "nVLpGf89Ws11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 1756594416608255, + "StableID": "npBQRtkZiE11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "DiscoKey": "discokey:1af49796bc994a27815409eed536514354db0cd3270dc29255f0a90d1f920e1c", - "Addresses": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "AllowedIPs": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "Endpoints": ["77.164.248.136:34214", "10.65.0.27:34214", "172.17.0.1:34214"], + "Key": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "DiscoKey": "discokey:2993cd0817e25f9b39b506a019c9e579f742f469e95ce42cb11644cb32bf453e", + "Addresses": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "AllowedIPs": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "Endpoints": ["77.164.248.136:37921", "10.65.0.27:37921", "172.17.0.1:37921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 43639}, - {"Proto": "peerapi6", "Port": 43639} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62476}, + {"Proto": "peerapi6", "Port": 62476} ]}, - "Created": "2026-04-09T01:23:56.755563959Z", + "Created": "2026-04-09T08:30:05.600802316Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 7624037101960466, - "StableID": "nX1tQYXwX221CNTRL", + "ID": 2636466215151606, + "StableID": "n31AHpV4bM11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "DiscoKey": "discokey:6143ee6156dc6e9ad3dd0f6c6036c3edc9ec778dfe3fa59bf19e46d371d34045", - "Addresses": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "AllowedIPs": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "Endpoints": ["77.164.248.136:57790", "10.65.0.27:57790", "172.17.0.1:57790"], + "Key": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "DiscoKey": "discokey:3988b9f79bd8c47eba31d6f2aec216f64fe515ed3162220aa6a50bdb45d27b12", + "Addresses": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "AllowedIPs": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "Endpoints": ["77.164.248.136:39704", "10.65.0.27:39704", "172.17.0.1:39704"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37135}, - {"Proto": "peerapi6", "Port": 37135} + {"Proto": "peerapi4", "Port": 57817}, + {"Proto": "peerapi6", "Port": 57817} ]}, - "Created": "2026-04-09T01:23:57.284722648Z", + "Created": "2026-04-09T08:30:03.440043557Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7989644934727628, - "StableID": "nH5SdcRXP521CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "DiscoKey": "discokey:d489c46f4e2e9dd95cf81145449c859e5a30741fefee1f091c219434c99d6674", - "Addresses": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "AllowedIPs": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "Endpoints": ["77.164.248.136:37684", "10.65.0.27:37684", "172.17.0.1:37684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 53353}, - {"Proto": "peerapi6", "Port": 53353} - ]}, - "Created": "2026-04-09T01:23:58.934658214Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 8121344318717346, - "StableID": "nma4DkwAR621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "DiscoKey": "discokey:d32508816f6d8ff5ba73ea721fabb92dcb7907f6232b5903ff6605b9139a4446", - "Addresses": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "AllowedIPs": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "Endpoints": ["77.164.248.136:35224", "10.65.0.27:35224", "172.17.0.1:35224"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44953}, - {"Proto": "peerapi6", "Port": 44953} - ]}, - "Created": "2026-04-09T01:24:00.007454974Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 8334732370099861, - "StableID": "n4YYbbHp5821CNTRL", + "ID": 3012455017450396, + "StableID": "njG2Ew5MXQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "DiscoKey": "discokey:a9618a414677444489d48d660e92bf2d0cb144f3a100310e3fd2bfdbd41b0716", - "Addresses": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "AllowedIPs": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "Endpoints": ["77.164.248.136:57743", "10.65.0.27:57743", "172.17.0.1:57743"], + "Key": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "DiscoKey": "discokey:33d7e8b0dbbac99163cef145858477d753998a2705b9e06b949473952c1b1057", + "Addresses": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "AllowedIPs": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "Endpoints": ["77.164.248.136:55632", "10.65.0.27:55632", "172.17.0.1:55632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63154}, - {"Proto": "peerapi6", "Port": 63154} + {"Proto": "peerapi4", "Port": 34337}, + {"Proto": "peerapi6", "Port": 34337} ]}, - "Created": "2026-04-09T01:23:55.72220735Z", + "Created": "2026-04-09T08:30:01.845376669Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8687827620943826, - "StableID": "nDe6oyVjqA21CNTRL", + "ID": 4038935407198900, + "StableID": "nHmUF6zEYY11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "DiscoKey": "discokey:3f8e878fea0f67c04a307debc81b8d410430b5770671cbf07c13dd8836d1c55e", + "Addresses": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "AllowedIPs": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "Endpoints": ["77.164.248.136:52095", "10.65.0.27:52095", "172.17.0.1:52095"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 50674}, + {"Proto": "peerapi6", "Port": 50674} + ]}, + "Created": "2026-04-09T08:30:00.221557111Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4278343762936705, + "StableID": "nkkBqUqfQa11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "DiscoKey": "discokey:4d180e65371811648b5e70d263b34a172a720a6bfad0537c2472014a68861567", + "Addresses": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "AllowedIPs": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "Endpoints": ["77.164.248.136:42494", "10.65.0.27:42494", "172.17.0.1:42494"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 36388}, + {"Proto": "peerapi6", "Port": 36388} + ]}, + "Created": "2026-04-09T08:30:01.291568621Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4553841302773712, + "StableID": "nR9h2ygSZc11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "DiscoKey": "discokey:a2632feafdb2ee357468cbb07bbaa821e75753b9f1d528624a20d16fb35d9f71", + "Addresses": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "AllowedIPs": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "Endpoints": ["77.164.248.136:58105", "10.65.0.27:58105", "172.17.0.1:58105"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61241}, + {"Proto": "peerapi6", "Port": 61241} + ]}, + "Created": "2026-04-09T08:30:02.908602666Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6995107072403207, + "StableID": "nSpRNsb6dw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "DiscoKey": "discokey:0480803cd3c1cdfe5186a431cc6b8d7152d32daa6d6064715611fffc504a487b", + "Addresses": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "AllowedIPs": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "Endpoints": ["77.164.248.136:35731", "10.65.0.27:35731", "172.17.0.1:35731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60210}, + {"Proto": "peerapi6", "Port": 60210} + ]}, + "Created": "2026-04-09T08:30:06.138375049Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7361721403950131, + "StableID": "nUDKSQw8Vz11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "DiscoKey": "discokey:481abb5bcc094076ea12b0b57af4190302019d04617f0c0725a717f00960a353", + "Addresses": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "AllowedIPs": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "Endpoints": ["77.164.248.136:58740", "10.65.0.27:58740", "172.17.0.1:58740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 60191}, + {"Proto": "peerapi6", "Port": 60191} + ]}, + "Created": "2026-04-09T08:30:02.365131628Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7952360592110435, + "StableID": "nQypwc2e6521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "KeyExpiry": "2026-10-06T01:24:00Z", - "DiscoKey": "discokey:393472adb5df459d8c73b053d018f2d910c7e3d0b80ec29a6cd72395c93c7f0d", - "Addresses": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "AllowedIPs": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "Endpoints": ["77.164.248.136:36150", "10.65.0.27:36150", "172.17.0.1:36150"], + "Key": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "KeyExpiry": "2026-10-06T08:30:06Z", + "DiscoKey": "discokey:7f1af44fcc9b731b6ec2cef7b8d8c4463b0853e307d74bd4b7c69ce4826be866", + "Addresses": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "AllowedIPs": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "Endpoints": ["77.164.248.136:52432", "10.65.0.27:52432", "172.17.0.1:52432"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33468}, - {"Proto": "peerapi6", "Port": 33468} + {"Proto": "peerapi4", "Port": 36311}, + {"Proto": "peerapi6", "Port": 36311} ]}, - "Created": "2026-04-09T01:24:00.559443237Z", + "Created": "2026-04-09T08:30:06.664440016Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 8897506548606905, - "StableID": "nijzckQhUC21CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 8203506120327250, + "StableID": "nR2TGKCP4721CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "DiscoKey": "discokey:f3831355ea09537a549ae39c9f4afc239a02e2b6e2222b053f6051272083e74f", - "Addresses": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "AllowedIPs": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "Endpoints": ["77.164.248.136:54587", "10.65.0.27:54587", "172.17.0.1:54587"], + "Key": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "DiscoKey": "discokey:37585c0bfb7d9cdd30b9b2664d8460848ccd61e1469f9beeef4a18721685e326", + "Addresses": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "AllowedIPs": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "Endpoints": ["77.164.248.136:54854", "10.65.0.27:54854", "172.17.0.1:54854"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 52928}, - {"Proto": "peerapi6", "Port": 52928} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43890}, + {"Proto": "peerapi6", "Port": 43890} ]}, - "Created": "2026-04-09T01:23:59.472115091Z", + "Created": "2026-04-09T08:30:05.058375669Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8246879753545019, + "StableID": "nky3iiY2Q721CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "DiscoKey": "discokey:eb9067bbd065eeb0c65ae948ed3167f8b9eebaa25a38f8c0d5a74cc6a4606c58", + "Addresses": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "AllowedIPs": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 44725}, + {"Proto": "peerapi6", "Port": 44725} + ]}, + "Created": "2026-04-09T08:30:03.981700713Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8365802801037448, + "StableID": "nsiYBKTtK821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:5936f52c038d7fcf52a5efeb7c3f268bfbbdfa6c48213cce0560713ae69c7d49", + "Addresses": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "AllowedIPs": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "Endpoints": ["77.164.248.136:48108", "10.65.0.27:48108", "172.17.0.1:48108"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 47243}, + {"Proto": "peerapi6", "Port": 47243} + ]}, + "Created": "2026-04-09T08:30:07.202607222Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16241,27 +16263,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5634881584883806": { - "ID": 5634881584883806, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1520359706147828": { + "ID": 1520359706147828, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16292,22 +16316,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 90914243966697, - "StableID": "n4cFRTABi111CNTRL", + "ID": 8365802801037448, + "StableID": "nsiYBKTtK821CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:a3540b5220ba4f65bb0cb188c987ebd3763bbfd7d159bbb1c485c961b6d6bf30", - "Addresses": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "AllowedIPs": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "Endpoints": ["77.164.248.136:41523", "10.65.0.27:41523", "172.17.0.1:41523"], + "Key": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:5936f52c038d7fcf52a5efeb7c3f268bfbbdfa6c48213cce0560713ae69c7d49", + "Addresses": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "AllowedIPs": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "Endpoints": ["77.164.248.136:48108", "10.65.0.27:48108", "172.17.0.1:48108"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43789}, - {"Proto": "peerapi6", "Port": 43789}, + {"Proto": "peerapi4", "Port": 47243}, + {"Proto": "peerapi6", "Port": 47243}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:01.096616696Z", + "Created": "2026-04-09T08:30:07.202607222Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16334,300 +16358,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "MachineKey": "mkey:b3a031161c6ca904057bb8f4cb35577a1b164282ab486440b9896f0c897d5115", + "NodeKey": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "MachineKey": "mkey:3927782fd1c0f75d9c4ee6fa9bb2bb1f11e347cd329cb5b0830b8c43f4629362", "Peers": [{ - "ID": 1364599563055622, - "StableID": "nob4YZi2fB11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "DiscoKey": "discokey:09572ed9d1d715c68f0f87523cc34ee4951c5fd3af56aec6d50399120e3f3b18", - "Addresses": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "AllowedIPs": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "Endpoints": ["77.164.248.136:36872", "10.65.0.27:36872", "172.17.0.1:36872"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47043}, - {"Proto": "peerapi6", "Port": 47043} - ]}, - "Created": "2026-04-09T01:23:56.211801899Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1927113359184472, - "StableID": "nHMmT11o3G11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "DiscoKey": "discokey:3431d70c3a5efd6e84e543128078784d813497066aa0325eaf8b91141de4d818", - "Addresses": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "AllowedIPs": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "Endpoints": ["77.164.248.136:32800", "10.65.0.27:32800", "172.17.0.1:32800"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 38550}, - {"Proto": "peerapi6", "Port": 38550} - ]}, - "Created": "2026-04-09T01:23:57.854316097Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3242280579746049, - "StableID": "nNRWAMDSKS11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "DiscoKey": "discokey:c50d38ea2734e75cdc9e3c21e19cfe74b1fe61eaf357a06d73c9a87ebd2b7e39", - "Addresses": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "AllowedIPs": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "Endpoints": ["77.164.248.136:36238", "10.65.0.27:36238", "172.17.0.1:36238"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 47382}, - {"Proto": "peerapi6", "Port": 47382} - ]}, - "Created": "2026-04-09T01:23:54.091235667Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3879445001127542, - "StableID": "n54SDdS1JX11CNTRL", + "ID": 126882514684245, + "StableID": "nUCNLLzTz111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:5a590125a8e456aaa34d4eed3ee95a92b48a894de610132b38efcfa6d6889b75", - "Addresses": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "AllowedIPs": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], + "Key": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:aec9db2fc5f52332e453a723fc9121e3983bc38dd05138f5b82ab8ba835cea05", + "Addresses": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "AllowedIPs": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63022}, - {"Proto": "peerapi6", "Port": 63022} + {"Proto": "peerapi4", "Port": 39729}, + {"Proto": "peerapi6", "Port": 39729} ]}, - "Created": "2026-04-09T01:24:01.65915554Z", + "Created": "2026-04-09T08:30:07.748587166Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4128266834626523, - "StableID": "nUoEb2ahEZ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "DiscoKey": "discokey:c7c529d8dfb4cb78abe2f348168a35db9e4f1d5762b452f9e8f5ce5a559bf779", - "Addresses": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "AllowedIPs": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "Endpoints": ["77.164.248.136:49923", "10.65.0.27:49923", "172.17.0.1:49923"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50061}, - {"Proto": "peerapi6", "Port": 50061} - ]}, - "Created": "2026-04-09T01:23:55.120222155Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4149050969918132, - "StableID": "ndbLTwX7QZ11CNTRL", + "ID": 1306330312176678, + "StableID": "nHWQNm5eCB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "DiscoKey": "discokey:0f3fdfb01b9ca2fa95d1e57eaa046d5e90c787fe467eb3ca06b35ec833624b5d", - "Addresses": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "AllowedIPs": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "Endpoints": ["77.164.248.136:53978", "10.65.0.27:53978", "172.17.0.1:53978"], + "Key": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "DiscoKey": "discokey:2f7c322de62a2babd63619a807a23202bc3935d85d97d1ea7b93b6e83efe1e59", + "Addresses": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "AllowedIPs": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "Endpoints": ["77.164.248.136:35174", "10.65.0.27:35174", "172.17.0.1:35174"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57674}, - {"Proto": "peerapi6", "Port": 57674} + {"Proto": "peerapi4", "Port": 43933}, + {"Proto": "peerapi6", "Port": 43933} ]}, - "Created": "2026-04-09T01:23:54.573408394Z", + "Created": "2026-04-09T08:30:00.755865942Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 5634881584883806, - "StableID": "njdpuUn31m11CNTRL", + "ID": 1520359706147828, + "StableID": "n72J1kGasC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "DiscoKey": "discokey:eb06d7ec74a48a0d8db773daaa8e701c5bd8cb62c58576b9808843e64f664c36", - "Addresses": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "AllowedIPs": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "Endpoints": ["77.164.248.136:51825", "10.65.0.27:51825", "172.17.0.1:51825"], + "Key": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "DiscoKey": "discokey:0e2307283baafc8b584100f3e4f7777553ce350be4c3ef21ea36d261992cff19", + "Addresses": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "AllowedIPs": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "Endpoints": ["77.164.248.136:43724", "10.65.0.27:43724", "172.17.0.1:43724"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45726}, - {"Proto": "peerapi6", "Port": 45726} + {"Proto": "peerapi4", "Port": 47555}, + {"Proto": "peerapi6", "Port": 47555} ]}, - "Created": "2026-04-09T01:23:58.392052847Z", + "Created": "2026-04-09T08:30:04.509674267Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6467495203910302, - "StableID": "nVLpGf89Ws11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 1756594416608255, + "StableID": "npBQRtkZiE11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "DiscoKey": "discokey:1af49796bc994a27815409eed536514354db0cd3270dc29255f0a90d1f920e1c", - "Addresses": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "AllowedIPs": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "Endpoints": ["77.164.248.136:34214", "10.65.0.27:34214", "172.17.0.1:34214"], + "Key": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "DiscoKey": "discokey:2993cd0817e25f9b39b506a019c9e579f742f469e95ce42cb11644cb32bf453e", + "Addresses": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "AllowedIPs": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "Endpoints": ["77.164.248.136:37921", "10.65.0.27:37921", "172.17.0.1:37921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 43639}, - {"Proto": "peerapi6", "Port": 43639} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62476}, + {"Proto": "peerapi6", "Port": 62476} ]}, - "Created": "2026-04-09T01:23:56.755563959Z", + "Created": "2026-04-09T08:30:05.600802316Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 7624037101960466, - "StableID": "nX1tQYXwX221CNTRL", + "ID": 2636466215151606, + "StableID": "n31AHpV4bM11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "DiscoKey": "discokey:6143ee6156dc6e9ad3dd0f6c6036c3edc9ec778dfe3fa59bf19e46d371d34045", - "Addresses": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "AllowedIPs": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "Endpoints": ["77.164.248.136:57790", "10.65.0.27:57790", "172.17.0.1:57790"], + "Key": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "DiscoKey": "discokey:3988b9f79bd8c47eba31d6f2aec216f64fe515ed3162220aa6a50bdb45d27b12", + "Addresses": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "AllowedIPs": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "Endpoints": ["77.164.248.136:39704", "10.65.0.27:39704", "172.17.0.1:39704"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37135}, - {"Proto": "peerapi6", "Port": 37135} + {"Proto": "peerapi4", "Port": 57817}, + {"Proto": "peerapi6", "Port": 57817} ]}, - "Created": "2026-04-09T01:23:57.284722648Z", + "Created": "2026-04-09T08:30:03.440043557Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7989644934727628, - "StableID": "nH5SdcRXP521CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "DiscoKey": "discokey:d489c46f4e2e9dd95cf81145449c859e5a30741fefee1f091c219434c99d6674", - "Addresses": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "AllowedIPs": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "Endpoints": ["77.164.248.136:37684", "10.65.0.27:37684", "172.17.0.1:37684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 53353}, - {"Proto": "peerapi6", "Port": 53353} - ]}, - "Created": "2026-04-09T01:23:58.934658214Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 8121344318717346, - "StableID": "nma4DkwAR621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "DiscoKey": "discokey:d32508816f6d8ff5ba73ea721fabb92dcb7907f6232b5903ff6605b9139a4446", - "Addresses": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "AllowedIPs": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "Endpoints": ["77.164.248.136:35224", "10.65.0.27:35224", "172.17.0.1:35224"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44953}, - {"Proto": "peerapi6", "Port": 44953} - ]}, - "Created": "2026-04-09T01:24:00.007454974Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 8334732370099861, - "StableID": "n4YYbbHp5821CNTRL", + "ID": 3012455017450396, + "StableID": "njG2Ew5MXQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "DiscoKey": "discokey:a9618a414677444489d48d660e92bf2d0cb144f3a100310e3fd2bfdbd41b0716", - "Addresses": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "AllowedIPs": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "Endpoints": ["77.164.248.136:57743", "10.65.0.27:57743", "172.17.0.1:57743"], + "Key": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "DiscoKey": "discokey:33d7e8b0dbbac99163cef145858477d753998a2705b9e06b949473952c1b1057", + "Addresses": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "AllowedIPs": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "Endpoints": ["77.164.248.136:55632", "10.65.0.27:55632", "172.17.0.1:55632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63154}, - {"Proto": "peerapi6", "Port": 63154} + {"Proto": "peerapi4", "Port": 34337}, + {"Proto": "peerapi6", "Port": 34337} ]}, - "Created": "2026-04-09T01:23:55.72220735Z", + "Created": "2026-04-09T08:30:01.845376669Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8687827620943826, - "StableID": "nDe6oyVjqA21CNTRL", + "ID": 4038935407198900, + "StableID": "nHmUF6zEYY11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "DiscoKey": "discokey:3f8e878fea0f67c04a307debc81b8d410430b5770671cbf07c13dd8836d1c55e", + "Addresses": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "AllowedIPs": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "Endpoints": ["77.164.248.136:52095", "10.65.0.27:52095", "172.17.0.1:52095"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 50674}, + {"Proto": "peerapi6", "Port": 50674} + ]}, + "Created": "2026-04-09T08:30:00.221557111Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4278343762936705, + "StableID": "nkkBqUqfQa11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "DiscoKey": "discokey:4d180e65371811648b5e70d263b34a172a720a6bfad0537c2472014a68861567", + "Addresses": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "AllowedIPs": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "Endpoints": ["77.164.248.136:42494", "10.65.0.27:42494", "172.17.0.1:42494"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 36388}, + {"Proto": "peerapi6", "Port": 36388} + ]}, + "Created": "2026-04-09T08:30:01.291568621Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4553841302773712, + "StableID": "nR9h2ygSZc11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "DiscoKey": "discokey:a2632feafdb2ee357468cbb07bbaa821e75753b9f1d528624a20d16fb35d9f71", + "Addresses": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "AllowedIPs": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "Endpoints": ["77.164.248.136:58105", "10.65.0.27:58105", "172.17.0.1:58105"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61241}, + {"Proto": "peerapi6", "Port": 61241} + ]}, + "Created": "2026-04-09T08:30:02.908602666Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6995107072403207, + "StableID": "nSpRNsb6dw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "DiscoKey": "discokey:0480803cd3c1cdfe5186a431cc6b8d7152d32daa6d6064715611fffc504a487b", + "Addresses": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "AllowedIPs": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "Endpoints": ["77.164.248.136:35731", "10.65.0.27:35731", "172.17.0.1:35731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60210}, + {"Proto": "peerapi6", "Port": 60210} + ]}, + "Created": "2026-04-09T08:30:06.138375049Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7361721403950131, + "StableID": "nUDKSQw8Vz11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "DiscoKey": "discokey:481abb5bcc094076ea12b0b57af4190302019d04617f0c0725a717f00960a353", + "Addresses": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "AllowedIPs": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "Endpoints": ["77.164.248.136:58740", "10.65.0.27:58740", "172.17.0.1:58740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 60191}, + {"Proto": "peerapi6", "Port": 60191} + ]}, + "Created": "2026-04-09T08:30:02.365131628Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7952360592110435, + "StableID": "nQypwc2e6521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "KeyExpiry": "2026-10-06T01:24:00Z", - "DiscoKey": "discokey:393472adb5df459d8c73b053d018f2d910c7e3d0b80ec29a6cd72395c93c7f0d", - "Addresses": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "AllowedIPs": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "Endpoints": ["77.164.248.136:36150", "10.65.0.27:36150", "172.17.0.1:36150"], + "Key": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "KeyExpiry": "2026-10-06T08:30:06Z", + "DiscoKey": "discokey:7f1af44fcc9b731b6ec2cef7b8d8c4463b0853e307d74bd4b7c69ce4826be866", + "Addresses": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "AllowedIPs": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "Endpoints": ["77.164.248.136:52432", "10.65.0.27:52432", "172.17.0.1:52432"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33468}, - {"Proto": "peerapi6", "Port": 33468} + {"Proto": "peerapi4", "Port": 36311}, + {"Proto": "peerapi6", "Port": 36311} ]}, - "Created": "2026-04-09T01:24:00.559443237Z", + "Created": "2026-04-09T08:30:06.664440016Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 8897506548606905, - "StableID": "nijzckQhUC21CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 8203506120327250, + "StableID": "nR2TGKCP4721CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "DiscoKey": "discokey:f3831355ea09537a549ae39c9f4afc239a02e2b6e2222b053f6051272083e74f", - "Addresses": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "AllowedIPs": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "Endpoints": ["77.164.248.136:54587", "10.65.0.27:54587", "172.17.0.1:54587"], + "Key": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "DiscoKey": "discokey:37585c0bfb7d9cdd30b9b2664d8460848ccd61e1469f9beeef4a18721685e326", + "Addresses": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "AllowedIPs": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "Endpoints": ["77.164.248.136:54854", "10.65.0.27:54854", "172.17.0.1:54854"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 52928}, - {"Proto": "peerapi6", "Port": 52928} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43890}, + {"Proto": "peerapi6", "Port": 43890} ]}, - "Created": "2026-04-09T01:23:59.472115091Z", + "Created": "2026-04-09T08:30:05.058375669Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8246879753545019, + "StableID": "nky3iiY2Q721CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "DiscoKey": "discokey:eb9067bbd065eeb0c65ae948ed3167f8b9eebaa25a38f8c0d5a74cc6a4606c58", + "Addresses": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "AllowedIPs": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 44725}, + {"Proto": "peerapi6", "Port": 44725} + ]}, + "Created": "2026-04-09T08:30:03.981700713Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17475,23 +17499,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17522,21 +17547,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7989644934727628, - "StableID": "nH5SdcRXP521CNTRL", + "ID": 8203506120327250, + "StableID": "nR2TGKCP4721CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 7989644934727628, - "Key": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "DiscoKey": "discokey:d489c46f4e2e9dd95cf81145449c859e5a30741fefee1f091c219434c99d6674", - "Addresses": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "AllowedIPs": ["100.124.166.128/32", "fd7a:115c:a1e0::5237:a680/128"], - "Endpoints": ["77.164.248.136:37684", "10.65.0.27:37684", "172.17.0.1:37684"], + "User": 8203506120327250, + "Key": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "DiscoKey": "discokey:37585c0bfb7d9cdd30b9b2664d8460848ccd61e1469f9beeef4a18721685e326", + "Addresses": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "AllowedIPs": ["100.83.93.64/32", "fd7a:115c:a1e0::4f37:5d40/128"], + "Endpoints": ["77.164.248.136:54854", "10.65.0.27:54854", "172.17.0.1:54854"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 53353}, - {"Proto": "peerapi6", "Port": 53353}, + {"Proto": "peerapi4", "Port": 43890}, + {"Proto": "peerapi6", "Port": 43890}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:23:58.934658214Z", + "Created": "2026-04-09T08:30:05.058375669Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17564,300 +17589,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:53de590482efd516258e5e8a7fb1e1fe470d79ae78e7b572dc308cab523ca67f", - "MachineKey": "mkey:911200e134ca558a4fb12c26ca263b1fcc7f842a5d1ca17f1714fce357641c03", + "NodeKey": "nodekey:15e145338aac681d51d7d0a97d78aab66cf704c8b749ad185090d1354f535d3f", + "MachineKey": "mkey:4c5d91a0057b48952a4a1fc690e5219d7837e9679287631a69bd941d6b63fa22", "Peers": [{ - "ID": 90914243966697, - "StableID": "n4cFRTABi111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:d1db72cb39171bff767c7c7d70615b10782288b9cb36e81977bad8c6f28dd44d", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:a3540b5220ba4f65bb0cb188c987ebd3763bbfd7d159bbb1c485c961b6d6bf30", - "Addresses": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "AllowedIPs": ["100.77.212.78/32", "fd7a:115c:a1e0::f237:d44e/128"], - "Endpoints": ["77.164.248.136:41523", "10.65.0.27:41523", "172.17.0.1:41523"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43789}, - {"Proto": "peerapi6", "Port": 43789} - ]}, - "Created": "2026-04-09T01:24:01.096616696Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1364599563055622, - "StableID": "nob4YZi2fB11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4c7e7ec9d3025e44eddae688064dfc01acec1c7ab5301640960ab68d0249d19", - "DiscoKey": "discokey:09572ed9d1d715c68f0f87523cc34ee4951c5fd3af56aec6d50399120e3f3b18", - "Addresses": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "AllowedIPs": ["100.100.157.26/32", "fd7a:115c:a1e0::d037:9d1a/128"], - "Endpoints": ["77.164.248.136:36872", "10.65.0.27:36872", "172.17.0.1:36872"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47043}, - {"Proto": "peerapi6", "Port": 47043} - ]}, - "Created": "2026-04-09T01:23:56.211801899Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1927113359184472, - "StableID": "nHMmT11o3G11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28470d93d69e84835554ed6257c9b4451b5bfd59b09ea3c68ab66a6e2d78ac43", - "DiscoKey": "discokey:3431d70c3a5efd6e84e543128078784d813497066aa0325eaf8b91141de4d818", - "Addresses": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "AllowedIPs": ["100.120.172.68/32", "fd7a:115c:a1e0::2d37:ac44/128"], - "Endpoints": ["77.164.248.136:32800", "10.65.0.27:32800", "172.17.0.1:32800"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 38550}, - {"Proto": "peerapi6", "Port": 38550} - ]}, - "Created": "2026-04-09T01:23:57.854316097Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3242280579746049, - "StableID": "nNRWAMDSKS11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5353d01b696e649505e5c6abe2f15d215fef64d86b7c9bc71385a8c897c2a540", - "DiscoKey": "discokey:c50d38ea2734e75cdc9e3c21e19cfe74b1fe61eaf357a06d73c9a87ebd2b7e39", - "Addresses": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "AllowedIPs": ["100.66.165.65/32", "fd7a:115c:a1e0::9737:a541/128"], - "Endpoints": ["77.164.248.136:36238", "10.65.0.27:36238", "172.17.0.1:36238"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 47382}, - {"Proto": "peerapi6", "Port": 47382} - ]}, - "Created": "2026-04-09T01:23:54.091235667Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3879445001127542, - "StableID": "n54SDdS1JX11CNTRL", + "ID": 126882514684245, + "StableID": "nUCNLLzTz111CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:db372fb665deccfeaa983a62ff42f46cd7c1913a31855f36ac56bbbe2ab40c41", - "KeyExpiry": "2026-10-06T01:24:01Z", - "DiscoKey": "discokey:5a590125a8e456aaa34d4eed3ee95a92b48a894de610132b38efcfa6d6889b75", - "Addresses": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], - "AllowedIPs": ["100.116.12.66/32", "fd7a:115c:a1e0::2a37:c42/128"], + "Key": "nodekey:f142ecda2dffcafc34abefd4758123ab394a526ca2fb5aff2db3e095736c716a", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:aec9db2fc5f52332e453a723fc9121e3983bc38dd05138f5b82ab8ba835cea05", + "Addresses": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], + "AllowedIPs": ["100.108.113.107/32", "fd7a:115c:a1e0::7337:716b/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63022}, - {"Proto": "peerapi6", "Port": 63022} + {"Proto": "peerapi4", "Port": 39729}, + {"Proto": "peerapi6", "Port": 39729} ]}, - "Created": "2026-04-09T01:24:01.65915554Z", + "Created": "2026-04-09T08:30:07.748587166Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4128266834626523, - "StableID": "nUoEb2ahEZ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a1a210c611954528fc9fdbebdf3e47204cbe3fd293622635426092e06c03f1d", - "DiscoKey": "discokey:c7c529d8dfb4cb78abe2f348168a35db9e4f1d5762b452f9e8f5ce5a559bf779", - "Addresses": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "AllowedIPs": ["100.64.63.30/32", "fd7a:115c:a1e0::637:3f1e/128"], - "Endpoints": ["77.164.248.136:49923", "10.65.0.27:49923", "172.17.0.1:49923"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50061}, - {"Proto": "peerapi6", "Port": 50061} - ]}, - "Created": "2026-04-09T01:23:55.120222155Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4149050969918132, - "StableID": "ndbLTwX7QZ11CNTRL", + "ID": 1306330312176678, + "StableID": "nHWQNm5eCB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e380986fe0364720f86fee0b8387cbc7ccd79b20982b090f6e6a782cbf97c721", - "DiscoKey": "discokey:0f3fdfb01b9ca2fa95d1e57eaa046d5e90c787fe467eb3ca06b35ec833624b5d", - "Addresses": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "AllowedIPs": ["100.87.199.34/32", "fd7a:115c:a1e0::bf37:c722/128"], - "Endpoints": ["77.164.248.136:53978", "10.65.0.27:53978", "172.17.0.1:53978"], + "Key": "nodekey:5984b1fc3647a129c93bd983a1de9916c37a8db006cee30508873a836fbab433", + "DiscoKey": "discokey:2f7c322de62a2babd63619a807a23202bc3935d85d97d1ea7b93b6e83efe1e59", + "Addresses": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "AllowedIPs": ["100.122.180.52/32", "fd7a:115c:a1e0::6f37:b434/128"], + "Endpoints": ["77.164.248.136:35174", "10.65.0.27:35174", "172.17.0.1:35174"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57674}, - {"Proto": "peerapi6", "Port": 57674} + {"Proto": "peerapi4", "Port": 43933}, + {"Proto": "peerapi6", "Port": 43933} ]}, - "Created": "2026-04-09T01:23:54.573408394Z", + "Created": "2026-04-09T08:30:00.755865942Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 5634881584883806, - "StableID": "njdpuUn31m11CNTRL", + "ID": 1520359706147828, + "StableID": "n72J1kGasC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:779442b686205177f8f2c685217c144e2523161490c28f27d063952b0f32f71f", - "DiscoKey": "discokey:eb06d7ec74a48a0d8db773daaa8e701c5bd8cb62c58576b9808843e64f664c36", - "Addresses": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "AllowedIPs": ["100.114.247.32/32", "fd7a:115c:a1e0::f37:f720/128"], - "Endpoints": ["77.164.248.136:51825", "10.65.0.27:51825", "172.17.0.1:51825"], + "Key": "nodekey:4365fdef566c98ecd28333c05010ee0d13428050ab340a0a330f6a4a29f73b6f", + "DiscoKey": "discokey:0e2307283baafc8b584100f3e4f7777553ce350be4c3ef21ea36d261992cff19", + "Addresses": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "AllowedIPs": ["100.119.59.112/32", "fd7a:115c:a1e0::2937:3b70/128"], + "Endpoints": ["77.164.248.136:43724", "10.65.0.27:43724", "172.17.0.1:43724"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45726}, - {"Proto": "peerapi6", "Port": 45726} + {"Proto": "peerapi4", "Port": 47555}, + {"Proto": "peerapi6", "Port": 47555} ]}, - "Created": "2026-04-09T01:23:58.392052847Z", + "Created": "2026-04-09T08:30:04.509674267Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6467495203910302, - "StableID": "nVLpGf89Ws11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 1756594416608255, + "StableID": "npBQRtkZiE11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:142d7b46d9eab6f479acdc8dff83e0f4d5aa06d302e793e1ae9e19bc4375fe53", - "DiscoKey": "discokey:1af49796bc994a27815409eed536514354db0cd3270dc29255f0a90d1f920e1c", - "Addresses": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "AllowedIPs": ["100.117.254.84/32", "fd7a:115c:a1e0::4337:fe54/128"], - "Endpoints": ["77.164.248.136:34214", "10.65.0.27:34214", "172.17.0.1:34214"], + "Key": "nodekey:d87b5f24078a35fc1b799ddf60aed8ef3f358bec9538b236e0361926b77af10f", + "DiscoKey": "discokey:2993cd0817e25f9b39b506a019c9e579f742f469e95ce42cb11644cb32bf453e", + "Addresses": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "AllowedIPs": ["100.122.241.16/32", "fd7a:115c:a1e0::b737:f110/128"], + "Endpoints": ["77.164.248.136:37921", "10.65.0.27:37921", "172.17.0.1:37921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 43639}, - {"Proto": "peerapi6", "Port": 43639} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62476}, + {"Proto": "peerapi6", "Port": 62476} ]}, - "Created": "2026-04-09T01:23:56.755563959Z", + "Created": "2026-04-09T08:30:05.600802316Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 7624037101960466, - "StableID": "nX1tQYXwX221CNTRL", + "ID": 2636466215151606, + "StableID": "n31AHpV4bM11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c74c220ae23571e2c55aac52bb37dd6e1af64181749c1e789749ddccdde7d406", - "DiscoKey": "discokey:6143ee6156dc6e9ad3dd0f6c6036c3edc9ec778dfe3fa59bf19e46d371d34045", - "Addresses": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "AllowedIPs": ["100.103.212.7/32", "fd7a:115c:a1e0::dd37:d407/128"], - "Endpoints": ["77.164.248.136:57790", "10.65.0.27:57790", "172.17.0.1:57790"], + "Key": "nodekey:01eb2c615690fb09af1abd342d65294d865e40c08fb464e1c5a03352cee3015d", + "DiscoKey": "discokey:3988b9f79bd8c47eba31d6f2aec216f64fe515ed3162220aa6a50bdb45d27b12", + "Addresses": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "AllowedIPs": ["100.99.1.94/32", "fd7a:115c:a1e0::ce37:15e/128"], + "Endpoints": ["77.164.248.136:39704", "10.65.0.27:39704", "172.17.0.1:39704"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37135}, - {"Proto": "peerapi6", "Port": 37135} + {"Proto": "peerapi4", "Port": 57817}, + {"Proto": "peerapi6", "Port": 57817} ]}, - "Created": "2026-04-09T01:23:57.284722648Z", + "Created": "2026-04-09T08:30:03.440043557Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8121344318717346, - "StableID": "nma4DkwAR621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20f3b1a7569e09e166d444e3897fd42815b5b4bffc53dd257f716c44a8cbc81a", - "DiscoKey": "discokey:d32508816f6d8ff5ba73ea721fabb92dcb7907f6232b5903ff6605b9139a4446", - "Addresses": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "AllowedIPs": ["100.75.200.27/32", "fd7a:115c:a1e0::a837:c81b/128"], - "Endpoints": ["77.164.248.136:35224", "10.65.0.27:35224", "172.17.0.1:35224"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44953}, - {"Proto": "peerapi6", "Port": 44953} - ]}, - "Created": "2026-04-09T01:24:00.007454974Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 8334732370099861, - "StableID": "n4YYbbHp5821CNTRL", + "ID": 3012455017450396, + "StableID": "njG2Ew5MXQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3591066182f694da71bc1cbae35463a3b16f7bd89612833718eaaaae2a76563f", - "DiscoKey": "discokey:a9618a414677444489d48d660e92bf2d0cb144f3a100310e3fd2bfdbd41b0716", - "Addresses": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "AllowedIPs": ["100.118.86.64/32", "fd7a:115c:a1e0::2a37:5640/128"], - "Endpoints": ["77.164.248.136:57743", "10.65.0.27:57743", "172.17.0.1:57743"], + "Key": "nodekey:a1e0d0a826b401d4d7e9aaf37cb430f65f7406593d166759f0dd206079218d79", + "DiscoKey": "discokey:33d7e8b0dbbac99163cef145858477d753998a2705b9e06b949473952c1b1057", + "Addresses": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "AllowedIPs": ["100.97.141.122/32", "fd7a:115c:a1e0::7937:8d7b/128"], + "Endpoints": ["77.164.248.136:55632", "10.65.0.27:55632", "172.17.0.1:55632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63154}, - {"Proto": "peerapi6", "Port": 63154} + {"Proto": "peerapi4", "Port": 34337}, + {"Proto": "peerapi6", "Port": 34337} ]}, - "Created": "2026-04-09T01:23:55.72220735Z", + "Created": "2026-04-09T08:30:01.845376669Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8687827620943826, - "StableID": "nDe6oyVjqA21CNTRL", + "ID": 4038935407198900, + "StableID": "nHmUF6zEYY11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:696300b9111c6e5910ad72164e964e61906f3278737c296f128f9a742727961c", + "DiscoKey": "discokey:3f8e878fea0f67c04a307debc81b8d410430b5770671cbf07c13dd8836d1c55e", + "Addresses": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "AllowedIPs": ["100.103.150.29/32", "fd7a:115c:a1e0::2737:961e/128"], + "Endpoints": ["77.164.248.136:52095", "10.65.0.27:52095", "172.17.0.1:52095"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 50674}, + {"Proto": "peerapi6", "Port": 50674} + ]}, + "Created": "2026-04-09T08:30:00.221557111Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4278343762936705, + "StableID": "nkkBqUqfQa11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f933342fd505ebc015ae439192c0598c64b0ddccf0c82eaa01f9e8aff193bb2f", + "DiscoKey": "discokey:4d180e65371811648b5e70d263b34a172a720a6bfad0537c2472014a68861567", + "Addresses": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "AllowedIPs": ["100.83.187.48/32", "fd7a:115c:a1e0::f137:bb30/128"], + "Endpoints": ["77.164.248.136:42494", "10.65.0.27:42494", "172.17.0.1:42494"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 36388}, + {"Proto": "peerapi6", "Port": 36388} + ]}, + "Created": "2026-04-09T08:30:01.291568621Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4553841302773712, + "StableID": "nR9h2ygSZc11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:add0a9c44db7a57e484376abcd242af1b2af38dd7431499c79e2b6632a0b2a79", + "DiscoKey": "discokey:a2632feafdb2ee357468cbb07bbaa821e75753b9f1d528624a20d16fb35d9f71", + "Addresses": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "AllowedIPs": ["100.75.42.122/32", "fd7a:115c:a1e0::2a37:2a7a/128"], + "Endpoints": ["77.164.248.136:58105", "10.65.0.27:58105", "172.17.0.1:58105"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61241}, + {"Proto": "peerapi6", "Port": 61241} + ]}, + "Created": "2026-04-09T08:30:02.908602666Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6995107072403207, + "StableID": "nSpRNsb6dw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4886a973933f23ec005797126e4f3504827cef34250bd30a763f9467517b631e", + "DiscoKey": "discokey:0480803cd3c1cdfe5186a431cc6b8d7152d32daa6d6064715611fffc504a487b", + "Addresses": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "AllowedIPs": ["100.123.99.31/32", "fd7a:115c:a1e0::5137:631f/128"], + "Endpoints": ["77.164.248.136:35731", "10.65.0.27:35731", "172.17.0.1:35731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60210}, + {"Proto": "peerapi6", "Port": 60210} + ]}, + "Created": "2026-04-09T08:30:06.138375049Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7361721403950131, + "StableID": "nUDKSQw8Vz11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:60aa36cb0950b61d107cbd23b5d49fc00c1f459031c05613453d0931d0e0c708", + "DiscoKey": "discokey:481abb5bcc094076ea12b0b57af4190302019d04617f0c0725a717f00960a353", + "Addresses": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "AllowedIPs": ["100.96.199.9/32", "fd7a:115c:a1e0::d037:c709/128"], + "Endpoints": ["77.164.248.136:58740", "10.65.0.27:58740", "172.17.0.1:58740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 60191}, + {"Proto": "peerapi6", "Port": 60191} + ]}, + "Created": "2026-04-09T08:30:02.365131628Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7952360592110435, + "StableID": "nQypwc2e6521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a7bab1deda7f50276cf9f2f8f4d8cc9a1c2685133db282b0ea107581020c036e", - "KeyExpiry": "2026-10-06T01:24:00Z", - "DiscoKey": "discokey:393472adb5df459d8c73b053d018f2d910c7e3d0b80ec29a6cd72395c93c7f0d", - "Addresses": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "AllowedIPs": ["100.76.3.111/32", "fd7a:115c:a1e0::237:36f/128"], - "Endpoints": ["77.164.248.136:36150", "10.65.0.27:36150", "172.17.0.1:36150"], + "Key": "nodekey:e4defe8db830ec915d988d3cce596bc19352a3559123fe4ebc2c12662878c66c", + "KeyExpiry": "2026-10-06T08:30:06Z", + "DiscoKey": "discokey:7f1af44fcc9b731b6ec2cef7b8d8c4463b0853e307d74bd4b7c69ce4826be866", + "Addresses": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "AllowedIPs": ["100.120.198.109/32", "fd7a:115c:a1e0::2837:c66d/128"], + "Endpoints": ["77.164.248.136:52432", "10.65.0.27:52432", "172.17.0.1:52432"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33468}, - {"Proto": "peerapi6", "Port": 33468} + {"Proto": "peerapi4", "Port": 36311}, + {"Proto": "peerapi6", "Port": 36311} ]}, - "Created": "2026-04-09T01:24:00.559443237Z", + "Created": "2026-04-09T08:30:06.664440016Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 8897506548606905, - "StableID": "nijzckQhUC21CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 8246879753545019, + "StableID": "nky3iiY2Q721CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:374658db8a38f89f865b3ca73abd3de1313b734eb40c177aada1996384c4d732", - "DiscoKey": "discokey:f3831355ea09537a549ae39c9f4afc239a02e2b6e2222b053f6051272083e74f", - "Addresses": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "AllowedIPs": ["100.68.215.51/32", "fd7a:115c:a1e0::8437:d733/128"], - "Endpoints": ["77.164.248.136:54587", "10.65.0.27:54587", "172.17.0.1:54587"], + "Key": "nodekey:d18141ec89d088d7dc4f9d64bc959e7470ebf6e8eab47d7b4d40434bf6f7a512", + "DiscoKey": "discokey:eb9067bbd065eeb0c65ae948ed3167f8b9eebaa25a38f8c0d5a74cc6a4606c58", + "Addresses": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "AllowedIPs": ["100.119.165.19/32", "fd7a:115c:a1e0::f637:a513/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 52928}, - {"Proto": "peerapi6", "Port": 52928} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 44725}, + {"Proto": "peerapi6", "Port": 44725} ]}, - "Created": "2026-04-09T01:23:59.472115091Z", + "Created": "2026-04-09T08:30:03.981700713Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8365802801037448, + "StableID": "nsiYBKTtK821CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7f06a17eb7ee08685642981422906798d9ff4a5727bfa4e18ff0c77e9f804212", + "KeyExpiry": "2026-10-06T08:30:07Z", + "DiscoKey": "discokey:5936f52c038d7fcf52a5efeb7c3f268bfbbdfa6c48213cce0560713ae69c7d49", + "Addresses": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "AllowedIPs": ["100.64.66.19/32", "fd7a:115c:a1e0::9f37:4214/128"], + "Endpoints": ["77.164.248.136:48108", "10.65.0.27:48108", "172.17.0.1:48108"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 47243}, + {"Proto": "peerapi6", "Port": 47243} + ]}, + "Created": "2026-04-09T08:30:07.202607222Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18705,27 +18730,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7989644934727628": { - "ID": 7989644934727628, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8203506120327250": { + "ID": 8203506120327250, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-a6.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-a6.hujson index 55f6748a..641560bd 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-a6.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-a6.hujson @@ -3,7 +3,7 @@ // ssh a6 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:24:14Z +// Captured at: 2026-04-09T08:30:20Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-a6", "description": "ssh a6", "category": "ssh", - "captured_at": "2026-04-09T01:24:14.548818508Z", + "captured_at": "2026-04-09T08:30:20.749207133Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a6\",\n\t\"id\": \"ssh-a6\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"check\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a6\",\n\t\"id\": \"ssh-a6\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"check\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-a6.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.104.154.61", - "ipv6": "fd7a:115c:a1e0::2037:9a3d", + "ipv4": "100.113.202.33", + "ipv6": "fd7a:115c:a1e0::f37:ca21", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.98.240.112", - "ipv6": "fd7a:115c:a1e0::137:f072", + "ipv4": "100.98.242.54", + "ipv6": "fd7a:115c:a1e0::1737:f236", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.94.189.24", - "ipv6": "fd7a:115c:a1e0::3837:bd19", + "ipv4": "100.124.102.116", + "ipv6": "fd7a:115c:a1e0::cb37:6676", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.126.104.123", - "ipv6": "fd7a:115c:a1e0::f437:687b", + "ipv4": "100.117.84.18", + "ipv6": "fd7a:115c:a1e0::9e37:5412", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.125.42.5", - "ipv6": "fd7a:115c:a1e0::8f37:2a05", + "ipv4": "100.98.253.118", + "ipv6": "fd7a:115c:a1e0::2937:fd76", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.96.96.41", - "ipv6": "fd7a:115c:a1e0::1837:6029", + "ipv4": "100.126.161.23", + "ipv6": "fd7a:115c:a1e0::2537:a117", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.64.196.63", - "ipv6": "fd7a:115c:a1e0::fa37:c43f", + "ipv4": "100.100.84.81", + "ipv6": "fd7a:115c:a1e0::ca37:5451", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.107.6.127", - "ipv6": "fd7a:115c:a1e0::ac37:67f", + "ipv4": "100.81.202.23", + "ipv6": "fd7a:115c:a1e0::6337:ca17", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.75.243.63", - "ipv6": "fd7a:115c:a1e0::bc37:f33f", + "ipv4": "100.64.242.100", + "ipv6": "fd7a:115c:a1e0::a037:f265", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.75.0.9", - "ipv6": "fd7a:115c:a1e0::8737:9", + "ipv4": "100.105.221.44", + "ipv6": "fd7a:115c:a1e0::a637:dd2c", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.104.115.90", - "ipv6": "fd7a:115c:a1e0::1837:735a", + "ipv4": "100.98.24.116", + "ipv6": "fd7a:115c:a1e0::7d37:1874", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.82.240.41", - "ipv6": "fd7a:115c:a1e0::9137:f029", + "ipv4": "100.106.193.11", + "ipv6": "fd7a:115c:a1e0::4337:c10b", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.94.30.20", - "ipv6": "fd7a:115c:a1e0::a937:1e15", + "ipv4": "100.100.62.9", + "ipv6": "fd7a:115c:a1e0::2937:3e09", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.124.232.22", - "ipv6": "fd7a:115c:a1e0::8d37:e816", + "ipv4": "100.117.214.73", + "ipv6": "fd7a:115c:a1e0::4e37:d649", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.77.33.11", - "ipv6": "fd7a:115c:a1e0::5337:210b", + "ipv4": "100.125.32.76", + "ipv6": "fd7a:115c:a1e0::237:204c", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 786503608796051, - "StableID": "nnpwej7D9711CNTRL", + "ID": 8599348509627695, + "StableID": "naJCibJf9A21CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 786503608796051, - "Key": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "DiscoKey": "discokey:6febb5295004b57b7d8a0772c653b22d6bddd8653782024ca72d263e66d9d55e", - "Addresses": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "AllowedIPs": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "Endpoints": ["77.164.248.136:36206", "10.65.0.27:36206", "172.17.0.1:36206"], + "User": 8599348509627695, + "Key": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "DiscoKey": "discokey:929539f7821ee803b22cf6052c9c3a9ab74683b23c76b1167bd98ee71bd9565f", + "Addresses": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "AllowedIPs": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "Endpoints": ["77.164.248.136:34247", "10.65.0.27:34247", "172.17.0.1:34247"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 60683}, - {"Proto": "peerapi6", "Port": 60683}, + {"Proto": "peerapi4", "Port": 62703}, + {"Proto": "peerapi6", "Port": 62703}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:23.270175214Z", + "Created": "2026-04-09T08:30:29.624080642Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,300 +221,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "MachineKey": "mkey:263f615bd9ee9e64be5b4db0ac53c514d348d40e8e2bbbc3798b3e386f23a640", + "NodeKey": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "MachineKey": "mkey:78118975c31856242476a5bd37bd562224f8ffe76a3f7862f907156d8bdd5a31", "Peers": [{ - "ID": 220952884872506, - "StableID": "nqgUpL45j211CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 15027490204794, + "StableID": "nMzJrJko7111CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "DiscoKey": "discokey:49b8f6f7da77dfba69d1d0571b5eff06df22f0e0b80d0ba19fb2aad61b048303", - "Addresses": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "AllowedIPs": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "Endpoints": ["77.164.248.136:54440", "10.65.0.27:54440", "172.17.0.1:54440"], + "Key": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "DiscoKey": "discokey:af6dbfa5b0a97e1d018b3cc25c5ebe669d9e38cd7eee45cae83bdd5afabc0860", + "Addresses": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "AllowedIPs": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "Endpoints": ["77.164.248.136:48576", "10.65.0.27:48576", "172.17.0.1:48576"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53589}, - {"Proto": "peerapi6", "Port": 53589} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39223}, + {"Proto": "peerapi6", "Port": 39223} ]}, - "Created": "2026-04-09T01:24:18.936420472Z", + "Created": "2026-04-09T08:30:28.004373619Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 1164589227565580, - "StableID": "nfrJ6VnS6A11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "DiscoKey": "discokey:a7b06eace92fdf264b72103f6c03556bb07f6cd084c029c4e2b9e27ba061ad76", - "Addresses": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "AllowedIPs": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "Endpoints": ["77.164.248.136:47958", "10.65.0.27:47958", "172.17.0.1:47958"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 42096}, - {"Proto": "peerapi6", "Port": 42096} - ]}, - "Created": "2026-04-09T01:24:17.328286037Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1164707456596945, - "StableID": "nvqzactV6A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "DiscoKey": "discokey:ea5c0c85a9ae7eb188422c2978b8633339a5d6db94829d1da8928b34a47a8c0d", - "Addresses": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "AllowedIPs": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "Endpoints": ["77.164.248.136:44422", "10.65.0.27:44422", "172.17.0.1:44422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33687}, - {"Proto": "peerapi6", "Port": 33687} - ]}, - "Created": "2026-04-09T01:24:19.482182859Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2303223913771666, - "StableID": "nFBwEdn8zJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "DiscoKey": "discokey:6e8d39b675551cf5527f15ff7908be142eeddf0a18af8e1edaa2c99357bc316d", - "Addresses": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "AllowedIPs": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "Endpoints": ["77.164.248.136:53899", "10.65.0.27:53899", "172.17.0.1:53899"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} - ]}, - "Created": "2026-04-09T01:24:22.191506042Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4015781959958286, - "StableID": "no7LQPnkMY11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:84a01196468533b1db850881258e1e03e55598c1fd7046985db0ca9670893a09", - "Addresses": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "AllowedIPs": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "Endpoints": ["77.164.248.136:46569", "10.65.0.27:46569", "172.17.0.1:46569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 33939}, - {"Proto": "peerapi6", "Port": 33939} - ]}, - "Created": "2026-04-09T01:24:24.361449092Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4282714596827142, - "StableID": "nHpMTieeSa11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "DiscoKey": "discokey:a1b8e89a26e9a3f26056a77657ce8eb8d85a898502ae337f65c19365bf379a01", - "Addresses": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "AllowedIPs": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "Endpoints": ["77.164.248.136:46875", "10.65.0.27:46875", "172.17.0.1:46875"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60325}, - {"Proto": "peerapi6", "Port": 60325} - ]}, - "Created": "2026-04-09T01:24:22.731065823Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4534469607796988, - "StableID": "nRHQgzpfQc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "DiscoKey": "discokey:f950cbfc1bb0885f0f6ba2654854c861cad9a32aef08e2da9ce936e0d878081a", - "Addresses": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "AllowedIPs": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "Endpoints": ["77.164.248.136:44587", "10.65.0.27:44587", "172.17.0.1:44587"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55005}, - {"Proto": "peerapi6", "Port": 55005} - ]}, - "Created": "2026-04-09T01:24:20.025872518Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4638533964203343, - "StableID": "nJACWTRoDd11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "KeyExpiry": "2026-10-06T01:24:23Z", - "DiscoKey": "discokey:bc0b853b964184bc0881bcc961f813d43d29c665c016293103189059ea482901", - "Addresses": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "AllowedIPs": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "Endpoints": ["77.164.248.136:60425", "10.65.0.27:60425", "172.17.0.1:60425"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57849}, - {"Proto": "peerapi6", "Port": 57849} - ]}, - "Created": "2026-04-09T01:24:23.821670334Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5423927639123328, - "StableID": "nR9u69PWMj11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "DiscoKey": "discokey:f0dfb42377f971e95e83e69f28ee9063a3ebb8db92393af36de3715de61c110d", - "Addresses": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "AllowedIPs": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "Endpoints": ["77.164.248.136:32975", "10.65.0.27:32975", "172.17.0.1:32975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55837}, - {"Proto": "peerapi6", "Port": 55837} - ]}, - "Created": "2026-04-09T01:24:20.570282913Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5981848387165758, - "StableID": "nHCb6o1Cio11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "DiscoKey": "discokey:bc19fbdeee5de4de4dcb442dceffe1b49cd94da376b278421826757824732c60", - "Addresses": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "AllowedIPs": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "Endpoints": ["77.164.248.136:44101", "10.65.0.27:44101", "172.17.0.1:44101"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39606}, - {"Proto": "peerapi6", "Port": 39606} - ]}, - "Created": "2026-04-09T01:24:21.115114811Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6873766059032163, - "StableID": "ne2nXMB9gv11CNTRL", + "ID": 303195787622555, + "StableID": "nEaQWUSKN311CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "DiscoKey": "discokey:c391fc35074631b802546e6a10bf8ffbe4869c49812a2c64189eefab1cf08266", - "Addresses": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "AllowedIPs": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "Endpoints": ["77.164.248.136:39349", "10.65.0.27:39349", "172.17.0.1:39349"], + "Key": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "DiscoKey": "discokey:fd7084b77d58bf0df2a9959f5f0861c8dd24e636d690b17f0dafa6f55ff4d412", + "Addresses": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "AllowedIPs": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "Endpoints": ["77.164.248.136:44632", "10.65.0.27:44632", "172.17.0.1:44632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54611}, - {"Proto": "peerapi6", "Port": 54611} + {"Proto": "peerapi4", "Port": 39601}, + {"Proto": "peerapi6", "Port": 39601} ]}, - "Created": "2026-04-09T01:24:18.398371998Z", + "Created": "2026-04-09T08:30:24.751900703Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7613710691942281, - "StableID": "nrKLvcGGT221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:22741f8b1dda47bcc16a40bbd4e72a8e18d330a2f5ef2af7e21ce9c2c714996c", - "Addresses": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "AllowedIPs": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37387}, - {"Proto": "peerapi6", "Port": 37387} + "ID": 1457650079834749, + "StableID": "nLis4mzAPC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "DiscoKey": "discokey:e23b54c13ecea635eb82c5fdf80904d34adaa76331bc34ae2c5144ea95a01a68", + "Addresses": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "AllowedIPs": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "Endpoints": ["77.164.248.136:41758", "10.65.0.27:41758", "172.17.0.1:41758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36261}, + {"Proto": "peerapi6", "Port": 36261} ]}, - "Created": "2026-04-09T01:24:24.907509346Z", + "Created": "2026-04-09T08:30:27.463160984Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 8677231852763219, - "StableID": "ntZZ3gAwkA21CNTRL", + "ID": 1743439871293339, + "StableID": "nEYDJ8DccE11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "DiscoKey": "discokey:14c5863187e1dfe2df29ebcaed5d09017c47667fcd6f530b8314810e7d7ae705", - "Addresses": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "AllowedIPs": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "Endpoints": ["77.164.248.136:45511", "10.65.0.27:45511", "172.17.0.1:45511"], + "Key": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "DiscoKey": "discokey:a2ea6bde0531e2916ce1e5420500483607a47019851175e5253cd959441bb01a", + "Addresses": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "AllowedIPs": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "Endpoints": ["77.164.248.136:38979", "10.65.0.27:38979", "172.17.0.1:38979"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46840}, - {"Proto": "peerapi6", "Port": 46840} + {"Proto": "peerapi4", "Port": 42902}, + {"Proto": "peerapi6", "Port": 42902} ]}, - "Created": "2026-04-09T01:24:17.863669919Z", + "Created": "2026-04-09T08:30:24.213234076Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8947288457573146, - "StableID": "njjrSZ6FsC21CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "DiscoKey": "discokey:0226015226a4a22264ed49f51d6c3d353eb3129754d7cf91e1f3925106871c7c", - "Addresses": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "AllowedIPs": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "Endpoints": ["77.164.248.136:60454", "10.65.0.27:60454", "172.17.0.1:60454"], + "ID": 2447867892955245, + "StableID": "nxtVNeLe7L11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:22497b015761fd77627c93d0dc4e579eb2d7fc257029cb94cb835154bb3ccc24", + "Addresses": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "AllowedIPs": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "Endpoints": ["77.164.248.136:33587", "10.65.0.27:33587", "172.17.0.1:33587"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45322}, - {"Proto": "peerapi6", "Port": 45322} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37927}, + {"Proto": "peerapi6", "Port": 37927} ]}, - "Created": "2026-04-09T01:24:21.649649821Z", + "Created": "2026-04-09T08:30:30.154058097Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5708160874046719, + "StableID": "nxf8mzhEam11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:413a130b1f84f22decc804c53f407e962a6232581f731baea8cb3b845914b371", + "Addresses": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "AllowedIPs": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "Endpoints": ["77.164.248.136:51998", "10.65.0.27:51998", "172.17.0.1:51998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59396}, + {"Proto": "peerapi6", "Port": 59396} + ]}, + "Created": "2026-04-09T08:30:30.684283649Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5807140794530528, + "StableID": "n5soP1k4Mn11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "DiscoKey": "discokey:ccf444cb8920e87240d43abe90abf1cc1bdd41d1dd80a36ffc52f1ae9c8dcc43", + "Addresses": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "AllowedIPs": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "Endpoints": ["77.164.248.136:46075", "10.65.0.27:46075", "172.17.0.1:46075"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65036}, + {"Proto": "peerapi6", "Port": 65036} + ]}, + "Created": "2026-04-09T08:30:25.853207249Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6263175187471011, + "StableID": "nnQh5Xzbuq11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "DiscoKey": "discokey:219a303579922922f8e733d1f01a015af37ff9d2d4ec499438004bb8adbc044d", + "Addresses": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "AllowedIPs": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "Endpoints": ["77.164.248.136:44424", "10.65.0.27:44424", "172.17.0.1:44424"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53498}, + {"Proto": "peerapi6", "Port": 53498} + ]}, + "Created": "2026-04-09T08:30:26.391983006Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6329363418561642, + "StableID": "n7KsQNeaRr11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "DiscoKey": "discokey:a6a6a9c42bdbe26349f575aa968cdcf97ecd20b4d8af27e7bd4a321c9f626a46", + "Addresses": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "AllowedIPs": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "Endpoints": ["77.164.248.136:48840", "10.65.0.27:48840", "172.17.0.1:48840"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50140}, + {"Proto": "peerapi6", "Port": 50140} + ]}, + "Created": "2026-04-09T08:30:29.095134261Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6799828868127244, + "StableID": "nZ35AVye6v11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "DiscoKey": "discokey:1f831f859b7ab6fb0bf34cc2e2dd796696734db072438f11bf26ae9d6900f019", + "Addresses": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "AllowedIPs": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "Endpoints": ["77.164.248.136:37034", "10.65.0.27:37034", "172.17.0.1:37034"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62124}, + {"Proto": "peerapi6", "Port": 62124} + ]}, + "Created": "2026-04-09T08:30:23.667967905Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7461649790785360, + "StableID": "nXcxnTtPG121CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "DiscoKey": "discokey:fb1e22c8085d4560ff81c6878f8634a13792e837f4c03a468675d97880c2a411", + "Addresses": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "AllowedIPs": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "Endpoints": ["77.164.248.136:44280", "10.65.0.27:44280", "172.17.0.1:44280"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43107}, + {"Proto": "peerapi6", "Port": 43107} + ]}, + "Created": "2026-04-09T08:30:26.953378198Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7571174980029283, + "StableID": "nJYSiqvz7221CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "DiscoKey": "discokey:d8a649591c9a4c90b2042cbc8c9830a6a7ca804ca0cde85170b6cfc3bf49a25d", + "Addresses": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "AllowedIPs": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "Endpoints": ["77.164.248.136:52504", "10.65.0.27:52504", "172.17.0.1:52504"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 35592}, + {"Proto": "peerapi6", "Port": 35592} + ]}, + "Created": "2026-04-09T08:30:28.540377578Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7597044490794922, + "StableID": "njw6odUiK221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "DiscoKey": "discokey:897857b6d52e2eb380b6452a8d02342a772e75ccc7bdfe0ac8e2df073c32df0b", + "Addresses": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "AllowedIPs": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "Endpoints": ["77.164.248.136:55014", "10.65.0.27:55014", "172.17.0.1:55014"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60192}, + {"Proto": "peerapi6", "Port": 60192} + ]}, + "Created": "2026-04-09T08:30:25.310248713Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8990856773591612, + "StableID": "n5hhLaZyCD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "KeyExpiry": "2026-10-06T08:30:31Z", + "DiscoKey": "discokey:da2272d4acfe2cbd2c00b8e934d31bffccdff1e228d27f2dffea1435cd2b0b13", + "Addresses": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "AllowedIPs": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 45346}, + {"Proto": "peerapi6", "Port": 45346} + ]}, + "Created": "2026-04-09T08:30:31.233797677Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -1362,27 +1362,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "786503608796051": { - "ID": 786503608796051, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8599348509627695": { + "ID": 8599348509627695, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [] }, "blastoise": { @@ -1413,26 +1415,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4534469607796988, - "StableID": "nRHQgzpfQc11CNTRL", + "ID": 6263175187471011, + "StableID": "nnQh5Xzbuq11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 4534469607796988, - "Key": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "DiscoKey": "discokey:f950cbfc1bb0885f0f6ba2654854c861cad9a32aef08e2da9ce936e0d878081a", - "Addresses": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "AllowedIPs": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "Endpoints": ["77.164.248.136:44587", "10.65.0.27:44587", "172.17.0.1:44587"], + "User": 6263175187471011, + "Key": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "DiscoKey": "discokey:219a303579922922f8e733d1f01a015af37ff9d2d4ec499438004bb8adbc044d", + "Addresses": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "AllowedIPs": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "Endpoints": ["77.164.248.136:44424", "10.65.0.27:44424", "172.17.0.1:44424"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 55005}, - {"Proto": "peerapi6", "Port": 55005}, + {"Proto": "peerapi4", "Port": 53498}, + {"Proto": "peerapi6", "Port": 53498}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:24:20.025872518Z", + "Created": "2026-04-09T08:30:26.391983006Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1460,302 +1462,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "MachineKey": "mkey:62b1ef66304f212044c2fabca6307775f288beb0b67447aa9c70826d0a1fbd3f", + "NodeKey": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "MachineKey": "mkey:020cdf6dd9683c2c6491518b1bcda38e672778617fd8fad4904d4d8f076cdf5b", "Peers": [{ - "ID": 220952884872506, - "StableID": "nqgUpL45j211CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 15027490204794, + "StableID": "nMzJrJko7111CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "DiscoKey": "discokey:49b8f6f7da77dfba69d1d0571b5eff06df22f0e0b80d0ba19fb2aad61b048303", - "Addresses": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "AllowedIPs": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "Endpoints": ["77.164.248.136:54440", "10.65.0.27:54440", "172.17.0.1:54440"], + "Key": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "DiscoKey": "discokey:af6dbfa5b0a97e1d018b3cc25c5ebe669d9e38cd7eee45cae83bdd5afabc0860", + "Addresses": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "AllowedIPs": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "Endpoints": ["77.164.248.136:48576", "10.65.0.27:48576", "172.17.0.1:48576"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53589}, - {"Proto": "peerapi6", "Port": 53589} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39223}, + {"Proto": "peerapi6", "Port": 39223} ]}, - "Created": "2026-04-09T01:24:18.936420472Z", + "Created": "2026-04-09T08:30:28.004373619Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 786503608796051, - "StableID": "nnpwej7D9711CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "DiscoKey": "discokey:6febb5295004b57b7d8a0772c653b22d6bddd8653782024ca72d263e66d9d55e", - "Addresses": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "AllowedIPs": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "Endpoints": ["77.164.248.136:36206", "10.65.0.27:36206", "172.17.0.1:36206"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60683}, - {"Proto": "peerapi6", "Port": 60683} - ]}, - "Created": "2026-04-09T01:24:23.270175214Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1164589227565580, - "StableID": "nfrJ6VnS6A11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "DiscoKey": "discokey:a7b06eace92fdf264b72103f6c03556bb07f6cd084c029c4e2b9e27ba061ad76", - "Addresses": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "AllowedIPs": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "Endpoints": ["77.164.248.136:47958", "10.65.0.27:47958", "172.17.0.1:47958"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 42096}, - {"Proto": "peerapi6", "Port": 42096} - ]}, - "Created": "2026-04-09T01:24:17.328286037Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1164707456596945, - "StableID": "nvqzactV6A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "DiscoKey": "discokey:ea5c0c85a9ae7eb188422c2978b8633339a5d6db94829d1da8928b34a47a8c0d", - "Addresses": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "AllowedIPs": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "Endpoints": ["77.164.248.136:44422", "10.65.0.27:44422", "172.17.0.1:44422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33687}, - {"Proto": "peerapi6", "Port": 33687} - ]}, - "Created": "2026-04-09T01:24:19.482182859Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2303223913771666, - "StableID": "nFBwEdn8zJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "DiscoKey": "discokey:6e8d39b675551cf5527f15ff7908be142eeddf0a18af8e1edaa2c99357bc316d", - "Addresses": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "AllowedIPs": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "Endpoints": ["77.164.248.136:53899", "10.65.0.27:53899", "172.17.0.1:53899"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} - ]}, - "Created": "2026-04-09T01:24:22.191506042Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4015781959958286, - "StableID": "no7LQPnkMY11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:84a01196468533b1db850881258e1e03e55598c1fd7046985db0ca9670893a09", - "Addresses": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "AllowedIPs": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "Endpoints": ["77.164.248.136:46569", "10.65.0.27:46569", "172.17.0.1:46569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 33939}, - {"Proto": "peerapi6", "Port": 33939} - ]}, - "Created": "2026-04-09T01:24:24.361449092Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4282714596827142, - "StableID": "nHpMTieeSa11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "DiscoKey": "discokey:a1b8e89a26e9a3f26056a77657ce8eb8d85a898502ae337f65c19365bf379a01", - "Addresses": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "AllowedIPs": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "Endpoints": ["77.164.248.136:46875", "10.65.0.27:46875", "172.17.0.1:46875"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60325}, - {"Proto": "peerapi6", "Port": 60325} - ]}, - "Created": "2026-04-09T01:24:22.731065823Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4638533964203343, - "StableID": "nJACWTRoDd11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "KeyExpiry": "2026-10-06T01:24:23Z", - "DiscoKey": "discokey:bc0b853b964184bc0881bcc961f813d43d29c665c016293103189059ea482901", - "Addresses": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "AllowedIPs": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "Endpoints": ["77.164.248.136:60425", "10.65.0.27:60425", "172.17.0.1:60425"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57849}, - {"Proto": "peerapi6", "Port": 57849} - ]}, - "Created": "2026-04-09T01:24:23.821670334Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5423927639123328, - "StableID": "nR9u69PWMj11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "DiscoKey": "discokey:f0dfb42377f971e95e83e69f28ee9063a3ebb8db92393af36de3715de61c110d", - "Addresses": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "AllowedIPs": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "Endpoints": ["77.164.248.136:32975", "10.65.0.27:32975", "172.17.0.1:32975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55837}, - {"Proto": "peerapi6", "Port": 55837} - ]}, - "Created": "2026-04-09T01:24:20.570282913Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5981848387165758, - "StableID": "nHCb6o1Cio11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "DiscoKey": "discokey:bc19fbdeee5de4de4dcb442dceffe1b49cd94da376b278421826757824732c60", - "Addresses": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "AllowedIPs": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "Endpoints": ["77.164.248.136:44101", "10.65.0.27:44101", "172.17.0.1:44101"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39606}, - {"Proto": "peerapi6", "Port": 39606} - ]}, - "Created": "2026-04-09T01:24:21.115114811Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6873766059032163, - "StableID": "ne2nXMB9gv11CNTRL", + "ID": 303195787622555, + "StableID": "nEaQWUSKN311CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "DiscoKey": "discokey:c391fc35074631b802546e6a10bf8ffbe4869c49812a2c64189eefab1cf08266", - "Addresses": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "AllowedIPs": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "Endpoints": ["77.164.248.136:39349", "10.65.0.27:39349", "172.17.0.1:39349"], + "Key": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "DiscoKey": "discokey:fd7084b77d58bf0df2a9959f5f0861c8dd24e636d690b17f0dafa6f55ff4d412", + "Addresses": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "AllowedIPs": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "Endpoints": ["77.164.248.136:44632", "10.65.0.27:44632", "172.17.0.1:44632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54611}, - {"Proto": "peerapi6", "Port": 54611} + {"Proto": "peerapi4", "Port": 39601}, + {"Proto": "peerapi6", "Port": 39601} ]}, - "Created": "2026-04-09T01:24:18.398371998Z", + "Created": "2026-04-09T08:30:24.751900703Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7613710691942281, - "StableID": "nrKLvcGGT221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:22741f8b1dda47bcc16a40bbd4e72a8e18d330a2f5ef2af7e21ce9c2c714996c", - "Addresses": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "AllowedIPs": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "Endpoints": ["77.164.248.136:33364", "10.65.0.27:33364", "172.17.0.1:33364"], + "ID": 1457650079834749, + "StableID": "nLis4mzAPC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "DiscoKey": "discokey:e23b54c13ecea635eb82c5fdf80904d34adaa76331bc34ae2c5144ea95a01a68", + "Addresses": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "AllowedIPs": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "Endpoints": ["77.164.248.136:41758", "10.65.0.27:41758", "172.17.0.1:41758"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37387}, - {"Proto": "peerapi6", "Port": 37387} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36261}, + {"Proto": "peerapi6", "Port": 36261} ]}, - "Created": "2026-04-09T01:24:24.907509346Z", + "Created": "2026-04-09T08:30:27.463160984Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 8677231852763219, - "StableID": "ntZZ3gAwkA21CNTRL", + "ID": 1743439871293339, + "StableID": "nEYDJ8DccE11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "DiscoKey": "discokey:14c5863187e1dfe2df29ebcaed5d09017c47667fcd6f530b8314810e7d7ae705", - "Addresses": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "AllowedIPs": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "Endpoints": ["77.164.248.136:45511", "10.65.0.27:45511", "172.17.0.1:45511"], + "Key": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "DiscoKey": "discokey:a2ea6bde0531e2916ce1e5420500483607a47019851175e5253cd959441bb01a", + "Addresses": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "AllowedIPs": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "Endpoints": ["77.164.248.136:38979", "10.65.0.27:38979", "172.17.0.1:38979"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46840}, - {"Proto": "peerapi6", "Port": 46840} + {"Proto": "peerapi4", "Port": 42902}, + {"Proto": "peerapi6", "Port": 42902} ]}, - "Created": "2026-04-09T01:24:17.863669919Z", + "Created": "2026-04-09T08:30:24.213234076Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8947288457573146, - "StableID": "njjrSZ6FsC21CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "DiscoKey": "discokey:0226015226a4a22264ed49f51d6c3d353eb3129754d7cf91e1f3925106871c7c", - "Addresses": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "AllowedIPs": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "Endpoints": ["77.164.248.136:60454", "10.65.0.27:60454", "172.17.0.1:60454"], + "ID": 2447867892955245, + "StableID": "nxtVNeLe7L11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:22497b015761fd77627c93d0dc4e579eb2d7fc257029cb94cb835154bb3ccc24", + "Addresses": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "AllowedIPs": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "Endpoints": ["77.164.248.136:33587", "10.65.0.27:33587", "172.17.0.1:33587"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45322}, - {"Proto": "peerapi6", "Port": 45322} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37927}, + {"Proto": "peerapi6", "Port": 37927} ]}, - "Created": "2026-04-09T01:24:21.649649821Z", + "Created": "2026-04-09T08:30:30.154058097Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5708160874046719, + "StableID": "nxf8mzhEam11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:413a130b1f84f22decc804c53f407e962a6232581f731baea8cb3b845914b371", + "Addresses": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "AllowedIPs": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "Endpoints": ["77.164.248.136:51998", "10.65.0.27:51998", "172.17.0.1:51998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59396}, + {"Proto": "peerapi6", "Port": 59396} + ]}, + "Created": "2026-04-09T08:30:30.684283649Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5807140794530528, + "StableID": "n5soP1k4Mn11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "DiscoKey": "discokey:ccf444cb8920e87240d43abe90abf1cc1bdd41d1dd80a36ffc52f1ae9c8dcc43", + "Addresses": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "AllowedIPs": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "Endpoints": ["77.164.248.136:46075", "10.65.0.27:46075", "172.17.0.1:46075"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65036}, + {"Proto": "peerapi6", "Port": 65036} + ]}, + "Created": "2026-04-09T08:30:25.853207249Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6329363418561642, + "StableID": "n7KsQNeaRr11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "DiscoKey": "discokey:a6a6a9c42bdbe26349f575aa968cdcf97ecd20b4d8af27e7bd4a321c9f626a46", + "Addresses": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "AllowedIPs": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "Endpoints": ["77.164.248.136:48840", "10.65.0.27:48840", "172.17.0.1:48840"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50140}, + {"Proto": "peerapi6", "Port": 50140} + ]}, + "Created": "2026-04-09T08:30:29.095134261Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6799828868127244, + "StableID": "nZ35AVye6v11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "DiscoKey": "discokey:1f831f859b7ab6fb0bf34cc2e2dd796696734db072438f11bf26ae9d6900f019", + "Addresses": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "AllowedIPs": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "Endpoints": ["77.164.248.136:37034", "10.65.0.27:37034", "172.17.0.1:37034"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62124}, + {"Proto": "peerapi6", "Port": 62124} + ]}, + "Created": "2026-04-09T08:30:23.667967905Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7461649790785360, + "StableID": "nXcxnTtPG121CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "DiscoKey": "discokey:fb1e22c8085d4560ff81c6878f8634a13792e837f4c03a468675d97880c2a411", + "Addresses": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "AllowedIPs": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "Endpoints": ["77.164.248.136:44280", "10.65.0.27:44280", "172.17.0.1:44280"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43107}, + {"Proto": "peerapi6", "Port": 43107} + ]}, + "Created": "2026-04-09T08:30:26.953378198Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7571174980029283, + "StableID": "nJYSiqvz7221CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "DiscoKey": "discokey:d8a649591c9a4c90b2042cbc8c9830a6a7ca804ca0cde85170b6cfc3bf49a25d", + "Addresses": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "AllowedIPs": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "Endpoints": ["77.164.248.136:52504", "10.65.0.27:52504", "172.17.0.1:52504"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 35592}, + {"Proto": "peerapi6", "Port": 35592} + ]}, + "Created": "2026-04-09T08:30:28.540377578Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7597044490794922, + "StableID": "njw6odUiK221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "DiscoKey": "discokey:897857b6d52e2eb380b6452a8d02342a772e75ccc7bdfe0ac8e2df073c32df0b", + "Addresses": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "AllowedIPs": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "Endpoints": ["77.164.248.136:55014", "10.65.0.27:55014", "172.17.0.1:55014"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60192}, + {"Proto": "peerapi6", "Port": 60192} + ]}, + "Created": "2026-04-09T08:30:25.310248713Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8599348509627695, + "StableID": "naJCibJf9A21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "DiscoKey": "discokey:929539f7821ee803b22cf6052c9c3a9ab74683b23c76b1167bd98ee71bd9565f", + "Addresses": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "AllowedIPs": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "Endpoints": ["77.164.248.136:34247", "10.65.0.27:34247", "172.17.0.1:34247"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62703}, + {"Proto": "peerapi6", "Port": 62703} + ]}, + "Created": "2026-04-09T08:30:29.624080642Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8990856773591612, + "StableID": "n5hhLaZyCD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "KeyExpiry": "2026-10-06T08:30:31Z", + "DiscoKey": "discokey:da2272d4acfe2cbd2c00b8e934d31bffccdff1e228d27f2dffea1435cd2b0b13", + "Addresses": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "AllowedIPs": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "Endpoints": ["77.164.248.136:46166", "10.65.0.27:46166", "172.17.0.1:46166"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 45346}, + {"Proto": "peerapi6", "Port": 45346} + ]}, + "Created": "2026-04-09T08:30:31.233797677Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2603,27 +2605,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4534469607796988": { - "ID": 4534469607796988, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6263175187471011": { + "ID": 6263175187471011, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2654,22 +2658,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7613710691942281, - "StableID": "nrKLvcGGT221CNTRL", + "ID": 8990856773591612, + "StableID": "n5hhLaZyCD21CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:22741f8b1dda47bcc16a40bbd4e72a8e18d330a2f5ef2af7e21ce9c2c714996c", - "Addresses": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "AllowedIPs": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "Endpoints": ["77.164.248.136:33364", "10.65.0.27:33364", "172.17.0.1:33364"], + "Key": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "KeyExpiry": "2026-10-06T08:30:31Z", + "DiscoKey": "discokey:da2272d4acfe2cbd2c00b8e934d31bffccdff1e228d27f2dffea1435cd2b0b13", + "Addresses": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "AllowedIPs": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "Endpoints": ["77.164.248.136:46166", "10.65.0.27:46166", "172.17.0.1:46166"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37387}, - {"Proto": "peerapi6", "Port": 37387}, + {"Proto": "peerapi4", "Port": 45346}, + {"Proto": "peerapi6", "Port": 45346}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:24.907509346Z", + "Created": "2026-04-09T08:30:31.233797677Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2698,302 +2702,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "MachineKey": "mkey:2644e11514dfe2e2b79aba9a8044c93d6b2cbbb628886ed2b0193e1a2fc67742", + "NodeKey": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "MachineKey": "mkey:8a63683c53ac8972c9de02dbc4e4f6ec1e613d256088a03ecdcab3ab04563d4d", "Peers": [{ - "ID": 220952884872506, - "StableID": "nqgUpL45j211CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 15027490204794, + "StableID": "nMzJrJko7111CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "DiscoKey": "discokey:49b8f6f7da77dfba69d1d0571b5eff06df22f0e0b80d0ba19fb2aad61b048303", - "Addresses": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "AllowedIPs": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "Endpoints": ["77.164.248.136:54440", "10.65.0.27:54440", "172.17.0.1:54440"], + "Key": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "DiscoKey": "discokey:af6dbfa5b0a97e1d018b3cc25c5ebe669d9e38cd7eee45cae83bdd5afabc0860", + "Addresses": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "AllowedIPs": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "Endpoints": ["77.164.248.136:48576", "10.65.0.27:48576", "172.17.0.1:48576"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53589}, - {"Proto": "peerapi6", "Port": 53589} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39223}, + {"Proto": "peerapi6", "Port": 39223} ]}, - "Created": "2026-04-09T01:24:18.936420472Z", + "Created": "2026-04-09T08:30:28.004373619Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 786503608796051, - "StableID": "nnpwej7D9711CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "DiscoKey": "discokey:6febb5295004b57b7d8a0772c653b22d6bddd8653782024ca72d263e66d9d55e", - "Addresses": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "AllowedIPs": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "Endpoints": ["77.164.248.136:36206", "10.65.0.27:36206", "172.17.0.1:36206"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60683}, - {"Proto": "peerapi6", "Port": 60683} - ]}, - "Created": "2026-04-09T01:24:23.270175214Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1164589227565580, - "StableID": "nfrJ6VnS6A11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "DiscoKey": "discokey:a7b06eace92fdf264b72103f6c03556bb07f6cd084c029c4e2b9e27ba061ad76", - "Addresses": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "AllowedIPs": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "Endpoints": ["77.164.248.136:47958", "10.65.0.27:47958", "172.17.0.1:47958"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 42096}, - {"Proto": "peerapi6", "Port": 42096} - ]}, - "Created": "2026-04-09T01:24:17.328286037Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1164707456596945, - "StableID": "nvqzactV6A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "DiscoKey": "discokey:ea5c0c85a9ae7eb188422c2978b8633339a5d6db94829d1da8928b34a47a8c0d", - "Addresses": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "AllowedIPs": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "Endpoints": ["77.164.248.136:44422", "10.65.0.27:44422", "172.17.0.1:44422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33687}, - {"Proto": "peerapi6", "Port": 33687} - ]}, - "Created": "2026-04-09T01:24:19.482182859Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2303223913771666, - "StableID": "nFBwEdn8zJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "DiscoKey": "discokey:6e8d39b675551cf5527f15ff7908be142eeddf0a18af8e1edaa2c99357bc316d", - "Addresses": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "AllowedIPs": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "Endpoints": ["77.164.248.136:53899", "10.65.0.27:53899", "172.17.0.1:53899"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} - ]}, - "Created": "2026-04-09T01:24:22.191506042Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4015781959958286, - "StableID": "no7LQPnkMY11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:84a01196468533b1db850881258e1e03e55598c1fd7046985db0ca9670893a09", - "Addresses": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "AllowedIPs": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "Endpoints": ["77.164.248.136:46569", "10.65.0.27:46569", "172.17.0.1:46569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 33939}, - {"Proto": "peerapi6", "Port": 33939} - ]}, - "Created": "2026-04-09T01:24:24.361449092Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4282714596827142, - "StableID": "nHpMTieeSa11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "DiscoKey": "discokey:a1b8e89a26e9a3f26056a77657ce8eb8d85a898502ae337f65c19365bf379a01", - "Addresses": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "AllowedIPs": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "Endpoints": ["77.164.248.136:46875", "10.65.0.27:46875", "172.17.0.1:46875"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60325}, - {"Proto": "peerapi6", "Port": 60325} - ]}, - "Created": "2026-04-09T01:24:22.731065823Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4534469607796988, - "StableID": "nRHQgzpfQc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "DiscoKey": "discokey:f950cbfc1bb0885f0f6ba2654854c861cad9a32aef08e2da9ce936e0d878081a", - "Addresses": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "AllowedIPs": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "Endpoints": ["77.164.248.136:44587", "10.65.0.27:44587", "172.17.0.1:44587"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55005}, - {"Proto": "peerapi6", "Port": 55005} - ]}, - "Created": "2026-04-09T01:24:20.025872518Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4638533964203343, - "StableID": "nJACWTRoDd11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "KeyExpiry": "2026-10-06T01:24:23Z", - "DiscoKey": "discokey:bc0b853b964184bc0881bcc961f813d43d29c665c016293103189059ea482901", - "Addresses": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "AllowedIPs": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "Endpoints": ["77.164.248.136:60425", "10.65.0.27:60425", "172.17.0.1:60425"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57849}, - {"Proto": "peerapi6", "Port": 57849} - ]}, - "Created": "2026-04-09T01:24:23.821670334Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5423927639123328, - "StableID": "nR9u69PWMj11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "DiscoKey": "discokey:f0dfb42377f971e95e83e69f28ee9063a3ebb8db92393af36de3715de61c110d", - "Addresses": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "AllowedIPs": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "Endpoints": ["77.164.248.136:32975", "10.65.0.27:32975", "172.17.0.1:32975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55837}, - {"Proto": "peerapi6", "Port": 55837} - ]}, - "Created": "2026-04-09T01:24:20.570282913Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5981848387165758, - "StableID": "nHCb6o1Cio11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "DiscoKey": "discokey:bc19fbdeee5de4de4dcb442dceffe1b49cd94da376b278421826757824732c60", - "Addresses": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "AllowedIPs": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "Endpoints": ["77.164.248.136:44101", "10.65.0.27:44101", "172.17.0.1:44101"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39606}, - {"Proto": "peerapi6", "Port": 39606} - ]}, - "Created": "2026-04-09T01:24:21.115114811Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6873766059032163, - "StableID": "ne2nXMB9gv11CNTRL", + "ID": 303195787622555, + "StableID": "nEaQWUSKN311CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "DiscoKey": "discokey:c391fc35074631b802546e6a10bf8ffbe4869c49812a2c64189eefab1cf08266", - "Addresses": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "AllowedIPs": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "Endpoints": ["77.164.248.136:39349", "10.65.0.27:39349", "172.17.0.1:39349"], + "Key": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "DiscoKey": "discokey:fd7084b77d58bf0df2a9959f5f0861c8dd24e636d690b17f0dafa6f55ff4d412", + "Addresses": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "AllowedIPs": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "Endpoints": ["77.164.248.136:44632", "10.65.0.27:44632", "172.17.0.1:44632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54611}, - {"Proto": "peerapi6", "Port": 54611} + {"Proto": "peerapi4", "Port": 39601}, + {"Proto": "peerapi6", "Port": 39601} ]}, - "Created": "2026-04-09T01:24:18.398371998Z", + "Created": "2026-04-09T08:30:24.751900703Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8677231852763219, - "StableID": "ntZZ3gAwkA21CNTRL", + "ID": 1457650079834749, + "StableID": "nLis4mzAPC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "DiscoKey": "discokey:e23b54c13ecea635eb82c5fdf80904d34adaa76331bc34ae2c5144ea95a01a68", + "Addresses": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "AllowedIPs": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "Endpoints": ["77.164.248.136:41758", "10.65.0.27:41758", "172.17.0.1:41758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36261}, + {"Proto": "peerapi6", "Port": 36261} + ]}, + "Created": "2026-04-09T08:30:27.463160984Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 1743439871293339, + "StableID": "nEYDJ8DccE11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "DiscoKey": "discokey:14c5863187e1dfe2df29ebcaed5d09017c47667fcd6f530b8314810e7d7ae705", - "Addresses": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "AllowedIPs": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "Endpoints": ["77.164.248.136:45511", "10.65.0.27:45511", "172.17.0.1:45511"], + "Key": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "DiscoKey": "discokey:a2ea6bde0531e2916ce1e5420500483607a47019851175e5253cd959441bb01a", + "Addresses": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "AllowedIPs": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "Endpoints": ["77.164.248.136:38979", "10.65.0.27:38979", "172.17.0.1:38979"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46840}, - {"Proto": "peerapi6", "Port": 46840} + {"Proto": "peerapi4", "Port": 42902}, + {"Proto": "peerapi6", "Port": 42902} ]}, - "Created": "2026-04-09T01:24:17.863669919Z", + "Created": "2026-04-09T08:30:24.213234076Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8947288457573146, - "StableID": "njjrSZ6FsC21CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "DiscoKey": "discokey:0226015226a4a22264ed49f51d6c3d353eb3129754d7cf91e1f3925106871c7c", - "Addresses": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "AllowedIPs": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "Endpoints": ["77.164.248.136:60454", "10.65.0.27:60454", "172.17.0.1:60454"], + "ID": 2447867892955245, + "StableID": "nxtVNeLe7L11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:22497b015761fd77627c93d0dc4e579eb2d7fc257029cb94cb835154bb3ccc24", + "Addresses": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "AllowedIPs": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "Endpoints": ["77.164.248.136:33587", "10.65.0.27:33587", "172.17.0.1:33587"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45322}, - {"Proto": "peerapi6", "Port": 45322} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37927}, + {"Proto": "peerapi6", "Port": 37927} ]}, - "Created": "2026-04-09T01:24:21.649649821Z", + "Created": "2026-04-09T08:30:30.154058097Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5708160874046719, + "StableID": "nxf8mzhEam11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:413a130b1f84f22decc804c53f407e962a6232581f731baea8cb3b845914b371", + "Addresses": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "AllowedIPs": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "Endpoints": ["77.164.248.136:51998", "10.65.0.27:51998", "172.17.0.1:51998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59396}, + {"Proto": "peerapi6", "Port": 59396} + ]}, + "Created": "2026-04-09T08:30:30.684283649Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5807140794530528, + "StableID": "n5soP1k4Mn11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "DiscoKey": "discokey:ccf444cb8920e87240d43abe90abf1cc1bdd41d1dd80a36ffc52f1ae9c8dcc43", + "Addresses": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "AllowedIPs": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "Endpoints": ["77.164.248.136:46075", "10.65.0.27:46075", "172.17.0.1:46075"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65036}, + {"Proto": "peerapi6", "Port": 65036} + ]}, + "Created": "2026-04-09T08:30:25.853207249Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6263175187471011, + "StableID": "nnQh5Xzbuq11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "DiscoKey": "discokey:219a303579922922f8e733d1f01a015af37ff9d2d4ec499438004bb8adbc044d", + "Addresses": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "AllowedIPs": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "Endpoints": ["77.164.248.136:44424", "10.65.0.27:44424", "172.17.0.1:44424"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53498}, + {"Proto": "peerapi6", "Port": 53498} + ]}, + "Created": "2026-04-09T08:30:26.391983006Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6329363418561642, + "StableID": "n7KsQNeaRr11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "DiscoKey": "discokey:a6a6a9c42bdbe26349f575aa968cdcf97ecd20b4d8af27e7bd4a321c9f626a46", + "Addresses": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "AllowedIPs": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "Endpoints": ["77.164.248.136:48840", "10.65.0.27:48840", "172.17.0.1:48840"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50140}, + {"Proto": "peerapi6", "Port": 50140} + ]}, + "Created": "2026-04-09T08:30:29.095134261Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6799828868127244, + "StableID": "nZ35AVye6v11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "DiscoKey": "discokey:1f831f859b7ab6fb0bf34cc2e2dd796696734db072438f11bf26ae9d6900f019", + "Addresses": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "AllowedIPs": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "Endpoints": ["77.164.248.136:37034", "10.65.0.27:37034", "172.17.0.1:37034"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62124}, + {"Proto": "peerapi6", "Port": 62124} + ]}, + "Created": "2026-04-09T08:30:23.667967905Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7461649790785360, + "StableID": "nXcxnTtPG121CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "DiscoKey": "discokey:fb1e22c8085d4560ff81c6878f8634a13792e837f4c03a468675d97880c2a411", + "Addresses": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "AllowedIPs": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "Endpoints": ["77.164.248.136:44280", "10.65.0.27:44280", "172.17.0.1:44280"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43107}, + {"Proto": "peerapi6", "Port": 43107} + ]}, + "Created": "2026-04-09T08:30:26.953378198Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7571174980029283, + "StableID": "nJYSiqvz7221CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "DiscoKey": "discokey:d8a649591c9a4c90b2042cbc8c9830a6a7ca804ca0cde85170b6cfc3bf49a25d", + "Addresses": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "AllowedIPs": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "Endpoints": ["77.164.248.136:52504", "10.65.0.27:52504", "172.17.0.1:52504"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 35592}, + {"Proto": "peerapi6", "Port": 35592} + ]}, + "Created": "2026-04-09T08:30:28.540377578Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7597044490794922, + "StableID": "njw6odUiK221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "DiscoKey": "discokey:897857b6d52e2eb380b6452a8d02342a772e75ccc7bdfe0ac8e2df073c32df0b", + "Addresses": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "AllowedIPs": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "Endpoints": ["77.164.248.136:55014", "10.65.0.27:55014", "172.17.0.1:55014"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60192}, + {"Proto": "peerapi6", "Port": 60192} + ]}, + "Created": "2026-04-09T08:30:25.310248713Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8599348509627695, + "StableID": "naJCibJf9A21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "DiscoKey": "discokey:929539f7821ee803b22cf6052c9c3a9ab74683b23c76b1167bd98ee71bd9565f", + "Addresses": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "AllowedIPs": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "Endpoints": ["77.164.248.136:34247", "10.65.0.27:34247", "172.17.0.1:34247"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62703}, + {"Proto": "peerapi6", "Port": 62703} + ]}, + "Created": "2026-04-09T08:30:29.624080642Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3021,7 +3025,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.94.189.24"}, {"nodeIP": "fd7a:115c:a1e0::3837:bd19"}], + "principals": [{"nodeIP": "100.124.102.116"}, {"nodeIP": "fd7a:115c:a1e0::cb37:6676"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -3847,26 +3851,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.94.189.24"}, {"nodeIP": "fd7a:115c:a1e0::3837:bd19"}], + "principals": [{"nodeIP": "100.124.102.116"}, {"nodeIP": "fd7a:115c:a1e0::cb37:6676"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -3900,26 +3905,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6873766059032163, - "StableID": "ne2nXMB9gv11CNTRL", + "ID": 303195787622555, + "StableID": "nEaQWUSKN311CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 6873766059032163, - "Key": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "DiscoKey": "discokey:c391fc35074631b802546e6a10bf8ffbe4869c49812a2c64189eefab1cf08266", - "Addresses": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "AllowedIPs": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "Endpoints": ["77.164.248.136:39349", "10.65.0.27:39349", "172.17.0.1:39349"], + "User": 303195787622555, + "Key": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "DiscoKey": "discokey:fd7084b77d58bf0df2a9959f5f0861c8dd24e636d690b17f0dafa6f55ff4d412", + "Addresses": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "AllowedIPs": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "Endpoints": ["77.164.248.136:44632", "10.65.0.27:44632", "172.17.0.1:44632"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 54611}, - {"Proto": "peerapi6", "Port": 54611}, + {"Proto": "peerapi4", "Port": 39601}, + {"Proto": "peerapi6", "Port": 39601}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:24:18.398371998Z", + "Created": "2026-04-09T08:30:24.751900703Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3947,302 +3952,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "MachineKey": "mkey:902338642571bb99607ecf369b1bc88a2443707d4b2b29df468dc386518ad149", + "NodeKey": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "MachineKey": "mkey:b1cce5d73685e2c110757f1dc96902ed17299ccf3efdc989a149731958b98824", "Peers": [{ - "ID": 220952884872506, - "StableID": "nqgUpL45j211CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 15027490204794, + "StableID": "nMzJrJko7111CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "DiscoKey": "discokey:49b8f6f7da77dfba69d1d0571b5eff06df22f0e0b80d0ba19fb2aad61b048303", - "Addresses": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "AllowedIPs": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "Endpoints": ["77.164.248.136:54440", "10.65.0.27:54440", "172.17.0.1:54440"], + "Key": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "DiscoKey": "discokey:af6dbfa5b0a97e1d018b3cc25c5ebe669d9e38cd7eee45cae83bdd5afabc0860", + "Addresses": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "AllowedIPs": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "Endpoints": ["77.164.248.136:48576", "10.65.0.27:48576", "172.17.0.1:48576"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53589}, - {"Proto": "peerapi6", "Port": 53589} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39223}, + {"Proto": "peerapi6", "Port": 39223} ]}, - "Created": "2026-04-09T01:24:18.936420472Z", + "Created": "2026-04-09T08:30:28.004373619Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 786503608796051, - "StableID": "nnpwej7D9711CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "DiscoKey": "discokey:6febb5295004b57b7d8a0772c653b22d6bddd8653782024ca72d263e66d9d55e", - "Addresses": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "AllowedIPs": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "Endpoints": ["77.164.248.136:36206", "10.65.0.27:36206", "172.17.0.1:36206"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60683}, - {"Proto": "peerapi6", "Port": 60683} - ]}, - "Created": "2026-04-09T01:24:23.270175214Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1164589227565580, - "StableID": "nfrJ6VnS6A11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "DiscoKey": "discokey:a7b06eace92fdf264b72103f6c03556bb07f6cd084c029c4e2b9e27ba061ad76", - "Addresses": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "AllowedIPs": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "Endpoints": ["77.164.248.136:47958", "10.65.0.27:47958", "172.17.0.1:47958"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 42096}, - {"Proto": "peerapi6", "Port": 42096} - ]}, - "Created": "2026-04-09T01:24:17.328286037Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1164707456596945, - "StableID": "nvqzactV6A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "DiscoKey": "discokey:ea5c0c85a9ae7eb188422c2978b8633339a5d6db94829d1da8928b34a47a8c0d", - "Addresses": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "AllowedIPs": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "Endpoints": ["77.164.248.136:44422", "10.65.0.27:44422", "172.17.0.1:44422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33687}, - {"Proto": "peerapi6", "Port": 33687} - ]}, - "Created": "2026-04-09T01:24:19.482182859Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2303223913771666, - "StableID": "nFBwEdn8zJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "DiscoKey": "discokey:6e8d39b675551cf5527f15ff7908be142eeddf0a18af8e1edaa2c99357bc316d", - "Addresses": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "AllowedIPs": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "Endpoints": ["77.164.248.136:53899", "10.65.0.27:53899", "172.17.0.1:53899"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} - ]}, - "Created": "2026-04-09T01:24:22.191506042Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4015781959958286, - "StableID": "no7LQPnkMY11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:84a01196468533b1db850881258e1e03e55598c1fd7046985db0ca9670893a09", - "Addresses": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "AllowedIPs": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "Endpoints": ["77.164.248.136:46569", "10.65.0.27:46569", "172.17.0.1:46569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 33939}, - {"Proto": "peerapi6", "Port": 33939} - ]}, - "Created": "2026-04-09T01:24:24.361449092Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4282714596827142, - "StableID": "nHpMTieeSa11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "DiscoKey": "discokey:a1b8e89a26e9a3f26056a77657ce8eb8d85a898502ae337f65c19365bf379a01", - "Addresses": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "AllowedIPs": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "Endpoints": ["77.164.248.136:46875", "10.65.0.27:46875", "172.17.0.1:46875"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60325}, - {"Proto": "peerapi6", "Port": 60325} - ]}, - "Created": "2026-04-09T01:24:22.731065823Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4534469607796988, - "StableID": "nRHQgzpfQc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "DiscoKey": "discokey:f950cbfc1bb0885f0f6ba2654854c861cad9a32aef08e2da9ce936e0d878081a", - "Addresses": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "AllowedIPs": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "Endpoints": ["77.164.248.136:44587", "10.65.0.27:44587", "172.17.0.1:44587"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55005}, - {"Proto": "peerapi6", "Port": 55005} - ]}, - "Created": "2026-04-09T01:24:20.025872518Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4638533964203343, - "StableID": "nJACWTRoDd11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "KeyExpiry": "2026-10-06T01:24:23Z", - "DiscoKey": "discokey:bc0b853b964184bc0881bcc961f813d43d29c665c016293103189059ea482901", - "Addresses": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "AllowedIPs": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "Endpoints": ["77.164.248.136:60425", "10.65.0.27:60425", "172.17.0.1:60425"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57849}, - {"Proto": "peerapi6", "Port": 57849} - ]}, - "Created": "2026-04-09T01:24:23.821670334Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5423927639123328, - "StableID": "nR9u69PWMj11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "DiscoKey": "discokey:f0dfb42377f971e95e83e69f28ee9063a3ebb8db92393af36de3715de61c110d", - "Addresses": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "AllowedIPs": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "Endpoints": ["77.164.248.136:32975", "10.65.0.27:32975", "172.17.0.1:32975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55837}, - {"Proto": "peerapi6", "Port": 55837} - ]}, - "Created": "2026-04-09T01:24:20.570282913Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5981848387165758, - "StableID": "nHCb6o1Cio11CNTRL", + "ID": 1457650079834749, + "StableID": "nLis4mzAPC11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "DiscoKey": "discokey:bc19fbdeee5de4de4dcb442dceffe1b49cd94da376b278421826757824732c60", - "Addresses": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "AllowedIPs": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "Endpoints": ["77.164.248.136:44101", "10.65.0.27:44101", "172.17.0.1:44101"], + "Key": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "DiscoKey": "discokey:e23b54c13ecea635eb82c5fdf80904d34adaa76331bc34ae2c5144ea95a01a68", + "Addresses": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "AllowedIPs": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "Endpoints": ["77.164.248.136:41758", "10.65.0.27:41758", "172.17.0.1:41758"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39606}, - {"Proto": "peerapi6", "Port": 39606} + {"Proto": "peerapi4", "Port": 36261}, + {"Proto": "peerapi6", "Port": 36261} ]}, - "Created": "2026-04-09T01:24:21.115114811Z", + "Created": "2026-04-09T08:30:27.463160984Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7613710691942281, - "StableID": "nrKLvcGGT221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:22741f8b1dda47bcc16a40bbd4e72a8e18d330a2f5ef2af7e21ce9c2c714996c", - "Addresses": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "AllowedIPs": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "Endpoints": ["77.164.248.136:33364", "10.65.0.27:33364", "172.17.0.1:33364"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37387}, - {"Proto": "peerapi6", "Port": 37387} - ]}, - "Created": "2026-04-09T01:24:24.907509346Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8677231852763219, - "StableID": "ntZZ3gAwkA21CNTRL", + "ID": 1743439871293339, + "StableID": "nEYDJ8DccE11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "DiscoKey": "discokey:14c5863187e1dfe2df29ebcaed5d09017c47667fcd6f530b8314810e7d7ae705", - "Addresses": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "AllowedIPs": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "Endpoints": ["77.164.248.136:45511", "10.65.0.27:45511", "172.17.0.1:45511"], + "Key": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "DiscoKey": "discokey:a2ea6bde0531e2916ce1e5420500483607a47019851175e5253cd959441bb01a", + "Addresses": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "AllowedIPs": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "Endpoints": ["77.164.248.136:38979", "10.65.0.27:38979", "172.17.0.1:38979"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46840}, - {"Proto": "peerapi6", "Port": 46840} + {"Proto": "peerapi4", "Port": 42902}, + {"Proto": "peerapi6", "Port": 42902} ]}, - "Created": "2026-04-09T01:24:17.863669919Z", + "Created": "2026-04-09T08:30:24.213234076Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8947288457573146, - "StableID": "njjrSZ6FsC21CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "DiscoKey": "discokey:0226015226a4a22264ed49f51d6c3d353eb3129754d7cf91e1f3925106871c7c", - "Addresses": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "AllowedIPs": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "Endpoints": ["77.164.248.136:60454", "10.65.0.27:60454", "172.17.0.1:60454"], + "ID": 2447867892955245, + "StableID": "nxtVNeLe7L11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:22497b015761fd77627c93d0dc4e579eb2d7fc257029cb94cb835154bb3ccc24", + "Addresses": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "AllowedIPs": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "Endpoints": ["77.164.248.136:33587", "10.65.0.27:33587", "172.17.0.1:33587"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45322}, - {"Proto": "peerapi6", "Port": 45322} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37927}, + {"Proto": "peerapi6", "Port": 37927} ]}, - "Created": "2026-04-09T01:24:21.649649821Z", + "Created": "2026-04-09T08:30:30.154058097Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5708160874046719, + "StableID": "nxf8mzhEam11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:413a130b1f84f22decc804c53f407e962a6232581f731baea8cb3b845914b371", + "Addresses": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "AllowedIPs": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "Endpoints": ["77.164.248.136:51998", "10.65.0.27:51998", "172.17.0.1:51998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59396}, + {"Proto": "peerapi6", "Port": 59396} + ]}, + "Created": "2026-04-09T08:30:30.684283649Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5807140794530528, + "StableID": "n5soP1k4Mn11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "DiscoKey": "discokey:ccf444cb8920e87240d43abe90abf1cc1bdd41d1dd80a36ffc52f1ae9c8dcc43", + "Addresses": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "AllowedIPs": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "Endpoints": ["77.164.248.136:46075", "10.65.0.27:46075", "172.17.0.1:46075"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65036}, + {"Proto": "peerapi6", "Port": 65036} + ]}, + "Created": "2026-04-09T08:30:25.853207249Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6263175187471011, + "StableID": "nnQh5Xzbuq11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "DiscoKey": "discokey:219a303579922922f8e733d1f01a015af37ff9d2d4ec499438004bb8adbc044d", + "Addresses": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "AllowedIPs": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "Endpoints": ["77.164.248.136:44424", "10.65.0.27:44424", "172.17.0.1:44424"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53498}, + {"Proto": "peerapi6", "Port": 53498} + ]}, + "Created": "2026-04-09T08:30:26.391983006Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6329363418561642, + "StableID": "n7KsQNeaRr11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "DiscoKey": "discokey:a6a6a9c42bdbe26349f575aa968cdcf97ecd20b4d8af27e7bd4a321c9f626a46", + "Addresses": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "AllowedIPs": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "Endpoints": ["77.164.248.136:48840", "10.65.0.27:48840", "172.17.0.1:48840"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50140}, + {"Proto": "peerapi6", "Port": 50140} + ]}, + "Created": "2026-04-09T08:30:29.095134261Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6799828868127244, + "StableID": "nZ35AVye6v11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "DiscoKey": "discokey:1f831f859b7ab6fb0bf34cc2e2dd796696734db072438f11bf26ae9d6900f019", + "Addresses": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "AllowedIPs": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "Endpoints": ["77.164.248.136:37034", "10.65.0.27:37034", "172.17.0.1:37034"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62124}, + {"Proto": "peerapi6", "Port": 62124} + ]}, + "Created": "2026-04-09T08:30:23.667967905Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7461649790785360, + "StableID": "nXcxnTtPG121CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "DiscoKey": "discokey:fb1e22c8085d4560ff81c6878f8634a13792e837f4c03a468675d97880c2a411", + "Addresses": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "AllowedIPs": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "Endpoints": ["77.164.248.136:44280", "10.65.0.27:44280", "172.17.0.1:44280"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43107}, + {"Proto": "peerapi6", "Port": 43107} + ]}, + "Created": "2026-04-09T08:30:26.953378198Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7571174980029283, + "StableID": "nJYSiqvz7221CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "DiscoKey": "discokey:d8a649591c9a4c90b2042cbc8c9830a6a7ca804ca0cde85170b6cfc3bf49a25d", + "Addresses": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "AllowedIPs": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "Endpoints": ["77.164.248.136:52504", "10.65.0.27:52504", "172.17.0.1:52504"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 35592}, + {"Proto": "peerapi6", "Port": 35592} + ]}, + "Created": "2026-04-09T08:30:28.540377578Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7597044490794922, + "StableID": "njw6odUiK221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "DiscoKey": "discokey:897857b6d52e2eb380b6452a8d02342a772e75ccc7bdfe0ac8e2df073c32df0b", + "Addresses": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "AllowedIPs": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "Endpoints": ["77.164.248.136:55014", "10.65.0.27:55014", "172.17.0.1:55014"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60192}, + {"Proto": "peerapi6", "Port": 60192} + ]}, + "Created": "2026-04-09T08:30:25.310248713Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8599348509627695, + "StableID": "naJCibJf9A21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "DiscoKey": "discokey:929539f7821ee803b22cf6052c9c3a9ab74683b23c76b1167bd98ee71bd9565f", + "Addresses": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "AllowedIPs": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "Endpoints": ["77.164.248.136:34247", "10.65.0.27:34247", "172.17.0.1:34247"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62703}, + {"Proto": "peerapi6", "Port": 62703} + ]}, + "Created": "2026-04-09T08:30:29.624080642Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8990856773591612, + "StableID": "n5hhLaZyCD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "KeyExpiry": "2026-10-06T08:30:31Z", + "DiscoKey": "discokey:da2272d4acfe2cbd2c00b8e934d31bffccdff1e228d27f2dffea1435cd2b0b13", + "Addresses": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "AllowedIPs": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "Endpoints": ["77.164.248.136:46166", "10.65.0.27:46166", "172.17.0.1:46166"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 45346}, + {"Proto": "peerapi6", "Port": 45346} + ]}, + "Created": "2026-04-09T08:30:31.233797677Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5090,27 +5095,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6873766059032163": { - "ID": 6873766059032163, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "303195787622555": { + "ID": 303195787622555, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "fearow": { @@ -5141,26 +5148,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5981848387165758, - "StableID": "nHCb6o1Cio11CNTRL", + "ID": 1457650079834749, + "StableID": "nLis4mzAPC11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 5981848387165758, - "Key": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "DiscoKey": "discokey:bc19fbdeee5de4de4dcb442dceffe1b49cd94da376b278421826757824732c60", - "Addresses": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "AllowedIPs": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "Endpoints": ["77.164.248.136:44101", "10.65.0.27:44101", "172.17.0.1:44101"], + "User": 1457650079834749, + "Key": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "DiscoKey": "discokey:e23b54c13ecea635eb82c5fdf80904d34adaa76331bc34ae2c5144ea95a01a68", + "Addresses": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "AllowedIPs": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "Endpoints": ["77.164.248.136:41758", "10.65.0.27:41758", "172.17.0.1:41758"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 39606}, - {"Proto": "peerapi6", "Port": 39606}, + {"Proto": "peerapi4", "Port": 36261}, + {"Proto": "peerapi6", "Port": 36261}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:24:21.115114811Z", + "Created": "2026-04-09T08:30:27.463160984Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5188,302 +5195,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "MachineKey": "mkey:b66bb1c397fab2c8a60f348750ab9fd7e587df4526a00202e0ba054acb5d455d", + "NodeKey": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "MachineKey": "mkey:c4931ccb03fcafa2772f652e7c0fb20b22c558cb411367530d1825c3b18c5f29", "Peers": [{ - "ID": 220952884872506, - "StableID": "nqgUpL45j211CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 15027490204794, + "StableID": "nMzJrJko7111CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "DiscoKey": "discokey:49b8f6f7da77dfba69d1d0571b5eff06df22f0e0b80d0ba19fb2aad61b048303", - "Addresses": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "AllowedIPs": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "Endpoints": ["77.164.248.136:54440", "10.65.0.27:54440", "172.17.0.1:54440"], + "Key": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "DiscoKey": "discokey:af6dbfa5b0a97e1d018b3cc25c5ebe669d9e38cd7eee45cae83bdd5afabc0860", + "Addresses": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "AllowedIPs": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "Endpoints": ["77.164.248.136:48576", "10.65.0.27:48576", "172.17.0.1:48576"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53589}, - {"Proto": "peerapi6", "Port": 53589} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39223}, + {"Proto": "peerapi6", "Port": 39223} ]}, - "Created": "2026-04-09T01:24:18.936420472Z", + "Created": "2026-04-09T08:30:28.004373619Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 786503608796051, - "StableID": "nnpwej7D9711CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "DiscoKey": "discokey:6febb5295004b57b7d8a0772c653b22d6bddd8653782024ca72d263e66d9d55e", - "Addresses": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "AllowedIPs": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "Endpoints": ["77.164.248.136:36206", "10.65.0.27:36206", "172.17.0.1:36206"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60683}, - {"Proto": "peerapi6", "Port": 60683} - ]}, - "Created": "2026-04-09T01:24:23.270175214Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1164589227565580, - "StableID": "nfrJ6VnS6A11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "DiscoKey": "discokey:a7b06eace92fdf264b72103f6c03556bb07f6cd084c029c4e2b9e27ba061ad76", - "Addresses": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "AllowedIPs": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "Endpoints": ["77.164.248.136:47958", "10.65.0.27:47958", "172.17.0.1:47958"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 42096}, - {"Proto": "peerapi6", "Port": 42096} - ]}, - "Created": "2026-04-09T01:24:17.328286037Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1164707456596945, - "StableID": "nvqzactV6A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "DiscoKey": "discokey:ea5c0c85a9ae7eb188422c2978b8633339a5d6db94829d1da8928b34a47a8c0d", - "Addresses": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "AllowedIPs": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "Endpoints": ["77.164.248.136:44422", "10.65.0.27:44422", "172.17.0.1:44422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33687}, - {"Proto": "peerapi6", "Port": 33687} - ]}, - "Created": "2026-04-09T01:24:19.482182859Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2303223913771666, - "StableID": "nFBwEdn8zJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "DiscoKey": "discokey:6e8d39b675551cf5527f15ff7908be142eeddf0a18af8e1edaa2c99357bc316d", - "Addresses": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "AllowedIPs": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "Endpoints": ["77.164.248.136:53899", "10.65.0.27:53899", "172.17.0.1:53899"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} - ]}, - "Created": "2026-04-09T01:24:22.191506042Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4015781959958286, - "StableID": "no7LQPnkMY11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:84a01196468533b1db850881258e1e03e55598c1fd7046985db0ca9670893a09", - "Addresses": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "AllowedIPs": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "Endpoints": ["77.164.248.136:46569", "10.65.0.27:46569", "172.17.0.1:46569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 33939}, - {"Proto": "peerapi6", "Port": 33939} - ]}, - "Created": "2026-04-09T01:24:24.361449092Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4282714596827142, - "StableID": "nHpMTieeSa11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "DiscoKey": "discokey:a1b8e89a26e9a3f26056a77657ce8eb8d85a898502ae337f65c19365bf379a01", - "Addresses": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "AllowedIPs": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "Endpoints": ["77.164.248.136:46875", "10.65.0.27:46875", "172.17.0.1:46875"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60325}, - {"Proto": "peerapi6", "Port": 60325} - ]}, - "Created": "2026-04-09T01:24:22.731065823Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4534469607796988, - "StableID": "nRHQgzpfQc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "DiscoKey": "discokey:f950cbfc1bb0885f0f6ba2654854c861cad9a32aef08e2da9ce936e0d878081a", - "Addresses": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "AllowedIPs": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "Endpoints": ["77.164.248.136:44587", "10.65.0.27:44587", "172.17.0.1:44587"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55005}, - {"Proto": "peerapi6", "Port": 55005} - ]}, - "Created": "2026-04-09T01:24:20.025872518Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4638533964203343, - "StableID": "nJACWTRoDd11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "KeyExpiry": "2026-10-06T01:24:23Z", - "DiscoKey": "discokey:bc0b853b964184bc0881bcc961f813d43d29c665c016293103189059ea482901", - "Addresses": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "AllowedIPs": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "Endpoints": ["77.164.248.136:60425", "10.65.0.27:60425", "172.17.0.1:60425"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57849}, - {"Proto": "peerapi6", "Port": 57849} - ]}, - "Created": "2026-04-09T01:24:23.821670334Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5423927639123328, - "StableID": "nR9u69PWMj11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "DiscoKey": "discokey:f0dfb42377f971e95e83e69f28ee9063a3ebb8db92393af36de3715de61c110d", - "Addresses": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "AllowedIPs": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "Endpoints": ["77.164.248.136:32975", "10.65.0.27:32975", "172.17.0.1:32975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55837}, - {"Proto": "peerapi6", "Port": 55837} - ]}, - "Created": "2026-04-09T01:24:20.570282913Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6873766059032163, - "StableID": "ne2nXMB9gv11CNTRL", + "ID": 303195787622555, + "StableID": "nEaQWUSKN311CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "DiscoKey": "discokey:c391fc35074631b802546e6a10bf8ffbe4869c49812a2c64189eefab1cf08266", - "Addresses": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "AllowedIPs": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "Endpoints": ["77.164.248.136:39349", "10.65.0.27:39349", "172.17.0.1:39349"], + "Key": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "DiscoKey": "discokey:fd7084b77d58bf0df2a9959f5f0861c8dd24e636d690b17f0dafa6f55ff4d412", + "Addresses": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "AllowedIPs": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "Endpoints": ["77.164.248.136:44632", "10.65.0.27:44632", "172.17.0.1:44632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54611}, - {"Proto": "peerapi6", "Port": 54611} + {"Proto": "peerapi4", "Port": 39601}, + {"Proto": "peerapi6", "Port": 39601} ]}, - "Created": "2026-04-09T01:24:18.398371998Z", + "Created": "2026-04-09T08:30:24.751900703Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7613710691942281, - "StableID": "nrKLvcGGT221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:22741f8b1dda47bcc16a40bbd4e72a8e18d330a2f5ef2af7e21ce9c2c714996c", - "Addresses": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "AllowedIPs": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "Endpoints": ["77.164.248.136:33364", "10.65.0.27:33364", "172.17.0.1:33364"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37387}, - {"Proto": "peerapi6", "Port": 37387} - ]}, - "Created": "2026-04-09T01:24:24.907509346Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8677231852763219, - "StableID": "ntZZ3gAwkA21CNTRL", + "ID": 1743439871293339, + "StableID": "nEYDJ8DccE11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "DiscoKey": "discokey:14c5863187e1dfe2df29ebcaed5d09017c47667fcd6f530b8314810e7d7ae705", - "Addresses": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "AllowedIPs": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "Endpoints": ["77.164.248.136:45511", "10.65.0.27:45511", "172.17.0.1:45511"], + "Key": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "DiscoKey": "discokey:a2ea6bde0531e2916ce1e5420500483607a47019851175e5253cd959441bb01a", + "Addresses": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "AllowedIPs": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "Endpoints": ["77.164.248.136:38979", "10.65.0.27:38979", "172.17.0.1:38979"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46840}, - {"Proto": "peerapi6", "Port": 46840} + {"Proto": "peerapi4", "Port": 42902}, + {"Proto": "peerapi6", "Port": 42902} ]}, - "Created": "2026-04-09T01:24:17.863669919Z", + "Created": "2026-04-09T08:30:24.213234076Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8947288457573146, - "StableID": "njjrSZ6FsC21CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "DiscoKey": "discokey:0226015226a4a22264ed49f51d6c3d353eb3129754d7cf91e1f3925106871c7c", - "Addresses": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "AllowedIPs": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "Endpoints": ["77.164.248.136:60454", "10.65.0.27:60454", "172.17.0.1:60454"], + "ID": 2447867892955245, + "StableID": "nxtVNeLe7L11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:22497b015761fd77627c93d0dc4e579eb2d7fc257029cb94cb835154bb3ccc24", + "Addresses": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "AllowedIPs": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "Endpoints": ["77.164.248.136:33587", "10.65.0.27:33587", "172.17.0.1:33587"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45322}, - {"Proto": "peerapi6", "Port": 45322} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37927}, + {"Proto": "peerapi6", "Port": 37927} ]}, - "Created": "2026-04-09T01:24:21.649649821Z", + "Created": "2026-04-09T08:30:30.154058097Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5708160874046719, + "StableID": "nxf8mzhEam11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:413a130b1f84f22decc804c53f407e962a6232581f731baea8cb3b845914b371", + "Addresses": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "AllowedIPs": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "Endpoints": ["77.164.248.136:51998", "10.65.0.27:51998", "172.17.0.1:51998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59396}, + {"Proto": "peerapi6", "Port": 59396} + ]}, + "Created": "2026-04-09T08:30:30.684283649Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5807140794530528, + "StableID": "n5soP1k4Mn11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "DiscoKey": "discokey:ccf444cb8920e87240d43abe90abf1cc1bdd41d1dd80a36ffc52f1ae9c8dcc43", + "Addresses": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "AllowedIPs": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "Endpoints": ["77.164.248.136:46075", "10.65.0.27:46075", "172.17.0.1:46075"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65036}, + {"Proto": "peerapi6", "Port": 65036} + ]}, + "Created": "2026-04-09T08:30:25.853207249Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6263175187471011, + "StableID": "nnQh5Xzbuq11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "DiscoKey": "discokey:219a303579922922f8e733d1f01a015af37ff9d2d4ec499438004bb8adbc044d", + "Addresses": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "AllowedIPs": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "Endpoints": ["77.164.248.136:44424", "10.65.0.27:44424", "172.17.0.1:44424"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53498}, + {"Proto": "peerapi6", "Port": 53498} + ]}, + "Created": "2026-04-09T08:30:26.391983006Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6329363418561642, + "StableID": "n7KsQNeaRr11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "DiscoKey": "discokey:a6a6a9c42bdbe26349f575aa968cdcf97ecd20b4d8af27e7bd4a321c9f626a46", + "Addresses": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "AllowedIPs": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "Endpoints": ["77.164.248.136:48840", "10.65.0.27:48840", "172.17.0.1:48840"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50140}, + {"Proto": "peerapi6", "Port": 50140} + ]}, + "Created": "2026-04-09T08:30:29.095134261Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6799828868127244, + "StableID": "nZ35AVye6v11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "DiscoKey": "discokey:1f831f859b7ab6fb0bf34cc2e2dd796696734db072438f11bf26ae9d6900f019", + "Addresses": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "AllowedIPs": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "Endpoints": ["77.164.248.136:37034", "10.65.0.27:37034", "172.17.0.1:37034"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62124}, + {"Proto": "peerapi6", "Port": 62124} + ]}, + "Created": "2026-04-09T08:30:23.667967905Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7461649790785360, + "StableID": "nXcxnTtPG121CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "DiscoKey": "discokey:fb1e22c8085d4560ff81c6878f8634a13792e837f4c03a468675d97880c2a411", + "Addresses": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "AllowedIPs": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "Endpoints": ["77.164.248.136:44280", "10.65.0.27:44280", "172.17.0.1:44280"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43107}, + {"Proto": "peerapi6", "Port": 43107} + ]}, + "Created": "2026-04-09T08:30:26.953378198Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7571174980029283, + "StableID": "nJYSiqvz7221CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "DiscoKey": "discokey:d8a649591c9a4c90b2042cbc8c9830a6a7ca804ca0cde85170b6cfc3bf49a25d", + "Addresses": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "AllowedIPs": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "Endpoints": ["77.164.248.136:52504", "10.65.0.27:52504", "172.17.0.1:52504"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 35592}, + {"Proto": "peerapi6", "Port": 35592} + ]}, + "Created": "2026-04-09T08:30:28.540377578Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7597044490794922, + "StableID": "njw6odUiK221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "DiscoKey": "discokey:897857b6d52e2eb380b6452a8d02342a772e75ccc7bdfe0ac8e2df073c32df0b", + "Addresses": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "AllowedIPs": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "Endpoints": ["77.164.248.136:55014", "10.65.0.27:55014", "172.17.0.1:55014"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60192}, + {"Proto": "peerapi6", "Port": 60192} + ]}, + "Created": "2026-04-09T08:30:25.310248713Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8599348509627695, + "StableID": "naJCibJf9A21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "DiscoKey": "discokey:929539f7821ee803b22cf6052c9c3a9ab74683b23c76b1167bd98ee71bd9565f", + "Addresses": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "AllowedIPs": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "Endpoints": ["77.164.248.136:34247", "10.65.0.27:34247", "172.17.0.1:34247"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62703}, + {"Proto": "peerapi6", "Port": 62703} + ]}, + "Created": "2026-04-09T08:30:29.624080642Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8990856773591612, + "StableID": "n5hhLaZyCD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "KeyExpiry": "2026-10-06T08:30:31Z", + "DiscoKey": "discokey:da2272d4acfe2cbd2c00b8e934d31bffccdff1e228d27f2dffea1435cd2b0b13", + "Addresses": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "AllowedIPs": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "Endpoints": ["77.164.248.136:46166", "10.65.0.27:46166", "172.17.0.1:46166"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 45346}, + {"Proto": "peerapi6", "Port": 45346} + ]}, + "Created": "2026-04-09T08:30:31.233797677Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6331,27 +6338,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5981848387165758": { - "ID": 5981848387165758, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1457650079834749": { + "ID": 1457650079834749, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6382,22 +6391,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4638533964203343, - "StableID": "nJACWTRoDd11CNTRL", + "ID": 2447867892955245, + "StableID": "nxtVNeLe7L11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "KeyExpiry": "2026-10-06T01:24:23Z", - "DiscoKey": "discokey:bc0b853b964184bc0881bcc961f813d43d29c665c016293103189059ea482901", - "Addresses": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "AllowedIPs": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "Endpoints": ["77.164.248.136:60425", "10.65.0.27:60425", "172.17.0.1:60425"], + "Key": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:22497b015761fd77627c93d0dc4e579eb2d7fc257029cb94cb835154bb3ccc24", + "Addresses": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "AllowedIPs": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "Endpoints": ["77.164.248.136:33587", "10.65.0.27:33587", "172.17.0.1:33587"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57849}, - {"Proto": "peerapi6", "Port": 57849}, + {"Proto": "peerapi4", "Port": 37927}, + {"Proto": "peerapi6", "Port": 37927}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:23.821670334Z", + "Created": "2026-04-09T08:30:30.154058097Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6424,302 +6433,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "MachineKey": "mkey:9d534a1295fb6ca0c1cde829ca6dd9af5eea6a7d656649a622fc6d54467e0836", + "NodeKey": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "MachineKey": "mkey:5ded3a8ce1b5a31f3d3658681bc0544ec5071333965e7f175dc2664fdb1e2a12", "Peers": [{ - "ID": 220952884872506, - "StableID": "nqgUpL45j211CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 15027490204794, + "StableID": "nMzJrJko7111CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "DiscoKey": "discokey:49b8f6f7da77dfba69d1d0571b5eff06df22f0e0b80d0ba19fb2aad61b048303", - "Addresses": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "AllowedIPs": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "Endpoints": ["77.164.248.136:54440", "10.65.0.27:54440", "172.17.0.1:54440"], + "Key": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "DiscoKey": "discokey:af6dbfa5b0a97e1d018b3cc25c5ebe669d9e38cd7eee45cae83bdd5afabc0860", + "Addresses": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "AllowedIPs": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "Endpoints": ["77.164.248.136:48576", "10.65.0.27:48576", "172.17.0.1:48576"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53589}, - {"Proto": "peerapi6", "Port": 53589} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39223}, + {"Proto": "peerapi6", "Port": 39223} ]}, - "Created": "2026-04-09T01:24:18.936420472Z", + "Created": "2026-04-09T08:30:28.004373619Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 786503608796051, - "StableID": "nnpwej7D9711CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "DiscoKey": "discokey:6febb5295004b57b7d8a0772c653b22d6bddd8653782024ca72d263e66d9d55e", - "Addresses": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "AllowedIPs": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "Endpoints": ["77.164.248.136:36206", "10.65.0.27:36206", "172.17.0.1:36206"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60683}, - {"Proto": "peerapi6", "Port": 60683} - ]}, - "Created": "2026-04-09T01:24:23.270175214Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1164589227565580, - "StableID": "nfrJ6VnS6A11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "DiscoKey": "discokey:a7b06eace92fdf264b72103f6c03556bb07f6cd084c029c4e2b9e27ba061ad76", - "Addresses": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "AllowedIPs": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "Endpoints": ["77.164.248.136:47958", "10.65.0.27:47958", "172.17.0.1:47958"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 42096}, - {"Proto": "peerapi6", "Port": 42096} - ]}, - "Created": "2026-04-09T01:24:17.328286037Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1164707456596945, - "StableID": "nvqzactV6A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "DiscoKey": "discokey:ea5c0c85a9ae7eb188422c2978b8633339a5d6db94829d1da8928b34a47a8c0d", - "Addresses": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "AllowedIPs": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "Endpoints": ["77.164.248.136:44422", "10.65.0.27:44422", "172.17.0.1:44422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33687}, - {"Proto": "peerapi6", "Port": 33687} - ]}, - "Created": "2026-04-09T01:24:19.482182859Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2303223913771666, - "StableID": "nFBwEdn8zJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "DiscoKey": "discokey:6e8d39b675551cf5527f15ff7908be142eeddf0a18af8e1edaa2c99357bc316d", - "Addresses": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "AllowedIPs": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "Endpoints": ["77.164.248.136:53899", "10.65.0.27:53899", "172.17.0.1:53899"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} - ]}, - "Created": "2026-04-09T01:24:22.191506042Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4015781959958286, - "StableID": "no7LQPnkMY11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:84a01196468533b1db850881258e1e03e55598c1fd7046985db0ca9670893a09", - "Addresses": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "AllowedIPs": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "Endpoints": ["77.164.248.136:46569", "10.65.0.27:46569", "172.17.0.1:46569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 33939}, - {"Proto": "peerapi6", "Port": 33939} - ]}, - "Created": "2026-04-09T01:24:24.361449092Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4282714596827142, - "StableID": "nHpMTieeSa11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "DiscoKey": "discokey:a1b8e89a26e9a3f26056a77657ce8eb8d85a898502ae337f65c19365bf379a01", - "Addresses": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "AllowedIPs": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "Endpoints": ["77.164.248.136:46875", "10.65.0.27:46875", "172.17.0.1:46875"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60325}, - {"Proto": "peerapi6", "Port": 60325} - ]}, - "Created": "2026-04-09T01:24:22.731065823Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4534469607796988, - "StableID": "nRHQgzpfQc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "DiscoKey": "discokey:f950cbfc1bb0885f0f6ba2654854c861cad9a32aef08e2da9ce936e0d878081a", - "Addresses": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "AllowedIPs": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "Endpoints": ["77.164.248.136:44587", "10.65.0.27:44587", "172.17.0.1:44587"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55005}, - {"Proto": "peerapi6", "Port": 55005} - ]}, - "Created": "2026-04-09T01:24:20.025872518Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5423927639123328, - "StableID": "nR9u69PWMj11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "DiscoKey": "discokey:f0dfb42377f971e95e83e69f28ee9063a3ebb8db92393af36de3715de61c110d", - "Addresses": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "AllowedIPs": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "Endpoints": ["77.164.248.136:32975", "10.65.0.27:32975", "172.17.0.1:32975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55837}, - {"Proto": "peerapi6", "Port": 55837} - ]}, - "Created": "2026-04-09T01:24:20.570282913Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5981848387165758, - "StableID": "nHCb6o1Cio11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "DiscoKey": "discokey:bc19fbdeee5de4de4dcb442dceffe1b49cd94da376b278421826757824732c60", - "Addresses": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "AllowedIPs": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "Endpoints": ["77.164.248.136:44101", "10.65.0.27:44101", "172.17.0.1:44101"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39606}, - {"Proto": "peerapi6", "Port": 39606} - ]}, - "Created": "2026-04-09T01:24:21.115114811Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6873766059032163, - "StableID": "ne2nXMB9gv11CNTRL", + "ID": 303195787622555, + "StableID": "nEaQWUSKN311CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "DiscoKey": "discokey:c391fc35074631b802546e6a10bf8ffbe4869c49812a2c64189eefab1cf08266", - "Addresses": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "AllowedIPs": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "Endpoints": ["77.164.248.136:39349", "10.65.0.27:39349", "172.17.0.1:39349"], + "Key": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "DiscoKey": "discokey:fd7084b77d58bf0df2a9959f5f0861c8dd24e636d690b17f0dafa6f55ff4d412", + "Addresses": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "AllowedIPs": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "Endpoints": ["77.164.248.136:44632", "10.65.0.27:44632", "172.17.0.1:44632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54611}, - {"Proto": "peerapi6", "Port": 54611} + {"Proto": "peerapi4", "Port": 39601}, + {"Proto": "peerapi6", "Port": 39601} ]}, - "Created": "2026-04-09T01:24:18.398371998Z", + "Created": "2026-04-09T08:30:24.751900703Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7613710691942281, - "StableID": "nrKLvcGGT221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:22741f8b1dda47bcc16a40bbd4e72a8e18d330a2f5ef2af7e21ce9c2c714996c", - "Addresses": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "AllowedIPs": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "Endpoints": ["77.164.248.136:33364", "10.65.0.27:33364", "172.17.0.1:33364"], + "ID": 1457650079834749, + "StableID": "nLis4mzAPC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "DiscoKey": "discokey:e23b54c13ecea635eb82c5fdf80904d34adaa76331bc34ae2c5144ea95a01a68", + "Addresses": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "AllowedIPs": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "Endpoints": ["77.164.248.136:41758", "10.65.0.27:41758", "172.17.0.1:41758"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37387}, - {"Proto": "peerapi6", "Port": 37387} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36261}, + {"Proto": "peerapi6", "Port": 36261} ]}, - "Created": "2026-04-09T01:24:24.907509346Z", + "Created": "2026-04-09T08:30:27.463160984Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 8677231852763219, - "StableID": "ntZZ3gAwkA21CNTRL", + "ID": 1743439871293339, + "StableID": "nEYDJ8DccE11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "DiscoKey": "discokey:14c5863187e1dfe2df29ebcaed5d09017c47667fcd6f530b8314810e7d7ae705", - "Addresses": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "AllowedIPs": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "Endpoints": ["77.164.248.136:45511", "10.65.0.27:45511", "172.17.0.1:45511"], + "Key": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "DiscoKey": "discokey:a2ea6bde0531e2916ce1e5420500483607a47019851175e5253cd959441bb01a", + "Addresses": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "AllowedIPs": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "Endpoints": ["77.164.248.136:38979", "10.65.0.27:38979", "172.17.0.1:38979"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46840}, - {"Proto": "peerapi6", "Port": 46840} + {"Proto": "peerapi4", "Port": 42902}, + {"Proto": "peerapi6", "Port": 42902} ]}, - "Created": "2026-04-09T01:24:17.863669919Z", + "Created": "2026-04-09T08:30:24.213234076Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8947288457573146, - "StableID": "njjrSZ6FsC21CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "DiscoKey": "discokey:0226015226a4a22264ed49f51d6c3d353eb3129754d7cf91e1f3925106871c7c", - "Addresses": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "AllowedIPs": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "Endpoints": ["77.164.248.136:60454", "10.65.0.27:60454", "172.17.0.1:60454"], + "ID": 5708160874046719, + "StableID": "nxf8mzhEam11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:413a130b1f84f22decc804c53f407e962a6232581f731baea8cb3b845914b371", + "Addresses": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "AllowedIPs": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "Endpoints": ["77.164.248.136:51998", "10.65.0.27:51998", "172.17.0.1:51998"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45322}, - {"Proto": "peerapi6", "Port": 45322} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59396}, + {"Proto": "peerapi6", "Port": 59396} ]}, - "Created": "2026-04-09T01:24:21.649649821Z", + "Created": "2026-04-09T08:30:30.684283649Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5807140794530528, + "StableID": "n5soP1k4Mn11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "DiscoKey": "discokey:ccf444cb8920e87240d43abe90abf1cc1bdd41d1dd80a36ffc52f1ae9c8dcc43", + "Addresses": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "AllowedIPs": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "Endpoints": ["77.164.248.136:46075", "10.65.0.27:46075", "172.17.0.1:46075"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65036}, + {"Proto": "peerapi6", "Port": 65036} + ]}, + "Created": "2026-04-09T08:30:25.853207249Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6263175187471011, + "StableID": "nnQh5Xzbuq11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "DiscoKey": "discokey:219a303579922922f8e733d1f01a015af37ff9d2d4ec499438004bb8adbc044d", + "Addresses": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "AllowedIPs": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "Endpoints": ["77.164.248.136:44424", "10.65.0.27:44424", "172.17.0.1:44424"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53498}, + {"Proto": "peerapi6", "Port": 53498} + ]}, + "Created": "2026-04-09T08:30:26.391983006Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6329363418561642, + "StableID": "n7KsQNeaRr11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "DiscoKey": "discokey:a6a6a9c42bdbe26349f575aa968cdcf97ecd20b4d8af27e7bd4a321c9f626a46", + "Addresses": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "AllowedIPs": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "Endpoints": ["77.164.248.136:48840", "10.65.0.27:48840", "172.17.0.1:48840"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50140}, + {"Proto": "peerapi6", "Port": 50140} + ]}, + "Created": "2026-04-09T08:30:29.095134261Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6799828868127244, + "StableID": "nZ35AVye6v11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "DiscoKey": "discokey:1f831f859b7ab6fb0bf34cc2e2dd796696734db072438f11bf26ae9d6900f019", + "Addresses": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "AllowedIPs": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "Endpoints": ["77.164.248.136:37034", "10.65.0.27:37034", "172.17.0.1:37034"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62124}, + {"Proto": "peerapi6", "Port": 62124} + ]}, + "Created": "2026-04-09T08:30:23.667967905Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7461649790785360, + "StableID": "nXcxnTtPG121CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "DiscoKey": "discokey:fb1e22c8085d4560ff81c6878f8634a13792e837f4c03a468675d97880c2a411", + "Addresses": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "AllowedIPs": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "Endpoints": ["77.164.248.136:44280", "10.65.0.27:44280", "172.17.0.1:44280"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43107}, + {"Proto": "peerapi6", "Port": 43107} + ]}, + "Created": "2026-04-09T08:30:26.953378198Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7571174980029283, + "StableID": "nJYSiqvz7221CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "DiscoKey": "discokey:d8a649591c9a4c90b2042cbc8c9830a6a7ca804ca0cde85170b6cfc3bf49a25d", + "Addresses": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "AllowedIPs": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "Endpoints": ["77.164.248.136:52504", "10.65.0.27:52504", "172.17.0.1:52504"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 35592}, + {"Proto": "peerapi6", "Port": 35592} + ]}, + "Created": "2026-04-09T08:30:28.540377578Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7597044490794922, + "StableID": "njw6odUiK221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "DiscoKey": "discokey:897857b6d52e2eb380b6452a8d02342a772e75ccc7bdfe0ac8e2df073c32df0b", + "Addresses": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "AllowedIPs": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "Endpoints": ["77.164.248.136:55014", "10.65.0.27:55014", "172.17.0.1:55014"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60192}, + {"Proto": "peerapi6", "Port": 60192} + ]}, + "Created": "2026-04-09T08:30:25.310248713Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8599348509627695, + "StableID": "naJCibJf9A21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "DiscoKey": "discokey:929539f7821ee803b22cf6052c9c3a9ab74683b23c76b1167bd98ee71bd9565f", + "Addresses": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "AllowedIPs": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "Endpoints": ["77.164.248.136:34247", "10.65.0.27:34247", "172.17.0.1:34247"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62703}, + {"Proto": "peerapi6", "Port": 62703} + ]}, + "Created": "2026-04-09T08:30:29.624080642Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8990856773591612, + "StableID": "n5hhLaZyCD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "KeyExpiry": "2026-10-06T08:30:31Z", + "DiscoKey": "discokey:da2272d4acfe2cbd2c00b8e934d31bffccdff1e228d27f2dffea1435cd2b0b13", + "Addresses": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "AllowedIPs": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "Endpoints": ["77.164.248.136:46166", "10.65.0.27:46166", "172.17.0.1:46166"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 45346}, + {"Proto": "peerapi6", "Port": 45346} + ]}, + "Created": "2026-04-09T08:30:31.233797677Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6747,7 +6756,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.96.96.41"}, {"nodeIP": "fd7a:115c:a1e0::1837:6029"}], + "principals": [{"nodeIP": "100.126.161.23"}, {"nodeIP": "fd7a:115c:a1e0::2537:a117"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -7573,26 +7582,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.96.96.41"}, {"nodeIP": "fd7a:115c:a1e0::1837:6029"}], + "principals": [{"nodeIP": "100.126.161.23"}, {"nodeIP": "fd7a:115c:a1e0::2537:a117"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -7626,21 +7636,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4282714596827142, - "StableID": "nHpMTieeSa11CNTRL", + "ID": 6329363418561642, + "StableID": "n7KsQNeaRr11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 4282714596827142, - "Key": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "DiscoKey": "discokey:a1b8e89a26e9a3f26056a77657ce8eb8d85a898502ae337f65c19365bf379a01", - "Addresses": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "AllowedIPs": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "Endpoints": ["77.164.248.136:46875", "10.65.0.27:46875", "172.17.0.1:46875"], + "User": 6329363418561642, + "Key": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "DiscoKey": "discokey:a6a6a9c42bdbe26349f575aa968cdcf97ecd20b4d8af27e7bd4a321c9f626a46", + "Addresses": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "AllowedIPs": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "Endpoints": ["77.164.248.136:48840", "10.65.0.27:48840", "172.17.0.1:48840"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 60325}, - {"Proto": "peerapi6", "Port": 60325}, + {"Proto": "peerapi4", "Port": 50140}, + {"Proto": "peerapi6", "Port": 50140}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:22.731065823Z", + "Created": "2026-04-09T08:30:29.095134261Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7668,300 +7678,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "MachineKey": "mkey:707fe8ce8a9be49e75640d1890117990acbab21c3a05e4616522cc399883680a", + "NodeKey": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "MachineKey": "mkey:485ea5306c632eeb417022438ca1ca83c8f6d1da27f9561237f42d53acc3692a", "Peers": [{ - "ID": 220952884872506, - "StableID": "nqgUpL45j211CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 15027490204794, + "StableID": "nMzJrJko7111CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "DiscoKey": "discokey:49b8f6f7da77dfba69d1d0571b5eff06df22f0e0b80d0ba19fb2aad61b048303", - "Addresses": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "AllowedIPs": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "Endpoints": ["77.164.248.136:54440", "10.65.0.27:54440", "172.17.0.1:54440"], + "Key": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "DiscoKey": "discokey:af6dbfa5b0a97e1d018b3cc25c5ebe669d9e38cd7eee45cae83bdd5afabc0860", + "Addresses": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "AllowedIPs": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "Endpoints": ["77.164.248.136:48576", "10.65.0.27:48576", "172.17.0.1:48576"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53589}, - {"Proto": "peerapi6", "Port": 53589} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39223}, + {"Proto": "peerapi6", "Port": 39223} ]}, - "Created": "2026-04-09T01:24:18.936420472Z", + "Created": "2026-04-09T08:30:28.004373619Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 786503608796051, - "StableID": "nnpwej7D9711CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "DiscoKey": "discokey:6febb5295004b57b7d8a0772c653b22d6bddd8653782024ca72d263e66d9d55e", - "Addresses": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "AllowedIPs": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "Endpoints": ["77.164.248.136:36206", "10.65.0.27:36206", "172.17.0.1:36206"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60683}, - {"Proto": "peerapi6", "Port": 60683} - ]}, - "Created": "2026-04-09T01:24:23.270175214Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1164589227565580, - "StableID": "nfrJ6VnS6A11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "DiscoKey": "discokey:a7b06eace92fdf264b72103f6c03556bb07f6cd084c029c4e2b9e27ba061ad76", - "Addresses": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "AllowedIPs": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "Endpoints": ["77.164.248.136:47958", "10.65.0.27:47958", "172.17.0.1:47958"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 42096}, - {"Proto": "peerapi6", "Port": 42096} - ]}, - "Created": "2026-04-09T01:24:17.328286037Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1164707456596945, - "StableID": "nvqzactV6A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "DiscoKey": "discokey:ea5c0c85a9ae7eb188422c2978b8633339a5d6db94829d1da8928b34a47a8c0d", - "Addresses": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "AllowedIPs": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "Endpoints": ["77.164.248.136:44422", "10.65.0.27:44422", "172.17.0.1:44422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33687}, - {"Proto": "peerapi6", "Port": 33687} - ]}, - "Created": "2026-04-09T01:24:19.482182859Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2303223913771666, - "StableID": "nFBwEdn8zJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "DiscoKey": "discokey:6e8d39b675551cf5527f15ff7908be142eeddf0a18af8e1edaa2c99357bc316d", - "Addresses": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "AllowedIPs": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "Endpoints": ["77.164.248.136:53899", "10.65.0.27:53899", "172.17.0.1:53899"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} - ]}, - "Created": "2026-04-09T01:24:22.191506042Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4015781959958286, - "StableID": "no7LQPnkMY11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:84a01196468533b1db850881258e1e03e55598c1fd7046985db0ca9670893a09", - "Addresses": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "AllowedIPs": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "Endpoints": ["77.164.248.136:46569", "10.65.0.27:46569", "172.17.0.1:46569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 33939}, - {"Proto": "peerapi6", "Port": 33939} - ]}, - "Created": "2026-04-09T01:24:24.361449092Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4534469607796988, - "StableID": "nRHQgzpfQc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "DiscoKey": "discokey:f950cbfc1bb0885f0f6ba2654854c861cad9a32aef08e2da9ce936e0d878081a", - "Addresses": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "AllowedIPs": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "Endpoints": ["77.164.248.136:44587", "10.65.0.27:44587", "172.17.0.1:44587"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55005}, - {"Proto": "peerapi6", "Port": 55005} - ]}, - "Created": "2026-04-09T01:24:20.025872518Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4638533964203343, - "StableID": "nJACWTRoDd11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "KeyExpiry": "2026-10-06T01:24:23Z", - "DiscoKey": "discokey:bc0b853b964184bc0881bcc961f813d43d29c665c016293103189059ea482901", - "Addresses": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "AllowedIPs": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "Endpoints": ["77.164.248.136:60425", "10.65.0.27:60425", "172.17.0.1:60425"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57849}, - {"Proto": "peerapi6", "Port": 57849} - ]}, - "Created": "2026-04-09T01:24:23.821670334Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5423927639123328, - "StableID": "nR9u69PWMj11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "DiscoKey": "discokey:f0dfb42377f971e95e83e69f28ee9063a3ebb8db92393af36de3715de61c110d", - "Addresses": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "AllowedIPs": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "Endpoints": ["77.164.248.136:32975", "10.65.0.27:32975", "172.17.0.1:32975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55837}, - {"Proto": "peerapi6", "Port": 55837} - ]}, - "Created": "2026-04-09T01:24:20.570282913Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5981848387165758, - "StableID": "nHCb6o1Cio11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "DiscoKey": "discokey:bc19fbdeee5de4de4dcb442dceffe1b49cd94da376b278421826757824732c60", - "Addresses": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "AllowedIPs": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "Endpoints": ["77.164.248.136:44101", "10.65.0.27:44101", "172.17.0.1:44101"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39606}, - {"Proto": "peerapi6", "Port": 39606} - ]}, - "Created": "2026-04-09T01:24:21.115114811Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6873766059032163, - "StableID": "ne2nXMB9gv11CNTRL", + "ID": 303195787622555, + "StableID": "nEaQWUSKN311CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "DiscoKey": "discokey:c391fc35074631b802546e6a10bf8ffbe4869c49812a2c64189eefab1cf08266", - "Addresses": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "AllowedIPs": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "Endpoints": ["77.164.248.136:39349", "10.65.0.27:39349", "172.17.0.1:39349"], + "Key": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "DiscoKey": "discokey:fd7084b77d58bf0df2a9959f5f0861c8dd24e636d690b17f0dafa6f55ff4d412", + "Addresses": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "AllowedIPs": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "Endpoints": ["77.164.248.136:44632", "10.65.0.27:44632", "172.17.0.1:44632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54611}, - {"Proto": "peerapi6", "Port": 54611} + {"Proto": "peerapi4", "Port": 39601}, + {"Proto": "peerapi6", "Port": 39601} ]}, - "Created": "2026-04-09T01:24:18.398371998Z", + "Created": "2026-04-09T08:30:24.751900703Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7613710691942281, - "StableID": "nrKLvcGGT221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:22741f8b1dda47bcc16a40bbd4e72a8e18d330a2f5ef2af7e21ce9c2c714996c", - "Addresses": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "AllowedIPs": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37387}, - {"Proto": "peerapi6", "Port": 37387} + "ID": 1457650079834749, + "StableID": "nLis4mzAPC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "DiscoKey": "discokey:e23b54c13ecea635eb82c5fdf80904d34adaa76331bc34ae2c5144ea95a01a68", + "Addresses": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "AllowedIPs": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "Endpoints": ["77.164.248.136:41758", "10.65.0.27:41758", "172.17.0.1:41758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36261}, + {"Proto": "peerapi6", "Port": 36261} ]}, - "Created": "2026-04-09T01:24:24.907509346Z", + "Created": "2026-04-09T08:30:27.463160984Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 8677231852763219, - "StableID": "ntZZ3gAwkA21CNTRL", + "ID": 1743439871293339, + "StableID": "nEYDJ8DccE11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "DiscoKey": "discokey:14c5863187e1dfe2df29ebcaed5d09017c47667fcd6f530b8314810e7d7ae705", - "Addresses": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "AllowedIPs": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "Endpoints": ["77.164.248.136:45511", "10.65.0.27:45511", "172.17.0.1:45511"], + "Key": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "DiscoKey": "discokey:a2ea6bde0531e2916ce1e5420500483607a47019851175e5253cd959441bb01a", + "Addresses": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "AllowedIPs": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "Endpoints": ["77.164.248.136:38979", "10.65.0.27:38979", "172.17.0.1:38979"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46840}, - {"Proto": "peerapi6", "Port": 46840} + {"Proto": "peerapi4", "Port": 42902}, + {"Proto": "peerapi6", "Port": 42902} ]}, - "Created": "2026-04-09T01:24:17.863669919Z", + "Created": "2026-04-09T08:30:24.213234076Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8947288457573146, - "StableID": "njjrSZ6FsC21CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "DiscoKey": "discokey:0226015226a4a22264ed49f51d6c3d353eb3129754d7cf91e1f3925106871c7c", - "Addresses": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "AllowedIPs": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "Endpoints": ["77.164.248.136:60454", "10.65.0.27:60454", "172.17.0.1:60454"], + "ID": 2447867892955245, + "StableID": "nxtVNeLe7L11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:22497b015761fd77627c93d0dc4e579eb2d7fc257029cb94cb835154bb3ccc24", + "Addresses": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "AllowedIPs": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "Endpoints": ["77.164.248.136:33587", "10.65.0.27:33587", "172.17.0.1:33587"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45322}, - {"Proto": "peerapi6", "Port": 45322} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37927}, + {"Proto": "peerapi6", "Port": 37927} ]}, - "Created": "2026-04-09T01:24:21.649649821Z", + "Created": "2026-04-09T08:30:30.154058097Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5708160874046719, + "StableID": "nxf8mzhEam11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:413a130b1f84f22decc804c53f407e962a6232581f731baea8cb3b845914b371", + "Addresses": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "AllowedIPs": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "Endpoints": ["77.164.248.136:51998", "10.65.0.27:51998", "172.17.0.1:51998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59396}, + {"Proto": "peerapi6", "Port": 59396} + ]}, + "Created": "2026-04-09T08:30:30.684283649Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5807140794530528, + "StableID": "n5soP1k4Mn11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "DiscoKey": "discokey:ccf444cb8920e87240d43abe90abf1cc1bdd41d1dd80a36ffc52f1ae9c8dcc43", + "Addresses": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "AllowedIPs": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "Endpoints": ["77.164.248.136:46075", "10.65.0.27:46075", "172.17.0.1:46075"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65036}, + {"Proto": "peerapi6", "Port": 65036} + ]}, + "Created": "2026-04-09T08:30:25.853207249Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6263175187471011, + "StableID": "nnQh5Xzbuq11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "DiscoKey": "discokey:219a303579922922f8e733d1f01a015af37ff9d2d4ec499438004bb8adbc044d", + "Addresses": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "AllowedIPs": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "Endpoints": ["77.164.248.136:44424", "10.65.0.27:44424", "172.17.0.1:44424"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53498}, + {"Proto": "peerapi6", "Port": 53498} + ]}, + "Created": "2026-04-09T08:30:26.391983006Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6799828868127244, + "StableID": "nZ35AVye6v11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "DiscoKey": "discokey:1f831f859b7ab6fb0bf34cc2e2dd796696734db072438f11bf26ae9d6900f019", + "Addresses": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "AllowedIPs": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "Endpoints": ["77.164.248.136:37034", "10.65.0.27:37034", "172.17.0.1:37034"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62124}, + {"Proto": "peerapi6", "Port": 62124} + ]}, + "Created": "2026-04-09T08:30:23.667967905Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7461649790785360, + "StableID": "nXcxnTtPG121CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "DiscoKey": "discokey:fb1e22c8085d4560ff81c6878f8634a13792e837f4c03a468675d97880c2a411", + "Addresses": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "AllowedIPs": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "Endpoints": ["77.164.248.136:44280", "10.65.0.27:44280", "172.17.0.1:44280"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43107}, + {"Proto": "peerapi6", "Port": 43107} + ]}, + "Created": "2026-04-09T08:30:26.953378198Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7571174980029283, + "StableID": "nJYSiqvz7221CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "DiscoKey": "discokey:d8a649591c9a4c90b2042cbc8c9830a6a7ca804ca0cde85170b6cfc3bf49a25d", + "Addresses": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "AllowedIPs": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "Endpoints": ["77.164.248.136:52504", "10.65.0.27:52504", "172.17.0.1:52504"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 35592}, + {"Proto": "peerapi6", "Port": 35592} + ]}, + "Created": "2026-04-09T08:30:28.540377578Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7597044490794922, + "StableID": "njw6odUiK221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "DiscoKey": "discokey:897857b6d52e2eb380b6452a8d02342a772e75ccc7bdfe0ac8e2df073c32df0b", + "Addresses": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "AllowedIPs": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "Endpoints": ["77.164.248.136:55014", "10.65.0.27:55014", "172.17.0.1:55014"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60192}, + {"Proto": "peerapi6", "Port": 60192} + ]}, + "Created": "2026-04-09T08:30:25.310248713Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8599348509627695, + "StableID": "naJCibJf9A21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "DiscoKey": "discokey:929539f7821ee803b22cf6052c9c3a9ab74683b23c76b1167bd98ee71bd9565f", + "Addresses": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "AllowedIPs": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "Endpoints": ["77.164.248.136:34247", "10.65.0.27:34247", "172.17.0.1:34247"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62703}, + {"Proto": "peerapi6", "Port": 62703} + ]}, + "Created": "2026-04-09T08:30:29.624080642Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8990856773591612, + "StableID": "n5hhLaZyCD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "KeyExpiry": "2026-10-06T08:30:31Z", + "DiscoKey": "discokey:da2272d4acfe2cbd2c00b8e934d31bffccdff1e228d27f2dffea1435cd2b0b13", + "Addresses": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "AllowedIPs": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 45346}, + {"Proto": "peerapi6", "Port": 45346} + ]}, + "Created": "2026-04-09T08:30:31.233797677Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8809,27 +8819,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4282714596827142": { - "ID": 4282714596827142, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6329363418561642": { + "ID": 6329363418561642, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8860,26 +8872,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8677231852763219, - "StableID": "ntZZ3gAwkA21CNTRL", + "ID": 1743439871293339, + "StableID": "nEYDJ8DccE11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 8677231852763219, - "Key": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "DiscoKey": "discokey:14c5863187e1dfe2df29ebcaed5d09017c47667fcd6f530b8314810e7d7ae705", - "Addresses": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "AllowedIPs": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "Endpoints": ["77.164.248.136:45511", "10.65.0.27:45511", "172.17.0.1:45511"], + "User": 1743439871293339, + "Key": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "DiscoKey": "discokey:a2ea6bde0531e2916ce1e5420500483607a47019851175e5253cd959441bb01a", + "Addresses": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "AllowedIPs": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "Endpoints": ["77.164.248.136:38979", "10.65.0.27:38979", "172.17.0.1:38979"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 46840}, - {"Proto": "peerapi6", "Port": 46840}, + {"Proto": "peerapi4", "Port": 42902}, + {"Proto": "peerapi6", "Port": 42902}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:24:17.863669919Z", + "Created": "2026-04-09T08:30:24.213234076Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8907,302 +8919,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "MachineKey": "mkey:f547ed3e2d7cd2f5d62ca53cd755406208be3778156424c2396c51e5a23ecc2a", + "NodeKey": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "MachineKey": "mkey:c72f4dc18690ab005cbf93fdbd884b3a74349a30fb78e31b1c9fdf8ec7ec4437", "Peers": [{ - "ID": 220952884872506, - "StableID": "nqgUpL45j211CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 15027490204794, + "StableID": "nMzJrJko7111CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "DiscoKey": "discokey:49b8f6f7da77dfba69d1d0571b5eff06df22f0e0b80d0ba19fb2aad61b048303", - "Addresses": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "AllowedIPs": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "Endpoints": ["77.164.248.136:54440", "10.65.0.27:54440", "172.17.0.1:54440"], + "Key": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "DiscoKey": "discokey:af6dbfa5b0a97e1d018b3cc25c5ebe669d9e38cd7eee45cae83bdd5afabc0860", + "Addresses": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "AllowedIPs": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "Endpoints": ["77.164.248.136:48576", "10.65.0.27:48576", "172.17.0.1:48576"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53589}, - {"Proto": "peerapi6", "Port": 53589} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39223}, + {"Proto": "peerapi6", "Port": 39223} ]}, - "Created": "2026-04-09T01:24:18.936420472Z", + "Created": "2026-04-09T08:30:28.004373619Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 786503608796051, - "StableID": "nnpwej7D9711CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "DiscoKey": "discokey:6febb5295004b57b7d8a0772c653b22d6bddd8653782024ca72d263e66d9d55e", - "Addresses": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "AllowedIPs": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "Endpoints": ["77.164.248.136:36206", "10.65.0.27:36206", "172.17.0.1:36206"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60683}, - {"Proto": "peerapi6", "Port": 60683} - ]}, - "Created": "2026-04-09T01:24:23.270175214Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1164589227565580, - "StableID": "nfrJ6VnS6A11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "DiscoKey": "discokey:a7b06eace92fdf264b72103f6c03556bb07f6cd084c029c4e2b9e27ba061ad76", - "Addresses": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "AllowedIPs": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "Endpoints": ["77.164.248.136:47958", "10.65.0.27:47958", "172.17.0.1:47958"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 42096}, - {"Proto": "peerapi6", "Port": 42096} - ]}, - "Created": "2026-04-09T01:24:17.328286037Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1164707456596945, - "StableID": "nvqzactV6A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "DiscoKey": "discokey:ea5c0c85a9ae7eb188422c2978b8633339a5d6db94829d1da8928b34a47a8c0d", - "Addresses": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "AllowedIPs": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "Endpoints": ["77.164.248.136:44422", "10.65.0.27:44422", "172.17.0.1:44422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33687}, - {"Proto": "peerapi6", "Port": 33687} - ]}, - "Created": "2026-04-09T01:24:19.482182859Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2303223913771666, - "StableID": "nFBwEdn8zJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "DiscoKey": "discokey:6e8d39b675551cf5527f15ff7908be142eeddf0a18af8e1edaa2c99357bc316d", - "Addresses": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "AllowedIPs": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "Endpoints": ["77.164.248.136:53899", "10.65.0.27:53899", "172.17.0.1:53899"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} - ]}, - "Created": "2026-04-09T01:24:22.191506042Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4015781959958286, - "StableID": "no7LQPnkMY11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:84a01196468533b1db850881258e1e03e55598c1fd7046985db0ca9670893a09", - "Addresses": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "AllowedIPs": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "Endpoints": ["77.164.248.136:46569", "10.65.0.27:46569", "172.17.0.1:46569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 33939}, - {"Proto": "peerapi6", "Port": 33939} - ]}, - "Created": "2026-04-09T01:24:24.361449092Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4282714596827142, - "StableID": "nHpMTieeSa11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "DiscoKey": "discokey:a1b8e89a26e9a3f26056a77657ce8eb8d85a898502ae337f65c19365bf379a01", - "Addresses": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "AllowedIPs": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "Endpoints": ["77.164.248.136:46875", "10.65.0.27:46875", "172.17.0.1:46875"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60325}, - {"Proto": "peerapi6", "Port": 60325} - ]}, - "Created": "2026-04-09T01:24:22.731065823Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4534469607796988, - "StableID": "nRHQgzpfQc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "DiscoKey": "discokey:f950cbfc1bb0885f0f6ba2654854c861cad9a32aef08e2da9ce936e0d878081a", - "Addresses": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "AllowedIPs": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "Endpoints": ["77.164.248.136:44587", "10.65.0.27:44587", "172.17.0.1:44587"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55005}, - {"Proto": "peerapi6", "Port": 55005} - ]}, - "Created": "2026-04-09T01:24:20.025872518Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4638533964203343, - "StableID": "nJACWTRoDd11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "KeyExpiry": "2026-10-06T01:24:23Z", - "DiscoKey": "discokey:bc0b853b964184bc0881bcc961f813d43d29c665c016293103189059ea482901", - "Addresses": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "AllowedIPs": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "Endpoints": ["77.164.248.136:60425", "10.65.0.27:60425", "172.17.0.1:60425"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57849}, - {"Proto": "peerapi6", "Port": 57849} - ]}, - "Created": "2026-04-09T01:24:23.821670334Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5423927639123328, - "StableID": "nR9u69PWMj11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "DiscoKey": "discokey:f0dfb42377f971e95e83e69f28ee9063a3ebb8db92393af36de3715de61c110d", - "Addresses": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "AllowedIPs": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "Endpoints": ["77.164.248.136:32975", "10.65.0.27:32975", "172.17.0.1:32975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55837}, - {"Proto": "peerapi6", "Port": 55837} - ]}, - "Created": "2026-04-09T01:24:20.570282913Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5981848387165758, - "StableID": "nHCb6o1Cio11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "DiscoKey": "discokey:bc19fbdeee5de4de4dcb442dceffe1b49cd94da376b278421826757824732c60", - "Addresses": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "AllowedIPs": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "Endpoints": ["77.164.248.136:44101", "10.65.0.27:44101", "172.17.0.1:44101"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39606}, - {"Proto": "peerapi6", "Port": 39606} - ]}, - "Created": "2026-04-09T01:24:21.115114811Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6873766059032163, - "StableID": "ne2nXMB9gv11CNTRL", + "ID": 303195787622555, + "StableID": "nEaQWUSKN311CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "DiscoKey": "discokey:c391fc35074631b802546e6a10bf8ffbe4869c49812a2c64189eefab1cf08266", - "Addresses": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "AllowedIPs": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "Endpoints": ["77.164.248.136:39349", "10.65.0.27:39349", "172.17.0.1:39349"], + "Key": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "DiscoKey": "discokey:fd7084b77d58bf0df2a9959f5f0861c8dd24e636d690b17f0dafa6f55ff4d412", + "Addresses": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "AllowedIPs": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "Endpoints": ["77.164.248.136:44632", "10.65.0.27:44632", "172.17.0.1:44632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54611}, - {"Proto": "peerapi6", "Port": 54611} + {"Proto": "peerapi4", "Port": 39601}, + {"Proto": "peerapi6", "Port": 39601} ]}, - "Created": "2026-04-09T01:24:18.398371998Z", + "Created": "2026-04-09T08:30:24.751900703Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7613710691942281, - "StableID": "nrKLvcGGT221CNTRL", + "ID": 1457650079834749, + "StableID": "nLis4mzAPC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "DiscoKey": "discokey:e23b54c13ecea635eb82c5fdf80904d34adaa76331bc34ae2c5144ea95a01a68", + "Addresses": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "AllowedIPs": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "Endpoints": ["77.164.248.136:41758", "10.65.0.27:41758", "172.17.0.1:41758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36261}, + {"Proto": "peerapi6", "Port": 36261} + ]}, + "Created": "2026-04-09T08:30:27.463160984Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2447867892955245, + "StableID": "nxtVNeLe7L11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:22497b015761fd77627c93d0dc4e579eb2d7fc257029cb94cb835154bb3ccc24", + "Addresses": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "AllowedIPs": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "Endpoints": ["77.164.248.136:33587", "10.65.0.27:33587", "172.17.0.1:33587"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37927}, + {"Proto": "peerapi6", "Port": 37927} + ]}, + "Created": "2026-04-09T08:30:30.154058097Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5708160874046719, + "StableID": "nxf8mzhEam11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:413a130b1f84f22decc804c53f407e962a6232581f731baea8cb3b845914b371", + "Addresses": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "AllowedIPs": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "Endpoints": ["77.164.248.136:51998", "10.65.0.27:51998", "172.17.0.1:51998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59396}, + {"Proto": "peerapi6", "Port": 59396} + ]}, + "Created": "2026-04-09T08:30:30.684283649Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5807140794530528, + "StableID": "n5soP1k4Mn11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "DiscoKey": "discokey:ccf444cb8920e87240d43abe90abf1cc1bdd41d1dd80a36ffc52f1ae9c8dcc43", + "Addresses": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "AllowedIPs": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "Endpoints": ["77.164.248.136:46075", "10.65.0.27:46075", "172.17.0.1:46075"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65036}, + {"Proto": "peerapi6", "Port": 65036} + ]}, + "Created": "2026-04-09T08:30:25.853207249Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6263175187471011, + "StableID": "nnQh5Xzbuq11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "DiscoKey": "discokey:219a303579922922f8e733d1f01a015af37ff9d2d4ec499438004bb8adbc044d", + "Addresses": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "AllowedIPs": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "Endpoints": ["77.164.248.136:44424", "10.65.0.27:44424", "172.17.0.1:44424"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53498}, + {"Proto": "peerapi6", "Port": 53498} + ]}, + "Created": "2026-04-09T08:30:26.391983006Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6329363418561642, + "StableID": "n7KsQNeaRr11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "DiscoKey": "discokey:a6a6a9c42bdbe26349f575aa968cdcf97ecd20b4d8af27e7bd4a321c9f626a46", + "Addresses": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "AllowedIPs": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "Endpoints": ["77.164.248.136:48840", "10.65.0.27:48840", "172.17.0.1:48840"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50140}, + {"Proto": "peerapi6", "Port": 50140} + ]}, + "Created": "2026-04-09T08:30:29.095134261Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6799828868127244, + "StableID": "nZ35AVye6v11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "DiscoKey": "discokey:1f831f859b7ab6fb0bf34cc2e2dd796696734db072438f11bf26ae9d6900f019", + "Addresses": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "AllowedIPs": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "Endpoints": ["77.164.248.136:37034", "10.65.0.27:37034", "172.17.0.1:37034"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62124}, + {"Proto": "peerapi6", "Port": 62124} + ]}, + "Created": "2026-04-09T08:30:23.667967905Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7461649790785360, + "StableID": "nXcxnTtPG121CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "DiscoKey": "discokey:fb1e22c8085d4560ff81c6878f8634a13792e837f4c03a468675d97880c2a411", + "Addresses": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "AllowedIPs": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "Endpoints": ["77.164.248.136:44280", "10.65.0.27:44280", "172.17.0.1:44280"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43107}, + {"Proto": "peerapi6", "Port": 43107} + ]}, + "Created": "2026-04-09T08:30:26.953378198Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7571174980029283, + "StableID": "nJYSiqvz7221CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "DiscoKey": "discokey:d8a649591c9a4c90b2042cbc8c9830a6a7ca804ca0cde85170b6cfc3bf49a25d", + "Addresses": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "AllowedIPs": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "Endpoints": ["77.164.248.136:52504", "10.65.0.27:52504", "172.17.0.1:52504"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 35592}, + {"Proto": "peerapi6", "Port": 35592} + ]}, + "Created": "2026-04-09T08:30:28.540377578Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7597044490794922, + "StableID": "njw6odUiK221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "DiscoKey": "discokey:897857b6d52e2eb380b6452a8d02342a772e75ccc7bdfe0ac8e2df073c32df0b", + "Addresses": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "AllowedIPs": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "Endpoints": ["77.164.248.136:55014", "10.65.0.27:55014", "172.17.0.1:55014"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60192}, + {"Proto": "peerapi6", "Port": 60192} + ]}, + "Created": "2026-04-09T08:30:25.310248713Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8599348509627695, + "StableID": "naJCibJf9A21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "DiscoKey": "discokey:929539f7821ee803b22cf6052c9c3a9ab74683b23c76b1167bd98ee71bd9565f", + "Addresses": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "AllowedIPs": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "Endpoints": ["77.164.248.136:34247", "10.65.0.27:34247", "172.17.0.1:34247"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62703}, + {"Proto": "peerapi6", "Port": 62703} + ]}, + "Created": "2026-04-09T08:30:29.624080642Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8990856773591612, + "StableID": "n5hhLaZyCD21CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:22741f8b1dda47bcc16a40bbd4e72a8e18d330a2f5ef2af7e21ce9c2c714996c", - "Addresses": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "AllowedIPs": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "Endpoints": ["77.164.248.136:33364", "10.65.0.27:33364", "172.17.0.1:33364"], + "Key": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "KeyExpiry": "2026-10-06T08:30:31Z", + "DiscoKey": "discokey:da2272d4acfe2cbd2c00b8e934d31bffccdff1e228d27f2dffea1435cd2b0b13", + "Addresses": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "AllowedIPs": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "Endpoints": ["77.164.248.136:46166", "10.65.0.27:46166", "172.17.0.1:46166"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37387}, - {"Proto": "peerapi6", "Port": 37387} + {"Proto": "peerapi4", "Port": 45346}, + {"Proto": "peerapi6", "Port": 45346} ]}, - "Created": "2026-04-09T01:24:24.907509346Z", + "Created": "2026-04-09T08:30:31.233797677Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8947288457573146, - "StableID": "njjrSZ6FsC21CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "DiscoKey": "discokey:0226015226a4a22264ed49f51d6c3d353eb3129754d7cf91e1f3925106871c7c", - "Addresses": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "AllowedIPs": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "Endpoints": ["77.164.248.136:60454", "10.65.0.27:60454", "172.17.0.1:60454"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45322}, - {"Proto": "peerapi6", "Port": 45322} - ]}, - "Created": "2026-04-09T01:24:21.649649821Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10050,27 +10062,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8677231852763219": { - "ID": 8677231852763219, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1743439871293339": { + "ID": 1743439871293339, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10101,26 +10115,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1164589227565580, - "StableID": "nfrJ6VnS6A11CNTRL", + "ID": 6799828868127244, + "StableID": "nZ35AVye6v11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 1164589227565580, - "Key": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "DiscoKey": "discokey:a7b06eace92fdf264b72103f6c03556bb07f6cd084c029c4e2b9e27ba061ad76", - "Addresses": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "AllowedIPs": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "Endpoints": ["77.164.248.136:47958", "10.65.0.27:47958", "172.17.0.1:47958"], + "User": 6799828868127244, + "Key": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "DiscoKey": "discokey:1f831f859b7ab6fb0bf34cc2e2dd796696734db072438f11bf26ae9d6900f019", + "Addresses": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "AllowedIPs": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "Endpoints": ["77.164.248.136:37034", "10.65.0.27:37034", "172.17.0.1:37034"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 42096}, - {"Proto": "peerapi6", "Port": 42096}, + {"Proto": "peerapi4", "Port": 62124}, + {"Proto": "peerapi6", "Port": 62124}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:24:17.328286037Z", + "Created": "2026-04-09T08:30:23.667967905Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10148,302 +10162,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "MachineKey": "mkey:3f31c4e0a8858bedbd9df8dea034f7ac9eaf9099584f45e58e571b4688085e6d", + "NodeKey": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "MachineKey": "mkey:65b83a9657223ae766a473a8a3b1c2735858506feff52fd5c020bcc51f9ad54f", "Peers": [{ - "ID": 220952884872506, - "StableID": "nqgUpL45j211CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 15027490204794, + "StableID": "nMzJrJko7111CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "DiscoKey": "discokey:49b8f6f7da77dfba69d1d0571b5eff06df22f0e0b80d0ba19fb2aad61b048303", - "Addresses": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "AllowedIPs": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "Endpoints": ["77.164.248.136:54440", "10.65.0.27:54440", "172.17.0.1:54440"], + "Key": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "DiscoKey": "discokey:af6dbfa5b0a97e1d018b3cc25c5ebe669d9e38cd7eee45cae83bdd5afabc0860", + "Addresses": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "AllowedIPs": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "Endpoints": ["77.164.248.136:48576", "10.65.0.27:48576", "172.17.0.1:48576"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53589}, - {"Proto": "peerapi6", "Port": 53589} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39223}, + {"Proto": "peerapi6", "Port": 39223} ]}, - "Created": "2026-04-09T01:24:18.936420472Z", + "Created": "2026-04-09T08:30:28.004373619Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 786503608796051, - "StableID": "nnpwej7D9711CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "DiscoKey": "discokey:6febb5295004b57b7d8a0772c653b22d6bddd8653782024ca72d263e66d9d55e", - "Addresses": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "AllowedIPs": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "Endpoints": ["77.164.248.136:36206", "10.65.0.27:36206", "172.17.0.1:36206"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60683}, - {"Proto": "peerapi6", "Port": 60683} - ]}, - "Created": "2026-04-09T01:24:23.270175214Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1164707456596945, - "StableID": "nvqzactV6A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "DiscoKey": "discokey:ea5c0c85a9ae7eb188422c2978b8633339a5d6db94829d1da8928b34a47a8c0d", - "Addresses": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "AllowedIPs": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "Endpoints": ["77.164.248.136:44422", "10.65.0.27:44422", "172.17.0.1:44422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33687}, - {"Proto": "peerapi6", "Port": 33687} - ]}, - "Created": "2026-04-09T01:24:19.482182859Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2303223913771666, - "StableID": "nFBwEdn8zJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "DiscoKey": "discokey:6e8d39b675551cf5527f15ff7908be142eeddf0a18af8e1edaa2c99357bc316d", - "Addresses": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "AllowedIPs": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "Endpoints": ["77.164.248.136:53899", "10.65.0.27:53899", "172.17.0.1:53899"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} - ]}, - "Created": "2026-04-09T01:24:22.191506042Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4015781959958286, - "StableID": "no7LQPnkMY11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:84a01196468533b1db850881258e1e03e55598c1fd7046985db0ca9670893a09", - "Addresses": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "AllowedIPs": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "Endpoints": ["77.164.248.136:46569", "10.65.0.27:46569", "172.17.0.1:46569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 33939}, - {"Proto": "peerapi6", "Port": 33939} - ]}, - "Created": "2026-04-09T01:24:24.361449092Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4282714596827142, - "StableID": "nHpMTieeSa11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "DiscoKey": "discokey:a1b8e89a26e9a3f26056a77657ce8eb8d85a898502ae337f65c19365bf379a01", - "Addresses": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "AllowedIPs": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "Endpoints": ["77.164.248.136:46875", "10.65.0.27:46875", "172.17.0.1:46875"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60325}, - {"Proto": "peerapi6", "Port": 60325} - ]}, - "Created": "2026-04-09T01:24:22.731065823Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4534469607796988, - "StableID": "nRHQgzpfQc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "DiscoKey": "discokey:f950cbfc1bb0885f0f6ba2654854c861cad9a32aef08e2da9ce936e0d878081a", - "Addresses": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "AllowedIPs": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "Endpoints": ["77.164.248.136:44587", "10.65.0.27:44587", "172.17.0.1:44587"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55005}, - {"Proto": "peerapi6", "Port": 55005} - ]}, - "Created": "2026-04-09T01:24:20.025872518Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4638533964203343, - "StableID": "nJACWTRoDd11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "KeyExpiry": "2026-10-06T01:24:23Z", - "DiscoKey": "discokey:bc0b853b964184bc0881bcc961f813d43d29c665c016293103189059ea482901", - "Addresses": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "AllowedIPs": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "Endpoints": ["77.164.248.136:60425", "10.65.0.27:60425", "172.17.0.1:60425"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57849}, - {"Proto": "peerapi6", "Port": 57849} - ]}, - "Created": "2026-04-09T01:24:23.821670334Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5423927639123328, - "StableID": "nR9u69PWMj11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "DiscoKey": "discokey:f0dfb42377f971e95e83e69f28ee9063a3ebb8db92393af36de3715de61c110d", - "Addresses": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "AllowedIPs": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "Endpoints": ["77.164.248.136:32975", "10.65.0.27:32975", "172.17.0.1:32975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55837}, - {"Proto": "peerapi6", "Port": 55837} - ]}, - "Created": "2026-04-09T01:24:20.570282913Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5981848387165758, - "StableID": "nHCb6o1Cio11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "DiscoKey": "discokey:bc19fbdeee5de4de4dcb442dceffe1b49cd94da376b278421826757824732c60", - "Addresses": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "AllowedIPs": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "Endpoints": ["77.164.248.136:44101", "10.65.0.27:44101", "172.17.0.1:44101"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39606}, - {"Proto": "peerapi6", "Port": 39606} - ]}, - "Created": "2026-04-09T01:24:21.115114811Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6873766059032163, - "StableID": "ne2nXMB9gv11CNTRL", + "ID": 303195787622555, + "StableID": "nEaQWUSKN311CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "DiscoKey": "discokey:c391fc35074631b802546e6a10bf8ffbe4869c49812a2c64189eefab1cf08266", - "Addresses": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "AllowedIPs": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "Endpoints": ["77.164.248.136:39349", "10.65.0.27:39349", "172.17.0.1:39349"], + "Key": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "DiscoKey": "discokey:fd7084b77d58bf0df2a9959f5f0861c8dd24e636d690b17f0dafa6f55ff4d412", + "Addresses": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "AllowedIPs": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "Endpoints": ["77.164.248.136:44632", "10.65.0.27:44632", "172.17.0.1:44632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54611}, - {"Proto": "peerapi6", "Port": 54611} + {"Proto": "peerapi4", "Port": 39601}, + {"Proto": "peerapi6", "Port": 39601} ]}, - "Created": "2026-04-09T01:24:18.398371998Z", + "Created": "2026-04-09T08:30:24.751900703Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7613710691942281, - "StableID": "nrKLvcGGT221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:22741f8b1dda47bcc16a40bbd4e72a8e18d330a2f5ef2af7e21ce9c2c714996c", - "Addresses": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "AllowedIPs": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "Endpoints": ["77.164.248.136:33364", "10.65.0.27:33364", "172.17.0.1:33364"], + "ID": 1457650079834749, + "StableID": "nLis4mzAPC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "DiscoKey": "discokey:e23b54c13ecea635eb82c5fdf80904d34adaa76331bc34ae2c5144ea95a01a68", + "Addresses": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "AllowedIPs": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "Endpoints": ["77.164.248.136:41758", "10.65.0.27:41758", "172.17.0.1:41758"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37387}, - {"Proto": "peerapi6", "Port": 37387} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36261}, + {"Proto": "peerapi6", "Port": 36261} ]}, - "Created": "2026-04-09T01:24:24.907509346Z", + "Created": "2026-04-09T08:30:27.463160984Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 8677231852763219, - "StableID": "ntZZ3gAwkA21CNTRL", + "ID": 1743439871293339, + "StableID": "nEYDJ8DccE11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "DiscoKey": "discokey:14c5863187e1dfe2df29ebcaed5d09017c47667fcd6f530b8314810e7d7ae705", - "Addresses": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "AllowedIPs": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "Endpoints": ["77.164.248.136:45511", "10.65.0.27:45511", "172.17.0.1:45511"], + "Key": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "DiscoKey": "discokey:a2ea6bde0531e2916ce1e5420500483607a47019851175e5253cd959441bb01a", + "Addresses": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "AllowedIPs": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "Endpoints": ["77.164.248.136:38979", "10.65.0.27:38979", "172.17.0.1:38979"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46840}, - {"Proto": "peerapi6", "Port": 46840} + {"Proto": "peerapi4", "Port": 42902}, + {"Proto": "peerapi6", "Port": 42902} ]}, - "Created": "2026-04-09T01:24:17.863669919Z", + "Created": "2026-04-09T08:30:24.213234076Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8947288457573146, - "StableID": "njjrSZ6FsC21CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "DiscoKey": "discokey:0226015226a4a22264ed49f51d6c3d353eb3129754d7cf91e1f3925106871c7c", - "Addresses": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "AllowedIPs": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "Endpoints": ["77.164.248.136:60454", "10.65.0.27:60454", "172.17.0.1:60454"], + "ID": 2447867892955245, + "StableID": "nxtVNeLe7L11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:22497b015761fd77627c93d0dc4e579eb2d7fc257029cb94cb835154bb3ccc24", + "Addresses": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "AllowedIPs": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "Endpoints": ["77.164.248.136:33587", "10.65.0.27:33587", "172.17.0.1:33587"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45322}, - {"Proto": "peerapi6", "Port": 45322} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37927}, + {"Proto": "peerapi6", "Port": 37927} ]}, - "Created": "2026-04-09T01:24:21.649649821Z", + "Created": "2026-04-09T08:30:30.154058097Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5708160874046719, + "StableID": "nxf8mzhEam11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:413a130b1f84f22decc804c53f407e962a6232581f731baea8cb3b845914b371", + "Addresses": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "AllowedIPs": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "Endpoints": ["77.164.248.136:51998", "10.65.0.27:51998", "172.17.0.1:51998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59396}, + {"Proto": "peerapi6", "Port": 59396} + ]}, + "Created": "2026-04-09T08:30:30.684283649Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5807140794530528, + "StableID": "n5soP1k4Mn11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "DiscoKey": "discokey:ccf444cb8920e87240d43abe90abf1cc1bdd41d1dd80a36ffc52f1ae9c8dcc43", + "Addresses": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "AllowedIPs": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "Endpoints": ["77.164.248.136:46075", "10.65.0.27:46075", "172.17.0.1:46075"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65036}, + {"Proto": "peerapi6", "Port": 65036} + ]}, + "Created": "2026-04-09T08:30:25.853207249Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6263175187471011, + "StableID": "nnQh5Xzbuq11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "DiscoKey": "discokey:219a303579922922f8e733d1f01a015af37ff9d2d4ec499438004bb8adbc044d", + "Addresses": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "AllowedIPs": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "Endpoints": ["77.164.248.136:44424", "10.65.0.27:44424", "172.17.0.1:44424"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53498}, + {"Proto": "peerapi6", "Port": 53498} + ]}, + "Created": "2026-04-09T08:30:26.391983006Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6329363418561642, + "StableID": "n7KsQNeaRr11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "DiscoKey": "discokey:a6a6a9c42bdbe26349f575aa968cdcf97ecd20b4d8af27e7bd4a321c9f626a46", + "Addresses": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "AllowedIPs": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "Endpoints": ["77.164.248.136:48840", "10.65.0.27:48840", "172.17.0.1:48840"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50140}, + {"Proto": "peerapi6", "Port": 50140} + ]}, + "Created": "2026-04-09T08:30:29.095134261Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7461649790785360, + "StableID": "nXcxnTtPG121CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "DiscoKey": "discokey:fb1e22c8085d4560ff81c6878f8634a13792e837f4c03a468675d97880c2a411", + "Addresses": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "AllowedIPs": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "Endpoints": ["77.164.248.136:44280", "10.65.0.27:44280", "172.17.0.1:44280"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43107}, + {"Proto": "peerapi6", "Port": 43107} + ]}, + "Created": "2026-04-09T08:30:26.953378198Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7571174980029283, + "StableID": "nJYSiqvz7221CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "DiscoKey": "discokey:d8a649591c9a4c90b2042cbc8c9830a6a7ca804ca0cde85170b6cfc3bf49a25d", + "Addresses": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "AllowedIPs": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "Endpoints": ["77.164.248.136:52504", "10.65.0.27:52504", "172.17.0.1:52504"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 35592}, + {"Proto": "peerapi6", "Port": 35592} + ]}, + "Created": "2026-04-09T08:30:28.540377578Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7597044490794922, + "StableID": "njw6odUiK221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "DiscoKey": "discokey:897857b6d52e2eb380b6452a8d02342a772e75ccc7bdfe0ac8e2df073c32df0b", + "Addresses": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "AllowedIPs": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "Endpoints": ["77.164.248.136:55014", "10.65.0.27:55014", "172.17.0.1:55014"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60192}, + {"Proto": "peerapi6", "Port": 60192} + ]}, + "Created": "2026-04-09T08:30:25.310248713Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8599348509627695, + "StableID": "naJCibJf9A21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "DiscoKey": "discokey:929539f7821ee803b22cf6052c9c3a9ab74683b23c76b1167bd98ee71bd9565f", + "Addresses": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "AllowedIPs": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "Endpoints": ["77.164.248.136:34247", "10.65.0.27:34247", "172.17.0.1:34247"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62703}, + {"Proto": "peerapi6", "Port": 62703} + ]}, + "Created": "2026-04-09T08:30:29.624080642Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8990856773591612, + "StableID": "n5hhLaZyCD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "KeyExpiry": "2026-10-06T08:30:31Z", + "DiscoKey": "discokey:da2272d4acfe2cbd2c00b8e934d31bffccdff1e228d27f2dffea1435cd2b0b13", + "Addresses": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "AllowedIPs": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "Endpoints": ["77.164.248.136:46166", "10.65.0.27:46166", "172.17.0.1:46166"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 45346}, + {"Proto": "peerapi6", "Port": 45346} + ]}, + "Created": "2026-04-09T08:30:31.233797677Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11291,27 +11305,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1164589227565580": { - "ID": 1164589227565580, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6799828868127244": { + "ID": 6799828868127244, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11342,21 +11358,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1164707456596945, - "StableID": "nvqzactV6A11CNTRL", + "ID": 5807140794530528, + "StableID": "n5soP1k4Mn11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 1164707456596945, - "Key": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "DiscoKey": "discokey:ea5c0c85a9ae7eb188422c2978b8633339a5d6db94829d1da8928b34a47a8c0d", - "Addresses": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "AllowedIPs": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "Endpoints": ["77.164.248.136:44422", "10.65.0.27:44422", "172.17.0.1:44422"], + "User": 5807140794530528, + "Key": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "DiscoKey": "discokey:ccf444cb8920e87240d43abe90abf1cc1bdd41d1dd80a36ffc52f1ae9c8dcc43", + "Addresses": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "AllowedIPs": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "Endpoints": ["77.164.248.136:46075", "10.65.0.27:46075", "172.17.0.1:46075"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 33687}, - {"Proto": "peerapi6", "Port": 33687}, + {"Proto": "peerapi4", "Port": 65036}, + {"Proto": "peerapi6", "Port": 65036}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:19.482182859Z", + "Created": "2026-04-09T08:30:25.853207249Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11384,300 +11400,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "MachineKey": "mkey:c5d3235659b9415d621040620341f9333428379dc81c13978701afa841d5f724", + "NodeKey": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "MachineKey": "mkey:57b5447464216bf129f436a66d2961a4aceb0a68c6ee11d167ba1dd2687b685c", "Peers": [{ - "ID": 220952884872506, - "StableID": "nqgUpL45j211CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 15027490204794, + "StableID": "nMzJrJko7111CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "DiscoKey": "discokey:49b8f6f7da77dfba69d1d0571b5eff06df22f0e0b80d0ba19fb2aad61b048303", - "Addresses": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "AllowedIPs": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "Endpoints": ["77.164.248.136:54440", "10.65.0.27:54440", "172.17.0.1:54440"], + "Key": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "DiscoKey": "discokey:af6dbfa5b0a97e1d018b3cc25c5ebe669d9e38cd7eee45cae83bdd5afabc0860", + "Addresses": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "AllowedIPs": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "Endpoints": ["77.164.248.136:48576", "10.65.0.27:48576", "172.17.0.1:48576"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53589}, - {"Proto": "peerapi6", "Port": 53589} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39223}, + {"Proto": "peerapi6", "Port": 39223} ]}, - "Created": "2026-04-09T01:24:18.936420472Z", + "Created": "2026-04-09T08:30:28.004373619Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 786503608796051, - "StableID": "nnpwej7D9711CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "DiscoKey": "discokey:6febb5295004b57b7d8a0772c653b22d6bddd8653782024ca72d263e66d9d55e", - "Addresses": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "AllowedIPs": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "Endpoints": ["77.164.248.136:36206", "10.65.0.27:36206", "172.17.0.1:36206"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60683}, - {"Proto": "peerapi6", "Port": 60683} - ]}, - "Created": "2026-04-09T01:24:23.270175214Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1164589227565580, - "StableID": "nfrJ6VnS6A11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "DiscoKey": "discokey:a7b06eace92fdf264b72103f6c03556bb07f6cd084c029c4e2b9e27ba061ad76", - "Addresses": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "AllowedIPs": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "Endpoints": ["77.164.248.136:47958", "10.65.0.27:47958", "172.17.0.1:47958"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 42096}, - {"Proto": "peerapi6", "Port": 42096} - ]}, - "Created": "2026-04-09T01:24:17.328286037Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2303223913771666, - "StableID": "nFBwEdn8zJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "DiscoKey": "discokey:6e8d39b675551cf5527f15ff7908be142eeddf0a18af8e1edaa2c99357bc316d", - "Addresses": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "AllowedIPs": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "Endpoints": ["77.164.248.136:53899", "10.65.0.27:53899", "172.17.0.1:53899"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} - ]}, - "Created": "2026-04-09T01:24:22.191506042Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4015781959958286, - "StableID": "no7LQPnkMY11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:84a01196468533b1db850881258e1e03e55598c1fd7046985db0ca9670893a09", - "Addresses": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "AllowedIPs": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "Endpoints": ["77.164.248.136:46569", "10.65.0.27:46569", "172.17.0.1:46569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 33939}, - {"Proto": "peerapi6", "Port": 33939} - ]}, - "Created": "2026-04-09T01:24:24.361449092Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4282714596827142, - "StableID": "nHpMTieeSa11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "DiscoKey": "discokey:a1b8e89a26e9a3f26056a77657ce8eb8d85a898502ae337f65c19365bf379a01", - "Addresses": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "AllowedIPs": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "Endpoints": ["77.164.248.136:46875", "10.65.0.27:46875", "172.17.0.1:46875"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60325}, - {"Proto": "peerapi6", "Port": 60325} - ]}, - "Created": "2026-04-09T01:24:22.731065823Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4534469607796988, - "StableID": "nRHQgzpfQc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "DiscoKey": "discokey:f950cbfc1bb0885f0f6ba2654854c861cad9a32aef08e2da9ce936e0d878081a", - "Addresses": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "AllowedIPs": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "Endpoints": ["77.164.248.136:44587", "10.65.0.27:44587", "172.17.0.1:44587"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55005}, - {"Proto": "peerapi6", "Port": 55005} - ]}, - "Created": "2026-04-09T01:24:20.025872518Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4638533964203343, - "StableID": "nJACWTRoDd11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "KeyExpiry": "2026-10-06T01:24:23Z", - "DiscoKey": "discokey:bc0b853b964184bc0881bcc961f813d43d29c665c016293103189059ea482901", - "Addresses": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "AllowedIPs": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "Endpoints": ["77.164.248.136:60425", "10.65.0.27:60425", "172.17.0.1:60425"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57849}, - {"Proto": "peerapi6", "Port": 57849} - ]}, - "Created": "2026-04-09T01:24:23.821670334Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5423927639123328, - "StableID": "nR9u69PWMj11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "DiscoKey": "discokey:f0dfb42377f971e95e83e69f28ee9063a3ebb8db92393af36de3715de61c110d", - "Addresses": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "AllowedIPs": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "Endpoints": ["77.164.248.136:32975", "10.65.0.27:32975", "172.17.0.1:32975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55837}, - {"Proto": "peerapi6", "Port": 55837} - ]}, - "Created": "2026-04-09T01:24:20.570282913Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5981848387165758, - "StableID": "nHCb6o1Cio11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "DiscoKey": "discokey:bc19fbdeee5de4de4dcb442dceffe1b49cd94da376b278421826757824732c60", - "Addresses": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "AllowedIPs": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "Endpoints": ["77.164.248.136:44101", "10.65.0.27:44101", "172.17.0.1:44101"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39606}, - {"Proto": "peerapi6", "Port": 39606} - ]}, - "Created": "2026-04-09T01:24:21.115114811Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6873766059032163, - "StableID": "ne2nXMB9gv11CNTRL", + "ID": 303195787622555, + "StableID": "nEaQWUSKN311CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "DiscoKey": "discokey:c391fc35074631b802546e6a10bf8ffbe4869c49812a2c64189eefab1cf08266", - "Addresses": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "AllowedIPs": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "Endpoints": ["77.164.248.136:39349", "10.65.0.27:39349", "172.17.0.1:39349"], + "Key": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "DiscoKey": "discokey:fd7084b77d58bf0df2a9959f5f0861c8dd24e636d690b17f0dafa6f55ff4d412", + "Addresses": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "AllowedIPs": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "Endpoints": ["77.164.248.136:44632", "10.65.0.27:44632", "172.17.0.1:44632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54611}, - {"Proto": "peerapi6", "Port": 54611} + {"Proto": "peerapi4", "Port": 39601}, + {"Proto": "peerapi6", "Port": 39601} ]}, - "Created": "2026-04-09T01:24:18.398371998Z", + "Created": "2026-04-09T08:30:24.751900703Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7613710691942281, - "StableID": "nrKLvcGGT221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:22741f8b1dda47bcc16a40bbd4e72a8e18d330a2f5ef2af7e21ce9c2c714996c", - "Addresses": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "AllowedIPs": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37387}, - {"Proto": "peerapi6", "Port": 37387} + "ID": 1457650079834749, + "StableID": "nLis4mzAPC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "DiscoKey": "discokey:e23b54c13ecea635eb82c5fdf80904d34adaa76331bc34ae2c5144ea95a01a68", + "Addresses": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "AllowedIPs": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "Endpoints": ["77.164.248.136:41758", "10.65.0.27:41758", "172.17.0.1:41758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36261}, + {"Proto": "peerapi6", "Port": 36261} ]}, - "Created": "2026-04-09T01:24:24.907509346Z", + "Created": "2026-04-09T08:30:27.463160984Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 8677231852763219, - "StableID": "ntZZ3gAwkA21CNTRL", + "ID": 1743439871293339, + "StableID": "nEYDJ8DccE11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "DiscoKey": "discokey:14c5863187e1dfe2df29ebcaed5d09017c47667fcd6f530b8314810e7d7ae705", - "Addresses": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "AllowedIPs": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "Endpoints": ["77.164.248.136:45511", "10.65.0.27:45511", "172.17.0.1:45511"], + "Key": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "DiscoKey": "discokey:a2ea6bde0531e2916ce1e5420500483607a47019851175e5253cd959441bb01a", + "Addresses": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "AllowedIPs": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "Endpoints": ["77.164.248.136:38979", "10.65.0.27:38979", "172.17.0.1:38979"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46840}, - {"Proto": "peerapi6", "Port": 46840} + {"Proto": "peerapi4", "Port": 42902}, + {"Proto": "peerapi6", "Port": 42902} ]}, - "Created": "2026-04-09T01:24:17.863669919Z", + "Created": "2026-04-09T08:30:24.213234076Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8947288457573146, - "StableID": "njjrSZ6FsC21CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "DiscoKey": "discokey:0226015226a4a22264ed49f51d6c3d353eb3129754d7cf91e1f3925106871c7c", - "Addresses": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "AllowedIPs": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "Endpoints": ["77.164.248.136:60454", "10.65.0.27:60454", "172.17.0.1:60454"], + "ID": 2447867892955245, + "StableID": "nxtVNeLe7L11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:22497b015761fd77627c93d0dc4e579eb2d7fc257029cb94cb835154bb3ccc24", + "Addresses": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "AllowedIPs": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "Endpoints": ["77.164.248.136:33587", "10.65.0.27:33587", "172.17.0.1:33587"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45322}, - {"Proto": "peerapi6", "Port": 45322} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37927}, + {"Proto": "peerapi6", "Port": 37927} ]}, - "Created": "2026-04-09T01:24:21.649649821Z", + "Created": "2026-04-09T08:30:30.154058097Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5708160874046719, + "StableID": "nxf8mzhEam11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:413a130b1f84f22decc804c53f407e962a6232581f731baea8cb3b845914b371", + "Addresses": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "AllowedIPs": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "Endpoints": ["77.164.248.136:51998", "10.65.0.27:51998", "172.17.0.1:51998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59396}, + {"Proto": "peerapi6", "Port": 59396} + ]}, + "Created": "2026-04-09T08:30:30.684283649Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6263175187471011, + "StableID": "nnQh5Xzbuq11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "DiscoKey": "discokey:219a303579922922f8e733d1f01a015af37ff9d2d4ec499438004bb8adbc044d", + "Addresses": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "AllowedIPs": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "Endpoints": ["77.164.248.136:44424", "10.65.0.27:44424", "172.17.0.1:44424"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53498}, + {"Proto": "peerapi6", "Port": 53498} + ]}, + "Created": "2026-04-09T08:30:26.391983006Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6329363418561642, + "StableID": "n7KsQNeaRr11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "DiscoKey": "discokey:a6a6a9c42bdbe26349f575aa968cdcf97ecd20b4d8af27e7bd4a321c9f626a46", + "Addresses": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "AllowedIPs": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "Endpoints": ["77.164.248.136:48840", "10.65.0.27:48840", "172.17.0.1:48840"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50140}, + {"Proto": "peerapi6", "Port": 50140} + ]}, + "Created": "2026-04-09T08:30:29.095134261Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6799828868127244, + "StableID": "nZ35AVye6v11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "DiscoKey": "discokey:1f831f859b7ab6fb0bf34cc2e2dd796696734db072438f11bf26ae9d6900f019", + "Addresses": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "AllowedIPs": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "Endpoints": ["77.164.248.136:37034", "10.65.0.27:37034", "172.17.0.1:37034"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62124}, + {"Proto": "peerapi6", "Port": 62124} + ]}, + "Created": "2026-04-09T08:30:23.667967905Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7461649790785360, + "StableID": "nXcxnTtPG121CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "DiscoKey": "discokey:fb1e22c8085d4560ff81c6878f8634a13792e837f4c03a468675d97880c2a411", + "Addresses": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "AllowedIPs": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "Endpoints": ["77.164.248.136:44280", "10.65.0.27:44280", "172.17.0.1:44280"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43107}, + {"Proto": "peerapi6", "Port": 43107} + ]}, + "Created": "2026-04-09T08:30:26.953378198Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7571174980029283, + "StableID": "nJYSiqvz7221CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "DiscoKey": "discokey:d8a649591c9a4c90b2042cbc8c9830a6a7ca804ca0cde85170b6cfc3bf49a25d", + "Addresses": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "AllowedIPs": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "Endpoints": ["77.164.248.136:52504", "10.65.0.27:52504", "172.17.0.1:52504"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 35592}, + {"Proto": "peerapi6", "Port": 35592} + ]}, + "Created": "2026-04-09T08:30:28.540377578Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7597044490794922, + "StableID": "njw6odUiK221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "DiscoKey": "discokey:897857b6d52e2eb380b6452a8d02342a772e75ccc7bdfe0ac8e2df073c32df0b", + "Addresses": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "AllowedIPs": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "Endpoints": ["77.164.248.136:55014", "10.65.0.27:55014", "172.17.0.1:55014"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60192}, + {"Proto": "peerapi6", "Port": 60192} + ]}, + "Created": "2026-04-09T08:30:25.310248713Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8599348509627695, + "StableID": "naJCibJf9A21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "DiscoKey": "discokey:929539f7821ee803b22cf6052c9c3a9ab74683b23c76b1167bd98ee71bd9565f", + "Addresses": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "AllowedIPs": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "Endpoints": ["77.164.248.136:34247", "10.65.0.27:34247", "172.17.0.1:34247"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62703}, + {"Proto": "peerapi6", "Port": 62703} + ]}, + "Created": "2026-04-09T08:30:29.624080642Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8990856773591612, + "StableID": "n5hhLaZyCD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "KeyExpiry": "2026-10-06T08:30:31Z", + "DiscoKey": "discokey:da2272d4acfe2cbd2c00b8e934d31bffccdff1e228d27f2dffea1435cd2b0b13", + "Addresses": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "AllowedIPs": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 45346}, + {"Proto": "peerapi6", "Port": 45346} + ]}, + "Created": "2026-04-09T08:30:31.233797677Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12525,27 +12541,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1164707456596945": { - "ID": 1164707456596945, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5807140794530528": { + "ID": 5807140794530528, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12576,21 +12594,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 220952884872506, - "StableID": "nqgUpL45j211CNTRL", + "ID": 7597044490794922, + "StableID": "njw6odUiK221CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 220952884872506, - "Key": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "DiscoKey": "discokey:49b8f6f7da77dfba69d1d0571b5eff06df22f0e0b80d0ba19fb2aad61b048303", - "Addresses": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "AllowedIPs": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "Endpoints": ["77.164.248.136:54440", "10.65.0.27:54440", "172.17.0.1:54440"], + "User": 7597044490794922, + "Key": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "DiscoKey": "discokey:897857b6d52e2eb380b6452a8d02342a772e75ccc7bdfe0ac8e2df073c32df0b", + "Addresses": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "AllowedIPs": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "Endpoints": ["77.164.248.136:55014", "10.65.0.27:55014", "172.17.0.1:55014"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 53589}, - {"Proto": "peerapi6", "Port": 53589}, + {"Proto": "peerapi4", "Port": 60192}, + {"Proto": "peerapi6", "Port": 60192}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:18.936420472Z", + "Created": "2026-04-09T08:30:25.310248713Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12618,300 +12636,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "MachineKey": "mkey:dc5c49e747d5cb89e629f9ca140a92f54ab49ebcf1fe30851b945926d59a5e77", + "NodeKey": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "MachineKey": "mkey:0b0107742e8f8a2b44583bf257c4456a62819da8382cbc3cc05e9bb5719eec55", "Peers": [{ - "ID": 786503608796051, - "StableID": "nnpwej7D9711CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 15027490204794, + "StableID": "nMzJrJko7111CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "DiscoKey": "discokey:6febb5295004b57b7d8a0772c653b22d6bddd8653782024ca72d263e66d9d55e", - "Addresses": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "AllowedIPs": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "Endpoints": ["77.164.248.136:36206", "10.65.0.27:36206", "172.17.0.1:36206"], + "Key": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "DiscoKey": "discokey:af6dbfa5b0a97e1d018b3cc25c5ebe669d9e38cd7eee45cae83bdd5afabc0860", + "Addresses": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "AllowedIPs": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "Endpoints": ["77.164.248.136:48576", "10.65.0.27:48576", "172.17.0.1:48576"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60683}, - {"Proto": "peerapi6", "Port": 60683} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39223}, + {"Proto": "peerapi6", "Port": 39223} ]}, - "Created": "2026-04-09T01:24:23.270175214Z", + "Created": "2026-04-09T08:30:28.004373619Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 1164589227565580, - "StableID": "nfrJ6VnS6A11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "DiscoKey": "discokey:a7b06eace92fdf264b72103f6c03556bb07f6cd084c029c4e2b9e27ba061ad76", - "Addresses": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "AllowedIPs": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "Endpoints": ["77.164.248.136:47958", "10.65.0.27:47958", "172.17.0.1:47958"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 42096}, - {"Proto": "peerapi6", "Port": 42096} - ]}, - "Created": "2026-04-09T01:24:17.328286037Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1164707456596945, - "StableID": "nvqzactV6A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "DiscoKey": "discokey:ea5c0c85a9ae7eb188422c2978b8633339a5d6db94829d1da8928b34a47a8c0d", - "Addresses": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "AllowedIPs": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "Endpoints": ["77.164.248.136:44422", "10.65.0.27:44422", "172.17.0.1:44422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33687}, - {"Proto": "peerapi6", "Port": 33687} - ]}, - "Created": "2026-04-09T01:24:19.482182859Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2303223913771666, - "StableID": "nFBwEdn8zJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "DiscoKey": "discokey:6e8d39b675551cf5527f15ff7908be142eeddf0a18af8e1edaa2c99357bc316d", - "Addresses": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "AllowedIPs": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "Endpoints": ["77.164.248.136:53899", "10.65.0.27:53899", "172.17.0.1:53899"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} - ]}, - "Created": "2026-04-09T01:24:22.191506042Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4015781959958286, - "StableID": "no7LQPnkMY11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:84a01196468533b1db850881258e1e03e55598c1fd7046985db0ca9670893a09", - "Addresses": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "AllowedIPs": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "Endpoints": ["77.164.248.136:46569", "10.65.0.27:46569", "172.17.0.1:46569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 33939}, - {"Proto": "peerapi6", "Port": 33939} - ]}, - "Created": "2026-04-09T01:24:24.361449092Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4282714596827142, - "StableID": "nHpMTieeSa11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "DiscoKey": "discokey:a1b8e89a26e9a3f26056a77657ce8eb8d85a898502ae337f65c19365bf379a01", - "Addresses": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "AllowedIPs": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "Endpoints": ["77.164.248.136:46875", "10.65.0.27:46875", "172.17.0.1:46875"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60325}, - {"Proto": "peerapi6", "Port": 60325} - ]}, - "Created": "2026-04-09T01:24:22.731065823Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4534469607796988, - "StableID": "nRHQgzpfQc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "DiscoKey": "discokey:f950cbfc1bb0885f0f6ba2654854c861cad9a32aef08e2da9ce936e0d878081a", - "Addresses": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "AllowedIPs": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "Endpoints": ["77.164.248.136:44587", "10.65.0.27:44587", "172.17.0.1:44587"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55005}, - {"Proto": "peerapi6", "Port": 55005} - ]}, - "Created": "2026-04-09T01:24:20.025872518Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4638533964203343, - "StableID": "nJACWTRoDd11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "KeyExpiry": "2026-10-06T01:24:23Z", - "DiscoKey": "discokey:bc0b853b964184bc0881bcc961f813d43d29c665c016293103189059ea482901", - "Addresses": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "AllowedIPs": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "Endpoints": ["77.164.248.136:60425", "10.65.0.27:60425", "172.17.0.1:60425"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57849}, - {"Proto": "peerapi6", "Port": 57849} - ]}, - "Created": "2026-04-09T01:24:23.821670334Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5423927639123328, - "StableID": "nR9u69PWMj11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "DiscoKey": "discokey:f0dfb42377f971e95e83e69f28ee9063a3ebb8db92393af36de3715de61c110d", - "Addresses": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "AllowedIPs": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "Endpoints": ["77.164.248.136:32975", "10.65.0.27:32975", "172.17.0.1:32975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55837}, - {"Proto": "peerapi6", "Port": 55837} - ]}, - "Created": "2026-04-09T01:24:20.570282913Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5981848387165758, - "StableID": "nHCb6o1Cio11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "DiscoKey": "discokey:bc19fbdeee5de4de4dcb442dceffe1b49cd94da376b278421826757824732c60", - "Addresses": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "AllowedIPs": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "Endpoints": ["77.164.248.136:44101", "10.65.0.27:44101", "172.17.0.1:44101"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39606}, - {"Proto": "peerapi6", "Port": 39606} - ]}, - "Created": "2026-04-09T01:24:21.115114811Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6873766059032163, - "StableID": "ne2nXMB9gv11CNTRL", + "ID": 303195787622555, + "StableID": "nEaQWUSKN311CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "DiscoKey": "discokey:c391fc35074631b802546e6a10bf8ffbe4869c49812a2c64189eefab1cf08266", - "Addresses": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "AllowedIPs": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "Endpoints": ["77.164.248.136:39349", "10.65.0.27:39349", "172.17.0.1:39349"], + "Key": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "DiscoKey": "discokey:fd7084b77d58bf0df2a9959f5f0861c8dd24e636d690b17f0dafa6f55ff4d412", + "Addresses": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "AllowedIPs": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "Endpoints": ["77.164.248.136:44632", "10.65.0.27:44632", "172.17.0.1:44632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54611}, - {"Proto": "peerapi6", "Port": 54611} + {"Proto": "peerapi4", "Port": 39601}, + {"Proto": "peerapi6", "Port": 39601} ]}, - "Created": "2026-04-09T01:24:18.398371998Z", + "Created": "2026-04-09T08:30:24.751900703Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7613710691942281, - "StableID": "nrKLvcGGT221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:22741f8b1dda47bcc16a40bbd4e72a8e18d330a2f5ef2af7e21ce9c2c714996c", - "Addresses": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "AllowedIPs": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37387}, - {"Proto": "peerapi6", "Port": 37387} + "ID": 1457650079834749, + "StableID": "nLis4mzAPC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "DiscoKey": "discokey:e23b54c13ecea635eb82c5fdf80904d34adaa76331bc34ae2c5144ea95a01a68", + "Addresses": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "AllowedIPs": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "Endpoints": ["77.164.248.136:41758", "10.65.0.27:41758", "172.17.0.1:41758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36261}, + {"Proto": "peerapi6", "Port": 36261} ]}, - "Created": "2026-04-09T01:24:24.907509346Z", + "Created": "2026-04-09T08:30:27.463160984Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 8677231852763219, - "StableID": "ntZZ3gAwkA21CNTRL", + "ID": 1743439871293339, + "StableID": "nEYDJ8DccE11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "DiscoKey": "discokey:14c5863187e1dfe2df29ebcaed5d09017c47667fcd6f530b8314810e7d7ae705", - "Addresses": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "AllowedIPs": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "Endpoints": ["77.164.248.136:45511", "10.65.0.27:45511", "172.17.0.1:45511"], + "Key": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "DiscoKey": "discokey:a2ea6bde0531e2916ce1e5420500483607a47019851175e5253cd959441bb01a", + "Addresses": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "AllowedIPs": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "Endpoints": ["77.164.248.136:38979", "10.65.0.27:38979", "172.17.0.1:38979"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46840}, - {"Proto": "peerapi6", "Port": 46840} + {"Proto": "peerapi4", "Port": 42902}, + {"Proto": "peerapi6", "Port": 42902} ]}, - "Created": "2026-04-09T01:24:17.863669919Z", + "Created": "2026-04-09T08:30:24.213234076Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8947288457573146, - "StableID": "njjrSZ6FsC21CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "DiscoKey": "discokey:0226015226a4a22264ed49f51d6c3d353eb3129754d7cf91e1f3925106871c7c", - "Addresses": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "AllowedIPs": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "Endpoints": ["77.164.248.136:60454", "10.65.0.27:60454", "172.17.0.1:60454"], + "ID": 2447867892955245, + "StableID": "nxtVNeLe7L11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:22497b015761fd77627c93d0dc4e579eb2d7fc257029cb94cb835154bb3ccc24", + "Addresses": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "AllowedIPs": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "Endpoints": ["77.164.248.136:33587", "10.65.0.27:33587", "172.17.0.1:33587"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45322}, - {"Proto": "peerapi6", "Port": 45322} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37927}, + {"Proto": "peerapi6", "Port": 37927} ]}, - "Created": "2026-04-09T01:24:21.649649821Z", + "Created": "2026-04-09T08:30:30.154058097Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5708160874046719, + "StableID": "nxf8mzhEam11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:413a130b1f84f22decc804c53f407e962a6232581f731baea8cb3b845914b371", + "Addresses": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "AllowedIPs": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "Endpoints": ["77.164.248.136:51998", "10.65.0.27:51998", "172.17.0.1:51998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59396}, + {"Proto": "peerapi6", "Port": 59396} + ]}, + "Created": "2026-04-09T08:30:30.684283649Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5807140794530528, + "StableID": "n5soP1k4Mn11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "DiscoKey": "discokey:ccf444cb8920e87240d43abe90abf1cc1bdd41d1dd80a36ffc52f1ae9c8dcc43", + "Addresses": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "AllowedIPs": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "Endpoints": ["77.164.248.136:46075", "10.65.0.27:46075", "172.17.0.1:46075"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65036}, + {"Proto": "peerapi6", "Port": 65036} + ]}, + "Created": "2026-04-09T08:30:25.853207249Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6263175187471011, + "StableID": "nnQh5Xzbuq11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "DiscoKey": "discokey:219a303579922922f8e733d1f01a015af37ff9d2d4ec499438004bb8adbc044d", + "Addresses": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "AllowedIPs": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "Endpoints": ["77.164.248.136:44424", "10.65.0.27:44424", "172.17.0.1:44424"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53498}, + {"Proto": "peerapi6", "Port": 53498} + ]}, + "Created": "2026-04-09T08:30:26.391983006Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6329363418561642, + "StableID": "n7KsQNeaRr11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "DiscoKey": "discokey:a6a6a9c42bdbe26349f575aa968cdcf97ecd20b4d8af27e7bd4a321c9f626a46", + "Addresses": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "AllowedIPs": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "Endpoints": ["77.164.248.136:48840", "10.65.0.27:48840", "172.17.0.1:48840"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50140}, + {"Proto": "peerapi6", "Port": 50140} + ]}, + "Created": "2026-04-09T08:30:29.095134261Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6799828868127244, + "StableID": "nZ35AVye6v11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "DiscoKey": "discokey:1f831f859b7ab6fb0bf34cc2e2dd796696734db072438f11bf26ae9d6900f019", + "Addresses": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "AllowedIPs": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "Endpoints": ["77.164.248.136:37034", "10.65.0.27:37034", "172.17.0.1:37034"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62124}, + {"Proto": "peerapi6", "Port": 62124} + ]}, + "Created": "2026-04-09T08:30:23.667967905Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7461649790785360, + "StableID": "nXcxnTtPG121CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "DiscoKey": "discokey:fb1e22c8085d4560ff81c6878f8634a13792e837f4c03a468675d97880c2a411", + "Addresses": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "AllowedIPs": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "Endpoints": ["77.164.248.136:44280", "10.65.0.27:44280", "172.17.0.1:44280"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43107}, + {"Proto": "peerapi6", "Port": 43107} + ]}, + "Created": "2026-04-09T08:30:26.953378198Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7571174980029283, + "StableID": "nJYSiqvz7221CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "DiscoKey": "discokey:d8a649591c9a4c90b2042cbc8c9830a6a7ca804ca0cde85170b6cfc3bf49a25d", + "Addresses": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "AllowedIPs": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "Endpoints": ["77.164.248.136:52504", "10.65.0.27:52504", "172.17.0.1:52504"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 35592}, + {"Proto": "peerapi6", "Port": 35592} + ]}, + "Created": "2026-04-09T08:30:28.540377578Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8599348509627695, + "StableID": "naJCibJf9A21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "DiscoKey": "discokey:929539f7821ee803b22cf6052c9c3a9ab74683b23c76b1167bd98ee71bd9565f", + "Addresses": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "AllowedIPs": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "Endpoints": ["77.164.248.136:34247", "10.65.0.27:34247", "172.17.0.1:34247"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62703}, + {"Proto": "peerapi6", "Port": 62703} + ]}, + "Created": "2026-04-09T08:30:29.624080642Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8990856773591612, + "StableID": "n5hhLaZyCD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "KeyExpiry": "2026-10-06T08:30:31Z", + "DiscoKey": "discokey:da2272d4acfe2cbd2c00b8e934d31bffccdff1e228d27f2dffea1435cd2b0b13", + "Addresses": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "AllowedIPs": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 45346}, + {"Proto": "peerapi6", "Port": 45346} + ]}, + "Created": "2026-04-09T08:30:31.233797677Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13759,27 +13777,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "220952884872506": { - "ID": 220952884872506, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7597044490794922": { + "ID": 7597044490794922, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13810,26 +13830,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5423927639123328, - "StableID": "nR9u69PWMj11CNTRL", + "ID": 7461649790785360, + "StableID": "nXcxnTtPG121CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 5423927639123328, - "Key": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "DiscoKey": "discokey:f0dfb42377f971e95e83e69f28ee9063a3ebb8db92393af36de3715de61c110d", - "Addresses": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "AllowedIPs": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "Endpoints": ["77.164.248.136:32975", "10.65.0.27:32975", "172.17.0.1:32975"], + "User": 7461649790785360, + "Key": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "DiscoKey": "discokey:fb1e22c8085d4560ff81c6878f8634a13792e837f4c03a468675d97880c2a411", + "Addresses": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "AllowedIPs": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "Endpoints": ["77.164.248.136:44280", "10.65.0.27:44280", "172.17.0.1:44280"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 55837}, - {"Proto": "peerapi6", "Port": 55837}, + {"Proto": "peerapi4", "Port": 43107}, + {"Proto": "peerapi6", "Port": 43107}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:24:20.570282913Z", + "Created": "2026-04-09T08:30:26.953378198Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13857,302 +13877,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "MachineKey": "mkey:40c3791af30e3c26ac562ec541f8c305dccd2e97864c7bde2d32f59b9b544c62", + "NodeKey": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "MachineKey": "mkey:9a97223c8b34f16ca07e0c5a9131e5aafb287e32a54b782419ef4cdc00e18c20", "Peers": [{ - "ID": 220952884872506, - "StableID": "nqgUpL45j211CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 15027490204794, + "StableID": "nMzJrJko7111CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "DiscoKey": "discokey:49b8f6f7da77dfba69d1d0571b5eff06df22f0e0b80d0ba19fb2aad61b048303", - "Addresses": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "AllowedIPs": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "Endpoints": ["77.164.248.136:54440", "10.65.0.27:54440", "172.17.0.1:54440"], + "Key": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "DiscoKey": "discokey:af6dbfa5b0a97e1d018b3cc25c5ebe669d9e38cd7eee45cae83bdd5afabc0860", + "Addresses": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "AllowedIPs": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "Endpoints": ["77.164.248.136:48576", "10.65.0.27:48576", "172.17.0.1:48576"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53589}, - {"Proto": "peerapi6", "Port": 53589} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39223}, + {"Proto": "peerapi6", "Port": 39223} ]}, - "Created": "2026-04-09T01:24:18.936420472Z", + "Created": "2026-04-09T08:30:28.004373619Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 786503608796051, - "StableID": "nnpwej7D9711CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "DiscoKey": "discokey:6febb5295004b57b7d8a0772c653b22d6bddd8653782024ca72d263e66d9d55e", - "Addresses": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "AllowedIPs": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "Endpoints": ["77.164.248.136:36206", "10.65.0.27:36206", "172.17.0.1:36206"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60683}, - {"Proto": "peerapi6", "Port": 60683} - ]}, - "Created": "2026-04-09T01:24:23.270175214Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1164589227565580, - "StableID": "nfrJ6VnS6A11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "DiscoKey": "discokey:a7b06eace92fdf264b72103f6c03556bb07f6cd084c029c4e2b9e27ba061ad76", - "Addresses": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "AllowedIPs": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "Endpoints": ["77.164.248.136:47958", "10.65.0.27:47958", "172.17.0.1:47958"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 42096}, - {"Proto": "peerapi6", "Port": 42096} - ]}, - "Created": "2026-04-09T01:24:17.328286037Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1164707456596945, - "StableID": "nvqzactV6A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "DiscoKey": "discokey:ea5c0c85a9ae7eb188422c2978b8633339a5d6db94829d1da8928b34a47a8c0d", - "Addresses": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "AllowedIPs": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "Endpoints": ["77.164.248.136:44422", "10.65.0.27:44422", "172.17.0.1:44422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33687}, - {"Proto": "peerapi6", "Port": 33687} - ]}, - "Created": "2026-04-09T01:24:19.482182859Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2303223913771666, - "StableID": "nFBwEdn8zJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "DiscoKey": "discokey:6e8d39b675551cf5527f15ff7908be142eeddf0a18af8e1edaa2c99357bc316d", - "Addresses": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "AllowedIPs": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "Endpoints": ["77.164.248.136:53899", "10.65.0.27:53899", "172.17.0.1:53899"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} - ]}, - "Created": "2026-04-09T01:24:22.191506042Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4015781959958286, - "StableID": "no7LQPnkMY11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:84a01196468533b1db850881258e1e03e55598c1fd7046985db0ca9670893a09", - "Addresses": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "AllowedIPs": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "Endpoints": ["77.164.248.136:46569", "10.65.0.27:46569", "172.17.0.1:46569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 33939}, - {"Proto": "peerapi6", "Port": 33939} - ]}, - "Created": "2026-04-09T01:24:24.361449092Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4282714596827142, - "StableID": "nHpMTieeSa11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "DiscoKey": "discokey:a1b8e89a26e9a3f26056a77657ce8eb8d85a898502ae337f65c19365bf379a01", - "Addresses": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "AllowedIPs": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "Endpoints": ["77.164.248.136:46875", "10.65.0.27:46875", "172.17.0.1:46875"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60325}, - {"Proto": "peerapi6", "Port": 60325} - ]}, - "Created": "2026-04-09T01:24:22.731065823Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4534469607796988, - "StableID": "nRHQgzpfQc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "DiscoKey": "discokey:f950cbfc1bb0885f0f6ba2654854c861cad9a32aef08e2da9ce936e0d878081a", - "Addresses": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "AllowedIPs": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "Endpoints": ["77.164.248.136:44587", "10.65.0.27:44587", "172.17.0.1:44587"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55005}, - {"Proto": "peerapi6", "Port": 55005} - ]}, - "Created": "2026-04-09T01:24:20.025872518Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4638533964203343, - "StableID": "nJACWTRoDd11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "KeyExpiry": "2026-10-06T01:24:23Z", - "DiscoKey": "discokey:bc0b853b964184bc0881bcc961f813d43d29c665c016293103189059ea482901", - "Addresses": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "AllowedIPs": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "Endpoints": ["77.164.248.136:60425", "10.65.0.27:60425", "172.17.0.1:60425"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57849}, - {"Proto": "peerapi6", "Port": 57849} - ]}, - "Created": "2026-04-09T01:24:23.821670334Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5981848387165758, - "StableID": "nHCb6o1Cio11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "DiscoKey": "discokey:bc19fbdeee5de4de4dcb442dceffe1b49cd94da376b278421826757824732c60", - "Addresses": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "AllowedIPs": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "Endpoints": ["77.164.248.136:44101", "10.65.0.27:44101", "172.17.0.1:44101"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39606}, - {"Proto": "peerapi6", "Port": 39606} - ]}, - "Created": "2026-04-09T01:24:21.115114811Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6873766059032163, - "StableID": "ne2nXMB9gv11CNTRL", + "ID": 303195787622555, + "StableID": "nEaQWUSKN311CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "DiscoKey": "discokey:c391fc35074631b802546e6a10bf8ffbe4869c49812a2c64189eefab1cf08266", - "Addresses": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "AllowedIPs": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "Endpoints": ["77.164.248.136:39349", "10.65.0.27:39349", "172.17.0.1:39349"], + "Key": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "DiscoKey": "discokey:fd7084b77d58bf0df2a9959f5f0861c8dd24e636d690b17f0dafa6f55ff4d412", + "Addresses": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "AllowedIPs": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "Endpoints": ["77.164.248.136:44632", "10.65.0.27:44632", "172.17.0.1:44632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54611}, - {"Proto": "peerapi6", "Port": 54611} + {"Proto": "peerapi4", "Port": 39601}, + {"Proto": "peerapi6", "Port": 39601} ]}, - "Created": "2026-04-09T01:24:18.398371998Z", + "Created": "2026-04-09T08:30:24.751900703Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7613710691942281, - "StableID": "nrKLvcGGT221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:22741f8b1dda47bcc16a40bbd4e72a8e18d330a2f5ef2af7e21ce9c2c714996c", - "Addresses": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "AllowedIPs": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "Endpoints": ["77.164.248.136:33364", "10.65.0.27:33364", "172.17.0.1:33364"], + "ID": 1457650079834749, + "StableID": "nLis4mzAPC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "DiscoKey": "discokey:e23b54c13ecea635eb82c5fdf80904d34adaa76331bc34ae2c5144ea95a01a68", + "Addresses": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "AllowedIPs": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "Endpoints": ["77.164.248.136:41758", "10.65.0.27:41758", "172.17.0.1:41758"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37387}, - {"Proto": "peerapi6", "Port": 37387} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36261}, + {"Proto": "peerapi6", "Port": 36261} ]}, - "Created": "2026-04-09T01:24:24.907509346Z", + "Created": "2026-04-09T08:30:27.463160984Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 8677231852763219, - "StableID": "ntZZ3gAwkA21CNTRL", + "ID": 1743439871293339, + "StableID": "nEYDJ8DccE11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "DiscoKey": "discokey:14c5863187e1dfe2df29ebcaed5d09017c47667fcd6f530b8314810e7d7ae705", - "Addresses": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "AllowedIPs": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "Endpoints": ["77.164.248.136:45511", "10.65.0.27:45511", "172.17.0.1:45511"], + "Key": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "DiscoKey": "discokey:a2ea6bde0531e2916ce1e5420500483607a47019851175e5253cd959441bb01a", + "Addresses": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "AllowedIPs": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "Endpoints": ["77.164.248.136:38979", "10.65.0.27:38979", "172.17.0.1:38979"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46840}, - {"Proto": "peerapi6", "Port": 46840} + {"Proto": "peerapi4", "Port": 42902}, + {"Proto": "peerapi6", "Port": 42902} ]}, - "Created": "2026-04-09T01:24:17.863669919Z", + "Created": "2026-04-09T08:30:24.213234076Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8947288457573146, - "StableID": "njjrSZ6FsC21CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "DiscoKey": "discokey:0226015226a4a22264ed49f51d6c3d353eb3129754d7cf91e1f3925106871c7c", - "Addresses": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "AllowedIPs": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "Endpoints": ["77.164.248.136:60454", "10.65.0.27:60454", "172.17.0.1:60454"], + "ID": 2447867892955245, + "StableID": "nxtVNeLe7L11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:22497b015761fd77627c93d0dc4e579eb2d7fc257029cb94cb835154bb3ccc24", + "Addresses": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "AllowedIPs": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "Endpoints": ["77.164.248.136:33587", "10.65.0.27:33587", "172.17.0.1:33587"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45322}, - {"Proto": "peerapi6", "Port": 45322} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37927}, + {"Proto": "peerapi6", "Port": 37927} ]}, - "Created": "2026-04-09T01:24:21.649649821Z", + "Created": "2026-04-09T08:30:30.154058097Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5708160874046719, + "StableID": "nxf8mzhEam11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:413a130b1f84f22decc804c53f407e962a6232581f731baea8cb3b845914b371", + "Addresses": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "AllowedIPs": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "Endpoints": ["77.164.248.136:51998", "10.65.0.27:51998", "172.17.0.1:51998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59396}, + {"Proto": "peerapi6", "Port": 59396} + ]}, + "Created": "2026-04-09T08:30:30.684283649Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5807140794530528, + "StableID": "n5soP1k4Mn11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "DiscoKey": "discokey:ccf444cb8920e87240d43abe90abf1cc1bdd41d1dd80a36ffc52f1ae9c8dcc43", + "Addresses": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "AllowedIPs": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "Endpoints": ["77.164.248.136:46075", "10.65.0.27:46075", "172.17.0.1:46075"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65036}, + {"Proto": "peerapi6", "Port": 65036} + ]}, + "Created": "2026-04-09T08:30:25.853207249Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6263175187471011, + "StableID": "nnQh5Xzbuq11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "DiscoKey": "discokey:219a303579922922f8e733d1f01a015af37ff9d2d4ec499438004bb8adbc044d", + "Addresses": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "AllowedIPs": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "Endpoints": ["77.164.248.136:44424", "10.65.0.27:44424", "172.17.0.1:44424"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53498}, + {"Proto": "peerapi6", "Port": 53498} + ]}, + "Created": "2026-04-09T08:30:26.391983006Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6329363418561642, + "StableID": "n7KsQNeaRr11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "DiscoKey": "discokey:a6a6a9c42bdbe26349f575aa968cdcf97ecd20b4d8af27e7bd4a321c9f626a46", + "Addresses": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "AllowedIPs": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "Endpoints": ["77.164.248.136:48840", "10.65.0.27:48840", "172.17.0.1:48840"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50140}, + {"Proto": "peerapi6", "Port": 50140} + ]}, + "Created": "2026-04-09T08:30:29.095134261Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6799828868127244, + "StableID": "nZ35AVye6v11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "DiscoKey": "discokey:1f831f859b7ab6fb0bf34cc2e2dd796696734db072438f11bf26ae9d6900f019", + "Addresses": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "AllowedIPs": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "Endpoints": ["77.164.248.136:37034", "10.65.0.27:37034", "172.17.0.1:37034"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62124}, + {"Proto": "peerapi6", "Port": 62124} + ]}, + "Created": "2026-04-09T08:30:23.667967905Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7571174980029283, + "StableID": "nJYSiqvz7221CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "DiscoKey": "discokey:d8a649591c9a4c90b2042cbc8c9830a6a7ca804ca0cde85170b6cfc3bf49a25d", + "Addresses": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "AllowedIPs": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "Endpoints": ["77.164.248.136:52504", "10.65.0.27:52504", "172.17.0.1:52504"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 35592}, + {"Proto": "peerapi6", "Port": 35592} + ]}, + "Created": "2026-04-09T08:30:28.540377578Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7597044490794922, + "StableID": "njw6odUiK221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "DiscoKey": "discokey:897857b6d52e2eb380b6452a8d02342a772e75ccc7bdfe0ac8e2df073c32df0b", + "Addresses": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "AllowedIPs": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "Endpoints": ["77.164.248.136:55014", "10.65.0.27:55014", "172.17.0.1:55014"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60192}, + {"Proto": "peerapi6", "Port": 60192} + ]}, + "Created": "2026-04-09T08:30:25.310248713Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8599348509627695, + "StableID": "naJCibJf9A21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "DiscoKey": "discokey:929539f7821ee803b22cf6052c9c3a9ab74683b23c76b1167bd98ee71bd9565f", + "Addresses": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "AllowedIPs": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "Endpoints": ["77.164.248.136:34247", "10.65.0.27:34247", "172.17.0.1:34247"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62703}, + {"Proto": "peerapi6", "Port": 62703} + ]}, + "Created": "2026-04-09T08:30:29.624080642Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8990856773591612, + "StableID": "n5hhLaZyCD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "KeyExpiry": "2026-10-06T08:30:31Z", + "DiscoKey": "discokey:da2272d4acfe2cbd2c00b8e934d31bffccdff1e228d27f2dffea1435cd2b0b13", + "Addresses": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "AllowedIPs": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "Endpoints": ["77.164.248.136:46166", "10.65.0.27:46166", "172.17.0.1:46166"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 45346}, + {"Proto": "peerapi6", "Port": 45346} + ]}, + "Created": "2026-04-09T08:30:31.233797677Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15000,27 +15020,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5423927639123328": { - "ID": 5423927639123328, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7461649790785360": { + "ID": 7461649790785360, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15051,26 +15073,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8947288457573146, - "StableID": "njjrSZ6FsC21CNTRL", + "ID": 15027490204794, + "StableID": "nMzJrJko7111CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 8947288457573146, - "Key": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "DiscoKey": "discokey:0226015226a4a22264ed49f51d6c3d353eb3129754d7cf91e1f3925106871c7c", - "Addresses": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "AllowedIPs": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "Endpoints": ["77.164.248.136:60454", "10.65.0.27:60454", "172.17.0.1:60454"], + "User": 15027490204794, + "Key": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "DiscoKey": "discokey:af6dbfa5b0a97e1d018b3cc25c5ebe669d9e38cd7eee45cae83bdd5afabc0860", + "Addresses": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "AllowedIPs": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "Endpoints": ["77.164.248.136:48576", "10.65.0.27:48576", "172.17.0.1:48576"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 45322}, - {"Proto": "peerapi6", "Port": 45322}, + {"Proto": "peerapi4", "Port": 39223}, + {"Proto": "peerapi6", "Port": 39223}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:24:21.649649821Z", + "Created": "2026-04-09T08:30:28.004373619Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15098,302 +15120,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "MachineKey": "mkey:62ad9b43667923151c40876cd198ccbdf270a044a62c7bb3e81ee4b85bfbe142", + "NodeKey": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "MachineKey": "mkey:641725d0c740f37346c4a7b6b06558c7c3a4274367f2099f9816531afbbbad17", "Peers": [{ - "ID": 220952884872506, - "StableID": "nqgUpL45j211CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "DiscoKey": "discokey:49b8f6f7da77dfba69d1d0571b5eff06df22f0e0b80d0ba19fb2aad61b048303", - "Addresses": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "AllowedIPs": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "Endpoints": ["77.164.248.136:54440", "10.65.0.27:54440", "172.17.0.1:54440"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53589}, - {"Proto": "peerapi6", "Port": 53589} - ]}, - "Created": "2026-04-09T01:24:18.936420472Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 786503608796051, - "StableID": "nnpwej7D9711CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "DiscoKey": "discokey:6febb5295004b57b7d8a0772c653b22d6bddd8653782024ca72d263e66d9d55e", - "Addresses": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "AllowedIPs": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "Endpoints": ["77.164.248.136:36206", "10.65.0.27:36206", "172.17.0.1:36206"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60683}, - {"Proto": "peerapi6", "Port": 60683} - ]}, - "Created": "2026-04-09T01:24:23.270175214Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1164589227565580, - "StableID": "nfrJ6VnS6A11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "DiscoKey": "discokey:a7b06eace92fdf264b72103f6c03556bb07f6cd084c029c4e2b9e27ba061ad76", - "Addresses": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "AllowedIPs": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "Endpoints": ["77.164.248.136:47958", "10.65.0.27:47958", "172.17.0.1:47958"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 42096}, - {"Proto": "peerapi6", "Port": 42096} - ]}, - "Created": "2026-04-09T01:24:17.328286037Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1164707456596945, - "StableID": "nvqzactV6A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "DiscoKey": "discokey:ea5c0c85a9ae7eb188422c2978b8633339a5d6db94829d1da8928b34a47a8c0d", - "Addresses": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "AllowedIPs": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "Endpoints": ["77.164.248.136:44422", "10.65.0.27:44422", "172.17.0.1:44422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33687}, - {"Proto": "peerapi6", "Port": 33687} - ]}, - "Created": "2026-04-09T01:24:19.482182859Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2303223913771666, - "StableID": "nFBwEdn8zJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "DiscoKey": "discokey:6e8d39b675551cf5527f15ff7908be142eeddf0a18af8e1edaa2c99357bc316d", - "Addresses": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "AllowedIPs": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "Endpoints": ["77.164.248.136:53899", "10.65.0.27:53899", "172.17.0.1:53899"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} - ]}, - "Created": "2026-04-09T01:24:22.191506042Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4015781959958286, - "StableID": "no7LQPnkMY11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:84a01196468533b1db850881258e1e03e55598c1fd7046985db0ca9670893a09", - "Addresses": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "AllowedIPs": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "Endpoints": ["77.164.248.136:46569", "10.65.0.27:46569", "172.17.0.1:46569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 33939}, - {"Proto": "peerapi6", "Port": 33939} - ]}, - "Created": "2026-04-09T01:24:24.361449092Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4282714596827142, - "StableID": "nHpMTieeSa11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "DiscoKey": "discokey:a1b8e89a26e9a3f26056a77657ce8eb8d85a898502ae337f65c19365bf379a01", - "Addresses": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "AllowedIPs": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "Endpoints": ["77.164.248.136:46875", "10.65.0.27:46875", "172.17.0.1:46875"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60325}, - {"Proto": "peerapi6", "Port": 60325} - ]}, - "Created": "2026-04-09T01:24:22.731065823Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4534469607796988, - "StableID": "nRHQgzpfQc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "DiscoKey": "discokey:f950cbfc1bb0885f0f6ba2654854c861cad9a32aef08e2da9ce936e0d878081a", - "Addresses": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "AllowedIPs": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "Endpoints": ["77.164.248.136:44587", "10.65.0.27:44587", "172.17.0.1:44587"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55005}, - {"Proto": "peerapi6", "Port": 55005} - ]}, - "Created": "2026-04-09T01:24:20.025872518Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4638533964203343, - "StableID": "nJACWTRoDd11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "KeyExpiry": "2026-10-06T01:24:23Z", - "DiscoKey": "discokey:bc0b853b964184bc0881bcc961f813d43d29c665c016293103189059ea482901", - "Addresses": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "AllowedIPs": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "Endpoints": ["77.164.248.136:60425", "10.65.0.27:60425", "172.17.0.1:60425"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57849}, - {"Proto": "peerapi6", "Port": 57849} - ]}, - "Created": "2026-04-09T01:24:23.821670334Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5423927639123328, - "StableID": "nR9u69PWMj11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "DiscoKey": "discokey:f0dfb42377f971e95e83e69f28ee9063a3ebb8db92393af36de3715de61c110d", - "Addresses": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "AllowedIPs": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "Endpoints": ["77.164.248.136:32975", "10.65.0.27:32975", "172.17.0.1:32975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55837}, - {"Proto": "peerapi6", "Port": 55837} - ]}, - "Created": "2026-04-09T01:24:20.570282913Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5981848387165758, - "StableID": "nHCb6o1Cio11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "DiscoKey": "discokey:bc19fbdeee5de4de4dcb442dceffe1b49cd94da376b278421826757824732c60", - "Addresses": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "AllowedIPs": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "Endpoints": ["77.164.248.136:44101", "10.65.0.27:44101", "172.17.0.1:44101"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39606}, - {"Proto": "peerapi6", "Port": 39606} - ]}, - "Created": "2026-04-09T01:24:21.115114811Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6873766059032163, - "StableID": "ne2nXMB9gv11CNTRL", + "ID": 303195787622555, + "StableID": "nEaQWUSKN311CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "DiscoKey": "discokey:c391fc35074631b802546e6a10bf8ffbe4869c49812a2c64189eefab1cf08266", - "Addresses": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "AllowedIPs": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "Endpoints": ["77.164.248.136:39349", "10.65.0.27:39349", "172.17.0.1:39349"], + "Key": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "DiscoKey": "discokey:fd7084b77d58bf0df2a9959f5f0861c8dd24e636d690b17f0dafa6f55ff4d412", + "Addresses": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "AllowedIPs": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "Endpoints": ["77.164.248.136:44632", "10.65.0.27:44632", "172.17.0.1:44632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54611}, - {"Proto": "peerapi6", "Port": 54611} + {"Proto": "peerapi4", "Port": 39601}, + {"Proto": "peerapi6", "Port": 39601} ]}, - "Created": "2026-04-09T01:24:18.398371998Z", + "Created": "2026-04-09T08:30:24.751900703Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7613710691942281, - "StableID": "nrKLvcGGT221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:22741f8b1dda47bcc16a40bbd4e72a8e18d330a2f5ef2af7e21ce9c2c714996c", - "Addresses": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "AllowedIPs": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "Endpoints": ["77.164.248.136:33364", "10.65.0.27:33364", "172.17.0.1:33364"], + "ID": 1457650079834749, + "StableID": "nLis4mzAPC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "DiscoKey": "discokey:e23b54c13ecea635eb82c5fdf80904d34adaa76331bc34ae2c5144ea95a01a68", + "Addresses": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "AllowedIPs": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "Endpoints": ["77.164.248.136:41758", "10.65.0.27:41758", "172.17.0.1:41758"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37387}, - {"Proto": "peerapi6", "Port": 37387} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36261}, + {"Proto": "peerapi6", "Port": 36261} ]}, - "Created": "2026-04-09T01:24:24.907509346Z", + "Created": "2026-04-09T08:30:27.463160984Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 8677231852763219, - "StableID": "ntZZ3gAwkA21CNTRL", + "ID": 1743439871293339, + "StableID": "nEYDJ8DccE11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "DiscoKey": "discokey:14c5863187e1dfe2df29ebcaed5d09017c47667fcd6f530b8314810e7d7ae705", - "Addresses": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "AllowedIPs": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "Endpoints": ["77.164.248.136:45511", "10.65.0.27:45511", "172.17.0.1:45511"], + "Key": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "DiscoKey": "discokey:a2ea6bde0531e2916ce1e5420500483607a47019851175e5253cd959441bb01a", + "Addresses": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "AllowedIPs": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "Endpoints": ["77.164.248.136:38979", "10.65.0.27:38979", "172.17.0.1:38979"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46840}, - {"Proto": "peerapi6", "Port": 46840} + {"Proto": "peerapi4", "Port": 42902}, + {"Proto": "peerapi6", "Port": 42902} ]}, - "Created": "2026-04-09T01:24:17.863669919Z", + "Created": "2026-04-09T08:30:24.213234076Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2447867892955245, + "StableID": "nxtVNeLe7L11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:22497b015761fd77627c93d0dc4e579eb2d7fc257029cb94cb835154bb3ccc24", + "Addresses": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "AllowedIPs": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "Endpoints": ["77.164.248.136:33587", "10.65.0.27:33587", "172.17.0.1:33587"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37927}, + {"Proto": "peerapi6", "Port": 37927} + ]}, + "Created": "2026-04-09T08:30:30.154058097Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5708160874046719, + "StableID": "nxf8mzhEam11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:413a130b1f84f22decc804c53f407e962a6232581f731baea8cb3b845914b371", + "Addresses": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "AllowedIPs": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "Endpoints": ["77.164.248.136:51998", "10.65.0.27:51998", "172.17.0.1:51998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59396}, + {"Proto": "peerapi6", "Port": 59396} + ]}, + "Created": "2026-04-09T08:30:30.684283649Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5807140794530528, + "StableID": "n5soP1k4Mn11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "DiscoKey": "discokey:ccf444cb8920e87240d43abe90abf1cc1bdd41d1dd80a36ffc52f1ae9c8dcc43", + "Addresses": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "AllowedIPs": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "Endpoints": ["77.164.248.136:46075", "10.65.0.27:46075", "172.17.0.1:46075"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65036}, + {"Proto": "peerapi6", "Port": 65036} + ]}, + "Created": "2026-04-09T08:30:25.853207249Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6263175187471011, + "StableID": "nnQh5Xzbuq11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "DiscoKey": "discokey:219a303579922922f8e733d1f01a015af37ff9d2d4ec499438004bb8adbc044d", + "Addresses": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "AllowedIPs": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "Endpoints": ["77.164.248.136:44424", "10.65.0.27:44424", "172.17.0.1:44424"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53498}, + {"Proto": "peerapi6", "Port": 53498} + ]}, + "Created": "2026-04-09T08:30:26.391983006Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6329363418561642, + "StableID": "n7KsQNeaRr11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "DiscoKey": "discokey:a6a6a9c42bdbe26349f575aa968cdcf97ecd20b4d8af27e7bd4a321c9f626a46", + "Addresses": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "AllowedIPs": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "Endpoints": ["77.164.248.136:48840", "10.65.0.27:48840", "172.17.0.1:48840"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50140}, + {"Proto": "peerapi6", "Port": 50140} + ]}, + "Created": "2026-04-09T08:30:29.095134261Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6799828868127244, + "StableID": "nZ35AVye6v11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "DiscoKey": "discokey:1f831f859b7ab6fb0bf34cc2e2dd796696734db072438f11bf26ae9d6900f019", + "Addresses": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "AllowedIPs": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "Endpoints": ["77.164.248.136:37034", "10.65.0.27:37034", "172.17.0.1:37034"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62124}, + {"Proto": "peerapi6", "Port": 62124} + ]}, + "Created": "2026-04-09T08:30:23.667967905Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7461649790785360, + "StableID": "nXcxnTtPG121CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "DiscoKey": "discokey:fb1e22c8085d4560ff81c6878f8634a13792e837f4c03a468675d97880c2a411", + "Addresses": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "AllowedIPs": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "Endpoints": ["77.164.248.136:44280", "10.65.0.27:44280", "172.17.0.1:44280"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43107}, + {"Proto": "peerapi6", "Port": 43107} + ]}, + "Created": "2026-04-09T08:30:26.953378198Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7571174980029283, + "StableID": "nJYSiqvz7221CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "DiscoKey": "discokey:d8a649591c9a4c90b2042cbc8c9830a6a7ca804ca0cde85170b6cfc3bf49a25d", + "Addresses": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "AllowedIPs": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "Endpoints": ["77.164.248.136:52504", "10.65.0.27:52504", "172.17.0.1:52504"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 35592}, + {"Proto": "peerapi6", "Port": 35592} + ]}, + "Created": "2026-04-09T08:30:28.540377578Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7597044490794922, + "StableID": "njw6odUiK221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "DiscoKey": "discokey:897857b6d52e2eb380b6452a8d02342a772e75ccc7bdfe0ac8e2df073c32df0b", + "Addresses": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "AllowedIPs": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "Endpoints": ["77.164.248.136:55014", "10.65.0.27:55014", "172.17.0.1:55014"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60192}, + {"Proto": "peerapi6", "Port": 60192} + ]}, + "Created": "2026-04-09T08:30:25.310248713Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8599348509627695, + "StableID": "naJCibJf9A21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "DiscoKey": "discokey:929539f7821ee803b22cf6052c9c3a9ab74683b23c76b1167bd98ee71bd9565f", + "Addresses": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "AllowedIPs": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "Endpoints": ["77.164.248.136:34247", "10.65.0.27:34247", "172.17.0.1:34247"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62703}, + {"Proto": "peerapi6", "Port": 62703} + ]}, + "Created": "2026-04-09T08:30:29.624080642Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8990856773591612, + "StableID": "n5hhLaZyCD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "KeyExpiry": "2026-10-06T08:30:31Z", + "DiscoKey": "discokey:da2272d4acfe2cbd2c00b8e934d31bffccdff1e228d27f2dffea1435cd2b0b13", + "Addresses": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "AllowedIPs": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "Endpoints": ["77.164.248.136:46166", "10.65.0.27:46166", "172.17.0.1:46166"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 45346}, + {"Proto": "peerapi6", "Port": 45346} + ]}, + "Created": "2026-04-09T08:30:31.233797677Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16241,27 +16263,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8947288457573146": { - "ID": 8947288457573146, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "15027490204794": { + "ID": 15027490204794, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16292,22 +16316,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4015781959958286, - "StableID": "no7LQPnkMY11CNTRL", + "ID": 5708160874046719, + "StableID": "nxf8mzhEam11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:84a01196468533b1db850881258e1e03e55598c1fd7046985db0ca9670893a09", - "Addresses": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "AllowedIPs": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "Endpoints": ["77.164.248.136:46569", "10.65.0.27:46569", "172.17.0.1:46569"], + "Key": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:413a130b1f84f22decc804c53f407e962a6232581f731baea8cb3b845914b371", + "Addresses": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "AllowedIPs": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "Endpoints": ["77.164.248.136:51998", "10.65.0.27:51998", "172.17.0.1:51998"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 33939}, - {"Proto": "peerapi6", "Port": 33939}, + {"Proto": "peerapi4", "Port": 59396}, + {"Proto": "peerapi6", "Port": 59396}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:24.361449092Z", + "Created": "2026-04-09T08:30:30.684283649Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16334,302 +16358,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "MachineKey": "mkey:2f948c839841afabd30db89ca2e1878e1f90476c983ccc7dc6390f2764c8c754", + "NodeKey": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "MachineKey": "mkey:eca0ff53b5da12184b2ef4ed92e0935f7e60c0cf592eb79a267a85a1979e1778", "Peers": [{ - "ID": 220952884872506, - "StableID": "nqgUpL45j211CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 15027490204794, + "StableID": "nMzJrJko7111CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "DiscoKey": "discokey:49b8f6f7da77dfba69d1d0571b5eff06df22f0e0b80d0ba19fb2aad61b048303", - "Addresses": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "AllowedIPs": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "Endpoints": ["77.164.248.136:54440", "10.65.0.27:54440", "172.17.0.1:54440"], + "Key": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "DiscoKey": "discokey:af6dbfa5b0a97e1d018b3cc25c5ebe669d9e38cd7eee45cae83bdd5afabc0860", + "Addresses": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "AllowedIPs": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "Endpoints": ["77.164.248.136:48576", "10.65.0.27:48576", "172.17.0.1:48576"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53589}, - {"Proto": "peerapi6", "Port": 53589} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39223}, + {"Proto": "peerapi6", "Port": 39223} ]}, - "Created": "2026-04-09T01:24:18.936420472Z", + "Created": "2026-04-09T08:30:28.004373619Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 786503608796051, - "StableID": "nnpwej7D9711CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "DiscoKey": "discokey:6febb5295004b57b7d8a0772c653b22d6bddd8653782024ca72d263e66d9d55e", - "Addresses": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "AllowedIPs": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "Endpoints": ["77.164.248.136:36206", "10.65.0.27:36206", "172.17.0.1:36206"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60683}, - {"Proto": "peerapi6", "Port": 60683} - ]}, - "Created": "2026-04-09T01:24:23.270175214Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1164589227565580, - "StableID": "nfrJ6VnS6A11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "DiscoKey": "discokey:a7b06eace92fdf264b72103f6c03556bb07f6cd084c029c4e2b9e27ba061ad76", - "Addresses": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "AllowedIPs": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "Endpoints": ["77.164.248.136:47958", "10.65.0.27:47958", "172.17.0.1:47958"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 42096}, - {"Proto": "peerapi6", "Port": 42096} - ]}, - "Created": "2026-04-09T01:24:17.328286037Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1164707456596945, - "StableID": "nvqzactV6A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "DiscoKey": "discokey:ea5c0c85a9ae7eb188422c2978b8633339a5d6db94829d1da8928b34a47a8c0d", - "Addresses": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "AllowedIPs": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "Endpoints": ["77.164.248.136:44422", "10.65.0.27:44422", "172.17.0.1:44422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33687}, - {"Proto": "peerapi6", "Port": 33687} - ]}, - "Created": "2026-04-09T01:24:19.482182859Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2303223913771666, - "StableID": "nFBwEdn8zJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "DiscoKey": "discokey:6e8d39b675551cf5527f15ff7908be142eeddf0a18af8e1edaa2c99357bc316d", - "Addresses": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "AllowedIPs": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "Endpoints": ["77.164.248.136:53899", "10.65.0.27:53899", "172.17.0.1:53899"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} - ]}, - "Created": "2026-04-09T01:24:22.191506042Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4282714596827142, - "StableID": "nHpMTieeSa11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "DiscoKey": "discokey:a1b8e89a26e9a3f26056a77657ce8eb8d85a898502ae337f65c19365bf379a01", - "Addresses": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "AllowedIPs": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "Endpoints": ["77.164.248.136:46875", "10.65.0.27:46875", "172.17.0.1:46875"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60325}, - {"Proto": "peerapi6", "Port": 60325} - ]}, - "Created": "2026-04-09T01:24:22.731065823Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4534469607796988, - "StableID": "nRHQgzpfQc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "DiscoKey": "discokey:f950cbfc1bb0885f0f6ba2654854c861cad9a32aef08e2da9ce936e0d878081a", - "Addresses": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "AllowedIPs": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "Endpoints": ["77.164.248.136:44587", "10.65.0.27:44587", "172.17.0.1:44587"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55005}, - {"Proto": "peerapi6", "Port": 55005} - ]}, - "Created": "2026-04-09T01:24:20.025872518Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4638533964203343, - "StableID": "nJACWTRoDd11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "KeyExpiry": "2026-10-06T01:24:23Z", - "DiscoKey": "discokey:bc0b853b964184bc0881bcc961f813d43d29c665c016293103189059ea482901", - "Addresses": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "AllowedIPs": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "Endpoints": ["77.164.248.136:60425", "10.65.0.27:60425", "172.17.0.1:60425"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57849}, - {"Proto": "peerapi6", "Port": 57849} - ]}, - "Created": "2026-04-09T01:24:23.821670334Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5423927639123328, - "StableID": "nR9u69PWMj11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "DiscoKey": "discokey:f0dfb42377f971e95e83e69f28ee9063a3ebb8db92393af36de3715de61c110d", - "Addresses": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "AllowedIPs": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "Endpoints": ["77.164.248.136:32975", "10.65.0.27:32975", "172.17.0.1:32975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55837}, - {"Proto": "peerapi6", "Port": 55837} - ]}, - "Created": "2026-04-09T01:24:20.570282913Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5981848387165758, - "StableID": "nHCb6o1Cio11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "DiscoKey": "discokey:bc19fbdeee5de4de4dcb442dceffe1b49cd94da376b278421826757824732c60", - "Addresses": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "AllowedIPs": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "Endpoints": ["77.164.248.136:44101", "10.65.0.27:44101", "172.17.0.1:44101"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39606}, - {"Proto": "peerapi6", "Port": 39606} - ]}, - "Created": "2026-04-09T01:24:21.115114811Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6873766059032163, - "StableID": "ne2nXMB9gv11CNTRL", + "ID": 303195787622555, + "StableID": "nEaQWUSKN311CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "DiscoKey": "discokey:c391fc35074631b802546e6a10bf8ffbe4869c49812a2c64189eefab1cf08266", - "Addresses": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "AllowedIPs": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "Endpoints": ["77.164.248.136:39349", "10.65.0.27:39349", "172.17.0.1:39349"], + "Key": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "DiscoKey": "discokey:fd7084b77d58bf0df2a9959f5f0861c8dd24e636d690b17f0dafa6f55ff4d412", + "Addresses": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "AllowedIPs": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "Endpoints": ["77.164.248.136:44632", "10.65.0.27:44632", "172.17.0.1:44632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54611}, - {"Proto": "peerapi6", "Port": 54611} + {"Proto": "peerapi4", "Port": 39601}, + {"Proto": "peerapi6", "Port": 39601} ]}, - "Created": "2026-04-09T01:24:18.398371998Z", + "Created": "2026-04-09T08:30:24.751900703Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7613710691942281, - "StableID": "nrKLvcGGT221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:22741f8b1dda47bcc16a40bbd4e72a8e18d330a2f5ef2af7e21ce9c2c714996c", - "Addresses": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "AllowedIPs": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "Endpoints": ["77.164.248.136:33364", "10.65.0.27:33364", "172.17.0.1:33364"], + "ID": 1457650079834749, + "StableID": "nLis4mzAPC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "DiscoKey": "discokey:e23b54c13ecea635eb82c5fdf80904d34adaa76331bc34ae2c5144ea95a01a68", + "Addresses": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "AllowedIPs": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "Endpoints": ["77.164.248.136:41758", "10.65.0.27:41758", "172.17.0.1:41758"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37387}, - {"Proto": "peerapi6", "Port": 37387} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36261}, + {"Proto": "peerapi6", "Port": 36261} ]}, - "Created": "2026-04-09T01:24:24.907509346Z", + "Created": "2026-04-09T08:30:27.463160984Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 8677231852763219, - "StableID": "ntZZ3gAwkA21CNTRL", + "ID": 1743439871293339, + "StableID": "nEYDJ8DccE11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "DiscoKey": "discokey:14c5863187e1dfe2df29ebcaed5d09017c47667fcd6f530b8314810e7d7ae705", - "Addresses": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "AllowedIPs": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "Endpoints": ["77.164.248.136:45511", "10.65.0.27:45511", "172.17.0.1:45511"], + "Key": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "DiscoKey": "discokey:a2ea6bde0531e2916ce1e5420500483607a47019851175e5253cd959441bb01a", + "Addresses": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "AllowedIPs": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "Endpoints": ["77.164.248.136:38979", "10.65.0.27:38979", "172.17.0.1:38979"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46840}, - {"Proto": "peerapi6", "Port": 46840} + {"Proto": "peerapi4", "Port": 42902}, + {"Proto": "peerapi6", "Port": 42902} ]}, - "Created": "2026-04-09T01:24:17.863669919Z", + "Created": "2026-04-09T08:30:24.213234076Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8947288457573146, - "StableID": "njjrSZ6FsC21CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "DiscoKey": "discokey:0226015226a4a22264ed49f51d6c3d353eb3129754d7cf91e1f3925106871c7c", - "Addresses": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "AllowedIPs": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "Endpoints": ["77.164.248.136:60454", "10.65.0.27:60454", "172.17.0.1:60454"], + "ID": 2447867892955245, + "StableID": "nxtVNeLe7L11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:22497b015761fd77627c93d0dc4e579eb2d7fc257029cb94cb835154bb3ccc24", + "Addresses": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "AllowedIPs": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "Endpoints": ["77.164.248.136:33587", "10.65.0.27:33587", "172.17.0.1:33587"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45322}, - {"Proto": "peerapi6", "Port": 45322} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37927}, + {"Proto": "peerapi6", "Port": 37927} ]}, - "Created": "2026-04-09T01:24:21.649649821Z", + "Created": "2026-04-09T08:30:30.154058097Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5807140794530528, + "StableID": "n5soP1k4Mn11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "DiscoKey": "discokey:ccf444cb8920e87240d43abe90abf1cc1bdd41d1dd80a36ffc52f1ae9c8dcc43", + "Addresses": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "AllowedIPs": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "Endpoints": ["77.164.248.136:46075", "10.65.0.27:46075", "172.17.0.1:46075"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65036}, + {"Proto": "peerapi6", "Port": 65036} + ]}, + "Created": "2026-04-09T08:30:25.853207249Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6263175187471011, + "StableID": "nnQh5Xzbuq11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "DiscoKey": "discokey:219a303579922922f8e733d1f01a015af37ff9d2d4ec499438004bb8adbc044d", + "Addresses": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "AllowedIPs": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "Endpoints": ["77.164.248.136:44424", "10.65.0.27:44424", "172.17.0.1:44424"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53498}, + {"Proto": "peerapi6", "Port": 53498} + ]}, + "Created": "2026-04-09T08:30:26.391983006Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6329363418561642, + "StableID": "n7KsQNeaRr11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "DiscoKey": "discokey:a6a6a9c42bdbe26349f575aa968cdcf97ecd20b4d8af27e7bd4a321c9f626a46", + "Addresses": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "AllowedIPs": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "Endpoints": ["77.164.248.136:48840", "10.65.0.27:48840", "172.17.0.1:48840"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50140}, + {"Proto": "peerapi6", "Port": 50140} + ]}, + "Created": "2026-04-09T08:30:29.095134261Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6799828868127244, + "StableID": "nZ35AVye6v11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "DiscoKey": "discokey:1f831f859b7ab6fb0bf34cc2e2dd796696734db072438f11bf26ae9d6900f019", + "Addresses": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "AllowedIPs": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "Endpoints": ["77.164.248.136:37034", "10.65.0.27:37034", "172.17.0.1:37034"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62124}, + {"Proto": "peerapi6", "Port": 62124} + ]}, + "Created": "2026-04-09T08:30:23.667967905Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7461649790785360, + "StableID": "nXcxnTtPG121CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "DiscoKey": "discokey:fb1e22c8085d4560ff81c6878f8634a13792e837f4c03a468675d97880c2a411", + "Addresses": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "AllowedIPs": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "Endpoints": ["77.164.248.136:44280", "10.65.0.27:44280", "172.17.0.1:44280"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43107}, + {"Proto": "peerapi6", "Port": 43107} + ]}, + "Created": "2026-04-09T08:30:26.953378198Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7571174980029283, + "StableID": "nJYSiqvz7221CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "DiscoKey": "discokey:d8a649591c9a4c90b2042cbc8c9830a6a7ca804ca0cde85170b6cfc3bf49a25d", + "Addresses": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "AllowedIPs": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "Endpoints": ["77.164.248.136:52504", "10.65.0.27:52504", "172.17.0.1:52504"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 35592}, + {"Proto": "peerapi6", "Port": 35592} + ]}, + "Created": "2026-04-09T08:30:28.540377578Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7597044490794922, + "StableID": "njw6odUiK221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "DiscoKey": "discokey:897857b6d52e2eb380b6452a8d02342a772e75ccc7bdfe0ac8e2df073c32df0b", + "Addresses": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "AllowedIPs": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "Endpoints": ["77.164.248.136:55014", "10.65.0.27:55014", "172.17.0.1:55014"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60192}, + {"Proto": "peerapi6", "Port": 60192} + ]}, + "Created": "2026-04-09T08:30:25.310248713Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8599348509627695, + "StableID": "naJCibJf9A21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "DiscoKey": "discokey:929539f7821ee803b22cf6052c9c3a9ab74683b23c76b1167bd98ee71bd9565f", + "Addresses": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "AllowedIPs": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "Endpoints": ["77.164.248.136:34247", "10.65.0.27:34247", "172.17.0.1:34247"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62703}, + {"Proto": "peerapi6", "Port": 62703} + ]}, + "Created": "2026-04-09T08:30:29.624080642Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8990856773591612, + "StableID": "n5hhLaZyCD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "KeyExpiry": "2026-10-06T08:30:31Z", + "DiscoKey": "discokey:da2272d4acfe2cbd2c00b8e934d31bffccdff1e228d27f2dffea1435cd2b0b13", + "Addresses": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "AllowedIPs": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "Endpoints": ["77.164.248.136:46166", "10.65.0.27:46166", "172.17.0.1:46166"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 45346}, + {"Proto": "peerapi6", "Port": 45346} + ]}, + "Created": "2026-04-09T08:30:31.233797677Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16657,7 +16681,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.124.232.22"}, {"nodeIP": "fd7a:115c:a1e0::8d37:e816"}], + "principals": [{"nodeIP": "100.117.214.73"}, {"nodeIP": "fd7a:115c:a1e0::4e37:d649"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -17483,26 +17507,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.124.232.22"}, {"nodeIP": "fd7a:115c:a1e0::8d37:e816"}], + "principals": [{"nodeIP": "100.117.214.73"}, {"nodeIP": "fd7a:115c:a1e0::4e37:d649"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -17536,21 +17561,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2303223913771666, - "StableID": "nFBwEdn8zJ11CNTRL", + "ID": 7571174980029283, + "StableID": "nJYSiqvz7221CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 2303223913771666, - "Key": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "DiscoKey": "discokey:6e8d39b675551cf5527f15ff7908be142eeddf0a18af8e1edaa2c99357bc316d", - "Addresses": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "AllowedIPs": ["100.77.33.11/32", "fd7a:115c:a1e0::5337:210b/128"], - "Endpoints": ["77.164.248.136:53899", "10.65.0.27:53899", "172.17.0.1:53899"], + "User": 7571174980029283, + "Key": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "DiscoKey": "discokey:d8a649591c9a4c90b2042cbc8c9830a6a7ca804ca0cde85170b6cfc3bf49a25d", + "Addresses": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "AllowedIPs": ["100.125.32.76/32", "fd7a:115c:a1e0::237:204c/128"], + "Endpoints": ["77.164.248.136:52504", "10.65.0.27:52504", "172.17.0.1:52504"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818}, + {"Proto": "peerapi4", "Port": 35592}, + {"Proto": "peerapi6", "Port": 35592}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:22.191506042Z", + "Created": "2026-04-09T08:30:28.540377578Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17578,300 +17603,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3e7bac8d57fa26ced9c9d3224b88218e512227675d7d8368908bf24053cd210a", - "MachineKey": "mkey:258f3c065203687ca55cfb3d3fadf97b120cf852ddaaf4b97aade5907333d178", + "NodeKey": "nodekey:cdf8fbb9d3d0eb5479801c4c282fbbabc450c2c5655f0eab4d276e4902bd204b", + "MachineKey": "mkey:a8e5aa0ff4ee509a58fcce9dd1f9a2394042daadb965e4150d2875d5ec6de638", "Peers": [{ - "ID": 220952884872506, - "StableID": "nqgUpL45j211CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 15027490204794, + "StableID": "nMzJrJko7111CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:891c245d7bd69b6ede87ee33840163607a43aac110fadb435aeabc8818a87359", - "DiscoKey": "discokey:49b8f6f7da77dfba69d1d0571b5eff06df22f0e0b80d0ba19fb2aad61b048303", - "Addresses": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "AllowedIPs": ["100.104.115.90/32", "fd7a:115c:a1e0::1837:735a/128"], - "Endpoints": ["77.164.248.136:54440", "10.65.0.27:54440", "172.17.0.1:54440"], + "Key": "nodekey:78cfbadbdc38594ede5f00fad413dc7541f699c4dec15e26b8cbaa1b29e43e08", + "DiscoKey": "discokey:af6dbfa5b0a97e1d018b3cc25c5ebe669d9e38cd7eee45cae83bdd5afabc0860", + "Addresses": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "AllowedIPs": ["100.100.62.9/32", "fd7a:115c:a1e0::2937:3e09/128"], + "Endpoints": ["77.164.248.136:48576", "10.65.0.27:48576", "172.17.0.1:48576"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53589}, - {"Proto": "peerapi6", "Port": 53589} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39223}, + {"Proto": "peerapi6", "Port": 39223} ]}, - "Created": "2026-04-09T01:24:18.936420472Z", + "Created": "2026-04-09T08:30:28.004373619Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 786503608796051, - "StableID": "nnpwej7D9711CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a210bea8f7b17496993fd24096248b1ab57ead9b52f9cd254bc0358220e89a3c", - "DiscoKey": "discokey:6febb5295004b57b7d8a0772c653b22d6bddd8653782024ca72d263e66d9d55e", - "Addresses": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "AllowedIPs": ["100.104.154.61/32", "fd7a:115c:a1e0::2037:9a3d/128"], - "Endpoints": ["77.164.248.136:36206", "10.65.0.27:36206", "172.17.0.1:36206"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60683}, - {"Proto": "peerapi6", "Port": 60683} - ]}, - "Created": "2026-04-09T01:24:23.270175214Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1164589227565580, - "StableID": "nfrJ6VnS6A11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b59a54de660feba75070e85f82323773cdbb0118fddfeb92059947abccbf33e", - "DiscoKey": "discokey:a7b06eace92fdf264b72103f6c03556bb07f6cd084c029c4e2b9e27ba061ad76", - "Addresses": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "AllowedIPs": ["100.75.243.63/32", "fd7a:115c:a1e0::bc37:f33f/128"], - "Endpoints": ["77.164.248.136:47958", "10.65.0.27:47958", "172.17.0.1:47958"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 42096}, - {"Proto": "peerapi6", "Port": 42096} - ]}, - "Created": "2026-04-09T01:24:17.328286037Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1164707456596945, - "StableID": "nvqzactV6A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:de5b445f9c51d9ebb220a371b6ec5202bc3b19b625fd31399589101b87cb0008", - "DiscoKey": "discokey:ea5c0c85a9ae7eb188422c2978b8633339a5d6db94829d1da8928b34a47a8c0d", - "Addresses": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "AllowedIPs": ["100.75.0.9/32", "fd7a:115c:a1e0::8737:9/128"], - "Endpoints": ["77.164.248.136:44422", "10.65.0.27:44422", "172.17.0.1:44422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33687}, - {"Proto": "peerapi6", "Port": 33687} - ]}, - "Created": "2026-04-09T01:24:19.482182859Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4015781959958286, - "StableID": "no7LQPnkMY11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f44f706a5fdda68db738dd9b0100ea7ab746791a9e80decb1787d7c78d7ce815", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:84a01196468533b1db850881258e1e03e55598c1fd7046985db0ca9670893a09", - "Addresses": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "AllowedIPs": ["100.124.232.22/32", "fd7a:115c:a1e0::8d37:e816/128"], - "Endpoints": ["77.164.248.136:46569", "10.65.0.27:46569", "172.17.0.1:46569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 33939}, - {"Proto": "peerapi6", "Port": 33939} - ]}, - "Created": "2026-04-09T01:24:24.361449092Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4282714596827142, - "StableID": "nHpMTieeSa11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f6214732ecddd89fd7324c1034fe96264a63cc235fe2e2b09040e22fa40c43e", - "DiscoKey": "discokey:a1b8e89a26e9a3f26056a77657ce8eb8d85a898502ae337f65c19365bf379a01", - "Addresses": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "AllowedIPs": ["100.64.196.63/32", "fd7a:115c:a1e0::fa37:c43f/128"], - "Endpoints": ["77.164.248.136:46875", "10.65.0.27:46875", "172.17.0.1:46875"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60325}, - {"Proto": "peerapi6", "Port": 60325} - ]}, - "Created": "2026-04-09T01:24:22.731065823Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4534469607796988, - "StableID": "nRHQgzpfQc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:039a4d41fb00b76cc3d79e1c583abcf07ebe3754980f63b8038043b701e2f06f", - "DiscoKey": "discokey:f950cbfc1bb0885f0f6ba2654854c861cad9a32aef08e2da9ce936e0d878081a", - "Addresses": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "AllowedIPs": ["100.98.240.112/32", "fd7a:115c:a1e0::137:f072/128"], - "Endpoints": ["77.164.248.136:44587", "10.65.0.27:44587", "172.17.0.1:44587"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55005}, - {"Proto": "peerapi6", "Port": 55005} - ]}, - "Created": "2026-04-09T01:24:20.025872518Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4638533964203343, - "StableID": "nJACWTRoDd11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f4464bd24ef96e995690e78bc57e26ab051bf13b33b7daef59b49b6e18206028", - "KeyExpiry": "2026-10-06T01:24:23Z", - "DiscoKey": "discokey:bc0b853b964184bc0881bcc961f813d43d29c665c016293103189059ea482901", - "Addresses": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "AllowedIPs": ["100.96.96.41/32", "fd7a:115c:a1e0::1837:6029/128"], - "Endpoints": ["77.164.248.136:60425", "10.65.0.27:60425", "172.17.0.1:60425"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57849}, - {"Proto": "peerapi6", "Port": 57849} - ]}, - "Created": "2026-04-09T01:24:23.821670334Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5423927639123328, - "StableID": "nR9u69PWMj11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:10265d0547d8ec6d2c9f185cbf041228747deee709814842f0021cdf9192f028", - "DiscoKey": "discokey:f0dfb42377f971e95e83e69f28ee9063a3ebb8db92393af36de3715de61c110d", - "Addresses": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "AllowedIPs": ["100.82.240.41/32", "fd7a:115c:a1e0::9137:f029/128"], - "Endpoints": ["77.164.248.136:32975", "10.65.0.27:32975", "172.17.0.1:32975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55837}, - {"Proto": "peerapi6", "Port": 55837} - ]}, - "Created": "2026-04-09T01:24:20.570282913Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5981848387165758, - "StableID": "nHCb6o1Cio11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:419317dc24f43e7d8d4edb3a61e569579eb050ac2fbf8f9ba96591d88f7d2a04", - "DiscoKey": "discokey:bc19fbdeee5de4de4dcb442dceffe1b49cd94da376b278421826757824732c60", - "Addresses": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "AllowedIPs": ["100.125.42.5/32", "fd7a:115c:a1e0::8f37:2a05/128"], - "Endpoints": ["77.164.248.136:44101", "10.65.0.27:44101", "172.17.0.1:44101"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39606}, - {"Proto": "peerapi6", "Port": 39606} - ]}, - "Created": "2026-04-09T01:24:21.115114811Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6873766059032163, - "StableID": "ne2nXMB9gv11CNTRL", + "ID": 303195787622555, + "StableID": "nEaQWUSKN311CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4aef543675f59a30c363d2dcf05619b49b0097f563f38475c70630df4be687a", - "DiscoKey": "discokey:c391fc35074631b802546e6a10bf8ffbe4869c49812a2c64189eefab1cf08266", - "Addresses": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "AllowedIPs": ["100.126.104.123/32", "fd7a:115c:a1e0::f437:687b/128"], - "Endpoints": ["77.164.248.136:39349", "10.65.0.27:39349", "172.17.0.1:39349"], + "Key": "nodekey:b9c7c4f0dc6448245cfa6e4c0e812e36f1ac513c50e7ff1dd40e08129eb55411", + "DiscoKey": "discokey:fd7084b77d58bf0df2a9959f5f0861c8dd24e636d690b17f0dafa6f55ff4d412", + "Addresses": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "AllowedIPs": ["100.117.84.18/32", "fd7a:115c:a1e0::9e37:5412/128"], + "Endpoints": ["77.164.248.136:44632", "10.65.0.27:44632", "172.17.0.1:44632"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54611}, - {"Proto": "peerapi6", "Port": 54611} + {"Proto": "peerapi4", "Port": 39601}, + {"Proto": "peerapi6", "Port": 39601} ]}, - "Created": "2026-04-09T01:24:18.398371998Z", + "Created": "2026-04-09T08:30:24.751900703Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7613710691942281, - "StableID": "nrKLvcGGT221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3082bb3cc0840edf72640cfa113e96710a351b42f905a14436d2901f381ebd17", - "KeyExpiry": "2026-10-06T01:24:24Z", - "DiscoKey": "discokey:22741f8b1dda47bcc16a40bbd4e72a8e18d330a2f5ef2af7e21ce9c2c714996c", - "Addresses": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "AllowedIPs": ["100.94.189.24/32", "fd7a:115c:a1e0::3837:bd19/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37387}, - {"Proto": "peerapi6", "Port": 37387} + "ID": 1457650079834749, + "StableID": "nLis4mzAPC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfa70d7334f907f88c82467e36ee3d9920dee6648c4a6d8232ab925929a2fd75", + "DiscoKey": "discokey:e23b54c13ecea635eb82c5fdf80904d34adaa76331bc34ae2c5144ea95a01a68", + "Addresses": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "AllowedIPs": ["100.98.253.118/32", "fd7a:115c:a1e0::2937:fd76/128"], + "Endpoints": ["77.164.248.136:41758", "10.65.0.27:41758", "172.17.0.1:41758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 36261}, + {"Proto": "peerapi6", "Port": 36261} ]}, - "Created": "2026-04-09T01:24:24.907509346Z", + "Created": "2026-04-09T08:30:27.463160984Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 8677231852763219, - "StableID": "ntZZ3gAwkA21CNTRL", + "ID": 1743439871293339, + "StableID": "nEYDJ8DccE11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6e9c6352d939233cd44665a0f46989d70f4e16c29d014994a0a1ec94ac6b067e", - "DiscoKey": "discokey:14c5863187e1dfe2df29ebcaed5d09017c47667fcd6f530b8314810e7d7ae705", - "Addresses": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "AllowedIPs": ["100.107.6.127/32", "fd7a:115c:a1e0::ac37:67f/128"], - "Endpoints": ["77.164.248.136:45511", "10.65.0.27:45511", "172.17.0.1:45511"], + "Key": "nodekey:504f7aa2c8cd30ee50ccd674b05df338bf768e8f7d51be2f2314298363d1ca16", + "DiscoKey": "discokey:a2ea6bde0531e2916ce1e5420500483607a47019851175e5253cd959441bb01a", + "Addresses": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "AllowedIPs": ["100.81.202.23/32", "fd7a:115c:a1e0::6337:ca17/128"], + "Endpoints": ["77.164.248.136:38979", "10.65.0.27:38979", "172.17.0.1:38979"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46840}, - {"Proto": "peerapi6", "Port": 46840} + {"Proto": "peerapi4", "Port": 42902}, + {"Proto": "peerapi6", "Port": 42902} ]}, - "Created": "2026-04-09T01:24:17.863669919Z", + "Created": "2026-04-09T08:30:24.213234076Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8947288457573146, - "StableID": "njjrSZ6FsC21CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ea9543820c245f86f03de0db790a64307397031314e968272fe36a5a99e1e13", - "DiscoKey": "discokey:0226015226a4a22264ed49f51d6c3d353eb3129754d7cf91e1f3925106871c7c", - "Addresses": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "AllowedIPs": ["100.94.30.20/32", "fd7a:115c:a1e0::a937:1e15/128"], - "Endpoints": ["77.164.248.136:60454", "10.65.0.27:60454", "172.17.0.1:60454"], + "ID": 2447867892955245, + "StableID": "nxtVNeLe7L11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d69911a014038efebb6db200a882a5127a72a7cbe677a7e165fc6bc525bea116", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:22497b015761fd77627c93d0dc4e579eb2d7fc257029cb94cb835154bb3ccc24", + "Addresses": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "AllowedIPs": ["100.126.161.23/32", "fd7a:115c:a1e0::2537:a117/128"], + "Endpoints": ["77.164.248.136:33587", "10.65.0.27:33587", "172.17.0.1:33587"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45322}, - {"Proto": "peerapi6", "Port": 45322} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37927}, + {"Proto": "peerapi6", "Port": 37927} ]}, - "Created": "2026-04-09T01:24:21.649649821Z", + "Created": "2026-04-09T08:30:30.154058097Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5708160874046719, + "StableID": "nxf8mzhEam11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:f9645ce97e1f3b8560d9ff10ce4eca7aac403ae0da56a36a97bcf1ed4ef5d648", + "KeyExpiry": "2026-10-06T08:30:30Z", + "DiscoKey": "discokey:413a130b1f84f22decc804c53f407e962a6232581f731baea8cb3b845914b371", + "Addresses": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "AllowedIPs": ["100.117.214.73/32", "fd7a:115c:a1e0::4e37:d649/128"], + "Endpoints": ["77.164.248.136:51998", "10.65.0.27:51998", "172.17.0.1:51998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59396}, + {"Proto": "peerapi6", "Port": 59396} + ]}, + "Created": "2026-04-09T08:30:30.684283649Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5807140794530528, + "StableID": "n5soP1k4Mn11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:196506d2ba2724466d3ffbe1fa53ec7d2accd979164bf8a339489dd5a6a9dd2b", + "DiscoKey": "discokey:ccf444cb8920e87240d43abe90abf1cc1bdd41d1dd80a36ffc52f1ae9c8dcc43", + "Addresses": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "AllowedIPs": ["100.105.221.44/32", "fd7a:115c:a1e0::a637:dd2c/128"], + "Endpoints": ["77.164.248.136:46075", "10.65.0.27:46075", "172.17.0.1:46075"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65036}, + {"Proto": "peerapi6", "Port": 65036} + ]}, + "Created": "2026-04-09T08:30:25.853207249Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 6263175187471011, + "StableID": "nnQh5Xzbuq11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:809300304d91da55c4d5bc4ed36a26e32be6cdcc18ce3502679bdfa817a2f235", + "DiscoKey": "discokey:219a303579922922f8e733d1f01a015af37ff9d2d4ec499438004bb8adbc044d", + "Addresses": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "AllowedIPs": ["100.98.242.54/32", "fd7a:115c:a1e0::1737:f236/128"], + "Endpoints": ["77.164.248.136:44424", "10.65.0.27:44424", "172.17.0.1:44424"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53498}, + {"Proto": "peerapi6", "Port": 53498} + ]}, + "Created": "2026-04-09T08:30:26.391983006Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6329363418561642, + "StableID": "n7KsQNeaRr11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:36116fc16e3598e2fef728f8d477c48c15dcc2cfff2327b151a74cfcca245450", + "DiscoKey": "discokey:a6a6a9c42bdbe26349f575aa968cdcf97ecd20b4d8af27e7bd4a321c9f626a46", + "Addresses": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "AllowedIPs": ["100.100.84.81/32", "fd7a:115c:a1e0::ca37:5451/128"], + "Endpoints": ["77.164.248.136:48840", "10.65.0.27:48840", "172.17.0.1:48840"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50140}, + {"Proto": "peerapi6", "Port": 50140} + ]}, + "Created": "2026-04-09T08:30:29.095134261Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6799828868127244, + "StableID": "nZ35AVye6v11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7be84ce3b24b6dfa7f957736f320f32f5ddabdf312bec0afbb6bf768a040f263", + "DiscoKey": "discokey:1f831f859b7ab6fb0bf34cc2e2dd796696734db072438f11bf26ae9d6900f019", + "Addresses": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "AllowedIPs": ["100.64.242.100/32", "fd7a:115c:a1e0::a037:f265/128"], + "Endpoints": ["77.164.248.136:37034", "10.65.0.27:37034", "172.17.0.1:37034"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62124}, + {"Proto": "peerapi6", "Port": 62124} + ]}, + "Created": "2026-04-09T08:30:23.667967905Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7461649790785360, + "StableID": "nXcxnTtPG121CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:baf7f4281e76d15ea401131094e3efef6d7ed04116926758e737f91b43eac10a", + "DiscoKey": "discokey:fb1e22c8085d4560ff81c6878f8634a13792e837f4c03a468675d97880c2a411", + "Addresses": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "AllowedIPs": ["100.106.193.11/32", "fd7a:115c:a1e0::4337:c10b/128"], + "Endpoints": ["77.164.248.136:44280", "10.65.0.27:44280", "172.17.0.1:44280"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43107}, + {"Proto": "peerapi6", "Port": 43107} + ]}, + "Created": "2026-04-09T08:30:26.953378198Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7597044490794922, + "StableID": "njw6odUiK221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e36ab90d3b5a8b89e4e27c6abc03dc86a8bde073b53311fb936af58d7de21873", + "DiscoKey": "discokey:897857b6d52e2eb380b6452a8d02342a772e75ccc7bdfe0ac8e2df073c32df0b", + "Addresses": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "AllowedIPs": ["100.98.24.116/32", "fd7a:115c:a1e0::7d37:1874/128"], + "Endpoints": ["77.164.248.136:55014", "10.65.0.27:55014", "172.17.0.1:55014"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 60192}, + {"Proto": "peerapi6", "Port": 60192} + ]}, + "Created": "2026-04-09T08:30:25.310248713Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8599348509627695, + "StableID": "naJCibJf9A21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d152dd0f483c4eacfd98dbc073dd8e88448580951ece75cd5c7a6fe20f71ca20", + "DiscoKey": "discokey:929539f7821ee803b22cf6052c9c3a9ab74683b23c76b1167bd98ee71bd9565f", + "Addresses": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "AllowedIPs": ["100.113.202.33/32", "fd7a:115c:a1e0::f37:ca21/128"], + "Endpoints": ["77.164.248.136:34247", "10.65.0.27:34247", "172.17.0.1:34247"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62703}, + {"Proto": "peerapi6", "Port": 62703} + ]}, + "Created": "2026-04-09T08:30:29.624080642Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8990856773591612, + "StableID": "n5hhLaZyCD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0007e8615d25446e2e1a00fbef5c8c5a9a70e96d9a02d9bede9f76c1cb7c6673", + "KeyExpiry": "2026-10-06T08:30:31Z", + "DiscoKey": "discokey:da2272d4acfe2cbd2c00b8e934d31bffccdff1e228d27f2dffea1435cd2b0b13", + "Addresses": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "AllowedIPs": ["100.124.102.116/32", "fd7a:115c:a1e0::cb37:6676/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 45346}, + {"Proto": "peerapi6", "Port": 45346} + ]}, + "Created": "2026-04-09T08:30:31.233797677Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18719,27 +18744,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2303223913771666": { - "ID": 2303223913771666, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7571174980029283": { + "ID": 7571174980029283, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-a7.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-a7.hujson index 433452b6..2f860eb5 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-a7.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-a7.hujson @@ -3,7 +3,7 @@ // ssh a7 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:24:37Z +// Captured at: 2026-04-09T08:30:44Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-a7", "description": "ssh a7", "category": "ssh", - "captured_at": "2026-04-09T01:24:37.83547666Z", + "captured_at": "2026-04-09T08:30:44.206108158Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -36,119 +36,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a7\",\n\t\"id\": \"ssh-a7\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"check\",\n\t\t\"checkPeriod\": \"1h\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a7\",\n\t\"id\": \"ssh-a7\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"check\",\n\t\t\"checkPeriod\": \"1h\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-a7.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.101.15.125", - "ipv6": "fd7a:115c:a1e0::b37:f7d", + "ipv4": "100.64.221.99", + "ipv6": "fd7a:115c:a1e0::2137:dd64", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.114.195.20", - "ipv6": "fd7a:115c:a1e0::5c37:c314", + "ipv4": "100.102.0.2", + "ipv6": "fd7a:115c:a1e0::a437:3", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.101.112.13", - "ipv6": "fd7a:115c:a1e0::7a37:700d", + "ipv4": "100.117.120.97", + "ipv6": "fd7a:115c:a1e0::e437:7861", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.114.249.35", - "ipv6": "fd7a:115c:a1e0::b337:f923", + "ipv4": "100.118.97.118", + "ipv6": "fd7a:115c:a1e0::f637:6176", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.75.180.75", - "ipv6": "fd7a:115c:a1e0::a37:b44b", + "ipv4": "100.110.211.128", + "ipv6": "fd7a:115c:a1e0::6037:d380", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.95.16.26", - "ipv6": "fd7a:115c:a1e0::4837:101a", + "ipv4": "100.98.185.65", + "ipv6": "fd7a:115c:a1e0::6c37:b941", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.123.15.31", - "ipv6": "fd7a:115c:a1e0::eb37:f1f", + "ipv4": "100.64.107.48", + "ipv6": "fd7a:115c:a1e0::3837:6b30", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.79.191.104", - "ipv6": "fd7a:115c:a1e0::737:bf68", + "ipv4": "100.92.138.27", + "ipv6": "fd7a:115c:a1e0::e837:8a1b", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.121.140.55", - "ipv6": "fd7a:115c:a1e0::cb37:8c37", + "ipv4": "100.70.197.92", + "ipv6": "fd7a:115c:a1e0::7537:c55c", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.121.68.108", - "ipv6": "fd7a:115c:a1e0::8937:446c", + "ipv4": "100.119.120.84", + "ipv6": "fd7a:115c:a1e0::8937:7854", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.119.43.62", - "ipv6": "fd7a:115c:a1e0::8f37:2b3e", + "ipv4": "100.75.79.103", + "ipv6": "fd7a:115c:a1e0::a37:4f67", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.96.85.54", - "ipv6": "fd7a:115c:a1e0::e637:5536", + "ipv4": "100.111.14.10", + "ipv6": "fd7a:115c:a1e0::137:e0a", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.75.88.6", - "ipv6": "fd7a:115c:a1e0::3937:5806", + "ipv4": "100.111.232.3", + "ipv6": "fd7a:115c:a1e0::7f37:e803", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.83.41.57", - "ipv6": "fd7a:115c:a1e0::5237:2939", + "ipv4": "100.121.160.110", + "ipv6": "fd7a:115c:a1e0::2937:a06e", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.97.29.95", - "ipv6": "fd7a:115c:a1e0::de37:1d5f", + "ipv4": "100.90.155.120", + "ipv6": "fd7a:115c:a1e0::2b37:9b78", "routable_ips": [], "approved_routes": [] }}}, @@ -180,21 +180,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7712204945588352, - "StableID": "n53XqgYsD321CNTRL", + "ID": 8324128498452844, + "StableID": "ndDdmwj11821CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 7712204945588352, - "Key": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "DiscoKey": "discokey:8c850e2e2d905db6832be30de9a598ba0e6d0c96855d877b951cb0f9ab51881b", - "Addresses": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "AllowedIPs": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "Endpoints": ["77.164.248.136:34575", "10.65.0.27:34575", "172.17.0.1:34575"], + "User": 8324128498452844, + "Key": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "DiscoKey": "discokey:77be894162bebc7d6acce23762be9aa774490dc9d7952b06ce6381dc68bc5b11", + "Addresses": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "AllowedIPs": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "Endpoints": ["77.164.248.136:44856", "10.65.0.27:44856", "172.17.0.1:44856"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 49559}, - {"Proto": "peerapi6", "Port": 49559}, + {"Proto": "peerapi4", "Port": 57186}, + {"Proto": "peerapi6", "Port": 57186}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:46.589611887Z", + "Created": "2026-04-09T08:30:53.471676557Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -222,302 +222,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "MachineKey": "mkey:c6bd21b3ed899989e2f45a699bcdcf7e96af3248e090f1a7f71e507672694740", + "NodeKey": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "MachineKey": "mkey:d8298c582732584831bfe86e580d50ccc78a9121c7efd262e0193e6ef2386652", "Peers": [{ - "ID": 270497446613122, - "StableID": "nbZm5YWW7311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "DiscoKey": "discokey:cb15d3e62e1cce00b0e6b0e91ca25e4ca084ec021eb9faee05c2b8cce119a34a", - "Addresses": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "AllowedIPs": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "Endpoints": ["77.164.248.136:57537", "10.65.0.27:57537", "172.17.0.1:57537"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44730}, - {"Proto": "peerapi6", "Port": 44730} - ]}, - "Created": "2026-04-09T01:24:43.87436793Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2077251272669066, - "StableID": "nuxfkNsnDH11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "DiscoKey": "discokey:cebe4d54a25265b63963410a8cc44067b39ba76062f440eb91e8adbae195af7d", - "Addresses": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "AllowedIPs": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "Endpoints": ["77.164.248.136:33927", "10.65.0.27:33927", "172.17.0.1:33927"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51546}, - {"Proto": "peerapi6", "Port": 51546} - ]}, - "Created": "2026-04-09T01:24:44.959074739Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2499369852458243, - "StableID": "nApxA4DyWL11CNTRL", + "ID": 553437879569045, + "StableID": "nrhzFjseK511CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "KeyExpiry": "2026-10-06T01:24:48Z", - "DiscoKey": "discokey:2695c27538686ba72f01181be96c562f908fcb7f1a72e497f188653ea5bbc529", - "Addresses": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "AllowedIPs": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "Endpoints": ["77.164.248.136:51218", "10.65.0.27:51218", "172.17.0.1:51218"], - "HomeDERP": 14, + "Key": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "KeyExpiry": "2026-10-06T08:30:55Z", + "DiscoKey": "discokey:5abd44a9fa9b745d6c3260f59013ba53de37124012d643bd6ab806904f737f5e", + "Addresses": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "AllowedIPs": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54674}, - {"Proto": "peerapi6", "Port": 54674} + {"Proto": "peerapi4", "Port": 53657}, + {"Proto": "peerapi6", "Port": 53657} ]}, - "Created": "2026-04-09T01:24:48.222800543Z", + "Created": "2026-04-09T08:30:55.095948473Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3139345464110399, - "StableID": "nvWqUMHpWR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "DiscoKey": "discokey:f352540c93652b695635352f2d65b723046bd994c5b60e992491a7f0befa432d", - "Addresses": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "AllowedIPs": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "Endpoints": ["77.164.248.136:34007", "10.65.0.27:34007", "172.17.0.1:34007"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63621}, - {"Proto": "peerapi6", "Port": 63621} - ]}, - "Created": "2026-04-09T01:24:40.613391426Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3898566732370558, - "StableID": "nPVF8mjfSX11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "DiscoKey": "discokey:a725289e25c6170a1a1920b451f1455db34ac263597fb0d205df092c75cd7c47", - "Addresses": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "AllowedIPs": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "Endpoints": ["77.164.248.136:34985", "10.65.0.27:34985", "172.17.0.1:34985"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 51442}, - {"Proto": "peerapi6", "Port": 51442} - ]}, - "Created": "2026-04-09T01:24:41.155080473Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3950626718859827, - "StableID": "nJ4trMGFrX11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "DiscoKey": "discokey:7c49f1d72adc08d545db6845d0e01d39332a6d8f6ae23f8ed56aba8764618413", - "Addresses": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "AllowedIPs": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "Endpoints": ["77.164.248.136:60866", "10.65.0.27:60866", "172.17.0.1:60866"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55420}, - {"Proto": "peerapi6", "Port": 55420} - ]}, - "Created": "2026-04-09T01:24:45.496545482Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4002548310031902, - "StableID": "nhSL57AmFY11CNTRL", + "ID": 1297627164951518, + "StableID": "nXZy3zTh8B11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "DiscoKey": "discokey:abd2c0b4f5ffcf9a98d8d30a61759fd136b0e5232da5be7209661b5c1508710e", - "Addresses": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "AllowedIPs": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "Endpoints": ["77.164.248.136:42414", "10.65.0.27:42414", "172.17.0.1:42414"], + "Key": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "DiscoKey": "discokey:3daf908492c49201c0ee088eb6e332e2b0ce1516e4edb1fb803e14d36ec3397d", + "Addresses": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "AllowedIPs": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "Endpoints": ["77.164.248.136:41152", "10.65.0.27:41152", "172.17.0.1:41152"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44479}, - {"Proto": "peerapi6", "Port": 44479} + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:24:42.786485947Z", + "Created": "2026-04-09T08:30:49.143687086Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 4205425854987955, - "StableID": "nYM41ZQeqZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "DiscoKey": "discokey:19222bcfd2cfb5e1fbc479962a1410be1f1b3e76f83e5c99b7a9d53bc5df0b21", - "Addresses": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "AllowedIPs": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "Endpoints": ["77.164.248.136:54407", "10.65.0.27:54407", "172.17.0.1:54407"], + "ID": 1634665999358618, + "StableID": "nq8LiRuLmD11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:434afc9835fb9658db5cf78c3b15d7fb1da53c11e731296776206d3f74fc6028", + "Addresses": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "AllowedIPs": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "Endpoints": ["77.164.248.136:54921", "10.65.0.27:54921", "172.17.0.1:54921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46556}, - {"Proto": "peerapi6", "Port": 46556} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41643}, + {"Proto": "peerapi6", "Port": 41643} ]}, - "Created": "2026-04-09T01:24:43.327478906Z", + "Created": "2026-04-09T08:30:54.024449586Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 4719954078717488, - "StableID": "nP2MD2Cgrd11CNTRL", + "ID": 2055417454113637, + "StableID": "nWFUyCLu3H11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "DiscoKey": "discokey:c3f6bdabbfd1f555ee73e36594b66e93cd9f760d063f01b8c751d85f6df2c25e", - "Addresses": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "AllowedIPs": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "Endpoints": ["77.164.248.136:38773", "10.65.0.27:38773", "172.17.0.1:38773"], + "Key": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "DiscoKey": "discokey:34ccc19b7f1c9db2d4d82ec5a49b8fe986e0f25ee1bc68789cdeeb4227a6736d", + "Addresses": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "AllowedIPs": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "Endpoints": ["77.164.248.136:41770", "10.65.0.27:41770", "172.17.0.1:41770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51351}, - {"Proto": "peerapi6", "Port": 51351} + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} ]}, - "Created": "2026-04-09T01:24:44.41607218Z", + "Created": "2026-04-09T08:30:51.068218913Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5485682927022421, - "StableID": "nEdVR8bUqj11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:458ee8430076f840b9fd4206a2b0be332bb15397d0abbfbaa179930e2e84ba2e", - "Addresses": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "AllowedIPs": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "Endpoints": ["77.164.248.136:38109", "10.65.0.27:38109", "172.17.0.1:38109"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56244}, - {"Proto": "peerapi6", "Port": 56244} - ]}, - "Created": "2026-04-09T01:24:47.134360599Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5561080541059113, - "StableID": "npJVP3AdRk11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2310625652366099, + "StableID": "ntbxXdDV3K11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "DiscoKey": "discokey:50b6c0073b60bc55cabbb92e60c4c345054b3f57eafc3756cc579297483e227a", - "Addresses": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "AllowedIPs": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "Endpoints": ["77.164.248.136:60082", "10.65.0.27:60082", "172.17.0.1:60082"], + "Key": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "DiscoKey": "discokey:82ff3c28b34c10de014999b7a7214d155271da12a725c4c152e4faed90b8c33a", + "Addresses": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "AllowedIPs": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "Endpoints": ["77.164.248.136:60459", "10.65.0.27:60459", "172.17.0.1:60459"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53145}, - {"Proto": "peerapi6", "Port": 53145} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 37279}, + {"Proto": "peerapi6", "Port": 37279} ]}, - "Created": "2026-04-09T01:24:46.0384358Z", + "Created": "2026-04-09T08:30:50.2204275Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 6222480808575629, - "StableID": "ncgpA82Bbq11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:0ea1b50dd53c66dfca4c27a3854e90b2d81f8a214d381d4122abbf1b6d062510", - "Addresses": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "AllowedIPs": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "Endpoints": ["77.164.248.136:60197", "10.65.0.27:60197", "172.17.0.1:60197"], + "ID": 2336984101542708, + "StableID": "nFEnRMcRFK11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "DiscoKey": "discokey:51aef1a07c988a85a899b35ea6540f51c782ef51acbc4442d3cfa1addb32c250", + "Addresses": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "AllowedIPs": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "Endpoints": ["77.164.248.136:60317", "10.65.0.27:60317", "172.17.0.1:60317"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56856}, - {"Proto": "peerapi6", "Port": 56856} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 47083}, + {"Proto": "peerapi6", "Port": 47083} ]}, - "Created": "2026-04-09T01:24:47.67578851Z", + "Created": "2026-04-09T08:30:47.522573103Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8641953695995568, - "StableID": "n15q8EUxUA21CNTRL", + "ID": 3553042200258523, + "StableID": "nNW6RqPBkU11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "DiscoKey": "discokey:327d68bba669c2f5c55e22c8579481567ad62c365582bc5f9dfc95d1776aa83f", + "Addresses": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "AllowedIPs": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "Endpoints": ["77.164.248.136:51597", "10.65.0.27:51597", "172.17.0.1:51597"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64849}, + {"Proto": "peerapi6", "Port": 64849} + ]}, + "Created": "2026-04-09T08:30:51.597348903Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4376036585747339, + "StableID": "nCXr3X4vAb11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "DiscoKey": "discokey:0989684ac452830b752e592b682558c98e2636984cad674dcc412c7eec94326e", - "Addresses": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "AllowedIPs": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "Endpoints": ["77.164.248.136:60071", "10.65.0.27:60071", "172.17.0.1:60071"], + "Key": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "DiscoKey": "discokey:ef2683359a1224dc002b6a4a0d03f7654293f8dce510f98185d108b508e19417", + "Addresses": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "AllowedIPs": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "Endpoints": ["77.164.248.136:48103", "10.65.0.27:48103", "172.17.0.1:48103"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52906}, - {"Proto": "peerapi6", "Port": 52906} + {"Proto": "peerapi4", "Port": 49951}, + {"Proto": "peerapi6", "Port": 49951} ]}, - "Created": "2026-04-09T01:24:41.712190038Z", + "Created": "2026-04-09T08:30:48.05626107Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8681221206256307, - "StableID": "nG5zYhxjnA21CNTRL", + "ID": 4518654749690642, + "StableID": "ndenp5QWHc11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "DiscoKey": "discokey:ed6aa0bfdf8c6d2de0089ad90bd1f9b67f9abdb426d2abfb1485003a5c49b644", + "Addresses": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "AllowedIPs": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "Endpoints": ["77.164.248.136:38836", "10.65.0.27:38836", "172.17.0.1:38836"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55467}, + {"Proto": "peerapi6", "Port": 55467} + ]}, + "Created": "2026-04-09T08:30:52.142969303Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5241374097536171, + "StableID": "nSAukZ1qvh11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "DiscoKey": "discokey:431675416cb5603a43b79e043666f4a1fa85bf4577586385b7f41e3bb6add746", - "Addresses": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "AllowedIPs": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "Endpoints": ["77.164.248.136:51295", "10.65.0.27:51295", "172.17.0.1:51295"], + "Key": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "DiscoKey": "discokey:c38cf444a340cba525cfa68070cac8c7eddd45fcd7dd4bcc353841f291d2ba6c", + "Addresses": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "AllowedIPs": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "Endpoints": ["77.164.248.136:47100", "10.65.0.27:47100", "172.17.0.1:47100"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50949}, - {"Proto": "peerapi6", "Port": 50949} + {"Proto": "peerapi4", "Port": 39938}, + {"Proto": "peerapi6", "Port": 39938} ]}, - "Created": "2026-04-09T01:24:42.245107501Z", + "Created": "2026-04-09T08:30:48.610697372Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 6011971794580357, + "StableID": "nSoVTfJqwo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:551dbaae574983596f2d31fca8a8b3d7a7e5a7d0cc20eeca4bf594f28c50916a", + "Addresses": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "AllowedIPs": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "Endpoints": ["77.164.248.136:43519", "10.65.0.27:43519", "172.17.0.1:43519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64123}, + {"Proto": "peerapi6", "Port": 64123} + ]}, + "Created": "2026-04-09T08:30:54.548914618Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7281051147137457, + "StableID": "nEMt5Jsbry11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "DiscoKey": "discokey:f12c2996abf2163b632861035aeac4b3ed3c488a155ed2508f186af109292824", + "Addresses": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "AllowedIPs": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "Endpoints": ["77.164.248.136:41013", "10.65.0.27:41013", "172.17.0.1:41013"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 38580}, + {"Proto": "peerapi6", "Port": 38580} + ]}, + "Created": "2026-04-09T08:30:46.984485062Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8192856329508484, + "StableID": "nFkmihSZy621CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "DiscoKey": "discokey:fff605a1e748fcc159e780277e56b73b78a57357960f068c75aad8c9c22ed418", + "Addresses": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "AllowedIPs": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "Endpoints": ["77.164.248.136:59163", "10.65.0.27:59163", "172.17.0.1:59163"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 36780}, + {"Proto": "peerapi6", "Port": 36780} + ]}, + "Created": "2026-04-09T08:30:49.672720029Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8273598610922802, + "StableID": "n7P7eYQ8c721CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "DiscoKey": "discokey:0013ba87125003b664aa7d42fd3b73fa4caa1bec37688a1d479fc97112164e19", + "Addresses": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "AllowedIPs": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "Endpoints": ["77.164.248.136:58467", "10.65.0.27:58467", "172.17.0.1:58467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54802}, + {"Proto": "peerapi6", "Port": 54802} + ]}, + "Created": "2026-04-09T08:30:52.944479857Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -1365,27 +1363,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7712204945588352": { - "ID": 7712204945588352, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8324128498452844": { + "ID": 8324128498452844, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [] }, "blastoise": { @@ -1416,26 +1416,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4205425854987955, - "StableID": "nYM41ZQeqZ11CNTRL", + "ID": 8192856329508484, + "StableID": "nFkmihSZy621CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 4205425854987955, - "Key": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "DiscoKey": "discokey:19222bcfd2cfb5e1fbc479962a1410be1f1b3e76f83e5c99b7a9d53bc5df0b21", - "Addresses": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "AllowedIPs": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "Endpoints": ["77.164.248.136:54407", "10.65.0.27:54407", "172.17.0.1:54407"], + "User": 8192856329508484, + "Key": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "DiscoKey": "discokey:fff605a1e748fcc159e780277e56b73b78a57357960f068c75aad8c9c22ed418", + "Addresses": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "AllowedIPs": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "Endpoints": ["77.164.248.136:59163", "10.65.0.27:59163", "172.17.0.1:59163"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 46556}, - {"Proto": "peerapi6", "Port": 46556}, + {"Proto": "peerapi4", "Port": 36780}, + {"Proto": "peerapi6", "Port": 36780}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:24:43.327478906Z", + "Created": "2026-04-09T08:30:49.672720029Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1463,302 +1463,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "MachineKey": "mkey:11d87b7f441ac6b4135e9489dd2517c963349a5c894f6191a279b30717936763", + "NodeKey": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "MachineKey": "mkey:5eb1ff931a6e71fcc9b2b158a3813477de8fe02ac2054772157c7420bf32a572", "Peers": [{ - "ID": 270497446613122, - "StableID": "nbZm5YWW7311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "DiscoKey": "discokey:cb15d3e62e1cce00b0e6b0e91ca25e4ca084ec021eb9faee05c2b8cce119a34a", - "Addresses": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "AllowedIPs": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "Endpoints": ["77.164.248.136:57537", "10.65.0.27:57537", "172.17.0.1:57537"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44730}, - {"Proto": "peerapi6", "Port": 44730} - ]}, - "Created": "2026-04-09T01:24:43.87436793Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2077251272669066, - "StableID": "nuxfkNsnDH11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "DiscoKey": "discokey:cebe4d54a25265b63963410a8cc44067b39ba76062f440eb91e8adbae195af7d", - "Addresses": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "AllowedIPs": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "Endpoints": ["77.164.248.136:33927", "10.65.0.27:33927", "172.17.0.1:33927"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51546}, - {"Proto": "peerapi6", "Port": 51546} - ]}, - "Created": "2026-04-09T01:24:44.959074739Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2499369852458243, - "StableID": "nApxA4DyWL11CNTRL", + "ID": 553437879569045, + "StableID": "nrhzFjseK511CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "KeyExpiry": "2026-10-06T01:24:48Z", - "DiscoKey": "discokey:2695c27538686ba72f01181be96c562f908fcb7f1a72e497f188653ea5bbc529", - "Addresses": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "AllowedIPs": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "Endpoints": ["77.164.248.136:51218", "10.65.0.27:51218", "172.17.0.1:51218"], + "Key": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "KeyExpiry": "2026-10-06T08:30:55Z", + "DiscoKey": "discokey:5abd44a9fa9b745d6c3260f59013ba53de37124012d643bd6ab806904f737f5e", + "Addresses": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "AllowedIPs": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "Endpoints": ["77.164.248.136:43186", "10.65.0.27:43186", "172.17.0.1:43186"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54674}, - {"Proto": "peerapi6", "Port": 54674} + {"Proto": "peerapi4", "Port": 53657}, + {"Proto": "peerapi6", "Port": 53657} ]}, - "Created": "2026-04-09T01:24:48.222800543Z", + "Created": "2026-04-09T08:30:55.095948473Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3139345464110399, - "StableID": "nvWqUMHpWR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "DiscoKey": "discokey:f352540c93652b695635352f2d65b723046bd994c5b60e992491a7f0befa432d", - "Addresses": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "AllowedIPs": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "Endpoints": ["77.164.248.136:34007", "10.65.0.27:34007", "172.17.0.1:34007"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63621}, - {"Proto": "peerapi6", "Port": 63621} - ]}, - "Created": "2026-04-09T01:24:40.613391426Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3898566732370558, - "StableID": "nPVF8mjfSX11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "DiscoKey": "discokey:a725289e25c6170a1a1920b451f1455db34ac263597fb0d205df092c75cd7c47", - "Addresses": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "AllowedIPs": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "Endpoints": ["77.164.248.136:34985", "10.65.0.27:34985", "172.17.0.1:34985"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 51442}, - {"Proto": "peerapi6", "Port": 51442} - ]}, - "Created": "2026-04-09T01:24:41.155080473Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3950626718859827, - "StableID": "nJ4trMGFrX11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "DiscoKey": "discokey:7c49f1d72adc08d545db6845d0e01d39332a6d8f6ae23f8ed56aba8764618413", - "Addresses": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "AllowedIPs": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "Endpoints": ["77.164.248.136:60866", "10.65.0.27:60866", "172.17.0.1:60866"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55420}, - {"Proto": "peerapi6", "Port": 55420} - ]}, - "Created": "2026-04-09T01:24:45.496545482Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4002548310031902, - "StableID": "nhSL57AmFY11CNTRL", + "ID": 1297627164951518, + "StableID": "nXZy3zTh8B11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "DiscoKey": "discokey:abd2c0b4f5ffcf9a98d8d30a61759fd136b0e5232da5be7209661b5c1508710e", - "Addresses": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "AllowedIPs": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "Endpoints": ["77.164.248.136:42414", "10.65.0.27:42414", "172.17.0.1:42414"], + "Key": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "DiscoKey": "discokey:3daf908492c49201c0ee088eb6e332e2b0ce1516e4edb1fb803e14d36ec3397d", + "Addresses": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "AllowedIPs": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "Endpoints": ["77.164.248.136:41152", "10.65.0.27:41152", "172.17.0.1:41152"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44479}, - {"Proto": "peerapi6", "Port": 44479} + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:24:42.786485947Z", + "Created": "2026-04-09T08:30:49.143687086Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 4719954078717488, - "StableID": "nP2MD2Cgrd11CNTRL", + "ID": 1634665999358618, + "StableID": "nq8LiRuLmD11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:434afc9835fb9658db5cf78c3b15d7fb1da53c11e731296776206d3f74fc6028", + "Addresses": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "AllowedIPs": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "Endpoints": ["77.164.248.136:54921", "10.65.0.27:54921", "172.17.0.1:54921"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41643}, + {"Proto": "peerapi6", "Port": 41643} + ]}, + "Created": "2026-04-09T08:30:54.024449586Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2055417454113637, + "StableID": "nWFUyCLu3H11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "DiscoKey": "discokey:c3f6bdabbfd1f555ee73e36594b66e93cd9f760d063f01b8c751d85f6df2c25e", - "Addresses": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "AllowedIPs": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "Endpoints": ["77.164.248.136:38773", "10.65.0.27:38773", "172.17.0.1:38773"], + "Key": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "DiscoKey": "discokey:34ccc19b7f1c9db2d4d82ec5a49b8fe986e0f25ee1bc68789cdeeb4227a6736d", + "Addresses": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "AllowedIPs": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "Endpoints": ["77.164.248.136:41770", "10.65.0.27:41770", "172.17.0.1:41770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51351}, - {"Proto": "peerapi6", "Port": 51351} + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} ]}, - "Created": "2026-04-09T01:24:44.41607218Z", + "Created": "2026-04-09T08:30:51.068218913Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5485682927022421, - "StableID": "nEdVR8bUqj11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:458ee8430076f840b9fd4206a2b0be332bb15397d0abbfbaa179930e2e84ba2e", - "Addresses": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "AllowedIPs": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "Endpoints": ["77.164.248.136:38109", "10.65.0.27:38109", "172.17.0.1:38109"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56244}, - {"Proto": "peerapi6", "Port": 56244} - ]}, - "Created": "2026-04-09T01:24:47.134360599Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5561080541059113, - "StableID": "npJVP3AdRk11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2310625652366099, + "StableID": "ntbxXdDV3K11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "DiscoKey": "discokey:50b6c0073b60bc55cabbb92e60c4c345054b3f57eafc3756cc579297483e227a", - "Addresses": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "AllowedIPs": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "Endpoints": ["77.164.248.136:60082", "10.65.0.27:60082", "172.17.0.1:60082"], + "Key": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "DiscoKey": "discokey:82ff3c28b34c10de014999b7a7214d155271da12a725c4c152e4faed90b8c33a", + "Addresses": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "AllowedIPs": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "Endpoints": ["77.164.248.136:60459", "10.65.0.27:60459", "172.17.0.1:60459"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53145}, - {"Proto": "peerapi6", "Port": 53145} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 37279}, + {"Proto": "peerapi6", "Port": 37279} ]}, - "Created": "2026-04-09T01:24:46.0384358Z", + "Created": "2026-04-09T08:30:50.2204275Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 6222480808575629, - "StableID": "ncgpA82Bbq11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:0ea1b50dd53c66dfca4c27a3854e90b2d81f8a214d381d4122abbf1b6d062510", - "Addresses": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "AllowedIPs": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "Endpoints": ["77.164.248.136:60197", "10.65.0.27:60197", "172.17.0.1:60197"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56856}, - {"Proto": "peerapi6", "Port": 56856} - ]}, - "Created": "2026-04-09T01:24:47.67578851Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7712204945588352, - "StableID": "n53XqgYsD321CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 2336984101542708, + "StableID": "nFEnRMcRFK11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "DiscoKey": "discokey:8c850e2e2d905db6832be30de9a598ba0e6d0c96855d877b951cb0f9ab51881b", - "Addresses": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "AllowedIPs": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "Endpoints": ["77.164.248.136:34575", "10.65.0.27:34575", "172.17.0.1:34575"], + "Key": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "DiscoKey": "discokey:51aef1a07c988a85a899b35ea6540f51c782ef51acbc4442d3cfa1addb32c250", + "Addresses": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "AllowedIPs": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "Endpoints": ["77.164.248.136:60317", "10.65.0.27:60317", "172.17.0.1:60317"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 49559}, - {"Proto": "peerapi6", "Port": 49559} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 47083}, + {"Proto": "peerapi6", "Port": 47083} ]}, - "Created": "2026-04-09T01:24:46.589611887Z", + "Created": "2026-04-09T08:30:47.522573103Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8641953695995568, - "StableID": "n15q8EUxUA21CNTRL", + "ID": 3553042200258523, + "StableID": "nNW6RqPBkU11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "DiscoKey": "discokey:327d68bba669c2f5c55e22c8579481567ad62c365582bc5f9dfc95d1776aa83f", + "Addresses": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "AllowedIPs": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "Endpoints": ["77.164.248.136:51597", "10.65.0.27:51597", "172.17.0.1:51597"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64849}, + {"Proto": "peerapi6", "Port": 64849} + ]}, + "Created": "2026-04-09T08:30:51.597348903Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4376036585747339, + "StableID": "nCXr3X4vAb11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "DiscoKey": "discokey:0989684ac452830b752e592b682558c98e2636984cad674dcc412c7eec94326e", - "Addresses": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "AllowedIPs": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "Endpoints": ["77.164.248.136:60071", "10.65.0.27:60071", "172.17.0.1:60071"], + "Key": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "DiscoKey": "discokey:ef2683359a1224dc002b6a4a0d03f7654293f8dce510f98185d108b508e19417", + "Addresses": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "AllowedIPs": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "Endpoints": ["77.164.248.136:48103", "10.65.0.27:48103", "172.17.0.1:48103"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52906}, - {"Proto": "peerapi6", "Port": 52906} + {"Proto": "peerapi4", "Port": 49951}, + {"Proto": "peerapi6", "Port": 49951} ]}, - "Created": "2026-04-09T01:24:41.712190038Z", + "Created": "2026-04-09T08:30:48.05626107Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8681221206256307, - "StableID": "nG5zYhxjnA21CNTRL", + "ID": 4518654749690642, + "StableID": "ndenp5QWHc11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "DiscoKey": "discokey:ed6aa0bfdf8c6d2de0089ad90bd1f9b67f9abdb426d2abfb1485003a5c49b644", + "Addresses": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "AllowedIPs": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "Endpoints": ["77.164.248.136:38836", "10.65.0.27:38836", "172.17.0.1:38836"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55467}, + {"Proto": "peerapi6", "Port": 55467} + ]}, + "Created": "2026-04-09T08:30:52.142969303Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5241374097536171, + "StableID": "nSAukZ1qvh11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "DiscoKey": "discokey:431675416cb5603a43b79e043666f4a1fa85bf4577586385b7f41e3bb6add746", - "Addresses": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "AllowedIPs": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "Endpoints": ["77.164.248.136:51295", "10.65.0.27:51295", "172.17.0.1:51295"], + "Key": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "DiscoKey": "discokey:c38cf444a340cba525cfa68070cac8c7eddd45fcd7dd4bcc353841f291d2ba6c", + "Addresses": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "AllowedIPs": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "Endpoints": ["77.164.248.136:47100", "10.65.0.27:47100", "172.17.0.1:47100"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50949}, - {"Proto": "peerapi6", "Port": 50949} + {"Proto": "peerapi4", "Port": 39938}, + {"Proto": "peerapi6", "Port": 39938} ]}, - "Created": "2026-04-09T01:24:42.245107501Z", + "Created": "2026-04-09T08:30:48.610697372Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 6011971794580357, + "StableID": "nSoVTfJqwo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:551dbaae574983596f2d31fca8a8b3d7a7e5a7d0cc20eeca4bf594f28c50916a", + "Addresses": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "AllowedIPs": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "Endpoints": ["77.164.248.136:43519", "10.65.0.27:43519", "172.17.0.1:43519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64123}, + {"Proto": "peerapi6", "Port": 64123} + ]}, + "Created": "2026-04-09T08:30:54.548914618Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7281051147137457, + "StableID": "nEMt5Jsbry11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "DiscoKey": "discokey:f12c2996abf2163b632861035aeac4b3ed3c488a155ed2508f186af109292824", + "Addresses": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "AllowedIPs": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "Endpoints": ["77.164.248.136:41013", "10.65.0.27:41013", "172.17.0.1:41013"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 38580}, + {"Proto": "peerapi6", "Port": 38580} + ]}, + "Created": "2026-04-09T08:30:46.984485062Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8273598610922802, + "StableID": "n7P7eYQ8c721CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "DiscoKey": "discokey:0013ba87125003b664aa7d42fd3b73fa4caa1bec37688a1d479fc97112164e19", + "Addresses": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "AllowedIPs": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "Endpoints": ["77.164.248.136:58467", "10.65.0.27:58467", "172.17.0.1:58467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54802}, + {"Proto": "peerapi6", "Port": 54802} + ]}, + "Created": "2026-04-09T08:30:52.944479857Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8324128498452844, + "StableID": "ndDdmwj11821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "DiscoKey": "discokey:77be894162bebc7d6acce23762be9aa774490dc9d7952b06ce6381dc68bc5b11", + "Addresses": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "AllowedIPs": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "Endpoints": ["77.164.248.136:44856", "10.65.0.27:44856", "172.17.0.1:44856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 57186}, + {"Proto": "peerapi6", "Port": 57186} + ]}, + "Created": "2026-04-09T08:30:53.471676557Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2606,27 +2606,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4205425854987955": { - "ID": 4205425854987955, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8192856329508484": { + "ID": 8192856329508484, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2657,22 +2659,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2499369852458243, - "StableID": "nApxA4DyWL11CNTRL", + "ID": 553437879569045, + "StableID": "nrhzFjseK511CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "KeyExpiry": "2026-10-06T01:24:48Z", - "DiscoKey": "discokey:2695c27538686ba72f01181be96c562f908fcb7f1a72e497f188653ea5bbc529", - "Addresses": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "AllowedIPs": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "Endpoints": ["77.164.248.136:51218", "10.65.0.27:51218", "172.17.0.1:51218"], + "Key": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "KeyExpiry": "2026-10-06T08:30:55Z", + "DiscoKey": "discokey:5abd44a9fa9b745d6c3260f59013ba53de37124012d643bd6ab806904f737f5e", + "Addresses": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "AllowedIPs": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "Endpoints": ["77.164.248.136:43186", "10.65.0.27:43186", "172.17.0.1:43186"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54674}, - {"Proto": "peerapi6", "Port": 54674}, + {"Proto": "peerapi4", "Port": 53657}, + {"Proto": "peerapi6", "Port": 53657}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:48.222800543Z", + "Created": "2026-04-09T08:30:55.095948473Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2701,302 +2703,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "MachineKey": "mkey:570588810c15bbe7a3bc1eeab4e3e2c6265580e5690d16251c539da4b53d8039", + "NodeKey": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "MachineKey": "mkey:b94237ddd22e1de135c8735331c3e03082e4f9301dbf9982fc48b461b8df6d65", "Peers": [{ - "ID": 270497446613122, - "StableID": "nbZm5YWW7311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "DiscoKey": "discokey:cb15d3e62e1cce00b0e6b0e91ca25e4ca084ec021eb9faee05c2b8cce119a34a", - "Addresses": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "AllowedIPs": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "Endpoints": ["77.164.248.136:57537", "10.65.0.27:57537", "172.17.0.1:57537"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44730}, - {"Proto": "peerapi6", "Port": 44730} - ]}, - "Created": "2026-04-09T01:24:43.87436793Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2077251272669066, - "StableID": "nuxfkNsnDH11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "DiscoKey": "discokey:cebe4d54a25265b63963410a8cc44067b39ba76062f440eb91e8adbae195af7d", - "Addresses": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "AllowedIPs": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "Endpoints": ["77.164.248.136:33927", "10.65.0.27:33927", "172.17.0.1:33927"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51546}, - {"Proto": "peerapi6", "Port": 51546} - ]}, - "Created": "2026-04-09T01:24:44.959074739Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 3139345464110399, - "StableID": "nvWqUMHpWR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "DiscoKey": "discokey:f352540c93652b695635352f2d65b723046bd994c5b60e992491a7f0befa432d", - "Addresses": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "AllowedIPs": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "Endpoints": ["77.164.248.136:34007", "10.65.0.27:34007", "172.17.0.1:34007"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63621}, - {"Proto": "peerapi6", "Port": 63621} - ]}, - "Created": "2026-04-09T01:24:40.613391426Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3898566732370558, - "StableID": "nPVF8mjfSX11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "DiscoKey": "discokey:a725289e25c6170a1a1920b451f1455db34ac263597fb0d205df092c75cd7c47", - "Addresses": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "AllowedIPs": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "Endpoints": ["77.164.248.136:34985", "10.65.0.27:34985", "172.17.0.1:34985"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 51442}, - {"Proto": "peerapi6", "Port": 51442} - ]}, - "Created": "2026-04-09T01:24:41.155080473Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3950626718859827, - "StableID": "nJ4trMGFrX11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "DiscoKey": "discokey:7c49f1d72adc08d545db6845d0e01d39332a6d8f6ae23f8ed56aba8764618413", - "Addresses": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "AllowedIPs": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "Endpoints": ["77.164.248.136:60866", "10.65.0.27:60866", "172.17.0.1:60866"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55420}, - {"Proto": "peerapi6", "Port": 55420} - ]}, - "Created": "2026-04-09T01:24:45.496545482Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4002548310031902, - "StableID": "nhSL57AmFY11CNTRL", + "ID": 1297627164951518, + "StableID": "nXZy3zTh8B11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "DiscoKey": "discokey:abd2c0b4f5ffcf9a98d8d30a61759fd136b0e5232da5be7209661b5c1508710e", - "Addresses": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "AllowedIPs": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "Endpoints": ["77.164.248.136:42414", "10.65.0.27:42414", "172.17.0.1:42414"], + "Key": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "DiscoKey": "discokey:3daf908492c49201c0ee088eb6e332e2b0ce1516e4edb1fb803e14d36ec3397d", + "Addresses": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "AllowedIPs": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "Endpoints": ["77.164.248.136:41152", "10.65.0.27:41152", "172.17.0.1:41152"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44479}, - {"Proto": "peerapi6", "Port": 44479} + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:24:42.786485947Z", + "Created": "2026-04-09T08:30:49.143687086Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 4205425854987955, - "StableID": "nYM41ZQeqZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "DiscoKey": "discokey:19222bcfd2cfb5e1fbc479962a1410be1f1b3e76f83e5c99b7a9d53bc5df0b21", - "Addresses": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "AllowedIPs": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "Endpoints": ["77.164.248.136:54407", "10.65.0.27:54407", "172.17.0.1:54407"], + "ID": 1634665999358618, + "StableID": "nq8LiRuLmD11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:434afc9835fb9658db5cf78c3b15d7fb1da53c11e731296776206d3f74fc6028", + "Addresses": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "AllowedIPs": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "Endpoints": ["77.164.248.136:54921", "10.65.0.27:54921", "172.17.0.1:54921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46556}, - {"Proto": "peerapi6", "Port": 46556} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41643}, + {"Proto": "peerapi6", "Port": 41643} ]}, - "Created": "2026-04-09T01:24:43.327478906Z", + "Created": "2026-04-09T08:30:54.024449586Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 4719954078717488, - "StableID": "nP2MD2Cgrd11CNTRL", + "ID": 2055417454113637, + "StableID": "nWFUyCLu3H11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "DiscoKey": "discokey:c3f6bdabbfd1f555ee73e36594b66e93cd9f760d063f01b8c751d85f6df2c25e", - "Addresses": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "AllowedIPs": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "Endpoints": ["77.164.248.136:38773", "10.65.0.27:38773", "172.17.0.1:38773"], + "Key": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "DiscoKey": "discokey:34ccc19b7f1c9db2d4d82ec5a49b8fe986e0f25ee1bc68789cdeeb4227a6736d", + "Addresses": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "AllowedIPs": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "Endpoints": ["77.164.248.136:41770", "10.65.0.27:41770", "172.17.0.1:41770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51351}, - {"Proto": "peerapi6", "Port": 51351} + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} ]}, - "Created": "2026-04-09T01:24:44.41607218Z", + "Created": "2026-04-09T08:30:51.068218913Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5485682927022421, - "StableID": "nEdVR8bUqj11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:458ee8430076f840b9fd4206a2b0be332bb15397d0abbfbaa179930e2e84ba2e", - "Addresses": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "AllowedIPs": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "Endpoints": ["77.164.248.136:38109", "10.65.0.27:38109", "172.17.0.1:38109"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56244}, - {"Proto": "peerapi6", "Port": 56244} - ]}, - "Created": "2026-04-09T01:24:47.134360599Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5561080541059113, - "StableID": "npJVP3AdRk11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2310625652366099, + "StableID": "ntbxXdDV3K11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "DiscoKey": "discokey:50b6c0073b60bc55cabbb92e60c4c345054b3f57eafc3756cc579297483e227a", - "Addresses": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "AllowedIPs": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "Endpoints": ["77.164.248.136:60082", "10.65.0.27:60082", "172.17.0.1:60082"], + "Key": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "DiscoKey": "discokey:82ff3c28b34c10de014999b7a7214d155271da12a725c4c152e4faed90b8c33a", + "Addresses": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "AllowedIPs": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "Endpoints": ["77.164.248.136:60459", "10.65.0.27:60459", "172.17.0.1:60459"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53145}, - {"Proto": "peerapi6", "Port": 53145} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 37279}, + {"Proto": "peerapi6", "Port": 37279} ]}, - "Created": "2026-04-09T01:24:46.0384358Z", + "Created": "2026-04-09T08:30:50.2204275Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 6222480808575629, - "StableID": "ncgpA82Bbq11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:0ea1b50dd53c66dfca4c27a3854e90b2d81f8a214d381d4122abbf1b6d062510", - "Addresses": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "AllowedIPs": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "Endpoints": ["77.164.248.136:60197", "10.65.0.27:60197", "172.17.0.1:60197"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56856}, - {"Proto": "peerapi6", "Port": 56856} - ]}, - "Created": "2026-04-09T01:24:47.67578851Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7712204945588352, - "StableID": "n53XqgYsD321CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 2336984101542708, + "StableID": "nFEnRMcRFK11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "DiscoKey": "discokey:8c850e2e2d905db6832be30de9a598ba0e6d0c96855d877b951cb0f9ab51881b", - "Addresses": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "AllowedIPs": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "Endpoints": ["77.164.248.136:34575", "10.65.0.27:34575", "172.17.0.1:34575"], + "Key": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "DiscoKey": "discokey:51aef1a07c988a85a899b35ea6540f51c782ef51acbc4442d3cfa1addb32c250", + "Addresses": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "AllowedIPs": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "Endpoints": ["77.164.248.136:60317", "10.65.0.27:60317", "172.17.0.1:60317"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 49559}, - {"Proto": "peerapi6", "Port": 49559} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 47083}, + {"Proto": "peerapi6", "Port": 47083} ]}, - "Created": "2026-04-09T01:24:46.589611887Z", + "Created": "2026-04-09T08:30:47.522573103Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8641953695995568, - "StableID": "n15q8EUxUA21CNTRL", + "ID": 3553042200258523, + "StableID": "nNW6RqPBkU11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "DiscoKey": "discokey:327d68bba669c2f5c55e22c8579481567ad62c365582bc5f9dfc95d1776aa83f", + "Addresses": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "AllowedIPs": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "Endpoints": ["77.164.248.136:51597", "10.65.0.27:51597", "172.17.0.1:51597"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64849}, + {"Proto": "peerapi6", "Port": 64849} + ]}, + "Created": "2026-04-09T08:30:51.597348903Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4376036585747339, + "StableID": "nCXr3X4vAb11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "DiscoKey": "discokey:0989684ac452830b752e592b682558c98e2636984cad674dcc412c7eec94326e", - "Addresses": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "AllowedIPs": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "Endpoints": ["77.164.248.136:60071", "10.65.0.27:60071", "172.17.0.1:60071"], + "Key": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "DiscoKey": "discokey:ef2683359a1224dc002b6a4a0d03f7654293f8dce510f98185d108b508e19417", + "Addresses": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "AllowedIPs": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "Endpoints": ["77.164.248.136:48103", "10.65.0.27:48103", "172.17.0.1:48103"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52906}, - {"Proto": "peerapi6", "Port": 52906} + {"Proto": "peerapi4", "Port": 49951}, + {"Proto": "peerapi6", "Port": 49951} ]}, - "Created": "2026-04-09T01:24:41.712190038Z", + "Created": "2026-04-09T08:30:48.05626107Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8681221206256307, - "StableID": "nG5zYhxjnA21CNTRL", + "ID": 4518654749690642, + "StableID": "ndenp5QWHc11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "DiscoKey": "discokey:ed6aa0bfdf8c6d2de0089ad90bd1f9b67f9abdb426d2abfb1485003a5c49b644", + "Addresses": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "AllowedIPs": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "Endpoints": ["77.164.248.136:38836", "10.65.0.27:38836", "172.17.0.1:38836"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55467}, + {"Proto": "peerapi6", "Port": 55467} + ]}, + "Created": "2026-04-09T08:30:52.142969303Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5241374097536171, + "StableID": "nSAukZ1qvh11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "DiscoKey": "discokey:431675416cb5603a43b79e043666f4a1fa85bf4577586385b7f41e3bb6add746", - "Addresses": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "AllowedIPs": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "Endpoints": ["77.164.248.136:51295", "10.65.0.27:51295", "172.17.0.1:51295"], + "Key": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "DiscoKey": "discokey:c38cf444a340cba525cfa68070cac8c7eddd45fcd7dd4bcc353841f291d2ba6c", + "Addresses": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "AllowedIPs": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "Endpoints": ["77.164.248.136:47100", "10.65.0.27:47100", "172.17.0.1:47100"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50949}, - {"Proto": "peerapi6", "Port": 50949} + {"Proto": "peerapi4", "Port": 39938}, + {"Proto": "peerapi6", "Port": 39938} ]}, - "Created": "2026-04-09T01:24:42.245107501Z", + "Created": "2026-04-09T08:30:48.610697372Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 6011971794580357, + "StableID": "nSoVTfJqwo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:551dbaae574983596f2d31fca8a8b3d7a7e5a7d0cc20eeca4bf594f28c50916a", + "Addresses": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "AllowedIPs": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "Endpoints": ["77.164.248.136:43519", "10.65.0.27:43519", "172.17.0.1:43519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64123}, + {"Proto": "peerapi6", "Port": 64123} + ]}, + "Created": "2026-04-09T08:30:54.548914618Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7281051147137457, + "StableID": "nEMt5Jsbry11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "DiscoKey": "discokey:f12c2996abf2163b632861035aeac4b3ed3c488a155ed2508f186af109292824", + "Addresses": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "AllowedIPs": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "Endpoints": ["77.164.248.136:41013", "10.65.0.27:41013", "172.17.0.1:41013"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 38580}, + {"Proto": "peerapi6", "Port": 38580} + ]}, + "Created": "2026-04-09T08:30:46.984485062Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8192856329508484, + "StableID": "nFkmihSZy621CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "DiscoKey": "discokey:fff605a1e748fcc159e780277e56b73b78a57357960f068c75aad8c9c22ed418", + "Addresses": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "AllowedIPs": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "Endpoints": ["77.164.248.136:59163", "10.65.0.27:59163", "172.17.0.1:59163"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 36780}, + {"Proto": "peerapi6", "Port": 36780} + ]}, + "Created": "2026-04-09T08:30:49.672720029Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8273598610922802, + "StableID": "n7P7eYQ8c721CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "DiscoKey": "discokey:0013ba87125003b664aa7d42fd3b73fa4caa1bec37688a1d479fc97112164e19", + "Addresses": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "AllowedIPs": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "Endpoints": ["77.164.248.136:58467", "10.65.0.27:58467", "172.17.0.1:58467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54802}, + {"Proto": "peerapi6", "Port": 54802} + ]}, + "Created": "2026-04-09T08:30:52.944479857Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8324128498452844, + "StableID": "ndDdmwj11821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "DiscoKey": "discokey:77be894162bebc7d6acce23762be9aa774490dc9d7952b06ce6381dc68bc5b11", + "Addresses": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "AllowedIPs": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "Endpoints": ["77.164.248.136:44856", "10.65.0.27:44856", "172.17.0.1:44856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 57186}, + {"Proto": "peerapi6", "Port": 57186} + ]}, + "Created": "2026-04-09T08:30:53.471676557Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3024,7 +3026,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.101.112.13"}, {"nodeIP": "fd7a:115c:a1e0::7a37:700d"}], + "principals": [{"nodeIP": "100.117.120.97"}, {"nodeIP": "fd7a:115c:a1e0::e437:7861"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -3850,26 +3852,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.101.112.13"}, {"nodeIP": "fd7a:115c:a1e0::7a37:700d"}], + "principals": [{"nodeIP": "100.117.120.97"}, {"nodeIP": "fd7a:115c:a1e0::e437:7861"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -3903,26 +3906,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8641953695995568, - "StableID": "n15q8EUxUA21CNTRL", + "ID": 4376036585747339, + "StableID": "nCXr3X4vAb11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 8641953695995568, - "Key": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "DiscoKey": "discokey:0989684ac452830b752e592b682558c98e2636984cad674dcc412c7eec94326e", - "Addresses": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "AllowedIPs": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "Endpoints": ["77.164.248.136:60071", "10.65.0.27:60071", "172.17.0.1:60071"], + "User": 4376036585747339, + "Key": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "DiscoKey": "discokey:ef2683359a1224dc002b6a4a0d03f7654293f8dce510f98185d108b508e19417", + "Addresses": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "AllowedIPs": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "Endpoints": ["77.164.248.136:48103", "10.65.0.27:48103", "172.17.0.1:48103"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 52906}, - {"Proto": "peerapi6", "Port": 52906}, + {"Proto": "peerapi4", "Port": 49951}, + {"Proto": "peerapi6", "Port": 49951}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:24:41.712190038Z", + "Created": "2026-04-09T08:30:48.05626107Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3950,302 +3953,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "MachineKey": "mkey:bc60bd226817c2c6827bce55dd0a469cfedfa5911619fa2b3052f9af11c68543", + "NodeKey": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "MachineKey": "mkey:e04eb60cfee68ea15e598cdef709bd57988f24805a147f50e475d7d0b0103610", "Peers": [{ - "ID": 270497446613122, - "StableID": "nbZm5YWW7311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "DiscoKey": "discokey:cb15d3e62e1cce00b0e6b0e91ca25e4ca084ec021eb9faee05c2b8cce119a34a", - "Addresses": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "AllowedIPs": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "Endpoints": ["77.164.248.136:57537", "10.65.0.27:57537", "172.17.0.1:57537"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44730}, - {"Proto": "peerapi6", "Port": 44730} - ]}, - "Created": "2026-04-09T01:24:43.87436793Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2077251272669066, - "StableID": "nuxfkNsnDH11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "DiscoKey": "discokey:cebe4d54a25265b63963410a8cc44067b39ba76062f440eb91e8adbae195af7d", - "Addresses": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "AllowedIPs": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "Endpoints": ["77.164.248.136:33927", "10.65.0.27:33927", "172.17.0.1:33927"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51546}, - {"Proto": "peerapi6", "Port": 51546} - ]}, - "Created": "2026-04-09T01:24:44.959074739Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2499369852458243, - "StableID": "nApxA4DyWL11CNTRL", + "ID": 553437879569045, + "StableID": "nrhzFjseK511CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "KeyExpiry": "2026-10-06T01:24:48Z", - "DiscoKey": "discokey:2695c27538686ba72f01181be96c562f908fcb7f1a72e497f188653ea5bbc529", - "Addresses": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "AllowedIPs": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "Endpoints": ["77.164.248.136:51218", "10.65.0.27:51218", "172.17.0.1:51218"], + "Key": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "KeyExpiry": "2026-10-06T08:30:55Z", + "DiscoKey": "discokey:5abd44a9fa9b745d6c3260f59013ba53de37124012d643bd6ab806904f737f5e", + "Addresses": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "AllowedIPs": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "Endpoints": ["77.164.248.136:43186", "10.65.0.27:43186", "172.17.0.1:43186"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54674}, - {"Proto": "peerapi6", "Port": 54674} + {"Proto": "peerapi4", "Port": 53657}, + {"Proto": "peerapi6", "Port": 53657} ]}, - "Created": "2026-04-09T01:24:48.222800543Z", + "Created": "2026-04-09T08:30:55.095948473Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3139345464110399, - "StableID": "nvWqUMHpWR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "DiscoKey": "discokey:f352540c93652b695635352f2d65b723046bd994c5b60e992491a7f0befa432d", - "Addresses": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "AllowedIPs": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "Endpoints": ["77.164.248.136:34007", "10.65.0.27:34007", "172.17.0.1:34007"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63621}, - {"Proto": "peerapi6", "Port": 63621} - ]}, - "Created": "2026-04-09T01:24:40.613391426Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3898566732370558, - "StableID": "nPVF8mjfSX11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "DiscoKey": "discokey:a725289e25c6170a1a1920b451f1455db34ac263597fb0d205df092c75cd7c47", - "Addresses": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "AllowedIPs": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "Endpoints": ["77.164.248.136:34985", "10.65.0.27:34985", "172.17.0.1:34985"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 51442}, - {"Proto": "peerapi6", "Port": 51442} - ]}, - "Created": "2026-04-09T01:24:41.155080473Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3950626718859827, - "StableID": "nJ4trMGFrX11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "DiscoKey": "discokey:7c49f1d72adc08d545db6845d0e01d39332a6d8f6ae23f8ed56aba8764618413", - "Addresses": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "AllowedIPs": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "Endpoints": ["77.164.248.136:60866", "10.65.0.27:60866", "172.17.0.1:60866"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55420}, - {"Proto": "peerapi6", "Port": 55420} - ]}, - "Created": "2026-04-09T01:24:45.496545482Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4002548310031902, - "StableID": "nhSL57AmFY11CNTRL", + "ID": 1297627164951518, + "StableID": "nXZy3zTh8B11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "DiscoKey": "discokey:abd2c0b4f5ffcf9a98d8d30a61759fd136b0e5232da5be7209661b5c1508710e", - "Addresses": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "AllowedIPs": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "Endpoints": ["77.164.248.136:42414", "10.65.0.27:42414", "172.17.0.1:42414"], + "Key": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "DiscoKey": "discokey:3daf908492c49201c0ee088eb6e332e2b0ce1516e4edb1fb803e14d36ec3397d", + "Addresses": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "AllowedIPs": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "Endpoints": ["77.164.248.136:41152", "10.65.0.27:41152", "172.17.0.1:41152"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44479}, - {"Proto": "peerapi6", "Port": 44479} + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:24:42.786485947Z", + "Created": "2026-04-09T08:30:49.143687086Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 4205425854987955, - "StableID": "nYM41ZQeqZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "DiscoKey": "discokey:19222bcfd2cfb5e1fbc479962a1410be1f1b3e76f83e5c99b7a9d53bc5df0b21", - "Addresses": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "AllowedIPs": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "Endpoints": ["77.164.248.136:54407", "10.65.0.27:54407", "172.17.0.1:54407"], + "ID": 1634665999358618, + "StableID": "nq8LiRuLmD11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:434afc9835fb9658db5cf78c3b15d7fb1da53c11e731296776206d3f74fc6028", + "Addresses": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "AllowedIPs": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "Endpoints": ["77.164.248.136:54921", "10.65.0.27:54921", "172.17.0.1:54921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46556}, - {"Proto": "peerapi6", "Port": 46556} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41643}, + {"Proto": "peerapi6", "Port": 41643} ]}, - "Created": "2026-04-09T01:24:43.327478906Z", + "Created": "2026-04-09T08:30:54.024449586Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 4719954078717488, - "StableID": "nP2MD2Cgrd11CNTRL", + "ID": 2055417454113637, + "StableID": "nWFUyCLu3H11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "DiscoKey": "discokey:c3f6bdabbfd1f555ee73e36594b66e93cd9f760d063f01b8c751d85f6df2c25e", - "Addresses": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "AllowedIPs": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "Endpoints": ["77.164.248.136:38773", "10.65.0.27:38773", "172.17.0.1:38773"], + "Key": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "DiscoKey": "discokey:34ccc19b7f1c9db2d4d82ec5a49b8fe986e0f25ee1bc68789cdeeb4227a6736d", + "Addresses": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "AllowedIPs": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "Endpoints": ["77.164.248.136:41770", "10.65.0.27:41770", "172.17.0.1:41770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51351}, - {"Proto": "peerapi6", "Port": 51351} + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} ]}, - "Created": "2026-04-09T01:24:44.41607218Z", + "Created": "2026-04-09T08:30:51.068218913Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5485682927022421, - "StableID": "nEdVR8bUqj11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:458ee8430076f840b9fd4206a2b0be332bb15397d0abbfbaa179930e2e84ba2e", - "Addresses": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "AllowedIPs": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "Endpoints": ["77.164.248.136:38109", "10.65.0.27:38109", "172.17.0.1:38109"], + "ID": 2310625652366099, + "StableID": "ntbxXdDV3K11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "DiscoKey": "discokey:82ff3c28b34c10de014999b7a7214d155271da12a725c4c152e4faed90b8c33a", + "Addresses": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "AllowedIPs": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "Endpoints": ["77.164.248.136:60459", "10.65.0.27:60459", "172.17.0.1:60459"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56244}, - {"Proto": "peerapi6", "Port": 56244} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 37279}, + {"Proto": "peerapi6", "Port": 37279} ]}, - "Created": "2026-04-09T01:24:47.134360599Z", + "Created": "2026-04-09T08:30:50.2204275Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2336984101542708, + "StableID": "nFEnRMcRFK11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "DiscoKey": "discokey:51aef1a07c988a85a899b35ea6540f51c782ef51acbc4442d3cfa1addb32c250", + "Addresses": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "AllowedIPs": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "Endpoints": ["77.164.248.136:60317", "10.65.0.27:60317", "172.17.0.1:60317"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 47083}, + {"Proto": "peerapi6", "Port": 47083} + ]}, + "Created": "2026-04-09T08:30:47.522573103Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3553042200258523, + "StableID": "nNW6RqPBkU11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "DiscoKey": "discokey:327d68bba669c2f5c55e22c8579481567ad62c365582bc5f9dfc95d1776aa83f", + "Addresses": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "AllowedIPs": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "Endpoints": ["77.164.248.136:51597", "10.65.0.27:51597", "172.17.0.1:51597"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64849}, + {"Proto": "peerapi6", "Port": 64849} + ]}, + "Created": "2026-04-09T08:30:51.597348903Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4518654749690642, + "StableID": "ndenp5QWHc11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "DiscoKey": "discokey:ed6aa0bfdf8c6d2de0089ad90bd1f9b67f9abdb426d2abfb1485003a5c49b644", + "Addresses": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "AllowedIPs": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "Endpoints": ["77.164.248.136:38836", "10.65.0.27:38836", "172.17.0.1:38836"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55467}, + {"Proto": "peerapi6", "Port": 55467} + ]}, + "Created": "2026-04-09T08:30:52.142969303Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5241374097536171, + "StableID": "nSAukZ1qvh11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "DiscoKey": "discokey:c38cf444a340cba525cfa68070cac8c7eddd45fcd7dd4bcc353841f291d2ba6c", + "Addresses": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "AllowedIPs": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "Endpoints": ["77.164.248.136:47100", "10.65.0.27:47100", "172.17.0.1:47100"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 39938}, + {"Proto": "peerapi6", "Port": 39938} + ]}, + "Created": "2026-04-09T08:30:48.610697372Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6011971794580357, + "StableID": "nSoVTfJqwo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:551dbaae574983596f2d31fca8a8b3d7a7e5a7d0cc20eeca4bf594f28c50916a", + "Addresses": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "AllowedIPs": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "Endpoints": ["77.164.248.136:43519", "10.65.0.27:43519", "172.17.0.1:43519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64123}, + {"Proto": "peerapi6", "Port": 64123} + ]}, + "Created": "2026-04-09T08:30:54.548914618Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 5561080541059113, - "StableID": "npJVP3AdRk11CNTRL", + "ID": 7281051147137457, + "StableID": "nEMt5Jsbry11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "DiscoKey": "discokey:f12c2996abf2163b632861035aeac4b3ed3c488a155ed2508f186af109292824", + "Addresses": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "AllowedIPs": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "Endpoints": ["77.164.248.136:41013", "10.65.0.27:41013", "172.17.0.1:41013"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 38580}, + {"Proto": "peerapi6", "Port": 38580} + ]}, + "Created": "2026-04-09T08:30:46.984485062Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8192856329508484, + "StableID": "nFkmihSZy621CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "DiscoKey": "discokey:fff605a1e748fcc159e780277e56b73b78a57357960f068c75aad8c9c22ed418", + "Addresses": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "AllowedIPs": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "Endpoints": ["77.164.248.136:59163", "10.65.0.27:59163", "172.17.0.1:59163"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 36780}, + {"Proto": "peerapi6", "Port": 36780} + ]}, + "Created": "2026-04-09T08:30:49.672720029Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8273598610922802, + "StableID": "n7P7eYQ8c721CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "DiscoKey": "discokey:50b6c0073b60bc55cabbb92e60c4c345054b3f57eafc3756cc579297483e227a", - "Addresses": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "AllowedIPs": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "Endpoints": ["77.164.248.136:60082", "10.65.0.27:60082", "172.17.0.1:60082"], + "Key": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "DiscoKey": "discokey:0013ba87125003b664aa7d42fd3b73fa4caa1bec37688a1d479fc97112164e19", + "Addresses": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "AllowedIPs": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "Endpoints": ["77.164.248.136:58467", "10.65.0.27:58467", "172.17.0.1:58467"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53145}, - {"Proto": "peerapi6", "Port": 53145} + {"Proto": "peerapi4", "Port": 54802}, + {"Proto": "peerapi6", "Port": 54802} ]}, - "Created": "2026-04-09T01:24:46.0384358Z", + "Created": "2026-04-09T08:30:52.944479857Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6222480808575629, - "StableID": "ncgpA82Bbq11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:0ea1b50dd53c66dfca4c27a3854e90b2d81f8a214d381d4122abbf1b6d062510", - "Addresses": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "AllowedIPs": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "Endpoints": ["77.164.248.136:60197", "10.65.0.27:60197", "172.17.0.1:60197"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56856}, - {"Proto": "peerapi6", "Port": 56856} - ]}, - "Created": "2026-04-09T01:24:47.67578851Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7712204945588352, - "StableID": "n53XqgYsD321CNTRL", + "ID": 8324128498452844, + "StableID": "ndDdmwj11821CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "DiscoKey": "discokey:8c850e2e2d905db6832be30de9a598ba0e6d0c96855d877b951cb0f9ab51881b", - "Addresses": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "AllowedIPs": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "Endpoints": ["77.164.248.136:34575", "10.65.0.27:34575", "172.17.0.1:34575"], + "Key": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "DiscoKey": "discokey:77be894162bebc7d6acce23762be9aa774490dc9d7952b06ce6381dc68bc5b11", + "Addresses": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "AllowedIPs": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "Endpoints": ["77.164.248.136:44856", "10.65.0.27:44856", "172.17.0.1:44856"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 49559}, - {"Proto": "peerapi6", "Port": 49559} + {"Proto": "peerapi4", "Port": 57186}, + {"Proto": "peerapi6", "Port": 57186} ]}, - "Created": "2026-04-09T01:24:46.589611887Z", + "Created": "2026-04-09T08:30:53.471676557Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" - }, { - "ID": 8681221206256307, - "StableID": "nG5zYhxjnA21CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "DiscoKey": "discokey:431675416cb5603a43b79e043666f4a1fa85bf4577586385b7f41e3bb6add746", - "Addresses": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "AllowedIPs": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "Endpoints": ["77.164.248.136:51295", "10.65.0.27:51295", "172.17.0.1:51295"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50949}, - {"Proto": "peerapi6", "Port": 50949} - ]}, - "Created": "2026-04-09T01:24:42.245107501Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5093,27 +5096,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8641953695995568": { - "ID": 8641953695995568, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4376036585747339": { + "ID": 4376036585747339, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "fearow": { @@ -5144,26 +5149,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4719954078717488, - "StableID": "nP2MD2Cgrd11CNTRL", + "ID": 2055417454113637, + "StableID": "nWFUyCLu3H11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 4719954078717488, - "Key": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "DiscoKey": "discokey:c3f6bdabbfd1f555ee73e36594b66e93cd9f760d063f01b8c751d85f6df2c25e", - "Addresses": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "AllowedIPs": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "Endpoints": ["77.164.248.136:38773", "10.65.0.27:38773", "172.17.0.1:38773"], + "User": 2055417454113637, + "Key": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "DiscoKey": "discokey:34ccc19b7f1c9db2d4d82ec5a49b8fe986e0f25ee1bc68789cdeeb4227a6736d", + "Addresses": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "AllowedIPs": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "Endpoints": ["77.164.248.136:41770", "10.65.0.27:41770", "172.17.0.1:41770"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 51351}, - {"Proto": "peerapi6", "Port": 51351}, + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:24:44.41607218Z", + "Created": "2026-04-09T08:30:51.068218913Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5191,302 +5196,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "MachineKey": "mkey:381de82e89cd28237bb9bf50d48b9f0c5207e2030d87951f7fb37f77ab51913c", + "NodeKey": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "MachineKey": "mkey:adbcfc1aac4253771bbbd415d1d0efe2b4e4ef6f9c1024c5f7b3f389002cfe08", "Peers": [{ - "ID": 270497446613122, - "StableID": "nbZm5YWW7311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "DiscoKey": "discokey:cb15d3e62e1cce00b0e6b0e91ca25e4ca084ec021eb9faee05c2b8cce119a34a", - "Addresses": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "AllowedIPs": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "Endpoints": ["77.164.248.136:57537", "10.65.0.27:57537", "172.17.0.1:57537"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44730}, - {"Proto": "peerapi6", "Port": 44730} - ]}, - "Created": "2026-04-09T01:24:43.87436793Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2077251272669066, - "StableID": "nuxfkNsnDH11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "DiscoKey": "discokey:cebe4d54a25265b63963410a8cc44067b39ba76062f440eb91e8adbae195af7d", - "Addresses": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "AllowedIPs": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "Endpoints": ["77.164.248.136:33927", "10.65.0.27:33927", "172.17.0.1:33927"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51546}, - {"Proto": "peerapi6", "Port": 51546} - ]}, - "Created": "2026-04-09T01:24:44.959074739Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2499369852458243, - "StableID": "nApxA4DyWL11CNTRL", + "ID": 553437879569045, + "StableID": "nrhzFjseK511CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "KeyExpiry": "2026-10-06T01:24:48Z", - "DiscoKey": "discokey:2695c27538686ba72f01181be96c562f908fcb7f1a72e497f188653ea5bbc529", - "Addresses": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "AllowedIPs": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "Endpoints": ["77.164.248.136:51218", "10.65.0.27:51218", "172.17.0.1:51218"], + "Key": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "KeyExpiry": "2026-10-06T08:30:55Z", + "DiscoKey": "discokey:5abd44a9fa9b745d6c3260f59013ba53de37124012d643bd6ab806904f737f5e", + "Addresses": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "AllowedIPs": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "Endpoints": ["77.164.248.136:43186", "10.65.0.27:43186", "172.17.0.1:43186"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54674}, - {"Proto": "peerapi6", "Port": 54674} + {"Proto": "peerapi4", "Port": 53657}, + {"Proto": "peerapi6", "Port": 53657} ]}, - "Created": "2026-04-09T01:24:48.222800543Z", + "Created": "2026-04-09T08:30:55.095948473Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3139345464110399, - "StableID": "nvWqUMHpWR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "DiscoKey": "discokey:f352540c93652b695635352f2d65b723046bd994c5b60e992491a7f0befa432d", - "Addresses": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "AllowedIPs": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "Endpoints": ["77.164.248.136:34007", "10.65.0.27:34007", "172.17.0.1:34007"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63621}, - {"Proto": "peerapi6", "Port": 63621} - ]}, - "Created": "2026-04-09T01:24:40.613391426Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3898566732370558, - "StableID": "nPVF8mjfSX11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "DiscoKey": "discokey:a725289e25c6170a1a1920b451f1455db34ac263597fb0d205df092c75cd7c47", - "Addresses": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "AllowedIPs": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "Endpoints": ["77.164.248.136:34985", "10.65.0.27:34985", "172.17.0.1:34985"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 51442}, - {"Proto": "peerapi6", "Port": 51442} - ]}, - "Created": "2026-04-09T01:24:41.155080473Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3950626718859827, - "StableID": "nJ4trMGFrX11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "DiscoKey": "discokey:7c49f1d72adc08d545db6845d0e01d39332a6d8f6ae23f8ed56aba8764618413", - "Addresses": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "AllowedIPs": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "Endpoints": ["77.164.248.136:60866", "10.65.0.27:60866", "172.17.0.1:60866"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55420}, - {"Proto": "peerapi6", "Port": 55420} - ]}, - "Created": "2026-04-09T01:24:45.496545482Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4002548310031902, - "StableID": "nhSL57AmFY11CNTRL", + "ID": 1297627164951518, + "StableID": "nXZy3zTh8B11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "DiscoKey": "discokey:abd2c0b4f5ffcf9a98d8d30a61759fd136b0e5232da5be7209661b5c1508710e", - "Addresses": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "AllowedIPs": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "Endpoints": ["77.164.248.136:42414", "10.65.0.27:42414", "172.17.0.1:42414"], + "Key": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "DiscoKey": "discokey:3daf908492c49201c0ee088eb6e332e2b0ce1516e4edb1fb803e14d36ec3397d", + "Addresses": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "AllowedIPs": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "Endpoints": ["77.164.248.136:41152", "10.65.0.27:41152", "172.17.0.1:41152"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44479}, - {"Proto": "peerapi6", "Port": 44479} + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:24:42.786485947Z", + "Created": "2026-04-09T08:30:49.143687086Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 4205425854987955, - "StableID": "nYM41ZQeqZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "DiscoKey": "discokey:19222bcfd2cfb5e1fbc479962a1410be1f1b3e76f83e5c99b7a9d53bc5df0b21", - "Addresses": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "AllowedIPs": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "Endpoints": ["77.164.248.136:54407", "10.65.0.27:54407", "172.17.0.1:54407"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46556}, - {"Proto": "peerapi6", "Port": 46556} - ]}, - "Created": "2026-04-09T01:24:43.327478906Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5485682927022421, - "StableID": "nEdVR8bUqj11CNTRL", + "ID": 1634665999358618, + "StableID": "nq8LiRuLmD11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:458ee8430076f840b9fd4206a2b0be332bb15397d0abbfbaa179930e2e84ba2e", - "Addresses": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "AllowedIPs": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "Endpoints": ["77.164.248.136:38109", "10.65.0.27:38109", "172.17.0.1:38109"], + "Key": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:434afc9835fb9658db5cf78c3b15d7fb1da53c11e731296776206d3f74fc6028", + "Addresses": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "AllowedIPs": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "Endpoints": ["77.164.248.136:54921", "10.65.0.27:54921", "172.17.0.1:54921"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56244}, - {"Proto": "peerapi6", "Port": 56244} + {"Proto": "peerapi4", "Port": 41643}, + {"Proto": "peerapi6", "Port": 41643} ]}, - "Created": "2026-04-09T01:24:47.134360599Z", + "Created": "2026-04-09T08:30:54.024449586Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 5561080541059113, - "StableID": "npJVP3AdRk11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2310625652366099, + "StableID": "ntbxXdDV3K11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "DiscoKey": "discokey:50b6c0073b60bc55cabbb92e60c4c345054b3f57eafc3756cc579297483e227a", - "Addresses": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "AllowedIPs": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "Endpoints": ["77.164.248.136:60082", "10.65.0.27:60082", "172.17.0.1:60082"], + "Key": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "DiscoKey": "discokey:82ff3c28b34c10de014999b7a7214d155271da12a725c4c152e4faed90b8c33a", + "Addresses": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "AllowedIPs": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "Endpoints": ["77.164.248.136:60459", "10.65.0.27:60459", "172.17.0.1:60459"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53145}, - {"Proto": "peerapi6", "Port": 53145} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 37279}, + {"Proto": "peerapi6", "Port": 37279} ]}, - "Created": "2026-04-09T01:24:46.0384358Z", + "Created": "2026-04-09T08:30:50.2204275Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 6222480808575629, - "StableID": "ncgpA82Bbq11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:0ea1b50dd53c66dfca4c27a3854e90b2d81f8a214d381d4122abbf1b6d062510", - "Addresses": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "AllowedIPs": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "Endpoints": ["77.164.248.136:60197", "10.65.0.27:60197", "172.17.0.1:60197"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56856}, - {"Proto": "peerapi6", "Port": 56856} - ]}, - "Created": "2026-04-09T01:24:47.67578851Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7712204945588352, - "StableID": "n53XqgYsD321CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 2336984101542708, + "StableID": "nFEnRMcRFK11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "DiscoKey": "discokey:8c850e2e2d905db6832be30de9a598ba0e6d0c96855d877b951cb0f9ab51881b", - "Addresses": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "AllowedIPs": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "Endpoints": ["77.164.248.136:34575", "10.65.0.27:34575", "172.17.0.1:34575"], + "Key": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "DiscoKey": "discokey:51aef1a07c988a85a899b35ea6540f51c782ef51acbc4442d3cfa1addb32c250", + "Addresses": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "AllowedIPs": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "Endpoints": ["77.164.248.136:60317", "10.65.0.27:60317", "172.17.0.1:60317"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 49559}, - {"Proto": "peerapi6", "Port": 49559} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 47083}, + {"Proto": "peerapi6", "Port": 47083} ]}, - "Created": "2026-04-09T01:24:46.589611887Z", + "Created": "2026-04-09T08:30:47.522573103Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8641953695995568, - "StableID": "n15q8EUxUA21CNTRL", + "ID": 3553042200258523, + "StableID": "nNW6RqPBkU11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "DiscoKey": "discokey:327d68bba669c2f5c55e22c8579481567ad62c365582bc5f9dfc95d1776aa83f", + "Addresses": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "AllowedIPs": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "Endpoints": ["77.164.248.136:51597", "10.65.0.27:51597", "172.17.0.1:51597"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64849}, + {"Proto": "peerapi6", "Port": 64849} + ]}, + "Created": "2026-04-09T08:30:51.597348903Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4376036585747339, + "StableID": "nCXr3X4vAb11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "DiscoKey": "discokey:0989684ac452830b752e592b682558c98e2636984cad674dcc412c7eec94326e", - "Addresses": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "AllowedIPs": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "Endpoints": ["77.164.248.136:60071", "10.65.0.27:60071", "172.17.0.1:60071"], + "Key": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "DiscoKey": "discokey:ef2683359a1224dc002b6a4a0d03f7654293f8dce510f98185d108b508e19417", + "Addresses": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "AllowedIPs": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "Endpoints": ["77.164.248.136:48103", "10.65.0.27:48103", "172.17.0.1:48103"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52906}, - {"Proto": "peerapi6", "Port": 52906} + {"Proto": "peerapi4", "Port": 49951}, + {"Proto": "peerapi6", "Port": 49951} ]}, - "Created": "2026-04-09T01:24:41.712190038Z", + "Created": "2026-04-09T08:30:48.05626107Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8681221206256307, - "StableID": "nG5zYhxjnA21CNTRL", + "ID": 4518654749690642, + "StableID": "ndenp5QWHc11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "DiscoKey": "discokey:ed6aa0bfdf8c6d2de0089ad90bd1f9b67f9abdb426d2abfb1485003a5c49b644", + "Addresses": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "AllowedIPs": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "Endpoints": ["77.164.248.136:38836", "10.65.0.27:38836", "172.17.0.1:38836"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55467}, + {"Proto": "peerapi6", "Port": 55467} + ]}, + "Created": "2026-04-09T08:30:52.142969303Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5241374097536171, + "StableID": "nSAukZ1qvh11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "DiscoKey": "discokey:431675416cb5603a43b79e043666f4a1fa85bf4577586385b7f41e3bb6add746", - "Addresses": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "AllowedIPs": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "Endpoints": ["77.164.248.136:51295", "10.65.0.27:51295", "172.17.0.1:51295"], + "Key": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "DiscoKey": "discokey:c38cf444a340cba525cfa68070cac8c7eddd45fcd7dd4bcc353841f291d2ba6c", + "Addresses": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "AllowedIPs": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "Endpoints": ["77.164.248.136:47100", "10.65.0.27:47100", "172.17.0.1:47100"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50949}, - {"Proto": "peerapi6", "Port": 50949} + {"Proto": "peerapi4", "Port": 39938}, + {"Proto": "peerapi6", "Port": 39938} ]}, - "Created": "2026-04-09T01:24:42.245107501Z", + "Created": "2026-04-09T08:30:48.610697372Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 6011971794580357, + "StableID": "nSoVTfJqwo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:551dbaae574983596f2d31fca8a8b3d7a7e5a7d0cc20eeca4bf594f28c50916a", + "Addresses": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "AllowedIPs": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "Endpoints": ["77.164.248.136:43519", "10.65.0.27:43519", "172.17.0.1:43519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64123}, + {"Proto": "peerapi6", "Port": 64123} + ]}, + "Created": "2026-04-09T08:30:54.548914618Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7281051147137457, + "StableID": "nEMt5Jsbry11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "DiscoKey": "discokey:f12c2996abf2163b632861035aeac4b3ed3c488a155ed2508f186af109292824", + "Addresses": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "AllowedIPs": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "Endpoints": ["77.164.248.136:41013", "10.65.0.27:41013", "172.17.0.1:41013"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 38580}, + {"Proto": "peerapi6", "Port": 38580} + ]}, + "Created": "2026-04-09T08:30:46.984485062Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8192856329508484, + "StableID": "nFkmihSZy621CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "DiscoKey": "discokey:fff605a1e748fcc159e780277e56b73b78a57357960f068c75aad8c9c22ed418", + "Addresses": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "AllowedIPs": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "Endpoints": ["77.164.248.136:59163", "10.65.0.27:59163", "172.17.0.1:59163"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 36780}, + {"Proto": "peerapi6", "Port": 36780} + ]}, + "Created": "2026-04-09T08:30:49.672720029Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8273598610922802, + "StableID": "n7P7eYQ8c721CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "DiscoKey": "discokey:0013ba87125003b664aa7d42fd3b73fa4caa1bec37688a1d479fc97112164e19", + "Addresses": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "AllowedIPs": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "Endpoints": ["77.164.248.136:58467", "10.65.0.27:58467", "172.17.0.1:58467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54802}, + {"Proto": "peerapi6", "Port": 54802} + ]}, + "Created": "2026-04-09T08:30:52.944479857Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8324128498452844, + "StableID": "ndDdmwj11821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "DiscoKey": "discokey:77be894162bebc7d6acce23762be9aa774490dc9d7952b06ce6381dc68bc5b11", + "Addresses": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "AllowedIPs": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "Endpoints": ["77.164.248.136:44856", "10.65.0.27:44856", "172.17.0.1:44856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 57186}, + {"Proto": "peerapi6", "Port": 57186} + ]}, + "Created": "2026-04-09T08:30:53.471676557Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6334,27 +6339,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4719954078717488": { - "ID": 4719954078717488, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2055417454113637": { + "ID": 2055417454113637, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6385,22 +6392,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5485682927022421, - "StableID": "nEdVR8bUqj11CNTRL", + "ID": 1634665999358618, + "StableID": "nq8LiRuLmD11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:458ee8430076f840b9fd4206a2b0be332bb15397d0abbfbaa179930e2e84ba2e", - "Addresses": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "AllowedIPs": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "Endpoints": ["77.164.248.136:38109", "10.65.0.27:38109", "172.17.0.1:38109"], + "Key": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:434afc9835fb9658db5cf78c3b15d7fb1da53c11e731296776206d3f74fc6028", + "Addresses": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "AllowedIPs": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "Endpoints": ["77.164.248.136:54921", "10.65.0.27:54921", "172.17.0.1:54921"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56244}, - {"Proto": "peerapi6", "Port": 56244}, + {"Proto": "peerapi4", "Port": 41643}, + {"Proto": "peerapi6", "Port": 41643}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:47.134360599Z", + "Created": "2026-04-09T08:30:54.024449586Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6427,302 +6434,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "MachineKey": "mkey:d14d9fba398e0aecb40936fa17118c31e15f3fee79beb495dea1317138e5db37", + "NodeKey": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "MachineKey": "mkey:f96baac89c7c27def335fa29e9044c36ed9b71d9f25fda88840a6b0ec2143a63", "Peers": [{ - "ID": 270497446613122, - "StableID": "nbZm5YWW7311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "DiscoKey": "discokey:cb15d3e62e1cce00b0e6b0e91ca25e4ca084ec021eb9faee05c2b8cce119a34a", - "Addresses": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "AllowedIPs": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "Endpoints": ["77.164.248.136:57537", "10.65.0.27:57537", "172.17.0.1:57537"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44730}, - {"Proto": "peerapi6", "Port": 44730} - ]}, - "Created": "2026-04-09T01:24:43.87436793Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2077251272669066, - "StableID": "nuxfkNsnDH11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "DiscoKey": "discokey:cebe4d54a25265b63963410a8cc44067b39ba76062f440eb91e8adbae195af7d", - "Addresses": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "AllowedIPs": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "Endpoints": ["77.164.248.136:33927", "10.65.0.27:33927", "172.17.0.1:33927"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51546}, - {"Proto": "peerapi6", "Port": 51546} - ]}, - "Created": "2026-04-09T01:24:44.959074739Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2499369852458243, - "StableID": "nApxA4DyWL11CNTRL", + "ID": 553437879569045, + "StableID": "nrhzFjseK511CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "KeyExpiry": "2026-10-06T01:24:48Z", - "DiscoKey": "discokey:2695c27538686ba72f01181be96c562f908fcb7f1a72e497f188653ea5bbc529", - "Addresses": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "AllowedIPs": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "Endpoints": ["77.164.248.136:51218", "10.65.0.27:51218", "172.17.0.1:51218"], + "Key": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "KeyExpiry": "2026-10-06T08:30:55Z", + "DiscoKey": "discokey:5abd44a9fa9b745d6c3260f59013ba53de37124012d643bd6ab806904f737f5e", + "Addresses": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "AllowedIPs": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "Endpoints": ["77.164.248.136:43186", "10.65.0.27:43186", "172.17.0.1:43186"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54674}, - {"Proto": "peerapi6", "Port": 54674} + {"Proto": "peerapi4", "Port": 53657}, + {"Proto": "peerapi6", "Port": 53657} ]}, - "Created": "2026-04-09T01:24:48.222800543Z", + "Created": "2026-04-09T08:30:55.095948473Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3139345464110399, - "StableID": "nvWqUMHpWR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "DiscoKey": "discokey:f352540c93652b695635352f2d65b723046bd994c5b60e992491a7f0befa432d", - "Addresses": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "AllowedIPs": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "Endpoints": ["77.164.248.136:34007", "10.65.0.27:34007", "172.17.0.1:34007"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63621}, - {"Proto": "peerapi6", "Port": 63621} - ]}, - "Created": "2026-04-09T01:24:40.613391426Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3898566732370558, - "StableID": "nPVF8mjfSX11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "DiscoKey": "discokey:a725289e25c6170a1a1920b451f1455db34ac263597fb0d205df092c75cd7c47", - "Addresses": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "AllowedIPs": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "Endpoints": ["77.164.248.136:34985", "10.65.0.27:34985", "172.17.0.1:34985"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 51442}, - {"Proto": "peerapi6", "Port": 51442} - ]}, - "Created": "2026-04-09T01:24:41.155080473Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3950626718859827, - "StableID": "nJ4trMGFrX11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "DiscoKey": "discokey:7c49f1d72adc08d545db6845d0e01d39332a6d8f6ae23f8ed56aba8764618413", - "Addresses": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "AllowedIPs": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "Endpoints": ["77.164.248.136:60866", "10.65.0.27:60866", "172.17.0.1:60866"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55420}, - {"Proto": "peerapi6", "Port": 55420} - ]}, - "Created": "2026-04-09T01:24:45.496545482Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4002548310031902, - "StableID": "nhSL57AmFY11CNTRL", + "ID": 1297627164951518, + "StableID": "nXZy3zTh8B11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "DiscoKey": "discokey:abd2c0b4f5ffcf9a98d8d30a61759fd136b0e5232da5be7209661b5c1508710e", - "Addresses": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "AllowedIPs": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "Endpoints": ["77.164.248.136:42414", "10.65.0.27:42414", "172.17.0.1:42414"], + "Key": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "DiscoKey": "discokey:3daf908492c49201c0ee088eb6e332e2b0ce1516e4edb1fb803e14d36ec3397d", + "Addresses": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "AllowedIPs": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "Endpoints": ["77.164.248.136:41152", "10.65.0.27:41152", "172.17.0.1:41152"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44479}, - {"Proto": "peerapi6", "Port": 44479} + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:24:42.786485947Z", + "Created": "2026-04-09T08:30:49.143687086Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 4205425854987955, - "StableID": "nYM41ZQeqZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "DiscoKey": "discokey:19222bcfd2cfb5e1fbc479962a1410be1f1b3e76f83e5c99b7a9d53bc5df0b21", - "Addresses": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "AllowedIPs": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "Endpoints": ["77.164.248.136:54407", "10.65.0.27:54407", "172.17.0.1:54407"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46556}, - {"Proto": "peerapi6", "Port": 46556} - ]}, - "Created": "2026-04-09T01:24:43.327478906Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4719954078717488, - "StableID": "nP2MD2Cgrd11CNTRL", + "ID": 2055417454113637, + "StableID": "nWFUyCLu3H11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "DiscoKey": "discokey:c3f6bdabbfd1f555ee73e36594b66e93cd9f760d063f01b8c751d85f6df2c25e", - "Addresses": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "AllowedIPs": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "Endpoints": ["77.164.248.136:38773", "10.65.0.27:38773", "172.17.0.1:38773"], + "Key": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "DiscoKey": "discokey:34ccc19b7f1c9db2d4d82ec5a49b8fe986e0f25ee1bc68789cdeeb4227a6736d", + "Addresses": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "AllowedIPs": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "Endpoints": ["77.164.248.136:41770", "10.65.0.27:41770", "172.17.0.1:41770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51351}, - {"Proto": "peerapi6", "Port": 51351} + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} ]}, - "Created": "2026-04-09T01:24:44.41607218Z", + "Created": "2026-04-09T08:30:51.068218913Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5561080541059113, - "StableID": "npJVP3AdRk11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2310625652366099, + "StableID": "ntbxXdDV3K11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "DiscoKey": "discokey:50b6c0073b60bc55cabbb92e60c4c345054b3f57eafc3756cc579297483e227a", - "Addresses": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "AllowedIPs": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "Endpoints": ["77.164.248.136:60082", "10.65.0.27:60082", "172.17.0.1:60082"], + "Key": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "DiscoKey": "discokey:82ff3c28b34c10de014999b7a7214d155271da12a725c4c152e4faed90b8c33a", + "Addresses": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "AllowedIPs": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "Endpoints": ["77.164.248.136:60459", "10.65.0.27:60459", "172.17.0.1:60459"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53145}, - {"Proto": "peerapi6", "Port": 53145} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 37279}, + {"Proto": "peerapi6", "Port": 37279} ]}, - "Created": "2026-04-09T01:24:46.0384358Z", + "Created": "2026-04-09T08:30:50.2204275Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 6222480808575629, - "StableID": "ncgpA82Bbq11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:0ea1b50dd53c66dfca4c27a3854e90b2d81f8a214d381d4122abbf1b6d062510", - "Addresses": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "AllowedIPs": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "Endpoints": ["77.164.248.136:60197", "10.65.0.27:60197", "172.17.0.1:60197"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56856}, - {"Proto": "peerapi6", "Port": 56856} - ]}, - "Created": "2026-04-09T01:24:47.67578851Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7712204945588352, - "StableID": "n53XqgYsD321CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 2336984101542708, + "StableID": "nFEnRMcRFK11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "DiscoKey": "discokey:8c850e2e2d905db6832be30de9a598ba0e6d0c96855d877b951cb0f9ab51881b", - "Addresses": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "AllowedIPs": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "Endpoints": ["77.164.248.136:34575", "10.65.0.27:34575", "172.17.0.1:34575"], + "Key": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "DiscoKey": "discokey:51aef1a07c988a85a899b35ea6540f51c782ef51acbc4442d3cfa1addb32c250", + "Addresses": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "AllowedIPs": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "Endpoints": ["77.164.248.136:60317", "10.65.0.27:60317", "172.17.0.1:60317"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 49559}, - {"Proto": "peerapi6", "Port": 49559} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 47083}, + {"Proto": "peerapi6", "Port": 47083} ]}, - "Created": "2026-04-09T01:24:46.589611887Z", + "Created": "2026-04-09T08:30:47.522573103Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8641953695995568, - "StableID": "n15q8EUxUA21CNTRL", + "ID": 3553042200258523, + "StableID": "nNW6RqPBkU11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "DiscoKey": "discokey:327d68bba669c2f5c55e22c8579481567ad62c365582bc5f9dfc95d1776aa83f", + "Addresses": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "AllowedIPs": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "Endpoints": ["77.164.248.136:51597", "10.65.0.27:51597", "172.17.0.1:51597"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64849}, + {"Proto": "peerapi6", "Port": 64849} + ]}, + "Created": "2026-04-09T08:30:51.597348903Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4376036585747339, + "StableID": "nCXr3X4vAb11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "DiscoKey": "discokey:0989684ac452830b752e592b682558c98e2636984cad674dcc412c7eec94326e", - "Addresses": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "AllowedIPs": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "Endpoints": ["77.164.248.136:60071", "10.65.0.27:60071", "172.17.0.1:60071"], + "Key": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "DiscoKey": "discokey:ef2683359a1224dc002b6a4a0d03f7654293f8dce510f98185d108b508e19417", + "Addresses": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "AllowedIPs": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "Endpoints": ["77.164.248.136:48103", "10.65.0.27:48103", "172.17.0.1:48103"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52906}, - {"Proto": "peerapi6", "Port": 52906} + {"Proto": "peerapi4", "Port": 49951}, + {"Proto": "peerapi6", "Port": 49951} ]}, - "Created": "2026-04-09T01:24:41.712190038Z", + "Created": "2026-04-09T08:30:48.05626107Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8681221206256307, - "StableID": "nG5zYhxjnA21CNTRL", + "ID": 4518654749690642, + "StableID": "ndenp5QWHc11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "DiscoKey": "discokey:ed6aa0bfdf8c6d2de0089ad90bd1f9b67f9abdb426d2abfb1485003a5c49b644", + "Addresses": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "AllowedIPs": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "Endpoints": ["77.164.248.136:38836", "10.65.0.27:38836", "172.17.0.1:38836"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55467}, + {"Proto": "peerapi6", "Port": 55467} + ]}, + "Created": "2026-04-09T08:30:52.142969303Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5241374097536171, + "StableID": "nSAukZ1qvh11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "DiscoKey": "discokey:431675416cb5603a43b79e043666f4a1fa85bf4577586385b7f41e3bb6add746", - "Addresses": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "AllowedIPs": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "Endpoints": ["77.164.248.136:51295", "10.65.0.27:51295", "172.17.0.1:51295"], + "Key": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "DiscoKey": "discokey:c38cf444a340cba525cfa68070cac8c7eddd45fcd7dd4bcc353841f291d2ba6c", + "Addresses": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "AllowedIPs": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "Endpoints": ["77.164.248.136:47100", "10.65.0.27:47100", "172.17.0.1:47100"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50949}, - {"Proto": "peerapi6", "Port": 50949} + {"Proto": "peerapi4", "Port": 39938}, + {"Proto": "peerapi6", "Port": 39938} ]}, - "Created": "2026-04-09T01:24:42.245107501Z", + "Created": "2026-04-09T08:30:48.610697372Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 6011971794580357, + "StableID": "nSoVTfJqwo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:551dbaae574983596f2d31fca8a8b3d7a7e5a7d0cc20eeca4bf594f28c50916a", + "Addresses": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "AllowedIPs": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "Endpoints": ["77.164.248.136:43519", "10.65.0.27:43519", "172.17.0.1:43519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64123}, + {"Proto": "peerapi6", "Port": 64123} + ]}, + "Created": "2026-04-09T08:30:54.548914618Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7281051147137457, + "StableID": "nEMt5Jsbry11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "DiscoKey": "discokey:f12c2996abf2163b632861035aeac4b3ed3c488a155ed2508f186af109292824", + "Addresses": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "AllowedIPs": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "Endpoints": ["77.164.248.136:41013", "10.65.0.27:41013", "172.17.0.1:41013"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 38580}, + {"Proto": "peerapi6", "Port": 38580} + ]}, + "Created": "2026-04-09T08:30:46.984485062Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8192856329508484, + "StableID": "nFkmihSZy621CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "DiscoKey": "discokey:fff605a1e748fcc159e780277e56b73b78a57357960f068c75aad8c9c22ed418", + "Addresses": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "AllowedIPs": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "Endpoints": ["77.164.248.136:59163", "10.65.0.27:59163", "172.17.0.1:59163"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 36780}, + {"Proto": "peerapi6", "Port": 36780} + ]}, + "Created": "2026-04-09T08:30:49.672720029Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8273598610922802, + "StableID": "n7P7eYQ8c721CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "DiscoKey": "discokey:0013ba87125003b664aa7d42fd3b73fa4caa1bec37688a1d479fc97112164e19", + "Addresses": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "AllowedIPs": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "Endpoints": ["77.164.248.136:58467", "10.65.0.27:58467", "172.17.0.1:58467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54802}, + {"Proto": "peerapi6", "Port": 54802} + ]}, + "Created": "2026-04-09T08:30:52.944479857Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8324128498452844, + "StableID": "ndDdmwj11821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "DiscoKey": "discokey:77be894162bebc7d6acce23762be9aa774490dc9d7952b06ce6381dc68bc5b11", + "Addresses": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "AllowedIPs": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "Endpoints": ["77.164.248.136:44856", "10.65.0.27:44856", "172.17.0.1:44856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 57186}, + {"Proto": "peerapi6", "Port": 57186} + ]}, + "Created": "2026-04-09T08:30:53.471676557Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6750,7 +6757,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.95.16.26"}, {"nodeIP": "fd7a:115c:a1e0::4837:101a"}], + "principals": [{"nodeIP": "100.98.185.65"}, {"nodeIP": "fd7a:115c:a1e0::6c37:b941"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -7576,26 +7583,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.95.16.26"}, {"nodeIP": "fd7a:115c:a1e0::4837:101a"}], + "principals": [{"nodeIP": "100.98.185.65"}, {"nodeIP": "fd7a:115c:a1e0::6c37:b941"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -7629,21 +7637,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5561080541059113, - "StableID": "npJVP3AdRk11CNTRL", + "ID": 8273598610922802, + "StableID": "n7P7eYQ8c721CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 5561080541059113, - "Key": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "DiscoKey": "discokey:50b6c0073b60bc55cabbb92e60c4c345054b3f57eafc3756cc579297483e227a", - "Addresses": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "AllowedIPs": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "Endpoints": ["77.164.248.136:60082", "10.65.0.27:60082", "172.17.0.1:60082"], + "User": 8273598610922802, + "Key": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "DiscoKey": "discokey:0013ba87125003b664aa7d42fd3b73fa4caa1bec37688a1d479fc97112164e19", + "Addresses": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "AllowedIPs": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "Endpoints": ["77.164.248.136:58467", "10.65.0.27:58467", "172.17.0.1:58467"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 53145}, - {"Proto": "peerapi6", "Port": 53145}, + {"Proto": "peerapi4", "Port": 54802}, + {"Proto": "peerapi6", "Port": 54802}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:46.0384358Z", + "Created": "2026-04-09T08:30:52.944479857Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7671,300 +7679,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "MachineKey": "mkey:9ca2f26900a45e450ce9422a04740af08ba6a66516a63b9031d906f0abd4dd2f", + "NodeKey": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "MachineKey": "mkey:0b3910b24f089cea754f3ef15b1e73c0c528493f36ce158b1c6bb3ac69ec636e", "Peers": [{ - "ID": 270497446613122, - "StableID": "nbZm5YWW7311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "DiscoKey": "discokey:cb15d3e62e1cce00b0e6b0e91ca25e4ca084ec021eb9faee05c2b8cce119a34a", - "Addresses": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "AllowedIPs": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "Endpoints": ["77.164.248.136:57537", "10.65.0.27:57537", "172.17.0.1:57537"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44730}, - {"Proto": "peerapi6", "Port": 44730} - ]}, - "Created": "2026-04-09T01:24:43.87436793Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2077251272669066, - "StableID": "nuxfkNsnDH11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "DiscoKey": "discokey:cebe4d54a25265b63963410a8cc44067b39ba76062f440eb91e8adbae195af7d", - "Addresses": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "AllowedIPs": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "Endpoints": ["77.164.248.136:33927", "10.65.0.27:33927", "172.17.0.1:33927"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51546}, - {"Proto": "peerapi6", "Port": 51546} - ]}, - "Created": "2026-04-09T01:24:44.959074739Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2499369852458243, - "StableID": "nApxA4DyWL11CNTRL", + "ID": 553437879569045, + "StableID": "nrhzFjseK511CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "KeyExpiry": "2026-10-06T01:24:48Z", - "DiscoKey": "discokey:2695c27538686ba72f01181be96c562f908fcb7f1a72e497f188653ea5bbc529", - "Addresses": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "AllowedIPs": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], + "Key": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "KeyExpiry": "2026-10-06T08:30:55Z", + "DiscoKey": "discokey:5abd44a9fa9b745d6c3260f59013ba53de37124012d643bd6ab806904f737f5e", + "Addresses": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "AllowedIPs": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54674}, - {"Proto": "peerapi6", "Port": 54674} + {"Proto": "peerapi4", "Port": 53657}, + {"Proto": "peerapi6", "Port": 53657} ]}, - "Created": "2026-04-09T01:24:48.222800543Z", + "Created": "2026-04-09T08:30:55.095948473Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3139345464110399, - "StableID": "nvWqUMHpWR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "DiscoKey": "discokey:f352540c93652b695635352f2d65b723046bd994c5b60e992491a7f0befa432d", - "Addresses": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "AllowedIPs": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "Endpoints": ["77.164.248.136:34007", "10.65.0.27:34007", "172.17.0.1:34007"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63621}, - {"Proto": "peerapi6", "Port": 63621} - ]}, - "Created": "2026-04-09T01:24:40.613391426Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3898566732370558, - "StableID": "nPVF8mjfSX11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "DiscoKey": "discokey:a725289e25c6170a1a1920b451f1455db34ac263597fb0d205df092c75cd7c47", - "Addresses": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "AllowedIPs": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "Endpoints": ["77.164.248.136:34985", "10.65.0.27:34985", "172.17.0.1:34985"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 51442}, - {"Proto": "peerapi6", "Port": 51442} - ]}, - "Created": "2026-04-09T01:24:41.155080473Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3950626718859827, - "StableID": "nJ4trMGFrX11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "DiscoKey": "discokey:7c49f1d72adc08d545db6845d0e01d39332a6d8f6ae23f8ed56aba8764618413", - "Addresses": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "AllowedIPs": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "Endpoints": ["77.164.248.136:60866", "10.65.0.27:60866", "172.17.0.1:60866"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55420}, - {"Proto": "peerapi6", "Port": 55420} - ]}, - "Created": "2026-04-09T01:24:45.496545482Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4002548310031902, - "StableID": "nhSL57AmFY11CNTRL", + "ID": 1297627164951518, + "StableID": "nXZy3zTh8B11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "DiscoKey": "discokey:abd2c0b4f5ffcf9a98d8d30a61759fd136b0e5232da5be7209661b5c1508710e", - "Addresses": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "AllowedIPs": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "Endpoints": ["77.164.248.136:42414", "10.65.0.27:42414", "172.17.0.1:42414"], + "Key": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "DiscoKey": "discokey:3daf908492c49201c0ee088eb6e332e2b0ce1516e4edb1fb803e14d36ec3397d", + "Addresses": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "AllowedIPs": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "Endpoints": ["77.164.248.136:41152", "10.65.0.27:41152", "172.17.0.1:41152"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44479}, - {"Proto": "peerapi6", "Port": 44479} + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:24:42.786485947Z", + "Created": "2026-04-09T08:30:49.143687086Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 4205425854987955, - "StableID": "nYM41ZQeqZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "DiscoKey": "discokey:19222bcfd2cfb5e1fbc479962a1410be1f1b3e76f83e5c99b7a9d53bc5df0b21", - "Addresses": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "AllowedIPs": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "Endpoints": ["77.164.248.136:54407", "10.65.0.27:54407", "172.17.0.1:54407"], + "ID": 1634665999358618, + "StableID": "nq8LiRuLmD11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:434afc9835fb9658db5cf78c3b15d7fb1da53c11e731296776206d3f74fc6028", + "Addresses": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "AllowedIPs": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "Endpoints": ["77.164.248.136:54921", "10.65.0.27:54921", "172.17.0.1:54921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46556}, - {"Proto": "peerapi6", "Port": 46556} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41643}, + {"Proto": "peerapi6", "Port": 41643} ]}, - "Created": "2026-04-09T01:24:43.327478906Z", + "Created": "2026-04-09T08:30:54.024449586Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 4719954078717488, - "StableID": "nP2MD2Cgrd11CNTRL", + "ID": 2055417454113637, + "StableID": "nWFUyCLu3H11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "DiscoKey": "discokey:c3f6bdabbfd1f555ee73e36594b66e93cd9f760d063f01b8c751d85f6df2c25e", - "Addresses": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "AllowedIPs": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "Endpoints": ["77.164.248.136:38773", "10.65.0.27:38773", "172.17.0.1:38773"], + "Key": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "DiscoKey": "discokey:34ccc19b7f1c9db2d4d82ec5a49b8fe986e0f25ee1bc68789cdeeb4227a6736d", + "Addresses": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "AllowedIPs": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "Endpoints": ["77.164.248.136:41770", "10.65.0.27:41770", "172.17.0.1:41770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51351}, - {"Proto": "peerapi6", "Port": 51351} + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} ]}, - "Created": "2026-04-09T01:24:44.41607218Z", + "Created": "2026-04-09T08:30:51.068218913Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5485682927022421, - "StableID": "nEdVR8bUqj11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:458ee8430076f840b9fd4206a2b0be332bb15397d0abbfbaa179930e2e84ba2e", - "Addresses": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "AllowedIPs": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "Endpoints": ["77.164.248.136:38109", "10.65.0.27:38109", "172.17.0.1:38109"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56244}, - {"Proto": "peerapi6", "Port": 56244} - ]}, - "Created": "2026-04-09T01:24:47.134360599Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6222480808575629, - "StableID": "ncgpA82Bbq11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:0ea1b50dd53c66dfca4c27a3854e90b2d81f8a214d381d4122abbf1b6d062510", - "Addresses": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "AllowedIPs": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "Endpoints": ["77.164.248.136:60197", "10.65.0.27:60197", "172.17.0.1:60197"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56856}, - {"Proto": "peerapi6", "Port": 56856} - ]}, - "Created": "2026-04-09T01:24:47.67578851Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7712204945588352, - "StableID": "n53XqgYsD321CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 2310625652366099, + "StableID": "ntbxXdDV3K11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "DiscoKey": "discokey:8c850e2e2d905db6832be30de9a598ba0e6d0c96855d877b951cb0f9ab51881b", - "Addresses": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "AllowedIPs": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "Endpoints": ["77.164.248.136:34575", "10.65.0.27:34575", "172.17.0.1:34575"], + "Key": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "DiscoKey": "discokey:82ff3c28b34c10de014999b7a7214d155271da12a725c4c152e4faed90b8c33a", + "Addresses": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "AllowedIPs": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "Endpoints": ["77.164.248.136:60459", "10.65.0.27:60459", "172.17.0.1:60459"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 49559}, - {"Proto": "peerapi6", "Port": 49559} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 37279}, + {"Proto": "peerapi6", "Port": 37279} ]}, - "Created": "2026-04-09T01:24:46.589611887Z", + "Created": "2026-04-09T08:30:50.2204275Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 8641953695995568, - "StableID": "n15q8EUxUA21CNTRL", + "ID": 2336984101542708, + "StableID": "nFEnRMcRFK11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "DiscoKey": "discokey:51aef1a07c988a85a899b35ea6540f51c782ef51acbc4442d3cfa1addb32c250", + "Addresses": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "AllowedIPs": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "Endpoints": ["77.164.248.136:60317", "10.65.0.27:60317", "172.17.0.1:60317"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 47083}, + {"Proto": "peerapi6", "Port": 47083} + ]}, + "Created": "2026-04-09T08:30:47.522573103Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3553042200258523, + "StableID": "nNW6RqPBkU11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "DiscoKey": "discokey:327d68bba669c2f5c55e22c8579481567ad62c365582bc5f9dfc95d1776aa83f", + "Addresses": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "AllowedIPs": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "Endpoints": ["77.164.248.136:51597", "10.65.0.27:51597", "172.17.0.1:51597"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64849}, + {"Proto": "peerapi6", "Port": 64849} + ]}, + "Created": "2026-04-09T08:30:51.597348903Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4376036585747339, + "StableID": "nCXr3X4vAb11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "DiscoKey": "discokey:0989684ac452830b752e592b682558c98e2636984cad674dcc412c7eec94326e", - "Addresses": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "AllowedIPs": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "Endpoints": ["77.164.248.136:60071", "10.65.0.27:60071", "172.17.0.1:60071"], + "Key": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "DiscoKey": "discokey:ef2683359a1224dc002b6a4a0d03f7654293f8dce510f98185d108b508e19417", + "Addresses": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "AllowedIPs": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "Endpoints": ["77.164.248.136:48103", "10.65.0.27:48103", "172.17.0.1:48103"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52906}, - {"Proto": "peerapi6", "Port": 52906} + {"Proto": "peerapi4", "Port": 49951}, + {"Proto": "peerapi6", "Port": 49951} ]}, - "Created": "2026-04-09T01:24:41.712190038Z", + "Created": "2026-04-09T08:30:48.05626107Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8681221206256307, - "StableID": "nG5zYhxjnA21CNTRL", + "ID": 4518654749690642, + "StableID": "ndenp5QWHc11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "DiscoKey": "discokey:ed6aa0bfdf8c6d2de0089ad90bd1f9b67f9abdb426d2abfb1485003a5c49b644", + "Addresses": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "AllowedIPs": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "Endpoints": ["77.164.248.136:38836", "10.65.0.27:38836", "172.17.0.1:38836"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55467}, + {"Proto": "peerapi6", "Port": 55467} + ]}, + "Created": "2026-04-09T08:30:52.142969303Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5241374097536171, + "StableID": "nSAukZ1qvh11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "DiscoKey": "discokey:431675416cb5603a43b79e043666f4a1fa85bf4577586385b7f41e3bb6add746", - "Addresses": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "AllowedIPs": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "Endpoints": ["77.164.248.136:51295", "10.65.0.27:51295", "172.17.0.1:51295"], + "Key": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "DiscoKey": "discokey:c38cf444a340cba525cfa68070cac8c7eddd45fcd7dd4bcc353841f291d2ba6c", + "Addresses": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "AllowedIPs": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "Endpoints": ["77.164.248.136:47100", "10.65.0.27:47100", "172.17.0.1:47100"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50949}, - {"Proto": "peerapi6", "Port": 50949} + {"Proto": "peerapi4", "Port": 39938}, + {"Proto": "peerapi6", "Port": 39938} ]}, - "Created": "2026-04-09T01:24:42.245107501Z", + "Created": "2026-04-09T08:30:48.610697372Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 6011971794580357, + "StableID": "nSoVTfJqwo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:551dbaae574983596f2d31fca8a8b3d7a7e5a7d0cc20eeca4bf594f28c50916a", + "Addresses": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "AllowedIPs": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "Endpoints": ["77.164.248.136:43519", "10.65.0.27:43519", "172.17.0.1:43519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64123}, + {"Proto": "peerapi6", "Port": 64123} + ]}, + "Created": "2026-04-09T08:30:54.548914618Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7281051147137457, + "StableID": "nEMt5Jsbry11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "DiscoKey": "discokey:f12c2996abf2163b632861035aeac4b3ed3c488a155ed2508f186af109292824", + "Addresses": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "AllowedIPs": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "Endpoints": ["77.164.248.136:41013", "10.65.0.27:41013", "172.17.0.1:41013"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 38580}, + {"Proto": "peerapi6", "Port": 38580} + ]}, + "Created": "2026-04-09T08:30:46.984485062Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8192856329508484, + "StableID": "nFkmihSZy621CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "DiscoKey": "discokey:fff605a1e748fcc159e780277e56b73b78a57357960f068c75aad8c9c22ed418", + "Addresses": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "AllowedIPs": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "Endpoints": ["77.164.248.136:59163", "10.65.0.27:59163", "172.17.0.1:59163"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 36780}, + {"Proto": "peerapi6", "Port": 36780} + ]}, + "Created": "2026-04-09T08:30:49.672720029Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8324128498452844, + "StableID": "ndDdmwj11821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "DiscoKey": "discokey:77be894162bebc7d6acce23762be9aa774490dc9d7952b06ce6381dc68bc5b11", + "Addresses": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "AllowedIPs": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "Endpoints": ["77.164.248.136:44856", "10.65.0.27:44856", "172.17.0.1:44856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 57186}, + {"Proto": "peerapi6", "Port": 57186} + ]}, + "Created": "2026-04-09T08:30:53.471676557Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8812,27 +8820,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5561080541059113": { - "ID": 5561080541059113, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8273598610922802": { + "ID": 8273598610922802, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8863,26 +8873,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3898566732370558, - "StableID": "nPVF8mjfSX11CNTRL", + "ID": 2336984101542708, + "StableID": "nFEnRMcRFK11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 3898566732370558, - "Key": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "DiscoKey": "discokey:a725289e25c6170a1a1920b451f1455db34ac263597fb0d205df092c75cd7c47", - "Addresses": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "AllowedIPs": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "Endpoints": ["77.164.248.136:34985", "10.65.0.27:34985", "172.17.0.1:34985"], + "User": 2336984101542708, + "Key": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "DiscoKey": "discokey:51aef1a07c988a85a899b35ea6540f51c782ef51acbc4442d3cfa1addb32c250", + "Addresses": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "AllowedIPs": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "Endpoints": ["77.164.248.136:60317", "10.65.0.27:60317", "172.17.0.1:60317"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 51442}, - {"Proto": "peerapi6", "Port": 51442}, + {"Proto": "peerapi4", "Port": 47083}, + {"Proto": "peerapi6", "Port": 47083}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:24:41.155080473Z", + "Created": "2026-04-09T08:30:47.522573103Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8910,302 +8920,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "MachineKey": "mkey:0cd820f59760937b284fdb259c1cff2141c52752a2621d9df711d2e0e5f0ce4b", + "NodeKey": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "MachineKey": "mkey:f6efeee0561b984094ff4a25c433407c2658527fba84e4b68727259795e26e1a", "Peers": [{ - "ID": 270497446613122, - "StableID": "nbZm5YWW7311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "DiscoKey": "discokey:cb15d3e62e1cce00b0e6b0e91ca25e4ca084ec021eb9faee05c2b8cce119a34a", - "Addresses": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "AllowedIPs": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "Endpoints": ["77.164.248.136:57537", "10.65.0.27:57537", "172.17.0.1:57537"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44730}, - {"Proto": "peerapi6", "Port": 44730} - ]}, - "Created": "2026-04-09T01:24:43.87436793Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2077251272669066, - "StableID": "nuxfkNsnDH11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "DiscoKey": "discokey:cebe4d54a25265b63963410a8cc44067b39ba76062f440eb91e8adbae195af7d", - "Addresses": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "AllowedIPs": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "Endpoints": ["77.164.248.136:33927", "10.65.0.27:33927", "172.17.0.1:33927"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51546}, - {"Proto": "peerapi6", "Port": 51546} - ]}, - "Created": "2026-04-09T01:24:44.959074739Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2499369852458243, - "StableID": "nApxA4DyWL11CNTRL", + "ID": 553437879569045, + "StableID": "nrhzFjseK511CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "KeyExpiry": "2026-10-06T01:24:48Z", - "DiscoKey": "discokey:2695c27538686ba72f01181be96c562f908fcb7f1a72e497f188653ea5bbc529", - "Addresses": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "AllowedIPs": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "Endpoints": ["77.164.248.136:51218", "10.65.0.27:51218", "172.17.0.1:51218"], + "Key": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "KeyExpiry": "2026-10-06T08:30:55Z", + "DiscoKey": "discokey:5abd44a9fa9b745d6c3260f59013ba53de37124012d643bd6ab806904f737f5e", + "Addresses": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "AllowedIPs": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "Endpoints": ["77.164.248.136:43186", "10.65.0.27:43186", "172.17.0.1:43186"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54674}, - {"Proto": "peerapi6", "Port": 54674} + {"Proto": "peerapi4", "Port": 53657}, + {"Proto": "peerapi6", "Port": 53657} ]}, - "Created": "2026-04-09T01:24:48.222800543Z", + "Created": "2026-04-09T08:30:55.095948473Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3139345464110399, - "StableID": "nvWqUMHpWR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "DiscoKey": "discokey:f352540c93652b695635352f2d65b723046bd994c5b60e992491a7f0befa432d", - "Addresses": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "AllowedIPs": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "Endpoints": ["77.164.248.136:34007", "10.65.0.27:34007", "172.17.0.1:34007"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63621}, - {"Proto": "peerapi6", "Port": 63621} - ]}, - "Created": "2026-04-09T01:24:40.613391426Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3950626718859827, - "StableID": "nJ4trMGFrX11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "DiscoKey": "discokey:7c49f1d72adc08d545db6845d0e01d39332a6d8f6ae23f8ed56aba8764618413", - "Addresses": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "AllowedIPs": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "Endpoints": ["77.164.248.136:60866", "10.65.0.27:60866", "172.17.0.1:60866"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55420}, - {"Proto": "peerapi6", "Port": 55420} - ]}, - "Created": "2026-04-09T01:24:45.496545482Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4002548310031902, - "StableID": "nhSL57AmFY11CNTRL", + "ID": 1297627164951518, + "StableID": "nXZy3zTh8B11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "DiscoKey": "discokey:abd2c0b4f5ffcf9a98d8d30a61759fd136b0e5232da5be7209661b5c1508710e", - "Addresses": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "AllowedIPs": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "Endpoints": ["77.164.248.136:42414", "10.65.0.27:42414", "172.17.0.1:42414"], + "Key": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "DiscoKey": "discokey:3daf908492c49201c0ee088eb6e332e2b0ce1516e4edb1fb803e14d36ec3397d", + "Addresses": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "AllowedIPs": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "Endpoints": ["77.164.248.136:41152", "10.65.0.27:41152", "172.17.0.1:41152"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44479}, - {"Proto": "peerapi6", "Port": 44479} + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:24:42.786485947Z", + "Created": "2026-04-09T08:30:49.143687086Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 4205425854987955, - "StableID": "nYM41ZQeqZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "DiscoKey": "discokey:19222bcfd2cfb5e1fbc479962a1410be1f1b3e76f83e5c99b7a9d53bc5df0b21", - "Addresses": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "AllowedIPs": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "Endpoints": ["77.164.248.136:54407", "10.65.0.27:54407", "172.17.0.1:54407"], + "ID": 1634665999358618, + "StableID": "nq8LiRuLmD11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:434afc9835fb9658db5cf78c3b15d7fb1da53c11e731296776206d3f74fc6028", + "Addresses": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "AllowedIPs": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "Endpoints": ["77.164.248.136:54921", "10.65.0.27:54921", "172.17.0.1:54921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46556}, - {"Proto": "peerapi6", "Port": 46556} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41643}, + {"Proto": "peerapi6", "Port": 41643} ]}, - "Created": "2026-04-09T01:24:43.327478906Z", + "Created": "2026-04-09T08:30:54.024449586Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 4719954078717488, - "StableID": "nP2MD2Cgrd11CNTRL", + "ID": 2055417454113637, + "StableID": "nWFUyCLu3H11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "DiscoKey": "discokey:c3f6bdabbfd1f555ee73e36594b66e93cd9f760d063f01b8c751d85f6df2c25e", - "Addresses": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "AllowedIPs": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "Endpoints": ["77.164.248.136:38773", "10.65.0.27:38773", "172.17.0.1:38773"], + "Key": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "DiscoKey": "discokey:34ccc19b7f1c9db2d4d82ec5a49b8fe986e0f25ee1bc68789cdeeb4227a6736d", + "Addresses": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "AllowedIPs": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "Endpoints": ["77.164.248.136:41770", "10.65.0.27:41770", "172.17.0.1:41770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51351}, - {"Proto": "peerapi6", "Port": 51351} + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} ]}, - "Created": "2026-04-09T01:24:44.41607218Z", + "Created": "2026-04-09T08:30:51.068218913Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5485682927022421, - "StableID": "nEdVR8bUqj11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:458ee8430076f840b9fd4206a2b0be332bb15397d0abbfbaa179930e2e84ba2e", - "Addresses": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "AllowedIPs": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "Endpoints": ["77.164.248.136:38109", "10.65.0.27:38109", "172.17.0.1:38109"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56244}, - {"Proto": "peerapi6", "Port": 56244} - ]}, - "Created": "2026-04-09T01:24:47.134360599Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5561080541059113, - "StableID": "npJVP3AdRk11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2310625652366099, + "StableID": "ntbxXdDV3K11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "DiscoKey": "discokey:50b6c0073b60bc55cabbb92e60c4c345054b3f57eafc3756cc579297483e227a", - "Addresses": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "AllowedIPs": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "Endpoints": ["77.164.248.136:60082", "10.65.0.27:60082", "172.17.0.1:60082"], + "Key": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "DiscoKey": "discokey:82ff3c28b34c10de014999b7a7214d155271da12a725c4c152e4faed90b8c33a", + "Addresses": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "AllowedIPs": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "Endpoints": ["77.164.248.136:60459", "10.65.0.27:60459", "172.17.0.1:60459"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53145}, - {"Proto": "peerapi6", "Port": 53145} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 37279}, + {"Proto": "peerapi6", "Port": 37279} ]}, - "Created": "2026-04-09T01:24:46.0384358Z", + "Created": "2026-04-09T08:30:50.2204275Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 6222480808575629, - "StableID": "ncgpA82Bbq11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:0ea1b50dd53c66dfca4c27a3854e90b2d81f8a214d381d4122abbf1b6d062510", - "Addresses": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "AllowedIPs": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "Endpoints": ["77.164.248.136:60197", "10.65.0.27:60197", "172.17.0.1:60197"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56856}, - {"Proto": "peerapi6", "Port": 56856} - ]}, - "Created": "2026-04-09T01:24:47.67578851Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7712204945588352, - "StableID": "n53XqgYsD321CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 3553042200258523, + "StableID": "nNW6RqPBkU11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "DiscoKey": "discokey:8c850e2e2d905db6832be30de9a598ba0e6d0c96855d877b951cb0f9ab51881b", - "Addresses": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "AllowedIPs": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "Endpoints": ["77.164.248.136:34575", "10.65.0.27:34575", "172.17.0.1:34575"], + "Key": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "DiscoKey": "discokey:327d68bba669c2f5c55e22c8579481567ad62c365582bc5f9dfc95d1776aa83f", + "Addresses": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "AllowedIPs": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "Endpoints": ["77.164.248.136:51597", "10.65.0.27:51597", "172.17.0.1:51597"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 49559}, - {"Proto": "peerapi6", "Port": 49559} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64849}, + {"Proto": "peerapi6", "Port": 64849} ]}, - "Created": "2026-04-09T01:24:46.589611887Z", + "Created": "2026-04-09T08:30:51.597348903Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 8641953695995568, - "StableID": "n15q8EUxUA21CNTRL", + "ID": 4376036585747339, + "StableID": "nCXr3X4vAb11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "DiscoKey": "discokey:0989684ac452830b752e592b682558c98e2636984cad674dcc412c7eec94326e", - "Addresses": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "AllowedIPs": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "Endpoints": ["77.164.248.136:60071", "10.65.0.27:60071", "172.17.0.1:60071"], + "Key": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "DiscoKey": "discokey:ef2683359a1224dc002b6a4a0d03f7654293f8dce510f98185d108b508e19417", + "Addresses": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "AllowedIPs": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "Endpoints": ["77.164.248.136:48103", "10.65.0.27:48103", "172.17.0.1:48103"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52906}, - {"Proto": "peerapi6", "Port": 52906} + {"Proto": "peerapi4", "Port": 49951}, + {"Proto": "peerapi6", "Port": 49951} ]}, - "Created": "2026-04-09T01:24:41.712190038Z", + "Created": "2026-04-09T08:30:48.05626107Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8681221206256307, - "StableID": "nG5zYhxjnA21CNTRL", + "ID": 4518654749690642, + "StableID": "ndenp5QWHc11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "DiscoKey": "discokey:ed6aa0bfdf8c6d2de0089ad90bd1f9b67f9abdb426d2abfb1485003a5c49b644", + "Addresses": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "AllowedIPs": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "Endpoints": ["77.164.248.136:38836", "10.65.0.27:38836", "172.17.0.1:38836"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55467}, + {"Proto": "peerapi6", "Port": 55467} + ]}, + "Created": "2026-04-09T08:30:52.142969303Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5241374097536171, + "StableID": "nSAukZ1qvh11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "DiscoKey": "discokey:431675416cb5603a43b79e043666f4a1fa85bf4577586385b7f41e3bb6add746", - "Addresses": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "AllowedIPs": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "Endpoints": ["77.164.248.136:51295", "10.65.0.27:51295", "172.17.0.1:51295"], + "Key": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "DiscoKey": "discokey:c38cf444a340cba525cfa68070cac8c7eddd45fcd7dd4bcc353841f291d2ba6c", + "Addresses": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "AllowedIPs": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "Endpoints": ["77.164.248.136:47100", "10.65.0.27:47100", "172.17.0.1:47100"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50949}, - {"Proto": "peerapi6", "Port": 50949} + {"Proto": "peerapi4", "Port": 39938}, + {"Proto": "peerapi6", "Port": 39938} ]}, - "Created": "2026-04-09T01:24:42.245107501Z", + "Created": "2026-04-09T08:30:48.610697372Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 6011971794580357, + "StableID": "nSoVTfJqwo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:551dbaae574983596f2d31fca8a8b3d7a7e5a7d0cc20eeca4bf594f28c50916a", + "Addresses": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "AllowedIPs": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "Endpoints": ["77.164.248.136:43519", "10.65.0.27:43519", "172.17.0.1:43519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64123}, + {"Proto": "peerapi6", "Port": 64123} + ]}, + "Created": "2026-04-09T08:30:54.548914618Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7281051147137457, + "StableID": "nEMt5Jsbry11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "DiscoKey": "discokey:f12c2996abf2163b632861035aeac4b3ed3c488a155ed2508f186af109292824", + "Addresses": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "AllowedIPs": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "Endpoints": ["77.164.248.136:41013", "10.65.0.27:41013", "172.17.0.1:41013"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 38580}, + {"Proto": "peerapi6", "Port": 38580} + ]}, + "Created": "2026-04-09T08:30:46.984485062Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8192856329508484, + "StableID": "nFkmihSZy621CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "DiscoKey": "discokey:fff605a1e748fcc159e780277e56b73b78a57357960f068c75aad8c9c22ed418", + "Addresses": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "AllowedIPs": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "Endpoints": ["77.164.248.136:59163", "10.65.0.27:59163", "172.17.0.1:59163"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 36780}, + {"Proto": "peerapi6", "Port": 36780} + ]}, + "Created": "2026-04-09T08:30:49.672720029Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8273598610922802, + "StableID": "n7P7eYQ8c721CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "DiscoKey": "discokey:0013ba87125003b664aa7d42fd3b73fa4caa1bec37688a1d479fc97112164e19", + "Addresses": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "AllowedIPs": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "Endpoints": ["77.164.248.136:58467", "10.65.0.27:58467", "172.17.0.1:58467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54802}, + {"Proto": "peerapi6", "Port": 54802} + ]}, + "Created": "2026-04-09T08:30:52.944479857Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8324128498452844, + "StableID": "ndDdmwj11821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "DiscoKey": "discokey:77be894162bebc7d6acce23762be9aa774490dc9d7952b06ce6381dc68bc5b11", + "Addresses": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "AllowedIPs": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "Endpoints": ["77.164.248.136:44856", "10.65.0.27:44856", "172.17.0.1:44856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 57186}, + {"Proto": "peerapi6", "Port": 57186} + ]}, + "Created": "2026-04-09T08:30:53.471676557Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10053,27 +10063,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3898566732370558": { - "ID": 3898566732370558, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2336984101542708": { + "ID": 2336984101542708, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10104,26 +10116,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3139345464110399, - "StableID": "nvWqUMHpWR11CNTRL", + "ID": 7281051147137457, + "StableID": "nEMt5Jsbry11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 3139345464110399, - "Key": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "DiscoKey": "discokey:f352540c93652b695635352f2d65b723046bd994c5b60e992491a7f0befa432d", - "Addresses": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "AllowedIPs": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "Endpoints": ["77.164.248.136:34007", "10.65.0.27:34007", "172.17.0.1:34007"], + "User": 7281051147137457, + "Key": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "DiscoKey": "discokey:f12c2996abf2163b632861035aeac4b3ed3c488a155ed2508f186af109292824", + "Addresses": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "AllowedIPs": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "Endpoints": ["77.164.248.136:41013", "10.65.0.27:41013", "172.17.0.1:41013"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 63621}, - {"Proto": "peerapi6", "Port": 63621}, + {"Proto": "peerapi4", "Port": 38580}, + {"Proto": "peerapi6", "Port": 38580}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:24:40.613391426Z", + "Created": "2026-04-09T08:30:46.984485062Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10151,302 +10163,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "MachineKey": "mkey:2e9a8f13b79f062514138d49249e58c808f4b1b537d5a447e13c53cb2be85823", + "NodeKey": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "MachineKey": "mkey:fdced02f4f5666ea2f6db2823ad8a751a83992c012dd1866ea378064225f7d40", "Peers": [{ - "ID": 270497446613122, - "StableID": "nbZm5YWW7311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "DiscoKey": "discokey:cb15d3e62e1cce00b0e6b0e91ca25e4ca084ec021eb9faee05c2b8cce119a34a", - "Addresses": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "AllowedIPs": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "Endpoints": ["77.164.248.136:57537", "10.65.0.27:57537", "172.17.0.1:57537"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44730}, - {"Proto": "peerapi6", "Port": 44730} - ]}, - "Created": "2026-04-09T01:24:43.87436793Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2077251272669066, - "StableID": "nuxfkNsnDH11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "DiscoKey": "discokey:cebe4d54a25265b63963410a8cc44067b39ba76062f440eb91e8adbae195af7d", - "Addresses": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "AllowedIPs": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "Endpoints": ["77.164.248.136:33927", "10.65.0.27:33927", "172.17.0.1:33927"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51546}, - {"Proto": "peerapi6", "Port": 51546} - ]}, - "Created": "2026-04-09T01:24:44.959074739Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2499369852458243, - "StableID": "nApxA4DyWL11CNTRL", + "ID": 553437879569045, + "StableID": "nrhzFjseK511CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "KeyExpiry": "2026-10-06T01:24:48Z", - "DiscoKey": "discokey:2695c27538686ba72f01181be96c562f908fcb7f1a72e497f188653ea5bbc529", - "Addresses": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "AllowedIPs": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "Endpoints": ["77.164.248.136:51218", "10.65.0.27:51218", "172.17.0.1:51218"], + "Key": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "KeyExpiry": "2026-10-06T08:30:55Z", + "DiscoKey": "discokey:5abd44a9fa9b745d6c3260f59013ba53de37124012d643bd6ab806904f737f5e", + "Addresses": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "AllowedIPs": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "Endpoints": ["77.164.248.136:43186", "10.65.0.27:43186", "172.17.0.1:43186"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54674}, - {"Proto": "peerapi6", "Port": 54674} + {"Proto": "peerapi4", "Port": 53657}, + {"Proto": "peerapi6", "Port": 53657} ]}, - "Created": "2026-04-09T01:24:48.222800543Z", + "Created": "2026-04-09T08:30:55.095948473Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3898566732370558, - "StableID": "nPVF8mjfSX11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "DiscoKey": "discokey:a725289e25c6170a1a1920b451f1455db34ac263597fb0d205df092c75cd7c47", - "Addresses": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "AllowedIPs": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "Endpoints": ["77.164.248.136:34985", "10.65.0.27:34985", "172.17.0.1:34985"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 51442}, - {"Proto": "peerapi6", "Port": 51442} - ]}, - "Created": "2026-04-09T01:24:41.155080473Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3950626718859827, - "StableID": "nJ4trMGFrX11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "DiscoKey": "discokey:7c49f1d72adc08d545db6845d0e01d39332a6d8f6ae23f8ed56aba8764618413", - "Addresses": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "AllowedIPs": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "Endpoints": ["77.164.248.136:60866", "10.65.0.27:60866", "172.17.0.1:60866"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55420}, - {"Proto": "peerapi6", "Port": 55420} - ]}, - "Created": "2026-04-09T01:24:45.496545482Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4002548310031902, - "StableID": "nhSL57AmFY11CNTRL", + "ID": 1297627164951518, + "StableID": "nXZy3zTh8B11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "DiscoKey": "discokey:abd2c0b4f5ffcf9a98d8d30a61759fd136b0e5232da5be7209661b5c1508710e", - "Addresses": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "AllowedIPs": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "Endpoints": ["77.164.248.136:42414", "10.65.0.27:42414", "172.17.0.1:42414"], + "Key": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "DiscoKey": "discokey:3daf908492c49201c0ee088eb6e332e2b0ce1516e4edb1fb803e14d36ec3397d", + "Addresses": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "AllowedIPs": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "Endpoints": ["77.164.248.136:41152", "10.65.0.27:41152", "172.17.0.1:41152"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44479}, - {"Proto": "peerapi6", "Port": 44479} + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:24:42.786485947Z", + "Created": "2026-04-09T08:30:49.143687086Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 4205425854987955, - "StableID": "nYM41ZQeqZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "DiscoKey": "discokey:19222bcfd2cfb5e1fbc479962a1410be1f1b3e76f83e5c99b7a9d53bc5df0b21", - "Addresses": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "AllowedIPs": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "Endpoints": ["77.164.248.136:54407", "10.65.0.27:54407", "172.17.0.1:54407"], + "ID": 1634665999358618, + "StableID": "nq8LiRuLmD11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:434afc9835fb9658db5cf78c3b15d7fb1da53c11e731296776206d3f74fc6028", + "Addresses": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "AllowedIPs": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "Endpoints": ["77.164.248.136:54921", "10.65.0.27:54921", "172.17.0.1:54921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46556}, - {"Proto": "peerapi6", "Port": 46556} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41643}, + {"Proto": "peerapi6", "Port": 41643} ]}, - "Created": "2026-04-09T01:24:43.327478906Z", + "Created": "2026-04-09T08:30:54.024449586Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 4719954078717488, - "StableID": "nP2MD2Cgrd11CNTRL", + "ID": 2055417454113637, + "StableID": "nWFUyCLu3H11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "DiscoKey": "discokey:c3f6bdabbfd1f555ee73e36594b66e93cd9f760d063f01b8c751d85f6df2c25e", - "Addresses": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "AllowedIPs": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "Endpoints": ["77.164.248.136:38773", "10.65.0.27:38773", "172.17.0.1:38773"], + "Key": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "DiscoKey": "discokey:34ccc19b7f1c9db2d4d82ec5a49b8fe986e0f25ee1bc68789cdeeb4227a6736d", + "Addresses": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "AllowedIPs": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "Endpoints": ["77.164.248.136:41770", "10.65.0.27:41770", "172.17.0.1:41770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51351}, - {"Proto": "peerapi6", "Port": 51351} + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} ]}, - "Created": "2026-04-09T01:24:44.41607218Z", + "Created": "2026-04-09T08:30:51.068218913Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5485682927022421, - "StableID": "nEdVR8bUqj11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:458ee8430076f840b9fd4206a2b0be332bb15397d0abbfbaa179930e2e84ba2e", - "Addresses": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "AllowedIPs": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "Endpoints": ["77.164.248.136:38109", "10.65.0.27:38109", "172.17.0.1:38109"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56244}, - {"Proto": "peerapi6", "Port": 56244} - ]}, - "Created": "2026-04-09T01:24:47.134360599Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5561080541059113, - "StableID": "npJVP3AdRk11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2310625652366099, + "StableID": "ntbxXdDV3K11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "DiscoKey": "discokey:50b6c0073b60bc55cabbb92e60c4c345054b3f57eafc3756cc579297483e227a", - "Addresses": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "AllowedIPs": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "Endpoints": ["77.164.248.136:60082", "10.65.0.27:60082", "172.17.0.1:60082"], + "Key": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "DiscoKey": "discokey:82ff3c28b34c10de014999b7a7214d155271da12a725c4c152e4faed90b8c33a", + "Addresses": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "AllowedIPs": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "Endpoints": ["77.164.248.136:60459", "10.65.0.27:60459", "172.17.0.1:60459"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53145}, - {"Proto": "peerapi6", "Port": 53145} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 37279}, + {"Proto": "peerapi6", "Port": 37279} ]}, - "Created": "2026-04-09T01:24:46.0384358Z", + "Created": "2026-04-09T08:30:50.2204275Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 6222480808575629, - "StableID": "ncgpA82Bbq11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:0ea1b50dd53c66dfca4c27a3854e90b2d81f8a214d381d4122abbf1b6d062510", - "Addresses": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "AllowedIPs": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "Endpoints": ["77.164.248.136:60197", "10.65.0.27:60197", "172.17.0.1:60197"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56856}, - {"Proto": "peerapi6", "Port": 56856} - ]}, - "Created": "2026-04-09T01:24:47.67578851Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7712204945588352, - "StableID": "n53XqgYsD321CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 2336984101542708, + "StableID": "nFEnRMcRFK11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "DiscoKey": "discokey:8c850e2e2d905db6832be30de9a598ba0e6d0c96855d877b951cb0f9ab51881b", - "Addresses": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "AllowedIPs": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "Endpoints": ["77.164.248.136:34575", "10.65.0.27:34575", "172.17.0.1:34575"], + "Key": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "DiscoKey": "discokey:51aef1a07c988a85a899b35ea6540f51c782ef51acbc4442d3cfa1addb32c250", + "Addresses": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "AllowedIPs": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "Endpoints": ["77.164.248.136:60317", "10.65.0.27:60317", "172.17.0.1:60317"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 49559}, - {"Proto": "peerapi6", "Port": 49559} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 47083}, + {"Proto": "peerapi6", "Port": 47083} ]}, - "Created": "2026-04-09T01:24:46.589611887Z", + "Created": "2026-04-09T08:30:47.522573103Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8641953695995568, - "StableID": "n15q8EUxUA21CNTRL", + "ID": 3553042200258523, + "StableID": "nNW6RqPBkU11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "DiscoKey": "discokey:327d68bba669c2f5c55e22c8579481567ad62c365582bc5f9dfc95d1776aa83f", + "Addresses": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "AllowedIPs": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "Endpoints": ["77.164.248.136:51597", "10.65.0.27:51597", "172.17.0.1:51597"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64849}, + {"Proto": "peerapi6", "Port": 64849} + ]}, + "Created": "2026-04-09T08:30:51.597348903Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4376036585747339, + "StableID": "nCXr3X4vAb11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "DiscoKey": "discokey:0989684ac452830b752e592b682558c98e2636984cad674dcc412c7eec94326e", - "Addresses": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "AllowedIPs": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "Endpoints": ["77.164.248.136:60071", "10.65.0.27:60071", "172.17.0.1:60071"], + "Key": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "DiscoKey": "discokey:ef2683359a1224dc002b6a4a0d03f7654293f8dce510f98185d108b508e19417", + "Addresses": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "AllowedIPs": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "Endpoints": ["77.164.248.136:48103", "10.65.0.27:48103", "172.17.0.1:48103"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52906}, - {"Proto": "peerapi6", "Port": 52906} + {"Proto": "peerapi4", "Port": 49951}, + {"Proto": "peerapi6", "Port": 49951} ]}, - "Created": "2026-04-09T01:24:41.712190038Z", + "Created": "2026-04-09T08:30:48.05626107Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8681221206256307, - "StableID": "nG5zYhxjnA21CNTRL", + "ID": 4518654749690642, + "StableID": "ndenp5QWHc11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "DiscoKey": "discokey:ed6aa0bfdf8c6d2de0089ad90bd1f9b67f9abdb426d2abfb1485003a5c49b644", + "Addresses": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "AllowedIPs": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "Endpoints": ["77.164.248.136:38836", "10.65.0.27:38836", "172.17.0.1:38836"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55467}, + {"Proto": "peerapi6", "Port": 55467} + ]}, + "Created": "2026-04-09T08:30:52.142969303Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5241374097536171, + "StableID": "nSAukZ1qvh11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "DiscoKey": "discokey:431675416cb5603a43b79e043666f4a1fa85bf4577586385b7f41e3bb6add746", - "Addresses": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "AllowedIPs": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "Endpoints": ["77.164.248.136:51295", "10.65.0.27:51295", "172.17.0.1:51295"], + "Key": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "DiscoKey": "discokey:c38cf444a340cba525cfa68070cac8c7eddd45fcd7dd4bcc353841f291d2ba6c", + "Addresses": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "AllowedIPs": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "Endpoints": ["77.164.248.136:47100", "10.65.0.27:47100", "172.17.0.1:47100"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50949}, - {"Proto": "peerapi6", "Port": 50949} + {"Proto": "peerapi4", "Port": 39938}, + {"Proto": "peerapi6", "Port": 39938} ]}, - "Created": "2026-04-09T01:24:42.245107501Z", + "Created": "2026-04-09T08:30:48.610697372Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 6011971794580357, + "StableID": "nSoVTfJqwo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:551dbaae574983596f2d31fca8a8b3d7a7e5a7d0cc20eeca4bf594f28c50916a", + "Addresses": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "AllowedIPs": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "Endpoints": ["77.164.248.136:43519", "10.65.0.27:43519", "172.17.0.1:43519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64123}, + {"Proto": "peerapi6", "Port": 64123} + ]}, + "Created": "2026-04-09T08:30:54.548914618Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8192856329508484, + "StableID": "nFkmihSZy621CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "DiscoKey": "discokey:fff605a1e748fcc159e780277e56b73b78a57357960f068c75aad8c9c22ed418", + "Addresses": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "AllowedIPs": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "Endpoints": ["77.164.248.136:59163", "10.65.0.27:59163", "172.17.0.1:59163"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 36780}, + {"Proto": "peerapi6", "Port": 36780} + ]}, + "Created": "2026-04-09T08:30:49.672720029Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8273598610922802, + "StableID": "n7P7eYQ8c721CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "DiscoKey": "discokey:0013ba87125003b664aa7d42fd3b73fa4caa1bec37688a1d479fc97112164e19", + "Addresses": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "AllowedIPs": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "Endpoints": ["77.164.248.136:58467", "10.65.0.27:58467", "172.17.0.1:58467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54802}, + {"Proto": "peerapi6", "Port": 54802} + ]}, + "Created": "2026-04-09T08:30:52.944479857Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8324128498452844, + "StableID": "ndDdmwj11821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "DiscoKey": "discokey:77be894162bebc7d6acce23762be9aa774490dc9d7952b06ce6381dc68bc5b11", + "Addresses": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "AllowedIPs": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "Endpoints": ["77.164.248.136:44856", "10.65.0.27:44856", "172.17.0.1:44856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 57186}, + {"Proto": "peerapi6", "Port": 57186} + ]}, + "Created": "2026-04-09T08:30:53.471676557Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11294,27 +11306,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3139345464110399": { - "ID": 3139345464110399, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7281051147137457": { + "ID": 7281051147137457, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11345,21 +11359,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4002548310031902, - "StableID": "nhSL57AmFY11CNTRL", + "ID": 1297627164951518, + "StableID": "nXZy3zTh8B11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 4002548310031902, - "Key": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "DiscoKey": "discokey:abd2c0b4f5ffcf9a98d8d30a61759fd136b0e5232da5be7209661b5c1508710e", - "Addresses": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "AllowedIPs": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "Endpoints": ["77.164.248.136:42414", "10.65.0.27:42414", "172.17.0.1:42414"], + "User": 1297627164951518, + "Key": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "DiscoKey": "discokey:3daf908492c49201c0ee088eb6e332e2b0ce1516e4edb1fb803e14d36ec3397d", + "Addresses": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "AllowedIPs": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "Endpoints": ["77.164.248.136:41152", "10.65.0.27:41152", "172.17.0.1:41152"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 44479}, - {"Proto": "peerapi6", "Port": 44479}, + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:42.786485947Z", + "Created": "2026-04-09T08:30:49.143687086Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11387,300 +11401,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "MachineKey": "mkey:554fcf1aaa27b97a89740da9951380b35485e2eb363ae6752f93351c76519d59", + "NodeKey": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "MachineKey": "mkey:c9b522b22a51e7d0b798b978d5444be48667188121f86c11af858627955f6273", "Peers": [{ - "ID": 270497446613122, - "StableID": "nbZm5YWW7311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "DiscoKey": "discokey:cb15d3e62e1cce00b0e6b0e91ca25e4ca084ec021eb9faee05c2b8cce119a34a", - "Addresses": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "AllowedIPs": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "Endpoints": ["77.164.248.136:57537", "10.65.0.27:57537", "172.17.0.1:57537"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44730}, - {"Proto": "peerapi6", "Port": 44730} - ]}, - "Created": "2026-04-09T01:24:43.87436793Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2077251272669066, - "StableID": "nuxfkNsnDH11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "DiscoKey": "discokey:cebe4d54a25265b63963410a8cc44067b39ba76062f440eb91e8adbae195af7d", - "Addresses": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "AllowedIPs": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "Endpoints": ["77.164.248.136:33927", "10.65.0.27:33927", "172.17.0.1:33927"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51546}, - {"Proto": "peerapi6", "Port": 51546} - ]}, - "Created": "2026-04-09T01:24:44.959074739Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2499369852458243, - "StableID": "nApxA4DyWL11CNTRL", + "ID": 553437879569045, + "StableID": "nrhzFjseK511CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "KeyExpiry": "2026-10-06T01:24:48Z", - "DiscoKey": "discokey:2695c27538686ba72f01181be96c562f908fcb7f1a72e497f188653ea5bbc529", - "Addresses": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "AllowedIPs": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], + "Key": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "KeyExpiry": "2026-10-06T08:30:55Z", + "DiscoKey": "discokey:5abd44a9fa9b745d6c3260f59013ba53de37124012d643bd6ab806904f737f5e", + "Addresses": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "AllowedIPs": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54674}, - {"Proto": "peerapi6", "Port": 54674} + {"Proto": "peerapi4", "Port": 53657}, + {"Proto": "peerapi6", "Port": 53657} ]}, - "Created": "2026-04-09T01:24:48.222800543Z", + "Created": "2026-04-09T08:30:55.095948473Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3139345464110399, - "StableID": "nvWqUMHpWR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "DiscoKey": "discokey:f352540c93652b695635352f2d65b723046bd994c5b60e992491a7f0befa432d", - "Addresses": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "AllowedIPs": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "Endpoints": ["77.164.248.136:34007", "10.65.0.27:34007", "172.17.0.1:34007"], + "ID": 1634665999358618, + "StableID": "nq8LiRuLmD11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:434afc9835fb9658db5cf78c3b15d7fb1da53c11e731296776206d3f74fc6028", + "Addresses": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "AllowedIPs": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "Endpoints": ["77.164.248.136:54921", "10.65.0.27:54921", "172.17.0.1:54921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63621}, - {"Proto": "peerapi6", "Port": 63621} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41643}, + {"Proto": "peerapi6", "Port": 41643} ]}, - "Created": "2026-04-09T01:24:40.613391426Z", + "Created": "2026-04-09T08:30:54.024449586Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 3898566732370558, - "StableID": "nPVF8mjfSX11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "DiscoKey": "discokey:a725289e25c6170a1a1920b451f1455db34ac263597fb0d205df092c75cd7c47", - "Addresses": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "AllowedIPs": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "Endpoints": ["77.164.248.136:34985", "10.65.0.27:34985", "172.17.0.1:34985"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 51442}, - {"Proto": "peerapi6", "Port": 51442} - ]}, - "Created": "2026-04-09T01:24:41.155080473Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3950626718859827, - "StableID": "nJ4trMGFrX11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "DiscoKey": "discokey:7c49f1d72adc08d545db6845d0e01d39332a6d8f6ae23f8ed56aba8764618413", - "Addresses": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "AllowedIPs": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "Endpoints": ["77.164.248.136:60866", "10.65.0.27:60866", "172.17.0.1:60866"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55420}, - {"Proto": "peerapi6", "Port": 55420} - ]}, - "Created": "2026-04-09T01:24:45.496545482Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4205425854987955, - "StableID": "nYM41ZQeqZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "DiscoKey": "discokey:19222bcfd2cfb5e1fbc479962a1410be1f1b3e76f83e5c99b7a9d53bc5df0b21", - "Addresses": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "AllowedIPs": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "Endpoints": ["77.164.248.136:54407", "10.65.0.27:54407", "172.17.0.1:54407"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46556}, - {"Proto": "peerapi6", "Port": 46556} - ]}, - "Created": "2026-04-09T01:24:43.327478906Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4719954078717488, - "StableID": "nP2MD2Cgrd11CNTRL", + "ID": 2055417454113637, + "StableID": "nWFUyCLu3H11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "DiscoKey": "discokey:c3f6bdabbfd1f555ee73e36594b66e93cd9f760d063f01b8c751d85f6df2c25e", - "Addresses": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "AllowedIPs": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "Endpoints": ["77.164.248.136:38773", "10.65.0.27:38773", "172.17.0.1:38773"], + "Key": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "DiscoKey": "discokey:34ccc19b7f1c9db2d4d82ec5a49b8fe986e0f25ee1bc68789cdeeb4227a6736d", + "Addresses": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "AllowedIPs": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "Endpoints": ["77.164.248.136:41770", "10.65.0.27:41770", "172.17.0.1:41770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51351}, - {"Proto": "peerapi6", "Port": 51351} + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} ]}, - "Created": "2026-04-09T01:24:44.41607218Z", + "Created": "2026-04-09T08:30:51.068218913Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5485682927022421, - "StableID": "nEdVR8bUqj11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:458ee8430076f840b9fd4206a2b0be332bb15397d0abbfbaa179930e2e84ba2e", - "Addresses": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "AllowedIPs": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "Endpoints": ["77.164.248.136:38109", "10.65.0.27:38109", "172.17.0.1:38109"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56244}, - {"Proto": "peerapi6", "Port": 56244} - ]}, - "Created": "2026-04-09T01:24:47.134360599Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5561080541059113, - "StableID": "npJVP3AdRk11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2310625652366099, + "StableID": "ntbxXdDV3K11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "DiscoKey": "discokey:50b6c0073b60bc55cabbb92e60c4c345054b3f57eafc3756cc579297483e227a", - "Addresses": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "AllowedIPs": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "Endpoints": ["77.164.248.136:60082", "10.65.0.27:60082", "172.17.0.1:60082"], + "Key": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "DiscoKey": "discokey:82ff3c28b34c10de014999b7a7214d155271da12a725c4c152e4faed90b8c33a", + "Addresses": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "AllowedIPs": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "Endpoints": ["77.164.248.136:60459", "10.65.0.27:60459", "172.17.0.1:60459"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53145}, - {"Proto": "peerapi6", "Port": 53145} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 37279}, + {"Proto": "peerapi6", "Port": 37279} ]}, - "Created": "2026-04-09T01:24:46.0384358Z", + "Created": "2026-04-09T08:30:50.2204275Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 6222480808575629, - "StableID": "ncgpA82Bbq11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:0ea1b50dd53c66dfca4c27a3854e90b2d81f8a214d381d4122abbf1b6d062510", - "Addresses": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "AllowedIPs": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "Endpoints": ["77.164.248.136:60197", "10.65.0.27:60197", "172.17.0.1:60197"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56856}, - {"Proto": "peerapi6", "Port": 56856} - ]}, - "Created": "2026-04-09T01:24:47.67578851Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7712204945588352, - "StableID": "n53XqgYsD321CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 2336984101542708, + "StableID": "nFEnRMcRFK11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "DiscoKey": "discokey:8c850e2e2d905db6832be30de9a598ba0e6d0c96855d877b951cb0f9ab51881b", - "Addresses": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "AllowedIPs": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "Endpoints": ["77.164.248.136:34575", "10.65.0.27:34575", "172.17.0.1:34575"], + "Key": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "DiscoKey": "discokey:51aef1a07c988a85a899b35ea6540f51c782ef51acbc4442d3cfa1addb32c250", + "Addresses": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "AllowedIPs": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "Endpoints": ["77.164.248.136:60317", "10.65.0.27:60317", "172.17.0.1:60317"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 49559}, - {"Proto": "peerapi6", "Port": 49559} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 47083}, + {"Proto": "peerapi6", "Port": 47083} ]}, - "Created": "2026-04-09T01:24:46.589611887Z", + "Created": "2026-04-09T08:30:47.522573103Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8641953695995568, - "StableID": "n15q8EUxUA21CNTRL", + "ID": 3553042200258523, + "StableID": "nNW6RqPBkU11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "DiscoKey": "discokey:327d68bba669c2f5c55e22c8579481567ad62c365582bc5f9dfc95d1776aa83f", + "Addresses": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "AllowedIPs": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "Endpoints": ["77.164.248.136:51597", "10.65.0.27:51597", "172.17.0.1:51597"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64849}, + {"Proto": "peerapi6", "Port": 64849} + ]}, + "Created": "2026-04-09T08:30:51.597348903Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4376036585747339, + "StableID": "nCXr3X4vAb11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "DiscoKey": "discokey:0989684ac452830b752e592b682558c98e2636984cad674dcc412c7eec94326e", - "Addresses": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "AllowedIPs": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "Endpoints": ["77.164.248.136:60071", "10.65.0.27:60071", "172.17.0.1:60071"], + "Key": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "DiscoKey": "discokey:ef2683359a1224dc002b6a4a0d03f7654293f8dce510f98185d108b508e19417", + "Addresses": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "AllowedIPs": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "Endpoints": ["77.164.248.136:48103", "10.65.0.27:48103", "172.17.0.1:48103"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52906}, - {"Proto": "peerapi6", "Port": 52906} + {"Proto": "peerapi4", "Port": 49951}, + {"Proto": "peerapi6", "Port": 49951} ]}, - "Created": "2026-04-09T01:24:41.712190038Z", + "Created": "2026-04-09T08:30:48.05626107Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8681221206256307, - "StableID": "nG5zYhxjnA21CNTRL", + "ID": 4518654749690642, + "StableID": "ndenp5QWHc11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "DiscoKey": "discokey:ed6aa0bfdf8c6d2de0089ad90bd1f9b67f9abdb426d2abfb1485003a5c49b644", + "Addresses": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "AllowedIPs": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "Endpoints": ["77.164.248.136:38836", "10.65.0.27:38836", "172.17.0.1:38836"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55467}, + {"Proto": "peerapi6", "Port": 55467} + ]}, + "Created": "2026-04-09T08:30:52.142969303Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5241374097536171, + "StableID": "nSAukZ1qvh11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "DiscoKey": "discokey:431675416cb5603a43b79e043666f4a1fa85bf4577586385b7f41e3bb6add746", - "Addresses": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "AllowedIPs": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "Endpoints": ["77.164.248.136:51295", "10.65.0.27:51295", "172.17.0.1:51295"], + "Key": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "DiscoKey": "discokey:c38cf444a340cba525cfa68070cac8c7eddd45fcd7dd4bcc353841f291d2ba6c", + "Addresses": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "AllowedIPs": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "Endpoints": ["77.164.248.136:47100", "10.65.0.27:47100", "172.17.0.1:47100"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50949}, - {"Proto": "peerapi6", "Port": 50949} + {"Proto": "peerapi4", "Port": 39938}, + {"Proto": "peerapi6", "Port": 39938} ]}, - "Created": "2026-04-09T01:24:42.245107501Z", + "Created": "2026-04-09T08:30:48.610697372Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 6011971794580357, + "StableID": "nSoVTfJqwo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:551dbaae574983596f2d31fca8a8b3d7a7e5a7d0cc20eeca4bf594f28c50916a", + "Addresses": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "AllowedIPs": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "Endpoints": ["77.164.248.136:43519", "10.65.0.27:43519", "172.17.0.1:43519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64123}, + {"Proto": "peerapi6", "Port": 64123} + ]}, + "Created": "2026-04-09T08:30:54.548914618Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7281051147137457, + "StableID": "nEMt5Jsbry11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "DiscoKey": "discokey:f12c2996abf2163b632861035aeac4b3ed3c488a155ed2508f186af109292824", + "Addresses": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "AllowedIPs": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "Endpoints": ["77.164.248.136:41013", "10.65.0.27:41013", "172.17.0.1:41013"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 38580}, + {"Proto": "peerapi6", "Port": 38580} + ]}, + "Created": "2026-04-09T08:30:46.984485062Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8192856329508484, + "StableID": "nFkmihSZy621CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "DiscoKey": "discokey:fff605a1e748fcc159e780277e56b73b78a57357960f068c75aad8c9c22ed418", + "Addresses": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "AllowedIPs": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "Endpoints": ["77.164.248.136:59163", "10.65.0.27:59163", "172.17.0.1:59163"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 36780}, + {"Proto": "peerapi6", "Port": 36780} + ]}, + "Created": "2026-04-09T08:30:49.672720029Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8273598610922802, + "StableID": "n7P7eYQ8c721CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "DiscoKey": "discokey:0013ba87125003b664aa7d42fd3b73fa4caa1bec37688a1d479fc97112164e19", + "Addresses": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "AllowedIPs": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "Endpoints": ["77.164.248.136:58467", "10.65.0.27:58467", "172.17.0.1:58467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54802}, + {"Proto": "peerapi6", "Port": 54802} + ]}, + "Created": "2026-04-09T08:30:52.944479857Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8324128498452844, + "StableID": "ndDdmwj11821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "DiscoKey": "discokey:77be894162bebc7d6acce23762be9aa774490dc9d7952b06ce6381dc68bc5b11", + "Addresses": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "AllowedIPs": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "Endpoints": ["77.164.248.136:44856", "10.65.0.27:44856", "172.17.0.1:44856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 57186}, + {"Proto": "peerapi6", "Port": 57186} + ]}, + "Created": "2026-04-09T08:30:53.471676557Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12528,27 +12542,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4002548310031902": { - "ID": 4002548310031902, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1297627164951518": { + "ID": 1297627164951518, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12579,21 +12595,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8681221206256307, - "StableID": "nG5zYhxjnA21CNTRL", + "ID": 5241374097536171, + "StableID": "nSAukZ1qvh11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 8681221206256307, - "Key": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "DiscoKey": "discokey:431675416cb5603a43b79e043666f4a1fa85bf4577586385b7f41e3bb6add746", - "Addresses": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "AllowedIPs": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "Endpoints": ["77.164.248.136:51295", "10.65.0.27:51295", "172.17.0.1:51295"], + "User": 5241374097536171, + "Key": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "DiscoKey": "discokey:c38cf444a340cba525cfa68070cac8c7eddd45fcd7dd4bcc353841f291d2ba6c", + "Addresses": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "AllowedIPs": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "Endpoints": ["77.164.248.136:47100", "10.65.0.27:47100", "172.17.0.1:47100"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 50949}, - {"Proto": "peerapi6", "Port": 50949}, + {"Proto": "peerapi4", "Port": 39938}, + {"Proto": "peerapi6", "Port": 39938}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:42.245107501Z", + "Created": "2026-04-09T08:30:48.610697372Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12621,302 +12637,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "MachineKey": "mkey:ee25bdc877345bc0efc8457713da61a7eee05452fd1dc2b73134b4aa7559a03b", + "NodeKey": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "MachineKey": "mkey:bd0bd6566e8b3b85d1be4d8a2c24a21bee8b3f352e1be98ab20622e08e80a024", "Peers": [{ - "ID": 270497446613122, - "StableID": "nbZm5YWW7311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "DiscoKey": "discokey:cb15d3e62e1cce00b0e6b0e91ca25e4ca084ec021eb9faee05c2b8cce119a34a", - "Addresses": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "AllowedIPs": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "Endpoints": ["77.164.248.136:57537", "10.65.0.27:57537", "172.17.0.1:57537"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44730}, - {"Proto": "peerapi6", "Port": 44730} - ]}, - "Created": "2026-04-09T01:24:43.87436793Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2077251272669066, - "StableID": "nuxfkNsnDH11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "DiscoKey": "discokey:cebe4d54a25265b63963410a8cc44067b39ba76062f440eb91e8adbae195af7d", - "Addresses": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "AllowedIPs": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "Endpoints": ["77.164.248.136:33927", "10.65.0.27:33927", "172.17.0.1:33927"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51546}, - {"Proto": "peerapi6", "Port": 51546} - ]}, - "Created": "2026-04-09T01:24:44.959074739Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2499369852458243, - "StableID": "nApxA4DyWL11CNTRL", + "ID": 553437879569045, + "StableID": "nrhzFjseK511CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "KeyExpiry": "2026-10-06T01:24:48Z", - "DiscoKey": "discokey:2695c27538686ba72f01181be96c562f908fcb7f1a72e497f188653ea5bbc529", - "Addresses": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "AllowedIPs": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "Endpoints": ["77.164.248.136:51218", "10.65.0.27:51218", "172.17.0.1:51218"], - "HomeDERP": 14, + "Key": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "KeyExpiry": "2026-10-06T08:30:55Z", + "DiscoKey": "discokey:5abd44a9fa9b745d6c3260f59013ba53de37124012d643bd6ab806904f737f5e", + "Addresses": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "AllowedIPs": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54674}, - {"Proto": "peerapi6", "Port": 54674} + {"Proto": "peerapi4", "Port": 53657}, + {"Proto": "peerapi6", "Port": 53657} ]}, - "Created": "2026-04-09T01:24:48.222800543Z", + "Created": "2026-04-09T08:30:55.095948473Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3139345464110399, - "StableID": "nvWqUMHpWR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "DiscoKey": "discokey:f352540c93652b695635352f2d65b723046bd994c5b60e992491a7f0befa432d", - "Addresses": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "AllowedIPs": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "Endpoints": ["77.164.248.136:34007", "10.65.0.27:34007", "172.17.0.1:34007"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63621}, - {"Proto": "peerapi6", "Port": 63621} - ]}, - "Created": "2026-04-09T01:24:40.613391426Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3898566732370558, - "StableID": "nPVF8mjfSX11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "DiscoKey": "discokey:a725289e25c6170a1a1920b451f1455db34ac263597fb0d205df092c75cd7c47", - "Addresses": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "AllowedIPs": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "Endpoints": ["77.164.248.136:34985", "10.65.0.27:34985", "172.17.0.1:34985"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 51442}, - {"Proto": "peerapi6", "Port": 51442} - ]}, - "Created": "2026-04-09T01:24:41.155080473Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3950626718859827, - "StableID": "nJ4trMGFrX11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "DiscoKey": "discokey:7c49f1d72adc08d545db6845d0e01d39332a6d8f6ae23f8ed56aba8764618413", - "Addresses": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "AllowedIPs": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "Endpoints": ["77.164.248.136:60866", "10.65.0.27:60866", "172.17.0.1:60866"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55420}, - {"Proto": "peerapi6", "Port": 55420} - ]}, - "Created": "2026-04-09T01:24:45.496545482Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4002548310031902, - "StableID": "nhSL57AmFY11CNTRL", + "ID": 1297627164951518, + "StableID": "nXZy3zTh8B11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "DiscoKey": "discokey:abd2c0b4f5ffcf9a98d8d30a61759fd136b0e5232da5be7209661b5c1508710e", - "Addresses": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "AllowedIPs": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "Endpoints": ["77.164.248.136:42414", "10.65.0.27:42414", "172.17.0.1:42414"], + "Key": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "DiscoKey": "discokey:3daf908492c49201c0ee088eb6e332e2b0ce1516e4edb1fb803e14d36ec3397d", + "Addresses": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "AllowedIPs": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "Endpoints": ["77.164.248.136:41152", "10.65.0.27:41152", "172.17.0.1:41152"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44479}, - {"Proto": "peerapi6", "Port": 44479} + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:24:42.786485947Z", + "Created": "2026-04-09T08:30:49.143687086Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 4205425854987955, - "StableID": "nYM41ZQeqZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "DiscoKey": "discokey:19222bcfd2cfb5e1fbc479962a1410be1f1b3e76f83e5c99b7a9d53bc5df0b21", - "Addresses": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "AllowedIPs": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "Endpoints": ["77.164.248.136:54407", "10.65.0.27:54407", "172.17.0.1:54407"], + "ID": 1634665999358618, + "StableID": "nq8LiRuLmD11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:434afc9835fb9658db5cf78c3b15d7fb1da53c11e731296776206d3f74fc6028", + "Addresses": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "AllowedIPs": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "Endpoints": ["77.164.248.136:54921", "10.65.0.27:54921", "172.17.0.1:54921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46556}, - {"Proto": "peerapi6", "Port": 46556} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41643}, + {"Proto": "peerapi6", "Port": 41643} ]}, - "Created": "2026-04-09T01:24:43.327478906Z", + "Created": "2026-04-09T08:30:54.024449586Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 4719954078717488, - "StableID": "nP2MD2Cgrd11CNTRL", + "ID": 2055417454113637, + "StableID": "nWFUyCLu3H11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "DiscoKey": "discokey:c3f6bdabbfd1f555ee73e36594b66e93cd9f760d063f01b8c751d85f6df2c25e", - "Addresses": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "AllowedIPs": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "Endpoints": ["77.164.248.136:38773", "10.65.0.27:38773", "172.17.0.1:38773"], + "Key": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "DiscoKey": "discokey:34ccc19b7f1c9db2d4d82ec5a49b8fe986e0f25ee1bc68789cdeeb4227a6736d", + "Addresses": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "AllowedIPs": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "Endpoints": ["77.164.248.136:41770", "10.65.0.27:41770", "172.17.0.1:41770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51351}, - {"Proto": "peerapi6", "Port": 51351} + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} ]}, - "Created": "2026-04-09T01:24:44.41607218Z", + "Created": "2026-04-09T08:30:51.068218913Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5485682927022421, - "StableID": "nEdVR8bUqj11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:458ee8430076f840b9fd4206a2b0be332bb15397d0abbfbaa179930e2e84ba2e", - "Addresses": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "AllowedIPs": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "Endpoints": ["77.164.248.136:38109", "10.65.0.27:38109", "172.17.0.1:38109"], + "ID": 2310625652366099, + "StableID": "ntbxXdDV3K11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "DiscoKey": "discokey:82ff3c28b34c10de014999b7a7214d155271da12a725c4c152e4faed90b8c33a", + "Addresses": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "AllowedIPs": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "Endpoints": ["77.164.248.136:60459", "10.65.0.27:60459", "172.17.0.1:60459"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56244}, - {"Proto": "peerapi6", "Port": 56244} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 37279}, + {"Proto": "peerapi6", "Port": 37279} ]}, - "Created": "2026-04-09T01:24:47.134360599Z", + "Created": "2026-04-09T08:30:50.2204275Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2336984101542708, + "StableID": "nFEnRMcRFK11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "DiscoKey": "discokey:51aef1a07c988a85a899b35ea6540f51c782ef51acbc4442d3cfa1addb32c250", + "Addresses": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "AllowedIPs": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "Endpoints": ["77.164.248.136:60317", "10.65.0.27:60317", "172.17.0.1:60317"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 47083}, + {"Proto": "peerapi6", "Port": 47083} + ]}, + "Created": "2026-04-09T08:30:47.522573103Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3553042200258523, + "StableID": "nNW6RqPBkU11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "DiscoKey": "discokey:327d68bba669c2f5c55e22c8579481567ad62c365582bc5f9dfc95d1776aa83f", + "Addresses": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "AllowedIPs": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "Endpoints": ["77.164.248.136:51597", "10.65.0.27:51597", "172.17.0.1:51597"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64849}, + {"Proto": "peerapi6", "Port": 64849} + ]}, + "Created": "2026-04-09T08:30:51.597348903Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4376036585747339, + "StableID": "nCXr3X4vAb11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "DiscoKey": "discokey:ef2683359a1224dc002b6a4a0d03f7654293f8dce510f98185d108b508e19417", + "Addresses": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "AllowedIPs": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "Endpoints": ["77.164.248.136:48103", "10.65.0.27:48103", "172.17.0.1:48103"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 49951}, + {"Proto": "peerapi6", "Port": 49951} + ]}, + "Created": "2026-04-09T08:30:48.05626107Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4518654749690642, + "StableID": "ndenp5QWHc11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "DiscoKey": "discokey:ed6aa0bfdf8c6d2de0089ad90bd1f9b67f9abdb426d2abfb1485003a5c49b644", + "Addresses": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "AllowedIPs": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "Endpoints": ["77.164.248.136:38836", "10.65.0.27:38836", "172.17.0.1:38836"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55467}, + {"Proto": "peerapi6", "Port": 55467} + ]}, + "Created": "2026-04-09T08:30:52.142969303Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6011971794580357, + "StableID": "nSoVTfJqwo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:551dbaae574983596f2d31fca8a8b3d7a7e5a7d0cc20eeca4bf594f28c50916a", + "Addresses": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "AllowedIPs": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "Endpoints": ["77.164.248.136:43519", "10.65.0.27:43519", "172.17.0.1:43519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64123}, + {"Proto": "peerapi6", "Port": 64123} + ]}, + "Created": "2026-04-09T08:30:54.548914618Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 5561080541059113, - "StableID": "npJVP3AdRk11CNTRL", + "ID": 7281051147137457, + "StableID": "nEMt5Jsbry11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "DiscoKey": "discokey:f12c2996abf2163b632861035aeac4b3ed3c488a155ed2508f186af109292824", + "Addresses": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "AllowedIPs": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "Endpoints": ["77.164.248.136:41013", "10.65.0.27:41013", "172.17.0.1:41013"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 38580}, + {"Proto": "peerapi6", "Port": 38580} + ]}, + "Created": "2026-04-09T08:30:46.984485062Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8192856329508484, + "StableID": "nFkmihSZy621CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "DiscoKey": "discokey:fff605a1e748fcc159e780277e56b73b78a57357960f068c75aad8c9c22ed418", + "Addresses": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "AllowedIPs": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "Endpoints": ["77.164.248.136:59163", "10.65.0.27:59163", "172.17.0.1:59163"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 36780}, + {"Proto": "peerapi6", "Port": 36780} + ]}, + "Created": "2026-04-09T08:30:49.672720029Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8273598610922802, + "StableID": "n7P7eYQ8c721CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "DiscoKey": "discokey:50b6c0073b60bc55cabbb92e60c4c345054b3f57eafc3756cc579297483e227a", - "Addresses": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "AllowedIPs": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "Endpoints": ["77.164.248.136:60082", "10.65.0.27:60082", "172.17.0.1:60082"], + "Key": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "DiscoKey": "discokey:0013ba87125003b664aa7d42fd3b73fa4caa1bec37688a1d479fc97112164e19", + "Addresses": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "AllowedIPs": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "Endpoints": ["77.164.248.136:58467", "10.65.0.27:58467", "172.17.0.1:58467"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53145}, - {"Proto": "peerapi6", "Port": 53145} + {"Proto": "peerapi4", "Port": 54802}, + {"Proto": "peerapi6", "Port": 54802} ]}, - "Created": "2026-04-09T01:24:46.0384358Z", + "Created": "2026-04-09T08:30:52.944479857Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6222480808575629, - "StableID": "ncgpA82Bbq11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:0ea1b50dd53c66dfca4c27a3854e90b2d81f8a214d381d4122abbf1b6d062510", - "Addresses": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "AllowedIPs": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "Endpoints": ["77.164.248.136:60197", "10.65.0.27:60197", "172.17.0.1:60197"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56856}, - {"Proto": "peerapi6", "Port": 56856} - ]}, - "Created": "2026-04-09T01:24:47.67578851Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7712204945588352, - "StableID": "n53XqgYsD321CNTRL", + "ID": 8324128498452844, + "StableID": "ndDdmwj11821CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "DiscoKey": "discokey:8c850e2e2d905db6832be30de9a598ba0e6d0c96855d877b951cb0f9ab51881b", - "Addresses": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "AllowedIPs": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "Endpoints": ["77.164.248.136:34575", "10.65.0.27:34575", "172.17.0.1:34575"], + "Key": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "DiscoKey": "discokey:77be894162bebc7d6acce23762be9aa774490dc9d7952b06ce6381dc68bc5b11", + "Addresses": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "AllowedIPs": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "Endpoints": ["77.164.248.136:44856", "10.65.0.27:44856", "172.17.0.1:44856"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 49559}, - {"Proto": "peerapi6", "Port": 49559} + {"Proto": "peerapi4", "Port": 57186}, + {"Proto": "peerapi6", "Port": 57186} ]}, - "Created": "2026-04-09T01:24:46.589611887Z", + "Created": "2026-04-09T08:30:53.471676557Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" - }, { - "ID": 8641953695995568, - "StableID": "n15q8EUxUA21CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "DiscoKey": "discokey:0989684ac452830b752e592b682558c98e2636984cad674dcc412c7eec94326e", - "Addresses": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "AllowedIPs": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "Endpoints": ["77.164.248.136:60071", "10.65.0.27:60071", "172.17.0.1:60071"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52906}, - {"Proto": "peerapi6", "Port": 52906} - ]}, - "Created": "2026-04-09T01:24:41.712190038Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13764,27 +13778,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8681221206256307": { - "ID": 8681221206256307, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5241374097536171": { + "ID": 5241374097536171, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13815,26 +13831,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 270497446613122, - "StableID": "nbZm5YWW7311CNTRL", + "ID": 2310625652366099, + "StableID": "ntbxXdDV3K11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 270497446613122, - "Key": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "DiscoKey": "discokey:cb15d3e62e1cce00b0e6b0e91ca25e4ca084ec021eb9faee05c2b8cce119a34a", - "Addresses": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "AllowedIPs": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "Endpoints": ["77.164.248.136:57537", "10.65.0.27:57537", "172.17.0.1:57537"], + "User": 2310625652366099, + "Key": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "DiscoKey": "discokey:82ff3c28b34c10de014999b7a7214d155271da12a725c4c152e4faed90b8c33a", + "Addresses": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "AllowedIPs": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "Endpoints": ["77.164.248.136:60459", "10.65.0.27:60459", "172.17.0.1:60459"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 44730}, - {"Proto": "peerapi6", "Port": 44730}, + {"Proto": "peerapi4", "Port": 37279}, + {"Proto": "peerapi6", "Port": 37279}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:24:43.87436793Z", + "Created": "2026-04-09T08:30:50.2204275Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13862,302 +13878,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "MachineKey": "mkey:06cfdc807deade015a750712736d0a0124ab428482004e1b0845fba585e70209", + "NodeKey": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "MachineKey": "mkey:4cbac0ff816d31934cfb696d3307ec505d7d46324e1359a5e805807160dd857e", "Peers": [{ - "ID": 2077251272669066, - "StableID": "nuxfkNsnDH11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "DiscoKey": "discokey:cebe4d54a25265b63963410a8cc44067b39ba76062f440eb91e8adbae195af7d", - "Addresses": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "AllowedIPs": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "Endpoints": ["77.164.248.136:33927", "10.65.0.27:33927", "172.17.0.1:33927"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51546}, - {"Proto": "peerapi6", "Port": 51546} - ]}, - "Created": "2026-04-09T01:24:44.959074739Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2499369852458243, - "StableID": "nApxA4DyWL11CNTRL", + "ID": 553437879569045, + "StableID": "nrhzFjseK511CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "KeyExpiry": "2026-10-06T01:24:48Z", - "DiscoKey": "discokey:2695c27538686ba72f01181be96c562f908fcb7f1a72e497f188653ea5bbc529", - "Addresses": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "AllowedIPs": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "Endpoints": ["77.164.248.136:51218", "10.65.0.27:51218", "172.17.0.1:51218"], + "Key": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "KeyExpiry": "2026-10-06T08:30:55Z", + "DiscoKey": "discokey:5abd44a9fa9b745d6c3260f59013ba53de37124012d643bd6ab806904f737f5e", + "Addresses": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "AllowedIPs": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "Endpoints": ["77.164.248.136:43186", "10.65.0.27:43186", "172.17.0.1:43186"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54674}, - {"Proto": "peerapi6", "Port": 54674} + {"Proto": "peerapi4", "Port": 53657}, + {"Proto": "peerapi6", "Port": 53657} ]}, - "Created": "2026-04-09T01:24:48.222800543Z", + "Created": "2026-04-09T08:30:55.095948473Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3139345464110399, - "StableID": "nvWqUMHpWR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "DiscoKey": "discokey:f352540c93652b695635352f2d65b723046bd994c5b60e992491a7f0befa432d", - "Addresses": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "AllowedIPs": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "Endpoints": ["77.164.248.136:34007", "10.65.0.27:34007", "172.17.0.1:34007"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63621}, - {"Proto": "peerapi6", "Port": 63621} - ]}, - "Created": "2026-04-09T01:24:40.613391426Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3898566732370558, - "StableID": "nPVF8mjfSX11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "DiscoKey": "discokey:a725289e25c6170a1a1920b451f1455db34ac263597fb0d205df092c75cd7c47", - "Addresses": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "AllowedIPs": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "Endpoints": ["77.164.248.136:34985", "10.65.0.27:34985", "172.17.0.1:34985"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 51442}, - {"Proto": "peerapi6", "Port": 51442} - ]}, - "Created": "2026-04-09T01:24:41.155080473Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3950626718859827, - "StableID": "nJ4trMGFrX11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "DiscoKey": "discokey:7c49f1d72adc08d545db6845d0e01d39332a6d8f6ae23f8ed56aba8764618413", - "Addresses": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "AllowedIPs": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "Endpoints": ["77.164.248.136:60866", "10.65.0.27:60866", "172.17.0.1:60866"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55420}, - {"Proto": "peerapi6", "Port": 55420} - ]}, - "Created": "2026-04-09T01:24:45.496545482Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4002548310031902, - "StableID": "nhSL57AmFY11CNTRL", + "ID": 1297627164951518, + "StableID": "nXZy3zTh8B11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "DiscoKey": "discokey:abd2c0b4f5ffcf9a98d8d30a61759fd136b0e5232da5be7209661b5c1508710e", - "Addresses": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "AllowedIPs": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "Endpoints": ["77.164.248.136:42414", "10.65.0.27:42414", "172.17.0.1:42414"], + "Key": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "DiscoKey": "discokey:3daf908492c49201c0ee088eb6e332e2b0ce1516e4edb1fb803e14d36ec3397d", + "Addresses": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "AllowedIPs": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "Endpoints": ["77.164.248.136:41152", "10.65.0.27:41152", "172.17.0.1:41152"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44479}, - {"Proto": "peerapi6", "Port": 44479} + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:24:42.786485947Z", + "Created": "2026-04-09T08:30:49.143687086Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 4205425854987955, - "StableID": "nYM41ZQeqZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "DiscoKey": "discokey:19222bcfd2cfb5e1fbc479962a1410be1f1b3e76f83e5c99b7a9d53bc5df0b21", - "Addresses": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "AllowedIPs": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "Endpoints": ["77.164.248.136:54407", "10.65.0.27:54407", "172.17.0.1:54407"], + "ID": 1634665999358618, + "StableID": "nq8LiRuLmD11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:434afc9835fb9658db5cf78c3b15d7fb1da53c11e731296776206d3f74fc6028", + "Addresses": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "AllowedIPs": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "Endpoints": ["77.164.248.136:54921", "10.65.0.27:54921", "172.17.0.1:54921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46556}, - {"Proto": "peerapi6", "Port": 46556} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41643}, + {"Proto": "peerapi6", "Port": 41643} ]}, - "Created": "2026-04-09T01:24:43.327478906Z", + "Created": "2026-04-09T08:30:54.024449586Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 4719954078717488, - "StableID": "nP2MD2Cgrd11CNTRL", + "ID": 2055417454113637, + "StableID": "nWFUyCLu3H11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "DiscoKey": "discokey:c3f6bdabbfd1f555ee73e36594b66e93cd9f760d063f01b8c751d85f6df2c25e", - "Addresses": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "AllowedIPs": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "Endpoints": ["77.164.248.136:38773", "10.65.0.27:38773", "172.17.0.1:38773"], + "Key": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "DiscoKey": "discokey:34ccc19b7f1c9db2d4d82ec5a49b8fe986e0f25ee1bc68789cdeeb4227a6736d", + "Addresses": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "AllowedIPs": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "Endpoints": ["77.164.248.136:41770", "10.65.0.27:41770", "172.17.0.1:41770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51351}, - {"Proto": "peerapi6", "Port": 51351} + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} ]}, - "Created": "2026-04-09T01:24:44.41607218Z", + "Created": "2026-04-09T08:30:51.068218913Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5485682927022421, - "StableID": "nEdVR8bUqj11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:458ee8430076f840b9fd4206a2b0be332bb15397d0abbfbaa179930e2e84ba2e", - "Addresses": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "AllowedIPs": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "Endpoints": ["77.164.248.136:38109", "10.65.0.27:38109", "172.17.0.1:38109"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56244}, - {"Proto": "peerapi6", "Port": 56244} - ]}, - "Created": "2026-04-09T01:24:47.134360599Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5561080541059113, - "StableID": "npJVP3AdRk11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2336984101542708, + "StableID": "nFEnRMcRFK11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "DiscoKey": "discokey:50b6c0073b60bc55cabbb92e60c4c345054b3f57eafc3756cc579297483e227a", - "Addresses": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "AllowedIPs": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "Endpoints": ["77.164.248.136:60082", "10.65.0.27:60082", "172.17.0.1:60082"], + "Key": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "DiscoKey": "discokey:51aef1a07c988a85a899b35ea6540f51c782ef51acbc4442d3cfa1addb32c250", + "Addresses": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "AllowedIPs": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "Endpoints": ["77.164.248.136:60317", "10.65.0.27:60317", "172.17.0.1:60317"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53145}, - {"Proto": "peerapi6", "Port": 53145} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 47083}, + {"Proto": "peerapi6", "Port": 47083} ]}, - "Created": "2026-04-09T01:24:46.0384358Z", + "Created": "2026-04-09T08:30:47.522573103Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6222480808575629, - "StableID": "ncgpA82Bbq11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:0ea1b50dd53c66dfca4c27a3854e90b2d81f8a214d381d4122abbf1b6d062510", - "Addresses": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "AllowedIPs": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "Endpoints": ["77.164.248.136:60197", "10.65.0.27:60197", "172.17.0.1:60197"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56856}, - {"Proto": "peerapi6", "Port": 56856} - ]}, - "Created": "2026-04-09T01:24:47.67578851Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7712204945588352, - "StableID": "n53XqgYsD321CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 3553042200258523, + "StableID": "nNW6RqPBkU11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "DiscoKey": "discokey:8c850e2e2d905db6832be30de9a598ba0e6d0c96855d877b951cb0f9ab51881b", - "Addresses": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "AllowedIPs": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "Endpoints": ["77.164.248.136:34575", "10.65.0.27:34575", "172.17.0.1:34575"], + "Key": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "DiscoKey": "discokey:327d68bba669c2f5c55e22c8579481567ad62c365582bc5f9dfc95d1776aa83f", + "Addresses": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "AllowedIPs": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "Endpoints": ["77.164.248.136:51597", "10.65.0.27:51597", "172.17.0.1:51597"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 49559}, - {"Proto": "peerapi6", "Port": 49559} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64849}, + {"Proto": "peerapi6", "Port": 64849} ]}, - "Created": "2026-04-09T01:24:46.589611887Z", + "Created": "2026-04-09T08:30:51.597348903Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 8641953695995568, - "StableID": "n15q8EUxUA21CNTRL", + "ID": 4376036585747339, + "StableID": "nCXr3X4vAb11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "DiscoKey": "discokey:0989684ac452830b752e592b682558c98e2636984cad674dcc412c7eec94326e", - "Addresses": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "AllowedIPs": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "Endpoints": ["77.164.248.136:60071", "10.65.0.27:60071", "172.17.0.1:60071"], + "Key": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "DiscoKey": "discokey:ef2683359a1224dc002b6a4a0d03f7654293f8dce510f98185d108b508e19417", + "Addresses": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "AllowedIPs": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "Endpoints": ["77.164.248.136:48103", "10.65.0.27:48103", "172.17.0.1:48103"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52906}, - {"Proto": "peerapi6", "Port": 52906} + {"Proto": "peerapi4", "Port": 49951}, + {"Proto": "peerapi6", "Port": 49951} ]}, - "Created": "2026-04-09T01:24:41.712190038Z", + "Created": "2026-04-09T08:30:48.05626107Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8681221206256307, - "StableID": "nG5zYhxjnA21CNTRL", + "ID": 4518654749690642, + "StableID": "ndenp5QWHc11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "DiscoKey": "discokey:ed6aa0bfdf8c6d2de0089ad90bd1f9b67f9abdb426d2abfb1485003a5c49b644", + "Addresses": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "AllowedIPs": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "Endpoints": ["77.164.248.136:38836", "10.65.0.27:38836", "172.17.0.1:38836"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55467}, + {"Proto": "peerapi6", "Port": 55467} + ]}, + "Created": "2026-04-09T08:30:52.142969303Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5241374097536171, + "StableID": "nSAukZ1qvh11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "DiscoKey": "discokey:431675416cb5603a43b79e043666f4a1fa85bf4577586385b7f41e3bb6add746", - "Addresses": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "AllowedIPs": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "Endpoints": ["77.164.248.136:51295", "10.65.0.27:51295", "172.17.0.1:51295"], + "Key": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "DiscoKey": "discokey:c38cf444a340cba525cfa68070cac8c7eddd45fcd7dd4bcc353841f291d2ba6c", + "Addresses": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "AllowedIPs": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "Endpoints": ["77.164.248.136:47100", "10.65.0.27:47100", "172.17.0.1:47100"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50949}, - {"Proto": "peerapi6", "Port": 50949} + {"Proto": "peerapi4", "Port": 39938}, + {"Proto": "peerapi6", "Port": 39938} ]}, - "Created": "2026-04-09T01:24:42.245107501Z", + "Created": "2026-04-09T08:30:48.610697372Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 6011971794580357, + "StableID": "nSoVTfJqwo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:551dbaae574983596f2d31fca8a8b3d7a7e5a7d0cc20eeca4bf594f28c50916a", + "Addresses": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "AllowedIPs": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "Endpoints": ["77.164.248.136:43519", "10.65.0.27:43519", "172.17.0.1:43519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64123}, + {"Proto": "peerapi6", "Port": 64123} + ]}, + "Created": "2026-04-09T08:30:54.548914618Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7281051147137457, + "StableID": "nEMt5Jsbry11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "DiscoKey": "discokey:f12c2996abf2163b632861035aeac4b3ed3c488a155ed2508f186af109292824", + "Addresses": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "AllowedIPs": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "Endpoints": ["77.164.248.136:41013", "10.65.0.27:41013", "172.17.0.1:41013"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 38580}, + {"Proto": "peerapi6", "Port": 38580} + ]}, + "Created": "2026-04-09T08:30:46.984485062Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8192856329508484, + "StableID": "nFkmihSZy621CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "DiscoKey": "discokey:fff605a1e748fcc159e780277e56b73b78a57357960f068c75aad8c9c22ed418", + "Addresses": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "AllowedIPs": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "Endpoints": ["77.164.248.136:59163", "10.65.0.27:59163", "172.17.0.1:59163"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 36780}, + {"Proto": "peerapi6", "Port": 36780} + ]}, + "Created": "2026-04-09T08:30:49.672720029Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8273598610922802, + "StableID": "n7P7eYQ8c721CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "DiscoKey": "discokey:0013ba87125003b664aa7d42fd3b73fa4caa1bec37688a1d479fc97112164e19", + "Addresses": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "AllowedIPs": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "Endpoints": ["77.164.248.136:58467", "10.65.0.27:58467", "172.17.0.1:58467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54802}, + {"Proto": "peerapi6", "Port": 54802} + ]}, + "Created": "2026-04-09T08:30:52.944479857Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8324128498452844, + "StableID": "ndDdmwj11821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "DiscoKey": "discokey:77be894162bebc7d6acce23762be9aa774490dc9d7952b06ce6381dc68bc5b11", + "Addresses": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "AllowedIPs": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "Endpoints": ["77.164.248.136:44856", "10.65.0.27:44856", "172.17.0.1:44856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 57186}, + {"Proto": "peerapi6", "Port": 57186} + ]}, + "Created": "2026-04-09T08:30:53.471676557Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15005,27 +15021,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "270497446613122": { - "ID": 270497446613122, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2310625652366099": { + "ID": 2310625652366099, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15056,26 +15074,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2077251272669066, - "StableID": "nuxfkNsnDH11CNTRL", + "ID": 3553042200258523, + "StableID": "nNW6RqPBkU11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 2077251272669066, - "Key": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "DiscoKey": "discokey:cebe4d54a25265b63963410a8cc44067b39ba76062f440eb91e8adbae195af7d", - "Addresses": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "AllowedIPs": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "Endpoints": ["77.164.248.136:33927", "10.65.0.27:33927", "172.17.0.1:33927"], + "User": 3553042200258523, + "Key": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "DiscoKey": "discokey:327d68bba669c2f5c55e22c8579481567ad62c365582bc5f9dfc95d1776aa83f", + "Addresses": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "AllowedIPs": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "Endpoints": ["77.164.248.136:51597", "10.65.0.27:51597", "172.17.0.1:51597"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 51546}, - {"Proto": "peerapi6", "Port": 51546}, + {"Proto": "peerapi4", "Port": 64849}, + {"Proto": "peerapi6", "Port": 64849}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:24:44.959074739Z", + "Created": "2026-04-09T08:30:51.597348903Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15103,302 +15121,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "MachineKey": "mkey:fb419f5111898ed2901590aa979fb31bb87a64bcaca58a8183869ae913824c27", + "NodeKey": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "MachineKey": "mkey:75d6a19924d4dd3f1465f1a0cb4dfbfd16aeb5e5b93fd123641fb8947e0f2d08", "Peers": [{ - "ID": 270497446613122, - "StableID": "nbZm5YWW7311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "DiscoKey": "discokey:cb15d3e62e1cce00b0e6b0e91ca25e4ca084ec021eb9faee05c2b8cce119a34a", - "Addresses": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "AllowedIPs": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "Endpoints": ["77.164.248.136:57537", "10.65.0.27:57537", "172.17.0.1:57537"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44730}, - {"Proto": "peerapi6", "Port": 44730} - ]}, - "Created": "2026-04-09T01:24:43.87436793Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2499369852458243, - "StableID": "nApxA4DyWL11CNTRL", + "ID": 553437879569045, + "StableID": "nrhzFjseK511CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "KeyExpiry": "2026-10-06T01:24:48Z", - "DiscoKey": "discokey:2695c27538686ba72f01181be96c562f908fcb7f1a72e497f188653ea5bbc529", - "Addresses": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "AllowedIPs": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "Endpoints": ["77.164.248.136:51218", "10.65.0.27:51218", "172.17.0.1:51218"], + "Key": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "KeyExpiry": "2026-10-06T08:30:55Z", + "DiscoKey": "discokey:5abd44a9fa9b745d6c3260f59013ba53de37124012d643bd6ab806904f737f5e", + "Addresses": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "AllowedIPs": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "Endpoints": ["77.164.248.136:43186", "10.65.0.27:43186", "172.17.0.1:43186"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54674}, - {"Proto": "peerapi6", "Port": 54674} + {"Proto": "peerapi4", "Port": 53657}, + {"Proto": "peerapi6", "Port": 53657} ]}, - "Created": "2026-04-09T01:24:48.222800543Z", + "Created": "2026-04-09T08:30:55.095948473Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3139345464110399, - "StableID": "nvWqUMHpWR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "DiscoKey": "discokey:f352540c93652b695635352f2d65b723046bd994c5b60e992491a7f0befa432d", - "Addresses": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "AllowedIPs": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "Endpoints": ["77.164.248.136:34007", "10.65.0.27:34007", "172.17.0.1:34007"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63621}, - {"Proto": "peerapi6", "Port": 63621} - ]}, - "Created": "2026-04-09T01:24:40.613391426Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3898566732370558, - "StableID": "nPVF8mjfSX11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "DiscoKey": "discokey:a725289e25c6170a1a1920b451f1455db34ac263597fb0d205df092c75cd7c47", - "Addresses": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "AllowedIPs": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "Endpoints": ["77.164.248.136:34985", "10.65.0.27:34985", "172.17.0.1:34985"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 51442}, - {"Proto": "peerapi6", "Port": 51442} - ]}, - "Created": "2026-04-09T01:24:41.155080473Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3950626718859827, - "StableID": "nJ4trMGFrX11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "DiscoKey": "discokey:7c49f1d72adc08d545db6845d0e01d39332a6d8f6ae23f8ed56aba8764618413", - "Addresses": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "AllowedIPs": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "Endpoints": ["77.164.248.136:60866", "10.65.0.27:60866", "172.17.0.1:60866"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55420}, - {"Proto": "peerapi6", "Port": 55420} - ]}, - "Created": "2026-04-09T01:24:45.496545482Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4002548310031902, - "StableID": "nhSL57AmFY11CNTRL", + "ID": 1297627164951518, + "StableID": "nXZy3zTh8B11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "DiscoKey": "discokey:abd2c0b4f5ffcf9a98d8d30a61759fd136b0e5232da5be7209661b5c1508710e", - "Addresses": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "AllowedIPs": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "Endpoints": ["77.164.248.136:42414", "10.65.0.27:42414", "172.17.0.1:42414"], + "Key": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "DiscoKey": "discokey:3daf908492c49201c0ee088eb6e332e2b0ce1516e4edb1fb803e14d36ec3397d", + "Addresses": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "AllowedIPs": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "Endpoints": ["77.164.248.136:41152", "10.65.0.27:41152", "172.17.0.1:41152"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44479}, - {"Proto": "peerapi6", "Port": 44479} + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:24:42.786485947Z", + "Created": "2026-04-09T08:30:49.143687086Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 4205425854987955, - "StableID": "nYM41ZQeqZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "DiscoKey": "discokey:19222bcfd2cfb5e1fbc479962a1410be1f1b3e76f83e5c99b7a9d53bc5df0b21", - "Addresses": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "AllowedIPs": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "Endpoints": ["77.164.248.136:54407", "10.65.0.27:54407", "172.17.0.1:54407"], + "ID": 1634665999358618, + "StableID": "nq8LiRuLmD11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:434afc9835fb9658db5cf78c3b15d7fb1da53c11e731296776206d3f74fc6028", + "Addresses": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "AllowedIPs": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "Endpoints": ["77.164.248.136:54921", "10.65.0.27:54921", "172.17.0.1:54921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46556}, - {"Proto": "peerapi6", "Port": 46556} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41643}, + {"Proto": "peerapi6", "Port": 41643} ]}, - "Created": "2026-04-09T01:24:43.327478906Z", + "Created": "2026-04-09T08:30:54.024449586Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 4719954078717488, - "StableID": "nP2MD2Cgrd11CNTRL", + "ID": 2055417454113637, + "StableID": "nWFUyCLu3H11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "DiscoKey": "discokey:c3f6bdabbfd1f555ee73e36594b66e93cd9f760d063f01b8c751d85f6df2c25e", - "Addresses": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "AllowedIPs": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "Endpoints": ["77.164.248.136:38773", "10.65.0.27:38773", "172.17.0.1:38773"], + "Key": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "DiscoKey": "discokey:34ccc19b7f1c9db2d4d82ec5a49b8fe986e0f25ee1bc68789cdeeb4227a6736d", + "Addresses": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "AllowedIPs": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "Endpoints": ["77.164.248.136:41770", "10.65.0.27:41770", "172.17.0.1:41770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51351}, - {"Proto": "peerapi6", "Port": 51351} + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} ]}, - "Created": "2026-04-09T01:24:44.41607218Z", + "Created": "2026-04-09T08:30:51.068218913Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5485682927022421, - "StableID": "nEdVR8bUqj11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:458ee8430076f840b9fd4206a2b0be332bb15397d0abbfbaa179930e2e84ba2e", - "Addresses": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "AllowedIPs": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "Endpoints": ["77.164.248.136:38109", "10.65.0.27:38109", "172.17.0.1:38109"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56244}, - {"Proto": "peerapi6", "Port": 56244} - ]}, - "Created": "2026-04-09T01:24:47.134360599Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5561080541059113, - "StableID": "npJVP3AdRk11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2310625652366099, + "StableID": "ntbxXdDV3K11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "DiscoKey": "discokey:50b6c0073b60bc55cabbb92e60c4c345054b3f57eafc3756cc579297483e227a", - "Addresses": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "AllowedIPs": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "Endpoints": ["77.164.248.136:60082", "10.65.0.27:60082", "172.17.0.1:60082"], + "Key": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "DiscoKey": "discokey:82ff3c28b34c10de014999b7a7214d155271da12a725c4c152e4faed90b8c33a", + "Addresses": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "AllowedIPs": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "Endpoints": ["77.164.248.136:60459", "10.65.0.27:60459", "172.17.0.1:60459"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53145}, - {"Proto": "peerapi6", "Port": 53145} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 37279}, + {"Proto": "peerapi6", "Port": 37279} ]}, - "Created": "2026-04-09T01:24:46.0384358Z", + "Created": "2026-04-09T08:30:50.2204275Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 6222480808575629, - "StableID": "ncgpA82Bbq11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:0ea1b50dd53c66dfca4c27a3854e90b2d81f8a214d381d4122abbf1b6d062510", - "Addresses": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "AllowedIPs": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "Endpoints": ["77.164.248.136:60197", "10.65.0.27:60197", "172.17.0.1:60197"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56856}, - {"Proto": "peerapi6", "Port": 56856} - ]}, - "Created": "2026-04-09T01:24:47.67578851Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7712204945588352, - "StableID": "n53XqgYsD321CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 2336984101542708, + "StableID": "nFEnRMcRFK11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "DiscoKey": "discokey:8c850e2e2d905db6832be30de9a598ba0e6d0c96855d877b951cb0f9ab51881b", - "Addresses": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "AllowedIPs": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "Endpoints": ["77.164.248.136:34575", "10.65.0.27:34575", "172.17.0.1:34575"], + "Key": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "DiscoKey": "discokey:51aef1a07c988a85a899b35ea6540f51c782ef51acbc4442d3cfa1addb32c250", + "Addresses": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "AllowedIPs": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "Endpoints": ["77.164.248.136:60317", "10.65.0.27:60317", "172.17.0.1:60317"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 49559}, - {"Proto": "peerapi6", "Port": 49559} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 47083}, + {"Proto": "peerapi6", "Port": 47083} ]}, - "Created": "2026-04-09T01:24:46.589611887Z", + "Created": "2026-04-09T08:30:47.522573103Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8641953695995568, - "StableID": "n15q8EUxUA21CNTRL", + "ID": 4376036585747339, + "StableID": "nCXr3X4vAb11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "DiscoKey": "discokey:0989684ac452830b752e592b682558c98e2636984cad674dcc412c7eec94326e", - "Addresses": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "AllowedIPs": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "Endpoints": ["77.164.248.136:60071", "10.65.0.27:60071", "172.17.0.1:60071"], + "Key": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "DiscoKey": "discokey:ef2683359a1224dc002b6a4a0d03f7654293f8dce510f98185d108b508e19417", + "Addresses": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "AllowedIPs": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "Endpoints": ["77.164.248.136:48103", "10.65.0.27:48103", "172.17.0.1:48103"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52906}, - {"Proto": "peerapi6", "Port": 52906} + {"Proto": "peerapi4", "Port": 49951}, + {"Proto": "peerapi6", "Port": 49951} ]}, - "Created": "2026-04-09T01:24:41.712190038Z", + "Created": "2026-04-09T08:30:48.05626107Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8681221206256307, - "StableID": "nG5zYhxjnA21CNTRL", + "ID": 4518654749690642, + "StableID": "ndenp5QWHc11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "DiscoKey": "discokey:ed6aa0bfdf8c6d2de0089ad90bd1f9b67f9abdb426d2abfb1485003a5c49b644", + "Addresses": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "AllowedIPs": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "Endpoints": ["77.164.248.136:38836", "10.65.0.27:38836", "172.17.0.1:38836"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55467}, + {"Proto": "peerapi6", "Port": 55467} + ]}, + "Created": "2026-04-09T08:30:52.142969303Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5241374097536171, + "StableID": "nSAukZ1qvh11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "DiscoKey": "discokey:431675416cb5603a43b79e043666f4a1fa85bf4577586385b7f41e3bb6add746", - "Addresses": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "AllowedIPs": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "Endpoints": ["77.164.248.136:51295", "10.65.0.27:51295", "172.17.0.1:51295"], + "Key": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "DiscoKey": "discokey:c38cf444a340cba525cfa68070cac8c7eddd45fcd7dd4bcc353841f291d2ba6c", + "Addresses": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "AllowedIPs": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "Endpoints": ["77.164.248.136:47100", "10.65.0.27:47100", "172.17.0.1:47100"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50949}, - {"Proto": "peerapi6", "Port": 50949} + {"Proto": "peerapi4", "Port": 39938}, + {"Proto": "peerapi6", "Port": 39938} ]}, - "Created": "2026-04-09T01:24:42.245107501Z", + "Created": "2026-04-09T08:30:48.610697372Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 6011971794580357, + "StableID": "nSoVTfJqwo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:551dbaae574983596f2d31fca8a8b3d7a7e5a7d0cc20eeca4bf594f28c50916a", + "Addresses": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "AllowedIPs": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "Endpoints": ["77.164.248.136:43519", "10.65.0.27:43519", "172.17.0.1:43519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64123}, + {"Proto": "peerapi6", "Port": 64123} + ]}, + "Created": "2026-04-09T08:30:54.548914618Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7281051147137457, + "StableID": "nEMt5Jsbry11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "DiscoKey": "discokey:f12c2996abf2163b632861035aeac4b3ed3c488a155ed2508f186af109292824", + "Addresses": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "AllowedIPs": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "Endpoints": ["77.164.248.136:41013", "10.65.0.27:41013", "172.17.0.1:41013"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 38580}, + {"Proto": "peerapi6", "Port": 38580} + ]}, + "Created": "2026-04-09T08:30:46.984485062Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8192856329508484, + "StableID": "nFkmihSZy621CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "DiscoKey": "discokey:fff605a1e748fcc159e780277e56b73b78a57357960f068c75aad8c9c22ed418", + "Addresses": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "AllowedIPs": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "Endpoints": ["77.164.248.136:59163", "10.65.0.27:59163", "172.17.0.1:59163"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 36780}, + {"Proto": "peerapi6", "Port": 36780} + ]}, + "Created": "2026-04-09T08:30:49.672720029Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8273598610922802, + "StableID": "n7P7eYQ8c721CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "DiscoKey": "discokey:0013ba87125003b664aa7d42fd3b73fa4caa1bec37688a1d479fc97112164e19", + "Addresses": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "AllowedIPs": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "Endpoints": ["77.164.248.136:58467", "10.65.0.27:58467", "172.17.0.1:58467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54802}, + {"Proto": "peerapi6", "Port": 54802} + ]}, + "Created": "2026-04-09T08:30:52.944479857Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8324128498452844, + "StableID": "ndDdmwj11821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "DiscoKey": "discokey:77be894162bebc7d6acce23762be9aa774490dc9d7952b06ce6381dc68bc5b11", + "Addresses": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "AllowedIPs": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "Endpoints": ["77.164.248.136:44856", "10.65.0.27:44856", "172.17.0.1:44856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 57186}, + {"Proto": "peerapi6", "Port": 57186} + ]}, + "Created": "2026-04-09T08:30:53.471676557Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16246,27 +16264,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2077251272669066": { - "ID": 2077251272669066, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3553042200258523": { + "ID": 3553042200258523, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16297,22 +16317,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6222480808575629, - "StableID": "ncgpA82Bbq11CNTRL", + "ID": 6011971794580357, + "StableID": "nSoVTfJqwo11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:0ea1b50dd53c66dfca4c27a3854e90b2d81f8a214d381d4122abbf1b6d062510", - "Addresses": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "AllowedIPs": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "Endpoints": ["77.164.248.136:60197", "10.65.0.27:60197", "172.17.0.1:60197"], + "Key": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:551dbaae574983596f2d31fca8a8b3d7a7e5a7d0cc20eeca4bf594f28c50916a", + "Addresses": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "AllowedIPs": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "Endpoints": ["77.164.248.136:43519", "10.65.0.27:43519", "172.17.0.1:43519"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56856}, - {"Proto": "peerapi6", "Port": 56856}, + {"Proto": "peerapi4", "Port": 64123}, + {"Proto": "peerapi6", "Port": 64123}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:47.67578851Z", + "Created": "2026-04-09T08:30:54.548914618Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16339,302 +16359,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "MachineKey": "mkey:2bc9cb889298790caf77d940e5f855638215bd2a565430ef376964f44dc1e84a", + "NodeKey": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "MachineKey": "mkey:eac2031ebcfb94e6696251992883fb41a9ed25daecaad3cccd4e2dd13505ea58", "Peers": [{ - "ID": 270497446613122, - "StableID": "nbZm5YWW7311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "DiscoKey": "discokey:cb15d3e62e1cce00b0e6b0e91ca25e4ca084ec021eb9faee05c2b8cce119a34a", - "Addresses": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "AllowedIPs": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "Endpoints": ["77.164.248.136:57537", "10.65.0.27:57537", "172.17.0.1:57537"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44730}, - {"Proto": "peerapi6", "Port": 44730} - ]}, - "Created": "2026-04-09T01:24:43.87436793Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2077251272669066, - "StableID": "nuxfkNsnDH11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "DiscoKey": "discokey:cebe4d54a25265b63963410a8cc44067b39ba76062f440eb91e8adbae195af7d", - "Addresses": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "AllowedIPs": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "Endpoints": ["77.164.248.136:33927", "10.65.0.27:33927", "172.17.0.1:33927"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51546}, - {"Proto": "peerapi6", "Port": 51546} - ]}, - "Created": "2026-04-09T01:24:44.959074739Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2499369852458243, - "StableID": "nApxA4DyWL11CNTRL", + "ID": 553437879569045, + "StableID": "nrhzFjseK511CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "KeyExpiry": "2026-10-06T01:24:48Z", - "DiscoKey": "discokey:2695c27538686ba72f01181be96c562f908fcb7f1a72e497f188653ea5bbc529", - "Addresses": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "AllowedIPs": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "Endpoints": ["77.164.248.136:51218", "10.65.0.27:51218", "172.17.0.1:51218"], + "Key": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "KeyExpiry": "2026-10-06T08:30:55Z", + "DiscoKey": "discokey:5abd44a9fa9b745d6c3260f59013ba53de37124012d643bd6ab806904f737f5e", + "Addresses": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "AllowedIPs": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "Endpoints": ["77.164.248.136:43186", "10.65.0.27:43186", "172.17.0.1:43186"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54674}, - {"Proto": "peerapi6", "Port": 54674} + {"Proto": "peerapi4", "Port": 53657}, + {"Proto": "peerapi6", "Port": 53657} ]}, - "Created": "2026-04-09T01:24:48.222800543Z", + "Created": "2026-04-09T08:30:55.095948473Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3139345464110399, - "StableID": "nvWqUMHpWR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "DiscoKey": "discokey:f352540c93652b695635352f2d65b723046bd994c5b60e992491a7f0befa432d", - "Addresses": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "AllowedIPs": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "Endpoints": ["77.164.248.136:34007", "10.65.0.27:34007", "172.17.0.1:34007"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63621}, - {"Proto": "peerapi6", "Port": 63621} - ]}, - "Created": "2026-04-09T01:24:40.613391426Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3898566732370558, - "StableID": "nPVF8mjfSX11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "DiscoKey": "discokey:a725289e25c6170a1a1920b451f1455db34ac263597fb0d205df092c75cd7c47", - "Addresses": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "AllowedIPs": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "Endpoints": ["77.164.248.136:34985", "10.65.0.27:34985", "172.17.0.1:34985"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 51442}, - {"Proto": "peerapi6", "Port": 51442} - ]}, - "Created": "2026-04-09T01:24:41.155080473Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3950626718859827, - "StableID": "nJ4trMGFrX11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "DiscoKey": "discokey:7c49f1d72adc08d545db6845d0e01d39332a6d8f6ae23f8ed56aba8764618413", - "Addresses": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "AllowedIPs": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "Endpoints": ["77.164.248.136:60866", "10.65.0.27:60866", "172.17.0.1:60866"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55420}, - {"Proto": "peerapi6", "Port": 55420} - ]}, - "Created": "2026-04-09T01:24:45.496545482Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4002548310031902, - "StableID": "nhSL57AmFY11CNTRL", + "ID": 1297627164951518, + "StableID": "nXZy3zTh8B11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "DiscoKey": "discokey:abd2c0b4f5ffcf9a98d8d30a61759fd136b0e5232da5be7209661b5c1508710e", - "Addresses": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "AllowedIPs": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "Endpoints": ["77.164.248.136:42414", "10.65.0.27:42414", "172.17.0.1:42414"], + "Key": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "DiscoKey": "discokey:3daf908492c49201c0ee088eb6e332e2b0ce1516e4edb1fb803e14d36ec3397d", + "Addresses": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "AllowedIPs": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "Endpoints": ["77.164.248.136:41152", "10.65.0.27:41152", "172.17.0.1:41152"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44479}, - {"Proto": "peerapi6", "Port": 44479} + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:24:42.786485947Z", + "Created": "2026-04-09T08:30:49.143687086Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 4205425854987955, - "StableID": "nYM41ZQeqZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "DiscoKey": "discokey:19222bcfd2cfb5e1fbc479962a1410be1f1b3e76f83e5c99b7a9d53bc5df0b21", - "Addresses": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "AllowedIPs": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "Endpoints": ["77.164.248.136:54407", "10.65.0.27:54407", "172.17.0.1:54407"], + "ID": 1634665999358618, + "StableID": "nq8LiRuLmD11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:434afc9835fb9658db5cf78c3b15d7fb1da53c11e731296776206d3f74fc6028", + "Addresses": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "AllowedIPs": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "Endpoints": ["77.164.248.136:54921", "10.65.0.27:54921", "172.17.0.1:54921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46556}, - {"Proto": "peerapi6", "Port": 46556} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41643}, + {"Proto": "peerapi6", "Port": 41643} ]}, - "Created": "2026-04-09T01:24:43.327478906Z", + "Created": "2026-04-09T08:30:54.024449586Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 4719954078717488, - "StableID": "nP2MD2Cgrd11CNTRL", + "ID": 2055417454113637, + "StableID": "nWFUyCLu3H11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "DiscoKey": "discokey:c3f6bdabbfd1f555ee73e36594b66e93cd9f760d063f01b8c751d85f6df2c25e", - "Addresses": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "AllowedIPs": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "Endpoints": ["77.164.248.136:38773", "10.65.0.27:38773", "172.17.0.1:38773"], + "Key": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "DiscoKey": "discokey:34ccc19b7f1c9db2d4d82ec5a49b8fe986e0f25ee1bc68789cdeeb4227a6736d", + "Addresses": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "AllowedIPs": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "Endpoints": ["77.164.248.136:41770", "10.65.0.27:41770", "172.17.0.1:41770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51351}, - {"Proto": "peerapi6", "Port": 51351} + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} ]}, - "Created": "2026-04-09T01:24:44.41607218Z", + "Created": "2026-04-09T08:30:51.068218913Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5485682927022421, - "StableID": "nEdVR8bUqj11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:458ee8430076f840b9fd4206a2b0be332bb15397d0abbfbaa179930e2e84ba2e", - "Addresses": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "AllowedIPs": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "Endpoints": ["77.164.248.136:38109", "10.65.0.27:38109", "172.17.0.1:38109"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56244}, - {"Proto": "peerapi6", "Port": 56244} - ]}, - "Created": "2026-04-09T01:24:47.134360599Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5561080541059113, - "StableID": "npJVP3AdRk11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2310625652366099, + "StableID": "ntbxXdDV3K11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "DiscoKey": "discokey:50b6c0073b60bc55cabbb92e60c4c345054b3f57eafc3756cc579297483e227a", - "Addresses": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "AllowedIPs": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "Endpoints": ["77.164.248.136:60082", "10.65.0.27:60082", "172.17.0.1:60082"], + "Key": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "DiscoKey": "discokey:82ff3c28b34c10de014999b7a7214d155271da12a725c4c152e4faed90b8c33a", + "Addresses": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "AllowedIPs": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "Endpoints": ["77.164.248.136:60459", "10.65.0.27:60459", "172.17.0.1:60459"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53145}, - {"Proto": "peerapi6", "Port": 53145} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 37279}, + {"Proto": "peerapi6", "Port": 37279} ]}, - "Created": "2026-04-09T01:24:46.0384358Z", + "Created": "2026-04-09T08:30:50.2204275Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 7712204945588352, - "StableID": "n53XqgYsD321CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 2336984101542708, + "StableID": "nFEnRMcRFK11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "DiscoKey": "discokey:8c850e2e2d905db6832be30de9a598ba0e6d0c96855d877b951cb0f9ab51881b", - "Addresses": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "AllowedIPs": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "Endpoints": ["77.164.248.136:34575", "10.65.0.27:34575", "172.17.0.1:34575"], + "Key": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "DiscoKey": "discokey:51aef1a07c988a85a899b35ea6540f51c782ef51acbc4442d3cfa1addb32c250", + "Addresses": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "AllowedIPs": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "Endpoints": ["77.164.248.136:60317", "10.65.0.27:60317", "172.17.0.1:60317"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 49559}, - {"Proto": "peerapi6", "Port": 49559} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 47083}, + {"Proto": "peerapi6", "Port": 47083} ]}, - "Created": "2026-04-09T01:24:46.589611887Z", + "Created": "2026-04-09T08:30:47.522573103Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8641953695995568, - "StableID": "n15q8EUxUA21CNTRL", + "ID": 3553042200258523, + "StableID": "nNW6RqPBkU11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "DiscoKey": "discokey:327d68bba669c2f5c55e22c8579481567ad62c365582bc5f9dfc95d1776aa83f", + "Addresses": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "AllowedIPs": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "Endpoints": ["77.164.248.136:51597", "10.65.0.27:51597", "172.17.0.1:51597"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64849}, + {"Proto": "peerapi6", "Port": 64849} + ]}, + "Created": "2026-04-09T08:30:51.597348903Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4376036585747339, + "StableID": "nCXr3X4vAb11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "DiscoKey": "discokey:0989684ac452830b752e592b682558c98e2636984cad674dcc412c7eec94326e", - "Addresses": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "AllowedIPs": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "Endpoints": ["77.164.248.136:60071", "10.65.0.27:60071", "172.17.0.1:60071"], + "Key": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "DiscoKey": "discokey:ef2683359a1224dc002b6a4a0d03f7654293f8dce510f98185d108b508e19417", + "Addresses": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "AllowedIPs": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "Endpoints": ["77.164.248.136:48103", "10.65.0.27:48103", "172.17.0.1:48103"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52906}, - {"Proto": "peerapi6", "Port": 52906} + {"Proto": "peerapi4", "Port": 49951}, + {"Proto": "peerapi6", "Port": 49951} ]}, - "Created": "2026-04-09T01:24:41.712190038Z", + "Created": "2026-04-09T08:30:48.05626107Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8681221206256307, - "StableID": "nG5zYhxjnA21CNTRL", + "ID": 4518654749690642, + "StableID": "ndenp5QWHc11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "DiscoKey": "discokey:ed6aa0bfdf8c6d2de0089ad90bd1f9b67f9abdb426d2abfb1485003a5c49b644", + "Addresses": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "AllowedIPs": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "Endpoints": ["77.164.248.136:38836", "10.65.0.27:38836", "172.17.0.1:38836"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55467}, + {"Proto": "peerapi6", "Port": 55467} + ]}, + "Created": "2026-04-09T08:30:52.142969303Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5241374097536171, + "StableID": "nSAukZ1qvh11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "DiscoKey": "discokey:431675416cb5603a43b79e043666f4a1fa85bf4577586385b7f41e3bb6add746", - "Addresses": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "AllowedIPs": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "Endpoints": ["77.164.248.136:51295", "10.65.0.27:51295", "172.17.0.1:51295"], + "Key": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "DiscoKey": "discokey:c38cf444a340cba525cfa68070cac8c7eddd45fcd7dd4bcc353841f291d2ba6c", + "Addresses": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "AllowedIPs": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "Endpoints": ["77.164.248.136:47100", "10.65.0.27:47100", "172.17.0.1:47100"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50949}, - {"Proto": "peerapi6", "Port": 50949} + {"Proto": "peerapi4", "Port": 39938}, + {"Proto": "peerapi6", "Port": 39938} ]}, - "Created": "2026-04-09T01:24:42.245107501Z", + "Created": "2026-04-09T08:30:48.610697372Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 7281051147137457, + "StableID": "nEMt5Jsbry11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "DiscoKey": "discokey:f12c2996abf2163b632861035aeac4b3ed3c488a155ed2508f186af109292824", + "Addresses": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "AllowedIPs": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "Endpoints": ["77.164.248.136:41013", "10.65.0.27:41013", "172.17.0.1:41013"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 38580}, + {"Proto": "peerapi6", "Port": 38580} + ]}, + "Created": "2026-04-09T08:30:46.984485062Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8192856329508484, + "StableID": "nFkmihSZy621CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "DiscoKey": "discokey:fff605a1e748fcc159e780277e56b73b78a57357960f068c75aad8c9c22ed418", + "Addresses": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "AllowedIPs": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "Endpoints": ["77.164.248.136:59163", "10.65.0.27:59163", "172.17.0.1:59163"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 36780}, + {"Proto": "peerapi6", "Port": 36780} + ]}, + "Created": "2026-04-09T08:30:49.672720029Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8273598610922802, + "StableID": "n7P7eYQ8c721CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "DiscoKey": "discokey:0013ba87125003b664aa7d42fd3b73fa4caa1bec37688a1d479fc97112164e19", + "Addresses": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "AllowedIPs": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "Endpoints": ["77.164.248.136:58467", "10.65.0.27:58467", "172.17.0.1:58467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54802}, + {"Proto": "peerapi6", "Port": 54802} + ]}, + "Created": "2026-04-09T08:30:52.944479857Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8324128498452844, + "StableID": "ndDdmwj11821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "DiscoKey": "discokey:77be894162bebc7d6acce23762be9aa774490dc9d7952b06ce6381dc68bc5b11", + "Addresses": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "AllowedIPs": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "Endpoints": ["77.164.248.136:44856", "10.65.0.27:44856", "172.17.0.1:44856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 57186}, + {"Proto": "peerapi6", "Port": 57186} + ]}, + "Created": "2026-04-09T08:30:53.471676557Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16662,7 +16682,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.83.41.57"}, {"nodeIP": "fd7a:115c:a1e0::5237:2939"}], + "principals": [{"nodeIP": "100.121.160.110"}, {"nodeIP": "fd7a:115c:a1e0::2937:a06e"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -17488,26 +17508,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.83.41.57"}, {"nodeIP": "fd7a:115c:a1e0::5237:2939"}], + "principals": [{"nodeIP": "100.121.160.110"}, {"nodeIP": "fd7a:115c:a1e0::2937:a06e"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -17541,21 +17562,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3950626718859827, - "StableID": "nJ4trMGFrX11CNTRL", + "ID": 4518654749690642, + "StableID": "ndenp5QWHc11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 3950626718859827, - "Key": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "DiscoKey": "discokey:7c49f1d72adc08d545db6845d0e01d39332a6d8f6ae23f8ed56aba8764618413", - "Addresses": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "AllowedIPs": ["100.97.29.95/32", "fd7a:115c:a1e0::de37:1d5f/128"], - "Endpoints": ["77.164.248.136:60866", "10.65.0.27:60866", "172.17.0.1:60866"], + "User": 4518654749690642, + "Key": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "DiscoKey": "discokey:ed6aa0bfdf8c6d2de0089ad90bd1f9b67f9abdb426d2abfb1485003a5c49b644", + "Addresses": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "AllowedIPs": ["100.90.155.120/32", "fd7a:115c:a1e0::2b37:9b78/128"], + "Endpoints": ["77.164.248.136:38836", "10.65.0.27:38836", "172.17.0.1:38836"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 55420}, - {"Proto": "peerapi6", "Port": 55420}, + {"Proto": "peerapi4", "Port": 55467}, + {"Proto": "peerapi6", "Port": 55467}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:24:45.496545482Z", + "Created": "2026-04-09T08:30:52.142969303Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17583,300 +17604,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6b88bb2418e8fa5778c77fe476428144da07f1d9cd81ed907bb7ce07dee11d5e", - "MachineKey": "mkey:e97c1e8df519a8fc0270e9293a851e7ec790bfc70b5567e3881992be6d19562f", + "NodeKey": "nodekey:5e426992a36a80ba5d8ab293c3a3f82a1eb8428febdfc068cc031a912b5a9b77", + "MachineKey": "mkey:d4136e6c381ffcb88f1f4a5b67d612ebf5d3830720fcf349632c9f5440b2c259", "Peers": [{ - "ID": 270497446613122, - "StableID": "nbZm5YWW7311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c951766f808e19669fe17ae262b6203c31195ce53be70d1051ca818de6e05535", - "DiscoKey": "discokey:cb15d3e62e1cce00b0e6b0e91ca25e4ca084ec021eb9faee05c2b8cce119a34a", - "Addresses": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "AllowedIPs": ["100.96.85.54/32", "fd7a:115c:a1e0::e637:5536/128"], - "Endpoints": ["77.164.248.136:57537", "10.65.0.27:57537", "172.17.0.1:57537"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 44730}, - {"Proto": "peerapi6", "Port": 44730} - ]}, - "Created": "2026-04-09T01:24:43.87436793Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2077251272669066, - "StableID": "nuxfkNsnDH11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5ede852a9bffe7c1d240450eb6f7e47b907568d041ad52cb21e36599390b5805", - "DiscoKey": "discokey:cebe4d54a25265b63963410a8cc44067b39ba76062f440eb91e8adbae195af7d", - "Addresses": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "AllowedIPs": ["100.75.88.6/32", "fd7a:115c:a1e0::3937:5806/128"], - "Endpoints": ["77.164.248.136:33927", "10.65.0.27:33927", "172.17.0.1:33927"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51546}, - {"Proto": "peerapi6", "Port": 51546} - ]}, - "Created": "2026-04-09T01:24:44.959074739Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2499369852458243, - "StableID": "nApxA4DyWL11CNTRL", + "ID": 553437879569045, + "StableID": "nrhzFjseK511CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:9e648d0fc58132527aa1462ac2c7b253675c36682cd16234391042cb7a25700c", - "KeyExpiry": "2026-10-06T01:24:48Z", - "DiscoKey": "discokey:2695c27538686ba72f01181be96c562f908fcb7f1a72e497f188653ea5bbc529", - "Addresses": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], - "AllowedIPs": ["100.101.112.13/32", "fd7a:115c:a1e0::7a37:700d/128"], + "Key": "nodekey:c0ef6fe85b77871a2532175547aa156da44bb4136d823de4a6056b5be4b57860", + "KeyExpiry": "2026-10-06T08:30:55Z", + "DiscoKey": "discokey:5abd44a9fa9b745d6c3260f59013ba53de37124012d643bd6ab806904f737f5e", + "Addresses": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], + "AllowedIPs": ["100.117.120.97/32", "fd7a:115c:a1e0::e437:7861/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54674}, - {"Proto": "peerapi6", "Port": 54674} + {"Proto": "peerapi4", "Port": 53657}, + {"Proto": "peerapi6", "Port": 53657} ]}, - "Created": "2026-04-09T01:24:48.222800543Z", + "Created": "2026-04-09T08:30:55.095948473Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3139345464110399, - "StableID": "nvWqUMHpWR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:107ecd6657073d84d86bd2131d878005cef54c9e3e2fefa064c03ad1cb798c36", - "DiscoKey": "discokey:f352540c93652b695635352f2d65b723046bd994c5b60e992491a7f0befa432d", - "Addresses": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "AllowedIPs": ["100.121.140.55/32", "fd7a:115c:a1e0::cb37:8c37/128"], - "Endpoints": ["77.164.248.136:34007", "10.65.0.27:34007", "172.17.0.1:34007"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63621}, - {"Proto": "peerapi6", "Port": 63621} - ]}, - "Created": "2026-04-09T01:24:40.613391426Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3898566732370558, - "StableID": "nPVF8mjfSX11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fb3569a2a80209bffb6bed8b90aeea4729fe62eeba937e5f7a36df98078fbf67", - "DiscoKey": "discokey:a725289e25c6170a1a1920b451f1455db34ac263597fb0d205df092c75cd7c47", - "Addresses": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "AllowedIPs": ["100.79.191.104/32", "fd7a:115c:a1e0::737:bf68/128"], - "Endpoints": ["77.164.248.136:34985", "10.65.0.27:34985", "172.17.0.1:34985"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 51442}, - {"Proto": "peerapi6", "Port": 51442} - ]}, - "Created": "2026-04-09T01:24:41.155080473Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4002548310031902, - "StableID": "nhSL57AmFY11CNTRL", + "ID": 1297627164951518, + "StableID": "nXZy3zTh8B11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88e6ebb2de8afe4fe9b79a39a73035b8ef746ac4b30f6c56ce6fec0789b9446b", - "DiscoKey": "discokey:abd2c0b4f5ffcf9a98d8d30a61759fd136b0e5232da5be7209661b5c1508710e", - "Addresses": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "AllowedIPs": ["100.121.68.108/32", "fd7a:115c:a1e0::8937:446c/128"], - "Endpoints": ["77.164.248.136:42414", "10.65.0.27:42414", "172.17.0.1:42414"], + "Key": "nodekey:c44a37ff515ca087408f79ff4beede470f6ba10a7c227599610c925f89b77853", + "DiscoKey": "discokey:3daf908492c49201c0ee088eb6e332e2b0ce1516e4edb1fb803e14d36ec3397d", + "Addresses": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "AllowedIPs": ["100.119.120.84/32", "fd7a:115c:a1e0::8937:7854/128"], + "Endpoints": ["77.164.248.136:41152", "10.65.0.27:41152", "172.17.0.1:41152"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 44479}, - {"Proto": "peerapi6", "Port": 44479} + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:24:42.786485947Z", + "Created": "2026-04-09T08:30:49.143687086Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 4205425854987955, - "StableID": "nYM41ZQeqZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:855e995e33ffa353c3688ee68c215fc5660b8b1cbd09659721784b235cb2c313", - "DiscoKey": "discokey:19222bcfd2cfb5e1fbc479962a1410be1f1b3e76f83e5c99b7a9d53bc5df0b21", - "Addresses": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "AllowedIPs": ["100.114.195.20/32", "fd7a:115c:a1e0::5c37:c314/128"], - "Endpoints": ["77.164.248.136:54407", "10.65.0.27:54407", "172.17.0.1:54407"], + "ID": 1634665999358618, + "StableID": "nq8LiRuLmD11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3134c094fccb54fb037164576b060db4f1d26638732d5446475694516c22b940", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:434afc9835fb9658db5cf78c3b15d7fb1da53c11e731296776206d3f74fc6028", + "Addresses": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "AllowedIPs": ["100.98.185.65/32", "fd7a:115c:a1e0::6c37:b941/128"], + "Endpoints": ["77.164.248.136:54921", "10.65.0.27:54921", "172.17.0.1:54921"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46556}, - {"Proto": "peerapi6", "Port": 46556} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41643}, + {"Proto": "peerapi6", "Port": 41643} ]}, - "Created": "2026-04-09T01:24:43.327478906Z", + "Created": "2026-04-09T08:30:54.024449586Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 4719954078717488, - "StableID": "nP2MD2Cgrd11CNTRL", + "ID": 2055417454113637, + "StableID": "nWFUyCLu3H11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5c8a5cb39238cdbf4eda3cf061bfa303ca23e29210e61a1d4b510d850acbb44a", - "DiscoKey": "discokey:c3f6bdabbfd1f555ee73e36594b66e93cd9f760d063f01b8c751d85f6df2c25e", - "Addresses": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "AllowedIPs": ["100.75.180.75/32", "fd7a:115c:a1e0::a37:b44b/128"], - "Endpoints": ["77.164.248.136:38773", "10.65.0.27:38773", "172.17.0.1:38773"], + "Key": "nodekey:1ee26ed3cdfb1a5058f9d428bfa0e147018e075353499aa2b2489afd602ed37f", + "DiscoKey": "discokey:34ccc19b7f1c9db2d4d82ec5a49b8fe986e0f25ee1bc68789cdeeb4227a6736d", + "Addresses": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "AllowedIPs": ["100.110.211.128/32", "fd7a:115c:a1e0::6037:d380/128"], + "Endpoints": ["77.164.248.136:41770", "10.65.0.27:41770", "172.17.0.1:41770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51351}, - {"Proto": "peerapi6", "Port": 51351} + {"Proto": "peerapi4", "Port": 43716}, + {"Proto": "peerapi6", "Port": 43716} ]}, - "Created": "2026-04-09T01:24:44.41607218Z", + "Created": "2026-04-09T08:30:51.068218913Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5485682927022421, - "StableID": "nEdVR8bUqj11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:1100fae62145111b694b321d2bb6e67c8675d02174f63d0545059f9c489f1019", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:458ee8430076f840b9fd4206a2b0be332bb15397d0abbfbaa179930e2e84ba2e", - "Addresses": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "AllowedIPs": ["100.95.16.26/32", "fd7a:115c:a1e0::4837:101a/128"], - "Endpoints": ["77.164.248.136:38109", "10.65.0.27:38109", "172.17.0.1:38109"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56244}, - {"Proto": "peerapi6", "Port": 56244} - ]}, - "Created": "2026-04-09T01:24:47.134360599Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5561080541059113, - "StableID": "npJVP3AdRk11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2310625652366099, + "StableID": "ntbxXdDV3K11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d7759fc92ba9507f7315367d5c98fcb78c613215882ea5f6679d0aeb7b0f1e", - "DiscoKey": "discokey:50b6c0073b60bc55cabbb92e60c4c345054b3f57eafc3756cc579297483e227a", - "Addresses": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "AllowedIPs": ["100.123.15.31/32", "fd7a:115c:a1e0::eb37:f1f/128"], - "Endpoints": ["77.164.248.136:60082", "10.65.0.27:60082", "172.17.0.1:60082"], + "Key": "nodekey:e7aa6e11d8676dfe5c61ea364f0a09a544356195aae17967ad35446001ef0e09", + "DiscoKey": "discokey:82ff3c28b34c10de014999b7a7214d155271da12a725c4c152e4faed90b8c33a", + "Addresses": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "AllowedIPs": ["100.111.14.10/32", "fd7a:115c:a1e0::137:e0a/128"], + "Endpoints": ["77.164.248.136:60459", "10.65.0.27:60459", "172.17.0.1:60459"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53145}, - {"Proto": "peerapi6", "Port": 53145} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 37279}, + {"Proto": "peerapi6", "Port": 37279} ]}, - "Created": "2026-04-09T01:24:46.0384358Z", + "Created": "2026-04-09T08:30:50.2204275Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 6222480808575629, - "StableID": "ncgpA82Bbq11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:903fa65f15ddad5f8c06629c9f469f2e8a09204d92541ec790260e7f52532938", - "KeyExpiry": "2026-10-06T01:24:47Z", - "DiscoKey": "discokey:0ea1b50dd53c66dfca4c27a3854e90b2d81f8a214d381d4122abbf1b6d062510", - "Addresses": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "AllowedIPs": ["100.83.41.57/32", "fd7a:115c:a1e0::5237:2939/128"], - "Endpoints": ["77.164.248.136:60197", "10.65.0.27:60197", "172.17.0.1:60197"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56856}, - {"Proto": "peerapi6", "Port": 56856} - ]}, - "Created": "2026-04-09T01:24:47.67578851Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7712204945588352, - "StableID": "n53XqgYsD321CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 2336984101542708, + "StableID": "nFEnRMcRFK11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d02bea6bcd5b3c7687a954ae1f6ecce4c420ad4577de550bbb89c0310ba50f7c", - "DiscoKey": "discokey:8c850e2e2d905db6832be30de9a598ba0e6d0c96855d877b951cb0f9ab51881b", - "Addresses": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "AllowedIPs": ["100.101.15.125/32", "fd7a:115c:a1e0::b37:f7d/128"], - "Endpoints": ["77.164.248.136:34575", "10.65.0.27:34575", "172.17.0.1:34575"], + "Key": "nodekey:0aad907ce1926ce6477c8dac3c8bcc91201e230be0a94ad6788d87b2e8dc8a1a", + "DiscoKey": "discokey:51aef1a07c988a85a899b35ea6540f51c782ef51acbc4442d3cfa1addb32c250", + "Addresses": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "AllowedIPs": ["100.92.138.27/32", "fd7a:115c:a1e0::e837:8a1b/128"], + "Endpoints": ["77.164.248.136:60317", "10.65.0.27:60317", "172.17.0.1:60317"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 49559}, - {"Proto": "peerapi6", "Port": 49559} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 47083}, + {"Proto": "peerapi6", "Port": 47083} ]}, - "Created": "2026-04-09T01:24:46.589611887Z", + "Created": "2026-04-09T08:30:47.522573103Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8641953695995568, - "StableID": "n15q8EUxUA21CNTRL", + "ID": 3553042200258523, + "StableID": "nNW6RqPBkU11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c6af5fe494171e6e0e66166d7b38f3ec98ac79fd33ace2c747233b87fafe802", + "DiscoKey": "discokey:327d68bba669c2f5c55e22c8579481567ad62c365582bc5f9dfc95d1776aa83f", + "Addresses": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "AllowedIPs": ["100.111.232.3/32", "fd7a:115c:a1e0::7f37:e803/128"], + "Endpoints": ["77.164.248.136:51597", "10.65.0.27:51597", "172.17.0.1:51597"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64849}, + {"Proto": "peerapi6", "Port": 64849} + ]}, + "Created": "2026-04-09T08:30:51.597348903Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4376036585747339, + "StableID": "nCXr3X4vAb11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce5129fdd7be2fb05127b7e6e9885e07eecec5cb7396d5f2fd5d2dabb3b2f922", - "DiscoKey": "discokey:0989684ac452830b752e592b682558c98e2636984cad674dcc412c7eec94326e", - "Addresses": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "AllowedIPs": ["100.114.249.35/32", "fd7a:115c:a1e0::b337:f923/128"], - "Endpoints": ["77.164.248.136:60071", "10.65.0.27:60071", "172.17.0.1:60071"], + "Key": "nodekey:c475cf42b461390fbcc8acd9bbf866ba062916aa2fbe57e15ddb8941f6f66175", + "DiscoKey": "discokey:ef2683359a1224dc002b6a4a0d03f7654293f8dce510f98185d108b508e19417", + "Addresses": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "AllowedIPs": ["100.118.97.118/32", "fd7a:115c:a1e0::f637:6176/128"], + "Endpoints": ["77.164.248.136:48103", "10.65.0.27:48103", "172.17.0.1:48103"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52906}, - {"Proto": "peerapi6", "Port": 52906} + {"Proto": "peerapi4", "Port": 49951}, + {"Proto": "peerapi6", "Port": 49951} ]}, - "Created": "2026-04-09T01:24:41.712190038Z", + "Created": "2026-04-09T08:30:48.05626107Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8681221206256307, - "StableID": "nG5zYhxjnA21CNTRL", + "ID": 5241374097536171, + "StableID": "nSAukZ1qvh11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:80255d53b281c9704bc4a2cb7499baed547ee63cfe64d420d208f6608f372b3d", - "DiscoKey": "discokey:431675416cb5603a43b79e043666f4a1fa85bf4577586385b7f41e3bb6add746", - "Addresses": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "AllowedIPs": ["100.119.43.62/32", "fd7a:115c:a1e0::8f37:2b3e/128"], - "Endpoints": ["77.164.248.136:51295", "10.65.0.27:51295", "172.17.0.1:51295"], + "Key": "nodekey:3576e3438340dd605e982660474be58f0f3a83e3d1f9f5860596c68c0a8b4f66", + "DiscoKey": "discokey:c38cf444a340cba525cfa68070cac8c7eddd45fcd7dd4bcc353841f291d2ba6c", + "Addresses": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "AllowedIPs": ["100.75.79.103/32", "fd7a:115c:a1e0::a37:4f67/128"], + "Endpoints": ["77.164.248.136:47100", "10.65.0.27:47100", "172.17.0.1:47100"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50949}, - {"Proto": "peerapi6", "Port": 50949} + {"Proto": "peerapi4", "Port": 39938}, + {"Proto": "peerapi6", "Port": 39938} ]}, - "Created": "2026-04-09T01:24:42.245107501Z", + "Created": "2026-04-09T08:30:48.610697372Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 6011971794580357, + "StableID": "nSoVTfJqwo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4d7970cc3b881d54c0813ccb77539f11fe5f132955e8203ffdb93e9a29f9a06d", + "KeyExpiry": "2026-10-06T08:30:54Z", + "DiscoKey": "discokey:551dbaae574983596f2d31fca8a8b3d7a7e5a7d0cc20eeca4bf594f28c50916a", + "Addresses": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "AllowedIPs": ["100.121.160.110/32", "fd7a:115c:a1e0::2937:a06e/128"], + "Endpoints": ["77.164.248.136:43519", "10.65.0.27:43519", "172.17.0.1:43519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64123}, + {"Proto": "peerapi6", "Port": 64123} + ]}, + "Created": "2026-04-09T08:30:54.548914618Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7281051147137457, + "StableID": "nEMt5Jsbry11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4bbcba534ceae7075eed3dad2007b58c6579d7cc1c68f68551615a5e7586c55b", + "DiscoKey": "discokey:f12c2996abf2163b632861035aeac4b3ed3c488a155ed2508f186af109292824", + "Addresses": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "AllowedIPs": ["100.70.197.92/32", "fd7a:115c:a1e0::7537:c55c/128"], + "Endpoints": ["77.164.248.136:41013", "10.65.0.27:41013", "172.17.0.1:41013"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 38580}, + {"Proto": "peerapi6", "Port": 38580} + ]}, + "Created": "2026-04-09T08:30:46.984485062Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8192856329508484, + "StableID": "nFkmihSZy621CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8f967fa624ebdaecbe6eefd8cb1ce351c77336222f8c663ee38ddf4da4a60001", + "DiscoKey": "discokey:fff605a1e748fcc159e780277e56b73b78a57357960f068c75aad8c9c22ed418", + "Addresses": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "AllowedIPs": ["100.102.0.2/32", "fd7a:115c:a1e0::a437:3/128"], + "Endpoints": ["77.164.248.136:59163", "10.65.0.27:59163", "172.17.0.1:59163"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 36780}, + {"Proto": "peerapi6", "Port": 36780} + ]}, + "Created": "2026-04-09T08:30:49.672720029Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8273598610922802, + "StableID": "n7P7eYQ8c721CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e14d486cd66ba631f0522034d86b9ad52e7ee39564a2c877b76c5f1338806b2f", + "DiscoKey": "discokey:0013ba87125003b664aa7d42fd3b73fa4caa1bec37688a1d479fc97112164e19", + "Addresses": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "AllowedIPs": ["100.64.107.48/32", "fd7a:115c:a1e0::3837:6b30/128"], + "Endpoints": ["77.164.248.136:58467", "10.65.0.27:58467", "172.17.0.1:58467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54802}, + {"Proto": "peerapi6", "Port": 54802} + ]}, + "Created": "2026-04-09T08:30:52.944479857Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8324128498452844, + "StableID": "ndDdmwj11821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0e85888dd31951d6e0c8e4ea6c50ef97af4ae185f8335b6d55684ad621c0dd62", + "DiscoKey": "discokey:77be894162bebc7d6acce23762be9aa774490dc9d7952b06ce6381dc68bc5b11", + "Addresses": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "AllowedIPs": ["100.64.221.99/32", "fd7a:115c:a1e0::2137:dd64/128"], + "Endpoints": ["77.164.248.136:44856", "10.65.0.27:44856", "172.17.0.1:44856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 57186}, + {"Proto": "peerapi6", "Port": 57186} + ]}, + "Created": "2026-04-09T08:30:53.471676557Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18724,27 +18745,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3950626718859827": { - "ID": 3950626718859827, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4518654749690642": { + "ID": 4518654749690642, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-a8.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-a8.hujson index 8edb0a87..0facb329 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-a8.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-a8.hujson @@ -3,7 +3,7 @@ // ssh a8 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:25:01Z +// Captured at: 2026-04-09T08:31:07Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-a8", "description": "ssh a8", "category": "ssh", - "captured_at": "2026-04-09T01:25:01.130862253Z", + "captured_at": "2026-04-09T08:31:07.893413604Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -36,119 +36,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a8\",\n\t\"id\": \"ssh-a8\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"check\",\n\t\t\"checkPeriod\": \"always\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh a8\",\n\t\"id\": \"ssh-a8\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"check\",\n\t\t\"checkPeriod\": \"always\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-a8.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.69.28.10", - "ipv6": "fd7a:115c:a1e0::b137:1c0a", + "ipv4": "100.127.211.71", + "ipv6": "fd7a:115c:a1e0::9437:d347", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.73.198.112", - "ipv6": "fd7a:115c:a1e0::2937:c670", + "ipv4": "100.70.165.18", + "ipv6": "fd7a:115c:a1e0::7b37:a512", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.109.38.50", - "ipv6": "fd7a:115c:a1e0::d637:2632", + "ipv4": "100.81.41.74", + "ipv6": "fd7a:115c:a1e0::7f37:294a", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.78.78.4", - "ipv6": "fd7a:115c:a1e0::f737:4e04", + "ipv4": "100.69.141.100", + "ipv6": "fd7a:115c:a1e0::a037:8d64", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.87.243.11", - "ipv6": "fd7a:115c:a1e0::cc37:f30b", + "ipv4": "100.73.38.68", + "ipv6": "fd7a:115c:a1e0::8437:2644", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.77.53.37", - "ipv6": "fd7a:115c:a1e0::7137:3525", + "ipv4": "100.125.164.19", + "ipv6": "fd7a:115c:a1e0::b137:a413", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.66.88.38", - "ipv6": "fd7a:115c:a1e0::8437:5826", + "ipv4": "100.104.152.87", + "ipv6": "fd7a:115c:a1e0::a737:9857", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.127.242.56", - "ipv6": "fd7a:115c:a1e0::cd37:f238", + "ipv4": "100.109.249.109", + "ipv6": "fd7a:115c:a1e0::5e37:f96d", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.65.16.20", - "ipv6": "fd7a:115c:a1e0::5b37:1014", + "ipv4": "100.111.96.44", + "ipv6": "fd7a:115c:a1e0::4337:602c", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.79.82.12", - "ipv6": "fd7a:115c:a1e0::6037:520c", + "ipv4": "100.109.200.91", + "ipv6": "fd7a:115c:a1e0::fe37:c85b", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.119.152.37", - "ipv6": "fd7a:115c:a1e0::ca37:9825", + "ipv4": "100.106.48.19", + "ipv6": "fd7a:115c:a1e0::9637:3013", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.97.130.33", - "ipv6": "fd7a:115c:a1e0::5e37:8221", + "ipv4": "100.93.216.122", + "ipv6": "fd7a:115c:a1e0::7237:d87a", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.88.37.45", - "ipv6": "fd7a:115c:a1e0::be37:252d", + "ipv4": "100.119.11.100", + "ipv6": "fd7a:115c:a1e0::9d37:b64", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.85.106.33", - "ipv6": "fd7a:115c:a1e0::a137:6a22", + "ipv4": "100.98.162.35", + "ipv6": "fd7a:115c:a1e0::ba37:a223", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.71.139.22", - "ipv6": "fd7a:115c:a1e0::ae37:8b16", + "ipv4": "100.124.133.17", + "ipv6": "fd7a:115c:a1e0::4f37:8511", "routable_ips": [], "approved_routes": [] }}}, @@ -180,21 +180,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 633339639224608, - "StableID": "nRoc9zkqw511CNTRL", + "ID": 6967787607498433, + "StableID": "naVooyxiQw11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 633339639224608, - "Key": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "DiscoKey": "discokey:487afe7a794f7c87d94e8e131eab46a477aa2e5004e6dc2dd646562e2e64db3e", - "Addresses": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "AllowedIPs": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "Endpoints": ["77.164.248.136:56246", "10.65.0.27:56246", "172.17.0.1:56246"], + "User": 6967787607498433, + "Key": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "DiscoKey": "discokey:b2dc7d168943662e5fa9f517960dca9ac1cdbcc4b9b87ac8f9f83754f302ab12", + "Addresses": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "AllowedIPs": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "Endpoints": ["77.164.248.136:38367", "10.65.0.27:38367", "172.17.0.1:38367"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 41594}, - {"Proto": "peerapi6", "Port": 41594}, + {"Proto": "peerapi4", "Port": 46224}, + {"Proto": "peerapi6", "Port": 46224}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:10.133308275Z", + "Created": "2026-04-09T08:31:16.623734523Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -222,300 +222,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "MachineKey": "mkey:30a48b6e4a2413e9b857a4e9f36606d8fdd15162db09e4899787cdc69a3cea02", + "NodeKey": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "MachineKey": "mkey:35eb33ea564236708815f1581500cb2b151884f0115cdff933a7d259b1bfa65a", "Peers": [{ - "ID": 168878302260280, - "StableID": "nZHuGW9VK211CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:6f18e9ff6807919077af01624f932fb5869c68ce59aebe50e53a206684cc4716", - "Addresses": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "AllowedIPs": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "Endpoints": ["77.164.248.136:55696", "10.65.0.27:55696", "172.17.0.1:55696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42554}, - {"Proto": "peerapi6", "Port": 42554} - ]}, - "Created": "2026-04-09T01:25:11.213042291Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1221756970303487, - "StableID": "n8bpk4VLYA11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "DiscoKey": "discokey:cd324bcc93114c14ab19835948c940f782048908f427ca1d0665203749359d2c", - "Addresses": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "AllowedIPs": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "Endpoints": ["77.164.248.136:48354", "10.65.0.27:48354", "172.17.0.1:48354"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 61097}, - {"Proto": "peerapi6", "Port": 61097} - ]}, - "Created": "2026-04-09T01:25:06.879104141Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1604769671506700, - "StableID": "nVBYbXaoXD11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "DiscoKey": "discokey:39b7fabac3f1926bf89358365c4aad12ca8bc288c55646d9998610d98efd8b04", - "Addresses": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "AllowedIPs": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "Endpoints": ["77.164.248.136:46696", "10.65.0.27:46696", "172.17.0.1:46696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 52702}, - {"Proto": "peerapi6", "Port": 52702} - ]}, - "Created": "2026-04-09T01:25:04.680368806Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3291053976690049, - "StableID": "ntEeEdQXhS11CNTRL", + "ID": 718401365845955, + "StableID": "nvGhemBNc611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "DiscoKey": "discokey:dbad7c3fdde4799ee8ce2af6518da1af2ef24f6259a1885303c1ba001f4d7b4e", - "Addresses": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "AllowedIPs": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "Endpoints": ["77.164.248.136:48931", "10.65.0.27:48931", "172.17.0.1:48931"], + "Key": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "DiscoKey": "discokey:0bf9f6d33aa0440e0d0bb92029e2fb01c4c55b8de1a21411c68a3c4cfd7ee36a", + "Addresses": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "AllowedIPs": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "Endpoints": ["77.164.248.136:60493", "10.65.0.27:60493", "172.17.0.1:60493"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53789}, - {"Proto": "peerapi6", "Port": 53789} + {"Proto": "peerapi4", "Port": 34767}, + {"Proto": "peerapi6", "Port": 34767} ]}, - "Created": "2026-04-09T01:25:09.583259868Z", + "Created": "2026-04-09T08:31:15.892512478Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3292474553900077, - "StableID": "nccAnxiAiS11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "DiscoKey": "discokey:588df4bb7bf2cfa6cf4c134358cf3bdfb06c753d01f8856bd1fe961c8b7fbb67", - "Addresses": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "AllowedIPs": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "Endpoints": ["77.164.248.136:33388", "10.65.0.27:33388", "172.17.0.1:33388"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37522}, - {"Proto": "peerapi6", "Port": 37522} - ]}, - "Created": "2026-04-09T01:25:07.42647435Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3941298351873107, - "StableID": "nALk12E2nX11CNTRL", + "ID": 1093116609660489, + "StableID": "neHSbYK5Y911CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "DiscoKey": "discokey:046df54671614f87a359b15c49235b3e830adc44b44aab3d4e98accb2f33b52a", - "Addresses": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "AllowedIPs": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "Endpoints": ["77.164.248.136:57243", "10.65.0.27:57243", "172.17.0.1:57243"], - "HomeDERP": 14, + "Key": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "DiscoKey": "discokey:385d6e86a531d54dc4a092a249364c9a2d27a06de39397f40eda58d94adaf213", + "Addresses": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "AllowedIPs": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "Endpoints": ["77.164.248.136:42996", "10.65.0.27:42996", "172.17.0.1:42996"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63689}, - {"Proto": "peerapi6", "Port": 63689} + {"Proto": "peerapi4", "Port": 53835}, + {"Proto": "peerapi6", "Port": 53835} ]}, - "Created": "2026-04-09T01:25:03.965311148Z", + "Created": "2026-04-09T08:31:10.608054432Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4197136131926355, - "StableID": "nnkXZeetmZ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "KeyExpiry": "2026-10-06T01:25:10Z", - "DiscoKey": "discokey:bc618aedd75574f216b76ecb1797ab9f3cb5dd012480b194c2c9aebbfe8aa022", - "Addresses": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "AllowedIPs": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "Endpoints": ["77.164.248.136:58189", "10.65.0.27:58189", "172.17.0.1:58189"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53616}, - {"Proto": "peerapi6", "Port": 53616} - ]}, - "Created": "2026-04-09T01:25:10.669414349Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4630793392976180, - "StableID": "n3nMjD6JAd11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1971701813834982, + "StableID": "nqWkWGGzPG11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "DiscoKey": "discokey:ff95e4776cf729bf5661c965692f19250d202f510748786180c8b68bf8b0a65d", - "Addresses": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "AllowedIPs": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "Endpoints": ["77.164.248.136:38173", "10.65.0.27:38173", "172.17.0.1:38173"], + "Key": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "DiscoKey": "discokey:1f2a0ad16a53b7d0e8991e159be98ebef84d98f7b9fc3268e3a87e79846a454e", + "Addresses": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "AllowedIPs": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "Endpoints": ["77.164.248.136:34023", "10.65.0.27:34023", "172.17.0.1:34023"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57362}, - {"Proto": "peerapi6", "Port": 57362} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37252}, + {"Proto": "peerapi6", "Port": 37252} ]}, - "Created": "2026-04-09T01:25:06.311514636Z", + "Created": "2026-04-09T08:31:13.211451161Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 6147223015914536, - "StableID": "nRfvjE861q11CNTRL", + "ID": 3378242282533411, + "StableID": "neW6GPh1PT11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "DiscoKey": "discokey:a917348833e33ead8ac0d83958aa49b1321cfa081c727bc48aa2e88da3d3df5a", - "Addresses": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "AllowedIPs": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "Endpoints": ["77.164.248.136:40898", "10.65.0.27:40898", "172.17.0.1:40898"], + "Key": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "DiscoKey": "discokey:c3fd29c385cabd75442a45f6c970e0e4412ecd5a076c2292fbb9946980be3b74", + "Addresses": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "AllowedIPs": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "Endpoints": ["77.164.248.136:36569", "10.65.0.27:36569", "172.17.0.1:36569"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43656}, - {"Proto": "peerapi6", "Port": 43656} + {"Proto": "peerapi4", "Port": 56141}, + {"Proto": "peerapi6", "Port": 56141} ]}, - "Created": "2026-04-09T01:25:08.485190807Z", + "Created": "2026-04-09T08:31:14.825871122Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6365668894560618, - "StableID": "n52C11L2ir11CNTRL", + "ID": 3646097330756358, + "StableID": "nBTRe4oKUV11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "KeyExpiry": "2026-10-06T08:31:18Z", + "DiscoKey": "discokey:76111e282ff359d6fd25b2b68f605c25506ba259571f29d2c11d4277a914bf36", + "Addresses": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "AllowedIPs": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43760}, + {"Proto": "peerapi6", "Port": 43760} + ]}, + "Created": "2026-04-09T08:31:18.363455501Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4171158894656658, + "StableID": "n7qN4jG8aZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "DiscoKey": "discokey:1cefca2be32055c12c18e76eb3e63c7b50fad1ab6cf772c0dbe342ba33bacb41", - "Addresses": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "AllowedIPs": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "Endpoints": ["77.164.248.136:46192", "10.65.0.27:46192", "172.17.0.1:46192"], + "Key": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "DiscoKey": "discokey:05b06755d9048b86ba7ce24bbda628cec8df4cd1b25221b62df418d53b954a3c", + "Addresses": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "AllowedIPs": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "Endpoints": ["77.164.248.136:56029", "10.65.0.27:56029", "172.17.0.1:56029"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62354}, - {"Proto": "peerapi6", "Port": 62354} + {"Proto": "peerapi4", "Port": 57545}, + {"Proto": "peerapi6", "Port": 57545} ]}, - "Created": "2026-04-09T01:25:05.762171136Z", + "Created": "2026-04-09T08:31:12.142229445Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6765864384164218, - "StableID": "nugq1WnGqu11CNTRL", + "ID": 5286216559173353, + "StableID": "ngz5Ypw8Hi11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "DiscoKey": "discokey:e0fad6bc83a45ad313df16dceb23b6dae22072378b4939a5f1489f8feae5c322", + "Addresses": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "AllowedIPs": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "Endpoints": ["77.164.248.136:47037", "10.65.0.27:47037", "172.17.0.1:47037"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59888}, + {"Proto": "peerapi6", "Port": 59888} + ]}, + "Created": "2026-04-09T08:31:14.284512367Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6368241093396328, + "StableID": "nBpZQutBjr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:b4a9cc420f0ca1fde1a1310f2bce0aaa6c7265d1cd9d9723d6313ce54ea6b40e", + "Addresses": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "AllowedIPs": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "Endpoints": ["77.164.248.136:52160", "10.65.0.27:52160", "172.17.0.1:52160"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:31:17.754425472Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7103046764448582, + "StableID": "nZWLLezyTx11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "DiscoKey": "discokey:5e5260b58601f4ce431ffb9f6049c18e6f7cfb017b65ca25afad08b3d5cab577", + "Addresses": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "AllowedIPs": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "Endpoints": ["77.164.248.136:60281", "10.65.0.27:60281", "172.17.0.1:60281"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 54363}, + {"Proto": "peerapi6", "Port": 54363} + ]}, + "Created": "2026-04-09T08:31:12.678210106Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7126088106363908, + "StableID": "n3ePpYFRex11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "DiscoKey": "discokey:7dd2ff9b0c38cf8cb48453e50f8a118f0c5feaa579b9dade87e9129d24d5c622", - "Addresses": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "AllowedIPs": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "Endpoints": ["77.164.248.136:54689", "10.65.0.27:54689", "172.17.0.1:54689"], + "Key": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "DiscoKey": "discokey:138c50e2b04ceaa6510da0cb4a855a9afbbd6039a11bb48924261daa78ef260b", + "Addresses": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "AllowedIPs": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "Endpoints": ["77.164.248.136:37874", "10.65.0.27:37874", "172.17.0.1:37874"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 57162}, - {"Proto": "peerapi6", "Port": 57162} + {"Proto": "peerapi4", "Port": 54654}, + {"Proto": "peerapi6", "Port": 54654} ]}, - "Created": "2026-04-09T01:25:05.215447241Z", + "Created": "2026-04-09T08:31:11.616647098Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7437782842046834, - "StableID": "n3f8Ghwa5121CNTRL", + "ID": 7502724072945868, + "StableID": "nyRNTfqza121CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "DiscoKey": "discokey:e683a1c7dcca114a21d447434befcbd59ca9ac27b5e3d07ebaed63a8b6630431", - "Addresses": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "AllowedIPs": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "Endpoints": ["77.164.248.136:40912", "10.65.0.27:40912", "172.17.0.1:40912"], + "Key": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "DiscoKey": "discokey:ce32b1395fe5f0f657c8d97d10a6ea1924945e6e1b421b88cca98fd4a402d930", + "Addresses": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "AllowedIPs": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "Endpoints": ["77.164.248.136:59172", "10.65.0.27:59172", "172.17.0.1:59172"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 46726}, - {"Proto": "peerapi6", "Port": 46726} + {"Proto": "peerapi4", "Port": 34010}, + {"Proto": "peerapi6", "Port": 34010} ]}, - "Created": "2026-04-09T01:25:09.032180754Z", + "Created": "2026-04-09T08:31:15.364564626Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8098119383766878, - "StableID": "nfPiE8seE621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:a46be8956c2de17ac2edd2fb16dc94e2d3c9a71ccee13d17a2289918344b5676", - "Addresses": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "AllowedIPs": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54213}, - {"Proto": "peerapi6", "Port": 54213} - ]}, - "Created": "2026-04-09T01:25:11.756635239Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8699211867948811, - "StableID": "np1iiaYtvA21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7992595912843082, + "StableID": "nMGdTcwrQ521CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "DiscoKey": "discokey:997aff35f5fa76b4d72583fe0d82112a6c779327f3f06027880a5e6e1a6b4f17", - "Addresses": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "AllowedIPs": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "Endpoints": ["77.164.248.136:42031", "10.65.0.27:42031", "172.17.0.1:42031"], + "Key": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "DiscoKey": "discokey:e52714e1032b121f77a6674a308502cb0c265d02fca143350e5fa74720052439", + "Addresses": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "AllowedIPs": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 35537}, - {"Proto": "peerapi6", "Port": 35537} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50800}, + {"Proto": "peerapi6", "Port": 50800} ]}, - "Created": "2026-04-09T01:25:07.953700555Z", + "Created": "2026-04-09T08:31:11.060572776Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8022984886833634, + "StableID": "nfhe26Dde521CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "DiscoKey": "discokey:eb9b88bcc8abc3bf62e257e3bec7adf96d5795b8b57951b26f7488af314c7530", + "Addresses": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "AllowedIPs": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "Endpoints": ["77.164.248.136:57889", "10.65.0.27:57889", "172.17.0.1:57889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 46020}, + {"Proto": "peerapi6", "Port": 46020} + ]}, + "Created": "2026-04-09T08:31:13.766377344Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8298795523079729, + "StableID": "n8Q6VbHYo721CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:06a98307b32b0ea4da3643e5d4c17a3969eef5f469293f5cc795a2cc3381904e", + "Addresses": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "AllowedIPs": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "Endpoints": ["77.164.248.136:55620", "10.65.0.27:55620", "172.17.0.1:55620"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39458}, + {"Proto": "peerapi6", "Port": 39458} + ]}, + "Created": "2026-04-09T08:31:17.215518611Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -1363,27 +1363,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "633339639224608": { - "ID": 633339639224608, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6967787607498433": { + "ID": 6967787607498433, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [] }, "blastoise": { @@ -1414,26 +1416,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1221756970303487, - "StableID": "n8bpk4VLYA11CNTRL", + "ID": 1971701813834982, + "StableID": "nqWkWGGzPG11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 1221756970303487, - "Key": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "DiscoKey": "discokey:cd324bcc93114c14ab19835948c940f782048908f427ca1d0665203749359d2c", - "Addresses": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "AllowedIPs": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "Endpoints": ["77.164.248.136:48354", "10.65.0.27:48354", "172.17.0.1:48354"], + "User": 1971701813834982, + "Key": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "DiscoKey": "discokey:1f2a0ad16a53b7d0e8991e159be98ebef84d98f7b9fc3268e3a87e79846a454e", + "Addresses": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "AllowedIPs": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "Endpoints": ["77.164.248.136:34023", "10.65.0.27:34023", "172.17.0.1:34023"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 61097}, - {"Proto": "peerapi6", "Port": 61097}, + {"Proto": "peerapi4", "Port": 37252}, + {"Proto": "peerapi6", "Port": 37252}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:06.879104141Z", + "Created": "2026-04-09T08:31:13.211451161Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1461,302 +1463,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "MachineKey": "mkey:4266a180b8cf4968ca7f62c2db9b2e8f9b2491836b04e956ab36f8fd1d5c0c47", + "NodeKey": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "MachineKey": "mkey:78e946e02f3ec2cbb5eea7ef1899ed63c7e31b1462311c589f9c860cf539f518", "Peers": [{ - "ID": 168878302260280, - "StableID": "nZHuGW9VK211CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:6f18e9ff6807919077af01624f932fb5869c68ce59aebe50e53a206684cc4716", - "Addresses": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "AllowedIPs": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "Endpoints": ["77.164.248.136:55696", "10.65.0.27:55696", "172.17.0.1:55696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42554}, - {"Proto": "peerapi6", "Port": 42554} - ]}, - "Created": "2026-04-09T01:25:11.213042291Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 633339639224608, - "StableID": "nRoc9zkqw511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "DiscoKey": "discokey:487afe7a794f7c87d94e8e131eab46a477aa2e5004e6dc2dd646562e2e64db3e", - "Addresses": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "AllowedIPs": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "Endpoints": ["77.164.248.136:56246", "10.65.0.27:56246", "172.17.0.1:56246"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 41594}, - {"Proto": "peerapi6", "Port": 41594} - ]}, - "Created": "2026-04-09T01:25:10.133308275Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1604769671506700, - "StableID": "nVBYbXaoXD11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "DiscoKey": "discokey:39b7fabac3f1926bf89358365c4aad12ca8bc288c55646d9998610d98efd8b04", - "Addresses": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "AllowedIPs": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "Endpoints": ["77.164.248.136:46696", "10.65.0.27:46696", "172.17.0.1:46696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 52702}, - {"Proto": "peerapi6", "Port": 52702} - ]}, - "Created": "2026-04-09T01:25:04.680368806Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3291053976690049, - "StableID": "ntEeEdQXhS11CNTRL", + "ID": 718401365845955, + "StableID": "nvGhemBNc611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "DiscoKey": "discokey:dbad7c3fdde4799ee8ce2af6518da1af2ef24f6259a1885303c1ba001f4d7b4e", - "Addresses": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "AllowedIPs": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "Endpoints": ["77.164.248.136:48931", "10.65.0.27:48931", "172.17.0.1:48931"], + "Key": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "DiscoKey": "discokey:0bf9f6d33aa0440e0d0bb92029e2fb01c4c55b8de1a21411c68a3c4cfd7ee36a", + "Addresses": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "AllowedIPs": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "Endpoints": ["77.164.248.136:60493", "10.65.0.27:60493", "172.17.0.1:60493"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53789}, - {"Proto": "peerapi6", "Port": 53789} + {"Proto": "peerapi4", "Port": 34767}, + {"Proto": "peerapi6", "Port": 34767} ]}, - "Created": "2026-04-09T01:25:09.583259868Z", + "Created": "2026-04-09T08:31:15.892512478Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3292474553900077, - "StableID": "nccAnxiAiS11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "DiscoKey": "discokey:588df4bb7bf2cfa6cf4c134358cf3bdfb06c753d01f8856bd1fe961c8b7fbb67", - "Addresses": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "AllowedIPs": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "Endpoints": ["77.164.248.136:33388", "10.65.0.27:33388", "172.17.0.1:33388"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37522}, - {"Proto": "peerapi6", "Port": 37522} - ]}, - "Created": "2026-04-09T01:25:07.42647435Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3941298351873107, - "StableID": "nALk12E2nX11CNTRL", + "ID": 1093116609660489, + "StableID": "neHSbYK5Y911CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "DiscoKey": "discokey:046df54671614f87a359b15c49235b3e830adc44b44aab3d4e98accb2f33b52a", - "Addresses": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "AllowedIPs": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "Endpoints": ["77.164.248.136:57243", "10.65.0.27:57243", "172.17.0.1:57243"], - "HomeDERP": 14, + "Key": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "DiscoKey": "discokey:385d6e86a531d54dc4a092a249364c9a2d27a06de39397f40eda58d94adaf213", + "Addresses": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "AllowedIPs": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "Endpoints": ["77.164.248.136:42996", "10.65.0.27:42996", "172.17.0.1:42996"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63689}, - {"Proto": "peerapi6", "Port": 63689} + {"Proto": "peerapi4", "Port": 53835}, + {"Proto": "peerapi6", "Port": 53835} ]}, - "Created": "2026-04-09T01:25:03.965311148Z", + "Created": "2026-04-09T08:31:10.608054432Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4197136131926355, - "StableID": "nnkXZeetmZ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "KeyExpiry": "2026-10-06T01:25:10Z", - "DiscoKey": "discokey:bc618aedd75574f216b76ecb1797ab9f3cb5dd012480b194c2c9aebbfe8aa022", - "Addresses": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "AllowedIPs": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "Endpoints": ["77.164.248.136:58189", "10.65.0.27:58189", "172.17.0.1:58189"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53616}, - {"Proto": "peerapi6", "Port": 53616} - ]}, - "Created": "2026-04-09T01:25:10.669414349Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4630793392976180, - "StableID": "n3nMjD6JAd11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "DiscoKey": "discokey:ff95e4776cf729bf5661c965692f19250d202f510748786180c8b68bf8b0a65d", - "Addresses": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "AllowedIPs": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "Endpoints": ["77.164.248.136:38173", "10.65.0.27:38173", "172.17.0.1:38173"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57362}, - {"Proto": "peerapi6", "Port": 57362} - ]}, - "Created": "2026-04-09T01:25:06.311514636Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6147223015914536, - "StableID": "nRfvjE861q11CNTRL", + "ID": 3378242282533411, + "StableID": "neW6GPh1PT11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "DiscoKey": "discokey:a917348833e33ead8ac0d83958aa49b1321cfa081c727bc48aa2e88da3d3df5a", - "Addresses": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "AllowedIPs": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "Endpoints": ["77.164.248.136:40898", "10.65.0.27:40898", "172.17.0.1:40898"], + "Key": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "DiscoKey": "discokey:c3fd29c385cabd75442a45f6c970e0e4412ecd5a076c2292fbb9946980be3b74", + "Addresses": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "AllowedIPs": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "Endpoints": ["77.164.248.136:36569", "10.65.0.27:36569", "172.17.0.1:36569"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43656}, - {"Proto": "peerapi6", "Port": 43656} + {"Proto": "peerapi4", "Port": 56141}, + {"Proto": "peerapi6", "Port": 56141} ]}, - "Created": "2026-04-09T01:25:08.485190807Z", + "Created": "2026-04-09T08:31:14.825871122Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6365668894560618, - "StableID": "n52C11L2ir11CNTRL", + "ID": 3646097330756358, + "StableID": "nBTRe4oKUV11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "KeyExpiry": "2026-10-06T08:31:18Z", + "DiscoKey": "discokey:76111e282ff359d6fd25b2b68f605c25506ba259571f29d2c11d4277a914bf36", + "Addresses": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "AllowedIPs": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "Endpoints": ["77.164.248.136:60527", "10.65.0.27:60527", "172.17.0.1:60527"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43760}, + {"Proto": "peerapi6", "Port": 43760} + ]}, + "Created": "2026-04-09T08:31:18.363455501Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4171158894656658, + "StableID": "n7qN4jG8aZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "DiscoKey": "discokey:1cefca2be32055c12c18e76eb3e63c7b50fad1ab6cf772c0dbe342ba33bacb41", - "Addresses": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "AllowedIPs": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "Endpoints": ["77.164.248.136:46192", "10.65.0.27:46192", "172.17.0.1:46192"], + "Key": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "DiscoKey": "discokey:05b06755d9048b86ba7ce24bbda628cec8df4cd1b25221b62df418d53b954a3c", + "Addresses": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "AllowedIPs": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "Endpoints": ["77.164.248.136:56029", "10.65.0.27:56029", "172.17.0.1:56029"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62354}, - {"Proto": "peerapi6", "Port": 62354} + {"Proto": "peerapi4", "Port": 57545}, + {"Proto": "peerapi6", "Port": 57545} ]}, - "Created": "2026-04-09T01:25:05.762171136Z", + "Created": "2026-04-09T08:31:12.142229445Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6765864384164218, - "StableID": "nugq1WnGqu11CNTRL", + "ID": 5286216559173353, + "StableID": "ngz5Ypw8Hi11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "DiscoKey": "discokey:e0fad6bc83a45ad313df16dceb23b6dae22072378b4939a5f1489f8feae5c322", + "Addresses": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "AllowedIPs": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "Endpoints": ["77.164.248.136:47037", "10.65.0.27:47037", "172.17.0.1:47037"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59888}, + {"Proto": "peerapi6", "Port": 59888} + ]}, + "Created": "2026-04-09T08:31:14.284512367Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6368241093396328, + "StableID": "nBpZQutBjr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:b4a9cc420f0ca1fde1a1310f2bce0aaa6c7265d1cd9d9723d6313ce54ea6b40e", + "Addresses": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "AllowedIPs": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "Endpoints": ["77.164.248.136:52160", "10.65.0.27:52160", "172.17.0.1:52160"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:31:17.754425472Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6967787607498433, + "StableID": "naVooyxiQw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "DiscoKey": "discokey:b2dc7d168943662e5fa9f517960dca9ac1cdbcc4b9b87ac8f9f83754f302ab12", + "Addresses": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "AllowedIPs": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "Endpoints": ["77.164.248.136:38367", "10.65.0.27:38367", "172.17.0.1:38367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 46224}, + {"Proto": "peerapi6", "Port": 46224} + ]}, + "Created": "2026-04-09T08:31:16.623734523Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7103046764448582, + "StableID": "nZWLLezyTx11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "DiscoKey": "discokey:5e5260b58601f4ce431ffb9f6049c18e6f7cfb017b65ca25afad08b3d5cab577", + "Addresses": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "AllowedIPs": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "Endpoints": ["77.164.248.136:60281", "10.65.0.27:60281", "172.17.0.1:60281"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 54363}, + {"Proto": "peerapi6", "Port": 54363} + ]}, + "Created": "2026-04-09T08:31:12.678210106Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7126088106363908, + "StableID": "n3ePpYFRex11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "DiscoKey": "discokey:7dd2ff9b0c38cf8cb48453e50f8a118f0c5feaa579b9dade87e9129d24d5c622", - "Addresses": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "AllowedIPs": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "Endpoints": ["77.164.248.136:54689", "10.65.0.27:54689", "172.17.0.1:54689"], + "Key": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "DiscoKey": "discokey:138c50e2b04ceaa6510da0cb4a855a9afbbd6039a11bb48924261daa78ef260b", + "Addresses": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "AllowedIPs": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "Endpoints": ["77.164.248.136:37874", "10.65.0.27:37874", "172.17.0.1:37874"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 57162}, - {"Proto": "peerapi6", "Port": 57162} + {"Proto": "peerapi4", "Port": 54654}, + {"Proto": "peerapi6", "Port": 54654} ]}, - "Created": "2026-04-09T01:25:05.215447241Z", + "Created": "2026-04-09T08:31:11.616647098Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7437782842046834, - "StableID": "n3f8Ghwa5121CNTRL", + "ID": 7502724072945868, + "StableID": "nyRNTfqza121CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "DiscoKey": "discokey:e683a1c7dcca114a21d447434befcbd59ca9ac27b5e3d07ebaed63a8b6630431", - "Addresses": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "AllowedIPs": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "Endpoints": ["77.164.248.136:40912", "10.65.0.27:40912", "172.17.0.1:40912"], + "Key": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "DiscoKey": "discokey:ce32b1395fe5f0f657c8d97d10a6ea1924945e6e1b421b88cca98fd4a402d930", + "Addresses": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "AllowedIPs": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "Endpoints": ["77.164.248.136:59172", "10.65.0.27:59172", "172.17.0.1:59172"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 46726}, - {"Proto": "peerapi6", "Port": 46726} + {"Proto": "peerapi4", "Port": 34010}, + {"Proto": "peerapi6", "Port": 34010} ]}, - "Created": "2026-04-09T01:25:09.032180754Z", + "Created": "2026-04-09T08:31:15.364564626Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8098119383766878, - "StableID": "nfPiE8seE621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:a46be8956c2de17ac2edd2fb16dc94e2d3c9a71ccee13d17a2289918344b5676", - "Addresses": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "AllowedIPs": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54213}, - {"Proto": "peerapi6", "Port": 54213} - ]}, - "Created": "2026-04-09T01:25:11.756635239Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8699211867948811, - "StableID": "np1iiaYtvA21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7992595912843082, + "StableID": "nMGdTcwrQ521CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "DiscoKey": "discokey:997aff35f5fa76b4d72583fe0d82112a6c779327f3f06027880a5e6e1a6b4f17", - "Addresses": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "AllowedIPs": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "Endpoints": ["77.164.248.136:42031", "10.65.0.27:42031", "172.17.0.1:42031"], + "Key": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "DiscoKey": "discokey:e52714e1032b121f77a6674a308502cb0c265d02fca143350e5fa74720052439", + "Addresses": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "AllowedIPs": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 35537}, - {"Proto": "peerapi6", "Port": 35537} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50800}, + {"Proto": "peerapi6", "Port": 50800} ]}, - "Created": "2026-04-09T01:25:07.953700555Z", + "Created": "2026-04-09T08:31:11.060572776Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8022984886833634, + "StableID": "nfhe26Dde521CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "DiscoKey": "discokey:eb9b88bcc8abc3bf62e257e3bec7adf96d5795b8b57951b26f7488af314c7530", + "Addresses": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "AllowedIPs": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "Endpoints": ["77.164.248.136:57889", "10.65.0.27:57889", "172.17.0.1:57889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 46020}, + {"Proto": "peerapi6", "Port": 46020} + ]}, + "Created": "2026-04-09T08:31:13.766377344Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8298795523079729, + "StableID": "n8Q6VbHYo721CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:06a98307b32b0ea4da3643e5d4c17a3969eef5f469293f5cc795a2cc3381904e", + "Addresses": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "AllowedIPs": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "Endpoints": ["77.164.248.136:55620", "10.65.0.27:55620", "172.17.0.1:55620"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39458}, + {"Proto": "peerapi6", "Port": 39458} + ]}, + "Created": "2026-04-09T08:31:17.215518611Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2604,27 +2606,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1221756970303487": { - "ID": 1221756970303487, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1971701813834982": { + "ID": 1971701813834982, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2655,22 +2659,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8098119383766878, - "StableID": "nfPiE8seE621CNTRL", + "ID": 3646097330756358, + "StableID": "nBTRe4oKUV11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:a46be8956c2de17ac2edd2fb16dc94e2d3c9a71ccee13d17a2289918344b5676", - "Addresses": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "AllowedIPs": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], + "Key": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "KeyExpiry": "2026-10-06T08:31:18Z", + "DiscoKey": "discokey:76111e282ff359d6fd25b2b68f605c25506ba259571f29d2c11d4277a914bf36", + "Addresses": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "AllowedIPs": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "Endpoints": ["77.164.248.136:60527", "10.65.0.27:60527", "172.17.0.1:60527"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54213}, - {"Proto": "peerapi6", "Port": 54213}, + {"Proto": "peerapi4", "Port": 43760}, + {"Proto": "peerapi6", "Port": 43760}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:11.756635239Z", + "Created": "2026-04-09T08:31:18.363455501Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2699,302 +2703,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "MachineKey": "mkey:8c4cb9dcc4c868cd13dabd45a83c6c11bfea71f32a8d16c9acee16b9fefaab70", + "NodeKey": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "MachineKey": "mkey:ae5b32ba6c9883f1aad404eff91903310b7671fbcb7fa2be7c705334984d7f39", "Peers": [{ - "ID": 168878302260280, - "StableID": "nZHuGW9VK211CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:6f18e9ff6807919077af01624f932fb5869c68ce59aebe50e53a206684cc4716", - "Addresses": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "AllowedIPs": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "Endpoints": ["77.164.248.136:55696", "10.65.0.27:55696", "172.17.0.1:55696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42554}, - {"Proto": "peerapi6", "Port": 42554} - ]}, - "Created": "2026-04-09T01:25:11.213042291Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 633339639224608, - "StableID": "nRoc9zkqw511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "DiscoKey": "discokey:487afe7a794f7c87d94e8e131eab46a477aa2e5004e6dc2dd646562e2e64db3e", - "Addresses": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "AllowedIPs": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "Endpoints": ["77.164.248.136:56246", "10.65.0.27:56246", "172.17.0.1:56246"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 41594}, - {"Proto": "peerapi6", "Port": 41594} - ]}, - "Created": "2026-04-09T01:25:10.133308275Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1221756970303487, - "StableID": "n8bpk4VLYA11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "DiscoKey": "discokey:cd324bcc93114c14ab19835948c940f782048908f427ca1d0665203749359d2c", - "Addresses": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "AllowedIPs": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "Endpoints": ["77.164.248.136:48354", "10.65.0.27:48354", "172.17.0.1:48354"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 61097}, - {"Proto": "peerapi6", "Port": 61097} - ]}, - "Created": "2026-04-09T01:25:06.879104141Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1604769671506700, - "StableID": "nVBYbXaoXD11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "DiscoKey": "discokey:39b7fabac3f1926bf89358365c4aad12ca8bc288c55646d9998610d98efd8b04", - "Addresses": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "AllowedIPs": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "Endpoints": ["77.164.248.136:46696", "10.65.0.27:46696", "172.17.0.1:46696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 52702}, - {"Proto": "peerapi6", "Port": 52702} - ]}, - "Created": "2026-04-09T01:25:04.680368806Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3291053976690049, - "StableID": "ntEeEdQXhS11CNTRL", + "ID": 718401365845955, + "StableID": "nvGhemBNc611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "DiscoKey": "discokey:dbad7c3fdde4799ee8ce2af6518da1af2ef24f6259a1885303c1ba001f4d7b4e", - "Addresses": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "AllowedIPs": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "Endpoints": ["77.164.248.136:48931", "10.65.0.27:48931", "172.17.0.1:48931"], + "Key": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "DiscoKey": "discokey:0bf9f6d33aa0440e0d0bb92029e2fb01c4c55b8de1a21411c68a3c4cfd7ee36a", + "Addresses": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "AllowedIPs": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "Endpoints": ["77.164.248.136:60493", "10.65.0.27:60493", "172.17.0.1:60493"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53789}, - {"Proto": "peerapi6", "Port": 53789} + {"Proto": "peerapi4", "Port": 34767}, + {"Proto": "peerapi6", "Port": 34767} ]}, - "Created": "2026-04-09T01:25:09.583259868Z", + "Created": "2026-04-09T08:31:15.892512478Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3292474553900077, - "StableID": "nccAnxiAiS11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "DiscoKey": "discokey:588df4bb7bf2cfa6cf4c134358cf3bdfb06c753d01f8856bd1fe961c8b7fbb67", - "Addresses": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "AllowedIPs": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "Endpoints": ["77.164.248.136:33388", "10.65.0.27:33388", "172.17.0.1:33388"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37522}, - {"Proto": "peerapi6", "Port": 37522} - ]}, - "Created": "2026-04-09T01:25:07.42647435Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3941298351873107, - "StableID": "nALk12E2nX11CNTRL", + "ID": 1093116609660489, + "StableID": "neHSbYK5Y911CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "DiscoKey": "discokey:046df54671614f87a359b15c49235b3e830adc44b44aab3d4e98accb2f33b52a", - "Addresses": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "AllowedIPs": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "Endpoints": ["77.164.248.136:57243", "10.65.0.27:57243", "172.17.0.1:57243"], - "HomeDERP": 14, + "Key": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "DiscoKey": "discokey:385d6e86a531d54dc4a092a249364c9a2d27a06de39397f40eda58d94adaf213", + "Addresses": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "AllowedIPs": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "Endpoints": ["77.164.248.136:42996", "10.65.0.27:42996", "172.17.0.1:42996"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63689}, - {"Proto": "peerapi6", "Port": 63689} + {"Proto": "peerapi4", "Port": 53835}, + {"Proto": "peerapi6", "Port": 53835} ]}, - "Created": "2026-04-09T01:25:03.965311148Z", + "Created": "2026-04-09T08:31:10.608054432Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4197136131926355, - "StableID": "nnkXZeetmZ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "KeyExpiry": "2026-10-06T01:25:10Z", - "DiscoKey": "discokey:bc618aedd75574f216b76ecb1797ab9f3cb5dd012480b194c2c9aebbfe8aa022", - "Addresses": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "AllowedIPs": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "Endpoints": ["77.164.248.136:58189", "10.65.0.27:58189", "172.17.0.1:58189"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53616}, - {"Proto": "peerapi6", "Port": 53616} - ]}, - "Created": "2026-04-09T01:25:10.669414349Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4630793392976180, - "StableID": "n3nMjD6JAd11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1971701813834982, + "StableID": "nqWkWGGzPG11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "DiscoKey": "discokey:ff95e4776cf729bf5661c965692f19250d202f510748786180c8b68bf8b0a65d", - "Addresses": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "AllowedIPs": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "Endpoints": ["77.164.248.136:38173", "10.65.0.27:38173", "172.17.0.1:38173"], + "Key": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "DiscoKey": "discokey:1f2a0ad16a53b7d0e8991e159be98ebef84d98f7b9fc3268e3a87e79846a454e", + "Addresses": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "AllowedIPs": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "Endpoints": ["77.164.248.136:34023", "10.65.0.27:34023", "172.17.0.1:34023"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57362}, - {"Proto": "peerapi6", "Port": 57362} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37252}, + {"Proto": "peerapi6", "Port": 37252} ]}, - "Created": "2026-04-09T01:25:06.311514636Z", + "Created": "2026-04-09T08:31:13.211451161Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 6147223015914536, - "StableID": "nRfvjE861q11CNTRL", + "ID": 3378242282533411, + "StableID": "neW6GPh1PT11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "DiscoKey": "discokey:a917348833e33ead8ac0d83958aa49b1321cfa081c727bc48aa2e88da3d3df5a", - "Addresses": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "AllowedIPs": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "Endpoints": ["77.164.248.136:40898", "10.65.0.27:40898", "172.17.0.1:40898"], + "Key": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "DiscoKey": "discokey:c3fd29c385cabd75442a45f6c970e0e4412ecd5a076c2292fbb9946980be3b74", + "Addresses": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "AllowedIPs": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "Endpoints": ["77.164.248.136:36569", "10.65.0.27:36569", "172.17.0.1:36569"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43656}, - {"Proto": "peerapi6", "Port": 43656} + {"Proto": "peerapi4", "Port": 56141}, + {"Proto": "peerapi6", "Port": 56141} ]}, - "Created": "2026-04-09T01:25:08.485190807Z", + "Created": "2026-04-09T08:31:14.825871122Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6365668894560618, - "StableID": "n52C11L2ir11CNTRL", + "ID": 4171158894656658, + "StableID": "n7qN4jG8aZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "DiscoKey": "discokey:1cefca2be32055c12c18e76eb3e63c7b50fad1ab6cf772c0dbe342ba33bacb41", - "Addresses": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "AllowedIPs": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "Endpoints": ["77.164.248.136:46192", "10.65.0.27:46192", "172.17.0.1:46192"], + "Key": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "DiscoKey": "discokey:05b06755d9048b86ba7ce24bbda628cec8df4cd1b25221b62df418d53b954a3c", + "Addresses": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "AllowedIPs": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "Endpoints": ["77.164.248.136:56029", "10.65.0.27:56029", "172.17.0.1:56029"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62354}, - {"Proto": "peerapi6", "Port": 62354} + {"Proto": "peerapi4", "Port": 57545}, + {"Proto": "peerapi6", "Port": 57545} ]}, - "Created": "2026-04-09T01:25:05.762171136Z", + "Created": "2026-04-09T08:31:12.142229445Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6765864384164218, - "StableID": "nugq1WnGqu11CNTRL", + "ID": 5286216559173353, + "StableID": "ngz5Ypw8Hi11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "DiscoKey": "discokey:e0fad6bc83a45ad313df16dceb23b6dae22072378b4939a5f1489f8feae5c322", + "Addresses": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "AllowedIPs": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "Endpoints": ["77.164.248.136:47037", "10.65.0.27:47037", "172.17.0.1:47037"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59888}, + {"Proto": "peerapi6", "Port": 59888} + ]}, + "Created": "2026-04-09T08:31:14.284512367Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6368241093396328, + "StableID": "nBpZQutBjr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:b4a9cc420f0ca1fde1a1310f2bce0aaa6c7265d1cd9d9723d6313ce54ea6b40e", + "Addresses": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "AllowedIPs": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "Endpoints": ["77.164.248.136:52160", "10.65.0.27:52160", "172.17.0.1:52160"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:31:17.754425472Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6967787607498433, + "StableID": "naVooyxiQw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "DiscoKey": "discokey:b2dc7d168943662e5fa9f517960dca9ac1cdbcc4b9b87ac8f9f83754f302ab12", + "Addresses": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "AllowedIPs": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "Endpoints": ["77.164.248.136:38367", "10.65.0.27:38367", "172.17.0.1:38367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 46224}, + {"Proto": "peerapi6", "Port": 46224} + ]}, + "Created": "2026-04-09T08:31:16.623734523Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7103046764448582, + "StableID": "nZWLLezyTx11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "DiscoKey": "discokey:5e5260b58601f4ce431ffb9f6049c18e6f7cfb017b65ca25afad08b3d5cab577", + "Addresses": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "AllowedIPs": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "Endpoints": ["77.164.248.136:60281", "10.65.0.27:60281", "172.17.0.1:60281"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 54363}, + {"Proto": "peerapi6", "Port": 54363} + ]}, + "Created": "2026-04-09T08:31:12.678210106Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7126088106363908, + "StableID": "n3ePpYFRex11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "DiscoKey": "discokey:7dd2ff9b0c38cf8cb48453e50f8a118f0c5feaa579b9dade87e9129d24d5c622", - "Addresses": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "AllowedIPs": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "Endpoints": ["77.164.248.136:54689", "10.65.0.27:54689", "172.17.0.1:54689"], + "Key": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "DiscoKey": "discokey:138c50e2b04ceaa6510da0cb4a855a9afbbd6039a11bb48924261daa78ef260b", + "Addresses": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "AllowedIPs": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "Endpoints": ["77.164.248.136:37874", "10.65.0.27:37874", "172.17.0.1:37874"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 57162}, - {"Proto": "peerapi6", "Port": 57162} + {"Proto": "peerapi4", "Port": 54654}, + {"Proto": "peerapi6", "Port": 54654} ]}, - "Created": "2026-04-09T01:25:05.215447241Z", + "Created": "2026-04-09T08:31:11.616647098Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7437782842046834, - "StableID": "n3f8Ghwa5121CNTRL", + "ID": 7502724072945868, + "StableID": "nyRNTfqza121CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "DiscoKey": "discokey:e683a1c7dcca114a21d447434befcbd59ca9ac27b5e3d07ebaed63a8b6630431", - "Addresses": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "AllowedIPs": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "Endpoints": ["77.164.248.136:40912", "10.65.0.27:40912", "172.17.0.1:40912"], + "Key": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "DiscoKey": "discokey:ce32b1395fe5f0f657c8d97d10a6ea1924945e6e1b421b88cca98fd4a402d930", + "Addresses": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "AllowedIPs": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "Endpoints": ["77.164.248.136:59172", "10.65.0.27:59172", "172.17.0.1:59172"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 46726}, - {"Proto": "peerapi6", "Port": 46726} + {"Proto": "peerapi4", "Port": 34010}, + {"Proto": "peerapi6", "Port": 34010} ]}, - "Created": "2026-04-09T01:25:09.032180754Z", + "Created": "2026-04-09T08:31:15.364564626Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8699211867948811, - "StableID": "np1iiaYtvA21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7992595912843082, + "StableID": "nMGdTcwrQ521CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "DiscoKey": "discokey:997aff35f5fa76b4d72583fe0d82112a6c779327f3f06027880a5e6e1a6b4f17", - "Addresses": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "AllowedIPs": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "Endpoints": ["77.164.248.136:42031", "10.65.0.27:42031", "172.17.0.1:42031"], + "Key": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "DiscoKey": "discokey:e52714e1032b121f77a6674a308502cb0c265d02fca143350e5fa74720052439", + "Addresses": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "AllowedIPs": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 35537}, - {"Proto": "peerapi6", "Port": 35537} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50800}, + {"Proto": "peerapi6", "Port": 50800} ]}, - "Created": "2026-04-09T01:25:07.953700555Z", + "Created": "2026-04-09T08:31:11.060572776Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8022984886833634, + "StableID": "nfhe26Dde521CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "DiscoKey": "discokey:eb9b88bcc8abc3bf62e257e3bec7adf96d5795b8b57951b26f7488af314c7530", + "Addresses": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "AllowedIPs": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "Endpoints": ["77.164.248.136:57889", "10.65.0.27:57889", "172.17.0.1:57889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 46020}, + {"Proto": "peerapi6", "Port": 46020} + ]}, + "Created": "2026-04-09T08:31:13.766377344Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8298795523079729, + "StableID": "n8Q6VbHYo721CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:06a98307b32b0ea4da3643e5d4c17a3969eef5f469293f5cc795a2cc3381904e", + "Addresses": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "AllowedIPs": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "Endpoints": ["77.164.248.136:55620", "10.65.0.27:55620", "172.17.0.1:55620"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39458}, + {"Proto": "peerapi6", "Port": 39458} + ]}, + "Created": "2026-04-09T08:31:17.215518611Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3022,7 +3026,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.109.38.50"}, {"nodeIP": "fd7a:115c:a1e0::d637:2632"}], + "principals": [{"nodeIP": "100.81.41.74"}, {"nodeIP": "fd7a:115c:a1e0::7f37:294a"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -3848,26 +3852,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.109.38.50"}, {"nodeIP": "fd7a:115c:a1e0::d637:2632"}], + "principals": [{"nodeIP": "100.81.41.74"}, {"nodeIP": "fd7a:115c:a1e0::7f37:294a"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -3901,26 +3906,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6765864384164218, - "StableID": "nugq1WnGqu11CNTRL", + "ID": 7126088106363908, + "StableID": "n3ePpYFRex11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 6765864384164218, - "Key": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "DiscoKey": "discokey:7dd2ff9b0c38cf8cb48453e50f8a118f0c5feaa579b9dade87e9129d24d5c622", - "Addresses": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "AllowedIPs": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "Endpoints": ["77.164.248.136:54689", "10.65.0.27:54689", "172.17.0.1:54689"], + "User": 7126088106363908, + "Key": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "DiscoKey": "discokey:138c50e2b04ceaa6510da0cb4a855a9afbbd6039a11bb48924261daa78ef260b", + "Addresses": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "AllowedIPs": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "Endpoints": ["77.164.248.136:37874", "10.65.0.27:37874", "172.17.0.1:37874"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 57162}, - {"Proto": "peerapi6", "Port": 57162}, + {"Proto": "peerapi4", "Port": 54654}, + {"Proto": "peerapi6", "Port": 54654}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:05.215447241Z", + "Created": "2026-04-09T08:31:11.616647098Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3948,302 +3953,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "MachineKey": "mkey:188bc4a387d6579ba091aab4b41aa9ece6123899b90480de8450dba91976d230", + "NodeKey": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "MachineKey": "mkey:38bd06265f738066e804105cf210af74d8a88164eb25f0527465edcd41fed044", "Peers": [{ - "ID": 168878302260280, - "StableID": "nZHuGW9VK211CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:6f18e9ff6807919077af01624f932fb5869c68ce59aebe50e53a206684cc4716", - "Addresses": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "AllowedIPs": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "Endpoints": ["77.164.248.136:55696", "10.65.0.27:55696", "172.17.0.1:55696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42554}, - {"Proto": "peerapi6", "Port": 42554} - ]}, - "Created": "2026-04-09T01:25:11.213042291Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 633339639224608, - "StableID": "nRoc9zkqw511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "DiscoKey": "discokey:487afe7a794f7c87d94e8e131eab46a477aa2e5004e6dc2dd646562e2e64db3e", - "Addresses": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "AllowedIPs": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "Endpoints": ["77.164.248.136:56246", "10.65.0.27:56246", "172.17.0.1:56246"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 41594}, - {"Proto": "peerapi6", "Port": 41594} - ]}, - "Created": "2026-04-09T01:25:10.133308275Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1221756970303487, - "StableID": "n8bpk4VLYA11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "DiscoKey": "discokey:cd324bcc93114c14ab19835948c940f782048908f427ca1d0665203749359d2c", - "Addresses": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "AllowedIPs": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "Endpoints": ["77.164.248.136:48354", "10.65.0.27:48354", "172.17.0.1:48354"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 61097}, - {"Proto": "peerapi6", "Port": 61097} - ]}, - "Created": "2026-04-09T01:25:06.879104141Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1604769671506700, - "StableID": "nVBYbXaoXD11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "DiscoKey": "discokey:39b7fabac3f1926bf89358365c4aad12ca8bc288c55646d9998610d98efd8b04", - "Addresses": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "AllowedIPs": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "Endpoints": ["77.164.248.136:46696", "10.65.0.27:46696", "172.17.0.1:46696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 52702}, - {"Proto": "peerapi6", "Port": 52702} - ]}, - "Created": "2026-04-09T01:25:04.680368806Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3291053976690049, - "StableID": "ntEeEdQXhS11CNTRL", + "ID": 718401365845955, + "StableID": "nvGhemBNc611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "DiscoKey": "discokey:dbad7c3fdde4799ee8ce2af6518da1af2ef24f6259a1885303c1ba001f4d7b4e", - "Addresses": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "AllowedIPs": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "Endpoints": ["77.164.248.136:48931", "10.65.0.27:48931", "172.17.0.1:48931"], + "Key": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "DiscoKey": "discokey:0bf9f6d33aa0440e0d0bb92029e2fb01c4c55b8de1a21411c68a3c4cfd7ee36a", + "Addresses": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "AllowedIPs": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "Endpoints": ["77.164.248.136:60493", "10.65.0.27:60493", "172.17.0.1:60493"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53789}, - {"Proto": "peerapi6", "Port": 53789} + {"Proto": "peerapi4", "Port": 34767}, + {"Proto": "peerapi6", "Port": 34767} ]}, - "Created": "2026-04-09T01:25:09.583259868Z", + "Created": "2026-04-09T08:31:15.892512478Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3292474553900077, - "StableID": "nccAnxiAiS11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "DiscoKey": "discokey:588df4bb7bf2cfa6cf4c134358cf3bdfb06c753d01f8856bd1fe961c8b7fbb67", - "Addresses": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "AllowedIPs": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "Endpoints": ["77.164.248.136:33388", "10.65.0.27:33388", "172.17.0.1:33388"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37522}, - {"Proto": "peerapi6", "Port": 37522} - ]}, - "Created": "2026-04-09T01:25:07.42647435Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3941298351873107, - "StableID": "nALk12E2nX11CNTRL", + "ID": 1093116609660489, + "StableID": "neHSbYK5Y911CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "DiscoKey": "discokey:046df54671614f87a359b15c49235b3e830adc44b44aab3d4e98accb2f33b52a", - "Addresses": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "AllowedIPs": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "Endpoints": ["77.164.248.136:57243", "10.65.0.27:57243", "172.17.0.1:57243"], - "HomeDERP": 14, + "Key": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "DiscoKey": "discokey:385d6e86a531d54dc4a092a249364c9a2d27a06de39397f40eda58d94adaf213", + "Addresses": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "AllowedIPs": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "Endpoints": ["77.164.248.136:42996", "10.65.0.27:42996", "172.17.0.1:42996"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63689}, - {"Proto": "peerapi6", "Port": 63689} + {"Proto": "peerapi4", "Port": 53835}, + {"Proto": "peerapi6", "Port": 53835} ]}, - "Created": "2026-04-09T01:25:03.965311148Z", + "Created": "2026-04-09T08:31:10.608054432Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4197136131926355, - "StableID": "nnkXZeetmZ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "KeyExpiry": "2026-10-06T01:25:10Z", - "DiscoKey": "discokey:bc618aedd75574f216b76ecb1797ab9f3cb5dd012480b194c2c9aebbfe8aa022", - "Addresses": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "AllowedIPs": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "Endpoints": ["77.164.248.136:58189", "10.65.0.27:58189", "172.17.0.1:58189"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53616}, - {"Proto": "peerapi6", "Port": 53616} - ]}, - "Created": "2026-04-09T01:25:10.669414349Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4630793392976180, - "StableID": "n3nMjD6JAd11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1971701813834982, + "StableID": "nqWkWGGzPG11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "DiscoKey": "discokey:ff95e4776cf729bf5661c965692f19250d202f510748786180c8b68bf8b0a65d", - "Addresses": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "AllowedIPs": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "Endpoints": ["77.164.248.136:38173", "10.65.0.27:38173", "172.17.0.1:38173"], + "Key": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "DiscoKey": "discokey:1f2a0ad16a53b7d0e8991e159be98ebef84d98f7b9fc3268e3a87e79846a454e", + "Addresses": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "AllowedIPs": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "Endpoints": ["77.164.248.136:34023", "10.65.0.27:34023", "172.17.0.1:34023"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57362}, - {"Proto": "peerapi6", "Port": 57362} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37252}, + {"Proto": "peerapi6", "Port": 37252} ]}, - "Created": "2026-04-09T01:25:06.311514636Z", + "Created": "2026-04-09T08:31:13.211451161Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 6147223015914536, - "StableID": "nRfvjE861q11CNTRL", + "ID": 3378242282533411, + "StableID": "neW6GPh1PT11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "DiscoKey": "discokey:a917348833e33ead8ac0d83958aa49b1321cfa081c727bc48aa2e88da3d3df5a", - "Addresses": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "AllowedIPs": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "Endpoints": ["77.164.248.136:40898", "10.65.0.27:40898", "172.17.0.1:40898"], + "Key": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "DiscoKey": "discokey:c3fd29c385cabd75442a45f6c970e0e4412ecd5a076c2292fbb9946980be3b74", + "Addresses": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "AllowedIPs": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "Endpoints": ["77.164.248.136:36569", "10.65.0.27:36569", "172.17.0.1:36569"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43656}, - {"Proto": "peerapi6", "Port": 43656} + {"Proto": "peerapi4", "Port": 56141}, + {"Proto": "peerapi6", "Port": 56141} ]}, - "Created": "2026-04-09T01:25:08.485190807Z", + "Created": "2026-04-09T08:31:14.825871122Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6365668894560618, - "StableID": "n52C11L2ir11CNTRL", + "ID": 3646097330756358, + "StableID": "nBTRe4oKUV11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "KeyExpiry": "2026-10-06T08:31:18Z", + "DiscoKey": "discokey:76111e282ff359d6fd25b2b68f605c25506ba259571f29d2c11d4277a914bf36", + "Addresses": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "AllowedIPs": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "Endpoints": ["77.164.248.136:60527", "10.65.0.27:60527", "172.17.0.1:60527"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43760}, + {"Proto": "peerapi6", "Port": 43760} + ]}, + "Created": "2026-04-09T08:31:18.363455501Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4171158894656658, + "StableID": "n7qN4jG8aZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "DiscoKey": "discokey:1cefca2be32055c12c18e76eb3e63c7b50fad1ab6cf772c0dbe342ba33bacb41", - "Addresses": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "AllowedIPs": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "Endpoints": ["77.164.248.136:46192", "10.65.0.27:46192", "172.17.0.1:46192"], + "Key": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "DiscoKey": "discokey:05b06755d9048b86ba7ce24bbda628cec8df4cd1b25221b62df418d53b954a3c", + "Addresses": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "AllowedIPs": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "Endpoints": ["77.164.248.136:56029", "10.65.0.27:56029", "172.17.0.1:56029"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62354}, - {"Proto": "peerapi6", "Port": 62354} + {"Proto": "peerapi4", "Port": 57545}, + {"Proto": "peerapi6", "Port": 57545} ]}, - "Created": "2026-04-09T01:25:05.762171136Z", + "Created": "2026-04-09T08:31:12.142229445Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 7437782842046834, - "StableID": "n3f8Ghwa5121CNTRL", + "ID": 5286216559173353, + "StableID": "ngz5Ypw8Hi11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "DiscoKey": "discokey:e0fad6bc83a45ad313df16dceb23b6dae22072378b4939a5f1489f8feae5c322", + "Addresses": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "AllowedIPs": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "Endpoints": ["77.164.248.136:47037", "10.65.0.27:47037", "172.17.0.1:47037"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59888}, + {"Proto": "peerapi6", "Port": 59888} + ]}, + "Created": "2026-04-09T08:31:14.284512367Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6368241093396328, + "StableID": "nBpZQutBjr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:b4a9cc420f0ca1fde1a1310f2bce0aaa6c7265d1cd9d9723d6313ce54ea6b40e", + "Addresses": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "AllowedIPs": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "Endpoints": ["77.164.248.136:52160", "10.65.0.27:52160", "172.17.0.1:52160"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:31:17.754425472Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6967787607498433, + "StableID": "naVooyxiQw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "DiscoKey": "discokey:b2dc7d168943662e5fa9f517960dca9ac1cdbcc4b9b87ac8f9f83754f302ab12", + "Addresses": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "AllowedIPs": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "Endpoints": ["77.164.248.136:38367", "10.65.0.27:38367", "172.17.0.1:38367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 46224}, + {"Proto": "peerapi6", "Port": 46224} + ]}, + "Created": "2026-04-09T08:31:16.623734523Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7103046764448582, + "StableID": "nZWLLezyTx11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "DiscoKey": "discokey:5e5260b58601f4ce431ffb9f6049c18e6f7cfb017b65ca25afad08b3d5cab577", + "Addresses": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "AllowedIPs": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "Endpoints": ["77.164.248.136:60281", "10.65.0.27:60281", "172.17.0.1:60281"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 54363}, + {"Proto": "peerapi6", "Port": 54363} + ]}, + "Created": "2026-04-09T08:31:12.678210106Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7502724072945868, + "StableID": "nyRNTfqza121CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "DiscoKey": "discokey:e683a1c7dcca114a21d447434befcbd59ca9ac27b5e3d07ebaed63a8b6630431", - "Addresses": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "AllowedIPs": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "Endpoints": ["77.164.248.136:40912", "10.65.0.27:40912", "172.17.0.1:40912"], + "Key": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "DiscoKey": "discokey:ce32b1395fe5f0f657c8d97d10a6ea1924945e6e1b421b88cca98fd4a402d930", + "Addresses": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "AllowedIPs": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "Endpoints": ["77.164.248.136:59172", "10.65.0.27:59172", "172.17.0.1:59172"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 46726}, - {"Proto": "peerapi6", "Port": 46726} + {"Proto": "peerapi4", "Port": 34010}, + {"Proto": "peerapi6", "Port": 34010} ]}, - "Created": "2026-04-09T01:25:09.032180754Z", + "Created": "2026-04-09T08:31:15.364564626Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8098119383766878, - "StableID": "nfPiE8seE621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:a46be8956c2de17ac2edd2fb16dc94e2d3c9a71ccee13d17a2289918344b5676", - "Addresses": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "AllowedIPs": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54213}, - {"Proto": "peerapi6", "Port": 54213} - ]}, - "Created": "2026-04-09T01:25:11.756635239Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8699211867948811, - "StableID": "np1iiaYtvA21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7992595912843082, + "StableID": "nMGdTcwrQ521CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "DiscoKey": "discokey:997aff35f5fa76b4d72583fe0d82112a6c779327f3f06027880a5e6e1a6b4f17", - "Addresses": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "AllowedIPs": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "Endpoints": ["77.164.248.136:42031", "10.65.0.27:42031", "172.17.0.1:42031"], + "Key": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "DiscoKey": "discokey:e52714e1032b121f77a6674a308502cb0c265d02fca143350e5fa74720052439", + "Addresses": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "AllowedIPs": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 35537}, - {"Proto": "peerapi6", "Port": 35537} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50800}, + {"Proto": "peerapi6", "Port": 50800} ]}, - "Created": "2026-04-09T01:25:07.953700555Z", + "Created": "2026-04-09T08:31:11.060572776Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8022984886833634, + "StableID": "nfhe26Dde521CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "DiscoKey": "discokey:eb9b88bcc8abc3bf62e257e3bec7adf96d5795b8b57951b26f7488af314c7530", + "Addresses": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "AllowedIPs": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "Endpoints": ["77.164.248.136:57889", "10.65.0.27:57889", "172.17.0.1:57889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 46020}, + {"Proto": "peerapi6", "Port": 46020} + ]}, + "Created": "2026-04-09T08:31:13.766377344Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8298795523079729, + "StableID": "n8Q6VbHYo721CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:06a98307b32b0ea4da3643e5d4c17a3969eef5f469293f5cc795a2cc3381904e", + "Addresses": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "AllowedIPs": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "Endpoints": ["77.164.248.136:55620", "10.65.0.27:55620", "172.17.0.1:55620"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39458}, + {"Proto": "peerapi6", "Port": 39458} + ]}, + "Created": "2026-04-09T08:31:17.215518611Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5091,27 +5096,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6765864384164218": { - "ID": 6765864384164218, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7126088106363908": { + "ID": 7126088106363908, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5142,26 +5149,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8699211867948811, - "StableID": "np1iiaYtvA21CNTRL", + "ID": 5286216559173353, + "StableID": "ngz5Ypw8Hi11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 8699211867948811, - "Key": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "DiscoKey": "discokey:997aff35f5fa76b4d72583fe0d82112a6c779327f3f06027880a5e6e1a6b4f17", - "Addresses": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "AllowedIPs": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "Endpoints": ["77.164.248.136:42031", "10.65.0.27:42031", "172.17.0.1:42031"], + "User": 5286216559173353, + "Key": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "DiscoKey": "discokey:e0fad6bc83a45ad313df16dceb23b6dae22072378b4939a5f1489f8feae5c322", + "Addresses": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "AllowedIPs": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "Endpoints": ["77.164.248.136:47037", "10.65.0.27:47037", "172.17.0.1:47037"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 35537}, - {"Proto": "peerapi6", "Port": 35537}, + {"Proto": "peerapi4", "Port": 59888}, + {"Proto": "peerapi6", "Port": 59888}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:07.953700555Z", + "Created": "2026-04-09T08:31:14.284512367Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5189,302 +5196,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "MachineKey": "mkey:8912f141fc788325e7d91064f52f6884d76764016ed607230dff292230b96d72", + "NodeKey": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "MachineKey": "mkey:c22339d7687669c48ff043a13ebd099c83e994071adef4762c989e014c0ce111", "Peers": [{ - "ID": 168878302260280, - "StableID": "nZHuGW9VK211CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:6f18e9ff6807919077af01624f932fb5869c68ce59aebe50e53a206684cc4716", - "Addresses": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "AllowedIPs": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "Endpoints": ["77.164.248.136:55696", "10.65.0.27:55696", "172.17.0.1:55696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42554}, - {"Proto": "peerapi6", "Port": 42554} - ]}, - "Created": "2026-04-09T01:25:11.213042291Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 633339639224608, - "StableID": "nRoc9zkqw511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "DiscoKey": "discokey:487afe7a794f7c87d94e8e131eab46a477aa2e5004e6dc2dd646562e2e64db3e", - "Addresses": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "AllowedIPs": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "Endpoints": ["77.164.248.136:56246", "10.65.0.27:56246", "172.17.0.1:56246"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 41594}, - {"Proto": "peerapi6", "Port": 41594} - ]}, - "Created": "2026-04-09T01:25:10.133308275Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1221756970303487, - "StableID": "n8bpk4VLYA11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "DiscoKey": "discokey:cd324bcc93114c14ab19835948c940f782048908f427ca1d0665203749359d2c", - "Addresses": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "AllowedIPs": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "Endpoints": ["77.164.248.136:48354", "10.65.0.27:48354", "172.17.0.1:48354"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 61097}, - {"Proto": "peerapi6", "Port": 61097} - ]}, - "Created": "2026-04-09T01:25:06.879104141Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1604769671506700, - "StableID": "nVBYbXaoXD11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "DiscoKey": "discokey:39b7fabac3f1926bf89358365c4aad12ca8bc288c55646d9998610d98efd8b04", - "Addresses": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "AllowedIPs": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "Endpoints": ["77.164.248.136:46696", "10.65.0.27:46696", "172.17.0.1:46696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 52702}, - {"Proto": "peerapi6", "Port": 52702} - ]}, - "Created": "2026-04-09T01:25:04.680368806Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3291053976690049, - "StableID": "ntEeEdQXhS11CNTRL", + "ID": 718401365845955, + "StableID": "nvGhemBNc611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "DiscoKey": "discokey:dbad7c3fdde4799ee8ce2af6518da1af2ef24f6259a1885303c1ba001f4d7b4e", - "Addresses": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "AllowedIPs": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "Endpoints": ["77.164.248.136:48931", "10.65.0.27:48931", "172.17.0.1:48931"], + "Key": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "DiscoKey": "discokey:0bf9f6d33aa0440e0d0bb92029e2fb01c4c55b8de1a21411c68a3c4cfd7ee36a", + "Addresses": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "AllowedIPs": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "Endpoints": ["77.164.248.136:60493", "10.65.0.27:60493", "172.17.0.1:60493"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53789}, - {"Proto": "peerapi6", "Port": 53789} + {"Proto": "peerapi4", "Port": 34767}, + {"Proto": "peerapi6", "Port": 34767} ]}, - "Created": "2026-04-09T01:25:09.583259868Z", + "Created": "2026-04-09T08:31:15.892512478Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3292474553900077, - "StableID": "nccAnxiAiS11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "DiscoKey": "discokey:588df4bb7bf2cfa6cf4c134358cf3bdfb06c753d01f8856bd1fe961c8b7fbb67", - "Addresses": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "AllowedIPs": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "Endpoints": ["77.164.248.136:33388", "10.65.0.27:33388", "172.17.0.1:33388"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37522}, - {"Proto": "peerapi6", "Port": 37522} - ]}, - "Created": "2026-04-09T01:25:07.42647435Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3941298351873107, - "StableID": "nALk12E2nX11CNTRL", + "ID": 1093116609660489, + "StableID": "neHSbYK5Y911CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "DiscoKey": "discokey:046df54671614f87a359b15c49235b3e830adc44b44aab3d4e98accb2f33b52a", - "Addresses": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "AllowedIPs": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "Endpoints": ["77.164.248.136:57243", "10.65.0.27:57243", "172.17.0.1:57243"], - "HomeDERP": 14, + "Key": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "DiscoKey": "discokey:385d6e86a531d54dc4a092a249364c9a2d27a06de39397f40eda58d94adaf213", + "Addresses": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "AllowedIPs": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "Endpoints": ["77.164.248.136:42996", "10.65.0.27:42996", "172.17.0.1:42996"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63689}, - {"Proto": "peerapi6", "Port": 63689} + {"Proto": "peerapi4", "Port": 53835}, + {"Proto": "peerapi6", "Port": 53835} ]}, - "Created": "2026-04-09T01:25:03.965311148Z", + "Created": "2026-04-09T08:31:10.608054432Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4197136131926355, - "StableID": "nnkXZeetmZ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "KeyExpiry": "2026-10-06T01:25:10Z", - "DiscoKey": "discokey:bc618aedd75574f216b76ecb1797ab9f3cb5dd012480b194c2c9aebbfe8aa022", - "Addresses": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "AllowedIPs": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "Endpoints": ["77.164.248.136:58189", "10.65.0.27:58189", "172.17.0.1:58189"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53616}, - {"Proto": "peerapi6", "Port": 53616} - ]}, - "Created": "2026-04-09T01:25:10.669414349Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4630793392976180, - "StableID": "n3nMjD6JAd11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1971701813834982, + "StableID": "nqWkWGGzPG11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "DiscoKey": "discokey:ff95e4776cf729bf5661c965692f19250d202f510748786180c8b68bf8b0a65d", - "Addresses": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "AllowedIPs": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "Endpoints": ["77.164.248.136:38173", "10.65.0.27:38173", "172.17.0.1:38173"], + "Key": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "DiscoKey": "discokey:1f2a0ad16a53b7d0e8991e159be98ebef84d98f7b9fc3268e3a87e79846a454e", + "Addresses": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "AllowedIPs": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "Endpoints": ["77.164.248.136:34023", "10.65.0.27:34023", "172.17.0.1:34023"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57362}, - {"Proto": "peerapi6", "Port": 57362} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37252}, + {"Proto": "peerapi6", "Port": 37252} ]}, - "Created": "2026-04-09T01:25:06.311514636Z", + "Created": "2026-04-09T08:31:13.211451161Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 6147223015914536, - "StableID": "nRfvjE861q11CNTRL", + "ID": 3378242282533411, + "StableID": "neW6GPh1PT11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "DiscoKey": "discokey:a917348833e33ead8ac0d83958aa49b1321cfa081c727bc48aa2e88da3d3df5a", - "Addresses": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "AllowedIPs": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "Endpoints": ["77.164.248.136:40898", "10.65.0.27:40898", "172.17.0.1:40898"], + "Key": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "DiscoKey": "discokey:c3fd29c385cabd75442a45f6c970e0e4412ecd5a076c2292fbb9946980be3b74", + "Addresses": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "AllowedIPs": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "Endpoints": ["77.164.248.136:36569", "10.65.0.27:36569", "172.17.0.1:36569"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43656}, - {"Proto": "peerapi6", "Port": 43656} + {"Proto": "peerapi4", "Port": 56141}, + {"Proto": "peerapi6", "Port": 56141} ]}, - "Created": "2026-04-09T01:25:08.485190807Z", + "Created": "2026-04-09T08:31:14.825871122Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6365668894560618, - "StableID": "n52C11L2ir11CNTRL", + "ID": 3646097330756358, + "StableID": "nBTRe4oKUV11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "KeyExpiry": "2026-10-06T08:31:18Z", + "DiscoKey": "discokey:76111e282ff359d6fd25b2b68f605c25506ba259571f29d2c11d4277a914bf36", + "Addresses": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "AllowedIPs": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "Endpoints": ["77.164.248.136:60527", "10.65.0.27:60527", "172.17.0.1:60527"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43760}, + {"Proto": "peerapi6", "Port": 43760} + ]}, + "Created": "2026-04-09T08:31:18.363455501Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4171158894656658, + "StableID": "n7qN4jG8aZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "DiscoKey": "discokey:1cefca2be32055c12c18e76eb3e63c7b50fad1ab6cf772c0dbe342ba33bacb41", - "Addresses": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "AllowedIPs": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "Endpoints": ["77.164.248.136:46192", "10.65.0.27:46192", "172.17.0.1:46192"], + "Key": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "DiscoKey": "discokey:05b06755d9048b86ba7ce24bbda628cec8df4cd1b25221b62df418d53b954a3c", + "Addresses": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "AllowedIPs": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "Endpoints": ["77.164.248.136:56029", "10.65.0.27:56029", "172.17.0.1:56029"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62354}, - {"Proto": "peerapi6", "Port": 62354} + {"Proto": "peerapi4", "Port": 57545}, + {"Proto": "peerapi6", "Port": 57545} ]}, - "Created": "2026-04-09T01:25:05.762171136Z", + "Created": "2026-04-09T08:31:12.142229445Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6765864384164218, - "StableID": "nugq1WnGqu11CNTRL", + "ID": 6368241093396328, + "StableID": "nBpZQutBjr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:b4a9cc420f0ca1fde1a1310f2bce0aaa6c7265d1cd9d9723d6313ce54ea6b40e", + "Addresses": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "AllowedIPs": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "Endpoints": ["77.164.248.136:52160", "10.65.0.27:52160", "172.17.0.1:52160"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:31:17.754425472Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6967787607498433, + "StableID": "naVooyxiQw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "DiscoKey": "discokey:b2dc7d168943662e5fa9f517960dca9ac1cdbcc4b9b87ac8f9f83754f302ab12", + "Addresses": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "AllowedIPs": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "Endpoints": ["77.164.248.136:38367", "10.65.0.27:38367", "172.17.0.1:38367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 46224}, + {"Proto": "peerapi6", "Port": 46224} + ]}, + "Created": "2026-04-09T08:31:16.623734523Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7103046764448582, + "StableID": "nZWLLezyTx11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "DiscoKey": "discokey:5e5260b58601f4ce431ffb9f6049c18e6f7cfb017b65ca25afad08b3d5cab577", + "Addresses": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "AllowedIPs": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "Endpoints": ["77.164.248.136:60281", "10.65.0.27:60281", "172.17.0.1:60281"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 54363}, + {"Proto": "peerapi6", "Port": 54363} + ]}, + "Created": "2026-04-09T08:31:12.678210106Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7126088106363908, + "StableID": "n3ePpYFRex11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "DiscoKey": "discokey:7dd2ff9b0c38cf8cb48453e50f8a118f0c5feaa579b9dade87e9129d24d5c622", - "Addresses": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "AllowedIPs": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "Endpoints": ["77.164.248.136:54689", "10.65.0.27:54689", "172.17.0.1:54689"], + "Key": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "DiscoKey": "discokey:138c50e2b04ceaa6510da0cb4a855a9afbbd6039a11bb48924261daa78ef260b", + "Addresses": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "AllowedIPs": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "Endpoints": ["77.164.248.136:37874", "10.65.0.27:37874", "172.17.0.1:37874"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 57162}, - {"Proto": "peerapi6", "Port": 57162} + {"Proto": "peerapi4", "Port": 54654}, + {"Proto": "peerapi6", "Port": 54654} ]}, - "Created": "2026-04-09T01:25:05.215447241Z", + "Created": "2026-04-09T08:31:11.616647098Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7437782842046834, - "StableID": "n3f8Ghwa5121CNTRL", + "ID": 7502724072945868, + "StableID": "nyRNTfqza121CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "DiscoKey": "discokey:e683a1c7dcca114a21d447434befcbd59ca9ac27b5e3d07ebaed63a8b6630431", - "Addresses": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "AllowedIPs": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "Endpoints": ["77.164.248.136:40912", "10.65.0.27:40912", "172.17.0.1:40912"], + "Key": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "DiscoKey": "discokey:ce32b1395fe5f0f657c8d97d10a6ea1924945e6e1b421b88cca98fd4a402d930", + "Addresses": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "AllowedIPs": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "Endpoints": ["77.164.248.136:59172", "10.65.0.27:59172", "172.17.0.1:59172"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 46726}, - {"Proto": "peerapi6", "Port": 46726} + {"Proto": "peerapi4", "Port": 34010}, + {"Proto": "peerapi6", "Port": 34010} ]}, - "Created": "2026-04-09T01:25:09.032180754Z", + "Created": "2026-04-09T08:31:15.364564626Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8098119383766878, - "StableID": "nfPiE8seE621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:a46be8956c2de17ac2edd2fb16dc94e2d3c9a71ccee13d17a2289918344b5676", - "Addresses": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "AllowedIPs": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], + "ID": 7992595912843082, + "StableID": "nMGdTcwrQ521CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "DiscoKey": "discokey:e52714e1032b121f77a6674a308502cb0c265d02fca143350e5fa74720052439", + "Addresses": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "AllowedIPs": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54213}, - {"Proto": "peerapi6", "Port": 54213} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50800}, + {"Proto": "peerapi6", "Port": 50800} ]}, - "Created": "2026-04-09T01:25:11.756635239Z", + "Created": "2026-04-09T08:31:11.060572776Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8022984886833634, + "StableID": "nfhe26Dde521CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "DiscoKey": "discokey:eb9b88bcc8abc3bf62e257e3bec7adf96d5795b8b57951b26f7488af314c7530", + "Addresses": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "AllowedIPs": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "Endpoints": ["77.164.248.136:57889", "10.65.0.27:57889", "172.17.0.1:57889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 46020}, + {"Proto": "peerapi6", "Port": 46020} + ]}, + "Created": "2026-04-09T08:31:13.766377344Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8298795523079729, + "StableID": "n8Q6VbHYo721CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:06a98307b32b0ea4da3643e5d4c17a3969eef5f469293f5cc795a2cc3381904e", + "Addresses": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "AllowedIPs": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "Endpoints": ["77.164.248.136:55620", "10.65.0.27:55620", "172.17.0.1:55620"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39458}, + {"Proto": "peerapi6", "Port": 39458} + ]}, + "Created": "2026-04-09T08:31:17.215518611Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6332,27 +6339,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8699211867948811": { - "ID": 8699211867948811, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5286216559173353": { + "ID": 5286216559173353, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6383,22 +6392,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4197136131926355, - "StableID": "nnkXZeetmZ11CNTRL", + "ID": 8298795523079729, + "StableID": "n8Q6VbHYo721CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "KeyExpiry": "2026-10-06T01:25:10Z", - "DiscoKey": "discokey:bc618aedd75574f216b76ecb1797ab9f3cb5dd012480b194c2c9aebbfe8aa022", - "Addresses": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "AllowedIPs": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "Endpoints": ["77.164.248.136:58189", "10.65.0.27:58189", "172.17.0.1:58189"], + "Key": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:06a98307b32b0ea4da3643e5d4c17a3969eef5f469293f5cc795a2cc3381904e", + "Addresses": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "AllowedIPs": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "Endpoints": ["77.164.248.136:55620", "10.65.0.27:55620", "172.17.0.1:55620"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53616}, - {"Proto": "peerapi6", "Port": 53616}, + {"Proto": "peerapi4", "Port": 39458}, + {"Proto": "peerapi6", "Port": 39458}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:10.669414349Z", + "Created": "2026-04-09T08:31:17.215518611Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6425,302 +6434,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "MachineKey": "mkey:ab6fe86032a8bc1451f5617d8a606269476f97e53b82e0449914086bb659b545", + "NodeKey": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "MachineKey": "mkey:3b124f8d5a98b8a2ec26129b6e510d8d184386cefd28da566fcac20ce6f5ed43", "Peers": [{ - "ID": 168878302260280, - "StableID": "nZHuGW9VK211CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:6f18e9ff6807919077af01624f932fb5869c68ce59aebe50e53a206684cc4716", - "Addresses": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "AllowedIPs": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "Endpoints": ["77.164.248.136:55696", "10.65.0.27:55696", "172.17.0.1:55696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42554}, - {"Proto": "peerapi6", "Port": 42554} - ]}, - "Created": "2026-04-09T01:25:11.213042291Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 633339639224608, - "StableID": "nRoc9zkqw511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "DiscoKey": "discokey:487afe7a794f7c87d94e8e131eab46a477aa2e5004e6dc2dd646562e2e64db3e", - "Addresses": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "AllowedIPs": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "Endpoints": ["77.164.248.136:56246", "10.65.0.27:56246", "172.17.0.1:56246"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 41594}, - {"Proto": "peerapi6", "Port": 41594} - ]}, - "Created": "2026-04-09T01:25:10.133308275Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1221756970303487, - "StableID": "n8bpk4VLYA11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "DiscoKey": "discokey:cd324bcc93114c14ab19835948c940f782048908f427ca1d0665203749359d2c", - "Addresses": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "AllowedIPs": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "Endpoints": ["77.164.248.136:48354", "10.65.0.27:48354", "172.17.0.1:48354"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 61097}, - {"Proto": "peerapi6", "Port": 61097} - ]}, - "Created": "2026-04-09T01:25:06.879104141Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1604769671506700, - "StableID": "nVBYbXaoXD11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "DiscoKey": "discokey:39b7fabac3f1926bf89358365c4aad12ca8bc288c55646d9998610d98efd8b04", - "Addresses": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "AllowedIPs": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "Endpoints": ["77.164.248.136:46696", "10.65.0.27:46696", "172.17.0.1:46696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 52702}, - {"Proto": "peerapi6", "Port": 52702} - ]}, - "Created": "2026-04-09T01:25:04.680368806Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3291053976690049, - "StableID": "ntEeEdQXhS11CNTRL", + "ID": 718401365845955, + "StableID": "nvGhemBNc611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "DiscoKey": "discokey:dbad7c3fdde4799ee8ce2af6518da1af2ef24f6259a1885303c1ba001f4d7b4e", - "Addresses": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "AllowedIPs": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "Endpoints": ["77.164.248.136:48931", "10.65.0.27:48931", "172.17.0.1:48931"], + "Key": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "DiscoKey": "discokey:0bf9f6d33aa0440e0d0bb92029e2fb01c4c55b8de1a21411c68a3c4cfd7ee36a", + "Addresses": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "AllowedIPs": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "Endpoints": ["77.164.248.136:60493", "10.65.0.27:60493", "172.17.0.1:60493"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53789}, - {"Proto": "peerapi6", "Port": 53789} + {"Proto": "peerapi4", "Port": 34767}, + {"Proto": "peerapi6", "Port": 34767} ]}, - "Created": "2026-04-09T01:25:09.583259868Z", + "Created": "2026-04-09T08:31:15.892512478Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3292474553900077, - "StableID": "nccAnxiAiS11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "DiscoKey": "discokey:588df4bb7bf2cfa6cf4c134358cf3bdfb06c753d01f8856bd1fe961c8b7fbb67", - "Addresses": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "AllowedIPs": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "Endpoints": ["77.164.248.136:33388", "10.65.0.27:33388", "172.17.0.1:33388"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37522}, - {"Proto": "peerapi6", "Port": 37522} - ]}, - "Created": "2026-04-09T01:25:07.42647435Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3941298351873107, - "StableID": "nALk12E2nX11CNTRL", + "ID": 1093116609660489, + "StableID": "neHSbYK5Y911CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "DiscoKey": "discokey:046df54671614f87a359b15c49235b3e830adc44b44aab3d4e98accb2f33b52a", - "Addresses": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "AllowedIPs": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "Endpoints": ["77.164.248.136:57243", "10.65.0.27:57243", "172.17.0.1:57243"], - "HomeDERP": 14, + "Key": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "DiscoKey": "discokey:385d6e86a531d54dc4a092a249364c9a2d27a06de39397f40eda58d94adaf213", + "Addresses": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "AllowedIPs": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "Endpoints": ["77.164.248.136:42996", "10.65.0.27:42996", "172.17.0.1:42996"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63689}, - {"Proto": "peerapi6", "Port": 63689} + {"Proto": "peerapi4", "Port": 53835}, + {"Proto": "peerapi6", "Port": 53835} ]}, - "Created": "2026-04-09T01:25:03.965311148Z", + "Created": "2026-04-09T08:31:10.608054432Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4630793392976180, - "StableID": "n3nMjD6JAd11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1971701813834982, + "StableID": "nqWkWGGzPG11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "DiscoKey": "discokey:ff95e4776cf729bf5661c965692f19250d202f510748786180c8b68bf8b0a65d", - "Addresses": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "AllowedIPs": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "Endpoints": ["77.164.248.136:38173", "10.65.0.27:38173", "172.17.0.1:38173"], + "Key": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "DiscoKey": "discokey:1f2a0ad16a53b7d0e8991e159be98ebef84d98f7b9fc3268e3a87e79846a454e", + "Addresses": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "AllowedIPs": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "Endpoints": ["77.164.248.136:34023", "10.65.0.27:34023", "172.17.0.1:34023"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57362}, - {"Proto": "peerapi6", "Port": 57362} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37252}, + {"Proto": "peerapi6", "Port": 37252} ]}, - "Created": "2026-04-09T01:25:06.311514636Z", + "Created": "2026-04-09T08:31:13.211451161Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 6147223015914536, - "StableID": "nRfvjE861q11CNTRL", + "ID": 3378242282533411, + "StableID": "neW6GPh1PT11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "DiscoKey": "discokey:a917348833e33ead8ac0d83958aa49b1321cfa081c727bc48aa2e88da3d3df5a", - "Addresses": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "AllowedIPs": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "Endpoints": ["77.164.248.136:40898", "10.65.0.27:40898", "172.17.0.1:40898"], + "Key": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "DiscoKey": "discokey:c3fd29c385cabd75442a45f6c970e0e4412ecd5a076c2292fbb9946980be3b74", + "Addresses": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "AllowedIPs": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "Endpoints": ["77.164.248.136:36569", "10.65.0.27:36569", "172.17.0.1:36569"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43656}, - {"Proto": "peerapi6", "Port": 43656} + {"Proto": "peerapi4", "Port": 56141}, + {"Proto": "peerapi6", "Port": 56141} ]}, - "Created": "2026-04-09T01:25:08.485190807Z", + "Created": "2026-04-09T08:31:14.825871122Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6365668894560618, - "StableID": "n52C11L2ir11CNTRL", + "ID": 3646097330756358, + "StableID": "nBTRe4oKUV11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "KeyExpiry": "2026-10-06T08:31:18Z", + "DiscoKey": "discokey:76111e282ff359d6fd25b2b68f605c25506ba259571f29d2c11d4277a914bf36", + "Addresses": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "AllowedIPs": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "Endpoints": ["77.164.248.136:60527", "10.65.0.27:60527", "172.17.0.1:60527"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43760}, + {"Proto": "peerapi6", "Port": 43760} + ]}, + "Created": "2026-04-09T08:31:18.363455501Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4171158894656658, + "StableID": "n7qN4jG8aZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "DiscoKey": "discokey:1cefca2be32055c12c18e76eb3e63c7b50fad1ab6cf772c0dbe342ba33bacb41", - "Addresses": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "AllowedIPs": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "Endpoints": ["77.164.248.136:46192", "10.65.0.27:46192", "172.17.0.1:46192"], + "Key": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "DiscoKey": "discokey:05b06755d9048b86ba7ce24bbda628cec8df4cd1b25221b62df418d53b954a3c", + "Addresses": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "AllowedIPs": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "Endpoints": ["77.164.248.136:56029", "10.65.0.27:56029", "172.17.0.1:56029"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62354}, - {"Proto": "peerapi6", "Port": 62354} + {"Proto": "peerapi4", "Port": 57545}, + {"Proto": "peerapi6", "Port": 57545} ]}, - "Created": "2026-04-09T01:25:05.762171136Z", + "Created": "2026-04-09T08:31:12.142229445Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6765864384164218, - "StableID": "nugq1WnGqu11CNTRL", + "ID": 5286216559173353, + "StableID": "ngz5Ypw8Hi11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "DiscoKey": "discokey:e0fad6bc83a45ad313df16dceb23b6dae22072378b4939a5f1489f8feae5c322", + "Addresses": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "AllowedIPs": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "Endpoints": ["77.164.248.136:47037", "10.65.0.27:47037", "172.17.0.1:47037"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59888}, + {"Proto": "peerapi6", "Port": 59888} + ]}, + "Created": "2026-04-09T08:31:14.284512367Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6368241093396328, + "StableID": "nBpZQutBjr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:b4a9cc420f0ca1fde1a1310f2bce0aaa6c7265d1cd9d9723d6313ce54ea6b40e", + "Addresses": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "AllowedIPs": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "Endpoints": ["77.164.248.136:52160", "10.65.0.27:52160", "172.17.0.1:52160"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:31:17.754425472Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6967787607498433, + "StableID": "naVooyxiQw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "DiscoKey": "discokey:b2dc7d168943662e5fa9f517960dca9ac1cdbcc4b9b87ac8f9f83754f302ab12", + "Addresses": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "AllowedIPs": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "Endpoints": ["77.164.248.136:38367", "10.65.0.27:38367", "172.17.0.1:38367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 46224}, + {"Proto": "peerapi6", "Port": 46224} + ]}, + "Created": "2026-04-09T08:31:16.623734523Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7103046764448582, + "StableID": "nZWLLezyTx11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "DiscoKey": "discokey:5e5260b58601f4ce431ffb9f6049c18e6f7cfb017b65ca25afad08b3d5cab577", + "Addresses": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "AllowedIPs": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "Endpoints": ["77.164.248.136:60281", "10.65.0.27:60281", "172.17.0.1:60281"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 54363}, + {"Proto": "peerapi6", "Port": 54363} + ]}, + "Created": "2026-04-09T08:31:12.678210106Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7126088106363908, + "StableID": "n3ePpYFRex11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "DiscoKey": "discokey:7dd2ff9b0c38cf8cb48453e50f8a118f0c5feaa579b9dade87e9129d24d5c622", - "Addresses": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "AllowedIPs": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "Endpoints": ["77.164.248.136:54689", "10.65.0.27:54689", "172.17.0.1:54689"], + "Key": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "DiscoKey": "discokey:138c50e2b04ceaa6510da0cb4a855a9afbbd6039a11bb48924261daa78ef260b", + "Addresses": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "AllowedIPs": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "Endpoints": ["77.164.248.136:37874", "10.65.0.27:37874", "172.17.0.1:37874"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 57162}, - {"Proto": "peerapi6", "Port": 57162} + {"Proto": "peerapi4", "Port": 54654}, + {"Proto": "peerapi6", "Port": 54654} ]}, - "Created": "2026-04-09T01:25:05.215447241Z", + "Created": "2026-04-09T08:31:11.616647098Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7437782842046834, - "StableID": "n3f8Ghwa5121CNTRL", + "ID": 7502724072945868, + "StableID": "nyRNTfqza121CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "DiscoKey": "discokey:e683a1c7dcca114a21d447434befcbd59ca9ac27b5e3d07ebaed63a8b6630431", - "Addresses": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "AllowedIPs": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "Endpoints": ["77.164.248.136:40912", "10.65.0.27:40912", "172.17.0.1:40912"], + "Key": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "DiscoKey": "discokey:ce32b1395fe5f0f657c8d97d10a6ea1924945e6e1b421b88cca98fd4a402d930", + "Addresses": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "AllowedIPs": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "Endpoints": ["77.164.248.136:59172", "10.65.0.27:59172", "172.17.0.1:59172"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 46726}, - {"Proto": "peerapi6", "Port": 46726} + {"Proto": "peerapi4", "Port": 34010}, + {"Proto": "peerapi6", "Port": 34010} ]}, - "Created": "2026-04-09T01:25:09.032180754Z", + "Created": "2026-04-09T08:31:15.364564626Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8098119383766878, - "StableID": "nfPiE8seE621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:a46be8956c2de17ac2edd2fb16dc94e2d3c9a71ccee13d17a2289918344b5676", - "Addresses": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "AllowedIPs": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54213}, - {"Proto": "peerapi6", "Port": 54213} - ]}, - "Created": "2026-04-09T01:25:11.756635239Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8699211867948811, - "StableID": "np1iiaYtvA21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7992595912843082, + "StableID": "nMGdTcwrQ521CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "DiscoKey": "discokey:997aff35f5fa76b4d72583fe0d82112a6c779327f3f06027880a5e6e1a6b4f17", - "Addresses": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "AllowedIPs": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "Endpoints": ["77.164.248.136:42031", "10.65.0.27:42031", "172.17.0.1:42031"], + "Key": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "DiscoKey": "discokey:e52714e1032b121f77a6674a308502cb0c265d02fca143350e5fa74720052439", + "Addresses": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "AllowedIPs": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 35537}, - {"Proto": "peerapi6", "Port": 35537} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50800}, + {"Proto": "peerapi6", "Port": 50800} ]}, - "Created": "2026-04-09T01:25:07.953700555Z", + "Created": "2026-04-09T08:31:11.060572776Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8022984886833634, + "StableID": "nfhe26Dde521CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "DiscoKey": "discokey:eb9b88bcc8abc3bf62e257e3bec7adf96d5795b8b57951b26f7488af314c7530", + "Addresses": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "AllowedIPs": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "Endpoints": ["77.164.248.136:57889", "10.65.0.27:57889", "172.17.0.1:57889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 46020}, + {"Proto": "peerapi6", "Port": 46020} + ]}, + "Created": "2026-04-09T08:31:13.766377344Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6748,7 +6757,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.77.53.37"}, {"nodeIP": "fd7a:115c:a1e0::7137:3525"}], + "principals": [{"nodeIP": "100.125.164.19"}, {"nodeIP": "fd7a:115c:a1e0::b137:a413"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -7574,26 +7583,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.77.53.37"}, {"nodeIP": "fd7a:115c:a1e0::7137:3525"}], + "principals": [{"nodeIP": "100.125.164.19"}, {"nodeIP": "fd7a:115c:a1e0::b137:a413"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -7627,21 +7637,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3291053976690049, - "StableID": "ntEeEdQXhS11CNTRL", + "ID": 718401365845955, + "StableID": "nvGhemBNc611CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 3291053976690049, - "Key": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "DiscoKey": "discokey:dbad7c3fdde4799ee8ce2af6518da1af2ef24f6259a1885303c1ba001f4d7b4e", - "Addresses": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "AllowedIPs": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "Endpoints": ["77.164.248.136:48931", "10.65.0.27:48931", "172.17.0.1:48931"], + "User": 718401365845955, + "Key": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "DiscoKey": "discokey:0bf9f6d33aa0440e0d0bb92029e2fb01c4c55b8de1a21411c68a3c4cfd7ee36a", + "Addresses": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "AllowedIPs": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "Endpoints": ["77.164.248.136:60493", "10.65.0.27:60493", "172.17.0.1:60493"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 53789}, - {"Proto": "peerapi6", "Port": 53789}, + {"Proto": "peerapi4", "Port": 34767}, + {"Proto": "peerapi6", "Port": 34767}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:09.583259868Z", + "Created": "2026-04-09T08:31:15.892512478Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7669,300 +7679,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "MachineKey": "mkey:2629acd0ddfd57707e1b4d91d04f34677c4ee8214e4f7c04737845edb425bf02", + "NodeKey": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "MachineKey": "mkey:77cd273a71d061ff1111e855d6b5d92022bf05c75ef919558394ede870ec6370", "Peers": [{ - "ID": 168878302260280, - "StableID": "nZHuGW9VK211CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:6f18e9ff6807919077af01624f932fb5869c68ce59aebe50e53a206684cc4716", - "Addresses": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "AllowedIPs": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "Endpoints": ["77.164.248.136:55696", "10.65.0.27:55696", "172.17.0.1:55696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42554}, - {"Proto": "peerapi6", "Port": 42554} - ]}, - "Created": "2026-04-09T01:25:11.213042291Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 633339639224608, - "StableID": "nRoc9zkqw511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "DiscoKey": "discokey:487afe7a794f7c87d94e8e131eab46a477aa2e5004e6dc2dd646562e2e64db3e", - "Addresses": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "AllowedIPs": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "Endpoints": ["77.164.248.136:56246", "10.65.0.27:56246", "172.17.0.1:56246"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 41594}, - {"Proto": "peerapi6", "Port": 41594} - ]}, - "Created": "2026-04-09T01:25:10.133308275Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1221756970303487, - "StableID": "n8bpk4VLYA11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "DiscoKey": "discokey:cd324bcc93114c14ab19835948c940f782048908f427ca1d0665203749359d2c", - "Addresses": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "AllowedIPs": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "Endpoints": ["77.164.248.136:48354", "10.65.0.27:48354", "172.17.0.1:48354"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 61097}, - {"Proto": "peerapi6", "Port": 61097} - ]}, - "Created": "2026-04-09T01:25:06.879104141Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1604769671506700, - "StableID": "nVBYbXaoXD11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "DiscoKey": "discokey:39b7fabac3f1926bf89358365c4aad12ca8bc288c55646d9998610d98efd8b04", - "Addresses": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "AllowedIPs": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "Endpoints": ["77.164.248.136:46696", "10.65.0.27:46696", "172.17.0.1:46696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 52702}, - {"Proto": "peerapi6", "Port": 52702} - ]}, - "Created": "2026-04-09T01:25:04.680368806Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3292474553900077, - "StableID": "nccAnxiAiS11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "DiscoKey": "discokey:588df4bb7bf2cfa6cf4c134358cf3bdfb06c753d01f8856bd1fe961c8b7fbb67", - "Addresses": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "AllowedIPs": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "Endpoints": ["77.164.248.136:33388", "10.65.0.27:33388", "172.17.0.1:33388"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37522}, - {"Proto": "peerapi6", "Port": 37522} - ]}, - "Created": "2026-04-09T01:25:07.42647435Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3941298351873107, - "StableID": "nALk12E2nX11CNTRL", + "ID": 1093116609660489, + "StableID": "neHSbYK5Y911CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "DiscoKey": "discokey:046df54671614f87a359b15c49235b3e830adc44b44aab3d4e98accb2f33b52a", - "Addresses": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "AllowedIPs": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "Endpoints": ["77.164.248.136:57243", "10.65.0.27:57243", "172.17.0.1:57243"], - "HomeDERP": 14, + "Key": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "DiscoKey": "discokey:385d6e86a531d54dc4a092a249364c9a2d27a06de39397f40eda58d94adaf213", + "Addresses": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "AllowedIPs": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "Endpoints": ["77.164.248.136:42996", "10.65.0.27:42996", "172.17.0.1:42996"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63689}, - {"Proto": "peerapi6", "Port": 63689} + {"Proto": "peerapi4", "Port": 53835}, + {"Proto": "peerapi6", "Port": 53835} ]}, - "Created": "2026-04-09T01:25:03.965311148Z", + "Created": "2026-04-09T08:31:10.608054432Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4197136131926355, - "StableID": "nnkXZeetmZ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "KeyExpiry": "2026-10-06T01:25:10Z", - "DiscoKey": "discokey:bc618aedd75574f216b76ecb1797ab9f3cb5dd012480b194c2c9aebbfe8aa022", - "Addresses": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "AllowedIPs": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "Endpoints": ["77.164.248.136:58189", "10.65.0.27:58189", "172.17.0.1:58189"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53616}, - {"Proto": "peerapi6", "Port": 53616} - ]}, - "Created": "2026-04-09T01:25:10.669414349Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4630793392976180, - "StableID": "n3nMjD6JAd11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1971701813834982, + "StableID": "nqWkWGGzPG11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "DiscoKey": "discokey:ff95e4776cf729bf5661c965692f19250d202f510748786180c8b68bf8b0a65d", - "Addresses": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "AllowedIPs": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "Endpoints": ["77.164.248.136:38173", "10.65.0.27:38173", "172.17.0.1:38173"], + "Key": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "DiscoKey": "discokey:1f2a0ad16a53b7d0e8991e159be98ebef84d98f7b9fc3268e3a87e79846a454e", + "Addresses": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "AllowedIPs": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "Endpoints": ["77.164.248.136:34023", "10.65.0.27:34023", "172.17.0.1:34023"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57362}, - {"Proto": "peerapi6", "Port": 57362} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37252}, + {"Proto": "peerapi6", "Port": 37252} ]}, - "Created": "2026-04-09T01:25:06.311514636Z", + "Created": "2026-04-09T08:31:13.211451161Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 6147223015914536, - "StableID": "nRfvjE861q11CNTRL", + "ID": 3378242282533411, + "StableID": "neW6GPh1PT11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "DiscoKey": "discokey:a917348833e33ead8ac0d83958aa49b1321cfa081c727bc48aa2e88da3d3df5a", - "Addresses": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "AllowedIPs": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "Endpoints": ["77.164.248.136:40898", "10.65.0.27:40898", "172.17.0.1:40898"], + "Key": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "DiscoKey": "discokey:c3fd29c385cabd75442a45f6c970e0e4412ecd5a076c2292fbb9946980be3b74", + "Addresses": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "AllowedIPs": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "Endpoints": ["77.164.248.136:36569", "10.65.0.27:36569", "172.17.0.1:36569"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43656}, - {"Proto": "peerapi6", "Port": 43656} + {"Proto": "peerapi4", "Port": 56141}, + {"Proto": "peerapi6", "Port": 56141} ]}, - "Created": "2026-04-09T01:25:08.485190807Z", + "Created": "2026-04-09T08:31:14.825871122Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6365668894560618, - "StableID": "n52C11L2ir11CNTRL", + "ID": 3646097330756358, + "StableID": "nBTRe4oKUV11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "KeyExpiry": "2026-10-06T08:31:18Z", + "DiscoKey": "discokey:76111e282ff359d6fd25b2b68f605c25506ba259571f29d2c11d4277a914bf36", + "Addresses": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "AllowedIPs": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43760}, + {"Proto": "peerapi6", "Port": 43760} + ]}, + "Created": "2026-04-09T08:31:18.363455501Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4171158894656658, + "StableID": "n7qN4jG8aZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "DiscoKey": "discokey:1cefca2be32055c12c18e76eb3e63c7b50fad1ab6cf772c0dbe342ba33bacb41", - "Addresses": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "AllowedIPs": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "Endpoints": ["77.164.248.136:46192", "10.65.0.27:46192", "172.17.0.1:46192"], + "Key": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "DiscoKey": "discokey:05b06755d9048b86ba7ce24bbda628cec8df4cd1b25221b62df418d53b954a3c", + "Addresses": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "AllowedIPs": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "Endpoints": ["77.164.248.136:56029", "10.65.0.27:56029", "172.17.0.1:56029"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62354}, - {"Proto": "peerapi6", "Port": 62354} + {"Proto": "peerapi4", "Port": 57545}, + {"Proto": "peerapi6", "Port": 57545} ]}, - "Created": "2026-04-09T01:25:05.762171136Z", + "Created": "2026-04-09T08:31:12.142229445Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6765864384164218, - "StableID": "nugq1WnGqu11CNTRL", + "ID": 5286216559173353, + "StableID": "ngz5Ypw8Hi11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "DiscoKey": "discokey:e0fad6bc83a45ad313df16dceb23b6dae22072378b4939a5f1489f8feae5c322", + "Addresses": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "AllowedIPs": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "Endpoints": ["77.164.248.136:47037", "10.65.0.27:47037", "172.17.0.1:47037"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59888}, + {"Proto": "peerapi6", "Port": 59888} + ]}, + "Created": "2026-04-09T08:31:14.284512367Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6368241093396328, + "StableID": "nBpZQutBjr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:b4a9cc420f0ca1fde1a1310f2bce0aaa6c7265d1cd9d9723d6313ce54ea6b40e", + "Addresses": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "AllowedIPs": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "Endpoints": ["77.164.248.136:52160", "10.65.0.27:52160", "172.17.0.1:52160"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:31:17.754425472Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6967787607498433, + "StableID": "naVooyxiQw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "DiscoKey": "discokey:b2dc7d168943662e5fa9f517960dca9ac1cdbcc4b9b87ac8f9f83754f302ab12", + "Addresses": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "AllowedIPs": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "Endpoints": ["77.164.248.136:38367", "10.65.0.27:38367", "172.17.0.1:38367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 46224}, + {"Proto": "peerapi6", "Port": 46224} + ]}, + "Created": "2026-04-09T08:31:16.623734523Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7103046764448582, + "StableID": "nZWLLezyTx11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "DiscoKey": "discokey:5e5260b58601f4ce431ffb9f6049c18e6f7cfb017b65ca25afad08b3d5cab577", + "Addresses": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "AllowedIPs": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "Endpoints": ["77.164.248.136:60281", "10.65.0.27:60281", "172.17.0.1:60281"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 54363}, + {"Proto": "peerapi6", "Port": 54363} + ]}, + "Created": "2026-04-09T08:31:12.678210106Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7126088106363908, + "StableID": "n3ePpYFRex11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "DiscoKey": "discokey:7dd2ff9b0c38cf8cb48453e50f8a118f0c5feaa579b9dade87e9129d24d5c622", - "Addresses": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "AllowedIPs": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "Endpoints": ["77.164.248.136:54689", "10.65.0.27:54689", "172.17.0.1:54689"], + "Key": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "DiscoKey": "discokey:138c50e2b04ceaa6510da0cb4a855a9afbbd6039a11bb48924261daa78ef260b", + "Addresses": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "AllowedIPs": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "Endpoints": ["77.164.248.136:37874", "10.65.0.27:37874", "172.17.0.1:37874"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 57162}, - {"Proto": "peerapi6", "Port": 57162} + {"Proto": "peerapi4", "Port": 54654}, + {"Proto": "peerapi6", "Port": 54654} ]}, - "Created": "2026-04-09T01:25:05.215447241Z", + "Created": "2026-04-09T08:31:11.616647098Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7437782842046834, - "StableID": "n3f8Ghwa5121CNTRL", + "ID": 7502724072945868, + "StableID": "nyRNTfqza121CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "DiscoKey": "discokey:e683a1c7dcca114a21d447434befcbd59ca9ac27b5e3d07ebaed63a8b6630431", - "Addresses": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "AllowedIPs": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "Endpoints": ["77.164.248.136:40912", "10.65.0.27:40912", "172.17.0.1:40912"], + "Key": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "DiscoKey": "discokey:ce32b1395fe5f0f657c8d97d10a6ea1924945e6e1b421b88cca98fd4a402d930", + "Addresses": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "AllowedIPs": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "Endpoints": ["77.164.248.136:59172", "10.65.0.27:59172", "172.17.0.1:59172"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 46726}, - {"Proto": "peerapi6", "Port": 46726} + {"Proto": "peerapi4", "Port": 34010}, + {"Proto": "peerapi6", "Port": 34010} ]}, - "Created": "2026-04-09T01:25:09.032180754Z", + "Created": "2026-04-09T08:31:15.364564626Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8098119383766878, - "StableID": "nfPiE8seE621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:a46be8956c2de17ac2edd2fb16dc94e2d3c9a71ccee13d17a2289918344b5676", - "Addresses": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "AllowedIPs": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54213}, - {"Proto": "peerapi6", "Port": 54213} - ]}, - "Created": "2026-04-09T01:25:11.756635239Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8699211867948811, - "StableID": "np1iiaYtvA21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7992595912843082, + "StableID": "nMGdTcwrQ521CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "DiscoKey": "discokey:997aff35f5fa76b4d72583fe0d82112a6c779327f3f06027880a5e6e1a6b4f17", - "Addresses": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "AllowedIPs": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "Endpoints": ["77.164.248.136:42031", "10.65.0.27:42031", "172.17.0.1:42031"], + "Key": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "DiscoKey": "discokey:e52714e1032b121f77a6674a308502cb0c265d02fca143350e5fa74720052439", + "Addresses": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "AllowedIPs": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 35537}, - {"Proto": "peerapi6", "Port": 35537} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50800}, + {"Proto": "peerapi6", "Port": 50800} ]}, - "Created": "2026-04-09T01:25:07.953700555Z", + "Created": "2026-04-09T08:31:11.060572776Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8022984886833634, + "StableID": "nfhe26Dde521CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "DiscoKey": "discokey:eb9b88bcc8abc3bf62e257e3bec7adf96d5795b8b57951b26f7488af314c7530", + "Addresses": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "AllowedIPs": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "Endpoints": ["77.164.248.136:57889", "10.65.0.27:57889", "172.17.0.1:57889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 46020}, + {"Proto": "peerapi6", "Port": 46020} + ]}, + "Created": "2026-04-09T08:31:13.766377344Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8298795523079729, + "StableID": "n8Q6VbHYo721CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:06a98307b32b0ea4da3643e5d4c17a3969eef5f469293f5cc795a2cc3381904e", + "Addresses": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "AllowedIPs": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "Endpoints": ["77.164.248.136:55620", "10.65.0.27:55620", "172.17.0.1:55620"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39458}, + {"Proto": "peerapi6", "Port": 39458} + ]}, + "Created": "2026-04-09T08:31:17.215518611Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8810,27 +8820,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3291053976690049": { - "ID": 3291053976690049, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "718401365845955": { + "ID": 718401365845955, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8861,26 +8873,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1604769671506700, - "StableID": "nVBYbXaoXD11CNTRL", + "ID": 7992595912843082, + "StableID": "nMGdTcwrQ521CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1604769671506700, - "Key": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "DiscoKey": "discokey:39b7fabac3f1926bf89358365c4aad12ca8bc288c55646d9998610d98efd8b04", - "Addresses": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "AllowedIPs": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "Endpoints": ["77.164.248.136:46696", "10.65.0.27:46696", "172.17.0.1:46696"], + "User": 7992595912843082, + "Key": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "DiscoKey": "discokey:e52714e1032b121f77a6674a308502cb0c265d02fca143350e5fa74720052439", + "Addresses": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "AllowedIPs": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 52702}, - {"Proto": "peerapi6", "Port": 52702}, + {"Proto": "peerapi4", "Port": 50800}, + {"Proto": "peerapi6", "Port": 50800}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:04.680368806Z", + "Created": "2026-04-09T08:31:11.060572776Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8908,302 +8920,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "MachineKey": "mkey:4dac07540a40773e9a8946bbba67e01ff45d91221ca41b494e0780b7dcfc1769", + "NodeKey": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "MachineKey": "mkey:748189cb6ce19457f0479cc889f6401059f058473a56bd6dd865ad9d2a911e39", "Peers": [{ - "ID": 168878302260280, - "StableID": "nZHuGW9VK211CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:6f18e9ff6807919077af01624f932fb5869c68ce59aebe50e53a206684cc4716", - "Addresses": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "AllowedIPs": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "Endpoints": ["77.164.248.136:55696", "10.65.0.27:55696", "172.17.0.1:55696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42554}, - {"Proto": "peerapi6", "Port": 42554} - ]}, - "Created": "2026-04-09T01:25:11.213042291Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 633339639224608, - "StableID": "nRoc9zkqw511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "DiscoKey": "discokey:487afe7a794f7c87d94e8e131eab46a477aa2e5004e6dc2dd646562e2e64db3e", - "Addresses": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "AllowedIPs": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "Endpoints": ["77.164.248.136:56246", "10.65.0.27:56246", "172.17.0.1:56246"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 41594}, - {"Proto": "peerapi6", "Port": 41594} - ]}, - "Created": "2026-04-09T01:25:10.133308275Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1221756970303487, - "StableID": "n8bpk4VLYA11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "DiscoKey": "discokey:cd324bcc93114c14ab19835948c940f782048908f427ca1d0665203749359d2c", - "Addresses": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "AllowedIPs": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "Endpoints": ["77.164.248.136:48354", "10.65.0.27:48354", "172.17.0.1:48354"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 61097}, - {"Proto": "peerapi6", "Port": 61097} - ]}, - "Created": "2026-04-09T01:25:06.879104141Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 3291053976690049, - "StableID": "ntEeEdQXhS11CNTRL", + "ID": 718401365845955, + "StableID": "nvGhemBNc611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "DiscoKey": "discokey:dbad7c3fdde4799ee8ce2af6518da1af2ef24f6259a1885303c1ba001f4d7b4e", - "Addresses": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "AllowedIPs": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "Endpoints": ["77.164.248.136:48931", "10.65.0.27:48931", "172.17.0.1:48931"], + "Key": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "DiscoKey": "discokey:0bf9f6d33aa0440e0d0bb92029e2fb01c4c55b8de1a21411c68a3c4cfd7ee36a", + "Addresses": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "AllowedIPs": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "Endpoints": ["77.164.248.136:60493", "10.65.0.27:60493", "172.17.0.1:60493"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53789}, - {"Proto": "peerapi6", "Port": 53789} + {"Proto": "peerapi4", "Port": 34767}, + {"Proto": "peerapi6", "Port": 34767} ]}, - "Created": "2026-04-09T01:25:09.583259868Z", + "Created": "2026-04-09T08:31:15.892512478Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3292474553900077, - "StableID": "nccAnxiAiS11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "DiscoKey": "discokey:588df4bb7bf2cfa6cf4c134358cf3bdfb06c753d01f8856bd1fe961c8b7fbb67", - "Addresses": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "AllowedIPs": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "Endpoints": ["77.164.248.136:33388", "10.65.0.27:33388", "172.17.0.1:33388"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37522}, - {"Proto": "peerapi6", "Port": 37522} - ]}, - "Created": "2026-04-09T01:25:07.42647435Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3941298351873107, - "StableID": "nALk12E2nX11CNTRL", + "ID": 1093116609660489, + "StableID": "neHSbYK5Y911CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "DiscoKey": "discokey:046df54671614f87a359b15c49235b3e830adc44b44aab3d4e98accb2f33b52a", - "Addresses": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "AllowedIPs": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "Endpoints": ["77.164.248.136:57243", "10.65.0.27:57243", "172.17.0.1:57243"], - "HomeDERP": 14, + "Key": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "DiscoKey": "discokey:385d6e86a531d54dc4a092a249364c9a2d27a06de39397f40eda58d94adaf213", + "Addresses": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "AllowedIPs": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "Endpoints": ["77.164.248.136:42996", "10.65.0.27:42996", "172.17.0.1:42996"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63689}, - {"Proto": "peerapi6", "Port": 63689} + {"Proto": "peerapi4", "Port": 53835}, + {"Proto": "peerapi6", "Port": 53835} ]}, - "Created": "2026-04-09T01:25:03.965311148Z", + "Created": "2026-04-09T08:31:10.608054432Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4197136131926355, - "StableID": "nnkXZeetmZ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "KeyExpiry": "2026-10-06T01:25:10Z", - "DiscoKey": "discokey:bc618aedd75574f216b76ecb1797ab9f3cb5dd012480b194c2c9aebbfe8aa022", - "Addresses": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "AllowedIPs": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "Endpoints": ["77.164.248.136:58189", "10.65.0.27:58189", "172.17.0.1:58189"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53616}, - {"Proto": "peerapi6", "Port": 53616} - ]}, - "Created": "2026-04-09T01:25:10.669414349Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4630793392976180, - "StableID": "n3nMjD6JAd11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1971701813834982, + "StableID": "nqWkWGGzPG11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "DiscoKey": "discokey:ff95e4776cf729bf5661c965692f19250d202f510748786180c8b68bf8b0a65d", - "Addresses": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "AllowedIPs": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "Endpoints": ["77.164.248.136:38173", "10.65.0.27:38173", "172.17.0.1:38173"], + "Key": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "DiscoKey": "discokey:1f2a0ad16a53b7d0e8991e159be98ebef84d98f7b9fc3268e3a87e79846a454e", + "Addresses": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "AllowedIPs": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "Endpoints": ["77.164.248.136:34023", "10.65.0.27:34023", "172.17.0.1:34023"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57362}, - {"Proto": "peerapi6", "Port": 57362} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37252}, + {"Proto": "peerapi6", "Port": 37252} ]}, - "Created": "2026-04-09T01:25:06.311514636Z", + "Created": "2026-04-09T08:31:13.211451161Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 6147223015914536, - "StableID": "nRfvjE861q11CNTRL", + "ID": 3378242282533411, + "StableID": "neW6GPh1PT11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "DiscoKey": "discokey:a917348833e33ead8ac0d83958aa49b1321cfa081c727bc48aa2e88da3d3df5a", - "Addresses": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "AllowedIPs": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "Endpoints": ["77.164.248.136:40898", "10.65.0.27:40898", "172.17.0.1:40898"], + "Key": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "DiscoKey": "discokey:c3fd29c385cabd75442a45f6c970e0e4412ecd5a076c2292fbb9946980be3b74", + "Addresses": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "AllowedIPs": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "Endpoints": ["77.164.248.136:36569", "10.65.0.27:36569", "172.17.0.1:36569"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43656}, - {"Proto": "peerapi6", "Port": 43656} + {"Proto": "peerapi4", "Port": 56141}, + {"Proto": "peerapi6", "Port": 56141} ]}, - "Created": "2026-04-09T01:25:08.485190807Z", + "Created": "2026-04-09T08:31:14.825871122Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6365668894560618, - "StableID": "n52C11L2ir11CNTRL", + "ID": 3646097330756358, + "StableID": "nBTRe4oKUV11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "KeyExpiry": "2026-10-06T08:31:18Z", + "DiscoKey": "discokey:76111e282ff359d6fd25b2b68f605c25506ba259571f29d2c11d4277a914bf36", + "Addresses": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "AllowedIPs": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "Endpoints": ["77.164.248.136:60527", "10.65.0.27:60527", "172.17.0.1:60527"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43760}, + {"Proto": "peerapi6", "Port": 43760} + ]}, + "Created": "2026-04-09T08:31:18.363455501Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4171158894656658, + "StableID": "n7qN4jG8aZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "DiscoKey": "discokey:1cefca2be32055c12c18e76eb3e63c7b50fad1ab6cf772c0dbe342ba33bacb41", - "Addresses": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "AllowedIPs": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "Endpoints": ["77.164.248.136:46192", "10.65.0.27:46192", "172.17.0.1:46192"], + "Key": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "DiscoKey": "discokey:05b06755d9048b86ba7ce24bbda628cec8df4cd1b25221b62df418d53b954a3c", + "Addresses": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "AllowedIPs": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "Endpoints": ["77.164.248.136:56029", "10.65.0.27:56029", "172.17.0.1:56029"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62354}, - {"Proto": "peerapi6", "Port": 62354} + {"Proto": "peerapi4", "Port": 57545}, + {"Proto": "peerapi6", "Port": 57545} ]}, - "Created": "2026-04-09T01:25:05.762171136Z", + "Created": "2026-04-09T08:31:12.142229445Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6765864384164218, - "StableID": "nugq1WnGqu11CNTRL", + "ID": 5286216559173353, + "StableID": "ngz5Ypw8Hi11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "DiscoKey": "discokey:e0fad6bc83a45ad313df16dceb23b6dae22072378b4939a5f1489f8feae5c322", + "Addresses": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "AllowedIPs": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "Endpoints": ["77.164.248.136:47037", "10.65.0.27:47037", "172.17.0.1:47037"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59888}, + {"Proto": "peerapi6", "Port": 59888} + ]}, + "Created": "2026-04-09T08:31:14.284512367Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6368241093396328, + "StableID": "nBpZQutBjr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:b4a9cc420f0ca1fde1a1310f2bce0aaa6c7265d1cd9d9723d6313ce54ea6b40e", + "Addresses": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "AllowedIPs": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "Endpoints": ["77.164.248.136:52160", "10.65.0.27:52160", "172.17.0.1:52160"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:31:17.754425472Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6967787607498433, + "StableID": "naVooyxiQw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "DiscoKey": "discokey:b2dc7d168943662e5fa9f517960dca9ac1cdbcc4b9b87ac8f9f83754f302ab12", + "Addresses": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "AllowedIPs": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "Endpoints": ["77.164.248.136:38367", "10.65.0.27:38367", "172.17.0.1:38367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 46224}, + {"Proto": "peerapi6", "Port": 46224} + ]}, + "Created": "2026-04-09T08:31:16.623734523Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7103046764448582, + "StableID": "nZWLLezyTx11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "DiscoKey": "discokey:5e5260b58601f4ce431ffb9f6049c18e6f7cfb017b65ca25afad08b3d5cab577", + "Addresses": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "AllowedIPs": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "Endpoints": ["77.164.248.136:60281", "10.65.0.27:60281", "172.17.0.1:60281"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 54363}, + {"Proto": "peerapi6", "Port": 54363} + ]}, + "Created": "2026-04-09T08:31:12.678210106Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7126088106363908, + "StableID": "n3ePpYFRex11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "DiscoKey": "discokey:7dd2ff9b0c38cf8cb48453e50f8a118f0c5feaa579b9dade87e9129d24d5c622", - "Addresses": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "AllowedIPs": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "Endpoints": ["77.164.248.136:54689", "10.65.0.27:54689", "172.17.0.1:54689"], + "Key": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "DiscoKey": "discokey:138c50e2b04ceaa6510da0cb4a855a9afbbd6039a11bb48924261daa78ef260b", + "Addresses": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "AllowedIPs": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "Endpoints": ["77.164.248.136:37874", "10.65.0.27:37874", "172.17.0.1:37874"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 57162}, - {"Proto": "peerapi6", "Port": 57162} + {"Proto": "peerapi4", "Port": 54654}, + {"Proto": "peerapi6", "Port": 54654} ]}, - "Created": "2026-04-09T01:25:05.215447241Z", + "Created": "2026-04-09T08:31:11.616647098Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7437782842046834, - "StableID": "n3f8Ghwa5121CNTRL", + "ID": 7502724072945868, + "StableID": "nyRNTfqza121CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "DiscoKey": "discokey:e683a1c7dcca114a21d447434befcbd59ca9ac27b5e3d07ebaed63a8b6630431", - "Addresses": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "AllowedIPs": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "Endpoints": ["77.164.248.136:40912", "10.65.0.27:40912", "172.17.0.1:40912"], + "Key": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "DiscoKey": "discokey:ce32b1395fe5f0f657c8d97d10a6ea1924945e6e1b421b88cca98fd4a402d930", + "Addresses": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "AllowedIPs": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "Endpoints": ["77.164.248.136:59172", "10.65.0.27:59172", "172.17.0.1:59172"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 46726}, - {"Proto": "peerapi6", "Port": 46726} + {"Proto": "peerapi4", "Port": 34010}, + {"Proto": "peerapi6", "Port": 34010} ]}, - "Created": "2026-04-09T01:25:09.032180754Z", + "Created": "2026-04-09T08:31:15.364564626Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8098119383766878, - "StableID": "nfPiE8seE621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:a46be8956c2de17ac2edd2fb16dc94e2d3c9a71ccee13d17a2289918344b5676", - "Addresses": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "AllowedIPs": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54213}, - {"Proto": "peerapi6", "Port": 54213} - ]}, - "Created": "2026-04-09T01:25:11.756635239Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8699211867948811, - "StableID": "np1iiaYtvA21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 8022984886833634, + "StableID": "nfhe26Dde521CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "DiscoKey": "discokey:997aff35f5fa76b4d72583fe0d82112a6c779327f3f06027880a5e6e1a6b4f17", - "Addresses": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "AllowedIPs": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "Endpoints": ["77.164.248.136:42031", "10.65.0.27:42031", "172.17.0.1:42031"], + "Key": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "DiscoKey": "discokey:eb9b88bcc8abc3bf62e257e3bec7adf96d5795b8b57951b26f7488af314c7530", + "Addresses": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "AllowedIPs": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "Endpoints": ["77.164.248.136:57889", "10.65.0.27:57889", "172.17.0.1:57889"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 35537}, - {"Proto": "peerapi6", "Port": 35537} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 46020}, + {"Proto": "peerapi6", "Port": 46020} ]}, - "Created": "2026-04-09T01:25:07.953700555Z", + "Created": "2026-04-09T08:31:13.766377344Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8298795523079729, + "StableID": "n8Q6VbHYo721CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:06a98307b32b0ea4da3643e5d4c17a3969eef5f469293f5cc795a2cc3381904e", + "Addresses": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "AllowedIPs": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "Endpoints": ["77.164.248.136:55620", "10.65.0.27:55620", "172.17.0.1:55620"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39458}, + {"Proto": "peerapi6", "Port": 39458} + ]}, + "Created": "2026-04-09T08:31:17.215518611Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10051,27 +10063,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1604769671506700": { - "ID": 1604769671506700, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7992595912843082": { + "ID": 7992595912843082, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10102,26 +10116,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3941298351873107, - "StableID": "nALk12E2nX11CNTRL", + "ID": 1093116609660489, + "StableID": "neHSbYK5Y911CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 3941298351873107, - "Key": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "DiscoKey": "discokey:046df54671614f87a359b15c49235b3e830adc44b44aab3d4e98accb2f33b52a", - "Addresses": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "AllowedIPs": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "Endpoints": ["77.164.248.136:57243", "10.65.0.27:57243", "172.17.0.1:57243"], + "User": 1093116609660489, + "Key": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "DiscoKey": "discokey:385d6e86a531d54dc4a092a249364c9a2d27a06de39397f40eda58d94adaf213", + "Addresses": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "AllowedIPs": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "Endpoints": ["77.164.248.136:42996", "10.65.0.27:42996", "172.17.0.1:42996"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 63689}, - {"Proto": "peerapi6", "Port": 63689}, + {"Proto": "peerapi4", "Port": 53835}, + {"Proto": "peerapi6", "Port": 53835}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:03.965311148Z", + "Created": "2026-04-09T08:31:10.608054432Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10149,302 +10163,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "MachineKey": "mkey:edcc5341373bcd0869500e99b0f51eae515137d879a6ae409693eff2f41ba002", + "NodeKey": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "MachineKey": "mkey:ad162af23e8141e83f0d0cf0f9332ce32e9310b953722d8cce9cf53a14f8793d", "Peers": [{ - "ID": 168878302260280, - "StableID": "nZHuGW9VK211CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:6f18e9ff6807919077af01624f932fb5869c68ce59aebe50e53a206684cc4716", - "Addresses": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "AllowedIPs": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "Endpoints": ["77.164.248.136:55696", "10.65.0.27:55696", "172.17.0.1:55696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42554}, - {"Proto": "peerapi6", "Port": 42554} - ]}, - "Created": "2026-04-09T01:25:11.213042291Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 633339639224608, - "StableID": "nRoc9zkqw511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "DiscoKey": "discokey:487afe7a794f7c87d94e8e131eab46a477aa2e5004e6dc2dd646562e2e64db3e", - "Addresses": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "AllowedIPs": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "Endpoints": ["77.164.248.136:56246", "10.65.0.27:56246", "172.17.0.1:56246"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 41594}, - {"Proto": "peerapi6", "Port": 41594} - ]}, - "Created": "2026-04-09T01:25:10.133308275Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1221756970303487, - "StableID": "n8bpk4VLYA11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "DiscoKey": "discokey:cd324bcc93114c14ab19835948c940f782048908f427ca1d0665203749359d2c", - "Addresses": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "AllowedIPs": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "Endpoints": ["77.164.248.136:48354", "10.65.0.27:48354", "172.17.0.1:48354"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 61097}, - {"Proto": "peerapi6", "Port": 61097} - ]}, - "Created": "2026-04-09T01:25:06.879104141Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1604769671506700, - "StableID": "nVBYbXaoXD11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "DiscoKey": "discokey:39b7fabac3f1926bf89358365c4aad12ca8bc288c55646d9998610d98efd8b04", - "Addresses": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "AllowedIPs": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "Endpoints": ["77.164.248.136:46696", "10.65.0.27:46696", "172.17.0.1:46696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 52702}, - {"Proto": "peerapi6", "Port": 52702} - ]}, - "Created": "2026-04-09T01:25:04.680368806Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3291053976690049, - "StableID": "ntEeEdQXhS11CNTRL", + "ID": 718401365845955, + "StableID": "nvGhemBNc611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "DiscoKey": "discokey:dbad7c3fdde4799ee8ce2af6518da1af2ef24f6259a1885303c1ba001f4d7b4e", - "Addresses": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "AllowedIPs": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "Endpoints": ["77.164.248.136:48931", "10.65.0.27:48931", "172.17.0.1:48931"], + "Key": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "DiscoKey": "discokey:0bf9f6d33aa0440e0d0bb92029e2fb01c4c55b8de1a21411c68a3c4cfd7ee36a", + "Addresses": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "AllowedIPs": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "Endpoints": ["77.164.248.136:60493", "10.65.0.27:60493", "172.17.0.1:60493"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53789}, - {"Proto": "peerapi6", "Port": 53789} + {"Proto": "peerapi4", "Port": 34767}, + {"Proto": "peerapi6", "Port": 34767} ]}, - "Created": "2026-04-09T01:25:09.583259868Z", + "Created": "2026-04-09T08:31:15.892512478Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3292474553900077, - "StableID": "nccAnxiAiS11CNTRL", - "Name": "spearow.tail78f774.ts.net.", + "ID": 1971701813834982, + "StableID": "nqWkWGGzPG11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "DiscoKey": "discokey:588df4bb7bf2cfa6cf4c134358cf3bdfb06c753d01f8856bd1fe961c8b7fbb67", - "Addresses": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "AllowedIPs": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "Endpoints": ["77.164.248.136:33388", "10.65.0.27:33388", "172.17.0.1:33388"], + "Key": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "DiscoKey": "discokey:1f2a0ad16a53b7d0e8991e159be98ebef84d98f7b9fc3268e3a87e79846a454e", + "Addresses": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "AllowedIPs": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "Endpoints": ["77.164.248.136:34023", "10.65.0.27:34023", "172.17.0.1:34023"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37522}, - {"Proto": "peerapi6", "Port": 37522} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37252}, + {"Proto": "peerapi6", "Port": 37252} ]}, - "Created": "2026-04-09T01:25:07.42647435Z", + "Created": "2026-04-09T08:31:13.211451161Z", "Cap": 131, - "Tags": ["tag:spearow"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 4197136131926355, - "StableID": "nnkXZeetmZ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "KeyExpiry": "2026-10-06T01:25:10Z", - "DiscoKey": "discokey:bc618aedd75574f216b76ecb1797ab9f3cb5dd012480b194c2c9aebbfe8aa022", - "Addresses": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "AllowedIPs": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "Endpoints": ["77.164.248.136:58189", "10.65.0.27:58189", "172.17.0.1:58189"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53616}, - {"Proto": "peerapi6", "Port": 53616} - ]}, - "Created": "2026-04-09T01:25:10.669414349Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4630793392976180, - "StableID": "n3nMjD6JAd11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "DiscoKey": "discokey:ff95e4776cf729bf5661c965692f19250d202f510748786180c8b68bf8b0a65d", - "Addresses": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "AllowedIPs": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "Endpoints": ["77.164.248.136:38173", "10.65.0.27:38173", "172.17.0.1:38173"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57362}, - {"Proto": "peerapi6", "Port": 57362} - ]}, - "Created": "2026-04-09T01:25:06.311514636Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6147223015914536, - "StableID": "nRfvjE861q11CNTRL", + "ID": 3378242282533411, + "StableID": "neW6GPh1PT11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "DiscoKey": "discokey:a917348833e33ead8ac0d83958aa49b1321cfa081c727bc48aa2e88da3d3df5a", - "Addresses": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "AllowedIPs": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "Endpoints": ["77.164.248.136:40898", "10.65.0.27:40898", "172.17.0.1:40898"], + "Key": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "DiscoKey": "discokey:c3fd29c385cabd75442a45f6c970e0e4412ecd5a076c2292fbb9946980be3b74", + "Addresses": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "AllowedIPs": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "Endpoints": ["77.164.248.136:36569", "10.65.0.27:36569", "172.17.0.1:36569"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43656}, - {"Proto": "peerapi6", "Port": 43656} + {"Proto": "peerapi4", "Port": 56141}, + {"Proto": "peerapi6", "Port": 56141} ]}, - "Created": "2026-04-09T01:25:08.485190807Z", + "Created": "2026-04-09T08:31:14.825871122Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6365668894560618, - "StableID": "n52C11L2ir11CNTRL", + "ID": 3646097330756358, + "StableID": "nBTRe4oKUV11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "KeyExpiry": "2026-10-06T08:31:18Z", + "DiscoKey": "discokey:76111e282ff359d6fd25b2b68f605c25506ba259571f29d2c11d4277a914bf36", + "Addresses": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "AllowedIPs": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "Endpoints": ["77.164.248.136:60527", "10.65.0.27:60527", "172.17.0.1:60527"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43760}, + {"Proto": "peerapi6", "Port": 43760} + ]}, + "Created": "2026-04-09T08:31:18.363455501Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4171158894656658, + "StableID": "n7qN4jG8aZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "DiscoKey": "discokey:1cefca2be32055c12c18e76eb3e63c7b50fad1ab6cf772c0dbe342ba33bacb41", - "Addresses": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "AllowedIPs": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "Endpoints": ["77.164.248.136:46192", "10.65.0.27:46192", "172.17.0.1:46192"], + "Key": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "DiscoKey": "discokey:05b06755d9048b86ba7ce24bbda628cec8df4cd1b25221b62df418d53b954a3c", + "Addresses": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "AllowedIPs": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "Endpoints": ["77.164.248.136:56029", "10.65.0.27:56029", "172.17.0.1:56029"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62354}, - {"Proto": "peerapi6", "Port": 62354} + {"Proto": "peerapi4", "Port": 57545}, + {"Proto": "peerapi6", "Port": 57545} ]}, - "Created": "2026-04-09T01:25:05.762171136Z", + "Created": "2026-04-09T08:31:12.142229445Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6765864384164218, - "StableID": "nugq1WnGqu11CNTRL", + "ID": 5286216559173353, + "StableID": "ngz5Ypw8Hi11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "DiscoKey": "discokey:e0fad6bc83a45ad313df16dceb23b6dae22072378b4939a5f1489f8feae5c322", + "Addresses": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "AllowedIPs": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "Endpoints": ["77.164.248.136:47037", "10.65.0.27:47037", "172.17.0.1:47037"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59888}, + {"Proto": "peerapi6", "Port": 59888} + ]}, + "Created": "2026-04-09T08:31:14.284512367Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6368241093396328, + "StableID": "nBpZQutBjr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:b4a9cc420f0ca1fde1a1310f2bce0aaa6c7265d1cd9d9723d6313ce54ea6b40e", + "Addresses": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "AllowedIPs": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "Endpoints": ["77.164.248.136:52160", "10.65.0.27:52160", "172.17.0.1:52160"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:31:17.754425472Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6967787607498433, + "StableID": "naVooyxiQw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "DiscoKey": "discokey:b2dc7d168943662e5fa9f517960dca9ac1cdbcc4b9b87ac8f9f83754f302ab12", + "Addresses": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "AllowedIPs": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "Endpoints": ["77.164.248.136:38367", "10.65.0.27:38367", "172.17.0.1:38367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 46224}, + {"Proto": "peerapi6", "Port": 46224} + ]}, + "Created": "2026-04-09T08:31:16.623734523Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7103046764448582, + "StableID": "nZWLLezyTx11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "DiscoKey": "discokey:5e5260b58601f4ce431ffb9f6049c18e6f7cfb017b65ca25afad08b3d5cab577", + "Addresses": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "AllowedIPs": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "Endpoints": ["77.164.248.136:60281", "10.65.0.27:60281", "172.17.0.1:60281"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 54363}, + {"Proto": "peerapi6", "Port": 54363} + ]}, + "Created": "2026-04-09T08:31:12.678210106Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7126088106363908, + "StableID": "n3ePpYFRex11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "DiscoKey": "discokey:7dd2ff9b0c38cf8cb48453e50f8a118f0c5feaa579b9dade87e9129d24d5c622", - "Addresses": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "AllowedIPs": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "Endpoints": ["77.164.248.136:54689", "10.65.0.27:54689", "172.17.0.1:54689"], + "Key": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "DiscoKey": "discokey:138c50e2b04ceaa6510da0cb4a855a9afbbd6039a11bb48924261daa78ef260b", + "Addresses": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "AllowedIPs": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "Endpoints": ["77.164.248.136:37874", "10.65.0.27:37874", "172.17.0.1:37874"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 57162}, - {"Proto": "peerapi6", "Port": 57162} + {"Proto": "peerapi4", "Port": 54654}, + {"Proto": "peerapi6", "Port": 54654} ]}, - "Created": "2026-04-09T01:25:05.215447241Z", + "Created": "2026-04-09T08:31:11.616647098Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7437782842046834, - "StableID": "n3f8Ghwa5121CNTRL", + "ID": 7502724072945868, + "StableID": "nyRNTfqza121CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "DiscoKey": "discokey:e683a1c7dcca114a21d447434befcbd59ca9ac27b5e3d07ebaed63a8b6630431", - "Addresses": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "AllowedIPs": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "Endpoints": ["77.164.248.136:40912", "10.65.0.27:40912", "172.17.0.1:40912"], + "Key": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "DiscoKey": "discokey:ce32b1395fe5f0f657c8d97d10a6ea1924945e6e1b421b88cca98fd4a402d930", + "Addresses": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "AllowedIPs": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "Endpoints": ["77.164.248.136:59172", "10.65.0.27:59172", "172.17.0.1:59172"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 46726}, - {"Proto": "peerapi6", "Port": 46726} + {"Proto": "peerapi4", "Port": 34010}, + {"Proto": "peerapi6", "Port": 34010} ]}, - "Created": "2026-04-09T01:25:09.032180754Z", + "Created": "2026-04-09T08:31:15.364564626Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8098119383766878, - "StableID": "nfPiE8seE621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:a46be8956c2de17ac2edd2fb16dc94e2d3c9a71ccee13d17a2289918344b5676", - "Addresses": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "AllowedIPs": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54213}, - {"Proto": "peerapi6", "Port": 54213} - ]}, - "Created": "2026-04-09T01:25:11.756635239Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8699211867948811, - "StableID": "np1iiaYtvA21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7992595912843082, + "StableID": "nMGdTcwrQ521CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "DiscoKey": "discokey:997aff35f5fa76b4d72583fe0d82112a6c779327f3f06027880a5e6e1a6b4f17", - "Addresses": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "AllowedIPs": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "Endpoints": ["77.164.248.136:42031", "10.65.0.27:42031", "172.17.0.1:42031"], + "Key": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "DiscoKey": "discokey:e52714e1032b121f77a6674a308502cb0c265d02fca143350e5fa74720052439", + "Addresses": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "AllowedIPs": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 35537}, - {"Proto": "peerapi6", "Port": 35537} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50800}, + {"Proto": "peerapi6", "Port": 50800} ]}, - "Created": "2026-04-09T01:25:07.953700555Z", + "Created": "2026-04-09T08:31:11.060572776Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8022984886833634, + "StableID": "nfhe26Dde521CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "DiscoKey": "discokey:eb9b88bcc8abc3bf62e257e3bec7adf96d5795b8b57951b26f7488af314c7530", + "Addresses": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "AllowedIPs": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "Endpoints": ["77.164.248.136:57889", "10.65.0.27:57889", "172.17.0.1:57889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 46020}, + {"Proto": "peerapi6", "Port": 46020} + ]}, + "Created": "2026-04-09T08:31:13.766377344Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8298795523079729, + "StableID": "n8Q6VbHYo721CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:06a98307b32b0ea4da3643e5d4c17a3969eef5f469293f5cc795a2cc3381904e", + "Addresses": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "AllowedIPs": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "Endpoints": ["77.164.248.136:55620", "10.65.0.27:55620", "172.17.0.1:55620"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39458}, + {"Proto": "peerapi6", "Port": 39458} + ]}, + "Created": "2026-04-09T08:31:17.215518611Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11292,27 +11306,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3941298351873107": { - "ID": 3941298351873107, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1093116609660489": { + "ID": 1093116609660489, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11343,21 +11359,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4630793392976180, - "StableID": "n3nMjD6JAd11CNTRL", + "ID": 7103046764448582, + "StableID": "nZWLLezyTx11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 4630793392976180, - "Key": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "DiscoKey": "discokey:ff95e4776cf729bf5661c965692f19250d202f510748786180c8b68bf8b0a65d", - "Addresses": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "AllowedIPs": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "Endpoints": ["77.164.248.136:38173", "10.65.0.27:38173", "172.17.0.1:38173"], + "User": 7103046764448582, + "Key": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "DiscoKey": "discokey:5e5260b58601f4ce431ffb9f6049c18e6f7cfb017b65ca25afad08b3d5cab577", + "Addresses": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "AllowedIPs": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "Endpoints": ["77.164.248.136:60281", "10.65.0.27:60281", "172.17.0.1:60281"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 57362}, - {"Proto": "peerapi6", "Port": 57362}, + {"Proto": "peerapi4", "Port": 54363}, + {"Proto": "peerapi6", "Port": 54363}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:06.311514636Z", + "Created": "2026-04-09T08:31:12.678210106Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11385,300 +11401,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "MachineKey": "mkey:82f3d3236c6994644033fe241757ff0a03db59b3a70264f86724759fe1f29f44", + "NodeKey": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "MachineKey": "mkey:fd958a38865c1b46eeb2055966348ff73ec0225012ba3f6efb7233df5b26580b", "Peers": [{ - "ID": 168878302260280, - "StableID": "nZHuGW9VK211CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:6f18e9ff6807919077af01624f932fb5869c68ce59aebe50e53a206684cc4716", - "Addresses": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "AllowedIPs": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "Endpoints": ["77.164.248.136:55696", "10.65.0.27:55696", "172.17.0.1:55696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42554}, - {"Proto": "peerapi6", "Port": 42554} - ]}, - "Created": "2026-04-09T01:25:11.213042291Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 633339639224608, - "StableID": "nRoc9zkqw511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "DiscoKey": "discokey:487afe7a794f7c87d94e8e131eab46a477aa2e5004e6dc2dd646562e2e64db3e", - "Addresses": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "AllowedIPs": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "Endpoints": ["77.164.248.136:56246", "10.65.0.27:56246", "172.17.0.1:56246"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 41594}, - {"Proto": "peerapi6", "Port": 41594} - ]}, - "Created": "2026-04-09T01:25:10.133308275Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1221756970303487, - "StableID": "n8bpk4VLYA11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "DiscoKey": "discokey:cd324bcc93114c14ab19835948c940f782048908f427ca1d0665203749359d2c", - "Addresses": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "AllowedIPs": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "Endpoints": ["77.164.248.136:48354", "10.65.0.27:48354", "172.17.0.1:48354"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 61097}, - {"Proto": "peerapi6", "Port": 61097} - ]}, - "Created": "2026-04-09T01:25:06.879104141Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1604769671506700, - "StableID": "nVBYbXaoXD11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "DiscoKey": "discokey:39b7fabac3f1926bf89358365c4aad12ca8bc288c55646d9998610d98efd8b04", - "Addresses": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "AllowedIPs": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "Endpoints": ["77.164.248.136:46696", "10.65.0.27:46696", "172.17.0.1:46696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 52702}, - {"Proto": "peerapi6", "Port": 52702} - ]}, - "Created": "2026-04-09T01:25:04.680368806Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3291053976690049, - "StableID": "ntEeEdQXhS11CNTRL", + "ID": 718401365845955, + "StableID": "nvGhemBNc611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "DiscoKey": "discokey:dbad7c3fdde4799ee8ce2af6518da1af2ef24f6259a1885303c1ba001f4d7b4e", - "Addresses": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "AllowedIPs": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "Endpoints": ["77.164.248.136:48931", "10.65.0.27:48931", "172.17.0.1:48931"], + "Key": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "DiscoKey": "discokey:0bf9f6d33aa0440e0d0bb92029e2fb01c4c55b8de1a21411c68a3c4cfd7ee36a", + "Addresses": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "AllowedIPs": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "Endpoints": ["77.164.248.136:60493", "10.65.0.27:60493", "172.17.0.1:60493"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53789}, - {"Proto": "peerapi6", "Port": 53789} + {"Proto": "peerapi4", "Port": 34767}, + {"Proto": "peerapi6", "Port": 34767} ]}, - "Created": "2026-04-09T01:25:09.583259868Z", + "Created": "2026-04-09T08:31:15.892512478Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3292474553900077, - "StableID": "nccAnxiAiS11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "DiscoKey": "discokey:588df4bb7bf2cfa6cf4c134358cf3bdfb06c753d01f8856bd1fe961c8b7fbb67", - "Addresses": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "AllowedIPs": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "Endpoints": ["77.164.248.136:33388", "10.65.0.27:33388", "172.17.0.1:33388"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37522}, - {"Proto": "peerapi6", "Port": 37522} - ]}, - "Created": "2026-04-09T01:25:07.42647435Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3941298351873107, - "StableID": "nALk12E2nX11CNTRL", + "ID": 1093116609660489, + "StableID": "neHSbYK5Y911CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "DiscoKey": "discokey:046df54671614f87a359b15c49235b3e830adc44b44aab3d4e98accb2f33b52a", - "Addresses": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "AllowedIPs": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "Endpoints": ["77.164.248.136:57243", "10.65.0.27:57243", "172.17.0.1:57243"], - "HomeDERP": 14, + "Key": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "DiscoKey": "discokey:385d6e86a531d54dc4a092a249364c9a2d27a06de39397f40eda58d94adaf213", + "Addresses": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "AllowedIPs": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "Endpoints": ["77.164.248.136:42996", "10.65.0.27:42996", "172.17.0.1:42996"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63689}, - {"Proto": "peerapi6", "Port": 63689} + {"Proto": "peerapi4", "Port": 53835}, + {"Proto": "peerapi6", "Port": 53835} ]}, - "Created": "2026-04-09T01:25:03.965311148Z", + "Created": "2026-04-09T08:31:10.608054432Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4197136131926355, - "StableID": "nnkXZeetmZ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "KeyExpiry": "2026-10-06T01:25:10Z", - "DiscoKey": "discokey:bc618aedd75574f216b76ecb1797ab9f3cb5dd012480b194c2c9aebbfe8aa022", - "Addresses": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "AllowedIPs": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "Endpoints": ["77.164.248.136:58189", "10.65.0.27:58189", "172.17.0.1:58189"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53616}, - {"Proto": "peerapi6", "Port": 53616} + "ID": 1971701813834982, + "StableID": "nqWkWGGzPG11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "DiscoKey": "discokey:1f2a0ad16a53b7d0e8991e159be98ebef84d98f7b9fc3268e3a87e79846a454e", + "Addresses": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "AllowedIPs": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "Endpoints": ["77.164.248.136:34023", "10.65.0.27:34023", "172.17.0.1:34023"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37252}, + {"Proto": "peerapi6", "Port": 37252} ]}, - "Created": "2026-04-09T01:25:10.669414349Z", + "Created": "2026-04-09T08:31:13.211451161Z", "Cap": 131, + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 6147223015914536, - "StableID": "nRfvjE861q11CNTRL", + "ID": 3378242282533411, + "StableID": "neW6GPh1PT11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "DiscoKey": "discokey:a917348833e33ead8ac0d83958aa49b1321cfa081c727bc48aa2e88da3d3df5a", - "Addresses": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "AllowedIPs": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "Endpoints": ["77.164.248.136:40898", "10.65.0.27:40898", "172.17.0.1:40898"], + "Key": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "DiscoKey": "discokey:c3fd29c385cabd75442a45f6c970e0e4412ecd5a076c2292fbb9946980be3b74", + "Addresses": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "AllowedIPs": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "Endpoints": ["77.164.248.136:36569", "10.65.0.27:36569", "172.17.0.1:36569"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43656}, - {"Proto": "peerapi6", "Port": 43656} + {"Proto": "peerapi4", "Port": 56141}, + {"Proto": "peerapi6", "Port": 56141} ]}, - "Created": "2026-04-09T01:25:08.485190807Z", + "Created": "2026-04-09T08:31:14.825871122Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6365668894560618, - "StableID": "n52C11L2ir11CNTRL", + "ID": 3646097330756358, + "StableID": "nBTRe4oKUV11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "KeyExpiry": "2026-10-06T08:31:18Z", + "DiscoKey": "discokey:76111e282ff359d6fd25b2b68f605c25506ba259571f29d2c11d4277a914bf36", + "Addresses": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "AllowedIPs": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43760}, + {"Proto": "peerapi6", "Port": 43760} + ]}, + "Created": "2026-04-09T08:31:18.363455501Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4171158894656658, + "StableID": "n7qN4jG8aZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "DiscoKey": "discokey:1cefca2be32055c12c18e76eb3e63c7b50fad1ab6cf772c0dbe342ba33bacb41", - "Addresses": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "AllowedIPs": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "Endpoints": ["77.164.248.136:46192", "10.65.0.27:46192", "172.17.0.1:46192"], + "Key": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "DiscoKey": "discokey:05b06755d9048b86ba7ce24bbda628cec8df4cd1b25221b62df418d53b954a3c", + "Addresses": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "AllowedIPs": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "Endpoints": ["77.164.248.136:56029", "10.65.0.27:56029", "172.17.0.1:56029"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62354}, - {"Proto": "peerapi6", "Port": 62354} + {"Proto": "peerapi4", "Port": 57545}, + {"Proto": "peerapi6", "Port": 57545} ]}, - "Created": "2026-04-09T01:25:05.762171136Z", + "Created": "2026-04-09T08:31:12.142229445Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6765864384164218, - "StableID": "nugq1WnGqu11CNTRL", + "ID": 5286216559173353, + "StableID": "ngz5Ypw8Hi11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "DiscoKey": "discokey:e0fad6bc83a45ad313df16dceb23b6dae22072378b4939a5f1489f8feae5c322", + "Addresses": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "AllowedIPs": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "Endpoints": ["77.164.248.136:47037", "10.65.0.27:47037", "172.17.0.1:47037"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59888}, + {"Proto": "peerapi6", "Port": 59888} + ]}, + "Created": "2026-04-09T08:31:14.284512367Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6368241093396328, + "StableID": "nBpZQutBjr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:b4a9cc420f0ca1fde1a1310f2bce0aaa6c7265d1cd9d9723d6313ce54ea6b40e", + "Addresses": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "AllowedIPs": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "Endpoints": ["77.164.248.136:52160", "10.65.0.27:52160", "172.17.0.1:52160"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:31:17.754425472Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6967787607498433, + "StableID": "naVooyxiQw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "DiscoKey": "discokey:b2dc7d168943662e5fa9f517960dca9ac1cdbcc4b9b87ac8f9f83754f302ab12", + "Addresses": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "AllowedIPs": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "Endpoints": ["77.164.248.136:38367", "10.65.0.27:38367", "172.17.0.1:38367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 46224}, + {"Proto": "peerapi6", "Port": 46224} + ]}, + "Created": "2026-04-09T08:31:16.623734523Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7126088106363908, + "StableID": "n3ePpYFRex11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "DiscoKey": "discokey:7dd2ff9b0c38cf8cb48453e50f8a118f0c5feaa579b9dade87e9129d24d5c622", - "Addresses": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "AllowedIPs": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "Endpoints": ["77.164.248.136:54689", "10.65.0.27:54689", "172.17.0.1:54689"], + "Key": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "DiscoKey": "discokey:138c50e2b04ceaa6510da0cb4a855a9afbbd6039a11bb48924261daa78ef260b", + "Addresses": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "AllowedIPs": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "Endpoints": ["77.164.248.136:37874", "10.65.0.27:37874", "172.17.0.1:37874"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 57162}, - {"Proto": "peerapi6", "Port": 57162} + {"Proto": "peerapi4", "Port": 54654}, + {"Proto": "peerapi6", "Port": 54654} ]}, - "Created": "2026-04-09T01:25:05.215447241Z", + "Created": "2026-04-09T08:31:11.616647098Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7437782842046834, - "StableID": "n3f8Ghwa5121CNTRL", + "ID": 7502724072945868, + "StableID": "nyRNTfqza121CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "DiscoKey": "discokey:e683a1c7dcca114a21d447434befcbd59ca9ac27b5e3d07ebaed63a8b6630431", - "Addresses": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "AllowedIPs": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "Endpoints": ["77.164.248.136:40912", "10.65.0.27:40912", "172.17.0.1:40912"], + "Key": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "DiscoKey": "discokey:ce32b1395fe5f0f657c8d97d10a6ea1924945e6e1b421b88cca98fd4a402d930", + "Addresses": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "AllowedIPs": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "Endpoints": ["77.164.248.136:59172", "10.65.0.27:59172", "172.17.0.1:59172"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 46726}, - {"Proto": "peerapi6", "Port": 46726} + {"Proto": "peerapi4", "Port": 34010}, + {"Proto": "peerapi6", "Port": 34010} ]}, - "Created": "2026-04-09T01:25:09.032180754Z", + "Created": "2026-04-09T08:31:15.364564626Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8098119383766878, - "StableID": "nfPiE8seE621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:a46be8956c2de17ac2edd2fb16dc94e2d3c9a71ccee13d17a2289918344b5676", - "Addresses": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "AllowedIPs": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54213}, - {"Proto": "peerapi6", "Port": 54213} - ]}, - "Created": "2026-04-09T01:25:11.756635239Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8699211867948811, - "StableID": "np1iiaYtvA21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7992595912843082, + "StableID": "nMGdTcwrQ521CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "DiscoKey": "discokey:997aff35f5fa76b4d72583fe0d82112a6c779327f3f06027880a5e6e1a6b4f17", - "Addresses": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "AllowedIPs": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "Endpoints": ["77.164.248.136:42031", "10.65.0.27:42031", "172.17.0.1:42031"], + "Key": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "DiscoKey": "discokey:e52714e1032b121f77a6674a308502cb0c265d02fca143350e5fa74720052439", + "Addresses": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "AllowedIPs": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 35537}, - {"Proto": "peerapi6", "Port": 35537} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50800}, + {"Proto": "peerapi6", "Port": 50800} ]}, - "Created": "2026-04-09T01:25:07.953700555Z", + "Created": "2026-04-09T08:31:11.060572776Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8022984886833634, + "StableID": "nfhe26Dde521CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "DiscoKey": "discokey:eb9b88bcc8abc3bf62e257e3bec7adf96d5795b8b57951b26f7488af314c7530", + "Addresses": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "AllowedIPs": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "Endpoints": ["77.164.248.136:57889", "10.65.0.27:57889", "172.17.0.1:57889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 46020}, + {"Proto": "peerapi6", "Port": 46020} + ]}, + "Created": "2026-04-09T08:31:13.766377344Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8298795523079729, + "StableID": "n8Q6VbHYo721CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:06a98307b32b0ea4da3643e5d4c17a3969eef5f469293f5cc795a2cc3381904e", + "Addresses": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "AllowedIPs": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "Endpoints": ["77.164.248.136:55620", "10.65.0.27:55620", "172.17.0.1:55620"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39458}, + {"Proto": "peerapi6", "Port": 39458} + ]}, + "Created": "2026-04-09T08:31:17.215518611Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12526,27 +12542,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4630793392976180": { - "ID": 4630793392976180, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7103046764448582": { + "ID": 7103046764448582, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12577,21 +12595,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6365668894560618, - "StableID": "n52C11L2ir11CNTRL", + "ID": 4171158894656658, + "StableID": "n7qN4jG8aZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 6365668894560618, - "Key": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "DiscoKey": "discokey:1cefca2be32055c12c18e76eb3e63c7b50fad1ab6cf772c0dbe342ba33bacb41", - "Addresses": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "AllowedIPs": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "Endpoints": ["77.164.248.136:46192", "10.65.0.27:46192", "172.17.0.1:46192"], + "User": 4171158894656658, + "Key": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "DiscoKey": "discokey:05b06755d9048b86ba7ce24bbda628cec8df4cd1b25221b62df418d53b954a3c", + "Addresses": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "AllowedIPs": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "Endpoints": ["77.164.248.136:56029", "10.65.0.27:56029", "172.17.0.1:56029"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 62354}, - {"Proto": "peerapi6", "Port": 62354}, + {"Proto": "peerapi4", "Port": 57545}, + {"Proto": "peerapi6", "Port": 57545}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:05.762171136Z", + "Created": "2026-04-09T08:31:12.142229445Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12619,300 +12637,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "MachineKey": "mkey:ea8aeab5b70f87dec8bc8e9e2674f755ee1d98f849fa6ee4eb62ec0294c79411", + "NodeKey": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "MachineKey": "mkey:5b64febde970e1e6e5cc67f6f09c4acceb8fc7d91f0db7c7111923ff82d1bb71", "Peers": [{ - "ID": 168878302260280, - "StableID": "nZHuGW9VK211CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:6f18e9ff6807919077af01624f932fb5869c68ce59aebe50e53a206684cc4716", - "Addresses": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "AllowedIPs": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "Endpoints": ["77.164.248.136:55696", "10.65.0.27:55696", "172.17.0.1:55696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42554}, - {"Proto": "peerapi6", "Port": 42554} - ]}, - "Created": "2026-04-09T01:25:11.213042291Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 633339639224608, - "StableID": "nRoc9zkqw511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "DiscoKey": "discokey:487afe7a794f7c87d94e8e131eab46a477aa2e5004e6dc2dd646562e2e64db3e", - "Addresses": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "AllowedIPs": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "Endpoints": ["77.164.248.136:56246", "10.65.0.27:56246", "172.17.0.1:56246"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 41594}, - {"Proto": "peerapi6", "Port": 41594} - ]}, - "Created": "2026-04-09T01:25:10.133308275Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1221756970303487, - "StableID": "n8bpk4VLYA11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "DiscoKey": "discokey:cd324bcc93114c14ab19835948c940f782048908f427ca1d0665203749359d2c", - "Addresses": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "AllowedIPs": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "Endpoints": ["77.164.248.136:48354", "10.65.0.27:48354", "172.17.0.1:48354"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 61097}, - {"Proto": "peerapi6", "Port": 61097} - ]}, - "Created": "2026-04-09T01:25:06.879104141Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1604769671506700, - "StableID": "nVBYbXaoXD11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "DiscoKey": "discokey:39b7fabac3f1926bf89358365c4aad12ca8bc288c55646d9998610d98efd8b04", - "Addresses": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "AllowedIPs": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "Endpoints": ["77.164.248.136:46696", "10.65.0.27:46696", "172.17.0.1:46696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 52702}, - {"Proto": "peerapi6", "Port": 52702} - ]}, - "Created": "2026-04-09T01:25:04.680368806Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3291053976690049, - "StableID": "ntEeEdQXhS11CNTRL", + "ID": 718401365845955, + "StableID": "nvGhemBNc611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "DiscoKey": "discokey:dbad7c3fdde4799ee8ce2af6518da1af2ef24f6259a1885303c1ba001f4d7b4e", - "Addresses": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "AllowedIPs": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "Endpoints": ["77.164.248.136:48931", "10.65.0.27:48931", "172.17.0.1:48931"], + "Key": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "DiscoKey": "discokey:0bf9f6d33aa0440e0d0bb92029e2fb01c4c55b8de1a21411c68a3c4cfd7ee36a", + "Addresses": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "AllowedIPs": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "Endpoints": ["77.164.248.136:60493", "10.65.0.27:60493", "172.17.0.1:60493"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53789}, - {"Proto": "peerapi6", "Port": 53789} + {"Proto": "peerapi4", "Port": 34767}, + {"Proto": "peerapi6", "Port": 34767} ]}, - "Created": "2026-04-09T01:25:09.583259868Z", + "Created": "2026-04-09T08:31:15.892512478Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3292474553900077, - "StableID": "nccAnxiAiS11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "DiscoKey": "discokey:588df4bb7bf2cfa6cf4c134358cf3bdfb06c753d01f8856bd1fe961c8b7fbb67", - "Addresses": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "AllowedIPs": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "Endpoints": ["77.164.248.136:33388", "10.65.0.27:33388", "172.17.0.1:33388"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37522}, - {"Proto": "peerapi6", "Port": 37522} - ]}, - "Created": "2026-04-09T01:25:07.42647435Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3941298351873107, - "StableID": "nALk12E2nX11CNTRL", + "ID": 1093116609660489, + "StableID": "neHSbYK5Y911CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "DiscoKey": "discokey:046df54671614f87a359b15c49235b3e830adc44b44aab3d4e98accb2f33b52a", - "Addresses": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "AllowedIPs": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "Endpoints": ["77.164.248.136:57243", "10.65.0.27:57243", "172.17.0.1:57243"], - "HomeDERP": 14, + "Key": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "DiscoKey": "discokey:385d6e86a531d54dc4a092a249364c9a2d27a06de39397f40eda58d94adaf213", + "Addresses": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "AllowedIPs": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "Endpoints": ["77.164.248.136:42996", "10.65.0.27:42996", "172.17.0.1:42996"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63689}, - {"Proto": "peerapi6", "Port": 63689} + {"Proto": "peerapi4", "Port": 53835}, + {"Proto": "peerapi6", "Port": 53835} ]}, - "Created": "2026-04-09T01:25:03.965311148Z", + "Created": "2026-04-09T08:31:10.608054432Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4197136131926355, - "StableID": "nnkXZeetmZ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "KeyExpiry": "2026-10-06T01:25:10Z", - "DiscoKey": "discokey:bc618aedd75574f216b76ecb1797ab9f3cb5dd012480b194c2c9aebbfe8aa022", - "Addresses": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "AllowedIPs": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "Endpoints": ["77.164.248.136:58189", "10.65.0.27:58189", "172.17.0.1:58189"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53616}, - {"Proto": "peerapi6", "Port": 53616} - ]}, - "Created": "2026-04-09T01:25:10.669414349Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4630793392976180, - "StableID": "n3nMjD6JAd11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1971701813834982, + "StableID": "nqWkWGGzPG11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "DiscoKey": "discokey:ff95e4776cf729bf5661c965692f19250d202f510748786180c8b68bf8b0a65d", - "Addresses": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "AllowedIPs": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "Endpoints": ["77.164.248.136:38173", "10.65.0.27:38173", "172.17.0.1:38173"], + "Key": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "DiscoKey": "discokey:1f2a0ad16a53b7d0e8991e159be98ebef84d98f7b9fc3268e3a87e79846a454e", + "Addresses": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "AllowedIPs": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "Endpoints": ["77.164.248.136:34023", "10.65.0.27:34023", "172.17.0.1:34023"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57362}, - {"Proto": "peerapi6", "Port": 57362} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37252}, + {"Proto": "peerapi6", "Port": 37252} ]}, - "Created": "2026-04-09T01:25:06.311514636Z", + "Created": "2026-04-09T08:31:13.211451161Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 6147223015914536, - "StableID": "nRfvjE861q11CNTRL", + "ID": 3378242282533411, + "StableID": "neW6GPh1PT11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "DiscoKey": "discokey:a917348833e33ead8ac0d83958aa49b1321cfa081c727bc48aa2e88da3d3df5a", - "Addresses": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "AllowedIPs": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "Endpoints": ["77.164.248.136:40898", "10.65.0.27:40898", "172.17.0.1:40898"], + "Key": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "DiscoKey": "discokey:c3fd29c385cabd75442a45f6c970e0e4412ecd5a076c2292fbb9946980be3b74", + "Addresses": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "AllowedIPs": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "Endpoints": ["77.164.248.136:36569", "10.65.0.27:36569", "172.17.0.1:36569"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43656}, - {"Proto": "peerapi6", "Port": 43656} + {"Proto": "peerapi4", "Port": 56141}, + {"Proto": "peerapi6", "Port": 56141} ]}, - "Created": "2026-04-09T01:25:08.485190807Z", + "Created": "2026-04-09T08:31:14.825871122Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6765864384164218, - "StableID": "nugq1WnGqu11CNTRL", + "ID": 3646097330756358, + "StableID": "nBTRe4oKUV11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "KeyExpiry": "2026-10-06T08:31:18Z", + "DiscoKey": "discokey:76111e282ff359d6fd25b2b68f605c25506ba259571f29d2c11d4277a914bf36", + "Addresses": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "AllowedIPs": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43760}, + {"Proto": "peerapi6", "Port": 43760} + ]}, + "Created": "2026-04-09T08:31:18.363455501Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5286216559173353, + "StableID": "ngz5Ypw8Hi11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "DiscoKey": "discokey:e0fad6bc83a45ad313df16dceb23b6dae22072378b4939a5f1489f8feae5c322", + "Addresses": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "AllowedIPs": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "Endpoints": ["77.164.248.136:47037", "10.65.0.27:47037", "172.17.0.1:47037"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59888}, + {"Proto": "peerapi6", "Port": 59888} + ]}, + "Created": "2026-04-09T08:31:14.284512367Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6368241093396328, + "StableID": "nBpZQutBjr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:b4a9cc420f0ca1fde1a1310f2bce0aaa6c7265d1cd9d9723d6313ce54ea6b40e", + "Addresses": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "AllowedIPs": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "Endpoints": ["77.164.248.136:52160", "10.65.0.27:52160", "172.17.0.1:52160"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:31:17.754425472Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6967787607498433, + "StableID": "naVooyxiQw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "DiscoKey": "discokey:b2dc7d168943662e5fa9f517960dca9ac1cdbcc4b9b87ac8f9f83754f302ab12", + "Addresses": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "AllowedIPs": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "Endpoints": ["77.164.248.136:38367", "10.65.0.27:38367", "172.17.0.1:38367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 46224}, + {"Proto": "peerapi6", "Port": 46224} + ]}, + "Created": "2026-04-09T08:31:16.623734523Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7103046764448582, + "StableID": "nZWLLezyTx11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "DiscoKey": "discokey:5e5260b58601f4ce431ffb9f6049c18e6f7cfb017b65ca25afad08b3d5cab577", + "Addresses": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "AllowedIPs": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "Endpoints": ["77.164.248.136:60281", "10.65.0.27:60281", "172.17.0.1:60281"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 54363}, + {"Proto": "peerapi6", "Port": 54363} + ]}, + "Created": "2026-04-09T08:31:12.678210106Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7126088106363908, + "StableID": "n3ePpYFRex11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "DiscoKey": "discokey:7dd2ff9b0c38cf8cb48453e50f8a118f0c5feaa579b9dade87e9129d24d5c622", - "Addresses": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "AllowedIPs": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "Endpoints": ["77.164.248.136:54689", "10.65.0.27:54689", "172.17.0.1:54689"], + "Key": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "DiscoKey": "discokey:138c50e2b04ceaa6510da0cb4a855a9afbbd6039a11bb48924261daa78ef260b", + "Addresses": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "AllowedIPs": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "Endpoints": ["77.164.248.136:37874", "10.65.0.27:37874", "172.17.0.1:37874"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 57162}, - {"Proto": "peerapi6", "Port": 57162} + {"Proto": "peerapi4", "Port": 54654}, + {"Proto": "peerapi6", "Port": 54654} ]}, - "Created": "2026-04-09T01:25:05.215447241Z", + "Created": "2026-04-09T08:31:11.616647098Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7437782842046834, - "StableID": "n3f8Ghwa5121CNTRL", + "ID": 7502724072945868, + "StableID": "nyRNTfqza121CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "DiscoKey": "discokey:e683a1c7dcca114a21d447434befcbd59ca9ac27b5e3d07ebaed63a8b6630431", - "Addresses": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "AllowedIPs": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "Endpoints": ["77.164.248.136:40912", "10.65.0.27:40912", "172.17.0.1:40912"], + "Key": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "DiscoKey": "discokey:ce32b1395fe5f0f657c8d97d10a6ea1924945e6e1b421b88cca98fd4a402d930", + "Addresses": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "AllowedIPs": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "Endpoints": ["77.164.248.136:59172", "10.65.0.27:59172", "172.17.0.1:59172"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 46726}, - {"Proto": "peerapi6", "Port": 46726} + {"Proto": "peerapi4", "Port": 34010}, + {"Proto": "peerapi6", "Port": 34010} ]}, - "Created": "2026-04-09T01:25:09.032180754Z", + "Created": "2026-04-09T08:31:15.364564626Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8098119383766878, - "StableID": "nfPiE8seE621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:a46be8956c2de17ac2edd2fb16dc94e2d3c9a71ccee13d17a2289918344b5676", - "Addresses": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "AllowedIPs": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54213}, - {"Proto": "peerapi6", "Port": 54213} - ]}, - "Created": "2026-04-09T01:25:11.756635239Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8699211867948811, - "StableID": "np1iiaYtvA21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7992595912843082, + "StableID": "nMGdTcwrQ521CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "DiscoKey": "discokey:997aff35f5fa76b4d72583fe0d82112a6c779327f3f06027880a5e6e1a6b4f17", - "Addresses": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "AllowedIPs": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "Endpoints": ["77.164.248.136:42031", "10.65.0.27:42031", "172.17.0.1:42031"], + "Key": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "DiscoKey": "discokey:e52714e1032b121f77a6674a308502cb0c265d02fca143350e5fa74720052439", + "Addresses": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "AllowedIPs": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 35537}, - {"Proto": "peerapi6", "Port": 35537} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50800}, + {"Proto": "peerapi6", "Port": 50800} ]}, - "Created": "2026-04-09T01:25:07.953700555Z", + "Created": "2026-04-09T08:31:11.060572776Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8022984886833634, + "StableID": "nfhe26Dde521CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "DiscoKey": "discokey:eb9b88bcc8abc3bf62e257e3bec7adf96d5795b8b57951b26f7488af314c7530", + "Addresses": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "AllowedIPs": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "Endpoints": ["77.164.248.136:57889", "10.65.0.27:57889", "172.17.0.1:57889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 46020}, + {"Proto": "peerapi6", "Port": 46020} + ]}, + "Created": "2026-04-09T08:31:13.766377344Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8298795523079729, + "StableID": "n8Q6VbHYo721CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:06a98307b32b0ea4da3643e5d4c17a3969eef5f469293f5cc795a2cc3381904e", + "Addresses": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "AllowedIPs": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "Endpoints": ["77.164.248.136:55620", "10.65.0.27:55620", "172.17.0.1:55620"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39458}, + {"Proto": "peerapi6", "Port": 39458} + ]}, + "Created": "2026-04-09T08:31:17.215518611Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13760,27 +13778,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6365668894560618": { - "ID": 6365668894560618, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4171158894656658": { + "ID": 4171158894656658, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13811,26 +13831,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3292474553900077, - "StableID": "nccAnxiAiS11CNTRL", + "ID": 8022984886833634, + "StableID": "nfhe26Dde521CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 3292474553900077, - "Key": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "DiscoKey": "discokey:588df4bb7bf2cfa6cf4c134358cf3bdfb06c753d01f8856bd1fe961c8b7fbb67", - "Addresses": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "AllowedIPs": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "Endpoints": ["77.164.248.136:33388", "10.65.0.27:33388", "172.17.0.1:33388"], + "User": 8022984886833634, + "Key": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "DiscoKey": "discokey:eb9b88bcc8abc3bf62e257e3bec7adf96d5795b8b57951b26f7488af314c7530", + "Addresses": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "AllowedIPs": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "Endpoints": ["77.164.248.136:57889", "10.65.0.27:57889", "172.17.0.1:57889"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 37522}, - {"Proto": "peerapi6", "Port": 37522}, + {"Proto": "peerapi4", "Port": 46020}, + {"Proto": "peerapi6", "Port": 46020}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:07.42647435Z", + "Created": "2026-04-09T08:31:13.766377344Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13858,302 +13878,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "MachineKey": "mkey:dbec301c3200fc023a2ec846cce9172b04dea51268670ccd70bdc6275c99ba6d", + "NodeKey": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "MachineKey": "mkey:b466fa673246cb22c7fa07d028fb06c29c262e6d8f971e8efae384783c14bb50", "Peers": [{ - "ID": 168878302260280, - "StableID": "nZHuGW9VK211CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:6f18e9ff6807919077af01624f932fb5869c68ce59aebe50e53a206684cc4716", - "Addresses": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "AllowedIPs": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "Endpoints": ["77.164.248.136:55696", "10.65.0.27:55696", "172.17.0.1:55696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42554}, - {"Proto": "peerapi6", "Port": 42554} - ]}, - "Created": "2026-04-09T01:25:11.213042291Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 633339639224608, - "StableID": "nRoc9zkqw511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "DiscoKey": "discokey:487afe7a794f7c87d94e8e131eab46a477aa2e5004e6dc2dd646562e2e64db3e", - "Addresses": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "AllowedIPs": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "Endpoints": ["77.164.248.136:56246", "10.65.0.27:56246", "172.17.0.1:56246"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 41594}, - {"Proto": "peerapi6", "Port": 41594} - ]}, - "Created": "2026-04-09T01:25:10.133308275Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1221756970303487, - "StableID": "n8bpk4VLYA11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "DiscoKey": "discokey:cd324bcc93114c14ab19835948c940f782048908f427ca1d0665203749359d2c", - "Addresses": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "AllowedIPs": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "Endpoints": ["77.164.248.136:48354", "10.65.0.27:48354", "172.17.0.1:48354"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 61097}, - {"Proto": "peerapi6", "Port": 61097} - ]}, - "Created": "2026-04-09T01:25:06.879104141Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1604769671506700, - "StableID": "nVBYbXaoXD11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "DiscoKey": "discokey:39b7fabac3f1926bf89358365c4aad12ca8bc288c55646d9998610d98efd8b04", - "Addresses": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "AllowedIPs": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "Endpoints": ["77.164.248.136:46696", "10.65.0.27:46696", "172.17.0.1:46696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 52702}, - {"Proto": "peerapi6", "Port": 52702} - ]}, - "Created": "2026-04-09T01:25:04.680368806Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3291053976690049, - "StableID": "ntEeEdQXhS11CNTRL", + "ID": 718401365845955, + "StableID": "nvGhemBNc611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "DiscoKey": "discokey:dbad7c3fdde4799ee8ce2af6518da1af2ef24f6259a1885303c1ba001f4d7b4e", - "Addresses": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "AllowedIPs": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "Endpoints": ["77.164.248.136:48931", "10.65.0.27:48931", "172.17.0.1:48931"], + "Key": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "DiscoKey": "discokey:0bf9f6d33aa0440e0d0bb92029e2fb01c4c55b8de1a21411c68a3c4cfd7ee36a", + "Addresses": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "AllowedIPs": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "Endpoints": ["77.164.248.136:60493", "10.65.0.27:60493", "172.17.0.1:60493"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53789}, - {"Proto": "peerapi6", "Port": 53789} + {"Proto": "peerapi4", "Port": 34767}, + {"Proto": "peerapi6", "Port": 34767} ]}, - "Created": "2026-04-09T01:25:09.583259868Z", + "Created": "2026-04-09T08:31:15.892512478Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3941298351873107, - "StableID": "nALk12E2nX11CNTRL", + "ID": 1093116609660489, + "StableID": "neHSbYK5Y911CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "DiscoKey": "discokey:046df54671614f87a359b15c49235b3e830adc44b44aab3d4e98accb2f33b52a", - "Addresses": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "AllowedIPs": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "Endpoints": ["77.164.248.136:57243", "10.65.0.27:57243", "172.17.0.1:57243"], - "HomeDERP": 14, + "Key": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "DiscoKey": "discokey:385d6e86a531d54dc4a092a249364c9a2d27a06de39397f40eda58d94adaf213", + "Addresses": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "AllowedIPs": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "Endpoints": ["77.164.248.136:42996", "10.65.0.27:42996", "172.17.0.1:42996"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63689}, - {"Proto": "peerapi6", "Port": 63689} + {"Proto": "peerapi4", "Port": 53835}, + {"Proto": "peerapi6", "Port": 53835} ]}, - "Created": "2026-04-09T01:25:03.965311148Z", + "Created": "2026-04-09T08:31:10.608054432Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4197136131926355, - "StableID": "nnkXZeetmZ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "KeyExpiry": "2026-10-06T01:25:10Z", - "DiscoKey": "discokey:bc618aedd75574f216b76ecb1797ab9f3cb5dd012480b194c2c9aebbfe8aa022", - "Addresses": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "AllowedIPs": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "Endpoints": ["77.164.248.136:58189", "10.65.0.27:58189", "172.17.0.1:58189"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53616}, - {"Proto": "peerapi6", "Port": 53616} - ]}, - "Created": "2026-04-09T01:25:10.669414349Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4630793392976180, - "StableID": "n3nMjD6JAd11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1971701813834982, + "StableID": "nqWkWGGzPG11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "DiscoKey": "discokey:ff95e4776cf729bf5661c965692f19250d202f510748786180c8b68bf8b0a65d", - "Addresses": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "AllowedIPs": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "Endpoints": ["77.164.248.136:38173", "10.65.0.27:38173", "172.17.0.1:38173"], + "Key": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "DiscoKey": "discokey:1f2a0ad16a53b7d0e8991e159be98ebef84d98f7b9fc3268e3a87e79846a454e", + "Addresses": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "AllowedIPs": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "Endpoints": ["77.164.248.136:34023", "10.65.0.27:34023", "172.17.0.1:34023"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57362}, - {"Proto": "peerapi6", "Port": 57362} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37252}, + {"Proto": "peerapi6", "Port": 37252} ]}, - "Created": "2026-04-09T01:25:06.311514636Z", + "Created": "2026-04-09T08:31:13.211451161Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 6147223015914536, - "StableID": "nRfvjE861q11CNTRL", + "ID": 3378242282533411, + "StableID": "neW6GPh1PT11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "DiscoKey": "discokey:a917348833e33ead8ac0d83958aa49b1321cfa081c727bc48aa2e88da3d3df5a", - "Addresses": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "AllowedIPs": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "Endpoints": ["77.164.248.136:40898", "10.65.0.27:40898", "172.17.0.1:40898"], + "Key": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "DiscoKey": "discokey:c3fd29c385cabd75442a45f6c970e0e4412ecd5a076c2292fbb9946980be3b74", + "Addresses": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "AllowedIPs": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "Endpoints": ["77.164.248.136:36569", "10.65.0.27:36569", "172.17.0.1:36569"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43656}, - {"Proto": "peerapi6", "Port": 43656} + {"Proto": "peerapi4", "Port": 56141}, + {"Proto": "peerapi6", "Port": 56141} ]}, - "Created": "2026-04-09T01:25:08.485190807Z", + "Created": "2026-04-09T08:31:14.825871122Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6365668894560618, - "StableID": "n52C11L2ir11CNTRL", + "ID": 3646097330756358, + "StableID": "nBTRe4oKUV11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "KeyExpiry": "2026-10-06T08:31:18Z", + "DiscoKey": "discokey:76111e282ff359d6fd25b2b68f605c25506ba259571f29d2c11d4277a914bf36", + "Addresses": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "AllowedIPs": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "Endpoints": ["77.164.248.136:60527", "10.65.0.27:60527", "172.17.0.1:60527"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43760}, + {"Proto": "peerapi6", "Port": 43760} + ]}, + "Created": "2026-04-09T08:31:18.363455501Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4171158894656658, + "StableID": "n7qN4jG8aZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "DiscoKey": "discokey:1cefca2be32055c12c18e76eb3e63c7b50fad1ab6cf772c0dbe342ba33bacb41", - "Addresses": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "AllowedIPs": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "Endpoints": ["77.164.248.136:46192", "10.65.0.27:46192", "172.17.0.1:46192"], + "Key": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "DiscoKey": "discokey:05b06755d9048b86ba7ce24bbda628cec8df4cd1b25221b62df418d53b954a3c", + "Addresses": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "AllowedIPs": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "Endpoints": ["77.164.248.136:56029", "10.65.0.27:56029", "172.17.0.1:56029"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62354}, - {"Proto": "peerapi6", "Port": 62354} + {"Proto": "peerapi4", "Port": 57545}, + {"Proto": "peerapi6", "Port": 57545} ]}, - "Created": "2026-04-09T01:25:05.762171136Z", + "Created": "2026-04-09T08:31:12.142229445Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6765864384164218, - "StableID": "nugq1WnGqu11CNTRL", + "ID": 5286216559173353, + "StableID": "ngz5Ypw8Hi11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "DiscoKey": "discokey:e0fad6bc83a45ad313df16dceb23b6dae22072378b4939a5f1489f8feae5c322", + "Addresses": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "AllowedIPs": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "Endpoints": ["77.164.248.136:47037", "10.65.0.27:47037", "172.17.0.1:47037"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59888}, + {"Proto": "peerapi6", "Port": 59888} + ]}, + "Created": "2026-04-09T08:31:14.284512367Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6368241093396328, + "StableID": "nBpZQutBjr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:b4a9cc420f0ca1fde1a1310f2bce0aaa6c7265d1cd9d9723d6313ce54ea6b40e", + "Addresses": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "AllowedIPs": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "Endpoints": ["77.164.248.136:52160", "10.65.0.27:52160", "172.17.0.1:52160"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:31:17.754425472Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6967787607498433, + "StableID": "naVooyxiQw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "DiscoKey": "discokey:b2dc7d168943662e5fa9f517960dca9ac1cdbcc4b9b87ac8f9f83754f302ab12", + "Addresses": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "AllowedIPs": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "Endpoints": ["77.164.248.136:38367", "10.65.0.27:38367", "172.17.0.1:38367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 46224}, + {"Proto": "peerapi6", "Port": 46224} + ]}, + "Created": "2026-04-09T08:31:16.623734523Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7103046764448582, + "StableID": "nZWLLezyTx11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "DiscoKey": "discokey:5e5260b58601f4ce431ffb9f6049c18e6f7cfb017b65ca25afad08b3d5cab577", + "Addresses": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "AllowedIPs": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "Endpoints": ["77.164.248.136:60281", "10.65.0.27:60281", "172.17.0.1:60281"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 54363}, + {"Proto": "peerapi6", "Port": 54363} + ]}, + "Created": "2026-04-09T08:31:12.678210106Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7126088106363908, + "StableID": "n3ePpYFRex11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "DiscoKey": "discokey:7dd2ff9b0c38cf8cb48453e50f8a118f0c5feaa579b9dade87e9129d24d5c622", - "Addresses": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "AllowedIPs": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "Endpoints": ["77.164.248.136:54689", "10.65.0.27:54689", "172.17.0.1:54689"], + "Key": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "DiscoKey": "discokey:138c50e2b04ceaa6510da0cb4a855a9afbbd6039a11bb48924261daa78ef260b", + "Addresses": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "AllowedIPs": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "Endpoints": ["77.164.248.136:37874", "10.65.0.27:37874", "172.17.0.1:37874"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 57162}, - {"Proto": "peerapi6", "Port": 57162} + {"Proto": "peerapi4", "Port": 54654}, + {"Proto": "peerapi6", "Port": 54654} ]}, - "Created": "2026-04-09T01:25:05.215447241Z", + "Created": "2026-04-09T08:31:11.616647098Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7437782842046834, - "StableID": "n3f8Ghwa5121CNTRL", + "ID": 7502724072945868, + "StableID": "nyRNTfqza121CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "DiscoKey": "discokey:e683a1c7dcca114a21d447434befcbd59ca9ac27b5e3d07ebaed63a8b6630431", - "Addresses": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "AllowedIPs": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "Endpoints": ["77.164.248.136:40912", "10.65.0.27:40912", "172.17.0.1:40912"], + "Key": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "DiscoKey": "discokey:ce32b1395fe5f0f657c8d97d10a6ea1924945e6e1b421b88cca98fd4a402d930", + "Addresses": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "AllowedIPs": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "Endpoints": ["77.164.248.136:59172", "10.65.0.27:59172", "172.17.0.1:59172"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 46726}, - {"Proto": "peerapi6", "Port": 46726} + {"Proto": "peerapi4", "Port": 34010}, + {"Proto": "peerapi6", "Port": 34010} ]}, - "Created": "2026-04-09T01:25:09.032180754Z", + "Created": "2026-04-09T08:31:15.364564626Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8098119383766878, - "StableID": "nfPiE8seE621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:a46be8956c2de17ac2edd2fb16dc94e2d3c9a71ccee13d17a2289918344b5676", - "Addresses": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "AllowedIPs": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54213}, - {"Proto": "peerapi6", "Port": 54213} - ]}, - "Created": "2026-04-09T01:25:11.756635239Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8699211867948811, - "StableID": "np1iiaYtvA21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7992595912843082, + "StableID": "nMGdTcwrQ521CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "DiscoKey": "discokey:997aff35f5fa76b4d72583fe0d82112a6c779327f3f06027880a5e6e1a6b4f17", - "Addresses": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "AllowedIPs": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "Endpoints": ["77.164.248.136:42031", "10.65.0.27:42031", "172.17.0.1:42031"], + "Key": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "DiscoKey": "discokey:e52714e1032b121f77a6674a308502cb0c265d02fca143350e5fa74720052439", + "Addresses": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "AllowedIPs": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 35537}, - {"Proto": "peerapi6", "Port": 35537} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50800}, + {"Proto": "peerapi6", "Port": 50800} ]}, - "Created": "2026-04-09T01:25:07.953700555Z", + "Created": "2026-04-09T08:31:11.060572776Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8298795523079729, + "StableID": "n8Q6VbHYo721CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:06a98307b32b0ea4da3643e5d4c17a3969eef5f469293f5cc795a2cc3381904e", + "Addresses": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "AllowedIPs": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "Endpoints": ["77.164.248.136:55620", "10.65.0.27:55620", "172.17.0.1:55620"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39458}, + {"Proto": "peerapi6", "Port": 39458} + ]}, + "Created": "2026-04-09T08:31:17.215518611Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15001,27 +15021,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3292474553900077": { - "ID": 3292474553900077, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8022984886833634": { + "ID": 8022984886833634, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15052,26 +15074,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6147223015914536, - "StableID": "nRfvjE861q11CNTRL", + "ID": 3378242282533411, + "StableID": "neW6GPh1PT11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 6147223015914536, - "Key": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "DiscoKey": "discokey:a917348833e33ead8ac0d83958aa49b1321cfa081c727bc48aa2e88da3d3df5a", - "Addresses": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "AllowedIPs": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "Endpoints": ["77.164.248.136:40898", "10.65.0.27:40898", "172.17.0.1:40898"], + "User": 3378242282533411, + "Key": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "DiscoKey": "discokey:c3fd29c385cabd75442a45f6c970e0e4412ecd5a076c2292fbb9946980be3b74", + "Addresses": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "AllowedIPs": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "Endpoints": ["77.164.248.136:36569", "10.65.0.27:36569", "172.17.0.1:36569"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 43656}, - {"Proto": "peerapi6", "Port": 43656}, + {"Proto": "peerapi4", "Port": 56141}, + {"Proto": "peerapi6", "Port": 56141}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:08.485190807Z", + "Created": "2026-04-09T08:31:14.825871122Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15099,302 +15121,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "MachineKey": "mkey:d2717e1c5664dd1f96db7ec7228ea1e7b0376427537038b6e442b9b46eb34263", + "NodeKey": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "MachineKey": "mkey:039e032e7b9c2cdd3b58fe2492e4e27b5f3d73e85ac8d8d707c807546a7cc664", "Peers": [{ - "ID": 168878302260280, - "StableID": "nZHuGW9VK211CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:6f18e9ff6807919077af01624f932fb5869c68ce59aebe50e53a206684cc4716", - "Addresses": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "AllowedIPs": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "Endpoints": ["77.164.248.136:55696", "10.65.0.27:55696", "172.17.0.1:55696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42554}, - {"Proto": "peerapi6", "Port": 42554} - ]}, - "Created": "2026-04-09T01:25:11.213042291Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 633339639224608, - "StableID": "nRoc9zkqw511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "DiscoKey": "discokey:487afe7a794f7c87d94e8e131eab46a477aa2e5004e6dc2dd646562e2e64db3e", - "Addresses": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "AllowedIPs": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "Endpoints": ["77.164.248.136:56246", "10.65.0.27:56246", "172.17.0.1:56246"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 41594}, - {"Proto": "peerapi6", "Port": 41594} - ]}, - "Created": "2026-04-09T01:25:10.133308275Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1221756970303487, - "StableID": "n8bpk4VLYA11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "DiscoKey": "discokey:cd324bcc93114c14ab19835948c940f782048908f427ca1d0665203749359d2c", - "Addresses": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "AllowedIPs": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "Endpoints": ["77.164.248.136:48354", "10.65.0.27:48354", "172.17.0.1:48354"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 61097}, - {"Proto": "peerapi6", "Port": 61097} - ]}, - "Created": "2026-04-09T01:25:06.879104141Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1604769671506700, - "StableID": "nVBYbXaoXD11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "DiscoKey": "discokey:39b7fabac3f1926bf89358365c4aad12ca8bc288c55646d9998610d98efd8b04", - "Addresses": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "AllowedIPs": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "Endpoints": ["77.164.248.136:46696", "10.65.0.27:46696", "172.17.0.1:46696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 52702}, - {"Proto": "peerapi6", "Port": 52702} - ]}, - "Created": "2026-04-09T01:25:04.680368806Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3291053976690049, - "StableID": "ntEeEdQXhS11CNTRL", + "ID": 718401365845955, + "StableID": "nvGhemBNc611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "DiscoKey": "discokey:dbad7c3fdde4799ee8ce2af6518da1af2ef24f6259a1885303c1ba001f4d7b4e", - "Addresses": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "AllowedIPs": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "Endpoints": ["77.164.248.136:48931", "10.65.0.27:48931", "172.17.0.1:48931"], + "Key": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "DiscoKey": "discokey:0bf9f6d33aa0440e0d0bb92029e2fb01c4c55b8de1a21411c68a3c4cfd7ee36a", + "Addresses": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "AllowedIPs": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "Endpoints": ["77.164.248.136:60493", "10.65.0.27:60493", "172.17.0.1:60493"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53789}, - {"Proto": "peerapi6", "Port": 53789} + {"Proto": "peerapi4", "Port": 34767}, + {"Proto": "peerapi6", "Port": 34767} ]}, - "Created": "2026-04-09T01:25:09.583259868Z", + "Created": "2026-04-09T08:31:15.892512478Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3292474553900077, - "StableID": "nccAnxiAiS11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "DiscoKey": "discokey:588df4bb7bf2cfa6cf4c134358cf3bdfb06c753d01f8856bd1fe961c8b7fbb67", - "Addresses": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "AllowedIPs": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "Endpoints": ["77.164.248.136:33388", "10.65.0.27:33388", "172.17.0.1:33388"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37522}, - {"Proto": "peerapi6", "Port": 37522} - ]}, - "Created": "2026-04-09T01:25:07.42647435Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3941298351873107, - "StableID": "nALk12E2nX11CNTRL", + "ID": 1093116609660489, + "StableID": "neHSbYK5Y911CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "DiscoKey": "discokey:046df54671614f87a359b15c49235b3e830adc44b44aab3d4e98accb2f33b52a", - "Addresses": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "AllowedIPs": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "Endpoints": ["77.164.248.136:57243", "10.65.0.27:57243", "172.17.0.1:57243"], - "HomeDERP": 14, + "Key": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "DiscoKey": "discokey:385d6e86a531d54dc4a092a249364c9a2d27a06de39397f40eda58d94adaf213", + "Addresses": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "AllowedIPs": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "Endpoints": ["77.164.248.136:42996", "10.65.0.27:42996", "172.17.0.1:42996"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63689}, - {"Proto": "peerapi6", "Port": 63689} + {"Proto": "peerapi4", "Port": 53835}, + {"Proto": "peerapi6", "Port": 53835} ]}, - "Created": "2026-04-09T01:25:03.965311148Z", + "Created": "2026-04-09T08:31:10.608054432Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4197136131926355, - "StableID": "nnkXZeetmZ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "KeyExpiry": "2026-10-06T01:25:10Z", - "DiscoKey": "discokey:bc618aedd75574f216b76ecb1797ab9f3cb5dd012480b194c2c9aebbfe8aa022", - "Addresses": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "AllowedIPs": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "Endpoints": ["77.164.248.136:58189", "10.65.0.27:58189", "172.17.0.1:58189"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53616}, - {"Proto": "peerapi6", "Port": 53616} - ]}, - "Created": "2026-04-09T01:25:10.669414349Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4630793392976180, - "StableID": "n3nMjD6JAd11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1971701813834982, + "StableID": "nqWkWGGzPG11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "DiscoKey": "discokey:ff95e4776cf729bf5661c965692f19250d202f510748786180c8b68bf8b0a65d", - "Addresses": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "AllowedIPs": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "Endpoints": ["77.164.248.136:38173", "10.65.0.27:38173", "172.17.0.1:38173"], + "Key": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "DiscoKey": "discokey:1f2a0ad16a53b7d0e8991e159be98ebef84d98f7b9fc3268e3a87e79846a454e", + "Addresses": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "AllowedIPs": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "Endpoints": ["77.164.248.136:34023", "10.65.0.27:34023", "172.17.0.1:34023"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57362}, - {"Proto": "peerapi6", "Port": 57362} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37252}, + {"Proto": "peerapi6", "Port": 37252} ]}, - "Created": "2026-04-09T01:25:06.311514636Z", + "Created": "2026-04-09T08:31:13.211451161Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 6365668894560618, - "StableID": "n52C11L2ir11CNTRL", + "ID": 3646097330756358, + "StableID": "nBTRe4oKUV11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "KeyExpiry": "2026-10-06T08:31:18Z", + "DiscoKey": "discokey:76111e282ff359d6fd25b2b68f605c25506ba259571f29d2c11d4277a914bf36", + "Addresses": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "AllowedIPs": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "Endpoints": ["77.164.248.136:60527", "10.65.0.27:60527", "172.17.0.1:60527"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43760}, + {"Proto": "peerapi6", "Port": 43760} + ]}, + "Created": "2026-04-09T08:31:18.363455501Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4171158894656658, + "StableID": "n7qN4jG8aZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "DiscoKey": "discokey:1cefca2be32055c12c18e76eb3e63c7b50fad1ab6cf772c0dbe342ba33bacb41", - "Addresses": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "AllowedIPs": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "Endpoints": ["77.164.248.136:46192", "10.65.0.27:46192", "172.17.0.1:46192"], + "Key": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "DiscoKey": "discokey:05b06755d9048b86ba7ce24bbda628cec8df4cd1b25221b62df418d53b954a3c", + "Addresses": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "AllowedIPs": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "Endpoints": ["77.164.248.136:56029", "10.65.0.27:56029", "172.17.0.1:56029"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62354}, - {"Proto": "peerapi6", "Port": 62354} + {"Proto": "peerapi4", "Port": 57545}, + {"Proto": "peerapi6", "Port": 57545} ]}, - "Created": "2026-04-09T01:25:05.762171136Z", + "Created": "2026-04-09T08:31:12.142229445Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6765864384164218, - "StableID": "nugq1WnGqu11CNTRL", + "ID": 5286216559173353, + "StableID": "ngz5Ypw8Hi11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "DiscoKey": "discokey:e0fad6bc83a45ad313df16dceb23b6dae22072378b4939a5f1489f8feae5c322", + "Addresses": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "AllowedIPs": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "Endpoints": ["77.164.248.136:47037", "10.65.0.27:47037", "172.17.0.1:47037"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59888}, + {"Proto": "peerapi6", "Port": 59888} + ]}, + "Created": "2026-04-09T08:31:14.284512367Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6368241093396328, + "StableID": "nBpZQutBjr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:b4a9cc420f0ca1fde1a1310f2bce0aaa6c7265d1cd9d9723d6313ce54ea6b40e", + "Addresses": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "AllowedIPs": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "Endpoints": ["77.164.248.136:52160", "10.65.0.27:52160", "172.17.0.1:52160"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:31:17.754425472Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6967787607498433, + "StableID": "naVooyxiQw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "DiscoKey": "discokey:b2dc7d168943662e5fa9f517960dca9ac1cdbcc4b9b87ac8f9f83754f302ab12", + "Addresses": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "AllowedIPs": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "Endpoints": ["77.164.248.136:38367", "10.65.0.27:38367", "172.17.0.1:38367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 46224}, + {"Proto": "peerapi6", "Port": 46224} + ]}, + "Created": "2026-04-09T08:31:16.623734523Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7103046764448582, + "StableID": "nZWLLezyTx11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "DiscoKey": "discokey:5e5260b58601f4ce431ffb9f6049c18e6f7cfb017b65ca25afad08b3d5cab577", + "Addresses": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "AllowedIPs": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "Endpoints": ["77.164.248.136:60281", "10.65.0.27:60281", "172.17.0.1:60281"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 54363}, + {"Proto": "peerapi6", "Port": 54363} + ]}, + "Created": "2026-04-09T08:31:12.678210106Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7126088106363908, + "StableID": "n3ePpYFRex11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "DiscoKey": "discokey:7dd2ff9b0c38cf8cb48453e50f8a118f0c5feaa579b9dade87e9129d24d5c622", - "Addresses": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "AllowedIPs": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "Endpoints": ["77.164.248.136:54689", "10.65.0.27:54689", "172.17.0.1:54689"], + "Key": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "DiscoKey": "discokey:138c50e2b04ceaa6510da0cb4a855a9afbbd6039a11bb48924261daa78ef260b", + "Addresses": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "AllowedIPs": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "Endpoints": ["77.164.248.136:37874", "10.65.0.27:37874", "172.17.0.1:37874"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 57162}, - {"Proto": "peerapi6", "Port": 57162} + {"Proto": "peerapi4", "Port": 54654}, + {"Proto": "peerapi6", "Port": 54654} ]}, - "Created": "2026-04-09T01:25:05.215447241Z", + "Created": "2026-04-09T08:31:11.616647098Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7437782842046834, - "StableID": "n3f8Ghwa5121CNTRL", + "ID": 7502724072945868, + "StableID": "nyRNTfqza121CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "DiscoKey": "discokey:e683a1c7dcca114a21d447434befcbd59ca9ac27b5e3d07ebaed63a8b6630431", - "Addresses": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "AllowedIPs": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "Endpoints": ["77.164.248.136:40912", "10.65.0.27:40912", "172.17.0.1:40912"], + "Key": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "DiscoKey": "discokey:ce32b1395fe5f0f657c8d97d10a6ea1924945e6e1b421b88cca98fd4a402d930", + "Addresses": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "AllowedIPs": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "Endpoints": ["77.164.248.136:59172", "10.65.0.27:59172", "172.17.0.1:59172"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 46726}, - {"Proto": "peerapi6", "Port": 46726} + {"Proto": "peerapi4", "Port": 34010}, + {"Proto": "peerapi6", "Port": 34010} ]}, - "Created": "2026-04-09T01:25:09.032180754Z", + "Created": "2026-04-09T08:31:15.364564626Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8098119383766878, - "StableID": "nfPiE8seE621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:a46be8956c2de17ac2edd2fb16dc94e2d3c9a71ccee13d17a2289918344b5676", - "Addresses": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "AllowedIPs": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54213}, - {"Proto": "peerapi6", "Port": 54213} - ]}, - "Created": "2026-04-09T01:25:11.756635239Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8699211867948811, - "StableID": "np1iiaYtvA21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7992595912843082, + "StableID": "nMGdTcwrQ521CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "DiscoKey": "discokey:997aff35f5fa76b4d72583fe0d82112a6c779327f3f06027880a5e6e1a6b4f17", - "Addresses": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "AllowedIPs": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "Endpoints": ["77.164.248.136:42031", "10.65.0.27:42031", "172.17.0.1:42031"], + "Key": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "DiscoKey": "discokey:e52714e1032b121f77a6674a308502cb0c265d02fca143350e5fa74720052439", + "Addresses": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "AllowedIPs": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 35537}, - {"Proto": "peerapi6", "Port": 35537} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50800}, + {"Proto": "peerapi6", "Port": 50800} ]}, - "Created": "2026-04-09T01:25:07.953700555Z", + "Created": "2026-04-09T08:31:11.060572776Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8022984886833634, + "StableID": "nfhe26Dde521CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "DiscoKey": "discokey:eb9b88bcc8abc3bf62e257e3bec7adf96d5795b8b57951b26f7488af314c7530", + "Addresses": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "AllowedIPs": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "Endpoints": ["77.164.248.136:57889", "10.65.0.27:57889", "172.17.0.1:57889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 46020}, + {"Proto": "peerapi6", "Port": 46020} + ]}, + "Created": "2026-04-09T08:31:13.766377344Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8298795523079729, + "StableID": "n8Q6VbHYo721CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:06a98307b32b0ea4da3643e5d4c17a3969eef5f469293f5cc795a2cc3381904e", + "Addresses": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "AllowedIPs": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "Endpoints": ["77.164.248.136:55620", "10.65.0.27:55620", "172.17.0.1:55620"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39458}, + {"Proto": "peerapi6", "Port": 39458} + ]}, + "Created": "2026-04-09T08:31:17.215518611Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16242,27 +16264,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6147223015914536": { - "ID": 6147223015914536, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3378242282533411": { + "ID": 3378242282533411, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16293,22 +16317,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 168878302260280, - "StableID": "nZHuGW9VK211CNTRL", + "ID": 6368241093396328, + "StableID": "nBpZQutBjr11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:6f18e9ff6807919077af01624f932fb5869c68ce59aebe50e53a206684cc4716", - "Addresses": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "AllowedIPs": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "Endpoints": ["77.164.248.136:55696", "10.65.0.27:55696", "172.17.0.1:55696"], + "Key": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:b4a9cc420f0ca1fde1a1310f2bce0aaa6c7265d1cd9d9723d6313ce54ea6b40e", + "Addresses": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "AllowedIPs": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "Endpoints": ["77.164.248.136:52160", "10.65.0.27:52160", "172.17.0.1:52160"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42554}, - {"Proto": "peerapi6", "Port": 42554}, + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:11.213042291Z", + "Created": "2026-04-09T08:31:17.754425472Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16335,302 +16359,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "MachineKey": "mkey:b0988b6f7c42617659e61a67919519eaa79c6b70ecfb57224b38e1794924985d", + "NodeKey": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "MachineKey": "mkey:0837ce1cbecbc694973c6f6e027355f4d3c9cfad080d96572a5d02a4630e1832", "Peers": [{ - "ID": 633339639224608, - "StableID": "nRoc9zkqw511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "DiscoKey": "discokey:487afe7a794f7c87d94e8e131eab46a477aa2e5004e6dc2dd646562e2e64db3e", - "Addresses": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "AllowedIPs": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "Endpoints": ["77.164.248.136:56246", "10.65.0.27:56246", "172.17.0.1:56246"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 41594}, - {"Proto": "peerapi6", "Port": 41594} - ]}, - "Created": "2026-04-09T01:25:10.133308275Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1221756970303487, - "StableID": "n8bpk4VLYA11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "DiscoKey": "discokey:cd324bcc93114c14ab19835948c940f782048908f427ca1d0665203749359d2c", - "Addresses": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "AllowedIPs": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "Endpoints": ["77.164.248.136:48354", "10.65.0.27:48354", "172.17.0.1:48354"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 61097}, - {"Proto": "peerapi6", "Port": 61097} - ]}, - "Created": "2026-04-09T01:25:06.879104141Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1604769671506700, - "StableID": "nVBYbXaoXD11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "DiscoKey": "discokey:39b7fabac3f1926bf89358365c4aad12ca8bc288c55646d9998610d98efd8b04", - "Addresses": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "AllowedIPs": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "Endpoints": ["77.164.248.136:46696", "10.65.0.27:46696", "172.17.0.1:46696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 52702}, - {"Proto": "peerapi6", "Port": 52702} - ]}, - "Created": "2026-04-09T01:25:04.680368806Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3291053976690049, - "StableID": "ntEeEdQXhS11CNTRL", + "ID": 718401365845955, + "StableID": "nvGhemBNc611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "DiscoKey": "discokey:dbad7c3fdde4799ee8ce2af6518da1af2ef24f6259a1885303c1ba001f4d7b4e", - "Addresses": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "AllowedIPs": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "Endpoints": ["77.164.248.136:48931", "10.65.0.27:48931", "172.17.0.1:48931"], + "Key": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "DiscoKey": "discokey:0bf9f6d33aa0440e0d0bb92029e2fb01c4c55b8de1a21411c68a3c4cfd7ee36a", + "Addresses": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "AllowedIPs": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "Endpoints": ["77.164.248.136:60493", "10.65.0.27:60493", "172.17.0.1:60493"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53789}, - {"Proto": "peerapi6", "Port": 53789} + {"Proto": "peerapi4", "Port": 34767}, + {"Proto": "peerapi6", "Port": 34767} ]}, - "Created": "2026-04-09T01:25:09.583259868Z", + "Created": "2026-04-09T08:31:15.892512478Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3292474553900077, - "StableID": "nccAnxiAiS11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "DiscoKey": "discokey:588df4bb7bf2cfa6cf4c134358cf3bdfb06c753d01f8856bd1fe961c8b7fbb67", - "Addresses": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "AllowedIPs": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "Endpoints": ["77.164.248.136:33388", "10.65.0.27:33388", "172.17.0.1:33388"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37522}, - {"Proto": "peerapi6", "Port": 37522} - ]}, - "Created": "2026-04-09T01:25:07.42647435Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3941298351873107, - "StableID": "nALk12E2nX11CNTRL", + "ID": 1093116609660489, + "StableID": "neHSbYK5Y911CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "DiscoKey": "discokey:046df54671614f87a359b15c49235b3e830adc44b44aab3d4e98accb2f33b52a", - "Addresses": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "AllowedIPs": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "Endpoints": ["77.164.248.136:57243", "10.65.0.27:57243", "172.17.0.1:57243"], - "HomeDERP": 14, + "Key": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "DiscoKey": "discokey:385d6e86a531d54dc4a092a249364c9a2d27a06de39397f40eda58d94adaf213", + "Addresses": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "AllowedIPs": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "Endpoints": ["77.164.248.136:42996", "10.65.0.27:42996", "172.17.0.1:42996"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63689}, - {"Proto": "peerapi6", "Port": 63689} + {"Proto": "peerapi4", "Port": 53835}, + {"Proto": "peerapi6", "Port": 53835} ]}, - "Created": "2026-04-09T01:25:03.965311148Z", + "Created": "2026-04-09T08:31:10.608054432Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4197136131926355, - "StableID": "nnkXZeetmZ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "KeyExpiry": "2026-10-06T01:25:10Z", - "DiscoKey": "discokey:bc618aedd75574f216b76ecb1797ab9f3cb5dd012480b194c2c9aebbfe8aa022", - "Addresses": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "AllowedIPs": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "Endpoints": ["77.164.248.136:58189", "10.65.0.27:58189", "172.17.0.1:58189"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53616}, - {"Proto": "peerapi6", "Port": 53616} - ]}, - "Created": "2026-04-09T01:25:10.669414349Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4630793392976180, - "StableID": "n3nMjD6JAd11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1971701813834982, + "StableID": "nqWkWGGzPG11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "DiscoKey": "discokey:ff95e4776cf729bf5661c965692f19250d202f510748786180c8b68bf8b0a65d", - "Addresses": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "AllowedIPs": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "Endpoints": ["77.164.248.136:38173", "10.65.0.27:38173", "172.17.0.1:38173"], + "Key": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "DiscoKey": "discokey:1f2a0ad16a53b7d0e8991e159be98ebef84d98f7b9fc3268e3a87e79846a454e", + "Addresses": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "AllowedIPs": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "Endpoints": ["77.164.248.136:34023", "10.65.0.27:34023", "172.17.0.1:34023"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57362}, - {"Proto": "peerapi6", "Port": 57362} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37252}, + {"Proto": "peerapi6", "Port": 37252} ]}, - "Created": "2026-04-09T01:25:06.311514636Z", + "Created": "2026-04-09T08:31:13.211451161Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 6147223015914536, - "StableID": "nRfvjE861q11CNTRL", + "ID": 3378242282533411, + "StableID": "neW6GPh1PT11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "DiscoKey": "discokey:a917348833e33ead8ac0d83958aa49b1321cfa081c727bc48aa2e88da3d3df5a", - "Addresses": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "AllowedIPs": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "Endpoints": ["77.164.248.136:40898", "10.65.0.27:40898", "172.17.0.1:40898"], + "Key": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "DiscoKey": "discokey:c3fd29c385cabd75442a45f6c970e0e4412ecd5a076c2292fbb9946980be3b74", + "Addresses": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "AllowedIPs": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "Endpoints": ["77.164.248.136:36569", "10.65.0.27:36569", "172.17.0.1:36569"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43656}, - {"Proto": "peerapi6", "Port": 43656} + {"Proto": "peerapi4", "Port": 56141}, + {"Proto": "peerapi6", "Port": 56141} ]}, - "Created": "2026-04-09T01:25:08.485190807Z", + "Created": "2026-04-09T08:31:14.825871122Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6365668894560618, - "StableID": "n52C11L2ir11CNTRL", + "ID": 3646097330756358, + "StableID": "nBTRe4oKUV11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "KeyExpiry": "2026-10-06T08:31:18Z", + "DiscoKey": "discokey:76111e282ff359d6fd25b2b68f605c25506ba259571f29d2c11d4277a914bf36", + "Addresses": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "AllowedIPs": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "Endpoints": ["77.164.248.136:60527", "10.65.0.27:60527", "172.17.0.1:60527"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43760}, + {"Proto": "peerapi6", "Port": 43760} + ]}, + "Created": "2026-04-09T08:31:18.363455501Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4171158894656658, + "StableID": "n7qN4jG8aZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "DiscoKey": "discokey:1cefca2be32055c12c18e76eb3e63c7b50fad1ab6cf772c0dbe342ba33bacb41", - "Addresses": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "AllowedIPs": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "Endpoints": ["77.164.248.136:46192", "10.65.0.27:46192", "172.17.0.1:46192"], + "Key": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "DiscoKey": "discokey:05b06755d9048b86ba7ce24bbda628cec8df4cd1b25221b62df418d53b954a3c", + "Addresses": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "AllowedIPs": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "Endpoints": ["77.164.248.136:56029", "10.65.0.27:56029", "172.17.0.1:56029"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62354}, - {"Proto": "peerapi6", "Port": 62354} + {"Proto": "peerapi4", "Port": 57545}, + {"Proto": "peerapi6", "Port": 57545} ]}, - "Created": "2026-04-09T01:25:05.762171136Z", + "Created": "2026-04-09T08:31:12.142229445Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6765864384164218, - "StableID": "nugq1WnGqu11CNTRL", + "ID": 5286216559173353, + "StableID": "ngz5Ypw8Hi11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "DiscoKey": "discokey:e0fad6bc83a45ad313df16dceb23b6dae22072378b4939a5f1489f8feae5c322", + "Addresses": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "AllowedIPs": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "Endpoints": ["77.164.248.136:47037", "10.65.0.27:47037", "172.17.0.1:47037"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59888}, + {"Proto": "peerapi6", "Port": 59888} + ]}, + "Created": "2026-04-09T08:31:14.284512367Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6967787607498433, + "StableID": "naVooyxiQw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "DiscoKey": "discokey:b2dc7d168943662e5fa9f517960dca9ac1cdbcc4b9b87ac8f9f83754f302ab12", + "Addresses": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "AllowedIPs": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "Endpoints": ["77.164.248.136:38367", "10.65.0.27:38367", "172.17.0.1:38367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 46224}, + {"Proto": "peerapi6", "Port": 46224} + ]}, + "Created": "2026-04-09T08:31:16.623734523Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7103046764448582, + "StableID": "nZWLLezyTx11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "DiscoKey": "discokey:5e5260b58601f4ce431ffb9f6049c18e6f7cfb017b65ca25afad08b3d5cab577", + "Addresses": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "AllowedIPs": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "Endpoints": ["77.164.248.136:60281", "10.65.0.27:60281", "172.17.0.1:60281"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 54363}, + {"Proto": "peerapi6", "Port": 54363} + ]}, + "Created": "2026-04-09T08:31:12.678210106Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7126088106363908, + "StableID": "n3ePpYFRex11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "DiscoKey": "discokey:7dd2ff9b0c38cf8cb48453e50f8a118f0c5feaa579b9dade87e9129d24d5c622", - "Addresses": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "AllowedIPs": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "Endpoints": ["77.164.248.136:54689", "10.65.0.27:54689", "172.17.0.1:54689"], + "Key": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "DiscoKey": "discokey:138c50e2b04ceaa6510da0cb4a855a9afbbd6039a11bb48924261daa78ef260b", + "Addresses": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "AllowedIPs": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "Endpoints": ["77.164.248.136:37874", "10.65.0.27:37874", "172.17.0.1:37874"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 57162}, - {"Proto": "peerapi6", "Port": 57162} + {"Proto": "peerapi4", "Port": 54654}, + {"Proto": "peerapi6", "Port": 54654} ]}, - "Created": "2026-04-09T01:25:05.215447241Z", + "Created": "2026-04-09T08:31:11.616647098Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7437782842046834, - "StableID": "n3f8Ghwa5121CNTRL", + "ID": 7502724072945868, + "StableID": "nyRNTfqza121CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "DiscoKey": "discokey:e683a1c7dcca114a21d447434befcbd59ca9ac27b5e3d07ebaed63a8b6630431", - "Addresses": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "AllowedIPs": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "Endpoints": ["77.164.248.136:40912", "10.65.0.27:40912", "172.17.0.1:40912"], + "Key": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "DiscoKey": "discokey:ce32b1395fe5f0f657c8d97d10a6ea1924945e6e1b421b88cca98fd4a402d930", + "Addresses": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "AllowedIPs": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "Endpoints": ["77.164.248.136:59172", "10.65.0.27:59172", "172.17.0.1:59172"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 46726}, - {"Proto": "peerapi6", "Port": 46726} + {"Proto": "peerapi4", "Port": 34010}, + {"Proto": "peerapi6", "Port": 34010} ]}, - "Created": "2026-04-09T01:25:09.032180754Z", + "Created": "2026-04-09T08:31:15.364564626Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8098119383766878, - "StableID": "nfPiE8seE621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:a46be8956c2de17ac2edd2fb16dc94e2d3c9a71ccee13d17a2289918344b5676", - "Addresses": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "AllowedIPs": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54213}, - {"Proto": "peerapi6", "Port": 54213} - ]}, - "Created": "2026-04-09T01:25:11.756635239Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8699211867948811, - "StableID": "np1iiaYtvA21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7992595912843082, + "StableID": "nMGdTcwrQ521CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "DiscoKey": "discokey:997aff35f5fa76b4d72583fe0d82112a6c779327f3f06027880a5e6e1a6b4f17", - "Addresses": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "AllowedIPs": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "Endpoints": ["77.164.248.136:42031", "10.65.0.27:42031", "172.17.0.1:42031"], + "Key": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "DiscoKey": "discokey:e52714e1032b121f77a6674a308502cb0c265d02fca143350e5fa74720052439", + "Addresses": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "AllowedIPs": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 35537}, - {"Proto": "peerapi6", "Port": 35537} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50800}, + {"Proto": "peerapi6", "Port": 50800} ]}, - "Created": "2026-04-09T01:25:07.953700555Z", + "Created": "2026-04-09T08:31:11.060572776Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8022984886833634, + "StableID": "nfhe26Dde521CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "DiscoKey": "discokey:eb9b88bcc8abc3bf62e257e3bec7adf96d5795b8b57951b26f7488af314c7530", + "Addresses": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "AllowedIPs": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "Endpoints": ["77.164.248.136:57889", "10.65.0.27:57889", "172.17.0.1:57889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 46020}, + {"Proto": "peerapi6", "Port": 46020} + ]}, + "Created": "2026-04-09T08:31:13.766377344Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8298795523079729, + "StableID": "n8Q6VbHYo721CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:06a98307b32b0ea4da3643e5d4c17a3969eef5f469293f5cc795a2cc3381904e", + "Addresses": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "AllowedIPs": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "Endpoints": ["77.164.248.136:55620", "10.65.0.27:55620", "172.17.0.1:55620"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39458}, + {"Proto": "peerapi6", "Port": 39458} + ]}, + "Created": "2026-04-09T08:31:17.215518611Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16658,7 +16682,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.85.106.33"}, {"nodeIP": "fd7a:115c:a1e0::a137:6a22"}], + "principals": [{"nodeIP": "100.98.162.35"}, {"nodeIP": "fd7a:115c:a1e0::ba37:a223"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -17484,26 +17508,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.85.106.33"}, {"nodeIP": "fd7a:115c:a1e0::a137:6a22"}], + "principals": [{"nodeIP": "100.98.162.35"}, {"nodeIP": "fd7a:115c:a1e0::ba37:a223"}], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -17537,21 +17562,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7437782842046834, - "StableID": "n3f8Ghwa5121CNTRL", + "ID": 7502724072945868, + "StableID": "nyRNTfqza121CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 7437782842046834, - "Key": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "DiscoKey": "discokey:e683a1c7dcca114a21d447434befcbd59ca9ac27b5e3d07ebaed63a8b6630431", - "Addresses": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "AllowedIPs": ["100.71.139.22/32", "fd7a:115c:a1e0::ae37:8b16/128"], - "Endpoints": ["77.164.248.136:40912", "10.65.0.27:40912", "172.17.0.1:40912"], + "User": 7502724072945868, + "Key": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "DiscoKey": "discokey:ce32b1395fe5f0f657c8d97d10a6ea1924945e6e1b421b88cca98fd4a402d930", + "Addresses": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "AllowedIPs": ["100.124.133.17/32", "fd7a:115c:a1e0::4f37:8511/128"], + "Endpoints": ["77.164.248.136:59172", "10.65.0.27:59172", "172.17.0.1:59172"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 46726}, - {"Proto": "peerapi6", "Port": 46726}, + {"Proto": "peerapi4", "Port": 34010}, + {"Proto": "peerapi6", "Port": 34010}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:09.032180754Z", + "Created": "2026-04-09T08:31:15.364564626Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17579,300 +17604,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:eae6d5b88be6d1437f9ce7e37a01b38fce8489d1fd9b74aaa31937cbae078b15", - "MachineKey": "mkey:d2497bd3e3e3c5f9106ea9cb69d0123515fb9171c7ed0dcd599d3c332dfa8406", + "NodeKey": "nodekey:e64aa0d6afccf681171ad31ec0cb2082bbb49de204af0503a59b20784f7c8510", + "MachineKey": "mkey:2e2d313183e3076349be94605c206810dbeb19078b767f14c1e143ce4fd8db23", "Peers": [{ - "ID": 168878302260280, - "StableID": "nZHuGW9VK211CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:64a81ceb6a2faccaee15d239f85ae66aeb6cca48dccad130e151b6b8a1956a20", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:6f18e9ff6807919077af01624f932fb5869c68ce59aebe50e53a206684cc4716", - "Addresses": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "AllowedIPs": ["100.85.106.33/32", "fd7a:115c:a1e0::a137:6a22/128"], - "Endpoints": ["77.164.248.136:55696", "10.65.0.27:55696", "172.17.0.1:55696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42554}, - {"Proto": "peerapi6", "Port": 42554} - ]}, - "Created": "2026-04-09T01:25:11.213042291Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 633339639224608, - "StableID": "nRoc9zkqw511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:41eb64014471f705d99903b175873270477b06212f3918342caf8947b1851c09", - "DiscoKey": "discokey:487afe7a794f7c87d94e8e131eab46a477aa2e5004e6dc2dd646562e2e64db3e", - "Addresses": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "AllowedIPs": ["100.69.28.10/32", "fd7a:115c:a1e0::b137:1c0a/128"], - "Endpoints": ["77.164.248.136:56246", "10.65.0.27:56246", "172.17.0.1:56246"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 41594}, - {"Proto": "peerapi6", "Port": 41594} - ]}, - "Created": "2026-04-09T01:25:10.133308275Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1221756970303487, - "StableID": "n8bpk4VLYA11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee49386bdf8c1e38e2dc7d1821fff7f418a68032a86eb966281703562949c66f", - "DiscoKey": "discokey:cd324bcc93114c14ab19835948c940f782048908f427ca1d0665203749359d2c", - "Addresses": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "AllowedIPs": ["100.73.198.112/32", "fd7a:115c:a1e0::2937:c670/128"], - "Endpoints": ["77.164.248.136:48354", "10.65.0.27:48354", "172.17.0.1:48354"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 61097}, - {"Proto": "peerapi6", "Port": 61097} - ]}, - "Created": "2026-04-09T01:25:06.879104141Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1604769671506700, - "StableID": "nVBYbXaoXD11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:131b72dedd2a8ad4ad3d050c7f601ec912846f1896134c234f9f3ea7cdfff237", - "DiscoKey": "discokey:39b7fabac3f1926bf89358365c4aad12ca8bc288c55646d9998610d98efd8b04", - "Addresses": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "AllowedIPs": ["100.127.242.56/32", "fd7a:115c:a1e0::cd37:f238/128"], - "Endpoints": ["77.164.248.136:46696", "10.65.0.27:46696", "172.17.0.1:46696"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 52702}, - {"Proto": "peerapi6", "Port": 52702} - ]}, - "Created": "2026-04-09T01:25:04.680368806Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3291053976690049, - "StableID": "ntEeEdQXhS11CNTRL", + "ID": 718401365845955, + "StableID": "nvGhemBNc611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:874a8804feeba92bff31ed71af35a7b3a2263bd78d4d134af21a300384c25825", - "DiscoKey": "discokey:dbad7c3fdde4799ee8ce2af6518da1af2ef24f6259a1885303c1ba001f4d7b4e", - "Addresses": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "AllowedIPs": ["100.66.88.38/32", "fd7a:115c:a1e0::8437:5826/128"], - "Endpoints": ["77.164.248.136:48931", "10.65.0.27:48931", "172.17.0.1:48931"], + "Key": "nodekey:6177d2922ba7c0a04944c76026154c14a1b7c0abff6a9fc295e685eba7e89856", + "DiscoKey": "discokey:0bf9f6d33aa0440e0d0bb92029e2fb01c4c55b8de1a21411c68a3c4cfd7ee36a", + "Addresses": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "AllowedIPs": ["100.104.152.87/32", "fd7a:115c:a1e0::a737:9857/128"], + "Endpoints": ["77.164.248.136:60493", "10.65.0.27:60493", "172.17.0.1:60493"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53789}, - {"Proto": "peerapi6", "Port": 53789} + {"Proto": "peerapi4", "Port": 34767}, + {"Proto": "peerapi6", "Port": 34767} ]}, - "Created": "2026-04-09T01:25:09.583259868Z", + "Created": "2026-04-09T08:31:15.892512478Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3292474553900077, - "StableID": "nccAnxiAiS11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7d2e2dded94c9b995fd72b6e9e8186148b9d5fc1b59979700e9502bd5e618220", - "DiscoKey": "discokey:588df4bb7bf2cfa6cf4c134358cf3bdfb06c753d01f8856bd1fe961c8b7fbb67", - "Addresses": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "AllowedIPs": ["100.97.130.33/32", "fd7a:115c:a1e0::5e37:8221/128"], - "Endpoints": ["77.164.248.136:33388", "10.65.0.27:33388", "172.17.0.1:33388"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37522}, - {"Proto": "peerapi6", "Port": 37522} - ]}, - "Created": "2026-04-09T01:25:07.42647435Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3941298351873107, - "StableID": "nALk12E2nX11CNTRL", + "ID": 1093116609660489, + "StableID": "neHSbYK5Y911CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4495d133f3800ea389e3ad12ddb6f55b6115859bfe9b99986df839a95b411013", - "DiscoKey": "discokey:046df54671614f87a359b15c49235b3e830adc44b44aab3d4e98accb2f33b52a", - "Addresses": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "AllowedIPs": ["100.65.16.20/32", "fd7a:115c:a1e0::5b37:1014/128"], - "Endpoints": ["77.164.248.136:57243", "10.65.0.27:57243", "172.17.0.1:57243"], - "HomeDERP": 14, + "Key": "nodekey:00b5c85c10892bc1e582ea2f4f5be1f94b6644b258dc1d5e2fc45ca843ef602b", + "DiscoKey": "discokey:385d6e86a531d54dc4a092a249364c9a2d27a06de39397f40eda58d94adaf213", + "Addresses": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "AllowedIPs": ["100.111.96.44/32", "fd7a:115c:a1e0::4337:602c/128"], + "Endpoints": ["77.164.248.136:42996", "10.65.0.27:42996", "172.17.0.1:42996"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 63689}, - {"Proto": "peerapi6", "Port": 63689} + {"Proto": "peerapi4", "Port": 53835}, + {"Proto": "peerapi6", "Port": 53835} ]}, - "Created": "2026-04-09T01:25:03.965311148Z", + "Created": "2026-04-09T08:31:10.608054432Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4197136131926355, - "StableID": "nnkXZeetmZ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:103f4c30540962712cf04aa67425e765e5fd546a9183353ef9dcbb9d710d3524", - "KeyExpiry": "2026-10-06T01:25:10Z", - "DiscoKey": "discokey:bc618aedd75574f216b76ecb1797ab9f3cb5dd012480b194c2c9aebbfe8aa022", - "Addresses": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "AllowedIPs": ["100.77.53.37/32", "fd7a:115c:a1e0::7137:3525/128"], - "Endpoints": ["77.164.248.136:58189", "10.65.0.27:58189", "172.17.0.1:58189"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53616}, - {"Proto": "peerapi6", "Port": 53616} - ]}, - "Created": "2026-04-09T01:25:10.669414349Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4630793392976180, - "StableID": "n3nMjD6JAd11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1971701813834982, + "StableID": "nqWkWGGzPG11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:00151d156b4c9345ff0cdefd13f5d6b1794737e9cab1b880d6966fbb608f520b", - "DiscoKey": "discokey:ff95e4776cf729bf5661c965692f19250d202f510748786180c8b68bf8b0a65d", - "Addresses": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "AllowedIPs": ["100.79.82.12/32", "fd7a:115c:a1e0::6037:520c/128"], - "Endpoints": ["77.164.248.136:38173", "10.65.0.27:38173", "172.17.0.1:38173"], + "Key": "nodekey:66b9e43d55e9b5f6851c75ad1ad6deab1081c60dc061217beeeaa7f57b86a511", + "DiscoKey": "discokey:1f2a0ad16a53b7d0e8991e159be98ebef84d98f7b9fc3268e3a87e79846a454e", + "Addresses": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "AllowedIPs": ["100.70.165.18/32", "fd7a:115c:a1e0::7b37:a512/128"], + "Endpoints": ["77.164.248.136:34023", "10.65.0.27:34023", "172.17.0.1:34023"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57362}, - {"Proto": "peerapi6", "Port": 57362} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37252}, + {"Proto": "peerapi6", "Port": 37252} ]}, - "Created": "2026-04-09T01:25:06.311514636Z", + "Created": "2026-04-09T08:31:13.211451161Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 6147223015914536, - "StableID": "nRfvjE861q11CNTRL", + "ID": 3378242282533411, + "StableID": "neW6GPh1PT11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa05fd2278e57719acae4b5be2d4a4cb1dc451f6d8301e981dd95ea5bed8252c", - "DiscoKey": "discokey:a917348833e33ead8ac0d83958aa49b1321cfa081c727bc48aa2e88da3d3df5a", - "Addresses": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "AllowedIPs": ["100.88.37.45/32", "fd7a:115c:a1e0::be37:252d/128"], - "Endpoints": ["77.164.248.136:40898", "10.65.0.27:40898", "172.17.0.1:40898"], + "Key": "nodekey:9e8d8dfbb648c3720fc97d874e327e63aab7b1c22dfd616a2fc6a2c19d770b63", + "DiscoKey": "discokey:c3fd29c385cabd75442a45f6c970e0e4412ecd5a076c2292fbb9946980be3b74", + "Addresses": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "AllowedIPs": ["100.119.11.100/32", "fd7a:115c:a1e0::9d37:b64/128"], + "Endpoints": ["77.164.248.136:36569", "10.65.0.27:36569", "172.17.0.1:36569"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43656}, - {"Proto": "peerapi6", "Port": 43656} + {"Proto": "peerapi4", "Port": 56141}, + {"Proto": "peerapi6", "Port": 56141} ]}, - "Created": "2026-04-09T01:25:08.485190807Z", + "Created": "2026-04-09T08:31:14.825871122Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6365668894560618, - "StableID": "n52C11L2ir11CNTRL", + "ID": 3646097330756358, + "StableID": "nBTRe4oKUV11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:3427839dfe10af6b77e5c251551c7645859e53e487b5bffb79bf6acc7fd12949", + "KeyExpiry": "2026-10-06T08:31:18Z", + "DiscoKey": "discokey:76111e282ff359d6fd25b2b68f605c25506ba259571f29d2c11d4277a914bf36", + "Addresses": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "AllowedIPs": ["100.81.41.74/32", "fd7a:115c:a1e0::7f37:294a/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43760}, + {"Proto": "peerapi6", "Port": 43760} + ]}, + "Created": "2026-04-09T08:31:18.363455501Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4171158894656658, + "StableID": "n7qN4jG8aZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:abb832277dd50264911f0d9794c03fef38058312379b9748b3d6f5b5ca379824", - "DiscoKey": "discokey:1cefca2be32055c12c18e76eb3e63c7b50fad1ab6cf772c0dbe342ba33bacb41", - "Addresses": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "AllowedIPs": ["100.119.152.37/32", "fd7a:115c:a1e0::ca37:9825/128"], - "Endpoints": ["77.164.248.136:46192", "10.65.0.27:46192", "172.17.0.1:46192"], + "Key": "nodekey:107ce2118b507cde0e39f880645aa9eeb54057900ec71a52e1509e1b962a3012", + "DiscoKey": "discokey:05b06755d9048b86ba7ce24bbda628cec8df4cd1b25221b62df418d53b954a3c", + "Addresses": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "AllowedIPs": ["100.106.48.19/32", "fd7a:115c:a1e0::9637:3013/128"], + "Endpoints": ["77.164.248.136:56029", "10.65.0.27:56029", "172.17.0.1:56029"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62354}, - {"Proto": "peerapi6", "Port": 62354} + {"Proto": "peerapi4", "Port": 57545}, + {"Proto": "peerapi6", "Port": 57545} ]}, - "Created": "2026-04-09T01:25:05.762171136Z", + "Created": "2026-04-09T08:31:12.142229445Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6765864384164218, - "StableID": "nugq1WnGqu11CNTRL", + "ID": 5286216559173353, + "StableID": "ngz5Ypw8Hi11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:930b5cb9086ba282f950721d1cdacff71b30c40b7db156b2395029e884892643", + "DiscoKey": "discokey:e0fad6bc83a45ad313df16dceb23b6dae22072378b4939a5f1489f8feae5c322", + "Addresses": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "AllowedIPs": ["100.73.38.68/32", "fd7a:115c:a1e0::8437:2644/128"], + "Endpoints": ["77.164.248.136:47037", "10.65.0.27:47037", "172.17.0.1:47037"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59888}, + {"Proto": "peerapi6", "Port": 59888} + ]}, + "Created": "2026-04-09T08:31:14.284512367Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6368241093396328, + "StableID": "nBpZQutBjr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:85d67cfede2bd9a326ff6a079eda622fc736bbda6c97dd5dd50c61c7baa2a222", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:b4a9cc420f0ca1fde1a1310f2bce0aaa6c7265d1cd9d9723d6313ce54ea6b40e", + "Addresses": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "AllowedIPs": ["100.98.162.35/32", "fd7a:115c:a1e0::ba37:a223/128"], + "Endpoints": ["77.164.248.136:52160", "10.65.0.27:52160", "172.17.0.1:52160"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:31:17.754425472Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6967787607498433, + "StableID": "naVooyxiQw11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8487dc79d43cb26a03643e778af629d374032523ea427d655f06612394bfd346", + "DiscoKey": "discokey:b2dc7d168943662e5fa9f517960dca9ac1cdbcc4b9b87ac8f9f83754f302ab12", + "Addresses": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "AllowedIPs": ["100.127.211.71/32", "fd7a:115c:a1e0::9437:d347/128"], + "Endpoints": ["77.164.248.136:38367", "10.65.0.27:38367", "172.17.0.1:38367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 46224}, + {"Proto": "peerapi6", "Port": 46224} + ]}, + "Created": "2026-04-09T08:31:16.623734523Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7103046764448582, + "StableID": "nZWLLezyTx11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40773c4ffcc8059c93a9ae9079a4e41526f0162dc735482565c4b4defe6dc85a", + "DiscoKey": "discokey:5e5260b58601f4ce431ffb9f6049c18e6f7cfb017b65ca25afad08b3d5cab577", + "Addresses": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "AllowedIPs": ["100.109.200.91/32", "fd7a:115c:a1e0::fe37:c85b/128"], + "Endpoints": ["77.164.248.136:60281", "10.65.0.27:60281", "172.17.0.1:60281"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 54363}, + {"Proto": "peerapi6", "Port": 54363} + ]}, + "Created": "2026-04-09T08:31:12.678210106Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7126088106363908, + "StableID": "n3ePpYFRex11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b0ddf51da0056e1a15f5890af17bc161b499ce3f2ba9faefedd0eaaaf70e4e03", - "DiscoKey": "discokey:7dd2ff9b0c38cf8cb48453e50f8a118f0c5feaa579b9dade87e9129d24d5c622", - "Addresses": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "AllowedIPs": ["100.78.78.4/32", "fd7a:115c:a1e0::f737:4e04/128"], - "Endpoints": ["77.164.248.136:54689", "10.65.0.27:54689", "172.17.0.1:54689"], + "Key": "nodekey:b0b7bf2e650bdc71139ddc813248f62c361a921b6af01fc923494a9aa0458d63", + "DiscoKey": "discokey:138c50e2b04ceaa6510da0cb4a855a9afbbd6039a11bb48924261daa78ef260b", + "Addresses": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "AllowedIPs": ["100.69.141.100/32", "fd7a:115c:a1e0::a037:8d64/128"], + "Endpoints": ["77.164.248.136:37874", "10.65.0.27:37874", "172.17.0.1:37874"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 57162}, - {"Proto": "peerapi6", "Port": 57162} + {"Proto": "peerapi4", "Port": 54654}, + {"Proto": "peerapi6", "Port": 54654} ]}, - "Created": "2026-04-09T01:25:05.215447241Z", + "Created": "2026-04-09T08:31:11.616647098Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8098119383766878, - "StableID": "nfPiE8seE621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a51afb847b9477305263df471cf99d01aec08790aa57b96be5b1a0b2d6ed2631", - "KeyExpiry": "2026-10-06T01:25:11Z", - "DiscoKey": "discokey:a46be8956c2de17ac2edd2fb16dc94e2d3c9a71ccee13d17a2289918344b5676", - "Addresses": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "AllowedIPs": ["100.109.38.50/32", "fd7a:115c:a1e0::d637:2632/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54213}, - {"Proto": "peerapi6", "Port": 54213} - ]}, - "Created": "2026-04-09T01:25:11.756635239Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8699211867948811, - "StableID": "np1iiaYtvA21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7992595912843082, + "StableID": "nMGdTcwrQ521CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e383a42420fffc8bf1ff10ff175a41af1a373e84312c6d57c8acfce9cc97f30a", - "DiscoKey": "discokey:997aff35f5fa76b4d72583fe0d82112a6c779327f3f06027880a5e6e1a6b4f17", - "Addresses": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "AllowedIPs": ["100.87.243.11/32", "fd7a:115c:a1e0::cc37:f30b/128"], - "Endpoints": ["77.164.248.136:42031", "10.65.0.27:42031", "172.17.0.1:42031"], + "Key": "nodekey:0608497ecacdd2adbf1afda9a2b47b90be58742ec74c01ec933246e75e6df96c", + "DiscoKey": "discokey:e52714e1032b121f77a6674a308502cb0c265d02fca143350e5fa74720052439", + "Addresses": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "AllowedIPs": ["100.109.249.109/32", "fd7a:115c:a1e0::5e37:f96d/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 35537}, - {"Proto": "peerapi6", "Port": 35537} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50800}, + {"Proto": "peerapi6", "Port": 50800} ]}, - "Created": "2026-04-09T01:25:07.953700555Z", + "Created": "2026-04-09T08:31:11.060572776Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8022984886833634, + "StableID": "nfhe26Dde521CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cb7624eec0e95a38257f12140ccaf0e1b76e4d9d7eeea21313b2e097725dd879", + "DiscoKey": "discokey:eb9b88bcc8abc3bf62e257e3bec7adf96d5795b8b57951b26f7488af314c7530", + "Addresses": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "AllowedIPs": ["100.93.216.122/32", "fd7a:115c:a1e0::7237:d87a/128"], + "Endpoints": ["77.164.248.136:57889", "10.65.0.27:57889", "172.17.0.1:57889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 46020}, + {"Proto": "peerapi6", "Port": 46020} + ]}, + "Created": "2026-04-09T08:31:13.766377344Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8298795523079729, + "StableID": "n8Q6VbHYo721CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8e45fcf8b2d5e4ab48b98247e2bb44cc226f5588f076ebd3105311f6b17da412", + "KeyExpiry": "2026-10-06T08:31:17Z", + "DiscoKey": "discokey:06a98307b32b0ea4da3643e5d4c17a3969eef5f469293f5cc795a2cc3381904e", + "Addresses": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "AllowedIPs": ["100.125.164.19/32", "fd7a:115c:a1e0::b137:a413/128"], + "Endpoints": ["77.164.248.136:55620", "10.65.0.27:55620", "172.17.0.1:55620"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39458}, + {"Proto": "peerapi6", "Port": 39458} + ]}, + "Created": "2026-04-09T08:31:17.215518611Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18720,27 +18745,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7437782842046834": { - "ID": 7437782842046834, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7502724072945868": { + "ID": 7502724072945868, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-b1.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-b1.hujson index 223e4bb8..a6b0f4ad 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-b1.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-b1.hujson @@ -3,7 +3,7 @@ // ssh b1 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:25:24Z +// Captured at: 2026-04-09T08:31:31Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-b1", "description": "ssh b1", "category": "ssh", - "captured_at": "2026-04-09T01:25:24.663895414Z", + "captured_at": "2026-04-09T08:31:31.11483506Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,13 +19,13 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["tag:server"], - "src": ["thor@example.com"], + "src": ["thor@dalby.cc"], "users": ["root"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh b1\",\n\t\"id\": \"ssh-b1\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"thor@example.com\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh b1\",\n\t\"id\": \"ssh-b1\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"thor@dalby.cc\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-b1.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.82.166.82", - "ipv6": "fd7a:115c:a1e0::8c37:a652", + "ipv4": "100.121.172.43", + "ipv6": "fd7a:115c:a1e0::5637:ac2b", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.114.167.52", - "ipv6": "fd7a:115c:a1e0::6d37:a734", + "ipv4": "100.98.193.120", + "ipv6": "fd7a:115c:a1e0::e837:c178", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.93.217.75", - "ipv6": "fd7a:115c:a1e0::df37:d94b", + "ipv4": "100.110.255.56", + "ipv6": "fd7a:115c:a1e0::1e37:ff38", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.68.177.93", - "ipv6": "fd7a:115c:a1e0::5237:b15d", + "ipv4": "100.92.164.126", + "ipv6": "fd7a:115c:a1e0::ec37:a47e", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.88.147.117", - "ipv6": "fd7a:115c:a1e0::2837:9375", + "ipv4": "100.81.198.121", + "ipv6": "fd7a:115c:a1e0::6b37:c679", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.112.39.57", - "ipv6": "fd7a:115c:a1e0::6737:2739", + "ipv4": "100.126.174.11", + "ipv6": "fd7a:115c:a1e0::1037:ae0b", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.117.174.39", - "ipv6": "fd7a:115c:a1e0::6837:ae27", + "ipv4": "100.100.10.2", + "ipv6": "fd7a:115c:a1e0::7637:a02", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.114.251.59", - "ipv6": "fd7a:115c:a1e0::f937:fb3b", + "ipv4": "100.112.210.7", + "ipv6": "fd7a:115c:a1e0::a337:d207", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.75.170.93", - "ipv6": "fd7a:115c:a1e0::8437:aa5d", + "ipv4": "100.111.104.39", + "ipv6": "fd7a:115c:a1e0::4137:6827", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.106.204.70", - "ipv6": "fd7a:115c:a1e0::e137:cc46", + "ipv4": "100.125.235.34", + "ipv6": "fd7a:115c:a1e0::4c37:eb22", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.123.163.75", - "ipv6": "fd7a:115c:a1e0::2037:a34b", + "ipv4": "100.101.1.79", + "ipv6": "fd7a:115c:a1e0::f837:14f", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.94.87.11", - "ipv6": "fd7a:115c:a1e0::ab37:570b", + "ipv4": "100.95.150.72", + "ipv6": "fd7a:115c:a1e0::4037:9648", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.109.82.53", - "ipv6": "fd7a:115c:a1e0::b837:5235", + "ipv4": "100.104.89.62", + "ipv6": "fd7a:115c:a1e0::b537:593e", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.85.230.29", - "ipv6": "fd7a:115c:a1e0::4537:e61d", + "ipv4": "100.76.228.29", + "ipv6": "fd7a:115c:a1e0::337:e41d", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.73.42.9", - "ipv6": "fd7a:115c:a1e0::9437:2a09", + "ipv4": "100.114.87.125", + "ipv6": "fd7a:115c:a1e0::6137:577d", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4139765837849048, - "StableID": "nubT8UduKZ11CNTRL", + "ID": 3669062889968386, + "StableID": "nw7KUW4jeV11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 4139765837849048, - "Key": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "DiscoKey": "discokey:813f524351a57a3aa2f819d9eefdbe6d8fa1f996691c3cda45c84a9fb2aeb151", - "Addresses": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "AllowedIPs": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "Endpoints": ["77.164.248.136:38508", "10.65.0.27:38508", "172.17.0.1:38508"], + "User": 3669062889968386, + "Key": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "DiscoKey": "discokey:567ca72efb6c08d04103501b487d0de237d03d88541792b1fe943973caa7a728", + "Addresses": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "AllowedIPs": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "Endpoints": ["77.164.248.136:43910", "10.65.0.27:43910", "172.17.0.1:43910"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 34939}, - {"Proto": "peerapi6", "Port": 34939}, + {"Proto": "peerapi4", "Port": 32872}, + {"Proto": "peerapi6", "Port": 32872}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:33.435367327Z", + "Created": "2026-04-09T08:31:39.960586242Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,302 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "MachineKey": "mkey:2890766829876f88b0d2cefb84390f490c1a17b4c516794b6a1cee6b294f5605", + "NodeKey": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "MachineKey": "mkey:6824ea5502239a2bd30477bd8370dd54360550df764479e595a864a40038f93d", "Peers": [{ - "ID": 591748182513607, - "StableID": "nGDTYqD1d511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "DiscoKey": "discokey:2996f32a11003c398d82951006d169e4652938af36eb7fcc2bd691e055bc6126", - "Addresses": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "AllowedIPs": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "Endpoints": ["77.164.248.136:55032", "10.65.0.27:55032", "172.17.0.1:55032"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 48055}, - {"Proto": "peerapi6", "Port": 48055} - ]}, - "Created": "2026-04-09T01:25:30.189404104Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 846183907427841, - "StableID": "n8gAHMpEc711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "DiscoKey": "discokey:4836d2ea93a211c09eb150ab969b07f81d00d82d829e5a6dd72a8cd2bea36a0b", - "Addresses": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "AllowedIPs": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "Endpoints": ["77.164.248.136:40231", "10.65.0.27:40231", "172.17.0.1:40231"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 43409}, - {"Proto": "peerapi6", "Port": 43409} - ]}, - "Created": "2026-04-09T01:25:29.095056436Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1114123261128290, - "StableID": "nDv6TU8bh911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "DiscoKey": "discokey:58df18dc88f10c258c12332e4fca538e79020f61e95560c2ed9a9a220ab08442", - "Addresses": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "AllowedIPs": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "Endpoints": ["77.164.248.136:50845", "10.65.0.27:50845", "172.17.0.1:50845"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49689}, - {"Proto": "peerapi6", "Port": 49689} - ]}, - "Created": "2026-04-09T01:25:27.44595576Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1667190528390586, - "StableID": "nKm9yYG52E11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "KeyExpiry": "2026-10-06T01:25:34Z", - "DiscoKey": "discokey:8ed4972f3ef3a87fe0ad17b81347f090b0e67372403c77ffcdceab6590768636", - "Addresses": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "AllowedIPs": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "Endpoints": ["77.164.248.136:46318", "10.65.0.27:46318", "172.17.0.1:46318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36346}, - {"Proto": "peerapi6", "Port": 36346} - ]}, - "Created": "2026-04-09T01:25:34.522796827Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2005340400371507, - "StableID": "nv4VDjtDfG11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "KeyExpiry": "2026-10-06T01:25:33Z", - "DiscoKey": "discokey:72820785c5021027284aff879100734ee590300a0d3f7b134f0962ff65ebb349", - "Addresses": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "AllowedIPs": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "Endpoints": ["77.164.248.136:53788", "10.65.0.27:53788", "172.17.0.1:53788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35631}, - {"Proto": "peerapi6", "Port": 35631} - ]}, - "Created": "2026-04-09T01:25:33.976735889Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2572379162629930, - "StableID": "nqgNuE336M11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "KeyExpiry": "2026-10-06T01:25:35Z", - "DiscoKey": "discokey:f2537a00521a022cb24880a4abd41bb42e70651e5bc2da648ca5ff140f719462", - "Addresses": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "AllowedIPs": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "Endpoints": ["77.164.248.136:41838", "10.65.0.27:41838", "172.17.0.1:41838"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33471}, - {"Proto": "peerapi6", "Port": 33471} - ]}, - "Created": "2026-04-09T01:25:35.057460446Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2662088597535724, - "StableID": "nKQGU6ZfnM11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "DiscoKey": "discokey:0a44bdd95f9702388deb6c74cd09ab952b8601136253f0f72a2b8e6ea84c655b", - "Addresses": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "AllowedIPs": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "Endpoints": ["77.164.248.136:49784", "10.65.0.27:49784", "172.17.0.1:49784"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60163}, - {"Proto": "peerapi6", "Port": 60163} - ]}, - "Created": "2026-04-09T01:25:29.647995102Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3364785193695060, - "StableID": "ndoGQgCvGT11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "DiscoKey": "discokey:54b7022cf561729c66b6cbaa03dc9da174cdfb575abb628daf241e3231cd785a", - "Addresses": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "AllowedIPs": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "Endpoints": ["77.164.248.136:53559", "10.65.0.27:53559", "172.17.0.1:53559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46206}, - {"Proto": "peerapi6", "Port": 46206} - ]}, - "Created": "2026-04-09T01:25:27.996554187Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3991447430208179, - "StableID": "nLhbLEZjAY11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "DiscoKey": "discokey:e442c7610c60e27c02e0263dba4a8605823e1737bbc12082bae32d8eab6e737b", - "Addresses": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "AllowedIPs": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "Endpoints": ["77.164.248.136:35969", "10.65.0.27:35969", "172.17.0.1:35969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} - ]}, - "Created": "2026-04-09T01:25:28.546290225Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4450906237556981, - "StableID": "ng2So3mpkb11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "DiscoKey": "discokey:7e67766887b9bd61bc063f6574a812d9cb00877b1a1f434774596e554be91320", - "Addresses": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "AllowedIPs": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "Endpoints": ["77.164.248.136:37986", "10.65.0.27:37986", "172.17.0.1:37986"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51379}, - {"Proto": "peerapi6", "Port": 51379} - ]}, - "Created": "2026-04-09T01:25:30.729426617Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4665170881644499, - "StableID": "nc9fgS8sRd11CNTRL", + "ID": 1099990738350316, + "StableID": "n5jnohtBb911CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "DiscoKey": "discokey:24eec95c1f57962406a65fbb4a84b174fe15d6c87a798e11ab124ab4bfc1ab33", - "Addresses": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "AllowedIPs": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "Endpoints": ["77.164.248.136:50982", "10.65.0.27:50982", "172.17.0.1:50982"], + "Key": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "DiscoKey": "discokey:71e2b20c9d1b30a59b972976c10f633c179aa37454a47984dedff42d554bcf03", + "Addresses": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "AllowedIPs": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "Endpoints": ["77.164.248.136:46758", "10.65.0.27:46758", "172.17.0.1:46758"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64112}, - {"Proto": "peerapi6", "Port": 64112} + {"Proto": "peerapi4", "Port": 42181}, + {"Proto": "peerapi6", "Port": 42181} ]}, - "Created": "2026-04-09T01:25:31.250918064Z", + "Created": "2026-04-09T08:31:37.799794106Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 4807076651408617, - "StableID": "nEFDddk8Ye11CNTRL", + "ID": 2595550125307928, + "StableID": "n3eiXdhXGM11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "DiscoKey": "discokey:07f9d3f0591b33fd63edf9b7be1a3dc346939da941fe03784d78d22c8616201d", + "Addresses": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "AllowedIPs": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "Endpoints": ["77.164.248.136:59070", "10.65.0.27:59070", "172.17.0.1:59070"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 45896}, + {"Proto": "peerapi6", "Port": 45896} + ]}, + "Created": "2026-04-09T08:31:39.425602787Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3198208980750634, + "StableID": "n1YrsYXUyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "KeyExpiry": "2026-10-06T08:31:40Z", + "DiscoKey": "discokey:dc3f670ea18fbebd1b1821f93ecb263df3714de396191f4208ae85a858324c63", + "Addresses": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "AllowedIPs": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "Endpoints": ["77.164.248.136:57104", "10.65.0.27:57104", "172.17.0.1:57104"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54439}, + {"Proto": "peerapi6", "Port": 54439} + ]}, + "Created": "2026-04-09T08:31:40.496089459Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 4285634906151726, + "StableID": "nyxyBzMyTa11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "DiscoKey": "discokey:b20922acfde974441f66b571a971074ba7ca7115043170d618acc57de4ebba09", + "Addresses": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "AllowedIPs": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "Endpoints": ["77.164.248.136:49679", "10.65.0.27:49679", "172.17.0.1:49679"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 54433}, + {"Proto": "peerapi6", "Port": 54433} + ]}, + "Created": "2026-04-09T08:31:37.268143412Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4677905476462380, + "StableID": "nFtmDPedXd11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:514eb0b9037f90b1f8d0870d0742c5c54ed7ff4086673bdd3d7d93f70e15e534", + "Addresses": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "AllowedIPs": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "Endpoints": ["77.164.248.136:33311", "10.65.0.27:33311", "172.17.0.1:33311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63367}, + {"Proto": "peerapi6", "Port": 63367} + ]}, + "Created": "2026-04-09T08:31:41.045948968Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5201976295391272, + "StableID": "nKJnta6zch11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "DiscoKey": "discokey:aac2c5f0279f8ba0aafa54f7acc6660650918beef3f9ffd8f12464882bda9363", + "Addresses": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "AllowedIPs": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "Endpoints": ["77.164.248.136:50750", "10.65.0.27:50750", "172.17.0.1:50750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 55645}, + {"Proto": "peerapi6", "Port": 55645} + ]}, + "Created": "2026-04-09T08:31:36.732558344Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5248277485654470, + "StableID": "nZJUXJMxyh11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "DiscoKey": "discokey:f3084b29e5f8242dbed53097ae197e26915d57fd38a364885a320bbeea36d54f", + "Addresses": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "AllowedIPs": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "Endpoints": ["77.164.248.136:60552", "10.65.0.27:60552", "172.17.0.1:60552"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 33660}, + {"Proto": "peerapi6", "Port": 33660} + ]}, + "Created": "2026-04-09T08:31:34.261694405Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5325359649604236, + "StableID": "nfJ6QjAsai11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "DiscoKey": "discokey:00c160ab5b42ec9cb3db0d8abb79847c998a053d18ed41bfb45f5746dcc95f06", - "Addresses": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "AllowedIPs": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "Endpoints": ["77.164.248.136:34989", "10.65.0.27:34989", "172.17.0.1:34989"], - "HomeDERP": 8, + "Key": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "DiscoKey": "discokey:e9b9c0e3717af0b72682583aabbb0eb90e29dd75e30ecd632527c0bab76d1f53", + "Addresses": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "AllowedIPs": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "Endpoints": ["77.164.248.136:60247", "10.65.0.27:60247", "172.17.0.1:60247"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64148}, - {"Proto": "peerapi6", "Port": 64148} + {"Proto": "peerapi4", "Port": 47164}, + {"Proto": "peerapi6", "Port": 47164} ]}, - "Created": "2026-04-09T01:25:31.786508614Z", + "Created": "2026-04-09T08:31:38.342979686Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6015419260853342, - "StableID": "nbqGF6sPyo11CNTRL", + "ID": 5420693159649427, + "StableID": "nN89EDR3Lj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "DiscoKey": "discokey:c93a9ae4bb9481da0e30ccc72ed905682ab167de8f855260456b94d27bfa3242", + "Addresses": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "AllowedIPs": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "Endpoints": ["77.164.248.136:37943", "10.65.0.27:37943", "172.17.0.1:37943"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43792}, + {"Proto": "peerapi6", "Port": 43792} + ]}, + "Created": "2026-04-09T08:31:34.818053781Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5830322964374377, + "StableID": "nimoMUhZXn11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "DiscoKey": "discokey:5e79328121d272a28c323f0f04a8fccb68500a9f1ef22ba2b174e62a13dd103a", + "Addresses": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "AllowedIPs": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "Endpoints": ["77.164.248.136:45189", "10.65.0.27:45189", "172.17.0.1:45189"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48537}, + {"Proto": "peerapi6", "Port": 48537} + ]}, + "Created": "2026-04-09T08:31:35.468046816Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6238649800167550, + "StableID": "nhk7bakViq11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "DiscoKey": "discokey:971f7d50e7dcc595b2eb7477b36bdd533f7f84e79dd941cf753f16f2f05f4435", + "Addresses": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "AllowedIPs": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "Endpoints": ["77.164.248.136:42729", "10.65.0.27:42729", "172.17.0.1:42729"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 33227}, + {"Proto": "peerapi6", "Port": 33227} + ]}, + "Created": "2026-04-09T08:31:33.743297678Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7990591790504543, + "StableID": "nGbn2DJxP521CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "DiscoKey": "discokey:7f0a89c1e7d7f2d81d18b0faced012ec24edc34a45d1176f19ed592ca908c051", + "Addresses": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "AllowedIPs": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "Endpoints": ["77.164.248.136:51952", "10.65.0.27:51952", "172.17.0.1:51952"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51666}, + {"Proto": "peerapi6", "Port": 51666} + ]}, + "Created": "2026-04-09T08:31:36.200415266Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8698795155485721, + "StableID": "nLnQGhbhvA21CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "DiscoKey": "discokey:2b5aa38cbe9539ad683c01f37a5fedd907da6ac15a271ebea8f50a21b594f132", - "Addresses": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "AllowedIPs": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "Endpoints": ["77.164.248.136:58400", "10.65.0.27:58400", "172.17.0.1:58400"], + "Key": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "DiscoKey": "discokey:57c9f930dd35df7b195aee4e018e5e2c5cf79a274186d2bf3d918f2f46250430", + "Addresses": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "AllowedIPs": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "Endpoints": ["77.164.248.136:33843", "10.65.0.27:33843", "172.17.0.1:33843"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39889}, - {"Proto": "peerapi6", "Port": 39889} + {"Proto": "peerapi4", "Port": 41790}, + {"Proto": "peerapi6", "Port": 41790} ]}, - "Created": "2026-04-09T01:25:32.336677047Z", + "Created": "2026-04-09T08:31:38.892851069Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7353592020697691, - "StableID": "nziDgnPTRz11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "DiscoKey": "discokey:a75646b244436ab43bc5bcb03a79474058310b206748022e65c991c69826fd2a", - "Addresses": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "AllowedIPs": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "Endpoints": ["77.164.248.136:54817", "10.65.0.27:54817", "172.17.0.1:54817"], + "ID": 8990947605462690, + "StableID": "noRnqxw1DD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:7227fbe6c2b10d46312f2e9adb272a3e88d8c3758bc682b9093e9ffaad35fe2f", + "Addresses": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "AllowedIPs": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "Endpoints": ["77.164.248.136:35956", "10.65.0.27:35956", "172.17.0.1:35956"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55205}, - {"Proto": "peerapi6", "Port": 55205} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 64212}, + {"Proto": "peerapi6", "Port": 64212} ]}, - "Created": "2026-04-09T01:25:32.883241143Z", + "Created": "2026-04-09T08:31:41.584981131Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -544,7 +544,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.112.39.57"}, {"nodeIP": "fd7a:115c:a1e0::6737:2739"}], + "principals": [{"nodeIP": "100.126.174.11"}, {"nodeIP": "fd7a:115c:a1e0::1037:ae0b"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -1373,30 +1373,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4139765837849048": { - "ID": 4139765837849048, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3669062889968386": { + "ID": 3669062889968386, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.112.39.57"}, {"nodeIP": "fd7a:115c:a1e0::6737:2739"}], + "principals": [{"nodeIP": "100.126.174.11"}, {"nodeIP": "fd7a:115c:a1e0::1037:ae0b"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -1433,26 +1435,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 591748182513607, - "StableID": "nGDTYqD1d511CNTRL", + "ID": 5201976295391272, + "StableID": "nKJnta6zch11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 591748182513607, - "Key": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "DiscoKey": "discokey:2996f32a11003c398d82951006d169e4652938af36eb7fcc2bd691e055bc6126", - "Addresses": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "AllowedIPs": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "Endpoints": ["77.164.248.136:55032", "10.65.0.27:55032", "172.17.0.1:55032"], + "User": 5201976295391272, + "Key": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "DiscoKey": "discokey:aac2c5f0279f8ba0aafa54f7acc6660650918beef3f9ffd8f12464882bda9363", + "Addresses": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "AllowedIPs": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "Endpoints": ["77.164.248.136:50750", "10.65.0.27:50750", "172.17.0.1:50750"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 48055}, - {"Proto": "peerapi6", "Port": 48055}, + {"Proto": "peerapi4", "Port": 55645}, + {"Proto": "peerapi6", "Port": 55645}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:30.189404104Z", + "Created": "2026-04-09T08:31:36.732558344Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1480,302 +1482,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "MachineKey": "mkey:4ff2a679e9d6316ddd35f1b19f7ae34655a0575733a890b5b5a32a254729aa63", + "NodeKey": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "MachineKey": "mkey:688589d106d44fae7bb342e0ec251e0de8355911e4669c4a0da4c33a9bf22b5d", "Peers": [{ - "ID": 846183907427841, - "StableID": "n8gAHMpEc711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "DiscoKey": "discokey:4836d2ea93a211c09eb150ab969b07f81d00d82d829e5a6dd72a8cd2bea36a0b", - "Addresses": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "AllowedIPs": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "Endpoints": ["77.164.248.136:40231", "10.65.0.27:40231", "172.17.0.1:40231"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 43409}, - {"Proto": "peerapi6", "Port": 43409} - ]}, - "Created": "2026-04-09T01:25:29.095056436Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1114123261128290, - "StableID": "nDv6TU8bh911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "DiscoKey": "discokey:58df18dc88f10c258c12332e4fca538e79020f61e95560c2ed9a9a220ab08442", - "Addresses": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "AllowedIPs": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "Endpoints": ["77.164.248.136:50845", "10.65.0.27:50845", "172.17.0.1:50845"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49689}, - {"Proto": "peerapi6", "Port": 49689} - ]}, - "Created": "2026-04-09T01:25:27.44595576Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1667190528390586, - "StableID": "nKm9yYG52E11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "KeyExpiry": "2026-10-06T01:25:34Z", - "DiscoKey": "discokey:8ed4972f3ef3a87fe0ad17b81347f090b0e67372403c77ffcdceab6590768636", - "Addresses": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "AllowedIPs": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "Endpoints": ["77.164.248.136:46318", "10.65.0.27:46318", "172.17.0.1:46318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36346}, - {"Proto": "peerapi6", "Port": 36346} - ]}, - "Created": "2026-04-09T01:25:34.522796827Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2005340400371507, - "StableID": "nv4VDjtDfG11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "KeyExpiry": "2026-10-06T01:25:33Z", - "DiscoKey": "discokey:72820785c5021027284aff879100734ee590300a0d3f7b134f0962ff65ebb349", - "Addresses": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "AllowedIPs": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "Endpoints": ["77.164.248.136:53788", "10.65.0.27:53788", "172.17.0.1:53788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35631}, - {"Proto": "peerapi6", "Port": 35631} - ]}, - "Created": "2026-04-09T01:25:33.976735889Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2572379162629930, - "StableID": "nqgNuE336M11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "KeyExpiry": "2026-10-06T01:25:35Z", - "DiscoKey": "discokey:f2537a00521a022cb24880a4abd41bb42e70651e5bc2da648ca5ff140f719462", - "Addresses": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "AllowedIPs": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "Endpoints": ["77.164.248.136:41838", "10.65.0.27:41838", "172.17.0.1:41838"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33471}, - {"Proto": "peerapi6", "Port": 33471} - ]}, - "Created": "2026-04-09T01:25:35.057460446Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2662088597535724, - "StableID": "nKQGU6ZfnM11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "DiscoKey": "discokey:0a44bdd95f9702388deb6c74cd09ab952b8601136253f0f72a2b8e6ea84c655b", - "Addresses": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "AllowedIPs": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "Endpoints": ["77.164.248.136:49784", "10.65.0.27:49784", "172.17.0.1:49784"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60163}, - {"Proto": "peerapi6", "Port": 60163} - ]}, - "Created": "2026-04-09T01:25:29.647995102Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3364785193695060, - "StableID": "ndoGQgCvGT11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "DiscoKey": "discokey:54b7022cf561729c66b6cbaa03dc9da174cdfb575abb628daf241e3231cd785a", - "Addresses": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "AllowedIPs": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "Endpoints": ["77.164.248.136:53559", "10.65.0.27:53559", "172.17.0.1:53559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46206}, - {"Proto": "peerapi6", "Port": 46206} - ]}, - "Created": "2026-04-09T01:25:27.996554187Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3991447430208179, - "StableID": "nLhbLEZjAY11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "DiscoKey": "discokey:e442c7610c60e27c02e0263dba4a8605823e1737bbc12082bae32d8eab6e737b", - "Addresses": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "AllowedIPs": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "Endpoints": ["77.164.248.136:35969", "10.65.0.27:35969", "172.17.0.1:35969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} - ]}, - "Created": "2026-04-09T01:25:28.546290225Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4139765837849048, - "StableID": "nubT8UduKZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "DiscoKey": "discokey:813f524351a57a3aa2f819d9eefdbe6d8fa1f996691c3cda45c84a9fb2aeb151", - "Addresses": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "AllowedIPs": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "Endpoints": ["77.164.248.136:38508", "10.65.0.27:38508", "172.17.0.1:38508"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34939}, - {"Proto": "peerapi6", "Port": 34939} - ]}, - "Created": "2026-04-09T01:25:33.435367327Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4450906237556981, - "StableID": "ng2So3mpkb11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "DiscoKey": "discokey:7e67766887b9bd61bc063f6574a812d9cb00877b1a1f434774596e554be91320", - "Addresses": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "AllowedIPs": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "Endpoints": ["77.164.248.136:37986", "10.65.0.27:37986", "172.17.0.1:37986"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51379}, - {"Proto": "peerapi6", "Port": 51379} - ]}, - "Created": "2026-04-09T01:25:30.729426617Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4665170881644499, - "StableID": "nc9fgS8sRd11CNTRL", + "ID": 1099990738350316, + "StableID": "n5jnohtBb911CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "DiscoKey": "discokey:24eec95c1f57962406a65fbb4a84b174fe15d6c87a798e11ab124ab4bfc1ab33", - "Addresses": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "AllowedIPs": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "Endpoints": ["77.164.248.136:50982", "10.65.0.27:50982", "172.17.0.1:50982"], + "Key": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "DiscoKey": "discokey:71e2b20c9d1b30a59b972976c10f633c179aa37454a47984dedff42d554bcf03", + "Addresses": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "AllowedIPs": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "Endpoints": ["77.164.248.136:46758", "10.65.0.27:46758", "172.17.0.1:46758"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64112}, - {"Proto": "peerapi6", "Port": 64112} + {"Proto": "peerapi4", "Port": 42181}, + {"Proto": "peerapi6", "Port": 42181} ]}, - "Created": "2026-04-09T01:25:31.250918064Z", + "Created": "2026-04-09T08:31:37.799794106Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 4807076651408617, - "StableID": "nEFDddk8Ye11CNTRL", + "ID": 2595550125307928, + "StableID": "n3eiXdhXGM11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "DiscoKey": "discokey:07f9d3f0591b33fd63edf9b7be1a3dc346939da941fe03784d78d22c8616201d", + "Addresses": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "AllowedIPs": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "Endpoints": ["77.164.248.136:59070", "10.65.0.27:59070", "172.17.0.1:59070"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 45896}, + {"Proto": "peerapi6", "Port": 45896} + ]}, + "Created": "2026-04-09T08:31:39.425602787Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3198208980750634, + "StableID": "n1YrsYXUyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "KeyExpiry": "2026-10-06T08:31:40Z", + "DiscoKey": "discokey:dc3f670ea18fbebd1b1821f93ecb263df3714de396191f4208ae85a858324c63", + "Addresses": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "AllowedIPs": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "Endpoints": ["77.164.248.136:57104", "10.65.0.27:57104", "172.17.0.1:57104"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54439}, + {"Proto": "peerapi6", "Port": 54439} + ]}, + "Created": "2026-04-09T08:31:40.496089459Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3669062889968386, + "StableID": "nw7KUW4jeV11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "DiscoKey": "discokey:567ca72efb6c08d04103501b487d0de237d03d88541792b1fe943973caa7a728", + "Addresses": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "AllowedIPs": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "Endpoints": ["77.164.248.136:43910", "10.65.0.27:43910", "172.17.0.1:43910"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 32872}, + {"Proto": "peerapi6", "Port": 32872} + ]}, + "Created": "2026-04-09T08:31:39.960586242Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4285634906151726, + "StableID": "nyxyBzMyTa11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "DiscoKey": "discokey:b20922acfde974441f66b571a971074ba7ca7115043170d618acc57de4ebba09", + "Addresses": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "AllowedIPs": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "Endpoints": ["77.164.248.136:49679", "10.65.0.27:49679", "172.17.0.1:49679"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 54433}, + {"Proto": "peerapi6", "Port": 54433} + ]}, + "Created": "2026-04-09T08:31:37.268143412Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4677905476462380, + "StableID": "nFtmDPedXd11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:514eb0b9037f90b1f8d0870d0742c5c54ed7ff4086673bdd3d7d93f70e15e534", + "Addresses": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "AllowedIPs": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "Endpoints": ["77.164.248.136:33311", "10.65.0.27:33311", "172.17.0.1:33311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63367}, + {"Proto": "peerapi6", "Port": 63367} + ]}, + "Created": "2026-04-09T08:31:41.045948968Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5248277485654470, + "StableID": "nZJUXJMxyh11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "DiscoKey": "discokey:f3084b29e5f8242dbed53097ae197e26915d57fd38a364885a320bbeea36d54f", + "Addresses": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "AllowedIPs": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "Endpoints": ["77.164.248.136:60552", "10.65.0.27:60552", "172.17.0.1:60552"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 33660}, + {"Proto": "peerapi6", "Port": 33660} + ]}, + "Created": "2026-04-09T08:31:34.261694405Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5325359649604236, + "StableID": "nfJ6QjAsai11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "DiscoKey": "discokey:00c160ab5b42ec9cb3db0d8abb79847c998a053d18ed41bfb45f5746dcc95f06", - "Addresses": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "AllowedIPs": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "Endpoints": ["77.164.248.136:34989", "10.65.0.27:34989", "172.17.0.1:34989"], - "HomeDERP": 8, + "Key": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "DiscoKey": "discokey:e9b9c0e3717af0b72682583aabbb0eb90e29dd75e30ecd632527c0bab76d1f53", + "Addresses": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "AllowedIPs": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "Endpoints": ["77.164.248.136:60247", "10.65.0.27:60247", "172.17.0.1:60247"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64148}, - {"Proto": "peerapi6", "Port": 64148} + {"Proto": "peerapi4", "Port": 47164}, + {"Proto": "peerapi6", "Port": 47164} ]}, - "Created": "2026-04-09T01:25:31.786508614Z", + "Created": "2026-04-09T08:31:38.342979686Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6015419260853342, - "StableID": "nbqGF6sPyo11CNTRL", + "ID": 5420693159649427, + "StableID": "nN89EDR3Lj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "DiscoKey": "discokey:c93a9ae4bb9481da0e30ccc72ed905682ab167de8f855260456b94d27bfa3242", + "Addresses": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "AllowedIPs": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "Endpoints": ["77.164.248.136:37943", "10.65.0.27:37943", "172.17.0.1:37943"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43792}, + {"Proto": "peerapi6", "Port": 43792} + ]}, + "Created": "2026-04-09T08:31:34.818053781Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5830322964374377, + "StableID": "nimoMUhZXn11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "DiscoKey": "discokey:5e79328121d272a28c323f0f04a8fccb68500a9f1ef22ba2b174e62a13dd103a", + "Addresses": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "AllowedIPs": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "Endpoints": ["77.164.248.136:45189", "10.65.0.27:45189", "172.17.0.1:45189"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48537}, + {"Proto": "peerapi6", "Port": 48537} + ]}, + "Created": "2026-04-09T08:31:35.468046816Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6238649800167550, + "StableID": "nhk7bakViq11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "DiscoKey": "discokey:971f7d50e7dcc595b2eb7477b36bdd533f7f84e79dd941cf753f16f2f05f4435", + "Addresses": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "AllowedIPs": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "Endpoints": ["77.164.248.136:42729", "10.65.0.27:42729", "172.17.0.1:42729"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 33227}, + {"Proto": "peerapi6", "Port": 33227} + ]}, + "Created": "2026-04-09T08:31:33.743297678Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7990591790504543, + "StableID": "nGbn2DJxP521CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "DiscoKey": "discokey:7f0a89c1e7d7f2d81d18b0faced012ec24edc34a45d1176f19ed592ca908c051", + "Addresses": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "AllowedIPs": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "Endpoints": ["77.164.248.136:51952", "10.65.0.27:51952", "172.17.0.1:51952"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51666}, + {"Proto": "peerapi6", "Port": 51666} + ]}, + "Created": "2026-04-09T08:31:36.200415266Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8698795155485721, + "StableID": "nLnQGhbhvA21CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "DiscoKey": "discokey:2b5aa38cbe9539ad683c01f37a5fedd907da6ac15a271ebea8f50a21b594f132", - "Addresses": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "AllowedIPs": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "Endpoints": ["77.164.248.136:58400", "10.65.0.27:58400", "172.17.0.1:58400"], + "Key": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "DiscoKey": "discokey:57c9f930dd35df7b195aee4e018e5e2c5cf79a274186d2bf3d918f2f46250430", + "Addresses": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "AllowedIPs": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "Endpoints": ["77.164.248.136:33843", "10.65.0.27:33843", "172.17.0.1:33843"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39889}, - {"Proto": "peerapi6", "Port": 39889} + {"Proto": "peerapi4", "Port": 41790}, + {"Proto": "peerapi6", "Port": 41790} ]}, - "Created": "2026-04-09T01:25:32.336677047Z", + "Created": "2026-04-09T08:31:38.892851069Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7353592020697691, - "StableID": "nziDgnPTRz11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "DiscoKey": "discokey:a75646b244436ab43bc5bcb03a79474058310b206748022e65c991c69826fd2a", - "Addresses": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "AllowedIPs": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "Endpoints": ["77.164.248.136:54817", "10.65.0.27:54817", "172.17.0.1:54817"], + "ID": 8990947605462690, + "StableID": "noRnqxw1DD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:7227fbe6c2b10d46312f2e9adb272a3e88d8c3758bc682b9093e9ffaad35fe2f", + "Addresses": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "AllowedIPs": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "Endpoints": ["77.164.248.136:35956", "10.65.0.27:35956", "172.17.0.1:35956"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55205}, - {"Proto": "peerapi6", "Port": 55205} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 64212}, + {"Proto": "peerapi6", "Port": 64212} ]}, - "Created": "2026-04-09T01:25:32.883241143Z", + "Created": "2026-04-09T08:31:41.584981131Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2623,27 +2625,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "591748182513607": { - "ID": 591748182513607, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5201976295391272": { + "ID": 5201976295391272, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2674,22 +2678,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2572379162629930, - "StableID": "nqgNuE336M11CNTRL", + "ID": 8990947605462690, + "StableID": "noRnqxw1DD21CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "KeyExpiry": "2026-10-06T01:25:35Z", - "DiscoKey": "discokey:f2537a00521a022cb24880a4abd41bb42e70651e5bc2da648ca5ff140f719462", - "Addresses": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "AllowedIPs": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "Endpoints": ["77.164.248.136:41838", "10.65.0.27:41838", "172.17.0.1:41838"], + "Key": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:7227fbe6c2b10d46312f2e9adb272a3e88d8c3758bc682b9093e9ffaad35fe2f", + "Addresses": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "AllowedIPs": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "Endpoints": ["77.164.248.136:35956", "10.65.0.27:35956", "172.17.0.1:35956"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33471}, - {"Proto": "peerapi6", "Port": 33471}, + {"Proto": "peerapi4", "Port": 64212}, + {"Proto": "peerapi6", "Port": 64212}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:35.057460446Z", + "Created": "2026-04-09T08:31:41.584981131Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2718,302 +2722,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "MachineKey": "mkey:2087cf186345cf8e208dd25f8741d624be85d597c38f6a961c17e6a38e53db38", + "NodeKey": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "MachineKey": "mkey:d5bc89ca933b0adc641abcee3229875a00007749dd35f6bbe304a1cb006f6f48", "Peers": [{ - "ID": 591748182513607, - "StableID": "nGDTYqD1d511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "DiscoKey": "discokey:2996f32a11003c398d82951006d169e4652938af36eb7fcc2bd691e055bc6126", - "Addresses": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "AllowedIPs": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "Endpoints": ["77.164.248.136:55032", "10.65.0.27:55032", "172.17.0.1:55032"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 48055}, - {"Proto": "peerapi6", "Port": 48055} - ]}, - "Created": "2026-04-09T01:25:30.189404104Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 846183907427841, - "StableID": "n8gAHMpEc711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "DiscoKey": "discokey:4836d2ea93a211c09eb150ab969b07f81d00d82d829e5a6dd72a8cd2bea36a0b", - "Addresses": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "AllowedIPs": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "Endpoints": ["77.164.248.136:40231", "10.65.0.27:40231", "172.17.0.1:40231"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 43409}, - {"Proto": "peerapi6", "Port": 43409} - ]}, - "Created": "2026-04-09T01:25:29.095056436Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1114123261128290, - "StableID": "nDv6TU8bh911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "DiscoKey": "discokey:58df18dc88f10c258c12332e4fca538e79020f61e95560c2ed9a9a220ab08442", - "Addresses": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "AllowedIPs": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "Endpoints": ["77.164.248.136:50845", "10.65.0.27:50845", "172.17.0.1:50845"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49689}, - {"Proto": "peerapi6", "Port": 49689} - ]}, - "Created": "2026-04-09T01:25:27.44595576Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1667190528390586, - "StableID": "nKm9yYG52E11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "KeyExpiry": "2026-10-06T01:25:34Z", - "DiscoKey": "discokey:8ed4972f3ef3a87fe0ad17b81347f090b0e67372403c77ffcdceab6590768636", - "Addresses": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "AllowedIPs": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "Endpoints": ["77.164.248.136:46318", "10.65.0.27:46318", "172.17.0.1:46318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36346}, - {"Proto": "peerapi6", "Port": 36346} - ]}, - "Created": "2026-04-09T01:25:34.522796827Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2005340400371507, - "StableID": "nv4VDjtDfG11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "KeyExpiry": "2026-10-06T01:25:33Z", - "DiscoKey": "discokey:72820785c5021027284aff879100734ee590300a0d3f7b134f0962ff65ebb349", - "Addresses": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "AllowedIPs": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "Endpoints": ["77.164.248.136:53788", "10.65.0.27:53788", "172.17.0.1:53788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35631}, - {"Proto": "peerapi6", "Port": 35631} - ]}, - "Created": "2026-04-09T01:25:33.976735889Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2662088597535724, - "StableID": "nKQGU6ZfnM11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "DiscoKey": "discokey:0a44bdd95f9702388deb6c74cd09ab952b8601136253f0f72a2b8e6ea84c655b", - "Addresses": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "AllowedIPs": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "Endpoints": ["77.164.248.136:49784", "10.65.0.27:49784", "172.17.0.1:49784"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60163}, - {"Proto": "peerapi6", "Port": 60163} - ]}, - "Created": "2026-04-09T01:25:29.647995102Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3364785193695060, - "StableID": "ndoGQgCvGT11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "DiscoKey": "discokey:54b7022cf561729c66b6cbaa03dc9da174cdfb575abb628daf241e3231cd785a", - "Addresses": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "AllowedIPs": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "Endpoints": ["77.164.248.136:53559", "10.65.0.27:53559", "172.17.0.1:53559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46206}, - {"Proto": "peerapi6", "Port": 46206} - ]}, - "Created": "2026-04-09T01:25:27.996554187Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3991447430208179, - "StableID": "nLhbLEZjAY11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "DiscoKey": "discokey:e442c7610c60e27c02e0263dba4a8605823e1737bbc12082bae32d8eab6e737b", - "Addresses": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "AllowedIPs": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "Endpoints": ["77.164.248.136:35969", "10.65.0.27:35969", "172.17.0.1:35969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} - ]}, - "Created": "2026-04-09T01:25:28.546290225Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4139765837849048, - "StableID": "nubT8UduKZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "DiscoKey": "discokey:813f524351a57a3aa2f819d9eefdbe6d8fa1f996691c3cda45c84a9fb2aeb151", - "Addresses": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "AllowedIPs": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "Endpoints": ["77.164.248.136:38508", "10.65.0.27:38508", "172.17.0.1:38508"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34939}, - {"Proto": "peerapi6", "Port": 34939} - ]}, - "Created": "2026-04-09T01:25:33.435367327Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4450906237556981, - "StableID": "ng2So3mpkb11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "DiscoKey": "discokey:7e67766887b9bd61bc063f6574a812d9cb00877b1a1f434774596e554be91320", - "Addresses": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "AllowedIPs": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "Endpoints": ["77.164.248.136:37986", "10.65.0.27:37986", "172.17.0.1:37986"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51379}, - {"Proto": "peerapi6", "Port": 51379} - ]}, - "Created": "2026-04-09T01:25:30.729426617Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4665170881644499, - "StableID": "nc9fgS8sRd11CNTRL", + "ID": 1099990738350316, + "StableID": "n5jnohtBb911CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "DiscoKey": "discokey:24eec95c1f57962406a65fbb4a84b174fe15d6c87a798e11ab124ab4bfc1ab33", - "Addresses": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "AllowedIPs": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "Endpoints": ["77.164.248.136:50982", "10.65.0.27:50982", "172.17.0.1:50982"], + "Key": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "DiscoKey": "discokey:71e2b20c9d1b30a59b972976c10f633c179aa37454a47984dedff42d554bcf03", + "Addresses": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "AllowedIPs": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "Endpoints": ["77.164.248.136:46758", "10.65.0.27:46758", "172.17.0.1:46758"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64112}, - {"Proto": "peerapi6", "Port": 64112} + {"Proto": "peerapi4", "Port": 42181}, + {"Proto": "peerapi6", "Port": 42181} ]}, - "Created": "2026-04-09T01:25:31.250918064Z", + "Created": "2026-04-09T08:31:37.799794106Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 4807076651408617, - "StableID": "nEFDddk8Ye11CNTRL", + "ID": 2595550125307928, + "StableID": "n3eiXdhXGM11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "DiscoKey": "discokey:07f9d3f0591b33fd63edf9b7be1a3dc346939da941fe03784d78d22c8616201d", + "Addresses": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "AllowedIPs": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "Endpoints": ["77.164.248.136:59070", "10.65.0.27:59070", "172.17.0.1:59070"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 45896}, + {"Proto": "peerapi6", "Port": 45896} + ]}, + "Created": "2026-04-09T08:31:39.425602787Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3198208980750634, + "StableID": "n1YrsYXUyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "KeyExpiry": "2026-10-06T08:31:40Z", + "DiscoKey": "discokey:dc3f670ea18fbebd1b1821f93ecb263df3714de396191f4208ae85a858324c63", + "Addresses": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "AllowedIPs": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "Endpoints": ["77.164.248.136:57104", "10.65.0.27:57104", "172.17.0.1:57104"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54439}, + {"Proto": "peerapi6", "Port": 54439} + ]}, + "Created": "2026-04-09T08:31:40.496089459Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3669062889968386, + "StableID": "nw7KUW4jeV11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "DiscoKey": "discokey:567ca72efb6c08d04103501b487d0de237d03d88541792b1fe943973caa7a728", + "Addresses": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "AllowedIPs": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "Endpoints": ["77.164.248.136:43910", "10.65.0.27:43910", "172.17.0.1:43910"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 32872}, + {"Proto": "peerapi6", "Port": 32872} + ]}, + "Created": "2026-04-09T08:31:39.960586242Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4285634906151726, + "StableID": "nyxyBzMyTa11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "DiscoKey": "discokey:b20922acfde974441f66b571a971074ba7ca7115043170d618acc57de4ebba09", + "Addresses": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "AllowedIPs": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "Endpoints": ["77.164.248.136:49679", "10.65.0.27:49679", "172.17.0.1:49679"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 54433}, + {"Proto": "peerapi6", "Port": 54433} + ]}, + "Created": "2026-04-09T08:31:37.268143412Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4677905476462380, + "StableID": "nFtmDPedXd11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:514eb0b9037f90b1f8d0870d0742c5c54ed7ff4086673bdd3d7d93f70e15e534", + "Addresses": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "AllowedIPs": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "Endpoints": ["77.164.248.136:33311", "10.65.0.27:33311", "172.17.0.1:33311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63367}, + {"Proto": "peerapi6", "Port": 63367} + ]}, + "Created": "2026-04-09T08:31:41.045948968Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5201976295391272, + "StableID": "nKJnta6zch11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "DiscoKey": "discokey:aac2c5f0279f8ba0aafa54f7acc6660650918beef3f9ffd8f12464882bda9363", + "Addresses": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "AllowedIPs": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "Endpoints": ["77.164.248.136:50750", "10.65.0.27:50750", "172.17.0.1:50750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 55645}, + {"Proto": "peerapi6", "Port": 55645} + ]}, + "Created": "2026-04-09T08:31:36.732558344Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5248277485654470, + "StableID": "nZJUXJMxyh11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "DiscoKey": "discokey:f3084b29e5f8242dbed53097ae197e26915d57fd38a364885a320bbeea36d54f", + "Addresses": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "AllowedIPs": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "Endpoints": ["77.164.248.136:60552", "10.65.0.27:60552", "172.17.0.1:60552"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 33660}, + {"Proto": "peerapi6", "Port": 33660} + ]}, + "Created": "2026-04-09T08:31:34.261694405Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5325359649604236, + "StableID": "nfJ6QjAsai11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "DiscoKey": "discokey:00c160ab5b42ec9cb3db0d8abb79847c998a053d18ed41bfb45f5746dcc95f06", - "Addresses": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "AllowedIPs": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "Endpoints": ["77.164.248.136:34989", "10.65.0.27:34989", "172.17.0.1:34989"], - "HomeDERP": 8, + "Key": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "DiscoKey": "discokey:e9b9c0e3717af0b72682583aabbb0eb90e29dd75e30ecd632527c0bab76d1f53", + "Addresses": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "AllowedIPs": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "Endpoints": ["77.164.248.136:60247", "10.65.0.27:60247", "172.17.0.1:60247"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64148}, - {"Proto": "peerapi6", "Port": 64148} + {"Proto": "peerapi4", "Port": 47164}, + {"Proto": "peerapi6", "Port": 47164} ]}, - "Created": "2026-04-09T01:25:31.786508614Z", + "Created": "2026-04-09T08:31:38.342979686Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6015419260853342, - "StableID": "nbqGF6sPyo11CNTRL", + "ID": 5420693159649427, + "StableID": "nN89EDR3Lj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "DiscoKey": "discokey:c93a9ae4bb9481da0e30ccc72ed905682ab167de8f855260456b94d27bfa3242", + "Addresses": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "AllowedIPs": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "Endpoints": ["77.164.248.136:37943", "10.65.0.27:37943", "172.17.0.1:37943"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43792}, + {"Proto": "peerapi6", "Port": 43792} + ]}, + "Created": "2026-04-09T08:31:34.818053781Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5830322964374377, + "StableID": "nimoMUhZXn11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "DiscoKey": "discokey:5e79328121d272a28c323f0f04a8fccb68500a9f1ef22ba2b174e62a13dd103a", + "Addresses": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "AllowedIPs": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "Endpoints": ["77.164.248.136:45189", "10.65.0.27:45189", "172.17.0.1:45189"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48537}, + {"Proto": "peerapi6", "Port": 48537} + ]}, + "Created": "2026-04-09T08:31:35.468046816Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6238649800167550, + "StableID": "nhk7bakViq11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "DiscoKey": "discokey:971f7d50e7dcc595b2eb7477b36bdd533f7f84e79dd941cf753f16f2f05f4435", + "Addresses": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "AllowedIPs": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "Endpoints": ["77.164.248.136:42729", "10.65.0.27:42729", "172.17.0.1:42729"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 33227}, + {"Proto": "peerapi6", "Port": 33227} + ]}, + "Created": "2026-04-09T08:31:33.743297678Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7990591790504543, + "StableID": "nGbn2DJxP521CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "DiscoKey": "discokey:7f0a89c1e7d7f2d81d18b0faced012ec24edc34a45d1176f19ed592ca908c051", + "Addresses": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "AllowedIPs": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "Endpoints": ["77.164.248.136:51952", "10.65.0.27:51952", "172.17.0.1:51952"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51666}, + {"Proto": "peerapi6", "Port": 51666} + ]}, + "Created": "2026-04-09T08:31:36.200415266Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8698795155485721, + "StableID": "nLnQGhbhvA21CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "DiscoKey": "discokey:2b5aa38cbe9539ad683c01f37a5fedd907da6ac15a271ebea8f50a21b594f132", - "Addresses": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "AllowedIPs": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "Endpoints": ["77.164.248.136:58400", "10.65.0.27:58400", "172.17.0.1:58400"], + "Key": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "DiscoKey": "discokey:57c9f930dd35df7b195aee4e018e5e2c5cf79a274186d2bf3d918f2f46250430", + "Addresses": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "AllowedIPs": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "Endpoints": ["77.164.248.136:33843", "10.65.0.27:33843", "172.17.0.1:33843"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39889}, - {"Proto": "peerapi6", "Port": 39889} + {"Proto": "peerapi4", "Port": 41790}, + {"Proto": "peerapi6", "Port": 41790} ]}, - "Created": "2026-04-09T01:25:32.336677047Z", + "Created": "2026-04-09T08:31:38.892851069Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" - }, { - "ID": 7353592020697691, - "StableID": "nziDgnPTRz11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "DiscoKey": "discokey:a75646b244436ab43bc5bcb03a79474058310b206748022e65c991c69826fd2a", - "Addresses": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "AllowedIPs": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "Endpoints": ["77.164.248.136:54817", "10.65.0.27:54817", "172.17.0.1:54817"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55205}, - {"Proto": "peerapi6", "Port": 55205} - ]}, - "Created": "2026-04-09T01:25:32.883241143Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3861,23 +3865,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3908,26 +3913,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3991447430208179, - "StableID": "nLhbLEZjAY11CNTRL", + "ID": 5420693159649427, + "StableID": "nN89EDR3Lj11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 3991447430208179, - "Key": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "DiscoKey": "discokey:e442c7610c60e27c02e0263dba4a8605823e1737bbc12082bae32d8eab6e737b", - "Addresses": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "AllowedIPs": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "Endpoints": ["77.164.248.136:35969", "10.65.0.27:35969", "172.17.0.1:35969"], + "User": 5420693159649427, + "Key": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "DiscoKey": "discokey:c93a9ae4bb9481da0e30ccc72ed905682ab167de8f855260456b94d27bfa3242", + "Addresses": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "AllowedIPs": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "Endpoints": ["77.164.248.136:37943", "10.65.0.27:37943", "172.17.0.1:37943"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926}, + {"Proto": "peerapi4", "Port": 43792}, + {"Proto": "peerapi6", "Port": 43792}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:28.546290225Z", + "Created": "2026-04-09T08:31:34.818053781Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3955,302 +3960,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "MachineKey": "mkey:4ca61fcda66ba6e8a35cc1edd7bb375b756777e56555233e8dbc58ee94872200", + "NodeKey": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "MachineKey": "mkey:7ed7457d420f8813ec8230b1ac40725cfd48acfdf6293db243b1222149a3292c", "Peers": [{ - "ID": 591748182513607, - "StableID": "nGDTYqD1d511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "DiscoKey": "discokey:2996f32a11003c398d82951006d169e4652938af36eb7fcc2bd691e055bc6126", - "Addresses": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "AllowedIPs": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "Endpoints": ["77.164.248.136:55032", "10.65.0.27:55032", "172.17.0.1:55032"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 48055}, - {"Proto": "peerapi6", "Port": 48055} - ]}, - "Created": "2026-04-09T01:25:30.189404104Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 846183907427841, - "StableID": "n8gAHMpEc711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "DiscoKey": "discokey:4836d2ea93a211c09eb150ab969b07f81d00d82d829e5a6dd72a8cd2bea36a0b", - "Addresses": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "AllowedIPs": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "Endpoints": ["77.164.248.136:40231", "10.65.0.27:40231", "172.17.0.1:40231"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 43409}, - {"Proto": "peerapi6", "Port": 43409} - ]}, - "Created": "2026-04-09T01:25:29.095056436Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1114123261128290, - "StableID": "nDv6TU8bh911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "DiscoKey": "discokey:58df18dc88f10c258c12332e4fca538e79020f61e95560c2ed9a9a220ab08442", - "Addresses": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "AllowedIPs": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "Endpoints": ["77.164.248.136:50845", "10.65.0.27:50845", "172.17.0.1:50845"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49689}, - {"Proto": "peerapi6", "Port": 49689} - ]}, - "Created": "2026-04-09T01:25:27.44595576Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1667190528390586, - "StableID": "nKm9yYG52E11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "KeyExpiry": "2026-10-06T01:25:34Z", - "DiscoKey": "discokey:8ed4972f3ef3a87fe0ad17b81347f090b0e67372403c77ffcdceab6590768636", - "Addresses": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "AllowedIPs": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "Endpoints": ["77.164.248.136:46318", "10.65.0.27:46318", "172.17.0.1:46318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36346}, - {"Proto": "peerapi6", "Port": 36346} - ]}, - "Created": "2026-04-09T01:25:34.522796827Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2005340400371507, - "StableID": "nv4VDjtDfG11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "KeyExpiry": "2026-10-06T01:25:33Z", - "DiscoKey": "discokey:72820785c5021027284aff879100734ee590300a0d3f7b134f0962ff65ebb349", - "Addresses": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "AllowedIPs": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "Endpoints": ["77.164.248.136:53788", "10.65.0.27:53788", "172.17.0.1:53788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35631}, - {"Proto": "peerapi6", "Port": 35631} - ]}, - "Created": "2026-04-09T01:25:33.976735889Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2572379162629930, - "StableID": "nqgNuE336M11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "KeyExpiry": "2026-10-06T01:25:35Z", - "DiscoKey": "discokey:f2537a00521a022cb24880a4abd41bb42e70651e5bc2da648ca5ff140f719462", - "Addresses": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "AllowedIPs": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "Endpoints": ["77.164.248.136:41838", "10.65.0.27:41838", "172.17.0.1:41838"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33471}, - {"Proto": "peerapi6", "Port": 33471} - ]}, - "Created": "2026-04-09T01:25:35.057460446Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2662088597535724, - "StableID": "nKQGU6ZfnM11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "DiscoKey": "discokey:0a44bdd95f9702388deb6c74cd09ab952b8601136253f0f72a2b8e6ea84c655b", - "Addresses": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "AllowedIPs": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "Endpoints": ["77.164.248.136:49784", "10.65.0.27:49784", "172.17.0.1:49784"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60163}, - {"Proto": "peerapi6", "Port": 60163} - ]}, - "Created": "2026-04-09T01:25:29.647995102Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3364785193695060, - "StableID": "ndoGQgCvGT11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "DiscoKey": "discokey:54b7022cf561729c66b6cbaa03dc9da174cdfb575abb628daf241e3231cd785a", - "Addresses": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "AllowedIPs": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "Endpoints": ["77.164.248.136:53559", "10.65.0.27:53559", "172.17.0.1:53559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46206}, - {"Proto": "peerapi6", "Port": 46206} - ]}, - "Created": "2026-04-09T01:25:27.996554187Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4139765837849048, - "StableID": "nubT8UduKZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "DiscoKey": "discokey:813f524351a57a3aa2f819d9eefdbe6d8fa1f996691c3cda45c84a9fb2aeb151", - "Addresses": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "AllowedIPs": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "Endpoints": ["77.164.248.136:38508", "10.65.0.27:38508", "172.17.0.1:38508"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34939}, - {"Proto": "peerapi6", "Port": 34939} - ]}, - "Created": "2026-04-09T01:25:33.435367327Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4450906237556981, - "StableID": "ng2So3mpkb11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "DiscoKey": "discokey:7e67766887b9bd61bc063f6574a812d9cb00877b1a1f434774596e554be91320", - "Addresses": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "AllowedIPs": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "Endpoints": ["77.164.248.136:37986", "10.65.0.27:37986", "172.17.0.1:37986"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51379}, - {"Proto": "peerapi6", "Port": 51379} - ]}, - "Created": "2026-04-09T01:25:30.729426617Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4665170881644499, - "StableID": "nc9fgS8sRd11CNTRL", + "ID": 1099990738350316, + "StableID": "n5jnohtBb911CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "DiscoKey": "discokey:24eec95c1f57962406a65fbb4a84b174fe15d6c87a798e11ab124ab4bfc1ab33", - "Addresses": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "AllowedIPs": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "Endpoints": ["77.164.248.136:50982", "10.65.0.27:50982", "172.17.0.1:50982"], + "Key": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "DiscoKey": "discokey:71e2b20c9d1b30a59b972976c10f633c179aa37454a47984dedff42d554bcf03", + "Addresses": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "AllowedIPs": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "Endpoints": ["77.164.248.136:46758", "10.65.0.27:46758", "172.17.0.1:46758"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64112}, - {"Proto": "peerapi6", "Port": 64112} + {"Proto": "peerapi4", "Port": 42181}, + {"Proto": "peerapi6", "Port": 42181} ]}, - "Created": "2026-04-09T01:25:31.250918064Z", + "Created": "2026-04-09T08:31:37.799794106Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 4807076651408617, - "StableID": "nEFDddk8Ye11CNTRL", + "ID": 2595550125307928, + "StableID": "n3eiXdhXGM11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "DiscoKey": "discokey:07f9d3f0591b33fd63edf9b7be1a3dc346939da941fe03784d78d22c8616201d", + "Addresses": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "AllowedIPs": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "Endpoints": ["77.164.248.136:59070", "10.65.0.27:59070", "172.17.0.1:59070"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 45896}, + {"Proto": "peerapi6", "Port": 45896} + ]}, + "Created": "2026-04-09T08:31:39.425602787Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3198208980750634, + "StableID": "n1YrsYXUyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "KeyExpiry": "2026-10-06T08:31:40Z", + "DiscoKey": "discokey:dc3f670ea18fbebd1b1821f93ecb263df3714de396191f4208ae85a858324c63", + "Addresses": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "AllowedIPs": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "Endpoints": ["77.164.248.136:57104", "10.65.0.27:57104", "172.17.0.1:57104"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54439}, + {"Proto": "peerapi6", "Port": 54439} + ]}, + "Created": "2026-04-09T08:31:40.496089459Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3669062889968386, + "StableID": "nw7KUW4jeV11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "DiscoKey": "discokey:567ca72efb6c08d04103501b487d0de237d03d88541792b1fe943973caa7a728", + "Addresses": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "AllowedIPs": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "Endpoints": ["77.164.248.136:43910", "10.65.0.27:43910", "172.17.0.1:43910"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 32872}, + {"Proto": "peerapi6", "Port": 32872} + ]}, + "Created": "2026-04-09T08:31:39.960586242Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4285634906151726, + "StableID": "nyxyBzMyTa11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "DiscoKey": "discokey:b20922acfde974441f66b571a971074ba7ca7115043170d618acc57de4ebba09", + "Addresses": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "AllowedIPs": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "Endpoints": ["77.164.248.136:49679", "10.65.0.27:49679", "172.17.0.1:49679"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 54433}, + {"Proto": "peerapi6", "Port": 54433} + ]}, + "Created": "2026-04-09T08:31:37.268143412Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4677905476462380, + "StableID": "nFtmDPedXd11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:514eb0b9037f90b1f8d0870d0742c5c54ed7ff4086673bdd3d7d93f70e15e534", + "Addresses": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "AllowedIPs": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "Endpoints": ["77.164.248.136:33311", "10.65.0.27:33311", "172.17.0.1:33311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63367}, + {"Proto": "peerapi6", "Port": 63367} + ]}, + "Created": "2026-04-09T08:31:41.045948968Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5201976295391272, + "StableID": "nKJnta6zch11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "DiscoKey": "discokey:aac2c5f0279f8ba0aafa54f7acc6660650918beef3f9ffd8f12464882bda9363", + "Addresses": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "AllowedIPs": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "Endpoints": ["77.164.248.136:50750", "10.65.0.27:50750", "172.17.0.1:50750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 55645}, + {"Proto": "peerapi6", "Port": 55645} + ]}, + "Created": "2026-04-09T08:31:36.732558344Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5248277485654470, + "StableID": "nZJUXJMxyh11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "DiscoKey": "discokey:f3084b29e5f8242dbed53097ae197e26915d57fd38a364885a320bbeea36d54f", + "Addresses": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "AllowedIPs": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "Endpoints": ["77.164.248.136:60552", "10.65.0.27:60552", "172.17.0.1:60552"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 33660}, + {"Proto": "peerapi6", "Port": 33660} + ]}, + "Created": "2026-04-09T08:31:34.261694405Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5325359649604236, + "StableID": "nfJ6QjAsai11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "DiscoKey": "discokey:00c160ab5b42ec9cb3db0d8abb79847c998a053d18ed41bfb45f5746dcc95f06", - "Addresses": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "AllowedIPs": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "Endpoints": ["77.164.248.136:34989", "10.65.0.27:34989", "172.17.0.1:34989"], - "HomeDERP": 8, + "Key": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "DiscoKey": "discokey:e9b9c0e3717af0b72682583aabbb0eb90e29dd75e30ecd632527c0bab76d1f53", + "Addresses": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "AllowedIPs": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "Endpoints": ["77.164.248.136:60247", "10.65.0.27:60247", "172.17.0.1:60247"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64148}, - {"Proto": "peerapi6", "Port": 64148} + {"Proto": "peerapi4", "Port": 47164}, + {"Proto": "peerapi6", "Port": 47164} ]}, - "Created": "2026-04-09T01:25:31.786508614Z", + "Created": "2026-04-09T08:31:38.342979686Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6015419260853342, - "StableID": "nbqGF6sPyo11CNTRL", + "ID": 5830322964374377, + "StableID": "nimoMUhZXn11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "DiscoKey": "discokey:5e79328121d272a28c323f0f04a8fccb68500a9f1ef22ba2b174e62a13dd103a", + "Addresses": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "AllowedIPs": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "Endpoints": ["77.164.248.136:45189", "10.65.0.27:45189", "172.17.0.1:45189"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48537}, + {"Proto": "peerapi6", "Port": 48537} + ]}, + "Created": "2026-04-09T08:31:35.468046816Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6238649800167550, + "StableID": "nhk7bakViq11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "DiscoKey": "discokey:971f7d50e7dcc595b2eb7477b36bdd533f7f84e79dd941cf753f16f2f05f4435", + "Addresses": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "AllowedIPs": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "Endpoints": ["77.164.248.136:42729", "10.65.0.27:42729", "172.17.0.1:42729"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 33227}, + {"Proto": "peerapi6", "Port": 33227} + ]}, + "Created": "2026-04-09T08:31:33.743297678Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7990591790504543, + "StableID": "nGbn2DJxP521CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "DiscoKey": "discokey:7f0a89c1e7d7f2d81d18b0faced012ec24edc34a45d1176f19ed592ca908c051", + "Addresses": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "AllowedIPs": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "Endpoints": ["77.164.248.136:51952", "10.65.0.27:51952", "172.17.0.1:51952"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51666}, + {"Proto": "peerapi6", "Port": 51666} + ]}, + "Created": "2026-04-09T08:31:36.200415266Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8698795155485721, + "StableID": "nLnQGhbhvA21CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "DiscoKey": "discokey:2b5aa38cbe9539ad683c01f37a5fedd907da6ac15a271ebea8f50a21b594f132", - "Addresses": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "AllowedIPs": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "Endpoints": ["77.164.248.136:58400", "10.65.0.27:58400", "172.17.0.1:58400"], + "Key": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "DiscoKey": "discokey:57c9f930dd35df7b195aee4e018e5e2c5cf79a274186d2bf3d918f2f46250430", + "Addresses": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "AllowedIPs": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "Endpoints": ["77.164.248.136:33843", "10.65.0.27:33843", "172.17.0.1:33843"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39889}, - {"Proto": "peerapi6", "Port": 39889} + {"Proto": "peerapi4", "Port": 41790}, + {"Proto": "peerapi6", "Port": 41790} ]}, - "Created": "2026-04-09T01:25:32.336677047Z", + "Created": "2026-04-09T08:31:38.892851069Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7353592020697691, - "StableID": "nziDgnPTRz11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "DiscoKey": "discokey:a75646b244436ab43bc5bcb03a79474058310b206748022e65c991c69826fd2a", - "Addresses": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "AllowedIPs": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "Endpoints": ["77.164.248.136:54817", "10.65.0.27:54817", "172.17.0.1:54817"], + "ID": 8990947605462690, + "StableID": "noRnqxw1DD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:7227fbe6c2b10d46312f2e9adb272a3e88d8c3758bc682b9093e9ffaad35fe2f", + "Addresses": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "AllowedIPs": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "Endpoints": ["77.164.248.136:35956", "10.65.0.27:35956", "172.17.0.1:35956"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55205}, - {"Proto": "peerapi6", "Port": 55205} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 64212}, + {"Proto": "peerapi6", "Port": 64212} ]}, - "Created": "2026-04-09T01:25:32.883241143Z", + "Created": "2026-04-09T08:31:41.584981131Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5098,27 +5103,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "3991447430208179": { - "ID": 3991447430208179, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5420693159649427": { + "ID": 5420693159649427, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5149,26 +5156,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4665170881644499, - "StableID": "nc9fgS8sRd11CNTRL", + "ID": 1099990738350316, + "StableID": "n5jnohtBb911CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 4665170881644499, - "Key": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "DiscoKey": "discokey:24eec95c1f57962406a65fbb4a84b174fe15d6c87a798e11ab124ab4bfc1ab33", - "Addresses": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "AllowedIPs": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "Endpoints": ["77.164.248.136:50982", "10.65.0.27:50982", "172.17.0.1:50982"], + "User": 1099990738350316, + "Key": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "DiscoKey": "discokey:71e2b20c9d1b30a59b972976c10f633c179aa37454a47984dedff42d554bcf03", + "Addresses": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "AllowedIPs": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "Endpoints": ["77.164.248.136:46758", "10.65.0.27:46758", "172.17.0.1:46758"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 64112}, - {"Proto": "peerapi6", "Port": 64112}, + {"Proto": "peerapi4", "Port": 42181}, + {"Proto": "peerapi6", "Port": 42181}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:31.250918064Z", + "Created": "2026-04-09T08:31:37.799794106Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5196,302 +5203,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "MachineKey": "mkey:e8ae5d6a1fb5b10a536bbaaf4d5dcbe15c9505b10dd626816739c8aad13bce6f", + "NodeKey": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "MachineKey": "mkey:21ba401089125751b8888d1248388082ac4574fdf79504895373032057bae524", "Peers": [{ - "ID": 591748182513607, - "StableID": "nGDTYqD1d511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 2595550125307928, + "StableID": "n3eiXdhXGM11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "DiscoKey": "discokey:2996f32a11003c398d82951006d169e4652938af36eb7fcc2bd691e055bc6126", - "Addresses": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "AllowedIPs": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "Endpoints": ["77.164.248.136:55032", "10.65.0.27:55032", "172.17.0.1:55032"], + "Key": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "DiscoKey": "discokey:07f9d3f0591b33fd63edf9b7be1a3dc346939da941fe03784d78d22c8616201d", + "Addresses": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "AllowedIPs": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "Endpoints": ["77.164.248.136:59070", "10.65.0.27:59070", "172.17.0.1:59070"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 48055}, - {"Proto": "peerapi6", "Port": 48055} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 45896}, + {"Proto": "peerapi6", "Port": 45896} ]}, - "Created": "2026-04-09T01:25:30.189404104Z", + "Created": "2026-04-09T08:31:39.425602787Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 846183907427841, - "StableID": "n8gAHMpEc711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "DiscoKey": "discokey:4836d2ea93a211c09eb150ab969b07f81d00d82d829e5a6dd72a8cd2bea36a0b", - "Addresses": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "AllowedIPs": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "Endpoints": ["77.164.248.136:40231", "10.65.0.27:40231", "172.17.0.1:40231"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 43409}, - {"Proto": "peerapi6", "Port": 43409} - ]}, - "Created": "2026-04-09T01:25:29.095056436Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1114123261128290, - "StableID": "nDv6TU8bh911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "DiscoKey": "discokey:58df18dc88f10c258c12332e4fca538e79020f61e95560c2ed9a9a220ab08442", - "Addresses": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "AllowedIPs": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "Endpoints": ["77.164.248.136:50845", "10.65.0.27:50845", "172.17.0.1:50845"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49689}, - {"Proto": "peerapi6", "Port": 49689} - ]}, - "Created": "2026-04-09T01:25:27.44595576Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1667190528390586, - "StableID": "nKm9yYG52E11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "KeyExpiry": "2026-10-06T01:25:34Z", - "DiscoKey": "discokey:8ed4972f3ef3a87fe0ad17b81347f090b0e67372403c77ffcdceab6590768636", - "Addresses": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "AllowedIPs": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "Endpoints": ["77.164.248.136:46318", "10.65.0.27:46318", "172.17.0.1:46318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36346}, - {"Proto": "peerapi6", "Port": 36346} - ]}, - "Created": "2026-04-09T01:25:34.522796827Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2005340400371507, - "StableID": "nv4VDjtDfG11CNTRL", + "ID": 3198208980750634, + "StableID": "n1YrsYXUyR11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "KeyExpiry": "2026-10-06T01:25:33Z", - "DiscoKey": "discokey:72820785c5021027284aff879100734ee590300a0d3f7b134f0962ff65ebb349", - "Addresses": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "AllowedIPs": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "Endpoints": ["77.164.248.136:53788", "10.65.0.27:53788", "172.17.0.1:53788"], + "Key": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "KeyExpiry": "2026-10-06T08:31:40Z", + "DiscoKey": "discokey:dc3f670ea18fbebd1b1821f93ecb263df3714de396191f4208ae85a858324c63", + "Addresses": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "AllowedIPs": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "Endpoints": ["77.164.248.136:57104", "10.65.0.27:57104", "172.17.0.1:57104"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35631}, - {"Proto": "peerapi6", "Port": 35631} + {"Proto": "peerapi4", "Port": 54439}, + {"Proto": "peerapi6", "Port": 54439} ]}, - "Created": "2026-04-09T01:25:33.976735889Z", + "Created": "2026-04-09T08:31:40.496089459Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 2572379162629930, - "StableID": "nqgNuE336M11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "KeyExpiry": "2026-10-06T01:25:35Z", - "DiscoKey": "discokey:f2537a00521a022cb24880a4abd41bb42e70651e5bc2da648ca5ff140f719462", - "Addresses": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "AllowedIPs": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "Endpoints": ["77.164.248.136:41838", "10.65.0.27:41838", "172.17.0.1:41838"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33471}, - {"Proto": "peerapi6", "Port": 33471} - ]}, - "Created": "2026-04-09T01:25:35.057460446Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2662088597535724, - "StableID": "nKQGU6ZfnM11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "DiscoKey": "discokey:0a44bdd95f9702388deb6c74cd09ab952b8601136253f0f72a2b8e6ea84c655b", - "Addresses": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "AllowedIPs": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "Endpoints": ["77.164.248.136:49784", "10.65.0.27:49784", "172.17.0.1:49784"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60163}, - {"Proto": "peerapi6", "Port": 60163} - ]}, - "Created": "2026-04-09T01:25:29.647995102Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3364785193695060, - "StableID": "ndoGQgCvGT11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "DiscoKey": "discokey:54b7022cf561729c66b6cbaa03dc9da174cdfb575abb628daf241e3231cd785a", - "Addresses": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "AllowedIPs": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "Endpoints": ["77.164.248.136:53559", "10.65.0.27:53559", "172.17.0.1:53559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46206}, - {"Proto": "peerapi6", "Port": 46206} - ]}, - "Created": "2026-04-09T01:25:27.996554187Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3991447430208179, - "StableID": "nLhbLEZjAY11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "DiscoKey": "discokey:e442c7610c60e27c02e0263dba4a8605823e1737bbc12082bae32d8eab6e737b", - "Addresses": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "AllowedIPs": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "Endpoints": ["77.164.248.136:35969", "10.65.0.27:35969", "172.17.0.1:35969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} - ]}, - "Created": "2026-04-09T01:25:28.546290225Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4139765837849048, - "StableID": "nubT8UduKZ11CNTRL", + "ID": 3669062889968386, + "StableID": "nw7KUW4jeV11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "DiscoKey": "discokey:813f524351a57a3aa2f819d9eefdbe6d8fa1f996691c3cda45c84a9fb2aeb151", - "Addresses": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "AllowedIPs": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "Endpoints": ["77.164.248.136:38508", "10.65.0.27:38508", "172.17.0.1:38508"], + "Key": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "DiscoKey": "discokey:567ca72efb6c08d04103501b487d0de237d03d88541792b1fe943973caa7a728", + "Addresses": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "AllowedIPs": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "Endpoints": ["77.164.248.136:43910", "10.65.0.27:43910", "172.17.0.1:43910"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34939}, - {"Proto": "peerapi6", "Port": 34939} + {"Proto": "peerapi4", "Port": 32872}, + {"Proto": "peerapi6", "Port": 32872} ]}, - "Created": "2026-04-09T01:25:33.435367327Z", + "Created": "2026-04-09T08:31:39.960586242Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 4450906237556981, - "StableID": "ng2So3mpkb11CNTRL", + "ID": 4285634906151726, + "StableID": "nyxyBzMyTa11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "DiscoKey": "discokey:7e67766887b9bd61bc063f6574a812d9cb00877b1a1f434774596e554be91320", - "Addresses": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "AllowedIPs": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "Endpoints": ["77.164.248.136:37986", "10.65.0.27:37986", "172.17.0.1:37986"], + "Key": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "DiscoKey": "discokey:b20922acfde974441f66b571a971074ba7ca7115043170d618acc57de4ebba09", + "Addresses": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "AllowedIPs": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "Endpoints": ["77.164.248.136:49679", "10.65.0.27:49679", "172.17.0.1:49679"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51379}, - {"Proto": "peerapi6", "Port": 51379} + {"Proto": "peerapi4", "Port": 54433}, + {"Proto": "peerapi6", "Port": 54433} ]}, - "Created": "2026-04-09T01:25:30.729426617Z", + "Created": "2026-04-09T08:31:37.268143412Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4807076651408617, - "StableID": "nEFDddk8Ye11CNTRL", + "ID": 4677905476462380, + "StableID": "nFtmDPedXd11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:514eb0b9037f90b1f8d0870d0742c5c54ed7ff4086673bdd3d7d93f70e15e534", + "Addresses": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "AllowedIPs": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "Endpoints": ["77.164.248.136:33311", "10.65.0.27:33311", "172.17.0.1:33311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63367}, + {"Proto": "peerapi6", "Port": 63367} + ]}, + "Created": "2026-04-09T08:31:41.045948968Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5201976295391272, + "StableID": "nKJnta6zch11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "DiscoKey": "discokey:aac2c5f0279f8ba0aafa54f7acc6660650918beef3f9ffd8f12464882bda9363", + "Addresses": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "AllowedIPs": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "Endpoints": ["77.164.248.136:50750", "10.65.0.27:50750", "172.17.0.1:50750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 55645}, + {"Proto": "peerapi6", "Port": 55645} + ]}, + "Created": "2026-04-09T08:31:36.732558344Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5248277485654470, + "StableID": "nZJUXJMxyh11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "DiscoKey": "discokey:f3084b29e5f8242dbed53097ae197e26915d57fd38a364885a320bbeea36d54f", + "Addresses": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "AllowedIPs": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "Endpoints": ["77.164.248.136:60552", "10.65.0.27:60552", "172.17.0.1:60552"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 33660}, + {"Proto": "peerapi6", "Port": 33660} + ]}, + "Created": "2026-04-09T08:31:34.261694405Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5325359649604236, + "StableID": "nfJ6QjAsai11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "DiscoKey": "discokey:00c160ab5b42ec9cb3db0d8abb79847c998a053d18ed41bfb45f5746dcc95f06", - "Addresses": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "AllowedIPs": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "Endpoints": ["77.164.248.136:34989", "10.65.0.27:34989", "172.17.0.1:34989"], - "HomeDERP": 8, + "Key": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "DiscoKey": "discokey:e9b9c0e3717af0b72682583aabbb0eb90e29dd75e30ecd632527c0bab76d1f53", + "Addresses": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "AllowedIPs": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "Endpoints": ["77.164.248.136:60247", "10.65.0.27:60247", "172.17.0.1:60247"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64148}, - {"Proto": "peerapi6", "Port": 64148} + {"Proto": "peerapi4", "Port": 47164}, + {"Proto": "peerapi6", "Port": 47164} ]}, - "Created": "2026-04-09T01:25:31.786508614Z", + "Created": "2026-04-09T08:31:38.342979686Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6015419260853342, - "StableID": "nbqGF6sPyo11CNTRL", + "ID": 5420693159649427, + "StableID": "nN89EDR3Lj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "DiscoKey": "discokey:c93a9ae4bb9481da0e30ccc72ed905682ab167de8f855260456b94d27bfa3242", + "Addresses": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "AllowedIPs": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "Endpoints": ["77.164.248.136:37943", "10.65.0.27:37943", "172.17.0.1:37943"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43792}, + {"Proto": "peerapi6", "Port": 43792} + ]}, + "Created": "2026-04-09T08:31:34.818053781Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5830322964374377, + "StableID": "nimoMUhZXn11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "DiscoKey": "discokey:5e79328121d272a28c323f0f04a8fccb68500a9f1ef22ba2b174e62a13dd103a", + "Addresses": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "AllowedIPs": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "Endpoints": ["77.164.248.136:45189", "10.65.0.27:45189", "172.17.0.1:45189"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48537}, + {"Proto": "peerapi6", "Port": 48537} + ]}, + "Created": "2026-04-09T08:31:35.468046816Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6238649800167550, + "StableID": "nhk7bakViq11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "DiscoKey": "discokey:971f7d50e7dcc595b2eb7477b36bdd533f7f84e79dd941cf753f16f2f05f4435", + "Addresses": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "AllowedIPs": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "Endpoints": ["77.164.248.136:42729", "10.65.0.27:42729", "172.17.0.1:42729"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 33227}, + {"Proto": "peerapi6", "Port": 33227} + ]}, + "Created": "2026-04-09T08:31:33.743297678Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7990591790504543, + "StableID": "nGbn2DJxP521CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "DiscoKey": "discokey:7f0a89c1e7d7f2d81d18b0faced012ec24edc34a45d1176f19ed592ca908c051", + "Addresses": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "AllowedIPs": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "Endpoints": ["77.164.248.136:51952", "10.65.0.27:51952", "172.17.0.1:51952"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51666}, + {"Proto": "peerapi6", "Port": 51666} + ]}, + "Created": "2026-04-09T08:31:36.200415266Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8698795155485721, + "StableID": "nLnQGhbhvA21CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "DiscoKey": "discokey:2b5aa38cbe9539ad683c01f37a5fedd907da6ac15a271ebea8f50a21b594f132", - "Addresses": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "AllowedIPs": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "Endpoints": ["77.164.248.136:58400", "10.65.0.27:58400", "172.17.0.1:58400"], + "Key": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "DiscoKey": "discokey:57c9f930dd35df7b195aee4e018e5e2c5cf79a274186d2bf3d918f2f46250430", + "Addresses": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "AllowedIPs": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "Endpoints": ["77.164.248.136:33843", "10.65.0.27:33843", "172.17.0.1:33843"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39889}, - {"Proto": "peerapi6", "Port": 39889} + {"Proto": "peerapi4", "Port": 41790}, + {"Proto": "peerapi6", "Port": 41790} ]}, - "Created": "2026-04-09T01:25:32.336677047Z", + "Created": "2026-04-09T08:31:38.892851069Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7353592020697691, - "StableID": "nziDgnPTRz11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "DiscoKey": "discokey:a75646b244436ab43bc5bcb03a79474058310b206748022e65c991c69826fd2a", - "Addresses": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "AllowedIPs": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "Endpoints": ["77.164.248.136:54817", "10.65.0.27:54817", "172.17.0.1:54817"], + "ID": 8990947605462690, + "StableID": "noRnqxw1DD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:7227fbe6c2b10d46312f2e9adb272a3e88d8c3758bc682b9093e9ffaad35fe2f", + "Addresses": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "AllowedIPs": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "Endpoints": ["77.164.248.136:35956", "10.65.0.27:35956", "172.17.0.1:35956"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55205}, - {"Proto": "peerapi6", "Port": 55205} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 64212}, + {"Proto": "peerapi6", "Port": 64212} ]}, - "Created": "2026-04-09T01:25:32.883241143Z", + "Created": "2026-04-09T08:31:41.584981131Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6339,27 +6346,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4665170881644499": { - "ID": 4665170881644499, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1099990738350316": { + "ID": 1099990738350316, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6390,22 +6399,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2005340400371507, - "StableID": "nv4VDjtDfG11CNTRL", + "ID": 3198208980750634, + "StableID": "n1YrsYXUyR11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "KeyExpiry": "2026-10-06T01:25:33Z", - "DiscoKey": "discokey:72820785c5021027284aff879100734ee590300a0d3f7b134f0962ff65ebb349", - "Addresses": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "AllowedIPs": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "Endpoints": ["77.164.248.136:53788", "10.65.0.27:53788", "172.17.0.1:53788"], + "Key": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "KeyExpiry": "2026-10-06T08:31:40Z", + "DiscoKey": "discokey:dc3f670ea18fbebd1b1821f93ecb263df3714de396191f4208ae85a858324c63", + "Addresses": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "AllowedIPs": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "Endpoints": ["77.164.248.136:57104", "10.65.0.27:57104", "172.17.0.1:57104"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35631}, - {"Proto": "peerapi6", "Port": 35631}, + {"Proto": "peerapi4", "Port": 54439}, + {"Proto": "peerapi6", "Port": 54439}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:33.976735889Z", + "Created": "2026-04-09T08:31:40.496089459Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6432,300 +6441,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "MachineKey": "mkey:8d59343ab70b0498c02bda00da02b98cfa8d14c01c5b2d71de2ce7e23a1d511f", + "NodeKey": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "MachineKey": "mkey:4adf431b6e7d844805872ce6942194c51a3f9fb7af6c920cc61c81c1549ea826", "Peers": [{ - "ID": 591748182513607, - "StableID": "nGDTYqD1d511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "DiscoKey": "discokey:2996f32a11003c398d82951006d169e4652938af36eb7fcc2bd691e055bc6126", - "Addresses": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "AllowedIPs": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "Endpoints": ["77.164.248.136:55032", "10.65.0.27:55032", "172.17.0.1:55032"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 48055}, - {"Proto": "peerapi6", "Port": 48055} - ]}, - "Created": "2026-04-09T01:25:30.189404104Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 846183907427841, - "StableID": "n8gAHMpEc711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "DiscoKey": "discokey:4836d2ea93a211c09eb150ab969b07f81d00d82d829e5a6dd72a8cd2bea36a0b", - "Addresses": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "AllowedIPs": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "Endpoints": ["77.164.248.136:40231", "10.65.0.27:40231", "172.17.0.1:40231"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 43409}, - {"Proto": "peerapi6", "Port": 43409} - ]}, - "Created": "2026-04-09T01:25:29.095056436Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1114123261128290, - "StableID": "nDv6TU8bh911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "DiscoKey": "discokey:58df18dc88f10c258c12332e4fca538e79020f61e95560c2ed9a9a220ab08442", - "Addresses": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "AllowedIPs": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "Endpoints": ["77.164.248.136:50845", "10.65.0.27:50845", "172.17.0.1:50845"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49689}, - {"Proto": "peerapi6", "Port": 49689} - ]}, - "Created": "2026-04-09T01:25:27.44595576Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1667190528390586, - "StableID": "nKm9yYG52E11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "KeyExpiry": "2026-10-06T01:25:34Z", - "DiscoKey": "discokey:8ed4972f3ef3a87fe0ad17b81347f090b0e67372403c77ffcdceab6590768636", - "Addresses": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "AllowedIPs": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "Endpoints": ["77.164.248.136:46318", "10.65.0.27:46318", "172.17.0.1:46318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36346}, - {"Proto": "peerapi6", "Port": 36346} - ]}, - "Created": "2026-04-09T01:25:34.522796827Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2572379162629930, - "StableID": "nqgNuE336M11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "KeyExpiry": "2026-10-06T01:25:35Z", - "DiscoKey": "discokey:f2537a00521a022cb24880a4abd41bb42e70651e5bc2da648ca5ff140f719462", - "Addresses": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "AllowedIPs": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33471}, - {"Proto": "peerapi6", "Port": 33471} - ]}, - "Created": "2026-04-09T01:25:35.057460446Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2662088597535724, - "StableID": "nKQGU6ZfnM11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "DiscoKey": "discokey:0a44bdd95f9702388deb6c74cd09ab952b8601136253f0f72a2b8e6ea84c655b", - "Addresses": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "AllowedIPs": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "Endpoints": ["77.164.248.136:49784", "10.65.0.27:49784", "172.17.0.1:49784"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60163}, - {"Proto": "peerapi6", "Port": 60163} - ]}, - "Created": "2026-04-09T01:25:29.647995102Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3364785193695060, - "StableID": "ndoGQgCvGT11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "DiscoKey": "discokey:54b7022cf561729c66b6cbaa03dc9da174cdfb575abb628daf241e3231cd785a", - "Addresses": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "AllowedIPs": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "Endpoints": ["77.164.248.136:53559", "10.65.0.27:53559", "172.17.0.1:53559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46206}, - {"Proto": "peerapi6", "Port": 46206} - ]}, - "Created": "2026-04-09T01:25:27.996554187Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3991447430208179, - "StableID": "nLhbLEZjAY11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "DiscoKey": "discokey:e442c7610c60e27c02e0263dba4a8605823e1737bbc12082bae32d8eab6e737b", - "Addresses": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "AllowedIPs": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "Endpoints": ["77.164.248.136:35969", "10.65.0.27:35969", "172.17.0.1:35969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} - ]}, - "Created": "2026-04-09T01:25:28.546290225Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4139765837849048, - "StableID": "nubT8UduKZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "DiscoKey": "discokey:813f524351a57a3aa2f819d9eefdbe6d8fa1f996691c3cda45c84a9fb2aeb151", - "Addresses": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "AllowedIPs": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "Endpoints": ["77.164.248.136:38508", "10.65.0.27:38508", "172.17.0.1:38508"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34939}, - {"Proto": "peerapi6", "Port": 34939} - ]}, - "Created": "2026-04-09T01:25:33.435367327Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4450906237556981, - "StableID": "ng2So3mpkb11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "DiscoKey": "discokey:7e67766887b9bd61bc063f6574a812d9cb00877b1a1f434774596e554be91320", - "Addresses": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "AllowedIPs": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "Endpoints": ["77.164.248.136:37986", "10.65.0.27:37986", "172.17.0.1:37986"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51379}, - {"Proto": "peerapi6", "Port": 51379} - ]}, - "Created": "2026-04-09T01:25:30.729426617Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4665170881644499, - "StableID": "nc9fgS8sRd11CNTRL", + "ID": 1099990738350316, + "StableID": "n5jnohtBb911CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "DiscoKey": "discokey:24eec95c1f57962406a65fbb4a84b174fe15d6c87a798e11ab124ab4bfc1ab33", - "Addresses": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "AllowedIPs": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "Endpoints": ["77.164.248.136:50982", "10.65.0.27:50982", "172.17.0.1:50982"], + "Key": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "DiscoKey": "discokey:71e2b20c9d1b30a59b972976c10f633c179aa37454a47984dedff42d554bcf03", + "Addresses": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "AllowedIPs": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "Endpoints": ["77.164.248.136:46758", "10.65.0.27:46758", "172.17.0.1:46758"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64112}, - {"Proto": "peerapi6", "Port": 64112} + {"Proto": "peerapi4", "Port": 42181}, + {"Proto": "peerapi6", "Port": 42181} ]}, - "Created": "2026-04-09T01:25:31.250918064Z", + "Created": "2026-04-09T08:31:37.799794106Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 4807076651408617, - "StableID": "nEFDddk8Ye11CNTRL", + "ID": 2595550125307928, + "StableID": "n3eiXdhXGM11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "DiscoKey": "discokey:07f9d3f0591b33fd63edf9b7be1a3dc346939da941fe03784d78d22c8616201d", + "Addresses": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "AllowedIPs": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "Endpoints": ["77.164.248.136:59070", "10.65.0.27:59070", "172.17.0.1:59070"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 45896}, + {"Proto": "peerapi6", "Port": 45896} + ]}, + "Created": "2026-04-09T08:31:39.425602787Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3669062889968386, + "StableID": "nw7KUW4jeV11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "DiscoKey": "discokey:567ca72efb6c08d04103501b487d0de237d03d88541792b1fe943973caa7a728", + "Addresses": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "AllowedIPs": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "Endpoints": ["77.164.248.136:43910", "10.65.0.27:43910", "172.17.0.1:43910"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 32872}, + {"Proto": "peerapi6", "Port": 32872} + ]}, + "Created": "2026-04-09T08:31:39.960586242Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4285634906151726, + "StableID": "nyxyBzMyTa11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "DiscoKey": "discokey:b20922acfde974441f66b571a971074ba7ca7115043170d618acc57de4ebba09", + "Addresses": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "AllowedIPs": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "Endpoints": ["77.164.248.136:49679", "10.65.0.27:49679", "172.17.0.1:49679"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 54433}, + {"Proto": "peerapi6", "Port": 54433} + ]}, + "Created": "2026-04-09T08:31:37.268143412Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4677905476462380, + "StableID": "nFtmDPedXd11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:514eb0b9037f90b1f8d0870d0742c5c54ed7ff4086673bdd3d7d93f70e15e534", + "Addresses": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "AllowedIPs": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "Endpoints": ["77.164.248.136:33311", "10.65.0.27:33311", "172.17.0.1:33311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63367}, + {"Proto": "peerapi6", "Port": 63367} + ]}, + "Created": "2026-04-09T08:31:41.045948968Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5201976295391272, + "StableID": "nKJnta6zch11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "DiscoKey": "discokey:aac2c5f0279f8ba0aafa54f7acc6660650918beef3f9ffd8f12464882bda9363", + "Addresses": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "AllowedIPs": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "Endpoints": ["77.164.248.136:50750", "10.65.0.27:50750", "172.17.0.1:50750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 55645}, + {"Proto": "peerapi6", "Port": 55645} + ]}, + "Created": "2026-04-09T08:31:36.732558344Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5248277485654470, + "StableID": "nZJUXJMxyh11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "DiscoKey": "discokey:f3084b29e5f8242dbed53097ae197e26915d57fd38a364885a320bbeea36d54f", + "Addresses": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "AllowedIPs": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "Endpoints": ["77.164.248.136:60552", "10.65.0.27:60552", "172.17.0.1:60552"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 33660}, + {"Proto": "peerapi6", "Port": 33660} + ]}, + "Created": "2026-04-09T08:31:34.261694405Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5325359649604236, + "StableID": "nfJ6QjAsai11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "DiscoKey": "discokey:00c160ab5b42ec9cb3db0d8abb79847c998a053d18ed41bfb45f5746dcc95f06", - "Addresses": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "AllowedIPs": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "Endpoints": ["77.164.248.136:34989", "10.65.0.27:34989", "172.17.0.1:34989"], - "HomeDERP": 8, + "Key": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "DiscoKey": "discokey:e9b9c0e3717af0b72682583aabbb0eb90e29dd75e30ecd632527c0bab76d1f53", + "Addresses": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "AllowedIPs": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "Endpoints": ["77.164.248.136:60247", "10.65.0.27:60247", "172.17.0.1:60247"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64148}, - {"Proto": "peerapi6", "Port": 64148} + {"Proto": "peerapi4", "Port": 47164}, + {"Proto": "peerapi6", "Port": 47164} ]}, - "Created": "2026-04-09T01:25:31.786508614Z", + "Created": "2026-04-09T08:31:38.342979686Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6015419260853342, - "StableID": "nbqGF6sPyo11CNTRL", + "ID": 5420693159649427, + "StableID": "nN89EDR3Lj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "DiscoKey": "discokey:c93a9ae4bb9481da0e30ccc72ed905682ab167de8f855260456b94d27bfa3242", + "Addresses": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "AllowedIPs": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "Endpoints": ["77.164.248.136:37943", "10.65.0.27:37943", "172.17.0.1:37943"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43792}, + {"Proto": "peerapi6", "Port": 43792} + ]}, + "Created": "2026-04-09T08:31:34.818053781Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5830322964374377, + "StableID": "nimoMUhZXn11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "DiscoKey": "discokey:5e79328121d272a28c323f0f04a8fccb68500a9f1ef22ba2b174e62a13dd103a", + "Addresses": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "AllowedIPs": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "Endpoints": ["77.164.248.136:45189", "10.65.0.27:45189", "172.17.0.1:45189"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48537}, + {"Proto": "peerapi6", "Port": 48537} + ]}, + "Created": "2026-04-09T08:31:35.468046816Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6238649800167550, + "StableID": "nhk7bakViq11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "DiscoKey": "discokey:971f7d50e7dcc595b2eb7477b36bdd533f7f84e79dd941cf753f16f2f05f4435", + "Addresses": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "AllowedIPs": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "Endpoints": ["77.164.248.136:42729", "10.65.0.27:42729", "172.17.0.1:42729"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 33227}, + {"Proto": "peerapi6", "Port": 33227} + ]}, + "Created": "2026-04-09T08:31:33.743297678Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7990591790504543, + "StableID": "nGbn2DJxP521CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "DiscoKey": "discokey:7f0a89c1e7d7f2d81d18b0faced012ec24edc34a45d1176f19ed592ca908c051", + "Addresses": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "AllowedIPs": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "Endpoints": ["77.164.248.136:51952", "10.65.0.27:51952", "172.17.0.1:51952"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51666}, + {"Proto": "peerapi6", "Port": 51666} + ]}, + "Created": "2026-04-09T08:31:36.200415266Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8698795155485721, + "StableID": "nLnQGhbhvA21CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "DiscoKey": "discokey:2b5aa38cbe9539ad683c01f37a5fedd907da6ac15a271ebea8f50a21b594f132", - "Addresses": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "AllowedIPs": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "Endpoints": ["77.164.248.136:58400", "10.65.0.27:58400", "172.17.0.1:58400"], + "Key": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "DiscoKey": "discokey:57c9f930dd35df7b195aee4e018e5e2c5cf79a274186d2bf3d918f2f46250430", + "Addresses": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "AllowedIPs": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "Endpoints": ["77.164.248.136:33843", "10.65.0.27:33843", "172.17.0.1:33843"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39889}, - {"Proto": "peerapi6", "Port": 39889} + {"Proto": "peerapi4", "Port": 41790}, + {"Proto": "peerapi6", "Port": 41790} ]}, - "Created": "2026-04-09T01:25:32.336677047Z", + "Created": "2026-04-09T08:31:38.892851069Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7353592020697691, - "StableID": "nziDgnPTRz11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "DiscoKey": "discokey:a75646b244436ab43bc5bcb03a79474058310b206748022e65c991c69826fd2a", - "Addresses": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "AllowedIPs": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "Endpoints": ["77.164.248.136:54817", "10.65.0.27:54817", "172.17.0.1:54817"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55205}, - {"Proto": "peerapi6", "Port": 55205} + "ID": 8990947605462690, + "StableID": "noRnqxw1DD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:7227fbe6c2b10d46312f2e9adb272a3e88d8c3758bc682b9093e9ffaad35fe2f", + "Addresses": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "AllowedIPs": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 64212}, + {"Proto": "peerapi6", "Port": 64212} ]}, - "Created": "2026-04-09T01:25:32.883241143Z", + "Created": "2026-04-09T08:31:41.584981131Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7573,23 +7582,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7620,21 +7630,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7353592020697691, - "StableID": "nziDgnPTRz11CNTRL", + "ID": 2595550125307928, + "StableID": "n3eiXdhXGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 7353592020697691, - "Key": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "DiscoKey": "discokey:a75646b244436ab43bc5bcb03a79474058310b206748022e65c991c69826fd2a", - "Addresses": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "AllowedIPs": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "Endpoints": ["77.164.248.136:54817", "10.65.0.27:54817", "172.17.0.1:54817"], + "User": 2595550125307928, + "Key": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "DiscoKey": "discokey:07f9d3f0591b33fd63edf9b7be1a3dc346939da941fe03784d78d22c8616201d", + "Addresses": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "AllowedIPs": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "Endpoints": ["77.164.248.136:59070", "10.65.0.27:59070", "172.17.0.1:59070"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 55205}, - {"Proto": "peerapi6", "Port": 55205}, + {"Proto": "peerapi4", "Port": 45896}, + {"Proto": "peerapi6", "Port": 45896}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:32.883241143Z", + "Created": "2026-04-09T08:31:39.425602787Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7662,300 +7672,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "MachineKey": "mkey:fc155e361b87673f43840b04b951ce4ca0abb2a0107e3334f3069ceeafb2890a", + "NodeKey": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "MachineKey": "mkey:8d09121309a566a0276d56605b9fbf0829bbb217a71035fe22bf139848c41a74", "Peers": [{ - "ID": 591748182513607, - "StableID": "nGDTYqD1d511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "DiscoKey": "discokey:2996f32a11003c398d82951006d169e4652938af36eb7fcc2bd691e055bc6126", - "Addresses": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "AllowedIPs": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "Endpoints": ["77.164.248.136:55032", "10.65.0.27:55032", "172.17.0.1:55032"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 48055}, - {"Proto": "peerapi6", "Port": 48055} - ]}, - "Created": "2026-04-09T01:25:30.189404104Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 846183907427841, - "StableID": "n8gAHMpEc711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "DiscoKey": "discokey:4836d2ea93a211c09eb150ab969b07f81d00d82d829e5a6dd72a8cd2bea36a0b", - "Addresses": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "AllowedIPs": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "Endpoints": ["77.164.248.136:40231", "10.65.0.27:40231", "172.17.0.1:40231"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 43409}, - {"Proto": "peerapi6", "Port": 43409} - ]}, - "Created": "2026-04-09T01:25:29.095056436Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1114123261128290, - "StableID": "nDv6TU8bh911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "DiscoKey": "discokey:58df18dc88f10c258c12332e4fca538e79020f61e95560c2ed9a9a220ab08442", - "Addresses": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "AllowedIPs": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "Endpoints": ["77.164.248.136:50845", "10.65.0.27:50845", "172.17.0.1:50845"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49689}, - {"Proto": "peerapi6", "Port": 49689} - ]}, - "Created": "2026-04-09T01:25:27.44595576Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1667190528390586, - "StableID": "nKm9yYG52E11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "KeyExpiry": "2026-10-06T01:25:34Z", - "DiscoKey": "discokey:8ed4972f3ef3a87fe0ad17b81347f090b0e67372403c77ffcdceab6590768636", - "Addresses": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "AllowedIPs": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "Endpoints": ["77.164.248.136:46318", "10.65.0.27:46318", "172.17.0.1:46318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36346}, - {"Proto": "peerapi6", "Port": 36346} - ]}, - "Created": "2026-04-09T01:25:34.522796827Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2005340400371507, - "StableID": "nv4VDjtDfG11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "KeyExpiry": "2026-10-06T01:25:33Z", - "DiscoKey": "discokey:72820785c5021027284aff879100734ee590300a0d3f7b134f0962ff65ebb349", - "Addresses": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "AllowedIPs": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "Endpoints": ["77.164.248.136:53788", "10.65.0.27:53788", "172.17.0.1:53788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35631}, - {"Proto": "peerapi6", "Port": 35631} - ]}, - "Created": "2026-04-09T01:25:33.976735889Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2572379162629930, - "StableID": "nqgNuE336M11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "KeyExpiry": "2026-10-06T01:25:35Z", - "DiscoKey": "discokey:f2537a00521a022cb24880a4abd41bb42e70651e5bc2da648ca5ff140f719462", - "Addresses": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "AllowedIPs": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33471}, - {"Proto": "peerapi6", "Port": 33471} - ]}, - "Created": "2026-04-09T01:25:35.057460446Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2662088597535724, - "StableID": "nKQGU6ZfnM11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "DiscoKey": "discokey:0a44bdd95f9702388deb6c74cd09ab952b8601136253f0f72a2b8e6ea84c655b", - "Addresses": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "AllowedIPs": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "Endpoints": ["77.164.248.136:49784", "10.65.0.27:49784", "172.17.0.1:49784"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60163}, - {"Proto": "peerapi6", "Port": 60163} - ]}, - "Created": "2026-04-09T01:25:29.647995102Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3364785193695060, - "StableID": "ndoGQgCvGT11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "DiscoKey": "discokey:54b7022cf561729c66b6cbaa03dc9da174cdfb575abb628daf241e3231cd785a", - "Addresses": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "AllowedIPs": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "Endpoints": ["77.164.248.136:53559", "10.65.0.27:53559", "172.17.0.1:53559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46206}, - {"Proto": "peerapi6", "Port": 46206} - ]}, - "Created": "2026-04-09T01:25:27.996554187Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3991447430208179, - "StableID": "nLhbLEZjAY11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "DiscoKey": "discokey:e442c7610c60e27c02e0263dba4a8605823e1737bbc12082bae32d8eab6e737b", - "Addresses": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "AllowedIPs": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "Endpoints": ["77.164.248.136:35969", "10.65.0.27:35969", "172.17.0.1:35969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} - ]}, - "Created": "2026-04-09T01:25:28.546290225Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4139765837849048, - "StableID": "nubT8UduKZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "DiscoKey": "discokey:813f524351a57a3aa2f819d9eefdbe6d8fa1f996691c3cda45c84a9fb2aeb151", - "Addresses": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "AllowedIPs": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "Endpoints": ["77.164.248.136:38508", "10.65.0.27:38508", "172.17.0.1:38508"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34939}, - {"Proto": "peerapi6", "Port": 34939} - ]}, - "Created": "2026-04-09T01:25:33.435367327Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4450906237556981, - "StableID": "ng2So3mpkb11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "DiscoKey": "discokey:7e67766887b9bd61bc063f6574a812d9cb00877b1a1f434774596e554be91320", - "Addresses": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "AllowedIPs": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "Endpoints": ["77.164.248.136:37986", "10.65.0.27:37986", "172.17.0.1:37986"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51379}, - {"Proto": "peerapi6", "Port": 51379} - ]}, - "Created": "2026-04-09T01:25:30.729426617Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4665170881644499, - "StableID": "nc9fgS8sRd11CNTRL", + "ID": 1099990738350316, + "StableID": "n5jnohtBb911CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "DiscoKey": "discokey:24eec95c1f57962406a65fbb4a84b174fe15d6c87a798e11ab124ab4bfc1ab33", - "Addresses": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "AllowedIPs": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "Endpoints": ["77.164.248.136:50982", "10.65.0.27:50982", "172.17.0.1:50982"], + "Key": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "DiscoKey": "discokey:71e2b20c9d1b30a59b972976c10f633c179aa37454a47984dedff42d554bcf03", + "Addresses": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "AllowedIPs": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "Endpoints": ["77.164.248.136:46758", "10.65.0.27:46758", "172.17.0.1:46758"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64112}, - {"Proto": "peerapi6", "Port": 64112} + {"Proto": "peerapi4", "Port": 42181}, + {"Proto": "peerapi6", "Port": 42181} ]}, - "Created": "2026-04-09T01:25:31.250918064Z", + "Created": "2026-04-09T08:31:37.799794106Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 4807076651408617, - "StableID": "nEFDddk8Ye11CNTRL", + "ID": 3198208980750634, + "StableID": "n1YrsYXUyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "KeyExpiry": "2026-10-06T08:31:40Z", + "DiscoKey": "discokey:dc3f670ea18fbebd1b1821f93ecb263df3714de396191f4208ae85a858324c63", + "Addresses": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "AllowedIPs": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "Endpoints": ["77.164.248.136:57104", "10.65.0.27:57104", "172.17.0.1:57104"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54439}, + {"Proto": "peerapi6", "Port": 54439} + ]}, + "Created": "2026-04-09T08:31:40.496089459Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3669062889968386, + "StableID": "nw7KUW4jeV11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "DiscoKey": "discokey:567ca72efb6c08d04103501b487d0de237d03d88541792b1fe943973caa7a728", + "Addresses": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "AllowedIPs": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "Endpoints": ["77.164.248.136:43910", "10.65.0.27:43910", "172.17.0.1:43910"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 32872}, + {"Proto": "peerapi6", "Port": 32872} + ]}, + "Created": "2026-04-09T08:31:39.960586242Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4285634906151726, + "StableID": "nyxyBzMyTa11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "DiscoKey": "discokey:b20922acfde974441f66b571a971074ba7ca7115043170d618acc57de4ebba09", + "Addresses": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "AllowedIPs": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "Endpoints": ["77.164.248.136:49679", "10.65.0.27:49679", "172.17.0.1:49679"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 54433}, + {"Proto": "peerapi6", "Port": 54433} + ]}, + "Created": "2026-04-09T08:31:37.268143412Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4677905476462380, + "StableID": "nFtmDPedXd11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:514eb0b9037f90b1f8d0870d0742c5c54ed7ff4086673bdd3d7d93f70e15e534", + "Addresses": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "AllowedIPs": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "Endpoints": ["77.164.248.136:33311", "10.65.0.27:33311", "172.17.0.1:33311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63367}, + {"Proto": "peerapi6", "Port": 63367} + ]}, + "Created": "2026-04-09T08:31:41.045948968Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5201976295391272, + "StableID": "nKJnta6zch11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "DiscoKey": "discokey:aac2c5f0279f8ba0aafa54f7acc6660650918beef3f9ffd8f12464882bda9363", + "Addresses": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "AllowedIPs": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "Endpoints": ["77.164.248.136:50750", "10.65.0.27:50750", "172.17.0.1:50750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 55645}, + {"Proto": "peerapi6", "Port": 55645} + ]}, + "Created": "2026-04-09T08:31:36.732558344Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5248277485654470, + "StableID": "nZJUXJMxyh11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "DiscoKey": "discokey:f3084b29e5f8242dbed53097ae197e26915d57fd38a364885a320bbeea36d54f", + "Addresses": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "AllowedIPs": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "Endpoints": ["77.164.248.136:60552", "10.65.0.27:60552", "172.17.0.1:60552"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 33660}, + {"Proto": "peerapi6", "Port": 33660} + ]}, + "Created": "2026-04-09T08:31:34.261694405Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5325359649604236, + "StableID": "nfJ6QjAsai11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "DiscoKey": "discokey:00c160ab5b42ec9cb3db0d8abb79847c998a053d18ed41bfb45f5746dcc95f06", - "Addresses": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "AllowedIPs": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "Endpoints": ["77.164.248.136:34989", "10.65.0.27:34989", "172.17.0.1:34989"], - "HomeDERP": 8, + "Key": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "DiscoKey": "discokey:e9b9c0e3717af0b72682583aabbb0eb90e29dd75e30ecd632527c0bab76d1f53", + "Addresses": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "AllowedIPs": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "Endpoints": ["77.164.248.136:60247", "10.65.0.27:60247", "172.17.0.1:60247"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64148}, - {"Proto": "peerapi6", "Port": 64148} + {"Proto": "peerapi4", "Port": 47164}, + {"Proto": "peerapi6", "Port": 47164} ]}, - "Created": "2026-04-09T01:25:31.786508614Z", + "Created": "2026-04-09T08:31:38.342979686Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6015419260853342, - "StableID": "nbqGF6sPyo11CNTRL", + "ID": 5420693159649427, + "StableID": "nN89EDR3Lj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "DiscoKey": "discokey:c93a9ae4bb9481da0e30ccc72ed905682ab167de8f855260456b94d27bfa3242", + "Addresses": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "AllowedIPs": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "Endpoints": ["77.164.248.136:37943", "10.65.0.27:37943", "172.17.0.1:37943"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43792}, + {"Proto": "peerapi6", "Port": 43792} + ]}, + "Created": "2026-04-09T08:31:34.818053781Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5830322964374377, + "StableID": "nimoMUhZXn11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "DiscoKey": "discokey:5e79328121d272a28c323f0f04a8fccb68500a9f1ef22ba2b174e62a13dd103a", + "Addresses": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "AllowedIPs": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "Endpoints": ["77.164.248.136:45189", "10.65.0.27:45189", "172.17.0.1:45189"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48537}, + {"Proto": "peerapi6", "Port": 48537} + ]}, + "Created": "2026-04-09T08:31:35.468046816Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6238649800167550, + "StableID": "nhk7bakViq11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "DiscoKey": "discokey:971f7d50e7dcc595b2eb7477b36bdd533f7f84e79dd941cf753f16f2f05f4435", + "Addresses": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "AllowedIPs": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "Endpoints": ["77.164.248.136:42729", "10.65.0.27:42729", "172.17.0.1:42729"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 33227}, + {"Proto": "peerapi6", "Port": 33227} + ]}, + "Created": "2026-04-09T08:31:33.743297678Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7990591790504543, + "StableID": "nGbn2DJxP521CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "DiscoKey": "discokey:7f0a89c1e7d7f2d81d18b0faced012ec24edc34a45d1176f19ed592ca908c051", + "Addresses": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "AllowedIPs": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "Endpoints": ["77.164.248.136:51952", "10.65.0.27:51952", "172.17.0.1:51952"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51666}, + {"Proto": "peerapi6", "Port": 51666} + ]}, + "Created": "2026-04-09T08:31:36.200415266Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8698795155485721, + "StableID": "nLnQGhbhvA21CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "DiscoKey": "discokey:2b5aa38cbe9539ad683c01f37a5fedd907da6ac15a271ebea8f50a21b594f132", - "Addresses": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "AllowedIPs": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "Endpoints": ["77.164.248.136:58400", "10.65.0.27:58400", "172.17.0.1:58400"], + "Key": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "DiscoKey": "discokey:57c9f930dd35df7b195aee4e018e5e2c5cf79a274186d2bf3d918f2f46250430", + "Addresses": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "AllowedIPs": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "Endpoints": ["77.164.248.136:33843", "10.65.0.27:33843", "172.17.0.1:33843"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39889}, - {"Proto": "peerapi6", "Port": 39889} + {"Proto": "peerapi4", "Port": 41790}, + {"Proto": "peerapi6", "Port": 41790} ]}, - "Created": "2026-04-09T01:25:32.336677047Z", + "Created": "2026-04-09T08:31:38.892851069Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" + }, { + "ID": 8990947605462690, + "StableID": "noRnqxw1DD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:7227fbe6c2b10d46312f2e9adb272a3e88d8c3758bc682b9093e9ffaad35fe2f", + "Addresses": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "AllowedIPs": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 64212}, + {"Proto": "peerapi6", "Port": 64212} + ]}, + "Created": "2026-04-09T08:31:41.584981131Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8803,27 +8813,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7353592020697691": { - "ID": 7353592020697691, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2595550125307928": { + "ID": 2595550125307928, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8854,26 +8866,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3364785193695060, - "StableID": "ndoGQgCvGT11CNTRL", + "ID": 5248277485654470, + "StableID": "nZJUXJMxyh11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 3364785193695060, - "Key": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "DiscoKey": "discokey:54b7022cf561729c66b6cbaa03dc9da174cdfb575abb628daf241e3231cd785a", - "Addresses": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "AllowedIPs": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "Endpoints": ["77.164.248.136:53559", "10.65.0.27:53559", "172.17.0.1:53559"], + "User": 5248277485654470, + "Key": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "DiscoKey": "discokey:f3084b29e5f8242dbed53097ae197e26915d57fd38a364885a320bbeea36d54f", + "Addresses": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "AllowedIPs": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "Endpoints": ["77.164.248.136:60552", "10.65.0.27:60552", "172.17.0.1:60552"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 46206}, - {"Proto": "peerapi6", "Port": 46206}, + {"Proto": "peerapi4", "Port": 33660}, + {"Proto": "peerapi6", "Port": 33660}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:27.996554187Z", + "Created": "2026-04-09T08:31:34.261694405Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8901,302 +8913,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "MachineKey": "mkey:57369a72b3fe5d49505b64b9b04b78d9537a0acfd7490605c3a62eff573f9c17", + "NodeKey": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "MachineKey": "mkey:dcbd84794bca8743727108f16cd3d5d4d2b138730f29bb3219872bf364aff642", "Peers": [{ - "ID": 591748182513607, - "StableID": "nGDTYqD1d511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "DiscoKey": "discokey:2996f32a11003c398d82951006d169e4652938af36eb7fcc2bd691e055bc6126", - "Addresses": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "AllowedIPs": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "Endpoints": ["77.164.248.136:55032", "10.65.0.27:55032", "172.17.0.1:55032"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 48055}, - {"Proto": "peerapi6", "Port": 48055} - ]}, - "Created": "2026-04-09T01:25:30.189404104Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 846183907427841, - "StableID": "n8gAHMpEc711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "DiscoKey": "discokey:4836d2ea93a211c09eb150ab969b07f81d00d82d829e5a6dd72a8cd2bea36a0b", - "Addresses": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "AllowedIPs": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "Endpoints": ["77.164.248.136:40231", "10.65.0.27:40231", "172.17.0.1:40231"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 43409}, - {"Proto": "peerapi6", "Port": 43409} - ]}, - "Created": "2026-04-09T01:25:29.095056436Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1114123261128290, - "StableID": "nDv6TU8bh911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "DiscoKey": "discokey:58df18dc88f10c258c12332e4fca538e79020f61e95560c2ed9a9a220ab08442", - "Addresses": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "AllowedIPs": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "Endpoints": ["77.164.248.136:50845", "10.65.0.27:50845", "172.17.0.1:50845"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49689}, - {"Proto": "peerapi6", "Port": 49689} - ]}, - "Created": "2026-04-09T01:25:27.44595576Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1667190528390586, - "StableID": "nKm9yYG52E11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "KeyExpiry": "2026-10-06T01:25:34Z", - "DiscoKey": "discokey:8ed4972f3ef3a87fe0ad17b81347f090b0e67372403c77ffcdceab6590768636", - "Addresses": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "AllowedIPs": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "Endpoints": ["77.164.248.136:46318", "10.65.0.27:46318", "172.17.0.1:46318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36346}, - {"Proto": "peerapi6", "Port": 36346} - ]}, - "Created": "2026-04-09T01:25:34.522796827Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2005340400371507, - "StableID": "nv4VDjtDfG11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "KeyExpiry": "2026-10-06T01:25:33Z", - "DiscoKey": "discokey:72820785c5021027284aff879100734ee590300a0d3f7b134f0962ff65ebb349", - "Addresses": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "AllowedIPs": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "Endpoints": ["77.164.248.136:53788", "10.65.0.27:53788", "172.17.0.1:53788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35631}, - {"Proto": "peerapi6", "Port": 35631} - ]}, - "Created": "2026-04-09T01:25:33.976735889Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2572379162629930, - "StableID": "nqgNuE336M11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "KeyExpiry": "2026-10-06T01:25:35Z", - "DiscoKey": "discokey:f2537a00521a022cb24880a4abd41bb42e70651e5bc2da648ca5ff140f719462", - "Addresses": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "AllowedIPs": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "Endpoints": ["77.164.248.136:41838", "10.65.0.27:41838", "172.17.0.1:41838"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33471}, - {"Proto": "peerapi6", "Port": 33471} - ]}, - "Created": "2026-04-09T01:25:35.057460446Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2662088597535724, - "StableID": "nKQGU6ZfnM11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "DiscoKey": "discokey:0a44bdd95f9702388deb6c74cd09ab952b8601136253f0f72a2b8e6ea84c655b", - "Addresses": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "AllowedIPs": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "Endpoints": ["77.164.248.136:49784", "10.65.0.27:49784", "172.17.0.1:49784"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60163}, - {"Proto": "peerapi6", "Port": 60163} - ]}, - "Created": "2026-04-09T01:25:29.647995102Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3991447430208179, - "StableID": "nLhbLEZjAY11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "DiscoKey": "discokey:e442c7610c60e27c02e0263dba4a8605823e1737bbc12082bae32d8eab6e737b", - "Addresses": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "AllowedIPs": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "Endpoints": ["77.164.248.136:35969", "10.65.0.27:35969", "172.17.0.1:35969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} - ]}, - "Created": "2026-04-09T01:25:28.546290225Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4139765837849048, - "StableID": "nubT8UduKZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "DiscoKey": "discokey:813f524351a57a3aa2f819d9eefdbe6d8fa1f996691c3cda45c84a9fb2aeb151", - "Addresses": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "AllowedIPs": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "Endpoints": ["77.164.248.136:38508", "10.65.0.27:38508", "172.17.0.1:38508"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34939}, - {"Proto": "peerapi6", "Port": 34939} - ]}, - "Created": "2026-04-09T01:25:33.435367327Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4450906237556981, - "StableID": "ng2So3mpkb11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "DiscoKey": "discokey:7e67766887b9bd61bc063f6574a812d9cb00877b1a1f434774596e554be91320", - "Addresses": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "AllowedIPs": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "Endpoints": ["77.164.248.136:37986", "10.65.0.27:37986", "172.17.0.1:37986"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51379}, - {"Proto": "peerapi6", "Port": 51379} - ]}, - "Created": "2026-04-09T01:25:30.729426617Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4665170881644499, - "StableID": "nc9fgS8sRd11CNTRL", + "ID": 1099990738350316, + "StableID": "n5jnohtBb911CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "DiscoKey": "discokey:24eec95c1f57962406a65fbb4a84b174fe15d6c87a798e11ab124ab4bfc1ab33", - "Addresses": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "AllowedIPs": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "Endpoints": ["77.164.248.136:50982", "10.65.0.27:50982", "172.17.0.1:50982"], + "Key": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "DiscoKey": "discokey:71e2b20c9d1b30a59b972976c10f633c179aa37454a47984dedff42d554bcf03", + "Addresses": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "AllowedIPs": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "Endpoints": ["77.164.248.136:46758", "10.65.0.27:46758", "172.17.0.1:46758"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64112}, - {"Proto": "peerapi6", "Port": 64112} + {"Proto": "peerapi4", "Port": 42181}, + {"Proto": "peerapi6", "Port": 42181} ]}, - "Created": "2026-04-09T01:25:31.250918064Z", + "Created": "2026-04-09T08:31:37.799794106Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 4807076651408617, - "StableID": "nEFDddk8Ye11CNTRL", + "ID": 2595550125307928, + "StableID": "n3eiXdhXGM11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "DiscoKey": "discokey:07f9d3f0591b33fd63edf9b7be1a3dc346939da941fe03784d78d22c8616201d", + "Addresses": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "AllowedIPs": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "Endpoints": ["77.164.248.136:59070", "10.65.0.27:59070", "172.17.0.1:59070"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 45896}, + {"Proto": "peerapi6", "Port": 45896} + ]}, + "Created": "2026-04-09T08:31:39.425602787Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3198208980750634, + "StableID": "n1YrsYXUyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "KeyExpiry": "2026-10-06T08:31:40Z", + "DiscoKey": "discokey:dc3f670ea18fbebd1b1821f93ecb263df3714de396191f4208ae85a858324c63", + "Addresses": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "AllowedIPs": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "Endpoints": ["77.164.248.136:57104", "10.65.0.27:57104", "172.17.0.1:57104"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54439}, + {"Proto": "peerapi6", "Port": 54439} + ]}, + "Created": "2026-04-09T08:31:40.496089459Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3669062889968386, + "StableID": "nw7KUW4jeV11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "DiscoKey": "discokey:567ca72efb6c08d04103501b487d0de237d03d88541792b1fe943973caa7a728", + "Addresses": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "AllowedIPs": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "Endpoints": ["77.164.248.136:43910", "10.65.0.27:43910", "172.17.0.1:43910"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 32872}, + {"Proto": "peerapi6", "Port": 32872} + ]}, + "Created": "2026-04-09T08:31:39.960586242Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4285634906151726, + "StableID": "nyxyBzMyTa11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "DiscoKey": "discokey:b20922acfde974441f66b571a971074ba7ca7115043170d618acc57de4ebba09", + "Addresses": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "AllowedIPs": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "Endpoints": ["77.164.248.136:49679", "10.65.0.27:49679", "172.17.0.1:49679"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 54433}, + {"Proto": "peerapi6", "Port": 54433} + ]}, + "Created": "2026-04-09T08:31:37.268143412Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4677905476462380, + "StableID": "nFtmDPedXd11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:514eb0b9037f90b1f8d0870d0742c5c54ed7ff4086673bdd3d7d93f70e15e534", + "Addresses": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "AllowedIPs": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "Endpoints": ["77.164.248.136:33311", "10.65.0.27:33311", "172.17.0.1:33311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63367}, + {"Proto": "peerapi6", "Port": 63367} + ]}, + "Created": "2026-04-09T08:31:41.045948968Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5201976295391272, + "StableID": "nKJnta6zch11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "DiscoKey": "discokey:aac2c5f0279f8ba0aafa54f7acc6660650918beef3f9ffd8f12464882bda9363", + "Addresses": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "AllowedIPs": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "Endpoints": ["77.164.248.136:50750", "10.65.0.27:50750", "172.17.0.1:50750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 55645}, + {"Proto": "peerapi6", "Port": 55645} + ]}, + "Created": "2026-04-09T08:31:36.732558344Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5325359649604236, + "StableID": "nfJ6QjAsai11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "DiscoKey": "discokey:00c160ab5b42ec9cb3db0d8abb79847c998a053d18ed41bfb45f5746dcc95f06", - "Addresses": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "AllowedIPs": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "Endpoints": ["77.164.248.136:34989", "10.65.0.27:34989", "172.17.0.1:34989"], - "HomeDERP": 8, + "Key": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "DiscoKey": "discokey:e9b9c0e3717af0b72682583aabbb0eb90e29dd75e30ecd632527c0bab76d1f53", + "Addresses": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "AllowedIPs": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "Endpoints": ["77.164.248.136:60247", "10.65.0.27:60247", "172.17.0.1:60247"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64148}, - {"Proto": "peerapi6", "Port": 64148} + {"Proto": "peerapi4", "Port": 47164}, + {"Proto": "peerapi6", "Port": 47164} ]}, - "Created": "2026-04-09T01:25:31.786508614Z", + "Created": "2026-04-09T08:31:38.342979686Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6015419260853342, - "StableID": "nbqGF6sPyo11CNTRL", + "ID": 5420693159649427, + "StableID": "nN89EDR3Lj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "DiscoKey": "discokey:c93a9ae4bb9481da0e30ccc72ed905682ab167de8f855260456b94d27bfa3242", + "Addresses": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "AllowedIPs": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "Endpoints": ["77.164.248.136:37943", "10.65.0.27:37943", "172.17.0.1:37943"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43792}, + {"Proto": "peerapi6", "Port": 43792} + ]}, + "Created": "2026-04-09T08:31:34.818053781Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5830322964374377, + "StableID": "nimoMUhZXn11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "DiscoKey": "discokey:5e79328121d272a28c323f0f04a8fccb68500a9f1ef22ba2b174e62a13dd103a", + "Addresses": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "AllowedIPs": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "Endpoints": ["77.164.248.136:45189", "10.65.0.27:45189", "172.17.0.1:45189"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48537}, + {"Proto": "peerapi6", "Port": 48537} + ]}, + "Created": "2026-04-09T08:31:35.468046816Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6238649800167550, + "StableID": "nhk7bakViq11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "DiscoKey": "discokey:971f7d50e7dcc595b2eb7477b36bdd533f7f84e79dd941cf753f16f2f05f4435", + "Addresses": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "AllowedIPs": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "Endpoints": ["77.164.248.136:42729", "10.65.0.27:42729", "172.17.0.1:42729"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 33227}, + {"Proto": "peerapi6", "Port": 33227} + ]}, + "Created": "2026-04-09T08:31:33.743297678Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7990591790504543, + "StableID": "nGbn2DJxP521CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "DiscoKey": "discokey:7f0a89c1e7d7f2d81d18b0faced012ec24edc34a45d1176f19ed592ca908c051", + "Addresses": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "AllowedIPs": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "Endpoints": ["77.164.248.136:51952", "10.65.0.27:51952", "172.17.0.1:51952"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51666}, + {"Proto": "peerapi6", "Port": 51666} + ]}, + "Created": "2026-04-09T08:31:36.200415266Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8698795155485721, + "StableID": "nLnQGhbhvA21CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "DiscoKey": "discokey:2b5aa38cbe9539ad683c01f37a5fedd907da6ac15a271ebea8f50a21b594f132", - "Addresses": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "AllowedIPs": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "Endpoints": ["77.164.248.136:58400", "10.65.0.27:58400", "172.17.0.1:58400"], + "Key": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "DiscoKey": "discokey:57c9f930dd35df7b195aee4e018e5e2c5cf79a274186d2bf3d918f2f46250430", + "Addresses": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "AllowedIPs": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "Endpoints": ["77.164.248.136:33843", "10.65.0.27:33843", "172.17.0.1:33843"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39889}, - {"Proto": "peerapi6", "Port": 39889} + {"Proto": "peerapi4", "Port": 41790}, + {"Proto": "peerapi6", "Port": 41790} ]}, - "Created": "2026-04-09T01:25:32.336677047Z", + "Created": "2026-04-09T08:31:38.892851069Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7353592020697691, - "StableID": "nziDgnPTRz11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "DiscoKey": "discokey:a75646b244436ab43bc5bcb03a79474058310b206748022e65c991c69826fd2a", - "Addresses": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "AllowedIPs": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "Endpoints": ["77.164.248.136:54817", "10.65.0.27:54817", "172.17.0.1:54817"], + "ID": 8990947605462690, + "StableID": "noRnqxw1DD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:7227fbe6c2b10d46312f2e9adb272a3e88d8c3758bc682b9093e9ffaad35fe2f", + "Addresses": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "AllowedIPs": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "Endpoints": ["77.164.248.136:35956", "10.65.0.27:35956", "172.17.0.1:35956"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55205}, - {"Proto": "peerapi6", "Port": 55205} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 64212}, + {"Proto": "peerapi6", "Port": 64212} ]}, - "Created": "2026-04-09T01:25:32.883241143Z", + "Created": "2026-04-09T08:31:41.584981131Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10044,27 +10056,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3364785193695060": { - "ID": 3364785193695060, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5248277485654470": { + "ID": 5248277485654470, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10095,26 +10109,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1114123261128290, - "StableID": "nDv6TU8bh911CNTRL", + "ID": 6238649800167550, + "StableID": "nhk7bakViq11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 1114123261128290, - "Key": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "DiscoKey": "discokey:58df18dc88f10c258c12332e4fca538e79020f61e95560c2ed9a9a220ab08442", - "Addresses": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "AllowedIPs": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "Endpoints": ["77.164.248.136:50845", "10.65.0.27:50845", "172.17.0.1:50845"], + "User": 6238649800167550, + "Key": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "DiscoKey": "discokey:971f7d50e7dcc595b2eb7477b36bdd533f7f84e79dd941cf753f16f2f05f4435", + "Addresses": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "AllowedIPs": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "Endpoints": ["77.164.248.136:42729", "10.65.0.27:42729", "172.17.0.1:42729"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 49689}, - {"Proto": "peerapi6", "Port": 49689}, + {"Proto": "peerapi4", "Port": 33227}, + {"Proto": "peerapi6", "Port": 33227}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:27.44595576Z", + "Created": "2026-04-09T08:31:33.743297678Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10142,302 +10156,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "MachineKey": "mkey:2e6fd47eb6555bd888834bd01068f5fb70213c3387126d30dfe763640d3e6e61", + "NodeKey": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "MachineKey": "mkey:d627afda1d97d3ca0372f7e2c8b5dfa7b56a04114977ad69ac6205bcd1ced32b", "Peers": [{ - "ID": 591748182513607, - "StableID": "nGDTYqD1d511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "DiscoKey": "discokey:2996f32a11003c398d82951006d169e4652938af36eb7fcc2bd691e055bc6126", - "Addresses": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "AllowedIPs": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "Endpoints": ["77.164.248.136:55032", "10.65.0.27:55032", "172.17.0.1:55032"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 48055}, - {"Proto": "peerapi6", "Port": 48055} - ]}, - "Created": "2026-04-09T01:25:30.189404104Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 846183907427841, - "StableID": "n8gAHMpEc711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "DiscoKey": "discokey:4836d2ea93a211c09eb150ab969b07f81d00d82d829e5a6dd72a8cd2bea36a0b", - "Addresses": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "AllowedIPs": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "Endpoints": ["77.164.248.136:40231", "10.65.0.27:40231", "172.17.0.1:40231"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 43409}, - {"Proto": "peerapi6", "Port": 43409} - ]}, - "Created": "2026-04-09T01:25:29.095056436Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1667190528390586, - "StableID": "nKm9yYG52E11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "KeyExpiry": "2026-10-06T01:25:34Z", - "DiscoKey": "discokey:8ed4972f3ef3a87fe0ad17b81347f090b0e67372403c77ffcdceab6590768636", - "Addresses": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "AllowedIPs": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "Endpoints": ["77.164.248.136:46318", "10.65.0.27:46318", "172.17.0.1:46318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36346}, - {"Proto": "peerapi6", "Port": 36346} - ]}, - "Created": "2026-04-09T01:25:34.522796827Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2005340400371507, - "StableID": "nv4VDjtDfG11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "KeyExpiry": "2026-10-06T01:25:33Z", - "DiscoKey": "discokey:72820785c5021027284aff879100734ee590300a0d3f7b134f0962ff65ebb349", - "Addresses": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "AllowedIPs": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "Endpoints": ["77.164.248.136:53788", "10.65.0.27:53788", "172.17.0.1:53788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35631}, - {"Proto": "peerapi6", "Port": 35631} - ]}, - "Created": "2026-04-09T01:25:33.976735889Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2572379162629930, - "StableID": "nqgNuE336M11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "KeyExpiry": "2026-10-06T01:25:35Z", - "DiscoKey": "discokey:f2537a00521a022cb24880a4abd41bb42e70651e5bc2da648ca5ff140f719462", - "Addresses": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "AllowedIPs": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "Endpoints": ["77.164.248.136:41838", "10.65.0.27:41838", "172.17.0.1:41838"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33471}, - {"Proto": "peerapi6", "Port": 33471} - ]}, - "Created": "2026-04-09T01:25:35.057460446Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2662088597535724, - "StableID": "nKQGU6ZfnM11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "DiscoKey": "discokey:0a44bdd95f9702388deb6c74cd09ab952b8601136253f0f72a2b8e6ea84c655b", - "Addresses": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "AllowedIPs": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "Endpoints": ["77.164.248.136:49784", "10.65.0.27:49784", "172.17.0.1:49784"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60163}, - {"Proto": "peerapi6", "Port": 60163} - ]}, - "Created": "2026-04-09T01:25:29.647995102Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3364785193695060, - "StableID": "ndoGQgCvGT11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "DiscoKey": "discokey:54b7022cf561729c66b6cbaa03dc9da174cdfb575abb628daf241e3231cd785a", - "Addresses": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "AllowedIPs": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "Endpoints": ["77.164.248.136:53559", "10.65.0.27:53559", "172.17.0.1:53559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46206}, - {"Proto": "peerapi6", "Port": 46206} - ]}, - "Created": "2026-04-09T01:25:27.996554187Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3991447430208179, - "StableID": "nLhbLEZjAY11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "DiscoKey": "discokey:e442c7610c60e27c02e0263dba4a8605823e1737bbc12082bae32d8eab6e737b", - "Addresses": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "AllowedIPs": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "Endpoints": ["77.164.248.136:35969", "10.65.0.27:35969", "172.17.0.1:35969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} - ]}, - "Created": "2026-04-09T01:25:28.546290225Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4139765837849048, - "StableID": "nubT8UduKZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "DiscoKey": "discokey:813f524351a57a3aa2f819d9eefdbe6d8fa1f996691c3cda45c84a9fb2aeb151", - "Addresses": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "AllowedIPs": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "Endpoints": ["77.164.248.136:38508", "10.65.0.27:38508", "172.17.0.1:38508"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34939}, - {"Proto": "peerapi6", "Port": 34939} - ]}, - "Created": "2026-04-09T01:25:33.435367327Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4450906237556981, - "StableID": "ng2So3mpkb11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "DiscoKey": "discokey:7e67766887b9bd61bc063f6574a812d9cb00877b1a1f434774596e554be91320", - "Addresses": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "AllowedIPs": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "Endpoints": ["77.164.248.136:37986", "10.65.0.27:37986", "172.17.0.1:37986"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51379}, - {"Proto": "peerapi6", "Port": 51379} - ]}, - "Created": "2026-04-09T01:25:30.729426617Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4665170881644499, - "StableID": "nc9fgS8sRd11CNTRL", + "ID": 1099990738350316, + "StableID": "n5jnohtBb911CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "DiscoKey": "discokey:24eec95c1f57962406a65fbb4a84b174fe15d6c87a798e11ab124ab4bfc1ab33", - "Addresses": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "AllowedIPs": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "Endpoints": ["77.164.248.136:50982", "10.65.0.27:50982", "172.17.0.1:50982"], + "Key": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "DiscoKey": "discokey:71e2b20c9d1b30a59b972976c10f633c179aa37454a47984dedff42d554bcf03", + "Addresses": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "AllowedIPs": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "Endpoints": ["77.164.248.136:46758", "10.65.0.27:46758", "172.17.0.1:46758"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64112}, - {"Proto": "peerapi6", "Port": 64112} + {"Proto": "peerapi4", "Port": 42181}, + {"Proto": "peerapi6", "Port": 42181} ]}, - "Created": "2026-04-09T01:25:31.250918064Z", + "Created": "2026-04-09T08:31:37.799794106Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 4807076651408617, - "StableID": "nEFDddk8Ye11CNTRL", + "ID": 2595550125307928, + "StableID": "n3eiXdhXGM11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "DiscoKey": "discokey:07f9d3f0591b33fd63edf9b7be1a3dc346939da941fe03784d78d22c8616201d", + "Addresses": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "AllowedIPs": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "Endpoints": ["77.164.248.136:59070", "10.65.0.27:59070", "172.17.0.1:59070"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 45896}, + {"Proto": "peerapi6", "Port": 45896} + ]}, + "Created": "2026-04-09T08:31:39.425602787Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3198208980750634, + "StableID": "n1YrsYXUyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "KeyExpiry": "2026-10-06T08:31:40Z", + "DiscoKey": "discokey:dc3f670ea18fbebd1b1821f93ecb263df3714de396191f4208ae85a858324c63", + "Addresses": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "AllowedIPs": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "Endpoints": ["77.164.248.136:57104", "10.65.0.27:57104", "172.17.0.1:57104"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54439}, + {"Proto": "peerapi6", "Port": 54439} + ]}, + "Created": "2026-04-09T08:31:40.496089459Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3669062889968386, + "StableID": "nw7KUW4jeV11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "DiscoKey": "discokey:567ca72efb6c08d04103501b487d0de237d03d88541792b1fe943973caa7a728", + "Addresses": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "AllowedIPs": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "Endpoints": ["77.164.248.136:43910", "10.65.0.27:43910", "172.17.0.1:43910"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 32872}, + {"Proto": "peerapi6", "Port": 32872} + ]}, + "Created": "2026-04-09T08:31:39.960586242Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4285634906151726, + "StableID": "nyxyBzMyTa11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "DiscoKey": "discokey:b20922acfde974441f66b571a971074ba7ca7115043170d618acc57de4ebba09", + "Addresses": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "AllowedIPs": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "Endpoints": ["77.164.248.136:49679", "10.65.0.27:49679", "172.17.0.1:49679"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 54433}, + {"Proto": "peerapi6", "Port": 54433} + ]}, + "Created": "2026-04-09T08:31:37.268143412Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4677905476462380, + "StableID": "nFtmDPedXd11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:514eb0b9037f90b1f8d0870d0742c5c54ed7ff4086673bdd3d7d93f70e15e534", + "Addresses": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "AllowedIPs": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "Endpoints": ["77.164.248.136:33311", "10.65.0.27:33311", "172.17.0.1:33311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63367}, + {"Proto": "peerapi6", "Port": 63367} + ]}, + "Created": "2026-04-09T08:31:41.045948968Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5201976295391272, + "StableID": "nKJnta6zch11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "DiscoKey": "discokey:aac2c5f0279f8ba0aafa54f7acc6660650918beef3f9ffd8f12464882bda9363", + "Addresses": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "AllowedIPs": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "Endpoints": ["77.164.248.136:50750", "10.65.0.27:50750", "172.17.0.1:50750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 55645}, + {"Proto": "peerapi6", "Port": 55645} + ]}, + "Created": "2026-04-09T08:31:36.732558344Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5248277485654470, + "StableID": "nZJUXJMxyh11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "DiscoKey": "discokey:f3084b29e5f8242dbed53097ae197e26915d57fd38a364885a320bbeea36d54f", + "Addresses": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "AllowedIPs": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "Endpoints": ["77.164.248.136:60552", "10.65.0.27:60552", "172.17.0.1:60552"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 33660}, + {"Proto": "peerapi6", "Port": 33660} + ]}, + "Created": "2026-04-09T08:31:34.261694405Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5325359649604236, + "StableID": "nfJ6QjAsai11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "DiscoKey": "discokey:00c160ab5b42ec9cb3db0d8abb79847c998a053d18ed41bfb45f5746dcc95f06", - "Addresses": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "AllowedIPs": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "Endpoints": ["77.164.248.136:34989", "10.65.0.27:34989", "172.17.0.1:34989"], - "HomeDERP": 8, + "Key": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "DiscoKey": "discokey:e9b9c0e3717af0b72682583aabbb0eb90e29dd75e30ecd632527c0bab76d1f53", + "Addresses": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "AllowedIPs": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "Endpoints": ["77.164.248.136:60247", "10.65.0.27:60247", "172.17.0.1:60247"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64148}, - {"Proto": "peerapi6", "Port": 64148} + {"Proto": "peerapi4", "Port": 47164}, + {"Proto": "peerapi6", "Port": 47164} ]}, - "Created": "2026-04-09T01:25:31.786508614Z", + "Created": "2026-04-09T08:31:38.342979686Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6015419260853342, - "StableID": "nbqGF6sPyo11CNTRL", + "ID": 5420693159649427, + "StableID": "nN89EDR3Lj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "DiscoKey": "discokey:c93a9ae4bb9481da0e30ccc72ed905682ab167de8f855260456b94d27bfa3242", + "Addresses": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "AllowedIPs": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "Endpoints": ["77.164.248.136:37943", "10.65.0.27:37943", "172.17.0.1:37943"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43792}, + {"Proto": "peerapi6", "Port": 43792} + ]}, + "Created": "2026-04-09T08:31:34.818053781Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5830322964374377, + "StableID": "nimoMUhZXn11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "DiscoKey": "discokey:5e79328121d272a28c323f0f04a8fccb68500a9f1ef22ba2b174e62a13dd103a", + "Addresses": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "AllowedIPs": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "Endpoints": ["77.164.248.136:45189", "10.65.0.27:45189", "172.17.0.1:45189"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48537}, + {"Proto": "peerapi6", "Port": 48537} + ]}, + "Created": "2026-04-09T08:31:35.468046816Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7990591790504543, + "StableID": "nGbn2DJxP521CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "DiscoKey": "discokey:7f0a89c1e7d7f2d81d18b0faced012ec24edc34a45d1176f19ed592ca908c051", + "Addresses": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "AllowedIPs": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "Endpoints": ["77.164.248.136:51952", "10.65.0.27:51952", "172.17.0.1:51952"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51666}, + {"Proto": "peerapi6", "Port": 51666} + ]}, + "Created": "2026-04-09T08:31:36.200415266Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8698795155485721, + "StableID": "nLnQGhbhvA21CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "DiscoKey": "discokey:2b5aa38cbe9539ad683c01f37a5fedd907da6ac15a271ebea8f50a21b594f132", - "Addresses": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "AllowedIPs": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "Endpoints": ["77.164.248.136:58400", "10.65.0.27:58400", "172.17.0.1:58400"], + "Key": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "DiscoKey": "discokey:57c9f930dd35df7b195aee4e018e5e2c5cf79a274186d2bf3d918f2f46250430", + "Addresses": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "AllowedIPs": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "Endpoints": ["77.164.248.136:33843", "10.65.0.27:33843", "172.17.0.1:33843"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39889}, - {"Proto": "peerapi6", "Port": 39889} + {"Proto": "peerapi4", "Port": 41790}, + {"Proto": "peerapi6", "Port": 41790} ]}, - "Created": "2026-04-09T01:25:32.336677047Z", + "Created": "2026-04-09T08:31:38.892851069Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7353592020697691, - "StableID": "nziDgnPTRz11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "DiscoKey": "discokey:a75646b244436ab43bc5bcb03a79474058310b206748022e65c991c69826fd2a", - "Addresses": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "AllowedIPs": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "Endpoints": ["77.164.248.136:54817", "10.65.0.27:54817", "172.17.0.1:54817"], + "ID": 8990947605462690, + "StableID": "noRnqxw1DD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:7227fbe6c2b10d46312f2e9adb272a3e88d8c3758bc682b9093e9ffaad35fe2f", + "Addresses": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "AllowedIPs": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "Endpoints": ["77.164.248.136:35956", "10.65.0.27:35956", "172.17.0.1:35956"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55205}, - {"Proto": "peerapi6", "Port": 55205} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 64212}, + {"Proto": "peerapi6", "Port": 64212} ]}, - "Created": "2026-04-09T01:25:32.883241143Z", + "Created": "2026-04-09T08:31:41.584981131Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11285,27 +11299,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1114123261128290": { - "ID": 1114123261128290, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6238649800167550": { + "ID": 6238649800167550, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11336,21 +11352,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2662088597535724, - "StableID": "nKQGU6ZfnM11CNTRL", + "ID": 7990591790504543, + "StableID": "nGbn2DJxP521CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 2662088597535724, - "Key": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "DiscoKey": "discokey:0a44bdd95f9702388deb6c74cd09ab952b8601136253f0f72a2b8e6ea84c655b", - "Addresses": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "AllowedIPs": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "Endpoints": ["77.164.248.136:49784", "10.65.0.27:49784", "172.17.0.1:49784"], + "User": 7990591790504543, + "Key": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "DiscoKey": "discokey:7f0a89c1e7d7f2d81d18b0faced012ec24edc34a45d1176f19ed592ca908c051", + "Addresses": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "AllowedIPs": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "Endpoints": ["77.164.248.136:51952", "10.65.0.27:51952", "172.17.0.1:51952"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 60163}, - {"Proto": "peerapi6", "Port": 60163}, + {"Proto": "peerapi4", "Port": 51666}, + {"Proto": "peerapi6", "Port": 51666}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:29.647995102Z", + "Created": "2026-04-09T08:31:36.200415266Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11378,300 +11394,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "MachineKey": "mkey:ec6dcf66efce91d27d9f6009feba29947ea4ed330f14f1d2186cb815f1fa9955", + "NodeKey": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "MachineKey": "mkey:6150ba226967d0e3ab882e5d80e055360057f973cba89afa89c47168f3216c3f", "Peers": [{ - "ID": 591748182513607, - "StableID": "nGDTYqD1d511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "DiscoKey": "discokey:2996f32a11003c398d82951006d169e4652938af36eb7fcc2bd691e055bc6126", - "Addresses": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "AllowedIPs": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "Endpoints": ["77.164.248.136:55032", "10.65.0.27:55032", "172.17.0.1:55032"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 48055}, - {"Proto": "peerapi6", "Port": 48055} - ]}, - "Created": "2026-04-09T01:25:30.189404104Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 846183907427841, - "StableID": "n8gAHMpEc711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "DiscoKey": "discokey:4836d2ea93a211c09eb150ab969b07f81d00d82d829e5a6dd72a8cd2bea36a0b", - "Addresses": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "AllowedIPs": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "Endpoints": ["77.164.248.136:40231", "10.65.0.27:40231", "172.17.0.1:40231"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 43409}, - {"Proto": "peerapi6", "Port": 43409} - ]}, - "Created": "2026-04-09T01:25:29.095056436Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1114123261128290, - "StableID": "nDv6TU8bh911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "DiscoKey": "discokey:58df18dc88f10c258c12332e4fca538e79020f61e95560c2ed9a9a220ab08442", - "Addresses": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "AllowedIPs": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "Endpoints": ["77.164.248.136:50845", "10.65.0.27:50845", "172.17.0.1:50845"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49689}, - {"Proto": "peerapi6", "Port": 49689} - ]}, - "Created": "2026-04-09T01:25:27.44595576Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1667190528390586, - "StableID": "nKm9yYG52E11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "KeyExpiry": "2026-10-06T01:25:34Z", - "DiscoKey": "discokey:8ed4972f3ef3a87fe0ad17b81347f090b0e67372403c77ffcdceab6590768636", - "Addresses": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "AllowedIPs": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "Endpoints": ["77.164.248.136:46318", "10.65.0.27:46318", "172.17.0.1:46318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36346}, - {"Proto": "peerapi6", "Port": 36346} - ]}, - "Created": "2026-04-09T01:25:34.522796827Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2005340400371507, - "StableID": "nv4VDjtDfG11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "KeyExpiry": "2026-10-06T01:25:33Z", - "DiscoKey": "discokey:72820785c5021027284aff879100734ee590300a0d3f7b134f0962ff65ebb349", - "Addresses": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "AllowedIPs": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "Endpoints": ["77.164.248.136:53788", "10.65.0.27:53788", "172.17.0.1:53788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35631}, - {"Proto": "peerapi6", "Port": 35631} - ]}, - "Created": "2026-04-09T01:25:33.976735889Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2572379162629930, - "StableID": "nqgNuE336M11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "KeyExpiry": "2026-10-06T01:25:35Z", - "DiscoKey": "discokey:f2537a00521a022cb24880a4abd41bb42e70651e5bc2da648ca5ff140f719462", - "Addresses": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "AllowedIPs": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33471}, - {"Proto": "peerapi6", "Port": 33471} - ]}, - "Created": "2026-04-09T01:25:35.057460446Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3364785193695060, - "StableID": "ndoGQgCvGT11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "DiscoKey": "discokey:54b7022cf561729c66b6cbaa03dc9da174cdfb575abb628daf241e3231cd785a", - "Addresses": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "AllowedIPs": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "Endpoints": ["77.164.248.136:53559", "10.65.0.27:53559", "172.17.0.1:53559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46206}, - {"Proto": "peerapi6", "Port": 46206} - ]}, - "Created": "2026-04-09T01:25:27.996554187Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3991447430208179, - "StableID": "nLhbLEZjAY11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "DiscoKey": "discokey:e442c7610c60e27c02e0263dba4a8605823e1737bbc12082bae32d8eab6e737b", - "Addresses": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "AllowedIPs": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "Endpoints": ["77.164.248.136:35969", "10.65.0.27:35969", "172.17.0.1:35969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} - ]}, - "Created": "2026-04-09T01:25:28.546290225Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4139765837849048, - "StableID": "nubT8UduKZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "DiscoKey": "discokey:813f524351a57a3aa2f819d9eefdbe6d8fa1f996691c3cda45c84a9fb2aeb151", - "Addresses": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "AllowedIPs": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "Endpoints": ["77.164.248.136:38508", "10.65.0.27:38508", "172.17.0.1:38508"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34939}, - {"Proto": "peerapi6", "Port": 34939} - ]}, - "Created": "2026-04-09T01:25:33.435367327Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4450906237556981, - "StableID": "ng2So3mpkb11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "DiscoKey": "discokey:7e67766887b9bd61bc063f6574a812d9cb00877b1a1f434774596e554be91320", - "Addresses": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "AllowedIPs": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "Endpoints": ["77.164.248.136:37986", "10.65.0.27:37986", "172.17.0.1:37986"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51379}, - {"Proto": "peerapi6", "Port": 51379} - ]}, - "Created": "2026-04-09T01:25:30.729426617Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4665170881644499, - "StableID": "nc9fgS8sRd11CNTRL", + "ID": 1099990738350316, + "StableID": "n5jnohtBb911CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "DiscoKey": "discokey:24eec95c1f57962406a65fbb4a84b174fe15d6c87a798e11ab124ab4bfc1ab33", - "Addresses": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "AllowedIPs": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "Endpoints": ["77.164.248.136:50982", "10.65.0.27:50982", "172.17.0.1:50982"], + "Key": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "DiscoKey": "discokey:71e2b20c9d1b30a59b972976c10f633c179aa37454a47984dedff42d554bcf03", + "Addresses": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "AllowedIPs": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "Endpoints": ["77.164.248.136:46758", "10.65.0.27:46758", "172.17.0.1:46758"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64112}, - {"Proto": "peerapi6", "Port": 64112} + {"Proto": "peerapi4", "Port": 42181}, + {"Proto": "peerapi6", "Port": 42181} ]}, - "Created": "2026-04-09T01:25:31.250918064Z", + "Created": "2026-04-09T08:31:37.799794106Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 4807076651408617, - "StableID": "nEFDddk8Ye11CNTRL", + "ID": 2595550125307928, + "StableID": "n3eiXdhXGM11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "DiscoKey": "discokey:07f9d3f0591b33fd63edf9b7be1a3dc346939da941fe03784d78d22c8616201d", + "Addresses": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "AllowedIPs": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "Endpoints": ["77.164.248.136:59070", "10.65.0.27:59070", "172.17.0.1:59070"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 45896}, + {"Proto": "peerapi6", "Port": 45896} + ]}, + "Created": "2026-04-09T08:31:39.425602787Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3198208980750634, + "StableID": "n1YrsYXUyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "KeyExpiry": "2026-10-06T08:31:40Z", + "DiscoKey": "discokey:dc3f670ea18fbebd1b1821f93ecb263df3714de396191f4208ae85a858324c63", + "Addresses": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "AllowedIPs": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "Endpoints": ["77.164.248.136:57104", "10.65.0.27:57104", "172.17.0.1:57104"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54439}, + {"Proto": "peerapi6", "Port": 54439} + ]}, + "Created": "2026-04-09T08:31:40.496089459Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3669062889968386, + "StableID": "nw7KUW4jeV11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "DiscoKey": "discokey:567ca72efb6c08d04103501b487d0de237d03d88541792b1fe943973caa7a728", + "Addresses": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "AllowedIPs": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "Endpoints": ["77.164.248.136:43910", "10.65.0.27:43910", "172.17.0.1:43910"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 32872}, + {"Proto": "peerapi6", "Port": 32872} + ]}, + "Created": "2026-04-09T08:31:39.960586242Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4285634906151726, + "StableID": "nyxyBzMyTa11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "DiscoKey": "discokey:b20922acfde974441f66b571a971074ba7ca7115043170d618acc57de4ebba09", + "Addresses": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "AllowedIPs": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "Endpoints": ["77.164.248.136:49679", "10.65.0.27:49679", "172.17.0.1:49679"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 54433}, + {"Proto": "peerapi6", "Port": 54433} + ]}, + "Created": "2026-04-09T08:31:37.268143412Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4677905476462380, + "StableID": "nFtmDPedXd11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:514eb0b9037f90b1f8d0870d0742c5c54ed7ff4086673bdd3d7d93f70e15e534", + "Addresses": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "AllowedIPs": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "Endpoints": ["77.164.248.136:33311", "10.65.0.27:33311", "172.17.0.1:33311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63367}, + {"Proto": "peerapi6", "Port": 63367} + ]}, + "Created": "2026-04-09T08:31:41.045948968Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5201976295391272, + "StableID": "nKJnta6zch11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "DiscoKey": "discokey:aac2c5f0279f8ba0aafa54f7acc6660650918beef3f9ffd8f12464882bda9363", + "Addresses": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "AllowedIPs": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "Endpoints": ["77.164.248.136:50750", "10.65.0.27:50750", "172.17.0.1:50750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 55645}, + {"Proto": "peerapi6", "Port": 55645} + ]}, + "Created": "2026-04-09T08:31:36.732558344Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5248277485654470, + "StableID": "nZJUXJMxyh11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "DiscoKey": "discokey:f3084b29e5f8242dbed53097ae197e26915d57fd38a364885a320bbeea36d54f", + "Addresses": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "AllowedIPs": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "Endpoints": ["77.164.248.136:60552", "10.65.0.27:60552", "172.17.0.1:60552"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 33660}, + {"Proto": "peerapi6", "Port": 33660} + ]}, + "Created": "2026-04-09T08:31:34.261694405Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5325359649604236, + "StableID": "nfJ6QjAsai11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "DiscoKey": "discokey:00c160ab5b42ec9cb3db0d8abb79847c998a053d18ed41bfb45f5746dcc95f06", - "Addresses": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "AllowedIPs": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "Endpoints": ["77.164.248.136:34989", "10.65.0.27:34989", "172.17.0.1:34989"], - "HomeDERP": 8, + "Key": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "DiscoKey": "discokey:e9b9c0e3717af0b72682583aabbb0eb90e29dd75e30ecd632527c0bab76d1f53", + "Addresses": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "AllowedIPs": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "Endpoints": ["77.164.248.136:60247", "10.65.0.27:60247", "172.17.0.1:60247"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64148}, - {"Proto": "peerapi6", "Port": 64148} + {"Proto": "peerapi4", "Port": 47164}, + {"Proto": "peerapi6", "Port": 47164} ]}, - "Created": "2026-04-09T01:25:31.786508614Z", + "Created": "2026-04-09T08:31:38.342979686Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6015419260853342, - "StableID": "nbqGF6sPyo11CNTRL", + "ID": 5420693159649427, + "StableID": "nN89EDR3Lj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "DiscoKey": "discokey:c93a9ae4bb9481da0e30ccc72ed905682ab167de8f855260456b94d27bfa3242", + "Addresses": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "AllowedIPs": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "Endpoints": ["77.164.248.136:37943", "10.65.0.27:37943", "172.17.0.1:37943"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43792}, + {"Proto": "peerapi6", "Port": 43792} + ]}, + "Created": "2026-04-09T08:31:34.818053781Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5830322964374377, + "StableID": "nimoMUhZXn11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "DiscoKey": "discokey:5e79328121d272a28c323f0f04a8fccb68500a9f1ef22ba2b174e62a13dd103a", + "Addresses": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "AllowedIPs": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "Endpoints": ["77.164.248.136:45189", "10.65.0.27:45189", "172.17.0.1:45189"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48537}, + {"Proto": "peerapi6", "Port": 48537} + ]}, + "Created": "2026-04-09T08:31:35.468046816Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6238649800167550, + "StableID": "nhk7bakViq11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "DiscoKey": "discokey:971f7d50e7dcc595b2eb7477b36bdd533f7f84e79dd941cf753f16f2f05f4435", + "Addresses": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "AllowedIPs": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "Endpoints": ["77.164.248.136:42729", "10.65.0.27:42729", "172.17.0.1:42729"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 33227}, + {"Proto": "peerapi6", "Port": 33227} + ]}, + "Created": "2026-04-09T08:31:33.743297678Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8698795155485721, + "StableID": "nLnQGhbhvA21CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "DiscoKey": "discokey:2b5aa38cbe9539ad683c01f37a5fedd907da6ac15a271ebea8f50a21b594f132", - "Addresses": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "AllowedIPs": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "Endpoints": ["77.164.248.136:58400", "10.65.0.27:58400", "172.17.0.1:58400"], + "Key": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "DiscoKey": "discokey:57c9f930dd35df7b195aee4e018e5e2c5cf79a274186d2bf3d918f2f46250430", + "Addresses": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "AllowedIPs": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "Endpoints": ["77.164.248.136:33843", "10.65.0.27:33843", "172.17.0.1:33843"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39889}, - {"Proto": "peerapi6", "Port": 39889} + {"Proto": "peerapi4", "Port": 41790}, + {"Proto": "peerapi6", "Port": 41790} ]}, - "Created": "2026-04-09T01:25:32.336677047Z", + "Created": "2026-04-09T08:31:38.892851069Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7353592020697691, - "StableID": "nziDgnPTRz11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "DiscoKey": "discokey:a75646b244436ab43bc5bcb03a79474058310b206748022e65c991c69826fd2a", - "Addresses": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "AllowedIPs": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "Endpoints": ["77.164.248.136:54817", "10.65.0.27:54817", "172.17.0.1:54817"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55205}, - {"Proto": "peerapi6", "Port": 55205} + "ID": 8990947605462690, + "StableID": "noRnqxw1DD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:7227fbe6c2b10d46312f2e9adb272a3e88d8c3758bc682b9093e9ffaad35fe2f", + "Addresses": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "AllowedIPs": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 64212}, + {"Proto": "peerapi6", "Port": 64212} ]}, - "Created": "2026-04-09T01:25:32.883241143Z", + "Created": "2026-04-09T08:31:41.584981131Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12519,27 +12535,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2662088597535724": { - "ID": 2662088597535724, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7990591790504543": { + "ID": 7990591790504543, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12570,21 +12588,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 846183907427841, - "StableID": "n8gAHMpEc711CNTRL", + "ID": 5830322964374377, + "StableID": "nimoMUhZXn11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 846183907427841, - "Key": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "DiscoKey": "discokey:4836d2ea93a211c09eb150ab969b07f81d00d82d829e5a6dd72a8cd2bea36a0b", - "Addresses": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "AllowedIPs": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "Endpoints": ["77.164.248.136:40231", "10.65.0.27:40231", "172.17.0.1:40231"], + "User": 5830322964374377, + "Key": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "DiscoKey": "discokey:5e79328121d272a28c323f0f04a8fccb68500a9f1ef22ba2b174e62a13dd103a", + "Addresses": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "AllowedIPs": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "Endpoints": ["77.164.248.136:45189", "10.65.0.27:45189", "172.17.0.1:45189"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 43409}, - {"Proto": "peerapi6", "Port": 43409}, + {"Proto": "peerapi4", "Port": 48537}, + {"Proto": "peerapi6", "Port": 48537}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:29.095056436Z", + "Created": "2026-04-09T08:31:35.468046816Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12612,302 +12630,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "MachineKey": "mkey:6d9285380b311b15d88b75189765c1680f42b5a0947c06173ec2a774832cbe62", + "NodeKey": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "MachineKey": "mkey:adaaa773d126b6ab138a05505b5325cfc0aec5900e5e6461450ed1e179ba5c68", "Peers": [{ - "ID": 591748182513607, - "StableID": "nGDTYqD1d511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "DiscoKey": "discokey:2996f32a11003c398d82951006d169e4652938af36eb7fcc2bd691e055bc6126", - "Addresses": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "AllowedIPs": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "Endpoints": ["77.164.248.136:55032", "10.65.0.27:55032", "172.17.0.1:55032"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 48055}, - {"Proto": "peerapi6", "Port": 48055} - ]}, - "Created": "2026-04-09T01:25:30.189404104Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1114123261128290, - "StableID": "nDv6TU8bh911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "DiscoKey": "discokey:58df18dc88f10c258c12332e4fca538e79020f61e95560c2ed9a9a220ab08442", - "Addresses": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "AllowedIPs": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "Endpoints": ["77.164.248.136:50845", "10.65.0.27:50845", "172.17.0.1:50845"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49689}, - {"Proto": "peerapi6", "Port": 49689} - ]}, - "Created": "2026-04-09T01:25:27.44595576Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1667190528390586, - "StableID": "nKm9yYG52E11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "KeyExpiry": "2026-10-06T01:25:34Z", - "DiscoKey": "discokey:8ed4972f3ef3a87fe0ad17b81347f090b0e67372403c77ffcdceab6590768636", - "Addresses": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "AllowedIPs": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "Endpoints": ["77.164.248.136:46318", "10.65.0.27:46318", "172.17.0.1:46318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36346}, - {"Proto": "peerapi6", "Port": 36346} - ]}, - "Created": "2026-04-09T01:25:34.522796827Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2005340400371507, - "StableID": "nv4VDjtDfG11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "KeyExpiry": "2026-10-06T01:25:33Z", - "DiscoKey": "discokey:72820785c5021027284aff879100734ee590300a0d3f7b134f0962ff65ebb349", - "Addresses": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "AllowedIPs": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "Endpoints": ["77.164.248.136:53788", "10.65.0.27:53788", "172.17.0.1:53788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35631}, - {"Proto": "peerapi6", "Port": 35631} - ]}, - "Created": "2026-04-09T01:25:33.976735889Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2572379162629930, - "StableID": "nqgNuE336M11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "KeyExpiry": "2026-10-06T01:25:35Z", - "DiscoKey": "discokey:f2537a00521a022cb24880a4abd41bb42e70651e5bc2da648ca5ff140f719462", - "Addresses": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "AllowedIPs": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "Endpoints": ["77.164.248.136:41838", "10.65.0.27:41838", "172.17.0.1:41838"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33471}, - {"Proto": "peerapi6", "Port": 33471} - ]}, - "Created": "2026-04-09T01:25:35.057460446Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2662088597535724, - "StableID": "nKQGU6ZfnM11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "DiscoKey": "discokey:0a44bdd95f9702388deb6c74cd09ab952b8601136253f0f72a2b8e6ea84c655b", - "Addresses": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "AllowedIPs": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "Endpoints": ["77.164.248.136:49784", "10.65.0.27:49784", "172.17.0.1:49784"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60163}, - {"Proto": "peerapi6", "Port": 60163} - ]}, - "Created": "2026-04-09T01:25:29.647995102Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3364785193695060, - "StableID": "ndoGQgCvGT11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "DiscoKey": "discokey:54b7022cf561729c66b6cbaa03dc9da174cdfb575abb628daf241e3231cd785a", - "Addresses": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "AllowedIPs": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "Endpoints": ["77.164.248.136:53559", "10.65.0.27:53559", "172.17.0.1:53559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46206}, - {"Proto": "peerapi6", "Port": 46206} - ]}, - "Created": "2026-04-09T01:25:27.996554187Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3991447430208179, - "StableID": "nLhbLEZjAY11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "DiscoKey": "discokey:e442c7610c60e27c02e0263dba4a8605823e1737bbc12082bae32d8eab6e737b", - "Addresses": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "AllowedIPs": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "Endpoints": ["77.164.248.136:35969", "10.65.0.27:35969", "172.17.0.1:35969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} - ]}, - "Created": "2026-04-09T01:25:28.546290225Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4139765837849048, - "StableID": "nubT8UduKZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "DiscoKey": "discokey:813f524351a57a3aa2f819d9eefdbe6d8fa1f996691c3cda45c84a9fb2aeb151", - "Addresses": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "AllowedIPs": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "Endpoints": ["77.164.248.136:38508", "10.65.0.27:38508", "172.17.0.1:38508"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34939}, - {"Proto": "peerapi6", "Port": 34939} - ]}, - "Created": "2026-04-09T01:25:33.435367327Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4450906237556981, - "StableID": "ng2So3mpkb11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "DiscoKey": "discokey:7e67766887b9bd61bc063f6574a812d9cb00877b1a1f434774596e554be91320", - "Addresses": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "AllowedIPs": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "Endpoints": ["77.164.248.136:37986", "10.65.0.27:37986", "172.17.0.1:37986"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51379}, - {"Proto": "peerapi6", "Port": 51379} - ]}, - "Created": "2026-04-09T01:25:30.729426617Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4665170881644499, - "StableID": "nc9fgS8sRd11CNTRL", + "ID": 1099990738350316, + "StableID": "n5jnohtBb911CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "DiscoKey": "discokey:24eec95c1f57962406a65fbb4a84b174fe15d6c87a798e11ab124ab4bfc1ab33", - "Addresses": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "AllowedIPs": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "Endpoints": ["77.164.248.136:50982", "10.65.0.27:50982", "172.17.0.1:50982"], + "Key": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "DiscoKey": "discokey:71e2b20c9d1b30a59b972976c10f633c179aa37454a47984dedff42d554bcf03", + "Addresses": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "AllowedIPs": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "Endpoints": ["77.164.248.136:46758", "10.65.0.27:46758", "172.17.0.1:46758"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64112}, - {"Proto": "peerapi6", "Port": 64112} + {"Proto": "peerapi4", "Port": 42181}, + {"Proto": "peerapi6", "Port": 42181} ]}, - "Created": "2026-04-09T01:25:31.250918064Z", + "Created": "2026-04-09T08:31:37.799794106Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 4807076651408617, - "StableID": "nEFDddk8Ye11CNTRL", + "ID": 2595550125307928, + "StableID": "n3eiXdhXGM11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "DiscoKey": "discokey:07f9d3f0591b33fd63edf9b7be1a3dc346939da941fe03784d78d22c8616201d", + "Addresses": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "AllowedIPs": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "Endpoints": ["77.164.248.136:59070", "10.65.0.27:59070", "172.17.0.1:59070"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 45896}, + {"Proto": "peerapi6", "Port": 45896} + ]}, + "Created": "2026-04-09T08:31:39.425602787Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3198208980750634, + "StableID": "n1YrsYXUyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "KeyExpiry": "2026-10-06T08:31:40Z", + "DiscoKey": "discokey:dc3f670ea18fbebd1b1821f93ecb263df3714de396191f4208ae85a858324c63", + "Addresses": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "AllowedIPs": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "Endpoints": ["77.164.248.136:57104", "10.65.0.27:57104", "172.17.0.1:57104"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54439}, + {"Proto": "peerapi6", "Port": 54439} + ]}, + "Created": "2026-04-09T08:31:40.496089459Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3669062889968386, + "StableID": "nw7KUW4jeV11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "DiscoKey": "discokey:567ca72efb6c08d04103501b487d0de237d03d88541792b1fe943973caa7a728", + "Addresses": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "AllowedIPs": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "Endpoints": ["77.164.248.136:43910", "10.65.0.27:43910", "172.17.0.1:43910"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 32872}, + {"Proto": "peerapi6", "Port": 32872} + ]}, + "Created": "2026-04-09T08:31:39.960586242Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4285634906151726, + "StableID": "nyxyBzMyTa11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "DiscoKey": "discokey:b20922acfde974441f66b571a971074ba7ca7115043170d618acc57de4ebba09", + "Addresses": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "AllowedIPs": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "Endpoints": ["77.164.248.136:49679", "10.65.0.27:49679", "172.17.0.1:49679"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 54433}, + {"Proto": "peerapi6", "Port": 54433} + ]}, + "Created": "2026-04-09T08:31:37.268143412Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4677905476462380, + "StableID": "nFtmDPedXd11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:514eb0b9037f90b1f8d0870d0742c5c54ed7ff4086673bdd3d7d93f70e15e534", + "Addresses": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "AllowedIPs": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "Endpoints": ["77.164.248.136:33311", "10.65.0.27:33311", "172.17.0.1:33311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63367}, + {"Proto": "peerapi6", "Port": 63367} + ]}, + "Created": "2026-04-09T08:31:41.045948968Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5201976295391272, + "StableID": "nKJnta6zch11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "DiscoKey": "discokey:aac2c5f0279f8ba0aafa54f7acc6660650918beef3f9ffd8f12464882bda9363", + "Addresses": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "AllowedIPs": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "Endpoints": ["77.164.248.136:50750", "10.65.0.27:50750", "172.17.0.1:50750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 55645}, + {"Proto": "peerapi6", "Port": 55645} + ]}, + "Created": "2026-04-09T08:31:36.732558344Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5248277485654470, + "StableID": "nZJUXJMxyh11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "DiscoKey": "discokey:f3084b29e5f8242dbed53097ae197e26915d57fd38a364885a320bbeea36d54f", + "Addresses": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "AllowedIPs": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "Endpoints": ["77.164.248.136:60552", "10.65.0.27:60552", "172.17.0.1:60552"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 33660}, + {"Proto": "peerapi6", "Port": 33660} + ]}, + "Created": "2026-04-09T08:31:34.261694405Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5325359649604236, + "StableID": "nfJ6QjAsai11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "DiscoKey": "discokey:00c160ab5b42ec9cb3db0d8abb79847c998a053d18ed41bfb45f5746dcc95f06", - "Addresses": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "AllowedIPs": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "Endpoints": ["77.164.248.136:34989", "10.65.0.27:34989", "172.17.0.1:34989"], - "HomeDERP": 8, + "Key": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "DiscoKey": "discokey:e9b9c0e3717af0b72682583aabbb0eb90e29dd75e30ecd632527c0bab76d1f53", + "Addresses": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "AllowedIPs": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "Endpoints": ["77.164.248.136:60247", "10.65.0.27:60247", "172.17.0.1:60247"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64148}, - {"Proto": "peerapi6", "Port": 64148} + {"Proto": "peerapi4", "Port": 47164}, + {"Proto": "peerapi6", "Port": 47164} ]}, - "Created": "2026-04-09T01:25:31.786508614Z", + "Created": "2026-04-09T08:31:38.342979686Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6015419260853342, - "StableID": "nbqGF6sPyo11CNTRL", + "ID": 5420693159649427, + "StableID": "nN89EDR3Lj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "DiscoKey": "discokey:c93a9ae4bb9481da0e30ccc72ed905682ab167de8f855260456b94d27bfa3242", + "Addresses": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "AllowedIPs": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "Endpoints": ["77.164.248.136:37943", "10.65.0.27:37943", "172.17.0.1:37943"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43792}, + {"Proto": "peerapi6", "Port": 43792} + ]}, + "Created": "2026-04-09T08:31:34.818053781Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6238649800167550, + "StableID": "nhk7bakViq11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "DiscoKey": "discokey:971f7d50e7dcc595b2eb7477b36bdd533f7f84e79dd941cf753f16f2f05f4435", + "Addresses": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "AllowedIPs": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "Endpoints": ["77.164.248.136:42729", "10.65.0.27:42729", "172.17.0.1:42729"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 33227}, + {"Proto": "peerapi6", "Port": 33227} + ]}, + "Created": "2026-04-09T08:31:33.743297678Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7990591790504543, + "StableID": "nGbn2DJxP521CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "DiscoKey": "discokey:7f0a89c1e7d7f2d81d18b0faced012ec24edc34a45d1176f19ed592ca908c051", + "Addresses": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "AllowedIPs": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "Endpoints": ["77.164.248.136:51952", "10.65.0.27:51952", "172.17.0.1:51952"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51666}, + {"Proto": "peerapi6", "Port": 51666} + ]}, + "Created": "2026-04-09T08:31:36.200415266Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8698795155485721, + "StableID": "nLnQGhbhvA21CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "DiscoKey": "discokey:2b5aa38cbe9539ad683c01f37a5fedd907da6ac15a271ebea8f50a21b594f132", - "Addresses": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "AllowedIPs": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "Endpoints": ["77.164.248.136:58400", "10.65.0.27:58400", "172.17.0.1:58400"], + "Key": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "DiscoKey": "discokey:57c9f930dd35df7b195aee4e018e5e2c5cf79a274186d2bf3d918f2f46250430", + "Addresses": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "AllowedIPs": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "Endpoints": ["77.164.248.136:33843", "10.65.0.27:33843", "172.17.0.1:33843"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39889}, - {"Proto": "peerapi6", "Port": 39889} + {"Proto": "peerapi4", "Port": 41790}, + {"Proto": "peerapi6", "Port": 41790} ]}, - "Created": "2026-04-09T01:25:32.336677047Z", + "Created": "2026-04-09T08:31:38.892851069Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7353592020697691, - "StableID": "nziDgnPTRz11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "DiscoKey": "discokey:a75646b244436ab43bc5bcb03a79474058310b206748022e65c991c69826fd2a", - "Addresses": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "AllowedIPs": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "Endpoints": ["77.164.248.136:54817", "10.65.0.27:54817", "172.17.0.1:54817"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55205}, - {"Proto": "peerapi6", "Port": 55205} + "ID": 8990947605462690, + "StableID": "noRnqxw1DD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:7227fbe6c2b10d46312f2e9adb272a3e88d8c3758bc682b9093e9ffaad35fe2f", + "Addresses": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "AllowedIPs": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 64212}, + {"Proto": "peerapi6", "Port": 64212} ]}, - "Created": "2026-04-09T01:25:32.883241143Z", + "Created": "2026-04-09T08:31:41.584981131Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13755,27 +13771,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "846183907427841": { - "ID": 846183907427841, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5830322964374377": { + "ID": 5830322964374377, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13806,26 +13824,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4450906237556981, - "StableID": "ng2So3mpkb11CNTRL", + "ID": 4285634906151726, + "StableID": "nyxyBzMyTa11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 4450906237556981, - "Key": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "DiscoKey": "discokey:7e67766887b9bd61bc063f6574a812d9cb00877b1a1f434774596e554be91320", - "Addresses": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "AllowedIPs": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "Endpoints": ["77.164.248.136:37986", "10.65.0.27:37986", "172.17.0.1:37986"], + "User": 4285634906151726, + "Key": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "DiscoKey": "discokey:b20922acfde974441f66b571a971074ba7ca7115043170d618acc57de4ebba09", + "Addresses": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "AllowedIPs": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "Endpoints": ["77.164.248.136:49679", "10.65.0.27:49679", "172.17.0.1:49679"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 51379}, - {"Proto": "peerapi6", "Port": 51379}, + {"Proto": "peerapi4", "Port": 54433}, + {"Proto": "peerapi6", "Port": 54433}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:30.729426617Z", + "Created": "2026-04-09T08:31:37.268143412Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13853,302 +13871,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "MachineKey": "mkey:8a9f4c9fb41ebb54eb4c6cdd6381b444a4f0c2b19e580dea9412b0ee4ff68814", + "NodeKey": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "MachineKey": "mkey:57d1f169a8d88e2eab612a96a5774ff120d1fb490fb57fb02a9ac239a694e63f", "Peers": [{ - "ID": 591748182513607, - "StableID": "nGDTYqD1d511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "DiscoKey": "discokey:2996f32a11003c398d82951006d169e4652938af36eb7fcc2bd691e055bc6126", - "Addresses": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "AllowedIPs": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "Endpoints": ["77.164.248.136:55032", "10.65.0.27:55032", "172.17.0.1:55032"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 48055}, - {"Proto": "peerapi6", "Port": 48055} - ]}, - "Created": "2026-04-09T01:25:30.189404104Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 846183907427841, - "StableID": "n8gAHMpEc711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "DiscoKey": "discokey:4836d2ea93a211c09eb150ab969b07f81d00d82d829e5a6dd72a8cd2bea36a0b", - "Addresses": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "AllowedIPs": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "Endpoints": ["77.164.248.136:40231", "10.65.0.27:40231", "172.17.0.1:40231"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 43409}, - {"Proto": "peerapi6", "Port": 43409} - ]}, - "Created": "2026-04-09T01:25:29.095056436Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1114123261128290, - "StableID": "nDv6TU8bh911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "DiscoKey": "discokey:58df18dc88f10c258c12332e4fca538e79020f61e95560c2ed9a9a220ab08442", - "Addresses": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "AllowedIPs": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "Endpoints": ["77.164.248.136:50845", "10.65.0.27:50845", "172.17.0.1:50845"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49689}, - {"Proto": "peerapi6", "Port": 49689} - ]}, - "Created": "2026-04-09T01:25:27.44595576Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1667190528390586, - "StableID": "nKm9yYG52E11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "KeyExpiry": "2026-10-06T01:25:34Z", - "DiscoKey": "discokey:8ed4972f3ef3a87fe0ad17b81347f090b0e67372403c77ffcdceab6590768636", - "Addresses": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "AllowedIPs": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "Endpoints": ["77.164.248.136:46318", "10.65.0.27:46318", "172.17.0.1:46318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36346}, - {"Proto": "peerapi6", "Port": 36346} - ]}, - "Created": "2026-04-09T01:25:34.522796827Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2005340400371507, - "StableID": "nv4VDjtDfG11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "KeyExpiry": "2026-10-06T01:25:33Z", - "DiscoKey": "discokey:72820785c5021027284aff879100734ee590300a0d3f7b134f0962ff65ebb349", - "Addresses": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "AllowedIPs": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "Endpoints": ["77.164.248.136:53788", "10.65.0.27:53788", "172.17.0.1:53788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35631}, - {"Proto": "peerapi6", "Port": 35631} - ]}, - "Created": "2026-04-09T01:25:33.976735889Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2572379162629930, - "StableID": "nqgNuE336M11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "KeyExpiry": "2026-10-06T01:25:35Z", - "DiscoKey": "discokey:f2537a00521a022cb24880a4abd41bb42e70651e5bc2da648ca5ff140f719462", - "Addresses": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "AllowedIPs": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "Endpoints": ["77.164.248.136:41838", "10.65.0.27:41838", "172.17.0.1:41838"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33471}, - {"Proto": "peerapi6", "Port": 33471} - ]}, - "Created": "2026-04-09T01:25:35.057460446Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2662088597535724, - "StableID": "nKQGU6ZfnM11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "DiscoKey": "discokey:0a44bdd95f9702388deb6c74cd09ab952b8601136253f0f72a2b8e6ea84c655b", - "Addresses": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "AllowedIPs": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "Endpoints": ["77.164.248.136:49784", "10.65.0.27:49784", "172.17.0.1:49784"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60163}, - {"Proto": "peerapi6", "Port": 60163} - ]}, - "Created": "2026-04-09T01:25:29.647995102Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3364785193695060, - "StableID": "ndoGQgCvGT11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "DiscoKey": "discokey:54b7022cf561729c66b6cbaa03dc9da174cdfb575abb628daf241e3231cd785a", - "Addresses": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "AllowedIPs": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "Endpoints": ["77.164.248.136:53559", "10.65.0.27:53559", "172.17.0.1:53559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46206}, - {"Proto": "peerapi6", "Port": 46206} - ]}, - "Created": "2026-04-09T01:25:27.996554187Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3991447430208179, - "StableID": "nLhbLEZjAY11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "DiscoKey": "discokey:e442c7610c60e27c02e0263dba4a8605823e1737bbc12082bae32d8eab6e737b", - "Addresses": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "AllowedIPs": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "Endpoints": ["77.164.248.136:35969", "10.65.0.27:35969", "172.17.0.1:35969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} - ]}, - "Created": "2026-04-09T01:25:28.546290225Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4139765837849048, - "StableID": "nubT8UduKZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "DiscoKey": "discokey:813f524351a57a3aa2f819d9eefdbe6d8fa1f996691c3cda45c84a9fb2aeb151", - "Addresses": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "AllowedIPs": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "Endpoints": ["77.164.248.136:38508", "10.65.0.27:38508", "172.17.0.1:38508"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34939}, - {"Proto": "peerapi6", "Port": 34939} - ]}, - "Created": "2026-04-09T01:25:33.435367327Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4665170881644499, - "StableID": "nc9fgS8sRd11CNTRL", + "ID": 1099990738350316, + "StableID": "n5jnohtBb911CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "DiscoKey": "discokey:24eec95c1f57962406a65fbb4a84b174fe15d6c87a798e11ab124ab4bfc1ab33", - "Addresses": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "AllowedIPs": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "Endpoints": ["77.164.248.136:50982", "10.65.0.27:50982", "172.17.0.1:50982"], + "Key": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "DiscoKey": "discokey:71e2b20c9d1b30a59b972976c10f633c179aa37454a47984dedff42d554bcf03", + "Addresses": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "AllowedIPs": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "Endpoints": ["77.164.248.136:46758", "10.65.0.27:46758", "172.17.0.1:46758"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64112}, - {"Proto": "peerapi6", "Port": 64112} + {"Proto": "peerapi4", "Port": 42181}, + {"Proto": "peerapi6", "Port": 42181} ]}, - "Created": "2026-04-09T01:25:31.250918064Z", + "Created": "2026-04-09T08:31:37.799794106Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 4807076651408617, - "StableID": "nEFDddk8Ye11CNTRL", + "ID": 2595550125307928, + "StableID": "n3eiXdhXGM11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "DiscoKey": "discokey:07f9d3f0591b33fd63edf9b7be1a3dc346939da941fe03784d78d22c8616201d", + "Addresses": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "AllowedIPs": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "Endpoints": ["77.164.248.136:59070", "10.65.0.27:59070", "172.17.0.1:59070"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 45896}, + {"Proto": "peerapi6", "Port": 45896} + ]}, + "Created": "2026-04-09T08:31:39.425602787Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3198208980750634, + "StableID": "n1YrsYXUyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "KeyExpiry": "2026-10-06T08:31:40Z", + "DiscoKey": "discokey:dc3f670ea18fbebd1b1821f93ecb263df3714de396191f4208ae85a858324c63", + "Addresses": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "AllowedIPs": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "Endpoints": ["77.164.248.136:57104", "10.65.0.27:57104", "172.17.0.1:57104"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54439}, + {"Proto": "peerapi6", "Port": 54439} + ]}, + "Created": "2026-04-09T08:31:40.496089459Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3669062889968386, + "StableID": "nw7KUW4jeV11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "DiscoKey": "discokey:567ca72efb6c08d04103501b487d0de237d03d88541792b1fe943973caa7a728", + "Addresses": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "AllowedIPs": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "Endpoints": ["77.164.248.136:43910", "10.65.0.27:43910", "172.17.0.1:43910"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 32872}, + {"Proto": "peerapi6", "Port": 32872} + ]}, + "Created": "2026-04-09T08:31:39.960586242Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4677905476462380, + "StableID": "nFtmDPedXd11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:514eb0b9037f90b1f8d0870d0742c5c54ed7ff4086673bdd3d7d93f70e15e534", + "Addresses": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "AllowedIPs": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "Endpoints": ["77.164.248.136:33311", "10.65.0.27:33311", "172.17.0.1:33311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63367}, + {"Proto": "peerapi6", "Port": 63367} + ]}, + "Created": "2026-04-09T08:31:41.045948968Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5201976295391272, + "StableID": "nKJnta6zch11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "DiscoKey": "discokey:aac2c5f0279f8ba0aafa54f7acc6660650918beef3f9ffd8f12464882bda9363", + "Addresses": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "AllowedIPs": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "Endpoints": ["77.164.248.136:50750", "10.65.0.27:50750", "172.17.0.1:50750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 55645}, + {"Proto": "peerapi6", "Port": 55645} + ]}, + "Created": "2026-04-09T08:31:36.732558344Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5248277485654470, + "StableID": "nZJUXJMxyh11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "DiscoKey": "discokey:f3084b29e5f8242dbed53097ae197e26915d57fd38a364885a320bbeea36d54f", + "Addresses": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "AllowedIPs": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "Endpoints": ["77.164.248.136:60552", "10.65.0.27:60552", "172.17.0.1:60552"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 33660}, + {"Proto": "peerapi6", "Port": 33660} + ]}, + "Created": "2026-04-09T08:31:34.261694405Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5325359649604236, + "StableID": "nfJ6QjAsai11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "DiscoKey": "discokey:00c160ab5b42ec9cb3db0d8abb79847c998a053d18ed41bfb45f5746dcc95f06", - "Addresses": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "AllowedIPs": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "Endpoints": ["77.164.248.136:34989", "10.65.0.27:34989", "172.17.0.1:34989"], - "HomeDERP": 8, + "Key": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "DiscoKey": "discokey:e9b9c0e3717af0b72682583aabbb0eb90e29dd75e30ecd632527c0bab76d1f53", + "Addresses": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "AllowedIPs": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "Endpoints": ["77.164.248.136:60247", "10.65.0.27:60247", "172.17.0.1:60247"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64148}, - {"Proto": "peerapi6", "Port": 64148} + {"Proto": "peerapi4", "Port": 47164}, + {"Proto": "peerapi6", "Port": 47164} ]}, - "Created": "2026-04-09T01:25:31.786508614Z", + "Created": "2026-04-09T08:31:38.342979686Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6015419260853342, - "StableID": "nbqGF6sPyo11CNTRL", + "ID": 5420693159649427, + "StableID": "nN89EDR3Lj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "DiscoKey": "discokey:c93a9ae4bb9481da0e30ccc72ed905682ab167de8f855260456b94d27bfa3242", + "Addresses": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "AllowedIPs": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "Endpoints": ["77.164.248.136:37943", "10.65.0.27:37943", "172.17.0.1:37943"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43792}, + {"Proto": "peerapi6", "Port": 43792} + ]}, + "Created": "2026-04-09T08:31:34.818053781Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5830322964374377, + "StableID": "nimoMUhZXn11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "DiscoKey": "discokey:5e79328121d272a28c323f0f04a8fccb68500a9f1ef22ba2b174e62a13dd103a", + "Addresses": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "AllowedIPs": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "Endpoints": ["77.164.248.136:45189", "10.65.0.27:45189", "172.17.0.1:45189"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48537}, + {"Proto": "peerapi6", "Port": 48537} + ]}, + "Created": "2026-04-09T08:31:35.468046816Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6238649800167550, + "StableID": "nhk7bakViq11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "DiscoKey": "discokey:971f7d50e7dcc595b2eb7477b36bdd533f7f84e79dd941cf753f16f2f05f4435", + "Addresses": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "AllowedIPs": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "Endpoints": ["77.164.248.136:42729", "10.65.0.27:42729", "172.17.0.1:42729"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 33227}, + {"Proto": "peerapi6", "Port": 33227} + ]}, + "Created": "2026-04-09T08:31:33.743297678Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7990591790504543, + "StableID": "nGbn2DJxP521CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "DiscoKey": "discokey:7f0a89c1e7d7f2d81d18b0faced012ec24edc34a45d1176f19ed592ca908c051", + "Addresses": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "AllowedIPs": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "Endpoints": ["77.164.248.136:51952", "10.65.0.27:51952", "172.17.0.1:51952"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51666}, + {"Proto": "peerapi6", "Port": 51666} + ]}, + "Created": "2026-04-09T08:31:36.200415266Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8698795155485721, + "StableID": "nLnQGhbhvA21CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "DiscoKey": "discokey:2b5aa38cbe9539ad683c01f37a5fedd907da6ac15a271ebea8f50a21b594f132", - "Addresses": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "AllowedIPs": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "Endpoints": ["77.164.248.136:58400", "10.65.0.27:58400", "172.17.0.1:58400"], + "Key": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "DiscoKey": "discokey:57c9f930dd35df7b195aee4e018e5e2c5cf79a274186d2bf3d918f2f46250430", + "Addresses": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "AllowedIPs": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "Endpoints": ["77.164.248.136:33843", "10.65.0.27:33843", "172.17.0.1:33843"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39889}, - {"Proto": "peerapi6", "Port": 39889} + {"Proto": "peerapi4", "Port": 41790}, + {"Proto": "peerapi6", "Port": 41790} ]}, - "Created": "2026-04-09T01:25:32.336677047Z", + "Created": "2026-04-09T08:31:38.892851069Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7353592020697691, - "StableID": "nziDgnPTRz11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "DiscoKey": "discokey:a75646b244436ab43bc5bcb03a79474058310b206748022e65c991c69826fd2a", - "Addresses": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "AllowedIPs": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "Endpoints": ["77.164.248.136:54817", "10.65.0.27:54817", "172.17.0.1:54817"], + "ID": 8990947605462690, + "StableID": "noRnqxw1DD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:7227fbe6c2b10d46312f2e9adb272a3e88d8c3758bc682b9093e9ffaad35fe2f", + "Addresses": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "AllowedIPs": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "Endpoints": ["77.164.248.136:35956", "10.65.0.27:35956", "172.17.0.1:35956"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55205}, - {"Proto": "peerapi6", "Port": 55205} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 64212}, + {"Proto": "peerapi6", "Port": 64212} ]}, - "Created": "2026-04-09T01:25:32.883241143Z", + "Created": "2026-04-09T08:31:41.584981131Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -14996,27 +15014,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4450906237556981": { - "ID": 4450906237556981, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4285634906151726": { + "ID": 4285634906151726, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15047,26 +15067,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4807076651408617, - "StableID": "nEFDddk8Ye11CNTRL", + "ID": 5325359649604236, + "StableID": "nfJ6QjAsai11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 4807076651408617, - "Key": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "DiscoKey": "discokey:00c160ab5b42ec9cb3db0d8abb79847c998a053d18ed41bfb45f5746dcc95f06", - "Addresses": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "AllowedIPs": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "Endpoints": ["77.164.248.136:34989", "10.65.0.27:34989", "172.17.0.1:34989"], + "User": 5325359649604236, + "Key": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "DiscoKey": "discokey:e9b9c0e3717af0b72682583aabbb0eb90e29dd75e30ecd632527c0bab76d1f53", + "Addresses": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "AllowedIPs": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "Endpoints": ["77.164.248.136:60247", "10.65.0.27:60247", "172.17.0.1:60247"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 64148}, - {"Proto": "peerapi6", "Port": 64148}, + {"Proto": "peerapi4", "Port": 47164}, + {"Proto": "peerapi6", "Port": 47164}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:31.786508614Z", + "Created": "2026-04-09T08:31:38.342979686Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15094,302 +15114,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "MachineKey": "mkey:675d880e6cf42adf3beb95250bc7a8e9a3c48c016ad699942498855522468f27", + "NodeKey": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "MachineKey": "mkey:c7891516348c3cdf36c2c1cd8e521207f56acb018a49b1e80238ceb6ee80b314", "Peers": [{ - "ID": 591748182513607, - "StableID": "nGDTYqD1d511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "DiscoKey": "discokey:2996f32a11003c398d82951006d169e4652938af36eb7fcc2bd691e055bc6126", - "Addresses": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "AllowedIPs": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "Endpoints": ["77.164.248.136:55032", "10.65.0.27:55032", "172.17.0.1:55032"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 48055}, - {"Proto": "peerapi6", "Port": 48055} - ]}, - "Created": "2026-04-09T01:25:30.189404104Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 846183907427841, - "StableID": "n8gAHMpEc711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "DiscoKey": "discokey:4836d2ea93a211c09eb150ab969b07f81d00d82d829e5a6dd72a8cd2bea36a0b", - "Addresses": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "AllowedIPs": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "Endpoints": ["77.164.248.136:40231", "10.65.0.27:40231", "172.17.0.1:40231"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 43409}, - {"Proto": "peerapi6", "Port": 43409} - ]}, - "Created": "2026-04-09T01:25:29.095056436Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1114123261128290, - "StableID": "nDv6TU8bh911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "DiscoKey": "discokey:58df18dc88f10c258c12332e4fca538e79020f61e95560c2ed9a9a220ab08442", - "Addresses": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "AllowedIPs": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "Endpoints": ["77.164.248.136:50845", "10.65.0.27:50845", "172.17.0.1:50845"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49689}, - {"Proto": "peerapi6", "Port": 49689} - ]}, - "Created": "2026-04-09T01:25:27.44595576Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1667190528390586, - "StableID": "nKm9yYG52E11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "KeyExpiry": "2026-10-06T01:25:34Z", - "DiscoKey": "discokey:8ed4972f3ef3a87fe0ad17b81347f090b0e67372403c77ffcdceab6590768636", - "Addresses": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "AllowedIPs": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "Endpoints": ["77.164.248.136:46318", "10.65.0.27:46318", "172.17.0.1:46318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36346}, - {"Proto": "peerapi6", "Port": 36346} - ]}, - "Created": "2026-04-09T01:25:34.522796827Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2005340400371507, - "StableID": "nv4VDjtDfG11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "KeyExpiry": "2026-10-06T01:25:33Z", - "DiscoKey": "discokey:72820785c5021027284aff879100734ee590300a0d3f7b134f0962ff65ebb349", - "Addresses": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "AllowedIPs": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "Endpoints": ["77.164.248.136:53788", "10.65.0.27:53788", "172.17.0.1:53788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35631}, - {"Proto": "peerapi6", "Port": 35631} - ]}, - "Created": "2026-04-09T01:25:33.976735889Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2572379162629930, - "StableID": "nqgNuE336M11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "KeyExpiry": "2026-10-06T01:25:35Z", - "DiscoKey": "discokey:f2537a00521a022cb24880a4abd41bb42e70651e5bc2da648ca5ff140f719462", - "Addresses": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "AllowedIPs": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "Endpoints": ["77.164.248.136:41838", "10.65.0.27:41838", "172.17.0.1:41838"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33471}, - {"Proto": "peerapi6", "Port": 33471} - ]}, - "Created": "2026-04-09T01:25:35.057460446Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2662088597535724, - "StableID": "nKQGU6ZfnM11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "DiscoKey": "discokey:0a44bdd95f9702388deb6c74cd09ab952b8601136253f0f72a2b8e6ea84c655b", - "Addresses": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "AllowedIPs": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "Endpoints": ["77.164.248.136:49784", "10.65.0.27:49784", "172.17.0.1:49784"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60163}, - {"Proto": "peerapi6", "Port": 60163} - ]}, - "Created": "2026-04-09T01:25:29.647995102Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3364785193695060, - "StableID": "ndoGQgCvGT11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "DiscoKey": "discokey:54b7022cf561729c66b6cbaa03dc9da174cdfb575abb628daf241e3231cd785a", - "Addresses": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "AllowedIPs": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "Endpoints": ["77.164.248.136:53559", "10.65.0.27:53559", "172.17.0.1:53559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46206}, - {"Proto": "peerapi6", "Port": 46206} - ]}, - "Created": "2026-04-09T01:25:27.996554187Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3991447430208179, - "StableID": "nLhbLEZjAY11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "DiscoKey": "discokey:e442c7610c60e27c02e0263dba4a8605823e1737bbc12082bae32d8eab6e737b", - "Addresses": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "AllowedIPs": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "Endpoints": ["77.164.248.136:35969", "10.65.0.27:35969", "172.17.0.1:35969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} - ]}, - "Created": "2026-04-09T01:25:28.546290225Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4139765837849048, - "StableID": "nubT8UduKZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "DiscoKey": "discokey:813f524351a57a3aa2f819d9eefdbe6d8fa1f996691c3cda45c84a9fb2aeb151", - "Addresses": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "AllowedIPs": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "Endpoints": ["77.164.248.136:38508", "10.65.0.27:38508", "172.17.0.1:38508"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34939}, - {"Proto": "peerapi6", "Port": 34939} - ]}, - "Created": "2026-04-09T01:25:33.435367327Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4450906237556981, - "StableID": "ng2So3mpkb11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "DiscoKey": "discokey:7e67766887b9bd61bc063f6574a812d9cb00877b1a1f434774596e554be91320", - "Addresses": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "AllowedIPs": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "Endpoints": ["77.164.248.136:37986", "10.65.0.27:37986", "172.17.0.1:37986"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51379}, - {"Proto": "peerapi6", "Port": 51379} - ]}, - "Created": "2026-04-09T01:25:30.729426617Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4665170881644499, - "StableID": "nc9fgS8sRd11CNTRL", + "ID": 1099990738350316, + "StableID": "n5jnohtBb911CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "DiscoKey": "discokey:24eec95c1f57962406a65fbb4a84b174fe15d6c87a798e11ab124ab4bfc1ab33", - "Addresses": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "AllowedIPs": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "Endpoints": ["77.164.248.136:50982", "10.65.0.27:50982", "172.17.0.1:50982"], + "Key": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "DiscoKey": "discokey:71e2b20c9d1b30a59b972976c10f633c179aa37454a47984dedff42d554bcf03", + "Addresses": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "AllowedIPs": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "Endpoints": ["77.164.248.136:46758", "10.65.0.27:46758", "172.17.0.1:46758"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64112}, - {"Proto": "peerapi6", "Port": 64112} + {"Proto": "peerapi4", "Port": 42181}, + {"Proto": "peerapi6", "Port": 42181} ]}, - "Created": "2026-04-09T01:25:31.250918064Z", + "Created": "2026-04-09T08:31:37.799794106Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 6015419260853342, - "StableID": "nbqGF6sPyo11CNTRL", + "ID": 2595550125307928, + "StableID": "n3eiXdhXGM11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "DiscoKey": "discokey:07f9d3f0591b33fd63edf9b7be1a3dc346939da941fe03784d78d22c8616201d", + "Addresses": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "AllowedIPs": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "Endpoints": ["77.164.248.136:59070", "10.65.0.27:59070", "172.17.0.1:59070"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 45896}, + {"Proto": "peerapi6", "Port": 45896} + ]}, + "Created": "2026-04-09T08:31:39.425602787Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3198208980750634, + "StableID": "n1YrsYXUyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "KeyExpiry": "2026-10-06T08:31:40Z", + "DiscoKey": "discokey:dc3f670ea18fbebd1b1821f93ecb263df3714de396191f4208ae85a858324c63", + "Addresses": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "AllowedIPs": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "Endpoints": ["77.164.248.136:57104", "10.65.0.27:57104", "172.17.0.1:57104"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54439}, + {"Proto": "peerapi6", "Port": 54439} + ]}, + "Created": "2026-04-09T08:31:40.496089459Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3669062889968386, + "StableID": "nw7KUW4jeV11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "DiscoKey": "discokey:567ca72efb6c08d04103501b487d0de237d03d88541792b1fe943973caa7a728", + "Addresses": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "AllowedIPs": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "Endpoints": ["77.164.248.136:43910", "10.65.0.27:43910", "172.17.0.1:43910"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 32872}, + {"Proto": "peerapi6", "Port": 32872} + ]}, + "Created": "2026-04-09T08:31:39.960586242Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4285634906151726, + "StableID": "nyxyBzMyTa11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "DiscoKey": "discokey:b20922acfde974441f66b571a971074ba7ca7115043170d618acc57de4ebba09", + "Addresses": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "AllowedIPs": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "Endpoints": ["77.164.248.136:49679", "10.65.0.27:49679", "172.17.0.1:49679"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 54433}, + {"Proto": "peerapi6", "Port": 54433} + ]}, + "Created": "2026-04-09T08:31:37.268143412Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4677905476462380, + "StableID": "nFtmDPedXd11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:514eb0b9037f90b1f8d0870d0742c5c54ed7ff4086673bdd3d7d93f70e15e534", + "Addresses": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "AllowedIPs": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "Endpoints": ["77.164.248.136:33311", "10.65.0.27:33311", "172.17.0.1:33311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63367}, + {"Proto": "peerapi6", "Port": 63367} + ]}, + "Created": "2026-04-09T08:31:41.045948968Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5201976295391272, + "StableID": "nKJnta6zch11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "DiscoKey": "discokey:aac2c5f0279f8ba0aafa54f7acc6660650918beef3f9ffd8f12464882bda9363", + "Addresses": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "AllowedIPs": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "Endpoints": ["77.164.248.136:50750", "10.65.0.27:50750", "172.17.0.1:50750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 55645}, + {"Proto": "peerapi6", "Port": 55645} + ]}, + "Created": "2026-04-09T08:31:36.732558344Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5248277485654470, + "StableID": "nZJUXJMxyh11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "DiscoKey": "discokey:f3084b29e5f8242dbed53097ae197e26915d57fd38a364885a320bbeea36d54f", + "Addresses": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "AllowedIPs": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "Endpoints": ["77.164.248.136:60552", "10.65.0.27:60552", "172.17.0.1:60552"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 33660}, + {"Proto": "peerapi6", "Port": 33660} + ]}, + "Created": "2026-04-09T08:31:34.261694405Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5420693159649427, + "StableID": "nN89EDR3Lj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "DiscoKey": "discokey:c93a9ae4bb9481da0e30ccc72ed905682ab167de8f855260456b94d27bfa3242", + "Addresses": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "AllowedIPs": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "Endpoints": ["77.164.248.136:37943", "10.65.0.27:37943", "172.17.0.1:37943"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43792}, + {"Proto": "peerapi6", "Port": 43792} + ]}, + "Created": "2026-04-09T08:31:34.818053781Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5830322964374377, + "StableID": "nimoMUhZXn11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "DiscoKey": "discokey:5e79328121d272a28c323f0f04a8fccb68500a9f1ef22ba2b174e62a13dd103a", + "Addresses": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "AllowedIPs": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "Endpoints": ["77.164.248.136:45189", "10.65.0.27:45189", "172.17.0.1:45189"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48537}, + {"Proto": "peerapi6", "Port": 48537} + ]}, + "Created": "2026-04-09T08:31:35.468046816Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6238649800167550, + "StableID": "nhk7bakViq11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "DiscoKey": "discokey:971f7d50e7dcc595b2eb7477b36bdd533f7f84e79dd941cf753f16f2f05f4435", + "Addresses": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "AllowedIPs": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "Endpoints": ["77.164.248.136:42729", "10.65.0.27:42729", "172.17.0.1:42729"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 33227}, + {"Proto": "peerapi6", "Port": 33227} + ]}, + "Created": "2026-04-09T08:31:33.743297678Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7990591790504543, + "StableID": "nGbn2DJxP521CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "DiscoKey": "discokey:7f0a89c1e7d7f2d81d18b0faced012ec24edc34a45d1176f19ed592ca908c051", + "Addresses": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "AllowedIPs": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "Endpoints": ["77.164.248.136:51952", "10.65.0.27:51952", "172.17.0.1:51952"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51666}, + {"Proto": "peerapi6", "Port": 51666} + ]}, + "Created": "2026-04-09T08:31:36.200415266Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8698795155485721, + "StableID": "nLnQGhbhvA21CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "DiscoKey": "discokey:2b5aa38cbe9539ad683c01f37a5fedd907da6ac15a271ebea8f50a21b594f132", - "Addresses": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "AllowedIPs": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "Endpoints": ["77.164.248.136:58400", "10.65.0.27:58400", "172.17.0.1:58400"], + "Key": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "DiscoKey": "discokey:57c9f930dd35df7b195aee4e018e5e2c5cf79a274186d2bf3d918f2f46250430", + "Addresses": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "AllowedIPs": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "Endpoints": ["77.164.248.136:33843", "10.65.0.27:33843", "172.17.0.1:33843"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39889}, - {"Proto": "peerapi6", "Port": 39889} + {"Proto": "peerapi4", "Port": 41790}, + {"Proto": "peerapi6", "Port": 41790} ]}, - "Created": "2026-04-09T01:25:32.336677047Z", + "Created": "2026-04-09T08:31:38.892851069Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7353592020697691, - "StableID": "nziDgnPTRz11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "DiscoKey": "discokey:a75646b244436ab43bc5bcb03a79474058310b206748022e65c991c69826fd2a", - "Addresses": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "AllowedIPs": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "Endpoints": ["77.164.248.136:54817", "10.65.0.27:54817", "172.17.0.1:54817"], + "ID": 8990947605462690, + "StableID": "noRnqxw1DD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:7227fbe6c2b10d46312f2e9adb272a3e88d8c3758bc682b9093e9ffaad35fe2f", + "Addresses": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "AllowedIPs": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "Endpoints": ["77.164.248.136:35956", "10.65.0.27:35956", "172.17.0.1:35956"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55205}, - {"Proto": "peerapi6", "Port": 55205} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 64212}, + {"Proto": "peerapi6", "Port": 64212} ]}, - "Created": "2026-04-09T01:25:32.883241143Z", + "Created": "2026-04-09T08:31:41.584981131Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16237,27 +16257,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4807076651408617": { - "ID": 4807076651408617, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5325359649604236": { + "ID": 5325359649604236, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16288,22 +16310,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1667190528390586, - "StableID": "nKm9yYG52E11CNTRL", + "ID": 4677905476462380, + "StableID": "nFtmDPedXd11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "KeyExpiry": "2026-10-06T01:25:34Z", - "DiscoKey": "discokey:8ed4972f3ef3a87fe0ad17b81347f090b0e67372403c77ffcdceab6590768636", - "Addresses": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "AllowedIPs": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "Endpoints": ["77.164.248.136:46318", "10.65.0.27:46318", "172.17.0.1:46318"], + "Key": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:514eb0b9037f90b1f8d0870d0742c5c54ed7ff4086673bdd3d7d93f70e15e534", + "Addresses": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "AllowedIPs": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "Endpoints": ["77.164.248.136:33311", "10.65.0.27:33311", "172.17.0.1:33311"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36346}, - {"Proto": "peerapi6", "Port": 36346}, + {"Proto": "peerapi4", "Port": 63367}, + {"Proto": "peerapi6", "Port": 63367}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:34.522796827Z", + "Created": "2026-04-09T08:31:41.045948968Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16330,300 +16352,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "MachineKey": "mkey:ad3d5ac46dc814335ba6407129a8f88dee27d83b2bb8f4f983aabaf400226c16", + "NodeKey": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "MachineKey": "mkey:f120387816cc9930ff79f2b6d7006908f61145e54a4cef69a51f7c42b2082d22", "Peers": [{ - "ID": 591748182513607, - "StableID": "nGDTYqD1d511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "DiscoKey": "discokey:2996f32a11003c398d82951006d169e4652938af36eb7fcc2bd691e055bc6126", - "Addresses": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "AllowedIPs": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "Endpoints": ["77.164.248.136:55032", "10.65.0.27:55032", "172.17.0.1:55032"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 48055}, - {"Proto": "peerapi6", "Port": 48055} - ]}, - "Created": "2026-04-09T01:25:30.189404104Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 846183907427841, - "StableID": "n8gAHMpEc711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "DiscoKey": "discokey:4836d2ea93a211c09eb150ab969b07f81d00d82d829e5a6dd72a8cd2bea36a0b", - "Addresses": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "AllowedIPs": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "Endpoints": ["77.164.248.136:40231", "10.65.0.27:40231", "172.17.0.1:40231"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 43409}, - {"Proto": "peerapi6", "Port": 43409} - ]}, - "Created": "2026-04-09T01:25:29.095056436Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1114123261128290, - "StableID": "nDv6TU8bh911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "DiscoKey": "discokey:58df18dc88f10c258c12332e4fca538e79020f61e95560c2ed9a9a220ab08442", - "Addresses": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "AllowedIPs": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "Endpoints": ["77.164.248.136:50845", "10.65.0.27:50845", "172.17.0.1:50845"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49689}, - {"Proto": "peerapi6", "Port": 49689} - ]}, - "Created": "2026-04-09T01:25:27.44595576Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2005340400371507, - "StableID": "nv4VDjtDfG11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "KeyExpiry": "2026-10-06T01:25:33Z", - "DiscoKey": "discokey:72820785c5021027284aff879100734ee590300a0d3f7b134f0962ff65ebb349", - "Addresses": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "AllowedIPs": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "Endpoints": ["77.164.248.136:53788", "10.65.0.27:53788", "172.17.0.1:53788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35631}, - {"Proto": "peerapi6", "Port": 35631} - ]}, - "Created": "2026-04-09T01:25:33.976735889Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2572379162629930, - "StableID": "nqgNuE336M11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "KeyExpiry": "2026-10-06T01:25:35Z", - "DiscoKey": "discokey:f2537a00521a022cb24880a4abd41bb42e70651e5bc2da648ca5ff140f719462", - "Addresses": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "AllowedIPs": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33471}, - {"Proto": "peerapi6", "Port": 33471} - ]}, - "Created": "2026-04-09T01:25:35.057460446Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2662088597535724, - "StableID": "nKQGU6ZfnM11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "DiscoKey": "discokey:0a44bdd95f9702388deb6c74cd09ab952b8601136253f0f72a2b8e6ea84c655b", - "Addresses": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "AllowedIPs": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "Endpoints": ["77.164.248.136:49784", "10.65.0.27:49784", "172.17.0.1:49784"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60163}, - {"Proto": "peerapi6", "Port": 60163} - ]}, - "Created": "2026-04-09T01:25:29.647995102Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3364785193695060, - "StableID": "ndoGQgCvGT11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "DiscoKey": "discokey:54b7022cf561729c66b6cbaa03dc9da174cdfb575abb628daf241e3231cd785a", - "Addresses": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "AllowedIPs": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "Endpoints": ["77.164.248.136:53559", "10.65.0.27:53559", "172.17.0.1:53559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46206}, - {"Proto": "peerapi6", "Port": 46206} - ]}, - "Created": "2026-04-09T01:25:27.996554187Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3991447430208179, - "StableID": "nLhbLEZjAY11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "DiscoKey": "discokey:e442c7610c60e27c02e0263dba4a8605823e1737bbc12082bae32d8eab6e737b", - "Addresses": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "AllowedIPs": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "Endpoints": ["77.164.248.136:35969", "10.65.0.27:35969", "172.17.0.1:35969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} - ]}, - "Created": "2026-04-09T01:25:28.546290225Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4139765837849048, - "StableID": "nubT8UduKZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "DiscoKey": "discokey:813f524351a57a3aa2f819d9eefdbe6d8fa1f996691c3cda45c84a9fb2aeb151", - "Addresses": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "AllowedIPs": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "Endpoints": ["77.164.248.136:38508", "10.65.0.27:38508", "172.17.0.1:38508"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34939}, - {"Proto": "peerapi6", "Port": 34939} - ]}, - "Created": "2026-04-09T01:25:33.435367327Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4450906237556981, - "StableID": "ng2So3mpkb11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "DiscoKey": "discokey:7e67766887b9bd61bc063f6574a812d9cb00877b1a1f434774596e554be91320", - "Addresses": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "AllowedIPs": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "Endpoints": ["77.164.248.136:37986", "10.65.0.27:37986", "172.17.0.1:37986"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51379}, - {"Proto": "peerapi6", "Port": 51379} - ]}, - "Created": "2026-04-09T01:25:30.729426617Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4665170881644499, - "StableID": "nc9fgS8sRd11CNTRL", + "ID": 1099990738350316, + "StableID": "n5jnohtBb911CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "DiscoKey": "discokey:24eec95c1f57962406a65fbb4a84b174fe15d6c87a798e11ab124ab4bfc1ab33", - "Addresses": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "AllowedIPs": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "Endpoints": ["77.164.248.136:50982", "10.65.0.27:50982", "172.17.0.1:50982"], + "Key": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "DiscoKey": "discokey:71e2b20c9d1b30a59b972976c10f633c179aa37454a47984dedff42d554bcf03", + "Addresses": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "AllowedIPs": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "Endpoints": ["77.164.248.136:46758", "10.65.0.27:46758", "172.17.0.1:46758"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64112}, - {"Proto": "peerapi6", "Port": 64112} + {"Proto": "peerapi4", "Port": 42181}, + {"Proto": "peerapi6", "Port": 42181} ]}, - "Created": "2026-04-09T01:25:31.250918064Z", + "Created": "2026-04-09T08:31:37.799794106Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 4807076651408617, - "StableID": "nEFDddk8Ye11CNTRL", + "ID": 2595550125307928, + "StableID": "n3eiXdhXGM11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "DiscoKey": "discokey:07f9d3f0591b33fd63edf9b7be1a3dc346939da941fe03784d78d22c8616201d", + "Addresses": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "AllowedIPs": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "Endpoints": ["77.164.248.136:59070", "10.65.0.27:59070", "172.17.0.1:59070"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 45896}, + {"Proto": "peerapi6", "Port": 45896} + ]}, + "Created": "2026-04-09T08:31:39.425602787Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3198208980750634, + "StableID": "n1YrsYXUyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "KeyExpiry": "2026-10-06T08:31:40Z", + "DiscoKey": "discokey:dc3f670ea18fbebd1b1821f93ecb263df3714de396191f4208ae85a858324c63", + "Addresses": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "AllowedIPs": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "Endpoints": ["77.164.248.136:57104", "10.65.0.27:57104", "172.17.0.1:57104"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54439}, + {"Proto": "peerapi6", "Port": 54439} + ]}, + "Created": "2026-04-09T08:31:40.496089459Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3669062889968386, + "StableID": "nw7KUW4jeV11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "DiscoKey": "discokey:567ca72efb6c08d04103501b487d0de237d03d88541792b1fe943973caa7a728", + "Addresses": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "AllowedIPs": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "Endpoints": ["77.164.248.136:43910", "10.65.0.27:43910", "172.17.0.1:43910"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 32872}, + {"Proto": "peerapi6", "Port": 32872} + ]}, + "Created": "2026-04-09T08:31:39.960586242Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4285634906151726, + "StableID": "nyxyBzMyTa11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "DiscoKey": "discokey:b20922acfde974441f66b571a971074ba7ca7115043170d618acc57de4ebba09", + "Addresses": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "AllowedIPs": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "Endpoints": ["77.164.248.136:49679", "10.65.0.27:49679", "172.17.0.1:49679"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 54433}, + {"Proto": "peerapi6", "Port": 54433} + ]}, + "Created": "2026-04-09T08:31:37.268143412Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5201976295391272, + "StableID": "nKJnta6zch11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "DiscoKey": "discokey:aac2c5f0279f8ba0aafa54f7acc6660650918beef3f9ffd8f12464882bda9363", + "Addresses": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "AllowedIPs": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "Endpoints": ["77.164.248.136:50750", "10.65.0.27:50750", "172.17.0.1:50750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 55645}, + {"Proto": "peerapi6", "Port": 55645} + ]}, + "Created": "2026-04-09T08:31:36.732558344Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5248277485654470, + "StableID": "nZJUXJMxyh11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "DiscoKey": "discokey:f3084b29e5f8242dbed53097ae197e26915d57fd38a364885a320bbeea36d54f", + "Addresses": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "AllowedIPs": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "Endpoints": ["77.164.248.136:60552", "10.65.0.27:60552", "172.17.0.1:60552"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 33660}, + {"Proto": "peerapi6", "Port": 33660} + ]}, + "Created": "2026-04-09T08:31:34.261694405Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5325359649604236, + "StableID": "nfJ6QjAsai11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "DiscoKey": "discokey:00c160ab5b42ec9cb3db0d8abb79847c998a053d18ed41bfb45f5746dcc95f06", - "Addresses": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "AllowedIPs": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "Endpoints": ["77.164.248.136:34989", "10.65.0.27:34989", "172.17.0.1:34989"], - "HomeDERP": 8, + "Key": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "DiscoKey": "discokey:e9b9c0e3717af0b72682583aabbb0eb90e29dd75e30ecd632527c0bab76d1f53", + "Addresses": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "AllowedIPs": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "Endpoints": ["77.164.248.136:60247", "10.65.0.27:60247", "172.17.0.1:60247"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64148}, - {"Proto": "peerapi6", "Port": 64148} + {"Proto": "peerapi4", "Port": 47164}, + {"Proto": "peerapi6", "Port": 47164} ]}, - "Created": "2026-04-09T01:25:31.786508614Z", + "Created": "2026-04-09T08:31:38.342979686Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6015419260853342, - "StableID": "nbqGF6sPyo11CNTRL", + "ID": 5420693159649427, + "StableID": "nN89EDR3Lj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "DiscoKey": "discokey:c93a9ae4bb9481da0e30ccc72ed905682ab167de8f855260456b94d27bfa3242", + "Addresses": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "AllowedIPs": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "Endpoints": ["77.164.248.136:37943", "10.65.0.27:37943", "172.17.0.1:37943"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43792}, + {"Proto": "peerapi6", "Port": 43792} + ]}, + "Created": "2026-04-09T08:31:34.818053781Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5830322964374377, + "StableID": "nimoMUhZXn11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "DiscoKey": "discokey:5e79328121d272a28c323f0f04a8fccb68500a9f1ef22ba2b174e62a13dd103a", + "Addresses": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "AllowedIPs": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "Endpoints": ["77.164.248.136:45189", "10.65.0.27:45189", "172.17.0.1:45189"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48537}, + {"Proto": "peerapi6", "Port": 48537} + ]}, + "Created": "2026-04-09T08:31:35.468046816Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6238649800167550, + "StableID": "nhk7bakViq11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "DiscoKey": "discokey:971f7d50e7dcc595b2eb7477b36bdd533f7f84e79dd941cf753f16f2f05f4435", + "Addresses": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "AllowedIPs": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "Endpoints": ["77.164.248.136:42729", "10.65.0.27:42729", "172.17.0.1:42729"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 33227}, + {"Proto": "peerapi6", "Port": 33227} + ]}, + "Created": "2026-04-09T08:31:33.743297678Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7990591790504543, + "StableID": "nGbn2DJxP521CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "DiscoKey": "discokey:7f0a89c1e7d7f2d81d18b0faced012ec24edc34a45d1176f19ed592ca908c051", + "Addresses": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "AllowedIPs": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "Endpoints": ["77.164.248.136:51952", "10.65.0.27:51952", "172.17.0.1:51952"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51666}, + {"Proto": "peerapi6", "Port": 51666} + ]}, + "Created": "2026-04-09T08:31:36.200415266Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8698795155485721, + "StableID": "nLnQGhbhvA21CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "DiscoKey": "discokey:2b5aa38cbe9539ad683c01f37a5fedd907da6ac15a271ebea8f50a21b594f132", - "Addresses": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "AllowedIPs": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "Endpoints": ["77.164.248.136:58400", "10.65.0.27:58400", "172.17.0.1:58400"], + "Key": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "DiscoKey": "discokey:57c9f930dd35df7b195aee4e018e5e2c5cf79a274186d2bf3d918f2f46250430", + "Addresses": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "AllowedIPs": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "Endpoints": ["77.164.248.136:33843", "10.65.0.27:33843", "172.17.0.1:33843"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39889}, - {"Proto": "peerapi6", "Port": 39889} + {"Proto": "peerapi4", "Port": 41790}, + {"Proto": "peerapi6", "Port": 41790} ]}, - "Created": "2026-04-09T01:25:32.336677047Z", + "Created": "2026-04-09T08:31:38.892851069Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7353592020697691, - "StableID": "nziDgnPTRz11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "DiscoKey": "discokey:a75646b244436ab43bc5bcb03a79474058310b206748022e65c991c69826fd2a", - "Addresses": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "AllowedIPs": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "Endpoints": ["77.164.248.136:54817", "10.65.0.27:54817", "172.17.0.1:54817"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55205}, - {"Proto": "peerapi6", "Port": 55205} + "ID": 8990947605462690, + "StableID": "noRnqxw1DD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:7227fbe6c2b10d46312f2e9adb272a3e88d8c3758bc682b9093e9ffaad35fe2f", + "Addresses": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "AllowedIPs": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 64212}, + {"Proto": "peerapi6", "Port": 64212} ]}, - "Created": "2026-04-09T01:25:32.883241143Z", + "Created": "2026-04-09T08:31:41.584981131Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17471,23 +17493,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17518,21 +17541,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6015419260853342, - "StableID": "nbqGF6sPyo11CNTRL", + "ID": 8698795155485721, + "StableID": "nLnQGhbhvA21CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 6015419260853342, - "Key": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "DiscoKey": "discokey:2b5aa38cbe9539ad683c01f37a5fedd907da6ac15a271ebea8f50a21b594f132", - "Addresses": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "AllowedIPs": ["100.73.42.9/32", "fd7a:115c:a1e0::9437:2a09/128"], - "Endpoints": ["77.164.248.136:58400", "10.65.0.27:58400", "172.17.0.1:58400"], + "User": 8698795155485721, + "Key": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "DiscoKey": "discokey:57c9f930dd35df7b195aee4e018e5e2c5cf79a274186d2bf3d918f2f46250430", + "Addresses": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "AllowedIPs": ["100.114.87.125/32", "fd7a:115c:a1e0::6137:577d/128"], + "Endpoints": ["77.164.248.136:33843", "10.65.0.27:33843", "172.17.0.1:33843"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 39889}, - {"Proto": "peerapi6", "Port": 39889}, + {"Proto": "peerapi4", "Port": 41790}, + {"Proto": "peerapi6", "Port": 41790}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:32.336677047Z", + "Created": "2026-04-09T08:31:38.892851069Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17560,300 +17583,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9ed55246620c903a104f23ad0ef3626388e20461ead730152b1b9aa494c92a08", - "MachineKey": "mkey:c1afa497db2af8028be8effdeee94b98bfd0646574d2ab1f81289f6d5a8bc258", + "NodeKey": "nodekey:9a5eebfb62bcd3695fb1d69c1a56ffae1aa15ea920b967ebab845a4c6172577c", + "MachineKey": "mkey:9bd24bfb6d0a4584957c8848c760d1a31b06050d789e6413d15c2a499bde234e", "Peers": [{ - "ID": 591748182513607, - "StableID": "nGDTYqD1d511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:531641603f08bac81557d07c5762e5b005430062e966da655bd56a606d32a733", - "DiscoKey": "discokey:2996f32a11003c398d82951006d169e4652938af36eb7fcc2bd691e055bc6126", - "Addresses": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "AllowedIPs": ["100.114.167.52/32", "fd7a:115c:a1e0::6d37:a734/128"], - "Endpoints": ["77.164.248.136:55032", "10.65.0.27:55032", "172.17.0.1:55032"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 48055}, - {"Proto": "peerapi6", "Port": 48055} - ]}, - "Created": "2026-04-09T01:25:30.189404104Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 846183907427841, - "StableID": "n8gAHMpEc711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0505092bc2de1b6bf4d7afe8d707909299f72d23a134d37fea0fa5a720fba34a", - "DiscoKey": "discokey:4836d2ea93a211c09eb150ab969b07f81d00d82d829e5a6dd72a8cd2bea36a0b", - "Addresses": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "AllowedIPs": ["100.123.163.75/32", "fd7a:115c:a1e0::2037:a34b/128"], - "Endpoints": ["77.164.248.136:40231", "10.65.0.27:40231", "172.17.0.1:40231"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 43409}, - {"Proto": "peerapi6", "Port": 43409} - ]}, - "Created": "2026-04-09T01:25:29.095056436Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1114123261128290, - "StableID": "nDv6TU8bh911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:84c717e9551f925a6571a602965f471eddb755b3801cddf3f8dfddae84cbaa5c", - "DiscoKey": "discokey:58df18dc88f10c258c12332e4fca538e79020f61e95560c2ed9a9a220ab08442", - "Addresses": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "AllowedIPs": ["100.75.170.93/32", "fd7a:115c:a1e0::8437:aa5d/128"], - "Endpoints": ["77.164.248.136:50845", "10.65.0.27:50845", "172.17.0.1:50845"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49689}, - {"Proto": "peerapi6", "Port": 49689} - ]}, - "Created": "2026-04-09T01:25:27.44595576Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1667190528390586, - "StableID": "nKm9yYG52E11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:baf849772f4e789eaa39c2a83ee39d75d8b01fc4acd8c21bdf0d001445d5e61c", - "KeyExpiry": "2026-10-06T01:25:34Z", - "DiscoKey": "discokey:8ed4972f3ef3a87fe0ad17b81347f090b0e67372403c77ffcdceab6590768636", - "Addresses": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "AllowedIPs": ["100.85.230.29/32", "fd7a:115c:a1e0::4537:e61d/128"], - "Endpoints": ["77.164.248.136:46318", "10.65.0.27:46318", "172.17.0.1:46318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36346}, - {"Proto": "peerapi6", "Port": 36346} - ]}, - "Created": "2026-04-09T01:25:34.522796827Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2005340400371507, - "StableID": "nv4VDjtDfG11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:512604874cc08a6965a7d46a6d45e116542c75be1fd3a841a3d97f9067302738", - "KeyExpiry": "2026-10-06T01:25:33Z", - "DiscoKey": "discokey:72820785c5021027284aff879100734ee590300a0d3f7b134f0962ff65ebb349", - "Addresses": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "AllowedIPs": ["100.112.39.57/32", "fd7a:115c:a1e0::6737:2739/128"], - "Endpoints": ["77.164.248.136:53788", "10.65.0.27:53788", "172.17.0.1:53788"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35631}, - {"Proto": "peerapi6", "Port": 35631} - ]}, - "Created": "2026-04-09T01:25:33.976735889Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2572379162629930, - "StableID": "nqgNuE336M11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:4dcc0b53b5b0816002c74c352ea795e3560da50173556e1e4e7a4b8adf1dd94a", - "KeyExpiry": "2026-10-06T01:25:35Z", - "DiscoKey": "discokey:f2537a00521a022cb24880a4abd41bb42e70651e5bc2da648ca5ff140f719462", - "Addresses": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "AllowedIPs": ["100.93.217.75/32", "fd7a:115c:a1e0::df37:d94b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33471}, - {"Proto": "peerapi6", "Port": 33471} - ]}, - "Created": "2026-04-09T01:25:35.057460446Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2662088597535724, - "StableID": "nKQGU6ZfnM11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0b6ebe70399f14f33f5e631062408f3f0d57abde1fba3704518f354ce16acc45", - "DiscoKey": "discokey:0a44bdd95f9702388deb6c74cd09ab952b8601136253f0f72a2b8e6ea84c655b", - "Addresses": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "AllowedIPs": ["100.106.204.70/32", "fd7a:115c:a1e0::e137:cc46/128"], - "Endpoints": ["77.164.248.136:49784", "10.65.0.27:49784", "172.17.0.1:49784"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60163}, - {"Proto": "peerapi6", "Port": 60163} - ]}, - "Created": "2026-04-09T01:25:29.647995102Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3364785193695060, - "StableID": "ndoGQgCvGT11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6efe732a996c9e25f978e42d95b90d3a6245505860cc6d573128e3af932fb3a", - "DiscoKey": "discokey:54b7022cf561729c66b6cbaa03dc9da174cdfb575abb628daf241e3231cd785a", - "Addresses": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "AllowedIPs": ["100.114.251.59/32", "fd7a:115c:a1e0::f937:fb3b/128"], - "Endpoints": ["77.164.248.136:53559", "10.65.0.27:53559", "172.17.0.1:53559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 46206}, - {"Proto": "peerapi6", "Port": 46206} - ]}, - "Created": "2026-04-09T01:25:27.996554187Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3991447430208179, - "StableID": "nLhbLEZjAY11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c122e3dc9620efe01cf14151db4c282a686bd35726c1e631adb688b52c4b15c", - "DiscoKey": "discokey:e442c7610c60e27c02e0263dba4a8605823e1737bbc12082bae32d8eab6e737b", - "Addresses": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "AllowedIPs": ["100.68.177.93/32", "fd7a:115c:a1e0::5237:b15d/128"], - "Endpoints": ["77.164.248.136:35969", "10.65.0.27:35969", "172.17.0.1:35969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52926}, - {"Proto": "peerapi6", "Port": 52926} - ]}, - "Created": "2026-04-09T01:25:28.546290225Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4139765837849048, - "StableID": "nubT8UduKZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e6be0ee77a4ed3c79e97bbc9e1d5d264afe56912f454d4cdfdfe9548c12a651", - "DiscoKey": "discokey:813f524351a57a3aa2f819d9eefdbe6d8fa1f996691c3cda45c84a9fb2aeb151", - "Addresses": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "AllowedIPs": ["100.82.166.82/32", "fd7a:115c:a1e0::8c37:a652/128"], - "Endpoints": ["77.164.248.136:38508", "10.65.0.27:38508", "172.17.0.1:38508"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34939}, - {"Proto": "peerapi6", "Port": 34939} - ]}, - "Created": "2026-04-09T01:25:33.435367327Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4450906237556981, - "StableID": "ng2So3mpkb11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:af3c8bc9c913a0f1288a99a58560785fa7e08617e834e7a08f89b8dfab9e570a", - "DiscoKey": "discokey:7e67766887b9bd61bc063f6574a812d9cb00877b1a1f434774596e554be91320", - "Addresses": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "AllowedIPs": ["100.94.87.11/32", "fd7a:115c:a1e0::ab37:570b/128"], - "Endpoints": ["77.164.248.136:37986", "10.65.0.27:37986", "172.17.0.1:37986"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51379}, - {"Proto": "peerapi6", "Port": 51379} - ]}, - "Created": "2026-04-09T01:25:30.729426617Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4665170881644499, - "StableID": "nc9fgS8sRd11CNTRL", + "ID": 1099990738350316, + "StableID": "n5jnohtBb911CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3958eabb5b0f3a920ca2f2a97e565bbc7e70f10994c91780008ec75728189374", - "DiscoKey": "discokey:24eec95c1f57962406a65fbb4a84b174fe15d6c87a798e11ab124ab4bfc1ab33", - "Addresses": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "AllowedIPs": ["100.88.147.117/32", "fd7a:115c:a1e0::2837:9375/128"], - "Endpoints": ["77.164.248.136:50982", "10.65.0.27:50982", "172.17.0.1:50982"], + "Key": "nodekey:cdbee482dfa4ba994dc57bd5b889b17d2321f4df8a5b025fb415a2486bd1c678", + "DiscoKey": "discokey:71e2b20c9d1b30a59b972976c10f633c179aa37454a47984dedff42d554bcf03", + "Addresses": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "AllowedIPs": ["100.81.198.121/32", "fd7a:115c:a1e0::6b37:c679/128"], + "Endpoints": ["77.164.248.136:46758", "10.65.0.27:46758", "172.17.0.1:46758"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64112}, - {"Proto": "peerapi6", "Port": 64112} + {"Proto": "peerapi4", "Port": 42181}, + {"Proto": "peerapi6", "Port": 42181} ]}, - "Created": "2026-04-09T01:25:31.250918064Z", + "Created": "2026-04-09T08:31:37.799794106Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 4807076651408617, - "StableID": "nEFDddk8Ye11CNTRL", + "ID": 2595550125307928, + "StableID": "n3eiXdhXGM11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:911600a689a181fe4de2d759a4458e96099fddd1f3ccedabb89c916676640a01", + "DiscoKey": "discokey:07f9d3f0591b33fd63edf9b7be1a3dc346939da941fe03784d78d22c8616201d", + "Addresses": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "AllowedIPs": ["100.100.10.2/32", "fd7a:115c:a1e0::7637:a02/128"], + "Endpoints": ["77.164.248.136:59070", "10.65.0.27:59070", "172.17.0.1:59070"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 45896}, + {"Proto": "peerapi6", "Port": 45896} + ]}, + "Created": "2026-04-09T08:31:39.425602787Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3198208980750634, + "StableID": "n1YrsYXUyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:1816ee3d8c9893fc36193a32dfb9e042a4357363f70788d73365d98d10beae0a", + "KeyExpiry": "2026-10-06T08:31:40Z", + "DiscoKey": "discokey:dc3f670ea18fbebd1b1821f93ecb263df3714de396191f4208ae85a858324c63", + "Addresses": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "AllowedIPs": ["100.126.174.11/32", "fd7a:115c:a1e0::1037:ae0b/128"], + "Endpoints": ["77.164.248.136:57104", "10.65.0.27:57104", "172.17.0.1:57104"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54439}, + {"Proto": "peerapi6", "Port": 54439} + ]}, + "Created": "2026-04-09T08:31:40.496089459Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3669062889968386, + "StableID": "nw7KUW4jeV11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c4da398b54045df628f7c2dd29083c27c12a44b941b24d4db16346ac56f9ac2a", + "DiscoKey": "discokey:567ca72efb6c08d04103501b487d0de237d03d88541792b1fe943973caa7a728", + "Addresses": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "AllowedIPs": ["100.121.172.43/32", "fd7a:115c:a1e0::5637:ac2b/128"], + "Endpoints": ["77.164.248.136:43910", "10.65.0.27:43910", "172.17.0.1:43910"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 32872}, + {"Proto": "peerapi6", "Port": 32872} + ]}, + "Created": "2026-04-09T08:31:39.960586242Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4285634906151726, + "StableID": "nyxyBzMyTa11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7c49042086c6771a9ab48f817efa81dfa39bfb9f166f1313a7db2ed7401f9647", + "DiscoKey": "discokey:b20922acfde974441f66b571a971074ba7ca7115043170d618acc57de4ebba09", + "Addresses": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "AllowedIPs": ["100.95.150.72/32", "fd7a:115c:a1e0::4037:9648/128"], + "Endpoints": ["77.164.248.136:49679", "10.65.0.27:49679", "172.17.0.1:49679"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 54433}, + {"Proto": "peerapi6", "Port": 54433} + ]}, + "Created": "2026-04-09T08:31:37.268143412Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4677905476462380, + "StableID": "nFtmDPedXd11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8db5175a411c4aa092c38ee499a94462d3f6ad0eb321560df4cacce103cce41c", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:514eb0b9037f90b1f8d0870d0742c5c54ed7ff4086673bdd3d7d93f70e15e534", + "Addresses": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "AllowedIPs": ["100.76.228.29/32", "fd7a:115c:a1e0::337:e41d/128"], + "Endpoints": ["77.164.248.136:33311", "10.65.0.27:33311", "172.17.0.1:33311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63367}, + {"Proto": "peerapi6", "Port": 63367} + ]}, + "Created": "2026-04-09T08:31:41.045948968Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5201976295391272, + "StableID": "nKJnta6zch11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a17a7f605423f5cdc5edb0917024b0fd2f9731a93fcb011609394125e8a2c177", + "DiscoKey": "discokey:aac2c5f0279f8ba0aafa54f7acc6660650918beef3f9ffd8f12464882bda9363", + "Addresses": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "AllowedIPs": ["100.98.193.120/32", "fd7a:115c:a1e0::e837:c178/128"], + "Endpoints": ["77.164.248.136:50750", "10.65.0.27:50750", "172.17.0.1:50750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 55645}, + {"Proto": "peerapi6", "Port": 55645} + ]}, + "Created": "2026-04-09T08:31:36.732558344Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5248277485654470, + "StableID": "nZJUXJMxyh11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e13d7d40e5b4b35a4889d754c2221b76cbf350012ae5d112f671286ea3b0d206", + "DiscoKey": "discokey:f3084b29e5f8242dbed53097ae197e26915d57fd38a364885a320bbeea36d54f", + "Addresses": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "AllowedIPs": ["100.112.210.7/32", "fd7a:115c:a1e0::a337:d207/128"], + "Endpoints": ["77.164.248.136:60552", "10.65.0.27:60552", "172.17.0.1:60552"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 33660}, + {"Proto": "peerapi6", "Port": 33660} + ]}, + "Created": "2026-04-09T08:31:34.261694405Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5325359649604236, + "StableID": "nfJ6QjAsai11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:da0274ca3cd0406fbaf8d5d5b291ae179f7fa527e0e4e01ab21538e3b8ad5234", - "DiscoKey": "discokey:00c160ab5b42ec9cb3db0d8abb79847c998a053d18ed41bfb45f5746dcc95f06", - "Addresses": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "AllowedIPs": ["100.109.82.53/32", "fd7a:115c:a1e0::b837:5235/128"], - "Endpoints": ["77.164.248.136:34989", "10.65.0.27:34989", "172.17.0.1:34989"], - "HomeDERP": 8, + "Key": "nodekey:5af2bda17892e718d46d2eeec619db9d0beba6d2ac7780ec9821468bb528593d", + "DiscoKey": "discokey:e9b9c0e3717af0b72682583aabbb0eb90e29dd75e30ecd632527c0bab76d1f53", + "Addresses": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "AllowedIPs": ["100.104.89.62/32", "fd7a:115c:a1e0::b537:593e/128"], + "Endpoints": ["77.164.248.136:60247", "10.65.0.27:60247", "172.17.0.1:60247"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64148}, - {"Proto": "peerapi6", "Port": 64148} + {"Proto": "peerapi4", "Port": 47164}, + {"Proto": "peerapi6", "Port": 47164} ]}, - "Created": "2026-04-09T01:25:31.786508614Z", + "Created": "2026-04-09T08:31:38.342979686Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7353592020697691, - "StableID": "nziDgnPTRz11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 5420693159649427, + "StableID": "nN89EDR3Lj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fab7908e97b64e03b4b1cd6d28ba520119dcc80fe64cc08a47340ab468b5ae26", - "DiscoKey": "discokey:a75646b244436ab43bc5bcb03a79474058310b206748022e65c991c69826fd2a", - "Addresses": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "AllowedIPs": ["100.117.174.39/32", "fd7a:115c:a1e0::6837:ae27/128"], - "Endpoints": ["77.164.248.136:54817", "10.65.0.27:54817", "172.17.0.1:54817"], + "Key": "nodekey:a1274f578bdf85ebed3c1ca3d3e43fbf641d032026f39a75b761fd7aec9ca47d", + "DiscoKey": "discokey:c93a9ae4bb9481da0e30ccc72ed905682ab167de8f855260456b94d27bfa3242", + "Addresses": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "AllowedIPs": ["100.92.164.126/32", "fd7a:115c:a1e0::ec37:a47e/128"], + "Endpoints": ["77.164.248.136:37943", "10.65.0.27:37943", "172.17.0.1:37943"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55205}, - {"Proto": "peerapi6", "Port": 55205} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43792}, + {"Proto": "peerapi6", "Port": 43792} ]}, - "Created": "2026-04-09T01:25:32.883241143Z", + "Created": "2026-04-09T08:31:34.818053781Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5830322964374377, + "StableID": "nimoMUhZXn11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1128839d0ea62e6f4bced435f9e05065af82900a6cf3d31f68c4a250f825014e", + "DiscoKey": "discokey:5e79328121d272a28c323f0f04a8fccb68500a9f1ef22ba2b174e62a13dd103a", + "Addresses": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "AllowedIPs": ["100.101.1.79/32", "fd7a:115c:a1e0::f837:14f/128"], + "Endpoints": ["77.164.248.136:45189", "10.65.0.27:45189", "172.17.0.1:45189"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48537}, + {"Proto": "peerapi6", "Port": 48537} + ]}, + "Created": "2026-04-09T08:31:35.468046816Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 6238649800167550, + "StableID": "nhk7bakViq11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8315f1244a26c7ed2027e494cf81367c5c45ecfc3c28bff7ef6e7d0141af6826", + "DiscoKey": "discokey:971f7d50e7dcc595b2eb7477b36bdd533f7f84e79dd941cf753f16f2f05f4435", + "Addresses": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "AllowedIPs": ["100.111.104.39/32", "fd7a:115c:a1e0::4137:6827/128"], + "Endpoints": ["77.164.248.136:42729", "10.65.0.27:42729", "172.17.0.1:42729"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 33227}, + {"Proto": "peerapi6", "Port": 33227} + ]}, + "Created": "2026-04-09T08:31:33.743297678Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7990591790504543, + "StableID": "nGbn2DJxP521CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1d977a24e73be9953a0f714cb1c833a8a2647602ae8af0430f3ba1864cfdeb21", + "DiscoKey": "discokey:7f0a89c1e7d7f2d81d18b0faced012ec24edc34a45d1176f19ed592ca908c051", + "Addresses": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "AllowedIPs": ["100.125.235.34/32", "fd7a:115c:a1e0::4c37:eb22/128"], + "Endpoints": ["77.164.248.136:51952", "10.65.0.27:51952", "172.17.0.1:51952"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51666}, + {"Proto": "peerapi6", "Port": 51666} + ]}, + "Created": "2026-04-09T08:31:36.200415266Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8990947605462690, + "StableID": "noRnqxw1DD21CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:315b4fbc48387d4b28cdbf5dea285dedd051329476bd62c6d548f1b91eaeff37", + "KeyExpiry": "2026-10-06T08:31:41Z", + "DiscoKey": "discokey:7227fbe6c2b10d46312f2e9adb272a3e88d8c3758bc682b9093e9ffaad35fe2f", + "Addresses": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "AllowedIPs": ["100.110.255.56/32", "fd7a:115c:a1e0::1e37:ff38/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 64212}, + {"Proto": "peerapi6", "Port": 64212} + ]}, + "Created": "2026-04-09T08:31:41.584981131Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18701,27 +18724,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6015419260853342": { - "ID": 6015419260853342, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8698795155485721": { + "ID": 8698795155485721, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-b2.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-b2.hujson index 0cf4c127..b0c329d7 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-b2.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-b2.hujson @@ -3,7 +3,7 @@ // ssh b2 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:25:47Z +// Captured at: 2026-04-09T08:31:54Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-b2", "description": "ssh b2", "category": "ssh", - "captured_at": "2026-04-09T01:25:47.983635085Z", + "captured_at": "2026-04-09T08:31:54.500696707Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh b2\",\n\t\"id\": \"ssh-b2\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"group:developers\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh b2\",\n\t\"id\": \"ssh-b2\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"group:developers\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-b2.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.96.242.87", - "ipv6": "fd7a:115c:a1e0::6137:f257", + "ipv4": "100.103.248.45", + "ipv6": "fd7a:115c:a1e0::1037:f82d", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.82.38.7", - "ipv6": "fd7a:115c:a1e0::3937:2607", + "ipv4": "100.74.176.66", + "ipv6": "fd7a:115c:a1e0::c637:b042", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.103.235.113", - "ipv6": "fd7a:115c:a1e0::1137:eb71", + "ipv4": "100.123.35.112", + "ipv6": "fd7a:115c:a1e0::2437:2370", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.108.156.29", - "ipv6": "fd7a:115c:a1e0::9437:9c1d", + "ipv4": "100.98.148.32", + "ipv6": "fd7a:115c:a1e0::a337:9420", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.75.212.56", - "ipv6": "fd7a:115c:a1e0::f237:d438", + "ipv4": "100.69.127.15", + "ipv6": "fd7a:115c:a1e0::737:7f0f", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.105.240.73", - "ipv6": "fd7a:115c:a1e0::437:f049", + "ipv4": "100.76.75.72", + "ipv6": "fd7a:115c:a1e0::9637:4b48", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.90.118.29", - "ipv6": "fd7a:115c:a1e0::7737:761d", + "ipv4": "100.86.69.119", + "ipv6": "fd7a:115c:a1e0::a137:4577", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.92.19.88", - "ipv6": "fd7a:115c:a1e0::d137:1358", + "ipv4": "100.105.60.120", + "ipv6": "fd7a:115c:a1e0::ee37:3c78", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.122.105.44", - "ipv6": "fd7a:115c:a1e0::1137:692c", + "ipv4": "100.65.171.35", + "ipv6": "fd7a:115c:a1e0::2437:ab23", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.91.78.12", - "ipv6": "fd7a:115c:a1e0::bb37:4e0c", + "ipv4": "100.81.133.71", + "ipv6": "fd7a:115c:a1e0::d037:8548", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.100.96.114", - "ipv6": "fd7a:115c:a1e0::df37:6072", + "ipv4": "100.84.72.82", + "ipv6": "fd7a:115c:a1e0::4237:4852", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.88.46.55", - "ipv6": "fd7a:115c:a1e0::8a37:2e37", + "ipv4": "100.95.218.62", + "ipv6": "fd7a:115c:a1e0::4437:da3e", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.104.23.13", - "ipv6": "fd7a:115c:a1e0::2337:170d", + "ipv4": "100.82.148.21", + "ipv6": "fd7a:115c:a1e0::137:9415", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.72.234.8", - "ipv6": "fd7a:115c:a1e0::c737:ea09", + "ipv4": "100.104.2.85", + "ipv6": "fd7a:115c:a1e0::2737:255", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.95.234.102", - "ipv6": "fd7a:115c:a1e0::a337:ea66", + "ipv4": "100.73.80.110", + "ipv6": "fd7a:115c:a1e0::3e37:506e", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3795651413928197, - "StableID": "niRNrvK4eW11CNTRL", + "ID": 2971823418869638, + "StableID": "nDrfzBmwCQ11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 3795651413928197, - "Key": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "DiscoKey": "discokey:14d30aa6a677d7164ffe33663d947fe6561da7f5cca53ea787b82a97bb09da55", - "Addresses": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "AllowedIPs": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "Endpoints": ["77.164.248.136:50843", "10.65.0.27:50843", "172.17.0.1:50843"], + "User": 2971823418869638, + "Key": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "DiscoKey": "discokey:5748565cc5ce3ffacd73ea435c5d95a3f2faad9451ef08df066b79c902411c3a", + "Addresses": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "AllowedIPs": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "Endpoints": ["77.164.248.136:42987", "10.65.0.27:42987", "172.17.0.1:42987"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 54618}, - {"Proto": "peerapi6", "Port": 54618}, + {"Proto": "peerapi4", "Port": 45943}, + {"Proto": "peerapi6", "Port": 45943}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:57.49452024Z", + "Created": "2026-04-09T08:32:03.859664992Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,302 +221,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "MachineKey": "mkey:0aba5ff760d69045fc6841ce5f815d11e917b27c93ae21dca24a28d075847b44", + "NodeKey": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "MachineKey": "mkey:0b899447e3e0831365733470d499bfcf0ae478031bfcf937e93ad652ac39d939", "Peers": [{ - "ID": 802600223445962, - "StableID": "nMcVNvwVG711CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "DiscoKey": "discokey:9aebafc1f51f29a0fe768de15564d567400aadd3fe2fb8914aab03503528172e", - "Addresses": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "AllowedIPs": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "Endpoints": ["77.164.248.136:33834", "10.65.0.27:33834", "172.17.0.1:33834"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48033}, - {"Proto": "peerapi6", "Port": 48033} - ]}, - "Created": "2026-04-09T01:25:55.303124592Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1615975912291647, - "StableID": "npyjivwscD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "DiscoKey": "discokey:10b4ac32bbb3174fae8c85901ac0ccf731fe46b62f2f7da1980e29206a55223e", - "Addresses": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "AllowedIPs": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "Endpoints": ["77.164.248.136:59796", "10.65.0.27:59796", "172.17.0.1:59796"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 34969}, - {"Proto": "peerapi6", "Port": 34969} - ]}, - "Created": "2026-04-09T01:25:50.879483336Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2224172138173915, - "StableID": "nAUnXNELNJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "DiscoKey": "discokey:cc7e260bb3755773de78b7fcdff644c1a101e843333ade98e347bb5207717a7c", - "Addresses": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "AllowedIPs": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "Endpoints": ["77.164.248.136:50884", "10.65.0.27:50884", "172.17.0.1:50884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61332}, - {"Proto": "peerapi6", "Port": 61332} - ]}, - "Created": "2026-04-09T01:25:56.364231445Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2329548305190894, - "StableID": "n96rZTH4CK11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "DiscoKey": "discokey:8c02adf44a60e0cc2dda97d649b9808bf4ab7f59d9d5097c5f9603f4984bea61", - "Addresses": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "AllowedIPs": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "Endpoints": ["77.164.248.136:45911", "10.65.0.27:45911", "172.17.0.1:45911"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49373}, - {"Proto": "peerapi6", "Port": 49373} - ]}, - "Created": "2026-04-09T01:25:56.929495833Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3254870454286427, - "StableID": "ngdNGov8RS11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "KeyExpiry": "2026-10-06T01:25:59Z", - "DiscoKey": "discokey:d647b01a156666f57d56763f165183887225a0f1f070a53043f30050bf539b4c", - "Addresses": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "AllowedIPs": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "Endpoints": ["77.164.248.136:55862", "10.65.0.27:55862", "172.17.0.1:55862"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61242}, - {"Proto": "peerapi6", "Port": 61242} - ]}, - "Created": "2026-04-09T01:25:59.131344804Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4666260058530570, - "StableID": "nR2uWsjMSd11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "DiscoKey": "discokey:86d492fbd179f17c66433f035988dd9de2b13cc31cd0954cec38fcd561ea4003", - "Addresses": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "AllowedIPs": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "Endpoints": ["77.164.248.136:38213", "10.65.0.27:38213", "172.17.0.1:38213"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 33718}, - {"Proto": "peerapi6", "Port": 33718} - ]}, - "Created": "2026-04-09T01:25:54.71325515Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4898314826234908, - "StableID": "nspnhcRTFf11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "DiscoKey": "discokey:98fcea05af6281c2484514ca3ef85c2b4feb3f263d5a73141dfdbf34a0a6015b", - "Addresses": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "AllowedIPs": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "Endpoints": ["77.164.248.136:49061", "10.65.0.27:49061", "172.17.0.1:49061"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 46819}, - {"Proto": "peerapi6", "Port": 46819} - ]}, - "Created": "2026-04-09T01:25:53.087461962Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5559092138939557, - "StableID": "n44t6bviQk11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "DiscoKey": "discokey:bd53c8f81872773446b108a38e45a4da438e1190562d1b699156bfb85f5a091a", - "Addresses": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "AllowedIPs": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "Endpoints": ["77.164.248.136:39017", "10.65.0.27:39017", "172.17.0.1:39017"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49497}, - {"Proto": "peerapi6", "Port": 49497} - ]}, - "Created": "2026-04-09T01:25:52.524256665Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5671337686686407, - "StableID": "nv2mnbRZHm11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:45ed3d1cb00437f720384154ee7f1c46b6ce99dc15421fa1b41c682aa2703657", - "Addresses": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "AllowedIPs": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "Endpoints": ["77.164.248.136:60664", "10.65.0.27:60664", "172.17.0.1:60664"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45364}, - {"Proto": "peerapi6", "Port": 45364} - ]}, - "Created": "2026-04-09T01:25:58.031861055Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5840714889404806, - "StableID": "n16vBDgGcn11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "DiscoKey": "discokey:fdf78eed8cd00f8141cff84a6cd3ec6b74e712e37d67c4ee2d6b97cc4da0fc35", - "Addresses": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "AllowedIPs": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "Endpoints": ["77.164.248.136:37864", "10.65.0.27:37864", "172.17.0.1:37864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 38546}, - {"Proto": "peerapi6", "Port": 38546} - ]}, - "Created": "2026-04-09T01:25:51.42610072Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6004973850037999, - "StableID": "nt5Y4sUfto11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:5a8db179e1e1089aa0bc1e3c0127ffe1ee3c4c6cce543c3f6c85fd3015694c75", - "Addresses": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "AllowedIPs": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "Endpoints": ["77.164.248.136:40726", "10.65.0.27:40726", "172.17.0.1:40726"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38462}, - {"Proto": "peerapi6", "Port": 38462} - ]}, - "Created": "2026-04-09T01:25:58.556110879Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7620270784750974, - "StableID": "nb9irKbEW221CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "DiscoKey": "discokey:41e934c4892cdbcb5d46d1559407ba1d6a4cdc25a01e4d47f8e37b7e45678b66", - "Addresses": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "AllowedIPs": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "Endpoints": ["77.164.248.136:59013", "10.65.0.27:59013", "172.17.0.1:59013"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 49817}, - {"Proto": "peerapi6", "Port": 49817} - ]}, - "Created": "2026-04-09T01:25:51.974178062Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7664871805515639, - "StableID": "nkFKLjBSr221CNTRL", + "ID": 353162296236964, + "StableID": "nscimXywk311CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "DiscoKey": "discokey:32caedb0a09e58f40de135b0c65f4446a246287b90552196d8fb3315975ace74", - "Addresses": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "AllowedIPs": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "Endpoints": ["77.164.248.136:45452", "10.65.0.27:45452", "172.17.0.1:45452"], + "Key": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "DiscoKey": "discokey:a7f5ba06a01ce9fe1a02037e62309f40523e399283bdb11618b6c480a1322358", + "Addresses": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "AllowedIPs": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "Endpoints": ["77.164.248.136:33764", "10.65.0.27:33764", "172.17.0.1:33764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46411}, - {"Proto": "peerapi6", "Port": 46411} + {"Proto": "peerapi4", "Port": 57088}, + {"Proto": "peerapi6", "Port": 57088} ]}, - "Created": "2026-04-09T01:25:53.623294284Z", + "Created": "2026-04-09T08:32:00.081099262Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7816942739519904, - "StableID": "nhwe2BqJ3421CNTRL", + "ID": 543048538198037, + "StableID": "neKpjvxwE511CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "DiscoKey": "discokey:1db360b4c0953399d4bffd5c4358d2ee082da8a00fff8f273ad1c5782d033e06", + "Addresses": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "AllowedIPs": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54479}, + {"Proto": "peerapi6", "Port": 54479} + ]}, + "Created": "2026-04-09T08:32:03.308967962Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 853906812262216, + "StableID": "nHy7wfgjf711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "DiscoKey": "discokey:958bf4479bef0bca1413c1845bb1266c27afd129ab63a0430e059a390fb9ee6d", - "Addresses": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "AllowedIPs": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "Endpoints": ["77.164.248.136:57429", "10.65.0.27:57429", "172.17.0.1:57429"], + "Key": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "DiscoKey": "discokey:bc93b7d6e8282912dbb4ad6701453486b95f83b849ec135b6f0e4a9dc5530d15", + "Addresses": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "AllowedIPs": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35385}, - {"Proto": "peerapi6", "Port": 35385} + {"Proto": "peerapi4", "Port": 32929}, + {"Proto": "peerapi6", "Port": 32929} ]}, - "Created": "2026-04-09T01:25:54.177388655Z", + "Created": "2026-04-09T08:32:01.118988311Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 1069210838473017, + "StableID": "n8pQTdMFM911CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "DiscoKey": "discokey:bd5a2a1da3aa57af44d1e3abcb99bd711f739b9b7a1ffb09ee68447278cc5c08", + "Addresses": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "AllowedIPs": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "Endpoints": ["77.164.248.136:33594", "10.65.0.27:33594", "172.17.0.1:33594"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:31:59.525628528Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2211098526192549, + "StableID": "nAD6DvoQGJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "KeyExpiry": "2026-10-06T08:32:05Z", + "DiscoKey": "discokey:7cbabf9778f27a4a760bdd8e8faa9c190754050adc8c296aacd080004a9ddf22", + "Addresses": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "AllowedIPs": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55550}, + {"Proto": "peerapi6", "Port": 55550} + ]}, + "Created": "2026-04-09T08:32:05.463995494Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4240785096016511, + "StableID": "nngp3YEf7a11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "DiscoKey": "discokey:e6cb5a9f92cc66dd16e51a138f9d2c9e7bfa9cfbf90bc66f56a24e01ec62205c", + "Addresses": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "AllowedIPs": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "Endpoints": ["77.164.248.136:58978", "10.65.0.27:58978", "172.17.0.1:58978"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 34873}, + {"Proto": "peerapi6", "Port": 34873} + ]}, + "Created": "2026-04-09T08:32:02.199503452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6010219833831198, + "StableID": "nMUigSH3wo11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:40865226f170c77c14f6bf919f656baf4dce417697497f28edc5c7e97b3d4b55", + "Addresses": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "AllowedIPs": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "Endpoints": ["77.164.248.136:39124", "10.65.0.27:39124", "172.17.0.1:39124"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62170}, + {"Proto": "peerapi6", "Port": 62170} + ]}, + "Created": "2026-04-09T08:32:04.367156087Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6154159035722702, + "StableID": "n5LS4hKE4q11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "DiscoKey": "discokey:1cb14fa29a2e8be777a9ae8f8268f1d1e3badc15dfddb280f70246a9e93b1c35", + "Addresses": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "AllowedIPs": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "Endpoints": ["77.164.248.136:36740", "10.65.0.27:36740", "172.17.0.1:36740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43402}, + {"Proto": "peerapi6", "Port": 43402} + ]}, + "Created": "2026-04-09T08:31:58.451912064Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6933457329920760, + "StableID": "nVZgjgAB9w11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:ef9f54536d05db6adb8ab67dd5a2d073173edf8a31c16362610e669d262ac42f", + "Addresses": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "AllowedIPs": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "Endpoints": ["77.164.248.136:58293", "10.65.0.27:58293", "172.17.0.1:58293"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 33907}, + {"Proto": "peerapi6", "Port": 33907} + ]}, + "Created": "2026-04-09T08:32:04.918668394Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7115987500863376, + "StableID": "nD92uevqZx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "DiscoKey": "discokey:e5938621fce43a73c3a1d8091f77e00adbb46e230d4acc9f505ff3b7155cd171", + "Addresses": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "AllowedIPs": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "Endpoints": ["77.164.248.136:55445", "10.65.0.27:55445", "172.17.0.1:55445"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61073}, + {"Proto": "peerapi6", "Port": 61073} + ]}, + "Created": "2026-04-09T08:32:01.676698488Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7262091701871220, + "StableID": "nKr7qQq1iy11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "DiscoKey": "discokey:924a2d73d881617cacbec64c692e3cc08a95bdeab9bf8fffb8f0869870743415", + "Addresses": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "AllowedIPs": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "Endpoints": ["77.164.248.136:57496", "10.65.0.27:57496", "172.17.0.1:57496"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43691}, + {"Proto": "peerapi6", "Port": 43691} + ]}, + "Created": "2026-04-09T08:31:58.98379381Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7710632786240420, + "StableID": "n57vVQFAD321CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "DiscoKey": "discokey:3a1dae7e34fd0217cac3536edff7e63c6866263758dd6449a430203a9b363c4f", + "Addresses": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "AllowedIPs": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "Endpoints": ["77.164.248.136:59653", "10.65.0.27:59653", "172.17.0.1:59653"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 43701}, + {"Proto": "peerapi6", "Port": 43701} + ]}, + "Created": "2026-04-09T08:31:57.36275331Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8561933875086434, + "StableID": "nmURa6Vir921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "DiscoKey": "discokey:b868d912f9ab00f29bdb6a00ab451ab255518e8653361f8900d93ef79a16b407", + "Addresses": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "AllowedIPs": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "Endpoints": ["77.164.248.136:34146", "10.65.0.27:34146", "172.17.0.1:34146"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65110}, + {"Proto": "peerapi6", "Port": 65110} + ]}, + "Created": "2026-04-09T08:32:02.740221213Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8935932530469681, + "StableID": "nGS947o6nC21CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "DiscoKey": "discokey:2244d48e7c79769121b79749c7950d227f19e03f743767a096053ca303904569", + "Addresses": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "AllowedIPs": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "Endpoints": ["77.164.248.136:47452", "10.65.0.27:47452", "172.17.0.1:47452"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43340}, + {"Proto": "peerapi6", "Port": 43340} + ]}, + "Created": "2026-04-09T08:31:57.914878108Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -544,10 +543,10 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{"principals": [ - {"nodeIP": "100.103.235.113"}, - {"nodeIP": "100.105.240.73"}, - {"nodeIP": "fd7a:115c:a1e0::1137:eb71"}, - {"nodeIP": "fd7a:115c:a1e0::437:f049"} + {"nodeIP": "100.123.35.112"}, + {"nodeIP": "100.76.75.72"}, + {"nodeIP": "fd7a:115c:a1e0::2437:2370"}, + {"nodeIP": "fd7a:115c:a1e0::9637:4b48"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1374,33 +1373,35 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3795651413928197": { - "ID": 3795651413928197, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2971823418869638": { + "ID": 2971823418869638, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{"principals": [ - {"nodeIP": "100.103.235.113"}, - {"nodeIP": "100.105.240.73"}, - {"nodeIP": "fd7a:115c:a1e0::1137:eb71"}, - {"nodeIP": "fd7a:115c:a1e0::437:f049"} + {"nodeIP": "100.123.35.112"}, + {"nodeIP": "100.76.75.72"}, + {"nodeIP": "fd7a:115c:a1e0::2437:2370"}, + {"nodeIP": "fd7a:115c:a1e0::9637:4b48"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1435,26 +1436,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7664871805515639, - "StableID": "nkFKLjBSr221CNTRL", + "ID": 353162296236964, + "StableID": "nscimXywk311CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 7664871805515639, - "Key": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "DiscoKey": "discokey:32caedb0a09e58f40de135b0c65f4446a246287b90552196d8fb3315975ace74", - "Addresses": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "AllowedIPs": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "Endpoints": ["77.164.248.136:45452", "10.65.0.27:45452", "172.17.0.1:45452"], + "User": 353162296236964, + "Key": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "DiscoKey": "discokey:a7f5ba06a01ce9fe1a02037e62309f40523e399283bdb11618b6c480a1322358", + "Addresses": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "AllowedIPs": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "Endpoints": ["77.164.248.136:33764", "10.65.0.27:33764", "172.17.0.1:33764"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 46411}, - {"Proto": "peerapi6", "Port": 46411}, + {"Proto": "peerapi4", "Port": 57088}, + {"Proto": "peerapi6", "Port": 57088}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:53.623294284Z", + "Created": "2026-04-09T08:32:00.081099262Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1482,302 +1483,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "MachineKey": "mkey:cfede67256092680aa5ef0818e124355822c4209d06441ff1bdaa34b47b5bf02", + "NodeKey": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "MachineKey": "mkey:d8af0d6c244ebd3e675a147836edffa1c300e7f44ae775425739313d8b860c69", "Peers": [{ - "ID": 802600223445962, - "StableID": "nMcVNvwVG711CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "DiscoKey": "discokey:9aebafc1f51f29a0fe768de15564d567400aadd3fe2fb8914aab03503528172e", - "Addresses": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "AllowedIPs": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "Endpoints": ["77.164.248.136:33834", "10.65.0.27:33834", "172.17.0.1:33834"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48033}, - {"Proto": "peerapi6", "Port": 48033} - ]}, - "Created": "2026-04-09T01:25:55.303124592Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1615975912291647, - "StableID": "npyjivwscD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "DiscoKey": "discokey:10b4ac32bbb3174fae8c85901ac0ccf731fe46b62f2f7da1980e29206a55223e", - "Addresses": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "AllowedIPs": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "Endpoints": ["77.164.248.136:59796", "10.65.0.27:59796", "172.17.0.1:59796"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 34969}, - {"Proto": "peerapi6", "Port": 34969} - ]}, - "Created": "2026-04-09T01:25:50.879483336Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2224172138173915, - "StableID": "nAUnXNELNJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "DiscoKey": "discokey:cc7e260bb3755773de78b7fcdff644c1a101e843333ade98e347bb5207717a7c", - "Addresses": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "AllowedIPs": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "Endpoints": ["77.164.248.136:50884", "10.65.0.27:50884", "172.17.0.1:50884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61332}, - {"Proto": "peerapi6", "Port": 61332} - ]}, - "Created": "2026-04-09T01:25:56.364231445Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2329548305190894, - "StableID": "n96rZTH4CK11CNTRL", + "ID": 543048538198037, + "StableID": "neKpjvxwE511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "DiscoKey": "discokey:8c02adf44a60e0cc2dda97d649b9808bf4ab7f59d9d5097c5f9603f4984bea61", - "Addresses": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "AllowedIPs": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "Endpoints": ["77.164.248.136:45911", "10.65.0.27:45911", "172.17.0.1:45911"], + "Key": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "DiscoKey": "discokey:1db360b4c0953399d4bffd5c4358d2ee082da8a00fff8f273ad1c5782d033e06", + "Addresses": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "AllowedIPs": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49373}, - {"Proto": "peerapi6", "Port": 49373} + {"Proto": "peerapi4", "Port": 54479}, + {"Proto": "peerapi6", "Port": 54479} ]}, - "Created": "2026-04-09T01:25:56.929495833Z", + "Created": "2026-04-09T08:32:03.308967962Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3254870454286427, - "StableID": "ngdNGov8RS11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "KeyExpiry": "2026-10-06T01:25:59Z", - "DiscoKey": "discokey:d647b01a156666f57d56763f165183887225a0f1f070a53043f30050bf539b4c", - "Addresses": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "AllowedIPs": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "Endpoints": ["77.164.248.136:55862", "10.65.0.27:55862", "172.17.0.1:55862"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61242}, - {"Proto": "peerapi6", "Port": 61242} - ]}, - "Created": "2026-04-09T01:25:59.131344804Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3795651413928197, - "StableID": "niRNrvK4eW11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 853906812262216, + "StableID": "nHy7wfgjf711CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "DiscoKey": "discokey:14d30aa6a677d7164ffe33663d947fe6561da7f5cca53ea787b82a97bb09da55", - "Addresses": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "AllowedIPs": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "Endpoints": ["77.164.248.136:50843", "10.65.0.27:50843", "172.17.0.1:50843"], + "Key": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "DiscoKey": "discokey:bc93b7d6e8282912dbb4ad6701453486b95f83b849ec135b6f0e4a9dc5530d15", + "Addresses": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "AllowedIPs": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54618}, - {"Proto": "peerapi6", "Port": 54618} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 32929}, + {"Proto": "peerapi6", "Port": 32929} ]}, - "Created": "2026-04-09T01:25:57.49452024Z", + "Created": "2026-04-09T08:32:01.118988311Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 4666260058530570, - "StableID": "nR2uWsjMSd11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "DiscoKey": "discokey:86d492fbd179f17c66433f035988dd9de2b13cc31cd0954cec38fcd561ea4003", - "Addresses": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "AllowedIPs": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "Endpoints": ["77.164.248.136:38213", "10.65.0.27:38213", "172.17.0.1:38213"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 33718}, - {"Proto": "peerapi6", "Port": 33718} - ]}, - "Created": "2026-04-09T01:25:54.71325515Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4898314826234908, - "StableID": "nspnhcRTFf11CNTRL", + "ID": 1069210838473017, + "StableID": "n8pQTdMFM911CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "DiscoKey": "discokey:98fcea05af6281c2484514ca3ef85c2b4feb3f263d5a73141dfdbf34a0a6015b", - "Addresses": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "AllowedIPs": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "Endpoints": ["77.164.248.136:49061", "10.65.0.27:49061", "172.17.0.1:49061"], + "Key": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "DiscoKey": "discokey:bd5a2a1da3aa57af44d1e3abcb99bd711f739b9b7a1ffb09ee68447278cc5c08", + "Addresses": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "AllowedIPs": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "Endpoints": ["77.164.248.136:33594", "10.65.0.27:33594", "172.17.0.1:33594"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 46819}, - {"Proto": "peerapi6", "Port": 46819} + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} ]}, - "Created": "2026-04-09T01:25:53.087461962Z", + "Created": "2026-04-09T08:31:59.525628528Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 5559092138939557, - "StableID": "n44t6bviQk11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "DiscoKey": "discokey:bd53c8f81872773446b108a38e45a4da438e1190562d1b699156bfb85f5a091a", - "Addresses": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "AllowedIPs": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "Endpoints": ["77.164.248.136:39017", "10.65.0.27:39017", "172.17.0.1:39017"], + "ID": 2211098526192549, + "StableID": "nAD6DvoQGJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "KeyExpiry": "2026-10-06T08:32:05Z", + "DiscoKey": "discokey:7cbabf9778f27a4a760bdd8e8faa9c190754050adc8c296aacd080004a9ddf22", + "Addresses": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "AllowedIPs": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49497}, - {"Proto": "peerapi6", "Port": 49497} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55550}, + {"Proto": "peerapi6", "Port": 55550} ]}, - "Created": "2026-04-09T01:25:52.524256665Z", + "Created": "2026-04-09T08:32:05.463995494Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5671337686686407, - "StableID": "nv2mnbRZHm11CNTRL", + "ID": 2971823418869638, + "StableID": "nDrfzBmwCQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "DiscoKey": "discokey:5748565cc5ce3ffacd73ea435c5d95a3f2faad9451ef08df066b79c902411c3a", + "Addresses": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "AllowedIPs": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "Endpoints": ["77.164.248.136:42987", "10.65.0.27:42987", "172.17.0.1:42987"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45943}, + {"Proto": "peerapi6", "Port": 45943} + ]}, + "Created": "2026-04-09T08:32:03.859664992Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4240785096016511, + "StableID": "nngp3YEf7a11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "DiscoKey": "discokey:e6cb5a9f92cc66dd16e51a138f9d2c9e7bfa9cfbf90bc66f56a24e01ec62205c", + "Addresses": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "AllowedIPs": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "Endpoints": ["77.164.248.136:58978", "10.65.0.27:58978", "172.17.0.1:58978"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 34873}, + {"Proto": "peerapi6", "Port": 34873} + ]}, + "Created": "2026-04-09T08:32:02.199503452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6010219833831198, + "StableID": "nMUigSH3wo11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:45ed3d1cb00437f720384154ee7f1c46b6ce99dc15421fa1b41c682aa2703657", - "Addresses": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "AllowedIPs": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "Endpoints": ["77.164.248.136:60664", "10.65.0.27:60664", "172.17.0.1:60664"], + "Key": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:40865226f170c77c14f6bf919f656baf4dce417697497f28edc5c7e97b3d4b55", + "Addresses": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "AllowedIPs": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "Endpoints": ["77.164.248.136:39124", "10.65.0.27:39124", "172.17.0.1:39124"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45364}, - {"Proto": "peerapi6", "Port": 45364} + {"Proto": "peerapi4", "Port": 62170}, + {"Proto": "peerapi6", "Port": 62170} ]}, - "Created": "2026-04-09T01:25:58.031861055Z", + "Created": "2026-04-09T08:32:04.367156087Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 5840714889404806, - "StableID": "n16vBDgGcn11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "DiscoKey": "discokey:fdf78eed8cd00f8141cff84a6cd3ec6b74e712e37d67c4ee2d6b97cc4da0fc35", - "Addresses": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "AllowedIPs": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "Endpoints": ["77.164.248.136:37864", "10.65.0.27:37864", "172.17.0.1:37864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 38546}, - {"Proto": "peerapi6", "Port": 38546} - ]}, - "Created": "2026-04-09T01:25:51.42610072Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6004973850037999, - "StableID": "nt5Y4sUfto11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:5a8db179e1e1089aa0bc1e3c0127ffe1ee3c4c6cce543c3f6c85fd3015694c75", - "Addresses": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "AllowedIPs": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "Endpoints": ["77.164.248.136:40726", "10.65.0.27:40726", "172.17.0.1:40726"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38462}, - {"Proto": "peerapi6", "Port": 38462} - ]}, - "Created": "2026-04-09T01:25:58.556110879Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7620270784750974, - "StableID": "nb9irKbEW221CNTRL", + "ID": 6154159035722702, + "StableID": "n5LS4hKE4q11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "DiscoKey": "discokey:41e934c4892cdbcb5d46d1559407ba1d6a4cdc25a01e4d47f8e37b7e45678b66", - "Addresses": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "AllowedIPs": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "Endpoints": ["77.164.248.136:59013", "10.65.0.27:59013", "172.17.0.1:59013"], + "Key": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "DiscoKey": "discokey:1cb14fa29a2e8be777a9ae8f8268f1d1e3badc15dfddb280f70246a9e93b1c35", + "Addresses": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "AllowedIPs": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "Endpoints": ["77.164.248.136:36740", "10.65.0.27:36740", "172.17.0.1:36740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 49817}, - {"Proto": "peerapi6", "Port": 49817} + {"Proto": "peerapi4", "Port": 43402}, + {"Proto": "peerapi6", "Port": 43402} ]}, - "Created": "2026-04-09T01:25:51.974178062Z", + "Created": "2026-04-09T08:31:58.451912064Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7816942739519904, - "StableID": "nhwe2BqJ3421CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "DiscoKey": "discokey:958bf4479bef0bca1413c1845bb1266c27afd129ab63a0430e059a390fb9ee6d", - "Addresses": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "AllowedIPs": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "Endpoints": ["77.164.248.136:57429", "10.65.0.27:57429", "172.17.0.1:57429"], + "ID": 6933457329920760, + "StableID": "nVZgjgAB9w11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:ef9f54536d05db6adb8ab67dd5a2d073173edf8a31c16362610e669d262ac42f", + "Addresses": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "AllowedIPs": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "Endpoints": ["77.164.248.136:58293", "10.65.0.27:58293", "172.17.0.1:58293"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35385}, - {"Proto": "peerapi6", "Port": 35385} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 33907}, + {"Proto": "peerapi6", "Port": 33907} ]}, - "Created": "2026-04-09T01:25:54.177388655Z", + "Created": "2026-04-09T08:32:04.918668394Z", "Cap": 131, - "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7115987500863376, + "StableID": "nD92uevqZx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "DiscoKey": "discokey:e5938621fce43a73c3a1d8091f77e00adbb46e230d4acc9f505ff3b7155cd171", + "Addresses": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "AllowedIPs": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "Endpoints": ["77.164.248.136:55445", "10.65.0.27:55445", "172.17.0.1:55445"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61073}, + {"Proto": "peerapi6", "Port": 61073} + ]}, + "Created": "2026-04-09T08:32:01.676698488Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7262091701871220, + "StableID": "nKr7qQq1iy11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "DiscoKey": "discokey:924a2d73d881617cacbec64c692e3cc08a95bdeab9bf8fffb8f0869870743415", + "Addresses": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "AllowedIPs": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "Endpoints": ["77.164.248.136:57496", "10.65.0.27:57496", "172.17.0.1:57496"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43691}, + {"Proto": "peerapi6", "Port": 43691} + ]}, + "Created": "2026-04-09T08:31:58.98379381Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7710632786240420, + "StableID": "n57vVQFAD321CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "DiscoKey": "discokey:3a1dae7e34fd0217cac3536edff7e63c6866263758dd6449a430203a9b363c4f", + "Addresses": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "AllowedIPs": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "Endpoints": ["77.164.248.136:59653", "10.65.0.27:59653", "172.17.0.1:59653"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 43701}, + {"Proto": "peerapi6", "Port": 43701} + ]}, + "Created": "2026-04-09T08:31:57.36275331Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8561933875086434, + "StableID": "nmURa6Vir921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "DiscoKey": "discokey:b868d912f9ab00f29bdb6a00ab451ab255518e8653361f8900d93ef79a16b407", + "Addresses": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "AllowedIPs": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "Endpoints": ["77.164.248.136:34146", "10.65.0.27:34146", "172.17.0.1:34146"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65110}, + {"Proto": "peerapi6", "Port": 65110} + ]}, + "Created": "2026-04-09T08:32:02.740221213Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8935932530469681, + "StableID": "nGS947o6nC21CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "DiscoKey": "discokey:2244d48e7c79769121b79749c7950d227f19e03f743767a096053ca303904569", + "Addresses": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "AllowedIPs": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "Endpoints": ["77.164.248.136:47452", "10.65.0.27:47452", "172.17.0.1:47452"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43340}, + {"Proto": "peerapi6", "Port": 43340} + ]}, + "Created": "2026-04-09T08:31:57.914878108Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2625,27 +2625,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7664871805515639": { - "ID": 7664871805515639, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "353162296236964": { + "ID": 353162296236964, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2676,22 +2678,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3254870454286427, - "StableID": "ngdNGov8RS11CNTRL", + "ID": 2211098526192549, + "StableID": "nAD6DvoQGJ11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "KeyExpiry": "2026-10-06T01:25:59Z", - "DiscoKey": "discokey:d647b01a156666f57d56763f165183887225a0f1f070a53043f30050bf539b4c", - "Addresses": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "AllowedIPs": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "Endpoints": ["77.164.248.136:55862", "10.65.0.27:55862", "172.17.0.1:55862"], + "Key": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "KeyExpiry": "2026-10-06T08:32:05Z", + "DiscoKey": "discokey:7cbabf9778f27a4a760bdd8e8faa9c190754050adc8c296aacd080004a9ddf22", + "Addresses": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "AllowedIPs": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61242}, - {"Proto": "peerapi6", "Port": 61242}, + {"Proto": "peerapi4", "Port": 55550}, + {"Proto": "peerapi6", "Port": 55550}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:59.131344804Z", + "Created": "2026-04-09T08:32:05.463995494Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2720,302 +2722,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "MachineKey": "mkey:a008f25b3426f919a093f99ab56a1723c7e4571b01986cf334cc91869eb9314b", + "NodeKey": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "MachineKey": "mkey:d73065ce53f1a13e86b5f85bf04096490ea1faee023bc6772d07deff6f7b7c10", "Peers": [{ - "ID": 802600223445962, - "StableID": "nMcVNvwVG711CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "DiscoKey": "discokey:9aebafc1f51f29a0fe768de15564d567400aadd3fe2fb8914aab03503528172e", - "Addresses": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "AllowedIPs": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "Endpoints": ["77.164.248.136:33834", "10.65.0.27:33834", "172.17.0.1:33834"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48033}, - {"Proto": "peerapi6", "Port": 48033} - ]}, - "Created": "2026-04-09T01:25:55.303124592Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1615975912291647, - "StableID": "npyjivwscD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "DiscoKey": "discokey:10b4ac32bbb3174fae8c85901ac0ccf731fe46b62f2f7da1980e29206a55223e", - "Addresses": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "AllowedIPs": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "Endpoints": ["77.164.248.136:59796", "10.65.0.27:59796", "172.17.0.1:59796"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 34969}, - {"Proto": "peerapi6", "Port": 34969} - ]}, - "Created": "2026-04-09T01:25:50.879483336Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2224172138173915, - "StableID": "nAUnXNELNJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "DiscoKey": "discokey:cc7e260bb3755773de78b7fcdff644c1a101e843333ade98e347bb5207717a7c", - "Addresses": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "AllowedIPs": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "Endpoints": ["77.164.248.136:50884", "10.65.0.27:50884", "172.17.0.1:50884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61332}, - {"Proto": "peerapi6", "Port": 61332} - ]}, - "Created": "2026-04-09T01:25:56.364231445Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2329548305190894, - "StableID": "n96rZTH4CK11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "DiscoKey": "discokey:8c02adf44a60e0cc2dda97d649b9808bf4ab7f59d9d5097c5f9603f4984bea61", - "Addresses": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "AllowedIPs": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "Endpoints": ["77.164.248.136:45911", "10.65.0.27:45911", "172.17.0.1:45911"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49373}, - {"Proto": "peerapi6", "Port": 49373} - ]}, - "Created": "2026-04-09T01:25:56.929495833Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3795651413928197, - "StableID": "niRNrvK4eW11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "DiscoKey": "discokey:14d30aa6a677d7164ffe33663d947fe6561da7f5cca53ea787b82a97bb09da55", - "Addresses": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "AllowedIPs": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "Endpoints": ["77.164.248.136:50843", "10.65.0.27:50843", "172.17.0.1:50843"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54618}, - {"Proto": "peerapi6", "Port": 54618} - ]}, - "Created": "2026-04-09T01:25:57.49452024Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4666260058530570, - "StableID": "nR2uWsjMSd11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "DiscoKey": "discokey:86d492fbd179f17c66433f035988dd9de2b13cc31cd0954cec38fcd561ea4003", - "Addresses": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "AllowedIPs": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "Endpoints": ["77.164.248.136:38213", "10.65.0.27:38213", "172.17.0.1:38213"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 33718}, - {"Proto": "peerapi6", "Port": 33718} - ]}, - "Created": "2026-04-09T01:25:54.71325515Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4898314826234908, - "StableID": "nspnhcRTFf11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "DiscoKey": "discokey:98fcea05af6281c2484514ca3ef85c2b4feb3f263d5a73141dfdbf34a0a6015b", - "Addresses": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "AllowedIPs": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "Endpoints": ["77.164.248.136:49061", "10.65.0.27:49061", "172.17.0.1:49061"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 46819}, - {"Proto": "peerapi6", "Port": 46819} - ]}, - "Created": "2026-04-09T01:25:53.087461962Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5559092138939557, - "StableID": "n44t6bviQk11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "DiscoKey": "discokey:bd53c8f81872773446b108a38e45a4da438e1190562d1b699156bfb85f5a091a", - "Addresses": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "AllowedIPs": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "Endpoints": ["77.164.248.136:39017", "10.65.0.27:39017", "172.17.0.1:39017"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49497}, - {"Proto": "peerapi6", "Port": 49497} - ]}, - "Created": "2026-04-09T01:25:52.524256665Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5671337686686407, - "StableID": "nv2mnbRZHm11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:45ed3d1cb00437f720384154ee7f1c46b6ce99dc15421fa1b41c682aa2703657", - "Addresses": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "AllowedIPs": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "Endpoints": ["77.164.248.136:60664", "10.65.0.27:60664", "172.17.0.1:60664"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45364}, - {"Proto": "peerapi6", "Port": 45364} - ]}, - "Created": "2026-04-09T01:25:58.031861055Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5840714889404806, - "StableID": "n16vBDgGcn11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "DiscoKey": "discokey:fdf78eed8cd00f8141cff84a6cd3ec6b74e712e37d67c4ee2d6b97cc4da0fc35", - "Addresses": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "AllowedIPs": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "Endpoints": ["77.164.248.136:37864", "10.65.0.27:37864", "172.17.0.1:37864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 38546}, - {"Proto": "peerapi6", "Port": 38546} - ]}, - "Created": "2026-04-09T01:25:51.42610072Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6004973850037999, - "StableID": "nt5Y4sUfto11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:5a8db179e1e1089aa0bc1e3c0127ffe1ee3c4c6cce543c3f6c85fd3015694c75", - "Addresses": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "AllowedIPs": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "Endpoints": ["77.164.248.136:40726", "10.65.0.27:40726", "172.17.0.1:40726"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38462}, - {"Proto": "peerapi6", "Port": 38462} - ]}, - "Created": "2026-04-09T01:25:58.556110879Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7620270784750974, - "StableID": "nb9irKbEW221CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "DiscoKey": "discokey:41e934c4892cdbcb5d46d1559407ba1d6a4cdc25a01e4d47f8e37b7e45678b66", - "Addresses": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "AllowedIPs": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "Endpoints": ["77.164.248.136:59013", "10.65.0.27:59013", "172.17.0.1:59013"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 49817}, - {"Proto": "peerapi6", "Port": 49817} - ]}, - "Created": "2026-04-09T01:25:51.974178062Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7664871805515639, - "StableID": "nkFKLjBSr221CNTRL", + "ID": 353162296236964, + "StableID": "nscimXywk311CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "DiscoKey": "discokey:32caedb0a09e58f40de135b0c65f4446a246287b90552196d8fb3315975ace74", - "Addresses": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "AllowedIPs": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "Endpoints": ["77.164.248.136:45452", "10.65.0.27:45452", "172.17.0.1:45452"], + "Key": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "DiscoKey": "discokey:a7f5ba06a01ce9fe1a02037e62309f40523e399283bdb11618b6c480a1322358", + "Addresses": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "AllowedIPs": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "Endpoints": ["77.164.248.136:33764", "10.65.0.27:33764", "172.17.0.1:33764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46411}, - {"Proto": "peerapi6", "Port": 46411} + {"Proto": "peerapi4", "Port": 57088}, + {"Proto": "peerapi6", "Port": 57088} ]}, - "Created": "2026-04-09T01:25:53.623294284Z", + "Created": "2026-04-09T08:32:00.081099262Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7816942739519904, - "StableID": "nhwe2BqJ3421CNTRL", + "ID": 543048538198037, + "StableID": "neKpjvxwE511CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "DiscoKey": "discokey:1db360b4c0953399d4bffd5c4358d2ee082da8a00fff8f273ad1c5782d033e06", + "Addresses": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "AllowedIPs": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54479}, + {"Proto": "peerapi6", "Port": 54479} + ]}, + "Created": "2026-04-09T08:32:03.308967962Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 853906812262216, + "StableID": "nHy7wfgjf711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "DiscoKey": "discokey:958bf4479bef0bca1413c1845bb1266c27afd129ab63a0430e059a390fb9ee6d", - "Addresses": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "AllowedIPs": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "Endpoints": ["77.164.248.136:57429", "10.65.0.27:57429", "172.17.0.1:57429"], + "Key": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "DiscoKey": "discokey:bc93b7d6e8282912dbb4ad6701453486b95f83b849ec135b6f0e4a9dc5530d15", + "Addresses": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "AllowedIPs": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35385}, - {"Proto": "peerapi6", "Port": 35385} + {"Proto": "peerapi4", "Port": 32929}, + {"Proto": "peerapi6", "Port": 32929} ]}, - "Created": "2026-04-09T01:25:54.177388655Z", + "Created": "2026-04-09T08:32:01.118988311Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 1069210838473017, + "StableID": "n8pQTdMFM911CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "DiscoKey": "discokey:bd5a2a1da3aa57af44d1e3abcb99bd711f739b9b7a1ffb09ee68447278cc5c08", + "Addresses": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "AllowedIPs": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "Endpoints": ["77.164.248.136:33594", "10.65.0.27:33594", "172.17.0.1:33594"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:31:59.525628528Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2971823418869638, + "StableID": "nDrfzBmwCQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "DiscoKey": "discokey:5748565cc5ce3ffacd73ea435c5d95a3f2faad9451ef08df066b79c902411c3a", + "Addresses": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "AllowedIPs": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "Endpoints": ["77.164.248.136:42987", "10.65.0.27:42987", "172.17.0.1:42987"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45943}, + {"Proto": "peerapi6", "Port": 45943} + ]}, + "Created": "2026-04-09T08:32:03.859664992Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4240785096016511, + "StableID": "nngp3YEf7a11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "DiscoKey": "discokey:e6cb5a9f92cc66dd16e51a138f9d2c9e7bfa9cfbf90bc66f56a24e01ec62205c", + "Addresses": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "AllowedIPs": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "Endpoints": ["77.164.248.136:58978", "10.65.0.27:58978", "172.17.0.1:58978"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 34873}, + {"Proto": "peerapi6", "Port": 34873} + ]}, + "Created": "2026-04-09T08:32:02.199503452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6010219833831198, + "StableID": "nMUigSH3wo11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:40865226f170c77c14f6bf919f656baf4dce417697497f28edc5c7e97b3d4b55", + "Addresses": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "AllowedIPs": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "Endpoints": ["77.164.248.136:39124", "10.65.0.27:39124", "172.17.0.1:39124"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62170}, + {"Proto": "peerapi6", "Port": 62170} + ]}, + "Created": "2026-04-09T08:32:04.367156087Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6154159035722702, + "StableID": "n5LS4hKE4q11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "DiscoKey": "discokey:1cb14fa29a2e8be777a9ae8f8268f1d1e3badc15dfddb280f70246a9e93b1c35", + "Addresses": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "AllowedIPs": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "Endpoints": ["77.164.248.136:36740", "10.65.0.27:36740", "172.17.0.1:36740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43402}, + {"Proto": "peerapi6", "Port": 43402} + ]}, + "Created": "2026-04-09T08:31:58.451912064Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6933457329920760, + "StableID": "nVZgjgAB9w11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:ef9f54536d05db6adb8ab67dd5a2d073173edf8a31c16362610e669d262ac42f", + "Addresses": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "AllowedIPs": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "Endpoints": ["77.164.248.136:58293", "10.65.0.27:58293", "172.17.0.1:58293"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 33907}, + {"Proto": "peerapi6", "Port": 33907} + ]}, + "Created": "2026-04-09T08:32:04.918668394Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7115987500863376, + "StableID": "nD92uevqZx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "DiscoKey": "discokey:e5938621fce43a73c3a1d8091f77e00adbb46e230d4acc9f505ff3b7155cd171", + "Addresses": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "AllowedIPs": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "Endpoints": ["77.164.248.136:55445", "10.65.0.27:55445", "172.17.0.1:55445"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61073}, + {"Proto": "peerapi6", "Port": 61073} + ]}, + "Created": "2026-04-09T08:32:01.676698488Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7262091701871220, + "StableID": "nKr7qQq1iy11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "DiscoKey": "discokey:924a2d73d881617cacbec64c692e3cc08a95bdeab9bf8fffb8f0869870743415", + "Addresses": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "AllowedIPs": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "Endpoints": ["77.164.248.136:57496", "10.65.0.27:57496", "172.17.0.1:57496"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43691}, + {"Proto": "peerapi6", "Port": 43691} + ]}, + "Created": "2026-04-09T08:31:58.98379381Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7710632786240420, + "StableID": "n57vVQFAD321CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "DiscoKey": "discokey:3a1dae7e34fd0217cac3536edff7e63c6866263758dd6449a430203a9b363c4f", + "Addresses": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "AllowedIPs": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "Endpoints": ["77.164.248.136:59653", "10.65.0.27:59653", "172.17.0.1:59653"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 43701}, + {"Proto": "peerapi6", "Port": 43701} + ]}, + "Created": "2026-04-09T08:31:57.36275331Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8561933875086434, + "StableID": "nmURa6Vir921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "DiscoKey": "discokey:b868d912f9ab00f29bdb6a00ab451ab255518e8653361f8900d93ef79a16b407", + "Addresses": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "AllowedIPs": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "Endpoints": ["77.164.248.136:34146", "10.65.0.27:34146", "172.17.0.1:34146"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65110}, + {"Proto": "peerapi6", "Port": 65110} + ]}, + "Created": "2026-04-09T08:32:02.740221213Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8935932530469681, + "StableID": "nGS947o6nC21CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "DiscoKey": "discokey:2244d48e7c79769121b79749c7950d227f19e03f743767a096053ca303904569", + "Addresses": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "AllowedIPs": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "Endpoints": ["77.164.248.136:47452", "10.65.0.27:47452", "172.17.0.1:47452"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43340}, + {"Proto": "peerapi6", "Port": 43340} + ]}, + "Created": "2026-04-09T08:31:57.914878108Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3863,23 +3864,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3910,26 +3912,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7620270784750974, - "StableID": "nb9irKbEW221CNTRL", + "ID": 6154159035722702, + "StableID": "n5LS4hKE4q11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 7620270784750974, - "Key": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "DiscoKey": "discokey:41e934c4892cdbcb5d46d1559407ba1d6a4cdc25a01e4d47f8e37b7e45678b66", - "Addresses": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "AllowedIPs": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "Endpoints": ["77.164.248.136:59013", "10.65.0.27:59013", "172.17.0.1:59013"], + "User": 6154159035722702, + "Key": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "DiscoKey": "discokey:1cb14fa29a2e8be777a9ae8f8268f1d1e3badc15dfddb280f70246a9e93b1c35", + "Addresses": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "AllowedIPs": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "Endpoints": ["77.164.248.136:36740", "10.65.0.27:36740", "172.17.0.1:36740"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 49817}, - {"Proto": "peerapi6", "Port": 49817}, + {"Proto": "peerapi4", "Port": 43402}, + {"Proto": "peerapi6", "Port": 43402}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:51.974178062Z", + "Created": "2026-04-09T08:31:58.451912064Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3957,302 +3959,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "MachineKey": "mkey:8d940466638d8a8fb65aba3b4b02dc000a35c179df5ad01d11b070b6a4826e66", + "NodeKey": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "MachineKey": "mkey:fd0520142db9ebf09de5de325c8c527437ea99b5c0441dbf409d2dd37e5bcf45", "Peers": [{ - "ID": 802600223445962, - "StableID": "nMcVNvwVG711CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "DiscoKey": "discokey:9aebafc1f51f29a0fe768de15564d567400aadd3fe2fb8914aab03503528172e", - "Addresses": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "AllowedIPs": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "Endpoints": ["77.164.248.136:33834", "10.65.0.27:33834", "172.17.0.1:33834"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48033}, - {"Proto": "peerapi6", "Port": 48033} - ]}, - "Created": "2026-04-09T01:25:55.303124592Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1615975912291647, - "StableID": "npyjivwscD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "DiscoKey": "discokey:10b4ac32bbb3174fae8c85901ac0ccf731fe46b62f2f7da1980e29206a55223e", - "Addresses": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "AllowedIPs": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "Endpoints": ["77.164.248.136:59796", "10.65.0.27:59796", "172.17.0.1:59796"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 34969}, - {"Proto": "peerapi6", "Port": 34969} - ]}, - "Created": "2026-04-09T01:25:50.879483336Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2224172138173915, - "StableID": "nAUnXNELNJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "DiscoKey": "discokey:cc7e260bb3755773de78b7fcdff644c1a101e843333ade98e347bb5207717a7c", - "Addresses": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "AllowedIPs": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "Endpoints": ["77.164.248.136:50884", "10.65.0.27:50884", "172.17.0.1:50884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61332}, - {"Proto": "peerapi6", "Port": 61332} - ]}, - "Created": "2026-04-09T01:25:56.364231445Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2329548305190894, - "StableID": "n96rZTH4CK11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "DiscoKey": "discokey:8c02adf44a60e0cc2dda97d649b9808bf4ab7f59d9d5097c5f9603f4984bea61", - "Addresses": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "AllowedIPs": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "Endpoints": ["77.164.248.136:45911", "10.65.0.27:45911", "172.17.0.1:45911"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49373}, - {"Proto": "peerapi6", "Port": 49373} - ]}, - "Created": "2026-04-09T01:25:56.929495833Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3254870454286427, - "StableID": "ngdNGov8RS11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "KeyExpiry": "2026-10-06T01:25:59Z", - "DiscoKey": "discokey:d647b01a156666f57d56763f165183887225a0f1f070a53043f30050bf539b4c", - "Addresses": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "AllowedIPs": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "Endpoints": ["77.164.248.136:55862", "10.65.0.27:55862", "172.17.0.1:55862"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61242}, - {"Proto": "peerapi6", "Port": 61242} - ]}, - "Created": "2026-04-09T01:25:59.131344804Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3795651413928197, - "StableID": "niRNrvK4eW11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "DiscoKey": "discokey:14d30aa6a677d7164ffe33663d947fe6561da7f5cca53ea787b82a97bb09da55", - "Addresses": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "AllowedIPs": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "Endpoints": ["77.164.248.136:50843", "10.65.0.27:50843", "172.17.0.1:50843"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54618}, - {"Proto": "peerapi6", "Port": 54618} - ]}, - "Created": "2026-04-09T01:25:57.49452024Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4666260058530570, - "StableID": "nR2uWsjMSd11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "DiscoKey": "discokey:86d492fbd179f17c66433f035988dd9de2b13cc31cd0954cec38fcd561ea4003", - "Addresses": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "AllowedIPs": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "Endpoints": ["77.164.248.136:38213", "10.65.0.27:38213", "172.17.0.1:38213"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 33718}, - {"Proto": "peerapi6", "Port": 33718} - ]}, - "Created": "2026-04-09T01:25:54.71325515Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4898314826234908, - "StableID": "nspnhcRTFf11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "DiscoKey": "discokey:98fcea05af6281c2484514ca3ef85c2b4feb3f263d5a73141dfdbf34a0a6015b", - "Addresses": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "AllowedIPs": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "Endpoints": ["77.164.248.136:49061", "10.65.0.27:49061", "172.17.0.1:49061"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 46819}, - {"Proto": "peerapi6", "Port": 46819} - ]}, - "Created": "2026-04-09T01:25:53.087461962Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5559092138939557, - "StableID": "n44t6bviQk11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "DiscoKey": "discokey:bd53c8f81872773446b108a38e45a4da438e1190562d1b699156bfb85f5a091a", - "Addresses": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "AllowedIPs": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "Endpoints": ["77.164.248.136:39017", "10.65.0.27:39017", "172.17.0.1:39017"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49497}, - {"Proto": "peerapi6", "Port": 49497} - ]}, - "Created": "2026-04-09T01:25:52.524256665Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5671337686686407, - "StableID": "nv2mnbRZHm11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:45ed3d1cb00437f720384154ee7f1c46b6ce99dc15421fa1b41c682aa2703657", - "Addresses": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "AllowedIPs": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "Endpoints": ["77.164.248.136:60664", "10.65.0.27:60664", "172.17.0.1:60664"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45364}, - {"Proto": "peerapi6", "Port": 45364} - ]}, - "Created": "2026-04-09T01:25:58.031861055Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5840714889404806, - "StableID": "n16vBDgGcn11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "DiscoKey": "discokey:fdf78eed8cd00f8141cff84a6cd3ec6b74e712e37d67c4ee2d6b97cc4da0fc35", - "Addresses": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "AllowedIPs": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "Endpoints": ["77.164.248.136:37864", "10.65.0.27:37864", "172.17.0.1:37864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 38546}, - {"Proto": "peerapi6", "Port": 38546} - ]}, - "Created": "2026-04-09T01:25:51.42610072Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6004973850037999, - "StableID": "nt5Y4sUfto11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:5a8db179e1e1089aa0bc1e3c0127ffe1ee3c4c6cce543c3f6c85fd3015694c75", - "Addresses": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "AllowedIPs": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "Endpoints": ["77.164.248.136:40726", "10.65.0.27:40726", "172.17.0.1:40726"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38462}, - {"Proto": "peerapi6", "Port": 38462} - ]}, - "Created": "2026-04-09T01:25:58.556110879Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7664871805515639, - "StableID": "nkFKLjBSr221CNTRL", + "ID": 353162296236964, + "StableID": "nscimXywk311CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "DiscoKey": "discokey:32caedb0a09e58f40de135b0c65f4446a246287b90552196d8fb3315975ace74", - "Addresses": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "AllowedIPs": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "Endpoints": ["77.164.248.136:45452", "10.65.0.27:45452", "172.17.0.1:45452"], + "Key": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "DiscoKey": "discokey:a7f5ba06a01ce9fe1a02037e62309f40523e399283bdb11618b6c480a1322358", + "Addresses": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "AllowedIPs": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "Endpoints": ["77.164.248.136:33764", "10.65.0.27:33764", "172.17.0.1:33764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46411}, - {"Proto": "peerapi6", "Port": 46411} + {"Proto": "peerapi4", "Port": 57088}, + {"Proto": "peerapi6", "Port": 57088} ]}, - "Created": "2026-04-09T01:25:53.623294284Z", + "Created": "2026-04-09T08:32:00.081099262Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7816942739519904, - "StableID": "nhwe2BqJ3421CNTRL", + "ID": 543048538198037, + "StableID": "neKpjvxwE511CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "DiscoKey": "discokey:1db360b4c0953399d4bffd5c4358d2ee082da8a00fff8f273ad1c5782d033e06", + "Addresses": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "AllowedIPs": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54479}, + {"Proto": "peerapi6", "Port": 54479} + ]}, + "Created": "2026-04-09T08:32:03.308967962Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 853906812262216, + "StableID": "nHy7wfgjf711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "DiscoKey": "discokey:958bf4479bef0bca1413c1845bb1266c27afd129ab63a0430e059a390fb9ee6d", - "Addresses": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "AllowedIPs": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "Endpoints": ["77.164.248.136:57429", "10.65.0.27:57429", "172.17.0.1:57429"], + "Key": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "DiscoKey": "discokey:bc93b7d6e8282912dbb4ad6701453486b95f83b849ec135b6f0e4a9dc5530d15", + "Addresses": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "AllowedIPs": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35385}, - {"Proto": "peerapi6", "Port": 35385} + {"Proto": "peerapi4", "Port": 32929}, + {"Proto": "peerapi6", "Port": 32929} ]}, - "Created": "2026-04-09T01:25:54.177388655Z", + "Created": "2026-04-09T08:32:01.118988311Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 1069210838473017, + "StableID": "n8pQTdMFM911CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "DiscoKey": "discokey:bd5a2a1da3aa57af44d1e3abcb99bd711f739b9b7a1ffb09ee68447278cc5c08", + "Addresses": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "AllowedIPs": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "Endpoints": ["77.164.248.136:33594", "10.65.0.27:33594", "172.17.0.1:33594"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:31:59.525628528Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2211098526192549, + "StableID": "nAD6DvoQGJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "KeyExpiry": "2026-10-06T08:32:05Z", + "DiscoKey": "discokey:7cbabf9778f27a4a760bdd8e8faa9c190754050adc8c296aacd080004a9ddf22", + "Addresses": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "AllowedIPs": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55550}, + {"Proto": "peerapi6", "Port": 55550} + ]}, + "Created": "2026-04-09T08:32:05.463995494Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2971823418869638, + "StableID": "nDrfzBmwCQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "DiscoKey": "discokey:5748565cc5ce3ffacd73ea435c5d95a3f2faad9451ef08df066b79c902411c3a", + "Addresses": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "AllowedIPs": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "Endpoints": ["77.164.248.136:42987", "10.65.0.27:42987", "172.17.0.1:42987"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45943}, + {"Proto": "peerapi6", "Port": 45943} + ]}, + "Created": "2026-04-09T08:32:03.859664992Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4240785096016511, + "StableID": "nngp3YEf7a11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "DiscoKey": "discokey:e6cb5a9f92cc66dd16e51a138f9d2c9e7bfa9cfbf90bc66f56a24e01ec62205c", + "Addresses": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "AllowedIPs": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "Endpoints": ["77.164.248.136:58978", "10.65.0.27:58978", "172.17.0.1:58978"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 34873}, + {"Proto": "peerapi6", "Port": 34873} + ]}, + "Created": "2026-04-09T08:32:02.199503452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6010219833831198, + "StableID": "nMUigSH3wo11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:40865226f170c77c14f6bf919f656baf4dce417697497f28edc5c7e97b3d4b55", + "Addresses": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "AllowedIPs": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "Endpoints": ["77.164.248.136:39124", "10.65.0.27:39124", "172.17.0.1:39124"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62170}, + {"Proto": "peerapi6", "Port": 62170} + ]}, + "Created": "2026-04-09T08:32:04.367156087Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6933457329920760, + "StableID": "nVZgjgAB9w11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:ef9f54536d05db6adb8ab67dd5a2d073173edf8a31c16362610e669d262ac42f", + "Addresses": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "AllowedIPs": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "Endpoints": ["77.164.248.136:58293", "10.65.0.27:58293", "172.17.0.1:58293"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 33907}, + {"Proto": "peerapi6", "Port": 33907} + ]}, + "Created": "2026-04-09T08:32:04.918668394Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7115987500863376, + "StableID": "nD92uevqZx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "DiscoKey": "discokey:e5938621fce43a73c3a1d8091f77e00adbb46e230d4acc9f505ff3b7155cd171", + "Addresses": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "AllowedIPs": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "Endpoints": ["77.164.248.136:55445", "10.65.0.27:55445", "172.17.0.1:55445"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61073}, + {"Proto": "peerapi6", "Port": 61073} + ]}, + "Created": "2026-04-09T08:32:01.676698488Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7262091701871220, + "StableID": "nKr7qQq1iy11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "DiscoKey": "discokey:924a2d73d881617cacbec64c692e3cc08a95bdeab9bf8fffb8f0869870743415", + "Addresses": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "AllowedIPs": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "Endpoints": ["77.164.248.136:57496", "10.65.0.27:57496", "172.17.0.1:57496"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43691}, + {"Proto": "peerapi6", "Port": 43691} + ]}, + "Created": "2026-04-09T08:31:58.98379381Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7710632786240420, + "StableID": "n57vVQFAD321CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "DiscoKey": "discokey:3a1dae7e34fd0217cac3536edff7e63c6866263758dd6449a430203a9b363c4f", + "Addresses": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "AllowedIPs": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "Endpoints": ["77.164.248.136:59653", "10.65.0.27:59653", "172.17.0.1:59653"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 43701}, + {"Proto": "peerapi6", "Port": 43701} + ]}, + "Created": "2026-04-09T08:31:57.36275331Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8561933875086434, + "StableID": "nmURa6Vir921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "DiscoKey": "discokey:b868d912f9ab00f29bdb6a00ab451ab255518e8653361f8900d93ef79a16b407", + "Addresses": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "AllowedIPs": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "Endpoints": ["77.164.248.136:34146", "10.65.0.27:34146", "172.17.0.1:34146"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65110}, + {"Proto": "peerapi6", "Port": 65110} + ]}, + "Created": "2026-04-09T08:32:02.740221213Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8935932530469681, + "StableID": "nGS947o6nC21CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "DiscoKey": "discokey:2244d48e7c79769121b79749c7950d227f19e03f743767a096053ca303904569", + "Addresses": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "AllowedIPs": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "Endpoints": ["77.164.248.136:47452", "10.65.0.27:47452", "172.17.0.1:47452"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43340}, + {"Proto": "peerapi6", "Port": 43340} + ]}, + "Created": "2026-04-09T08:31:57.914878108Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5100,27 +5101,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7620270784750974": { - "ID": 7620270784750974, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6154159035722702": { + "ID": 6154159035722702, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5151,26 +5154,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4666260058530570, - "StableID": "nR2uWsjMSd11CNTRL", + "ID": 7115987500863376, + "StableID": "nD92uevqZx11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 4666260058530570, - "Key": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "DiscoKey": "discokey:86d492fbd179f17c66433f035988dd9de2b13cc31cd0954cec38fcd561ea4003", - "Addresses": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "AllowedIPs": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "Endpoints": ["77.164.248.136:38213", "10.65.0.27:38213", "172.17.0.1:38213"], + "User": 7115987500863376, + "Key": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "DiscoKey": "discokey:e5938621fce43a73c3a1d8091f77e00adbb46e230d4acc9f505ff3b7155cd171", + "Addresses": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "AllowedIPs": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "Endpoints": ["77.164.248.136:55445", "10.65.0.27:55445", "172.17.0.1:55445"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 33718}, - {"Proto": "peerapi6", "Port": 33718}, + {"Proto": "peerapi4", "Port": 61073}, + {"Proto": "peerapi6", "Port": 61073}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:54.71325515Z", + "Created": "2026-04-09T08:32:01.676698488Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5198,302 +5201,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "MachineKey": "mkey:4a9aad2f9531c66445e32c22c79ac377de6fa1eec20f9bf5965e391f10d9ba11", + "NodeKey": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "MachineKey": "mkey:7ab55361d3ae519ffde5aa31829e37863493ac57f72829996629ff387d4c5220", "Peers": [{ - "ID": 802600223445962, - "StableID": "nMcVNvwVG711CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "DiscoKey": "discokey:9aebafc1f51f29a0fe768de15564d567400aadd3fe2fb8914aab03503528172e", - "Addresses": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "AllowedIPs": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "Endpoints": ["77.164.248.136:33834", "10.65.0.27:33834", "172.17.0.1:33834"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48033}, - {"Proto": "peerapi6", "Port": 48033} - ]}, - "Created": "2026-04-09T01:25:55.303124592Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1615975912291647, - "StableID": "npyjivwscD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "DiscoKey": "discokey:10b4ac32bbb3174fae8c85901ac0ccf731fe46b62f2f7da1980e29206a55223e", - "Addresses": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "AllowedIPs": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "Endpoints": ["77.164.248.136:59796", "10.65.0.27:59796", "172.17.0.1:59796"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 34969}, - {"Proto": "peerapi6", "Port": 34969} - ]}, - "Created": "2026-04-09T01:25:50.879483336Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2224172138173915, - "StableID": "nAUnXNELNJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "DiscoKey": "discokey:cc7e260bb3755773de78b7fcdff644c1a101e843333ade98e347bb5207717a7c", - "Addresses": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "AllowedIPs": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "Endpoints": ["77.164.248.136:50884", "10.65.0.27:50884", "172.17.0.1:50884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61332}, - {"Proto": "peerapi6", "Port": 61332} - ]}, - "Created": "2026-04-09T01:25:56.364231445Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2329548305190894, - "StableID": "n96rZTH4CK11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "DiscoKey": "discokey:8c02adf44a60e0cc2dda97d649b9808bf4ab7f59d9d5097c5f9603f4984bea61", - "Addresses": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "AllowedIPs": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "Endpoints": ["77.164.248.136:45911", "10.65.0.27:45911", "172.17.0.1:45911"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49373}, - {"Proto": "peerapi6", "Port": 49373} - ]}, - "Created": "2026-04-09T01:25:56.929495833Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3254870454286427, - "StableID": "ngdNGov8RS11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "KeyExpiry": "2026-10-06T01:25:59Z", - "DiscoKey": "discokey:d647b01a156666f57d56763f165183887225a0f1f070a53043f30050bf539b4c", - "Addresses": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "AllowedIPs": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "Endpoints": ["77.164.248.136:55862", "10.65.0.27:55862", "172.17.0.1:55862"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61242}, - {"Proto": "peerapi6", "Port": 61242} - ]}, - "Created": "2026-04-09T01:25:59.131344804Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3795651413928197, - "StableID": "niRNrvK4eW11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "DiscoKey": "discokey:14d30aa6a677d7164ffe33663d947fe6561da7f5cca53ea787b82a97bb09da55", - "Addresses": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "AllowedIPs": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "Endpoints": ["77.164.248.136:50843", "10.65.0.27:50843", "172.17.0.1:50843"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54618}, - {"Proto": "peerapi6", "Port": 54618} - ]}, - "Created": "2026-04-09T01:25:57.49452024Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4898314826234908, - "StableID": "nspnhcRTFf11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "DiscoKey": "discokey:98fcea05af6281c2484514ca3ef85c2b4feb3f263d5a73141dfdbf34a0a6015b", - "Addresses": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "AllowedIPs": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "Endpoints": ["77.164.248.136:49061", "10.65.0.27:49061", "172.17.0.1:49061"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 46819}, - {"Proto": "peerapi6", "Port": 46819} - ]}, - "Created": "2026-04-09T01:25:53.087461962Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5559092138939557, - "StableID": "n44t6bviQk11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "DiscoKey": "discokey:bd53c8f81872773446b108a38e45a4da438e1190562d1b699156bfb85f5a091a", - "Addresses": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "AllowedIPs": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "Endpoints": ["77.164.248.136:39017", "10.65.0.27:39017", "172.17.0.1:39017"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49497}, - {"Proto": "peerapi6", "Port": 49497} - ]}, - "Created": "2026-04-09T01:25:52.524256665Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5671337686686407, - "StableID": "nv2mnbRZHm11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:45ed3d1cb00437f720384154ee7f1c46b6ce99dc15421fa1b41c682aa2703657", - "Addresses": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "AllowedIPs": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "Endpoints": ["77.164.248.136:60664", "10.65.0.27:60664", "172.17.0.1:60664"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45364}, - {"Proto": "peerapi6", "Port": 45364} - ]}, - "Created": "2026-04-09T01:25:58.031861055Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5840714889404806, - "StableID": "n16vBDgGcn11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "DiscoKey": "discokey:fdf78eed8cd00f8141cff84a6cd3ec6b74e712e37d67c4ee2d6b97cc4da0fc35", - "Addresses": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "AllowedIPs": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "Endpoints": ["77.164.248.136:37864", "10.65.0.27:37864", "172.17.0.1:37864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 38546}, - {"Proto": "peerapi6", "Port": 38546} - ]}, - "Created": "2026-04-09T01:25:51.42610072Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6004973850037999, - "StableID": "nt5Y4sUfto11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:5a8db179e1e1089aa0bc1e3c0127ffe1ee3c4c6cce543c3f6c85fd3015694c75", - "Addresses": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "AllowedIPs": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "Endpoints": ["77.164.248.136:40726", "10.65.0.27:40726", "172.17.0.1:40726"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38462}, - {"Proto": "peerapi6", "Port": 38462} - ]}, - "Created": "2026-04-09T01:25:58.556110879Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7620270784750974, - "StableID": "nb9irKbEW221CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "DiscoKey": "discokey:41e934c4892cdbcb5d46d1559407ba1d6a4cdc25a01e4d47f8e37b7e45678b66", - "Addresses": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "AllowedIPs": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "Endpoints": ["77.164.248.136:59013", "10.65.0.27:59013", "172.17.0.1:59013"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 49817}, - {"Proto": "peerapi6", "Port": 49817} - ]}, - "Created": "2026-04-09T01:25:51.974178062Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7664871805515639, - "StableID": "nkFKLjBSr221CNTRL", + "ID": 353162296236964, + "StableID": "nscimXywk311CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "DiscoKey": "discokey:32caedb0a09e58f40de135b0c65f4446a246287b90552196d8fb3315975ace74", - "Addresses": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "AllowedIPs": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "Endpoints": ["77.164.248.136:45452", "10.65.0.27:45452", "172.17.0.1:45452"], + "Key": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "DiscoKey": "discokey:a7f5ba06a01ce9fe1a02037e62309f40523e399283bdb11618b6c480a1322358", + "Addresses": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "AllowedIPs": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "Endpoints": ["77.164.248.136:33764", "10.65.0.27:33764", "172.17.0.1:33764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46411}, - {"Proto": "peerapi6", "Port": 46411} + {"Proto": "peerapi4", "Port": 57088}, + {"Proto": "peerapi6", "Port": 57088} ]}, - "Created": "2026-04-09T01:25:53.623294284Z", + "Created": "2026-04-09T08:32:00.081099262Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7816942739519904, - "StableID": "nhwe2BqJ3421CNTRL", + "ID": 543048538198037, + "StableID": "neKpjvxwE511CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "DiscoKey": "discokey:1db360b4c0953399d4bffd5c4358d2ee082da8a00fff8f273ad1c5782d033e06", + "Addresses": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "AllowedIPs": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54479}, + {"Proto": "peerapi6", "Port": 54479} + ]}, + "Created": "2026-04-09T08:32:03.308967962Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 853906812262216, + "StableID": "nHy7wfgjf711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "DiscoKey": "discokey:958bf4479bef0bca1413c1845bb1266c27afd129ab63a0430e059a390fb9ee6d", - "Addresses": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "AllowedIPs": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "Endpoints": ["77.164.248.136:57429", "10.65.0.27:57429", "172.17.0.1:57429"], + "Key": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "DiscoKey": "discokey:bc93b7d6e8282912dbb4ad6701453486b95f83b849ec135b6f0e4a9dc5530d15", + "Addresses": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "AllowedIPs": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35385}, - {"Proto": "peerapi6", "Port": 35385} + {"Proto": "peerapi4", "Port": 32929}, + {"Proto": "peerapi6", "Port": 32929} ]}, - "Created": "2026-04-09T01:25:54.177388655Z", + "Created": "2026-04-09T08:32:01.118988311Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 1069210838473017, + "StableID": "n8pQTdMFM911CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "DiscoKey": "discokey:bd5a2a1da3aa57af44d1e3abcb99bd711f739b9b7a1ffb09ee68447278cc5c08", + "Addresses": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "AllowedIPs": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "Endpoints": ["77.164.248.136:33594", "10.65.0.27:33594", "172.17.0.1:33594"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:31:59.525628528Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2211098526192549, + "StableID": "nAD6DvoQGJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "KeyExpiry": "2026-10-06T08:32:05Z", + "DiscoKey": "discokey:7cbabf9778f27a4a760bdd8e8faa9c190754050adc8c296aacd080004a9ddf22", + "Addresses": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "AllowedIPs": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55550}, + {"Proto": "peerapi6", "Port": 55550} + ]}, + "Created": "2026-04-09T08:32:05.463995494Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2971823418869638, + "StableID": "nDrfzBmwCQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "DiscoKey": "discokey:5748565cc5ce3ffacd73ea435c5d95a3f2faad9451ef08df066b79c902411c3a", + "Addresses": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "AllowedIPs": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "Endpoints": ["77.164.248.136:42987", "10.65.0.27:42987", "172.17.0.1:42987"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45943}, + {"Proto": "peerapi6", "Port": 45943} + ]}, + "Created": "2026-04-09T08:32:03.859664992Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4240785096016511, + "StableID": "nngp3YEf7a11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "DiscoKey": "discokey:e6cb5a9f92cc66dd16e51a138f9d2c9e7bfa9cfbf90bc66f56a24e01ec62205c", + "Addresses": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "AllowedIPs": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "Endpoints": ["77.164.248.136:58978", "10.65.0.27:58978", "172.17.0.1:58978"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 34873}, + {"Proto": "peerapi6", "Port": 34873} + ]}, + "Created": "2026-04-09T08:32:02.199503452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6010219833831198, + "StableID": "nMUigSH3wo11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:40865226f170c77c14f6bf919f656baf4dce417697497f28edc5c7e97b3d4b55", + "Addresses": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "AllowedIPs": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "Endpoints": ["77.164.248.136:39124", "10.65.0.27:39124", "172.17.0.1:39124"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62170}, + {"Proto": "peerapi6", "Port": 62170} + ]}, + "Created": "2026-04-09T08:32:04.367156087Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6154159035722702, + "StableID": "n5LS4hKE4q11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "DiscoKey": "discokey:1cb14fa29a2e8be777a9ae8f8268f1d1e3badc15dfddb280f70246a9e93b1c35", + "Addresses": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "AllowedIPs": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "Endpoints": ["77.164.248.136:36740", "10.65.0.27:36740", "172.17.0.1:36740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43402}, + {"Proto": "peerapi6", "Port": 43402} + ]}, + "Created": "2026-04-09T08:31:58.451912064Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6933457329920760, + "StableID": "nVZgjgAB9w11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:ef9f54536d05db6adb8ab67dd5a2d073173edf8a31c16362610e669d262ac42f", + "Addresses": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "AllowedIPs": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "Endpoints": ["77.164.248.136:58293", "10.65.0.27:58293", "172.17.0.1:58293"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 33907}, + {"Proto": "peerapi6", "Port": 33907} + ]}, + "Created": "2026-04-09T08:32:04.918668394Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7262091701871220, + "StableID": "nKr7qQq1iy11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "DiscoKey": "discokey:924a2d73d881617cacbec64c692e3cc08a95bdeab9bf8fffb8f0869870743415", + "Addresses": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "AllowedIPs": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "Endpoints": ["77.164.248.136:57496", "10.65.0.27:57496", "172.17.0.1:57496"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43691}, + {"Proto": "peerapi6", "Port": 43691} + ]}, + "Created": "2026-04-09T08:31:58.98379381Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7710632786240420, + "StableID": "n57vVQFAD321CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "DiscoKey": "discokey:3a1dae7e34fd0217cac3536edff7e63c6866263758dd6449a430203a9b363c4f", + "Addresses": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "AllowedIPs": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "Endpoints": ["77.164.248.136:59653", "10.65.0.27:59653", "172.17.0.1:59653"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 43701}, + {"Proto": "peerapi6", "Port": 43701} + ]}, + "Created": "2026-04-09T08:31:57.36275331Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8561933875086434, + "StableID": "nmURa6Vir921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "DiscoKey": "discokey:b868d912f9ab00f29bdb6a00ab451ab255518e8653361f8900d93ef79a16b407", + "Addresses": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "AllowedIPs": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "Endpoints": ["77.164.248.136:34146", "10.65.0.27:34146", "172.17.0.1:34146"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65110}, + {"Proto": "peerapi6", "Port": 65110} + ]}, + "Created": "2026-04-09T08:32:02.740221213Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8935932530469681, + "StableID": "nGS947o6nC21CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "DiscoKey": "discokey:2244d48e7c79769121b79749c7950d227f19e03f743767a096053ca303904569", + "Addresses": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "AllowedIPs": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "Endpoints": ["77.164.248.136:47452", "10.65.0.27:47452", "172.17.0.1:47452"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43340}, + {"Proto": "peerapi6", "Port": 43340} + ]}, + "Created": "2026-04-09T08:31:57.914878108Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6341,27 +6343,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4666260058530570": { - "ID": 4666260058530570, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7115987500863376": { + "ID": 7115987500863376, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6392,22 +6396,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5671337686686407, - "StableID": "nv2mnbRZHm11CNTRL", + "ID": 6010219833831198, + "StableID": "nMUigSH3wo11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:45ed3d1cb00437f720384154ee7f1c46b6ce99dc15421fa1b41c682aa2703657", - "Addresses": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "AllowedIPs": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "Endpoints": ["77.164.248.136:60664", "10.65.0.27:60664", "172.17.0.1:60664"], + "Key": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:40865226f170c77c14f6bf919f656baf4dce417697497f28edc5c7e97b3d4b55", + "Addresses": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "AllowedIPs": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "Endpoints": ["77.164.248.136:39124", "10.65.0.27:39124", "172.17.0.1:39124"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45364}, - {"Proto": "peerapi6", "Port": 45364}, + {"Proto": "peerapi4", "Port": 62170}, + {"Proto": "peerapi6", "Port": 62170}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:58.031861055Z", + "Created": "2026-04-09T08:32:04.367156087Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6434,300 +6438,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "MachineKey": "mkey:4261c984d38cf2b481e99a4cf1f3026f23dc312d5ea7d345c8a3bcf54d922e1d", + "NodeKey": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "MachineKey": "mkey:668d428c864a181fcdce82276bee2c07ebbfe9e2755702872927870e05f08c6c", "Peers": [{ - "ID": 802600223445962, - "StableID": "nMcVNvwVG711CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "DiscoKey": "discokey:9aebafc1f51f29a0fe768de15564d567400aadd3fe2fb8914aab03503528172e", - "Addresses": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "AllowedIPs": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "Endpoints": ["77.164.248.136:33834", "10.65.0.27:33834", "172.17.0.1:33834"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48033}, - {"Proto": "peerapi6", "Port": 48033} - ]}, - "Created": "2026-04-09T01:25:55.303124592Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1615975912291647, - "StableID": "npyjivwscD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "DiscoKey": "discokey:10b4ac32bbb3174fae8c85901ac0ccf731fe46b62f2f7da1980e29206a55223e", - "Addresses": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "AllowedIPs": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "Endpoints": ["77.164.248.136:59796", "10.65.0.27:59796", "172.17.0.1:59796"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 34969}, - {"Proto": "peerapi6", "Port": 34969} - ]}, - "Created": "2026-04-09T01:25:50.879483336Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2224172138173915, - "StableID": "nAUnXNELNJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "DiscoKey": "discokey:cc7e260bb3755773de78b7fcdff644c1a101e843333ade98e347bb5207717a7c", - "Addresses": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "AllowedIPs": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "Endpoints": ["77.164.248.136:50884", "10.65.0.27:50884", "172.17.0.1:50884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61332}, - {"Proto": "peerapi6", "Port": 61332} - ]}, - "Created": "2026-04-09T01:25:56.364231445Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2329548305190894, - "StableID": "n96rZTH4CK11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "DiscoKey": "discokey:8c02adf44a60e0cc2dda97d649b9808bf4ab7f59d9d5097c5f9603f4984bea61", - "Addresses": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "AllowedIPs": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "Endpoints": ["77.164.248.136:45911", "10.65.0.27:45911", "172.17.0.1:45911"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49373}, - {"Proto": "peerapi6", "Port": 49373} - ]}, - "Created": "2026-04-09T01:25:56.929495833Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3254870454286427, - "StableID": "ngdNGov8RS11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "KeyExpiry": "2026-10-06T01:25:59Z", - "DiscoKey": "discokey:d647b01a156666f57d56763f165183887225a0f1f070a53043f30050bf539b4c", - "Addresses": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "AllowedIPs": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61242}, - {"Proto": "peerapi6", "Port": 61242} - ]}, - "Created": "2026-04-09T01:25:59.131344804Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3795651413928197, - "StableID": "niRNrvK4eW11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "DiscoKey": "discokey:14d30aa6a677d7164ffe33663d947fe6561da7f5cca53ea787b82a97bb09da55", - "Addresses": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "AllowedIPs": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "Endpoints": ["77.164.248.136:50843", "10.65.0.27:50843", "172.17.0.1:50843"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54618}, - {"Proto": "peerapi6", "Port": 54618} - ]}, - "Created": "2026-04-09T01:25:57.49452024Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4666260058530570, - "StableID": "nR2uWsjMSd11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "DiscoKey": "discokey:86d492fbd179f17c66433f035988dd9de2b13cc31cd0954cec38fcd561ea4003", - "Addresses": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "AllowedIPs": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "Endpoints": ["77.164.248.136:38213", "10.65.0.27:38213", "172.17.0.1:38213"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 33718}, - {"Proto": "peerapi6", "Port": 33718} - ]}, - "Created": "2026-04-09T01:25:54.71325515Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4898314826234908, - "StableID": "nspnhcRTFf11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "DiscoKey": "discokey:98fcea05af6281c2484514ca3ef85c2b4feb3f263d5a73141dfdbf34a0a6015b", - "Addresses": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "AllowedIPs": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "Endpoints": ["77.164.248.136:49061", "10.65.0.27:49061", "172.17.0.1:49061"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 46819}, - {"Proto": "peerapi6", "Port": 46819} - ]}, - "Created": "2026-04-09T01:25:53.087461962Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5559092138939557, - "StableID": "n44t6bviQk11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "DiscoKey": "discokey:bd53c8f81872773446b108a38e45a4da438e1190562d1b699156bfb85f5a091a", - "Addresses": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "AllowedIPs": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "Endpoints": ["77.164.248.136:39017", "10.65.0.27:39017", "172.17.0.1:39017"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49497}, - {"Proto": "peerapi6", "Port": 49497} - ]}, - "Created": "2026-04-09T01:25:52.524256665Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5840714889404806, - "StableID": "n16vBDgGcn11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "DiscoKey": "discokey:fdf78eed8cd00f8141cff84a6cd3ec6b74e712e37d67c4ee2d6b97cc4da0fc35", - "Addresses": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "AllowedIPs": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "Endpoints": ["77.164.248.136:37864", "10.65.0.27:37864", "172.17.0.1:37864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 38546}, - {"Proto": "peerapi6", "Port": 38546} - ]}, - "Created": "2026-04-09T01:25:51.42610072Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6004973850037999, - "StableID": "nt5Y4sUfto11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:5a8db179e1e1089aa0bc1e3c0127ffe1ee3c4c6cce543c3f6c85fd3015694c75", - "Addresses": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "AllowedIPs": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "Endpoints": ["77.164.248.136:40726", "10.65.0.27:40726", "172.17.0.1:40726"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38462}, - {"Proto": "peerapi6", "Port": 38462} - ]}, - "Created": "2026-04-09T01:25:58.556110879Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7620270784750974, - "StableID": "nb9irKbEW221CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "DiscoKey": "discokey:41e934c4892cdbcb5d46d1559407ba1d6a4cdc25a01e4d47f8e37b7e45678b66", - "Addresses": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "AllowedIPs": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "Endpoints": ["77.164.248.136:59013", "10.65.0.27:59013", "172.17.0.1:59013"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 49817}, - {"Proto": "peerapi6", "Port": 49817} - ]}, - "Created": "2026-04-09T01:25:51.974178062Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7664871805515639, - "StableID": "nkFKLjBSr221CNTRL", + "ID": 353162296236964, + "StableID": "nscimXywk311CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "DiscoKey": "discokey:32caedb0a09e58f40de135b0c65f4446a246287b90552196d8fb3315975ace74", - "Addresses": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "AllowedIPs": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "Endpoints": ["77.164.248.136:45452", "10.65.0.27:45452", "172.17.0.1:45452"], + "Key": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "DiscoKey": "discokey:a7f5ba06a01ce9fe1a02037e62309f40523e399283bdb11618b6c480a1322358", + "Addresses": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "AllowedIPs": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "Endpoints": ["77.164.248.136:33764", "10.65.0.27:33764", "172.17.0.1:33764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46411}, - {"Proto": "peerapi6", "Port": 46411} + {"Proto": "peerapi4", "Port": 57088}, + {"Proto": "peerapi6", "Port": 57088} ]}, - "Created": "2026-04-09T01:25:53.623294284Z", + "Created": "2026-04-09T08:32:00.081099262Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7816942739519904, - "StableID": "nhwe2BqJ3421CNTRL", + "ID": 543048538198037, + "StableID": "neKpjvxwE511CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "DiscoKey": "discokey:1db360b4c0953399d4bffd5c4358d2ee082da8a00fff8f273ad1c5782d033e06", + "Addresses": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "AllowedIPs": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54479}, + {"Proto": "peerapi6", "Port": 54479} + ]}, + "Created": "2026-04-09T08:32:03.308967962Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 853906812262216, + "StableID": "nHy7wfgjf711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "DiscoKey": "discokey:958bf4479bef0bca1413c1845bb1266c27afd129ab63a0430e059a390fb9ee6d", - "Addresses": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "AllowedIPs": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "Endpoints": ["77.164.248.136:57429", "10.65.0.27:57429", "172.17.0.1:57429"], + "Key": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "DiscoKey": "discokey:bc93b7d6e8282912dbb4ad6701453486b95f83b849ec135b6f0e4a9dc5530d15", + "Addresses": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "AllowedIPs": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35385}, - {"Proto": "peerapi6", "Port": 35385} + {"Proto": "peerapi4", "Port": 32929}, + {"Proto": "peerapi6", "Port": 32929} ]}, - "Created": "2026-04-09T01:25:54.177388655Z", + "Created": "2026-04-09T08:32:01.118988311Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 1069210838473017, + "StableID": "n8pQTdMFM911CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "DiscoKey": "discokey:bd5a2a1da3aa57af44d1e3abcb99bd711f739b9b7a1ffb09ee68447278cc5c08", + "Addresses": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "AllowedIPs": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "Endpoints": ["77.164.248.136:33594", "10.65.0.27:33594", "172.17.0.1:33594"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:31:59.525628528Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2211098526192549, + "StableID": "nAD6DvoQGJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "KeyExpiry": "2026-10-06T08:32:05Z", + "DiscoKey": "discokey:7cbabf9778f27a4a760bdd8e8faa9c190754050adc8c296aacd080004a9ddf22", + "Addresses": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "AllowedIPs": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55550}, + {"Proto": "peerapi6", "Port": 55550} + ]}, + "Created": "2026-04-09T08:32:05.463995494Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2971823418869638, + "StableID": "nDrfzBmwCQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "DiscoKey": "discokey:5748565cc5ce3ffacd73ea435c5d95a3f2faad9451ef08df066b79c902411c3a", + "Addresses": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "AllowedIPs": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "Endpoints": ["77.164.248.136:42987", "10.65.0.27:42987", "172.17.0.1:42987"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45943}, + {"Proto": "peerapi6", "Port": 45943} + ]}, + "Created": "2026-04-09T08:32:03.859664992Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4240785096016511, + "StableID": "nngp3YEf7a11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "DiscoKey": "discokey:e6cb5a9f92cc66dd16e51a138f9d2c9e7bfa9cfbf90bc66f56a24e01ec62205c", + "Addresses": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "AllowedIPs": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "Endpoints": ["77.164.248.136:58978", "10.65.0.27:58978", "172.17.0.1:58978"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 34873}, + {"Proto": "peerapi6", "Port": 34873} + ]}, + "Created": "2026-04-09T08:32:02.199503452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6154159035722702, + "StableID": "n5LS4hKE4q11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "DiscoKey": "discokey:1cb14fa29a2e8be777a9ae8f8268f1d1e3badc15dfddb280f70246a9e93b1c35", + "Addresses": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "AllowedIPs": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "Endpoints": ["77.164.248.136:36740", "10.65.0.27:36740", "172.17.0.1:36740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43402}, + {"Proto": "peerapi6", "Port": 43402} + ]}, + "Created": "2026-04-09T08:31:58.451912064Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6933457329920760, + "StableID": "nVZgjgAB9w11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:ef9f54536d05db6adb8ab67dd5a2d073173edf8a31c16362610e669d262ac42f", + "Addresses": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "AllowedIPs": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "Endpoints": ["77.164.248.136:58293", "10.65.0.27:58293", "172.17.0.1:58293"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 33907}, + {"Proto": "peerapi6", "Port": 33907} + ]}, + "Created": "2026-04-09T08:32:04.918668394Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7115987500863376, + "StableID": "nD92uevqZx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "DiscoKey": "discokey:e5938621fce43a73c3a1d8091f77e00adbb46e230d4acc9f505ff3b7155cd171", + "Addresses": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "AllowedIPs": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "Endpoints": ["77.164.248.136:55445", "10.65.0.27:55445", "172.17.0.1:55445"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61073}, + {"Proto": "peerapi6", "Port": 61073} + ]}, + "Created": "2026-04-09T08:32:01.676698488Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7262091701871220, + "StableID": "nKr7qQq1iy11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "DiscoKey": "discokey:924a2d73d881617cacbec64c692e3cc08a95bdeab9bf8fffb8f0869870743415", + "Addresses": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "AllowedIPs": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "Endpoints": ["77.164.248.136:57496", "10.65.0.27:57496", "172.17.0.1:57496"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43691}, + {"Proto": "peerapi6", "Port": 43691} + ]}, + "Created": "2026-04-09T08:31:58.98379381Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7710632786240420, + "StableID": "n57vVQFAD321CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "DiscoKey": "discokey:3a1dae7e34fd0217cac3536edff7e63c6866263758dd6449a430203a9b363c4f", + "Addresses": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "AllowedIPs": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "Endpoints": ["77.164.248.136:59653", "10.65.0.27:59653", "172.17.0.1:59653"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 43701}, + {"Proto": "peerapi6", "Port": 43701} + ]}, + "Created": "2026-04-09T08:31:57.36275331Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8561933875086434, + "StableID": "nmURa6Vir921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "DiscoKey": "discokey:b868d912f9ab00f29bdb6a00ab451ab255518e8653361f8900d93ef79a16b407", + "Addresses": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "AllowedIPs": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "Endpoints": ["77.164.248.136:34146", "10.65.0.27:34146", "172.17.0.1:34146"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65110}, + {"Proto": "peerapi6", "Port": 65110} + ]}, + "Created": "2026-04-09T08:32:02.740221213Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8935932530469681, + "StableID": "nGS947o6nC21CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "DiscoKey": "discokey:2244d48e7c79769121b79749c7950d227f19e03f743767a096053ca303904569", + "Addresses": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "AllowedIPs": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "Endpoints": ["77.164.248.136:47452", "10.65.0.27:47452", "172.17.0.1:47452"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43340}, + {"Proto": "peerapi6", "Port": 43340} + ]}, + "Created": "2026-04-09T08:31:57.914878108Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7575,23 +7578,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7622,21 +7626,20 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2329548305190894, - "StableID": "n96rZTH4CK11CNTRL", + "ID": 543048538198037, + "StableID": "neKpjvxwE511CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 2329548305190894, - "Key": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "DiscoKey": "discokey:8c02adf44a60e0cc2dda97d649b9808bf4ab7f59d9d5097c5f9603f4984bea61", - "Addresses": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "AllowedIPs": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "Endpoints": ["77.164.248.136:45911", "10.65.0.27:45911", "172.17.0.1:45911"], + "User": 543048538198037, + "Key": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "DiscoKey": "discokey:1db360b4c0953399d4bffd5c4358d2ee082da8a00fff8f273ad1c5782d033e06", + "Addresses": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "AllowedIPs": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 49373}, - {"Proto": "peerapi6", "Port": 49373}, + {"Proto": "peerapi4", "Port": 54479}, + {"Proto": "peerapi6", "Port": 54479}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:56.929495833Z", + "Created": "2026-04-09T08:32:03.308967962Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7664,300 +7667,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "MachineKey": "mkey:edb5b578a1f7fbf6ca242ef2fca99fe2aa7026466e710ae78c3afef3c6d07202", + "NodeKey": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "MachineKey": "mkey:65162506912198aee653661f8dd75a4359193088a29239b2ce4f7bee91859d23", "Peers": [{ - "ID": 802600223445962, - "StableID": "nMcVNvwVG711CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "DiscoKey": "discokey:9aebafc1f51f29a0fe768de15564d567400aadd3fe2fb8914aab03503528172e", - "Addresses": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "AllowedIPs": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "Endpoints": ["77.164.248.136:33834", "10.65.0.27:33834", "172.17.0.1:33834"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48033}, - {"Proto": "peerapi6", "Port": 48033} - ]}, - "Created": "2026-04-09T01:25:55.303124592Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1615975912291647, - "StableID": "npyjivwscD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "DiscoKey": "discokey:10b4ac32bbb3174fae8c85901ac0ccf731fe46b62f2f7da1980e29206a55223e", - "Addresses": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "AllowedIPs": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "Endpoints": ["77.164.248.136:59796", "10.65.0.27:59796", "172.17.0.1:59796"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 34969}, - {"Proto": "peerapi6", "Port": 34969} - ]}, - "Created": "2026-04-09T01:25:50.879483336Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2224172138173915, - "StableID": "nAUnXNELNJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "DiscoKey": "discokey:cc7e260bb3755773de78b7fcdff644c1a101e843333ade98e347bb5207717a7c", - "Addresses": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "AllowedIPs": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "Endpoints": ["77.164.248.136:50884", "10.65.0.27:50884", "172.17.0.1:50884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61332}, - {"Proto": "peerapi6", "Port": 61332} - ]}, - "Created": "2026-04-09T01:25:56.364231445Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3254870454286427, - "StableID": "ngdNGov8RS11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "KeyExpiry": "2026-10-06T01:25:59Z", - "DiscoKey": "discokey:d647b01a156666f57d56763f165183887225a0f1f070a53043f30050bf539b4c", - "Addresses": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "AllowedIPs": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61242}, - {"Proto": "peerapi6", "Port": 61242} - ]}, - "Created": "2026-04-09T01:25:59.131344804Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3795651413928197, - "StableID": "niRNrvK4eW11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "DiscoKey": "discokey:14d30aa6a677d7164ffe33663d947fe6561da7f5cca53ea787b82a97bb09da55", - "Addresses": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "AllowedIPs": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "Endpoints": ["77.164.248.136:50843", "10.65.0.27:50843", "172.17.0.1:50843"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54618}, - {"Proto": "peerapi6", "Port": 54618} - ]}, - "Created": "2026-04-09T01:25:57.49452024Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4666260058530570, - "StableID": "nR2uWsjMSd11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "DiscoKey": "discokey:86d492fbd179f17c66433f035988dd9de2b13cc31cd0954cec38fcd561ea4003", - "Addresses": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "AllowedIPs": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "Endpoints": ["77.164.248.136:38213", "10.65.0.27:38213", "172.17.0.1:38213"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 33718}, - {"Proto": "peerapi6", "Port": 33718} - ]}, - "Created": "2026-04-09T01:25:54.71325515Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4898314826234908, - "StableID": "nspnhcRTFf11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "DiscoKey": "discokey:98fcea05af6281c2484514ca3ef85c2b4feb3f263d5a73141dfdbf34a0a6015b", - "Addresses": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "AllowedIPs": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "Endpoints": ["77.164.248.136:49061", "10.65.0.27:49061", "172.17.0.1:49061"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 46819}, - {"Proto": "peerapi6", "Port": 46819} - ]}, - "Created": "2026-04-09T01:25:53.087461962Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5559092138939557, - "StableID": "n44t6bviQk11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "DiscoKey": "discokey:bd53c8f81872773446b108a38e45a4da438e1190562d1b699156bfb85f5a091a", - "Addresses": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "AllowedIPs": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "Endpoints": ["77.164.248.136:39017", "10.65.0.27:39017", "172.17.0.1:39017"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49497}, - {"Proto": "peerapi6", "Port": 49497} - ]}, - "Created": "2026-04-09T01:25:52.524256665Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5671337686686407, - "StableID": "nv2mnbRZHm11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:45ed3d1cb00437f720384154ee7f1c46b6ce99dc15421fa1b41c682aa2703657", - "Addresses": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "AllowedIPs": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "Endpoints": ["77.164.248.136:60664", "10.65.0.27:60664", "172.17.0.1:60664"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45364}, - {"Proto": "peerapi6", "Port": 45364} - ]}, - "Created": "2026-04-09T01:25:58.031861055Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5840714889404806, - "StableID": "n16vBDgGcn11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "DiscoKey": "discokey:fdf78eed8cd00f8141cff84a6cd3ec6b74e712e37d67c4ee2d6b97cc4da0fc35", - "Addresses": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "AllowedIPs": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "Endpoints": ["77.164.248.136:37864", "10.65.0.27:37864", "172.17.0.1:37864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 38546}, - {"Proto": "peerapi6", "Port": 38546} - ]}, - "Created": "2026-04-09T01:25:51.42610072Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6004973850037999, - "StableID": "nt5Y4sUfto11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:5a8db179e1e1089aa0bc1e3c0127ffe1ee3c4c6cce543c3f6c85fd3015694c75", - "Addresses": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "AllowedIPs": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "Endpoints": ["77.164.248.136:40726", "10.65.0.27:40726", "172.17.0.1:40726"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38462}, - {"Proto": "peerapi6", "Port": 38462} - ]}, - "Created": "2026-04-09T01:25:58.556110879Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7620270784750974, - "StableID": "nb9irKbEW221CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "DiscoKey": "discokey:41e934c4892cdbcb5d46d1559407ba1d6a4cdc25a01e4d47f8e37b7e45678b66", - "Addresses": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "AllowedIPs": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "Endpoints": ["77.164.248.136:59013", "10.65.0.27:59013", "172.17.0.1:59013"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 49817}, - {"Proto": "peerapi6", "Port": 49817} - ]}, - "Created": "2026-04-09T01:25:51.974178062Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7664871805515639, - "StableID": "nkFKLjBSr221CNTRL", + "ID": 353162296236964, + "StableID": "nscimXywk311CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "DiscoKey": "discokey:32caedb0a09e58f40de135b0c65f4446a246287b90552196d8fb3315975ace74", - "Addresses": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "AllowedIPs": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "Endpoints": ["77.164.248.136:45452", "10.65.0.27:45452", "172.17.0.1:45452"], + "Key": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "DiscoKey": "discokey:a7f5ba06a01ce9fe1a02037e62309f40523e399283bdb11618b6c480a1322358", + "Addresses": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "AllowedIPs": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "Endpoints": ["77.164.248.136:33764", "10.65.0.27:33764", "172.17.0.1:33764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46411}, - {"Proto": "peerapi6", "Port": 46411} + {"Proto": "peerapi4", "Port": 57088}, + {"Proto": "peerapi6", "Port": 57088} ]}, - "Created": "2026-04-09T01:25:53.623294284Z", + "Created": "2026-04-09T08:32:00.081099262Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7816942739519904, - "StableID": "nhwe2BqJ3421CNTRL", + "ID": 853906812262216, + "StableID": "nHy7wfgjf711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "DiscoKey": "discokey:958bf4479bef0bca1413c1845bb1266c27afd129ab63a0430e059a390fb9ee6d", - "Addresses": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "AllowedIPs": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "Endpoints": ["77.164.248.136:57429", "10.65.0.27:57429", "172.17.0.1:57429"], + "Key": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "DiscoKey": "discokey:bc93b7d6e8282912dbb4ad6701453486b95f83b849ec135b6f0e4a9dc5530d15", + "Addresses": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "AllowedIPs": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35385}, - {"Proto": "peerapi6", "Port": 35385} + {"Proto": "peerapi4", "Port": 32929}, + {"Proto": "peerapi6", "Port": 32929} ]}, - "Created": "2026-04-09T01:25:54.177388655Z", + "Created": "2026-04-09T08:32:01.118988311Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 1069210838473017, + "StableID": "n8pQTdMFM911CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "DiscoKey": "discokey:bd5a2a1da3aa57af44d1e3abcb99bd711f739b9b7a1ffb09ee68447278cc5c08", + "Addresses": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "AllowedIPs": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "Endpoints": ["77.164.248.136:33594", "10.65.0.27:33594", "172.17.0.1:33594"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:31:59.525628528Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2211098526192549, + "StableID": "nAD6DvoQGJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "KeyExpiry": "2026-10-06T08:32:05Z", + "DiscoKey": "discokey:7cbabf9778f27a4a760bdd8e8faa9c190754050adc8c296aacd080004a9ddf22", + "Addresses": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "AllowedIPs": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55550}, + {"Proto": "peerapi6", "Port": 55550} + ]}, + "Created": "2026-04-09T08:32:05.463995494Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2971823418869638, + "StableID": "nDrfzBmwCQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "DiscoKey": "discokey:5748565cc5ce3ffacd73ea435c5d95a3f2faad9451ef08df066b79c902411c3a", + "Addresses": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "AllowedIPs": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "Endpoints": ["77.164.248.136:42987", "10.65.0.27:42987", "172.17.0.1:42987"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45943}, + {"Proto": "peerapi6", "Port": 45943} + ]}, + "Created": "2026-04-09T08:32:03.859664992Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4240785096016511, + "StableID": "nngp3YEf7a11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "DiscoKey": "discokey:e6cb5a9f92cc66dd16e51a138f9d2c9e7bfa9cfbf90bc66f56a24e01ec62205c", + "Addresses": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "AllowedIPs": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "Endpoints": ["77.164.248.136:58978", "10.65.0.27:58978", "172.17.0.1:58978"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 34873}, + {"Proto": "peerapi6", "Port": 34873} + ]}, + "Created": "2026-04-09T08:32:02.199503452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6010219833831198, + "StableID": "nMUigSH3wo11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:40865226f170c77c14f6bf919f656baf4dce417697497f28edc5c7e97b3d4b55", + "Addresses": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "AllowedIPs": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "Endpoints": ["77.164.248.136:39124", "10.65.0.27:39124", "172.17.0.1:39124"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62170}, + {"Proto": "peerapi6", "Port": 62170} + ]}, + "Created": "2026-04-09T08:32:04.367156087Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6154159035722702, + "StableID": "n5LS4hKE4q11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "DiscoKey": "discokey:1cb14fa29a2e8be777a9ae8f8268f1d1e3badc15dfddb280f70246a9e93b1c35", + "Addresses": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "AllowedIPs": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "Endpoints": ["77.164.248.136:36740", "10.65.0.27:36740", "172.17.0.1:36740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43402}, + {"Proto": "peerapi6", "Port": 43402} + ]}, + "Created": "2026-04-09T08:31:58.451912064Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6933457329920760, + "StableID": "nVZgjgAB9w11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:ef9f54536d05db6adb8ab67dd5a2d073173edf8a31c16362610e669d262ac42f", + "Addresses": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "AllowedIPs": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "Endpoints": ["77.164.248.136:58293", "10.65.0.27:58293", "172.17.0.1:58293"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 33907}, + {"Proto": "peerapi6", "Port": 33907} + ]}, + "Created": "2026-04-09T08:32:04.918668394Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7115987500863376, + "StableID": "nD92uevqZx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "DiscoKey": "discokey:e5938621fce43a73c3a1d8091f77e00adbb46e230d4acc9f505ff3b7155cd171", + "Addresses": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "AllowedIPs": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "Endpoints": ["77.164.248.136:55445", "10.65.0.27:55445", "172.17.0.1:55445"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61073}, + {"Proto": "peerapi6", "Port": 61073} + ]}, + "Created": "2026-04-09T08:32:01.676698488Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7262091701871220, + "StableID": "nKr7qQq1iy11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "DiscoKey": "discokey:924a2d73d881617cacbec64c692e3cc08a95bdeab9bf8fffb8f0869870743415", + "Addresses": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "AllowedIPs": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "Endpoints": ["77.164.248.136:57496", "10.65.0.27:57496", "172.17.0.1:57496"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43691}, + {"Proto": "peerapi6", "Port": 43691} + ]}, + "Created": "2026-04-09T08:31:58.98379381Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7710632786240420, + "StableID": "n57vVQFAD321CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "DiscoKey": "discokey:3a1dae7e34fd0217cac3536edff7e63c6866263758dd6449a430203a9b363c4f", + "Addresses": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "AllowedIPs": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "Endpoints": ["77.164.248.136:59653", "10.65.0.27:59653", "172.17.0.1:59653"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 43701}, + {"Proto": "peerapi6", "Port": 43701} + ]}, + "Created": "2026-04-09T08:31:57.36275331Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8561933875086434, + "StableID": "nmURa6Vir921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "DiscoKey": "discokey:b868d912f9ab00f29bdb6a00ab451ab255518e8653361f8900d93ef79a16b407", + "Addresses": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "AllowedIPs": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "Endpoints": ["77.164.248.136:34146", "10.65.0.27:34146", "172.17.0.1:34146"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65110}, + {"Proto": "peerapi6", "Port": 65110} + ]}, + "Created": "2026-04-09T08:32:02.740221213Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8935932530469681, + "StableID": "nGS947o6nC21CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "DiscoKey": "discokey:2244d48e7c79769121b79749c7950d227f19e03f743767a096053ca303904569", + "Addresses": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "AllowedIPs": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "Endpoints": ["77.164.248.136:47452", "10.65.0.27:47452", "172.17.0.1:47452"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43340}, + {"Proto": "peerapi6", "Port": 43340} + ]}, + "Created": "2026-04-09T08:31:57.914878108Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8805,27 +8808,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2329548305190894": { - "ID": 2329548305190894, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "543048538198037": { + "ID": 543048538198037, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8856,26 +8861,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5840714889404806, - "StableID": "n16vBDgGcn11CNTRL", + "ID": 8935932530469681, + "StableID": "nGS947o6nC21CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 5840714889404806, - "Key": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "DiscoKey": "discokey:fdf78eed8cd00f8141cff84a6cd3ec6b74e712e37d67c4ee2d6b97cc4da0fc35", - "Addresses": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "AllowedIPs": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "Endpoints": ["77.164.248.136:37864", "10.65.0.27:37864", "172.17.0.1:37864"], + "User": 8935932530469681, + "Key": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "DiscoKey": "discokey:2244d48e7c79769121b79749c7950d227f19e03f743767a096053ca303904569", + "Addresses": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "AllowedIPs": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "Endpoints": ["77.164.248.136:47452", "10.65.0.27:47452", "172.17.0.1:47452"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 38546}, - {"Proto": "peerapi6", "Port": 38546}, + {"Proto": "peerapi4", "Port": 43340}, + {"Proto": "peerapi6", "Port": 43340}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:51.42610072Z", + "Created": "2026-04-09T08:31:57.914878108Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8903,302 +8908,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "MachineKey": "mkey:0869534e9e71e873d6134fd19017dda353a5525dddd5c0557bbdb16b1567e014", + "NodeKey": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "MachineKey": "mkey:4cd005db495b5bd7ee64555cf0f14ca99752e44b66f6701c4cb4f9d1f133fc5b", "Peers": [{ - "ID": 802600223445962, - "StableID": "nMcVNvwVG711CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "DiscoKey": "discokey:9aebafc1f51f29a0fe768de15564d567400aadd3fe2fb8914aab03503528172e", - "Addresses": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "AllowedIPs": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "Endpoints": ["77.164.248.136:33834", "10.65.0.27:33834", "172.17.0.1:33834"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48033}, - {"Proto": "peerapi6", "Port": 48033} - ]}, - "Created": "2026-04-09T01:25:55.303124592Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1615975912291647, - "StableID": "npyjivwscD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "DiscoKey": "discokey:10b4ac32bbb3174fae8c85901ac0ccf731fe46b62f2f7da1980e29206a55223e", - "Addresses": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "AllowedIPs": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "Endpoints": ["77.164.248.136:59796", "10.65.0.27:59796", "172.17.0.1:59796"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 34969}, - {"Proto": "peerapi6", "Port": 34969} - ]}, - "Created": "2026-04-09T01:25:50.879483336Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2224172138173915, - "StableID": "nAUnXNELNJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "DiscoKey": "discokey:cc7e260bb3755773de78b7fcdff644c1a101e843333ade98e347bb5207717a7c", - "Addresses": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "AllowedIPs": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "Endpoints": ["77.164.248.136:50884", "10.65.0.27:50884", "172.17.0.1:50884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61332}, - {"Proto": "peerapi6", "Port": 61332} - ]}, - "Created": "2026-04-09T01:25:56.364231445Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2329548305190894, - "StableID": "n96rZTH4CK11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "DiscoKey": "discokey:8c02adf44a60e0cc2dda97d649b9808bf4ab7f59d9d5097c5f9603f4984bea61", - "Addresses": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "AllowedIPs": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "Endpoints": ["77.164.248.136:45911", "10.65.0.27:45911", "172.17.0.1:45911"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49373}, - {"Proto": "peerapi6", "Port": 49373} - ]}, - "Created": "2026-04-09T01:25:56.929495833Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3254870454286427, - "StableID": "ngdNGov8RS11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "KeyExpiry": "2026-10-06T01:25:59Z", - "DiscoKey": "discokey:d647b01a156666f57d56763f165183887225a0f1f070a53043f30050bf539b4c", - "Addresses": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "AllowedIPs": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "Endpoints": ["77.164.248.136:55862", "10.65.0.27:55862", "172.17.0.1:55862"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61242}, - {"Proto": "peerapi6", "Port": 61242} - ]}, - "Created": "2026-04-09T01:25:59.131344804Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3795651413928197, - "StableID": "niRNrvK4eW11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "DiscoKey": "discokey:14d30aa6a677d7164ffe33663d947fe6561da7f5cca53ea787b82a97bb09da55", - "Addresses": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "AllowedIPs": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "Endpoints": ["77.164.248.136:50843", "10.65.0.27:50843", "172.17.0.1:50843"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54618}, - {"Proto": "peerapi6", "Port": 54618} - ]}, - "Created": "2026-04-09T01:25:57.49452024Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4666260058530570, - "StableID": "nR2uWsjMSd11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "DiscoKey": "discokey:86d492fbd179f17c66433f035988dd9de2b13cc31cd0954cec38fcd561ea4003", - "Addresses": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "AllowedIPs": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "Endpoints": ["77.164.248.136:38213", "10.65.0.27:38213", "172.17.0.1:38213"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 33718}, - {"Proto": "peerapi6", "Port": 33718} - ]}, - "Created": "2026-04-09T01:25:54.71325515Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4898314826234908, - "StableID": "nspnhcRTFf11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "DiscoKey": "discokey:98fcea05af6281c2484514ca3ef85c2b4feb3f263d5a73141dfdbf34a0a6015b", - "Addresses": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "AllowedIPs": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "Endpoints": ["77.164.248.136:49061", "10.65.0.27:49061", "172.17.0.1:49061"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 46819}, - {"Proto": "peerapi6", "Port": 46819} - ]}, - "Created": "2026-04-09T01:25:53.087461962Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5559092138939557, - "StableID": "n44t6bviQk11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "DiscoKey": "discokey:bd53c8f81872773446b108a38e45a4da438e1190562d1b699156bfb85f5a091a", - "Addresses": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "AllowedIPs": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "Endpoints": ["77.164.248.136:39017", "10.65.0.27:39017", "172.17.0.1:39017"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49497}, - {"Proto": "peerapi6", "Port": 49497} - ]}, - "Created": "2026-04-09T01:25:52.524256665Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5671337686686407, - "StableID": "nv2mnbRZHm11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:45ed3d1cb00437f720384154ee7f1c46b6ce99dc15421fa1b41c682aa2703657", - "Addresses": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "AllowedIPs": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "Endpoints": ["77.164.248.136:60664", "10.65.0.27:60664", "172.17.0.1:60664"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45364}, - {"Proto": "peerapi6", "Port": 45364} - ]}, - "Created": "2026-04-09T01:25:58.031861055Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6004973850037999, - "StableID": "nt5Y4sUfto11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:5a8db179e1e1089aa0bc1e3c0127ffe1ee3c4c6cce543c3f6c85fd3015694c75", - "Addresses": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "AllowedIPs": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "Endpoints": ["77.164.248.136:40726", "10.65.0.27:40726", "172.17.0.1:40726"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38462}, - {"Proto": "peerapi6", "Port": 38462} - ]}, - "Created": "2026-04-09T01:25:58.556110879Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7620270784750974, - "StableID": "nb9irKbEW221CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "DiscoKey": "discokey:41e934c4892cdbcb5d46d1559407ba1d6a4cdc25a01e4d47f8e37b7e45678b66", - "Addresses": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "AllowedIPs": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "Endpoints": ["77.164.248.136:59013", "10.65.0.27:59013", "172.17.0.1:59013"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 49817}, - {"Proto": "peerapi6", "Port": 49817} - ]}, - "Created": "2026-04-09T01:25:51.974178062Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7664871805515639, - "StableID": "nkFKLjBSr221CNTRL", + "ID": 353162296236964, + "StableID": "nscimXywk311CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "DiscoKey": "discokey:32caedb0a09e58f40de135b0c65f4446a246287b90552196d8fb3315975ace74", - "Addresses": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "AllowedIPs": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "Endpoints": ["77.164.248.136:45452", "10.65.0.27:45452", "172.17.0.1:45452"], + "Key": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "DiscoKey": "discokey:a7f5ba06a01ce9fe1a02037e62309f40523e399283bdb11618b6c480a1322358", + "Addresses": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "AllowedIPs": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "Endpoints": ["77.164.248.136:33764", "10.65.0.27:33764", "172.17.0.1:33764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46411}, - {"Proto": "peerapi6", "Port": 46411} + {"Proto": "peerapi4", "Port": 57088}, + {"Proto": "peerapi6", "Port": 57088} ]}, - "Created": "2026-04-09T01:25:53.623294284Z", + "Created": "2026-04-09T08:32:00.081099262Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7816942739519904, - "StableID": "nhwe2BqJ3421CNTRL", + "ID": 543048538198037, + "StableID": "neKpjvxwE511CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "DiscoKey": "discokey:1db360b4c0953399d4bffd5c4358d2ee082da8a00fff8f273ad1c5782d033e06", + "Addresses": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "AllowedIPs": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54479}, + {"Proto": "peerapi6", "Port": 54479} + ]}, + "Created": "2026-04-09T08:32:03.308967962Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 853906812262216, + "StableID": "nHy7wfgjf711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "DiscoKey": "discokey:958bf4479bef0bca1413c1845bb1266c27afd129ab63a0430e059a390fb9ee6d", - "Addresses": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "AllowedIPs": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "Endpoints": ["77.164.248.136:57429", "10.65.0.27:57429", "172.17.0.1:57429"], + "Key": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "DiscoKey": "discokey:bc93b7d6e8282912dbb4ad6701453486b95f83b849ec135b6f0e4a9dc5530d15", + "Addresses": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "AllowedIPs": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35385}, - {"Proto": "peerapi6", "Port": 35385} + {"Proto": "peerapi4", "Port": 32929}, + {"Proto": "peerapi6", "Port": 32929} ]}, - "Created": "2026-04-09T01:25:54.177388655Z", + "Created": "2026-04-09T08:32:01.118988311Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 1069210838473017, + "StableID": "n8pQTdMFM911CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "DiscoKey": "discokey:bd5a2a1da3aa57af44d1e3abcb99bd711f739b9b7a1ffb09ee68447278cc5c08", + "Addresses": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "AllowedIPs": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "Endpoints": ["77.164.248.136:33594", "10.65.0.27:33594", "172.17.0.1:33594"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:31:59.525628528Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2211098526192549, + "StableID": "nAD6DvoQGJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "KeyExpiry": "2026-10-06T08:32:05Z", + "DiscoKey": "discokey:7cbabf9778f27a4a760bdd8e8faa9c190754050adc8c296aacd080004a9ddf22", + "Addresses": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "AllowedIPs": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55550}, + {"Proto": "peerapi6", "Port": 55550} + ]}, + "Created": "2026-04-09T08:32:05.463995494Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2971823418869638, + "StableID": "nDrfzBmwCQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "DiscoKey": "discokey:5748565cc5ce3ffacd73ea435c5d95a3f2faad9451ef08df066b79c902411c3a", + "Addresses": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "AllowedIPs": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "Endpoints": ["77.164.248.136:42987", "10.65.0.27:42987", "172.17.0.1:42987"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45943}, + {"Proto": "peerapi6", "Port": 45943} + ]}, + "Created": "2026-04-09T08:32:03.859664992Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4240785096016511, + "StableID": "nngp3YEf7a11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "DiscoKey": "discokey:e6cb5a9f92cc66dd16e51a138f9d2c9e7bfa9cfbf90bc66f56a24e01ec62205c", + "Addresses": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "AllowedIPs": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "Endpoints": ["77.164.248.136:58978", "10.65.0.27:58978", "172.17.0.1:58978"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 34873}, + {"Proto": "peerapi6", "Port": 34873} + ]}, + "Created": "2026-04-09T08:32:02.199503452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6010219833831198, + "StableID": "nMUigSH3wo11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:40865226f170c77c14f6bf919f656baf4dce417697497f28edc5c7e97b3d4b55", + "Addresses": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "AllowedIPs": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "Endpoints": ["77.164.248.136:39124", "10.65.0.27:39124", "172.17.0.1:39124"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62170}, + {"Proto": "peerapi6", "Port": 62170} + ]}, + "Created": "2026-04-09T08:32:04.367156087Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6154159035722702, + "StableID": "n5LS4hKE4q11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "DiscoKey": "discokey:1cb14fa29a2e8be777a9ae8f8268f1d1e3badc15dfddb280f70246a9e93b1c35", + "Addresses": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "AllowedIPs": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "Endpoints": ["77.164.248.136:36740", "10.65.0.27:36740", "172.17.0.1:36740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43402}, + {"Proto": "peerapi6", "Port": 43402} + ]}, + "Created": "2026-04-09T08:31:58.451912064Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6933457329920760, + "StableID": "nVZgjgAB9w11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:ef9f54536d05db6adb8ab67dd5a2d073173edf8a31c16362610e669d262ac42f", + "Addresses": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "AllowedIPs": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "Endpoints": ["77.164.248.136:58293", "10.65.0.27:58293", "172.17.0.1:58293"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 33907}, + {"Proto": "peerapi6", "Port": 33907} + ]}, + "Created": "2026-04-09T08:32:04.918668394Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7115987500863376, + "StableID": "nD92uevqZx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "DiscoKey": "discokey:e5938621fce43a73c3a1d8091f77e00adbb46e230d4acc9f505ff3b7155cd171", + "Addresses": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "AllowedIPs": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "Endpoints": ["77.164.248.136:55445", "10.65.0.27:55445", "172.17.0.1:55445"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61073}, + {"Proto": "peerapi6", "Port": 61073} + ]}, + "Created": "2026-04-09T08:32:01.676698488Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7262091701871220, + "StableID": "nKr7qQq1iy11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "DiscoKey": "discokey:924a2d73d881617cacbec64c692e3cc08a95bdeab9bf8fffb8f0869870743415", + "Addresses": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "AllowedIPs": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "Endpoints": ["77.164.248.136:57496", "10.65.0.27:57496", "172.17.0.1:57496"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43691}, + {"Proto": "peerapi6", "Port": 43691} + ]}, + "Created": "2026-04-09T08:31:58.98379381Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7710632786240420, + "StableID": "n57vVQFAD321CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "DiscoKey": "discokey:3a1dae7e34fd0217cac3536edff7e63c6866263758dd6449a430203a9b363c4f", + "Addresses": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "AllowedIPs": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "Endpoints": ["77.164.248.136:59653", "10.65.0.27:59653", "172.17.0.1:59653"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 43701}, + {"Proto": "peerapi6", "Port": 43701} + ]}, + "Created": "2026-04-09T08:31:57.36275331Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8561933875086434, + "StableID": "nmURa6Vir921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "DiscoKey": "discokey:b868d912f9ab00f29bdb6a00ab451ab255518e8653361f8900d93ef79a16b407", + "Addresses": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "AllowedIPs": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "Endpoints": ["77.164.248.136:34146", "10.65.0.27:34146", "172.17.0.1:34146"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65110}, + {"Proto": "peerapi6", "Port": 65110} + ]}, + "Created": "2026-04-09T08:32:02.740221213Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10046,27 +10050,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5840714889404806": { - "ID": 5840714889404806, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8935932530469681": { + "ID": 8935932530469681, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10097,26 +10103,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1615975912291647, - "StableID": "npyjivwscD11CNTRL", + "ID": 7710632786240420, + "StableID": "n57vVQFAD321CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 1615975912291647, - "Key": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "DiscoKey": "discokey:10b4ac32bbb3174fae8c85901ac0ccf731fe46b62f2f7da1980e29206a55223e", - "Addresses": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "AllowedIPs": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "Endpoints": ["77.164.248.136:59796", "10.65.0.27:59796", "172.17.0.1:59796"], + "User": 7710632786240420, + "Key": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "DiscoKey": "discokey:3a1dae7e34fd0217cac3536edff7e63c6866263758dd6449a430203a9b363c4f", + "Addresses": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "AllowedIPs": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "Endpoints": ["77.164.248.136:59653", "10.65.0.27:59653", "172.17.0.1:59653"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 34969}, - {"Proto": "peerapi6", "Port": 34969}, + {"Proto": "peerapi4", "Port": 43701}, + {"Proto": "peerapi6", "Port": 43701}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:50.879483336Z", + "Created": "2026-04-09T08:31:57.36275331Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10144,302 +10150,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "MachineKey": "mkey:4294740567ea5789d61591fe9de6f0e97c715b48fa78e34d960702f16f29d540", + "NodeKey": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "MachineKey": "mkey:4ba434fa04ad6df0fa0f54e22cc4d338c66d1346b91a0157405e9547cdf42027", "Peers": [{ - "ID": 802600223445962, - "StableID": "nMcVNvwVG711CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "DiscoKey": "discokey:9aebafc1f51f29a0fe768de15564d567400aadd3fe2fb8914aab03503528172e", - "Addresses": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "AllowedIPs": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "Endpoints": ["77.164.248.136:33834", "10.65.0.27:33834", "172.17.0.1:33834"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48033}, - {"Proto": "peerapi6", "Port": 48033} - ]}, - "Created": "2026-04-09T01:25:55.303124592Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2224172138173915, - "StableID": "nAUnXNELNJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "DiscoKey": "discokey:cc7e260bb3755773de78b7fcdff644c1a101e843333ade98e347bb5207717a7c", - "Addresses": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "AllowedIPs": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "Endpoints": ["77.164.248.136:50884", "10.65.0.27:50884", "172.17.0.1:50884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61332}, - {"Proto": "peerapi6", "Port": 61332} - ]}, - "Created": "2026-04-09T01:25:56.364231445Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2329548305190894, - "StableID": "n96rZTH4CK11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "DiscoKey": "discokey:8c02adf44a60e0cc2dda97d649b9808bf4ab7f59d9d5097c5f9603f4984bea61", - "Addresses": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "AllowedIPs": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "Endpoints": ["77.164.248.136:45911", "10.65.0.27:45911", "172.17.0.1:45911"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49373}, - {"Proto": "peerapi6", "Port": 49373} - ]}, - "Created": "2026-04-09T01:25:56.929495833Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3254870454286427, - "StableID": "ngdNGov8RS11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "KeyExpiry": "2026-10-06T01:25:59Z", - "DiscoKey": "discokey:d647b01a156666f57d56763f165183887225a0f1f070a53043f30050bf539b4c", - "Addresses": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "AllowedIPs": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "Endpoints": ["77.164.248.136:55862", "10.65.0.27:55862", "172.17.0.1:55862"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61242}, - {"Proto": "peerapi6", "Port": 61242} - ]}, - "Created": "2026-04-09T01:25:59.131344804Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3795651413928197, - "StableID": "niRNrvK4eW11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "DiscoKey": "discokey:14d30aa6a677d7164ffe33663d947fe6561da7f5cca53ea787b82a97bb09da55", - "Addresses": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "AllowedIPs": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "Endpoints": ["77.164.248.136:50843", "10.65.0.27:50843", "172.17.0.1:50843"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54618}, - {"Proto": "peerapi6", "Port": 54618} - ]}, - "Created": "2026-04-09T01:25:57.49452024Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4666260058530570, - "StableID": "nR2uWsjMSd11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "DiscoKey": "discokey:86d492fbd179f17c66433f035988dd9de2b13cc31cd0954cec38fcd561ea4003", - "Addresses": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "AllowedIPs": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "Endpoints": ["77.164.248.136:38213", "10.65.0.27:38213", "172.17.0.1:38213"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 33718}, - {"Proto": "peerapi6", "Port": 33718} - ]}, - "Created": "2026-04-09T01:25:54.71325515Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4898314826234908, - "StableID": "nspnhcRTFf11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "DiscoKey": "discokey:98fcea05af6281c2484514ca3ef85c2b4feb3f263d5a73141dfdbf34a0a6015b", - "Addresses": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "AllowedIPs": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "Endpoints": ["77.164.248.136:49061", "10.65.0.27:49061", "172.17.0.1:49061"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 46819}, - {"Proto": "peerapi6", "Port": 46819} - ]}, - "Created": "2026-04-09T01:25:53.087461962Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5559092138939557, - "StableID": "n44t6bviQk11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "DiscoKey": "discokey:bd53c8f81872773446b108a38e45a4da438e1190562d1b699156bfb85f5a091a", - "Addresses": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "AllowedIPs": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "Endpoints": ["77.164.248.136:39017", "10.65.0.27:39017", "172.17.0.1:39017"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49497}, - {"Proto": "peerapi6", "Port": 49497} - ]}, - "Created": "2026-04-09T01:25:52.524256665Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5671337686686407, - "StableID": "nv2mnbRZHm11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:45ed3d1cb00437f720384154ee7f1c46b6ce99dc15421fa1b41c682aa2703657", - "Addresses": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "AllowedIPs": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "Endpoints": ["77.164.248.136:60664", "10.65.0.27:60664", "172.17.0.1:60664"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45364}, - {"Proto": "peerapi6", "Port": 45364} - ]}, - "Created": "2026-04-09T01:25:58.031861055Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5840714889404806, - "StableID": "n16vBDgGcn11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "DiscoKey": "discokey:fdf78eed8cd00f8141cff84a6cd3ec6b74e712e37d67c4ee2d6b97cc4da0fc35", - "Addresses": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "AllowedIPs": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "Endpoints": ["77.164.248.136:37864", "10.65.0.27:37864", "172.17.0.1:37864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 38546}, - {"Proto": "peerapi6", "Port": 38546} - ]}, - "Created": "2026-04-09T01:25:51.42610072Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6004973850037999, - "StableID": "nt5Y4sUfto11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:5a8db179e1e1089aa0bc1e3c0127ffe1ee3c4c6cce543c3f6c85fd3015694c75", - "Addresses": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "AllowedIPs": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "Endpoints": ["77.164.248.136:40726", "10.65.0.27:40726", "172.17.0.1:40726"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38462}, - {"Proto": "peerapi6", "Port": 38462} - ]}, - "Created": "2026-04-09T01:25:58.556110879Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7620270784750974, - "StableID": "nb9irKbEW221CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "DiscoKey": "discokey:41e934c4892cdbcb5d46d1559407ba1d6a4cdc25a01e4d47f8e37b7e45678b66", - "Addresses": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "AllowedIPs": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "Endpoints": ["77.164.248.136:59013", "10.65.0.27:59013", "172.17.0.1:59013"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 49817}, - {"Proto": "peerapi6", "Port": 49817} - ]}, - "Created": "2026-04-09T01:25:51.974178062Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7664871805515639, - "StableID": "nkFKLjBSr221CNTRL", + "ID": 353162296236964, + "StableID": "nscimXywk311CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "DiscoKey": "discokey:32caedb0a09e58f40de135b0c65f4446a246287b90552196d8fb3315975ace74", - "Addresses": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "AllowedIPs": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "Endpoints": ["77.164.248.136:45452", "10.65.0.27:45452", "172.17.0.1:45452"], + "Key": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "DiscoKey": "discokey:a7f5ba06a01ce9fe1a02037e62309f40523e399283bdb11618b6c480a1322358", + "Addresses": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "AllowedIPs": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "Endpoints": ["77.164.248.136:33764", "10.65.0.27:33764", "172.17.0.1:33764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46411}, - {"Proto": "peerapi6", "Port": 46411} + {"Proto": "peerapi4", "Port": 57088}, + {"Proto": "peerapi6", "Port": 57088} ]}, - "Created": "2026-04-09T01:25:53.623294284Z", + "Created": "2026-04-09T08:32:00.081099262Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7816942739519904, - "StableID": "nhwe2BqJ3421CNTRL", + "ID": 543048538198037, + "StableID": "neKpjvxwE511CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "DiscoKey": "discokey:1db360b4c0953399d4bffd5c4358d2ee082da8a00fff8f273ad1c5782d033e06", + "Addresses": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "AllowedIPs": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54479}, + {"Proto": "peerapi6", "Port": 54479} + ]}, + "Created": "2026-04-09T08:32:03.308967962Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 853906812262216, + "StableID": "nHy7wfgjf711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "DiscoKey": "discokey:958bf4479bef0bca1413c1845bb1266c27afd129ab63a0430e059a390fb9ee6d", - "Addresses": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "AllowedIPs": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "Endpoints": ["77.164.248.136:57429", "10.65.0.27:57429", "172.17.0.1:57429"], + "Key": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "DiscoKey": "discokey:bc93b7d6e8282912dbb4ad6701453486b95f83b849ec135b6f0e4a9dc5530d15", + "Addresses": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "AllowedIPs": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35385}, - {"Proto": "peerapi6", "Port": 35385} + {"Proto": "peerapi4", "Port": 32929}, + {"Proto": "peerapi6", "Port": 32929} ]}, - "Created": "2026-04-09T01:25:54.177388655Z", + "Created": "2026-04-09T08:32:01.118988311Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 1069210838473017, + "StableID": "n8pQTdMFM911CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "DiscoKey": "discokey:bd5a2a1da3aa57af44d1e3abcb99bd711f739b9b7a1ffb09ee68447278cc5c08", + "Addresses": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "AllowedIPs": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "Endpoints": ["77.164.248.136:33594", "10.65.0.27:33594", "172.17.0.1:33594"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:31:59.525628528Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2211098526192549, + "StableID": "nAD6DvoQGJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "KeyExpiry": "2026-10-06T08:32:05Z", + "DiscoKey": "discokey:7cbabf9778f27a4a760bdd8e8faa9c190754050adc8c296aacd080004a9ddf22", + "Addresses": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "AllowedIPs": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55550}, + {"Proto": "peerapi6", "Port": 55550} + ]}, + "Created": "2026-04-09T08:32:05.463995494Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2971823418869638, + "StableID": "nDrfzBmwCQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "DiscoKey": "discokey:5748565cc5ce3ffacd73ea435c5d95a3f2faad9451ef08df066b79c902411c3a", + "Addresses": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "AllowedIPs": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "Endpoints": ["77.164.248.136:42987", "10.65.0.27:42987", "172.17.0.1:42987"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45943}, + {"Proto": "peerapi6", "Port": 45943} + ]}, + "Created": "2026-04-09T08:32:03.859664992Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4240785096016511, + "StableID": "nngp3YEf7a11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "DiscoKey": "discokey:e6cb5a9f92cc66dd16e51a138f9d2c9e7bfa9cfbf90bc66f56a24e01ec62205c", + "Addresses": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "AllowedIPs": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "Endpoints": ["77.164.248.136:58978", "10.65.0.27:58978", "172.17.0.1:58978"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 34873}, + {"Proto": "peerapi6", "Port": 34873} + ]}, + "Created": "2026-04-09T08:32:02.199503452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6010219833831198, + "StableID": "nMUigSH3wo11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:40865226f170c77c14f6bf919f656baf4dce417697497f28edc5c7e97b3d4b55", + "Addresses": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "AllowedIPs": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "Endpoints": ["77.164.248.136:39124", "10.65.0.27:39124", "172.17.0.1:39124"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62170}, + {"Proto": "peerapi6", "Port": 62170} + ]}, + "Created": "2026-04-09T08:32:04.367156087Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6154159035722702, + "StableID": "n5LS4hKE4q11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "DiscoKey": "discokey:1cb14fa29a2e8be777a9ae8f8268f1d1e3badc15dfddb280f70246a9e93b1c35", + "Addresses": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "AllowedIPs": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "Endpoints": ["77.164.248.136:36740", "10.65.0.27:36740", "172.17.0.1:36740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43402}, + {"Proto": "peerapi6", "Port": 43402} + ]}, + "Created": "2026-04-09T08:31:58.451912064Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6933457329920760, + "StableID": "nVZgjgAB9w11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:ef9f54536d05db6adb8ab67dd5a2d073173edf8a31c16362610e669d262ac42f", + "Addresses": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "AllowedIPs": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "Endpoints": ["77.164.248.136:58293", "10.65.0.27:58293", "172.17.0.1:58293"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 33907}, + {"Proto": "peerapi6", "Port": 33907} + ]}, + "Created": "2026-04-09T08:32:04.918668394Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7115987500863376, + "StableID": "nD92uevqZx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "DiscoKey": "discokey:e5938621fce43a73c3a1d8091f77e00adbb46e230d4acc9f505ff3b7155cd171", + "Addresses": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "AllowedIPs": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "Endpoints": ["77.164.248.136:55445", "10.65.0.27:55445", "172.17.0.1:55445"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61073}, + {"Proto": "peerapi6", "Port": 61073} + ]}, + "Created": "2026-04-09T08:32:01.676698488Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7262091701871220, + "StableID": "nKr7qQq1iy11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "DiscoKey": "discokey:924a2d73d881617cacbec64c692e3cc08a95bdeab9bf8fffb8f0869870743415", + "Addresses": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "AllowedIPs": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "Endpoints": ["77.164.248.136:57496", "10.65.0.27:57496", "172.17.0.1:57496"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43691}, + {"Proto": "peerapi6", "Port": 43691} + ]}, + "Created": "2026-04-09T08:31:58.98379381Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8561933875086434, + "StableID": "nmURa6Vir921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "DiscoKey": "discokey:b868d912f9ab00f29bdb6a00ab451ab255518e8653361f8900d93ef79a16b407", + "Addresses": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "AllowedIPs": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "Endpoints": ["77.164.248.136:34146", "10.65.0.27:34146", "172.17.0.1:34146"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65110}, + {"Proto": "peerapi6", "Port": 65110} + ]}, + "Created": "2026-04-09T08:32:02.740221213Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8935932530469681, + "StableID": "nGS947o6nC21CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "DiscoKey": "discokey:2244d48e7c79769121b79749c7950d227f19e03f743767a096053ca303904569", + "Addresses": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "AllowedIPs": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "Endpoints": ["77.164.248.136:47452", "10.65.0.27:47452", "172.17.0.1:47452"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43340}, + {"Proto": "peerapi6", "Port": 43340} + ]}, + "Created": "2026-04-09T08:31:57.914878108Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11287,27 +11292,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1615975912291647": { - "ID": 1615975912291647, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7710632786240420": { + "ID": 7710632786240420, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11338,21 +11345,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4898314826234908, - "StableID": "nspnhcRTFf11CNTRL", + "ID": 1069210838473017, + "StableID": "n8pQTdMFM911CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 4898314826234908, - "Key": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "DiscoKey": "discokey:98fcea05af6281c2484514ca3ef85c2b4feb3f263d5a73141dfdbf34a0a6015b", - "Addresses": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "AllowedIPs": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "Endpoints": ["77.164.248.136:49061", "10.65.0.27:49061", "172.17.0.1:49061"], + "User": 1069210838473017, + "Key": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "DiscoKey": "discokey:bd5a2a1da3aa57af44d1e3abcb99bd711f739b9b7a1ffb09ee68447278cc5c08", + "Addresses": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "AllowedIPs": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "Endpoints": ["77.164.248.136:33594", "10.65.0.27:33594", "172.17.0.1:33594"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 46819}, - {"Proto": "peerapi6", "Port": 46819}, + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:53.087461962Z", + "Created": "2026-04-09T08:31:59.525628528Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11380,300 +11387,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "MachineKey": "mkey:b5346e1c36567de30b0a962b292eadb53a0600dda8d2ae6e2d505c9dfd568e72", + "NodeKey": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "MachineKey": "mkey:40118f020f8a205e0734039aecc60ee708989c6c05158137aff7472406155061", "Peers": [{ - "ID": 802600223445962, - "StableID": "nMcVNvwVG711CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "DiscoKey": "discokey:9aebafc1f51f29a0fe768de15564d567400aadd3fe2fb8914aab03503528172e", - "Addresses": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "AllowedIPs": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "Endpoints": ["77.164.248.136:33834", "10.65.0.27:33834", "172.17.0.1:33834"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48033}, - {"Proto": "peerapi6", "Port": 48033} - ]}, - "Created": "2026-04-09T01:25:55.303124592Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1615975912291647, - "StableID": "npyjivwscD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "DiscoKey": "discokey:10b4ac32bbb3174fae8c85901ac0ccf731fe46b62f2f7da1980e29206a55223e", - "Addresses": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "AllowedIPs": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "Endpoints": ["77.164.248.136:59796", "10.65.0.27:59796", "172.17.0.1:59796"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 34969}, - {"Proto": "peerapi6", "Port": 34969} - ]}, - "Created": "2026-04-09T01:25:50.879483336Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2224172138173915, - "StableID": "nAUnXNELNJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "DiscoKey": "discokey:cc7e260bb3755773de78b7fcdff644c1a101e843333ade98e347bb5207717a7c", - "Addresses": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "AllowedIPs": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "Endpoints": ["77.164.248.136:50884", "10.65.0.27:50884", "172.17.0.1:50884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61332}, - {"Proto": "peerapi6", "Port": 61332} - ]}, - "Created": "2026-04-09T01:25:56.364231445Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2329548305190894, - "StableID": "n96rZTH4CK11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "DiscoKey": "discokey:8c02adf44a60e0cc2dda97d649b9808bf4ab7f59d9d5097c5f9603f4984bea61", - "Addresses": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "AllowedIPs": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "Endpoints": ["77.164.248.136:45911", "10.65.0.27:45911", "172.17.0.1:45911"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49373}, - {"Proto": "peerapi6", "Port": 49373} - ]}, - "Created": "2026-04-09T01:25:56.929495833Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3254870454286427, - "StableID": "ngdNGov8RS11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "KeyExpiry": "2026-10-06T01:25:59Z", - "DiscoKey": "discokey:d647b01a156666f57d56763f165183887225a0f1f070a53043f30050bf539b4c", - "Addresses": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "AllowedIPs": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61242}, - {"Proto": "peerapi6", "Port": 61242} - ]}, - "Created": "2026-04-09T01:25:59.131344804Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3795651413928197, - "StableID": "niRNrvK4eW11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "DiscoKey": "discokey:14d30aa6a677d7164ffe33663d947fe6561da7f5cca53ea787b82a97bb09da55", - "Addresses": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "AllowedIPs": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "Endpoints": ["77.164.248.136:50843", "10.65.0.27:50843", "172.17.0.1:50843"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54618}, - {"Proto": "peerapi6", "Port": 54618} - ]}, - "Created": "2026-04-09T01:25:57.49452024Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4666260058530570, - "StableID": "nR2uWsjMSd11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "DiscoKey": "discokey:86d492fbd179f17c66433f035988dd9de2b13cc31cd0954cec38fcd561ea4003", - "Addresses": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "AllowedIPs": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "Endpoints": ["77.164.248.136:38213", "10.65.0.27:38213", "172.17.0.1:38213"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 33718}, - {"Proto": "peerapi6", "Port": 33718} - ]}, - "Created": "2026-04-09T01:25:54.71325515Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5559092138939557, - "StableID": "n44t6bviQk11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "DiscoKey": "discokey:bd53c8f81872773446b108a38e45a4da438e1190562d1b699156bfb85f5a091a", - "Addresses": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "AllowedIPs": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "Endpoints": ["77.164.248.136:39017", "10.65.0.27:39017", "172.17.0.1:39017"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49497}, - {"Proto": "peerapi6", "Port": 49497} - ]}, - "Created": "2026-04-09T01:25:52.524256665Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5671337686686407, - "StableID": "nv2mnbRZHm11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:45ed3d1cb00437f720384154ee7f1c46b6ce99dc15421fa1b41c682aa2703657", - "Addresses": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "AllowedIPs": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "Endpoints": ["77.164.248.136:60664", "10.65.0.27:60664", "172.17.0.1:60664"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45364}, - {"Proto": "peerapi6", "Port": 45364} - ]}, - "Created": "2026-04-09T01:25:58.031861055Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5840714889404806, - "StableID": "n16vBDgGcn11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "DiscoKey": "discokey:fdf78eed8cd00f8141cff84a6cd3ec6b74e712e37d67c4ee2d6b97cc4da0fc35", - "Addresses": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "AllowedIPs": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "Endpoints": ["77.164.248.136:37864", "10.65.0.27:37864", "172.17.0.1:37864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 38546}, - {"Proto": "peerapi6", "Port": 38546} - ]}, - "Created": "2026-04-09T01:25:51.42610072Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6004973850037999, - "StableID": "nt5Y4sUfto11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:5a8db179e1e1089aa0bc1e3c0127ffe1ee3c4c6cce543c3f6c85fd3015694c75", - "Addresses": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "AllowedIPs": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "Endpoints": ["77.164.248.136:40726", "10.65.0.27:40726", "172.17.0.1:40726"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38462}, - {"Proto": "peerapi6", "Port": 38462} - ]}, - "Created": "2026-04-09T01:25:58.556110879Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7620270784750974, - "StableID": "nb9irKbEW221CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "DiscoKey": "discokey:41e934c4892cdbcb5d46d1559407ba1d6a4cdc25a01e4d47f8e37b7e45678b66", - "Addresses": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "AllowedIPs": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "Endpoints": ["77.164.248.136:59013", "10.65.0.27:59013", "172.17.0.1:59013"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 49817}, - {"Proto": "peerapi6", "Port": 49817} - ]}, - "Created": "2026-04-09T01:25:51.974178062Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7664871805515639, - "StableID": "nkFKLjBSr221CNTRL", + "ID": 353162296236964, + "StableID": "nscimXywk311CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "DiscoKey": "discokey:32caedb0a09e58f40de135b0c65f4446a246287b90552196d8fb3315975ace74", - "Addresses": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "AllowedIPs": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "Endpoints": ["77.164.248.136:45452", "10.65.0.27:45452", "172.17.0.1:45452"], + "Key": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "DiscoKey": "discokey:a7f5ba06a01ce9fe1a02037e62309f40523e399283bdb11618b6c480a1322358", + "Addresses": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "AllowedIPs": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "Endpoints": ["77.164.248.136:33764", "10.65.0.27:33764", "172.17.0.1:33764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46411}, - {"Proto": "peerapi6", "Port": 46411} + {"Proto": "peerapi4", "Port": 57088}, + {"Proto": "peerapi6", "Port": 57088} ]}, - "Created": "2026-04-09T01:25:53.623294284Z", + "Created": "2026-04-09T08:32:00.081099262Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7816942739519904, - "StableID": "nhwe2BqJ3421CNTRL", + "ID": 543048538198037, + "StableID": "neKpjvxwE511CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "DiscoKey": "discokey:1db360b4c0953399d4bffd5c4358d2ee082da8a00fff8f273ad1c5782d033e06", + "Addresses": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "AllowedIPs": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54479}, + {"Proto": "peerapi6", "Port": 54479} + ]}, + "Created": "2026-04-09T08:32:03.308967962Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 853906812262216, + "StableID": "nHy7wfgjf711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "DiscoKey": "discokey:958bf4479bef0bca1413c1845bb1266c27afd129ab63a0430e059a390fb9ee6d", - "Addresses": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "AllowedIPs": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "Endpoints": ["77.164.248.136:57429", "10.65.0.27:57429", "172.17.0.1:57429"], + "Key": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "DiscoKey": "discokey:bc93b7d6e8282912dbb4ad6701453486b95f83b849ec135b6f0e4a9dc5530d15", + "Addresses": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "AllowedIPs": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35385}, - {"Proto": "peerapi6", "Port": 35385} + {"Proto": "peerapi4", "Port": 32929}, + {"Proto": "peerapi6", "Port": 32929} ]}, - "Created": "2026-04-09T01:25:54.177388655Z", + "Created": "2026-04-09T08:32:01.118988311Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 2211098526192549, + "StableID": "nAD6DvoQGJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "KeyExpiry": "2026-10-06T08:32:05Z", + "DiscoKey": "discokey:7cbabf9778f27a4a760bdd8e8faa9c190754050adc8c296aacd080004a9ddf22", + "Addresses": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "AllowedIPs": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55550}, + {"Proto": "peerapi6", "Port": 55550} + ]}, + "Created": "2026-04-09T08:32:05.463995494Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2971823418869638, + "StableID": "nDrfzBmwCQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "DiscoKey": "discokey:5748565cc5ce3ffacd73ea435c5d95a3f2faad9451ef08df066b79c902411c3a", + "Addresses": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "AllowedIPs": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "Endpoints": ["77.164.248.136:42987", "10.65.0.27:42987", "172.17.0.1:42987"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45943}, + {"Proto": "peerapi6", "Port": 45943} + ]}, + "Created": "2026-04-09T08:32:03.859664992Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4240785096016511, + "StableID": "nngp3YEf7a11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "DiscoKey": "discokey:e6cb5a9f92cc66dd16e51a138f9d2c9e7bfa9cfbf90bc66f56a24e01ec62205c", + "Addresses": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "AllowedIPs": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "Endpoints": ["77.164.248.136:58978", "10.65.0.27:58978", "172.17.0.1:58978"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 34873}, + {"Proto": "peerapi6", "Port": 34873} + ]}, + "Created": "2026-04-09T08:32:02.199503452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6010219833831198, + "StableID": "nMUigSH3wo11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:40865226f170c77c14f6bf919f656baf4dce417697497f28edc5c7e97b3d4b55", + "Addresses": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "AllowedIPs": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "Endpoints": ["77.164.248.136:39124", "10.65.0.27:39124", "172.17.0.1:39124"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62170}, + {"Proto": "peerapi6", "Port": 62170} + ]}, + "Created": "2026-04-09T08:32:04.367156087Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6154159035722702, + "StableID": "n5LS4hKE4q11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "DiscoKey": "discokey:1cb14fa29a2e8be777a9ae8f8268f1d1e3badc15dfddb280f70246a9e93b1c35", + "Addresses": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "AllowedIPs": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "Endpoints": ["77.164.248.136:36740", "10.65.0.27:36740", "172.17.0.1:36740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43402}, + {"Proto": "peerapi6", "Port": 43402} + ]}, + "Created": "2026-04-09T08:31:58.451912064Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6933457329920760, + "StableID": "nVZgjgAB9w11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:ef9f54536d05db6adb8ab67dd5a2d073173edf8a31c16362610e669d262ac42f", + "Addresses": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "AllowedIPs": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "Endpoints": ["77.164.248.136:58293", "10.65.0.27:58293", "172.17.0.1:58293"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 33907}, + {"Proto": "peerapi6", "Port": 33907} + ]}, + "Created": "2026-04-09T08:32:04.918668394Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7115987500863376, + "StableID": "nD92uevqZx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "DiscoKey": "discokey:e5938621fce43a73c3a1d8091f77e00adbb46e230d4acc9f505ff3b7155cd171", + "Addresses": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "AllowedIPs": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "Endpoints": ["77.164.248.136:55445", "10.65.0.27:55445", "172.17.0.1:55445"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61073}, + {"Proto": "peerapi6", "Port": 61073} + ]}, + "Created": "2026-04-09T08:32:01.676698488Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7262091701871220, + "StableID": "nKr7qQq1iy11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "DiscoKey": "discokey:924a2d73d881617cacbec64c692e3cc08a95bdeab9bf8fffb8f0869870743415", + "Addresses": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "AllowedIPs": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "Endpoints": ["77.164.248.136:57496", "10.65.0.27:57496", "172.17.0.1:57496"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43691}, + {"Proto": "peerapi6", "Port": 43691} + ]}, + "Created": "2026-04-09T08:31:58.98379381Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7710632786240420, + "StableID": "n57vVQFAD321CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "DiscoKey": "discokey:3a1dae7e34fd0217cac3536edff7e63c6866263758dd6449a430203a9b363c4f", + "Addresses": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "AllowedIPs": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "Endpoints": ["77.164.248.136:59653", "10.65.0.27:59653", "172.17.0.1:59653"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 43701}, + {"Proto": "peerapi6", "Port": 43701} + ]}, + "Created": "2026-04-09T08:31:57.36275331Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8561933875086434, + "StableID": "nmURa6Vir921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "DiscoKey": "discokey:b868d912f9ab00f29bdb6a00ab451ab255518e8653361f8900d93ef79a16b407", + "Addresses": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "AllowedIPs": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "Endpoints": ["77.164.248.136:34146", "10.65.0.27:34146", "172.17.0.1:34146"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65110}, + {"Proto": "peerapi6", "Port": 65110} + ]}, + "Created": "2026-04-09T08:32:02.740221213Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8935932530469681, + "StableID": "nGS947o6nC21CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "DiscoKey": "discokey:2244d48e7c79769121b79749c7950d227f19e03f743767a096053ca303904569", + "Addresses": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "AllowedIPs": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "Endpoints": ["77.164.248.136:47452", "10.65.0.27:47452", "172.17.0.1:47452"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43340}, + {"Proto": "peerapi6", "Port": 43340} + ]}, + "Created": "2026-04-09T08:31:57.914878108Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12521,27 +12527,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4898314826234908": { - "ID": 4898314826234908, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1069210838473017": { + "ID": 1069210838473017, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12572,21 +12580,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5559092138939557, - "StableID": "n44t6bviQk11CNTRL", + "ID": 7262091701871220, + "StableID": "nKr7qQq1iy11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 5559092138939557, - "Key": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "DiscoKey": "discokey:bd53c8f81872773446b108a38e45a4da438e1190562d1b699156bfb85f5a091a", - "Addresses": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "AllowedIPs": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "Endpoints": ["77.164.248.136:39017", "10.65.0.27:39017", "172.17.0.1:39017"], + "User": 7262091701871220, + "Key": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "DiscoKey": "discokey:924a2d73d881617cacbec64c692e3cc08a95bdeab9bf8fffb8f0869870743415", + "Addresses": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "AllowedIPs": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "Endpoints": ["77.164.248.136:57496", "10.65.0.27:57496", "172.17.0.1:57496"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 49497}, - {"Proto": "peerapi6", "Port": 49497}, + {"Proto": "peerapi4", "Port": 43691}, + {"Proto": "peerapi6", "Port": 43691}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:52.524256665Z", + "Created": "2026-04-09T08:31:58.98379381Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12614,300 +12622,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "MachineKey": "mkey:066fc57dcdc31a178126ada757770793e91b29c5f75c1d8dc9a22c5f2420d421", + "NodeKey": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "MachineKey": "mkey:c3d44bf2ee69717f4aa68e1f05c7d028a122814aa4f6abcd23943a923f05bd23", "Peers": [{ - "ID": 802600223445962, - "StableID": "nMcVNvwVG711CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "DiscoKey": "discokey:9aebafc1f51f29a0fe768de15564d567400aadd3fe2fb8914aab03503528172e", - "Addresses": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "AllowedIPs": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "Endpoints": ["77.164.248.136:33834", "10.65.0.27:33834", "172.17.0.1:33834"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48033}, - {"Proto": "peerapi6", "Port": 48033} - ]}, - "Created": "2026-04-09T01:25:55.303124592Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1615975912291647, - "StableID": "npyjivwscD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "DiscoKey": "discokey:10b4ac32bbb3174fae8c85901ac0ccf731fe46b62f2f7da1980e29206a55223e", - "Addresses": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "AllowedIPs": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "Endpoints": ["77.164.248.136:59796", "10.65.0.27:59796", "172.17.0.1:59796"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 34969}, - {"Proto": "peerapi6", "Port": 34969} - ]}, - "Created": "2026-04-09T01:25:50.879483336Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2224172138173915, - "StableID": "nAUnXNELNJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "DiscoKey": "discokey:cc7e260bb3755773de78b7fcdff644c1a101e843333ade98e347bb5207717a7c", - "Addresses": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "AllowedIPs": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "Endpoints": ["77.164.248.136:50884", "10.65.0.27:50884", "172.17.0.1:50884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61332}, - {"Proto": "peerapi6", "Port": 61332} - ]}, - "Created": "2026-04-09T01:25:56.364231445Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2329548305190894, - "StableID": "n96rZTH4CK11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "DiscoKey": "discokey:8c02adf44a60e0cc2dda97d649b9808bf4ab7f59d9d5097c5f9603f4984bea61", - "Addresses": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "AllowedIPs": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "Endpoints": ["77.164.248.136:45911", "10.65.0.27:45911", "172.17.0.1:45911"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49373}, - {"Proto": "peerapi6", "Port": 49373} - ]}, - "Created": "2026-04-09T01:25:56.929495833Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3254870454286427, - "StableID": "ngdNGov8RS11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "KeyExpiry": "2026-10-06T01:25:59Z", - "DiscoKey": "discokey:d647b01a156666f57d56763f165183887225a0f1f070a53043f30050bf539b4c", - "Addresses": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "AllowedIPs": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61242}, - {"Proto": "peerapi6", "Port": 61242} - ]}, - "Created": "2026-04-09T01:25:59.131344804Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3795651413928197, - "StableID": "niRNrvK4eW11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "DiscoKey": "discokey:14d30aa6a677d7164ffe33663d947fe6561da7f5cca53ea787b82a97bb09da55", - "Addresses": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "AllowedIPs": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "Endpoints": ["77.164.248.136:50843", "10.65.0.27:50843", "172.17.0.1:50843"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54618}, - {"Proto": "peerapi6", "Port": 54618} - ]}, - "Created": "2026-04-09T01:25:57.49452024Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4666260058530570, - "StableID": "nR2uWsjMSd11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "DiscoKey": "discokey:86d492fbd179f17c66433f035988dd9de2b13cc31cd0954cec38fcd561ea4003", - "Addresses": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "AllowedIPs": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "Endpoints": ["77.164.248.136:38213", "10.65.0.27:38213", "172.17.0.1:38213"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 33718}, - {"Proto": "peerapi6", "Port": 33718} - ]}, - "Created": "2026-04-09T01:25:54.71325515Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4898314826234908, - "StableID": "nspnhcRTFf11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "DiscoKey": "discokey:98fcea05af6281c2484514ca3ef85c2b4feb3f263d5a73141dfdbf34a0a6015b", - "Addresses": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "AllowedIPs": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "Endpoints": ["77.164.248.136:49061", "10.65.0.27:49061", "172.17.0.1:49061"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 46819}, - {"Proto": "peerapi6", "Port": 46819} - ]}, - "Created": "2026-04-09T01:25:53.087461962Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5671337686686407, - "StableID": "nv2mnbRZHm11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:45ed3d1cb00437f720384154ee7f1c46b6ce99dc15421fa1b41c682aa2703657", - "Addresses": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "AllowedIPs": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "Endpoints": ["77.164.248.136:60664", "10.65.0.27:60664", "172.17.0.1:60664"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45364}, - {"Proto": "peerapi6", "Port": 45364} - ]}, - "Created": "2026-04-09T01:25:58.031861055Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5840714889404806, - "StableID": "n16vBDgGcn11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "DiscoKey": "discokey:fdf78eed8cd00f8141cff84a6cd3ec6b74e712e37d67c4ee2d6b97cc4da0fc35", - "Addresses": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "AllowedIPs": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "Endpoints": ["77.164.248.136:37864", "10.65.0.27:37864", "172.17.0.1:37864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 38546}, - {"Proto": "peerapi6", "Port": 38546} - ]}, - "Created": "2026-04-09T01:25:51.42610072Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6004973850037999, - "StableID": "nt5Y4sUfto11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:5a8db179e1e1089aa0bc1e3c0127ffe1ee3c4c6cce543c3f6c85fd3015694c75", - "Addresses": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "AllowedIPs": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "Endpoints": ["77.164.248.136:40726", "10.65.0.27:40726", "172.17.0.1:40726"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38462}, - {"Proto": "peerapi6", "Port": 38462} - ]}, - "Created": "2026-04-09T01:25:58.556110879Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7620270784750974, - "StableID": "nb9irKbEW221CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "DiscoKey": "discokey:41e934c4892cdbcb5d46d1559407ba1d6a4cdc25a01e4d47f8e37b7e45678b66", - "Addresses": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "AllowedIPs": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "Endpoints": ["77.164.248.136:59013", "10.65.0.27:59013", "172.17.0.1:59013"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 49817}, - {"Proto": "peerapi6", "Port": 49817} - ]}, - "Created": "2026-04-09T01:25:51.974178062Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7664871805515639, - "StableID": "nkFKLjBSr221CNTRL", + "ID": 353162296236964, + "StableID": "nscimXywk311CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "DiscoKey": "discokey:32caedb0a09e58f40de135b0c65f4446a246287b90552196d8fb3315975ace74", - "Addresses": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "AllowedIPs": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "Endpoints": ["77.164.248.136:45452", "10.65.0.27:45452", "172.17.0.1:45452"], + "Key": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "DiscoKey": "discokey:a7f5ba06a01ce9fe1a02037e62309f40523e399283bdb11618b6c480a1322358", + "Addresses": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "AllowedIPs": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "Endpoints": ["77.164.248.136:33764", "10.65.0.27:33764", "172.17.0.1:33764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46411}, - {"Proto": "peerapi6", "Port": 46411} + {"Proto": "peerapi4", "Port": 57088}, + {"Proto": "peerapi6", "Port": 57088} ]}, - "Created": "2026-04-09T01:25:53.623294284Z", + "Created": "2026-04-09T08:32:00.081099262Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7816942739519904, - "StableID": "nhwe2BqJ3421CNTRL", + "ID": 543048538198037, + "StableID": "neKpjvxwE511CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "DiscoKey": "discokey:1db360b4c0953399d4bffd5c4358d2ee082da8a00fff8f273ad1c5782d033e06", + "Addresses": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "AllowedIPs": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54479}, + {"Proto": "peerapi6", "Port": 54479} + ]}, + "Created": "2026-04-09T08:32:03.308967962Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 853906812262216, + "StableID": "nHy7wfgjf711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "DiscoKey": "discokey:958bf4479bef0bca1413c1845bb1266c27afd129ab63a0430e059a390fb9ee6d", - "Addresses": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "AllowedIPs": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "Endpoints": ["77.164.248.136:57429", "10.65.0.27:57429", "172.17.0.1:57429"], + "Key": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "DiscoKey": "discokey:bc93b7d6e8282912dbb4ad6701453486b95f83b849ec135b6f0e4a9dc5530d15", + "Addresses": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "AllowedIPs": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35385}, - {"Proto": "peerapi6", "Port": 35385} + {"Proto": "peerapi4", "Port": 32929}, + {"Proto": "peerapi6", "Port": 32929} ]}, - "Created": "2026-04-09T01:25:54.177388655Z", + "Created": "2026-04-09T08:32:01.118988311Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 1069210838473017, + "StableID": "n8pQTdMFM911CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "DiscoKey": "discokey:bd5a2a1da3aa57af44d1e3abcb99bd711f739b9b7a1ffb09ee68447278cc5c08", + "Addresses": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "AllowedIPs": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "Endpoints": ["77.164.248.136:33594", "10.65.0.27:33594", "172.17.0.1:33594"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:31:59.525628528Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2211098526192549, + "StableID": "nAD6DvoQGJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "KeyExpiry": "2026-10-06T08:32:05Z", + "DiscoKey": "discokey:7cbabf9778f27a4a760bdd8e8faa9c190754050adc8c296aacd080004a9ddf22", + "Addresses": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "AllowedIPs": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55550}, + {"Proto": "peerapi6", "Port": 55550} + ]}, + "Created": "2026-04-09T08:32:05.463995494Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2971823418869638, + "StableID": "nDrfzBmwCQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "DiscoKey": "discokey:5748565cc5ce3ffacd73ea435c5d95a3f2faad9451ef08df066b79c902411c3a", + "Addresses": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "AllowedIPs": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "Endpoints": ["77.164.248.136:42987", "10.65.0.27:42987", "172.17.0.1:42987"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45943}, + {"Proto": "peerapi6", "Port": 45943} + ]}, + "Created": "2026-04-09T08:32:03.859664992Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4240785096016511, + "StableID": "nngp3YEf7a11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "DiscoKey": "discokey:e6cb5a9f92cc66dd16e51a138f9d2c9e7bfa9cfbf90bc66f56a24e01ec62205c", + "Addresses": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "AllowedIPs": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "Endpoints": ["77.164.248.136:58978", "10.65.0.27:58978", "172.17.0.1:58978"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 34873}, + {"Proto": "peerapi6", "Port": 34873} + ]}, + "Created": "2026-04-09T08:32:02.199503452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6010219833831198, + "StableID": "nMUigSH3wo11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:40865226f170c77c14f6bf919f656baf4dce417697497f28edc5c7e97b3d4b55", + "Addresses": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "AllowedIPs": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "Endpoints": ["77.164.248.136:39124", "10.65.0.27:39124", "172.17.0.1:39124"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62170}, + {"Proto": "peerapi6", "Port": 62170} + ]}, + "Created": "2026-04-09T08:32:04.367156087Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6154159035722702, + "StableID": "n5LS4hKE4q11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "DiscoKey": "discokey:1cb14fa29a2e8be777a9ae8f8268f1d1e3badc15dfddb280f70246a9e93b1c35", + "Addresses": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "AllowedIPs": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "Endpoints": ["77.164.248.136:36740", "10.65.0.27:36740", "172.17.0.1:36740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43402}, + {"Proto": "peerapi6", "Port": 43402} + ]}, + "Created": "2026-04-09T08:31:58.451912064Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6933457329920760, + "StableID": "nVZgjgAB9w11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:ef9f54536d05db6adb8ab67dd5a2d073173edf8a31c16362610e669d262ac42f", + "Addresses": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "AllowedIPs": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "Endpoints": ["77.164.248.136:58293", "10.65.0.27:58293", "172.17.0.1:58293"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 33907}, + {"Proto": "peerapi6", "Port": 33907} + ]}, + "Created": "2026-04-09T08:32:04.918668394Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7115987500863376, + "StableID": "nD92uevqZx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "DiscoKey": "discokey:e5938621fce43a73c3a1d8091f77e00adbb46e230d4acc9f505ff3b7155cd171", + "Addresses": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "AllowedIPs": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "Endpoints": ["77.164.248.136:55445", "10.65.0.27:55445", "172.17.0.1:55445"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61073}, + {"Proto": "peerapi6", "Port": 61073} + ]}, + "Created": "2026-04-09T08:32:01.676698488Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7710632786240420, + "StableID": "n57vVQFAD321CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "DiscoKey": "discokey:3a1dae7e34fd0217cac3536edff7e63c6866263758dd6449a430203a9b363c4f", + "Addresses": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "AllowedIPs": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "Endpoints": ["77.164.248.136:59653", "10.65.0.27:59653", "172.17.0.1:59653"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 43701}, + {"Proto": "peerapi6", "Port": 43701} + ]}, + "Created": "2026-04-09T08:31:57.36275331Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8561933875086434, + "StableID": "nmURa6Vir921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "DiscoKey": "discokey:b868d912f9ab00f29bdb6a00ab451ab255518e8653361f8900d93ef79a16b407", + "Addresses": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "AllowedIPs": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "Endpoints": ["77.164.248.136:34146", "10.65.0.27:34146", "172.17.0.1:34146"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65110}, + {"Proto": "peerapi6", "Port": 65110} + ]}, + "Created": "2026-04-09T08:32:02.740221213Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8935932530469681, + "StableID": "nGS947o6nC21CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "DiscoKey": "discokey:2244d48e7c79769121b79749c7950d227f19e03f743767a096053ca303904569", + "Addresses": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "AllowedIPs": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "Endpoints": ["77.164.248.136:47452", "10.65.0.27:47452", "172.17.0.1:47452"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43340}, + {"Proto": "peerapi6", "Port": 43340} + ]}, + "Created": "2026-04-09T08:31:57.914878108Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13755,27 +13762,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5559092138939557": { - "ID": 5559092138939557, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7262091701871220": { + "ID": 7262091701871220, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13806,26 +13815,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7816942739519904, - "StableID": "nhwe2BqJ3421CNTRL", + "ID": 853906812262216, + "StableID": "nHy7wfgjf711CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 7816942739519904, - "Key": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "DiscoKey": "discokey:958bf4479bef0bca1413c1845bb1266c27afd129ab63a0430e059a390fb9ee6d", - "Addresses": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "AllowedIPs": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "Endpoints": ["77.164.248.136:57429", "10.65.0.27:57429", "172.17.0.1:57429"], + "User": 853906812262216, + "Key": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "DiscoKey": "discokey:bc93b7d6e8282912dbb4ad6701453486b95f83b849ec135b6f0e4a9dc5530d15", + "Addresses": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "AllowedIPs": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 35385}, - {"Proto": "peerapi6", "Port": 35385}, + {"Proto": "peerapi4", "Port": 32929}, + {"Proto": "peerapi6", "Port": 32929}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:54.177388655Z", + "Created": "2026-04-09T08:32:01.118988311Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13853,302 +13862,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "MachineKey": "mkey:14cd3a031c852c025fa3b4447f93e3e2156548114424d0bc90d3617342f6aa7c", + "NodeKey": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "MachineKey": "mkey:b11b06742890fc0d9b8b052f4ac3d997d47de80ea16bb14c6a165ce89f294217", "Peers": [{ - "ID": 802600223445962, - "StableID": "nMcVNvwVG711CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 353162296236964, + "StableID": "nscimXywk311CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "DiscoKey": "discokey:9aebafc1f51f29a0fe768de15564d567400aadd3fe2fb8914aab03503528172e", - "Addresses": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "AllowedIPs": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "Endpoints": ["77.164.248.136:33834", "10.65.0.27:33834", "172.17.0.1:33834"], + "Key": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "DiscoKey": "discokey:a7f5ba06a01ce9fe1a02037e62309f40523e399283bdb11618b6c480a1322358", + "Addresses": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "AllowedIPs": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "Endpoints": ["77.164.248.136:33764", "10.65.0.27:33764", "172.17.0.1:33764"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48033}, - {"Proto": "peerapi6", "Port": 48033} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 57088}, + {"Proto": "peerapi6", "Port": 57088} ]}, - "Created": "2026-04-09T01:25:55.303124592Z", + "Created": "2026-04-09T08:32:00.081099262Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 1615975912291647, - "StableID": "npyjivwscD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "DiscoKey": "discokey:10b4ac32bbb3174fae8c85901ac0ccf731fe46b62f2f7da1980e29206a55223e", - "Addresses": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "AllowedIPs": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "Endpoints": ["77.164.248.136:59796", "10.65.0.27:59796", "172.17.0.1:59796"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 34969}, - {"Proto": "peerapi6", "Port": 34969} - ]}, - "Created": "2026-04-09T01:25:50.879483336Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2224172138173915, - "StableID": "nAUnXNELNJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "DiscoKey": "discokey:cc7e260bb3755773de78b7fcdff644c1a101e843333ade98e347bb5207717a7c", - "Addresses": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "AllowedIPs": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "Endpoints": ["77.164.248.136:50884", "10.65.0.27:50884", "172.17.0.1:50884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61332}, - {"Proto": "peerapi6", "Port": 61332} - ]}, - "Created": "2026-04-09T01:25:56.364231445Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2329548305190894, - "StableID": "n96rZTH4CK11CNTRL", + "ID": 543048538198037, + "StableID": "neKpjvxwE511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "DiscoKey": "discokey:8c02adf44a60e0cc2dda97d649b9808bf4ab7f59d9d5097c5f9603f4984bea61", - "Addresses": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "AllowedIPs": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "Endpoints": ["77.164.248.136:45911", "10.65.0.27:45911", "172.17.0.1:45911"], + "Key": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "DiscoKey": "discokey:1db360b4c0953399d4bffd5c4358d2ee082da8a00fff8f273ad1c5782d033e06", + "Addresses": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "AllowedIPs": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49373}, - {"Proto": "peerapi6", "Port": 49373} + {"Proto": "peerapi4", "Port": 54479}, + {"Proto": "peerapi6", "Port": 54479} ]}, - "Created": "2026-04-09T01:25:56.929495833Z", + "Created": "2026-04-09T08:32:03.308967962Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 3254870454286427, - "StableID": "ngdNGov8RS11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "KeyExpiry": "2026-10-06T01:25:59Z", - "DiscoKey": "discokey:d647b01a156666f57d56763f165183887225a0f1f070a53043f30050bf539b4c", - "Addresses": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "AllowedIPs": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "Endpoints": ["77.164.248.136:55862", "10.65.0.27:55862", "172.17.0.1:55862"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61242}, - {"Proto": "peerapi6", "Port": 61242} - ]}, - "Created": "2026-04-09T01:25:59.131344804Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3795651413928197, - "StableID": "niRNrvK4eW11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "DiscoKey": "discokey:14d30aa6a677d7164ffe33663d947fe6561da7f5cca53ea787b82a97bb09da55", - "Addresses": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "AllowedIPs": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "Endpoints": ["77.164.248.136:50843", "10.65.0.27:50843", "172.17.0.1:50843"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54618}, - {"Proto": "peerapi6", "Port": 54618} - ]}, - "Created": "2026-04-09T01:25:57.49452024Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4666260058530570, - "StableID": "nR2uWsjMSd11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "DiscoKey": "discokey:86d492fbd179f17c66433f035988dd9de2b13cc31cd0954cec38fcd561ea4003", - "Addresses": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "AllowedIPs": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "Endpoints": ["77.164.248.136:38213", "10.65.0.27:38213", "172.17.0.1:38213"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 33718}, - {"Proto": "peerapi6", "Port": 33718} - ]}, - "Created": "2026-04-09T01:25:54.71325515Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4898314826234908, - "StableID": "nspnhcRTFf11CNTRL", + "ID": 1069210838473017, + "StableID": "n8pQTdMFM911CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "DiscoKey": "discokey:98fcea05af6281c2484514ca3ef85c2b4feb3f263d5a73141dfdbf34a0a6015b", - "Addresses": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "AllowedIPs": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "Endpoints": ["77.164.248.136:49061", "10.65.0.27:49061", "172.17.0.1:49061"], + "Key": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "DiscoKey": "discokey:bd5a2a1da3aa57af44d1e3abcb99bd711f739b9b7a1ffb09ee68447278cc5c08", + "Addresses": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "AllowedIPs": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "Endpoints": ["77.164.248.136:33594", "10.65.0.27:33594", "172.17.0.1:33594"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 46819}, - {"Proto": "peerapi6", "Port": 46819} + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} ]}, - "Created": "2026-04-09T01:25:53.087461962Z", + "Created": "2026-04-09T08:31:59.525628528Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 5559092138939557, - "StableID": "n44t6bviQk11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "DiscoKey": "discokey:bd53c8f81872773446b108a38e45a4da438e1190562d1b699156bfb85f5a091a", - "Addresses": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "AllowedIPs": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "Endpoints": ["77.164.248.136:39017", "10.65.0.27:39017", "172.17.0.1:39017"], + "ID": 2211098526192549, + "StableID": "nAD6DvoQGJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "KeyExpiry": "2026-10-06T08:32:05Z", + "DiscoKey": "discokey:7cbabf9778f27a4a760bdd8e8faa9c190754050adc8c296aacd080004a9ddf22", + "Addresses": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "AllowedIPs": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49497}, - {"Proto": "peerapi6", "Port": 49497} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55550}, + {"Proto": "peerapi6", "Port": 55550} ]}, - "Created": "2026-04-09T01:25:52.524256665Z", + "Created": "2026-04-09T08:32:05.463995494Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5671337686686407, - "StableID": "nv2mnbRZHm11CNTRL", + "ID": 2971823418869638, + "StableID": "nDrfzBmwCQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "DiscoKey": "discokey:5748565cc5ce3ffacd73ea435c5d95a3f2faad9451ef08df066b79c902411c3a", + "Addresses": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "AllowedIPs": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "Endpoints": ["77.164.248.136:42987", "10.65.0.27:42987", "172.17.0.1:42987"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45943}, + {"Proto": "peerapi6", "Port": 45943} + ]}, + "Created": "2026-04-09T08:32:03.859664992Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4240785096016511, + "StableID": "nngp3YEf7a11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "DiscoKey": "discokey:e6cb5a9f92cc66dd16e51a138f9d2c9e7bfa9cfbf90bc66f56a24e01ec62205c", + "Addresses": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "AllowedIPs": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "Endpoints": ["77.164.248.136:58978", "10.65.0.27:58978", "172.17.0.1:58978"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 34873}, + {"Proto": "peerapi6", "Port": 34873} + ]}, + "Created": "2026-04-09T08:32:02.199503452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6010219833831198, + "StableID": "nMUigSH3wo11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:45ed3d1cb00437f720384154ee7f1c46b6ce99dc15421fa1b41c682aa2703657", - "Addresses": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "AllowedIPs": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "Endpoints": ["77.164.248.136:60664", "10.65.0.27:60664", "172.17.0.1:60664"], + "Key": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:40865226f170c77c14f6bf919f656baf4dce417697497f28edc5c7e97b3d4b55", + "Addresses": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "AllowedIPs": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "Endpoints": ["77.164.248.136:39124", "10.65.0.27:39124", "172.17.0.1:39124"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45364}, - {"Proto": "peerapi6", "Port": 45364} + {"Proto": "peerapi4", "Port": 62170}, + {"Proto": "peerapi6", "Port": 62170} ]}, - "Created": "2026-04-09T01:25:58.031861055Z", + "Created": "2026-04-09T08:32:04.367156087Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 5840714889404806, - "StableID": "n16vBDgGcn11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "DiscoKey": "discokey:fdf78eed8cd00f8141cff84a6cd3ec6b74e712e37d67c4ee2d6b97cc4da0fc35", - "Addresses": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "AllowedIPs": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "Endpoints": ["77.164.248.136:37864", "10.65.0.27:37864", "172.17.0.1:37864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 38546}, - {"Proto": "peerapi6", "Port": 38546} - ]}, - "Created": "2026-04-09T01:25:51.42610072Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6004973850037999, - "StableID": "nt5Y4sUfto11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:5a8db179e1e1089aa0bc1e3c0127ffe1ee3c4c6cce543c3f6c85fd3015694c75", - "Addresses": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "AllowedIPs": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "Endpoints": ["77.164.248.136:40726", "10.65.0.27:40726", "172.17.0.1:40726"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38462}, - {"Proto": "peerapi6", "Port": 38462} - ]}, - "Created": "2026-04-09T01:25:58.556110879Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7620270784750974, - "StableID": "nb9irKbEW221CNTRL", + "ID": 6154159035722702, + "StableID": "n5LS4hKE4q11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "DiscoKey": "discokey:41e934c4892cdbcb5d46d1559407ba1d6a4cdc25a01e4d47f8e37b7e45678b66", - "Addresses": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "AllowedIPs": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "Endpoints": ["77.164.248.136:59013", "10.65.0.27:59013", "172.17.0.1:59013"], + "Key": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "DiscoKey": "discokey:1cb14fa29a2e8be777a9ae8f8268f1d1e3badc15dfddb280f70246a9e93b1c35", + "Addresses": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "AllowedIPs": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "Endpoints": ["77.164.248.136:36740", "10.65.0.27:36740", "172.17.0.1:36740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 49817}, - {"Proto": "peerapi6", "Port": 49817} + {"Proto": "peerapi4", "Port": 43402}, + {"Proto": "peerapi6", "Port": 43402} ]}, - "Created": "2026-04-09T01:25:51.974178062Z", + "Created": "2026-04-09T08:31:58.451912064Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7664871805515639, - "StableID": "nkFKLjBSr221CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "DiscoKey": "discokey:32caedb0a09e58f40de135b0c65f4446a246287b90552196d8fb3315975ace74", - "Addresses": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "AllowedIPs": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "Endpoints": ["77.164.248.136:45452", "10.65.0.27:45452", "172.17.0.1:45452"], + "ID": 6933457329920760, + "StableID": "nVZgjgAB9w11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:ef9f54536d05db6adb8ab67dd5a2d073173edf8a31c16362610e669d262ac42f", + "Addresses": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "AllowedIPs": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "Endpoints": ["77.164.248.136:58293", "10.65.0.27:58293", "172.17.0.1:58293"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46411}, - {"Proto": "peerapi6", "Port": 46411} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 33907}, + {"Proto": "peerapi6", "Port": 33907} ]}, - "Created": "2026-04-09T01:25:53.623294284Z", + "Created": "2026-04-09T08:32:04.918668394Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7115987500863376, + "StableID": "nD92uevqZx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "DiscoKey": "discokey:e5938621fce43a73c3a1d8091f77e00adbb46e230d4acc9f505ff3b7155cd171", + "Addresses": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "AllowedIPs": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "Endpoints": ["77.164.248.136:55445", "10.65.0.27:55445", "172.17.0.1:55445"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61073}, + {"Proto": "peerapi6", "Port": 61073} + ]}, + "Created": "2026-04-09T08:32:01.676698488Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7262091701871220, + "StableID": "nKr7qQq1iy11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "DiscoKey": "discokey:924a2d73d881617cacbec64c692e3cc08a95bdeab9bf8fffb8f0869870743415", + "Addresses": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "AllowedIPs": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "Endpoints": ["77.164.248.136:57496", "10.65.0.27:57496", "172.17.0.1:57496"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43691}, + {"Proto": "peerapi6", "Port": 43691} + ]}, + "Created": "2026-04-09T08:31:58.98379381Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7710632786240420, + "StableID": "n57vVQFAD321CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "DiscoKey": "discokey:3a1dae7e34fd0217cac3536edff7e63c6866263758dd6449a430203a9b363c4f", + "Addresses": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "AllowedIPs": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "Endpoints": ["77.164.248.136:59653", "10.65.0.27:59653", "172.17.0.1:59653"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 43701}, + {"Proto": "peerapi6", "Port": 43701} + ]}, + "Created": "2026-04-09T08:31:57.36275331Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8561933875086434, + "StableID": "nmURa6Vir921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "DiscoKey": "discokey:b868d912f9ab00f29bdb6a00ab451ab255518e8653361f8900d93ef79a16b407", + "Addresses": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "AllowedIPs": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "Endpoints": ["77.164.248.136:34146", "10.65.0.27:34146", "172.17.0.1:34146"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65110}, + {"Proto": "peerapi6", "Port": 65110} + ]}, + "Created": "2026-04-09T08:32:02.740221213Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8935932530469681, + "StableID": "nGS947o6nC21CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "DiscoKey": "discokey:2244d48e7c79769121b79749c7950d227f19e03f743767a096053ca303904569", + "Addresses": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "AllowedIPs": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "Endpoints": ["77.164.248.136:47452", "10.65.0.27:47452", "172.17.0.1:47452"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43340}, + {"Proto": "peerapi6", "Port": 43340} + ]}, + "Created": "2026-04-09T08:31:57.914878108Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -14996,27 +15004,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7816942739519904": { - "ID": 7816942739519904, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "853906812262216": { + "ID": 853906812262216, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15047,26 +15057,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 802600223445962, - "StableID": "nMcVNvwVG711CNTRL", + "ID": 4240785096016511, + "StableID": "nngp3YEf7a11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 802600223445962, - "Key": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "DiscoKey": "discokey:9aebafc1f51f29a0fe768de15564d567400aadd3fe2fb8914aab03503528172e", - "Addresses": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "AllowedIPs": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "Endpoints": ["77.164.248.136:33834", "10.65.0.27:33834", "172.17.0.1:33834"], + "User": 4240785096016511, + "Key": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "DiscoKey": "discokey:e6cb5a9f92cc66dd16e51a138f9d2c9e7bfa9cfbf90bc66f56a24e01ec62205c", + "Addresses": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "AllowedIPs": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "Endpoints": ["77.164.248.136:58978", "10.65.0.27:58978", "172.17.0.1:58978"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 48033}, - {"Proto": "peerapi6", "Port": 48033}, + {"Proto": "peerapi4", "Port": 34873}, + {"Proto": "peerapi6", "Port": 34873}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:25:55.303124592Z", + "Created": "2026-04-09T08:32:02.199503452Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15094,302 +15104,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "MachineKey": "mkey:33f7bb376c88f5b8449ab15f91426d893b9af1de7e1965ea4020ba48fcaac06b", + "NodeKey": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "MachineKey": "mkey:8824a57c83fb4f61883309fb7afb99206019b2aa31f94a983a25d605d7213263", "Peers": [{ - "ID": 1615975912291647, - "StableID": "npyjivwscD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "DiscoKey": "discokey:10b4ac32bbb3174fae8c85901ac0ccf731fe46b62f2f7da1980e29206a55223e", - "Addresses": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "AllowedIPs": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "Endpoints": ["77.164.248.136:59796", "10.65.0.27:59796", "172.17.0.1:59796"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 34969}, - {"Proto": "peerapi6", "Port": 34969} - ]}, - "Created": "2026-04-09T01:25:50.879483336Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2224172138173915, - "StableID": "nAUnXNELNJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "DiscoKey": "discokey:cc7e260bb3755773de78b7fcdff644c1a101e843333ade98e347bb5207717a7c", - "Addresses": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "AllowedIPs": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "Endpoints": ["77.164.248.136:50884", "10.65.0.27:50884", "172.17.0.1:50884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61332}, - {"Proto": "peerapi6", "Port": 61332} - ]}, - "Created": "2026-04-09T01:25:56.364231445Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2329548305190894, - "StableID": "n96rZTH4CK11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "DiscoKey": "discokey:8c02adf44a60e0cc2dda97d649b9808bf4ab7f59d9d5097c5f9603f4984bea61", - "Addresses": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "AllowedIPs": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "Endpoints": ["77.164.248.136:45911", "10.65.0.27:45911", "172.17.0.1:45911"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49373}, - {"Proto": "peerapi6", "Port": 49373} - ]}, - "Created": "2026-04-09T01:25:56.929495833Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3254870454286427, - "StableID": "ngdNGov8RS11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "KeyExpiry": "2026-10-06T01:25:59Z", - "DiscoKey": "discokey:d647b01a156666f57d56763f165183887225a0f1f070a53043f30050bf539b4c", - "Addresses": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "AllowedIPs": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "Endpoints": ["77.164.248.136:55862", "10.65.0.27:55862", "172.17.0.1:55862"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61242}, - {"Proto": "peerapi6", "Port": 61242} - ]}, - "Created": "2026-04-09T01:25:59.131344804Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3795651413928197, - "StableID": "niRNrvK4eW11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "DiscoKey": "discokey:14d30aa6a677d7164ffe33663d947fe6561da7f5cca53ea787b82a97bb09da55", - "Addresses": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "AllowedIPs": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "Endpoints": ["77.164.248.136:50843", "10.65.0.27:50843", "172.17.0.1:50843"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54618}, - {"Proto": "peerapi6", "Port": 54618} - ]}, - "Created": "2026-04-09T01:25:57.49452024Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4666260058530570, - "StableID": "nR2uWsjMSd11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "DiscoKey": "discokey:86d492fbd179f17c66433f035988dd9de2b13cc31cd0954cec38fcd561ea4003", - "Addresses": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "AllowedIPs": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "Endpoints": ["77.164.248.136:38213", "10.65.0.27:38213", "172.17.0.1:38213"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 33718}, - {"Proto": "peerapi6", "Port": 33718} - ]}, - "Created": "2026-04-09T01:25:54.71325515Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4898314826234908, - "StableID": "nspnhcRTFf11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "DiscoKey": "discokey:98fcea05af6281c2484514ca3ef85c2b4feb3f263d5a73141dfdbf34a0a6015b", - "Addresses": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "AllowedIPs": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "Endpoints": ["77.164.248.136:49061", "10.65.0.27:49061", "172.17.0.1:49061"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 46819}, - {"Proto": "peerapi6", "Port": 46819} - ]}, - "Created": "2026-04-09T01:25:53.087461962Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5559092138939557, - "StableID": "n44t6bviQk11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "DiscoKey": "discokey:bd53c8f81872773446b108a38e45a4da438e1190562d1b699156bfb85f5a091a", - "Addresses": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "AllowedIPs": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "Endpoints": ["77.164.248.136:39017", "10.65.0.27:39017", "172.17.0.1:39017"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49497}, - {"Proto": "peerapi6", "Port": 49497} - ]}, - "Created": "2026-04-09T01:25:52.524256665Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5671337686686407, - "StableID": "nv2mnbRZHm11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:45ed3d1cb00437f720384154ee7f1c46b6ce99dc15421fa1b41c682aa2703657", - "Addresses": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "AllowedIPs": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "Endpoints": ["77.164.248.136:60664", "10.65.0.27:60664", "172.17.0.1:60664"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45364}, - {"Proto": "peerapi6", "Port": 45364} - ]}, - "Created": "2026-04-09T01:25:58.031861055Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5840714889404806, - "StableID": "n16vBDgGcn11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "DiscoKey": "discokey:fdf78eed8cd00f8141cff84a6cd3ec6b74e712e37d67c4ee2d6b97cc4da0fc35", - "Addresses": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "AllowedIPs": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "Endpoints": ["77.164.248.136:37864", "10.65.0.27:37864", "172.17.0.1:37864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 38546}, - {"Proto": "peerapi6", "Port": 38546} - ]}, - "Created": "2026-04-09T01:25:51.42610072Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6004973850037999, - "StableID": "nt5Y4sUfto11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:5a8db179e1e1089aa0bc1e3c0127ffe1ee3c4c6cce543c3f6c85fd3015694c75", - "Addresses": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "AllowedIPs": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "Endpoints": ["77.164.248.136:40726", "10.65.0.27:40726", "172.17.0.1:40726"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38462}, - {"Proto": "peerapi6", "Port": 38462} - ]}, - "Created": "2026-04-09T01:25:58.556110879Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7620270784750974, - "StableID": "nb9irKbEW221CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "DiscoKey": "discokey:41e934c4892cdbcb5d46d1559407ba1d6a4cdc25a01e4d47f8e37b7e45678b66", - "Addresses": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "AllowedIPs": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "Endpoints": ["77.164.248.136:59013", "10.65.0.27:59013", "172.17.0.1:59013"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 49817}, - {"Proto": "peerapi6", "Port": 49817} - ]}, - "Created": "2026-04-09T01:25:51.974178062Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7664871805515639, - "StableID": "nkFKLjBSr221CNTRL", + "ID": 353162296236964, + "StableID": "nscimXywk311CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "DiscoKey": "discokey:32caedb0a09e58f40de135b0c65f4446a246287b90552196d8fb3315975ace74", - "Addresses": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "AllowedIPs": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "Endpoints": ["77.164.248.136:45452", "10.65.0.27:45452", "172.17.0.1:45452"], + "Key": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "DiscoKey": "discokey:a7f5ba06a01ce9fe1a02037e62309f40523e399283bdb11618b6c480a1322358", + "Addresses": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "AllowedIPs": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "Endpoints": ["77.164.248.136:33764", "10.65.0.27:33764", "172.17.0.1:33764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46411}, - {"Proto": "peerapi6", "Port": 46411} + {"Proto": "peerapi4", "Port": 57088}, + {"Proto": "peerapi6", "Port": 57088} ]}, - "Created": "2026-04-09T01:25:53.623294284Z", + "Created": "2026-04-09T08:32:00.081099262Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7816942739519904, - "StableID": "nhwe2BqJ3421CNTRL", + "ID": 543048538198037, + "StableID": "neKpjvxwE511CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "DiscoKey": "discokey:1db360b4c0953399d4bffd5c4358d2ee082da8a00fff8f273ad1c5782d033e06", + "Addresses": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "AllowedIPs": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54479}, + {"Proto": "peerapi6", "Port": 54479} + ]}, + "Created": "2026-04-09T08:32:03.308967962Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 853906812262216, + "StableID": "nHy7wfgjf711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "DiscoKey": "discokey:958bf4479bef0bca1413c1845bb1266c27afd129ab63a0430e059a390fb9ee6d", - "Addresses": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "AllowedIPs": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "Endpoints": ["77.164.248.136:57429", "10.65.0.27:57429", "172.17.0.1:57429"], + "Key": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "DiscoKey": "discokey:bc93b7d6e8282912dbb4ad6701453486b95f83b849ec135b6f0e4a9dc5530d15", + "Addresses": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "AllowedIPs": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35385}, - {"Proto": "peerapi6", "Port": 35385} + {"Proto": "peerapi4", "Port": 32929}, + {"Proto": "peerapi6", "Port": 32929} ]}, - "Created": "2026-04-09T01:25:54.177388655Z", + "Created": "2026-04-09T08:32:01.118988311Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 1069210838473017, + "StableID": "n8pQTdMFM911CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "DiscoKey": "discokey:bd5a2a1da3aa57af44d1e3abcb99bd711f739b9b7a1ffb09ee68447278cc5c08", + "Addresses": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "AllowedIPs": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "Endpoints": ["77.164.248.136:33594", "10.65.0.27:33594", "172.17.0.1:33594"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:31:59.525628528Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2211098526192549, + "StableID": "nAD6DvoQGJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "KeyExpiry": "2026-10-06T08:32:05Z", + "DiscoKey": "discokey:7cbabf9778f27a4a760bdd8e8faa9c190754050adc8c296aacd080004a9ddf22", + "Addresses": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "AllowedIPs": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55550}, + {"Proto": "peerapi6", "Port": 55550} + ]}, + "Created": "2026-04-09T08:32:05.463995494Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2971823418869638, + "StableID": "nDrfzBmwCQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "DiscoKey": "discokey:5748565cc5ce3ffacd73ea435c5d95a3f2faad9451ef08df066b79c902411c3a", + "Addresses": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "AllowedIPs": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "Endpoints": ["77.164.248.136:42987", "10.65.0.27:42987", "172.17.0.1:42987"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45943}, + {"Proto": "peerapi6", "Port": 45943} + ]}, + "Created": "2026-04-09T08:32:03.859664992Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6010219833831198, + "StableID": "nMUigSH3wo11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:40865226f170c77c14f6bf919f656baf4dce417697497f28edc5c7e97b3d4b55", + "Addresses": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "AllowedIPs": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "Endpoints": ["77.164.248.136:39124", "10.65.0.27:39124", "172.17.0.1:39124"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62170}, + {"Proto": "peerapi6", "Port": 62170} + ]}, + "Created": "2026-04-09T08:32:04.367156087Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6154159035722702, + "StableID": "n5LS4hKE4q11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "DiscoKey": "discokey:1cb14fa29a2e8be777a9ae8f8268f1d1e3badc15dfddb280f70246a9e93b1c35", + "Addresses": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "AllowedIPs": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "Endpoints": ["77.164.248.136:36740", "10.65.0.27:36740", "172.17.0.1:36740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43402}, + {"Proto": "peerapi6", "Port": 43402} + ]}, + "Created": "2026-04-09T08:31:58.451912064Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6933457329920760, + "StableID": "nVZgjgAB9w11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:ef9f54536d05db6adb8ab67dd5a2d073173edf8a31c16362610e669d262ac42f", + "Addresses": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "AllowedIPs": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "Endpoints": ["77.164.248.136:58293", "10.65.0.27:58293", "172.17.0.1:58293"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 33907}, + {"Proto": "peerapi6", "Port": 33907} + ]}, + "Created": "2026-04-09T08:32:04.918668394Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7115987500863376, + "StableID": "nD92uevqZx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "DiscoKey": "discokey:e5938621fce43a73c3a1d8091f77e00adbb46e230d4acc9f505ff3b7155cd171", + "Addresses": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "AllowedIPs": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "Endpoints": ["77.164.248.136:55445", "10.65.0.27:55445", "172.17.0.1:55445"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61073}, + {"Proto": "peerapi6", "Port": 61073} + ]}, + "Created": "2026-04-09T08:32:01.676698488Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7262091701871220, + "StableID": "nKr7qQq1iy11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "DiscoKey": "discokey:924a2d73d881617cacbec64c692e3cc08a95bdeab9bf8fffb8f0869870743415", + "Addresses": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "AllowedIPs": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "Endpoints": ["77.164.248.136:57496", "10.65.0.27:57496", "172.17.0.1:57496"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43691}, + {"Proto": "peerapi6", "Port": 43691} + ]}, + "Created": "2026-04-09T08:31:58.98379381Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7710632786240420, + "StableID": "n57vVQFAD321CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "DiscoKey": "discokey:3a1dae7e34fd0217cac3536edff7e63c6866263758dd6449a430203a9b363c4f", + "Addresses": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "AllowedIPs": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "Endpoints": ["77.164.248.136:59653", "10.65.0.27:59653", "172.17.0.1:59653"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 43701}, + {"Proto": "peerapi6", "Port": 43701} + ]}, + "Created": "2026-04-09T08:31:57.36275331Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8561933875086434, + "StableID": "nmURa6Vir921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "DiscoKey": "discokey:b868d912f9ab00f29bdb6a00ab451ab255518e8653361f8900d93ef79a16b407", + "Addresses": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "AllowedIPs": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "Endpoints": ["77.164.248.136:34146", "10.65.0.27:34146", "172.17.0.1:34146"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65110}, + {"Proto": "peerapi6", "Port": 65110} + ]}, + "Created": "2026-04-09T08:32:02.740221213Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8935932530469681, + "StableID": "nGS947o6nC21CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "DiscoKey": "discokey:2244d48e7c79769121b79749c7950d227f19e03f743767a096053ca303904569", + "Addresses": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "AllowedIPs": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "Endpoints": ["77.164.248.136:47452", "10.65.0.27:47452", "172.17.0.1:47452"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43340}, + {"Proto": "peerapi6", "Port": 43340} + ]}, + "Created": "2026-04-09T08:31:57.914878108Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16237,27 +16246,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "802600223445962": { - "ID": 802600223445962, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4240785096016511": { + "ID": 4240785096016511, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16288,22 +16299,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6004973850037999, - "StableID": "nt5Y4sUfto11CNTRL", + "ID": 6933457329920760, + "StableID": "nVZgjgAB9w11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:5a8db179e1e1089aa0bc1e3c0127ffe1ee3c4c6cce543c3f6c85fd3015694c75", - "Addresses": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "AllowedIPs": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "Endpoints": ["77.164.248.136:40726", "10.65.0.27:40726", "172.17.0.1:40726"], + "Key": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:ef9f54536d05db6adb8ab67dd5a2d073173edf8a31c16362610e669d262ac42f", + "Addresses": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "AllowedIPs": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "Endpoints": ["77.164.248.136:58293", "10.65.0.27:58293", "172.17.0.1:58293"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38462}, - {"Proto": "peerapi6", "Port": 38462}, + {"Proto": "peerapi4", "Port": 33907}, + {"Proto": "peerapi6", "Port": 33907}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:58.556110879Z", + "Created": "2026-04-09T08:32:04.918668394Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16330,300 +16341,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "MachineKey": "mkey:b7200e785a7c14ca489c40354d8213f47d26acb09a591d4fbcf365ccaca8044e", + "NodeKey": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "MachineKey": "mkey:df4f03fad0c2c95fab1bf8c571e7146a32bb159597b987b88f6caad0fd4b4842", "Peers": [{ - "ID": 802600223445962, - "StableID": "nMcVNvwVG711CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "DiscoKey": "discokey:9aebafc1f51f29a0fe768de15564d567400aadd3fe2fb8914aab03503528172e", - "Addresses": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "AllowedIPs": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "Endpoints": ["77.164.248.136:33834", "10.65.0.27:33834", "172.17.0.1:33834"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48033}, - {"Proto": "peerapi6", "Port": 48033} - ]}, - "Created": "2026-04-09T01:25:55.303124592Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1615975912291647, - "StableID": "npyjivwscD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "DiscoKey": "discokey:10b4ac32bbb3174fae8c85901ac0ccf731fe46b62f2f7da1980e29206a55223e", - "Addresses": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "AllowedIPs": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "Endpoints": ["77.164.248.136:59796", "10.65.0.27:59796", "172.17.0.1:59796"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 34969}, - {"Proto": "peerapi6", "Port": 34969} - ]}, - "Created": "2026-04-09T01:25:50.879483336Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2224172138173915, - "StableID": "nAUnXNELNJ11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "DiscoKey": "discokey:cc7e260bb3755773de78b7fcdff644c1a101e843333ade98e347bb5207717a7c", - "Addresses": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "AllowedIPs": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "Endpoints": ["77.164.248.136:50884", "10.65.0.27:50884", "172.17.0.1:50884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61332}, - {"Proto": "peerapi6", "Port": 61332} - ]}, - "Created": "2026-04-09T01:25:56.364231445Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2329548305190894, - "StableID": "n96rZTH4CK11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "DiscoKey": "discokey:8c02adf44a60e0cc2dda97d649b9808bf4ab7f59d9d5097c5f9603f4984bea61", - "Addresses": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "AllowedIPs": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "Endpoints": ["77.164.248.136:45911", "10.65.0.27:45911", "172.17.0.1:45911"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49373}, - {"Proto": "peerapi6", "Port": 49373} - ]}, - "Created": "2026-04-09T01:25:56.929495833Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3254870454286427, - "StableID": "ngdNGov8RS11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "KeyExpiry": "2026-10-06T01:25:59Z", - "DiscoKey": "discokey:d647b01a156666f57d56763f165183887225a0f1f070a53043f30050bf539b4c", - "Addresses": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "AllowedIPs": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61242}, - {"Proto": "peerapi6", "Port": 61242} - ]}, - "Created": "2026-04-09T01:25:59.131344804Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3795651413928197, - "StableID": "niRNrvK4eW11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "DiscoKey": "discokey:14d30aa6a677d7164ffe33663d947fe6561da7f5cca53ea787b82a97bb09da55", - "Addresses": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "AllowedIPs": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "Endpoints": ["77.164.248.136:50843", "10.65.0.27:50843", "172.17.0.1:50843"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54618}, - {"Proto": "peerapi6", "Port": 54618} - ]}, - "Created": "2026-04-09T01:25:57.49452024Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4666260058530570, - "StableID": "nR2uWsjMSd11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "DiscoKey": "discokey:86d492fbd179f17c66433f035988dd9de2b13cc31cd0954cec38fcd561ea4003", - "Addresses": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "AllowedIPs": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "Endpoints": ["77.164.248.136:38213", "10.65.0.27:38213", "172.17.0.1:38213"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 33718}, - {"Proto": "peerapi6", "Port": 33718} - ]}, - "Created": "2026-04-09T01:25:54.71325515Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4898314826234908, - "StableID": "nspnhcRTFf11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "DiscoKey": "discokey:98fcea05af6281c2484514ca3ef85c2b4feb3f263d5a73141dfdbf34a0a6015b", - "Addresses": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "AllowedIPs": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "Endpoints": ["77.164.248.136:49061", "10.65.0.27:49061", "172.17.0.1:49061"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 46819}, - {"Proto": "peerapi6", "Port": 46819} - ]}, - "Created": "2026-04-09T01:25:53.087461962Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5559092138939557, - "StableID": "n44t6bviQk11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "DiscoKey": "discokey:bd53c8f81872773446b108a38e45a4da438e1190562d1b699156bfb85f5a091a", - "Addresses": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "AllowedIPs": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "Endpoints": ["77.164.248.136:39017", "10.65.0.27:39017", "172.17.0.1:39017"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49497}, - {"Proto": "peerapi6", "Port": 49497} - ]}, - "Created": "2026-04-09T01:25:52.524256665Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5671337686686407, - "StableID": "nv2mnbRZHm11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:45ed3d1cb00437f720384154ee7f1c46b6ce99dc15421fa1b41c682aa2703657", - "Addresses": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "AllowedIPs": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "Endpoints": ["77.164.248.136:60664", "10.65.0.27:60664", "172.17.0.1:60664"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45364}, - {"Proto": "peerapi6", "Port": 45364} - ]}, - "Created": "2026-04-09T01:25:58.031861055Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5840714889404806, - "StableID": "n16vBDgGcn11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "DiscoKey": "discokey:fdf78eed8cd00f8141cff84a6cd3ec6b74e712e37d67c4ee2d6b97cc4da0fc35", - "Addresses": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "AllowedIPs": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "Endpoints": ["77.164.248.136:37864", "10.65.0.27:37864", "172.17.0.1:37864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 38546}, - {"Proto": "peerapi6", "Port": 38546} - ]}, - "Created": "2026-04-09T01:25:51.42610072Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7620270784750974, - "StableID": "nb9irKbEW221CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "DiscoKey": "discokey:41e934c4892cdbcb5d46d1559407ba1d6a4cdc25a01e4d47f8e37b7e45678b66", - "Addresses": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "AllowedIPs": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "Endpoints": ["77.164.248.136:59013", "10.65.0.27:59013", "172.17.0.1:59013"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 49817}, - {"Proto": "peerapi6", "Port": 49817} - ]}, - "Created": "2026-04-09T01:25:51.974178062Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7664871805515639, - "StableID": "nkFKLjBSr221CNTRL", + "ID": 353162296236964, + "StableID": "nscimXywk311CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "DiscoKey": "discokey:32caedb0a09e58f40de135b0c65f4446a246287b90552196d8fb3315975ace74", - "Addresses": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "AllowedIPs": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "Endpoints": ["77.164.248.136:45452", "10.65.0.27:45452", "172.17.0.1:45452"], + "Key": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "DiscoKey": "discokey:a7f5ba06a01ce9fe1a02037e62309f40523e399283bdb11618b6c480a1322358", + "Addresses": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "AllowedIPs": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "Endpoints": ["77.164.248.136:33764", "10.65.0.27:33764", "172.17.0.1:33764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46411}, - {"Proto": "peerapi6", "Port": 46411} + {"Proto": "peerapi4", "Port": 57088}, + {"Proto": "peerapi6", "Port": 57088} ]}, - "Created": "2026-04-09T01:25:53.623294284Z", + "Created": "2026-04-09T08:32:00.081099262Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7816942739519904, - "StableID": "nhwe2BqJ3421CNTRL", + "ID": 543048538198037, + "StableID": "neKpjvxwE511CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "DiscoKey": "discokey:1db360b4c0953399d4bffd5c4358d2ee082da8a00fff8f273ad1c5782d033e06", + "Addresses": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "AllowedIPs": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54479}, + {"Proto": "peerapi6", "Port": 54479} + ]}, + "Created": "2026-04-09T08:32:03.308967962Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 853906812262216, + "StableID": "nHy7wfgjf711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "DiscoKey": "discokey:958bf4479bef0bca1413c1845bb1266c27afd129ab63a0430e059a390fb9ee6d", - "Addresses": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "AllowedIPs": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "Endpoints": ["77.164.248.136:57429", "10.65.0.27:57429", "172.17.0.1:57429"], + "Key": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "DiscoKey": "discokey:bc93b7d6e8282912dbb4ad6701453486b95f83b849ec135b6f0e4a9dc5530d15", + "Addresses": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "AllowedIPs": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35385}, - {"Proto": "peerapi6", "Port": 35385} + {"Proto": "peerapi4", "Port": 32929}, + {"Proto": "peerapi6", "Port": 32929} ]}, - "Created": "2026-04-09T01:25:54.177388655Z", + "Created": "2026-04-09T08:32:01.118988311Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 1069210838473017, + "StableID": "n8pQTdMFM911CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "DiscoKey": "discokey:bd5a2a1da3aa57af44d1e3abcb99bd711f739b9b7a1ffb09ee68447278cc5c08", + "Addresses": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "AllowedIPs": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "Endpoints": ["77.164.248.136:33594", "10.65.0.27:33594", "172.17.0.1:33594"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:31:59.525628528Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2211098526192549, + "StableID": "nAD6DvoQGJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "KeyExpiry": "2026-10-06T08:32:05Z", + "DiscoKey": "discokey:7cbabf9778f27a4a760bdd8e8faa9c190754050adc8c296aacd080004a9ddf22", + "Addresses": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "AllowedIPs": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55550}, + {"Proto": "peerapi6", "Port": 55550} + ]}, + "Created": "2026-04-09T08:32:05.463995494Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2971823418869638, + "StableID": "nDrfzBmwCQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "DiscoKey": "discokey:5748565cc5ce3ffacd73ea435c5d95a3f2faad9451ef08df066b79c902411c3a", + "Addresses": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "AllowedIPs": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "Endpoints": ["77.164.248.136:42987", "10.65.0.27:42987", "172.17.0.1:42987"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45943}, + {"Proto": "peerapi6", "Port": 45943} + ]}, + "Created": "2026-04-09T08:32:03.859664992Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4240785096016511, + "StableID": "nngp3YEf7a11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "DiscoKey": "discokey:e6cb5a9f92cc66dd16e51a138f9d2c9e7bfa9cfbf90bc66f56a24e01ec62205c", + "Addresses": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "AllowedIPs": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "Endpoints": ["77.164.248.136:58978", "10.65.0.27:58978", "172.17.0.1:58978"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 34873}, + {"Proto": "peerapi6", "Port": 34873} + ]}, + "Created": "2026-04-09T08:32:02.199503452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6010219833831198, + "StableID": "nMUigSH3wo11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:40865226f170c77c14f6bf919f656baf4dce417697497f28edc5c7e97b3d4b55", + "Addresses": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "AllowedIPs": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "Endpoints": ["77.164.248.136:39124", "10.65.0.27:39124", "172.17.0.1:39124"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62170}, + {"Proto": "peerapi6", "Port": 62170} + ]}, + "Created": "2026-04-09T08:32:04.367156087Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6154159035722702, + "StableID": "n5LS4hKE4q11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "DiscoKey": "discokey:1cb14fa29a2e8be777a9ae8f8268f1d1e3badc15dfddb280f70246a9e93b1c35", + "Addresses": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "AllowedIPs": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "Endpoints": ["77.164.248.136:36740", "10.65.0.27:36740", "172.17.0.1:36740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43402}, + {"Proto": "peerapi6", "Port": 43402} + ]}, + "Created": "2026-04-09T08:31:58.451912064Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7115987500863376, + "StableID": "nD92uevqZx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "DiscoKey": "discokey:e5938621fce43a73c3a1d8091f77e00adbb46e230d4acc9f505ff3b7155cd171", + "Addresses": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "AllowedIPs": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "Endpoints": ["77.164.248.136:55445", "10.65.0.27:55445", "172.17.0.1:55445"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61073}, + {"Proto": "peerapi6", "Port": 61073} + ]}, + "Created": "2026-04-09T08:32:01.676698488Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7262091701871220, + "StableID": "nKr7qQq1iy11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "DiscoKey": "discokey:924a2d73d881617cacbec64c692e3cc08a95bdeab9bf8fffb8f0869870743415", + "Addresses": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "AllowedIPs": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "Endpoints": ["77.164.248.136:57496", "10.65.0.27:57496", "172.17.0.1:57496"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43691}, + {"Proto": "peerapi6", "Port": 43691} + ]}, + "Created": "2026-04-09T08:31:58.98379381Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7710632786240420, + "StableID": "n57vVQFAD321CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "DiscoKey": "discokey:3a1dae7e34fd0217cac3536edff7e63c6866263758dd6449a430203a9b363c4f", + "Addresses": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "AllowedIPs": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "Endpoints": ["77.164.248.136:59653", "10.65.0.27:59653", "172.17.0.1:59653"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 43701}, + {"Proto": "peerapi6", "Port": 43701} + ]}, + "Created": "2026-04-09T08:31:57.36275331Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8561933875086434, + "StableID": "nmURa6Vir921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "DiscoKey": "discokey:b868d912f9ab00f29bdb6a00ab451ab255518e8653361f8900d93ef79a16b407", + "Addresses": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "AllowedIPs": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "Endpoints": ["77.164.248.136:34146", "10.65.0.27:34146", "172.17.0.1:34146"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65110}, + {"Proto": "peerapi6", "Port": 65110} + ]}, + "Created": "2026-04-09T08:32:02.740221213Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8935932530469681, + "StableID": "nGS947o6nC21CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "DiscoKey": "discokey:2244d48e7c79769121b79749c7950d227f19e03f743767a096053ca303904569", + "Addresses": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "AllowedIPs": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "Endpoints": ["77.164.248.136:47452", "10.65.0.27:47452", "172.17.0.1:47452"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43340}, + {"Proto": "peerapi6", "Port": 43340} + ]}, + "Created": "2026-04-09T08:31:57.914878108Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17471,23 +17483,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17518,21 +17531,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2224172138173915, - "StableID": "nAUnXNELNJ11CNTRL", + "ID": 8561933875086434, + "StableID": "nmURa6Vir921CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 2224172138173915, - "Key": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "DiscoKey": "discokey:cc7e260bb3755773de78b7fcdff644c1a101e843333ade98e347bb5207717a7c", - "Addresses": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "AllowedIPs": ["100.95.234.102/32", "fd7a:115c:a1e0::a337:ea66/128"], - "Endpoints": ["77.164.248.136:50884", "10.65.0.27:50884", "172.17.0.1:50884"], + "User": 8561933875086434, + "Key": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "DiscoKey": "discokey:b868d912f9ab00f29bdb6a00ab451ab255518e8653361f8900d93ef79a16b407", + "Addresses": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "AllowedIPs": ["100.73.80.110/32", "fd7a:115c:a1e0::3e37:506e/128"], + "Endpoints": ["77.164.248.136:34146", "10.65.0.27:34146", "172.17.0.1:34146"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 61332}, - {"Proto": "peerapi6", "Port": 61332}, + {"Proto": "peerapi4", "Port": 65110}, + {"Proto": "peerapi6", "Port": 65110}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:25:56.364231445Z", + "Created": "2026-04-09T08:32:02.740221213Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17560,300 +17573,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b7c15e6aecc2b63f1e002bb1a15f13779af3446e910a615651e21056a35fea65", - "MachineKey": "mkey:8521f5946eccc1445b18f24a8c9fd4585f4982df213ab0e9d1474eca3dcc9468", + "NodeKey": "nodekey:078c04397a8d9c1ecd239e21f932519904ff1c9c1b00f579d8bfb73e3e49506d", + "MachineKey": "mkey:1e1d15d8e3a2518f9ec09c9f732b4eb97acf8846c7a5fc59b66004331a127822", "Peers": [{ - "ID": 802600223445962, - "StableID": "nMcVNvwVG711CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c5faa2ea1f61cac19c0d466334056f620c88369f3bc4b6f1da97761c2368170c", - "DiscoKey": "discokey:9aebafc1f51f29a0fe768de15564d567400aadd3fe2fb8914aab03503528172e", - "Addresses": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "AllowedIPs": ["100.104.23.13/32", "fd7a:115c:a1e0::2337:170d/128"], - "Endpoints": ["77.164.248.136:33834", "10.65.0.27:33834", "172.17.0.1:33834"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48033}, - {"Proto": "peerapi6", "Port": 48033} - ]}, - "Created": "2026-04-09T01:25:55.303124592Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1615975912291647, - "StableID": "npyjivwscD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b22aca964d553db24e06d67a75a58bb69ab996f25474dc8aaa1d8c70117a692b", - "DiscoKey": "discokey:10b4ac32bbb3174fae8c85901ac0ccf731fe46b62f2f7da1980e29206a55223e", - "Addresses": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "AllowedIPs": ["100.122.105.44/32", "fd7a:115c:a1e0::1137:692c/128"], - "Endpoints": ["77.164.248.136:59796", "10.65.0.27:59796", "172.17.0.1:59796"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 34969}, - {"Proto": "peerapi6", "Port": 34969} - ]}, - "Created": "2026-04-09T01:25:50.879483336Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2329548305190894, - "StableID": "n96rZTH4CK11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64771660f905977174413e2015ae2c8bd1bb1f7bef7d494df47a419771a761c", - "DiscoKey": "discokey:8c02adf44a60e0cc2dda97d649b9808bf4ab7f59d9d5097c5f9603f4984bea61", - "Addresses": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "AllowedIPs": ["100.90.118.29/32", "fd7a:115c:a1e0::7737:761d/128"], - "Endpoints": ["77.164.248.136:45911", "10.65.0.27:45911", "172.17.0.1:45911"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49373}, - {"Proto": "peerapi6", "Port": 49373} - ]}, - "Created": "2026-04-09T01:25:56.929495833Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3254870454286427, - "StableID": "ngdNGov8RS11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6e0261449588bd550f78533609d64e31cc0151b3e7c902c0216d07461167eb70", - "KeyExpiry": "2026-10-06T01:25:59Z", - "DiscoKey": "discokey:d647b01a156666f57d56763f165183887225a0f1f070a53043f30050bf539b4c", - "Addresses": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "AllowedIPs": ["100.103.235.113/32", "fd7a:115c:a1e0::1137:eb71/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61242}, - {"Proto": "peerapi6", "Port": 61242} - ]}, - "Created": "2026-04-09T01:25:59.131344804Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3795651413928197, - "StableID": "niRNrvK4eW11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:839924fe2b359f1d2cb67f7c0977c82cf76390ef4bfd321d9594b3776160f256", - "DiscoKey": "discokey:14d30aa6a677d7164ffe33663d947fe6561da7f5cca53ea787b82a97bb09da55", - "Addresses": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "AllowedIPs": ["100.96.242.87/32", "fd7a:115c:a1e0::6137:f257/128"], - "Endpoints": ["77.164.248.136:50843", "10.65.0.27:50843", "172.17.0.1:50843"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54618}, - {"Proto": "peerapi6", "Port": 54618} - ]}, - "Created": "2026-04-09T01:25:57.49452024Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4666260058530570, - "StableID": "nR2uWsjMSd11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a7c891221cd73d52fe2d1579a6740d7dbf8147fed34609ca1d37b47f24bd437", - "DiscoKey": "discokey:86d492fbd179f17c66433f035988dd9de2b13cc31cd0954cec38fcd561ea4003", - "Addresses": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "AllowedIPs": ["100.75.212.56/32", "fd7a:115c:a1e0::f237:d438/128"], - "Endpoints": ["77.164.248.136:38213", "10.65.0.27:38213", "172.17.0.1:38213"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 33718}, - {"Proto": "peerapi6", "Port": 33718} - ]}, - "Created": "2026-04-09T01:25:54.71325515Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4898314826234908, - "StableID": "nspnhcRTFf11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b8892b7c3bae0a262eecbbb606e3188b36214676d7d90fb67f7822abbdb4e0b", - "DiscoKey": "discokey:98fcea05af6281c2484514ca3ef85c2b4feb3f263d5a73141dfdbf34a0a6015b", - "Addresses": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "AllowedIPs": ["100.91.78.12/32", "fd7a:115c:a1e0::bb37:4e0c/128"], - "Endpoints": ["77.164.248.136:49061", "10.65.0.27:49061", "172.17.0.1:49061"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 46819}, - {"Proto": "peerapi6", "Port": 46819} - ]}, - "Created": "2026-04-09T01:25:53.087461962Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5559092138939557, - "StableID": "n44t6bviQk11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bba4178ae6169b5759b93c172ff2139a47499c5d39aa500eee5575f9df646071", - "DiscoKey": "discokey:bd53c8f81872773446b108a38e45a4da438e1190562d1b699156bfb85f5a091a", - "Addresses": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "AllowedIPs": ["100.100.96.114/32", "fd7a:115c:a1e0::df37:6072/128"], - "Endpoints": ["77.164.248.136:39017", "10.65.0.27:39017", "172.17.0.1:39017"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49497}, - {"Proto": "peerapi6", "Port": 49497} - ]}, - "Created": "2026-04-09T01:25:52.524256665Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5671337686686407, - "StableID": "nv2mnbRZHm11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:958a3b5cc97fccc5410a7399afae093d75adba4ce91571406d26459804e9f048", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:45ed3d1cb00437f720384154ee7f1c46b6ce99dc15421fa1b41c682aa2703657", - "Addresses": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "AllowedIPs": ["100.105.240.73/32", "fd7a:115c:a1e0::437:f049/128"], - "Endpoints": ["77.164.248.136:60664", "10.65.0.27:60664", "172.17.0.1:60664"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45364}, - {"Proto": "peerapi6", "Port": 45364} - ]}, - "Created": "2026-04-09T01:25:58.031861055Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5840714889404806, - "StableID": "n16vBDgGcn11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:94ddc467cf02794a05f9042981205ed30ee4e9c9711fc8ce1a6988bcd11c1357", - "DiscoKey": "discokey:fdf78eed8cd00f8141cff84a6cd3ec6b74e712e37d67c4ee2d6b97cc4da0fc35", - "Addresses": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "AllowedIPs": ["100.92.19.88/32", "fd7a:115c:a1e0::d137:1358/128"], - "Endpoints": ["77.164.248.136:37864", "10.65.0.27:37864", "172.17.0.1:37864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 38546}, - {"Proto": "peerapi6", "Port": 38546} - ]}, - "Created": "2026-04-09T01:25:51.42610072Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6004973850037999, - "StableID": "nt5Y4sUfto11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:244a06a63c6cab473e482975f8cd39f26e32ed131ded74045ddd5556c748ea07", - "KeyExpiry": "2026-10-06T01:25:58Z", - "DiscoKey": "discokey:5a8db179e1e1089aa0bc1e3c0127ffe1ee3c4c6cce543c3f6c85fd3015694c75", - "Addresses": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "AllowedIPs": ["100.72.234.8/32", "fd7a:115c:a1e0::c737:ea09/128"], - "Endpoints": ["77.164.248.136:40726", "10.65.0.27:40726", "172.17.0.1:40726"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38462}, - {"Proto": "peerapi6", "Port": 38462} - ]}, - "Created": "2026-04-09T01:25:58.556110879Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7620270784750974, - "StableID": "nb9irKbEW221CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0c22968b613fe86ed757e33eb69cdba4303c723f278ec0c9c0f371f894ec9c1c", - "DiscoKey": "discokey:41e934c4892cdbcb5d46d1559407ba1d6a4cdc25a01e4d47f8e37b7e45678b66", - "Addresses": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "AllowedIPs": ["100.108.156.29/32", "fd7a:115c:a1e0::9437:9c1d/128"], - "Endpoints": ["77.164.248.136:59013", "10.65.0.27:59013", "172.17.0.1:59013"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 49817}, - {"Proto": "peerapi6", "Port": 49817} - ]}, - "Created": "2026-04-09T01:25:51.974178062Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7664871805515639, - "StableID": "nkFKLjBSr221CNTRL", + "ID": 353162296236964, + "StableID": "nscimXywk311CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1bf2c38a89fe7221d697cf24370bbcaa0f8366ce2d84d9a80abf833e39922606", - "DiscoKey": "discokey:32caedb0a09e58f40de135b0c65f4446a246287b90552196d8fb3315975ace74", - "Addresses": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "AllowedIPs": ["100.82.38.7/32", "fd7a:115c:a1e0::3937:2607/128"], - "Endpoints": ["77.164.248.136:45452", "10.65.0.27:45452", "172.17.0.1:45452"], + "Key": "nodekey:1136dafc027431d01b3097b68d8368b5e7d213be8894a1bd3f03445dc6cab041", + "DiscoKey": "discokey:a7f5ba06a01ce9fe1a02037e62309f40523e399283bdb11618b6c480a1322358", + "Addresses": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "AllowedIPs": ["100.74.176.66/32", "fd7a:115c:a1e0::c637:b042/128"], + "Endpoints": ["77.164.248.136:33764", "10.65.0.27:33764", "172.17.0.1:33764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46411}, - {"Proto": "peerapi6", "Port": 46411} + {"Proto": "peerapi4", "Port": 57088}, + {"Proto": "peerapi6", "Port": 57088} ]}, - "Created": "2026-04-09T01:25:53.623294284Z", + "Created": "2026-04-09T08:32:00.081099262Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7816942739519904, - "StableID": "nhwe2BqJ3421CNTRL", + "ID": 543048538198037, + "StableID": "neKpjvxwE511CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1913c5d1352baaa7ff1476afb671ebb8b0d9c4b903b1d1068492bc68a1964576", + "DiscoKey": "discokey:1db360b4c0953399d4bffd5c4358d2ee082da8a00fff8f273ad1c5782d033e06", + "Addresses": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "AllowedIPs": ["100.86.69.119/32", "fd7a:115c:a1e0::a137:4577/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 54479}, + {"Proto": "peerapi6", "Port": 54479} + ]}, + "Created": "2026-04-09T08:32:03.308967962Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 853906812262216, + "StableID": "nHy7wfgjf711CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f003baa9262e2623bec0291eff9db08c1d1edc056797aa023f24fbeb8a582e36", - "DiscoKey": "discokey:958bf4479bef0bca1413c1845bb1266c27afd129ab63a0430e059a390fb9ee6d", - "Addresses": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "AllowedIPs": ["100.88.46.55/32", "fd7a:115c:a1e0::8a37:2e37/128"], - "Endpoints": ["77.164.248.136:57429", "10.65.0.27:57429", "172.17.0.1:57429"], + "Key": "nodekey:77b0b6654ab1d5ae7fa228dbc8a88e3e7773bfa586c9c5f3ac8de9db445fda3d", + "DiscoKey": "discokey:bc93b7d6e8282912dbb4ad6701453486b95f83b849ec135b6f0e4a9dc5530d15", + "Addresses": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "AllowedIPs": ["100.95.218.62/32", "fd7a:115c:a1e0::4437:da3e/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35385}, - {"Proto": "peerapi6", "Port": 35385} + {"Proto": "peerapi4", "Port": 32929}, + {"Proto": "peerapi6", "Port": 32929} ]}, - "Created": "2026-04-09T01:25:54.177388655Z", + "Created": "2026-04-09T08:32:01.118988311Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 1069210838473017, + "StableID": "n8pQTdMFM911CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0e64ed8cb8870f952f90551f957fdde6067fea8c5baf2b183e4b2cd0118546", + "DiscoKey": "discokey:bd5a2a1da3aa57af44d1e3abcb99bd711f739b9b7a1ffb09ee68447278cc5c08", + "Addresses": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "AllowedIPs": ["100.81.133.71/32", "fd7a:115c:a1e0::d037:8548/128"], + "Endpoints": ["77.164.248.136:33594", "10.65.0.27:33594", "172.17.0.1:33594"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:31:59.525628528Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2211098526192549, + "StableID": "nAD6DvoQGJ11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:436351633562bf10a67a2e764716143637c2ad7991d85689588566f724fb236f", + "KeyExpiry": "2026-10-06T08:32:05Z", + "DiscoKey": "discokey:7cbabf9778f27a4a760bdd8e8faa9c190754050adc8c296aacd080004a9ddf22", + "Addresses": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "AllowedIPs": ["100.123.35.112/32", "fd7a:115c:a1e0::2437:2370/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55550}, + {"Proto": "peerapi6", "Port": 55550} + ]}, + "Created": "2026-04-09T08:32:05.463995494Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2971823418869638, + "StableID": "nDrfzBmwCQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1c8b0595690be7b0f54a142b3471d6764a93e95034deb00575edf3c81067f82c", + "DiscoKey": "discokey:5748565cc5ce3ffacd73ea435c5d95a3f2faad9451ef08df066b79c902411c3a", + "Addresses": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "AllowedIPs": ["100.103.248.45/32", "fd7a:115c:a1e0::1037:f82d/128"], + "Endpoints": ["77.164.248.136:42987", "10.65.0.27:42987", "172.17.0.1:42987"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45943}, + {"Proto": "peerapi6", "Port": 45943} + ]}, + "Created": "2026-04-09T08:32:03.859664992Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4240785096016511, + "StableID": "nngp3YEf7a11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:05f1ac8b397b93e29b1087d66ac6634288ca4ed9df06a751acebcb7a01529414", + "DiscoKey": "discokey:e6cb5a9f92cc66dd16e51a138f9d2c9e7bfa9cfbf90bc66f56a24e01ec62205c", + "Addresses": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "AllowedIPs": ["100.82.148.21/32", "fd7a:115c:a1e0::137:9415/128"], + "Endpoints": ["77.164.248.136:58978", "10.65.0.27:58978", "172.17.0.1:58978"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 34873}, + {"Proto": "peerapi6", "Port": 34873} + ]}, + "Created": "2026-04-09T08:32:02.199503452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6010219833831198, + "StableID": "nMUigSH3wo11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:0bd386a938ab5f7f2d4303ccaf9e0095cb02a3fee97d4500fd70cd01964c4b47", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:40865226f170c77c14f6bf919f656baf4dce417697497f28edc5c7e97b3d4b55", + "Addresses": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "AllowedIPs": ["100.76.75.72/32", "fd7a:115c:a1e0::9637:4b48/128"], + "Endpoints": ["77.164.248.136:39124", "10.65.0.27:39124", "172.17.0.1:39124"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62170}, + {"Proto": "peerapi6", "Port": 62170} + ]}, + "Created": "2026-04-09T08:32:04.367156087Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6154159035722702, + "StableID": "n5LS4hKE4q11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83e83a09630858eac2ad6cbe1852210cb3e1ade13277b90082888d39a3e2941f", + "DiscoKey": "discokey:1cb14fa29a2e8be777a9ae8f8268f1d1e3badc15dfddb280f70246a9e93b1c35", + "Addresses": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "AllowedIPs": ["100.98.148.32/32", "fd7a:115c:a1e0::a337:9420/128"], + "Endpoints": ["77.164.248.136:36740", "10.65.0.27:36740", "172.17.0.1:36740"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 43402}, + {"Proto": "peerapi6", "Port": 43402} + ]}, + "Created": "2026-04-09T08:31:58.451912064Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6933457329920760, + "StableID": "nVZgjgAB9w11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:b802531fa238093974063f7daff041014bcb6db0c7e645e4cae35f4727280254", + "KeyExpiry": "2026-10-06T08:32:04Z", + "DiscoKey": "discokey:ef9f54536d05db6adb8ab67dd5a2d073173edf8a31c16362610e669d262ac42f", + "Addresses": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "AllowedIPs": ["100.104.2.85/32", "fd7a:115c:a1e0::2737:255/128"], + "Endpoints": ["77.164.248.136:58293", "10.65.0.27:58293", "172.17.0.1:58293"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 33907}, + {"Proto": "peerapi6", "Port": 33907} + ]}, + "Created": "2026-04-09T08:32:04.918668394Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7115987500863376, + "StableID": "nD92uevqZx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ed21818b5baa30093df440b93900adbfe026ca8e10cb12e7424e2f607c57f0e", + "DiscoKey": "discokey:e5938621fce43a73c3a1d8091f77e00adbb46e230d4acc9f505ff3b7155cd171", + "Addresses": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "AllowedIPs": ["100.69.127.15/32", "fd7a:115c:a1e0::737:7f0f/128"], + "Endpoints": ["77.164.248.136:55445", "10.65.0.27:55445", "172.17.0.1:55445"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61073}, + {"Proto": "peerapi6", "Port": 61073} + ]}, + "Created": "2026-04-09T08:32:01.676698488Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7262091701871220, + "StableID": "nKr7qQq1iy11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d2a36efda35d05c4c779925b098de47c9b5c43a4726e408668af50c942544851", + "DiscoKey": "discokey:924a2d73d881617cacbec64c692e3cc08a95bdeab9bf8fffb8f0869870743415", + "Addresses": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "AllowedIPs": ["100.84.72.82/32", "fd7a:115c:a1e0::4237:4852/128"], + "Endpoints": ["77.164.248.136:57496", "10.65.0.27:57496", "172.17.0.1:57496"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43691}, + {"Proto": "peerapi6", "Port": 43691} + ]}, + "Created": "2026-04-09T08:31:58.98379381Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7710632786240420, + "StableID": "n57vVQFAD321CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f6f8479cb18eb77e463eb047c57931cfc7f03abdf7626b917d2a67d24c1ab22", + "DiscoKey": "discokey:3a1dae7e34fd0217cac3536edff7e63c6866263758dd6449a430203a9b363c4f", + "Addresses": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "AllowedIPs": ["100.65.171.35/32", "fd7a:115c:a1e0::2437:ab23/128"], + "Endpoints": ["77.164.248.136:59653", "10.65.0.27:59653", "172.17.0.1:59653"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 43701}, + {"Proto": "peerapi6", "Port": 43701} + ]}, + "Created": "2026-04-09T08:31:57.36275331Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8935932530469681, + "StableID": "nGS947o6nC21CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:80695f47e490cebf39ff7283ecefdb56c446fe3a3126097100e00b85ee693c77", + "DiscoKey": "discokey:2244d48e7c79769121b79749c7950d227f19e03f743767a096053ca303904569", + "Addresses": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "AllowedIPs": ["100.105.60.120/32", "fd7a:115c:a1e0::ee37:3c78/128"], + "Endpoints": ["77.164.248.136:47452", "10.65.0.27:47452", "172.17.0.1:47452"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43340}, + {"Proto": "peerapi6", "Port": 43340} + ]}, + "Created": "2026-04-09T08:31:57.914878108Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18701,27 +18713,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2224172138173915": { - "ID": 2224172138173915, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8561933875086434": { + "ID": 8561933875086434, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-b3.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-b3.hujson index 53e01ad9..85581e6b 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-b3.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-b3.hujson @@ -3,7 +3,7 @@ // ssh b3 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:26:12Z +// Captured at: 2026-04-09T08:32:18Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-b3", "description": "ssh b3", "category": "ssh", - "captured_at": "2026-04-09T01:26:12.058283751Z", + "captured_at": "2026-04-09T08:32:18.394661728Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh b3\",\n\t\"id\": \"ssh-b3\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"tag:prod\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh b3\",\n\t\"id\": \"ssh-b3\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"tag:prod\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-b3.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.101.82.17", - "ipv6": "fd7a:115c:a1e0::537:5211", + "ipv4": "100.88.89.101", + "ipv6": "fd7a:115c:a1e0::ca37:5965", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.91.145.113", - "ipv6": "fd7a:115c:a1e0::6037:9171", + "ipv4": "100.68.173.50", + "ipv6": "fd7a:115c:a1e0::1037:ad32", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.92.34.99", - "ipv6": "fd7a:115c:a1e0::a937:2263", + "ipv4": "100.88.233.33", + "ipv6": "fd7a:115c:a1e0::e837:e921", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.118.197.43", - "ipv6": "fd7a:115c:a1e0::5537:c52b", + "ipv4": "100.127.139.120", + "ipv6": "fd7a:115c:a1e0::2837:8b78", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.122.57.65", - "ipv6": "fd7a:115c:a1e0::8637:3941", + "ipv4": "100.67.82.106", + "ipv6": "fd7a:115c:a1e0::af37:526a", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.117.111.17", - "ipv6": "fd7a:115c:a1e0::9637:6f11", + "ipv4": "100.91.142.31", + "ipv6": "fd7a:115c:a1e0::4d37:8e1f", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.91.175.124", - "ipv6": "fd7a:115c:a1e0::2937:af7c", + "ipv4": "100.103.217.17", + "ipv6": "fd7a:115c:a1e0::9e37:d911", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.118.187.74", - "ipv6": "fd7a:115c:a1e0::2537:bb4a", + "ipv4": "100.72.127.104", + "ipv6": "fd7a:115c:a1e0::ba37:7f68", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.93.34.65", - "ipv6": "fd7a:115c:a1e0::5b37:2241", + "ipv4": "100.83.125.18", + "ipv6": "fd7a:115c:a1e0::3a37:7d12", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.101.174.25", - "ipv6": "fd7a:115c:a1e0::eb37:ae19", + "ipv4": "100.112.178.96", + "ipv6": "fd7a:115c:a1e0::7d37:b260", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.73.236.10", - "ipv6": "fd7a:115c:a1e0::6e37:ec0a", + "ipv4": "100.106.169.105", + "ipv6": "fd7a:115c:a1e0::c437:a969", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.76.254.28", - "ipv6": "fd7a:115c:a1e0::6437:fe1c", + "ipv4": "100.96.85.73", + "ipv6": "fd7a:115c:a1e0::7037:5549", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.112.194.43", - "ipv6": "fd7a:115c:a1e0::4637:c22b", + "ipv4": "100.90.5.25", + "ipv6": "fd7a:115c:a1e0::3e37:519", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.65.222.61", - "ipv6": "fd7a:115c:a1e0::8e37:de3d", + "ipv4": "100.66.8.2", + "ipv6": "fd7a:115c:a1e0::7b37:802", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.70.47.116", - "ipv6": "fd7a:115c:a1e0::7837:2f74", + "ipv4": "100.105.155.72", + "ipv6": "fd7a:115c:a1e0::137:9b48", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1258829752277533, - "StableID": "nN9qYjK8qA11CNTRL", + "ID": 499918996727138, + "StableID": "ndgDrQ2Ru411CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 1258829752277533, - "Key": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "DiscoKey": "discokey:1344f7c1e056615680aa1b3e0ff7cfff8751d2fd113d28343571eccc487af24e", - "Addresses": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "AllowedIPs": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "Endpoints": ["77.164.248.136:38293", "10.65.0.27:38293", "172.17.0.1:38293"], + "User": 499918996727138, + "Key": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "DiscoKey": "discokey:12477b5c8d60df1e3a77dbf80862f574a440494b59cf9dd5469f4488b6b8df0f", + "Addresses": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "AllowedIPs": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "Endpoints": ["77.164.248.136:55240", "10.65.0.27:55240", "172.17.0.1:55240"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 53245}, - {"Proto": "peerapi6", "Port": 53245}, + {"Proto": "peerapi4", "Port": 54736}, + {"Proto": "peerapi6", "Port": 54736}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:20.868998812Z", + "Created": "2026-04-09T08:32:27.229822582Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,301 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "MachineKey": "mkey:a79a9722fdc70d78a623d6cca0273de708b7ba757edfdc73d9b0382482907d14", + "NodeKey": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "MachineKey": "mkey:a0ff8dc6a06c210556797fc7b5a27ff04e608265706aef35c6d025cf93085309", "Peers": [{ - "ID": 443710810061819, - "StableID": "nCuPsmXxT411CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "DiscoKey": "discokey:397813743c3fdfd7b5e2bcb8b2f00daea0ae86d06dbb3f22a090e70845260710", - "Addresses": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "AllowedIPs": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "Endpoints": ["77.164.248.136:41415", "10.65.0.27:41415", "172.17.0.1:41415"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 48586}, - {"Proto": "peerapi6", "Port": 48586} - ]}, - "Created": "2026-04-09T01:26:18.132811254Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 771937428519038, - "StableID": "nwZbBGVc2711CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:639c87c5303b0d4f854f58501391f4073ed5a01efd5aa822b311458c79d13623", - "Addresses": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "AllowedIPs": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "Endpoints": ["77.164.248.136:53275", "10.65.0.27:53275", "172.17.0.1:53275"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39525}, - {"Proto": "peerapi6", "Port": 39525} - ]}, - "Created": "2026-04-09T01:26:21.952680615Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1394907033309762, - "StableID": "nRk8urqktB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "DiscoKey": "discokey:82c949ee3be86be21540136bfe5381e903c0e67a972d2a507a2d21cb4020d115", - "Addresses": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "AllowedIPs": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "Endpoints": ["77.164.248.136:41708", "10.65.0.27:41708", "172.17.0.1:41708"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54231}, - {"Proto": "peerapi6", "Port": 54231} - ]}, - "Created": "2026-04-09T01:26:14.931576991Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2856091800524195, - "StableID": "nNnkBwgXJP11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "DiscoKey": "discokey:c2d072d264348156069b15f43cfc29ab244c15e4f780f60a180054238e1bb162", - "Addresses": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "AllowedIPs": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "Endpoints": ["77.164.248.136:39774", "10.65.0.27:39774", "172.17.0.1:39774"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37389}, - {"Proto": "peerapi6", "Port": 37389} - ]}, - "Created": "2026-04-09T01:26:15.407814316Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3364736472694300, - "StableID": "n9hQ6TvtGT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:ca97e0b45bac280774403bdc071e23121d44e184ce677d93c0f5272f13c4a213", - "Addresses": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "AllowedIPs": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "Endpoints": ["77.164.248.136:53471", "10.65.0.27:53471", "172.17.0.1:53471"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42035}, - {"Proto": "peerapi6", "Port": 42035} - ]}, - "Created": "2026-04-09T01:26:21.405202401Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4143684810899612, - "StableID": "nhZiMGagMZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "DiscoKey": "discokey:0fc067a6d0bf25a4fa53597fbede935826b123317a28f59d8d6580c5aefa0b22", - "Addresses": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "AllowedIPs": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "Endpoints": ["77.164.248.136:40418", "10.65.0.27:40418", "172.17.0.1:40418"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58034}, - {"Proto": "peerapi6", "Port": 58034} - ]}, - "Created": "2026-04-09T01:26:17.58850838Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5117729773654860, - "StableID": "ndopFp5qxg11CNTRL", + "ID": 1697835438823878, + "StableID": "nFwLmxFxFE11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "DiscoKey": "discokey:f93faedecaaa2246e15c0203864aaf7b1430cfa0ebe103462924d323ca978900", - "Addresses": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "AllowedIPs": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "Endpoints": ["77.164.248.136:41573", "10.65.0.27:41573", "172.17.0.1:41573"], + "Key": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "DiscoKey": "discokey:497aabbf5248d7f2e18b2b03e00b71023d0c3c07419bd3febb05666e0a17be2f", + "Addresses": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "AllowedIPs": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "Endpoints": ["77.164.248.136:44216", "10.65.0.27:44216", "172.17.0.1:44216"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64974}, - {"Proto": "peerapi6", "Port": 64974} + {"Proto": "peerapi4", "Port": 44785}, + {"Proto": "peerapi6", "Port": 44785} ]}, - "Created": "2026-04-09T01:26:19.22134165Z", + "Created": "2026-04-09T08:32:25.593224692Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5860154867693787, - "StableID": "nCj2WDL5mn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "DiscoKey": "discokey:cc6aa9e4829a7073f68ddaa46ab5889e8c4ef669223cd48a1c2622bf6af3bc09", - "Addresses": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], - "AllowedIPs": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], + "ID": 2845075981158312, + "StableID": "nwg6xeKYDP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:af3df742e433148caefc4d3ebd13b5cf7d09fc76f892fb4daba86f7a86990b67", + "Addresses": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "AllowedIPs": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "Endpoints": ["77.164.248.136:43123", "10.65.0.27:43123", "172.17.0.1:43123"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42280}, - {"Proto": "peerapi6", "Port": 42280} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60312}, + {"Proto": "peerapi6", "Port": 60312} ]}, - "Created": "2026-04-09T01:26:19.765750073Z", + "Created": "2026-04-09T08:32:28.306873106Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6011896867562270, - "StableID": "n1kwQWLowo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 3033879841025969, + "StableID": "nQe3Xys3hQ11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "DiscoKey": "discokey:f32070e6c5e3f21fad86148cd94a37ccce505fc9467626376ee6dfea8432b532", - "Addresses": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "AllowedIPs": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "Endpoints": ["77.164.248.136:52115", "10.65.0.27:52115", "172.17.0.1:52115"], + "Key": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "DiscoKey": "discokey:1cbcb3d317f11e79ae77c8b2ac9ee2570c878bc6b6ebc49bf0a8f2ae3790b449", + "Addresses": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "AllowedIPs": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "Endpoints": ["77.164.248.136:59974", "10.65.0.27:59974", "172.17.0.1:59974"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 34162}, - {"Proto": "peerapi6", "Port": 34162} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61226}, + {"Proto": "peerapi6", "Port": 61226} ]}, - "Created": "2026-04-09T01:26:20.32912132Z", + "Created": "2026-04-09T08:32:23.961595068Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 7357471869329544, - "StableID": "nV5ccyJDTz11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "DiscoKey": "discokey:438061a799a8b39a26cd286ee24c80fae2b4be259162ac449b93f9394a268057", - "Addresses": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "AllowedIPs": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "Endpoints": ["77.164.248.136:60389", "10.65.0.27:60389", "172.17.0.1:60389"], + "ID": 3039669775727095, + "StableID": "nezoDJyfjQ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "KeyExpiry": "2026-10-06T08:32:27Z", + "DiscoKey": "discokey:a5ab4170427eb535741e69717c0aa05c95c89134a2205ef8a8e6416c7525533f", + "Addresses": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "AllowedIPs": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "Endpoints": ["77.164.248.136:37661", "10.65.0.27:37661", "172.17.0.1:37661"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51240}, - {"Proto": "peerapi6", "Port": 51240} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41075}, + {"Proto": "peerapi6", "Port": 41075} ]}, - "Created": "2026-04-09T01:26:18.669070413Z", + "Created": "2026-04-09T08:32:27.78019628Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7988048012230540, - "StableID": "nmdD4cUoN521CNTRL", + "ID": 3082063669847168, + "StableID": "nRoSU1bs4R11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "DiscoKey": "discokey:f0a7e40f64d9910716ff2f57236f0631b2ed6f12206d718fdf69e04bb767cb41", - "Addresses": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "AllowedIPs": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "Key": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "DiscoKey": "discokey:b3fed53df212c95604ab4a61bb67883373cbccf7a5a1077156603a742aeee660", + "Addresses": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "AllowedIPs": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "Endpoints": ["77.164.248.136:51539", "10.65.0.27:51539", "172.17.0.1:51539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 59774}, - {"Proto": "peerapi6", "Port": 59774} + {"Proto": "peerapi4", "Port": 39968}, + {"Proto": "peerapi6", "Port": 39968} ]}, - "Created": "2026-04-09T01:26:17.0437937Z", + "Created": "2026-04-09T08:32:23.409618093Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8043815897656060, - "StableID": "n1h68RQ4p521CNTRL", + "ID": 3354044990465345, + "StableID": "nvfMRK54CT11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "DiscoKey": "discokey:9e2da996e236cd3788a14c002a6b9509ab0debbed4663187e338b565f80bbf72", + "Addresses": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "AllowedIPs": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "Endpoints": ["77.164.248.136:39314", "10.65.0.27:39314", "172.17.0.1:39314"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55827}, + {"Proto": "peerapi6", "Port": 55827} + ]}, + "Created": "2026-04-09T08:32:26.693219896Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4004545369197172, + "StableID": "nKnZMkcfGY11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "DiscoKey": "discokey:8389b577f59c1faab53a3c318f013116f59fca35b82f436bbbecf455c0cc7e07", + "Addresses": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "AllowedIPs": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "Endpoints": ["77.164.248.136:34902", "10.65.0.27:34902", "172.17.0.1:34902"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35129}, + {"Proto": "peerapi6", "Port": 35129} + ]}, + "Created": "2026-04-09T08:32:21.770837332Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4393794060908078, + "StableID": "nXfeK8XxJb11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:bee9eccbe99d7a797db84583b9dc32593f5820676ee9e9144574d7063d2dbf5f", + "Addresses": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "AllowedIPs": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "Endpoints": ["77.164.248.136:40033", "10.65.0.27:40033", "172.17.0.1:40033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 65249}, + {"Proto": "peerapi6", "Port": 65249} + ]}, + "Created": "2026-04-09T08:32:28.85206527Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4964698528632310, + "StableID": "nX7WAHDXmf11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "DiscoKey": "discokey:32990ba7807870d9a08347b37c50fdfee9fb89a9ac70434830c094699a91a615", - "Addresses": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "AllowedIPs": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "Endpoints": ["77.164.248.136:52529", "10.65.0.27:52529", "172.17.0.1:52529"], + "Key": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "DiscoKey": "discokey:0b507eda6e687bd710dea8a24a76f7b19164bcb6975c58d2af4b554017f0ab0c", + "Addresses": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "AllowedIPs": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "Endpoints": ["77.164.248.136:41414", "10.65.0.27:41414", "172.17.0.1:41414"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38843}, - {"Proto": "peerapi6", "Port": 38843} + {"Proto": "peerapi4", "Port": 52977}, + {"Proto": "peerapi6", "Port": 52977} ]}, - "Created": "2026-04-09T01:26:15.962056807Z", + "Created": "2026-04-09T08:32:22.334724614Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8304301033608595, - "StableID": "nQXdbau2r721CNTRL", + "ID": 5066570841175628, + "StableID": "nsAXa2EfZg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "DiscoKey": "discokey:e9c8f2673e505ee4ed1d89412955c305ac186f5cd536b1e92f6dd99249637c7e", + "Addresses": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "AllowedIPs": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "Endpoints": ["77.164.248.136:53149", "10.65.0.27:53149", "172.17.0.1:53149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56603}, + {"Proto": "peerapi6", "Port": 56603} + ]}, + "Created": "2026-04-09T08:32:25.03933065Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7126536041202504, + "StableID": "nbLXH12dex11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "DiscoKey": "discokey:c071c3e744d6d52d08b8b6e558f9468fd91703950a1243db083ae7471b890206", + "Addresses": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "AllowedIPs": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "Endpoints": ["77.164.248.136:36397", "10.65.0.27:36397", "172.17.0.1:36397"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 49687}, + {"Proto": "peerapi6", "Port": 49687} + ]}, + "Created": "2026-04-09T08:32:24.505841268Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7352921502474900, + "StableID": "nMb4HDn9Rz11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "DiscoKey": "discokey:402f3509425ce66e12b2680625bab8f76692d5bbe96d5eb10396901835fa5c42", - "Addresses": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "AllowedIPs": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "Endpoints": ["77.164.248.136:51221", "10.65.0.27:51221", "172.17.0.1:51221"], + "Key": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "DiscoKey": "discokey:182f059f6517d32538c07949fecec05edffab29117e493c50218bf4c8c222839", + "Addresses": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "AllowedIPs": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "Endpoints": ["77.164.248.136:56881", "10.65.0.27:56881", "172.17.0.1:56881"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47779}, - {"Proto": "peerapi6", "Port": 47779} + {"Proto": "peerapi4", "Port": 51640}, + {"Proto": "peerapi6", "Port": 51640} ]}, - "Created": "2026-04-09T01:26:16.489686116Z", + "Created": "2026-04-09T08:32:22.868582813Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8825896810538655, - "StableID": "narSHuLGvB21CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "KeyExpiry": "2026-10-06T01:26:22Z", - "DiscoKey": "discokey:c83adda98e52b64ff499dc209f3647014587d99ee33b353da206c1b8b5996c6c", - "Addresses": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "AllowedIPs": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "Endpoints": ["77.164.248.136:44244", "10.65.0.27:44244", "172.17.0.1:44244"], + "ID": 8605970594203777, + "StableID": "nzoaekFfCA21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "DiscoKey": "discokey:6a4147d35422239f4cac0c9701f20c264da1bb0846541915786cdca8ae877b3f", + "Addresses": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "AllowedIPs": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "Endpoints": ["77.164.248.136:47878", "10.65.0.27:47878", "172.17.0.1:47878"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63492}, - {"Proto": "peerapi6", "Port": 63492} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48904}, + {"Proto": "peerapi6", "Port": 48904} ]}, - "Created": "2026-04-09T01:26:22.489940601Z", + "Created": "2026-04-09T08:32:21.262256598Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8997774237866070, + "StableID": "nmeFykG7GD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "DiscoKey": "discokey:bfa75f55f3b47ff3e30c2fc62a8fed205b07a1ec0173bfddce9ca96ebcffd328", + "Addresses": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "AllowedIPs": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "Endpoints": ["77.164.248.136:42114", "10.65.0.27:42114", "172.17.0.1:42114"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 46030}, + {"Proto": "peerapi6", "Port": 46030} + ]}, + "Created": "2026-04-09T08:32:26.138684512Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -543,7 +544,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.91.175.124"}, {"nodeIP": "fd7a:115c:a1e0::2937:af7c"}], + "principals": [{"nodeIP": "100.103.217.17"}, {"nodeIP": "fd7a:115c:a1e0::9e37:d911"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -1372,30 +1373,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1258829752277533": { - "ID": 1258829752277533, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "499918996727138": { + "ID": 499918996727138, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.91.175.124"}, {"nodeIP": "fd7a:115c:a1e0::2937:af7c"}], + "principals": [{"nodeIP": "100.103.217.17"}, {"nodeIP": "fd7a:115c:a1e0::9e37:d911"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -1432,26 +1435,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4143684810899612, - "StableID": "nhZiMGagMZ11CNTRL", + "ID": 3033879841025969, + "StableID": "nQe3Xys3hQ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 4143684810899612, - "Key": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "DiscoKey": "discokey:0fc067a6d0bf25a4fa53597fbede935826b123317a28f59d8d6580c5aefa0b22", - "Addresses": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "AllowedIPs": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "Endpoints": ["77.164.248.136:40418", "10.65.0.27:40418", "172.17.0.1:40418"], + "User": 3033879841025969, + "Key": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "DiscoKey": "discokey:1cbcb3d317f11e79ae77c8b2ac9ee2570c878bc6b6ebc49bf0a8f2ae3790b449", + "Addresses": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "AllowedIPs": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "Endpoints": ["77.164.248.136:59974", "10.65.0.27:59974", "172.17.0.1:59974"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 58034}, - {"Proto": "peerapi6", "Port": 58034}, + {"Proto": "peerapi4", "Port": 61226}, + {"Proto": "peerapi6", "Port": 61226}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:17.58850838Z", + "Created": "2026-04-09T08:32:23.961595068Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1479,301 +1482,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "MachineKey": "mkey:e15d026acf28dbe753cd86d8d2f38e48efc89303871aee2314273e1eb4e15a72", + "NodeKey": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "MachineKey": "mkey:4c32d03957065cc7694d1c73b5b59e4d33e7fdc27f940efa07e3a7227bf0f970", "Peers": [{ - "ID": 443710810061819, - "StableID": "nCuPsmXxT411CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "DiscoKey": "discokey:397813743c3fdfd7b5e2bcb8b2f00daea0ae86d06dbb3f22a090e70845260710", - "Addresses": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "AllowedIPs": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "Endpoints": ["77.164.248.136:41415", "10.65.0.27:41415", "172.17.0.1:41415"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 48586}, - {"Proto": "peerapi6", "Port": 48586} - ]}, - "Created": "2026-04-09T01:26:18.132811254Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 771937428519038, - "StableID": "nwZbBGVc2711CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:639c87c5303b0d4f854f58501391f4073ed5a01efd5aa822b311458c79d13623", - "Addresses": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "AllowedIPs": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "Endpoints": ["77.164.248.136:53275", "10.65.0.27:53275", "172.17.0.1:53275"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39525}, - {"Proto": "peerapi6", "Port": 39525} - ]}, - "Created": "2026-04-09T01:26:21.952680615Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1258829752277533, - "StableID": "nN9qYjK8qA11CNTRL", + "ID": 499918996727138, + "StableID": "ndgDrQ2Ru411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "DiscoKey": "discokey:1344f7c1e056615680aa1b3e0ff7cfff8751d2fd113d28343571eccc487af24e", - "Addresses": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "AllowedIPs": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "Endpoints": ["77.164.248.136:38293", "10.65.0.27:38293", "172.17.0.1:38293"], + "Key": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "DiscoKey": "discokey:12477b5c8d60df1e3a77dbf80862f574a440494b59cf9dd5469f4488b6b8df0f", + "Addresses": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "AllowedIPs": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "Endpoints": ["77.164.248.136:55240", "10.65.0.27:55240", "172.17.0.1:55240"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53245}, - {"Proto": "peerapi6", "Port": 53245} + {"Proto": "peerapi4", "Port": 54736}, + {"Proto": "peerapi6", "Port": 54736} ]}, - "Created": "2026-04-09T01:26:20.868998812Z", + "Created": "2026-04-09T08:32:27.229822582Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 1394907033309762, - "StableID": "nRk8urqktB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "DiscoKey": "discokey:82c949ee3be86be21540136bfe5381e903c0e67a972d2a507a2d21cb4020d115", - "Addresses": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "AllowedIPs": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "Endpoints": ["77.164.248.136:41708", "10.65.0.27:41708", "172.17.0.1:41708"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54231}, - {"Proto": "peerapi6", "Port": 54231} - ]}, - "Created": "2026-04-09T01:26:14.931576991Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2856091800524195, - "StableID": "nNnkBwgXJP11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "DiscoKey": "discokey:c2d072d264348156069b15f43cfc29ab244c15e4f780f60a180054238e1bb162", - "Addresses": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "AllowedIPs": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "Endpoints": ["77.164.248.136:39774", "10.65.0.27:39774", "172.17.0.1:39774"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37389}, - {"Proto": "peerapi6", "Port": 37389} - ]}, - "Created": "2026-04-09T01:26:15.407814316Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3364736472694300, - "StableID": "n9hQ6TvtGT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:ca97e0b45bac280774403bdc071e23121d44e184ce677d93c0f5272f13c4a213", - "Addresses": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "AllowedIPs": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "Endpoints": ["77.164.248.136:53471", "10.65.0.27:53471", "172.17.0.1:53471"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42035}, - {"Proto": "peerapi6", "Port": 42035} - ]}, - "Created": "2026-04-09T01:26:21.405202401Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5117729773654860, - "StableID": "ndopFp5qxg11CNTRL", + "ID": 1697835438823878, + "StableID": "nFwLmxFxFE11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "DiscoKey": "discokey:f93faedecaaa2246e15c0203864aaf7b1430cfa0ebe103462924d323ca978900", - "Addresses": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "AllowedIPs": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "Endpoints": ["77.164.248.136:41573", "10.65.0.27:41573", "172.17.0.1:41573"], + "Key": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "DiscoKey": "discokey:497aabbf5248d7f2e18b2b03e00b71023d0c3c07419bd3febb05666e0a17be2f", + "Addresses": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "AllowedIPs": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "Endpoints": ["77.164.248.136:44216", "10.65.0.27:44216", "172.17.0.1:44216"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64974}, - {"Proto": "peerapi6", "Port": 64974} + {"Proto": "peerapi4", "Port": 44785}, + {"Proto": "peerapi6", "Port": 44785} ]}, - "Created": "2026-04-09T01:26:19.22134165Z", + "Created": "2026-04-09T08:32:25.593224692Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5860154867693787, - "StableID": "nCj2WDL5mn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "DiscoKey": "discokey:cc6aa9e4829a7073f68ddaa46ab5889e8c4ef669223cd48a1c2622bf6af3bc09", - "Addresses": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], - "AllowedIPs": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], + "ID": 2845075981158312, + "StableID": "nwg6xeKYDP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:af3df742e433148caefc4d3ebd13b5cf7d09fc76f892fb4daba86f7a86990b67", + "Addresses": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "AllowedIPs": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "Endpoints": ["77.164.248.136:43123", "10.65.0.27:43123", "172.17.0.1:43123"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42280}, - {"Proto": "peerapi6", "Port": 42280} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60312}, + {"Proto": "peerapi6", "Port": 60312} ]}, - "Created": "2026-04-09T01:26:19.765750073Z", + "Created": "2026-04-09T08:32:28.306873106Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6011896867562270, - "StableID": "n1kwQWLowo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "DiscoKey": "discokey:f32070e6c5e3f21fad86148cd94a37ccce505fc9467626376ee6dfea8432b532", - "Addresses": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "AllowedIPs": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "Endpoints": ["77.164.248.136:52115", "10.65.0.27:52115", "172.17.0.1:52115"], + "ID": 3039669775727095, + "StableID": "nezoDJyfjQ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "KeyExpiry": "2026-10-06T08:32:27Z", + "DiscoKey": "discokey:a5ab4170427eb535741e69717c0aa05c95c89134a2205ef8a8e6416c7525533f", + "Addresses": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "AllowedIPs": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "Endpoints": ["77.164.248.136:37661", "10.65.0.27:37661", "172.17.0.1:37661"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 34162}, - {"Proto": "peerapi6", "Port": 34162} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41075}, + {"Proto": "peerapi6", "Port": 41075} ]}, - "Created": "2026-04-09T01:26:20.32912132Z", + "Created": "2026-04-09T08:32:27.78019628Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7357471869329544, - "StableID": "nV5ccyJDTz11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "DiscoKey": "discokey:438061a799a8b39a26cd286ee24c80fae2b4be259162ac449b93f9394a268057", - "Addresses": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "AllowedIPs": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "Endpoints": ["77.164.248.136:60389", "10.65.0.27:60389", "172.17.0.1:60389"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51240}, - {"Proto": "peerapi6", "Port": 51240} - ]}, - "Created": "2026-04-09T01:26:18.669070413Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7988048012230540, - "StableID": "nmdD4cUoN521CNTRL", + "ID": 3082063669847168, + "StableID": "nRoSU1bs4R11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "DiscoKey": "discokey:f0a7e40f64d9910716ff2f57236f0631b2ed6f12206d718fdf69e04bb767cb41", - "Addresses": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "AllowedIPs": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "Key": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "DiscoKey": "discokey:b3fed53df212c95604ab4a61bb67883373cbccf7a5a1077156603a742aeee660", + "Addresses": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "AllowedIPs": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "Endpoints": ["77.164.248.136:51539", "10.65.0.27:51539", "172.17.0.1:51539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 59774}, - {"Proto": "peerapi6", "Port": 59774} + {"Proto": "peerapi4", "Port": 39968}, + {"Proto": "peerapi6", "Port": 39968} ]}, - "Created": "2026-04-09T01:26:17.0437937Z", + "Created": "2026-04-09T08:32:23.409618093Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8043815897656060, - "StableID": "n1h68RQ4p521CNTRL", + "ID": 3354044990465345, + "StableID": "nvfMRK54CT11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "DiscoKey": "discokey:9e2da996e236cd3788a14c002a6b9509ab0debbed4663187e338b565f80bbf72", + "Addresses": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "AllowedIPs": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "Endpoints": ["77.164.248.136:39314", "10.65.0.27:39314", "172.17.0.1:39314"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55827}, + {"Proto": "peerapi6", "Port": 55827} + ]}, + "Created": "2026-04-09T08:32:26.693219896Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4004545369197172, + "StableID": "nKnZMkcfGY11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "DiscoKey": "discokey:8389b577f59c1faab53a3c318f013116f59fca35b82f436bbbecf455c0cc7e07", + "Addresses": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "AllowedIPs": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "Endpoints": ["77.164.248.136:34902", "10.65.0.27:34902", "172.17.0.1:34902"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35129}, + {"Proto": "peerapi6", "Port": 35129} + ]}, + "Created": "2026-04-09T08:32:21.770837332Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4393794060908078, + "StableID": "nXfeK8XxJb11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:bee9eccbe99d7a797db84583b9dc32593f5820676ee9e9144574d7063d2dbf5f", + "Addresses": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "AllowedIPs": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "Endpoints": ["77.164.248.136:40033", "10.65.0.27:40033", "172.17.0.1:40033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 65249}, + {"Proto": "peerapi6", "Port": 65249} + ]}, + "Created": "2026-04-09T08:32:28.85206527Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4964698528632310, + "StableID": "nX7WAHDXmf11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "DiscoKey": "discokey:32990ba7807870d9a08347b37c50fdfee9fb89a9ac70434830c094699a91a615", - "Addresses": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "AllowedIPs": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "Endpoints": ["77.164.248.136:52529", "10.65.0.27:52529", "172.17.0.1:52529"], + "Key": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "DiscoKey": "discokey:0b507eda6e687bd710dea8a24a76f7b19164bcb6975c58d2af4b554017f0ab0c", + "Addresses": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "AllowedIPs": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "Endpoints": ["77.164.248.136:41414", "10.65.0.27:41414", "172.17.0.1:41414"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38843}, - {"Proto": "peerapi6", "Port": 38843} + {"Proto": "peerapi4", "Port": 52977}, + {"Proto": "peerapi6", "Port": 52977} ]}, - "Created": "2026-04-09T01:26:15.962056807Z", + "Created": "2026-04-09T08:32:22.334724614Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8304301033608595, - "StableID": "nQXdbau2r721CNTRL", + "ID": 5066570841175628, + "StableID": "nsAXa2EfZg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "DiscoKey": "discokey:e9c8f2673e505ee4ed1d89412955c305ac186f5cd536b1e92f6dd99249637c7e", + "Addresses": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "AllowedIPs": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "Endpoints": ["77.164.248.136:53149", "10.65.0.27:53149", "172.17.0.1:53149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56603}, + {"Proto": "peerapi6", "Port": 56603} + ]}, + "Created": "2026-04-09T08:32:25.03933065Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7126536041202504, + "StableID": "nbLXH12dex11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "DiscoKey": "discokey:c071c3e744d6d52d08b8b6e558f9468fd91703950a1243db083ae7471b890206", + "Addresses": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "AllowedIPs": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "Endpoints": ["77.164.248.136:36397", "10.65.0.27:36397", "172.17.0.1:36397"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 49687}, + {"Proto": "peerapi6", "Port": 49687} + ]}, + "Created": "2026-04-09T08:32:24.505841268Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7352921502474900, + "StableID": "nMb4HDn9Rz11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "DiscoKey": "discokey:402f3509425ce66e12b2680625bab8f76692d5bbe96d5eb10396901835fa5c42", - "Addresses": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "AllowedIPs": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "Endpoints": ["77.164.248.136:51221", "10.65.0.27:51221", "172.17.0.1:51221"], + "Key": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "DiscoKey": "discokey:182f059f6517d32538c07949fecec05edffab29117e493c50218bf4c8c222839", + "Addresses": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "AllowedIPs": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "Endpoints": ["77.164.248.136:56881", "10.65.0.27:56881", "172.17.0.1:56881"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47779}, - {"Proto": "peerapi6", "Port": 47779} + {"Proto": "peerapi4", "Port": 51640}, + {"Proto": "peerapi6", "Port": 51640} ]}, - "Created": "2026-04-09T01:26:16.489686116Z", + "Created": "2026-04-09T08:32:22.868582813Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8825896810538655, - "StableID": "narSHuLGvB21CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "KeyExpiry": "2026-10-06T01:26:22Z", - "DiscoKey": "discokey:c83adda98e52b64ff499dc209f3647014587d99ee33b353da206c1b8b5996c6c", - "Addresses": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "AllowedIPs": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "Endpoints": ["77.164.248.136:44244", "10.65.0.27:44244", "172.17.0.1:44244"], + "ID": 8605970594203777, + "StableID": "nzoaekFfCA21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "DiscoKey": "discokey:6a4147d35422239f4cac0c9701f20c264da1bb0846541915786cdca8ae877b3f", + "Addresses": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "AllowedIPs": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "Endpoints": ["77.164.248.136:47878", "10.65.0.27:47878", "172.17.0.1:47878"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63492}, - {"Proto": "peerapi6", "Port": 63492} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48904}, + {"Proto": "peerapi6", "Port": 48904} ]}, - "Created": "2026-04-09T01:26:22.489940601Z", + "Created": "2026-04-09T08:32:21.262256598Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8997774237866070, + "StableID": "nmeFykG7GD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "DiscoKey": "discokey:bfa75f55f3b47ff3e30c2fc62a8fed205b07a1ec0173bfddce9ca96ebcffd328", + "Addresses": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "AllowedIPs": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "Endpoints": ["77.164.248.136:42114", "10.65.0.27:42114", "172.17.0.1:42114"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 46030}, + {"Proto": "peerapi6", "Port": 46030} + ]}, + "Created": "2026-04-09T08:32:26.138684512Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2621,27 +2625,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4143684810899612": { - "ID": 4143684810899612, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3033879841025969": { + "ID": 3033879841025969, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2672,22 +2678,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8825896810538655, - "StableID": "narSHuLGvB21CNTRL", + "ID": 4393794060908078, + "StableID": "nXfeK8XxJb11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "KeyExpiry": "2026-10-06T01:26:22Z", - "DiscoKey": "discokey:c83adda98e52b64ff499dc209f3647014587d99ee33b353da206c1b8b5996c6c", - "Addresses": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "AllowedIPs": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "Endpoints": ["77.164.248.136:44244", "10.65.0.27:44244", "172.17.0.1:44244"], + "Key": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:bee9eccbe99d7a797db84583b9dc32593f5820676ee9e9144574d7063d2dbf5f", + "Addresses": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "AllowedIPs": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "Endpoints": ["77.164.248.136:40033", "10.65.0.27:40033", "172.17.0.1:40033"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63492}, - {"Proto": "peerapi6", "Port": 63492}, + {"Proto": "peerapi4", "Port": 65249}, + {"Proto": "peerapi6", "Port": 65249}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:22.489940601Z", + "Created": "2026-04-09T08:32:28.85206527Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2716,301 +2722,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "MachineKey": "mkey:d245fac1bc95015ac327fb0bb0ef39528d1b43230b2fe3d832acb5fd410fe123", + "NodeKey": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "MachineKey": "mkey:d67d3495f2ff0fab3d7511d09f6305e9f4274f86c8b6becf74ebac672d3aab23", "Peers": [{ - "ID": 443710810061819, - "StableID": "nCuPsmXxT411CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "DiscoKey": "discokey:397813743c3fdfd7b5e2bcb8b2f00daea0ae86d06dbb3f22a090e70845260710", - "Addresses": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "AllowedIPs": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "Endpoints": ["77.164.248.136:41415", "10.65.0.27:41415", "172.17.0.1:41415"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 48586}, - {"Proto": "peerapi6", "Port": 48586} - ]}, - "Created": "2026-04-09T01:26:18.132811254Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 771937428519038, - "StableID": "nwZbBGVc2711CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:639c87c5303b0d4f854f58501391f4073ed5a01efd5aa822b311458c79d13623", - "Addresses": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "AllowedIPs": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "Endpoints": ["77.164.248.136:53275", "10.65.0.27:53275", "172.17.0.1:53275"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39525}, - {"Proto": "peerapi6", "Port": 39525} - ]}, - "Created": "2026-04-09T01:26:21.952680615Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1258829752277533, - "StableID": "nN9qYjK8qA11CNTRL", + "ID": 499918996727138, + "StableID": "ndgDrQ2Ru411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "DiscoKey": "discokey:1344f7c1e056615680aa1b3e0ff7cfff8751d2fd113d28343571eccc487af24e", - "Addresses": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "AllowedIPs": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "Endpoints": ["77.164.248.136:38293", "10.65.0.27:38293", "172.17.0.1:38293"], + "Key": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "DiscoKey": "discokey:12477b5c8d60df1e3a77dbf80862f574a440494b59cf9dd5469f4488b6b8df0f", + "Addresses": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "AllowedIPs": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "Endpoints": ["77.164.248.136:55240", "10.65.0.27:55240", "172.17.0.1:55240"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53245}, - {"Proto": "peerapi6", "Port": 53245} + {"Proto": "peerapi4", "Port": 54736}, + {"Proto": "peerapi6", "Port": 54736} ]}, - "Created": "2026-04-09T01:26:20.868998812Z", + "Created": "2026-04-09T08:32:27.229822582Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 1394907033309762, - "StableID": "nRk8urqktB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "DiscoKey": "discokey:82c949ee3be86be21540136bfe5381e903c0e67a972d2a507a2d21cb4020d115", - "Addresses": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "AllowedIPs": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "Endpoints": ["77.164.248.136:41708", "10.65.0.27:41708", "172.17.0.1:41708"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54231}, - {"Proto": "peerapi6", "Port": 54231} - ]}, - "Created": "2026-04-09T01:26:14.931576991Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2856091800524195, - "StableID": "nNnkBwgXJP11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "DiscoKey": "discokey:c2d072d264348156069b15f43cfc29ab244c15e4f780f60a180054238e1bb162", - "Addresses": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "AllowedIPs": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "Endpoints": ["77.164.248.136:39774", "10.65.0.27:39774", "172.17.0.1:39774"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37389}, - {"Proto": "peerapi6", "Port": 37389} - ]}, - "Created": "2026-04-09T01:26:15.407814316Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3364736472694300, - "StableID": "n9hQ6TvtGT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:ca97e0b45bac280774403bdc071e23121d44e184ce677d93c0f5272f13c4a213", - "Addresses": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "AllowedIPs": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "Endpoints": ["77.164.248.136:53471", "10.65.0.27:53471", "172.17.0.1:53471"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42035}, - {"Proto": "peerapi6", "Port": 42035} - ]}, - "Created": "2026-04-09T01:26:21.405202401Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4143684810899612, - "StableID": "nhZiMGagMZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "DiscoKey": "discokey:0fc067a6d0bf25a4fa53597fbede935826b123317a28f59d8d6580c5aefa0b22", - "Addresses": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "AllowedIPs": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "Endpoints": ["77.164.248.136:40418", "10.65.0.27:40418", "172.17.0.1:40418"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58034}, - {"Proto": "peerapi6", "Port": 58034} - ]}, - "Created": "2026-04-09T01:26:17.58850838Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5117729773654860, - "StableID": "ndopFp5qxg11CNTRL", + "ID": 1697835438823878, + "StableID": "nFwLmxFxFE11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "DiscoKey": "discokey:f93faedecaaa2246e15c0203864aaf7b1430cfa0ebe103462924d323ca978900", - "Addresses": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "AllowedIPs": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "Endpoints": ["77.164.248.136:41573", "10.65.0.27:41573", "172.17.0.1:41573"], + "Key": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "DiscoKey": "discokey:497aabbf5248d7f2e18b2b03e00b71023d0c3c07419bd3febb05666e0a17be2f", + "Addresses": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "AllowedIPs": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "Endpoints": ["77.164.248.136:44216", "10.65.0.27:44216", "172.17.0.1:44216"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64974}, - {"Proto": "peerapi6", "Port": 64974} + {"Proto": "peerapi4", "Port": 44785}, + {"Proto": "peerapi6", "Port": 44785} ]}, - "Created": "2026-04-09T01:26:19.22134165Z", + "Created": "2026-04-09T08:32:25.593224692Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5860154867693787, - "StableID": "nCj2WDL5mn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "DiscoKey": "discokey:cc6aa9e4829a7073f68ddaa46ab5889e8c4ef669223cd48a1c2622bf6af3bc09", - "Addresses": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], - "AllowedIPs": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], + "ID": 2845075981158312, + "StableID": "nwg6xeKYDP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:af3df742e433148caefc4d3ebd13b5cf7d09fc76f892fb4daba86f7a86990b67", + "Addresses": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "AllowedIPs": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "Endpoints": ["77.164.248.136:43123", "10.65.0.27:43123", "172.17.0.1:43123"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42280}, - {"Proto": "peerapi6", "Port": 42280} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60312}, + {"Proto": "peerapi6", "Port": 60312} ]}, - "Created": "2026-04-09T01:26:19.765750073Z", + "Created": "2026-04-09T08:32:28.306873106Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6011896867562270, - "StableID": "n1kwQWLowo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 3033879841025969, + "StableID": "nQe3Xys3hQ11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "DiscoKey": "discokey:f32070e6c5e3f21fad86148cd94a37ccce505fc9467626376ee6dfea8432b532", - "Addresses": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "AllowedIPs": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "Endpoints": ["77.164.248.136:52115", "10.65.0.27:52115", "172.17.0.1:52115"], + "Key": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "DiscoKey": "discokey:1cbcb3d317f11e79ae77c8b2ac9ee2570c878bc6b6ebc49bf0a8f2ae3790b449", + "Addresses": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "AllowedIPs": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "Endpoints": ["77.164.248.136:59974", "10.65.0.27:59974", "172.17.0.1:59974"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 34162}, - {"Proto": "peerapi6", "Port": 34162} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61226}, + {"Proto": "peerapi6", "Port": 61226} ]}, - "Created": "2026-04-09T01:26:20.32912132Z", + "Created": "2026-04-09T08:32:23.961595068Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 7357471869329544, - "StableID": "nV5ccyJDTz11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "DiscoKey": "discokey:438061a799a8b39a26cd286ee24c80fae2b4be259162ac449b93f9394a268057", - "Addresses": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "AllowedIPs": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "Endpoints": ["77.164.248.136:60389", "10.65.0.27:60389", "172.17.0.1:60389"], + "ID": 3039669775727095, + "StableID": "nezoDJyfjQ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "KeyExpiry": "2026-10-06T08:32:27Z", + "DiscoKey": "discokey:a5ab4170427eb535741e69717c0aa05c95c89134a2205ef8a8e6416c7525533f", + "Addresses": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "AllowedIPs": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "Endpoints": ["77.164.248.136:37661", "10.65.0.27:37661", "172.17.0.1:37661"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51240}, - {"Proto": "peerapi6", "Port": 51240} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41075}, + {"Proto": "peerapi6", "Port": 41075} ]}, - "Created": "2026-04-09T01:26:18.669070413Z", + "Created": "2026-04-09T08:32:27.78019628Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7988048012230540, - "StableID": "nmdD4cUoN521CNTRL", + "ID": 3082063669847168, + "StableID": "nRoSU1bs4R11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "DiscoKey": "discokey:f0a7e40f64d9910716ff2f57236f0631b2ed6f12206d718fdf69e04bb767cb41", - "Addresses": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "AllowedIPs": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "Key": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "DiscoKey": "discokey:b3fed53df212c95604ab4a61bb67883373cbccf7a5a1077156603a742aeee660", + "Addresses": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "AllowedIPs": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "Endpoints": ["77.164.248.136:51539", "10.65.0.27:51539", "172.17.0.1:51539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 59774}, - {"Proto": "peerapi6", "Port": 59774} + {"Proto": "peerapi4", "Port": 39968}, + {"Proto": "peerapi6", "Port": 39968} ]}, - "Created": "2026-04-09T01:26:17.0437937Z", + "Created": "2026-04-09T08:32:23.409618093Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8043815897656060, - "StableID": "n1h68RQ4p521CNTRL", + "ID": 3354044990465345, + "StableID": "nvfMRK54CT11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "DiscoKey": "discokey:9e2da996e236cd3788a14c002a6b9509ab0debbed4663187e338b565f80bbf72", + "Addresses": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "AllowedIPs": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "Endpoints": ["77.164.248.136:39314", "10.65.0.27:39314", "172.17.0.1:39314"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55827}, + {"Proto": "peerapi6", "Port": 55827} + ]}, + "Created": "2026-04-09T08:32:26.693219896Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4004545369197172, + "StableID": "nKnZMkcfGY11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "DiscoKey": "discokey:8389b577f59c1faab53a3c318f013116f59fca35b82f436bbbecf455c0cc7e07", + "Addresses": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "AllowedIPs": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "Endpoints": ["77.164.248.136:34902", "10.65.0.27:34902", "172.17.0.1:34902"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35129}, + {"Proto": "peerapi6", "Port": 35129} + ]}, + "Created": "2026-04-09T08:32:21.770837332Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4964698528632310, + "StableID": "nX7WAHDXmf11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "DiscoKey": "discokey:32990ba7807870d9a08347b37c50fdfee9fb89a9ac70434830c094699a91a615", - "Addresses": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "AllowedIPs": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "Endpoints": ["77.164.248.136:52529", "10.65.0.27:52529", "172.17.0.1:52529"], + "Key": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "DiscoKey": "discokey:0b507eda6e687bd710dea8a24a76f7b19164bcb6975c58d2af4b554017f0ab0c", + "Addresses": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "AllowedIPs": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "Endpoints": ["77.164.248.136:41414", "10.65.0.27:41414", "172.17.0.1:41414"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38843}, - {"Proto": "peerapi6", "Port": 38843} + {"Proto": "peerapi4", "Port": 52977}, + {"Proto": "peerapi6", "Port": 52977} ]}, - "Created": "2026-04-09T01:26:15.962056807Z", + "Created": "2026-04-09T08:32:22.334724614Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8304301033608595, - "StableID": "nQXdbau2r721CNTRL", + "ID": 5066570841175628, + "StableID": "nsAXa2EfZg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "DiscoKey": "discokey:e9c8f2673e505ee4ed1d89412955c305ac186f5cd536b1e92f6dd99249637c7e", + "Addresses": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "AllowedIPs": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "Endpoints": ["77.164.248.136:53149", "10.65.0.27:53149", "172.17.0.1:53149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56603}, + {"Proto": "peerapi6", "Port": 56603} + ]}, + "Created": "2026-04-09T08:32:25.03933065Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7126536041202504, + "StableID": "nbLXH12dex11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "DiscoKey": "discokey:c071c3e744d6d52d08b8b6e558f9468fd91703950a1243db083ae7471b890206", + "Addresses": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "AllowedIPs": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "Endpoints": ["77.164.248.136:36397", "10.65.0.27:36397", "172.17.0.1:36397"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 49687}, + {"Proto": "peerapi6", "Port": 49687} + ]}, + "Created": "2026-04-09T08:32:24.505841268Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7352921502474900, + "StableID": "nMb4HDn9Rz11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "DiscoKey": "discokey:402f3509425ce66e12b2680625bab8f76692d5bbe96d5eb10396901835fa5c42", - "Addresses": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "AllowedIPs": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "Endpoints": ["77.164.248.136:51221", "10.65.0.27:51221", "172.17.0.1:51221"], + "Key": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "DiscoKey": "discokey:182f059f6517d32538c07949fecec05edffab29117e493c50218bf4c8c222839", + "Addresses": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "AllowedIPs": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "Endpoints": ["77.164.248.136:56881", "10.65.0.27:56881", "172.17.0.1:56881"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47779}, - {"Proto": "peerapi6", "Port": 47779} + {"Proto": "peerapi4", "Port": 51640}, + {"Proto": "peerapi6", "Port": 51640} ]}, - "Created": "2026-04-09T01:26:16.489686116Z", + "Created": "2026-04-09T08:32:22.868582813Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 8605970594203777, + "StableID": "nzoaekFfCA21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "DiscoKey": "discokey:6a4147d35422239f4cac0c9701f20c264da1bb0846541915786cdca8ae877b3f", + "Addresses": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "AllowedIPs": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "Endpoints": ["77.164.248.136:47878", "10.65.0.27:47878", "172.17.0.1:47878"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48904}, + {"Proto": "peerapi6", "Port": 48904} + ]}, + "Created": "2026-04-09T08:32:21.262256598Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8997774237866070, + "StableID": "nmeFykG7GD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "DiscoKey": "discokey:bfa75f55f3b47ff3e30c2fc62a8fed205b07a1ec0173bfddce9ca96ebcffd328", + "Addresses": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "AllowedIPs": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "Endpoints": ["77.164.248.136:42114", "10.65.0.27:42114", "172.17.0.1:42114"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 46030}, + {"Proto": "peerapi6", "Port": 46030} + ]}, + "Created": "2026-04-09T08:32:26.138684512Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3858,23 +3865,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3905,26 +3913,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8043815897656060, - "StableID": "n1h68RQ4p521CNTRL", + "ID": 4964698528632310, + "StableID": "nX7WAHDXmf11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 8043815897656060, - "Key": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "DiscoKey": "discokey:32990ba7807870d9a08347b37c50fdfee9fb89a9ac70434830c094699a91a615", - "Addresses": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "AllowedIPs": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "Endpoints": ["77.164.248.136:52529", "10.65.0.27:52529", "172.17.0.1:52529"], + "User": 4964698528632310, + "Key": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "DiscoKey": "discokey:0b507eda6e687bd710dea8a24a76f7b19164bcb6975c58d2af4b554017f0ab0c", + "Addresses": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "AllowedIPs": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "Endpoints": ["77.164.248.136:41414", "10.65.0.27:41414", "172.17.0.1:41414"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 38843}, - {"Proto": "peerapi6", "Port": 38843}, + {"Proto": "peerapi4", "Port": 52977}, + {"Proto": "peerapi6", "Port": 52977}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:15.962056807Z", + "Created": "2026-04-09T08:32:22.334724614Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3952,301 +3960,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "MachineKey": "mkey:507cdcbb1f4d6ea6eee0111fcec1fc42e59e6b028907f59a942ea5297c232a3a", + "NodeKey": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "MachineKey": "mkey:8f9ad5a95d540f08f74d9fb04728fbc0526aa5b89b1292b53c5e024873b68704", "Peers": [{ - "ID": 443710810061819, - "StableID": "nCuPsmXxT411CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "DiscoKey": "discokey:397813743c3fdfd7b5e2bcb8b2f00daea0ae86d06dbb3f22a090e70845260710", - "Addresses": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "AllowedIPs": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "Endpoints": ["77.164.248.136:41415", "10.65.0.27:41415", "172.17.0.1:41415"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 48586}, - {"Proto": "peerapi6", "Port": 48586} - ]}, - "Created": "2026-04-09T01:26:18.132811254Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 771937428519038, - "StableID": "nwZbBGVc2711CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:639c87c5303b0d4f854f58501391f4073ed5a01efd5aa822b311458c79d13623", - "Addresses": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "AllowedIPs": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "Endpoints": ["77.164.248.136:53275", "10.65.0.27:53275", "172.17.0.1:53275"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39525}, - {"Proto": "peerapi6", "Port": 39525} - ]}, - "Created": "2026-04-09T01:26:21.952680615Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1258829752277533, - "StableID": "nN9qYjK8qA11CNTRL", + "ID": 499918996727138, + "StableID": "ndgDrQ2Ru411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "DiscoKey": "discokey:1344f7c1e056615680aa1b3e0ff7cfff8751d2fd113d28343571eccc487af24e", - "Addresses": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "AllowedIPs": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "Endpoints": ["77.164.248.136:38293", "10.65.0.27:38293", "172.17.0.1:38293"], + "Key": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "DiscoKey": "discokey:12477b5c8d60df1e3a77dbf80862f574a440494b59cf9dd5469f4488b6b8df0f", + "Addresses": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "AllowedIPs": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "Endpoints": ["77.164.248.136:55240", "10.65.0.27:55240", "172.17.0.1:55240"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53245}, - {"Proto": "peerapi6", "Port": 53245} + {"Proto": "peerapi4", "Port": 54736}, + {"Proto": "peerapi6", "Port": 54736} ]}, - "Created": "2026-04-09T01:26:20.868998812Z", + "Created": "2026-04-09T08:32:27.229822582Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 1394907033309762, - "StableID": "nRk8urqktB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "DiscoKey": "discokey:82c949ee3be86be21540136bfe5381e903c0e67a972d2a507a2d21cb4020d115", - "Addresses": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "AllowedIPs": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "Endpoints": ["77.164.248.136:41708", "10.65.0.27:41708", "172.17.0.1:41708"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54231}, - {"Proto": "peerapi6", "Port": 54231} - ]}, - "Created": "2026-04-09T01:26:14.931576991Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2856091800524195, - "StableID": "nNnkBwgXJP11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "DiscoKey": "discokey:c2d072d264348156069b15f43cfc29ab244c15e4f780f60a180054238e1bb162", - "Addresses": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "AllowedIPs": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "Endpoints": ["77.164.248.136:39774", "10.65.0.27:39774", "172.17.0.1:39774"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37389}, - {"Proto": "peerapi6", "Port": 37389} - ]}, - "Created": "2026-04-09T01:26:15.407814316Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3364736472694300, - "StableID": "n9hQ6TvtGT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:ca97e0b45bac280774403bdc071e23121d44e184ce677d93c0f5272f13c4a213", - "Addresses": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "AllowedIPs": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "Endpoints": ["77.164.248.136:53471", "10.65.0.27:53471", "172.17.0.1:53471"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42035}, - {"Proto": "peerapi6", "Port": 42035} - ]}, - "Created": "2026-04-09T01:26:21.405202401Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4143684810899612, - "StableID": "nhZiMGagMZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "DiscoKey": "discokey:0fc067a6d0bf25a4fa53597fbede935826b123317a28f59d8d6580c5aefa0b22", - "Addresses": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "AllowedIPs": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "Endpoints": ["77.164.248.136:40418", "10.65.0.27:40418", "172.17.0.1:40418"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58034}, - {"Proto": "peerapi6", "Port": 58034} - ]}, - "Created": "2026-04-09T01:26:17.58850838Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5117729773654860, - "StableID": "ndopFp5qxg11CNTRL", + "ID": 1697835438823878, + "StableID": "nFwLmxFxFE11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "DiscoKey": "discokey:f93faedecaaa2246e15c0203864aaf7b1430cfa0ebe103462924d323ca978900", - "Addresses": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "AllowedIPs": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "Endpoints": ["77.164.248.136:41573", "10.65.0.27:41573", "172.17.0.1:41573"], + "Key": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "DiscoKey": "discokey:497aabbf5248d7f2e18b2b03e00b71023d0c3c07419bd3febb05666e0a17be2f", + "Addresses": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "AllowedIPs": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "Endpoints": ["77.164.248.136:44216", "10.65.0.27:44216", "172.17.0.1:44216"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64974}, - {"Proto": "peerapi6", "Port": 64974} + {"Proto": "peerapi4", "Port": 44785}, + {"Proto": "peerapi6", "Port": 44785} ]}, - "Created": "2026-04-09T01:26:19.22134165Z", + "Created": "2026-04-09T08:32:25.593224692Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5860154867693787, - "StableID": "nCj2WDL5mn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "DiscoKey": "discokey:cc6aa9e4829a7073f68ddaa46ab5889e8c4ef669223cd48a1c2622bf6af3bc09", - "Addresses": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], - "AllowedIPs": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], + "ID": 2845075981158312, + "StableID": "nwg6xeKYDP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:af3df742e433148caefc4d3ebd13b5cf7d09fc76f892fb4daba86f7a86990b67", + "Addresses": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "AllowedIPs": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "Endpoints": ["77.164.248.136:43123", "10.65.0.27:43123", "172.17.0.1:43123"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42280}, - {"Proto": "peerapi6", "Port": 42280} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60312}, + {"Proto": "peerapi6", "Port": 60312} ]}, - "Created": "2026-04-09T01:26:19.765750073Z", + "Created": "2026-04-09T08:32:28.306873106Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6011896867562270, - "StableID": "n1kwQWLowo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 3033879841025969, + "StableID": "nQe3Xys3hQ11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "DiscoKey": "discokey:f32070e6c5e3f21fad86148cd94a37ccce505fc9467626376ee6dfea8432b532", - "Addresses": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "AllowedIPs": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "Endpoints": ["77.164.248.136:52115", "10.65.0.27:52115", "172.17.0.1:52115"], + "Key": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "DiscoKey": "discokey:1cbcb3d317f11e79ae77c8b2ac9ee2570c878bc6b6ebc49bf0a8f2ae3790b449", + "Addresses": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "AllowedIPs": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "Endpoints": ["77.164.248.136:59974", "10.65.0.27:59974", "172.17.0.1:59974"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 34162}, - {"Proto": "peerapi6", "Port": 34162} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61226}, + {"Proto": "peerapi6", "Port": 61226} ]}, - "Created": "2026-04-09T01:26:20.32912132Z", + "Created": "2026-04-09T08:32:23.961595068Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 7357471869329544, - "StableID": "nV5ccyJDTz11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "DiscoKey": "discokey:438061a799a8b39a26cd286ee24c80fae2b4be259162ac449b93f9394a268057", - "Addresses": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "AllowedIPs": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "Endpoints": ["77.164.248.136:60389", "10.65.0.27:60389", "172.17.0.1:60389"], + "ID": 3039669775727095, + "StableID": "nezoDJyfjQ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "KeyExpiry": "2026-10-06T08:32:27Z", + "DiscoKey": "discokey:a5ab4170427eb535741e69717c0aa05c95c89134a2205ef8a8e6416c7525533f", + "Addresses": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "AllowedIPs": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "Endpoints": ["77.164.248.136:37661", "10.65.0.27:37661", "172.17.0.1:37661"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51240}, - {"Proto": "peerapi6", "Port": 51240} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41075}, + {"Proto": "peerapi6", "Port": 41075} ]}, - "Created": "2026-04-09T01:26:18.669070413Z", + "Created": "2026-04-09T08:32:27.78019628Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7988048012230540, - "StableID": "nmdD4cUoN521CNTRL", + "ID": 3082063669847168, + "StableID": "nRoSU1bs4R11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "DiscoKey": "discokey:f0a7e40f64d9910716ff2f57236f0631b2ed6f12206d718fdf69e04bb767cb41", - "Addresses": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "AllowedIPs": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "Key": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "DiscoKey": "discokey:b3fed53df212c95604ab4a61bb67883373cbccf7a5a1077156603a742aeee660", + "Addresses": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "AllowedIPs": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "Endpoints": ["77.164.248.136:51539", "10.65.0.27:51539", "172.17.0.1:51539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 59774}, - {"Proto": "peerapi6", "Port": 59774} + {"Proto": "peerapi4", "Port": 39968}, + {"Proto": "peerapi6", "Port": 39968} ]}, - "Created": "2026-04-09T01:26:17.0437937Z", + "Created": "2026-04-09T08:32:23.409618093Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8304301033608595, - "StableID": "nQXdbau2r721CNTRL", + "ID": 3354044990465345, + "StableID": "nvfMRK54CT11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "DiscoKey": "discokey:9e2da996e236cd3788a14c002a6b9509ab0debbed4663187e338b565f80bbf72", + "Addresses": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "AllowedIPs": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "Endpoints": ["77.164.248.136:39314", "10.65.0.27:39314", "172.17.0.1:39314"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55827}, + {"Proto": "peerapi6", "Port": 55827} + ]}, + "Created": "2026-04-09T08:32:26.693219896Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4004545369197172, + "StableID": "nKnZMkcfGY11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "DiscoKey": "discokey:8389b577f59c1faab53a3c318f013116f59fca35b82f436bbbecf455c0cc7e07", + "Addresses": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "AllowedIPs": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "Endpoints": ["77.164.248.136:34902", "10.65.0.27:34902", "172.17.0.1:34902"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35129}, + {"Proto": "peerapi6", "Port": 35129} + ]}, + "Created": "2026-04-09T08:32:21.770837332Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4393794060908078, + "StableID": "nXfeK8XxJb11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:bee9eccbe99d7a797db84583b9dc32593f5820676ee9e9144574d7063d2dbf5f", + "Addresses": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "AllowedIPs": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "Endpoints": ["77.164.248.136:40033", "10.65.0.27:40033", "172.17.0.1:40033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 65249}, + {"Proto": "peerapi6", "Port": 65249} + ]}, + "Created": "2026-04-09T08:32:28.85206527Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5066570841175628, + "StableID": "nsAXa2EfZg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "DiscoKey": "discokey:e9c8f2673e505ee4ed1d89412955c305ac186f5cd536b1e92f6dd99249637c7e", + "Addresses": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "AllowedIPs": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "Endpoints": ["77.164.248.136:53149", "10.65.0.27:53149", "172.17.0.1:53149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56603}, + {"Proto": "peerapi6", "Port": 56603} + ]}, + "Created": "2026-04-09T08:32:25.03933065Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7126536041202504, + "StableID": "nbLXH12dex11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "DiscoKey": "discokey:c071c3e744d6d52d08b8b6e558f9468fd91703950a1243db083ae7471b890206", + "Addresses": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "AllowedIPs": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "Endpoints": ["77.164.248.136:36397", "10.65.0.27:36397", "172.17.0.1:36397"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 49687}, + {"Proto": "peerapi6", "Port": 49687} + ]}, + "Created": "2026-04-09T08:32:24.505841268Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7352921502474900, + "StableID": "nMb4HDn9Rz11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "DiscoKey": "discokey:402f3509425ce66e12b2680625bab8f76692d5bbe96d5eb10396901835fa5c42", - "Addresses": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "AllowedIPs": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "Endpoints": ["77.164.248.136:51221", "10.65.0.27:51221", "172.17.0.1:51221"], + "Key": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "DiscoKey": "discokey:182f059f6517d32538c07949fecec05edffab29117e493c50218bf4c8c222839", + "Addresses": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "AllowedIPs": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "Endpoints": ["77.164.248.136:56881", "10.65.0.27:56881", "172.17.0.1:56881"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47779}, - {"Proto": "peerapi6", "Port": 47779} + {"Proto": "peerapi4", "Port": 51640}, + {"Proto": "peerapi6", "Port": 51640} ]}, - "Created": "2026-04-09T01:26:16.489686116Z", + "Created": "2026-04-09T08:32:22.868582813Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8825896810538655, - "StableID": "narSHuLGvB21CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "KeyExpiry": "2026-10-06T01:26:22Z", - "DiscoKey": "discokey:c83adda98e52b64ff499dc209f3647014587d99ee33b353da206c1b8b5996c6c", - "Addresses": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "AllowedIPs": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "Endpoints": ["77.164.248.136:44244", "10.65.0.27:44244", "172.17.0.1:44244"], + "ID": 8605970594203777, + "StableID": "nzoaekFfCA21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "DiscoKey": "discokey:6a4147d35422239f4cac0c9701f20c264da1bb0846541915786cdca8ae877b3f", + "Addresses": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "AllowedIPs": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "Endpoints": ["77.164.248.136:47878", "10.65.0.27:47878", "172.17.0.1:47878"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63492}, - {"Proto": "peerapi6", "Port": 63492} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48904}, + {"Proto": "peerapi6", "Port": 48904} ]}, - "Created": "2026-04-09T01:26:22.489940601Z", + "Created": "2026-04-09T08:32:21.262256598Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8997774237866070, + "StableID": "nmeFykG7GD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "DiscoKey": "discokey:bfa75f55f3b47ff3e30c2fc62a8fed205b07a1ec0173bfddce9ca96ebcffd328", + "Addresses": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "AllowedIPs": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "Endpoints": ["77.164.248.136:42114", "10.65.0.27:42114", "172.17.0.1:42114"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 46030}, + {"Proto": "peerapi6", "Port": 46030} + ]}, + "Created": "2026-04-09T08:32:26.138684512Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5094,27 +5103,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8043815897656060": { - "ID": 8043815897656060, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4964698528632310": { + "ID": 4964698528632310, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5145,26 +5156,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7357471869329544, - "StableID": "nV5ccyJDTz11CNTRL", + "ID": 5066570841175628, + "StableID": "nsAXa2EfZg11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 7357471869329544, - "Key": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "DiscoKey": "discokey:438061a799a8b39a26cd286ee24c80fae2b4be259162ac449b93f9394a268057", - "Addresses": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "AllowedIPs": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "Endpoints": ["77.164.248.136:60389", "10.65.0.27:60389", "172.17.0.1:60389"], + "User": 5066570841175628, + "Key": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "DiscoKey": "discokey:e9c8f2673e505ee4ed1d89412955c305ac186f5cd536b1e92f6dd99249637c7e", + "Addresses": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "AllowedIPs": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "Endpoints": ["77.164.248.136:53149", "10.65.0.27:53149", "172.17.0.1:53149"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 51240}, - {"Proto": "peerapi6", "Port": 51240}, + {"Proto": "peerapi4", "Port": 56603}, + {"Proto": "peerapi6", "Port": 56603}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:18.669070413Z", + "Created": "2026-04-09T08:32:25.03933065Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5192,301 +5203,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "MachineKey": "mkey:89a1b729177b306666e6ed20dbfa5101399b58e5bb1cd0122b6bd722d954745f", + "NodeKey": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "MachineKey": "mkey:edd828fe480b2a3bf602d30a605ece20b9b13fb3c2526d83de2d1a38b14ac462", "Peers": [{ - "ID": 443710810061819, - "StableID": "nCuPsmXxT411CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "DiscoKey": "discokey:397813743c3fdfd7b5e2bcb8b2f00daea0ae86d06dbb3f22a090e70845260710", - "Addresses": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "AllowedIPs": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "Endpoints": ["77.164.248.136:41415", "10.65.0.27:41415", "172.17.0.1:41415"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 48586}, - {"Proto": "peerapi6", "Port": 48586} - ]}, - "Created": "2026-04-09T01:26:18.132811254Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 771937428519038, - "StableID": "nwZbBGVc2711CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:639c87c5303b0d4f854f58501391f4073ed5a01efd5aa822b311458c79d13623", - "Addresses": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "AllowedIPs": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "Endpoints": ["77.164.248.136:53275", "10.65.0.27:53275", "172.17.0.1:53275"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39525}, - {"Proto": "peerapi6", "Port": 39525} - ]}, - "Created": "2026-04-09T01:26:21.952680615Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1258829752277533, - "StableID": "nN9qYjK8qA11CNTRL", + "ID": 499918996727138, + "StableID": "ndgDrQ2Ru411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "DiscoKey": "discokey:1344f7c1e056615680aa1b3e0ff7cfff8751d2fd113d28343571eccc487af24e", - "Addresses": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "AllowedIPs": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "Endpoints": ["77.164.248.136:38293", "10.65.0.27:38293", "172.17.0.1:38293"], + "Key": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "DiscoKey": "discokey:12477b5c8d60df1e3a77dbf80862f574a440494b59cf9dd5469f4488b6b8df0f", + "Addresses": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "AllowedIPs": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "Endpoints": ["77.164.248.136:55240", "10.65.0.27:55240", "172.17.0.1:55240"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53245}, - {"Proto": "peerapi6", "Port": 53245} + {"Proto": "peerapi4", "Port": 54736}, + {"Proto": "peerapi6", "Port": 54736} ]}, - "Created": "2026-04-09T01:26:20.868998812Z", + "Created": "2026-04-09T08:32:27.229822582Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 1394907033309762, - "StableID": "nRk8urqktB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "DiscoKey": "discokey:82c949ee3be86be21540136bfe5381e903c0e67a972d2a507a2d21cb4020d115", - "Addresses": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "AllowedIPs": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "Endpoints": ["77.164.248.136:41708", "10.65.0.27:41708", "172.17.0.1:41708"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54231}, - {"Proto": "peerapi6", "Port": 54231} - ]}, - "Created": "2026-04-09T01:26:14.931576991Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2856091800524195, - "StableID": "nNnkBwgXJP11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "DiscoKey": "discokey:c2d072d264348156069b15f43cfc29ab244c15e4f780f60a180054238e1bb162", - "Addresses": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "AllowedIPs": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "Endpoints": ["77.164.248.136:39774", "10.65.0.27:39774", "172.17.0.1:39774"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37389}, - {"Proto": "peerapi6", "Port": 37389} - ]}, - "Created": "2026-04-09T01:26:15.407814316Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3364736472694300, - "StableID": "n9hQ6TvtGT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:ca97e0b45bac280774403bdc071e23121d44e184ce677d93c0f5272f13c4a213", - "Addresses": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "AllowedIPs": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "Endpoints": ["77.164.248.136:53471", "10.65.0.27:53471", "172.17.0.1:53471"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42035}, - {"Proto": "peerapi6", "Port": 42035} - ]}, - "Created": "2026-04-09T01:26:21.405202401Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4143684810899612, - "StableID": "nhZiMGagMZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "DiscoKey": "discokey:0fc067a6d0bf25a4fa53597fbede935826b123317a28f59d8d6580c5aefa0b22", - "Addresses": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "AllowedIPs": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "Endpoints": ["77.164.248.136:40418", "10.65.0.27:40418", "172.17.0.1:40418"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58034}, - {"Proto": "peerapi6", "Port": 58034} - ]}, - "Created": "2026-04-09T01:26:17.58850838Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5117729773654860, - "StableID": "ndopFp5qxg11CNTRL", + "ID": 1697835438823878, + "StableID": "nFwLmxFxFE11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "DiscoKey": "discokey:f93faedecaaa2246e15c0203864aaf7b1430cfa0ebe103462924d323ca978900", - "Addresses": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "AllowedIPs": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "Endpoints": ["77.164.248.136:41573", "10.65.0.27:41573", "172.17.0.1:41573"], + "Key": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "DiscoKey": "discokey:497aabbf5248d7f2e18b2b03e00b71023d0c3c07419bd3febb05666e0a17be2f", + "Addresses": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "AllowedIPs": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "Endpoints": ["77.164.248.136:44216", "10.65.0.27:44216", "172.17.0.1:44216"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64974}, - {"Proto": "peerapi6", "Port": 64974} + {"Proto": "peerapi4", "Port": 44785}, + {"Proto": "peerapi6", "Port": 44785} ]}, - "Created": "2026-04-09T01:26:19.22134165Z", + "Created": "2026-04-09T08:32:25.593224692Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5860154867693787, - "StableID": "nCj2WDL5mn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "DiscoKey": "discokey:cc6aa9e4829a7073f68ddaa46ab5889e8c4ef669223cd48a1c2622bf6af3bc09", - "Addresses": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], - "AllowedIPs": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], + "ID": 2845075981158312, + "StableID": "nwg6xeKYDP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:af3df742e433148caefc4d3ebd13b5cf7d09fc76f892fb4daba86f7a86990b67", + "Addresses": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "AllowedIPs": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "Endpoints": ["77.164.248.136:43123", "10.65.0.27:43123", "172.17.0.1:43123"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42280}, - {"Proto": "peerapi6", "Port": 42280} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60312}, + {"Proto": "peerapi6", "Port": 60312} ]}, - "Created": "2026-04-09T01:26:19.765750073Z", + "Created": "2026-04-09T08:32:28.306873106Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6011896867562270, - "StableID": "n1kwQWLowo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 3033879841025969, + "StableID": "nQe3Xys3hQ11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "DiscoKey": "discokey:f32070e6c5e3f21fad86148cd94a37ccce505fc9467626376ee6dfea8432b532", - "Addresses": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "AllowedIPs": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "Endpoints": ["77.164.248.136:52115", "10.65.0.27:52115", "172.17.0.1:52115"], + "Key": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "DiscoKey": "discokey:1cbcb3d317f11e79ae77c8b2ac9ee2570c878bc6b6ebc49bf0a8f2ae3790b449", + "Addresses": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "AllowedIPs": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "Endpoints": ["77.164.248.136:59974", "10.65.0.27:59974", "172.17.0.1:59974"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 34162}, - {"Proto": "peerapi6", "Port": 34162} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61226}, + {"Proto": "peerapi6", "Port": 61226} ]}, - "Created": "2026-04-09T01:26:20.32912132Z", + "Created": "2026-04-09T08:32:23.961595068Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 7988048012230540, - "StableID": "nmdD4cUoN521CNTRL", + "ID": 3039669775727095, + "StableID": "nezoDJyfjQ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "KeyExpiry": "2026-10-06T08:32:27Z", + "DiscoKey": "discokey:a5ab4170427eb535741e69717c0aa05c95c89134a2205ef8a8e6416c7525533f", + "Addresses": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "AllowedIPs": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "Endpoints": ["77.164.248.136:37661", "10.65.0.27:37661", "172.17.0.1:37661"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41075}, + {"Proto": "peerapi6", "Port": 41075} + ]}, + "Created": "2026-04-09T08:32:27.78019628Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3082063669847168, + "StableID": "nRoSU1bs4R11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "DiscoKey": "discokey:f0a7e40f64d9910716ff2f57236f0631b2ed6f12206d718fdf69e04bb767cb41", - "Addresses": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "AllowedIPs": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "Key": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "DiscoKey": "discokey:b3fed53df212c95604ab4a61bb67883373cbccf7a5a1077156603a742aeee660", + "Addresses": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "AllowedIPs": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "Endpoints": ["77.164.248.136:51539", "10.65.0.27:51539", "172.17.0.1:51539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 59774}, - {"Proto": "peerapi6", "Port": 59774} + {"Proto": "peerapi4", "Port": 39968}, + {"Proto": "peerapi6", "Port": 39968} ]}, - "Created": "2026-04-09T01:26:17.0437937Z", + "Created": "2026-04-09T08:32:23.409618093Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8043815897656060, - "StableID": "n1h68RQ4p521CNTRL", + "ID": 3354044990465345, + "StableID": "nvfMRK54CT11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "DiscoKey": "discokey:9e2da996e236cd3788a14c002a6b9509ab0debbed4663187e338b565f80bbf72", + "Addresses": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "AllowedIPs": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "Endpoints": ["77.164.248.136:39314", "10.65.0.27:39314", "172.17.0.1:39314"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55827}, + {"Proto": "peerapi6", "Port": 55827} + ]}, + "Created": "2026-04-09T08:32:26.693219896Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4004545369197172, + "StableID": "nKnZMkcfGY11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "DiscoKey": "discokey:8389b577f59c1faab53a3c318f013116f59fca35b82f436bbbecf455c0cc7e07", + "Addresses": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "AllowedIPs": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "Endpoints": ["77.164.248.136:34902", "10.65.0.27:34902", "172.17.0.1:34902"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35129}, + {"Proto": "peerapi6", "Port": 35129} + ]}, + "Created": "2026-04-09T08:32:21.770837332Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4393794060908078, + "StableID": "nXfeK8XxJb11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:bee9eccbe99d7a797db84583b9dc32593f5820676ee9e9144574d7063d2dbf5f", + "Addresses": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "AllowedIPs": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "Endpoints": ["77.164.248.136:40033", "10.65.0.27:40033", "172.17.0.1:40033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 65249}, + {"Proto": "peerapi6", "Port": 65249} + ]}, + "Created": "2026-04-09T08:32:28.85206527Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4964698528632310, + "StableID": "nX7WAHDXmf11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "DiscoKey": "discokey:32990ba7807870d9a08347b37c50fdfee9fb89a9ac70434830c094699a91a615", - "Addresses": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "AllowedIPs": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "Endpoints": ["77.164.248.136:52529", "10.65.0.27:52529", "172.17.0.1:52529"], + "Key": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "DiscoKey": "discokey:0b507eda6e687bd710dea8a24a76f7b19164bcb6975c58d2af4b554017f0ab0c", + "Addresses": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "AllowedIPs": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "Endpoints": ["77.164.248.136:41414", "10.65.0.27:41414", "172.17.0.1:41414"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38843}, - {"Proto": "peerapi6", "Port": 38843} + {"Proto": "peerapi4", "Port": 52977}, + {"Proto": "peerapi6", "Port": 52977} ]}, - "Created": "2026-04-09T01:26:15.962056807Z", + "Created": "2026-04-09T08:32:22.334724614Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8304301033608595, - "StableID": "nQXdbau2r721CNTRL", + "ID": 7126536041202504, + "StableID": "nbLXH12dex11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "DiscoKey": "discokey:c071c3e744d6d52d08b8b6e558f9468fd91703950a1243db083ae7471b890206", + "Addresses": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "AllowedIPs": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "Endpoints": ["77.164.248.136:36397", "10.65.0.27:36397", "172.17.0.1:36397"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 49687}, + {"Proto": "peerapi6", "Port": 49687} + ]}, + "Created": "2026-04-09T08:32:24.505841268Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7352921502474900, + "StableID": "nMb4HDn9Rz11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "DiscoKey": "discokey:402f3509425ce66e12b2680625bab8f76692d5bbe96d5eb10396901835fa5c42", - "Addresses": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "AllowedIPs": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "Endpoints": ["77.164.248.136:51221", "10.65.0.27:51221", "172.17.0.1:51221"], + "Key": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "DiscoKey": "discokey:182f059f6517d32538c07949fecec05edffab29117e493c50218bf4c8c222839", + "Addresses": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "AllowedIPs": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "Endpoints": ["77.164.248.136:56881", "10.65.0.27:56881", "172.17.0.1:56881"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47779}, - {"Proto": "peerapi6", "Port": 47779} + {"Proto": "peerapi4", "Port": 51640}, + {"Proto": "peerapi6", "Port": 51640} ]}, - "Created": "2026-04-09T01:26:16.489686116Z", + "Created": "2026-04-09T08:32:22.868582813Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8825896810538655, - "StableID": "narSHuLGvB21CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "KeyExpiry": "2026-10-06T01:26:22Z", - "DiscoKey": "discokey:c83adda98e52b64ff499dc209f3647014587d99ee33b353da206c1b8b5996c6c", - "Addresses": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "AllowedIPs": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "Endpoints": ["77.164.248.136:44244", "10.65.0.27:44244", "172.17.0.1:44244"], + "ID": 8605970594203777, + "StableID": "nzoaekFfCA21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "DiscoKey": "discokey:6a4147d35422239f4cac0c9701f20c264da1bb0846541915786cdca8ae877b3f", + "Addresses": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "AllowedIPs": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "Endpoints": ["77.164.248.136:47878", "10.65.0.27:47878", "172.17.0.1:47878"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63492}, - {"Proto": "peerapi6", "Port": 63492} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48904}, + {"Proto": "peerapi6", "Port": 48904} ]}, - "Created": "2026-04-09T01:26:22.489940601Z", + "Created": "2026-04-09T08:32:21.262256598Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8997774237866070, + "StableID": "nmeFykG7GD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "DiscoKey": "discokey:bfa75f55f3b47ff3e30c2fc62a8fed205b07a1ec0173bfddce9ca96ebcffd328", + "Addresses": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "AllowedIPs": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "Endpoints": ["77.164.248.136:42114", "10.65.0.27:42114", "172.17.0.1:42114"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 46030}, + {"Proto": "peerapi6", "Port": 46030} + ]}, + "Created": "2026-04-09T08:32:26.138684512Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6334,27 +6346,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7357471869329544": { - "ID": 7357471869329544, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5066570841175628": { + "ID": 5066570841175628, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6385,22 +6399,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3364736472694300, - "StableID": "n9hQ6TvtGT11CNTRL", + "ID": 3039669775727095, + "StableID": "nezoDJyfjQ11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:ca97e0b45bac280774403bdc071e23121d44e184ce677d93c0f5272f13c4a213", - "Addresses": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "AllowedIPs": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "Endpoints": ["77.164.248.136:53471", "10.65.0.27:53471", "172.17.0.1:53471"], + "Key": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "KeyExpiry": "2026-10-06T08:32:27Z", + "DiscoKey": "discokey:a5ab4170427eb535741e69717c0aa05c95c89134a2205ef8a8e6416c7525533f", + "Addresses": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "AllowedIPs": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "Endpoints": ["77.164.248.136:37661", "10.65.0.27:37661", "172.17.0.1:37661"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42035}, - {"Proto": "peerapi6", "Port": 42035}, + {"Proto": "peerapi4", "Port": 41075}, + {"Proto": "peerapi6", "Port": 41075}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:21.405202401Z", + "Created": "2026-04-09T08:32:27.78019628Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6427,299 +6441,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "MachineKey": "mkey:5680284bbdbb8fa926c10be0488e68adc5a70351a9db766a8c03245987ef750d", + "NodeKey": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "MachineKey": "mkey:7e10d7750363510b5bc5b15c8a2933c0b26e6a4535f474bc22f570edead57832", "Peers": [{ - "ID": 443710810061819, - "StableID": "nCuPsmXxT411CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "DiscoKey": "discokey:397813743c3fdfd7b5e2bcb8b2f00daea0ae86d06dbb3f22a090e70845260710", - "Addresses": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "AllowedIPs": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "Endpoints": ["77.164.248.136:41415", "10.65.0.27:41415", "172.17.0.1:41415"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 48586}, - {"Proto": "peerapi6", "Port": 48586} - ]}, - "Created": "2026-04-09T01:26:18.132811254Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 771937428519038, - "StableID": "nwZbBGVc2711CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:639c87c5303b0d4f854f58501391f4073ed5a01efd5aa822b311458c79d13623", - "Addresses": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "AllowedIPs": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "Endpoints": ["77.164.248.136:53275", "10.65.0.27:53275", "172.17.0.1:53275"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39525}, - {"Proto": "peerapi6", "Port": 39525} - ]}, - "Created": "2026-04-09T01:26:21.952680615Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1258829752277533, - "StableID": "nN9qYjK8qA11CNTRL", + "ID": 499918996727138, + "StableID": "ndgDrQ2Ru411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "DiscoKey": "discokey:1344f7c1e056615680aa1b3e0ff7cfff8751d2fd113d28343571eccc487af24e", - "Addresses": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "AllowedIPs": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "Endpoints": ["77.164.248.136:38293", "10.65.0.27:38293", "172.17.0.1:38293"], + "Key": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "DiscoKey": "discokey:12477b5c8d60df1e3a77dbf80862f574a440494b59cf9dd5469f4488b6b8df0f", + "Addresses": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "AllowedIPs": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "Endpoints": ["77.164.248.136:55240", "10.65.0.27:55240", "172.17.0.1:55240"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53245}, - {"Proto": "peerapi6", "Port": 53245} + {"Proto": "peerapi4", "Port": 54736}, + {"Proto": "peerapi6", "Port": 54736} ]}, - "Created": "2026-04-09T01:26:20.868998812Z", + "Created": "2026-04-09T08:32:27.229822582Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 1394907033309762, - "StableID": "nRk8urqktB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "DiscoKey": "discokey:82c949ee3be86be21540136bfe5381e903c0e67a972d2a507a2d21cb4020d115", - "Addresses": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "AllowedIPs": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "Endpoints": ["77.164.248.136:41708", "10.65.0.27:41708", "172.17.0.1:41708"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54231}, - {"Proto": "peerapi6", "Port": 54231} - ]}, - "Created": "2026-04-09T01:26:14.931576991Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2856091800524195, - "StableID": "nNnkBwgXJP11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "DiscoKey": "discokey:c2d072d264348156069b15f43cfc29ab244c15e4f780f60a180054238e1bb162", - "Addresses": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "AllowedIPs": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "Endpoints": ["77.164.248.136:39774", "10.65.0.27:39774", "172.17.0.1:39774"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37389}, - {"Proto": "peerapi6", "Port": 37389} - ]}, - "Created": "2026-04-09T01:26:15.407814316Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4143684810899612, - "StableID": "nhZiMGagMZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "DiscoKey": "discokey:0fc067a6d0bf25a4fa53597fbede935826b123317a28f59d8d6580c5aefa0b22", - "Addresses": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "AllowedIPs": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "Endpoints": ["77.164.248.136:40418", "10.65.0.27:40418", "172.17.0.1:40418"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58034}, - {"Proto": "peerapi6", "Port": 58034} - ]}, - "Created": "2026-04-09T01:26:17.58850838Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5117729773654860, - "StableID": "ndopFp5qxg11CNTRL", + "ID": 1697835438823878, + "StableID": "nFwLmxFxFE11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "DiscoKey": "discokey:f93faedecaaa2246e15c0203864aaf7b1430cfa0ebe103462924d323ca978900", - "Addresses": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "AllowedIPs": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "Endpoints": ["77.164.248.136:41573", "10.65.0.27:41573", "172.17.0.1:41573"], + "Key": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "DiscoKey": "discokey:497aabbf5248d7f2e18b2b03e00b71023d0c3c07419bd3febb05666e0a17be2f", + "Addresses": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "AllowedIPs": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "Endpoints": ["77.164.248.136:44216", "10.65.0.27:44216", "172.17.0.1:44216"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64974}, - {"Proto": "peerapi6", "Port": 64974} + {"Proto": "peerapi4", "Port": 44785}, + {"Proto": "peerapi6", "Port": 44785} ]}, - "Created": "2026-04-09T01:26:19.22134165Z", + "Created": "2026-04-09T08:32:25.593224692Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5860154867693787, - "StableID": "nCj2WDL5mn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "DiscoKey": "discokey:cc6aa9e4829a7073f68ddaa46ab5889e8c4ef669223cd48a1c2622bf6af3bc09", - "Addresses": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], - "AllowedIPs": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], + "ID": 2845075981158312, + "StableID": "nwg6xeKYDP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:af3df742e433148caefc4d3ebd13b5cf7d09fc76f892fb4daba86f7a86990b67", + "Addresses": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "AllowedIPs": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "Endpoints": ["77.164.248.136:43123", "10.65.0.27:43123", "172.17.0.1:43123"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42280}, - {"Proto": "peerapi6", "Port": 42280} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60312}, + {"Proto": "peerapi6", "Port": 60312} ]}, - "Created": "2026-04-09T01:26:19.765750073Z", + "Created": "2026-04-09T08:32:28.306873106Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6011896867562270, - "StableID": "n1kwQWLowo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 3033879841025969, + "StableID": "nQe3Xys3hQ11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "DiscoKey": "discokey:f32070e6c5e3f21fad86148cd94a37ccce505fc9467626376ee6dfea8432b532", - "Addresses": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "AllowedIPs": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "Endpoints": ["77.164.248.136:52115", "10.65.0.27:52115", "172.17.0.1:52115"], + "Key": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "DiscoKey": "discokey:1cbcb3d317f11e79ae77c8b2ac9ee2570c878bc6b6ebc49bf0a8f2ae3790b449", + "Addresses": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "AllowedIPs": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "Endpoints": ["77.164.248.136:59974", "10.65.0.27:59974", "172.17.0.1:59974"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 34162}, - {"Proto": "peerapi6", "Port": 34162} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61226}, + {"Proto": "peerapi6", "Port": 61226} ]}, - "Created": "2026-04-09T01:26:20.32912132Z", + "Created": "2026-04-09T08:32:23.961595068Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 7357471869329544, - "StableID": "nV5ccyJDTz11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "DiscoKey": "discokey:438061a799a8b39a26cd286ee24c80fae2b4be259162ac449b93f9394a268057", - "Addresses": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "AllowedIPs": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "Endpoints": ["77.164.248.136:60389", "10.65.0.27:60389", "172.17.0.1:60389"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51240}, - {"Proto": "peerapi6", "Port": 51240} - ]}, - "Created": "2026-04-09T01:26:18.669070413Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7988048012230540, - "StableID": "nmdD4cUoN521CNTRL", + "ID": 3082063669847168, + "StableID": "nRoSU1bs4R11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "DiscoKey": "discokey:f0a7e40f64d9910716ff2f57236f0631b2ed6f12206d718fdf69e04bb767cb41", - "Addresses": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "AllowedIPs": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "Key": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "DiscoKey": "discokey:b3fed53df212c95604ab4a61bb67883373cbccf7a5a1077156603a742aeee660", + "Addresses": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "AllowedIPs": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "Endpoints": ["77.164.248.136:51539", "10.65.0.27:51539", "172.17.0.1:51539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 59774}, - {"Proto": "peerapi6", "Port": 59774} + {"Proto": "peerapi4", "Port": 39968}, + {"Proto": "peerapi6", "Port": 39968} ]}, - "Created": "2026-04-09T01:26:17.0437937Z", + "Created": "2026-04-09T08:32:23.409618093Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8043815897656060, - "StableID": "n1h68RQ4p521CNTRL", + "ID": 3354044990465345, + "StableID": "nvfMRK54CT11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "DiscoKey": "discokey:9e2da996e236cd3788a14c002a6b9509ab0debbed4663187e338b565f80bbf72", + "Addresses": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "AllowedIPs": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "Endpoints": ["77.164.248.136:39314", "10.65.0.27:39314", "172.17.0.1:39314"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55827}, + {"Proto": "peerapi6", "Port": 55827} + ]}, + "Created": "2026-04-09T08:32:26.693219896Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4004545369197172, + "StableID": "nKnZMkcfGY11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "DiscoKey": "discokey:8389b577f59c1faab53a3c318f013116f59fca35b82f436bbbecf455c0cc7e07", + "Addresses": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "AllowedIPs": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "Endpoints": ["77.164.248.136:34902", "10.65.0.27:34902", "172.17.0.1:34902"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35129}, + {"Proto": "peerapi6", "Port": 35129} + ]}, + "Created": "2026-04-09T08:32:21.770837332Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4393794060908078, + "StableID": "nXfeK8XxJb11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:bee9eccbe99d7a797db84583b9dc32593f5820676ee9e9144574d7063d2dbf5f", + "Addresses": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "AllowedIPs": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 65249}, + {"Proto": "peerapi6", "Port": 65249} + ]}, + "Created": "2026-04-09T08:32:28.85206527Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4964698528632310, + "StableID": "nX7WAHDXmf11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "DiscoKey": "discokey:32990ba7807870d9a08347b37c50fdfee9fb89a9ac70434830c094699a91a615", - "Addresses": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "AllowedIPs": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "Endpoints": ["77.164.248.136:52529", "10.65.0.27:52529", "172.17.0.1:52529"], + "Key": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "DiscoKey": "discokey:0b507eda6e687bd710dea8a24a76f7b19164bcb6975c58d2af4b554017f0ab0c", + "Addresses": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "AllowedIPs": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "Endpoints": ["77.164.248.136:41414", "10.65.0.27:41414", "172.17.0.1:41414"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38843}, - {"Proto": "peerapi6", "Port": 38843} + {"Proto": "peerapi4", "Port": 52977}, + {"Proto": "peerapi6", "Port": 52977} ]}, - "Created": "2026-04-09T01:26:15.962056807Z", + "Created": "2026-04-09T08:32:22.334724614Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8304301033608595, - "StableID": "nQXdbau2r721CNTRL", + "ID": 5066570841175628, + "StableID": "nsAXa2EfZg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "DiscoKey": "discokey:e9c8f2673e505ee4ed1d89412955c305ac186f5cd536b1e92f6dd99249637c7e", + "Addresses": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "AllowedIPs": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "Endpoints": ["77.164.248.136:53149", "10.65.0.27:53149", "172.17.0.1:53149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56603}, + {"Proto": "peerapi6", "Port": 56603} + ]}, + "Created": "2026-04-09T08:32:25.03933065Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7126536041202504, + "StableID": "nbLXH12dex11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "DiscoKey": "discokey:c071c3e744d6d52d08b8b6e558f9468fd91703950a1243db083ae7471b890206", + "Addresses": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "AllowedIPs": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "Endpoints": ["77.164.248.136:36397", "10.65.0.27:36397", "172.17.0.1:36397"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 49687}, + {"Proto": "peerapi6", "Port": 49687} + ]}, + "Created": "2026-04-09T08:32:24.505841268Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7352921502474900, + "StableID": "nMb4HDn9Rz11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "DiscoKey": "discokey:402f3509425ce66e12b2680625bab8f76692d5bbe96d5eb10396901835fa5c42", - "Addresses": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "AllowedIPs": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "Endpoints": ["77.164.248.136:51221", "10.65.0.27:51221", "172.17.0.1:51221"], + "Key": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "DiscoKey": "discokey:182f059f6517d32538c07949fecec05edffab29117e493c50218bf4c8c222839", + "Addresses": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "AllowedIPs": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "Endpoints": ["77.164.248.136:56881", "10.65.0.27:56881", "172.17.0.1:56881"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47779}, - {"Proto": "peerapi6", "Port": 47779} + {"Proto": "peerapi4", "Port": 51640}, + {"Proto": "peerapi6", "Port": 51640} ]}, - "Created": "2026-04-09T01:26:16.489686116Z", + "Created": "2026-04-09T08:32:22.868582813Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8825896810538655, - "StableID": "narSHuLGvB21CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "KeyExpiry": "2026-10-06T01:26:22Z", - "DiscoKey": "discokey:c83adda98e52b64ff499dc209f3647014587d99ee33b353da206c1b8b5996c6c", - "Addresses": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "AllowedIPs": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63492}, - {"Proto": "peerapi6", "Port": 63492} + "ID": 8605970594203777, + "StableID": "nzoaekFfCA21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "DiscoKey": "discokey:6a4147d35422239f4cac0c9701f20c264da1bb0846541915786cdca8ae877b3f", + "Addresses": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "AllowedIPs": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "Endpoints": ["77.164.248.136:47878", "10.65.0.27:47878", "172.17.0.1:47878"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48904}, + {"Proto": "peerapi6", "Port": 48904} ]}, - "Created": "2026-04-09T01:26:22.489940601Z", + "Created": "2026-04-09T08:32:21.262256598Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8997774237866070, + "StableID": "nmeFykG7GD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "DiscoKey": "discokey:bfa75f55f3b47ff3e30c2fc62a8fed205b07a1ec0173bfddce9ca96ebcffd328", + "Addresses": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "AllowedIPs": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "Endpoints": ["77.164.248.136:42114", "10.65.0.27:42114", "172.17.0.1:42114"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 46030}, + {"Proto": "peerapi6", "Port": 46030} + ]}, + "Created": "2026-04-09T08:32:26.138684512Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7567,23 +7582,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7614,21 +7630,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6011896867562270, - "StableID": "n1kwQWLowo11CNTRL", + "ID": 3354044990465345, + "StableID": "nvfMRK54CT11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 6011896867562270, - "Key": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "DiscoKey": "discokey:f32070e6c5e3f21fad86148cd94a37ccce505fc9467626376ee6dfea8432b532", - "Addresses": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "AllowedIPs": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "Endpoints": ["77.164.248.136:52115", "10.65.0.27:52115", "172.17.0.1:52115"], + "User": 3354044990465345, + "Key": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "DiscoKey": "discokey:9e2da996e236cd3788a14c002a6b9509ab0debbed4663187e338b565f80bbf72", + "Addresses": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "AllowedIPs": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "Endpoints": ["77.164.248.136:39314", "10.65.0.27:39314", "172.17.0.1:39314"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 34162}, - {"Proto": "peerapi6", "Port": 34162}, + {"Proto": "peerapi4", "Port": 55827}, + {"Proto": "peerapi6", "Port": 55827}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:20.32912132Z", + "Created": "2026-04-09T08:32:26.693219896Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7656,299 +7672,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "MachineKey": "mkey:4bea715261df0c6322d518e3ed0004d61a6157a73179346f2ee4fe0a192aeb5f", + "NodeKey": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "MachineKey": "mkey:afc57c9cf76d24b4677a0b0cdcd54de6089d209bbf4e922c61ebe704d3d80540", "Peers": [{ - "ID": 443710810061819, - "StableID": "nCuPsmXxT411CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "DiscoKey": "discokey:397813743c3fdfd7b5e2bcb8b2f00daea0ae86d06dbb3f22a090e70845260710", - "Addresses": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "AllowedIPs": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "Endpoints": ["77.164.248.136:41415", "10.65.0.27:41415", "172.17.0.1:41415"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 48586}, - {"Proto": "peerapi6", "Port": 48586} - ]}, - "Created": "2026-04-09T01:26:18.132811254Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 771937428519038, - "StableID": "nwZbBGVc2711CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:639c87c5303b0d4f854f58501391f4073ed5a01efd5aa822b311458c79d13623", - "Addresses": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "AllowedIPs": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "Endpoints": ["77.164.248.136:53275", "10.65.0.27:53275", "172.17.0.1:53275"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39525}, - {"Proto": "peerapi6", "Port": 39525} - ]}, - "Created": "2026-04-09T01:26:21.952680615Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1258829752277533, - "StableID": "nN9qYjK8qA11CNTRL", + "ID": 499918996727138, + "StableID": "ndgDrQ2Ru411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "DiscoKey": "discokey:1344f7c1e056615680aa1b3e0ff7cfff8751d2fd113d28343571eccc487af24e", - "Addresses": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "AllowedIPs": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "Endpoints": ["77.164.248.136:38293", "10.65.0.27:38293", "172.17.0.1:38293"], + "Key": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "DiscoKey": "discokey:12477b5c8d60df1e3a77dbf80862f574a440494b59cf9dd5469f4488b6b8df0f", + "Addresses": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "AllowedIPs": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "Endpoints": ["77.164.248.136:55240", "10.65.0.27:55240", "172.17.0.1:55240"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53245}, - {"Proto": "peerapi6", "Port": 53245} + {"Proto": "peerapi4", "Port": 54736}, + {"Proto": "peerapi6", "Port": 54736} ]}, - "Created": "2026-04-09T01:26:20.868998812Z", + "Created": "2026-04-09T08:32:27.229822582Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 1394907033309762, - "StableID": "nRk8urqktB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "DiscoKey": "discokey:82c949ee3be86be21540136bfe5381e903c0e67a972d2a507a2d21cb4020d115", - "Addresses": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "AllowedIPs": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "Endpoints": ["77.164.248.136:41708", "10.65.0.27:41708", "172.17.0.1:41708"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54231}, - {"Proto": "peerapi6", "Port": 54231} - ]}, - "Created": "2026-04-09T01:26:14.931576991Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2856091800524195, - "StableID": "nNnkBwgXJP11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "DiscoKey": "discokey:c2d072d264348156069b15f43cfc29ab244c15e4f780f60a180054238e1bb162", - "Addresses": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "AllowedIPs": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "Endpoints": ["77.164.248.136:39774", "10.65.0.27:39774", "172.17.0.1:39774"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37389}, - {"Proto": "peerapi6", "Port": 37389} - ]}, - "Created": "2026-04-09T01:26:15.407814316Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3364736472694300, - "StableID": "n9hQ6TvtGT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:ca97e0b45bac280774403bdc071e23121d44e184ce677d93c0f5272f13c4a213", - "Addresses": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "AllowedIPs": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "Endpoints": ["77.164.248.136:53471", "10.65.0.27:53471", "172.17.0.1:53471"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42035}, - {"Proto": "peerapi6", "Port": 42035} - ]}, - "Created": "2026-04-09T01:26:21.405202401Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4143684810899612, - "StableID": "nhZiMGagMZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "DiscoKey": "discokey:0fc067a6d0bf25a4fa53597fbede935826b123317a28f59d8d6580c5aefa0b22", - "Addresses": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "AllowedIPs": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "Endpoints": ["77.164.248.136:40418", "10.65.0.27:40418", "172.17.0.1:40418"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58034}, - {"Proto": "peerapi6", "Port": 58034} - ]}, - "Created": "2026-04-09T01:26:17.58850838Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5117729773654860, - "StableID": "ndopFp5qxg11CNTRL", + "ID": 1697835438823878, + "StableID": "nFwLmxFxFE11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "DiscoKey": "discokey:f93faedecaaa2246e15c0203864aaf7b1430cfa0ebe103462924d323ca978900", - "Addresses": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "AllowedIPs": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "Endpoints": ["77.164.248.136:41573", "10.65.0.27:41573", "172.17.0.1:41573"], + "Key": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "DiscoKey": "discokey:497aabbf5248d7f2e18b2b03e00b71023d0c3c07419bd3febb05666e0a17be2f", + "Addresses": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "AllowedIPs": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "Endpoints": ["77.164.248.136:44216", "10.65.0.27:44216", "172.17.0.1:44216"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64974}, - {"Proto": "peerapi6", "Port": 64974} + {"Proto": "peerapi4", "Port": 44785}, + {"Proto": "peerapi6", "Port": 44785} ]}, - "Created": "2026-04-09T01:26:19.22134165Z", + "Created": "2026-04-09T08:32:25.593224692Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5860154867693787, - "StableID": "nCj2WDL5mn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "DiscoKey": "discokey:cc6aa9e4829a7073f68ddaa46ab5889e8c4ef669223cd48a1c2622bf6af3bc09", - "Addresses": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], - "AllowedIPs": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], + "ID": 2845075981158312, + "StableID": "nwg6xeKYDP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:af3df742e433148caefc4d3ebd13b5cf7d09fc76f892fb4daba86f7a86990b67", + "Addresses": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "AllowedIPs": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "Endpoints": ["77.164.248.136:43123", "10.65.0.27:43123", "172.17.0.1:43123"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42280}, - {"Proto": "peerapi6", "Port": 42280} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60312}, + {"Proto": "peerapi6", "Port": 60312} ]}, - "Created": "2026-04-09T01:26:19.765750073Z", + "Created": "2026-04-09T08:32:28.306873106Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 7357471869329544, - "StableID": "nV5ccyJDTz11CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 3033879841025969, + "StableID": "nQe3Xys3hQ11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "DiscoKey": "discokey:438061a799a8b39a26cd286ee24c80fae2b4be259162ac449b93f9394a268057", - "Addresses": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "AllowedIPs": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "Endpoints": ["77.164.248.136:60389", "10.65.0.27:60389", "172.17.0.1:60389"], + "Key": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "DiscoKey": "discokey:1cbcb3d317f11e79ae77c8b2ac9ee2570c878bc6b6ebc49bf0a8f2ae3790b449", + "Addresses": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "AllowedIPs": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "Endpoints": ["77.164.248.136:59974", "10.65.0.27:59974", "172.17.0.1:59974"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51240}, - {"Proto": "peerapi6", "Port": 51240} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61226}, + {"Proto": "peerapi6", "Port": 61226} ]}, - "Created": "2026-04-09T01:26:18.669070413Z", + "Created": "2026-04-09T08:32:23.961595068Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 7988048012230540, - "StableID": "nmdD4cUoN521CNTRL", + "ID": 3039669775727095, + "StableID": "nezoDJyfjQ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "KeyExpiry": "2026-10-06T08:32:27Z", + "DiscoKey": "discokey:a5ab4170427eb535741e69717c0aa05c95c89134a2205ef8a8e6416c7525533f", + "Addresses": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "AllowedIPs": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "Endpoints": ["77.164.248.136:37661", "10.65.0.27:37661", "172.17.0.1:37661"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41075}, + {"Proto": "peerapi6", "Port": 41075} + ]}, + "Created": "2026-04-09T08:32:27.78019628Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3082063669847168, + "StableID": "nRoSU1bs4R11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "DiscoKey": "discokey:f0a7e40f64d9910716ff2f57236f0631b2ed6f12206d718fdf69e04bb767cb41", - "Addresses": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "AllowedIPs": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "Key": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "DiscoKey": "discokey:b3fed53df212c95604ab4a61bb67883373cbccf7a5a1077156603a742aeee660", + "Addresses": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "AllowedIPs": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "Endpoints": ["77.164.248.136:51539", "10.65.0.27:51539", "172.17.0.1:51539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 59774}, - {"Proto": "peerapi6", "Port": 59774} + {"Proto": "peerapi4", "Port": 39968}, + {"Proto": "peerapi6", "Port": 39968} ]}, - "Created": "2026-04-09T01:26:17.0437937Z", + "Created": "2026-04-09T08:32:23.409618093Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8043815897656060, - "StableID": "n1h68RQ4p521CNTRL", + "ID": 4004545369197172, + "StableID": "nKnZMkcfGY11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "DiscoKey": "discokey:8389b577f59c1faab53a3c318f013116f59fca35b82f436bbbecf455c0cc7e07", + "Addresses": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "AllowedIPs": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "Endpoints": ["77.164.248.136:34902", "10.65.0.27:34902", "172.17.0.1:34902"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35129}, + {"Proto": "peerapi6", "Port": 35129} + ]}, + "Created": "2026-04-09T08:32:21.770837332Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4393794060908078, + "StableID": "nXfeK8XxJb11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:bee9eccbe99d7a797db84583b9dc32593f5820676ee9e9144574d7063d2dbf5f", + "Addresses": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "AllowedIPs": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 65249}, + {"Proto": "peerapi6", "Port": 65249} + ]}, + "Created": "2026-04-09T08:32:28.85206527Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4964698528632310, + "StableID": "nX7WAHDXmf11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "DiscoKey": "discokey:32990ba7807870d9a08347b37c50fdfee9fb89a9ac70434830c094699a91a615", - "Addresses": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "AllowedIPs": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "Endpoints": ["77.164.248.136:52529", "10.65.0.27:52529", "172.17.0.1:52529"], + "Key": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "DiscoKey": "discokey:0b507eda6e687bd710dea8a24a76f7b19164bcb6975c58d2af4b554017f0ab0c", + "Addresses": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "AllowedIPs": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "Endpoints": ["77.164.248.136:41414", "10.65.0.27:41414", "172.17.0.1:41414"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38843}, - {"Proto": "peerapi6", "Port": 38843} + {"Proto": "peerapi4", "Port": 52977}, + {"Proto": "peerapi6", "Port": 52977} ]}, - "Created": "2026-04-09T01:26:15.962056807Z", + "Created": "2026-04-09T08:32:22.334724614Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8304301033608595, - "StableID": "nQXdbau2r721CNTRL", + "ID": 5066570841175628, + "StableID": "nsAXa2EfZg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "DiscoKey": "discokey:e9c8f2673e505ee4ed1d89412955c305ac186f5cd536b1e92f6dd99249637c7e", + "Addresses": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "AllowedIPs": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "Endpoints": ["77.164.248.136:53149", "10.65.0.27:53149", "172.17.0.1:53149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56603}, + {"Proto": "peerapi6", "Port": 56603} + ]}, + "Created": "2026-04-09T08:32:25.03933065Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7126536041202504, + "StableID": "nbLXH12dex11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "DiscoKey": "discokey:c071c3e744d6d52d08b8b6e558f9468fd91703950a1243db083ae7471b890206", + "Addresses": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "AllowedIPs": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "Endpoints": ["77.164.248.136:36397", "10.65.0.27:36397", "172.17.0.1:36397"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 49687}, + {"Proto": "peerapi6", "Port": 49687} + ]}, + "Created": "2026-04-09T08:32:24.505841268Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7352921502474900, + "StableID": "nMb4HDn9Rz11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "DiscoKey": "discokey:402f3509425ce66e12b2680625bab8f76692d5bbe96d5eb10396901835fa5c42", - "Addresses": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "AllowedIPs": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "Endpoints": ["77.164.248.136:51221", "10.65.0.27:51221", "172.17.0.1:51221"], + "Key": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "DiscoKey": "discokey:182f059f6517d32538c07949fecec05edffab29117e493c50218bf4c8c222839", + "Addresses": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "AllowedIPs": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "Endpoints": ["77.164.248.136:56881", "10.65.0.27:56881", "172.17.0.1:56881"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47779}, - {"Proto": "peerapi6", "Port": 47779} + {"Proto": "peerapi4", "Port": 51640}, + {"Proto": "peerapi6", "Port": 51640} ]}, - "Created": "2026-04-09T01:26:16.489686116Z", + "Created": "2026-04-09T08:32:22.868582813Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8825896810538655, - "StableID": "narSHuLGvB21CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "KeyExpiry": "2026-10-06T01:26:22Z", - "DiscoKey": "discokey:c83adda98e52b64ff499dc209f3647014587d99ee33b353da206c1b8b5996c6c", - "Addresses": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "AllowedIPs": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63492}, - {"Proto": "peerapi6", "Port": 63492} + "ID": 8605970594203777, + "StableID": "nzoaekFfCA21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "DiscoKey": "discokey:6a4147d35422239f4cac0c9701f20c264da1bb0846541915786cdca8ae877b3f", + "Addresses": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "AllowedIPs": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "Endpoints": ["77.164.248.136:47878", "10.65.0.27:47878", "172.17.0.1:47878"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48904}, + {"Proto": "peerapi6", "Port": 48904} ]}, - "Created": "2026-04-09T01:26:22.489940601Z", + "Created": "2026-04-09T08:32:21.262256598Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8997774237866070, + "StableID": "nmeFykG7GD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "DiscoKey": "discokey:bfa75f55f3b47ff3e30c2fc62a8fed205b07a1ec0173bfddce9ca96ebcffd328", + "Addresses": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "AllowedIPs": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "Endpoints": ["77.164.248.136:42114", "10.65.0.27:42114", "172.17.0.1:42114"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 46030}, + {"Proto": "peerapi6", "Port": 46030} + ]}, + "Created": "2026-04-09T08:32:26.138684512Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8796,27 +8813,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6011896867562270": { - "ID": 6011896867562270, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3354044990465345": { + "ID": 3354044990465345, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8847,26 +8866,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2856091800524195, - "StableID": "nNnkBwgXJP11CNTRL", + "ID": 4004545369197172, + "StableID": "nKnZMkcfGY11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 2856091800524195, - "Key": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "DiscoKey": "discokey:c2d072d264348156069b15f43cfc29ab244c15e4f780f60a180054238e1bb162", - "Addresses": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "AllowedIPs": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "Endpoints": ["77.164.248.136:39774", "10.65.0.27:39774", "172.17.0.1:39774"], + "User": 4004545369197172, + "Key": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "DiscoKey": "discokey:8389b577f59c1faab53a3c318f013116f59fca35b82f436bbbecf455c0cc7e07", + "Addresses": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "AllowedIPs": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "Endpoints": ["77.164.248.136:34902", "10.65.0.27:34902", "172.17.0.1:34902"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 37389}, - {"Proto": "peerapi6", "Port": 37389}, + {"Proto": "peerapi4", "Port": 35129}, + {"Proto": "peerapi6", "Port": 35129}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:15.407814316Z", + "Created": "2026-04-09T08:32:21.770837332Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8894,301 +8913,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "MachineKey": "mkey:960d3774d41176ff4ad0d7d29ceaf0bcf8469948ed3f0f98a6fee227a501980c", + "NodeKey": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "MachineKey": "mkey:e1585031eea2f8fdc80c1d7058b593a65f37cd73b1ae2fda6e3a967f598b361a", "Peers": [{ - "ID": 443710810061819, - "StableID": "nCuPsmXxT411CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "DiscoKey": "discokey:397813743c3fdfd7b5e2bcb8b2f00daea0ae86d06dbb3f22a090e70845260710", - "Addresses": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "AllowedIPs": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "Endpoints": ["77.164.248.136:41415", "10.65.0.27:41415", "172.17.0.1:41415"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 48586}, - {"Proto": "peerapi6", "Port": 48586} - ]}, - "Created": "2026-04-09T01:26:18.132811254Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 771937428519038, - "StableID": "nwZbBGVc2711CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:639c87c5303b0d4f854f58501391f4073ed5a01efd5aa822b311458c79d13623", - "Addresses": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "AllowedIPs": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "Endpoints": ["77.164.248.136:53275", "10.65.0.27:53275", "172.17.0.1:53275"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39525}, - {"Proto": "peerapi6", "Port": 39525} - ]}, - "Created": "2026-04-09T01:26:21.952680615Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1258829752277533, - "StableID": "nN9qYjK8qA11CNTRL", + "ID": 499918996727138, + "StableID": "ndgDrQ2Ru411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "DiscoKey": "discokey:1344f7c1e056615680aa1b3e0ff7cfff8751d2fd113d28343571eccc487af24e", - "Addresses": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "AllowedIPs": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "Endpoints": ["77.164.248.136:38293", "10.65.0.27:38293", "172.17.0.1:38293"], + "Key": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "DiscoKey": "discokey:12477b5c8d60df1e3a77dbf80862f574a440494b59cf9dd5469f4488b6b8df0f", + "Addresses": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "AllowedIPs": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "Endpoints": ["77.164.248.136:55240", "10.65.0.27:55240", "172.17.0.1:55240"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53245}, - {"Proto": "peerapi6", "Port": 53245} + {"Proto": "peerapi4", "Port": 54736}, + {"Proto": "peerapi6", "Port": 54736} ]}, - "Created": "2026-04-09T01:26:20.868998812Z", + "Created": "2026-04-09T08:32:27.229822582Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 1394907033309762, - "StableID": "nRk8urqktB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "DiscoKey": "discokey:82c949ee3be86be21540136bfe5381e903c0e67a972d2a507a2d21cb4020d115", - "Addresses": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "AllowedIPs": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "Endpoints": ["77.164.248.136:41708", "10.65.0.27:41708", "172.17.0.1:41708"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54231}, - {"Proto": "peerapi6", "Port": 54231} - ]}, - "Created": "2026-04-09T01:26:14.931576991Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3364736472694300, - "StableID": "n9hQ6TvtGT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:ca97e0b45bac280774403bdc071e23121d44e184ce677d93c0f5272f13c4a213", - "Addresses": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "AllowedIPs": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "Endpoints": ["77.164.248.136:53471", "10.65.0.27:53471", "172.17.0.1:53471"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42035}, - {"Proto": "peerapi6", "Port": 42035} - ]}, - "Created": "2026-04-09T01:26:21.405202401Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4143684810899612, - "StableID": "nhZiMGagMZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "DiscoKey": "discokey:0fc067a6d0bf25a4fa53597fbede935826b123317a28f59d8d6580c5aefa0b22", - "Addresses": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "AllowedIPs": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "Endpoints": ["77.164.248.136:40418", "10.65.0.27:40418", "172.17.0.1:40418"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58034}, - {"Proto": "peerapi6", "Port": 58034} - ]}, - "Created": "2026-04-09T01:26:17.58850838Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5117729773654860, - "StableID": "ndopFp5qxg11CNTRL", + "ID": 1697835438823878, + "StableID": "nFwLmxFxFE11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "DiscoKey": "discokey:f93faedecaaa2246e15c0203864aaf7b1430cfa0ebe103462924d323ca978900", - "Addresses": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "AllowedIPs": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "Endpoints": ["77.164.248.136:41573", "10.65.0.27:41573", "172.17.0.1:41573"], + "Key": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "DiscoKey": "discokey:497aabbf5248d7f2e18b2b03e00b71023d0c3c07419bd3febb05666e0a17be2f", + "Addresses": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "AllowedIPs": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "Endpoints": ["77.164.248.136:44216", "10.65.0.27:44216", "172.17.0.1:44216"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64974}, - {"Proto": "peerapi6", "Port": 64974} + {"Proto": "peerapi4", "Port": 44785}, + {"Proto": "peerapi6", "Port": 44785} ]}, - "Created": "2026-04-09T01:26:19.22134165Z", + "Created": "2026-04-09T08:32:25.593224692Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5860154867693787, - "StableID": "nCj2WDL5mn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "DiscoKey": "discokey:cc6aa9e4829a7073f68ddaa46ab5889e8c4ef669223cd48a1c2622bf6af3bc09", - "Addresses": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], - "AllowedIPs": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], + "ID": 2845075981158312, + "StableID": "nwg6xeKYDP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:af3df742e433148caefc4d3ebd13b5cf7d09fc76f892fb4daba86f7a86990b67", + "Addresses": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "AllowedIPs": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "Endpoints": ["77.164.248.136:43123", "10.65.0.27:43123", "172.17.0.1:43123"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42280}, - {"Proto": "peerapi6", "Port": 42280} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60312}, + {"Proto": "peerapi6", "Port": 60312} ]}, - "Created": "2026-04-09T01:26:19.765750073Z", + "Created": "2026-04-09T08:32:28.306873106Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6011896867562270, - "StableID": "n1kwQWLowo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 3033879841025969, + "StableID": "nQe3Xys3hQ11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "DiscoKey": "discokey:f32070e6c5e3f21fad86148cd94a37ccce505fc9467626376ee6dfea8432b532", - "Addresses": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "AllowedIPs": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "Endpoints": ["77.164.248.136:52115", "10.65.0.27:52115", "172.17.0.1:52115"], + "Key": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "DiscoKey": "discokey:1cbcb3d317f11e79ae77c8b2ac9ee2570c878bc6b6ebc49bf0a8f2ae3790b449", + "Addresses": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "AllowedIPs": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "Endpoints": ["77.164.248.136:59974", "10.65.0.27:59974", "172.17.0.1:59974"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 34162}, - {"Proto": "peerapi6", "Port": 34162} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61226}, + {"Proto": "peerapi6", "Port": 61226} ]}, - "Created": "2026-04-09T01:26:20.32912132Z", + "Created": "2026-04-09T08:32:23.961595068Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 7357471869329544, - "StableID": "nV5ccyJDTz11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "DiscoKey": "discokey:438061a799a8b39a26cd286ee24c80fae2b4be259162ac449b93f9394a268057", - "Addresses": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "AllowedIPs": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "Endpoints": ["77.164.248.136:60389", "10.65.0.27:60389", "172.17.0.1:60389"], + "ID": 3039669775727095, + "StableID": "nezoDJyfjQ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "KeyExpiry": "2026-10-06T08:32:27Z", + "DiscoKey": "discokey:a5ab4170427eb535741e69717c0aa05c95c89134a2205ef8a8e6416c7525533f", + "Addresses": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "AllowedIPs": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "Endpoints": ["77.164.248.136:37661", "10.65.0.27:37661", "172.17.0.1:37661"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51240}, - {"Proto": "peerapi6", "Port": 51240} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41075}, + {"Proto": "peerapi6", "Port": 41075} ]}, - "Created": "2026-04-09T01:26:18.669070413Z", + "Created": "2026-04-09T08:32:27.78019628Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7988048012230540, - "StableID": "nmdD4cUoN521CNTRL", + "ID": 3082063669847168, + "StableID": "nRoSU1bs4R11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "DiscoKey": "discokey:f0a7e40f64d9910716ff2f57236f0631b2ed6f12206d718fdf69e04bb767cb41", - "Addresses": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "AllowedIPs": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "Key": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "DiscoKey": "discokey:b3fed53df212c95604ab4a61bb67883373cbccf7a5a1077156603a742aeee660", + "Addresses": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "AllowedIPs": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "Endpoints": ["77.164.248.136:51539", "10.65.0.27:51539", "172.17.0.1:51539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 59774}, - {"Proto": "peerapi6", "Port": 59774} + {"Proto": "peerapi4", "Port": 39968}, + {"Proto": "peerapi6", "Port": 39968} ]}, - "Created": "2026-04-09T01:26:17.0437937Z", + "Created": "2026-04-09T08:32:23.409618093Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8043815897656060, - "StableID": "n1h68RQ4p521CNTRL", + "ID": 3354044990465345, + "StableID": "nvfMRK54CT11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "DiscoKey": "discokey:9e2da996e236cd3788a14c002a6b9509ab0debbed4663187e338b565f80bbf72", + "Addresses": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "AllowedIPs": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "Endpoints": ["77.164.248.136:39314", "10.65.0.27:39314", "172.17.0.1:39314"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55827}, + {"Proto": "peerapi6", "Port": 55827} + ]}, + "Created": "2026-04-09T08:32:26.693219896Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4393794060908078, + "StableID": "nXfeK8XxJb11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:bee9eccbe99d7a797db84583b9dc32593f5820676ee9e9144574d7063d2dbf5f", + "Addresses": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "AllowedIPs": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "Endpoints": ["77.164.248.136:40033", "10.65.0.27:40033", "172.17.0.1:40033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 65249}, + {"Proto": "peerapi6", "Port": 65249} + ]}, + "Created": "2026-04-09T08:32:28.85206527Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4964698528632310, + "StableID": "nX7WAHDXmf11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "DiscoKey": "discokey:32990ba7807870d9a08347b37c50fdfee9fb89a9ac70434830c094699a91a615", - "Addresses": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "AllowedIPs": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "Endpoints": ["77.164.248.136:52529", "10.65.0.27:52529", "172.17.0.1:52529"], + "Key": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "DiscoKey": "discokey:0b507eda6e687bd710dea8a24a76f7b19164bcb6975c58d2af4b554017f0ab0c", + "Addresses": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "AllowedIPs": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "Endpoints": ["77.164.248.136:41414", "10.65.0.27:41414", "172.17.0.1:41414"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38843}, - {"Proto": "peerapi6", "Port": 38843} + {"Proto": "peerapi4", "Port": 52977}, + {"Proto": "peerapi6", "Port": 52977} ]}, - "Created": "2026-04-09T01:26:15.962056807Z", + "Created": "2026-04-09T08:32:22.334724614Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8304301033608595, - "StableID": "nQXdbau2r721CNTRL", + "ID": 5066570841175628, + "StableID": "nsAXa2EfZg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "DiscoKey": "discokey:e9c8f2673e505ee4ed1d89412955c305ac186f5cd536b1e92f6dd99249637c7e", + "Addresses": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "AllowedIPs": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "Endpoints": ["77.164.248.136:53149", "10.65.0.27:53149", "172.17.0.1:53149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56603}, + {"Proto": "peerapi6", "Port": 56603} + ]}, + "Created": "2026-04-09T08:32:25.03933065Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7126536041202504, + "StableID": "nbLXH12dex11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "DiscoKey": "discokey:c071c3e744d6d52d08b8b6e558f9468fd91703950a1243db083ae7471b890206", + "Addresses": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "AllowedIPs": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "Endpoints": ["77.164.248.136:36397", "10.65.0.27:36397", "172.17.0.1:36397"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 49687}, + {"Proto": "peerapi6", "Port": 49687} + ]}, + "Created": "2026-04-09T08:32:24.505841268Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7352921502474900, + "StableID": "nMb4HDn9Rz11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "DiscoKey": "discokey:402f3509425ce66e12b2680625bab8f76692d5bbe96d5eb10396901835fa5c42", - "Addresses": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "AllowedIPs": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "Endpoints": ["77.164.248.136:51221", "10.65.0.27:51221", "172.17.0.1:51221"], + "Key": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "DiscoKey": "discokey:182f059f6517d32538c07949fecec05edffab29117e493c50218bf4c8c222839", + "Addresses": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "AllowedIPs": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "Endpoints": ["77.164.248.136:56881", "10.65.0.27:56881", "172.17.0.1:56881"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47779}, - {"Proto": "peerapi6", "Port": 47779} + {"Proto": "peerapi4", "Port": 51640}, + {"Proto": "peerapi6", "Port": 51640} ]}, - "Created": "2026-04-09T01:26:16.489686116Z", + "Created": "2026-04-09T08:32:22.868582813Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8825896810538655, - "StableID": "narSHuLGvB21CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "KeyExpiry": "2026-10-06T01:26:22Z", - "DiscoKey": "discokey:c83adda98e52b64ff499dc209f3647014587d99ee33b353da206c1b8b5996c6c", - "Addresses": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "AllowedIPs": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "Endpoints": ["77.164.248.136:44244", "10.65.0.27:44244", "172.17.0.1:44244"], + "ID": 8605970594203777, + "StableID": "nzoaekFfCA21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "DiscoKey": "discokey:6a4147d35422239f4cac0c9701f20c264da1bb0846541915786cdca8ae877b3f", + "Addresses": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "AllowedIPs": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "Endpoints": ["77.164.248.136:47878", "10.65.0.27:47878", "172.17.0.1:47878"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63492}, - {"Proto": "peerapi6", "Port": 63492} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48904}, + {"Proto": "peerapi6", "Port": 48904} ]}, - "Created": "2026-04-09T01:26:22.489940601Z", + "Created": "2026-04-09T08:32:21.262256598Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8997774237866070, + "StableID": "nmeFykG7GD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "DiscoKey": "discokey:bfa75f55f3b47ff3e30c2fc62a8fed205b07a1ec0173bfddce9ca96ebcffd328", + "Addresses": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "AllowedIPs": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "Endpoints": ["77.164.248.136:42114", "10.65.0.27:42114", "172.17.0.1:42114"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 46030}, + {"Proto": "peerapi6", "Port": 46030} + ]}, + "Created": "2026-04-09T08:32:26.138684512Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10036,27 +10056,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2856091800524195": { - "ID": 2856091800524195, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4004545369197172": { + "ID": 4004545369197172, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10087,26 +10109,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1394907033309762, - "StableID": "nRk8urqktB11CNTRL", + "ID": 8605970594203777, + "StableID": "nzoaekFfCA21CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 1394907033309762, - "Key": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "DiscoKey": "discokey:82c949ee3be86be21540136bfe5381e903c0e67a972d2a507a2d21cb4020d115", - "Addresses": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "AllowedIPs": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "Endpoints": ["77.164.248.136:41708", "10.65.0.27:41708", "172.17.0.1:41708"], + "User": 8605970594203777, + "Key": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "DiscoKey": "discokey:6a4147d35422239f4cac0c9701f20c264da1bb0846541915786cdca8ae877b3f", + "Addresses": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "AllowedIPs": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "Endpoints": ["77.164.248.136:47878", "10.65.0.27:47878", "172.17.0.1:47878"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 54231}, - {"Proto": "peerapi6", "Port": 54231}, + {"Proto": "peerapi4", "Port": 48904}, + {"Proto": "peerapi6", "Port": 48904}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:14.931576991Z", + "Created": "2026-04-09T08:32:21.262256598Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10134,301 +10156,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "MachineKey": "mkey:929c02f6a3c1f1d0615081e9129049f7b1ccb6cbc98b34f20d67a415ea8c7762", + "NodeKey": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "MachineKey": "mkey:a99cc9d31279f0407589aebf06c6c7ff65b9165b54b13f9e25005223cb6b6a20", "Peers": [{ - "ID": 443710810061819, - "StableID": "nCuPsmXxT411CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "DiscoKey": "discokey:397813743c3fdfd7b5e2bcb8b2f00daea0ae86d06dbb3f22a090e70845260710", - "Addresses": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "AllowedIPs": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "Endpoints": ["77.164.248.136:41415", "10.65.0.27:41415", "172.17.0.1:41415"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 48586}, - {"Proto": "peerapi6", "Port": 48586} - ]}, - "Created": "2026-04-09T01:26:18.132811254Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 771937428519038, - "StableID": "nwZbBGVc2711CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:639c87c5303b0d4f854f58501391f4073ed5a01efd5aa822b311458c79d13623", - "Addresses": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "AllowedIPs": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "Endpoints": ["77.164.248.136:53275", "10.65.0.27:53275", "172.17.0.1:53275"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39525}, - {"Proto": "peerapi6", "Port": 39525} - ]}, - "Created": "2026-04-09T01:26:21.952680615Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1258829752277533, - "StableID": "nN9qYjK8qA11CNTRL", + "ID": 499918996727138, + "StableID": "ndgDrQ2Ru411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "DiscoKey": "discokey:1344f7c1e056615680aa1b3e0ff7cfff8751d2fd113d28343571eccc487af24e", - "Addresses": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "AllowedIPs": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "Endpoints": ["77.164.248.136:38293", "10.65.0.27:38293", "172.17.0.1:38293"], + "Key": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "DiscoKey": "discokey:12477b5c8d60df1e3a77dbf80862f574a440494b59cf9dd5469f4488b6b8df0f", + "Addresses": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "AllowedIPs": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "Endpoints": ["77.164.248.136:55240", "10.65.0.27:55240", "172.17.0.1:55240"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53245}, - {"Proto": "peerapi6", "Port": 53245} + {"Proto": "peerapi4", "Port": 54736}, + {"Proto": "peerapi6", "Port": 54736} ]}, - "Created": "2026-04-09T01:26:20.868998812Z", + "Created": "2026-04-09T08:32:27.229822582Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 2856091800524195, - "StableID": "nNnkBwgXJP11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "DiscoKey": "discokey:c2d072d264348156069b15f43cfc29ab244c15e4f780f60a180054238e1bb162", - "Addresses": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "AllowedIPs": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "Endpoints": ["77.164.248.136:39774", "10.65.0.27:39774", "172.17.0.1:39774"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37389}, - {"Proto": "peerapi6", "Port": 37389} - ]}, - "Created": "2026-04-09T01:26:15.407814316Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3364736472694300, - "StableID": "n9hQ6TvtGT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:ca97e0b45bac280774403bdc071e23121d44e184ce677d93c0f5272f13c4a213", - "Addresses": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "AllowedIPs": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "Endpoints": ["77.164.248.136:53471", "10.65.0.27:53471", "172.17.0.1:53471"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42035}, - {"Proto": "peerapi6", "Port": 42035} - ]}, - "Created": "2026-04-09T01:26:21.405202401Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4143684810899612, - "StableID": "nhZiMGagMZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "DiscoKey": "discokey:0fc067a6d0bf25a4fa53597fbede935826b123317a28f59d8d6580c5aefa0b22", - "Addresses": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "AllowedIPs": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "Endpoints": ["77.164.248.136:40418", "10.65.0.27:40418", "172.17.0.1:40418"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58034}, - {"Proto": "peerapi6", "Port": 58034} - ]}, - "Created": "2026-04-09T01:26:17.58850838Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5117729773654860, - "StableID": "ndopFp5qxg11CNTRL", + "ID": 1697835438823878, + "StableID": "nFwLmxFxFE11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "DiscoKey": "discokey:f93faedecaaa2246e15c0203864aaf7b1430cfa0ebe103462924d323ca978900", - "Addresses": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "AllowedIPs": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "Endpoints": ["77.164.248.136:41573", "10.65.0.27:41573", "172.17.0.1:41573"], + "Key": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "DiscoKey": "discokey:497aabbf5248d7f2e18b2b03e00b71023d0c3c07419bd3febb05666e0a17be2f", + "Addresses": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "AllowedIPs": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "Endpoints": ["77.164.248.136:44216", "10.65.0.27:44216", "172.17.0.1:44216"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64974}, - {"Proto": "peerapi6", "Port": 64974} + {"Proto": "peerapi4", "Port": 44785}, + {"Proto": "peerapi6", "Port": 44785} ]}, - "Created": "2026-04-09T01:26:19.22134165Z", + "Created": "2026-04-09T08:32:25.593224692Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5860154867693787, - "StableID": "nCj2WDL5mn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "DiscoKey": "discokey:cc6aa9e4829a7073f68ddaa46ab5889e8c4ef669223cd48a1c2622bf6af3bc09", - "Addresses": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], - "AllowedIPs": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], + "ID": 2845075981158312, + "StableID": "nwg6xeKYDP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:af3df742e433148caefc4d3ebd13b5cf7d09fc76f892fb4daba86f7a86990b67", + "Addresses": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "AllowedIPs": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "Endpoints": ["77.164.248.136:43123", "10.65.0.27:43123", "172.17.0.1:43123"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42280}, - {"Proto": "peerapi6", "Port": 42280} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60312}, + {"Proto": "peerapi6", "Port": 60312} ]}, - "Created": "2026-04-09T01:26:19.765750073Z", + "Created": "2026-04-09T08:32:28.306873106Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6011896867562270, - "StableID": "n1kwQWLowo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 3033879841025969, + "StableID": "nQe3Xys3hQ11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "DiscoKey": "discokey:f32070e6c5e3f21fad86148cd94a37ccce505fc9467626376ee6dfea8432b532", - "Addresses": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "AllowedIPs": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "Endpoints": ["77.164.248.136:52115", "10.65.0.27:52115", "172.17.0.1:52115"], + "Key": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "DiscoKey": "discokey:1cbcb3d317f11e79ae77c8b2ac9ee2570c878bc6b6ebc49bf0a8f2ae3790b449", + "Addresses": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "AllowedIPs": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "Endpoints": ["77.164.248.136:59974", "10.65.0.27:59974", "172.17.0.1:59974"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 34162}, - {"Proto": "peerapi6", "Port": 34162} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61226}, + {"Proto": "peerapi6", "Port": 61226} ]}, - "Created": "2026-04-09T01:26:20.32912132Z", + "Created": "2026-04-09T08:32:23.961595068Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 7357471869329544, - "StableID": "nV5ccyJDTz11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "DiscoKey": "discokey:438061a799a8b39a26cd286ee24c80fae2b4be259162ac449b93f9394a268057", - "Addresses": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "AllowedIPs": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "Endpoints": ["77.164.248.136:60389", "10.65.0.27:60389", "172.17.0.1:60389"], + "ID": 3039669775727095, + "StableID": "nezoDJyfjQ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "KeyExpiry": "2026-10-06T08:32:27Z", + "DiscoKey": "discokey:a5ab4170427eb535741e69717c0aa05c95c89134a2205ef8a8e6416c7525533f", + "Addresses": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "AllowedIPs": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "Endpoints": ["77.164.248.136:37661", "10.65.0.27:37661", "172.17.0.1:37661"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51240}, - {"Proto": "peerapi6", "Port": 51240} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41075}, + {"Proto": "peerapi6", "Port": 41075} ]}, - "Created": "2026-04-09T01:26:18.669070413Z", + "Created": "2026-04-09T08:32:27.78019628Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7988048012230540, - "StableID": "nmdD4cUoN521CNTRL", + "ID": 3082063669847168, + "StableID": "nRoSU1bs4R11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "DiscoKey": "discokey:f0a7e40f64d9910716ff2f57236f0631b2ed6f12206d718fdf69e04bb767cb41", - "Addresses": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "AllowedIPs": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "Key": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "DiscoKey": "discokey:b3fed53df212c95604ab4a61bb67883373cbccf7a5a1077156603a742aeee660", + "Addresses": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "AllowedIPs": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "Endpoints": ["77.164.248.136:51539", "10.65.0.27:51539", "172.17.0.1:51539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 59774}, - {"Proto": "peerapi6", "Port": 59774} + {"Proto": "peerapi4", "Port": 39968}, + {"Proto": "peerapi6", "Port": 39968} ]}, - "Created": "2026-04-09T01:26:17.0437937Z", + "Created": "2026-04-09T08:32:23.409618093Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8043815897656060, - "StableID": "n1h68RQ4p521CNTRL", + "ID": 3354044990465345, + "StableID": "nvfMRK54CT11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "DiscoKey": "discokey:9e2da996e236cd3788a14c002a6b9509ab0debbed4663187e338b565f80bbf72", + "Addresses": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "AllowedIPs": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "Endpoints": ["77.164.248.136:39314", "10.65.0.27:39314", "172.17.0.1:39314"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55827}, + {"Proto": "peerapi6", "Port": 55827} + ]}, + "Created": "2026-04-09T08:32:26.693219896Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4004545369197172, + "StableID": "nKnZMkcfGY11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "DiscoKey": "discokey:8389b577f59c1faab53a3c318f013116f59fca35b82f436bbbecf455c0cc7e07", + "Addresses": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "AllowedIPs": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "Endpoints": ["77.164.248.136:34902", "10.65.0.27:34902", "172.17.0.1:34902"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35129}, + {"Proto": "peerapi6", "Port": 35129} + ]}, + "Created": "2026-04-09T08:32:21.770837332Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4393794060908078, + "StableID": "nXfeK8XxJb11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:bee9eccbe99d7a797db84583b9dc32593f5820676ee9e9144574d7063d2dbf5f", + "Addresses": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "AllowedIPs": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "Endpoints": ["77.164.248.136:40033", "10.65.0.27:40033", "172.17.0.1:40033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 65249}, + {"Proto": "peerapi6", "Port": 65249} + ]}, + "Created": "2026-04-09T08:32:28.85206527Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4964698528632310, + "StableID": "nX7WAHDXmf11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "DiscoKey": "discokey:32990ba7807870d9a08347b37c50fdfee9fb89a9ac70434830c094699a91a615", - "Addresses": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "AllowedIPs": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "Endpoints": ["77.164.248.136:52529", "10.65.0.27:52529", "172.17.0.1:52529"], + "Key": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "DiscoKey": "discokey:0b507eda6e687bd710dea8a24a76f7b19164bcb6975c58d2af4b554017f0ab0c", + "Addresses": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "AllowedIPs": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "Endpoints": ["77.164.248.136:41414", "10.65.0.27:41414", "172.17.0.1:41414"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38843}, - {"Proto": "peerapi6", "Port": 38843} + {"Proto": "peerapi4", "Port": 52977}, + {"Proto": "peerapi6", "Port": 52977} ]}, - "Created": "2026-04-09T01:26:15.962056807Z", + "Created": "2026-04-09T08:32:22.334724614Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8304301033608595, - "StableID": "nQXdbau2r721CNTRL", + "ID": 5066570841175628, + "StableID": "nsAXa2EfZg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "DiscoKey": "discokey:e9c8f2673e505ee4ed1d89412955c305ac186f5cd536b1e92f6dd99249637c7e", + "Addresses": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "AllowedIPs": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "Endpoints": ["77.164.248.136:53149", "10.65.0.27:53149", "172.17.0.1:53149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56603}, + {"Proto": "peerapi6", "Port": 56603} + ]}, + "Created": "2026-04-09T08:32:25.03933065Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7126536041202504, + "StableID": "nbLXH12dex11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "DiscoKey": "discokey:c071c3e744d6d52d08b8b6e558f9468fd91703950a1243db083ae7471b890206", + "Addresses": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "AllowedIPs": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "Endpoints": ["77.164.248.136:36397", "10.65.0.27:36397", "172.17.0.1:36397"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 49687}, + {"Proto": "peerapi6", "Port": 49687} + ]}, + "Created": "2026-04-09T08:32:24.505841268Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7352921502474900, + "StableID": "nMb4HDn9Rz11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "DiscoKey": "discokey:402f3509425ce66e12b2680625bab8f76692d5bbe96d5eb10396901835fa5c42", - "Addresses": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "AllowedIPs": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "Endpoints": ["77.164.248.136:51221", "10.65.0.27:51221", "172.17.0.1:51221"], + "Key": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "DiscoKey": "discokey:182f059f6517d32538c07949fecec05edffab29117e493c50218bf4c8c222839", + "Addresses": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "AllowedIPs": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "Endpoints": ["77.164.248.136:56881", "10.65.0.27:56881", "172.17.0.1:56881"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47779}, - {"Proto": "peerapi6", "Port": 47779} + {"Proto": "peerapi4", "Port": 51640}, + {"Proto": "peerapi6", "Port": 51640} ]}, - "Created": "2026-04-09T01:26:16.489686116Z", + "Created": "2026-04-09T08:32:22.868582813Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8825896810538655, - "StableID": "narSHuLGvB21CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "KeyExpiry": "2026-10-06T01:26:22Z", - "DiscoKey": "discokey:c83adda98e52b64ff499dc209f3647014587d99ee33b353da206c1b8b5996c6c", - "Addresses": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "AllowedIPs": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "Endpoints": ["77.164.248.136:44244", "10.65.0.27:44244", "172.17.0.1:44244"], + "ID": 8997774237866070, + "StableID": "nmeFykG7GD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "DiscoKey": "discokey:bfa75f55f3b47ff3e30c2fc62a8fed205b07a1ec0173bfddce9ca96ebcffd328", + "Addresses": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "AllowedIPs": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "Endpoints": ["77.164.248.136:42114", "10.65.0.27:42114", "172.17.0.1:42114"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63492}, - {"Proto": "peerapi6", "Port": 63492} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 46030}, + {"Proto": "peerapi6", "Port": 46030} ]}, - "Created": "2026-04-09T01:26:22.489940601Z", + "Created": "2026-04-09T08:32:26.138684512Z", "Cap": 131, + "Tags": ["tag:client"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11276,27 +11299,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1394907033309762": { - "ID": 1394907033309762, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8605970594203777": { + "ID": 8605970594203777, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11327,21 +11352,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7988048012230540, - "StableID": "nmdD4cUoN521CNTRL", + "ID": 3082063669847168, + "StableID": "nRoSU1bs4R11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 7988048012230540, - "Key": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "DiscoKey": "discokey:f0a7e40f64d9910716ff2f57236f0631b2ed6f12206d718fdf69e04bb767cb41", - "Addresses": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "AllowedIPs": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "User": 3082063669847168, + "Key": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "DiscoKey": "discokey:b3fed53df212c95604ab4a61bb67883373cbccf7a5a1077156603a742aeee660", + "Addresses": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "AllowedIPs": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "Endpoints": ["77.164.248.136:51539", "10.65.0.27:51539", "172.17.0.1:51539"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 59774}, - {"Proto": "peerapi6", "Port": 59774}, + {"Proto": "peerapi4", "Port": 39968}, + {"Proto": "peerapi6", "Port": 39968}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:17.0437937Z", + "Created": "2026-04-09T08:32:23.409618093Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11369,299 +11394,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "MachineKey": "mkey:a18cdee17619b3de4a4e5a21d34e9ac6e8e3217cd5230069457d30e0742d5d57", + "NodeKey": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "MachineKey": "mkey:7dd7677cd71d5a301413aecb98467b9e5a1567ab3f01b7c1d942095c31da951e", "Peers": [{ - "ID": 443710810061819, - "StableID": "nCuPsmXxT411CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "DiscoKey": "discokey:397813743c3fdfd7b5e2bcb8b2f00daea0ae86d06dbb3f22a090e70845260710", - "Addresses": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "AllowedIPs": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "Endpoints": ["77.164.248.136:41415", "10.65.0.27:41415", "172.17.0.1:41415"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 48586}, - {"Proto": "peerapi6", "Port": 48586} - ]}, - "Created": "2026-04-09T01:26:18.132811254Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 771937428519038, - "StableID": "nwZbBGVc2711CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:639c87c5303b0d4f854f58501391f4073ed5a01efd5aa822b311458c79d13623", - "Addresses": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "AllowedIPs": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "Endpoints": ["77.164.248.136:53275", "10.65.0.27:53275", "172.17.0.1:53275"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39525}, - {"Proto": "peerapi6", "Port": 39525} - ]}, - "Created": "2026-04-09T01:26:21.952680615Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1258829752277533, - "StableID": "nN9qYjK8qA11CNTRL", + "ID": 499918996727138, + "StableID": "ndgDrQ2Ru411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "DiscoKey": "discokey:1344f7c1e056615680aa1b3e0ff7cfff8751d2fd113d28343571eccc487af24e", - "Addresses": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "AllowedIPs": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "Endpoints": ["77.164.248.136:38293", "10.65.0.27:38293", "172.17.0.1:38293"], + "Key": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "DiscoKey": "discokey:12477b5c8d60df1e3a77dbf80862f574a440494b59cf9dd5469f4488b6b8df0f", + "Addresses": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "AllowedIPs": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "Endpoints": ["77.164.248.136:55240", "10.65.0.27:55240", "172.17.0.1:55240"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53245}, - {"Proto": "peerapi6", "Port": 53245} + {"Proto": "peerapi4", "Port": 54736}, + {"Proto": "peerapi6", "Port": 54736} ]}, - "Created": "2026-04-09T01:26:20.868998812Z", + "Created": "2026-04-09T08:32:27.229822582Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 1394907033309762, - "StableID": "nRk8urqktB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "DiscoKey": "discokey:82c949ee3be86be21540136bfe5381e903c0e67a972d2a507a2d21cb4020d115", - "Addresses": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "AllowedIPs": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "Endpoints": ["77.164.248.136:41708", "10.65.0.27:41708", "172.17.0.1:41708"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54231}, - {"Proto": "peerapi6", "Port": 54231} - ]}, - "Created": "2026-04-09T01:26:14.931576991Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2856091800524195, - "StableID": "nNnkBwgXJP11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "DiscoKey": "discokey:c2d072d264348156069b15f43cfc29ab244c15e4f780f60a180054238e1bb162", - "Addresses": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "AllowedIPs": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "Endpoints": ["77.164.248.136:39774", "10.65.0.27:39774", "172.17.0.1:39774"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37389}, - {"Proto": "peerapi6", "Port": 37389} - ]}, - "Created": "2026-04-09T01:26:15.407814316Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3364736472694300, - "StableID": "n9hQ6TvtGT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:ca97e0b45bac280774403bdc071e23121d44e184ce677d93c0f5272f13c4a213", - "Addresses": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "AllowedIPs": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "Endpoints": ["77.164.248.136:53471", "10.65.0.27:53471", "172.17.0.1:53471"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42035}, - {"Proto": "peerapi6", "Port": 42035} - ]}, - "Created": "2026-04-09T01:26:21.405202401Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4143684810899612, - "StableID": "nhZiMGagMZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "DiscoKey": "discokey:0fc067a6d0bf25a4fa53597fbede935826b123317a28f59d8d6580c5aefa0b22", - "Addresses": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "AllowedIPs": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "Endpoints": ["77.164.248.136:40418", "10.65.0.27:40418", "172.17.0.1:40418"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58034}, - {"Proto": "peerapi6", "Port": 58034} - ]}, - "Created": "2026-04-09T01:26:17.58850838Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5117729773654860, - "StableID": "ndopFp5qxg11CNTRL", + "ID": 1697835438823878, + "StableID": "nFwLmxFxFE11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "DiscoKey": "discokey:f93faedecaaa2246e15c0203864aaf7b1430cfa0ebe103462924d323ca978900", - "Addresses": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "AllowedIPs": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "Endpoints": ["77.164.248.136:41573", "10.65.0.27:41573", "172.17.0.1:41573"], + "Key": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "DiscoKey": "discokey:497aabbf5248d7f2e18b2b03e00b71023d0c3c07419bd3febb05666e0a17be2f", + "Addresses": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "AllowedIPs": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "Endpoints": ["77.164.248.136:44216", "10.65.0.27:44216", "172.17.0.1:44216"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64974}, - {"Proto": "peerapi6", "Port": 64974} + {"Proto": "peerapi4", "Port": 44785}, + {"Proto": "peerapi6", "Port": 44785} ]}, - "Created": "2026-04-09T01:26:19.22134165Z", + "Created": "2026-04-09T08:32:25.593224692Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5860154867693787, - "StableID": "nCj2WDL5mn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "DiscoKey": "discokey:cc6aa9e4829a7073f68ddaa46ab5889e8c4ef669223cd48a1c2622bf6af3bc09", - "Addresses": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], - "AllowedIPs": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], + "ID": 2845075981158312, + "StableID": "nwg6xeKYDP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:af3df742e433148caefc4d3ebd13b5cf7d09fc76f892fb4daba86f7a86990b67", + "Addresses": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "AllowedIPs": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "Endpoints": ["77.164.248.136:43123", "10.65.0.27:43123", "172.17.0.1:43123"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42280}, - {"Proto": "peerapi6", "Port": 42280} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60312}, + {"Proto": "peerapi6", "Port": 60312} ]}, - "Created": "2026-04-09T01:26:19.765750073Z", + "Created": "2026-04-09T08:32:28.306873106Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6011896867562270, - "StableID": "n1kwQWLowo11CNTRL", + "ID": 3033879841025969, + "StableID": "nQe3Xys3hQ11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "DiscoKey": "discokey:1cbcb3d317f11e79ae77c8b2ac9ee2570c878bc6b6ebc49bf0a8f2ae3790b449", + "Addresses": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "AllowedIPs": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "Endpoints": ["77.164.248.136:59974", "10.65.0.27:59974", "172.17.0.1:59974"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61226}, + {"Proto": "peerapi6", "Port": 61226} + ]}, + "Created": "2026-04-09T08:32:23.961595068Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 3039669775727095, + "StableID": "nezoDJyfjQ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "KeyExpiry": "2026-10-06T08:32:27Z", + "DiscoKey": "discokey:a5ab4170427eb535741e69717c0aa05c95c89134a2205ef8a8e6416c7525533f", + "Addresses": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "AllowedIPs": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "Endpoints": ["77.164.248.136:37661", "10.65.0.27:37661", "172.17.0.1:37661"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41075}, + {"Proto": "peerapi6", "Port": 41075} + ]}, + "Created": "2026-04-09T08:32:27.78019628Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3354044990465345, + "StableID": "nvfMRK54CT11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "DiscoKey": "discokey:f32070e6c5e3f21fad86148cd94a37ccce505fc9467626376ee6dfea8432b532", - "Addresses": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "AllowedIPs": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "Endpoints": ["77.164.248.136:52115", "10.65.0.27:52115", "172.17.0.1:52115"], + "Key": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "DiscoKey": "discokey:9e2da996e236cd3788a14c002a6b9509ab0debbed4663187e338b565f80bbf72", + "Addresses": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "AllowedIPs": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "Endpoints": ["77.164.248.136:39314", "10.65.0.27:39314", "172.17.0.1:39314"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 34162}, - {"Proto": "peerapi6", "Port": 34162} + {"Proto": "peerapi4", "Port": 55827}, + {"Proto": "peerapi6", "Port": 55827} ]}, - "Created": "2026-04-09T01:26:20.32912132Z", + "Created": "2026-04-09T08:32:26.693219896Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7357471869329544, - "StableID": "nV5ccyJDTz11CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 4004545369197172, + "StableID": "nKnZMkcfGY11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "DiscoKey": "discokey:438061a799a8b39a26cd286ee24c80fae2b4be259162ac449b93f9394a268057", - "Addresses": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "AllowedIPs": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "Endpoints": ["77.164.248.136:60389", "10.65.0.27:60389", "172.17.0.1:60389"], + "Key": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "DiscoKey": "discokey:8389b577f59c1faab53a3c318f013116f59fca35b82f436bbbecf455c0cc7e07", + "Addresses": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "AllowedIPs": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "Endpoints": ["77.164.248.136:34902", "10.65.0.27:34902", "172.17.0.1:34902"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51240}, - {"Proto": "peerapi6", "Port": 51240} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35129}, + {"Proto": "peerapi6", "Port": 35129} ]}, - "Created": "2026-04-09T01:26:18.669070413Z", + "Created": "2026-04-09T08:32:21.770837332Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8043815897656060, - "StableID": "n1h68RQ4p521CNTRL", + "ID": 4393794060908078, + "StableID": "nXfeK8XxJb11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:bee9eccbe99d7a797db84583b9dc32593f5820676ee9e9144574d7063d2dbf5f", + "Addresses": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "AllowedIPs": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 65249}, + {"Proto": "peerapi6", "Port": 65249} + ]}, + "Created": "2026-04-09T08:32:28.85206527Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4964698528632310, + "StableID": "nX7WAHDXmf11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "DiscoKey": "discokey:32990ba7807870d9a08347b37c50fdfee9fb89a9ac70434830c094699a91a615", - "Addresses": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "AllowedIPs": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "Endpoints": ["77.164.248.136:52529", "10.65.0.27:52529", "172.17.0.1:52529"], + "Key": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "DiscoKey": "discokey:0b507eda6e687bd710dea8a24a76f7b19164bcb6975c58d2af4b554017f0ab0c", + "Addresses": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "AllowedIPs": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "Endpoints": ["77.164.248.136:41414", "10.65.0.27:41414", "172.17.0.1:41414"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38843}, - {"Proto": "peerapi6", "Port": 38843} + {"Proto": "peerapi4", "Port": 52977}, + {"Proto": "peerapi6", "Port": 52977} ]}, - "Created": "2026-04-09T01:26:15.962056807Z", + "Created": "2026-04-09T08:32:22.334724614Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8304301033608595, - "StableID": "nQXdbau2r721CNTRL", + "ID": 5066570841175628, + "StableID": "nsAXa2EfZg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "DiscoKey": "discokey:e9c8f2673e505ee4ed1d89412955c305ac186f5cd536b1e92f6dd99249637c7e", + "Addresses": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "AllowedIPs": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "Endpoints": ["77.164.248.136:53149", "10.65.0.27:53149", "172.17.0.1:53149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56603}, + {"Proto": "peerapi6", "Port": 56603} + ]}, + "Created": "2026-04-09T08:32:25.03933065Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7126536041202504, + "StableID": "nbLXH12dex11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "DiscoKey": "discokey:c071c3e744d6d52d08b8b6e558f9468fd91703950a1243db083ae7471b890206", + "Addresses": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "AllowedIPs": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "Endpoints": ["77.164.248.136:36397", "10.65.0.27:36397", "172.17.0.1:36397"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 49687}, + {"Proto": "peerapi6", "Port": 49687} + ]}, + "Created": "2026-04-09T08:32:24.505841268Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7352921502474900, + "StableID": "nMb4HDn9Rz11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "DiscoKey": "discokey:402f3509425ce66e12b2680625bab8f76692d5bbe96d5eb10396901835fa5c42", - "Addresses": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "AllowedIPs": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "Endpoints": ["77.164.248.136:51221", "10.65.0.27:51221", "172.17.0.1:51221"], + "Key": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "DiscoKey": "discokey:182f059f6517d32538c07949fecec05edffab29117e493c50218bf4c8c222839", + "Addresses": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "AllowedIPs": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "Endpoints": ["77.164.248.136:56881", "10.65.0.27:56881", "172.17.0.1:56881"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47779}, - {"Proto": "peerapi6", "Port": 47779} + {"Proto": "peerapi4", "Port": 51640}, + {"Proto": "peerapi6", "Port": 51640} ]}, - "Created": "2026-04-09T01:26:16.489686116Z", + "Created": "2026-04-09T08:32:22.868582813Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8825896810538655, - "StableID": "narSHuLGvB21CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "KeyExpiry": "2026-10-06T01:26:22Z", - "DiscoKey": "discokey:c83adda98e52b64ff499dc209f3647014587d99ee33b353da206c1b8b5996c6c", - "Addresses": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "AllowedIPs": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63492}, - {"Proto": "peerapi6", "Port": 63492} + "ID": 8605970594203777, + "StableID": "nzoaekFfCA21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "DiscoKey": "discokey:6a4147d35422239f4cac0c9701f20c264da1bb0846541915786cdca8ae877b3f", + "Addresses": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "AllowedIPs": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "Endpoints": ["77.164.248.136:47878", "10.65.0.27:47878", "172.17.0.1:47878"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48904}, + {"Proto": "peerapi6", "Port": 48904} ]}, - "Created": "2026-04-09T01:26:22.489940601Z", + "Created": "2026-04-09T08:32:21.262256598Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8997774237866070, + "StableID": "nmeFykG7GD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "DiscoKey": "discokey:bfa75f55f3b47ff3e30c2fc62a8fed205b07a1ec0173bfddce9ca96ebcffd328", + "Addresses": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "AllowedIPs": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "Endpoints": ["77.164.248.136:42114", "10.65.0.27:42114", "172.17.0.1:42114"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 46030}, + {"Proto": "peerapi6", "Port": 46030} + ]}, + "Created": "2026-04-09T08:32:26.138684512Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12509,27 +12535,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7988048012230540": { - "ID": 7988048012230540, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3082063669847168": { + "ID": 3082063669847168, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12560,21 +12588,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8304301033608595, - "StableID": "nQXdbau2r721CNTRL", + "ID": 7352921502474900, + "StableID": "nMb4HDn9Rz11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 8304301033608595, - "Key": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "DiscoKey": "discokey:402f3509425ce66e12b2680625bab8f76692d5bbe96d5eb10396901835fa5c42", - "Addresses": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "AllowedIPs": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "Endpoints": ["77.164.248.136:51221", "10.65.0.27:51221", "172.17.0.1:51221"], + "User": 7352921502474900, + "Key": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "DiscoKey": "discokey:182f059f6517d32538c07949fecec05edffab29117e493c50218bf4c8c222839", + "Addresses": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "AllowedIPs": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "Endpoints": ["77.164.248.136:56881", "10.65.0.27:56881", "172.17.0.1:56881"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 47779}, - {"Proto": "peerapi6", "Port": 47779}, + {"Proto": "peerapi4", "Port": 51640}, + {"Proto": "peerapi6", "Port": 51640}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:16.489686116Z", + "Created": "2026-04-09T08:32:22.868582813Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12602,299 +12630,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "MachineKey": "mkey:b686809ef151c2b49fed15cb092a44703c148c6c541bb60409130de0fda9644e", + "NodeKey": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "MachineKey": "mkey:c4e6c68e6f5d91e8103d0036b01c842ff6d92526ad23e50d2dfc04d75e3ebc54", "Peers": [{ - "ID": 443710810061819, - "StableID": "nCuPsmXxT411CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "DiscoKey": "discokey:397813743c3fdfd7b5e2bcb8b2f00daea0ae86d06dbb3f22a090e70845260710", - "Addresses": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "AllowedIPs": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "Endpoints": ["77.164.248.136:41415", "10.65.0.27:41415", "172.17.0.1:41415"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 48586}, - {"Proto": "peerapi6", "Port": 48586} - ]}, - "Created": "2026-04-09T01:26:18.132811254Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 771937428519038, - "StableID": "nwZbBGVc2711CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:639c87c5303b0d4f854f58501391f4073ed5a01efd5aa822b311458c79d13623", - "Addresses": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "AllowedIPs": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "Endpoints": ["77.164.248.136:53275", "10.65.0.27:53275", "172.17.0.1:53275"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39525}, - {"Proto": "peerapi6", "Port": 39525} - ]}, - "Created": "2026-04-09T01:26:21.952680615Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1258829752277533, - "StableID": "nN9qYjK8qA11CNTRL", + "ID": 499918996727138, + "StableID": "ndgDrQ2Ru411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "DiscoKey": "discokey:1344f7c1e056615680aa1b3e0ff7cfff8751d2fd113d28343571eccc487af24e", - "Addresses": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "AllowedIPs": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "Endpoints": ["77.164.248.136:38293", "10.65.0.27:38293", "172.17.0.1:38293"], + "Key": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "DiscoKey": "discokey:12477b5c8d60df1e3a77dbf80862f574a440494b59cf9dd5469f4488b6b8df0f", + "Addresses": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "AllowedIPs": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "Endpoints": ["77.164.248.136:55240", "10.65.0.27:55240", "172.17.0.1:55240"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53245}, - {"Proto": "peerapi6", "Port": 53245} + {"Proto": "peerapi4", "Port": 54736}, + {"Proto": "peerapi6", "Port": 54736} ]}, - "Created": "2026-04-09T01:26:20.868998812Z", + "Created": "2026-04-09T08:32:27.229822582Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 1394907033309762, - "StableID": "nRk8urqktB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "DiscoKey": "discokey:82c949ee3be86be21540136bfe5381e903c0e67a972d2a507a2d21cb4020d115", - "Addresses": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "AllowedIPs": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "Endpoints": ["77.164.248.136:41708", "10.65.0.27:41708", "172.17.0.1:41708"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54231}, - {"Proto": "peerapi6", "Port": 54231} - ]}, - "Created": "2026-04-09T01:26:14.931576991Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2856091800524195, - "StableID": "nNnkBwgXJP11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "DiscoKey": "discokey:c2d072d264348156069b15f43cfc29ab244c15e4f780f60a180054238e1bb162", - "Addresses": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "AllowedIPs": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "Endpoints": ["77.164.248.136:39774", "10.65.0.27:39774", "172.17.0.1:39774"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37389}, - {"Proto": "peerapi6", "Port": 37389} - ]}, - "Created": "2026-04-09T01:26:15.407814316Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3364736472694300, - "StableID": "n9hQ6TvtGT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:ca97e0b45bac280774403bdc071e23121d44e184ce677d93c0f5272f13c4a213", - "Addresses": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "AllowedIPs": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "Endpoints": ["77.164.248.136:53471", "10.65.0.27:53471", "172.17.0.1:53471"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42035}, - {"Proto": "peerapi6", "Port": 42035} - ]}, - "Created": "2026-04-09T01:26:21.405202401Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4143684810899612, - "StableID": "nhZiMGagMZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "DiscoKey": "discokey:0fc067a6d0bf25a4fa53597fbede935826b123317a28f59d8d6580c5aefa0b22", - "Addresses": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "AllowedIPs": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "Endpoints": ["77.164.248.136:40418", "10.65.0.27:40418", "172.17.0.1:40418"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58034}, - {"Proto": "peerapi6", "Port": 58034} - ]}, - "Created": "2026-04-09T01:26:17.58850838Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5117729773654860, - "StableID": "ndopFp5qxg11CNTRL", + "ID": 1697835438823878, + "StableID": "nFwLmxFxFE11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "DiscoKey": "discokey:f93faedecaaa2246e15c0203864aaf7b1430cfa0ebe103462924d323ca978900", - "Addresses": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "AllowedIPs": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "Endpoints": ["77.164.248.136:41573", "10.65.0.27:41573", "172.17.0.1:41573"], + "Key": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "DiscoKey": "discokey:497aabbf5248d7f2e18b2b03e00b71023d0c3c07419bd3febb05666e0a17be2f", + "Addresses": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "AllowedIPs": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "Endpoints": ["77.164.248.136:44216", "10.65.0.27:44216", "172.17.0.1:44216"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64974}, - {"Proto": "peerapi6", "Port": 64974} + {"Proto": "peerapi4", "Port": 44785}, + {"Proto": "peerapi6", "Port": 44785} ]}, - "Created": "2026-04-09T01:26:19.22134165Z", + "Created": "2026-04-09T08:32:25.593224692Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5860154867693787, - "StableID": "nCj2WDL5mn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "DiscoKey": "discokey:cc6aa9e4829a7073f68ddaa46ab5889e8c4ef669223cd48a1c2622bf6af3bc09", - "Addresses": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], - "AllowedIPs": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], + "ID": 2845075981158312, + "StableID": "nwg6xeKYDP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:af3df742e433148caefc4d3ebd13b5cf7d09fc76f892fb4daba86f7a86990b67", + "Addresses": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "AllowedIPs": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "Endpoints": ["77.164.248.136:43123", "10.65.0.27:43123", "172.17.0.1:43123"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42280}, - {"Proto": "peerapi6", "Port": 42280} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60312}, + {"Proto": "peerapi6", "Port": 60312} ]}, - "Created": "2026-04-09T01:26:19.765750073Z", + "Created": "2026-04-09T08:32:28.306873106Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6011896867562270, - "StableID": "n1kwQWLowo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 3033879841025969, + "StableID": "nQe3Xys3hQ11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "DiscoKey": "discokey:f32070e6c5e3f21fad86148cd94a37ccce505fc9467626376ee6dfea8432b532", - "Addresses": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "AllowedIPs": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "Endpoints": ["77.164.248.136:52115", "10.65.0.27:52115", "172.17.0.1:52115"], + "Key": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "DiscoKey": "discokey:1cbcb3d317f11e79ae77c8b2ac9ee2570c878bc6b6ebc49bf0a8f2ae3790b449", + "Addresses": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "AllowedIPs": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "Endpoints": ["77.164.248.136:59974", "10.65.0.27:59974", "172.17.0.1:59974"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 34162}, - {"Proto": "peerapi6", "Port": 34162} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61226}, + {"Proto": "peerapi6", "Port": 61226} ]}, - "Created": "2026-04-09T01:26:20.32912132Z", + "Created": "2026-04-09T08:32:23.961595068Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 7357471869329544, - "StableID": "nV5ccyJDTz11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "DiscoKey": "discokey:438061a799a8b39a26cd286ee24c80fae2b4be259162ac449b93f9394a268057", - "Addresses": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "AllowedIPs": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "Endpoints": ["77.164.248.136:60389", "10.65.0.27:60389", "172.17.0.1:60389"], + "ID": 3039669775727095, + "StableID": "nezoDJyfjQ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "KeyExpiry": "2026-10-06T08:32:27Z", + "DiscoKey": "discokey:a5ab4170427eb535741e69717c0aa05c95c89134a2205ef8a8e6416c7525533f", + "Addresses": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "AllowedIPs": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "Endpoints": ["77.164.248.136:37661", "10.65.0.27:37661", "172.17.0.1:37661"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51240}, - {"Proto": "peerapi6", "Port": 51240} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41075}, + {"Proto": "peerapi6", "Port": 41075} ]}, - "Created": "2026-04-09T01:26:18.669070413Z", + "Created": "2026-04-09T08:32:27.78019628Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7988048012230540, - "StableID": "nmdD4cUoN521CNTRL", + "ID": 3082063669847168, + "StableID": "nRoSU1bs4R11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "DiscoKey": "discokey:f0a7e40f64d9910716ff2f57236f0631b2ed6f12206d718fdf69e04bb767cb41", - "Addresses": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "AllowedIPs": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "Key": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "DiscoKey": "discokey:b3fed53df212c95604ab4a61bb67883373cbccf7a5a1077156603a742aeee660", + "Addresses": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "AllowedIPs": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "Endpoints": ["77.164.248.136:51539", "10.65.0.27:51539", "172.17.0.1:51539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 59774}, - {"Proto": "peerapi6", "Port": 59774} + {"Proto": "peerapi4", "Port": 39968}, + {"Proto": "peerapi6", "Port": 39968} ]}, - "Created": "2026-04-09T01:26:17.0437937Z", + "Created": "2026-04-09T08:32:23.409618093Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8043815897656060, - "StableID": "n1h68RQ4p521CNTRL", + "ID": 3354044990465345, + "StableID": "nvfMRK54CT11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "DiscoKey": "discokey:9e2da996e236cd3788a14c002a6b9509ab0debbed4663187e338b565f80bbf72", + "Addresses": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "AllowedIPs": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "Endpoints": ["77.164.248.136:39314", "10.65.0.27:39314", "172.17.0.1:39314"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55827}, + {"Proto": "peerapi6", "Port": 55827} + ]}, + "Created": "2026-04-09T08:32:26.693219896Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4004545369197172, + "StableID": "nKnZMkcfGY11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "DiscoKey": "discokey:8389b577f59c1faab53a3c318f013116f59fca35b82f436bbbecf455c0cc7e07", + "Addresses": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "AllowedIPs": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "Endpoints": ["77.164.248.136:34902", "10.65.0.27:34902", "172.17.0.1:34902"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35129}, + {"Proto": "peerapi6", "Port": 35129} + ]}, + "Created": "2026-04-09T08:32:21.770837332Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4393794060908078, + "StableID": "nXfeK8XxJb11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:bee9eccbe99d7a797db84583b9dc32593f5820676ee9e9144574d7063d2dbf5f", + "Addresses": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "AllowedIPs": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 65249}, + {"Proto": "peerapi6", "Port": 65249} + ]}, + "Created": "2026-04-09T08:32:28.85206527Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4964698528632310, + "StableID": "nX7WAHDXmf11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "DiscoKey": "discokey:32990ba7807870d9a08347b37c50fdfee9fb89a9ac70434830c094699a91a615", - "Addresses": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "AllowedIPs": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "Endpoints": ["77.164.248.136:52529", "10.65.0.27:52529", "172.17.0.1:52529"], + "Key": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "DiscoKey": "discokey:0b507eda6e687bd710dea8a24a76f7b19164bcb6975c58d2af4b554017f0ab0c", + "Addresses": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "AllowedIPs": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "Endpoints": ["77.164.248.136:41414", "10.65.0.27:41414", "172.17.0.1:41414"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38843}, - {"Proto": "peerapi6", "Port": 38843} + {"Proto": "peerapi4", "Port": 52977}, + {"Proto": "peerapi6", "Port": 52977} ]}, - "Created": "2026-04-09T01:26:15.962056807Z", + "Created": "2026-04-09T08:32:22.334724614Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8825896810538655, - "StableID": "narSHuLGvB21CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "KeyExpiry": "2026-10-06T01:26:22Z", - "DiscoKey": "discokey:c83adda98e52b64ff499dc209f3647014587d99ee33b353da206c1b8b5996c6c", - "Addresses": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "AllowedIPs": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63492}, - {"Proto": "peerapi6", "Port": 63492} + "ID": 5066570841175628, + "StableID": "nsAXa2EfZg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "DiscoKey": "discokey:e9c8f2673e505ee4ed1d89412955c305ac186f5cd536b1e92f6dd99249637c7e", + "Addresses": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "AllowedIPs": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "Endpoints": ["77.164.248.136:53149", "10.65.0.27:53149", "172.17.0.1:53149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56603}, + {"Proto": "peerapi6", "Port": 56603} ]}, - "Created": "2026-04-09T01:26:22.489940601Z", + "Created": "2026-04-09T08:32:25.03933065Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7126536041202504, + "StableID": "nbLXH12dex11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "DiscoKey": "discokey:c071c3e744d6d52d08b8b6e558f9468fd91703950a1243db083ae7471b890206", + "Addresses": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "AllowedIPs": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "Endpoints": ["77.164.248.136:36397", "10.65.0.27:36397", "172.17.0.1:36397"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 49687}, + {"Proto": "peerapi6", "Port": 49687} + ]}, + "Created": "2026-04-09T08:32:24.505841268Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8605970594203777, + "StableID": "nzoaekFfCA21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "DiscoKey": "discokey:6a4147d35422239f4cac0c9701f20c264da1bb0846541915786cdca8ae877b3f", + "Addresses": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "AllowedIPs": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "Endpoints": ["77.164.248.136:47878", "10.65.0.27:47878", "172.17.0.1:47878"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48904}, + {"Proto": "peerapi6", "Port": 48904} + ]}, + "Created": "2026-04-09T08:32:21.262256598Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8997774237866070, + "StableID": "nmeFykG7GD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "DiscoKey": "discokey:bfa75f55f3b47ff3e30c2fc62a8fed205b07a1ec0173bfddce9ca96ebcffd328", + "Addresses": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "AllowedIPs": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "Endpoints": ["77.164.248.136:42114", "10.65.0.27:42114", "172.17.0.1:42114"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 46030}, + {"Proto": "peerapi6", "Port": 46030} + ]}, + "Created": "2026-04-09T08:32:26.138684512Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13742,27 +13771,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8304301033608595": { - "ID": 8304301033608595, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7352921502474900": { + "ID": 7352921502474900, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13793,26 +13824,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 443710810061819, - "StableID": "nCuPsmXxT411CNTRL", + "ID": 7126536041202504, + "StableID": "nbLXH12dex11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 443710810061819, - "Key": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "DiscoKey": "discokey:397813743c3fdfd7b5e2bcb8b2f00daea0ae86d06dbb3f22a090e70845260710", - "Addresses": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "AllowedIPs": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "Endpoints": ["77.164.248.136:41415", "10.65.0.27:41415", "172.17.0.1:41415"], + "User": 7126536041202504, + "Key": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "DiscoKey": "discokey:c071c3e744d6d52d08b8b6e558f9468fd91703950a1243db083ae7471b890206", + "Addresses": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "AllowedIPs": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "Endpoints": ["77.164.248.136:36397", "10.65.0.27:36397", "172.17.0.1:36397"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 48586}, - {"Proto": "peerapi6", "Port": 48586}, + {"Proto": "peerapi4", "Port": 49687}, + {"Proto": "peerapi6", "Port": 49687}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:18.132811254Z", + "Created": "2026-04-09T08:32:24.505841268Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13840,301 +13871,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "MachineKey": "mkey:8d26fd295a8296ca4203bfa2ae9f9c14d8573a7460d99bf18c09c5f39c85b260", + "NodeKey": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "MachineKey": "mkey:afb796825da93cc41f5a10eead5b655f5613106a24d590d508120088d1068234", "Peers": [{ - "ID": 771937428519038, - "StableID": "nwZbBGVc2711CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:639c87c5303b0d4f854f58501391f4073ed5a01efd5aa822b311458c79d13623", - "Addresses": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "AllowedIPs": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "Endpoints": ["77.164.248.136:53275", "10.65.0.27:53275", "172.17.0.1:53275"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39525}, - {"Proto": "peerapi6", "Port": 39525} - ]}, - "Created": "2026-04-09T01:26:21.952680615Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1258829752277533, - "StableID": "nN9qYjK8qA11CNTRL", + "ID": 499918996727138, + "StableID": "ndgDrQ2Ru411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "DiscoKey": "discokey:1344f7c1e056615680aa1b3e0ff7cfff8751d2fd113d28343571eccc487af24e", - "Addresses": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "AllowedIPs": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "Endpoints": ["77.164.248.136:38293", "10.65.0.27:38293", "172.17.0.1:38293"], + "Key": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "DiscoKey": "discokey:12477b5c8d60df1e3a77dbf80862f574a440494b59cf9dd5469f4488b6b8df0f", + "Addresses": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "AllowedIPs": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "Endpoints": ["77.164.248.136:55240", "10.65.0.27:55240", "172.17.0.1:55240"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53245}, - {"Proto": "peerapi6", "Port": 53245} + {"Proto": "peerapi4", "Port": 54736}, + {"Proto": "peerapi6", "Port": 54736} ]}, - "Created": "2026-04-09T01:26:20.868998812Z", + "Created": "2026-04-09T08:32:27.229822582Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 1394907033309762, - "StableID": "nRk8urqktB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "DiscoKey": "discokey:82c949ee3be86be21540136bfe5381e903c0e67a972d2a507a2d21cb4020d115", - "Addresses": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "AllowedIPs": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "Endpoints": ["77.164.248.136:41708", "10.65.0.27:41708", "172.17.0.1:41708"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54231}, - {"Proto": "peerapi6", "Port": 54231} - ]}, - "Created": "2026-04-09T01:26:14.931576991Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2856091800524195, - "StableID": "nNnkBwgXJP11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "DiscoKey": "discokey:c2d072d264348156069b15f43cfc29ab244c15e4f780f60a180054238e1bb162", - "Addresses": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "AllowedIPs": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "Endpoints": ["77.164.248.136:39774", "10.65.0.27:39774", "172.17.0.1:39774"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37389}, - {"Proto": "peerapi6", "Port": 37389} - ]}, - "Created": "2026-04-09T01:26:15.407814316Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3364736472694300, - "StableID": "n9hQ6TvtGT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:ca97e0b45bac280774403bdc071e23121d44e184ce677d93c0f5272f13c4a213", - "Addresses": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "AllowedIPs": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "Endpoints": ["77.164.248.136:53471", "10.65.0.27:53471", "172.17.0.1:53471"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42035}, - {"Proto": "peerapi6", "Port": 42035} - ]}, - "Created": "2026-04-09T01:26:21.405202401Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4143684810899612, - "StableID": "nhZiMGagMZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "DiscoKey": "discokey:0fc067a6d0bf25a4fa53597fbede935826b123317a28f59d8d6580c5aefa0b22", - "Addresses": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "AllowedIPs": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "Endpoints": ["77.164.248.136:40418", "10.65.0.27:40418", "172.17.0.1:40418"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58034}, - {"Proto": "peerapi6", "Port": 58034} - ]}, - "Created": "2026-04-09T01:26:17.58850838Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5117729773654860, - "StableID": "ndopFp5qxg11CNTRL", + "ID": 1697835438823878, + "StableID": "nFwLmxFxFE11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "DiscoKey": "discokey:f93faedecaaa2246e15c0203864aaf7b1430cfa0ebe103462924d323ca978900", - "Addresses": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "AllowedIPs": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "Endpoints": ["77.164.248.136:41573", "10.65.0.27:41573", "172.17.0.1:41573"], + "Key": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "DiscoKey": "discokey:497aabbf5248d7f2e18b2b03e00b71023d0c3c07419bd3febb05666e0a17be2f", + "Addresses": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "AllowedIPs": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "Endpoints": ["77.164.248.136:44216", "10.65.0.27:44216", "172.17.0.1:44216"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64974}, - {"Proto": "peerapi6", "Port": 64974} + {"Proto": "peerapi4", "Port": 44785}, + {"Proto": "peerapi6", "Port": 44785} ]}, - "Created": "2026-04-09T01:26:19.22134165Z", + "Created": "2026-04-09T08:32:25.593224692Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5860154867693787, - "StableID": "nCj2WDL5mn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "DiscoKey": "discokey:cc6aa9e4829a7073f68ddaa46ab5889e8c4ef669223cd48a1c2622bf6af3bc09", - "Addresses": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], - "AllowedIPs": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], + "ID": 2845075981158312, + "StableID": "nwg6xeKYDP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:af3df742e433148caefc4d3ebd13b5cf7d09fc76f892fb4daba86f7a86990b67", + "Addresses": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "AllowedIPs": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "Endpoints": ["77.164.248.136:43123", "10.65.0.27:43123", "172.17.0.1:43123"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42280}, - {"Proto": "peerapi6", "Port": 42280} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60312}, + {"Proto": "peerapi6", "Port": 60312} ]}, - "Created": "2026-04-09T01:26:19.765750073Z", + "Created": "2026-04-09T08:32:28.306873106Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6011896867562270, - "StableID": "n1kwQWLowo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 3033879841025969, + "StableID": "nQe3Xys3hQ11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "DiscoKey": "discokey:f32070e6c5e3f21fad86148cd94a37ccce505fc9467626376ee6dfea8432b532", - "Addresses": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "AllowedIPs": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "Endpoints": ["77.164.248.136:52115", "10.65.0.27:52115", "172.17.0.1:52115"], + "Key": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "DiscoKey": "discokey:1cbcb3d317f11e79ae77c8b2ac9ee2570c878bc6b6ebc49bf0a8f2ae3790b449", + "Addresses": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "AllowedIPs": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "Endpoints": ["77.164.248.136:59974", "10.65.0.27:59974", "172.17.0.1:59974"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 34162}, - {"Proto": "peerapi6", "Port": 34162} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61226}, + {"Proto": "peerapi6", "Port": 61226} ]}, - "Created": "2026-04-09T01:26:20.32912132Z", + "Created": "2026-04-09T08:32:23.961595068Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 7357471869329544, - "StableID": "nV5ccyJDTz11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "DiscoKey": "discokey:438061a799a8b39a26cd286ee24c80fae2b4be259162ac449b93f9394a268057", - "Addresses": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "AllowedIPs": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "Endpoints": ["77.164.248.136:60389", "10.65.0.27:60389", "172.17.0.1:60389"], + "ID": 3039669775727095, + "StableID": "nezoDJyfjQ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "KeyExpiry": "2026-10-06T08:32:27Z", + "DiscoKey": "discokey:a5ab4170427eb535741e69717c0aa05c95c89134a2205ef8a8e6416c7525533f", + "Addresses": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "AllowedIPs": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "Endpoints": ["77.164.248.136:37661", "10.65.0.27:37661", "172.17.0.1:37661"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51240}, - {"Proto": "peerapi6", "Port": 51240} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41075}, + {"Proto": "peerapi6", "Port": 41075} ]}, - "Created": "2026-04-09T01:26:18.669070413Z", + "Created": "2026-04-09T08:32:27.78019628Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7988048012230540, - "StableID": "nmdD4cUoN521CNTRL", + "ID": 3082063669847168, + "StableID": "nRoSU1bs4R11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "DiscoKey": "discokey:f0a7e40f64d9910716ff2f57236f0631b2ed6f12206d718fdf69e04bb767cb41", - "Addresses": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "AllowedIPs": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "Key": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "DiscoKey": "discokey:b3fed53df212c95604ab4a61bb67883373cbccf7a5a1077156603a742aeee660", + "Addresses": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "AllowedIPs": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "Endpoints": ["77.164.248.136:51539", "10.65.0.27:51539", "172.17.0.1:51539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 59774}, - {"Proto": "peerapi6", "Port": 59774} + {"Proto": "peerapi4", "Port": 39968}, + {"Proto": "peerapi6", "Port": 39968} ]}, - "Created": "2026-04-09T01:26:17.0437937Z", + "Created": "2026-04-09T08:32:23.409618093Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8043815897656060, - "StableID": "n1h68RQ4p521CNTRL", + "ID": 3354044990465345, + "StableID": "nvfMRK54CT11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "DiscoKey": "discokey:9e2da996e236cd3788a14c002a6b9509ab0debbed4663187e338b565f80bbf72", + "Addresses": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "AllowedIPs": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "Endpoints": ["77.164.248.136:39314", "10.65.0.27:39314", "172.17.0.1:39314"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55827}, + {"Proto": "peerapi6", "Port": 55827} + ]}, + "Created": "2026-04-09T08:32:26.693219896Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4004545369197172, + "StableID": "nKnZMkcfGY11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "DiscoKey": "discokey:8389b577f59c1faab53a3c318f013116f59fca35b82f436bbbecf455c0cc7e07", + "Addresses": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "AllowedIPs": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "Endpoints": ["77.164.248.136:34902", "10.65.0.27:34902", "172.17.0.1:34902"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35129}, + {"Proto": "peerapi6", "Port": 35129} + ]}, + "Created": "2026-04-09T08:32:21.770837332Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4393794060908078, + "StableID": "nXfeK8XxJb11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:bee9eccbe99d7a797db84583b9dc32593f5820676ee9e9144574d7063d2dbf5f", + "Addresses": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "AllowedIPs": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "Endpoints": ["77.164.248.136:40033", "10.65.0.27:40033", "172.17.0.1:40033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 65249}, + {"Proto": "peerapi6", "Port": 65249} + ]}, + "Created": "2026-04-09T08:32:28.85206527Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4964698528632310, + "StableID": "nX7WAHDXmf11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "DiscoKey": "discokey:32990ba7807870d9a08347b37c50fdfee9fb89a9ac70434830c094699a91a615", - "Addresses": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "AllowedIPs": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "Endpoints": ["77.164.248.136:52529", "10.65.0.27:52529", "172.17.0.1:52529"], + "Key": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "DiscoKey": "discokey:0b507eda6e687bd710dea8a24a76f7b19164bcb6975c58d2af4b554017f0ab0c", + "Addresses": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "AllowedIPs": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "Endpoints": ["77.164.248.136:41414", "10.65.0.27:41414", "172.17.0.1:41414"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38843}, - {"Proto": "peerapi6", "Port": 38843} + {"Proto": "peerapi4", "Port": 52977}, + {"Proto": "peerapi6", "Port": 52977} ]}, - "Created": "2026-04-09T01:26:15.962056807Z", + "Created": "2026-04-09T08:32:22.334724614Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8304301033608595, - "StableID": "nQXdbau2r721CNTRL", + "ID": 5066570841175628, + "StableID": "nsAXa2EfZg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "DiscoKey": "discokey:e9c8f2673e505ee4ed1d89412955c305ac186f5cd536b1e92f6dd99249637c7e", + "Addresses": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "AllowedIPs": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "Endpoints": ["77.164.248.136:53149", "10.65.0.27:53149", "172.17.0.1:53149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56603}, + {"Proto": "peerapi6", "Port": 56603} + ]}, + "Created": "2026-04-09T08:32:25.03933065Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7352921502474900, + "StableID": "nMb4HDn9Rz11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "DiscoKey": "discokey:402f3509425ce66e12b2680625bab8f76692d5bbe96d5eb10396901835fa5c42", - "Addresses": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "AllowedIPs": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "Endpoints": ["77.164.248.136:51221", "10.65.0.27:51221", "172.17.0.1:51221"], + "Key": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "DiscoKey": "discokey:182f059f6517d32538c07949fecec05edffab29117e493c50218bf4c8c222839", + "Addresses": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "AllowedIPs": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "Endpoints": ["77.164.248.136:56881", "10.65.0.27:56881", "172.17.0.1:56881"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47779}, - {"Proto": "peerapi6", "Port": 47779} + {"Proto": "peerapi4", "Port": 51640}, + {"Proto": "peerapi6", "Port": 51640} ]}, - "Created": "2026-04-09T01:26:16.489686116Z", + "Created": "2026-04-09T08:32:22.868582813Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8825896810538655, - "StableID": "narSHuLGvB21CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "KeyExpiry": "2026-10-06T01:26:22Z", - "DiscoKey": "discokey:c83adda98e52b64ff499dc209f3647014587d99ee33b353da206c1b8b5996c6c", - "Addresses": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "AllowedIPs": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "Endpoints": ["77.164.248.136:44244", "10.65.0.27:44244", "172.17.0.1:44244"], + "ID": 8605970594203777, + "StableID": "nzoaekFfCA21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "DiscoKey": "discokey:6a4147d35422239f4cac0c9701f20c264da1bb0846541915786cdca8ae877b3f", + "Addresses": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "AllowedIPs": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "Endpoints": ["77.164.248.136:47878", "10.65.0.27:47878", "172.17.0.1:47878"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63492}, - {"Proto": "peerapi6", "Port": 63492} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48904}, + {"Proto": "peerapi6", "Port": 48904} ]}, - "Created": "2026-04-09T01:26:22.489940601Z", + "Created": "2026-04-09T08:32:21.262256598Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8997774237866070, + "StableID": "nmeFykG7GD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "DiscoKey": "discokey:bfa75f55f3b47ff3e30c2fc62a8fed205b07a1ec0173bfddce9ca96ebcffd328", + "Addresses": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "AllowedIPs": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "Endpoints": ["77.164.248.136:42114", "10.65.0.27:42114", "172.17.0.1:42114"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 46030}, + {"Proto": "peerapi6", "Port": 46030} + ]}, + "Created": "2026-04-09T08:32:26.138684512Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -14982,27 +15014,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "443710810061819": { - "ID": 443710810061819, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7126536041202504": { + "ID": 7126536041202504, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15033,26 +15067,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5117729773654860, - "StableID": "ndopFp5qxg11CNTRL", + "ID": 1697835438823878, + "StableID": "nFwLmxFxFE11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 5117729773654860, - "Key": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "DiscoKey": "discokey:f93faedecaaa2246e15c0203864aaf7b1430cfa0ebe103462924d323ca978900", - "Addresses": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "AllowedIPs": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "Endpoints": ["77.164.248.136:41573", "10.65.0.27:41573", "172.17.0.1:41573"], + "User": 1697835438823878, + "Key": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "DiscoKey": "discokey:497aabbf5248d7f2e18b2b03e00b71023d0c3c07419bd3febb05666e0a17be2f", + "Addresses": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "AllowedIPs": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "Endpoints": ["77.164.248.136:44216", "10.65.0.27:44216", "172.17.0.1:44216"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 64974}, - {"Proto": "peerapi6", "Port": 64974}, + {"Proto": "peerapi4", "Port": 44785}, + {"Proto": "peerapi6", "Port": 44785}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:19.22134165Z", + "Created": "2026-04-09T08:32:25.593224692Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15080,301 +15114,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "MachineKey": "mkey:68bbcc87fc0429d8112b4541dea8bf3e1bc5018148a6741442f7dad5f2cc1f35", + "NodeKey": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "MachineKey": "mkey:af81e5a642be82462411e24d9f94f380b82224447cb6a8738dfd04d0f8699a08", "Peers": [{ - "ID": 443710810061819, - "StableID": "nCuPsmXxT411CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "DiscoKey": "discokey:397813743c3fdfd7b5e2bcb8b2f00daea0ae86d06dbb3f22a090e70845260710", - "Addresses": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "AllowedIPs": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "Endpoints": ["77.164.248.136:41415", "10.65.0.27:41415", "172.17.0.1:41415"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 48586}, - {"Proto": "peerapi6", "Port": 48586} - ]}, - "Created": "2026-04-09T01:26:18.132811254Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 771937428519038, - "StableID": "nwZbBGVc2711CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:639c87c5303b0d4f854f58501391f4073ed5a01efd5aa822b311458c79d13623", - "Addresses": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "AllowedIPs": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "Endpoints": ["77.164.248.136:53275", "10.65.0.27:53275", "172.17.0.1:53275"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39525}, - {"Proto": "peerapi6", "Port": 39525} - ]}, - "Created": "2026-04-09T01:26:21.952680615Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1258829752277533, - "StableID": "nN9qYjK8qA11CNTRL", + "ID": 499918996727138, + "StableID": "ndgDrQ2Ru411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "DiscoKey": "discokey:1344f7c1e056615680aa1b3e0ff7cfff8751d2fd113d28343571eccc487af24e", - "Addresses": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "AllowedIPs": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "Endpoints": ["77.164.248.136:38293", "10.65.0.27:38293", "172.17.0.1:38293"], + "Key": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "DiscoKey": "discokey:12477b5c8d60df1e3a77dbf80862f574a440494b59cf9dd5469f4488b6b8df0f", + "Addresses": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "AllowedIPs": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "Endpoints": ["77.164.248.136:55240", "10.65.0.27:55240", "172.17.0.1:55240"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53245}, - {"Proto": "peerapi6", "Port": 53245} + {"Proto": "peerapi4", "Port": 54736}, + {"Proto": "peerapi6", "Port": 54736} ]}, - "Created": "2026-04-09T01:26:20.868998812Z", + "Created": "2026-04-09T08:32:27.229822582Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 1394907033309762, - "StableID": "nRk8urqktB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "DiscoKey": "discokey:82c949ee3be86be21540136bfe5381e903c0e67a972d2a507a2d21cb4020d115", - "Addresses": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "AllowedIPs": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "Endpoints": ["77.164.248.136:41708", "10.65.0.27:41708", "172.17.0.1:41708"], + "ID": 2845075981158312, + "StableID": "nwg6xeKYDP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:af3df742e433148caefc4d3ebd13b5cf7d09fc76f892fb4daba86f7a86990b67", + "Addresses": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "AllowedIPs": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "Endpoints": ["77.164.248.136:43123", "10.65.0.27:43123", "172.17.0.1:43123"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54231}, - {"Proto": "peerapi6", "Port": 54231} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60312}, + {"Proto": "peerapi6", "Port": 60312} ]}, - "Created": "2026-04-09T01:26:14.931576991Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2856091800524195, - "StableID": "nNnkBwgXJP11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "DiscoKey": "discokey:c2d072d264348156069b15f43cfc29ab244c15e4f780f60a180054238e1bb162", - "Addresses": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "AllowedIPs": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "Endpoints": ["77.164.248.136:39774", "10.65.0.27:39774", "172.17.0.1:39774"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37389}, - {"Proto": "peerapi6", "Port": 37389} - ]}, - "Created": "2026-04-09T01:26:15.407814316Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3364736472694300, - "StableID": "n9hQ6TvtGT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:ca97e0b45bac280774403bdc071e23121d44e184ce677d93c0f5272f13c4a213", - "Addresses": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "AllowedIPs": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "Endpoints": ["77.164.248.136:53471", "10.65.0.27:53471", "172.17.0.1:53471"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42035}, - {"Proto": "peerapi6", "Port": 42035} - ]}, - "Created": "2026-04-09T01:26:21.405202401Z", + "Created": "2026-04-09T08:32:28.306873106Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 4143684810899612, - "StableID": "nhZiMGagMZ11CNTRL", + "ID": 3033879841025969, + "StableID": "nQe3Xys3hQ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "DiscoKey": "discokey:0fc067a6d0bf25a4fa53597fbede935826b123317a28f59d8d6580c5aefa0b22", - "Addresses": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "AllowedIPs": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "Endpoints": ["77.164.248.136:40418", "10.65.0.27:40418", "172.17.0.1:40418"], + "Key": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "DiscoKey": "discokey:1cbcb3d317f11e79ae77c8b2ac9ee2570c878bc6b6ebc49bf0a8f2ae3790b449", + "Addresses": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "AllowedIPs": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "Endpoints": ["77.164.248.136:59974", "10.65.0.27:59974", "172.17.0.1:59974"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58034}, - {"Proto": "peerapi6", "Port": 58034} + {"Proto": "peerapi4", "Port": 61226}, + {"Proto": "peerapi6", "Port": 61226} ]}, - "Created": "2026-04-09T01:26:17.58850838Z", + "Created": "2026-04-09T08:32:23.961595068Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 5860154867693787, - "StableID": "nCj2WDL5mn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "DiscoKey": "discokey:cc6aa9e4829a7073f68ddaa46ab5889e8c4ef669223cd48a1c2622bf6af3bc09", - "Addresses": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], - "AllowedIPs": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], + "ID": 3039669775727095, + "StableID": "nezoDJyfjQ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "KeyExpiry": "2026-10-06T08:32:27Z", + "DiscoKey": "discokey:a5ab4170427eb535741e69717c0aa05c95c89134a2205ef8a8e6416c7525533f", + "Addresses": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "AllowedIPs": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "Endpoints": ["77.164.248.136:37661", "10.65.0.27:37661", "172.17.0.1:37661"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42280}, - {"Proto": "peerapi6", "Port": 42280} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41075}, + {"Proto": "peerapi6", "Port": 41075} ]}, - "Created": "2026-04-09T01:26:19.765750073Z", + "Created": "2026-04-09T08:32:27.78019628Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6011896867562270, - "StableID": "n1kwQWLowo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "DiscoKey": "discokey:f32070e6c5e3f21fad86148cd94a37ccce505fc9467626376ee6dfea8432b532", - "Addresses": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "AllowedIPs": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "Endpoints": ["77.164.248.136:52115", "10.65.0.27:52115", "172.17.0.1:52115"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 34162}, - {"Proto": "peerapi6", "Port": 34162} - ]}, - "Created": "2026-04-09T01:26:20.32912132Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7357471869329544, - "StableID": "nV5ccyJDTz11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "DiscoKey": "discokey:438061a799a8b39a26cd286ee24c80fae2b4be259162ac449b93f9394a268057", - "Addresses": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "AllowedIPs": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "Endpoints": ["77.164.248.136:60389", "10.65.0.27:60389", "172.17.0.1:60389"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51240}, - {"Proto": "peerapi6", "Port": 51240} - ]}, - "Created": "2026-04-09T01:26:18.669070413Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7988048012230540, - "StableID": "nmdD4cUoN521CNTRL", + "ID": 3082063669847168, + "StableID": "nRoSU1bs4R11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "DiscoKey": "discokey:f0a7e40f64d9910716ff2f57236f0631b2ed6f12206d718fdf69e04bb767cb41", - "Addresses": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "AllowedIPs": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "Key": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "DiscoKey": "discokey:b3fed53df212c95604ab4a61bb67883373cbccf7a5a1077156603a742aeee660", + "Addresses": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "AllowedIPs": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "Endpoints": ["77.164.248.136:51539", "10.65.0.27:51539", "172.17.0.1:51539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 59774}, - {"Proto": "peerapi6", "Port": 59774} + {"Proto": "peerapi4", "Port": 39968}, + {"Proto": "peerapi6", "Port": 39968} ]}, - "Created": "2026-04-09T01:26:17.0437937Z", + "Created": "2026-04-09T08:32:23.409618093Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8043815897656060, - "StableID": "n1h68RQ4p521CNTRL", + "ID": 3354044990465345, + "StableID": "nvfMRK54CT11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "DiscoKey": "discokey:9e2da996e236cd3788a14c002a6b9509ab0debbed4663187e338b565f80bbf72", + "Addresses": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "AllowedIPs": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "Endpoints": ["77.164.248.136:39314", "10.65.0.27:39314", "172.17.0.1:39314"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55827}, + {"Proto": "peerapi6", "Port": 55827} + ]}, + "Created": "2026-04-09T08:32:26.693219896Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4004545369197172, + "StableID": "nKnZMkcfGY11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "DiscoKey": "discokey:8389b577f59c1faab53a3c318f013116f59fca35b82f436bbbecf455c0cc7e07", + "Addresses": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "AllowedIPs": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "Endpoints": ["77.164.248.136:34902", "10.65.0.27:34902", "172.17.0.1:34902"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35129}, + {"Proto": "peerapi6", "Port": 35129} + ]}, + "Created": "2026-04-09T08:32:21.770837332Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4393794060908078, + "StableID": "nXfeK8XxJb11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:bee9eccbe99d7a797db84583b9dc32593f5820676ee9e9144574d7063d2dbf5f", + "Addresses": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "AllowedIPs": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "Endpoints": ["77.164.248.136:40033", "10.65.0.27:40033", "172.17.0.1:40033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 65249}, + {"Proto": "peerapi6", "Port": 65249} + ]}, + "Created": "2026-04-09T08:32:28.85206527Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4964698528632310, + "StableID": "nX7WAHDXmf11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "DiscoKey": "discokey:32990ba7807870d9a08347b37c50fdfee9fb89a9ac70434830c094699a91a615", - "Addresses": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "AllowedIPs": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "Endpoints": ["77.164.248.136:52529", "10.65.0.27:52529", "172.17.0.1:52529"], + "Key": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "DiscoKey": "discokey:0b507eda6e687bd710dea8a24a76f7b19164bcb6975c58d2af4b554017f0ab0c", + "Addresses": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "AllowedIPs": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "Endpoints": ["77.164.248.136:41414", "10.65.0.27:41414", "172.17.0.1:41414"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38843}, - {"Proto": "peerapi6", "Port": 38843} + {"Proto": "peerapi4", "Port": 52977}, + {"Proto": "peerapi6", "Port": 52977} ]}, - "Created": "2026-04-09T01:26:15.962056807Z", + "Created": "2026-04-09T08:32:22.334724614Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8304301033608595, - "StableID": "nQXdbau2r721CNTRL", + "ID": 5066570841175628, + "StableID": "nsAXa2EfZg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "DiscoKey": "discokey:e9c8f2673e505ee4ed1d89412955c305ac186f5cd536b1e92f6dd99249637c7e", + "Addresses": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "AllowedIPs": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "Endpoints": ["77.164.248.136:53149", "10.65.0.27:53149", "172.17.0.1:53149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56603}, + {"Proto": "peerapi6", "Port": 56603} + ]}, + "Created": "2026-04-09T08:32:25.03933065Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7126536041202504, + "StableID": "nbLXH12dex11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "DiscoKey": "discokey:c071c3e744d6d52d08b8b6e558f9468fd91703950a1243db083ae7471b890206", + "Addresses": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "AllowedIPs": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "Endpoints": ["77.164.248.136:36397", "10.65.0.27:36397", "172.17.0.1:36397"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 49687}, + {"Proto": "peerapi6", "Port": 49687} + ]}, + "Created": "2026-04-09T08:32:24.505841268Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7352921502474900, + "StableID": "nMb4HDn9Rz11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "DiscoKey": "discokey:402f3509425ce66e12b2680625bab8f76692d5bbe96d5eb10396901835fa5c42", - "Addresses": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "AllowedIPs": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "Endpoints": ["77.164.248.136:51221", "10.65.0.27:51221", "172.17.0.1:51221"], + "Key": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "DiscoKey": "discokey:182f059f6517d32538c07949fecec05edffab29117e493c50218bf4c8c222839", + "Addresses": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "AllowedIPs": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "Endpoints": ["77.164.248.136:56881", "10.65.0.27:56881", "172.17.0.1:56881"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47779}, - {"Proto": "peerapi6", "Port": 47779} + {"Proto": "peerapi4", "Port": 51640}, + {"Proto": "peerapi6", "Port": 51640} ]}, - "Created": "2026-04-09T01:26:16.489686116Z", + "Created": "2026-04-09T08:32:22.868582813Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8825896810538655, - "StableID": "narSHuLGvB21CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "KeyExpiry": "2026-10-06T01:26:22Z", - "DiscoKey": "discokey:c83adda98e52b64ff499dc209f3647014587d99ee33b353da206c1b8b5996c6c", - "Addresses": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "AllowedIPs": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "Endpoints": ["77.164.248.136:44244", "10.65.0.27:44244", "172.17.0.1:44244"], + "ID": 8605970594203777, + "StableID": "nzoaekFfCA21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "DiscoKey": "discokey:6a4147d35422239f4cac0c9701f20c264da1bb0846541915786cdca8ae877b3f", + "Addresses": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "AllowedIPs": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "Endpoints": ["77.164.248.136:47878", "10.65.0.27:47878", "172.17.0.1:47878"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63492}, - {"Proto": "peerapi6", "Port": 63492} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48904}, + {"Proto": "peerapi6", "Port": 48904} ]}, - "Created": "2026-04-09T01:26:22.489940601Z", + "Created": "2026-04-09T08:32:21.262256598Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8997774237866070, + "StableID": "nmeFykG7GD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "DiscoKey": "discokey:bfa75f55f3b47ff3e30c2fc62a8fed205b07a1ec0173bfddce9ca96ebcffd328", + "Addresses": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "AllowedIPs": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "Endpoints": ["77.164.248.136:42114", "10.65.0.27:42114", "172.17.0.1:42114"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 46030}, + {"Proto": "peerapi6", "Port": 46030} + ]}, + "Created": "2026-04-09T08:32:26.138684512Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16222,27 +16257,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5117729773654860": { - "ID": 5117729773654860, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1697835438823878": { + "ID": 1697835438823878, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16273,22 +16310,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 771937428519038, - "StableID": "nwZbBGVc2711CNTRL", + "ID": 2845075981158312, + "StableID": "nwg6xeKYDP11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:639c87c5303b0d4f854f58501391f4073ed5a01efd5aa822b311458c79d13623", - "Addresses": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "AllowedIPs": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "Endpoints": ["77.164.248.136:53275", "10.65.0.27:53275", "172.17.0.1:53275"], + "Key": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:af3df742e433148caefc4d3ebd13b5cf7d09fc76f892fb4daba86f7a86990b67", + "Addresses": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "AllowedIPs": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "Endpoints": ["77.164.248.136:43123", "10.65.0.27:43123", "172.17.0.1:43123"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39525}, - {"Proto": "peerapi6", "Port": 39525}, + {"Proto": "peerapi4", "Port": 60312}, + {"Proto": "peerapi6", "Port": 60312}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:21.952680615Z", + "Created": "2026-04-09T08:32:28.306873106Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16315,299 +16352,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "MachineKey": "mkey:9fce1e5024ba3a246880b59f5745c776368ba3f0f186cbe804857ed9dcd5a06c", + "NodeKey": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "MachineKey": "mkey:e25bd01b94e088130d006ed37e739fb88f915e8a08de7abd1ee055d9d2a2d909", "Peers": [{ - "ID": 443710810061819, - "StableID": "nCuPsmXxT411CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "DiscoKey": "discokey:397813743c3fdfd7b5e2bcb8b2f00daea0ae86d06dbb3f22a090e70845260710", - "Addresses": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "AllowedIPs": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "Endpoints": ["77.164.248.136:41415", "10.65.0.27:41415", "172.17.0.1:41415"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 48586}, - {"Proto": "peerapi6", "Port": 48586} - ]}, - "Created": "2026-04-09T01:26:18.132811254Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1258829752277533, - "StableID": "nN9qYjK8qA11CNTRL", + "ID": 499918996727138, + "StableID": "ndgDrQ2Ru411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "DiscoKey": "discokey:1344f7c1e056615680aa1b3e0ff7cfff8751d2fd113d28343571eccc487af24e", - "Addresses": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "AllowedIPs": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "Endpoints": ["77.164.248.136:38293", "10.65.0.27:38293", "172.17.0.1:38293"], + "Key": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "DiscoKey": "discokey:12477b5c8d60df1e3a77dbf80862f574a440494b59cf9dd5469f4488b6b8df0f", + "Addresses": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "AllowedIPs": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "Endpoints": ["77.164.248.136:55240", "10.65.0.27:55240", "172.17.0.1:55240"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53245}, - {"Proto": "peerapi6", "Port": 53245} + {"Proto": "peerapi4", "Port": 54736}, + {"Proto": "peerapi6", "Port": 54736} ]}, - "Created": "2026-04-09T01:26:20.868998812Z", + "Created": "2026-04-09T08:32:27.229822582Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 1394907033309762, - "StableID": "nRk8urqktB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "DiscoKey": "discokey:82c949ee3be86be21540136bfe5381e903c0e67a972d2a507a2d21cb4020d115", - "Addresses": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "AllowedIPs": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "Endpoints": ["77.164.248.136:41708", "10.65.0.27:41708", "172.17.0.1:41708"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54231}, - {"Proto": "peerapi6", "Port": 54231} - ]}, - "Created": "2026-04-09T01:26:14.931576991Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2856091800524195, - "StableID": "nNnkBwgXJP11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "DiscoKey": "discokey:c2d072d264348156069b15f43cfc29ab244c15e4f780f60a180054238e1bb162", - "Addresses": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "AllowedIPs": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "Endpoints": ["77.164.248.136:39774", "10.65.0.27:39774", "172.17.0.1:39774"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37389}, - {"Proto": "peerapi6", "Port": 37389} - ]}, - "Created": "2026-04-09T01:26:15.407814316Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3364736472694300, - "StableID": "n9hQ6TvtGT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:ca97e0b45bac280774403bdc071e23121d44e184ce677d93c0f5272f13c4a213", - "Addresses": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "AllowedIPs": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "Endpoints": ["77.164.248.136:53471", "10.65.0.27:53471", "172.17.0.1:53471"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42035}, - {"Proto": "peerapi6", "Port": 42035} - ]}, - "Created": "2026-04-09T01:26:21.405202401Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4143684810899612, - "StableID": "nhZiMGagMZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "DiscoKey": "discokey:0fc067a6d0bf25a4fa53597fbede935826b123317a28f59d8d6580c5aefa0b22", - "Addresses": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "AllowedIPs": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "Endpoints": ["77.164.248.136:40418", "10.65.0.27:40418", "172.17.0.1:40418"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58034}, - {"Proto": "peerapi6", "Port": 58034} - ]}, - "Created": "2026-04-09T01:26:17.58850838Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5117729773654860, - "StableID": "ndopFp5qxg11CNTRL", + "ID": 1697835438823878, + "StableID": "nFwLmxFxFE11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "DiscoKey": "discokey:f93faedecaaa2246e15c0203864aaf7b1430cfa0ebe103462924d323ca978900", - "Addresses": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "AllowedIPs": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "Endpoints": ["77.164.248.136:41573", "10.65.0.27:41573", "172.17.0.1:41573"], + "Key": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "DiscoKey": "discokey:497aabbf5248d7f2e18b2b03e00b71023d0c3c07419bd3febb05666e0a17be2f", + "Addresses": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "AllowedIPs": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "Endpoints": ["77.164.248.136:44216", "10.65.0.27:44216", "172.17.0.1:44216"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64974}, - {"Proto": "peerapi6", "Port": 64974} + {"Proto": "peerapi4", "Port": 44785}, + {"Proto": "peerapi6", "Port": 44785} ]}, - "Created": "2026-04-09T01:26:19.22134165Z", + "Created": "2026-04-09T08:32:25.593224692Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5860154867693787, - "StableID": "nCj2WDL5mn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 3033879841025969, + "StableID": "nQe3Xys3hQ11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "DiscoKey": "discokey:cc6aa9e4829a7073f68ddaa46ab5889e8c4ef669223cd48a1c2622bf6af3bc09", - "Addresses": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], - "AllowedIPs": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], + "Key": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "DiscoKey": "discokey:1cbcb3d317f11e79ae77c8b2ac9ee2570c878bc6b6ebc49bf0a8f2ae3790b449", + "Addresses": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "AllowedIPs": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "Endpoints": ["77.164.248.136:59974", "10.65.0.27:59974", "172.17.0.1:59974"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42280}, - {"Proto": "peerapi6", "Port": 42280} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61226}, + {"Proto": "peerapi6", "Port": 61226} ]}, - "Created": "2026-04-09T01:26:19.765750073Z", + "Created": "2026-04-09T08:32:23.961595068Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 6011896867562270, - "StableID": "n1kwQWLowo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "DiscoKey": "discokey:f32070e6c5e3f21fad86148cd94a37ccce505fc9467626376ee6dfea8432b532", - "Addresses": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "AllowedIPs": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "Endpoints": ["77.164.248.136:52115", "10.65.0.27:52115", "172.17.0.1:52115"], + "ID": 3039669775727095, + "StableID": "nezoDJyfjQ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "KeyExpiry": "2026-10-06T08:32:27Z", + "DiscoKey": "discokey:a5ab4170427eb535741e69717c0aa05c95c89134a2205ef8a8e6416c7525533f", + "Addresses": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "AllowedIPs": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "Endpoints": ["77.164.248.136:37661", "10.65.0.27:37661", "172.17.0.1:37661"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 34162}, - {"Proto": "peerapi6", "Port": 34162} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41075}, + {"Proto": "peerapi6", "Port": 41075} ]}, - "Created": "2026-04-09T01:26:20.32912132Z", + "Created": "2026-04-09T08:32:27.78019628Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7357471869329544, - "StableID": "nV5ccyJDTz11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "DiscoKey": "discokey:438061a799a8b39a26cd286ee24c80fae2b4be259162ac449b93f9394a268057", - "Addresses": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "AllowedIPs": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "Endpoints": ["77.164.248.136:60389", "10.65.0.27:60389", "172.17.0.1:60389"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51240}, - {"Proto": "peerapi6", "Port": 51240} - ]}, - "Created": "2026-04-09T01:26:18.669070413Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7988048012230540, - "StableID": "nmdD4cUoN521CNTRL", + "ID": 3082063669847168, + "StableID": "nRoSU1bs4R11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "DiscoKey": "discokey:f0a7e40f64d9910716ff2f57236f0631b2ed6f12206d718fdf69e04bb767cb41", - "Addresses": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "AllowedIPs": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "Key": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "DiscoKey": "discokey:b3fed53df212c95604ab4a61bb67883373cbccf7a5a1077156603a742aeee660", + "Addresses": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "AllowedIPs": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "Endpoints": ["77.164.248.136:51539", "10.65.0.27:51539", "172.17.0.1:51539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 59774}, - {"Proto": "peerapi6", "Port": 59774} + {"Proto": "peerapi4", "Port": 39968}, + {"Proto": "peerapi6", "Port": 39968} ]}, - "Created": "2026-04-09T01:26:17.0437937Z", + "Created": "2026-04-09T08:32:23.409618093Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8043815897656060, - "StableID": "n1h68RQ4p521CNTRL", + "ID": 3354044990465345, + "StableID": "nvfMRK54CT11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "DiscoKey": "discokey:9e2da996e236cd3788a14c002a6b9509ab0debbed4663187e338b565f80bbf72", + "Addresses": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "AllowedIPs": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "Endpoints": ["77.164.248.136:39314", "10.65.0.27:39314", "172.17.0.1:39314"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55827}, + {"Proto": "peerapi6", "Port": 55827} + ]}, + "Created": "2026-04-09T08:32:26.693219896Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4004545369197172, + "StableID": "nKnZMkcfGY11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "DiscoKey": "discokey:8389b577f59c1faab53a3c318f013116f59fca35b82f436bbbecf455c0cc7e07", + "Addresses": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "AllowedIPs": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "Endpoints": ["77.164.248.136:34902", "10.65.0.27:34902", "172.17.0.1:34902"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35129}, + {"Proto": "peerapi6", "Port": 35129} + ]}, + "Created": "2026-04-09T08:32:21.770837332Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4393794060908078, + "StableID": "nXfeK8XxJb11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:bee9eccbe99d7a797db84583b9dc32593f5820676ee9e9144574d7063d2dbf5f", + "Addresses": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "AllowedIPs": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 65249}, + {"Proto": "peerapi6", "Port": 65249} + ]}, + "Created": "2026-04-09T08:32:28.85206527Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4964698528632310, + "StableID": "nX7WAHDXmf11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "DiscoKey": "discokey:32990ba7807870d9a08347b37c50fdfee9fb89a9ac70434830c094699a91a615", - "Addresses": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "AllowedIPs": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "Endpoints": ["77.164.248.136:52529", "10.65.0.27:52529", "172.17.0.1:52529"], + "Key": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "DiscoKey": "discokey:0b507eda6e687bd710dea8a24a76f7b19164bcb6975c58d2af4b554017f0ab0c", + "Addresses": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "AllowedIPs": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "Endpoints": ["77.164.248.136:41414", "10.65.0.27:41414", "172.17.0.1:41414"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38843}, - {"Proto": "peerapi6", "Port": 38843} + {"Proto": "peerapi4", "Port": 52977}, + {"Proto": "peerapi6", "Port": 52977} ]}, - "Created": "2026-04-09T01:26:15.962056807Z", + "Created": "2026-04-09T08:32:22.334724614Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8304301033608595, - "StableID": "nQXdbau2r721CNTRL", + "ID": 5066570841175628, + "StableID": "nsAXa2EfZg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "DiscoKey": "discokey:e9c8f2673e505ee4ed1d89412955c305ac186f5cd536b1e92f6dd99249637c7e", + "Addresses": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "AllowedIPs": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "Endpoints": ["77.164.248.136:53149", "10.65.0.27:53149", "172.17.0.1:53149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56603}, + {"Proto": "peerapi6", "Port": 56603} + ]}, + "Created": "2026-04-09T08:32:25.03933065Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7126536041202504, + "StableID": "nbLXH12dex11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "DiscoKey": "discokey:c071c3e744d6d52d08b8b6e558f9468fd91703950a1243db083ae7471b890206", + "Addresses": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "AllowedIPs": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "Endpoints": ["77.164.248.136:36397", "10.65.0.27:36397", "172.17.0.1:36397"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 49687}, + {"Proto": "peerapi6", "Port": 49687} + ]}, + "Created": "2026-04-09T08:32:24.505841268Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7352921502474900, + "StableID": "nMb4HDn9Rz11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "DiscoKey": "discokey:402f3509425ce66e12b2680625bab8f76692d5bbe96d5eb10396901835fa5c42", - "Addresses": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "AllowedIPs": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "Endpoints": ["77.164.248.136:51221", "10.65.0.27:51221", "172.17.0.1:51221"], + "Key": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "DiscoKey": "discokey:182f059f6517d32538c07949fecec05edffab29117e493c50218bf4c8c222839", + "Addresses": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "AllowedIPs": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "Endpoints": ["77.164.248.136:56881", "10.65.0.27:56881", "172.17.0.1:56881"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47779}, - {"Proto": "peerapi6", "Port": 47779} + {"Proto": "peerapi4", "Port": 51640}, + {"Proto": "peerapi6", "Port": 51640} ]}, - "Created": "2026-04-09T01:26:16.489686116Z", + "Created": "2026-04-09T08:32:22.868582813Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8825896810538655, - "StableID": "narSHuLGvB21CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "KeyExpiry": "2026-10-06T01:26:22Z", - "DiscoKey": "discokey:c83adda98e52b64ff499dc209f3647014587d99ee33b353da206c1b8b5996c6c", - "Addresses": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "AllowedIPs": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63492}, - {"Proto": "peerapi6", "Port": 63492} + "ID": 8605970594203777, + "StableID": "nzoaekFfCA21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "DiscoKey": "discokey:6a4147d35422239f4cac0c9701f20c264da1bb0846541915786cdca8ae877b3f", + "Addresses": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "AllowedIPs": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "Endpoints": ["77.164.248.136:47878", "10.65.0.27:47878", "172.17.0.1:47878"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48904}, + {"Proto": "peerapi6", "Port": 48904} ]}, - "Created": "2026-04-09T01:26:22.489940601Z", + "Created": "2026-04-09T08:32:21.262256598Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8997774237866070, + "StableID": "nmeFykG7GD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "DiscoKey": "discokey:bfa75f55f3b47ff3e30c2fc62a8fed205b07a1ec0173bfddce9ca96ebcffd328", + "Addresses": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "AllowedIPs": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "Endpoints": ["77.164.248.136:42114", "10.65.0.27:42114", "172.17.0.1:42114"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 46030}, + {"Proto": "peerapi6", "Port": 46030} + ]}, + "Created": "2026-04-09T08:32:26.138684512Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17455,23 +17493,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17502,20 +17541,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5860154867693787, - "StableID": "nCj2WDL5mn11CNTRL", + "ID": 8997774237866070, + "StableID": "nmeFykG7GD21CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 5860154867693787, - "Key": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "DiscoKey": "discokey:cc6aa9e4829a7073f68ddaa46ab5889e8c4ef669223cd48a1c2622bf6af3bc09", - "Addresses": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], - "AllowedIPs": ["100.70.47.116/32", "fd7a:115c:a1e0::7837:2f74/128"], + "User": 8997774237866070, + "Key": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "DiscoKey": "discokey:bfa75f55f3b47ff3e30c2fc62a8fed205b07a1ec0173bfddce9ca96ebcffd328", + "Addresses": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "AllowedIPs": ["100.105.155.72/32", "fd7a:115c:a1e0::137:9b48/128"], + "Endpoints": ["77.164.248.136:42114", "10.65.0.27:42114", "172.17.0.1:42114"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 42280}, - {"Proto": "peerapi6", "Port": 42280}, + {"Proto": "peerapi4", "Port": 46030}, + {"Proto": "peerapi6", "Port": 46030}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:19.765750073Z", + "Created": "2026-04-09T08:32:26.138684512Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17543,300 +17583,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d6af2b3a3576a3f2fb2b3910f1673f19efdced8055612404b3fd704b78c62f73", - "MachineKey": "mkey:87fd4b6edd434b76086b57db515d3c65238b58d286898c187f91dcbc95bcfd59", + "NodeKey": "nodekey:cefac26d507d6fd35211d6ad4a849182fda4ff7fa10d101272c9326401e99b47", + "MachineKey": "mkey:72e471de72384dfe84b708f01a91e46830d644e2f22fac064e7b70de36727e66", "Peers": [{ - "ID": 443710810061819, - "StableID": "nCuPsmXxT411CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:514a089849da0cbe9080ff65e350979e060cb1dc53e9eea63e38a93b648cfe1b", - "DiscoKey": "discokey:397813743c3fdfd7b5e2bcb8b2f00daea0ae86d06dbb3f22a090e70845260710", - "Addresses": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "AllowedIPs": ["100.76.254.28/32", "fd7a:115c:a1e0::6437:fe1c/128"], - "Endpoints": ["77.164.248.136:41415", "10.65.0.27:41415", "172.17.0.1:41415"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 48586}, - {"Proto": "peerapi6", "Port": 48586} - ]}, - "Created": "2026-04-09T01:26:18.132811254Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 771937428519038, - "StableID": "nwZbBGVc2711CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:384f28ece5a69da3938fc6920563c5b25e637ac86cc4e7a75aeb2faa8ec1de3c", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:639c87c5303b0d4f854f58501391f4073ed5a01efd5aa822b311458c79d13623", - "Addresses": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "AllowedIPs": ["100.65.222.61/32", "fd7a:115c:a1e0::8e37:de3d/128"], - "Endpoints": ["77.164.248.136:53275", "10.65.0.27:53275", "172.17.0.1:53275"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39525}, - {"Proto": "peerapi6", "Port": 39525} - ]}, - "Created": "2026-04-09T01:26:21.952680615Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1258829752277533, - "StableID": "nN9qYjK8qA11CNTRL", + "ID": 499918996727138, + "StableID": "ndgDrQ2Ru411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1578b9accf11947fa129ecf399acf6d95f3d94a85d625cf0f28fbbc705a55210", - "DiscoKey": "discokey:1344f7c1e056615680aa1b3e0ff7cfff8751d2fd113d28343571eccc487af24e", - "Addresses": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "AllowedIPs": ["100.101.82.17/32", "fd7a:115c:a1e0::537:5211/128"], - "Endpoints": ["77.164.248.136:38293", "10.65.0.27:38293", "172.17.0.1:38293"], + "Key": "nodekey:d16e3439bce9325f54eecc303b2c37a86454675de36f17ad52feb775cad85964", + "DiscoKey": "discokey:12477b5c8d60df1e3a77dbf80862f574a440494b59cf9dd5469f4488b6b8df0f", + "Addresses": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "AllowedIPs": ["100.88.89.101/32", "fd7a:115c:a1e0::ca37:5965/128"], + "Endpoints": ["77.164.248.136:55240", "10.65.0.27:55240", "172.17.0.1:55240"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53245}, - {"Proto": "peerapi6", "Port": 53245} + {"Proto": "peerapi4", "Port": 54736}, + {"Proto": "peerapi6", "Port": 54736} ]}, - "Created": "2026-04-09T01:26:20.868998812Z", + "Created": "2026-04-09T08:32:27.229822582Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 1394907033309762, - "StableID": "nRk8urqktB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81dd0203cd9f089edf92368c0cde6c44febed2f57ca349eb0778dcd35b9d2240", - "DiscoKey": "discokey:82c949ee3be86be21540136bfe5381e903c0e67a972d2a507a2d21cb4020d115", - "Addresses": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "AllowedIPs": ["100.93.34.65/32", "fd7a:115c:a1e0::5b37:2241/128"], - "Endpoints": ["77.164.248.136:41708", "10.65.0.27:41708", "172.17.0.1:41708"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54231}, - {"Proto": "peerapi6", "Port": 54231} - ]}, - "Created": "2026-04-09T01:26:14.931576991Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2856091800524195, - "StableID": "nNnkBwgXJP11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d2685437997f2795719a71c560d7ab408b17c1213fca77b1850698142576bb49", - "DiscoKey": "discokey:c2d072d264348156069b15f43cfc29ab244c15e4f780f60a180054238e1bb162", - "Addresses": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "AllowedIPs": ["100.118.187.74/32", "fd7a:115c:a1e0::2537:bb4a/128"], - "Endpoints": ["77.164.248.136:39774", "10.65.0.27:39774", "172.17.0.1:39774"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37389}, - {"Proto": "peerapi6", "Port": 37389} - ]}, - "Created": "2026-04-09T01:26:15.407814316Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3364736472694300, - "StableID": "n9hQ6TvtGT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f1ea67a3a7286ebc06e14737d06c593d0cb3841d4b958f7152e0894f96756f10", - "KeyExpiry": "2026-10-06T01:26:21Z", - "DiscoKey": "discokey:ca97e0b45bac280774403bdc071e23121d44e184ce677d93c0f5272f13c4a213", - "Addresses": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "AllowedIPs": ["100.117.111.17/32", "fd7a:115c:a1e0::9637:6f11/128"], - "Endpoints": ["77.164.248.136:53471", "10.65.0.27:53471", "172.17.0.1:53471"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42035}, - {"Proto": "peerapi6", "Port": 42035} - ]}, - "Created": "2026-04-09T01:26:21.405202401Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4143684810899612, - "StableID": "nhZiMGagMZ11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:096edd19b3262485d0107d9977977dc3b4453f40ce18a064d4af7e2c605b9170", - "DiscoKey": "discokey:0fc067a6d0bf25a4fa53597fbede935826b123317a28f59d8d6580c5aefa0b22", - "Addresses": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "AllowedIPs": ["100.91.145.113/32", "fd7a:115c:a1e0::6037:9171/128"], - "Endpoints": ["77.164.248.136:40418", "10.65.0.27:40418", "172.17.0.1:40418"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58034}, - {"Proto": "peerapi6", "Port": 58034} - ]}, - "Created": "2026-04-09T01:26:17.58850838Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5117729773654860, - "StableID": "ndopFp5qxg11CNTRL", + "ID": 1697835438823878, + "StableID": "nFwLmxFxFE11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41b2f8f91e67ca5e22fd2a0d7dcfdde09c62c1eaf3368a7f640d9ac74670c22a", - "DiscoKey": "discokey:f93faedecaaa2246e15c0203864aaf7b1430cfa0ebe103462924d323ca978900", - "Addresses": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "AllowedIPs": ["100.112.194.43/32", "fd7a:115c:a1e0::4637:c22b/128"], - "Endpoints": ["77.164.248.136:41573", "10.65.0.27:41573", "172.17.0.1:41573"], + "Key": "nodekey:c1aa7787813ea5b8ac37f18fd952d1b2ce24d36e9dbe215c28dcb7d03e5a0518", + "DiscoKey": "discokey:497aabbf5248d7f2e18b2b03e00b71023d0c3c07419bd3febb05666e0a17be2f", + "Addresses": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "AllowedIPs": ["100.90.5.25/32", "fd7a:115c:a1e0::3e37:519/128"], + "Endpoints": ["77.164.248.136:44216", "10.65.0.27:44216", "172.17.0.1:44216"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64974}, - {"Proto": "peerapi6", "Port": 64974} + {"Proto": "peerapi4", "Port": 44785}, + {"Proto": "peerapi6", "Port": 44785} ]}, - "Created": "2026-04-09T01:26:19.22134165Z", + "Created": "2026-04-09T08:32:25.593224692Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 6011896867562270, - "StableID": "n1kwQWLowo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:65ae9274ebc83bc3bc667caf744222e3637e8f85dcf2e224a285ae4d299baf7b", - "DiscoKey": "discokey:f32070e6c5e3f21fad86148cd94a37ccce505fc9467626376ee6dfea8432b532", - "Addresses": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "AllowedIPs": ["100.91.175.124/32", "fd7a:115c:a1e0::2937:af7c/128"], - "Endpoints": ["77.164.248.136:52115", "10.65.0.27:52115", "172.17.0.1:52115"], + "ID": 2845075981158312, + "StableID": "nwg6xeKYDP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a0d67f30a9087cf7ea505290664f613dd8c2d12f6f852dc87f816a477b020801", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:af3df742e433148caefc4d3ebd13b5cf7d09fc76f892fb4daba86f7a86990b67", + "Addresses": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "AllowedIPs": ["100.66.8.2/32", "fd7a:115c:a1e0::7b37:802/128"], + "Endpoints": ["77.164.248.136:43123", "10.65.0.27:43123", "172.17.0.1:43123"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 34162}, - {"Proto": "peerapi6", "Port": 34162} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60312}, + {"Proto": "peerapi6", "Port": 60312} ]}, - "Created": "2026-04-09T01:26:20.32912132Z", + "Created": "2026-04-09T08:32:28.306873106Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 7357471869329544, - "StableID": "nV5ccyJDTz11CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 3033879841025969, + "StableID": "nQe3Xys3hQ11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c1c611a98f5424c4990a5fbf1bc35b73d4edd04996768c4a0e2b1b086ba3940", - "DiscoKey": "discokey:438061a799a8b39a26cd286ee24c80fae2b4be259162ac449b93f9394a268057", - "Addresses": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "AllowedIPs": ["100.122.57.65/32", "fd7a:115c:a1e0::8637:3941/128"], - "Endpoints": ["77.164.248.136:60389", "10.65.0.27:60389", "172.17.0.1:60389"], + "Key": "nodekey:bf835078f80cf2c93c877166838af95c4d53a0739c8a984558b38e631004ad31", + "DiscoKey": "discokey:1cbcb3d317f11e79ae77c8b2ac9ee2570c878bc6b6ebc49bf0a8f2ae3790b449", + "Addresses": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "AllowedIPs": ["100.68.173.50/32", "fd7a:115c:a1e0::1037:ad32/128"], + "Endpoints": ["77.164.248.136:59974", "10.65.0.27:59974", "172.17.0.1:59974"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51240}, - {"Proto": "peerapi6", "Port": 51240} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61226}, + {"Proto": "peerapi6", "Port": 61226} ]}, - "Created": "2026-04-09T01:26:18.669070413Z", + "Created": "2026-04-09T08:32:23.961595068Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 7988048012230540, - "StableID": "nmdD4cUoN521CNTRL", + "ID": 3039669775727095, + "StableID": "nezoDJyfjQ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:11a73102ae14962e647d4671e6bb9e5e666695baf75cc5f43eb268d54d9b8e1e", + "KeyExpiry": "2026-10-06T08:32:27Z", + "DiscoKey": "discokey:a5ab4170427eb535741e69717c0aa05c95c89134a2205ef8a8e6416c7525533f", + "Addresses": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "AllowedIPs": ["100.91.142.31/32", "fd7a:115c:a1e0::4d37:8e1f/128"], + "Endpoints": ["77.164.248.136:37661", "10.65.0.27:37661", "172.17.0.1:37661"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41075}, + {"Proto": "peerapi6", "Port": 41075} + ]}, + "Created": "2026-04-09T08:32:27.78019628Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3082063669847168, + "StableID": "nRoSU1bs4R11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33468b19528576f027fe36701db0cce0b88bd14f81b6eb69e6e2eeffebe5ae18", - "DiscoKey": "discokey:f0a7e40f64d9910716ff2f57236f0631b2ed6f12206d718fdf69e04bb767cb41", - "Addresses": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "AllowedIPs": ["100.101.174.25/32", "fd7a:115c:a1e0::eb37:ae19/128"], - "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "Key": "nodekey:9d9e18a9fe09b776d0bf6e09bec658df0d118e43653dbcf4b053cc4a7d70b25f", + "DiscoKey": "discokey:b3fed53df212c95604ab4a61bb67883373cbccf7a5a1077156603a742aeee660", + "Addresses": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "AllowedIPs": ["100.112.178.96/32", "fd7a:115c:a1e0::7d37:b260/128"], + "Endpoints": ["77.164.248.136:51539", "10.65.0.27:51539", "172.17.0.1:51539"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 59774}, - {"Proto": "peerapi6", "Port": 59774} + {"Proto": "peerapi4", "Port": 39968}, + {"Proto": "peerapi6", "Port": 39968} ]}, - "Created": "2026-04-09T01:26:17.0437937Z", + "Created": "2026-04-09T08:32:23.409618093Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8043815897656060, - "StableID": "n1h68RQ4p521CNTRL", + "ID": 3354044990465345, + "StableID": "nvfMRK54CT11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1db5b20daffede8d8e14d90d2f8b6dea446a714197b1f89f242c60c29ee7d910", + "DiscoKey": "discokey:9e2da996e236cd3788a14c002a6b9509ab0debbed4663187e338b565f80bbf72", + "Addresses": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "AllowedIPs": ["100.103.217.17/32", "fd7a:115c:a1e0::9e37:d911/128"], + "Endpoints": ["77.164.248.136:39314", "10.65.0.27:39314", "172.17.0.1:39314"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55827}, + {"Proto": "peerapi6", "Port": 55827} + ]}, + "Created": "2026-04-09T08:32:26.693219896Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4004545369197172, + "StableID": "nKnZMkcfGY11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ddd7f4a858c0ed64ef86344bebc4fd5dca8eaf5292fd75b1ebc3d5e7ba487f67", + "DiscoKey": "discokey:8389b577f59c1faab53a3c318f013116f59fca35b82f436bbbecf455c0cc7e07", + "Addresses": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "AllowedIPs": ["100.72.127.104/32", "fd7a:115c:a1e0::ba37:7f68/128"], + "Endpoints": ["77.164.248.136:34902", "10.65.0.27:34902", "172.17.0.1:34902"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 35129}, + {"Proto": "peerapi6", "Port": 35129} + ]}, + "Created": "2026-04-09T08:32:21.770837332Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4393794060908078, + "StableID": "nXfeK8XxJb11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:eaf3519dafdb1db1f08ed9eefa3f5df37e573731e086f5f9d8520af3e898e920", + "KeyExpiry": "2026-10-06T08:32:28Z", + "DiscoKey": "discokey:bee9eccbe99d7a797db84583b9dc32593f5820676ee9e9144574d7063d2dbf5f", + "Addresses": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "AllowedIPs": ["100.88.233.33/32", "fd7a:115c:a1e0::e837:e921/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 65249}, + {"Proto": "peerapi6", "Port": 65249} + ]}, + "Created": "2026-04-09T08:32:28.85206527Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4964698528632310, + "StableID": "nX7WAHDXmf11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:71837da05db73933a11b0f1b79cb5833a60d8d551137c557f1eaf0c455b6c52a", - "DiscoKey": "discokey:32990ba7807870d9a08347b37c50fdfee9fb89a9ac70434830c094699a91a615", - "Addresses": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "AllowedIPs": ["100.118.197.43/32", "fd7a:115c:a1e0::5537:c52b/128"], - "Endpoints": ["77.164.248.136:52529", "10.65.0.27:52529", "172.17.0.1:52529"], + "Key": "nodekey:b4ff5ad99b596f5fbb32973d6375ff5266e02459430f5cac103a5ba128bf8b77", + "DiscoKey": "discokey:0b507eda6e687bd710dea8a24a76f7b19164bcb6975c58d2af4b554017f0ab0c", + "Addresses": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "AllowedIPs": ["100.127.139.120/32", "fd7a:115c:a1e0::2837:8b78/128"], + "Endpoints": ["77.164.248.136:41414", "10.65.0.27:41414", "172.17.0.1:41414"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38843}, - {"Proto": "peerapi6", "Port": 38843} + {"Proto": "peerapi4", "Port": 52977}, + {"Proto": "peerapi6", "Port": 52977} ]}, - "Created": "2026-04-09T01:26:15.962056807Z", + "Created": "2026-04-09T08:32:22.334724614Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8304301033608595, - "StableID": "nQXdbau2r721CNTRL", + "ID": 5066570841175628, + "StableID": "nsAXa2EfZg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6f0e72e0a3ade9c4ee5c28505e4353170cc512beabaa47e88573d8e6af435269", + "DiscoKey": "discokey:e9c8f2673e505ee4ed1d89412955c305ac186f5cd536b1e92f6dd99249637c7e", + "Addresses": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "AllowedIPs": ["100.67.82.106/32", "fd7a:115c:a1e0::af37:526a/128"], + "Endpoints": ["77.164.248.136:53149", "10.65.0.27:53149", "172.17.0.1:53149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56603}, + {"Proto": "peerapi6", "Port": 56603} + ]}, + "Created": "2026-04-09T08:32:25.03933065Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7126536041202504, + "StableID": "nbLXH12dex11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:787fc6ebac4c79d78dd51644dc48274dfd525937701a5ac1aba8c94b70605548", + "DiscoKey": "discokey:c071c3e744d6d52d08b8b6e558f9468fd91703950a1243db083ae7471b890206", + "Addresses": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "AllowedIPs": ["100.96.85.73/32", "fd7a:115c:a1e0::7037:5549/128"], + "Endpoints": ["77.164.248.136:36397", "10.65.0.27:36397", "172.17.0.1:36397"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 49687}, + {"Proto": "peerapi6", "Port": 49687} + ]}, + "Created": "2026-04-09T08:32:24.505841268Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7352921502474900, + "StableID": "nMb4HDn9Rz11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:88b29bd68db802afe4e6e595b84c2bb2f2246ddfa9740d00ac20cfd26ec9ec09", - "DiscoKey": "discokey:402f3509425ce66e12b2680625bab8f76692d5bbe96d5eb10396901835fa5c42", - "Addresses": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "AllowedIPs": ["100.73.236.10/32", "fd7a:115c:a1e0::6e37:ec0a/128"], - "Endpoints": ["77.164.248.136:51221", "10.65.0.27:51221", "172.17.0.1:51221"], + "Key": "nodekey:ee2469dad4b3e5a23a7328dce7436b33a07ac2c0493ab96f11061e0ec42aa968", + "DiscoKey": "discokey:182f059f6517d32538c07949fecec05edffab29117e493c50218bf4c8c222839", + "Addresses": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "AllowedIPs": ["100.106.169.105/32", "fd7a:115c:a1e0::c437:a969/128"], + "Endpoints": ["77.164.248.136:56881", "10.65.0.27:56881", "172.17.0.1:56881"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47779}, - {"Proto": "peerapi6", "Port": 47779} + {"Proto": "peerapi4", "Port": 51640}, + {"Proto": "peerapi6", "Port": 51640} ]}, - "Created": "2026-04-09T01:26:16.489686116Z", + "Created": "2026-04-09T08:32:22.868582813Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8825896810538655, - "StableID": "narSHuLGvB21CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:df6507c3eef83a63fe969179e5523114c3e2f368396e84d772e4ef46a91c2262", - "KeyExpiry": "2026-10-06T01:26:22Z", - "DiscoKey": "discokey:c83adda98e52b64ff499dc209f3647014587d99ee33b353da206c1b8b5996c6c", - "Addresses": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "AllowedIPs": ["100.92.34.99/32", "fd7a:115c:a1e0::a937:2263/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 63492}, - {"Proto": "peerapi6", "Port": 63492} + "ID": 8605970594203777, + "StableID": "nzoaekFfCA21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3e576b49d78c67799dbfa51f71b00877628bff0b478e6b66341636a33a537d11", + "DiscoKey": "discokey:6a4147d35422239f4cac0c9701f20c264da1bb0846541915786cdca8ae877b3f", + "Addresses": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "AllowedIPs": ["100.83.125.18/32", "fd7a:115c:a1e0::3a37:7d12/128"], + "Endpoints": ["77.164.248.136:47878", "10.65.0.27:47878", "172.17.0.1:47878"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48904}, + {"Proto": "peerapi6", "Port": 48904} ]}, - "Created": "2026-04-09T01:26:22.489940601Z", + "Created": "2026-04-09T08:32:21.262256598Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18684,27 +18724,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5860154867693787": { - "ID": 5860154867693787, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8997774237866070": { + "ID": 8997774237866070, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-b4.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-b4.hujson index cecabd52..d3aff3bf 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-b4.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-b4.hujson @@ -3,7 +3,7 @@ // ssh b4 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:26:35Z +// Captured at: 2026-04-09T08:32:41Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-b4", "description": "ssh b4", "category": "ssh", - "captured_at": "2026-04-09T01:26:35.498961248Z", + "captured_at": "2026-04-09T08:32:41.688411533Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "error": true, @@ -20,7 +20,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -39,119 +39,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh b4\",\n\t\"id\": \"ssh-b4\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"user:*@dalby.cc\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh b4\",\n\t\"id\": \"ssh-b4\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"user:*@dalby.cc\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-b4.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.101.250.5", - "ipv6": "fd7a:115c:a1e0::bd37:fa05", + "ipv4": "100.69.183.116", + "ipv6": "fd7a:115c:a1e0::1637:b775", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.124.240.61", - "ipv6": "fd7a:115c:a1e0::b437:f03d", + "ipv4": "100.120.152.31", + "ipv6": "fd7a:115c:a1e0::c237:981f", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.111.85.124", - "ipv6": "fd7a:115c:a1e0::637:557c", + "ipv4": "100.83.151.126", + "ipv6": "fd7a:115c:a1e0::9d37:977e", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.126.119.70", - "ipv6": "fd7a:115c:a1e0::8737:7746", + "ipv4": "100.65.146.112", + "ipv6": "fd7a:115c:a1e0::537:9270", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.84.27.76", - "ipv6": "fd7a:115c:a1e0::9237:1b4c", + "ipv4": "100.91.200.115", + "ipv6": "fd7a:115c:a1e0::9637:c873", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.77.33.20", - "ipv6": "fd7a:115c:a1e0::2337:2114", + "ipv4": "100.115.15.113", + "ipv6": "fd7a:115c:a1e0::df37:f71", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.88.129.89", - "ipv6": "fd7a:115c:a1e0::3937:8159", + "ipv4": "100.75.98.124", + "ipv6": "fd7a:115c:a1e0::d037:627c", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.118.24.73", - "ipv6": "fd7a:115c:a1e0::fd37:1849", + "ipv4": "100.98.188.48", + "ipv6": "fd7a:115c:a1e0::dc37:bc30", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.105.36.12", - "ipv6": "fd7a:115c:a1e0::7037:240c", + "ipv4": "100.115.83.41", + "ipv6": "fd7a:115c:a1e0::7337:5329", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.124.73.35", - "ipv6": "fd7a:115c:a1e0::6e37:4923", + "ipv4": "100.115.74.54", + "ipv6": "fd7a:115c:a1e0::a337:4a36", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.86.48.109", - "ipv6": "fd7a:115c:a1e0::c837:306d", + "ipv4": "100.84.102.72", + "ipv6": "fd7a:115c:a1e0::d537:6648", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.102.175.115", - "ipv6": "fd7a:115c:a1e0::9637:af73", + "ipv4": "100.115.121.7", + "ipv6": "fd7a:115c:a1e0::6737:7907", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.93.160.115", - "ipv6": "fd7a:115c:a1e0::7d37:a073", + "ipv4": "100.67.50.88", + "ipv6": "fd7a:115c:a1e0::d237:3258", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.74.109.44", - "ipv6": "fd7a:115c:a1e0::5f37:6d2c", + "ipv4": "100.71.31.30", + "ipv6": "fd7a:115c:a1e0::af37:1f1e", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.83.187.1", - "ipv6": "fd7a:115c:a1e0::b437:bb01", + "ipv4": "100.84.85.128", + "ipv6": "fd7a:115c:a1e0::a437:5581", "routable_ips": [], "approved_routes": [] }}}, @@ -183,21 +183,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8431912212721919, - "StableID": "naCfW53qq821CNTRL", + "ID": 1303716757499659, + "StableID": "nUuXVrRTBB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 8431912212721919, - "Key": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "DiscoKey": "discokey:ae53a5e663bd1bd6621ec1f4092c965e42d12ee28b49ec61f77d9ed7f6aae440", - "Addresses": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "AllowedIPs": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "Endpoints": ["77.164.248.136:33792", "10.65.0.27:33792", "172.17.0.1:33792"], + "User": 1303716757499659, + "Key": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "DiscoKey": "discokey:863feebff275d9eed79d248c10afe201eeac9381df9bd5d7d0ab689c5d9d7a58", + "Addresses": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "AllowedIPs": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "Endpoints": ["77.164.248.136:42516", "10.65.0.27:42516", "172.17.0.1:42516"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 44385}, - {"Proto": "peerapi6", "Port": 44385}, + {"Proto": "peerapi4", "Port": 39779}, + {"Proto": "peerapi6", "Port": 39779}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:44.323731368Z", + "Created": "2026-04-09T08:32:50.214541752Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -225,300 +225,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "MachineKey": "mkey:b5805d403732dff496910811f9513e830ab55961a7fc39289f7486198b026367", + "NodeKey": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "MachineKey": "mkey:3675833611a47170f5fe5ce3ed713b0211b4d46d455a07dc0140640146270a59", "Peers": [{ - "ID": 128442393139347, - "StableID": "nvYBTuxA1211CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "DiscoKey": "discokey:a422c2ca253d8a14e5964fe002fb958eecd6c59bef82143bbf795fb90f12ac45", - "Addresses": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "AllowedIPs": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "Endpoints": ["77.164.248.136:46769", "10.65.0.27:46769", "172.17.0.1:46769"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 33840}, - {"Proto": "peerapi6", "Port": 33840} - ]}, - "Created": "2026-04-09T01:26:38.35353118Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 516742568197344, - "StableID": "n9MVFAx23511CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "DiscoKey": "discokey:7152de522469b64dcb6bbf53a743d06bb2b50289716dcc21c55218b531b5df3f", - "Addresses": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "AllowedIPs": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "Endpoints": ["77.164.248.136:56398", "10.65.0.27:56398", "172.17.0.1:56398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 58944}, - {"Proto": "peerapi6", "Port": 58944} - ]}, - "Created": "2026-04-09T01:26:43.776437928Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 742574330951239, - "StableID": "nrcPomAKo611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:a22a3470c7b6312492455cad0476fc86e250939455db0aff5b1e41d7ab32761c", - "Addresses": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "AllowedIPs": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "Endpoints": ["77.164.248.136:33715", "10.65.0.27:33715", "172.17.0.1:33715"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43021}, - {"Proto": "peerapi6", "Port": 43021} - ]}, - "Created": "2026-04-09T01:26:45.400797002Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1027026525335030, - "StableID": "njH6AEF92911CNTRL", + "ID": 943539407495206, + "StableID": "ns1cSTBLN811CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "DiscoKey": "discokey:f87ad22ef0e373340f9ff5b147a589364e3500d5f4ef9bb9fd938fdd3ea0cc61", - "Addresses": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "AllowedIPs": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "Endpoints": ["77.164.248.136:59562", "10.65.0.27:59562", "172.17.0.1:59562"], + "Key": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "DiscoKey": "discokey:44b180348b62c1d56a00841c188dd329a6a6277070baa2d61a661a9eef5bba3f", + "Addresses": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "AllowedIPs": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "Endpoints": ["77.164.248.136:38381", "10.65.0.27:38381", "172.17.0.1:38381"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 36382}, - {"Proto": "peerapi6", "Port": 36382} + {"Proto": "peerapi4", "Port": 62799}, + {"Proto": "peerapi6", "Port": 62799} ]}, - "Created": "2026-04-09T01:26:43.228532001Z", + "Created": "2026-04-09T08:32:49.137344313Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1682912239397516, - "StableID": "nRwXjYFC9E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "KeyExpiry": "2026-10-06T01:26:44Z", - "DiscoKey": "discokey:79d5527b0a4b97626ed94fbc897df2fc4ba030201511a3466d5a503ec5dfdf1b", - "Addresses": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "AllowedIPs": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "Endpoints": ["77.164.248.136:50504", "10.65.0.27:50504", "172.17.0.1:50504"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 34335}, - {"Proto": "peerapi6", "Port": 34335} - ]}, - "Created": "2026-04-09T01:26:44.853853842Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2008152228190799, - "StableID": "ni83pikVgG11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "DiscoKey": "discokey:71a414b1153e4ee8874477cfbfe3c3f960385a8d755618673ef5c329bcc7d22e", - "Addresses": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "AllowedIPs": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "Endpoints": ["77.164.248.136:41559", "10.65.0.27:41559", "172.17.0.1:41559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38876}, - {"Proto": "peerapi6", "Port": 38876} - ]}, - "Created": "2026-04-09T01:26:39.435635093Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2269790026036383, - "StableID": "nkd453YziJ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "DiscoKey": "discokey:99fa65e1ed4b09ab91fc71907c628fe8c95e7916f43932f504b2f3373feb284f", - "Addresses": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "AllowedIPs": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "Endpoints": ["77.164.248.136:47006", "10.65.0.27:47006", "172.17.0.1:47006"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60960}, - {"Proto": "peerapi6", "Port": 60960} - ]}, - "Created": "2026-04-09T01:26:41.600286364Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3136584437713458, - "StableID": "nPRr2mkZVR11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "DiscoKey": "discokey:107d896d705043b1130da4d8e9e800ab8d69b3749904a5b942778596dbcdbc5d", - "Addresses": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "AllowedIPs": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "Endpoints": ["77.164.248.136:42060", "10.65.0.27:42060", "172.17.0.1:42060"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52504}, - {"Proto": "peerapi6", "Port": 52504} - ]}, - "Created": "2026-04-09T01:26:40.510034896Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3370862069094202, - "StableID": "nwo75BqfKT11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "DiscoKey": "discokey:cb09b57c22438ff8bb71342fb77bfed845ed144f9422b91e4255242664f88871", - "Addresses": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "AllowedIPs": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "Endpoints": ["77.164.248.136:44798", "10.65.0.27:44798", "172.17.0.1:44798"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40966}, - {"Proto": "peerapi6", "Port": 40966} - ]}, - "Created": "2026-04-09T01:26:39.980202965Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3682440438070851, - "StableID": "nvC5b2UnkV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "DiscoKey": "discokey:e8fb517242fdd3eeea4e459b9dbd8cb119de30fd4306a41ba2efe602af389347", - "Addresses": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "AllowedIPs": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "Endpoints": ["77.164.248.136:51659", "10.65.0.27:51659", "172.17.0.1:51659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63646}, - {"Proto": "peerapi6", "Port": 63646} - ]}, - "Created": "2026-04-09T01:26:42.678142829Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4299488927153953, - "StableID": "nr5uaSHFaa11CNTRL", + "ID": 1664514881210259, + "StableID": "neCyB3zrzD11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "DiscoKey": "discokey:1954d8f403ccc731b65e00f8be7566abb89700494cbb86d7948762efa539a928", - "Addresses": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "AllowedIPs": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "Endpoints": ["77.164.248.136:56021", "10.65.0.27:56021", "172.17.0.1:56021"], + "Key": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "DiscoKey": "discokey:daee4540b200c870c225bb2abcec7ac1a3c1b498c325fcec3aeb5653317fa505", + "Addresses": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "AllowedIPs": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "Endpoints": ["77.164.248.136:60350", "10.65.0.27:60350", "172.17.0.1:60350"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39263}, - {"Proto": "peerapi6", "Port": 39263} + {"Proto": "peerapi4", "Port": 58755}, + {"Proto": "peerapi6", "Port": 58755} ]}, - "Created": "2026-04-09T01:26:42.136650056Z", + "Created": "2026-04-09T08:32:48.075096835Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5175879671476020, - "StableID": "n32sbmaARh11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 2166919670494401, + "StableID": "nQNo1iJQvH11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "DiscoKey": "discokey:899a5681cdf1d66e1599ad185e856417f07d9803f264288c9b8f0bf227a70233", - "Addresses": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "AllowedIPs": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "Endpoints": ["77.164.248.136:39171", "10.65.0.27:39171", "172.17.0.1:39171"], + "Key": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "DiscoKey": "discokey:a6d830a828b783668373179f19af7101960d79fcb5180422c2c0c1eabaa06719", + "Addresses": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "AllowedIPs": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "Endpoints": ["77.164.248.136:53718", "10.65.0.27:53718", "172.17.0.1:53718"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58762}, - {"Proto": "peerapi6", "Port": 58762} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 36609}, + {"Proto": "peerapi6", "Port": 36609} ]}, - "Created": "2026-04-09T01:26:41.048226171Z", + "Created": "2026-04-09T08:32:49.658878083Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 5554697598871395, - "StableID": "nNGMeEVjNk11CNTRL", + "ID": 2323868747816462, + "StableID": "nhUjXJ6V9K11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:5d4a38e3f480744ab4271b5e3080f84eaac3cb878f1e1ee576ac47bc1f81744d", - "Addresses": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "AllowedIPs": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], + "Key": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:4f3a8127e7dddea068d0a794483e70f131d87110b54d6e1ca8d8bbb062b2be26", + "Addresses": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "AllowedIPs": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 49417}, - {"Proto": "peerapi6", "Port": 49417} + {"Proto": "peerapi4", "Port": 35101}, + {"Proto": "peerapi6", "Port": 35101} ]}, - "Created": "2026-04-09T01:26:45.938114199Z", + "Created": "2026-04-09T08:32:51.828496381Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 8885987412772373, - "StableID": "nAos2epUPC21CNTRL", + "ID": 2669280604151715, + "StableID": "n8b5UZUvqM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "DiscoKey": "discokey:e305f85edbcd96d90d4ee5943b52a791676b5e41a652c9e78bcc24701778cc12", - "Addresses": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "AllowedIPs": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "Endpoints": ["77.164.248.136:56831", "10.65.0.27:56831", "172.17.0.1:56831"], + "Key": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "DiscoKey": "discokey:51917640e0456681a2429575afba04409bce8484b9060e68d622dd3c14561550", + "Addresses": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "AllowedIPs": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "Endpoints": ["77.164.248.136:41517", "10.65.0.27:41517", "172.17.0.1:41517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44189}, - {"Proto": "peerapi6", "Port": 44189} + {"Proto": "peerapi4", "Port": 38724}, + {"Proto": "peerapi6", "Port": 38724} ]}, - "Created": "2026-04-09T01:26:38.886099099Z", + "Created": "2026-04-09T08:32:44.845444991Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2992862618159436, + "StableID": "nZ1SzhRUNQ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "DiscoKey": "discokey:8804b314f843bc058f623ea9e6ae54b7f210bf778a284be6365ddc9cc7661318", + "Addresses": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "AllowedIPs": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "Endpoints": ["77.164.248.136:40131", "10.65.0.27:40131", "172.17.0.1:40131"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 56061}, + {"Proto": "peerapi6", "Port": 56061} + ]}, + "Created": "2026-04-09T08:32:45.912388087Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3287705814792373, + "StableID": "ncGkdVT1gS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "DiscoKey": "discokey:b2d8b8962fa8fa561bc2c7d387f2ccfd5a39f2019f7d1066b6aff171d878dd0e", + "Addresses": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "AllowedIPs": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "Endpoints": ["77.164.248.136:33531", "10.65.0.27:33531", "172.17.0.1:33531"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 42817}, + {"Proto": "peerapi6", "Port": 42817} + ]}, + "Created": "2026-04-09T08:32:45.388758154Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5725360590662351, + "StableID": "nWNbppW2im11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "DiscoKey": "discokey:f984e85accdf3d7fd0f571c78b407758d532324152d2c308782a61a0a1f4336d", + "Addresses": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "AllowedIPs": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "Endpoints": ["77.164.248.136:48608", "10.65.0.27:48608", "172.17.0.1:48608"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 39392}, + {"Proto": "peerapi6", "Port": 39392} + ]}, + "Created": "2026-04-09T08:32:44.310466876Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5746731441917406, + "StableID": "nsDNmdthsm11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:b1725804a5a5de0f90c94295ff63b4bc935a99f81b9c129ce3ad1efc7d4ffa51", + "Addresses": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "AllowedIPs": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "Endpoints": ["77.164.248.136:35272", "10.65.0.27:35272", "172.17.0.1:35272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61866}, + {"Proto": "peerapi6", "Port": 61866} + ]}, + "Created": "2026-04-09T08:32:51.286418072Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6160546323179574, + "StableID": "nDWDn7787q11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "DiscoKey": "discokey:3880f2a72c69fc9144512564dda73cf2b48a4ce556c99ab4cf6163fed78a2847", + "Addresses": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "AllowedIPs": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "Endpoints": ["77.164.248.136:51200", "10.65.0.27:51200", "172.17.0.1:51200"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59196}, + {"Proto": "peerapi6", "Port": 59196} + ]}, + "Created": "2026-04-09T08:32:48.599140668Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6478502265615213, + "StableID": "nEwAdbG8bs11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "DiscoKey": "discokey:41dcb37bef1df70ec8d889c2b59add9c711cb298409c0c408c3bafd75fe29533", + "Addresses": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "AllowedIPs": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "Endpoints": ["77.164.248.136:57833", "10.65.0.27:57833", "172.17.0.1:57833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 55303}, + {"Proto": "peerapi6", "Port": 55303} + ]}, + "Created": "2026-04-09T08:32:47.554763025Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6636460760841702, + "StableID": "nRSiw6afpt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "DiscoKey": "discokey:38c193b61c260e08bdc0a08d97c22e70ec6fa8780a29caf79089b786b4139f05", + "Addresses": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "AllowedIPs": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "Endpoints": ["77.164.248.136:56418", "10.65.0.27:56418", "172.17.0.1:56418"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48397}, + {"Proto": "peerapi6", "Port": 48397} + ]}, + "Created": "2026-04-09T08:32:46.451512784Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8814877115621099, + "StableID": "niGaaisGqB21CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "KeyExpiry": "2026-10-06T08:32:50Z", + "DiscoKey": "discokey:84643d26ee7be0af1a91b01c81347218efcce6686ea7105a972580fd7babd762", + "Addresses": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "AllowedIPs": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "Endpoints": ["77.164.248.136:42319", "10.65.0.27:42319", "172.17.0.1:42319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53886}, + {"Proto": "peerapi6", "Port": 53886} + ]}, + "Created": "2026-04-09T08:32:50.731239152Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8874009369753507, + "StableID": "nG3VPMB4JC21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "DiscoKey": "discokey:e7774b71abe1500ff19ce6a71f4f78ddc8b19b19b6ee399e32393e0dce41224e", + "Addresses": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "AllowedIPs": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "Endpoints": ["77.164.248.136:44007", "10.65.0.27:44007", "172.17.0.1:44007"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60701}, + {"Proto": "peerapi6", "Port": 60701} + ]}, + "Created": "2026-04-09T08:32:46.999595822Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -1366,27 +1366,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8431912212721919": { - "ID": 8431912212721919, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1303716757499659": { + "ID": 1303716757499659, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "blastoise": { @@ -1417,26 +1419,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5175879671476020, - "StableID": "n32sbmaARh11CNTRL", + "ID": 8874009369753507, + "StableID": "nG3VPMB4JC21CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 5175879671476020, - "Key": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "DiscoKey": "discokey:899a5681cdf1d66e1599ad185e856417f07d9803f264288c9b8f0bf227a70233", - "Addresses": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "AllowedIPs": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "Endpoints": ["77.164.248.136:39171", "10.65.0.27:39171", "172.17.0.1:39171"], + "User": 8874009369753507, + "Key": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "DiscoKey": "discokey:e7774b71abe1500ff19ce6a71f4f78ddc8b19b19b6ee399e32393e0dce41224e", + "Addresses": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "AllowedIPs": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "Endpoints": ["77.164.248.136:44007", "10.65.0.27:44007", "172.17.0.1:44007"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 58762}, - {"Proto": "peerapi6", "Port": 58762}, + {"Proto": "peerapi4", "Port": 60701}, + {"Proto": "peerapi6", "Port": 60701}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:41.048226171Z", + "Created": "2026-04-09T08:32:46.999595822Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1464,300 +1466,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "MachineKey": "mkey:47856b7c533d4defe68858c557ce0b000120e214f462d86b223ab89a16cde909", + "NodeKey": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "MachineKey": "mkey:78f76ec0509e5397641b4a2fa21979fb7d56ad0626c4c7ced50fb6d19f6ed669", "Peers": [{ - "ID": 128442393139347, - "StableID": "nvYBTuxA1211CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "DiscoKey": "discokey:a422c2ca253d8a14e5964fe002fb958eecd6c59bef82143bbf795fb90f12ac45", - "Addresses": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "AllowedIPs": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "Endpoints": ["77.164.248.136:46769", "10.65.0.27:46769", "172.17.0.1:46769"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 33840}, - {"Proto": "peerapi6", "Port": 33840} - ]}, - "Created": "2026-04-09T01:26:38.35353118Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 516742568197344, - "StableID": "n9MVFAx23511CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "DiscoKey": "discokey:7152de522469b64dcb6bbf53a743d06bb2b50289716dcc21c55218b531b5df3f", - "Addresses": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "AllowedIPs": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "Endpoints": ["77.164.248.136:56398", "10.65.0.27:56398", "172.17.0.1:56398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 58944}, - {"Proto": "peerapi6", "Port": 58944} - ]}, - "Created": "2026-04-09T01:26:43.776437928Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 742574330951239, - "StableID": "nrcPomAKo611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:a22a3470c7b6312492455cad0476fc86e250939455db0aff5b1e41d7ab32761c", - "Addresses": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "AllowedIPs": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "Endpoints": ["77.164.248.136:33715", "10.65.0.27:33715", "172.17.0.1:33715"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43021}, - {"Proto": "peerapi6", "Port": 43021} - ]}, - "Created": "2026-04-09T01:26:45.400797002Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1027026525335030, - "StableID": "njH6AEF92911CNTRL", + "ID": 943539407495206, + "StableID": "ns1cSTBLN811CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "DiscoKey": "discokey:f87ad22ef0e373340f9ff5b147a589364e3500d5f4ef9bb9fd938fdd3ea0cc61", - "Addresses": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "AllowedIPs": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "Endpoints": ["77.164.248.136:59562", "10.65.0.27:59562", "172.17.0.1:59562"], + "Key": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "DiscoKey": "discokey:44b180348b62c1d56a00841c188dd329a6a6277070baa2d61a661a9eef5bba3f", + "Addresses": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "AllowedIPs": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "Endpoints": ["77.164.248.136:38381", "10.65.0.27:38381", "172.17.0.1:38381"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 36382}, - {"Proto": "peerapi6", "Port": 36382} + {"Proto": "peerapi4", "Port": 62799}, + {"Proto": "peerapi6", "Port": 62799} ]}, - "Created": "2026-04-09T01:26:43.228532001Z", + "Created": "2026-04-09T08:32:49.137344313Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1682912239397516, - "StableID": "nRwXjYFC9E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "KeyExpiry": "2026-10-06T01:26:44Z", - "DiscoKey": "discokey:79d5527b0a4b97626ed94fbc897df2fc4ba030201511a3466d5a503ec5dfdf1b", - "Addresses": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "AllowedIPs": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "Endpoints": ["77.164.248.136:50504", "10.65.0.27:50504", "172.17.0.1:50504"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 34335}, - {"Proto": "peerapi6", "Port": 34335} - ]}, - "Created": "2026-04-09T01:26:44.853853842Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2008152228190799, - "StableID": "ni83pikVgG11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "DiscoKey": "discokey:71a414b1153e4ee8874477cfbfe3c3f960385a8d755618673ef5c329bcc7d22e", - "Addresses": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "AllowedIPs": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "Endpoints": ["77.164.248.136:41559", "10.65.0.27:41559", "172.17.0.1:41559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38876}, - {"Proto": "peerapi6", "Port": 38876} - ]}, - "Created": "2026-04-09T01:26:39.435635093Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2269790026036383, - "StableID": "nkd453YziJ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "DiscoKey": "discokey:99fa65e1ed4b09ab91fc71907c628fe8c95e7916f43932f504b2f3373feb284f", - "Addresses": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "AllowedIPs": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "Endpoints": ["77.164.248.136:47006", "10.65.0.27:47006", "172.17.0.1:47006"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60960}, - {"Proto": "peerapi6", "Port": 60960} - ]}, - "Created": "2026-04-09T01:26:41.600286364Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3136584437713458, - "StableID": "nPRr2mkZVR11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "DiscoKey": "discokey:107d896d705043b1130da4d8e9e800ab8d69b3749904a5b942778596dbcdbc5d", - "Addresses": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "AllowedIPs": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "Endpoints": ["77.164.248.136:42060", "10.65.0.27:42060", "172.17.0.1:42060"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52504}, - {"Proto": "peerapi6", "Port": 52504} - ]}, - "Created": "2026-04-09T01:26:40.510034896Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3370862069094202, - "StableID": "nwo75BqfKT11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "DiscoKey": "discokey:cb09b57c22438ff8bb71342fb77bfed845ed144f9422b91e4255242664f88871", - "Addresses": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "AllowedIPs": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "Endpoints": ["77.164.248.136:44798", "10.65.0.27:44798", "172.17.0.1:44798"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40966}, - {"Proto": "peerapi6", "Port": 40966} - ]}, - "Created": "2026-04-09T01:26:39.980202965Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3682440438070851, - "StableID": "nvC5b2UnkV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "DiscoKey": "discokey:e8fb517242fdd3eeea4e459b9dbd8cb119de30fd4306a41ba2efe602af389347", - "Addresses": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "AllowedIPs": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "Endpoints": ["77.164.248.136:51659", "10.65.0.27:51659", "172.17.0.1:51659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63646}, - {"Proto": "peerapi6", "Port": 63646} - ]}, - "Created": "2026-04-09T01:26:42.678142829Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4299488927153953, - "StableID": "nr5uaSHFaa11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "DiscoKey": "discokey:1954d8f403ccc731b65e00f8be7566abb89700494cbb86d7948762efa539a928", - "Addresses": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "AllowedIPs": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "Endpoints": ["77.164.248.136:56021", "10.65.0.27:56021", "172.17.0.1:56021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39263}, - {"Proto": "peerapi6", "Port": 39263} - ]}, - "Created": "2026-04-09T01:26:42.136650056Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5554697598871395, - "StableID": "nNGMeEVjNk11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:5d4a38e3f480744ab4271b5e3080f84eaac3cb878f1e1ee576ac47bc1f81744d", - "Addresses": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "AllowedIPs": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 49417}, - {"Proto": "peerapi6", "Port": 49417} - ]}, - "Created": "2026-04-09T01:26:45.938114199Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8431912212721919, - "StableID": "naCfW53qq821CNTRL", + "ID": 1303716757499659, + "StableID": "nUuXVrRTBB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "DiscoKey": "discokey:ae53a5e663bd1bd6621ec1f4092c965e42d12ee28b49ec61f77d9ed7f6aae440", - "Addresses": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "AllowedIPs": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "Endpoints": ["77.164.248.136:33792", "10.65.0.27:33792", "172.17.0.1:33792"], + "Key": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "DiscoKey": "discokey:863feebff275d9eed79d248c10afe201eeac9381df9bd5d7d0ab689c5d9d7a58", + "Addresses": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "AllowedIPs": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "Endpoints": ["77.164.248.136:42516", "10.65.0.27:42516", "172.17.0.1:42516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44385}, - {"Proto": "peerapi6", "Port": 44385} + {"Proto": "peerapi4", "Port": 39779}, + {"Proto": "peerapi6", "Port": 39779} ]}, - "Created": "2026-04-09T01:26:44.323731368Z", + "Created": "2026-04-09T08:32:50.214541752Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 8885987412772373, - "StableID": "nAos2epUPC21CNTRL", + "ID": 1664514881210259, + "StableID": "neCyB3zrzD11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "DiscoKey": "discokey:daee4540b200c870c225bb2abcec7ac1a3c1b498c325fcec3aeb5653317fa505", + "Addresses": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "AllowedIPs": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "Endpoints": ["77.164.248.136:60350", "10.65.0.27:60350", "172.17.0.1:60350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58755}, + {"Proto": "peerapi6", "Port": 58755} + ]}, + "Created": "2026-04-09T08:32:48.075096835Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2166919670494401, + "StableID": "nQNo1iJQvH11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "DiscoKey": "discokey:a6d830a828b783668373179f19af7101960d79fcb5180422c2c0c1eabaa06719", + "Addresses": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "AllowedIPs": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "Endpoints": ["77.164.248.136:53718", "10.65.0.27:53718", "172.17.0.1:53718"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 36609}, + {"Proto": "peerapi6", "Port": 36609} + ]}, + "Created": "2026-04-09T08:32:49.658878083Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2323868747816462, + "StableID": "nhUjXJ6V9K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:4f3a8127e7dddea068d0a794483e70f131d87110b54d6e1ca8d8bbb062b2be26", + "Addresses": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "AllowedIPs": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35101}, + {"Proto": "peerapi6", "Port": 35101} + ]}, + "Created": "2026-04-09T08:32:51.828496381Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2669280604151715, + "StableID": "n8b5UZUvqM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "DiscoKey": "discokey:e305f85edbcd96d90d4ee5943b52a791676b5e41a652c9e78bcc24701778cc12", - "Addresses": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "AllowedIPs": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "Endpoints": ["77.164.248.136:56831", "10.65.0.27:56831", "172.17.0.1:56831"], + "Key": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "DiscoKey": "discokey:51917640e0456681a2429575afba04409bce8484b9060e68d622dd3c14561550", + "Addresses": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "AllowedIPs": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "Endpoints": ["77.164.248.136:41517", "10.65.0.27:41517", "172.17.0.1:41517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44189}, - {"Proto": "peerapi6", "Port": 44189} + {"Proto": "peerapi4", "Port": 38724}, + {"Proto": "peerapi6", "Port": 38724} ]}, - "Created": "2026-04-09T01:26:38.886099099Z", + "Created": "2026-04-09T08:32:44.845444991Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2992862618159436, + "StableID": "nZ1SzhRUNQ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "DiscoKey": "discokey:8804b314f843bc058f623ea9e6ae54b7f210bf778a284be6365ddc9cc7661318", + "Addresses": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "AllowedIPs": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "Endpoints": ["77.164.248.136:40131", "10.65.0.27:40131", "172.17.0.1:40131"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 56061}, + {"Proto": "peerapi6", "Port": 56061} + ]}, + "Created": "2026-04-09T08:32:45.912388087Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3287705814792373, + "StableID": "ncGkdVT1gS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "DiscoKey": "discokey:b2d8b8962fa8fa561bc2c7d387f2ccfd5a39f2019f7d1066b6aff171d878dd0e", + "Addresses": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "AllowedIPs": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "Endpoints": ["77.164.248.136:33531", "10.65.0.27:33531", "172.17.0.1:33531"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 42817}, + {"Proto": "peerapi6", "Port": 42817} + ]}, + "Created": "2026-04-09T08:32:45.388758154Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5725360590662351, + "StableID": "nWNbppW2im11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "DiscoKey": "discokey:f984e85accdf3d7fd0f571c78b407758d532324152d2c308782a61a0a1f4336d", + "Addresses": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "AllowedIPs": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "Endpoints": ["77.164.248.136:48608", "10.65.0.27:48608", "172.17.0.1:48608"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 39392}, + {"Proto": "peerapi6", "Port": 39392} + ]}, + "Created": "2026-04-09T08:32:44.310466876Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5746731441917406, + "StableID": "nsDNmdthsm11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:b1725804a5a5de0f90c94295ff63b4bc935a99f81b9c129ce3ad1efc7d4ffa51", + "Addresses": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "AllowedIPs": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "Endpoints": ["77.164.248.136:35272", "10.65.0.27:35272", "172.17.0.1:35272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61866}, + {"Proto": "peerapi6", "Port": 61866} + ]}, + "Created": "2026-04-09T08:32:51.286418072Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6160546323179574, + "StableID": "nDWDn7787q11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "DiscoKey": "discokey:3880f2a72c69fc9144512564dda73cf2b48a4ce556c99ab4cf6163fed78a2847", + "Addresses": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "AllowedIPs": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "Endpoints": ["77.164.248.136:51200", "10.65.0.27:51200", "172.17.0.1:51200"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59196}, + {"Proto": "peerapi6", "Port": 59196} + ]}, + "Created": "2026-04-09T08:32:48.599140668Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6478502265615213, + "StableID": "nEwAdbG8bs11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "DiscoKey": "discokey:41dcb37bef1df70ec8d889c2b59add9c711cb298409c0c408c3bafd75fe29533", + "Addresses": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "AllowedIPs": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "Endpoints": ["77.164.248.136:57833", "10.65.0.27:57833", "172.17.0.1:57833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 55303}, + {"Proto": "peerapi6", "Port": 55303} + ]}, + "Created": "2026-04-09T08:32:47.554763025Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6636460760841702, + "StableID": "nRSiw6afpt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "DiscoKey": "discokey:38c193b61c260e08bdc0a08d97c22e70ec6fa8780a29caf79089b786b4139f05", + "Addresses": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "AllowedIPs": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "Endpoints": ["77.164.248.136:56418", "10.65.0.27:56418", "172.17.0.1:56418"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48397}, + {"Proto": "peerapi6", "Port": 48397} + ]}, + "Created": "2026-04-09T08:32:46.451512784Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8814877115621099, + "StableID": "niGaaisGqB21CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "KeyExpiry": "2026-10-06T08:32:50Z", + "DiscoKey": "discokey:84643d26ee7be0af1a91b01c81347218efcce6686ea7105a972580fd7babd762", + "Addresses": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "AllowedIPs": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "Endpoints": ["77.164.248.136:42319", "10.65.0.27:42319", "172.17.0.1:42319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53886}, + {"Proto": "peerapi6", "Port": 53886} + ]}, + "Created": "2026-04-09T08:32:50.731239152Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2605,27 +2607,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5175879671476020": { - "ID": 5175879671476020, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8874009369753507": { + "ID": 8874009369753507, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2656,22 +2660,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5554697598871395, - "StableID": "nNGMeEVjNk11CNTRL", + "ID": 2323868747816462, + "StableID": "nhUjXJ6V9K11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:5d4a38e3f480744ab4271b5e3080f84eaac3cb878f1e1ee576ac47bc1f81744d", - "Addresses": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "AllowedIPs": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "Endpoints": ["77.164.248.136:35576", "10.65.0.27:35576", "172.17.0.1:35576"], + "Key": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:4f3a8127e7dddea068d0a794483e70f131d87110b54d6e1ca8d8bbb062b2be26", + "Addresses": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "AllowedIPs": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "Endpoints": ["77.164.248.136:59522", "10.65.0.27:59522", "172.17.0.1:59522"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 49417}, - {"Proto": "peerapi6", "Port": 49417}, + {"Proto": "peerapi4", "Port": 35101}, + {"Proto": "peerapi6", "Port": 35101}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:45.938114199Z", + "Created": "2026-04-09T08:32:51.828496381Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2700,302 +2704,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "MachineKey": "mkey:9973cbe44a777528e65bd2bf5eb7e319170c421c7a746055607a34b763d95341", + "NodeKey": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "MachineKey": "mkey:2730f3e7ccf3efcbec5d1449cbe385883a309296df3eef00904c22fbb7b43d30", "Peers": [{ - "ID": 128442393139347, - "StableID": "nvYBTuxA1211CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "DiscoKey": "discokey:a422c2ca253d8a14e5964fe002fb958eecd6c59bef82143bbf795fb90f12ac45", - "Addresses": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "AllowedIPs": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "Endpoints": ["77.164.248.136:46769", "10.65.0.27:46769", "172.17.0.1:46769"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 33840}, - {"Proto": "peerapi6", "Port": 33840} - ]}, - "Created": "2026-04-09T01:26:38.35353118Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 516742568197344, - "StableID": "n9MVFAx23511CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "DiscoKey": "discokey:7152de522469b64dcb6bbf53a743d06bb2b50289716dcc21c55218b531b5df3f", - "Addresses": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "AllowedIPs": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "Endpoints": ["77.164.248.136:56398", "10.65.0.27:56398", "172.17.0.1:56398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 58944}, - {"Proto": "peerapi6", "Port": 58944} - ]}, - "Created": "2026-04-09T01:26:43.776437928Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 742574330951239, - "StableID": "nrcPomAKo611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:a22a3470c7b6312492455cad0476fc86e250939455db0aff5b1e41d7ab32761c", - "Addresses": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "AllowedIPs": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "Endpoints": ["77.164.248.136:33715", "10.65.0.27:33715", "172.17.0.1:33715"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43021}, - {"Proto": "peerapi6", "Port": 43021} - ]}, - "Created": "2026-04-09T01:26:45.400797002Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1027026525335030, - "StableID": "njH6AEF92911CNTRL", + "ID": 943539407495206, + "StableID": "ns1cSTBLN811CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "DiscoKey": "discokey:f87ad22ef0e373340f9ff5b147a589364e3500d5f4ef9bb9fd938fdd3ea0cc61", - "Addresses": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "AllowedIPs": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "Endpoints": ["77.164.248.136:59562", "10.65.0.27:59562", "172.17.0.1:59562"], + "Key": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "DiscoKey": "discokey:44b180348b62c1d56a00841c188dd329a6a6277070baa2d61a661a9eef5bba3f", + "Addresses": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "AllowedIPs": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "Endpoints": ["77.164.248.136:38381", "10.65.0.27:38381", "172.17.0.1:38381"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 36382}, - {"Proto": "peerapi6", "Port": 36382} + {"Proto": "peerapi4", "Port": 62799}, + {"Proto": "peerapi6", "Port": 62799} ]}, - "Created": "2026-04-09T01:26:43.228532001Z", + "Created": "2026-04-09T08:32:49.137344313Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1682912239397516, - "StableID": "nRwXjYFC9E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "KeyExpiry": "2026-10-06T01:26:44Z", - "DiscoKey": "discokey:79d5527b0a4b97626ed94fbc897df2fc4ba030201511a3466d5a503ec5dfdf1b", - "Addresses": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "AllowedIPs": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "Endpoints": ["77.164.248.136:50504", "10.65.0.27:50504", "172.17.0.1:50504"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 34335}, - {"Proto": "peerapi6", "Port": 34335} - ]}, - "Created": "2026-04-09T01:26:44.853853842Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2008152228190799, - "StableID": "ni83pikVgG11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "DiscoKey": "discokey:71a414b1153e4ee8874477cfbfe3c3f960385a8d755618673ef5c329bcc7d22e", - "Addresses": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "AllowedIPs": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "Endpoints": ["77.164.248.136:41559", "10.65.0.27:41559", "172.17.0.1:41559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38876}, - {"Proto": "peerapi6", "Port": 38876} - ]}, - "Created": "2026-04-09T01:26:39.435635093Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2269790026036383, - "StableID": "nkd453YziJ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "DiscoKey": "discokey:99fa65e1ed4b09ab91fc71907c628fe8c95e7916f43932f504b2f3373feb284f", - "Addresses": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "AllowedIPs": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "Endpoints": ["77.164.248.136:47006", "10.65.0.27:47006", "172.17.0.1:47006"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60960}, - {"Proto": "peerapi6", "Port": 60960} - ]}, - "Created": "2026-04-09T01:26:41.600286364Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3136584437713458, - "StableID": "nPRr2mkZVR11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "DiscoKey": "discokey:107d896d705043b1130da4d8e9e800ab8d69b3749904a5b942778596dbcdbc5d", - "Addresses": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "AllowedIPs": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "Endpoints": ["77.164.248.136:42060", "10.65.0.27:42060", "172.17.0.1:42060"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52504}, - {"Proto": "peerapi6", "Port": 52504} - ]}, - "Created": "2026-04-09T01:26:40.510034896Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3370862069094202, - "StableID": "nwo75BqfKT11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "DiscoKey": "discokey:cb09b57c22438ff8bb71342fb77bfed845ed144f9422b91e4255242664f88871", - "Addresses": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "AllowedIPs": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "Endpoints": ["77.164.248.136:44798", "10.65.0.27:44798", "172.17.0.1:44798"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40966}, - {"Proto": "peerapi6", "Port": 40966} - ]}, - "Created": "2026-04-09T01:26:39.980202965Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3682440438070851, - "StableID": "nvC5b2UnkV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "DiscoKey": "discokey:e8fb517242fdd3eeea4e459b9dbd8cb119de30fd4306a41ba2efe602af389347", - "Addresses": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "AllowedIPs": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "Endpoints": ["77.164.248.136:51659", "10.65.0.27:51659", "172.17.0.1:51659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63646}, - {"Proto": "peerapi6", "Port": 63646} - ]}, - "Created": "2026-04-09T01:26:42.678142829Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4299488927153953, - "StableID": "nr5uaSHFaa11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "DiscoKey": "discokey:1954d8f403ccc731b65e00f8be7566abb89700494cbb86d7948762efa539a928", - "Addresses": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "AllowedIPs": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "Endpoints": ["77.164.248.136:56021", "10.65.0.27:56021", "172.17.0.1:56021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39263}, - {"Proto": "peerapi6", "Port": 39263} - ]}, - "Created": "2026-04-09T01:26:42.136650056Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5175879671476020, - "StableID": "n32sbmaARh11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "DiscoKey": "discokey:899a5681cdf1d66e1599ad185e856417f07d9803f264288c9b8f0bf227a70233", - "Addresses": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "AllowedIPs": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "Endpoints": ["77.164.248.136:39171", "10.65.0.27:39171", "172.17.0.1:39171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58762}, - {"Proto": "peerapi6", "Port": 58762} - ]}, - "Created": "2026-04-09T01:26:41.048226171Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8431912212721919, - "StableID": "naCfW53qq821CNTRL", + "ID": 1303716757499659, + "StableID": "nUuXVrRTBB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "DiscoKey": "discokey:ae53a5e663bd1bd6621ec1f4092c965e42d12ee28b49ec61f77d9ed7f6aae440", - "Addresses": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "AllowedIPs": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "Endpoints": ["77.164.248.136:33792", "10.65.0.27:33792", "172.17.0.1:33792"], + "Key": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "DiscoKey": "discokey:863feebff275d9eed79d248c10afe201eeac9381df9bd5d7d0ab689c5d9d7a58", + "Addresses": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "AllowedIPs": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "Endpoints": ["77.164.248.136:42516", "10.65.0.27:42516", "172.17.0.1:42516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44385}, - {"Proto": "peerapi6", "Port": 44385} + {"Proto": "peerapi4", "Port": 39779}, + {"Proto": "peerapi6", "Port": 39779} ]}, - "Created": "2026-04-09T01:26:44.323731368Z", + "Created": "2026-04-09T08:32:50.214541752Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 8885987412772373, - "StableID": "nAos2epUPC21CNTRL", + "ID": 1664514881210259, + "StableID": "neCyB3zrzD11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "DiscoKey": "discokey:daee4540b200c870c225bb2abcec7ac1a3c1b498c325fcec3aeb5653317fa505", + "Addresses": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "AllowedIPs": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "Endpoints": ["77.164.248.136:60350", "10.65.0.27:60350", "172.17.0.1:60350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58755}, + {"Proto": "peerapi6", "Port": 58755} + ]}, + "Created": "2026-04-09T08:32:48.075096835Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2166919670494401, + "StableID": "nQNo1iJQvH11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "DiscoKey": "discokey:a6d830a828b783668373179f19af7101960d79fcb5180422c2c0c1eabaa06719", + "Addresses": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "AllowedIPs": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "Endpoints": ["77.164.248.136:53718", "10.65.0.27:53718", "172.17.0.1:53718"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 36609}, + {"Proto": "peerapi6", "Port": 36609} + ]}, + "Created": "2026-04-09T08:32:49.658878083Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2669280604151715, + "StableID": "n8b5UZUvqM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "DiscoKey": "discokey:e305f85edbcd96d90d4ee5943b52a791676b5e41a652c9e78bcc24701778cc12", - "Addresses": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "AllowedIPs": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "Endpoints": ["77.164.248.136:56831", "10.65.0.27:56831", "172.17.0.1:56831"], + "Key": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "DiscoKey": "discokey:51917640e0456681a2429575afba04409bce8484b9060e68d622dd3c14561550", + "Addresses": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "AllowedIPs": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "Endpoints": ["77.164.248.136:41517", "10.65.0.27:41517", "172.17.0.1:41517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44189}, - {"Proto": "peerapi6", "Port": 44189} + {"Proto": "peerapi4", "Port": 38724}, + {"Proto": "peerapi6", "Port": 38724} ]}, - "Created": "2026-04-09T01:26:38.886099099Z", + "Created": "2026-04-09T08:32:44.845444991Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2992862618159436, + "StableID": "nZ1SzhRUNQ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "DiscoKey": "discokey:8804b314f843bc058f623ea9e6ae54b7f210bf778a284be6365ddc9cc7661318", + "Addresses": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "AllowedIPs": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "Endpoints": ["77.164.248.136:40131", "10.65.0.27:40131", "172.17.0.1:40131"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 56061}, + {"Proto": "peerapi6", "Port": 56061} + ]}, + "Created": "2026-04-09T08:32:45.912388087Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3287705814792373, + "StableID": "ncGkdVT1gS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "DiscoKey": "discokey:b2d8b8962fa8fa561bc2c7d387f2ccfd5a39f2019f7d1066b6aff171d878dd0e", + "Addresses": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "AllowedIPs": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "Endpoints": ["77.164.248.136:33531", "10.65.0.27:33531", "172.17.0.1:33531"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 42817}, + {"Proto": "peerapi6", "Port": 42817} + ]}, + "Created": "2026-04-09T08:32:45.388758154Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5725360590662351, + "StableID": "nWNbppW2im11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "DiscoKey": "discokey:f984e85accdf3d7fd0f571c78b407758d532324152d2c308782a61a0a1f4336d", + "Addresses": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "AllowedIPs": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "Endpoints": ["77.164.248.136:48608", "10.65.0.27:48608", "172.17.0.1:48608"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 39392}, + {"Proto": "peerapi6", "Port": 39392} + ]}, + "Created": "2026-04-09T08:32:44.310466876Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5746731441917406, + "StableID": "nsDNmdthsm11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:b1725804a5a5de0f90c94295ff63b4bc935a99f81b9c129ce3ad1efc7d4ffa51", + "Addresses": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "AllowedIPs": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "Endpoints": ["77.164.248.136:35272", "10.65.0.27:35272", "172.17.0.1:35272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61866}, + {"Proto": "peerapi6", "Port": 61866} + ]}, + "Created": "2026-04-09T08:32:51.286418072Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6160546323179574, + "StableID": "nDWDn7787q11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "DiscoKey": "discokey:3880f2a72c69fc9144512564dda73cf2b48a4ce556c99ab4cf6163fed78a2847", + "Addresses": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "AllowedIPs": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "Endpoints": ["77.164.248.136:51200", "10.65.0.27:51200", "172.17.0.1:51200"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59196}, + {"Proto": "peerapi6", "Port": 59196} + ]}, + "Created": "2026-04-09T08:32:48.599140668Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6478502265615213, + "StableID": "nEwAdbG8bs11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "DiscoKey": "discokey:41dcb37bef1df70ec8d889c2b59add9c711cb298409c0c408c3bafd75fe29533", + "Addresses": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "AllowedIPs": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "Endpoints": ["77.164.248.136:57833", "10.65.0.27:57833", "172.17.0.1:57833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 55303}, + {"Proto": "peerapi6", "Port": 55303} + ]}, + "Created": "2026-04-09T08:32:47.554763025Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6636460760841702, + "StableID": "nRSiw6afpt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "DiscoKey": "discokey:38c193b61c260e08bdc0a08d97c22e70ec6fa8780a29caf79089b786b4139f05", + "Addresses": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "AllowedIPs": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "Endpoints": ["77.164.248.136:56418", "10.65.0.27:56418", "172.17.0.1:56418"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48397}, + {"Proto": "peerapi6", "Port": 48397} + ]}, + "Created": "2026-04-09T08:32:46.451512784Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8814877115621099, + "StableID": "niGaaisGqB21CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "KeyExpiry": "2026-10-06T08:32:50Z", + "DiscoKey": "discokey:84643d26ee7be0af1a91b01c81347218efcce6686ea7105a972580fd7babd762", + "Addresses": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "AllowedIPs": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "Endpoints": ["77.164.248.136:42319", "10.65.0.27:42319", "172.17.0.1:42319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53886}, + {"Proto": "peerapi6", "Port": 53886} + ]}, + "Created": "2026-04-09T08:32:50.731239152Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8874009369753507, + "StableID": "nG3VPMB4JC21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "DiscoKey": "discokey:e7774b71abe1500ff19ce6a71f4f78ddc8b19b19b6ee399e32393e0dce41224e", + "Addresses": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "AllowedIPs": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "Endpoints": ["77.164.248.136:44007", "10.65.0.27:44007", "172.17.0.1:44007"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60701}, + {"Proto": "peerapi6", "Port": 60701} + ]}, + "Created": "2026-04-09T08:32:46.999595822Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3843,23 +3847,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3890,26 +3895,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2008152228190799, - "StableID": "ni83pikVgG11CNTRL", + "ID": 3287705814792373, + "StableID": "ncGkdVT1gS11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 2008152228190799, - "Key": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "DiscoKey": "discokey:71a414b1153e4ee8874477cfbfe3c3f960385a8d755618673ef5c329bcc7d22e", - "Addresses": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "AllowedIPs": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "Endpoints": ["77.164.248.136:41559", "10.65.0.27:41559", "172.17.0.1:41559"], + "User": 3287705814792373, + "Key": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "DiscoKey": "discokey:b2d8b8962fa8fa561bc2c7d387f2ccfd5a39f2019f7d1066b6aff171d878dd0e", + "Addresses": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "AllowedIPs": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "Endpoints": ["77.164.248.136:33531", "10.65.0.27:33531", "172.17.0.1:33531"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 38876}, - {"Proto": "peerapi6", "Port": 38876}, + {"Proto": "peerapi4", "Port": 42817}, + {"Proto": "peerapi6", "Port": 42817}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:39.435635093Z", + "Created": "2026-04-09T08:32:45.388758154Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3937,300 +3942,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "MachineKey": "mkey:d6891447568c4264e3756094c75c347531ca80bd3f124f6a0aa0ff8ababcf261", + "NodeKey": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "MachineKey": "mkey:2c68052b5c3ce880f5772f650b5dd901a99dcbfef93d3e280f58444df90eda5e", "Peers": [{ - "ID": 128442393139347, - "StableID": "nvYBTuxA1211CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "DiscoKey": "discokey:a422c2ca253d8a14e5964fe002fb958eecd6c59bef82143bbf795fb90f12ac45", - "Addresses": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "AllowedIPs": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "Endpoints": ["77.164.248.136:46769", "10.65.0.27:46769", "172.17.0.1:46769"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 33840}, - {"Proto": "peerapi6", "Port": 33840} - ]}, - "Created": "2026-04-09T01:26:38.35353118Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 516742568197344, - "StableID": "n9MVFAx23511CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "DiscoKey": "discokey:7152de522469b64dcb6bbf53a743d06bb2b50289716dcc21c55218b531b5df3f", - "Addresses": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "AllowedIPs": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "Endpoints": ["77.164.248.136:56398", "10.65.0.27:56398", "172.17.0.1:56398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 58944}, - {"Proto": "peerapi6", "Port": 58944} - ]}, - "Created": "2026-04-09T01:26:43.776437928Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 742574330951239, - "StableID": "nrcPomAKo611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:a22a3470c7b6312492455cad0476fc86e250939455db0aff5b1e41d7ab32761c", - "Addresses": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "AllowedIPs": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "Endpoints": ["77.164.248.136:33715", "10.65.0.27:33715", "172.17.0.1:33715"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43021}, - {"Proto": "peerapi6", "Port": 43021} - ]}, - "Created": "2026-04-09T01:26:45.400797002Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1027026525335030, - "StableID": "njH6AEF92911CNTRL", + "ID": 943539407495206, + "StableID": "ns1cSTBLN811CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "DiscoKey": "discokey:f87ad22ef0e373340f9ff5b147a589364e3500d5f4ef9bb9fd938fdd3ea0cc61", - "Addresses": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "AllowedIPs": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "Endpoints": ["77.164.248.136:59562", "10.65.0.27:59562", "172.17.0.1:59562"], + "Key": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "DiscoKey": "discokey:44b180348b62c1d56a00841c188dd329a6a6277070baa2d61a661a9eef5bba3f", + "Addresses": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "AllowedIPs": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "Endpoints": ["77.164.248.136:38381", "10.65.0.27:38381", "172.17.0.1:38381"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 36382}, - {"Proto": "peerapi6", "Port": 36382} + {"Proto": "peerapi4", "Port": 62799}, + {"Proto": "peerapi6", "Port": 62799} ]}, - "Created": "2026-04-09T01:26:43.228532001Z", + "Created": "2026-04-09T08:32:49.137344313Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1682912239397516, - "StableID": "nRwXjYFC9E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "KeyExpiry": "2026-10-06T01:26:44Z", - "DiscoKey": "discokey:79d5527b0a4b97626ed94fbc897df2fc4ba030201511a3466d5a503ec5dfdf1b", - "Addresses": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "AllowedIPs": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "Endpoints": ["77.164.248.136:50504", "10.65.0.27:50504", "172.17.0.1:50504"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 34335}, - {"Proto": "peerapi6", "Port": 34335} - ]}, - "Created": "2026-04-09T01:26:44.853853842Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2269790026036383, - "StableID": "nkd453YziJ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "DiscoKey": "discokey:99fa65e1ed4b09ab91fc71907c628fe8c95e7916f43932f504b2f3373feb284f", - "Addresses": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "AllowedIPs": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "Endpoints": ["77.164.248.136:47006", "10.65.0.27:47006", "172.17.0.1:47006"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60960}, - {"Proto": "peerapi6", "Port": 60960} - ]}, - "Created": "2026-04-09T01:26:41.600286364Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3136584437713458, - "StableID": "nPRr2mkZVR11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "DiscoKey": "discokey:107d896d705043b1130da4d8e9e800ab8d69b3749904a5b942778596dbcdbc5d", - "Addresses": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "AllowedIPs": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "Endpoints": ["77.164.248.136:42060", "10.65.0.27:42060", "172.17.0.1:42060"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52504}, - {"Proto": "peerapi6", "Port": 52504} - ]}, - "Created": "2026-04-09T01:26:40.510034896Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3370862069094202, - "StableID": "nwo75BqfKT11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "DiscoKey": "discokey:cb09b57c22438ff8bb71342fb77bfed845ed144f9422b91e4255242664f88871", - "Addresses": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "AllowedIPs": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "Endpoints": ["77.164.248.136:44798", "10.65.0.27:44798", "172.17.0.1:44798"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40966}, - {"Proto": "peerapi6", "Port": 40966} - ]}, - "Created": "2026-04-09T01:26:39.980202965Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3682440438070851, - "StableID": "nvC5b2UnkV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "DiscoKey": "discokey:e8fb517242fdd3eeea4e459b9dbd8cb119de30fd4306a41ba2efe602af389347", - "Addresses": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "AllowedIPs": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "Endpoints": ["77.164.248.136:51659", "10.65.0.27:51659", "172.17.0.1:51659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63646}, - {"Proto": "peerapi6", "Port": 63646} - ]}, - "Created": "2026-04-09T01:26:42.678142829Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4299488927153953, - "StableID": "nr5uaSHFaa11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "DiscoKey": "discokey:1954d8f403ccc731b65e00f8be7566abb89700494cbb86d7948762efa539a928", - "Addresses": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "AllowedIPs": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "Endpoints": ["77.164.248.136:56021", "10.65.0.27:56021", "172.17.0.1:56021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39263}, - {"Proto": "peerapi6", "Port": 39263} - ]}, - "Created": "2026-04-09T01:26:42.136650056Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5175879671476020, - "StableID": "n32sbmaARh11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "DiscoKey": "discokey:899a5681cdf1d66e1599ad185e856417f07d9803f264288c9b8f0bf227a70233", - "Addresses": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "AllowedIPs": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "Endpoints": ["77.164.248.136:39171", "10.65.0.27:39171", "172.17.0.1:39171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58762}, - {"Proto": "peerapi6", "Port": 58762} - ]}, - "Created": "2026-04-09T01:26:41.048226171Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5554697598871395, - "StableID": "nNGMeEVjNk11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:5d4a38e3f480744ab4271b5e3080f84eaac3cb878f1e1ee576ac47bc1f81744d", - "Addresses": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "AllowedIPs": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 49417}, - {"Proto": "peerapi6", "Port": 49417} - ]}, - "Created": "2026-04-09T01:26:45.938114199Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8431912212721919, - "StableID": "naCfW53qq821CNTRL", + "ID": 1303716757499659, + "StableID": "nUuXVrRTBB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "DiscoKey": "discokey:ae53a5e663bd1bd6621ec1f4092c965e42d12ee28b49ec61f77d9ed7f6aae440", - "Addresses": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "AllowedIPs": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "Endpoints": ["77.164.248.136:33792", "10.65.0.27:33792", "172.17.0.1:33792"], + "Key": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "DiscoKey": "discokey:863feebff275d9eed79d248c10afe201eeac9381df9bd5d7d0ab689c5d9d7a58", + "Addresses": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "AllowedIPs": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "Endpoints": ["77.164.248.136:42516", "10.65.0.27:42516", "172.17.0.1:42516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44385}, - {"Proto": "peerapi6", "Port": 44385} + {"Proto": "peerapi4", "Port": 39779}, + {"Proto": "peerapi6", "Port": 39779} ]}, - "Created": "2026-04-09T01:26:44.323731368Z", + "Created": "2026-04-09T08:32:50.214541752Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 8885987412772373, - "StableID": "nAos2epUPC21CNTRL", + "ID": 1664514881210259, + "StableID": "neCyB3zrzD11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "DiscoKey": "discokey:daee4540b200c870c225bb2abcec7ac1a3c1b498c325fcec3aeb5653317fa505", + "Addresses": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "AllowedIPs": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "Endpoints": ["77.164.248.136:60350", "10.65.0.27:60350", "172.17.0.1:60350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58755}, + {"Proto": "peerapi6", "Port": 58755} + ]}, + "Created": "2026-04-09T08:32:48.075096835Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2166919670494401, + "StableID": "nQNo1iJQvH11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "DiscoKey": "discokey:a6d830a828b783668373179f19af7101960d79fcb5180422c2c0c1eabaa06719", + "Addresses": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "AllowedIPs": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "Endpoints": ["77.164.248.136:53718", "10.65.0.27:53718", "172.17.0.1:53718"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 36609}, + {"Proto": "peerapi6", "Port": 36609} + ]}, + "Created": "2026-04-09T08:32:49.658878083Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2323868747816462, + "StableID": "nhUjXJ6V9K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:4f3a8127e7dddea068d0a794483e70f131d87110b54d6e1ca8d8bbb062b2be26", + "Addresses": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "AllowedIPs": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35101}, + {"Proto": "peerapi6", "Port": 35101} + ]}, + "Created": "2026-04-09T08:32:51.828496381Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2669280604151715, + "StableID": "n8b5UZUvqM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "DiscoKey": "discokey:e305f85edbcd96d90d4ee5943b52a791676b5e41a652c9e78bcc24701778cc12", - "Addresses": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "AllowedIPs": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "Endpoints": ["77.164.248.136:56831", "10.65.0.27:56831", "172.17.0.1:56831"], + "Key": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "DiscoKey": "discokey:51917640e0456681a2429575afba04409bce8484b9060e68d622dd3c14561550", + "Addresses": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "AllowedIPs": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "Endpoints": ["77.164.248.136:41517", "10.65.0.27:41517", "172.17.0.1:41517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44189}, - {"Proto": "peerapi6", "Port": 44189} + {"Proto": "peerapi4", "Port": 38724}, + {"Proto": "peerapi6", "Port": 38724} ]}, - "Created": "2026-04-09T01:26:38.886099099Z", + "Created": "2026-04-09T08:32:44.845444991Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2992862618159436, + "StableID": "nZ1SzhRUNQ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "DiscoKey": "discokey:8804b314f843bc058f623ea9e6ae54b7f210bf778a284be6365ddc9cc7661318", + "Addresses": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "AllowedIPs": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "Endpoints": ["77.164.248.136:40131", "10.65.0.27:40131", "172.17.0.1:40131"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 56061}, + {"Proto": "peerapi6", "Port": 56061} + ]}, + "Created": "2026-04-09T08:32:45.912388087Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5725360590662351, + "StableID": "nWNbppW2im11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "DiscoKey": "discokey:f984e85accdf3d7fd0f571c78b407758d532324152d2c308782a61a0a1f4336d", + "Addresses": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "AllowedIPs": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "Endpoints": ["77.164.248.136:48608", "10.65.0.27:48608", "172.17.0.1:48608"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 39392}, + {"Proto": "peerapi6", "Port": 39392} + ]}, + "Created": "2026-04-09T08:32:44.310466876Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5746731441917406, + "StableID": "nsDNmdthsm11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:b1725804a5a5de0f90c94295ff63b4bc935a99f81b9c129ce3ad1efc7d4ffa51", + "Addresses": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "AllowedIPs": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "Endpoints": ["77.164.248.136:35272", "10.65.0.27:35272", "172.17.0.1:35272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61866}, + {"Proto": "peerapi6", "Port": 61866} + ]}, + "Created": "2026-04-09T08:32:51.286418072Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6160546323179574, + "StableID": "nDWDn7787q11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "DiscoKey": "discokey:3880f2a72c69fc9144512564dda73cf2b48a4ce556c99ab4cf6163fed78a2847", + "Addresses": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "AllowedIPs": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "Endpoints": ["77.164.248.136:51200", "10.65.0.27:51200", "172.17.0.1:51200"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59196}, + {"Proto": "peerapi6", "Port": 59196} + ]}, + "Created": "2026-04-09T08:32:48.599140668Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6478502265615213, + "StableID": "nEwAdbG8bs11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "DiscoKey": "discokey:41dcb37bef1df70ec8d889c2b59add9c711cb298409c0c408c3bafd75fe29533", + "Addresses": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "AllowedIPs": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "Endpoints": ["77.164.248.136:57833", "10.65.0.27:57833", "172.17.0.1:57833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 55303}, + {"Proto": "peerapi6", "Port": 55303} + ]}, + "Created": "2026-04-09T08:32:47.554763025Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6636460760841702, + "StableID": "nRSiw6afpt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "DiscoKey": "discokey:38c193b61c260e08bdc0a08d97c22e70ec6fa8780a29caf79089b786b4139f05", + "Addresses": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "AllowedIPs": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "Endpoints": ["77.164.248.136:56418", "10.65.0.27:56418", "172.17.0.1:56418"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48397}, + {"Proto": "peerapi6", "Port": 48397} + ]}, + "Created": "2026-04-09T08:32:46.451512784Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8814877115621099, + "StableID": "niGaaisGqB21CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "KeyExpiry": "2026-10-06T08:32:50Z", + "DiscoKey": "discokey:84643d26ee7be0af1a91b01c81347218efcce6686ea7105a972580fd7babd762", + "Addresses": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "AllowedIPs": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "Endpoints": ["77.164.248.136:42319", "10.65.0.27:42319", "172.17.0.1:42319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53886}, + {"Proto": "peerapi6", "Port": 53886} + ]}, + "Created": "2026-04-09T08:32:50.731239152Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8874009369753507, + "StableID": "nG3VPMB4JC21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "DiscoKey": "discokey:e7774b71abe1500ff19ce6a71f4f78ddc8b19b19b6ee399e32393e0dce41224e", + "Addresses": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "AllowedIPs": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "Endpoints": ["77.164.248.136:44007", "10.65.0.27:44007", "172.17.0.1:44007"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60701}, + {"Proto": "peerapi6", "Port": 60701} + ]}, + "Created": "2026-04-09T08:32:46.999595822Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5078,27 +5083,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2008152228190799": { - "ID": 2008152228190799, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3287705814792373": { + "ID": 3287705814792373, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "fearow": { @@ -5129,26 +5136,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4299488927153953, - "StableID": "nr5uaSHFaa11CNTRL", + "ID": 1664514881210259, + "StableID": "neCyB3zrzD11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 4299488927153953, - "Key": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "DiscoKey": "discokey:1954d8f403ccc731b65e00f8be7566abb89700494cbb86d7948762efa539a928", - "Addresses": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "AllowedIPs": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "Endpoints": ["77.164.248.136:56021", "10.65.0.27:56021", "172.17.0.1:56021"], + "User": 1664514881210259, + "Key": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "DiscoKey": "discokey:daee4540b200c870c225bb2abcec7ac1a3c1b498c325fcec3aeb5653317fa505", + "Addresses": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "AllowedIPs": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "Endpoints": ["77.164.248.136:60350", "10.65.0.27:60350", "172.17.0.1:60350"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 39263}, - {"Proto": "peerapi6", "Port": 39263}, + {"Proto": "peerapi4", "Port": 58755}, + {"Proto": "peerapi6", "Port": 58755}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:42.136650056Z", + "Created": "2026-04-09T08:32:48.075096835Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5176,300 +5183,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "MachineKey": "mkey:472566f05f361c3e9f1514301efe700734cd7dc560140dff3a92155fbceb4a2c", + "NodeKey": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "MachineKey": "mkey:49ae651c093c4767fa4a89d125a6676c3dc7a20823282f4f8588e914588ba831", "Peers": [{ - "ID": 128442393139347, - "StableID": "nvYBTuxA1211CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "DiscoKey": "discokey:a422c2ca253d8a14e5964fe002fb958eecd6c59bef82143bbf795fb90f12ac45", - "Addresses": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "AllowedIPs": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "Endpoints": ["77.164.248.136:46769", "10.65.0.27:46769", "172.17.0.1:46769"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 33840}, - {"Proto": "peerapi6", "Port": 33840} - ]}, - "Created": "2026-04-09T01:26:38.35353118Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 516742568197344, - "StableID": "n9MVFAx23511CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "DiscoKey": "discokey:7152de522469b64dcb6bbf53a743d06bb2b50289716dcc21c55218b531b5df3f", - "Addresses": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "AllowedIPs": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "Endpoints": ["77.164.248.136:56398", "10.65.0.27:56398", "172.17.0.1:56398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 58944}, - {"Proto": "peerapi6", "Port": 58944} - ]}, - "Created": "2026-04-09T01:26:43.776437928Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 742574330951239, - "StableID": "nrcPomAKo611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:a22a3470c7b6312492455cad0476fc86e250939455db0aff5b1e41d7ab32761c", - "Addresses": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "AllowedIPs": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "Endpoints": ["77.164.248.136:33715", "10.65.0.27:33715", "172.17.0.1:33715"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43021}, - {"Proto": "peerapi6", "Port": 43021} - ]}, - "Created": "2026-04-09T01:26:45.400797002Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1027026525335030, - "StableID": "njH6AEF92911CNTRL", + "ID": 943539407495206, + "StableID": "ns1cSTBLN811CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "DiscoKey": "discokey:f87ad22ef0e373340f9ff5b147a589364e3500d5f4ef9bb9fd938fdd3ea0cc61", - "Addresses": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "AllowedIPs": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "Endpoints": ["77.164.248.136:59562", "10.65.0.27:59562", "172.17.0.1:59562"], + "Key": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "DiscoKey": "discokey:44b180348b62c1d56a00841c188dd329a6a6277070baa2d61a661a9eef5bba3f", + "Addresses": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "AllowedIPs": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "Endpoints": ["77.164.248.136:38381", "10.65.0.27:38381", "172.17.0.1:38381"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 36382}, - {"Proto": "peerapi6", "Port": 36382} + {"Proto": "peerapi4", "Port": 62799}, + {"Proto": "peerapi6", "Port": 62799} ]}, - "Created": "2026-04-09T01:26:43.228532001Z", + "Created": "2026-04-09T08:32:49.137344313Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1682912239397516, - "StableID": "nRwXjYFC9E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "KeyExpiry": "2026-10-06T01:26:44Z", - "DiscoKey": "discokey:79d5527b0a4b97626ed94fbc897df2fc4ba030201511a3466d5a503ec5dfdf1b", - "Addresses": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "AllowedIPs": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "Endpoints": ["77.164.248.136:50504", "10.65.0.27:50504", "172.17.0.1:50504"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 34335}, - {"Proto": "peerapi6", "Port": 34335} - ]}, - "Created": "2026-04-09T01:26:44.853853842Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2008152228190799, - "StableID": "ni83pikVgG11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "DiscoKey": "discokey:71a414b1153e4ee8874477cfbfe3c3f960385a8d755618673ef5c329bcc7d22e", - "Addresses": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "AllowedIPs": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "Endpoints": ["77.164.248.136:41559", "10.65.0.27:41559", "172.17.0.1:41559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38876}, - {"Proto": "peerapi6", "Port": 38876} - ]}, - "Created": "2026-04-09T01:26:39.435635093Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2269790026036383, - "StableID": "nkd453YziJ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "DiscoKey": "discokey:99fa65e1ed4b09ab91fc71907c628fe8c95e7916f43932f504b2f3373feb284f", - "Addresses": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "AllowedIPs": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "Endpoints": ["77.164.248.136:47006", "10.65.0.27:47006", "172.17.0.1:47006"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60960}, - {"Proto": "peerapi6", "Port": 60960} - ]}, - "Created": "2026-04-09T01:26:41.600286364Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3136584437713458, - "StableID": "nPRr2mkZVR11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "DiscoKey": "discokey:107d896d705043b1130da4d8e9e800ab8d69b3749904a5b942778596dbcdbc5d", - "Addresses": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "AllowedIPs": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "Endpoints": ["77.164.248.136:42060", "10.65.0.27:42060", "172.17.0.1:42060"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52504}, - {"Proto": "peerapi6", "Port": 52504} - ]}, - "Created": "2026-04-09T01:26:40.510034896Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3370862069094202, - "StableID": "nwo75BqfKT11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "DiscoKey": "discokey:cb09b57c22438ff8bb71342fb77bfed845ed144f9422b91e4255242664f88871", - "Addresses": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "AllowedIPs": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "Endpoints": ["77.164.248.136:44798", "10.65.0.27:44798", "172.17.0.1:44798"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40966}, - {"Proto": "peerapi6", "Port": 40966} - ]}, - "Created": "2026-04-09T01:26:39.980202965Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3682440438070851, - "StableID": "nvC5b2UnkV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "DiscoKey": "discokey:e8fb517242fdd3eeea4e459b9dbd8cb119de30fd4306a41ba2efe602af389347", - "Addresses": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "AllowedIPs": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "Endpoints": ["77.164.248.136:51659", "10.65.0.27:51659", "172.17.0.1:51659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63646}, - {"Proto": "peerapi6", "Port": 63646} - ]}, - "Created": "2026-04-09T01:26:42.678142829Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5175879671476020, - "StableID": "n32sbmaARh11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "DiscoKey": "discokey:899a5681cdf1d66e1599ad185e856417f07d9803f264288c9b8f0bf227a70233", - "Addresses": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "AllowedIPs": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "Endpoints": ["77.164.248.136:39171", "10.65.0.27:39171", "172.17.0.1:39171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58762}, - {"Proto": "peerapi6", "Port": 58762} - ]}, - "Created": "2026-04-09T01:26:41.048226171Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5554697598871395, - "StableID": "nNGMeEVjNk11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:5d4a38e3f480744ab4271b5e3080f84eaac3cb878f1e1ee576ac47bc1f81744d", - "Addresses": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "AllowedIPs": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 49417}, - {"Proto": "peerapi6", "Port": 49417} - ]}, - "Created": "2026-04-09T01:26:45.938114199Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8431912212721919, - "StableID": "naCfW53qq821CNTRL", + "ID": 1303716757499659, + "StableID": "nUuXVrRTBB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "DiscoKey": "discokey:ae53a5e663bd1bd6621ec1f4092c965e42d12ee28b49ec61f77d9ed7f6aae440", - "Addresses": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "AllowedIPs": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "Endpoints": ["77.164.248.136:33792", "10.65.0.27:33792", "172.17.0.1:33792"], + "Key": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "DiscoKey": "discokey:863feebff275d9eed79d248c10afe201eeac9381df9bd5d7d0ab689c5d9d7a58", + "Addresses": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "AllowedIPs": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "Endpoints": ["77.164.248.136:42516", "10.65.0.27:42516", "172.17.0.1:42516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44385}, - {"Proto": "peerapi6", "Port": 44385} + {"Proto": "peerapi4", "Port": 39779}, + {"Proto": "peerapi6", "Port": 39779} ]}, - "Created": "2026-04-09T01:26:44.323731368Z", + "Created": "2026-04-09T08:32:50.214541752Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 8885987412772373, - "StableID": "nAos2epUPC21CNTRL", + "ID": 2166919670494401, + "StableID": "nQNo1iJQvH11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "DiscoKey": "discokey:a6d830a828b783668373179f19af7101960d79fcb5180422c2c0c1eabaa06719", + "Addresses": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "AllowedIPs": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "Endpoints": ["77.164.248.136:53718", "10.65.0.27:53718", "172.17.0.1:53718"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 36609}, + {"Proto": "peerapi6", "Port": 36609} + ]}, + "Created": "2026-04-09T08:32:49.658878083Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2323868747816462, + "StableID": "nhUjXJ6V9K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:4f3a8127e7dddea068d0a794483e70f131d87110b54d6e1ca8d8bbb062b2be26", + "Addresses": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "AllowedIPs": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35101}, + {"Proto": "peerapi6", "Port": 35101} + ]}, + "Created": "2026-04-09T08:32:51.828496381Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2669280604151715, + "StableID": "n8b5UZUvqM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "DiscoKey": "discokey:e305f85edbcd96d90d4ee5943b52a791676b5e41a652c9e78bcc24701778cc12", - "Addresses": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "AllowedIPs": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "Endpoints": ["77.164.248.136:56831", "10.65.0.27:56831", "172.17.0.1:56831"], + "Key": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "DiscoKey": "discokey:51917640e0456681a2429575afba04409bce8484b9060e68d622dd3c14561550", + "Addresses": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "AllowedIPs": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "Endpoints": ["77.164.248.136:41517", "10.65.0.27:41517", "172.17.0.1:41517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44189}, - {"Proto": "peerapi6", "Port": 44189} + {"Proto": "peerapi4", "Port": 38724}, + {"Proto": "peerapi6", "Port": 38724} ]}, - "Created": "2026-04-09T01:26:38.886099099Z", + "Created": "2026-04-09T08:32:44.845444991Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2992862618159436, + "StableID": "nZ1SzhRUNQ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "DiscoKey": "discokey:8804b314f843bc058f623ea9e6ae54b7f210bf778a284be6365ddc9cc7661318", + "Addresses": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "AllowedIPs": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "Endpoints": ["77.164.248.136:40131", "10.65.0.27:40131", "172.17.0.1:40131"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 56061}, + {"Proto": "peerapi6", "Port": 56061} + ]}, + "Created": "2026-04-09T08:32:45.912388087Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3287705814792373, + "StableID": "ncGkdVT1gS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "DiscoKey": "discokey:b2d8b8962fa8fa561bc2c7d387f2ccfd5a39f2019f7d1066b6aff171d878dd0e", + "Addresses": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "AllowedIPs": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "Endpoints": ["77.164.248.136:33531", "10.65.0.27:33531", "172.17.0.1:33531"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 42817}, + {"Proto": "peerapi6", "Port": 42817} + ]}, + "Created": "2026-04-09T08:32:45.388758154Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5725360590662351, + "StableID": "nWNbppW2im11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "DiscoKey": "discokey:f984e85accdf3d7fd0f571c78b407758d532324152d2c308782a61a0a1f4336d", + "Addresses": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "AllowedIPs": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "Endpoints": ["77.164.248.136:48608", "10.65.0.27:48608", "172.17.0.1:48608"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 39392}, + {"Proto": "peerapi6", "Port": 39392} + ]}, + "Created": "2026-04-09T08:32:44.310466876Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5746731441917406, + "StableID": "nsDNmdthsm11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:b1725804a5a5de0f90c94295ff63b4bc935a99f81b9c129ce3ad1efc7d4ffa51", + "Addresses": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "AllowedIPs": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "Endpoints": ["77.164.248.136:35272", "10.65.0.27:35272", "172.17.0.1:35272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61866}, + {"Proto": "peerapi6", "Port": 61866} + ]}, + "Created": "2026-04-09T08:32:51.286418072Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6160546323179574, + "StableID": "nDWDn7787q11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "DiscoKey": "discokey:3880f2a72c69fc9144512564dda73cf2b48a4ce556c99ab4cf6163fed78a2847", + "Addresses": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "AllowedIPs": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "Endpoints": ["77.164.248.136:51200", "10.65.0.27:51200", "172.17.0.1:51200"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59196}, + {"Proto": "peerapi6", "Port": 59196} + ]}, + "Created": "2026-04-09T08:32:48.599140668Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6478502265615213, + "StableID": "nEwAdbG8bs11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "DiscoKey": "discokey:41dcb37bef1df70ec8d889c2b59add9c711cb298409c0c408c3bafd75fe29533", + "Addresses": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "AllowedIPs": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "Endpoints": ["77.164.248.136:57833", "10.65.0.27:57833", "172.17.0.1:57833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 55303}, + {"Proto": "peerapi6", "Port": 55303} + ]}, + "Created": "2026-04-09T08:32:47.554763025Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6636460760841702, + "StableID": "nRSiw6afpt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "DiscoKey": "discokey:38c193b61c260e08bdc0a08d97c22e70ec6fa8780a29caf79089b786b4139f05", + "Addresses": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "AllowedIPs": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "Endpoints": ["77.164.248.136:56418", "10.65.0.27:56418", "172.17.0.1:56418"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48397}, + {"Proto": "peerapi6", "Port": 48397} + ]}, + "Created": "2026-04-09T08:32:46.451512784Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8814877115621099, + "StableID": "niGaaisGqB21CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "KeyExpiry": "2026-10-06T08:32:50Z", + "DiscoKey": "discokey:84643d26ee7be0af1a91b01c81347218efcce6686ea7105a972580fd7babd762", + "Addresses": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "AllowedIPs": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "Endpoints": ["77.164.248.136:42319", "10.65.0.27:42319", "172.17.0.1:42319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53886}, + {"Proto": "peerapi6", "Port": 53886} + ]}, + "Created": "2026-04-09T08:32:50.731239152Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8874009369753507, + "StableID": "nG3VPMB4JC21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "DiscoKey": "discokey:e7774b71abe1500ff19ce6a71f4f78ddc8b19b19b6ee399e32393e0dce41224e", + "Addresses": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "AllowedIPs": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "Endpoints": ["77.164.248.136:44007", "10.65.0.27:44007", "172.17.0.1:44007"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60701}, + {"Proto": "peerapi6", "Port": 60701} + ]}, + "Created": "2026-04-09T08:32:46.999595822Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6317,27 +6324,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4299488927153953": { - "ID": 4299488927153953, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1664514881210259": { + "ID": 1664514881210259, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6368,22 +6377,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1682912239397516, - "StableID": "nRwXjYFC9E11CNTRL", + "ID": 8814877115621099, + "StableID": "niGaaisGqB21CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "KeyExpiry": "2026-10-06T01:26:44Z", - "DiscoKey": "discokey:79d5527b0a4b97626ed94fbc897df2fc4ba030201511a3466d5a503ec5dfdf1b", - "Addresses": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "AllowedIPs": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "Endpoints": ["77.164.248.136:50504", "10.65.0.27:50504", "172.17.0.1:50504"], + "Key": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "KeyExpiry": "2026-10-06T08:32:50Z", + "DiscoKey": "discokey:84643d26ee7be0af1a91b01c81347218efcce6686ea7105a972580fd7babd762", + "Addresses": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "AllowedIPs": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "Endpoints": ["77.164.248.136:42319", "10.65.0.27:42319", "172.17.0.1:42319"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 34335}, - {"Proto": "peerapi6", "Port": 34335}, + {"Proto": "peerapi4", "Port": 53886}, + {"Proto": "peerapi6", "Port": 53886}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:44.853853842Z", + "Created": "2026-04-09T08:32:50.731239152Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6410,300 +6419,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "MachineKey": "mkey:bcc04910221f1910d8a2ea1c93b285a2c56561cfc1853fb40f5392a885e2bd64", + "NodeKey": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "MachineKey": "mkey:4daa21c41c3e5fadfa770fe32ef36f6607d85694d76b0f3056e6bc80981d8d1c", "Peers": [{ - "ID": 128442393139347, - "StableID": "nvYBTuxA1211CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "DiscoKey": "discokey:a422c2ca253d8a14e5964fe002fb958eecd6c59bef82143bbf795fb90f12ac45", - "Addresses": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "AllowedIPs": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "Endpoints": ["77.164.248.136:46769", "10.65.0.27:46769", "172.17.0.1:46769"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 33840}, - {"Proto": "peerapi6", "Port": 33840} - ]}, - "Created": "2026-04-09T01:26:38.35353118Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 516742568197344, - "StableID": "n9MVFAx23511CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "DiscoKey": "discokey:7152de522469b64dcb6bbf53a743d06bb2b50289716dcc21c55218b531b5df3f", - "Addresses": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "AllowedIPs": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "Endpoints": ["77.164.248.136:56398", "10.65.0.27:56398", "172.17.0.1:56398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 58944}, - {"Proto": "peerapi6", "Port": 58944} - ]}, - "Created": "2026-04-09T01:26:43.776437928Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 742574330951239, - "StableID": "nrcPomAKo611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:a22a3470c7b6312492455cad0476fc86e250939455db0aff5b1e41d7ab32761c", - "Addresses": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "AllowedIPs": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "Endpoints": ["77.164.248.136:33715", "10.65.0.27:33715", "172.17.0.1:33715"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43021}, - {"Proto": "peerapi6", "Port": 43021} - ]}, - "Created": "2026-04-09T01:26:45.400797002Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1027026525335030, - "StableID": "njH6AEF92911CNTRL", + "ID": 943539407495206, + "StableID": "ns1cSTBLN811CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "DiscoKey": "discokey:f87ad22ef0e373340f9ff5b147a589364e3500d5f4ef9bb9fd938fdd3ea0cc61", - "Addresses": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "AllowedIPs": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "Endpoints": ["77.164.248.136:59562", "10.65.0.27:59562", "172.17.0.1:59562"], + "Key": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "DiscoKey": "discokey:44b180348b62c1d56a00841c188dd329a6a6277070baa2d61a661a9eef5bba3f", + "Addresses": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "AllowedIPs": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "Endpoints": ["77.164.248.136:38381", "10.65.0.27:38381", "172.17.0.1:38381"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 36382}, - {"Proto": "peerapi6", "Port": 36382} + {"Proto": "peerapi4", "Port": 62799}, + {"Proto": "peerapi6", "Port": 62799} ]}, - "Created": "2026-04-09T01:26:43.228532001Z", + "Created": "2026-04-09T08:32:49.137344313Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 2008152228190799, - "StableID": "ni83pikVgG11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "DiscoKey": "discokey:71a414b1153e4ee8874477cfbfe3c3f960385a8d755618673ef5c329bcc7d22e", - "Addresses": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "AllowedIPs": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "Endpoints": ["77.164.248.136:41559", "10.65.0.27:41559", "172.17.0.1:41559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38876}, - {"Proto": "peerapi6", "Port": 38876} - ]}, - "Created": "2026-04-09T01:26:39.435635093Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2269790026036383, - "StableID": "nkd453YziJ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "DiscoKey": "discokey:99fa65e1ed4b09ab91fc71907c628fe8c95e7916f43932f504b2f3373feb284f", - "Addresses": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "AllowedIPs": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "Endpoints": ["77.164.248.136:47006", "10.65.0.27:47006", "172.17.0.1:47006"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60960}, - {"Proto": "peerapi6", "Port": 60960} - ]}, - "Created": "2026-04-09T01:26:41.600286364Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3136584437713458, - "StableID": "nPRr2mkZVR11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "DiscoKey": "discokey:107d896d705043b1130da4d8e9e800ab8d69b3749904a5b942778596dbcdbc5d", - "Addresses": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "AllowedIPs": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "Endpoints": ["77.164.248.136:42060", "10.65.0.27:42060", "172.17.0.1:42060"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52504}, - {"Proto": "peerapi6", "Port": 52504} - ]}, - "Created": "2026-04-09T01:26:40.510034896Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3370862069094202, - "StableID": "nwo75BqfKT11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "DiscoKey": "discokey:cb09b57c22438ff8bb71342fb77bfed845ed144f9422b91e4255242664f88871", - "Addresses": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "AllowedIPs": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "Endpoints": ["77.164.248.136:44798", "10.65.0.27:44798", "172.17.0.1:44798"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40966}, - {"Proto": "peerapi6", "Port": 40966} - ]}, - "Created": "2026-04-09T01:26:39.980202965Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3682440438070851, - "StableID": "nvC5b2UnkV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "DiscoKey": "discokey:e8fb517242fdd3eeea4e459b9dbd8cb119de30fd4306a41ba2efe602af389347", - "Addresses": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "AllowedIPs": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "Endpoints": ["77.164.248.136:51659", "10.65.0.27:51659", "172.17.0.1:51659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63646}, - {"Proto": "peerapi6", "Port": 63646} - ]}, - "Created": "2026-04-09T01:26:42.678142829Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4299488927153953, - "StableID": "nr5uaSHFaa11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "DiscoKey": "discokey:1954d8f403ccc731b65e00f8be7566abb89700494cbb86d7948762efa539a928", - "Addresses": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "AllowedIPs": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "Endpoints": ["77.164.248.136:56021", "10.65.0.27:56021", "172.17.0.1:56021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39263}, - {"Proto": "peerapi6", "Port": 39263} - ]}, - "Created": "2026-04-09T01:26:42.136650056Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5175879671476020, - "StableID": "n32sbmaARh11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "DiscoKey": "discokey:899a5681cdf1d66e1599ad185e856417f07d9803f264288c9b8f0bf227a70233", - "Addresses": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "AllowedIPs": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "Endpoints": ["77.164.248.136:39171", "10.65.0.27:39171", "172.17.0.1:39171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58762}, - {"Proto": "peerapi6", "Port": 58762} - ]}, - "Created": "2026-04-09T01:26:41.048226171Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5554697598871395, - "StableID": "nNGMeEVjNk11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:5d4a38e3f480744ab4271b5e3080f84eaac3cb878f1e1ee576ac47bc1f81744d", - "Addresses": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "AllowedIPs": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 49417}, - {"Proto": "peerapi6", "Port": 49417} - ]}, - "Created": "2026-04-09T01:26:45.938114199Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8431912212721919, - "StableID": "naCfW53qq821CNTRL", + "ID": 1303716757499659, + "StableID": "nUuXVrRTBB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "DiscoKey": "discokey:ae53a5e663bd1bd6621ec1f4092c965e42d12ee28b49ec61f77d9ed7f6aae440", - "Addresses": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "AllowedIPs": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "Endpoints": ["77.164.248.136:33792", "10.65.0.27:33792", "172.17.0.1:33792"], + "Key": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "DiscoKey": "discokey:863feebff275d9eed79d248c10afe201eeac9381df9bd5d7d0ab689c5d9d7a58", + "Addresses": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "AllowedIPs": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "Endpoints": ["77.164.248.136:42516", "10.65.0.27:42516", "172.17.0.1:42516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44385}, - {"Proto": "peerapi6", "Port": 44385} + {"Proto": "peerapi4", "Port": 39779}, + {"Proto": "peerapi6", "Port": 39779} ]}, - "Created": "2026-04-09T01:26:44.323731368Z", + "Created": "2026-04-09T08:32:50.214541752Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 8885987412772373, - "StableID": "nAos2epUPC21CNTRL", + "ID": 1664514881210259, + "StableID": "neCyB3zrzD11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "DiscoKey": "discokey:daee4540b200c870c225bb2abcec7ac1a3c1b498c325fcec3aeb5653317fa505", + "Addresses": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "AllowedIPs": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "Endpoints": ["77.164.248.136:60350", "10.65.0.27:60350", "172.17.0.1:60350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58755}, + {"Proto": "peerapi6", "Port": 58755} + ]}, + "Created": "2026-04-09T08:32:48.075096835Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2166919670494401, + "StableID": "nQNo1iJQvH11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "DiscoKey": "discokey:a6d830a828b783668373179f19af7101960d79fcb5180422c2c0c1eabaa06719", + "Addresses": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "AllowedIPs": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "Endpoints": ["77.164.248.136:53718", "10.65.0.27:53718", "172.17.0.1:53718"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 36609}, + {"Proto": "peerapi6", "Port": 36609} + ]}, + "Created": "2026-04-09T08:32:49.658878083Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2323868747816462, + "StableID": "nhUjXJ6V9K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:4f3a8127e7dddea068d0a794483e70f131d87110b54d6e1ca8d8bbb062b2be26", + "Addresses": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "AllowedIPs": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35101}, + {"Proto": "peerapi6", "Port": 35101} + ]}, + "Created": "2026-04-09T08:32:51.828496381Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2669280604151715, + "StableID": "n8b5UZUvqM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "DiscoKey": "discokey:e305f85edbcd96d90d4ee5943b52a791676b5e41a652c9e78bcc24701778cc12", - "Addresses": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "AllowedIPs": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "Endpoints": ["77.164.248.136:56831", "10.65.0.27:56831", "172.17.0.1:56831"], + "Key": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "DiscoKey": "discokey:51917640e0456681a2429575afba04409bce8484b9060e68d622dd3c14561550", + "Addresses": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "AllowedIPs": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "Endpoints": ["77.164.248.136:41517", "10.65.0.27:41517", "172.17.0.1:41517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44189}, - {"Proto": "peerapi6", "Port": 44189} + {"Proto": "peerapi4", "Port": 38724}, + {"Proto": "peerapi6", "Port": 38724} ]}, - "Created": "2026-04-09T01:26:38.886099099Z", + "Created": "2026-04-09T08:32:44.845444991Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2992862618159436, + "StableID": "nZ1SzhRUNQ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "DiscoKey": "discokey:8804b314f843bc058f623ea9e6ae54b7f210bf778a284be6365ddc9cc7661318", + "Addresses": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "AllowedIPs": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "Endpoints": ["77.164.248.136:40131", "10.65.0.27:40131", "172.17.0.1:40131"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 56061}, + {"Proto": "peerapi6", "Port": 56061} + ]}, + "Created": "2026-04-09T08:32:45.912388087Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3287705814792373, + "StableID": "ncGkdVT1gS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "DiscoKey": "discokey:b2d8b8962fa8fa561bc2c7d387f2ccfd5a39f2019f7d1066b6aff171d878dd0e", + "Addresses": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "AllowedIPs": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "Endpoints": ["77.164.248.136:33531", "10.65.0.27:33531", "172.17.0.1:33531"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 42817}, + {"Proto": "peerapi6", "Port": 42817} + ]}, + "Created": "2026-04-09T08:32:45.388758154Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5725360590662351, + "StableID": "nWNbppW2im11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "DiscoKey": "discokey:f984e85accdf3d7fd0f571c78b407758d532324152d2c308782a61a0a1f4336d", + "Addresses": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "AllowedIPs": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "Endpoints": ["77.164.248.136:48608", "10.65.0.27:48608", "172.17.0.1:48608"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 39392}, + {"Proto": "peerapi6", "Port": 39392} + ]}, + "Created": "2026-04-09T08:32:44.310466876Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5746731441917406, + "StableID": "nsDNmdthsm11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:b1725804a5a5de0f90c94295ff63b4bc935a99f81b9c129ce3ad1efc7d4ffa51", + "Addresses": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "AllowedIPs": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "Endpoints": ["77.164.248.136:35272", "10.65.0.27:35272", "172.17.0.1:35272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61866}, + {"Proto": "peerapi6", "Port": 61866} + ]}, + "Created": "2026-04-09T08:32:51.286418072Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6160546323179574, + "StableID": "nDWDn7787q11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "DiscoKey": "discokey:3880f2a72c69fc9144512564dda73cf2b48a4ce556c99ab4cf6163fed78a2847", + "Addresses": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "AllowedIPs": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "Endpoints": ["77.164.248.136:51200", "10.65.0.27:51200", "172.17.0.1:51200"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59196}, + {"Proto": "peerapi6", "Port": 59196} + ]}, + "Created": "2026-04-09T08:32:48.599140668Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6478502265615213, + "StableID": "nEwAdbG8bs11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "DiscoKey": "discokey:41dcb37bef1df70ec8d889c2b59add9c711cb298409c0c408c3bafd75fe29533", + "Addresses": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "AllowedIPs": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "Endpoints": ["77.164.248.136:57833", "10.65.0.27:57833", "172.17.0.1:57833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 55303}, + {"Proto": "peerapi6", "Port": 55303} + ]}, + "Created": "2026-04-09T08:32:47.554763025Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6636460760841702, + "StableID": "nRSiw6afpt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "DiscoKey": "discokey:38c193b61c260e08bdc0a08d97c22e70ec6fa8780a29caf79089b786b4139f05", + "Addresses": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "AllowedIPs": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "Endpoints": ["77.164.248.136:56418", "10.65.0.27:56418", "172.17.0.1:56418"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48397}, + {"Proto": "peerapi6", "Port": 48397} + ]}, + "Created": "2026-04-09T08:32:46.451512784Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8874009369753507, + "StableID": "nG3VPMB4JC21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "DiscoKey": "discokey:e7774b71abe1500ff19ce6a71f4f78ddc8b19b19b6ee399e32393e0dce41224e", + "Addresses": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "AllowedIPs": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "Endpoints": ["77.164.248.136:44007", "10.65.0.27:44007", "172.17.0.1:44007"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60701}, + {"Proto": "peerapi6", "Port": 60701} + ]}, + "Created": "2026-04-09T08:32:46.999595822Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7551,23 +7560,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7598,21 +7608,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 516742568197344, - "StableID": "n9MVFAx23511CNTRL", + "ID": 2166919670494401, + "StableID": "nQNo1iJQvH11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 516742568197344, - "Key": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "DiscoKey": "discokey:7152de522469b64dcb6bbf53a743d06bb2b50289716dcc21c55218b531b5df3f", - "Addresses": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "AllowedIPs": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "Endpoints": ["77.164.248.136:56398", "10.65.0.27:56398", "172.17.0.1:56398"], + "User": 2166919670494401, + "Key": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "DiscoKey": "discokey:a6d830a828b783668373179f19af7101960d79fcb5180422c2c0c1eabaa06719", + "Addresses": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "AllowedIPs": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "Endpoints": ["77.164.248.136:53718", "10.65.0.27:53718", "172.17.0.1:53718"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 58944}, - {"Proto": "peerapi6", "Port": 58944}, + {"Proto": "peerapi4", "Port": 36609}, + {"Proto": "peerapi6", "Port": 36609}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:43.776437928Z", + "Created": "2026-04-09T08:32:49.658878083Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7640,300 +7650,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "MachineKey": "mkey:17b8b7460362973e551cee1cd1b3d7c3456ed05633fa10a467e55a590272bb2f", + "NodeKey": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "MachineKey": "mkey:231c603cefc94cf476c90a764af52c90966d8c56348b9aa7a70b9dfb96600269", "Peers": [{ - "ID": 128442393139347, - "StableID": "nvYBTuxA1211CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "DiscoKey": "discokey:a422c2ca253d8a14e5964fe002fb958eecd6c59bef82143bbf795fb90f12ac45", - "Addresses": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "AllowedIPs": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "Endpoints": ["77.164.248.136:46769", "10.65.0.27:46769", "172.17.0.1:46769"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 33840}, - {"Proto": "peerapi6", "Port": 33840} - ]}, - "Created": "2026-04-09T01:26:38.35353118Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 742574330951239, - "StableID": "nrcPomAKo611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:a22a3470c7b6312492455cad0476fc86e250939455db0aff5b1e41d7ab32761c", - "Addresses": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "AllowedIPs": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "Endpoints": ["77.164.248.136:33715", "10.65.0.27:33715", "172.17.0.1:33715"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43021}, - {"Proto": "peerapi6", "Port": 43021} - ]}, - "Created": "2026-04-09T01:26:45.400797002Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1027026525335030, - "StableID": "njH6AEF92911CNTRL", + "ID": 943539407495206, + "StableID": "ns1cSTBLN811CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "DiscoKey": "discokey:f87ad22ef0e373340f9ff5b147a589364e3500d5f4ef9bb9fd938fdd3ea0cc61", - "Addresses": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "AllowedIPs": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "Endpoints": ["77.164.248.136:59562", "10.65.0.27:59562", "172.17.0.1:59562"], + "Key": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "DiscoKey": "discokey:44b180348b62c1d56a00841c188dd329a6a6277070baa2d61a661a9eef5bba3f", + "Addresses": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "AllowedIPs": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "Endpoints": ["77.164.248.136:38381", "10.65.0.27:38381", "172.17.0.1:38381"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 36382}, - {"Proto": "peerapi6", "Port": 36382} + {"Proto": "peerapi4", "Port": 62799}, + {"Proto": "peerapi6", "Port": 62799} ]}, - "Created": "2026-04-09T01:26:43.228532001Z", + "Created": "2026-04-09T08:32:49.137344313Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1682912239397516, - "StableID": "nRwXjYFC9E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "KeyExpiry": "2026-10-06T01:26:44Z", - "DiscoKey": "discokey:79d5527b0a4b97626ed94fbc897df2fc4ba030201511a3466d5a503ec5dfdf1b", - "Addresses": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "AllowedIPs": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "Endpoints": ["77.164.248.136:50504", "10.65.0.27:50504", "172.17.0.1:50504"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 34335}, - {"Proto": "peerapi6", "Port": 34335} - ]}, - "Created": "2026-04-09T01:26:44.853853842Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2008152228190799, - "StableID": "ni83pikVgG11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "DiscoKey": "discokey:71a414b1153e4ee8874477cfbfe3c3f960385a8d755618673ef5c329bcc7d22e", - "Addresses": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "AllowedIPs": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "Endpoints": ["77.164.248.136:41559", "10.65.0.27:41559", "172.17.0.1:41559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38876}, - {"Proto": "peerapi6", "Port": 38876} - ]}, - "Created": "2026-04-09T01:26:39.435635093Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2269790026036383, - "StableID": "nkd453YziJ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "DiscoKey": "discokey:99fa65e1ed4b09ab91fc71907c628fe8c95e7916f43932f504b2f3373feb284f", - "Addresses": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "AllowedIPs": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "Endpoints": ["77.164.248.136:47006", "10.65.0.27:47006", "172.17.0.1:47006"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60960}, - {"Proto": "peerapi6", "Port": 60960} - ]}, - "Created": "2026-04-09T01:26:41.600286364Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3136584437713458, - "StableID": "nPRr2mkZVR11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "DiscoKey": "discokey:107d896d705043b1130da4d8e9e800ab8d69b3749904a5b942778596dbcdbc5d", - "Addresses": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "AllowedIPs": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "Endpoints": ["77.164.248.136:42060", "10.65.0.27:42060", "172.17.0.1:42060"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52504}, - {"Proto": "peerapi6", "Port": 52504} - ]}, - "Created": "2026-04-09T01:26:40.510034896Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3370862069094202, - "StableID": "nwo75BqfKT11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "DiscoKey": "discokey:cb09b57c22438ff8bb71342fb77bfed845ed144f9422b91e4255242664f88871", - "Addresses": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "AllowedIPs": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "Endpoints": ["77.164.248.136:44798", "10.65.0.27:44798", "172.17.0.1:44798"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40966}, - {"Proto": "peerapi6", "Port": 40966} - ]}, - "Created": "2026-04-09T01:26:39.980202965Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3682440438070851, - "StableID": "nvC5b2UnkV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "DiscoKey": "discokey:e8fb517242fdd3eeea4e459b9dbd8cb119de30fd4306a41ba2efe602af389347", - "Addresses": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "AllowedIPs": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "Endpoints": ["77.164.248.136:51659", "10.65.0.27:51659", "172.17.0.1:51659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63646}, - {"Proto": "peerapi6", "Port": 63646} - ]}, - "Created": "2026-04-09T01:26:42.678142829Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4299488927153953, - "StableID": "nr5uaSHFaa11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "DiscoKey": "discokey:1954d8f403ccc731b65e00f8be7566abb89700494cbb86d7948762efa539a928", - "Addresses": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "AllowedIPs": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "Endpoints": ["77.164.248.136:56021", "10.65.0.27:56021", "172.17.0.1:56021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39263}, - {"Proto": "peerapi6", "Port": 39263} - ]}, - "Created": "2026-04-09T01:26:42.136650056Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5175879671476020, - "StableID": "n32sbmaARh11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "DiscoKey": "discokey:899a5681cdf1d66e1599ad185e856417f07d9803f264288c9b8f0bf227a70233", - "Addresses": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "AllowedIPs": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "Endpoints": ["77.164.248.136:39171", "10.65.0.27:39171", "172.17.0.1:39171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58762}, - {"Proto": "peerapi6", "Port": 58762} - ]}, - "Created": "2026-04-09T01:26:41.048226171Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5554697598871395, - "StableID": "nNGMeEVjNk11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:5d4a38e3f480744ab4271b5e3080f84eaac3cb878f1e1ee576ac47bc1f81744d", - "Addresses": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "AllowedIPs": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 49417}, - {"Proto": "peerapi6", "Port": 49417} - ]}, - "Created": "2026-04-09T01:26:45.938114199Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8431912212721919, - "StableID": "naCfW53qq821CNTRL", + "ID": 1303716757499659, + "StableID": "nUuXVrRTBB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "DiscoKey": "discokey:ae53a5e663bd1bd6621ec1f4092c965e42d12ee28b49ec61f77d9ed7f6aae440", - "Addresses": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "AllowedIPs": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "Endpoints": ["77.164.248.136:33792", "10.65.0.27:33792", "172.17.0.1:33792"], + "Key": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "DiscoKey": "discokey:863feebff275d9eed79d248c10afe201eeac9381df9bd5d7d0ab689c5d9d7a58", + "Addresses": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "AllowedIPs": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "Endpoints": ["77.164.248.136:42516", "10.65.0.27:42516", "172.17.0.1:42516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44385}, - {"Proto": "peerapi6", "Port": 44385} + {"Proto": "peerapi4", "Port": 39779}, + {"Proto": "peerapi6", "Port": 39779} ]}, - "Created": "2026-04-09T01:26:44.323731368Z", + "Created": "2026-04-09T08:32:50.214541752Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 8885987412772373, - "StableID": "nAos2epUPC21CNTRL", + "ID": 1664514881210259, + "StableID": "neCyB3zrzD11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "DiscoKey": "discokey:daee4540b200c870c225bb2abcec7ac1a3c1b498c325fcec3aeb5653317fa505", + "Addresses": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "AllowedIPs": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "Endpoints": ["77.164.248.136:60350", "10.65.0.27:60350", "172.17.0.1:60350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58755}, + {"Proto": "peerapi6", "Port": 58755} + ]}, + "Created": "2026-04-09T08:32:48.075096835Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2323868747816462, + "StableID": "nhUjXJ6V9K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:4f3a8127e7dddea068d0a794483e70f131d87110b54d6e1ca8d8bbb062b2be26", + "Addresses": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "AllowedIPs": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35101}, + {"Proto": "peerapi6", "Port": 35101} + ]}, + "Created": "2026-04-09T08:32:51.828496381Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2669280604151715, + "StableID": "n8b5UZUvqM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "DiscoKey": "discokey:e305f85edbcd96d90d4ee5943b52a791676b5e41a652c9e78bcc24701778cc12", - "Addresses": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "AllowedIPs": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "Endpoints": ["77.164.248.136:56831", "10.65.0.27:56831", "172.17.0.1:56831"], + "Key": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "DiscoKey": "discokey:51917640e0456681a2429575afba04409bce8484b9060e68d622dd3c14561550", + "Addresses": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "AllowedIPs": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "Endpoints": ["77.164.248.136:41517", "10.65.0.27:41517", "172.17.0.1:41517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44189}, - {"Proto": "peerapi6", "Port": 44189} + {"Proto": "peerapi4", "Port": 38724}, + {"Proto": "peerapi6", "Port": 38724} ]}, - "Created": "2026-04-09T01:26:38.886099099Z", + "Created": "2026-04-09T08:32:44.845444991Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2992862618159436, + "StableID": "nZ1SzhRUNQ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "DiscoKey": "discokey:8804b314f843bc058f623ea9e6ae54b7f210bf778a284be6365ddc9cc7661318", + "Addresses": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "AllowedIPs": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "Endpoints": ["77.164.248.136:40131", "10.65.0.27:40131", "172.17.0.1:40131"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 56061}, + {"Proto": "peerapi6", "Port": 56061} + ]}, + "Created": "2026-04-09T08:32:45.912388087Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3287705814792373, + "StableID": "ncGkdVT1gS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "DiscoKey": "discokey:b2d8b8962fa8fa561bc2c7d387f2ccfd5a39f2019f7d1066b6aff171d878dd0e", + "Addresses": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "AllowedIPs": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "Endpoints": ["77.164.248.136:33531", "10.65.0.27:33531", "172.17.0.1:33531"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 42817}, + {"Proto": "peerapi6", "Port": 42817} + ]}, + "Created": "2026-04-09T08:32:45.388758154Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5725360590662351, + "StableID": "nWNbppW2im11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "DiscoKey": "discokey:f984e85accdf3d7fd0f571c78b407758d532324152d2c308782a61a0a1f4336d", + "Addresses": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "AllowedIPs": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "Endpoints": ["77.164.248.136:48608", "10.65.0.27:48608", "172.17.0.1:48608"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 39392}, + {"Proto": "peerapi6", "Port": 39392} + ]}, + "Created": "2026-04-09T08:32:44.310466876Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5746731441917406, + "StableID": "nsDNmdthsm11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:b1725804a5a5de0f90c94295ff63b4bc935a99f81b9c129ce3ad1efc7d4ffa51", + "Addresses": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "AllowedIPs": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "Endpoints": ["77.164.248.136:35272", "10.65.0.27:35272", "172.17.0.1:35272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61866}, + {"Proto": "peerapi6", "Port": 61866} + ]}, + "Created": "2026-04-09T08:32:51.286418072Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6160546323179574, + "StableID": "nDWDn7787q11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "DiscoKey": "discokey:3880f2a72c69fc9144512564dda73cf2b48a4ce556c99ab4cf6163fed78a2847", + "Addresses": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "AllowedIPs": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "Endpoints": ["77.164.248.136:51200", "10.65.0.27:51200", "172.17.0.1:51200"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59196}, + {"Proto": "peerapi6", "Port": 59196} + ]}, + "Created": "2026-04-09T08:32:48.599140668Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6478502265615213, + "StableID": "nEwAdbG8bs11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "DiscoKey": "discokey:41dcb37bef1df70ec8d889c2b59add9c711cb298409c0c408c3bafd75fe29533", + "Addresses": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "AllowedIPs": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "Endpoints": ["77.164.248.136:57833", "10.65.0.27:57833", "172.17.0.1:57833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 55303}, + {"Proto": "peerapi6", "Port": 55303} + ]}, + "Created": "2026-04-09T08:32:47.554763025Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6636460760841702, + "StableID": "nRSiw6afpt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "DiscoKey": "discokey:38c193b61c260e08bdc0a08d97c22e70ec6fa8780a29caf79089b786b4139f05", + "Addresses": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "AllowedIPs": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "Endpoints": ["77.164.248.136:56418", "10.65.0.27:56418", "172.17.0.1:56418"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48397}, + {"Proto": "peerapi6", "Port": 48397} + ]}, + "Created": "2026-04-09T08:32:46.451512784Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8814877115621099, + "StableID": "niGaaisGqB21CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "KeyExpiry": "2026-10-06T08:32:50Z", + "DiscoKey": "discokey:84643d26ee7be0af1a91b01c81347218efcce6686ea7105a972580fd7babd762", + "Addresses": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "AllowedIPs": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "Endpoints": ["77.164.248.136:42319", "10.65.0.27:42319", "172.17.0.1:42319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53886}, + {"Proto": "peerapi6", "Port": 53886} + ]}, + "Created": "2026-04-09T08:32:50.731239152Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8874009369753507, + "StableID": "nG3VPMB4JC21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "DiscoKey": "discokey:e7774b71abe1500ff19ce6a71f4f78ddc8b19b19b6ee399e32393e0dce41224e", + "Addresses": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "AllowedIPs": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "Endpoints": ["77.164.248.136:44007", "10.65.0.27:44007", "172.17.0.1:44007"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60701}, + {"Proto": "peerapi6", "Port": 60701} + ]}, + "Created": "2026-04-09T08:32:46.999595822Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8781,27 +8791,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "516742568197344": { - "ID": 516742568197344, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2166919670494401": { + "ID": 2166919670494401, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8832,26 +8844,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8885987412772373, - "StableID": "nAos2epUPC21CNTRL", + "ID": 2669280604151715, + "StableID": "n8b5UZUvqM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 8885987412772373, - "Key": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "DiscoKey": "discokey:e305f85edbcd96d90d4ee5943b52a791676b5e41a652c9e78bcc24701778cc12", - "Addresses": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "AllowedIPs": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "Endpoints": ["77.164.248.136:56831", "10.65.0.27:56831", "172.17.0.1:56831"], + "User": 2669280604151715, + "Key": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "DiscoKey": "discokey:51917640e0456681a2429575afba04409bce8484b9060e68d622dd3c14561550", + "Addresses": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "AllowedIPs": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "Endpoints": ["77.164.248.136:41517", "10.65.0.27:41517", "172.17.0.1:41517"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 44189}, - {"Proto": "peerapi6", "Port": 44189}, + {"Proto": "peerapi4", "Port": 38724}, + {"Proto": "peerapi6", "Port": 38724}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:38.886099099Z", + "Created": "2026-04-09T08:32:44.845444991Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8879,300 +8891,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "MachineKey": "mkey:a336a390b0f184a6ed1a9277e11c0e4605b37d64ff3ec4a10b5bf948abd5701d", + "NodeKey": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "MachineKey": "mkey:a9f985c7510dd4b2abde0fdcf2d62d346f6557a55fd6a89296ed4a6912426946", "Peers": [{ - "ID": 128442393139347, - "StableID": "nvYBTuxA1211CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "DiscoKey": "discokey:a422c2ca253d8a14e5964fe002fb958eecd6c59bef82143bbf795fb90f12ac45", - "Addresses": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "AllowedIPs": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "Endpoints": ["77.164.248.136:46769", "10.65.0.27:46769", "172.17.0.1:46769"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 33840}, - {"Proto": "peerapi6", "Port": 33840} - ]}, - "Created": "2026-04-09T01:26:38.35353118Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 516742568197344, - "StableID": "n9MVFAx23511CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "DiscoKey": "discokey:7152de522469b64dcb6bbf53a743d06bb2b50289716dcc21c55218b531b5df3f", - "Addresses": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "AllowedIPs": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "Endpoints": ["77.164.248.136:56398", "10.65.0.27:56398", "172.17.0.1:56398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 58944}, - {"Proto": "peerapi6", "Port": 58944} - ]}, - "Created": "2026-04-09T01:26:43.776437928Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 742574330951239, - "StableID": "nrcPomAKo611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:a22a3470c7b6312492455cad0476fc86e250939455db0aff5b1e41d7ab32761c", - "Addresses": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "AllowedIPs": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "Endpoints": ["77.164.248.136:33715", "10.65.0.27:33715", "172.17.0.1:33715"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43021}, - {"Proto": "peerapi6", "Port": 43021} - ]}, - "Created": "2026-04-09T01:26:45.400797002Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1027026525335030, - "StableID": "njH6AEF92911CNTRL", + "ID": 943539407495206, + "StableID": "ns1cSTBLN811CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "DiscoKey": "discokey:f87ad22ef0e373340f9ff5b147a589364e3500d5f4ef9bb9fd938fdd3ea0cc61", - "Addresses": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "AllowedIPs": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "Endpoints": ["77.164.248.136:59562", "10.65.0.27:59562", "172.17.0.1:59562"], + "Key": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "DiscoKey": "discokey:44b180348b62c1d56a00841c188dd329a6a6277070baa2d61a661a9eef5bba3f", + "Addresses": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "AllowedIPs": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "Endpoints": ["77.164.248.136:38381", "10.65.0.27:38381", "172.17.0.1:38381"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 36382}, - {"Proto": "peerapi6", "Port": 36382} + {"Proto": "peerapi4", "Port": 62799}, + {"Proto": "peerapi6", "Port": 62799} ]}, - "Created": "2026-04-09T01:26:43.228532001Z", + "Created": "2026-04-09T08:32:49.137344313Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1682912239397516, - "StableID": "nRwXjYFC9E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "KeyExpiry": "2026-10-06T01:26:44Z", - "DiscoKey": "discokey:79d5527b0a4b97626ed94fbc897df2fc4ba030201511a3466d5a503ec5dfdf1b", - "Addresses": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "AllowedIPs": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "Endpoints": ["77.164.248.136:50504", "10.65.0.27:50504", "172.17.0.1:50504"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 34335}, - {"Proto": "peerapi6", "Port": 34335} - ]}, - "Created": "2026-04-09T01:26:44.853853842Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2008152228190799, - "StableID": "ni83pikVgG11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 1303716757499659, + "StableID": "nUuXVrRTBB11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "DiscoKey": "discokey:71a414b1153e4ee8874477cfbfe3c3f960385a8d755618673ef5c329bcc7d22e", - "Addresses": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "AllowedIPs": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "Endpoints": ["77.164.248.136:41559", "10.65.0.27:41559", "172.17.0.1:41559"], + "Key": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "DiscoKey": "discokey:863feebff275d9eed79d248c10afe201eeac9381df9bd5d7d0ab689c5d9d7a58", + "Addresses": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "AllowedIPs": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "Endpoints": ["77.164.248.136:42516", "10.65.0.27:42516", "172.17.0.1:42516"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38876}, - {"Proto": "peerapi6", "Port": 38876} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 39779}, + {"Proto": "peerapi6", "Port": 39779} ]}, - "Created": "2026-04-09T01:26:39.435635093Z", + "Created": "2026-04-09T08:32:50.214541752Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 2269790026036383, - "StableID": "nkd453YziJ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "DiscoKey": "discokey:99fa65e1ed4b09ab91fc71907c628fe8c95e7916f43932f504b2f3373feb284f", - "Addresses": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "AllowedIPs": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "Endpoints": ["77.164.248.136:47006", "10.65.0.27:47006", "172.17.0.1:47006"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60960}, - {"Proto": "peerapi6", "Port": 60960} - ]}, - "Created": "2026-04-09T01:26:41.600286364Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3136584437713458, - "StableID": "nPRr2mkZVR11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "DiscoKey": "discokey:107d896d705043b1130da4d8e9e800ab8d69b3749904a5b942778596dbcdbc5d", - "Addresses": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "AllowedIPs": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "Endpoints": ["77.164.248.136:42060", "10.65.0.27:42060", "172.17.0.1:42060"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52504}, - {"Proto": "peerapi6", "Port": 52504} - ]}, - "Created": "2026-04-09T01:26:40.510034896Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3370862069094202, - "StableID": "nwo75BqfKT11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "DiscoKey": "discokey:cb09b57c22438ff8bb71342fb77bfed845ed144f9422b91e4255242664f88871", - "Addresses": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "AllowedIPs": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "Endpoints": ["77.164.248.136:44798", "10.65.0.27:44798", "172.17.0.1:44798"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40966}, - {"Proto": "peerapi6", "Port": 40966} - ]}, - "Created": "2026-04-09T01:26:39.980202965Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3682440438070851, - "StableID": "nvC5b2UnkV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "DiscoKey": "discokey:e8fb517242fdd3eeea4e459b9dbd8cb119de30fd4306a41ba2efe602af389347", - "Addresses": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "AllowedIPs": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "Endpoints": ["77.164.248.136:51659", "10.65.0.27:51659", "172.17.0.1:51659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63646}, - {"Proto": "peerapi6", "Port": 63646} - ]}, - "Created": "2026-04-09T01:26:42.678142829Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4299488927153953, - "StableID": "nr5uaSHFaa11CNTRL", + "ID": 1664514881210259, + "StableID": "neCyB3zrzD11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "DiscoKey": "discokey:1954d8f403ccc731b65e00f8be7566abb89700494cbb86d7948762efa539a928", - "Addresses": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "AllowedIPs": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "Endpoints": ["77.164.248.136:56021", "10.65.0.27:56021", "172.17.0.1:56021"], + "Key": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "DiscoKey": "discokey:daee4540b200c870c225bb2abcec7ac1a3c1b498c325fcec3aeb5653317fa505", + "Addresses": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "AllowedIPs": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "Endpoints": ["77.164.248.136:60350", "10.65.0.27:60350", "172.17.0.1:60350"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39263}, - {"Proto": "peerapi6", "Port": 39263} + {"Proto": "peerapi4", "Port": 58755}, + {"Proto": "peerapi6", "Port": 58755} ]}, - "Created": "2026-04-09T01:26:42.136650056Z", + "Created": "2026-04-09T08:32:48.075096835Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5175879671476020, - "StableID": "n32sbmaARh11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 2166919670494401, + "StableID": "nQNo1iJQvH11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "DiscoKey": "discokey:899a5681cdf1d66e1599ad185e856417f07d9803f264288c9b8f0bf227a70233", - "Addresses": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "AllowedIPs": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "Endpoints": ["77.164.248.136:39171", "10.65.0.27:39171", "172.17.0.1:39171"], + "Key": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "DiscoKey": "discokey:a6d830a828b783668373179f19af7101960d79fcb5180422c2c0c1eabaa06719", + "Addresses": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "AllowedIPs": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "Endpoints": ["77.164.248.136:53718", "10.65.0.27:53718", "172.17.0.1:53718"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58762}, - {"Proto": "peerapi6", "Port": 58762} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 36609}, + {"Proto": "peerapi6", "Port": 36609} ]}, - "Created": "2026-04-09T01:26:41.048226171Z", + "Created": "2026-04-09T08:32:49.658878083Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 5554697598871395, - "StableID": "nNGMeEVjNk11CNTRL", + "ID": 2323868747816462, + "StableID": "nhUjXJ6V9K11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:5d4a38e3f480744ab4271b5e3080f84eaac3cb878f1e1ee576ac47bc1f81744d", - "Addresses": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "AllowedIPs": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], + "Key": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:4f3a8127e7dddea068d0a794483e70f131d87110b54d6e1ca8d8bbb062b2be26", + "Addresses": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "AllowedIPs": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 49417}, - {"Proto": "peerapi6", "Port": 49417} + {"Proto": "peerapi4", "Port": 35101}, + {"Proto": "peerapi6", "Port": 35101} ]}, - "Created": "2026-04-09T01:26:45.938114199Z", + "Created": "2026-04-09T08:32:51.828496381Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 8431912212721919, - "StableID": "naCfW53qq821CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 2992862618159436, + "StableID": "nZ1SzhRUNQ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "DiscoKey": "discokey:ae53a5e663bd1bd6621ec1f4092c965e42d12ee28b49ec61f77d9ed7f6aae440", - "Addresses": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "AllowedIPs": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "Endpoints": ["77.164.248.136:33792", "10.65.0.27:33792", "172.17.0.1:33792"], + "Key": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "DiscoKey": "discokey:8804b314f843bc058f623ea9e6ae54b7f210bf778a284be6365ddc9cc7661318", + "Addresses": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "AllowedIPs": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "Endpoints": ["77.164.248.136:40131", "10.65.0.27:40131", "172.17.0.1:40131"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44385}, - {"Proto": "peerapi6", "Port": 44385} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 56061}, + {"Proto": "peerapi6", "Port": 56061} ]}, - "Created": "2026-04-09T01:26:44.323731368Z", + "Created": "2026-04-09T08:32:45.912388087Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3287705814792373, + "StableID": "ncGkdVT1gS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "DiscoKey": "discokey:b2d8b8962fa8fa561bc2c7d387f2ccfd5a39f2019f7d1066b6aff171d878dd0e", + "Addresses": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "AllowedIPs": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "Endpoints": ["77.164.248.136:33531", "10.65.0.27:33531", "172.17.0.1:33531"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 42817}, + {"Proto": "peerapi6", "Port": 42817} + ]}, + "Created": "2026-04-09T08:32:45.388758154Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5725360590662351, + "StableID": "nWNbppW2im11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "DiscoKey": "discokey:f984e85accdf3d7fd0f571c78b407758d532324152d2c308782a61a0a1f4336d", + "Addresses": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "AllowedIPs": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "Endpoints": ["77.164.248.136:48608", "10.65.0.27:48608", "172.17.0.1:48608"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 39392}, + {"Proto": "peerapi6", "Port": 39392} + ]}, + "Created": "2026-04-09T08:32:44.310466876Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5746731441917406, + "StableID": "nsDNmdthsm11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:b1725804a5a5de0f90c94295ff63b4bc935a99f81b9c129ce3ad1efc7d4ffa51", + "Addresses": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "AllowedIPs": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "Endpoints": ["77.164.248.136:35272", "10.65.0.27:35272", "172.17.0.1:35272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61866}, + {"Proto": "peerapi6", "Port": 61866} + ]}, + "Created": "2026-04-09T08:32:51.286418072Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6160546323179574, + "StableID": "nDWDn7787q11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "DiscoKey": "discokey:3880f2a72c69fc9144512564dda73cf2b48a4ce556c99ab4cf6163fed78a2847", + "Addresses": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "AllowedIPs": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "Endpoints": ["77.164.248.136:51200", "10.65.0.27:51200", "172.17.0.1:51200"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59196}, + {"Proto": "peerapi6", "Port": 59196} + ]}, + "Created": "2026-04-09T08:32:48.599140668Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6478502265615213, + "StableID": "nEwAdbG8bs11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "DiscoKey": "discokey:41dcb37bef1df70ec8d889c2b59add9c711cb298409c0c408c3bafd75fe29533", + "Addresses": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "AllowedIPs": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "Endpoints": ["77.164.248.136:57833", "10.65.0.27:57833", "172.17.0.1:57833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 55303}, + {"Proto": "peerapi6", "Port": 55303} + ]}, + "Created": "2026-04-09T08:32:47.554763025Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6636460760841702, + "StableID": "nRSiw6afpt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "DiscoKey": "discokey:38c193b61c260e08bdc0a08d97c22e70ec6fa8780a29caf79089b786b4139f05", + "Addresses": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "AllowedIPs": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "Endpoints": ["77.164.248.136:56418", "10.65.0.27:56418", "172.17.0.1:56418"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48397}, + {"Proto": "peerapi6", "Port": 48397} + ]}, + "Created": "2026-04-09T08:32:46.451512784Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8814877115621099, + "StableID": "niGaaisGqB21CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "KeyExpiry": "2026-10-06T08:32:50Z", + "DiscoKey": "discokey:84643d26ee7be0af1a91b01c81347218efcce6686ea7105a972580fd7babd762", + "Addresses": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "AllowedIPs": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "Endpoints": ["77.164.248.136:42319", "10.65.0.27:42319", "172.17.0.1:42319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53886}, + {"Proto": "peerapi6", "Port": 53886} + ]}, + "Created": "2026-04-09T08:32:50.731239152Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8874009369753507, + "StableID": "nG3VPMB4JC21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "DiscoKey": "discokey:e7774b71abe1500ff19ce6a71f4f78ddc8b19b19b6ee399e32393e0dce41224e", + "Addresses": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "AllowedIPs": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "Endpoints": ["77.164.248.136:44007", "10.65.0.27:44007", "172.17.0.1:44007"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60701}, + {"Proto": "peerapi6", "Port": 60701} + ]}, + "Created": "2026-04-09T08:32:46.999595822Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10020,27 +10032,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8885987412772373": { - "ID": 8885987412772373, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2669280604151715": { + "ID": 2669280604151715, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10071,26 +10085,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 128442393139347, - "StableID": "nvYBTuxA1211CNTRL", + "ID": 5725360590662351, + "StableID": "nWNbppW2im11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 128442393139347, - "Key": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "DiscoKey": "discokey:a422c2ca253d8a14e5964fe002fb958eecd6c59bef82143bbf795fb90f12ac45", - "Addresses": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "AllowedIPs": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "Endpoints": ["77.164.248.136:46769", "10.65.0.27:46769", "172.17.0.1:46769"], + "User": 5725360590662351, + "Key": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "DiscoKey": "discokey:f984e85accdf3d7fd0f571c78b407758d532324152d2c308782a61a0a1f4336d", + "Addresses": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "AllowedIPs": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "Endpoints": ["77.164.248.136:48608", "10.65.0.27:48608", "172.17.0.1:48608"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 33840}, - {"Proto": "peerapi6", "Port": 33840}, + {"Proto": "peerapi4", "Port": 39392}, + {"Proto": "peerapi6", "Port": 39392}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:38.35353118Z", + "Created": "2026-04-09T08:32:44.310466876Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10118,300 +10132,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "MachineKey": "mkey:f835e75861d0442c8d5403d7e97ed6d3772a5ea434d0758514f4b3fe6685105d", + "NodeKey": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "MachineKey": "mkey:3af433205c73ef774c4744593b6cfaa8d41a23c19dd01029778f166773cced35", "Peers": [{ - "ID": 516742568197344, - "StableID": "n9MVFAx23511CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "DiscoKey": "discokey:7152de522469b64dcb6bbf53a743d06bb2b50289716dcc21c55218b531b5df3f", - "Addresses": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "AllowedIPs": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "Endpoints": ["77.164.248.136:56398", "10.65.0.27:56398", "172.17.0.1:56398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 58944}, - {"Proto": "peerapi6", "Port": 58944} - ]}, - "Created": "2026-04-09T01:26:43.776437928Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 742574330951239, - "StableID": "nrcPomAKo611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:a22a3470c7b6312492455cad0476fc86e250939455db0aff5b1e41d7ab32761c", - "Addresses": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "AllowedIPs": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "Endpoints": ["77.164.248.136:33715", "10.65.0.27:33715", "172.17.0.1:33715"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43021}, - {"Proto": "peerapi6", "Port": 43021} - ]}, - "Created": "2026-04-09T01:26:45.400797002Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1027026525335030, - "StableID": "njH6AEF92911CNTRL", + "ID": 943539407495206, + "StableID": "ns1cSTBLN811CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "DiscoKey": "discokey:f87ad22ef0e373340f9ff5b147a589364e3500d5f4ef9bb9fd938fdd3ea0cc61", - "Addresses": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "AllowedIPs": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "Endpoints": ["77.164.248.136:59562", "10.65.0.27:59562", "172.17.0.1:59562"], + "Key": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "DiscoKey": "discokey:44b180348b62c1d56a00841c188dd329a6a6277070baa2d61a661a9eef5bba3f", + "Addresses": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "AllowedIPs": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "Endpoints": ["77.164.248.136:38381", "10.65.0.27:38381", "172.17.0.1:38381"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 36382}, - {"Proto": "peerapi6", "Port": 36382} + {"Proto": "peerapi4", "Port": 62799}, + {"Proto": "peerapi6", "Port": 62799} ]}, - "Created": "2026-04-09T01:26:43.228532001Z", + "Created": "2026-04-09T08:32:49.137344313Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1682912239397516, - "StableID": "nRwXjYFC9E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "KeyExpiry": "2026-10-06T01:26:44Z", - "DiscoKey": "discokey:79d5527b0a4b97626ed94fbc897df2fc4ba030201511a3466d5a503ec5dfdf1b", - "Addresses": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "AllowedIPs": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "Endpoints": ["77.164.248.136:50504", "10.65.0.27:50504", "172.17.0.1:50504"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 34335}, - {"Proto": "peerapi6", "Port": 34335} - ]}, - "Created": "2026-04-09T01:26:44.853853842Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2008152228190799, - "StableID": "ni83pikVgG11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "DiscoKey": "discokey:71a414b1153e4ee8874477cfbfe3c3f960385a8d755618673ef5c329bcc7d22e", - "Addresses": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "AllowedIPs": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "Endpoints": ["77.164.248.136:41559", "10.65.0.27:41559", "172.17.0.1:41559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38876}, - {"Proto": "peerapi6", "Port": 38876} - ]}, - "Created": "2026-04-09T01:26:39.435635093Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2269790026036383, - "StableID": "nkd453YziJ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "DiscoKey": "discokey:99fa65e1ed4b09ab91fc71907c628fe8c95e7916f43932f504b2f3373feb284f", - "Addresses": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "AllowedIPs": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "Endpoints": ["77.164.248.136:47006", "10.65.0.27:47006", "172.17.0.1:47006"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60960}, - {"Proto": "peerapi6", "Port": 60960} - ]}, - "Created": "2026-04-09T01:26:41.600286364Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3136584437713458, - "StableID": "nPRr2mkZVR11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "DiscoKey": "discokey:107d896d705043b1130da4d8e9e800ab8d69b3749904a5b942778596dbcdbc5d", - "Addresses": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "AllowedIPs": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "Endpoints": ["77.164.248.136:42060", "10.65.0.27:42060", "172.17.0.1:42060"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52504}, - {"Proto": "peerapi6", "Port": 52504} - ]}, - "Created": "2026-04-09T01:26:40.510034896Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3370862069094202, - "StableID": "nwo75BqfKT11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "DiscoKey": "discokey:cb09b57c22438ff8bb71342fb77bfed845ed144f9422b91e4255242664f88871", - "Addresses": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "AllowedIPs": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "Endpoints": ["77.164.248.136:44798", "10.65.0.27:44798", "172.17.0.1:44798"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40966}, - {"Proto": "peerapi6", "Port": 40966} - ]}, - "Created": "2026-04-09T01:26:39.980202965Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3682440438070851, - "StableID": "nvC5b2UnkV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "DiscoKey": "discokey:e8fb517242fdd3eeea4e459b9dbd8cb119de30fd4306a41ba2efe602af389347", - "Addresses": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "AllowedIPs": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "Endpoints": ["77.164.248.136:51659", "10.65.0.27:51659", "172.17.0.1:51659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63646}, - {"Proto": "peerapi6", "Port": 63646} - ]}, - "Created": "2026-04-09T01:26:42.678142829Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4299488927153953, - "StableID": "nr5uaSHFaa11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "DiscoKey": "discokey:1954d8f403ccc731b65e00f8be7566abb89700494cbb86d7948762efa539a928", - "Addresses": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "AllowedIPs": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "Endpoints": ["77.164.248.136:56021", "10.65.0.27:56021", "172.17.0.1:56021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39263}, - {"Proto": "peerapi6", "Port": 39263} - ]}, - "Created": "2026-04-09T01:26:42.136650056Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5175879671476020, - "StableID": "n32sbmaARh11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "DiscoKey": "discokey:899a5681cdf1d66e1599ad185e856417f07d9803f264288c9b8f0bf227a70233", - "Addresses": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "AllowedIPs": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "Endpoints": ["77.164.248.136:39171", "10.65.0.27:39171", "172.17.0.1:39171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58762}, - {"Proto": "peerapi6", "Port": 58762} - ]}, - "Created": "2026-04-09T01:26:41.048226171Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5554697598871395, - "StableID": "nNGMeEVjNk11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:5d4a38e3f480744ab4271b5e3080f84eaac3cb878f1e1ee576ac47bc1f81744d", - "Addresses": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "AllowedIPs": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 49417}, - {"Proto": "peerapi6", "Port": 49417} - ]}, - "Created": "2026-04-09T01:26:45.938114199Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8431912212721919, - "StableID": "naCfW53qq821CNTRL", + "ID": 1303716757499659, + "StableID": "nUuXVrRTBB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "DiscoKey": "discokey:ae53a5e663bd1bd6621ec1f4092c965e42d12ee28b49ec61f77d9ed7f6aae440", - "Addresses": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "AllowedIPs": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "Endpoints": ["77.164.248.136:33792", "10.65.0.27:33792", "172.17.0.1:33792"], + "Key": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "DiscoKey": "discokey:863feebff275d9eed79d248c10afe201eeac9381df9bd5d7d0ab689c5d9d7a58", + "Addresses": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "AllowedIPs": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "Endpoints": ["77.164.248.136:42516", "10.65.0.27:42516", "172.17.0.1:42516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44385}, - {"Proto": "peerapi6", "Port": 44385} + {"Proto": "peerapi4", "Port": 39779}, + {"Proto": "peerapi6", "Port": 39779} ]}, - "Created": "2026-04-09T01:26:44.323731368Z", + "Created": "2026-04-09T08:32:50.214541752Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 8885987412772373, - "StableID": "nAos2epUPC21CNTRL", + "ID": 1664514881210259, + "StableID": "neCyB3zrzD11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "DiscoKey": "discokey:daee4540b200c870c225bb2abcec7ac1a3c1b498c325fcec3aeb5653317fa505", + "Addresses": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "AllowedIPs": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "Endpoints": ["77.164.248.136:60350", "10.65.0.27:60350", "172.17.0.1:60350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58755}, + {"Proto": "peerapi6", "Port": 58755} + ]}, + "Created": "2026-04-09T08:32:48.075096835Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2166919670494401, + "StableID": "nQNo1iJQvH11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "DiscoKey": "discokey:a6d830a828b783668373179f19af7101960d79fcb5180422c2c0c1eabaa06719", + "Addresses": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "AllowedIPs": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "Endpoints": ["77.164.248.136:53718", "10.65.0.27:53718", "172.17.0.1:53718"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 36609}, + {"Proto": "peerapi6", "Port": 36609} + ]}, + "Created": "2026-04-09T08:32:49.658878083Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2323868747816462, + "StableID": "nhUjXJ6V9K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:4f3a8127e7dddea068d0a794483e70f131d87110b54d6e1ca8d8bbb062b2be26", + "Addresses": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "AllowedIPs": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35101}, + {"Proto": "peerapi6", "Port": 35101} + ]}, + "Created": "2026-04-09T08:32:51.828496381Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2669280604151715, + "StableID": "n8b5UZUvqM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "DiscoKey": "discokey:e305f85edbcd96d90d4ee5943b52a791676b5e41a652c9e78bcc24701778cc12", - "Addresses": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "AllowedIPs": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "Endpoints": ["77.164.248.136:56831", "10.65.0.27:56831", "172.17.0.1:56831"], + "Key": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "DiscoKey": "discokey:51917640e0456681a2429575afba04409bce8484b9060e68d622dd3c14561550", + "Addresses": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "AllowedIPs": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "Endpoints": ["77.164.248.136:41517", "10.65.0.27:41517", "172.17.0.1:41517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44189}, - {"Proto": "peerapi6", "Port": 44189} + {"Proto": "peerapi4", "Port": 38724}, + {"Proto": "peerapi6", "Port": 38724} ]}, - "Created": "2026-04-09T01:26:38.886099099Z", + "Created": "2026-04-09T08:32:44.845444991Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2992862618159436, + "StableID": "nZ1SzhRUNQ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "DiscoKey": "discokey:8804b314f843bc058f623ea9e6ae54b7f210bf778a284be6365ddc9cc7661318", + "Addresses": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "AllowedIPs": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "Endpoints": ["77.164.248.136:40131", "10.65.0.27:40131", "172.17.0.1:40131"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 56061}, + {"Proto": "peerapi6", "Port": 56061} + ]}, + "Created": "2026-04-09T08:32:45.912388087Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3287705814792373, + "StableID": "ncGkdVT1gS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "DiscoKey": "discokey:b2d8b8962fa8fa561bc2c7d387f2ccfd5a39f2019f7d1066b6aff171d878dd0e", + "Addresses": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "AllowedIPs": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "Endpoints": ["77.164.248.136:33531", "10.65.0.27:33531", "172.17.0.1:33531"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 42817}, + {"Proto": "peerapi6", "Port": 42817} + ]}, + "Created": "2026-04-09T08:32:45.388758154Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5746731441917406, + "StableID": "nsDNmdthsm11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:b1725804a5a5de0f90c94295ff63b4bc935a99f81b9c129ce3ad1efc7d4ffa51", + "Addresses": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "AllowedIPs": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "Endpoints": ["77.164.248.136:35272", "10.65.0.27:35272", "172.17.0.1:35272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61866}, + {"Proto": "peerapi6", "Port": 61866} + ]}, + "Created": "2026-04-09T08:32:51.286418072Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6160546323179574, + "StableID": "nDWDn7787q11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "DiscoKey": "discokey:3880f2a72c69fc9144512564dda73cf2b48a4ce556c99ab4cf6163fed78a2847", + "Addresses": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "AllowedIPs": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "Endpoints": ["77.164.248.136:51200", "10.65.0.27:51200", "172.17.0.1:51200"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59196}, + {"Proto": "peerapi6", "Port": 59196} + ]}, + "Created": "2026-04-09T08:32:48.599140668Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6478502265615213, + "StableID": "nEwAdbG8bs11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "DiscoKey": "discokey:41dcb37bef1df70ec8d889c2b59add9c711cb298409c0c408c3bafd75fe29533", + "Addresses": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "AllowedIPs": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "Endpoints": ["77.164.248.136:57833", "10.65.0.27:57833", "172.17.0.1:57833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 55303}, + {"Proto": "peerapi6", "Port": 55303} + ]}, + "Created": "2026-04-09T08:32:47.554763025Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6636460760841702, + "StableID": "nRSiw6afpt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "DiscoKey": "discokey:38c193b61c260e08bdc0a08d97c22e70ec6fa8780a29caf79089b786b4139f05", + "Addresses": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "AllowedIPs": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "Endpoints": ["77.164.248.136:56418", "10.65.0.27:56418", "172.17.0.1:56418"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48397}, + {"Proto": "peerapi6", "Port": 48397} + ]}, + "Created": "2026-04-09T08:32:46.451512784Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8814877115621099, + "StableID": "niGaaisGqB21CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "KeyExpiry": "2026-10-06T08:32:50Z", + "DiscoKey": "discokey:84643d26ee7be0af1a91b01c81347218efcce6686ea7105a972580fd7babd762", + "Addresses": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "AllowedIPs": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "Endpoints": ["77.164.248.136:42319", "10.65.0.27:42319", "172.17.0.1:42319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53886}, + {"Proto": "peerapi6", "Port": 53886} + ]}, + "Created": "2026-04-09T08:32:50.731239152Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8874009369753507, + "StableID": "nG3VPMB4JC21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "DiscoKey": "discokey:e7774b71abe1500ff19ce6a71f4f78ddc8b19b19b6ee399e32393e0dce41224e", + "Addresses": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "AllowedIPs": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "Endpoints": ["77.164.248.136:44007", "10.65.0.27:44007", "172.17.0.1:44007"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60701}, + {"Proto": "peerapi6", "Port": 60701} + ]}, + "Created": "2026-04-09T08:32:46.999595822Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11259,27 +11273,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "128442393139347": { - "ID": 128442393139347, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5725360590662351": { + "ID": 5725360590662351, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11310,21 +11326,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3136584437713458, - "StableID": "nPRr2mkZVR11CNTRL", + "ID": 6636460760841702, + "StableID": "nRSiw6afpt11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 3136584437713458, - "Key": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "DiscoKey": "discokey:107d896d705043b1130da4d8e9e800ab8d69b3749904a5b942778596dbcdbc5d", - "Addresses": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "AllowedIPs": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "Endpoints": ["77.164.248.136:42060", "10.65.0.27:42060", "172.17.0.1:42060"], + "User": 6636460760841702, + "Key": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "DiscoKey": "discokey:38c193b61c260e08bdc0a08d97c22e70ec6fa8780a29caf79089b786b4139f05", + "Addresses": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "AllowedIPs": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "Endpoints": ["77.164.248.136:56418", "10.65.0.27:56418", "172.17.0.1:56418"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 52504}, - {"Proto": "peerapi6", "Port": 52504}, + {"Proto": "peerapi4", "Port": 48397}, + {"Proto": "peerapi6", "Port": 48397}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:40.510034896Z", + "Created": "2026-04-09T08:32:46.451512784Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11352,300 +11368,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "MachineKey": "mkey:92fde91a488d1ee7a778efacdb392a93ee0f6ae8aa632e54acb847fd7166015d", + "NodeKey": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "MachineKey": "mkey:d7666db297f019769a3b41bc53842a4135b15c7dc182057c82cdfb80a6a8043f", "Peers": [{ - "ID": 128442393139347, - "StableID": "nvYBTuxA1211CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "DiscoKey": "discokey:a422c2ca253d8a14e5964fe002fb958eecd6c59bef82143bbf795fb90f12ac45", - "Addresses": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "AllowedIPs": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "Endpoints": ["77.164.248.136:46769", "10.65.0.27:46769", "172.17.0.1:46769"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 33840}, - {"Proto": "peerapi6", "Port": 33840} - ]}, - "Created": "2026-04-09T01:26:38.35353118Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 516742568197344, - "StableID": "n9MVFAx23511CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "DiscoKey": "discokey:7152de522469b64dcb6bbf53a743d06bb2b50289716dcc21c55218b531b5df3f", - "Addresses": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "AllowedIPs": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "Endpoints": ["77.164.248.136:56398", "10.65.0.27:56398", "172.17.0.1:56398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 58944}, - {"Proto": "peerapi6", "Port": 58944} - ]}, - "Created": "2026-04-09T01:26:43.776437928Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 742574330951239, - "StableID": "nrcPomAKo611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:a22a3470c7b6312492455cad0476fc86e250939455db0aff5b1e41d7ab32761c", - "Addresses": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "AllowedIPs": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "Endpoints": ["77.164.248.136:33715", "10.65.0.27:33715", "172.17.0.1:33715"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43021}, - {"Proto": "peerapi6", "Port": 43021} - ]}, - "Created": "2026-04-09T01:26:45.400797002Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1027026525335030, - "StableID": "njH6AEF92911CNTRL", + "ID": 943539407495206, + "StableID": "ns1cSTBLN811CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "DiscoKey": "discokey:f87ad22ef0e373340f9ff5b147a589364e3500d5f4ef9bb9fd938fdd3ea0cc61", - "Addresses": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "AllowedIPs": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "Endpoints": ["77.164.248.136:59562", "10.65.0.27:59562", "172.17.0.1:59562"], + "Key": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "DiscoKey": "discokey:44b180348b62c1d56a00841c188dd329a6a6277070baa2d61a661a9eef5bba3f", + "Addresses": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "AllowedIPs": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "Endpoints": ["77.164.248.136:38381", "10.65.0.27:38381", "172.17.0.1:38381"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 36382}, - {"Proto": "peerapi6", "Port": 36382} + {"Proto": "peerapi4", "Port": 62799}, + {"Proto": "peerapi6", "Port": 62799} ]}, - "Created": "2026-04-09T01:26:43.228532001Z", + "Created": "2026-04-09T08:32:49.137344313Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1682912239397516, - "StableID": "nRwXjYFC9E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "KeyExpiry": "2026-10-06T01:26:44Z", - "DiscoKey": "discokey:79d5527b0a4b97626ed94fbc897df2fc4ba030201511a3466d5a503ec5dfdf1b", - "Addresses": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "AllowedIPs": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "Endpoints": ["77.164.248.136:50504", "10.65.0.27:50504", "172.17.0.1:50504"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 34335}, - {"Proto": "peerapi6", "Port": 34335} - ]}, - "Created": "2026-04-09T01:26:44.853853842Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2008152228190799, - "StableID": "ni83pikVgG11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "DiscoKey": "discokey:71a414b1153e4ee8874477cfbfe3c3f960385a8d755618673ef5c329bcc7d22e", - "Addresses": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "AllowedIPs": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "Endpoints": ["77.164.248.136:41559", "10.65.0.27:41559", "172.17.0.1:41559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38876}, - {"Proto": "peerapi6", "Port": 38876} - ]}, - "Created": "2026-04-09T01:26:39.435635093Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2269790026036383, - "StableID": "nkd453YziJ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "DiscoKey": "discokey:99fa65e1ed4b09ab91fc71907c628fe8c95e7916f43932f504b2f3373feb284f", - "Addresses": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "AllowedIPs": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "Endpoints": ["77.164.248.136:47006", "10.65.0.27:47006", "172.17.0.1:47006"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60960}, - {"Proto": "peerapi6", "Port": 60960} - ]}, - "Created": "2026-04-09T01:26:41.600286364Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3370862069094202, - "StableID": "nwo75BqfKT11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "DiscoKey": "discokey:cb09b57c22438ff8bb71342fb77bfed845ed144f9422b91e4255242664f88871", - "Addresses": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "AllowedIPs": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "Endpoints": ["77.164.248.136:44798", "10.65.0.27:44798", "172.17.0.1:44798"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40966}, - {"Proto": "peerapi6", "Port": 40966} - ]}, - "Created": "2026-04-09T01:26:39.980202965Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3682440438070851, - "StableID": "nvC5b2UnkV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "DiscoKey": "discokey:e8fb517242fdd3eeea4e459b9dbd8cb119de30fd4306a41ba2efe602af389347", - "Addresses": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "AllowedIPs": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "Endpoints": ["77.164.248.136:51659", "10.65.0.27:51659", "172.17.0.1:51659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63646}, - {"Proto": "peerapi6", "Port": 63646} - ]}, - "Created": "2026-04-09T01:26:42.678142829Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4299488927153953, - "StableID": "nr5uaSHFaa11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "DiscoKey": "discokey:1954d8f403ccc731b65e00f8be7566abb89700494cbb86d7948762efa539a928", - "Addresses": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "AllowedIPs": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "Endpoints": ["77.164.248.136:56021", "10.65.0.27:56021", "172.17.0.1:56021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39263}, - {"Proto": "peerapi6", "Port": 39263} - ]}, - "Created": "2026-04-09T01:26:42.136650056Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5175879671476020, - "StableID": "n32sbmaARh11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "DiscoKey": "discokey:899a5681cdf1d66e1599ad185e856417f07d9803f264288c9b8f0bf227a70233", - "Addresses": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "AllowedIPs": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "Endpoints": ["77.164.248.136:39171", "10.65.0.27:39171", "172.17.0.1:39171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58762}, - {"Proto": "peerapi6", "Port": 58762} - ]}, - "Created": "2026-04-09T01:26:41.048226171Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5554697598871395, - "StableID": "nNGMeEVjNk11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:5d4a38e3f480744ab4271b5e3080f84eaac3cb878f1e1ee576ac47bc1f81744d", - "Addresses": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "AllowedIPs": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 49417}, - {"Proto": "peerapi6", "Port": 49417} - ]}, - "Created": "2026-04-09T01:26:45.938114199Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8431912212721919, - "StableID": "naCfW53qq821CNTRL", + "ID": 1303716757499659, + "StableID": "nUuXVrRTBB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "DiscoKey": "discokey:ae53a5e663bd1bd6621ec1f4092c965e42d12ee28b49ec61f77d9ed7f6aae440", - "Addresses": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "AllowedIPs": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "Endpoints": ["77.164.248.136:33792", "10.65.0.27:33792", "172.17.0.1:33792"], + "Key": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "DiscoKey": "discokey:863feebff275d9eed79d248c10afe201eeac9381df9bd5d7d0ab689c5d9d7a58", + "Addresses": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "AllowedIPs": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "Endpoints": ["77.164.248.136:42516", "10.65.0.27:42516", "172.17.0.1:42516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44385}, - {"Proto": "peerapi6", "Port": 44385} + {"Proto": "peerapi4", "Port": 39779}, + {"Proto": "peerapi6", "Port": 39779} ]}, - "Created": "2026-04-09T01:26:44.323731368Z", + "Created": "2026-04-09T08:32:50.214541752Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 8885987412772373, - "StableID": "nAos2epUPC21CNTRL", + "ID": 1664514881210259, + "StableID": "neCyB3zrzD11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "DiscoKey": "discokey:daee4540b200c870c225bb2abcec7ac1a3c1b498c325fcec3aeb5653317fa505", + "Addresses": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "AllowedIPs": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "Endpoints": ["77.164.248.136:60350", "10.65.0.27:60350", "172.17.0.1:60350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58755}, + {"Proto": "peerapi6", "Port": 58755} + ]}, + "Created": "2026-04-09T08:32:48.075096835Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2166919670494401, + "StableID": "nQNo1iJQvH11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "DiscoKey": "discokey:a6d830a828b783668373179f19af7101960d79fcb5180422c2c0c1eabaa06719", + "Addresses": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "AllowedIPs": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "Endpoints": ["77.164.248.136:53718", "10.65.0.27:53718", "172.17.0.1:53718"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 36609}, + {"Proto": "peerapi6", "Port": 36609} + ]}, + "Created": "2026-04-09T08:32:49.658878083Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2323868747816462, + "StableID": "nhUjXJ6V9K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:4f3a8127e7dddea068d0a794483e70f131d87110b54d6e1ca8d8bbb062b2be26", + "Addresses": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "AllowedIPs": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35101}, + {"Proto": "peerapi6", "Port": 35101} + ]}, + "Created": "2026-04-09T08:32:51.828496381Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2669280604151715, + "StableID": "n8b5UZUvqM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "DiscoKey": "discokey:e305f85edbcd96d90d4ee5943b52a791676b5e41a652c9e78bcc24701778cc12", - "Addresses": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "AllowedIPs": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "Endpoints": ["77.164.248.136:56831", "10.65.0.27:56831", "172.17.0.1:56831"], + "Key": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "DiscoKey": "discokey:51917640e0456681a2429575afba04409bce8484b9060e68d622dd3c14561550", + "Addresses": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "AllowedIPs": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "Endpoints": ["77.164.248.136:41517", "10.65.0.27:41517", "172.17.0.1:41517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44189}, - {"Proto": "peerapi6", "Port": 44189} + {"Proto": "peerapi4", "Port": 38724}, + {"Proto": "peerapi6", "Port": 38724} ]}, - "Created": "2026-04-09T01:26:38.886099099Z", + "Created": "2026-04-09T08:32:44.845444991Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2992862618159436, + "StableID": "nZ1SzhRUNQ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "DiscoKey": "discokey:8804b314f843bc058f623ea9e6ae54b7f210bf778a284be6365ddc9cc7661318", + "Addresses": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "AllowedIPs": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "Endpoints": ["77.164.248.136:40131", "10.65.0.27:40131", "172.17.0.1:40131"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 56061}, + {"Proto": "peerapi6", "Port": 56061} + ]}, + "Created": "2026-04-09T08:32:45.912388087Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3287705814792373, + "StableID": "ncGkdVT1gS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "DiscoKey": "discokey:b2d8b8962fa8fa561bc2c7d387f2ccfd5a39f2019f7d1066b6aff171d878dd0e", + "Addresses": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "AllowedIPs": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "Endpoints": ["77.164.248.136:33531", "10.65.0.27:33531", "172.17.0.1:33531"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 42817}, + {"Proto": "peerapi6", "Port": 42817} + ]}, + "Created": "2026-04-09T08:32:45.388758154Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5725360590662351, + "StableID": "nWNbppW2im11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "DiscoKey": "discokey:f984e85accdf3d7fd0f571c78b407758d532324152d2c308782a61a0a1f4336d", + "Addresses": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "AllowedIPs": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "Endpoints": ["77.164.248.136:48608", "10.65.0.27:48608", "172.17.0.1:48608"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 39392}, + {"Proto": "peerapi6", "Port": 39392} + ]}, + "Created": "2026-04-09T08:32:44.310466876Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5746731441917406, + "StableID": "nsDNmdthsm11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:b1725804a5a5de0f90c94295ff63b4bc935a99f81b9c129ce3ad1efc7d4ffa51", + "Addresses": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "AllowedIPs": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "Endpoints": ["77.164.248.136:35272", "10.65.0.27:35272", "172.17.0.1:35272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61866}, + {"Proto": "peerapi6", "Port": 61866} + ]}, + "Created": "2026-04-09T08:32:51.286418072Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6160546323179574, + "StableID": "nDWDn7787q11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "DiscoKey": "discokey:3880f2a72c69fc9144512564dda73cf2b48a4ce556c99ab4cf6163fed78a2847", + "Addresses": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "AllowedIPs": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "Endpoints": ["77.164.248.136:51200", "10.65.0.27:51200", "172.17.0.1:51200"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59196}, + {"Proto": "peerapi6", "Port": 59196} + ]}, + "Created": "2026-04-09T08:32:48.599140668Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6478502265615213, + "StableID": "nEwAdbG8bs11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "DiscoKey": "discokey:41dcb37bef1df70ec8d889c2b59add9c711cb298409c0c408c3bafd75fe29533", + "Addresses": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "AllowedIPs": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "Endpoints": ["77.164.248.136:57833", "10.65.0.27:57833", "172.17.0.1:57833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 55303}, + {"Proto": "peerapi6", "Port": 55303} + ]}, + "Created": "2026-04-09T08:32:47.554763025Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8814877115621099, + "StableID": "niGaaisGqB21CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "KeyExpiry": "2026-10-06T08:32:50Z", + "DiscoKey": "discokey:84643d26ee7be0af1a91b01c81347218efcce6686ea7105a972580fd7babd762", + "Addresses": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "AllowedIPs": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "Endpoints": ["77.164.248.136:42319", "10.65.0.27:42319", "172.17.0.1:42319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53886}, + {"Proto": "peerapi6", "Port": 53886} + ]}, + "Created": "2026-04-09T08:32:50.731239152Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8874009369753507, + "StableID": "nG3VPMB4JC21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "DiscoKey": "discokey:e7774b71abe1500ff19ce6a71f4f78ddc8b19b19b6ee399e32393e0dce41224e", + "Addresses": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "AllowedIPs": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "Endpoints": ["77.164.248.136:44007", "10.65.0.27:44007", "172.17.0.1:44007"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60701}, + {"Proto": "peerapi6", "Port": 60701} + ]}, + "Created": "2026-04-09T08:32:46.999595822Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12493,27 +12509,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3136584437713458": { - "ID": 3136584437713458, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6636460760841702": { + "ID": 6636460760841702, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12544,21 +12562,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3370862069094202, - "StableID": "nwo75BqfKT11CNTRL", + "ID": 2992862618159436, + "StableID": "nZ1SzhRUNQ11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 3370862069094202, - "Key": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "DiscoKey": "discokey:cb09b57c22438ff8bb71342fb77bfed845ed144f9422b91e4255242664f88871", - "Addresses": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "AllowedIPs": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "Endpoints": ["77.164.248.136:44798", "10.65.0.27:44798", "172.17.0.1:44798"], + "User": 2992862618159436, + "Key": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "DiscoKey": "discokey:8804b314f843bc058f623ea9e6ae54b7f210bf778a284be6365ddc9cc7661318", + "Addresses": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "AllowedIPs": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "Endpoints": ["77.164.248.136:40131", "10.65.0.27:40131", "172.17.0.1:40131"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 40966}, - {"Proto": "peerapi6", "Port": 40966}, + {"Proto": "peerapi4", "Port": 56061}, + {"Proto": "peerapi6", "Port": 56061}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:39.980202965Z", + "Created": "2026-04-09T08:32:45.912388087Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12586,300 +12604,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "MachineKey": "mkey:0a80221263d78f2fed8111f839efd65693218f55ba4641f2ec2e9b06d5e6df0d", + "NodeKey": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "MachineKey": "mkey:5cdd449b3f4e6a2fa6f22b1fef2eded7b98a8c75fa462e9a97801fdebfb9cb05", "Peers": [{ - "ID": 128442393139347, - "StableID": "nvYBTuxA1211CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "DiscoKey": "discokey:a422c2ca253d8a14e5964fe002fb958eecd6c59bef82143bbf795fb90f12ac45", - "Addresses": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "AllowedIPs": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "Endpoints": ["77.164.248.136:46769", "10.65.0.27:46769", "172.17.0.1:46769"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 33840}, - {"Proto": "peerapi6", "Port": 33840} - ]}, - "Created": "2026-04-09T01:26:38.35353118Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 516742568197344, - "StableID": "n9MVFAx23511CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "DiscoKey": "discokey:7152de522469b64dcb6bbf53a743d06bb2b50289716dcc21c55218b531b5df3f", - "Addresses": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "AllowedIPs": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "Endpoints": ["77.164.248.136:56398", "10.65.0.27:56398", "172.17.0.1:56398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 58944}, - {"Proto": "peerapi6", "Port": 58944} - ]}, - "Created": "2026-04-09T01:26:43.776437928Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 742574330951239, - "StableID": "nrcPomAKo611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:a22a3470c7b6312492455cad0476fc86e250939455db0aff5b1e41d7ab32761c", - "Addresses": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "AllowedIPs": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "Endpoints": ["77.164.248.136:33715", "10.65.0.27:33715", "172.17.0.1:33715"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43021}, - {"Proto": "peerapi6", "Port": 43021} - ]}, - "Created": "2026-04-09T01:26:45.400797002Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1027026525335030, - "StableID": "njH6AEF92911CNTRL", + "ID": 943539407495206, + "StableID": "ns1cSTBLN811CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "DiscoKey": "discokey:f87ad22ef0e373340f9ff5b147a589364e3500d5f4ef9bb9fd938fdd3ea0cc61", - "Addresses": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "AllowedIPs": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "Endpoints": ["77.164.248.136:59562", "10.65.0.27:59562", "172.17.0.1:59562"], + "Key": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "DiscoKey": "discokey:44b180348b62c1d56a00841c188dd329a6a6277070baa2d61a661a9eef5bba3f", + "Addresses": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "AllowedIPs": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "Endpoints": ["77.164.248.136:38381", "10.65.0.27:38381", "172.17.0.1:38381"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 36382}, - {"Proto": "peerapi6", "Port": 36382} + {"Proto": "peerapi4", "Port": 62799}, + {"Proto": "peerapi6", "Port": 62799} ]}, - "Created": "2026-04-09T01:26:43.228532001Z", + "Created": "2026-04-09T08:32:49.137344313Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1682912239397516, - "StableID": "nRwXjYFC9E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "KeyExpiry": "2026-10-06T01:26:44Z", - "DiscoKey": "discokey:79d5527b0a4b97626ed94fbc897df2fc4ba030201511a3466d5a503ec5dfdf1b", - "Addresses": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "AllowedIPs": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "Endpoints": ["77.164.248.136:50504", "10.65.0.27:50504", "172.17.0.1:50504"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 34335}, - {"Proto": "peerapi6", "Port": 34335} - ]}, - "Created": "2026-04-09T01:26:44.853853842Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2008152228190799, - "StableID": "ni83pikVgG11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "DiscoKey": "discokey:71a414b1153e4ee8874477cfbfe3c3f960385a8d755618673ef5c329bcc7d22e", - "Addresses": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "AllowedIPs": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "Endpoints": ["77.164.248.136:41559", "10.65.0.27:41559", "172.17.0.1:41559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38876}, - {"Proto": "peerapi6", "Port": 38876} - ]}, - "Created": "2026-04-09T01:26:39.435635093Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2269790026036383, - "StableID": "nkd453YziJ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "DiscoKey": "discokey:99fa65e1ed4b09ab91fc71907c628fe8c95e7916f43932f504b2f3373feb284f", - "Addresses": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "AllowedIPs": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "Endpoints": ["77.164.248.136:47006", "10.65.0.27:47006", "172.17.0.1:47006"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60960}, - {"Proto": "peerapi6", "Port": 60960} - ]}, - "Created": "2026-04-09T01:26:41.600286364Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3136584437713458, - "StableID": "nPRr2mkZVR11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "DiscoKey": "discokey:107d896d705043b1130da4d8e9e800ab8d69b3749904a5b942778596dbcdbc5d", - "Addresses": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "AllowedIPs": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "Endpoints": ["77.164.248.136:42060", "10.65.0.27:42060", "172.17.0.1:42060"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52504}, - {"Proto": "peerapi6", "Port": 52504} - ]}, - "Created": "2026-04-09T01:26:40.510034896Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3682440438070851, - "StableID": "nvC5b2UnkV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "DiscoKey": "discokey:e8fb517242fdd3eeea4e459b9dbd8cb119de30fd4306a41ba2efe602af389347", - "Addresses": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "AllowedIPs": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "Endpoints": ["77.164.248.136:51659", "10.65.0.27:51659", "172.17.0.1:51659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63646}, - {"Proto": "peerapi6", "Port": 63646} - ]}, - "Created": "2026-04-09T01:26:42.678142829Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4299488927153953, - "StableID": "nr5uaSHFaa11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "DiscoKey": "discokey:1954d8f403ccc731b65e00f8be7566abb89700494cbb86d7948762efa539a928", - "Addresses": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "AllowedIPs": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "Endpoints": ["77.164.248.136:56021", "10.65.0.27:56021", "172.17.0.1:56021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39263}, - {"Proto": "peerapi6", "Port": 39263} - ]}, - "Created": "2026-04-09T01:26:42.136650056Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5175879671476020, - "StableID": "n32sbmaARh11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "DiscoKey": "discokey:899a5681cdf1d66e1599ad185e856417f07d9803f264288c9b8f0bf227a70233", - "Addresses": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "AllowedIPs": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "Endpoints": ["77.164.248.136:39171", "10.65.0.27:39171", "172.17.0.1:39171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58762}, - {"Proto": "peerapi6", "Port": 58762} - ]}, - "Created": "2026-04-09T01:26:41.048226171Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5554697598871395, - "StableID": "nNGMeEVjNk11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:5d4a38e3f480744ab4271b5e3080f84eaac3cb878f1e1ee576ac47bc1f81744d", - "Addresses": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "AllowedIPs": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 49417}, - {"Proto": "peerapi6", "Port": 49417} - ]}, - "Created": "2026-04-09T01:26:45.938114199Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8431912212721919, - "StableID": "naCfW53qq821CNTRL", + "ID": 1303716757499659, + "StableID": "nUuXVrRTBB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "DiscoKey": "discokey:ae53a5e663bd1bd6621ec1f4092c965e42d12ee28b49ec61f77d9ed7f6aae440", - "Addresses": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "AllowedIPs": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "Endpoints": ["77.164.248.136:33792", "10.65.0.27:33792", "172.17.0.1:33792"], + "Key": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "DiscoKey": "discokey:863feebff275d9eed79d248c10afe201eeac9381df9bd5d7d0ab689c5d9d7a58", + "Addresses": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "AllowedIPs": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "Endpoints": ["77.164.248.136:42516", "10.65.0.27:42516", "172.17.0.1:42516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44385}, - {"Proto": "peerapi6", "Port": 44385} + {"Proto": "peerapi4", "Port": 39779}, + {"Proto": "peerapi6", "Port": 39779} ]}, - "Created": "2026-04-09T01:26:44.323731368Z", + "Created": "2026-04-09T08:32:50.214541752Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 8885987412772373, - "StableID": "nAos2epUPC21CNTRL", + "ID": 1664514881210259, + "StableID": "neCyB3zrzD11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "DiscoKey": "discokey:daee4540b200c870c225bb2abcec7ac1a3c1b498c325fcec3aeb5653317fa505", + "Addresses": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "AllowedIPs": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "Endpoints": ["77.164.248.136:60350", "10.65.0.27:60350", "172.17.0.1:60350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58755}, + {"Proto": "peerapi6", "Port": 58755} + ]}, + "Created": "2026-04-09T08:32:48.075096835Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2166919670494401, + "StableID": "nQNo1iJQvH11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "DiscoKey": "discokey:a6d830a828b783668373179f19af7101960d79fcb5180422c2c0c1eabaa06719", + "Addresses": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "AllowedIPs": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "Endpoints": ["77.164.248.136:53718", "10.65.0.27:53718", "172.17.0.1:53718"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 36609}, + {"Proto": "peerapi6", "Port": 36609} + ]}, + "Created": "2026-04-09T08:32:49.658878083Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2323868747816462, + "StableID": "nhUjXJ6V9K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:4f3a8127e7dddea068d0a794483e70f131d87110b54d6e1ca8d8bbb062b2be26", + "Addresses": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "AllowedIPs": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35101}, + {"Proto": "peerapi6", "Port": 35101} + ]}, + "Created": "2026-04-09T08:32:51.828496381Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2669280604151715, + "StableID": "n8b5UZUvqM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "DiscoKey": "discokey:e305f85edbcd96d90d4ee5943b52a791676b5e41a652c9e78bcc24701778cc12", - "Addresses": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "AllowedIPs": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "Endpoints": ["77.164.248.136:56831", "10.65.0.27:56831", "172.17.0.1:56831"], + "Key": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "DiscoKey": "discokey:51917640e0456681a2429575afba04409bce8484b9060e68d622dd3c14561550", + "Addresses": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "AllowedIPs": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "Endpoints": ["77.164.248.136:41517", "10.65.0.27:41517", "172.17.0.1:41517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44189}, - {"Proto": "peerapi6", "Port": 44189} + {"Proto": "peerapi4", "Port": 38724}, + {"Proto": "peerapi6", "Port": 38724} ]}, - "Created": "2026-04-09T01:26:38.886099099Z", + "Created": "2026-04-09T08:32:44.845444991Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3287705814792373, + "StableID": "ncGkdVT1gS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "DiscoKey": "discokey:b2d8b8962fa8fa561bc2c7d387f2ccfd5a39f2019f7d1066b6aff171d878dd0e", + "Addresses": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "AllowedIPs": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "Endpoints": ["77.164.248.136:33531", "10.65.0.27:33531", "172.17.0.1:33531"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 42817}, + {"Proto": "peerapi6", "Port": 42817} + ]}, + "Created": "2026-04-09T08:32:45.388758154Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5725360590662351, + "StableID": "nWNbppW2im11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "DiscoKey": "discokey:f984e85accdf3d7fd0f571c78b407758d532324152d2c308782a61a0a1f4336d", + "Addresses": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "AllowedIPs": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "Endpoints": ["77.164.248.136:48608", "10.65.0.27:48608", "172.17.0.1:48608"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 39392}, + {"Proto": "peerapi6", "Port": 39392} + ]}, + "Created": "2026-04-09T08:32:44.310466876Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5746731441917406, + "StableID": "nsDNmdthsm11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:b1725804a5a5de0f90c94295ff63b4bc935a99f81b9c129ce3ad1efc7d4ffa51", + "Addresses": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "AllowedIPs": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "Endpoints": ["77.164.248.136:35272", "10.65.0.27:35272", "172.17.0.1:35272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61866}, + {"Proto": "peerapi6", "Port": 61866} + ]}, + "Created": "2026-04-09T08:32:51.286418072Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6160546323179574, + "StableID": "nDWDn7787q11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "DiscoKey": "discokey:3880f2a72c69fc9144512564dda73cf2b48a4ce556c99ab4cf6163fed78a2847", + "Addresses": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "AllowedIPs": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "Endpoints": ["77.164.248.136:51200", "10.65.0.27:51200", "172.17.0.1:51200"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59196}, + {"Proto": "peerapi6", "Port": 59196} + ]}, + "Created": "2026-04-09T08:32:48.599140668Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6478502265615213, + "StableID": "nEwAdbG8bs11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "DiscoKey": "discokey:41dcb37bef1df70ec8d889c2b59add9c711cb298409c0c408c3bafd75fe29533", + "Addresses": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "AllowedIPs": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "Endpoints": ["77.164.248.136:57833", "10.65.0.27:57833", "172.17.0.1:57833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 55303}, + {"Proto": "peerapi6", "Port": 55303} + ]}, + "Created": "2026-04-09T08:32:47.554763025Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6636460760841702, + "StableID": "nRSiw6afpt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "DiscoKey": "discokey:38c193b61c260e08bdc0a08d97c22e70ec6fa8780a29caf79089b786b4139f05", + "Addresses": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "AllowedIPs": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "Endpoints": ["77.164.248.136:56418", "10.65.0.27:56418", "172.17.0.1:56418"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48397}, + {"Proto": "peerapi6", "Port": 48397} + ]}, + "Created": "2026-04-09T08:32:46.451512784Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8814877115621099, + "StableID": "niGaaisGqB21CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "KeyExpiry": "2026-10-06T08:32:50Z", + "DiscoKey": "discokey:84643d26ee7be0af1a91b01c81347218efcce6686ea7105a972580fd7babd762", + "Addresses": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "AllowedIPs": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "Endpoints": ["77.164.248.136:42319", "10.65.0.27:42319", "172.17.0.1:42319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53886}, + {"Proto": "peerapi6", "Port": 53886} + ]}, + "Created": "2026-04-09T08:32:50.731239152Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8874009369753507, + "StableID": "nG3VPMB4JC21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "DiscoKey": "discokey:e7774b71abe1500ff19ce6a71f4f78ddc8b19b19b6ee399e32393e0dce41224e", + "Addresses": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "AllowedIPs": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "Endpoints": ["77.164.248.136:44007", "10.65.0.27:44007", "172.17.0.1:44007"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60701}, + {"Proto": "peerapi6", "Port": 60701} + ]}, + "Created": "2026-04-09T08:32:46.999595822Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13727,27 +13745,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3370862069094202": { - "ID": 3370862069094202, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2992862618159436": { + "ID": 2992862618159436, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13778,26 +13798,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2269790026036383, - "StableID": "nkd453YziJ11CNTRL", + "ID": 6478502265615213, + "StableID": "nEwAdbG8bs11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 2269790026036383, - "Key": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "DiscoKey": "discokey:99fa65e1ed4b09ab91fc71907c628fe8c95e7916f43932f504b2f3373feb284f", - "Addresses": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "AllowedIPs": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "Endpoints": ["77.164.248.136:47006", "10.65.0.27:47006", "172.17.0.1:47006"], + "User": 6478502265615213, + "Key": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "DiscoKey": "discokey:41dcb37bef1df70ec8d889c2b59add9c711cb298409c0c408c3bafd75fe29533", + "Addresses": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "AllowedIPs": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "Endpoints": ["77.164.248.136:57833", "10.65.0.27:57833", "172.17.0.1:57833"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 60960}, - {"Proto": "peerapi6", "Port": 60960}, + {"Proto": "peerapi4", "Port": 55303}, + {"Proto": "peerapi6", "Port": 55303}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:41.600286364Z", + "Created": "2026-04-09T08:32:47.554763025Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13825,300 +13845,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "MachineKey": "mkey:6299c2ecf61062b42c8fcc595d9da9f273972841da90942f94675805779ab270", + "NodeKey": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "MachineKey": "mkey:dbf0c1a5f4ded680a28fcc3ebb7aa942e9750bd1e6ffd012f750d0716f12dd16", "Peers": [{ - "ID": 128442393139347, - "StableID": "nvYBTuxA1211CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "DiscoKey": "discokey:a422c2ca253d8a14e5964fe002fb958eecd6c59bef82143bbf795fb90f12ac45", - "Addresses": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "AllowedIPs": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "Endpoints": ["77.164.248.136:46769", "10.65.0.27:46769", "172.17.0.1:46769"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 33840}, - {"Proto": "peerapi6", "Port": 33840} - ]}, - "Created": "2026-04-09T01:26:38.35353118Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 516742568197344, - "StableID": "n9MVFAx23511CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "DiscoKey": "discokey:7152de522469b64dcb6bbf53a743d06bb2b50289716dcc21c55218b531b5df3f", - "Addresses": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "AllowedIPs": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "Endpoints": ["77.164.248.136:56398", "10.65.0.27:56398", "172.17.0.1:56398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 58944}, - {"Proto": "peerapi6", "Port": 58944} - ]}, - "Created": "2026-04-09T01:26:43.776437928Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 742574330951239, - "StableID": "nrcPomAKo611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:a22a3470c7b6312492455cad0476fc86e250939455db0aff5b1e41d7ab32761c", - "Addresses": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "AllowedIPs": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "Endpoints": ["77.164.248.136:33715", "10.65.0.27:33715", "172.17.0.1:33715"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43021}, - {"Proto": "peerapi6", "Port": 43021} - ]}, - "Created": "2026-04-09T01:26:45.400797002Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1027026525335030, - "StableID": "njH6AEF92911CNTRL", + "ID": 943539407495206, + "StableID": "ns1cSTBLN811CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "DiscoKey": "discokey:f87ad22ef0e373340f9ff5b147a589364e3500d5f4ef9bb9fd938fdd3ea0cc61", - "Addresses": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "AllowedIPs": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "Endpoints": ["77.164.248.136:59562", "10.65.0.27:59562", "172.17.0.1:59562"], + "Key": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "DiscoKey": "discokey:44b180348b62c1d56a00841c188dd329a6a6277070baa2d61a661a9eef5bba3f", + "Addresses": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "AllowedIPs": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "Endpoints": ["77.164.248.136:38381", "10.65.0.27:38381", "172.17.0.1:38381"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 36382}, - {"Proto": "peerapi6", "Port": 36382} + {"Proto": "peerapi4", "Port": 62799}, + {"Proto": "peerapi6", "Port": 62799} ]}, - "Created": "2026-04-09T01:26:43.228532001Z", + "Created": "2026-04-09T08:32:49.137344313Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1682912239397516, - "StableID": "nRwXjYFC9E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "KeyExpiry": "2026-10-06T01:26:44Z", - "DiscoKey": "discokey:79d5527b0a4b97626ed94fbc897df2fc4ba030201511a3466d5a503ec5dfdf1b", - "Addresses": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "AllowedIPs": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "Endpoints": ["77.164.248.136:50504", "10.65.0.27:50504", "172.17.0.1:50504"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 34335}, - {"Proto": "peerapi6", "Port": 34335} - ]}, - "Created": "2026-04-09T01:26:44.853853842Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2008152228190799, - "StableID": "ni83pikVgG11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "DiscoKey": "discokey:71a414b1153e4ee8874477cfbfe3c3f960385a8d755618673ef5c329bcc7d22e", - "Addresses": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "AllowedIPs": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "Endpoints": ["77.164.248.136:41559", "10.65.0.27:41559", "172.17.0.1:41559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38876}, - {"Proto": "peerapi6", "Port": 38876} - ]}, - "Created": "2026-04-09T01:26:39.435635093Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3136584437713458, - "StableID": "nPRr2mkZVR11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "DiscoKey": "discokey:107d896d705043b1130da4d8e9e800ab8d69b3749904a5b942778596dbcdbc5d", - "Addresses": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "AllowedIPs": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "Endpoints": ["77.164.248.136:42060", "10.65.0.27:42060", "172.17.0.1:42060"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52504}, - {"Proto": "peerapi6", "Port": 52504} - ]}, - "Created": "2026-04-09T01:26:40.510034896Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3370862069094202, - "StableID": "nwo75BqfKT11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "DiscoKey": "discokey:cb09b57c22438ff8bb71342fb77bfed845ed144f9422b91e4255242664f88871", - "Addresses": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "AllowedIPs": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "Endpoints": ["77.164.248.136:44798", "10.65.0.27:44798", "172.17.0.1:44798"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40966}, - {"Proto": "peerapi6", "Port": 40966} - ]}, - "Created": "2026-04-09T01:26:39.980202965Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3682440438070851, - "StableID": "nvC5b2UnkV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "DiscoKey": "discokey:e8fb517242fdd3eeea4e459b9dbd8cb119de30fd4306a41ba2efe602af389347", - "Addresses": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "AllowedIPs": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "Endpoints": ["77.164.248.136:51659", "10.65.0.27:51659", "172.17.0.1:51659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63646}, - {"Proto": "peerapi6", "Port": 63646} - ]}, - "Created": "2026-04-09T01:26:42.678142829Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4299488927153953, - "StableID": "nr5uaSHFaa11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "DiscoKey": "discokey:1954d8f403ccc731b65e00f8be7566abb89700494cbb86d7948762efa539a928", - "Addresses": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "AllowedIPs": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "Endpoints": ["77.164.248.136:56021", "10.65.0.27:56021", "172.17.0.1:56021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39263}, - {"Proto": "peerapi6", "Port": 39263} - ]}, - "Created": "2026-04-09T01:26:42.136650056Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5175879671476020, - "StableID": "n32sbmaARh11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "DiscoKey": "discokey:899a5681cdf1d66e1599ad185e856417f07d9803f264288c9b8f0bf227a70233", - "Addresses": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "AllowedIPs": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "Endpoints": ["77.164.248.136:39171", "10.65.0.27:39171", "172.17.0.1:39171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58762}, - {"Proto": "peerapi6", "Port": 58762} - ]}, - "Created": "2026-04-09T01:26:41.048226171Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5554697598871395, - "StableID": "nNGMeEVjNk11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:5d4a38e3f480744ab4271b5e3080f84eaac3cb878f1e1ee576ac47bc1f81744d", - "Addresses": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "AllowedIPs": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 49417}, - {"Proto": "peerapi6", "Port": 49417} - ]}, - "Created": "2026-04-09T01:26:45.938114199Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8431912212721919, - "StableID": "naCfW53qq821CNTRL", + "ID": 1303716757499659, + "StableID": "nUuXVrRTBB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "DiscoKey": "discokey:ae53a5e663bd1bd6621ec1f4092c965e42d12ee28b49ec61f77d9ed7f6aae440", - "Addresses": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "AllowedIPs": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "Endpoints": ["77.164.248.136:33792", "10.65.0.27:33792", "172.17.0.1:33792"], + "Key": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "DiscoKey": "discokey:863feebff275d9eed79d248c10afe201eeac9381df9bd5d7d0ab689c5d9d7a58", + "Addresses": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "AllowedIPs": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "Endpoints": ["77.164.248.136:42516", "10.65.0.27:42516", "172.17.0.1:42516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44385}, - {"Proto": "peerapi6", "Port": 44385} + {"Proto": "peerapi4", "Port": 39779}, + {"Proto": "peerapi6", "Port": 39779} ]}, - "Created": "2026-04-09T01:26:44.323731368Z", + "Created": "2026-04-09T08:32:50.214541752Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 8885987412772373, - "StableID": "nAos2epUPC21CNTRL", + "ID": 1664514881210259, + "StableID": "neCyB3zrzD11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "DiscoKey": "discokey:daee4540b200c870c225bb2abcec7ac1a3c1b498c325fcec3aeb5653317fa505", + "Addresses": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "AllowedIPs": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "Endpoints": ["77.164.248.136:60350", "10.65.0.27:60350", "172.17.0.1:60350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58755}, + {"Proto": "peerapi6", "Port": 58755} + ]}, + "Created": "2026-04-09T08:32:48.075096835Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2166919670494401, + "StableID": "nQNo1iJQvH11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "DiscoKey": "discokey:a6d830a828b783668373179f19af7101960d79fcb5180422c2c0c1eabaa06719", + "Addresses": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "AllowedIPs": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "Endpoints": ["77.164.248.136:53718", "10.65.0.27:53718", "172.17.0.1:53718"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 36609}, + {"Proto": "peerapi6", "Port": 36609} + ]}, + "Created": "2026-04-09T08:32:49.658878083Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2323868747816462, + "StableID": "nhUjXJ6V9K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:4f3a8127e7dddea068d0a794483e70f131d87110b54d6e1ca8d8bbb062b2be26", + "Addresses": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "AllowedIPs": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35101}, + {"Proto": "peerapi6", "Port": 35101} + ]}, + "Created": "2026-04-09T08:32:51.828496381Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2669280604151715, + "StableID": "n8b5UZUvqM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "DiscoKey": "discokey:e305f85edbcd96d90d4ee5943b52a791676b5e41a652c9e78bcc24701778cc12", - "Addresses": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "AllowedIPs": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "Endpoints": ["77.164.248.136:56831", "10.65.0.27:56831", "172.17.0.1:56831"], + "Key": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "DiscoKey": "discokey:51917640e0456681a2429575afba04409bce8484b9060e68d622dd3c14561550", + "Addresses": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "AllowedIPs": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "Endpoints": ["77.164.248.136:41517", "10.65.0.27:41517", "172.17.0.1:41517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44189}, - {"Proto": "peerapi6", "Port": 44189} + {"Proto": "peerapi4", "Port": 38724}, + {"Proto": "peerapi6", "Port": 38724} ]}, - "Created": "2026-04-09T01:26:38.886099099Z", + "Created": "2026-04-09T08:32:44.845444991Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2992862618159436, + "StableID": "nZ1SzhRUNQ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "DiscoKey": "discokey:8804b314f843bc058f623ea9e6ae54b7f210bf778a284be6365ddc9cc7661318", + "Addresses": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "AllowedIPs": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "Endpoints": ["77.164.248.136:40131", "10.65.0.27:40131", "172.17.0.1:40131"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 56061}, + {"Proto": "peerapi6", "Port": 56061} + ]}, + "Created": "2026-04-09T08:32:45.912388087Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3287705814792373, + "StableID": "ncGkdVT1gS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "DiscoKey": "discokey:b2d8b8962fa8fa561bc2c7d387f2ccfd5a39f2019f7d1066b6aff171d878dd0e", + "Addresses": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "AllowedIPs": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "Endpoints": ["77.164.248.136:33531", "10.65.0.27:33531", "172.17.0.1:33531"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 42817}, + {"Proto": "peerapi6", "Port": 42817} + ]}, + "Created": "2026-04-09T08:32:45.388758154Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5725360590662351, + "StableID": "nWNbppW2im11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "DiscoKey": "discokey:f984e85accdf3d7fd0f571c78b407758d532324152d2c308782a61a0a1f4336d", + "Addresses": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "AllowedIPs": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "Endpoints": ["77.164.248.136:48608", "10.65.0.27:48608", "172.17.0.1:48608"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 39392}, + {"Proto": "peerapi6", "Port": 39392} + ]}, + "Created": "2026-04-09T08:32:44.310466876Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5746731441917406, + "StableID": "nsDNmdthsm11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:b1725804a5a5de0f90c94295ff63b4bc935a99f81b9c129ce3ad1efc7d4ffa51", + "Addresses": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "AllowedIPs": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "Endpoints": ["77.164.248.136:35272", "10.65.0.27:35272", "172.17.0.1:35272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61866}, + {"Proto": "peerapi6", "Port": 61866} + ]}, + "Created": "2026-04-09T08:32:51.286418072Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6160546323179574, + "StableID": "nDWDn7787q11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "DiscoKey": "discokey:3880f2a72c69fc9144512564dda73cf2b48a4ce556c99ab4cf6163fed78a2847", + "Addresses": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "AllowedIPs": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "Endpoints": ["77.164.248.136:51200", "10.65.0.27:51200", "172.17.0.1:51200"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59196}, + {"Proto": "peerapi6", "Port": 59196} + ]}, + "Created": "2026-04-09T08:32:48.599140668Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6636460760841702, + "StableID": "nRSiw6afpt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "DiscoKey": "discokey:38c193b61c260e08bdc0a08d97c22e70ec6fa8780a29caf79089b786b4139f05", + "Addresses": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "AllowedIPs": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "Endpoints": ["77.164.248.136:56418", "10.65.0.27:56418", "172.17.0.1:56418"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48397}, + {"Proto": "peerapi6", "Port": 48397} + ]}, + "Created": "2026-04-09T08:32:46.451512784Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8814877115621099, + "StableID": "niGaaisGqB21CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "KeyExpiry": "2026-10-06T08:32:50Z", + "DiscoKey": "discokey:84643d26ee7be0af1a91b01c81347218efcce6686ea7105a972580fd7babd762", + "Addresses": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "AllowedIPs": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "Endpoints": ["77.164.248.136:42319", "10.65.0.27:42319", "172.17.0.1:42319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53886}, + {"Proto": "peerapi6", "Port": 53886} + ]}, + "Created": "2026-04-09T08:32:50.731239152Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8874009369753507, + "StableID": "nG3VPMB4JC21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "DiscoKey": "discokey:e7774b71abe1500ff19ce6a71f4f78ddc8b19b19b6ee399e32393e0dce41224e", + "Addresses": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "AllowedIPs": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "Endpoints": ["77.164.248.136:44007", "10.65.0.27:44007", "172.17.0.1:44007"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60701}, + {"Proto": "peerapi6", "Port": 60701} + ]}, + "Created": "2026-04-09T08:32:46.999595822Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -14966,27 +14986,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2269790026036383": { - "ID": 2269790026036383, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6478502265615213": { + "ID": 6478502265615213, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15017,26 +15039,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3682440438070851, - "StableID": "nvC5b2UnkV11CNTRL", + "ID": 6160546323179574, + "StableID": "nDWDn7787q11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 3682440438070851, - "Key": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "DiscoKey": "discokey:e8fb517242fdd3eeea4e459b9dbd8cb119de30fd4306a41ba2efe602af389347", - "Addresses": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "AllowedIPs": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "Endpoints": ["77.164.248.136:51659", "10.65.0.27:51659", "172.17.0.1:51659"], + "User": 6160546323179574, + "Key": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "DiscoKey": "discokey:3880f2a72c69fc9144512564dda73cf2b48a4ce556c99ab4cf6163fed78a2847", + "Addresses": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "AllowedIPs": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "Endpoints": ["77.164.248.136:51200", "10.65.0.27:51200", "172.17.0.1:51200"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 63646}, - {"Proto": "peerapi6", "Port": 63646}, + {"Proto": "peerapi4", "Port": 59196}, + {"Proto": "peerapi6", "Port": 59196}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:42.678142829Z", + "Created": "2026-04-09T08:32:48.599140668Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15064,300 +15086,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "MachineKey": "mkey:e2c72844c1739fe075d12b09ed0459105d97b5a8387f7eee6381d1c7629b7370", + "NodeKey": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "MachineKey": "mkey:9cccda633749f5028533898b687eae73ed36d4e66bacf06b229e17851ec25646", "Peers": [{ - "ID": 128442393139347, - "StableID": "nvYBTuxA1211CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "DiscoKey": "discokey:a422c2ca253d8a14e5964fe002fb958eecd6c59bef82143bbf795fb90f12ac45", - "Addresses": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "AllowedIPs": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "Endpoints": ["77.164.248.136:46769", "10.65.0.27:46769", "172.17.0.1:46769"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 33840}, - {"Proto": "peerapi6", "Port": 33840} - ]}, - "Created": "2026-04-09T01:26:38.35353118Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 516742568197344, - "StableID": "n9MVFAx23511CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "DiscoKey": "discokey:7152de522469b64dcb6bbf53a743d06bb2b50289716dcc21c55218b531b5df3f", - "Addresses": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "AllowedIPs": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "Endpoints": ["77.164.248.136:56398", "10.65.0.27:56398", "172.17.0.1:56398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 58944}, - {"Proto": "peerapi6", "Port": 58944} - ]}, - "Created": "2026-04-09T01:26:43.776437928Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 742574330951239, - "StableID": "nrcPomAKo611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:a22a3470c7b6312492455cad0476fc86e250939455db0aff5b1e41d7ab32761c", - "Addresses": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "AllowedIPs": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "Endpoints": ["77.164.248.136:33715", "10.65.0.27:33715", "172.17.0.1:33715"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43021}, - {"Proto": "peerapi6", "Port": 43021} - ]}, - "Created": "2026-04-09T01:26:45.400797002Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1027026525335030, - "StableID": "njH6AEF92911CNTRL", + "ID": 943539407495206, + "StableID": "ns1cSTBLN811CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "DiscoKey": "discokey:f87ad22ef0e373340f9ff5b147a589364e3500d5f4ef9bb9fd938fdd3ea0cc61", - "Addresses": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "AllowedIPs": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "Endpoints": ["77.164.248.136:59562", "10.65.0.27:59562", "172.17.0.1:59562"], + "Key": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "DiscoKey": "discokey:44b180348b62c1d56a00841c188dd329a6a6277070baa2d61a661a9eef5bba3f", + "Addresses": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "AllowedIPs": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "Endpoints": ["77.164.248.136:38381", "10.65.0.27:38381", "172.17.0.1:38381"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 36382}, - {"Proto": "peerapi6", "Port": 36382} + {"Proto": "peerapi4", "Port": 62799}, + {"Proto": "peerapi6", "Port": 62799} ]}, - "Created": "2026-04-09T01:26:43.228532001Z", + "Created": "2026-04-09T08:32:49.137344313Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1682912239397516, - "StableID": "nRwXjYFC9E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "KeyExpiry": "2026-10-06T01:26:44Z", - "DiscoKey": "discokey:79d5527b0a4b97626ed94fbc897df2fc4ba030201511a3466d5a503ec5dfdf1b", - "Addresses": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "AllowedIPs": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "Endpoints": ["77.164.248.136:50504", "10.65.0.27:50504", "172.17.0.1:50504"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 34335}, - {"Proto": "peerapi6", "Port": 34335} - ]}, - "Created": "2026-04-09T01:26:44.853853842Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2008152228190799, - "StableID": "ni83pikVgG11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "DiscoKey": "discokey:71a414b1153e4ee8874477cfbfe3c3f960385a8d755618673ef5c329bcc7d22e", - "Addresses": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "AllowedIPs": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "Endpoints": ["77.164.248.136:41559", "10.65.0.27:41559", "172.17.0.1:41559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38876}, - {"Proto": "peerapi6", "Port": 38876} - ]}, - "Created": "2026-04-09T01:26:39.435635093Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2269790026036383, - "StableID": "nkd453YziJ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "DiscoKey": "discokey:99fa65e1ed4b09ab91fc71907c628fe8c95e7916f43932f504b2f3373feb284f", - "Addresses": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "AllowedIPs": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "Endpoints": ["77.164.248.136:47006", "10.65.0.27:47006", "172.17.0.1:47006"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60960}, - {"Proto": "peerapi6", "Port": 60960} - ]}, - "Created": "2026-04-09T01:26:41.600286364Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3136584437713458, - "StableID": "nPRr2mkZVR11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "DiscoKey": "discokey:107d896d705043b1130da4d8e9e800ab8d69b3749904a5b942778596dbcdbc5d", - "Addresses": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "AllowedIPs": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "Endpoints": ["77.164.248.136:42060", "10.65.0.27:42060", "172.17.0.1:42060"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52504}, - {"Proto": "peerapi6", "Port": 52504} - ]}, - "Created": "2026-04-09T01:26:40.510034896Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3370862069094202, - "StableID": "nwo75BqfKT11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "DiscoKey": "discokey:cb09b57c22438ff8bb71342fb77bfed845ed144f9422b91e4255242664f88871", - "Addresses": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "AllowedIPs": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "Endpoints": ["77.164.248.136:44798", "10.65.0.27:44798", "172.17.0.1:44798"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40966}, - {"Proto": "peerapi6", "Port": 40966} - ]}, - "Created": "2026-04-09T01:26:39.980202965Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4299488927153953, - "StableID": "nr5uaSHFaa11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "DiscoKey": "discokey:1954d8f403ccc731b65e00f8be7566abb89700494cbb86d7948762efa539a928", - "Addresses": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "AllowedIPs": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "Endpoints": ["77.164.248.136:56021", "10.65.0.27:56021", "172.17.0.1:56021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39263}, - {"Proto": "peerapi6", "Port": 39263} - ]}, - "Created": "2026-04-09T01:26:42.136650056Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5175879671476020, - "StableID": "n32sbmaARh11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "DiscoKey": "discokey:899a5681cdf1d66e1599ad185e856417f07d9803f264288c9b8f0bf227a70233", - "Addresses": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "AllowedIPs": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "Endpoints": ["77.164.248.136:39171", "10.65.0.27:39171", "172.17.0.1:39171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58762}, - {"Proto": "peerapi6", "Port": 58762} - ]}, - "Created": "2026-04-09T01:26:41.048226171Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5554697598871395, - "StableID": "nNGMeEVjNk11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:5d4a38e3f480744ab4271b5e3080f84eaac3cb878f1e1ee576ac47bc1f81744d", - "Addresses": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "AllowedIPs": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 49417}, - {"Proto": "peerapi6", "Port": 49417} - ]}, - "Created": "2026-04-09T01:26:45.938114199Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8431912212721919, - "StableID": "naCfW53qq821CNTRL", + "ID": 1303716757499659, + "StableID": "nUuXVrRTBB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "DiscoKey": "discokey:ae53a5e663bd1bd6621ec1f4092c965e42d12ee28b49ec61f77d9ed7f6aae440", - "Addresses": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "AllowedIPs": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "Endpoints": ["77.164.248.136:33792", "10.65.0.27:33792", "172.17.0.1:33792"], + "Key": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "DiscoKey": "discokey:863feebff275d9eed79d248c10afe201eeac9381df9bd5d7d0ab689c5d9d7a58", + "Addresses": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "AllowedIPs": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "Endpoints": ["77.164.248.136:42516", "10.65.0.27:42516", "172.17.0.1:42516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44385}, - {"Proto": "peerapi6", "Port": 44385} + {"Proto": "peerapi4", "Port": 39779}, + {"Proto": "peerapi6", "Port": 39779} ]}, - "Created": "2026-04-09T01:26:44.323731368Z", + "Created": "2026-04-09T08:32:50.214541752Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 8885987412772373, - "StableID": "nAos2epUPC21CNTRL", + "ID": 1664514881210259, + "StableID": "neCyB3zrzD11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "DiscoKey": "discokey:daee4540b200c870c225bb2abcec7ac1a3c1b498c325fcec3aeb5653317fa505", + "Addresses": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "AllowedIPs": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "Endpoints": ["77.164.248.136:60350", "10.65.0.27:60350", "172.17.0.1:60350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58755}, + {"Proto": "peerapi6", "Port": 58755} + ]}, + "Created": "2026-04-09T08:32:48.075096835Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2166919670494401, + "StableID": "nQNo1iJQvH11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "DiscoKey": "discokey:a6d830a828b783668373179f19af7101960d79fcb5180422c2c0c1eabaa06719", + "Addresses": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "AllowedIPs": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "Endpoints": ["77.164.248.136:53718", "10.65.0.27:53718", "172.17.0.1:53718"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 36609}, + {"Proto": "peerapi6", "Port": 36609} + ]}, + "Created": "2026-04-09T08:32:49.658878083Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2323868747816462, + "StableID": "nhUjXJ6V9K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:4f3a8127e7dddea068d0a794483e70f131d87110b54d6e1ca8d8bbb062b2be26", + "Addresses": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "AllowedIPs": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35101}, + {"Proto": "peerapi6", "Port": 35101} + ]}, + "Created": "2026-04-09T08:32:51.828496381Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2669280604151715, + "StableID": "n8b5UZUvqM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "DiscoKey": "discokey:e305f85edbcd96d90d4ee5943b52a791676b5e41a652c9e78bcc24701778cc12", - "Addresses": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "AllowedIPs": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "Endpoints": ["77.164.248.136:56831", "10.65.0.27:56831", "172.17.0.1:56831"], + "Key": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "DiscoKey": "discokey:51917640e0456681a2429575afba04409bce8484b9060e68d622dd3c14561550", + "Addresses": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "AllowedIPs": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "Endpoints": ["77.164.248.136:41517", "10.65.0.27:41517", "172.17.0.1:41517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44189}, - {"Proto": "peerapi6", "Port": 44189} + {"Proto": "peerapi4", "Port": 38724}, + {"Proto": "peerapi6", "Port": 38724} ]}, - "Created": "2026-04-09T01:26:38.886099099Z", + "Created": "2026-04-09T08:32:44.845444991Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2992862618159436, + "StableID": "nZ1SzhRUNQ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "DiscoKey": "discokey:8804b314f843bc058f623ea9e6ae54b7f210bf778a284be6365ddc9cc7661318", + "Addresses": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "AllowedIPs": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "Endpoints": ["77.164.248.136:40131", "10.65.0.27:40131", "172.17.0.1:40131"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 56061}, + {"Proto": "peerapi6", "Port": 56061} + ]}, + "Created": "2026-04-09T08:32:45.912388087Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3287705814792373, + "StableID": "ncGkdVT1gS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "DiscoKey": "discokey:b2d8b8962fa8fa561bc2c7d387f2ccfd5a39f2019f7d1066b6aff171d878dd0e", + "Addresses": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "AllowedIPs": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "Endpoints": ["77.164.248.136:33531", "10.65.0.27:33531", "172.17.0.1:33531"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 42817}, + {"Proto": "peerapi6", "Port": 42817} + ]}, + "Created": "2026-04-09T08:32:45.388758154Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5725360590662351, + "StableID": "nWNbppW2im11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "DiscoKey": "discokey:f984e85accdf3d7fd0f571c78b407758d532324152d2c308782a61a0a1f4336d", + "Addresses": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "AllowedIPs": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "Endpoints": ["77.164.248.136:48608", "10.65.0.27:48608", "172.17.0.1:48608"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 39392}, + {"Proto": "peerapi6", "Port": 39392} + ]}, + "Created": "2026-04-09T08:32:44.310466876Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5746731441917406, + "StableID": "nsDNmdthsm11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:b1725804a5a5de0f90c94295ff63b4bc935a99f81b9c129ce3ad1efc7d4ffa51", + "Addresses": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "AllowedIPs": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "Endpoints": ["77.164.248.136:35272", "10.65.0.27:35272", "172.17.0.1:35272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61866}, + {"Proto": "peerapi6", "Port": 61866} + ]}, + "Created": "2026-04-09T08:32:51.286418072Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6478502265615213, + "StableID": "nEwAdbG8bs11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "DiscoKey": "discokey:41dcb37bef1df70ec8d889c2b59add9c711cb298409c0c408c3bafd75fe29533", + "Addresses": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "AllowedIPs": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "Endpoints": ["77.164.248.136:57833", "10.65.0.27:57833", "172.17.0.1:57833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 55303}, + {"Proto": "peerapi6", "Port": 55303} + ]}, + "Created": "2026-04-09T08:32:47.554763025Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6636460760841702, + "StableID": "nRSiw6afpt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "DiscoKey": "discokey:38c193b61c260e08bdc0a08d97c22e70ec6fa8780a29caf79089b786b4139f05", + "Addresses": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "AllowedIPs": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "Endpoints": ["77.164.248.136:56418", "10.65.0.27:56418", "172.17.0.1:56418"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48397}, + {"Proto": "peerapi6", "Port": 48397} + ]}, + "Created": "2026-04-09T08:32:46.451512784Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8814877115621099, + "StableID": "niGaaisGqB21CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "KeyExpiry": "2026-10-06T08:32:50Z", + "DiscoKey": "discokey:84643d26ee7be0af1a91b01c81347218efcce6686ea7105a972580fd7babd762", + "Addresses": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "AllowedIPs": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "Endpoints": ["77.164.248.136:42319", "10.65.0.27:42319", "172.17.0.1:42319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53886}, + {"Proto": "peerapi6", "Port": 53886} + ]}, + "Created": "2026-04-09T08:32:50.731239152Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8874009369753507, + "StableID": "nG3VPMB4JC21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "DiscoKey": "discokey:e7774b71abe1500ff19ce6a71f4f78ddc8b19b19b6ee399e32393e0dce41224e", + "Addresses": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "AllowedIPs": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "Endpoints": ["77.164.248.136:44007", "10.65.0.27:44007", "172.17.0.1:44007"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60701}, + {"Proto": "peerapi6", "Port": 60701} + ]}, + "Created": "2026-04-09T08:32:46.999595822Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16205,27 +16227,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3682440438070851": { - "ID": 3682440438070851, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6160546323179574": { + "ID": 6160546323179574, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16256,22 +16280,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 742574330951239, - "StableID": "nrcPomAKo611CNTRL", + "ID": 5746731441917406, + "StableID": "nsDNmdthsm11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:a22a3470c7b6312492455cad0476fc86e250939455db0aff5b1e41d7ab32761c", - "Addresses": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "AllowedIPs": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "Endpoints": ["77.164.248.136:33715", "10.65.0.27:33715", "172.17.0.1:33715"], + "Key": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:b1725804a5a5de0f90c94295ff63b4bc935a99f81b9c129ce3ad1efc7d4ffa51", + "Addresses": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "AllowedIPs": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "Endpoints": ["77.164.248.136:35272", "10.65.0.27:35272", "172.17.0.1:35272"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43021}, - {"Proto": "peerapi6", "Port": 43021}, + {"Proto": "peerapi4", "Port": 61866}, + {"Proto": "peerapi6", "Port": 61866}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:45.400797002Z", + "Created": "2026-04-09T08:32:51.286418072Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16298,300 +16322,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "MachineKey": "mkey:17340ac7ff8f9f287ec819a14bb6b7dae77a60a29d800f7b93039bdfad731b0a", + "NodeKey": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "MachineKey": "mkey:f15224529e3aef0b71dee4b68327e44008dc80d6806db6be5ff19cc9dfc62702", "Peers": [{ - "ID": 128442393139347, - "StableID": "nvYBTuxA1211CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "DiscoKey": "discokey:a422c2ca253d8a14e5964fe002fb958eecd6c59bef82143bbf795fb90f12ac45", - "Addresses": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "AllowedIPs": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "Endpoints": ["77.164.248.136:46769", "10.65.0.27:46769", "172.17.0.1:46769"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 33840}, - {"Proto": "peerapi6", "Port": 33840} - ]}, - "Created": "2026-04-09T01:26:38.35353118Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 516742568197344, - "StableID": "n9MVFAx23511CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "DiscoKey": "discokey:7152de522469b64dcb6bbf53a743d06bb2b50289716dcc21c55218b531b5df3f", - "Addresses": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "AllowedIPs": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "Endpoints": ["77.164.248.136:56398", "10.65.0.27:56398", "172.17.0.1:56398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 58944}, - {"Proto": "peerapi6", "Port": 58944} - ]}, - "Created": "2026-04-09T01:26:43.776437928Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1027026525335030, - "StableID": "njH6AEF92911CNTRL", + "ID": 943539407495206, + "StableID": "ns1cSTBLN811CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "DiscoKey": "discokey:f87ad22ef0e373340f9ff5b147a589364e3500d5f4ef9bb9fd938fdd3ea0cc61", - "Addresses": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "AllowedIPs": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "Endpoints": ["77.164.248.136:59562", "10.65.0.27:59562", "172.17.0.1:59562"], + "Key": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "DiscoKey": "discokey:44b180348b62c1d56a00841c188dd329a6a6277070baa2d61a661a9eef5bba3f", + "Addresses": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "AllowedIPs": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "Endpoints": ["77.164.248.136:38381", "10.65.0.27:38381", "172.17.0.1:38381"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 36382}, - {"Proto": "peerapi6", "Port": 36382} + {"Proto": "peerapi4", "Port": 62799}, + {"Proto": "peerapi6", "Port": 62799} ]}, - "Created": "2026-04-09T01:26:43.228532001Z", + "Created": "2026-04-09T08:32:49.137344313Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1682912239397516, - "StableID": "nRwXjYFC9E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "KeyExpiry": "2026-10-06T01:26:44Z", - "DiscoKey": "discokey:79d5527b0a4b97626ed94fbc897df2fc4ba030201511a3466d5a503ec5dfdf1b", - "Addresses": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "AllowedIPs": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "Endpoints": ["77.164.248.136:50504", "10.65.0.27:50504", "172.17.0.1:50504"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 34335}, - {"Proto": "peerapi6", "Port": 34335} - ]}, - "Created": "2026-04-09T01:26:44.853853842Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2008152228190799, - "StableID": "ni83pikVgG11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "DiscoKey": "discokey:71a414b1153e4ee8874477cfbfe3c3f960385a8d755618673ef5c329bcc7d22e", - "Addresses": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "AllowedIPs": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "Endpoints": ["77.164.248.136:41559", "10.65.0.27:41559", "172.17.0.1:41559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38876}, - {"Proto": "peerapi6", "Port": 38876} - ]}, - "Created": "2026-04-09T01:26:39.435635093Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2269790026036383, - "StableID": "nkd453YziJ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "DiscoKey": "discokey:99fa65e1ed4b09ab91fc71907c628fe8c95e7916f43932f504b2f3373feb284f", - "Addresses": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "AllowedIPs": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "Endpoints": ["77.164.248.136:47006", "10.65.0.27:47006", "172.17.0.1:47006"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60960}, - {"Proto": "peerapi6", "Port": 60960} - ]}, - "Created": "2026-04-09T01:26:41.600286364Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3136584437713458, - "StableID": "nPRr2mkZVR11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "DiscoKey": "discokey:107d896d705043b1130da4d8e9e800ab8d69b3749904a5b942778596dbcdbc5d", - "Addresses": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "AllowedIPs": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "Endpoints": ["77.164.248.136:42060", "10.65.0.27:42060", "172.17.0.1:42060"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52504}, - {"Proto": "peerapi6", "Port": 52504} - ]}, - "Created": "2026-04-09T01:26:40.510034896Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3370862069094202, - "StableID": "nwo75BqfKT11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "DiscoKey": "discokey:cb09b57c22438ff8bb71342fb77bfed845ed144f9422b91e4255242664f88871", - "Addresses": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "AllowedIPs": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "Endpoints": ["77.164.248.136:44798", "10.65.0.27:44798", "172.17.0.1:44798"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40966}, - {"Proto": "peerapi6", "Port": 40966} - ]}, - "Created": "2026-04-09T01:26:39.980202965Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3682440438070851, - "StableID": "nvC5b2UnkV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "DiscoKey": "discokey:e8fb517242fdd3eeea4e459b9dbd8cb119de30fd4306a41ba2efe602af389347", - "Addresses": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "AllowedIPs": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "Endpoints": ["77.164.248.136:51659", "10.65.0.27:51659", "172.17.0.1:51659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63646}, - {"Proto": "peerapi6", "Port": 63646} - ]}, - "Created": "2026-04-09T01:26:42.678142829Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4299488927153953, - "StableID": "nr5uaSHFaa11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "DiscoKey": "discokey:1954d8f403ccc731b65e00f8be7566abb89700494cbb86d7948762efa539a928", - "Addresses": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "AllowedIPs": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "Endpoints": ["77.164.248.136:56021", "10.65.0.27:56021", "172.17.0.1:56021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39263}, - {"Proto": "peerapi6", "Port": 39263} - ]}, - "Created": "2026-04-09T01:26:42.136650056Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5175879671476020, - "StableID": "n32sbmaARh11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "DiscoKey": "discokey:899a5681cdf1d66e1599ad185e856417f07d9803f264288c9b8f0bf227a70233", - "Addresses": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "AllowedIPs": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "Endpoints": ["77.164.248.136:39171", "10.65.0.27:39171", "172.17.0.1:39171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58762}, - {"Proto": "peerapi6", "Port": 58762} - ]}, - "Created": "2026-04-09T01:26:41.048226171Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5554697598871395, - "StableID": "nNGMeEVjNk11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:5d4a38e3f480744ab4271b5e3080f84eaac3cb878f1e1ee576ac47bc1f81744d", - "Addresses": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "AllowedIPs": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 49417}, - {"Proto": "peerapi6", "Port": 49417} - ]}, - "Created": "2026-04-09T01:26:45.938114199Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8431912212721919, - "StableID": "naCfW53qq821CNTRL", + "ID": 1303716757499659, + "StableID": "nUuXVrRTBB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "DiscoKey": "discokey:ae53a5e663bd1bd6621ec1f4092c965e42d12ee28b49ec61f77d9ed7f6aae440", - "Addresses": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "AllowedIPs": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "Endpoints": ["77.164.248.136:33792", "10.65.0.27:33792", "172.17.0.1:33792"], + "Key": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "DiscoKey": "discokey:863feebff275d9eed79d248c10afe201eeac9381df9bd5d7d0ab689c5d9d7a58", + "Addresses": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "AllowedIPs": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "Endpoints": ["77.164.248.136:42516", "10.65.0.27:42516", "172.17.0.1:42516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44385}, - {"Proto": "peerapi6", "Port": 44385} + {"Proto": "peerapi4", "Port": 39779}, + {"Proto": "peerapi6", "Port": 39779} ]}, - "Created": "2026-04-09T01:26:44.323731368Z", + "Created": "2026-04-09T08:32:50.214541752Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 8885987412772373, - "StableID": "nAos2epUPC21CNTRL", + "ID": 1664514881210259, + "StableID": "neCyB3zrzD11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "DiscoKey": "discokey:daee4540b200c870c225bb2abcec7ac1a3c1b498c325fcec3aeb5653317fa505", + "Addresses": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "AllowedIPs": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "Endpoints": ["77.164.248.136:60350", "10.65.0.27:60350", "172.17.0.1:60350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58755}, + {"Proto": "peerapi6", "Port": 58755} + ]}, + "Created": "2026-04-09T08:32:48.075096835Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2166919670494401, + "StableID": "nQNo1iJQvH11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "DiscoKey": "discokey:a6d830a828b783668373179f19af7101960d79fcb5180422c2c0c1eabaa06719", + "Addresses": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "AllowedIPs": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "Endpoints": ["77.164.248.136:53718", "10.65.0.27:53718", "172.17.0.1:53718"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 36609}, + {"Proto": "peerapi6", "Port": 36609} + ]}, + "Created": "2026-04-09T08:32:49.658878083Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2323868747816462, + "StableID": "nhUjXJ6V9K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:4f3a8127e7dddea068d0a794483e70f131d87110b54d6e1ca8d8bbb062b2be26", + "Addresses": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "AllowedIPs": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35101}, + {"Proto": "peerapi6", "Port": 35101} + ]}, + "Created": "2026-04-09T08:32:51.828496381Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2669280604151715, + "StableID": "n8b5UZUvqM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "DiscoKey": "discokey:e305f85edbcd96d90d4ee5943b52a791676b5e41a652c9e78bcc24701778cc12", - "Addresses": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "AllowedIPs": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "Endpoints": ["77.164.248.136:56831", "10.65.0.27:56831", "172.17.0.1:56831"], + "Key": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "DiscoKey": "discokey:51917640e0456681a2429575afba04409bce8484b9060e68d622dd3c14561550", + "Addresses": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "AllowedIPs": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "Endpoints": ["77.164.248.136:41517", "10.65.0.27:41517", "172.17.0.1:41517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44189}, - {"Proto": "peerapi6", "Port": 44189} + {"Proto": "peerapi4", "Port": 38724}, + {"Proto": "peerapi6", "Port": 38724} ]}, - "Created": "2026-04-09T01:26:38.886099099Z", + "Created": "2026-04-09T08:32:44.845444991Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2992862618159436, + "StableID": "nZ1SzhRUNQ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "DiscoKey": "discokey:8804b314f843bc058f623ea9e6ae54b7f210bf778a284be6365ddc9cc7661318", + "Addresses": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "AllowedIPs": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "Endpoints": ["77.164.248.136:40131", "10.65.0.27:40131", "172.17.0.1:40131"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 56061}, + {"Proto": "peerapi6", "Port": 56061} + ]}, + "Created": "2026-04-09T08:32:45.912388087Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3287705814792373, + "StableID": "ncGkdVT1gS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "DiscoKey": "discokey:b2d8b8962fa8fa561bc2c7d387f2ccfd5a39f2019f7d1066b6aff171d878dd0e", + "Addresses": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "AllowedIPs": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "Endpoints": ["77.164.248.136:33531", "10.65.0.27:33531", "172.17.0.1:33531"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 42817}, + {"Proto": "peerapi6", "Port": 42817} + ]}, + "Created": "2026-04-09T08:32:45.388758154Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5725360590662351, + "StableID": "nWNbppW2im11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "DiscoKey": "discokey:f984e85accdf3d7fd0f571c78b407758d532324152d2c308782a61a0a1f4336d", + "Addresses": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "AllowedIPs": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "Endpoints": ["77.164.248.136:48608", "10.65.0.27:48608", "172.17.0.1:48608"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 39392}, + {"Proto": "peerapi6", "Port": 39392} + ]}, + "Created": "2026-04-09T08:32:44.310466876Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6160546323179574, + "StableID": "nDWDn7787q11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "DiscoKey": "discokey:3880f2a72c69fc9144512564dda73cf2b48a4ce556c99ab4cf6163fed78a2847", + "Addresses": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "AllowedIPs": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "Endpoints": ["77.164.248.136:51200", "10.65.0.27:51200", "172.17.0.1:51200"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59196}, + {"Proto": "peerapi6", "Port": 59196} + ]}, + "Created": "2026-04-09T08:32:48.599140668Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6478502265615213, + "StableID": "nEwAdbG8bs11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "DiscoKey": "discokey:41dcb37bef1df70ec8d889c2b59add9c711cb298409c0c408c3bafd75fe29533", + "Addresses": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "AllowedIPs": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "Endpoints": ["77.164.248.136:57833", "10.65.0.27:57833", "172.17.0.1:57833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 55303}, + {"Proto": "peerapi6", "Port": 55303} + ]}, + "Created": "2026-04-09T08:32:47.554763025Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6636460760841702, + "StableID": "nRSiw6afpt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "DiscoKey": "discokey:38c193b61c260e08bdc0a08d97c22e70ec6fa8780a29caf79089b786b4139f05", + "Addresses": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "AllowedIPs": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "Endpoints": ["77.164.248.136:56418", "10.65.0.27:56418", "172.17.0.1:56418"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48397}, + {"Proto": "peerapi6", "Port": 48397} + ]}, + "Created": "2026-04-09T08:32:46.451512784Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8814877115621099, + "StableID": "niGaaisGqB21CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "KeyExpiry": "2026-10-06T08:32:50Z", + "DiscoKey": "discokey:84643d26ee7be0af1a91b01c81347218efcce6686ea7105a972580fd7babd762", + "Addresses": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "AllowedIPs": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "Endpoints": ["77.164.248.136:42319", "10.65.0.27:42319", "172.17.0.1:42319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53886}, + {"Proto": "peerapi6", "Port": 53886} + ]}, + "Created": "2026-04-09T08:32:50.731239152Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8874009369753507, + "StableID": "nG3VPMB4JC21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "DiscoKey": "discokey:e7774b71abe1500ff19ce6a71f4f78ddc8b19b19b6ee399e32393e0dce41224e", + "Addresses": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "AllowedIPs": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "Endpoints": ["77.164.248.136:44007", "10.65.0.27:44007", "172.17.0.1:44007"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60701}, + {"Proto": "peerapi6", "Port": 60701} + ]}, + "Created": "2026-04-09T08:32:46.999595822Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17439,23 +17463,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17486,21 +17511,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1027026525335030, - "StableID": "njH6AEF92911CNTRL", + "ID": 943539407495206, + "StableID": "ns1cSTBLN811CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 1027026525335030, - "Key": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "DiscoKey": "discokey:f87ad22ef0e373340f9ff5b147a589364e3500d5f4ef9bb9fd938fdd3ea0cc61", - "Addresses": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "AllowedIPs": ["100.83.187.1/32", "fd7a:115c:a1e0::b437:bb01/128"], - "Endpoints": ["77.164.248.136:59562", "10.65.0.27:59562", "172.17.0.1:59562"], + "User": 943539407495206, + "Key": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "DiscoKey": "discokey:44b180348b62c1d56a00841c188dd329a6a6277070baa2d61a661a9eef5bba3f", + "Addresses": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "AllowedIPs": ["100.84.85.128/32", "fd7a:115c:a1e0::a437:5581/128"], + "Endpoints": ["77.164.248.136:38381", "10.65.0.27:38381", "172.17.0.1:38381"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 36382}, - {"Proto": "peerapi6", "Port": 36382}, + {"Proto": "peerapi4", "Port": 62799}, + {"Proto": "peerapi6", "Port": 62799}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:43.228532001Z", + "Created": "2026-04-09T08:32:49.137344313Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17528,300 +17553,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:698e65b7592cd52aca6ec8ade10000b2ef86c333301f8702aa7a8665b4d3bb00", - "MachineKey": "mkey:92fbbb2ca18c04478a788c0c9dcc4474a191d5e370fb9d5503c7958aafe1f44c", + "NodeKey": "nodekey:cac49f4713eee24bf4302cb22bf7f214a3f64a1f9069d5ca64fa79cca494557f", + "MachineKey": "mkey:8a488ee946d02482c0328222ce86b38445d6446d7811a980e675dfa10ae15e22", "Peers": [{ - "ID": 128442393139347, - "StableID": "nvYBTuxA1211CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3cf2e979d3446f92591ace2da3962ca339a7ad3fb90d38e4b4410b70a9240b", - "DiscoKey": "discokey:a422c2ca253d8a14e5964fe002fb958eecd6c59bef82143bbf795fb90f12ac45", - "Addresses": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "AllowedIPs": ["100.105.36.12/32", "fd7a:115c:a1e0::7037:240c/128"], - "Endpoints": ["77.164.248.136:46769", "10.65.0.27:46769", "172.17.0.1:46769"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 33840}, - {"Proto": "peerapi6", "Port": 33840} - ]}, - "Created": "2026-04-09T01:26:38.35353118Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 516742568197344, - "StableID": "n9MVFAx23511CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:872723e777f4edac455f1998740c4609bdc323befb6eb3815f53012c39d88158", - "DiscoKey": "discokey:7152de522469b64dcb6bbf53a743d06bb2b50289716dcc21c55218b531b5df3f", - "Addresses": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "AllowedIPs": ["100.88.129.89/32", "fd7a:115c:a1e0::3937:8159/128"], - "Endpoints": ["77.164.248.136:56398", "10.65.0.27:56398", "172.17.0.1:56398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 58944}, - {"Proto": "peerapi6", "Port": 58944} - ]}, - "Created": "2026-04-09T01:26:43.776437928Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 742574330951239, - "StableID": "nrcPomAKo611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:1dda53b77dde803a0ea0e1bc8dcc96fe77d211bf375c65f1321cb2675f0a6d2b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:a22a3470c7b6312492455cad0476fc86e250939455db0aff5b1e41d7ab32761c", - "Addresses": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "AllowedIPs": ["100.74.109.44/32", "fd7a:115c:a1e0::5f37:6d2c/128"], - "Endpoints": ["77.164.248.136:33715", "10.65.0.27:33715", "172.17.0.1:33715"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43021}, - {"Proto": "peerapi6", "Port": 43021} - ]}, - "Created": "2026-04-09T01:26:45.400797002Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1682912239397516, - "StableID": "nRwXjYFC9E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:6c9fa141c1274a5743a8e1e427259b3b52cbe685f995fc47668eb7c2238d2113", - "KeyExpiry": "2026-10-06T01:26:44Z", - "DiscoKey": "discokey:79d5527b0a4b97626ed94fbc897df2fc4ba030201511a3466d5a503ec5dfdf1b", - "Addresses": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "AllowedIPs": ["100.77.33.20/32", "fd7a:115c:a1e0::2337:2114/128"], - "Endpoints": ["77.164.248.136:50504", "10.65.0.27:50504", "172.17.0.1:50504"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 34335}, - {"Proto": "peerapi6", "Port": 34335} - ]}, - "Created": "2026-04-09T01:26:44.853853842Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2008152228190799, - "StableID": "ni83pikVgG11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3a2a61408d4c281a658e6c33a213e61a917ae4bd6726e5855e621c5a87fe7745", - "DiscoKey": "discokey:71a414b1153e4ee8874477cfbfe3c3f960385a8d755618673ef5c329bcc7d22e", - "Addresses": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "AllowedIPs": ["100.126.119.70/32", "fd7a:115c:a1e0::8737:7746/128"], - "Endpoints": ["77.164.248.136:41559", "10.65.0.27:41559", "172.17.0.1:41559"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38876}, - {"Proto": "peerapi6", "Port": 38876} - ]}, - "Created": "2026-04-09T01:26:39.435635093Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2269790026036383, - "StableID": "nkd453YziJ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28a875e3f624a4e585c094f12260cf72661fca0d27ddc0acda26ec309666af72", - "DiscoKey": "discokey:99fa65e1ed4b09ab91fc71907c628fe8c95e7916f43932f504b2f3373feb284f", - "Addresses": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "AllowedIPs": ["100.102.175.115/32", "fd7a:115c:a1e0::9637:af73/128"], - "Endpoints": ["77.164.248.136:47006", "10.65.0.27:47006", "172.17.0.1:47006"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60960}, - {"Proto": "peerapi6", "Port": 60960} - ]}, - "Created": "2026-04-09T01:26:41.600286364Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3136584437713458, - "StableID": "nPRr2mkZVR11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:74135d5d45003fc50a6bd116ca773bfdb68403e1bb14c8d3c75f796b6ebc4922", - "DiscoKey": "discokey:107d896d705043b1130da4d8e9e800ab8d69b3749904a5b942778596dbcdbc5d", - "Addresses": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "AllowedIPs": ["100.124.73.35/32", "fd7a:115c:a1e0::6e37:4923/128"], - "Endpoints": ["77.164.248.136:42060", "10.65.0.27:42060", "172.17.0.1:42060"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52504}, - {"Proto": "peerapi6", "Port": 52504} - ]}, - "Created": "2026-04-09T01:26:40.510034896Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3370862069094202, - "StableID": "nwo75BqfKT11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d089cec3b7a9c5a145831e07ad6ea350dd93c81178a4afdea273a068c896306c", - "DiscoKey": "discokey:cb09b57c22438ff8bb71342fb77bfed845ed144f9422b91e4255242664f88871", - "Addresses": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "AllowedIPs": ["100.86.48.109/32", "fd7a:115c:a1e0::c837:306d/128"], - "Endpoints": ["77.164.248.136:44798", "10.65.0.27:44798", "172.17.0.1:44798"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40966}, - {"Proto": "peerapi6", "Port": 40966} - ]}, - "Created": "2026-04-09T01:26:39.980202965Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3682440438070851, - "StableID": "nvC5b2UnkV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:69ffb8e87c04ffa15fad62bbf11e54b490cfb83647cc340d4d3bda807ddda072", - "DiscoKey": "discokey:e8fb517242fdd3eeea4e459b9dbd8cb119de30fd4306a41ba2efe602af389347", - "Addresses": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "AllowedIPs": ["100.93.160.115/32", "fd7a:115c:a1e0::7d37:a073/128"], - "Endpoints": ["77.164.248.136:51659", "10.65.0.27:51659", "172.17.0.1:51659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63646}, - {"Proto": "peerapi6", "Port": 63646} - ]}, - "Created": "2026-04-09T01:26:42.678142829Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4299488927153953, - "StableID": "nr5uaSHFaa11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b1635bebab0c6ca51e7354f892c3d9875da7acfa1ca03d335ff514f692941b4b", - "DiscoKey": "discokey:1954d8f403ccc731b65e00f8be7566abb89700494cbb86d7948762efa539a928", - "Addresses": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "AllowedIPs": ["100.84.27.76/32", "fd7a:115c:a1e0::9237:1b4c/128"], - "Endpoints": ["77.164.248.136:56021", "10.65.0.27:56021", "172.17.0.1:56021"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 39263}, - {"Proto": "peerapi6", "Port": 39263} - ]}, - "Created": "2026-04-09T01:26:42.136650056Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5175879671476020, - "StableID": "n32sbmaARh11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32caf04d5f02fea969e2d8af19b646528168975872893b68b8226cb9b4bcf03c", - "DiscoKey": "discokey:899a5681cdf1d66e1599ad185e856417f07d9803f264288c9b8f0bf227a70233", - "Addresses": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "AllowedIPs": ["100.124.240.61/32", "fd7a:115c:a1e0::b437:f03d/128"], - "Endpoints": ["77.164.248.136:39171", "10.65.0.27:39171", "172.17.0.1:39171"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 58762}, - {"Proto": "peerapi6", "Port": 58762} - ]}, - "Created": "2026-04-09T01:26:41.048226171Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5554697598871395, - "StableID": "nNGMeEVjNk11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e3a21ca107ee4019423baeb5635edded232a3e2eb7613aa6e374d52306af557b", - "KeyExpiry": "2026-10-06T01:26:45Z", - "DiscoKey": "discokey:5d4a38e3f480744ab4271b5e3080f84eaac3cb878f1e1ee576ac47bc1f81744d", - "Addresses": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "AllowedIPs": ["100.111.85.124/32", "fd7a:115c:a1e0::637:557c/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 49417}, - {"Proto": "peerapi6", "Port": 49417} - ]}, - "Created": "2026-04-09T01:26:45.938114199Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8431912212721919, - "StableID": "naCfW53qq821CNTRL", + "ID": 1303716757499659, + "StableID": "nUuXVrRTBB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0d02b827a3bfcbbf8871e3bcced25455d52221b67498eb05494be9cbbda5fa04", - "DiscoKey": "discokey:ae53a5e663bd1bd6621ec1f4092c965e42d12ee28b49ec61f77d9ed7f6aae440", - "Addresses": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "AllowedIPs": ["100.101.250.5/32", "fd7a:115c:a1e0::bd37:fa05/128"], - "Endpoints": ["77.164.248.136:33792", "10.65.0.27:33792", "172.17.0.1:33792"], + "Key": "nodekey:c6a6a1c398abaf5c3c2c180ef8b931519146d76b29fb542877ababf01645b773", + "DiscoKey": "discokey:863feebff275d9eed79d248c10afe201eeac9381df9bd5d7d0ab689c5d9d7a58", + "Addresses": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "AllowedIPs": ["100.69.183.116/32", "fd7a:115c:a1e0::1637:b775/128"], + "Endpoints": ["77.164.248.136:42516", "10.65.0.27:42516", "172.17.0.1:42516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44385}, - {"Proto": "peerapi6", "Port": 44385} + {"Proto": "peerapi4", "Port": 39779}, + {"Proto": "peerapi6", "Port": 39779} ]}, - "Created": "2026-04-09T01:26:44.323731368Z", + "Created": "2026-04-09T08:32:50.214541752Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 8885987412772373, - "StableID": "nAos2epUPC21CNTRL", + "ID": 1664514881210259, + "StableID": "neCyB3zrzD11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d364bd8ee38ebff7d96ef4e474930eaac0f2fc4eed8d9b240ce21b34961bc872", + "DiscoKey": "discokey:daee4540b200c870c225bb2abcec7ac1a3c1b498c325fcec3aeb5653317fa505", + "Addresses": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "AllowedIPs": ["100.91.200.115/32", "fd7a:115c:a1e0::9637:c873/128"], + "Endpoints": ["77.164.248.136:60350", "10.65.0.27:60350", "172.17.0.1:60350"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58755}, + {"Proto": "peerapi6", "Port": 58755} + ]}, + "Created": "2026-04-09T08:32:48.075096835Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2166919670494401, + "StableID": "nQNo1iJQvH11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:91f5da8f1f437ad9378f635d2746b0953a51b93e4929bf05e8113868d00b627b", + "DiscoKey": "discokey:a6d830a828b783668373179f19af7101960d79fcb5180422c2c0c1eabaa06719", + "Addresses": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "AllowedIPs": ["100.75.98.124/32", "fd7a:115c:a1e0::d037:627c/128"], + "Endpoints": ["77.164.248.136:53718", "10.65.0.27:53718", "172.17.0.1:53718"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 36609}, + {"Proto": "peerapi6", "Port": 36609} + ]}, + "Created": "2026-04-09T08:32:49.658878083Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2323868747816462, + "StableID": "nhUjXJ6V9K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:4b920d0344042d85b5a54a38dded1825804d5a557a03903251ff46e39dd3977d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:4f3a8127e7dddea068d0a794483e70f131d87110b54d6e1ca8d8bbb062b2be26", + "Addresses": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "AllowedIPs": ["100.83.151.126/32", "fd7a:115c:a1e0::9d37:977e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35101}, + {"Proto": "peerapi6", "Port": 35101} + ]}, + "Created": "2026-04-09T08:32:51.828496381Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2669280604151715, + "StableID": "n8b5UZUvqM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3bba8137cf97188f25aeb5267154795d9678a95f4559f9aec7e97f3dfd361848", - "DiscoKey": "discokey:e305f85edbcd96d90d4ee5943b52a791676b5e41a652c9e78bcc24701778cc12", - "Addresses": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "AllowedIPs": ["100.118.24.73/32", "fd7a:115c:a1e0::fd37:1849/128"], - "Endpoints": ["77.164.248.136:56831", "10.65.0.27:56831", "172.17.0.1:56831"], + "Key": "nodekey:680699df16e566297cdcd6ac713b5b62eff8d3b56abc6f5ea4fc033adce2bc2f", + "DiscoKey": "discokey:51917640e0456681a2429575afba04409bce8484b9060e68d622dd3c14561550", + "Addresses": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "AllowedIPs": ["100.98.188.48/32", "fd7a:115c:a1e0::dc37:bc30/128"], + "Endpoints": ["77.164.248.136:41517", "10.65.0.27:41517", "172.17.0.1:41517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44189}, - {"Proto": "peerapi6", "Port": 44189} + {"Proto": "peerapi4", "Port": 38724}, + {"Proto": "peerapi6", "Port": 38724} ]}, - "Created": "2026-04-09T01:26:38.886099099Z", + "Created": "2026-04-09T08:32:44.845444991Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 2992862618159436, + "StableID": "nZ1SzhRUNQ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f30cb7142a419f6b8e7cda17399007f53ca5fa5f011c69726310a52fd5d46647", + "DiscoKey": "discokey:8804b314f843bc058f623ea9e6ae54b7f210bf778a284be6365ddc9cc7661318", + "Addresses": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "AllowedIPs": ["100.84.102.72/32", "fd7a:115c:a1e0::d537:6648/128"], + "Endpoints": ["77.164.248.136:40131", "10.65.0.27:40131", "172.17.0.1:40131"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 56061}, + {"Proto": "peerapi6", "Port": 56061} + ]}, + "Created": "2026-04-09T08:32:45.912388087Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3287705814792373, + "StableID": "ncGkdVT1gS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eabd837c377b5d733f0621a824d9d4b3fb232512398b907c1789f08505c1926f", + "DiscoKey": "discokey:b2d8b8962fa8fa561bc2c7d387f2ccfd5a39f2019f7d1066b6aff171d878dd0e", + "Addresses": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "AllowedIPs": ["100.65.146.112/32", "fd7a:115c:a1e0::537:9270/128"], + "Endpoints": ["77.164.248.136:33531", "10.65.0.27:33531", "172.17.0.1:33531"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 42817}, + {"Proto": "peerapi6", "Port": 42817} + ]}, + "Created": "2026-04-09T08:32:45.388758154Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5725360590662351, + "StableID": "nWNbppW2im11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dbc026499fa32e04d169849af28e3f5f789d7b82cbee831d62a127973735328", + "DiscoKey": "discokey:f984e85accdf3d7fd0f571c78b407758d532324152d2c308782a61a0a1f4336d", + "Addresses": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "AllowedIPs": ["100.115.83.41/32", "fd7a:115c:a1e0::7337:5329/128"], + "Endpoints": ["77.164.248.136:48608", "10.65.0.27:48608", "172.17.0.1:48608"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 39392}, + {"Proto": "peerapi6", "Port": 39392} + ]}, + "Created": "2026-04-09T08:32:44.310466876Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5746731441917406, + "StableID": "nsDNmdthsm11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:97549dd4f3648df56157a6f5607385c060d5e75ddb7a8e8af5e1b72baf471f1d", + "KeyExpiry": "2026-10-06T08:32:51Z", + "DiscoKey": "discokey:b1725804a5a5de0f90c94295ff63b4bc935a99f81b9c129ce3ad1efc7d4ffa51", + "Addresses": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "AllowedIPs": ["100.71.31.30/32", "fd7a:115c:a1e0::af37:1f1e/128"], + "Endpoints": ["77.164.248.136:35272", "10.65.0.27:35272", "172.17.0.1:35272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61866}, + {"Proto": "peerapi6", "Port": 61866} + ]}, + "Created": "2026-04-09T08:32:51.286418072Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6160546323179574, + "StableID": "nDWDn7787q11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16ffd3be4685c21defa097059bea3957deaa056e9c39fd525093f58bd2833257", + "DiscoKey": "discokey:3880f2a72c69fc9144512564dda73cf2b48a4ce556c99ab4cf6163fed78a2847", + "Addresses": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "AllowedIPs": ["100.67.50.88/32", "fd7a:115c:a1e0::d237:3258/128"], + "Endpoints": ["77.164.248.136:51200", "10.65.0.27:51200", "172.17.0.1:51200"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59196}, + {"Proto": "peerapi6", "Port": 59196} + ]}, + "Created": "2026-04-09T08:32:48.599140668Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6478502265615213, + "StableID": "nEwAdbG8bs11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:db821f4ed73e92fea849b0c588d21fe4d60ee11996346b7f9b85f88767737906", + "DiscoKey": "discokey:41dcb37bef1df70ec8d889c2b59add9c711cb298409c0c408c3bafd75fe29533", + "Addresses": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "AllowedIPs": ["100.115.121.7/32", "fd7a:115c:a1e0::6737:7907/128"], + "Endpoints": ["77.164.248.136:57833", "10.65.0.27:57833", "172.17.0.1:57833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 55303}, + {"Proto": "peerapi6", "Port": 55303} + ]}, + "Created": "2026-04-09T08:32:47.554763025Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6636460760841702, + "StableID": "nRSiw6afpt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1a686a33b969e50822c80b82f1d3099136b5622f729c2ea4545462cfa3734a35", + "DiscoKey": "discokey:38c193b61c260e08bdc0a08d97c22e70ec6fa8780a29caf79089b786b4139f05", + "Addresses": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "AllowedIPs": ["100.115.74.54/32", "fd7a:115c:a1e0::a337:4a36/128"], + "Endpoints": ["77.164.248.136:56418", "10.65.0.27:56418", "172.17.0.1:56418"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48397}, + {"Proto": "peerapi6", "Port": 48397} + ]}, + "Created": "2026-04-09T08:32:46.451512784Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8814877115621099, + "StableID": "niGaaisGqB21CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e6a4aea26ad05b2b827e7e3a665fe2a4c68f1aac75118518b7b29010dff30f70", + "KeyExpiry": "2026-10-06T08:32:50Z", + "DiscoKey": "discokey:84643d26ee7be0af1a91b01c81347218efcce6686ea7105a972580fd7babd762", + "Addresses": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "AllowedIPs": ["100.115.15.113/32", "fd7a:115c:a1e0::df37:f71/128"], + "Endpoints": ["77.164.248.136:42319", "10.65.0.27:42319", "172.17.0.1:42319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53886}, + {"Proto": "peerapi6", "Port": 53886} + ]}, + "Created": "2026-04-09T08:32:50.731239152Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8874009369753507, + "StableID": "nG3VPMB4JC21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40e02d5fa84a97ac8d03bc5fc15e121bc7162c9149a1058f2aa30590c2f8981e", + "DiscoKey": "discokey:e7774b71abe1500ff19ce6a71f4f78ddc8b19b19b6ee399e32393e0dce41224e", + "Addresses": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "AllowedIPs": ["100.120.152.31/32", "fd7a:115c:a1e0::c237:981f/128"], + "Endpoints": ["77.164.248.136:44007", "10.65.0.27:44007", "172.17.0.1:44007"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60701}, + {"Proto": "peerapi6", "Port": 60701} + ]}, + "Created": "2026-04-09T08:32:46.999595822Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18669,27 +18694,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1027026525335030": { - "ID": 1027026525335030, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "943539407495206": { + "ID": 943539407495206, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-b5.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-b5.hujson index 2df94f28..d42faa6c 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-b5.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-b5.hujson @@ -3,7 +3,7 @@ // ssh b5 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:26:49Z +// Captured at: 2026-04-09T08:32:55Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-b5", "description": "ssh b5", "category": "ssh", - "captured_at": "2026-04-09T01:26:49.559624508Z", + "captured_at": "2026-04-09T08:32:55.403148574Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,13 +19,13 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["tag:server"], - "src": ["user:*@passkey"], + "src": ["user:*@example.com"], "users": ["root"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh b5\",\n\t\"id\": \"ssh-b5\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"user:*@passkey\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh b5\",\n\t\"id\": \"ssh-b5\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"user:*@example.com\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-b5.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.116.82.33", - "ipv6": "fd7a:115c:a1e0::6f37:5221", + "ipv4": "100.82.1.101", + "ipv6": "fd7a:115c:a1e0::6a37:165", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.66.105.53", - "ipv6": "fd7a:115c:a1e0::4737:6935", + "ipv4": "100.103.44.120", + "ipv6": "fd7a:115c:a1e0::3c37:2c78", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.115.248.69", - "ipv6": "fd7a:115c:a1e0::4737:f845", + "ipv4": "100.105.136.56", + "ipv6": "fd7a:115c:a1e0::3137:8838", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.64.44.68", - "ipv6": "fd7a:115c:a1e0::5537:2c44", + "ipv4": "100.89.163.125", + "ipv6": "fd7a:115c:a1e0::7537:a37e", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.115.221.80", - "ipv6": "fd7a:115c:a1e0::9d37:dd50", + "ipv4": "100.93.255.82", + "ipv6": "fd7a:115c:a1e0::3437:ff52", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.68.73.4", - "ipv6": "fd7a:115c:a1e0::bf37:4905", + "ipv4": "100.74.244.110", + "ipv6": "fd7a:115c:a1e0::e437:f46e", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.104.209.103", - "ipv6": "fd7a:115c:a1e0::f737:d167", + "ipv4": "100.66.32.119", + "ipv6": "fd7a:115c:a1e0::2837:2077", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.67.136.102", - "ipv6": "fd7a:115c:a1e0::6b37:8867", + "ipv4": "100.81.217.38", + "ipv6": "fd7a:115c:a1e0::a937:d927", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.119.10.70", - "ipv6": "fd7a:115c:a1e0::1637:a46", + "ipv4": "100.125.45.110", + "ipv6": "fd7a:115c:a1e0::5f37:2d6e", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.97.41.77", - "ipv6": "fd7a:115c:a1e0::8137:294d", + "ipv4": "100.65.53.93", + "ipv6": "fd7a:115c:a1e0::ef37:355d", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.93.229.111", - "ipv6": "fd7a:115c:a1e0::cf37:e56f", + "ipv4": "100.107.145.43", + "ipv6": "fd7a:115c:a1e0::9c37:912b", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.122.49.35", - "ipv6": "fd7a:115c:a1e0::5c37:3123", + "ipv4": "100.97.204.42", + "ipv6": "fd7a:115c:a1e0::de37:cc2a", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.96.198.12", - "ipv6": "fd7a:115c:a1e0::ce37:c60c", + "ipv4": "100.100.144.97", + "ipv6": "fd7a:115c:a1e0::f137:9061", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.83.154.99", - "ipv6": "fd7a:115c:a1e0::c237:9a63", + "ipv4": "100.104.45.82", + "ipv6": "fd7a:115c:a1e0::a237:2d52", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.84.250.43", - "ipv6": "fd7a:115c:a1e0::dd37:fa2b", + "ipv4": "100.73.166.120", + "ipv6": "fd7a:115c:a1e0::8c37:a679", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3126124581726277, - "StableID": "npLqNXzpQR11CNTRL", + "ID": 5143172153343762, + "StableID": "no75ErQMAh11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 3126124581726277, - "Key": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "DiscoKey": "discokey:9a4bfb130e903d1e54445f5ebadfd5448584e575869e503c875bae28e0088665", - "Addresses": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "AllowedIPs": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "Endpoints": ["77.164.248.136:47844", "10.65.0.27:47844", "172.17.0.1:47844"], + "User": 5143172153343762, + "Key": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "DiscoKey": "discokey:6edb98a929950c78ae71237a569d965f88572ababdbe35bb1117471ea5b30d66", + "Addresses": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "AllowedIPs": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "Endpoints": ["77.164.248.136:33966", "10.65.0.27:33966", "172.17.0.1:33966"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 46614}, - {"Proto": "peerapi6", "Port": 46614}, + {"Proto": "peerapi4", "Port": 34650}, + {"Proto": "peerapi6", "Port": 34650}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:58.325197247Z", + "Created": "2026-04-09T08:33:04.22153201Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,297 +221,297 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "MachineKey": "mkey:bdebd06df7b233e9b4eea45ee2ffcde6a7788354cc0aa8f259453cca94289f30", + "NodeKey": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "MachineKey": "mkey:2e8d61bd2a4813742184d5c417690a0ec7408c879119d95f02f90a2fe62c8273", "Peers": [{ - "ID": 2349995268762977, - "StableID": "nEZkifPKMK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "DiscoKey": "discokey:a88641a4707bdec172c7e304e09cc210c35b7b67d266548737944f40c80f3a12", - "Addresses": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "AllowedIPs": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "Endpoints": ["77.164.248.136:41576", "10.65.0.27:41576", "172.17.0.1:41576"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47861}, - {"Proto": "peerapi6", "Port": 47861} - ]}, - "Created": "2026-04-09T01:26:53.45045901Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2621878610415279, - "StableID": "neQrbhJTUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "KeyExpiry": "2026-10-06T01:26:58Z", - "DiscoKey": "discokey:1dc12f794aa59b550f6180d9713162efefd6bd14974d5619e8569672c16dc474", - "Addresses": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "AllowedIPs": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "Endpoints": ["77.164.248.136:40394", "10.65.0.27:40394", "172.17.0.1:40394"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52315}, - {"Proto": "peerapi6", "Port": 52315} - ]}, - "Created": "2026-04-09T01:26:58.856786176Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3234605724834545, - "StableID": "nGAyWEcxFS11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "DiscoKey": "discokey:fb46c813e3e44ea2f83a944ca97a38ed7ab3a7c9b324fa243263d8fdbf9f6b22", - "Addresses": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "AllowedIPs": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "Endpoints": ["77.164.248.136:44850", "10.65.0.27:44850", "172.17.0.1:44850"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44753}, - {"Proto": "peerapi6", "Port": 44753} - ]}, - "Created": "2026-04-09T01:26:56.702329122Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 3597444864004439, - "StableID": "nQb8m2nH6V11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:7465ab6e82290e0759352b2e3ccf94404088011ee8f6e0d52c1232dd0743264c", - "Addresses": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "AllowedIPs": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "Endpoints": ["77.164.248.136:47264", "10.65.0.27:47264", "172.17.0.1:47264"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39817}, - {"Proto": "peerapi6", "Port": 39817} - ]}, - "Created": "2026-04-09T01:26:59.400486961Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3947712751274913, - "StableID": "nkALXkivpX11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "DiscoKey": "discokey:9c3422a6fcc8d1ef72af0644c002fd570fd926809427d42e8643d65bc677ef51", - "Addresses": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "AllowedIPs": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "Endpoints": ["77.164.248.136:47864", "10.65.0.27:47864", "172.17.0.1:47864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40849}, - {"Proto": "peerapi6", "Port": 40849} - ]}, - "Created": "2026-04-09T01:26:53.997762484Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4165072389143235, - "StableID": "ngMgQZPNXZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "DiscoKey": "discokey:8a1f1d4600201a366de3665db99ce95bd5edfd0670cc7f3ccc1d03a92ecb8608", - "Addresses": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "AllowedIPs": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "Endpoints": ["77.164.248.136:57008", "10.65.0.27:57008", "172.17.0.1:57008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 48293}, - {"Proto": "peerapi6", "Port": 48293} - ]}, - "Created": "2026-04-09T01:26:52.899514036Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4169134606097235, - "StableID": "nWGPcb6DZZ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "DiscoKey": "discokey:c00c456751c7dce20d3620475493cff49ec1a2007f02a8ea7ce4ea239b6feb4d", - "Addresses": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "AllowedIPs": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "Endpoints": ["77.164.248.136:45208", "10.65.0.27:45208", "172.17.0.1:45208"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58813}, - {"Proto": "peerapi6", "Port": 58813} - ]}, - "Created": "2026-04-09T01:26:56.159096065Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5089877179177706, - "StableID": "noZnrfSDkg11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "DiscoKey": "discokey:507ce017f43465145883c7c672610da2eb43f0fa5da5d825bfcaee472057c71f", - "Addresses": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "AllowedIPs": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "Endpoints": ["77.164.248.136:52720", "10.65.0.27:52720", "172.17.0.1:52720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 44809}, - {"Proto": "peerapi6", "Port": 44809} - ]}, - "Created": "2026-04-09T01:26:57.256456795Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5195104867786502, - "StableID": "nuLCNYbsZh11CNTRL", + "ID": 660509904312180, + "StableID": "nsWBSZU9A611CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "DiscoKey": "discokey:37f5af93a78f677741af07eac708141ecfd45d744f74183d6c2af4ae35f01e5b", - "Addresses": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "AllowedIPs": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "Endpoints": ["77.164.248.136:57563", "10.65.0.27:57563", "172.17.0.1:57563"], + "Key": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "DiscoKey": "discokey:c49feec3ec8066e3de2b58b01f55285ed46ac3ae15038ebf391c1c594dfcc803", + "Addresses": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "AllowedIPs": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "Endpoints": ["77.164.248.136:53608", "10.65.0.27:53608", "172.17.0.1:53608"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56003}, - {"Proto": "peerapi6", "Port": 56003} + {"Proto": "peerapi4", "Port": 53530}, + {"Proto": "peerapi6", "Port": 53530} ]}, - "Created": "2026-04-09T01:26:54.532072992Z", + "Created": "2026-04-09T08:33:00.220283331Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6858891295426994, - "StableID": "nDCDcjSQZv11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "DiscoKey": "discokey:bba1622a75b383d1cb469f9194d185d7abf6e83bda8a61e6598cbe0697a4a57d", - "Addresses": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "AllowedIPs": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "Endpoints": ["77.164.248.136:43809", "10.65.0.27:43809", "172.17.0.1:43809"], + "ID": 661435654298338, + "StableID": "nmkqnznZA611CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "KeyExpiry": "2026-10-06T08:33:04Z", + "DiscoKey": "discokey:be26a8130a79413aa826686aa2dfde54e765c7e3957a96af789e1cd9bd71c706", + "Addresses": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "AllowedIPs": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "Endpoints": ["77.164.248.136:56957", "10.65.0.27:56957", "172.17.0.1:56957"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44008}, - {"Proto": "peerapi6", "Port": 44008} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 47586}, + {"Proto": "peerapi6", "Port": 47586} ]}, - "Created": "2026-04-09T01:26:52.375931168Z", + "Created": "2026-04-09T08:33:04.755527414Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7326853064230132, - "StableID": "n1B5fL1MDz11CNTRL", - "Name": "spearow.tail78f774.ts.net.", + "ID": 1264405810975686, + "StableID": "ny8BmCoesA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "DiscoKey": "discokey:4105410a6a56d724bb921dd6ae5f59229c82787204e81d9e52d66825a913e771", - "Addresses": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "AllowedIPs": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "Endpoints": ["77.164.248.136:49162", "10.65.0.27:49162", "172.17.0.1:49162"], + "Key": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "DiscoKey": "discokey:a64c912babe59afdf7e147c92849707f001ca4a1d611b00b388b673e77491328", + "Addresses": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "AllowedIPs": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "Endpoints": ["77.164.248.136:33860", "10.65.0.27:33860", "172.17.0.1:33860"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49748}, - {"Proto": "peerapi6", "Port": 49748} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49096}, + {"Proto": "peerapi6", "Port": 49096} ]}, - "Created": "2026-04-09T01:26:55.610555597Z", + "Created": "2026-04-09T08:32:59.67575115Z", "Cap": 131, - "Tags": ["tag:spearow"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7341294522675456, - "StableID": "nR7StnMtKz11CNTRL", + "ID": 2886972162408072, + "StableID": "n1DB25sWYP11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "DiscoKey": "discokey:aadf66d807d41dafe8b41dea18c53a95e0e1d5bd1b73c13fc187a11274bb8b36", + "Addresses": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "AllowedIPs": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "Endpoints": ["77.164.248.136:40581", "10.65.0.27:40581", "172.17.0.1:40581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 44678}, + {"Proto": "peerapi6", "Port": 44678} + ]}, + "Created": "2026-04-09T08:32:59.13594648Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 3418009451856174, + "StableID": "n7oYq7K2hT11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "DiscoKey": "discokey:c6cb7427825cd2808d52ba97665601aff5c022c40a419ef1974c73e26e11157f", + "Addresses": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "AllowedIPs": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "Endpoints": ["77.164.248.136:45147", "10.65.0.27:45147", "172.17.0.1:45147"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36156}, + {"Proto": "peerapi6", "Port": 36156} + ]}, + "Created": "2026-04-09T08:33:03.140961679Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5415690361604917, + "StableID": "nvMV691nHj11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:9d61fdde8da84e5bf1507ebab7b4cf9396f2c0ffba09b4c214607e9128afdd45", + "Addresses": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "AllowedIPs": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "Endpoints": ["77.164.248.136:58954", "10.65.0.27:58954", "172.17.0.1:58954"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 43453}, + {"Proto": "peerapi6", "Port": 43453} + ]}, + "Created": "2026-04-09T08:33:05.281058662Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5947337368600642, + "StableID": "nmcfZ8UZSo11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "DiscoKey": "discokey:4fb8a4a598a6ea2c05ac3cc4c5fbe414eff70ca28ae3b8b9576fffa2231a9b10", + "Addresses": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "AllowedIPs": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "Endpoints": ["77.164.248.136:34510", "10.65.0.27:34510", "172.17.0.1:34510"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 57658}, + {"Proto": "peerapi6", "Port": 57658} + ]}, + "Created": "2026-04-09T08:33:02.61529712Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6566778003470726, + "StableID": "nhrvH887Ht11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "DiscoKey": "discokey:42a8f71250b591a54d17d8b76a0582ce4034e93893b2856f986b5c7d0812e73a", + "Addresses": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "AllowedIPs": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "Endpoints": ["77.164.248.136:40333", "10.65.0.27:40333", "172.17.0.1:40333"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 43355}, + {"Proto": "peerapi6", "Port": 43355} + ]}, + "Created": "2026-04-09T08:33:02.089733201Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7319843711186168, + "StableID": "nuPZ8AtAAz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:d1fe24ee74534a25b4eab1034746673f3eb5cbc2c4a20c43795ffd6cc49a7676", + "Addresses": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "AllowedIPs": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "Endpoints": ["77.164.248.136:56541", "10.65.0.27:56541", "172.17.0.1:56541"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 33632}, + {"Proto": "peerapi6", "Port": 33632} + ]}, + "Created": "2026-04-09T08:33:05.814698902Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7501368524224087, + "StableID": "n64rFQEPa121CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "DiscoKey": "discokey:c1a5ace54262de4a40d0bcab926ff3386c2efac3248832aeadc9861b08675d33", - "Addresses": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "AllowedIPs": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "Endpoints": ["77.164.248.136:41742", "10.65.0.27:41742", "172.17.0.1:41742"], - "HomeDERP": 14, + "Key": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "DiscoKey": "discokey:491566c711d71a02653069c7b994ea6c6efb4b08c9338b2f6f21de6139127a4c", + "Addresses": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "AllowedIPs": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "Endpoints": ["77.164.248.136:57707", "10.65.0.27:57707", "172.17.0.1:57707"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49967}, - {"Proto": "peerapi6", "Port": 49967} + {"Proto": "peerapi4", "Port": 49281}, + {"Proto": "peerapi6", "Port": 49281} ]}, - "Created": "2026-04-09T01:26:57.782076775Z", + "Created": "2026-04-09T08:33:03.697177329Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8020915467583079, - "StableID": "niz4YCrgd521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:a1517a54b84e812596239ba8240e099e06bd41add36d2b377d8ffb45d0b9e310", - "Addresses": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "AllowedIPs": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "Endpoints": ["77.164.248.136:52629", "10.65.0.27:52629", "172.17.0.1:52629"], + "ID": 7584378632230728, + "StableID": "nHhFFRmyD221CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "DiscoKey": "discokey:48bf0388bb51ed6c49ed6dee27f34630ef940fb8024db80feed2adb1cea7e213", + "Addresses": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "AllowedIPs": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "Endpoints": ["77.164.248.136:54668", "10.65.0.27:54668", "172.17.0.1:54668"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53681}, - {"Proto": "peerapi6", "Port": 53681} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 46241}, + {"Proto": "peerapi6", "Port": 46241} ]}, - "Created": "2026-04-09T01:26:59.956576142Z", + "Created": "2026-04-09T08:32:58.063588003Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 8061976126667840, - "StableID": "nq1fNeSHx521CNTRL", + "ID": 7862901657787348, + "StableID": "nqBuFR68Q421CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "DiscoKey": "discokey:b65b2bc830c18dd34f7b2e3a28b59d5e0a8c551798ddb5c6aeca4af9f8551431", + "Addresses": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "AllowedIPs": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "Endpoints": ["77.164.248.136:47764", "10.65.0.27:47764", "172.17.0.1:47764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 58942}, + {"Proto": "peerapi6", "Port": 58942} + ]}, + "Created": "2026-04-09T08:32:58.597300265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8142466582003159, + "StableID": "nSrWHpnja621CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "DiscoKey": "discokey:518465adbb48debb822bd836d208b1f4784a1cb61cb4e838abab298a4d68906e", + "Addresses": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "AllowedIPs": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "Endpoints": ["77.164.248.136:34946", "10.65.0.27:34946", "172.17.0.1:34946"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43409}, + {"Proto": "peerapi6", "Port": 43409} + ]}, + "Created": "2026-04-09T08:33:01.531388236Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8273587655366838, + "StableID": "nBH2Yr78c721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "DiscoKey": "discokey:efe05f4c05a8f987b38b7946d60883cea28471180cf76b04fdcbe46790c6e068", - "Addresses": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "AllowedIPs": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "Endpoints": ["77.164.248.136:48689", "10.65.0.27:48689", "172.17.0.1:48689"], + "Key": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "DiscoKey": "discokey:d3093d7ce059a100ccfa1df7fdc0b0187a86c8ed945d81998ad351a1172b6912", + "Addresses": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "AllowedIPs": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "Endpoints": ["77.164.248.136:53701", "10.65.0.27:53701", "172.17.0.1:53701"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 38001}, - {"Proto": "peerapi6", "Port": 38001} + {"Proto": "peerapi4", "Port": 38423}, + {"Proto": "peerapi6", "Port": 38423} ]}, - "Created": "2026-04-09T01:26:55.086001402Z", + "Created": "2026-04-09T08:33:00.985991037Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, @@ -544,10 +544,10 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{"principals": [ - {"nodeIP": "100.115.248.69"}, - {"nodeIP": "100.83.154.99"}, - {"nodeIP": "fd7a:115c:a1e0::4737:f845"}, - {"nodeIP": "fd7a:115c:a1e0::c237:9a63"} + {"nodeIP": "100.104.45.82"}, + {"nodeIP": "100.105.136.56"}, + {"nodeIP": "fd7a:115c:a1e0::3137:8838"}, + {"nodeIP": "fd7a:115c:a1e0::a237:2d52"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1374,33 +1374,35 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3126124581726277": { - "ID": 3126124581726277, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5143172153343762": { + "ID": 5143172153343762, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{"principals": [ - {"nodeIP": "100.115.248.69"}, - {"nodeIP": "100.83.154.99"}, - {"nodeIP": "fd7a:115c:a1e0::4737:f845"}, - {"nodeIP": "fd7a:115c:a1e0::c237:9a63"} + {"nodeIP": "100.104.45.82"}, + {"nodeIP": "100.105.136.56"}, + {"nodeIP": "fd7a:115c:a1e0::3137:8838"}, + {"nodeIP": "fd7a:115c:a1e0::a237:2d52"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1435,26 +1437,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8061976126667840, - "StableID": "nq1fNeSHx521CNTRL", + "ID": 8273587655366838, + "StableID": "nBH2Yr78c721CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 8061976126667840, - "Key": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "DiscoKey": "discokey:efe05f4c05a8f987b38b7946d60883cea28471180cf76b04fdcbe46790c6e068", - "Addresses": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "AllowedIPs": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "Endpoints": ["77.164.248.136:48689", "10.65.0.27:48689", "172.17.0.1:48689"], + "User": 8273587655366838, + "Key": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "DiscoKey": "discokey:d3093d7ce059a100ccfa1df7fdc0b0187a86c8ed945d81998ad351a1172b6912", + "Addresses": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "AllowedIPs": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "Endpoints": ["77.164.248.136:53701", "10.65.0.27:53701", "172.17.0.1:53701"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 38001}, - {"Proto": "peerapi6", "Port": 38001}, + {"Proto": "peerapi4", "Port": 38423}, + {"Proto": "peerapi6", "Port": 38423}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:55.086001402Z", + "Created": "2026-04-09T08:33:00.985991037Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1482,302 +1484,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "MachineKey": "mkey:b0af3d3294dc4a8b1b2046bfb182abe8097c31839f2d69fc26ea6e5087b86d43", + "NodeKey": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "MachineKey": "mkey:a9be7940119c2e8a1dd6e4ffb84b74541d8adb2ff65c1735470d84a885f36b4e", "Peers": [{ - "ID": 2349995268762977, - "StableID": "nEZkifPKMK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "DiscoKey": "discokey:a88641a4707bdec172c7e304e09cc210c35b7b67d266548737944f40c80f3a12", - "Addresses": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "AllowedIPs": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "Endpoints": ["77.164.248.136:41576", "10.65.0.27:41576", "172.17.0.1:41576"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47861}, - {"Proto": "peerapi6", "Port": 47861} - ]}, - "Created": "2026-04-09T01:26:53.45045901Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2621878610415279, - "StableID": "neQrbhJTUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "KeyExpiry": "2026-10-06T01:26:58Z", - "DiscoKey": "discokey:1dc12f794aa59b550f6180d9713162efefd6bd14974d5619e8569672c16dc474", - "Addresses": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "AllowedIPs": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "Endpoints": ["77.164.248.136:40394", "10.65.0.27:40394", "172.17.0.1:40394"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52315}, - {"Proto": "peerapi6", "Port": 52315} - ]}, - "Created": "2026-04-09T01:26:58.856786176Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3126124581726277, - "StableID": "npLqNXzpQR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "DiscoKey": "discokey:9a4bfb130e903d1e54445f5ebadfd5448584e575869e503c875bae28e0088665", - "Addresses": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "AllowedIPs": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "Endpoints": ["77.164.248.136:47844", "10.65.0.27:47844", "172.17.0.1:47844"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 46614}, - {"Proto": "peerapi6", "Port": 46614} - ]}, - "Created": "2026-04-09T01:26:58.325197247Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3234605724834545, - "StableID": "nGAyWEcxFS11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "DiscoKey": "discokey:fb46c813e3e44ea2f83a944ca97a38ed7ab3a7c9b324fa243263d8fdbf9f6b22", - "Addresses": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "AllowedIPs": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "Endpoints": ["77.164.248.136:44850", "10.65.0.27:44850", "172.17.0.1:44850"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44753}, - {"Proto": "peerapi6", "Port": 44753} - ]}, - "Created": "2026-04-09T01:26:56.702329122Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 3597444864004439, - "StableID": "nQb8m2nH6V11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:7465ab6e82290e0759352b2e3ccf94404088011ee8f6e0d52c1232dd0743264c", - "Addresses": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "AllowedIPs": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "Endpoints": ["77.164.248.136:47264", "10.65.0.27:47264", "172.17.0.1:47264"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39817}, - {"Proto": "peerapi6", "Port": 39817} - ]}, - "Created": "2026-04-09T01:26:59.400486961Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3947712751274913, - "StableID": "nkALXkivpX11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "DiscoKey": "discokey:9c3422a6fcc8d1ef72af0644c002fd570fd926809427d42e8643d65bc677ef51", - "Addresses": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "AllowedIPs": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "Endpoints": ["77.164.248.136:47864", "10.65.0.27:47864", "172.17.0.1:47864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40849}, - {"Proto": "peerapi6", "Port": 40849} - ]}, - "Created": "2026-04-09T01:26:53.997762484Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4165072389143235, - "StableID": "ngMgQZPNXZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "DiscoKey": "discokey:8a1f1d4600201a366de3665db99ce95bd5edfd0670cc7f3ccc1d03a92ecb8608", - "Addresses": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "AllowedIPs": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "Endpoints": ["77.164.248.136:57008", "10.65.0.27:57008", "172.17.0.1:57008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 48293}, - {"Proto": "peerapi6", "Port": 48293} - ]}, - "Created": "2026-04-09T01:26:52.899514036Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4169134606097235, - "StableID": "nWGPcb6DZZ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "DiscoKey": "discokey:c00c456751c7dce20d3620475493cff49ec1a2007f02a8ea7ce4ea239b6feb4d", - "Addresses": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "AllowedIPs": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "Endpoints": ["77.164.248.136:45208", "10.65.0.27:45208", "172.17.0.1:45208"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58813}, - {"Proto": "peerapi6", "Port": 58813} - ]}, - "Created": "2026-04-09T01:26:56.159096065Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5089877179177706, - "StableID": "noZnrfSDkg11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "DiscoKey": "discokey:507ce017f43465145883c7c672610da2eb43f0fa5da5d825bfcaee472057c71f", - "Addresses": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "AllowedIPs": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "Endpoints": ["77.164.248.136:52720", "10.65.0.27:52720", "172.17.0.1:52720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 44809}, - {"Proto": "peerapi6", "Port": 44809} - ]}, - "Created": "2026-04-09T01:26:57.256456795Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5195104867786502, - "StableID": "nuLCNYbsZh11CNTRL", + "ID": 660509904312180, + "StableID": "nsWBSZU9A611CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "DiscoKey": "discokey:37f5af93a78f677741af07eac708141ecfd45d744f74183d6c2af4ae35f01e5b", - "Addresses": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "AllowedIPs": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "Endpoints": ["77.164.248.136:57563", "10.65.0.27:57563", "172.17.0.1:57563"], + "Key": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "DiscoKey": "discokey:c49feec3ec8066e3de2b58b01f55285ed46ac3ae15038ebf391c1c594dfcc803", + "Addresses": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "AllowedIPs": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "Endpoints": ["77.164.248.136:53608", "10.65.0.27:53608", "172.17.0.1:53608"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56003}, - {"Proto": "peerapi6", "Port": 56003} + {"Proto": "peerapi4", "Port": 53530}, + {"Proto": "peerapi6", "Port": 53530} ]}, - "Created": "2026-04-09T01:26:54.532072992Z", + "Created": "2026-04-09T08:33:00.220283331Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6858891295426994, - "StableID": "nDCDcjSQZv11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "DiscoKey": "discokey:bba1622a75b383d1cb469f9194d185d7abf6e83bda8a61e6598cbe0697a4a57d", - "Addresses": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "AllowedIPs": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "Endpoints": ["77.164.248.136:43809", "10.65.0.27:43809", "172.17.0.1:43809"], + "ID": 661435654298338, + "StableID": "nmkqnznZA611CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "KeyExpiry": "2026-10-06T08:33:04Z", + "DiscoKey": "discokey:be26a8130a79413aa826686aa2dfde54e765c7e3957a96af789e1cd9bd71c706", + "Addresses": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "AllowedIPs": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "Endpoints": ["77.164.248.136:56957", "10.65.0.27:56957", "172.17.0.1:56957"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44008}, - {"Proto": "peerapi6", "Port": 44008} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 47586}, + {"Proto": "peerapi6", "Port": 47586} ]}, - "Created": "2026-04-09T01:26:52.375931168Z", + "Created": "2026-04-09T08:33:04.755527414Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7326853064230132, - "StableID": "n1B5fL1MDz11CNTRL", - "Name": "spearow.tail78f774.ts.net.", + "ID": 1264405810975686, + "StableID": "ny8BmCoesA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "DiscoKey": "discokey:4105410a6a56d724bb921dd6ae5f59229c82787204e81d9e52d66825a913e771", - "Addresses": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "AllowedIPs": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "Endpoints": ["77.164.248.136:49162", "10.65.0.27:49162", "172.17.0.1:49162"], + "Key": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "DiscoKey": "discokey:a64c912babe59afdf7e147c92849707f001ca4a1d611b00b388b673e77491328", + "Addresses": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "AllowedIPs": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "Endpoints": ["77.164.248.136:33860", "10.65.0.27:33860", "172.17.0.1:33860"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49748}, - {"Proto": "peerapi6", "Port": 49748} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49096}, + {"Proto": "peerapi6", "Port": 49096} ]}, - "Created": "2026-04-09T01:26:55.610555597Z", + "Created": "2026-04-09T08:32:59.67575115Z", "Cap": 131, - "Tags": ["tag:spearow"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7341294522675456, - "StableID": "nR7StnMtKz11CNTRL", + "ID": 2886972162408072, + "StableID": "n1DB25sWYP11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "DiscoKey": "discokey:aadf66d807d41dafe8b41dea18c53a95e0e1d5bd1b73c13fc187a11274bb8b36", + "Addresses": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "AllowedIPs": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "Endpoints": ["77.164.248.136:40581", "10.65.0.27:40581", "172.17.0.1:40581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 44678}, + {"Proto": "peerapi6", "Port": 44678} + ]}, + "Created": "2026-04-09T08:32:59.13594648Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 3418009451856174, + "StableID": "n7oYq7K2hT11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "DiscoKey": "discokey:c6cb7427825cd2808d52ba97665601aff5c022c40a419ef1974c73e26e11157f", + "Addresses": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "AllowedIPs": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "Endpoints": ["77.164.248.136:45147", "10.65.0.27:45147", "172.17.0.1:45147"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36156}, + {"Proto": "peerapi6", "Port": 36156} + ]}, + "Created": "2026-04-09T08:33:03.140961679Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5143172153343762, + "StableID": "no75ErQMAh11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "DiscoKey": "discokey:6edb98a929950c78ae71237a569d965f88572ababdbe35bb1117471ea5b30d66", + "Addresses": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "AllowedIPs": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "Endpoints": ["77.164.248.136:33966", "10.65.0.27:33966", "172.17.0.1:33966"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34650}, + {"Proto": "peerapi6", "Port": 34650} + ]}, + "Created": "2026-04-09T08:33:04.22153201Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5415690361604917, + "StableID": "nvMV691nHj11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:9d61fdde8da84e5bf1507ebab7b4cf9396f2c0ffba09b4c214607e9128afdd45", + "Addresses": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "AllowedIPs": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "Endpoints": ["77.164.248.136:58954", "10.65.0.27:58954", "172.17.0.1:58954"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 43453}, + {"Proto": "peerapi6", "Port": 43453} + ]}, + "Created": "2026-04-09T08:33:05.281058662Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5947337368600642, + "StableID": "nmcfZ8UZSo11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "DiscoKey": "discokey:4fb8a4a598a6ea2c05ac3cc4c5fbe414eff70ca28ae3b8b9576fffa2231a9b10", + "Addresses": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "AllowedIPs": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "Endpoints": ["77.164.248.136:34510", "10.65.0.27:34510", "172.17.0.1:34510"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 57658}, + {"Proto": "peerapi6", "Port": 57658} + ]}, + "Created": "2026-04-09T08:33:02.61529712Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6566778003470726, + "StableID": "nhrvH887Ht11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "DiscoKey": "discokey:42a8f71250b591a54d17d8b76a0582ce4034e93893b2856f986b5c7d0812e73a", + "Addresses": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "AllowedIPs": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "Endpoints": ["77.164.248.136:40333", "10.65.0.27:40333", "172.17.0.1:40333"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 43355}, + {"Proto": "peerapi6", "Port": 43355} + ]}, + "Created": "2026-04-09T08:33:02.089733201Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7319843711186168, + "StableID": "nuPZ8AtAAz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:d1fe24ee74534a25b4eab1034746673f3eb5cbc2c4a20c43795ffd6cc49a7676", + "Addresses": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "AllowedIPs": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "Endpoints": ["77.164.248.136:56541", "10.65.0.27:56541", "172.17.0.1:56541"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 33632}, + {"Proto": "peerapi6", "Port": 33632} + ]}, + "Created": "2026-04-09T08:33:05.814698902Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7501368524224087, + "StableID": "n64rFQEPa121CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "DiscoKey": "discokey:c1a5ace54262de4a40d0bcab926ff3386c2efac3248832aeadc9861b08675d33", - "Addresses": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "AllowedIPs": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "Endpoints": ["77.164.248.136:41742", "10.65.0.27:41742", "172.17.0.1:41742"], - "HomeDERP": 14, + "Key": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "DiscoKey": "discokey:491566c711d71a02653069c7b994ea6c6efb4b08c9338b2f6f21de6139127a4c", + "Addresses": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "AllowedIPs": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "Endpoints": ["77.164.248.136:57707", "10.65.0.27:57707", "172.17.0.1:57707"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49967}, - {"Proto": "peerapi6", "Port": 49967} + {"Proto": "peerapi4", "Port": 49281}, + {"Proto": "peerapi6", "Port": 49281} ]}, - "Created": "2026-04-09T01:26:57.782076775Z", + "Created": "2026-04-09T08:33:03.697177329Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8020915467583079, - "StableID": "niz4YCrgd521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:a1517a54b84e812596239ba8240e099e06bd41add36d2b377d8ffb45d0b9e310", - "Addresses": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "AllowedIPs": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "Endpoints": ["77.164.248.136:52629", "10.65.0.27:52629", "172.17.0.1:52629"], + "ID": 7584378632230728, + "StableID": "nHhFFRmyD221CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "DiscoKey": "discokey:48bf0388bb51ed6c49ed6dee27f34630ef940fb8024db80feed2adb1cea7e213", + "Addresses": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "AllowedIPs": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "Endpoints": ["77.164.248.136:54668", "10.65.0.27:54668", "172.17.0.1:54668"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53681}, - {"Proto": "peerapi6", "Port": 53681} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 46241}, + {"Proto": "peerapi6", "Port": 46241} ]}, - "Created": "2026-04-09T01:26:59.956576142Z", + "Created": "2026-04-09T08:32:58.063588003Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7862901657787348, + "StableID": "nqBuFR68Q421CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "DiscoKey": "discokey:b65b2bc830c18dd34f7b2e3a28b59d5e0a8c551798ddb5c6aeca4af9f8551431", + "Addresses": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "AllowedIPs": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "Endpoints": ["77.164.248.136:47764", "10.65.0.27:47764", "172.17.0.1:47764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 58942}, + {"Proto": "peerapi6", "Port": 58942} + ]}, + "Created": "2026-04-09T08:32:58.597300265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8142466582003159, + "StableID": "nSrWHpnja621CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "DiscoKey": "discokey:518465adbb48debb822bd836d208b1f4784a1cb61cb4e838abab298a4d68906e", + "Addresses": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "AllowedIPs": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "Endpoints": ["77.164.248.136:34946", "10.65.0.27:34946", "172.17.0.1:34946"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43409}, + {"Proto": "peerapi6", "Port": 43409} + ]}, + "Created": "2026-04-09T08:33:01.531388236Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2625,27 +2627,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8061976126667840": { - "ID": 8061976126667840, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8273587655366838": { + "ID": 8273587655366838, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2676,22 +2680,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8020915467583079, - "StableID": "niz4YCrgd521CNTRL", + "ID": 7319843711186168, + "StableID": "nuPZ8AtAAz11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:a1517a54b84e812596239ba8240e099e06bd41add36d2b377d8ffb45d0b9e310", - "Addresses": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "AllowedIPs": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "Endpoints": ["77.164.248.136:52629", "10.65.0.27:52629", "172.17.0.1:52629"], + "Key": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:d1fe24ee74534a25b4eab1034746673f3eb5cbc2c4a20c43795ffd6cc49a7676", + "Addresses": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "AllowedIPs": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "Endpoints": ["77.164.248.136:56541", "10.65.0.27:56541", "172.17.0.1:56541"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53681}, - {"Proto": "peerapi6", "Port": 53681}, + {"Proto": "peerapi4", "Port": 33632}, + {"Proto": "peerapi6", "Port": 33632}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:59.956576142Z", + "Created": "2026-04-09T08:33:05.814698902Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2720,297 +2724,297 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "MachineKey": "mkey:5a3cdd06c5ad26e36f663b1b3737854858bb6b1738b0c041d160028f2740f379", + "NodeKey": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "MachineKey": "mkey:93a1bfde384899f402874bf21a0a27c46a623a1872599e9e68b6fbfcc32ec76e", "Peers": [{ - "ID": 2349995268762977, - "StableID": "nEZkifPKMK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "DiscoKey": "discokey:a88641a4707bdec172c7e304e09cc210c35b7b67d266548737944f40c80f3a12", - "Addresses": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "AllowedIPs": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "Endpoints": ["77.164.248.136:41576", "10.65.0.27:41576", "172.17.0.1:41576"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47861}, - {"Proto": "peerapi6", "Port": 47861} - ]}, - "Created": "2026-04-09T01:26:53.45045901Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2621878610415279, - "StableID": "neQrbhJTUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "KeyExpiry": "2026-10-06T01:26:58Z", - "DiscoKey": "discokey:1dc12f794aa59b550f6180d9713162efefd6bd14974d5619e8569672c16dc474", - "Addresses": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "AllowedIPs": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "Endpoints": ["77.164.248.136:40394", "10.65.0.27:40394", "172.17.0.1:40394"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52315}, - {"Proto": "peerapi6", "Port": 52315} - ]}, - "Created": "2026-04-09T01:26:58.856786176Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3126124581726277, - "StableID": "npLqNXzpQR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "DiscoKey": "discokey:9a4bfb130e903d1e54445f5ebadfd5448584e575869e503c875bae28e0088665", - "Addresses": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "AllowedIPs": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "Endpoints": ["77.164.248.136:47844", "10.65.0.27:47844", "172.17.0.1:47844"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 46614}, - {"Proto": "peerapi6", "Port": 46614} - ]}, - "Created": "2026-04-09T01:26:58.325197247Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3234605724834545, - "StableID": "nGAyWEcxFS11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "DiscoKey": "discokey:fb46c813e3e44ea2f83a944ca97a38ed7ab3a7c9b324fa243263d8fdbf9f6b22", - "Addresses": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "AllowedIPs": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "Endpoints": ["77.164.248.136:44850", "10.65.0.27:44850", "172.17.0.1:44850"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44753}, - {"Proto": "peerapi6", "Port": 44753} - ]}, - "Created": "2026-04-09T01:26:56.702329122Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 3597444864004439, - "StableID": "nQb8m2nH6V11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:7465ab6e82290e0759352b2e3ccf94404088011ee8f6e0d52c1232dd0743264c", - "Addresses": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "AllowedIPs": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "Endpoints": ["77.164.248.136:47264", "10.65.0.27:47264", "172.17.0.1:47264"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39817}, - {"Proto": "peerapi6", "Port": 39817} - ]}, - "Created": "2026-04-09T01:26:59.400486961Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3947712751274913, - "StableID": "nkALXkivpX11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "DiscoKey": "discokey:9c3422a6fcc8d1ef72af0644c002fd570fd926809427d42e8643d65bc677ef51", - "Addresses": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "AllowedIPs": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "Endpoints": ["77.164.248.136:47864", "10.65.0.27:47864", "172.17.0.1:47864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40849}, - {"Proto": "peerapi6", "Port": 40849} - ]}, - "Created": "2026-04-09T01:26:53.997762484Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4165072389143235, - "StableID": "ngMgQZPNXZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "DiscoKey": "discokey:8a1f1d4600201a366de3665db99ce95bd5edfd0670cc7f3ccc1d03a92ecb8608", - "Addresses": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "AllowedIPs": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "Endpoints": ["77.164.248.136:57008", "10.65.0.27:57008", "172.17.0.1:57008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 48293}, - {"Proto": "peerapi6", "Port": 48293} - ]}, - "Created": "2026-04-09T01:26:52.899514036Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4169134606097235, - "StableID": "nWGPcb6DZZ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "DiscoKey": "discokey:c00c456751c7dce20d3620475493cff49ec1a2007f02a8ea7ce4ea239b6feb4d", - "Addresses": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "AllowedIPs": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "Endpoints": ["77.164.248.136:45208", "10.65.0.27:45208", "172.17.0.1:45208"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58813}, - {"Proto": "peerapi6", "Port": 58813} - ]}, - "Created": "2026-04-09T01:26:56.159096065Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5089877179177706, - "StableID": "noZnrfSDkg11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "DiscoKey": "discokey:507ce017f43465145883c7c672610da2eb43f0fa5da5d825bfcaee472057c71f", - "Addresses": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "AllowedIPs": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "Endpoints": ["77.164.248.136:52720", "10.65.0.27:52720", "172.17.0.1:52720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 44809}, - {"Proto": "peerapi6", "Port": 44809} - ]}, - "Created": "2026-04-09T01:26:57.256456795Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5195104867786502, - "StableID": "nuLCNYbsZh11CNTRL", + "ID": 660509904312180, + "StableID": "nsWBSZU9A611CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "DiscoKey": "discokey:37f5af93a78f677741af07eac708141ecfd45d744f74183d6c2af4ae35f01e5b", - "Addresses": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "AllowedIPs": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "Endpoints": ["77.164.248.136:57563", "10.65.0.27:57563", "172.17.0.1:57563"], + "Key": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "DiscoKey": "discokey:c49feec3ec8066e3de2b58b01f55285ed46ac3ae15038ebf391c1c594dfcc803", + "Addresses": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "AllowedIPs": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "Endpoints": ["77.164.248.136:53608", "10.65.0.27:53608", "172.17.0.1:53608"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56003}, - {"Proto": "peerapi6", "Port": 56003} + {"Proto": "peerapi4", "Port": 53530}, + {"Proto": "peerapi6", "Port": 53530} ]}, - "Created": "2026-04-09T01:26:54.532072992Z", + "Created": "2026-04-09T08:33:00.220283331Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6858891295426994, - "StableID": "nDCDcjSQZv11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "DiscoKey": "discokey:bba1622a75b383d1cb469f9194d185d7abf6e83bda8a61e6598cbe0697a4a57d", - "Addresses": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "AllowedIPs": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "Endpoints": ["77.164.248.136:43809", "10.65.0.27:43809", "172.17.0.1:43809"], + "ID": 661435654298338, + "StableID": "nmkqnznZA611CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "KeyExpiry": "2026-10-06T08:33:04Z", + "DiscoKey": "discokey:be26a8130a79413aa826686aa2dfde54e765c7e3957a96af789e1cd9bd71c706", + "Addresses": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "AllowedIPs": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "Endpoints": ["77.164.248.136:56957", "10.65.0.27:56957", "172.17.0.1:56957"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44008}, - {"Proto": "peerapi6", "Port": 44008} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 47586}, + {"Proto": "peerapi6", "Port": 47586} ]}, - "Created": "2026-04-09T01:26:52.375931168Z", + "Created": "2026-04-09T08:33:04.755527414Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7326853064230132, - "StableID": "n1B5fL1MDz11CNTRL", - "Name": "spearow.tail78f774.ts.net.", + "ID": 1264405810975686, + "StableID": "ny8BmCoesA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "DiscoKey": "discokey:4105410a6a56d724bb921dd6ae5f59229c82787204e81d9e52d66825a913e771", - "Addresses": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "AllowedIPs": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "Endpoints": ["77.164.248.136:49162", "10.65.0.27:49162", "172.17.0.1:49162"], + "Key": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "DiscoKey": "discokey:a64c912babe59afdf7e147c92849707f001ca4a1d611b00b388b673e77491328", + "Addresses": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "AllowedIPs": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "Endpoints": ["77.164.248.136:33860", "10.65.0.27:33860", "172.17.0.1:33860"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49748}, - {"Proto": "peerapi6", "Port": 49748} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49096}, + {"Proto": "peerapi6", "Port": 49096} ]}, - "Created": "2026-04-09T01:26:55.610555597Z", + "Created": "2026-04-09T08:32:59.67575115Z", "Cap": 131, - "Tags": ["tag:spearow"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7341294522675456, - "StableID": "nR7StnMtKz11CNTRL", + "ID": 2886972162408072, + "StableID": "n1DB25sWYP11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "DiscoKey": "discokey:aadf66d807d41dafe8b41dea18c53a95e0e1d5bd1b73c13fc187a11274bb8b36", + "Addresses": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "AllowedIPs": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "Endpoints": ["77.164.248.136:40581", "10.65.0.27:40581", "172.17.0.1:40581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 44678}, + {"Proto": "peerapi6", "Port": 44678} + ]}, + "Created": "2026-04-09T08:32:59.13594648Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 3418009451856174, + "StableID": "n7oYq7K2hT11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "DiscoKey": "discokey:c6cb7427825cd2808d52ba97665601aff5c022c40a419ef1974c73e26e11157f", + "Addresses": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "AllowedIPs": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "Endpoints": ["77.164.248.136:45147", "10.65.0.27:45147", "172.17.0.1:45147"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36156}, + {"Proto": "peerapi6", "Port": 36156} + ]}, + "Created": "2026-04-09T08:33:03.140961679Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5143172153343762, + "StableID": "no75ErQMAh11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "DiscoKey": "discokey:6edb98a929950c78ae71237a569d965f88572ababdbe35bb1117471ea5b30d66", + "Addresses": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "AllowedIPs": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "Endpoints": ["77.164.248.136:33966", "10.65.0.27:33966", "172.17.0.1:33966"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34650}, + {"Proto": "peerapi6", "Port": 34650} + ]}, + "Created": "2026-04-09T08:33:04.22153201Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5415690361604917, + "StableID": "nvMV691nHj11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:9d61fdde8da84e5bf1507ebab7b4cf9396f2c0ffba09b4c214607e9128afdd45", + "Addresses": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "AllowedIPs": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "Endpoints": ["77.164.248.136:58954", "10.65.0.27:58954", "172.17.0.1:58954"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 43453}, + {"Proto": "peerapi6", "Port": 43453} + ]}, + "Created": "2026-04-09T08:33:05.281058662Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5947337368600642, + "StableID": "nmcfZ8UZSo11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "DiscoKey": "discokey:4fb8a4a598a6ea2c05ac3cc4c5fbe414eff70ca28ae3b8b9576fffa2231a9b10", + "Addresses": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "AllowedIPs": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "Endpoints": ["77.164.248.136:34510", "10.65.0.27:34510", "172.17.0.1:34510"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 57658}, + {"Proto": "peerapi6", "Port": 57658} + ]}, + "Created": "2026-04-09T08:33:02.61529712Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6566778003470726, + "StableID": "nhrvH887Ht11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "DiscoKey": "discokey:42a8f71250b591a54d17d8b76a0582ce4034e93893b2856f986b5c7d0812e73a", + "Addresses": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "AllowedIPs": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "Endpoints": ["77.164.248.136:40333", "10.65.0.27:40333", "172.17.0.1:40333"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 43355}, + {"Proto": "peerapi6", "Port": 43355} + ]}, + "Created": "2026-04-09T08:33:02.089733201Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7501368524224087, + "StableID": "n64rFQEPa121CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "DiscoKey": "discokey:c1a5ace54262de4a40d0bcab926ff3386c2efac3248832aeadc9861b08675d33", - "Addresses": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "AllowedIPs": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "Endpoints": ["77.164.248.136:41742", "10.65.0.27:41742", "172.17.0.1:41742"], - "HomeDERP": 14, + "Key": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "DiscoKey": "discokey:491566c711d71a02653069c7b994ea6c6efb4b08c9338b2f6f21de6139127a4c", + "Addresses": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "AllowedIPs": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "Endpoints": ["77.164.248.136:57707", "10.65.0.27:57707", "172.17.0.1:57707"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49967}, - {"Proto": "peerapi6", "Port": 49967} + {"Proto": "peerapi4", "Port": 49281}, + {"Proto": "peerapi6", "Port": 49281} ]}, - "Created": "2026-04-09T01:26:57.782076775Z", + "Created": "2026-04-09T08:33:03.697177329Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8061976126667840, - "StableID": "nq1fNeSHx521CNTRL", + "ID": 7584378632230728, + "StableID": "nHhFFRmyD221CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "DiscoKey": "discokey:48bf0388bb51ed6c49ed6dee27f34630ef940fb8024db80feed2adb1cea7e213", + "Addresses": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "AllowedIPs": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "Endpoints": ["77.164.248.136:54668", "10.65.0.27:54668", "172.17.0.1:54668"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 46241}, + {"Proto": "peerapi6", "Port": 46241} + ]}, + "Created": "2026-04-09T08:32:58.063588003Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7862901657787348, + "StableID": "nqBuFR68Q421CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "DiscoKey": "discokey:b65b2bc830c18dd34f7b2e3a28b59d5e0a8c551798ddb5c6aeca4af9f8551431", + "Addresses": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "AllowedIPs": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "Endpoints": ["77.164.248.136:47764", "10.65.0.27:47764", "172.17.0.1:47764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 58942}, + {"Proto": "peerapi6", "Port": 58942} + ]}, + "Created": "2026-04-09T08:32:58.597300265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8142466582003159, + "StableID": "nSrWHpnja621CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "DiscoKey": "discokey:518465adbb48debb822bd836d208b1f4784a1cb61cb4e838abab298a4d68906e", + "Addresses": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "AllowedIPs": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "Endpoints": ["77.164.248.136:34946", "10.65.0.27:34946", "172.17.0.1:34946"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43409}, + {"Proto": "peerapi6", "Port": 43409} + ]}, + "Created": "2026-04-09T08:33:01.531388236Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8273587655366838, + "StableID": "nBH2Yr78c721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "DiscoKey": "discokey:efe05f4c05a8f987b38b7946d60883cea28471180cf76b04fdcbe46790c6e068", - "Addresses": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "AllowedIPs": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "Endpoints": ["77.164.248.136:48689", "10.65.0.27:48689", "172.17.0.1:48689"], + "Key": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "DiscoKey": "discokey:d3093d7ce059a100ccfa1df7fdc0b0187a86c8ed945d81998ad351a1172b6912", + "Addresses": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "AllowedIPs": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "Endpoints": ["77.164.248.136:53701", "10.65.0.27:53701", "172.17.0.1:53701"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 38001}, - {"Proto": "peerapi6", "Port": 38001} + {"Proto": "peerapi4", "Port": 38423}, + {"Proto": "peerapi6", "Port": 38423} ]}, - "Created": "2026-04-09T01:26:55.086001402Z", + "Created": "2026-04-09T08:33:00.985991037Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, @@ -3863,23 +3867,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3910,26 +3915,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2349995268762977, - "StableID": "nEZkifPKMK11CNTRL", + "ID": 2886972162408072, + "StableID": "n1DB25sWYP11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 2349995268762977, - "Key": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "DiscoKey": "discokey:a88641a4707bdec172c7e304e09cc210c35b7b67d266548737944f40c80f3a12", - "Addresses": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "AllowedIPs": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "Endpoints": ["77.164.248.136:41576", "10.65.0.27:41576", "172.17.0.1:41576"], + "User": 2886972162408072, + "Key": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "DiscoKey": "discokey:aadf66d807d41dafe8b41dea18c53a95e0e1d5bd1b73c13fc187a11274bb8b36", + "Addresses": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "AllowedIPs": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "Endpoints": ["77.164.248.136:40581", "10.65.0.27:40581", "172.17.0.1:40581"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 47861}, - {"Proto": "peerapi6", "Port": 47861}, + {"Proto": "peerapi4", "Port": 44678}, + {"Proto": "peerapi6", "Port": 44678}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:53.45045901Z", + "Created": "2026-04-09T08:32:59.13594648Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3957,297 +3962,297 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "MachineKey": "mkey:fdfb705b642d7bbf55c47e7b00ac505e918b881bf80853bf4b9422411e19a835", + "NodeKey": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "MachineKey": "mkey:1163edc97174618160a84afca222509405ff1131fbeac98eae280836814c0a27", "Peers": [{ - "ID": 2621878610415279, - "StableID": "neQrbhJTUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "KeyExpiry": "2026-10-06T01:26:58Z", - "DiscoKey": "discokey:1dc12f794aa59b550f6180d9713162efefd6bd14974d5619e8569672c16dc474", - "Addresses": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "AllowedIPs": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "Endpoints": ["77.164.248.136:40394", "10.65.0.27:40394", "172.17.0.1:40394"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52315}, - {"Proto": "peerapi6", "Port": 52315} - ]}, - "Created": "2026-04-09T01:26:58.856786176Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3126124581726277, - "StableID": "npLqNXzpQR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "DiscoKey": "discokey:9a4bfb130e903d1e54445f5ebadfd5448584e575869e503c875bae28e0088665", - "Addresses": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "AllowedIPs": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "Endpoints": ["77.164.248.136:47844", "10.65.0.27:47844", "172.17.0.1:47844"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 46614}, - {"Proto": "peerapi6", "Port": 46614} - ]}, - "Created": "2026-04-09T01:26:58.325197247Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3234605724834545, - "StableID": "nGAyWEcxFS11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "DiscoKey": "discokey:fb46c813e3e44ea2f83a944ca97a38ed7ab3a7c9b324fa243263d8fdbf9f6b22", - "Addresses": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "AllowedIPs": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "Endpoints": ["77.164.248.136:44850", "10.65.0.27:44850", "172.17.0.1:44850"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44753}, - {"Proto": "peerapi6", "Port": 44753} - ]}, - "Created": "2026-04-09T01:26:56.702329122Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 3597444864004439, - "StableID": "nQb8m2nH6V11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:7465ab6e82290e0759352b2e3ccf94404088011ee8f6e0d52c1232dd0743264c", - "Addresses": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "AllowedIPs": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "Endpoints": ["77.164.248.136:47264", "10.65.0.27:47264", "172.17.0.1:47264"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39817}, - {"Proto": "peerapi6", "Port": 39817} - ]}, - "Created": "2026-04-09T01:26:59.400486961Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3947712751274913, - "StableID": "nkALXkivpX11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "DiscoKey": "discokey:9c3422a6fcc8d1ef72af0644c002fd570fd926809427d42e8643d65bc677ef51", - "Addresses": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "AllowedIPs": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "Endpoints": ["77.164.248.136:47864", "10.65.0.27:47864", "172.17.0.1:47864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40849}, - {"Proto": "peerapi6", "Port": 40849} - ]}, - "Created": "2026-04-09T01:26:53.997762484Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4165072389143235, - "StableID": "ngMgQZPNXZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "DiscoKey": "discokey:8a1f1d4600201a366de3665db99ce95bd5edfd0670cc7f3ccc1d03a92ecb8608", - "Addresses": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "AllowedIPs": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "Endpoints": ["77.164.248.136:57008", "10.65.0.27:57008", "172.17.0.1:57008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 48293}, - {"Proto": "peerapi6", "Port": 48293} - ]}, - "Created": "2026-04-09T01:26:52.899514036Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4169134606097235, - "StableID": "nWGPcb6DZZ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "DiscoKey": "discokey:c00c456751c7dce20d3620475493cff49ec1a2007f02a8ea7ce4ea239b6feb4d", - "Addresses": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "AllowedIPs": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "Endpoints": ["77.164.248.136:45208", "10.65.0.27:45208", "172.17.0.1:45208"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58813}, - {"Proto": "peerapi6", "Port": 58813} - ]}, - "Created": "2026-04-09T01:26:56.159096065Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5089877179177706, - "StableID": "noZnrfSDkg11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "DiscoKey": "discokey:507ce017f43465145883c7c672610da2eb43f0fa5da5d825bfcaee472057c71f", - "Addresses": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "AllowedIPs": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "Endpoints": ["77.164.248.136:52720", "10.65.0.27:52720", "172.17.0.1:52720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 44809}, - {"Proto": "peerapi6", "Port": 44809} - ]}, - "Created": "2026-04-09T01:26:57.256456795Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5195104867786502, - "StableID": "nuLCNYbsZh11CNTRL", + "ID": 660509904312180, + "StableID": "nsWBSZU9A611CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "DiscoKey": "discokey:37f5af93a78f677741af07eac708141ecfd45d744f74183d6c2af4ae35f01e5b", - "Addresses": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "AllowedIPs": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "Endpoints": ["77.164.248.136:57563", "10.65.0.27:57563", "172.17.0.1:57563"], + "Key": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "DiscoKey": "discokey:c49feec3ec8066e3de2b58b01f55285ed46ac3ae15038ebf391c1c594dfcc803", + "Addresses": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "AllowedIPs": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "Endpoints": ["77.164.248.136:53608", "10.65.0.27:53608", "172.17.0.1:53608"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56003}, - {"Proto": "peerapi6", "Port": 56003} + {"Proto": "peerapi4", "Port": 53530}, + {"Proto": "peerapi6", "Port": 53530} ]}, - "Created": "2026-04-09T01:26:54.532072992Z", + "Created": "2026-04-09T08:33:00.220283331Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6858891295426994, - "StableID": "nDCDcjSQZv11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "DiscoKey": "discokey:bba1622a75b383d1cb469f9194d185d7abf6e83bda8a61e6598cbe0697a4a57d", - "Addresses": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "AllowedIPs": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "Endpoints": ["77.164.248.136:43809", "10.65.0.27:43809", "172.17.0.1:43809"], + "ID": 661435654298338, + "StableID": "nmkqnznZA611CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "KeyExpiry": "2026-10-06T08:33:04Z", + "DiscoKey": "discokey:be26a8130a79413aa826686aa2dfde54e765c7e3957a96af789e1cd9bd71c706", + "Addresses": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "AllowedIPs": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "Endpoints": ["77.164.248.136:56957", "10.65.0.27:56957", "172.17.0.1:56957"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44008}, - {"Proto": "peerapi6", "Port": 44008} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 47586}, + {"Proto": "peerapi6", "Port": 47586} ]}, - "Created": "2026-04-09T01:26:52.375931168Z", + "Created": "2026-04-09T08:33:04.755527414Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7326853064230132, - "StableID": "n1B5fL1MDz11CNTRL", - "Name": "spearow.tail78f774.ts.net.", + "ID": 1264405810975686, + "StableID": "ny8BmCoesA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "DiscoKey": "discokey:4105410a6a56d724bb921dd6ae5f59229c82787204e81d9e52d66825a913e771", - "Addresses": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "AllowedIPs": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "Endpoints": ["77.164.248.136:49162", "10.65.0.27:49162", "172.17.0.1:49162"], + "Key": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "DiscoKey": "discokey:a64c912babe59afdf7e147c92849707f001ca4a1d611b00b388b673e77491328", + "Addresses": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "AllowedIPs": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "Endpoints": ["77.164.248.136:33860", "10.65.0.27:33860", "172.17.0.1:33860"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49748}, - {"Proto": "peerapi6", "Port": 49748} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49096}, + {"Proto": "peerapi6", "Port": 49096} ]}, - "Created": "2026-04-09T01:26:55.610555597Z", + "Created": "2026-04-09T08:32:59.67575115Z", "Cap": 131, - "Tags": ["tag:spearow"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7341294522675456, - "StableID": "nR7StnMtKz11CNTRL", + "ID": 3418009451856174, + "StableID": "n7oYq7K2hT11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "DiscoKey": "discokey:c6cb7427825cd2808d52ba97665601aff5c022c40a419ef1974c73e26e11157f", + "Addresses": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "AllowedIPs": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "Endpoints": ["77.164.248.136:45147", "10.65.0.27:45147", "172.17.0.1:45147"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36156}, + {"Proto": "peerapi6", "Port": 36156} + ]}, + "Created": "2026-04-09T08:33:03.140961679Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5143172153343762, + "StableID": "no75ErQMAh11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "DiscoKey": "discokey:6edb98a929950c78ae71237a569d965f88572ababdbe35bb1117471ea5b30d66", + "Addresses": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "AllowedIPs": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "Endpoints": ["77.164.248.136:33966", "10.65.0.27:33966", "172.17.0.1:33966"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34650}, + {"Proto": "peerapi6", "Port": 34650} + ]}, + "Created": "2026-04-09T08:33:04.22153201Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5415690361604917, + "StableID": "nvMV691nHj11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:9d61fdde8da84e5bf1507ebab7b4cf9396f2c0ffba09b4c214607e9128afdd45", + "Addresses": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "AllowedIPs": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "Endpoints": ["77.164.248.136:58954", "10.65.0.27:58954", "172.17.0.1:58954"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 43453}, + {"Proto": "peerapi6", "Port": 43453} + ]}, + "Created": "2026-04-09T08:33:05.281058662Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5947337368600642, + "StableID": "nmcfZ8UZSo11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "DiscoKey": "discokey:4fb8a4a598a6ea2c05ac3cc4c5fbe414eff70ca28ae3b8b9576fffa2231a9b10", + "Addresses": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "AllowedIPs": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "Endpoints": ["77.164.248.136:34510", "10.65.0.27:34510", "172.17.0.1:34510"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 57658}, + {"Proto": "peerapi6", "Port": 57658} + ]}, + "Created": "2026-04-09T08:33:02.61529712Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6566778003470726, + "StableID": "nhrvH887Ht11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "DiscoKey": "discokey:42a8f71250b591a54d17d8b76a0582ce4034e93893b2856f986b5c7d0812e73a", + "Addresses": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "AllowedIPs": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "Endpoints": ["77.164.248.136:40333", "10.65.0.27:40333", "172.17.0.1:40333"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 43355}, + {"Proto": "peerapi6", "Port": 43355} + ]}, + "Created": "2026-04-09T08:33:02.089733201Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7319843711186168, + "StableID": "nuPZ8AtAAz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:d1fe24ee74534a25b4eab1034746673f3eb5cbc2c4a20c43795ffd6cc49a7676", + "Addresses": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "AllowedIPs": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "Endpoints": ["77.164.248.136:56541", "10.65.0.27:56541", "172.17.0.1:56541"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 33632}, + {"Proto": "peerapi6", "Port": 33632} + ]}, + "Created": "2026-04-09T08:33:05.814698902Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7501368524224087, + "StableID": "n64rFQEPa121CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "DiscoKey": "discokey:c1a5ace54262de4a40d0bcab926ff3386c2efac3248832aeadc9861b08675d33", - "Addresses": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "AllowedIPs": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "Endpoints": ["77.164.248.136:41742", "10.65.0.27:41742", "172.17.0.1:41742"], - "HomeDERP": 14, + "Key": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "DiscoKey": "discokey:491566c711d71a02653069c7b994ea6c6efb4b08c9338b2f6f21de6139127a4c", + "Addresses": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "AllowedIPs": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "Endpoints": ["77.164.248.136:57707", "10.65.0.27:57707", "172.17.0.1:57707"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49967}, - {"Proto": "peerapi6", "Port": 49967} + {"Proto": "peerapi4", "Port": 49281}, + {"Proto": "peerapi6", "Port": 49281} ]}, - "Created": "2026-04-09T01:26:57.782076775Z", + "Created": "2026-04-09T08:33:03.697177329Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8020915467583079, - "StableID": "niz4YCrgd521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:a1517a54b84e812596239ba8240e099e06bd41add36d2b377d8ffb45d0b9e310", - "Addresses": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "AllowedIPs": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "Endpoints": ["77.164.248.136:52629", "10.65.0.27:52629", "172.17.0.1:52629"], + "ID": 7584378632230728, + "StableID": "nHhFFRmyD221CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "DiscoKey": "discokey:48bf0388bb51ed6c49ed6dee27f34630ef940fb8024db80feed2adb1cea7e213", + "Addresses": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "AllowedIPs": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "Endpoints": ["77.164.248.136:54668", "10.65.0.27:54668", "172.17.0.1:54668"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53681}, - {"Proto": "peerapi6", "Port": 53681} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 46241}, + {"Proto": "peerapi6", "Port": 46241} ]}, - "Created": "2026-04-09T01:26:59.956576142Z", + "Created": "2026-04-09T08:32:58.063588003Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 8061976126667840, - "StableID": "nq1fNeSHx521CNTRL", + "ID": 7862901657787348, + "StableID": "nqBuFR68Q421CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "DiscoKey": "discokey:b65b2bc830c18dd34f7b2e3a28b59d5e0a8c551798ddb5c6aeca4af9f8551431", + "Addresses": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "AllowedIPs": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "Endpoints": ["77.164.248.136:47764", "10.65.0.27:47764", "172.17.0.1:47764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 58942}, + {"Proto": "peerapi6", "Port": 58942} + ]}, + "Created": "2026-04-09T08:32:58.597300265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8142466582003159, + "StableID": "nSrWHpnja621CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "DiscoKey": "discokey:518465adbb48debb822bd836d208b1f4784a1cb61cb4e838abab298a4d68906e", + "Addresses": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "AllowedIPs": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "Endpoints": ["77.164.248.136:34946", "10.65.0.27:34946", "172.17.0.1:34946"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43409}, + {"Proto": "peerapi6", "Port": 43409} + ]}, + "Created": "2026-04-09T08:33:01.531388236Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8273587655366838, + "StableID": "nBH2Yr78c721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "DiscoKey": "discokey:efe05f4c05a8f987b38b7946d60883cea28471180cf76b04fdcbe46790c6e068", - "Addresses": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "AllowedIPs": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "Endpoints": ["77.164.248.136:48689", "10.65.0.27:48689", "172.17.0.1:48689"], + "Key": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "DiscoKey": "discokey:d3093d7ce059a100ccfa1df7fdc0b0187a86c8ed945d81998ad351a1172b6912", + "Addresses": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "AllowedIPs": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "Endpoints": ["77.164.248.136:53701", "10.65.0.27:53701", "172.17.0.1:53701"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 38001}, - {"Proto": "peerapi6", "Port": 38001} + {"Proto": "peerapi4", "Port": 38423}, + {"Proto": "peerapi6", "Port": 38423} ]}, - "Created": "2026-04-09T01:26:55.086001402Z", + "Created": "2026-04-09T08:33:00.985991037Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, @@ -5100,27 +5105,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2349995268762977": { - "ID": 2349995268762977, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2886972162408072": { + "ID": 2886972162408072, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "fearow": { @@ -5151,26 +5158,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4169134606097235, - "StableID": "nWGPcb6DZZ11CNTRL", + "ID": 6566778003470726, + "StableID": "nhrvH887Ht11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 4169134606097235, - "Key": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "DiscoKey": "discokey:c00c456751c7dce20d3620475493cff49ec1a2007f02a8ea7ce4ea239b6feb4d", - "Addresses": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "AllowedIPs": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "Endpoints": ["77.164.248.136:45208", "10.65.0.27:45208", "172.17.0.1:45208"], + "User": 6566778003470726, + "Key": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "DiscoKey": "discokey:42a8f71250b591a54d17d8b76a0582ce4034e93893b2856f986b5c7d0812e73a", + "Addresses": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "AllowedIPs": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "Endpoints": ["77.164.248.136:40333", "10.65.0.27:40333", "172.17.0.1:40333"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 58813}, - {"Proto": "peerapi6", "Port": 58813}, + {"Proto": "peerapi4", "Port": 43355}, + {"Proto": "peerapi6", "Port": 43355}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:56.159096065Z", + "Created": "2026-04-09T08:33:02.089733201Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5198,297 +5205,297 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "MachineKey": "mkey:b73301f88d4e05ee7be760b2fa5dba7baac010d73b96229f0c35d5dfa6723d0b", + "NodeKey": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "MachineKey": "mkey:691ac2fc0039089175ec0dbf3ba737acb3bdce7ea04939b051e18ee66659f928", "Peers": [{ - "ID": 2349995268762977, - "StableID": "nEZkifPKMK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "DiscoKey": "discokey:a88641a4707bdec172c7e304e09cc210c35b7b67d266548737944f40c80f3a12", - "Addresses": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "AllowedIPs": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "Endpoints": ["77.164.248.136:41576", "10.65.0.27:41576", "172.17.0.1:41576"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47861}, - {"Proto": "peerapi6", "Port": 47861} - ]}, - "Created": "2026-04-09T01:26:53.45045901Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2621878610415279, - "StableID": "neQrbhJTUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "KeyExpiry": "2026-10-06T01:26:58Z", - "DiscoKey": "discokey:1dc12f794aa59b550f6180d9713162efefd6bd14974d5619e8569672c16dc474", - "Addresses": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "AllowedIPs": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "Endpoints": ["77.164.248.136:40394", "10.65.0.27:40394", "172.17.0.1:40394"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52315}, - {"Proto": "peerapi6", "Port": 52315} - ]}, - "Created": "2026-04-09T01:26:58.856786176Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3126124581726277, - "StableID": "npLqNXzpQR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "DiscoKey": "discokey:9a4bfb130e903d1e54445f5ebadfd5448584e575869e503c875bae28e0088665", - "Addresses": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "AllowedIPs": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "Endpoints": ["77.164.248.136:47844", "10.65.0.27:47844", "172.17.0.1:47844"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 46614}, - {"Proto": "peerapi6", "Port": 46614} - ]}, - "Created": "2026-04-09T01:26:58.325197247Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3234605724834545, - "StableID": "nGAyWEcxFS11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "DiscoKey": "discokey:fb46c813e3e44ea2f83a944ca97a38ed7ab3a7c9b324fa243263d8fdbf9f6b22", - "Addresses": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "AllowedIPs": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "Endpoints": ["77.164.248.136:44850", "10.65.0.27:44850", "172.17.0.1:44850"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44753}, - {"Proto": "peerapi6", "Port": 44753} - ]}, - "Created": "2026-04-09T01:26:56.702329122Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 3597444864004439, - "StableID": "nQb8m2nH6V11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:7465ab6e82290e0759352b2e3ccf94404088011ee8f6e0d52c1232dd0743264c", - "Addresses": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "AllowedIPs": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "Endpoints": ["77.164.248.136:47264", "10.65.0.27:47264", "172.17.0.1:47264"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39817}, - {"Proto": "peerapi6", "Port": 39817} - ]}, - "Created": "2026-04-09T01:26:59.400486961Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3947712751274913, - "StableID": "nkALXkivpX11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "DiscoKey": "discokey:9c3422a6fcc8d1ef72af0644c002fd570fd926809427d42e8643d65bc677ef51", - "Addresses": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "AllowedIPs": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "Endpoints": ["77.164.248.136:47864", "10.65.0.27:47864", "172.17.0.1:47864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40849}, - {"Proto": "peerapi6", "Port": 40849} - ]}, - "Created": "2026-04-09T01:26:53.997762484Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4165072389143235, - "StableID": "ngMgQZPNXZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "DiscoKey": "discokey:8a1f1d4600201a366de3665db99ce95bd5edfd0670cc7f3ccc1d03a92ecb8608", - "Addresses": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "AllowedIPs": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "Endpoints": ["77.164.248.136:57008", "10.65.0.27:57008", "172.17.0.1:57008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 48293}, - {"Proto": "peerapi6", "Port": 48293} - ]}, - "Created": "2026-04-09T01:26:52.899514036Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 5089877179177706, - "StableID": "noZnrfSDkg11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "DiscoKey": "discokey:507ce017f43465145883c7c672610da2eb43f0fa5da5d825bfcaee472057c71f", - "Addresses": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "AllowedIPs": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "Endpoints": ["77.164.248.136:52720", "10.65.0.27:52720", "172.17.0.1:52720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 44809}, - {"Proto": "peerapi6", "Port": 44809} - ]}, - "Created": "2026-04-09T01:26:57.256456795Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5195104867786502, - "StableID": "nuLCNYbsZh11CNTRL", + "ID": 660509904312180, + "StableID": "nsWBSZU9A611CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "DiscoKey": "discokey:37f5af93a78f677741af07eac708141ecfd45d744f74183d6c2af4ae35f01e5b", - "Addresses": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "AllowedIPs": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "Endpoints": ["77.164.248.136:57563", "10.65.0.27:57563", "172.17.0.1:57563"], + "Key": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "DiscoKey": "discokey:c49feec3ec8066e3de2b58b01f55285ed46ac3ae15038ebf391c1c594dfcc803", + "Addresses": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "AllowedIPs": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "Endpoints": ["77.164.248.136:53608", "10.65.0.27:53608", "172.17.0.1:53608"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56003}, - {"Proto": "peerapi6", "Port": 56003} + {"Proto": "peerapi4", "Port": 53530}, + {"Proto": "peerapi6", "Port": 53530} ]}, - "Created": "2026-04-09T01:26:54.532072992Z", + "Created": "2026-04-09T08:33:00.220283331Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6858891295426994, - "StableID": "nDCDcjSQZv11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "DiscoKey": "discokey:bba1622a75b383d1cb469f9194d185d7abf6e83bda8a61e6598cbe0697a4a57d", - "Addresses": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "AllowedIPs": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "Endpoints": ["77.164.248.136:43809", "10.65.0.27:43809", "172.17.0.1:43809"], + "ID": 661435654298338, + "StableID": "nmkqnznZA611CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "KeyExpiry": "2026-10-06T08:33:04Z", + "DiscoKey": "discokey:be26a8130a79413aa826686aa2dfde54e765c7e3957a96af789e1cd9bd71c706", + "Addresses": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "AllowedIPs": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "Endpoints": ["77.164.248.136:56957", "10.65.0.27:56957", "172.17.0.1:56957"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44008}, - {"Proto": "peerapi6", "Port": 44008} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 47586}, + {"Proto": "peerapi6", "Port": 47586} ]}, - "Created": "2026-04-09T01:26:52.375931168Z", + "Created": "2026-04-09T08:33:04.755527414Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7326853064230132, - "StableID": "n1B5fL1MDz11CNTRL", - "Name": "spearow.tail78f774.ts.net.", + "ID": 1264405810975686, + "StableID": "ny8BmCoesA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "DiscoKey": "discokey:4105410a6a56d724bb921dd6ae5f59229c82787204e81d9e52d66825a913e771", - "Addresses": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "AllowedIPs": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "Endpoints": ["77.164.248.136:49162", "10.65.0.27:49162", "172.17.0.1:49162"], + "Key": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "DiscoKey": "discokey:a64c912babe59afdf7e147c92849707f001ca4a1d611b00b388b673e77491328", + "Addresses": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "AllowedIPs": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "Endpoints": ["77.164.248.136:33860", "10.65.0.27:33860", "172.17.0.1:33860"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49748}, - {"Proto": "peerapi6", "Port": 49748} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49096}, + {"Proto": "peerapi6", "Port": 49096} ]}, - "Created": "2026-04-09T01:26:55.610555597Z", + "Created": "2026-04-09T08:32:59.67575115Z", "Cap": 131, - "Tags": ["tag:spearow"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7341294522675456, - "StableID": "nR7StnMtKz11CNTRL", + "ID": 2886972162408072, + "StableID": "n1DB25sWYP11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "DiscoKey": "discokey:aadf66d807d41dafe8b41dea18c53a95e0e1d5bd1b73c13fc187a11274bb8b36", + "Addresses": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "AllowedIPs": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "Endpoints": ["77.164.248.136:40581", "10.65.0.27:40581", "172.17.0.1:40581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 44678}, + {"Proto": "peerapi6", "Port": 44678} + ]}, + "Created": "2026-04-09T08:32:59.13594648Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 3418009451856174, + "StableID": "n7oYq7K2hT11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "DiscoKey": "discokey:c6cb7427825cd2808d52ba97665601aff5c022c40a419ef1974c73e26e11157f", + "Addresses": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "AllowedIPs": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "Endpoints": ["77.164.248.136:45147", "10.65.0.27:45147", "172.17.0.1:45147"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36156}, + {"Proto": "peerapi6", "Port": 36156} + ]}, + "Created": "2026-04-09T08:33:03.140961679Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5143172153343762, + "StableID": "no75ErQMAh11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "DiscoKey": "discokey:6edb98a929950c78ae71237a569d965f88572ababdbe35bb1117471ea5b30d66", + "Addresses": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "AllowedIPs": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "Endpoints": ["77.164.248.136:33966", "10.65.0.27:33966", "172.17.0.1:33966"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34650}, + {"Proto": "peerapi6", "Port": 34650} + ]}, + "Created": "2026-04-09T08:33:04.22153201Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5415690361604917, + "StableID": "nvMV691nHj11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:9d61fdde8da84e5bf1507ebab7b4cf9396f2c0ffba09b4c214607e9128afdd45", + "Addresses": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "AllowedIPs": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "Endpoints": ["77.164.248.136:58954", "10.65.0.27:58954", "172.17.0.1:58954"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 43453}, + {"Proto": "peerapi6", "Port": 43453} + ]}, + "Created": "2026-04-09T08:33:05.281058662Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5947337368600642, + "StableID": "nmcfZ8UZSo11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "DiscoKey": "discokey:4fb8a4a598a6ea2c05ac3cc4c5fbe414eff70ca28ae3b8b9576fffa2231a9b10", + "Addresses": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "AllowedIPs": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "Endpoints": ["77.164.248.136:34510", "10.65.0.27:34510", "172.17.0.1:34510"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 57658}, + {"Proto": "peerapi6", "Port": 57658} + ]}, + "Created": "2026-04-09T08:33:02.61529712Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7319843711186168, + "StableID": "nuPZ8AtAAz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:d1fe24ee74534a25b4eab1034746673f3eb5cbc2c4a20c43795ffd6cc49a7676", + "Addresses": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "AllowedIPs": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "Endpoints": ["77.164.248.136:56541", "10.65.0.27:56541", "172.17.0.1:56541"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 33632}, + {"Proto": "peerapi6", "Port": 33632} + ]}, + "Created": "2026-04-09T08:33:05.814698902Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7501368524224087, + "StableID": "n64rFQEPa121CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "DiscoKey": "discokey:c1a5ace54262de4a40d0bcab926ff3386c2efac3248832aeadc9861b08675d33", - "Addresses": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "AllowedIPs": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "Endpoints": ["77.164.248.136:41742", "10.65.0.27:41742", "172.17.0.1:41742"], - "HomeDERP": 14, + "Key": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "DiscoKey": "discokey:491566c711d71a02653069c7b994ea6c6efb4b08c9338b2f6f21de6139127a4c", + "Addresses": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "AllowedIPs": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "Endpoints": ["77.164.248.136:57707", "10.65.0.27:57707", "172.17.0.1:57707"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49967}, - {"Proto": "peerapi6", "Port": 49967} + {"Proto": "peerapi4", "Port": 49281}, + {"Proto": "peerapi6", "Port": 49281} ]}, - "Created": "2026-04-09T01:26:57.782076775Z", + "Created": "2026-04-09T08:33:03.697177329Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8020915467583079, - "StableID": "niz4YCrgd521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:a1517a54b84e812596239ba8240e099e06bd41add36d2b377d8ffb45d0b9e310", - "Addresses": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "AllowedIPs": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "Endpoints": ["77.164.248.136:52629", "10.65.0.27:52629", "172.17.0.1:52629"], + "ID": 7584378632230728, + "StableID": "nHhFFRmyD221CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "DiscoKey": "discokey:48bf0388bb51ed6c49ed6dee27f34630ef940fb8024db80feed2adb1cea7e213", + "Addresses": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "AllowedIPs": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "Endpoints": ["77.164.248.136:54668", "10.65.0.27:54668", "172.17.0.1:54668"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53681}, - {"Proto": "peerapi6", "Port": 53681} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 46241}, + {"Proto": "peerapi6", "Port": 46241} ]}, - "Created": "2026-04-09T01:26:59.956576142Z", + "Created": "2026-04-09T08:32:58.063588003Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 8061976126667840, - "StableID": "nq1fNeSHx521CNTRL", + "ID": 7862901657787348, + "StableID": "nqBuFR68Q421CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "DiscoKey": "discokey:b65b2bc830c18dd34f7b2e3a28b59d5e0a8c551798ddb5c6aeca4af9f8551431", + "Addresses": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "AllowedIPs": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "Endpoints": ["77.164.248.136:47764", "10.65.0.27:47764", "172.17.0.1:47764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 58942}, + {"Proto": "peerapi6", "Port": 58942} + ]}, + "Created": "2026-04-09T08:32:58.597300265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8142466582003159, + "StableID": "nSrWHpnja621CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "DiscoKey": "discokey:518465adbb48debb822bd836d208b1f4784a1cb61cb4e838abab298a4d68906e", + "Addresses": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "AllowedIPs": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "Endpoints": ["77.164.248.136:34946", "10.65.0.27:34946", "172.17.0.1:34946"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43409}, + {"Proto": "peerapi6", "Port": 43409} + ]}, + "Created": "2026-04-09T08:33:01.531388236Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8273587655366838, + "StableID": "nBH2Yr78c721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "DiscoKey": "discokey:efe05f4c05a8f987b38b7946d60883cea28471180cf76b04fdcbe46790c6e068", - "Addresses": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "AllowedIPs": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "Endpoints": ["77.164.248.136:48689", "10.65.0.27:48689", "172.17.0.1:48689"], + "Key": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "DiscoKey": "discokey:d3093d7ce059a100ccfa1df7fdc0b0187a86c8ed945d81998ad351a1172b6912", + "Addresses": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "AllowedIPs": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "Endpoints": ["77.164.248.136:53701", "10.65.0.27:53701", "172.17.0.1:53701"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 38001}, - {"Proto": "peerapi6", "Port": 38001} + {"Proto": "peerapi4", "Port": 38423}, + {"Proto": "peerapi6", "Port": 38423} ]}, - "Created": "2026-04-09T01:26:55.086001402Z", + "Created": "2026-04-09T08:33:00.985991037Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, @@ -6341,27 +6348,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4169134606097235": { - "ID": 4169134606097235, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6566778003470726": { + "ID": 6566778003470726, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6392,22 +6401,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2621878610415279, - "StableID": "neQrbhJTUM11CNTRL", + "ID": 661435654298338, + "StableID": "nmkqnznZA611CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "KeyExpiry": "2026-10-06T01:26:58Z", - "DiscoKey": "discokey:1dc12f794aa59b550f6180d9713162efefd6bd14974d5619e8569672c16dc474", - "Addresses": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "AllowedIPs": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "Endpoints": ["77.164.248.136:40394", "10.65.0.27:40394", "172.17.0.1:40394"], + "Key": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "KeyExpiry": "2026-10-06T08:33:04Z", + "DiscoKey": "discokey:be26a8130a79413aa826686aa2dfde54e765c7e3957a96af789e1cd9bd71c706", + "Addresses": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "AllowedIPs": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "Endpoints": ["77.164.248.136:56957", "10.65.0.27:56957", "172.17.0.1:56957"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52315}, - {"Proto": "peerapi6", "Port": 52315}, + {"Proto": "peerapi4", "Port": 47586}, + {"Proto": "peerapi6", "Port": 47586}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:58.856786176Z", + "Created": "2026-04-09T08:33:04.755527414Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6434,295 +6443,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "MachineKey": "mkey:3f2f677fd67d912c8d837fabb73da1322ae1f3f44c4b164191f93a96c7618460", + "NodeKey": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "MachineKey": "mkey:cb5620afcf7c6f5ab2fd2f4c85018d557c7ffc86ad9948c7d45f9dd969cdb86b", "Peers": [{ - "ID": 2349995268762977, - "StableID": "nEZkifPKMK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "DiscoKey": "discokey:a88641a4707bdec172c7e304e09cc210c35b7b67d266548737944f40c80f3a12", - "Addresses": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "AllowedIPs": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "Endpoints": ["77.164.248.136:41576", "10.65.0.27:41576", "172.17.0.1:41576"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47861}, - {"Proto": "peerapi6", "Port": 47861} - ]}, - "Created": "2026-04-09T01:26:53.45045901Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3126124581726277, - "StableID": "npLqNXzpQR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "DiscoKey": "discokey:9a4bfb130e903d1e54445f5ebadfd5448584e575869e503c875bae28e0088665", - "Addresses": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "AllowedIPs": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "Endpoints": ["77.164.248.136:47844", "10.65.0.27:47844", "172.17.0.1:47844"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 46614}, - {"Proto": "peerapi6", "Port": 46614} - ]}, - "Created": "2026-04-09T01:26:58.325197247Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3234605724834545, - "StableID": "nGAyWEcxFS11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "DiscoKey": "discokey:fb46c813e3e44ea2f83a944ca97a38ed7ab3a7c9b324fa243263d8fdbf9f6b22", - "Addresses": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "AllowedIPs": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "Endpoints": ["77.164.248.136:44850", "10.65.0.27:44850", "172.17.0.1:44850"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44753}, - {"Proto": "peerapi6", "Port": 44753} - ]}, - "Created": "2026-04-09T01:26:56.702329122Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 3597444864004439, - "StableID": "nQb8m2nH6V11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:7465ab6e82290e0759352b2e3ccf94404088011ee8f6e0d52c1232dd0743264c", - "Addresses": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "AllowedIPs": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "Endpoints": ["77.164.248.136:47264", "10.65.0.27:47264", "172.17.0.1:47264"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39817}, - {"Proto": "peerapi6", "Port": 39817} - ]}, - "Created": "2026-04-09T01:26:59.400486961Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3947712751274913, - "StableID": "nkALXkivpX11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "DiscoKey": "discokey:9c3422a6fcc8d1ef72af0644c002fd570fd926809427d42e8643d65bc677ef51", - "Addresses": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "AllowedIPs": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "Endpoints": ["77.164.248.136:47864", "10.65.0.27:47864", "172.17.0.1:47864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40849}, - {"Proto": "peerapi6", "Port": 40849} - ]}, - "Created": "2026-04-09T01:26:53.997762484Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4165072389143235, - "StableID": "ngMgQZPNXZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "DiscoKey": "discokey:8a1f1d4600201a366de3665db99ce95bd5edfd0670cc7f3ccc1d03a92ecb8608", - "Addresses": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "AllowedIPs": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "Endpoints": ["77.164.248.136:57008", "10.65.0.27:57008", "172.17.0.1:57008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 48293}, - {"Proto": "peerapi6", "Port": 48293} - ]}, - "Created": "2026-04-09T01:26:52.899514036Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4169134606097235, - "StableID": "nWGPcb6DZZ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "DiscoKey": "discokey:c00c456751c7dce20d3620475493cff49ec1a2007f02a8ea7ce4ea239b6feb4d", - "Addresses": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "AllowedIPs": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "Endpoints": ["77.164.248.136:45208", "10.65.0.27:45208", "172.17.0.1:45208"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58813}, - {"Proto": "peerapi6", "Port": 58813} - ]}, - "Created": "2026-04-09T01:26:56.159096065Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5089877179177706, - "StableID": "noZnrfSDkg11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "DiscoKey": "discokey:507ce017f43465145883c7c672610da2eb43f0fa5da5d825bfcaee472057c71f", - "Addresses": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "AllowedIPs": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "Endpoints": ["77.164.248.136:52720", "10.65.0.27:52720", "172.17.0.1:52720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 44809}, - {"Proto": "peerapi6", "Port": 44809} - ]}, - "Created": "2026-04-09T01:26:57.256456795Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5195104867786502, - "StableID": "nuLCNYbsZh11CNTRL", + "ID": 660509904312180, + "StableID": "nsWBSZU9A611CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "DiscoKey": "discokey:37f5af93a78f677741af07eac708141ecfd45d744f74183d6c2af4ae35f01e5b", - "Addresses": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "AllowedIPs": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "Endpoints": ["77.164.248.136:57563", "10.65.0.27:57563", "172.17.0.1:57563"], + "Key": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "DiscoKey": "discokey:c49feec3ec8066e3de2b58b01f55285ed46ac3ae15038ebf391c1c594dfcc803", + "Addresses": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "AllowedIPs": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "Endpoints": ["77.164.248.136:53608", "10.65.0.27:53608", "172.17.0.1:53608"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56003}, - {"Proto": "peerapi6", "Port": 56003} + {"Proto": "peerapi4", "Port": 53530}, + {"Proto": "peerapi6", "Port": 53530} ]}, - "Created": "2026-04-09T01:26:54.532072992Z", + "Created": "2026-04-09T08:33:00.220283331Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6858891295426994, - "StableID": "nDCDcjSQZv11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", + "ID": 1264405810975686, + "StableID": "ny8BmCoesA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "DiscoKey": "discokey:bba1622a75b383d1cb469f9194d185d7abf6e83bda8a61e6598cbe0697a4a57d", - "Addresses": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "AllowedIPs": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "Endpoints": ["77.164.248.136:43809", "10.65.0.27:43809", "172.17.0.1:43809"], + "Key": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "DiscoKey": "discokey:a64c912babe59afdf7e147c92849707f001ca4a1d611b00b388b673e77491328", + "Addresses": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "AllowedIPs": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "Endpoints": ["77.164.248.136:33860", "10.65.0.27:33860", "172.17.0.1:33860"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44008}, - {"Proto": "peerapi6", "Port": 44008} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49096}, + {"Proto": "peerapi6", "Port": 49096} ]}, - "Created": "2026-04-09T01:26:52.375931168Z", + "Created": "2026-04-09T08:32:59.67575115Z", "Cap": 131, - "Tags": ["tag:pidgey"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7326853064230132, - "StableID": "n1B5fL1MDz11CNTRL", - "Name": "spearow.tail78f774.ts.net.", + "ID": 2886972162408072, + "StableID": "n1DB25sWYP11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "DiscoKey": "discokey:4105410a6a56d724bb921dd6ae5f59229c82787204e81d9e52d66825a913e771", - "Addresses": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "AllowedIPs": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "Endpoints": ["77.164.248.136:49162", "10.65.0.27:49162", "172.17.0.1:49162"], + "Key": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "DiscoKey": "discokey:aadf66d807d41dafe8b41dea18c53a95e0e1d5bd1b73c13fc187a11274bb8b36", + "Addresses": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "AllowedIPs": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "Endpoints": ["77.164.248.136:40581", "10.65.0.27:40581", "172.17.0.1:40581"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49748}, - {"Proto": "peerapi6", "Port": 49748} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 44678}, + {"Proto": "peerapi6", "Port": 44678} ]}, - "Created": "2026-04-09T01:26:55.610555597Z", + "Created": "2026-04-09T08:32:59.13594648Z", "Cap": 131, - "Tags": ["tag:spearow"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 7341294522675456, - "StableID": "nR7StnMtKz11CNTRL", + "ID": 3418009451856174, + "StableID": "n7oYq7K2hT11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "DiscoKey": "discokey:c6cb7427825cd2808d52ba97665601aff5c022c40a419ef1974c73e26e11157f", + "Addresses": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "AllowedIPs": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "Endpoints": ["77.164.248.136:45147", "10.65.0.27:45147", "172.17.0.1:45147"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36156}, + {"Proto": "peerapi6", "Port": 36156} + ]}, + "Created": "2026-04-09T08:33:03.140961679Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5143172153343762, + "StableID": "no75ErQMAh11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "DiscoKey": "discokey:6edb98a929950c78ae71237a569d965f88572ababdbe35bb1117471ea5b30d66", + "Addresses": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "AllowedIPs": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "Endpoints": ["77.164.248.136:33966", "10.65.0.27:33966", "172.17.0.1:33966"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34650}, + {"Proto": "peerapi6", "Port": 34650} + ]}, + "Created": "2026-04-09T08:33:04.22153201Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5415690361604917, + "StableID": "nvMV691nHj11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:9d61fdde8da84e5bf1507ebab7b4cf9396f2c0ffba09b4c214607e9128afdd45", + "Addresses": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "AllowedIPs": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "Endpoints": ["77.164.248.136:58954", "10.65.0.27:58954", "172.17.0.1:58954"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 43453}, + {"Proto": "peerapi6", "Port": 43453} + ]}, + "Created": "2026-04-09T08:33:05.281058662Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5947337368600642, + "StableID": "nmcfZ8UZSo11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "DiscoKey": "discokey:4fb8a4a598a6ea2c05ac3cc4c5fbe414eff70ca28ae3b8b9576fffa2231a9b10", + "Addresses": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "AllowedIPs": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "Endpoints": ["77.164.248.136:34510", "10.65.0.27:34510", "172.17.0.1:34510"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 57658}, + {"Proto": "peerapi6", "Port": 57658} + ]}, + "Created": "2026-04-09T08:33:02.61529712Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6566778003470726, + "StableID": "nhrvH887Ht11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "DiscoKey": "discokey:42a8f71250b591a54d17d8b76a0582ce4034e93893b2856f986b5c7d0812e73a", + "Addresses": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "AllowedIPs": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "Endpoints": ["77.164.248.136:40333", "10.65.0.27:40333", "172.17.0.1:40333"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 43355}, + {"Proto": "peerapi6", "Port": 43355} + ]}, + "Created": "2026-04-09T08:33:02.089733201Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7319843711186168, + "StableID": "nuPZ8AtAAz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:d1fe24ee74534a25b4eab1034746673f3eb5cbc2c4a20c43795ffd6cc49a7676", + "Addresses": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "AllowedIPs": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 33632}, + {"Proto": "peerapi6", "Port": 33632} + ]}, + "Created": "2026-04-09T08:33:05.814698902Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7501368524224087, + "StableID": "n64rFQEPa121CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "DiscoKey": "discokey:c1a5ace54262de4a40d0bcab926ff3386c2efac3248832aeadc9861b08675d33", - "Addresses": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "AllowedIPs": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "Endpoints": ["77.164.248.136:41742", "10.65.0.27:41742", "172.17.0.1:41742"], - "HomeDERP": 14, + "Key": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "DiscoKey": "discokey:491566c711d71a02653069c7b994ea6c6efb4b08c9338b2f6f21de6139127a4c", + "Addresses": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "AllowedIPs": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "Endpoints": ["77.164.248.136:57707", "10.65.0.27:57707", "172.17.0.1:57707"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49967}, - {"Proto": "peerapi6", "Port": 49967} + {"Proto": "peerapi4", "Port": 49281}, + {"Proto": "peerapi6", "Port": 49281} ]}, - "Created": "2026-04-09T01:26:57.782076775Z", + "Created": "2026-04-09T08:33:03.697177329Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8020915467583079, - "StableID": "niz4YCrgd521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:a1517a54b84e812596239ba8240e099e06bd41add36d2b377d8ffb45d0b9e310", - "Addresses": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "AllowedIPs": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53681}, - {"Proto": "peerapi6", "Port": 53681} + "ID": 7584378632230728, + "StableID": "nHhFFRmyD221CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "DiscoKey": "discokey:48bf0388bb51ed6c49ed6dee27f34630ef940fb8024db80feed2adb1cea7e213", + "Addresses": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "AllowedIPs": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "Endpoints": ["77.164.248.136:54668", "10.65.0.27:54668", "172.17.0.1:54668"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 46241}, + {"Proto": "peerapi6", "Port": 46241} ]}, - "Created": "2026-04-09T01:26:59.956576142Z", + "Created": "2026-04-09T08:32:58.063588003Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 8061976126667840, - "StableID": "nq1fNeSHx521CNTRL", + "ID": 7862901657787348, + "StableID": "nqBuFR68Q421CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "DiscoKey": "discokey:b65b2bc830c18dd34f7b2e3a28b59d5e0a8c551798ddb5c6aeca4af9f8551431", + "Addresses": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "AllowedIPs": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "Endpoints": ["77.164.248.136:47764", "10.65.0.27:47764", "172.17.0.1:47764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 58942}, + {"Proto": "peerapi6", "Port": 58942} + ]}, + "Created": "2026-04-09T08:32:58.597300265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8142466582003159, + "StableID": "nSrWHpnja621CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "DiscoKey": "discokey:518465adbb48debb822bd836d208b1f4784a1cb61cb4e838abab298a4d68906e", + "Addresses": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "AllowedIPs": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "Endpoints": ["77.164.248.136:34946", "10.65.0.27:34946", "172.17.0.1:34946"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43409}, + {"Proto": "peerapi6", "Port": 43409} + ]}, + "Created": "2026-04-09T08:33:01.531388236Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8273587655366838, + "StableID": "nBH2Yr78c721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "DiscoKey": "discokey:efe05f4c05a8f987b38b7946d60883cea28471180cf76b04fdcbe46790c6e068", - "Addresses": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "AllowedIPs": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "Endpoints": ["77.164.248.136:48689", "10.65.0.27:48689", "172.17.0.1:48689"], + "Key": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "DiscoKey": "discokey:d3093d7ce059a100ccfa1df7fdc0b0187a86c8ed945d81998ad351a1172b6912", + "Addresses": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "AllowedIPs": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "Endpoints": ["77.164.248.136:53701", "10.65.0.27:53701", "172.17.0.1:53701"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 38001}, - {"Proto": "peerapi6", "Port": 38001} + {"Proto": "peerapi4", "Port": 38423}, + {"Proto": "peerapi6", "Port": 38423} ]}, - "Created": "2026-04-09T01:26:55.086001402Z", + "Created": "2026-04-09T08:33:00.985991037Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, @@ -7575,23 +7584,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7622,21 +7632,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7341294522675456, - "StableID": "nR7StnMtKz11CNTRL", + "ID": 7501368524224087, + "StableID": "n64rFQEPa121CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 7341294522675456, - "Key": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "DiscoKey": "discokey:c1a5ace54262de4a40d0bcab926ff3386c2efac3248832aeadc9861b08675d33", - "Addresses": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "AllowedIPs": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "Endpoints": ["77.164.248.136:41742", "10.65.0.27:41742", "172.17.0.1:41742"], + "User": 7501368524224087, + "Key": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "DiscoKey": "discokey:491566c711d71a02653069c7b994ea6c6efb4b08c9338b2f6f21de6139127a4c", + "Addresses": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "AllowedIPs": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "Endpoints": ["77.164.248.136:57707", "10.65.0.27:57707", "172.17.0.1:57707"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 49967}, - {"Proto": "peerapi6", "Port": 49967}, + {"Proto": "peerapi4", "Port": 49281}, + {"Proto": "peerapi6", "Port": 49281}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:57.782076775Z", + "Created": "2026-04-09T08:33:03.697177329Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7664,295 +7674,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "MachineKey": "mkey:4752e341f04fbf8e1ad85f6268647fbccf0537b1c71faf55f2c37f5bbb6b990c", + "NodeKey": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "MachineKey": "mkey:6f9eca0aeab1725e4feb199832c286cfb6346c78bb81bcb8cc1bb7c623ace91c", "Peers": [{ - "ID": 2349995268762977, - "StableID": "nEZkifPKMK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "DiscoKey": "discokey:a88641a4707bdec172c7e304e09cc210c35b7b67d266548737944f40c80f3a12", - "Addresses": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "AllowedIPs": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "Endpoints": ["77.164.248.136:41576", "10.65.0.27:41576", "172.17.0.1:41576"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47861}, - {"Proto": "peerapi6", "Port": 47861} - ]}, - "Created": "2026-04-09T01:26:53.45045901Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2621878610415279, - "StableID": "neQrbhJTUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "KeyExpiry": "2026-10-06T01:26:58Z", - "DiscoKey": "discokey:1dc12f794aa59b550f6180d9713162efefd6bd14974d5619e8569672c16dc474", - "Addresses": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "AllowedIPs": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "Endpoints": ["77.164.248.136:40394", "10.65.0.27:40394", "172.17.0.1:40394"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52315}, - {"Proto": "peerapi6", "Port": 52315} - ]}, - "Created": "2026-04-09T01:26:58.856786176Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3126124581726277, - "StableID": "npLqNXzpQR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "DiscoKey": "discokey:9a4bfb130e903d1e54445f5ebadfd5448584e575869e503c875bae28e0088665", - "Addresses": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "AllowedIPs": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "Endpoints": ["77.164.248.136:47844", "10.65.0.27:47844", "172.17.0.1:47844"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 46614}, - {"Proto": "peerapi6", "Port": 46614} - ]}, - "Created": "2026-04-09T01:26:58.325197247Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3234605724834545, - "StableID": "nGAyWEcxFS11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "DiscoKey": "discokey:fb46c813e3e44ea2f83a944ca97a38ed7ab3a7c9b324fa243263d8fdbf9f6b22", - "Addresses": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "AllowedIPs": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "Endpoints": ["77.164.248.136:44850", "10.65.0.27:44850", "172.17.0.1:44850"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44753}, - {"Proto": "peerapi6", "Port": 44753} - ]}, - "Created": "2026-04-09T01:26:56.702329122Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 3597444864004439, - "StableID": "nQb8m2nH6V11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:7465ab6e82290e0759352b2e3ccf94404088011ee8f6e0d52c1232dd0743264c", - "Addresses": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "AllowedIPs": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "Endpoints": ["77.164.248.136:47264", "10.65.0.27:47264", "172.17.0.1:47264"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39817}, - {"Proto": "peerapi6", "Port": 39817} - ]}, - "Created": "2026-04-09T01:26:59.400486961Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3947712751274913, - "StableID": "nkALXkivpX11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "DiscoKey": "discokey:9c3422a6fcc8d1ef72af0644c002fd570fd926809427d42e8643d65bc677ef51", - "Addresses": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "AllowedIPs": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "Endpoints": ["77.164.248.136:47864", "10.65.0.27:47864", "172.17.0.1:47864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40849}, - {"Proto": "peerapi6", "Port": 40849} - ]}, - "Created": "2026-04-09T01:26:53.997762484Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4165072389143235, - "StableID": "ngMgQZPNXZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "DiscoKey": "discokey:8a1f1d4600201a366de3665db99ce95bd5edfd0670cc7f3ccc1d03a92ecb8608", - "Addresses": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "AllowedIPs": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "Endpoints": ["77.164.248.136:57008", "10.65.0.27:57008", "172.17.0.1:57008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 48293}, - {"Proto": "peerapi6", "Port": 48293} - ]}, - "Created": "2026-04-09T01:26:52.899514036Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4169134606097235, - "StableID": "nWGPcb6DZZ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "DiscoKey": "discokey:c00c456751c7dce20d3620475493cff49ec1a2007f02a8ea7ce4ea239b6feb4d", - "Addresses": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "AllowedIPs": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "Endpoints": ["77.164.248.136:45208", "10.65.0.27:45208", "172.17.0.1:45208"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58813}, - {"Proto": "peerapi6", "Port": 58813} - ]}, - "Created": "2026-04-09T01:26:56.159096065Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5089877179177706, - "StableID": "noZnrfSDkg11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "DiscoKey": "discokey:507ce017f43465145883c7c672610da2eb43f0fa5da5d825bfcaee472057c71f", - "Addresses": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "AllowedIPs": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "Endpoints": ["77.164.248.136:52720", "10.65.0.27:52720", "172.17.0.1:52720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 44809}, - {"Proto": "peerapi6", "Port": 44809} - ]}, - "Created": "2026-04-09T01:26:57.256456795Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5195104867786502, - "StableID": "nuLCNYbsZh11CNTRL", + "ID": 660509904312180, + "StableID": "nsWBSZU9A611CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "DiscoKey": "discokey:37f5af93a78f677741af07eac708141ecfd45d744f74183d6c2af4ae35f01e5b", - "Addresses": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "AllowedIPs": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "Endpoints": ["77.164.248.136:57563", "10.65.0.27:57563", "172.17.0.1:57563"], + "Key": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "DiscoKey": "discokey:c49feec3ec8066e3de2b58b01f55285ed46ac3ae15038ebf391c1c594dfcc803", + "Addresses": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "AllowedIPs": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "Endpoints": ["77.164.248.136:53608", "10.65.0.27:53608", "172.17.0.1:53608"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56003}, - {"Proto": "peerapi6", "Port": 56003} + {"Proto": "peerapi4", "Port": 53530}, + {"Proto": "peerapi6", "Port": 53530} ]}, - "Created": "2026-04-09T01:26:54.532072992Z", + "Created": "2026-04-09T08:33:00.220283331Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6858891295426994, - "StableID": "nDCDcjSQZv11CNTRL", + "ID": 661435654298338, + "StableID": "nmkqnznZA611CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "KeyExpiry": "2026-10-06T08:33:04Z", + "DiscoKey": "discokey:be26a8130a79413aa826686aa2dfde54e765c7e3957a96af789e1cd9bd71c706", + "Addresses": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "AllowedIPs": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "Endpoints": ["77.164.248.136:56957", "10.65.0.27:56957", "172.17.0.1:56957"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 47586}, + {"Proto": "peerapi6", "Port": 47586} + ]}, + "Created": "2026-04-09T08:33:04.755527414Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1264405810975686, + "StableID": "ny8BmCoesA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "DiscoKey": "discokey:a64c912babe59afdf7e147c92849707f001ca4a1d611b00b388b673e77491328", + "Addresses": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "AllowedIPs": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "Endpoints": ["77.164.248.136:33860", "10.65.0.27:33860", "172.17.0.1:33860"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49096}, + {"Proto": "peerapi6", "Port": 49096} + ]}, + "Created": "2026-04-09T08:32:59.67575115Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2886972162408072, + "StableID": "n1DB25sWYP11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "DiscoKey": "discokey:aadf66d807d41dafe8b41dea18c53a95e0e1d5bd1b73c13fc187a11274bb8b36", + "Addresses": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "AllowedIPs": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "Endpoints": ["77.164.248.136:40581", "10.65.0.27:40581", "172.17.0.1:40581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 44678}, + {"Proto": "peerapi6", "Port": 44678} + ]}, + "Created": "2026-04-09T08:32:59.13594648Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 3418009451856174, + "StableID": "n7oYq7K2hT11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "DiscoKey": "discokey:c6cb7427825cd2808d52ba97665601aff5c022c40a419ef1974c73e26e11157f", + "Addresses": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "AllowedIPs": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "Endpoints": ["77.164.248.136:45147", "10.65.0.27:45147", "172.17.0.1:45147"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36156}, + {"Proto": "peerapi6", "Port": 36156} + ]}, + "Created": "2026-04-09T08:33:03.140961679Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5143172153343762, + "StableID": "no75ErQMAh11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "DiscoKey": "discokey:6edb98a929950c78ae71237a569d965f88572ababdbe35bb1117471ea5b30d66", + "Addresses": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "AllowedIPs": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "Endpoints": ["77.164.248.136:33966", "10.65.0.27:33966", "172.17.0.1:33966"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34650}, + {"Proto": "peerapi6", "Port": 34650} + ]}, + "Created": "2026-04-09T08:33:04.22153201Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5415690361604917, + "StableID": "nvMV691nHj11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:9d61fdde8da84e5bf1507ebab7b4cf9396f2c0ffba09b4c214607e9128afdd45", + "Addresses": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "AllowedIPs": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "Endpoints": ["77.164.248.136:58954", "10.65.0.27:58954", "172.17.0.1:58954"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 43453}, + {"Proto": "peerapi6", "Port": 43453} + ]}, + "Created": "2026-04-09T08:33:05.281058662Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5947337368600642, + "StableID": "nmcfZ8UZSo11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "DiscoKey": "discokey:4fb8a4a598a6ea2c05ac3cc4c5fbe414eff70ca28ae3b8b9576fffa2231a9b10", + "Addresses": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "AllowedIPs": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "Endpoints": ["77.164.248.136:34510", "10.65.0.27:34510", "172.17.0.1:34510"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 57658}, + {"Proto": "peerapi6", "Port": 57658} + ]}, + "Created": "2026-04-09T08:33:02.61529712Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6566778003470726, + "StableID": "nhrvH887Ht11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "DiscoKey": "discokey:42a8f71250b591a54d17d8b76a0582ce4034e93893b2856f986b5c7d0812e73a", + "Addresses": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "AllowedIPs": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "Endpoints": ["77.164.248.136:40333", "10.65.0.27:40333", "172.17.0.1:40333"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 43355}, + {"Proto": "peerapi6", "Port": 43355} + ]}, + "Created": "2026-04-09T08:33:02.089733201Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7319843711186168, + "StableID": "nuPZ8AtAAz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:d1fe24ee74534a25b4eab1034746673f3eb5cbc2c4a20c43795ffd6cc49a7676", + "Addresses": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "AllowedIPs": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 33632}, + {"Proto": "peerapi6", "Port": 33632} + ]}, + "Created": "2026-04-09T08:33:05.814698902Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7584378632230728, + "StableID": "nHhFFRmyD221CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "DiscoKey": "discokey:bba1622a75b383d1cb469f9194d185d7abf6e83bda8a61e6598cbe0697a4a57d", - "Addresses": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "AllowedIPs": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "Endpoints": ["77.164.248.136:43809", "10.65.0.27:43809", "172.17.0.1:43809"], + "Key": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "DiscoKey": "discokey:48bf0388bb51ed6c49ed6dee27f34630ef940fb8024db80feed2adb1cea7e213", + "Addresses": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "AllowedIPs": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "Endpoints": ["77.164.248.136:54668", "10.65.0.27:54668", "172.17.0.1:54668"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44008}, - {"Proto": "peerapi6", "Port": 44008} + {"Proto": "peerapi4", "Port": 46241}, + {"Proto": "peerapi6", "Port": 46241} ]}, - "Created": "2026-04-09T01:26:52.375931168Z", + "Created": "2026-04-09T08:32:58.063588003Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7326853064230132, - "StableID": "n1B5fL1MDz11CNTRL", + "ID": 7862901657787348, + "StableID": "nqBuFR68Q421CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "DiscoKey": "discokey:b65b2bc830c18dd34f7b2e3a28b59d5e0a8c551798ddb5c6aeca4af9f8551431", + "Addresses": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "AllowedIPs": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "Endpoints": ["77.164.248.136:47764", "10.65.0.27:47764", "172.17.0.1:47764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 58942}, + {"Proto": "peerapi6", "Port": 58942} + ]}, + "Created": "2026-04-09T08:32:58.597300265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8142466582003159, + "StableID": "nSrWHpnja621CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "DiscoKey": "discokey:4105410a6a56d724bb921dd6ae5f59229c82787204e81d9e52d66825a913e771", - "Addresses": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "AllowedIPs": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "Endpoints": ["77.164.248.136:49162", "10.65.0.27:49162", "172.17.0.1:49162"], + "Key": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "DiscoKey": "discokey:518465adbb48debb822bd836d208b1f4784a1cb61cb4e838abab298a4d68906e", + "Addresses": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "AllowedIPs": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "Endpoints": ["77.164.248.136:34946", "10.65.0.27:34946", "172.17.0.1:34946"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49748}, - {"Proto": "peerapi6", "Port": 49748} + {"Proto": "peerapi4", "Port": 43409}, + {"Proto": "peerapi6", "Port": 43409} ]}, - "Created": "2026-04-09T01:26:55.610555597Z", + "Created": "2026-04-09T08:33:01.531388236Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8020915467583079, - "StableID": "niz4YCrgd521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:a1517a54b84e812596239ba8240e099e06bd41add36d2b377d8ffb45d0b9e310", - "Addresses": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "AllowedIPs": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53681}, - {"Proto": "peerapi6", "Port": 53681} - ]}, - "Created": "2026-04-09T01:26:59.956576142Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8061976126667840, - "StableID": "nq1fNeSHx521CNTRL", + "ID": 8273587655366838, + "StableID": "nBH2Yr78c721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "DiscoKey": "discokey:efe05f4c05a8f987b38b7946d60883cea28471180cf76b04fdcbe46790c6e068", - "Addresses": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "AllowedIPs": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "Endpoints": ["77.164.248.136:48689", "10.65.0.27:48689", "172.17.0.1:48689"], + "Key": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "DiscoKey": "discokey:d3093d7ce059a100ccfa1df7fdc0b0187a86c8ed945d81998ad351a1172b6912", + "Addresses": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "AllowedIPs": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "Endpoints": ["77.164.248.136:53701", "10.65.0.27:53701", "172.17.0.1:53701"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 38001}, - {"Proto": "peerapi6", "Port": 38001} + {"Proto": "peerapi4", "Port": 38423}, + {"Proto": "peerapi6", "Port": 38423} ]}, - "Created": "2026-04-09T01:26:55.086001402Z", + "Created": "2026-04-09T08:33:00.985991037Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, @@ -8805,27 +8815,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7341294522675456": { - "ID": 7341294522675456, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7501368524224087": { + "ID": 7501368524224087, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8856,26 +8868,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4165072389143235, - "StableID": "ngMgQZPNXZ11CNTRL", + "ID": 7862901657787348, + "StableID": "nqBuFR68Q421CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 4165072389143235, - "Key": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "DiscoKey": "discokey:8a1f1d4600201a366de3665db99ce95bd5edfd0670cc7f3ccc1d03a92ecb8608", - "Addresses": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "AllowedIPs": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "Endpoints": ["77.164.248.136:57008", "10.65.0.27:57008", "172.17.0.1:57008"], + "User": 7862901657787348, + "Key": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "DiscoKey": "discokey:b65b2bc830c18dd34f7b2e3a28b59d5e0a8c551798ddb5c6aeca4af9f8551431", + "Addresses": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "AllowedIPs": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "Endpoints": ["77.164.248.136:47764", "10.65.0.27:47764", "172.17.0.1:47764"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 48293}, - {"Proto": "peerapi6", "Port": 48293}, + {"Proto": "peerapi4", "Port": 58942}, + {"Proto": "peerapi6", "Port": 58942}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:52.899514036Z", + "Created": "2026-04-09T08:32:58.597300265Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8903,297 +8915,297 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "MachineKey": "mkey:6da38a59d95f395e8a4f8b363364c1f0f18031172b50fe2cc85f2efe8c65f565", + "NodeKey": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "MachineKey": "mkey:577b4dc3d59a3ea1ff492857aac6dd6248bdd69e24850aee25aac87e24eb2377", "Peers": [{ - "ID": 2349995268762977, - "StableID": "nEZkifPKMK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "DiscoKey": "discokey:a88641a4707bdec172c7e304e09cc210c35b7b67d266548737944f40c80f3a12", - "Addresses": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "AllowedIPs": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "Endpoints": ["77.164.248.136:41576", "10.65.0.27:41576", "172.17.0.1:41576"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47861}, - {"Proto": "peerapi6", "Port": 47861} - ]}, - "Created": "2026-04-09T01:26:53.45045901Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2621878610415279, - "StableID": "neQrbhJTUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "KeyExpiry": "2026-10-06T01:26:58Z", - "DiscoKey": "discokey:1dc12f794aa59b550f6180d9713162efefd6bd14974d5619e8569672c16dc474", - "Addresses": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "AllowedIPs": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "Endpoints": ["77.164.248.136:40394", "10.65.0.27:40394", "172.17.0.1:40394"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52315}, - {"Proto": "peerapi6", "Port": 52315} - ]}, - "Created": "2026-04-09T01:26:58.856786176Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3126124581726277, - "StableID": "npLqNXzpQR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "DiscoKey": "discokey:9a4bfb130e903d1e54445f5ebadfd5448584e575869e503c875bae28e0088665", - "Addresses": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "AllowedIPs": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "Endpoints": ["77.164.248.136:47844", "10.65.0.27:47844", "172.17.0.1:47844"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 46614}, - {"Proto": "peerapi6", "Port": 46614} - ]}, - "Created": "2026-04-09T01:26:58.325197247Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3234605724834545, - "StableID": "nGAyWEcxFS11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "DiscoKey": "discokey:fb46c813e3e44ea2f83a944ca97a38ed7ab3a7c9b324fa243263d8fdbf9f6b22", - "Addresses": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "AllowedIPs": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "Endpoints": ["77.164.248.136:44850", "10.65.0.27:44850", "172.17.0.1:44850"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44753}, - {"Proto": "peerapi6", "Port": 44753} - ]}, - "Created": "2026-04-09T01:26:56.702329122Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 3597444864004439, - "StableID": "nQb8m2nH6V11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:7465ab6e82290e0759352b2e3ccf94404088011ee8f6e0d52c1232dd0743264c", - "Addresses": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "AllowedIPs": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "Endpoints": ["77.164.248.136:47264", "10.65.0.27:47264", "172.17.0.1:47264"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39817}, - {"Proto": "peerapi6", "Port": 39817} - ]}, - "Created": "2026-04-09T01:26:59.400486961Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3947712751274913, - "StableID": "nkALXkivpX11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "DiscoKey": "discokey:9c3422a6fcc8d1ef72af0644c002fd570fd926809427d42e8643d65bc677ef51", - "Addresses": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "AllowedIPs": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "Endpoints": ["77.164.248.136:47864", "10.65.0.27:47864", "172.17.0.1:47864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40849}, - {"Proto": "peerapi6", "Port": 40849} - ]}, - "Created": "2026-04-09T01:26:53.997762484Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4169134606097235, - "StableID": "nWGPcb6DZZ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "DiscoKey": "discokey:c00c456751c7dce20d3620475493cff49ec1a2007f02a8ea7ce4ea239b6feb4d", - "Addresses": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "AllowedIPs": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "Endpoints": ["77.164.248.136:45208", "10.65.0.27:45208", "172.17.0.1:45208"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58813}, - {"Proto": "peerapi6", "Port": 58813} - ]}, - "Created": "2026-04-09T01:26:56.159096065Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5089877179177706, - "StableID": "noZnrfSDkg11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "DiscoKey": "discokey:507ce017f43465145883c7c672610da2eb43f0fa5da5d825bfcaee472057c71f", - "Addresses": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "AllowedIPs": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "Endpoints": ["77.164.248.136:52720", "10.65.0.27:52720", "172.17.0.1:52720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 44809}, - {"Proto": "peerapi6", "Port": 44809} - ]}, - "Created": "2026-04-09T01:26:57.256456795Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5195104867786502, - "StableID": "nuLCNYbsZh11CNTRL", + "ID": 660509904312180, + "StableID": "nsWBSZU9A611CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "DiscoKey": "discokey:37f5af93a78f677741af07eac708141ecfd45d744f74183d6c2af4ae35f01e5b", - "Addresses": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "AllowedIPs": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "Endpoints": ["77.164.248.136:57563", "10.65.0.27:57563", "172.17.0.1:57563"], + "Key": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "DiscoKey": "discokey:c49feec3ec8066e3de2b58b01f55285ed46ac3ae15038ebf391c1c594dfcc803", + "Addresses": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "AllowedIPs": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "Endpoints": ["77.164.248.136:53608", "10.65.0.27:53608", "172.17.0.1:53608"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56003}, - {"Proto": "peerapi6", "Port": 56003} + {"Proto": "peerapi4", "Port": 53530}, + {"Proto": "peerapi6", "Port": 53530} ]}, - "Created": "2026-04-09T01:26:54.532072992Z", + "Created": "2026-04-09T08:33:00.220283331Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6858891295426994, - "StableID": "nDCDcjSQZv11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "DiscoKey": "discokey:bba1622a75b383d1cb469f9194d185d7abf6e83bda8a61e6598cbe0697a4a57d", - "Addresses": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "AllowedIPs": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "Endpoints": ["77.164.248.136:43809", "10.65.0.27:43809", "172.17.0.1:43809"], + "ID": 661435654298338, + "StableID": "nmkqnznZA611CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "KeyExpiry": "2026-10-06T08:33:04Z", + "DiscoKey": "discokey:be26a8130a79413aa826686aa2dfde54e765c7e3957a96af789e1cd9bd71c706", + "Addresses": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "AllowedIPs": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "Endpoints": ["77.164.248.136:56957", "10.65.0.27:56957", "172.17.0.1:56957"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44008}, - {"Proto": "peerapi6", "Port": 44008} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 47586}, + {"Proto": "peerapi6", "Port": 47586} ]}, - "Created": "2026-04-09T01:26:52.375931168Z", + "Created": "2026-04-09T08:33:04.755527414Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7326853064230132, - "StableID": "n1B5fL1MDz11CNTRL", - "Name": "spearow.tail78f774.ts.net.", + "ID": 1264405810975686, + "StableID": "ny8BmCoesA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "DiscoKey": "discokey:4105410a6a56d724bb921dd6ae5f59229c82787204e81d9e52d66825a913e771", - "Addresses": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "AllowedIPs": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "Endpoints": ["77.164.248.136:49162", "10.65.0.27:49162", "172.17.0.1:49162"], + "Key": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "DiscoKey": "discokey:a64c912babe59afdf7e147c92849707f001ca4a1d611b00b388b673e77491328", + "Addresses": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "AllowedIPs": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "Endpoints": ["77.164.248.136:33860", "10.65.0.27:33860", "172.17.0.1:33860"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49748}, - {"Proto": "peerapi6", "Port": 49748} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49096}, + {"Proto": "peerapi6", "Port": 49096} ]}, - "Created": "2026-04-09T01:26:55.610555597Z", + "Created": "2026-04-09T08:32:59.67575115Z", "Cap": 131, - "Tags": ["tag:spearow"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7341294522675456, - "StableID": "nR7StnMtKz11CNTRL", + "ID": 2886972162408072, + "StableID": "n1DB25sWYP11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "DiscoKey": "discokey:aadf66d807d41dafe8b41dea18c53a95e0e1d5bd1b73c13fc187a11274bb8b36", + "Addresses": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "AllowedIPs": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "Endpoints": ["77.164.248.136:40581", "10.65.0.27:40581", "172.17.0.1:40581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 44678}, + {"Proto": "peerapi6", "Port": 44678} + ]}, + "Created": "2026-04-09T08:32:59.13594648Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 3418009451856174, + "StableID": "n7oYq7K2hT11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "DiscoKey": "discokey:c6cb7427825cd2808d52ba97665601aff5c022c40a419ef1974c73e26e11157f", + "Addresses": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "AllowedIPs": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "Endpoints": ["77.164.248.136:45147", "10.65.0.27:45147", "172.17.0.1:45147"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36156}, + {"Proto": "peerapi6", "Port": 36156} + ]}, + "Created": "2026-04-09T08:33:03.140961679Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5143172153343762, + "StableID": "no75ErQMAh11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "DiscoKey": "discokey:6edb98a929950c78ae71237a569d965f88572ababdbe35bb1117471ea5b30d66", + "Addresses": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "AllowedIPs": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "Endpoints": ["77.164.248.136:33966", "10.65.0.27:33966", "172.17.0.1:33966"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34650}, + {"Proto": "peerapi6", "Port": 34650} + ]}, + "Created": "2026-04-09T08:33:04.22153201Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5415690361604917, + "StableID": "nvMV691nHj11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:9d61fdde8da84e5bf1507ebab7b4cf9396f2c0ffba09b4c214607e9128afdd45", + "Addresses": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "AllowedIPs": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "Endpoints": ["77.164.248.136:58954", "10.65.0.27:58954", "172.17.0.1:58954"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 43453}, + {"Proto": "peerapi6", "Port": 43453} + ]}, + "Created": "2026-04-09T08:33:05.281058662Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5947337368600642, + "StableID": "nmcfZ8UZSo11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "DiscoKey": "discokey:4fb8a4a598a6ea2c05ac3cc4c5fbe414eff70ca28ae3b8b9576fffa2231a9b10", + "Addresses": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "AllowedIPs": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "Endpoints": ["77.164.248.136:34510", "10.65.0.27:34510", "172.17.0.1:34510"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 57658}, + {"Proto": "peerapi6", "Port": 57658} + ]}, + "Created": "2026-04-09T08:33:02.61529712Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6566778003470726, + "StableID": "nhrvH887Ht11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "DiscoKey": "discokey:42a8f71250b591a54d17d8b76a0582ce4034e93893b2856f986b5c7d0812e73a", + "Addresses": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "AllowedIPs": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "Endpoints": ["77.164.248.136:40333", "10.65.0.27:40333", "172.17.0.1:40333"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 43355}, + {"Proto": "peerapi6", "Port": 43355} + ]}, + "Created": "2026-04-09T08:33:02.089733201Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7319843711186168, + "StableID": "nuPZ8AtAAz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:d1fe24ee74534a25b4eab1034746673f3eb5cbc2c4a20c43795ffd6cc49a7676", + "Addresses": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "AllowedIPs": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "Endpoints": ["77.164.248.136:56541", "10.65.0.27:56541", "172.17.0.1:56541"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 33632}, + {"Proto": "peerapi6", "Port": 33632} + ]}, + "Created": "2026-04-09T08:33:05.814698902Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7501368524224087, + "StableID": "n64rFQEPa121CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "DiscoKey": "discokey:c1a5ace54262de4a40d0bcab926ff3386c2efac3248832aeadc9861b08675d33", - "Addresses": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "AllowedIPs": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "Endpoints": ["77.164.248.136:41742", "10.65.0.27:41742", "172.17.0.1:41742"], - "HomeDERP": 14, + "Key": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "DiscoKey": "discokey:491566c711d71a02653069c7b994ea6c6efb4b08c9338b2f6f21de6139127a4c", + "Addresses": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "AllowedIPs": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "Endpoints": ["77.164.248.136:57707", "10.65.0.27:57707", "172.17.0.1:57707"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49967}, - {"Proto": "peerapi6", "Port": 49967} + {"Proto": "peerapi4", "Port": 49281}, + {"Proto": "peerapi6", "Port": 49281} ]}, - "Created": "2026-04-09T01:26:57.782076775Z", + "Created": "2026-04-09T08:33:03.697177329Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8020915467583079, - "StableID": "niz4YCrgd521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:a1517a54b84e812596239ba8240e099e06bd41add36d2b377d8ffb45d0b9e310", - "Addresses": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "AllowedIPs": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "Endpoints": ["77.164.248.136:52629", "10.65.0.27:52629", "172.17.0.1:52629"], + "ID": 7584378632230728, + "StableID": "nHhFFRmyD221CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "DiscoKey": "discokey:48bf0388bb51ed6c49ed6dee27f34630ef940fb8024db80feed2adb1cea7e213", + "Addresses": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "AllowedIPs": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "Endpoints": ["77.164.248.136:54668", "10.65.0.27:54668", "172.17.0.1:54668"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53681}, - {"Proto": "peerapi6", "Port": 53681} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 46241}, + {"Proto": "peerapi6", "Port": 46241} ]}, - "Created": "2026-04-09T01:26:59.956576142Z", + "Created": "2026-04-09T08:32:58.063588003Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 8061976126667840, - "StableID": "nq1fNeSHx521CNTRL", + "ID": 8142466582003159, + "StableID": "nSrWHpnja621CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "DiscoKey": "discokey:518465adbb48debb822bd836d208b1f4784a1cb61cb4e838abab298a4d68906e", + "Addresses": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "AllowedIPs": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "Endpoints": ["77.164.248.136:34946", "10.65.0.27:34946", "172.17.0.1:34946"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43409}, + {"Proto": "peerapi6", "Port": 43409} + ]}, + "Created": "2026-04-09T08:33:01.531388236Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8273587655366838, + "StableID": "nBH2Yr78c721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "DiscoKey": "discokey:efe05f4c05a8f987b38b7946d60883cea28471180cf76b04fdcbe46790c6e068", - "Addresses": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "AllowedIPs": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "Endpoints": ["77.164.248.136:48689", "10.65.0.27:48689", "172.17.0.1:48689"], + "Key": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "DiscoKey": "discokey:d3093d7ce059a100ccfa1df7fdc0b0187a86c8ed945d81998ad351a1172b6912", + "Addresses": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "AllowedIPs": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "Endpoints": ["77.164.248.136:53701", "10.65.0.27:53701", "172.17.0.1:53701"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 38001}, - {"Proto": "peerapi6", "Port": 38001} + {"Proto": "peerapi4", "Port": 38423}, + {"Proto": "peerapi6", "Port": 38423} ]}, - "Created": "2026-04-09T01:26:55.086001402Z", + "Created": "2026-04-09T08:33:00.985991037Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, @@ -10046,27 +10058,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4165072389143235": { - "ID": 4165072389143235, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7862901657787348": { + "ID": 7862901657787348, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10097,26 +10111,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6858891295426994, - "StableID": "nDCDcjSQZv11CNTRL", + "ID": 7584378632230728, + "StableID": "nHhFFRmyD221CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 6858891295426994, - "Key": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "DiscoKey": "discokey:bba1622a75b383d1cb469f9194d185d7abf6e83bda8a61e6598cbe0697a4a57d", - "Addresses": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "AllowedIPs": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "Endpoints": ["77.164.248.136:43809", "10.65.0.27:43809", "172.17.0.1:43809"], + "User": 7584378632230728, + "Key": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "DiscoKey": "discokey:48bf0388bb51ed6c49ed6dee27f34630ef940fb8024db80feed2adb1cea7e213", + "Addresses": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "AllowedIPs": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "Endpoints": ["77.164.248.136:54668", "10.65.0.27:54668", "172.17.0.1:54668"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 44008}, - {"Proto": "peerapi6", "Port": 44008}, + {"Proto": "peerapi4", "Port": 46241}, + {"Proto": "peerapi6", "Port": 46241}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:52.375931168Z", + "Created": "2026-04-09T08:32:58.063588003Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10144,297 +10158,297 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "MachineKey": "mkey:ad3404c4215592f55bb78f02f1c1eef98371b06a6590d540e65788d86480cb77", + "NodeKey": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "MachineKey": "mkey:93f1d928a38dc9693eb202cc358c6829ab8958f8bc60641ff37fbcc4f71e9e61", "Peers": [{ - "ID": 2349995268762977, - "StableID": "nEZkifPKMK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "DiscoKey": "discokey:a88641a4707bdec172c7e304e09cc210c35b7b67d266548737944f40c80f3a12", - "Addresses": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "AllowedIPs": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "Endpoints": ["77.164.248.136:41576", "10.65.0.27:41576", "172.17.0.1:41576"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47861}, - {"Proto": "peerapi6", "Port": 47861} - ]}, - "Created": "2026-04-09T01:26:53.45045901Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2621878610415279, - "StableID": "neQrbhJTUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "KeyExpiry": "2026-10-06T01:26:58Z", - "DiscoKey": "discokey:1dc12f794aa59b550f6180d9713162efefd6bd14974d5619e8569672c16dc474", - "Addresses": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "AllowedIPs": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "Endpoints": ["77.164.248.136:40394", "10.65.0.27:40394", "172.17.0.1:40394"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52315}, - {"Proto": "peerapi6", "Port": 52315} - ]}, - "Created": "2026-04-09T01:26:58.856786176Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3126124581726277, - "StableID": "npLqNXzpQR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "DiscoKey": "discokey:9a4bfb130e903d1e54445f5ebadfd5448584e575869e503c875bae28e0088665", - "Addresses": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "AllowedIPs": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "Endpoints": ["77.164.248.136:47844", "10.65.0.27:47844", "172.17.0.1:47844"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 46614}, - {"Proto": "peerapi6", "Port": 46614} - ]}, - "Created": "2026-04-09T01:26:58.325197247Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3234605724834545, - "StableID": "nGAyWEcxFS11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "DiscoKey": "discokey:fb46c813e3e44ea2f83a944ca97a38ed7ab3a7c9b324fa243263d8fdbf9f6b22", - "Addresses": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "AllowedIPs": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "Endpoints": ["77.164.248.136:44850", "10.65.0.27:44850", "172.17.0.1:44850"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44753}, - {"Proto": "peerapi6", "Port": 44753} - ]}, - "Created": "2026-04-09T01:26:56.702329122Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 3597444864004439, - "StableID": "nQb8m2nH6V11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:7465ab6e82290e0759352b2e3ccf94404088011ee8f6e0d52c1232dd0743264c", - "Addresses": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "AllowedIPs": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "Endpoints": ["77.164.248.136:47264", "10.65.0.27:47264", "172.17.0.1:47264"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39817}, - {"Proto": "peerapi6", "Port": 39817} - ]}, - "Created": "2026-04-09T01:26:59.400486961Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3947712751274913, - "StableID": "nkALXkivpX11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "DiscoKey": "discokey:9c3422a6fcc8d1ef72af0644c002fd570fd926809427d42e8643d65bc677ef51", - "Addresses": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "AllowedIPs": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "Endpoints": ["77.164.248.136:47864", "10.65.0.27:47864", "172.17.0.1:47864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40849}, - {"Proto": "peerapi6", "Port": 40849} - ]}, - "Created": "2026-04-09T01:26:53.997762484Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4165072389143235, - "StableID": "ngMgQZPNXZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "DiscoKey": "discokey:8a1f1d4600201a366de3665db99ce95bd5edfd0670cc7f3ccc1d03a92ecb8608", - "Addresses": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "AllowedIPs": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "Endpoints": ["77.164.248.136:57008", "10.65.0.27:57008", "172.17.0.1:57008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 48293}, - {"Proto": "peerapi6", "Port": 48293} - ]}, - "Created": "2026-04-09T01:26:52.899514036Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4169134606097235, - "StableID": "nWGPcb6DZZ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "DiscoKey": "discokey:c00c456751c7dce20d3620475493cff49ec1a2007f02a8ea7ce4ea239b6feb4d", - "Addresses": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "AllowedIPs": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "Endpoints": ["77.164.248.136:45208", "10.65.0.27:45208", "172.17.0.1:45208"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58813}, - {"Proto": "peerapi6", "Port": 58813} - ]}, - "Created": "2026-04-09T01:26:56.159096065Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5089877179177706, - "StableID": "noZnrfSDkg11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "DiscoKey": "discokey:507ce017f43465145883c7c672610da2eb43f0fa5da5d825bfcaee472057c71f", - "Addresses": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "AllowedIPs": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "Endpoints": ["77.164.248.136:52720", "10.65.0.27:52720", "172.17.0.1:52720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 44809}, - {"Proto": "peerapi6", "Port": 44809} - ]}, - "Created": "2026-04-09T01:26:57.256456795Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5195104867786502, - "StableID": "nuLCNYbsZh11CNTRL", + "ID": 660509904312180, + "StableID": "nsWBSZU9A611CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "DiscoKey": "discokey:37f5af93a78f677741af07eac708141ecfd45d744f74183d6c2af4ae35f01e5b", - "Addresses": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "AllowedIPs": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "Endpoints": ["77.164.248.136:57563", "10.65.0.27:57563", "172.17.0.1:57563"], + "Key": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "DiscoKey": "discokey:c49feec3ec8066e3de2b58b01f55285ed46ac3ae15038ebf391c1c594dfcc803", + "Addresses": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "AllowedIPs": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "Endpoints": ["77.164.248.136:53608", "10.65.0.27:53608", "172.17.0.1:53608"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56003}, - {"Proto": "peerapi6", "Port": 56003} + {"Proto": "peerapi4", "Port": 53530}, + {"Proto": "peerapi6", "Port": 53530} ]}, - "Created": "2026-04-09T01:26:54.532072992Z", + "Created": "2026-04-09T08:33:00.220283331Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7326853064230132, - "StableID": "n1B5fL1MDz11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "DiscoKey": "discokey:4105410a6a56d724bb921dd6ae5f59229c82787204e81d9e52d66825a913e771", - "Addresses": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "AllowedIPs": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "Endpoints": ["77.164.248.136:49162", "10.65.0.27:49162", "172.17.0.1:49162"], + "ID": 661435654298338, + "StableID": "nmkqnznZA611CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "KeyExpiry": "2026-10-06T08:33:04Z", + "DiscoKey": "discokey:be26a8130a79413aa826686aa2dfde54e765c7e3957a96af789e1cd9bd71c706", + "Addresses": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "AllowedIPs": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "Endpoints": ["77.164.248.136:56957", "10.65.0.27:56957", "172.17.0.1:56957"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49748}, - {"Proto": "peerapi6", "Port": 49748} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 47586}, + {"Proto": "peerapi6", "Port": 47586} ]}, - "Created": "2026-04-09T01:26:55.610555597Z", + "Created": "2026-04-09T08:33:04.755527414Z", "Cap": 131, - "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7341294522675456, - "StableID": "nR7StnMtKz11CNTRL", + "ID": 1264405810975686, + "StableID": "ny8BmCoesA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "DiscoKey": "discokey:a64c912babe59afdf7e147c92849707f001ca4a1d611b00b388b673e77491328", + "Addresses": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "AllowedIPs": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "Endpoints": ["77.164.248.136:33860", "10.65.0.27:33860", "172.17.0.1:33860"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49096}, + {"Proto": "peerapi6", "Port": 49096} + ]}, + "Created": "2026-04-09T08:32:59.67575115Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2886972162408072, + "StableID": "n1DB25sWYP11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "DiscoKey": "discokey:aadf66d807d41dafe8b41dea18c53a95e0e1d5bd1b73c13fc187a11274bb8b36", + "Addresses": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "AllowedIPs": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "Endpoints": ["77.164.248.136:40581", "10.65.0.27:40581", "172.17.0.1:40581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 44678}, + {"Proto": "peerapi6", "Port": 44678} + ]}, + "Created": "2026-04-09T08:32:59.13594648Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 3418009451856174, + "StableID": "n7oYq7K2hT11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "DiscoKey": "discokey:c6cb7427825cd2808d52ba97665601aff5c022c40a419ef1974c73e26e11157f", + "Addresses": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "AllowedIPs": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "Endpoints": ["77.164.248.136:45147", "10.65.0.27:45147", "172.17.0.1:45147"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36156}, + {"Proto": "peerapi6", "Port": 36156} + ]}, + "Created": "2026-04-09T08:33:03.140961679Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5143172153343762, + "StableID": "no75ErQMAh11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "DiscoKey": "discokey:6edb98a929950c78ae71237a569d965f88572ababdbe35bb1117471ea5b30d66", + "Addresses": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "AllowedIPs": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "Endpoints": ["77.164.248.136:33966", "10.65.0.27:33966", "172.17.0.1:33966"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34650}, + {"Proto": "peerapi6", "Port": 34650} + ]}, + "Created": "2026-04-09T08:33:04.22153201Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5415690361604917, + "StableID": "nvMV691nHj11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:9d61fdde8da84e5bf1507ebab7b4cf9396f2c0ffba09b4c214607e9128afdd45", + "Addresses": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "AllowedIPs": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "Endpoints": ["77.164.248.136:58954", "10.65.0.27:58954", "172.17.0.1:58954"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 43453}, + {"Proto": "peerapi6", "Port": 43453} + ]}, + "Created": "2026-04-09T08:33:05.281058662Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5947337368600642, + "StableID": "nmcfZ8UZSo11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "DiscoKey": "discokey:4fb8a4a598a6ea2c05ac3cc4c5fbe414eff70ca28ae3b8b9576fffa2231a9b10", + "Addresses": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "AllowedIPs": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "Endpoints": ["77.164.248.136:34510", "10.65.0.27:34510", "172.17.0.1:34510"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 57658}, + {"Proto": "peerapi6", "Port": 57658} + ]}, + "Created": "2026-04-09T08:33:02.61529712Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6566778003470726, + "StableID": "nhrvH887Ht11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "DiscoKey": "discokey:42a8f71250b591a54d17d8b76a0582ce4034e93893b2856f986b5c7d0812e73a", + "Addresses": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "AllowedIPs": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "Endpoints": ["77.164.248.136:40333", "10.65.0.27:40333", "172.17.0.1:40333"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 43355}, + {"Proto": "peerapi6", "Port": 43355} + ]}, + "Created": "2026-04-09T08:33:02.089733201Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7319843711186168, + "StableID": "nuPZ8AtAAz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:d1fe24ee74534a25b4eab1034746673f3eb5cbc2c4a20c43795ffd6cc49a7676", + "Addresses": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "AllowedIPs": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "Endpoints": ["77.164.248.136:56541", "10.65.0.27:56541", "172.17.0.1:56541"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 33632}, + {"Proto": "peerapi6", "Port": 33632} + ]}, + "Created": "2026-04-09T08:33:05.814698902Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7501368524224087, + "StableID": "n64rFQEPa121CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "DiscoKey": "discokey:c1a5ace54262de4a40d0bcab926ff3386c2efac3248832aeadc9861b08675d33", - "Addresses": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "AllowedIPs": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "Endpoints": ["77.164.248.136:41742", "10.65.0.27:41742", "172.17.0.1:41742"], - "HomeDERP": 14, + "Key": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "DiscoKey": "discokey:491566c711d71a02653069c7b994ea6c6efb4b08c9338b2f6f21de6139127a4c", + "Addresses": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "AllowedIPs": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "Endpoints": ["77.164.248.136:57707", "10.65.0.27:57707", "172.17.0.1:57707"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49967}, - {"Proto": "peerapi6", "Port": 49967} + {"Proto": "peerapi4", "Port": 49281}, + {"Proto": "peerapi6", "Port": 49281} ]}, - "Created": "2026-04-09T01:26:57.782076775Z", + "Created": "2026-04-09T08:33:03.697177329Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8020915467583079, - "StableID": "niz4YCrgd521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:a1517a54b84e812596239ba8240e099e06bd41add36d2b377d8ffb45d0b9e310", - "Addresses": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "AllowedIPs": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "Endpoints": ["77.164.248.136:52629", "10.65.0.27:52629", "172.17.0.1:52629"], + "ID": 7862901657787348, + "StableID": "nqBuFR68Q421CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "DiscoKey": "discokey:b65b2bc830c18dd34f7b2e3a28b59d5e0a8c551798ddb5c6aeca4af9f8551431", + "Addresses": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "AllowedIPs": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "Endpoints": ["77.164.248.136:47764", "10.65.0.27:47764", "172.17.0.1:47764"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53681}, - {"Proto": "peerapi6", "Port": 53681} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 58942}, + {"Proto": "peerapi6", "Port": 58942} ]}, - "Created": "2026-04-09T01:26:59.956576142Z", + "Created": "2026-04-09T08:32:58.597300265Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8061976126667840, - "StableID": "nq1fNeSHx521CNTRL", + "ID": 8142466582003159, + "StableID": "nSrWHpnja621CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "DiscoKey": "discokey:518465adbb48debb822bd836d208b1f4784a1cb61cb4e838abab298a4d68906e", + "Addresses": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "AllowedIPs": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "Endpoints": ["77.164.248.136:34946", "10.65.0.27:34946", "172.17.0.1:34946"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43409}, + {"Proto": "peerapi6", "Port": 43409} + ]}, + "Created": "2026-04-09T08:33:01.531388236Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8273587655366838, + "StableID": "nBH2Yr78c721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "DiscoKey": "discokey:efe05f4c05a8f987b38b7946d60883cea28471180cf76b04fdcbe46790c6e068", - "Addresses": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "AllowedIPs": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "Endpoints": ["77.164.248.136:48689", "10.65.0.27:48689", "172.17.0.1:48689"], + "Key": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "DiscoKey": "discokey:d3093d7ce059a100ccfa1df7fdc0b0187a86c8ed945d81998ad351a1172b6912", + "Addresses": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "AllowedIPs": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "Endpoints": ["77.164.248.136:53701", "10.65.0.27:53701", "172.17.0.1:53701"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 38001}, - {"Proto": "peerapi6", "Port": 38001} + {"Proto": "peerapi4", "Port": 38423}, + {"Proto": "peerapi6", "Port": 38423} ]}, - "Created": "2026-04-09T01:26:55.086001402Z", + "Created": "2026-04-09T08:33:00.985991037Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, @@ -11287,27 +11301,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6858891295426994": { - "ID": 6858891295426994, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7584378632230728": { + "ID": 7584378632230728, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11338,21 +11354,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5195104867786502, - "StableID": "nuLCNYbsZh11CNTRL", + "ID": 660509904312180, + "StableID": "nsWBSZU9A611CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 5195104867786502, - "Key": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "DiscoKey": "discokey:37f5af93a78f677741af07eac708141ecfd45d744f74183d6c2af4ae35f01e5b", - "Addresses": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "AllowedIPs": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "Endpoints": ["77.164.248.136:57563", "10.65.0.27:57563", "172.17.0.1:57563"], + "User": 660509904312180, + "Key": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "DiscoKey": "discokey:c49feec3ec8066e3de2b58b01f55285ed46ac3ae15038ebf391c1c594dfcc803", + "Addresses": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "AllowedIPs": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "Endpoints": ["77.164.248.136:53608", "10.65.0.27:53608", "172.17.0.1:53608"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 56003}, - {"Proto": "peerapi6", "Port": 56003}, + {"Proto": "peerapi4", "Port": 53530}, + {"Proto": "peerapi6", "Port": 53530}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:54.532072992Z", + "Created": "2026-04-09T08:33:00.220283331Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11380,295 +11396,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "MachineKey": "mkey:55d996ab1ccb9eac0032489d61195f3e2af230c131b730596bec09bf227bd422", + "NodeKey": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "MachineKey": "mkey:d1438347f138abbf1388a5b6576a338f75246be4a1fe0a2e2458f4fd8851ef3c", "Peers": [{ - "ID": 2349995268762977, - "StableID": "nEZkifPKMK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "DiscoKey": "discokey:a88641a4707bdec172c7e304e09cc210c35b7b67d266548737944f40c80f3a12", - "Addresses": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "AllowedIPs": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "Endpoints": ["77.164.248.136:41576", "10.65.0.27:41576", "172.17.0.1:41576"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47861}, - {"Proto": "peerapi6", "Port": 47861} - ]}, - "Created": "2026-04-09T01:26:53.45045901Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2621878610415279, - "StableID": "neQrbhJTUM11CNTRL", + "ID": 661435654298338, + "StableID": "nmkqnznZA611CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "KeyExpiry": "2026-10-06T01:26:58Z", - "DiscoKey": "discokey:1dc12f794aa59b550f6180d9713162efefd6bd14974d5619e8569672c16dc474", - "Addresses": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "AllowedIPs": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "Endpoints": ["77.164.248.136:40394", "10.65.0.27:40394", "172.17.0.1:40394"], + "Key": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "KeyExpiry": "2026-10-06T08:33:04Z", + "DiscoKey": "discokey:be26a8130a79413aa826686aa2dfde54e765c7e3957a96af789e1cd9bd71c706", + "Addresses": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "AllowedIPs": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "Endpoints": ["77.164.248.136:56957", "10.65.0.27:56957", "172.17.0.1:56957"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52315}, - {"Proto": "peerapi6", "Port": 52315} + {"Proto": "peerapi4", "Port": 47586}, + {"Proto": "peerapi6", "Port": 47586} ]}, - "Created": "2026-04-09T01:26:58.856786176Z", + "Created": "2026-04-09T08:33:04.755527414Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 3126124581726277, - "StableID": "npLqNXzpQR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "DiscoKey": "discokey:9a4bfb130e903d1e54445f5ebadfd5448584e575869e503c875bae28e0088665", - "Addresses": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "AllowedIPs": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "Endpoints": ["77.164.248.136:47844", "10.65.0.27:47844", "172.17.0.1:47844"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 46614}, - {"Proto": "peerapi6", "Port": 46614} - ]}, - "Created": "2026-04-09T01:26:58.325197247Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3234605724834545, - "StableID": "nGAyWEcxFS11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "DiscoKey": "discokey:fb46c813e3e44ea2f83a944ca97a38ed7ab3a7c9b324fa243263d8fdbf9f6b22", - "Addresses": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "AllowedIPs": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "Endpoints": ["77.164.248.136:44850", "10.65.0.27:44850", "172.17.0.1:44850"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44753}, - {"Proto": "peerapi6", "Port": 44753} - ]}, - "Created": "2026-04-09T01:26:56.702329122Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 3597444864004439, - "StableID": "nQb8m2nH6V11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:7465ab6e82290e0759352b2e3ccf94404088011ee8f6e0d52c1232dd0743264c", - "Addresses": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "AllowedIPs": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "Endpoints": ["77.164.248.136:47264", "10.65.0.27:47264", "172.17.0.1:47264"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39817}, - {"Proto": "peerapi6", "Port": 39817} - ]}, - "Created": "2026-04-09T01:26:59.400486961Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3947712751274913, - "StableID": "nkALXkivpX11CNTRL", + "ID": 1264405810975686, + "StableID": "ny8BmCoesA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "DiscoKey": "discokey:9c3422a6fcc8d1ef72af0644c002fd570fd926809427d42e8643d65bc677ef51", - "Addresses": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "AllowedIPs": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "Endpoints": ["77.164.248.136:47864", "10.65.0.27:47864", "172.17.0.1:47864"], + "Key": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "DiscoKey": "discokey:a64c912babe59afdf7e147c92849707f001ca4a1d611b00b388b673e77491328", + "Addresses": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "AllowedIPs": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "Endpoints": ["77.164.248.136:33860", "10.65.0.27:33860", "172.17.0.1:33860"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40849}, - {"Proto": "peerapi6", "Port": 40849} + {"Proto": "peerapi4", "Port": 49096}, + {"Proto": "peerapi6", "Port": 49096} ]}, - "Created": "2026-04-09T01:26:53.997762484Z", + "Created": "2026-04-09T08:32:59.67575115Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4165072389143235, - "StableID": "ngMgQZPNXZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 2886972162408072, + "StableID": "n1DB25sWYP11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "DiscoKey": "discokey:8a1f1d4600201a366de3665db99ce95bd5edfd0670cc7f3ccc1d03a92ecb8608", - "Addresses": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "AllowedIPs": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "Endpoints": ["77.164.248.136:57008", "10.65.0.27:57008", "172.17.0.1:57008"], + "Key": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "DiscoKey": "discokey:aadf66d807d41dafe8b41dea18c53a95e0e1d5bd1b73c13fc187a11274bb8b36", + "Addresses": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "AllowedIPs": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "Endpoints": ["77.164.248.136:40581", "10.65.0.27:40581", "172.17.0.1:40581"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 48293}, - {"Proto": "peerapi6", "Port": 48293} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 44678}, + {"Proto": "peerapi6", "Port": 44678} ]}, - "Created": "2026-04-09T01:26:52.899514036Z", + "Created": "2026-04-09T08:32:59.13594648Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 4169134606097235, - "StableID": "nWGPcb6DZZ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "DiscoKey": "discokey:c00c456751c7dce20d3620475493cff49ec1a2007f02a8ea7ce4ea239b6feb4d", - "Addresses": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "AllowedIPs": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "Endpoints": ["77.164.248.136:45208", "10.65.0.27:45208", "172.17.0.1:45208"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58813}, - {"Proto": "peerapi6", "Port": 58813} - ]}, - "Created": "2026-04-09T01:26:56.159096065Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5089877179177706, - "StableID": "noZnrfSDkg11CNTRL", + "ID": 3418009451856174, + "StableID": "n7oYq7K2hT11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "DiscoKey": "discokey:507ce017f43465145883c7c672610da2eb43f0fa5da5d825bfcaee472057c71f", - "Addresses": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "AllowedIPs": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "Endpoints": ["77.164.248.136:52720", "10.65.0.27:52720", "172.17.0.1:52720"], + "Key": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "DiscoKey": "discokey:c6cb7427825cd2808d52ba97665601aff5c022c40a419ef1974c73e26e11157f", + "Addresses": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "AllowedIPs": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "Endpoints": ["77.164.248.136:45147", "10.65.0.27:45147", "172.17.0.1:45147"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 44809}, - {"Proto": "peerapi6", "Port": 44809} + {"Proto": "peerapi4", "Port": 36156}, + {"Proto": "peerapi6", "Port": 36156} ]}, - "Created": "2026-04-09T01:26:57.256456795Z", + "Created": "2026-04-09T08:33:03.140961679Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6858891295426994, - "StableID": "nDCDcjSQZv11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", + "ID": 5143172153343762, + "StableID": "no75ErQMAh11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "DiscoKey": "discokey:bba1622a75b383d1cb469f9194d185d7abf6e83bda8a61e6598cbe0697a4a57d", - "Addresses": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "AllowedIPs": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "Endpoints": ["77.164.248.136:43809", "10.65.0.27:43809", "172.17.0.1:43809"], + "Key": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "DiscoKey": "discokey:6edb98a929950c78ae71237a569d965f88572ababdbe35bb1117471ea5b30d66", + "Addresses": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "AllowedIPs": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "Endpoints": ["77.164.248.136:33966", "10.65.0.27:33966", "172.17.0.1:33966"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44008}, - {"Proto": "peerapi6", "Port": 44008} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34650}, + {"Proto": "peerapi6", "Port": 34650} ]}, - "Created": "2026-04-09T01:26:52.375931168Z", + "Created": "2026-04-09T08:33:04.22153201Z", "Cap": 131, - "Tags": ["tag:pidgey"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7326853064230132, - "StableID": "n1B5fL1MDz11CNTRL", - "Name": "spearow.tail78f774.ts.net.", + "ID": 5415690361604917, + "StableID": "nvMV691nHj11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:9d61fdde8da84e5bf1507ebab7b4cf9396f2c0ffba09b4c214607e9128afdd45", + "Addresses": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "AllowedIPs": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "Endpoints": ["77.164.248.136:58954", "10.65.0.27:58954", "172.17.0.1:58954"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 43453}, + {"Proto": "peerapi6", "Port": 43453} + ]}, + "Created": "2026-04-09T08:33:05.281058662Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5947337368600642, + "StableID": "nmcfZ8UZSo11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "DiscoKey": "discokey:4105410a6a56d724bb921dd6ae5f59229c82787204e81d9e52d66825a913e771", - "Addresses": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "AllowedIPs": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "Endpoints": ["77.164.248.136:49162", "10.65.0.27:49162", "172.17.0.1:49162"], + "Key": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "DiscoKey": "discokey:4fb8a4a598a6ea2c05ac3cc4c5fbe414eff70ca28ae3b8b9576fffa2231a9b10", + "Addresses": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "AllowedIPs": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "Endpoints": ["77.164.248.136:34510", "10.65.0.27:34510", "172.17.0.1:34510"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49748}, - {"Proto": "peerapi6", "Port": 49748} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 57658}, + {"Proto": "peerapi6", "Port": 57658} ]}, - "Created": "2026-04-09T01:26:55.610555597Z", + "Created": "2026-04-09T08:33:02.61529712Z", "Cap": 131, - "Tags": ["tag:spearow"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 7341294522675456, - "StableID": "nR7StnMtKz11CNTRL", + "ID": 6566778003470726, + "StableID": "nhrvH887Ht11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "DiscoKey": "discokey:42a8f71250b591a54d17d8b76a0582ce4034e93893b2856f986b5c7d0812e73a", + "Addresses": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "AllowedIPs": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "Endpoints": ["77.164.248.136:40333", "10.65.0.27:40333", "172.17.0.1:40333"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 43355}, + {"Proto": "peerapi6", "Port": 43355} + ]}, + "Created": "2026-04-09T08:33:02.089733201Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7319843711186168, + "StableID": "nuPZ8AtAAz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:d1fe24ee74534a25b4eab1034746673f3eb5cbc2c4a20c43795ffd6cc49a7676", + "Addresses": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "AllowedIPs": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 33632}, + {"Proto": "peerapi6", "Port": 33632} + ]}, + "Created": "2026-04-09T08:33:05.814698902Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7501368524224087, + "StableID": "n64rFQEPa121CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "DiscoKey": "discokey:c1a5ace54262de4a40d0bcab926ff3386c2efac3248832aeadc9861b08675d33", - "Addresses": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "AllowedIPs": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "Endpoints": ["77.164.248.136:41742", "10.65.0.27:41742", "172.17.0.1:41742"], - "HomeDERP": 14, + "Key": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "DiscoKey": "discokey:491566c711d71a02653069c7b994ea6c6efb4b08c9338b2f6f21de6139127a4c", + "Addresses": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "AllowedIPs": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "Endpoints": ["77.164.248.136:57707", "10.65.0.27:57707", "172.17.0.1:57707"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49967}, - {"Proto": "peerapi6", "Port": 49967} + {"Proto": "peerapi4", "Port": 49281}, + {"Proto": "peerapi6", "Port": 49281} ]}, - "Created": "2026-04-09T01:26:57.782076775Z", + "Created": "2026-04-09T08:33:03.697177329Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8020915467583079, - "StableID": "niz4YCrgd521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:a1517a54b84e812596239ba8240e099e06bd41add36d2b377d8ffb45d0b9e310", - "Addresses": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "AllowedIPs": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53681}, - {"Proto": "peerapi6", "Port": 53681} + "ID": 7584378632230728, + "StableID": "nHhFFRmyD221CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "DiscoKey": "discokey:48bf0388bb51ed6c49ed6dee27f34630ef940fb8024db80feed2adb1cea7e213", + "Addresses": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "AllowedIPs": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "Endpoints": ["77.164.248.136:54668", "10.65.0.27:54668", "172.17.0.1:54668"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 46241}, + {"Proto": "peerapi6", "Port": 46241} ]}, - "Created": "2026-04-09T01:26:59.956576142Z", + "Created": "2026-04-09T08:32:58.063588003Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 8061976126667840, - "StableID": "nq1fNeSHx521CNTRL", + "ID": 7862901657787348, + "StableID": "nqBuFR68Q421CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "DiscoKey": "discokey:b65b2bc830c18dd34f7b2e3a28b59d5e0a8c551798ddb5c6aeca4af9f8551431", + "Addresses": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "AllowedIPs": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "Endpoints": ["77.164.248.136:47764", "10.65.0.27:47764", "172.17.0.1:47764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 58942}, + {"Proto": "peerapi6", "Port": 58942} + ]}, + "Created": "2026-04-09T08:32:58.597300265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8142466582003159, + "StableID": "nSrWHpnja621CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "DiscoKey": "discokey:518465adbb48debb822bd836d208b1f4784a1cb61cb4e838abab298a4d68906e", + "Addresses": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "AllowedIPs": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "Endpoints": ["77.164.248.136:34946", "10.65.0.27:34946", "172.17.0.1:34946"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43409}, + {"Proto": "peerapi6", "Port": 43409} + ]}, + "Created": "2026-04-09T08:33:01.531388236Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8273587655366838, + "StableID": "nBH2Yr78c721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "DiscoKey": "discokey:efe05f4c05a8f987b38b7946d60883cea28471180cf76b04fdcbe46790c6e068", - "Addresses": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "AllowedIPs": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "Endpoints": ["77.164.248.136:48689", "10.65.0.27:48689", "172.17.0.1:48689"], + "Key": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "DiscoKey": "discokey:d3093d7ce059a100ccfa1df7fdc0b0187a86c8ed945d81998ad351a1172b6912", + "Addresses": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "AllowedIPs": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "Endpoints": ["77.164.248.136:53701", "10.65.0.27:53701", "172.17.0.1:53701"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 38001}, - {"Proto": "peerapi6", "Port": 38001} + {"Proto": "peerapi4", "Port": 38423}, + {"Proto": "peerapi6", "Port": 38423} ]}, - "Created": "2026-04-09T01:26:55.086001402Z", + "Created": "2026-04-09T08:33:00.985991037Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, @@ -12521,27 +12537,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5195104867786502": { - "ID": 5195104867786502, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "660509904312180": { + "ID": 660509904312180, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12572,21 +12590,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3947712751274913, - "StableID": "nkALXkivpX11CNTRL", + "ID": 1264405810975686, + "StableID": "ny8BmCoesA11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 3947712751274913, - "Key": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "DiscoKey": "discokey:9c3422a6fcc8d1ef72af0644c002fd570fd926809427d42e8643d65bc677ef51", - "Addresses": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "AllowedIPs": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "Endpoints": ["77.164.248.136:47864", "10.65.0.27:47864", "172.17.0.1:47864"], + "User": 1264405810975686, + "Key": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "DiscoKey": "discokey:a64c912babe59afdf7e147c92849707f001ca4a1d611b00b388b673e77491328", + "Addresses": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "AllowedIPs": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "Endpoints": ["77.164.248.136:33860", "10.65.0.27:33860", "172.17.0.1:33860"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 40849}, - {"Proto": "peerapi6", "Port": 40849}, + {"Proto": "peerapi4", "Port": 49096}, + {"Proto": "peerapi6", "Port": 49096}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:53.997762484Z", + "Created": "2026-04-09T08:32:59.67575115Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12614,295 +12632,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "MachineKey": "mkey:4caa20f9f1d40cb974897b1bae0872d39e1c6c03d02c1be1783ac019d162ee7c", + "NodeKey": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "MachineKey": "mkey:ebeec51c0dea5e47a8b35631c270b4855f71cbe850621a5ff1944100e8c9095b", "Peers": [{ - "ID": 2349995268762977, - "StableID": "nEZkifPKMK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "DiscoKey": "discokey:a88641a4707bdec172c7e304e09cc210c35b7b67d266548737944f40c80f3a12", - "Addresses": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "AllowedIPs": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "Endpoints": ["77.164.248.136:41576", "10.65.0.27:41576", "172.17.0.1:41576"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47861}, - {"Proto": "peerapi6", "Port": 47861} - ]}, - "Created": "2026-04-09T01:26:53.45045901Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2621878610415279, - "StableID": "neQrbhJTUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "KeyExpiry": "2026-10-06T01:26:58Z", - "DiscoKey": "discokey:1dc12f794aa59b550f6180d9713162efefd6bd14974d5619e8569672c16dc474", - "Addresses": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "AllowedIPs": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "Endpoints": ["77.164.248.136:40394", "10.65.0.27:40394", "172.17.0.1:40394"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52315}, - {"Proto": "peerapi6", "Port": 52315} - ]}, - "Created": "2026-04-09T01:26:58.856786176Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3126124581726277, - "StableID": "npLqNXzpQR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "DiscoKey": "discokey:9a4bfb130e903d1e54445f5ebadfd5448584e575869e503c875bae28e0088665", - "Addresses": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "AllowedIPs": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "Endpoints": ["77.164.248.136:47844", "10.65.0.27:47844", "172.17.0.1:47844"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 46614}, - {"Proto": "peerapi6", "Port": 46614} - ]}, - "Created": "2026-04-09T01:26:58.325197247Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3234605724834545, - "StableID": "nGAyWEcxFS11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "DiscoKey": "discokey:fb46c813e3e44ea2f83a944ca97a38ed7ab3a7c9b324fa243263d8fdbf9f6b22", - "Addresses": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "AllowedIPs": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "Endpoints": ["77.164.248.136:44850", "10.65.0.27:44850", "172.17.0.1:44850"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44753}, - {"Proto": "peerapi6", "Port": 44753} - ]}, - "Created": "2026-04-09T01:26:56.702329122Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 3597444864004439, - "StableID": "nQb8m2nH6V11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:7465ab6e82290e0759352b2e3ccf94404088011ee8f6e0d52c1232dd0743264c", - "Addresses": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "AllowedIPs": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "Endpoints": ["77.164.248.136:47264", "10.65.0.27:47264", "172.17.0.1:47264"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39817}, - {"Proto": "peerapi6", "Port": 39817} - ]}, - "Created": "2026-04-09T01:26:59.400486961Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4165072389143235, - "StableID": "ngMgQZPNXZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "DiscoKey": "discokey:8a1f1d4600201a366de3665db99ce95bd5edfd0670cc7f3ccc1d03a92ecb8608", - "Addresses": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "AllowedIPs": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "Endpoints": ["77.164.248.136:57008", "10.65.0.27:57008", "172.17.0.1:57008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 48293}, - {"Proto": "peerapi6", "Port": 48293} - ]}, - "Created": "2026-04-09T01:26:52.899514036Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4169134606097235, - "StableID": "nWGPcb6DZZ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "DiscoKey": "discokey:c00c456751c7dce20d3620475493cff49ec1a2007f02a8ea7ce4ea239b6feb4d", - "Addresses": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "AllowedIPs": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "Endpoints": ["77.164.248.136:45208", "10.65.0.27:45208", "172.17.0.1:45208"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58813}, - {"Proto": "peerapi6", "Port": 58813} - ]}, - "Created": "2026-04-09T01:26:56.159096065Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5089877179177706, - "StableID": "noZnrfSDkg11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "DiscoKey": "discokey:507ce017f43465145883c7c672610da2eb43f0fa5da5d825bfcaee472057c71f", - "Addresses": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "AllowedIPs": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "Endpoints": ["77.164.248.136:52720", "10.65.0.27:52720", "172.17.0.1:52720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 44809}, - {"Proto": "peerapi6", "Port": 44809} - ]}, - "Created": "2026-04-09T01:26:57.256456795Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5195104867786502, - "StableID": "nuLCNYbsZh11CNTRL", + "ID": 660509904312180, + "StableID": "nsWBSZU9A611CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "DiscoKey": "discokey:37f5af93a78f677741af07eac708141ecfd45d744f74183d6c2af4ae35f01e5b", - "Addresses": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "AllowedIPs": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "Endpoints": ["77.164.248.136:57563", "10.65.0.27:57563", "172.17.0.1:57563"], + "Key": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "DiscoKey": "discokey:c49feec3ec8066e3de2b58b01f55285ed46ac3ae15038ebf391c1c594dfcc803", + "Addresses": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "AllowedIPs": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "Endpoints": ["77.164.248.136:53608", "10.65.0.27:53608", "172.17.0.1:53608"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56003}, - {"Proto": "peerapi6", "Port": 56003} + {"Proto": "peerapi4", "Port": 53530}, + {"Proto": "peerapi6", "Port": 53530} ]}, - "Created": "2026-04-09T01:26:54.532072992Z", + "Created": "2026-04-09T08:33:00.220283331Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6858891295426994, - "StableID": "nDCDcjSQZv11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "DiscoKey": "discokey:bba1622a75b383d1cb469f9194d185d7abf6e83bda8a61e6598cbe0697a4a57d", - "Addresses": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "AllowedIPs": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "Endpoints": ["77.164.248.136:43809", "10.65.0.27:43809", "172.17.0.1:43809"], + "ID": 661435654298338, + "StableID": "nmkqnznZA611CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "KeyExpiry": "2026-10-06T08:33:04Z", + "DiscoKey": "discokey:be26a8130a79413aa826686aa2dfde54e765c7e3957a96af789e1cd9bd71c706", + "Addresses": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "AllowedIPs": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "Endpoints": ["77.164.248.136:56957", "10.65.0.27:56957", "172.17.0.1:56957"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44008}, - {"Proto": "peerapi6", "Port": 44008} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 47586}, + {"Proto": "peerapi6", "Port": 47586} ]}, - "Created": "2026-04-09T01:26:52.375931168Z", + "Created": "2026-04-09T08:33:04.755527414Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7326853064230132, - "StableID": "n1B5fL1MDz11CNTRL", - "Name": "spearow.tail78f774.ts.net.", + "ID": 2886972162408072, + "StableID": "n1DB25sWYP11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "DiscoKey": "discokey:4105410a6a56d724bb921dd6ae5f59229c82787204e81d9e52d66825a913e771", - "Addresses": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "AllowedIPs": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "Endpoints": ["77.164.248.136:49162", "10.65.0.27:49162", "172.17.0.1:49162"], + "Key": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "DiscoKey": "discokey:aadf66d807d41dafe8b41dea18c53a95e0e1d5bd1b73c13fc187a11274bb8b36", + "Addresses": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "AllowedIPs": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "Endpoints": ["77.164.248.136:40581", "10.65.0.27:40581", "172.17.0.1:40581"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49748}, - {"Proto": "peerapi6", "Port": 49748} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 44678}, + {"Proto": "peerapi6", "Port": 44678} ]}, - "Created": "2026-04-09T01:26:55.610555597Z", + "Created": "2026-04-09T08:32:59.13594648Z", "Cap": 131, - "Tags": ["tag:spearow"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 7341294522675456, - "StableID": "nR7StnMtKz11CNTRL", + "ID": 3418009451856174, + "StableID": "n7oYq7K2hT11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "DiscoKey": "discokey:c6cb7427825cd2808d52ba97665601aff5c022c40a419ef1974c73e26e11157f", + "Addresses": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "AllowedIPs": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "Endpoints": ["77.164.248.136:45147", "10.65.0.27:45147", "172.17.0.1:45147"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36156}, + {"Proto": "peerapi6", "Port": 36156} + ]}, + "Created": "2026-04-09T08:33:03.140961679Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5143172153343762, + "StableID": "no75ErQMAh11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "DiscoKey": "discokey:6edb98a929950c78ae71237a569d965f88572ababdbe35bb1117471ea5b30d66", + "Addresses": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "AllowedIPs": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "Endpoints": ["77.164.248.136:33966", "10.65.0.27:33966", "172.17.0.1:33966"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34650}, + {"Proto": "peerapi6", "Port": 34650} + ]}, + "Created": "2026-04-09T08:33:04.22153201Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5415690361604917, + "StableID": "nvMV691nHj11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:9d61fdde8da84e5bf1507ebab7b4cf9396f2c0ffba09b4c214607e9128afdd45", + "Addresses": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "AllowedIPs": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "Endpoints": ["77.164.248.136:58954", "10.65.0.27:58954", "172.17.0.1:58954"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 43453}, + {"Proto": "peerapi6", "Port": 43453} + ]}, + "Created": "2026-04-09T08:33:05.281058662Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5947337368600642, + "StableID": "nmcfZ8UZSo11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "DiscoKey": "discokey:4fb8a4a598a6ea2c05ac3cc4c5fbe414eff70ca28ae3b8b9576fffa2231a9b10", + "Addresses": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "AllowedIPs": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "Endpoints": ["77.164.248.136:34510", "10.65.0.27:34510", "172.17.0.1:34510"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 57658}, + {"Proto": "peerapi6", "Port": 57658} + ]}, + "Created": "2026-04-09T08:33:02.61529712Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6566778003470726, + "StableID": "nhrvH887Ht11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "DiscoKey": "discokey:42a8f71250b591a54d17d8b76a0582ce4034e93893b2856f986b5c7d0812e73a", + "Addresses": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "AllowedIPs": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "Endpoints": ["77.164.248.136:40333", "10.65.0.27:40333", "172.17.0.1:40333"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 43355}, + {"Proto": "peerapi6", "Port": 43355} + ]}, + "Created": "2026-04-09T08:33:02.089733201Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7319843711186168, + "StableID": "nuPZ8AtAAz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:d1fe24ee74534a25b4eab1034746673f3eb5cbc2c4a20c43795ffd6cc49a7676", + "Addresses": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "AllowedIPs": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 33632}, + {"Proto": "peerapi6", "Port": 33632} + ]}, + "Created": "2026-04-09T08:33:05.814698902Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7501368524224087, + "StableID": "n64rFQEPa121CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "DiscoKey": "discokey:c1a5ace54262de4a40d0bcab926ff3386c2efac3248832aeadc9861b08675d33", - "Addresses": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "AllowedIPs": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "Endpoints": ["77.164.248.136:41742", "10.65.0.27:41742", "172.17.0.1:41742"], - "HomeDERP": 14, + "Key": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "DiscoKey": "discokey:491566c711d71a02653069c7b994ea6c6efb4b08c9338b2f6f21de6139127a4c", + "Addresses": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "AllowedIPs": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "Endpoints": ["77.164.248.136:57707", "10.65.0.27:57707", "172.17.0.1:57707"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49967}, - {"Proto": "peerapi6", "Port": 49967} + {"Proto": "peerapi4", "Port": 49281}, + {"Proto": "peerapi6", "Port": 49281} ]}, - "Created": "2026-04-09T01:26:57.782076775Z", + "Created": "2026-04-09T08:33:03.697177329Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8020915467583079, - "StableID": "niz4YCrgd521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:a1517a54b84e812596239ba8240e099e06bd41add36d2b377d8ffb45d0b9e310", - "Addresses": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "AllowedIPs": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53681}, - {"Proto": "peerapi6", "Port": 53681} + "ID": 7584378632230728, + "StableID": "nHhFFRmyD221CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "DiscoKey": "discokey:48bf0388bb51ed6c49ed6dee27f34630ef940fb8024db80feed2adb1cea7e213", + "Addresses": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "AllowedIPs": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "Endpoints": ["77.164.248.136:54668", "10.65.0.27:54668", "172.17.0.1:54668"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 46241}, + {"Proto": "peerapi6", "Port": 46241} ]}, - "Created": "2026-04-09T01:26:59.956576142Z", + "Created": "2026-04-09T08:32:58.063588003Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 8061976126667840, - "StableID": "nq1fNeSHx521CNTRL", + "ID": 7862901657787348, + "StableID": "nqBuFR68Q421CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "DiscoKey": "discokey:b65b2bc830c18dd34f7b2e3a28b59d5e0a8c551798ddb5c6aeca4af9f8551431", + "Addresses": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "AllowedIPs": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "Endpoints": ["77.164.248.136:47764", "10.65.0.27:47764", "172.17.0.1:47764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 58942}, + {"Proto": "peerapi6", "Port": 58942} + ]}, + "Created": "2026-04-09T08:32:58.597300265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8142466582003159, + "StableID": "nSrWHpnja621CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "DiscoKey": "discokey:518465adbb48debb822bd836d208b1f4784a1cb61cb4e838abab298a4d68906e", + "Addresses": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "AllowedIPs": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "Endpoints": ["77.164.248.136:34946", "10.65.0.27:34946", "172.17.0.1:34946"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43409}, + {"Proto": "peerapi6", "Port": 43409} + ]}, + "Created": "2026-04-09T08:33:01.531388236Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8273587655366838, + "StableID": "nBH2Yr78c721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "DiscoKey": "discokey:efe05f4c05a8f987b38b7946d60883cea28471180cf76b04fdcbe46790c6e068", - "Addresses": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "AllowedIPs": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "Endpoints": ["77.164.248.136:48689", "10.65.0.27:48689", "172.17.0.1:48689"], + "Key": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "DiscoKey": "discokey:d3093d7ce059a100ccfa1df7fdc0b0187a86c8ed945d81998ad351a1172b6912", + "Addresses": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "AllowedIPs": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "Endpoints": ["77.164.248.136:53701", "10.65.0.27:53701", "172.17.0.1:53701"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 38001}, - {"Proto": "peerapi6", "Port": 38001} + {"Proto": "peerapi4", "Port": 38423}, + {"Proto": "peerapi6", "Port": 38423} ]}, - "Created": "2026-04-09T01:26:55.086001402Z", + "Created": "2026-04-09T08:33:00.985991037Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, @@ -13755,27 +13773,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3947712751274913": { - "ID": 3947712751274913, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1264405810975686": { + "ID": 1264405810975686, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13806,26 +13826,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7326853064230132, - "StableID": "n1B5fL1MDz11CNTRL", + "ID": 8142466582003159, + "StableID": "nSrWHpnja621CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 7326853064230132, - "Key": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "DiscoKey": "discokey:4105410a6a56d724bb921dd6ae5f59229c82787204e81d9e52d66825a913e771", - "Addresses": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "AllowedIPs": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "Endpoints": ["77.164.248.136:49162", "10.65.0.27:49162", "172.17.0.1:49162"], + "User": 8142466582003159, + "Key": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "DiscoKey": "discokey:518465adbb48debb822bd836d208b1f4784a1cb61cb4e838abab298a4d68906e", + "Addresses": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "AllowedIPs": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "Endpoints": ["77.164.248.136:34946", "10.65.0.27:34946", "172.17.0.1:34946"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 49748}, - {"Proto": "peerapi6", "Port": 49748}, + {"Proto": "peerapi4", "Port": 43409}, + {"Proto": "peerapi6", "Port": 43409}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:55.610555597Z", + "Created": "2026-04-09T08:33:01.531388236Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13853,297 +13873,297 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "MachineKey": "mkey:a602a2198bd728a8736a11cae6f1c438ce977869626f5dd4d58bef2c130bd876", + "NodeKey": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "MachineKey": "mkey:b18706aa0694d12c542621434365fbaae632a02b79dda78767ab42c795f5dc35", "Peers": [{ - "ID": 2349995268762977, - "StableID": "nEZkifPKMK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "DiscoKey": "discokey:a88641a4707bdec172c7e304e09cc210c35b7b67d266548737944f40c80f3a12", - "Addresses": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "AllowedIPs": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "Endpoints": ["77.164.248.136:41576", "10.65.0.27:41576", "172.17.0.1:41576"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47861}, - {"Proto": "peerapi6", "Port": 47861} - ]}, - "Created": "2026-04-09T01:26:53.45045901Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2621878610415279, - "StableID": "neQrbhJTUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "KeyExpiry": "2026-10-06T01:26:58Z", - "DiscoKey": "discokey:1dc12f794aa59b550f6180d9713162efefd6bd14974d5619e8569672c16dc474", - "Addresses": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "AllowedIPs": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "Endpoints": ["77.164.248.136:40394", "10.65.0.27:40394", "172.17.0.1:40394"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52315}, - {"Proto": "peerapi6", "Port": 52315} - ]}, - "Created": "2026-04-09T01:26:58.856786176Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3126124581726277, - "StableID": "npLqNXzpQR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "DiscoKey": "discokey:9a4bfb130e903d1e54445f5ebadfd5448584e575869e503c875bae28e0088665", - "Addresses": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "AllowedIPs": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "Endpoints": ["77.164.248.136:47844", "10.65.0.27:47844", "172.17.0.1:47844"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 46614}, - {"Proto": "peerapi6", "Port": 46614} - ]}, - "Created": "2026-04-09T01:26:58.325197247Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3234605724834545, - "StableID": "nGAyWEcxFS11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "DiscoKey": "discokey:fb46c813e3e44ea2f83a944ca97a38ed7ab3a7c9b324fa243263d8fdbf9f6b22", - "Addresses": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "AllowedIPs": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "Endpoints": ["77.164.248.136:44850", "10.65.0.27:44850", "172.17.0.1:44850"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44753}, - {"Proto": "peerapi6", "Port": 44753} - ]}, - "Created": "2026-04-09T01:26:56.702329122Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 3597444864004439, - "StableID": "nQb8m2nH6V11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:7465ab6e82290e0759352b2e3ccf94404088011ee8f6e0d52c1232dd0743264c", - "Addresses": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "AllowedIPs": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "Endpoints": ["77.164.248.136:47264", "10.65.0.27:47264", "172.17.0.1:47264"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39817}, - {"Proto": "peerapi6", "Port": 39817} - ]}, - "Created": "2026-04-09T01:26:59.400486961Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3947712751274913, - "StableID": "nkALXkivpX11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "DiscoKey": "discokey:9c3422a6fcc8d1ef72af0644c002fd570fd926809427d42e8643d65bc677ef51", - "Addresses": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "AllowedIPs": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "Endpoints": ["77.164.248.136:47864", "10.65.0.27:47864", "172.17.0.1:47864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40849}, - {"Proto": "peerapi6", "Port": 40849} - ]}, - "Created": "2026-04-09T01:26:53.997762484Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4165072389143235, - "StableID": "ngMgQZPNXZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "DiscoKey": "discokey:8a1f1d4600201a366de3665db99ce95bd5edfd0670cc7f3ccc1d03a92ecb8608", - "Addresses": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "AllowedIPs": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "Endpoints": ["77.164.248.136:57008", "10.65.0.27:57008", "172.17.0.1:57008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 48293}, - {"Proto": "peerapi6", "Port": 48293} - ]}, - "Created": "2026-04-09T01:26:52.899514036Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4169134606097235, - "StableID": "nWGPcb6DZZ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "DiscoKey": "discokey:c00c456751c7dce20d3620475493cff49ec1a2007f02a8ea7ce4ea239b6feb4d", - "Addresses": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "AllowedIPs": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "Endpoints": ["77.164.248.136:45208", "10.65.0.27:45208", "172.17.0.1:45208"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58813}, - {"Proto": "peerapi6", "Port": 58813} - ]}, - "Created": "2026-04-09T01:26:56.159096065Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5089877179177706, - "StableID": "noZnrfSDkg11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "DiscoKey": "discokey:507ce017f43465145883c7c672610da2eb43f0fa5da5d825bfcaee472057c71f", - "Addresses": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "AllowedIPs": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "Endpoints": ["77.164.248.136:52720", "10.65.0.27:52720", "172.17.0.1:52720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 44809}, - {"Proto": "peerapi6", "Port": 44809} - ]}, - "Created": "2026-04-09T01:26:57.256456795Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5195104867786502, - "StableID": "nuLCNYbsZh11CNTRL", + "ID": 660509904312180, + "StableID": "nsWBSZU9A611CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "DiscoKey": "discokey:37f5af93a78f677741af07eac708141ecfd45d744f74183d6c2af4ae35f01e5b", - "Addresses": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "AllowedIPs": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "Endpoints": ["77.164.248.136:57563", "10.65.0.27:57563", "172.17.0.1:57563"], + "Key": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "DiscoKey": "discokey:c49feec3ec8066e3de2b58b01f55285ed46ac3ae15038ebf391c1c594dfcc803", + "Addresses": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "AllowedIPs": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "Endpoints": ["77.164.248.136:53608", "10.65.0.27:53608", "172.17.0.1:53608"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56003}, - {"Proto": "peerapi6", "Port": 56003} + {"Proto": "peerapi4", "Port": 53530}, + {"Proto": "peerapi6", "Port": 53530} ]}, - "Created": "2026-04-09T01:26:54.532072992Z", + "Created": "2026-04-09T08:33:00.220283331Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6858891295426994, - "StableID": "nDCDcjSQZv11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "DiscoKey": "discokey:bba1622a75b383d1cb469f9194d185d7abf6e83bda8a61e6598cbe0697a4a57d", - "Addresses": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "AllowedIPs": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "Endpoints": ["77.164.248.136:43809", "10.65.0.27:43809", "172.17.0.1:43809"], + "ID": 661435654298338, + "StableID": "nmkqnznZA611CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "KeyExpiry": "2026-10-06T08:33:04Z", + "DiscoKey": "discokey:be26a8130a79413aa826686aa2dfde54e765c7e3957a96af789e1cd9bd71c706", + "Addresses": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "AllowedIPs": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "Endpoints": ["77.164.248.136:56957", "10.65.0.27:56957", "172.17.0.1:56957"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44008}, - {"Proto": "peerapi6", "Port": 44008} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 47586}, + {"Proto": "peerapi6", "Port": 47586} ]}, - "Created": "2026-04-09T01:26:52.375931168Z", + "Created": "2026-04-09T08:33:04.755527414Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7341294522675456, - "StableID": "nR7StnMtKz11CNTRL", + "ID": 1264405810975686, + "StableID": "ny8BmCoesA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "DiscoKey": "discokey:a64c912babe59afdf7e147c92849707f001ca4a1d611b00b388b673e77491328", + "Addresses": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "AllowedIPs": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "Endpoints": ["77.164.248.136:33860", "10.65.0.27:33860", "172.17.0.1:33860"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49096}, + {"Proto": "peerapi6", "Port": 49096} + ]}, + "Created": "2026-04-09T08:32:59.67575115Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2886972162408072, + "StableID": "n1DB25sWYP11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "DiscoKey": "discokey:aadf66d807d41dafe8b41dea18c53a95e0e1d5bd1b73c13fc187a11274bb8b36", + "Addresses": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "AllowedIPs": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "Endpoints": ["77.164.248.136:40581", "10.65.0.27:40581", "172.17.0.1:40581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 44678}, + {"Proto": "peerapi6", "Port": 44678} + ]}, + "Created": "2026-04-09T08:32:59.13594648Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 3418009451856174, + "StableID": "n7oYq7K2hT11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "DiscoKey": "discokey:c6cb7427825cd2808d52ba97665601aff5c022c40a419ef1974c73e26e11157f", + "Addresses": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "AllowedIPs": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "Endpoints": ["77.164.248.136:45147", "10.65.0.27:45147", "172.17.0.1:45147"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36156}, + {"Proto": "peerapi6", "Port": 36156} + ]}, + "Created": "2026-04-09T08:33:03.140961679Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5143172153343762, + "StableID": "no75ErQMAh11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "DiscoKey": "discokey:6edb98a929950c78ae71237a569d965f88572ababdbe35bb1117471ea5b30d66", + "Addresses": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "AllowedIPs": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "Endpoints": ["77.164.248.136:33966", "10.65.0.27:33966", "172.17.0.1:33966"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34650}, + {"Proto": "peerapi6", "Port": 34650} + ]}, + "Created": "2026-04-09T08:33:04.22153201Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5415690361604917, + "StableID": "nvMV691nHj11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:9d61fdde8da84e5bf1507ebab7b4cf9396f2c0ffba09b4c214607e9128afdd45", + "Addresses": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "AllowedIPs": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "Endpoints": ["77.164.248.136:58954", "10.65.0.27:58954", "172.17.0.1:58954"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 43453}, + {"Proto": "peerapi6", "Port": 43453} + ]}, + "Created": "2026-04-09T08:33:05.281058662Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5947337368600642, + "StableID": "nmcfZ8UZSo11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "DiscoKey": "discokey:4fb8a4a598a6ea2c05ac3cc4c5fbe414eff70ca28ae3b8b9576fffa2231a9b10", + "Addresses": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "AllowedIPs": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "Endpoints": ["77.164.248.136:34510", "10.65.0.27:34510", "172.17.0.1:34510"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 57658}, + {"Proto": "peerapi6", "Port": 57658} + ]}, + "Created": "2026-04-09T08:33:02.61529712Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6566778003470726, + "StableID": "nhrvH887Ht11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "DiscoKey": "discokey:42a8f71250b591a54d17d8b76a0582ce4034e93893b2856f986b5c7d0812e73a", + "Addresses": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "AllowedIPs": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "Endpoints": ["77.164.248.136:40333", "10.65.0.27:40333", "172.17.0.1:40333"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 43355}, + {"Proto": "peerapi6", "Port": 43355} + ]}, + "Created": "2026-04-09T08:33:02.089733201Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7319843711186168, + "StableID": "nuPZ8AtAAz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:d1fe24ee74534a25b4eab1034746673f3eb5cbc2c4a20c43795ffd6cc49a7676", + "Addresses": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "AllowedIPs": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "Endpoints": ["77.164.248.136:56541", "10.65.0.27:56541", "172.17.0.1:56541"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 33632}, + {"Proto": "peerapi6", "Port": 33632} + ]}, + "Created": "2026-04-09T08:33:05.814698902Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7501368524224087, + "StableID": "n64rFQEPa121CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "DiscoKey": "discokey:c1a5ace54262de4a40d0bcab926ff3386c2efac3248832aeadc9861b08675d33", - "Addresses": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "AllowedIPs": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "Endpoints": ["77.164.248.136:41742", "10.65.0.27:41742", "172.17.0.1:41742"], - "HomeDERP": 14, + "Key": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "DiscoKey": "discokey:491566c711d71a02653069c7b994ea6c6efb4b08c9338b2f6f21de6139127a4c", + "Addresses": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "AllowedIPs": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "Endpoints": ["77.164.248.136:57707", "10.65.0.27:57707", "172.17.0.1:57707"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49967}, - {"Proto": "peerapi6", "Port": 49967} + {"Proto": "peerapi4", "Port": 49281}, + {"Proto": "peerapi6", "Port": 49281} ]}, - "Created": "2026-04-09T01:26:57.782076775Z", + "Created": "2026-04-09T08:33:03.697177329Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8020915467583079, - "StableID": "niz4YCrgd521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:a1517a54b84e812596239ba8240e099e06bd41add36d2b377d8ffb45d0b9e310", - "Addresses": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "AllowedIPs": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "Endpoints": ["77.164.248.136:52629", "10.65.0.27:52629", "172.17.0.1:52629"], + "ID": 7584378632230728, + "StableID": "nHhFFRmyD221CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "DiscoKey": "discokey:48bf0388bb51ed6c49ed6dee27f34630ef940fb8024db80feed2adb1cea7e213", + "Addresses": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "AllowedIPs": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "Endpoints": ["77.164.248.136:54668", "10.65.0.27:54668", "172.17.0.1:54668"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53681}, - {"Proto": "peerapi6", "Port": 53681} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 46241}, + {"Proto": "peerapi6", "Port": 46241} ]}, - "Created": "2026-04-09T01:26:59.956576142Z", + "Created": "2026-04-09T08:32:58.063588003Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 8061976126667840, - "StableID": "nq1fNeSHx521CNTRL", + "ID": 7862901657787348, + "StableID": "nqBuFR68Q421CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "DiscoKey": "discokey:b65b2bc830c18dd34f7b2e3a28b59d5e0a8c551798ddb5c6aeca4af9f8551431", + "Addresses": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "AllowedIPs": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "Endpoints": ["77.164.248.136:47764", "10.65.0.27:47764", "172.17.0.1:47764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 58942}, + {"Proto": "peerapi6", "Port": 58942} + ]}, + "Created": "2026-04-09T08:32:58.597300265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8273587655366838, + "StableID": "nBH2Yr78c721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "DiscoKey": "discokey:efe05f4c05a8f987b38b7946d60883cea28471180cf76b04fdcbe46790c6e068", - "Addresses": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "AllowedIPs": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "Endpoints": ["77.164.248.136:48689", "10.65.0.27:48689", "172.17.0.1:48689"], + "Key": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "DiscoKey": "discokey:d3093d7ce059a100ccfa1df7fdc0b0187a86c8ed945d81998ad351a1172b6912", + "Addresses": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "AllowedIPs": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "Endpoints": ["77.164.248.136:53701", "10.65.0.27:53701", "172.17.0.1:53701"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 38001}, - {"Proto": "peerapi6", "Port": 38001} + {"Proto": "peerapi4", "Port": 38423}, + {"Proto": "peerapi6", "Port": 38423} ]}, - "Created": "2026-04-09T01:26:55.086001402Z", + "Created": "2026-04-09T08:33:00.985991037Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, @@ -14996,27 +15016,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7326853064230132": { - "ID": 7326853064230132, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8142466582003159": { + "ID": 8142466582003159, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15047,26 +15069,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3234605724834545, - "StableID": "nGAyWEcxFS11CNTRL", + "ID": 5947337368600642, + "StableID": "nmcfZ8UZSo11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 3234605724834545, - "Key": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "DiscoKey": "discokey:fb46c813e3e44ea2f83a944ca97a38ed7ab3a7c9b324fa243263d8fdbf9f6b22", - "Addresses": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "AllowedIPs": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "Endpoints": ["77.164.248.136:44850", "10.65.0.27:44850", "172.17.0.1:44850"], + "User": 5947337368600642, + "Key": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "DiscoKey": "discokey:4fb8a4a598a6ea2c05ac3cc4c5fbe414eff70ca28ae3b8b9576fffa2231a9b10", + "Addresses": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "AllowedIPs": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "Endpoints": ["77.164.248.136:34510", "10.65.0.27:34510", "172.17.0.1:34510"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 44753}, - {"Proto": "peerapi6", "Port": 44753}, + {"Proto": "peerapi4", "Port": 57658}, + {"Proto": "peerapi6", "Port": 57658}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:26:56.702329122Z", + "Created": "2026-04-09T08:33:02.61529712Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15094,297 +15116,297 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "MachineKey": "mkey:970eecb272cdba1e26f15a0d5ddef847444ebbc331b73abd74bcf75e931cf70e", + "NodeKey": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "MachineKey": "mkey:ebd8f0eee188301978795545d1e9a19ed8346e0d87b7557b190d9c82984cdc4e", "Peers": [{ - "ID": 2349995268762977, - "StableID": "nEZkifPKMK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "DiscoKey": "discokey:a88641a4707bdec172c7e304e09cc210c35b7b67d266548737944f40c80f3a12", - "Addresses": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "AllowedIPs": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "Endpoints": ["77.164.248.136:41576", "10.65.0.27:41576", "172.17.0.1:41576"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47861}, - {"Proto": "peerapi6", "Port": 47861} - ]}, - "Created": "2026-04-09T01:26:53.45045901Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2621878610415279, - "StableID": "neQrbhJTUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "KeyExpiry": "2026-10-06T01:26:58Z", - "DiscoKey": "discokey:1dc12f794aa59b550f6180d9713162efefd6bd14974d5619e8569672c16dc474", - "Addresses": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "AllowedIPs": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "Endpoints": ["77.164.248.136:40394", "10.65.0.27:40394", "172.17.0.1:40394"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52315}, - {"Proto": "peerapi6", "Port": 52315} - ]}, - "Created": "2026-04-09T01:26:58.856786176Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3126124581726277, - "StableID": "npLqNXzpQR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "DiscoKey": "discokey:9a4bfb130e903d1e54445f5ebadfd5448584e575869e503c875bae28e0088665", - "Addresses": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "AllowedIPs": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "Endpoints": ["77.164.248.136:47844", "10.65.0.27:47844", "172.17.0.1:47844"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 46614}, - {"Proto": "peerapi6", "Port": 46614} - ]}, - "Created": "2026-04-09T01:26:58.325197247Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3597444864004439, - "StableID": "nQb8m2nH6V11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:7465ab6e82290e0759352b2e3ccf94404088011ee8f6e0d52c1232dd0743264c", - "Addresses": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "AllowedIPs": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "Endpoints": ["77.164.248.136:47264", "10.65.0.27:47264", "172.17.0.1:47264"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39817}, - {"Proto": "peerapi6", "Port": 39817} - ]}, - "Created": "2026-04-09T01:26:59.400486961Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3947712751274913, - "StableID": "nkALXkivpX11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "DiscoKey": "discokey:9c3422a6fcc8d1ef72af0644c002fd570fd926809427d42e8643d65bc677ef51", - "Addresses": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "AllowedIPs": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "Endpoints": ["77.164.248.136:47864", "10.65.0.27:47864", "172.17.0.1:47864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40849}, - {"Proto": "peerapi6", "Port": 40849} - ]}, - "Created": "2026-04-09T01:26:53.997762484Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4165072389143235, - "StableID": "ngMgQZPNXZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "DiscoKey": "discokey:8a1f1d4600201a366de3665db99ce95bd5edfd0670cc7f3ccc1d03a92ecb8608", - "Addresses": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "AllowedIPs": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "Endpoints": ["77.164.248.136:57008", "10.65.0.27:57008", "172.17.0.1:57008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 48293}, - {"Proto": "peerapi6", "Port": 48293} - ]}, - "Created": "2026-04-09T01:26:52.899514036Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4169134606097235, - "StableID": "nWGPcb6DZZ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "DiscoKey": "discokey:c00c456751c7dce20d3620475493cff49ec1a2007f02a8ea7ce4ea239b6feb4d", - "Addresses": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "AllowedIPs": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "Endpoints": ["77.164.248.136:45208", "10.65.0.27:45208", "172.17.0.1:45208"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58813}, - {"Proto": "peerapi6", "Port": 58813} - ]}, - "Created": "2026-04-09T01:26:56.159096065Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5089877179177706, - "StableID": "noZnrfSDkg11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "DiscoKey": "discokey:507ce017f43465145883c7c672610da2eb43f0fa5da5d825bfcaee472057c71f", - "Addresses": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "AllowedIPs": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "Endpoints": ["77.164.248.136:52720", "10.65.0.27:52720", "172.17.0.1:52720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 44809}, - {"Proto": "peerapi6", "Port": 44809} - ]}, - "Created": "2026-04-09T01:26:57.256456795Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5195104867786502, - "StableID": "nuLCNYbsZh11CNTRL", + "ID": 660509904312180, + "StableID": "nsWBSZU9A611CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "DiscoKey": "discokey:37f5af93a78f677741af07eac708141ecfd45d744f74183d6c2af4ae35f01e5b", - "Addresses": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "AllowedIPs": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "Endpoints": ["77.164.248.136:57563", "10.65.0.27:57563", "172.17.0.1:57563"], + "Key": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "DiscoKey": "discokey:c49feec3ec8066e3de2b58b01f55285ed46ac3ae15038ebf391c1c594dfcc803", + "Addresses": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "AllowedIPs": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "Endpoints": ["77.164.248.136:53608", "10.65.0.27:53608", "172.17.0.1:53608"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56003}, - {"Proto": "peerapi6", "Port": 56003} + {"Proto": "peerapi4", "Port": 53530}, + {"Proto": "peerapi6", "Port": 53530} ]}, - "Created": "2026-04-09T01:26:54.532072992Z", + "Created": "2026-04-09T08:33:00.220283331Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6858891295426994, - "StableID": "nDCDcjSQZv11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "DiscoKey": "discokey:bba1622a75b383d1cb469f9194d185d7abf6e83bda8a61e6598cbe0697a4a57d", - "Addresses": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "AllowedIPs": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "Endpoints": ["77.164.248.136:43809", "10.65.0.27:43809", "172.17.0.1:43809"], + "ID": 661435654298338, + "StableID": "nmkqnznZA611CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "KeyExpiry": "2026-10-06T08:33:04Z", + "DiscoKey": "discokey:be26a8130a79413aa826686aa2dfde54e765c7e3957a96af789e1cd9bd71c706", + "Addresses": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "AllowedIPs": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "Endpoints": ["77.164.248.136:56957", "10.65.0.27:56957", "172.17.0.1:56957"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44008}, - {"Proto": "peerapi6", "Port": 44008} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 47586}, + {"Proto": "peerapi6", "Port": 47586} ]}, - "Created": "2026-04-09T01:26:52.375931168Z", + "Created": "2026-04-09T08:33:04.755527414Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7326853064230132, - "StableID": "n1B5fL1MDz11CNTRL", - "Name": "spearow.tail78f774.ts.net.", + "ID": 1264405810975686, + "StableID": "ny8BmCoesA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "DiscoKey": "discokey:4105410a6a56d724bb921dd6ae5f59229c82787204e81d9e52d66825a913e771", - "Addresses": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "AllowedIPs": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "Endpoints": ["77.164.248.136:49162", "10.65.0.27:49162", "172.17.0.1:49162"], + "Key": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "DiscoKey": "discokey:a64c912babe59afdf7e147c92849707f001ca4a1d611b00b388b673e77491328", + "Addresses": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "AllowedIPs": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "Endpoints": ["77.164.248.136:33860", "10.65.0.27:33860", "172.17.0.1:33860"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49748}, - {"Proto": "peerapi6", "Port": 49748} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49096}, + {"Proto": "peerapi6", "Port": 49096} ]}, - "Created": "2026-04-09T01:26:55.610555597Z", + "Created": "2026-04-09T08:32:59.67575115Z", "Cap": 131, - "Tags": ["tag:spearow"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7341294522675456, - "StableID": "nR7StnMtKz11CNTRL", + "ID": 2886972162408072, + "StableID": "n1DB25sWYP11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "DiscoKey": "discokey:aadf66d807d41dafe8b41dea18c53a95e0e1d5bd1b73c13fc187a11274bb8b36", + "Addresses": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "AllowedIPs": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "Endpoints": ["77.164.248.136:40581", "10.65.0.27:40581", "172.17.0.1:40581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 44678}, + {"Proto": "peerapi6", "Port": 44678} + ]}, + "Created": "2026-04-09T08:32:59.13594648Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 3418009451856174, + "StableID": "n7oYq7K2hT11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "DiscoKey": "discokey:c6cb7427825cd2808d52ba97665601aff5c022c40a419ef1974c73e26e11157f", + "Addresses": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "AllowedIPs": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "Endpoints": ["77.164.248.136:45147", "10.65.0.27:45147", "172.17.0.1:45147"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36156}, + {"Proto": "peerapi6", "Port": 36156} + ]}, + "Created": "2026-04-09T08:33:03.140961679Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5143172153343762, + "StableID": "no75ErQMAh11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "DiscoKey": "discokey:6edb98a929950c78ae71237a569d965f88572ababdbe35bb1117471ea5b30d66", + "Addresses": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "AllowedIPs": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "Endpoints": ["77.164.248.136:33966", "10.65.0.27:33966", "172.17.0.1:33966"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34650}, + {"Proto": "peerapi6", "Port": 34650} + ]}, + "Created": "2026-04-09T08:33:04.22153201Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5415690361604917, + "StableID": "nvMV691nHj11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:9d61fdde8da84e5bf1507ebab7b4cf9396f2c0ffba09b4c214607e9128afdd45", + "Addresses": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "AllowedIPs": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "Endpoints": ["77.164.248.136:58954", "10.65.0.27:58954", "172.17.0.1:58954"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 43453}, + {"Proto": "peerapi6", "Port": 43453} + ]}, + "Created": "2026-04-09T08:33:05.281058662Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6566778003470726, + "StableID": "nhrvH887Ht11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "DiscoKey": "discokey:42a8f71250b591a54d17d8b76a0582ce4034e93893b2856f986b5c7d0812e73a", + "Addresses": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "AllowedIPs": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "Endpoints": ["77.164.248.136:40333", "10.65.0.27:40333", "172.17.0.1:40333"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 43355}, + {"Proto": "peerapi6", "Port": 43355} + ]}, + "Created": "2026-04-09T08:33:02.089733201Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7319843711186168, + "StableID": "nuPZ8AtAAz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:d1fe24ee74534a25b4eab1034746673f3eb5cbc2c4a20c43795ffd6cc49a7676", + "Addresses": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "AllowedIPs": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "Endpoints": ["77.164.248.136:56541", "10.65.0.27:56541", "172.17.0.1:56541"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 33632}, + {"Proto": "peerapi6", "Port": 33632} + ]}, + "Created": "2026-04-09T08:33:05.814698902Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7501368524224087, + "StableID": "n64rFQEPa121CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "DiscoKey": "discokey:c1a5ace54262de4a40d0bcab926ff3386c2efac3248832aeadc9861b08675d33", - "Addresses": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "AllowedIPs": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "Endpoints": ["77.164.248.136:41742", "10.65.0.27:41742", "172.17.0.1:41742"], - "HomeDERP": 14, + "Key": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "DiscoKey": "discokey:491566c711d71a02653069c7b994ea6c6efb4b08c9338b2f6f21de6139127a4c", + "Addresses": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "AllowedIPs": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "Endpoints": ["77.164.248.136:57707", "10.65.0.27:57707", "172.17.0.1:57707"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49967}, - {"Proto": "peerapi6", "Port": 49967} + {"Proto": "peerapi4", "Port": 49281}, + {"Proto": "peerapi6", "Port": 49281} ]}, - "Created": "2026-04-09T01:26:57.782076775Z", + "Created": "2026-04-09T08:33:03.697177329Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8020915467583079, - "StableID": "niz4YCrgd521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:a1517a54b84e812596239ba8240e099e06bd41add36d2b377d8ffb45d0b9e310", - "Addresses": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "AllowedIPs": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "Endpoints": ["77.164.248.136:52629", "10.65.0.27:52629", "172.17.0.1:52629"], + "ID": 7584378632230728, + "StableID": "nHhFFRmyD221CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "DiscoKey": "discokey:48bf0388bb51ed6c49ed6dee27f34630ef940fb8024db80feed2adb1cea7e213", + "Addresses": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "AllowedIPs": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "Endpoints": ["77.164.248.136:54668", "10.65.0.27:54668", "172.17.0.1:54668"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53681}, - {"Proto": "peerapi6", "Port": 53681} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 46241}, + {"Proto": "peerapi6", "Port": 46241} ]}, - "Created": "2026-04-09T01:26:59.956576142Z", + "Created": "2026-04-09T08:32:58.063588003Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 8061976126667840, - "StableID": "nq1fNeSHx521CNTRL", + "ID": 7862901657787348, + "StableID": "nqBuFR68Q421CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "DiscoKey": "discokey:b65b2bc830c18dd34f7b2e3a28b59d5e0a8c551798ddb5c6aeca4af9f8551431", + "Addresses": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "AllowedIPs": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "Endpoints": ["77.164.248.136:47764", "10.65.0.27:47764", "172.17.0.1:47764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 58942}, + {"Proto": "peerapi6", "Port": 58942} + ]}, + "Created": "2026-04-09T08:32:58.597300265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8142466582003159, + "StableID": "nSrWHpnja621CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "DiscoKey": "discokey:518465adbb48debb822bd836d208b1f4784a1cb61cb4e838abab298a4d68906e", + "Addresses": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "AllowedIPs": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "Endpoints": ["77.164.248.136:34946", "10.65.0.27:34946", "172.17.0.1:34946"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43409}, + {"Proto": "peerapi6", "Port": 43409} + ]}, + "Created": "2026-04-09T08:33:01.531388236Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8273587655366838, + "StableID": "nBH2Yr78c721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "DiscoKey": "discokey:efe05f4c05a8f987b38b7946d60883cea28471180cf76b04fdcbe46790c6e068", - "Addresses": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "AllowedIPs": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "Endpoints": ["77.164.248.136:48689", "10.65.0.27:48689", "172.17.0.1:48689"], + "Key": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "DiscoKey": "discokey:d3093d7ce059a100ccfa1df7fdc0b0187a86c8ed945d81998ad351a1172b6912", + "Addresses": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "AllowedIPs": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "Endpoints": ["77.164.248.136:53701", "10.65.0.27:53701", "172.17.0.1:53701"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 38001}, - {"Proto": "peerapi6", "Port": 38001} + {"Proto": "peerapi4", "Port": 38423}, + {"Proto": "peerapi6", "Port": 38423} ]}, - "Created": "2026-04-09T01:26:55.086001402Z", + "Created": "2026-04-09T08:33:00.985991037Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, @@ -16237,27 +16259,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3234605724834545": { - "ID": 3234605724834545, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5947337368600642": { + "ID": 5947337368600642, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16288,22 +16312,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3597444864004439, - "StableID": "nQb8m2nH6V11CNTRL", + "ID": 5415690361604917, + "StableID": "nvMV691nHj11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:7465ab6e82290e0759352b2e3ccf94404088011ee8f6e0d52c1232dd0743264c", - "Addresses": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "AllowedIPs": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "Endpoints": ["77.164.248.136:47264", "10.65.0.27:47264", "172.17.0.1:47264"], + "Key": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:9d61fdde8da84e5bf1507ebab7b4cf9396f2c0ffba09b4c214607e9128afdd45", + "Addresses": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "AllowedIPs": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "Endpoints": ["77.164.248.136:58954", "10.65.0.27:58954", "172.17.0.1:58954"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39817}, - {"Proto": "peerapi6", "Port": 39817}, + {"Proto": "peerapi4", "Port": 43453}, + {"Proto": "peerapi6", "Port": 43453}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:59.400486961Z", + "Created": "2026-04-09T08:33:05.281058662Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16330,295 +16354,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "MachineKey": "mkey:22a1f7d8eae9dda1deff5fc024ec00db42f5f352f7bec924bb1175645f63c515", + "NodeKey": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "MachineKey": "mkey:c87525742a2c935aa54047ca8e47674fb1e1f08f948a996cd1bbe30afcfa2d3a", "Peers": [{ - "ID": 2349995268762977, - "StableID": "nEZkifPKMK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "DiscoKey": "discokey:a88641a4707bdec172c7e304e09cc210c35b7b67d266548737944f40c80f3a12", - "Addresses": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "AllowedIPs": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "Endpoints": ["77.164.248.136:41576", "10.65.0.27:41576", "172.17.0.1:41576"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47861}, - {"Proto": "peerapi6", "Port": 47861} - ]}, - "Created": "2026-04-09T01:26:53.45045901Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2621878610415279, - "StableID": "neQrbhJTUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "KeyExpiry": "2026-10-06T01:26:58Z", - "DiscoKey": "discokey:1dc12f794aa59b550f6180d9713162efefd6bd14974d5619e8569672c16dc474", - "Addresses": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "AllowedIPs": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "Endpoints": ["77.164.248.136:40394", "10.65.0.27:40394", "172.17.0.1:40394"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52315}, - {"Proto": "peerapi6", "Port": 52315} - ]}, - "Created": "2026-04-09T01:26:58.856786176Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3126124581726277, - "StableID": "npLqNXzpQR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "DiscoKey": "discokey:9a4bfb130e903d1e54445f5ebadfd5448584e575869e503c875bae28e0088665", - "Addresses": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "AllowedIPs": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "Endpoints": ["77.164.248.136:47844", "10.65.0.27:47844", "172.17.0.1:47844"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 46614}, - {"Proto": "peerapi6", "Port": 46614} - ]}, - "Created": "2026-04-09T01:26:58.325197247Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3234605724834545, - "StableID": "nGAyWEcxFS11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "DiscoKey": "discokey:fb46c813e3e44ea2f83a944ca97a38ed7ab3a7c9b324fa243263d8fdbf9f6b22", - "Addresses": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "AllowedIPs": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "Endpoints": ["77.164.248.136:44850", "10.65.0.27:44850", "172.17.0.1:44850"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44753}, - {"Proto": "peerapi6", "Port": 44753} - ]}, - "Created": "2026-04-09T01:26:56.702329122Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 3947712751274913, - "StableID": "nkALXkivpX11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "DiscoKey": "discokey:9c3422a6fcc8d1ef72af0644c002fd570fd926809427d42e8643d65bc677ef51", - "Addresses": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "AllowedIPs": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "Endpoints": ["77.164.248.136:47864", "10.65.0.27:47864", "172.17.0.1:47864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40849}, - {"Proto": "peerapi6", "Port": 40849} - ]}, - "Created": "2026-04-09T01:26:53.997762484Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4165072389143235, - "StableID": "ngMgQZPNXZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "DiscoKey": "discokey:8a1f1d4600201a366de3665db99ce95bd5edfd0670cc7f3ccc1d03a92ecb8608", - "Addresses": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "AllowedIPs": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "Endpoints": ["77.164.248.136:57008", "10.65.0.27:57008", "172.17.0.1:57008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 48293}, - {"Proto": "peerapi6", "Port": 48293} - ]}, - "Created": "2026-04-09T01:26:52.899514036Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4169134606097235, - "StableID": "nWGPcb6DZZ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "DiscoKey": "discokey:c00c456751c7dce20d3620475493cff49ec1a2007f02a8ea7ce4ea239b6feb4d", - "Addresses": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "AllowedIPs": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "Endpoints": ["77.164.248.136:45208", "10.65.0.27:45208", "172.17.0.1:45208"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58813}, - {"Proto": "peerapi6", "Port": 58813} - ]}, - "Created": "2026-04-09T01:26:56.159096065Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5089877179177706, - "StableID": "noZnrfSDkg11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "DiscoKey": "discokey:507ce017f43465145883c7c672610da2eb43f0fa5da5d825bfcaee472057c71f", - "Addresses": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "AllowedIPs": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "Endpoints": ["77.164.248.136:52720", "10.65.0.27:52720", "172.17.0.1:52720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 44809}, - {"Proto": "peerapi6", "Port": 44809} - ]}, - "Created": "2026-04-09T01:26:57.256456795Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5195104867786502, - "StableID": "nuLCNYbsZh11CNTRL", + "ID": 660509904312180, + "StableID": "nsWBSZU9A611CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "DiscoKey": "discokey:37f5af93a78f677741af07eac708141ecfd45d744f74183d6c2af4ae35f01e5b", - "Addresses": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "AllowedIPs": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "Endpoints": ["77.164.248.136:57563", "10.65.0.27:57563", "172.17.0.1:57563"], + "Key": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "DiscoKey": "discokey:c49feec3ec8066e3de2b58b01f55285ed46ac3ae15038ebf391c1c594dfcc803", + "Addresses": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "AllowedIPs": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "Endpoints": ["77.164.248.136:53608", "10.65.0.27:53608", "172.17.0.1:53608"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56003}, - {"Proto": "peerapi6", "Port": 56003} + {"Proto": "peerapi4", "Port": 53530}, + {"Proto": "peerapi6", "Port": 53530} ]}, - "Created": "2026-04-09T01:26:54.532072992Z", + "Created": "2026-04-09T08:33:00.220283331Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6858891295426994, - "StableID": "nDCDcjSQZv11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "DiscoKey": "discokey:bba1622a75b383d1cb469f9194d185d7abf6e83bda8a61e6598cbe0697a4a57d", - "Addresses": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "AllowedIPs": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "Endpoints": ["77.164.248.136:43809", "10.65.0.27:43809", "172.17.0.1:43809"], + "ID": 661435654298338, + "StableID": "nmkqnznZA611CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "KeyExpiry": "2026-10-06T08:33:04Z", + "DiscoKey": "discokey:be26a8130a79413aa826686aa2dfde54e765c7e3957a96af789e1cd9bd71c706", + "Addresses": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "AllowedIPs": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "Endpoints": ["77.164.248.136:56957", "10.65.0.27:56957", "172.17.0.1:56957"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44008}, - {"Proto": "peerapi6", "Port": 44008} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 47586}, + {"Proto": "peerapi6", "Port": 47586} ]}, - "Created": "2026-04-09T01:26:52.375931168Z", + "Created": "2026-04-09T08:33:04.755527414Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7326853064230132, - "StableID": "n1B5fL1MDz11CNTRL", - "Name": "spearow.tail78f774.ts.net.", + "ID": 1264405810975686, + "StableID": "ny8BmCoesA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "DiscoKey": "discokey:4105410a6a56d724bb921dd6ae5f59229c82787204e81d9e52d66825a913e771", - "Addresses": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "AllowedIPs": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "Endpoints": ["77.164.248.136:49162", "10.65.0.27:49162", "172.17.0.1:49162"], + "Key": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "DiscoKey": "discokey:a64c912babe59afdf7e147c92849707f001ca4a1d611b00b388b673e77491328", + "Addresses": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "AllowedIPs": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "Endpoints": ["77.164.248.136:33860", "10.65.0.27:33860", "172.17.0.1:33860"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49748}, - {"Proto": "peerapi6", "Port": 49748} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49096}, + {"Proto": "peerapi6", "Port": 49096} ]}, - "Created": "2026-04-09T01:26:55.610555597Z", + "Created": "2026-04-09T08:32:59.67575115Z", "Cap": 131, - "Tags": ["tag:spearow"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7341294522675456, - "StableID": "nR7StnMtKz11CNTRL", + "ID": 2886972162408072, + "StableID": "n1DB25sWYP11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "DiscoKey": "discokey:aadf66d807d41dafe8b41dea18c53a95e0e1d5bd1b73c13fc187a11274bb8b36", + "Addresses": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "AllowedIPs": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "Endpoints": ["77.164.248.136:40581", "10.65.0.27:40581", "172.17.0.1:40581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 44678}, + {"Proto": "peerapi6", "Port": 44678} + ]}, + "Created": "2026-04-09T08:32:59.13594648Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 3418009451856174, + "StableID": "n7oYq7K2hT11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "DiscoKey": "discokey:c6cb7427825cd2808d52ba97665601aff5c022c40a419ef1974c73e26e11157f", + "Addresses": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "AllowedIPs": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "Endpoints": ["77.164.248.136:45147", "10.65.0.27:45147", "172.17.0.1:45147"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36156}, + {"Proto": "peerapi6", "Port": 36156} + ]}, + "Created": "2026-04-09T08:33:03.140961679Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5143172153343762, + "StableID": "no75ErQMAh11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "DiscoKey": "discokey:6edb98a929950c78ae71237a569d965f88572ababdbe35bb1117471ea5b30d66", + "Addresses": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "AllowedIPs": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "Endpoints": ["77.164.248.136:33966", "10.65.0.27:33966", "172.17.0.1:33966"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34650}, + {"Proto": "peerapi6", "Port": 34650} + ]}, + "Created": "2026-04-09T08:33:04.22153201Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5947337368600642, + "StableID": "nmcfZ8UZSo11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "DiscoKey": "discokey:4fb8a4a598a6ea2c05ac3cc4c5fbe414eff70ca28ae3b8b9576fffa2231a9b10", + "Addresses": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "AllowedIPs": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "Endpoints": ["77.164.248.136:34510", "10.65.0.27:34510", "172.17.0.1:34510"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 57658}, + {"Proto": "peerapi6", "Port": 57658} + ]}, + "Created": "2026-04-09T08:33:02.61529712Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6566778003470726, + "StableID": "nhrvH887Ht11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "DiscoKey": "discokey:42a8f71250b591a54d17d8b76a0582ce4034e93893b2856f986b5c7d0812e73a", + "Addresses": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "AllowedIPs": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "Endpoints": ["77.164.248.136:40333", "10.65.0.27:40333", "172.17.0.1:40333"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 43355}, + {"Proto": "peerapi6", "Port": 43355} + ]}, + "Created": "2026-04-09T08:33:02.089733201Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7319843711186168, + "StableID": "nuPZ8AtAAz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:d1fe24ee74534a25b4eab1034746673f3eb5cbc2c4a20c43795ffd6cc49a7676", + "Addresses": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "AllowedIPs": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 33632}, + {"Proto": "peerapi6", "Port": 33632} + ]}, + "Created": "2026-04-09T08:33:05.814698902Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7501368524224087, + "StableID": "n64rFQEPa121CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "DiscoKey": "discokey:c1a5ace54262de4a40d0bcab926ff3386c2efac3248832aeadc9861b08675d33", - "Addresses": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "AllowedIPs": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "Endpoints": ["77.164.248.136:41742", "10.65.0.27:41742", "172.17.0.1:41742"], - "HomeDERP": 14, + "Key": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "DiscoKey": "discokey:491566c711d71a02653069c7b994ea6c6efb4b08c9338b2f6f21de6139127a4c", + "Addresses": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "AllowedIPs": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "Endpoints": ["77.164.248.136:57707", "10.65.0.27:57707", "172.17.0.1:57707"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49967}, - {"Proto": "peerapi6", "Port": 49967} + {"Proto": "peerapi4", "Port": 49281}, + {"Proto": "peerapi6", "Port": 49281} ]}, - "Created": "2026-04-09T01:26:57.782076775Z", + "Created": "2026-04-09T08:33:03.697177329Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8020915467583079, - "StableID": "niz4YCrgd521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:a1517a54b84e812596239ba8240e099e06bd41add36d2b377d8ffb45d0b9e310", - "Addresses": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "AllowedIPs": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53681}, - {"Proto": "peerapi6", "Port": 53681} + "ID": 7584378632230728, + "StableID": "nHhFFRmyD221CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "DiscoKey": "discokey:48bf0388bb51ed6c49ed6dee27f34630ef940fb8024db80feed2adb1cea7e213", + "Addresses": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "AllowedIPs": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "Endpoints": ["77.164.248.136:54668", "10.65.0.27:54668", "172.17.0.1:54668"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 46241}, + {"Proto": "peerapi6", "Port": 46241} ]}, - "Created": "2026-04-09T01:26:59.956576142Z", + "Created": "2026-04-09T08:32:58.063588003Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 8061976126667840, - "StableID": "nq1fNeSHx521CNTRL", + "ID": 7862901657787348, + "StableID": "nqBuFR68Q421CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "DiscoKey": "discokey:b65b2bc830c18dd34f7b2e3a28b59d5e0a8c551798ddb5c6aeca4af9f8551431", + "Addresses": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "AllowedIPs": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "Endpoints": ["77.164.248.136:47764", "10.65.0.27:47764", "172.17.0.1:47764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 58942}, + {"Proto": "peerapi6", "Port": 58942} + ]}, + "Created": "2026-04-09T08:32:58.597300265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8142466582003159, + "StableID": "nSrWHpnja621CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "DiscoKey": "discokey:518465adbb48debb822bd836d208b1f4784a1cb61cb4e838abab298a4d68906e", + "Addresses": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "AllowedIPs": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "Endpoints": ["77.164.248.136:34946", "10.65.0.27:34946", "172.17.0.1:34946"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43409}, + {"Proto": "peerapi6", "Port": 43409} + ]}, + "Created": "2026-04-09T08:33:01.531388236Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8273587655366838, + "StableID": "nBH2Yr78c721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "DiscoKey": "discokey:efe05f4c05a8f987b38b7946d60883cea28471180cf76b04fdcbe46790c6e068", - "Addresses": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "AllowedIPs": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "Endpoints": ["77.164.248.136:48689", "10.65.0.27:48689", "172.17.0.1:48689"], + "Key": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "DiscoKey": "discokey:d3093d7ce059a100ccfa1df7fdc0b0187a86c8ed945d81998ad351a1172b6912", + "Addresses": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "AllowedIPs": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "Endpoints": ["77.164.248.136:53701", "10.65.0.27:53701", "172.17.0.1:53701"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 38001}, - {"Proto": "peerapi6", "Port": 38001} + {"Proto": "peerapi4", "Port": 38423}, + {"Proto": "peerapi6", "Port": 38423} ]}, - "Created": "2026-04-09T01:26:55.086001402Z", + "Created": "2026-04-09T08:33:00.985991037Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, @@ -17471,23 +17495,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17518,21 +17543,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5089877179177706, - "StableID": "noZnrfSDkg11CNTRL", + "ID": 3418009451856174, + "StableID": "n7oYq7K2hT11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 5089877179177706, - "Key": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "DiscoKey": "discokey:507ce017f43465145883c7c672610da2eb43f0fa5da5d825bfcaee472057c71f", - "Addresses": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "AllowedIPs": ["100.84.250.43/32", "fd7a:115c:a1e0::dd37:fa2b/128"], - "Endpoints": ["77.164.248.136:52720", "10.65.0.27:52720", "172.17.0.1:52720"], + "User": 3418009451856174, + "Key": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "DiscoKey": "discokey:c6cb7427825cd2808d52ba97665601aff5c022c40a419ef1974c73e26e11157f", + "Addresses": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "AllowedIPs": ["100.73.166.120/32", "fd7a:115c:a1e0::8c37:a679/128"], + "Endpoints": ["77.164.248.136:45147", "10.65.0.27:45147", "172.17.0.1:45147"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 44809}, - {"Proto": "peerapi6", "Port": 44809}, + {"Proto": "peerapi4", "Port": 36156}, + {"Proto": "peerapi6", "Port": 36156}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:26:57.256456795Z", + "Created": "2026-04-09T08:33:03.140961679Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17560,295 +17585,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ea9304056a354fcc8e1a2eac8df310b79ff8a418f3d0bfe94b4bf0c4ddd4fa2a", - "MachineKey": "mkey:321323409456a89c92693d337b4beb809abb485267002dea2b838d4f842a691b", + "NodeKey": "nodekey:87cca89ffd55eefd740d5c67ff79882f2da0bf7d444714afb4cf25378c09a677", + "MachineKey": "mkey:fc089c4a06c3d9170f049cc09a32d94c5a030ea2071ee32274b29f59a3e3a77d", "Peers": [{ - "ID": 2349995268762977, - "StableID": "nEZkifPKMK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8272dcfa4bdace7ea232c40e9bc1595457aa7dcef9b65731d86e5d5155802c43", - "DiscoKey": "discokey:a88641a4707bdec172c7e304e09cc210c35b7b67d266548737944f40c80f3a12", - "Addresses": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "AllowedIPs": ["100.64.44.68/32", "fd7a:115c:a1e0::5537:2c44/128"], - "Endpoints": ["77.164.248.136:41576", "10.65.0.27:41576", "172.17.0.1:41576"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47861}, - {"Proto": "peerapi6", "Port": 47861} - ]}, - "Created": "2026-04-09T01:26:53.45045901Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2621878610415279, - "StableID": "neQrbhJTUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:25d36822bbad1440f090bd1fba9d476dfb360bce9e6093094f4d7a38bf844903", - "KeyExpiry": "2026-10-06T01:26:58Z", - "DiscoKey": "discokey:1dc12f794aa59b550f6180d9713162efefd6bd14974d5619e8569672c16dc474", - "Addresses": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "AllowedIPs": ["100.68.73.4/32", "fd7a:115c:a1e0::bf37:4905/128"], - "Endpoints": ["77.164.248.136:40394", "10.65.0.27:40394", "172.17.0.1:40394"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52315}, - {"Proto": "peerapi6", "Port": 52315} - ]}, - "Created": "2026-04-09T01:26:58.856786176Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3126124581726277, - "StableID": "npLqNXzpQR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:139daf3d46cd0b9006bf8afed9478519df9c3ff0c84a26b2267e0e1b6ff45220", - "DiscoKey": "discokey:9a4bfb130e903d1e54445f5ebadfd5448584e575869e503c875bae28e0088665", - "Addresses": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "AllowedIPs": ["100.116.82.33/32", "fd7a:115c:a1e0::6f37:5221/128"], - "Endpoints": ["77.164.248.136:47844", "10.65.0.27:47844", "172.17.0.1:47844"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 46614}, - {"Proto": "peerapi6", "Port": 46614} - ]}, - "Created": "2026-04-09T01:26:58.325197247Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3234605724834545, - "StableID": "nGAyWEcxFS11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d836205bf437d0be68f388aa33de9914507b2552b604f8d131b95099ce20c60b", - "DiscoKey": "discokey:fb46c813e3e44ea2f83a944ca97a38ed7ab3a7c9b324fa243263d8fdbf9f6b22", - "Addresses": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "AllowedIPs": ["100.96.198.12/32", "fd7a:115c:a1e0::ce37:c60c/128"], - "Endpoints": ["77.164.248.136:44850", "10.65.0.27:44850", "172.17.0.1:44850"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44753}, - {"Proto": "peerapi6", "Port": 44753} - ]}, - "Created": "2026-04-09T01:26:56.702329122Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 3597444864004439, - "StableID": "nQb8m2nH6V11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ddc73e9710d50a64f0a6008a59f847f6b2fa150dbe3af5a2dc9a5793c2939a62", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:7465ab6e82290e0759352b2e3ccf94404088011ee8f6e0d52c1232dd0743264c", - "Addresses": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "AllowedIPs": ["100.83.154.99/32", "fd7a:115c:a1e0::c237:9a63/128"], - "Endpoints": ["77.164.248.136:47264", "10.65.0.27:47264", "172.17.0.1:47264"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 39817}, - {"Proto": "peerapi6", "Port": 39817} - ]}, - "Created": "2026-04-09T01:26:59.400486961Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3947712751274913, - "StableID": "nkALXkivpX11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:568044dec3997e7aee14463ceba923680b7309657b2f2d51495d41ebcf1de56e", - "DiscoKey": "discokey:9c3422a6fcc8d1ef72af0644c002fd570fd926809427d42e8643d65bc677ef51", - "Addresses": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "AllowedIPs": ["100.93.229.111/32", "fd7a:115c:a1e0::cf37:e56f/128"], - "Endpoints": ["77.164.248.136:47864", "10.65.0.27:47864", "172.17.0.1:47864"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40849}, - {"Proto": "peerapi6", "Port": 40849} - ]}, - "Created": "2026-04-09T01:26:53.997762484Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4165072389143235, - "StableID": "ngMgQZPNXZ11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2a5af7ca54cbdda2392f71a7808a6c4f278243d6296afd09db239d6b038865", - "DiscoKey": "discokey:8a1f1d4600201a366de3665db99ce95bd5edfd0670cc7f3ccc1d03a92ecb8608", - "Addresses": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "AllowedIPs": ["100.67.136.102/32", "fd7a:115c:a1e0::6b37:8867/128"], - "Endpoints": ["77.164.248.136:57008", "10.65.0.27:57008", "172.17.0.1:57008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 48293}, - {"Proto": "peerapi6", "Port": 48293} - ]}, - "Created": "2026-04-09T01:26:52.899514036Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4169134606097235, - "StableID": "nWGPcb6DZZ11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4a113a1e2e12b65c2e31b35c4b652da912a6a907d7cdc9c46576a6269d73dd4f", - "DiscoKey": "discokey:c00c456751c7dce20d3620475493cff49ec1a2007f02a8ea7ce4ea239b6feb4d", - "Addresses": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "AllowedIPs": ["100.115.221.80/32", "fd7a:115c:a1e0::9d37:dd50/128"], - "Endpoints": ["77.164.248.136:45208", "10.65.0.27:45208", "172.17.0.1:45208"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58813}, - {"Proto": "peerapi6", "Port": 58813} - ]}, - "Created": "2026-04-09T01:26:56.159096065Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5195104867786502, - "StableID": "nuLCNYbsZh11CNTRL", + "ID": 660509904312180, + "StableID": "nsWBSZU9A611CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:563a65bf6436cbfe6b503d015f05f02ddd93792ac953d44e6bfb3a8d8161294c", - "DiscoKey": "discokey:37f5af93a78f677741af07eac708141ecfd45d744f74183d6c2af4ae35f01e5b", - "Addresses": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "AllowedIPs": ["100.97.41.77/32", "fd7a:115c:a1e0::8137:294d/128"], - "Endpoints": ["77.164.248.136:57563", "10.65.0.27:57563", "172.17.0.1:57563"], + "Key": "nodekey:2deaf181401cdae2caed079a795c7e20f755fb47109a033fee1cf619ef41355c", + "DiscoKey": "discokey:c49feec3ec8066e3de2b58b01f55285ed46ac3ae15038ebf391c1c594dfcc803", + "Addresses": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "AllowedIPs": ["100.65.53.93/32", "fd7a:115c:a1e0::ef37:355d/128"], + "Endpoints": ["77.164.248.136:53608", "10.65.0.27:53608", "172.17.0.1:53608"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56003}, - {"Proto": "peerapi6", "Port": 56003} + {"Proto": "peerapi4", "Port": 53530}, + {"Proto": "peerapi6", "Port": 53530} ]}, - "Created": "2026-04-09T01:26:54.532072992Z", + "Created": "2026-04-09T08:33:00.220283331Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6858891295426994, - "StableID": "nDCDcjSQZv11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e4e672216683e2bd36e382cfb59838cf6f32a401fff0fc3fc288265916370a45", - "DiscoKey": "discokey:bba1622a75b383d1cb469f9194d185d7abf6e83bda8a61e6598cbe0697a4a57d", - "Addresses": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "AllowedIPs": ["100.119.10.70/32", "fd7a:115c:a1e0::1637:a46/128"], - "Endpoints": ["77.164.248.136:43809", "10.65.0.27:43809", "172.17.0.1:43809"], + "ID": 661435654298338, + "StableID": "nmkqnznZA611CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a2f2fe6070d6117b4f05e583e6763bff812273402a2745b58b0ac6d4e4caf46d", + "KeyExpiry": "2026-10-06T08:33:04Z", + "DiscoKey": "discokey:be26a8130a79413aa826686aa2dfde54e765c7e3957a96af789e1cd9bd71c706", + "Addresses": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "AllowedIPs": ["100.74.244.110/32", "fd7a:115c:a1e0::e437:f46e/128"], + "Endpoints": ["77.164.248.136:56957", "10.65.0.27:56957", "172.17.0.1:56957"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44008}, - {"Proto": "peerapi6", "Port": 44008} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 47586}, + {"Proto": "peerapi6", "Port": 47586} ]}, - "Created": "2026-04-09T01:26:52.375931168Z", + "Created": "2026-04-09T08:33:04.755527414Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7326853064230132, - "StableID": "n1B5fL1MDz11CNTRL", - "Name": "spearow.tail78f774.ts.net.", + "ID": 1264405810975686, + "StableID": "ny8BmCoesA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b751a5d4973b97a5985d31f71e43a04255776c44fa1fbc1eb9d991cd5c3a3122", - "DiscoKey": "discokey:4105410a6a56d724bb921dd6ae5f59229c82787204e81d9e52d66825a913e771", - "Addresses": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "AllowedIPs": ["100.122.49.35/32", "fd7a:115c:a1e0::5c37:3123/128"], - "Endpoints": ["77.164.248.136:49162", "10.65.0.27:49162", "172.17.0.1:49162"], + "Key": "nodekey:8295fa1408aaacdc95cb5e4b1d8cdbd66c8dda2d96d3ff6772b489dd9c6b912a", + "DiscoKey": "discokey:a64c912babe59afdf7e147c92849707f001ca4a1d611b00b388b673e77491328", + "Addresses": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "AllowedIPs": ["100.107.145.43/32", "fd7a:115c:a1e0::9c37:912b/128"], + "Endpoints": ["77.164.248.136:33860", "10.65.0.27:33860", "172.17.0.1:33860"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 49748}, - {"Proto": "peerapi6", "Port": 49748} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49096}, + {"Proto": "peerapi6", "Port": 49096} ]}, - "Created": "2026-04-09T01:26:55.610555597Z", + "Created": "2026-04-09T08:32:59.67575115Z", "Cap": 131, - "Tags": ["tag:spearow"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7341294522675456, - "StableID": "nR7StnMtKz11CNTRL", + "ID": 2886972162408072, + "StableID": "n1DB25sWYP11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8c6c8b9d415bad34c400ea95aa6a6ac50a6ec9ef8c794b6719cf729475d9a37c", + "DiscoKey": "discokey:aadf66d807d41dafe8b41dea18c53a95e0e1d5bd1b73c13fc187a11274bb8b36", + "Addresses": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "AllowedIPs": ["100.89.163.125/32", "fd7a:115c:a1e0::7537:a37e/128"], + "Endpoints": ["77.164.248.136:40581", "10.65.0.27:40581", "172.17.0.1:40581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 44678}, + {"Proto": "peerapi6", "Port": 44678} + ]}, + "Created": "2026-04-09T08:32:59.13594648Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5143172153343762, + "StableID": "no75ErQMAh11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e0dd116323cad894620fc7ced0a7b13eff482f433d35c1a5d4d84276a920164", + "DiscoKey": "discokey:6edb98a929950c78ae71237a569d965f88572ababdbe35bb1117471ea5b30d66", + "Addresses": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "AllowedIPs": ["100.82.1.101/32", "fd7a:115c:a1e0::6a37:165/128"], + "Endpoints": ["77.164.248.136:33966", "10.65.0.27:33966", "172.17.0.1:33966"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 34650}, + {"Proto": "peerapi6", "Port": 34650} + ]}, + "Created": "2026-04-09T08:33:04.22153201Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5415690361604917, + "StableID": "nvMV691nHj11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:654773c3038f6092cfe9cdfa55d65e25555785b3c6cb62f5986445e2a2682d51", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:9d61fdde8da84e5bf1507ebab7b4cf9396f2c0ffba09b4c214607e9128afdd45", + "Addresses": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "AllowedIPs": ["100.104.45.82/32", "fd7a:115c:a1e0::a237:2d52/128"], + "Endpoints": ["77.164.248.136:58954", "10.65.0.27:58954", "172.17.0.1:58954"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 43453}, + {"Proto": "peerapi6", "Port": 43453} + ]}, + "Created": "2026-04-09T08:33:05.281058662Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5947337368600642, + "StableID": "nmcfZ8UZSo11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ba28718e36d39cdd6946d4450f17848b56ab1b2a9c3e0116cec5e503f1e49060", + "DiscoKey": "discokey:4fb8a4a598a6ea2c05ac3cc4c5fbe414eff70ca28ae3b8b9576fffa2231a9b10", + "Addresses": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "AllowedIPs": ["100.100.144.97/32", "fd7a:115c:a1e0::f137:9061/128"], + "Endpoints": ["77.164.248.136:34510", "10.65.0.27:34510", "172.17.0.1:34510"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 57658}, + {"Proto": "peerapi6", "Port": 57658} + ]}, + "Created": "2026-04-09T08:33:02.61529712Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6566778003470726, + "StableID": "nhrvH887Ht11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28c8cb3c9751e8c144bc17b82a38c0503d16ea7ab14df28fce171915349dff51", + "DiscoKey": "discokey:42a8f71250b591a54d17d8b76a0582ce4034e93893b2856f986b5c7d0812e73a", + "Addresses": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "AllowedIPs": ["100.93.255.82/32", "fd7a:115c:a1e0::3437:ff52/128"], + "Endpoints": ["77.164.248.136:40333", "10.65.0.27:40333", "172.17.0.1:40333"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 43355}, + {"Proto": "peerapi6", "Port": 43355} + ]}, + "Created": "2026-04-09T08:33:02.089733201Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7319843711186168, + "StableID": "nuPZ8AtAAz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:e6998c00e24efeb6bf44e1f82230f9f093aca92d95dd7126d7b57d8e31298837", + "KeyExpiry": "2026-10-06T08:33:05Z", + "DiscoKey": "discokey:d1fe24ee74534a25b4eab1034746673f3eb5cbc2c4a20c43795ffd6cc49a7676", + "Addresses": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "AllowedIPs": ["100.105.136.56/32", "fd7a:115c:a1e0::3137:8838/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 33632}, + {"Proto": "peerapi6", "Port": 33632} + ]}, + "Created": "2026-04-09T08:33:05.814698902Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7501368524224087, + "StableID": "n64rFQEPa121CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e546bb8763e086a000df58f13148a5fabd0413f74086b64481ef6dd3f728d166", - "DiscoKey": "discokey:c1a5ace54262de4a40d0bcab926ff3386c2efac3248832aeadc9861b08675d33", - "Addresses": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "AllowedIPs": ["100.104.209.103/32", "fd7a:115c:a1e0::f737:d167/128"], - "Endpoints": ["77.164.248.136:41742", "10.65.0.27:41742", "172.17.0.1:41742"], - "HomeDERP": 14, + "Key": "nodekey:ec129438292604a23e5e5093866dd558ee30af98c4b828adfe5ae74a28822076", + "DiscoKey": "discokey:491566c711d71a02653069c7b994ea6c6efb4b08c9338b2f6f21de6139127a4c", + "Addresses": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "AllowedIPs": ["100.66.32.119/32", "fd7a:115c:a1e0::2837:2077/128"], + "Endpoints": ["77.164.248.136:57707", "10.65.0.27:57707", "172.17.0.1:57707"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49967}, - {"Proto": "peerapi6", "Port": 49967} + {"Proto": "peerapi4", "Port": 49281}, + {"Proto": "peerapi6", "Port": 49281} ]}, - "Created": "2026-04-09T01:26:57.782076775Z", + "Created": "2026-04-09T08:33:03.697177329Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8020915467583079, - "StableID": "niz4YCrgd521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:43106f98558ec07fa1e9876b7ec819d24d0c1212cbdb62b82bac3fa84733f844", - "KeyExpiry": "2026-10-06T01:26:59Z", - "DiscoKey": "discokey:a1517a54b84e812596239ba8240e099e06bd41add36d2b377d8ffb45d0b9e310", - "Addresses": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "AllowedIPs": ["100.115.248.69/32", "fd7a:115c:a1e0::4737:f845/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53681}, - {"Proto": "peerapi6", "Port": 53681} + "ID": 7584378632230728, + "StableID": "nHhFFRmyD221CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:278a0b14bce4b8b9370fdfba1de626530ff15836625ad29f62cc11375f7d2d6d", + "DiscoKey": "discokey:48bf0388bb51ed6c49ed6dee27f34630ef940fb8024db80feed2adb1cea7e213", + "Addresses": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "AllowedIPs": ["100.125.45.110/32", "fd7a:115c:a1e0::5f37:2d6e/128"], + "Endpoints": ["77.164.248.136:54668", "10.65.0.27:54668", "172.17.0.1:54668"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 46241}, + {"Proto": "peerapi6", "Port": 46241} ]}, - "Created": "2026-04-09T01:26:59.956576142Z", + "Created": "2026-04-09T08:32:58.063588003Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 8061976126667840, - "StableID": "nq1fNeSHx521CNTRL", + "ID": 7862901657787348, + "StableID": "nqBuFR68Q421CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5b2c761ed819fefadf3d8528774cd6bace1b86ecd5c5a49af03a786a911d925", + "DiscoKey": "discokey:b65b2bc830c18dd34f7b2e3a28b59d5e0a8c551798ddb5c6aeca4af9f8551431", + "Addresses": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "AllowedIPs": ["100.81.217.38/32", "fd7a:115c:a1e0::a937:d927/128"], + "Endpoints": ["77.164.248.136:47764", "10.65.0.27:47764", "172.17.0.1:47764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 58942}, + {"Proto": "peerapi6", "Port": 58942} + ]}, + "Created": "2026-04-09T08:32:58.597300265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8142466582003159, + "StableID": "nSrWHpnja621CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a57417b21c8d5eb91ec439d842b12608fbedaca71d45db75cdc596a6dee1cc29", + "DiscoKey": "discokey:518465adbb48debb822bd836d208b1f4784a1cb61cb4e838abab298a4d68906e", + "Addresses": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "AllowedIPs": ["100.97.204.42/32", "fd7a:115c:a1e0::de37:cc2a/128"], + "Endpoints": ["77.164.248.136:34946", "10.65.0.27:34946", "172.17.0.1:34946"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 43409}, + {"Proto": "peerapi6", "Port": 43409} + ]}, + "Created": "2026-04-09T08:33:01.531388236Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8273587655366838, + "StableID": "nBH2Yr78c721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ee9b40c9fbc92a4f4ebc5f53c594a524654479c11c5572a2e0ff923047426934", - "DiscoKey": "discokey:efe05f4c05a8f987b38b7946d60883cea28471180cf76b04fdcbe46790c6e068", - "Addresses": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "AllowedIPs": ["100.66.105.53/32", "fd7a:115c:a1e0::4737:6935/128"], - "Endpoints": ["77.164.248.136:48689", "10.65.0.27:48689", "172.17.0.1:48689"], + "Key": "nodekey:9b0e8745dfd86b5150c778e64def6c966c7fcb8d15e122577d219c163ca72c77", + "DiscoKey": "discokey:d3093d7ce059a100ccfa1df7fdc0b0187a86c8ed945d81998ad351a1172b6912", + "Addresses": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "AllowedIPs": ["100.103.44.120/32", "fd7a:115c:a1e0::3c37:2c78/128"], + "Endpoints": ["77.164.248.136:53701", "10.65.0.27:53701", "172.17.0.1:53701"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 38001}, - {"Proto": "peerapi6", "Port": 38001} + {"Proto": "peerapi4", "Port": 38423}, + {"Proto": "peerapi6", "Port": 38423} ]}, - "Created": "2026-04-09T01:26:55.086001402Z", + "Created": "2026-04-09T08:33:00.985991037Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, @@ -18701,27 +18726,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5089877179177706": { - "ID": 5089877179177706, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3418009451856174": { + "ID": 3418009451856174, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-b6.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-b6.hujson index 5cf48f71..25e438a7 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-b6.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-b6.hujson @@ -3,7 +3,7 @@ // ssh b6 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:27:12Z +// Captured at: 2026-04-09T08:33:18Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-b6", "description": "ssh b6", "category": "ssh", - "captured_at": "2026-04-09T01:27:12.857920069Z", + "captured_at": "2026-04-09T08:33:18.66382714Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh b6\",\n\t\"id\": \"ssh-b6\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:tagged\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh b6\",\n\t\"id\": \"ssh-b6\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:tagged\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-b6.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.72.138.32", - "ipv6": "fd7a:115c:a1e0::6f37:8a21", + "ipv4": "100.86.46.66", + "ipv6": "fd7a:115c:a1e0::7537:2e42", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.85.119.14", - "ipv6": "fd7a:115c:a1e0::aa37:770e", + "ipv4": "100.71.55.86", + "ipv6": "fd7a:115c:a1e0::4a37:3756", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.108.203.49", - "ipv6": "fd7a:115c:a1e0::3137:cb31", + "ipv4": "100.93.217.10", + "ipv6": "fd7a:115c:a1e0::4837:d90a", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.78.122.125", - "ipv6": "fd7a:115c:a1e0::e537:7a7d", + "ipv4": "100.102.37.78", + "ipv6": "fd7a:115c:a1e0::7a37:254e", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.67.158.60", - "ipv6": "fd7a:115c:a1e0::a537:9e3c", + "ipv4": "100.100.3.108", + "ipv6": "fd7a:115c:a1e0::e037:36c", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.76.28.111", - "ipv6": "fd7a:115c:a1e0::cb37:1c6f", + "ipv4": "100.80.30.105", + "ipv6": "fd7a:115c:a1e0::4637:1e69", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.82.12.39", - "ipv6": "fd7a:115c:a1e0::1f37:c27", + "ipv4": "100.88.111.59", + "ipv6": "fd7a:115c:a1e0::6237:6f3b", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.113.119.82", - "ipv6": "fd7a:115c:a1e0::3e37:7752", + "ipv4": "100.91.103.42", + "ipv6": "fd7a:115c:a1e0::3837:672a", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.106.124.33", - "ipv6": "fd7a:115c:a1e0::d037:7c21", + "ipv4": "100.86.63.109", + "ipv6": "fd7a:115c:a1e0::d337:3f6d", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.110.19.61", - "ipv6": "fd7a:115c:a1e0::e37:133d", + "ipv4": "100.126.170.124", + "ipv6": "fd7a:115c:a1e0::a037:aa7c", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.99.155.100", - "ipv6": "fd7a:115c:a1e0::fc37:9b64", + "ipv4": "100.82.196.86", + "ipv6": "fd7a:115c:a1e0::6137:c456", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.90.205.37", - "ipv6": "fd7a:115c:a1e0::7e37:cd25", + "ipv4": "100.105.11.41", + "ipv6": "fd7a:115c:a1e0::2c37:b29", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.84.38.47", - "ipv6": "fd7a:115c:a1e0::f637:262f", + "ipv4": "100.112.111.111", + "ipv6": "fd7a:115c:a1e0::6c37:6f6f", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.123.8.124", - "ipv6": "fd7a:115c:a1e0::ea37:87c", + "ipv4": "100.79.74.26", + "ipv6": "fd7a:115c:a1e0::c137:4a1b", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.89.154.108", - "ipv6": "fd7a:115c:a1e0::b237:9a6c", + "ipv4": "100.127.136.89", + "ipv6": "fd7a:115c:a1e0::4437:8859", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6806375522347140, - "StableID": "nTcAaiwc9v11CNTRL", + "ID": 1939961267320799, + "StableID": "nAtF7bVc9G11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 6806375522347140, - "Key": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "DiscoKey": "discokey:3f0a61edbf8c3b77f33d16f3f1ab8f72de5564dd958c462b3c9e7540c96e5717", - "Addresses": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "AllowedIPs": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "Endpoints": ["77.164.248.136:47307", "10.65.0.27:47307", "172.17.0.1:47307"], + "User": 1939961267320799, + "Key": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "DiscoKey": "discokey:bd10ca81d40c749b0295d90f7a88c426f0c37b7cc4e69a8fce4442797f076b50", + "Addresses": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "AllowedIPs": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "Endpoints": ["77.164.248.136:37970", "10.65.0.27:37970", "172.17.0.1:37970"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 54627}, - {"Proto": "peerapi6", "Port": 54627}, + {"Proto": "peerapi4", "Port": 41600}, + {"Proto": "peerapi6", "Port": 41600}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:22.012370902Z", + "Created": "2026-04-09T08:33:27.674470889Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,302 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "MachineKey": "mkey:d6c1c137d9c07b6d3936a05ae53b10fdc95e6b65b59d9af97cb256a63c19d627", + "NodeKey": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "MachineKey": "mkey:853abcbf469c3e8821d23073b40d6cbd2319bc884ddf1ba790f83eb28bc7770f", "Peers": [{ - "ID": 349389268143367, - "StableID": "naiWC6sEj311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 2122479694241392, + "StableID": "nZsQVfwGaH11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "DiscoKey": "discokey:42a85a2facfeb96b3878dce0f54be5c8a10f2d9d1fa4521a94b3a0f45408e904", - "Addresses": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "AllowedIPs": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], + "Key": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "DiscoKey": "discokey:f7adc6acca9e1eb886e2cdb4af91c55d2671134a46f8a8413be98ba11b8a831d", + "Addresses": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "AllowedIPs": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "Endpoints": ["77.164.248.136:45579", "10.65.0.27:45579", "172.17.0.1:45579"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57603}, - {"Proto": "peerapi6", "Port": 57603} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38562}, + {"Proto": "peerapi6", "Port": 38562} ]}, - "Created": "2026-04-09T01:27:20.389443289Z", + "Created": "2026-04-09T08:33:24.371165572Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 883948346904718, - "StableID": "nXqfUopLu711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "DiscoKey": "discokey:e3a2e1d7a0b80bdc6c40669741fcafbb41c64806a1e630a63dc6759cb6e0397e", - "Addresses": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "AllowedIPs": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "Endpoints": ["77.164.248.136:51368", "10.65.0.27:51368", "172.17.0.1:51368"], + "ID": 2400155067680815, + "StableID": "nJgPPD13kK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:7054677c25e894909f181abd60b56d7aff9f3c82e054f5476cc61a420856f17e", + "Addresses": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "AllowedIPs": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "Endpoints": ["77.164.248.136:39004", "10.65.0.27:39004", "172.17.0.1:39004"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55723}, - {"Proto": "peerapi6", "Port": 55723} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52506}, + {"Proto": "peerapi6", "Port": 52506} ]}, - "Created": "2026-04-09T01:27:21.474949736Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2180115923981143, - "StableID": "nnQGk1xN2J11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "KeyExpiry": "2026-10-06T01:27:22Z", - "DiscoKey": "discokey:84d6977c6ac57f02dcf830bfc654b02b78af51067ab64348588b3852c579e239", - "Addresses": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "AllowedIPs": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "Endpoints": ["77.164.248.136:43221", "10.65.0.27:43221", "172.17.0.1:43221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35874}, - {"Proto": "peerapi6", "Port": 35874} - ]}, - "Created": "2026-04-09T01:27:22.563399877Z", + "Created": "2026-04-09T08:33:28.766335259Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 3081299434079447, - "StableID": "ncdNaeWX4R11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "DiscoKey": "discokey:171c8e10ed38d82b492ead2faeac5c470a8128c1f56750baebd4f0e42aa18114", - "Addresses": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "AllowedIPs": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "Endpoints": ["77.164.248.136:48906", "10.65.0.27:48906", "172.17.0.1:48906"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58661}, - {"Proto": "peerapi6", "Port": 58661} - ]}, - "Created": "2026-04-09T01:27:17.143349012Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4750150265721543, - "StableID": "nQyfrmPM6e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "DiscoKey": "discokey:21670ec3d46004262d02bb3c64ea45c49cee3b5bad6a43280dc30bd85ef7f403", - "Addresses": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "AllowedIPs": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "Endpoints": ["77.164.248.136:46514", "10.65.0.27:46514", "172.17.0.1:46514"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36656}, - {"Proto": "peerapi6", "Port": 36656} - ]}, - "Created": "2026-04-09T01:27:19.305255984Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4996718533220109, - "StableID": "nkrfKjK22g11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "DiscoKey": "discokey:eb6ec19f51d165b3464892c11540c2366f5c7bf32f73907a409a7cbe9c10fb30", - "Addresses": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "AllowedIPs": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "Endpoints": ["77.164.248.136:47005", "10.65.0.27:47005", "172.17.0.1:47005"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56059}, - {"Proto": "peerapi6", "Port": 56059} - ]}, - "Created": "2026-04-09T01:27:17.680352803Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5785767309172125, - "StableID": "nkrZgBJPBn11CNTRL", + "ID": 2455411264816508, + "StableID": "ny73KSV4BL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "DiscoKey": "discokey:cdcf88e46924b9eeeb737e6548c9828e5b3a2ab6bffe31a1e97325dff658fc10", - "Addresses": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "AllowedIPs": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "Endpoints": ["77.164.248.136:49746", "10.65.0.27:49746", "172.17.0.1:49746"], + "Key": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "DiscoKey": "discokey:ead54100c2408c7b90e7f8bf7366e95b9ecc1c8ee014af1f9b9b481be4c7b746", + "Addresses": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "AllowedIPs": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "Endpoints": ["77.164.248.136:58255", "10.65.0.27:58255", "172.17.0.1:58255"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 45376}, - {"Proto": "peerapi6", "Port": 45376} + {"Proto": "peerapi4", "Port": 48329}, + {"Proto": "peerapi6", "Port": 48329} ]}, - "Created": "2026-04-09T01:27:16.061001946Z", + "Created": "2026-04-09T08:33:21.691287297Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6099780538683980, - "StableID": "n17DVhtbdp11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "DiscoKey": "discokey:c737d4ea18b196d3b51c689fd350b001afeb14e2b0c0856053d8bdab69b84944", - "Addresses": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "AllowedIPs": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "Endpoints": ["77.164.248.136:48180", "10.65.0.27:48180", "172.17.0.1:48180"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33948}, - {"Proto": "peerapi6", "Port": 33948} - ]}, - "Created": "2026-04-09T01:27:16.599856359Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6163670442175527, - "StableID": "n6LgUuAY8q11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:0b1cc7ab09b299e7cabc86f6c4eb405dfaa5ab19d4b242221ed3060e73e2ad7c", - "Addresses": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "AllowedIPs": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "Endpoints": ["77.164.248.136:53095", "10.65.0.27:53095", "172.17.0.1:53095"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59836}, - {"Proto": "peerapi6", "Port": 59836} - ]}, - "Created": "2026-04-09T01:27:23.108861348Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6887372783876569, - "StableID": "nY6FD3cJnv11CNTRL", + "ID": 2555345305552291, + "StableID": "n4BQH7bKxL11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "DiscoKey": "discokey:aae41348eebda4866b66cbc89e138250a1afead1565ed245549b2e066973ea61", - "Addresses": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "AllowedIPs": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "Endpoints": ["77.164.248.136:51855", "10.65.0.27:51855", "172.17.0.1:51855"], + "Key": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "DiscoKey": "discokey:db66410b332ed132dc6dc7a86f8380d470c771bce3fca5da791ef8f8f906b244", + "Addresses": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "AllowedIPs": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "Endpoints": ["77.164.248.136:56859", "10.65.0.27:56859", "172.17.0.1:56859"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45464}, - {"Proto": "peerapi6", "Port": 45464} + {"Proto": "peerapi4", "Port": 50270}, + {"Proto": "peerapi6", "Port": 50270} ]}, - "Created": "2026-04-09T01:27:19.835502596Z", + "Created": "2026-04-09T08:33:25.467091867Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7003517742455934, - "StableID": "nf9uU3Yugw11CNTRL", + "ID": 2602578302445021, + "StableID": "nxUdUVKiKM11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "DiscoKey": "discokey:e618fc24e87e6fc895b0fbd9e7e2154fe659e038fb80c1465565758c5478ef13", + "Addresses": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "AllowedIPs": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "Endpoints": ["77.164.248.136:55795", "10.65.0.27:55795", "172.17.0.1:55795"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44277}, + {"Proto": "peerapi6", "Port": 44277} + ]}, + "Created": "2026-04-09T08:33:22.207321265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3163709790187867, + "StableID": "nUyXYuHrhR11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "DiscoKey": "discokey:7d8871a244eb1328d50521518e9e11a5b062e12b2d94fa74c497053785b41c24", + "Addresses": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "AllowedIPs": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "Endpoints": ["77.164.248.136:43682", "10.65.0.27:43682", "172.17.0.1:43682"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 59418}, + {"Proto": "peerapi6", "Port": 59418} + ]}, + "Created": "2026-04-09T08:33:24.916725629Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3198719914136151, + "StableID": "n2Q1KzwhyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:1929160a0da35b87c7748f501baa07ac15372f9feec976f5c8db8152b07ef519", + "Addresses": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "AllowedIPs": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "Endpoints": ["77.164.248.136:51870", "10.65.0.27:51870", "172.17.0.1:51870"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37249}, + {"Proto": "peerapi6", "Port": 37249} + ]}, + "Created": "2026-04-09T08:33:28.209322962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3917103005895581, + "StableID": "ncQE9ve4bX11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "DiscoKey": "discokey:51d103671bfeaae05401e626b7d26b08646e372df2fafac11ee623951462bb67", - "Addresses": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "AllowedIPs": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "Endpoints": ["77.164.248.136:46705", "10.65.0.27:46705", "172.17.0.1:46705"], - "HomeDERP": 14, + "Key": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "DiscoKey": "discokey:3a82ba9530fb6d206ced46595b525ec3fa938390668b49c8ced9c10eb2aeee26", + "Addresses": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "AllowedIPs": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "Endpoints": ["77.164.248.136:42880", "10.65.0.27:42880", "172.17.0.1:42880"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45755}, - {"Proto": "peerapi6", "Port": 45755} + {"Proto": "peerapi4", "Port": 62780}, + {"Proto": "peerapi6", "Port": 62780} ]}, - "Created": "2026-04-09T01:27:18.213207824Z", + "Created": "2026-04-09T08:33:23.8379524Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7409645102037256, - "StableID": "n3xhX7pqrz11CNTRL", + "ID": 4180299759475068, + "StableID": "nuPtyPPGeZ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "DiscoKey": "discokey:bdfb1739fca8f28c3417bcb3c283d9061cadf2b75c4aafb0ec337fb6cd82c77c", + "Addresses": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "AllowedIPs": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "Endpoints": ["77.164.248.136:49149", "10.65.0.27:49149", "172.17.0.1:49149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 50503}, + {"Proto": "peerapi6", "Port": 50503} + ]}, + "Created": "2026-04-09T08:33:23.294381587Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4194106099591917, + "StableID": "n8UoyC4XkZ11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "DiscoKey": "discokey:2e814c5b7827e83396d03e19add639aa84f0ccbf022f516692059eacc3222020", + "Addresses": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "AllowedIPs": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "Endpoints": ["77.164.248.136:47762", "10.65.0.27:47762", "172.17.0.1:47762"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 47843}, + {"Proto": "peerapi6", "Port": 47843} + ]}, + "Created": "2026-04-09T08:33:26.0233978Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5464468590394028, + "StableID": "nmP69nKsfj11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:9373032310e008b04f107b76092ffd31b1d6c2c26da4d55d2982d2825d41f615", - "Addresses": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "AllowedIPs": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "KeyExpiry": "2026-10-06T08:33:29Z", + "DiscoKey": "discokey:0e9baef215562ba45bc86bbc55bd25bc2209646021098568f1626a38b695a76f", + "Addresses": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "AllowedIPs": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "Endpoints": ["77.164.248.136:49949", "10.65.0.27:49949", "172.17.0.1:49949"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 58857}, - {"Proto": "peerapi6", "Port": 58857} + {"Proto": "peerapi4", "Port": 62393}, + {"Proto": "peerapi6", "Port": 62393} ]}, - "Created": "2026-04-09T01:27:23.649079832Z", + "Created": "2026-04-09T08:33:29.310646676Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7773854067299409, - "StableID": "n2becvxnh321CNTRL", + "ID": 6070304127782099, + "StableID": "n6iYzZbFQp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "DiscoKey": "discokey:e15619b95bd62a6650a47d848f8b0db39bc57c879978727d19c4d9a2bc71c66f", + "Addresses": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "AllowedIPs": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "Endpoints": ["77.164.248.136:60705", "10.65.0.27:60705", "172.17.0.1:60705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47190}, + {"Proto": "peerapi6", "Port": 47190} + ]}, + "Created": "2026-04-09T08:33:27.144035379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6403775438226907, + "StableID": "nnx5nfKH1s11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "DiscoKey": "discokey:35261d7229312b844b6d45a25dc5594377373fbfc9b00b63cc173c5e07b9f564", - "Addresses": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "AllowedIPs": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "Endpoints": ["77.164.248.136:36347", "10.65.0.27:36347", "172.17.0.1:36347"], + "Key": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "DiscoKey": "discokey:70dcb167784216ca5e47de381204805014383b2cbd26bb7773baed72f5937b10", + "Addresses": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "AllowedIPs": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "Endpoints": ["77.164.248.136:58354", "10.65.0.27:58354", "172.17.0.1:58354"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 33742}, - {"Proto": "peerapi6", "Port": 33742} + {"Proto": "peerapi4", "Port": 36204}, + {"Proto": "peerapi6", "Port": 36204} ]}, - "Created": "2026-04-09T01:27:20.92969065Z", + "Created": "2026-04-09T08:33:26.571633923Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8340961230297693, - "StableID": "nz7Deeud8821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 6733821579299293, + "StableID": "nNuH5K5mau11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "DiscoKey": "discokey:9e27ad7380bf21991a56f3332f37484164bc7bdb04b1f5b194ee2565ff0d3c23", - "Addresses": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "AllowedIPs": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "Endpoints": ["77.164.248.136:56095", "10.65.0.27:56095", "172.17.0.1:56095"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 63359}, - {"Proto": "peerapi6", "Port": 63359} + "Key": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "DiscoKey": "discokey:cd20df613e1392581effb93b3c3ac10a91c8ffc874dbf164e6a5c298ae66d83d", + "Addresses": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "AllowedIPs": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "Endpoints": ["77.164.248.136:51803", "10.65.0.27:51803", "172.17.0.1:51803"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54000}, + {"Proto": "peerapi6", "Port": 54000} ]}, - "Created": "2026-04-09T01:27:18.750831545Z", + "Created": "2026-04-09T08:33:22.755120781Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -544,32 +544,32 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{"principals": [ - {"nodeIP": "100.106.124.33"}, - {"nodeIP": "100.110.19.61"}, - {"nodeIP": "100.113.119.82"}, - {"nodeIP": "100.67.158.60"}, - {"nodeIP": "100.72.138.32"}, - {"nodeIP": "100.78.122.125"}, - {"nodeIP": "100.82.12.39"}, - {"nodeIP": "100.84.38.47"}, - {"nodeIP": "100.85.119.14"}, - {"nodeIP": "100.85.119.14"}, - {"nodeIP": "100.89.154.108"}, - {"nodeIP": "100.90.205.37"}, - {"nodeIP": "100.99.155.100"}, - {"nodeIP": "fd7a:115c:a1e0::1f37:c27"}, - {"nodeIP": "fd7a:115c:a1e0::3e37:7752"}, - {"nodeIP": "fd7a:115c:a1e0::6f37:8a21"}, - {"nodeIP": "fd7a:115c:a1e0::7e37:cd25"}, - {"nodeIP": "fd7a:115c:a1e0::a537:9e3c"}, - {"nodeIP": "fd7a:115c:a1e0::aa37:770e"}, - {"nodeIP": "fd7a:115c:a1e0::aa37:770e"}, - {"nodeIP": "fd7a:115c:a1e0::b237:9a6c"}, - {"nodeIP": "fd7a:115c:a1e0::d037:7c21"}, - {"nodeIP": "fd7a:115c:a1e0::e37:133d"}, - {"nodeIP": "fd7a:115c:a1e0::e537:7a7d"}, - {"nodeIP": "fd7a:115c:a1e0::f637:262f"}, - {"nodeIP": "fd7a:115c:a1e0::fc37:9b64"} + {"nodeIP": "100.100.3.108"}, + {"nodeIP": "100.102.37.78"}, + {"nodeIP": "100.105.11.41"}, + {"nodeIP": "100.112.111.111"}, + {"nodeIP": "100.126.170.124"}, + {"nodeIP": "100.127.136.89"}, + {"nodeIP": "100.71.55.86"}, + {"nodeIP": "100.71.55.86"}, + {"nodeIP": "100.82.196.86"}, + {"nodeIP": "100.86.46.66"}, + {"nodeIP": "100.86.63.109"}, + {"nodeIP": "100.88.111.59"}, + {"nodeIP": "100.91.103.42"}, + {"nodeIP": "fd7a:115c:a1e0::2c37:b29"}, + {"nodeIP": "fd7a:115c:a1e0::3837:672a"}, + {"nodeIP": "fd7a:115c:a1e0::4437:8859"}, + {"nodeIP": "fd7a:115c:a1e0::4a37:3756"}, + {"nodeIP": "fd7a:115c:a1e0::4a37:3756"}, + {"nodeIP": "fd7a:115c:a1e0::6137:c456"}, + {"nodeIP": "fd7a:115c:a1e0::6237:6f3b"}, + {"nodeIP": "fd7a:115c:a1e0::6c37:6f6f"}, + {"nodeIP": "fd7a:115c:a1e0::7537:2e42"}, + {"nodeIP": "fd7a:115c:a1e0::7a37:254e"}, + {"nodeIP": "fd7a:115c:a1e0::a037:aa7c"}, + {"nodeIP": "fd7a:115c:a1e0::d337:3f6d"}, + {"nodeIP": "fd7a:115c:a1e0::e037:36c"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1396,55 +1396,57 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6806375522347140": { - "ID": 6806375522347140, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1939961267320799": { + "ID": 1939961267320799, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{"principals": [ - {"nodeIP": "100.106.124.33"}, - {"nodeIP": "100.110.19.61"}, - {"nodeIP": "100.113.119.82"}, - {"nodeIP": "100.67.158.60"}, - {"nodeIP": "100.72.138.32"}, - {"nodeIP": "100.78.122.125"}, - {"nodeIP": "100.82.12.39"}, - {"nodeIP": "100.84.38.47"}, - {"nodeIP": "100.85.119.14"}, - {"nodeIP": "100.85.119.14"}, - {"nodeIP": "100.89.154.108"}, - {"nodeIP": "100.90.205.37"}, - {"nodeIP": "100.99.155.100"}, - {"nodeIP": "fd7a:115c:a1e0::1f37:c27"}, - {"nodeIP": "fd7a:115c:a1e0::3e37:7752"}, - {"nodeIP": "fd7a:115c:a1e0::6f37:8a21"}, - {"nodeIP": "fd7a:115c:a1e0::7e37:cd25"}, - {"nodeIP": "fd7a:115c:a1e0::a537:9e3c"}, - {"nodeIP": "fd7a:115c:a1e0::aa37:770e"}, - {"nodeIP": "fd7a:115c:a1e0::aa37:770e"}, - {"nodeIP": "fd7a:115c:a1e0::b237:9a6c"}, - {"nodeIP": "fd7a:115c:a1e0::d037:7c21"}, - {"nodeIP": "fd7a:115c:a1e0::e37:133d"}, - {"nodeIP": "fd7a:115c:a1e0::e537:7a7d"}, - {"nodeIP": "fd7a:115c:a1e0::f637:262f"}, - {"nodeIP": "fd7a:115c:a1e0::fc37:9b64"} + {"nodeIP": "100.100.3.108"}, + {"nodeIP": "100.102.37.78"}, + {"nodeIP": "100.105.11.41"}, + {"nodeIP": "100.112.111.111"}, + {"nodeIP": "100.126.170.124"}, + {"nodeIP": "100.127.136.89"}, + {"nodeIP": "100.71.55.86"}, + {"nodeIP": "100.71.55.86"}, + {"nodeIP": "100.82.196.86"}, + {"nodeIP": "100.86.46.66"}, + {"nodeIP": "100.86.63.109"}, + {"nodeIP": "100.88.111.59"}, + {"nodeIP": "100.91.103.42"}, + {"nodeIP": "fd7a:115c:a1e0::2c37:b29"}, + {"nodeIP": "fd7a:115c:a1e0::3837:672a"}, + {"nodeIP": "fd7a:115c:a1e0::4437:8859"}, + {"nodeIP": "fd7a:115c:a1e0::4a37:3756"}, + {"nodeIP": "fd7a:115c:a1e0::4a37:3756"}, + {"nodeIP": "fd7a:115c:a1e0::6137:c456"}, + {"nodeIP": "fd7a:115c:a1e0::6237:6f3b"}, + {"nodeIP": "fd7a:115c:a1e0::6c37:6f6f"}, + {"nodeIP": "fd7a:115c:a1e0::7537:2e42"}, + {"nodeIP": "fd7a:115c:a1e0::7a37:254e"}, + {"nodeIP": "fd7a:115c:a1e0::a037:aa7c"}, + {"nodeIP": "fd7a:115c:a1e0::d337:3f6d"}, + {"nodeIP": "fd7a:115c:a1e0::e037:36c"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1479,26 +1481,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8340961230297693, - "StableID": "nz7Deeud8821CNTRL", + "ID": 2122479694241392, + "StableID": "nZsQVfwGaH11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 8340961230297693, - "Key": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "DiscoKey": "discokey:9e27ad7380bf21991a56f3332f37484164bc7bdb04b1f5b194ee2565ff0d3c23", - "Addresses": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "AllowedIPs": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "Endpoints": ["77.164.248.136:56095", "10.65.0.27:56095", "172.17.0.1:56095"], + "User": 2122479694241392, + "Key": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "DiscoKey": "discokey:f7adc6acca9e1eb886e2cdb4af91c55d2671134a46f8a8413be98ba11b8a831d", + "Addresses": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "AllowedIPs": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "Endpoints": ["77.164.248.136:45579", "10.65.0.27:45579", "172.17.0.1:45579"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 63359}, - {"Proto": "peerapi6", "Port": 63359}, + {"Proto": "peerapi4", "Port": 38562}, + {"Proto": "peerapi6", "Port": 38562}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:27:18.750831545Z", + "Created": "2026-04-09T08:33:24.371165572Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1526,302 +1528,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "MachineKey": "mkey:2758ae5452b66a49bdb987dc59264c95233325936e3c63328ea4e8aa2f42d12a", + "NodeKey": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "MachineKey": "mkey:664a41ab320b2aa9b0f131bdb68a0b9902e0147aaff96bb09026635adc0c157f", "Peers": [{ - "ID": 349389268143367, - "StableID": "naiWC6sEj311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "DiscoKey": "discokey:42a85a2facfeb96b3878dce0f54be5c8a10f2d9d1fa4521a94b3a0f45408e904", - "Addresses": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "AllowedIPs": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57603}, - {"Proto": "peerapi6", "Port": 57603} - ]}, - "Created": "2026-04-09T01:27:20.389443289Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 883948346904718, - "StableID": "nXqfUopLu711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "DiscoKey": "discokey:e3a2e1d7a0b80bdc6c40669741fcafbb41c64806a1e630a63dc6759cb6e0397e", - "Addresses": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "AllowedIPs": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "Endpoints": ["77.164.248.136:51368", "10.65.0.27:51368", "172.17.0.1:51368"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55723}, - {"Proto": "peerapi6", "Port": 55723} - ]}, - "Created": "2026-04-09T01:27:21.474949736Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2180115923981143, - "StableID": "nnQGk1xN2J11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "KeyExpiry": "2026-10-06T01:27:22Z", - "DiscoKey": "discokey:84d6977c6ac57f02dcf830bfc654b02b78af51067ab64348588b3852c579e239", - "Addresses": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "AllowedIPs": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "Endpoints": ["77.164.248.136:43221", "10.65.0.27:43221", "172.17.0.1:43221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35874}, - {"Proto": "peerapi6", "Port": 35874} - ]}, - "Created": "2026-04-09T01:27:22.563399877Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3081299434079447, - "StableID": "ncdNaeWX4R11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "DiscoKey": "discokey:171c8e10ed38d82b492ead2faeac5c470a8128c1f56750baebd4f0e42aa18114", - "Addresses": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "AllowedIPs": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "Endpoints": ["77.164.248.136:48906", "10.65.0.27:48906", "172.17.0.1:48906"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58661}, - {"Proto": "peerapi6", "Port": 58661} - ]}, - "Created": "2026-04-09T01:27:17.143349012Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4750150265721543, - "StableID": "nQyfrmPM6e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "DiscoKey": "discokey:21670ec3d46004262d02bb3c64ea45c49cee3b5bad6a43280dc30bd85ef7f403", - "Addresses": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "AllowedIPs": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "Endpoints": ["77.164.248.136:46514", "10.65.0.27:46514", "172.17.0.1:46514"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36656}, - {"Proto": "peerapi6", "Port": 36656} - ]}, - "Created": "2026-04-09T01:27:19.305255984Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4996718533220109, - "StableID": "nkrfKjK22g11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "DiscoKey": "discokey:eb6ec19f51d165b3464892c11540c2366f5c7bf32f73907a409a7cbe9c10fb30", - "Addresses": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "AllowedIPs": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "Endpoints": ["77.164.248.136:47005", "10.65.0.27:47005", "172.17.0.1:47005"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56059}, - {"Proto": "peerapi6", "Port": 56059} - ]}, - "Created": "2026-04-09T01:27:17.680352803Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5785767309172125, - "StableID": "nkrZgBJPBn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "DiscoKey": "discokey:cdcf88e46924b9eeeb737e6548c9828e5b3a2ab6bffe31a1e97325dff658fc10", - "Addresses": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "AllowedIPs": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "Endpoints": ["77.164.248.136:49746", "10.65.0.27:49746", "172.17.0.1:49746"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 45376}, - {"Proto": "peerapi6", "Port": 45376} - ]}, - "Created": "2026-04-09T01:27:16.061001946Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6099780538683980, - "StableID": "n17DVhtbdp11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "DiscoKey": "discokey:c737d4ea18b196d3b51c689fd350b001afeb14e2b0c0856053d8bdab69b84944", - "Addresses": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "AllowedIPs": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "Endpoints": ["77.164.248.136:48180", "10.65.0.27:48180", "172.17.0.1:48180"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33948}, - {"Proto": "peerapi6", "Port": 33948} - ]}, - "Created": "2026-04-09T01:27:16.599856359Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6163670442175527, - "StableID": "n6LgUuAY8q11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:0b1cc7ab09b299e7cabc86f6c4eb405dfaa5ab19d4b242221ed3060e73e2ad7c", - "Addresses": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "AllowedIPs": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "Endpoints": ["77.164.248.136:53095", "10.65.0.27:53095", "172.17.0.1:53095"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59836}, - {"Proto": "peerapi6", "Port": 59836} - ]}, - "Created": "2026-04-09T01:27:23.108861348Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6806375522347140, - "StableID": "nTcAaiwc9v11CNTRL", + "ID": 1939961267320799, + "StableID": "nAtF7bVc9G11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "DiscoKey": "discokey:3f0a61edbf8c3b77f33d16f3f1ab8f72de5564dd958c462b3c9e7540c96e5717", - "Addresses": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "AllowedIPs": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "Endpoints": ["77.164.248.136:47307", "10.65.0.27:47307", "172.17.0.1:47307"], + "Key": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "DiscoKey": "discokey:bd10ca81d40c749b0295d90f7a88c426f0c37b7cc4e69a8fce4442797f076b50", + "Addresses": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "AllowedIPs": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "Endpoints": ["77.164.248.136:37970", "10.65.0.27:37970", "172.17.0.1:37970"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54627}, - {"Proto": "peerapi6", "Port": 54627} + {"Proto": "peerapi4", "Port": 41600}, + {"Proto": "peerapi6", "Port": 41600} ]}, - "Created": "2026-04-09T01:27:22.012370902Z", + "Created": "2026-04-09T08:33:27.674470889Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6887372783876569, - "StableID": "nY6FD3cJnv11CNTRL", + "ID": 2400155067680815, + "StableID": "nJgPPD13kK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:7054677c25e894909f181abd60b56d7aff9f3c82e054f5476cc61a420856f17e", + "Addresses": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "AllowedIPs": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "Endpoints": ["77.164.248.136:39004", "10.65.0.27:39004", "172.17.0.1:39004"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52506}, + {"Proto": "peerapi6", "Port": 52506} + ]}, + "Created": "2026-04-09T08:33:28.766335259Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2455411264816508, + "StableID": "ny73KSV4BL11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "DiscoKey": "discokey:ead54100c2408c7b90e7f8bf7366e95b9ecc1c8ee014af1f9b9b481be4c7b746", + "Addresses": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "AllowedIPs": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "Endpoints": ["77.164.248.136:58255", "10.65.0.27:58255", "172.17.0.1:58255"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48329}, + {"Proto": "peerapi6", "Port": 48329} + ]}, + "Created": "2026-04-09T08:33:21.691287297Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 2555345305552291, + "StableID": "n4BQH7bKxL11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "DiscoKey": "discokey:aae41348eebda4866b66cbc89e138250a1afead1565ed245549b2e066973ea61", - "Addresses": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "AllowedIPs": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "Endpoints": ["77.164.248.136:51855", "10.65.0.27:51855", "172.17.0.1:51855"], + "Key": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "DiscoKey": "discokey:db66410b332ed132dc6dc7a86f8380d470c771bce3fca5da791ef8f8f906b244", + "Addresses": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "AllowedIPs": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "Endpoints": ["77.164.248.136:56859", "10.65.0.27:56859", "172.17.0.1:56859"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45464}, - {"Proto": "peerapi6", "Port": 45464} + {"Proto": "peerapi4", "Port": 50270}, + {"Proto": "peerapi6", "Port": 50270} ]}, - "Created": "2026-04-09T01:27:19.835502596Z", + "Created": "2026-04-09T08:33:25.467091867Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7003517742455934, - "StableID": "nf9uU3Yugw11CNTRL", + "ID": 2602578302445021, + "StableID": "nxUdUVKiKM11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "DiscoKey": "discokey:e618fc24e87e6fc895b0fbd9e7e2154fe659e038fb80c1465565758c5478ef13", + "Addresses": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "AllowedIPs": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "Endpoints": ["77.164.248.136:55795", "10.65.0.27:55795", "172.17.0.1:55795"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44277}, + {"Proto": "peerapi6", "Port": 44277} + ]}, + "Created": "2026-04-09T08:33:22.207321265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3163709790187867, + "StableID": "nUyXYuHrhR11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "DiscoKey": "discokey:7d8871a244eb1328d50521518e9e11a5b062e12b2d94fa74c497053785b41c24", + "Addresses": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "AllowedIPs": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "Endpoints": ["77.164.248.136:43682", "10.65.0.27:43682", "172.17.0.1:43682"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 59418}, + {"Proto": "peerapi6", "Port": 59418} + ]}, + "Created": "2026-04-09T08:33:24.916725629Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3198719914136151, + "StableID": "n2Q1KzwhyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:1929160a0da35b87c7748f501baa07ac15372f9feec976f5c8db8152b07ef519", + "Addresses": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "AllowedIPs": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "Endpoints": ["77.164.248.136:51870", "10.65.0.27:51870", "172.17.0.1:51870"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37249}, + {"Proto": "peerapi6", "Port": 37249} + ]}, + "Created": "2026-04-09T08:33:28.209322962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3917103005895581, + "StableID": "ncQE9ve4bX11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "DiscoKey": "discokey:51d103671bfeaae05401e626b7d26b08646e372df2fafac11ee623951462bb67", - "Addresses": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "AllowedIPs": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "Endpoints": ["77.164.248.136:46705", "10.65.0.27:46705", "172.17.0.1:46705"], - "HomeDERP": 14, + "Key": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "DiscoKey": "discokey:3a82ba9530fb6d206ced46595b525ec3fa938390668b49c8ced9c10eb2aeee26", + "Addresses": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "AllowedIPs": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "Endpoints": ["77.164.248.136:42880", "10.65.0.27:42880", "172.17.0.1:42880"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45755}, - {"Proto": "peerapi6", "Port": 45755} + {"Proto": "peerapi4", "Port": 62780}, + {"Proto": "peerapi6", "Port": 62780} ]}, - "Created": "2026-04-09T01:27:18.213207824Z", + "Created": "2026-04-09T08:33:23.8379524Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7409645102037256, - "StableID": "n3xhX7pqrz11CNTRL", + "ID": 4180299759475068, + "StableID": "nuPtyPPGeZ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "DiscoKey": "discokey:bdfb1739fca8f28c3417bcb3c283d9061cadf2b75c4aafb0ec337fb6cd82c77c", + "Addresses": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "AllowedIPs": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "Endpoints": ["77.164.248.136:49149", "10.65.0.27:49149", "172.17.0.1:49149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 50503}, + {"Proto": "peerapi6", "Port": 50503} + ]}, + "Created": "2026-04-09T08:33:23.294381587Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4194106099591917, + "StableID": "n8UoyC4XkZ11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "DiscoKey": "discokey:2e814c5b7827e83396d03e19add639aa84f0ccbf022f516692059eacc3222020", + "Addresses": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "AllowedIPs": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "Endpoints": ["77.164.248.136:47762", "10.65.0.27:47762", "172.17.0.1:47762"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 47843}, + {"Proto": "peerapi6", "Port": 47843} + ]}, + "Created": "2026-04-09T08:33:26.0233978Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5464468590394028, + "StableID": "nmP69nKsfj11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:9373032310e008b04f107b76092ffd31b1d6c2c26da4d55d2982d2825d41f615", - "Addresses": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "AllowedIPs": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "KeyExpiry": "2026-10-06T08:33:29Z", + "DiscoKey": "discokey:0e9baef215562ba45bc86bbc55bd25bc2209646021098568f1626a38b695a76f", + "Addresses": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "AllowedIPs": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "Endpoints": ["77.164.248.136:49949", "10.65.0.27:49949", "172.17.0.1:49949"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 58857}, - {"Proto": "peerapi6", "Port": 58857} + {"Proto": "peerapi4", "Port": 62393}, + {"Proto": "peerapi6", "Port": 62393} ]}, - "Created": "2026-04-09T01:27:23.649079832Z", + "Created": "2026-04-09T08:33:29.310646676Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7773854067299409, - "StableID": "n2becvxnh321CNTRL", + "ID": 6070304127782099, + "StableID": "n6iYzZbFQp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "DiscoKey": "discokey:e15619b95bd62a6650a47d848f8b0db39bc57c879978727d19c4d9a2bc71c66f", + "Addresses": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "AllowedIPs": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "Endpoints": ["77.164.248.136:60705", "10.65.0.27:60705", "172.17.0.1:60705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47190}, + {"Proto": "peerapi6", "Port": 47190} + ]}, + "Created": "2026-04-09T08:33:27.144035379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6403775438226907, + "StableID": "nnx5nfKH1s11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "DiscoKey": "discokey:35261d7229312b844b6d45a25dc5594377373fbfc9b00b63cc173c5e07b9f564", - "Addresses": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "AllowedIPs": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "Endpoints": ["77.164.248.136:36347", "10.65.0.27:36347", "172.17.0.1:36347"], + "Key": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "DiscoKey": "discokey:70dcb167784216ca5e47de381204805014383b2cbd26bb7773baed72f5937b10", + "Addresses": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "AllowedIPs": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "Endpoints": ["77.164.248.136:58354", "10.65.0.27:58354", "172.17.0.1:58354"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 33742}, - {"Proto": "peerapi6", "Port": 33742} + {"Proto": "peerapi4", "Port": 36204}, + {"Proto": "peerapi6", "Port": 36204} ]}, - "Created": "2026-04-09T01:27:20.92969065Z", + "Created": "2026-04-09T08:33:26.571633923Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" + }, { + "ID": 6733821579299293, + "StableID": "nNuH5K5mau11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "DiscoKey": "discokey:cd20df613e1392581effb93b3c3ac10a91c8ffc874dbf164e6a5c298ae66d83d", + "Addresses": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "AllowedIPs": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "Endpoints": ["77.164.248.136:51803", "10.65.0.27:51803", "172.17.0.1:51803"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54000}, + {"Proto": "peerapi6", "Port": 54000} + ]}, + "Created": "2026-04-09T08:33:22.755120781Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2669,27 +2671,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8340961230297693": { - "ID": 8340961230297693, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2122479694241392": { + "ID": 2122479694241392, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2720,22 +2724,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7409645102037256, - "StableID": "n3xhX7pqrz11CNTRL", + "ID": 5464468590394028, + "StableID": "nmP69nKsfj11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:9373032310e008b04f107b76092ffd31b1d6c2c26da4d55d2982d2825d41f615", - "Addresses": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "AllowedIPs": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "KeyExpiry": "2026-10-06T08:33:29Z", + "DiscoKey": "discokey:0e9baef215562ba45bc86bbc55bd25bc2209646021098568f1626a38b695a76f", + "Addresses": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "AllowedIPs": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "Endpoints": ["77.164.248.136:49949", "10.65.0.27:49949", "172.17.0.1:49949"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 58857}, - {"Proto": "peerapi6", "Port": 58857}, + {"Proto": "peerapi4", "Port": 62393}, + {"Proto": "peerapi6", "Port": 62393}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:23.649079832Z", + "Created": "2026-04-09T08:33:29.310646676Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2764,302 +2768,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "MachineKey": "mkey:8173251c679430a985ccb0b7bff8159605837bef32aadc70994e185f2fbd4325", + "NodeKey": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "MachineKey": "mkey:9ecc20577e96b1022e93dd15959fba9bc8b3f5dadc6ff5eaf5b5f7dfcbc67259", "Peers": [{ - "ID": 349389268143367, - "StableID": "naiWC6sEj311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "DiscoKey": "discokey:42a85a2facfeb96b3878dce0f54be5c8a10f2d9d1fa4521a94b3a0f45408e904", - "Addresses": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "AllowedIPs": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57603}, - {"Proto": "peerapi6", "Port": 57603} - ]}, - "Created": "2026-04-09T01:27:20.389443289Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 883948346904718, - "StableID": "nXqfUopLu711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "DiscoKey": "discokey:e3a2e1d7a0b80bdc6c40669741fcafbb41c64806a1e630a63dc6759cb6e0397e", - "Addresses": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "AllowedIPs": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "Endpoints": ["77.164.248.136:51368", "10.65.0.27:51368", "172.17.0.1:51368"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55723}, - {"Proto": "peerapi6", "Port": 55723} - ]}, - "Created": "2026-04-09T01:27:21.474949736Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2180115923981143, - "StableID": "nnQGk1xN2J11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "KeyExpiry": "2026-10-06T01:27:22Z", - "DiscoKey": "discokey:84d6977c6ac57f02dcf830bfc654b02b78af51067ab64348588b3852c579e239", - "Addresses": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "AllowedIPs": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "Endpoints": ["77.164.248.136:43221", "10.65.0.27:43221", "172.17.0.1:43221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35874}, - {"Proto": "peerapi6", "Port": 35874} - ]}, - "Created": "2026-04-09T01:27:22.563399877Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3081299434079447, - "StableID": "ncdNaeWX4R11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "DiscoKey": "discokey:171c8e10ed38d82b492ead2faeac5c470a8128c1f56750baebd4f0e42aa18114", - "Addresses": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "AllowedIPs": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "Endpoints": ["77.164.248.136:48906", "10.65.0.27:48906", "172.17.0.1:48906"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58661}, - {"Proto": "peerapi6", "Port": 58661} - ]}, - "Created": "2026-04-09T01:27:17.143349012Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4750150265721543, - "StableID": "nQyfrmPM6e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "DiscoKey": "discokey:21670ec3d46004262d02bb3c64ea45c49cee3b5bad6a43280dc30bd85ef7f403", - "Addresses": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "AllowedIPs": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "Endpoints": ["77.164.248.136:46514", "10.65.0.27:46514", "172.17.0.1:46514"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36656}, - {"Proto": "peerapi6", "Port": 36656} - ]}, - "Created": "2026-04-09T01:27:19.305255984Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4996718533220109, - "StableID": "nkrfKjK22g11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "DiscoKey": "discokey:eb6ec19f51d165b3464892c11540c2366f5c7bf32f73907a409a7cbe9c10fb30", - "Addresses": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "AllowedIPs": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "Endpoints": ["77.164.248.136:47005", "10.65.0.27:47005", "172.17.0.1:47005"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56059}, - {"Proto": "peerapi6", "Port": 56059} - ]}, - "Created": "2026-04-09T01:27:17.680352803Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5785767309172125, - "StableID": "nkrZgBJPBn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "DiscoKey": "discokey:cdcf88e46924b9eeeb737e6548c9828e5b3a2ab6bffe31a1e97325dff658fc10", - "Addresses": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "AllowedIPs": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "Endpoints": ["77.164.248.136:49746", "10.65.0.27:49746", "172.17.0.1:49746"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 45376}, - {"Proto": "peerapi6", "Port": 45376} - ]}, - "Created": "2026-04-09T01:27:16.061001946Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6099780538683980, - "StableID": "n17DVhtbdp11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "DiscoKey": "discokey:c737d4ea18b196d3b51c689fd350b001afeb14e2b0c0856053d8bdab69b84944", - "Addresses": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "AllowedIPs": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "Endpoints": ["77.164.248.136:48180", "10.65.0.27:48180", "172.17.0.1:48180"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33948}, - {"Proto": "peerapi6", "Port": 33948} - ]}, - "Created": "2026-04-09T01:27:16.599856359Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6163670442175527, - "StableID": "n6LgUuAY8q11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:0b1cc7ab09b299e7cabc86f6c4eb405dfaa5ab19d4b242221ed3060e73e2ad7c", - "Addresses": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "AllowedIPs": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "Endpoints": ["77.164.248.136:53095", "10.65.0.27:53095", "172.17.0.1:53095"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59836}, - {"Proto": "peerapi6", "Port": 59836} - ]}, - "Created": "2026-04-09T01:27:23.108861348Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6806375522347140, - "StableID": "nTcAaiwc9v11CNTRL", + "ID": 1939961267320799, + "StableID": "nAtF7bVc9G11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "DiscoKey": "discokey:3f0a61edbf8c3b77f33d16f3f1ab8f72de5564dd958c462b3c9e7540c96e5717", - "Addresses": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "AllowedIPs": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "Endpoints": ["77.164.248.136:47307", "10.65.0.27:47307", "172.17.0.1:47307"], + "Key": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "DiscoKey": "discokey:bd10ca81d40c749b0295d90f7a88c426f0c37b7cc4e69a8fce4442797f076b50", + "Addresses": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "AllowedIPs": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "Endpoints": ["77.164.248.136:37970", "10.65.0.27:37970", "172.17.0.1:37970"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54627}, - {"Proto": "peerapi6", "Port": 54627} + {"Proto": "peerapi4", "Port": 41600}, + {"Proto": "peerapi6", "Port": 41600} ]}, - "Created": "2026-04-09T01:27:22.012370902Z", + "Created": "2026-04-09T08:33:27.674470889Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6887372783876569, - "StableID": "nY6FD3cJnv11CNTRL", + "ID": 2122479694241392, + "StableID": "nZsQVfwGaH11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "DiscoKey": "discokey:f7adc6acca9e1eb886e2cdb4af91c55d2671134a46f8a8413be98ba11b8a831d", + "Addresses": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "AllowedIPs": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "Endpoints": ["77.164.248.136:45579", "10.65.0.27:45579", "172.17.0.1:45579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38562}, + {"Proto": "peerapi6", "Port": 38562} + ]}, + "Created": "2026-04-09T08:33:24.371165572Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2400155067680815, + "StableID": "nJgPPD13kK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:7054677c25e894909f181abd60b56d7aff9f3c82e054f5476cc61a420856f17e", + "Addresses": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "AllowedIPs": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "Endpoints": ["77.164.248.136:39004", "10.65.0.27:39004", "172.17.0.1:39004"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52506}, + {"Proto": "peerapi6", "Port": 52506} + ]}, + "Created": "2026-04-09T08:33:28.766335259Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2455411264816508, + "StableID": "ny73KSV4BL11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "DiscoKey": "discokey:ead54100c2408c7b90e7f8bf7366e95b9ecc1c8ee014af1f9b9b481be4c7b746", + "Addresses": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "AllowedIPs": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "Endpoints": ["77.164.248.136:58255", "10.65.0.27:58255", "172.17.0.1:58255"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48329}, + {"Proto": "peerapi6", "Port": 48329} + ]}, + "Created": "2026-04-09T08:33:21.691287297Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 2555345305552291, + "StableID": "n4BQH7bKxL11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "DiscoKey": "discokey:aae41348eebda4866b66cbc89e138250a1afead1565ed245549b2e066973ea61", - "Addresses": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "AllowedIPs": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "Endpoints": ["77.164.248.136:51855", "10.65.0.27:51855", "172.17.0.1:51855"], + "Key": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "DiscoKey": "discokey:db66410b332ed132dc6dc7a86f8380d470c771bce3fca5da791ef8f8f906b244", + "Addresses": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "AllowedIPs": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "Endpoints": ["77.164.248.136:56859", "10.65.0.27:56859", "172.17.0.1:56859"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45464}, - {"Proto": "peerapi6", "Port": 45464} + {"Proto": "peerapi4", "Port": 50270}, + {"Proto": "peerapi6", "Port": 50270} ]}, - "Created": "2026-04-09T01:27:19.835502596Z", + "Created": "2026-04-09T08:33:25.467091867Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7003517742455934, - "StableID": "nf9uU3Yugw11CNTRL", + "ID": 2602578302445021, + "StableID": "nxUdUVKiKM11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "DiscoKey": "discokey:e618fc24e87e6fc895b0fbd9e7e2154fe659e038fb80c1465565758c5478ef13", + "Addresses": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "AllowedIPs": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "Endpoints": ["77.164.248.136:55795", "10.65.0.27:55795", "172.17.0.1:55795"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44277}, + {"Proto": "peerapi6", "Port": 44277} + ]}, + "Created": "2026-04-09T08:33:22.207321265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3163709790187867, + "StableID": "nUyXYuHrhR11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "DiscoKey": "discokey:7d8871a244eb1328d50521518e9e11a5b062e12b2d94fa74c497053785b41c24", + "Addresses": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "AllowedIPs": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "Endpoints": ["77.164.248.136:43682", "10.65.0.27:43682", "172.17.0.1:43682"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 59418}, + {"Proto": "peerapi6", "Port": 59418} + ]}, + "Created": "2026-04-09T08:33:24.916725629Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3198719914136151, + "StableID": "n2Q1KzwhyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:1929160a0da35b87c7748f501baa07ac15372f9feec976f5c8db8152b07ef519", + "Addresses": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "AllowedIPs": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "Endpoints": ["77.164.248.136:51870", "10.65.0.27:51870", "172.17.0.1:51870"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37249}, + {"Proto": "peerapi6", "Port": 37249} + ]}, + "Created": "2026-04-09T08:33:28.209322962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3917103005895581, + "StableID": "ncQE9ve4bX11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "DiscoKey": "discokey:51d103671bfeaae05401e626b7d26b08646e372df2fafac11ee623951462bb67", - "Addresses": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "AllowedIPs": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "Endpoints": ["77.164.248.136:46705", "10.65.0.27:46705", "172.17.0.1:46705"], - "HomeDERP": 14, + "Key": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "DiscoKey": "discokey:3a82ba9530fb6d206ced46595b525ec3fa938390668b49c8ced9c10eb2aeee26", + "Addresses": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "AllowedIPs": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "Endpoints": ["77.164.248.136:42880", "10.65.0.27:42880", "172.17.0.1:42880"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45755}, - {"Proto": "peerapi6", "Port": 45755} + {"Proto": "peerapi4", "Port": 62780}, + {"Proto": "peerapi6", "Port": 62780} ]}, - "Created": "2026-04-09T01:27:18.213207824Z", + "Created": "2026-04-09T08:33:23.8379524Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7773854067299409, - "StableID": "n2becvxnh321CNTRL", + "ID": 4180299759475068, + "StableID": "nuPtyPPGeZ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "DiscoKey": "discokey:bdfb1739fca8f28c3417bcb3c283d9061cadf2b75c4aafb0ec337fb6cd82c77c", + "Addresses": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "AllowedIPs": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "Endpoints": ["77.164.248.136:49149", "10.65.0.27:49149", "172.17.0.1:49149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 50503}, + {"Proto": "peerapi6", "Port": 50503} + ]}, + "Created": "2026-04-09T08:33:23.294381587Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4194106099591917, + "StableID": "n8UoyC4XkZ11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "DiscoKey": "discokey:2e814c5b7827e83396d03e19add639aa84f0ccbf022f516692059eacc3222020", + "Addresses": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "AllowedIPs": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "Endpoints": ["77.164.248.136:47762", "10.65.0.27:47762", "172.17.0.1:47762"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 47843}, + {"Proto": "peerapi6", "Port": 47843} + ]}, + "Created": "2026-04-09T08:33:26.0233978Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6070304127782099, + "StableID": "n6iYzZbFQp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "DiscoKey": "discokey:e15619b95bd62a6650a47d848f8b0db39bc57c879978727d19c4d9a2bc71c66f", + "Addresses": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "AllowedIPs": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "Endpoints": ["77.164.248.136:60705", "10.65.0.27:60705", "172.17.0.1:60705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47190}, + {"Proto": "peerapi6", "Port": 47190} + ]}, + "Created": "2026-04-09T08:33:27.144035379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6403775438226907, + "StableID": "nnx5nfKH1s11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "DiscoKey": "discokey:35261d7229312b844b6d45a25dc5594377373fbfc9b00b63cc173c5e07b9f564", - "Addresses": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "AllowedIPs": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "Endpoints": ["77.164.248.136:36347", "10.65.0.27:36347", "172.17.0.1:36347"], + "Key": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "DiscoKey": "discokey:70dcb167784216ca5e47de381204805014383b2cbd26bb7773baed72f5937b10", + "Addresses": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "AllowedIPs": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "Endpoints": ["77.164.248.136:58354", "10.65.0.27:58354", "172.17.0.1:58354"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 33742}, - {"Proto": "peerapi6", "Port": 33742} + {"Proto": "peerapi4", "Port": 36204}, + {"Proto": "peerapi6", "Port": 36204} ]}, - "Created": "2026-04-09T01:27:20.92969065Z", + "Created": "2026-04-09T08:33:26.571633923Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8340961230297693, - "StableID": "nz7Deeud8821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 6733821579299293, + "StableID": "nNuH5K5mau11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "DiscoKey": "discokey:9e27ad7380bf21991a56f3332f37484164bc7bdb04b1f5b194ee2565ff0d3c23", - "Addresses": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "AllowedIPs": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "Endpoints": ["77.164.248.136:56095", "10.65.0.27:56095", "172.17.0.1:56095"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 63359}, - {"Proto": "peerapi6", "Port": 63359} + "Key": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "DiscoKey": "discokey:cd20df613e1392581effb93b3c3ac10a91c8ffc874dbf164e6a5c298ae66d83d", + "Addresses": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "AllowedIPs": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "Endpoints": ["77.164.248.136:51803", "10.65.0.27:51803", "172.17.0.1:51803"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54000}, + {"Proto": "peerapi6", "Port": 54000} ]}, - "Created": "2026-04-09T01:27:18.750831545Z", + "Created": "2026-04-09T08:33:22.755120781Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3907,23 +3911,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3954,26 +3959,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3081299434079447, - "StableID": "ncdNaeWX4R11CNTRL", + "ID": 6733821579299293, + "StableID": "nNuH5K5mau11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 3081299434079447, - "Key": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "DiscoKey": "discokey:171c8e10ed38d82b492ead2faeac5c470a8128c1f56750baebd4f0e42aa18114", - "Addresses": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "AllowedIPs": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "Endpoints": ["77.164.248.136:48906", "10.65.0.27:48906", "172.17.0.1:48906"], + "User": 6733821579299293, + "Key": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "DiscoKey": "discokey:cd20df613e1392581effb93b3c3ac10a91c8ffc874dbf164e6a5c298ae66d83d", + "Addresses": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "AllowedIPs": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "Endpoints": ["77.164.248.136:51803", "10.65.0.27:51803", "172.17.0.1:51803"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 58661}, - {"Proto": "peerapi6", "Port": 58661}, + {"Proto": "peerapi4", "Port": 54000}, + {"Proto": "peerapi6", "Port": 54000}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:27:17.143349012Z", + "Created": "2026-04-09T08:33:22.755120781Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -4001,302 +4006,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "MachineKey": "mkey:5402b3f2a493726f8283863276b1512c04b777954bbb99d475f2f1f2b49e2b5d", + "NodeKey": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "MachineKey": "mkey:fd622fcf798430fba390970141a689b01260596e48f2b3ca03014bccdee53720", "Peers": [{ - "ID": 349389268143367, - "StableID": "naiWC6sEj311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "DiscoKey": "discokey:42a85a2facfeb96b3878dce0f54be5c8a10f2d9d1fa4521a94b3a0f45408e904", - "Addresses": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "AllowedIPs": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57603}, - {"Proto": "peerapi6", "Port": 57603} - ]}, - "Created": "2026-04-09T01:27:20.389443289Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 883948346904718, - "StableID": "nXqfUopLu711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "DiscoKey": "discokey:e3a2e1d7a0b80bdc6c40669741fcafbb41c64806a1e630a63dc6759cb6e0397e", - "Addresses": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "AllowedIPs": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "Endpoints": ["77.164.248.136:51368", "10.65.0.27:51368", "172.17.0.1:51368"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55723}, - {"Proto": "peerapi6", "Port": 55723} - ]}, - "Created": "2026-04-09T01:27:21.474949736Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2180115923981143, - "StableID": "nnQGk1xN2J11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "KeyExpiry": "2026-10-06T01:27:22Z", - "DiscoKey": "discokey:84d6977c6ac57f02dcf830bfc654b02b78af51067ab64348588b3852c579e239", - "Addresses": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "AllowedIPs": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "Endpoints": ["77.164.248.136:43221", "10.65.0.27:43221", "172.17.0.1:43221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35874}, - {"Proto": "peerapi6", "Port": 35874} - ]}, - "Created": "2026-04-09T01:27:22.563399877Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4750150265721543, - "StableID": "nQyfrmPM6e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "DiscoKey": "discokey:21670ec3d46004262d02bb3c64ea45c49cee3b5bad6a43280dc30bd85ef7f403", - "Addresses": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "AllowedIPs": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "Endpoints": ["77.164.248.136:46514", "10.65.0.27:46514", "172.17.0.1:46514"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36656}, - {"Proto": "peerapi6", "Port": 36656} - ]}, - "Created": "2026-04-09T01:27:19.305255984Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4996718533220109, - "StableID": "nkrfKjK22g11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "DiscoKey": "discokey:eb6ec19f51d165b3464892c11540c2366f5c7bf32f73907a409a7cbe9c10fb30", - "Addresses": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "AllowedIPs": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "Endpoints": ["77.164.248.136:47005", "10.65.0.27:47005", "172.17.0.1:47005"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56059}, - {"Proto": "peerapi6", "Port": 56059} - ]}, - "Created": "2026-04-09T01:27:17.680352803Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5785767309172125, - "StableID": "nkrZgBJPBn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "DiscoKey": "discokey:cdcf88e46924b9eeeb737e6548c9828e5b3a2ab6bffe31a1e97325dff658fc10", - "Addresses": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "AllowedIPs": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "Endpoints": ["77.164.248.136:49746", "10.65.0.27:49746", "172.17.0.1:49746"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 45376}, - {"Proto": "peerapi6", "Port": 45376} - ]}, - "Created": "2026-04-09T01:27:16.061001946Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6099780538683980, - "StableID": "n17DVhtbdp11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "DiscoKey": "discokey:c737d4ea18b196d3b51c689fd350b001afeb14e2b0c0856053d8bdab69b84944", - "Addresses": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "AllowedIPs": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "Endpoints": ["77.164.248.136:48180", "10.65.0.27:48180", "172.17.0.1:48180"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33948}, - {"Proto": "peerapi6", "Port": 33948} - ]}, - "Created": "2026-04-09T01:27:16.599856359Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6163670442175527, - "StableID": "n6LgUuAY8q11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:0b1cc7ab09b299e7cabc86f6c4eb405dfaa5ab19d4b242221ed3060e73e2ad7c", - "Addresses": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "AllowedIPs": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "Endpoints": ["77.164.248.136:53095", "10.65.0.27:53095", "172.17.0.1:53095"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59836}, - {"Proto": "peerapi6", "Port": 59836} - ]}, - "Created": "2026-04-09T01:27:23.108861348Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6806375522347140, - "StableID": "nTcAaiwc9v11CNTRL", + "ID": 1939961267320799, + "StableID": "nAtF7bVc9G11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "DiscoKey": "discokey:3f0a61edbf8c3b77f33d16f3f1ab8f72de5564dd958c462b3c9e7540c96e5717", - "Addresses": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "AllowedIPs": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "Endpoints": ["77.164.248.136:47307", "10.65.0.27:47307", "172.17.0.1:47307"], + "Key": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "DiscoKey": "discokey:bd10ca81d40c749b0295d90f7a88c426f0c37b7cc4e69a8fce4442797f076b50", + "Addresses": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "AllowedIPs": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "Endpoints": ["77.164.248.136:37970", "10.65.0.27:37970", "172.17.0.1:37970"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54627}, - {"Proto": "peerapi6", "Port": 54627} + {"Proto": "peerapi4", "Port": 41600}, + {"Proto": "peerapi6", "Port": 41600} ]}, - "Created": "2026-04-09T01:27:22.012370902Z", + "Created": "2026-04-09T08:33:27.674470889Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6887372783876569, - "StableID": "nY6FD3cJnv11CNTRL", + "ID": 2122479694241392, + "StableID": "nZsQVfwGaH11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "DiscoKey": "discokey:f7adc6acca9e1eb886e2cdb4af91c55d2671134a46f8a8413be98ba11b8a831d", + "Addresses": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "AllowedIPs": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "Endpoints": ["77.164.248.136:45579", "10.65.0.27:45579", "172.17.0.1:45579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38562}, + {"Proto": "peerapi6", "Port": 38562} + ]}, + "Created": "2026-04-09T08:33:24.371165572Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2400155067680815, + "StableID": "nJgPPD13kK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:7054677c25e894909f181abd60b56d7aff9f3c82e054f5476cc61a420856f17e", + "Addresses": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "AllowedIPs": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "Endpoints": ["77.164.248.136:39004", "10.65.0.27:39004", "172.17.0.1:39004"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52506}, + {"Proto": "peerapi6", "Port": 52506} + ]}, + "Created": "2026-04-09T08:33:28.766335259Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2455411264816508, + "StableID": "ny73KSV4BL11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "DiscoKey": "discokey:ead54100c2408c7b90e7f8bf7366e95b9ecc1c8ee014af1f9b9b481be4c7b746", + "Addresses": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "AllowedIPs": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "Endpoints": ["77.164.248.136:58255", "10.65.0.27:58255", "172.17.0.1:58255"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48329}, + {"Proto": "peerapi6", "Port": 48329} + ]}, + "Created": "2026-04-09T08:33:21.691287297Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 2555345305552291, + "StableID": "n4BQH7bKxL11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "DiscoKey": "discokey:aae41348eebda4866b66cbc89e138250a1afead1565ed245549b2e066973ea61", - "Addresses": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "AllowedIPs": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "Endpoints": ["77.164.248.136:51855", "10.65.0.27:51855", "172.17.0.1:51855"], + "Key": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "DiscoKey": "discokey:db66410b332ed132dc6dc7a86f8380d470c771bce3fca5da791ef8f8f906b244", + "Addresses": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "AllowedIPs": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "Endpoints": ["77.164.248.136:56859", "10.65.0.27:56859", "172.17.0.1:56859"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45464}, - {"Proto": "peerapi6", "Port": 45464} + {"Proto": "peerapi4", "Port": 50270}, + {"Proto": "peerapi6", "Port": 50270} ]}, - "Created": "2026-04-09T01:27:19.835502596Z", + "Created": "2026-04-09T08:33:25.467091867Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7003517742455934, - "StableID": "nf9uU3Yugw11CNTRL", + "ID": 2602578302445021, + "StableID": "nxUdUVKiKM11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "DiscoKey": "discokey:e618fc24e87e6fc895b0fbd9e7e2154fe659e038fb80c1465565758c5478ef13", + "Addresses": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "AllowedIPs": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "Endpoints": ["77.164.248.136:55795", "10.65.0.27:55795", "172.17.0.1:55795"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44277}, + {"Proto": "peerapi6", "Port": 44277} + ]}, + "Created": "2026-04-09T08:33:22.207321265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3163709790187867, + "StableID": "nUyXYuHrhR11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "DiscoKey": "discokey:7d8871a244eb1328d50521518e9e11a5b062e12b2d94fa74c497053785b41c24", + "Addresses": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "AllowedIPs": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "Endpoints": ["77.164.248.136:43682", "10.65.0.27:43682", "172.17.0.1:43682"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 59418}, + {"Proto": "peerapi6", "Port": 59418} + ]}, + "Created": "2026-04-09T08:33:24.916725629Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3198719914136151, + "StableID": "n2Q1KzwhyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:1929160a0da35b87c7748f501baa07ac15372f9feec976f5c8db8152b07ef519", + "Addresses": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "AllowedIPs": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "Endpoints": ["77.164.248.136:51870", "10.65.0.27:51870", "172.17.0.1:51870"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37249}, + {"Proto": "peerapi6", "Port": 37249} + ]}, + "Created": "2026-04-09T08:33:28.209322962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3917103005895581, + "StableID": "ncQE9ve4bX11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "DiscoKey": "discokey:51d103671bfeaae05401e626b7d26b08646e372df2fafac11ee623951462bb67", - "Addresses": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "AllowedIPs": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "Endpoints": ["77.164.248.136:46705", "10.65.0.27:46705", "172.17.0.1:46705"], - "HomeDERP": 14, + "Key": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "DiscoKey": "discokey:3a82ba9530fb6d206ced46595b525ec3fa938390668b49c8ced9c10eb2aeee26", + "Addresses": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "AllowedIPs": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "Endpoints": ["77.164.248.136:42880", "10.65.0.27:42880", "172.17.0.1:42880"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45755}, - {"Proto": "peerapi6", "Port": 45755} + {"Proto": "peerapi4", "Port": 62780}, + {"Proto": "peerapi6", "Port": 62780} ]}, - "Created": "2026-04-09T01:27:18.213207824Z", + "Created": "2026-04-09T08:33:23.8379524Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7409645102037256, - "StableID": "n3xhX7pqrz11CNTRL", + "ID": 4180299759475068, + "StableID": "nuPtyPPGeZ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "DiscoKey": "discokey:bdfb1739fca8f28c3417bcb3c283d9061cadf2b75c4aafb0ec337fb6cd82c77c", + "Addresses": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "AllowedIPs": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "Endpoints": ["77.164.248.136:49149", "10.65.0.27:49149", "172.17.0.1:49149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 50503}, + {"Proto": "peerapi6", "Port": 50503} + ]}, + "Created": "2026-04-09T08:33:23.294381587Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4194106099591917, + "StableID": "n8UoyC4XkZ11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "DiscoKey": "discokey:2e814c5b7827e83396d03e19add639aa84f0ccbf022f516692059eacc3222020", + "Addresses": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "AllowedIPs": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "Endpoints": ["77.164.248.136:47762", "10.65.0.27:47762", "172.17.0.1:47762"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 47843}, + {"Proto": "peerapi6", "Port": 47843} + ]}, + "Created": "2026-04-09T08:33:26.0233978Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5464468590394028, + "StableID": "nmP69nKsfj11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:9373032310e008b04f107b76092ffd31b1d6c2c26da4d55d2982d2825d41f615", - "Addresses": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "AllowedIPs": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "KeyExpiry": "2026-10-06T08:33:29Z", + "DiscoKey": "discokey:0e9baef215562ba45bc86bbc55bd25bc2209646021098568f1626a38b695a76f", + "Addresses": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "AllowedIPs": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "Endpoints": ["77.164.248.136:49949", "10.65.0.27:49949", "172.17.0.1:49949"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 58857}, - {"Proto": "peerapi6", "Port": 58857} + {"Proto": "peerapi4", "Port": 62393}, + {"Proto": "peerapi6", "Port": 62393} ]}, - "Created": "2026-04-09T01:27:23.649079832Z", + "Created": "2026-04-09T08:33:29.310646676Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7773854067299409, - "StableID": "n2becvxnh321CNTRL", + "ID": 6070304127782099, + "StableID": "n6iYzZbFQp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "DiscoKey": "discokey:e15619b95bd62a6650a47d848f8b0db39bc57c879978727d19c4d9a2bc71c66f", + "Addresses": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "AllowedIPs": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "Endpoints": ["77.164.248.136:60705", "10.65.0.27:60705", "172.17.0.1:60705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47190}, + {"Proto": "peerapi6", "Port": 47190} + ]}, + "Created": "2026-04-09T08:33:27.144035379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6403775438226907, + "StableID": "nnx5nfKH1s11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "DiscoKey": "discokey:35261d7229312b844b6d45a25dc5594377373fbfc9b00b63cc173c5e07b9f564", - "Addresses": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "AllowedIPs": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "Endpoints": ["77.164.248.136:36347", "10.65.0.27:36347", "172.17.0.1:36347"], + "Key": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "DiscoKey": "discokey:70dcb167784216ca5e47de381204805014383b2cbd26bb7773baed72f5937b10", + "Addresses": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "AllowedIPs": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "Endpoints": ["77.164.248.136:58354", "10.65.0.27:58354", "172.17.0.1:58354"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 33742}, - {"Proto": "peerapi6", "Port": 33742} + {"Proto": "peerapi4", "Port": 36204}, + {"Proto": "peerapi6", "Port": 36204} ]}, - "Created": "2026-04-09T01:27:20.92969065Z", + "Created": "2026-04-09T08:33:26.571633923Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" - }, { - "ID": 8340961230297693, - "StableID": "nz7Deeud8821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "DiscoKey": "discokey:9e27ad7380bf21991a56f3332f37484164bc7bdb04b1f5b194ee2565ff0d3c23", - "Addresses": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "AllowedIPs": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "Endpoints": ["77.164.248.136:56095", "10.65.0.27:56095", "172.17.0.1:56095"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 63359}, - {"Proto": "peerapi6", "Port": 63359} - ]}, - "Created": "2026-04-09T01:27:18.750831545Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5144,27 +5149,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3081299434079447": { - "ID": 3081299434079447, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6733821579299293": { + "ID": 6733821579299293, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5195,26 +5202,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6887372783876569, - "StableID": "nY6FD3cJnv11CNTRL", + "ID": 2555345305552291, + "StableID": "n4BQH7bKxL11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 6887372783876569, - "Key": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "DiscoKey": "discokey:aae41348eebda4866b66cbc89e138250a1afead1565ed245549b2e066973ea61", - "Addresses": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "AllowedIPs": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "Endpoints": ["77.164.248.136:51855", "10.65.0.27:51855", "172.17.0.1:51855"], + "User": 2555345305552291, + "Key": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "DiscoKey": "discokey:db66410b332ed132dc6dc7a86f8380d470c771bce3fca5da791ef8f8f906b244", + "Addresses": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "AllowedIPs": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "Endpoints": ["77.164.248.136:56859", "10.65.0.27:56859", "172.17.0.1:56859"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 45464}, - {"Proto": "peerapi6", "Port": 45464}, + {"Proto": "peerapi4", "Port": 50270}, + {"Proto": "peerapi6", "Port": 50270}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:27:19.835502596Z", + "Created": "2026-04-09T08:33:25.467091867Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5242,302 +5249,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "MachineKey": "mkey:30093d4c34779704cecc8970291e598742a94925a2ce6ade827cf3e70d57ce4c", + "NodeKey": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "MachineKey": "mkey:86fb570dd2e51eba75e253083e25b252966a71fb670f292b83847b2e55653d56", "Peers": [{ - "ID": 349389268143367, - "StableID": "naiWC6sEj311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "DiscoKey": "discokey:42a85a2facfeb96b3878dce0f54be5c8a10f2d9d1fa4521a94b3a0f45408e904", - "Addresses": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "AllowedIPs": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57603}, - {"Proto": "peerapi6", "Port": 57603} - ]}, - "Created": "2026-04-09T01:27:20.389443289Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 883948346904718, - "StableID": "nXqfUopLu711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "DiscoKey": "discokey:e3a2e1d7a0b80bdc6c40669741fcafbb41c64806a1e630a63dc6759cb6e0397e", - "Addresses": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "AllowedIPs": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "Endpoints": ["77.164.248.136:51368", "10.65.0.27:51368", "172.17.0.1:51368"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55723}, - {"Proto": "peerapi6", "Port": 55723} - ]}, - "Created": "2026-04-09T01:27:21.474949736Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2180115923981143, - "StableID": "nnQGk1xN2J11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "KeyExpiry": "2026-10-06T01:27:22Z", - "DiscoKey": "discokey:84d6977c6ac57f02dcf830bfc654b02b78af51067ab64348588b3852c579e239", - "Addresses": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "AllowedIPs": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "Endpoints": ["77.164.248.136:43221", "10.65.0.27:43221", "172.17.0.1:43221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35874}, - {"Proto": "peerapi6", "Port": 35874} - ]}, - "Created": "2026-04-09T01:27:22.563399877Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3081299434079447, - "StableID": "ncdNaeWX4R11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "DiscoKey": "discokey:171c8e10ed38d82b492ead2faeac5c470a8128c1f56750baebd4f0e42aa18114", - "Addresses": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "AllowedIPs": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "Endpoints": ["77.164.248.136:48906", "10.65.0.27:48906", "172.17.0.1:48906"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58661}, - {"Proto": "peerapi6", "Port": 58661} - ]}, - "Created": "2026-04-09T01:27:17.143349012Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4750150265721543, - "StableID": "nQyfrmPM6e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "DiscoKey": "discokey:21670ec3d46004262d02bb3c64ea45c49cee3b5bad6a43280dc30bd85ef7f403", - "Addresses": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "AllowedIPs": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "Endpoints": ["77.164.248.136:46514", "10.65.0.27:46514", "172.17.0.1:46514"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36656}, - {"Proto": "peerapi6", "Port": 36656} - ]}, - "Created": "2026-04-09T01:27:19.305255984Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4996718533220109, - "StableID": "nkrfKjK22g11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "DiscoKey": "discokey:eb6ec19f51d165b3464892c11540c2366f5c7bf32f73907a409a7cbe9c10fb30", - "Addresses": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "AllowedIPs": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "Endpoints": ["77.164.248.136:47005", "10.65.0.27:47005", "172.17.0.1:47005"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56059}, - {"Proto": "peerapi6", "Port": 56059} - ]}, - "Created": "2026-04-09T01:27:17.680352803Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5785767309172125, - "StableID": "nkrZgBJPBn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "DiscoKey": "discokey:cdcf88e46924b9eeeb737e6548c9828e5b3a2ab6bffe31a1e97325dff658fc10", - "Addresses": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "AllowedIPs": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "Endpoints": ["77.164.248.136:49746", "10.65.0.27:49746", "172.17.0.1:49746"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 45376}, - {"Proto": "peerapi6", "Port": 45376} - ]}, - "Created": "2026-04-09T01:27:16.061001946Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6099780538683980, - "StableID": "n17DVhtbdp11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "DiscoKey": "discokey:c737d4ea18b196d3b51c689fd350b001afeb14e2b0c0856053d8bdab69b84944", - "Addresses": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "AllowedIPs": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "Endpoints": ["77.164.248.136:48180", "10.65.0.27:48180", "172.17.0.1:48180"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33948}, - {"Proto": "peerapi6", "Port": 33948} - ]}, - "Created": "2026-04-09T01:27:16.599856359Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6163670442175527, - "StableID": "n6LgUuAY8q11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:0b1cc7ab09b299e7cabc86f6c4eb405dfaa5ab19d4b242221ed3060e73e2ad7c", - "Addresses": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "AllowedIPs": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "Endpoints": ["77.164.248.136:53095", "10.65.0.27:53095", "172.17.0.1:53095"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59836}, - {"Proto": "peerapi6", "Port": 59836} - ]}, - "Created": "2026-04-09T01:27:23.108861348Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6806375522347140, - "StableID": "nTcAaiwc9v11CNTRL", + "ID": 1939961267320799, + "StableID": "nAtF7bVc9G11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "DiscoKey": "discokey:3f0a61edbf8c3b77f33d16f3f1ab8f72de5564dd958c462b3c9e7540c96e5717", - "Addresses": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "AllowedIPs": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "Endpoints": ["77.164.248.136:47307", "10.65.0.27:47307", "172.17.0.1:47307"], + "Key": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "DiscoKey": "discokey:bd10ca81d40c749b0295d90f7a88c426f0c37b7cc4e69a8fce4442797f076b50", + "Addresses": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "AllowedIPs": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "Endpoints": ["77.164.248.136:37970", "10.65.0.27:37970", "172.17.0.1:37970"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54627}, - {"Proto": "peerapi6", "Port": 54627} + {"Proto": "peerapi4", "Port": 41600}, + {"Proto": "peerapi6", "Port": 41600} ]}, - "Created": "2026-04-09T01:27:22.012370902Z", + "Created": "2026-04-09T08:33:27.674470889Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7003517742455934, - "StableID": "nf9uU3Yugw11CNTRL", + "ID": 2122479694241392, + "StableID": "nZsQVfwGaH11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "DiscoKey": "discokey:f7adc6acca9e1eb886e2cdb4af91c55d2671134a46f8a8413be98ba11b8a831d", + "Addresses": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "AllowedIPs": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "Endpoints": ["77.164.248.136:45579", "10.65.0.27:45579", "172.17.0.1:45579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38562}, + {"Proto": "peerapi6", "Port": 38562} + ]}, + "Created": "2026-04-09T08:33:24.371165572Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2400155067680815, + "StableID": "nJgPPD13kK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:7054677c25e894909f181abd60b56d7aff9f3c82e054f5476cc61a420856f17e", + "Addresses": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "AllowedIPs": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "Endpoints": ["77.164.248.136:39004", "10.65.0.27:39004", "172.17.0.1:39004"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52506}, + {"Proto": "peerapi6", "Port": 52506} + ]}, + "Created": "2026-04-09T08:33:28.766335259Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2455411264816508, + "StableID": "ny73KSV4BL11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "DiscoKey": "discokey:ead54100c2408c7b90e7f8bf7366e95b9ecc1c8ee014af1f9b9b481be4c7b746", + "Addresses": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "AllowedIPs": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "Endpoints": ["77.164.248.136:58255", "10.65.0.27:58255", "172.17.0.1:58255"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48329}, + {"Proto": "peerapi6", "Port": 48329} + ]}, + "Created": "2026-04-09T08:33:21.691287297Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 2602578302445021, + "StableID": "nxUdUVKiKM11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "DiscoKey": "discokey:e618fc24e87e6fc895b0fbd9e7e2154fe659e038fb80c1465565758c5478ef13", + "Addresses": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "AllowedIPs": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "Endpoints": ["77.164.248.136:55795", "10.65.0.27:55795", "172.17.0.1:55795"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44277}, + {"Proto": "peerapi6", "Port": 44277} + ]}, + "Created": "2026-04-09T08:33:22.207321265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3163709790187867, + "StableID": "nUyXYuHrhR11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "DiscoKey": "discokey:7d8871a244eb1328d50521518e9e11a5b062e12b2d94fa74c497053785b41c24", + "Addresses": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "AllowedIPs": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "Endpoints": ["77.164.248.136:43682", "10.65.0.27:43682", "172.17.0.1:43682"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 59418}, + {"Proto": "peerapi6", "Port": 59418} + ]}, + "Created": "2026-04-09T08:33:24.916725629Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3198719914136151, + "StableID": "n2Q1KzwhyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:1929160a0da35b87c7748f501baa07ac15372f9feec976f5c8db8152b07ef519", + "Addresses": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "AllowedIPs": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "Endpoints": ["77.164.248.136:51870", "10.65.0.27:51870", "172.17.0.1:51870"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37249}, + {"Proto": "peerapi6", "Port": 37249} + ]}, + "Created": "2026-04-09T08:33:28.209322962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3917103005895581, + "StableID": "ncQE9ve4bX11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "DiscoKey": "discokey:51d103671bfeaae05401e626b7d26b08646e372df2fafac11ee623951462bb67", - "Addresses": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "AllowedIPs": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "Endpoints": ["77.164.248.136:46705", "10.65.0.27:46705", "172.17.0.1:46705"], - "HomeDERP": 14, + "Key": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "DiscoKey": "discokey:3a82ba9530fb6d206ced46595b525ec3fa938390668b49c8ced9c10eb2aeee26", + "Addresses": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "AllowedIPs": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "Endpoints": ["77.164.248.136:42880", "10.65.0.27:42880", "172.17.0.1:42880"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45755}, - {"Proto": "peerapi6", "Port": 45755} + {"Proto": "peerapi4", "Port": 62780}, + {"Proto": "peerapi6", "Port": 62780} ]}, - "Created": "2026-04-09T01:27:18.213207824Z", + "Created": "2026-04-09T08:33:23.8379524Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7409645102037256, - "StableID": "n3xhX7pqrz11CNTRL", + "ID": 4180299759475068, + "StableID": "nuPtyPPGeZ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "DiscoKey": "discokey:bdfb1739fca8f28c3417bcb3c283d9061cadf2b75c4aafb0ec337fb6cd82c77c", + "Addresses": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "AllowedIPs": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "Endpoints": ["77.164.248.136:49149", "10.65.0.27:49149", "172.17.0.1:49149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 50503}, + {"Proto": "peerapi6", "Port": 50503} + ]}, + "Created": "2026-04-09T08:33:23.294381587Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4194106099591917, + "StableID": "n8UoyC4XkZ11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "DiscoKey": "discokey:2e814c5b7827e83396d03e19add639aa84f0ccbf022f516692059eacc3222020", + "Addresses": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "AllowedIPs": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "Endpoints": ["77.164.248.136:47762", "10.65.0.27:47762", "172.17.0.1:47762"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 47843}, + {"Proto": "peerapi6", "Port": 47843} + ]}, + "Created": "2026-04-09T08:33:26.0233978Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5464468590394028, + "StableID": "nmP69nKsfj11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:9373032310e008b04f107b76092ffd31b1d6c2c26da4d55d2982d2825d41f615", - "Addresses": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "AllowedIPs": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "KeyExpiry": "2026-10-06T08:33:29Z", + "DiscoKey": "discokey:0e9baef215562ba45bc86bbc55bd25bc2209646021098568f1626a38b695a76f", + "Addresses": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "AllowedIPs": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "Endpoints": ["77.164.248.136:49949", "10.65.0.27:49949", "172.17.0.1:49949"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 58857}, - {"Proto": "peerapi6", "Port": 58857} + {"Proto": "peerapi4", "Port": 62393}, + {"Proto": "peerapi6", "Port": 62393} ]}, - "Created": "2026-04-09T01:27:23.649079832Z", + "Created": "2026-04-09T08:33:29.310646676Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7773854067299409, - "StableID": "n2becvxnh321CNTRL", + "ID": 6070304127782099, + "StableID": "n6iYzZbFQp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "DiscoKey": "discokey:e15619b95bd62a6650a47d848f8b0db39bc57c879978727d19c4d9a2bc71c66f", + "Addresses": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "AllowedIPs": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "Endpoints": ["77.164.248.136:60705", "10.65.0.27:60705", "172.17.0.1:60705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47190}, + {"Proto": "peerapi6", "Port": 47190} + ]}, + "Created": "2026-04-09T08:33:27.144035379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6403775438226907, + "StableID": "nnx5nfKH1s11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "DiscoKey": "discokey:35261d7229312b844b6d45a25dc5594377373fbfc9b00b63cc173c5e07b9f564", - "Addresses": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "AllowedIPs": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "Endpoints": ["77.164.248.136:36347", "10.65.0.27:36347", "172.17.0.1:36347"], + "Key": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "DiscoKey": "discokey:70dcb167784216ca5e47de381204805014383b2cbd26bb7773baed72f5937b10", + "Addresses": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "AllowedIPs": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "Endpoints": ["77.164.248.136:58354", "10.65.0.27:58354", "172.17.0.1:58354"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 33742}, - {"Proto": "peerapi6", "Port": 33742} + {"Proto": "peerapi4", "Port": 36204}, + {"Proto": "peerapi6", "Port": 36204} ]}, - "Created": "2026-04-09T01:27:20.92969065Z", + "Created": "2026-04-09T08:33:26.571633923Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8340961230297693, - "StableID": "nz7Deeud8821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 6733821579299293, + "StableID": "nNuH5K5mau11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "DiscoKey": "discokey:9e27ad7380bf21991a56f3332f37484164bc7bdb04b1f5b194ee2565ff0d3c23", - "Addresses": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "AllowedIPs": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "Endpoints": ["77.164.248.136:56095", "10.65.0.27:56095", "172.17.0.1:56095"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 63359}, - {"Proto": "peerapi6", "Port": 63359} + "Key": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "DiscoKey": "discokey:cd20df613e1392581effb93b3c3ac10a91c8ffc874dbf164e6a5c298ae66d83d", + "Addresses": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "AllowedIPs": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "Endpoints": ["77.164.248.136:51803", "10.65.0.27:51803", "172.17.0.1:51803"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54000}, + {"Proto": "peerapi6", "Port": 54000} ]}, - "Created": "2026-04-09T01:27:18.750831545Z", + "Created": "2026-04-09T08:33:22.755120781Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6385,27 +6392,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6887372783876569": { - "ID": 6887372783876569, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2555345305552291": { + "ID": 2555345305552291, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6436,22 +6445,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2180115923981143, - "StableID": "nnQGk1xN2J11CNTRL", + "ID": 3198719914136151, + "StableID": "n2Q1KzwhyR11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "KeyExpiry": "2026-10-06T01:27:22Z", - "DiscoKey": "discokey:84d6977c6ac57f02dcf830bfc654b02b78af51067ab64348588b3852c579e239", - "Addresses": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "AllowedIPs": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "Endpoints": ["77.164.248.136:43221", "10.65.0.27:43221", "172.17.0.1:43221"], + "Key": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:1929160a0da35b87c7748f501baa07ac15372f9feec976f5c8db8152b07ef519", + "Addresses": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "AllowedIPs": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "Endpoints": ["77.164.248.136:51870", "10.65.0.27:51870", "172.17.0.1:51870"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35874}, - {"Proto": "peerapi6", "Port": 35874}, + {"Proto": "peerapi4", "Port": 37249}, + {"Proto": "peerapi6", "Port": 37249}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:22.563399877Z", + "Created": "2026-04-09T08:33:28.209322962Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6478,300 +6487,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "MachineKey": "mkey:ef73e0d7a9479cfd02521a7814f70614339696836995893e0effc67936c3de29", + "NodeKey": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "MachineKey": "mkey:47e25a7e08515a3d58003626ef17e9d20f1fbcd194d7229d12c66651dda51f38", "Peers": [{ - "ID": 349389268143367, - "StableID": "naiWC6sEj311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "DiscoKey": "discokey:42a85a2facfeb96b3878dce0f54be5c8a10f2d9d1fa4521a94b3a0f45408e904", - "Addresses": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "AllowedIPs": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57603}, - {"Proto": "peerapi6", "Port": 57603} - ]}, - "Created": "2026-04-09T01:27:20.389443289Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 883948346904718, - "StableID": "nXqfUopLu711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "DiscoKey": "discokey:e3a2e1d7a0b80bdc6c40669741fcafbb41c64806a1e630a63dc6759cb6e0397e", - "Addresses": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "AllowedIPs": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "Endpoints": ["77.164.248.136:51368", "10.65.0.27:51368", "172.17.0.1:51368"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55723}, - {"Proto": "peerapi6", "Port": 55723} - ]}, - "Created": "2026-04-09T01:27:21.474949736Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3081299434079447, - "StableID": "ncdNaeWX4R11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "DiscoKey": "discokey:171c8e10ed38d82b492ead2faeac5c470a8128c1f56750baebd4f0e42aa18114", - "Addresses": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "AllowedIPs": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "Endpoints": ["77.164.248.136:48906", "10.65.0.27:48906", "172.17.0.1:48906"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58661}, - {"Proto": "peerapi6", "Port": 58661} - ]}, - "Created": "2026-04-09T01:27:17.143349012Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4750150265721543, - "StableID": "nQyfrmPM6e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "DiscoKey": "discokey:21670ec3d46004262d02bb3c64ea45c49cee3b5bad6a43280dc30bd85ef7f403", - "Addresses": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "AllowedIPs": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "Endpoints": ["77.164.248.136:46514", "10.65.0.27:46514", "172.17.0.1:46514"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36656}, - {"Proto": "peerapi6", "Port": 36656} - ]}, - "Created": "2026-04-09T01:27:19.305255984Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4996718533220109, - "StableID": "nkrfKjK22g11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "DiscoKey": "discokey:eb6ec19f51d165b3464892c11540c2366f5c7bf32f73907a409a7cbe9c10fb30", - "Addresses": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "AllowedIPs": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "Endpoints": ["77.164.248.136:47005", "10.65.0.27:47005", "172.17.0.1:47005"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56059}, - {"Proto": "peerapi6", "Port": 56059} - ]}, - "Created": "2026-04-09T01:27:17.680352803Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5785767309172125, - "StableID": "nkrZgBJPBn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "DiscoKey": "discokey:cdcf88e46924b9eeeb737e6548c9828e5b3a2ab6bffe31a1e97325dff658fc10", - "Addresses": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "AllowedIPs": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "Endpoints": ["77.164.248.136:49746", "10.65.0.27:49746", "172.17.0.1:49746"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 45376}, - {"Proto": "peerapi6", "Port": 45376} - ]}, - "Created": "2026-04-09T01:27:16.061001946Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6099780538683980, - "StableID": "n17DVhtbdp11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "DiscoKey": "discokey:c737d4ea18b196d3b51c689fd350b001afeb14e2b0c0856053d8bdab69b84944", - "Addresses": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "AllowedIPs": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "Endpoints": ["77.164.248.136:48180", "10.65.0.27:48180", "172.17.0.1:48180"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33948}, - {"Proto": "peerapi6", "Port": 33948} - ]}, - "Created": "2026-04-09T01:27:16.599856359Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6163670442175527, - "StableID": "n6LgUuAY8q11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:0b1cc7ab09b299e7cabc86f6c4eb405dfaa5ab19d4b242221ed3060e73e2ad7c", - "Addresses": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "AllowedIPs": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "Endpoints": ["77.164.248.136:53095", "10.65.0.27:53095", "172.17.0.1:53095"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59836}, - {"Proto": "peerapi6", "Port": 59836} - ]}, - "Created": "2026-04-09T01:27:23.108861348Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6806375522347140, - "StableID": "nTcAaiwc9v11CNTRL", + "ID": 1939961267320799, + "StableID": "nAtF7bVc9G11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "DiscoKey": "discokey:3f0a61edbf8c3b77f33d16f3f1ab8f72de5564dd958c462b3c9e7540c96e5717", - "Addresses": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "AllowedIPs": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "Endpoints": ["77.164.248.136:47307", "10.65.0.27:47307", "172.17.0.1:47307"], + "Key": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "DiscoKey": "discokey:bd10ca81d40c749b0295d90f7a88c426f0c37b7cc4e69a8fce4442797f076b50", + "Addresses": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "AllowedIPs": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "Endpoints": ["77.164.248.136:37970", "10.65.0.27:37970", "172.17.0.1:37970"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54627}, - {"Proto": "peerapi6", "Port": 54627} + {"Proto": "peerapi4", "Port": 41600}, + {"Proto": "peerapi6", "Port": 41600} ]}, - "Created": "2026-04-09T01:27:22.012370902Z", + "Created": "2026-04-09T08:33:27.674470889Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6887372783876569, - "StableID": "nY6FD3cJnv11CNTRL", + "ID": 2122479694241392, + "StableID": "nZsQVfwGaH11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "DiscoKey": "discokey:f7adc6acca9e1eb886e2cdb4af91c55d2671134a46f8a8413be98ba11b8a831d", + "Addresses": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "AllowedIPs": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "Endpoints": ["77.164.248.136:45579", "10.65.0.27:45579", "172.17.0.1:45579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38562}, + {"Proto": "peerapi6", "Port": 38562} + ]}, + "Created": "2026-04-09T08:33:24.371165572Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2400155067680815, + "StableID": "nJgPPD13kK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:7054677c25e894909f181abd60b56d7aff9f3c82e054f5476cc61a420856f17e", + "Addresses": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "AllowedIPs": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "Endpoints": ["77.164.248.136:39004", "10.65.0.27:39004", "172.17.0.1:39004"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52506}, + {"Proto": "peerapi6", "Port": 52506} + ]}, + "Created": "2026-04-09T08:33:28.766335259Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2455411264816508, + "StableID": "ny73KSV4BL11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "DiscoKey": "discokey:ead54100c2408c7b90e7f8bf7366e95b9ecc1c8ee014af1f9b9b481be4c7b746", + "Addresses": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "AllowedIPs": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "Endpoints": ["77.164.248.136:58255", "10.65.0.27:58255", "172.17.0.1:58255"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48329}, + {"Proto": "peerapi6", "Port": 48329} + ]}, + "Created": "2026-04-09T08:33:21.691287297Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 2555345305552291, + "StableID": "n4BQH7bKxL11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "DiscoKey": "discokey:aae41348eebda4866b66cbc89e138250a1afead1565ed245549b2e066973ea61", - "Addresses": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "AllowedIPs": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "Endpoints": ["77.164.248.136:51855", "10.65.0.27:51855", "172.17.0.1:51855"], + "Key": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "DiscoKey": "discokey:db66410b332ed132dc6dc7a86f8380d470c771bce3fca5da791ef8f8f906b244", + "Addresses": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "AllowedIPs": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "Endpoints": ["77.164.248.136:56859", "10.65.0.27:56859", "172.17.0.1:56859"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45464}, - {"Proto": "peerapi6", "Port": 45464} + {"Proto": "peerapi4", "Port": 50270}, + {"Proto": "peerapi6", "Port": 50270} ]}, - "Created": "2026-04-09T01:27:19.835502596Z", + "Created": "2026-04-09T08:33:25.467091867Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7003517742455934, - "StableID": "nf9uU3Yugw11CNTRL", + "ID": 2602578302445021, + "StableID": "nxUdUVKiKM11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "DiscoKey": "discokey:e618fc24e87e6fc895b0fbd9e7e2154fe659e038fb80c1465565758c5478ef13", + "Addresses": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "AllowedIPs": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "Endpoints": ["77.164.248.136:55795", "10.65.0.27:55795", "172.17.0.1:55795"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44277}, + {"Proto": "peerapi6", "Port": 44277} + ]}, + "Created": "2026-04-09T08:33:22.207321265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3163709790187867, + "StableID": "nUyXYuHrhR11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "DiscoKey": "discokey:7d8871a244eb1328d50521518e9e11a5b062e12b2d94fa74c497053785b41c24", + "Addresses": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "AllowedIPs": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "Endpoints": ["77.164.248.136:43682", "10.65.0.27:43682", "172.17.0.1:43682"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 59418}, + {"Proto": "peerapi6", "Port": 59418} + ]}, + "Created": "2026-04-09T08:33:24.916725629Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3917103005895581, + "StableID": "ncQE9ve4bX11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "DiscoKey": "discokey:51d103671bfeaae05401e626b7d26b08646e372df2fafac11ee623951462bb67", - "Addresses": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "AllowedIPs": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "Endpoints": ["77.164.248.136:46705", "10.65.0.27:46705", "172.17.0.1:46705"], - "HomeDERP": 14, + "Key": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "DiscoKey": "discokey:3a82ba9530fb6d206ced46595b525ec3fa938390668b49c8ced9c10eb2aeee26", + "Addresses": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "AllowedIPs": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "Endpoints": ["77.164.248.136:42880", "10.65.0.27:42880", "172.17.0.1:42880"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45755}, - {"Proto": "peerapi6", "Port": 45755} + {"Proto": "peerapi4", "Port": 62780}, + {"Proto": "peerapi6", "Port": 62780} ]}, - "Created": "2026-04-09T01:27:18.213207824Z", + "Created": "2026-04-09T08:33:23.8379524Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7409645102037256, - "StableID": "n3xhX7pqrz11CNTRL", + "ID": 4180299759475068, + "StableID": "nuPtyPPGeZ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "DiscoKey": "discokey:bdfb1739fca8f28c3417bcb3c283d9061cadf2b75c4aafb0ec337fb6cd82c77c", + "Addresses": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "AllowedIPs": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "Endpoints": ["77.164.248.136:49149", "10.65.0.27:49149", "172.17.0.1:49149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 50503}, + {"Proto": "peerapi6", "Port": 50503} + ]}, + "Created": "2026-04-09T08:33:23.294381587Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4194106099591917, + "StableID": "n8UoyC4XkZ11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "DiscoKey": "discokey:2e814c5b7827e83396d03e19add639aa84f0ccbf022f516692059eacc3222020", + "Addresses": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "AllowedIPs": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "Endpoints": ["77.164.248.136:47762", "10.65.0.27:47762", "172.17.0.1:47762"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 47843}, + {"Proto": "peerapi6", "Port": 47843} + ]}, + "Created": "2026-04-09T08:33:26.0233978Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5464468590394028, + "StableID": "nmP69nKsfj11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:9373032310e008b04f107b76092ffd31b1d6c2c26da4d55d2982d2825d41f615", - "Addresses": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "AllowedIPs": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], + "Key": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "KeyExpiry": "2026-10-06T08:33:29Z", + "DiscoKey": "discokey:0e9baef215562ba45bc86bbc55bd25bc2209646021098568f1626a38b695a76f", + "Addresses": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "AllowedIPs": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 58857}, - {"Proto": "peerapi6", "Port": 58857} + {"Proto": "peerapi4", "Port": 62393}, + {"Proto": "peerapi6", "Port": 62393} ]}, - "Created": "2026-04-09T01:27:23.649079832Z", + "Created": "2026-04-09T08:33:29.310646676Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7773854067299409, - "StableID": "n2becvxnh321CNTRL", + "ID": 6070304127782099, + "StableID": "n6iYzZbFQp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "DiscoKey": "discokey:e15619b95bd62a6650a47d848f8b0db39bc57c879978727d19c4d9a2bc71c66f", + "Addresses": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "AllowedIPs": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "Endpoints": ["77.164.248.136:60705", "10.65.0.27:60705", "172.17.0.1:60705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47190}, + {"Proto": "peerapi6", "Port": 47190} + ]}, + "Created": "2026-04-09T08:33:27.144035379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6403775438226907, + "StableID": "nnx5nfKH1s11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "DiscoKey": "discokey:35261d7229312b844b6d45a25dc5594377373fbfc9b00b63cc173c5e07b9f564", - "Addresses": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "AllowedIPs": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "Endpoints": ["77.164.248.136:36347", "10.65.0.27:36347", "172.17.0.1:36347"], + "Key": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "DiscoKey": "discokey:70dcb167784216ca5e47de381204805014383b2cbd26bb7773baed72f5937b10", + "Addresses": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "AllowedIPs": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "Endpoints": ["77.164.248.136:58354", "10.65.0.27:58354", "172.17.0.1:58354"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 33742}, - {"Proto": "peerapi6", "Port": 33742} + {"Proto": "peerapi4", "Port": 36204}, + {"Proto": "peerapi6", "Port": 36204} ]}, - "Created": "2026-04-09T01:27:20.92969065Z", + "Created": "2026-04-09T08:33:26.571633923Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8340961230297693, - "StableID": "nz7Deeud8821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 6733821579299293, + "StableID": "nNuH5K5mau11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "DiscoKey": "discokey:9e27ad7380bf21991a56f3332f37484164bc7bdb04b1f5b194ee2565ff0d3c23", - "Addresses": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "AllowedIPs": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "Endpoints": ["77.164.248.136:56095", "10.65.0.27:56095", "172.17.0.1:56095"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 63359}, - {"Proto": "peerapi6", "Port": 63359} + "Key": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "DiscoKey": "discokey:cd20df613e1392581effb93b3c3ac10a91c8ffc874dbf164e6a5c298ae66d83d", + "Addresses": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "AllowedIPs": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "Endpoints": ["77.164.248.136:51803", "10.65.0.27:51803", "172.17.0.1:51803"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54000}, + {"Proto": "peerapi6", "Port": 54000} ]}, - "Created": "2026-04-09T01:27:18.750831545Z", + "Created": "2026-04-09T08:33:22.755120781Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7619,23 +7628,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7666,21 +7676,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 883948346904718, - "StableID": "nXqfUopLu711CNTRL", + "ID": 6070304127782099, + "StableID": "n6iYzZbFQp11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 883948346904718, - "Key": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "DiscoKey": "discokey:e3a2e1d7a0b80bdc6c40669741fcafbb41c64806a1e630a63dc6759cb6e0397e", - "Addresses": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "AllowedIPs": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "Endpoints": ["77.164.248.136:51368", "10.65.0.27:51368", "172.17.0.1:51368"], + "User": 6070304127782099, + "Key": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "DiscoKey": "discokey:e15619b95bd62a6650a47d848f8b0db39bc57c879978727d19c4d9a2bc71c66f", + "Addresses": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "AllowedIPs": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "Endpoints": ["77.164.248.136:60705", "10.65.0.27:60705", "172.17.0.1:60705"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 55723}, - {"Proto": "peerapi6", "Port": 55723}, + {"Proto": "peerapi4", "Port": 47190}, + {"Proto": "peerapi6", "Port": 47190}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:21.474949736Z", + "Created": "2026-04-09T08:33:27.144035379Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7708,300 +7718,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "MachineKey": "mkey:7a342c651fc2a6766f5b9e8b7ea2d165462ca980709077537472a86c15ae573b", + "NodeKey": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "MachineKey": "mkey:a7766b6c81810cf26ef670ed478fe5d103fc3f788d11bd6e095171020468d424", "Peers": [{ - "ID": 349389268143367, - "StableID": "naiWC6sEj311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "DiscoKey": "discokey:42a85a2facfeb96b3878dce0f54be5c8a10f2d9d1fa4521a94b3a0f45408e904", - "Addresses": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "AllowedIPs": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57603}, - {"Proto": "peerapi6", "Port": 57603} - ]}, - "Created": "2026-04-09T01:27:20.389443289Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2180115923981143, - "StableID": "nnQGk1xN2J11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "KeyExpiry": "2026-10-06T01:27:22Z", - "DiscoKey": "discokey:84d6977c6ac57f02dcf830bfc654b02b78af51067ab64348588b3852c579e239", - "Addresses": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "AllowedIPs": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "Endpoints": ["77.164.248.136:43221", "10.65.0.27:43221", "172.17.0.1:43221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35874}, - {"Proto": "peerapi6", "Port": 35874} - ]}, - "Created": "2026-04-09T01:27:22.563399877Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3081299434079447, - "StableID": "ncdNaeWX4R11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "DiscoKey": "discokey:171c8e10ed38d82b492ead2faeac5c470a8128c1f56750baebd4f0e42aa18114", - "Addresses": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "AllowedIPs": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "Endpoints": ["77.164.248.136:48906", "10.65.0.27:48906", "172.17.0.1:48906"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58661}, - {"Proto": "peerapi6", "Port": 58661} - ]}, - "Created": "2026-04-09T01:27:17.143349012Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4750150265721543, - "StableID": "nQyfrmPM6e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "DiscoKey": "discokey:21670ec3d46004262d02bb3c64ea45c49cee3b5bad6a43280dc30bd85ef7f403", - "Addresses": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "AllowedIPs": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "Endpoints": ["77.164.248.136:46514", "10.65.0.27:46514", "172.17.0.1:46514"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36656}, - {"Proto": "peerapi6", "Port": 36656} - ]}, - "Created": "2026-04-09T01:27:19.305255984Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4996718533220109, - "StableID": "nkrfKjK22g11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "DiscoKey": "discokey:eb6ec19f51d165b3464892c11540c2366f5c7bf32f73907a409a7cbe9c10fb30", - "Addresses": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "AllowedIPs": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "Endpoints": ["77.164.248.136:47005", "10.65.0.27:47005", "172.17.0.1:47005"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56059}, - {"Proto": "peerapi6", "Port": 56059} - ]}, - "Created": "2026-04-09T01:27:17.680352803Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5785767309172125, - "StableID": "nkrZgBJPBn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "DiscoKey": "discokey:cdcf88e46924b9eeeb737e6548c9828e5b3a2ab6bffe31a1e97325dff658fc10", - "Addresses": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "AllowedIPs": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "Endpoints": ["77.164.248.136:49746", "10.65.0.27:49746", "172.17.0.1:49746"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 45376}, - {"Proto": "peerapi6", "Port": 45376} - ]}, - "Created": "2026-04-09T01:27:16.061001946Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6099780538683980, - "StableID": "n17DVhtbdp11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "DiscoKey": "discokey:c737d4ea18b196d3b51c689fd350b001afeb14e2b0c0856053d8bdab69b84944", - "Addresses": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "AllowedIPs": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "Endpoints": ["77.164.248.136:48180", "10.65.0.27:48180", "172.17.0.1:48180"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33948}, - {"Proto": "peerapi6", "Port": 33948} - ]}, - "Created": "2026-04-09T01:27:16.599856359Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6163670442175527, - "StableID": "n6LgUuAY8q11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:0b1cc7ab09b299e7cabc86f6c4eb405dfaa5ab19d4b242221ed3060e73e2ad7c", - "Addresses": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "AllowedIPs": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "Endpoints": ["77.164.248.136:53095", "10.65.0.27:53095", "172.17.0.1:53095"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59836}, - {"Proto": "peerapi6", "Port": 59836} - ]}, - "Created": "2026-04-09T01:27:23.108861348Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6806375522347140, - "StableID": "nTcAaiwc9v11CNTRL", + "ID": 1939961267320799, + "StableID": "nAtF7bVc9G11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "DiscoKey": "discokey:3f0a61edbf8c3b77f33d16f3f1ab8f72de5564dd958c462b3c9e7540c96e5717", - "Addresses": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "AllowedIPs": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "Endpoints": ["77.164.248.136:47307", "10.65.0.27:47307", "172.17.0.1:47307"], + "Key": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "DiscoKey": "discokey:bd10ca81d40c749b0295d90f7a88c426f0c37b7cc4e69a8fce4442797f076b50", + "Addresses": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "AllowedIPs": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "Endpoints": ["77.164.248.136:37970", "10.65.0.27:37970", "172.17.0.1:37970"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54627}, - {"Proto": "peerapi6", "Port": 54627} + {"Proto": "peerapi4", "Port": 41600}, + {"Proto": "peerapi6", "Port": 41600} ]}, - "Created": "2026-04-09T01:27:22.012370902Z", + "Created": "2026-04-09T08:33:27.674470889Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6887372783876569, - "StableID": "nY6FD3cJnv11CNTRL", + "ID": 2122479694241392, + "StableID": "nZsQVfwGaH11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "DiscoKey": "discokey:f7adc6acca9e1eb886e2cdb4af91c55d2671134a46f8a8413be98ba11b8a831d", + "Addresses": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "AllowedIPs": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "Endpoints": ["77.164.248.136:45579", "10.65.0.27:45579", "172.17.0.1:45579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38562}, + {"Proto": "peerapi6", "Port": 38562} + ]}, + "Created": "2026-04-09T08:33:24.371165572Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2400155067680815, + "StableID": "nJgPPD13kK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:7054677c25e894909f181abd60b56d7aff9f3c82e054f5476cc61a420856f17e", + "Addresses": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "AllowedIPs": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "Endpoints": ["77.164.248.136:39004", "10.65.0.27:39004", "172.17.0.1:39004"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52506}, + {"Proto": "peerapi6", "Port": 52506} + ]}, + "Created": "2026-04-09T08:33:28.766335259Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2455411264816508, + "StableID": "ny73KSV4BL11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "DiscoKey": "discokey:ead54100c2408c7b90e7f8bf7366e95b9ecc1c8ee014af1f9b9b481be4c7b746", + "Addresses": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "AllowedIPs": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "Endpoints": ["77.164.248.136:58255", "10.65.0.27:58255", "172.17.0.1:58255"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48329}, + {"Proto": "peerapi6", "Port": 48329} + ]}, + "Created": "2026-04-09T08:33:21.691287297Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 2555345305552291, + "StableID": "n4BQH7bKxL11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "DiscoKey": "discokey:aae41348eebda4866b66cbc89e138250a1afead1565ed245549b2e066973ea61", - "Addresses": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "AllowedIPs": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "Endpoints": ["77.164.248.136:51855", "10.65.0.27:51855", "172.17.0.1:51855"], + "Key": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "DiscoKey": "discokey:db66410b332ed132dc6dc7a86f8380d470c771bce3fca5da791ef8f8f906b244", + "Addresses": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "AllowedIPs": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "Endpoints": ["77.164.248.136:56859", "10.65.0.27:56859", "172.17.0.1:56859"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45464}, - {"Proto": "peerapi6", "Port": 45464} + {"Proto": "peerapi4", "Port": 50270}, + {"Proto": "peerapi6", "Port": 50270} ]}, - "Created": "2026-04-09T01:27:19.835502596Z", + "Created": "2026-04-09T08:33:25.467091867Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7003517742455934, - "StableID": "nf9uU3Yugw11CNTRL", + "ID": 2602578302445021, + "StableID": "nxUdUVKiKM11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "DiscoKey": "discokey:e618fc24e87e6fc895b0fbd9e7e2154fe659e038fb80c1465565758c5478ef13", + "Addresses": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "AllowedIPs": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "Endpoints": ["77.164.248.136:55795", "10.65.0.27:55795", "172.17.0.1:55795"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44277}, + {"Proto": "peerapi6", "Port": 44277} + ]}, + "Created": "2026-04-09T08:33:22.207321265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3163709790187867, + "StableID": "nUyXYuHrhR11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "DiscoKey": "discokey:7d8871a244eb1328d50521518e9e11a5b062e12b2d94fa74c497053785b41c24", + "Addresses": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "AllowedIPs": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "Endpoints": ["77.164.248.136:43682", "10.65.0.27:43682", "172.17.0.1:43682"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 59418}, + {"Proto": "peerapi6", "Port": 59418} + ]}, + "Created": "2026-04-09T08:33:24.916725629Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3198719914136151, + "StableID": "n2Q1KzwhyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:1929160a0da35b87c7748f501baa07ac15372f9feec976f5c8db8152b07ef519", + "Addresses": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "AllowedIPs": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "Endpoints": ["77.164.248.136:51870", "10.65.0.27:51870", "172.17.0.1:51870"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37249}, + {"Proto": "peerapi6", "Port": 37249} + ]}, + "Created": "2026-04-09T08:33:28.209322962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3917103005895581, + "StableID": "ncQE9ve4bX11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "DiscoKey": "discokey:51d103671bfeaae05401e626b7d26b08646e372df2fafac11ee623951462bb67", - "Addresses": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "AllowedIPs": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "Endpoints": ["77.164.248.136:46705", "10.65.0.27:46705", "172.17.0.1:46705"], - "HomeDERP": 14, + "Key": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "DiscoKey": "discokey:3a82ba9530fb6d206ced46595b525ec3fa938390668b49c8ced9c10eb2aeee26", + "Addresses": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "AllowedIPs": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "Endpoints": ["77.164.248.136:42880", "10.65.0.27:42880", "172.17.0.1:42880"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45755}, - {"Proto": "peerapi6", "Port": 45755} + {"Proto": "peerapi4", "Port": 62780}, + {"Proto": "peerapi6", "Port": 62780} ]}, - "Created": "2026-04-09T01:27:18.213207824Z", + "Created": "2026-04-09T08:33:23.8379524Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7409645102037256, - "StableID": "n3xhX7pqrz11CNTRL", + "ID": 4180299759475068, + "StableID": "nuPtyPPGeZ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "DiscoKey": "discokey:bdfb1739fca8f28c3417bcb3c283d9061cadf2b75c4aafb0ec337fb6cd82c77c", + "Addresses": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "AllowedIPs": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "Endpoints": ["77.164.248.136:49149", "10.65.0.27:49149", "172.17.0.1:49149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 50503}, + {"Proto": "peerapi6", "Port": 50503} + ]}, + "Created": "2026-04-09T08:33:23.294381587Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4194106099591917, + "StableID": "n8UoyC4XkZ11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "DiscoKey": "discokey:2e814c5b7827e83396d03e19add639aa84f0ccbf022f516692059eacc3222020", + "Addresses": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "AllowedIPs": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "Endpoints": ["77.164.248.136:47762", "10.65.0.27:47762", "172.17.0.1:47762"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 47843}, + {"Proto": "peerapi6", "Port": 47843} + ]}, + "Created": "2026-04-09T08:33:26.0233978Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5464468590394028, + "StableID": "nmP69nKsfj11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:9373032310e008b04f107b76092ffd31b1d6c2c26da4d55d2982d2825d41f615", - "Addresses": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "AllowedIPs": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], + "Key": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "KeyExpiry": "2026-10-06T08:33:29Z", + "DiscoKey": "discokey:0e9baef215562ba45bc86bbc55bd25bc2209646021098568f1626a38b695a76f", + "Addresses": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "AllowedIPs": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 58857}, - {"Proto": "peerapi6", "Port": 58857} + {"Proto": "peerapi4", "Port": 62393}, + {"Proto": "peerapi6", "Port": 62393} ]}, - "Created": "2026-04-09T01:27:23.649079832Z", + "Created": "2026-04-09T08:33:29.310646676Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7773854067299409, - "StableID": "n2becvxnh321CNTRL", + "ID": 6403775438226907, + "StableID": "nnx5nfKH1s11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "DiscoKey": "discokey:35261d7229312b844b6d45a25dc5594377373fbfc9b00b63cc173c5e07b9f564", - "Addresses": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "AllowedIPs": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "Endpoints": ["77.164.248.136:36347", "10.65.0.27:36347", "172.17.0.1:36347"], + "Key": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "DiscoKey": "discokey:70dcb167784216ca5e47de381204805014383b2cbd26bb7773baed72f5937b10", + "Addresses": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "AllowedIPs": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "Endpoints": ["77.164.248.136:58354", "10.65.0.27:58354", "172.17.0.1:58354"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 33742}, - {"Proto": "peerapi6", "Port": 33742} + {"Proto": "peerapi4", "Port": 36204}, + {"Proto": "peerapi6", "Port": 36204} ]}, - "Created": "2026-04-09T01:27:20.92969065Z", + "Created": "2026-04-09T08:33:26.571633923Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8340961230297693, - "StableID": "nz7Deeud8821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 6733821579299293, + "StableID": "nNuH5K5mau11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "DiscoKey": "discokey:9e27ad7380bf21991a56f3332f37484164bc7bdb04b1f5b194ee2565ff0d3c23", - "Addresses": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "AllowedIPs": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "Endpoints": ["77.164.248.136:56095", "10.65.0.27:56095", "172.17.0.1:56095"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 63359}, - {"Proto": "peerapi6", "Port": 63359} + "Key": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "DiscoKey": "discokey:cd20df613e1392581effb93b3c3ac10a91c8ffc874dbf164e6a5c298ae66d83d", + "Addresses": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "AllowedIPs": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "Endpoints": ["77.164.248.136:51803", "10.65.0.27:51803", "172.17.0.1:51803"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54000}, + {"Proto": "peerapi6", "Port": 54000} ]}, - "Created": "2026-04-09T01:27:18.750831545Z", + "Created": "2026-04-09T08:33:22.755120781Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8849,27 +8859,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "883948346904718": { - "ID": 883948346904718, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6070304127782099": { + "ID": 6070304127782099, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8900,26 +8912,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6099780538683980, - "StableID": "n17DVhtbdp11CNTRL", + "ID": 2602578302445021, + "StableID": "nxUdUVKiKM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 6099780538683980, - "Key": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "DiscoKey": "discokey:c737d4ea18b196d3b51c689fd350b001afeb14e2b0c0856053d8bdab69b84944", - "Addresses": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "AllowedIPs": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "Endpoints": ["77.164.248.136:48180", "10.65.0.27:48180", "172.17.0.1:48180"], + "User": 2602578302445021, + "Key": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "DiscoKey": "discokey:e618fc24e87e6fc895b0fbd9e7e2154fe659e038fb80c1465565758c5478ef13", + "Addresses": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "AllowedIPs": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "Endpoints": ["77.164.248.136:55795", "10.65.0.27:55795", "172.17.0.1:55795"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 33948}, - {"Proto": "peerapi6", "Port": 33948}, + {"Proto": "peerapi4", "Port": 44277}, + {"Proto": "peerapi6", "Port": 44277}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:27:16.599856359Z", + "Created": "2026-04-09T08:33:22.207321265Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8947,302 +8959,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "MachineKey": "mkey:1d6c9cd23592ced5a9cfbd52cb477eb5df89305983834d5a69cd3273642b231b", + "NodeKey": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "MachineKey": "mkey:6aa4684ef4dc0a091494121cb49901ffc9524a90f246770b7710c7fd976d202f", "Peers": [{ - "ID": 349389268143367, - "StableID": "naiWC6sEj311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "DiscoKey": "discokey:42a85a2facfeb96b3878dce0f54be5c8a10f2d9d1fa4521a94b3a0f45408e904", - "Addresses": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "AllowedIPs": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57603}, - {"Proto": "peerapi6", "Port": 57603} - ]}, - "Created": "2026-04-09T01:27:20.389443289Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 883948346904718, - "StableID": "nXqfUopLu711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "DiscoKey": "discokey:e3a2e1d7a0b80bdc6c40669741fcafbb41c64806a1e630a63dc6759cb6e0397e", - "Addresses": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "AllowedIPs": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "Endpoints": ["77.164.248.136:51368", "10.65.0.27:51368", "172.17.0.1:51368"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55723}, - {"Proto": "peerapi6", "Port": 55723} - ]}, - "Created": "2026-04-09T01:27:21.474949736Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2180115923981143, - "StableID": "nnQGk1xN2J11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "KeyExpiry": "2026-10-06T01:27:22Z", - "DiscoKey": "discokey:84d6977c6ac57f02dcf830bfc654b02b78af51067ab64348588b3852c579e239", - "Addresses": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "AllowedIPs": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "Endpoints": ["77.164.248.136:43221", "10.65.0.27:43221", "172.17.0.1:43221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35874}, - {"Proto": "peerapi6", "Port": 35874} - ]}, - "Created": "2026-04-09T01:27:22.563399877Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3081299434079447, - "StableID": "ncdNaeWX4R11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "DiscoKey": "discokey:171c8e10ed38d82b492ead2faeac5c470a8128c1f56750baebd4f0e42aa18114", - "Addresses": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "AllowedIPs": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "Endpoints": ["77.164.248.136:48906", "10.65.0.27:48906", "172.17.0.1:48906"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58661}, - {"Proto": "peerapi6", "Port": 58661} - ]}, - "Created": "2026-04-09T01:27:17.143349012Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4750150265721543, - "StableID": "nQyfrmPM6e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "DiscoKey": "discokey:21670ec3d46004262d02bb3c64ea45c49cee3b5bad6a43280dc30bd85ef7f403", - "Addresses": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "AllowedIPs": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "Endpoints": ["77.164.248.136:46514", "10.65.0.27:46514", "172.17.0.1:46514"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36656}, - {"Proto": "peerapi6", "Port": 36656} - ]}, - "Created": "2026-04-09T01:27:19.305255984Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4996718533220109, - "StableID": "nkrfKjK22g11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "DiscoKey": "discokey:eb6ec19f51d165b3464892c11540c2366f5c7bf32f73907a409a7cbe9c10fb30", - "Addresses": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "AllowedIPs": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "Endpoints": ["77.164.248.136:47005", "10.65.0.27:47005", "172.17.0.1:47005"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56059}, - {"Proto": "peerapi6", "Port": 56059} - ]}, - "Created": "2026-04-09T01:27:17.680352803Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5785767309172125, - "StableID": "nkrZgBJPBn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "DiscoKey": "discokey:cdcf88e46924b9eeeb737e6548c9828e5b3a2ab6bffe31a1e97325dff658fc10", - "Addresses": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "AllowedIPs": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "Endpoints": ["77.164.248.136:49746", "10.65.0.27:49746", "172.17.0.1:49746"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 45376}, - {"Proto": "peerapi6", "Port": 45376} - ]}, - "Created": "2026-04-09T01:27:16.061001946Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6163670442175527, - "StableID": "n6LgUuAY8q11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:0b1cc7ab09b299e7cabc86f6c4eb405dfaa5ab19d4b242221ed3060e73e2ad7c", - "Addresses": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "AllowedIPs": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "Endpoints": ["77.164.248.136:53095", "10.65.0.27:53095", "172.17.0.1:53095"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59836}, - {"Proto": "peerapi6", "Port": 59836} - ]}, - "Created": "2026-04-09T01:27:23.108861348Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6806375522347140, - "StableID": "nTcAaiwc9v11CNTRL", + "ID": 1939961267320799, + "StableID": "nAtF7bVc9G11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "DiscoKey": "discokey:3f0a61edbf8c3b77f33d16f3f1ab8f72de5564dd958c462b3c9e7540c96e5717", - "Addresses": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "AllowedIPs": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "Endpoints": ["77.164.248.136:47307", "10.65.0.27:47307", "172.17.0.1:47307"], + "Key": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "DiscoKey": "discokey:bd10ca81d40c749b0295d90f7a88c426f0c37b7cc4e69a8fce4442797f076b50", + "Addresses": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "AllowedIPs": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "Endpoints": ["77.164.248.136:37970", "10.65.0.27:37970", "172.17.0.1:37970"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54627}, - {"Proto": "peerapi6", "Port": 54627} + {"Proto": "peerapi4", "Port": 41600}, + {"Proto": "peerapi6", "Port": 41600} ]}, - "Created": "2026-04-09T01:27:22.012370902Z", + "Created": "2026-04-09T08:33:27.674470889Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6887372783876569, - "StableID": "nY6FD3cJnv11CNTRL", + "ID": 2122479694241392, + "StableID": "nZsQVfwGaH11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "DiscoKey": "discokey:f7adc6acca9e1eb886e2cdb4af91c55d2671134a46f8a8413be98ba11b8a831d", + "Addresses": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "AllowedIPs": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "Endpoints": ["77.164.248.136:45579", "10.65.0.27:45579", "172.17.0.1:45579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38562}, + {"Proto": "peerapi6", "Port": 38562} + ]}, + "Created": "2026-04-09T08:33:24.371165572Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2400155067680815, + "StableID": "nJgPPD13kK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:7054677c25e894909f181abd60b56d7aff9f3c82e054f5476cc61a420856f17e", + "Addresses": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "AllowedIPs": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "Endpoints": ["77.164.248.136:39004", "10.65.0.27:39004", "172.17.0.1:39004"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52506}, + {"Proto": "peerapi6", "Port": 52506} + ]}, + "Created": "2026-04-09T08:33:28.766335259Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2455411264816508, + "StableID": "ny73KSV4BL11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "DiscoKey": "discokey:ead54100c2408c7b90e7f8bf7366e95b9ecc1c8ee014af1f9b9b481be4c7b746", + "Addresses": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "AllowedIPs": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "Endpoints": ["77.164.248.136:58255", "10.65.0.27:58255", "172.17.0.1:58255"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48329}, + {"Proto": "peerapi6", "Port": 48329} + ]}, + "Created": "2026-04-09T08:33:21.691287297Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 2555345305552291, + "StableID": "n4BQH7bKxL11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "DiscoKey": "discokey:aae41348eebda4866b66cbc89e138250a1afead1565ed245549b2e066973ea61", - "Addresses": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "AllowedIPs": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "Endpoints": ["77.164.248.136:51855", "10.65.0.27:51855", "172.17.0.1:51855"], + "Key": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "DiscoKey": "discokey:db66410b332ed132dc6dc7a86f8380d470c771bce3fca5da791ef8f8f906b244", + "Addresses": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "AllowedIPs": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "Endpoints": ["77.164.248.136:56859", "10.65.0.27:56859", "172.17.0.1:56859"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45464}, - {"Proto": "peerapi6", "Port": 45464} + {"Proto": "peerapi4", "Port": 50270}, + {"Proto": "peerapi6", "Port": 50270} ]}, - "Created": "2026-04-09T01:27:19.835502596Z", + "Created": "2026-04-09T08:33:25.467091867Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7003517742455934, - "StableID": "nf9uU3Yugw11CNTRL", + "ID": 3163709790187867, + "StableID": "nUyXYuHrhR11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "DiscoKey": "discokey:7d8871a244eb1328d50521518e9e11a5b062e12b2d94fa74c497053785b41c24", + "Addresses": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "AllowedIPs": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "Endpoints": ["77.164.248.136:43682", "10.65.0.27:43682", "172.17.0.1:43682"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 59418}, + {"Proto": "peerapi6", "Port": 59418} + ]}, + "Created": "2026-04-09T08:33:24.916725629Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3198719914136151, + "StableID": "n2Q1KzwhyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:1929160a0da35b87c7748f501baa07ac15372f9feec976f5c8db8152b07ef519", + "Addresses": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "AllowedIPs": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "Endpoints": ["77.164.248.136:51870", "10.65.0.27:51870", "172.17.0.1:51870"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37249}, + {"Proto": "peerapi6", "Port": 37249} + ]}, + "Created": "2026-04-09T08:33:28.209322962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3917103005895581, + "StableID": "ncQE9ve4bX11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "DiscoKey": "discokey:51d103671bfeaae05401e626b7d26b08646e372df2fafac11ee623951462bb67", - "Addresses": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "AllowedIPs": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "Endpoints": ["77.164.248.136:46705", "10.65.0.27:46705", "172.17.0.1:46705"], - "HomeDERP": 14, + "Key": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "DiscoKey": "discokey:3a82ba9530fb6d206ced46595b525ec3fa938390668b49c8ced9c10eb2aeee26", + "Addresses": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "AllowedIPs": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "Endpoints": ["77.164.248.136:42880", "10.65.0.27:42880", "172.17.0.1:42880"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45755}, - {"Proto": "peerapi6", "Port": 45755} + {"Proto": "peerapi4", "Port": 62780}, + {"Proto": "peerapi6", "Port": 62780} ]}, - "Created": "2026-04-09T01:27:18.213207824Z", + "Created": "2026-04-09T08:33:23.8379524Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7409645102037256, - "StableID": "n3xhX7pqrz11CNTRL", + "ID": 4180299759475068, + "StableID": "nuPtyPPGeZ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "DiscoKey": "discokey:bdfb1739fca8f28c3417bcb3c283d9061cadf2b75c4aafb0ec337fb6cd82c77c", + "Addresses": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "AllowedIPs": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "Endpoints": ["77.164.248.136:49149", "10.65.0.27:49149", "172.17.0.1:49149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 50503}, + {"Proto": "peerapi6", "Port": 50503} + ]}, + "Created": "2026-04-09T08:33:23.294381587Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4194106099591917, + "StableID": "n8UoyC4XkZ11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "DiscoKey": "discokey:2e814c5b7827e83396d03e19add639aa84f0ccbf022f516692059eacc3222020", + "Addresses": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "AllowedIPs": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "Endpoints": ["77.164.248.136:47762", "10.65.0.27:47762", "172.17.0.1:47762"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 47843}, + {"Proto": "peerapi6", "Port": 47843} + ]}, + "Created": "2026-04-09T08:33:26.0233978Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5464468590394028, + "StableID": "nmP69nKsfj11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:9373032310e008b04f107b76092ffd31b1d6c2c26da4d55d2982d2825d41f615", - "Addresses": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "AllowedIPs": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "KeyExpiry": "2026-10-06T08:33:29Z", + "DiscoKey": "discokey:0e9baef215562ba45bc86bbc55bd25bc2209646021098568f1626a38b695a76f", + "Addresses": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "AllowedIPs": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "Endpoints": ["77.164.248.136:49949", "10.65.0.27:49949", "172.17.0.1:49949"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 58857}, - {"Proto": "peerapi6", "Port": 58857} + {"Proto": "peerapi4", "Port": 62393}, + {"Proto": "peerapi6", "Port": 62393} ]}, - "Created": "2026-04-09T01:27:23.649079832Z", + "Created": "2026-04-09T08:33:29.310646676Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7773854067299409, - "StableID": "n2becvxnh321CNTRL", + "ID": 6070304127782099, + "StableID": "n6iYzZbFQp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "DiscoKey": "discokey:e15619b95bd62a6650a47d848f8b0db39bc57c879978727d19c4d9a2bc71c66f", + "Addresses": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "AllowedIPs": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "Endpoints": ["77.164.248.136:60705", "10.65.0.27:60705", "172.17.0.1:60705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47190}, + {"Proto": "peerapi6", "Port": 47190} + ]}, + "Created": "2026-04-09T08:33:27.144035379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6403775438226907, + "StableID": "nnx5nfKH1s11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "DiscoKey": "discokey:35261d7229312b844b6d45a25dc5594377373fbfc9b00b63cc173c5e07b9f564", - "Addresses": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "AllowedIPs": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "Endpoints": ["77.164.248.136:36347", "10.65.0.27:36347", "172.17.0.1:36347"], + "Key": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "DiscoKey": "discokey:70dcb167784216ca5e47de381204805014383b2cbd26bb7773baed72f5937b10", + "Addresses": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "AllowedIPs": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "Endpoints": ["77.164.248.136:58354", "10.65.0.27:58354", "172.17.0.1:58354"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 33742}, - {"Proto": "peerapi6", "Port": 33742} + {"Proto": "peerapi4", "Port": 36204}, + {"Proto": "peerapi6", "Port": 36204} ]}, - "Created": "2026-04-09T01:27:20.92969065Z", + "Created": "2026-04-09T08:33:26.571633923Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8340961230297693, - "StableID": "nz7Deeud8821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 6733821579299293, + "StableID": "nNuH5K5mau11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "DiscoKey": "discokey:9e27ad7380bf21991a56f3332f37484164bc7bdb04b1f5b194ee2565ff0d3c23", - "Addresses": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "AllowedIPs": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "Endpoints": ["77.164.248.136:56095", "10.65.0.27:56095", "172.17.0.1:56095"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 63359}, - {"Proto": "peerapi6", "Port": 63359} + "Key": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "DiscoKey": "discokey:cd20df613e1392581effb93b3c3ac10a91c8ffc874dbf164e6a5c298ae66d83d", + "Addresses": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "AllowedIPs": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "Endpoints": ["77.164.248.136:51803", "10.65.0.27:51803", "172.17.0.1:51803"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54000}, + {"Proto": "peerapi6", "Port": 54000} ]}, - "Created": "2026-04-09T01:27:18.750831545Z", + "Created": "2026-04-09T08:33:22.755120781Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10090,27 +10102,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6099780538683980": { - "ID": 6099780538683980, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2602578302445021": { + "ID": 2602578302445021, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10141,26 +10155,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5785767309172125, - "StableID": "nkrZgBJPBn11CNTRL", + "ID": 2455411264816508, + "StableID": "ny73KSV4BL11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 5785767309172125, - "Key": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "DiscoKey": "discokey:cdcf88e46924b9eeeb737e6548c9828e5b3a2ab6bffe31a1e97325dff658fc10", - "Addresses": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "AllowedIPs": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "Endpoints": ["77.164.248.136:49746", "10.65.0.27:49746", "172.17.0.1:49746"], + "User": 2455411264816508, + "Key": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "DiscoKey": "discokey:ead54100c2408c7b90e7f8bf7366e95b9ecc1c8ee014af1f9b9b481be4c7b746", + "Addresses": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "AllowedIPs": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "Endpoints": ["77.164.248.136:58255", "10.65.0.27:58255", "172.17.0.1:58255"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 45376}, - {"Proto": "peerapi6", "Port": 45376}, + {"Proto": "peerapi4", "Port": 48329}, + {"Proto": "peerapi6", "Port": 48329}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:27:16.061001946Z", + "Created": "2026-04-09T08:33:21.691287297Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10188,302 +10202,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "MachineKey": "mkey:1b26d01050f556276d823a0e761c5952f2dc9ebbfe1bdc00d614c532a78bb139", + "NodeKey": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "MachineKey": "mkey:e110c23bf4350d9734e51423d4aa3cc21a3ca0fac3bf2bbbc1a6e06eb1439f69", "Peers": [{ - "ID": 349389268143367, - "StableID": "naiWC6sEj311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "DiscoKey": "discokey:42a85a2facfeb96b3878dce0f54be5c8a10f2d9d1fa4521a94b3a0f45408e904", - "Addresses": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "AllowedIPs": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57603}, - {"Proto": "peerapi6", "Port": 57603} - ]}, - "Created": "2026-04-09T01:27:20.389443289Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 883948346904718, - "StableID": "nXqfUopLu711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "DiscoKey": "discokey:e3a2e1d7a0b80bdc6c40669741fcafbb41c64806a1e630a63dc6759cb6e0397e", - "Addresses": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "AllowedIPs": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "Endpoints": ["77.164.248.136:51368", "10.65.0.27:51368", "172.17.0.1:51368"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55723}, - {"Proto": "peerapi6", "Port": 55723} - ]}, - "Created": "2026-04-09T01:27:21.474949736Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2180115923981143, - "StableID": "nnQGk1xN2J11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "KeyExpiry": "2026-10-06T01:27:22Z", - "DiscoKey": "discokey:84d6977c6ac57f02dcf830bfc654b02b78af51067ab64348588b3852c579e239", - "Addresses": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "AllowedIPs": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "Endpoints": ["77.164.248.136:43221", "10.65.0.27:43221", "172.17.0.1:43221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35874}, - {"Proto": "peerapi6", "Port": 35874} - ]}, - "Created": "2026-04-09T01:27:22.563399877Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3081299434079447, - "StableID": "ncdNaeWX4R11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "DiscoKey": "discokey:171c8e10ed38d82b492ead2faeac5c470a8128c1f56750baebd4f0e42aa18114", - "Addresses": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "AllowedIPs": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "Endpoints": ["77.164.248.136:48906", "10.65.0.27:48906", "172.17.0.1:48906"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58661}, - {"Proto": "peerapi6", "Port": 58661} - ]}, - "Created": "2026-04-09T01:27:17.143349012Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4750150265721543, - "StableID": "nQyfrmPM6e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "DiscoKey": "discokey:21670ec3d46004262d02bb3c64ea45c49cee3b5bad6a43280dc30bd85ef7f403", - "Addresses": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "AllowedIPs": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "Endpoints": ["77.164.248.136:46514", "10.65.0.27:46514", "172.17.0.1:46514"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36656}, - {"Proto": "peerapi6", "Port": 36656} - ]}, - "Created": "2026-04-09T01:27:19.305255984Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4996718533220109, - "StableID": "nkrfKjK22g11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "DiscoKey": "discokey:eb6ec19f51d165b3464892c11540c2366f5c7bf32f73907a409a7cbe9c10fb30", - "Addresses": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "AllowedIPs": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "Endpoints": ["77.164.248.136:47005", "10.65.0.27:47005", "172.17.0.1:47005"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56059}, - {"Proto": "peerapi6", "Port": 56059} - ]}, - "Created": "2026-04-09T01:27:17.680352803Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6099780538683980, - "StableID": "n17DVhtbdp11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "DiscoKey": "discokey:c737d4ea18b196d3b51c689fd350b001afeb14e2b0c0856053d8bdab69b84944", - "Addresses": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "AllowedIPs": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "Endpoints": ["77.164.248.136:48180", "10.65.0.27:48180", "172.17.0.1:48180"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33948}, - {"Proto": "peerapi6", "Port": 33948} - ]}, - "Created": "2026-04-09T01:27:16.599856359Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6163670442175527, - "StableID": "n6LgUuAY8q11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:0b1cc7ab09b299e7cabc86f6c4eb405dfaa5ab19d4b242221ed3060e73e2ad7c", - "Addresses": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "AllowedIPs": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "Endpoints": ["77.164.248.136:53095", "10.65.0.27:53095", "172.17.0.1:53095"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59836}, - {"Proto": "peerapi6", "Port": 59836} - ]}, - "Created": "2026-04-09T01:27:23.108861348Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6806375522347140, - "StableID": "nTcAaiwc9v11CNTRL", + "ID": 1939961267320799, + "StableID": "nAtF7bVc9G11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "DiscoKey": "discokey:3f0a61edbf8c3b77f33d16f3f1ab8f72de5564dd958c462b3c9e7540c96e5717", - "Addresses": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "AllowedIPs": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "Endpoints": ["77.164.248.136:47307", "10.65.0.27:47307", "172.17.0.1:47307"], + "Key": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "DiscoKey": "discokey:bd10ca81d40c749b0295d90f7a88c426f0c37b7cc4e69a8fce4442797f076b50", + "Addresses": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "AllowedIPs": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "Endpoints": ["77.164.248.136:37970", "10.65.0.27:37970", "172.17.0.1:37970"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54627}, - {"Proto": "peerapi6", "Port": 54627} + {"Proto": "peerapi4", "Port": 41600}, + {"Proto": "peerapi6", "Port": 41600} ]}, - "Created": "2026-04-09T01:27:22.012370902Z", + "Created": "2026-04-09T08:33:27.674470889Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6887372783876569, - "StableID": "nY6FD3cJnv11CNTRL", + "ID": 2122479694241392, + "StableID": "nZsQVfwGaH11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "DiscoKey": "discokey:f7adc6acca9e1eb886e2cdb4af91c55d2671134a46f8a8413be98ba11b8a831d", + "Addresses": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "AllowedIPs": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "Endpoints": ["77.164.248.136:45579", "10.65.0.27:45579", "172.17.0.1:45579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38562}, + {"Proto": "peerapi6", "Port": 38562} + ]}, + "Created": "2026-04-09T08:33:24.371165572Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2400155067680815, + "StableID": "nJgPPD13kK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:7054677c25e894909f181abd60b56d7aff9f3c82e054f5476cc61a420856f17e", + "Addresses": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "AllowedIPs": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "Endpoints": ["77.164.248.136:39004", "10.65.0.27:39004", "172.17.0.1:39004"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52506}, + {"Proto": "peerapi6", "Port": 52506} + ]}, + "Created": "2026-04-09T08:33:28.766335259Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2555345305552291, + "StableID": "n4BQH7bKxL11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "DiscoKey": "discokey:aae41348eebda4866b66cbc89e138250a1afead1565ed245549b2e066973ea61", - "Addresses": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "AllowedIPs": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "Endpoints": ["77.164.248.136:51855", "10.65.0.27:51855", "172.17.0.1:51855"], + "Key": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "DiscoKey": "discokey:db66410b332ed132dc6dc7a86f8380d470c771bce3fca5da791ef8f8f906b244", + "Addresses": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "AllowedIPs": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "Endpoints": ["77.164.248.136:56859", "10.65.0.27:56859", "172.17.0.1:56859"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45464}, - {"Proto": "peerapi6", "Port": 45464} + {"Proto": "peerapi4", "Port": 50270}, + {"Proto": "peerapi6", "Port": 50270} ]}, - "Created": "2026-04-09T01:27:19.835502596Z", + "Created": "2026-04-09T08:33:25.467091867Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7003517742455934, - "StableID": "nf9uU3Yugw11CNTRL", + "ID": 2602578302445021, + "StableID": "nxUdUVKiKM11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "DiscoKey": "discokey:e618fc24e87e6fc895b0fbd9e7e2154fe659e038fb80c1465565758c5478ef13", + "Addresses": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "AllowedIPs": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "Endpoints": ["77.164.248.136:55795", "10.65.0.27:55795", "172.17.0.1:55795"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44277}, + {"Proto": "peerapi6", "Port": 44277} + ]}, + "Created": "2026-04-09T08:33:22.207321265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3163709790187867, + "StableID": "nUyXYuHrhR11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "DiscoKey": "discokey:7d8871a244eb1328d50521518e9e11a5b062e12b2d94fa74c497053785b41c24", + "Addresses": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "AllowedIPs": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "Endpoints": ["77.164.248.136:43682", "10.65.0.27:43682", "172.17.0.1:43682"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 59418}, + {"Proto": "peerapi6", "Port": 59418} + ]}, + "Created": "2026-04-09T08:33:24.916725629Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3198719914136151, + "StableID": "n2Q1KzwhyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:1929160a0da35b87c7748f501baa07ac15372f9feec976f5c8db8152b07ef519", + "Addresses": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "AllowedIPs": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "Endpoints": ["77.164.248.136:51870", "10.65.0.27:51870", "172.17.0.1:51870"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37249}, + {"Proto": "peerapi6", "Port": 37249} + ]}, + "Created": "2026-04-09T08:33:28.209322962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3917103005895581, + "StableID": "ncQE9ve4bX11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "DiscoKey": "discokey:51d103671bfeaae05401e626b7d26b08646e372df2fafac11ee623951462bb67", - "Addresses": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "AllowedIPs": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "Endpoints": ["77.164.248.136:46705", "10.65.0.27:46705", "172.17.0.1:46705"], - "HomeDERP": 14, + "Key": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "DiscoKey": "discokey:3a82ba9530fb6d206ced46595b525ec3fa938390668b49c8ced9c10eb2aeee26", + "Addresses": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "AllowedIPs": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "Endpoints": ["77.164.248.136:42880", "10.65.0.27:42880", "172.17.0.1:42880"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45755}, - {"Proto": "peerapi6", "Port": 45755} + {"Proto": "peerapi4", "Port": 62780}, + {"Proto": "peerapi6", "Port": 62780} ]}, - "Created": "2026-04-09T01:27:18.213207824Z", + "Created": "2026-04-09T08:33:23.8379524Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7409645102037256, - "StableID": "n3xhX7pqrz11CNTRL", + "ID": 4180299759475068, + "StableID": "nuPtyPPGeZ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "DiscoKey": "discokey:bdfb1739fca8f28c3417bcb3c283d9061cadf2b75c4aafb0ec337fb6cd82c77c", + "Addresses": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "AllowedIPs": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "Endpoints": ["77.164.248.136:49149", "10.65.0.27:49149", "172.17.0.1:49149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 50503}, + {"Proto": "peerapi6", "Port": 50503} + ]}, + "Created": "2026-04-09T08:33:23.294381587Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4194106099591917, + "StableID": "n8UoyC4XkZ11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "DiscoKey": "discokey:2e814c5b7827e83396d03e19add639aa84f0ccbf022f516692059eacc3222020", + "Addresses": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "AllowedIPs": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "Endpoints": ["77.164.248.136:47762", "10.65.0.27:47762", "172.17.0.1:47762"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 47843}, + {"Proto": "peerapi6", "Port": 47843} + ]}, + "Created": "2026-04-09T08:33:26.0233978Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5464468590394028, + "StableID": "nmP69nKsfj11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:9373032310e008b04f107b76092ffd31b1d6c2c26da4d55d2982d2825d41f615", - "Addresses": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "AllowedIPs": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "KeyExpiry": "2026-10-06T08:33:29Z", + "DiscoKey": "discokey:0e9baef215562ba45bc86bbc55bd25bc2209646021098568f1626a38b695a76f", + "Addresses": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "AllowedIPs": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "Endpoints": ["77.164.248.136:49949", "10.65.0.27:49949", "172.17.0.1:49949"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 58857}, - {"Proto": "peerapi6", "Port": 58857} + {"Proto": "peerapi4", "Port": 62393}, + {"Proto": "peerapi6", "Port": 62393} ]}, - "Created": "2026-04-09T01:27:23.649079832Z", + "Created": "2026-04-09T08:33:29.310646676Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7773854067299409, - "StableID": "n2becvxnh321CNTRL", + "ID": 6070304127782099, + "StableID": "n6iYzZbFQp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "DiscoKey": "discokey:e15619b95bd62a6650a47d848f8b0db39bc57c879978727d19c4d9a2bc71c66f", + "Addresses": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "AllowedIPs": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "Endpoints": ["77.164.248.136:60705", "10.65.0.27:60705", "172.17.0.1:60705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47190}, + {"Proto": "peerapi6", "Port": 47190} + ]}, + "Created": "2026-04-09T08:33:27.144035379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6403775438226907, + "StableID": "nnx5nfKH1s11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "DiscoKey": "discokey:35261d7229312b844b6d45a25dc5594377373fbfc9b00b63cc173c5e07b9f564", - "Addresses": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "AllowedIPs": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "Endpoints": ["77.164.248.136:36347", "10.65.0.27:36347", "172.17.0.1:36347"], + "Key": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "DiscoKey": "discokey:70dcb167784216ca5e47de381204805014383b2cbd26bb7773baed72f5937b10", + "Addresses": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "AllowedIPs": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "Endpoints": ["77.164.248.136:58354", "10.65.0.27:58354", "172.17.0.1:58354"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 33742}, - {"Proto": "peerapi6", "Port": 33742} + {"Proto": "peerapi4", "Port": 36204}, + {"Proto": "peerapi6", "Port": 36204} ]}, - "Created": "2026-04-09T01:27:20.92969065Z", + "Created": "2026-04-09T08:33:26.571633923Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8340961230297693, - "StableID": "nz7Deeud8821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 6733821579299293, + "StableID": "nNuH5K5mau11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "DiscoKey": "discokey:9e27ad7380bf21991a56f3332f37484164bc7bdb04b1f5b194ee2565ff0d3c23", - "Addresses": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "AllowedIPs": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "Endpoints": ["77.164.248.136:56095", "10.65.0.27:56095", "172.17.0.1:56095"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 63359}, - {"Proto": "peerapi6", "Port": 63359} + "Key": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "DiscoKey": "discokey:cd20df613e1392581effb93b3c3ac10a91c8ffc874dbf164e6a5c298ae66d83d", + "Addresses": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "AllowedIPs": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "Endpoints": ["77.164.248.136:51803", "10.65.0.27:51803", "172.17.0.1:51803"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54000}, + {"Proto": "peerapi6", "Port": 54000} ]}, - "Created": "2026-04-09T01:27:18.750831545Z", + "Created": "2026-04-09T08:33:22.755120781Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11331,27 +11345,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5785767309172125": { - "ID": 5785767309172125, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2455411264816508": { + "ID": 2455411264816508, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11382,21 +11398,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7003517742455934, - "StableID": "nf9uU3Yugw11CNTRL", + "ID": 3917103005895581, + "StableID": "ncQE9ve4bX11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 7003517742455934, - "Key": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "DiscoKey": "discokey:51d103671bfeaae05401e626b7d26b08646e372df2fafac11ee623951462bb67", - "Addresses": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "AllowedIPs": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "Endpoints": ["77.164.248.136:46705", "10.65.0.27:46705", "172.17.0.1:46705"], + "User": 3917103005895581, + "Key": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "DiscoKey": "discokey:3a82ba9530fb6d206ced46595b525ec3fa938390668b49c8ced9c10eb2aeee26", + "Addresses": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "AllowedIPs": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "Endpoints": ["77.164.248.136:42880", "10.65.0.27:42880", "172.17.0.1:42880"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 45755}, - {"Proto": "peerapi6", "Port": 45755}, + {"Proto": "peerapi4", "Port": 62780}, + {"Proto": "peerapi6", "Port": 62780}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:18.213207824Z", + "Created": "2026-04-09T08:33:23.8379524Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11424,300 +11440,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "MachineKey": "mkey:0acedc16364a9c1370f0ca93a4fe6e5e6fa4856c2c21062b4fda423fed1fa655", + "NodeKey": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "MachineKey": "mkey:4a3514b58121ca8b7f982fed2463629c8f295313b92818b0cf2af31fc4afa61a", "Peers": [{ - "ID": 349389268143367, - "StableID": "naiWC6sEj311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "DiscoKey": "discokey:42a85a2facfeb96b3878dce0f54be5c8a10f2d9d1fa4521a94b3a0f45408e904", - "Addresses": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "AllowedIPs": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57603}, - {"Proto": "peerapi6", "Port": 57603} - ]}, - "Created": "2026-04-09T01:27:20.389443289Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 883948346904718, - "StableID": "nXqfUopLu711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "DiscoKey": "discokey:e3a2e1d7a0b80bdc6c40669741fcafbb41c64806a1e630a63dc6759cb6e0397e", - "Addresses": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "AllowedIPs": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "Endpoints": ["77.164.248.136:51368", "10.65.0.27:51368", "172.17.0.1:51368"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55723}, - {"Proto": "peerapi6", "Port": 55723} - ]}, - "Created": "2026-04-09T01:27:21.474949736Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2180115923981143, - "StableID": "nnQGk1xN2J11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "KeyExpiry": "2026-10-06T01:27:22Z", - "DiscoKey": "discokey:84d6977c6ac57f02dcf830bfc654b02b78af51067ab64348588b3852c579e239", - "Addresses": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "AllowedIPs": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "Endpoints": ["77.164.248.136:43221", "10.65.0.27:43221", "172.17.0.1:43221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35874}, - {"Proto": "peerapi6", "Port": 35874} - ]}, - "Created": "2026-04-09T01:27:22.563399877Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3081299434079447, - "StableID": "ncdNaeWX4R11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "DiscoKey": "discokey:171c8e10ed38d82b492ead2faeac5c470a8128c1f56750baebd4f0e42aa18114", - "Addresses": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "AllowedIPs": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "Endpoints": ["77.164.248.136:48906", "10.65.0.27:48906", "172.17.0.1:48906"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58661}, - {"Proto": "peerapi6", "Port": 58661} - ]}, - "Created": "2026-04-09T01:27:17.143349012Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4750150265721543, - "StableID": "nQyfrmPM6e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "DiscoKey": "discokey:21670ec3d46004262d02bb3c64ea45c49cee3b5bad6a43280dc30bd85ef7f403", - "Addresses": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "AllowedIPs": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "Endpoints": ["77.164.248.136:46514", "10.65.0.27:46514", "172.17.0.1:46514"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36656}, - {"Proto": "peerapi6", "Port": 36656} - ]}, - "Created": "2026-04-09T01:27:19.305255984Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4996718533220109, - "StableID": "nkrfKjK22g11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "DiscoKey": "discokey:eb6ec19f51d165b3464892c11540c2366f5c7bf32f73907a409a7cbe9c10fb30", - "Addresses": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "AllowedIPs": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "Endpoints": ["77.164.248.136:47005", "10.65.0.27:47005", "172.17.0.1:47005"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56059}, - {"Proto": "peerapi6", "Port": 56059} - ]}, - "Created": "2026-04-09T01:27:17.680352803Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5785767309172125, - "StableID": "nkrZgBJPBn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "DiscoKey": "discokey:cdcf88e46924b9eeeb737e6548c9828e5b3a2ab6bffe31a1e97325dff658fc10", - "Addresses": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "AllowedIPs": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "Endpoints": ["77.164.248.136:49746", "10.65.0.27:49746", "172.17.0.1:49746"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 45376}, - {"Proto": "peerapi6", "Port": 45376} - ]}, - "Created": "2026-04-09T01:27:16.061001946Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6099780538683980, - "StableID": "n17DVhtbdp11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "DiscoKey": "discokey:c737d4ea18b196d3b51c689fd350b001afeb14e2b0c0856053d8bdab69b84944", - "Addresses": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "AllowedIPs": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "Endpoints": ["77.164.248.136:48180", "10.65.0.27:48180", "172.17.0.1:48180"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33948}, - {"Proto": "peerapi6", "Port": 33948} - ]}, - "Created": "2026-04-09T01:27:16.599856359Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6163670442175527, - "StableID": "n6LgUuAY8q11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:0b1cc7ab09b299e7cabc86f6c4eb405dfaa5ab19d4b242221ed3060e73e2ad7c", - "Addresses": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "AllowedIPs": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "Endpoints": ["77.164.248.136:53095", "10.65.0.27:53095", "172.17.0.1:53095"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59836}, - {"Proto": "peerapi6", "Port": 59836} - ]}, - "Created": "2026-04-09T01:27:23.108861348Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6806375522347140, - "StableID": "nTcAaiwc9v11CNTRL", + "ID": 1939961267320799, + "StableID": "nAtF7bVc9G11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "DiscoKey": "discokey:3f0a61edbf8c3b77f33d16f3f1ab8f72de5564dd958c462b3c9e7540c96e5717", - "Addresses": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "AllowedIPs": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "Endpoints": ["77.164.248.136:47307", "10.65.0.27:47307", "172.17.0.1:47307"], + "Key": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "DiscoKey": "discokey:bd10ca81d40c749b0295d90f7a88c426f0c37b7cc4e69a8fce4442797f076b50", + "Addresses": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "AllowedIPs": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "Endpoints": ["77.164.248.136:37970", "10.65.0.27:37970", "172.17.0.1:37970"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54627}, - {"Proto": "peerapi6", "Port": 54627} + {"Proto": "peerapi4", "Port": 41600}, + {"Proto": "peerapi6", "Port": 41600} ]}, - "Created": "2026-04-09T01:27:22.012370902Z", + "Created": "2026-04-09T08:33:27.674470889Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6887372783876569, - "StableID": "nY6FD3cJnv11CNTRL", + "ID": 2122479694241392, + "StableID": "nZsQVfwGaH11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "DiscoKey": "discokey:f7adc6acca9e1eb886e2cdb4af91c55d2671134a46f8a8413be98ba11b8a831d", + "Addresses": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "AllowedIPs": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "Endpoints": ["77.164.248.136:45579", "10.65.0.27:45579", "172.17.0.1:45579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38562}, + {"Proto": "peerapi6", "Port": 38562} + ]}, + "Created": "2026-04-09T08:33:24.371165572Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2400155067680815, + "StableID": "nJgPPD13kK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:7054677c25e894909f181abd60b56d7aff9f3c82e054f5476cc61a420856f17e", + "Addresses": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "AllowedIPs": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "Endpoints": ["77.164.248.136:39004", "10.65.0.27:39004", "172.17.0.1:39004"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52506}, + {"Proto": "peerapi6", "Port": 52506} + ]}, + "Created": "2026-04-09T08:33:28.766335259Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2455411264816508, + "StableID": "ny73KSV4BL11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "DiscoKey": "discokey:ead54100c2408c7b90e7f8bf7366e95b9ecc1c8ee014af1f9b9b481be4c7b746", + "Addresses": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "AllowedIPs": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "Endpoints": ["77.164.248.136:58255", "10.65.0.27:58255", "172.17.0.1:58255"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48329}, + {"Proto": "peerapi6", "Port": 48329} + ]}, + "Created": "2026-04-09T08:33:21.691287297Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 2555345305552291, + "StableID": "n4BQH7bKxL11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "DiscoKey": "discokey:aae41348eebda4866b66cbc89e138250a1afead1565ed245549b2e066973ea61", - "Addresses": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "AllowedIPs": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "Endpoints": ["77.164.248.136:51855", "10.65.0.27:51855", "172.17.0.1:51855"], + "Key": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "DiscoKey": "discokey:db66410b332ed132dc6dc7a86f8380d470c771bce3fca5da791ef8f8f906b244", + "Addresses": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "AllowedIPs": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "Endpoints": ["77.164.248.136:56859", "10.65.0.27:56859", "172.17.0.1:56859"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45464}, - {"Proto": "peerapi6", "Port": 45464} + {"Proto": "peerapi4", "Port": 50270}, + {"Proto": "peerapi6", "Port": 50270} ]}, - "Created": "2026-04-09T01:27:19.835502596Z", + "Created": "2026-04-09T08:33:25.467091867Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7409645102037256, - "StableID": "n3xhX7pqrz11CNTRL", + "ID": 2602578302445021, + "StableID": "nxUdUVKiKM11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "DiscoKey": "discokey:e618fc24e87e6fc895b0fbd9e7e2154fe659e038fb80c1465565758c5478ef13", + "Addresses": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "AllowedIPs": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "Endpoints": ["77.164.248.136:55795", "10.65.0.27:55795", "172.17.0.1:55795"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44277}, + {"Proto": "peerapi6", "Port": 44277} + ]}, + "Created": "2026-04-09T08:33:22.207321265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3163709790187867, + "StableID": "nUyXYuHrhR11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "DiscoKey": "discokey:7d8871a244eb1328d50521518e9e11a5b062e12b2d94fa74c497053785b41c24", + "Addresses": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "AllowedIPs": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "Endpoints": ["77.164.248.136:43682", "10.65.0.27:43682", "172.17.0.1:43682"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 59418}, + {"Proto": "peerapi6", "Port": 59418} + ]}, + "Created": "2026-04-09T08:33:24.916725629Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3198719914136151, + "StableID": "n2Q1KzwhyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:1929160a0da35b87c7748f501baa07ac15372f9feec976f5c8db8152b07ef519", + "Addresses": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "AllowedIPs": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "Endpoints": ["77.164.248.136:51870", "10.65.0.27:51870", "172.17.0.1:51870"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37249}, + {"Proto": "peerapi6", "Port": 37249} + ]}, + "Created": "2026-04-09T08:33:28.209322962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 4180299759475068, + "StableID": "nuPtyPPGeZ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "DiscoKey": "discokey:bdfb1739fca8f28c3417bcb3c283d9061cadf2b75c4aafb0ec337fb6cd82c77c", + "Addresses": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "AllowedIPs": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "Endpoints": ["77.164.248.136:49149", "10.65.0.27:49149", "172.17.0.1:49149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 50503}, + {"Proto": "peerapi6", "Port": 50503} + ]}, + "Created": "2026-04-09T08:33:23.294381587Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4194106099591917, + "StableID": "n8UoyC4XkZ11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "DiscoKey": "discokey:2e814c5b7827e83396d03e19add639aa84f0ccbf022f516692059eacc3222020", + "Addresses": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "AllowedIPs": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "Endpoints": ["77.164.248.136:47762", "10.65.0.27:47762", "172.17.0.1:47762"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 47843}, + {"Proto": "peerapi6", "Port": 47843} + ]}, + "Created": "2026-04-09T08:33:26.0233978Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5464468590394028, + "StableID": "nmP69nKsfj11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:9373032310e008b04f107b76092ffd31b1d6c2c26da4d55d2982d2825d41f615", - "Addresses": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "AllowedIPs": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], + "Key": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "KeyExpiry": "2026-10-06T08:33:29Z", + "DiscoKey": "discokey:0e9baef215562ba45bc86bbc55bd25bc2209646021098568f1626a38b695a76f", + "Addresses": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "AllowedIPs": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 58857}, - {"Proto": "peerapi6", "Port": 58857} + {"Proto": "peerapi4", "Port": 62393}, + {"Proto": "peerapi6", "Port": 62393} ]}, - "Created": "2026-04-09T01:27:23.649079832Z", + "Created": "2026-04-09T08:33:29.310646676Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7773854067299409, - "StableID": "n2becvxnh321CNTRL", + "ID": 6070304127782099, + "StableID": "n6iYzZbFQp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "DiscoKey": "discokey:e15619b95bd62a6650a47d848f8b0db39bc57c879978727d19c4d9a2bc71c66f", + "Addresses": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "AllowedIPs": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "Endpoints": ["77.164.248.136:60705", "10.65.0.27:60705", "172.17.0.1:60705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47190}, + {"Proto": "peerapi6", "Port": 47190} + ]}, + "Created": "2026-04-09T08:33:27.144035379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6403775438226907, + "StableID": "nnx5nfKH1s11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "DiscoKey": "discokey:35261d7229312b844b6d45a25dc5594377373fbfc9b00b63cc173c5e07b9f564", - "Addresses": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "AllowedIPs": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "Endpoints": ["77.164.248.136:36347", "10.65.0.27:36347", "172.17.0.1:36347"], + "Key": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "DiscoKey": "discokey:70dcb167784216ca5e47de381204805014383b2cbd26bb7773baed72f5937b10", + "Addresses": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "AllowedIPs": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "Endpoints": ["77.164.248.136:58354", "10.65.0.27:58354", "172.17.0.1:58354"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 33742}, - {"Proto": "peerapi6", "Port": 33742} + {"Proto": "peerapi4", "Port": 36204}, + {"Proto": "peerapi6", "Port": 36204} ]}, - "Created": "2026-04-09T01:27:20.92969065Z", + "Created": "2026-04-09T08:33:26.571633923Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8340961230297693, - "StableID": "nz7Deeud8821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 6733821579299293, + "StableID": "nNuH5K5mau11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "DiscoKey": "discokey:9e27ad7380bf21991a56f3332f37484164bc7bdb04b1f5b194ee2565ff0d3c23", - "Addresses": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "AllowedIPs": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "Endpoints": ["77.164.248.136:56095", "10.65.0.27:56095", "172.17.0.1:56095"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 63359}, - {"Proto": "peerapi6", "Port": 63359} + "Key": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "DiscoKey": "discokey:cd20df613e1392581effb93b3c3ac10a91c8ffc874dbf164e6a5c298ae66d83d", + "Addresses": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "AllowedIPs": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "Endpoints": ["77.164.248.136:51803", "10.65.0.27:51803", "172.17.0.1:51803"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54000}, + {"Proto": "peerapi6", "Port": 54000} ]}, - "Created": "2026-04-09T01:27:18.750831545Z", + "Created": "2026-04-09T08:33:22.755120781Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12565,27 +12581,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7003517742455934": { - "ID": 7003517742455934, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3917103005895581": { + "ID": 3917103005895581, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12616,21 +12634,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4996718533220109, - "StableID": "nkrfKjK22g11CNTRL", + "ID": 4180299759475068, + "StableID": "nuPtyPPGeZ11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 4996718533220109, - "Key": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "DiscoKey": "discokey:eb6ec19f51d165b3464892c11540c2366f5c7bf32f73907a409a7cbe9c10fb30", - "Addresses": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "AllowedIPs": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "Endpoints": ["77.164.248.136:47005", "10.65.0.27:47005", "172.17.0.1:47005"], + "User": 4180299759475068, + "Key": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "DiscoKey": "discokey:bdfb1739fca8f28c3417bcb3c283d9061cadf2b75c4aafb0ec337fb6cd82c77c", + "Addresses": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "AllowedIPs": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "Endpoints": ["77.164.248.136:49149", "10.65.0.27:49149", "172.17.0.1:49149"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 56059}, - {"Proto": "peerapi6", "Port": 56059}, + {"Proto": "peerapi4", "Port": 50503}, + {"Proto": "peerapi6", "Port": 50503}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:17.680352803Z", + "Created": "2026-04-09T08:33:23.294381587Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12658,300 +12676,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "MachineKey": "mkey:5070ea85dd71eece5b99a3b1ced77de79812bc47315261d097190a9124c07451", + "NodeKey": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "MachineKey": "mkey:b79283b330d940909594fbc9a99eea21d4d8f17dd016b359a6cfcc9f756b3e62", "Peers": [{ - "ID": 349389268143367, - "StableID": "naiWC6sEj311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "DiscoKey": "discokey:42a85a2facfeb96b3878dce0f54be5c8a10f2d9d1fa4521a94b3a0f45408e904", - "Addresses": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "AllowedIPs": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57603}, - {"Proto": "peerapi6", "Port": 57603} - ]}, - "Created": "2026-04-09T01:27:20.389443289Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 883948346904718, - "StableID": "nXqfUopLu711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "DiscoKey": "discokey:e3a2e1d7a0b80bdc6c40669741fcafbb41c64806a1e630a63dc6759cb6e0397e", - "Addresses": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "AllowedIPs": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "Endpoints": ["77.164.248.136:51368", "10.65.0.27:51368", "172.17.0.1:51368"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55723}, - {"Proto": "peerapi6", "Port": 55723} - ]}, - "Created": "2026-04-09T01:27:21.474949736Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2180115923981143, - "StableID": "nnQGk1xN2J11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "KeyExpiry": "2026-10-06T01:27:22Z", - "DiscoKey": "discokey:84d6977c6ac57f02dcf830bfc654b02b78af51067ab64348588b3852c579e239", - "Addresses": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "AllowedIPs": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "Endpoints": ["77.164.248.136:43221", "10.65.0.27:43221", "172.17.0.1:43221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35874}, - {"Proto": "peerapi6", "Port": 35874} - ]}, - "Created": "2026-04-09T01:27:22.563399877Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3081299434079447, - "StableID": "ncdNaeWX4R11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "DiscoKey": "discokey:171c8e10ed38d82b492ead2faeac5c470a8128c1f56750baebd4f0e42aa18114", - "Addresses": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "AllowedIPs": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "Endpoints": ["77.164.248.136:48906", "10.65.0.27:48906", "172.17.0.1:48906"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58661}, - {"Proto": "peerapi6", "Port": 58661} - ]}, - "Created": "2026-04-09T01:27:17.143349012Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4750150265721543, - "StableID": "nQyfrmPM6e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "DiscoKey": "discokey:21670ec3d46004262d02bb3c64ea45c49cee3b5bad6a43280dc30bd85ef7f403", - "Addresses": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "AllowedIPs": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "Endpoints": ["77.164.248.136:46514", "10.65.0.27:46514", "172.17.0.1:46514"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36656}, - {"Proto": "peerapi6", "Port": 36656} - ]}, - "Created": "2026-04-09T01:27:19.305255984Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5785767309172125, - "StableID": "nkrZgBJPBn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "DiscoKey": "discokey:cdcf88e46924b9eeeb737e6548c9828e5b3a2ab6bffe31a1e97325dff658fc10", - "Addresses": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "AllowedIPs": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "Endpoints": ["77.164.248.136:49746", "10.65.0.27:49746", "172.17.0.1:49746"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 45376}, - {"Proto": "peerapi6", "Port": 45376} - ]}, - "Created": "2026-04-09T01:27:16.061001946Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6099780538683980, - "StableID": "n17DVhtbdp11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "DiscoKey": "discokey:c737d4ea18b196d3b51c689fd350b001afeb14e2b0c0856053d8bdab69b84944", - "Addresses": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "AllowedIPs": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "Endpoints": ["77.164.248.136:48180", "10.65.0.27:48180", "172.17.0.1:48180"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33948}, - {"Proto": "peerapi6", "Port": 33948} - ]}, - "Created": "2026-04-09T01:27:16.599856359Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6163670442175527, - "StableID": "n6LgUuAY8q11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:0b1cc7ab09b299e7cabc86f6c4eb405dfaa5ab19d4b242221ed3060e73e2ad7c", - "Addresses": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "AllowedIPs": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "Endpoints": ["77.164.248.136:53095", "10.65.0.27:53095", "172.17.0.1:53095"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59836}, - {"Proto": "peerapi6", "Port": 59836} - ]}, - "Created": "2026-04-09T01:27:23.108861348Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6806375522347140, - "StableID": "nTcAaiwc9v11CNTRL", + "ID": 1939961267320799, + "StableID": "nAtF7bVc9G11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "DiscoKey": "discokey:3f0a61edbf8c3b77f33d16f3f1ab8f72de5564dd958c462b3c9e7540c96e5717", - "Addresses": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "AllowedIPs": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "Endpoints": ["77.164.248.136:47307", "10.65.0.27:47307", "172.17.0.1:47307"], + "Key": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "DiscoKey": "discokey:bd10ca81d40c749b0295d90f7a88c426f0c37b7cc4e69a8fce4442797f076b50", + "Addresses": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "AllowedIPs": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "Endpoints": ["77.164.248.136:37970", "10.65.0.27:37970", "172.17.0.1:37970"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54627}, - {"Proto": "peerapi6", "Port": 54627} + {"Proto": "peerapi4", "Port": 41600}, + {"Proto": "peerapi6", "Port": 41600} ]}, - "Created": "2026-04-09T01:27:22.012370902Z", + "Created": "2026-04-09T08:33:27.674470889Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6887372783876569, - "StableID": "nY6FD3cJnv11CNTRL", + "ID": 2122479694241392, + "StableID": "nZsQVfwGaH11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "DiscoKey": "discokey:f7adc6acca9e1eb886e2cdb4af91c55d2671134a46f8a8413be98ba11b8a831d", + "Addresses": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "AllowedIPs": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "Endpoints": ["77.164.248.136:45579", "10.65.0.27:45579", "172.17.0.1:45579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38562}, + {"Proto": "peerapi6", "Port": 38562} + ]}, + "Created": "2026-04-09T08:33:24.371165572Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2400155067680815, + "StableID": "nJgPPD13kK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:7054677c25e894909f181abd60b56d7aff9f3c82e054f5476cc61a420856f17e", + "Addresses": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "AllowedIPs": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "Endpoints": ["77.164.248.136:39004", "10.65.0.27:39004", "172.17.0.1:39004"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52506}, + {"Proto": "peerapi6", "Port": 52506} + ]}, + "Created": "2026-04-09T08:33:28.766335259Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2455411264816508, + "StableID": "ny73KSV4BL11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "DiscoKey": "discokey:ead54100c2408c7b90e7f8bf7366e95b9ecc1c8ee014af1f9b9b481be4c7b746", + "Addresses": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "AllowedIPs": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "Endpoints": ["77.164.248.136:58255", "10.65.0.27:58255", "172.17.0.1:58255"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48329}, + {"Proto": "peerapi6", "Port": 48329} + ]}, + "Created": "2026-04-09T08:33:21.691287297Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 2555345305552291, + "StableID": "n4BQH7bKxL11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "DiscoKey": "discokey:aae41348eebda4866b66cbc89e138250a1afead1565ed245549b2e066973ea61", - "Addresses": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "AllowedIPs": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "Endpoints": ["77.164.248.136:51855", "10.65.0.27:51855", "172.17.0.1:51855"], + "Key": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "DiscoKey": "discokey:db66410b332ed132dc6dc7a86f8380d470c771bce3fca5da791ef8f8f906b244", + "Addresses": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "AllowedIPs": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "Endpoints": ["77.164.248.136:56859", "10.65.0.27:56859", "172.17.0.1:56859"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45464}, - {"Proto": "peerapi6", "Port": 45464} + {"Proto": "peerapi4", "Port": 50270}, + {"Proto": "peerapi6", "Port": 50270} ]}, - "Created": "2026-04-09T01:27:19.835502596Z", + "Created": "2026-04-09T08:33:25.467091867Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7003517742455934, - "StableID": "nf9uU3Yugw11CNTRL", + "ID": 2602578302445021, + "StableID": "nxUdUVKiKM11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "DiscoKey": "discokey:e618fc24e87e6fc895b0fbd9e7e2154fe659e038fb80c1465565758c5478ef13", + "Addresses": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "AllowedIPs": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "Endpoints": ["77.164.248.136:55795", "10.65.0.27:55795", "172.17.0.1:55795"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44277}, + {"Proto": "peerapi6", "Port": 44277} + ]}, + "Created": "2026-04-09T08:33:22.207321265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3163709790187867, + "StableID": "nUyXYuHrhR11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "DiscoKey": "discokey:7d8871a244eb1328d50521518e9e11a5b062e12b2d94fa74c497053785b41c24", + "Addresses": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "AllowedIPs": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "Endpoints": ["77.164.248.136:43682", "10.65.0.27:43682", "172.17.0.1:43682"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 59418}, + {"Proto": "peerapi6", "Port": 59418} + ]}, + "Created": "2026-04-09T08:33:24.916725629Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3198719914136151, + "StableID": "n2Q1KzwhyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:1929160a0da35b87c7748f501baa07ac15372f9feec976f5c8db8152b07ef519", + "Addresses": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "AllowedIPs": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "Endpoints": ["77.164.248.136:51870", "10.65.0.27:51870", "172.17.0.1:51870"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37249}, + {"Proto": "peerapi6", "Port": 37249} + ]}, + "Created": "2026-04-09T08:33:28.209322962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3917103005895581, + "StableID": "ncQE9ve4bX11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "DiscoKey": "discokey:51d103671bfeaae05401e626b7d26b08646e372df2fafac11ee623951462bb67", - "Addresses": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "AllowedIPs": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "Endpoints": ["77.164.248.136:46705", "10.65.0.27:46705", "172.17.0.1:46705"], - "HomeDERP": 14, + "Key": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "DiscoKey": "discokey:3a82ba9530fb6d206ced46595b525ec3fa938390668b49c8ced9c10eb2aeee26", + "Addresses": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "AllowedIPs": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "Endpoints": ["77.164.248.136:42880", "10.65.0.27:42880", "172.17.0.1:42880"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45755}, - {"Proto": "peerapi6", "Port": 45755} + {"Proto": "peerapi4", "Port": 62780}, + {"Proto": "peerapi6", "Port": 62780} ]}, - "Created": "2026-04-09T01:27:18.213207824Z", + "Created": "2026-04-09T08:33:23.8379524Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7409645102037256, - "StableID": "n3xhX7pqrz11CNTRL", + "ID": 4194106099591917, + "StableID": "n8UoyC4XkZ11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "DiscoKey": "discokey:2e814c5b7827e83396d03e19add639aa84f0ccbf022f516692059eacc3222020", + "Addresses": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "AllowedIPs": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "Endpoints": ["77.164.248.136:47762", "10.65.0.27:47762", "172.17.0.1:47762"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 47843}, + {"Proto": "peerapi6", "Port": 47843} + ]}, + "Created": "2026-04-09T08:33:26.0233978Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5464468590394028, + "StableID": "nmP69nKsfj11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:9373032310e008b04f107b76092ffd31b1d6c2c26da4d55d2982d2825d41f615", - "Addresses": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "AllowedIPs": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], + "Key": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "KeyExpiry": "2026-10-06T08:33:29Z", + "DiscoKey": "discokey:0e9baef215562ba45bc86bbc55bd25bc2209646021098568f1626a38b695a76f", + "Addresses": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "AllowedIPs": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 58857}, - {"Proto": "peerapi6", "Port": 58857} + {"Proto": "peerapi4", "Port": 62393}, + {"Proto": "peerapi6", "Port": 62393} ]}, - "Created": "2026-04-09T01:27:23.649079832Z", + "Created": "2026-04-09T08:33:29.310646676Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7773854067299409, - "StableID": "n2becvxnh321CNTRL", + "ID": 6070304127782099, + "StableID": "n6iYzZbFQp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "DiscoKey": "discokey:e15619b95bd62a6650a47d848f8b0db39bc57c879978727d19c4d9a2bc71c66f", + "Addresses": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "AllowedIPs": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "Endpoints": ["77.164.248.136:60705", "10.65.0.27:60705", "172.17.0.1:60705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47190}, + {"Proto": "peerapi6", "Port": 47190} + ]}, + "Created": "2026-04-09T08:33:27.144035379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6403775438226907, + "StableID": "nnx5nfKH1s11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "DiscoKey": "discokey:35261d7229312b844b6d45a25dc5594377373fbfc9b00b63cc173c5e07b9f564", - "Addresses": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "AllowedIPs": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "Endpoints": ["77.164.248.136:36347", "10.65.0.27:36347", "172.17.0.1:36347"], + "Key": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "DiscoKey": "discokey:70dcb167784216ca5e47de381204805014383b2cbd26bb7773baed72f5937b10", + "Addresses": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "AllowedIPs": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "Endpoints": ["77.164.248.136:58354", "10.65.0.27:58354", "172.17.0.1:58354"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 33742}, - {"Proto": "peerapi6", "Port": 33742} + {"Proto": "peerapi4", "Port": 36204}, + {"Proto": "peerapi6", "Port": 36204} ]}, - "Created": "2026-04-09T01:27:20.92969065Z", + "Created": "2026-04-09T08:33:26.571633923Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8340961230297693, - "StableID": "nz7Deeud8821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 6733821579299293, + "StableID": "nNuH5K5mau11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "DiscoKey": "discokey:9e27ad7380bf21991a56f3332f37484164bc7bdb04b1f5b194ee2565ff0d3c23", - "Addresses": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "AllowedIPs": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "Endpoints": ["77.164.248.136:56095", "10.65.0.27:56095", "172.17.0.1:56095"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 63359}, - {"Proto": "peerapi6", "Port": 63359} + "Key": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "DiscoKey": "discokey:cd20df613e1392581effb93b3c3ac10a91c8ffc874dbf164e6a5c298ae66d83d", + "Addresses": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "AllowedIPs": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "Endpoints": ["77.164.248.136:51803", "10.65.0.27:51803", "172.17.0.1:51803"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54000}, + {"Proto": "peerapi6", "Port": 54000} ]}, - "Created": "2026-04-09T01:27:18.750831545Z", + "Created": "2026-04-09T08:33:22.755120781Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13799,27 +13817,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4996718533220109": { - "ID": 4996718533220109, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4180299759475068": { + "ID": 4180299759475068, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13850,26 +13870,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4750150265721543, - "StableID": "nQyfrmPM6e11CNTRL", + "ID": 3163709790187867, + "StableID": "nUyXYuHrhR11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 4750150265721543, - "Key": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "DiscoKey": "discokey:21670ec3d46004262d02bb3c64ea45c49cee3b5bad6a43280dc30bd85ef7f403", - "Addresses": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "AllowedIPs": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "Endpoints": ["77.164.248.136:46514", "10.65.0.27:46514", "172.17.0.1:46514"], + "User": 3163709790187867, + "Key": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "DiscoKey": "discokey:7d8871a244eb1328d50521518e9e11a5b062e12b2d94fa74c497053785b41c24", + "Addresses": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "AllowedIPs": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "Endpoints": ["77.164.248.136:43682", "10.65.0.27:43682", "172.17.0.1:43682"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 36656}, - {"Proto": "peerapi6", "Port": 36656}, + {"Proto": "peerapi4", "Port": 59418}, + {"Proto": "peerapi6", "Port": 59418}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:27:19.305255984Z", + "Created": "2026-04-09T08:33:24.916725629Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13897,302 +13917,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "MachineKey": "mkey:4bb7378749e83d50f49dbc88cacde4891f7ae713ec41494bc1033075f43c766c", + "NodeKey": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "MachineKey": "mkey:0090b179ac9fc8114b5326e088b55149f0010edb4ba1c29cf41e1bb08d9f2a69", "Peers": [{ - "ID": 349389268143367, - "StableID": "naiWC6sEj311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "DiscoKey": "discokey:42a85a2facfeb96b3878dce0f54be5c8a10f2d9d1fa4521a94b3a0f45408e904", - "Addresses": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "AllowedIPs": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57603}, - {"Proto": "peerapi6", "Port": 57603} - ]}, - "Created": "2026-04-09T01:27:20.389443289Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 883948346904718, - "StableID": "nXqfUopLu711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "DiscoKey": "discokey:e3a2e1d7a0b80bdc6c40669741fcafbb41c64806a1e630a63dc6759cb6e0397e", - "Addresses": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "AllowedIPs": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "Endpoints": ["77.164.248.136:51368", "10.65.0.27:51368", "172.17.0.1:51368"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55723}, - {"Proto": "peerapi6", "Port": 55723} - ]}, - "Created": "2026-04-09T01:27:21.474949736Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2180115923981143, - "StableID": "nnQGk1xN2J11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "KeyExpiry": "2026-10-06T01:27:22Z", - "DiscoKey": "discokey:84d6977c6ac57f02dcf830bfc654b02b78af51067ab64348588b3852c579e239", - "Addresses": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "AllowedIPs": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "Endpoints": ["77.164.248.136:43221", "10.65.0.27:43221", "172.17.0.1:43221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35874}, - {"Proto": "peerapi6", "Port": 35874} - ]}, - "Created": "2026-04-09T01:27:22.563399877Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3081299434079447, - "StableID": "ncdNaeWX4R11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "DiscoKey": "discokey:171c8e10ed38d82b492ead2faeac5c470a8128c1f56750baebd4f0e42aa18114", - "Addresses": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "AllowedIPs": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "Endpoints": ["77.164.248.136:48906", "10.65.0.27:48906", "172.17.0.1:48906"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58661}, - {"Proto": "peerapi6", "Port": 58661} - ]}, - "Created": "2026-04-09T01:27:17.143349012Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4996718533220109, - "StableID": "nkrfKjK22g11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "DiscoKey": "discokey:eb6ec19f51d165b3464892c11540c2366f5c7bf32f73907a409a7cbe9c10fb30", - "Addresses": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "AllowedIPs": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "Endpoints": ["77.164.248.136:47005", "10.65.0.27:47005", "172.17.0.1:47005"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56059}, - {"Proto": "peerapi6", "Port": 56059} - ]}, - "Created": "2026-04-09T01:27:17.680352803Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5785767309172125, - "StableID": "nkrZgBJPBn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "DiscoKey": "discokey:cdcf88e46924b9eeeb737e6548c9828e5b3a2ab6bffe31a1e97325dff658fc10", - "Addresses": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "AllowedIPs": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "Endpoints": ["77.164.248.136:49746", "10.65.0.27:49746", "172.17.0.1:49746"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 45376}, - {"Proto": "peerapi6", "Port": 45376} - ]}, - "Created": "2026-04-09T01:27:16.061001946Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6099780538683980, - "StableID": "n17DVhtbdp11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "DiscoKey": "discokey:c737d4ea18b196d3b51c689fd350b001afeb14e2b0c0856053d8bdab69b84944", - "Addresses": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "AllowedIPs": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "Endpoints": ["77.164.248.136:48180", "10.65.0.27:48180", "172.17.0.1:48180"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33948}, - {"Proto": "peerapi6", "Port": 33948} - ]}, - "Created": "2026-04-09T01:27:16.599856359Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6163670442175527, - "StableID": "n6LgUuAY8q11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:0b1cc7ab09b299e7cabc86f6c4eb405dfaa5ab19d4b242221ed3060e73e2ad7c", - "Addresses": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "AllowedIPs": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "Endpoints": ["77.164.248.136:53095", "10.65.0.27:53095", "172.17.0.1:53095"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59836}, - {"Proto": "peerapi6", "Port": 59836} - ]}, - "Created": "2026-04-09T01:27:23.108861348Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6806375522347140, - "StableID": "nTcAaiwc9v11CNTRL", + "ID": 1939961267320799, + "StableID": "nAtF7bVc9G11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "DiscoKey": "discokey:3f0a61edbf8c3b77f33d16f3f1ab8f72de5564dd958c462b3c9e7540c96e5717", - "Addresses": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "AllowedIPs": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "Endpoints": ["77.164.248.136:47307", "10.65.0.27:47307", "172.17.0.1:47307"], + "Key": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "DiscoKey": "discokey:bd10ca81d40c749b0295d90f7a88c426f0c37b7cc4e69a8fce4442797f076b50", + "Addresses": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "AllowedIPs": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "Endpoints": ["77.164.248.136:37970", "10.65.0.27:37970", "172.17.0.1:37970"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54627}, - {"Proto": "peerapi6", "Port": 54627} + {"Proto": "peerapi4", "Port": 41600}, + {"Proto": "peerapi6", "Port": 41600} ]}, - "Created": "2026-04-09T01:27:22.012370902Z", + "Created": "2026-04-09T08:33:27.674470889Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6887372783876569, - "StableID": "nY6FD3cJnv11CNTRL", + "ID": 2122479694241392, + "StableID": "nZsQVfwGaH11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "DiscoKey": "discokey:f7adc6acca9e1eb886e2cdb4af91c55d2671134a46f8a8413be98ba11b8a831d", + "Addresses": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "AllowedIPs": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "Endpoints": ["77.164.248.136:45579", "10.65.0.27:45579", "172.17.0.1:45579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38562}, + {"Proto": "peerapi6", "Port": 38562} + ]}, + "Created": "2026-04-09T08:33:24.371165572Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2400155067680815, + "StableID": "nJgPPD13kK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:7054677c25e894909f181abd60b56d7aff9f3c82e054f5476cc61a420856f17e", + "Addresses": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "AllowedIPs": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "Endpoints": ["77.164.248.136:39004", "10.65.0.27:39004", "172.17.0.1:39004"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52506}, + {"Proto": "peerapi6", "Port": 52506} + ]}, + "Created": "2026-04-09T08:33:28.766335259Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2455411264816508, + "StableID": "ny73KSV4BL11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "DiscoKey": "discokey:ead54100c2408c7b90e7f8bf7366e95b9ecc1c8ee014af1f9b9b481be4c7b746", + "Addresses": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "AllowedIPs": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "Endpoints": ["77.164.248.136:58255", "10.65.0.27:58255", "172.17.0.1:58255"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48329}, + {"Proto": "peerapi6", "Port": 48329} + ]}, + "Created": "2026-04-09T08:33:21.691287297Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 2555345305552291, + "StableID": "n4BQH7bKxL11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "DiscoKey": "discokey:aae41348eebda4866b66cbc89e138250a1afead1565ed245549b2e066973ea61", - "Addresses": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "AllowedIPs": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "Endpoints": ["77.164.248.136:51855", "10.65.0.27:51855", "172.17.0.1:51855"], + "Key": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "DiscoKey": "discokey:db66410b332ed132dc6dc7a86f8380d470c771bce3fca5da791ef8f8f906b244", + "Addresses": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "AllowedIPs": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "Endpoints": ["77.164.248.136:56859", "10.65.0.27:56859", "172.17.0.1:56859"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45464}, - {"Proto": "peerapi6", "Port": 45464} + {"Proto": "peerapi4", "Port": 50270}, + {"Proto": "peerapi6", "Port": 50270} ]}, - "Created": "2026-04-09T01:27:19.835502596Z", + "Created": "2026-04-09T08:33:25.467091867Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7003517742455934, - "StableID": "nf9uU3Yugw11CNTRL", + "ID": 2602578302445021, + "StableID": "nxUdUVKiKM11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "DiscoKey": "discokey:e618fc24e87e6fc895b0fbd9e7e2154fe659e038fb80c1465565758c5478ef13", + "Addresses": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "AllowedIPs": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "Endpoints": ["77.164.248.136:55795", "10.65.0.27:55795", "172.17.0.1:55795"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44277}, + {"Proto": "peerapi6", "Port": 44277} + ]}, + "Created": "2026-04-09T08:33:22.207321265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3198719914136151, + "StableID": "n2Q1KzwhyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:1929160a0da35b87c7748f501baa07ac15372f9feec976f5c8db8152b07ef519", + "Addresses": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "AllowedIPs": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "Endpoints": ["77.164.248.136:51870", "10.65.0.27:51870", "172.17.0.1:51870"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37249}, + {"Proto": "peerapi6", "Port": 37249} + ]}, + "Created": "2026-04-09T08:33:28.209322962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3917103005895581, + "StableID": "ncQE9ve4bX11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "DiscoKey": "discokey:51d103671bfeaae05401e626b7d26b08646e372df2fafac11ee623951462bb67", - "Addresses": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "AllowedIPs": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "Endpoints": ["77.164.248.136:46705", "10.65.0.27:46705", "172.17.0.1:46705"], - "HomeDERP": 14, + "Key": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "DiscoKey": "discokey:3a82ba9530fb6d206ced46595b525ec3fa938390668b49c8ced9c10eb2aeee26", + "Addresses": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "AllowedIPs": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "Endpoints": ["77.164.248.136:42880", "10.65.0.27:42880", "172.17.0.1:42880"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45755}, - {"Proto": "peerapi6", "Port": 45755} + {"Proto": "peerapi4", "Port": 62780}, + {"Proto": "peerapi6", "Port": 62780} ]}, - "Created": "2026-04-09T01:27:18.213207824Z", + "Created": "2026-04-09T08:33:23.8379524Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7409645102037256, - "StableID": "n3xhX7pqrz11CNTRL", + "ID": 4180299759475068, + "StableID": "nuPtyPPGeZ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "DiscoKey": "discokey:bdfb1739fca8f28c3417bcb3c283d9061cadf2b75c4aafb0ec337fb6cd82c77c", + "Addresses": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "AllowedIPs": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "Endpoints": ["77.164.248.136:49149", "10.65.0.27:49149", "172.17.0.1:49149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 50503}, + {"Proto": "peerapi6", "Port": 50503} + ]}, + "Created": "2026-04-09T08:33:23.294381587Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4194106099591917, + "StableID": "n8UoyC4XkZ11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "DiscoKey": "discokey:2e814c5b7827e83396d03e19add639aa84f0ccbf022f516692059eacc3222020", + "Addresses": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "AllowedIPs": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "Endpoints": ["77.164.248.136:47762", "10.65.0.27:47762", "172.17.0.1:47762"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 47843}, + {"Proto": "peerapi6", "Port": 47843} + ]}, + "Created": "2026-04-09T08:33:26.0233978Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5464468590394028, + "StableID": "nmP69nKsfj11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:9373032310e008b04f107b76092ffd31b1d6c2c26da4d55d2982d2825d41f615", - "Addresses": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "AllowedIPs": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "KeyExpiry": "2026-10-06T08:33:29Z", + "DiscoKey": "discokey:0e9baef215562ba45bc86bbc55bd25bc2209646021098568f1626a38b695a76f", + "Addresses": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "AllowedIPs": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "Endpoints": ["77.164.248.136:49949", "10.65.0.27:49949", "172.17.0.1:49949"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 58857}, - {"Proto": "peerapi6", "Port": 58857} + {"Proto": "peerapi4", "Port": 62393}, + {"Proto": "peerapi6", "Port": 62393} ]}, - "Created": "2026-04-09T01:27:23.649079832Z", + "Created": "2026-04-09T08:33:29.310646676Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7773854067299409, - "StableID": "n2becvxnh321CNTRL", + "ID": 6070304127782099, + "StableID": "n6iYzZbFQp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "DiscoKey": "discokey:e15619b95bd62a6650a47d848f8b0db39bc57c879978727d19c4d9a2bc71c66f", + "Addresses": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "AllowedIPs": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "Endpoints": ["77.164.248.136:60705", "10.65.0.27:60705", "172.17.0.1:60705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47190}, + {"Proto": "peerapi6", "Port": 47190} + ]}, + "Created": "2026-04-09T08:33:27.144035379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6403775438226907, + "StableID": "nnx5nfKH1s11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "DiscoKey": "discokey:35261d7229312b844b6d45a25dc5594377373fbfc9b00b63cc173c5e07b9f564", - "Addresses": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "AllowedIPs": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "Endpoints": ["77.164.248.136:36347", "10.65.0.27:36347", "172.17.0.1:36347"], + "Key": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "DiscoKey": "discokey:70dcb167784216ca5e47de381204805014383b2cbd26bb7773baed72f5937b10", + "Addresses": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "AllowedIPs": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "Endpoints": ["77.164.248.136:58354", "10.65.0.27:58354", "172.17.0.1:58354"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 33742}, - {"Proto": "peerapi6", "Port": 33742} + {"Proto": "peerapi4", "Port": 36204}, + {"Proto": "peerapi6", "Port": 36204} ]}, - "Created": "2026-04-09T01:27:20.92969065Z", + "Created": "2026-04-09T08:33:26.571633923Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8340961230297693, - "StableID": "nz7Deeud8821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 6733821579299293, + "StableID": "nNuH5K5mau11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "DiscoKey": "discokey:9e27ad7380bf21991a56f3332f37484164bc7bdb04b1f5b194ee2565ff0d3c23", - "Addresses": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "AllowedIPs": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "Endpoints": ["77.164.248.136:56095", "10.65.0.27:56095", "172.17.0.1:56095"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 63359}, - {"Proto": "peerapi6", "Port": 63359} + "Key": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "DiscoKey": "discokey:cd20df613e1392581effb93b3c3ac10a91c8ffc874dbf164e6a5c298ae66d83d", + "Addresses": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "AllowedIPs": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "Endpoints": ["77.164.248.136:51803", "10.65.0.27:51803", "172.17.0.1:51803"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54000}, + {"Proto": "peerapi6", "Port": 54000} ]}, - "Created": "2026-04-09T01:27:18.750831545Z", + "Created": "2026-04-09T08:33:22.755120781Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15040,27 +15060,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4750150265721543": { - "ID": 4750150265721543, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3163709790187867": { + "ID": 3163709790187867, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15091,26 +15113,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 349389268143367, - "StableID": "naiWC6sEj311CNTRL", + "ID": 4194106099591917, + "StableID": "n8UoyC4XkZ11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 349389268143367, - "Key": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "DiscoKey": "discokey:42a85a2facfeb96b3878dce0f54be5c8a10f2d9d1fa4521a94b3a0f45408e904", - "Addresses": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "AllowedIPs": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], + "User": 4194106099591917, + "Key": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "DiscoKey": "discokey:2e814c5b7827e83396d03e19add639aa84f0ccbf022f516692059eacc3222020", + "Addresses": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "AllowedIPs": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "Endpoints": ["77.164.248.136:47762", "10.65.0.27:47762", "172.17.0.1:47762"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 57603}, - {"Proto": "peerapi6", "Port": 57603}, + {"Proto": "peerapi4", "Port": 47843}, + {"Proto": "peerapi6", "Port": 47843}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:27:20.389443289Z", + "Created": "2026-04-09T08:33:26.0233978Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15138,302 +15160,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "MachineKey": "mkey:223eae5ab3373a3df61946325714db6ecd3e456b8db14f4508c66404ab4f8166", + "NodeKey": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "MachineKey": "mkey:ad7ace86a81b59998f8dd079f8e3f8ba205ef186f919e68e03d4f6718562f57c", "Peers": [{ - "ID": 883948346904718, - "StableID": "nXqfUopLu711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "DiscoKey": "discokey:e3a2e1d7a0b80bdc6c40669741fcafbb41c64806a1e630a63dc6759cb6e0397e", - "Addresses": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "AllowedIPs": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "Endpoints": ["77.164.248.136:51368", "10.65.0.27:51368", "172.17.0.1:51368"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55723}, - {"Proto": "peerapi6", "Port": 55723} - ]}, - "Created": "2026-04-09T01:27:21.474949736Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2180115923981143, - "StableID": "nnQGk1xN2J11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "KeyExpiry": "2026-10-06T01:27:22Z", - "DiscoKey": "discokey:84d6977c6ac57f02dcf830bfc654b02b78af51067ab64348588b3852c579e239", - "Addresses": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "AllowedIPs": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "Endpoints": ["77.164.248.136:43221", "10.65.0.27:43221", "172.17.0.1:43221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35874}, - {"Proto": "peerapi6", "Port": 35874} - ]}, - "Created": "2026-04-09T01:27:22.563399877Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3081299434079447, - "StableID": "ncdNaeWX4R11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "DiscoKey": "discokey:171c8e10ed38d82b492ead2faeac5c470a8128c1f56750baebd4f0e42aa18114", - "Addresses": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "AllowedIPs": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "Endpoints": ["77.164.248.136:48906", "10.65.0.27:48906", "172.17.0.1:48906"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58661}, - {"Proto": "peerapi6", "Port": 58661} - ]}, - "Created": "2026-04-09T01:27:17.143349012Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4750150265721543, - "StableID": "nQyfrmPM6e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "DiscoKey": "discokey:21670ec3d46004262d02bb3c64ea45c49cee3b5bad6a43280dc30bd85ef7f403", - "Addresses": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "AllowedIPs": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "Endpoints": ["77.164.248.136:46514", "10.65.0.27:46514", "172.17.0.1:46514"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36656}, - {"Proto": "peerapi6", "Port": 36656} - ]}, - "Created": "2026-04-09T01:27:19.305255984Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4996718533220109, - "StableID": "nkrfKjK22g11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "DiscoKey": "discokey:eb6ec19f51d165b3464892c11540c2366f5c7bf32f73907a409a7cbe9c10fb30", - "Addresses": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "AllowedIPs": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "Endpoints": ["77.164.248.136:47005", "10.65.0.27:47005", "172.17.0.1:47005"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56059}, - {"Proto": "peerapi6", "Port": 56059} - ]}, - "Created": "2026-04-09T01:27:17.680352803Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5785767309172125, - "StableID": "nkrZgBJPBn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "DiscoKey": "discokey:cdcf88e46924b9eeeb737e6548c9828e5b3a2ab6bffe31a1e97325dff658fc10", - "Addresses": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "AllowedIPs": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "Endpoints": ["77.164.248.136:49746", "10.65.0.27:49746", "172.17.0.1:49746"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 45376}, - {"Proto": "peerapi6", "Port": 45376} - ]}, - "Created": "2026-04-09T01:27:16.061001946Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6099780538683980, - "StableID": "n17DVhtbdp11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "DiscoKey": "discokey:c737d4ea18b196d3b51c689fd350b001afeb14e2b0c0856053d8bdab69b84944", - "Addresses": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "AllowedIPs": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "Endpoints": ["77.164.248.136:48180", "10.65.0.27:48180", "172.17.0.1:48180"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33948}, - {"Proto": "peerapi6", "Port": 33948} - ]}, - "Created": "2026-04-09T01:27:16.599856359Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6163670442175527, - "StableID": "n6LgUuAY8q11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:0b1cc7ab09b299e7cabc86f6c4eb405dfaa5ab19d4b242221ed3060e73e2ad7c", - "Addresses": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "AllowedIPs": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "Endpoints": ["77.164.248.136:53095", "10.65.0.27:53095", "172.17.0.1:53095"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59836}, - {"Proto": "peerapi6", "Port": 59836} - ]}, - "Created": "2026-04-09T01:27:23.108861348Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6806375522347140, - "StableID": "nTcAaiwc9v11CNTRL", + "ID": 1939961267320799, + "StableID": "nAtF7bVc9G11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "DiscoKey": "discokey:3f0a61edbf8c3b77f33d16f3f1ab8f72de5564dd958c462b3c9e7540c96e5717", - "Addresses": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "AllowedIPs": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "Endpoints": ["77.164.248.136:47307", "10.65.0.27:47307", "172.17.0.1:47307"], + "Key": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "DiscoKey": "discokey:bd10ca81d40c749b0295d90f7a88c426f0c37b7cc4e69a8fce4442797f076b50", + "Addresses": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "AllowedIPs": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "Endpoints": ["77.164.248.136:37970", "10.65.0.27:37970", "172.17.0.1:37970"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54627}, - {"Proto": "peerapi6", "Port": 54627} + {"Proto": "peerapi4", "Port": 41600}, + {"Proto": "peerapi6", "Port": 41600} ]}, - "Created": "2026-04-09T01:27:22.012370902Z", + "Created": "2026-04-09T08:33:27.674470889Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6887372783876569, - "StableID": "nY6FD3cJnv11CNTRL", + "ID": 2122479694241392, + "StableID": "nZsQVfwGaH11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "DiscoKey": "discokey:f7adc6acca9e1eb886e2cdb4af91c55d2671134a46f8a8413be98ba11b8a831d", + "Addresses": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "AllowedIPs": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "Endpoints": ["77.164.248.136:45579", "10.65.0.27:45579", "172.17.0.1:45579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38562}, + {"Proto": "peerapi6", "Port": 38562} + ]}, + "Created": "2026-04-09T08:33:24.371165572Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2400155067680815, + "StableID": "nJgPPD13kK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:7054677c25e894909f181abd60b56d7aff9f3c82e054f5476cc61a420856f17e", + "Addresses": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "AllowedIPs": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "Endpoints": ["77.164.248.136:39004", "10.65.0.27:39004", "172.17.0.1:39004"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52506}, + {"Proto": "peerapi6", "Port": 52506} + ]}, + "Created": "2026-04-09T08:33:28.766335259Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2455411264816508, + "StableID": "ny73KSV4BL11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "DiscoKey": "discokey:ead54100c2408c7b90e7f8bf7366e95b9ecc1c8ee014af1f9b9b481be4c7b746", + "Addresses": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "AllowedIPs": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "Endpoints": ["77.164.248.136:58255", "10.65.0.27:58255", "172.17.0.1:58255"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48329}, + {"Proto": "peerapi6", "Port": 48329} + ]}, + "Created": "2026-04-09T08:33:21.691287297Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 2555345305552291, + "StableID": "n4BQH7bKxL11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "DiscoKey": "discokey:aae41348eebda4866b66cbc89e138250a1afead1565ed245549b2e066973ea61", - "Addresses": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "AllowedIPs": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "Endpoints": ["77.164.248.136:51855", "10.65.0.27:51855", "172.17.0.1:51855"], + "Key": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "DiscoKey": "discokey:db66410b332ed132dc6dc7a86f8380d470c771bce3fca5da791ef8f8f906b244", + "Addresses": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "AllowedIPs": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "Endpoints": ["77.164.248.136:56859", "10.65.0.27:56859", "172.17.0.1:56859"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45464}, - {"Proto": "peerapi6", "Port": 45464} + {"Proto": "peerapi4", "Port": 50270}, + {"Proto": "peerapi6", "Port": 50270} ]}, - "Created": "2026-04-09T01:27:19.835502596Z", + "Created": "2026-04-09T08:33:25.467091867Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7003517742455934, - "StableID": "nf9uU3Yugw11CNTRL", + "ID": 2602578302445021, + "StableID": "nxUdUVKiKM11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "DiscoKey": "discokey:e618fc24e87e6fc895b0fbd9e7e2154fe659e038fb80c1465565758c5478ef13", + "Addresses": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "AllowedIPs": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "Endpoints": ["77.164.248.136:55795", "10.65.0.27:55795", "172.17.0.1:55795"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44277}, + {"Proto": "peerapi6", "Port": 44277} + ]}, + "Created": "2026-04-09T08:33:22.207321265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3163709790187867, + "StableID": "nUyXYuHrhR11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "DiscoKey": "discokey:7d8871a244eb1328d50521518e9e11a5b062e12b2d94fa74c497053785b41c24", + "Addresses": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "AllowedIPs": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "Endpoints": ["77.164.248.136:43682", "10.65.0.27:43682", "172.17.0.1:43682"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 59418}, + {"Proto": "peerapi6", "Port": 59418} + ]}, + "Created": "2026-04-09T08:33:24.916725629Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3198719914136151, + "StableID": "n2Q1KzwhyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:1929160a0da35b87c7748f501baa07ac15372f9feec976f5c8db8152b07ef519", + "Addresses": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "AllowedIPs": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "Endpoints": ["77.164.248.136:51870", "10.65.0.27:51870", "172.17.0.1:51870"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37249}, + {"Proto": "peerapi6", "Port": 37249} + ]}, + "Created": "2026-04-09T08:33:28.209322962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3917103005895581, + "StableID": "ncQE9ve4bX11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "DiscoKey": "discokey:51d103671bfeaae05401e626b7d26b08646e372df2fafac11ee623951462bb67", - "Addresses": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "AllowedIPs": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "Endpoints": ["77.164.248.136:46705", "10.65.0.27:46705", "172.17.0.1:46705"], - "HomeDERP": 14, + "Key": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "DiscoKey": "discokey:3a82ba9530fb6d206ced46595b525ec3fa938390668b49c8ced9c10eb2aeee26", + "Addresses": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "AllowedIPs": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "Endpoints": ["77.164.248.136:42880", "10.65.0.27:42880", "172.17.0.1:42880"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45755}, - {"Proto": "peerapi6", "Port": 45755} + {"Proto": "peerapi4", "Port": 62780}, + {"Proto": "peerapi6", "Port": 62780} ]}, - "Created": "2026-04-09T01:27:18.213207824Z", + "Created": "2026-04-09T08:33:23.8379524Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7409645102037256, - "StableID": "n3xhX7pqrz11CNTRL", + "ID": 4180299759475068, + "StableID": "nuPtyPPGeZ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "DiscoKey": "discokey:bdfb1739fca8f28c3417bcb3c283d9061cadf2b75c4aafb0ec337fb6cd82c77c", + "Addresses": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "AllowedIPs": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "Endpoints": ["77.164.248.136:49149", "10.65.0.27:49149", "172.17.0.1:49149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 50503}, + {"Proto": "peerapi6", "Port": 50503} + ]}, + "Created": "2026-04-09T08:33:23.294381587Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5464468590394028, + "StableID": "nmP69nKsfj11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:9373032310e008b04f107b76092ffd31b1d6c2c26da4d55d2982d2825d41f615", - "Addresses": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "AllowedIPs": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "KeyExpiry": "2026-10-06T08:33:29Z", + "DiscoKey": "discokey:0e9baef215562ba45bc86bbc55bd25bc2209646021098568f1626a38b695a76f", + "Addresses": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "AllowedIPs": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "Endpoints": ["77.164.248.136:49949", "10.65.0.27:49949", "172.17.0.1:49949"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 58857}, - {"Proto": "peerapi6", "Port": 58857} + {"Proto": "peerapi4", "Port": 62393}, + {"Proto": "peerapi6", "Port": 62393} ]}, - "Created": "2026-04-09T01:27:23.649079832Z", + "Created": "2026-04-09T08:33:29.310646676Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7773854067299409, - "StableID": "n2becvxnh321CNTRL", + "ID": 6070304127782099, + "StableID": "n6iYzZbFQp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "DiscoKey": "discokey:e15619b95bd62a6650a47d848f8b0db39bc57c879978727d19c4d9a2bc71c66f", + "Addresses": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "AllowedIPs": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "Endpoints": ["77.164.248.136:60705", "10.65.0.27:60705", "172.17.0.1:60705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47190}, + {"Proto": "peerapi6", "Port": 47190} + ]}, + "Created": "2026-04-09T08:33:27.144035379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6403775438226907, + "StableID": "nnx5nfKH1s11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "DiscoKey": "discokey:35261d7229312b844b6d45a25dc5594377373fbfc9b00b63cc173c5e07b9f564", - "Addresses": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "AllowedIPs": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "Endpoints": ["77.164.248.136:36347", "10.65.0.27:36347", "172.17.0.1:36347"], + "Key": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "DiscoKey": "discokey:70dcb167784216ca5e47de381204805014383b2cbd26bb7773baed72f5937b10", + "Addresses": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "AllowedIPs": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "Endpoints": ["77.164.248.136:58354", "10.65.0.27:58354", "172.17.0.1:58354"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 33742}, - {"Proto": "peerapi6", "Port": 33742} + {"Proto": "peerapi4", "Port": 36204}, + {"Proto": "peerapi6", "Port": 36204} ]}, - "Created": "2026-04-09T01:27:20.92969065Z", + "Created": "2026-04-09T08:33:26.571633923Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8340961230297693, - "StableID": "nz7Deeud8821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 6733821579299293, + "StableID": "nNuH5K5mau11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "DiscoKey": "discokey:9e27ad7380bf21991a56f3332f37484164bc7bdb04b1f5b194ee2565ff0d3c23", - "Addresses": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "AllowedIPs": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "Endpoints": ["77.164.248.136:56095", "10.65.0.27:56095", "172.17.0.1:56095"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 63359}, - {"Proto": "peerapi6", "Port": 63359} + "Key": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "DiscoKey": "discokey:cd20df613e1392581effb93b3c3ac10a91c8ffc874dbf164e6a5c298ae66d83d", + "Addresses": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "AllowedIPs": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "Endpoints": ["77.164.248.136:51803", "10.65.0.27:51803", "172.17.0.1:51803"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54000}, + {"Proto": "peerapi6", "Port": 54000} ]}, - "Created": "2026-04-09T01:27:18.750831545Z", + "Created": "2026-04-09T08:33:22.755120781Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16281,27 +16303,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "349389268143367": { - "ID": 349389268143367, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4194106099591917": { + "ID": 4194106099591917, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16332,22 +16356,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6163670442175527, - "StableID": "n6LgUuAY8q11CNTRL", + "ID": 2400155067680815, + "StableID": "nJgPPD13kK11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:0b1cc7ab09b299e7cabc86f6c4eb405dfaa5ab19d4b242221ed3060e73e2ad7c", - "Addresses": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "AllowedIPs": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "Endpoints": ["77.164.248.136:53095", "10.65.0.27:53095", "172.17.0.1:53095"], + "Key": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:7054677c25e894909f181abd60b56d7aff9f3c82e054f5476cc61a420856f17e", + "Addresses": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "AllowedIPs": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "Endpoints": ["77.164.248.136:39004", "10.65.0.27:39004", "172.17.0.1:39004"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59836}, - {"Proto": "peerapi6", "Port": 59836}, + {"Proto": "peerapi4", "Port": 52506}, + {"Proto": "peerapi6", "Port": 52506}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:23.108861348Z", + "Created": "2026-04-09T08:33:28.766335259Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16374,300 +16398,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "MachineKey": "mkey:3b42ec98aed25e6e01c4e5b9289a59ea6588dfdfe6d17f2a46f80e124d3eac5c", + "NodeKey": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "MachineKey": "mkey:0e4da79e70d65746e3a42e9f36419dcee02e172b0d25e23d25e0262eaa85c50d", "Peers": [{ - "ID": 349389268143367, - "StableID": "naiWC6sEj311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "DiscoKey": "discokey:42a85a2facfeb96b3878dce0f54be5c8a10f2d9d1fa4521a94b3a0f45408e904", - "Addresses": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "AllowedIPs": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57603}, - {"Proto": "peerapi6", "Port": 57603} - ]}, - "Created": "2026-04-09T01:27:20.389443289Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 883948346904718, - "StableID": "nXqfUopLu711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "DiscoKey": "discokey:e3a2e1d7a0b80bdc6c40669741fcafbb41c64806a1e630a63dc6759cb6e0397e", - "Addresses": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "AllowedIPs": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "Endpoints": ["77.164.248.136:51368", "10.65.0.27:51368", "172.17.0.1:51368"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55723}, - {"Proto": "peerapi6", "Port": 55723} - ]}, - "Created": "2026-04-09T01:27:21.474949736Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2180115923981143, - "StableID": "nnQGk1xN2J11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "KeyExpiry": "2026-10-06T01:27:22Z", - "DiscoKey": "discokey:84d6977c6ac57f02dcf830bfc654b02b78af51067ab64348588b3852c579e239", - "Addresses": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "AllowedIPs": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "Endpoints": ["77.164.248.136:43221", "10.65.0.27:43221", "172.17.0.1:43221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35874}, - {"Proto": "peerapi6", "Port": 35874} - ]}, - "Created": "2026-04-09T01:27:22.563399877Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3081299434079447, - "StableID": "ncdNaeWX4R11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "DiscoKey": "discokey:171c8e10ed38d82b492ead2faeac5c470a8128c1f56750baebd4f0e42aa18114", - "Addresses": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "AllowedIPs": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "Endpoints": ["77.164.248.136:48906", "10.65.0.27:48906", "172.17.0.1:48906"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58661}, - {"Proto": "peerapi6", "Port": 58661} - ]}, - "Created": "2026-04-09T01:27:17.143349012Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4750150265721543, - "StableID": "nQyfrmPM6e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "DiscoKey": "discokey:21670ec3d46004262d02bb3c64ea45c49cee3b5bad6a43280dc30bd85ef7f403", - "Addresses": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "AllowedIPs": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "Endpoints": ["77.164.248.136:46514", "10.65.0.27:46514", "172.17.0.1:46514"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36656}, - {"Proto": "peerapi6", "Port": 36656} - ]}, - "Created": "2026-04-09T01:27:19.305255984Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4996718533220109, - "StableID": "nkrfKjK22g11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "DiscoKey": "discokey:eb6ec19f51d165b3464892c11540c2366f5c7bf32f73907a409a7cbe9c10fb30", - "Addresses": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "AllowedIPs": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "Endpoints": ["77.164.248.136:47005", "10.65.0.27:47005", "172.17.0.1:47005"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56059}, - {"Proto": "peerapi6", "Port": 56059} - ]}, - "Created": "2026-04-09T01:27:17.680352803Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5785767309172125, - "StableID": "nkrZgBJPBn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "DiscoKey": "discokey:cdcf88e46924b9eeeb737e6548c9828e5b3a2ab6bffe31a1e97325dff658fc10", - "Addresses": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "AllowedIPs": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "Endpoints": ["77.164.248.136:49746", "10.65.0.27:49746", "172.17.0.1:49746"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 45376}, - {"Proto": "peerapi6", "Port": 45376} - ]}, - "Created": "2026-04-09T01:27:16.061001946Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6099780538683980, - "StableID": "n17DVhtbdp11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "DiscoKey": "discokey:c737d4ea18b196d3b51c689fd350b001afeb14e2b0c0856053d8bdab69b84944", - "Addresses": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "AllowedIPs": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "Endpoints": ["77.164.248.136:48180", "10.65.0.27:48180", "172.17.0.1:48180"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33948}, - {"Proto": "peerapi6", "Port": 33948} - ]}, - "Created": "2026-04-09T01:27:16.599856359Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6806375522347140, - "StableID": "nTcAaiwc9v11CNTRL", + "ID": 1939961267320799, + "StableID": "nAtF7bVc9G11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "DiscoKey": "discokey:3f0a61edbf8c3b77f33d16f3f1ab8f72de5564dd958c462b3c9e7540c96e5717", - "Addresses": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "AllowedIPs": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "Endpoints": ["77.164.248.136:47307", "10.65.0.27:47307", "172.17.0.1:47307"], + "Key": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "DiscoKey": "discokey:bd10ca81d40c749b0295d90f7a88c426f0c37b7cc4e69a8fce4442797f076b50", + "Addresses": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "AllowedIPs": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "Endpoints": ["77.164.248.136:37970", "10.65.0.27:37970", "172.17.0.1:37970"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54627}, - {"Proto": "peerapi6", "Port": 54627} + {"Proto": "peerapi4", "Port": 41600}, + {"Proto": "peerapi6", "Port": 41600} ]}, - "Created": "2026-04-09T01:27:22.012370902Z", + "Created": "2026-04-09T08:33:27.674470889Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6887372783876569, - "StableID": "nY6FD3cJnv11CNTRL", + "ID": 2122479694241392, + "StableID": "nZsQVfwGaH11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "DiscoKey": "discokey:f7adc6acca9e1eb886e2cdb4af91c55d2671134a46f8a8413be98ba11b8a831d", + "Addresses": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "AllowedIPs": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "Endpoints": ["77.164.248.136:45579", "10.65.0.27:45579", "172.17.0.1:45579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38562}, + {"Proto": "peerapi6", "Port": 38562} + ]}, + "Created": "2026-04-09T08:33:24.371165572Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2455411264816508, + "StableID": "ny73KSV4BL11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "DiscoKey": "discokey:ead54100c2408c7b90e7f8bf7366e95b9ecc1c8ee014af1f9b9b481be4c7b746", + "Addresses": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "AllowedIPs": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "Endpoints": ["77.164.248.136:58255", "10.65.0.27:58255", "172.17.0.1:58255"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48329}, + {"Proto": "peerapi6", "Port": 48329} + ]}, + "Created": "2026-04-09T08:33:21.691287297Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 2555345305552291, + "StableID": "n4BQH7bKxL11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "DiscoKey": "discokey:aae41348eebda4866b66cbc89e138250a1afead1565ed245549b2e066973ea61", - "Addresses": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "AllowedIPs": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "Endpoints": ["77.164.248.136:51855", "10.65.0.27:51855", "172.17.0.1:51855"], + "Key": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "DiscoKey": "discokey:db66410b332ed132dc6dc7a86f8380d470c771bce3fca5da791ef8f8f906b244", + "Addresses": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "AllowedIPs": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "Endpoints": ["77.164.248.136:56859", "10.65.0.27:56859", "172.17.0.1:56859"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45464}, - {"Proto": "peerapi6", "Port": 45464} + {"Proto": "peerapi4", "Port": 50270}, + {"Proto": "peerapi6", "Port": 50270} ]}, - "Created": "2026-04-09T01:27:19.835502596Z", + "Created": "2026-04-09T08:33:25.467091867Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7003517742455934, - "StableID": "nf9uU3Yugw11CNTRL", + "ID": 2602578302445021, + "StableID": "nxUdUVKiKM11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "DiscoKey": "discokey:e618fc24e87e6fc895b0fbd9e7e2154fe659e038fb80c1465565758c5478ef13", + "Addresses": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "AllowedIPs": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "Endpoints": ["77.164.248.136:55795", "10.65.0.27:55795", "172.17.0.1:55795"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44277}, + {"Proto": "peerapi6", "Port": 44277} + ]}, + "Created": "2026-04-09T08:33:22.207321265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3163709790187867, + "StableID": "nUyXYuHrhR11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "DiscoKey": "discokey:7d8871a244eb1328d50521518e9e11a5b062e12b2d94fa74c497053785b41c24", + "Addresses": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "AllowedIPs": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "Endpoints": ["77.164.248.136:43682", "10.65.0.27:43682", "172.17.0.1:43682"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 59418}, + {"Proto": "peerapi6", "Port": 59418} + ]}, + "Created": "2026-04-09T08:33:24.916725629Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3198719914136151, + "StableID": "n2Q1KzwhyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:1929160a0da35b87c7748f501baa07ac15372f9feec976f5c8db8152b07ef519", + "Addresses": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "AllowedIPs": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "Endpoints": ["77.164.248.136:51870", "10.65.0.27:51870", "172.17.0.1:51870"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37249}, + {"Proto": "peerapi6", "Port": 37249} + ]}, + "Created": "2026-04-09T08:33:28.209322962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3917103005895581, + "StableID": "ncQE9ve4bX11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "DiscoKey": "discokey:51d103671bfeaae05401e626b7d26b08646e372df2fafac11ee623951462bb67", - "Addresses": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "AllowedIPs": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "Endpoints": ["77.164.248.136:46705", "10.65.0.27:46705", "172.17.0.1:46705"], - "HomeDERP": 14, + "Key": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "DiscoKey": "discokey:3a82ba9530fb6d206ced46595b525ec3fa938390668b49c8ced9c10eb2aeee26", + "Addresses": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "AllowedIPs": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "Endpoints": ["77.164.248.136:42880", "10.65.0.27:42880", "172.17.0.1:42880"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45755}, - {"Proto": "peerapi6", "Port": 45755} + {"Proto": "peerapi4", "Port": 62780}, + {"Proto": "peerapi6", "Port": 62780} ]}, - "Created": "2026-04-09T01:27:18.213207824Z", + "Created": "2026-04-09T08:33:23.8379524Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7409645102037256, - "StableID": "n3xhX7pqrz11CNTRL", + "ID": 4180299759475068, + "StableID": "nuPtyPPGeZ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "DiscoKey": "discokey:bdfb1739fca8f28c3417bcb3c283d9061cadf2b75c4aafb0ec337fb6cd82c77c", + "Addresses": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "AllowedIPs": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "Endpoints": ["77.164.248.136:49149", "10.65.0.27:49149", "172.17.0.1:49149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 50503}, + {"Proto": "peerapi6", "Port": 50503} + ]}, + "Created": "2026-04-09T08:33:23.294381587Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4194106099591917, + "StableID": "n8UoyC4XkZ11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "DiscoKey": "discokey:2e814c5b7827e83396d03e19add639aa84f0ccbf022f516692059eacc3222020", + "Addresses": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "AllowedIPs": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "Endpoints": ["77.164.248.136:47762", "10.65.0.27:47762", "172.17.0.1:47762"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 47843}, + {"Proto": "peerapi6", "Port": 47843} + ]}, + "Created": "2026-04-09T08:33:26.0233978Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5464468590394028, + "StableID": "nmP69nKsfj11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:9373032310e008b04f107b76092ffd31b1d6c2c26da4d55d2982d2825d41f615", - "Addresses": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "AllowedIPs": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], + "Key": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "KeyExpiry": "2026-10-06T08:33:29Z", + "DiscoKey": "discokey:0e9baef215562ba45bc86bbc55bd25bc2209646021098568f1626a38b695a76f", + "Addresses": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "AllowedIPs": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 58857}, - {"Proto": "peerapi6", "Port": 58857} + {"Proto": "peerapi4", "Port": 62393}, + {"Proto": "peerapi6", "Port": 62393} ]}, - "Created": "2026-04-09T01:27:23.649079832Z", + "Created": "2026-04-09T08:33:29.310646676Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7773854067299409, - "StableID": "n2becvxnh321CNTRL", + "ID": 6070304127782099, + "StableID": "n6iYzZbFQp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "DiscoKey": "discokey:e15619b95bd62a6650a47d848f8b0db39bc57c879978727d19c4d9a2bc71c66f", + "Addresses": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "AllowedIPs": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "Endpoints": ["77.164.248.136:60705", "10.65.0.27:60705", "172.17.0.1:60705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47190}, + {"Proto": "peerapi6", "Port": 47190} + ]}, + "Created": "2026-04-09T08:33:27.144035379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6403775438226907, + "StableID": "nnx5nfKH1s11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "DiscoKey": "discokey:35261d7229312b844b6d45a25dc5594377373fbfc9b00b63cc173c5e07b9f564", - "Addresses": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "AllowedIPs": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "Endpoints": ["77.164.248.136:36347", "10.65.0.27:36347", "172.17.0.1:36347"], + "Key": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "DiscoKey": "discokey:70dcb167784216ca5e47de381204805014383b2cbd26bb7773baed72f5937b10", + "Addresses": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "AllowedIPs": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "Endpoints": ["77.164.248.136:58354", "10.65.0.27:58354", "172.17.0.1:58354"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 33742}, - {"Proto": "peerapi6", "Port": 33742} + {"Proto": "peerapi4", "Port": 36204}, + {"Proto": "peerapi6", "Port": 36204} ]}, - "Created": "2026-04-09T01:27:20.92969065Z", + "Created": "2026-04-09T08:33:26.571633923Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8340961230297693, - "StableID": "nz7Deeud8821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 6733821579299293, + "StableID": "nNuH5K5mau11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "DiscoKey": "discokey:9e27ad7380bf21991a56f3332f37484164bc7bdb04b1f5b194ee2565ff0d3c23", - "Addresses": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "AllowedIPs": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "Endpoints": ["77.164.248.136:56095", "10.65.0.27:56095", "172.17.0.1:56095"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 63359}, - {"Proto": "peerapi6", "Port": 63359} + "Key": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "DiscoKey": "discokey:cd20df613e1392581effb93b3c3ac10a91c8ffc874dbf164e6a5c298ae66d83d", + "Addresses": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "AllowedIPs": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "Endpoints": ["77.164.248.136:51803", "10.65.0.27:51803", "172.17.0.1:51803"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54000}, + {"Proto": "peerapi6", "Port": 54000} ]}, - "Created": "2026-04-09T01:27:18.750831545Z", + "Created": "2026-04-09T08:33:22.755120781Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17515,23 +17539,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17562,21 +17587,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7773854067299409, - "StableID": "n2becvxnh321CNTRL", + "ID": 6403775438226907, + "StableID": "nnx5nfKH1s11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 7773854067299409, - "Key": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "DiscoKey": "discokey:35261d7229312b844b6d45a25dc5594377373fbfc9b00b63cc173c5e07b9f564", - "Addresses": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "AllowedIPs": ["100.89.154.108/32", "fd7a:115c:a1e0::b237:9a6c/128"], - "Endpoints": ["77.164.248.136:36347", "10.65.0.27:36347", "172.17.0.1:36347"], + "User": 6403775438226907, + "Key": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "DiscoKey": "discokey:70dcb167784216ca5e47de381204805014383b2cbd26bb7773baed72f5937b10", + "Addresses": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "AllowedIPs": ["100.127.136.89/32", "fd7a:115c:a1e0::4437:8859/128"], + "Endpoints": ["77.164.248.136:58354", "10.65.0.27:58354", "172.17.0.1:58354"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 33742}, - {"Proto": "peerapi6", "Port": 33742}, + {"Proto": "peerapi4", "Port": 36204}, + {"Proto": "peerapi6", "Port": 36204}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:20.92969065Z", + "Created": "2026-04-09T08:33:26.571633923Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17604,300 +17629,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2824bac974e325ca9f7f7ecfd14997b244ed908b37bd1491faa1ebaeb2d99a6b", - "MachineKey": "mkey:fc86a189b83ce306f20a1fb0c6be7840183a6736cb844177bf2c48926baf663d", + "NodeKey": "nodekey:532db780614c2f7fd21520328279061c098fd25d8f0218f8c5126813443f8858", + "MachineKey": "mkey:274a3b791f8b895b6f06a93da4cd17afacafcdd52b5fdfab263e9356cb9d1f78", "Peers": [{ - "ID": 349389268143367, - "StableID": "naiWC6sEj311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2d69924abd8f6a3c8bca2243cab5a83d94974296f8056a153abcc4c0f694262e", - "DiscoKey": "discokey:42a85a2facfeb96b3878dce0f54be5c8a10f2d9d1fa4521a94b3a0f45408e904", - "Addresses": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "AllowedIPs": ["100.84.38.47/32", "fd7a:115c:a1e0::f637:262f/128"], - "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57603}, - {"Proto": "peerapi6", "Port": 57603} - ]}, - "Created": "2026-04-09T01:27:20.389443289Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 883948346904718, - "StableID": "nXqfUopLu711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ccc4e02057d5007e152fb72d220550cbcef6bcc3daa2e1f339aa26e51f920c26", - "DiscoKey": "discokey:e3a2e1d7a0b80bdc6c40669741fcafbb41c64806a1e630a63dc6759cb6e0397e", - "Addresses": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "AllowedIPs": ["100.82.12.39/32", "fd7a:115c:a1e0::1f37:c27/128"], - "Endpoints": ["77.164.248.136:51368", "10.65.0.27:51368", "172.17.0.1:51368"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55723}, - {"Proto": "peerapi6", "Port": 55723} - ]}, - "Created": "2026-04-09T01:27:21.474949736Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2180115923981143, - "StableID": "nnQGk1xN2J11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:04a80b85f28ffd411842d5ce0d20e1b2682c203f49d4caef2c7b5969cbcc1c6e", - "KeyExpiry": "2026-10-06T01:27:22Z", - "DiscoKey": "discokey:84d6977c6ac57f02dcf830bfc654b02b78af51067ab64348588b3852c579e239", - "Addresses": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "AllowedIPs": ["100.76.28.111/32", "fd7a:115c:a1e0::cb37:1c6f/128"], - "Endpoints": ["77.164.248.136:43221", "10.65.0.27:43221", "172.17.0.1:43221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35874}, - {"Proto": "peerapi6", "Port": 35874} - ]}, - "Created": "2026-04-09T01:27:22.563399877Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3081299434079447, - "StableID": "ncdNaeWX4R11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24daf6cba16c9a0cac40969ffb681823ce105ce847f0688a1926c823e58e7a7c", - "DiscoKey": "discokey:171c8e10ed38d82b492ead2faeac5c470a8128c1f56750baebd4f0e42aa18114", - "Addresses": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "AllowedIPs": ["100.78.122.125/32", "fd7a:115c:a1e0::e537:7a7d/128"], - "Endpoints": ["77.164.248.136:48906", "10.65.0.27:48906", "172.17.0.1:48906"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58661}, - {"Proto": "peerapi6", "Port": 58661} - ]}, - "Created": "2026-04-09T01:27:17.143349012Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4750150265721543, - "StableID": "nQyfrmPM6e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58a96112969777008fd7ed57541c61d7fdd50fb7b39ae44cb9f9f6d67e1acd24", - "DiscoKey": "discokey:21670ec3d46004262d02bb3c64ea45c49cee3b5bad6a43280dc30bd85ef7f403", - "Addresses": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "AllowedIPs": ["100.90.205.37/32", "fd7a:115c:a1e0::7e37:cd25/128"], - "Endpoints": ["77.164.248.136:46514", "10.65.0.27:46514", "172.17.0.1:46514"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36656}, - {"Proto": "peerapi6", "Port": 36656} - ]}, - "Created": "2026-04-09T01:27:19.305255984Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4996718533220109, - "StableID": "nkrfKjK22g11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea124bfc8f12dff9933731c40110c59ab340e5bf46cda773a3c20de9fca39b63", - "DiscoKey": "discokey:eb6ec19f51d165b3464892c11540c2366f5c7bf32f73907a409a7cbe9c10fb30", - "Addresses": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "AllowedIPs": ["100.99.155.100/32", "fd7a:115c:a1e0::fc37:9b64/128"], - "Endpoints": ["77.164.248.136:47005", "10.65.0.27:47005", "172.17.0.1:47005"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56059}, - {"Proto": "peerapi6", "Port": 56059} - ]}, - "Created": "2026-04-09T01:27:17.680352803Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5785767309172125, - "StableID": "nkrZgBJPBn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8ea1349e8e324b746b2e8c72abfbe6b66d456a76c0c70547280d25c3d06a7c20", - "DiscoKey": "discokey:cdcf88e46924b9eeeb737e6548c9828e5b3a2ab6bffe31a1e97325dff658fc10", - "Addresses": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "AllowedIPs": ["100.106.124.33/32", "fd7a:115c:a1e0::d037:7c21/128"], - "Endpoints": ["77.164.248.136:49746", "10.65.0.27:49746", "172.17.0.1:49746"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 45376}, - {"Proto": "peerapi6", "Port": 45376} - ]}, - "Created": "2026-04-09T01:27:16.061001946Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6099780538683980, - "StableID": "n17DVhtbdp11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6c6a6603125e35660eb21c659a43c06c755cd7a95b9dd8dddb4fd3e03e717751", - "DiscoKey": "discokey:c737d4ea18b196d3b51c689fd350b001afeb14e2b0c0856053d8bdab69b84944", - "Addresses": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "AllowedIPs": ["100.113.119.82/32", "fd7a:115c:a1e0::3e37:7752/128"], - "Endpoints": ["77.164.248.136:48180", "10.65.0.27:48180", "172.17.0.1:48180"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33948}, - {"Proto": "peerapi6", "Port": 33948} - ]}, - "Created": "2026-04-09T01:27:16.599856359Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6163670442175527, - "StableID": "n6LgUuAY8q11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:86165cdfbe7fdb982338a3dca3d83a8807153b1451a5761580eed8d6ea7b087b", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:0b1cc7ab09b299e7cabc86f6c4eb405dfaa5ab19d4b242221ed3060e73e2ad7c", - "Addresses": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "AllowedIPs": ["100.123.8.124/32", "fd7a:115c:a1e0::ea37:87c/128"], - "Endpoints": ["77.164.248.136:53095", "10.65.0.27:53095", "172.17.0.1:53095"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59836}, - {"Proto": "peerapi6", "Port": 59836} - ]}, - "Created": "2026-04-09T01:27:23.108861348Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6806375522347140, - "StableID": "nTcAaiwc9v11CNTRL", + "ID": 1939961267320799, + "StableID": "nAtF7bVc9G11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c79eae94588693f1a9d5e69b4546b19f58a9a31b5794d0f85e57fc26f888a1f", - "DiscoKey": "discokey:3f0a61edbf8c3b77f33d16f3f1ab8f72de5564dd958c462b3c9e7540c96e5717", - "Addresses": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "AllowedIPs": ["100.72.138.32/32", "fd7a:115c:a1e0::6f37:8a21/128"], - "Endpoints": ["77.164.248.136:47307", "10.65.0.27:47307", "172.17.0.1:47307"], + "Key": "nodekey:c3afe3628f10288b5614e9b8e8581d8e0bb7bd069b92bae7d35ca38775162e41", + "DiscoKey": "discokey:bd10ca81d40c749b0295d90f7a88c426f0c37b7cc4e69a8fce4442797f076b50", + "Addresses": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "AllowedIPs": ["100.86.46.66/32", "fd7a:115c:a1e0::7537:2e42/128"], + "Endpoints": ["77.164.248.136:37970", "10.65.0.27:37970", "172.17.0.1:37970"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 54627}, - {"Proto": "peerapi6", "Port": 54627} + {"Proto": "peerapi4", "Port": 41600}, + {"Proto": "peerapi6", "Port": 41600} ]}, - "Created": "2026-04-09T01:27:22.012370902Z", + "Created": "2026-04-09T08:33:27.674470889Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6887372783876569, - "StableID": "nY6FD3cJnv11CNTRL", + "ID": 2122479694241392, + "StableID": "nZsQVfwGaH11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0d9d00d92628233a18d70a234173389c12cc7177dfd281583a0c65434ac73755", + "DiscoKey": "discokey:f7adc6acca9e1eb886e2cdb4af91c55d2671134a46f8a8413be98ba11b8a831d", + "Addresses": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "AllowedIPs": ["100.71.55.86/32", "fd7a:115c:a1e0::4a37:3756/128"], + "Endpoints": ["77.164.248.136:45579", "10.65.0.27:45579", "172.17.0.1:45579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38562}, + {"Proto": "peerapi6", "Port": 38562} + ]}, + "Created": "2026-04-09T08:33:24.371165572Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2400155067680815, + "StableID": "nJgPPD13kK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:901337fb133c76ec1afd8f9ceb8d8f6dc4803b27304044f6ee147469c10f4a19", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:7054677c25e894909f181abd60b56d7aff9f3c82e054f5476cc61a420856f17e", + "Addresses": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "AllowedIPs": ["100.79.74.26/32", "fd7a:115c:a1e0::c137:4a1b/128"], + "Endpoints": ["77.164.248.136:39004", "10.65.0.27:39004", "172.17.0.1:39004"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52506}, + {"Proto": "peerapi6", "Port": 52506} + ]}, + "Created": "2026-04-09T08:33:28.766335259Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2455411264816508, + "StableID": "ny73KSV4BL11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54be3366e4cf30c78775b87591c4b5d415eed3e10aec7d89c1b93052d3563f6c", + "DiscoKey": "discokey:ead54100c2408c7b90e7f8bf7366e95b9ecc1c8ee014af1f9b9b481be4c7b746", + "Addresses": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "AllowedIPs": ["100.86.63.109/32", "fd7a:115c:a1e0::d337:3f6d/128"], + "Endpoints": ["77.164.248.136:58255", "10.65.0.27:58255", "172.17.0.1:58255"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 48329}, + {"Proto": "peerapi6", "Port": 48329} + ]}, + "Created": "2026-04-09T08:33:21.691287297Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 2555345305552291, + "StableID": "n4BQH7bKxL11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41138158e1328da39b7db60c5d86462d297deb71ca307fde204c49afa5c39e3b", - "DiscoKey": "discokey:aae41348eebda4866b66cbc89e138250a1afead1565ed245549b2e066973ea61", - "Addresses": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "AllowedIPs": ["100.67.158.60/32", "fd7a:115c:a1e0::a537:9e3c/128"], - "Endpoints": ["77.164.248.136:51855", "10.65.0.27:51855", "172.17.0.1:51855"], + "Key": "nodekey:f5be7f7ad7a1090960fefa7bfe134e5e80a4c3c32864d06dcea04604e0e4036b", + "DiscoKey": "discokey:db66410b332ed132dc6dc7a86f8380d470c771bce3fca5da791ef8f8f906b244", + "Addresses": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "AllowedIPs": ["100.100.3.108/32", "fd7a:115c:a1e0::e037:36c/128"], + "Endpoints": ["77.164.248.136:56859", "10.65.0.27:56859", "172.17.0.1:56859"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45464}, - {"Proto": "peerapi6", "Port": 45464} + {"Proto": "peerapi4", "Port": 50270}, + {"Proto": "peerapi6", "Port": 50270} ]}, - "Created": "2026-04-09T01:27:19.835502596Z", + "Created": "2026-04-09T08:33:25.467091867Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7003517742455934, - "StableID": "nf9uU3Yugw11CNTRL", + "ID": 2602578302445021, + "StableID": "nxUdUVKiKM11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c00e9a57d2329614ee29575c5f5151e3a4e5599d2e6a1b2a5612ec80381b6729", + "DiscoKey": "discokey:e618fc24e87e6fc895b0fbd9e7e2154fe659e038fb80c1465565758c5478ef13", + "Addresses": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "AllowedIPs": ["100.91.103.42/32", "fd7a:115c:a1e0::3837:672a/128"], + "Endpoints": ["77.164.248.136:55795", "10.65.0.27:55795", "172.17.0.1:55795"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44277}, + {"Proto": "peerapi6", "Port": 44277} + ]}, + "Created": "2026-04-09T08:33:22.207321265Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3163709790187867, + "StableID": "nUyXYuHrhR11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfcf5b90637523b1ff8b0c131985e267f63a843445938f549e5c03ee2ce90b28", + "DiscoKey": "discokey:7d8871a244eb1328d50521518e9e11a5b062e12b2d94fa74c497053785b41c24", + "Addresses": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "AllowedIPs": ["100.105.11.41/32", "fd7a:115c:a1e0::2c37:b29/128"], + "Endpoints": ["77.164.248.136:43682", "10.65.0.27:43682", "172.17.0.1:43682"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 59418}, + {"Proto": "peerapi6", "Port": 59418} + ]}, + "Created": "2026-04-09T08:33:24.916725629Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3198719914136151, + "StableID": "n2Q1KzwhyR11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:13bab70e7f2fb1094a6c0609470284e60b3c2d3d69a62c711d85bde546d01e68", + "KeyExpiry": "2026-10-06T08:33:28Z", + "DiscoKey": "discokey:1929160a0da35b87c7748f501baa07ac15372f9feec976f5c8db8152b07ef519", + "Addresses": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "AllowedIPs": ["100.80.30.105/32", "fd7a:115c:a1e0::4637:1e69/128"], + "Endpoints": ["77.164.248.136:51870", "10.65.0.27:51870", "172.17.0.1:51870"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37249}, + {"Proto": "peerapi6", "Port": 37249} + ]}, + "Created": "2026-04-09T08:33:28.209322962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3917103005895581, + "StableID": "ncQE9ve4bX11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9b0dc60ca8004e8fc12f939bde5b2cb5b3a69b149a610e0ebe8579100eae133c", - "DiscoKey": "discokey:51d103671bfeaae05401e626b7d26b08646e372df2fafac11ee623951462bb67", - "Addresses": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "AllowedIPs": ["100.110.19.61/32", "fd7a:115c:a1e0::e37:133d/128"], - "Endpoints": ["77.164.248.136:46705", "10.65.0.27:46705", "172.17.0.1:46705"], - "HomeDERP": 14, + "Key": "nodekey:f43f065220c6a4d1e872e51b81aff6cebc315130348380a9e59df8b6a07eaa7b", + "DiscoKey": "discokey:3a82ba9530fb6d206ced46595b525ec3fa938390668b49c8ced9c10eb2aeee26", + "Addresses": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "AllowedIPs": ["100.126.170.124/32", "fd7a:115c:a1e0::a037:aa7c/128"], + "Endpoints": ["77.164.248.136:42880", "10.65.0.27:42880", "172.17.0.1:42880"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45755}, - {"Proto": "peerapi6", "Port": 45755} + {"Proto": "peerapi4", "Port": 62780}, + {"Proto": "peerapi6", "Port": 62780} ]}, - "Created": "2026-04-09T01:27:18.213207824Z", + "Created": "2026-04-09T08:33:23.8379524Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7409645102037256, - "StableID": "n3xhX7pqrz11CNTRL", + "ID": 4180299759475068, + "StableID": "nuPtyPPGeZ11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f7faee49289397221ffe9c688d7c5ff7e2986df252a25fe16dada1636192c455", + "DiscoKey": "discokey:bdfb1739fca8f28c3417bcb3c283d9061cadf2b75c4aafb0ec337fb6cd82c77c", + "Addresses": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "AllowedIPs": ["100.82.196.86/32", "fd7a:115c:a1e0::6137:c456/128"], + "Endpoints": ["77.164.248.136:49149", "10.65.0.27:49149", "172.17.0.1:49149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 50503}, + {"Proto": "peerapi6", "Port": 50503} + ]}, + "Created": "2026-04-09T08:33:23.294381587Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4194106099591917, + "StableID": "n8UoyC4XkZ11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:54da4d72d04a1fbe34e23fa8bb1bbc6ce625f61ba39ab47fd69db6936c306f6e", + "DiscoKey": "discokey:2e814c5b7827e83396d03e19add639aa84f0ccbf022f516692059eacc3222020", + "Addresses": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "AllowedIPs": ["100.112.111.111/32", "fd7a:115c:a1e0::6c37:6f6f/128"], + "Endpoints": ["77.164.248.136:47762", "10.65.0.27:47762", "172.17.0.1:47762"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 47843}, + {"Proto": "peerapi6", "Port": 47843} + ]}, + "Created": "2026-04-09T08:33:26.0233978Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5464468590394028, + "StableID": "nmP69nKsfj11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cc41bf835443983f079c1c596d713be6e15f477bd24286c697c706c931accb30", - "KeyExpiry": "2026-10-06T01:27:23Z", - "DiscoKey": "discokey:9373032310e008b04f107b76092ffd31b1d6c2c26da4d55d2982d2825d41f615", - "Addresses": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], - "AllowedIPs": ["100.108.203.49/32", "fd7a:115c:a1e0::3137:cb31/128"], + "Key": "nodekey:25fa70d19533b1aebb6ba7a92774453b96b438a7721e4293a683433a48ddd909", + "KeyExpiry": "2026-10-06T08:33:29Z", + "DiscoKey": "discokey:0e9baef215562ba45bc86bbc55bd25bc2209646021098568f1626a38b695a76f", + "Addresses": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], + "AllowedIPs": ["100.93.217.10/32", "fd7a:115c:a1e0::4837:d90a/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 58857}, - {"Proto": "peerapi6", "Port": 58857} + {"Proto": "peerapi4", "Port": 62393}, + {"Proto": "peerapi6", "Port": 62393} ]}, - "Created": "2026-04-09T01:27:23.649079832Z", + "Created": "2026-04-09T08:33:29.310646676Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 8340961230297693, - "StableID": "nz7Deeud8821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 6070304127782099, + "StableID": "n6iYzZbFQp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c5da1e01825005fc08db5afd9120e20c2fdcb7a3b80311c31cc95b8faad5770d", - "DiscoKey": "discokey:9e27ad7380bf21991a56f3332f37484164bc7bdb04b1f5b194ee2565ff0d3c23", - "Addresses": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "AllowedIPs": ["100.85.119.14/32", "fd7a:115c:a1e0::aa37:770e/128"], - "Endpoints": ["77.164.248.136:56095", "10.65.0.27:56095", "172.17.0.1:56095"], - "HomeDERP": 8, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 63359}, - {"Proto": "peerapi6", "Port": 63359} + "Key": "nodekey:1e4284f9faf2cc37f9e282c5183062acb8e08608725279bc18948f5362586f3a", + "DiscoKey": "discokey:e15619b95bd62a6650a47d848f8b0db39bc57c879978727d19c4d9a2bc71c66f", + "Addresses": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "AllowedIPs": ["100.88.111.59/32", "fd7a:115c:a1e0::6237:6f3b/128"], + "Endpoints": ["77.164.248.136:60705", "10.65.0.27:60705", "172.17.0.1:60705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47190}, + {"Proto": "peerapi6", "Port": 47190} ]}, - "Created": "2026-04-09T01:27:18.750831545Z", + "Created": "2026-04-09T08:33:27.144035379Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6733821579299293, + "StableID": "nNuH5K5mau11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf301712bb4e224434ecf3106227ffa5e46f9a4c906c027cecfb9cc97a66254d", + "DiscoKey": "discokey:cd20df613e1392581effb93b3c3ac10a91c8ffc874dbf164e6a5c298ae66d83d", + "Addresses": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "AllowedIPs": ["100.102.37.78/32", "fd7a:115c:a1e0::7a37:254e/128"], + "Endpoints": ["77.164.248.136:51803", "10.65.0.27:51803", "172.17.0.1:51803"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54000}, + {"Proto": "peerapi6", "Port": 54000} + ]}, + "Created": "2026-04-09T08:33:22.755120781Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18745,27 +18770,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7773854067299409": { - "ID": 7773854067299409, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6403775438226907": { + "ID": 6403775438226907, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-c1.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-c1.hujson index 5bdf0237..afe592f1 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-c1.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-c1.hujson @@ -3,7 +3,7 @@ // ssh c1 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:27:36Z +// Captured at: 2026-04-09T08:33:42Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-c1", "description": "ssh c1", "category": "ssh", - "captured_at": "2026-04-09T01:27:36.555928375Z", + "captured_at": "2026-04-09T08:33:42.279658685Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh c1\",\n\t\"id\": \"ssh-c1\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh c1\",\n\t\"id\": \"ssh-c1\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-c1.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.126.110.108", - "ipv6": "fd7a:115c:a1e0::a037:6e6c", + "ipv4": "100.118.254.3", + "ipv6": "fd7a:115c:a1e0::7737:fe03", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.110.136.26", - "ipv6": "fd7a:115c:a1e0::ee37:881a", + "ipv4": "100.72.79.58", + "ipv6": "fd7a:115c:a1e0::3237:4f3a", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.113.116.47", - "ipv6": "fd7a:115c:a1e0::7f37:742f", + "ipv4": "100.86.168.30", + "ipv6": "fd7a:115c:a1e0::3437:a81e", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.97.171.73", - "ipv6": "fd7a:115c:a1e0::3c37:ab49", + "ipv4": "100.65.29.124", + "ipv6": "fd7a:115c:a1e0::7137:1d7c", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.93.97.70", - "ipv6": "fd7a:115c:a1e0::9e37:6146", + "ipv4": "100.127.21.52", + "ipv6": "fd7a:115c:a1e0::7337:1534", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.100.2.24", - "ipv6": "fd7a:115c:a1e0::eb37:218", + "ipv4": "100.76.48.122", + "ipv6": "fd7a:115c:a1e0::af37:307a", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.90.196.32", - "ipv6": "fd7a:115c:a1e0::6437:c420", + "ipv4": "100.111.123.54", + "ipv6": "fd7a:115c:a1e0::c537:7b36", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.114.52.121", - "ipv6": "fd7a:115c:a1e0::2037:3479", + "ipv4": "100.81.233.109", + "ipv6": "fd7a:115c:a1e0::4537:e96d", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.100.124.127", - "ipv6": "fd7a:115c:a1e0::8937:7c7f", + "ipv4": "100.106.31.15", + "ipv6": "fd7a:115c:a1e0::8637:1f0f", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.106.113.31", - "ipv6": "fd7a:115c:a1e0::5537:711f", + "ipv4": "100.114.70.106", + "ipv6": "fd7a:115c:a1e0::9337:466a", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.91.12.110", - "ipv6": "fd7a:115c:a1e0::5b37:c6e", + "ipv4": "100.86.163.61", + "ipv6": "fd7a:115c:a1e0::1237:a33d", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.118.32.7", - "ipv6": "fd7a:115c:a1e0::9b37:2008", + "ipv4": "100.84.52.23", + "ipv6": "fd7a:115c:a1e0::2737:3417", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.105.61.64", - "ipv6": "fd7a:115c:a1e0::9b37:3d40", + "ipv4": "100.89.254.54", + "ipv6": "fd7a:115c:a1e0::4d37:fe36", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.117.176.56", - "ipv6": "fd7a:115c:a1e0::b937:b038", + "ipv4": "100.73.235.120", + "ipv6": "fd7a:115c:a1e0::2d37:eb78", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.98.159.117", - "ipv6": "fd7a:115c:a1e0::5937:9f75", + "ipv4": "100.78.104.108", + "ipv6": "fd7a:115c:a1e0::2237:686c", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3107554585952354, - "StableID": "n7hWSzBRGR11CNTRL", + "ID": 3009921473273161, + "StableID": "nWjsbvXCWQ11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 3107554585952354, - "Key": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "DiscoKey": "discokey:c2ba33aa0c382052292ebb88f491333a7d7ad7dbc5a7b3fd8b8b81ffcef56542", - "Addresses": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "AllowedIPs": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "Endpoints": ["77.164.248.136:60815", "10.65.0.27:60815", "172.17.0.1:60815"], + "User": 3009921473273161, + "Key": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "DiscoKey": "discokey:1fb476edde69c118b54dbaf7750a6f6bb2e6c5460ade1d6f917e6be08a977346", + "Addresses": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "AllowedIPs": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 63250}, - {"Proto": "peerapi6", "Port": 63250}, + {"Proto": "peerapi4", "Port": 53369}, + {"Proto": "peerapi6", "Port": 53369}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:45.381634663Z", + "Created": "2026-04-09T08:33:51.30263348Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,299 +221,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "MachineKey": "mkey:1952edbdf8a0945c01a540e96dc0abc3e3f66f11e8ace86a9def98fc0bdccd79", + "NodeKey": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "MachineKey": "mkey:9f80c26f3525ba15a31ec4be74f01a812b761bcc6e348428a821d01a0fa4f73e", "Peers": [{ - "ID": 851339227138218, - "StableID": "nqvDEoEae711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "KeyExpiry": "2026-10-06T01:27:47Z", - "DiscoKey": "discokey:7f05f7521340d8a9d020ba6986ac69e3f98b5a6152076641c1543ad7e57e6379", - "Addresses": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "AllowedIPs": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56030}, - {"Proto": "peerapi6", "Port": 56030} - ]}, - "Created": "2026-04-09T01:27:47.006766343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1488812030507930, - "StableID": "nunSwuZHdC11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "DiscoKey": "discokey:b84721230e9927bf3c86a758bb1b6f899878bc8268a4a52a298cdca53352e044", - "Addresses": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "AllowedIPs": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "Endpoints": ["77.164.248.136:55345", "10.65.0.27:55345", "172.17.0.1:55345"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39696}, - {"Proto": "peerapi6", "Port": 39696} - ]}, - "Created": "2026-04-09T01:27:41.020655129Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1744707222234209, - "StableID": "n6R4m1WBdE11CNTRL", + "ID": 164214705962432, + "StableID": "n3CsEEeNH211CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "DiscoKey": "discokey:5714bfd62264108a021556441e4afbee610d79894c47fca76085c26e19e2c24b", - "Addresses": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "AllowedIPs": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "Endpoints": ["77.164.248.136:47113", "10.65.0.27:47113", "172.17.0.1:47113"], + "Key": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "DiscoKey": "discokey:56ac46fec3913ac63a23c001879eb9ea1fc58aaaed5fd80b3264361a9ead2648", + "Addresses": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "AllowedIPs": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "Endpoints": ["77.164.248.136:39538", "10.65.0.27:39538", "172.17.0.1:39538"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 54586}, - {"Proto": "peerapi6", "Port": 54586} + {"Proto": "peerapi4", "Port": 46340}, + {"Proto": "peerapi6", "Port": 46340} ]}, - "Created": "2026-04-09T01:27:44.294200169Z", + "Created": "2026-04-09T08:33:50.225063782Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1980676198319090, - "StableID": "nDn29J14UG11CNTRL", + "ID": 289250599184917, + "StableID": "ng8Zx781G311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:74b1b878779b822a95b6986ec130bc7ba9e5ba5b8b530b4d0f8631b24259c570", + "Addresses": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "AllowedIPs": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 32914}, + {"Proto": "peerapi6", "Port": 32914} + ]}, + "Created": "2026-04-09T08:33:52.922078039Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 594917230901754, + "StableID": "n92oV5USe511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "DiscoKey": "discokey:88d18a43287dbc29803ccdaca8a0edc047396438a0790456d2696d8c3321a449", - "Addresses": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "AllowedIPs": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "Endpoints": ["77.164.248.136:55958", "10.65.0.27:55958", "172.17.0.1:55958"], + "Key": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "DiscoKey": "discokey:cce347135aee212fe173e84b1766b67e45041c5f68e0464fb74318a0ee5bf76a", + "Addresses": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "AllowedIPs": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "Endpoints": ["77.164.248.136:34335", "10.65.0.27:34335", "172.17.0.1:34335"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 54273}, - {"Proto": "peerapi6", "Port": 54273} + {"Proto": "peerapi4", "Port": 36626}, + {"Proto": "peerapi6", "Port": 36626} ]}, - "Created": "2026-04-09T01:27:42.099809571Z", + "Created": "2026-04-09T08:33:47.772739581Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 2252919310626770, - "StableID": "njFniTNMbJ11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "DiscoKey": "discokey:74ce0bc0a13b9598f4ddb5c0d67bab023ee3e3c5728a4cc2644ed46c58a0cb11", - "Addresses": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "AllowedIPs": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "Endpoints": ["77.164.248.136:60367", "10.65.0.27:60367", "172.17.0.1:60367"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 41107}, - {"Proto": "peerapi6", "Port": 41107} - ]}, - "Created": "2026-04-09T01:27:43.732217199Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2685090294883016, - "StableID": "njeYhbm5yM11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "DiscoKey": "discokey:b9abf612468c6982c01f996eb8123e54395e0d237455eda5fd626ef52494335c", - "Addresses": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "AllowedIPs": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "Endpoints": ["77.164.248.136:55475", "10.65.0.27:55475", "172.17.0.1:55475"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57155}, - {"Proto": "peerapi6", "Port": 57155} - ]}, - "Created": "2026-04-09T01:27:39.923664405Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2843611112126694, - "StableID": "nqrQVqqsCP11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "KeyExpiry": "2026-10-06T01:27:45Z", - "DiscoKey": "discokey:f7156be9b23049e948b66c11a2d7753d5b042bcad5a03fe78122018b7c1bde49", - "Addresses": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "AllowedIPs": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49210}, - {"Proto": "peerapi6", "Port": 49210} - ]}, - "Created": "2026-04-09T01:27:45.912924926Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4378534209887058, - "StableID": "nmLRYof3Cb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "DiscoKey": "discokey:af5c4a06e93bc52be3179a696102cdc5ba1c15ef76b556d88aaf61261d786217", - "Addresses": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "AllowedIPs": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "Endpoints": ["77.164.248.136:37974", "10.65.0.27:37974", "172.17.0.1:37974"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55986}, - {"Proto": "peerapi6", "Port": 55986} - ]}, - "Created": "2026-04-09T01:27:43.180770626Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5514336549702345, - "StableID": "nJ9TwgGT4k11CNTRL", + "ID": 696405059956405, + "StableID": "np6SR3PQS611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "DiscoKey": "discokey:e4439256097db5c4cbc510e154ee69afe350ec1233a22ddc5f3d5a57b0b73a4f", - "Addresses": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "AllowedIPs": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "Endpoints": ["77.164.248.136:56350", "10.65.0.27:56350", "172.17.0.1:56350"], + "Key": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "DiscoKey": "discokey:4ea9110867e34eea1d0f1a364718f93c5a83d2d6504788ba6ac6c142f54c501a", + "Addresses": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "AllowedIPs": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "Endpoints": ["77.164.248.136:44398", "10.65.0.27:44398", "172.17.0.1:44398"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49398}, - {"Proto": "peerapi6", "Port": 49398} + {"Proto": "peerapi4", "Port": 57515}, + {"Proto": "peerapi6", "Port": 57515} ]}, - "Created": "2026-04-09T01:27:44.84067177Z", + "Created": "2026-04-09T08:33:50.757669975Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6254885867068627, - "StableID": "nJNuDEFrqq11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1160055184932909, + "StableID": "nWqfGbgP4A11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "DiscoKey": "discokey:593aff6870e1f9f1f9d5f5eeb14019d9df23014fa17bdb964f68d3162c38626a", - "Addresses": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "AllowedIPs": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "Endpoints": ["77.164.248.136:37545", "10.65.0.27:37545", "172.17.0.1:37545"], + "Key": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "DiscoKey": "discokey:d3ef9b7d88ec9325737422a71da04a8c2a85dea2c314249e4ff9909fd4325347", + "Addresses": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "AllowedIPs": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "Endpoints": ["77.164.248.136:47946", "10.65.0.27:47946", "172.17.0.1:47946"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 53926}, - {"Proto": "peerapi6", "Port": 53926} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43051}, + {"Proto": "peerapi6", "Port": 43051} ]}, - "Created": "2026-04-09T01:27:41.562996032Z", + "Created": "2026-04-09T08:33:46.686027751Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7795699411780498, - "StableID": "ndSEueogs321CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "KeyExpiry": "2026-10-06T01:27:46Z", - "DiscoKey": "discokey:414aff36860890a884b678f991ea43ce65a68b5f76fa80069c70435f75465d45", - "Addresses": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "AllowedIPs": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "Endpoints": ["77.164.248.136:41529", "10.65.0.27:41529", "172.17.0.1:41529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 58767}, - {"Proto": "peerapi6", "Port": 58767} - ]}, - "Created": "2026-04-09T01:27:46.460699922Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7880204839493840, - "StableID": "nHjzAtcxX421CNTRL", + "ID": 1271530373223816, + "StableID": "n9VyvuwsvA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "DiscoKey": "discokey:79208e1cca8aa3d82c6dc722e09e525932f8e0ea037b732090e80a25de8da96a", - "Addresses": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "AllowedIPs": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "Key": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "DiscoKey": "discokey:f5e51972e3c76ba96f9e16a4ffe3b21658a827c6eb8a8c430b410f884d5e8106", + "Addresses": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "AllowedIPs": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "Endpoints": ["77.164.248.136:54301", "10.65.0.27:54301", "172.17.0.1:54301"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57529}, - {"Proto": "peerapi6", "Port": 57529} + {"Proto": "peerapi4", "Port": 34027}, + {"Proto": "peerapi6", "Port": 34027} ]}, - "Created": "2026-04-09T01:27:39.389186757Z", + "Created": "2026-04-09T08:33:45.075580526Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8117089834857645, - "StableID": "nv5D3nBFP621CNTRL", + "ID": 2658923542201783, + "StableID": "ncVNNwQEmM11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "DiscoKey": "discokey:4cabee62ba8f7b847e84ef70c0725064562265124e79320751b9c26bed5fa22e", - "Addresses": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "AllowedIPs": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "Key": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "DiscoKey": "discokey:1985ac108cca5aea8fbc1c5f13fb1fe9f522306474c6f24229b9c2d000b82a06", + "Addresses": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "AllowedIPs": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "Endpoints": ["77.164.248.136:43740", "10.65.0.27:43740", "172.17.0.1:43740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58387}, - {"Proto": "peerapi6", "Port": 58387} + {"Proto": "peerapi4", "Port": 61422}, + {"Proto": "peerapi6", "Port": 61422} ]}, - "Created": "2026-04-09T01:27:40.473433538Z", + "Created": "2026-04-09T08:33:46.148706083Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8641569950781083, - "StableID": "nYHJtZPnUA21CNTRL", + "ID": 3392792692238224, + "StableID": "nF699qubVT11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "DiscoKey": "discokey:53fc5f2ea51fc75c42a5e98644c48b55ca38cb18929538156b33360111e1ea2d", - "Addresses": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "AllowedIPs": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "Endpoints": ["77.164.248.136:59069", "10.65.0.27:59069", "172.17.0.1:59069"], + "Key": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "DiscoKey": "discokey:4fb8847d3f9e34978d8aafc52708151acdaed7337862d26ddbc9002936bf7548", + "Addresses": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "AllowedIPs": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "Endpoints": ["77.164.248.136:56920", "10.65.0.27:56920", "172.17.0.1:56920"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64753}, - {"Proto": "peerapi6", "Port": 64753} + {"Proto": "peerapi4", "Port": 43342}, + {"Proto": "peerapi6", "Port": 43342} ]}, - "Created": "2026-04-09T01:27:42.667829155Z", + "Created": "2026-04-09T08:33:48.481648847Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 3681145924823567, + "StableID": "nExJtkTCkV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:debd769312d855dbf7777faa83b4f3383266daf5634d63a5f5d4f320cde9ad5d", + "Addresses": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "AllowedIPs": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "Endpoints": ["77.164.248.136:50307", "10.65.0.27:50307", "172.17.0.1:50307"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48244}, + {"Proto": "peerapi6", "Port": 48244} + ]}, + "Created": "2026-04-09T08:33:52.395126346Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4808980899005026, + "StableID": "njftTsmzYe11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "KeyExpiry": "2026-10-06T08:33:51Z", + "DiscoKey": "discokey:a756ee803f3a658dfdd046f489cb639f74a24820a1eddbab06fbf74d3dbcae65", + "Addresses": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "AllowedIPs": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "Endpoints": ["77.164.248.136:49519", "10.65.0.27:49519", "172.17.0.1:49519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33639}, + {"Proto": "peerapi6", "Port": 33639} + ]}, + "Created": "2026-04-09T08:33:51.87199962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6453691850097003, + "StableID": "nWGVAQYtPs11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "DiscoKey": "discokey:df16b1111e60e10f79f6a5de2689aafd193527703e2350eee0d2ecf031a63d3b", + "Addresses": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "AllowedIPs": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "Endpoints": ["77.164.248.136:46467", "10.65.0.27:46467", "172.17.0.1:46467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 51413}, + {"Proto": "peerapi6", "Port": 51413} + ]}, + "Created": "2026-04-09T08:33:45.613423914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7000796377342785, + "StableID": "nvwMms3gfw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "DiscoKey": "discokey:f6079a6bfae21b42319c35b56971002a65c91eaed10b6188335cdbbdc0676f4e", + "Addresses": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "AllowedIPs": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "Endpoints": ["77.164.248.136:54856", "10.65.0.27:54856", "172.17.0.1:54856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34281}, + {"Proto": "peerapi6", "Port": 34281} + ]}, + "Created": "2026-04-09T08:33:47.239811559Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7258873496283521, + "StableID": "n8EH2HJZgy11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "DiscoKey": "discokey:fa6f15b00b1dc9be9df8a8165b1cd7f36ee5fd01c8bcac08b2f5984c7094d150", + "Addresses": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "AllowedIPs": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "Endpoints": ["77.164.248.136:48233", "10.65.0.27:48233", "172.17.0.1:48233"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58590}, + {"Proto": "peerapi6", "Port": 58590} + ]}, + "Created": "2026-04-09T08:33:49.126990484Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8962386861488205, + "StableID": "n4CUhuh5zC21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "DiscoKey": "discokey:db5a83ef2f528f750467c4cc62539552f5dd89e3f35f121c2e7ad7d9ad11b859", + "Addresses": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "AllowedIPs": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38279}, + {"Proto": "peerapi6", "Port": 38279} + ]}, + "Created": "2026-04-09T08:33:49.661904262Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -1361,27 +1362,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3107554585952354": { - "ID": 3107554585952354, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3009921473273161": { + "ID": 3009921473273161, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "blastoise": { @@ -1412,26 +1415,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1980676198319090, - "StableID": "nDn29J14UG11CNTRL", + "ID": 594917230901754, + "StableID": "n92oV5USe511CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 1980676198319090, - "Key": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "DiscoKey": "discokey:88d18a43287dbc29803ccdaca8a0edc047396438a0790456d2696d8c3321a449", - "Addresses": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "AllowedIPs": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "Endpoints": ["77.164.248.136:55958", "10.65.0.27:55958", "172.17.0.1:55958"], + "User": 594917230901754, + "Key": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "DiscoKey": "discokey:cce347135aee212fe173e84b1766b67e45041c5f68e0464fb74318a0ee5bf76a", + "Addresses": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "AllowedIPs": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "Endpoints": ["77.164.248.136:34335", "10.65.0.27:34335", "172.17.0.1:34335"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 54273}, - {"Proto": "peerapi6", "Port": 54273}, + {"Proto": "peerapi4", "Port": 36626}, + {"Proto": "peerapi6", "Port": 36626}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:27:42.099809571Z", + "Created": "2026-04-09T08:33:47.772739581Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1459,301 +1462,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "MachineKey": "mkey:8512af7523ec0a578658cf5ccbb2753dcc84e5b2b29e26dbc1a7457712621615", + "NodeKey": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "MachineKey": "mkey:5b1fd1dd1fc0db80cbec0c047c1447c14bedd741e0eade32be847e7aeeb4c132", "Peers": [{ - "ID": 851339227138218, - "StableID": "nqvDEoEae711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "KeyExpiry": "2026-10-06T01:27:47Z", - "DiscoKey": "discokey:7f05f7521340d8a9d020ba6986ac69e3f98b5a6152076641c1543ad7e57e6379", - "Addresses": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "AllowedIPs": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "Endpoints": ["77.164.248.136:42077", "10.65.0.27:42077", "172.17.0.1:42077"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56030}, - {"Proto": "peerapi6", "Port": 56030} - ]}, - "Created": "2026-04-09T01:27:47.006766343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1488812030507930, - "StableID": "nunSwuZHdC11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "DiscoKey": "discokey:b84721230e9927bf3c86a758bb1b6f899878bc8268a4a52a298cdca53352e044", - "Addresses": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "AllowedIPs": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "Endpoints": ["77.164.248.136:55345", "10.65.0.27:55345", "172.17.0.1:55345"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39696}, - {"Proto": "peerapi6", "Port": 39696} - ]}, - "Created": "2026-04-09T01:27:41.020655129Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1744707222234209, - "StableID": "n6R4m1WBdE11CNTRL", + "ID": 164214705962432, + "StableID": "n3CsEEeNH211CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "DiscoKey": "discokey:5714bfd62264108a021556441e4afbee610d79894c47fca76085c26e19e2c24b", - "Addresses": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "AllowedIPs": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "Endpoints": ["77.164.248.136:47113", "10.65.0.27:47113", "172.17.0.1:47113"], + "Key": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "DiscoKey": "discokey:56ac46fec3913ac63a23c001879eb9ea1fc58aaaed5fd80b3264361a9ead2648", + "Addresses": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "AllowedIPs": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "Endpoints": ["77.164.248.136:39538", "10.65.0.27:39538", "172.17.0.1:39538"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 54586}, - {"Proto": "peerapi6", "Port": 54586} + {"Proto": "peerapi4", "Port": 46340}, + {"Proto": "peerapi6", "Port": 46340} ]}, - "Created": "2026-04-09T01:27:44.294200169Z", + "Created": "2026-04-09T08:33:50.225063782Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 2252919310626770, - "StableID": "njFniTNMbJ11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "DiscoKey": "discokey:74ce0bc0a13b9598f4ddb5c0d67bab023ee3e3c5728a4cc2644ed46c58a0cb11", - "Addresses": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "AllowedIPs": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "Endpoints": ["77.164.248.136:60367", "10.65.0.27:60367", "172.17.0.1:60367"], + "ID": 289250599184917, + "StableID": "ng8Zx781G311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:74b1b878779b822a95b6986ec130bc7ba9e5ba5b8b530b4d0f8631b24259c570", + "Addresses": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "AllowedIPs": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "Endpoints": ["77.164.248.136:47023", "10.65.0.27:47023", "172.17.0.1:47023"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 41107}, - {"Proto": "peerapi6", "Port": 41107} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 32914}, + {"Proto": "peerapi6", "Port": 32914} ]}, - "Created": "2026-04-09T01:27:43.732217199Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2685090294883016, - "StableID": "njeYhbm5yM11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "DiscoKey": "discokey:b9abf612468c6982c01f996eb8123e54395e0d237455eda5fd626ef52494335c", - "Addresses": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "AllowedIPs": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "Endpoints": ["77.164.248.136:55475", "10.65.0.27:55475", "172.17.0.1:55475"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57155}, - {"Proto": "peerapi6", "Port": 57155} - ]}, - "Created": "2026-04-09T01:27:39.923664405Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2843611112126694, - "StableID": "nqrQVqqsCP11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "KeyExpiry": "2026-10-06T01:27:45Z", - "DiscoKey": "discokey:f7156be9b23049e948b66c11a2d7753d5b042bcad5a03fe78122018b7c1bde49", - "Addresses": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "AllowedIPs": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49210}, - {"Proto": "peerapi6", "Port": 49210} - ]}, - "Created": "2026-04-09T01:27:45.912924926Z", + "Created": "2026-04-09T08:33:52.922078039Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3107554585952354, - "StableID": "n7hWSzBRGR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "DiscoKey": "discokey:c2ba33aa0c382052292ebb88f491333a7d7ad7dbc5a7b3fd8b8b81ffcef56542", - "Addresses": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "AllowedIPs": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "Endpoints": ["77.164.248.136:60815", "10.65.0.27:60815", "172.17.0.1:60815"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 63250}, - {"Proto": "peerapi6", "Port": 63250} - ]}, - "Created": "2026-04-09T01:27:45.381634663Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4378534209887058, - "StableID": "nmLRYof3Cb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "DiscoKey": "discokey:af5c4a06e93bc52be3179a696102cdc5ba1c15ef76b556d88aaf61261d786217", - "Addresses": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "AllowedIPs": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "Endpoints": ["77.164.248.136:37974", "10.65.0.27:37974", "172.17.0.1:37974"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55986}, - {"Proto": "peerapi6", "Port": 55986} - ]}, - "Created": "2026-04-09T01:27:43.180770626Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5514336549702345, - "StableID": "nJ9TwgGT4k11CNTRL", + "ID": 696405059956405, + "StableID": "np6SR3PQS611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "DiscoKey": "discokey:e4439256097db5c4cbc510e154ee69afe350ec1233a22ddc5f3d5a57b0b73a4f", - "Addresses": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "AllowedIPs": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "Endpoints": ["77.164.248.136:56350", "10.65.0.27:56350", "172.17.0.1:56350"], + "Key": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "DiscoKey": "discokey:4ea9110867e34eea1d0f1a364718f93c5a83d2d6504788ba6ac6c142f54c501a", + "Addresses": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "AllowedIPs": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "Endpoints": ["77.164.248.136:44398", "10.65.0.27:44398", "172.17.0.1:44398"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49398}, - {"Proto": "peerapi6", "Port": 49398} + {"Proto": "peerapi4", "Port": 57515}, + {"Proto": "peerapi6", "Port": 57515} ]}, - "Created": "2026-04-09T01:27:44.84067177Z", + "Created": "2026-04-09T08:33:50.757669975Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6254885867068627, - "StableID": "nJNuDEFrqq11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1160055184932909, + "StableID": "nWqfGbgP4A11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "DiscoKey": "discokey:593aff6870e1f9f1f9d5f5eeb14019d9df23014fa17bdb964f68d3162c38626a", - "Addresses": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "AllowedIPs": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "Endpoints": ["77.164.248.136:37545", "10.65.0.27:37545", "172.17.0.1:37545"], + "Key": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "DiscoKey": "discokey:d3ef9b7d88ec9325737422a71da04a8c2a85dea2c314249e4ff9909fd4325347", + "Addresses": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "AllowedIPs": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "Endpoints": ["77.164.248.136:47946", "10.65.0.27:47946", "172.17.0.1:47946"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 53926}, - {"Proto": "peerapi6", "Port": 53926} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43051}, + {"Proto": "peerapi6", "Port": 43051} ]}, - "Created": "2026-04-09T01:27:41.562996032Z", + "Created": "2026-04-09T08:33:46.686027751Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7795699411780498, - "StableID": "ndSEueogs321CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "KeyExpiry": "2026-10-06T01:27:46Z", - "DiscoKey": "discokey:414aff36860890a884b678f991ea43ce65a68b5f76fa80069c70435f75465d45", - "Addresses": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "AllowedIPs": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "Endpoints": ["77.164.248.136:41529", "10.65.0.27:41529", "172.17.0.1:41529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 58767}, - {"Proto": "peerapi6", "Port": 58767} - ]}, - "Created": "2026-04-09T01:27:46.460699922Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7880204839493840, - "StableID": "nHjzAtcxX421CNTRL", + "ID": 1271530373223816, + "StableID": "n9VyvuwsvA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "DiscoKey": "discokey:79208e1cca8aa3d82c6dc722e09e525932f8e0ea037b732090e80a25de8da96a", - "Addresses": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "AllowedIPs": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "Key": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "DiscoKey": "discokey:f5e51972e3c76ba96f9e16a4ffe3b21658a827c6eb8a8c430b410f884d5e8106", + "Addresses": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "AllowedIPs": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "Endpoints": ["77.164.248.136:54301", "10.65.0.27:54301", "172.17.0.1:54301"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57529}, - {"Proto": "peerapi6", "Port": 57529} + {"Proto": "peerapi4", "Port": 34027}, + {"Proto": "peerapi6", "Port": 34027} ]}, - "Created": "2026-04-09T01:27:39.389186757Z", + "Created": "2026-04-09T08:33:45.075580526Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8117089834857645, - "StableID": "nv5D3nBFP621CNTRL", + "ID": 2658923542201783, + "StableID": "ncVNNwQEmM11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "DiscoKey": "discokey:4cabee62ba8f7b847e84ef70c0725064562265124e79320751b9c26bed5fa22e", - "Addresses": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "AllowedIPs": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "Key": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "DiscoKey": "discokey:1985ac108cca5aea8fbc1c5f13fb1fe9f522306474c6f24229b9c2d000b82a06", + "Addresses": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "AllowedIPs": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "Endpoints": ["77.164.248.136:43740", "10.65.0.27:43740", "172.17.0.1:43740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58387}, - {"Proto": "peerapi6", "Port": 58387} + {"Proto": "peerapi4", "Port": 61422}, + {"Proto": "peerapi6", "Port": 61422} ]}, - "Created": "2026-04-09T01:27:40.473433538Z", + "Created": "2026-04-09T08:33:46.148706083Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8641569950781083, - "StableID": "nYHJtZPnUA21CNTRL", + "ID": 3009921473273161, + "StableID": "nWjsbvXCWQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "DiscoKey": "discokey:1fb476edde69c118b54dbaf7750a6f6bb2e6c5460ade1d6f917e6be08a977346", + "Addresses": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "AllowedIPs": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 53369}, + {"Proto": "peerapi6", "Port": 53369} + ]}, + "Created": "2026-04-09T08:33:51.30263348Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3392792692238224, + "StableID": "nF699qubVT11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "DiscoKey": "discokey:53fc5f2ea51fc75c42a5e98644c48b55ca38cb18929538156b33360111e1ea2d", - "Addresses": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "AllowedIPs": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "Endpoints": ["77.164.248.136:59069", "10.65.0.27:59069", "172.17.0.1:59069"], + "Key": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "DiscoKey": "discokey:4fb8847d3f9e34978d8aafc52708151acdaed7337862d26ddbc9002936bf7548", + "Addresses": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "AllowedIPs": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "Endpoints": ["77.164.248.136:56920", "10.65.0.27:56920", "172.17.0.1:56920"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64753}, - {"Proto": "peerapi6", "Port": 64753} + {"Proto": "peerapi4", "Port": 43342}, + {"Proto": "peerapi6", "Port": 43342} ]}, - "Created": "2026-04-09T01:27:42.667829155Z", + "Created": "2026-04-09T08:33:48.481648847Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 3681145924823567, + "StableID": "nExJtkTCkV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:debd769312d855dbf7777faa83b4f3383266daf5634d63a5f5d4f320cde9ad5d", + "Addresses": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "AllowedIPs": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "Endpoints": ["77.164.248.136:50307", "10.65.0.27:50307", "172.17.0.1:50307"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48244}, + {"Proto": "peerapi6", "Port": 48244} + ]}, + "Created": "2026-04-09T08:33:52.395126346Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4808980899005026, + "StableID": "njftTsmzYe11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "KeyExpiry": "2026-10-06T08:33:51Z", + "DiscoKey": "discokey:a756ee803f3a658dfdd046f489cb639f74a24820a1eddbab06fbf74d3dbcae65", + "Addresses": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "AllowedIPs": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "Endpoints": ["77.164.248.136:49519", "10.65.0.27:49519", "172.17.0.1:49519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33639}, + {"Proto": "peerapi6", "Port": 33639} + ]}, + "Created": "2026-04-09T08:33:51.87199962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6453691850097003, + "StableID": "nWGVAQYtPs11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "DiscoKey": "discokey:df16b1111e60e10f79f6a5de2689aafd193527703e2350eee0d2ecf031a63d3b", + "Addresses": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "AllowedIPs": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "Endpoints": ["77.164.248.136:46467", "10.65.0.27:46467", "172.17.0.1:46467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 51413}, + {"Proto": "peerapi6", "Port": 51413} + ]}, + "Created": "2026-04-09T08:33:45.613423914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7000796377342785, + "StableID": "nvwMms3gfw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "DiscoKey": "discokey:f6079a6bfae21b42319c35b56971002a65c91eaed10b6188335cdbbdc0676f4e", + "Addresses": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "AllowedIPs": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "Endpoints": ["77.164.248.136:54856", "10.65.0.27:54856", "172.17.0.1:54856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34281}, + {"Proto": "peerapi6", "Port": 34281} + ]}, + "Created": "2026-04-09T08:33:47.239811559Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7258873496283521, + "StableID": "n8EH2HJZgy11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "DiscoKey": "discokey:fa6f15b00b1dc9be9df8a8165b1cd7f36ee5fd01c8bcac08b2f5984c7094d150", + "Addresses": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "AllowedIPs": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "Endpoints": ["77.164.248.136:48233", "10.65.0.27:48233", "172.17.0.1:48233"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58590}, + {"Proto": "peerapi6", "Port": 58590} + ]}, + "Created": "2026-04-09T08:33:49.126990484Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8962386861488205, + "StableID": "n4CUhuh5zC21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "DiscoKey": "discokey:db5a83ef2f528f750467c4cc62539552f5dd89e3f35f121c2e7ad7d9ad11b859", + "Addresses": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "AllowedIPs": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38279}, + {"Proto": "peerapi6", "Port": 38279} + ]}, + "Created": "2026-04-09T08:33:49.661904262Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2601,27 +2605,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1980676198319090": { - "ID": 1980676198319090, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "594917230901754": { + "ID": 594917230901754, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2652,22 +2658,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 851339227138218, - "StableID": "nqvDEoEae711CNTRL", + "ID": 289250599184917, + "StableID": "ng8Zx781G311CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "KeyExpiry": "2026-10-06T01:27:47Z", - "DiscoKey": "discokey:7f05f7521340d8a9d020ba6986ac69e3f98b5a6152076641c1543ad7e57e6379", - "Addresses": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "AllowedIPs": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "Endpoints": ["77.164.248.136:42077", "10.65.0.27:42077", "172.17.0.1:42077"], + "Key": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:74b1b878779b822a95b6986ec130bc7ba9e5ba5b8b530b4d0f8631b24259c570", + "Addresses": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "AllowedIPs": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "Endpoints": ["77.164.248.136:47023", "10.65.0.27:47023", "172.17.0.1:47023"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56030}, - {"Proto": "peerapi6", "Port": 56030}, + {"Proto": "peerapi4", "Port": 32914}, + {"Proto": "peerapi6", "Port": 32914}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:47.006766343Z", + "Created": "2026-04-09T08:33:52.922078039Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2696,301 +2702,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "MachineKey": "mkey:28b71c14ee3717ed421d52064d35e796d711cd4ced40f1626c87795ad30cbf59", + "NodeKey": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "MachineKey": "mkey:687e750f837f3d0d756aa51c818fbab819c0687821eb8e26e717a1e2ea6ecf58", "Peers": [{ - "ID": 1488812030507930, - "StableID": "nunSwuZHdC11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "DiscoKey": "discokey:b84721230e9927bf3c86a758bb1b6f899878bc8268a4a52a298cdca53352e044", - "Addresses": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "AllowedIPs": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "Endpoints": ["77.164.248.136:55345", "10.65.0.27:55345", "172.17.0.1:55345"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39696}, - {"Proto": "peerapi6", "Port": 39696} - ]}, - "Created": "2026-04-09T01:27:41.020655129Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1744707222234209, - "StableID": "n6R4m1WBdE11CNTRL", + "ID": 164214705962432, + "StableID": "n3CsEEeNH211CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "DiscoKey": "discokey:5714bfd62264108a021556441e4afbee610d79894c47fca76085c26e19e2c24b", - "Addresses": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "AllowedIPs": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "Endpoints": ["77.164.248.136:47113", "10.65.0.27:47113", "172.17.0.1:47113"], + "Key": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "DiscoKey": "discokey:56ac46fec3913ac63a23c001879eb9ea1fc58aaaed5fd80b3264361a9ead2648", + "Addresses": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "AllowedIPs": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "Endpoints": ["77.164.248.136:39538", "10.65.0.27:39538", "172.17.0.1:39538"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 54586}, - {"Proto": "peerapi6", "Port": 54586} + {"Proto": "peerapi4", "Port": 46340}, + {"Proto": "peerapi6", "Port": 46340} ]}, - "Created": "2026-04-09T01:27:44.294200169Z", + "Created": "2026-04-09T08:33:50.225063782Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1980676198319090, - "StableID": "nDn29J14UG11CNTRL", + "ID": 594917230901754, + "StableID": "n92oV5USe511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "DiscoKey": "discokey:88d18a43287dbc29803ccdaca8a0edc047396438a0790456d2696d8c3321a449", - "Addresses": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "AllowedIPs": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "Endpoints": ["77.164.248.136:55958", "10.65.0.27:55958", "172.17.0.1:55958"], + "Key": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "DiscoKey": "discokey:cce347135aee212fe173e84b1766b67e45041c5f68e0464fb74318a0ee5bf76a", + "Addresses": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "AllowedIPs": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "Endpoints": ["77.164.248.136:34335", "10.65.0.27:34335", "172.17.0.1:34335"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 54273}, - {"Proto": "peerapi6", "Port": 54273} + {"Proto": "peerapi4", "Port": 36626}, + {"Proto": "peerapi6", "Port": 36626} ]}, - "Created": "2026-04-09T01:27:42.099809571Z", + "Created": "2026-04-09T08:33:47.772739581Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 2252919310626770, - "StableID": "njFniTNMbJ11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "DiscoKey": "discokey:74ce0bc0a13b9598f4ddb5c0d67bab023ee3e3c5728a4cc2644ed46c58a0cb11", - "Addresses": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "AllowedIPs": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "Endpoints": ["77.164.248.136:60367", "10.65.0.27:60367", "172.17.0.1:60367"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 41107}, - {"Proto": "peerapi6", "Port": 41107} - ]}, - "Created": "2026-04-09T01:27:43.732217199Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2685090294883016, - "StableID": "njeYhbm5yM11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "DiscoKey": "discokey:b9abf612468c6982c01f996eb8123e54395e0d237455eda5fd626ef52494335c", - "Addresses": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "AllowedIPs": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "Endpoints": ["77.164.248.136:55475", "10.65.0.27:55475", "172.17.0.1:55475"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57155}, - {"Proto": "peerapi6", "Port": 57155} - ]}, - "Created": "2026-04-09T01:27:39.923664405Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2843611112126694, - "StableID": "nqrQVqqsCP11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "KeyExpiry": "2026-10-06T01:27:45Z", - "DiscoKey": "discokey:f7156be9b23049e948b66c11a2d7753d5b042bcad5a03fe78122018b7c1bde49", - "Addresses": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "AllowedIPs": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49210}, - {"Proto": "peerapi6", "Port": 49210} - ]}, - "Created": "2026-04-09T01:27:45.912924926Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3107554585952354, - "StableID": "n7hWSzBRGR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "DiscoKey": "discokey:c2ba33aa0c382052292ebb88f491333a7d7ad7dbc5a7b3fd8b8b81ffcef56542", - "Addresses": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "AllowedIPs": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "Endpoints": ["77.164.248.136:60815", "10.65.0.27:60815", "172.17.0.1:60815"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 63250}, - {"Proto": "peerapi6", "Port": 63250} - ]}, - "Created": "2026-04-09T01:27:45.381634663Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4378534209887058, - "StableID": "nmLRYof3Cb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "DiscoKey": "discokey:af5c4a06e93bc52be3179a696102cdc5ba1c15ef76b556d88aaf61261d786217", - "Addresses": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "AllowedIPs": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "Endpoints": ["77.164.248.136:37974", "10.65.0.27:37974", "172.17.0.1:37974"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55986}, - {"Proto": "peerapi6", "Port": 55986} - ]}, - "Created": "2026-04-09T01:27:43.180770626Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5514336549702345, - "StableID": "nJ9TwgGT4k11CNTRL", + "ID": 696405059956405, + "StableID": "np6SR3PQS611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "DiscoKey": "discokey:e4439256097db5c4cbc510e154ee69afe350ec1233a22ddc5f3d5a57b0b73a4f", - "Addresses": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "AllowedIPs": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "Endpoints": ["77.164.248.136:56350", "10.65.0.27:56350", "172.17.0.1:56350"], + "Key": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "DiscoKey": "discokey:4ea9110867e34eea1d0f1a364718f93c5a83d2d6504788ba6ac6c142f54c501a", + "Addresses": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "AllowedIPs": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "Endpoints": ["77.164.248.136:44398", "10.65.0.27:44398", "172.17.0.1:44398"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49398}, - {"Proto": "peerapi6", "Port": 49398} + {"Proto": "peerapi4", "Port": 57515}, + {"Proto": "peerapi6", "Port": 57515} ]}, - "Created": "2026-04-09T01:27:44.84067177Z", + "Created": "2026-04-09T08:33:50.757669975Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6254885867068627, - "StableID": "nJNuDEFrqq11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1160055184932909, + "StableID": "nWqfGbgP4A11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "DiscoKey": "discokey:593aff6870e1f9f1f9d5f5eeb14019d9df23014fa17bdb964f68d3162c38626a", - "Addresses": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "AllowedIPs": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "Endpoints": ["77.164.248.136:37545", "10.65.0.27:37545", "172.17.0.1:37545"], + "Key": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "DiscoKey": "discokey:d3ef9b7d88ec9325737422a71da04a8c2a85dea2c314249e4ff9909fd4325347", + "Addresses": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "AllowedIPs": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "Endpoints": ["77.164.248.136:47946", "10.65.0.27:47946", "172.17.0.1:47946"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 53926}, - {"Proto": "peerapi6", "Port": 53926} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43051}, + {"Proto": "peerapi6", "Port": 43051} ]}, - "Created": "2026-04-09T01:27:41.562996032Z", + "Created": "2026-04-09T08:33:46.686027751Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7795699411780498, - "StableID": "ndSEueogs321CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "KeyExpiry": "2026-10-06T01:27:46Z", - "DiscoKey": "discokey:414aff36860890a884b678f991ea43ce65a68b5f76fa80069c70435f75465d45", - "Addresses": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "AllowedIPs": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "Endpoints": ["77.164.248.136:41529", "10.65.0.27:41529", "172.17.0.1:41529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 58767}, - {"Proto": "peerapi6", "Port": 58767} - ]}, - "Created": "2026-04-09T01:27:46.460699922Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7880204839493840, - "StableID": "nHjzAtcxX421CNTRL", + "ID": 1271530373223816, + "StableID": "n9VyvuwsvA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "DiscoKey": "discokey:79208e1cca8aa3d82c6dc722e09e525932f8e0ea037b732090e80a25de8da96a", - "Addresses": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "AllowedIPs": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "Key": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "DiscoKey": "discokey:f5e51972e3c76ba96f9e16a4ffe3b21658a827c6eb8a8c430b410f884d5e8106", + "Addresses": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "AllowedIPs": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "Endpoints": ["77.164.248.136:54301", "10.65.0.27:54301", "172.17.0.1:54301"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57529}, - {"Proto": "peerapi6", "Port": 57529} + {"Proto": "peerapi4", "Port": 34027}, + {"Proto": "peerapi6", "Port": 34027} ]}, - "Created": "2026-04-09T01:27:39.389186757Z", + "Created": "2026-04-09T08:33:45.075580526Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8117089834857645, - "StableID": "nv5D3nBFP621CNTRL", + "ID": 2658923542201783, + "StableID": "ncVNNwQEmM11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "DiscoKey": "discokey:4cabee62ba8f7b847e84ef70c0725064562265124e79320751b9c26bed5fa22e", - "Addresses": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "AllowedIPs": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "Key": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "DiscoKey": "discokey:1985ac108cca5aea8fbc1c5f13fb1fe9f522306474c6f24229b9c2d000b82a06", + "Addresses": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "AllowedIPs": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "Endpoints": ["77.164.248.136:43740", "10.65.0.27:43740", "172.17.0.1:43740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58387}, - {"Proto": "peerapi6", "Port": 58387} + {"Proto": "peerapi4", "Port": 61422}, + {"Proto": "peerapi6", "Port": 61422} ]}, - "Created": "2026-04-09T01:27:40.473433538Z", + "Created": "2026-04-09T08:33:46.148706083Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8641569950781083, - "StableID": "nYHJtZPnUA21CNTRL", + "ID": 3009921473273161, + "StableID": "nWjsbvXCWQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "DiscoKey": "discokey:1fb476edde69c118b54dbaf7750a6f6bb2e6c5460ade1d6f917e6be08a977346", + "Addresses": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "AllowedIPs": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 53369}, + {"Proto": "peerapi6", "Port": 53369} + ]}, + "Created": "2026-04-09T08:33:51.30263348Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3392792692238224, + "StableID": "nF699qubVT11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "DiscoKey": "discokey:53fc5f2ea51fc75c42a5e98644c48b55ca38cb18929538156b33360111e1ea2d", - "Addresses": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "AllowedIPs": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "Endpoints": ["77.164.248.136:59069", "10.65.0.27:59069", "172.17.0.1:59069"], + "Key": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "DiscoKey": "discokey:4fb8847d3f9e34978d8aafc52708151acdaed7337862d26ddbc9002936bf7548", + "Addresses": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "AllowedIPs": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "Endpoints": ["77.164.248.136:56920", "10.65.0.27:56920", "172.17.0.1:56920"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64753}, - {"Proto": "peerapi6", "Port": 64753} + {"Proto": "peerapi4", "Port": 43342}, + {"Proto": "peerapi6", "Port": 43342} ]}, - "Created": "2026-04-09T01:27:42.667829155Z", + "Created": "2026-04-09T08:33:48.481648847Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 3681145924823567, + "StableID": "nExJtkTCkV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:debd769312d855dbf7777faa83b4f3383266daf5634d63a5f5d4f320cde9ad5d", + "Addresses": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "AllowedIPs": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "Endpoints": ["77.164.248.136:50307", "10.65.0.27:50307", "172.17.0.1:50307"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48244}, + {"Proto": "peerapi6", "Port": 48244} + ]}, + "Created": "2026-04-09T08:33:52.395126346Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4808980899005026, + "StableID": "njftTsmzYe11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "KeyExpiry": "2026-10-06T08:33:51Z", + "DiscoKey": "discokey:a756ee803f3a658dfdd046f489cb639f74a24820a1eddbab06fbf74d3dbcae65", + "Addresses": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "AllowedIPs": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "Endpoints": ["77.164.248.136:49519", "10.65.0.27:49519", "172.17.0.1:49519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33639}, + {"Proto": "peerapi6", "Port": 33639} + ]}, + "Created": "2026-04-09T08:33:51.87199962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6453691850097003, + "StableID": "nWGVAQYtPs11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "DiscoKey": "discokey:df16b1111e60e10f79f6a5de2689aafd193527703e2350eee0d2ecf031a63d3b", + "Addresses": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "AllowedIPs": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "Endpoints": ["77.164.248.136:46467", "10.65.0.27:46467", "172.17.0.1:46467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 51413}, + {"Proto": "peerapi6", "Port": 51413} + ]}, + "Created": "2026-04-09T08:33:45.613423914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7000796377342785, + "StableID": "nvwMms3gfw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "DiscoKey": "discokey:f6079a6bfae21b42319c35b56971002a65c91eaed10b6188335cdbbdc0676f4e", + "Addresses": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "AllowedIPs": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "Endpoints": ["77.164.248.136:54856", "10.65.0.27:54856", "172.17.0.1:54856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34281}, + {"Proto": "peerapi6", "Port": 34281} + ]}, + "Created": "2026-04-09T08:33:47.239811559Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7258873496283521, + "StableID": "n8EH2HJZgy11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "DiscoKey": "discokey:fa6f15b00b1dc9be9df8a8165b1cd7f36ee5fd01c8bcac08b2f5984c7094d150", + "Addresses": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "AllowedIPs": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "Endpoints": ["77.164.248.136:48233", "10.65.0.27:48233", "172.17.0.1:48233"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58590}, + {"Proto": "peerapi6", "Port": 58590} + ]}, + "Created": "2026-04-09T08:33:49.126990484Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8962386861488205, + "StableID": "n4CUhuh5zC21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "DiscoKey": "discokey:db5a83ef2f528f750467c4cc62539552f5dd89e3f35f121c2e7ad7d9ad11b859", + "Addresses": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "AllowedIPs": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38279}, + {"Proto": "peerapi6", "Port": 38279} + ]}, + "Created": "2026-04-09T08:33:49.661904262Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3018,7 +3025,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.113.116.47"}, {"nodeIP": "fd7a:115c:a1e0::7f37:742f"}], + "principals": [{"nodeIP": "100.86.168.30"}, {"nodeIP": "fd7a:115c:a1e0::3437:a81e"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -3847,26 +3854,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.113.116.47"}, {"nodeIP": "fd7a:115c:a1e0::7f37:742f"}], + "principals": [{"nodeIP": "100.86.168.30"}, {"nodeIP": "fd7a:115c:a1e0::3437:a81e"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -3903,26 +3911,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8117089834857645, - "StableID": "nv5D3nBFP621CNTRL", + "ID": 2658923542201783, + "StableID": "ncVNNwQEmM11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 8117089834857645, - "Key": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "DiscoKey": "discokey:4cabee62ba8f7b847e84ef70c0725064562265124e79320751b9c26bed5fa22e", - "Addresses": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "AllowedIPs": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "User": 2658923542201783, + "Key": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "DiscoKey": "discokey:1985ac108cca5aea8fbc1c5f13fb1fe9f522306474c6f24229b9c2d000b82a06", + "Addresses": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "AllowedIPs": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "Endpoints": ["77.164.248.136:43740", "10.65.0.27:43740", "172.17.0.1:43740"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 58387}, - {"Proto": "peerapi6", "Port": 58387}, + {"Proto": "peerapi4", "Port": 61422}, + {"Proto": "peerapi6", "Port": 61422}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:27:40.473433538Z", + "Created": "2026-04-09T08:33:46.148706083Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3950,301 +3958,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "MachineKey": "mkey:013913f5d832a02e6f273f46157eb9b3e789d4ee0f9c63a3036c58aa9dbb9735", + "NodeKey": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "MachineKey": "mkey:312a85b1aecaaabd294445b36d28c56b4943ae6444e978ba26400f6d725a7212", "Peers": [{ - "ID": 851339227138218, - "StableID": "nqvDEoEae711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "KeyExpiry": "2026-10-06T01:27:47Z", - "DiscoKey": "discokey:7f05f7521340d8a9d020ba6986ac69e3f98b5a6152076641c1543ad7e57e6379", - "Addresses": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "AllowedIPs": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "Endpoints": ["77.164.248.136:42077", "10.65.0.27:42077", "172.17.0.1:42077"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56030}, - {"Proto": "peerapi6", "Port": 56030} - ]}, - "Created": "2026-04-09T01:27:47.006766343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1488812030507930, - "StableID": "nunSwuZHdC11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "DiscoKey": "discokey:b84721230e9927bf3c86a758bb1b6f899878bc8268a4a52a298cdca53352e044", - "Addresses": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "AllowedIPs": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "Endpoints": ["77.164.248.136:55345", "10.65.0.27:55345", "172.17.0.1:55345"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39696}, - {"Proto": "peerapi6", "Port": 39696} - ]}, - "Created": "2026-04-09T01:27:41.020655129Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1744707222234209, - "StableID": "n6R4m1WBdE11CNTRL", + "ID": 164214705962432, + "StableID": "n3CsEEeNH211CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "DiscoKey": "discokey:5714bfd62264108a021556441e4afbee610d79894c47fca76085c26e19e2c24b", - "Addresses": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "AllowedIPs": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "Endpoints": ["77.164.248.136:47113", "10.65.0.27:47113", "172.17.0.1:47113"], + "Key": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "DiscoKey": "discokey:56ac46fec3913ac63a23c001879eb9ea1fc58aaaed5fd80b3264361a9ead2648", + "Addresses": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "AllowedIPs": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "Endpoints": ["77.164.248.136:39538", "10.65.0.27:39538", "172.17.0.1:39538"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 54586}, - {"Proto": "peerapi6", "Port": 54586} + {"Proto": "peerapi4", "Port": 46340}, + {"Proto": "peerapi6", "Port": 46340} ]}, - "Created": "2026-04-09T01:27:44.294200169Z", + "Created": "2026-04-09T08:33:50.225063782Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1980676198319090, - "StableID": "nDn29J14UG11CNTRL", + "ID": 289250599184917, + "StableID": "ng8Zx781G311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:74b1b878779b822a95b6986ec130bc7ba9e5ba5b8b530b4d0f8631b24259c570", + "Addresses": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "AllowedIPs": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "Endpoints": ["77.164.248.136:47023", "10.65.0.27:47023", "172.17.0.1:47023"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 32914}, + {"Proto": "peerapi6", "Port": 32914} + ]}, + "Created": "2026-04-09T08:33:52.922078039Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 594917230901754, + "StableID": "n92oV5USe511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "DiscoKey": "discokey:88d18a43287dbc29803ccdaca8a0edc047396438a0790456d2696d8c3321a449", - "Addresses": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "AllowedIPs": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "Endpoints": ["77.164.248.136:55958", "10.65.0.27:55958", "172.17.0.1:55958"], + "Key": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "DiscoKey": "discokey:cce347135aee212fe173e84b1766b67e45041c5f68e0464fb74318a0ee5bf76a", + "Addresses": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "AllowedIPs": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "Endpoints": ["77.164.248.136:34335", "10.65.0.27:34335", "172.17.0.1:34335"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 54273}, - {"Proto": "peerapi6", "Port": 54273} + {"Proto": "peerapi4", "Port": 36626}, + {"Proto": "peerapi6", "Port": 36626} ]}, - "Created": "2026-04-09T01:27:42.099809571Z", + "Created": "2026-04-09T08:33:47.772739581Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 2252919310626770, - "StableID": "njFniTNMbJ11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "DiscoKey": "discokey:74ce0bc0a13b9598f4ddb5c0d67bab023ee3e3c5728a4cc2644ed46c58a0cb11", - "Addresses": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "AllowedIPs": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "Endpoints": ["77.164.248.136:60367", "10.65.0.27:60367", "172.17.0.1:60367"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 41107}, - {"Proto": "peerapi6", "Port": 41107} - ]}, - "Created": "2026-04-09T01:27:43.732217199Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2685090294883016, - "StableID": "njeYhbm5yM11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "DiscoKey": "discokey:b9abf612468c6982c01f996eb8123e54395e0d237455eda5fd626ef52494335c", - "Addresses": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "AllowedIPs": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "Endpoints": ["77.164.248.136:55475", "10.65.0.27:55475", "172.17.0.1:55475"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57155}, - {"Proto": "peerapi6", "Port": 57155} - ]}, - "Created": "2026-04-09T01:27:39.923664405Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2843611112126694, - "StableID": "nqrQVqqsCP11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "KeyExpiry": "2026-10-06T01:27:45Z", - "DiscoKey": "discokey:f7156be9b23049e948b66c11a2d7753d5b042bcad5a03fe78122018b7c1bde49", - "Addresses": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "AllowedIPs": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49210}, - {"Proto": "peerapi6", "Port": 49210} - ]}, - "Created": "2026-04-09T01:27:45.912924926Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3107554585952354, - "StableID": "n7hWSzBRGR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "DiscoKey": "discokey:c2ba33aa0c382052292ebb88f491333a7d7ad7dbc5a7b3fd8b8b81ffcef56542", - "Addresses": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "AllowedIPs": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "Endpoints": ["77.164.248.136:60815", "10.65.0.27:60815", "172.17.0.1:60815"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 63250}, - {"Proto": "peerapi6", "Port": 63250} - ]}, - "Created": "2026-04-09T01:27:45.381634663Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4378534209887058, - "StableID": "nmLRYof3Cb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "DiscoKey": "discokey:af5c4a06e93bc52be3179a696102cdc5ba1c15ef76b556d88aaf61261d786217", - "Addresses": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "AllowedIPs": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "Endpoints": ["77.164.248.136:37974", "10.65.0.27:37974", "172.17.0.1:37974"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55986}, - {"Proto": "peerapi6", "Port": 55986} - ]}, - "Created": "2026-04-09T01:27:43.180770626Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5514336549702345, - "StableID": "nJ9TwgGT4k11CNTRL", + "ID": 696405059956405, + "StableID": "np6SR3PQS611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "DiscoKey": "discokey:e4439256097db5c4cbc510e154ee69afe350ec1233a22ddc5f3d5a57b0b73a4f", - "Addresses": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "AllowedIPs": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "Endpoints": ["77.164.248.136:56350", "10.65.0.27:56350", "172.17.0.1:56350"], + "Key": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "DiscoKey": "discokey:4ea9110867e34eea1d0f1a364718f93c5a83d2d6504788ba6ac6c142f54c501a", + "Addresses": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "AllowedIPs": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "Endpoints": ["77.164.248.136:44398", "10.65.0.27:44398", "172.17.0.1:44398"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49398}, - {"Proto": "peerapi6", "Port": 49398} + {"Proto": "peerapi4", "Port": 57515}, + {"Proto": "peerapi6", "Port": 57515} ]}, - "Created": "2026-04-09T01:27:44.84067177Z", + "Created": "2026-04-09T08:33:50.757669975Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6254885867068627, - "StableID": "nJNuDEFrqq11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1160055184932909, + "StableID": "nWqfGbgP4A11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "DiscoKey": "discokey:593aff6870e1f9f1f9d5f5eeb14019d9df23014fa17bdb964f68d3162c38626a", - "Addresses": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "AllowedIPs": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "Endpoints": ["77.164.248.136:37545", "10.65.0.27:37545", "172.17.0.1:37545"], + "Key": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "DiscoKey": "discokey:d3ef9b7d88ec9325737422a71da04a8c2a85dea2c314249e4ff9909fd4325347", + "Addresses": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "AllowedIPs": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "Endpoints": ["77.164.248.136:47946", "10.65.0.27:47946", "172.17.0.1:47946"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 53926}, - {"Proto": "peerapi6", "Port": 53926} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43051}, + {"Proto": "peerapi6", "Port": 43051} ]}, - "Created": "2026-04-09T01:27:41.562996032Z", + "Created": "2026-04-09T08:33:46.686027751Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7795699411780498, - "StableID": "ndSEueogs321CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "KeyExpiry": "2026-10-06T01:27:46Z", - "DiscoKey": "discokey:414aff36860890a884b678f991ea43ce65a68b5f76fa80069c70435f75465d45", - "Addresses": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "AllowedIPs": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "Endpoints": ["77.164.248.136:41529", "10.65.0.27:41529", "172.17.0.1:41529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 58767}, - {"Proto": "peerapi6", "Port": 58767} - ]}, - "Created": "2026-04-09T01:27:46.460699922Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7880204839493840, - "StableID": "nHjzAtcxX421CNTRL", + "ID": 1271530373223816, + "StableID": "n9VyvuwsvA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "DiscoKey": "discokey:79208e1cca8aa3d82c6dc722e09e525932f8e0ea037b732090e80a25de8da96a", - "Addresses": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "AllowedIPs": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "Key": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "DiscoKey": "discokey:f5e51972e3c76ba96f9e16a4ffe3b21658a827c6eb8a8c430b410f884d5e8106", + "Addresses": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "AllowedIPs": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "Endpoints": ["77.164.248.136:54301", "10.65.0.27:54301", "172.17.0.1:54301"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57529}, - {"Proto": "peerapi6", "Port": 57529} + {"Proto": "peerapi4", "Port": 34027}, + {"Proto": "peerapi6", "Port": 34027} ]}, - "Created": "2026-04-09T01:27:39.389186757Z", + "Created": "2026-04-09T08:33:45.075580526Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8641569950781083, - "StableID": "nYHJtZPnUA21CNTRL", + "ID": 3009921473273161, + "StableID": "nWjsbvXCWQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "DiscoKey": "discokey:1fb476edde69c118b54dbaf7750a6f6bb2e6c5460ade1d6f917e6be08a977346", + "Addresses": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "AllowedIPs": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 53369}, + {"Proto": "peerapi6", "Port": 53369} + ]}, + "Created": "2026-04-09T08:33:51.30263348Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3392792692238224, + "StableID": "nF699qubVT11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "DiscoKey": "discokey:53fc5f2ea51fc75c42a5e98644c48b55ca38cb18929538156b33360111e1ea2d", - "Addresses": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "AllowedIPs": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "Endpoints": ["77.164.248.136:59069", "10.65.0.27:59069", "172.17.0.1:59069"], + "Key": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "DiscoKey": "discokey:4fb8847d3f9e34978d8aafc52708151acdaed7337862d26ddbc9002936bf7548", + "Addresses": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "AllowedIPs": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "Endpoints": ["77.164.248.136:56920", "10.65.0.27:56920", "172.17.0.1:56920"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64753}, - {"Proto": "peerapi6", "Port": 64753} + {"Proto": "peerapi4", "Port": 43342}, + {"Proto": "peerapi6", "Port": 43342} ]}, - "Created": "2026-04-09T01:27:42.667829155Z", + "Created": "2026-04-09T08:33:48.481648847Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 3681145924823567, + "StableID": "nExJtkTCkV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:debd769312d855dbf7777faa83b4f3383266daf5634d63a5f5d4f320cde9ad5d", + "Addresses": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "AllowedIPs": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "Endpoints": ["77.164.248.136:50307", "10.65.0.27:50307", "172.17.0.1:50307"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48244}, + {"Proto": "peerapi6", "Port": 48244} + ]}, + "Created": "2026-04-09T08:33:52.395126346Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4808980899005026, + "StableID": "njftTsmzYe11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "KeyExpiry": "2026-10-06T08:33:51Z", + "DiscoKey": "discokey:a756ee803f3a658dfdd046f489cb639f74a24820a1eddbab06fbf74d3dbcae65", + "Addresses": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "AllowedIPs": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "Endpoints": ["77.164.248.136:49519", "10.65.0.27:49519", "172.17.0.1:49519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33639}, + {"Proto": "peerapi6", "Port": 33639} + ]}, + "Created": "2026-04-09T08:33:51.87199962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6453691850097003, + "StableID": "nWGVAQYtPs11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "DiscoKey": "discokey:df16b1111e60e10f79f6a5de2689aafd193527703e2350eee0d2ecf031a63d3b", + "Addresses": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "AllowedIPs": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "Endpoints": ["77.164.248.136:46467", "10.65.0.27:46467", "172.17.0.1:46467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 51413}, + {"Proto": "peerapi6", "Port": 51413} + ]}, + "Created": "2026-04-09T08:33:45.613423914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7000796377342785, + "StableID": "nvwMms3gfw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "DiscoKey": "discokey:f6079a6bfae21b42319c35b56971002a65c91eaed10b6188335cdbbdc0676f4e", + "Addresses": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "AllowedIPs": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "Endpoints": ["77.164.248.136:54856", "10.65.0.27:54856", "172.17.0.1:54856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34281}, + {"Proto": "peerapi6", "Port": 34281} + ]}, + "Created": "2026-04-09T08:33:47.239811559Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7258873496283521, + "StableID": "n8EH2HJZgy11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "DiscoKey": "discokey:fa6f15b00b1dc9be9df8a8165b1cd7f36ee5fd01c8bcac08b2f5984c7094d150", + "Addresses": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "AllowedIPs": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "Endpoints": ["77.164.248.136:48233", "10.65.0.27:48233", "172.17.0.1:48233"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58590}, + {"Proto": "peerapi6", "Port": 58590} + ]}, + "Created": "2026-04-09T08:33:49.126990484Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8962386861488205, + "StableID": "n4CUhuh5zC21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "DiscoKey": "discokey:db5a83ef2f528f750467c4cc62539552f5dd89e3f35f121c2e7ad7d9ad11b859", + "Addresses": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "AllowedIPs": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38279}, + {"Proto": "peerapi6", "Port": 38279} + ]}, + "Created": "2026-04-09T08:33:49.661904262Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5092,27 +5101,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8117089834857645": { - "ID": 8117089834857645, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2658923542201783": { + "ID": 2658923542201783, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "fearow": { @@ -5143,26 +5154,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4378534209887058, - "StableID": "nmLRYof3Cb11CNTRL", + "ID": 7258873496283521, + "StableID": "n8EH2HJZgy11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 4378534209887058, - "Key": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "DiscoKey": "discokey:af5c4a06e93bc52be3179a696102cdc5ba1c15ef76b556d88aaf61261d786217", - "Addresses": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "AllowedIPs": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "Endpoints": ["77.164.248.136:37974", "10.65.0.27:37974", "172.17.0.1:37974"], + "User": 7258873496283521, + "Key": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "DiscoKey": "discokey:fa6f15b00b1dc9be9df8a8165b1cd7f36ee5fd01c8bcac08b2f5984c7094d150", + "Addresses": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "AllowedIPs": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "Endpoints": ["77.164.248.136:48233", "10.65.0.27:48233", "172.17.0.1:48233"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 55986}, - {"Proto": "peerapi6", "Port": 55986}, + {"Proto": "peerapi4", "Port": 58590}, + {"Proto": "peerapi6", "Port": 58590}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:27:43.180770626Z", + "Created": "2026-04-09T08:33:49.126990484Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5190,301 +5201,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "MachineKey": "mkey:a3e2b95dc7b7bafc9181e3c16ddfbded92f5444d44466a55df7e6264b8faa92e", + "NodeKey": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "MachineKey": "mkey:8bf717c099723ea96cd29dc8bf32b1a171aaf0012b117d3ce9081ec590f7826a", "Peers": [{ - "ID": 851339227138218, - "StableID": "nqvDEoEae711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "KeyExpiry": "2026-10-06T01:27:47Z", - "DiscoKey": "discokey:7f05f7521340d8a9d020ba6986ac69e3f98b5a6152076641c1543ad7e57e6379", - "Addresses": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "AllowedIPs": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "Endpoints": ["77.164.248.136:42077", "10.65.0.27:42077", "172.17.0.1:42077"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56030}, - {"Proto": "peerapi6", "Port": 56030} - ]}, - "Created": "2026-04-09T01:27:47.006766343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1488812030507930, - "StableID": "nunSwuZHdC11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "DiscoKey": "discokey:b84721230e9927bf3c86a758bb1b6f899878bc8268a4a52a298cdca53352e044", - "Addresses": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "AllowedIPs": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "Endpoints": ["77.164.248.136:55345", "10.65.0.27:55345", "172.17.0.1:55345"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39696}, - {"Proto": "peerapi6", "Port": 39696} - ]}, - "Created": "2026-04-09T01:27:41.020655129Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1744707222234209, - "StableID": "n6R4m1WBdE11CNTRL", + "ID": 164214705962432, + "StableID": "n3CsEEeNH211CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "DiscoKey": "discokey:5714bfd62264108a021556441e4afbee610d79894c47fca76085c26e19e2c24b", - "Addresses": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "AllowedIPs": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "Endpoints": ["77.164.248.136:47113", "10.65.0.27:47113", "172.17.0.1:47113"], + "Key": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "DiscoKey": "discokey:56ac46fec3913ac63a23c001879eb9ea1fc58aaaed5fd80b3264361a9ead2648", + "Addresses": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "AllowedIPs": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "Endpoints": ["77.164.248.136:39538", "10.65.0.27:39538", "172.17.0.1:39538"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 54586}, - {"Proto": "peerapi6", "Port": 54586} + {"Proto": "peerapi4", "Port": 46340}, + {"Proto": "peerapi6", "Port": 46340} ]}, - "Created": "2026-04-09T01:27:44.294200169Z", + "Created": "2026-04-09T08:33:50.225063782Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1980676198319090, - "StableID": "nDn29J14UG11CNTRL", + "ID": 289250599184917, + "StableID": "ng8Zx781G311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:74b1b878779b822a95b6986ec130bc7ba9e5ba5b8b530b4d0f8631b24259c570", + "Addresses": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "AllowedIPs": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "Endpoints": ["77.164.248.136:47023", "10.65.0.27:47023", "172.17.0.1:47023"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 32914}, + {"Proto": "peerapi6", "Port": 32914} + ]}, + "Created": "2026-04-09T08:33:52.922078039Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 594917230901754, + "StableID": "n92oV5USe511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "DiscoKey": "discokey:88d18a43287dbc29803ccdaca8a0edc047396438a0790456d2696d8c3321a449", - "Addresses": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "AllowedIPs": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "Endpoints": ["77.164.248.136:55958", "10.65.0.27:55958", "172.17.0.1:55958"], + "Key": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "DiscoKey": "discokey:cce347135aee212fe173e84b1766b67e45041c5f68e0464fb74318a0ee5bf76a", + "Addresses": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "AllowedIPs": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "Endpoints": ["77.164.248.136:34335", "10.65.0.27:34335", "172.17.0.1:34335"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 54273}, - {"Proto": "peerapi6", "Port": 54273} + {"Proto": "peerapi4", "Port": 36626}, + {"Proto": "peerapi6", "Port": 36626} ]}, - "Created": "2026-04-09T01:27:42.099809571Z", + "Created": "2026-04-09T08:33:47.772739581Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 2252919310626770, - "StableID": "njFniTNMbJ11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "DiscoKey": "discokey:74ce0bc0a13b9598f4ddb5c0d67bab023ee3e3c5728a4cc2644ed46c58a0cb11", - "Addresses": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "AllowedIPs": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "Endpoints": ["77.164.248.136:60367", "10.65.0.27:60367", "172.17.0.1:60367"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 41107}, - {"Proto": "peerapi6", "Port": 41107} - ]}, - "Created": "2026-04-09T01:27:43.732217199Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2685090294883016, - "StableID": "njeYhbm5yM11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "DiscoKey": "discokey:b9abf612468c6982c01f996eb8123e54395e0d237455eda5fd626ef52494335c", - "Addresses": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "AllowedIPs": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "Endpoints": ["77.164.248.136:55475", "10.65.0.27:55475", "172.17.0.1:55475"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57155}, - {"Proto": "peerapi6", "Port": 57155} - ]}, - "Created": "2026-04-09T01:27:39.923664405Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2843611112126694, - "StableID": "nqrQVqqsCP11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "KeyExpiry": "2026-10-06T01:27:45Z", - "DiscoKey": "discokey:f7156be9b23049e948b66c11a2d7753d5b042bcad5a03fe78122018b7c1bde49", - "Addresses": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "AllowedIPs": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49210}, - {"Proto": "peerapi6", "Port": 49210} - ]}, - "Created": "2026-04-09T01:27:45.912924926Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3107554585952354, - "StableID": "n7hWSzBRGR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "DiscoKey": "discokey:c2ba33aa0c382052292ebb88f491333a7d7ad7dbc5a7b3fd8b8b81ffcef56542", - "Addresses": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "AllowedIPs": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "Endpoints": ["77.164.248.136:60815", "10.65.0.27:60815", "172.17.0.1:60815"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 63250}, - {"Proto": "peerapi6", "Port": 63250} - ]}, - "Created": "2026-04-09T01:27:45.381634663Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5514336549702345, - "StableID": "nJ9TwgGT4k11CNTRL", + "ID": 696405059956405, + "StableID": "np6SR3PQS611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "DiscoKey": "discokey:e4439256097db5c4cbc510e154ee69afe350ec1233a22ddc5f3d5a57b0b73a4f", - "Addresses": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "AllowedIPs": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "Endpoints": ["77.164.248.136:56350", "10.65.0.27:56350", "172.17.0.1:56350"], + "Key": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "DiscoKey": "discokey:4ea9110867e34eea1d0f1a364718f93c5a83d2d6504788ba6ac6c142f54c501a", + "Addresses": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "AllowedIPs": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "Endpoints": ["77.164.248.136:44398", "10.65.0.27:44398", "172.17.0.1:44398"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49398}, - {"Proto": "peerapi6", "Port": 49398} + {"Proto": "peerapi4", "Port": 57515}, + {"Proto": "peerapi6", "Port": 57515} ]}, - "Created": "2026-04-09T01:27:44.84067177Z", + "Created": "2026-04-09T08:33:50.757669975Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6254885867068627, - "StableID": "nJNuDEFrqq11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1160055184932909, + "StableID": "nWqfGbgP4A11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "DiscoKey": "discokey:593aff6870e1f9f1f9d5f5eeb14019d9df23014fa17bdb964f68d3162c38626a", - "Addresses": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "AllowedIPs": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "Endpoints": ["77.164.248.136:37545", "10.65.0.27:37545", "172.17.0.1:37545"], + "Key": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "DiscoKey": "discokey:d3ef9b7d88ec9325737422a71da04a8c2a85dea2c314249e4ff9909fd4325347", + "Addresses": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "AllowedIPs": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "Endpoints": ["77.164.248.136:47946", "10.65.0.27:47946", "172.17.0.1:47946"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 53926}, - {"Proto": "peerapi6", "Port": 53926} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43051}, + {"Proto": "peerapi6", "Port": 43051} ]}, - "Created": "2026-04-09T01:27:41.562996032Z", + "Created": "2026-04-09T08:33:46.686027751Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7795699411780498, - "StableID": "ndSEueogs321CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "KeyExpiry": "2026-10-06T01:27:46Z", - "DiscoKey": "discokey:414aff36860890a884b678f991ea43ce65a68b5f76fa80069c70435f75465d45", - "Addresses": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "AllowedIPs": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "Endpoints": ["77.164.248.136:41529", "10.65.0.27:41529", "172.17.0.1:41529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 58767}, - {"Proto": "peerapi6", "Port": 58767} - ]}, - "Created": "2026-04-09T01:27:46.460699922Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7880204839493840, - "StableID": "nHjzAtcxX421CNTRL", + "ID": 1271530373223816, + "StableID": "n9VyvuwsvA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "DiscoKey": "discokey:79208e1cca8aa3d82c6dc722e09e525932f8e0ea037b732090e80a25de8da96a", - "Addresses": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "AllowedIPs": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "Key": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "DiscoKey": "discokey:f5e51972e3c76ba96f9e16a4ffe3b21658a827c6eb8a8c430b410f884d5e8106", + "Addresses": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "AllowedIPs": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "Endpoints": ["77.164.248.136:54301", "10.65.0.27:54301", "172.17.0.1:54301"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57529}, - {"Proto": "peerapi6", "Port": 57529} + {"Proto": "peerapi4", "Port": 34027}, + {"Proto": "peerapi6", "Port": 34027} ]}, - "Created": "2026-04-09T01:27:39.389186757Z", + "Created": "2026-04-09T08:33:45.075580526Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8117089834857645, - "StableID": "nv5D3nBFP621CNTRL", + "ID": 2658923542201783, + "StableID": "ncVNNwQEmM11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "DiscoKey": "discokey:4cabee62ba8f7b847e84ef70c0725064562265124e79320751b9c26bed5fa22e", - "Addresses": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "AllowedIPs": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "Key": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "DiscoKey": "discokey:1985ac108cca5aea8fbc1c5f13fb1fe9f522306474c6f24229b9c2d000b82a06", + "Addresses": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "AllowedIPs": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "Endpoints": ["77.164.248.136:43740", "10.65.0.27:43740", "172.17.0.1:43740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58387}, - {"Proto": "peerapi6", "Port": 58387} + {"Proto": "peerapi4", "Port": 61422}, + {"Proto": "peerapi6", "Port": 61422} ]}, - "Created": "2026-04-09T01:27:40.473433538Z", + "Created": "2026-04-09T08:33:46.148706083Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8641569950781083, - "StableID": "nYHJtZPnUA21CNTRL", + "ID": 3009921473273161, + "StableID": "nWjsbvXCWQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "DiscoKey": "discokey:1fb476edde69c118b54dbaf7750a6f6bb2e6c5460ade1d6f917e6be08a977346", + "Addresses": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "AllowedIPs": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 53369}, + {"Proto": "peerapi6", "Port": 53369} + ]}, + "Created": "2026-04-09T08:33:51.30263348Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3392792692238224, + "StableID": "nF699qubVT11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "DiscoKey": "discokey:53fc5f2ea51fc75c42a5e98644c48b55ca38cb18929538156b33360111e1ea2d", - "Addresses": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "AllowedIPs": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "Endpoints": ["77.164.248.136:59069", "10.65.0.27:59069", "172.17.0.1:59069"], + "Key": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "DiscoKey": "discokey:4fb8847d3f9e34978d8aafc52708151acdaed7337862d26ddbc9002936bf7548", + "Addresses": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "AllowedIPs": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "Endpoints": ["77.164.248.136:56920", "10.65.0.27:56920", "172.17.0.1:56920"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64753}, - {"Proto": "peerapi6", "Port": 64753} + {"Proto": "peerapi4", "Port": 43342}, + {"Proto": "peerapi6", "Port": 43342} ]}, - "Created": "2026-04-09T01:27:42.667829155Z", + "Created": "2026-04-09T08:33:48.481648847Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 3681145924823567, + "StableID": "nExJtkTCkV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:debd769312d855dbf7777faa83b4f3383266daf5634d63a5f5d4f320cde9ad5d", + "Addresses": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "AllowedIPs": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "Endpoints": ["77.164.248.136:50307", "10.65.0.27:50307", "172.17.0.1:50307"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48244}, + {"Proto": "peerapi6", "Port": 48244} + ]}, + "Created": "2026-04-09T08:33:52.395126346Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4808980899005026, + "StableID": "njftTsmzYe11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "KeyExpiry": "2026-10-06T08:33:51Z", + "DiscoKey": "discokey:a756ee803f3a658dfdd046f489cb639f74a24820a1eddbab06fbf74d3dbcae65", + "Addresses": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "AllowedIPs": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "Endpoints": ["77.164.248.136:49519", "10.65.0.27:49519", "172.17.0.1:49519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33639}, + {"Proto": "peerapi6", "Port": 33639} + ]}, + "Created": "2026-04-09T08:33:51.87199962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6453691850097003, + "StableID": "nWGVAQYtPs11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "DiscoKey": "discokey:df16b1111e60e10f79f6a5de2689aafd193527703e2350eee0d2ecf031a63d3b", + "Addresses": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "AllowedIPs": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "Endpoints": ["77.164.248.136:46467", "10.65.0.27:46467", "172.17.0.1:46467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 51413}, + {"Proto": "peerapi6", "Port": 51413} + ]}, + "Created": "2026-04-09T08:33:45.613423914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7000796377342785, + "StableID": "nvwMms3gfw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "DiscoKey": "discokey:f6079a6bfae21b42319c35b56971002a65c91eaed10b6188335cdbbdc0676f4e", + "Addresses": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "AllowedIPs": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "Endpoints": ["77.164.248.136:54856", "10.65.0.27:54856", "172.17.0.1:54856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34281}, + {"Proto": "peerapi6", "Port": 34281} + ]}, + "Created": "2026-04-09T08:33:47.239811559Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8962386861488205, + "StableID": "n4CUhuh5zC21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "DiscoKey": "discokey:db5a83ef2f528f750467c4cc62539552f5dd89e3f35f121c2e7ad7d9ad11b859", + "Addresses": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "AllowedIPs": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38279}, + {"Proto": "peerapi6", "Port": 38279} + ]}, + "Created": "2026-04-09T08:33:49.661904262Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6332,27 +6344,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4378534209887058": { - "ID": 4378534209887058, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7258873496283521": { + "ID": 7258873496283521, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6383,21 +6397,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2843611112126694, - "StableID": "nqrQVqqsCP11CNTRL", + "ID": 4808980899005026, + "StableID": "njftTsmzYe11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "KeyExpiry": "2026-10-06T01:27:45Z", - "DiscoKey": "discokey:f7156be9b23049e948b66c11a2d7753d5b042bcad5a03fe78122018b7c1bde49", - "Addresses": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "AllowedIPs": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], + "Key": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "KeyExpiry": "2026-10-06T08:33:51Z", + "DiscoKey": "discokey:a756ee803f3a658dfdd046f489cb639f74a24820a1eddbab06fbf74d3dbcae65", + "Addresses": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "AllowedIPs": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "Endpoints": ["77.164.248.136:49519", "10.65.0.27:49519", "172.17.0.1:49519"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49210}, - {"Proto": "peerapi6", "Port": 49210}, + {"Proto": "peerapi4", "Port": 33639}, + {"Proto": "peerapi6", "Port": 33639}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:45.912924926Z", + "Created": "2026-04-09T08:33:51.87199962Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6424,302 +6439,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "MachineKey": "mkey:9398e1cbee8fc9a19d16758a1e5962191460fe41642ea9f7681043d82bae7c3d", + "NodeKey": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "MachineKey": "mkey:d6bf16f546a4c0454de88fdb959ac46318fe00c2b1546ccf33d0e463c93d2065", "Peers": [{ - "ID": 851339227138218, - "StableID": "nqvDEoEae711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "KeyExpiry": "2026-10-06T01:27:47Z", - "DiscoKey": "discokey:7f05f7521340d8a9d020ba6986ac69e3f98b5a6152076641c1543ad7e57e6379", - "Addresses": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "AllowedIPs": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "Endpoints": ["77.164.248.136:42077", "10.65.0.27:42077", "172.17.0.1:42077"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56030}, - {"Proto": "peerapi6", "Port": 56030} - ]}, - "Created": "2026-04-09T01:27:47.006766343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1488812030507930, - "StableID": "nunSwuZHdC11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "DiscoKey": "discokey:b84721230e9927bf3c86a758bb1b6f899878bc8268a4a52a298cdca53352e044", - "Addresses": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "AllowedIPs": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "Endpoints": ["77.164.248.136:55345", "10.65.0.27:55345", "172.17.0.1:55345"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39696}, - {"Proto": "peerapi6", "Port": 39696} - ]}, - "Created": "2026-04-09T01:27:41.020655129Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1744707222234209, - "StableID": "n6R4m1WBdE11CNTRL", + "ID": 164214705962432, + "StableID": "n3CsEEeNH211CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "DiscoKey": "discokey:5714bfd62264108a021556441e4afbee610d79894c47fca76085c26e19e2c24b", - "Addresses": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "AllowedIPs": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "Endpoints": ["77.164.248.136:47113", "10.65.0.27:47113", "172.17.0.1:47113"], + "Key": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "DiscoKey": "discokey:56ac46fec3913ac63a23c001879eb9ea1fc58aaaed5fd80b3264361a9ead2648", + "Addresses": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "AllowedIPs": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "Endpoints": ["77.164.248.136:39538", "10.65.0.27:39538", "172.17.0.1:39538"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 54586}, - {"Proto": "peerapi6", "Port": 54586} + {"Proto": "peerapi4", "Port": 46340}, + {"Proto": "peerapi6", "Port": 46340} ]}, - "Created": "2026-04-09T01:27:44.294200169Z", + "Created": "2026-04-09T08:33:50.225063782Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1980676198319090, - "StableID": "nDn29J14UG11CNTRL", + "ID": 289250599184917, + "StableID": "ng8Zx781G311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:74b1b878779b822a95b6986ec130bc7ba9e5ba5b8b530b4d0f8631b24259c570", + "Addresses": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "AllowedIPs": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "Endpoints": ["77.164.248.136:47023", "10.65.0.27:47023", "172.17.0.1:47023"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 32914}, + {"Proto": "peerapi6", "Port": 32914} + ]}, + "Created": "2026-04-09T08:33:52.922078039Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 594917230901754, + "StableID": "n92oV5USe511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "DiscoKey": "discokey:88d18a43287dbc29803ccdaca8a0edc047396438a0790456d2696d8c3321a449", - "Addresses": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "AllowedIPs": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "Endpoints": ["77.164.248.136:55958", "10.65.0.27:55958", "172.17.0.1:55958"], + "Key": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "DiscoKey": "discokey:cce347135aee212fe173e84b1766b67e45041c5f68e0464fb74318a0ee5bf76a", + "Addresses": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "AllowedIPs": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "Endpoints": ["77.164.248.136:34335", "10.65.0.27:34335", "172.17.0.1:34335"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 54273}, - {"Proto": "peerapi6", "Port": 54273} + {"Proto": "peerapi4", "Port": 36626}, + {"Proto": "peerapi6", "Port": 36626} ]}, - "Created": "2026-04-09T01:27:42.099809571Z", + "Created": "2026-04-09T08:33:47.772739581Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 2252919310626770, - "StableID": "njFniTNMbJ11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "DiscoKey": "discokey:74ce0bc0a13b9598f4ddb5c0d67bab023ee3e3c5728a4cc2644ed46c58a0cb11", - "Addresses": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "AllowedIPs": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "Endpoints": ["77.164.248.136:60367", "10.65.0.27:60367", "172.17.0.1:60367"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 41107}, - {"Proto": "peerapi6", "Port": 41107} - ]}, - "Created": "2026-04-09T01:27:43.732217199Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2685090294883016, - "StableID": "njeYhbm5yM11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "DiscoKey": "discokey:b9abf612468c6982c01f996eb8123e54395e0d237455eda5fd626ef52494335c", - "Addresses": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "AllowedIPs": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "Endpoints": ["77.164.248.136:55475", "10.65.0.27:55475", "172.17.0.1:55475"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57155}, - {"Proto": "peerapi6", "Port": 57155} - ]}, - "Created": "2026-04-09T01:27:39.923664405Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3107554585952354, - "StableID": "n7hWSzBRGR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "DiscoKey": "discokey:c2ba33aa0c382052292ebb88f491333a7d7ad7dbc5a7b3fd8b8b81ffcef56542", - "Addresses": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "AllowedIPs": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "Endpoints": ["77.164.248.136:60815", "10.65.0.27:60815", "172.17.0.1:60815"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 63250}, - {"Proto": "peerapi6", "Port": 63250} - ]}, - "Created": "2026-04-09T01:27:45.381634663Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4378534209887058, - "StableID": "nmLRYof3Cb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "DiscoKey": "discokey:af5c4a06e93bc52be3179a696102cdc5ba1c15ef76b556d88aaf61261d786217", - "Addresses": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "AllowedIPs": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "Endpoints": ["77.164.248.136:37974", "10.65.0.27:37974", "172.17.0.1:37974"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55986}, - {"Proto": "peerapi6", "Port": 55986} - ]}, - "Created": "2026-04-09T01:27:43.180770626Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5514336549702345, - "StableID": "nJ9TwgGT4k11CNTRL", + "ID": 696405059956405, + "StableID": "np6SR3PQS611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "DiscoKey": "discokey:e4439256097db5c4cbc510e154ee69afe350ec1233a22ddc5f3d5a57b0b73a4f", - "Addresses": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "AllowedIPs": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "Endpoints": ["77.164.248.136:56350", "10.65.0.27:56350", "172.17.0.1:56350"], + "Key": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "DiscoKey": "discokey:4ea9110867e34eea1d0f1a364718f93c5a83d2d6504788ba6ac6c142f54c501a", + "Addresses": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "AllowedIPs": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "Endpoints": ["77.164.248.136:44398", "10.65.0.27:44398", "172.17.0.1:44398"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49398}, - {"Proto": "peerapi6", "Port": 49398} + {"Proto": "peerapi4", "Port": 57515}, + {"Proto": "peerapi6", "Port": 57515} ]}, - "Created": "2026-04-09T01:27:44.84067177Z", + "Created": "2026-04-09T08:33:50.757669975Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6254885867068627, - "StableID": "nJNuDEFrqq11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1160055184932909, + "StableID": "nWqfGbgP4A11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "DiscoKey": "discokey:593aff6870e1f9f1f9d5f5eeb14019d9df23014fa17bdb964f68d3162c38626a", - "Addresses": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "AllowedIPs": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "Endpoints": ["77.164.248.136:37545", "10.65.0.27:37545", "172.17.0.1:37545"], + "Key": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "DiscoKey": "discokey:d3ef9b7d88ec9325737422a71da04a8c2a85dea2c314249e4ff9909fd4325347", + "Addresses": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "AllowedIPs": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "Endpoints": ["77.164.248.136:47946", "10.65.0.27:47946", "172.17.0.1:47946"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 53926}, - {"Proto": "peerapi6", "Port": 53926} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43051}, + {"Proto": "peerapi6", "Port": 43051} ]}, - "Created": "2026-04-09T01:27:41.562996032Z", + "Created": "2026-04-09T08:33:46.686027751Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7795699411780498, - "StableID": "ndSEueogs321CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "KeyExpiry": "2026-10-06T01:27:46Z", - "DiscoKey": "discokey:414aff36860890a884b678f991ea43ce65a68b5f76fa80069c70435f75465d45", - "Addresses": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "AllowedIPs": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "Endpoints": ["77.164.248.136:41529", "10.65.0.27:41529", "172.17.0.1:41529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 58767}, - {"Proto": "peerapi6", "Port": 58767} - ]}, - "Created": "2026-04-09T01:27:46.460699922Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7880204839493840, - "StableID": "nHjzAtcxX421CNTRL", + "ID": 1271530373223816, + "StableID": "n9VyvuwsvA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "DiscoKey": "discokey:79208e1cca8aa3d82c6dc722e09e525932f8e0ea037b732090e80a25de8da96a", - "Addresses": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "AllowedIPs": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "Key": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "DiscoKey": "discokey:f5e51972e3c76ba96f9e16a4ffe3b21658a827c6eb8a8c430b410f884d5e8106", + "Addresses": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "AllowedIPs": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "Endpoints": ["77.164.248.136:54301", "10.65.0.27:54301", "172.17.0.1:54301"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57529}, - {"Proto": "peerapi6", "Port": 57529} + {"Proto": "peerapi4", "Port": 34027}, + {"Proto": "peerapi6", "Port": 34027} ]}, - "Created": "2026-04-09T01:27:39.389186757Z", + "Created": "2026-04-09T08:33:45.075580526Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8117089834857645, - "StableID": "nv5D3nBFP621CNTRL", + "ID": 2658923542201783, + "StableID": "ncVNNwQEmM11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "DiscoKey": "discokey:4cabee62ba8f7b847e84ef70c0725064562265124e79320751b9c26bed5fa22e", - "Addresses": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "AllowedIPs": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "Key": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "DiscoKey": "discokey:1985ac108cca5aea8fbc1c5f13fb1fe9f522306474c6f24229b9c2d000b82a06", + "Addresses": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "AllowedIPs": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "Endpoints": ["77.164.248.136:43740", "10.65.0.27:43740", "172.17.0.1:43740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58387}, - {"Proto": "peerapi6", "Port": 58387} + {"Proto": "peerapi4", "Port": 61422}, + {"Proto": "peerapi6", "Port": 61422} ]}, - "Created": "2026-04-09T01:27:40.473433538Z", + "Created": "2026-04-09T08:33:46.148706083Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8641569950781083, - "StableID": "nYHJtZPnUA21CNTRL", + "ID": 3009921473273161, + "StableID": "nWjsbvXCWQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "DiscoKey": "discokey:1fb476edde69c118b54dbaf7750a6f6bb2e6c5460ade1d6f917e6be08a977346", + "Addresses": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "AllowedIPs": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 53369}, + {"Proto": "peerapi6", "Port": 53369} + ]}, + "Created": "2026-04-09T08:33:51.30263348Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3392792692238224, + "StableID": "nF699qubVT11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "DiscoKey": "discokey:53fc5f2ea51fc75c42a5e98644c48b55ca38cb18929538156b33360111e1ea2d", - "Addresses": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "AllowedIPs": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "Endpoints": ["77.164.248.136:59069", "10.65.0.27:59069", "172.17.0.1:59069"], + "Key": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "DiscoKey": "discokey:4fb8847d3f9e34978d8aafc52708151acdaed7337862d26ddbc9002936bf7548", + "Addresses": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "AllowedIPs": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "Endpoints": ["77.164.248.136:56920", "10.65.0.27:56920", "172.17.0.1:56920"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64753}, - {"Proto": "peerapi6", "Port": 64753} + {"Proto": "peerapi4", "Port": 43342}, + {"Proto": "peerapi6", "Port": 43342} ]}, - "Created": "2026-04-09T01:27:42.667829155Z", + "Created": "2026-04-09T08:33:48.481648847Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 3681145924823567, + "StableID": "nExJtkTCkV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:debd769312d855dbf7777faa83b4f3383266daf5634d63a5f5d4f320cde9ad5d", + "Addresses": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "AllowedIPs": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "Endpoints": ["77.164.248.136:50307", "10.65.0.27:50307", "172.17.0.1:50307"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48244}, + {"Proto": "peerapi6", "Port": 48244} + ]}, + "Created": "2026-04-09T08:33:52.395126346Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6453691850097003, + "StableID": "nWGVAQYtPs11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "DiscoKey": "discokey:df16b1111e60e10f79f6a5de2689aafd193527703e2350eee0d2ecf031a63d3b", + "Addresses": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "AllowedIPs": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "Endpoints": ["77.164.248.136:46467", "10.65.0.27:46467", "172.17.0.1:46467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 51413}, + {"Proto": "peerapi6", "Port": 51413} + ]}, + "Created": "2026-04-09T08:33:45.613423914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7000796377342785, + "StableID": "nvwMms3gfw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "DiscoKey": "discokey:f6079a6bfae21b42319c35b56971002a65c91eaed10b6188335cdbbdc0676f4e", + "Addresses": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "AllowedIPs": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "Endpoints": ["77.164.248.136:54856", "10.65.0.27:54856", "172.17.0.1:54856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34281}, + {"Proto": "peerapi6", "Port": 34281} + ]}, + "Created": "2026-04-09T08:33:47.239811559Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7258873496283521, + "StableID": "n8EH2HJZgy11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "DiscoKey": "discokey:fa6f15b00b1dc9be9df8a8165b1cd7f36ee5fd01c8bcac08b2f5984c7094d150", + "Addresses": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "AllowedIPs": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "Endpoints": ["77.164.248.136:48233", "10.65.0.27:48233", "172.17.0.1:48233"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58590}, + {"Proto": "peerapi6", "Port": 58590} + ]}, + "Created": "2026-04-09T08:33:49.126990484Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8962386861488205, + "StableID": "n4CUhuh5zC21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "DiscoKey": "discokey:db5a83ef2f528f750467c4cc62539552f5dd89e3f35f121c2e7ad7d9ad11b859", + "Addresses": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "AllowedIPs": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38279}, + {"Proto": "peerapi6", "Port": 38279} + ]}, + "Created": "2026-04-09T08:33:49.661904262Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6747,7 +6762,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.100.2.24"}, {"nodeIP": "fd7a:115c:a1e0::eb37:218"}], + "principals": [{"nodeIP": "100.76.48.122"}, {"nodeIP": "fd7a:115c:a1e0::af37:307a"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -7576,26 +7591,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.100.2.24"}, {"nodeIP": "fd7a:115c:a1e0::eb37:218"}], + "principals": [{"nodeIP": "100.76.48.122"}, {"nodeIP": "fd7a:115c:a1e0::af37:307a"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -7632,21 +7648,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5514336549702345, - "StableID": "nJ9TwgGT4k11CNTRL", + "ID": 696405059956405, + "StableID": "np6SR3PQS611CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 5514336549702345, - "Key": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "DiscoKey": "discokey:e4439256097db5c4cbc510e154ee69afe350ec1233a22ddc5f3d5a57b0b73a4f", - "Addresses": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "AllowedIPs": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "Endpoints": ["77.164.248.136:56350", "10.65.0.27:56350", "172.17.0.1:56350"], + "User": 696405059956405, + "Key": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "DiscoKey": "discokey:4ea9110867e34eea1d0f1a364718f93c5a83d2d6504788ba6ac6c142f54c501a", + "Addresses": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "AllowedIPs": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "Endpoints": ["77.164.248.136:44398", "10.65.0.27:44398", "172.17.0.1:44398"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 49398}, - {"Proto": "peerapi6", "Port": 49398}, + {"Proto": "peerapi4", "Port": 57515}, + {"Proto": "peerapi6", "Port": 57515}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:44.84067177Z", + "Created": "2026-04-09T08:33:50.757669975Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7674,299 +7690,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "MachineKey": "mkey:d8772e013af6b7a16ead22fb96fa6673fade5049e9b15a77d3564502e674f855", + "NodeKey": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "MachineKey": "mkey:e7bd172fc2c6a1e332b66804d221340ac1667d163432f753ec46f9386e6e3147", "Peers": [{ - "ID": 851339227138218, - "StableID": "nqvDEoEae711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "KeyExpiry": "2026-10-06T01:27:47Z", - "DiscoKey": "discokey:7f05f7521340d8a9d020ba6986ac69e3f98b5a6152076641c1543ad7e57e6379", - "Addresses": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "AllowedIPs": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56030}, - {"Proto": "peerapi6", "Port": 56030} - ]}, - "Created": "2026-04-09T01:27:47.006766343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1488812030507930, - "StableID": "nunSwuZHdC11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "DiscoKey": "discokey:b84721230e9927bf3c86a758bb1b6f899878bc8268a4a52a298cdca53352e044", - "Addresses": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "AllowedIPs": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "Endpoints": ["77.164.248.136:55345", "10.65.0.27:55345", "172.17.0.1:55345"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39696}, - {"Proto": "peerapi6", "Port": 39696} - ]}, - "Created": "2026-04-09T01:27:41.020655129Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1744707222234209, - "StableID": "n6R4m1WBdE11CNTRL", + "ID": 164214705962432, + "StableID": "n3CsEEeNH211CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "DiscoKey": "discokey:5714bfd62264108a021556441e4afbee610d79894c47fca76085c26e19e2c24b", - "Addresses": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "AllowedIPs": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "Endpoints": ["77.164.248.136:47113", "10.65.0.27:47113", "172.17.0.1:47113"], + "Key": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "DiscoKey": "discokey:56ac46fec3913ac63a23c001879eb9ea1fc58aaaed5fd80b3264361a9ead2648", + "Addresses": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "AllowedIPs": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "Endpoints": ["77.164.248.136:39538", "10.65.0.27:39538", "172.17.0.1:39538"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 54586}, - {"Proto": "peerapi6", "Port": 54586} + {"Proto": "peerapi4", "Port": 46340}, + {"Proto": "peerapi6", "Port": 46340} ]}, - "Created": "2026-04-09T01:27:44.294200169Z", + "Created": "2026-04-09T08:33:50.225063782Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1980676198319090, - "StableID": "nDn29J14UG11CNTRL", + "ID": 289250599184917, + "StableID": "ng8Zx781G311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:74b1b878779b822a95b6986ec130bc7ba9e5ba5b8b530b4d0f8631b24259c570", + "Addresses": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "AllowedIPs": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 32914}, + {"Proto": "peerapi6", "Port": 32914} + ]}, + "Created": "2026-04-09T08:33:52.922078039Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 594917230901754, + "StableID": "n92oV5USe511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "DiscoKey": "discokey:88d18a43287dbc29803ccdaca8a0edc047396438a0790456d2696d8c3321a449", - "Addresses": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "AllowedIPs": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "Endpoints": ["77.164.248.136:55958", "10.65.0.27:55958", "172.17.0.1:55958"], + "Key": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "DiscoKey": "discokey:cce347135aee212fe173e84b1766b67e45041c5f68e0464fb74318a0ee5bf76a", + "Addresses": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "AllowedIPs": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "Endpoints": ["77.164.248.136:34335", "10.65.0.27:34335", "172.17.0.1:34335"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 54273}, - {"Proto": "peerapi6", "Port": 54273} + {"Proto": "peerapi4", "Port": 36626}, + {"Proto": "peerapi6", "Port": 36626} ]}, - "Created": "2026-04-09T01:27:42.099809571Z", + "Created": "2026-04-09T08:33:47.772739581Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 2252919310626770, - "StableID": "njFniTNMbJ11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 1160055184932909, + "StableID": "nWqfGbgP4A11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "DiscoKey": "discokey:74ce0bc0a13b9598f4ddb5c0d67bab023ee3e3c5728a4cc2644ed46c58a0cb11", - "Addresses": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "AllowedIPs": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "Endpoints": ["77.164.248.136:60367", "10.65.0.27:60367", "172.17.0.1:60367"], + "Key": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "DiscoKey": "discokey:d3ef9b7d88ec9325737422a71da04a8c2a85dea2c314249e4ff9909fd4325347", + "Addresses": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "AllowedIPs": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "Endpoints": ["77.164.248.136:47946", "10.65.0.27:47946", "172.17.0.1:47946"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 41107}, - {"Proto": "peerapi6", "Port": 41107} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43051}, + {"Proto": "peerapi6", "Port": 43051} ]}, - "Created": "2026-04-09T01:27:43.732217199Z", + "Created": "2026-04-09T08:33:46.686027751Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 2685090294883016, - "StableID": "njeYhbm5yM11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "DiscoKey": "discokey:b9abf612468c6982c01f996eb8123e54395e0d237455eda5fd626ef52494335c", - "Addresses": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "AllowedIPs": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "Endpoints": ["77.164.248.136:55475", "10.65.0.27:55475", "172.17.0.1:55475"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57155}, - {"Proto": "peerapi6", "Port": 57155} - ]}, - "Created": "2026-04-09T01:27:39.923664405Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2843611112126694, - "StableID": "nqrQVqqsCP11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "KeyExpiry": "2026-10-06T01:27:45Z", - "DiscoKey": "discokey:f7156be9b23049e948b66c11a2d7753d5b042bcad5a03fe78122018b7c1bde49", - "Addresses": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "AllowedIPs": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49210}, - {"Proto": "peerapi6", "Port": 49210} - ]}, - "Created": "2026-04-09T01:27:45.912924926Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3107554585952354, - "StableID": "n7hWSzBRGR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "DiscoKey": "discokey:c2ba33aa0c382052292ebb88f491333a7d7ad7dbc5a7b3fd8b8b81ffcef56542", - "Addresses": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "AllowedIPs": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "Endpoints": ["77.164.248.136:60815", "10.65.0.27:60815", "172.17.0.1:60815"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 63250}, - {"Proto": "peerapi6", "Port": 63250} - ]}, - "Created": "2026-04-09T01:27:45.381634663Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4378534209887058, - "StableID": "nmLRYof3Cb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "DiscoKey": "discokey:af5c4a06e93bc52be3179a696102cdc5ba1c15ef76b556d88aaf61261d786217", - "Addresses": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "AllowedIPs": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "Endpoints": ["77.164.248.136:37974", "10.65.0.27:37974", "172.17.0.1:37974"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55986}, - {"Proto": "peerapi6", "Port": 55986} - ]}, - "Created": "2026-04-09T01:27:43.180770626Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6254885867068627, - "StableID": "nJNuDEFrqq11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "DiscoKey": "discokey:593aff6870e1f9f1f9d5f5eeb14019d9df23014fa17bdb964f68d3162c38626a", - "Addresses": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "AllowedIPs": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "Endpoints": ["77.164.248.136:37545", "10.65.0.27:37545", "172.17.0.1:37545"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 53926}, - {"Proto": "peerapi6", "Port": 53926} - ]}, - "Created": "2026-04-09T01:27:41.562996032Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7795699411780498, - "StableID": "ndSEueogs321CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "KeyExpiry": "2026-10-06T01:27:46Z", - "DiscoKey": "discokey:414aff36860890a884b678f991ea43ce65a68b5f76fa80069c70435f75465d45", - "Addresses": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "AllowedIPs": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "Endpoints": ["77.164.248.136:41529", "10.65.0.27:41529", "172.17.0.1:41529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 58767}, - {"Proto": "peerapi6", "Port": 58767} - ]}, - "Created": "2026-04-09T01:27:46.460699922Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7880204839493840, - "StableID": "nHjzAtcxX421CNTRL", + "ID": 1271530373223816, + "StableID": "n9VyvuwsvA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "DiscoKey": "discokey:79208e1cca8aa3d82c6dc722e09e525932f8e0ea037b732090e80a25de8da96a", - "Addresses": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "AllowedIPs": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "Key": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "DiscoKey": "discokey:f5e51972e3c76ba96f9e16a4ffe3b21658a827c6eb8a8c430b410f884d5e8106", + "Addresses": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "AllowedIPs": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "Endpoints": ["77.164.248.136:54301", "10.65.0.27:54301", "172.17.0.1:54301"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57529}, - {"Proto": "peerapi6", "Port": 57529} + {"Proto": "peerapi4", "Port": 34027}, + {"Proto": "peerapi6", "Port": 34027} ]}, - "Created": "2026-04-09T01:27:39.389186757Z", + "Created": "2026-04-09T08:33:45.075580526Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8117089834857645, - "StableID": "nv5D3nBFP621CNTRL", + "ID": 2658923542201783, + "StableID": "ncVNNwQEmM11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "DiscoKey": "discokey:4cabee62ba8f7b847e84ef70c0725064562265124e79320751b9c26bed5fa22e", - "Addresses": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "AllowedIPs": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "Key": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "DiscoKey": "discokey:1985ac108cca5aea8fbc1c5f13fb1fe9f522306474c6f24229b9c2d000b82a06", + "Addresses": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "AllowedIPs": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "Endpoints": ["77.164.248.136:43740", "10.65.0.27:43740", "172.17.0.1:43740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58387}, - {"Proto": "peerapi6", "Port": 58387} + {"Proto": "peerapi4", "Port": 61422}, + {"Proto": "peerapi6", "Port": 61422} ]}, - "Created": "2026-04-09T01:27:40.473433538Z", + "Created": "2026-04-09T08:33:46.148706083Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8641569950781083, - "StableID": "nYHJtZPnUA21CNTRL", + "ID": 3009921473273161, + "StableID": "nWjsbvXCWQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "DiscoKey": "discokey:1fb476edde69c118b54dbaf7750a6f6bb2e6c5460ade1d6f917e6be08a977346", + "Addresses": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "AllowedIPs": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 53369}, + {"Proto": "peerapi6", "Port": 53369} + ]}, + "Created": "2026-04-09T08:33:51.30263348Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3392792692238224, + "StableID": "nF699qubVT11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "DiscoKey": "discokey:53fc5f2ea51fc75c42a5e98644c48b55ca38cb18929538156b33360111e1ea2d", - "Addresses": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "AllowedIPs": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "Endpoints": ["77.164.248.136:59069", "10.65.0.27:59069", "172.17.0.1:59069"], + "Key": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "DiscoKey": "discokey:4fb8847d3f9e34978d8aafc52708151acdaed7337862d26ddbc9002936bf7548", + "Addresses": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "AllowedIPs": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "Endpoints": ["77.164.248.136:56920", "10.65.0.27:56920", "172.17.0.1:56920"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64753}, - {"Proto": "peerapi6", "Port": 64753} + {"Proto": "peerapi4", "Port": 43342}, + {"Proto": "peerapi6", "Port": 43342} ]}, - "Created": "2026-04-09T01:27:42.667829155Z", + "Created": "2026-04-09T08:33:48.481648847Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 3681145924823567, + "StableID": "nExJtkTCkV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:debd769312d855dbf7777faa83b4f3383266daf5634d63a5f5d4f320cde9ad5d", + "Addresses": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "AllowedIPs": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "Endpoints": ["77.164.248.136:50307", "10.65.0.27:50307", "172.17.0.1:50307"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48244}, + {"Proto": "peerapi6", "Port": 48244} + ]}, + "Created": "2026-04-09T08:33:52.395126346Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4808980899005026, + "StableID": "njftTsmzYe11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "KeyExpiry": "2026-10-06T08:33:51Z", + "DiscoKey": "discokey:a756ee803f3a658dfdd046f489cb639f74a24820a1eddbab06fbf74d3dbcae65", + "Addresses": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "AllowedIPs": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "Endpoints": ["77.164.248.136:49519", "10.65.0.27:49519", "172.17.0.1:49519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33639}, + {"Proto": "peerapi6", "Port": 33639} + ]}, + "Created": "2026-04-09T08:33:51.87199962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6453691850097003, + "StableID": "nWGVAQYtPs11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "DiscoKey": "discokey:df16b1111e60e10f79f6a5de2689aafd193527703e2350eee0d2ecf031a63d3b", + "Addresses": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "AllowedIPs": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "Endpoints": ["77.164.248.136:46467", "10.65.0.27:46467", "172.17.0.1:46467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 51413}, + {"Proto": "peerapi6", "Port": 51413} + ]}, + "Created": "2026-04-09T08:33:45.613423914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7000796377342785, + "StableID": "nvwMms3gfw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "DiscoKey": "discokey:f6079a6bfae21b42319c35b56971002a65c91eaed10b6188335cdbbdc0676f4e", + "Addresses": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "AllowedIPs": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "Endpoints": ["77.164.248.136:54856", "10.65.0.27:54856", "172.17.0.1:54856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34281}, + {"Proto": "peerapi6", "Port": 34281} + ]}, + "Created": "2026-04-09T08:33:47.239811559Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7258873496283521, + "StableID": "n8EH2HJZgy11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "DiscoKey": "discokey:fa6f15b00b1dc9be9df8a8165b1cd7f36ee5fd01c8bcac08b2f5984c7094d150", + "Addresses": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "AllowedIPs": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "Endpoints": ["77.164.248.136:48233", "10.65.0.27:48233", "172.17.0.1:48233"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58590}, + {"Proto": "peerapi6", "Port": 58590} + ]}, + "Created": "2026-04-09T08:33:49.126990484Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8962386861488205, + "StableID": "n4CUhuh5zC21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "DiscoKey": "discokey:db5a83ef2f528f750467c4cc62539552f5dd89e3f35f121c2e7ad7d9ad11b859", + "Addresses": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "AllowedIPs": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38279}, + {"Proto": "peerapi6", "Port": 38279} + ]}, + "Created": "2026-04-09T08:33:49.661904262Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8814,27 +8831,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5514336549702345": { - "ID": 5514336549702345, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "696405059956405": { + "ID": 696405059956405, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8865,26 +8884,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2685090294883016, - "StableID": "njeYhbm5yM11CNTRL", + "ID": 6453691850097003, + "StableID": "nWGVAQYtPs11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 2685090294883016, - "Key": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "DiscoKey": "discokey:b9abf612468c6982c01f996eb8123e54395e0d237455eda5fd626ef52494335c", - "Addresses": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "AllowedIPs": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "Endpoints": ["77.164.248.136:55475", "10.65.0.27:55475", "172.17.0.1:55475"], + "User": 6453691850097003, + "Key": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "DiscoKey": "discokey:df16b1111e60e10f79f6a5de2689aafd193527703e2350eee0d2ecf031a63d3b", + "Addresses": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "AllowedIPs": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "Endpoints": ["77.164.248.136:46467", "10.65.0.27:46467", "172.17.0.1:46467"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 57155}, - {"Proto": "peerapi6", "Port": 57155}, + {"Proto": "peerapi4", "Port": 51413}, + {"Proto": "peerapi6", "Port": 51413}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:27:39.923664405Z", + "Created": "2026-04-09T08:33:45.613423914Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8912,301 +8931,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "MachineKey": "mkey:f8578b777f84d7b094a6229f2c817ae6e6a031ca22ceb72f03b63fec28388f5d", + "NodeKey": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "MachineKey": "mkey:4b1a91a81fdccf5fb71db744eaeb3bde6ece801af4686e1192198ed5279ebb11", "Peers": [{ - "ID": 851339227138218, - "StableID": "nqvDEoEae711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "KeyExpiry": "2026-10-06T01:27:47Z", - "DiscoKey": "discokey:7f05f7521340d8a9d020ba6986ac69e3f98b5a6152076641c1543ad7e57e6379", - "Addresses": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "AllowedIPs": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "Endpoints": ["77.164.248.136:42077", "10.65.0.27:42077", "172.17.0.1:42077"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56030}, - {"Proto": "peerapi6", "Port": 56030} - ]}, - "Created": "2026-04-09T01:27:47.006766343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1488812030507930, - "StableID": "nunSwuZHdC11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "DiscoKey": "discokey:b84721230e9927bf3c86a758bb1b6f899878bc8268a4a52a298cdca53352e044", - "Addresses": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "AllowedIPs": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "Endpoints": ["77.164.248.136:55345", "10.65.0.27:55345", "172.17.0.1:55345"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39696}, - {"Proto": "peerapi6", "Port": 39696} - ]}, - "Created": "2026-04-09T01:27:41.020655129Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1744707222234209, - "StableID": "n6R4m1WBdE11CNTRL", + "ID": 164214705962432, + "StableID": "n3CsEEeNH211CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "DiscoKey": "discokey:5714bfd62264108a021556441e4afbee610d79894c47fca76085c26e19e2c24b", - "Addresses": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "AllowedIPs": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "Endpoints": ["77.164.248.136:47113", "10.65.0.27:47113", "172.17.0.1:47113"], + "Key": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "DiscoKey": "discokey:56ac46fec3913ac63a23c001879eb9ea1fc58aaaed5fd80b3264361a9ead2648", + "Addresses": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "AllowedIPs": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "Endpoints": ["77.164.248.136:39538", "10.65.0.27:39538", "172.17.0.1:39538"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 54586}, - {"Proto": "peerapi6", "Port": 54586} + {"Proto": "peerapi4", "Port": 46340}, + {"Proto": "peerapi6", "Port": 46340} ]}, - "Created": "2026-04-09T01:27:44.294200169Z", + "Created": "2026-04-09T08:33:50.225063782Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1980676198319090, - "StableID": "nDn29J14UG11CNTRL", + "ID": 289250599184917, + "StableID": "ng8Zx781G311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:74b1b878779b822a95b6986ec130bc7ba9e5ba5b8b530b4d0f8631b24259c570", + "Addresses": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "AllowedIPs": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "Endpoints": ["77.164.248.136:47023", "10.65.0.27:47023", "172.17.0.1:47023"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 32914}, + {"Proto": "peerapi6", "Port": 32914} + ]}, + "Created": "2026-04-09T08:33:52.922078039Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 594917230901754, + "StableID": "n92oV5USe511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "DiscoKey": "discokey:88d18a43287dbc29803ccdaca8a0edc047396438a0790456d2696d8c3321a449", - "Addresses": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "AllowedIPs": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "Endpoints": ["77.164.248.136:55958", "10.65.0.27:55958", "172.17.0.1:55958"], + "Key": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "DiscoKey": "discokey:cce347135aee212fe173e84b1766b67e45041c5f68e0464fb74318a0ee5bf76a", + "Addresses": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "AllowedIPs": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "Endpoints": ["77.164.248.136:34335", "10.65.0.27:34335", "172.17.0.1:34335"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 54273}, - {"Proto": "peerapi6", "Port": 54273} + {"Proto": "peerapi4", "Port": 36626}, + {"Proto": "peerapi6", "Port": 36626} ]}, - "Created": "2026-04-09T01:27:42.099809571Z", + "Created": "2026-04-09T08:33:47.772739581Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 2252919310626770, - "StableID": "njFniTNMbJ11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "DiscoKey": "discokey:74ce0bc0a13b9598f4ddb5c0d67bab023ee3e3c5728a4cc2644ed46c58a0cb11", - "Addresses": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "AllowedIPs": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "Endpoints": ["77.164.248.136:60367", "10.65.0.27:60367", "172.17.0.1:60367"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 41107}, - {"Proto": "peerapi6", "Port": 41107} - ]}, - "Created": "2026-04-09T01:27:43.732217199Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2843611112126694, - "StableID": "nqrQVqqsCP11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "KeyExpiry": "2026-10-06T01:27:45Z", - "DiscoKey": "discokey:f7156be9b23049e948b66c11a2d7753d5b042bcad5a03fe78122018b7c1bde49", - "Addresses": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "AllowedIPs": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49210}, - {"Proto": "peerapi6", "Port": 49210} - ]}, - "Created": "2026-04-09T01:27:45.912924926Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3107554585952354, - "StableID": "n7hWSzBRGR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "DiscoKey": "discokey:c2ba33aa0c382052292ebb88f491333a7d7ad7dbc5a7b3fd8b8b81ffcef56542", - "Addresses": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "AllowedIPs": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "Endpoints": ["77.164.248.136:60815", "10.65.0.27:60815", "172.17.0.1:60815"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 63250}, - {"Proto": "peerapi6", "Port": 63250} - ]}, - "Created": "2026-04-09T01:27:45.381634663Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4378534209887058, - "StableID": "nmLRYof3Cb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "DiscoKey": "discokey:af5c4a06e93bc52be3179a696102cdc5ba1c15ef76b556d88aaf61261d786217", - "Addresses": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "AllowedIPs": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "Endpoints": ["77.164.248.136:37974", "10.65.0.27:37974", "172.17.0.1:37974"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55986}, - {"Proto": "peerapi6", "Port": 55986} - ]}, - "Created": "2026-04-09T01:27:43.180770626Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5514336549702345, - "StableID": "nJ9TwgGT4k11CNTRL", + "ID": 696405059956405, + "StableID": "np6SR3PQS611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "DiscoKey": "discokey:e4439256097db5c4cbc510e154ee69afe350ec1233a22ddc5f3d5a57b0b73a4f", - "Addresses": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "AllowedIPs": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "Endpoints": ["77.164.248.136:56350", "10.65.0.27:56350", "172.17.0.1:56350"], + "Key": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "DiscoKey": "discokey:4ea9110867e34eea1d0f1a364718f93c5a83d2d6504788ba6ac6c142f54c501a", + "Addresses": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "AllowedIPs": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "Endpoints": ["77.164.248.136:44398", "10.65.0.27:44398", "172.17.0.1:44398"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49398}, - {"Proto": "peerapi6", "Port": 49398} + {"Proto": "peerapi4", "Port": 57515}, + {"Proto": "peerapi6", "Port": 57515} ]}, - "Created": "2026-04-09T01:27:44.84067177Z", + "Created": "2026-04-09T08:33:50.757669975Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6254885867068627, - "StableID": "nJNuDEFrqq11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1160055184932909, + "StableID": "nWqfGbgP4A11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "DiscoKey": "discokey:593aff6870e1f9f1f9d5f5eeb14019d9df23014fa17bdb964f68d3162c38626a", - "Addresses": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "AllowedIPs": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "Endpoints": ["77.164.248.136:37545", "10.65.0.27:37545", "172.17.0.1:37545"], + "Key": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "DiscoKey": "discokey:d3ef9b7d88ec9325737422a71da04a8c2a85dea2c314249e4ff9909fd4325347", + "Addresses": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "AllowedIPs": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "Endpoints": ["77.164.248.136:47946", "10.65.0.27:47946", "172.17.0.1:47946"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 53926}, - {"Proto": "peerapi6", "Port": 53926} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43051}, + {"Proto": "peerapi6", "Port": 43051} ]}, - "Created": "2026-04-09T01:27:41.562996032Z", + "Created": "2026-04-09T08:33:46.686027751Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7795699411780498, - "StableID": "ndSEueogs321CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "KeyExpiry": "2026-10-06T01:27:46Z", - "DiscoKey": "discokey:414aff36860890a884b678f991ea43ce65a68b5f76fa80069c70435f75465d45", - "Addresses": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "AllowedIPs": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "Endpoints": ["77.164.248.136:41529", "10.65.0.27:41529", "172.17.0.1:41529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 58767}, - {"Proto": "peerapi6", "Port": 58767} - ]}, - "Created": "2026-04-09T01:27:46.460699922Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7880204839493840, - "StableID": "nHjzAtcxX421CNTRL", + "ID": 1271530373223816, + "StableID": "n9VyvuwsvA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "DiscoKey": "discokey:79208e1cca8aa3d82c6dc722e09e525932f8e0ea037b732090e80a25de8da96a", - "Addresses": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "AllowedIPs": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "Key": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "DiscoKey": "discokey:f5e51972e3c76ba96f9e16a4ffe3b21658a827c6eb8a8c430b410f884d5e8106", + "Addresses": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "AllowedIPs": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "Endpoints": ["77.164.248.136:54301", "10.65.0.27:54301", "172.17.0.1:54301"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57529}, - {"Proto": "peerapi6", "Port": 57529} + {"Proto": "peerapi4", "Port": 34027}, + {"Proto": "peerapi6", "Port": 34027} ]}, - "Created": "2026-04-09T01:27:39.389186757Z", + "Created": "2026-04-09T08:33:45.075580526Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8117089834857645, - "StableID": "nv5D3nBFP621CNTRL", + "ID": 2658923542201783, + "StableID": "ncVNNwQEmM11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "DiscoKey": "discokey:4cabee62ba8f7b847e84ef70c0725064562265124e79320751b9c26bed5fa22e", - "Addresses": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "AllowedIPs": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "Key": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "DiscoKey": "discokey:1985ac108cca5aea8fbc1c5f13fb1fe9f522306474c6f24229b9c2d000b82a06", + "Addresses": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "AllowedIPs": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "Endpoints": ["77.164.248.136:43740", "10.65.0.27:43740", "172.17.0.1:43740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58387}, - {"Proto": "peerapi6", "Port": 58387} + {"Proto": "peerapi4", "Port": 61422}, + {"Proto": "peerapi6", "Port": 61422} ]}, - "Created": "2026-04-09T01:27:40.473433538Z", + "Created": "2026-04-09T08:33:46.148706083Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8641569950781083, - "StableID": "nYHJtZPnUA21CNTRL", + "ID": 3009921473273161, + "StableID": "nWjsbvXCWQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "DiscoKey": "discokey:1fb476edde69c118b54dbaf7750a6f6bb2e6c5460ade1d6f917e6be08a977346", + "Addresses": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "AllowedIPs": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 53369}, + {"Proto": "peerapi6", "Port": 53369} + ]}, + "Created": "2026-04-09T08:33:51.30263348Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3392792692238224, + "StableID": "nF699qubVT11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "DiscoKey": "discokey:53fc5f2ea51fc75c42a5e98644c48b55ca38cb18929538156b33360111e1ea2d", - "Addresses": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "AllowedIPs": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "Endpoints": ["77.164.248.136:59069", "10.65.0.27:59069", "172.17.0.1:59069"], + "Key": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "DiscoKey": "discokey:4fb8847d3f9e34978d8aafc52708151acdaed7337862d26ddbc9002936bf7548", + "Addresses": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "AllowedIPs": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "Endpoints": ["77.164.248.136:56920", "10.65.0.27:56920", "172.17.0.1:56920"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64753}, - {"Proto": "peerapi6", "Port": 64753} + {"Proto": "peerapi4", "Port": 43342}, + {"Proto": "peerapi6", "Port": 43342} ]}, - "Created": "2026-04-09T01:27:42.667829155Z", + "Created": "2026-04-09T08:33:48.481648847Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 3681145924823567, + "StableID": "nExJtkTCkV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:debd769312d855dbf7777faa83b4f3383266daf5634d63a5f5d4f320cde9ad5d", + "Addresses": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "AllowedIPs": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "Endpoints": ["77.164.248.136:50307", "10.65.0.27:50307", "172.17.0.1:50307"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48244}, + {"Proto": "peerapi6", "Port": 48244} + ]}, + "Created": "2026-04-09T08:33:52.395126346Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4808980899005026, + "StableID": "njftTsmzYe11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "KeyExpiry": "2026-10-06T08:33:51Z", + "DiscoKey": "discokey:a756ee803f3a658dfdd046f489cb639f74a24820a1eddbab06fbf74d3dbcae65", + "Addresses": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "AllowedIPs": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "Endpoints": ["77.164.248.136:49519", "10.65.0.27:49519", "172.17.0.1:49519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33639}, + {"Proto": "peerapi6", "Port": 33639} + ]}, + "Created": "2026-04-09T08:33:51.87199962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7000796377342785, + "StableID": "nvwMms3gfw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "DiscoKey": "discokey:f6079a6bfae21b42319c35b56971002a65c91eaed10b6188335cdbbdc0676f4e", + "Addresses": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "AllowedIPs": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "Endpoints": ["77.164.248.136:54856", "10.65.0.27:54856", "172.17.0.1:54856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34281}, + {"Proto": "peerapi6", "Port": 34281} + ]}, + "Created": "2026-04-09T08:33:47.239811559Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7258873496283521, + "StableID": "n8EH2HJZgy11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "DiscoKey": "discokey:fa6f15b00b1dc9be9df8a8165b1cd7f36ee5fd01c8bcac08b2f5984c7094d150", + "Addresses": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "AllowedIPs": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "Endpoints": ["77.164.248.136:48233", "10.65.0.27:48233", "172.17.0.1:48233"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58590}, + {"Proto": "peerapi6", "Port": 58590} + ]}, + "Created": "2026-04-09T08:33:49.126990484Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8962386861488205, + "StableID": "n4CUhuh5zC21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "DiscoKey": "discokey:db5a83ef2f528f750467c4cc62539552f5dd89e3f35f121c2e7ad7d9ad11b859", + "Addresses": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "AllowedIPs": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38279}, + {"Proto": "peerapi6", "Port": 38279} + ]}, + "Created": "2026-04-09T08:33:49.661904262Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10054,27 +10074,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2685090294883016": { - "ID": 2685090294883016, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6453691850097003": { + "ID": 6453691850097003, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10105,26 +10127,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7880204839493840, - "StableID": "nHjzAtcxX421CNTRL", + "ID": 1271530373223816, + "StableID": "n9VyvuwsvA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 7880204839493840, - "Key": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "DiscoKey": "discokey:79208e1cca8aa3d82c6dc722e09e525932f8e0ea037b732090e80a25de8da96a", - "Addresses": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "AllowedIPs": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "User": 1271530373223816, + "Key": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "DiscoKey": "discokey:f5e51972e3c76ba96f9e16a4ffe3b21658a827c6eb8a8c430b410f884d5e8106", + "Addresses": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "AllowedIPs": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "Endpoints": ["77.164.248.136:54301", "10.65.0.27:54301", "172.17.0.1:54301"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 57529}, - {"Proto": "peerapi6", "Port": 57529}, + {"Proto": "peerapi4", "Port": 34027}, + {"Proto": "peerapi6", "Port": 34027}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:27:39.389186757Z", + "Created": "2026-04-09T08:33:45.075580526Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10152,301 +10174,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "MachineKey": "mkey:061d3fa1b98c357b0826dd5b59264299f531db0bb8f6c659c9776138dc5b104c", + "NodeKey": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "MachineKey": "mkey:4b7fcda14f351d7da68fa93a52e3648b2a8c9bfbed562c65b1d064c917768e67", "Peers": [{ - "ID": 851339227138218, - "StableID": "nqvDEoEae711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "KeyExpiry": "2026-10-06T01:27:47Z", - "DiscoKey": "discokey:7f05f7521340d8a9d020ba6986ac69e3f98b5a6152076641c1543ad7e57e6379", - "Addresses": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "AllowedIPs": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "Endpoints": ["77.164.248.136:42077", "10.65.0.27:42077", "172.17.0.1:42077"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56030}, - {"Proto": "peerapi6", "Port": 56030} - ]}, - "Created": "2026-04-09T01:27:47.006766343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1488812030507930, - "StableID": "nunSwuZHdC11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "DiscoKey": "discokey:b84721230e9927bf3c86a758bb1b6f899878bc8268a4a52a298cdca53352e044", - "Addresses": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "AllowedIPs": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "Endpoints": ["77.164.248.136:55345", "10.65.0.27:55345", "172.17.0.1:55345"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39696}, - {"Proto": "peerapi6", "Port": 39696} - ]}, - "Created": "2026-04-09T01:27:41.020655129Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1744707222234209, - "StableID": "n6R4m1WBdE11CNTRL", + "ID": 164214705962432, + "StableID": "n3CsEEeNH211CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "DiscoKey": "discokey:5714bfd62264108a021556441e4afbee610d79894c47fca76085c26e19e2c24b", - "Addresses": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "AllowedIPs": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "Endpoints": ["77.164.248.136:47113", "10.65.0.27:47113", "172.17.0.1:47113"], + "Key": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "DiscoKey": "discokey:56ac46fec3913ac63a23c001879eb9ea1fc58aaaed5fd80b3264361a9ead2648", + "Addresses": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "AllowedIPs": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "Endpoints": ["77.164.248.136:39538", "10.65.0.27:39538", "172.17.0.1:39538"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 54586}, - {"Proto": "peerapi6", "Port": 54586} + {"Proto": "peerapi4", "Port": 46340}, + {"Proto": "peerapi6", "Port": 46340} ]}, - "Created": "2026-04-09T01:27:44.294200169Z", + "Created": "2026-04-09T08:33:50.225063782Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1980676198319090, - "StableID": "nDn29J14UG11CNTRL", + "ID": 289250599184917, + "StableID": "ng8Zx781G311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:74b1b878779b822a95b6986ec130bc7ba9e5ba5b8b530b4d0f8631b24259c570", + "Addresses": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "AllowedIPs": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "Endpoints": ["77.164.248.136:47023", "10.65.0.27:47023", "172.17.0.1:47023"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 32914}, + {"Proto": "peerapi6", "Port": 32914} + ]}, + "Created": "2026-04-09T08:33:52.922078039Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 594917230901754, + "StableID": "n92oV5USe511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "DiscoKey": "discokey:88d18a43287dbc29803ccdaca8a0edc047396438a0790456d2696d8c3321a449", - "Addresses": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "AllowedIPs": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "Endpoints": ["77.164.248.136:55958", "10.65.0.27:55958", "172.17.0.1:55958"], + "Key": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "DiscoKey": "discokey:cce347135aee212fe173e84b1766b67e45041c5f68e0464fb74318a0ee5bf76a", + "Addresses": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "AllowedIPs": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "Endpoints": ["77.164.248.136:34335", "10.65.0.27:34335", "172.17.0.1:34335"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 54273}, - {"Proto": "peerapi6", "Port": 54273} + {"Proto": "peerapi4", "Port": 36626}, + {"Proto": "peerapi6", "Port": 36626} ]}, - "Created": "2026-04-09T01:27:42.099809571Z", + "Created": "2026-04-09T08:33:47.772739581Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 2252919310626770, - "StableID": "njFniTNMbJ11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "DiscoKey": "discokey:74ce0bc0a13b9598f4ddb5c0d67bab023ee3e3c5728a4cc2644ed46c58a0cb11", - "Addresses": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "AllowedIPs": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "Endpoints": ["77.164.248.136:60367", "10.65.0.27:60367", "172.17.0.1:60367"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 41107}, - {"Proto": "peerapi6", "Port": 41107} - ]}, - "Created": "2026-04-09T01:27:43.732217199Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2685090294883016, - "StableID": "njeYhbm5yM11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "DiscoKey": "discokey:b9abf612468c6982c01f996eb8123e54395e0d237455eda5fd626ef52494335c", - "Addresses": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "AllowedIPs": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "Endpoints": ["77.164.248.136:55475", "10.65.0.27:55475", "172.17.0.1:55475"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57155}, - {"Proto": "peerapi6", "Port": 57155} - ]}, - "Created": "2026-04-09T01:27:39.923664405Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2843611112126694, - "StableID": "nqrQVqqsCP11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "KeyExpiry": "2026-10-06T01:27:45Z", - "DiscoKey": "discokey:f7156be9b23049e948b66c11a2d7753d5b042bcad5a03fe78122018b7c1bde49", - "Addresses": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "AllowedIPs": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49210}, - {"Proto": "peerapi6", "Port": 49210} - ]}, - "Created": "2026-04-09T01:27:45.912924926Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3107554585952354, - "StableID": "n7hWSzBRGR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "DiscoKey": "discokey:c2ba33aa0c382052292ebb88f491333a7d7ad7dbc5a7b3fd8b8b81ffcef56542", - "Addresses": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "AllowedIPs": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "Endpoints": ["77.164.248.136:60815", "10.65.0.27:60815", "172.17.0.1:60815"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 63250}, - {"Proto": "peerapi6", "Port": 63250} - ]}, - "Created": "2026-04-09T01:27:45.381634663Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4378534209887058, - "StableID": "nmLRYof3Cb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "DiscoKey": "discokey:af5c4a06e93bc52be3179a696102cdc5ba1c15ef76b556d88aaf61261d786217", - "Addresses": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "AllowedIPs": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "Endpoints": ["77.164.248.136:37974", "10.65.0.27:37974", "172.17.0.1:37974"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55986}, - {"Proto": "peerapi6", "Port": 55986} - ]}, - "Created": "2026-04-09T01:27:43.180770626Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5514336549702345, - "StableID": "nJ9TwgGT4k11CNTRL", + "ID": 696405059956405, + "StableID": "np6SR3PQS611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "DiscoKey": "discokey:e4439256097db5c4cbc510e154ee69afe350ec1233a22ddc5f3d5a57b0b73a4f", - "Addresses": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "AllowedIPs": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "Endpoints": ["77.164.248.136:56350", "10.65.0.27:56350", "172.17.0.1:56350"], + "Key": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "DiscoKey": "discokey:4ea9110867e34eea1d0f1a364718f93c5a83d2d6504788ba6ac6c142f54c501a", + "Addresses": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "AllowedIPs": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "Endpoints": ["77.164.248.136:44398", "10.65.0.27:44398", "172.17.0.1:44398"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49398}, - {"Proto": "peerapi6", "Port": 49398} + {"Proto": "peerapi4", "Port": 57515}, + {"Proto": "peerapi6", "Port": 57515} ]}, - "Created": "2026-04-09T01:27:44.84067177Z", + "Created": "2026-04-09T08:33:50.757669975Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6254885867068627, - "StableID": "nJNuDEFrqq11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1160055184932909, + "StableID": "nWqfGbgP4A11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "DiscoKey": "discokey:593aff6870e1f9f1f9d5f5eeb14019d9df23014fa17bdb964f68d3162c38626a", - "Addresses": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "AllowedIPs": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "Endpoints": ["77.164.248.136:37545", "10.65.0.27:37545", "172.17.0.1:37545"], + "Key": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "DiscoKey": "discokey:d3ef9b7d88ec9325737422a71da04a8c2a85dea2c314249e4ff9909fd4325347", + "Addresses": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "AllowedIPs": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "Endpoints": ["77.164.248.136:47946", "10.65.0.27:47946", "172.17.0.1:47946"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 53926}, - {"Proto": "peerapi6", "Port": 53926} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43051}, + {"Proto": "peerapi6", "Port": 43051} ]}, - "Created": "2026-04-09T01:27:41.562996032Z", + "Created": "2026-04-09T08:33:46.686027751Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7795699411780498, - "StableID": "ndSEueogs321CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "KeyExpiry": "2026-10-06T01:27:46Z", - "DiscoKey": "discokey:414aff36860890a884b678f991ea43ce65a68b5f76fa80069c70435f75465d45", - "Addresses": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "AllowedIPs": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "Endpoints": ["77.164.248.136:41529", "10.65.0.27:41529", "172.17.0.1:41529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 58767}, - {"Proto": "peerapi6", "Port": 58767} - ]}, - "Created": "2026-04-09T01:27:46.460699922Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8117089834857645, - "StableID": "nv5D3nBFP621CNTRL", + "ID": 2658923542201783, + "StableID": "ncVNNwQEmM11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "DiscoKey": "discokey:4cabee62ba8f7b847e84ef70c0725064562265124e79320751b9c26bed5fa22e", - "Addresses": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "AllowedIPs": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "Key": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "DiscoKey": "discokey:1985ac108cca5aea8fbc1c5f13fb1fe9f522306474c6f24229b9c2d000b82a06", + "Addresses": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "AllowedIPs": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "Endpoints": ["77.164.248.136:43740", "10.65.0.27:43740", "172.17.0.1:43740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58387}, - {"Proto": "peerapi6", "Port": 58387} + {"Proto": "peerapi4", "Port": 61422}, + {"Proto": "peerapi6", "Port": 61422} ]}, - "Created": "2026-04-09T01:27:40.473433538Z", + "Created": "2026-04-09T08:33:46.148706083Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8641569950781083, - "StableID": "nYHJtZPnUA21CNTRL", + "ID": 3009921473273161, + "StableID": "nWjsbvXCWQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "DiscoKey": "discokey:1fb476edde69c118b54dbaf7750a6f6bb2e6c5460ade1d6f917e6be08a977346", + "Addresses": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "AllowedIPs": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 53369}, + {"Proto": "peerapi6", "Port": 53369} + ]}, + "Created": "2026-04-09T08:33:51.30263348Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3392792692238224, + "StableID": "nF699qubVT11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "DiscoKey": "discokey:53fc5f2ea51fc75c42a5e98644c48b55ca38cb18929538156b33360111e1ea2d", - "Addresses": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "AllowedIPs": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "Endpoints": ["77.164.248.136:59069", "10.65.0.27:59069", "172.17.0.1:59069"], + "Key": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "DiscoKey": "discokey:4fb8847d3f9e34978d8aafc52708151acdaed7337862d26ddbc9002936bf7548", + "Addresses": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "AllowedIPs": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "Endpoints": ["77.164.248.136:56920", "10.65.0.27:56920", "172.17.0.1:56920"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64753}, - {"Proto": "peerapi6", "Port": 64753} + {"Proto": "peerapi4", "Port": 43342}, + {"Proto": "peerapi6", "Port": 43342} ]}, - "Created": "2026-04-09T01:27:42.667829155Z", + "Created": "2026-04-09T08:33:48.481648847Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 3681145924823567, + "StableID": "nExJtkTCkV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:debd769312d855dbf7777faa83b4f3383266daf5634d63a5f5d4f320cde9ad5d", + "Addresses": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "AllowedIPs": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "Endpoints": ["77.164.248.136:50307", "10.65.0.27:50307", "172.17.0.1:50307"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48244}, + {"Proto": "peerapi6", "Port": 48244} + ]}, + "Created": "2026-04-09T08:33:52.395126346Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4808980899005026, + "StableID": "njftTsmzYe11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "KeyExpiry": "2026-10-06T08:33:51Z", + "DiscoKey": "discokey:a756ee803f3a658dfdd046f489cb639f74a24820a1eddbab06fbf74d3dbcae65", + "Addresses": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "AllowedIPs": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "Endpoints": ["77.164.248.136:49519", "10.65.0.27:49519", "172.17.0.1:49519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33639}, + {"Proto": "peerapi6", "Port": 33639} + ]}, + "Created": "2026-04-09T08:33:51.87199962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6453691850097003, + "StableID": "nWGVAQYtPs11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "DiscoKey": "discokey:df16b1111e60e10f79f6a5de2689aafd193527703e2350eee0d2ecf031a63d3b", + "Addresses": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "AllowedIPs": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "Endpoints": ["77.164.248.136:46467", "10.65.0.27:46467", "172.17.0.1:46467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 51413}, + {"Proto": "peerapi6", "Port": 51413} + ]}, + "Created": "2026-04-09T08:33:45.613423914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7000796377342785, + "StableID": "nvwMms3gfw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "DiscoKey": "discokey:f6079a6bfae21b42319c35b56971002a65c91eaed10b6188335cdbbdc0676f4e", + "Addresses": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "AllowedIPs": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "Endpoints": ["77.164.248.136:54856", "10.65.0.27:54856", "172.17.0.1:54856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34281}, + {"Proto": "peerapi6", "Port": 34281} + ]}, + "Created": "2026-04-09T08:33:47.239811559Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7258873496283521, + "StableID": "n8EH2HJZgy11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "DiscoKey": "discokey:fa6f15b00b1dc9be9df8a8165b1cd7f36ee5fd01c8bcac08b2f5984c7094d150", + "Addresses": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "AllowedIPs": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "Endpoints": ["77.164.248.136:48233", "10.65.0.27:48233", "172.17.0.1:48233"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58590}, + {"Proto": "peerapi6", "Port": 58590} + ]}, + "Created": "2026-04-09T08:33:49.126990484Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8962386861488205, + "StableID": "n4CUhuh5zC21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "DiscoKey": "discokey:db5a83ef2f528f750467c4cc62539552f5dd89e3f35f121c2e7ad7d9ad11b859", + "Addresses": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "AllowedIPs": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38279}, + {"Proto": "peerapi6", "Port": 38279} + ]}, + "Created": "2026-04-09T08:33:49.661904262Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11294,27 +11317,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7880204839493840": { - "ID": 7880204839493840, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1271530373223816": { + "ID": 1271530373223816, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11345,21 +11370,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6254885867068627, - "StableID": "nJNuDEFrqq11CNTRL", + "ID": 7000796377342785, + "StableID": "nvwMms3gfw11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 6254885867068627, - "Key": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "DiscoKey": "discokey:593aff6870e1f9f1f9d5f5eeb14019d9df23014fa17bdb964f68d3162c38626a", - "Addresses": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "AllowedIPs": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "Endpoints": ["77.164.248.136:37545", "10.65.0.27:37545", "172.17.0.1:37545"], + "User": 7000796377342785, + "Key": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "DiscoKey": "discokey:f6079a6bfae21b42319c35b56971002a65c91eaed10b6188335cdbbdc0676f4e", + "Addresses": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "AllowedIPs": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "Endpoints": ["77.164.248.136:54856", "10.65.0.27:54856", "172.17.0.1:54856"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 53926}, - {"Proto": "peerapi6", "Port": 53926}, + {"Proto": "peerapi4", "Port": 34281}, + {"Proto": "peerapi6", "Port": 34281}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:41.562996032Z", + "Created": "2026-04-09T08:33:47.239811559Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11387,299 +11412,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "MachineKey": "mkey:1041c63fdbc4bad3b93d878e30d52ae75e54f3f75c52e2d58e359cfd4ae2c82f", + "NodeKey": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "MachineKey": "mkey:784ef3213d7df5ce52966070b0437e3f0ae3bd48a6440ae7862e45d1bc5de959", "Peers": [{ - "ID": 851339227138218, - "StableID": "nqvDEoEae711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "KeyExpiry": "2026-10-06T01:27:47Z", - "DiscoKey": "discokey:7f05f7521340d8a9d020ba6986ac69e3f98b5a6152076641c1543ad7e57e6379", - "Addresses": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "AllowedIPs": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56030}, - {"Proto": "peerapi6", "Port": 56030} - ]}, - "Created": "2026-04-09T01:27:47.006766343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1488812030507930, - "StableID": "nunSwuZHdC11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "DiscoKey": "discokey:b84721230e9927bf3c86a758bb1b6f899878bc8268a4a52a298cdca53352e044", - "Addresses": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "AllowedIPs": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "Endpoints": ["77.164.248.136:55345", "10.65.0.27:55345", "172.17.0.1:55345"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39696}, - {"Proto": "peerapi6", "Port": 39696} - ]}, - "Created": "2026-04-09T01:27:41.020655129Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1744707222234209, - "StableID": "n6R4m1WBdE11CNTRL", + "ID": 164214705962432, + "StableID": "n3CsEEeNH211CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "DiscoKey": "discokey:5714bfd62264108a021556441e4afbee610d79894c47fca76085c26e19e2c24b", - "Addresses": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "AllowedIPs": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "Endpoints": ["77.164.248.136:47113", "10.65.0.27:47113", "172.17.0.1:47113"], + "Key": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "DiscoKey": "discokey:56ac46fec3913ac63a23c001879eb9ea1fc58aaaed5fd80b3264361a9ead2648", + "Addresses": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "AllowedIPs": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "Endpoints": ["77.164.248.136:39538", "10.65.0.27:39538", "172.17.0.1:39538"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 54586}, - {"Proto": "peerapi6", "Port": 54586} + {"Proto": "peerapi4", "Port": 46340}, + {"Proto": "peerapi6", "Port": 46340} ]}, - "Created": "2026-04-09T01:27:44.294200169Z", + "Created": "2026-04-09T08:33:50.225063782Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1980676198319090, - "StableID": "nDn29J14UG11CNTRL", + "ID": 289250599184917, + "StableID": "ng8Zx781G311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:74b1b878779b822a95b6986ec130bc7ba9e5ba5b8b530b4d0f8631b24259c570", + "Addresses": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "AllowedIPs": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 32914}, + {"Proto": "peerapi6", "Port": 32914} + ]}, + "Created": "2026-04-09T08:33:52.922078039Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 594917230901754, + "StableID": "n92oV5USe511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "DiscoKey": "discokey:88d18a43287dbc29803ccdaca8a0edc047396438a0790456d2696d8c3321a449", - "Addresses": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "AllowedIPs": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "Endpoints": ["77.164.248.136:55958", "10.65.0.27:55958", "172.17.0.1:55958"], + "Key": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "DiscoKey": "discokey:cce347135aee212fe173e84b1766b67e45041c5f68e0464fb74318a0ee5bf76a", + "Addresses": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "AllowedIPs": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "Endpoints": ["77.164.248.136:34335", "10.65.0.27:34335", "172.17.0.1:34335"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 54273}, - {"Proto": "peerapi6", "Port": 54273} + {"Proto": "peerapi4", "Port": 36626}, + {"Proto": "peerapi6", "Port": 36626} ]}, - "Created": "2026-04-09T01:27:42.099809571Z", + "Created": "2026-04-09T08:33:47.772739581Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 2252919310626770, - "StableID": "njFniTNMbJ11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "DiscoKey": "discokey:74ce0bc0a13b9598f4ddb5c0d67bab023ee3e3c5728a4cc2644ed46c58a0cb11", - "Addresses": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "AllowedIPs": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "Endpoints": ["77.164.248.136:60367", "10.65.0.27:60367", "172.17.0.1:60367"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 41107}, - {"Proto": "peerapi6", "Port": 41107} - ]}, - "Created": "2026-04-09T01:27:43.732217199Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2685090294883016, - "StableID": "njeYhbm5yM11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "DiscoKey": "discokey:b9abf612468c6982c01f996eb8123e54395e0d237455eda5fd626ef52494335c", - "Addresses": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "AllowedIPs": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "Endpoints": ["77.164.248.136:55475", "10.65.0.27:55475", "172.17.0.1:55475"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57155}, - {"Proto": "peerapi6", "Port": 57155} - ]}, - "Created": "2026-04-09T01:27:39.923664405Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2843611112126694, - "StableID": "nqrQVqqsCP11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "KeyExpiry": "2026-10-06T01:27:45Z", - "DiscoKey": "discokey:f7156be9b23049e948b66c11a2d7753d5b042bcad5a03fe78122018b7c1bde49", - "Addresses": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "AllowedIPs": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49210}, - {"Proto": "peerapi6", "Port": 49210} - ]}, - "Created": "2026-04-09T01:27:45.912924926Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3107554585952354, - "StableID": "n7hWSzBRGR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "DiscoKey": "discokey:c2ba33aa0c382052292ebb88f491333a7d7ad7dbc5a7b3fd8b8b81ffcef56542", - "Addresses": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "AllowedIPs": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "Endpoints": ["77.164.248.136:60815", "10.65.0.27:60815", "172.17.0.1:60815"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 63250}, - {"Proto": "peerapi6", "Port": 63250} - ]}, - "Created": "2026-04-09T01:27:45.381634663Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4378534209887058, - "StableID": "nmLRYof3Cb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "DiscoKey": "discokey:af5c4a06e93bc52be3179a696102cdc5ba1c15ef76b556d88aaf61261d786217", - "Addresses": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "AllowedIPs": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "Endpoints": ["77.164.248.136:37974", "10.65.0.27:37974", "172.17.0.1:37974"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55986}, - {"Proto": "peerapi6", "Port": 55986} - ]}, - "Created": "2026-04-09T01:27:43.180770626Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5514336549702345, - "StableID": "nJ9TwgGT4k11CNTRL", + "ID": 696405059956405, + "StableID": "np6SR3PQS611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "DiscoKey": "discokey:e4439256097db5c4cbc510e154ee69afe350ec1233a22ddc5f3d5a57b0b73a4f", - "Addresses": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "AllowedIPs": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "Endpoints": ["77.164.248.136:56350", "10.65.0.27:56350", "172.17.0.1:56350"], + "Key": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "DiscoKey": "discokey:4ea9110867e34eea1d0f1a364718f93c5a83d2d6504788ba6ac6c142f54c501a", + "Addresses": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "AllowedIPs": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "Endpoints": ["77.164.248.136:44398", "10.65.0.27:44398", "172.17.0.1:44398"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49398}, - {"Proto": "peerapi6", "Port": 49398} + {"Proto": "peerapi4", "Port": 57515}, + {"Proto": "peerapi6", "Port": 57515} ]}, - "Created": "2026-04-09T01:27:44.84067177Z", + "Created": "2026-04-09T08:33:50.757669975Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7795699411780498, - "StableID": "ndSEueogs321CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "KeyExpiry": "2026-10-06T01:27:46Z", - "DiscoKey": "discokey:414aff36860890a884b678f991ea43ce65a68b5f76fa80069c70435f75465d45", - "Addresses": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "AllowedIPs": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "Endpoints": ["77.164.248.136:41529", "10.65.0.27:41529", "172.17.0.1:41529"], + "ID": 1160055184932909, + "StableID": "nWqfGbgP4A11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "DiscoKey": "discokey:d3ef9b7d88ec9325737422a71da04a8c2a85dea2c314249e4ff9909fd4325347", + "Addresses": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "AllowedIPs": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "Endpoints": ["77.164.248.136:47946", "10.65.0.27:47946", "172.17.0.1:47946"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 58767}, - {"Proto": "peerapi6", "Port": 58767} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43051}, + {"Proto": "peerapi6", "Port": 43051} ]}, - "Created": "2026-04-09T01:27:46.460699922Z", + "Created": "2026-04-09T08:33:46.686027751Z", "Cap": 131, + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7880204839493840, - "StableID": "nHjzAtcxX421CNTRL", + "ID": 1271530373223816, + "StableID": "n9VyvuwsvA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "DiscoKey": "discokey:79208e1cca8aa3d82c6dc722e09e525932f8e0ea037b732090e80a25de8da96a", - "Addresses": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "AllowedIPs": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "Key": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "DiscoKey": "discokey:f5e51972e3c76ba96f9e16a4ffe3b21658a827c6eb8a8c430b410f884d5e8106", + "Addresses": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "AllowedIPs": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "Endpoints": ["77.164.248.136:54301", "10.65.0.27:54301", "172.17.0.1:54301"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57529}, - {"Proto": "peerapi6", "Port": 57529} + {"Proto": "peerapi4", "Port": 34027}, + {"Proto": "peerapi6", "Port": 34027} ]}, - "Created": "2026-04-09T01:27:39.389186757Z", + "Created": "2026-04-09T08:33:45.075580526Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8117089834857645, - "StableID": "nv5D3nBFP621CNTRL", + "ID": 2658923542201783, + "StableID": "ncVNNwQEmM11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "DiscoKey": "discokey:4cabee62ba8f7b847e84ef70c0725064562265124e79320751b9c26bed5fa22e", - "Addresses": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "AllowedIPs": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "Key": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "DiscoKey": "discokey:1985ac108cca5aea8fbc1c5f13fb1fe9f522306474c6f24229b9c2d000b82a06", + "Addresses": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "AllowedIPs": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "Endpoints": ["77.164.248.136:43740", "10.65.0.27:43740", "172.17.0.1:43740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58387}, - {"Proto": "peerapi6", "Port": 58387} + {"Proto": "peerapi4", "Port": 61422}, + {"Proto": "peerapi6", "Port": 61422} ]}, - "Created": "2026-04-09T01:27:40.473433538Z", + "Created": "2026-04-09T08:33:46.148706083Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8641569950781083, - "StableID": "nYHJtZPnUA21CNTRL", + "ID": 3009921473273161, + "StableID": "nWjsbvXCWQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "DiscoKey": "discokey:1fb476edde69c118b54dbaf7750a6f6bb2e6c5460ade1d6f917e6be08a977346", + "Addresses": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "AllowedIPs": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 53369}, + {"Proto": "peerapi6", "Port": 53369} + ]}, + "Created": "2026-04-09T08:33:51.30263348Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3392792692238224, + "StableID": "nF699qubVT11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "DiscoKey": "discokey:53fc5f2ea51fc75c42a5e98644c48b55ca38cb18929538156b33360111e1ea2d", - "Addresses": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "AllowedIPs": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "Endpoints": ["77.164.248.136:59069", "10.65.0.27:59069", "172.17.0.1:59069"], + "Key": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "DiscoKey": "discokey:4fb8847d3f9e34978d8aafc52708151acdaed7337862d26ddbc9002936bf7548", + "Addresses": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "AllowedIPs": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "Endpoints": ["77.164.248.136:56920", "10.65.0.27:56920", "172.17.0.1:56920"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64753}, - {"Proto": "peerapi6", "Port": 64753} + {"Proto": "peerapi4", "Port": 43342}, + {"Proto": "peerapi6", "Port": 43342} ]}, - "Created": "2026-04-09T01:27:42.667829155Z", + "Created": "2026-04-09T08:33:48.481648847Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 3681145924823567, + "StableID": "nExJtkTCkV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:debd769312d855dbf7777faa83b4f3383266daf5634d63a5f5d4f320cde9ad5d", + "Addresses": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "AllowedIPs": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "Endpoints": ["77.164.248.136:50307", "10.65.0.27:50307", "172.17.0.1:50307"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48244}, + {"Proto": "peerapi6", "Port": 48244} + ]}, + "Created": "2026-04-09T08:33:52.395126346Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4808980899005026, + "StableID": "njftTsmzYe11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "KeyExpiry": "2026-10-06T08:33:51Z", + "DiscoKey": "discokey:a756ee803f3a658dfdd046f489cb639f74a24820a1eddbab06fbf74d3dbcae65", + "Addresses": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "AllowedIPs": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "Endpoints": ["77.164.248.136:49519", "10.65.0.27:49519", "172.17.0.1:49519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33639}, + {"Proto": "peerapi6", "Port": 33639} + ]}, + "Created": "2026-04-09T08:33:51.87199962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6453691850097003, + "StableID": "nWGVAQYtPs11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "DiscoKey": "discokey:df16b1111e60e10f79f6a5de2689aafd193527703e2350eee0d2ecf031a63d3b", + "Addresses": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "AllowedIPs": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "Endpoints": ["77.164.248.136:46467", "10.65.0.27:46467", "172.17.0.1:46467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 51413}, + {"Proto": "peerapi6", "Port": 51413} + ]}, + "Created": "2026-04-09T08:33:45.613423914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7258873496283521, + "StableID": "n8EH2HJZgy11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "DiscoKey": "discokey:fa6f15b00b1dc9be9df8a8165b1cd7f36ee5fd01c8bcac08b2f5984c7094d150", + "Addresses": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "AllowedIPs": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "Endpoints": ["77.164.248.136:48233", "10.65.0.27:48233", "172.17.0.1:48233"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58590}, + {"Proto": "peerapi6", "Port": 58590} + ]}, + "Created": "2026-04-09T08:33:49.126990484Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8962386861488205, + "StableID": "n4CUhuh5zC21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "DiscoKey": "discokey:db5a83ef2f528f750467c4cc62539552f5dd89e3f35f121c2e7ad7d9ad11b859", + "Addresses": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "AllowedIPs": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38279}, + {"Proto": "peerapi6", "Port": 38279} + ]}, + "Created": "2026-04-09T08:33:49.661904262Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12527,27 +12553,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6254885867068627": { - "ID": 6254885867068627, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7000796377342785": { + "ID": 7000796377342785, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12578,21 +12606,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1488812030507930, - "StableID": "nunSwuZHdC11CNTRL", + "ID": 1160055184932909, + "StableID": "nWqfGbgP4A11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 1488812030507930, - "Key": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "DiscoKey": "discokey:b84721230e9927bf3c86a758bb1b6f899878bc8268a4a52a298cdca53352e044", - "Addresses": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "AllowedIPs": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "Endpoints": ["77.164.248.136:55345", "10.65.0.27:55345", "172.17.0.1:55345"], + "User": 1160055184932909, + "Key": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "DiscoKey": "discokey:d3ef9b7d88ec9325737422a71da04a8c2a85dea2c314249e4ff9909fd4325347", + "Addresses": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "AllowedIPs": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "Endpoints": ["77.164.248.136:47946", "10.65.0.27:47946", "172.17.0.1:47946"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 39696}, - {"Proto": "peerapi6", "Port": 39696}, + {"Proto": "peerapi4", "Port": 43051}, + {"Proto": "peerapi6", "Port": 43051}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:41.020655129Z", + "Created": "2026-04-09T08:33:46.686027751Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12620,299 +12648,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "MachineKey": "mkey:10174ce5ee664764626acb9e346bf59e2638cd4d85edfb394b2666d63f773127", + "NodeKey": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "MachineKey": "mkey:54565900719f870642b579d3094cfeaf0ce466dd34e473ff0df835c3ebf06c1e", "Peers": [{ - "ID": 851339227138218, - "StableID": "nqvDEoEae711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "KeyExpiry": "2026-10-06T01:27:47Z", - "DiscoKey": "discokey:7f05f7521340d8a9d020ba6986ac69e3f98b5a6152076641c1543ad7e57e6379", - "Addresses": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "AllowedIPs": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56030}, - {"Proto": "peerapi6", "Port": 56030} - ]}, - "Created": "2026-04-09T01:27:47.006766343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1744707222234209, - "StableID": "n6R4m1WBdE11CNTRL", + "ID": 164214705962432, + "StableID": "n3CsEEeNH211CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "DiscoKey": "discokey:5714bfd62264108a021556441e4afbee610d79894c47fca76085c26e19e2c24b", - "Addresses": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "AllowedIPs": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "Endpoints": ["77.164.248.136:47113", "10.65.0.27:47113", "172.17.0.1:47113"], + "Key": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "DiscoKey": "discokey:56ac46fec3913ac63a23c001879eb9ea1fc58aaaed5fd80b3264361a9ead2648", + "Addresses": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "AllowedIPs": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "Endpoints": ["77.164.248.136:39538", "10.65.0.27:39538", "172.17.0.1:39538"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 54586}, - {"Proto": "peerapi6", "Port": 54586} + {"Proto": "peerapi4", "Port": 46340}, + {"Proto": "peerapi6", "Port": 46340} ]}, - "Created": "2026-04-09T01:27:44.294200169Z", + "Created": "2026-04-09T08:33:50.225063782Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1980676198319090, - "StableID": "nDn29J14UG11CNTRL", + "ID": 289250599184917, + "StableID": "ng8Zx781G311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:74b1b878779b822a95b6986ec130bc7ba9e5ba5b8b530b4d0f8631b24259c570", + "Addresses": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "AllowedIPs": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 32914}, + {"Proto": "peerapi6", "Port": 32914} + ]}, + "Created": "2026-04-09T08:33:52.922078039Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 594917230901754, + "StableID": "n92oV5USe511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "DiscoKey": "discokey:88d18a43287dbc29803ccdaca8a0edc047396438a0790456d2696d8c3321a449", - "Addresses": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "AllowedIPs": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "Endpoints": ["77.164.248.136:55958", "10.65.0.27:55958", "172.17.0.1:55958"], + "Key": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "DiscoKey": "discokey:cce347135aee212fe173e84b1766b67e45041c5f68e0464fb74318a0ee5bf76a", + "Addresses": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "AllowedIPs": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "Endpoints": ["77.164.248.136:34335", "10.65.0.27:34335", "172.17.0.1:34335"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 54273}, - {"Proto": "peerapi6", "Port": 54273} + {"Proto": "peerapi4", "Port": 36626}, + {"Proto": "peerapi6", "Port": 36626} ]}, - "Created": "2026-04-09T01:27:42.099809571Z", + "Created": "2026-04-09T08:33:47.772739581Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 2252919310626770, - "StableID": "njFniTNMbJ11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "DiscoKey": "discokey:74ce0bc0a13b9598f4ddb5c0d67bab023ee3e3c5728a4cc2644ed46c58a0cb11", - "Addresses": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "AllowedIPs": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "Endpoints": ["77.164.248.136:60367", "10.65.0.27:60367", "172.17.0.1:60367"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 41107}, - {"Proto": "peerapi6", "Port": 41107} - ]}, - "Created": "2026-04-09T01:27:43.732217199Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2685090294883016, - "StableID": "njeYhbm5yM11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "DiscoKey": "discokey:b9abf612468c6982c01f996eb8123e54395e0d237455eda5fd626ef52494335c", - "Addresses": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "AllowedIPs": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "Endpoints": ["77.164.248.136:55475", "10.65.0.27:55475", "172.17.0.1:55475"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57155}, - {"Proto": "peerapi6", "Port": 57155} - ]}, - "Created": "2026-04-09T01:27:39.923664405Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2843611112126694, - "StableID": "nqrQVqqsCP11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "KeyExpiry": "2026-10-06T01:27:45Z", - "DiscoKey": "discokey:f7156be9b23049e948b66c11a2d7753d5b042bcad5a03fe78122018b7c1bde49", - "Addresses": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "AllowedIPs": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49210}, - {"Proto": "peerapi6", "Port": 49210} - ]}, - "Created": "2026-04-09T01:27:45.912924926Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3107554585952354, - "StableID": "n7hWSzBRGR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "DiscoKey": "discokey:c2ba33aa0c382052292ebb88f491333a7d7ad7dbc5a7b3fd8b8b81ffcef56542", - "Addresses": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "AllowedIPs": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "Endpoints": ["77.164.248.136:60815", "10.65.0.27:60815", "172.17.0.1:60815"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 63250}, - {"Proto": "peerapi6", "Port": 63250} - ]}, - "Created": "2026-04-09T01:27:45.381634663Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4378534209887058, - "StableID": "nmLRYof3Cb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "DiscoKey": "discokey:af5c4a06e93bc52be3179a696102cdc5ba1c15ef76b556d88aaf61261d786217", - "Addresses": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "AllowedIPs": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "Endpoints": ["77.164.248.136:37974", "10.65.0.27:37974", "172.17.0.1:37974"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55986}, - {"Proto": "peerapi6", "Port": 55986} - ]}, - "Created": "2026-04-09T01:27:43.180770626Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5514336549702345, - "StableID": "nJ9TwgGT4k11CNTRL", + "ID": 696405059956405, + "StableID": "np6SR3PQS611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "DiscoKey": "discokey:e4439256097db5c4cbc510e154ee69afe350ec1233a22ddc5f3d5a57b0b73a4f", - "Addresses": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "AllowedIPs": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "Endpoints": ["77.164.248.136:56350", "10.65.0.27:56350", "172.17.0.1:56350"], + "Key": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "DiscoKey": "discokey:4ea9110867e34eea1d0f1a364718f93c5a83d2d6504788ba6ac6c142f54c501a", + "Addresses": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "AllowedIPs": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "Endpoints": ["77.164.248.136:44398", "10.65.0.27:44398", "172.17.0.1:44398"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49398}, - {"Proto": "peerapi6", "Port": 49398} + {"Proto": "peerapi4", "Port": 57515}, + {"Proto": "peerapi6", "Port": 57515} ]}, - "Created": "2026-04-09T01:27:44.84067177Z", + "Created": "2026-04-09T08:33:50.757669975Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6254885867068627, - "StableID": "nJNuDEFrqq11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "DiscoKey": "discokey:593aff6870e1f9f1f9d5f5eeb14019d9df23014fa17bdb964f68d3162c38626a", - "Addresses": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "AllowedIPs": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "Endpoints": ["77.164.248.136:37545", "10.65.0.27:37545", "172.17.0.1:37545"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 53926}, - {"Proto": "peerapi6", "Port": 53926} - ]}, - "Created": "2026-04-09T01:27:41.562996032Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7795699411780498, - "StableID": "ndSEueogs321CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "KeyExpiry": "2026-10-06T01:27:46Z", - "DiscoKey": "discokey:414aff36860890a884b678f991ea43ce65a68b5f76fa80069c70435f75465d45", - "Addresses": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "AllowedIPs": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "Endpoints": ["77.164.248.136:41529", "10.65.0.27:41529", "172.17.0.1:41529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 58767}, - {"Proto": "peerapi6", "Port": 58767} - ]}, - "Created": "2026-04-09T01:27:46.460699922Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7880204839493840, - "StableID": "nHjzAtcxX421CNTRL", + "ID": 1271530373223816, + "StableID": "n9VyvuwsvA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "DiscoKey": "discokey:79208e1cca8aa3d82c6dc722e09e525932f8e0ea037b732090e80a25de8da96a", - "Addresses": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "AllowedIPs": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "Key": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "DiscoKey": "discokey:f5e51972e3c76ba96f9e16a4ffe3b21658a827c6eb8a8c430b410f884d5e8106", + "Addresses": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "AllowedIPs": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "Endpoints": ["77.164.248.136:54301", "10.65.0.27:54301", "172.17.0.1:54301"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57529}, - {"Proto": "peerapi6", "Port": 57529} + {"Proto": "peerapi4", "Port": 34027}, + {"Proto": "peerapi6", "Port": 34027} ]}, - "Created": "2026-04-09T01:27:39.389186757Z", + "Created": "2026-04-09T08:33:45.075580526Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8117089834857645, - "StableID": "nv5D3nBFP621CNTRL", + "ID": 2658923542201783, + "StableID": "ncVNNwQEmM11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "DiscoKey": "discokey:4cabee62ba8f7b847e84ef70c0725064562265124e79320751b9c26bed5fa22e", - "Addresses": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "AllowedIPs": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "Key": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "DiscoKey": "discokey:1985ac108cca5aea8fbc1c5f13fb1fe9f522306474c6f24229b9c2d000b82a06", + "Addresses": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "AllowedIPs": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "Endpoints": ["77.164.248.136:43740", "10.65.0.27:43740", "172.17.0.1:43740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58387}, - {"Proto": "peerapi6", "Port": 58387} + {"Proto": "peerapi4", "Port": 61422}, + {"Proto": "peerapi6", "Port": 61422} ]}, - "Created": "2026-04-09T01:27:40.473433538Z", + "Created": "2026-04-09T08:33:46.148706083Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8641569950781083, - "StableID": "nYHJtZPnUA21CNTRL", + "ID": 3009921473273161, + "StableID": "nWjsbvXCWQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "DiscoKey": "discokey:1fb476edde69c118b54dbaf7750a6f6bb2e6c5460ade1d6f917e6be08a977346", + "Addresses": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "AllowedIPs": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 53369}, + {"Proto": "peerapi6", "Port": 53369} + ]}, + "Created": "2026-04-09T08:33:51.30263348Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3392792692238224, + "StableID": "nF699qubVT11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "DiscoKey": "discokey:53fc5f2ea51fc75c42a5e98644c48b55ca38cb18929538156b33360111e1ea2d", - "Addresses": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "AllowedIPs": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "Endpoints": ["77.164.248.136:59069", "10.65.0.27:59069", "172.17.0.1:59069"], + "Key": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "DiscoKey": "discokey:4fb8847d3f9e34978d8aafc52708151acdaed7337862d26ddbc9002936bf7548", + "Addresses": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "AllowedIPs": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "Endpoints": ["77.164.248.136:56920", "10.65.0.27:56920", "172.17.0.1:56920"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64753}, - {"Proto": "peerapi6", "Port": 64753} + {"Proto": "peerapi4", "Port": 43342}, + {"Proto": "peerapi6", "Port": 43342} ]}, - "Created": "2026-04-09T01:27:42.667829155Z", + "Created": "2026-04-09T08:33:48.481648847Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 3681145924823567, + "StableID": "nExJtkTCkV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:debd769312d855dbf7777faa83b4f3383266daf5634d63a5f5d4f320cde9ad5d", + "Addresses": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "AllowedIPs": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "Endpoints": ["77.164.248.136:50307", "10.65.0.27:50307", "172.17.0.1:50307"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48244}, + {"Proto": "peerapi6", "Port": 48244} + ]}, + "Created": "2026-04-09T08:33:52.395126346Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4808980899005026, + "StableID": "njftTsmzYe11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "KeyExpiry": "2026-10-06T08:33:51Z", + "DiscoKey": "discokey:a756ee803f3a658dfdd046f489cb639f74a24820a1eddbab06fbf74d3dbcae65", + "Addresses": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "AllowedIPs": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "Endpoints": ["77.164.248.136:49519", "10.65.0.27:49519", "172.17.0.1:49519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33639}, + {"Proto": "peerapi6", "Port": 33639} + ]}, + "Created": "2026-04-09T08:33:51.87199962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6453691850097003, + "StableID": "nWGVAQYtPs11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "DiscoKey": "discokey:df16b1111e60e10f79f6a5de2689aafd193527703e2350eee0d2ecf031a63d3b", + "Addresses": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "AllowedIPs": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "Endpoints": ["77.164.248.136:46467", "10.65.0.27:46467", "172.17.0.1:46467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 51413}, + {"Proto": "peerapi6", "Port": 51413} + ]}, + "Created": "2026-04-09T08:33:45.613423914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7000796377342785, + "StableID": "nvwMms3gfw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "DiscoKey": "discokey:f6079a6bfae21b42319c35b56971002a65c91eaed10b6188335cdbbdc0676f4e", + "Addresses": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "AllowedIPs": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "Endpoints": ["77.164.248.136:54856", "10.65.0.27:54856", "172.17.0.1:54856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34281}, + {"Proto": "peerapi6", "Port": 34281} + ]}, + "Created": "2026-04-09T08:33:47.239811559Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7258873496283521, + "StableID": "n8EH2HJZgy11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "DiscoKey": "discokey:fa6f15b00b1dc9be9df8a8165b1cd7f36ee5fd01c8bcac08b2f5984c7094d150", + "Addresses": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "AllowedIPs": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "Endpoints": ["77.164.248.136:48233", "10.65.0.27:48233", "172.17.0.1:48233"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58590}, + {"Proto": "peerapi6", "Port": 58590} + ]}, + "Created": "2026-04-09T08:33:49.126990484Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8962386861488205, + "StableID": "n4CUhuh5zC21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "DiscoKey": "discokey:db5a83ef2f528f750467c4cc62539552f5dd89e3f35f121c2e7ad7d9ad11b859", + "Addresses": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "AllowedIPs": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38279}, + {"Proto": "peerapi6", "Port": 38279} + ]}, + "Created": "2026-04-09T08:33:49.661904262Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13760,27 +13789,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1488812030507930": { - "ID": 1488812030507930, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1160055184932909": { + "ID": 1160055184932909, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13811,26 +13842,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8641569950781083, - "StableID": "nYHJtZPnUA21CNTRL", + "ID": 3392792692238224, + "StableID": "nF699qubVT11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 8641569950781083, - "Key": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "DiscoKey": "discokey:53fc5f2ea51fc75c42a5e98644c48b55ca38cb18929538156b33360111e1ea2d", - "Addresses": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "AllowedIPs": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "Endpoints": ["77.164.248.136:59069", "10.65.0.27:59069", "172.17.0.1:59069"], + "User": 3392792692238224, + "Key": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "DiscoKey": "discokey:4fb8847d3f9e34978d8aafc52708151acdaed7337862d26ddbc9002936bf7548", + "Addresses": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "AllowedIPs": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "Endpoints": ["77.164.248.136:56920", "10.65.0.27:56920", "172.17.0.1:56920"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 64753}, - {"Proto": "peerapi6", "Port": 64753}, + {"Proto": "peerapi4", "Port": 43342}, + {"Proto": "peerapi6", "Port": 43342}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:27:42.667829155Z", + "Created": "2026-04-09T08:33:48.481648847Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13858,301 +13889,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "MachineKey": "mkey:cfdda995d344f65e6976137dbe778b86a9a0bcf320ba88fd2695230147a4a01c", + "NodeKey": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "MachineKey": "mkey:f69dec501d797cadd8ab18ca67e7feaea9cb3f0c713ea315e1c66213c41cdf47", "Peers": [{ - "ID": 851339227138218, - "StableID": "nqvDEoEae711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "KeyExpiry": "2026-10-06T01:27:47Z", - "DiscoKey": "discokey:7f05f7521340d8a9d020ba6986ac69e3f98b5a6152076641c1543ad7e57e6379", - "Addresses": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "AllowedIPs": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "Endpoints": ["77.164.248.136:42077", "10.65.0.27:42077", "172.17.0.1:42077"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56030}, - {"Proto": "peerapi6", "Port": 56030} - ]}, - "Created": "2026-04-09T01:27:47.006766343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1488812030507930, - "StableID": "nunSwuZHdC11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "DiscoKey": "discokey:b84721230e9927bf3c86a758bb1b6f899878bc8268a4a52a298cdca53352e044", - "Addresses": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "AllowedIPs": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "Endpoints": ["77.164.248.136:55345", "10.65.0.27:55345", "172.17.0.1:55345"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39696}, - {"Proto": "peerapi6", "Port": 39696} - ]}, - "Created": "2026-04-09T01:27:41.020655129Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1744707222234209, - "StableID": "n6R4m1WBdE11CNTRL", + "ID": 164214705962432, + "StableID": "n3CsEEeNH211CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "DiscoKey": "discokey:5714bfd62264108a021556441e4afbee610d79894c47fca76085c26e19e2c24b", - "Addresses": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "AllowedIPs": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "Endpoints": ["77.164.248.136:47113", "10.65.0.27:47113", "172.17.0.1:47113"], + "Key": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "DiscoKey": "discokey:56ac46fec3913ac63a23c001879eb9ea1fc58aaaed5fd80b3264361a9ead2648", + "Addresses": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "AllowedIPs": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "Endpoints": ["77.164.248.136:39538", "10.65.0.27:39538", "172.17.0.1:39538"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 54586}, - {"Proto": "peerapi6", "Port": 54586} + {"Proto": "peerapi4", "Port": 46340}, + {"Proto": "peerapi6", "Port": 46340} ]}, - "Created": "2026-04-09T01:27:44.294200169Z", + "Created": "2026-04-09T08:33:50.225063782Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1980676198319090, - "StableID": "nDn29J14UG11CNTRL", + "ID": 289250599184917, + "StableID": "ng8Zx781G311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:74b1b878779b822a95b6986ec130bc7ba9e5ba5b8b530b4d0f8631b24259c570", + "Addresses": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "AllowedIPs": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "Endpoints": ["77.164.248.136:47023", "10.65.0.27:47023", "172.17.0.1:47023"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 32914}, + {"Proto": "peerapi6", "Port": 32914} + ]}, + "Created": "2026-04-09T08:33:52.922078039Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 594917230901754, + "StableID": "n92oV5USe511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "DiscoKey": "discokey:88d18a43287dbc29803ccdaca8a0edc047396438a0790456d2696d8c3321a449", - "Addresses": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "AllowedIPs": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "Endpoints": ["77.164.248.136:55958", "10.65.0.27:55958", "172.17.0.1:55958"], + "Key": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "DiscoKey": "discokey:cce347135aee212fe173e84b1766b67e45041c5f68e0464fb74318a0ee5bf76a", + "Addresses": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "AllowedIPs": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "Endpoints": ["77.164.248.136:34335", "10.65.0.27:34335", "172.17.0.1:34335"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 54273}, - {"Proto": "peerapi6", "Port": 54273} + {"Proto": "peerapi4", "Port": 36626}, + {"Proto": "peerapi6", "Port": 36626} ]}, - "Created": "2026-04-09T01:27:42.099809571Z", + "Created": "2026-04-09T08:33:47.772739581Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 2252919310626770, - "StableID": "njFniTNMbJ11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "DiscoKey": "discokey:74ce0bc0a13b9598f4ddb5c0d67bab023ee3e3c5728a4cc2644ed46c58a0cb11", - "Addresses": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "AllowedIPs": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "Endpoints": ["77.164.248.136:60367", "10.65.0.27:60367", "172.17.0.1:60367"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 41107}, - {"Proto": "peerapi6", "Port": 41107} - ]}, - "Created": "2026-04-09T01:27:43.732217199Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2685090294883016, - "StableID": "njeYhbm5yM11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "DiscoKey": "discokey:b9abf612468c6982c01f996eb8123e54395e0d237455eda5fd626ef52494335c", - "Addresses": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "AllowedIPs": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "Endpoints": ["77.164.248.136:55475", "10.65.0.27:55475", "172.17.0.1:55475"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57155}, - {"Proto": "peerapi6", "Port": 57155} - ]}, - "Created": "2026-04-09T01:27:39.923664405Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2843611112126694, - "StableID": "nqrQVqqsCP11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "KeyExpiry": "2026-10-06T01:27:45Z", - "DiscoKey": "discokey:f7156be9b23049e948b66c11a2d7753d5b042bcad5a03fe78122018b7c1bde49", - "Addresses": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "AllowedIPs": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49210}, - {"Proto": "peerapi6", "Port": 49210} - ]}, - "Created": "2026-04-09T01:27:45.912924926Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3107554585952354, - "StableID": "n7hWSzBRGR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "DiscoKey": "discokey:c2ba33aa0c382052292ebb88f491333a7d7ad7dbc5a7b3fd8b8b81ffcef56542", - "Addresses": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "AllowedIPs": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "Endpoints": ["77.164.248.136:60815", "10.65.0.27:60815", "172.17.0.1:60815"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 63250}, - {"Proto": "peerapi6", "Port": 63250} - ]}, - "Created": "2026-04-09T01:27:45.381634663Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4378534209887058, - "StableID": "nmLRYof3Cb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "DiscoKey": "discokey:af5c4a06e93bc52be3179a696102cdc5ba1c15ef76b556d88aaf61261d786217", - "Addresses": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "AllowedIPs": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "Endpoints": ["77.164.248.136:37974", "10.65.0.27:37974", "172.17.0.1:37974"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55986}, - {"Proto": "peerapi6", "Port": 55986} - ]}, - "Created": "2026-04-09T01:27:43.180770626Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5514336549702345, - "StableID": "nJ9TwgGT4k11CNTRL", + "ID": 696405059956405, + "StableID": "np6SR3PQS611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "DiscoKey": "discokey:e4439256097db5c4cbc510e154ee69afe350ec1233a22ddc5f3d5a57b0b73a4f", - "Addresses": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "AllowedIPs": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "Endpoints": ["77.164.248.136:56350", "10.65.0.27:56350", "172.17.0.1:56350"], + "Key": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "DiscoKey": "discokey:4ea9110867e34eea1d0f1a364718f93c5a83d2d6504788ba6ac6c142f54c501a", + "Addresses": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "AllowedIPs": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "Endpoints": ["77.164.248.136:44398", "10.65.0.27:44398", "172.17.0.1:44398"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49398}, - {"Proto": "peerapi6", "Port": 49398} + {"Proto": "peerapi4", "Port": 57515}, + {"Proto": "peerapi6", "Port": 57515} ]}, - "Created": "2026-04-09T01:27:44.84067177Z", + "Created": "2026-04-09T08:33:50.757669975Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6254885867068627, - "StableID": "nJNuDEFrqq11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1160055184932909, + "StableID": "nWqfGbgP4A11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "DiscoKey": "discokey:593aff6870e1f9f1f9d5f5eeb14019d9df23014fa17bdb964f68d3162c38626a", - "Addresses": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "AllowedIPs": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "Endpoints": ["77.164.248.136:37545", "10.65.0.27:37545", "172.17.0.1:37545"], + "Key": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "DiscoKey": "discokey:d3ef9b7d88ec9325737422a71da04a8c2a85dea2c314249e4ff9909fd4325347", + "Addresses": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "AllowedIPs": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "Endpoints": ["77.164.248.136:47946", "10.65.0.27:47946", "172.17.0.1:47946"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 53926}, - {"Proto": "peerapi6", "Port": 53926} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43051}, + {"Proto": "peerapi6", "Port": 43051} ]}, - "Created": "2026-04-09T01:27:41.562996032Z", + "Created": "2026-04-09T08:33:46.686027751Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7795699411780498, - "StableID": "ndSEueogs321CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "KeyExpiry": "2026-10-06T01:27:46Z", - "DiscoKey": "discokey:414aff36860890a884b678f991ea43ce65a68b5f76fa80069c70435f75465d45", - "Addresses": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "AllowedIPs": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "Endpoints": ["77.164.248.136:41529", "10.65.0.27:41529", "172.17.0.1:41529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 58767}, - {"Proto": "peerapi6", "Port": 58767} - ]}, - "Created": "2026-04-09T01:27:46.460699922Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7880204839493840, - "StableID": "nHjzAtcxX421CNTRL", + "ID": 1271530373223816, + "StableID": "n9VyvuwsvA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "DiscoKey": "discokey:79208e1cca8aa3d82c6dc722e09e525932f8e0ea037b732090e80a25de8da96a", - "Addresses": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "AllowedIPs": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "Key": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "DiscoKey": "discokey:f5e51972e3c76ba96f9e16a4ffe3b21658a827c6eb8a8c430b410f884d5e8106", + "Addresses": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "AllowedIPs": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "Endpoints": ["77.164.248.136:54301", "10.65.0.27:54301", "172.17.0.1:54301"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57529}, - {"Proto": "peerapi6", "Port": 57529} + {"Proto": "peerapi4", "Port": 34027}, + {"Proto": "peerapi6", "Port": 34027} ]}, - "Created": "2026-04-09T01:27:39.389186757Z", + "Created": "2026-04-09T08:33:45.075580526Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8117089834857645, - "StableID": "nv5D3nBFP621CNTRL", + "ID": 2658923542201783, + "StableID": "ncVNNwQEmM11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "DiscoKey": "discokey:4cabee62ba8f7b847e84ef70c0725064562265124e79320751b9c26bed5fa22e", - "Addresses": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "AllowedIPs": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "Key": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "DiscoKey": "discokey:1985ac108cca5aea8fbc1c5f13fb1fe9f522306474c6f24229b9c2d000b82a06", + "Addresses": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "AllowedIPs": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "Endpoints": ["77.164.248.136:43740", "10.65.0.27:43740", "172.17.0.1:43740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58387}, - {"Proto": "peerapi6", "Port": 58387} + {"Proto": "peerapi4", "Port": 61422}, + {"Proto": "peerapi6", "Port": 61422} ]}, - "Created": "2026-04-09T01:27:40.473433538Z", + "Created": "2026-04-09T08:33:46.148706083Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 3009921473273161, + "StableID": "nWjsbvXCWQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "DiscoKey": "discokey:1fb476edde69c118b54dbaf7750a6f6bb2e6c5460ade1d6f917e6be08a977346", + "Addresses": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "AllowedIPs": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 53369}, + {"Proto": "peerapi6", "Port": 53369} + ]}, + "Created": "2026-04-09T08:33:51.30263348Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3681145924823567, + "StableID": "nExJtkTCkV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:debd769312d855dbf7777faa83b4f3383266daf5634d63a5f5d4f320cde9ad5d", + "Addresses": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "AllowedIPs": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "Endpoints": ["77.164.248.136:50307", "10.65.0.27:50307", "172.17.0.1:50307"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48244}, + {"Proto": "peerapi6", "Port": 48244} + ]}, + "Created": "2026-04-09T08:33:52.395126346Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4808980899005026, + "StableID": "njftTsmzYe11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "KeyExpiry": "2026-10-06T08:33:51Z", + "DiscoKey": "discokey:a756ee803f3a658dfdd046f489cb639f74a24820a1eddbab06fbf74d3dbcae65", + "Addresses": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "AllowedIPs": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "Endpoints": ["77.164.248.136:49519", "10.65.0.27:49519", "172.17.0.1:49519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33639}, + {"Proto": "peerapi6", "Port": 33639} + ]}, + "Created": "2026-04-09T08:33:51.87199962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6453691850097003, + "StableID": "nWGVAQYtPs11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "DiscoKey": "discokey:df16b1111e60e10f79f6a5de2689aafd193527703e2350eee0d2ecf031a63d3b", + "Addresses": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "AllowedIPs": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "Endpoints": ["77.164.248.136:46467", "10.65.0.27:46467", "172.17.0.1:46467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 51413}, + {"Proto": "peerapi6", "Port": 51413} + ]}, + "Created": "2026-04-09T08:33:45.613423914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7000796377342785, + "StableID": "nvwMms3gfw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "DiscoKey": "discokey:f6079a6bfae21b42319c35b56971002a65c91eaed10b6188335cdbbdc0676f4e", + "Addresses": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "AllowedIPs": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "Endpoints": ["77.164.248.136:54856", "10.65.0.27:54856", "172.17.0.1:54856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34281}, + {"Proto": "peerapi6", "Port": 34281} + ]}, + "Created": "2026-04-09T08:33:47.239811559Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7258873496283521, + "StableID": "n8EH2HJZgy11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "DiscoKey": "discokey:fa6f15b00b1dc9be9df8a8165b1cd7f36ee5fd01c8bcac08b2f5984c7094d150", + "Addresses": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "AllowedIPs": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "Endpoints": ["77.164.248.136:48233", "10.65.0.27:48233", "172.17.0.1:48233"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58590}, + {"Proto": "peerapi6", "Port": 58590} + ]}, + "Created": "2026-04-09T08:33:49.126990484Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8962386861488205, + "StableID": "n4CUhuh5zC21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "DiscoKey": "discokey:db5a83ef2f528f750467c4cc62539552f5dd89e3f35f121c2e7ad7d9ad11b859", + "Addresses": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "AllowedIPs": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38279}, + {"Proto": "peerapi6", "Port": 38279} + ]}, + "Created": "2026-04-09T08:33:49.661904262Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15000,27 +15032,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8641569950781083": { - "ID": 8641569950781083, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3392792692238224": { + "ID": 3392792692238224, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15051,26 +15085,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2252919310626770, - "StableID": "njFniTNMbJ11CNTRL", + "ID": 8962386861488205, + "StableID": "n4CUhuh5zC21CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 2252919310626770, - "Key": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "DiscoKey": "discokey:74ce0bc0a13b9598f4ddb5c0d67bab023ee3e3c5728a4cc2644ed46c58a0cb11", - "Addresses": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "AllowedIPs": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "Endpoints": ["77.164.248.136:60367", "10.65.0.27:60367", "172.17.0.1:60367"], + "User": 8962386861488205, + "Key": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "DiscoKey": "discokey:db5a83ef2f528f750467c4cc62539552f5dd89e3f35f121c2e7ad7d9ad11b859", + "Addresses": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "AllowedIPs": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 41107}, - {"Proto": "peerapi6", "Port": 41107}, + {"Proto": "peerapi4", "Port": 38279}, + {"Proto": "peerapi6", "Port": 38279}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:27:43.732217199Z", + "Created": "2026-04-09T08:33:49.661904262Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15098,301 +15132,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "MachineKey": "mkey:3941321d9465a67afdc755dd609206efbf624bca3da18c2e2d8cdad5e73ad474", + "NodeKey": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "MachineKey": "mkey:85ac40c1cb394ad2e80f9c0e2a7d5c6cbb143aae287d24828aa366b60118e439", "Peers": [{ - "ID": 851339227138218, - "StableID": "nqvDEoEae711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "KeyExpiry": "2026-10-06T01:27:47Z", - "DiscoKey": "discokey:7f05f7521340d8a9d020ba6986ac69e3f98b5a6152076641c1543ad7e57e6379", - "Addresses": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "AllowedIPs": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "Endpoints": ["77.164.248.136:42077", "10.65.0.27:42077", "172.17.0.1:42077"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56030}, - {"Proto": "peerapi6", "Port": 56030} - ]}, - "Created": "2026-04-09T01:27:47.006766343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1488812030507930, - "StableID": "nunSwuZHdC11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "DiscoKey": "discokey:b84721230e9927bf3c86a758bb1b6f899878bc8268a4a52a298cdca53352e044", - "Addresses": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "AllowedIPs": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "Endpoints": ["77.164.248.136:55345", "10.65.0.27:55345", "172.17.0.1:55345"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39696}, - {"Proto": "peerapi6", "Port": 39696} - ]}, - "Created": "2026-04-09T01:27:41.020655129Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1744707222234209, - "StableID": "n6R4m1WBdE11CNTRL", + "ID": 164214705962432, + "StableID": "n3CsEEeNH211CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "DiscoKey": "discokey:5714bfd62264108a021556441e4afbee610d79894c47fca76085c26e19e2c24b", - "Addresses": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "AllowedIPs": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "Endpoints": ["77.164.248.136:47113", "10.65.0.27:47113", "172.17.0.1:47113"], + "Key": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "DiscoKey": "discokey:56ac46fec3913ac63a23c001879eb9ea1fc58aaaed5fd80b3264361a9ead2648", + "Addresses": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "AllowedIPs": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "Endpoints": ["77.164.248.136:39538", "10.65.0.27:39538", "172.17.0.1:39538"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 54586}, - {"Proto": "peerapi6", "Port": 54586} + {"Proto": "peerapi4", "Port": 46340}, + {"Proto": "peerapi6", "Port": 46340} ]}, - "Created": "2026-04-09T01:27:44.294200169Z", + "Created": "2026-04-09T08:33:50.225063782Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1980676198319090, - "StableID": "nDn29J14UG11CNTRL", + "ID": 289250599184917, + "StableID": "ng8Zx781G311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:74b1b878779b822a95b6986ec130bc7ba9e5ba5b8b530b4d0f8631b24259c570", + "Addresses": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "AllowedIPs": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "Endpoints": ["77.164.248.136:47023", "10.65.0.27:47023", "172.17.0.1:47023"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 32914}, + {"Proto": "peerapi6", "Port": 32914} + ]}, + "Created": "2026-04-09T08:33:52.922078039Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 594917230901754, + "StableID": "n92oV5USe511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "DiscoKey": "discokey:88d18a43287dbc29803ccdaca8a0edc047396438a0790456d2696d8c3321a449", - "Addresses": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "AllowedIPs": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "Endpoints": ["77.164.248.136:55958", "10.65.0.27:55958", "172.17.0.1:55958"], + "Key": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "DiscoKey": "discokey:cce347135aee212fe173e84b1766b67e45041c5f68e0464fb74318a0ee5bf76a", + "Addresses": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "AllowedIPs": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "Endpoints": ["77.164.248.136:34335", "10.65.0.27:34335", "172.17.0.1:34335"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 54273}, - {"Proto": "peerapi6", "Port": 54273} + {"Proto": "peerapi4", "Port": 36626}, + {"Proto": "peerapi6", "Port": 36626} ]}, - "Created": "2026-04-09T01:27:42.099809571Z", + "Created": "2026-04-09T08:33:47.772739581Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 2685090294883016, - "StableID": "njeYhbm5yM11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "DiscoKey": "discokey:b9abf612468c6982c01f996eb8123e54395e0d237455eda5fd626ef52494335c", - "Addresses": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "AllowedIPs": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "Endpoints": ["77.164.248.136:55475", "10.65.0.27:55475", "172.17.0.1:55475"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57155}, - {"Proto": "peerapi6", "Port": 57155} - ]}, - "Created": "2026-04-09T01:27:39.923664405Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2843611112126694, - "StableID": "nqrQVqqsCP11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "KeyExpiry": "2026-10-06T01:27:45Z", - "DiscoKey": "discokey:f7156be9b23049e948b66c11a2d7753d5b042bcad5a03fe78122018b7c1bde49", - "Addresses": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "AllowedIPs": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49210}, - {"Proto": "peerapi6", "Port": 49210} - ]}, - "Created": "2026-04-09T01:27:45.912924926Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3107554585952354, - "StableID": "n7hWSzBRGR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "DiscoKey": "discokey:c2ba33aa0c382052292ebb88f491333a7d7ad7dbc5a7b3fd8b8b81ffcef56542", - "Addresses": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "AllowedIPs": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "Endpoints": ["77.164.248.136:60815", "10.65.0.27:60815", "172.17.0.1:60815"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 63250}, - {"Proto": "peerapi6", "Port": 63250} - ]}, - "Created": "2026-04-09T01:27:45.381634663Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4378534209887058, - "StableID": "nmLRYof3Cb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "DiscoKey": "discokey:af5c4a06e93bc52be3179a696102cdc5ba1c15ef76b556d88aaf61261d786217", - "Addresses": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "AllowedIPs": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "Endpoints": ["77.164.248.136:37974", "10.65.0.27:37974", "172.17.0.1:37974"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55986}, - {"Proto": "peerapi6", "Port": 55986} - ]}, - "Created": "2026-04-09T01:27:43.180770626Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5514336549702345, - "StableID": "nJ9TwgGT4k11CNTRL", + "ID": 696405059956405, + "StableID": "np6SR3PQS611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "DiscoKey": "discokey:e4439256097db5c4cbc510e154ee69afe350ec1233a22ddc5f3d5a57b0b73a4f", - "Addresses": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "AllowedIPs": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "Endpoints": ["77.164.248.136:56350", "10.65.0.27:56350", "172.17.0.1:56350"], + "Key": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "DiscoKey": "discokey:4ea9110867e34eea1d0f1a364718f93c5a83d2d6504788ba6ac6c142f54c501a", + "Addresses": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "AllowedIPs": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "Endpoints": ["77.164.248.136:44398", "10.65.0.27:44398", "172.17.0.1:44398"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49398}, - {"Proto": "peerapi6", "Port": 49398} + {"Proto": "peerapi4", "Port": 57515}, + {"Proto": "peerapi6", "Port": 57515} ]}, - "Created": "2026-04-09T01:27:44.84067177Z", + "Created": "2026-04-09T08:33:50.757669975Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6254885867068627, - "StableID": "nJNuDEFrqq11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1160055184932909, + "StableID": "nWqfGbgP4A11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "DiscoKey": "discokey:593aff6870e1f9f1f9d5f5eeb14019d9df23014fa17bdb964f68d3162c38626a", - "Addresses": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "AllowedIPs": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "Endpoints": ["77.164.248.136:37545", "10.65.0.27:37545", "172.17.0.1:37545"], + "Key": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "DiscoKey": "discokey:d3ef9b7d88ec9325737422a71da04a8c2a85dea2c314249e4ff9909fd4325347", + "Addresses": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "AllowedIPs": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "Endpoints": ["77.164.248.136:47946", "10.65.0.27:47946", "172.17.0.1:47946"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 53926}, - {"Proto": "peerapi6", "Port": 53926} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43051}, + {"Proto": "peerapi6", "Port": 43051} ]}, - "Created": "2026-04-09T01:27:41.562996032Z", + "Created": "2026-04-09T08:33:46.686027751Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7795699411780498, - "StableID": "ndSEueogs321CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "KeyExpiry": "2026-10-06T01:27:46Z", - "DiscoKey": "discokey:414aff36860890a884b678f991ea43ce65a68b5f76fa80069c70435f75465d45", - "Addresses": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "AllowedIPs": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "Endpoints": ["77.164.248.136:41529", "10.65.0.27:41529", "172.17.0.1:41529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 58767}, - {"Proto": "peerapi6", "Port": 58767} - ]}, - "Created": "2026-04-09T01:27:46.460699922Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7880204839493840, - "StableID": "nHjzAtcxX421CNTRL", + "ID": 1271530373223816, + "StableID": "n9VyvuwsvA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "DiscoKey": "discokey:79208e1cca8aa3d82c6dc722e09e525932f8e0ea037b732090e80a25de8da96a", - "Addresses": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "AllowedIPs": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "Key": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "DiscoKey": "discokey:f5e51972e3c76ba96f9e16a4ffe3b21658a827c6eb8a8c430b410f884d5e8106", + "Addresses": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "AllowedIPs": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "Endpoints": ["77.164.248.136:54301", "10.65.0.27:54301", "172.17.0.1:54301"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57529}, - {"Proto": "peerapi6", "Port": 57529} + {"Proto": "peerapi4", "Port": 34027}, + {"Proto": "peerapi6", "Port": 34027} ]}, - "Created": "2026-04-09T01:27:39.389186757Z", + "Created": "2026-04-09T08:33:45.075580526Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8117089834857645, - "StableID": "nv5D3nBFP621CNTRL", + "ID": 2658923542201783, + "StableID": "ncVNNwQEmM11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "DiscoKey": "discokey:4cabee62ba8f7b847e84ef70c0725064562265124e79320751b9c26bed5fa22e", - "Addresses": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "AllowedIPs": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "Key": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "DiscoKey": "discokey:1985ac108cca5aea8fbc1c5f13fb1fe9f522306474c6f24229b9c2d000b82a06", + "Addresses": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "AllowedIPs": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "Endpoints": ["77.164.248.136:43740", "10.65.0.27:43740", "172.17.0.1:43740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58387}, - {"Proto": "peerapi6", "Port": 58387} + {"Proto": "peerapi4", "Port": 61422}, + {"Proto": "peerapi6", "Port": 61422} ]}, - "Created": "2026-04-09T01:27:40.473433538Z", + "Created": "2026-04-09T08:33:46.148706083Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8641569950781083, - "StableID": "nYHJtZPnUA21CNTRL", + "ID": 3009921473273161, + "StableID": "nWjsbvXCWQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "DiscoKey": "discokey:1fb476edde69c118b54dbaf7750a6f6bb2e6c5460ade1d6f917e6be08a977346", + "Addresses": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "AllowedIPs": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 53369}, + {"Proto": "peerapi6", "Port": 53369} + ]}, + "Created": "2026-04-09T08:33:51.30263348Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3392792692238224, + "StableID": "nF699qubVT11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "DiscoKey": "discokey:53fc5f2ea51fc75c42a5e98644c48b55ca38cb18929538156b33360111e1ea2d", - "Addresses": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "AllowedIPs": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "Endpoints": ["77.164.248.136:59069", "10.65.0.27:59069", "172.17.0.1:59069"], + "Key": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "DiscoKey": "discokey:4fb8847d3f9e34978d8aafc52708151acdaed7337862d26ddbc9002936bf7548", + "Addresses": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "AllowedIPs": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "Endpoints": ["77.164.248.136:56920", "10.65.0.27:56920", "172.17.0.1:56920"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64753}, - {"Proto": "peerapi6", "Port": 64753} + {"Proto": "peerapi4", "Port": 43342}, + {"Proto": "peerapi6", "Port": 43342} ]}, - "Created": "2026-04-09T01:27:42.667829155Z", + "Created": "2026-04-09T08:33:48.481648847Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 3681145924823567, + "StableID": "nExJtkTCkV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:debd769312d855dbf7777faa83b4f3383266daf5634d63a5f5d4f320cde9ad5d", + "Addresses": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "AllowedIPs": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "Endpoints": ["77.164.248.136:50307", "10.65.0.27:50307", "172.17.0.1:50307"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48244}, + {"Proto": "peerapi6", "Port": 48244} + ]}, + "Created": "2026-04-09T08:33:52.395126346Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4808980899005026, + "StableID": "njftTsmzYe11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "KeyExpiry": "2026-10-06T08:33:51Z", + "DiscoKey": "discokey:a756ee803f3a658dfdd046f489cb639f74a24820a1eddbab06fbf74d3dbcae65", + "Addresses": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "AllowedIPs": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "Endpoints": ["77.164.248.136:49519", "10.65.0.27:49519", "172.17.0.1:49519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33639}, + {"Proto": "peerapi6", "Port": 33639} + ]}, + "Created": "2026-04-09T08:33:51.87199962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6453691850097003, + "StableID": "nWGVAQYtPs11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "DiscoKey": "discokey:df16b1111e60e10f79f6a5de2689aafd193527703e2350eee0d2ecf031a63d3b", + "Addresses": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "AllowedIPs": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "Endpoints": ["77.164.248.136:46467", "10.65.0.27:46467", "172.17.0.1:46467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 51413}, + {"Proto": "peerapi6", "Port": 51413} + ]}, + "Created": "2026-04-09T08:33:45.613423914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7000796377342785, + "StableID": "nvwMms3gfw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "DiscoKey": "discokey:f6079a6bfae21b42319c35b56971002a65c91eaed10b6188335cdbbdc0676f4e", + "Addresses": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "AllowedIPs": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "Endpoints": ["77.164.248.136:54856", "10.65.0.27:54856", "172.17.0.1:54856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34281}, + {"Proto": "peerapi6", "Port": 34281} + ]}, + "Created": "2026-04-09T08:33:47.239811559Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7258873496283521, + "StableID": "n8EH2HJZgy11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "DiscoKey": "discokey:fa6f15b00b1dc9be9df8a8165b1cd7f36ee5fd01c8bcac08b2f5984c7094d150", + "Addresses": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "AllowedIPs": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "Endpoints": ["77.164.248.136:48233", "10.65.0.27:48233", "172.17.0.1:48233"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58590}, + {"Proto": "peerapi6", "Port": 58590} + ]}, + "Created": "2026-04-09T08:33:49.126990484Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16240,27 +16275,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2252919310626770": { - "ID": 2252919310626770, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8962386861488205": { + "ID": 8962386861488205, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16291,22 +16328,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7795699411780498, - "StableID": "ndSEueogs321CNTRL", + "ID": 3681145924823567, + "StableID": "nExJtkTCkV11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "KeyExpiry": "2026-10-06T01:27:46Z", - "DiscoKey": "discokey:414aff36860890a884b678f991ea43ce65a68b5f76fa80069c70435f75465d45", - "Addresses": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "AllowedIPs": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "Endpoints": ["77.164.248.136:41529", "10.65.0.27:41529", "172.17.0.1:41529"], + "Key": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:debd769312d855dbf7777faa83b4f3383266daf5634d63a5f5d4f320cde9ad5d", + "Addresses": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "AllowedIPs": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "Endpoints": ["77.164.248.136:50307", "10.65.0.27:50307", "172.17.0.1:50307"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 58767}, - {"Proto": "peerapi6", "Port": 58767}, + {"Proto": "peerapi4", "Port": 48244}, + {"Proto": "peerapi6", "Port": 48244}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:46.460699922Z", + "Created": "2026-04-09T08:33:52.395126346Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16333,301 +16370,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "MachineKey": "mkey:41b6b351e5ccf6f76ca17c438e17b3e637985805ea058b84e69e18fdbba42340", + "NodeKey": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "MachineKey": "mkey:49c0c8db6718cd781ce01fbecc4fb7cf9ac3678b8afdde7a3ee65b9cbdae5133", "Peers": [{ - "ID": 851339227138218, - "StableID": "nqvDEoEae711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "KeyExpiry": "2026-10-06T01:27:47Z", - "DiscoKey": "discokey:7f05f7521340d8a9d020ba6986ac69e3f98b5a6152076641c1543ad7e57e6379", - "Addresses": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "AllowedIPs": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "Endpoints": ["77.164.248.136:42077", "10.65.0.27:42077", "172.17.0.1:42077"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56030}, - {"Proto": "peerapi6", "Port": 56030} - ]}, - "Created": "2026-04-09T01:27:47.006766343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1488812030507930, - "StableID": "nunSwuZHdC11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "DiscoKey": "discokey:b84721230e9927bf3c86a758bb1b6f899878bc8268a4a52a298cdca53352e044", - "Addresses": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "AllowedIPs": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "Endpoints": ["77.164.248.136:55345", "10.65.0.27:55345", "172.17.0.1:55345"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39696}, - {"Proto": "peerapi6", "Port": 39696} - ]}, - "Created": "2026-04-09T01:27:41.020655129Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1744707222234209, - "StableID": "n6R4m1WBdE11CNTRL", + "ID": 164214705962432, + "StableID": "n3CsEEeNH211CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "DiscoKey": "discokey:5714bfd62264108a021556441e4afbee610d79894c47fca76085c26e19e2c24b", - "Addresses": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "AllowedIPs": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "Endpoints": ["77.164.248.136:47113", "10.65.0.27:47113", "172.17.0.1:47113"], + "Key": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "DiscoKey": "discokey:56ac46fec3913ac63a23c001879eb9ea1fc58aaaed5fd80b3264361a9ead2648", + "Addresses": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "AllowedIPs": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "Endpoints": ["77.164.248.136:39538", "10.65.0.27:39538", "172.17.0.1:39538"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 54586}, - {"Proto": "peerapi6", "Port": 54586} + {"Proto": "peerapi4", "Port": 46340}, + {"Proto": "peerapi6", "Port": 46340} ]}, - "Created": "2026-04-09T01:27:44.294200169Z", + "Created": "2026-04-09T08:33:50.225063782Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 1980676198319090, - "StableID": "nDn29J14UG11CNTRL", + "ID": 289250599184917, + "StableID": "ng8Zx781G311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:74b1b878779b822a95b6986ec130bc7ba9e5ba5b8b530b4d0f8631b24259c570", + "Addresses": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "AllowedIPs": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "Endpoints": ["77.164.248.136:47023", "10.65.0.27:47023", "172.17.0.1:47023"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 32914}, + {"Proto": "peerapi6", "Port": 32914} + ]}, + "Created": "2026-04-09T08:33:52.922078039Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 594917230901754, + "StableID": "n92oV5USe511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "DiscoKey": "discokey:88d18a43287dbc29803ccdaca8a0edc047396438a0790456d2696d8c3321a449", - "Addresses": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "AllowedIPs": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "Endpoints": ["77.164.248.136:55958", "10.65.0.27:55958", "172.17.0.1:55958"], + "Key": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "DiscoKey": "discokey:cce347135aee212fe173e84b1766b67e45041c5f68e0464fb74318a0ee5bf76a", + "Addresses": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "AllowedIPs": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "Endpoints": ["77.164.248.136:34335", "10.65.0.27:34335", "172.17.0.1:34335"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 54273}, - {"Proto": "peerapi6", "Port": 54273} + {"Proto": "peerapi4", "Port": 36626}, + {"Proto": "peerapi6", "Port": 36626} ]}, - "Created": "2026-04-09T01:27:42.099809571Z", + "Created": "2026-04-09T08:33:47.772739581Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 2252919310626770, - "StableID": "njFniTNMbJ11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "DiscoKey": "discokey:74ce0bc0a13b9598f4ddb5c0d67bab023ee3e3c5728a4cc2644ed46c58a0cb11", - "Addresses": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "AllowedIPs": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "Endpoints": ["77.164.248.136:60367", "10.65.0.27:60367", "172.17.0.1:60367"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 41107}, - {"Proto": "peerapi6", "Port": 41107} - ]}, - "Created": "2026-04-09T01:27:43.732217199Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2685090294883016, - "StableID": "njeYhbm5yM11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "DiscoKey": "discokey:b9abf612468c6982c01f996eb8123e54395e0d237455eda5fd626ef52494335c", - "Addresses": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "AllowedIPs": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "Endpoints": ["77.164.248.136:55475", "10.65.0.27:55475", "172.17.0.1:55475"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57155}, - {"Proto": "peerapi6", "Port": 57155} - ]}, - "Created": "2026-04-09T01:27:39.923664405Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2843611112126694, - "StableID": "nqrQVqqsCP11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "KeyExpiry": "2026-10-06T01:27:45Z", - "DiscoKey": "discokey:f7156be9b23049e948b66c11a2d7753d5b042bcad5a03fe78122018b7c1bde49", - "Addresses": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "AllowedIPs": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49210}, - {"Proto": "peerapi6", "Port": 49210} - ]}, - "Created": "2026-04-09T01:27:45.912924926Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3107554585952354, - "StableID": "n7hWSzBRGR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "DiscoKey": "discokey:c2ba33aa0c382052292ebb88f491333a7d7ad7dbc5a7b3fd8b8b81ffcef56542", - "Addresses": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "AllowedIPs": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "Endpoints": ["77.164.248.136:60815", "10.65.0.27:60815", "172.17.0.1:60815"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 63250}, - {"Proto": "peerapi6", "Port": 63250} - ]}, - "Created": "2026-04-09T01:27:45.381634663Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4378534209887058, - "StableID": "nmLRYof3Cb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "DiscoKey": "discokey:af5c4a06e93bc52be3179a696102cdc5ba1c15ef76b556d88aaf61261d786217", - "Addresses": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "AllowedIPs": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "Endpoints": ["77.164.248.136:37974", "10.65.0.27:37974", "172.17.0.1:37974"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55986}, - {"Proto": "peerapi6", "Port": 55986} - ]}, - "Created": "2026-04-09T01:27:43.180770626Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5514336549702345, - "StableID": "nJ9TwgGT4k11CNTRL", + "ID": 696405059956405, + "StableID": "np6SR3PQS611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "DiscoKey": "discokey:e4439256097db5c4cbc510e154ee69afe350ec1233a22ddc5f3d5a57b0b73a4f", - "Addresses": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "AllowedIPs": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "Endpoints": ["77.164.248.136:56350", "10.65.0.27:56350", "172.17.0.1:56350"], + "Key": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "DiscoKey": "discokey:4ea9110867e34eea1d0f1a364718f93c5a83d2d6504788ba6ac6c142f54c501a", + "Addresses": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "AllowedIPs": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "Endpoints": ["77.164.248.136:44398", "10.65.0.27:44398", "172.17.0.1:44398"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49398}, - {"Proto": "peerapi6", "Port": 49398} + {"Proto": "peerapi4", "Port": 57515}, + {"Proto": "peerapi6", "Port": 57515} ]}, - "Created": "2026-04-09T01:27:44.84067177Z", + "Created": "2026-04-09T08:33:50.757669975Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6254885867068627, - "StableID": "nJNuDEFrqq11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1160055184932909, + "StableID": "nWqfGbgP4A11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "DiscoKey": "discokey:593aff6870e1f9f1f9d5f5eeb14019d9df23014fa17bdb964f68d3162c38626a", - "Addresses": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "AllowedIPs": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "Endpoints": ["77.164.248.136:37545", "10.65.0.27:37545", "172.17.0.1:37545"], + "Key": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "DiscoKey": "discokey:d3ef9b7d88ec9325737422a71da04a8c2a85dea2c314249e4ff9909fd4325347", + "Addresses": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "AllowedIPs": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "Endpoints": ["77.164.248.136:47946", "10.65.0.27:47946", "172.17.0.1:47946"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 53926}, - {"Proto": "peerapi6", "Port": 53926} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43051}, + {"Proto": "peerapi6", "Port": 43051} ]}, - "Created": "2026-04-09T01:27:41.562996032Z", + "Created": "2026-04-09T08:33:46.686027751Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7880204839493840, - "StableID": "nHjzAtcxX421CNTRL", + "ID": 1271530373223816, + "StableID": "n9VyvuwsvA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "DiscoKey": "discokey:79208e1cca8aa3d82c6dc722e09e525932f8e0ea037b732090e80a25de8da96a", - "Addresses": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "AllowedIPs": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "Key": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "DiscoKey": "discokey:f5e51972e3c76ba96f9e16a4ffe3b21658a827c6eb8a8c430b410f884d5e8106", + "Addresses": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "AllowedIPs": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "Endpoints": ["77.164.248.136:54301", "10.65.0.27:54301", "172.17.0.1:54301"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57529}, - {"Proto": "peerapi6", "Port": 57529} + {"Proto": "peerapi4", "Port": 34027}, + {"Proto": "peerapi6", "Port": 34027} ]}, - "Created": "2026-04-09T01:27:39.389186757Z", + "Created": "2026-04-09T08:33:45.075580526Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8117089834857645, - "StableID": "nv5D3nBFP621CNTRL", + "ID": 2658923542201783, + "StableID": "ncVNNwQEmM11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "DiscoKey": "discokey:4cabee62ba8f7b847e84ef70c0725064562265124e79320751b9c26bed5fa22e", - "Addresses": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "AllowedIPs": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "Key": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "DiscoKey": "discokey:1985ac108cca5aea8fbc1c5f13fb1fe9f522306474c6f24229b9c2d000b82a06", + "Addresses": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "AllowedIPs": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "Endpoints": ["77.164.248.136:43740", "10.65.0.27:43740", "172.17.0.1:43740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58387}, - {"Proto": "peerapi6", "Port": 58387} + {"Proto": "peerapi4", "Port": 61422}, + {"Proto": "peerapi6", "Port": 61422} ]}, - "Created": "2026-04-09T01:27:40.473433538Z", + "Created": "2026-04-09T08:33:46.148706083Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8641569950781083, - "StableID": "nYHJtZPnUA21CNTRL", + "ID": 3009921473273161, + "StableID": "nWjsbvXCWQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "DiscoKey": "discokey:1fb476edde69c118b54dbaf7750a6f6bb2e6c5460ade1d6f917e6be08a977346", + "Addresses": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "AllowedIPs": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 53369}, + {"Proto": "peerapi6", "Port": 53369} + ]}, + "Created": "2026-04-09T08:33:51.30263348Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3392792692238224, + "StableID": "nF699qubVT11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "DiscoKey": "discokey:53fc5f2ea51fc75c42a5e98644c48b55ca38cb18929538156b33360111e1ea2d", - "Addresses": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "AllowedIPs": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "Endpoints": ["77.164.248.136:59069", "10.65.0.27:59069", "172.17.0.1:59069"], + "Key": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "DiscoKey": "discokey:4fb8847d3f9e34978d8aafc52708151acdaed7337862d26ddbc9002936bf7548", + "Addresses": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "AllowedIPs": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "Endpoints": ["77.164.248.136:56920", "10.65.0.27:56920", "172.17.0.1:56920"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64753}, - {"Proto": "peerapi6", "Port": 64753} + {"Proto": "peerapi4", "Port": 43342}, + {"Proto": "peerapi6", "Port": 43342} ]}, - "Created": "2026-04-09T01:27:42.667829155Z", + "Created": "2026-04-09T08:33:48.481648847Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 4808980899005026, + "StableID": "njftTsmzYe11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "KeyExpiry": "2026-10-06T08:33:51Z", + "DiscoKey": "discokey:a756ee803f3a658dfdd046f489cb639f74a24820a1eddbab06fbf74d3dbcae65", + "Addresses": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "AllowedIPs": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "Endpoints": ["77.164.248.136:49519", "10.65.0.27:49519", "172.17.0.1:49519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33639}, + {"Proto": "peerapi6", "Port": 33639} + ]}, + "Created": "2026-04-09T08:33:51.87199962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6453691850097003, + "StableID": "nWGVAQYtPs11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "DiscoKey": "discokey:df16b1111e60e10f79f6a5de2689aafd193527703e2350eee0d2ecf031a63d3b", + "Addresses": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "AllowedIPs": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "Endpoints": ["77.164.248.136:46467", "10.65.0.27:46467", "172.17.0.1:46467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 51413}, + {"Proto": "peerapi6", "Port": 51413} + ]}, + "Created": "2026-04-09T08:33:45.613423914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7000796377342785, + "StableID": "nvwMms3gfw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "DiscoKey": "discokey:f6079a6bfae21b42319c35b56971002a65c91eaed10b6188335cdbbdc0676f4e", + "Addresses": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "AllowedIPs": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "Endpoints": ["77.164.248.136:54856", "10.65.0.27:54856", "172.17.0.1:54856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34281}, + {"Proto": "peerapi6", "Port": 34281} + ]}, + "Created": "2026-04-09T08:33:47.239811559Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7258873496283521, + "StableID": "n8EH2HJZgy11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "DiscoKey": "discokey:fa6f15b00b1dc9be9df8a8165b1cd7f36ee5fd01c8bcac08b2f5984c7094d150", + "Addresses": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "AllowedIPs": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "Endpoints": ["77.164.248.136:48233", "10.65.0.27:48233", "172.17.0.1:48233"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58590}, + {"Proto": "peerapi6", "Port": 58590} + ]}, + "Created": "2026-04-09T08:33:49.126990484Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8962386861488205, + "StableID": "n4CUhuh5zC21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "DiscoKey": "discokey:db5a83ef2f528f750467c4cc62539552f5dd89e3f35f121c2e7ad7d9ad11b859", + "Addresses": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "AllowedIPs": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38279}, + {"Proto": "peerapi6", "Port": 38279} + ]}, + "Created": "2026-04-09T08:33:49.661904262Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16655,7 +16693,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.117.176.56"}, {"nodeIP": "fd7a:115c:a1e0::b937:b038"}], + "principals": [{"nodeIP": "100.73.235.120"}, {"nodeIP": "fd7a:115c:a1e0::2d37:eb78"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -17484,26 +17522,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.117.176.56"}, {"nodeIP": "fd7a:115c:a1e0::b937:b038"}], + "principals": [{"nodeIP": "100.73.235.120"}, {"nodeIP": "fd7a:115c:a1e0::2d37:eb78"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -17540,21 +17579,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1744707222234209, - "StableID": "n6R4m1WBdE11CNTRL", + "ID": 164214705962432, + "StableID": "n3CsEEeNH211CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 1744707222234209, - "Key": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "DiscoKey": "discokey:5714bfd62264108a021556441e4afbee610d79894c47fca76085c26e19e2c24b", - "Addresses": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "AllowedIPs": ["100.98.159.117/32", "fd7a:115c:a1e0::5937:9f75/128"], - "Endpoints": ["77.164.248.136:47113", "10.65.0.27:47113", "172.17.0.1:47113"], + "User": 164214705962432, + "Key": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "DiscoKey": "discokey:56ac46fec3913ac63a23c001879eb9ea1fc58aaaed5fd80b3264361a9ead2648", + "Addresses": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "AllowedIPs": ["100.78.104.108/32", "fd7a:115c:a1e0::2237:686c/128"], + "Endpoints": ["77.164.248.136:39538", "10.65.0.27:39538", "172.17.0.1:39538"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 54586}, - {"Proto": "peerapi6", "Port": 54586}, + {"Proto": "peerapi4", "Port": 46340}, + {"Proto": "peerapi6", "Port": 46340}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:27:44.294200169Z", + "Created": "2026-04-09T08:33:50.225063782Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17582,299 +17621,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:47cc24a775c1b305cb1d2f55a075def88b6118b5f70b30b3c9e63f4259e29f74", - "MachineKey": "mkey:737dbda4981a94736cc610d0fc39285df8a7ce93e21ef43b1edf65d4cb279a5f", + "NodeKey": "nodekey:d6e56522755e82ea3231f33fa768f8d0620d61998d421ab9a5e825a8224e686b", + "MachineKey": "mkey:1f9edb6095d94ac00216658a6af38bae641ec854bfc02a88a16a76620f4f533d", "Peers": [{ - "ID": 851339227138218, - "StableID": "nqvDEoEae711CNTRL", + "ID": 289250599184917, + "StableID": "ng8Zx781G311CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8a55f04bfbbdb8e712a16e0e3ed0acbcd012ea072b204661505957477f31742e", - "KeyExpiry": "2026-10-06T01:27:47Z", - "DiscoKey": "discokey:7f05f7521340d8a9d020ba6986ac69e3f98b5a6152076641c1543ad7e57e6379", - "Addresses": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], - "AllowedIPs": ["100.113.116.47/32", "fd7a:115c:a1e0::7f37:742f/128"], + "Key": "nodekey:6553f74418f630c6bb0201047f468fe038496bc7530bd0f231509a9f3416a81d", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:74b1b878779b822a95b6986ec130bc7ba9e5ba5b8b530b4d0f8631b24259c570", + "Addresses": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], + "AllowedIPs": ["100.86.168.30/32", "fd7a:115c:a1e0::3437:a81e/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56030}, - {"Proto": "peerapi6", "Port": 56030} + {"Proto": "peerapi4", "Port": 32914}, + {"Proto": "peerapi6", "Port": 32914} ]}, - "Created": "2026-04-09T01:27:47.006766343Z", + "Created": "2026-04-09T08:33:52.922078039Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 1488812030507930, - "StableID": "nunSwuZHdC11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7fbb645273c8dd9918f74af40f0a8113500fe5107ceb1e3db1400fa05b1b0c6d", - "DiscoKey": "discokey:b84721230e9927bf3c86a758bb1b6f899878bc8268a4a52a298cdca53352e044", - "Addresses": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "AllowedIPs": ["100.91.12.110/32", "fd7a:115c:a1e0::5b37:c6e/128"], - "Endpoints": ["77.164.248.136:55345", "10.65.0.27:55345", "172.17.0.1:55345"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39696}, - {"Proto": "peerapi6", "Port": 39696} - ]}, - "Created": "2026-04-09T01:27:41.020655129Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1980676198319090, - "StableID": "nDn29J14UG11CNTRL", + "ID": 594917230901754, + "StableID": "n92oV5USe511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ebd133a9a1f2643a4eb0311416c6d807f98f5f0c558cd2dc06407d7beeae8819", - "DiscoKey": "discokey:88d18a43287dbc29803ccdaca8a0edc047396438a0790456d2696d8c3321a449", - "Addresses": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "AllowedIPs": ["100.110.136.26/32", "fd7a:115c:a1e0::ee37:881a/128"], - "Endpoints": ["77.164.248.136:55958", "10.65.0.27:55958", "172.17.0.1:55958"], + "Key": "nodekey:d458b4241d4780e67b7f67f8fd3bc141a64ca447a62d88d51a58378332884f39", + "DiscoKey": "discokey:cce347135aee212fe173e84b1766b67e45041c5f68e0464fb74318a0ee5bf76a", + "Addresses": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "AllowedIPs": ["100.72.79.58/32", "fd7a:115c:a1e0::3237:4f3a/128"], + "Endpoints": ["77.164.248.136:34335", "10.65.0.27:34335", "172.17.0.1:34335"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 54273}, - {"Proto": "peerapi6", "Port": 54273} + {"Proto": "peerapi4", "Port": 36626}, + {"Proto": "peerapi6", "Port": 36626} ]}, - "Created": "2026-04-09T01:27:42.099809571Z", + "Created": "2026-04-09T08:33:47.772739581Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 2252919310626770, - "StableID": "njFniTNMbJ11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c95649bb629f39505c026d1717d90847f4712958eaa9b900981d77639b293d3f", - "DiscoKey": "discokey:74ce0bc0a13b9598f4ddb5c0d67bab023ee3e3c5728a4cc2644ed46c58a0cb11", - "Addresses": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "AllowedIPs": ["100.105.61.64/32", "fd7a:115c:a1e0::9b37:3d40/128"], - "Endpoints": ["77.164.248.136:60367", "10.65.0.27:60367", "172.17.0.1:60367"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 41107}, - {"Proto": "peerapi6", "Port": 41107} - ]}, - "Created": "2026-04-09T01:27:43.732217199Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2685090294883016, - "StableID": "njeYhbm5yM11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2295637cf3ffececafe8cb8efba3015e989d69c10f2ae198ca86433b20723478", - "DiscoKey": "discokey:b9abf612468c6982c01f996eb8123e54395e0d237455eda5fd626ef52494335c", - "Addresses": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "AllowedIPs": ["100.114.52.121/32", "fd7a:115c:a1e0::2037:3479/128"], - "Endpoints": ["77.164.248.136:55475", "10.65.0.27:55475", "172.17.0.1:55475"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 57155}, - {"Proto": "peerapi6", "Port": 57155} - ]}, - "Created": "2026-04-09T01:27:39.923664405Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2843611112126694, - "StableID": "nqrQVqqsCP11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0f9f07182a0185ba3a76f859115f51bd4da1ff5652e6de38800a2d87eb640217", - "KeyExpiry": "2026-10-06T01:27:45Z", - "DiscoKey": "discokey:f7156be9b23049e948b66c11a2d7753d5b042bcad5a03fe78122018b7c1bde49", - "Addresses": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "AllowedIPs": ["100.100.2.24/32", "fd7a:115c:a1e0::eb37:218/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49210}, - {"Proto": "peerapi6", "Port": 49210} - ]}, - "Created": "2026-04-09T01:27:45.912924926Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3107554585952354, - "StableID": "n7hWSzBRGR11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2bdb56a32d8aeb8cf064398acbcd9dfe9b66401fcb2b809403e7c44ca0fe6e6b", - "DiscoKey": "discokey:c2ba33aa0c382052292ebb88f491333a7d7ad7dbc5a7b3fd8b8b81ffcef56542", - "Addresses": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "AllowedIPs": ["100.126.110.108/32", "fd7a:115c:a1e0::a037:6e6c/128"], - "Endpoints": ["77.164.248.136:60815", "10.65.0.27:60815", "172.17.0.1:60815"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 63250}, - {"Proto": "peerapi6", "Port": 63250} - ]}, - "Created": "2026-04-09T01:27:45.381634663Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4378534209887058, - "StableID": "nmLRYof3Cb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f5c17b349586111cd92bcbf4a90c05da258cc25d4916a4b8281c23209e9d6145", - "DiscoKey": "discokey:af5c4a06e93bc52be3179a696102cdc5ba1c15ef76b556d88aaf61261d786217", - "Addresses": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "AllowedIPs": ["100.93.97.70/32", "fd7a:115c:a1e0::9e37:6146/128"], - "Endpoints": ["77.164.248.136:37974", "10.65.0.27:37974", "172.17.0.1:37974"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55986}, - {"Proto": "peerapi6", "Port": 55986} - ]}, - "Created": "2026-04-09T01:27:43.180770626Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5514336549702345, - "StableID": "nJ9TwgGT4k11CNTRL", + "ID": 696405059956405, + "StableID": "np6SR3PQS611CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7aa24476bbeb517be3e9350c9f33fc546249b3396d78f3d611c5c73b649ac41f", - "DiscoKey": "discokey:e4439256097db5c4cbc510e154ee69afe350ec1233a22ddc5f3d5a57b0b73a4f", - "Addresses": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "AllowedIPs": ["100.90.196.32/32", "fd7a:115c:a1e0::6437:c420/128"], - "Endpoints": ["77.164.248.136:56350", "10.65.0.27:56350", "172.17.0.1:56350"], + "Key": "nodekey:a8680be0b6c90eb68530d47bd6874adb1e83a926f508bcaa0ca2db4fc52f7b35", + "DiscoKey": "discokey:4ea9110867e34eea1d0f1a364718f93c5a83d2d6504788ba6ac6c142f54c501a", + "Addresses": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "AllowedIPs": ["100.111.123.54/32", "fd7a:115c:a1e0::c537:7b36/128"], + "Endpoints": ["77.164.248.136:44398", "10.65.0.27:44398", "172.17.0.1:44398"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 49398}, - {"Proto": "peerapi6", "Port": 49398} + {"Proto": "peerapi4", "Port": 57515}, + {"Proto": "peerapi6", "Port": 57515} ]}, - "Created": "2026-04-09T01:27:44.84067177Z", + "Created": "2026-04-09T08:33:50.757669975Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6254885867068627, - "StableID": "nJNuDEFrqq11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1160055184932909, + "StableID": "nWqfGbgP4A11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9d3649f1b519dea34a779dde08b6a5eb56f4f0764ca0a9563ecda47055ea711e", - "DiscoKey": "discokey:593aff6870e1f9f1f9d5f5eeb14019d9df23014fa17bdb964f68d3162c38626a", - "Addresses": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "AllowedIPs": ["100.106.113.31/32", "fd7a:115c:a1e0::5537:711f/128"], - "Endpoints": ["77.164.248.136:37545", "10.65.0.27:37545", "172.17.0.1:37545"], + "Key": "nodekey:1e0ed4a9f1c87124df5646ef9a943f9114d1d650fb15874c694d52f81216a33c", + "DiscoKey": "discokey:d3ef9b7d88ec9325737422a71da04a8c2a85dea2c314249e4ff9909fd4325347", + "Addresses": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "AllowedIPs": ["100.86.163.61/32", "fd7a:115c:a1e0::1237:a33d/128"], + "Endpoints": ["77.164.248.136:47946", "10.65.0.27:47946", "172.17.0.1:47946"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 53926}, - {"Proto": "peerapi6", "Port": 53926} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 43051}, + {"Proto": "peerapi6", "Port": 43051} ]}, - "Created": "2026-04-09T01:27:41.562996032Z", + "Created": "2026-04-09T08:33:46.686027751Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7795699411780498, - "StableID": "ndSEueogs321CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:b6f66f97c4a9082281c18d18e3af83fb3bcbfbf4f6490e22402a3e4eb975b037", - "KeyExpiry": "2026-10-06T01:27:46Z", - "DiscoKey": "discokey:414aff36860890a884b678f991ea43ce65a68b5f76fa80069c70435f75465d45", - "Addresses": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "AllowedIPs": ["100.117.176.56/32", "fd7a:115c:a1e0::b937:b038/128"], - "Endpoints": ["77.164.248.136:41529", "10.65.0.27:41529", "172.17.0.1:41529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 58767}, - {"Proto": "peerapi6", "Port": 58767} - ]}, - "Created": "2026-04-09T01:27:46.460699922Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7880204839493840, - "StableID": "nHjzAtcxX421CNTRL", + "ID": 1271530373223816, + "StableID": "n9VyvuwsvA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa250fe0fbef9a7710e3d92fbaa6e0ffc4128333786b09d0e668be6989247c7e", - "DiscoKey": "discokey:79208e1cca8aa3d82c6dc722e09e525932f8e0ea037b732090e80a25de8da96a", - "Addresses": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "AllowedIPs": ["100.100.124.127/32", "fd7a:115c:a1e0::8937:7c7f/128"], - "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "Key": "nodekey:0e8613fa06d3ddf50d77c80d91b65035c6d32e0c51a45271ad2c016a866a1f0e", + "DiscoKey": "discokey:f5e51972e3c76ba96f9e16a4ffe3b21658a827c6eb8a8c430b410f884d5e8106", + "Addresses": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "AllowedIPs": ["100.106.31.15/32", "fd7a:115c:a1e0::8637:1f0f/128"], + "Endpoints": ["77.164.248.136:54301", "10.65.0.27:54301", "172.17.0.1:54301"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57529}, - {"Proto": "peerapi6", "Port": 57529} + {"Proto": "peerapi4", "Port": 34027}, + {"Proto": "peerapi6", "Port": 34027} ]}, - "Created": "2026-04-09T01:27:39.389186757Z", + "Created": "2026-04-09T08:33:45.075580526Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8117089834857645, - "StableID": "nv5D3nBFP621CNTRL", + "ID": 2658923542201783, + "StableID": "ncVNNwQEmM11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5bc51ec4d63a4303927997a57df1ffedea63a38abf18e9082884ae823c61ab48", - "DiscoKey": "discokey:4cabee62ba8f7b847e84ef70c0725064562265124e79320751b9c26bed5fa22e", - "Addresses": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "AllowedIPs": ["100.97.171.73/32", "fd7a:115c:a1e0::3c37:ab49/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "Key": "nodekey:a026f522a7679b7697bd5174c16146737a1d1c3db1106fd1a8f3483871411d7b", + "DiscoKey": "discokey:1985ac108cca5aea8fbc1c5f13fb1fe9f522306474c6f24229b9c2d000b82a06", + "Addresses": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "AllowedIPs": ["100.65.29.124/32", "fd7a:115c:a1e0::7137:1d7c/128"], + "Endpoints": ["77.164.248.136:43740", "10.65.0.27:43740", "172.17.0.1:43740"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58387}, - {"Proto": "peerapi6", "Port": 58387} + {"Proto": "peerapi4", "Port": 61422}, + {"Proto": "peerapi6", "Port": 61422} ]}, - "Created": "2026-04-09T01:27:40.473433538Z", + "Created": "2026-04-09T08:33:46.148706083Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8641569950781083, - "StableID": "nYHJtZPnUA21CNTRL", + "ID": 3009921473273161, + "StableID": "nWjsbvXCWQ11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7b72700253b19904a4f99bb71bb89798d8f3b97ac75a0ed90c226de37776fe02", + "DiscoKey": "discokey:1fb476edde69c118b54dbaf7750a6f6bb2e6c5460ade1d6f917e6be08a977346", + "Addresses": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "AllowedIPs": ["100.118.254.3/32", "fd7a:115c:a1e0::7737:fe03/128"], + "Endpoints": ["77.164.248.136:58041", "10.65.0.27:58041", "172.17.0.1:58041"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 53369}, + {"Proto": "peerapi6", "Port": 53369} + ]}, + "Created": "2026-04-09T08:33:51.30263348Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3392792692238224, + "StableID": "nF699qubVT11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e75d7aeb62dfc75d9187867ca07360373379007943e5a455128b024c9bf62006", - "DiscoKey": "discokey:53fc5f2ea51fc75c42a5e98644c48b55ca38cb18929538156b33360111e1ea2d", - "Addresses": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "AllowedIPs": ["100.118.32.7/32", "fd7a:115c:a1e0::9b37:2008/128"], - "Endpoints": ["77.164.248.136:59069", "10.65.0.27:59069", "172.17.0.1:59069"], + "Key": "nodekey:c158ec46a1df64daa70010be76588d79b31786385d64168622ace36327143416", + "DiscoKey": "discokey:4fb8847d3f9e34978d8aafc52708151acdaed7337862d26ddbc9002936bf7548", + "Addresses": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "AllowedIPs": ["100.84.52.23/32", "fd7a:115c:a1e0::2737:3417/128"], + "Endpoints": ["77.164.248.136:56920", "10.65.0.27:56920", "172.17.0.1:56920"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64753}, - {"Proto": "peerapi6", "Port": 64753} + {"Proto": "peerapi4", "Port": 43342}, + {"Proto": "peerapi6", "Port": 43342} ]}, - "Created": "2026-04-09T01:27:42.667829155Z", + "Created": "2026-04-09T08:33:48.481648847Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 3681145924823567, + "StableID": "nExJtkTCkV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:ffa71b760f81f5e2347349597a73a7b37d07e2af313d86294f23ac792dc9eb77", + "KeyExpiry": "2026-10-06T08:33:52Z", + "DiscoKey": "discokey:debd769312d855dbf7777faa83b4f3383266daf5634d63a5f5d4f320cde9ad5d", + "Addresses": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "AllowedIPs": ["100.73.235.120/32", "fd7a:115c:a1e0::2d37:eb78/128"], + "Endpoints": ["77.164.248.136:50307", "10.65.0.27:50307", "172.17.0.1:50307"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 48244}, + {"Proto": "peerapi6", "Port": 48244} + ]}, + "Created": "2026-04-09T08:33:52.395126346Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4808980899005026, + "StableID": "njftTsmzYe11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:7ac0e7409201490775a7d473ada8f28c9d47aa1a4080e24cc5cd0b15af4c3079", + "KeyExpiry": "2026-10-06T08:33:51Z", + "DiscoKey": "discokey:a756ee803f3a658dfdd046f489cb639f74a24820a1eddbab06fbf74d3dbcae65", + "Addresses": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "AllowedIPs": ["100.76.48.122/32", "fd7a:115c:a1e0::af37:307a/128"], + "Endpoints": ["77.164.248.136:49519", "10.65.0.27:49519", "172.17.0.1:49519"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33639}, + {"Proto": "peerapi6", "Port": 33639} + ]}, + "Created": "2026-04-09T08:33:51.87199962Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6453691850097003, + "StableID": "nWGVAQYtPs11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83dd9f43f857041d68eb83ce31454e9edff811f176d5f4e2c7e34c9d4551e96c", + "DiscoKey": "discokey:df16b1111e60e10f79f6a5de2689aafd193527703e2350eee0d2ecf031a63d3b", + "Addresses": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "AllowedIPs": ["100.81.233.109/32", "fd7a:115c:a1e0::4537:e96d/128"], + "Endpoints": ["77.164.248.136:46467", "10.65.0.27:46467", "172.17.0.1:46467"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 51413}, + {"Proto": "peerapi6", "Port": 51413} + ]}, + "Created": "2026-04-09T08:33:45.613423914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7000796377342785, + "StableID": "nvwMms3gfw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f2908a3179f99aef847d56d6a3e766f73e2a0183c3170f522e26e9fd93b24669", + "DiscoKey": "discokey:f6079a6bfae21b42319c35b56971002a65c91eaed10b6188335cdbbdc0676f4e", + "Addresses": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "AllowedIPs": ["100.114.70.106/32", "fd7a:115c:a1e0::9337:466a/128"], + "Endpoints": ["77.164.248.136:54856", "10.65.0.27:54856", "172.17.0.1:54856"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34281}, + {"Proto": "peerapi6", "Port": 34281} + ]}, + "Created": "2026-04-09T08:33:47.239811559Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7258873496283521, + "StableID": "n8EH2HJZgy11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a17c5e15b946a4e1b7c897aee5d2fae355242df8f134039e0d1fe2c733f1533", + "DiscoKey": "discokey:fa6f15b00b1dc9be9df8a8165b1cd7f36ee5fd01c8bcac08b2f5984c7094d150", + "Addresses": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "AllowedIPs": ["100.127.21.52/32", "fd7a:115c:a1e0::7337:1534/128"], + "Endpoints": ["77.164.248.136:48233", "10.65.0.27:48233", "172.17.0.1:48233"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 58590}, + {"Proto": "peerapi6", "Port": 58590} + ]}, + "Created": "2026-04-09T08:33:49.126990484Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8962386861488205, + "StableID": "n4CUhuh5zC21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca4d5eb34bc031f0834d01ea07b201839a88f21c1271cf5a96e3f4544dd9fe35", + "DiscoKey": "discokey:db5a83ef2f528f750467c4cc62539552f5dd89e3f35f121c2e7ad7d9ad11b859", + "Addresses": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "AllowedIPs": ["100.89.254.54/32", "fd7a:115c:a1e0::4d37:fe36/128"], + "Endpoints": ["77.164.248.136:41711", "10.65.0.27:41711", "172.17.0.1:41711"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38279}, + {"Proto": "peerapi6", "Port": 38279} + ]}, + "Created": "2026-04-09T08:33:49.661904262Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18722,27 +18762,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1744707222234209": { - "ID": 1744707222234209, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "164214705962432": { + "ID": 164214705962432, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-c2.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-c2.hujson index a89e4cdd..504c48e9 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-c2.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-c2.hujson @@ -3,7 +3,7 @@ // ssh c2 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:27:59Z +// Captured at: 2026-04-09T08:34:05Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-c2", "description": "ssh c2", "category": "ssh", - "captured_at": "2026-04-09T01:27:59.937823408Z", + "captured_at": "2026-04-09T08:34:05.902160808Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh c2\",\n\t\"id\": \"ssh-c2\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh c2\",\n\t\"id\": \"ssh-c2\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-c2.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.73.221.95", - "ipv6": "fd7a:115c:a1e0::e837:dd5f", + "ipv4": "100.81.242.54", + "ipv6": "fd7a:115c:a1e0::2137:f236", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.84.84.14", - "ipv6": "fd7a:115c:a1e0::1237:540e", + "ipv4": "100.101.60.87", + "ipv6": "fd7a:115c:a1e0::c337:3c57", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.114.217.120", - "ipv6": "fd7a:115c:a1e0::6a37:d978", + "ipv4": "100.125.185.31", + "ipv6": "fd7a:115c:a1e0::f937:b91f", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.116.70.79", - "ipv6": "fd7a:115c:a1e0::2537:464f", + "ipv4": "100.112.245.36", + "ipv6": "fd7a:115c:a1e0::6c37:f524", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.91.150.110", - "ipv6": "fd7a:115c:a1e0::637:966e", + "ipv4": "100.72.107.27", + "ipv6": "fd7a:115c:a1e0::e637:6b1b", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.64.251.17", - "ipv6": "fd7a:115c:a1e0::9637:fb11", + "ipv4": "100.121.149.14", + "ipv6": "fd7a:115c:a1e0::a637:950e", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.119.44.38", - "ipv6": "fd7a:115c:a1e0::b037:2c26", + "ipv4": "100.81.251.72", + "ipv6": "fd7a:115c:a1e0::9537:fb48", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.116.208.83", - "ipv6": "fd7a:115c:a1e0::e37:d053", + "ipv4": "100.74.178.70", + "ipv6": "fd7a:115c:a1e0::ac37:b246", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.93.28.93", - "ipv6": "fd7a:115c:a1e0::1137:1c5d", + "ipv4": "100.66.69.119", + "ipv6": "fd7a:115c:a1e0::8c37:4577", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.71.176.89", - "ipv6": "fd7a:115c:a1e0::2237:b059", + "ipv4": "100.81.177.67", + "ipv6": "fd7a:115c:a1e0::cd37:b143", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.121.93.22", - "ipv6": "fd7a:115c:a1e0::1637:5d16", + "ipv4": "100.119.91.54", + "ipv6": "fd7a:115c:a1e0::b37:5b36", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.110.177.102", - "ipv6": "fd7a:115c:a1e0::d437:b166", + "ipv4": "100.111.237.14", + "ipv6": "fd7a:115c:a1e0::a337:ed0e", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.69.81.99", - "ipv6": "fd7a:115c:a1e0::9c37:5163", + "ipv4": "100.71.150.97", + "ipv6": "fd7a:115c:a1e0::e837:9661", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.124.222.10", - "ipv6": "fd7a:115c:a1e0::1637:de0a", + "ipv4": "100.114.3.102", + "ipv6": "fd7a:115c:a1e0::6037:366", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.121.161.78", - "ipv6": "fd7a:115c:a1e0::c437:a14e", + "ipv4": "100.105.155.41", + "ipv6": "fd7a:115c:a1e0::b337:9b2a", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3439955375790889, - "StableID": "nW58z5oxrT11CNTRL", + "ID": 1445500657542956, + "StableID": "nysuDNrfHC11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 3439955375790889, - "Key": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "DiscoKey": "discokey:6cbee2bf0cf8c4bf82b51658cefaf3082e2f6abd3de4ec1ac841e947a521a533", - "Addresses": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "AllowedIPs": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "Endpoints": ["77.164.248.136:43268", "10.65.0.27:43268", "172.17.0.1:43268"], + "User": 1445500657542956, + "Key": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "DiscoKey": "discokey:234970e230bd9014091d612010f15b0f75f2679cec5c981e2c23bc206fc35936", + "Addresses": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "AllowedIPs": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "Endpoints": ["77.164.248.136:42455", "10.65.0.27:42455", "172.17.0.1:42455"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 39018}, - {"Proto": "peerapi6", "Port": 39018}, + {"Proto": "peerapi4", "Port": 35635}, + {"Proto": "peerapi6", "Port": 35635}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:09.005188738Z", + "Created": "2026-04-09T08:34:14.704393058Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,302 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "MachineKey": "mkey:d9907746e1537fa129f99000449e5bad9b02908935bdaf4bbf22bc35082e5210", + "NodeKey": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "MachineKey": "mkey:e825df4953c3069e68c292a4b5b10ed9e162d2fd530f5d930db0a2a624ce8005", "Peers": [{ - "ID": 29259099231320, - "StableID": "nDmYQ3bFE111CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "DiscoKey": "discokey:379941a1c4e459cac205bf40ca41b903d8568b216f82f0ddac28b5a23d349e2b", - "Addresses": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "AllowedIPs": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "Endpoints": ["77.164.248.136:59184", "10.65.0.27:59184", "172.17.0.1:59184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51918}, - {"Proto": "peerapi6", "Port": 51918} - ]}, - "Created": "2026-04-09T01:28:07.370262837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 62731557746952, - "StableID": "n1XkwPrQV111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "KeyExpiry": "2026-10-06T01:28:09Z", - "DiscoKey": "discokey:821cf0a13978e4327931c9e20c09902778e7621c71c5e65e152b89dab202fe22", - "Addresses": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "AllowedIPs": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52310}, - {"Proto": "peerapi6", "Port": 52310} - ]}, - "Created": "2026-04-09T01:28:09.546271743Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1604344436214625, - "StableID": "ngpW1fQcXD11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "DiscoKey": "discokey:6882fe5ead06b82c7c6775563558573ea1812364a09982049b7c42e4d4f18e46", - "Addresses": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "AllowedIPs": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "Endpoints": ["77.164.248.136:58541", "10.65.0.27:58541", "172.17.0.1:58541"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44316}, - {"Proto": "peerapi6", "Port": 44316} - ]}, - "Created": "2026-04-09T01:28:03.850670105Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2530033284886668, - "StableID": "nmqDhggrkL11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:26f5ba37a8b861079b24789e6acd3895ee05d0184af1909f346dea49b4332769", - "Addresses": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "AllowedIPs": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51625}, - {"Proto": "peerapi6", "Port": 51625} - ]}, - "Created": "2026-04-09T01:28:10.094476578Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4807717171960564, - "StableID": "nRwTEWaRYe11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "DiscoKey": "discokey:af1ba78b1e8d08c22bbd2cfa0fa584135e20d8748f0788a10a0972818e323017", - "Addresses": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "AllowedIPs": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "Endpoints": ["77.164.248.136:40320", "10.65.0.27:40320", "172.17.0.1:40320"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 38117}, - {"Proto": "peerapi6", "Port": 38117} - ]}, - "Created": "2026-04-09T01:28:02.739855143Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5031991371586916, - "StableID": "nM5DG5tzHg11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "DiscoKey": "discokey:78e046ff68fb71ca8bfec8d3c325cd13426e597fb98bb6e3ee6e5cd069305c13", - "Addresses": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "AllowedIPs": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "Endpoints": ["77.164.248.136:45376", "10.65.0.27:45376", "172.17.0.1:45376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:28:04.446007667Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6016769793157067, - "StableID": "nztLAiL1zo11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "DiscoKey": "discokey:7b8a66a7c04aec2a194b1fc34b8b9a24e5b3bb8b84f82d25d60d705a4aea5849", - "Addresses": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "AllowedIPs": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "Endpoints": ["77.164.248.136:43897", "10.65.0.27:43897", "172.17.0.1:43897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 56527}, - {"Proto": "peerapi6", "Port": 56527} - ]}, - "Created": "2026-04-09T01:28:03.29516001Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7047661919665659, - "StableID": "ncZsFR8u2x11CNTRL", + "ID": 540903822841116, + "StableID": "nFU1bKdyD511CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "DiscoKey": "discokey:a2dc946065c2e6b97d120dd1695cd1a139e7c4c1948d0b85530d6ead9a1a2b77", - "Addresses": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "AllowedIPs": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "Endpoints": ["77.164.248.136:59002", "10.65.0.27:59002", "172.17.0.1:59002"], + "Key": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "DiscoKey": "discokey:0da3fee63a5f632902a82fd6bf141e2f93678a3b8e5f97e0f6c56455b8787301", + "Addresses": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "AllowedIPs": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "Endpoints": ["77.164.248.136:39032", "10.65.0.27:39032", "172.17.0.1:39032"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60402}, - {"Proto": "peerapi6", "Port": 60402} + {"Proto": "peerapi4", "Port": 57856}, + {"Proto": "peerapi6", "Port": 57856} ]}, - "Created": "2026-04-09T01:28:07.920552936Z", + "Created": "2026-04-09T08:34:13.622652813Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7127514236785152, - "StableID": "njEa5Mi4fx11CNTRL", + "ID": 809834559023029, + "StableID": "ntCJqsymK711CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:68a84e78b037ea2bf4e7be21706aeb180e82ae71fa620d273dfe67cb7931c04d", + "Addresses": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "AllowedIPs": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "Endpoints": ["77.164.248.136:41965", "10.65.0.27:41965", "172.17.0.1:41965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 55701}, + {"Proto": "peerapi6", "Port": 55701} + ]}, + "Created": "2026-04-09T08:34:15.238769776Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1058120226287332, + "StableID": "no813Q2EG911CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "DiscoKey": "discokey:12f1f187541b6c9fa1ea64fa05a570cda174aedc742f65dea3c98396d9da863f", + "Addresses": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "AllowedIPs": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "Endpoints": ["77.164.248.136:60206", "10.65.0.27:60206", "172.17.0.1:60206"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48645}, + {"Proto": "peerapi6", "Port": 48645} + ]}, + "Created": "2026-04-09T08:34:13.087125205Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 1389107854431866, + "StableID": "n5iYKTW8rB11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "KeyExpiry": "2026-10-06T08:34:16Z", + "DiscoKey": "discokey:a6efe58c838255c18f4066eae9e006b250f9d45025d2d4bf46119273c7fbd968", + "Addresses": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "AllowedIPs": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "Endpoints": ["77.164.248.136:57672", "10.65.0.27:57672", "172.17.0.1:57672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 47637}, + {"Proto": "peerapi6", "Port": 47637} + ]}, + "Created": "2026-04-09T08:34:16.344598738Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1430636513923665, + "StableID": "nLrYkvPwAC11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "DiscoKey": "discokey:1fb83c862a114cecf4d3b1145bc7bdd6d8a7e214de4cd8d3410f93f5a9e30277", - "Addresses": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "AllowedIPs": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "Endpoints": ["77.164.248.136:50087", "10.65.0.27:50087", "172.17.0.1:50087"], + "Key": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "DiscoKey": "discokey:f51444688ae970c69d976fdfe317c882d819becff05f1856e80169b80f57c732", + "Addresses": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "AllowedIPs": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "Endpoints": ["77.164.248.136:59926", "10.65.0.27:59926", "172.17.0.1:59926"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58540}, - {"Proto": "peerapi6", "Port": 58540} + {"Proto": "peerapi4", "Port": 62889}, + {"Proto": "peerapi6", "Port": 62889} ]}, - "Created": "2026-04-09T01:28:06.30189766Z", + "Created": "2026-04-09T08:34:11.991222891Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7704596729819797, - "StableID": "nUJ1s6hRA321CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:7f0b0067a4b866818770789be0001ce414ffc063cea6653b32ad5b13b1e81156", - "Addresses": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "AllowedIPs": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "Endpoints": ["77.164.248.136:55470", "10.65.0.27:55470", "172.17.0.1:55470"], + "ID": 1624683153154124, + "StableID": "nKg8nwfpgD11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:40d6f00906aed986656989c6ae066ca336474bf5b4495947ae98767b80978c19", + "Addresses": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "AllowedIPs": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "Endpoints": ["77.164.248.136:50900", "10.65.0.27:50900", "172.17.0.1:50900"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 57972}, - {"Proto": "peerapi6", "Port": 57972} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 62082}, + {"Proto": "peerapi6", "Port": 62082} ]}, - "Created": "2026-04-09T01:28:10.636933021Z", + "Created": "2026-04-09T08:34:15.788741219Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8010845631535004, - "StableID": "nsiBcBL8Z521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "DiscoKey": "discokey:6d9b12c928b9bc64050a2e2a00843358aedb39ad8f61d7b1ce5e85e9ab28247a", - "Addresses": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "AllowedIPs": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "Endpoints": ["77.164.248.136:35771", "10.65.0.27:35771", "172.17.0.1:35771"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 51604}, - {"Proto": "peerapi6", "Port": 51604} - ]}, - "Created": "2026-04-09T01:28:08.462905937Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 8283338657211943, - "StableID": "nW2HB7GYg721CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "DiscoKey": "discokey:96ee55f5fa0e7c7f01b541114559e979cabd6aae448e39638cd0a9905949f370", - "Addresses": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "AllowedIPs": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "Endpoints": ["77.164.248.136:41676", "10.65.0.27:41676", "172.17.0.1:41676"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63872}, - {"Proto": "peerapi6", "Port": 63872} - ]}, - "Created": "2026-04-09T01:28:06.843943986Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 8391138209138275, - "StableID": "ncjSSNyMX821CNTRL", + "ID": 1753878118239149, + "StableID": "nzTFSSQLhE11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "DiscoKey": "discokey:9603d7dd7df3d53bfb83cd9689f7cb428167e6008983122b36b9e6aef305cd60", - "Addresses": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "AllowedIPs": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "Endpoints": ["77.164.248.136:44536", "10.65.0.27:44536", "172.17.0.1:44536"], + "Key": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "DiscoKey": "discokey:0e615358b371fdd29af8e336aaee6dc62152c08ef2afbe346f7b054b55d2b638", + "Addresses": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "AllowedIPs": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "Endpoints": ["77.164.248.136:53169", "10.65.0.27:53169", "172.17.0.1:53169"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 34239}, - {"Proto": "peerapi6", "Port": 34239} + {"Proto": "peerapi4", "Port": 37446}, + {"Proto": "peerapi6", "Port": 37446} ]}, - "Created": "2026-04-09T01:28:05.198950848Z", + "Created": "2026-04-09T08:34:10.899120908Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8901156599714492, - "StableID": "nm919qHMWC21CNTRL", + "ID": 2413517113639716, + "StableID": "nyZcd716rK11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "DiscoKey": "discokey:a10d1603b3081bbfc2e702760fdcce5e57735ed8fb31a067e9871ec7a6d4df0c", + "Addresses": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "AllowedIPs": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "Endpoints": ["77.164.248.136:50543", "10.65.0.27:50543", "172.17.0.1:50543"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60481}, + {"Proto": "peerapi6", "Port": 60481} + ]}, + "Created": "2026-04-09T08:34:14.182150123Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4198210578379326, + "StableID": "n75TidsNnZ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "DiscoKey": "discokey:5e3461296060245a47e613f45dae946b027993d94ae9473dca8c21f5e7a1be3c", + "Addresses": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "AllowedIPs": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "Endpoints": ["77.164.248.136:36554", "10.65.0.27:36554", "172.17.0.1:36554"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57187}, + {"Proto": "peerapi6", "Port": 57187} + ]}, + "Created": "2026-04-09T08:34:08.727318046Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5736644023359340, + "StableID": "n3JX8qu8om11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "DiscoKey": "discokey:879ea43e59aeb06829bbd4b335a5a0621e665692b39ac6d12a6f776869d4513e", + "Addresses": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "AllowedIPs": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "Endpoints": ["77.164.248.136:45284", "10.65.0.27:45284", "172.17.0.1:45284"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 49259}, + {"Proto": "peerapi6", "Port": 49259} + ]}, + "Created": "2026-04-09T08:34:09.822072985Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6357690858565498, + "StableID": "ndGMHykQer11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "DiscoKey": "discokey:1ec290b6954c3eee3f5f8a80a413a76b90382158ea400c22c95d9d1cabcecd05", - "Addresses": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "AllowedIPs": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "Endpoints": ["77.164.248.136:33541", "10.65.0.27:33541", "172.17.0.1:33541"], + "Key": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "DiscoKey": "discokey:ea1d7363ec6a99a6ac17edb6d923ac585b2095ef537d0ba144ab41af5ca8d040", + "Addresses": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "AllowedIPs": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "Endpoints": ["77.164.248.136:47109", "10.65.0.27:47109", "172.17.0.1:47109"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 59945}, - {"Proto": "peerapi6", "Port": 59945} + {"Proto": "peerapi4", "Port": 60785}, + {"Proto": "peerapi6", "Port": 60785} ]}, - "Created": "2026-04-09T01:28:05.740347816Z", + "Created": "2026-04-09T08:34:11.440933522Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 6576074325973873, + "StableID": "nk2iUeKKMt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "DiscoKey": "discokey:d695901a4dc59d96f5f91b9971c324b8faadbcbdf4662777592bfd27920d8930", + "Addresses": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "AllowedIPs": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "Endpoints": ["77.164.248.136:48346", "10.65.0.27:48346", "172.17.0.1:48346"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 65258}, + {"Proto": "peerapi6", "Port": 65258} + ]}, + "Created": "2026-04-09T08:34:12.531688118Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7638732601032527, + "StableID": "nkdrL3Zbe221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "DiscoKey": "discokey:538f857840363d90262335033c6152ed11bc009c4fa874c66c7549c16d72903c", + "Addresses": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "AllowedIPs": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "Endpoints": ["77.164.248.136:54985", "10.65.0.27:54985", "172.17.0.1:54985"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63899}, + {"Proto": "peerapi6", "Port": 63899} + ]}, + "Created": "2026-04-09T08:34:09.283734419Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8767072552554921, + "StableID": "nSfJ3X8dTB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "DiscoKey": "discokey:e81c09da808c5c40ff045c844b24d56d32fd23e05793ef33cd3df573c4546356", + "Addresses": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "AllowedIPs": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "Endpoints": ["77.164.248.136:59982", "10.65.0.27:59982", "172.17.0.1:59982"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46785}, + {"Proto": "peerapi6", "Port": 46785} + ]}, + "Created": "2026-04-09T08:34:10.359921092Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -544,12 +544,12 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{"principals": [ - {"nodeIP": "100.114.217.120"}, - {"nodeIP": "100.124.222.10"}, - {"nodeIP": "100.64.251.17"}, - {"nodeIP": "fd7a:115c:a1e0::1637:de0a"}, - {"nodeIP": "fd7a:115c:a1e0::6a37:d978"}, - {"nodeIP": "fd7a:115c:a1e0::9637:fb11"} + {"nodeIP": "100.114.3.102"}, + {"nodeIP": "100.121.149.14"}, + {"nodeIP": "100.125.185.31"}, + {"nodeIP": "fd7a:115c:a1e0::6037:366"}, + {"nodeIP": "fd7a:115c:a1e0::a637:950e"}, + {"nodeIP": "fd7a:115c:a1e0::f937:b91f"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1376,35 +1376,37 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3439955375790889": { - "ID": 3439955375790889, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1445500657542956": { + "ID": 1445500657542956, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{"principals": [ - {"nodeIP": "100.114.217.120"}, - {"nodeIP": "100.124.222.10"}, - {"nodeIP": "100.64.251.17"}, - {"nodeIP": "fd7a:115c:a1e0::1637:de0a"}, - {"nodeIP": "fd7a:115c:a1e0::6a37:d978"}, - {"nodeIP": "fd7a:115c:a1e0::9637:fb11"} + {"nodeIP": "100.114.3.102"}, + {"nodeIP": "100.121.149.14"}, + {"nodeIP": "100.125.185.31"}, + {"nodeIP": "fd7a:115c:a1e0::6037:366"}, + {"nodeIP": "fd7a:115c:a1e0::a637:950e"}, + {"nodeIP": "fd7a:115c:a1e0::f937:b91f"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1439,26 +1441,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8901156599714492, - "StableID": "nm919qHMWC21CNTRL", + "ID": 6357690858565498, + "StableID": "ndGMHykQer11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 8901156599714492, - "Key": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "DiscoKey": "discokey:1ec290b6954c3eee3f5f8a80a413a76b90382158ea400c22c95d9d1cabcecd05", - "Addresses": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "AllowedIPs": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "Endpoints": ["77.164.248.136:33541", "10.65.0.27:33541", "172.17.0.1:33541"], + "User": 6357690858565498, + "Key": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "DiscoKey": "discokey:ea1d7363ec6a99a6ac17edb6d923ac585b2095ef537d0ba144ab41af5ca8d040", + "Addresses": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "AllowedIPs": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "Endpoints": ["77.164.248.136:47109", "10.65.0.27:47109", "172.17.0.1:47109"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 59945}, - {"Proto": "peerapi6", "Port": 59945}, + {"Proto": "peerapi4", "Port": 60785}, + {"Proto": "peerapi6", "Port": 60785}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:05.740347816Z", + "Created": "2026-04-09T08:34:11.440933522Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1486,302 +1488,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "MachineKey": "mkey:439bcd673e40f69f6ae37b7a2d7e344a09de2b55a890a09bb8a3104a49aa876d", + "NodeKey": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "MachineKey": "mkey:f80a737ead1954af9425174150ded6986ae46173cafd1de88d21086598b00060", "Peers": [{ - "ID": 29259099231320, - "StableID": "nDmYQ3bFE111CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "DiscoKey": "discokey:379941a1c4e459cac205bf40ca41b903d8568b216f82f0ddac28b5a23d349e2b", - "Addresses": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "AllowedIPs": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "Endpoints": ["77.164.248.136:59184", "10.65.0.27:59184", "172.17.0.1:59184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51918}, - {"Proto": "peerapi6", "Port": 51918} - ]}, - "Created": "2026-04-09T01:28:07.370262837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 62731557746952, - "StableID": "n1XkwPrQV111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "KeyExpiry": "2026-10-06T01:28:09Z", - "DiscoKey": "discokey:821cf0a13978e4327931c9e20c09902778e7621c71c5e65e152b89dab202fe22", - "Addresses": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "AllowedIPs": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52310}, - {"Proto": "peerapi6", "Port": 52310} - ]}, - "Created": "2026-04-09T01:28:09.546271743Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1604344436214625, - "StableID": "ngpW1fQcXD11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "DiscoKey": "discokey:6882fe5ead06b82c7c6775563558573ea1812364a09982049b7c42e4d4f18e46", - "Addresses": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "AllowedIPs": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "Endpoints": ["77.164.248.136:58541", "10.65.0.27:58541", "172.17.0.1:58541"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44316}, - {"Proto": "peerapi6", "Port": 44316} - ]}, - "Created": "2026-04-09T01:28:03.850670105Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2530033284886668, - "StableID": "nmqDhggrkL11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:26f5ba37a8b861079b24789e6acd3895ee05d0184af1909f346dea49b4332769", - "Addresses": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "AllowedIPs": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51625}, - {"Proto": "peerapi6", "Port": 51625} - ]}, - "Created": "2026-04-09T01:28:10.094476578Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3439955375790889, - "StableID": "nW58z5oxrT11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "DiscoKey": "discokey:6cbee2bf0cf8c4bf82b51658cefaf3082e2f6abd3de4ec1ac841e947a521a533", - "Addresses": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "AllowedIPs": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "Endpoints": ["77.164.248.136:43268", "10.65.0.27:43268", "172.17.0.1:43268"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 39018}, - {"Proto": "peerapi6", "Port": 39018} - ]}, - "Created": "2026-04-09T01:28:09.005188738Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4807717171960564, - "StableID": "nRwTEWaRYe11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "DiscoKey": "discokey:af1ba78b1e8d08c22bbd2cfa0fa584135e20d8748f0788a10a0972818e323017", - "Addresses": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "AllowedIPs": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "Endpoints": ["77.164.248.136:40320", "10.65.0.27:40320", "172.17.0.1:40320"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 38117}, - {"Proto": "peerapi6", "Port": 38117} - ]}, - "Created": "2026-04-09T01:28:02.739855143Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5031991371586916, - "StableID": "nM5DG5tzHg11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "DiscoKey": "discokey:78e046ff68fb71ca8bfec8d3c325cd13426e597fb98bb6e3ee6e5cd069305c13", - "Addresses": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "AllowedIPs": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "Endpoints": ["77.164.248.136:45376", "10.65.0.27:45376", "172.17.0.1:45376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:28:04.446007667Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6016769793157067, - "StableID": "nztLAiL1zo11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "DiscoKey": "discokey:7b8a66a7c04aec2a194b1fc34b8b9a24e5b3bb8b84f82d25d60d705a4aea5849", - "Addresses": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "AllowedIPs": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "Endpoints": ["77.164.248.136:43897", "10.65.0.27:43897", "172.17.0.1:43897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 56527}, - {"Proto": "peerapi6", "Port": 56527} - ]}, - "Created": "2026-04-09T01:28:03.29516001Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7047661919665659, - "StableID": "ncZsFR8u2x11CNTRL", + "ID": 540903822841116, + "StableID": "nFU1bKdyD511CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "DiscoKey": "discokey:a2dc946065c2e6b97d120dd1695cd1a139e7c4c1948d0b85530d6ead9a1a2b77", - "Addresses": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "AllowedIPs": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "Endpoints": ["77.164.248.136:59002", "10.65.0.27:59002", "172.17.0.1:59002"], + "Key": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "DiscoKey": "discokey:0da3fee63a5f632902a82fd6bf141e2f93678a3b8e5f97e0f6c56455b8787301", + "Addresses": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "AllowedIPs": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "Endpoints": ["77.164.248.136:39032", "10.65.0.27:39032", "172.17.0.1:39032"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60402}, - {"Proto": "peerapi6", "Port": 60402} + {"Proto": "peerapi4", "Port": 57856}, + {"Proto": "peerapi6", "Port": 57856} ]}, - "Created": "2026-04-09T01:28:07.920552936Z", + "Created": "2026-04-09T08:34:13.622652813Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7127514236785152, - "StableID": "njEa5Mi4fx11CNTRL", + "ID": 809834559023029, + "StableID": "ntCJqsymK711CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:68a84e78b037ea2bf4e7be21706aeb180e82ae71fa620d273dfe67cb7931c04d", + "Addresses": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "AllowedIPs": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "Endpoints": ["77.164.248.136:41965", "10.65.0.27:41965", "172.17.0.1:41965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 55701}, + {"Proto": "peerapi6", "Port": 55701} + ]}, + "Created": "2026-04-09T08:34:15.238769776Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1058120226287332, + "StableID": "no813Q2EG911CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "DiscoKey": "discokey:12f1f187541b6c9fa1ea64fa05a570cda174aedc742f65dea3c98396d9da863f", + "Addresses": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "AllowedIPs": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "Endpoints": ["77.164.248.136:60206", "10.65.0.27:60206", "172.17.0.1:60206"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48645}, + {"Proto": "peerapi6", "Port": 48645} + ]}, + "Created": "2026-04-09T08:34:13.087125205Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 1389107854431866, + "StableID": "n5iYKTW8rB11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "KeyExpiry": "2026-10-06T08:34:16Z", + "DiscoKey": "discokey:a6efe58c838255c18f4066eae9e006b250f9d45025d2d4bf46119273c7fbd968", + "Addresses": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "AllowedIPs": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "Endpoints": ["77.164.248.136:57672", "10.65.0.27:57672", "172.17.0.1:57672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 47637}, + {"Proto": "peerapi6", "Port": 47637} + ]}, + "Created": "2026-04-09T08:34:16.344598738Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1430636513923665, + "StableID": "nLrYkvPwAC11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "DiscoKey": "discokey:1fb83c862a114cecf4d3b1145bc7bdd6d8a7e214de4cd8d3410f93f5a9e30277", - "Addresses": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "AllowedIPs": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "Endpoints": ["77.164.248.136:50087", "10.65.0.27:50087", "172.17.0.1:50087"], + "Key": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "DiscoKey": "discokey:f51444688ae970c69d976fdfe317c882d819becff05f1856e80169b80f57c732", + "Addresses": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "AllowedIPs": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "Endpoints": ["77.164.248.136:59926", "10.65.0.27:59926", "172.17.0.1:59926"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58540}, - {"Proto": "peerapi6", "Port": 58540} + {"Proto": "peerapi4", "Port": 62889}, + {"Proto": "peerapi6", "Port": 62889} ]}, - "Created": "2026-04-09T01:28:06.30189766Z", + "Created": "2026-04-09T08:34:11.991222891Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7704596729819797, - "StableID": "nUJ1s6hRA321CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:7f0b0067a4b866818770789be0001ce414ffc063cea6653b32ad5b13b1e81156", - "Addresses": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "AllowedIPs": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "Endpoints": ["77.164.248.136:55470", "10.65.0.27:55470", "172.17.0.1:55470"], + "ID": 1445500657542956, + "StableID": "nysuDNrfHC11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "DiscoKey": "discokey:234970e230bd9014091d612010f15b0f75f2679cec5c981e2c23bc206fc35936", + "Addresses": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "AllowedIPs": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "Endpoints": ["77.164.248.136:42455", "10.65.0.27:42455", "172.17.0.1:42455"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 57972}, - {"Proto": "peerapi6", "Port": 57972} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35635}, + {"Proto": "peerapi6", "Port": 35635} ]}, - "Created": "2026-04-09T01:28:10.636933021Z", + "Created": "2026-04-09T08:34:14.704393058Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1624683153154124, + "StableID": "nKg8nwfpgD11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:40d6f00906aed986656989c6ae066ca336474bf5b4495947ae98767b80978c19", + "Addresses": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "AllowedIPs": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "Endpoints": ["77.164.248.136:50900", "10.65.0.27:50900", "172.17.0.1:50900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 62082}, + {"Proto": "peerapi6", "Port": 62082} + ]}, + "Created": "2026-04-09T08:34:15.788741219Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8010845631535004, - "StableID": "nsiBcBL8Z521CNTRL", + "ID": 1753878118239149, + "StableID": "nzTFSSQLhE11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "DiscoKey": "discokey:0e615358b371fdd29af8e336aaee6dc62152c08ef2afbe346f7b054b55d2b638", + "Addresses": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "AllowedIPs": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "Endpoints": ["77.164.248.136:53169", "10.65.0.27:53169", "172.17.0.1:53169"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 37446}, + {"Proto": "peerapi6", "Port": 37446} + ]}, + "Created": "2026-04-09T08:34:10.899120908Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2413517113639716, + "StableID": "nyZcd716rK11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "DiscoKey": "discokey:6d9b12c928b9bc64050a2e2a00843358aedb39ad8f61d7b1ce5e85e9ab28247a", - "Addresses": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "AllowedIPs": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "Endpoints": ["77.164.248.136:35771", "10.65.0.27:35771", "172.17.0.1:35771"], + "Key": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "DiscoKey": "discokey:a10d1603b3081bbfc2e702760fdcce5e57735ed8fb31a067e9871ec7a6d4df0c", + "Addresses": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "AllowedIPs": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "Endpoints": ["77.164.248.136:50543", "10.65.0.27:50543", "172.17.0.1:50543"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 51604}, - {"Proto": "peerapi6", "Port": 51604} + {"Proto": "peerapi4", "Port": 60481}, + {"Proto": "peerapi6", "Port": 60481} ]}, - "Created": "2026-04-09T01:28:08.462905937Z", + "Created": "2026-04-09T08:34:14.182150123Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8283338657211943, - "StableID": "nW2HB7GYg721CNTRL", + "ID": 4198210578379326, + "StableID": "n75TidsNnZ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "DiscoKey": "discokey:5e3461296060245a47e613f45dae946b027993d94ae9473dca8c21f5e7a1be3c", + "Addresses": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "AllowedIPs": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "Endpoints": ["77.164.248.136:36554", "10.65.0.27:36554", "172.17.0.1:36554"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57187}, + {"Proto": "peerapi6", "Port": 57187} + ]}, + "Created": "2026-04-09T08:34:08.727318046Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5736644023359340, + "StableID": "n3JX8qu8om11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "DiscoKey": "discokey:879ea43e59aeb06829bbd4b335a5a0621e665692b39ac6d12a6f776869d4513e", + "Addresses": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "AllowedIPs": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "Endpoints": ["77.164.248.136:45284", "10.65.0.27:45284", "172.17.0.1:45284"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 49259}, + {"Proto": "peerapi6", "Port": 49259} + ]}, + "Created": "2026-04-09T08:34:09.822072985Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6576074325973873, + "StableID": "nk2iUeKKMt11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "DiscoKey": "discokey:96ee55f5fa0e7c7f01b541114559e979cabd6aae448e39638cd0a9905949f370", - "Addresses": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "AllowedIPs": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "Endpoints": ["77.164.248.136:41676", "10.65.0.27:41676", "172.17.0.1:41676"], + "Key": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "DiscoKey": "discokey:d695901a4dc59d96f5f91b9971c324b8faadbcbdf4662777592bfd27920d8930", + "Addresses": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "AllowedIPs": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "Endpoints": ["77.164.248.136:48346", "10.65.0.27:48346", "172.17.0.1:48346"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63872}, - {"Proto": "peerapi6", "Port": 63872} + {"Proto": "peerapi4", "Port": 65258}, + {"Proto": "peerapi6", "Port": 65258} ]}, - "Created": "2026-04-09T01:28:06.843943986Z", + "Created": "2026-04-09T08:34:12.531688118Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8391138209138275, - "StableID": "ncjSSNyMX821CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 7638732601032527, + "StableID": "nkdrL3Zbe221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "DiscoKey": "discokey:9603d7dd7df3d53bfb83cd9689f7cb428167e6008983122b36b9e6aef305cd60", - "Addresses": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "AllowedIPs": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "Endpoints": ["77.164.248.136:44536", "10.65.0.27:44536", "172.17.0.1:44536"], + "Key": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "DiscoKey": "discokey:538f857840363d90262335033c6152ed11bc009c4fa874c66c7549c16d72903c", + "Addresses": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "AllowedIPs": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "Endpoints": ["77.164.248.136:54985", "10.65.0.27:54985", "172.17.0.1:54985"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 34239}, - {"Proto": "peerapi6", "Port": 34239} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63899}, + {"Proto": "peerapi6", "Port": 63899} ]}, - "Created": "2026-04-09T01:28:05.198950848Z", + "Created": "2026-04-09T08:34:09.283734419Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8767072552554921, + "StableID": "nSfJ3X8dTB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "DiscoKey": "discokey:e81c09da808c5c40ff045c844b24d56d32fd23e05793ef33cd3df573c4546356", + "Addresses": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "AllowedIPs": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "Endpoints": ["77.164.248.136:59982", "10.65.0.27:59982", "172.17.0.1:59982"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46785}, + {"Proto": "peerapi6", "Port": 46785} + ]}, + "Created": "2026-04-09T08:34:10.359921092Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2629,27 +2631,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8901156599714492": { - "ID": 8901156599714492, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6357690858565498": { + "ID": 6357690858565498, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2680,22 +2684,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7704596729819797, - "StableID": "nUJ1s6hRA321CNTRL", + "ID": 1389107854431866, + "StableID": "n5iYKTW8rB11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:7f0b0067a4b866818770789be0001ce414ffc063cea6653b32ad5b13b1e81156", - "Addresses": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "AllowedIPs": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "Endpoints": ["77.164.248.136:55470", "10.65.0.27:55470", "172.17.0.1:55470"], + "Key": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "KeyExpiry": "2026-10-06T08:34:16Z", + "DiscoKey": "discokey:a6efe58c838255c18f4066eae9e006b250f9d45025d2d4bf46119273c7fbd968", + "Addresses": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "AllowedIPs": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "Endpoints": ["77.164.248.136:57672", "10.65.0.27:57672", "172.17.0.1:57672"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 57972}, - {"Proto": "peerapi6", "Port": 57972}, + {"Proto": "peerapi4", "Port": 47637}, + {"Proto": "peerapi6", "Port": 47637}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:10.636933021Z", + "Created": "2026-04-09T08:34:16.344598738Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2724,302 +2728,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "MachineKey": "mkey:164d6340f3afda8016febfb6829b26aca4f3a2d3c31711a40f1b6bcf9214c92a", + "NodeKey": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "MachineKey": "mkey:247a473b288ac93ad04f8d819825c8f51db68da16857be6a93d1fd371f45e769", "Peers": [{ - "ID": 29259099231320, - "StableID": "nDmYQ3bFE111CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "DiscoKey": "discokey:379941a1c4e459cac205bf40ca41b903d8568b216f82f0ddac28b5a23d349e2b", - "Addresses": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "AllowedIPs": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "Endpoints": ["77.164.248.136:59184", "10.65.0.27:59184", "172.17.0.1:59184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51918}, - {"Proto": "peerapi6", "Port": 51918} - ]}, - "Created": "2026-04-09T01:28:07.370262837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 62731557746952, - "StableID": "n1XkwPrQV111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "KeyExpiry": "2026-10-06T01:28:09Z", - "DiscoKey": "discokey:821cf0a13978e4327931c9e20c09902778e7621c71c5e65e152b89dab202fe22", - "Addresses": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "AllowedIPs": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52310}, - {"Proto": "peerapi6", "Port": 52310} - ]}, - "Created": "2026-04-09T01:28:09.546271743Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1604344436214625, - "StableID": "ngpW1fQcXD11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "DiscoKey": "discokey:6882fe5ead06b82c7c6775563558573ea1812364a09982049b7c42e4d4f18e46", - "Addresses": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "AllowedIPs": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "Endpoints": ["77.164.248.136:58541", "10.65.0.27:58541", "172.17.0.1:58541"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44316}, - {"Proto": "peerapi6", "Port": 44316} - ]}, - "Created": "2026-04-09T01:28:03.850670105Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2530033284886668, - "StableID": "nmqDhggrkL11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:26f5ba37a8b861079b24789e6acd3895ee05d0184af1909f346dea49b4332769", - "Addresses": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "AllowedIPs": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51625}, - {"Proto": "peerapi6", "Port": 51625} - ]}, - "Created": "2026-04-09T01:28:10.094476578Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3439955375790889, - "StableID": "nW58z5oxrT11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "DiscoKey": "discokey:6cbee2bf0cf8c4bf82b51658cefaf3082e2f6abd3de4ec1ac841e947a521a533", - "Addresses": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "AllowedIPs": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "Endpoints": ["77.164.248.136:43268", "10.65.0.27:43268", "172.17.0.1:43268"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 39018}, - {"Proto": "peerapi6", "Port": 39018} - ]}, - "Created": "2026-04-09T01:28:09.005188738Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4807717171960564, - "StableID": "nRwTEWaRYe11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "DiscoKey": "discokey:af1ba78b1e8d08c22bbd2cfa0fa584135e20d8748f0788a10a0972818e323017", - "Addresses": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "AllowedIPs": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "Endpoints": ["77.164.248.136:40320", "10.65.0.27:40320", "172.17.0.1:40320"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 38117}, - {"Proto": "peerapi6", "Port": 38117} - ]}, - "Created": "2026-04-09T01:28:02.739855143Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5031991371586916, - "StableID": "nM5DG5tzHg11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "DiscoKey": "discokey:78e046ff68fb71ca8bfec8d3c325cd13426e597fb98bb6e3ee6e5cd069305c13", - "Addresses": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "AllowedIPs": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "Endpoints": ["77.164.248.136:45376", "10.65.0.27:45376", "172.17.0.1:45376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:28:04.446007667Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6016769793157067, - "StableID": "nztLAiL1zo11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "DiscoKey": "discokey:7b8a66a7c04aec2a194b1fc34b8b9a24e5b3bb8b84f82d25d60d705a4aea5849", - "Addresses": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "AllowedIPs": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "Endpoints": ["77.164.248.136:43897", "10.65.0.27:43897", "172.17.0.1:43897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 56527}, - {"Proto": "peerapi6", "Port": 56527} - ]}, - "Created": "2026-04-09T01:28:03.29516001Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7047661919665659, - "StableID": "ncZsFR8u2x11CNTRL", + "ID": 540903822841116, + "StableID": "nFU1bKdyD511CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "DiscoKey": "discokey:a2dc946065c2e6b97d120dd1695cd1a139e7c4c1948d0b85530d6ead9a1a2b77", - "Addresses": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "AllowedIPs": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "Endpoints": ["77.164.248.136:59002", "10.65.0.27:59002", "172.17.0.1:59002"], + "Key": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "DiscoKey": "discokey:0da3fee63a5f632902a82fd6bf141e2f93678a3b8e5f97e0f6c56455b8787301", + "Addresses": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "AllowedIPs": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "Endpoints": ["77.164.248.136:39032", "10.65.0.27:39032", "172.17.0.1:39032"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60402}, - {"Proto": "peerapi6", "Port": 60402} + {"Proto": "peerapi4", "Port": 57856}, + {"Proto": "peerapi6", "Port": 57856} ]}, - "Created": "2026-04-09T01:28:07.920552936Z", + "Created": "2026-04-09T08:34:13.622652813Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7127514236785152, - "StableID": "njEa5Mi4fx11CNTRL", + "ID": 809834559023029, + "StableID": "ntCJqsymK711CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:68a84e78b037ea2bf4e7be21706aeb180e82ae71fa620d273dfe67cb7931c04d", + "Addresses": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "AllowedIPs": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "Endpoints": ["77.164.248.136:41965", "10.65.0.27:41965", "172.17.0.1:41965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 55701}, + {"Proto": "peerapi6", "Port": 55701} + ]}, + "Created": "2026-04-09T08:34:15.238769776Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1058120226287332, + "StableID": "no813Q2EG911CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "DiscoKey": "discokey:12f1f187541b6c9fa1ea64fa05a570cda174aedc742f65dea3c98396d9da863f", + "Addresses": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "AllowedIPs": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "Endpoints": ["77.164.248.136:60206", "10.65.0.27:60206", "172.17.0.1:60206"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48645}, + {"Proto": "peerapi6", "Port": 48645} + ]}, + "Created": "2026-04-09T08:34:13.087125205Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 1430636513923665, + "StableID": "nLrYkvPwAC11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "DiscoKey": "discokey:1fb83c862a114cecf4d3b1145bc7bdd6d8a7e214de4cd8d3410f93f5a9e30277", - "Addresses": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "AllowedIPs": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "Endpoints": ["77.164.248.136:50087", "10.65.0.27:50087", "172.17.0.1:50087"], + "Key": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "DiscoKey": "discokey:f51444688ae970c69d976fdfe317c882d819becff05f1856e80169b80f57c732", + "Addresses": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "AllowedIPs": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "Endpoints": ["77.164.248.136:59926", "10.65.0.27:59926", "172.17.0.1:59926"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58540}, - {"Proto": "peerapi6", "Port": 58540} + {"Proto": "peerapi4", "Port": 62889}, + {"Proto": "peerapi6", "Port": 62889} ]}, - "Created": "2026-04-09T01:28:06.30189766Z", + "Created": "2026-04-09T08:34:11.991222891Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8010845631535004, - "StableID": "nsiBcBL8Z521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 1445500657542956, + "StableID": "nysuDNrfHC11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "DiscoKey": "discokey:6d9b12c928b9bc64050a2e2a00843358aedb39ad8f61d7b1ce5e85e9ab28247a", - "Addresses": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "AllowedIPs": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "Endpoints": ["77.164.248.136:35771", "10.65.0.27:35771", "172.17.0.1:35771"], + "Key": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "DiscoKey": "discokey:234970e230bd9014091d612010f15b0f75f2679cec5c981e2c23bc206fc35936", + "Addresses": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "AllowedIPs": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "Endpoints": ["77.164.248.136:42455", "10.65.0.27:42455", "172.17.0.1:42455"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 51604}, - {"Proto": "peerapi6", "Port": 51604} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35635}, + {"Proto": "peerapi6", "Port": 35635} ]}, - "Created": "2026-04-09T01:28:08.462905937Z", + "Created": "2026-04-09T08:34:14.704393058Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 8283338657211943, - "StableID": "nW2HB7GYg721CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "DiscoKey": "discokey:96ee55f5fa0e7c7f01b541114559e979cabd6aae448e39638cd0a9905949f370", - "Addresses": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "AllowedIPs": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "Endpoints": ["77.164.248.136:41676", "10.65.0.27:41676", "172.17.0.1:41676"], + "ID": 1624683153154124, + "StableID": "nKg8nwfpgD11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:40d6f00906aed986656989c6ae066ca336474bf5b4495947ae98767b80978c19", + "Addresses": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "AllowedIPs": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "Endpoints": ["77.164.248.136:50900", "10.65.0.27:50900", "172.17.0.1:50900"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63872}, - {"Proto": "peerapi6", "Port": 63872} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 62082}, + {"Proto": "peerapi6", "Port": 62082} ]}, - "Created": "2026-04-09T01:28:06.843943986Z", + "Created": "2026-04-09T08:34:15.788741219Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8391138209138275, - "StableID": "ncjSSNyMX821CNTRL", + "ID": 1753878118239149, + "StableID": "nzTFSSQLhE11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "DiscoKey": "discokey:9603d7dd7df3d53bfb83cd9689f7cb428167e6008983122b36b9e6aef305cd60", - "Addresses": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "AllowedIPs": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "Endpoints": ["77.164.248.136:44536", "10.65.0.27:44536", "172.17.0.1:44536"], + "Key": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "DiscoKey": "discokey:0e615358b371fdd29af8e336aaee6dc62152c08ef2afbe346f7b054b55d2b638", + "Addresses": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "AllowedIPs": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "Endpoints": ["77.164.248.136:53169", "10.65.0.27:53169", "172.17.0.1:53169"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 34239}, - {"Proto": "peerapi6", "Port": 34239} + {"Proto": "peerapi4", "Port": 37446}, + {"Proto": "peerapi6", "Port": 37446} ]}, - "Created": "2026-04-09T01:28:05.198950848Z", + "Created": "2026-04-09T08:34:10.899120908Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8901156599714492, - "StableID": "nm919qHMWC21CNTRL", + "ID": 2413517113639716, + "StableID": "nyZcd716rK11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "DiscoKey": "discokey:a10d1603b3081bbfc2e702760fdcce5e57735ed8fb31a067e9871ec7a6d4df0c", + "Addresses": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "AllowedIPs": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "Endpoints": ["77.164.248.136:50543", "10.65.0.27:50543", "172.17.0.1:50543"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60481}, + {"Proto": "peerapi6", "Port": 60481} + ]}, + "Created": "2026-04-09T08:34:14.182150123Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4198210578379326, + "StableID": "n75TidsNnZ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "DiscoKey": "discokey:5e3461296060245a47e613f45dae946b027993d94ae9473dca8c21f5e7a1be3c", + "Addresses": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "AllowedIPs": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "Endpoints": ["77.164.248.136:36554", "10.65.0.27:36554", "172.17.0.1:36554"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57187}, + {"Proto": "peerapi6", "Port": 57187} + ]}, + "Created": "2026-04-09T08:34:08.727318046Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5736644023359340, + "StableID": "n3JX8qu8om11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "DiscoKey": "discokey:879ea43e59aeb06829bbd4b335a5a0621e665692b39ac6d12a6f776869d4513e", + "Addresses": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "AllowedIPs": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "Endpoints": ["77.164.248.136:45284", "10.65.0.27:45284", "172.17.0.1:45284"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 49259}, + {"Proto": "peerapi6", "Port": 49259} + ]}, + "Created": "2026-04-09T08:34:09.822072985Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6357690858565498, + "StableID": "ndGMHykQer11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "DiscoKey": "discokey:1ec290b6954c3eee3f5f8a80a413a76b90382158ea400c22c95d9d1cabcecd05", - "Addresses": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "AllowedIPs": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "Endpoints": ["77.164.248.136:33541", "10.65.0.27:33541", "172.17.0.1:33541"], + "Key": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "DiscoKey": "discokey:ea1d7363ec6a99a6ac17edb6d923ac585b2095ef537d0ba144ab41af5ca8d040", + "Addresses": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "AllowedIPs": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "Endpoints": ["77.164.248.136:47109", "10.65.0.27:47109", "172.17.0.1:47109"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 59945}, - {"Proto": "peerapi6", "Port": 59945} + {"Proto": "peerapi4", "Port": 60785}, + {"Proto": "peerapi6", "Port": 60785} ]}, - "Created": "2026-04-09T01:28:05.740347816Z", + "Created": "2026-04-09T08:34:11.440933522Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 6576074325973873, + "StableID": "nk2iUeKKMt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "DiscoKey": "discokey:d695901a4dc59d96f5f91b9971c324b8faadbcbdf4662777592bfd27920d8930", + "Addresses": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "AllowedIPs": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "Endpoints": ["77.164.248.136:48346", "10.65.0.27:48346", "172.17.0.1:48346"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 65258}, + {"Proto": "peerapi6", "Port": 65258} + ]}, + "Created": "2026-04-09T08:34:12.531688118Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7638732601032527, + "StableID": "nkdrL3Zbe221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "DiscoKey": "discokey:538f857840363d90262335033c6152ed11bc009c4fa874c66c7549c16d72903c", + "Addresses": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "AllowedIPs": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "Endpoints": ["77.164.248.136:54985", "10.65.0.27:54985", "172.17.0.1:54985"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63899}, + {"Proto": "peerapi6", "Port": 63899} + ]}, + "Created": "2026-04-09T08:34:09.283734419Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8767072552554921, + "StableID": "nSfJ3X8dTB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "DiscoKey": "discokey:e81c09da808c5c40ff045c844b24d56d32fd23e05793ef33cd3df573c4546356", + "Addresses": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "AllowedIPs": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "Endpoints": ["77.164.248.136:59982", "10.65.0.27:59982", "172.17.0.1:59982"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46785}, + {"Proto": "peerapi6", "Port": 46785} + ]}, + "Created": "2026-04-09T08:34:10.359921092Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3867,23 +3871,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3914,26 +3919,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1604344436214625, - "StableID": "ngpW1fQcXD11CNTRL", + "ID": 5736644023359340, + "StableID": "n3JX8qu8om11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 1604344436214625, - "Key": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "DiscoKey": "discokey:6882fe5ead06b82c7c6775563558573ea1812364a09982049b7c42e4d4f18e46", - "Addresses": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "AllowedIPs": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "Endpoints": ["77.164.248.136:58541", "10.65.0.27:58541", "172.17.0.1:58541"], + "User": 5736644023359340, + "Key": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "DiscoKey": "discokey:879ea43e59aeb06829bbd4b335a5a0621e665692b39ac6d12a6f776869d4513e", + "Addresses": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "AllowedIPs": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "Endpoints": ["77.164.248.136:45284", "10.65.0.27:45284", "172.17.0.1:45284"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 44316}, - {"Proto": "peerapi6", "Port": 44316}, + {"Proto": "peerapi4", "Port": 49259}, + {"Proto": "peerapi6", "Port": 49259}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:03.850670105Z", + "Created": "2026-04-09T08:34:09.822072985Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3961,302 +3966,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "MachineKey": "mkey:b78b36e788cf71b3009fef004b6818c915c05fc6f5b88dd3f39c69040d028e20", + "NodeKey": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "MachineKey": "mkey:2a8bed3b35bbe1e053119d702e8a0e1e316df1222f29712239641bdff01dc52f", "Peers": [{ - "ID": 29259099231320, - "StableID": "nDmYQ3bFE111CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "DiscoKey": "discokey:379941a1c4e459cac205bf40ca41b903d8568b216f82f0ddac28b5a23d349e2b", - "Addresses": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "AllowedIPs": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "Endpoints": ["77.164.248.136:59184", "10.65.0.27:59184", "172.17.0.1:59184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51918}, - {"Proto": "peerapi6", "Port": 51918} - ]}, - "Created": "2026-04-09T01:28:07.370262837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 62731557746952, - "StableID": "n1XkwPrQV111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "KeyExpiry": "2026-10-06T01:28:09Z", - "DiscoKey": "discokey:821cf0a13978e4327931c9e20c09902778e7621c71c5e65e152b89dab202fe22", - "Addresses": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "AllowedIPs": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52310}, - {"Proto": "peerapi6", "Port": 52310} - ]}, - "Created": "2026-04-09T01:28:09.546271743Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2530033284886668, - "StableID": "nmqDhggrkL11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:26f5ba37a8b861079b24789e6acd3895ee05d0184af1909f346dea49b4332769", - "Addresses": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "AllowedIPs": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51625}, - {"Proto": "peerapi6", "Port": 51625} - ]}, - "Created": "2026-04-09T01:28:10.094476578Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3439955375790889, - "StableID": "nW58z5oxrT11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "DiscoKey": "discokey:6cbee2bf0cf8c4bf82b51658cefaf3082e2f6abd3de4ec1ac841e947a521a533", - "Addresses": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "AllowedIPs": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "Endpoints": ["77.164.248.136:43268", "10.65.0.27:43268", "172.17.0.1:43268"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 39018}, - {"Proto": "peerapi6", "Port": 39018} - ]}, - "Created": "2026-04-09T01:28:09.005188738Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4807717171960564, - "StableID": "nRwTEWaRYe11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "DiscoKey": "discokey:af1ba78b1e8d08c22bbd2cfa0fa584135e20d8748f0788a10a0972818e323017", - "Addresses": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "AllowedIPs": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "Endpoints": ["77.164.248.136:40320", "10.65.0.27:40320", "172.17.0.1:40320"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 38117}, - {"Proto": "peerapi6", "Port": 38117} - ]}, - "Created": "2026-04-09T01:28:02.739855143Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5031991371586916, - "StableID": "nM5DG5tzHg11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "DiscoKey": "discokey:78e046ff68fb71ca8bfec8d3c325cd13426e597fb98bb6e3ee6e5cd069305c13", - "Addresses": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "AllowedIPs": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "Endpoints": ["77.164.248.136:45376", "10.65.0.27:45376", "172.17.0.1:45376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:28:04.446007667Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6016769793157067, - "StableID": "nztLAiL1zo11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "DiscoKey": "discokey:7b8a66a7c04aec2a194b1fc34b8b9a24e5b3bb8b84f82d25d60d705a4aea5849", - "Addresses": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "AllowedIPs": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "Endpoints": ["77.164.248.136:43897", "10.65.0.27:43897", "172.17.0.1:43897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 56527}, - {"Proto": "peerapi6", "Port": 56527} - ]}, - "Created": "2026-04-09T01:28:03.29516001Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7047661919665659, - "StableID": "ncZsFR8u2x11CNTRL", + "ID": 540903822841116, + "StableID": "nFU1bKdyD511CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "DiscoKey": "discokey:a2dc946065c2e6b97d120dd1695cd1a139e7c4c1948d0b85530d6ead9a1a2b77", - "Addresses": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "AllowedIPs": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "Endpoints": ["77.164.248.136:59002", "10.65.0.27:59002", "172.17.0.1:59002"], + "Key": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "DiscoKey": "discokey:0da3fee63a5f632902a82fd6bf141e2f93678a3b8e5f97e0f6c56455b8787301", + "Addresses": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "AllowedIPs": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "Endpoints": ["77.164.248.136:39032", "10.65.0.27:39032", "172.17.0.1:39032"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60402}, - {"Proto": "peerapi6", "Port": 60402} + {"Proto": "peerapi4", "Port": 57856}, + {"Proto": "peerapi6", "Port": 57856} ]}, - "Created": "2026-04-09T01:28:07.920552936Z", + "Created": "2026-04-09T08:34:13.622652813Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7127514236785152, - "StableID": "njEa5Mi4fx11CNTRL", + "ID": 809834559023029, + "StableID": "ntCJqsymK711CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:68a84e78b037ea2bf4e7be21706aeb180e82ae71fa620d273dfe67cb7931c04d", + "Addresses": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "AllowedIPs": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "Endpoints": ["77.164.248.136:41965", "10.65.0.27:41965", "172.17.0.1:41965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 55701}, + {"Proto": "peerapi6", "Port": 55701} + ]}, + "Created": "2026-04-09T08:34:15.238769776Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1058120226287332, + "StableID": "no813Q2EG911CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "DiscoKey": "discokey:12f1f187541b6c9fa1ea64fa05a570cda174aedc742f65dea3c98396d9da863f", + "Addresses": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "AllowedIPs": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "Endpoints": ["77.164.248.136:60206", "10.65.0.27:60206", "172.17.0.1:60206"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48645}, + {"Proto": "peerapi6", "Port": 48645} + ]}, + "Created": "2026-04-09T08:34:13.087125205Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 1389107854431866, + "StableID": "n5iYKTW8rB11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "KeyExpiry": "2026-10-06T08:34:16Z", + "DiscoKey": "discokey:a6efe58c838255c18f4066eae9e006b250f9d45025d2d4bf46119273c7fbd968", + "Addresses": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "AllowedIPs": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "Endpoints": ["77.164.248.136:57672", "10.65.0.27:57672", "172.17.0.1:57672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 47637}, + {"Proto": "peerapi6", "Port": 47637} + ]}, + "Created": "2026-04-09T08:34:16.344598738Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1430636513923665, + "StableID": "nLrYkvPwAC11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "DiscoKey": "discokey:1fb83c862a114cecf4d3b1145bc7bdd6d8a7e214de4cd8d3410f93f5a9e30277", - "Addresses": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "AllowedIPs": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "Endpoints": ["77.164.248.136:50087", "10.65.0.27:50087", "172.17.0.1:50087"], + "Key": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "DiscoKey": "discokey:f51444688ae970c69d976fdfe317c882d819becff05f1856e80169b80f57c732", + "Addresses": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "AllowedIPs": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "Endpoints": ["77.164.248.136:59926", "10.65.0.27:59926", "172.17.0.1:59926"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58540}, - {"Proto": "peerapi6", "Port": 58540} + {"Proto": "peerapi4", "Port": 62889}, + {"Proto": "peerapi6", "Port": 62889} ]}, - "Created": "2026-04-09T01:28:06.30189766Z", + "Created": "2026-04-09T08:34:11.991222891Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7704596729819797, - "StableID": "nUJ1s6hRA321CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:7f0b0067a4b866818770789be0001ce414ffc063cea6653b32ad5b13b1e81156", - "Addresses": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "AllowedIPs": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "Endpoints": ["77.164.248.136:55470", "10.65.0.27:55470", "172.17.0.1:55470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 57972}, - {"Proto": "peerapi6", "Port": 57972} - ]}, - "Created": "2026-04-09T01:28:10.636933021Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8010845631535004, - "StableID": "nsiBcBL8Z521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 1445500657542956, + "StableID": "nysuDNrfHC11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "DiscoKey": "discokey:6d9b12c928b9bc64050a2e2a00843358aedb39ad8f61d7b1ce5e85e9ab28247a", - "Addresses": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "AllowedIPs": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "Endpoints": ["77.164.248.136:35771", "10.65.0.27:35771", "172.17.0.1:35771"], + "Key": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "DiscoKey": "discokey:234970e230bd9014091d612010f15b0f75f2679cec5c981e2c23bc206fc35936", + "Addresses": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "AllowedIPs": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "Endpoints": ["77.164.248.136:42455", "10.65.0.27:42455", "172.17.0.1:42455"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 51604}, - {"Proto": "peerapi6", "Port": 51604} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35635}, + {"Proto": "peerapi6", "Port": 35635} ]}, - "Created": "2026-04-09T01:28:08.462905937Z", + "Created": "2026-04-09T08:34:14.704393058Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 8283338657211943, - "StableID": "nW2HB7GYg721CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "DiscoKey": "discokey:96ee55f5fa0e7c7f01b541114559e979cabd6aae448e39638cd0a9905949f370", - "Addresses": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "AllowedIPs": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "Endpoints": ["77.164.248.136:41676", "10.65.0.27:41676", "172.17.0.1:41676"], + "ID": 1624683153154124, + "StableID": "nKg8nwfpgD11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:40d6f00906aed986656989c6ae066ca336474bf5b4495947ae98767b80978c19", + "Addresses": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "AllowedIPs": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "Endpoints": ["77.164.248.136:50900", "10.65.0.27:50900", "172.17.0.1:50900"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63872}, - {"Proto": "peerapi6", "Port": 63872} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 62082}, + {"Proto": "peerapi6", "Port": 62082} ]}, - "Created": "2026-04-09T01:28:06.843943986Z", + "Created": "2026-04-09T08:34:15.788741219Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8391138209138275, - "StableID": "ncjSSNyMX821CNTRL", + "ID": 1753878118239149, + "StableID": "nzTFSSQLhE11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "DiscoKey": "discokey:9603d7dd7df3d53bfb83cd9689f7cb428167e6008983122b36b9e6aef305cd60", - "Addresses": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "AllowedIPs": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "Endpoints": ["77.164.248.136:44536", "10.65.0.27:44536", "172.17.0.1:44536"], + "Key": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "DiscoKey": "discokey:0e615358b371fdd29af8e336aaee6dc62152c08ef2afbe346f7b054b55d2b638", + "Addresses": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "AllowedIPs": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "Endpoints": ["77.164.248.136:53169", "10.65.0.27:53169", "172.17.0.1:53169"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 34239}, - {"Proto": "peerapi6", "Port": 34239} + {"Proto": "peerapi4", "Port": 37446}, + {"Proto": "peerapi6", "Port": 37446} ]}, - "Created": "2026-04-09T01:28:05.198950848Z", + "Created": "2026-04-09T08:34:10.899120908Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8901156599714492, - "StableID": "nm919qHMWC21CNTRL", + "ID": 2413517113639716, + "StableID": "nyZcd716rK11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "DiscoKey": "discokey:a10d1603b3081bbfc2e702760fdcce5e57735ed8fb31a067e9871ec7a6d4df0c", + "Addresses": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "AllowedIPs": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "Endpoints": ["77.164.248.136:50543", "10.65.0.27:50543", "172.17.0.1:50543"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60481}, + {"Proto": "peerapi6", "Port": 60481} + ]}, + "Created": "2026-04-09T08:34:14.182150123Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4198210578379326, + "StableID": "n75TidsNnZ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "DiscoKey": "discokey:5e3461296060245a47e613f45dae946b027993d94ae9473dca8c21f5e7a1be3c", + "Addresses": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "AllowedIPs": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "Endpoints": ["77.164.248.136:36554", "10.65.0.27:36554", "172.17.0.1:36554"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57187}, + {"Proto": "peerapi6", "Port": 57187} + ]}, + "Created": "2026-04-09T08:34:08.727318046Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6357690858565498, + "StableID": "ndGMHykQer11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "DiscoKey": "discokey:1ec290b6954c3eee3f5f8a80a413a76b90382158ea400c22c95d9d1cabcecd05", - "Addresses": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "AllowedIPs": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "Endpoints": ["77.164.248.136:33541", "10.65.0.27:33541", "172.17.0.1:33541"], + "Key": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "DiscoKey": "discokey:ea1d7363ec6a99a6ac17edb6d923ac585b2095ef537d0ba144ab41af5ca8d040", + "Addresses": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "AllowedIPs": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "Endpoints": ["77.164.248.136:47109", "10.65.0.27:47109", "172.17.0.1:47109"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 59945}, - {"Proto": "peerapi6", "Port": 59945} + {"Proto": "peerapi4", "Port": 60785}, + {"Proto": "peerapi6", "Port": 60785} ]}, - "Created": "2026-04-09T01:28:05.740347816Z", + "Created": "2026-04-09T08:34:11.440933522Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 6576074325973873, + "StableID": "nk2iUeKKMt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "DiscoKey": "discokey:d695901a4dc59d96f5f91b9971c324b8faadbcbdf4662777592bfd27920d8930", + "Addresses": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "AllowedIPs": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "Endpoints": ["77.164.248.136:48346", "10.65.0.27:48346", "172.17.0.1:48346"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 65258}, + {"Proto": "peerapi6", "Port": 65258} + ]}, + "Created": "2026-04-09T08:34:12.531688118Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7638732601032527, + "StableID": "nkdrL3Zbe221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "DiscoKey": "discokey:538f857840363d90262335033c6152ed11bc009c4fa874c66c7549c16d72903c", + "Addresses": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "AllowedIPs": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "Endpoints": ["77.164.248.136:54985", "10.65.0.27:54985", "172.17.0.1:54985"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63899}, + {"Proto": "peerapi6", "Port": 63899} + ]}, + "Created": "2026-04-09T08:34:09.283734419Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8767072552554921, + "StableID": "nSfJ3X8dTB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "DiscoKey": "discokey:e81c09da808c5c40ff045c844b24d56d32fd23e05793ef33cd3df573c4546356", + "Addresses": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "AllowedIPs": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "Endpoints": ["77.164.248.136:59982", "10.65.0.27:59982", "172.17.0.1:59982"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46785}, + {"Proto": "peerapi6", "Port": 46785} + ]}, + "Created": "2026-04-09T08:34:10.359921092Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5104,27 +5109,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1604344436214625": { - "ID": 1604344436214625, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5736644023359340": { + "ID": 5736644023359340, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5155,26 +5162,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8283338657211943, - "StableID": "nW2HB7GYg721CNTRL", + "ID": 6576074325973873, + "StableID": "nk2iUeKKMt11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 8283338657211943, - "Key": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "DiscoKey": "discokey:96ee55f5fa0e7c7f01b541114559e979cabd6aae448e39638cd0a9905949f370", - "Addresses": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "AllowedIPs": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "Endpoints": ["77.164.248.136:41676", "10.65.0.27:41676", "172.17.0.1:41676"], + "User": 6576074325973873, + "Key": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "DiscoKey": "discokey:d695901a4dc59d96f5f91b9971c324b8faadbcbdf4662777592bfd27920d8930", + "Addresses": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "AllowedIPs": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "Endpoints": ["77.164.248.136:48346", "10.65.0.27:48346", "172.17.0.1:48346"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 63872}, - {"Proto": "peerapi6", "Port": 63872}, + {"Proto": "peerapi4", "Port": 65258}, + {"Proto": "peerapi6", "Port": 65258}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:06.843943986Z", + "Created": "2026-04-09T08:34:12.531688118Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5202,302 +5209,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "MachineKey": "mkey:51c476eccb47f68b422f12a4dbeae82b6d2d925d4beeb1ece4448b228d710734", + "NodeKey": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "MachineKey": "mkey:22d185a9434bc9012436759b1bfbe6fa645d5704ed469f33c42b77972e485d10", "Peers": [{ - "ID": 29259099231320, - "StableID": "nDmYQ3bFE111CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "DiscoKey": "discokey:379941a1c4e459cac205bf40ca41b903d8568b216f82f0ddac28b5a23d349e2b", - "Addresses": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "AllowedIPs": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "Endpoints": ["77.164.248.136:59184", "10.65.0.27:59184", "172.17.0.1:59184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51918}, - {"Proto": "peerapi6", "Port": 51918} - ]}, - "Created": "2026-04-09T01:28:07.370262837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 62731557746952, - "StableID": "n1XkwPrQV111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "KeyExpiry": "2026-10-06T01:28:09Z", - "DiscoKey": "discokey:821cf0a13978e4327931c9e20c09902778e7621c71c5e65e152b89dab202fe22", - "Addresses": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "AllowedIPs": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52310}, - {"Proto": "peerapi6", "Port": 52310} - ]}, - "Created": "2026-04-09T01:28:09.546271743Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1604344436214625, - "StableID": "ngpW1fQcXD11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "DiscoKey": "discokey:6882fe5ead06b82c7c6775563558573ea1812364a09982049b7c42e4d4f18e46", - "Addresses": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "AllowedIPs": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "Endpoints": ["77.164.248.136:58541", "10.65.0.27:58541", "172.17.0.1:58541"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44316}, - {"Proto": "peerapi6", "Port": 44316} - ]}, - "Created": "2026-04-09T01:28:03.850670105Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2530033284886668, - "StableID": "nmqDhggrkL11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:26f5ba37a8b861079b24789e6acd3895ee05d0184af1909f346dea49b4332769", - "Addresses": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "AllowedIPs": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51625}, - {"Proto": "peerapi6", "Port": 51625} - ]}, - "Created": "2026-04-09T01:28:10.094476578Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3439955375790889, - "StableID": "nW58z5oxrT11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "DiscoKey": "discokey:6cbee2bf0cf8c4bf82b51658cefaf3082e2f6abd3de4ec1ac841e947a521a533", - "Addresses": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "AllowedIPs": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "Endpoints": ["77.164.248.136:43268", "10.65.0.27:43268", "172.17.0.1:43268"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 39018}, - {"Proto": "peerapi6", "Port": 39018} - ]}, - "Created": "2026-04-09T01:28:09.005188738Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4807717171960564, - "StableID": "nRwTEWaRYe11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "DiscoKey": "discokey:af1ba78b1e8d08c22bbd2cfa0fa584135e20d8748f0788a10a0972818e323017", - "Addresses": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "AllowedIPs": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "Endpoints": ["77.164.248.136:40320", "10.65.0.27:40320", "172.17.0.1:40320"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 38117}, - {"Proto": "peerapi6", "Port": 38117} - ]}, - "Created": "2026-04-09T01:28:02.739855143Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5031991371586916, - "StableID": "nM5DG5tzHg11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "DiscoKey": "discokey:78e046ff68fb71ca8bfec8d3c325cd13426e597fb98bb6e3ee6e5cd069305c13", - "Addresses": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "AllowedIPs": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "Endpoints": ["77.164.248.136:45376", "10.65.0.27:45376", "172.17.0.1:45376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:28:04.446007667Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6016769793157067, - "StableID": "nztLAiL1zo11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "DiscoKey": "discokey:7b8a66a7c04aec2a194b1fc34b8b9a24e5b3bb8b84f82d25d60d705a4aea5849", - "Addresses": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "AllowedIPs": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "Endpoints": ["77.164.248.136:43897", "10.65.0.27:43897", "172.17.0.1:43897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 56527}, - {"Proto": "peerapi6", "Port": 56527} - ]}, - "Created": "2026-04-09T01:28:03.29516001Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7047661919665659, - "StableID": "ncZsFR8u2x11CNTRL", + "ID": 540903822841116, + "StableID": "nFU1bKdyD511CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "DiscoKey": "discokey:a2dc946065c2e6b97d120dd1695cd1a139e7c4c1948d0b85530d6ead9a1a2b77", - "Addresses": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "AllowedIPs": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "Endpoints": ["77.164.248.136:59002", "10.65.0.27:59002", "172.17.0.1:59002"], + "Key": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "DiscoKey": "discokey:0da3fee63a5f632902a82fd6bf141e2f93678a3b8e5f97e0f6c56455b8787301", + "Addresses": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "AllowedIPs": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "Endpoints": ["77.164.248.136:39032", "10.65.0.27:39032", "172.17.0.1:39032"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60402}, - {"Proto": "peerapi6", "Port": 60402} + {"Proto": "peerapi4", "Port": 57856}, + {"Proto": "peerapi6", "Port": 57856} ]}, - "Created": "2026-04-09T01:28:07.920552936Z", + "Created": "2026-04-09T08:34:13.622652813Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7127514236785152, - "StableID": "njEa5Mi4fx11CNTRL", + "ID": 809834559023029, + "StableID": "ntCJqsymK711CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:68a84e78b037ea2bf4e7be21706aeb180e82ae71fa620d273dfe67cb7931c04d", + "Addresses": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "AllowedIPs": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "Endpoints": ["77.164.248.136:41965", "10.65.0.27:41965", "172.17.0.1:41965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 55701}, + {"Proto": "peerapi6", "Port": 55701} + ]}, + "Created": "2026-04-09T08:34:15.238769776Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1058120226287332, + "StableID": "no813Q2EG911CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "DiscoKey": "discokey:12f1f187541b6c9fa1ea64fa05a570cda174aedc742f65dea3c98396d9da863f", + "Addresses": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "AllowedIPs": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "Endpoints": ["77.164.248.136:60206", "10.65.0.27:60206", "172.17.0.1:60206"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48645}, + {"Proto": "peerapi6", "Port": 48645} + ]}, + "Created": "2026-04-09T08:34:13.087125205Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 1389107854431866, + "StableID": "n5iYKTW8rB11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "KeyExpiry": "2026-10-06T08:34:16Z", + "DiscoKey": "discokey:a6efe58c838255c18f4066eae9e006b250f9d45025d2d4bf46119273c7fbd968", + "Addresses": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "AllowedIPs": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "Endpoints": ["77.164.248.136:57672", "10.65.0.27:57672", "172.17.0.1:57672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 47637}, + {"Proto": "peerapi6", "Port": 47637} + ]}, + "Created": "2026-04-09T08:34:16.344598738Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1430636513923665, + "StableID": "nLrYkvPwAC11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "DiscoKey": "discokey:1fb83c862a114cecf4d3b1145bc7bdd6d8a7e214de4cd8d3410f93f5a9e30277", - "Addresses": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "AllowedIPs": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "Endpoints": ["77.164.248.136:50087", "10.65.0.27:50087", "172.17.0.1:50087"], + "Key": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "DiscoKey": "discokey:f51444688ae970c69d976fdfe317c882d819becff05f1856e80169b80f57c732", + "Addresses": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "AllowedIPs": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "Endpoints": ["77.164.248.136:59926", "10.65.0.27:59926", "172.17.0.1:59926"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58540}, - {"Proto": "peerapi6", "Port": 58540} + {"Proto": "peerapi4", "Port": 62889}, + {"Proto": "peerapi6", "Port": 62889} ]}, - "Created": "2026-04-09T01:28:06.30189766Z", + "Created": "2026-04-09T08:34:11.991222891Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7704596729819797, - "StableID": "nUJ1s6hRA321CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:7f0b0067a4b866818770789be0001ce414ffc063cea6653b32ad5b13b1e81156", - "Addresses": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "AllowedIPs": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "Endpoints": ["77.164.248.136:55470", "10.65.0.27:55470", "172.17.0.1:55470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 57972}, - {"Proto": "peerapi6", "Port": 57972} - ]}, - "Created": "2026-04-09T01:28:10.636933021Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8010845631535004, - "StableID": "nsiBcBL8Z521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 1445500657542956, + "StableID": "nysuDNrfHC11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "DiscoKey": "discokey:6d9b12c928b9bc64050a2e2a00843358aedb39ad8f61d7b1ce5e85e9ab28247a", - "Addresses": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "AllowedIPs": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "Endpoints": ["77.164.248.136:35771", "10.65.0.27:35771", "172.17.0.1:35771"], + "Key": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "DiscoKey": "discokey:234970e230bd9014091d612010f15b0f75f2679cec5c981e2c23bc206fc35936", + "Addresses": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "AllowedIPs": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "Endpoints": ["77.164.248.136:42455", "10.65.0.27:42455", "172.17.0.1:42455"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 51604}, - {"Proto": "peerapi6", "Port": 51604} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35635}, + {"Proto": "peerapi6", "Port": 35635} ]}, - "Created": "2026-04-09T01:28:08.462905937Z", + "Created": "2026-04-09T08:34:14.704393058Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 8391138209138275, - "StableID": "ncjSSNyMX821CNTRL", + "ID": 1624683153154124, + "StableID": "nKg8nwfpgD11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:40d6f00906aed986656989c6ae066ca336474bf5b4495947ae98767b80978c19", + "Addresses": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "AllowedIPs": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "Endpoints": ["77.164.248.136:50900", "10.65.0.27:50900", "172.17.0.1:50900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 62082}, + {"Proto": "peerapi6", "Port": 62082} + ]}, + "Created": "2026-04-09T08:34:15.788741219Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 1753878118239149, + "StableID": "nzTFSSQLhE11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "DiscoKey": "discokey:9603d7dd7df3d53bfb83cd9689f7cb428167e6008983122b36b9e6aef305cd60", - "Addresses": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "AllowedIPs": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "Endpoints": ["77.164.248.136:44536", "10.65.0.27:44536", "172.17.0.1:44536"], + "Key": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "DiscoKey": "discokey:0e615358b371fdd29af8e336aaee6dc62152c08ef2afbe346f7b054b55d2b638", + "Addresses": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "AllowedIPs": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "Endpoints": ["77.164.248.136:53169", "10.65.0.27:53169", "172.17.0.1:53169"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 34239}, - {"Proto": "peerapi6", "Port": 34239} + {"Proto": "peerapi4", "Port": 37446}, + {"Proto": "peerapi6", "Port": 37446} ]}, - "Created": "2026-04-09T01:28:05.198950848Z", + "Created": "2026-04-09T08:34:10.899120908Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8901156599714492, - "StableID": "nm919qHMWC21CNTRL", + "ID": 2413517113639716, + "StableID": "nyZcd716rK11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "DiscoKey": "discokey:a10d1603b3081bbfc2e702760fdcce5e57735ed8fb31a067e9871ec7a6d4df0c", + "Addresses": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "AllowedIPs": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "Endpoints": ["77.164.248.136:50543", "10.65.0.27:50543", "172.17.0.1:50543"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60481}, + {"Proto": "peerapi6", "Port": 60481} + ]}, + "Created": "2026-04-09T08:34:14.182150123Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4198210578379326, + "StableID": "n75TidsNnZ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "DiscoKey": "discokey:5e3461296060245a47e613f45dae946b027993d94ae9473dca8c21f5e7a1be3c", + "Addresses": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "AllowedIPs": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "Endpoints": ["77.164.248.136:36554", "10.65.0.27:36554", "172.17.0.1:36554"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57187}, + {"Proto": "peerapi6", "Port": 57187} + ]}, + "Created": "2026-04-09T08:34:08.727318046Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5736644023359340, + "StableID": "n3JX8qu8om11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "DiscoKey": "discokey:879ea43e59aeb06829bbd4b335a5a0621e665692b39ac6d12a6f776869d4513e", + "Addresses": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "AllowedIPs": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "Endpoints": ["77.164.248.136:45284", "10.65.0.27:45284", "172.17.0.1:45284"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 49259}, + {"Proto": "peerapi6", "Port": 49259} + ]}, + "Created": "2026-04-09T08:34:09.822072985Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6357690858565498, + "StableID": "ndGMHykQer11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "DiscoKey": "discokey:1ec290b6954c3eee3f5f8a80a413a76b90382158ea400c22c95d9d1cabcecd05", - "Addresses": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "AllowedIPs": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "Endpoints": ["77.164.248.136:33541", "10.65.0.27:33541", "172.17.0.1:33541"], + "Key": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "DiscoKey": "discokey:ea1d7363ec6a99a6ac17edb6d923ac585b2095ef537d0ba144ab41af5ca8d040", + "Addresses": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "AllowedIPs": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "Endpoints": ["77.164.248.136:47109", "10.65.0.27:47109", "172.17.0.1:47109"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 59945}, - {"Proto": "peerapi6", "Port": 59945} + {"Proto": "peerapi4", "Port": 60785}, + {"Proto": "peerapi6", "Port": 60785} ]}, - "Created": "2026-04-09T01:28:05.740347816Z", + "Created": "2026-04-09T08:34:11.440933522Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7638732601032527, + "StableID": "nkdrL3Zbe221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "DiscoKey": "discokey:538f857840363d90262335033c6152ed11bc009c4fa874c66c7549c16d72903c", + "Addresses": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "AllowedIPs": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "Endpoints": ["77.164.248.136:54985", "10.65.0.27:54985", "172.17.0.1:54985"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63899}, + {"Proto": "peerapi6", "Port": 63899} + ]}, + "Created": "2026-04-09T08:34:09.283734419Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8767072552554921, + "StableID": "nSfJ3X8dTB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "DiscoKey": "discokey:e81c09da808c5c40ff045c844b24d56d32fd23e05793ef33cd3df573c4546356", + "Addresses": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "AllowedIPs": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "Endpoints": ["77.164.248.136:59982", "10.65.0.27:59982", "172.17.0.1:59982"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46785}, + {"Proto": "peerapi6", "Port": 46785} + ]}, + "Created": "2026-04-09T08:34:10.359921092Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6345,27 +6352,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8283338657211943": { - "ID": 8283338657211943, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6576074325973873": { + "ID": 6576074325973873, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6396,22 +6405,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 62731557746952, - "StableID": "n1XkwPrQV111CNTRL", + "ID": 809834559023029, + "StableID": "ntCJqsymK711CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "KeyExpiry": "2026-10-06T01:28:09Z", - "DiscoKey": "discokey:821cf0a13978e4327931c9e20c09902778e7621c71c5e65e152b89dab202fe22", - "Addresses": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "AllowedIPs": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], + "Key": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:68a84e78b037ea2bf4e7be21706aeb180e82ae71fa620d273dfe67cb7931c04d", + "Addresses": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "AllowedIPs": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "Endpoints": ["77.164.248.136:41965", "10.65.0.27:41965", "172.17.0.1:41965"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52310}, - {"Proto": "peerapi6", "Port": 52310}, + {"Proto": "peerapi4", "Port": 55701}, + {"Proto": "peerapi6", "Port": 55701}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:09.546271743Z", + "Created": "2026-04-09T08:34:15.238769776Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6438,300 +6447,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "MachineKey": "mkey:028d77f09d1d5028d5bb7e31db700c8564c2f427a6d4577b8db44aca68e4fe52", + "NodeKey": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "MachineKey": "mkey:10310a01fa1ada6867ec790945b5934073c2c3973914477a165b61aef0a62831", "Peers": [{ - "ID": 29259099231320, - "StableID": "nDmYQ3bFE111CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "DiscoKey": "discokey:379941a1c4e459cac205bf40ca41b903d8568b216f82f0ddac28b5a23d349e2b", - "Addresses": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "AllowedIPs": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "Endpoints": ["77.164.248.136:59184", "10.65.0.27:59184", "172.17.0.1:59184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51918}, - {"Proto": "peerapi6", "Port": 51918} - ]}, - "Created": "2026-04-09T01:28:07.370262837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1604344436214625, - "StableID": "ngpW1fQcXD11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "DiscoKey": "discokey:6882fe5ead06b82c7c6775563558573ea1812364a09982049b7c42e4d4f18e46", - "Addresses": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "AllowedIPs": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "Endpoints": ["77.164.248.136:58541", "10.65.0.27:58541", "172.17.0.1:58541"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44316}, - {"Proto": "peerapi6", "Port": 44316} - ]}, - "Created": "2026-04-09T01:28:03.850670105Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2530033284886668, - "StableID": "nmqDhggrkL11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:26f5ba37a8b861079b24789e6acd3895ee05d0184af1909f346dea49b4332769", - "Addresses": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "AllowedIPs": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51625}, - {"Proto": "peerapi6", "Port": 51625} - ]}, - "Created": "2026-04-09T01:28:10.094476578Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3439955375790889, - "StableID": "nW58z5oxrT11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "DiscoKey": "discokey:6cbee2bf0cf8c4bf82b51658cefaf3082e2f6abd3de4ec1ac841e947a521a533", - "Addresses": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "AllowedIPs": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "Endpoints": ["77.164.248.136:43268", "10.65.0.27:43268", "172.17.0.1:43268"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 39018}, - {"Proto": "peerapi6", "Port": 39018} - ]}, - "Created": "2026-04-09T01:28:09.005188738Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4807717171960564, - "StableID": "nRwTEWaRYe11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "DiscoKey": "discokey:af1ba78b1e8d08c22bbd2cfa0fa584135e20d8748f0788a10a0972818e323017", - "Addresses": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "AllowedIPs": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "Endpoints": ["77.164.248.136:40320", "10.65.0.27:40320", "172.17.0.1:40320"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 38117}, - {"Proto": "peerapi6", "Port": 38117} - ]}, - "Created": "2026-04-09T01:28:02.739855143Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5031991371586916, - "StableID": "nM5DG5tzHg11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "DiscoKey": "discokey:78e046ff68fb71ca8bfec8d3c325cd13426e597fb98bb6e3ee6e5cd069305c13", - "Addresses": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "AllowedIPs": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "Endpoints": ["77.164.248.136:45376", "10.65.0.27:45376", "172.17.0.1:45376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:28:04.446007667Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6016769793157067, - "StableID": "nztLAiL1zo11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "DiscoKey": "discokey:7b8a66a7c04aec2a194b1fc34b8b9a24e5b3bb8b84f82d25d60d705a4aea5849", - "Addresses": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "AllowedIPs": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "Endpoints": ["77.164.248.136:43897", "10.65.0.27:43897", "172.17.0.1:43897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 56527}, - {"Proto": "peerapi6", "Port": 56527} - ]}, - "Created": "2026-04-09T01:28:03.29516001Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7047661919665659, - "StableID": "ncZsFR8u2x11CNTRL", + "ID": 540903822841116, + "StableID": "nFU1bKdyD511CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "DiscoKey": "discokey:a2dc946065c2e6b97d120dd1695cd1a139e7c4c1948d0b85530d6ead9a1a2b77", - "Addresses": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "AllowedIPs": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "Endpoints": ["77.164.248.136:59002", "10.65.0.27:59002", "172.17.0.1:59002"], + "Key": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "DiscoKey": "discokey:0da3fee63a5f632902a82fd6bf141e2f93678a3b8e5f97e0f6c56455b8787301", + "Addresses": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "AllowedIPs": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "Endpoints": ["77.164.248.136:39032", "10.65.0.27:39032", "172.17.0.1:39032"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60402}, - {"Proto": "peerapi6", "Port": 60402} + {"Proto": "peerapi4", "Port": 57856}, + {"Proto": "peerapi6", "Port": 57856} ]}, - "Created": "2026-04-09T01:28:07.920552936Z", + "Created": "2026-04-09T08:34:13.622652813Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7127514236785152, - "StableID": "njEa5Mi4fx11CNTRL", + "ID": 1058120226287332, + "StableID": "no813Q2EG911CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "DiscoKey": "discokey:12f1f187541b6c9fa1ea64fa05a570cda174aedc742f65dea3c98396d9da863f", + "Addresses": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "AllowedIPs": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "Endpoints": ["77.164.248.136:60206", "10.65.0.27:60206", "172.17.0.1:60206"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48645}, + {"Proto": "peerapi6", "Port": 48645} + ]}, + "Created": "2026-04-09T08:34:13.087125205Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 1389107854431866, + "StableID": "n5iYKTW8rB11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "KeyExpiry": "2026-10-06T08:34:16Z", + "DiscoKey": "discokey:a6efe58c838255c18f4066eae9e006b250f9d45025d2d4bf46119273c7fbd968", + "Addresses": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "AllowedIPs": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 47637}, + {"Proto": "peerapi6", "Port": 47637} + ]}, + "Created": "2026-04-09T08:34:16.344598738Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1430636513923665, + "StableID": "nLrYkvPwAC11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "DiscoKey": "discokey:1fb83c862a114cecf4d3b1145bc7bdd6d8a7e214de4cd8d3410f93f5a9e30277", - "Addresses": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "AllowedIPs": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "Endpoints": ["77.164.248.136:50087", "10.65.0.27:50087", "172.17.0.1:50087"], + "Key": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "DiscoKey": "discokey:f51444688ae970c69d976fdfe317c882d819becff05f1856e80169b80f57c732", + "Addresses": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "AllowedIPs": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "Endpoints": ["77.164.248.136:59926", "10.65.0.27:59926", "172.17.0.1:59926"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58540}, - {"Proto": "peerapi6", "Port": 58540} + {"Proto": "peerapi4", "Port": 62889}, + {"Proto": "peerapi6", "Port": 62889} ]}, - "Created": "2026-04-09T01:28:06.30189766Z", + "Created": "2026-04-09T08:34:11.991222891Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7704596729819797, - "StableID": "nUJ1s6hRA321CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:7f0b0067a4b866818770789be0001ce414ffc063cea6653b32ad5b13b1e81156", - "Addresses": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "AllowedIPs": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 57972}, - {"Proto": "peerapi6", "Port": 57972} - ]}, - "Created": "2026-04-09T01:28:10.636933021Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8010845631535004, - "StableID": "nsiBcBL8Z521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 1445500657542956, + "StableID": "nysuDNrfHC11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "DiscoKey": "discokey:6d9b12c928b9bc64050a2e2a00843358aedb39ad8f61d7b1ce5e85e9ab28247a", - "Addresses": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "AllowedIPs": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "Endpoints": ["77.164.248.136:35771", "10.65.0.27:35771", "172.17.0.1:35771"], + "Key": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "DiscoKey": "discokey:234970e230bd9014091d612010f15b0f75f2679cec5c981e2c23bc206fc35936", + "Addresses": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "AllowedIPs": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "Endpoints": ["77.164.248.136:42455", "10.65.0.27:42455", "172.17.0.1:42455"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 51604}, - {"Proto": "peerapi6", "Port": 51604} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35635}, + {"Proto": "peerapi6", "Port": 35635} ]}, - "Created": "2026-04-09T01:28:08.462905937Z", + "Created": "2026-04-09T08:34:14.704393058Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 8283338657211943, - "StableID": "nW2HB7GYg721CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "DiscoKey": "discokey:96ee55f5fa0e7c7f01b541114559e979cabd6aae448e39638cd0a9905949f370", - "Addresses": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "AllowedIPs": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "Endpoints": ["77.164.248.136:41676", "10.65.0.27:41676", "172.17.0.1:41676"], + "ID": 1624683153154124, + "StableID": "nKg8nwfpgD11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:40d6f00906aed986656989c6ae066ca336474bf5b4495947ae98767b80978c19", + "Addresses": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "AllowedIPs": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "Endpoints": ["77.164.248.136:50900", "10.65.0.27:50900", "172.17.0.1:50900"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63872}, - {"Proto": "peerapi6", "Port": 63872} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 62082}, + {"Proto": "peerapi6", "Port": 62082} ]}, - "Created": "2026-04-09T01:28:06.843943986Z", + "Created": "2026-04-09T08:34:15.788741219Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8391138209138275, - "StableID": "ncjSSNyMX821CNTRL", + "ID": 1753878118239149, + "StableID": "nzTFSSQLhE11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "DiscoKey": "discokey:9603d7dd7df3d53bfb83cd9689f7cb428167e6008983122b36b9e6aef305cd60", - "Addresses": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "AllowedIPs": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "Endpoints": ["77.164.248.136:44536", "10.65.0.27:44536", "172.17.0.1:44536"], + "Key": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "DiscoKey": "discokey:0e615358b371fdd29af8e336aaee6dc62152c08ef2afbe346f7b054b55d2b638", + "Addresses": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "AllowedIPs": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "Endpoints": ["77.164.248.136:53169", "10.65.0.27:53169", "172.17.0.1:53169"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 34239}, - {"Proto": "peerapi6", "Port": 34239} + {"Proto": "peerapi4", "Port": 37446}, + {"Proto": "peerapi6", "Port": 37446} ]}, - "Created": "2026-04-09T01:28:05.198950848Z", + "Created": "2026-04-09T08:34:10.899120908Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8901156599714492, - "StableID": "nm919qHMWC21CNTRL", + "ID": 2413517113639716, + "StableID": "nyZcd716rK11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "DiscoKey": "discokey:a10d1603b3081bbfc2e702760fdcce5e57735ed8fb31a067e9871ec7a6d4df0c", + "Addresses": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "AllowedIPs": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "Endpoints": ["77.164.248.136:50543", "10.65.0.27:50543", "172.17.0.1:50543"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60481}, + {"Proto": "peerapi6", "Port": 60481} + ]}, + "Created": "2026-04-09T08:34:14.182150123Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4198210578379326, + "StableID": "n75TidsNnZ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "DiscoKey": "discokey:5e3461296060245a47e613f45dae946b027993d94ae9473dca8c21f5e7a1be3c", + "Addresses": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "AllowedIPs": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "Endpoints": ["77.164.248.136:36554", "10.65.0.27:36554", "172.17.0.1:36554"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57187}, + {"Proto": "peerapi6", "Port": 57187} + ]}, + "Created": "2026-04-09T08:34:08.727318046Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5736644023359340, + "StableID": "n3JX8qu8om11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "DiscoKey": "discokey:879ea43e59aeb06829bbd4b335a5a0621e665692b39ac6d12a6f776869d4513e", + "Addresses": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "AllowedIPs": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "Endpoints": ["77.164.248.136:45284", "10.65.0.27:45284", "172.17.0.1:45284"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 49259}, + {"Proto": "peerapi6", "Port": 49259} + ]}, + "Created": "2026-04-09T08:34:09.822072985Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6357690858565498, + "StableID": "ndGMHykQer11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "DiscoKey": "discokey:1ec290b6954c3eee3f5f8a80a413a76b90382158ea400c22c95d9d1cabcecd05", - "Addresses": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "AllowedIPs": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "Endpoints": ["77.164.248.136:33541", "10.65.0.27:33541", "172.17.0.1:33541"], + "Key": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "DiscoKey": "discokey:ea1d7363ec6a99a6ac17edb6d923ac585b2095ef537d0ba144ab41af5ca8d040", + "Addresses": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "AllowedIPs": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "Endpoints": ["77.164.248.136:47109", "10.65.0.27:47109", "172.17.0.1:47109"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 59945}, - {"Proto": "peerapi6", "Port": 59945} + {"Proto": "peerapi4", "Port": 60785}, + {"Proto": "peerapi6", "Port": 60785} ]}, - "Created": "2026-04-09T01:28:05.740347816Z", + "Created": "2026-04-09T08:34:11.440933522Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 6576074325973873, + "StableID": "nk2iUeKKMt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "DiscoKey": "discokey:d695901a4dc59d96f5f91b9971c324b8faadbcbdf4662777592bfd27920d8930", + "Addresses": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "AllowedIPs": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "Endpoints": ["77.164.248.136:48346", "10.65.0.27:48346", "172.17.0.1:48346"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 65258}, + {"Proto": "peerapi6", "Port": 65258} + ]}, + "Created": "2026-04-09T08:34:12.531688118Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7638732601032527, + "StableID": "nkdrL3Zbe221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "DiscoKey": "discokey:538f857840363d90262335033c6152ed11bc009c4fa874c66c7549c16d72903c", + "Addresses": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "AllowedIPs": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "Endpoints": ["77.164.248.136:54985", "10.65.0.27:54985", "172.17.0.1:54985"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63899}, + {"Proto": "peerapi6", "Port": 63899} + ]}, + "Created": "2026-04-09T08:34:09.283734419Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8767072552554921, + "StableID": "nSfJ3X8dTB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "DiscoKey": "discokey:e81c09da808c5c40ff045c844b24d56d32fd23e05793ef33cd3df573c4546356", + "Addresses": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "AllowedIPs": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "Endpoints": ["77.164.248.136:59982", "10.65.0.27:59982", "172.17.0.1:59982"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46785}, + {"Proto": "peerapi6", "Port": 46785} + ]}, + "Created": "2026-04-09T08:34:10.359921092Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7579,23 +7588,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7626,21 +7636,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8010845631535004, - "StableID": "nsiBcBL8Z521CNTRL", + "ID": 2413517113639716, + "StableID": "nyZcd716rK11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 8010845631535004, - "Key": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "DiscoKey": "discokey:6d9b12c928b9bc64050a2e2a00843358aedb39ad8f61d7b1ce5e85e9ab28247a", - "Addresses": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "AllowedIPs": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "Endpoints": ["77.164.248.136:35771", "10.65.0.27:35771", "172.17.0.1:35771"], + "User": 2413517113639716, + "Key": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "DiscoKey": "discokey:a10d1603b3081bbfc2e702760fdcce5e57735ed8fb31a067e9871ec7a6d4df0c", + "Addresses": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "AllowedIPs": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "Endpoints": ["77.164.248.136:50543", "10.65.0.27:50543", "172.17.0.1:50543"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 51604}, - {"Proto": "peerapi6", "Port": 51604}, + {"Proto": "peerapi4", "Port": 60481}, + {"Proto": "peerapi6", "Port": 60481}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:08.462905937Z", + "Created": "2026-04-09T08:34:14.182150123Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7668,300 +7678,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "MachineKey": "mkey:522bb04f88c24b3b83116ef25a1b7ed6468a8db633b44ea77dd2526533850f2f", + "NodeKey": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "MachineKey": "mkey:7cd3b4e83b225abb41c368895a2fd957e2dcc373a95812b556611cf476077a59", "Peers": [{ - "ID": 29259099231320, - "StableID": "nDmYQ3bFE111CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "DiscoKey": "discokey:379941a1c4e459cac205bf40ca41b903d8568b216f82f0ddac28b5a23d349e2b", - "Addresses": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "AllowedIPs": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "Endpoints": ["77.164.248.136:59184", "10.65.0.27:59184", "172.17.0.1:59184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51918}, - {"Proto": "peerapi6", "Port": 51918} - ]}, - "Created": "2026-04-09T01:28:07.370262837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 62731557746952, - "StableID": "n1XkwPrQV111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "KeyExpiry": "2026-10-06T01:28:09Z", - "DiscoKey": "discokey:821cf0a13978e4327931c9e20c09902778e7621c71c5e65e152b89dab202fe22", - "Addresses": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "AllowedIPs": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52310}, - {"Proto": "peerapi6", "Port": 52310} - ]}, - "Created": "2026-04-09T01:28:09.546271743Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1604344436214625, - "StableID": "ngpW1fQcXD11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "DiscoKey": "discokey:6882fe5ead06b82c7c6775563558573ea1812364a09982049b7c42e4d4f18e46", - "Addresses": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "AllowedIPs": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "Endpoints": ["77.164.248.136:58541", "10.65.0.27:58541", "172.17.0.1:58541"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44316}, - {"Proto": "peerapi6", "Port": 44316} - ]}, - "Created": "2026-04-09T01:28:03.850670105Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2530033284886668, - "StableID": "nmqDhggrkL11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:26f5ba37a8b861079b24789e6acd3895ee05d0184af1909f346dea49b4332769", - "Addresses": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "AllowedIPs": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51625}, - {"Proto": "peerapi6", "Port": 51625} - ]}, - "Created": "2026-04-09T01:28:10.094476578Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3439955375790889, - "StableID": "nW58z5oxrT11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "DiscoKey": "discokey:6cbee2bf0cf8c4bf82b51658cefaf3082e2f6abd3de4ec1ac841e947a521a533", - "Addresses": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "AllowedIPs": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "Endpoints": ["77.164.248.136:43268", "10.65.0.27:43268", "172.17.0.1:43268"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 39018}, - {"Proto": "peerapi6", "Port": 39018} - ]}, - "Created": "2026-04-09T01:28:09.005188738Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4807717171960564, - "StableID": "nRwTEWaRYe11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "DiscoKey": "discokey:af1ba78b1e8d08c22bbd2cfa0fa584135e20d8748f0788a10a0972818e323017", - "Addresses": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "AllowedIPs": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "Endpoints": ["77.164.248.136:40320", "10.65.0.27:40320", "172.17.0.1:40320"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 38117}, - {"Proto": "peerapi6", "Port": 38117} - ]}, - "Created": "2026-04-09T01:28:02.739855143Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5031991371586916, - "StableID": "nM5DG5tzHg11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "DiscoKey": "discokey:78e046ff68fb71ca8bfec8d3c325cd13426e597fb98bb6e3ee6e5cd069305c13", - "Addresses": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "AllowedIPs": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "Endpoints": ["77.164.248.136:45376", "10.65.0.27:45376", "172.17.0.1:45376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:28:04.446007667Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6016769793157067, - "StableID": "nztLAiL1zo11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "DiscoKey": "discokey:7b8a66a7c04aec2a194b1fc34b8b9a24e5b3bb8b84f82d25d60d705a4aea5849", - "Addresses": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "AllowedIPs": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "Endpoints": ["77.164.248.136:43897", "10.65.0.27:43897", "172.17.0.1:43897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 56527}, - {"Proto": "peerapi6", "Port": 56527} - ]}, - "Created": "2026-04-09T01:28:03.29516001Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7047661919665659, - "StableID": "ncZsFR8u2x11CNTRL", + "ID": 540903822841116, + "StableID": "nFU1bKdyD511CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "DiscoKey": "discokey:a2dc946065c2e6b97d120dd1695cd1a139e7c4c1948d0b85530d6ead9a1a2b77", - "Addresses": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "AllowedIPs": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "Endpoints": ["77.164.248.136:59002", "10.65.0.27:59002", "172.17.0.1:59002"], + "Key": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "DiscoKey": "discokey:0da3fee63a5f632902a82fd6bf141e2f93678a3b8e5f97e0f6c56455b8787301", + "Addresses": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "AllowedIPs": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "Endpoints": ["77.164.248.136:39032", "10.65.0.27:39032", "172.17.0.1:39032"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60402}, - {"Proto": "peerapi6", "Port": 60402} + {"Proto": "peerapi4", "Port": 57856}, + {"Proto": "peerapi6", "Port": 57856} ]}, - "Created": "2026-04-09T01:28:07.920552936Z", + "Created": "2026-04-09T08:34:13.622652813Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7127514236785152, - "StableID": "njEa5Mi4fx11CNTRL", + "ID": 809834559023029, + "StableID": "ntCJqsymK711CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:68a84e78b037ea2bf4e7be21706aeb180e82ae71fa620d273dfe67cb7931c04d", + "Addresses": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "AllowedIPs": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "Endpoints": ["77.164.248.136:41965", "10.65.0.27:41965", "172.17.0.1:41965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 55701}, + {"Proto": "peerapi6", "Port": 55701} + ]}, + "Created": "2026-04-09T08:34:15.238769776Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1058120226287332, + "StableID": "no813Q2EG911CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "DiscoKey": "discokey:12f1f187541b6c9fa1ea64fa05a570cda174aedc742f65dea3c98396d9da863f", + "Addresses": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "AllowedIPs": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "Endpoints": ["77.164.248.136:60206", "10.65.0.27:60206", "172.17.0.1:60206"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48645}, + {"Proto": "peerapi6", "Port": 48645} + ]}, + "Created": "2026-04-09T08:34:13.087125205Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 1389107854431866, + "StableID": "n5iYKTW8rB11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "KeyExpiry": "2026-10-06T08:34:16Z", + "DiscoKey": "discokey:a6efe58c838255c18f4066eae9e006b250f9d45025d2d4bf46119273c7fbd968", + "Addresses": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "AllowedIPs": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 47637}, + {"Proto": "peerapi6", "Port": 47637} + ]}, + "Created": "2026-04-09T08:34:16.344598738Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1430636513923665, + "StableID": "nLrYkvPwAC11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "DiscoKey": "discokey:1fb83c862a114cecf4d3b1145bc7bdd6d8a7e214de4cd8d3410f93f5a9e30277", - "Addresses": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "AllowedIPs": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "Endpoints": ["77.164.248.136:50087", "10.65.0.27:50087", "172.17.0.1:50087"], + "Key": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "DiscoKey": "discokey:f51444688ae970c69d976fdfe317c882d819becff05f1856e80169b80f57c732", + "Addresses": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "AllowedIPs": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "Endpoints": ["77.164.248.136:59926", "10.65.0.27:59926", "172.17.0.1:59926"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58540}, - {"Proto": "peerapi6", "Port": 58540} + {"Proto": "peerapi4", "Port": 62889}, + {"Proto": "peerapi6", "Port": 62889} ]}, - "Created": "2026-04-09T01:28:06.30189766Z", + "Created": "2026-04-09T08:34:11.991222891Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7704596729819797, - "StableID": "nUJ1s6hRA321CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:7f0b0067a4b866818770789be0001ce414ffc063cea6653b32ad5b13b1e81156", - "Addresses": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "AllowedIPs": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 57972}, - {"Proto": "peerapi6", "Port": 57972} - ]}, - "Created": "2026-04-09T01:28:10.636933021Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8283338657211943, - "StableID": "nW2HB7GYg721CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 1445500657542956, + "StableID": "nysuDNrfHC11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "DiscoKey": "discokey:96ee55f5fa0e7c7f01b541114559e979cabd6aae448e39638cd0a9905949f370", - "Addresses": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "AllowedIPs": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "Endpoints": ["77.164.248.136:41676", "10.65.0.27:41676", "172.17.0.1:41676"], + "Key": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "DiscoKey": "discokey:234970e230bd9014091d612010f15b0f75f2679cec5c981e2c23bc206fc35936", + "Addresses": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "AllowedIPs": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "Endpoints": ["77.164.248.136:42455", "10.65.0.27:42455", "172.17.0.1:42455"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63872}, - {"Proto": "peerapi6", "Port": 63872} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35635}, + {"Proto": "peerapi6", "Port": 35635} ]}, - "Created": "2026-04-09T01:28:06.843943986Z", + "Created": "2026-04-09T08:34:14.704393058Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 8391138209138275, - "StableID": "ncjSSNyMX821CNTRL", + "ID": 1624683153154124, + "StableID": "nKg8nwfpgD11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:40d6f00906aed986656989c6ae066ca336474bf5b4495947ae98767b80978c19", + "Addresses": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "AllowedIPs": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "Endpoints": ["77.164.248.136:50900", "10.65.0.27:50900", "172.17.0.1:50900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 62082}, + {"Proto": "peerapi6", "Port": 62082} + ]}, + "Created": "2026-04-09T08:34:15.788741219Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 1753878118239149, + "StableID": "nzTFSSQLhE11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "DiscoKey": "discokey:9603d7dd7df3d53bfb83cd9689f7cb428167e6008983122b36b9e6aef305cd60", - "Addresses": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "AllowedIPs": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "Endpoints": ["77.164.248.136:44536", "10.65.0.27:44536", "172.17.0.1:44536"], + "Key": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "DiscoKey": "discokey:0e615358b371fdd29af8e336aaee6dc62152c08ef2afbe346f7b054b55d2b638", + "Addresses": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "AllowedIPs": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "Endpoints": ["77.164.248.136:53169", "10.65.0.27:53169", "172.17.0.1:53169"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 34239}, - {"Proto": "peerapi6", "Port": 34239} + {"Proto": "peerapi4", "Port": 37446}, + {"Proto": "peerapi6", "Port": 37446} ]}, - "Created": "2026-04-09T01:28:05.198950848Z", + "Created": "2026-04-09T08:34:10.899120908Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8901156599714492, - "StableID": "nm919qHMWC21CNTRL", + "ID": 4198210578379326, + "StableID": "n75TidsNnZ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "DiscoKey": "discokey:5e3461296060245a47e613f45dae946b027993d94ae9473dca8c21f5e7a1be3c", + "Addresses": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "AllowedIPs": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "Endpoints": ["77.164.248.136:36554", "10.65.0.27:36554", "172.17.0.1:36554"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57187}, + {"Proto": "peerapi6", "Port": 57187} + ]}, + "Created": "2026-04-09T08:34:08.727318046Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5736644023359340, + "StableID": "n3JX8qu8om11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "DiscoKey": "discokey:879ea43e59aeb06829bbd4b335a5a0621e665692b39ac6d12a6f776869d4513e", + "Addresses": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "AllowedIPs": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "Endpoints": ["77.164.248.136:45284", "10.65.0.27:45284", "172.17.0.1:45284"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 49259}, + {"Proto": "peerapi6", "Port": 49259} + ]}, + "Created": "2026-04-09T08:34:09.822072985Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6357690858565498, + "StableID": "ndGMHykQer11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "DiscoKey": "discokey:1ec290b6954c3eee3f5f8a80a413a76b90382158ea400c22c95d9d1cabcecd05", - "Addresses": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "AllowedIPs": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "Endpoints": ["77.164.248.136:33541", "10.65.0.27:33541", "172.17.0.1:33541"], + "Key": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "DiscoKey": "discokey:ea1d7363ec6a99a6ac17edb6d923ac585b2095ef537d0ba144ab41af5ca8d040", + "Addresses": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "AllowedIPs": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "Endpoints": ["77.164.248.136:47109", "10.65.0.27:47109", "172.17.0.1:47109"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 59945}, - {"Proto": "peerapi6", "Port": 59945} + {"Proto": "peerapi4", "Port": 60785}, + {"Proto": "peerapi6", "Port": 60785} ]}, - "Created": "2026-04-09T01:28:05.740347816Z", + "Created": "2026-04-09T08:34:11.440933522Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 6576074325973873, + "StableID": "nk2iUeKKMt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "DiscoKey": "discokey:d695901a4dc59d96f5f91b9971c324b8faadbcbdf4662777592bfd27920d8930", + "Addresses": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "AllowedIPs": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "Endpoints": ["77.164.248.136:48346", "10.65.0.27:48346", "172.17.0.1:48346"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 65258}, + {"Proto": "peerapi6", "Port": 65258} + ]}, + "Created": "2026-04-09T08:34:12.531688118Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7638732601032527, + "StableID": "nkdrL3Zbe221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "DiscoKey": "discokey:538f857840363d90262335033c6152ed11bc009c4fa874c66c7549c16d72903c", + "Addresses": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "AllowedIPs": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "Endpoints": ["77.164.248.136:54985", "10.65.0.27:54985", "172.17.0.1:54985"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63899}, + {"Proto": "peerapi6", "Port": 63899} + ]}, + "Created": "2026-04-09T08:34:09.283734419Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8767072552554921, + "StableID": "nSfJ3X8dTB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "DiscoKey": "discokey:e81c09da808c5c40ff045c844b24d56d32fd23e05793ef33cd3df573c4546356", + "Addresses": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "AllowedIPs": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "Endpoints": ["77.164.248.136:59982", "10.65.0.27:59982", "172.17.0.1:59982"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46785}, + {"Proto": "peerapi6", "Port": 46785} + ]}, + "Created": "2026-04-09T08:34:10.359921092Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8809,27 +8819,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8010845631535004": { - "ID": 8010845631535004, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2413517113639716": { + "ID": 2413517113639716, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8860,26 +8872,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6016769793157067, - "StableID": "nztLAiL1zo11CNTRL", + "ID": 7638732601032527, + "StableID": "nkdrL3Zbe221CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 6016769793157067, - "Key": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "DiscoKey": "discokey:7b8a66a7c04aec2a194b1fc34b8b9a24e5b3bb8b84f82d25d60d705a4aea5849", - "Addresses": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "AllowedIPs": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "Endpoints": ["77.164.248.136:43897", "10.65.0.27:43897", "172.17.0.1:43897"], + "User": 7638732601032527, + "Key": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "DiscoKey": "discokey:538f857840363d90262335033c6152ed11bc009c4fa874c66c7549c16d72903c", + "Addresses": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "AllowedIPs": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "Endpoints": ["77.164.248.136:54985", "10.65.0.27:54985", "172.17.0.1:54985"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 56527}, - {"Proto": "peerapi6", "Port": 56527}, + {"Proto": "peerapi4", "Port": 63899}, + {"Proto": "peerapi6", "Port": 63899}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:03.29516001Z", + "Created": "2026-04-09T08:34:09.283734419Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8907,302 +8919,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "MachineKey": "mkey:f12e8de76a87a3994bcf6db091bce2463efb1e526dea762581d7fec3fd4ae766", + "NodeKey": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "MachineKey": "mkey:1848d520c50086fe99caddff7f3bae234fbd6e4276c59547331085b7fb8f9832", "Peers": [{ - "ID": 29259099231320, - "StableID": "nDmYQ3bFE111CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "DiscoKey": "discokey:379941a1c4e459cac205bf40ca41b903d8568b216f82f0ddac28b5a23d349e2b", - "Addresses": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "AllowedIPs": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "Endpoints": ["77.164.248.136:59184", "10.65.0.27:59184", "172.17.0.1:59184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51918}, - {"Proto": "peerapi6", "Port": 51918} - ]}, - "Created": "2026-04-09T01:28:07.370262837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 62731557746952, - "StableID": "n1XkwPrQV111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "KeyExpiry": "2026-10-06T01:28:09Z", - "DiscoKey": "discokey:821cf0a13978e4327931c9e20c09902778e7621c71c5e65e152b89dab202fe22", - "Addresses": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "AllowedIPs": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52310}, - {"Proto": "peerapi6", "Port": 52310} - ]}, - "Created": "2026-04-09T01:28:09.546271743Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1604344436214625, - "StableID": "ngpW1fQcXD11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "DiscoKey": "discokey:6882fe5ead06b82c7c6775563558573ea1812364a09982049b7c42e4d4f18e46", - "Addresses": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "AllowedIPs": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "Endpoints": ["77.164.248.136:58541", "10.65.0.27:58541", "172.17.0.1:58541"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44316}, - {"Proto": "peerapi6", "Port": 44316} - ]}, - "Created": "2026-04-09T01:28:03.850670105Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2530033284886668, - "StableID": "nmqDhggrkL11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:26f5ba37a8b861079b24789e6acd3895ee05d0184af1909f346dea49b4332769", - "Addresses": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "AllowedIPs": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51625}, - {"Proto": "peerapi6", "Port": 51625} - ]}, - "Created": "2026-04-09T01:28:10.094476578Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3439955375790889, - "StableID": "nW58z5oxrT11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "DiscoKey": "discokey:6cbee2bf0cf8c4bf82b51658cefaf3082e2f6abd3de4ec1ac841e947a521a533", - "Addresses": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "AllowedIPs": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "Endpoints": ["77.164.248.136:43268", "10.65.0.27:43268", "172.17.0.1:43268"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 39018}, - {"Proto": "peerapi6", "Port": 39018} - ]}, - "Created": "2026-04-09T01:28:09.005188738Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4807717171960564, - "StableID": "nRwTEWaRYe11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "DiscoKey": "discokey:af1ba78b1e8d08c22bbd2cfa0fa584135e20d8748f0788a10a0972818e323017", - "Addresses": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "AllowedIPs": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "Endpoints": ["77.164.248.136:40320", "10.65.0.27:40320", "172.17.0.1:40320"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 38117}, - {"Proto": "peerapi6", "Port": 38117} - ]}, - "Created": "2026-04-09T01:28:02.739855143Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5031991371586916, - "StableID": "nM5DG5tzHg11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "DiscoKey": "discokey:78e046ff68fb71ca8bfec8d3c325cd13426e597fb98bb6e3ee6e5cd069305c13", - "Addresses": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "AllowedIPs": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "Endpoints": ["77.164.248.136:45376", "10.65.0.27:45376", "172.17.0.1:45376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:28:04.446007667Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 7047661919665659, - "StableID": "ncZsFR8u2x11CNTRL", + "ID": 540903822841116, + "StableID": "nFU1bKdyD511CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "DiscoKey": "discokey:a2dc946065c2e6b97d120dd1695cd1a139e7c4c1948d0b85530d6ead9a1a2b77", - "Addresses": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "AllowedIPs": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "Endpoints": ["77.164.248.136:59002", "10.65.0.27:59002", "172.17.0.1:59002"], + "Key": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "DiscoKey": "discokey:0da3fee63a5f632902a82fd6bf141e2f93678a3b8e5f97e0f6c56455b8787301", + "Addresses": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "AllowedIPs": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "Endpoints": ["77.164.248.136:39032", "10.65.0.27:39032", "172.17.0.1:39032"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60402}, - {"Proto": "peerapi6", "Port": 60402} + {"Proto": "peerapi4", "Port": 57856}, + {"Proto": "peerapi6", "Port": 57856} ]}, - "Created": "2026-04-09T01:28:07.920552936Z", + "Created": "2026-04-09T08:34:13.622652813Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7127514236785152, - "StableID": "njEa5Mi4fx11CNTRL", + "ID": 809834559023029, + "StableID": "ntCJqsymK711CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:68a84e78b037ea2bf4e7be21706aeb180e82ae71fa620d273dfe67cb7931c04d", + "Addresses": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "AllowedIPs": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "Endpoints": ["77.164.248.136:41965", "10.65.0.27:41965", "172.17.0.1:41965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 55701}, + {"Proto": "peerapi6", "Port": 55701} + ]}, + "Created": "2026-04-09T08:34:15.238769776Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1058120226287332, + "StableID": "no813Q2EG911CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "DiscoKey": "discokey:12f1f187541b6c9fa1ea64fa05a570cda174aedc742f65dea3c98396d9da863f", + "Addresses": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "AllowedIPs": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "Endpoints": ["77.164.248.136:60206", "10.65.0.27:60206", "172.17.0.1:60206"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48645}, + {"Proto": "peerapi6", "Port": 48645} + ]}, + "Created": "2026-04-09T08:34:13.087125205Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 1389107854431866, + "StableID": "n5iYKTW8rB11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "KeyExpiry": "2026-10-06T08:34:16Z", + "DiscoKey": "discokey:a6efe58c838255c18f4066eae9e006b250f9d45025d2d4bf46119273c7fbd968", + "Addresses": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "AllowedIPs": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "Endpoints": ["77.164.248.136:57672", "10.65.0.27:57672", "172.17.0.1:57672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 47637}, + {"Proto": "peerapi6", "Port": 47637} + ]}, + "Created": "2026-04-09T08:34:16.344598738Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1430636513923665, + "StableID": "nLrYkvPwAC11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "DiscoKey": "discokey:1fb83c862a114cecf4d3b1145bc7bdd6d8a7e214de4cd8d3410f93f5a9e30277", - "Addresses": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "AllowedIPs": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "Endpoints": ["77.164.248.136:50087", "10.65.0.27:50087", "172.17.0.1:50087"], + "Key": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "DiscoKey": "discokey:f51444688ae970c69d976fdfe317c882d819becff05f1856e80169b80f57c732", + "Addresses": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "AllowedIPs": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "Endpoints": ["77.164.248.136:59926", "10.65.0.27:59926", "172.17.0.1:59926"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58540}, - {"Proto": "peerapi6", "Port": 58540} + {"Proto": "peerapi4", "Port": 62889}, + {"Proto": "peerapi6", "Port": 62889} ]}, - "Created": "2026-04-09T01:28:06.30189766Z", + "Created": "2026-04-09T08:34:11.991222891Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7704596729819797, - "StableID": "nUJ1s6hRA321CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:7f0b0067a4b866818770789be0001ce414ffc063cea6653b32ad5b13b1e81156", - "Addresses": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "AllowedIPs": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "Endpoints": ["77.164.248.136:55470", "10.65.0.27:55470", "172.17.0.1:55470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 57972}, - {"Proto": "peerapi6", "Port": 57972} - ]}, - "Created": "2026-04-09T01:28:10.636933021Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8010845631535004, - "StableID": "nsiBcBL8Z521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 1445500657542956, + "StableID": "nysuDNrfHC11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "DiscoKey": "discokey:6d9b12c928b9bc64050a2e2a00843358aedb39ad8f61d7b1ce5e85e9ab28247a", - "Addresses": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "AllowedIPs": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "Endpoints": ["77.164.248.136:35771", "10.65.0.27:35771", "172.17.0.1:35771"], + "Key": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "DiscoKey": "discokey:234970e230bd9014091d612010f15b0f75f2679cec5c981e2c23bc206fc35936", + "Addresses": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "AllowedIPs": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "Endpoints": ["77.164.248.136:42455", "10.65.0.27:42455", "172.17.0.1:42455"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 51604}, - {"Proto": "peerapi6", "Port": 51604} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35635}, + {"Proto": "peerapi6", "Port": 35635} ]}, - "Created": "2026-04-09T01:28:08.462905937Z", + "Created": "2026-04-09T08:34:14.704393058Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 8283338657211943, - "StableID": "nW2HB7GYg721CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "DiscoKey": "discokey:96ee55f5fa0e7c7f01b541114559e979cabd6aae448e39638cd0a9905949f370", - "Addresses": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "AllowedIPs": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "Endpoints": ["77.164.248.136:41676", "10.65.0.27:41676", "172.17.0.1:41676"], + "ID": 1624683153154124, + "StableID": "nKg8nwfpgD11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:40d6f00906aed986656989c6ae066ca336474bf5b4495947ae98767b80978c19", + "Addresses": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "AllowedIPs": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "Endpoints": ["77.164.248.136:50900", "10.65.0.27:50900", "172.17.0.1:50900"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63872}, - {"Proto": "peerapi6", "Port": 63872} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 62082}, + {"Proto": "peerapi6", "Port": 62082} ]}, - "Created": "2026-04-09T01:28:06.843943986Z", + "Created": "2026-04-09T08:34:15.788741219Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8391138209138275, - "StableID": "ncjSSNyMX821CNTRL", + "ID": 1753878118239149, + "StableID": "nzTFSSQLhE11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "DiscoKey": "discokey:9603d7dd7df3d53bfb83cd9689f7cb428167e6008983122b36b9e6aef305cd60", - "Addresses": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "AllowedIPs": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "Endpoints": ["77.164.248.136:44536", "10.65.0.27:44536", "172.17.0.1:44536"], + "Key": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "DiscoKey": "discokey:0e615358b371fdd29af8e336aaee6dc62152c08ef2afbe346f7b054b55d2b638", + "Addresses": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "AllowedIPs": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "Endpoints": ["77.164.248.136:53169", "10.65.0.27:53169", "172.17.0.1:53169"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 34239}, - {"Proto": "peerapi6", "Port": 34239} + {"Proto": "peerapi4", "Port": 37446}, + {"Proto": "peerapi6", "Port": 37446} ]}, - "Created": "2026-04-09T01:28:05.198950848Z", + "Created": "2026-04-09T08:34:10.899120908Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8901156599714492, - "StableID": "nm919qHMWC21CNTRL", + "ID": 2413517113639716, + "StableID": "nyZcd716rK11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "DiscoKey": "discokey:a10d1603b3081bbfc2e702760fdcce5e57735ed8fb31a067e9871ec7a6d4df0c", + "Addresses": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "AllowedIPs": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "Endpoints": ["77.164.248.136:50543", "10.65.0.27:50543", "172.17.0.1:50543"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60481}, + {"Proto": "peerapi6", "Port": 60481} + ]}, + "Created": "2026-04-09T08:34:14.182150123Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4198210578379326, + "StableID": "n75TidsNnZ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "DiscoKey": "discokey:5e3461296060245a47e613f45dae946b027993d94ae9473dca8c21f5e7a1be3c", + "Addresses": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "AllowedIPs": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "Endpoints": ["77.164.248.136:36554", "10.65.0.27:36554", "172.17.0.1:36554"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57187}, + {"Proto": "peerapi6", "Port": 57187} + ]}, + "Created": "2026-04-09T08:34:08.727318046Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5736644023359340, + "StableID": "n3JX8qu8om11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "DiscoKey": "discokey:879ea43e59aeb06829bbd4b335a5a0621e665692b39ac6d12a6f776869d4513e", + "Addresses": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "AllowedIPs": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "Endpoints": ["77.164.248.136:45284", "10.65.0.27:45284", "172.17.0.1:45284"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 49259}, + {"Proto": "peerapi6", "Port": 49259} + ]}, + "Created": "2026-04-09T08:34:09.822072985Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6357690858565498, + "StableID": "ndGMHykQer11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "DiscoKey": "discokey:1ec290b6954c3eee3f5f8a80a413a76b90382158ea400c22c95d9d1cabcecd05", - "Addresses": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "AllowedIPs": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "Endpoints": ["77.164.248.136:33541", "10.65.0.27:33541", "172.17.0.1:33541"], + "Key": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "DiscoKey": "discokey:ea1d7363ec6a99a6ac17edb6d923ac585b2095ef537d0ba144ab41af5ca8d040", + "Addresses": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "AllowedIPs": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "Endpoints": ["77.164.248.136:47109", "10.65.0.27:47109", "172.17.0.1:47109"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 59945}, - {"Proto": "peerapi6", "Port": 59945} + {"Proto": "peerapi4", "Port": 60785}, + {"Proto": "peerapi6", "Port": 60785} ]}, - "Created": "2026-04-09T01:28:05.740347816Z", + "Created": "2026-04-09T08:34:11.440933522Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 6576074325973873, + "StableID": "nk2iUeKKMt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "DiscoKey": "discokey:d695901a4dc59d96f5f91b9971c324b8faadbcbdf4662777592bfd27920d8930", + "Addresses": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "AllowedIPs": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "Endpoints": ["77.164.248.136:48346", "10.65.0.27:48346", "172.17.0.1:48346"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 65258}, + {"Proto": "peerapi6", "Port": 65258} + ]}, + "Created": "2026-04-09T08:34:12.531688118Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8767072552554921, + "StableID": "nSfJ3X8dTB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "DiscoKey": "discokey:e81c09da808c5c40ff045c844b24d56d32fd23e05793ef33cd3df573c4546356", + "Addresses": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "AllowedIPs": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "Endpoints": ["77.164.248.136:59982", "10.65.0.27:59982", "172.17.0.1:59982"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46785}, + {"Proto": "peerapi6", "Port": 46785} + ]}, + "Created": "2026-04-09T08:34:10.359921092Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10050,27 +10062,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6016769793157067": { - "ID": 6016769793157067, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7638732601032527": { + "ID": 7638732601032527, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10101,26 +10115,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4807717171960564, - "StableID": "nRwTEWaRYe11CNTRL", + "ID": 4198210578379326, + "StableID": "n75TidsNnZ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 4807717171960564, - "Key": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "DiscoKey": "discokey:af1ba78b1e8d08c22bbd2cfa0fa584135e20d8748f0788a10a0972818e323017", - "Addresses": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "AllowedIPs": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "Endpoints": ["77.164.248.136:40320", "10.65.0.27:40320", "172.17.0.1:40320"], + "User": 4198210578379326, + "Key": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "DiscoKey": "discokey:5e3461296060245a47e613f45dae946b027993d94ae9473dca8c21f5e7a1be3c", + "Addresses": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "AllowedIPs": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "Endpoints": ["77.164.248.136:36554", "10.65.0.27:36554", "172.17.0.1:36554"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 38117}, - {"Proto": "peerapi6", "Port": 38117}, + {"Proto": "peerapi4", "Port": 57187}, + {"Proto": "peerapi6", "Port": 57187}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:02.739855143Z", + "Created": "2026-04-09T08:34:08.727318046Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10148,302 +10162,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "MachineKey": "mkey:9082d81393863718787bec818c1c60a66fe2435ae68c2b590df00f30ab55362f", + "NodeKey": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "MachineKey": "mkey:2b3db43ddc65d11c51ff0f47d38bb66264edd19e5e2d4c7d35f33693e79ee758", "Peers": [{ - "ID": 29259099231320, - "StableID": "nDmYQ3bFE111CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "DiscoKey": "discokey:379941a1c4e459cac205bf40ca41b903d8568b216f82f0ddac28b5a23d349e2b", - "Addresses": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "AllowedIPs": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "Endpoints": ["77.164.248.136:59184", "10.65.0.27:59184", "172.17.0.1:59184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51918}, - {"Proto": "peerapi6", "Port": 51918} - ]}, - "Created": "2026-04-09T01:28:07.370262837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 62731557746952, - "StableID": "n1XkwPrQV111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "KeyExpiry": "2026-10-06T01:28:09Z", - "DiscoKey": "discokey:821cf0a13978e4327931c9e20c09902778e7621c71c5e65e152b89dab202fe22", - "Addresses": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "AllowedIPs": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52310}, - {"Proto": "peerapi6", "Port": 52310} - ]}, - "Created": "2026-04-09T01:28:09.546271743Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1604344436214625, - "StableID": "ngpW1fQcXD11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "DiscoKey": "discokey:6882fe5ead06b82c7c6775563558573ea1812364a09982049b7c42e4d4f18e46", - "Addresses": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "AllowedIPs": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "Endpoints": ["77.164.248.136:58541", "10.65.0.27:58541", "172.17.0.1:58541"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44316}, - {"Proto": "peerapi6", "Port": 44316} - ]}, - "Created": "2026-04-09T01:28:03.850670105Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2530033284886668, - "StableID": "nmqDhggrkL11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:26f5ba37a8b861079b24789e6acd3895ee05d0184af1909f346dea49b4332769", - "Addresses": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "AllowedIPs": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51625}, - {"Proto": "peerapi6", "Port": 51625} - ]}, - "Created": "2026-04-09T01:28:10.094476578Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3439955375790889, - "StableID": "nW58z5oxrT11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "DiscoKey": "discokey:6cbee2bf0cf8c4bf82b51658cefaf3082e2f6abd3de4ec1ac841e947a521a533", - "Addresses": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "AllowedIPs": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "Endpoints": ["77.164.248.136:43268", "10.65.0.27:43268", "172.17.0.1:43268"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 39018}, - {"Proto": "peerapi6", "Port": 39018} - ]}, - "Created": "2026-04-09T01:28:09.005188738Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5031991371586916, - "StableID": "nM5DG5tzHg11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "DiscoKey": "discokey:78e046ff68fb71ca8bfec8d3c325cd13426e597fb98bb6e3ee6e5cd069305c13", - "Addresses": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "AllowedIPs": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "Endpoints": ["77.164.248.136:45376", "10.65.0.27:45376", "172.17.0.1:45376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:28:04.446007667Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6016769793157067, - "StableID": "nztLAiL1zo11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "DiscoKey": "discokey:7b8a66a7c04aec2a194b1fc34b8b9a24e5b3bb8b84f82d25d60d705a4aea5849", - "Addresses": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "AllowedIPs": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "Endpoints": ["77.164.248.136:43897", "10.65.0.27:43897", "172.17.0.1:43897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 56527}, - {"Proto": "peerapi6", "Port": 56527} - ]}, - "Created": "2026-04-09T01:28:03.29516001Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7047661919665659, - "StableID": "ncZsFR8u2x11CNTRL", + "ID": 540903822841116, + "StableID": "nFU1bKdyD511CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "DiscoKey": "discokey:a2dc946065c2e6b97d120dd1695cd1a139e7c4c1948d0b85530d6ead9a1a2b77", - "Addresses": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "AllowedIPs": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "Endpoints": ["77.164.248.136:59002", "10.65.0.27:59002", "172.17.0.1:59002"], + "Key": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "DiscoKey": "discokey:0da3fee63a5f632902a82fd6bf141e2f93678a3b8e5f97e0f6c56455b8787301", + "Addresses": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "AllowedIPs": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "Endpoints": ["77.164.248.136:39032", "10.65.0.27:39032", "172.17.0.1:39032"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60402}, - {"Proto": "peerapi6", "Port": 60402} + {"Proto": "peerapi4", "Port": 57856}, + {"Proto": "peerapi6", "Port": 57856} ]}, - "Created": "2026-04-09T01:28:07.920552936Z", + "Created": "2026-04-09T08:34:13.622652813Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7127514236785152, - "StableID": "njEa5Mi4fx11CNTRL", + "ID": 809834559023029, + "StableID": "ntCJqsymK711CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:68a84e78b037ea2bf4e7be21706aeb180e82ae71fa620d273dfe67cb7931c04d", + "Addresses": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "AllowedIPs": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "Endpoints": ["77.164.248.136:41965", "10.65.0.27:41965", "172.17.0.1:41965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 55701}, + {"Proto": "peerapi6", "Port": 55701} + ]}, + "Created": "2026-04-09T08:34:15.238769776Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1058120226287332, + "StableID": "no813Q2EG911CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "DiscoKey": "discokey:12f1f187541b6c9fa1ea64fa05a570cda174aedc742f65dea3c98396d9da863f", + "Addresses": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "AllowedIPs": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "Endpoints": ["77.164.248.136:60206", "10.65.0.27:60206", "172.17.0.1:60206"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48645}, + {"Proto": "peerapi6", "Port": 48645} + ]}, + "Created": "2026-04-09T08:34:13.087125205Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 1389107854431866, + "StableID": "n5iYKTW8rB11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "KeyExpiry": "2026-10-06T08:34:16Z", + "DiscoKey": "discokey:a6efe58c838255c18f4066eae9e006b250f9d45025d2d4bf46119273c7fbd968", + "Addresses": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "AllowedIPs": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "Endpoints": ["77.164.248.136:57672", "10.65.0.27:57672", "172.17.0.1:57672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 47637}, + {"Proto": "peerapi6", "Port": 47637} + ]}, + "Created": "2026-04-09T08:34:16.344598738Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1430636513923665, + "StableID": "nLrYkvPwAC11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "DiscoKey": "discokey:1fb83c862a114cecf4d3b1145bc7bdd6d8a7e214de4cd8d3410f93f5a9e30277", - "Addresses": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "AllowedIPs": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "Endpoints": ["77.164.248.136:50087", "10.65.0.27:50087", "172.17.0.1:50087"], + "Key": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "DiscoKey": "discokey:f51444688ae970c69d976fdfe317c882d819becff05f1856e80169b80f57c732", + "Addresses": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "AllowedIPs": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "Endpoints": ["77.164.248.136:59926", "10.65.0.27:59926", "172.17.0.1:59926"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58540}, - {"Proto": "peerapi6", "Port": 58540} + {"Proto": "peerapi4", "Port": 62889}, + {"Proto": "peerapi6", "Port": 62889} ]}, - "Created": "2026-04-09T01:28:06.30189766Z", + "Created": "2026-04-09T08:34:11.991222891Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7704596729819797, - "StableID": "nUJ1s6hRA321CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:7f0b0067a4b866818770789be0001ce414ffc063cea6653b32ad5b13b1e81156", - "Addresses": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "AllowedIPs": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "Endpoints": ["77.164.248.136:55470", "10.65.0.27:55470", "172.17.0.1:55470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 57972}, - {"Proto": "peerapi6", "Port": 57972} - ]}, - "Created": "2026-04-09T01:28:10.636933021Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8010845631535004, - "StableID": "nsiBcBL8Z521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 1445500657542956, + "StableID": "nysuDNrfHC11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "DiscoKey": "discokey:6d9b12c928b9bc64050a2e2a00843358aedb39ad8f61d7b1ce5e85e9ab28247a", - "Addresses": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "AllowedIPs": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "Endpoints": ["77.164.248.136:35771", "10.65.0.27:35771", "172.17.0.1:35771"], + "Key": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "DiscoKey": "discokey:234970e230bd9014091d612010f15b0f75f2679cec5c981e2c23bc206fc35936", + "Addresses": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "AllowedIPs": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "Endpoints": ["77.164.248.136:42455", "10.65.0.27:42455", "172.17.0.1:42455"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 51604}, - {"Proto": "peerapi6", "Port": 51604} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35635}, + {"Proto": "peerapi6", "Port": 35635} ]}, - "Created": "2026-04-09T01:28:08.462905937Z", + "Created": "2026-04-09T08:34:14.704393058Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 8283338657211943, - "StableID": "nW2HB7GYg721CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "DiscoKey": "discokey:96ee55f5fa0e7c7f01b541114559e979cabd6aae448e39638cd0a9905949f370", - "Addresses": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "AllowedIPs": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "Endpoints": ["77.164.248.136:41676", "10.65.0.27:41676", "172.17.0.1:41676"], + "ID": 1624683153154124, + "StableID": "nKg8nwfpgD11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:40d6f00906aed986656989c6ae066ca336474bf5b4495947ae98767b80978c19", + "Addresses": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "AllowedIPs": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "Endpoints": ["77.164.248.136:50900", "10.65.0.27:50900", "172.17.0.1:50900"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63872}, - {"Proto": "peerapi6", "Port": 63872} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 62082}, + {"Proto": "peerapi6", "Port": 62082} ]}, - "Created": "2026-04-09T01:28:06.843943986Z", + "Created": "2026-04-09T08:34:15.788741219Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8391138209138275, - "StableID": "ncjSSNyMX821CNTRL", + "ID": 1753878118239149, + "StableID": "nzTFSSQLhE11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "DiscoKey": "discokey:9603d7dd7df3d53bfb83cd9689f7cb428167e6008983122b36b9e6aef305cd60", - "Addresses": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "AllowedIPs": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "Endpoints": ["77.164.248.136:44536", "10.65.0.27:44536", "172.17.0.1:44536"], + "Key": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "DiscoKey": "discokey:0e615358b371fdd29af8e336aaee6dc62152c08ef2afbe346f7b054b55d2b638", + "Addresses": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "AllowedIPs": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "Endpoints": ["77.164.248.136:53169", "10.65.0.27:53169", "172.17.0.1:53169"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 34239}, - {"Proto": "peerapi6", "Port": 34239} + {"Proto": "peerapi4", "Port": 37446}, + {"Proto": "peerapi6", "Port": 37446} ]}, - "Created": "2026-04-09T01:28:05.198950848Z", + "Created": "2026-04-09T08:34:10.899120908Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8901156599714492, - "StableID": "nm919qHMWC21CNTRL", + "ID": 2413517113639716, + "StableID": "nyZcd716rK11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "DiscoKey": "discokey:a10d1603b3081bbfc2e702760fdcce5e57735ed8fb31a067e9871ec7a6d4df0c", + "Addresses": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "AllowedIPs": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "Endpoints": ["77.164.248.136:50543", "10.65.0.27:50543", "172.17.0.1:50543"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60481}, + {"Proto": "peerapi6", "Port": 60481} + ]}, + "Created": "2026-04-09T08:34:14.182150123Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5736644023359340, + "StableID": "n3JX8qu8om11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "DiscoKey": "discokey:879ea43e59aeb06829bbd4b335a5a0621e665692b39ac6d12a6f776869d4513e", + "Addresses": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "AllowedIPs": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "Endpoints": ["77.164.248.136:45284", "10.65.0.27:45284", "172.17.0.1:45284"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 49259}, + {"Proto": "peerapi6", "Port": 49259} + ]}, + "Created": "2026-04-09T08:34:09.822072985Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6357690858565498, + "StableID": "ndGMHykQer11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "DiscoKey": "discokey:1ec290b6954c3eee3f5f8a80a413a76b90382158ea400c22c95d9d1cabcecd05", - "Addresses": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "AllowedIPs": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "Endpoints": ["77.164.248.136:33541", "10.65.0.27:33541", "172.17.0.1:33541"], + "Key": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "DiscoKey": "discokey:ea1d7363ec6a99a6ac17edb6d923ac585b2095ef537d0ba144ab41af5ca8d040", + "Addresses": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "AllowedIPs": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "Endpoints": ["77.164.248.136:47109", "10.65.0.27:47109", "172.17.0.1:47109"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 59945}, - {"Proto": "peerapi6", "Port": 59945} + {"Proto": "peerapi4", "Port": 60785}, + {"Proto": "peerapi6", "Port": 60785} ]}, - "Created": "2026-04-09T01:28:05.740347816Z", + "Created": "2026-04-09T08:34:11.440933522Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 6576074325973873, + "StableID": "nk2iUeKKMt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "DiscoKey": "discokey:d695901a4dc59d96f5f91b9971c324b8faadbcbdf4662777592bfd27920d8930", + "Addresses": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "AllowedIPs": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "Endpoints": ["77.164.248.136:48346", "10.65.0.27:48346", "172.17.0.1:48346"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 65258}, + {"Proto": "peerapi6", "Port": 65258} + ]}, + "Created": "2026-04-09T08:34:12.531688118Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7638732601032527, + "StableID": "nkdrL3Zbe221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "DiscoKey": "discokey:538f857840363d90262335033c6152ed11bc009c4fa874c66c7549c16d72903c", + "Addresses": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "AllowedIPs": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "Endpoints": ["77.164.248.136:54985", "10.65.0.27:54985", "172.17.0.1:54985"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63899}, + {"Proto": "peerapi6", "Port": 63899} + ]}, + "Created": "2026-04-09T08:34:09.283734419Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8767072552554921, + "StableID": "nSfJ3X8dTB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "DiscoKey": "discokey:e81c09da808c5c40ff045c844b24d56d32fd23e05793ef33cd3df573c4546356", + "Addresses": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "AllowedIPs": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "Endpoints": ["77.164.248.136:59982", "10.65.0.27:59982", "172.17.0.1:59982"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46785}, + {"Proto": "peerapi6", "Port": 46785} + ]}, + "Created": "2026-04-09T08:34:10.359921092Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11291,27 +11305,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4807717171960564": { - "ID": 4807717171960564, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4198210578379326": { + "ID": 4198210578379326, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11342,21 +11358,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8391138209138275, - "StableID": "ncjSSNyMX821CNTRL", + "ID": 1753878118239149, + "StableID": "nzTFSSQLhE11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 8391138209138275, - "Key": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "DiscoKey": "discokey:9603d7dd7df3d53bfb83cd9689f7cb428167e6008983122b36b9e6aef305cd60", - "Addresses": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "AllowedIPs": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "Endpoints": ["77.164.248.136:44536", "10.65.0.27:44536", "172.17.0.1:44536"], + "User": 1753878118239149, + "Key": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "DiscoKey": "discokey:0e615358b371fdd29af8e336aaee6dc62152c08ef2afbe346f7b054b55d2b638", + "Addresses": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "AllowedIPs": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "Endpoints": ["77.164.248.136:53169", "10.65.0.27:53169", "172.17.0.1:53169"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 34239}, - {"Proto": "peerapi6", "Port": 34239}, + {"Proto": "peerapi4", "Port": 37446}, + {"Proto": "peerapi6", "Port": 37446}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:05.198950848Z", + "Created": "2026-04-09T08:34:10.899120908Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11384,300 +11400,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "MachineKey": "mkey:50be3e3e7a69db6554704175002e589620d89993a1c700b8dfdddfeb250fd91c", + "NodeKey": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "MachineKey": "mkey:c6eec7723ef60f55147dd830589fd192efd17fc63a3989491a3216509c148866", "Peers": [{ - "ID": 29259099231320, - "StableID": "nDmYQ3bFE111CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "DiscoKey": "discokey:379941a1c4e459cac205bf40ca41b903d8568b216f82f0ddac28b5a23d349e2b", - "Addresses": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "AllowedIPs": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "Endpoints": ["77.164.248.136:59184", "10.65.0.27:59184", "172.17.0.1:59184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51918}, - {"Proto": "peerapi6", "Port": 51918} - ]}, - "Created": "2026-04-09T01:28:07.370262837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 62731557746952, - "StableID": "n1XkwPrQV111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "KeyExpiry": "2026-10-06T01:28:09Z", - "DiscoKey": "discokey:821cf0a13978e4327931c9e20c09902778e7621c71c5e65e152b89dab202fe22", - "Addresses": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "AllowedIPs": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52310}, - {"Proto": "peerapi6", "Port": 52310} - ]}, - "Created": "2026-04-09T01:28:09.546271743Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1604344436214625, - "StableID": "ngpW1fQcXD11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "DiscoKey": "discokey:6882fe5ead06b82c7c6775563558573ea1812364a09982049b7c42e4d4f18e46", - "Addresses": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "AllowedIPs": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "Endpoints": ["77.164.248.136:58541", "10.65.0.27:58541", "172.17.0.1:58541"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44316}, - {"Proto": "peerapi6", "Port": 44316} - ]}, - "Created": "2026-04-09T01:28:03.850670105Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2530033284886668, - "StableID": "nmqDhggrkL11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:26f5ba37a8b861079b24789e6acd3895ee05d0184af1909f346dea49b4332769", - "Addresses": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "AllowedIPs": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51625}, - {"Proto": "peerapi6", "Port": 51625} - ]}, - "Created": "2026-04-09T01:28:10.094476578Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3439955375790889, - "StableID": "nW58z5oxrT11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "DiscoKey": "discokey:6cbee2bf0cf8c4bf82b51658cefaf3082e2f6abd3de4ec1ac841e947a521a533", - "Addresses": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "AllowedIPs": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "Endpoints": ["77.164.248.136:43268", "10.65.0.27:43268", "172.17.0.1:43268"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 39018}, - {"Proto": "peerapi6", "Port": 39018} - ]}, - "Created": "2026-04-09T01:28:09.005188738Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4807717171960564, - "StableID": "nRwTEWaRYe11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "DiscoKey": "discokey:af1ba78b1e8d08c22bbd2cfa0fa584135e20d8748f0788a10a0972818e323017", - "Addresses": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "AllowedIPs": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "Endpoints": ["77.164.248.136:40320", "10.65.0.27:40320", "172.17.0.1:40320"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 38117}, - {"Proto": "peerapi6", "Port": 38117} - ]}, - "Created": "2026-04-09T01:28:02.739855143Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5031991371586916, - "StableID": "nM5DG5tzHg11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "DiscoKey": "discokey:78e046ff68fb71ca8bfec8d3c325cd13426e597fb98bb6e3ee6e5cd069305c13", - "Addresses": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "AllowedIPs": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "Endpoints": ["77.164.248.136:45376", "10.65.0.27:45376", "172.17.0.1:45376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:28:04.446007667Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6016769793157067, - "StableID": "nztLAiL1zo11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "DiscoKey": "discokey:7b8a66a7c04aec2a194b1fc34b8b9a24e5b3bb8b84f82d25d60d705a4aea5849", - "Addresses": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "AllowedIPs": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "Endpoints": ["77.164.248.136:43897", "10.65.0.27:43897", "172.17.0.1:43897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 56527}, - {"Proto": "peerapi6", "Port": 56527} - ]}, - "Created": "2026-04-09T01:28:03.29516001Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7047661919665659, - "StableID": "ncZsFR8u2x11CNTRL", + "ID": 540903822841116, + "StableID": "nFU1bKdyD511CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "DiscoKey": "discokey:a2dc946065c2e6b97d120dd1695cd1a139e7c4c1948d0b85530d6ead9a1a2b77", - "Addresses": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "AllowedIPs": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "Endpoints": ["77.164.248.136:59002", "10.65.0.27:59002", "172.17.0.1:59002"], + "Key": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "DiscoKey": "discokey:0da3fee63a5f632902a82fd6bf141e2f93678a3b8e5f97e0f6c56455b8787301", + "Addresses": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "AllowedIPs": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "Endpoints": ["77.164.248.136:39032", "10.65.0.27:39032", "172.17.0.1:39032"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60402}, - {"Proto": "peerapi6", "Port": 60402} + {"Proto": "peerapi4", "Port": 57856}, + {"Proto": "peerapi6", "Port": 57856} ]}, - "Created": "2026-04-09T01:28:07.920552936Z", + "Created": "2026-04-09T08:34:13.622652813Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7127514236785152, - "StableID": "njEa5Mi4fx11CNTRL", + "ID": 809834559023029, + "StableID": "ntCJqsymK711CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:68a84e78b037ea2bf4e7be21706aeb180e82ae71fa620d273dfe67cb7931c04d", + "Addresses": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "AllowedIPs": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "Endpoints": ["77.164.248.136:41965", "10.65.0.27:41965", "172.17.0.1:41965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 55701}, + {"Proto": "peerapi6", "Port": 55701} + ]}, + "Created": "2026-04-09T08:34:15.238769776Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1058120226287332, + "StableID": "no813Q2EG911CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "DiscoKey": "discokey:12f1f187541b6c9fa1ea64fa05a570cda174aedc742f65dea3c98396d9da863f", + "Addresses": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "AllowedIPs": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "Endpoints": ["77.164.248.136:60206", "10.65.0.27:60206", "172.17.0.1:60206"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48645}, + {"Proto": "peerapi6", "Port": 48645} + ]}, + "Created": "2026-04-09T08:34:13.087125205Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 1389107854431866, + "StableID": "n5iYKTW8rB11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "KeyExpiry": "2026-10-06T08:34:16Z", + "DiscoKey": "discokey:a6efe58c838255c18f4066eae9e006b250f9d45025d2d4bf46119273c7fbd968", + "Addresses": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "AllowedIPs": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 47637}, + {"Proto": "peerapi6", "Port": 47637} + ]}, + "Created": "2026-04-09T08:34:16.344598738Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1430636513923665, + "StableID": "nLrYkvPwAC11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "DiscoKey": "discokey:1fb83c862a114cecf4d3b1145bc7bdd6d8a7e214de4cd8d3410f93f5a9e30277", - "Addresses": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "AllowedIPs": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "Endpoints": ["77.164.248.136:50087", "10.65.0.27:50087", "172.17.0.1:50087"], + "Key": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "DiscoKey": "discokey:f51444688ae970c69d976fdfe317c882d819becff05f1856e80169b80f57c732", + "Addresses": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "AllowedIPs": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "Endpoints": ["77.164.248.136:59926", "10.65.0.27:59926", "172.17.0.1:59926"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58540}, - {"Proto": "peerapi6", "Port": 58540} + {"Proto": "peerapi4", "Port": 62889}, + {"Proto": "peerapi6", "Port": 62889} ]}, - "Created": "2026-04-09T01:28:06.30189766Z", + "Created": "2026-04-09T08:34:11.991222891Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7704596729819797, - "StableID": "nUJ1s6hRA321CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:7f0b0067a4b866818770789be0001ce414ffc063cea6653b32ad5b13b1e81156", - "Addresses": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "AllowedIPs": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 57972}, - {"Proto": "peerapi6", "Port": 57972} + "ID": 1445500657542956, + "StableID": "nysuDNrfHC11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "DiscoKey": "discokey:234970e230bd9014091d612010f15b0f75f2679cec5c981e2c23bc206fc35936", + "Addresses": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "AllowedIPs": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "Endpoints": ["77.164.248.136:42455", "10.65.0.27:42455", "172.17.0.1:42455"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35635}, + {"Proto": "peerapi6", "Port": 35635} ]}, - "Created": "2026-04-09T01:28:10.636933021Z", + "Created": "2026-04-09T08:34:14.704393058Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1624683153154124, + "StableID": "nKg8nwfpgD11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:40d6f00906aed986656989c6ae066ca336474bf5b4495947ae98767b80978c19", + "Addresses": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "AllowedIPs": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "Endpoints": ["77.164.248.136:50900", "10.65.0.27:50900", "172.17.0.1:50900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 62082}, + {"Proto": "peerapi6", "Port": 62082} + ]}, + "Created": "2026-04-09T08:34:15.788741219Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8010845631535004, - "StableID": "nsiBcBL8Z521CNTRL", + "ID": 2413517113639716, + "StableID": "nyZcd716rK11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "DiscoKey": "discokey:6d9b12c928b9bc64050a2e2a00843358aedb39ad8f61d7b1ce5e85e9ab28247a", - "Addresses": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "AllowedIPs": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "Endpoints": ["77.164.248.136:35771", "10.65.0.27:35771", "172.17.0.1:35771"], + "Key": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "DiscoKey": "discokey:a10d1603b3081bbfc2e702760fdcce5e57735ed8fb31a067e9871ec7a6d4df0c", + "Addresses": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "AllowedIPs": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "Endpoints": ["77.164.248.136:50543", "10.65.0.27:50543", "172.17.0.1:50543"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 51604}, - {"Proto": "peerapi6", "Port": 51604} + {"Proto": "peerapi4", "Port": 60481}, + {"Proto": "peerapi6", "Port": 60481} ]}, - "Created": "2026-04-09T01:28:08.462905937Z", + "Created": "2026-04-09T08:34:14.182150123Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8283338657211943, - "StableID": "nW2HB7GYg721CNTRL", + "ID": 4198210578379326, + "StableID": "n75TidsNnZ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "DiscoKey": "discokey:5e3461296060245a47e613f45dae946b027993d94ae9473dca8c21f5e7a1be3c", + "Addresses": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "AllowedIPs": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "Endpoints": ["77.164.248.136:36554", "10.65.0.27:36554", "172.17.0.1:36554"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57187}, + {"Proto": "peerapi6", "Port": 57187} + ]}, + "Created": "2026-04-09T08:34:08.727318046Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5736644023359340, + "StableID": "n3JX8qu8om11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "DiscoKey": "discokey:879ea43e59aeb06829bbd4b335a5a0621e665692b39ac6d12a6f776869d4513e", + "Addresses": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "AllowedIPs": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "Endpoints": ["77.164.248.136:45284", "10.65.0.27:45284", "172.17.0.1:45284"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 49259}, + {"Proto": "peerapi6", "Port": 49259} + ]}, + "Created": "2026-04-09T08:34:09.822072985Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6357690858565498, + "StableID": "ndGMHykQer11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "DiscoKey": "discokey:ea1d7363ec6a99a6ac17edb6d923ac585b2095ef537d0ba144ab41af5ca8d040", + "Addresses": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "AllowedIPs": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "Endpoints": ["77.164.248.136:47109", "10.65.0.27:47109", "172.17.0.1:47109"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 60785}, + {"Proto": "peerapi6", "Port": 60785} + ]}, + "Created": "2026-04-09T08:34:11.440933522Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6576074325973873, + "StableID": "nk2iUeKKMt11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "DiscoKey": "discokey:96ee55f5fa0e7c7f01b541114559e979cabd6aae448e39638cd0a9905949f370", - "Addresses": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "AllowedIPs": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "Endpoints": ["77.164.248.136:41676", "10.65.0.27:41676", "172.17.0.1:41676"], + "Key": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "DiscoKey": "discokey:d695901a4dc59d96f5f91b9971c324b8faadbcbdf4662777592bfd27920d8930", + "Addresses": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "AllowedIPs": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "Endpoints": ["77.164.248.136:48346", "10.65.0.27:48346", "172.17.0.1:48346"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63872}, - {"Proto": "peerapi6", "Port": 63872} + {"Proto": "peerapi4", "Port": 65258}, + {"Proto": "peerapi6", "Port": 65258} ]}, - "Created": "2026-04-09T01:28:06.843943986Z", + "Created": "2026-04-09T08:34:12.531688118Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8901156599714492, - "StableID": "nm919qHMWC21CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 7638732601032527, + "StableID": "nkdrL3Zbe221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "DiscoKey": "discokey:1ec290b6954c3eee3f5f8a80a413a76b90382158ea400c22c95d9d1cabcecd05", - "Addresses": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "AllowedIPs": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "Endpoints": ["77.164.248.136:33541", "10.65.0.27:33541", "172.17.0.1:33541"], + "Key": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "DiscoKey": "discokey:538f857840363d90262335033c6152ed11bc009c4fa874c66c7549c16d72903c", + "Addresses": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "AllowedIPs": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "Endpoints": ["77.164.248.136:54985", "10.65.0.27:54985", "172.17.0.1:54985"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 59945}, - {"Proto": "peerapi6", "Port": 59945} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63899}, + {"Proto": "peerapi6", "Port": 63899} ]}, - "Created": "2026-04-09T01:28:05.740347816Z", + "Created": "2026-04-09T08:34:09.283734419Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8767072552554921, + "StableID": "nSfJ3X8dTB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "DiscoKey": "discokey:e81c09da808c5c40ff045c844b24d56d32fd23e05793ef33cd3df573c4546356", + "Addresses": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "AllowedIPs": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "Endpoints": ["77.164.248.136:59982", "10.65.0.27:59982", "172.17.0.1:59982"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46785}, + {"Proto": "peerapi6", "Port": 46785} + ]}, + "Created": "2026-04-09T08:34:10.359921092Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12525,27 +12541,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8391138209138275": { - "ID": 8391138209138275, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1753878118239149": { + "ID": 1753878118239149, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12576,21 +12594,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5031991371586916, - "StableID": "nM5DG5tzHg11CNTRL", + "ID": 8767072552554921, + "StableID": "nSfJ3X8dTB21CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 5031991371586916, - "Key": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "DiscoKey": "discokey:78e046ff68fb71ca8bfec8d3c325cd13426e597fb98bb6e3ee6e5cd069305c13", - "Addresses": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "AllowedIPs": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "Endpoints": ["77.164.248.136:45376", "10.65.0.27:45376", "172.17.0.1:45376"], + "User": 8767072552554921, + "Key": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "DiscoKey": "discokey:e81c09da808c5c40ff045c844b24d56d32fd23e05793ef33cd3df573c4546356", + "Addresses": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "AllowedIPs": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "Endpoints": ["77.164.248.136:59982", "10.65.0.27:59982", "172.17.0.1:59982"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069}, + {"Proto": "peerapi4", "Port": 46785}, + {"Proto": "peerapi6", "Port": 46785}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:04.446007667Z", + "Created": "2026-04-09T08:34:10.359921092Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12618,300 +12636,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "MachineKey": "mkey:fecddded3b88b9d155bcc721852cb62baa0385da5f1e7cf4c36e9ea3c177dc4f", + "NodeKey": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "MachineKey": "mkey:42ed3d7e783a23a6e6c4984595d8b01ed44b99646ab176e17173f5b74767cd0d", "Peers": [{ - "ID": 29259099231320, - "StableID": "nDmYQ3bFE111CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "DiscoKey": "discokey:379941a1c4e459cac205bf40ca41b903d8568b216f82f0ddac28b5a23d349e2b", - "Addresses": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "AllowedIPs": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "Endpoints": ["77.164.248.136:59184", "10.65.0.27:59184", "172.17.0.1:59184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51918}, - {"Proto": "peerapi6", "Port": 51918} - ]}, - "Created": "2026-04-09T01:28:07.370262837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 62731557746952, - "StableID": "n1XkwPrQV111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "KeyExpiry": "2026-10-06T01:28:09Z", - "DiscoKey": "discokey:821cf0a13978e4327931c9e20c09902778e7621c71c5e65e152b89dab202fe22", - "Addresses": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "AllowedIPs": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52310}, - {"Proto": "peerapi6", "Port": 52310} - ]}, - "Created": "2026-04-09T01:28:09.546271743Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1604344436214625, - "StableID": "ngpW1fQcXD11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "DiscoKey": "discokey:6882fe5ead06b82c7c6775563558573ea1812364a09982049b7c42e4d4f18e46", - "Addresses": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "AllowedIPs": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "Endpoints": ["77.164.248.136:58541", "10.65.0.27:58541", "172.17.0.1:58541"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44316}, - {"Proto": "peerapi6", "Port": 44316} - ]}, - "Created": "2026-04-09T01:28:03.850670105Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2530033284886668, - "StableID": "nmqDhggrkL11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:26f5ba37a8b861079b24789e6acd3895ee05d0184af1909f346dea49b4332769", - "Addresses": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "AllowedIPs": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51625}, - {"Proto": "peerapi6", "Port": 51625} - ]}, - "Created": "2026-04-09T01:28:10.094476578Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3439955375790889, - "StableID": "nW58z5oxrT11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "DiscoKey": "discokey:6cbee2bf0cf8c4bf82b51658cefaf3082e2f6abd3de4ec1ac841e947a521a533", - "Addresses": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "AllowedIPs": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "Endpoints": ["77.164.248.136:43268", "10.65.0.27:43268", "172.17.0.1:43268"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 39018}, - {"Proto": "peerapi6", "Port": 39018} - ]}, - "Created": "2026-04-09T01:28:09.005188738Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4807717171960564, - "StableID": "nRwTEWaRYe11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "DiscoKey": "discokey:af1ba78b1e8d08c22bbd2cfa0fa584135e20d8748f0788a10a0972818e323017", - "Addresses": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "AllowedIPs": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "Endpoints": ["77.164.248.136:40320", "10.65.0.27:40320", "172.17.0.1:40320"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 38117}, - {"Proto": "peerapi6", "Port": 38117} - ]}, - "Created": "2026-04-09T01:28:02.739855143Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6016769793157067, - "StableID": "nztLAiL1zo11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "DiscoKey": "discokey:7b8a66a7c04aec2a194b1fc34b8b9a24e5b3bb8b84f82d25d60d705a4aea5849", - "Addresses": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "AllowedIPs": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "Endpoints": ["77.164.248.136:43897", "10.65.0.27:43897", "172.17.0.1:43897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 56527}, - {"Proto": "peerapi6", "Port": 56527} - ]}, - "Created": "2026-04-09T01:28:03.29516001Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7047661919665659, - "StableID": "ncZsFR8u2x11CNTRL", + "ID": 540903822841116, + "StableID": "nFU1bKdyD511CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "DiscoKey": "discokey:a2dc946065c2e6b97d120dd1695cd1a139e7c4c1948d0b85530d6ead9a1a2b77", - "Addresses": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "AllowedIPs": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "Endpoints": ["77.164.248.136:59002", "10.65.0.27:59002", "172.17.0.1:59002"], + "Key": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "DiscoKey": "discokey:0da3fee63a5f632902a82fd6bf141e2f93678a3b8e5f97e0f6c56455b8787301", + "Addresses": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "AllowedIPs": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "Endpoints": ["77.164.248.136:39032", "10.65.0.27:39032", "172.17.0.1:39032"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60402}, - {"Proto": "peerapi6", "Port": 60402} + {"Proto": "peerapi4", "Port": 57856}, + {"Proto": "peerapi6", "Port": 57856} ]}, - "Created": "2026-04-09T01:28:07.920552936Z", + "Created": "2026-04-09T08:34:13.622652813Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7127514236785152, - "StableID": "njEa5Mi4fx11CNTRL", + "ID": 809834559023029, + "StableID": "ntCJqsymK711CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:68a84e78b037ea2bf4e7be21706aeb180e82ae71fa620d273dfe67cb7931c04d", + "Addresses": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "AllowedIPs": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "Endpoints": ["77.164.248.136:41965", "10.65.0.27:41965", "172.17.0.1:41965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 55701}, + {"Proto": "peerapi6", "Port": 55701} + ]}, + "Created": "2026-04-09T08:34:15.238769776Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1058120226287332, + "StableID": "no813Q2EG911CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "DiscoKey": "discokey:12f1f187541b6c9fa1ea64fa05a570cda174aedc742f65dea3c98396d9da863f", + "Addresses": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "AllowedIPs": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "Endpoints": ["77.164.248.136:60206", "10.65.0.27:60206", "172.17.0.1:60206"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48645}, + {"Proto": "peerapi6", "Port": 48645} + ]}, + "Created": "2026-04-09T08:34:13.087125205Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 1389107854431866, + "StableID": "n5iYKTW8rB11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "KeyExpiry": "2026-10-06T08:34:16Z", + "DiscoKey": "discokey:a6efe58c838255c18f4066eae9e006b250f9d45025d2d4bf46119273c7fbd968", + "Addresses": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "AllowedIPs": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 47637}, + {"Proto": "peerapi6", "Port": 47637} + ]}, + "Created": "2026-04-09T08:34:16.344598738Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1430636513923665, + "StableID": "nLrYkvPwAC11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "DiscoKey": "discokey:1fb83c862a114cecf4d3b1145bc7bdd6d8a7e214de4cd8d3410f93f5a9e30277", - "Addresses": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "AllowedIPs": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "Endpoints": ["77.164.248.136:50087", "10.65.0.27:50087", "172.17.0.1:50087"], + "Key": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "DiscoKey": "discokey:f51444688ae970c69d976fdfe317c882d819becff05f1856e80169b80f57c732", + "Addresses": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "AllowedIPs": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "Endpoints": ["77.164.248.136:59926", "10.65.0.27:59926", "172.17.0.1:59926"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58540}, - {"Proto": "peerapi6", "Port": 58540} + {"Proto": "peerapi4", "Port": 62889}, + {"Proto": "peerapi6", "Port": 62889} ]}, - "Created": "2026-04-09T01:28:06.30189766Z", + "Created": "2026-04-09T08:34:11.991222891Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7704596729819797, - "StableID": "nUJ1s6hRA321CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:7f0b0067a4b866818770789be0001ce414ffc063cea6653b32ad5b13b1e81156", - "Addresses": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "AllowedIPs": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 57972}, - {"Proto": "peerapi6", "Port": 57972} - ]}, - "Created": "2026-04-09T01:28:10.636933021Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8010845631535004, - "StableID": "nsiBcBL8Z521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 1445500657542956, + "StableID": "nysuDNrfHC11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "DiscoKey": "discokey:6d9b12c928b9bc64050a2e2a00843358aedb39ad8f61d7b1ce5e85e9ab28247a", - "Addresses": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "AllowedIPs": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "Endpoints": ["77.164.248.136:35771", "10.65.0.27:35771", "172.17.0.1:35771"], + "Key": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "DiscoKey": "discokey:234970e230bd9014091d612010f15b0f75f2679cec5c981e2c23bc206fc35936", + "Addresses": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "AllowedIPs": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "Endpoints": ["77.164.248.136:42455", "10.65.0.27:42455", "172.17.0.1:42455"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 51604}, - {"Proto": "peerapi6", "Port": 51604} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35635}, + {"Proto": "peerapi6", "Port": 35635} ]}, - "Created": "2026-04-09T01:28:08.462905937Z", + "Created": "2026-04-09T08:34:14.704393058Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 8283338657211943, - "StableID": "nW2HB7GYg721CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "DiscoKey": "discokey:96ee55f5fa0e7c7f01b541114559e979cabd6aae448e39638cd0a9905949f370", - "Addresses": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "AllowedIPs": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "Endpoints": ["77.164.248.136:41676", "10.65.0.27:41676", "172.17.0.1:41676"], + "ID": 1624683153154124, + "StableID": "nKg8nwfpgD11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:40d6f00906aed986656989c6ae066ca336474bf5b4495947ae98767b80978c19", + "Addresses": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "AllowedIPs": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "Endpoints": ["77.164.248.136:50900", "10.65.0.27:50900", "172.17.0.1:50900"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63872}, - {"Proto": "peerapi6", "Port": 63872} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 62082}, + {"Proto": "peerapi6", "Port": 62082} ]}, - "Created": "2026-04-09T01:28:06.843943986Z", + "Created": "2026-04-09T08:34:15.788741219Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8391138209138275, - "StableID": "ncjSSNyMX821CNTRL", + "ID": 1753878118239149, + "StableID": "nzTFSSQLhE11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "DiscoKey": "discokey:9603d7dd7df3d53bfb83cd9689f7cb428167e6008983122b36b9e6aef305cd60", - "Addresses": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "AllowedIPs": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "Endpoints": ["77.164.248.136:44536", "10.65.0.27:44536", "172.17.0.1:44536"], + "Key": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "DiscoKey": "discokey:0e615358b371fdd29af8e336aaee6dc62152c08ef2afbe346f7b054b55d2b638", + "Addresses": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "AllowedIPs": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "Endpoints": ["77.164.248.136:53169", "10.65.0.27:53169", "172.17.0.1:53169"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 34239}, - {"Proto": "peerapi6", "Port": 34239} + {"Proto": "peerapi4", "Port": 37446}, + {"Proto": "peerapi6", "Port": 37446} ]}, - "Created": "2026-04-09T01:28:05.198950848Z", + "Created": "2026-04-09T08:34:10.899120908Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8901156599714492, - "StableID": "nm919qHMWC21CNTRL", + "ID": 2413517113639716, + "StableID": "nyZcd716rK11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "DiscoKey": "discokey:a10d1603b3081bbfc2e702760fdcce5e57735ed8fb31a067e9871ec7a6d4df0c", + "Addresses": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "AllowedIPs": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "Endpoints": ["77.164.248.136:50543", "10.65.0.27:50543", "172.17.0.1:50543"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60481}, + {"Proto": "peerapi6", "Port": 60481} + ]}, + "Created": "2026-04-09T08:34:14.182150123Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4198210578379326, + "StableID": "n75TidsNnZ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "DiscoKey": "discokey:5e3461296060245a47e613f45dae946b027993d94ae9473dca8c21f5e7a1be3c", + "Addresses": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "AllowedIPs": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "Endpoints": ["77.164.248.136:36554", "10.65.0.27:36554", "172.17.0.1:36554"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57187}, + {"Proto": "peerapi6", "Port": 57187} + ]}, + "Created": "2026-04-09T08:34:08.727318046Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5736644023359340, + "StableID": "n3JX8qu8om11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "DiscoKey": "discokey:879ea43e59aeb06829bbd4b335a5a0621e665692b39ac6d12a6f776869d4513e", + "Addresses": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "AllowedIPs": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "Endpoints": ["77.164.248.136:45284", "10.65.0.27:45284", "172.17.0.1:45284"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 49259}, + {"Proto": "peerapi6", "Port": 49259} + ]}, + "Created": "2026-04-09T08:34:09.822072985Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6357690858565498, + "StableID": "ndGMHykQer11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "DiscoKey": "discokey:1ec290b6954c3eee3f5f8a80a413a76b90382158ea400c22c95d9d1cabcecd05", - "Addresses": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "AllowedIPs": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "Endpoints": ["77.164.248.136:33541", "10.65.0.27:33541", "172.17.0.1:33541"], + "Key": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "DiscoKey": "discokey:ea1d7363ec6a99a6ac17edb6d923ac585b2095ef537d0ba144ab41af5ca8d040", + "Addresses": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "AllowedIPs": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "Endpoints": ["77.164.248.136:47109", "10.65.0.27:47109", "172.17.0.1:47109"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 59945}, - {"Proto": "peerapi6", "Port": 59945} + {"Proto": "peerapi4", "Port": 60785}, + {"Proto": "peerapi6", "Port": 60785} ]}, - "Created": "2026-04-09T01:28:05.740347816Z", + "Created": "2026-04-09T08:34:11.440933522Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 6576074325973873, + "StableID": "nk2iUeKKMt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "DiscoKey": "discokey:d695901a4dc59d96f5f91b9971c324b8faadbcbdf4662777592bfd27920d8930", + "Addresses": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "AllowedIPs": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "Endpoints": ["77.164.248.136:48346", "10.65.0.27:48346", "172.17.0.1:48346"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 65258}, + {"Proto": "peerapi6", "Port": 65258} + ]}, + "Created": "2026-04-09T08:34:12.531688118Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7638732601032527, + "StableID": "nkdrL3Zbe221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "DiscoKey": "discokey:538f857840363d90262335033c6152ed11bc009c4fa874c66c7549c16d72903c", + "Addresses": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "AllowedIPs": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "Endpoints": ["77.164.248.136:54985", "10.65.0.27:54985", "172.17.0.1:54985"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63899}, + {"Proto": "peerapi6", "Port": 63899} + ]}, + "Created": "2026-04-09T08:34:09.283734419Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13759,27 +13777,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5031991371586916": { - "ID": 5031991371586916, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8767072552554921": { + "ID": 8767072552554921, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13810,26 +13830,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7127514236785152, - "StableID": "njEa5Mi4fx11CNTRL", + "ID": 1430636513923665, + "StableID": "nLrYkvPwAC11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 7127514236785152, - "Key": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "DiscoKey": "discokey:1fb83c862a114cecf4d3b1145bc7bdd6d8a7e214de4cd8d3410f93f5a9e30277", - "Addresses": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "AllowedIPs": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "Endpoints": ["77.164.248.136:50087", "10.65.0.27:50087", "172.17.0.1:50087"], + "User": 1430636513923665, + "Key": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "DiscoKey": "discokey:f51444688ae970c69d976fdfe317c882d819becff05f1856e80169b80f57c732", + "Addresses": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "AllowedIPs": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "Endpoints": ["77.164.248.136:59926", "10.65.0.27:59926", "172.17.0.1:59926"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 58540}, - {"Proto": "peerapi6", "Port": 58540}, + {"Proto": "peerapi4", "Port": 62889}, + {"Proto": "peerapi6", "Port": 62889}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:06.30189766Z", + "Created": "2026-04-09T08:34:11.991222891Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13857,302 +13877,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "MachineKey": "mkey:e14d3dd66d0ef07b9c42d285170d287d232559325da877219333aa4d75c1e617", + "NodeKey": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "MachineKey": "mkey:deca2e2a074dfbb2c531028353894951705c2871c3df1200716ee539ea058478", "Peers": [{ - "ID": 29259099231320, - "StableID": "nDmYQ3bFE111CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "DiscoKey": "discokey:379941a1c4e459cac205bf40ca41b903d8568b216f82f0ddac28b5a23d349e2b", - "Addresses": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "AllowedIPs": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "Endpoints": ["77.164.248.136:59184", "10.65.0.27:59184", "172.17.0.1:59184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51918}, - {"Proto": "peerapi6", "Port": 51918} - ]}, - "Created": "2026-04-09T01:28:07.370262837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 62731557746952, - "StableID": "n1XkwPrQV111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "KeyExpiry": "2026-10-06T01:28:09Z", - "DiscoKey": "discokey:821cf0a13978e4327931c9e20c09902778e7621c71c5e65e152b89dab202fe22", - "Addresses": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "AllowedIPs": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52310}, - {"Proto": "peerapi6", "Port": 52310} - ]}, - "Created": "2026-04-09T01:28:09.546271743Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1604344436214625, - "StableID": "ngpW1fQcXD11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "DiscoKey": "discokey:6882fe5ead06b82c7c6775563558573ea1812364a09982049b7c42e4d4f18e46", - "Addresses": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "AllowedIPs": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "Endpoints": ["77.164.248.136:58541", "10.65.0.27:58541", "172.17.0.1:58541"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44316}, - {"Proto": "peerapi6", "Port": 44316} - ]}, - "Created": "2026-04-09T01:28:03.850670105Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2530033284886668, - "StableID": "nmqDhggrkL11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:26f5ba37a8b861079b24789e6acd3895ee05d0184af1909f346dea49b4332769", - "Addresses": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "AllowedIPs": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51625}, - {"Proto": "peerapi6", "Port": 51625} - ]}, - "Created": "2026-04-09T01:28:10.094476578Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3439955375790889, - "StableID": "nW58z5oxrT11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "DiscoKey": "discokey:6cbee2bf0cf8c4bf82b51658cefaf3082e2f6abd3de4ec1ac841e947a521a533", - "Addresses": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "AllowedIPs": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "Endpoints": ["77.164.248.136:43268", "10.65.0.27:43268", "172.17.0.1:43268"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 39018}, - {"Proto": "peerapi6", "Port": 39018} - ]}, - "Created": "2026-04-09T01:28:09.005188738Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4807717171960564, - "StableID": "nRwTEWaRYe11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "DiscoKey": "discokey:af1ba78b1e8d08c22bbd2cfa0fa584135e20d8748f0788a10a0972818e323017", - "Addresses": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "AllowedIPs": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "Endpoints": ["77.164.248.136:40320", "10.65.0.27:40320", "172.17.0.1:40320"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 38117}, - {"Proto": "peerapi6", "Port": 38117} - ]}, - "Created": "2026-04-09T01:28:02.739855143Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5031991371586916, - "StableID": "nM5DG5tzHg11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "DiscoKey": "discokey:78e046ff68fb71ca8bfec8d3c325cd13426e597fb98bb6e3ee6e5cd069305c13", - "Addresses": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "AllowedIPs": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "Endpoints": ["77.164.248.136:45376", "10.65.0.27:45376", "172.17.0.1:45376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:28:04.446007667Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6016769793157067, - "StableID": "nztLAiL1zo11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "DiscoKey": "discokey:7b8a66a7c04aec2a194b1fc34b8b9a24e5b3bb8b84f82d25d60d705a4aea5849", - "Addresses": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "AllowedIPs": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "Endpoints": ["77.164.248.136:43897", "10.65.0.27:43897", "172.17.0.1:43897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 56527}, - {"Proto": "peerapi6", "Port": 56527} - ]}, - "Created": "2026-04-09T01:28:03.29516001Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7047661919665659, - "StableID": "ncZsFR8u2x11CNTRL", + "ID": 540903822841116, + "StableID": "nFU1bKdyD511CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "DiscoKey": "discokey:a2dc946065c2e6b97d120dd1695cd1a139e7c4c1948d0b85530d6ead9a1a2b77", - "Addresses": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "AllowedIPs": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "Endpoints": ["77.164.248.136:59002", "10.65.0.27:59002", "172.17.0.1:59002"], + "Key": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "DiscoKey": "discokey:0da3fee63a5f632902a82fd6bf141e2f93678a3b8e5f97e0f6c56455b8787301", + "Addresses": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "AllowedIPs": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "Endpoints": ["77.164.248.136:39032", "10.65.0.27:39032", "172.17.0.1:39032"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60402}, - {"Proto": "peerapi6", "Port": 60402} + {"Proto": "peerapi4", "Port": 57856}, + {"Proto": "peerapi6", "Port": 57856} ]}, - "Created": "2026-04-09T01:28:07.920552936Z", + "Created": "2026-04-09T08:34:13.622652813Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7704596729819797, - "StableID": "nUJ1s6hRA321CNTRL", + "ID": 809834559023029, + "StableID": "ntCJqsymK711CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:68a84e78b037ea2bf4e7be21706aeb180e82ae71fa620d273dfe67cb7931c04d", + "Addresses": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "AllowedIPs": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "Endpoints": ["77.164.248.136:41965", "10.65.0.27:41965", "172.17.0.1:41965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 55701}, + {"Proto": "peerapi6", "Port": 55701} + ]}, + "Created": "2026-04-09T08:34:15.238769776Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1058120226287332, + "StableID": "no813Q2EG911CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "DiscoKey": "discokey:12f1f187541b6c9fa1ea64fa05a570cda174aedc742f65dea3c98396d9da863f", + "Addresses": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "AllowedIPs": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "Endpoints": ["77.164.248.136:60206", "10.65.0.27:60206", "172.17.0.1:60206"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48645}, + {"Proto": "peerapi6", "Port": 48645} + ]}, + "Created": "2026-04-09T08:34:13.087125205Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 1389107854431866, + "StableID": "n5iYKTW8rB11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:7f0b0067a4b866818770789be0001ce414ffc063cea6653b32ad5b13b1e81156", - "Addresses": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "AllowedIPs": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "Endpoints": ["77.164.248.136:55470", "10.65.0.27:55470", "172.17.0.1:55470"], + "Key": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "KeyExpiry": "2026-10-06T08:34:16Z", + "DiscoKey": "discokey:a6efe58c838255c18f4066eae9e006b250f9d45025d2d4bf46119273c7fbd968", + "Addresses": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "AllowedIPs": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "Endpoints": ["77.164.248.136:57672", "10.65.0.27:57672", "172.17.0.1:57672"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 57972}, - {"Proto": "peerapi6", "Port": 57972} + {"Proto": "peerapi4", "Port": 47637}, + {"Proto": "peerapi6", "Port": 47637} ]}, - "Created": "2026-04-09T01:28:10.636933021Z", + "Created": "2026-04-09T08:34:16.344598738Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 8010845631535004, - "StableID": "nsiBcBL8Z521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 1445500657542956, + "StableID": "nysuDNrfHC11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "DiscoKey": "discokey:6d9b12c928b9bc64050a2e2a00843358aedb39ad8f61d7b1ce5e85e9ab28247a", - "Addresses": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "AllowedIPs": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "Endpoints": ["77.164.248.136:35771", "10.65.0.27:35771", "172.17.0.1:35771"], + "Key": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "DiscoKey": "discokey:234970e230bd9014091d612010f15b0f75f2679cec5c981e2c23bc206fc35936", + "Addresses": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "AllowedIPs": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "Endpoints": ["77.164.248.136:42455", "10.65.0.27:42455", "172.17.0.1:42455"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 51604}, - {"Proto": "peerapi6", "Port": 51604} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35635}, + {"Proto": "peerapi6", "Port": 35635} ]}, - "Created": "2026-04-09T01:28:08.462905937Z", + "Created": "2026-04-09T08:34:14.704393058Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 8283338657211943, - "StableID": "nW2HB7GYg721CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "DiscoKey": "discokey:96ee55f5fa0e7c7f01b541114559e979cabd6aae448e39638cd0a9905949f370", - "Addresses": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "AllowedIPs": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "Endpoints": ["77.164.248.136:41676", "10.65.0.27:41676", "172.17.0.1:41676"], + "ID": 1624683153154124, + "StableID": "nKg8nwfpgD11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:40d6f00906aed986656989c6ae066ca336474bf5b4495947ae98767b80978c19", + "Addresses": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "AllowedIPs": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "Endpoints": ["77.164.248.136:50900", "10.65.0.27:50900", "172.17.0.1:50900"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63872}, - {"Proto": "peerapi6", "Port": 63872} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 62082}, + {"Proto": "peerapi6", "Port": 62082} ]}, - "Created": "2026-04-09T01:28:06.843943986Z", + "Created": "2026-04-09T08:34:15.788741219Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8391138209138275, - "StableID": "ncjSSNyMX821CNTRL", + "ID": 1753878118239149, + "StableID": "nzTFSSQLhE11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "DiscoKey": "discokey:9603d7dd7df3d53bfb83cd9689f7cb428167e6008983122b36b9e6aef305cd60", - "Addresses": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "AllowedIPs": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "Endpoints": ["77.164.248.136:44536", "10.65.0.27:44536", "172.17.0.1:44536"], + "Key": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "DiscoKey": "discokey:0e615358b371fdd29af8e336aaee6dc62152c08ef2afbe346f7b054b55d2b638", + "Addresses": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "AllowedIPs": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "Endpoints": ["77.164.248.136:53169", "10.65.0.27:53169", "172.17.0.1:53169"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 34239}, - {"Proto": "peerapi6", "Port": 34239} + {"Proto": "peerapi4", "Port": 37446}, + {"Proto": "peerapi6", "Port": 37446} ]}, - "Created": "2026-04-09T01:28:05.198950848Z", + "Created": "2026-04-09T08:34:10.899120908Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8901156599714492, - "StableID": "nm919qHMWC21CNTRL", + "ID": 2413517113639716, + "StableID": "nyZcd716rK11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "DiscoKey": "discokey:a10d1603b3081bbfc2e702760fdcce5e57735ed8fb31a067e9871ec7a6d4df0c", + "Addresses": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "AllowedIPs": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "Endpoints": ["77.164.248.136:50543", "10.65.0.27:50543", "172.17.0.1:50543"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60481}, + {"Proto": "peerapi6", "Port": 60481} + ]}, + "Created": "2026-04-09T08:34:14.182150123Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4198210578379326, + "StableID": "n75TidsNnZ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "DiscoKey": "discokey:5e3461296060245a47e613f45dae946b027993d94ae9473dca8c21f5e7a1be3c", + "Addresses": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "AllowedIPs": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "Endpoints": ["77.164.248.136:36554", "10.65.0.27:36554", "172.17.0.1:36554"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57187}, + {"Proto": "peerapi6", "Port": 57187} + ]}, + "Created": "2026-04-09T08:34:08.727318046Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5736644023359340, + "StableID": "n3JX8qu8om11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "DiscoKey": "discokey:879ea43e59aeb06829bbd4b335a5a0621e665692b39ac6d12a6f776869d4513e", + "Addresses": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "AllowedIPs": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "Endpoints": ["77.164.248.136:45284", "10.65.0.27:45284", "172.17.0.1:45284"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 49259}, + {"Proto": "peerapi6", "Port": 49259} + ]}, + "Created": "2026-04-09T08:34:09.822072985Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6357690858565498, + "StableID": "ndGMHykQer11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "DiscoKey": "discokey:1ec290b6954c3eee3f5f8a80a413a76b90382158ea400c22c95d9d1cabcecd05", - "Addresses": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "AllowedIPs": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "Endpoints": ["77.164.248.136:33541", "10.65.0.27:33541", "172.17.0.1:33541"], + "Key": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "DiscoKey": "discokey:ea1d7363ec6a99a6ac17edb6d923ac585b2095ef537d0ba144ab41af5ca8d040", + "Addresses": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "AllowedIPs": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "Endpoints": ["77.164.248.136:47109", "10.65.0.27:47109", "172.17.0.1:47109"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 59945}, - {"Proto": "peerapi6", "Port": 59945} + {"Proto": "peerapi4", "Port": 60785}, + {"Proto": "peerapi6", "Port": 60785} ]}, - "Created": "2026-04-09T01:28:05.740347816Z", + "Created": "2026-04-09T08:34:11.440933522Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 6576074325973873, + "StableID": "nk2iUeKKMt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "DiscoKey": "discokey:d695901a4dc59d96f5f91b9971c324b8faadbcbdf4662777592bfd27920d8930", + "Addresses": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "AllowedIPs": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "Endpoints": ["77.164.248.136:48346", "10.65.0.27:48346", "172.17.0.1:48346"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 65258}, + {"Proto": "peerapi6", "Port": 65258} + ]}, + "Created": "2026-04-09T08:34:12.531688118Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7638732601032527, + "StableID": "nkdrL3Zbe221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "DiscoKey": "discokey:538f857840363d90262335033c6152ed11bc009c4fa874c66c7549c16d72903c", + "Addresses": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "AllowedIPs": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "Endpoints": ["77.164.248.136:54985", "10.65.0.27:54985", "172.17.0.1:54985"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63899}, + {"Proto": "peerapi6", "Port": 63899} + ]}, + "Created": "2026-04-09T08:34:09.283734419Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8767072552554921, + "StableID": "nSfJ3X8dTB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "DiscoKey": "discokey:e81c09da808c5c40ff045c844b24d56d32fd23e05793ef33cd3df573c4546356", + "Addresses": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "AllowedIPs": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "Endpoints": ["77.164.248.136:59982", "10.65.0.27:59982", "172.17.0.1:59982"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46785}, + {"Proto": "peerapi6", "Port": 46785} + ]}, + "Created": "2026-04-09T08:34:10.359921092Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15000,27 +15020,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7127514236785152": { - "ID": 7127514236785152, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1430636513923665": { + "ID": 1430636513923665, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15051,26 +15073,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 29259099231320, - "StableID": "nDmYQ3bFE111CNTRL", + "ID": 1058120226287332, + "StableID": "no813Q2EG911CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 29259099231320, - "Key": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "DiscoKey": "discokey:379941a1c4e459cac205bf40ca41b903d8568b216f82f0ddac28b5a23d349e2b", - "Addresses": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "AllowedIPs": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "Endpoints": ["77.164.248.136:59184", "10.65.0.27:59184", "172.17.0.1:59184"], + "User": 1058120226287332, + "Key": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "DiscoKey": "discokey:12f1f187541b6c9fa1ea64fa05a570cda174aedc742f65dea3c98396d9da863f", + "Addresses": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "AllowedIPs": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "Endpoints": ["77.164.248.136:60206", "10.65.0.27:60206", "172.17.0.1:60206"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 51918}, - {"Proto": "peerapi6", "Port": 51918}, + {"Proto": "peerapi4", "Port": 48645}, + {"Proto": "peerapi6", "Port": 48645}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:07.370262837Z", + "Created": "2026-04-09T08:34:13.087125205Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15098,302 +15120,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "MachineKey": "mkey:6ea820d8980fddf2f9896e34349971b89da5f00917195b3e895acec4755edc08", + "NodeKey": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "MachineKey": "mkey:e0ff054f8d0c01bfdece380e3419edc67cbd80c43709afb3a93ae3b1e3c8001f", "Peers": [{ - "ID": 62731557746952, - "StableID": "n1XkwPrQV111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "KeyExpiry": "2026-10-06T01:28:09Z", - "DiscoKey": "discokey:821cf0a13978e4327931c9e20c09902778e7621c71c5e65e152b89dab202fe22", - "Addresses": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "AllowedIPs": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52310}, - {"Proto": "peerapi6", "Port": 52310} - ]}, - "Created": "2026-04-09T01:28:09.546271743Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1604344436214625, - "StableID": "ngpW1fQcXD11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "DiscoKey": "discokey:6882fe5ead06b82c7c6775563558573ea1812364a09982049b7c42e4d4f18e46", - "Addresses": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "AllowedIPs": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "Endpoints": ["77.164.248.136:58541", "10.65.0.27:58541", "172.17.0.1:58541"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44316}, - {"Proto": "peerapi6", "Port": 44316} - ]}, - "Created": "2026-04-09T01:28:03.850670105Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2530033284886668, - "StableID": "nmqDhggrkL11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:26f5ba37a8b861079b24789e6acd3895ee05d0184af1909f346dea49b4332769", - "Addresses": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "AllowedIPs": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51625}, - {"Proto": "peerapi6", "Port": 51625} - ]}, - "Created": "2026-04-09T01:28:10.094476578Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3439955375790889, - "StableID": "nW58z5oxrT11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "DiscoKey": "discokey:6cbee2bf0cf8c4bf82b51658cefaf3082e2f6abd3de4ec1ac841e947a521a533", - "Addresses": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "AllowedIPs": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "Endpoints": ["77.164.248.136:43268", "10.65.0.27:43268", "172.17.0.1:43268"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 39018}, - {"Proto": "peerapi6", "Port": 39018} - ]}, - "Created": "2026-04-09T01:28:09.005188738Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4807717171960564, - "StableID": "nRwTEWaRYe11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "DiscoKey": "discokey:af1ba78b1e8d08c22bbd2cfa0fa584135e20d8748f0788a10a0972818e323017", - "Addresses": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "AllowedIPs": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "Endpoints": ["77.164.248.136:40320", "10.65.0.27:40320", "172.17.0.1:40320"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 38117}, - {"Proto": "peerapi6", "Port": 38117} - ]}, - "Created": "2026-04-09T01:28:02.739855143Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5031991371586916, - "StableID": "nM5DG5tzHg11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "DiscoKey": "discokey:78e046ff68fb71ca8bfec8d3c325cd13426e597fb98bb6e3ee6e5cd069305c13", - "Addresses": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "AllowedIPs": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "Endpoints": ["77.164.248.136:45376", "10.65.0.27:45376", "172.17.0.1:45376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:28:04.446007667Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6016769793157067, - "StableID": "nztLAiL1zo11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "DiscoKey": "discokey:7b8a66a7c04aec2a194b1fc34b8b9a24e5b3bb8b84f82d25d60d705a4aea5849", - "Addresses": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "AllowedIPs": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "Endpoints": ["77.164.248.136:43897", "10.65.0.27:43897", "172.17.0.1:43897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 56527}, - {"Proto": "peerapi6", "Port": 56527} - ]}, - "Created": "2026-04-09T01:28:03.29516001Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7047661919665659, - "StableID": "ncZsFR8u2x11CNTRL", + "ID": 540903822841116, + "StableID": "nFU1bKdyD511CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "DiscoKey": "discokey:a2dc946065c2e6b97d120dd1695cd1a139e7c4c1948d0b85530d6ead9a1a2b77", - "Addresses": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "AllowedIPs": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "Endpoints": ["77.164.248.136:59002", "10.65.0.27:59002", "172.17.0.1:59002"], + "Key": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "DiscoKey": "discokey:0da3fee63a5f632902a82fd6bf141e2f93678a3b8e5f97e0f6c56455b8787301", + "Addresses": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "AllowedIPs": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "Endpoints": ["77.164.248.136:39032", "10.65.0.27:39032", "172.17.0.1:39032"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60402}, - {"Proto": "peerapi6", "Port": 60402} + {"Proto": "peerapi4", "Port": 57856}, + {"Proto": "peerapi6", "Port": 57856} ]}, - "Created": "2026-04-09T01:28:07.920552936Z", + "Created": "2026-04-09T08:34:13.622652813Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7127514236785152, - "StableID": "njEa5Mi4fx11CNTRL", + "ID": 809834559023029, + "StableID": "ntCJqsymK711CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:68a84e78b037ea2bf4e7be21706aeb180e82ae71fa620d273dfe67cb7931c04d", + "Addresses": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "AllowedIPs": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "Endpoints": ["77.164.248.136:41965", "10.65.0.27:41965", "172.17.0.1:41965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 55701}, + {"Proto": "peerapi6", "Port": 55701} + ]}, + "Created": "2026-04-09T08:34:15.238769776Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1389107854431866, + "StableID": "n5iYKTW8rB11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "KeyExpiry": "2026-10-06T08:34:16Z", + "DiscoKey": "discokey:a6efe58c838255c18f4066eae9e006b250f9d45025d2d4bf46119273c7fbd968", + "Addresses": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "AllowedIPs": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "Endpoints": ["77.164.248.136:57672", "10.65.0.27:57672", "172.17.0.1:57672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 47637}, + {"Proto": "peerapi6", "Port": 47637} + ]}, + "Created": "2026-04-09T08:34:16.344598738Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1430636513923665, + "StableID": "nLrYkvPwAC11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "DiscoKey": "discokey:1fb83c862a114cecf4d3b1145bc7bdd6d8a7e214de4cd8d3410f93f5a9e30277", - "Addresses": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "AllowedIPs": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "Endpoints": ["77.164.248.136:50087", "10.65.0.27:50087", "172.17.0.1:50087"], + "Key": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "DiscoKey": "discokey:f51444688ae970c69d976fdfe317c882d819becff05f1856e80169b80f57c732", + "Addresses": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "AllowedIPs": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "Endpoints": ["77.164.248.136:59926", "10.65.0.27:59926", "172.17.0.1:59926"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58540}, - {"Proto": "peerapi6", "Port": 58540} + {"Proto": "peerapi4", "Port": 62889}, + {"Proto": "peerapi6", "Port": 62889} ]}, - "Created": "2026-04-09T01:28:06.30189766Z", + "Created": "2026-04-09T08:34:11.991222891Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7704596729819797, - "StableID": "nUJ1s6hRA321CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:7f0b0067a4b866818770789be0001ce414ffc063cea6653b32ad5b13b1e81156", - "Addresses": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "AllowedIPs": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "Endpoints": ["77.164.248.136:55470", "10.65.0.27:55470", "172.17.0.1:55470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 57972}, - {"Proto": "peerapi6", "Port": 57972} - ]}, - "Created": "2026-04-09T01:28:10.636933021Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8010845631535004, - "StableID": "nsiBcBL8Z521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 1445500657542956, + "StableID": "nysuDNrfHC11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "DiscoKey": "discokey:6d9b12c928b9bc64050a2e2a00843358aedb39ad8f61d7b1ce5e85e9ab28247a", - "Addresses": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "AllowedIPs": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "Endpoints": ["77.164.248.136:35771", "10.65.0.27:35771", "172.17.0.1:35771"], + "Key": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "DiscoKey": "discokey:234970e230bd9014091d612010f15b0f75f2679cec5c981e2c23bc206fc35936", + "Addresses": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "AllowedIPs": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "Endpoints": ["77.164.248.136:42455", "10.65.0.27:42455", "172.17.0.1:42455"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 51604}, - {"Proto": "peerapi6", "Port": 51604} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35635}, + {"Proto": "peerapi6", "Port": 35635} ]}, - "Created": "2026-04-09T01:28:08.462905937Z", + "Created": "2026-04-09T08:34:14.704393058Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 8283338657211943, - "StableID": "nW2HB7GYg721CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "DiscoKey": "discokey:96ee55f5fa0e7c7f01b541114559e979cabd6aae448e39638cd0a9905949f370", - "Addresses": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "AllowedIPs": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "Endpoints": ["77.164.248.136:41676", "10.65.0.27:41676", "172.17.0.1:41676"], + "ID": 1624683153154124, + "StableID": "nKg8nwfpgD11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:40d6f00906aed986656989c6ae066ca336474bf5b4495947ae98767b80978c19", + "Addresses": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "AllowedIPs": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "Endpoints": ["77.164.248.136:50900", "10.65.0.27:50900", "172.17.0.1:50900"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63872}, - {"Proto": "peerapi6", "Port": 63872} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 62082}, + {"Proto": "peerapi6", "Port": 62082} ]}, - "Created": "2026-04-09T01:28:06.843943986Z", + "Created": "2026-04-09T08:34:15.788741219Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8391138209138275, - "StableID": "ncjSSNyMX821CNTRL", + "ID": 1753878118239149, + "StableID": "nzTFSSQLhE11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "DiscoKey": "discokey:9603d7dd7df3d53bfb83cd9689f7cb428167e6008983122b36b9e6aef305cd60", - "Addresses": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "AllowedIPs": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "Endpoints": ["77.164.248.136:44536", "10.65.0.27:44536", "172.17.0.1:44536"], + "Key": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "DiscoKey": "discokey:0e615358b371fdd29af8e336aaee6dc62152c08ef2afbe346f7b054b55d2b638", + "Addresses": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "AllowedIPs": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "Endpoints": ["77.164.248.136:53169", "10.65.0.27:53169", "172.17.0.1:53169"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 34239}, - {"Proto": "peerapi6", "Port": 34239} + {"Proto": "peerapi4", "Port": 37446}, + {"Proto": "peerapi6", "Port": 37446} ]}, - "Created": "2026-04-09T01:28:05.198950848Z", + "Created": "2026-04-09T08:34:10.899120908Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8901156599714492, - "StableID": "nm919qHMWC21CNTRL", + "ID": 2413517113639716, + "StableID": "nyZcd716rK11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "DiscoKey": "discokey:a10d1603b3081bbfc2e702760fdcce5e57735ed8fb31a067e9871ec7a6d4df0c", + "Addresses": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "AllowedIPs": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "Endpoints": ["77.164.248.136:50543", "10.65.0.27:50543", "172.17.0.1:50543"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60481}, + {"Proto": "peerapi6", "Port": 60481} + ]}, + "Created": "2026-04-09T08:34:14.182150123Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4198210578379326, + "StableID": "n75TidsNnZ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "DiscoKey": "discokey:5e3461296060245a47e613f45dae946b027993d94ae9473dca8c21f5e7a1be3c", + "Addresses": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "AllowedIPs": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "Endpoints": ["77.164.248.136:36554", "10.65.0.27:36554", "172.17.0.1:36554"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57187}, + {"Proto": "peerapi6", "Port": 57187} + ]}, + "Created": "2026-04-09T08:34:08.727318046Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5736644023359340, + "StableID": "n3JX8qu8om11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "DiscoKey": "discokey:879ea43e59aeb06829bbd4b335a5a0621e665692b39ac6d12a6f776869d4513e", + "Addresses": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "AllowedIPs": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "Endpoints": ["77.164.248.136:45284", "10.65.0.27:45284", "172.17.0.1:45284"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 49259}, + {"Proto": "peerapi6", "Port": 49259} + ]}, + "Created": "2026-04-09T08:34:09.822072985Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6357690858565498, + "StableID": "ndGMHykQer11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "DiscoKey": "discokey:1ec290b6954c3eee3f5f8a80a413a76b90382158ea400c22c95d9d1cabcecd05", - "Addresses": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "AllowedIPs": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "Endpoints": ["77.164.248.136:33541", "10.65.0.27:33541", "172.17.0.1:33541"], + "Key": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "DiscoKey": "discokey:ea1d7363ec6a99a6ac17edb6d923ac585b2095ef537d0ba144ab41af5ca8d040", + "Addresses": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "AllowedIPs": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "Endpoints": ["77.164.248.136:47109", "10.65.0.27:47109", "172.17.0.1:47109"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 59945}, - {"Proto": "peerapi6", "Port": 59945} + {"Proto": "peerapi4", "Port": 60785}, + {"Proto": "peerapi6", "Port": 60785} ]}, - "Created": "2026-04-09T01:28:05.740347816Z", + "Created": "2026-04-09T08:34:11.440933522Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 6576074325973873, + "StableID": "nk2iUeKKMt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "DiscoKey": "discokey:d695901a4dc59d96f5f91b9971c324b8faadbcbdf4662777592bfd27920d8930", + "Addresses": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "AllowedIPs": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "Endpoints": ["77.164.248.136:48346", "10.65.0.27:48346", "172.17.0.1:48346"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 65258}, + {"Proto": "peerapi6", "Port": 65258} + ]}, + "Created": "2026-04-09T08:34:12.531688118Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7638732601032527, + "StableID": "nkdrL3Zbe221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "DiscoKey": "discokey:538f857840363d90262335033c6152ed11bc009c4fa874c66c7549c16d72903c", + "Addresses": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "AllowedIPs": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "Endpoints": ["77.164.248.136:54985", "10.65.0.27:54985", "172.17.0.1:54985"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63899}, + {"Proto": "peerapi6", "Port": 63899} + ]}, + "Created": "2026-04-09T08:34:09.283734419Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8767072552554921, + "StableID": "nSfJ3X8dTB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "DiscoKey": "discokey:e81c09da808c5c40ff045c844b24d56d32fd23e05793ef33cd3df573c4546356", + "Addresses": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "AllowedIPs": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "Endpoints": ["77.164.248.136:59982", "10.65.0.27:59982", "172.17.0.1:59982"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46785}, + {"Proto": "peerapi6", "Port": 46785} + ]}, + "Created": "2026-04-09T08:34:10.359921092Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16241,27 +16263,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "29259099231320": { - "ID": 29259099231320, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1058120226287332": { + "ID": 1058120226287332, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16292,22 +16316,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2530033284886668, - "StableID": "nmqDhggrkL11CNTRL", + "ID": 1624683153154124, + "StableID": "nKg8nwfpgD11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:26f5ba37a8b861079b24789e6acd3895ee05d0184af1909f346dea49b4332769", - "Addresses": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "AllowedIPs": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], + "Key": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:40d6f00906aed986656989c6ae066ca336474bf5b4495947ae98767b80978c19", + "Addresses": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "AllowedIPs": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "Endpoints": ["77.164.248.136:50900", "10.65.0.27:50900", "172.17.0.1:50900"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51625}, - {"Proto": "peerapi6", "Port": 51625}, + {"Proto": "peerapi4", "Port": 62082}, + {"Proto": "peerapi6", "Port": 62082}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:10.094476578Z", + "Created": "2026-04-09T08:34:15.788741219Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16334,300 +16358,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "MachineKey": "mkey:12f126a794dc627f962b304d3bf90b4becb9a2f0e38ec8eb692d4dbd6604df5e", + "NodeKey": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "MachineKey": "mkey:d7fee9d51813eabf95be3f6fc3c05823faf0d047aa98f558141b3d5c50d69071", "Peers": [{ - "ID": 29259099231320, - "StableID": "nDmYQ3bFE111CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "DiscoKey": "discokey:379941a1c4e459cac205bf40ca41b903d8568b216f82f0ddac28b5a23d349e2b", - "Addresses": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "AllowedIPs": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "Endpoints": ["77.164.248.136:59184", "10.65.0.27:59184", "172.17.0.1:59184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51918}, - {"Proto": "peerapi6", "Port": 51918} - ]}, - "Created": "2026-04-09T01:28:07.370262837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 62731557746952, - "StableID": "n1XkwPrQV111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "KeyExpiry": "2026-10-06T01:28:09Z", - "DiscoKey": "discokey:821cf0a13978e4327931c9e20c09902778e7621c71c5e65e152b89dab202fe22", - "Addresses": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "AllowedIPs": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52310}, - {"Proto": "peerapi6", "Port": 52310} - ]}, - "Created": "2026-04-09T01:28:09.546271743Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1604344436214625, - "StableID": "ngpW1fQcXD11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "DiscoKey": "discokey:6882fe5ead06b82c7c6775563558573ea1812364a09982049b7c42e4d4f18e46", - "Addresses": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "AllowedIPs": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "Endpoints": ["77.164.248.136:58541", "10.65.0.27:58541", "172.17.0.1:58541"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44316}, - {"Proto": "peerapi6", "Port": 44316} - ]}, - "Created": "2026-04-09T01:28:03.850670105Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3439955375790889, - "StableID": "nW58z5oxrT11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "DiscoKey": "discokey:6cbee2bf0cf8c4bf82b51658cefaf3082e2f6abd3de4ec1ac841e947a521a533", - "Addresses": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "AllowedIPs": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "Endpoints": ["77.164.248.136:43268", "10.65.0.27:43268", "172.17.0.1:43268"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 39018}, - {"Proto": "peerapi6", "Port": 39018} - ]}, - "Created": "2026-04-09T01:28:09.005188738Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4807717171960564, - "StableID": "nRwTEWaRYe11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "DiscoKey": "discokey:af1ba78b1e8d08c22bbd2cfa0fa584135e20d8748f0788a10a0972818e323017", - "Addresses": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "AllowedIPs": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "Endpoints": ["77.164.248.136:40320", "10.65.0.27:40320", "172.17.0.1:40320"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 38117}, - {"Proto": "peerapi6", "Port": 38117} - ]}, - "Created": "2026-04-09T01:28:02.739855143Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5031991371586916, - "StableID": "nM5DG5tzHg11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "DiscoKey": "discokey:78e046ff68fb71ca8bfec8d3c325cd13426e597fb98bb6e3ee6e5cd069305c13", - "Addresses": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "AllowedIPs": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "Endpoints": ["77.164.248.136:45376", "10.65.0.27:45376", "172.17.0.1:45376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:28:04.446007667Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6016769793157067, - "StableID": "nztLAiL1zo11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "DiscoKey": "discokey:7b8a66a7c04aec2a194b1fc34b8b9a24e5b3bb8b84f82d25d60d705a4aea5849", - "Addresses": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "AllowedIPs": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "Endpoints": ["77.164.248.136:43897", "10.65.0.27:43897", "172.17.0.1:43897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 56527}, - {"Proto": "peerapi6", "Port": 56527} - ]}, - "Created": "2026-04-09T01:28:03.29516001Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7047661919665659, - "StableID": "ncZsFR8u2x11CNTRL", + "ID": 540903822841116, + "StableID": "nFU1bKdyD511CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "DiscoKey": "discokey:a2dc946065c2e6b97d120dd1695cd1a139e7c4c1948d0b85530d6ead9a1a2b77", - "Addresses": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "AllowedIPs": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "Endpoints": ["77.164.248.136:59002", "10.65.0.27:59002", "172.17.0.1:59002"], + "Key": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "DiscoKey": "discokey:0da3fee63a5f632902a82fd6bf141e2f93678a3b8e5f97e0f6c56455b8787301", + "Addresses": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "AllowedIPs": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "Endpoints": ["77.164.248.136:39032", "10.65.0.27:39032", "172.17.0.1:39032"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60402}, - {"Proto": "peerapi6", "Port": 60402} + {"Proto": "peerapi4", "Port": 57856}, + {"Proto": "peerapi6", "Port": 57856} ]}, - "Created": "2026-04-09T01:28:07.920552936Z", + "Created": "2026-04-09T08:34:13.622652813Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7127514236785152, - "StableID": "njEa5Mi4fx11CNTRL", + "ID": 809834559023029, + "StableID": "ntCJqsymK711CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:68a84e78b037ea2bf4e7be21706aeb180e82ae71fa620d273dfe67cb7931c04d", + "Addresses": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "AllowedIPs": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "Endpoints": ["77.164.248.136:41965", "10.65.0.27:41965", "172.17.0.1:41965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 55701}, + {"Proto": "peerapi6", "Port": 55701} + ]}, + "Created": "2026-04-09T08:34:15.238769776Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1058120226287332, + "StableID": "no813Q2EG911CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "DiscoKey": "discokey:12f1f187541b6c9fa1ea64fa05a570cda174aedc742f65dea3c98396d9da863f", + "Addresses": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "AllowedIPs": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "Endpoints": ["77.164.248.136:60206", "10.65.0.27:60206", "172.17.0.1:60206"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48645}, + {"Proto": "peerapi6", "Port": 48645} + ]}, + "Created": "2026-04-09T08:34:13.087125205Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 1389107854431866, + "StableID": "n5iYKTW8rB11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "KeyExpiry": "2026-10-06T08:34:16Z", + "DiscoKey": "discokey:a6efe58c838255c18f4066eae9e006b250f9d45025d2d4bf46119273c7fbd968", + "Addresses": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "AllowedIPs": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 47637}, + {"Proto": "peerapi6", "Port": 47637} + ]}, + "Created": "2026-04-09T08:34:16.344598738Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1430636513923665, + "StableID": "nLrYkvPwAC11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "DiscoKey": "discokey:1fb83c862a114cecf4d3b1145bc7bdd6d8a7e214de4cd8d3410f93f5a9e30277", - "Addresses": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "AllowedIPs": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "Endpoints": ["77.164.248.136:50087", "10.65.0.27:50087", "172.17.0.1:50087"], + "Key": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "DiscoKey": "discokey:f51444688ae970c69d976fdfe317c882d819becff05f1856e80169b80f57c732", + "Addresses": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "AllowedIPs": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "Endpoints": ["77.164.248.136:59926", "10.65.0.27:59926", "172.17.0.1:59926"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58540}, - {"Proto": "peerapi6", "Port": 58540} + {"Proto": "peerapi4", "Port": 62889}, + {"Proto": "peerapi6", "Port": 62889} ]}, - "Created": "2026-04-09T01:28:06.30189766Z", + "Created": "2026-04-09T08:34:11.991222891Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7704596729819797, - "StableID": "nUJ1s6hRA321CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:7f0b0067a4b866818770789be0001ce414ffc063cea6653b32ad5b13b1e81156", - "Addresses": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "AllowedIPs": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 57972}, - {"Proto": "peerapi6", "Port": 57972} - ]}, - "Created": "2026-04-09T01:28:10.636933021Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8010845631535004, - "StableID": "nsiBcBL8Z521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 1445500657542956, + "StableID": "nysuDNrfHC11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "DiscoKey": "discokey:6d9b12c928b9bc64050a2e2a00843358aedb39ad8f61d7b1ce5e85e9ab28247a", - "Addresses": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "AllowedIPs": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "Endpoints": ["77.164.248.136:35771", "10.65.0.27:35771", "172.17.0.1:35771"], + "Key": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "DiscoKey": "discokey:234970e230bd9014091d612010f15b0f75f2679cec5c981e2c23bc206fc35936", + "Addresses": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "AllowedIPs": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "Endpoints": ["77.164.248.136:42455", "10.65.0.27:42455", "172.17.0.1:42455"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 51604}, - {"Proto": "peerapi6", "Port": 51604} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35635}, + {"Proto": "peerapi6", "Port": 35635} ]}, - "Created": "2026-04-09T01:28:08.462905937Z", + "Created": "2026-04-09T08:34:14.704393058Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 8283338657211943, - "StableID": "nW2HB7GYg721CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "DiscoKey": "discokey:96ee55f5fa0e7c7f01b541114559e979cabd6aae448e39638cd0a9905949f370", - "Addresses": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "AllowedIPs": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "Endpoints": ["77.164.248.136:41676", "10.65.0.27:41676", "172.17.0.1:41676"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63872}, - {"Proto": "peerapi6", "Port": 63872} - ]}, - "Created": "2026-04-09T01:28:06.843943986Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 8391138209138275, - "StableID": "ncjSSNyMX821CNTRL", + "ID": 1753878118239149, + "StableID": "nzTFSSQLhE11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "DiscoKey": "discokey:9603d7dd7df3d53bfb83cd9689f7cb428167e6008983122b36b9e6aef305cd60", - "Addresses": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "AllowedIPs": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "Endpoints": ["77.164.248.136:44536", "10.65.0.27:44536", "172.17.0.1:44536"], + "Key": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "DiscoKey": "discokey:0e615358b371fdd29af8e336aaee6dc62152c08ef2afbe346f7b054b55d2b638", + "Addresses": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "AllowedIPs": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "Endpoints": ["77.164.248.136:53169", "10.65.0.27:53169", "172.17.0.1:53169"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 34239}, - {"Proto": "peerapi6", "Port": 34239} + {"Proto": "peerapi4", "Port": 37446}, + {"Proto": "peerapi6", "Port": 37446} ]}, - "Created": "2026-04-09T01:28:05.198950848Z", + "Created": "2026-04-09T08:34:10.899120908Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8901156599714492, - "StableID": "nm919qHMWC21CNTRL", + "ID": 2413517113639716, + "StableID": "nyZcd716rK11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "DiscoKey": "discokey:a10d1603b3081bbfc2e702760fdcce5e57735ed8fb31a067e9871ec7a6d4df0c", + "Addresses": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "AllowedIPs": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "Endpoints": ["77.164.248.136:50543", "10.65.0.27:50543", "172.17.0.1:50543"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60481}, + {"Proto": "peerapi6", "Port": 60481} + ]}, + "Created": "2026-04-09T08:34:14.182150123Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4198210578379326, + "StableID": "n75TidsNnZ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "DiscoKey": "discokey:5e3461296060245a47e613f45dae946b027993d94ae9473dca8c21f5e7a1be3c", + "Addresses": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "AllowedIPs": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "Endpoints": ["77.164.248.136:36554", "10.65.0.27:36554", "172.17.0.1:36554"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57187}, + {"Proto": "peerapi6", "Port": 57187} + ]}, + "Created": "2026-04-09T08:34:08.727318046Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5736644023359340, + "StableID": "n3JX8qu8om11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "DiscoKey": "discokey:879ea43e59aeb06829bbd4b335a5a0621e665692b39ac6d12a6f776869d4513e", + "Addresses": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "AllowedIPs": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "Endpoints": ["77.164.248.136:45284", "10.65.0.27:45284", "172.17.0.1:45284"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 49259}, + {"Proto": "peerapi6", "Port": 49259} + ]}, + "Created": "2026-04-09T08:34:09.822072985Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6357690858565498, + "StableID": "ndGMHykQer11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "DiscoKey": "discokey:1ec290b6954c3eee3f5f8a80a413a76b90382158ea400c22c95d9d1cabcecd05", - "Addresses": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "AllowedIPs": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "Endpoints": ["77.164.248.136:33541", "10.65.0.27:33541", "172.17.0.1:33541"], + "Key": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "DiscoKey": "discokey:ea1d7363ec6a99a6ac17edb6d923ac585b2095ef537d0ba144ab41af5ca8d040", + "Addresses": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "AllowedIPs": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "Endpoints": ["77.164.248.136:47109", "10.65.0.27:47109", "172.17.0.1:47109"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 59945}, - {"Proto": "peerapi6", "Port": 59945} + {"Proto": "peerapi4", "Port": 60785}, + {"Proto": "peerapi6", "Port": 60785} ]}, - "Created": "2026-04-09T01:28:05.740347816Z", + "Created": "2026-04-09T08:34:11.440933522Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 6576074325973873, + "StableID": "nk2iUeKKMt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "DiscoKey": "discokey:d695901a4dc59d96f5f91b9971c324b8faadbcbdf4662777592bfd27920d8930", + "Addresses": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "AllowedIPs": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "Endpoints": ["77.164.248.136:48346", "10.65.0.27:48346", "172.17.0.1:48346"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 65258}, + {"Proto": "peerapi6", "Port": 65258} + ]}, + "Created": "2026-04-09T08:34:12.531688118Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7638732601032527, + "StableID": "nkdrL3Zbe221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "DiscoKey": "discokey:538f857840363d90262335033c6152ed11bc009c4fa874c66c7549c16d72903c", + "Addresses": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "AllowedIPs": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "Endpoints": ["77.164.248.136:54985", "10.65.0.27:54985", "172.17.0.1:54985"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63899}, + {"Proto": "peerapi6", "Port": 63899} + ]}, + "Created": "2026-04-09T08:34:09.283734419Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8767072552554921, + "StableID": "nSfJ3X8dTB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "DiscoKey": "discokey:e81c09da808c5c40ff045c844b24d56d32fd23e05793ef33cd3df573c4546356", + "Addresses": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "AllowedIPs": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "Endpoints": ["77.164.248.136:59982", "10.65.0.27:59982", "172.17.0.1:59982"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46785}, + {"Proto": "peerapi6", "Port": 46785} + ]}, + "Created": "2026-04-09T08:34:10.359921092Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17475,23 +17499,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17522,21 +17547,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7047661919665659, - "StableID": "ncZsFR8u2x11CNTRL", + "ID": 540903822841116, + "StableID": "nFU1bKdyD511CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 7047661919665659, - "Key": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "DiscoKey": "discokey:a2dc946065c2e6b97d120dd1695cd1a139e7c4c1948d0b85530d6ead9a1a2b77", - "Addresses": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "AllowedIPs": ["100.121.161.78/32", "fd7a:115c:a1e0::c437:a14e/128"], - "Endpoints": ["77.164.248.136:59002", "10.65.0.27:59002", "172.17.0.1:59002"], + "User": 540903822841116, + "Key": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "DiscoKey": "discokey:0da3fee63a5f632902a82fd6bf141e2f93678a3b8e5f97e0f6c56455b8787301", + "Addresses": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "AllowedIPs": ["100.105.155.41/32", "fd7a:115c:a1e0::b337:9b2a/128"], + "Endpoints": ["77.164.248.136:39032", "10.65.0.27:39032", "172.17.0.1:39032"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 60402}, - {"Proto": "peerapi6", "Port": 60402}, + {"Proto": "peerapi4", "Port": 57856}, + {"Proto": "peerapi6", "Port": 57856}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:07.920552936Z", + "Created": "2026-04-09T08:34:13.622652813Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17564,300 +17589,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:92739813ee4c65f68144069933f92cc3a92b7c49e71c960d5058310dc479a14d", - "MachineKey": "mkey:6afd0e61df93c7ca3b208b96f3f590c0b031430ed0ec291bfe50266848a1351b", + "NodeKey": "nodekey:8c0a3a53b6b7c22d04a520c8089b954f803b04f4e1f73e702c812713b3e99b28", + "MachineKey": "mkey:1d42d20631fe2eddcbeb56c23e0bef94e468b46d3ac90f5cc43135e002cd6a3b", "Peers": [{ - "ID": 29259099231320, - "StableID": "nDmYQ3bFE111CNTRL", + "ID": 809834559023029, + "StableID": "ntCJqsymK711CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2cbe463569eb880643c35f01447e8c702d4693820de2697341d8efe9a6f9950d", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:68a84e78b037ea2bf4e7be21706aeb180e82ae71fa620d273dfe67cb7931c04d", + "Addresses": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "AllowedIPs": ["100.121.149.14/32", "fd7a:115c:a1e0::a637:950e/128"], + "Endpoints": ["77.164.248.136:41965", "10.65.0.27:41965", "172.17.0.1:41965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 55701}, + {"Proto": "peerapi6", "Port": 55701} + ]}, + "Created": "2026-04-09T08:34:15.238769776Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1058120226287332, + "StableID": "no813Q2EG911CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:20782b45cf81356d8adda576e6d8b211540d9e37cdcdc6ec041b143e9c055162", - "DiscoKey": "discokey:379941a1c4e459cac205bf40ca41b903d8568b216f82f0ddac28b5a23d349e2b", - "Addresses": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "AllowedIPs": ["100.69.81.99/32", "fd7a:115c:a1e0::9c37:5163/128"], - "Endpoints": ["77.164.248.136:59184", "10.65.0.27:59184", "172.17.0.1:59184"], + "Key": "nodekey:79c237a9fff94f8ed3e2dd6b2da9d4ae0cb1b9adbbc22ab82703b52be8c79660", + "DiscoKey": "discokey:12f1f187541b6c9fa1ea64fa05a570cda174aedc742f65dea3c98396d9da863f", + "Addresses": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "AllowedIPs": ["100.71.150.97/32", "fd7a:115c:a1e0::e837:9661/128"], + "Endpoints": ["77.164.248.136:60206", "10.65.0.27:60206", "172.17.0.1:60206"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 51918}, - {"Proto": "peerapi6", "Port": 51918} + {"Proto": "peerapi4", "Port": 48645}, + {"Proto": "peerapi6", "Port": 48645} ]}, - "Created": "2026-04-09T01:28:07.370262837Z", + "Created": "2026-04-09T08:34:13.087125205Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 62731557746952, - "StableID": "n1XkwPrQV111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:7bb17f467b1855449b00a737b28680f09ade0b364f903df2c7151d229600fb10", - "KeyExpiry": "2026-10-06T01:28:09Z", - "DiscoKey": "discokey:821cf0a13978e4327931c9e20c09902778e7621c71c5e65e152b89dab202fe22", - "Addresses": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "AllowedIPs": ["100.64.251.17/32", "fd7a:115c:a1e0::9637:fb11/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52310}, - {"Proto": "peerapi6", "Port": 52310} + "ID": 1389107854431866, + "StableID": "n5iYKTW8rB11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:266ca4355b55c9b0ec65c7002a8c6f255b1a4d7bdff23d88770296b7f9fdb91e", + "KeyExpiry": "2026-10-06T08:34:16Z", + "DiscoKey": "discokey:a6efe58c838255c18f4066eae9e006b250f9d45025d2d4bf46119273c7fbd968", + "Addresses": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "AllowedIPs": ["100.125.185.31/32", "fd7a:115c:a1e0::f937:b91f/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 47637}, + {"Proto": "peerapi6", "Port": 47637} ]}, - "Created": "2026-04-09T01:28:09.546271743Z", + "Created": "2026-04-09T08:34:16.344598738Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 1604344436214625, - "StableID": "ngpW1fQcXD11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14a6ba0638c598db0d4c7104e83fb75f43af7cc5f5497f5d2e7a745f2534464e", - "DiscoKey": "discokey:6882fe5ead06b82c7c6775563558573ea1812364a09982049b7c42e4d4f18e46", - "Addresses": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "AllowedIPs": ["100.116.70.79/32", "fd7a:115c:a1e0::2537:464f/128"], - "Endpoints": ["77.164.248.136:58541", "10.65.0.27:58541", "172.17.0.1:58541"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44316}, - {"Proto": "peerapi6", "Port": 44316} - ]}, - "Created": "2026-04-09T01:28:03.850670105Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2530033284886668, - "StableID": "nmqDhggrkL11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cb658b55e5bb1f73fa6297454617098e99dc6815b86b4dec45b7c61c16fcde09", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:26f5ba37a8b861079b24789e6acd3895ee05d0184af1909f346dea49b4332769", - "Addresses": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "AllowedIPs": ["100.124.222.10/32", "fd7a:115c:a1e0::1637:de0a/128"], - "Endpoints": ["77.164.248.136:54510", "10.65.0.27:54510", "172.17.0.1:54510"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 51625}, - {"Proto": "peerapi6", "Port": 51625} - ]}, - "Created": "2026-04-09T01:28:10.094476578Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3439955375790889, - "StableID": "nW58z5oxrT11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:553a59278d0f1b93cfeb8253b898e7ce413dba110a093f6928a7e2c4e809dd5e", - "DiscoKey": "discokey:6cbee2bf0cf8c4bf82b51658cefaf3082e2f6abd3de4ec1ac841e947a521a533", - "Addresses": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "AllowedIPs": ["100.73.221.95/32", "fd7a:115c:a1e0::e837:dd5f/128"], - "Endpoints": ["77.164.248.136:43268", "10.65.0.27:43268", "172.17.0.1:43268"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 39018}, - {"Proto": "peerapi6", "Port": 39018} - ]}, - "Created": "2026-04-09T01:28:09.005188738Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4807717171960564, - "StableID": "nRwTEWaRYe11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9fc383365de33241d6478dbea5e2182de93c7feffe6a4b7314b6b3d6119d1c5c", - "DiscoKey": "discokey:af1ba78b1e8d08c22bbd2cfa0fa584135e20d8748f0788a10a0972818e323017", - "Addresses": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "AllowedIPs": ["100.93.28.93/32", "fd7a:115c:a1e0::1137:1c5d/128"], - "Endpoints": ["77.164.248.136:40320", "10.65.0.27:40320", "172.17.0.1:40320"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 38117}, - {"Proto": "peerapi6", "Port": 38117} - ]}, - "Created": "2026-04-09T01:28:02.739855143Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5031991371586916, - "StableID": "nM5DG5tzHg11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0bd42827384f85105bac86fb49fad4c5621483a81912838066ee13c16795d15", - "DiscoKey": "discokey:78e046ff68fb71ca8bfec8d3c325cd13426e597fb98bb6e3ee6e5cd069305c13", - "Addresses": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "AllowedIPs": ["100.121.93.22/32", "fd7a:115c:a1e0::1637:5d16/128"], - "Endpoints": ["77.164.248.136:45376", "10.65.0.27:45376", "172.17.0.1:45376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:28:04.446007667Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6016769793157067, - "StableID": "nztLAiL1zo11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:49d5310e6ee9ba3c7768641a547c37e5514170d5d5c1c84cbeb06caf0eb4d052", - "DiscoKey": "discokey:7b8a66a7c04aec2a194b1fc34b8b9a24e5b3bb8b84f82d25d60d705a4aea5849", - "Addresses": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "AllowedIPs": ["100.116.208.83/32", "fd7a:115c:a1e0::e37:d053/128"], - "Endpoints": ["77.164.248.136:43897", "10.65.0.27:43897", "172.17.0.1:43897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 56527}, - {"Proto": "peerapi6", "Port": 56527} - ]}, - "Created": "2026-04-09T01:28:03.29516001Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7127514236785152, - "StableID": "njEa5Mi4fx11CNTRL", + "ID": 1430636513923665, + "StableID": "nLrYkvPwAC11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f5d1b975b19fd807e8f3d9e64e63fe656689ae5ac5602d7bd240491ed46eb165", - "DiscoKey": "discokey:1fb83c862a114cecf4d3b1145bc7bdd6d8a7e214de4cd8d3410f93f5a9e30277", - "Addresses": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "AllowedIPs": ["100.110.177.102/32", "fd7a:115c:a1e0::d437:b166/128"], - "Endpoints": ["77.164.248.136:50087", "10.65.0.27:50087", "172.17.0.1:50087"], + "Key": "nodekey:984f15cdff7e848d42894068e0e4f7e744f864fefa7efc0ab0fb8d9ba32fed0d", + "DiscoKey": "discokey:f51444688ae970c69d976fdfe317c882d819becff05f1856e80169b80f57c732", + "Addresses": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "AllowedIPs": ["100.111.237.14/32", "fd7a:115c:a1e0::a337:ed0e/128"], + "Endpoints": ["77.164.248.136:59926", "10.65.0.27:59926", "172.17.0.1:59926"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58540}, - {"Proto": "peerapi6", "Port": 58540} + {"Proto": "peerapi4", "Port": 62889}, + {"Proto": "peerapi6", "Port": 62889} ]}, - "Created": "2026-04-09T01:28:06.30189766Z", + "Created": "2026-04-09T08:34:11.991222891Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7704596729819797, - "StableID": "nUJ1s6hRA321CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:c1b16d8848ad3593418f3b5a355e0106ba476a8f139d1b90b7dbe72b6ab2d977", - "KeyExpiry": "2026-10-06T01:28:10Z", - "DiscoKey": "discokey:7f0b0067a4b866818770789be0001ce414ffc063cea6653b32ad5b13b1e81156", - "Addresses": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "AllowedIPs": ["100.114.217.120/32", "fd7a:115c:a1e0::6a37:d978/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 57972}, - {"Proto": "peerapi6", "Port": 57972} - ]}, - "Created": "2026-04-09T01:28:10.636933021Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8010845631535004, - "StableID": "nsiBcBL8Z521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 1445500657542956, + "StableID": "nysuDNrfHC11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:696d3f7bd2930a9429833d1db0c9f29d9361d36a068aa600b0ec7728b0772c25", - "DiscoKey": "discokey:6d9b12c928b9bc64050a2e2a00843358aedb39ad8f61d7b1ce5e85e9ab28247a", - "Addresses": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "AllowedIPs": ["100.119.44.38/32", "fd7a:115c:a1e0::b037:2c26/128"], - "Endpoints": ["77.164.248.136:35771", "10.65.0.27:35771", "172.17.0.1:35771"], + "Key": "nodekey:9367508f4f4c2c2551a063ddbdfb9db0f7e998666a24673329144b6f21d1f235", + "DiscoKey": "discokey:234970e230bd9014091d612010f15b0f75f2679cec5c981e2c23bc206fc35936", + "Addresses": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "AllowedIPs": ["100.81.242.54/32", "fd7a:115c:a1e0::2137:f236/128"], + "Endpoints": ["77.164.248.136:42455", "10.65.0.27:42455", "172.17.0.1:42455"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 51604}, - {"Proto": "peerapi6", "Port": 51604} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 35635}, + {"Proto": "peerapi6", "Port": 35635} ]}, - "Created": "2026-04-09T01:28:08.462905937Z", + "Created": "2026-04-09T08:34:14.704393058Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 8283338657211943, - "StableID": "nW2HB7GYg721CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33b8f425adf9b76855e39e61a160d0a1c71b30fda64df8d7699a84e2069b966d", - "DiscoKey": "discokey:96ee55f5fa0e7c7f01b541114559e979cabd6aae448e39638cd0a9905949f370", - "Addresses": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "AllowedIPs": ["100.91.150.110/32", "fd7a:115c:a1e0::637:966e/128"], - "Endpoints": ["77.164.248.136:41676", "10.65.0.27:41676", "172.17.0.1:41676"], + "ID": 1624683153154124, + "StableID": "nKg8nwfpgD11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:504faadfe8874eea3a6101d716aeaa3d43248ba05c43ab40a9c0423560f20365", + "KeyExpiry": "2026-10-06T08:34:15Z", + "DiscoKey": "discokey:40d6f00906aed986656989c6ae066ca336474bf5b4495947ae98767b80978c19", + "Addresses": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "AllowedIPs": ["100.114.3.102/32", "fd7a:115c:a1e0::6037:366/128"], + "Endpoints": ["77.164.248.136:50900", "10.65.0.27:50900", "172.17.0.1:50900"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63872}, - {"Proto": "peerapi6", "Port": 63872} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 62082}, + {"Proto": "peerapi6", "Port": 62082} ]}, - "Created": "2026-04-09T01:28:06.843943986Z", + "Created": "2026-04-09T08:34:15.788741219Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8391138209138275, - "StableID": "ncjSSNyMX821CNTRL", + "ID": 1753878118239149, + "StableID": "nzTFSSQLhE11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eae8aaec45151ff7c4cf8e6142532f70c3992bbfca8965bffa922acf2287b058", - "DiscoKey": "discokey:9603d7dd7df3d53bfb83cd9689f7cb428167e6008983122b36b9e6aef305cd60", - "Addresses": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "AllowedIPs": ["100.71.176.89/32", "fd7a:115c:a1e0::2237:b059/128"], - "Endpoints": ["77.164.248.136:44536", "10.65.0.27:44536", "172.17.0.1:44536"], + "Key": "nodekey:2b77876167ebf8c94d6594e4fb8178cfe364853026425d19a831912ccd91b142", + "DiscoKey": "discokey:0e615358b371fdd29af8e336aaee6dc62152c08ef2afbe346f7b054b55d2b638", + "Addresses": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "AllowedIPs": ["100.81.177.67/32", "fd7a:115c:a1e0::cd37:b143/128"], + "Endpoints": ["77.164.248.136:53169", "10.65.0.27:53169", "172.17.0.1:53169"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 34239}, - {"Proto": "peerapi6", "Port": 34239} + {"Proto": "peerapi4", "Port": 37446}, + {"Proto": "peerapi6", "Port": 37446} ]}, - "Created": "2026-04-09T01:28:05.198950848Z", + "Created": "2026-04-09T08:34:10.899120908Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8901156599714492, - "StableID": "nm919qHMWC21CNTRL", + "ID": 2413517113639716, + "StableID": "nyZcd716rK11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d85b6ccf93ef8861d637fc3e2eeb7a00d804ad0c844eff13f025abdd9591fb47", + "DiscoKey": "discokey:a10d1603b3081bbfc2e702760fdcce5e57735ed8fb31a067e9871ec7a6d4df0c", + "Addresses": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "AllowedIPs": ["100.81.251.72/32", "fd7a:115c:a1e0::9537:fb48/128"], + "Endpoints": ["77.164.248.136:50543", "10.65.0.27:50543", "172.17.0.1:50543"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60481}, + {"Proto": "peerapi6", "Port": 60481} + ]}, + "Created": "2026-04-09T08:34:14.182150123Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4198210578379326, + "StableID": "n75TidsNnZ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9e91b1e965adaac8bd368523c030de3181abfb40e9811a5a1fceee138c424576", + "DiscoKey": "discokey:5e3461296060245a47e613f45dae946b027993d94ae9473dca8c21f5e7a1be3c", + "Addresses": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "AllowedIPs": ["100.66.69.119/32", "fd7a:115c:a1e0::8c37:4577/128"], + "Endpoints": ["77.164.248.136:36554", "10.65.0.27:36554", "172.17.0.1:36554"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57187}, + {"Proto": "peerapi6", "Port": 57187} + ]}, + "Created": "2026-04-09T08:34:08.727318046Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5736644023359340, + "StableID": "n3JX8qu8om11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5d7ad098dccce5c296e56fece888eb6a65009daaa4e221395991a9d46cf0f523", + "DiscoKey": "discokey:879ea43e59aeb06829bbd4b335a5a0621e665692b39ac6d12a6f776869d4513e", + "Addresses": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "AllowedIPs": ["100.112.245.36/32", "fd7a:115c:a1e0::6c37:f524/128"], + "Endpoints": ["77.164.248.136:45284", "10.65.0.27:45284", "172.17.0.1:45284"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 49259}, + {"Proto": "peerapi6", "Port": 49259} + ]}, + "Created": "2026-04-09T08:34:09.822072985Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6357690858565498, + "StableID": "ndGMHykQer11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bfc15b954cf01af5b7bc61e2ef2e00facbd2247d2b9849e3ac2c145b1294540d", - "DiscoKey": "discokey:1ec290b6954c3eee3f5f8a80a413a76b90382158ea400c22c95d9d1cabcecd05", - "Addresses": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "AllowedIPs": ["100.84.84.14/32", "fd7a:115c:a1e0::1237:540e/128"], - "Endpoints": ["77.164.248.136:33541", "10.65.0.27:33541", "172.17.0.1:33541"], + "Key": "nodekey:81c8a8d99da2f6f2b8a6602e4b8e825b16ed4184319ccb50895da4bcc3a53c56", + "DiscoKey": "discokey:ea1d7363ec6a99a6ac17edb6d923ac585b2095ef537d0ba144ab41af5ca8d040", + "Addresses": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "AllowedIPs": ["100.101.60.87/32", "fd7a:115c:a1e0::c337:3c57/128"], + "Endpoints": ["77.164.248.136:47109", "10.65.0.27:47109", "172.17.0.1:47109"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 59945}, - {"Proto": "peerapi6", "Port": 59945} + {"Proto": "peerapi4", "Port": 60785}, + {"Proto": "peerapi6", "Port": 60785} ]}, - "Created": "2026-04-09T01:28:05.740347816Z", + "Created": "2026-04-09T08:34:11.440933522Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 6576074325973873, + "StableID": "nk2iUeKKMt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f65716009cee1c18b8a4ff224b2d8899c696a934f8d97d9452bee1fe6086b1a", + "DiscoKey": "discokey:d695901a4dc59d96f5f91b9971c324b8faadbcbdf4662777592bfd27920d8930", + "Addresses": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "AllowedIPs": ["100.72.107.27/32", "fd7a:115c:a1e0::e637:6b1b/128"], + "Endpoints": ["77.164.248.136:48346", "10.65.0.27:48346", "172.17.0.1:48346"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 65258}, + {"Proto": "peerapi6", "Port": 65258} + ]}, + "Created": "2026-04-09T08:34:12.531688118Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7638732601032527, + "StableID": "nkdrL3Zbe221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a34d32e85f19b379548762e311df873ad9a698b08e311b22d741314aac0ab245", + "DiscoKey": "discokey:538f857840363d90262335033c6152ed11bc009c4fa874c66c7549c16d72903c", + "Addresses": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "AllowedIPs": ["100.74.178.70/32", "fd7a:115c:a1e0::ac37:b246/128"], + "Endpoints": ["77.164.248.136:54985", "10.65.0.27:54985", "172.17.0.1:54985"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63899}, + {"Proto": "peerapi6", "Port": 63899} + ]}, + "Created": "2026-04-09T08:34:09.283734419Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8767072552554921, + "StableID": "nSfJ3X8dTB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2601362c226488e4b4e4e749e0c247546fd2af135f064accca2247410bb75b35", + "DiscoKey": "discokey:e81c09da808c5c40ff045c844b24d56d32fd23e05793ef33cd3df573c4546356", + "Addresses": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "AllowedIPs": ["100.119.91.54/32", "fd7a:115c:a1e0::b37:5b36/128"], + "Endpoints": ["77.164.248.136:59982", "10.65.0.27:59982", "172.17.0.1:59982"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46785}, + {"Proto": "peerapi6", "Port": 46785} + ]}, + "Created": "2026-04-09T08:34:10.359921092Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18705,27 +18730,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7047661919665659": { - "ID": 7047661919665659, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "540903822841116": { + "ID": 540903822841116, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-c3.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-c3.hujson index af633676..14f302cf 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-c3.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-c3.hujson @@ -3,7 +3,7 @@ // ssh c3 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:28:23Z +// Captured at: 2026-04-09T08:34:29Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-c3", "description": "ssh c3", "category": "ssh", - "captured_at": "2026-04-09T01:28:23.543964697Z", + "captured_at": "2026-04-09T08:34:29.264435798Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,13 +19,13 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", - "dst": ["thor@example.com"], - "src": ["thor@example.com"], + "dst": ["thor@dalby.cc"], + "src": ["thor@dalby.cc"], "users": ["root"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh c3\",\n\t\"id\": \"ssh-c3\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"thor@example.com\"],\n\t\t\"src\": [\"thor@example.com\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh c3\",\n\t\"id\": \"ssh-c3\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"thor@dalby.cc\"],\n\t\t\"src\": [\"thor@dalby.cc\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-c3.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.122.70.14", - "ipv6": "fd7a:115c:a1e0::8b37:460e", + "ipv4": "100.110.248.78", + "ipv6": "fd7a:115c:a1e0::5137:f84e", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.77.196.78", - "ipv6": "fd7a:115c:a1e0::8a37:c44e", + "ipv4": "100.82.79.98", + "ipv6": "fd7a:115c:a1e0::c437:4f62", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.88.117.17", - "ipv6": "fd7a:115c:a1e0::9b37:7511", + "ipv4": "100.87.122.57", + "ipv6": "fd7a:115c:a1e0::da37:7a39", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.99.168.34", - "ipv6": "fd7a:115c:a1e0::137:a822", + "ipv4": "100.116.100.36", + "ipv6": "fd7a:115c:a1e0::5f37:6424", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.85.105.67", - "ipv6": "fd7a:115c:a1e0::ac37:6943", + "ipv4": "100.127.61.15", + "ipv6": "fd7a:115c:a1e0::e937:3d0f", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.108.213.111", - "ipv6": "fd7a:115c:a1e0::6f37:d56f", + "ipv4": "100.83.103.55", + "ipv6": "fd7a:115c:a1e0::1237:6737", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.77.71.102", - "ipv6": "fd7a:115c:a1e0::bc37:4766", + "ipv4": "100.119.65.128", + "ipv6": "fd7a:115c:a1e0::6d37:4180", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.76.245.71", - "ipv6": "fd7a:115c:a1e0::3d37:f547", + "ipv4": "100.113.13.51", + "ipv6": "fd7a:115c:a1e0::8737:d33", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.85.189.23", - "ipv6": "fd7a:115c:a1e0::b337:bd17", + "ipv4": "100.116.128.116", + "ipv6": "fd7a:115c:a1e0::e137:8074", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.73.94.10", - "ipv6": "fd7a:115c:a1e0::4937:5e0a", + "ipv4": "100.82.16.105", + "ipv6": "fd7a:115c:a1e0::5837:106a", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.82.175.31", - "ipv6": "fd7a:115c:a1e0::d637:af1f", + "ipv4": "100.68.141.47", + "ipv6": "fd7a:115c:a1e0::1f37:8d2f", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.84.108.49", - "ipv6": "fd7a:115c:a1e0::7a37:6c31", + "ipv4": "100.70.203.124", + "ipv6": "fd7a:115c:a1e0::3637:cb7c", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.120.211.42", - "ipv6": "fd7a:115c:a1e0::237:d32a", + "ipv4": "100.111.180.102", + "ipv6": "fd7a:115c:a1e0::a237:b466", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.127.220.78", - "ipv6": "fd7a:115c:a1e0::e537:dc4e", + "ipv4": "100.112.190.58", + "ipv6": "fd7a:115c:a1e0::d837:be3a", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.105.215.2", - "ipv6": "fd7a:115c:a1e0::537:d702", + "ipv4": "100.82.149.114", + "ipv6": "fd7a:115c:a1e0::c237:9572", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 474506681898866, - "StableID": "nVzEcBVuh411CNTRL", + "ID": 1211746206827433, + "StableID": "nLvJs3XoTA11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 474506681898866, - "Key": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "DiscoKey": "discokey:148409f660ce981ff2f5562fb3391e9953c02209b5297ad537fab06cd709b919", - "Addresses": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "AllowedIPs": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "Endpoints": ["77.164.248.136:42654", "10.65.0.27:42654", "172.17.0.1:42654"], + "User": 1211746206827433, + "Key": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "DiscoKey": "discokey:8a287a483650e48dd52781870d075f03d672cdfb100b13a5d93f0e48a65be13b", + "Addresses": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "AllowedIPs": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "Endpoints": ["77.164.248.136:50633", "10.65.0.27:50633", "172.17.0.1:50633"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 61712}, - {"Proto": "peerapi6", "Port": 61712}, + {"Proto": "peerapi4", "Port": 47130}, + {"Proto": "peerapi6", "Port": 47130}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:32.80039071Z", + "Created": "2026-04-09T08:34:37.992287485Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,300 +221,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "MachineKey": "mkey:3e9f8e8f89c9f58df1df444b1b71ae235f6e9ffdad3dc48d8bcd365c5d22566c", + "NodeKey": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "MachineKey": "mkey:6556b6de520701ea2dc741e7897fb8da3801f30f31b9a0a238ea92054183ab47", "Peers": [{ - "ID": 60361658582857, - "StableID": "na555ibLU111CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "DiscoKey": "discokey:99aa11d7b17117230be25fc548823a7e83f028205dde11a25039ae8986ddb368", - "Addresses": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "AllowedIPs": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "Endpoints": ["77.164.248.136:54234", "10.65.0.27:54234", "172.17.0.1:54234"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47452}, - {"Proto": "peerapi6", "Port": 47452} - ]}, - "Created": "2026-04-09T01:28:29.280122948Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 133188046780046, - "StableID": "njqYcCdK3211CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "DiscoKey": "discokey:71f351b6884fe9539d4144f67d72ed655a5cb64598ac99ae35b1c435d3fad531", - "Addresses": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "AllowedIPs": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "Endpoints": ["77.164.248.136:56958", "10.65.0.27:56958", "172.17.0.1:56958"], + "ID": 305068863101708, + "StableID": "nDZqmDeAP311CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "KeyExpiry": "2026-10-06T08:34:38Z", + "DiscoKey": "discokey:7d63ed99420892a4769ce1e28f9fea26f64c7054cabb5035308b294522ba5f75", + "Addresses": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "AllowedIPs": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "Endpoints": ["77.164.248.136:50256", "10.65.0.27:50256", "172.17.0.1:50256"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 49136}, - {"Proto": "peerapi6", "Port": 49136} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37268}, + {"Proto": "peerapi6", "Port": 37268} ]}, - "Created": "2026-04-09T01:28:30.910111035Z", + "Created": "2026-04-09T08:34:38.526707228Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 1193411729651902, - "StableID": "n9ENuLuVKA11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "DiscoKey": "discokey:e0246e2382f317eebce2b477f26e534d62c76db54d3e905d84e5433efe1bd100", - "Addresses": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "AllowedIPs": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "Endpoints": ["77.164.248.136:36110", "10.65.0.27:36110", "172.17.0.1:36110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60541}, - {"Proto": "peerapi6", "Port": 60541} - ]}, - "Created": "2026-04-09T01:28:26.885907835Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 1666137674215733, - "StableID": "nCUJrTcb1E11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "DiscoKey": "discokey:6eac769194b24cdc64aaf34a20f5ed7f4209148df06895b343c3a1fad5d0ae04", - "Addresses": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "AllowedIPs": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "Endpoints": ["77.164.248.136:41868", "10.65.0.27:41868", "172.17.0.1:41868"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55854}, - {"Proto": "peerapi6", "Port": 55854} - ]}, - "Created": "2026-04-09T01:28:32.246902303Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1937002353626175, - "StableID": "naU93WmG8G11CNTRL", + "ID": 351340223470197, + "StableID": "nz7XSV78k311CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "DiscoKey": "discokey:233fe87a1731044758bc99f9349562c308222892707f1dc1b55e2cb2009f0f5b", - "Addresses": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "AllowedIPs": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "Endpoints": ["77.164.248.136:34617", "10.65.0.27:34617", "172.17.0.1:34617"], + "Key": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "DiscoKey": "discokey:f12773855a0c2c53468630f134141dc5263c126fb6f9f6edd10fa32d7f768d51", + "Addresses": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "AllowedIPs": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "Endpoints": ["77.164.248.136:57894", "10.65.0.27:57894", "172.17.0.1:57894"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36383}, - {"Proto": "peerapi6", "Port": 36383} + {"Proto": "peerapi4", "Port": 42833}, + {"Proto": "peerapi6", "Port": 42833} ]}, - "Created": "2026-04-09T01:28:28.199651045Z", + "Created": "2026-04-09T08:34:33.659831168Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 3809197572973548, - "StableID": "nsWHYLACkW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "KeyExpiry": "2026-10-06T01:28:34Z", - "DiscoKey": "discokey:52d6192c9ca9307b564257323bd19eeaa4f50d9852ae6522cb821f5a5a2b1040", - "Addresses": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "AllowedIPs": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35675}, - {"Proto": "peerapi6", "Port": 35675} - ]}, - "Created": "2026-04-09T01:28:34.416258944Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3955166784480635, - "StableID": "nWcuuRXJtX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:60a1763dd94bc1e8bc457b519ebef3f90804c43866450c9f9131948ac5a0520b", - "Addresses": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "AllowedIPs": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "Endpoints": ["77.164.248.136:34445", "10.65.0.27:34445", "172.17.0.1:34445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37115}, - {"Proto": "peerapi6", "Port": 37115} - ]}, - "Created": "2026-04-09T01:28:33.880302612Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5622058288907940, - "StableID": "n1w5AQwEuk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 614252133464435, + "StableID": "nt1MdzMCo511CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "DiscoKey": "discokey:45715040e52a9ecc65fda113cc8d164951594f234c33272b931a3b7a41afdc0f", - "Addresses": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "AllowedIPs": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "Endpoints": ["77.164.248.136:59230", "10.65.0.27:59230", "172.17.0.1:59230"], + "Key": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "DiscoKey": "discokey:de51cf81ef081380839f9de67ae2bad251f58ac7dc1c7771d99ef39ad9457a58", + "Addresses": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "AllowedIPs": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "Endpoints": ["77.164.248.136:49542", "10.65.0.27:49542", "172.17.0.1:49542"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39753}, - {"Proto": "peerapi6", "Port": 39753} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} ]}, - "Created": "2026-04-09T01:28:31.463892679Z", + "Created": "2026-04-09T08:34:36.351405083Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 6468668904386191, - "StableID": "n2iYAsxfWs11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:9403778a41531ae7048b37ec42541bbd4b9a8a6575b97056437caf65411bbb16", - "Addresses": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "AllowedIPs": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42693}, - {"Proto": "peerapi6", "Port": 42693} - ]}, - "Created": "2026-04-09T01:28:33.337172489Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6822903798034744, - "StableID": "nP4NhZ77Hv11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "DiscoKey": "discokey:10341b150f56c697eb445c5917db416b5e5dee41943230101561b27ce445b459", - "Addresses": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "AllowedIPs": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "Endpoints": ["77.164.248.136:36725", "10.65.0.27:36725", "172.17.0.1:36725"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56174}, - {"Proto": "peerapi6", "Port": 56174} - ]}, - "Created": "2026-04-09T01:28:27.668522246Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7183920444945723, - "StableID": "nQbKYgQc6y11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "DiscoKey": "discokey:e31564846ed9287b5563f0cc053eeeb2d2e7871e90800ccbe8c3a0afdb6e9a4d", - "Addresses": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "AllowedIPs": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "Endpoints": ["77.164.248.136:58416", "10.65.0.27:58416", "172.17.0.1:58416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62861}, - {"Proto": "peerapi6", "Port": 62861} - ]}, - "Created": "2026-04-09T01:28:30.384258907Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7297056745396378, - "StableID": "nH4ezoJryy11CNTRL", + "ID": 1749738122060865, + "StableID": "npxg9ueTfE11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "DiscoKey": "discokey:b1fa096e0410990173b823f8274f7e52e2568c6bbff62e96dff994181fb7d740", - "Addresses": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "AllowedIPs": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "Endpoints": ["77.164.248.136:45612", "10.65.0.27:45612", "172.17.0.1:45612"], + "Key": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "DiscoKey": "discokey:17be286ba3dea6320b84880441c8a5c2abb71092dde0abe789271dba3f687503", + "Addresses": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "AllowedIPs": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57467}, - {"Proto": "peerapi6", "Port": 57467} + {"Proto": "peerapi4", "Port": 46320}, + {"Proto": "peerapi6", "Port": 46320} ]}, - "Created": "2026-04-09T01:28:26.376005918Z", + "Created": "2026-04-09T08:34:32.080819299Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7323352347177745, - "StableID": "nce8Hn3mBz11CNTRL", + "ID": 3526316598438934, + "StableID": "nbX1WjM5YU11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:4eb340ebb044800635a284995a5b226b8e93d535b78c54f09c7d1d6737cb972f", + "Addresses": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "AllowedIPs": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63571}, + {"Proto": "peerapi6", "Port": 63571} + ]}, + "Created": "2026-04-09T08:34:39.609012488Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3733940149378108, + "StableID": "nbrwi1H7AW11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "DiscoKey": "discokey:7c434fd87dc63772c0fae83d2ba5ad2332dd98777e65fe6eebe5f2187add6a32", + "Addresses": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "AllowedIPs": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "Endpoints": ["77.164.248.136:52009", "10.65.0.27:52009", "172.17.0.1:52009"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} + ]}, + "Created": "2026-04-09T08:34:37.447830075Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4457148284661613, + "StableID": "ngaS8Cjeob11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "DiscoKey": "discokey:e6da6554cd1fa85a38dc5ce740808ff36415d2a5759795257c444c9c3318d520", - "Addresses": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "AllowedIPs": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "Endpoints": ["77.164.248.136:53625", "10.65.0.27:53625", "172.17.0.1:53625"], + "Key": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "DiscoKey": "discokey:c1b3df443e1c69a7081a7469cbcd67ea53cae465332b9bc5e08a97890009926f", + "Addresses": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "AllowedIPs": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "Endpoints": ["77.164.248.136:35838", "10.65.0.27:35838", "172.17.0.1:35838"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64495}, - {"Proto": "peerapi6", "Port": 64495} + {"Proto": "peerapi4", "Port": 39922}, + {"Proto": "peerapi6", "Port": 39922} ]}, - "Created": "2026-04-09T01:28:29.821554603Z", + "Created": "2026-04-09T08:34:35.281554233Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8829065120690697, - "StableID": "nkn812ahwB21CNTRL", + "ID": 4695475013225064, + "StableID": "njx92fAbfd11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "DiscoKey": "discokey:1d4b99f5ea0a7d047686909e6215646594b6f340ed2922f8a2df639c8f930254", + "Addresses": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "AllowedIPs": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "Endpoints": ["77.164.248.136:60044", "10.65.0.27:60044", "172.17.0.1:60044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 41808}, + {"Proto": "peerapi6", "Port": 41808} + ]}, + "Created": "2026-04-09T08:34:35.816315512Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4733111140608485, + "StableID": "nk4eicodxd11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "DiscoKey": "discokey:ed56d868b1795a3f05a52c9893f58a779c4afab82d4d9a473e7933bba3ce0211", - "Addresses": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "AllowedIPs": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "Endpoints": ["77.164.248.136:55411", "10.65.0.27:55411", "172.17.0.1:55411"], + "Key": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "DiscoKey": "discokey:4c0d4a8c4cf5c6b59fac6f0d6e17b5419f4a217cec371c543064ab25f2bbee10", + "Addresses": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "AllowedIPs": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "Endpoints": ["77.164.248.136:50897", "10.65.0.27:50897", "172.17.0.1:50897"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 63129}, - {"Proto": "peerapi6", "Port": 63129} + {"Proto": "peerapi4", "Port": 59489}, + {"Proto": "peerapi6", "Port": 59489} ]}, - "Created": "2026-04-09T01:28:28.762614715Z", + "Created": "2026-04-09T08:34:34.202914102Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 7382472454519027, + "StableID": "nxbZiu2Yez11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:61368352af59632127a8aa1796c0428cab6ac65da7f5128a5229780fc4d3137b", + "Addresses": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "AllowedIPs": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "Endpoints": ["77.164.248.136:58989", "10.65.0.27:58989", "172.17.0.1:58989"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60358}, + {"Proto": "peerapi6", "Port": 60358} + ]}, + "Created": "2026-04-09T08:34:39.079654386Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7766912863266258, + "StableID": "nySdBadee321CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "DiscoKey": "discokey:e2deb2788f5c7d6017dbe522f04e21088b2ce662e914af6cda65d3a7407b934f", + "Addresses": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "AllowedIPs": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "Endpoints": ["77.164.248.136:39257", "10.65.0.27:39257", "172.17.0.1:39257"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54252}, + {"Proto": "peerapi6", "Port": 54252} + ]}, + "Created": "2026-04-09T08:34:33.120427375Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8257257149552266, + "StableID": "nMt7fK9jU721CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "DiscoKey": "discokey:bb400838fa8563486f73ede08288fa3558c90e180eaf386ee205c0d4c61a3d11", + "Addresses": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "AllowedIPs": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "Endpoints": ["77.164.248.136:49897", "10.65.0.27:49897", "172.17.0.1:49897"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50222}, + {"Proto": "peerapi6", "Port": 50222} + ]}, + "Created": "2026-04-09T08:34:32.578231062Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8318965914220805, + "StableID": "nSmzsR8gx721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "DiscoKey": "discokey:cb6c083a22a6ca2b7d8762e5ffb6a9e2004facd056e1fa1c74483024e7c24e41", + "Addresses": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "AllowedIPs": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "Endpoints": ["77.164.248.136:53797", "10.65.0.27:53797", "172.17.0.1:53797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61554}, + {"Proto": "peerapi6", "Port": 61554} + ]}, + "Created": "2026-04-09T08:34:34.742378644Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8682595159611211, + "StableID": "ntf4714NoA21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "DiscoKey": "discokey:180d5c429f422bc22a527794fcb06df0c4aeab2233b1d626d951b679a2834f59", + "Addresses": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "AllowedIPs": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "Endpoints": ["77.164.248.136:52659", "10.65.0.27:52659", "172.17.0.1:52659"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52611}, + {"Proto": "peerapi6", "Port": 52611} + ]}, + "Created": "2026-04-09T08:34:36.903860482Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -1362,27 +1362,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "474506681898866": { - "ID": 474506681898866, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1211746206827433": { + "ID": 1211746206827433, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "blastoise": { @@ -1413,26 +1415,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 60361658582857, - "StableID": "na555ibLU111CNTRL", + "ID": 8318965914220805, + "StableID": "nSmzsR8gx721CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 60361658582857, - "Key": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "DiscoKey": "discokey:99aa11d7b17117230be25fc548823a7e83f028205dde11a25039ae8986ddb368", - "Addresses": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "AllowedIPs": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "Endpoints": ["77.164.248.136:54234", "10.65.0.27:54234", "172.17.0.1:54234"], + "User": 8318965914220805, + "Key": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "DiscoKey": "discokey:cb6c083a22a6ca2b7d8762e5ffb6a9e2004facd056e1fa1c74483024e7c24e41", + "Addresses": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "AllowedIPs": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "Endpoints": ["77.164.248.136:53797", "10.65.0.27:53797", "172.17.0.1:53797"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 47452}, - {"Proto": "peerapi6", "Port": 47452}, + {"Proto": "peerapi4", "Port": 61554}, + {"Proto": "peerapi6", "Port": 61554}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:29.280122948Z", + "Created": "2026-04-09T08:34:34.742378644Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1460,302 +1462,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "MachineKey": "mkey:95723618253932139cd5f07bca0473b8b57ecd573e50dbaf47f43d5ac7eab35e", + "NodeKey": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "MachineKey": "mkey:a1ca454cac7e2a9f87c0e60a3b0999742d416cd51aaf12e0022e4596aed41949", "Peers": [{ - "ID": 133188046780046, - "StableID": "njqYcCdK3211CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "DiscoKey": "discokey:71f351b6884fe9539d4144f67d72ed655a5cb64598ac99ae35b1c435d3fad531", - "Addresses": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "AllowedIPs": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "Endpoints": ["77.164.248.136:56958", "10.65.0.27:56958", "172.17.0.1:56958"], + "ID": 305068863101708, + "StableID": "nDZqmDeAP311CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "KeyExpiry": "2026-10-06T08:34:38Z", + "DiscoKey": "discokey:7d63ed99420892a4769ce1e28f9fea26f64c7054cabb5035308b294522ba5f75", + "Addresses": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "AllowedIPs": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "Endpoints": ["77.164.248.136:50256", "10.65.0.27:50256", "172.17.0.1:50256"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 49136}, - {"Proto": "peerapi6", "Port": 49136} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37268}, + {"Proto": "peerapi6", "Port": 37268} ]}, - "Created": "2026-04-09T01:28:30.910111035Z", + "Created": "2026-04-09T08:34:38.526707228Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 474506681898866, - "StableID": "nVzEcBVuh411CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "DiscoKey": "discokey:148409f660ce981ff2f5562fb3391e9953c02209b5297ad537fab06cd709b919", - "Addresses": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "AllowedIPs": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "Endpoints": ["77.164.248.136:42654", "10.65.0.27:42654", "172.17.0.1:42654"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61712}, - {"Proto": "peerapi6", "Port": 61712} - ]}, - "Created": "2026-04-09T01:28:32.80039071Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1193411729651902, - "StableID": "n9ENuLuVKA11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "DiscoKey": "discokey:e0246e2382f317eebce2b477f26e534d62c76db54d3e905d84e5433efe1bd100", - "Addresses": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "AllowedIPs": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "Endpoints": ["77.164.248.136:36110", "10.65.0.27:36110", "172.17.0.1:36110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60541}, - {"Proto": "peerapi6", "Port": 60541} - ]}, - "Created": "2026-04-09T01:28:26.885907835Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 1666137674215733, - "StableID": "nCUJrTcb1E11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "DiscoKey": "discokey:6eac769194b24cdc64aaf34a20f5ed7f4209148df06895b343c3a1fad5d0ae04", - "Addresses": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "AllowedIPs": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "Endpoints": ["77.164.248.136:41868", "10.65.0.27:41868", "172.17.0.1:41868"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55854}, - {"Proto": "peerapi6", "Port": 55854} - ]}, - "Created": "2026-04-09T01:28:32.246902303Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1937002353626175, - "StableID": "naU93WmG8G11CNTRL", + "ID": 351340223470197, + "StableID": "nz7XSV78k311CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "DiscoKey": "discokey:233fe87a1731044758bc99f9349562c308222892707f1dc1b55e2cb2009f0f5b", - "Addresses": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "AllowedIPs": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "Endpoints": ["77.164.248.136:34617", "10.65.0.27:34617", "172.17.0.1:34617"], + "Key": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "DiscoKey": "discokey:f12773855a0c2c53468630f134141dc5263c126fb6f9f6edd10fa32d7f768d51", + "Addresses": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "AllowedIPs": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "Endpoints": ["77.164.248.136:57894", "10.65.0.27:57894", "172.17.0.1:57894"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36383}, - {"Proto": "peerapi6", "Port": 36383} + {"Proto": "peerapi4", "Port": 42833}, + {"Proto": "peerapi6", "Port": 42833} ]}, - "Created": "2026-04-09T01:28:28.199651045Z", + "Created": "2026-04-09T08:34:33.659831168Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 3809197572973548, - "StableID": "nsWHYLACkW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "KeyExpiry": "2026-10-06T01:28:34Z", - "DiscoKey": "discokey:52d6192c9ca9307b564257323bd19eeaa4f50d9852ae6522cb821f5a5a2b1040", - "Addresses": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "AllowedIPs": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "Endpoints": ["77.164.248.136:38632", "10.65.0.27:38632", "172.17.0.1:38632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35675}, - {"Proto": "peerapi6", "Port": 35675} - ]}, - "Created": "2026-04-09T01:28:34.416258944Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3955166784480635, - "StableID": "nWcuuRXJtX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:60a1763dd94bc1e8bc457b519ebef3f90804c43866450c9f9131948ac5a0520b", - "Addresses": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "AllowedIPs": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "Endpoints": ["77.164.248.136:34445", "10.65.0.27:34445", "172.17.0.1:34445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37115}, - {"Proto": "peerapi6", "Port": 37115} - ]}, - "Created": "2026-04-09T01:28:33.880302612Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5622058288907940, - "StableID": "n1w5AQwEuk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 614252133464435, + "StableID": "nt1MdzMCo511CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "DiscoKey": "discokey:45715040e52a9ecc65fda113cc8d164951594f234c33272b931a3b7a41afdc0f", - "Addresses": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "AllowedIPs": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "Endpoints": ["77.164.248.136:59230", "10.65.0.27:59230", "172.17.0.1:59230"], + "Key": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "DiscoKey": "discokey:de51cf81ef081380839f9de67ae2bad251f58ac7dc1c7771d99ef39ad9457a58", + "Addresses": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "AllowedIPs": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "Endpoints": ["77.164.248.136:49542", "10.65.0.27:49542", "172.17.0.1:49542"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39753}, - {"Proto": "peerapi6", "Port": 39753} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} ]}, - "Created": "2026-04-09T01:28:31.463892679Z", + "Created": "2026-04-09T08:34:36.351405083Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 6468668904386191, - "StableID": "n2iYAsxfWs11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:9403778a41531ae7048b37ec42541bbd4b9a8a6575b97056437caf65411bbb16", - "Addresses": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "AllowedIPs": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42693}, - {"Proto": "peerapi6", "Port": 42693} - ]}, - "Created": "2026-04-09T01:28:33.337172489Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6822903798034744, - "StableID": "nP4NhZ77Hv11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 1211746206827433, + "StableID": "nLvJs3XoTA11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "DiscoKey": "discokey:10341b150f56c697eb445c5917db416b5e5dee41943230101561b27ce445b459", - "Addresses": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "AllowedIPs": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "Endpoints": ["77.164.248.136:36725", "10.65.0.27:36725", "172.17.0.1:36725"], + "Key": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "DiscoKey": "discokey:8a287a483650e48dd52781870d075f03d672cdfb100b13a5d93f0e48a65be13b", + "Addresses": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "AllowedIPs": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "Endpoints": ["77.164.248.136:50633", "10.65.0.27:50633", "172.17.0.1:50633"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56174}, - {"Proto": "peerapi6", "Port": 56174} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47130}, + {"Proto": "peerapi6", "Port": 47130} ]}, - "Created": "2026-04-09T01:28:27.668522246Z", + "Created": "2026-04-09T08:34:37.992287485Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7183920444945723, - "StableID": "nQbKYgQc6y11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "DiscoKey": "discokey:e31564846ed9287b5563f0cc053eeeb2d2e7871e90800ccbe8c3a0afdb6e9a4d", - "Addresses": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "AllowedIPs": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "Endpoints": ["77.164.248.136:58416", "10.65.0.27:58416", "172.17.0.1:58416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62861}, - {"Proto": "peerapi6", "Port": 62861} - ]}, - "Created": "2026-04-09T01:28:30.384258907Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7297056745396378, - "StableID": "nH4ezoJryy11CNTRL", + "ID": 1749738122060865, + "StableID": "npxg9ueTfE11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "DiscoKey": "discokey:b1fa096e0410990173b823f8274f7e52e2568c6bbff62e96dff994181fb7d740", - "Addresses": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "AllowedIPs": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "Endpoints": ["77.164.248.136:45612", "10.65.0.27:45612", "172.17.0.1:45612"], + "Key": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "DiscoKey": "discokey:17be286ba3dea6320b84880441c8a5c2abb71092dde0abe789271dba3f687503", + "Addresses": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "AllowedIPs": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57467}, - {"Proto": "peerapi6", "Port": 57467} + {"Proto": "peerapi4", "Port": 46320}, + {"Proto": "peerapi6", "Port": 46320} ]}, - "Created": "2026-04-09T01:28:26.376005918Z", + "Created": "2026-04-09T08:34:32.080819299Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7323352347177745, - "StableID": "nce8Hn3mBz11CNTRL", + "ID": 3526316598438934, + "StableID": "nbX1WjM5YU11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:4eb340ebb044800635a284995a5b226b8e93d535b78c54f09c7d1d6737cb972f", + "Addresses": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "AllowedIPs": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "Endpoints": ["77.164.248.136:60332", "10.65.0.27:60332", "172.17.0.1:60332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63571}, + {"Proto": "peerapi6", "Port": 63571} + ]}, + "Created": "2026-04-09T08:34:39.609012488Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3733940149378108, + "StableID": "nbrwi1H7AW11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "DiscoKey": "discokey:7c434fd87dc63772c0fae83d2ba5ad2332dd98777e65fe6eebe5f2187add6a32", + "Addresses": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "AllowedIPs": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "Endpoints": ["77.164.248.136:52009", "10.65.0.27:52009", "172.17.0.1:52009"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} + ]}, + "Created": "2026-04-09T08:34:37.447830075Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4457148284661613, + "StableID": "ngaS8Cjeob11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "DiscoKey": "discokey:e6da6554cd1fa85a38dc5ce740808ff36415d2a5759795257c444c9c3318d520", - "Addresses": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "AllowedIPs": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "Endpoints": ["77.164.248.136:53625", "10.65.0.27:53625", "172.17.0.1:53625"], + "Key": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "DiscoKey": "discokey:c1b3df443e1c69a7081a7469cbcd67ea53cae465332b9bc5e08a97890009926f", + "Addresses": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "AllowedIPs": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "Endpoints": ["77.164.248.136:35838", "10.65.0.27:35838", "172.17.0.1:35838"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64495}, - {"Proto": "peerapi6", "Port": 64495} + {"Proto": "peerapi4", "Port": 39922}, + {"Proto": "peerapi6", "Port": 39922} ]}, - "Created": "2026-04-09T01:28:29.821554603Z", + "Created": "2026-04-09T08:34:35.281554233Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8829065120690697, - "StableID": "nkn812ahwB21CNTRL", + "ID": 4695475013225064, + "StableID": "njx92fAbfd11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "DiscoKey": "discokey:1d4b99f5ea0a7d047686909e6215646594b6f340ed2922f8a2df639c8f930254", + "Addresses": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "AllowedIPs": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "Endpoints": ["77.164.248.136:60044", "10.65.0.27:60044", "172.17.0.1:60044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 41808}, + {"Proto": "peerapi6", "Port": 41808} + ]}, + "Created": "2026-04-09T08:34:35.816315512Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4733111140608485, + "StableID": "nk4eicodxd11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "DiscoKey": "discokey:ed56d868b1795a3f05a52c9893f58a779c4afab82d4d9a473e7933bba3ce0211", - "Addresses": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "AllowedIPs": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "Endpoints": ["77.164.248.136:55411", "10.65.0.27:55411", "172.17.0.1:55411"], + "Key": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "DiscoKey": "discokey:4c0d4a8c4cf5c6b59fac6f0d6e17b5419f4a217cec371c543064ab25f2bbee10", + "Addresses": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "AllowedIPs": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "Endpoints": ["77.164.248.136:50897", "10.65.0.27:50897", "172.17.0.1:50897"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 63129}, - {"Proto": "peerapi6", "Port": 63129} + {"Proto": "peerapi4", "Port": 59489}, + {"Proto": "peerapi6", "Port": 59489} ]}, - "Created": "2026-04-09T01:28:28.762614715Z", + "Created": "2026-04-09T08:34:34.202914102Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 7382472454519027, + "StableID": "nxbZiu2Yez11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:61368352af59632127a8aa1796c0428cab6ac65da7f5128a5229780fc4d3137b", + "Addresses": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "AllowedIPs": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "Endpoints": ["77.164.248.136:58989", "10.65.0.27:58989", "172.17.0.1:58989"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60358}, + {"Proto": "peerapi6", "Port": 60358} + ]}, + "Created": "2026-04-09T08:34:39.079654386Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7766912863266258, + "StableID": "nySdBadee321CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "DiscoKey": "discokey:e2deb2788f5c7d6017dbe522f04e21088b2ce662e914af6cda65d3a7407b934f", + "Addresses": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "AllowedIPs": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "Endpoints": ["77.164.248.136:39257", "10.65.0.27:39257", "172.17.0.1:39257"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54252}, + {"Proto": "peerapi6", "Port": 54252} + ]}, + "Created": "2026-04-09T08:34:33.120427375Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8257257149552266, + "StableID": "nMt7fK9jU721CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "DiscoKey": "discokey:bb400838fa8563486f73ede08288fa3558c90e180eaf386ee205c0d4c61a3d11", + "Addresses": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "AllowedIPs": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "Endpoints": ["77.164.248.136:49897", "10.65.0.27:49897", "172.17.0.1:49897"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50222}, + {"Proto": "peerapi6", "Port": 50222} + ]}, + "Created": "2026-04-09T08:34:32.578231062Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8682595159611211, + "StableID": "ntf4714NoA21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "DiscoKey": "discokey:180d5c429f422bc22a527794fcb06df0c4aeab2233b1d626d951b679a2834f59", + "Addresses": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "AllowedIPs": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "Endpoints": ["77.164.248.136:52659", "10.65.0.27:52659", "172.17.0.1:52659"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52611}, + {"Proto": "peerapi6", "Port": 52611} + ]}, + "Created": "2026-04-09T08:34:36.903860482Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2603,27 +2605,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "60361658582857": { - "ID": 60361658582857, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8318965914220805": { + "ID": 8318965914220805, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2654,22 +2658,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3809197572973548, - "StableID": "nsWHYLACkW11CNTRL", + "ID": 3526316598438934, + "StableID": "nbX1WjM5YU11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "KeyExpiry": "2026-10-06T01:28:34Z", - "DiscoKey": "discokey:52d6192c9ca9307b564257323bd19eeaa4f50d9852ae6522cb821f5a5a2b1040", - "Addresses": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "AllowedIPs": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "Endpoints": ["77.164.248.136:38632", "10.65.0.27:38632", "172.17.0.1:38632"], + "Key": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:4eb340ebb044800635a284995a5b226b8e93d535b78c54f09c7d1d6737cb972f", + "Addresses": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "AllowedIPs": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "Endpoints": ["77.164.248.136:60332", "10.65.0.27:60332", "172.17.0.1:60332"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35675}, - {"Proto": "peerapi6", "Port": 35675}, + {"Proto": "peerapi4", "Port": 63571}, + {"Proto": "peerapi6", "Port": 63571}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:34.416258944Z", + "Created": "2026-04-09T08:34:39.609012488Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2698,302 +2702,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "MachineKey": "mkey:428b0a3db80a2e5d2d90a3feec3fa37a95b19f47e0db6b6b28c6e7b150a6b257", + "NodeKey": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "MachineKey": "mkey:3d388db832661d71e7dedcd38f31bf4f8cfaec27f68fdacada1a535af76e2122", "Peers": [{ - "ID": 60361658582857, - "StableID": "na555ibLU111CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "DiscoKey": "discokey:99aa11d7b17117230be25fc548823a7e83f028205dde11a25039ae8986ddb368", - "Addresses": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "AllowedIPs": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "Endpoints": ["77.164.248.136:54234", "10.65.0.27:54234", "172.17.0.1:54234"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47452}, - {"Proto": "peerapi6", "Port": 47452} - ]}, - "Created": "2026-04-09T01:28:29.280122948Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 133188046780046, - "StableID": "njqYcCdK3211CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "DiscoKey": "discokey:71f351b6884fe9539d4144f67d72ed655a5cb64598ac99ae35b1c435d3fad531", - "Addresses": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "AllowedIPs": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "Endpoints": ["77.164.248.136:56958", "10.65.0.27:56958", "172.17.0.1:56958"], + "ID": 305068863101708, + "StableID": "nDZqmDeAP311CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "KeyExpiry": "2026-10-06T08:34:38Z", + "DiscoKey": "discokey:7d63ed99420892a4769ce1e28f9fea26f64c7054cabb5035308b294522ba5f75", + "Addresses": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "AllowedIPs": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "Endpoints": ["77.164.248.136:50256", "10.65.0.27:50256", "172.17.0.1:50256"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 49136}, - {"Proto": "peerapi6", "Port": 49136} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37268}, + {"Proto": "peerapi6", "Port": 37268} ]}, - "Created": "2026-04-09T01:28:30.910111035Z", + "Created": "2026-04-09T08:34:38.526707228Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 474506681898866, - "StableID": "nVzEcBVuh411CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "DiscoKey": "discokey:148409f660ce981ff2f5562fb3391e9953c02209b5297ad537fab06cd709b919", - "Addresses": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "AllowedIPs": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "Endpoints": ["77.164.248.136:42654", "10.65.0.27:42654", "172.17.0.1:42654"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61712}, - {"Proto": "peerapi6", "Port": 61712} - ]}, - "Created": "2026-04-09T01:28:32.80039071Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1193411729651902, - "StableID": "n9ENuLuVKA11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "DiscoKey": "discokey:e0246e2382f317eebce2b477f26e534d62c76db54d3e905d84e5433efe1bd100", - "Addresses": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "AllowedIPs": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "Endpoints": ["77.164.248.136:36110", "10.65.0.27:36110", "172.17.0.1:36110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60541}, - {"Proto": "peerapi6", "Port": 60541} - ]}, - "Created": "2026-04-09T01:28:26.885907835Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 1666137674215733, - "StableID": "nCUJrTcb1E11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "DiscoKey": "discokey:6eac769194b24cdc64aaf34a20f5ed7f4209148df06895b343c3a1fad5d0ae04", - "Addresses": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "AllowedIPs": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "Endpoints": ["77.164.248.136:41868", "10.65.0.27:41868", "172.17.0.1:41868"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55854}, - {"Proto": "peerapi6", "Port": 55854} - ]}, - "Created": "2026-04-09T01:28:32.246902303Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1937002353626175, - "StableID": "naU93WmG8G11CNTRL", + "ID": 351340223470197, + "StableID": "nz7XSV78k311CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "DiscoKey": "discokey:233fe87a1731044758bc99f9349562c308222892707f1dc1b55e2cb2009f0f5b", - "Addresses": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "AllowedIPs": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "Endpoints": ["77.164.248.136:34617", "10.65.0.27:34617", "172.17.0.1:34617"], + "Key": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "DiscoKey": "discokey:f12773855a0c2c53468630f134141dc5263c126fb6f9f6edd10fa32d7f768d51", + "Addresses": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "AllowedIPs": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "Endpoints": ["77.164.248.136:57894", "10.65.0.27:57894", "172.17.0.1:57894"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36383}, - {"Proto": "peerapi6", "Port": 36383} + {"Proto": "peerapi4", "Port": 42833}, + {"Proto": "peerapi6", "Port": 42833} ]}, - "Created": "2026-04-09T01:28:28.199651045Z", + "Created": "2026-04-09T08:34:33.659831168Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 3955166784480635, - "StableID": "nWcuuRXJtX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:60a1763dd94bc1e8bc457b519ebef3f90804c43866450c9f9131948ac5a0520b", - "Addresses": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "AllowedIPs": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "Endpoints": ["77.164.248.136:34445", "10.65.0.27:34445", "172.17.0.1:34445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37115}, - {"Proto": "peerapi6", "Port": 37115} - ]}, - "Created": "2026-04-09T01:28:33.880302612Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5622058288907940, - "StableID": "n1w5AQwEuk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 614252133464435, + "StableID": "nt1MdzMCo511CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "DiscoKey": "discokey:45715040e52a9ecc65fda113cc8d164951594f234c33272b931a3b7a41afdc0f", - "Addresses": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "AllowedIPs": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "Endpoints": ["77.164.248.136:59230", "10.65.0.27:59230", "172.17.0.1:59230"], + "Key": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "DiscoKey": "discokey:de51cf81ef081380839f9de67ae2bad251f58ac7dc1c7771d99ef39ad9457a58", + "Addresses": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "AllowedIPs": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "Endpoints": ["77.164.248.136:49542", "10.65.0.27:49542", "172.17.0.1:49542"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39753}, - {"Proto": "peerapi6", "Port": 39753} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} ]}, - "Created": "2026-04-09T01:28:31.463892679Z", + "Created": "2026-04-09T08:34:36.351405083Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 6468668904386191, - "StableID": "n2iYAsxfWs11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:9403778a41531ae7048b37ec42541bbd4b9a8a6575b97056437caf65411bbb16", - "Addresses": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "AllowedIPs": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42693}, - {"Proto": "peerapi6", "Port": 42693} - ]}, - "Created": "2026-04-09T01:28:33.337172489Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6822903798034744, - "StableID": "nP4NhZ77Hv11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 1211746206827433, + "StableID": "nLvJs3XoTA11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "DiscoKey": "discokey:10341b150f56c697eb445c5917db416b5e5dee41943230101561b27ce445b459", - "Addresses": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "AllowedIPs": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "Endpoints": ["77.164.248.136:36725", "10.65.0.27:36725", "172.17.0.1:36725"], + "Key": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "DiscoKey": "discokey:8a287a483650e48dd52781870d075f03d672cdfb100b13a5d93f0e48a65be13b", + "Addresses": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "AllowedIPs": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "Endpoints": ["77.164.248.136:50633", "10.65.0.27:50633", "172.17.0.1:50633"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56174}, - {"Proto": "peerapi6", "Port": 56174} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47130}, + {"Proto": "peerapi6", "Port": 47130} ]}, - "Created": "2026-04-09T01:28:27.668522246Z", + "Created": "2026-04-09T08:34:37.992287485Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7183920444945723, - "StableID": "nQbKYgQc6y11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "DiscoKey": "discokey:e31564846ed9287b5563f0cc053eeeb2d2e7871e90800ccbe8c3a0afdb6e9a4d", - "Addresses": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "AllowedIPs": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "Endpoints": ["77.164.248.136:58416", "10.65.0.27:58416", "172.17.0.1:58416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62861}, - {"Proto": "peerapi6", "Port": 62861} - ]}, - "Created": "2026-04-09T01:28:30.384258907Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7297056745396378, - "StableID": "nH4ezoJryy11CNTRL", + "ID": 1749738122060865, + "StableID": "npxg9ueTfE11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "DiscoKey": "discokey:b1fa096e0410990173b823f8274f7e52e2568c6bbff62e96dff994181fb7d740", - "Addresses": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "AllowedIPs": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "Endpoints": ["77.164.248.136:45612", "10.65.0.27:45612", "172.17.0.1:45612"], + "Key": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "DiscoKey": "discokey:17be286ba3dea6320b84880441c8a5c2abb71092dde0abe789271dba3f687503", + "Addresses": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "AllowedIPs": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57467}, - {"Proto": "peerapi6", "Port": 57467} + {"Proto": "peerapi4", "Port": 46320}, + {"Proto": "peerapi6", "Port": 46320} ]}, - "Created": "2026-04-09T01:28:26.376005918Z", + "Created": "2026-04-09T08:34:32.080819299Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7323352347177745, - "StableID": "nce8Hn3mBz11CNTRL", + "ID": 3733940149378108, + "StableID": "nbrwi1H7AW11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "DiscoKey": "discokey:7c434fd87dc63772c0fae83d2ba5ad2332dd98777e65fe6eebe5f2187add6a32", + "Addresses": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "AllowedIPs": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "Endpoints": ["77.164.248.136:52009", "10.65.0.27:52009", "172.17.0.1:52009"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} + ]}, + "Created": "2026-04-09T08:34:37.447830075Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4457148284661613, + "StableID": "ngaS8Cjeob11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "DiscoKey": "discokey:e6da6554cd1fa85a38dc5ce740808ff36415d2a5759795257c444c9c3318d520", - "Addresses": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "AllowedIPs": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "Endpoints": ["77.164.248.136:53625", "10.65.0.27:53625", "172.17.0.1:53625"], + "Key": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "DiscoKey": "discokey:c1b3df443e1c69a7081a7469cbcd67ea53cae465332b9bc5e08a97890009926f", + "Addresses": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "AllowedIPs": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "Endpoints": ["77.164.248.136:35838", "10.65.0.27:35838", "172.17.0.1:35838"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64495}, - {"Proto": "peerapi6", "Port": 64495} + {"Proto": "peerapi4", "Port": 39922}, + {"Proto": "peerapi6", "Port": 39922} ]}, - "Created": "2026-04-09T01:28:29.821554603Z", + "Created": "2026-04-09T08:34:35.281554233Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8829065120690697, - "StableID": "nkn812ahwB21CNTRL", + "ID": 4695475013225064, + "StableID": "njx92fAbfd11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "DiscoKey": "discokey:1d4b99f5ea0a7d047686909e6215646594b6f340ed2922f8a2df639c8f930254", + "Addresses": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "AllowedIPs": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "Endpoints": ["77.164.248.136:60044", "10.65.0.27:60044", "172.17.0.1:60044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 41808}, + {"Proto": "peerapi6", "Port": 41808} + ]}, + "Created": "2026-04-09T08:34:35.816315512Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4733111140608485, + "StableID": "nk4eicodxd11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "DiscoKey": "discokey:ed56d868b1795a3f05a52c9893f58a779c4afab82d4d9a473e7933bba3ce0211", - "Addresses": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "AllowedIPs": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "Endpoints": ["77.164.248.136:55411", "10.65.0.27:55411", "172.17.0.1:55411"], + "Key": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "DiscoKey": "discokey:4c0d4a8c4cf5c6b59fac6f0d6e17b5419f4a217cec371c543064ab25f2bbee10", + "Addresses": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "AllowedIPs": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "Endpoints": ["77.164.248.136:50897", "10.65.0.27:50897", "172.17.0.1:50897"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 63129}, - {"Proto": "peerapi6", "Port": 63129} + {"Proto": "peerapi4", "Port": 59489}, + {"Proto": "peerapi6", "Port": 59489} ]}, - "Created": "2026-04-09T01:28:28.762614715Z", + "Created": "2026-04-09T08:34:34.202914102Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 7382472454519027, + "StableID": "nxbZiu2Yez11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:61368352af59632127a8aa1796c0428cab6ac65da7f5128a5229780fc4d3137b", + "Addresses": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "AllowedIPs": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "Endpoints": ["77.164.248.136:58989", "10.65.0.27:58989", "172.17.0.1:58989"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60358}, + {"Proto": "peerapi6", "Port": 60358} + ]}, + "Created": "2026-04-09T08:34:39.079654386Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7766912863266258, + "StableID": "nySdBadee321CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "DiscoKey": "discokey:e2deb2788f5c7d6017dbe522f04e21088b2ce662e914af6cda65d3a7407b934f", + "Addresses": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "AllowedIPs": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "Endpoints": ["77.164.248.136:39257", "10.65.0.27:39257", "172.17.0.1:39257"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54252}, + {"Proto": "peerapi6", "Port": 54252} + ]}, + "Created": "2026-04-09T08:34:33.120427375Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8257257149552266, + "StableID": "nMt7fK9jU721CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "DiscoKey": "discokey:bb400838fa8563486f73ede08288fa3558c90e180eaf386ee205c0d4c61a3d11", + "Addresses": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "AllowedIPs": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "Endpoints": ["77.164.248.136:49897", "10.65.0.27:49897", "172.17.0.1:49897"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50222}, + {"Proto": "peerapi6", "Port": 50222} + ]}, + "Created": "2026-04-09T08:34:32.578231062Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8318965914220805, + "StableID": "nSmzsR8gx721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "DiscoKey": "discokey:cb6c083a22a6ca2b7d8762e5ffb6a9e2004facd056e1fa1c74483024e7c24e41", + "Addresses": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "AllowedIPs": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "Endpoints": ["77.164.248.136:53797", "10.65.0.27:53797", "172.17.0.1:53797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61554}, + {"Proto": "peerapi6", "Port": 61554} + ]}, + "Created": "2026-04-09T08:34:34.742378644Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8682595159611211, + "StableID": "ntf4714NoA21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "DiscoKey": "discokey:180d5c429f422bc22a527794fcb06df0c4aeab2233b1d626d951b679a2834f59", + "Addresses": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "AllowedIPs": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "Endpoints": ["77.164.248.136:52659", "10.65.0.27:52659", "172.17.0.1:52659"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52611}, + {"Proto": "peerapi6", "Port": 52611} + ]}, + "Created": "2026-04-09T08:34:36.903860482Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3841,23 +3845,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3888,26 +3893,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6822903798034744, - "StableID": "nP4NhZ77Hv11CNTRL", + "ID": 7766912863266258, + "StableID": "nySdBadee321CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 6822903798034744, - "Key": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "DiscoKey": "discokey:10341b150f56c697eb445c5917db416b5e5dee41943230101561b27ce445b459", - "Addresses": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "AllowedIPs": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "Endpoints": ["77.164.248.136:36725", "10.65.0.27:36725", "172.17.0.1:36725"], + "User": 7766912863266258, + "Key": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "DiscoKey": "discokey:e2deb2788f5c7d6017dbe522f04e21088b2ce662e914af6cda65d3a7407b934f", + "Addresses": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "AllowedIPs": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "Endpoints": ["77.164.248.136:39257", "10.65.0.27:39257", "172.17.0.1:39257"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 56174}, - {"Proto": "peerapi6", "Port": 56174}, + {"Proto": "peerapi4", "Port": 54252}, + {"Proto": "peerapi6", "Port": 54252}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:27.668522246Z", + "Created": "2026-04-09T08:34:33.120427375Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3935,302 +3940,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "MachineKey": "mkey:3b5a8fa56265f826fa9e7ad10318bf00151ad3cbcfe796ebab055e94e7e06c1d", + "NodeKey": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "MachineKey": "mkey:a07b2c9890baebd002110edd087b4fde611eb7d0593366839dfe52381294ee14", "Peers": [{ - "ID": 60361658582857, - "StableID": "na555ibLU111CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "DiscoKey": "discokey:99aa11d7b17117230be25fc548823a7e83f028205dde11a25039ae8986ddb368", - "Addresses": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "AllowedIPs": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "Endpoints": ["77.164.248.136:54234", "10.65.0.27:54234", "172.17.0.1:54234"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47452}, - {"Proto": "peerapi6", "Port": 47452} - ]}, - "Created": "2026-04-09T01:28:29.280122948Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 133188046780046, - "StableID": "njqYcCdK3211CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "DiscoKey": "discokey:71f351b6884fe9539d4144f67d72ed655a5cb64598ac99ae35b1c435d3fad531", - "Addresses": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "AllowedIPs": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "Endpoints": ["77.164.248.136:56958", "10.65.0.27:56958", "172.17.0.1:56958"], + "ID": 305068863101708, + "StableID": "nDZqmDeAP311CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "KeyExpiry": "2026-10-06T08:34:38Z", + "DiscoKey": "discokey:7d63ed99420892a4769ce1e28f9fea26f64c7054cabb5035308b294522ba5f75", + "Addresses": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "AllowedIPs": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "Endpoints": ["77.164.248.136:50256", "10.65.0.27:50256", "172.17.0.1:50256"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 49136}, - {"Proto": "peerapi6", "Port": 49136} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37268}, + {"Proto": "peerapi6", "Port": 37268} ]}, - "Created": "2026-04-09T01:28:30.910111035Z", + "Created": "2026-04-09T08:34:38.526707228Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 474506681898866, - "StableID": "nVzEcBVuh411CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "DiscoKey": "discokey:148409f660ce981ff2f5562fb3391e9953c02209b5297ad537fab06cd709b919", - "Addresses": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "AllowedIPs": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "Endpoints": ["77.164.248.136:42654", "10.65.0.27:42654", "172.17.0.1:42654"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61712}, - {"Proto": "peerapi6", "Port": 61712} - ]}, - "Created": "2026-04-09T01:28:32.80039071Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1193411729651902, - "StableID": "n9ENuLuVKA11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "DiscoKey": "discokey:e0246e2382f317eebce2b477f26e534d62c76db54d3e905d84e5433efe1bd100", - "Addresses": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "AllowedIPs": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "Endpoints": ["77.164.248.136:36110", "10.65.0.27:36110", "172.17.0.1:36110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60541}, - {"Proto": "peerapi6", "Port": 60541} - ]}, - "Created": "2026-04-09T01:28:26.885907835Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 1666137674215733, - "StableID": "nCUJrTcb1E11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "DiscoKey": "discokey:6eac769194b24cdc64aaf34a20f5ed7f4209148df06895b343c3a1fad5d0ae04", - "Addresses": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "AllowedIPs": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "Endpoints": ["77.164.248.136:41868", "10.65.0.27:41868", "172.17.0.1:41868"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55854}, - {"Proto": "peerapi6", "Port": 55854} - ]}, - "Created": "2026-04-09T01:28:32.246902303Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1937002353626175, - "StableID": "naU93WmG8G11CNTRL", + "ID": 351340223470197, + "StableID": "nz7XSV78k311CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "DiscoKey": "discokey:233fe87a1731044758bc99f9349562c308222892707f1dc1b55e2cb2009f0f5b", - "Addresses": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "AllowedIPs": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "Endpoints": ["77.164.248.136:34617", "10.65.0.27:34617", "172.17.0.1:34617"], + "Key": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "DiscoKey": "discokey:f12773855a0c2c53468630f134141dc5263c126fb6f9f6edd10fa32d7f768d51", + "Addresses": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "AllowedIPs": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "Endpoints": ["77.164.248.136:57894", "10.65.0.27:57894", "172.17.0.1:57894"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36383}, - {"Proto": "peerapi6", "Port": 36383} + {"Proto": "peerapi4", "Port": 42833}, + {"Proto": "peerapi6", "Port": 42833} ]}, - "Created": "2026-04-09T01:28:28.199651045Z", + "Created": "2026-04-09T08:34:33.659831168Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 3809197572973548, - "StableID": "nsWHYLACkW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "KeyExpiry": "2026-10-06T01:28:34Z", - "DiscoKey": "discokey:52d6192c9ca9307b564257323bd19eeaa4f50d9852ae6522cb821f5a5a2b1040", - "Addresses": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "AllowedIPs": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "Endpoints": ["77.164.248.136:38632", "10.65.0.27:38632", "172.17.0.1:38632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35675}, - {"Proto": "peerapi6", "Port": 35675} - ]}, - "Created": "2026-04-09T01:28:34.416258944Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3955166784480635, - "StableID": "nWcuuRXJtX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:60a1763dd94bc1e8bc457b519ebef3f90804c43866450c9f9131948ac5a0520b", - "Addresses": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "AllowedIPs": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "Endpoints": ["77.164.248.136:34445", "10.65.0.27:34445", "172.17.0.1:34445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37115}, - {"Proto": "peerapi6", "Port": 37115} - ]}, - "Created": "2026-04-09T01:28:33.880302612Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5622058288907940, - "StableID": "n1w5AQwEuk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 614252133464435, + "StableID": "nt1MdzMCo511CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "DiscoKey": "discokey:45715040e52a9ecc65fda113cc8d164951594f234c33272b931a3b7a41afdc0f", - "Addresses": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "AllowedIPs": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "Endpoints": ["77.164.248.136:59230", "10.65.0.27:59230", "172.17.0.1:59230"], + "Key": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "DiscoKey": "discokey:de51cf81ef081380839f9de67ae2bad251f58ac7dc1c7771d99ef39ad9457a58", + "Addresses": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "AllowedIPs": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "Endpoints": ["77.164.248.136:49542", "10.65.0.27:49542", "172.17.0.1:49542"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39753}, - {"Proto": "peerapi6", "Port": 39753} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} ]}, - "Created": "2026-04-09T01:28:31.463892679Z", + "Created": "2026-04-09T08:34:36.351405083Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 6468668904386191, - "StableID": "n2iYAsxfWs11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:9403778a41531ae7048b37ec42541bbd4b9a8a6575b97056437caf65411bbb16", - "Addresses": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "AllowedIPs": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42693}, - {"Proto": "peerapi6", "Port": 42693} - ]}, - "Created": "2026-04-09T01:28:33.337172489Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7183920444945723, - "StableID": "nQbKYgQc6y11CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 1211746206827433, + "StableID": "nLvJs3XoTA11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "DiscoKey": "discokey:e31564846ed9287b5563f0cc053eeeb2d2e7871e90800ccbe8c3a0afdb6e9a4d", - "Addresses": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "AllowedIPs": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "Endpoints": ["77.164.248.136:58416", "10.65.0.27:58416", "172.17.0.1:58416"], + "Key": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "DiscoKey": "discokey:8a287a483650e48dd52781870d075f03d672cdfb100b13a5d93f0e48a65be13b", + "Addresses": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "AllowedIPs": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "Endpoints": ["77.164.248.136:50633", "10.65.0.27:50633", "172.17.0.1:50633"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62861}, - {"Proto": "peerapi6", "Port": 62861} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47130}, + {"Proto": "peerapi6", "Port": 47130} ]}, - "Created": "2026-04-09T01:28:30.384258907Z", + "Created": "2026-04-09T08:34:37.992287485Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7297056745396378, - "StableID": "nH4ezoJryy11CNTRL", + "ID": 1749738122060865, + "StableID": "npxg9ueTfE11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "DiscoKey": "discokey:b1fa096e0410990173b823f8274f7e52e2568c6bbff62e96dff994181fb7d740", - "Addresses": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "AllowedIPs": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "Endpoints": ["77.164.248.136:45612", "10.65.0.27:45612", "172.17.0.1:45612"], + "Key": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "DiscoKey": "discokey:17be286ba3dea6320b84880441c8a5c2abb71092dde0abe789271dba3f687503", + "Addresses": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "AllowedIPs": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57467}, - {"Proto": "peerapi6", "Port": 57467} + {"Proto": "peerapi4", "Port": 46320}, + {"Proto": "peerapi6", "Port": 46320} ]}, - "Created": "2026-04-09T01:28:26.376005918Z", + "Created": "2026-04-09T08:34:32.080819299Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7323352347177745, - "StableID": "nce8Hn3mBz11CNTRL", + "ID": 3526316598438934, + "StableID": "nbX1WjM5YU11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:4eb340ebb044800635a284995a5b226b8e93d535b78c54f09c7d1d6737cb972f", + "Addresses": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "AllowedIPs": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "Endpoints": ["77.164.248.136:60332", "10.65.0.27:60332", "172.17.0.1:60332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63571}, + {"Proto": "peerapi6", "Port": 63571} + ]}, + "Created": "2026-04-09T08:34:39.609012488Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3733940149378108, + "StableID": "nbrwi1H7AW11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "DiscoKey": "discokey:7c434fd87dc63772c0fae83d2ba5ad2332dd98777e65fe6eebe5f2187add6a32", + "Addresses": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "AllowedIPs": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "Endpoints": ["77.164.248.136:52009", "10.65.0.27:52009", "172.17.0.1:52009"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} + ]}, + "Created": "2026-04-09T08:34:37.447830075Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4457148284661613, + "StableID": "ngaS8Cjeob11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "DiscoKey": "discokey:e6da6554cd1fa85a38dc5ce740808ff36415d2a5759795257c444c9c3318d520", - "Addresses": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "AllowedIPs": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "Endpoints": ["77.164.248.136:53625", "10.65.0.27:53625", "172.17.0.1:53625"], + "Key": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "DiscoKey": "discokey:c1b3df443e1c69a7081a7469cbcd67ea53cae465332b9bc5e08a97890009926f", + "Addresses": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "AllowedIPs": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "Endpoints": ["77.164.248.136:35838", "10.65.0.27:35838", "172.17.0.1:35838"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64495}, - {"Proto": "peerapi6", "Port": 64495} + {"Proto": "peerapi4", "Port": 39922}, + {"Proto": "peerapi6", "Port": 39922} ]}, - "Created": "2026-04-09T01:28:29.821554603Z", + "Created": "2026-04-09T08:34:35.281554233Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8829065120690697, - "StableID": "nkn812ahwB21CNTRL", + "ID": 4695475013225064, + "StableID": "njx92fAbfd11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "DiscoKey": "discokey:1d4b99f5ea0a7d047686909e6215646594b6f340ed2922f8a2df639c8f930254", + "Addresses": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "AllowedIPs": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "Endpoints": ["77.164.248.136:60044", "10.65.0.27:60044", "172.17.0.1:60044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 41808}, + {"Proto": "peerapi6", "Port": 41808} + ]}, + "Created": "2026-04-09T08:34:35.816315512Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4733111140608485, + "StableID": "nk4eicodxd11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "DiscoKey": "discokey:ed56d868b1795a3f05a52c9893f58a779c4afab82d4d9a473e7933bba3ce0211", - "Addresses": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "AllowedIPs": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "Endpoints": ["77.164.248.136:55411", "10.65.0.27:55411", "172.17.0.1:55411"], + "Key": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "DiscoKey": "discokey:4c0d4a8c4cf5c6b59fac6f0d6e17b5419f4a217cec371c543064ab25f2bbee10", + "Addresses": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "AllowedIPs": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "Endpoints": ["77.164.248.136:50897", "10.65.0.27:50897", "172.17.0.1:50897"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 63129}, - {"Proto": "peerapi6", "Port": 63129} + {"Proto": "peerapi4", "Port": 59489}, + {"Proto": "peerapi6", "Port": 59489} ]}, - "Created": "2026-04-09T01:28:28.762614715Z", + "Created": "2026-04-09T08:34:34.202914102Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 7382472454519027, + "StableID": "nxbZiu2Yez11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:61368352af59632127a8aa1796c0428cab6ac65da7f5128a5229780fc4d3137b", + "Addresses": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "AllowedIPs": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "Endpoints": ["77.164.248.136:58989", "10.65.0.27:58989", "172.17.0.1:58989"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60358}, + {"Proto": "peerapi6", "Port": 60358} + ]}, + "Created": "2026-04-09T08:34:39.079654386Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8257257149552266, + "StableID": "nMt7fK9jU721CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "DiscoKey": "discokey:bb400838fa8563486f73ede08288fa3558c90e180eaf386ee205c0d4c61a3d11", + "Addresses": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "AllowedIPs": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "Endpoints": ["77.164.248.136:49897", "10.65.0.27:49897", "172.17.0.1:49897"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50222}, + {"Proto": "peerapi6", "Port": 50222} + ]}, + "Created": "2026-04-09T08:34:32.578231062Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8318965914220805, + "StableID": "nSmzsR8gx721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "DiscoKey": "discokey:cb6c083a22a6ca2b7d8762e5ffb6a9e2004facd056e1fa1c74483024e7c24e41", + "Addresses": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "AllowedIPs": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "Endpoints": ["77.164.248.136:53797", "10.65.0.27:53797", "172.17.0.1:53797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61554}, + {"Proto": "peerapi6", "Port": 61554} + ]}, + "Created": "2026-04-09T08:34:34.742378644Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8682595159611211, + "StableID": "ntf4714NoA21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "DiscoKey": "discokey:180d5c429f422bc22a527794fcb06df0c4aeab2233b1d626d951b679a2834f59", + "Addresses": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "AllowedIPs": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "Endpoints": ["77.164.248.136:52659", "10.65.0.27:52659", "172.17.0.1:52659"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52611}, + {"Proto": "peerapi6", "Port": 52611} + ]}, + "Created": "2026-04-09T08:34:36.903860482Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5078,27 +5083,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6822903798034744": { - "ID": 6822903798034744, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7766912863266258": { + "ID": 7766912863266258, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5129,26 +5136,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7183920444945723, - "StableID": "nQbKYgQc6y11CNTRL", + "ID": 4695475013225064, + "StableID": "njx92fAbfd11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 7183920444945723, - "Key": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "DiscoKey": "discokey:e31564846ed9287b5563f0cc053eeeb2d2e7871e90800ccbe8c3a0afdb6e9a4d", - "Addresses": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "AllowedIPs": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "Endpoints": ["77.164.248.136:58416", "10.65.0.27:58416", "172.17.0.1:58416"], + "User": 4695475013225064, + "Key": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "DiscoKey": "discokey:1d4b99f5ea0a7d047686909e6215646594b6f340ed2922f8a2df639c8f930254", + "Addresses": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "AllowedIPs": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "Endpoints": ["77.164.248.136:60044", "10.65.0.27:60044", "172.17.0.1:60044"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 62861}, - {"Proto": "peerapi6", "Port": 62861}, + {"Proto": "peerapi4", "Port": 41808}, + {"Proto": "peerapi6", "Port": 41808}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:30.384258907Z", + "Created": "2026-04-09T08:34:35.816315512Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5176,302 +5183,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "MachineKey": "mkey:f57a3ba43e09bdddeee23b8df309b2bd3e16525950aa35193adeeea510997024", + "NodeKey": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "MachineKey": "mkey:7fdd129c25bb67084dbfe31b5785b0bc8ba479a02db5642266ff11d8384e074b", "Peers": [{ - "ID": 60361658582857, - "StableID": "na555ibLU111CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "DiscoKey": "discokey:99aa11d7b17117230be25fc548823a7e83f028205dde11a25039ae8986ddb368", - "Addresses": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "AllowedIPs": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "Endpoints": ["77.164.248.136:54234", "10.65.0.27:54234", "172.17.0.1:54234"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47452}, - {"Proto": "peerapi6", "Port": 47452} - ]}, - "Created": "2026-04-09T01:28:29.280122948Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 133188046780046, - "StableID": "njqYcCdK3211CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "DiscoKey": "discokey:71f351b6884fe9539d4144f67d72ed655a5cb64598ac99ae35b1c435d3fad531", - "Addresses": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "AllowedIPs": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "Endpoints": ["77.164.248.136:56958", "10.65.0.27:56958", "172.17.0.1:56958"], + "ID": 305068863101708, + "StableID": "nDZqmDeAP311CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "KeyExpiry": "2026-10-06T08:34:38Z", + "DiscoKey": "discokey:7d63ed99420892a4769ce1e28f9fea26f64c7054cabb5035308b294522ba5f75", + "Addresses": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "AllowedIPs": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "Endpoints": ["77.164.248.136:50256", "10.65.0.27:50256", "172.17.0.1:50256"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 49136}, - {"Proto": "peerapi6", "Port": 49136} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37268}, + {"Proto": "peerapi6", "Port": 37268} ]}, - "Created": "2026-04-09T01:28:30.910111035Z", + "Created": "2026-04-09T08:34:38.526707228Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 474506681898866, - "StableID": "nVzEcBVuh411CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "DiscoKey": "discokey:148409f660ce981ff2f5562fb3391e9953c02209b5297ad537fab06cd709b919", - "Addresses": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "AllowedIPs": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "Endpoints": ["77.164.248.136:42654", "10.65.0.27:42654", "172.17.0.1:42654"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61712}, - {"Proto": "peerapi6", "Port": 61712} - ]}, - "Created": "2026-04-09T01:28:32.80039071Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1193411729651902, - "StableID": "n9ENuLuVKA11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "DiscoKey": "discokey:e0246e2382f317eebce2b477f26e534d62c76db54d3e905d84e5433efe1bd100", - "Addresses": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "AllowedIPs": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "Endpoints": ["77.164.248.136:36110", "10.65.0.27:36110", "172.17.0.1:36110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60541}, - {"Proto": "peerapi6", "Port": 60541} - ]}, - "Created": "2026-04-09T01:28:26.885907835Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 1666137674215733, - "StableID": "nCUJrTcb1E11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "DiscoKey": "discokey:6eac769194b24cdc64aaf34a20f5ed7f4209148df06895b343c3a1fad5d0ae04", - "Addresses": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "AllowedIPs": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "Endpoints": ["77.164.248.136:41868", "10.65.0.27:41868", "172.17.0.1:41868"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55854}, - {"Proto": "peerapi6", "Port": 55854} - ]}, - "Created": "2026-04-09T01:28:32.246902303Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1937002353626175, - "StableID": "naU93WmG8G11CNTRL", + "ID": 351340223470197, + "StableID": "nz7XSV78k311CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "DiscoKey": "discokey:233fe87a1731044758bc99f9349562c308222892707f1dc1b55e2cb2009f0f5b", - "Addresses": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "AllowedIPs": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "Endpoints": ["77.164.248.136:34617", "10.65.0.27:34617", "172.17.0.1:34617"], + "Key": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "DiscoKey": "discokey:f12773855a0c2c53468630f134141dc5263c126fb6f9f6edd10fa32d7f768d51", + "Addresses": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "AllowedIPs": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "Endpoints": ["77.164.248.136:57894", "10.65.0.27:57894", "172.17.0.1:57894"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36383}, - {"Proto": "peerapi6", "Port": 36383} + {"Proto": "peerapi4", "Port": 42833}, + {"Proto": "peerapi6", "Port": 42833} ]}, - "Created": "2026-04-09T01:28:28.199651045Z", + "Created": "2026-04-09T08:34:33.659831168Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 3809197572973548, - "StableID": "nsWHYLACkW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "KeyExpiry": "2026-10-06T01:28:34Z", - "DiscoKey": "discokey:52d6192c9ca9307b564257323bd19eeaa4f50d9852ae6522cb821f5a5a2b1040", - "Addresses": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "AllowedIPs": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "Endpoints": ["77.164.248.136:38632", "10.65.0.27:38632", "172.17.0.1:38632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35675}, - {"Proto": "peerapi6", "Port": 35675} - ]}, - "Created": "2026-04-09T01:28:34.416258944Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3955166784480635, - "StableID": "nWcuuRXJtX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:60a1763dd94bc1e8bc457b519ebef3f90804c43866450c9f9131948ac5a0520b", - "Addresses": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "AllowedIPs": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "Endpoints": ["77.164.248.136:34445", "10.65.0.27:34445", "172.17.0.1:34445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37115}, - {"Proto": "peerapi6", "Port": 37115} - ]}, - "Created": "2026-04-09T01:28:33.880302612Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5622058288907940, - "StableID": "n1w5AQwEuk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 614252133464435, + "StableID": "nt1MdzMCo511CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "DiscoKey": "discokey:45715040e52a9ecc65fda113cc8d164951594f234c33272b931a3b7a41afdc0f", - "Addresses": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "AllowedIPs": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "Endpoints": ["77.164.248.136:59230", "10.65.0.27:59230", "172.17.0.1:59230"], + "Key": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "DiscoKey": "discokey:de51cf81ef081380839f9de67ae2bad251f58ac7dc1c7771d99ef39ad9457a58", + "Addresses": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "AllowedIPs": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "Endpoints": ["77.164.248.136:49542", "10.65.0.27:49542", "172.17.0.1:49542"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39753}, - {"Proto": "peerapi6", "Port": 39753} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} ]}, - "Created": "2026-04-09T01:28:31.463892679Z", + "Created": "2026-04-09T08:34:36.351405083Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 6468668904386191, - "StableID": "n2iYAsxfWs11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:9403778a41531ae7048b37ec42541bbd4b9a8a6575b97056437caf65411bbb16", - "Addresses": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "AllowedIPs": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42693}, - {"Proto": "peerapi6", "Port": 42693} - ]}, - "Created": "2026-04-09T01:28:33.337172489Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6822903798034744, - "StableID": "nP4NhZ77Hv11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 1211746206827433, + "StableID": "nLvJs3XoTA11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "DiscoKey": "discokey:10341b150f56c697eb445c5917db416b5e5dee41943230101561b27ce445b459", - "Addresses": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "AllowedIPs": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "Endpoints": ["77.164.248.136:36725", "10.65.0.27:36725", "172.17.0.1:36725"], + "Key": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "DiscoKey": "discokey:8a287a483650e48dd52781870d075f03d672cdfb100b13a5d93f0e48a65be13b", + "Addresses": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "AllowedIPs": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "Endpoints": ["77.164.248.136:50633", "10.65.0.27:50633", "172.17.0.1:50633"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56174}, - {"Proto": "peerapi6", "Port": 56174} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47130}, + {"Proto": "peerapi6", "Port": 47130} ]}, - "Created": "2026-04-09T01:28:27.668522246Z", + "Created": "2026-04-09T08:34:37.992287485Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7297056745396378, - "StableID": "nH4ezoJryy11CNTRL", + "ID": 1749738122060865, + "StableID": "npxg9ueTfE11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "DiscoKey": "discokey:b1fa096e0410990173b823f8274f7e52e2568c6bbff62e96dff994181fb7d740", - "Addresses": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "AllowedIPs": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "Endpoints": ["77.164.248.136:45612", "10.65.0.27:45612", "172.17.0.1:45612"], + "Key": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "DiscoKey": "discokey:17be286ba3dea6320b84880441c8a5c2abb71092dde0abe789271dba3f687503", + "Addresses": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "AllowedIPs": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57467}, - {"Proto": "peerapi6", "Port": 57467} + {"Proto": "peerapi4", "Port": 46320}, + {"Proto": "peerapi6", "Port": 46320} ]}, - "Created": "2026-04-09T01:28:26.376005918Z", + "Created": "2026-04-09T08:34:32.080819299Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7323352347177745, - "StableID": "nce8Hn3mBz11CNTRL", + "ID": 3526316598438934, + "StableID": "nbX1WjM5YU11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:4eb340ebb044800635a284995a5b226b8e93d535b78c54f09c7d1d6737cb972f", + "Addresses": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "AllowedIPs": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "Endpoints": ["77.164.248.136:60332", "10.65.0.27:60332", "172.17.0.1:60332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63571}, + {"Proto": "peerapi6", "Port": 63571} + ]}, + "Created": "2026-04-09T08:34:39.609012488Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3733940149378108, + "StableID": "nbrwi1H7AW11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "DiscoKey": "discokey:7c434fd87dc63772c0fae83d2ba5ad2332dd98777e65fe6eebe5f2187add6a32", + "Addresses": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "AllowedIPs": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "Endpoints": ["77.164.248.136:52009", "10.65.0.27:52009", "172.17.0.1:52009"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} + ]}, + "Created": "2026-04-09T08:34:37.447830075Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4457148284661613, + "StableID": "ngaS8Cjeob11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "DiscoKey": "discokey:e6da6554cd1fa85a38dc5ce740808ff36415d2a5759795257c444c9c3318d520", - "Addresses": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "AllowedIPs": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "Endpoints": ["77.164.248.136:53625", "10.65.0.27:53625", "172.17.0.1:53625"], + "Key": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "DiscoKey": "discokey:c1b3df443e1c69a7081a7469cbcd67ea53cae465332b9bc5e08a97890009926f", + "Addresses": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "AllowedIPs": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "Endpoints": ["77.164.248.136:35838", "10.65.0.27:35838", "172.17.0.1:35838"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64495}, - {"Proto": "peerapi6", "Port": 64495} + {"Proto": "peerapi4", "Port": 39922}, + {"Proto": "peerapi6", "Port": 39922} ]}, - "Created": "2026-04-09T01:28:29.821554603Z", + "Created": "2026-04-09T08:34:35.281554233Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8829065120690697, - "StableID": "nkn812ahwB21CNTRL", + "ID": 4733111140608485, + "StableID": "nk4eicodxd11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "DiscoKey": "discokey:ed56d868b1795a3f05a52c9893f58a779c4afab82d4d9a473e7933bba3ce0211", - "Addresses": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "AllowedIPs": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "Endpoints": ["77.164.248.136:55411", "10.65.0.27:55411", "172.17.0.1:55411"], + "Key": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "DiscoKey": "discokey:4c0d4a8c4cf5c6b59fac6f0d6e17b5419f4a217cec371c543064ab25f2bbee10", + "Addresses": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "AllowedIPs": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "Endpoints": ["77.164.248.136:50897", "10.65.0.27:50897", "172.17.0.1:50897"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 63129}, - {"Proto": "peerapi6", "Port": 63129} + {"Proto": "peerapi4", "Port": 59489}, + {"Proto": "peerapi6", "Port": 59489} ]}, - "Created": "2026-04-09T01:28:28.762614715Z", + "Created": "2026-04-09T08:34:34.202914102Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 7382472454519027, + "StableID": "nxbZiu2Yez11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:61368352af59632127a8aa1796c0428cab6ac65da7f5128a5229780fc4d3137b", + "Addresses": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "AllowedIPs": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "Endpoints": ["77.164.248.136:58989", "10.65.0.27:58989", "172.17.0.1:58989"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60358}, + {"Proto": "peerapi6", "Port": 60358} + ]}, + "Created": "2026-04-09T08:34:39.079654386Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7766912863266258, + "StableID": "nySdBadee321CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "DiscoKey": "discokey:e2deb2788f5c7d6017dbe522f04e21088b2ce662e914af6cda65d3a7407b934f", + "Addresses": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "AllowedIPs": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "Endpoints": ["77.164.248.136:39257", "10.65.0.27:39257", "172.17.0.1:39257"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54252}, + {"Proto": "peerapi6", "Port": 54252} + ]}, + "Created": "2026-04-09T08:34:33.120427375Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8257257149552266, + "StableID": "nMt7fK9jU721CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "DiscoKey": "discokey:bb400838fa8563486f73ede08288fa3558c90e180eaf386ee205c0d4c61a3d11", + "Addresses": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "AllowedIPs": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "Endpoints": ["77.164.248.136:49897", "10.65.0.27:49897", "172.17.0.1:49897"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50222}, + {"Proto": "peerapi6", "Port": 50222} + ]}, + "Created": "2026-04-09T08:34:32.578231062Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8318965914220805, + "StableID": "nSmzsR8gx721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "DiscoKey": "discokey:cb6c083a22a6ca2b7d8762e5ffb6a9e2004facd056e1fa1c74483024e7c24e41", + "Addresses": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "AllowedIPs": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "Endpoints": ["77.164.248.136:53797", "10.65.0.27:53797", "172.17.0.1:53797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61554}, + {"Proto": "peerapi6", "Port": 61554} + ]}, + "Created": "2026-04-09T08:34:34.742378644Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8682595159611211, + "StableID": "ntf4714NoA21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "DiscoKey": "discokey:180d5c429f422bc22a527794fcb06df0c4aeab2233b1d626d951b679a2834f59", + "Addresses": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "AllowedIPs": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "Endpoints": ["77.164.248.136:52659", "10.65.0.27:52659", "172.17.0.1:52659"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52611}, + {"Proto": "peerapi6", "Port": 52611} + ]}, + "Created": "2026-04-09T08:34:36.903860482Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6319,27 +6326,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7183920444945723": { - "ID": 7183920444945723, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4695475013225064": { + "ID": 4695475013225064, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6370,22 +6379,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6468668904386191, - "StableID": "n2iYAsxfWs11CNTRL", + "ID": 305068863101708, + "StableID": "nDZqmDeAP311CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:9403778a41531ae7048b37ec42541bbd4b9a8a6575b97056437caf65411bbb16", - "Addresses": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "AllowedIPs": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], + "Key": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "KeyExpiry": "2026-10-06T08:34:38Z", + "DiscoKey": "discokey:7d63ed99420892a4769ce1e28f9fea26f64c7054cabb5035308b294522ba5f75", + "Addresses": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "AllowedIPs": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "Endpoints": ["77.164.248.136:50256", "10.65.0.27:50256", "172.17.0.1:50256"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42693}, - {"Proto": "peerapi6", "Port": 42693}, + {"Proto": "peerapi4", "Port": 37268}, + {"Proto": "peerapi6", "Port": 37268}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:33.337172489Z", + "Created": "2026-04-09T08:34:38.526707228Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6412,302 +6421,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "MachineKey": "mkey:44a05cbcf418f6791de72e9f665b480428b938436ff9480ad67135b7f312516e", + "NodeKey": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "MachineKey": "mkey:839929d1666800f458e9d513b8d98b47eac70856c70cc05f14dc0feafd41325e", "Peers": [{ - "ID": 60361658582857, - "StableID": "na555ibLU111CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "DiscoKey": "discokey:99aa11d7b17117230be25fc548823a7e83f028205dde11a25039ae8986ddb368", - "Addresses": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "AllowedIPs": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "Endpoints": ["77.164.248.136:54234", "10.65.0.27:54234", "172.17.0.1:54234"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47452}, - {"Proto": "peerapi6", "Port": 47452} - ]}, - "Created": "2026-04-09T01:28:29.280122948Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 133188046780046, - "StableID": "njqYcCdK3211CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "DiscoKey": "discokey:71f351b6884fe9539d4144f67d72ed655a5cb64598ac99ae35b1c435d3fad531", - "Addresses": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "AllowedIPs": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "Endpoints": ["77.164.248.136:56958", "10.65.0.27:56958", "172.17.0.1:56958"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 49136}, - {"Proto": "peerapi6", "Port": 49136} - ]}, - "Created": "2026-04-09T01:28:30.910111035Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 474506681898866, - "StableID": "nVzEcBVuh411CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "DiscoKey": "discokey:148409f660ce981ff2f5562fb3391e9953c02209b5297ad537fab06cd709b919", - "Addresses": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "AllowedIPs": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "Endpoints": ["77.164.248.136:42654", "10.65.0.27:42654", "172.17.0.1:42654"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61712}, - {"Proto": "peerapi6", "Port": 61712} - ]}, - "Created": "2026-04-09T01:28:32.80039071Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1193411729651902, - "StableID": "n9ENuLuVKA11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "DiscoKey": "discokey:e0246e2382f317eebce2b477f26e534d62c76db54d3e905d84e5433efe1bd100", - "Addresses": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "AllowedIPs": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "Endpoints": ["77.164.248.136:36110", "10.65.0.27:36110", "172.17.0.1:36110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60541}, - {"Proto": "peerapi6", "Port": 60541} - ]}, - "Created": "2026-04-09T01:28:26.885907835Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 1666137674215733, - "StableID": "nCUJrTcb1E11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "DiscoKey": "discokey:6eac769194b24cdc64aaf34a20f5ed7f4209148df06895b343c3a1fad5d0ae04", - "Addresses": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "AllowedIPs": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "Endpoints": ["77.164.248.136:41868", "10.65.0.27:41868", "172.17.0.1:41868"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55854}, - {"Proto": "peerapi6", "Port": 55854} - ]}, - "Created": "2026-04-09T01:28:32.246902303Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1937002353626175, - "StableID": "naU93WmG8G11CNTRL", + "ID": 351340223470197, + "StableID": "nz7XSV78k311CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "DiscoKey": "discokey:233fe87a1731044758bc99f9349562c308222892707f1dc1b55e2cb2009f0f5b", - "Addresses": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "AllowedIPs": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "Endpoints": ["77.164.248.136:34617", "10.65.0.27:34617", "172.17.0.1:34617"], + "Key": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "DiscoKey": "discokey:f12773855a0c2c53468630f134141dc5263c126fb6f9f6edd10fa32d7f768d51", + "Addresses": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "AllowedIPs": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "Endpoints": ["77.164.248.136:57894", "10.65.0.27:57894", "172.17.0.1:57894"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36383}, - {"Proto": "peerapi6", "Port": 36383} + {"Proto": "peerapi4", "Port": 42833}, + {"Proto": "peerapi6", "Port": 42833} ]}, - "Created": "2026-04-09T01:28:28.199651045Z", + "Created": "2026-04-09T08:34:33.659831168Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 3809197572973548, - "StableID": "nsWHYLACkW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "KeyExpiry": "2026-10-06T01:28:34Z", - "DiscoKey": "discokey:52d6192c9ca9307b564257323bd19eeaa4f50d9852ae6522cb821f5a5a2b1040", - "Addresses": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "AllowedIPs": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "Endpoints": ["77.164.248.136:38632", "10.65.0.27:38632", "172.17.0.1:38632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35675}, - {"Proto": "peerapi6", "Port": 35675} - ]}, - "Created": "2026-04-09T01:28:34.416258944Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3955166784480635, - "StableID": "nWcuuRXJtX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:60a1763dd94bc1e8bc457b519ebef3f90804c43866450c9f9131948ac5a0520b", - "Addresses": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "AllowedIPs": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "Endpoints": ["77.164.248.136:34445", "10.65.0.27:34445", "172.17.0.1:34445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37115}, - {"Proto": "peerapi6", "Port": 37115} - ]}, - "Created": "2026-04-09T01:28:33.880302612Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5622058288907940, - "StableID": "n1w5AQwEuk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 614252133464435, + "StableID": "nt1MdzMCo511CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "DiscoKey": "discokey:45715040e52a9ecc65fda113cc8d164951594f234c33272b931a3b7a41afdc0f", - "Addresses": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "AllowedIPs": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "Endpoints": ["77.164.248.136:59230", "10.65.0.27:59230", "172.17.0.1:59230"], + "Key": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "DiscoKey": "discokey:de51cf81ef081380839f9de67ae2bad251f58ac7dc1c7771d99ef39ad9457a58", + "Addresses": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "AllowedIPs": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "Endpoints": ["77.164.248.136:49542", "10.65.0.27:49542", "172.17.0.1:49542"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39753}, - {"Proto": "peerapi6", "Port": 39753} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} ]}, - "Created": "2026-04-09T01:28:31.463892679Z", + "Created": "2026-04-09T08:34:36.351405083Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 6822903798034744, - "StableID": "nP4NhZ77Hv11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 1211746206827433, + "StableID": "nLvJs3XoTA11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "DiscoKey": "discokey:10341b150f56c697eb445c5917db416b5e5dee41943230101561b27ce445b459", - "Addresses": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "AllowedIPs": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "Endpoints": ["77.164.248.136:36725", "10.65.0.27:36725", "172.17.0.1:36725"], + "Key": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "DiscoKey": "discokey:8a287a483650e48dd52781870d075f03d672cdfb100b13a5d93f0e48a65be13b", + "Addresses": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "AllowedIPs": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "Endpoints": ["77.164.248.136:50633", "10.65.0.27:50633", "172.17.0.1:50633"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56174}, - {"Proto": "peerapi6", "Port": 56174} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47130}, + {"Proto": "peerapi6", "Port": 47130} ]}, - "Created": "2026-04-09T01:28:27.668522246Z", + "Created": "2026-04-09T08:34:37.992287485Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7183920444945723, - "StableID": "nQbKYgQc6y11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "DiscoKey": "discokey:e31564846ed9287b5563f0cc053eeeb2d2e7871e90800ccbe8c3a0afdb6e9a4d", - "Addresses": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "AllowedIPs": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "Endpoints": ["77.164.248.136:58416", "10.65.0.27:58416", "172.17.0.1:58416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62861}, - {"Proto": "peerapi6", "Port": 62861} - ]}, - "Created": "2026-04-09T01:28:30.384258907Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7297056745396378, - "StableID": "nH4ezoJryy11CNTRL", + "ID": 1749738122060865, + "StableID": "npxg9ueTfE11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "DiscoKey": "discokey:b1fa096e0410990173b823f8274f7e52e2568c6bbff62e96dff994181fb7d740", - "Addresses": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "AllowedIPs": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "Endpoints": ["77.164.248.136:45612", "10.65.0.27:45612", "172.17.0.1:45612"], + "Key": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "DiscoKey": "discokey:17be286ba3dea6320b84880441c8a5c2abb71092dde0abe789271dba3f687503", + "Addresses": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "AllowedIPs": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57467}, - {"Proto": "peerapi6", "Port": 57467} + {"Proto": "peerapi4", "Port": 46320}, + {"Proto": "peerapi6", "Port": 46320} ]}, - "Created": "2026-04-09T01:28:26.376005918Z", + "Created": "2026-04-09T08:34:32.080819299Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7323352347177745, - "StableID": "nce8Hn3mBz11CNTRL", + "ID": 3526316598438934, + "StableID": "nbX1WjM5YU11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:4eb340ebb044800635a284995a5b226b8e93d535b78c54f09c7d1d6737cb972f", + "Addresses": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "AllowedIPs": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "Endpoints": ["77.164.248.136:60332", "10.65.0.27:60332", "172.17.0.1:60332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63571}, + {"Proto": "peerapi6", "Port": 63571} + ]}, + "Created": "2026-04-09T08:34:39.609012488Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3733940149378108, + "StableID": "nbrwi1H7AW11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "DiscoKey": "discokey:7c434fd87dc63772c0fae83d2ba5ad2332dd98777e65fe6eebe5f2187add6a32", + "Addresses": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "AllowedIPs": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "Endpoints": ["77.164.248.136:52009", "10.65.0.27:52009", "172.17.0.1:52009"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} + ]}, + "Created": "2026-04-09T08:34:37.447830075Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4457148284661613, + "StableID": "ngaS8Cjeob11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "DiscoKey": "discokey:e6da6554cd1fa85a38dc5ce740808ff36415d2a5759795257c444c9c3318d520", - "Addresses": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "AllowedIPs": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "Endpoints": ["77.164.248.136:53625", "10.65.0.27:53625", "172.17.0.1:53625"], + "Key": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "DiscoKey": "discokey:c1b3df443e1c69a7081a7469cbcd67ea53cae465332b9bc5e08a97890009926f", + "Addresses": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "AllowedIPs": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "Endpoints": ["77.164.248.136:35838", "10.65.0.27:35838", "172.17.0.1:35838"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64495}, - {"Proto": "peerapi6", "Port": 64495} + {"Proto": "peerapi4", "Port": 39922}, + {"Proto": "peerapi6", "Port": 39922} ]}, - "Created": "2026-04-09T01:28:29.821554603Z", + "Created": "2026-04-09T08:34:35.281554233Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8829065120690697, - "StableID": "nkn812ahwB21CNTRL", + "ID": 4695475013225064, + "StableID": "njx92fAbfd11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "DiscoKey": "discokey:1d4b99f5ea0a7d047686909e6215646594b6f340ed2922f8a2df639c8f930254", + "Addresses": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "AllowedIPs": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "Endpoints": ["77.164.248.136:60044", "10.65.0.27:60044", "172.17.0.1:60044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 41808}, + {"Proto": "peerapi6", "Port": 41808} + ]}, + "Created": "2026-04-09T08:34:35.816315512Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4733111140608485, + "StableID": "nk4eicodxd11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "DiscoKey": "discokey:ed56d868b1795a3f05a52c9893f58a779c4afab82d4d9a473e7933bba3ce0211", - "Addresses": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "AllowedIPs": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "Endpoints": ["77.164.248.136:55411", "10.65.0.27:55411", "172.17.0.1:55411"], + "Key": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "DiscoKey": "discokey:4c0d4a8c4cf5c6b59fac6f0d6e17b5419f4a217cec371c543064ab25f2bbee10", + "Addresses": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "AllowedIPs": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "Endpoints": ["77.164.248.136:50897", "10.65.0.27:50897", "172.17.0.1:50897"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 63129}, - {"Proto": "peerapi6", "Port": 63129} + {"Proto": "peerapi4", "Port": 59489}, + {"Proto": "peerapi6", "Port": 59489} ]}, - "Created": "2026-04-09T01:28:28.762614715Z", + "Created": "2026-04-09T08:34:34.202914102Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 7382472454519027, + "StableID": "nxbZiu2Yez11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:61368352af59632127a8aa1796c0428cab6ac65da7f5128a5229780fc4d3137b", + "Addresses": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "AllowedIPs": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "Endpoints": ["77.164.248.136:58989", "10.65.0.27:58989", "172.17.0.1:58989"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60358}, + {"Proto": "peerapi6", "Port": 60358} + ]}, + "Created": "2026-04-09T08:34:39.079654386Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7766912863266258, + "StableID": "nySdBadee321CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "DiscoKey": "discokey:e2deb2788f5c7d6017dbe522f04e21088b2ce662e914af6cda65d3a7407b934f", + "Addresses": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "AllowedIPs": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "Endpoints": ["77.164.248.136:39257", "10.65.0.27:39257", "172.17.0.1:39257"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54252}, + {"Proto": "peerapi6", "Port": 54252} + ]}, + "Created": "2026-04-09T08:34:33.120427375Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8257257149552266, + "StableID": "nMt7fK9jU721CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "DiscoKey": "discokey:bb400838fa8563486f73ede08288fa3558c90e180eaf386ee205c0d4c61a3d11", + "Addresses": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "AllowedIPs": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "Endpoints": ["77.164.248.136:49897", "10.65.0.27:49897", "172.17.0.1:49897"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50222}, + {"Proto": "peerapi6", "Port": 50222} + ]}, + "Created": "2026-04-09T08:34:32.578231062Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8318965914220805, + "StableID": "nSmzsR8gx721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "DiscoKey": "discokey:cb6c083a22a6ca2b7d8762e5ffb6a9e2004facd056e1fa1c74483024e7c24e41", + "Addresses": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "AllowedIPs": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "Endpoints": ["77.164.248.136:53797", "10.65.0.27:53797", "172.17.0.1:53797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61554}, + {"Proto": "peerapi6", "Port": 61554} + ]}, + "Created": "2026-04-09T08:34:34.742378644Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8682595159611211, + "StableID": "ntf4714NoA21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "DiscoKey": "discokey:180d5c429f422bc22a527794fcb06df0c4aeab2233b1d626d951b679a2834f59", + "Addresses": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "AllowedIPs": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "Endpoints": ["77.164.248.136:52659", "10.65.0.27:52659", "172.17.0.1:52659"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52611}, + {"Proto": "peerapi6", "Port": 52611} + ]}, + "Created": "2026-04-09T08:34:36.903860482Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6735,7 +6744,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.108.213.111"}, {"nodeIP": "fd7a:115c:a1e0::6f37:d56f"}], + "principals": [{"nodeIP": "100.83.103.55"}, {"nodeIP": "fd7a:115c:a1e0::1237:6737"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -7564,26 +7573,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.108.213.111"}, {"nodeIP": "fd7a:115c:a1e0::6f37:d56f"}], + "principals": [{"nodeIP": "100.83.103.55"}, {"nodeIP": "fd7a:115c:a1e0::1237:6737"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -7620,21 +7630,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1666137674215733, - "StableID": "nCUJrTcb1E11CNTRL", + "ID": 3733940149378108, + "StableID": "nbrwi1H7AW11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 1666137674215733, - "Key": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "DiscoKey": "discokey:6eac769194b24cdc64aaf34a20f5ed7f4209148df06895b343c3a1fad5d0ae04", - "Addresses": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "AllowedIPs": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "Endpoints": ["77.164.248.136:41868", "10.65.0.27:41868", "172.17.0.1:41868"], + "User": 3733940149378108, + "Key": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "DiscoKey": "discokey:7c434fd87dc63772c0fae83d2ba5ad2332dd98777e65fe6eebe5f2187add6a32", + "Addresses": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "AllowedIPs": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "Endpoints": ["77.164.248.136:52009", "10.65.0.27:52009", "172.17.0.1:52009"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 55854}, - {"Proto": "peerapi6", "Port": 55854}, + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:32.246902303Z", + "Created": "2026-04-09T08:34:37.447830075Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7662,300 +7672,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "MachineKey": "mkey:6a6da0e100385f4f0e31bf9fafc2c5c44308810846f3838b6b50ed122d2cc939", + "NodeKey": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "MachineKey": "mkey:2dfca15577e148f3b209a8829e6bc5c0a6ffa30f867dd9c4cb75a04d3ad2046d", "Peers": [{ - "ID": 60361658582857, - "StableID": "na555ibLU111CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "DiscoKey": "discokey:99aa11d7b17117230be25fc548823a7e83f028205dde11a25039ae8986ddb368", - "Addresses": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "AllowedIPs": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "Endpoints": ["77.164.248.136:54234", "10.65.0.27:54234", "172.17.0.1:54234"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47452}, - {"Proto": "peerapi6", "Port": 47452} - ]}, - "Created": "2026-04-09T01:28:29.280122948Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 133188046780046, - "StableID": "njqYcCdK3211CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "DiscoKey": "discokey:71f351b6884fe9539d4144f67d72ed655a5cb64598ac99ae35b1c435d3fad531", - "Addresses": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "AllowedIPs": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "Endpoints": ["77.164.248.136:56958", "10.65.0.27:56958", "172.17.0.1:56958"], + "ID": 305068863101708, + "StableID": "nDZqmDeAP311CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "KeyExpiry": "2026-10-06T08:34:38Z", + "DiscoKey": "discokey:7d63ed99420892a4769ce1e28f9fea26f64c7054cabb5035308b294522ba5f75", + "Addresses": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "AllowedIPs": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "Endpoints": ["77.164.248.136:50256", "10.65.0.27:50256", "172.17.0.1:50256"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 49136}, - {"Proto": "peerapi6", "Port": 49136} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37268}, + {"Proto": "peerapi6", "Port": 37268} ]}, - "Created": "2026-04-09T01:28:30.910111035Z", + "Created": "2026-04-09T08:34:38.526707228Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 474506681898866, - "StableID": "nVzEcBVuh411CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "DiscoKey": "discokey:148409f660ce981ff2f5562fb3391e9953c02209b5297ad537fab06cd709b919", - "Addresses": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "AllowedIPs": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "Endpoints": ["77.164.248.136:42654", "10.65.0.27:42654", "172.17.0.1:42654"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61712}, - {"Proto": "peerapi6", "Port": 61712} - ]}, - "Created": "2026-04-09T01:28:32.80039071Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1193411729651902, - "StableID": "n9ENuLuVKA11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "DiscoKey": "discokey:e0246e2382f317eebce2b477f26e534d62c76db54d3e905d84e5433efe1bd100", - "Addresses": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "AllowedIPs": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "Endpoints": ["77.164.248.136:36110", "10.65.0.27:36110", "172.17.0.1:36110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60541}, - {"Proto": "peerapi6", "Port": 60541} - ]}, - "Created": "2026-04-09T01:28:26.885907835Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 1937002353626175, - "StableID": "naU93WmG8G11CNTRL", + "ID": 351340223470197, + "StableID": "nz7XSV78k311CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "DiscoKey": "discokey:233fe87a1731044758bc99f9349562c308222892707f1dc1b55e2cb2009f0f5b", - "Addresses": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "AllowedIPs": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "Endpoints": ["77.164.248.136:34617", "10.65.0.27:34617", "172.17.0.1:34617"], + "Key": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "DiscoKey": "discokey:f12773855a0c2c53468630f134141dc5263c126fb6f9f6edd10fa32d7f768d51", + "Addresses": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "AllowedIPs": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "Endpoints": ["77.164.248.136:57894", "10.65.0.27:57894", "172.17.0.1:57894"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36383}, - {"Proto": "peerapi6", "Port": 36383} + {"Proto": "peerapi4", "Port": 42833}, + {"Proto": "peerapi6", "Port": 42833} ]}, - "Created": "2026-04-09T01:28:28.199651045Z", + "Created": "2026-04-09T08:34:33.659831168Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 3809197572973548, - "StableID": "nsWHYLACkW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "KeyExpiry": "2026-10-06T01:28:34Z", - "DiscoKey": "discokey:52d6192c9ca9307b564257323bd19eeaa4f50d9852ae6522cb821f5a5a2b1040", - "Addresses": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "AllowedIPs": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35675}, - {"Proto": "peerapi6", "Port": 35675} - ]}, - "Created": "2026-04-09T01:28:34.416258944Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3955166784480635, - "StableID": "nWcuuRXJtX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:60a1763dd94bc1e8bc457b519ebef3f90804c43866450c9f9131948ac5a0520b", - "Addresses": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "AllowedIPs": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "Endpoints": ["77.164.248.136:34445", "10.65.0.27:34445", "172.17.0.1:34445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37115}, - {"Proto": "peerapi6", "Port": 37115} - ]}, - "Created": "2026-04-09T01:28:33.880302612Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5622058288907940, - "StableID": "n1w5AQwEuk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 614252133464435, + "StableID": "nt1MdzMCo511CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "DiscoKey": "discokey:45715040e52a9ecc65fda113cc8d164951594f234c33272b931a3b7a41afdc0f", - "Addresses": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "AllowedIPs": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "Endpoints": ["77.164.248.136:59230", "10.65.0.27:59230", "172.17.0.1:59230"], + "Key": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "DiscoKey": "discokey:de51cf81ef081380839f9de67ae2bad251f58ac7dc1c7771d99ef39ad9457a58", + "Addresses": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "AllowedIPs": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "Endpoints": ["77.164.248.136:49542", "10.65.0.27:49542", "172.17.0.1:49542"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39753}, - {"Proto": "peerapi6", "Port": 39753} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} ]}, - "Created": "2026-04-09T01:28:31.463892679Z", + "Created": "2026-04-09T08:34:36.351405083Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 6468668904386191, - "StableID": "n2iYAsxfWs11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:9403778a41531ae7048b37ec42541bbd4b9a8a6575b97056437caf65411bbb16", - "Addresses": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "AllowedIPs": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42693}, - {"Proto": "peerapi6", "Port": 42693} - ]}, - "Created": "2026-04-09T01:28:33.337172489Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6822903798034744, - "StableID": "nP4NhZ77Hv11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 1211746206827433, + "StableID": "nLvJs3XoTA11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "DiscoKey": "discokey:10341b150f56c697eb445c5917db416b5e5dee41943230101561b27ce445b459", - "Addresses": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "AllowedIPs": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "Endpoints": ["77.164.248.136:36725", "10.65.0.27:36725", "172.17.0.1:36725"], + "Key": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "DiscoKey": "discokey:8a287a483650e48dd52781870d075f03d672cdfb100b13a5d93f0e48a65be13b", + "Addresses": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "AllowedIPs": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "Endpoints": ["77.164.248.136:50633", "10.65.0.27:50633", "172.17.0.1:50633"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56174}, - {"Proto": "peerapi6", "Port": 56174} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47130}, + {"Proto": "peerapi6", "Port": 47130} ]}, - "Created": "2026-04-09T01:28:27.668522246Z", + "Created": "2026-04-09T08:34:37.992287485Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7183920444945723, - "StableID": "nQbKYgQc6y11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "DiscoKey": "discokey:e31564846ed9287b5563f0cc053eeeb2d2e7871e90800ccbe8c3a0afdb6e9a4d", - "Addresses": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "AllowedIPs": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "Endpoints": ["77.164.248.136:58416", "10.65.0.27:58416", "172.17.0.1:58416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62861}, - {"Proto": "peerapi6", "Port": 62861} - ]}, - "Created": "2026-04-09T01:28:30.384258907Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7297056745396378, - "StableID": "nH4ezoJryy11CNTRL", + "ID": 1749738122060865, + "StableID": "npxg9ueTfE11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "DiscoKey": "discokey:b1fa096e0410990173b823f8274f7e52e2568c6bbff62e96dff994181fb7d740", - "Addresses": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "AllowedIPs": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "Endpoints": ["77.164.248.136:45612", "10.65.0.27:45612", "172.17.0.1:45612"], + "Key": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "DiscoKey": "discokey:17be286ba3dea6320b84880441c8a5c2abb71092dde0abe789271dba3f687503", + "Addresses": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "AllowedIPs": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57467}, - {"Proto": "peerapi6", "Port": 57467} + {"Proto": "peerapi4", "Port": 46320}, + {"Proto": "peerapi6", "Port": 46320} ]}, - "Created": "2026-04-09T01:28:26.376005918Z", + "Created": "2026-04-09T08:34:32.080819299Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7323352347177745, - "StableID": "nce8Hn3mBz11CNTRL", + "ID": 3526316598438934, + "StableID": "nbX1WjM5YU11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:4eb340ebb044800635a284995a5b226b8e93d535b78c54f09c7d1d6737cb972f", + "Addresses": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "AllowedIPs": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63571}, + {"Proto": "peerapi6", "Port": 63571} + ]}, + "Created": "2026-04-09T08:34:39.609012488Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4457148284661613, + "StableID": "ngaS8Cjeob11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "DiscoKey": "discokey:e6da6554cd1fa85a38dc5ce740808ff36415d2a5759795257c444c9c3318d520", - "Addresses": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "AllowedIPs": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "Endpoints": ["77.164.248.136:53625", "10.65.0.27:53625", "172.17.0.1:53625"], + "Key": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "DiscoKey": "discokey:c1b3df443e1c69a7081a7469cbcd67ea53cae465332b9bc5e08a97890009926f", + "Addresses": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "AllowedIPs": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "Endpoints": ["77.164.248.136:35838", "10.65.0.27:35838", "172.17.0.1:35838"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64495}, - {"Proto": "peerapi6", "Port": 64495} + {"Proto": "peerapi4", "Port": 39922}, + {"Proto": "peerapi6", "Port": 39922} ]}, - "Created": "2026-04-09T01:28:29.821554603Z", + "Created": "2026-04-09T08:34:35.281554233Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8829065120690697, - "StableID": "nkn812ahwB21CNTRL", + "ID": 4695475013225064, + "StableID": "njx92fAbfd11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "DiscoKey": "discokey:1d4b99f5ea0a7d047686909e6215646594b6f340ed2922f8a2df639c8f930254", + "Addresses": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "AllowedIPs": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "Endpoints": ["77.164.248.136:60044", "10.65.0.27:60044", "172.17.0.1:60044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 41808}, + {"Proto": "peerapi6", "Port": 41808} + ]}, + "Created": "2026-04-09T08:34:35.816315512Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4733111140608485, + "StableID": "nk4eicodxd11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "DiscoKey": "discokey:ed56d868b1795a3f05a52c9893f58a779c4afab82d4d9a473e7933bba3ce0211", - "Addresses": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "AllowedIPs": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "Endpoints": ["77.164.248.136:55411", "10.65.0.27:55411", "172.17.0.1:55411"], + "Key": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "DiscoKey": "discokey:4c0d4a8c4cf5c6b59fac6f0d6e17b5419f4a217cec371c543064ab25f2bbee10", + "Addresses": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "AllowedIPs": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "Endpoints": ["77.164.248.136:50897", "10.65.0.27:50897", "172.17.0.1:50897"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 63129}, - {"Proto": "peerapi6", "Port": 63129} + {"Proto": "peerapi4", "Port": 59489}, + {"Proto": "peerapi6", "Port": 59489} ]}, - "Created": "2026-04-09T01:28:28.762614715Z", + "Created": "2026-04-09T08:34:34.202914102Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 7382472454519027, + "StableID": "nxbZiu2Yez11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:61368352af59632127a8aa1796c0428cab6ac65da7f5128a5229780fc4d3137b", + "Addresses": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "AllowedIPs": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "Endpoints": ["77.164.248.136:58989", "10.65.0.27:58989", "172.17.0.1:58989"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60358}, + {"Proto": "peerapi6", "Port": 60358} + ]}, + "Created": "2026-04-09T08:34:39.079654386Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7766912863266258, + "StableID": "nySdBadee321CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "DiscoKey": "discokey:e2deb2788f5c7d6017dbe522f04e21088b2ce662e914af6cda65d3a7407b934f", + "Addresses": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "AllowedIPs": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "Endpoints": ["77.164.248.136:39257", "10.65.0.27:39257", "172.17.0.1:39257"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54252}, + {"Proto": "peerapi6", "Port": 54252} + ]}, + "Created": "2026-04-09T08:34:33.120427375Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8257257149552266, + "StableID": "nMt7fK9jU721CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "DiscoKey": "discokey:bb400838fa8563486f73ede08288fa3558c90e180eaf386ee205c0d4c61a3d11", + "Addresses": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "AllowedIPs": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "Endpoints": ["77.164.248.136:49897", "10.65.0.27:49897", "172.17.0.1:49897"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50222}, + {"Proto": "peerapi6", "Port": 50222} + ]}, + "Created": "2026-04-09T08:34:32.578231062Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8318965914220805, + "StableID": "nSmzsR8gx721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "DiscoKey": "discokey:cb6c083a22a6ca2b7d8762e5ffb6a9e2004facd056e1fa1c74483024e7c24e41", + "Addresses": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "AllowedIPs": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "Endpoints": ["77.164.248.136:53797", "10.65.0.27:53797", "172.17.0.1:53797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61554}, + {"Proto": "peerapi6", "Port": 61554} + ]}, + "Created": "2026-04-09T08:34:34.742378644Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8682595159611211, + "StableID": "ntf4714NoA21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "DiscoKey": "discokey:180d5c429f422bc22a527794fcb06df0c4aeab2233b1d626d951b679a2834f59", + "Addresses": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "AllowedIPs": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "Endpoints": ["77.164.248.136:52659", "10.65.0.27:52659", "172.17.0.1:52659"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52611}, + {"Proto": "peerapi6", "Port": 52611} + ]}, + "Created": "2026-04-09T08:34:36.903860482Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8803,27 +8813,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1666137674215733": { - "ID": 1666137674215733, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3733940149378108": { + "ID": 3733940149378108, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8854,26 +8866,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1193411729651902, - "StableID": "n9ENuLuVKA11CNTRL", + "ID": 8257257149552266, + "StableID": "nMt7fK9jU721CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1193411729651902, - "Key": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "DiscoKey": "discokey:e0246e2382f317eebce2b477f26e534d62c76db54d3e905d84e5433efe1bd100", - "Addresses": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "AllowedIPs": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "Endpoints": ["77.164.248.136:36110", "10.65.0.27:36110", "172.17.0.1:36110"], + "User": 8257257149552266, + "Key": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "DiscoKey": "discokey:bb400838fa8563486f73ede08288fa3558c90e180eaf386ee205c0d4c61a3d11", + "Addresses": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "AllowedIPs": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "Endpoints": ["77.164.248.136:49897", "10.65.0.27:49897", "172.17.0.1:49897"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 60541}, - {"Proto": "peerapi6", "Port": 60541}, + {"Proto": "peerapi4", "Port": 50222}, + {"Proto": "peerapi6", "Port": 50222}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:26.885907835Z", + "Created": "2026-04-09T08:34:32.578231062Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8901,302 +8913,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "MachineKey": "mkey:207946f46e05ccf87f92023c4efc8e9f89b7811c7c4df6e7fa0fc8aa6135f24a", + "NodeKey": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "MachineKey": "mkey:0262e9497a5118c2bec266659c68aa68c8cda031c9de8269418534f144faa430", "Peers": [{ - "ID": 60361658582857, - "StableID": "na555ibLU111CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "DiscoKey": "discokey:99aa11d7b17117230be25fc548823a7e83f028205dde11a25039ae8986ddb368", - "Addresses": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "AllowedIPs": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "Endpoints": ["77.164.248.136:54234", "10.65.0.27:54234", "172.17.0.1:54234"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47452}, - {"Proto": "peerapi6", "Port": 47452} - ]}, - "Created": "2026-04-09T01:28:29.280122948Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 133188046780046, - "StableID": "njqYcCdK3211CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "DiscoKey": "discokey:71f351b6884fe9539d4144f67d72ed655a5cb64598ac99ae35b1c435d3fad531", - "Addresses": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "AllowedIPs": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "Endpoints": ["77.164.248.136:56958", "10.65.0.27:56958", "172.17.0.1:56958"], + "ID": 305068863101708, + "StableID": "nDZqmDeAP311CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "KeyExpiry": "2026-10-06T08:34:38Z", + "DiscoKey": "discokey:7d63ed99420892a4769ce1e28f9fea26f64c7054cabb5035308b294522ba5f75", + "Addresses": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "AllowedIPs": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "Endpoints": ["77.164.248.136:50256", "10.65.0.27:50256", "172.17.0.1:50256"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 49136}, - {"Proto": "peerapi6", "Port": 49136} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37268}, + {"Proto": "peerapi6", "Port": 37268} ]}, - "Created": "2026-04-09T01:28:30.910111035Z", + "Created": "2026-04-09T08:34:38.526707228Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 474506681898866, - "StableID": "nVzEcBVuh411CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "DiscoKey": "discokey:148409f660ce981ff2f5562fb3391e9953c02209b5297ad537fab06cd709b919", - "Addresses": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "AllowedIPs": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "Endpoints": ["77.164.248.136:42654", "10.65.0.27:42654", "172.17.0.1:42654"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61712}, - {"Proto": "peerapi6", "Port": 61712} - ]}, - "Created": "2026-04-09T01:28:32.80039071Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1666137674215733, - "StableID": "nCUJrTcb1E11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "DiscoKey": "discokey:6eac769194b24cdc64aaf34a20f5ed7f4209148df06895b343c3a1fad5d0ae04", - "Addresses": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "AllowedIPs": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "Endpoints": ["77.164.248.136:41868", "10.65.0.27:41868", "172.17.0.1:41868"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55854}, - {"Proto": "peerapi6", "Port": 55854} - ]}, - "Created": "2026-04-09T01:28:32.246902303Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1937002353626175, - "StableID": "naU93WmG8G11CNTRL", + "ID": 351340223470197, + "StableID": "nz7XSV78k311CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "DiscoKey": "discokey:233fe87a1731044758bc99f9349562c308222892707f1dc1b55e2cb2009f0f5b", - "Addresses": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "AllowedIPs": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "Endpoints": ["77.164.248.136:34617", "10.65.0.27:34617", "172.17.0.1:34617"], + "Key": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "DiscoKey": "discokey:f12773855a0c2c53468630f134141dc5263c126fb6f9f6edd10fa32d7f768d51", + "Addresses": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "AllowedIPs": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "Endpoints": ["77.164.248.136:57894", "10.65.0.27:57894", "172.17.0.1:57894"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36383}, - {"Proto": "peerapi6", "Port": 36383} + {"Proto": "peerapi4", "Port": 42833}, + {"Proto": "peerapi6", "Port": 42833} ]}, - "Created": "2026-04-09T01:28:28.199651045Z", + "Created": "2026-04-09T08:34:33.659831168Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 3809197572973548, - "StableID": "nsWHYLACkW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "KeyExpiry": "2026-10-06T01:28:34Z", - "DiscoKey": "discokey:52d6192c9ca9307b564257323bd19eeaa4f50d9852ae6522cb821f5a5a2b1040", - "Addresses": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "AllowedIPs": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "Endpoints": ["77.164.248.136:38632", "10.65.0.27:38632", "172.17.0.1:38632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35675}, - {"Proto": "peerapi6", "Port": 35675} - ]}, - "Created": "2026-04-09T01:28:34.416258944Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3955166784480635, - "StableID": "nWcuuRXJtX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:60a1763dd94bc1e8bc457b519ebef3f90804c43866450c9f9131948ac5a0520b", - "Addresses": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "AllowedIPs": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "Endpoints": ["77.164.248.136:34445", "10.65.0.27:34445", "172.17.0.1:34445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37115}, - {"Proto": "peerapi6", "Port": 37115} - ]}, - "Created": "2026-04-09T01:28:33.880302612Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5622058288907940, - "StableID": "n1w5AQwEuk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 614252133464435, + "StableID": "nt1MdzMCo511CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "DiscoKey": "discokey:45715040e52a9ecc65fda113cc8d164951594f234c33272b931a3b7a41afdc0f", - "Addresses": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "AllowedIPs": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "Endpoints": ["77.164.248.136:59230", "10.65.0.27:59230", "172.17.0.1:59230"], + "Key": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "DiscoKey": "discokey:de51cf81ef081380839f9de67ae2bad251f58ac7dc1c7771d99ef39ad9457a58", + "Addresses": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "AllowedIPs": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "Endpoints": ["77.164.248.136:49542", "10.65.0.27:49542", "172.17.0.1:49542"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39753}, - {"Proto": "peerapi6", "Port": 39753} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} ]}, - "Created": "2026-04-09T01:28:31.463892679Z", + "Created": "2026-04-09T08:34:36.351405083Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 6468668904386191, - "StableID": "n2iYAsxfWs11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:9403778a41531ae7048b37ec42541bbd4b9a8a6575b97056437caf65411bbb16", - "Addresses": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "AllowedIPs": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42693}, - {"Proto": "peerapi6", "Port": 42693} - ]}, - "Created": "2026-04-09T01:28:33.337172489Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6822903798034744, - "StableID": "nP4NhZ77Hv11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 1211746206827433, + "StableID": "nLvJs3XoTA11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "DiscoKey": "discokey:10341b150f56c697eb445c5917db416b5e5dee41943230101561b27ce445b459", - "Addresses": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "AllowedIPs": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "Endpoints": ["77.164.248.136:36725", "10.65.0.27:36725", "172.17.0.1:36725"], + "Key": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "DiscoKey": "discokey:8a287a483650e48dd52781870d075f03d672cdfb100b13a5d93f0e48a65be13b", + "Addresses": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "AllowedIPs": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "Endpoints": ["77.164.248.136:50633", "10.65.0.27:50633", "172.17.0.1:50633"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56174}, - {"Proto": "peerapi6", "Port": 56174} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47130}, + {"Proto": "peerapi6", "Port": 47130} ]}, - "Created": "2026-04-09T01:28:27.668522246Z", + "Created": "2026-04-09T08:34:37.992287485Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7183920444945723, - "StableID": "nQbKYgQc6y11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "DiscoKey": "discokey:e31564846ed9287b5563f0cc053eeeb2d2e7871e90800ccbe8c3a0afdb6e9a4d", - "Addresses": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "AllowedIPs": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "Endpoints": ["77.164.248.136:58416", "10.65.0.27:58416", "172.17.0.1:58416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62861}, - {"Proto": "peerapi6", "Port": 62861} - ]}, - "Created": "2026-04-09T01:28:30.384258907Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7297056745396378, - "StableID": "nH4ezoJryy11CNTRL", + "ID": 1749738122060865, + "StableID": "npxg9ueTfE11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "DiscoKey": "discokey:b1fa096e0410990173b823f8274f7e52e2568c6bbff62e96dff994181fb7d740", - "Addresses": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "AllowedIPs": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "Endpoints": ["77.164.248.136:45612", "10.65.0.27:45612", "172.17.0.1:45612"], + "Key": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "DiscoKey": "discokey:17be286ba3dea6320b84880441c8a5c2abb71092dde0abe789271dba3f687503", + "Addresses": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "AllowedIPs": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57467}, - {"Proto": "peerapi6", "Port": 57467} + {"Proto": "peerapi4", "Port": 46320}, + {"Proto": "peerapi6", "Port": 46320} ]}, - "Created": "2026-04-09T01:28:26.376005918Z", + "Created": "2026-04-09T08:34:32.080819299Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7323352347177745, - "StableID": "nce8Hn3mBz11CNTRL", + "ID": 3526316598438934, + "StableID": "nbX1WjM5YU11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:4eb340ebb044800635a284995a5b226b8e93d535b78c54f09c7d1d6737cb972f", + "Addresses": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "AllowedIPs": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "Endpoints": ["77.164.248.136:60332", "10.65.0.27:60332", "172.17.0.1:60332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63571}, + {"Proto": "peerapi6", "Port": 63571} + ]}, + "Created": "2026-04-09T08:34:39.609012488Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3733940149378108, + "StableID": "nbrwi1H7AW11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "DiscoKey": "discokey:7c434fd87dc63772c0fae83d2ba5ad2332dd98777e65fe6eebe5f2187add6a32", + "Addresses": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "AllowedIPs": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "Endpoints": ["77.164.248.136:52009", "10.65.0.27:52009", "172.17.0.1:52009"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} + ]}, + "Created": "2026-04-09T08:34:37.447830075Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4457148284661613, + "StableID": "ngaS8Cjeob11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "DiscoKey": "discokey:e6da6554cd1fa85a38dc5ce740808ff36415d2a5759795257c444c9c3318d520", - "Addresses": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "AllowedIPs": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "Endpoints": ["77.164.248.136:53625", "10.65.0.27:53625", "172.17.0.1:53625"], + "Key": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "DiscoKey": "discokey:c1b3df443e1c69a7081a7469cbcd67ea53cae465332b9bc5e08a97890009926f", + "Addresses": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "AllowedIPs": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "Endpoints": ["77.164.248.136:35838", "10.65.0.27:35838", "172.17.0.1:35838"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64495}, - {"Proto": "peerapi6", "Port": 64495} + {"Proto": "peerapi4", "Port": 39922}, + {"Proto": "peerapi6", "Port": 39922} ]}, - "Created": "2026-04-09T01:28:29.821554603Z", + "Created": "2026-04-09T08:34:35.281554233Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8829065120690697, - "StableID": "nkn812ahwB21CNTRL", + "ID": 4695475013225064, + "StableID": "njx92fAbfd11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "DiscoKey": "discokey:1d4b99f5ea0a7d047686909e6215646594b6f340ed2922f8a2df639c8f930254", + "Addresses": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "AllowedIPs": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "Endpoints": ["77.164.248.136:60044", "10.65.0.27:60044", "172.17.0.1:60044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 41808}, + {"Proto": "peerapi6", "Port": 41808} + ]}, + "Created": "2026-04-09T08:34:35.816315512Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4733111140608485, + "StableID": "nk4eicodxd11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "DiscoKey": "discokey:ed56d868b1795a3f05a52c9893f58a779c4afab82d4d9a473e7933bba3ce0211", - "Addresses": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "AllowedIPs": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "Endpoints": ["77.164.248.136:55411", "10.65.0.27:55411", "172.17.0.1:55411"], + "Key": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "DiscoKey": "discokey:4c0d4a8c4cf5c6b59fac6f0d6e17b5419f4a217cec371c543064ab25f2bbee10", + "Addresses": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "AllowedIPs": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "Endpoints": ["77.164.248.136:50897", "10.65.0.27:50897", "172.17.0.1:50897"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 63129}, - {"Proto": "peerapi6", "Port": 63129} + {"Proto": "peerapi4", "Port": 59489}, + {"Proto": "peerapi6", "Port": 59489} ]}, - "Created": "2026-04-09T01:28:28.762614715Z", + "Created": "2026-04-09T08:34:34.202914102Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 7382472454519027, + "StableID": "nxbZiu2Yez11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:61368352af59632127a8aa1796c0428cab6ac65da7f5128a5229780fc4d3137b", + "Addresses": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "AllowedIPs": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "Endpoints": ["77.164.248.136:58989", "10.65.0.27:58989", "172.17.0.1:58989"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60358}, + {"Proto": "peerapi6", "Port": 60358} + ]}, + "Created": "2026-04-09T08:34:39.079654386Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7766912863266258, + "StableID": "nySdBadee321CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "DiscoKey": "discokey:e2deb2788f5c7d6017dbe522f04e21088b2ce662e914af6cda65d3a7407b934f", + "Addresses": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "AllowedIPs": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "Endpoints": ["77.164.248.136:39257", "10.65.0.27:39257", "172.17.0.1:39257"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54252}, + {"Proto": "peerapi6", "Port": 54252} + ]}, + "Created": "2026-04-09T08:34:33.120427375Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8318965914220805, + "StableID": "nSmzsR8gx721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "DiscoKey": "discokey:cb6c083a22a6ca2b7d8762e5ffb6a9e2004facd056e1fa1c74483024e7c24e41", + "Addresses": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "AllowedIPs": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "Endpoints": ["77.164.248.136:53797", "10.65.0.27:53797", "172.17.0.1:53797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61554}, + {"Proto": "peerapi6", "Port": 61554} + ]}, + "Created": "2026-04-09T08:34:34.742378644Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8682595159611211, + "StableID": "ntf4714NoA21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "DiscoKey": "discokey:180d5c429f422bc22a527794fcb06df0c4aeab2233b1d626d951b679a2834f59", + "Addresses": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "AllowedIPs": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "Endpoints": ["77.164.248.136:52659", "10.65.0.27:52659", "172.17.0.1:52659"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52611}, + {"Proto": "peerapi6", "Port": 52611} + ]}, + "Created": "2026-04-09T08:34:36.903860482Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10044,27 +10056,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1193411729651902": { - "ID": 1193411729651902, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8257257149552266": { + "ID": 8257257149552266, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10095,26 +10109,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7297056745396378, - "StableID": "nH4ezoJryy11CNTRL", + "ID": 1749738122060865, + "StableID": "npxg9ueTfE11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 7297056745396378, - "Key": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "DiscoKey": "discokey:b1fa096e0410990173b823f8274f7e52e2568c6bbff62e96dff994181fb7d740", - "Addresses": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "AllowedIPs": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "Endpoints": ["77.164.248.136:45612", "10.65.0.27:45612", "172.17.0.1:45612"], + "User": 1749738122060865, + "Key": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "DiscoKey": "discokey:17be286ba3dea6320b84880441c8a5c2abb71092dde0abe789271dba3f687503", + "Addresses": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "AllowedIPs": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 57467}, - {"Proto": "peerapi6", "Port": 57467}, + {"Proto": "peerapi4", "Port": 46320}, + {"Proto": "peerapi6", "Port": 46320}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:26.376005918Z", + "Created": "2026-04-09T08:34:32.080819299Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10142,302 +10156,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "MachineKey": "mkey:a47adbaea55b387380e5c6ff20b937c2ab9dce54defe597444b7b0c3bc24043c", + "NodeKey": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "MachineKey": "mkey:3c38654a0b0ca063637e5c57a432a801ade5768f7bb3fe40bd7df72a45bf5c65", "Peers": [{ - "ID": 60361658582857, - "StableID": "na555ibLU111CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "DiscoKey": "discokey:99aa11d7b17117230be25fc548823a7e83f028205dde11a25039ae8986ddb368", - "Addresses": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "AllowedIPs": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "Endpoints": ["77.164.248.136:54234", "10.65.0.27:54234", "172.17.0.1:54234"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47452}, - {"Proto": "peerapi6", "Port": 47452} - ]}, - "Created": "2026-04-09T01:28:29.280122948Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 133188046780046, - "StableID": "njqYcCdK3211CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "DiscoKey": "discokey:71f351b6884fe9539d4144f67d72ed655a5cb64598ac99ae35b1c435d3fad531", - "Addresses": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "AllowedIPs": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "Endpoints": ["77.164.248.136:56958", "10.65.0.27:56958", "172.17.0.1:56958"], + "ID": 305068863101708, + "StableID": "nDZqmDeAP311CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "KeyExpiry": "2026-10-06T08:34:38Z", + "DiscoKey": "discokey:7d63ed99420892a4769ce1e28f9fea26f64c7054cabb5035308b294522ba5f75", + "Addresses": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "AllowedIPs": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "Endpoints": ["77.164.248.136:50256", "10.65.0.27:50256", "172.17.0.1:50256"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 49136}, - {"Proto": "peerapi6", "Port": 49136} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37268}, + {"Proto": "peerapi6", "Port": 37268} ]}, - "Created": "2026-04-09T01:28:30.910111035Z", + "Created": "2026-04-09T08:34:38.526707228Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 474506681898866, - "StableID": "nVzEcBVuh411CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "DiscoKey": "discokey:148409f660ce981ff2f5562fb3391e9953c02209b5297ad537fab06cd709b919", - "Addresses": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "AllowedIPs": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "Endpoints": ["77.164.248.136:42654", "10.65.0.27:42654", "172.17.0.1:42654"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61712}, - {"Proto": "peerapi6", "Port": 61712} - ]}, - "Created": "2026-04-09T01:28:32.80039071Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1193411729651902, - "StableID": "n9ENuLuVKA11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "DiscoKey": "discokey:e0246e2382f317eebce2b477f26e534d62c76db54d3e905d84e5433efe1bd100", - "Addresses": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "AllowedIPs": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "Endpoints": ["77.164.248.136:36110", "10.65.0.27:36110", "172.17.0.1:36110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60541}, - {"Proto": "peerapi6", "Port": 60541} - ]}, - "Created": "2026-04-09T01:28:26.885907835Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 1666137674215733, - "StableID": "nCUJrTcb1E11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "DiscoKey": "discokey:6eac769194b24cdc64aaf34a20f5ed7f4209148df06895b343c3a1fad5d0ae04", - "Addresses": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "AllowedIPs": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "Endpoints": ["77.164.248.136:41868", "10.65.0.27:41868", "172.17.0.1:41868"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55854}, - {"Proto": "peerapi6", "Port": 55854} - ]}, - "Created": "2026-04-09T01:28:32.246902303Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1937002353626175, - "StableID": "naU93WmG8G11CNTRL", + "ID": 351340223470197, + "StableID": "nz7XSV78k311CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "DiscoKey": "discokey:233fe87a1731044758bc99f9349562c308222892707f1dc1b55e2cb2009f0f5b", - "Addresses": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "AllowedIPs": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "Endpoints": ["77.164.248.136:34617", "10.65.0.27:34617", "172.17.0.1:34617"], + "Key": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "DiscoKey": "discokey:f12773855a0c2c53468630f134141dc5263c126fb6f9f6edd10fa32d7f768d51", + "Addresses": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "AllowedIPs": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "Endpoints": ["77.164.248.136:57894", "10.65.0.27:57894", "172.17.0.1:57894"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36383}, - {"Proto": "peerapi6", "Port": 36383} + {"Proto": "peerapi4", "Port": 42833}, + {"Proto": "peerapi6", "Port": 42833} ]}, - "Created": "2026-04-09T01:28:28.199651045Z", + "Created": "2026-04-09T08:34:33.659831168Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 3809197572973548, - "StableID": "nsWHYLACkW11CNTRL", + "ID": 614252133464435, + "StableID": "nt1MdzMCo511CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "DiscoKey": "discokey:de51cf81ef081380839f9de67ae2bad251f58ac7dc1c7771d99ef39ad9457a58", + "Addresses": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "AllowedIPs": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "Endpoints": ["77.164.248.136:49542", "10.65.0.27:49542", "172.17.0.1:49542"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} + ]}, + "Created": "2026-04-09T08:34:36.351405083Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 1211746206827433, + "StableID": "nLvJs3XoTA11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "DiscoKey": "discokey:8a287a483650e48dd52781870d075f03d672cdfb100b13a5d93f0e48a65be13b", + "Addresses": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "AllowedIPs": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "Endpoints": ["77.164.248.136:50633", "10.65.0.27:50633", "172.17.0.1:50633"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47130}, + {"Proto": "peerapi6", "Port": 47130} + ]}, + "Created": "2026-04-09T08:34:37.992287485Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3526316598438934, + "StableID": "nbX1WjM5YU11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "KeyExpiry": "2026-10-06T01:28:34Z", - "DiscoKey": "discokey:52d6192c9ca9307b564257323bd19eeaa4f50d9852ae6522cb821f5a5a2b1040", - "Addresses": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "AllowedIPs": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "Endpoints": ["77.164.248.136:38632", "10.65.0.27:38632", "172.17.0.1:38632"], + "Key": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:4eb340ebb044800635a284995a5b226b8e93d535b78c54f09c7d1d6737cb972f", + "Addresses": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "AllowedIPs": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "Endpoints": ["77.164.248.136:60332", "10.65.0.27:60332", "172.17.0.1:60332"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35675}, - {"Proto": "peerapi6", "Port": 35675} + {"Proto": "peerapi4", "Port": 63571}, + {"Proto": "peerapi6", "Port": 63571} ]}, - "Created": "2026-04-09T01:28:34.416258944Z", + "Created": "2026-04-09T08:34:39.609012488Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3955166784480635, - "StableID": "nWcuuRXJtX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:60a1763dd94bc1e8bc457b519ebef3f90804c43866450c9f9131948ac5a0520b", - "Addresses": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "AllowedIPs": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "Endpoints": ["77.164.248.136:34445", "10.65.0.27:34445", "172.17.0.1:34445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37115}, - {"Proto": "peerapi6", "Port": 37115} - ]}, - "Created": "2026-04-09T01:28:33.880302612Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5622058288907940, - "StableID": "n1w5AQwEuk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 3733940149378108, + "StableID": "nbrwi1H7AW11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "DiscoKey": "discokey:45715040e52a9ecc65fda113cc8d164951594f234c33272b931a3b7a41afdc0f", - "Addresses": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "AllowedIPs": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "Endpoints": ["77.164.248.136:59230", "10.65.0.27:59230", "172.17.0.1:59230"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39753}, - {"Proto": "peerapi6", "Port": 39753} + "Key": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "DiscoKey": "discokey:7c434fd87dc63772c0fae83d2ba5ad2332dd98777e65fe6eebe5f2187add6a32", + "Addresses": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "AllowedIPs": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "Endpoints": ["77.164.248.136:52009", "10.65.0.27:52009", "172.17.0.1:52009"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} ]}, - "Created": "2026-04-09T01:28:31.463892679Z", + "Created": "2026-04-09T08:34:37.447830075Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 6468668904386191, - "StableID": "n2iYAsxfWs11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:9403778a41531ae7048b37ec42541bbd4b9a8a6575b97056437caf65411bbb16", - "Addresses": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "AllowedIPs": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42693}, - {"Proto": "peerapi6", "Port": 42693} - ]}, - "Created": "2026-04-09T01:28:33.337172489Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6822903798034744, - "StableID": "nP4NhZ77Hv11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "DiscoKey": "discokey:10341b150f56c697eb445c5917db416b5e5dee41943230101561b27ce445b459", - "Addresses": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "AllowedIPs": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "Endpoints": ["77.164.248.136:36725", "10.65.0.27:36725", "172.17.0.1:36725"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56174}, - {"Proto": "peerapi6", "Port": 56174} - ]}, - "Created": "2026-04-09T01:28:27.668522246Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7183920444945723, - "StableID": "nQbKYgQc6y11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "DiscoKey": "discokey:e31564846ed9287b5563f0cc053eeeb2d2e7871e90800ccbe8c3a0afdb6e9a4d", - "Addresses": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "AllowedIPs": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "Endpoints": ["77.164.248.136:58416", "10.65.0.27:58416", "172.17.0.1:58416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62861}, - {"Proto": "peerapi6", "Port": 62861} - ]}, - "Created": "2026-04-09T01:28:30.384258907Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7323352347177745, - "StableID": "nce8Hn3mBz11CNTRL", + "ID": 4457148284661613, + "StableID": "ngaS8Cjeob11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "DiscoKey": "discokey:e6da6554cd1fa85a38dc5ce740808ff36415d2a5759795257c444c9c3318d520", - "Addresses": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "AllowedIPs": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "Endpoints": ["77.164.248.136:53625", "10.65.0.27:53625", "172.17.0.1:53625"], + "Key": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "DiscoKey": "discokey:c1b3df443e1c69a7081a7469cbcd67ea53cae465332b9bc5e08a97890009926f", + "Addresses": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "AllowedIPs": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "Endpoints": ["77.164.248.136:35838", "10.65.0.27:35838", "172.17.0.1:35838"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64495}, - {"Proto": "peerapi6", "Port": 64495} + {"Proto": "peerapi4", "Port": 39922}, + {"Proto": "peerapi6", "Port": 39922} ]}, - "Created": "2026-04-09T01:28:29.821554603Z", + "Created": "2026-04-09T08:34:35.281554233Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8829065120690697, - "StableID": "nkn812ahwB21CNTRL", + "ID": 4695475013225064, + "StableID": "njx92fAbfd11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "DiscoKey": "discokey:1d4b99f5ea0a7d047686909e6215646594b6f340ed2922f8a2df639c8f930254", + "Addresses": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "AllowedIPs": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "Endpoints": ["77.164.248.136:60044", "10.65.0.27:60044", "172.17.0.1:60044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 41808}, + {"Proto": "peerapi6", "Port": 41808} + ]}, + "Created": "2026-04-09T08:34:35.816315512Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4733111140608485, + "StableID": "nk4eicodxd11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "DiscoKey": "discokey:ed56d868b1795a3f05a52c9893f58a779c4afab82d4d9a473e7933bba3ce0211", - "Addresses": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "AllowedIPs": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "Endpoints": ["77.164.248.136:55411", "10.65.0.27:55411", "172.17.0.1:55411"], + "Key": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "DiscoKey": "discokey:4c0d4a8c4cf5c6b59fac6f0d6e17b5419f4a217cec371c543064ab25f2bbee10", + "Addresses": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "AllowedIPs": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "Endpoints": ["77.164.248.136:50897", "10.65.0.27:50897", "172.17.0.1:50897"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 63129}, - {"Proto": "peerapi6", "Port": 63129} + {"Proto": "peerapi4", "Port": 59489}, + {"Proto": "peerapi6", "Port": 59489} ]}, - "Created": "2026-04-09T01:28:28.762614715Z", + "Created": "2026-04-09T08:34:34.202914102Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 7382472454519027, + "StableID": "nxbZiu2Yez11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:61368352af59632127a8aa1796c0428cab6ac65da7f5128a5229780fc4d3137b", + "Addresses": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "AllowedIPs": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "Endpoints": ["77.164.248.136:58989", "10.65.0.27:58989", "172.17.0.1:58989"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60358}, + {"Proto": "peerapi6", "Port": 60358} + ]}, + "Created": "2026-04-09T08:34:39.079654386Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7766912863266258, + "StableID": "nySdBadee321CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "DiscoKey": "discokey:e2deb2788f5c7d6017dbe522f04e21088b2ce662e914af6cda65d3a7407b934f", + "Addresses": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "AllowedIPs": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "Endpoints": ["77.164.248.136:39257", "10.65.0.27:39257", "172.17.0.1:39257"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54252}, + {"Proto": "peerapi6", "Port": 54252} + ]}, + "Created": "2026-04-09T08:34:33.120427375Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8257257149552266, + "StableID": "nMt7fK9jU721CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "DiscoKey": "discokey:bb400838fa8563486f73ede08288fa3558c90e180eaf386ee205c0d4c61a3d11", + "Addresses": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "AllowedIPs": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "Endpoints": ["77.164.248.136:49897", "10.65.0.27:49897", "172.17.0.1:49897"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50222}, + {"Proto": "peerapi6", "Port": 50222} + ]}, + "Created": "2026-04-09T08:34:32.578231062Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8318965914220805, + "StableID": "nSmzsR8gx721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "DiscoKey": "discokey:cb6c083a22a6ca2b7d8762e5ffb6a9e2004facd056e1fa1c74483024e7c24e41", + "Addresses": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "AllowedIPs": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "Endpoints": ["77.164.248.136:53797", "10.65.0.27:53797", "172.17.0.1:53797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61554}, + {"Proto": "peerapi6", "Port": 61554} + ]}, + "Created": "2026-04-09T08:34:34.742378644Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8682595159611211, + "StableID": "ntf4714NoA21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "DiscoKey": "discokey:180d5c429f422bc22a527794fcb06df0c4aeab2233b1d626d951b679a2834f59", + "Addresses": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "AllowedIPs": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "Endpoints": ["77.164.248.136:52659", "10.65.0.27:52659", "172.17.0.1:52659"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52611}, + {"Proto": "peerapi6", "Port": 52611} + ]}, + "Created": "2026-04-09T08:34:36.903860482Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11285,27 +11299,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7297056745396378": { - "ID": 7297056745396378, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1749738122060865": { + "ID": 1749738122060865, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11336,21 +11352,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8829065120690697, - "StableID": "nkn812ahwB21CNTRL", + "ID": 4733111140608485, + "StableID": "nk4eicodxd11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 8829065120690697, - "Key": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "DiscoKey": "discokey:ed56d868b1795a3f05a52c9893f58a779c4afab82d4d9a473e7933bba3ce0211", - "Addresses": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "AllowedIPs": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "Endpoints": ["77.164.248.136:55411", "10.65.0.27:55411", "172.17.0.1:55411"], + "User": 4733111140608485, + "Key": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "DiscoKey": "discokey:4c0d4a8c4cf5c6b59fac6f0d6e17b5419f4a217cec371c543064ab25f2bbee10", + "Addresses": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "AllowedIPs": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "Endpoints": ["77.164.248.136:50897", "10.65.0.27:50897", "172.17.0.1:50897"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 63129}, - {"Proto": "peerapi6", "Port": 63129}, + {"Proto": "peerapi4", "Port": 59489}, + {"Proto": "peerapi6", "Port": 59489}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:28.762614715Z", + "Created": "2026-04-09T08:34:34.202914102Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11378,300 +11394,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "MachineKey": "mkey:a1e53cbdd3aaceacb9aaecad0852050b9a91f973d249ad2de5fa33a05219ab42", + "NodeKey": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "MachineKey": "mkey:d28414672141e5547313789751e2b2b091dbe7c0e01c7284ef3b97f50b6dbb34", "Peers": [{ - "ID": 60361658582857, - "StableID": "na555ibLU111CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "DiscoKey": "discokey:99aa11d7b17117230be25fc548823a7e83f028205dde11a25039ae8986ddb368", - "Addresses": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "AllowedIPs": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "Endpoints": ["77.164.248.136:54234", "10.65.0.27:54234", "172.17.0.1:54234"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47452}, - {"Proto": "peerapi6", "Port": 47452} - ]}, - "Created": "2026-04-09T01:28:29.280122948Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 133188046780046, - "StableID": "njqYcCdK3211CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "DiscoKey": "discokey:71f351b6884fe9539d4144f67d72ed655a5cb64598ac99ae35b1c435d3fad531", - "Addresses": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "AllowedIPs": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "Endpoints": ["77.164.248.136:56958", "10.65.0.27:56958", "172.17.0.1:56958"], + "ID": 305068863101708, + "StableID": "nDZqmDeAP311CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "KeyExpiry": "2026-10-06T08:34:38Z", + "DiscoKey": "discokey:7d63ed99420892a4769ce1e28f9fea26f64c7054cabb5035308b294522ba5f75", + "Addresses": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "AllowedIPs": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "Endpoints": ["77.164.248.136:50256", "10.65.0.27:50256", "172.17.0.1:50256"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 49136}, - {"Proto": "peerapi6", "Port": 49136} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37268}, + {"Proto": "peerapi6", "Port": 37268} ]}, - "Created": "2026-04-09T01:28:30.910111035Z", + "Created": "2026-04-09T08:34:38.526707228Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 474506681898866, - "StableID": "nVzEcBVuh411CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "DiscoKey": "discokey:148409f660ce981ff2f5562fb3391e9953c02209b5297ad537fab06cd709b919", - "Addresses": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "AllowedIPs": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "Endpoints": ["77.164.248.136:42654", "10.65.0.27:42654", "172.17.0.1:42654"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61712}, - {"Proto": "peerapi6", "Port": 61712} - ]}, - "Created": "2026-04-09T01:28:32.80039071Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1193411729651902, - "StableID": "n9ENuLuVKA11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "DiscoKey": "discokey:e0246e2382f317eebce2b477f26e534d62c76db54d3e905d84e5433efe1bd100", - "Addresses": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "AllowedIPs": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "Endpoints": ["77.164.248.136:36110", "10.65.0.27:36110", "172.17.0.1:36110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60541}, - {"Proto": "peerapi6", "Port": 60541} - ]}, - "Created": "2026-04-09T01:28:26.885907835Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 1666137674215733, - "StableID": "nCUJrTcb1E11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "DiscoKey": "discokey:6eac769194b24cdc64aaf34a20f5ed7f4209148df06895b343c3a1fad5d0ae04", - "Addresses": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "AllowedIPs": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "Endpoints": ["77.164.248.136:41868", "10.65.0.27:41868", "172.17.0.1:41868"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55854}, - {"Proto": "peerapi6", "Port": 55854} - ]}, - "Created": "2026-04-09T01:28:32.246902303Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1937002353626175, - "StableID": "naU93WmG8G11CNTRL", + "ID": 351340223470197, + "StableID": "nz7XSV78k311CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "DiscoKey": "discokey:233fe87a1731044758bc99f9349562c308222892707f1dc1b55e2cb2009f0f5b", - "Addresses": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "AllowedIPs": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "Endpoints": ["77.164.248.136:34617", "10.65.0.27:34617", "172.17.0.1:34617"], + "Key": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "DiscoKey": "discokey:f12773855a0c2c53468630f134141dc5263c126fb6f9f6edd10fa32d7f768d51", + "Addresses": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "AllowedIPs": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "Endpoints": ["77.164.248.136:57894", "10.65.0.27:57894", "172.17.0.1:57894"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36383}, - {"Proto": "peerapi6", "Port": 36383} + {"Proto": "peerapi4", "Port": 42833}, + {"Proto": "peerapi6", "Port": 42833} ]}, - "Created": "2026-04-09T01:28:28.199651045Z", + "Created": "2026-04-09T08:34:33.659831168Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 3809197572973548, - "StableID": "nsWHYLACkW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "KeyExpiry": "2026-10-06T01:28:34Z", - "DiscoKey": "discokey:52d6192c9ca9307b564257323bd19eeaa4f50d9852ae6522cb821f5a5a2b1040", - "Addresses": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "AllowedIPs": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35675}, - {"Proto": "peerapi6", "Port": 35675} - ]}, - "Created": "2026-04-09T01:28:34.416258944Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3955166784480635, - "StableID": "nWcuuRXJtX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:60a1763dd94bc1e8bc457b519ebef3f90804c43866450c9f9131948ac5a0520b", - "Addresses": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "AllowedIPs": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "Endpoints": ["77.164.248.136:34445", "10.65.0.27:34445", "172.17.0.1:34445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37115}, - {"Proto": "peerapi6", "Port": 37115} - ]}, - "Created": "2026-04-09T01:28:33.880302612Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5622058288907940, - "StableID": "n1w5AQwEuk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 614252133464435, + "StableID": "nt1MdzMCo511CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "DiscoKey": "discokey:45715040e52a9ecc65fda113cc8d164951594f234c33272b931a3b7a41afdc0f", - "Addresses": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "AllowedIPs": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "Endpoints": ["77.164.248.136:59230", "10.65.0.27:59230", "172.17.0.1:59230"], + "Key": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "DiscoKey": "discokey:de51cf81ef081380839f9de67ae2bad251f58ac7dc1c7771d99ef39ad9457a58", + "Addresses": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "AllowedIPs": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "Endpoints": ["77.164.248.136:49542", "10.65.0.27:49542", "172.17.0.1:49542"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39753}, - {"Proto": "peerapi6", "Port": 39753} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} ]}, - "Created": "2026-04-09T01:28:31.463892679Z", + "Created": "2026-04-09T08:34:36.351405083Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 6468668904386191, - "StableID": "n2iYAsxfWs11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:9403778a41531ae7048b37ec42541bbd4b9a8a6575b97056437caf65411bbb16", - "Addresses": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "AllowedIPs": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42693}, - {"Proto": "peerapi6", "Port": 42693} - ]}, - "Created": "2026-04-09T01:28:33.337172489Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6822903798034744, - "StableID": "nP4NhZ77Hv11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 1211746206827433, + "StableID": "nLvJs3XoTA11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "DiscoKey": "discokey:10341b150f56c697eb445c5917db416b5e5dee41943230101561b27ce445b459", - "Addresses": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "AllowedIPs": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "Endpoints": ["77.164.248.136:36725", "10.65.0.27:36725", "172.17.0.1:36725"], + "Key": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "DiscoKey": "discokey:8a287a483650e48dd52781870d075f03d672cdfb100b13a5d93f0e48a65be13b", + "Addresses": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "AllowedIPs": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "Endpoints": ["77.164.248.136:50633", "10.65.0.27:50633", "172.17.0.1:50633"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56174}, - {"Proto": "peerapi6", "Port": 56174} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47130}, + {"Proto": "peerapi6", "Port": 47130} ]}, - "Created": "2026-04-09T01:28:27.668522246Z", + "Created": "2026-04-09T08:34:37.992287485Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7183920444945723, - "StableID": "nQbKYgQc6y11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "DiscoKey": "discokey:e31564846ed9287b5563f0cc053eeeb2d2e7871e90800ccbe8c3a0afdb6e9a4d", - "Addresses": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "AllowedIPs": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "Endpoints": ["77.164.248.136:58416", "10.65.0.27:58416", "172.17.0.1:58416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62861}, - {"Proto": "peerapi6", "Port": 62861} - ]}, - "Created": "2026-04-09T01:28:30.384258907Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7297056745396378, - "StableID": "nH4ezoJryy11CNTRL", + "ID": 1749738122060865, + "StableID": "npxg9ueTfE11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "DiscoKey": "discokey:b1fa096e0410990173b823f8274f7e52e2568c6bbff62e96dff994181fb7d740", - "Addresses": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "AllowedIPs": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "Endpoints": ["77.164.248.136:45612", "10.65.0.27:45612", "172.17.0.1:45612"], + "Key": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "DiscoKey": "discokey:17be286ba3dea6320b84880441c8a5c2abb71092dde0abe789271dba3f687503", + "Addresses": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "AllowedIPs": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57467}, - {"Proto": "peerapi6", "Port": 57467} + {"Proto": "peerapi4", "Port": 46320}, + {"Proto": "peerapi6", "Port": 46320} ]}, - "Created": "2026-04-09T01:28:26.376005918Z", + "Created": "2026-04-09T08:34:32.080819299Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7323352347177745, - "StableID": "nce8Hn3mBz11CNTRL", + "ID": 3526316598438934, + "StableID": "nbX1WjM5YU11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:4eb340ebb044800635a284995a5b226b8e93d535b78c54f09c7d1d6737cb972f", + "Addresses": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "AllowedIPs": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63571}, + {"Proto": "peerapi6", "Port": 63571} + ]}, + "Created": "2026-04-09T08:34:39.609012488Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3733940149378108, + "StableID": "nbrwi1H7AW11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "DiscoKey": "discokey:7c434fd87dc63772c0fae83d2ba5ad2332dd98777e65fe6eebe5f2187add6a32", + "Addresses": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "AllowedIPs": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "Endpoints": ["77.164.248.136:52009", "10.65.0.27:52009", "172.17.0.1:52009"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} + ]}, + "Created": "2026-04-09T08:34:37.447830075Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4457148284661613, + "StableID": "ngaS8Cjeob11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "DiscoKey": "discokey:e6da6554cd1fa85a38dc5ce740808ff36415d2a5759795257c444c9c3318d520", - "Addresses": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "AllowedIPs": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "Endpoints": ["77.164.248.136:53625", "10.65.0.27:53625", "172.17.0.1:53625"], + "Key": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "DiscoKey": "discokey:c1b3df443e1c69a7081a7469cbcd67ea53cae465332b9bc5e08a97890009926f", + "Addresses": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "AllowedIPs": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "Endpoints": ["77.164.248.136:35838", "10.65.0.27:35838", "172.17.0.1:35838"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64495}, - {"Proto": "peerapi6", "Port": 64495} + {"Proto": "peerapi4", "Port": 39922}, + {"Proto": "peerapi6", "Port": 39922} ]}, - "Created": "2026-04-09T01:28:29.821554603Z", + "Created": "2026-04-09T08:34:35.281554233Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" + }, { + "ID": 4695475013225064, + "StableID": "njx92fAbfd11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "DiscoKey": "discokey:1d4b99f5ea0a7d047686909e6215646594b6f340ed2922f8a2df639c8f930254", + "Addresses": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "AllowedIPs": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "Endpoints": ["77.164.248.136:60044", "10.65.0.27:60044", "172.17.0.1:60044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 41808}, + {"Proto": "peerapi6", "Port": 41808} + ]}, + "Created": "2026-04-09T08:34:35.816315512Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7382472454519027, + "StableID": "nxbZiu2Yez11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:61368352af59632127a8aa1796c0428cab6ac65da7f5128a5229780fc4d3137b", + "Addresses": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "AllowedIPs": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "Endpoints": ["77.164.248.136:58989", "10.65.0.27:58989", "172.17.0.1:58989"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60358}, + {"Proto": "peerapi6", "Port": 60358} + ]}, + "Created": "2026-04-09T08:34:39.079654386Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7766912863266258, + "StableID": "nySdBadee321CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "DiscoKey": "discokey:e2deb2788f5c7d6017dbe522f04e21088b2ce662e914af6cda65d3a7407b934f", + "Addresses": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "AllowedIPs": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "Endpoints": ["77.164.248.136:39257", "10.65.0.27:39257", "172.17.0.1:39257"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54252}, + {"Proto": "peerapi6", "Port": 54252} + ]}, + "Created": "2026-04-09T08:34:33.120427375Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8257257149552266, + "StableID": "nMt7fK9jU721CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "DiscoKey": "discokey:bb400838fa8563486f73ede08288fa3558c90e180eaf386ee205c0d4c61a3d11", + "Addresses": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "AllowedIPs": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "Endpoints": ["77.164.248.136:49897", "10.65.0.27:49897", "172.17.0.1:49897"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50222}, + {"Proto": "peerapi6", "Port": 50222} + ]}, + "Created": "2026-04-09T08:34:32.578231062Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8318965914220805, + "StableID": "nSmzsR8gx721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "DiscoKey": "discokey:cb6c083a22a6ca2b7d8762e5ffb6a9e2004facd056e1fa1c74483024e7c24e41", + "Addresses": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "AllowedIPs": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "Endpoints": ["77.164.248.136:53797", "10.65.0.27:53797", "172.17.0.1:53797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61554}, + {"Proto": "peerapi6", "Port": 61554} + ]}, + "Created": "2026-04-09T08:34:34.742378644Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8682595159611211, + "StableID": "ntf4714NoA21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "DiscoKey": "discokey:180d5c429f422bc22a527794fcb06df0c4aeab2233b1d626d951b679a2834f59", + "Addresses": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "AllowedIPs": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "Endpoints": ["77.164.248.136:52659", "10.65.0.27:52659", "172.17.0.1:52659"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52611}, + {"Proto": "peerapi6", "Port": 52611} + ]}, + "Created": "2026-04-09T08:34:36.903860482Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12519,27 +12535,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8829065120690697": { - "ID": 8829065120690697, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4733111140608485": { + "ID": 4733111140608485, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12570,21 +12588,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1937002353626175, - "StableID": "naU93WmG8G11CNTRL", + "ID": 351340223470197, + "StableID": "nz7XSV78k311CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 1937002353626175, - "Key": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "DiscoKey": "discokey:233fe87a1731044758bc99f9349562c308222892707f1dc1b55e2cb2009f0f5b", - "Addresses": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "AllowedIPs": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "Endpoints": ["77.164.248.136:34617", "10.65.0.27:34617", "172.17.0.1:34617"], + "User": 351340223470197, + "Key": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "DiscoKey": "discokey:f12773855a0c2c53468630f134141dc5263c126fb6f9f6edd10fa32d7f768d51", + "Addresses": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "AllowedIPs": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "Endpoints": ["77.164.248.136:57894", "10.65.0.27:57894", "172.17.0.1:57894"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 36383}, - {"Proto": "peerapi6", "Port": 36383}, + {"Proto": "peerapi4", "Port": 42833}, + {"Proto": "peerapi6", "Port": 42833}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:28.199651045Z", + "Created": "2026-04-09T08:34:33.659831168Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12612,300 +12630,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "MachineKey": "mkey:1b3068a2030a774555d8c2a14df3c349edb6fec6c9c1a651509d124c7ef9114f", + "NodeKey": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "MachineKey": "mkey:12a1c86138475cdabe150f4bf382f7c499b950d0698f2aece24cd5418cbaea3d", "Peers": [{ - "ID": 60361658582857, - "StableID": "na555ibLU111CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "DiscoKey": "discokey:99aa11d7b17117230be25fc548823a7e83f028205dde11a25039ae8986ddb368", - "Addresses": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "AllowedIPs": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "Endpoints": ["77.164.248.136:54234", "10.65.0.27:54234", "172.17.0.1:54234"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47452}, - {"Proto": "peerapi6", "Port": 47452} + "ID": 305068863101708, + "StableID": "nDZqmDeAP311CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "KeyExpiry": "2026-10-06T08:34:38Z", + "DiscoKey": "discokey:7d63ed99420892a4769ce1e28f9fea26f64c7054cabb5035308b294522ba5f75", + "Addresses": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "AllowedIPs": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "Endpoints": ["77.164.248.136:50256", "10.65.0.27:50256", "172.17.0.1:50256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37268}, + {"Proto": "peerapi6", "Port": 37268} ]}, - "Created": "2026-04-09T01:28:29.280122948Z", + "Created": "2026-04-09T08:34:38.526707228Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 133188046780046, - "StableID": "njqYcCdK3211CNTRL", + "ID": 614252133464435, + "StableID": "nt1MdzMCo511CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "DiscoKey": "discokey:71f351b6884fe9539d4144f67d72ed655a5cb64598ac99ae35b1c435d3fad531", - "Addresses": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "AllowedIPs": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "Endpoints": ["77.164.248.136:56958", "10.65.0.27:56958", "172.17.0.1:56958"], + "Key": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "DiscoKey": "discokey:de51cf81ef081380839f9de67ae2bad251f58ac7dc1c7771d99ef39ad9457a58", + "Addresses": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "AllowedIPs": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "Endpoints": ["77.164.248.136:49542", "10.65.0.27:49542", "172.17.0.1:49542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 49136}, - {"Proto": "peerapi6", "Port": 49136} + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} ]}, - "Created": "2026-04-09T01:28:30.910111035Z", + "Created": "2026-04-09T08:34:36.351405083Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 474506681898866, - "StableID": "nVzEcBVuh411CNTRL", + "ID": 1211746206827433, + "StableID": "nLvJs3XoTA11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "DiscoKey": "discokey:148409f660ce981ff2f5562fb3391e9953c02209b5297ad537fab06cd709b919", - "Addresses": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "AllowedIPs": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "Endpoints": ["77.164.248.136:42654", "10.65.0.27:42654", "172.17.0.1:42654"], + "Key": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "DiscoKey": "discokey:8a287a483650e48dd52781870d075f03d672cdfb100b13a5d93f0e48a65be13b", + "Addresses": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "AllowedIPs": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "Endpoints": ["77.164.248.136:50633", "10.65.0.27:50633", "172.17.0.1:50633"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61712}, - {"Proto": "peerapi6", "Port": 61712} + {"Proto": "peerapi4", "Port": 47130}, + {"Proto": "peerapi6", "Port": 47130} ]}, - "Created": "2026-04-09T01:28:32.80039071Z", + "Created": "2026-04-09T08:34:37.992287485Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 1193411729651902, - "StableID": "n9ENuLuVKA11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "DiscoKey": "discokey:e0246e2382f317eebce2b477f26e534d62c76db54d3e905d84e5433efe1bd100", - "Addresses": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "AllowedIPs": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "Endpoints": ["77.164.248.136:36110", "10.65.0.27:36110", "172.17.0.1:36110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60541}, - {"Proto": "peerapi6", "Port": 60541} - ]}, - "Created": "2026-04-09T01:28:26.885907835Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 1666137674215733, - "StableID": "nCUJrTcb1E11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "DiscoKey": "discokey:6eac769194b24cdc64aaf34a20f5ed7f4209148df06895b343c3a1fad5d0ae04", - "Addresses": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "AllowedIPs": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "Endpoints": ["77.164.248.136:41868", "10.65.0.27:41868", "172.17.0.1:41868"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55854}, - {"Proto": "peerapi6", "Port": 55854} - ]}, - "Created": "2026-04-09T01:28:32.246902303Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3809197572973548, - "StableID": "nsWHYLACkW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "KeyExpiry": "2026-10-06T01:28:34Z", - "DiscoKey": "discokey:52d6192c9ca9307b564257323bd19eeaa4f50d9852ae6522cb821f5a5a2b1040", - "Addresses": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "AllowedIPs": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35675}, - {"Proto": "peerapi6", "Port": 35675} - ]}, - "Created": "2026-04-09T01:28:34.416258944Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3955166784480635, - "StableID": "nWcuuRXJtX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:60a1763dd94bc1e8bc457b519ebef3f90804c43866450c9f9131948ac5a0520b", - "Addresses": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "AllowedIPs": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "Endpoints": ["77.164.248.136:34445", "10.65.0.27:34445", "172.17.0.1:34445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37115}, - {"Proto": "peerapi6", "Port": 37115} - ]}, - "Created": "2026-04-09T01:28:33.880302612Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5622058288907940, - "StableID": "n1w5AQwEuk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "DiscoKey": "discokey:45715040e52a9ecc65fda113cc8d164951594f234c33272b931a3b7a41afdc0f", - "Addresses": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "AllowedIPs": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "Endpoints": ["77.164.248.136:59230", "10.65.0.27:59230", "172.17.0.1:59230"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39753}, - {"Proto": "peerapi6", "Port": 39753} - ]}, - "Created": "2026-04-09T01:28:31.463892679Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6468668904386191, - "StableID": "n2iYAsxfWs11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:9403778a41531ae7048b37ec42541bbd4b9a8a6575b97056437caf65411bbb16", - "Addresses": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "AllowedIPs": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42693}, - {"Proto": "peerapi6", "Port": 42693} - ]}, - "Created": "2026-04-09T01:28:33.337172489Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6822903798034744, - "StableID": "nP4NhZ77Hv11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "DiscoKey": "discokey:10341b150f56c697eb445c5917db416b5e5dee41943230101561b27ce445b459", - "Addresses": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "AllowedIPs": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "Endpoints": ["77.164.248.136:36725", "10.65.0.27:36725", "172.17.0.1:36725"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56174}, - {"Proto": "peerapi6", "Port": 56174} - ]}, - "Created": "2026-04-09T01:28:27.668522246Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7183920444945723, - "StableID": "nQbKYgQc6y11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "DiscoKey": "discokey:e31564846ed9287b5563f0cc053eeeb2d2e7871e90800ccbe8c3a0afdb6e9a4d", - "Addresses": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "AllowedIPs": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "Endpoints": ["77.164.248.136:58416", "10.65.0.27:58416", "172.17.0.1:58416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62861}, - {"Proto": "peerapi6", "Port": 62861} - ]}, - "Created": "2026-04-09T01:28:30.384258907Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7297056745396378, - "StableID": "nH4ezoJryy11CNTRL", + "ID": 1749738122060865, + "StableID": "npxg9ueTfE11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "DiscoKey": "discokey:b1fa096e0410990173b823f8274f7e52e2568c6bbff62e96dff994181fb7d740", - "Addresses": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "AllowedIPs": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "Endpoints": ["77.164.248.136:45612", "10.65.0.27:45612", "172.17.0.1:45612"], + "Key": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "DiscoKey": "discokey:17be286ba3dea6320b84880441c8a5c2abb71092dde0abe789271dba3f687503", + "Addresses": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "AllowedIPs": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57467}, - {"Proto": "peerapi6", "Port": 57467} + {"Proto": "peerapi4", "Port": 46320}, + {"Proto": "peerapi6", "Port": 46320} ]}, - "Created": "2026-04-09T01:28:26.376005918Z", + "Created": "2026-04-09T08:34:32.080819299Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7323352347177745, - "StableID": "nce8Hn3mBz11CNTRL", + "ID": 3526316598438934, + "StableID": "nbX1WjM5YU11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:4eb340ebb044800635a284995a5b226b8e93d535b78c54f09c7d1d6737cb972f", + "Addresses": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "AllowedIPs": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63571}, + {"Proto": "peerapi6", "Port": 63571} + ]}, + "Created": "2026-04-09T08:34:39.609012488Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3733940149378108, + "StableID": "nbrwi1H7AW11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "DiscoKey": "discokey:7c434fd87dc63772c0fae83d2ba5ad2332dd98777e65fe6eebe5f2187add6a32", + "Addresses": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "AllowedIPs": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "Endpoints": ["77.164.248.136:52009", "10.65.0.27:52009", "172.17.0.1:52009"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} + ]}, + "Created": "2026-04-09T08:34:37.447830075Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4457148284661613, + "StableID": "ngaS8Cjeob11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "DiscoKey": "discokey:e6da6554cd1fa85a38dc5ce740808ff36415d2a5759795257c444c9c3318d520", - "Addresses": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "AllowedIPs": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "Endpoints": ["77.164.248.136:53625", "10.65.0.27:53625", "172.17.0.1:53625"], + "Key": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "DiscoKey": "discokey:c1b3df443e1c69a7081a7469cbcd67ea53cae465332b9bc5e08a97890009926f", + "Addresses": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "AllowedIPs": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "Endpoints": ["77.164.248.136:35838", "10.65.0.27:35838", "172.17.0.1:35838"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64495}, - {"Proto": "peerapi6", "Port": 64495} + {"Proto": "peerapi4", "Port": 39922}, + {"Proto": "peerapi6", "Port": 39922} ]}, - "Created": "2026-04-09T01:28:29.821554603Z", + "Created": "2026-04-09T08:34:35.281554233Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8829065120690697, - "StableID": "nkn812ahwB21CNTRL", + "ID": 4695475013225064, + "StableID": "njx92fAbfd11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "DiscoKey": "discokey:1d4b99f5ea0a7d047686909e6215646594b6f340ed2922f8a2df639c8f930254", + "Addresses": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "AllowedIPs": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "Endpoints": ["77.164.248.136:60044", "10.65.0.27:60044", "172.17.0.1:60044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 41808}, + {"Proto": "peerapi6", "Port": 41808} + ]}, + "Created": "2026-04-09T08:34:35.816315512Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4733111140608485, + "StableID": "nk4eicodxd11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "DiscoKey": "discokey:ed56d868b1795a3f05a52c9893f58a779c4afab82d4d9a473e7933bba3ce0211", - "Addresses": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "AllowedIPs": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "Endpoints": ["77.164.248.136:55411", "10.65.0.27:55411", "172.17.0.1:55411"], + "Key": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "DiscoKey": "discokey:4c0d4a8c4cf5c6b59fac6f0d6e17b5419f4a217cec371c543064ab25f2bbee10", + "Addresses": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "AllowedIPs": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "Endpoints": ["77.164.248.136:50897", "10.65.0.27:50897", "172.17.0.1:50897"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 63129}, - {"Proto": "peerapi6", "Port": 63129} + {"Proto": "peerapi4", "Port": 59489}, + {"Proto": "peerapi6", "Port": 59489} ]}, - "Created": "2026-04-09T01:28:28.762614715Z", + "Created": "2026-04-09T08:34:34.202914102Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 7382472454519027, + "StableID": "nxbZiu2Yez11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:61368352af59632127a8aa1796c0428cab6ac65da7f5128a5229780fc4d3137b", + "Addresses": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "AllowedIPs": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "Endpoints": ["77.164.248.136:58989", "10.65.0.27:58989", "172.17.0.1:58989"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60358}, + {"Proto": "peerapi6", "Port": 60358} + ]}, + "Created": "2026-04-09T08:34:39.079654386Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7766912863266258, + "StableID": "nySdBadee321CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "DiscoKey": "discokey:e2deb2788f5c7d6017dbe522f04e21088b2ce662e914af6cda65d3a7407b934f", + "Addresses": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "AllowedIPs": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "Endpoints": ["77.164.248.136:39257", "10.65.0.27:39257", "172.17.0.1:39257"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54252}, + {"Proto": "peerapi6", "Port": 54252} + ]}, + "Created": "2026-04-09T08:34:33.120427375Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8257257149552266, + "StableID": "nMt7fK9jU721CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "DiscoKey": "discokey:bb400838fa8563486f73ede08288fa3558c90e180eaf386ee205c0d4c61a3d11", + "Addresses": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "AllowedIPs": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "Endpoints": ["77.164.248.136:49897", "10.65.0.27:49897", "172.17.0.1:49897"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50222}, + {"Proto": "peerapi6", "Port": 50222} + ]}, + "Created": "2026-04-09T08:34:32.578231062Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8318965914220805, + "StableID": "nSmzsR8gx721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "DiscoKey": "discokey:cb6c083a22a6ca2b7d8762e5ffb6a9e2004facd056e1fa1c74483024e7c24e41", + "Addresses": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "AllowedIPs": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "Endpoints": ["77.164.248.136:53797", "10.65.0.27:53797", "172.17.0.1:53797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61554}, + {"Proto": "peerapi6", "Port": 61554} + ]}, + "Created": "2026-04-09T08:34:34.742378644Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8682595159611211, + "StableID": "ntf4714NoA21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "DiscoKey": "discokey:180d5c429f422bc22a527794fcb06df0c4aeab2233b1d626d951b679a2834f59", + "Addresses": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "AllowedIPs": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "Endpoints": ["77.164.248.136:52659", "10.65.0.27:52659", "172.17.0.1:52659"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52611}, + {"Proto": "peerapi6", "Port": 52611} + ]}, + "Created": "2026-04-09T08:34:36.903860482Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13753,27 +13771,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1937002353626175": { - "ID": 1937002353626175, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "351340223470197": { + "ID": 351340223470197, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13804,26 +13824,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7323352347177745, - "StableID": "nce8Hn3mBz11CNTRL", + "ID": 4457148284661613, + "StableID": "ngaS8Cjeob11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 7323352347177745, - "Key": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "DiscoKey": "discokey:e6da6554cd1fa85a38dc5ce740808ff36415d2a5759795257c444c9c3318d520", - "Addresses": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "AllowedIPs": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "Endpoints": ["77.164.248.136:53625", "10.65.0.27:53625", "172.17.0.1:53625"], + "User": 4457148284661613, + "Key": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "DiscoKey": "discokey:c1b3df443e1c69a7081a7469cbcd67ea53cae465332b9bc5e08a97890009926f", + "Addresses": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "AllowedIPs": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "Endpoints": ["77.164.248.136:35838", "10.65.0.27:35838", "172.17.0.1:35838"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 64495}, - {"Proto": "peerapi6", "Port": 64495}, + {"Proto": "peerapi4", "Port": 39922}, + {"Proto": "peerapi6", "Port": 39922}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:29.821554603Z", + "Created": "2026-04-09T08:34:35.281554233Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13851,302 +13871,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "MachineKey": "mkey:75e2a54340a67e2858291ead0204dd985d8dcb0ab3331b84b0db995baba4fa0d", + "NodeKey": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "MachineKey": "mkey:6670dcaf69bdc6c6d16033dabfe9a48260e9edac5c49cf3b59b9ef40d5cb4908", "Peers": [{ - "ID": 60361658582857, - "StableID": "na555ibLU111CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "DiscoKey": "discokey:99aa11d7b17117230be25fc548823a7e83f028205dde11a25039ae8986ddb368", - "Addresses": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "AllowedIPs": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "Endpoints": ["77.164.248.136:54234", "10.65.0.27:54234", "172.17.0.1:54234"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47452}, - {"Proto": "peerapi6", "Port": 47452} - ]}, - "Created": "2026-04-09T01:28:29.280122948Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 133188046780046, - "StableID": "njqYcCdK3211CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "DiscoKey": "discokey:71f351b6884fe9539d4144f67d72ed655a5cb64598ac99ae35b1c435d3fad531", - "Addresses": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "AllowedIPs": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "Endpoints": ["77.164.248.136:56958", "10.65.0.27:56958", "172.17.0.1:56958"], + "ID": 305068863101708, + "StableID": "nDZqmDeAP311CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "KeyExpiry": "2026-10-06T08:34:38Z", + "DiscoKey": "discokey:7d63ed99420892a4769ce1e28f9fea26f64c7054cabb5035308b294522ba5f75", + "Addresses": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "AllowedIPs": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "Endpoints": ["77.164.248.136:50256", "10.65.0.27:50256", "172.17.0.1:50256"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 49136}, - {"Proto": "peerapi6", "Port": 49136} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37268}, + {"Proto": "peerapi6", "Port": 37268} ]}, - "Created": "2026-04-09T01:28:30.910111035Z", + "Created": "2026-04-09T08:34:38.526707228Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 474506681898866, - "StableID": "nVzEcBVuh411CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "DiscoKey": "discokey:148409f660ce981ff2f5562fb3391e9953c02209b5297ad537fab06cd709b919", - "Addresses": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "AllowedIPs": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "Endpoints": ["77.164.248.136:42654", "10.65.0.27:42654", "172.17.0.1:42654"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61712}, - {"Proto": "peerapi6", "Port": 61712} - ]}, - "Created": "2026-04-09T01:28:32.80039071Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1193411729651902, - "StableID": "n9ENuLuVKA11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "DiscoKey": "discokey:e0246e2382f317eebce2b477f26e534d62c76db54d3e905d84e5433efe1bd100", - "Addresses": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "AllowedIPs": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "Endpoints": ["77.164.248.136:36110", "10.65.0.27:36110", "172.17.0.1:36110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60541}, - {"Proto": "peerapi6", "Port": 60541} - ]}, - "Created": "2026-04-09T01:28:26.885907835Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 1666137674215733, - "StableID": "nCUJrTcb1E11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "DiscoKey": "discokey:6eac769194b24cdc64aaf34a20f5ed7f4209148df06895b343c3a1fad5d0ae04", - "Addresses": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "AllowedIPs": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "Endpoints": ["77.164.248.136:41868", "10.65.0.27:41868", "172.17.0.1:41868"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55854}, - {"Proto": "peerapi6", "Port": 55854} - ]}, - "Created": "2026-04-09T01:28:32.246902303Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1937002353626175, - "StableID": "naU93WmG8G11CNTRL", + "ID": 351340223470197, + "StableID": "nz7XSV78k311CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "DiscoKey": "discokey:233fe87a1731044758bc99f9349562c308222892707f1dc1b55e2cb2009f0f5b", - "Addresses": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "AllowedIPs": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "Endpoints": ["77.164.248.136:34617", "10.65.0.27:34617", "172.17.0.1:34617"], + "Key": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "DiscoKey": "discokey:f12773855a0c2c53468630f134141dc5263c126fb6f9f6edd10fa32d7f768d51", + "Addresses": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "AllowedIPs": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "Endpoints": ["77.164.248.136:57894", "10.65.0.27:57894", "172.17.0.1:57894"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36383}, - {"Proto": "peerapi6", "Port": 36383} + {"Proto": "peerapi4", "Port": 42833}, + {"Proto": "peerapi6", "Port": 42833} ]}, - "Created": "2026-04-09T01:28:28.199651045Z", + "Created": "2026-04-09T08:34:33.659831168Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 3809197572973548, - "StableID": "nsWHYLACkW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "KeyExpiry": "2026-10-06T01:28:34Z", - "DiscoKey": "discokey:52d6192c9ca9307b564257323bd19eeaa4f50d9852ae6522cb821f5a5a2b1040", - "Addresses": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "AllowedIPs": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "Endpoints": ["77.164.248.136:38632", "10.65.0.27:38632", "172.17.0.1:38632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35675}, - {"Proto": "peerapi6", "Port": 35675} - ]}, - "Created": "2026-04-09T01:28:34.416258944Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3955166784480635, - "StableID": "nWcuuRXJtX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:60a1763dd94bc1e8bc457b519ebef3f90804c43866450c9f9131948ac5a0520b", - "Addresses": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "AllowedIPs": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "Endpoints": ["77.164.248.136:34445", "10.65.0.27:34445", "172.17.0.1:34445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37115}, - {"Proto": "peerapi6", "Port": 37115} - ]}, - "Created": "2026-04-09T01:28:33.880302612Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5622058288907940, - "StableID": "n1w5AQwEuk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 614252133464435, + "StableID": "nt1MdzMCo511CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "DiscoKey": "discokey:45715040e52a9ecc65fda113cc8d164951594f234c33272b931a3b7a41afdc0f", - "Addresses": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "AllowedIPs": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "Endpoints": ["77.164.248.136:59230", "10.65.0.27:59230", "172.17.0.1:59230"], + "Key": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "DiscoKey": "discokey:de51cf81ef081380839f9de67ae2bad251f58ac7dc1c7771d99ef39ad9457a58", + "Addresses": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "AllowedIPs": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "Endpoints": ["77.164.248.136:49542", "10.65.0.27:49542", "172.17.0.1:49542"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39753}, - {"Proto": "peerapi6", "Port": 39753} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} ]}, - "Created": "2026-04-09T01:28:31.463892679Z", + "Created": "2026-04-09T08:34:36.351405083Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 6468668904386191, - "StableID": "n2iYAsxfWs11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:9403778a41531ae7048b37ec42541bbd4b9a8a6575b97056437caf65411bbb16", - "Addresses": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "AllowedIPs": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42693}, - {"Proto": "peerapi6", "Port": 42693} - ]}, - "Created": "2026-04-09T01:28:33.337172489Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6822903798034744, - "StableID": "nP4NhZ77Hv11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 1211746206827433, + "StableID": "nLvJs3XoTA11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "DiscoKey": "discokey:10341b150f56c697eb445c5917db416b5e5dee41943230101561b27ce445b459", - "Addresses": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "AllowedIPs": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "Endpoints": ["77.164.248.136:36725", "10.65.0.27:36725", "172.17.0.1:36725"], + "Key": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "DiscoKey": "discokey:8a287a483650e48dd52781870d075f03d672cdfb100b13a5d93f0e48a65be13b", + "Addresses": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "AllowedIPs": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "Endpoints": ["77.164.248.136:50633", "10.65.0.27:50633", "172.17.0.1:50633"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56174}, - {"Proto": "peerapi6", "Port": 56174} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47130}, + {"Proto": "peerapi6", "Port": 47130} ]}, - "Created": "2026-04-09T01:28:27.668522246Z", + "Created": "2026-04-09T08:34:37.992287485Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7183920444945723, - "StableID": "nQbKYgQc6y11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "DiscoKey": "discokey:e31564846ed9287b5563f0cc053eeeb2d2e7871e90800ccbe8c3a0afdb6e9a4d", - "Addresses": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "AllowedIPs": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "Endpoints": ["77.164.248.136:58416", "10.65.0.27:58416", "172.17.0.1:58416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62861}, - {"Proto": "peerapi6", "Port": 62861} - ]}, - "Created": "2026-04-09T01:28:30.384258907Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7297056745396378, - "StableID": "nH4ezoJryy11CNTRL", + "ID": 1749738122060865, + "StableID": "npxg9ueTfE11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "DiscoKey": "discokey:b1fa096e0410990173b823f8274f7e52e2568c6bbff62e96dff994181fb7d740", - "Addresses": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "AllowedIPs": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "Endpoints": ["77.164.248.136:45612", "10.65.0.27:45612", "172.17.0.1:45612"], + "Key": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "DiscoKey": "discokey:17be286ba3dea6320b84880441c8a5c2abb71092dde0abe789271dba3f687503", + "Addresses": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "AllowedIPs": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57467}, - {"Proto": "peerapi6", "Port": 57467} + {"Proto": "peerapi4", "Port": 46320}, + {"Proto": "peerapi6", "Port": 46320} ]}, - "Created": "2026-04-09T01:28:26.376005918Z", + "Created": "2026-04-09T08:34:32.080819299Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8829065120690697, - "StableID": "nkn812ahwB21CNTRL", + "ID": 3526316598438934, + "StableID": "nbX1WjM5YU11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:4eb340ebb044800635a284995a5b226b8e93d535b78c54f09c7d1d6737cb972f", + "Addresses": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "AllowedIPs": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "Endpoints": ["77.164.248.136:60332", "10.65.0.27:60332", "172.17.0.1:60332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63571}, + {"Proto": "peerapi6", "Port": 63571} + ]}, + "Created": "2026-04-09T08:34:39.609012488Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3733940149378108, + "StableID": "nbrwi1H7AW11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "DiscoKey": "discokey:7c434fd87dc63772c0fae83d2ba5ad2332dd98777e65fe6eebe5f2187add6a32", + "Addresses": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "AllowedIPs": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "Endpoints": ["77.164.248.136:52009", "10.65.0.27:52009", "172.17.0.1:52009"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} + ]}, + "Created": "2026-04-09T08:34:37.447830075Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4695475013225064, + "StableID": "njx92fAbfd11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "DiscoKey": "discokey:1d4b99f5ea0a7d047686909e6215646594b6f340ed2922f8a2df639c8f930254", + "Addresses": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "AllowedIPs": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "Endpoints": ["77.164.248.136:60044", "10.65.0.27:60044", "172.17.0.1:60044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 41808}, + {"Proto": "peerapi6", "Port": 41808} + ]}, + "Created": "2026-04-09T08:34:35.816315512Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4733111140608485, + "StableID": "nk4eicodxd11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "DiscoKey": "discokey:ed56d868b1795a3f05a52c9893f58a779c4afab82d4d9a473e7933bba3ce0211", - "Addresses": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "AllowedIPs": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "Endpoints": ["77.164.248.136:55411", "10.65.0.27:55411", "172.17.0.1:55411"], + "Key": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "DiscoKey": "discokey:4c0d4a8c4cf5c6b59fac6f0d6e17b5419f4a217cec371c543064ab25f2bbee10", + "Addresses": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "AllowedIPs": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "Endpoints": ["77.164.248.136:50897", "10.65.0.27:50897", "172.17.0.1:50897"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 63129}, - {"Proto": "peerapi6", "Port": 63129} + {"Proto": "peerapi4", "Port": 59489}, + {"Proto": "peerapi6", "Port": 59489} ]}, - "Created": "2026-04-09T01:28:28.762614715Z", + "Created": "2026-04-09T08:34:34.202914102Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 7382472454519027, + "StableID": "nxbZiu2Yez11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:61368352af59632127a8aa1796c0428cab6ac65da7f5128a5229780fc4d3137b", + "Addresses": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "AllowedIPs": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "Endpoints": ["77.164.248.136:58989", "10.65.0.27:58989", "172.17.0.1:58989"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60358}, + {"Proto": "peerapi6", "Port": 60358} + ]}, + "Created": "2026-04-09T08:34:39.079654386Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7766912863266258, + "StableID": "nySdBadee321CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "DiscoKey": "discokey:e2deb2788f5c7d6017dbe522f04e21088b2ce662e914af6cda65d3a7407b934f", + "Addresses": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "AllowedIPs": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "Endpoints": ["77.164.248.136:39257", "10.65.0.27:39257", "172.17.0.1:39257"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54252}, + {"Proto": "peerapi6", "Port": 54252} + ]}, + "Created": "2026-04-09T08:34:33.120427375Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8257257149552266, + "StableID": "nMt7fK9jU721CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "DiscoKey": "discokey:bb400838fa8563486f73ede08288fa3558c90e180eaf386ee205c0d4c61a3d11", + "Addresses": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "AllowedIPs": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "Endpoints": ["77.164.248.136:49897", "10.65.0.27:49897", "172.17.0.1:49897"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50222}, + {"Proto": "peerapi6", "Port": 50222} + ]}, + "Created": "2026-04-09T08:34:32.578231062Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8318965914220805, + "StableID": "nSmzsR8gx721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "DiscoKey": "discokey:cb6c083a22a6ca2b7d8762e5ffb6a9e2004facd056e1fa1c74483024e7c24e41", + "Addresses": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "AllowedIPs": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "Endpoints": ["77.164.248.136:53797", "10.65.0.27:53797", "172.17.0.1:53797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61554}, + {"Proto": "peerapi6", "Port": 61554} + ]}, + "Created": "2026-04-09T08:34:34.742378644Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8682595159611211, + "StableID": "ntf4714NoA21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "DiscoKey": "discokey:180d5c429f422bc22a527794fcb06df0c4aeab2233b1d626d951b679a2834f59", + "Addresses": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "AllowedIPs": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "Endpoints": ["77.164.248.136:52659", "10.65.0.27:52659", "172.17.0.1:52659"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52611}, + {"Proto": "peerapi6", "Port": 52611} + ]}, + "Created": "2026-04-09T08:34:36.903860482Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -14994,27 +15014,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7323352347177745": { - "ID": 7323352347177745, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4457148284661613": { + "ID": 4457148284661613, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15045,26 +15067,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 133188046780046, - "StableID": "njqYcCdK3211CNTRL", + "ID": 614252133464435, + "StableID": "nt1MdzMCo511CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 133188046780046, - "Key": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "DiscoKey": "discokey:71f351b6884fe9539d4144f67d72ed655a5cb64598ac99ae35b1c435d3fad531", - "Addresses": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "AllowedIPs": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "Endpoints": ["77.164.248.136:56958", "10.65.0.27:56958", "172.17.0.1:56958"], + "User": 614252133464435, + "Key": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "DiscoKey": "discokey:de51cf81ef081380839f9de67ae2bad251f58ac7dc1c7771d99ef39ad9457a58", + "Addresses": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "AllowedIPs": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "Endpoints": ["77.164.248.136:49542", "10.65.0.27:49542", "172.17.0.1:49542"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 49136}, - {"Proto": "peerapi6", "Port": 49136}, + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:30.910111035Z", + "Created": "2026-04-09T08:34:36.351405083Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15092,302 +15114,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "MachineKey": "mkey:597edabf6ea21226c0da759ab8fc40b714a6d81cfa443c432b586746ee144b36", + "NodeKey": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "MachineKey": "mkey:16f45bf38b2f53c39240d2cc77f0a2006071ab5141cc8e9126bb23afdb429b7a", "Peers": [{ - "ID": 60361658582857, - "StableID": "na555ibLU111CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "DiscoKey": "discokey:99aa11d7b17117230be25fc548823a7e83f028205dde11a25039ae8986ddb368", - "Addresses": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "AllowedIPs": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "Endpoints": ["77.164.248.136:54234", "10.65.0.27:54234", "172.17.0.1:54234"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47452}, - {"Proto": "peerapi6", "Port": 47452} - ]}, - "Created": "2026-04-09T01:28:29.280122948Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 474506681898866, - "StableID": "nVzEcBVuh411CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "DiscoKey": "discokey:148409f660ce981ff2f5562fb3391e9953c02209b5297ad537fab06cd709b919", - "Addresses": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "AllowedIPs": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "Endpoints": ["77.164.248.136:42654", "10.65.0.27:42654", "172.17.0.1:42654"], + "ID": 305068863101708, + "StableID": "nDZqmDeAP311CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "KeyExpiry": "2026-10-06T08:34:38Z", + "DiscoKey": "discokey:7d63ed99420892a4769ce1e28f9fea26f64c7054cabb5035308b294522ba5f75", + "Addresses": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "AllowedIPs": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "Endpoints": ["77.164.248.136:50256", "10.65.0.27:50256", "172.17.0.1:50256"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61712}, - {"Proto": "peerapi6", "Port": 61712} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37268}, + {"Proto": "peerapi6", "Port": 37268} ]}, - "Created": "2026-04-09T01:28:32.80039071Z", + "Created": "2026-04-09T08:34:38.526707228Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 1193411729651902, - "StableID": "n9ENuLuVKA11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "DiscoKey": "discokey:e0246e2382f317eebce2b477f26e534d62c76db54d3e905d84e5433efe1bd100", - "Addresses": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "AllowedIPs": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "Endpoints": ["77.164.248.136:36110", "10.65.0.27:36110", "172.17.0.1:36110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60541}, - {"Proto": "peerapi6", "Port": 60541} - ]}, - "Created": "2026-04-09T01:28:26.885907835Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 1666137674215733, - "StableID": "nCUJrTcb1E11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "DiscoKey": "discokey:6eac769194b24cdc64aaf34a20f5ed7f4209148df06895b343c3a1fad5d0ae04", - "Addresses": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "AllowedIPs": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "Endpoints": ["77.164.248.136:41868", "10.65.0.27:41868", "172.17.0.1:41868"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55854}, - {"Proto": "peerapi6", "Port": 55854} - ]}, - "Created": "2026-04-09T01:28:32.246902303Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1937002353626175, - "StableID": "naU93WmG8G11CNTRL", + "ID": 351340223470197, + "StableID": "nz7XSV78k311CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "DiscoKey": "discokey:233fe87a1731044758bc99f9349562c308222892707f1dc1b55e2cb2009f0f5b", - "Addresses": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "AllowedIPs": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "Endpoints": ["77.164.248.136:34617", "10.65.0.27:34617", "172.17.0.1:34617"], + "Key": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "DiscoKey": "discokey:f12773855a0c2c53468630f134141dc5263c126fb6f9f6edd10fa32d7f768d51", + "Addresses": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "AllowedIPs": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "Endpoints": ["77.164.248.136:57894", "10.65.0.27:57894", "172.17.0.1:57894"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36383}, - {"Proto": "peerapi6", "Port": 36383} + {"Proto": "peerapi4", "Port": 42833}, + {"Proto": "peerapi6", "Port": 42833} ]}, - "Created": "2026-04-09T01:28:28.199651045Z", + "Created": "2026-04-09T08:34:33.659831168Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 3809197572973548, - "StableID": "nsWHYLACkW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "KeyExpiry": "2026-10-06T01:28:34Z", - "DiscoKey": "discokey:52d6192c9ca9307b564257323bd19eeaa4f50d9852ae6522cb821f5a5a2b1040", - "Addresses": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "AllowedIPs": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "Endpoints": ["77.164.248.136:38632", "10.65.0.27:38632", "172.17.0.1:38632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35675}, - {"Proto": "peerapi6", "Port": 35675} - ]}, - "Created": "2026-04-09T01:28:34.416258944Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3955166784480635, - "StableID": "nWcuuRXJtX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:60a1763dd94bc1e8bc457b519ebef3f90804c43866450c9f9131948ac5a0520b", - "Addresses": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "AllowedIPs": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "Endpoints": ["77.164.248.136:34445", "10.65.0.27:34445", "172.17.0.1:34445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37115}, - {"Proto": "peerapi6", "Port": 37115} - ]}, - "Created": "2026-04-09T01:28:33.880302612Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5622058288907940, - "StableID": "n1w5AQwEuk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 1211746206827433, + "StableID": "nLvJs3XoTA11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "DiscoKey": "discokey:45715040e52a9ecc65fda113cc8d164951594f234c33272b931a3b7a41afdc0f", - "Addresses": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "AllowedIPs": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "Endpoints": ["77.164.248.136:59230", "10.65.0.27:59230", "172.17.0.1:59230"], + "Key": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "DiscoKey": "discokey:8a287a483650e48dd52781870d075f03d672cdfb100b13a5d93f0e48a65be13b", + "Addresses": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "AllowedIPs": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "Endpoints": ["77.164.248.136:50633", "10.65.0.27:50633", "172.17.0.1:50633"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39753}, - {"Proto": "peerapi6", "Port": 39753} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47130}, + {"Proto": "peerapi6", "Port": 47130} ]}, - "Created": "2026-04-09T01:28:31.463892679Z", + "Created": "2026-04-09T08:34:37.992287485Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 6468668904386191, - "StableID": "n2iYAsxfWs11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:9403778a41531ae7048b37ec42541bbd4b9a8a6575b97056437caf65411bbb16", - "Addresses": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "AllowedIPs": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42693}, - {"Proto": "peerapi6", "Port": 42693} - ]}, - "Created": "2026-04-09T01:28:33.337172489Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6822903798034744, - "StableID": "nP4NhZ77Hv11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "DiscoKey": "discokey:10341b150f56c697eb445c5917db416b5e5dee41943230101561b27ce445b459", - "Addresses": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "AllowedIPs": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "Endpoints": ["77.164.248.136:36725", "10.65.0.27:36725", "172.17.0.1:36725"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56174}, - {"Proto": "peerapi6", "Port": 56174} - ]}, - "Created": "2026-04-09T01:28:27.668522246Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7183920444945723, - "StableID": "nQbKYgQc6y11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "DiscoKey": "discokey:e31564846ed9287b5563f0cc053eeeb2d2e7871e90800ccbe8c3a0afdb6e9a4d", - "Addresses": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "AllowedIPs": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "Endpoints": ["77.164.248.136:58416", "10.65.0.27:58416", "172.17.0.1:58416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62861}, - {"Proto": "peerapi6", "Port": 62861} - ]}, - "Created": "2026-04-09T01:28:30.384258907Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7297056745396378, - "StableID": "nH4ezoJryy11CNTRL", + "ID": 1749738122060865, + "StableID": "npxg9ueTfE11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "DiscoKey": "discokey:b1fa096e0410990173b823f8274f7e52e2568c6bbff62e96dff994181fb7d740", - "Addresses": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "AllowedIPs": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "Endpoints": ["77.164.248.136:45612", "10.65.0.27:45612", "172.17.0.1:45612"], + "Key": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "DiscoKey": "discokey:17be286ba3dea6320b84880441c8a5c2abb71092dde0abe789271dba3f687503", + "Addresses": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "AllowedIPs": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57467}, - {"Proto": "peerapi6", "Port": 57467} + {"Proto": "peerapi4", "Port": 46320}, + {"Proto": "peerapi6", "Port": 46320} ]}, - "Created": "2026-04-09T01:28:26.376005918Z", + "Created": "2026-04-09T08:34:32.080819299Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7323352347177745, - "StableID": "nce8Hn3mBz11CNTRL", + "ID": 3526316598438934, + "StableID": "nbX1WjM5YU11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:4eb340ebb044800635a284995a5b226b8e93d535b78c54f09c7d1d6737cb972f", + "Addresses": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "AllowedIPs": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "Endpoints": ["77.164.248.136:60332", "10.65.0.27:60332", "172.17.0.1:60332"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63571}, + {"Proto": "peerapi6", "Port": 63571} + ]}, + "Created": "2026-04-09T08:34:39.609012488Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3733940149378108, + "StableID": "nbrwi1H7AW11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "DiscoKey": "discokey:7c434fd87dc63772c0fae83d2ba5ad2332dd98777e65fe6eebe5f2187add6a32", + "Addresses": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "AllowedIPs": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "Endpoints": ["77.164.248.136:52009", "10.65.0.27:52009", "172.17.0.1:52009"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} + ]}, + "Created": "2026-04-09T08:34:37.447830075Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4457148284661613, + "StableID": "ngaS8Cjeob11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "DiscoKey": "discokey:e6da6554cd1fa85a38dc5ce740808ff36415d2a5759795257c444c9c3318d520", - "Addresses": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "AllowedIPs": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "Endpoints": ["77.164.248.136:53625", "10.65.0.27:53625", "172.17.0.1:53625"], + "Key": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "DiscoKey": "discokey:c1b3df443e1c69a7081a7469cbcd67ea53cae465332b9bc5e08a97890009926f", + "Addresses": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "AllowedIPs": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "Endpoints": ["77.164.248.136:35838", "10.65.0.27:35838", "172.17.0.1:35838"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64495}, - {"Proto": "peerapi6", "Port": 64495} + {"Proto": "peerapi4", "Port": 39922}, + {"Proto": "peerapi6", "Port": 39922} ]}, - "Created": "2026-04-09T01:28:29.821554603Z", + "Created": "2026-04-09T08:34:35.281554233Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8829065120690697, - "StableID": "nkn812ahwB21CNTRL", + "ID": 4695475013225064, + "StableID": "njx92fAbfd11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "DiscoKey": "discokey:1d4b99f5ea0a7d047686909e6215646594b6f340ed2922f8a2df639c8f930254", + "Addresses": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "AllowedIPs": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "Endpoints": ["77.164.248.136:60044", "10.65.0.27:60044", "172.17.0.1:60044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 41808}, + {"Proto": "peerapi6", "Port": 41808} + ]}, + "Created": "2026-04-09T08:34:35.816315512Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4733111140608485, + "StableID": "nk4eicodxd11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "DiscoKey": "discokey:ed56d868b1795a3f05a52c9893f58a779c4afab82d4d9a473e7933bba3ce0211", - "Addresses": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "AllowedIPs": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "Endpoints": ["77.164.248.136:55411", "10.65.0.27:55411", "172.17.0.1:55411"], + "Key": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "DiscoKey": "discokey:4c0d4a8c4cf5c6b59fac6f0d6e17b5419f4a217cec371c543064ab25f2bbee10", + "Addresses": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "AllowedIPs": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "Endpoints": ["77.164.248.136:50897", "10.65.0.27:50897", "172.17.0.1:50897"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 63129}, - {"Proto": "peerapi6", "Port": 63129} + {"Proto": "peerapi4", "Port": 59489}, + {"Proto": "peerapi6", "Port": 59489} ]}, - "Created": "2026-04-09T01:28:28.762614715Z", + "Created": "2026-04-09T08:34:34.202914102Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 7382472454519027, + "StableID": "nxbZiu2Yez11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:61368352af59632127a8aa1796c0428cab6ac65da7f5128a5229780fc4d3137b", + "Addresses": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "AllowedIPs": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "Endpoints": ["77.164.248.136:58989", "10.65.0.27:58989", "172.17.0.1:58989"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60358}, + {"Proto": "peerapi6", "Port": 60358} + ]}, + "Created": "2026-04-09T08:34:39.079654386Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7766912863266258, + "StableID": "nySdBadee321CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "DiscoKey": "discokey:e2deb2788f5c7d6017dbe522f04e21088b2ce662e914af6cda65d3a7407b934f", + "Addresses": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "AllowedIPs": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "Endpoints": ["77.164.248.136:39257", "10.65.0.27:39257", "172.17.0.1:39257"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54252}, + {"Proto": "peerapi6", "Port": 54252} + ]}, + "Created": "2026-04-09T08:34:33.120427375Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8257257149552266, + "StableID": "nMt7fK9jU721CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "DiscoKey": "discokey:bb400838fa8563486f73ede08288fa3558c90e180eaf386ee205c0d4c61a3d11", + "Addresses": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "AllowedIPs": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "Endpoints": ["77.164.248.136:49897", "10.65.0.27:49897", "172.17.0.1:49897"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50222}, + {"Proto": "peerapi6", "Port": 50222} + ]}, + "Created": "2026-04-09T08:34:32.578231062Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8318965914220805, + "StableID": "nSmzsR8gx721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "DiscoKey": "discokey:cb6c083a22a6ca2b7d8762e5ffb6a9e2004facd056e1fa1c74483024e7c24e41", + "Addresses": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "AllowedIPs": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "Endpoints": ["77.164.248.136:53797", "10.65.0.27:53797", "172.17.0.1:53797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61554}, + {"Proto": "peerapi6", "Port": 61554} + ]}, + "Created": "2026-04-09T08:34:34.742378644Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8682595159611211, + "StableID": "ntf4714NoA21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "DiscoKey": "discokey:180d5c429f422bc22a527794fcb06df0c4aeab2233b1d626d951b679a2834f59", + "Addresses": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "AllowedIPs": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "Endpoints": ["77.164.248.136:52659", "10.65.0.27:52659", "172.17.0.1:52659"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52611}, + {"Proto": "peerapi6", "Port": 52611} + ]}, + "Created": "2026-04-09T08:34:36.903860482Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16235,27 +16257,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "133188046780046": { - "ID": 133188046780046, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "614252133464435": { + "ID": 614252133464435, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16286,22 +16310,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3955166784480635, - "StableID": "nWcuuRXJtX11CNTRL", + "ID": 7382472454519027, + "StableID": "nxbZiu2Yez11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:60a1763dd94bc1e8bc457b519ebef3f90804c43866450c9f9131948ac5a0520b", - "Addresses": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "AllowedIPs": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "Endpoints": ["77.164.248.136:34445", "10.65.0.27:34445", "172.17.0.1:34445"], + "Key": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:61368352af59632127a8aa1796c0428cab6ac65da7f5128a5229780fc4d3137b", + "Addresses": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "AllowedIPs": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "Endpoints": ["77.164.248.136:58989", "10.65.0.27:58989", "172.17.0.1:58989"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37115}, - {"Proto": "peerapi6", "Port": 37115}, + {"Proto": "peerapi4", "Port": 60358}, + {"Proto": "peerapi6", "Port": 60358}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:33.880302612Z", + "Created": "2026-04-09T08:34:39.079654386Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16328,300 +16352,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "MachineKey": "mkey:d4b823c0b550c774a436fa344712b21121481a5716256c732d4a65104182fe2d", + "NodeKey": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "MachineKey": "mkey:b6bfae0a6fdef01f3d9d9f9e00079bc4e6977ddeef523ea82900b133f84a8962", "Peers": [{ - "ID": 60361658582857, - "StableID": "na555ibLU111CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "DiscoKey": "discokey:99aa11d7b17117230be25fc548823a7e83f028205dde11a25039ae8986ddb368", - "Addresses": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "AllowedIPs": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "Endpoints": ["77.164.248.136:54234", "10.65.0.27:54234", "172.17.0.1:54234"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47452}, - {"Proto": "peerapi6", "Port": 47452} - ]}, - "Created": "2026-04-09T01:28:29.280122948Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 133188046780046, - "StableID": "njqYcCdK3211CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "DiscoKey": "discokey:71f351b6884fe9539d4144f67d72ed655a5cb64598ac99ae35b1c435d3fad531", - "Addresses": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "AllowedIPs": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "Endpoints": ["77.164.248.136:56958", "10.65.0.27:56958", "172.17.0.1:56958"], + "ID": 305068863101708, + "StableID": "nDZqmDeAP311CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "KeyExpiry": "2026-10-06T08:34:38Z", + "DiscoKey": "discokey:7d63ed99420892a4769ce1e28f9fea26f64c7054cabb5035308b294522ba5f75", + "Addresses": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "AllowedIPs": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "Endpoints": ["77.164.248.136:50256", "10.65.0.27:50256", "172.17.0.1:50256"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 49136}, - {"Proto": "peerapi6", "Port": 49136} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37268}, + {"Proto": "peerapi6", "Port": 37268} ]}, - "Created": "2026-04-09T01:28:30.910111035Z", + "Created": "2026-04-09T08:34:38.526707228Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 474506681898866, - "StableID": "nVzEcBVuh411CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "DiscoKey": "discokey:148409f660ce981ff2f5562fb3391e9953c02209b5297ad537fab06cd709b919", - "Addresses": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "AllowedIPs": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "Endpoints": ["77.164.248.136:42654", "10.65.0.27:42654", "172.17.0.1:42654"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61712}, - {"Proto": "peerapi6", "Port": 61712} - ]}, - "Created": "2026-04-09T01:28:32.80039071Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1193411729651902, - "StableID": "n9ENuLuVKA11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "DiscoKey": "discokey:e0246e2382f317eebce2b477f26e534d62c76db54d3e905d84e5433efe1bd100", - "Addresses": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "AllowedIPs": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "Endpoints": ["77.164.248.136:36110", "10.65.0.27:36110", "172.17.0.1:36110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60541}, - {"Proto": "peerapi6", "Port": 60541} - ]}, - "Created": "2026-04-09T01:28:26.885907835Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 1666137674215733, - "StableID": "nCUJrTcb1E11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "DiscoKey": "discokey:6eac769194b24cdc64aaf34a20f5ed7f4209148df06895b343c3a1fad5d0ae04", - "Addresses": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "AllowedIPs": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "Endpoints": ["77.164.248.136:41868", "10.65.0.27:41868", "172.17.0.1:41868"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55854}, - {"Proto": "peerapi6", "Port": 55854} - ]}, - "Created": "2026-04-09T01:28:32.246902303Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1937002353626175, - "StableID": "naU93WmG8G11CNTRL", + "ID": 351340223470197, + "StableID": "nz7XSV78k311CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "DiscoKey": "discokey:233fe87a1731044758bc99f9349562c308222892707f1dc1b55e2cb2009f0f5b", - "Addresses": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "AllowedIPs": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "Endpoints": ["77.164.248.136:34617", "10.65.0.27:34617", "172.17.0.1:34617"], + "Key": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "DiscoKey": "discokey:f12773855a0c2c53468630f134141dc5263c126fb6f9f6edd10fa32d7f768d51", + "Addresses": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "AllowedIPs": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "Endpoints": ["77.164.248.136:57894", "10.65.0.27:57894", "172.17.0.1:57894"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36383}, - {"Proto": "peerapi6", "Port": 36383} + {"Proto": "peerapi4", "Port": 42833}, + {"Proto": "peerapi6", "Port": 42833} ]}, - "Created": "2026-04-09T01:28:28.199651045Z", + "Created": "2026-04-09T08:34:33.659831168Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 3809197572973548, - "StableID": "nsWHYLACkW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "KeyExpiry": "2026-10-06T01:28:34Z", - "DiscoKey": "discokey:52d6192c9ca9307b564257323bd19eeaa4f50d9852ae6522cb821f5a5a2b1040", - "Addresses": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "AllowedIPs": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35675}, - {"Proto": "peerapi6", "Port": 35675} - ]}, - "Created": "2026-04-09T01:28:34.416258944Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5622058288907940, - "StableID": "n1w5AQwEuk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 614252133464435, + "StableID": "nt1MdzMCo511CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "DiscoKey": "discokey:45715040e52a9ecc65fda113cc8d164951594f234c33272b931a3b7a41afdc0f", - "Addresses": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "AllowedIPs": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "Endpoints": ["77.164.248.136:59230", "10.65.0.27:59230", "172.17.0.1:59230"], + "Key": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "DiscoKey": "discokey:de51cf81ef081380839f9de67ae2bad251f58ac7dc1c7771d99ef39ad9457a58", + "Addresses": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "AllowedIPs": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "Endpoints": ["77.164.248.136:49542", "10.65.0.27:49542", "172.17.0.1:49542"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39753}, - {"Proto": "peerapi6", "Port": 39753} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} ]}, - "Created": "2026-04-09T01:28:31.463892679Z", + "Created": "2026-04-09T08:34:36.351405083Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 6468668904386191, - "StableID": "n2iYAsxfWs11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:9403778a41531ae7048b37ec42541bbd4b9a8a6575b97056437caf65411bbb16", - "Addresses": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "AllowedIPs": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42693}, - {"Proto": "peerapi6", "Port": 42693} - ]}, - "Created": "2026-04-09T01:28:33.337172489Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6822903798034744, - "StableID": "nP4NhZ77Hv11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 1211746206827433, + "StableID": "nLvJs3XoTA11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "DiscoKey": "discokey:10341b150f56c697eb445c5917db416b5e5dee41943230101561b27ce445b459", - "Addresses": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "AllowedIPs": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "Endpoints": ["77.164.248.136:36725", "10.65.0.27:36725", "172.17.0.1:36725"], + "Key": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "DiscoKey": "discokey:8a287a483650e48dd52781870d075f03d672cdfb100b13a5d93f0e48a65be13b", + "Addresses": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "AllowedIPs": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "Endpoints": ["77.164.248.136:50633", "10.65.0.27:50633", "172.17.0.1:50633"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56174}, - {"Proto": "peerapi6", "Port": 56174} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47130}, + {"Proto": "peerapi6", "Port": 47130} ]}, - "Created": "2026-04-09T01:28:27.668522246Z", + "Created": "2026-04-09T08:34:37.992287485Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7183920444945723, - "StableID": "nQbKYgQc6y11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "DiscoKey": "discokey:e31564846ed9287b5563f0cc053eeeb2d2e7871e90800ccbe8c3a0afdb6e9a4d", - "Addresses": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "AllowedIPs": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "Endpoints": ["77.164.248.136:58416", "10.65.0.27:58416", "172.17.0.1:58416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62861}, - {"Proto": "peerapi6", "Port": 62861} - ]}, - "Created": "2026-04-09T01:28:30.384258907Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7297056745396378, - "StableID": "nH4ezoJryy11CNTRL", + "ID": 1749738122060865, + "StableID": "npxg9ueTfE11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "DiscoKey": "discokey:b1fa096e0410990173b823f8274f7e52e2568c6bbff62e96dff994181fb7d740", - "Addresses": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "AllowedIPs": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "Endpoints": ["77.164.248.136:45612", "10.65.0.27:45612", "172.17.0.1:45612"], + "Key": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "DiscoKey": "discokey:17be286ba3dea6320b84880441c8a5c2abb71092dde0abe789271dba3f687503", + "Addresses": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "AllowedIPs": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57467}, - {"Proto": "peerapi6", "Port": 57467} + {"Proto": "peerapi4", "Port": 46320}, + {"Proto": "peerapi6", "Port": 46320} ]}, - "Created": "2026-04-09T01:28:26.376005918Z", + "Created": "2026-04-09T08:34:32.080819299Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7323352347177745, - "StableID": "nce8Hn3mBz11CNTRL", + "ID": 3526316598438934, + "StableID": "nbX1WjM5YU11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:4eb340ebb044800635a284995a5b226b8e93d535b78c54f09c7d1d6737cb972f", + "Addresses": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "AllowedIPs": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63571}, + {"Proto": "peerapi6", "Port": 63571} + ]}, + "Created": "2026-04-09T08:34:39.609012488Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3733940149378108, + "StableID": "nbrwi1H7AW11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "DiscoKey": "discokey:7c434fd87dc63772c0fae83d2ba5ad2332dd98777e65fe6eebe5f2187add6a32", + "Addresses": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "AllowedIPs": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "Endpoints": ["77.164.248.136:52009", "10.65.0.27:52009", "172.17.0.1:52009"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} + ]}, + "Created": "2026-04-09T08:34:37.447830075Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4457148284661613, + "StableID": "ngaS8Cjeob11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "DiscoKey": "discokey:e6da6554cd1fa85a38dc5ce740808ff36415d2a5759795257c444c9c3318d520", - "Addresses": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "AllowedIPs": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "Endpoints": ["77.164.248.136:53625", "10.65.0.27:53625", "172.17.0.1:53625"], + "Key": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "DiscoKey": "discokey:c1b3df443e1c69a7081a7469cbcd67ea53cae465332b9bc5e08a97890009926f", + "Addresses": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "AllowedIPs": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "Endpoints": ["77.164.248.136:35838", "10.65.0.27:35838", "172.17.0.1:35838"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64495}, - {"Proto": "peerapi6", "Port": 64495} + {"Proto": "peerapi4", "Port": 39922}, + {"Proto": "peerapi6", "Port": 39922} ]}, - "Created": "2026-04-09T01:28:29.821554603Z", + "Created": "2026-04-09T08:34:35.281554233Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8829065120690697, - "StableID": "nkn812ahwB21CNTRL", + "ID": 4695475013225064, + "StableID": "njx92fAbfd11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "DiscoKey": "discokey:1d4b99f5ea0a7d047686909e6215646594b6f340ed2922f8a2df639c8f930254", + "Addresses": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "AllowedIPs": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "Endpoints": ["77.164.248.136:60044", "10.65.0.27:60044", "172.17.0.1:60044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 41808}, + {"Proto": "peerapi6", "Port": 41808} + ]}, + "Created": "2026-04-09T08:34:35.816315512Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4733111140608485, + "StableID": "nk4eicodxd11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "DiscoKey": "discokey:ed56d868b1795a3f05a52c9893f58a779c4afab82d4d9a473e7933bba3ce0211", - "Addresses": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "AllowedIPs": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "Endpoints": ["77.164.248.136:55411", "10.65.0.27:55411", "172.17.0.1:55411"], + "Key": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "DiscoKey": "discokey:4c0d4a8c4cf5c6b59fac6f0d6e17b5419f4a217cec371c543064ab25f2bbee10", + "Addresses": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "AllowedIPs": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "Endpoints": ["77.164.248.136:50897", "10.65.0.27:50897", "172.17.0.1:50897"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 63129}, - {"Proto": "peerapi6", "Port": 63129} + {"Proto": "peerapi4", "Port": 59489}, + {"Proto": "peerapi6", "Port": 59489} ]}, - "Created": "2026-04-09T01:28:28.762614715Z", + "Created": "2026-04-09T08:34:34.202914102Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 7766912863266258, + "StableID": "nySdBadee321CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "DiscoKey": "discokey:e2deb2788f5c7d6017dbe522f04e21088b2ce662e914af6cda65d3a7407b934f", + "Addresses": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "AllowedIPs": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "Endpoints": ["77.164.248.136:39257", "10.65.0.27:39257", "172.17.0.1:39257"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54252}, + {"Proto": "peerapi6", "Port": 54252} + ]}, + "Created": "2026-04-09T08:34:33.120427375Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8257257149552266, + "StableID": "nMt7fK9jU721CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "DiscoKey": "discokey:bb400838fa8563486f73ede08288fa3558c90e180eaf386ee205c0d4c61a3d11", + "Addresses": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "AllowedIPs": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "Endpoints": ["77.164.248.136:49897", "10.65.0.27:49897", "172.17.0.1:49897"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50222}, + {"Proto": "peerapi6", "Port": 50222} + ]}, + "Created": "2026-04-09T08:34:32.578231062Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8318965914220805, + "StableID": "nSmzsR8gx721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "DiscoKey": "discokey:cb6c083a22a6ca2b7d8762e5ffb6a9e2004facd056e1fa1c74483024e7c24e41", + "Addresses": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "AllowedIPs": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "Endpoints": ["77.164.248.136:53797", "10.65.0.27:53797", "172.17.0.1:53797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61554}, + {"Proto": "peerapi6", "Port": 61554} + ]}, + "Created": "2026-04-09T08:34:34.742378644Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8682595159611211, + "StableID": "ntf4714NoA21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "DiscoKey": "discokey:180d5c429f422bc22a527794fcb06df0c4aeab2233b1d626d951b679a2834f59", + "Addresses": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "AllowedIPs": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "Endpoints": ["77.164.248.136:52659", "10.65.0.27:52659", "172.17.0.1:52659"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52611}, + {"Proto": "peerapi6", "Port": 52611} + ]}, + "Created": "2026-04-09T08:34:36.903860482Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17469,23 +17493,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17516,21 +17541,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5622058288907940, - "StableID": "n1w5AQwEuk11CNTRL", + "ID": 8682595159611211, + "StableID": "ntf4714NoA21CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 5622058288907940, - "Key": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "DiscoKey": "discokey:45715040e52a9ecc65fda113cc8d164951594f234c33272b931a3b7a41afdc0f", - "Addresses": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "AllowedIPs": ["100.105.215.2/32", "fd7a:115c:a1e0::537:d702/128"], - "Endpoints": ["77.164.248.136:59230", "10.65.0.27:59230", "172.17.0.1:59230"], + "User": 8682595159611211, + "Key": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "DiscoKey": "discokey:180d5c429f422bc22a527794fcb06df0c4aeab2233b1d626d951b679a2834f59", + "Addresses": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "AllowedIPs": ["100.82.149.114/32", "fd7a:115c:a1e0::c237:9572/128"], + "Endpoints": ["77.164.248.136:52659", "10.65.0.27:52659", "172.17.0.1:52659"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 39753}, - {"Proto": "peerapi6", "Port": 39753}, + {"Proto": "peerapi4", "Port": 52611}, + {"Proto": "peerapi6", "Port": 52611}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:31.463892679Z", + "Created": "2026-04-09T08:34:36.903860482Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17558,300 +17583,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9f9eb297ba7d62314b22cc64c4aa560b6ee00aeba3efd4d41550006d05e9d701", - "MachineKey": "mkey:f15a13e1dfcd34e7ddd47a333bceaa15693a57fc525cbe0a1e6f82607ed94c73", + "NodeKey": "nodekey:2d37f13706caf1ae831a2cda47b14d8977498570b8d7de19447261b2c2129571", + "MachineKey": "mkey:38f629d542317ae58d5c285ec30eeaeea7c40d06abc665a251308bd5dc332667", "Peers": [{ - "ID": 60361658582857, - "StableID": "na555ibLU111CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:edf2d5e2ef46d2452c1e178e575cd61e7aab3d6b3bb3f125bbbdc6448a8dc44d", - "DiscoKey": "discokey:99aa11d7b17117230be25fc548823a7e83f028205dde11a25039ae8986ddb368", - "Addresses": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "AllowedIPs": ["100.77.196.78/32", "fd7a:115c:a1e0::8a37:c44e/128"], - "Endpoints": ["77.164.248.136:54234", "10.65.0.27:54234", "172.17.0.1:54234"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47452}, - {"Proto": "peerapi6", "Port": 47452} - ]}, - "Created": "2026-04-09T01:28:29.280122948Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 133188046780046, - "StableID": "njqYcCdK3211CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:00ce57b3b1770aa708f3edae4c5afb1fb4bc43776b012f71d12b018a0238d329", - "DiscoKey": "discokey:71f351b6884fe9539d4144f67d72ed655a5cb64598ac99ae35b1c435d3fad531", - "Addresses": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "AllowedIPs": ["100.120.211.42/32", "fd7a:115c:a1e0::237:d32a/128"], - "Endpoints": ["77.164.248.136:56958", "10.65.0.27:56958", "172.17.0.1:56958"], + "ID": 305068863101708, + "StableID": "nDZqmDeAP311CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8aa637ec35d8144b80d4bab978016d204c8ac814e577f8b054e72d1112136736", + "KeyExpiry": "2026-10-06T08:34:38Z", + "DiscoKey": "discokey:7d63ed99420892a4769ce1e28f9fea26f64c7054cabb5035308b294522ba5f75", + "Addresses": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "AllowedIPs": ["100.83.103.55/32", "fd7a:115c:a1e0::1237:6737/128"], + "Endpoints": ["77.164.248.136:50256", "10.65.0.27:50256", "172.17.0.1:50256"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 49136}, - {"Proto": "peerapi6", "Port": 49136} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 37268}, + {"Proto": "peerapi6", "Port": 37268} ]}, - "Created": "2026-04-09T01:28:30.910111035Z", + "Created": "2026-04-09T08:34:38.526707228Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 474506681898866, - "StableID": "nVzEcBVuh411CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0770ef823a8b37cef8e0368c413b963a94c98ae389c5e1af35c3b1048bfa460d", - "DiscoKey": "discokey:148409f660ce981ff2f5562fb3391e9953c02209b5297ad537fab06cd709b919", - "Addresses": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "AllowedIPs": ["100.122.70.14/32", "fd7a:115c:a1e0::8b37:460e/128"], - "Endpoints": ["77.164.248.136:42654", "10.65.0.27:42654", "172.17.0.1:42654"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61712}, - {"Proto": "peerapi6", "Port": 61712} - ]}, - "Created": "2026-04-09T01:28:32.80039071Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1193411729651902, - "StableID": "n9ENuLuVKA11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e877ba40205b128db1689af92b6f9250946430d4e87a86a9c860d9b93dccf546", - "DiscoKey": "discokey:e0246e2382f317eebce2b477f26e534d62c76db54d3e905d84e5433efe1bd100", - "Addresses": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "AllowedIPs": ["100.76.245.71/32", "fd7a:115c:a1e0::3d37:f547/128"], - "Endpoints": ["77.164.248.136:36110", "10.65.0.27:36110", "172.17.0.1:36110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60541}, - {"Proto": "peerapi6", "Port": 60541} - ]}, - "Created": "2026-04-09T01:28:26.885907835Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 1666137674215733, - "StableID": "nCUJrTcb1E11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0224b166f0f458d031991bc8f10451c3e8539e8737dd8ae1e35795fcbccd4765", - "DiscoKey": "discokey:6eac769194b24cdc64aaf34a20f5ed7f4209148df06895b343c3a1fad5d0ae04", - "Addresses": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "AllowedIPs": ["100.77.71.102/32", "fd7a:115c:a1e0::bc37:4766/128"], - "Endpoints": ["77.164.248.136:41868", "10.65.0.27:41868", "172.17.0.1:41868"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55854}, - {"Proto": "peerapi6", "Port": 55854} - ]}, - "Created": "2026-04-09T01:28:32.246902303Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1937002353626175, - "StableID": "naU93WmG8G11CNTRL", + "ID": 351340223470197, + "StableID": "nz7XSV78k311CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:335589ed81ce0ccbef327d591c18182d2a014d4eccae520062cb7f0ad612af1e", - "DiscoKey": "discokey:233fe87a1731044758bc99f9349562c308222892707f1dc1b55e2cb2009f0f5b", - "Addresses": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "AllowedIPs": ["100.82.175.31/32", "fd7a:115c:a1e0::d637:af1f/128"], - "Endpoints": ["77.164.248.136:34617", "10.65.0.27:34617", "172.17.0.1:34617"], + "Key": "nodekey:75035ebee94769b324363599ba540f5daa8742850ca00aaee6aadd9a1f048d2e", + "DiscoKey": "discokey:f12773855a0c2c53468630f134141dc5263c126fb6f9f6edd10fa32d7f768d51", + "Addresses": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "AllowedIPs": ["100.68.141.47/32", "fd7a:115c:a1e0::1f37:8d2f/128"], + "Endpoints": ["77.164.248.136:57894", "10.65.0.27:57894", "172.17.0.1:57894"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36383}, - {"Proto": "peerapi6", "Port": 36383} + {"Proto": "peerapi4", "Port": 42833}, + {"Proto": "peerapi6", "Port": 42833} ]}, - "Created": "2026-04-09T01:28:28.199651045Z", + "Created": "2026-04-09T08:34:33.659831168Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 3809197572973548, - "StableID": "nsWHYLACkW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:2ed9b816862c86c2e26a403437c62e68dbaa9c7e412e0255e2d1f2da9b587510", - "KeyExpiry": "2026-10-06T01:28:34Z", - "DiscoKey": "discokey:52d6192c9ca9307b564257323bd19eeaa4f50d9852ae6522cb821f5a5a2b1040", - "Addresses": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "AllowedIPs": ["100.88.117.17/32", "fd7a:115c:a1e0::9b37:7511/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 35675}, - {"Proto": "peerapi6", "Port": 35675} - ]}, - "Created": "2026-04-09T01:28:34.416258944Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3955166784480635, - "StableID": "nWcuuRXJtX11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:53a41d4aee3f4bfba7928ef540cd6824e475703b3f9c53bb1c47131fe5bfdc4d", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:60a1763dd94bc1e8bc457b519ebef3f90804c43866450c9f9131948ac5a0520b", - "Addresses": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "AllowedIPs": ["100.127.220.78/32", "fd7a:115c:a1e0::e537:dc4e/128"], - "Endpoints": ["77.164.248.136:34445", "10.65.0.27:34445", "172.17.0.1:34445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37115}, - {"Proto": "peerapi6", "Port": 37115} - ]}, - "Created": "2026-04-09T01:28:33.880302612Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6468668904386191, - "StableID": "n2iYAsxfWs11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ff39f570fea1460f040728c5c71fd31eda7df7de54495549bef371416f6cd56e", - "KeyExpiry": "2026-10-06T01:28:33Z", - "DiscoKey": "discokey:9403778a41531ae7048b37ec42541bbd4b9a8a6575b97056437caf65411bbb16", - "Addresses": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "AllowedIPs": ["100.108.213.111/32", "fd7a:115c:a1e0::6f37:d56f/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 42693}, - {"Proto": "peerapi6", "Port": 42693} - ]}, - "Created": "2026-04-09T01:28:33.337172489Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6822903798034744, - "StableID": "nP4NhZ77Hv11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 614252133464435, + "StableID": "nt1MdzMCo511CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:01d3604ab452b40244156b74f4543a58c5ae84ec2eb399b42b8d99dd01a3a821", - "DiscoKey": "discokey:10341b150f56c697eb445c5917db416b5e5dee41943230101561b27ce445b459", - "Addresses": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "AllowedIPs": ["100.99.168.34/32", "fd7a:115c:a1e0::137:a822/128"], - "Endpoints": ["77.164.248.136:36725", "10.65.0.27:36725", "172.17.0.1:36725"], + "Key": "nodekey:c7bb3116aa86d4bccf3e3a64ab30d6f613ac2197c8896c73f50d2788a22fb465", + "DiscoKey": "discokey:de51cf81ef081380839f9de67ae2bad251f58ac7dc1c7771d99ef39ad9457a58", + "Addresses": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "AllowedIPs": ["100.111.180.102/32", "fd7a:115c:a1e0::a237:b466/128"], + "Endpoints": ["77.164.248.136:49542", "10.65.0.27:49542", "172.17.0.1:49542"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56174}, - {"Proto": "peerapi6", "Port": 56174} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} ]}, - "Created": "2026-04-09T01:28:27.668522246Z", + "Created": "2026-04-09T08:34:36.351405083Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 7183920444945723, - "StableID": "nQbKYgQc6y11CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 1211746206827433, + "StableID": "nLvJs3XoTA11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f1850c9ef064b07a37a217d96cd0882fe8cdc5c26a359d05f56cb760ac156942", - "DiscoKey": "discokey:e31564846ed9287b5563f0cc053eeeb2d2e7871e90800ccbe8c3a0afdb6e9a4d", - "Addresses": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "AllowedIPs": ["100.85.105.67/32", "fd7a:115c:a1e0::ac37:6943/128"], - "Endpoints": ["77.164.248.136:58416", "10.65.0.27:58416", "172.17.0.1:58416"], + "Key": "nodekey:0992eeecdc6edc06f794e69d4cb00da48e47eaebb0dda0cc9e8cb3d6516ef84d", + "DiscoKey": "discokey:8a287a483650e48dd52781870d075f03d672cdfb100b13a5d93f0e48a65be13b", + "Addresses": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "AllowedIPs": ["100.110.248.78/32", "fd7a:115c:a1e0::5137:f84e/128"], + "Endpoints": ["77.164.248.136:50633", "10.65.0.27:50633", "172.17.0.1:50633"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 62861}, - {"Proto": "peerapi6", "Port": 62861} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47130}, + {"Proto": "peerapi6", "Port": 47130} ]}, - "Created": "2026-04-09T01:28:30.384258907Z", + "Created": "2026-04-09T08:34:37.992287485Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7297056745396378, - "StableID": "nH4ezoJryy11CNTRL", + "ID": 1749738122060865, + "StableID": "npxg9ueTfE11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:39fe72a88fd09ef5389cd2207242f2b971c52ced9b930244f87a30f6b315bd16", - "DiscoKey": "discokey:b1fa096e0410990173b823f8274f7e52e2568c6bbff62e96dff994181fb7d740", - "Addresses": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "AllowedIPs": ["100.85.189.23/32", "fd7a:115c:a1e0::b337:bd17/128"], - "Endpoints": ["77.164.248.136:45612", "10.65.0.27:45612", "172.17.0.1:45612"], + "Key": "nodekey:1bc1fe75fadfac9c07ba676784c6a64913ec0159854c890cdcbfff46e1348073", + "DiscoKey": "discokey:17be286ba3dea6320b84880441c8a5c2abb71092dde0abe789271dba3f687503", + "Addresses": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "AllowedIPs": ["100.116.128.116/32", "fd7a:115c:a1e0::e137:8074/128"], + "Endpoints": ["77.164.248.136:46191", "10.65.0.27:46191", "172.17.0.1:46191"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 57467}, - {"Proto": "peerapi6", "Port": 57467} + {"Proto": "peerapi4", "Port": 46320}, + {"Proto": "peerapi6", "Port": 46320} ]}, - "Created": "2026-04-09T01:28:26.376005918Z", + "Created": "2026-04-09T08:34:32.080819299Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7323352347177745, - "StableID": "nce8Hn3mBz11CNTRL", + "ID": 3526316598438934, + "StableID": "nbX1WjM5YU11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:fd508d0536cd554854da6d1b1d0e3a33d602eacb22d8892a85013693da977a38", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:4eb340ebb044800635a284995a5b226b8e93d535b78c54f09c7d1d6737cb972f", + "Addresses": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "AllowedIPs": ["100.87.122.57/32", "fd7a:115c:a1e0::da37:7a39/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63571}, + {"Proto": "peerapi6", "Port": 63571} + ]}, + "Created": "2026-04-09T08:34:39.609012488Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3733940149378108, + "StableID": "nbrwi1H7AW11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c865d98255cd7d0eaa73e363a37003ba396d5ef29f4c25c084592296df7417f", + "DiscoKey": "discokey:7c434fd87dc63772c0fae83d2ba5ad2332dd98777e65fe6eebe5f2187add6a32", + "Addresses": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "AllowedIPs": ["100.119.65.128/32", "fd7a:115c:a1e0::6d37:4180/128"], + "Endpoints": ["77.164.248.136:52009", "10.65.0.27:52009", "172.17.0.1:52009"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55971}, + {"Proto": "peerapi6", "Port": 55971} + ]}, + "Created": "2026-04-09T08:34:37.447830075Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4457148284661613, + "StableID": "ngaS8Cjeob11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6d8faf72440435384ad71cdfd5ed675a10e4c0edd9836968b8c7d77b7a146c30", - "DiscoKey": "discokey:e6da6554cd1fa85a38dc5ce740808ff36415d2a5759795257c444c9c3318d520", - "Addresses": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "AllowedIPs": ["100.84.108.49/32", "fd7a:115c:a1e0::7a37:6c31/128"], - "Endpoints": ["77.164.248.136:53625", "10.65.0.27:53625", "172.17.0.1:53625"], + "Key": "nodekey:d5c82335236e15c0390f8b8373ad7343d21e665613afcc9c6734449536c6cb7b", + "DiscoKey": "discokey:c1b3df443e1c69a7081a7469cbcd67ea53cae465332b9bc5e08a97890009926f", + "Addresses": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "AllowedIPs": ["100.70.203.124/32", "fd7a:115c:a1e0::3637:cb7c/128"], + "Endpoints": ["77.164.248.136:35838", "10.65.0.27:35838", "172.17.0.1:35838"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64495}, - {"Proto": "peerapi6", "Port": 64495} + {"Proto": "peerapi4", "Port": 39922}, + {"Proto": "peerapi6", "Port": 39922} ]}, - "Created": "2026-04-09T01:28:29.821554603Z", + "Created": "2026-04-09T08:34:35.281554233Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8829065120690697, - "StableID": "nkn812ahwB21CNTRL", + "ID": 4695475013225064, + "StableID": "njx92fAbfd11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5f43e2c1525bf48eb405f92253dd1d69d51201c766a5d964d1ca4f5e97f3d0e", + "DiscoKey": "discokey:1d4b99f5ea0a7d047686909e6215646594b6f340ed2922f8a2df639c8f930254", + "Addresses": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "AllowedIPs": ["100.127.61.15/32", "fd7a:115c:a1e0::e937:3d0f/128"], + "Endpoints": ["77.164.248.136:60044", "10.65.0.27:60044", "172.17.0.1:60044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 41808}, + {"Proto": "peerapi6", "Port": 41808} + ]}, + "Created": "2026-04-09T08:34:35.816315512Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4733111140608485, + "StableID": "nk4eicodxd11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f84f24fd00965cab3b6125fe629a49e91a00b947482220b197fa21649095e09", - "DiscoKey": "discokey:ed56d868b1795a3f05a52c9893f58a779c4afab82d4d9a473e7933bba3ce0211", - "Addresses": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "AllowedIPs": ["100.73.94.10/32", "fd7a:115c:a1e0::4937:5e0a/128"], - "Endpoints": ["77.164.248.136:55411", "10.65.0.27:55411", "172.17.0.1:55411"], + "Key": "nodekey:2d6753f581d10a6527e2b4e43cdbea53761ac0fa46a4ee0ce71fdab558521068", + "DiscoKey": "discokey:4c0d4a8c4cf5c6b59fac6f0d6e17b5419f4a217cec371c543064ab25f2bbee10", + "Addresses": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "AllowedIPs": ["100.82.16.105/32", "fd7a:115c:a1e0::5837:106a/128"], + "Endpoints": ["77.164.248.136:50897", "10.65.0.27:50897", "172.17.0.1:50897"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 63129}, - {"Proto": "peerapi6", "Port": 63129} + {"Proto": "peerapi4", "Port": 59489}, + {"Proto": "peerapi6", "Port": 59489} ]}, - "Created": "2026-04-09T01:28:28.762614715Z", + "Created": "2026-04-09T08:34:34.202914102Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 7382472454519027, + "StableID": "nxbZiu2Yez11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:40c640e53ece6980a5bf456170fb30b744787b2b43ef97d70220fb03d8b0be39", + "KeyExpiry": "2026-10-06T08:34:39Z", + "DiscoKey": "discokey:61368352af59632127a8aa1796c0428cab6ac65da7f5128a5229780fc4d3137b", + "Addresses": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "AllowedIPs": ["100.112.190.58/32", "fd7a:115c:a1e0::d837:be3a/128"], + "Endpoints": ["77.164.248.136:58989", "10.65.0.27:58989", "172.17.0.1:58989"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 60358}, + {"Proto": "peerapi6", "Port": 60358} + ]}, + "Created": "2026-04-09T08:34:39.079654386Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7766912863266258, + "StableID": "nySdBadee321CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a9aa0606c442011688e72fe4205d2d3905f5946038fc1672321f3c985f746423", + "DiscoKey": "discokey:e2deb2788f5c7d6017dbe522f04e21088b2ce662e914af6cda65d3a7407b934f", + "Addresses": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "AllowedIPs": ["100.116.100.36/32", "fd7a:115c:a1e0::5f37:6424/128"], + "Endpoints": ["77.164.248.136:39257", "10.65.0.27:39257", "172.17.0.1:39257"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 54252}, + {"Proto": "peerapi6", "Port": 54252} + ]}, + "Created": "2026-04-09T08:34:33.120427375Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8257257149552266, + "StableID": "nMt7fK9jU721CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e52d600ab74409500037692ef246a12f206d207c074664d7b5ee5e0e87b10d32", + "DiscoKey": "discokey:bb400838fa8563486f73ede08288fa3558c90e180eaf386ee205c0d4c61a3d11", + "Addresses": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "AllowedIPs": ["100.113.13.51/32", "fd7a:115c:a1e0::8737:d33/128"], + "Endpoints": ["77.164.248.136:49897", "10.65.0.27:49897", "172.17.0.1:49897"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50222}, + {"Proto": "peerapi6", "Port": 50222} + ]}, + "Created": "2026-04-09T08:34:32.578231062Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8318965914220805, + "StableID": "nSmzsR8gx721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08d62a353902c06f7de7b83e911634f49fb4ec976c2415281bcdfc66c4924f61", + "DiscoKey": "discokey:cb6c083a22a6ca2b7d8762e5ffb6a9e2004facd056e1fa1c74483024e7c24e41", + "Addresses": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "AllowedIPs": ["100.82.79.98/32", "fd7a:115c:a1e0::c437:4f62/128"], + "Endpoints": ["77.164.248.136:53797", "10.65.0.27:53797", "172.17.0.1:53797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61554}, + {"Proto": "peerapi6", "Port": 61554} + ]}, + "Created": "2026-04-09T08:34:34.742378644Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18699,27 +18724,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5622058288907940": { - "ID": 5622058288907940, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8682595159611211": { + "ID": 8682595159611211, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-c4.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-c4.hujson index 0a8f5ade..3e5dbfd3 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-c4.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-c4.hujson @@ -3,7 +3,7 @@ // ssh c4 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:28:47Z +// Captured at: 2026-04-09T08:34:52Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-c4", "description": "ssh c4", "category": "ssh", - "captured_at": "2026-04-09T01:28:47.311740299Z", + "captured_at": "2026-04-09T08:34:52.630414195Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh c4\",\n\t\"id\": \"ssh-c4\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\", \"tag:prod\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh c4\",\n\t\"id\": \"ssh-c4\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\", \"tag:prod\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-c4.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.115.22.43", - "ipv6": "fd7a:115c:a1e0::be37:162b", + "ipv4": "100.76.234.118", + "ipv6": "fd7a:115c:a1e0::c637:ea76", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.98.166.40", - "ipv6": "fd7a:115c:a1e0::e637:a628", + "ipv4": "100.92.10.71", + "ipv6": "fd7a:115c:a1e0::1537:a47", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.112.113.10", - "ipv6": "fd7a:115c:a1e0::5c37:710a", + "ipv4": "100.81.17.88", + "ipv6": "fd7a:115c:a1e0::3e37:1158", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.108.148.118", - "ipv6": "fd7a:115c:a1e0::2c37:9476", + "ipv4": "100.64.44.83", + "ipv6": "fd7a:115c:a1e0::6e37:2c53", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.66.84.95", - "ipv6": "fd7a:115c:a1e0::9d37:545f", + "ipv4": "100.126.3.87", + "ipv6": "fd7a:115c:a1e0::4337:357", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.113.30.124", - "ipv6": "fd7a:115c:a1e0::da37:1e7c", + "ipv4": "100.94.127.16", + "ipv6": "fd7a:115c:a1e0::5a37:7f10", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.88.65.49", - "ipv6": "fd7a:115c:a1e0::ae37:4131", + "ipv4": "100.109.78.12", + "ipv6": "fd7a:115c:a1e0::f37:4e0c", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.75.138.44", - "ipv6": "fd7a:115c:a1e0::f437:8a2c", + "ipv4": "100.119.194.5", + "ipv6": "fd7a:115c:a1e0::5b37:c205", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.91.179.75", - "ipv6": "fd7a:115c:a1e0::ed37:b34b", + "ipv4": "100.101.118.124", + "ipv6": "fd7a:115c:a1e0::b737:767c", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.110.33.40", - "ipv6": "fd7a:115c:a1e0::6e37:2128", + "ipv4": "100.78.96.93", + "ipv6": "fd7a:115c:a1e0::cb37:605d", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.83.131.45", - "ipv6": "fd7a:115c:a1e0::a337:832d", + "ipv4": "100.102.31.106", + "ipv6": "fd7a:115c:a1e0::f937:1f6a", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.98.173.114", - "ipv6": "fd7a:115c:a1e0::4a37:ad73", + "ipv4": "100.126.24.88", + "ipv6": "fd7a:115c:a1e0::8937:1858", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.121.218.97", - "ipv6": "fd7a:115c:a1e0::4937:da61", + "ipv4": "100.101.210.33", + "ipv6": "fd7a:115c:a1e0::8037:d222", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.86.44.71", - "ipv6": "fd7a:115c:a1e0::8137:2c47", + "ipv4": "100.101.103.53", + "ipv6": "fd7a:115c:a1e0::4e37:6736", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.109.227.92", - "ipv6": "fd7a:115c:a1e0::4e37:e35c", + "ipv4": "100.85.220.84", + "ipv6": "fd7a:115c:a1e0::8437:dc54", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1962484545607580, - "StableID": "n1Ko5C9pKG11CNTRL", + "ID": 7236051516521482, + "StableID": "noobpaoDWy11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 1962484545607580, - "Key": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "DiscoKey": "discokey:1b56a464e48fb278342de75614a08d1607fe9d7d8437c3e72e6399558641337d", - "Addresses": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "AllowedIPs": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "Endpoints": ["77.164.248.136:43916", "10.65.0.27:43916", "172.17.0.1:43916"], + "User": 7236051516521482, + "Key": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "DiscoKey": "discokey:8567ffcdece416893c13218927828290a8fad12770097ff2fcb6d84cd04ccf38", + "Addresses": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "AllowedIPs": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "Endpoints": ["77.164.248.136:53752", "10.65.0.27:53752", "172.17.0.1:53752"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 50060}, - {"Proto": "peerapi6", "Port": 50060}, + {"Proto": "peerapi4", "Port": 58073}, + {"Proto": "peerapi6", "Port": 58073}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:56.281326483Z", + "Created": "2026-04-09T08:35:01.430589291Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,302 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "MachineKey": "mkey:852c6283a6f936c60fa8bc6871018d8963c14a3a8b6b1c8827e4470e02ca8d78", + "NodeKey": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "MachineKey": "mkey:4009c7c1dd846489eb97f103a81de22b142a6863cfecd1fc9a1d62a5dff41a03", "Peers": [{ - "ID": 3853337203560446, - "StableID": "n5NdYndB6X11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "KeyExpiry": "2026-10-06T01:28:56Z", - "DiscoKey": "discokey:c9c25e3a50bab92abd88181efb8833eb758d8e6e99dbc168dc4d60554ce80063", - "Addresses": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "AllowedIPs": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "Endpoints": ["77.164.248.136:58933", "10.65.0.27:58933", "172.17.0.1:58933"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55741}, - {"Proto": "peerapi6", "Port": 55741} - ]}, - "Created": "2026-04-09T01:28:56.81234248Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4563962913315922, - "StableID": "nFjP6sZ2ec11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "DiscoKey": "discokey:27ccc57b296854a17a6ce8b0027dbcbe9f1e7722ea35594b89c7ce87e9ab1014", - "Addresses": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "AllowedIPs": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "Endpoints": ["77.164.248.136:60617", "10.65.0.27:60617", "172.17.0.1:60617"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62921}, - {"Proto": "peerapi6", "Port": 62921} - ]}, - "Created": "2026-04-09T01:28:52.788307636Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4657460375136300, - "StableID": "nsGNd1bNNd11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "DiscoKey": "discokey:9b345096b51fb958d9e77606f22a680c0d5acf30b8b4225abd163417344bd803", - "Addresses": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "AllowedIPs": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "Endpoints": ["77.164.248.136:50873", "10.65.0.27:50873", "172.17.0.1:50873"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 48273}, - {"Proto": "peerapi6", "Port": 48273} - ]}, - "Created": "2026-04-09T01:28:55.188415048Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4809983069219024, - "StableID": "noCCpj6TZe11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "DiscoKey": "discokey:0d84391dc06996388e4321bc7f9a43fbfed767e01cb939777acdfc3dc7dcae39", - "Addresses": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "AllowedIPs": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "Endpoints": ["77.164.248.136:54325", "10.65.0.27:54325", "172.17.0.1:54325"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 54409}, - {"Proto": "peerapi6", "Port": 54409} - ]}, - "Created": "2026-04-09T01:28:54.103665196Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4843317887448935, - "StableID": "n6LxYPkYpe11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "DiscoKey": "discokey:d505c848ef8124a3c479636fdfe70abe939af18c7dd95d9644b89fe70c49da61", - "Addresses": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "AllowedIPs": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "Endpoints": ["77.164.248.136:36859", "10.65.0.27:36859", "172.17.0.1:36859"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56838}, - {"Proto": "peerapi6", "Port": 56838} - ]}, - "Created": "2026-04-09T01:28:51.710165025Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4972643194764120, - "StableID": "n7657Uu7qf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:e5952ae58b27af17680908a006227a58f9051956d7eb274a7dd80d13aa3f933e", - "Addresses": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "AllowedIPs": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "Endpoints": ["77.164.248.136:38008", "10.65.0.27:38008", "172.17.0.1:38008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46221}, - {"Proto": "peerapi6", "Port": 46221} - ]}, - "Created": "2026-04-09T01:28:57.383464235Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5596045316149043, - "StableID": "nC5Dq2dThk11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "DiscoKey": "discokey:649f293ee5d7e75485be08c73be8351ea6789dc11f4ff25281911bcac12c7618", - "Addresses": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "AllowedIPs": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63126}, - {"Proto": "peerapi6", "Port": 63126} - ]}, - "Created": "2026-04-09T01:28:54.646458679Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5644850153628835, - "StableID": "n2pJCDeZ5m11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "DiscoKey": "discokey:73ca0ad74cc14836acf5e724d03a29727c28df886048d01445c1d5b928800e47", - "Addresses": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "AllowedIPs": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "Endpoints": ["77.164.248.136:40168", "10.65.0.27:40168", "172.17.0.1:40168"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61505}, - {"Proto": "peerapi6", "Port": 61505} - ]}, - "Created": "2026-04-09T01:28:51.160850795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5775001503881268, - "StableID": "nmuPLpVW6n11CNTRL", + "ID": 953631691446920, + "StableID": "n5yr1gHuS811CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "DiscoKey": "discokey:f669d48e79944e08a42c9a63d0b15586254276db76c9f3a32dbc7ac3e04bc91b", - "Addresses": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "AllowedIPs": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "Endpoints": ["77.164.248.136:52740", "10.65.0.27:52740", "172.17.0.1:52740"], + "Key": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "DiscoKey": "discokey:9f092d94c13253b34540ead8810268fa82ecd8283772a3f45a1ed8dcc70bfd35", + "Addresses": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "AllowedIPs": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "Endpoints": ["77.164.248.136:44646", "10.65.0.27:44646", "172.17.0.1:44646"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33313}, - {"Proto": "peerapi6", "Port": 33313} + {"Proto": "peerapi4", "Port": 48950}, + {"Proto": "peerapi6", "Port": 48950} ]}, - "Created": "2026-04-09T01:28:52.241936783Z", + "Created": "2026-04-09T08:34:57.636709272Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6344618974635099, - "StableID": "npMNf9PVYr11CNTRL", + "ID": 1175478160836550, + "StableID": "nVaZqSpNBA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:43e4196bdb39b4d9b342005bbe0ca77ba05e617e1174c56ab842e5f90bc4a429", - "Addresses": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "AllowedIPs": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "Endpoints": ["77.164.248.136:39151", "10.65.0.27:39151", "172.17.0.1:39151"], + "Key": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "KeyExpiry": "2026-10-06T08:35:03Z", + "DiscoKey": "discokey:b2a0b48a6714406d395ed7c80bd48ffbf0137e90ce0e856588f0aa7541e5541e", + "Addresses": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "AllowedIPs": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "Endpoints": ["77.164.248.136:53448", "10.65.0.27:53448", "172.17.0.1:53448"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37099}, - {"Proto": "peerapi6", "Port": 37099} + {"Proto": "peerapi4", "Port": 59203}, + {"Proto": "peerapi6", "Port": 59203} ]}, - "Created": "2026-04-09T01:28:57.918639685Z", + "Created": "2026-04-09T08:35:03.046861345Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6737829454881586, - "StableID": "nMEGKZMacu11CNTRL", + "ID": 2595779738286458, + "StableID": "nTZFeTjdGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "DiscoKey": "discokey:faed5bd29c9f5ad76779e0948a45b52363038036e1cfe8775186841a10774462", - "Addresses": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "AllowedIPs": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "Endpoints": ["77.164.248.136:40308", "10.65.0.27:40308", "172.17.0.1:40308"], + "Key": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "DiscoKey": "discokey:de415fe19c84d5689691b754330649010e8e75f236d23764ff011feff821255d", + "Addresses": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "AllowedIPs": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "Endpoints": ["77.164.248.136:37927", "10.65.0.27:37927", "172.17.0.1:37927"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55396}, - {"Proto": "peerapi6", "Port": 55396} + {"Proto": "peerapi4", "Port": 44993}, + {"Proto": "peerapi6", "Port": 44993} ]}, - "Created": "2026-04-09T01:28:55.733339154Z", + "Created": "2026-04-09T08:35:00.886876644Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6855540314968398, - "StableID": "n1GTwJRtXv11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "DiscoKey": "discokey:00f0f8dc73b01cd5ea53448a35dd26d51c20e4a01ba171be0354e6dc20574a23", - "Addresses": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "AllowedIPs": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "Endpoints": ["77.164.248.136:37429", "10.65.0.27:37429", "172.17.0.1:37429"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38120}, - {"Proto": "peerapi6", "Port": 38120} - ]}, - "Created": "2026-04-09T01:28:53.572865948Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 8360571262409346, - "StableID": "n3fc2k2XH821CNTRL", + "ID": 2719123749993109, + "StableID": "nS7wafmVEN11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "DiscoKey": "discokey:b8d635f570994fc476aeb3d4822e5ad056d02a6fefaf65672205f7158fd4107b", - "Addresses": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "AllowedIPs": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "Endpoints": ["77.164.248.136:53140", "10.65.0.27:53140", "172.17.0.1:53140"], + "Key": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "DiscoKey": "discokey:cfe7d8bc3252145b59f7a4d1fd0bca26c2bea85b4dd9fb2fa630a31b5adf423e", + "Addresses": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "AllowedIPs": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "Endpoints": ["77.164.248.136:37138", "10.65.0.27:37138", "172.17.0.1:37138"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64800}, - {"Proto": "peerapi6", "Port": 64800} + {"Proto": "peerapi4", "Port": 46014}, + {"Proto": "peerapi6", "Port": 46014} ]}, - "Created": "2026-04-09T01:28:50.073617661Z", + "Created": "2026-04-09T08:34:55.462786798Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8837101558112421, - "StableID": "nYzYT2gL1C21CNTRL", + "ID": 5326841732116404, + "StableID": "nBCNxm6Ybi11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "DiscoKey": "discokey:144cfa85637b16687f042bbc103559392d3b5f6a411521f3221e8736ac2ad424", + "Addresses": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "AllowedIPs": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "Endpoints": ["77.164.248.136:50122", "10.65.0.27:50122", "172.17.0.1:50122"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59480}, + {"Proto": "peerapi6", "Port": 59480} + ]}, + "Created": "2026-04-09T08:34:57.089641879Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5492264125586501, + "StableID": "nEDPQzTTtj11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "DiscoKey": "discokey:edbe89e01e40903db712de84ab6f6214abe1e9cae1fe5accf2e3a3da74c3d806", + "Addresses": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "AllowedIPs": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "Endpoints": ["77.164.248.136:50801", "10.65.0.27:50801", "172.17.0.1:50801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 45695}, + {"Proto": "peerapi6", "Port": 45695} + ]}, + "Created": "2026-04-09T08:34:58.176423481Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5574021780846004, + "StableID": "njv5Sp6VXk11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "KeyExpiry": "2026-10-06T08:35:01Z", + "DiscoKey": "discokey:a2d2f58b08f6c2d9e35ea305a314d9b791844dc32442b93a6ac0a981cfcf845f", + "Addresses": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "AllowedIPs": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "Endpoints": ["77.164.248.136:59744", "10.65.0.27:59744", "172.17.0.1:59744"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45045}, + {"Proto": "peerapi6", "Port": 45045} + ]}, + "Created": "2026-04-09T08:35:01.972639358Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5706006159389453, + "StableID": "nUCJ1A7GZm11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "DiscoKey": "discokey:ec2de0213e4b4f609ef8e42dcb4776b1e221ac36a916fbe5da996f540ff94242", + "Addresses": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "AllowedIPs": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "Endpoints": ["77.164.248.136:50909", "10.65.0.27:50909", "172.17.0.1:50909"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56791}, + {"Proto": "peerapi6", "Port": 56791} + ]}, + "Created": "2026-04-09T08:34:58.720357533Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5811142076612377, + "StableID": "nvDNzCrsNn11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "KeyExpiry": "2026-10-06T08:35:02Z", + "DiscoKey": "discokey:5c8c59ab9a172627b585209a75a62f3e6d69e681a96ea5e88cf5708419a8ac79", + "Addresses": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "AllowedIPs": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "Endpoints": ["77.164.248.136:34289", "10.65.0.27:34289", "172.17.0.1:34289"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59802}, + {"Proto": "peerapi6", "Port": 59802} + ]}, + "Created": "2026-04-09T08:35:02.517947829Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6511105009994336, + "StableID": "nuH6Wtgtqs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "DiscoKey": "discokey:5da4cfcabde6d733be7609841a38b29e5aa49a8065bb28fbb0a14f3f8dbf4f3f", + "Addresses": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "AllowedIPs": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "Endpoints": ["77.164.248.136:34474", "10.65.0.27:34474", "172.17.0.1:34474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59162}, + {"Proto": "peerapi6", "Port": 59162} + ]}, + "Created": "2026-04-09T08:34:59.799746344Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6569312621399389, + "StableID": "naHLomhFJt11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "DiscoKey": "discokey:068f79a6856ec6636aafa8aa90721a83729401226122a2cdb412f418e16b2673", - "Addresses": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "AllowedIPs": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "Endpoints": ["77.164.248.136:35296", "10.65.0.27:35296", "172.17.0.1:35296"], - "HomeDERP": 14, + "Key": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "DiscoKey": "discokey:f73dcaa6dd12a4f9b2dd009ef519a064289cae6ac987655ec78855390a1d0b6a", + "Addresses": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "AllowedIPs": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "Endpoints": ["77.164.248.136:51577", "10.65.0.27:51577", "172.17.0.1:51577"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 42769}, - {"Proto": "peerapi6", "Port": 42769} + {"Proto": "peerapi4", "Port": 59012}, + {"Proto": "peerapi6", "Port": 59012} ]}, - "Created": "2026-04-09T01:28:50.620908535Z", + "Created": "2026-04-09T08:34:56.005868749Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7074089021162516, + "StableID": "nuBnijKsEx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "DiscoKey": "discokey:4278d3b668c694da9c6ccfabac6375d926259704ab84e5f9d5344a093087b75a", + "Addresses": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "AllowedIPs": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "Endpoints": ["77.164.248.136:43345", "10.65.0.27:43345", "172.17.0.1:43345"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 35804}, + {"Proto": "peerapi6", "Port": 35804} + ]}, + "Created": "2026-04-09T08:34:59.271526944Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7411823841586051, + "StableID": "nGfPHZ3qsz11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "DiscoKey": "discokey:c98d2cfe6b047f5b368e7fc2450f0e095b618fc9a3e22f00bcb8d8e76e605135", + "Addresses": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "AllowedIPs": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "Endpoints": ["77.164.248.136:55151", "10.65.0.27:55151", "172.17.0.1:55151"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48946}, + {"Proto": "peerapi6", "Port": 48946} + ]}, + "Created": "2026-04-09T08:34:56.556455946Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7465171831740832, + "StableID": "nPcUVWQzH121CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "DiscoKey": "discokey:8d46c35b4a1a209e65a48651d81aee1d4b7801d899335ad358acb428b673202a", + "Addresses": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "AllowedIPs": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "Endpoints": ["77.164.248.136:54343", "10.65.0.27:54343", "172.17.0.1:54343"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43703}, + {"Proto": "peerapi6", "Port": 43703} + ]}, + "Created": "2026-04-09T08:35:00.349370551Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -544,12 +544,12 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{"principals": [ - {"nodeIP": "100.112.113.10"}, - {"nodeIP": "100.113.30.124"}, - {"nodeIP": "100.86.44.71"}, - {"nodeIP": "fd7a:115c:a1e0::5c37:710a"}, - {"nodeIP": "fd7a:115c:a1e0::8137:2c47"}, - {"nodeIP": "fd7a:115c:a1e0::da37:1e7c"} + {"nodeIP": "100.101.103.53"}, + {"nodeIP": "100.81.17.88"}, + {"nodeIP": "100.94.127.16"}, + {"nodeIP": "fd7a:115c:a1e0::3e37:1158"}, + {"nodeIP": "fd7a:115c:a1e0::4e37:6736"}, + {"nodeIP": "fd7a:115c:a1e0::5a37:7f10"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1376,35 +1376,37 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1962484545607580": { - "ID": 1962484545607580, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7236051516521482": { + "ID": 7236051516521482, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{"principals": [ - {"nodeIP": "100.112.113.10"}, - {"nodeIP": "100.113.30.124"}, - {"nodeIP": "100.86.44.71"}, - {"nodeIP": "fd7a:115c:a1e0::5c37:710a"}, - {"nodeIP": "fd7a:115c:a1e0::8137:2c47"}, - {"nodeIP": "fd7a:115c:a1e0::da37:1e7c"} + {"nodeIP": "100.101.103.53"}, + {"nodeIP": "100.81.17.88"}, + {"nodeIP": "100.94.127.16"}, + {"nodeIP": "fd7a:115c:a1e0::3e37:1158"}, + {"nodeIP": "fd7a:115c:a1e0::4e37:6736"}, + {"nodeIP": "fd7a:115c:a1e0::5a37:7f10"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1439,26 +1441,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4563962913315922, - "StableID": "nFjP6sZ2ec11CNTRL", + "ID": 5492264125586501, + "StableID": "nEDPQzTTtj11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 4563962913315922, - "Key": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "DiscoKey": "discokey:27ccc57b296854a17a6ce8b0027dbcbe9f1e7722ea35594b89c7ce87e9ab1014", - "Addresses": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "AllowedIPs": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "Endpoints": ["77.164.248.136:60617", "10.65.0.27:60617", "172.17.0.1:60617"], + "User": 5492264125586501, + "Key": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "DiscoKey": "discokey:edbe89e01e40903db712de84ab6f6214abe1e9cae1fe5accf2e3a3da74c3d806", + "Addresses": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "AllowedIPs": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "Endpoints": ["77.164.248.136:50801", "10.65.0.27:50801", "172.17.0.1:50801"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 62921}, - {"Proto": "peerapi6", "Port": 62921}, + {"Proto": "peerapi4", "Port": 45695}, + {"Proto": "peerapi6", "Port": 45695}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:52.788307636Z", + "Created": "2026-04-09T08:34:58.176423481Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1486,302 +1488,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "MachineKey": "mkey:d164013535c3df42f04040000c2bcf3d2c3efa4e0010171994353f023bbf1c35", + "NodeKey": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "MachineKey": "mkey:39bb7ab4381d8a109f390450a798de95fa3c9bf1bc5b6f5307101287f4eef42e", "Peers": [{ - "ID": 1962484545607580, - "StableID": "n1Ko5C9pKG11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "DiscoKey": "discokey:1b56a464e48fb278342de75614a08d1607fe9d7d8437c3e72e6399558641337d", - "Addresses": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "AllowedIPs": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "Endpoints": ["77.164.248.136:43916", "10.65.0.27:43916", "172.17.0.1:43916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 50060}, - {"Proto": "peerapi6", "Port": 50060} - ]}, - "Created": "2026-04-09T01:28:56.281326483Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3853337203560446, - "StableID": "n5NdYndB6X11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "KeyExpiry": "2026-10-06T01:28:56Z", - "DiscoKey": "discokey:c9c25e3a50bab92abd88181efb8833eb758d8e6e99dbc168dc4d60554ce80063", - "Addresses": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "AllowedIPs": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "Endpoints": ["77.164.248.136:58933", "10.65.0.27:58933", "172.17.0.1:58933"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55741}, - {"Proto": "peerapi6", "Port": 55741} - ]}, - "Created": "2026-04-09T01:28:56.81234248Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4657460375136300, - "StableID": "nsGNd1bNNd11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "DiscoKey": "discokey:9b345096b51fb958d9e77606f22a680c0d5acf30b8b4225abd163417344bd803", - "Addresses": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "AllowedIPs": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "Endpoints": ["77.164.248.136:50873", "10.65.0.27:50873", "172.17.0.1:50873"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 48273}, - {"Proto": "peerapi6", "Port": 48273} - ]}, - "Created": "2026-04-09T01:28:55.188415048Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4809983069219024, - "StableID": "noCCpj6TZe11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "DiscoKey": "discokey:0d84391dc06996388e4321bc7f9a43fbfed767e01cb939777acdfc3dc7dcae39", - "Addresses": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "AllowedIPs": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "Endpoints": ["77.164.248.136:54325", "10.65.0.27:54325", "172.17.0.1:54325"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 54409}, - {"Proto": "peerapi6", "Port": 54409} - ]}, - "Created": "2026-04-09T01:28:54.103665196Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4843317887448935, - "StableID": "n6LxYPkYpe11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "DiscoKey": "discokey:d505c848ef8124a3c479636fdfe70abe939af18c7dd95d9644b89fe70c49da61", - "Addresses": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "AllowedIPs": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "Endpoints": ["77.164.248.136:36859", "10.65.0.27:36859", "172.17.0.1:36859"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56838}, - {"Proto": "peerapi6", "Port": 56838} - ]}, - "Created": "2026-04-09T01:28:51.710165025Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4972643194764120, - "StableID": "n7657Uu7qf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:e5952ae58b27af17680908a006227a58f9051956d7eb274a7dd80d13aa3f933e", - "Addresses": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "AllowedIPs": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "Endpoints": ["77.164.248.136:38008", "10.65.0.27:38008", "172.17.0.1:38008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46221}, - {"Proto": "peerapi6", "Port": 46221} - ]}, - "Created": "2026-04-09T01:28:57.383464235Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5596045316149043, - "StableID": "nC5Dq2dThk11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "DiscoKey": "discokey:649f293ee5d7e75485be08c73be8351ea6789dc11f4ff25281911bcac12c7618", - "Addresses": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "AllowedIPs": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63126}, - {"Proto": "peerapi6", "Port": 63126} - ]}, - "Created": "2026-04-09T01:28:54.646458679Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5644850153628835, - "StableID": "n2pJCDeZ5m11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "DiscoKey": "discokey:73ca0ad74cc14836acf5e724d03a29727c28df886048d01445c1d5b928800e47", - "Addresses": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "AllowedIPs": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "Endpoints": ["77.164.248.136:40168", "10.65.0.27:40168", "172.17.0.1:40168"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61505}, - {"Proto": "peerapi6", "Port": 61505} - ]}, - "Created": "2026-04-09T01:28:51.160850795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5775001503881268, - "StableID": "nmuPLpVW6n11CNTRL", + "ID": 953631691446920, + "StableID": "n5yr1gHuS811CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "DiscoKey": "discokey:f669d48e79944e08a42c9a63d0b15586254276db76c9f3a32dbc7ac3e04bc91b", - "Addresses": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "AllowedIPs": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "Endpoints": ["77.164.248.136:52740", "10.65.0.27:52740", "172.17.0.1:52740"], + "Key": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "DiscoKey": "discokey:9f092d94c13253b34540ead8810268fa82ecd8283772a3f45a1ed8dcc70bfd35", + "Addresses": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "AllowedIPs": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "Endpoints": ["77.164.248.136:44646", "10.65.0.27:44646", "172.17.0.1:44646"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33313}, - {"Proto": "peerapi6", "Port": 33313} + {"Proto": "peerapi4", "Port": 48950}, + {"Proto": "peerapi6", "Port": 48950} ]}, - "Created": "2026-04-09T01:28:52.241936783Z", + "Created": "2026-04-09T08:34:57.636709272Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6344618974635099, - "StableID": "npMNf9PVYr11CNTRL", + "ID": 1175478160836550, + "StableID": "nVaZqSpNBA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:43e4196bdb39b4d9b342005bbe0ca77ba05e617e1174c56ab842e5f90bc4a429", - "Addresses": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "AllowedIPs": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "Endpoints": ["77.164.248.136:39151", "10.65.0.27:39151", "172.17.0.1:39151"], + "Key": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "KeyExpiry": "2026-10-06T08:35:03Z", + "DiscoKey": "discokey:b2a0b48a6714406d395ed7c80bd48ffbf0137e90ce0e856588f0aa7541e5541e", + "Addresses": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "AllowedIPs": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "Endpoints": ["77.164.248.136:53448", "10.65.0.27:53448", "172.17.0.1:53448"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37099}, - {"Proto": "peerapi6", "Port": 37099} + {"Proto": "peerapi4", "Port": 59203}, + {"Proto": "peerapi6", "Port": 59203} ]}, - "Created": "2026-04-09T01:28:57.918639685Z", + "Created": "2026-04-09T08:35:03.046861345Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6737829454881586, - "StableID": "nMEGKZMacu11CNTRL", + "ID": 2595779738286458, + "StableID": "nTZFeTjdGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "DiscoKey": "discokey:faed5bd29c9f5ad76779e0948a45b52363038036e1cfe8775186841a10774462", - "Addresses": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "AllowedIPs": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "Endpoints": ["77.164.248.136:40308", "10.65.0.27:40308", "172.17.0.1:40308"], + "Key": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "DiscoKey": "discokey:de415fe19c84d5689691b754330649010e8e75f236d23764ff011feff821255d", + "Addresses": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "AllowedIPs": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "Endpoints": ["77.164.248.136:37927", "10.65.0.27:37927", "172.17.0.1:37927"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55396}, - {"Proto": "peerapi6", "Port": 55396} + {"Proto": "peerapi4", "Port": 44993}, + {"Proto": "peerapi6", "Port": 44993} ]}, - "Created": "2026-04-09T01:28:55.733339154Z", + "Created": "2026-04-09T08:35:00.886876644Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6855540314968398, - "StableID": "n1GTwJRtXv11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "DiscoKey": "discokey:00f0f8dc73b01cd5ea53448a35dd26d51c20e4a01ba171be0354e6dc20574a23", - "Addresses": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "AllowedIPs": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "Endpoints": ["77.164.248.136:37429", "10.65.0.27:37429", "172.17.0.1:37429"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38120}, - {"Proto": "peerapi6", "Port": 38120} - ]}, - "Created": "2026-04-09T01:28:53.572865948Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 8360571262409346, - "StableID": "n3fc2k2XH821CNTRL", + "ID": 2719123749993109, + "StableID": "nS7wafmVEN11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "DiscoKey": "discokey:b8d635f570994fc476aeb3d4822e5ad056d02a6fefaf65672205f7158fd4107b", - "Addresses": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "AllowedIPs": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "Endpoints": ["77.164.248.136:53140", "10.65.0.27:53140", "172.17.0.1:53140"], + "Key": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "DiscoKey": "discokey:cfe7d8bc3252145b59f7a4d1fd0bca26c2bea85b4dd9fb2fa630a31b5adf423e", + "Addresses": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "AllowedIPs": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "Endpoints": ["77.164.248.136:37138", "10.65.0.27:37138", "172.17.0.1:37138"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64800}, - {"Proto": "peerapi6", "Port": 64800} + {"Proto": "peerapi4", "Port": 46014}, + {"Proto": "peerapi6", "Port": 46014} ]}, - "Created": "2026-04-09T01:28:50.073617661Z", + "Created": "2026-04-09T08:34:55.462786798Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8837101558112421, - "StableID": "nYzYT2gL1C21CNTRL", + "ID": 5326841732116404, + "StableID": "nBCNxm6Ybi11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "DiscoKey": "discokey:144cfa85637b16687f042bbc103559392d3b5f6a411521f3221e8736ac2ad424", + "Addresses": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "AllowedIPs": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "Endpoints": ["77.164.248.136:50122", "10.65.0.27:50122", "172.17.0.1:50122"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59480}, + {"Proto": "peerapi6", "Port": 59480} + ]}, + "Created": "2026-04-09T08:34:57.089641879Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5574021780846004, + "StableID": "njv5Sp6VXk11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "KeyExpiry": "2026-10-06T08:35:01Z", + "DiscoKey": "discokey:a2d2f58b08f6c2d9e35ea305a314d9b791844dc32442b93a6ac0a981cfcf845f", + "Addresses": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "AllowedIPs": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "Endpoints": ["77.164.248.136:59744", "10.65.0.27:59744", "172.17.0.1:59744"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45045}, + {"Proto": "peerapi6", "Port": 45045} + ]}, + "Created": "2026-04-09T08:35:01.972639358Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5706006159389453, + "StableID": "nUCJ1A7GZm11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "DiscoKey": "discokey:ec2de0213e4b4f609ef8e42dcb4776b1e221ac36a916fbe5da996f540ff94242", + "Addresses": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "AllowedIPs": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "Endpoints": ["77.164.248.136:50909", "10.65.0.27:50909", "172.17.0.1:50909"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56791}, + {"Proto": "peerapi6", "Port": 56791} + ]}, + "Created": "2026-04-09T08:34:58.720357533Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5811142076612377, + "StableID": "nvDNzCrsNn11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "KeyExpiry": "2026-10-06T08:35:02Z", + "DiscoKey": "discokey:5c8c59ab9a172627b585209a75a62f3e6d69e681a96ea5e88cf5708419a8ac79", + "Addresses": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "AllowedIPs": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "Endpoints": ["77.164.248.136:34289", "10.65.0.27:34289", "172.17.0.1:34289"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59802}, + {"Proto": "peerapi6", "Port": 59802} + ]}, + "Created": "2026-04-09T08:35:02.517947829Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6511105009994336, + "StableID": "nuH6Wtgtqs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "DiscoKey": "discokey:5da4cfcabde6d733be7609841a38b29e5aa49a8065bb28fbb0a14f3f8dbf4f3f", + "Addresses": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "AllowedIPs": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "Endpoints": ["77.164.248.136:34474", "10.65.0.27:34474", "172.17.0.1:34474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59162}, + {"Proto": "peerapi6", "Port": 59162} + ]}, + "Created": "2026-04-09T08:34:59.799746344Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6569312621399389, + "StableID": "naHLomhFJt11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "DiscoKey": "discokey:068f79a6856ec6636aafa8aa90721a83729401226122a2cdb412f418e16b2673", - "Addresses": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "AllowedIPs": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "Endpoints": ["77.164.248.136:35296", "10.65.0.27:35296", "172.17.0.1:35296"], - "HomeDERP": 14, + "Key": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "DiscoKey": "discokey:f73dcaa6dd12a4f9b2dd009ef519a064289cae6ac987655ec78855390a1d0b6a", + "Addresses": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "AllowedIPs": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "Endpoints": ["77.164.248.136:51577", "10.65.0.27:51577", "172.17.0.1:51577"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 42769}, - {"Proto": "peerapi6", "Port": 42769} + {"Proto": "peerapi4", "Port": 59012}, + {"Proto": "peerapi6", "Port": 59012} ]}, - "Created": "2026-04-09T01:28:50.620908535Z", + "Created": "2026-04-09T08:34:56.005868749Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7074089021162516, + "StableID": "nuBnijKsEx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "DiscoKey": "discokey:4278d3b668c694da9c6ccfabac6375d926259704ab84e5f9d5344a093087b75a", + "Addresses": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "AllowedIPs": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "Endpoints": ["77.164.248.136:43345", "10.65.0.27:43345", "172.17.0.1:43345"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 35804}, + {"Proto": "peerapi6", "Port": 35804} + ]}, + "Created": "2026-04-09T08:34:59.271526944Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7236051516521482, + "StableID": "noobpaoDWy11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "DiscoKey": "discokey:8567ffcdece416893c13218927828290a8fad12770097ff2fcb6d84cd04ccf38", + "Addresses": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "AllowedIPs": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "Endpoints": ["77.164.248.136:53752", "10.65.0.27:53752", "172.17.0.1:53752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 58073}, + {"Proto": "peerapi6", "Port": 58073} + ]}, + "Created": "2026-04-09T08:35:01.430589291Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7411823841586051, + "StableID": "nGfPHZ3qsz11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "DiscoKey": "discokey:c98d2cfe6b047f5b368e7fc2450f0e095b618fc9a3e22f00bcb8d8e76e605135", + "Addresses": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "AllowedIPs": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "Endpoints": ["77.164.248.136:55151", "10.65.0.27:55151", "172.17.0.1:55151"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48946}, + {"Proto": "peerapi6", "Port": 48946} + ]}, + "Created": "2026-04-09T08:34:56.556455946Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7465171831740832, + "StableID": "nPcUVWQzH121CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "DiscoKey": "discokey:8d46c35b4a1a209e65a48651d81aee1d4b7801d899335ad358acb428b673202a", + "Addresses": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "AllowedIPs": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "Endpoints": ["77.164.248.136:54343", "10.65.0.27:54343", "172.17.0.1:54343"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43703}, + {"Proto": "peerapi6", "Port": 43703} + ]}, + "Created": "2026-04-09T08:35:00.349370551Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2629,27 +2631,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4563962913315922": { - "ID": 4563962913315922, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5492264125586501": { + "ID": 5492264125586501, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2680,22 +2684,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6344618974635099, - "StableID": "npMNf9PVYr11CNTRL", + "ID": 1175478160836550, + "StableID": "nVaZqSpNBA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:43e4196bdb39b4d9b342005bbe0ca77ba05e617e1174c56ab842e5f90bc4a429", - "Addresses": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "AllowedIPs": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "Endpoints": ["77.164.248.136:39151", "10.65.0.27:39151", "172.17.0.1:39151"], + "Key": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "KeyExpiry": "2026-10-06T08:35:03Z", + "DiscoKey": "discokey:b2a0b48a6714406d395ed7c80bd48ffbf0137e90ce0e856588f0aa7541e5541e", + "Addresses": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "AllowedIPs": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "Endpoints": ["77.164.248.136:53448", "10.65.0.27:53448", "172.17.0.1:53448"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37099}, - {"Proto": "peerapi6", "Port": 37099}, + {"Proto": "peerapi4", "Port": 59203}, + {"Proto": "peerapi6", "Port": 59203}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:57.918639685Z", + "Created": "2026-04-09T08:35:03.046861345Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2724,302 +2728,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "MachineKey": "mkey:bb7ffb1d4a1bef35490d50df47d6ebc7b56f0b715542107200763568e595fc29", + "NodeKey": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "MachineKey": "mkey:ab7dcd0b783acdebe728cc7b4b4ef1a28c2d44350acef8646e9471244998b271", "Peers": [{ - "ID": 1962484545607580, - "StableID": "n1Ko5C9pKG11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "DiscoKey": "discokey:1b56a464e48fb278342de75614a08d1607fe9d7d8437c3e72e6399558641337d", - "Addresses": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "AllowedIPs": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "Endpoints": ["77.164.248.136:43916", "10.65.0.27:43916", "172.17.0.1:43916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 50060}, - {"Proto": "peerapi6", "Port": 50060} - ]}, - "Created": "2026-04-09T01:28:56.281326483Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3853337203560446, - "StableID": "n5NdYndB6X11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "KeyExpiry": "2026-10-06T01:28:56Z", - "DiscoKey": "discokey:c9c25e3a50bab92abd88181efb8833eb758d8e6e99dbc168dc4d60554ce80063", - "Addresses": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "AllowedIPs": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "Endpoints": ["77.164.248.136:58933", "10.65.0.27:58933", "172.17.0.1:58933"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55741}, - {"Proto": "peerapi6", "Port": 55741} - ]}, - "Created": "2026-04-09T01:28:56.81234248Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4563962913315922, - "StableID": "nFjP6sZ2ec11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "DiscoKey": "discokey:27ccc57b296854a17a6ce8b0027dbcbe9f1e7722ea35594b89c7ce87e9ab1014", - "Addresses": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "AllowedIPs": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "Endpoints": ["77.164.248.136:60617", "10.65.0.27:60617", "172.17.0.1:60617"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62921}, - {"Proto": "peerapi6", "Port": 62921} - ]}, - "Created": "2026-04-09T01:28:52.788307636Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4657460375136300, - "StableID": "nsGNd1bNNd11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "DiscoKey": "discokey:9b345096b51fb958d9e77606f22a680c0d5acf30b8b4225abd163417344bd803", - "Addresses": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "AllowedIPs": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "Endpoints": ["77.164.248.136:50873", "10.65.0.27:50873", "172.17.0.1:50873"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 48273}, - {"Proto": "peerapi6", "Port": 48273} - ]}, - "Created": "2026-04-09T01:28:55.188415048Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4809983069219024, - "StableID": "noCCpj6TZe11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "DiscoKey": "discokey:0d84391dc06996388e4321bc7f9a43fbfed767e01cb939777acdfc3dc7dcae39", - "Addresses": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "AllowedIPs": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "Endpoints": ["77.164.248.136:54325", "10.65.0.27:54325", "172.17.0.1:54325"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 54409}, - {"Proto": "peerapi6", "Port": 54409} - ]}, - "Created": "2026-04-09T01:28:54.103665196Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4843317887448935, - "StableID": "n6LxYPkYpe11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "DiscoKey": "discokey:d505c848ef8124a3c479636fdfe70abe939af18c7dd95d9644b89fe70c49da61", - "Addresses": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "AllowedIPs": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "Endpoints": ["77.164.248.136:36859", "10.65.0.27:36859", "172.17.0.1:36859"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56838}, - {"Proto": "peerapi6", "Port": 56838} - ]}, - "Created": "2026-04-09T01:28:51.710165025Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4972643194764120, - "StableID": "n7657Uu7qf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:e5952ae58b27af17680908a006227a58f9051956d7eb274a7dd80d13aa3f933e", - "Addresses": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "AllowedIPs": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "Endpoints": ["77.164.248.136:38008", "10.65.0.27:38008", "172.17.0.1:38008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46221}, - {"Proto": "peerapi6", "Port": 46221} - ]}, - "Created": "2026-04-09T01:28:57.383464235Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5596045316149043, - "StableID": "nC5Dq2dThk11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "DiscoKey": "discokey:649f293ee5d7e75485be08c73be8351ea6789dc11f4ff25281911bcac12c7618", - "Addresses": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "AllowedIPs": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63126}, - {"Proto": "peerapi6", "Port": 63126} - ]}, - "Created": "2026-04-09T01:28:54.646458679Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5644850153628835, - "StableID": "n2pJCDeZ5m11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "DiscoKey": "discokey:73ca0ad74cc14836acf5e724d03a29727c28df886048d01445c1d5b928800e47", - "Addresses": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "AllowedIPs": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "Endpoints": ["77.164.248.136:40168", "10.65.0.27:40168", "172.17.0.1:40168"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61505}, - {"Proto": "peerapi6", "Port": 61505} - ]}, - "Created": "2026-04-09T01:28:51.160850795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5775001503881268, - "StableID": "nmuPLpVW6n11CNTRL", + "ID": 953631691446920, + "StableID": "n5yr1gHuS811CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "DiscoKey": "discokey:f669d48e79944e08a42c9a63d0b15586254276db76c9f3a32dbc7ac3e04bc91b", - "Addresses": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "AllowedIPs": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "Endpoints": ["77.164.248.136:52740", "10.65.0.27:52740", "172.17.0.1:52740"], + "Key": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "DiscoKey": "discokey:9f092d94c13253b34540ead8810268fa82ecd8283772a3f45a1ed8dcc70bfd35", + "Addresses": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "AllowedIPs": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "Endpoints": ["77.164.248.136:44646", "10.65.0.27:44646", "172.17.0.1:44646"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33313}, - {"Proto": "peerapi6", "Port": 33313} + {"Proto": "peerapi4", "Port": 48950}, + {"Proto": "peerapi6", "Port": 48950} ]}, - "Created": "2026-04-09T01:28:52.241936783Z", + "Created": "2026-04-09T08:34:57.636709272Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6737829454881586, - "StableID": "nMEGKZMacu11CNTRL", + "ID": 2595779738286458, + "StableID": "nTZFeTjdGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "DiscoKey": "discokey:faed5bd29c9f5ad76779e0948a45b52363038036e1cfe8775186841a10774462", - "Addresses": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "AllowedIPs": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "Endpoints": ["77.164.248.136:40308", "10.65.0.27:40308", "172.17.0.1:40308"], + "Key": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "DiscoKey": "discokey:de415fe19c84d5689691b754330649010e8e75f236d23764ff011feff821255d", + "Addresses": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "AllowedIPs": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "Endpoints": ["77.164.248.136:37927", "10.65.0.27:37927", "172.17.0.1:37927"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55396}, - {"Proto": "peerapi6", "Port": 55396} + {"Proto": "peerapi4", "Port": 44993}, + {"Proto": "peerapi6", "Port": 44993} ]}, - "Created": "2026-04-09T01:28:55.733339154Z", + "Created": "2026-04-09T08:35:00.886876644Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6855540314968398, - "StableID": "n1GTwJRtXv11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "DiscoKey": "discokey:00f0f8dc73b01cd5ea53448a35dd26d51c20e4a01ba171be0354e6dc20574a23", - "Addresses": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "AllowedIPs": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "Endpoints": ["77.164.248.136:37429", "10.65.0.27:37429", "172.17.0.1:37429"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38120}, - {"Proto": "peerapi6", "Port": 38120} - ]}, - "Created": "2026-04-09T01:28:53.572865948Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 8360571262409346, - "StableID": "n3fc2k2XH821CNTRL", + "ID": 2719123749993109, + "StableID": "nS7wafmVEN11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "DiscoKey": "discokey:b8d635f570994fc476aeb3d4822e5ad056d02a6fefaf65672205f7158fd4107b", - "Addresses": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "AllowedIPs": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "Endpoints": ["77.164.248.136:53140", "10.65.0.27:53140", "172.17.0.1:53140"], + "Key": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "DiscoKey": "discokey:cfe7d8bc3252145b59f7a4d1fd0bca26c2bea85b4dd9fb2fa630a31b5adf423e", + "Addresses": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "AllowedIPs": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "Endpoints": ["77.164.248.136:37138", "10.65.0.27:37138", "172.17.0.1:37138"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64800}, - {"Proto": "peerapi6", "Port": 64800} + {"Proto": "peerapi4", "Port": 46014}, + {"Proto": "peerapi6", "Port": 46014} ]}, - "Created": "2026-04-09T01:28:50.073617661Z", + "Created": "2026-04-09T08:34:55.462786798Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8837101558112421, - "StableID": "nYzYT2gL1C21CNTRL", + "ID": 5326841732116404, + "StableID": "nBCNxm6Ybi11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "DiscoKey": "discokey:144cfa85637b16687f042bbc103559392d3b5f6a411521f3221e8736ac2ad424", + "Addresses": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "AllowedIPs": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "Endpoints": ["77.164.248.136:50122", "10.65.0.27:50122", "172.17.0.1:50122"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59480}, + {"Proto": "peerapi6", "Port": 59480} + ]}, + "Created": "2026-04-09T08:34:57.089641879Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5492264125586501, + "StableID": "nEDPQzTTtj11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "DiscoKey": "discokey:edbe89e01e40903db712de84ab6f6214abe1e9cae1fe5accf2e3a3da74c3d806", + "Addresses": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "AllowedIPs": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "Endpoints": ["77.164.248.136:50801", "10.65.0.27:50801", "172.17.0.1:50801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 45695}, + {"Proto": "peerapi6", "Port": 45695} + ]}, + "Created": "2026-04-09T08:34:58.176423481Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5574021780846004, + "StableID": "njv5Sp6VXk11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "KeyExpiry": "2026-10-06T08:35:01Z", + "DiscoKey": "discokey:a2d2f58b08f6c2d9e35ea305a314d9b791844dc32442b93a6ac0a981cfcf845f", + "Addresses": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "AllowedIPs": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "Endpoints": ["77.164.248.136:59744", "10.65.0.27:59744", "172.17.0.1:59744"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45045}, + {"Proto": "peerapi6", "Port": 45045} + ]}, + "Created": "2026-04-09T08:35:01.972639358Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5706006159389453, + "StableID": "nUCJ1A7GZm11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "DiscoKey": "discokey:ec2de0213e4b4f609ef8e42dcb4776b1e221ac36a916fbe5da996f540ff94242", + "Addresses": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "AllowedIPs": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "Endpoints": ["77.164.248.136:50909", "10.65.0.27:50909", "172.17.0.1:50909"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56791}, + {"Proto": "peerapi6", "Port": 56791} + ]}, + "Created": "2026-04-09T08:34:58.720357533Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5811142076612377, + "StableID": "nvDNzCrsNn11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "KeyExpiry": "2026-10-06T08:35:02Z", + "DiscoKey": "discokey:5c8c59ab9a172627b585209a75a62f3e6d69e681a96ea5e88cf5708419a8ac79", + "Addresses": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "AllowedIPs": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "Endpoints": ["77.164.248.136:34289", "10.65.0.27:34289", "172.17.0.1:34289"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59802}, + {"Proto": "peerapi6", "Port": 59802} + ]}, + "Created": "2026-04-09T08:35:02.517947829Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6511105009994336, + "StableID": "nuH6Wtgtqs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "DiscoKey": "discokey:5da4cfcabde6d733be7609841a38b29e5aa49a8065bb28fbb0a14f3f8dbf4f3f", + "Addresses": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "AllowedIPs": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "Endpoints": ["77.164.248.136:34474", "10.65.0.27:34474", "172.17.0.1:34474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59162}, + {"Proto": "peerapi6", "Port": 59162} + ]}, + "Created": "2026-04-09T08:34:59.799746344Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6569312621399389, + "StableID": "naHLomhFJt11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "DiscoKey": "discokey:068f79a6856ec6636aafa8aa90721a83729401226122a2cdb412f418e16b2673", - "Addresses": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "AllowedIPs": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "Endpoints": ["77.164.248.136:35296", "10.65.0.27:35296", "172.17.0.1:35296"], - "HomeDERP": 14, + "Key": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "DiscoKey": "discokey:f73dcaa6dd12a4f9b2dd009ef519a064289cae6ac987655ec78855390a1d0b6a", + "Addresses": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "AllowedIPs": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "Endpoints": ["77.164.248.136:51577", "10.65.0.27:51577", "172.17.0.1:51577"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 42769}, - {"Proto": "peerapi6", "Port": 42769} + {"Proto": "peerapi4", "Port": 59012}, + {"Proto": "peerapi6", "Port": 59012} ]}, - "Created": "2026-04-09T01:28:50.620908535Z", + "Created": "2026-04-09T08:34:56.005868749Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7074089021162516, + "StableID": "nuBnijKsEx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "DiscoKey": "discokey:4278d3b668c694da9c6ccfabac6375d926259704ab84e5f9d5344a093087b75a", + "Addresses": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "AllowedIPs": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "Endpoints": ["77.164.248.136:43345", "10.65.0.27:43345", "172.17.0.1:43345"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 35804}, + {"Proto": "peerapi6", "Port": 35804} + ]}, + "Created": "2026-04-09T08:34:59.271526944Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7236051516521482, + "StableID": "noobpaoDWy11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "DiscoKey": "discokey:8567ffcdece416893c13218927828290a8fad12770097ff2fcb6d84cd04ccf38", + "Addresses": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "AllowedIPs": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "Endpoints": ["77.164.248.136:53752", "10.65.0.27:53752", "172.17.0.1:53752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 58073}, + {"Proto": "peerapi6", "Port": 58073} + ]}, + "Created": "2026-04-09T08:35:01.430589291Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7411823841586051, + "StableID": "nGfPHZ3qsz11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "DiscoKey": "discokey:c98d2cfe6b047f5b368e7fc2450f0e095b618fc9a3e22f00bcb8d8e76e605135", + "Addresses": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "AllowedIPs": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "Endpoints": ["77.164.248.136:55151", "10.65.0.27:55151", "172.17.0.1:55151"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48946}, + {"Proto": "peerapi6", "Port": 48946} + ]}, + "Created": "2026-04-09T08:34:56.556455946Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7465171831740832, + "StableID": "nPcUVWQzH121CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "DiscoKey": "discokey:8d46c35b4a1a209e65a48651d81aee1d4b7801d899335ad358acb428b673202a", + "Addresses": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "AllowedIPs": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "Endpoints": ["77.164.248.136:54343", "10.65.0.27:54343", "172.17.0.1:54343"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43703}, + {"Proto": "peerapi6", "Port": 43703} + ]}, + "Created": "2026-04-09T08:35:00.349370551Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3867,23 +3871,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3914,26 +3919,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5644850153628835, - "StableID": "n2pJCDeZ5m11CNTRL", + "ID": 7411823841586051, + "StableID": "nGfPHZ3qsz11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 5644850153628835, - "Key": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "DiscoKey": "discokey:73ca0ad74cc14836acf5e724d03a29727c28df886048d01445c1d5b928800e47", - "Addresses": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "AllowedIPs": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "Endpoints": ["77.164.248.136:40168", "10.65.0.27:40168", "172.17.0.1:40168"], + "User": 7411823841586051, + "Key": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "DiscoKey": "discokey:c98d2cfe6b047f5b368e7fc2450f0e095b618fc9a3e22f00bcb8d8e76e605135", + "Addresses": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "AllowedIPs": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "Endpoints": ["77.164.248.136:55151", "10.65.0.27:55151", "172.17.0.1:55151"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 61505}, - {"Proto": "peerapi6", "Port": 61505}, + {"Proto": "peerapi4", "Port": 48946}, + {"Proto": "peerapi6", "Port": 48946}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:51.160850795Z", + "Created": "2026-04-09T08:34:56.556455946Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3961,302 +3966,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "MachineKey": "mkey:d518fb9947483fd4211c20c149e7735d93d4da2c33bfc8dc0a4dd277bcbabd34", + "NodeKey": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "MachineKey": "mkey:4d52ef67edd20ad4c84bc7a7dec38cd1cdfd134483600e48e774e68560d6db2f", "Peers": [{ - "ID": 1962484545607580, - "StableID": "n1Ko5C9pKG11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "DiscoKey": "discokey:1b56a464e48fb278342de75614a08d1607fe9d7d8437c3e72e6399558641337d", - "Addresses": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "AllowedIPs": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "Endpoints": ["77.164.248.136:43916", "10.65.0.27:43916", "172.17.0.1:43916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 50060}, - {"Proto": "peerapi6", "Port": 50060} - ]}, - "Created": "2026-04-09T01:28:56.281326483Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3853337203560446, - "StableID": "n5NdYndB6X11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "KeyExpiry": "2026-10-06T01:28:56Z", - "DiscoKey": "discokey:c9c25e3a50bab92abd88181efb8833eb758d8e6e99dbc168dc4d60554ce80063", - "Addresses": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "AllowedIPs": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "Endpoints": ["77.164.248.136:58933", "10.65.0.27:58933", "172.17.0.1:58933"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55741}, - {"Proto": "peerapi6", "Port": 55741} - ]}, - "Created": "2026-04-09T01:28:56.81234248Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4563962913315922, - "StableID": "nFjP6sZ2ec11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "DiscoKey": "discokey:27ccc57b296854a17a6ce8b0027dbcbe9f1e7722ea35594b89c7ce87e9ab1014", - "Addresses": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "AllowedIPs": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "Endpoints": ["77.164.248.136:60617", "10.65.0.27:60617", "172.17.0.1:60617"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62921}, - {"Proto": "peerapi6", "Port": 62921} - ]}, - "Created": "2026-04-09T01:28:52.788307636Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4657460375136300, - "StableID": "nsGNd1bNNd11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "DiscoKey": "discokey:9b345096b51fb958d9e77606f22a680c0d5acf30b8b4225abd163417344bd803", - "Addresses": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "AllowedIPs": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "Endpoints": ["77.164.248.136:50873", "10.65.0.27:50873", "172.17.0.1:50873"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 48273}, - {"Proto": "peerapi6", "Port": 48273} - ]}, - "Created": "2026-04-09T01:28:55.188415048Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4809983069219024, - "StableID": "noCCpj6TZe11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "DiscoKey": "discokey:0d84391dc06996388e4321bc7f9a43fbfed767e01cb939777acdfc3dc7dcae39", - "Addresses": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "AllowedIPs": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "Endpoints": ["77.164.248.136:54325", "10.65.0.27:54325", "172.17.0.1:54325"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 54409}, - {"Proto": "peerapi6", "Port": 54409} - ]}, - "Created": "2026-04-09T01:28:54.103665196Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4843317887448935, - "StableID": "n6LxYPkYpe11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "DiscoKey": "discokey:d505c848ef8124a3c479636fdfe70abe939af18c7dd95d9644b89fe70c49da61", - "Addresses": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "AllowedIPs": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "Endpoints": ["77.164.248.136:36859", "10.65.0.27:36859", "172.17.0.1:36859"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56838}, - {"Proto": "peerapi6", "Port": 56838} - ]}, - "Created": "2026-04-09T01:28:51.710165025Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4972643194764120, - "StableID": "n7657Uu7qf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:e5952ae58b27af17680908a006227a58f9051956d7eb274a7dd80d13aa3f933e", - "Addresses": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "AllowedIPs": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "Endpoints": ["77.164.248.136:38008", "10.65.0.27:38008", "172.17.0.1:38008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46221}, - {"Proto": "peerapi6", "Port": 46221} - ]}, - "Created": "2026-04-09T01:28:57.383464235Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5596045316149043, - "StableID": "nC5Dq2dThk11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "DiscoKey": "discokey:649f293ee5d7e75485be08c73be8351ea6789dc11f4ff25281911bcac12c7618", - "Addresses": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "AllowedIPs": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63126}, - {"Proto": "peerapi6", "Port": 63126} - ]}, - "Created": "2026-04-09T01:28:54.646458679Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5775001503881268, - "StableID": "nmuPLpVW6n11CNTRL", + "ID": 953631691446920, + "StableID": "n5yr1gHuS811CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "DiscoKey": "discokey:f669d48e79944e08a42c9a63d0b15586254276db76c9f3a32dbc7ac3e04bc91b", - "Addresses": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "AllowedIPs": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "Endpoints": ["77.164.248.136:52740", "10.65.0.27:52740", "172.17.0.1:52740"], + "Key": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "DiscoKey": "discokey:9f092d94c13253b34540ead8810268fa82ecd8283772a3f45a1ed8dcc70bfd35", + "Addresses": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "AllowedIPs": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "Endpoints": ["77.164.248.136:44646", "10.65.0.27:44646", "172.17.0.1:44646"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33313}, - {"Proto": "peerapi6", "Port": 33313} + {"Proto": "peerapi4", "Port": 48950}, + {"Proto": "peerapi6", "Port": 48950} ]}, - "Created": "2026-04-09T01:28:52.241936783Z", + "Created": "2026-04-09T08:34:57.636709272Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6344618974635099, - "StableID": "npMNf9PVYr11CNTRL", + "ID": 1175478160836550, + "StableID": "nVaZqSpNBA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:43e4196bdb39b4d9b342005bbe0ca77ba05e617e1174c56ab842e5f90bc4a429", - "Addresses": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "AllowedIPs": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "Endpoints": ["77.164.248.136:39151", "10.65.0.27:39151", "172.17.0.1:39151"], + "Key": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "KeyExpiry": "2026-10-06T08:35:03Z", + "DiscoKey": "discokey:b2a0b48a6714406d395ed7c80bd48ffbf0137e90ce0e856588f0aa7541e5541e", + "Addresses": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "AllowedIPs": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "Endpoints": ["77.164.248.136:53448", "10.65.0.27:53448", "172.17.0.1:53448"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37099}, - {"Proto": "peerapi6", "Port": 37099} + {"Proto": "peerapi4", "Port": 59203}, + {"Proto": "peerapi6", "Port": 59203} ]}, - "Created": "2026-04-09T01:28:57.918639685Z", + "Created": "2026-04-09T08:35:03.046861345Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6737829454881586, - "StableID": "nMEGKZMacu11CNTRL", + "ID": 2595779738286458, + "StableID": "nTZFeTjdGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "DiscoKey": "discokey:faed5bd29c9f5ad76779e0948a45b52363038036e1cfe8775186841a10774462", - "Addresses": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "AllowedIPs": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "Endpoints": ["77.164.248.136:40308", "10.65.0.27:40308", "172.17.0.1:40308"], + "Key": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "DiscoKey": "discokey:de415fe19c84d5689691b754330649010e8e75f236d23764ff011feff821255d", + "Addresses": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "AllowedIPs": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "Endpoints": ["77.164.248.136:37927", "10.65.0.27:37927", "172.17.0.1:37927"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55396}, - {"Proto": "peerapi6", "Port": 55396} + {"Proto": "peerapi4", "Port": 44993}, + {"Proto": "peerapi6", "Port": 44993} ]}, - "Created": "2026-04-09T01:28:55.733339154Z", + "Created": "2026-04-09T08:35:00.886876644Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6855540314968398, - "StableID": "n1GTwJRtXv11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "DiscoKey": "discokey:00f0f8dc73b01cd5ea53448a35dd26d51c20e4a01ba171be0354e6dc20574a23", - "Addresses": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "AllowedIPs": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "Endpoints": ["77.164.248.136:37429", "10.65.0.27:37429", "172.17.0.1:37429"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38120}, - {"Proto": "peerapi6", "Port": 38120} - ]}, - "Created": "2026-04-09T01:28:53.572865948Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 8360571262409346, - "StableID": "n3fc2k2XH821CNTRL", + "ID": 2719123749993109, + "StableID": "nS7wafmVEN11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "DiscoKey": "discokey:b8d635f570994fc476aeb3d4822e5ad056d02a6fefaf65672205f7158fd4107b", - "Addresses": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "AllowedIPs": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "Endpoints": ["77.164.248.136:53140", "10.65.0.27:53140", "172.17.0.1:53140"], + "Key": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "DiscoKey": "discokey:cfe7d8bc3252145b59f7a4d1fd0bca26c2bea85b4dd9fb2fa630a31b5adf423e", + "Addresses": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "AllowedIPs": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "Endpoints": ["77.164.248.136:37138", "10.65.0.27:37138", "172.17.0.1:37138"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64800}, - {"Proto": "peerapi6", "Port": 64800} + {"Proto": "peerapi4", "Port": 46014}, + {"Proto": "peerapi6", "Port": 46014} ]}, - "Created": "2026-04-09T01:28:50.073617661Z", + "Created": "2026-04-09T08:34:55.462786798Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8837101558112421, - "StableID": "nYzYT2gL1C21CNTRL", + "ID": 5326841732116404, + "StableID": "nBCNxm6Ybi11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "DiscoKey": "discokey:144cfa85637b16687f042bbc103559392d3b5f6a411521f3221e8736ac2ad424", + "Addresses": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "AllowedIPs": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "Endpoints": ["77.164.248.136:50122", "10.65.0.27:50122", "172.17.0.1:50122"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59480}, + {"Proto": "peerapi6", "Port": 59480} + ]}, + "Created": "2026-04-09T08:34:57.089641879Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5492264125586501, + "StableID": "nEDPQzTTtj11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "DiscoKey": "discokey:edbe89e01e40903db712de84ab6f6214abe1e9cae1fe5accf2e3a3da74c3d806", + "Addresses": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "AllowedIPs": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "Endpoints": ["77.164.248.136:50801", "10.65.0.27:50801", "172.17.0.1:50801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 45695}, + {"Proto": "peerapi6", "Port": 45695} + ]}, + "Created": "2026-04-09T08:34:58.176423481Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5574021780846004, + "StableID": "njv5Sp6VXk11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "KeyExpiry": "2026-10-06T08:35:01Z", + "DiscoKey": "discokey:a2d2f58b08f6c2d9e35ea305a314d9b791844dc32442b93a6ac0a981cfcf845f", + "Addresses": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "AllowedIPs": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "Endpoints": ["77.164.248.136:59744", "10.65.0.27:59744", "172.17.0.1:59744"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45045}, + {"Proto": "peerapi6", "Port": 45045} + ]}, + "Created": "2026-04-09T08:35:01.972639358Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5706006159389453, + "StableID": "nUCJ1A7GZm11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "DiscoKey": "discokey:ec2de0213e4b4f609ef8e42dcb4776b1e221ac36a916fbe5da996f540ff94242", + "Addresses": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "AllowedIPs": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "Endpoints": ["77.164.248.136:50909", "10.65.0.27:50909", "172.17.0.1:50909"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56791}, + {"Proto": "peerapi6", "Port": 56791} + ]}, + "Created": "2026-04-09T08:34:58.720357533Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5811142076612377, + "StableID": "nvDNzCrsNn11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "KeyExpiry": "2026-10-06T08:35:02Z", + "DiscoKey": "discokey:5c8c59ab9a172627b585209a75a62f3e6d69e681a96ea5e88cf5708419a8ac79", + "Addresses": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "AllowedIPs": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "Endpoints": ["77.164.248.136:34289", "10.65.0.27:34289", "172.17.0.1:34289"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59802}, + {"Proto": "peerapi6", "Port": 59802} + ]}, + "Created": "2026-04-09T08:35:02.517947829Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6511105009994336, + "StableID": "nuH6Wtgtqs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "DiscoKey": "discokey:5da4cfcabde6d733be7609841a38b29e5aa49a8065bb28fbb0a14f3f8dbf4f3f", + "Addresses": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "AllowedIPs": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "Endpoints": ["77.164.248.136:34474", "10.65.0.27:34474", "172.17.0.1:34474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59162}, + {"Proto": "peerapi6", "Port": 59162} + ]}, + "Created": "2026-04-09T08:34:59.799746344Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6569312621399389, + "StableID": "naHLomhFJt11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "DiscoKey": "discokey:068f79a6856ec6636aafa8aa90721a83729401226122a2cdb412f418e16b2673", - "Addresses": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "AllowedIPs": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "Endpoints": ["77.164.248.136:35296", "10.65.0.27:35296", "172.17.0.1:35296"], - "HomeDERP": 14, + "Key": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "DiscoKey": "discokey:f73dcaa6dd12a4f9b2dd009ef519a064289cae6ac987655ec78855390a1d0b6a", + "Addresses": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "AllowedIPs": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "Endpoints": ["77.164.248.136:51577", "10.65.0.27:51577", "172.17.0.1:51577"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 42769}, - {"Proto": "peerapi6", "Port": 42769} + {"Proto": "peerapi4", "Port": 59012}, + {"Proto": "peerapi6", "Port": 59012} ]}, - "Created": "2026-04-09T01:28:50.620908535Z", + "Created": "2026-04-09T08:34:56.005868749Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7074089021162516, + "StableID": "nuBnijKsEx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "DiscoKey": "discokey:4278d3b668c694da9c6ccfabac6375d926259704ab84e5f9d5344a093087b75a", + "Addresses": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "AllowedIPs": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "Endpoints": ["77.164.248.136:43345", "10.65.0.27:43345", "172.17.0.1:43345"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 35804}, + {"Proto": "peerapi6", "Port": 35804} + ]}, + "Created": "2026-04-09T08:34:59.271526944Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7236051516521482, + "StableID": "noobpaoDWy11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "DiscoKey": "discokey:8567ffcdece416893c13218927828290a8fad12770097ff2fcb6d84cd04ccf38", + "Addresses": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "AllowedIPs": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "Endpoints": ["77.164.248.136:53752", "10.65.0.27:53752", "172.17.0.1:53752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 58073}, + {"Proto": "peerapi6", "Port": 58073} + ]}, + "Created": "2026-04-09T08:35:01.430589291Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7465171831740832, + "StableID": "nPcUVWQzH121CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "DiscoKey": "discokey:8d46c35b4a1a209e65a48651d81aee1d4b7801d899335ad358acb428b673202a", + "Addresses": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "AllowedIPs": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "Endpoints": ["77.164.248.136:54343", "10.65.0.27:54343", "172.17.0.1:54343"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43703}, + {"Proto": "peerapi6", "Port": 43703} + ]}, + "Created": "2026-04-09T08:35:00.349370551Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5104,27 +5109,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5644850153628835": { - "ID": 5644850153628835, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7411823841586051": { + "ID": 7411823841586051, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5155,26 +5162,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4809983069219024, - "StableID": "noCCpj6TZe11CNTRL", + "ID": 7074089021162516, + "StableID": "nuBnijKsEx11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 4809983069219024, - "Key": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "DiscoKey": "discokey:0d84391dc06996388e4321bc7f9a43fbfed767e01cb939777acdfc3dc7dcae39", - "Addresses": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "AllowedIPs": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "Endpoints": ["77.164.248.136:54325", "10.65.0.27:54325", "172.17.0.1:54325"], + "User": 7074089021162516, + "Key": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "DiscoKey": "discokey:4278d3b668c694da9c6ccfabac6375d926259704ab84e5f9d5344a093087b75a", + "Addresses": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "AllowedIPs": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "Endpoints": ["77.164.248.136:43345", "10.65.0.27:43345", "172.17.0.1:43345"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 54409}, - {"Proto": "peerapi6", "Port": 54409}, + {"Proto": "peerapi4", "Port": 35804}, + {"Proto": "peerapi6", "Port": 35804}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:54.103665196Z", + "Created": "2026-04-09T08:34:59.271526944Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5202,302 +5209,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "MachineKey": "mkey:f983b312d87a8e86c84ad31ebcf8ce7f905551a4bc9473c756ed6c0fe34b711f", + "NodeKey": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "MachineKey": "mkey:0025af93d012d315f4a455c0010c92ebd2a9398401c21452dcbd104ad94c045e", "Peers": [{ - "ID": 1962484545607580, - "StableID": "n1Ko5C9pKG11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "DiscoKey": "discokey:1b56a464e48fb278342de75614a08d1607fe9d7d8437c3e72e6399558641337d", - "Addresses": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "AllowedIPs": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "Endpoints": ["77.164.248.136:43916", "10.65.0.27:43916", "172.17.0.1:43916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 50060}, - {"Proto": "peerapi6", "Port": 50060} - ]}, - "Created": "2026-04-09T01:28:56.281326483Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3853337203560446, - "StableID": "n5NdYndB6X11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "KeyExpiry": "2026-10-06T01:28:56Z", - "DiscoKey": "discokey:c9c25e3a50bab92abd88181efb8833eb758d8e6e99dbc168dc4d60554ce80063", - "Addresses": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "AllowedIPs": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "Endpoints": ["77.164.248.136:58933", "10.65.0.27:58933", "172.17.0.1:58933"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55741}, - {"Proto": "peerapi6", "Port": 55741} - ]}, - "Created": "2026-04-09T01:28:56.81234248Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4563962913315922, - "StableID": "nFjP6sZ2ec11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "DiscoKey": "discokey:27ccc57b296854a17a6ce8b0027dbcbe9f1e7722ea35594b89c7ce87e9ab1014", - "Addresses": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "AllowedIPs": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "Endpoints": ["77.164.248.136:60617", "10.65.0.27:60617", "172.17.0.1:60617"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62921}, - {"Proto": "peerapi6", "Port": 62921} - ]}, - "Created": "2026-04-09T01:28:52.788307636Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4657460375136300, - "StableID": "nsGNd1bNNd11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "DiscoKey": "discokey:9b345096b51fb958d9e77606f22a680c0d5acf30b8b4225abd163417344bd803", - "Addresses": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "AllowedIPs": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "Endpoints": ["77.164.248.136:50873", "10.65.0.27:50873", "172.17.0.1:50873"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 48273}, - {"Proto": "peerapi6", "Port": 48273} - ]}, - "Created": "2026-04-09T01:28:55.188415048Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4843317887448935, - "StableID": "n6LxYPkYpe11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "DiscoKey": "discokey:d505c848ef8124a3c479636fdfe70abe939af18c7dd95d9644b89fe70c49da61", - "Addresses": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "AllowedIPs": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "Endpoints": ["77.164.248.136:36859", "10.65.0.27:36859", "172.17.0.1:36859"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56838}, - {"Proto": "peerapi6", "Port": 56838} - ]}, - "Created": "2026-04-09T01:28:51.710165025Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4972643194764120, - "StableID": "n7657Uu7qf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:e5952ae58b27af17680908a006227a58f9051956d7eb274a7dd80d13aa3f933e", - "Addresses": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "AllowedIPs": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "Endpoints": ["77.164.248.136:38008", "10.65.0.27:38008", "172.17.0.1:38008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46221}, - {"Proto": "peerapi6", "Port": 46221} - ]}, - "Created": "2026-04-09T01:28:57.383464235Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5596045316149043, - "StableID": "nC5Dq2dThk11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "DiscoKey": "discokey:649f293ee5d7e75485be08c73be8351ea6789dc11f4ff25281911bcac12c7618", - "Addresses": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "AllowedIPs": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63126}, - {"Proto": "peerapi6", "Port": 63126} - ]}, - "Created": "2026-04-09T01:28:54.646458679Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5644850153628835, - "StableID": "n2pJCDeZ5m11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "DiscoKey": "discokey:73ca0ad74cc14836acf5e724d03a29727c28df886048d01445c1d5b928800e47", - "Addresses": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "AllowedIPs": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "Endpoints": ["77.164.248.136:40168", "10.65.0.27:40168", "172.17.0.1:40168"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61505}, - {"Proto": "peerapi6", "Port": 61505} - ]}, - "Created": "2026-04-09T01:28:51.160850795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5775001503881268, - "StableID": "nmuPLpVW6n11CNTRL", + "ID": 953631691446920, + "StableID": "n5yr1gHuS811CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "DiscoKey": "discokey:f669d48e79944e08a42c9a63d0b15586254276db76c9f3a32dbc7ac3e04bc91b", - "Addresses": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "AllowedIPs": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "Endpoints": ["77.164.248.136:52740", "10.65.0.27:52740", "172.17.0.1:52740"], + "Key": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "DiscoKey": "discokey:9f092d94c13253b34540ead8810268fa82ecd8283772a3f45a1ed8dcc70bfd35", + "Addresses": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "AllowedIPs": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "Endpoints": ["77.164.248.136:44646", "10.65.0.27:44646", "172.17.0.1:44646"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33313}, - {"Proto": "peerapi6", "Port": 33313} + {"Proto": "peerapi4", "Port": 48950}, + {"Proto": "peerapi6", "Port": 48950} ]}, - "Created": "2026-04-09T01:28:52.241936783Z", + "Created": "2026-04-09T08:34:57.636709272Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6344618974635099, - "StableID": "npMNf9PVYr11CNTRL", + "ID": 1175478160836550, + "StableID": "nVaZqSpNBA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:43e4196bdb39b4d9b342005bbe0ca77ba05e617e1174c56ab842e5f90bc4a429", - "Addresses": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "AllowedIPs": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "Endpoints": ["77.164.248.136:39151", "10.65.0.27:39151", "172.17.0.1:39151"], + "Key": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "KeyExpiry": "2026-10-06T08:35:03Z", + "DiscoKey": "discokey:b2a0b48a6714406d395ed7c80bd48ffbf0137e90ce0e856588f0aa7541e5541e", + "Addresses": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "AllowedIPs": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "Endpoints": ["77.164.248.136:53448", "10.65.0.27:53448", "172.17.0.1:53448"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37099}, - {"Proto": "peerapi6", "Port": 37099} + {"Proto": "peerapi4", "Port": 59203}, + {"Proto": "peerapi6", "Port": 59203} ]}, - "Created": "2026-04-09T01:28:57.918639685Z", + "Created": "2026-04-09T08:35:03.046861345Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6737829454881586, - "StableID": "nMEGKZMacu11CNTRL", + "ID": 2595779738286458, + "StableID": "nTZFeTjdGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "DiscoKey": "discokey:faed5bd29c9f5ad76779e0948a45b52363038036e1cfe8775186841a10774462", - "Addresses": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "AllowedIPs": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "Endpoints": ["77.164.248.136:40308", "10.65.0.27:40308", "172.17.0.1:40308"], + "Key": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "DiscoKey": "discokey:de415fe19c84d5689691b754330649010e8e75f236d23764ff011feff821255d", + "Addresses": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "AllowedIPs": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "Endpoints": ["77.164.248.136:37927", "10.65.0.27:37927", "172.17.0.1:37927"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55396}, - {"Proto": "peerapi6", "Port": 55396} + {"Proto": "peerapi4", "Port": 44993}, + {"Proto": "peerapi6", "Port": 44993} ]}, - "Created": "2026-04-09T01:28:55.733339154Z", + "Created": "2026-04-09T08:35:00.886876644Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6855540314968398, - "StableID": "n1GTwJRtXv11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "DiscoKey": "discokey:00f0f8dc73b01cd5ea53448a35dd26d51c20e4a01ba171be0354e6dc20574a23", - "Addresses": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "AllowedIPs": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "Endpoints": ["77.164.248.136:37429", "10.65.0.27:37429", "172.17.0.1:37429"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38120}, - {"Proto": "peerapi6", "Port": 38120} - ]}, - "Created": "2026-04-09T01:28:53.572865948Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 8360571262409346, - "StableID": "n3fc2k2XH821CNTRL", + "ID": 2719123749993109, + "StableID": "nS7wafmVEN11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "DiscoKey": "discokey:b8d635f570994fc476aeb3d4822e5ad056d02a6fefaf65672205f7158fd4107b", - "Addresses": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "AllowedIPs": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "Endpoints": ["77.164.248.136:53140", "10.65.0.27:53140", "172.17.0.1:53140"], + "Key": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "DiscoKey": "discokey:cfe7d8bc3252145b59f7a4d1fd0bca26c2bea85b4dd9fb2fa630a31b5adf423e", + "Addresses": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "AllowedIPs": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "Endpoints": ["77.164.248.136:37138", "10.65.0.27:37138", "172.17.0.1:37138"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64800}, - {"Proto": "peerapi6", "Port": 64800} + {"Proto": "peerapi4", "Port": 46014}, + {"Proto": "peerapi6", "Port": 46014} ]}, - "Created": "2026-04-09T01:28:50.073617661Z", + "Created": "2026-04-09T08:34:55.462786798Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8837101558112421, - "StableID": "nYzYT2gL1C21CNTRL", + "ID": 5326841732116404, + "StableID": "nBCNxm6Ybi11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "DiscoKey": "discokey:144cfa85637b16687f042bbc103559392d3b5f6a411521f3221e8736ac2ad424", + "Addresses": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "AllowedIPs": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "Endpoints": ["77.164.248.136:50122", "10.65.0.27:50122", "172.17.0.1:50122"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59480}, + {"Proto": "peerapi6", "Port": 59480} + ]}, + "Created": "2026-04-09T08:34:57.089641879Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5492264125586501, + "StableID": "nEDPQzTTtj11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "DiscoKey": "discokey:edbe89e01e40903db712de84ab6f6214abe1e9cae1fe5accf2e3a3da74c3d806", + "Addresses": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "AllowedIPs": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "Endpoints": ["77.164.248.136:50801", "10.65.0.27:50801", "172.17.0.1:50801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 45695}, + {"Proto": "peerapi6", "Port": 45695} + ]}, + "Created": "2026-04-09T08:34:58.176423481Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5574021780846004, + "StableID": "njv5Sp6VXk11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "KeyExpiry": "2026-10-06T08:35:01Z", + "DiscoKey": "discokey:a2d2f58b08f6c2d9e35ea305a314d9b791844dc32442b93a6ac0a981cfcf845f", + "Addresses": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "AllowedIPs": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "Endpoints": ["77.164.248.136:59744", "10.65.0.27:59744", "172.17.0.1:59744"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45045}, + {"Proto": "peerapi6", "Port": 45045} + ]}, + "Created": "2026-04-09T08:35:01.972639358Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5706006159389453, + "StableID": "nUCJ1A7GZm11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "DiscoKey": "discokey:ec2de0213e4b4f609ef8e42dcb4776b1e221ac36a916fbe5da996f540ff94242", + "Addresses": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "AllowedIPs": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "Endpoints": ["77.164.248.136:50909", "10.65.0.27:50909", "172.17.0.1:50909"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56791}, + {"Proto": "peerapi6", "Port": 56791} + ]}, + "Created": "2026-04-09T08:34:58.720357533Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5811142076612377, + "StableID": "nvDNzCrsNn11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "KeyExpiry": "2026-10-06T08:35:02Z", + "DiscoKey": "discokey:5c8c59ab9a172627b585209a75a62f3e6d69e681a96ea5e88cf5708419a8ac79", + "Addresses": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "AllowedIPs": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "Endpoints": ["77.164.248.136:34289", "10.65.0.27:34289", "172.17.0.1:34289"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59802}, + {"Proto": "peerapi6", "Port": 59802} + ]}, + "Created": "2026-04-09T08:35:02.517947829Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6511105009994336, + "StableID": "nuH6Wtgtqs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "DiscoKey": "discokey:5da4cfcabde6d733be7609841a38b29e5aa49a8065bb28fbb0a14f3f8dbf4f3f", + "Addresses": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "AllowedIPs": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "Endpoints": ["77.164.248.136:34474", "10.65.0.27:34474", "172.17.0.1:34474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59162}, + {"Proto": "peerapi6", "Port": 59162} + ]}, + "Created": "2026-04-09T08:34:59.799746344Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6569312621399389, + "StableID": "naHLomhFJt11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "DiscoKey": "discokey:068f79a6856ec6636aafa8aa90721a83729401226122a2cdb412f418e16b2673", - "Addresses": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "AllowedIPs": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "Endpoints": ["77.164.248.136:35296", "10.65.0.27:35296", "172.17.0.1:35296"], - "HomeDERP": 14, + "Key": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "DiscoKey": "discokey:f73dcaa6dd12a4f9b2dd009ef519a064289cae6ac987655ec78855390a1d0b6a", + "Addresses": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "AllowedIPs": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "Endpoints": ["77.164.248.136:51577", "10.65.0.27:51577", "172.17.0.1:51577"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 42769}, - {"Proto": "peerapi6", "Port": 42769} + {"Proto": "peerapi4", "Port": 59012}, + {"Proto": "peerapi6", "Port": 59012} ]}, - "Created": "2026-04-09T01:28:50.620908535Z", + "Created": "2026-04-09T08:34:56.005868749Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7236051516521482, + "StableID": "noobpaoDWy11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "DiscoKey": "discokey:8567ffcdece416893c13218927828290a8fad12770097ff2fcb6d84cd04ccf38", + "Addresses": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "AllowedIPs": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "Endpoints": ["77.164.248.136:53752", "10.65.0.27:53752", "172.17.0.1:53752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 58073}, + {"Proto": "peerapi6", "Port": 58073} + ]}, + "Created": "2026-04-09T08:35:01.430589291Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7411823841586051, + "StableID": "nGfPHZ3qsz11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "DiscoKey": "discokey:c98d2cfe6b047f5b368e7fc2450f0e095b618fc9a3e22f00bcb8d8e76e605135", + "Addresses": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "AllowedIPs": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "Endpoints": ["77.164.248.136:55151", "10.65.0.27:55151", "172.17.0.1:55151"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48946}, + {"Proto": "peerapi6", "Port": 48946} + ]}, + "Created": "2026-04-09T08:34:56.556455946Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7465171831740832, + "StableID": "nPcUVWQzH121CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "DiscoKey": "discokey:8d46c35b4a1a209e65a48651d81aee1d4b7801d899335ad358acb428b673202a", + "Addresses": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "AllowedIPs": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "Endpoints": ["77.164.248.136:54343", "10.65.0.27:54343", "172.17.0.1:54343"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43703}, + {"Proto": "peerapi6", "Port": 43703} + ]}, + "Created": "2026-04-09T08:35:00.349370551Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6345,27 +6352,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4809983069219024": { - "ID": 4809983069219024, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7074089021162516": { + "ID": 7074089021162516, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6396,22 +6405,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3853337203560446, - "StableID": "n5NdYndB6X11CNTRL", + "ID": 5574021780846004, + "StableID": "njv5Sp6VXk11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "KeyExpiry": "2026-10-06T01:28:56Z", - "DiscoKey": "discokey:c9c25e3a50bab92abd88181efb8833eb758d8e6e99dbc168dc4d60554ce80063", - "Addresses": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "AllowedIPs": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "Endpoints": ["77.164.248.136:58933", "10.65.0.27:58933", "172.17.0.1:58933"], + "Key": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "KeyExpiry": "2026-10-06T08:35:01Z", + "DiscoKey": "discokey:a2d2f58b08f6c2d9e35ea305a314d9b791844dc32442b93a6ac0a981cfcf845f", + "Addresses": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "AllowedIPs": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "Endpoints": ["77.164.248.136:59744", "10.65.0.27:59744", "172.17.0.1:59744"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55741}, - {"Proto": "peerapi6", "Port": 55741}, + {"Proto": "peerapi4", "Port": 45045}, + {"Proto": "peerapi6", "Port": 45045}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:56.81234248Z", + "Created": "2026-04-09T08:35:01.972639358Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6438,300 +6447,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "MachineKey": "mkey:377bb97a489cfb050c065d43e92c3887e6f3c636505b2890394e0ac4ba8ea13e", + "NodeKey": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "MachineKey": "mkey:51a69c2eb06b8c081c0c88e83df767a490567709ad0404ae23dc03ee9056d855", "Peers": [{ - "ID": 1962484545607580, - "StableID": "n1Ko5C9pKG11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "DiscoKey": "discokey:1b56a464e48fb278342de75614a08d1607fe9d7d8437c3e72e6399558641337d", - "Addresses": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "AllowedIPs": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "Endpoints": ["77.164.248.136:43916", "10.65.0.27:43916", "172.17.0.1:43916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 50060}, - {"Proto": "peerapi6", "Port": 50060} - ]}, - "Created": "2026-04-09T01:28:56.281326483Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4563962913315922, - "StableID": "nFjP6sZ2ec11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "DiscoKey": "discokey:27ccc57b296854a17a6ce8b0027dbcbe9f1e7722ea35594b89c7ce87e9ab1014", - "Addresses": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "AllowedIPs": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "Endpoints": ["77.164.248.136:60617", "10.65.0.27:60617", "172.17.0.1:60617"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62921}, - {"Proto": "peerapi6", "Port": 62921} - ]}, - "Created": "2026-04-09T01:28:52.788307636Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4657460375136300, - "StableID": "nsGNd1bNNd11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "DiscoKey": "discokey:9b345096b51fb958d9e77606f22a680c0d5acf30b8b4225abd163417344bd803", - "Addresses": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "AllowedIPs": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "Endpoints": ["77.164.248.136:50873", "10.65.0.27:50873", "172.17.0.1:50873"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 48273}, - {"Proto": "peerapi6", "Port": 48273} - ]}, - "Created": "2026-04-09T01:28:55.188415048Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4809983069219024, - "StableID": "noCCpj6TZe11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "DiscoKey": "discokey:0d84391dc06996388e4321bc7f9a43fbfed767e01cb939777acdfc3dc7dcae39", - "Addresses": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "AllowedIPs": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "Endpoints": ["77.164.248.136:54325", "10.65.0.27:54325", "172.17.0.1:54325"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 54409}, - {"Proto": "peerapi6", "Port": 54409} - ]}, - "Created": "2026-04-09T01:28:54.103665196Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4843317887448935, - "StableID": "n6LxYPkYpe11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "DiscoKey": "discokey:d505c848ef8124a3c479636fdfe70abe939af18c7dd95d9644b89fe70c49da61", - "Addresses": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "AllowedIPs": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "Endpoints": ["77.164.248.136:36859", "10.65.0.27:36859", "172.17.0.1:36859"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56838}, - {"Proto": "peerapi6", "Port": 56838} - ]}, - "Created": "2026-04-09T01:28:51.710165025Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4972643194764120, - "StableID": "n7657Uu7qf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:e5952ae58b27af17680908a006227a58f9051956d7eb274a7dd80d13aa3f933e", - "Addresses": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "AllowedIPs": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "Endpoints": ["77.164.248.136:38008", "10.65.0.27:38008", "172.17.0.1:38008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46221}, - {"Proto": "peerapi6", "Port": 46221} - ]}, - "Created": "2026-04-09T01:28:57.383464235Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5596045316149043, - "StableID": "nC5Dq2dThk11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "DiscoKey": "discokey:649f293ee5d7e75485be08c73be8351ea6789dc11f4ff25281911bcac12c7618", - "Addresses": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "AllowedIPs": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63126}, - {"Proto": "peerapi6", "Port": 63126} - ]}, - "Created": "2026-04-09T01:28:54.646458679Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5644850153628835, - "StableID": "n2pJCDeZ5m11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "DiscoKey": "discokey:73ca0ad74cc14836acf5e724d03a29727c28df886048d01445c1d5b928800e47", - "Addresses": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "AllowedIPs": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "Endpoints": ["77.164.248.136:40168", "10.65.0.27:40168", "172.17.0.1:40168"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61505}, - {"Proto": "peerapi6", "Port": 61505} - ]}, - "Created": "2026-04-09T01:28:51.160850795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5775001503881268, - "StableID": "nmuPLpVW6n11CNTRL", + "ID": 953631691446920, + "StableID": "n5yr1gHuS811CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "DiscoKey": "discokey:f669d48e79944e08a42c9a63d0b15586254276db76c9f3a32dbc7ac3e04bc91b", - "Addresses": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "AllowedIPs": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "Endpoints": ["77.164.248.136:52740", "10.65.0.27:52740", "172.17.0.1:52740"], + "Key": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "DiscoKey": "discokey:9f092d94c13253b34540ead8810268fa82ecd8283772a3f45a1ed8dcc70bfd35", + "Addresses": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "AllowedIPs": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "Endpoints": ["77.164.248.136:44646", "10.65.0.27:44646", "172.17.0.1:44646"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33313}, - {"Proto": "peerapi6", "Port": 33313} + {"Proto": "peerapi4", "Port": 48950}, + {"Proto": "peerapi6", "Port": 48950} ]}, - "Created": "2026-04-09T01:28:52.241936783Z", + "Created": "2026-04-09T08:34:57.636709272Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6344618974635099, - "StableID": "npMNf9PVYr11CNTRL", + "ID": 1175478160836550, + "StableID": "nVaZqSpNBA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:43e4196bdb39b4d9b342005bbe0ca77ba05e617e1174c56ab842e5f90bc4a429", - "Addresses": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "AllowedIPs": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], + "Key": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "KeyExpiry": "2026-10-06T08:35:03Z", + "DiscoKey": "discokey:b2a0b48a6714406d395ed7c80bd48ffbf0137e90ce0e856588f0aa7541e5541e", + "Addresses": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "AllowedIPs": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37099}, - {"Proto": "peerapi6", "Port": 37099} + {"Proto": "peerapi4", "Port": 59203}, + {"Proto": "peerapi6", "Port": 59203} ]}, - "Created": "2026-04-09T01:28:57.918639685Z", + "Created": "2026-04-09T08:35:03.046861345Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6737829454881586, - "StableID": "nMEGKZMacu11CNTRL", + "ID": 2595779738286458, + "StableID": "nTZFeTjdGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "DiscoKey": "discokey:faed5bd29c9f5ad76779e0948a45b52363038036e1cfe8775186841a10774462", - "Addresses": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "AllowedIPs": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "Endpoints": ["77.164.248.136:40308", "10.65.0.27:40308", "172.17.0.1:40308"], + "Key": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "DiscoKey": "discokey:de415fe19c84d5689691b754330649010e8e75f236d23764ff011feff821255d", + "Addresses": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "AllowedIPs": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "Endpoints": ["77.164.248.136:37927", "10.65.0.27:37927", "172.17.0.1:37927"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55396}, - {"Proto": "peerapi6", "Port": 55396} + {"Proto": "peerapi4", "Port": 44993}, + {"Proto": "peerapi6", "Port": 44993} ]}, - "Created": "2026-04-09T01:28:55.733339154Z", + "Created": "2026-04-09T08:35:00.886876644Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6855540314968398, - "StableID": "n1GTwJRtXv11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "DiscoKey": "discokey:00f0f8dc73b01cd5ea53448a35dd26d51c20e4a01ba171be0354e6dc20574a23", - "Addresses": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "AllowedIPs": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "Endpoints": ["77.164.248.136:37429", "10.65.0.27:37429", "172.17.0.1:37429"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38120}, - {"Proto": "peerapi6", "Port": 38120} - ]}, - "Created": "2026-04-09T01:28:53.572865948Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 8360571262409346, - "StableID": "n3fc2k2XH821CNTRL", + "ID": 2719123749993109, + "StableID": "nS7wafmVEN11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "DiscoKey": "discokey:b8d635f570994fc476aeb3d4822e5ad056d02a6fefaf65672205f7158fd4107b", - "Addresses": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "AllowedIPs": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "Endpoints": ["77.164.248.136:53140", "10.65.0.27:53140", "172.17.0.1:53140"], + "Key": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "DiscoKey": "discokey:cfe7d8bc3252145b59f7a4d1fd0bca26c2bea85b4dd9fb2fa630a31b5adf423e", + "Addresses": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "AllowedIPs": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "Endpoints": ["77.164.248.136:37138", "10.65.0.27:37138", "172.17.0.1:37138"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64800}, - {"Proto": "peerapi6", "Port": 64800} + {"Proto": "peerapi4", "Port": 46014}, + {"Proto": "peerapi6", "Port": 46014} ]}, - "Created": "2026-04-09T01:28:50.073617661Z", + "Created": "2026-04-09T08:34:55.462786798Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8837101558112421, - "StableID": "nYzYT2gL1C21CNTRL", + "ID": 5326841732116404, + "StableID": "nBCNxm6Ybi11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "DiscoKey": "discokey:144cfa85637b16687f042bbc103559392d3b5f6a411521f3221e8736ac2ad424", + "Addresses": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "AllowedIPs": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "Endpoints": ["77.164.248.136:50122", "10.65.0.27:50122", "172.17.0.1:50122"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59480}, + {"Proto": "peerapi6", "Port": 59480} + ]}, + "Created": "2026-04-09T08:34:57.089641879Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5492264125586501, + "StableID": "nEDPQzTTtj11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "DiscoKey": "discokey:edbe89e01e40903db712de84ab6f6214abe1e9cae1fe5accf2e3a3da74c3d806", + "Addresses": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "AllowedIPs": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "Endpoints": ["77.164.248.136:50801", "10.65.0.27:50801", "172.17.0.1:50801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 45695}, + {"Proto": "peerapi6", "Port": 45695} + ]}, + "Created": "2026-04-09T08:34:58.176423481Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5706006159389453, + "StableID": "nUCJ1A7GZm11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "DiscoKey": "discokey:ec2de0213e4b4f609ef8e42dcb4776b1e221ac36a916fbe5da996f540ff94242", + "Addresses": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "AllowedIPs": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "Endpoints": ["77.164.248.136:50909", "10.65.0.27:50909", "172.17.0.1:50909"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56791}, + {"Proto": "peerapi6", "Port": 56791} + ]}, + "Created": "2026-04-09T08:34:58.720357533Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5811142076612377, + "StableID": "nvDNzCrsNn11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "KeyExpiry": "2026-10-06T08:35:02Z", + "DiscoKey": "discokey:5c8c59ab9a172627b585209a75a62f3e6d69e681a96ea5e88cf5708419a8ac79", + "Addresses": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "AllowedIPs": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "Endpoints": ["77.164.248.136:34289", "10.65.0.27:34289", "172.17.0.1:34289"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59802}, + {"Proto": "peerapi6", "Port": 59802} + ]}, + "Created": "2026-04-09T08:35:02.517947829Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6511105009994336, + "StableID": "nuH6Wtgtqs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "DiscoKey": "discokey:5da4cfcabde6d733be7609841a38b29e5aa49a8065bb28fbb0a14f3f8dbf4f3f", + "Addresses": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "AllowedIPs": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "Endpoints": ["77.164.248.136:34474", "10.65.0.27:34474", "172.17.0.1:34474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59162}, + {"Proto": "peerapi6", "Port": 59162} + ]}, + "Created": "2026-04-09T08:34:59.799746344Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6569312621399389, + "StableID": "naHLomhFJt11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "DiscoKey": "discokey:068f79a6856ec6636aafa8aa90721a83729401226122a2cdb412f418e16b2673", - "Addresses": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "AllowedIPs": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "Endpoints": ["77.164.248.136:35296", "10.65.0.27:35296", "172.17.0.1:35296"], - "HomeDERP": 14, + "Key": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "DiscoKey": "discokey:f73dcaa6dd12a4f9b2dd009ef519a064289cae6ac987655ec78855390a1d0b6a", + "Addresses": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "AllowedIPs": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "Endpoints": ["77.164.248.136:51577", "10.65.0.27:51577", "172.17.0.1:51577"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 42769}, - {"Proto": "peerapi6", "Port": 42769} + {"Proto": "peerapi4", "Port": 59012}, + {"Proto": "peerapi6", "Port": 59012} ]}, - "Created": "2026-04-09T01:28:50.620908535Z", + "Created": "2026-04-09T08:34:56.005868749Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7074089021162516, + "StableID": "nuBnijKsEx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "DiscoKey": "discokey:4278d3b668c694da9c6ccfabac6375d926259704ab84e5f9d5344a093087b75a", + "Addresses": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "AllowedIPs": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "Endpoints": ["77.164.248.136:43345", "10.65.0.27:43345", "172.17.0.1:43345"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 35804}, + {"Proto": "peerapi6", "Port": 35804} + ]}, + "Created": "2026-04-09T08:34:59.271526944Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7236051516521482, + "StableID": "noobpaoDWy11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "DiscoKey": "discokey:8567ffcdece416893c13218927828290a8fad12770097ff2fcb6d84cd04ccf38", + "Addresses": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "AllowedIPs": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "Endpoints": ["77.164.248.136:53752", "10.65.0.27:53752", "172.17.0.1:53752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 58073}, + {"Proto": "peerapi6", "Port": 58073} + ]}, + "Created": "2026-04-09T08:35:01.430589291Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7411823841586051, + "StableID": "nGfPHZ3qsz11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "DiscoKey": "discokey:c98d2cfe6b047f5b368e7fc2450f0e095b618fc9a3e22f00bcb8d8e76e605135", + "Addresses": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "AllowedIPs": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "Endpoints": ["77.164.248.136:55151", "10.65.0.27:55151", "172.17.0.1:55151"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48946}, + {"Proto": "peerapi6", "Port": 48946} + ]}, + "Created": "2026-04-09T08:34:56.556455946Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7465171831740832, + "StableID": "nPcUVWQzH121CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "DiscoKey": "discokey:8d46c35b4a1a209e65a48651d81aee1d4b7801d899335ad358acb428b673202a", + "Addresses": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "AllowedIPs": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "Endpoints": ["77.164.248.136:54343", "10.65.0.27:54343", "172.17.0.1:54343"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43703}, + {"Proto": "peerapi6", "Port": 43703} + ]}, + "Created": "2026-04-09T08:35:00.349370551Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7579,23 +7588,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7626,21 +7636,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6737829454881586, - "StableID": "nMEGKZMacu11CNTRL", + "ID": 2595779738286458, + "StableID": "nTZFeTjdGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 6737829454881586, - "Key": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "DiscoKey": "discokey:faed5bd29c9f5ad76779e0948a45b52363038036e1cfe8775186841a10774462", - "Addresses": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "AllowedIPs": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "Endpoints": ["77.164.248.136:40308", "10.65.0.27:40308", "172.17.0.1:40308"], + "User": 2595779738286458, + "Key": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "DiscoKey": "discokey:de415fe19c84d5689691b754330649010e8e75f236d23764ff011feff821255d", + "Addresses": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "AllowedIPs": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "Endpoints": ["77.164.248.136:37927", "10.65.0.27:37927", "172.17.0.1:37927"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 55396}, - {"Proto": "peerapi6", "Port": 55396}, + {"Proto": "peerapi4", "Port": 44993}, + {"Proto": "peerapi6", "Port": 44993}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:55.733339154Z", + "Created": "2026-04-09T08:35:00.886876644Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7668,302 +7678,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "MachineKey": "mkey:028ebac2197f66037220642da6b367fd6a6a22b18904247d7ad3312af764444d", + "NodeKey": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "MachineKey": "mkey:4e709b70150e306485cd93b99fa9535937c232d567413c29d351b76a24c26125", "Peers": [{ - "ID": 1962484545607580, - "StableID": "n1Ko5C9pKG11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "DiscoKey": "discokey:1b56a464e48fb278342de75614a08d1607fe9d7d8437c3e72e6399558641337d", - "Addresses": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "AllowedIPs": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "Endpoints": ["77.164.248.136:43916", "10.65.0.27:43916", "172.17.0.1:43916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 50060}, - {"Proto": "peerapi6", "Port": 50060} - ]}, - "Created": "2026-04-09T01:28:56.281326483Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3853337203560446, - "StableID": "n5NdYndB6X11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "KeyExpiry": "2026-10-06T01:28:56Z", - "DiscoKey": "discokey:c9c25e3a50bab92abd88181efb8833eb758d8e6e99dbc168dc4d60554ce80063", - "Addresses": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "AllowedIPs": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "Endpoints": ["77.164.248.136:58933", "10.65.0.27:58933", "172.17.0.1:58933"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55741}, - {"Proto": "peerapi6", "Port": 55741} - ]}, - "Created": "2026-04-09T01:28:56.81234248Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4563962913315922, - "StableID": "nFjP6sZ2ec11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "DiscoKey": "discokey:27ccc57b296854a17a6ce8b0027dbcbe9f1e7722ea35594b89c7ce87e9ab1014", - "Addresses": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "AllowedIPs": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "Endpoints": ["77.164.248.136:60617", "10.65.0.27:60617", "172.17.0.1:60617"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62921}, - {"Proto": "peerapi6", "Port": 62921} - ]}, - "Created": "2026-04-09T01:28:52.788307636Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4657460375136300, - "StableID": "nsGNd1bNNd11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "DiscoKey": "discokey:9b345096b51fb958d9e77606f22a680c0d5acf30b8b4225abd163417344bd803", - "Addresses": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "AllowedIPs": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "Endpoints": ["77.164.248.136:50873", "10.65.0.27:50873", "172.17.0.1:50873"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 48273}, - {"Proto": "peerapi6", "Port": 48273} - ]}, - "Created": "2026-04-09T01:28:55.188415048Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4809983069219024, - "StableID": "noCCpj6TZe11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "DiscoKey": "discokey:0d84391dc06996388e4321bc7f9a43fbfed767e01cb939777acdfc3dc7dcae39", - "Addresses": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "AllowedIPs": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "Endpoints": ["77.164.248.136:54325", "10.65.0.27:54325", "172.17.0.1:54325"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 54409}, - {"Proto": "peerapi6", "Port": 54409} - ]}, - "Created": "2026-04-09T01:28:54.103665196Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4843317887448935, - "StableID": "n6LxYPkYpe11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "DiscoKey": "discokey:d505c848ef8124a3c479636fdfe70abe939af18c7dd95d9644b89fe70c49da61", - "Addresses": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "AllowedIPs": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "Endpoints": ["77.164.248.136:36859", "10.65.0.27:36859", "172.17.0.1:36859"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56838}, - {"Proto": "peerapi6", "Port": 56838} - ]}, - "Created": "2026-04-09T01:28:51.710165025Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4972643194764120, - "StableID": "n7657Uu7qf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:e5952ae58b27af17680908a006227a58f9051956d7eb274a7dd80d13aa3f933e", - "Addresses": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "AllowedIPs": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "Endpoints": ["77.164.248.136:38008", "10.65.0.27:38008", "172.17.0.1:38008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46221}, - {"Proto": "peerapi6", "Port": 46221} - ]}, - "Created": "2026-04-09T01:28:57.383464235Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5596045316149043, - "StableID": "nC5Dq2dThk11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "DiscoKey": "discokey:649f293ee5d7e75485be08c73be8351ea6789dc11f4ff25281911bcac12c7618", - "Addresses": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "AllowedIPs": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63126}, - {"Proto": "peerapi6", "Port": 63126} - ]}, - "Created": "2026-04-09T01:28:54.646458679Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5644850153628835, - "StableID": "n2pJCDeZ5m11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "DiscoKey": "discokey:73ca0ad74cc14836acf5e724d03a29727c28df886048d01445c1d5b928800e47", - "Addresses": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "AllowedIPs": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "Endpoints": ["77.164.248.136:40168", "10.65.0.27:40168", "172.17.0.1:40168"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61505}, - {"Proto": "peerapi6", "Port": 61505} - ]}, - "Created": "2026-04-09T01:28:51.160850795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5775001503881268, - "StableID": "nmuPLpVW6n11CNTRL", + "ID": 953631691446920, + "StableID": "n5yr1gHuS811CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "DiscoKey": "discokey:f669d48e79944e08a42c9a63d0b15586254276db76c9f3a32dbc7ac3e04bc91b", - "Addresses": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "AllowedIPs": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "Endpoints": ["77.164.248.136:52740", "10.65.0.27:52740", "172.17.0.1:52740"], + "Key": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "DiscoKey": "discokey:9f092d94c13253b34540ead8810268fa82ecd8283772a3f45a1ed8dcc70bfd35", + "Addresses": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "AllowedIPs": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "Endpoints": ["77.164.248.136:44646", "10.65.0.27:44646", "172.17.0.1:44646"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33313}, - {"Proto": "peerapi6", "Port": 33313} + {"Proto": "peerapi4", "Port": 48950}, + {"Proto": "peerapi6", "Port": 48950} ]}, - "Created": "2026-04-09T01:28:52.241936783Z", + "Created": "2026-04-09T08:34:57.636709272Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6344618974635099, - "StableID": "npMNf9PVYr11CNTRL", + "ID": 1175478160836550, + "StableID": "nVaZqSpNBA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:43e4196bdb39b4d9b342005bbe0ca77ba05e617e1174c56ab842e5f90bc4a429", - "Addresses": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "AllowedIPs": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "Endpoints": ["77.164.248.136:39151", "10.65.0.27:39151", "172.17.0.1:39151"], + "Key": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "KeyExpiry": "2026-10-06T08:35:03Z", + "DiscoKey": "discokey:b2a0b48a6714406d395ed7c80bd48ffbf0137e90ce0e856588f0aa7541e5541e", + "Addresses": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "AllowedIPs": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "Endpoints": ["77.164.248.136:53448", "10.65.0.27:53448", "172.17.0.1:53448"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37099}, - {"Proto": "peerapi6", "Port": 37099} + {"Proto": "peerapi4", "Port": 59203}, + {"Proto": "peerapi6", "Port": 59203} ]}, - "Created": "2026-04-09T01:28:57.918639685Z", + "Created": "2026-04-09T08:35:03.046861345Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6855540314968398, - "StableID": "n1GTwJRtXv11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "DiscoKey": "discokey:00f0f8dc73b01cd5ea53448a35dd26d51c20e4a01ba171be0354e6dc20574a23", - "Addresses": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "AllowedIPs": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "Endpoints": ["77.164.248.136:37429", "10.65.0.27:37429", "172.17.0.1:37429"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38120}, - {"Proto": "peerapi6", "Port": 38120} - ]}, - "Created": "2026-04-09T01:28:53.572865948Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 8360571262409346, - "StableID": "n3fc2k2XH821CNTRL", + "ID": 2719123749993109, + "StableID": "nS7wafmVEN11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "DiscoKey": "discokey:b8d635f570994fc476aeb3d4822e5ad056d02a6fefaf65672205f7158fd4107b", - "Addresses": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "AllowedIPs": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "Endpoints": ["77.164.248.136:53140", "10.65.0.27:53140", "172.17.0.1:53140"], + "Key": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "DiscoKey": "discokey:cfe7d8bc3252145b59f7a4d1fd0bca26c2bea85b4dd9fb2fa630a31b5adf423e", + "Addresses": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "AllowedIPs": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "Endpoints": ["77.164.248.136:37138", "10.65.0.27:37138", "172.17.0.1:37138"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64800}, - {"Proto": "peerapi6", "Port": 64800} + {"Proto": "peerapi4", "Port": 46014}, + {"Proto": "peerapi6", "Port": 46014} ]}, - "Created": "2026-04-09T01:28:50.073617661Z", + "Created": "2026-04-09T08:34:55.462786798Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8837101558112421, - "StableID": "nYzYT2gL1C21CNTRL", + "ID": 5326841732116404, + "StableID": "nBCNxm6Ybi11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "DiscoKey": "discokey:144cfa85637b16687f042bbc103559392d3b5f6a411521f3221e8736ac2ad424", + "Addresses": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "AllowedIPs": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "Endpoints": ["77.164.248.136:50122", "10.65.0.27:50122", "172.17.0.1:50122"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59480}, + {"Proto": "peerapi6", "Port": 59480} + ]}, + "Created": "2026-04-09T08:34:57.089641879Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5492264125586501, + "StableID": "nEDPQzTTtj11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "DiscoKey": "discokey:edbe89e01e40903db712de84ab6f6214abe1e9cae1fe5accf2e3a3da74c3d806", + "Addresses": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "AllowedIPs": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "Endpoints": ["77.164.248.136:50801", "10.65.0.27:50801", "172.17.0.1:50801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 45695}, + {"Proto": "peerapi6", "Port": 45695} + ]}, + "Created": "2026-04-09T08:34:58.176423481Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5574021780846004, + "StableID": "njv5Sp6VXk11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "KeyExpiry": "2026-10-06T08:35:01Z", + "DiscoKey": "discokey:a2d2f58b08f6c2d9e35ea305a314d9b791844dc32442b93a6ac0a981cfcf845f", + "Addresses": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "AllowedIPs": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "Endpoints": ["77.164.248.136:59744", "10.65.0.27:59744", "172.17.0.1:59744"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45045}, + {"Proto": "peerapi6", "Port": 45045} + ]}, + "Created": "2026-04-09T08:35:01.972639358Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5706006159389453, + "StableID": "nUCJ1A7GZm11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "DiscoKey": "discokey:ec2de0213e4b4f609ef8e42dcb4776b1e221ac36a916fbe5da996f540ff94242", + "Addresses": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "AllowedIPs": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "Endpoints": ["77.164.248.136:50909", "10.65.0.27:50909", "172.17.0.1:50909"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56791}, + {"Proto": "peerapi6", "Port": 56791} + ]}, + "Created": "2026-04-09T08:34:58.720357533Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5811142076612377, + "StableID": "nvDNzCrsNn11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "KeyExpiry": "2026-10-06T08:35:02Z", + "DiscoKey": "discokey:5c8c59ab9a172627b585209a75a62f3e6d69e681a96ea5e88cf5708419a8ac79", + "Addresses": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "AllowedIPs": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "Endpoints": ["77.164.248.136:34289", "10.65.0.27:34289", "172.17.0.1:34289"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59802}, + {"Proto": "peerapi6", "Port": 59802} + ]}, + "Created": "2026-04-09T08:35:02.517947829Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6511105009994336, + "StableID": "nuH6Wtgtqs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "DiscoKey": "discokey:5da4cfcabde6d733be7609841a38b29e5aa49a8065bb28fbb0a14f3f8dbf4f3f", + "Addresses": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "AllowedIPs": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "Endpoints": ["77.164.248.136:34474", "10.65.0.27:34474", "172.17.0.1:34474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59162}, + {"Proto": "peerapi6", "Port": 59162} + ]}, + "Created": "2026-04-09T08:34:59.799746344Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6569312621399389, + "StableID": "naHLomhFJt11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "DiscoKey": "discokey:068f79a6856ec6636aafa8aa90721a83729401226122a2cdb412f418e16b2673", - "Addresses": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "AllowedIPs": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "Endpoints": ["77.164.248.136:35296", "10.65.0.27:35296", "172.17.0.1:35296"], - "HomeDERP": 14, + "Key": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "DiscoKey": "discokey:f73dcaa6dd12a4f9b2dd009ef519a064289cae6ac987655ec78855390a1d0b6a", + "Addresses": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "AllowedIPs": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "Endpoints": ["77.164.248.136:51577", "10.65.0.27:51577", "172.17.0.1:51577"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 42769}, - {"Proto": "peerapi6", "Port": 42769} + {"Proto": "peerapi4", "Port": 59012}, + {"Proto": "peerapi6", "Port": 59012} ]}, - "Created": "2026-04-09T01:28:50.620908535Z", + "Created": "2026-04-09T08:34:56.005868749Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7074089021162516, + "StableID": "nuBnijKsEx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "DiscoKey": "discokey:4278d3b668c694da9c6ccfabac6375d926259704ab84e5f9d5344a093087b75a", + "Addresses": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "AllowedIPs": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "Endpoints": ["77.164.248.136:43345", "10.65.0.27:43345", "172.17.0.1:43345"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 35804}, + {"Proto": "peerapi6", "Port": 35804} + ]}, + "Created": "2026-04-09T08:34:59.271526944Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7236051516521482, + "StableID": "noobpaoDWy11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "DiscoKey": "discokey:8567ffcdece416893c13218927828290a8fad12770097ff2fcb6d84cd04ccf38", + "Addresses": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "AllowedIPs": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "Endpoints": ["77.164.248.136:53752", "10.65.0.27:53752", "172.17.0.1:53752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 58073}, + {"Proto": "peerapi6", "Port": 58073} + ]}, + "Created": "2026-04-09T08:35:01.430589291Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7411823841586051, + "StableID": "nGfPHZ3qsz11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "DiscoKey": "discokey:c98d2cfe6b047f5b368e7fc2450f0e095b618fc9a3e22f00bcb8d8e76e605135", + "Addresses": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "AllowedIPs": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "Endpoints": ["77.164.248.136:55151", "10.65.0.27:55151", "172.17.0.1:55151"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48946}, + {"Proto": "peerapi6", "Port": 48946} + ]}, + "Created": "2026-04-09T08:34:56.556455946Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7465171831740832, + "StableID": "nPcUVWQzH121CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "DiscoKey": "discokey:8d46c35b4a1a209e65a48651d81aee1d4b7801d899335ad358acb428b673202a", + "Addresses": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "AllowedIPs": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "Endpoints": ["77.164.248.136:54343", "10.65.0.27:54343", "172.17.0.1:54343"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43703}, + {"Proto": "peerapi6", "Port": 43703} + ]}, + "Created": "2026-04-09T08:35:00.349370551Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7991,12 +8001,12 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{"principals": [ - {"nodeIP": "100.112.113.10"}, - {"nodeIP": "100.113.30.124"}, - {"nodeIP": "100.86.44.71"}, - {"nodeIP": "fd7a:115c:a1e0::5c37:710a"}, - {"nodeIP": "fd7a:115c:a1e0::8137:2c47"}, - {"nodeIP": "fd7a:115c:a1e0::da37:1e7c"} + {"nodeIP": "100.101.103.53"}, + {"nodeIP": "100.81.17.88"}, + {"nodeIP": "100.94.127.16"}, + {"nodeIP": "fd7a:115c:a1e0::3e37:1158"}, + {"nodeIP": "fd7a:115c:a1e0::4e37:6736"}, + {"nodeIP": "fd7a:115c:a1e0::5a37:7f10"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -8823,35 +8833,37 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6737829454881586": { - "ID": 6737829454881586, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2595779738286458": { + "ID": 2595779738286458, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{"principals": [ - {"nodeIP": "100.112.113.10"}, - {"nodeIP": "100.113.30.124"}, - {"nodeIP": "100.86.44.71"}, - {"nodeIP": "fd7a:115c:a1e0::5c37:710a"}, - {"nodeIP": "fd7a:115c:a1e0::8137:2c47"}, - {"nodeIP": "fd7a:115c:a1e0::da37:1e7c"} + {"nodeIP": "100.101.103.53"}, + {"nodeIP": "100.81.17.88"}, + {"nodeIP": "100.94.127.16"}, + {"nodeIP": "fd7a:115c:a1e0::3e37:1158"}, + {"nodeIP": "fd7a:115c:a1e0::4e37:6736"}, + {"nodeIP": "fd7a:115c:a1e0::5a37:7f10"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -8886,26 +8898,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8837101558112421, - "StableID": "nYzYT2gL1C21CNTRL", + "ID": 6569312621399389, + "StableID": "naHLomhFJt11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 8837101558112421, - "Key": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "DiscoKey": "discokey:068f79a6856ec6636aafa8aa90721a83729401226122a2cdb412f418e16b2673", - "Addresses": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "AllowedIPs": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "Endpoints": ["77.164.248.136:35296", "10.65.0.27:35296", "172.17.0.1:35296"], + "User": 6569312621399389, + "Key": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "DiscoKey": "discokey:f73dcaa6dd12a4f9b2dd009ef519a064289cae6ac987655ec78855390a1d0b6a", + "Addresses": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "AllowedIPs": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "Endpoints": ["77.164.248.136:51577", "10.65.0.27:51577", "172.17.0.1:51577"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 42769}, - {"Proto": "peerapi6", "Port": 42769}, + {"Proto": "peerapi4", "Port": 59012}, + {"Proto": "peerapi6", "Port": 59012}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:50.620908535Z", + "Created": "2026-04-09T08:34:56.005868749Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8933,302 +8945,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "MachineKey": "mkey:3194486207c6924701c81cff0d85eeaee57d81006692515f5efb9be72b40d266", + "NodeKey": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "MachineKey": "mkey:6aa54c92d619ca8bedaaf29485bf5b8572bc440183495bb2f0b1c30df1b04c0f", "Peers": [{ - "ID": 1962484545607580, - "StableID": "n1Ko5C9pKG11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "DiscoKey": "discokey:1b56a464e48fb278342de75614a08d1607fe9d7d8437c3e72e6399558641337d", - "Addresses": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "AllowedIPs": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "Endpoints": ["77.164.248.136:43916", "10.65.0.27:43916", "172.17.0.1:43916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 50060}, - {"Proto": "peerapi6", "Port": 50060} - ]}, - "Created": "2026-04-09T01:28:56.281326483Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3853337203560446, - "StableID": "n5NdYndB6X11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "KeyExpiry": "2026-10-06T01:28:56Z", - "DiscoKey": "discokey:c9c25e3a50bab92abd88181efb8833eb758d8e6e99dbc168dc4d60554ce80063", - "Addresses": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "AllowedIPs": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "Endpoints": ["77.164.248.136:58933", "10.65.0.27:58933", "172.17.0.1:58933"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55741}, - {"Proto": "peerapi6", "Port": 55741} - ]}, - "Created": "2026-04-09T01:28:56.81234248Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4563962913315922, - "StableID": "nFjP6sZ2ec11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "DiscoKey": "discokey:27ccc57b296854a17a6ce8b0027dbcbe9f1e7722ea35594b89c7ce87e9ab1014", - "Addresses": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "AllowedIPs": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "Endpoints": ["77.164.248.136:60617", "10.65.0.27:60617", "172.17.0.1:60617"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62921}, - {"Proto": "peerapi6", "Port": 62921} - ]}, - "Created": "2026-04-09T01:28:52.788307636Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4657460375136300, - "StableID": "nsGNd1bNNd11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "DiscoKey": "discokey:9b345096b51fb958d9e77606f22a680c0d5acf30b8b4225abd163417344bd803", - "Addresses": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "AllowedIPs": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "Endpoints": ["77.164.248.136:50873", "10.65.0.27:50873", "172.17.0.1:50873"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 48273}, - {"Proto": "peerapi6", "Port": 48273} - ]}, - "Created": "2026-04-09T01:28:55.188415048Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4809983069219024, - "StableID": "noCCpj6TZe11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "DiscoKey": "discokey:0d84391dc06996388e4321bc7f9a43fbfed767e01cb939777acdfc3dc7dcae39", - "Addresses": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "AllowedIPs": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "Endpoints": ["77.164.248.136:54325", "10.65.0.27:54325", "172.17.0.1:54325"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 54409}, - {"Proto": "peerapi6", "Port": 54409} - ]}, - "Created": "2026-04-09T01:28:54.103665196Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4843317887448935, - "StableID": "n6LxYPkYpe11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "DiscoKey": "discokey:d505c848ef8124a3c479636fdfe70abe939af18c7dd95d9644b89fe70c49da61", - "Addresses": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "AllowedIPs": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "Endpoints": ["77.164.248.136:36859", "10.65.0.27:36859", "172.17.0.1:36859"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56838}, - {"Proto": "peerapi6", "Port": 56838} - ]}, - "Created": "2026-04-09T01:28:51.710165025Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4972643194764120, - "StableID": "n7657Uu7qf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:e5952ae58b27af17680908a006227a58f9051956d7eb274a7dd80d13aa3f933e", - "Addresses": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "AllowedIPs": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "Endpoints": ["77.164.248.136:38008", "10.65.0.27:38008", "172.17.0.1:38008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46221}, - {"Proto": "peerapi6", "Port": 46221} - ]}, - "Created": "2026-04-09T01:28:57.383464235Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5596045316149043, - "StableID": "nC5Dq2dThk11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "DiscoKey": "discokey:649f293ee5d7e75485be08c73be8351ea6789dc11f4ff25281911bcac12c7618", - "Addresses": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "AllowedIPs": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63126}, - {"Proto": "peerapi6", "Port": 63126} - ]}, - "Created": "2026-04-09T01:28:54.646458679Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5644850153628835, - "StableID": "n2pJCDeZ5m11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "DiscoKey": "discokey:73ca0ad74cc14836acf5e724d03a29727c28df886048d01445c1d5b928800e47", - "Addresses": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "AllowedIPs": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "Endpoints": ["77.164.248.136:40168", "10.65.0.27:40168", "172.17.0.1:40168"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61505}, - {"Proto": "peerapi6", "Port": 61505} - ]}, - "Created": "2026-04-09T01:28:51.160850795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5775001503881268, - "StableID": "nmuPLpVW6n11CNTRL", + "ID": 953631691446920, + "StableID": "n5yr1gHuS811CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "DiscoKey": "discokey:f669d48e79944e08a42c9a63d0b15586254276db76c9f3a32dbc7ac3e04bc91b", - "Addresses": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "AllowedIPs": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "Endpoints": ["77.164.248.136:52740", "10.65.0.27:52740", "172.17.0.1:52740"], + "Key": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "DiscoKey": "discokey:9f092d94c13253b34540ead8810268fa82ecd8283772a3f45a1ed8dcc70bfd35", + "Addresses": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "AllowedIPs": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "Endpoints": ["77.164.248.136:44646", "10.65.0.27:44646", "172.17.0.1:44646"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33313}, - {"Proto": "peerapi6", "Port": 33313} + {"Proto": "peerapi4", "Port": 48950}, + {"Proto": "peerapi6", "Port": 48950} ]}, - "Created": "2026-04-09T01:28:52.241936783Z", + "Created": "2026-04-09T08:34:57.636709272Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6344618974635099, - "StableID": "npMNf9PVYr11CNTRL", + "ID": 1175478160836550, + "StableID": "nVaZqSpNBA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:43e4196bdb39b4d9b342005bbe0ca77ba05e617e1174c56ab842e5f90bc4a429", - "Addresses": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "AllowedIPs": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "Endpoints": ["77.164.248.136:39151", "10.65.0.27:39151", "172.17.0.1:39151"], + "Key": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "KeyExpiry": "2026-10-06T08:35:03Z", + "DiscoKey": "discokey:b2a0b48a6714406d395ed7c80bd48ffbf0137e90ce0e856588f0aa7541e5541e", + "Addresses": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "AllowedIPs": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "Endpoints": ["77.164.248.136:53448", "10.65.0.27:53448", "172.17.0.1:53448"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37099}, - {"Proto": "peerapi6", "Port": 37099} + {"Proto": "peerapi4", "Port": 59203}, + {"Proto": "peerapi6", "Port": 59203} ]}, - "Created": "2026-04-09T01:28:57.918639685Z", + "Created": "2026-04-09T08:35:03.046861345Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6737829454881586, - "StableID": "nMEGKZMacu11CNTRL", + "ID": 2595779738286458, + "StableID": "nTZFeTjdGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "DiscoKey": "discokey:faed5bd29c9f5ad76779e0948a45b52363038036e1cfe8775186841a10774462", - "Addresses": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "AllowedIPs": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "Endpoints": ["77.164.248.136:40308", "10.65.0.27:40308", "172.17.0.1:40308"], + "Key": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "DiscoKey": "discokey:de415fe19c84d5689691b754330649010e8e75f236d23764ff011feff821255d", + "Addresses": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "AllowedIPs": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "Endpoints": ["77.164.248.136:37927", "10.65.0.27:37927", "172.17.0.1:37927"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55396}, - {"Proto": "peerapi6", "Port": 55396} + {"Proto": "peerapi4", "Port": 44993}, + {"Proto": "peerapi6", "Port": 44993} ]}, - "Created": "2026-04-09T01:28:55.733339154Z", + "Created": "2026-04-09T08:35:00.886876644Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6855540314968398, - "StableID": "n1GTwJRtXv11CNTRL", + "ID": 2719123749993109, + "StableID": "nS7wafmVEN11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "DiscoKey": "discokey:cfe7d8bc3252145b59f7a4d1fd0bca26c2bea85b4dd9fb2fa630a31b5adf423e", + "Addresses": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "AllowedIPs": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "Endpoints": ["77.164.248.136:37138", "10.65.0.27:37138", "172.17.0.1:37138"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 46014}, + {"Proto": "peerapi6", "Port": 46014} + ]}, + "Created": "2026-04-09T08:34:55.462786798Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5326841732116404, + "StableID": "nBCNxm6Ybi11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "DiscoKey": "discokey:144cfa85637b16687f042bbc103559392d3b5f6a411521f3221e8736ac2ad424", + "Addresses": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "AllowedIPs": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "Endpoints": ["77.164.248.136:50122", "10.65.0.27:50122", "172.17.0.1:50122"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59480}, + {"Proto": "peerapi6", "Port": 59480} + ]}, + "Created": "2026-04-09T08:34:57.089641879Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5492264125586501, + "StableID": "nEDPQzTTtj11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "DiscoKey": "discokey:edbe89e01e40903db712de84ab6f6214abe1e9cae1fe5accf2e3a3da74c3d806", + "Addresses": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "AllowedIPs": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "Endpoints": ["77.164.248.136:50801", "10.65.0.27:50801", "172.17.0.1:50801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 45695}, + {"Proto": "peerapi6", "Port": 45695} + ]}, + "Created": "2026-04-09T08:34:58.176423481Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5574021780846004, + "StableID": "njv5Sp6VXk11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "KeyExpiry": "2026-10-06T08:35:01Z", + "DiscoKey": "discokey:a2d2f58b08f6c2d9e35ea305a314d9b791844dc32442b93a6ac0a981cfcf845f", + "Addresses": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "AllowedIPs": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "Endpoints": ["77.164.248.136:59744", "10.65.0.27:59744", "172.17.0.1:59744"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45045}, + {"Proto": "peerapi6", "Port": 45045} + ]}, + "Created": "2026-04-09T08:35:01.972639358Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5706006159389453, + "StableID": "nUCJ1A7GZm11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "DiscoKey": "discokey:00f0f8dc73b01cd5ea53448a35dd26d51c20e4a01ba171be0354e6dc20574a23", - "Addresses": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "AllowedIPs": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "Endpoints": ["77.164.248.136:37429", "10.65.0.27:37429", "172.17.0.1:37429"], + "Key": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "DiscoKey": "discokey:ec2de0213e4b4f609ef8e42dcb4776b1e221ac36a916fbe5da996f540ff94242", + "Addresses": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "AllowedIPs": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "Endpoints": ["77.164.248.136:50909", "10.65.0.27:50909", "172.17.0.1:50909"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38120}, - {"Proto": "peerapi6", "Port": 38120} + {"Proto": "peerapi4", "Port": 56791}, + {"Proto": "peerapi6", "Port": 56791} ]}, - "Created": "2026-04-09T01:28:53.572865948Z", + "Created": "2026-04-09T08:34:58.720357533Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8360571262409346, - "StableID": "n3fc2k2XH821CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "DiscoKey": "discokey:b8d635f570994fc476aeb3d4822e5ad056d02a6fefaf65672205f7158fd4107b", - "Addresses": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "AllowedIPs": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "Endpoints": ["77.164.248.136:53140", "10.65.0.27:53140", "172.17.0.1:53140"], + "ID": 5811142076612377, + "StableID": "nvDNzCrsNn11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "KeyExpiry": "2026-10-06T08:35:02Z", + "DiscoKey": "discokey:5c8c59ab9a172627b585209a75a62f3e6d69e681a96ea5e88cf5708419a8ac79", + "Addresses": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "AllowedIPs": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "Endpoints": ["77.164.248.136:34289", "10.65.0.27:34289", "172.17.0.1:34289"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64800}, - {"Proto": "peerapi6", "Port": 64800} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59802}, + {"Proto": "peerapi6", "Port": 59802} ]}, - "Created": "2026-04-09T01:28:50.073617661Z", + "Created": "2026-04-09T08:35:02.517947829Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6511105009994336, + "StableID": "nuH6Wtgtqs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "DiscoKey": "discokey:5da4cfcabde6d733be7609841a38b29e5aa49a8065bb28fbb0a14f3f8dbf4f3f", + "Addresses": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "AllowedIPs": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "Endpoints": ["77.164.248.136:34474", "10.65.0.27:34474", "172.17.0.1:34474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59162}, + {"Proto": "peerapi6", "Port": 59162} + ]}, + "Created": "2026-04-09T08:34:59.799746344Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7074089021162516, + "StableID": "nuBnijKsEx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "DiscoKey": "discokey:4278d3b668c694da9c6ccfabac6375d926259704ab84e5f9d5344a093087b75a", + "Addresses": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "AllowedIPs": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "Endpoints": ["77.164.248.136:43345", "10.65.0.27:43345", "172.17.0.1:43345"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 35804}, + {"Proto": "peerapi6", "Port": 35804} + ]}, + "Created": "2026-04-09T08:34:59.271526944Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7236051516521482, + "StableID": "noobpaoDWy11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "DiscoKey": "discokey:8567ffcdece416893c13218927828290a8fad12770097ff2fcb6d84cd04ccf38", + "Addresses": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "AllowedIPs": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "Endpoints": ["77.164.248.136:53752", "10.65.0.27:53752", "172.17.0.1:53752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 58073}, + {"Proto": "peerapi6", "Port": 58073} + ]}, + "Created": "2026-04-09T08:35:01.430589291Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7411823841586051, + "StableID": "nGfPHZ3qsz11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "DiscoKey": "discokey:c98d2cfe6b047f5b368e7fc2450f0e095b618fc9a3e22f00bcb8d8e76e605135", + "Addresses": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "AllowedIPs": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "Endpoints": ["77.164.248.136:55151", "10.65.0.27:55151", "172.17.0.1:55151"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48946}, + {"Proto": "peerapi6", "Port": 48946} + ]}, + "Created": "2026-04-09T08:34:56.556455946Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7465171831740832, + "StableID": "nPcUVWQzH121CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "DiscoKey": "discokey:8d46c35b4a1a209e65a48651d81aee1d4b7801d899335ad358acb428b673202a", + "Addresses": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "AllowedIPs": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "Endpoints": ["77.164.248.136:54343", "10.65.0.27:54343", "172.17.0.1:54343"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43703}, + {"Proto": "peerapi6", "Port": 43703} + ]}, + "Created": "2026-04-09T08:35:00.349370551Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10076,27 +10088,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8837101558112421": { - "ID": 8837101558112421, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6569312621399389": { + "ID": 6569312621399389, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10127,26 +10141,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8360571262409346, - "StableID": "n3fc2k2XH821CNTRL", + "ID": 2719123749993109, + "StableID": "nS7wafmVEN11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 8360571262409346, - "Key": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "DiscoKey": "discokey:b8d635f570994fc476aeb3d4822e5ad056d02a6fefaf65672205f7158fd4107b", - "Addresses": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "AllowedIPs": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "Endpoints": ["77.164.248.136:53140", "10.65.0.27:53140", "172.17.0.1:53140"], + "User": 2719123749993109, + "Key": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "DiscoKey": "discokey:cfe7d8bc3252145b59f7a4d1fd0bca26c2bea85b4dd9fb2fa630a31b5adf423e", + "Addresses": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "AllowedIPs": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "Endpoints": ["77.164.248.136:37138", "10.65.0.27:37138", "172.17.0.1:37138"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 64800}, - {"Proto": "peerapi6", "Port": 64800}, + {"Proto": "peerapi4", "Port": 46014}, + {"Proto": "peerapi6", "Port": 46014}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:50.073617661Z", + "Created": "2026-04-09T08:34:55.462786798Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10174,302 +10188,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "MachineKey": "mkey:8ec1e13eca808a8223751c58fc49e3d042496d979a9ed31da39af21cfe03b006", + "NodeKey": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "MachineKey": "mkey:42a23cd25e6d74cfe0b001bcee9cb1327f37de321ddec8fa690b3826ae150f67", "Peers": [{ - "ID": 1962484545607580, - "StableID": "n1Ko5C9pKG11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "DiscoKey": "discokey:1b56a464e48fb278342de75614a08d1607fe9d7d8437c3e72e6399558641337d", - "Addresses": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "AllowedIPs": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "Endpoints": ["77.164.248.136:43916", "10.65.0.27:43916", "172.17.0.1:43916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 50060}, - {"Proto": "peerapi6", "Port": 50060} - ]}, - "Created": "2026-04-09T01:28:56.281326483Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3853337203560446, - "StableID": "n5NdYndB6X11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "KeyExpiry": "2026-10-06T01:28:56Z", - "DiscoKey": "discokey:c9c25e3a50bab92abd88181efb8833eb758d8e6e99dbc168dc4d60554ce80063", - "Addresses": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "AllowedIPs": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "Endpoints": ["77.164.248.136:58933", "10.65.0.27:58933", "172.17.0.1:58933"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55741}, - {"Proto": "peerapi6", "Port": 55741} - ]}, - "Created": "2026-04-09T01:28:56.81234248Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4563962913315922, - "StableID": "nFjP6sZ2ec11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "DiscoKey": "discokey:27ccc57b296854a17a6ce8b0027dbcbe9f1e7722ea35594b89c7ce87e9ab1014", - "Addresses": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "AllowedIPs": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "Endpoints": ["77.164.248.136:60617", "10.65.0.27:60617", "172.17.0.1:60617"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62921}, - {"Proto": "peerapi6", "Port": 62921} - ]}, - "Created": "2026-04-09T01:28:52.788307636Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4657460375136300, - "StableID": "nsGNd1bNNd11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "DiscoKey": "discokey:9b345096b51fb958d9e77606f22a680c0d5acf30b8b4225abd163417344bd803", - "Addresses": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "AllowedIPs": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "Endpoints": ["77.164.248.136:50873", "10.65.0.27:50873", "172.17.0.1:50873"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 48273}, - {"Proto": "peerapi6", "Port": 48273} - ]}, - "Created": "2026-04-09T01:28:55.188415048Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4809983069219024, - "StableID": "noCCpj6TZe11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "DiscoKey": "discokey:0d84391dc06996388e4321bc7f9a43fbfed767e01cb939777acdfc3dc7dcae39", - "Addresses": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "AllowedIPs": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "Endpoints": ["77.164.248.136:54325", "10.65.0.27:54325", "172.17.0.1:54325"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 54409}, - {"Proto": "peerapi6", "Port": 54409} - ]}, - "Created": "2026-04-09T01:28:54.103665196Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4843317887448935, - "StableID": "n6LxYPkYpe11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "DiscoKey": "discokey:d505c848ef8124a3c479636fdfe70abe939af18c7dd95d9644b89fe70c49da61", - "Addresses": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "AllowedIPs": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "Endpoints": ["77.164.248.136:36859", "10.65.0.27:36859", "172.17.0.1:36859"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56838}, - {"Proto": "peerapi6", "Port": 56838} - ]}, - "Created": "2026-04-09T01:28:51.710165025Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4972643194764120, - "StableID": "n7657Uu7qf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:e5952ae58b27af17680908a006227a58f9051956d7eb274a7dd80d13aa3f933e", - "Addresses": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "AllowedIPs": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "Endpoints": ["77.164.248.136:38008", "10.65.0.27:38008", "172.17.0.1:38008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46221}, - {"Proto": "peerapi6", "Port": 46221} - ]}, - "Created": "2026-04-09T01:28:57.383464235Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5596045316149043, - "StableID": "nC5Dq2dThk11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "DiscoKey": "discokey:649f293ee5d7e75485be08c73be8351ea6789dc11f4ff25281911bcac12c7618", - "Addresses": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "AllowedIPs": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63126}, - {"Proto": "peerapi6", "Port": 63126} - ]}, - "Created": "2026-04-09T01:28:54.646458679Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5644850153628835, - "StableID": "n2pJCDeZ5m11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "DiscoKey": "discokey:73ca0ad74cc14836acf5e724d03a29727c28df886048d01445c1d5b928800e47", - "Addresses": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "AllowedIPs": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "Endpoints": ["77.164.248.136:40168", "10.65.0.27:40168", "172.17.0.1:40168"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61505}, - {"Proto": "peerapi6", "Port": 61505} - ]}, - "Created": "2026-04-09T01:28:51.160850795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5775001503881268, - "StableID": "nmuPLpVW6n11CNTRL", + "ID": 953631691446920, + "StableID": "n5yr1gHuS811CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "DiscoKey": "discokey:f669d48e79944e08a42c9a63d0b15586254276db76c9f3a32dbc7ac3e04bc91b", - "Addresses": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "AllowedIPs": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "Endpoints": ["77.164.248.136:52740", "10.65.0.27:52740", "172.17.0.1:52740"], + "Key": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "DiscoKey": "discokey:9f092d94c13253b34540ead8810268fa82ecd8283772a3f45a1ed8dcc70bfd35", + "Addresses": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "AllowedIPs": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "Endpoints": ["77.164.248.136:44646", "10.65.0.27:44646", "172.17.0.1:44646"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33313}, - {"Proto": "peerapi6", "Port": 33313} + {"Proto": "peerapi4", "Port": 48950}, + {"Proto": "peerapi6", "Port": 48950} ]}, - "Created": "2026-04-09T01:28:52.241936783Z", + "Created": "2026-04-09T08:34:57.636709272Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6344618974635099, - "StableID": "npMNf9PVYr11CNTRL", + "ID": 1175478160836550, + "StableID": "nVaZqSpNBA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:43e4196bdb39b4d9b342005bbe0ca77ba05e617e1174c56ab842e5f90bc4a429", - "Addresses": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "AllowedIPs": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "Endpoints": ["77.164.248.136:39151", "10.65.0.27:39151", "172.17.0.1:39151"], + "Key": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "KeyExpiry": "2026-10-06T08:35:03Z", + "DiscoKey": "discokey:b2a0b48a6714406d395ed7c80bd48ffbf0137e90ce0e856588f0aa7541e5541e", + "Addresses": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "AllowedIPs": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "Endpoints": ["77.164.248.136:53448", "10.65.0.27:53448", "172.17.0.1:53448"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37099}, - {"Proto": "peerapi6", "Port": 37099} + {"Proto": "peerapi4", "Port": 59203}, + {"Proto": "peerapi6", "Port": 59203} ]}, - "Created": "2026-04-09T01:28:57.918639685Z", + "Created": "2026-04-09T08:35:03.046861345Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6737829454881586, - "StableID": "nMEGKZMacu11CNTRL", + "ID": 2595779738286458, + "StableID": "nTZFeTjdGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "DiscoKey": "discokey:faed5bd29c9f5ad76779e0948a45b52363038036e1cfe8775186841a10774462", - "Addresses": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "AllowedIPs": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "Endpoints": ["77.164.248.136:40308", "10.65.0.27:40308", "172.17.0.1:40308"], + "Key": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "DiscoKey": "discokey:de415fe19c84d5689691b754330649010e8e75f236d23764ff011feff821255d", + "Addresses": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "AllowedIPs": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "Endpoints": ["77.164.248.136:37927", "10.65.0.27:37927", "172.17.0.1:37927"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55396}, - {"Proto": "peerapi6", "Port": 55396} + {"Proto": "peerapi4", "Port": 44993}, + {"Proto": "peerapi6", "Port": 44993} ]}, - "Created": "2026-04-09T01:28:55.733339154Z", + "Created": "2026-04-09T08:35:00.886876644Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6855540314968398, - "StableID": "n1GTwJRtXv11CNTRL", + "ID": 5326841732116404, + "StableID": "nBCNxm6Ybi11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "DiscoKey": "discokey:144cfa85637b16687f042bbc103559392d3b5f6a411521f3221e8736ac2ad424", + "Addresses": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "AllowedIPs": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "Endpoints": ["77.164.248.136:50122", "10.65.0.27:50122", "172.17.0.1:50122"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59480}, + {"Proto": "peerapi6", "Port": 59480} + ]}, + "Created": "2026-04-09T08:34:57.089641879Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5492264125586501, + "StableID": "nEDPQzTTtj11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "DiscoKey": "discokey:edbe89e01e40903db712de84ab6f6214abe1e9cae1fe5accf2e3a3da74c3d806", + "Addresses": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "AllowedIPs": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "Endpoints": ["77.164.248.136:50801", "10.65.0.27:50801", "172.17.0.1:50801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 45695}, + {"Proto": "peerapi6", "Port": 45695} + ]}, + "Created": "2026-04-09T08:34:58.176423481Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5574021780846004, + "StableID": "njv5Sp6VXk11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "KeyExpiry": "2026-10-06T08:35:01Z", + "DiscoKey": "discokey:a2d2f58b08f6c2d9e35ea305a314d9b791844dc32442b93a6ac0a981cfcf845f", + "Addresses": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "AllowedIPs": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "Endpoints": ["77.164.248.136:59744", "10.65.0.27:59744", "172.17.0.1:59744"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45045}, + {"Proto": "peerapi6", "Port": 45045} + ]}, + "Created": "2026-04-09T08:35:01.972639358Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5706006159389453, + "StableID": "nUCJ1A7GZm11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "DiscoKey": "discokey:00f0f8dc73b01cd5ea53448a35dd26d51c20e4a01ba171be0354e6dc20574a23", - "Addresses": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "AllowedIPs": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "Endpoints": ["77.164.248.136:37429", "10.65.0.27:37429", "172.17.0.1:37429"], + "Key": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "DiscoKey": "discokey:ec2de0213e4b4f609ef8e42dcb4776b1e221ac36a916fbe5da996f540ff94242", + "Addresses": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "AllowedIPs": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "Endpoints": ["77.164.248.136:50909", "10.65.0.27:50909", "172.17.0.1:50909"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38120}, - {"Proto": "peerapi6", "Port": 38120} + {"Proto": "peerapi4", "Port": 56791}, + {"Proto": "peerapi6", "Port": 56791} ]}, - "Created": "2026-04-09T01:28:53.572865948Z", + "Created": "2026-04-09T08:34:58.720357533Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8837101558112421, - "StableID": "nYzYT2gL1C21CNTRL", + "ID": 5811142076612377, + "StableID": "nvDNzCrsNn11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "KeyExpiry": "2026-10-06T08:35:02Z", + "DiscoKey": "discokey:5c8c59ab9a172627b585209a75a62f3e6d69e681a96ea5e88cf5708419a8ac79", + "Addresses": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "AllowedIPs": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "Endpoints": ["77.164.248.136:34289", "10.65.0.27:34289", "172.17.0.1:34289"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59802}, + {"Proto": "peerapi6", "Port": 59802} + ]}, + "Created": "2026-04-09T08:35:02.517947829Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6511105009994336, + "StableID": "nuH6Wtgtqs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "DiscoKey": "discokey:5da4cfcabde6d733be7609841a38b29e5aa49a8065bb28fbb0a14f3f8dbf4f3f", + "Addresses": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "AllowedIPs": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "Endpoints": ["77.164.248.136:34474", "10.65.0.27:34474", "172.17.0.1:34474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59162}, + {"Proto": "peerapi6", "Port": 59162} + ]}, + "Created": "2026-04-09T08:34:59.799746344Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6569312621399389, + "StableID": "naHLomhFJt11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "DiscoKey": "discokey:068f79a6856ec6636aafa8aa90721a83729401226122a2cdb412f418e16b2673", - "Addresses": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "AllowedIPs": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "Endpoints": ["77.164.248.136:35296", "10.65.0.27:35296", "172.17.0.1:35296"], - "HomeDERP": 14, + "Key": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "DiscoKey": "discokey:f73dcaa6dd12a4f9b2dd009ef519a064289cae6ac987655ec78855390a1d0b6a", + "Addresses": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "AllowedIPs": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "Endpoints": ["77.164.248.136:51577", "10.65.0.27:51577", "172.17.0.1:51577"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 42769}, - {"Proto": "peerapi6", "Port": 42769} + {"Proto": "peerapi4", "Port": 59012}, + {"Proto": "peerapi6", "Port": 59012} ]}, - "Created": "2026-04-09T01:28:50.620908535Z", + "Created": "2026-04-09T08:34:56.005868749Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7074089021162516, + "StableID": "nuBnijKsEx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "DiscoKey": "discokey:4278d3b668c694da9c6ccfabac6375d926259704ab84e5f9d5344a093087b75a", + "Addresses": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "AllowedIPs": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "Endpoints": ["77.164.248.136:43345", "10.65.0.27:43345", "172.17.0.1:43345"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 35804}, + {"Proto": "peerapi6", "Port": 35804} + ]}, + "Created": "2026-04-09T08:34:59.271526944Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7236051516521482, + "StableID": "noobpaoDWy11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "DiscoKey": "discokey:8567ffcdece416893c13218927828290a8fad12770097ff2fcb6d84cd04ccf38", + "Addresses": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "AllowedIPs": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "Endpoints": ["77.164.248.136:53752", "10.65.0.27:53752", "172.17.0.1:53752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 58073}, + {"Proto": "peerapi6", "Port": 58073} + ]}, + "Created": "2026-04-09T08:35:01.430589291Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7411823841586051, + "StableID": "nGfPHZ3qsz11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "DiscoKey": "discokey:c98d2cfe6b047f5b368e7fc2450f0e095b618fc9a3e22f00bcb8d8e76e605135", + "Addresses": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "AllowedIPs": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "Endpoints": ["77.164.248.136:55151", "10.65.0.27:55151", "172.17.0.1:55151"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48946}, + {"Proto": "peerapi6", "Port": 48946} + ]}, + "Created": "2026-04-09T08:34:56.556455946Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7465171831740832, + "StableID": "nPcUVWQzH121CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "DiscoKey": "discokey:8d46c35b4a1a209e65a48651d81aee1d4b7801d899335ad358acb428b673202a", + "Addresses": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "AllowedIPs": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "Endpoints": ["77.164.248.136:54343", "10.65.0.27:54343", "172.17.0.1:54343"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43703}, + {"Proto": "peerapi6", "Port": 43703} + ]}, + "Created": "2026-04-09T08:35:00.349370551Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11317,27 +11331,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8360571262409346": { - "ID": 8360571262409346, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2719123749993109": { + "ID": 2719123749993109, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11368,21 +11384,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5775001503881268, - "StableID": "nmuPLpVW6n11CNTRL", + "ID": 953631691446920, + "StableID": "n5yr1gHuS811CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 5775001503881268, - "Key": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "DiscoKey": "discokey:f669d48e79944e08a42c9a63d0b15586254276db76c9f3a32dbc7ac3e04bc91b", - "Addresses": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "AllowedIPs": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "Endpoints": ["77.164.248.136:52740", "10.65.0.27:52740", "172.17.0.1:52740"], + "User": 953631691446920, + "Key": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "DiscoKey": "discokey:9f092d94c13253b34540ead8810268fa82ecd8283772a3f45a1ed8dcc70bfd35", + "Addresses": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "AllowedIPs": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "Endpoints": ["77.164.248.136:44646", "10.65.0.27:44646", "172.17.0.1:44646"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 33313}, - {"Proto": "peerapi6", "Port": 33313}, + {"Proto": "peerapi4", "Port": 48950}, + {"Proto": "peerapi6", "Port": 48950}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:52.241936783Z", + "Created": "2026-04-09T08:34:57.636709272Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11410,300 +11426,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "MachineKey": "mkey:82269a202817a1839604d0084e2d16d2af94bdd7c71ed4f69305542cacbc2844", + "NodeKey": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "MachineKey": "mkey:478c1f9c31fc0f970bdfcfb9ac788602cf4360cf2476cc77af4d611e8f21307a", "Peers": [{ - "ID": 1962484545607580, - "StableID": "n1Ko5C9pKG11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "DiscoKey": "discokey:1b56a464e48fb278342de75614a08d1607fe9d7d8437c3e72e6399558641337d", - "Addresses": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "AllowedIPs": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "Endpoints": ["77.164.248.136:43916", "10.65.0.27:43916", "172.17.0.1:43916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 50060}, - {"Proto": "peerapi6", "Port": 50060} - ]}, - "Created": "2026-04-09T01:28:56.281326483Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3853337203560446, - "StableID": "n5NdYndB6X11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "KeyExpiry": "2026-10-06T01:28:56Z", - "DiscoKey": "discokey:c9c25e3a50bab92abd88181efb8833eb758d8e6e99dbc168dc4d60554ce80063", - "Addresses": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "AllowedIPs": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "Endpoints": ["77.164.248.136:58933", "10.65.0.27:58933", "172.17.0.1:58933"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55741}, - {"Proto": "peerapi6", "Port": 55741} - ]}, - "Created": "2026-04-09T01:28:56.81234248Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4563962913315922, - "StableID": "nFjP6sZ2ec11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "DiscoKey": "discokey:27ccc57b296854a17a6ce8b0027dbcbe9f1e7722ea35594b89c7ce87e9ab1014", - "Addresses": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "AllowedIPs": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "Endpoints": ["77.164.248.136:60617", "10.65.0.27:60617", "172.17.0.1:60617"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62921}, - {"Proto": "peerapi6", "Port": 62921} - ]}, - "Created": "2026-04-09T01:28:52.788307636Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4657460375136300, - "StableID": "nsGNd1bNNd11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "DiscoKey": "discokey:9b345096b51fb958d9e77606f22a680c0d5acf30b8b4225abd163417344bd803", - "Addresses": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "AllowedIPs": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "Endpoints": ["77.164.248.136:50873", "10.65.0.27:50873", "172.17.0.1:50873"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 48273}, - {"Proto": "peerapi6", "Port": 48273} - ]}, - "Created": "2026-04-09T01:28:55.188415048Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4809983069219024, - "StableID": "noCCpj6TZe11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "DiscoKey": "discokey:0d84391dc06996388e4321bc7f9a43fbfed767e01cb939777acdfc3dc7dcae39", - "Addresses": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "AllowedIPs": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "Endpoints": ["77.164.248.136:54325", "10.65.0.27:54325", "172.17.0.1:54325"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 54409}, - {"Proto": "peerapi6", "Port": 54409} - ]}, - "Created": "2026-04-09T01:28:54.103665196Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4843317887448935, - "StableID": "n6LxYPkYpe11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "DiscoKey": "discokey:d505c848ef8124a3c479636fdfe70abe939af18c7dd95d9644b89fe70c49da61", - "Addresses": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "AllowedIPs": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "Endpoints": ["77.164.248.136:36859", "10.65.0.27:36859", "172.17.0.1:36859"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56838}, - {"Proto": "peerapi6", "Port": 56838} - ]}, - "Created": "2026-04-09T01:28:51.710165025Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4972643194764120, - "StableID": "n7657Uu7qf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:e5952ae58b27af17680908a006227a58f9051956d7eb274a7dd80d13aa3f933e", - "Addresses": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "AllowedIPs": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "Endpoints": ["77.164.248.136:38008", "10.65.0.27:38008", "172.17.0.1:38008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46221}, - {"Proto": "peerapi6", "Port": 46221} - ]}, - "Created": "2026-04-09T01:28:57.383464235Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5596045316149043, - "StableID": "nC5Dq2dThk11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "DiscoKey": "discokey:649f293ee5d7e75485be08c73be8351ea6789dc11f4ff25281911bcac12c7618", - "Addresses": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "AllowedIPs": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63126}, - {"Proto": "peerapi6", "Port": 63126} - ]}, - "Created": "2026-04-09T01:28:54.646458679Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5644850153628835, - "StableID": "n2pJCDeZ5m11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "DiscoKey": "discokey:73ca0ad74cc14836acf5e724d03a29727c28df886048d01445c1d5b928800e47", - "Addresses": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "AllowedIPs": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "Endpoints": ["77.164.248.136:40168", "10.65.0.27:40168", "172.17.0.1:40168"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61505}, - {"Proto": "peerapi6", "Port": 61505} - ]}, - "Created": "2026-04-09T01:28:51.160850795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6344618974635099, - "StableID": "npMNf9PVYr11CNTRL", + "ID": 1175478160836550, + "StableID": "nVaZqSpNBA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:43e4196bdb39b4d9b342005bbe0ca77ba05e617e1174c56ab842e5f90bc4a429", - "Addresses": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "AllowedIPs": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], + "Key": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "KeyExpiry": "2026-10-06T08:35:03Z", + "DiscoKey": "discokey:b2a0b48a6714406d395ed7c80bd48ffbf0137e90ce0e856588f0aa7541e5541e", + "Addresses": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "AllowedIPs": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37099}, - {"Proto": "peerapi6", "Port": 37099} + {"Proto": "peerapi4", "Port": 59203}, + {"Proto": "peerapi6", "Port": 59203} ]}, - "Created": "2026-04-09T01:28:57.918639685Z", + "Created": "2026-04-09T08:35:03.046861345Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6737829454881586, - "StableID": "nMEGKZMacu11CNTRL", + "ID": 2595779738286458, + "StableID": "nTZFeTjdGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "DiscoKey": "discokey:faed5bd29c9f5ad76779e0948a45b52363038036e1cfe8775186841a10774462", - "Addresses": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "AllowedIPs": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "Endpoints": ["77.164.248.136:40308", "10.65.0.27:40308", "172.17.0.1:40308"], + "Key": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "DiscoKey": "discokey:de415fe19c84d5689691b754330649010e8e75f236d23764ff011feff821255d", + "Addresses": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "AllowedIPs": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "Endpoints": ["77.164.248.136:37927", "10.65.0.27:37927", "172.17.0.1:37927"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55396}, - {"Proto": "peerapi6", "Port": 55396} + {"Proto": "peerapi4", "Port": 44993}, + {"Proto": "peerapi6", "Port": 44993} ]}, - "Created": "2026-04-09T01:28:55.733339154Z", + "Created": "2026-04-09T08:35:00.886876644Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6855540314968398, - "StableID": "n1GTwJRtXv11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "DiscoKey": "discokey:00f0f8dc73b01cd5ea53448a35dd26d51c20e4a01ba171be0354e6dc20574a23", - "Addresses": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "AllowedIPs": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "Endpoints": ["77.164.248.136:37429", "10.65.0.27:37429", "172.17.0.1:37429"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38120}, - {"Proto": "peerapi6", "Port": 38120} - ]}, - "Created": "2026-04-09T01:28:53.572865948Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 8360571262409346, - "StableID": "n3fc2k2XH821CNTRL", + "ID": 2719123749993109, + "StableID": "nS7wafmVEN11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "DiscoKey": "discokey:b8d635f570994fc476aeb3d4822e5ad056d02a6fefaf65672205f7158fd4107b", - "Addresses": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "AllowedIPs": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "Endpoints": ["77.164.248.136:53140", "10.65.0.27:53140", "172.17.0.1:53140"], + "Key": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "DiscoKey": "discokey:cfe7d8bc3252145b59f7a4d1fd0bca26c2bea85b4dd9fb2fa630a31b5adf423e", + "Addresses": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "AllowedIPs": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "Endpoints": ["77.164.248.136:37138", "10.65.0.27:37138", "172.17.0.1:37138"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64800}, - {"Proto": "peerapi6", "Port": 64800} + {"Proto": "peerapi4", "Port": 46014}, + {"Proto": "peerapi6", "Port": 46014} ]}, - "Created": "2026-04-09T01:28:50.073617661Z", + "Created": "2026-04-09T08:34:55.462786798Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8837101558112421, - "StableID": "nYzYT2gL1C21CNTRL", + "ID": 5326841732116404, + "StableID": "nBCNxm6Ybi11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "DiscoKey": "discokey:144cfa85637b16687f042bbc103559392d3b5f6a411521f3221e8736ac2ad424", + "Addresses": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "AllowedIPs": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "Endpoints": ["77.164.248.136:50122", "10.65.0.27:50122", "172.17.0.1:50122"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59480}, + {"Proto": "peerapi6", "Port": 59480} + ]}, + "Created": "2026-04-09T08:34:57.089641879Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5492264125586501, + "StableID": "nEDPQzTTtj11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "DiscoKey": "discokey:edbe89e01e40903db712de84ab6f6214abe1e9cae1fe5accf2e3a3da74c3d806", + "Addresses": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "AllowedIPs": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "Endpoints": ["77.164.248.136:50801", "10.65.0.27:50801", "172.17.0.1:50801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 45695}, + {"Proto": "peerapi6", "Port": 45695} + ]}, + "Created": "2026-04-09T08:34:58.176423481Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5574021780846004, + "StableID": "njv5Sp6VXk11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "KeyExpiry": "2026-10-06T08:35:01Z", + "DiscoKey": "discokey:a2d2f58b08f6c2d9e35ea305a314d9b791844dc32442b93a6ac0a981cfcf845f", + "Addresses": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "AllowedIPs": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "Endpoints": ["77.164.248.136:59744", "10.65.0.27:59744", "172.17.0.1:59744"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45045}, + {"Proto": "peerapi6", "Port": 45045} + ]}, + "Created": "2026-04-09T08:35:01.972639358Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5706006159389453, + "StableID": "nUCJ1A7GZm11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "DiscoKey": "discokey:ec2de0213e4b4f609ef8e42dcb4776b1e221ac36a916fbe5da996f540ff94242", + "Addresses": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "AllowedIPs": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "Endpoints": ["77.164.248.136:50909", "10.65.0.27:50909", "172.17.0.1:50909"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56791}, + {"Proto": "peerapi6", "Port": 56791} + ]}, + "Created": "2026-04-09T08:34:58.720357533Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5811142076612377, + "StableID": "nvDNzCrsNn11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "KeyExpiry": "2026-10-06T08:35:02Z", + "DiscoKey": "discokey:5c8c59ab9a172627b585209a75a62f3e6d69e681a96ea5e88cf5708419a8ac79", + "Addresses": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "AllowedIPs": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "Endpoints": ["77.164.248.136:34289", "10.65.0.27:34289", "172.17.0.1:34289"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59802}, + {"Proto": "peerapi6", "Port": 59802} + ]}, + "Created": "2026-04-09T08:35:02.517947829Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6511105009994336, + "StableID": "nuH6Wtgtqs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "DiscoKey": "discokey:5da4cfcabde6d733be7609841a38b29e5aa49a8065bb28fbb0a14f3f8dbf4f3f", + "Addresses": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "AllowedIPs": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "Endpoints": ["77.164.248.136:34474", "10.65.0.27:34474", "172.17.0.1:34474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59162}, + {"Proto": "peerapi6", "Port": 59162} + ]}, + "Created": "2026-04-09T08:34:59.799746344Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6569312621399389, + "StableID": "naHLomhFJt11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "DiscoKey": "discokey:068f79a6856ec6636aafa8aa90721a83729401226122a2cdb412f418e16b2673", - "Addresses": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "AllowedIPs": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "Endpoints": ["77.164.248.136:35296", "10.65.0.27:35296", "172.17.0.1:35296"], - "HomeDERP": 14, + "Key": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "DiscoKey": "discokey:f73dcaa6dd12a4f9b2dd009ef519a064289cae6ac987655ec78855390a1d0b6a", + "Addresses": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "AllowedIPs": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "Endpoints": ["77.164.248.136:51577", "10.65.0.27:51577", "172.17.0.1:51577"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 42769}, - {"Proto": "peerapi6", "Port": 42769} + {"Proto": "peerapi4", "Port": 59012}, + {"Proto": "peerapi6", "Port": 59012} ]}, - "Created": "2026-04-09T01:28:50.620908535Z", + "Created": "2026-04-09T08:34:56.005868749Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7074089021162516, + "StableID": "nuBnijKsEx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "DiscoKey": "discokey:4278d3b668c694da9c6ccfabac6375d926259704ab84e5f9d5344a093087b75a", + "Addresses": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "AllowedIPs": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "Endpoints": ["77.164.248.136:43345", "10.65.0.27:43345", "172.17.0.1:43345"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 35804}, + {"Proto": "peerapi6", "Port": 35804} + ]}, + "Created": "2026-04-09T08:34:59.271526944Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7236051516521482, + "StableID": "noobpaoDWy11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "DiscoKey": "discokey:8567ffcdece416893c13218927828290a8fad12770097ff2fcb6d84cd04ccf38", + "Addresses": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "AllowedIPs": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "Endpoints": ["77.164.248.136:53752", "10.65.0.27:53752", "172.17.0.1:53752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 58073}, + {"Proto": "peerapi6", "Port": 58073} + ]}, + "Created": "2026-04-09T08:35:01.430589291Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7411823841586051, + "StableID": "nGfPHZ3qsz11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "DiscoKey": "discokey:c98d2cfe6b047f5b368e7fc2450f0e095b618fc9a3e22f00bcb8d8e76e605135", + "Addresses": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "AllowedIPs": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "Endpoints": ["77.164.248.136:55151", "10.65.0.27:55151", "172.17.0.1:55151"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48946}, + {"Proto": "peerapi6", "Port": 48946} + ]}, + "Created": "2026-04-09T08:34:56.556455946Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7465171831740832, + "StableID": "nPcUVWQzH121CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "DiscoKey": "discokey:8d46c35b4a1a209e65a48651d81aee1d4b7801d899335ad358acb428b673202a", + "Addresses": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "AllowedIPs": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "Endpoints": ["77.164.248.136:54343", "10.65.0.27:54343", "172.17.0.1:54343"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43703}, + {"Proto": "peerapi6", "Port": 43703} + ]}, + "Created": "2026-04-09T08:35:00.349370551Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12551,27 +12567,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5775001503881268": { - "ID": 5775001503881268, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "953631691446920": { + "ID": 953631691446920, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12602,21 +12620,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4843317887448935, - "StableID": "n6LxYPkYpe11CNTRL", + "ID": 5326841732116404, + "StableID": "nBCNxm6Ybi11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 4843317887448935, - "Key": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "DiscoKey": "discokey:d505c848ef8124a3c479636fdfe70abe939af18c7dd95d9644b89fe70c49da61", - "Addresses": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "AllowedIPs": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "Endpoints": ["77.164.248.136:36859", "10.65.0.27:36859", "172.17.0.1:36859"], + "User": 5326841732116404, + "Key": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "DiscoKey": "discokey:144cfa85637b16687f042bbc103559392d3b5f6a411521f3221e8736ac2ad424", + "Addresses": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "AllowedIPs": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "Endpoints": ["77.164.248.136:50122", "10.65.0.27:50122", "172.17.0.1:50122"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 56838}, - {"Proto": "peerapi6", "Port": 56838}, + {"Proto": "peerapi4", "Port": 59480}, + {"Proto": "peerapi6", "Port": 59480}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:51.710165025Z", + "Created": "2026-04-09T08:34:57.089641879Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12644,300 +12662,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "MachineKey": "mkey:560088acbc783baf88fab4f286247280a2020b33f97d4dae1c2e17977b9ea577", + "NodeKey": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "MachineKey": "mkey:8da360b217f9abe09496e27f0fec9d9a3ddca7b8869f06bf0c2d0397f74c884a", "Peers": [{ - "ID": 1962484545607580, - "StableID": "n1Ko5C9pKG11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "DiscoKey": "discokey:1b56a464e48fb278342de75614a08d1607fe9d7d8437c3e72e6399558641337d", - "Addresses": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "AllowedIPs": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "Endpoints": ["77.164.248.136:43916", "10.65.0.27:43916", "172.17.0.1:43916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 50060}, - {"Proto": "peerapi6", "Port": 50060} - ]}, - "Created": "2026-04-09T01:28:56.281326483Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3853337203560446, - "StableID": "n5NdYndB6X11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "KeyExpiry": "2026-10-06T01:28:56Z", - "DiscoKey": "discokey:c9c25e3a50bab92abd88181efb8833eb758d8e6e99dbc168dc4d60554ce80063", - "Addresses": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "AllowedIPs": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "Endpoints": ["77.164.248.136:58933", "10.65.0.27:58933", "172.17.0.1:58933"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55741}, - {"Proto": "peerapi6", "Port": 55741} - ]}, - "Created": "2026-04-09T01:28:56.81234248Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4563962913315922, - "StableID": "nFjP6sZ2ec11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "DiscoKey": "discokey:27ccc57b296854a17a6ce8b0027dbcbe9f1e7722ea35594b89c7ce87e9ab1014", - "Addresses": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "AllowedIPs": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "Endpoints": ["77.164.248.136:60617", "10.65.0.27:60617", "172.17.0.1:60617"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62921}, - {"Proto": "peerapi6", "Port": 62921} - ]}, - "Created": "2026-04-09T01:28:52.788307636Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4657460375136300, - "StableID": "nsGNd1bNNd11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "DiscoKey": "discokey:9b345096b51fb958d9e77606f22a680c0d5acf30b8b4225abd163417344bd803", - "Addresses": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "AllowedIPs": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "Endpoints": ["77.164.248.136:50873", "10.65.0.27:50873", "172.17.0.1:50873"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 48273}, - {"Proto": "peerapi6", "Port": 48273} - ]}, - "Created": "2026-04-09T01:28:55.188415048Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4809983069219024, - "StableID": "noCCpj6TZe11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "DiscoKey": "discokey:0d84391dc06996388e4321bc7f9a43fbfed767e01cb939777acdfc3dc7dcae39", - "Addresses": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "AllowedIPs": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "Endpoints": ["77.164.248.136:54325", "10.65.0.27:54325", "172.17.0.1:54325"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 54409}, - {"Proto": "peerapi6", "Port": 54409} - ]}, - "Created": "2026-04-09T01:28:54.103665196Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4972643194764120, - "StableID": "n7657Uu7qf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:e5952ae58b27af17680908a006227a58f9051956d7eb274a7dd80d13aa3f933e", - "Addresses": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "AllowedIPs": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "Endpoints": ["77.164.248.136:38008", "10.65.0.27:38008", "172.17.0.1:38008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46221}, - {"Proto": "peerapi6", "Port": 46221} - ]}, - "Created": "2026-04-09T01:28:57.383464235Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5596045316149043, - "StableID": "nC5Dq2dThk11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "DiscoKey": "discokey:649f293ee5d7e75485be08c73be8351ea6789dc11f4ff25281911bcac12c7618", - "Addresses": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "AllowedIPs": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63126}, - {"Proto": "peerapi6", "Port": 63126} - ]}, - "Created": "2026-04-09T01:28:54.646458679Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5644850153628835, - "StableID": "n2pJCDeZ5m11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "DiscoKey": "discokey:73ca0ad74cc14836acf5e724d03a29727c28df886048d01445c1d5b928800e47", - "Addresses": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "AllowedIPs": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "Endpoints": ["77.164.248.136:40168", "10.65.0.27:40168", "172.17.0.1:40168"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61505}, - {"Proto": "peerapi6", "Port": 61505} - ]}, - "Created": "2026-04-09T01:28:51.160850795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5775001503881268, - "StableID": "nmuPLpVW6n11CNTRL", + "ID": 953631691446920, + "StableID": "n5yr1gHuS811CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "DiscoKey": "discokey:f669d48e79944e08a42c9a63d0b15586254276db76c9f3a32dbc7ac3e04bc91b", - "Addresses": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "AllowedIPs": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "Endpoints": ["77.164.248.136:52740", "10.65.0.27:52740", "172.17.0.1:52740"], + "Key": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "DiscoKey": "discokey:9f092d94c13253b34540ead8810268fa82ecd8283772a3f45a1ed8dcc70bfd35", + "Addresses": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "AllowedIPs": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "Endpoints": ["77.164.248.136:44646", "10.65.0.27:44646", "172.17.0.1:44646"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33313}, - {"Proto": "peerapi6", "Port": 33313} + {"Proto": "peerapi4", "Port": 48950}, + {"Proto": "peerapi6", "Port": 48950} ]}, - "Created": "2026-04-09T01:28:52.241936783Z", + "Created": "2026-04-09T08:34:57.636709272Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6344618974635099, - "StableID": "npMNf9PVYr11CNTRL", + "ID": 1175478160836550, + "StableID": "nVaZqSpNBA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:43e4196bdb39b4d9b342005bbe0ca77ba05e617e1174c56ab842e5f90bc4a429", - "Addresses": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "AllowedIPs": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], + "Key": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "KeyExpiry": "2026-10-06T08:35:03Z", + "DiscoKey": "discokey:b2a0b48a6714406d395ed7c80bd48ffbf0137e90ce0e856588f0aa7541e5541e", + "Addresses": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "AllowedIPs": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37099}, - {"Proto": "peerapi6", "Port": 37099} + {"Proto": "peerapi4", "Port": 59203}, + {"Proto": "peerapi6", "Port": 59203} ]}, - "Created": "2026-04-09T01:28:57.918639685Z", + "Created": "2026-04-09T08:35:03.046861345Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6737829454881586, - "StableID": "nMEGKZMacu11CNTRL", + "ID": 2595779738286458, + "StableID": "nTZFeTjdGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "DiscoKey": "discokey:faed5bd29c9f5ad76779e0948a45b52363038036e1cfe8775186841a10774462", - "Addresses": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "AllowedIPs": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "Endpoints": ["77.164.248.136:40308", "10.65.0.27:40308", "172.17.0.1:40308"], + "Key": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "DiscoKey": "discokey:de415fe19c84d5689691b754330649010e8e75f236d23764ff011feff821255d", + "Addresses": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "AllowedIPs": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "Endpoints": ["77.164.248.136:37927", "10.65.0.27:37927", "172.17.0.1:37927"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55396}, - {"Proto": "peerapi6", "Port": 55396} + {"Proto": "peerapi4", "Port": 44993}, + {"Proto": "peerapi6", "Port": 44993} ]}, - "Created": "2026-04-09T01:28:55.733339154Z", + "Created": "2026-04-09T08:35:00.886876644Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6855540314968398, - "StableID": "n1GTwJRtXv11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "DiscoKey": "discokey:00f0f8dc73b01cd5ea53448a35dd26d51c20e4a01ba171be0354e6dc20574a23", - "Addresses": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "AllowedIPs": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "Endpoints": ["77.164.248.136:37429", "10.65.0.27:37429", "172.17.0.1:37429"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38120}, - {"Proto": "peerapi6", "Port": 38120} - ]}, - "Created": "2026-04-09T01:28:53.572865948Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 8360571262409346, - "StableID": "n3fc2k2XH821CNTRL", + "ID": 2719123749993109, + "StableID": "nS7wafmVEN11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "DiscoKey": "discokey:b8d635f570994fc476aeb3d4822e5ad056d02a6fefaf65672205f7158fd4107b", - "Addresses": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "AllowedIPs": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "Endpoints": ["77.164.248.136:53140", "10.65.0.27:53140", "172.17.0.1:53140"], + "Key": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "DiscoKey": "discokey:cfe7d8bc3252145b59f7a4d1fd0bca26c2bea85b4dd9fb2fa630a31b5adf423e", + "Addresses": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "AllowedIPs": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "Endpoints": ["77.164.248.136:37138", "10.65.0.27:37138", "172.17.0.1:37138"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64800}, - {"Proto": "peerapi6", "Port": 64800} + {"Proto": "peerapi4", "Port": 46014}, + {"Proto": "peerapi6", "Port": 46014} ]}, - "Created": "2026-04-09T01:28:50.073617661Z", + "Created": "2026-04-09T08:34:55.462786798Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8837101558112421, - "StableID": "nYzYT2gL1C21CNTRL", + "ID": 5492264125586501, + "StableID": "nEDPQzTTtj11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "DiscoKey": "discokey:edbe89e01e40903db712de84ab6f6214abe1e9cae1fe5accf2e3a3da74c3d806", + "Addresses": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "AllowedIPs": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "Endpoints": ["77.164.248.136:50801", "10.65.0.27:50801", "172.17.0.1:50801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 45695}, + {"Proto": "peerapi6", "Port": 45695} + ]}, + "Created": "2026-04-09T08:34:58.176423481Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5574021780846004, + "StableID": "njv5Sp6VXk11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "KeyExpiry": "2026-10-06T08:35:01Z", + "DiscoKey": "discokey:a2d2f58b08f6c2d9e35ea305a314d9b791844dc32442b93a6ac0a981cfcf845f", + "Addresses": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "AllowedIPs": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "Endpoints": ["77.164.248.136:59744", "10.65.0.27:59744", "172.17.0.1:59744"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45045}, + {"Proto": "peerapi6", "Port": 45045} + ]}, + "Created": "2026-04-09T08:35:01.972639358Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5706006159389453, + "StableID": "nUCJ1A7GZm11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "DiscoKey": "discokey:ec2de0213e4b4f609ef8e42dcb4776b1e221ac36a916fbe5da996f540ff94242", + "Addresses": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "AllowedIPs": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "Endpoints": ["77.164.248.136:50909", "10.65.0.27:50909", "172.17.0.1:50909"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56791}, + {"Proto": "peerapi6", "Port": 56791} + ]}, + "Created": "2026-04-09T08:34:58.720357533Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5811142076612377, + "StableID": "nvDNzCrsNn11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "KeyExpiry": "2026-10-06T08:35:02Z", + "DiscoKey": "discokey:5c8c59ab9a172627b585209a75a62f3e6d69e681a96ea5e88cf5708419a8ac79", + "Addresses": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "AllowedIPs": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "Endpoints": ["77.164.248.136:34289", "10.65.0.27:34289", "172.17.0.1:34289"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59802}, + {"Proto": "peerapi6", "Port": 59802} + ]}, + "Created": "2026-04-09T08:35:02.517947829Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6511105009994336, + "StableID": "nuH6Wtgtqs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "DiscoKey": "discokey:5da4cfcabde6d733be7609841a38b29e5aa49a8065bb28fbb0a14f3f8dbf4f3f", + "Addresses": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "AllowedIPs": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "Endpoints": ["77.164.248.136:34474", "10.65.0.27:34474", "172.17.0.1:34474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59162}, + {"Proto": "peerapi6", "Port": 59162} + ]}, + "Created": "2026-04-09T08:34:59.799746344Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6569312621399389, + "StableID": "naHLomhFJt11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "DiscoKey": "discokey:068f79a6856ec6636aafa8aa90721a83729401226122a2cdb412f418e16b2673", - "Addresses": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "AllowedIPs": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "Endpoints": ["77.164.248.136:35296", "10.65.0.27:35296", "172.17.0.1:35296"], - "HomeDERP": 14, + "Key": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "DiscoKey": "discokey:f73dcaa6dd12a4f9b2dd009ef519a064289cae6ac987655ec78855390a1d0b6a", + "Addresses": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "AllowedIPs": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "Endpoints": ["77.164.248.136:51577", "10.65.0.27:51577", "172.17.0.1:51577"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 42769}, - {"Proto": "peerapi6", "Port": 42769} + {"Proto": "peerapi4", "Port": 59012}, + {"Proto": "peerapi6", "Port": 59012} ]}, - "Created": "2026-04-09T01:28:50.620908535Z", + "Created": "2026-04-09T08:34:56.005868749Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7074089021162516, + "StableID": "nuBnijKsEx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "DiscoKey": "discokey:4278d3b668c694da9c6ccfabac6375d926259704ab84e5f9d5344a093087b75a", + "Addresses": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "AllowedIPs": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "Endpoints": ["77.164.248.136:43345", "10.65.0.27:43345", "172.17.0.1:43345"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 35804}, + {"Proto": "peerapi6", "Port": 35804} + ]}, + "Created": "2026-04-09T08:34:59.271526944Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7236051516521482, + "StableID": "noobpaoDWy11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "DiscoKey": "discokey:8567ffcdece416893c13218927828290a8fad12770097ff2fcb6d84cd04ccf38", + "Addresses": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "AllowedIPs": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "Endpoints": ["77.164.248.136:53752", "10.65.0.27:53752", "172.17.0.1:53752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 58073}, + {"Proto": "peerapi6", "Port": 58073} + ]}, + "Created": "2026-04-09T08:35:01.430589291Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7411823841586051, + "StableID": "nGfPHZ3qsz11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "DiscoKey": "discokey:c98d2cfe6b047f5b368e7fc2450f0e095b618fc9a3e22f00bcb8d8e76e605135", + "Addresses": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "AllowedIPs": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "Endpoints": ["77.164.248.136:55151", "10.65.0.27:55151", "172.17.0.1:55151"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48946}, + {"Proto": "peerapi6", "Port": 48946} + ]}, + "Created": "2026-04-09T08:34:56.556455946Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7465171831740832, + "StableID": "nPcUVWQzH121CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "DiscoKey": "discokey:8d46c35b4a1a209e65a48651d81aee1d4b7801d899335ad358acb428b673202a", + "Addresses": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "AllowedIPs": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "Endpoints": ["77.164.248.136:54343", "10.65.0.27:54343", "172.17.0.1:54343"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43703}, + {"Proto": "peerapi6", "Port": 43703} + ]}, + "Created": "2026-04-09T08:35:00.349370551Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13785,27 +13803,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4843317887448935": { - "ID": 4843317887448935, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5326841732116404": { + "ID": 5326841732116404, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13836,26 +13856,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6855540314968398, - "StableID": "n1GTwJRtXv11CNTRL", + "ID": 5706006159389453, + "StableID": "nUCJ1A7GZm11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 6855540314968398, - "Key": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "DiscoKey": "discokey:00f0f8dc73b01cd5ea53448a35dd26d51c20e4a01ba171be0354e6dc20574a23", - "Addresses": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "AllowedIPs": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "Endpoints": ["77.164.248.136:37429", "10.65.0.27:37429", "172.17.0.1:37429"], + "User": 5706006159389453, + "Key": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "DiscoKey": "discokey:ec2de0213e4b4f609ef8e42dcb4776b1e221ac36a916fbe5da996f540ff94242", + "Addresses": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "AllowedIPs": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "Endpoints": ["77.164.248.136:50909", "10.65.0.27:50909", "172.17.0.1:50909"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 38120}, - {"Proto": "peerapi6", "Port": 38120}, + {"Proto": "peerapi4", "Port": 56791}, + {"Proto": "peerapi6", "Port": 56791}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:53.572865948Z", + "Created": "2026-04-09T08:34:58.720357533Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13883,302 +13903,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "MachineKey": "mkey:2669268d4dcfdb39cf96b3342679826c2cc3d5fd18361d28c486739ac79e5914", + "NodeKey": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "MachineKey": "mkey:4dbe782d3bacd662bd9dd155882212e7b292704c441164bdb7dffbb0c966b469", "Peers": [{ - "ID": 1962484545607580, - "StableID": "n1Ko5C9pKG11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "DiscoKey": "discokey:1b56a464e48fb278342de75614a08d1607fe9d7d8437c3e72e6399558641337d", - "Addresses": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "AllowedIPs": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "Endpoints": ["77.164.248.136:43916", "10.65.0.27:43916", "172.17.0.1:43916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 50060}, - {"Proto": "peerapi6", "Port": 50060} - ]}, - "Created": "2026-04-09T01:28:56.281326483Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3853337203560446, - "StableID": "n5NdYndB6X11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "KeyExpiry": "2026-10-06T01:28:56Z", - "DiscoKey": "discokey:c9c25e3a50bab92abd88181efb8833eb758d8e6e99dbc168dc4d60554ce80063", - "Addresses": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "AllowedIPs": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "Endpoints": ["77.164.248.136:58933", "10.65.0.27:58933", "172.17.0.1:58933"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55741}, - {"Proto": "peerapi6", "Port": 55741} - ]}, - "Created": "2026-04-09T01:28:56.81234248Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4563962913315922, - "StableID": "nFjP6sZ2ec11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "DiscoKey": "discokey:27ccc57b296854a17a6ce8b0027dbcbe9f1e7722ea35594b89c7ce87e9ab1014", - "Addresses": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "AllowedIPs": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "Endpoints": ["77.164.248.136:60617", "10.65.0.27:60617", "172.17.0.1:60617"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62921}, - {"Proto": "peerapi6", "Port": 62921} - ]}, - "Created": "2026-04-09T01:28:52.788307636Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4657460375136300, - "StableID": "nsGNd1bNNd11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "DiscoKey": "discokey:9b345096b51fb958d9e77606f22a680c0d5acf30b8b4225abd163417344bd803", - "Addresses": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "AllowedIPs": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "Endpoints": ["77.164.248.136:50873", "10.65.0.27:50873", "172.17.0.1:50873"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 48273}, - {"Proto": "peerapi6", "Port": 48273} - ]}, - "Created": "2026-04-09T01:28:55.188415048Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4809983069219024, - "StableID": "noCCpj6TZe11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "DiscoKey": "discokey:0d84391dc06996388e4321bc7f9a43fbfed767e01cb939777acdfc3dc7dcae39", - "Addresses": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "AllowedIPs": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "Endpoints": ["77.164.248.136:54325", "10.65.0.27:54325", "172.17.0.1:54325"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 54409}, - {"Proto": "peerapi6", "Port": 54409} - ]}, - "Created": "2026-04-09T01:28:54.103665196Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4843317887448935, - "StableID": "n6LxYPkYpe11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "DiscoKey": "discokey:d505c848ef8124a3c479636fdfe70abe939af18c7dd95d9644b89fe70c49da61", - "Addresses": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "AllowedIPs": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "Endpoints": ["77.164.248.136:36859", "10.65.0.27:36859", "172.17.0.1:36859"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56838}, - {"Proto": "peerapi6", "Port": 56838} - ]}, - "Created": "2026-04-09T01:28:51.710165025Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4972643194764120, - "StableID": "n7657Uu7qf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:e5952ae58b27af17680908a006227a58f9051956d7eb274a7dd80d13aa3f933e", - "Addresses": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "AllowedIPs": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "Endpoints": ["77.164.248.136:38008", "10.65.0.27:38008", "172.17.0.1:38008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46221}, - {"Proto": "peerapi6", "Port": 46221} - ]}, - "Created": "2026-04-09T01:28:57.383464235Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5596045316149043, - "StableID": "nC5Dq2dThk11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "DiscoKey": "discokey:649f293ee5d7e75485be08c73be8351ea6789dc11f4ff25281911bcac12c7618", - "Addresses": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "AllowedIPs": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63126}, - {"Proto": "peerapi6", "Port": 63126} - ]}, - "Created": "2026-04-09T01:28:54.646458679Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5644850153628835, - "StableID": "n2pJCDeZ5m11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "DiscoKey": "discokey:73ca0ad74cc14836acf5e724d03a29727c28df886048d01445c1d5b928800e47", - "Addresses": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "AllowedIPs": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "Endpoints": ["77.164.248.136:40168", "10.65.0.27:40168", "172.17.0.1:40168"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61505}, - {"Proto": "peerapi6", "Port": 61505} - ]}, - "Created": "2026-04-09T01:28:51.160850795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5775001503881268, - "StableID": "nmuPLpVW6n11CNTRL", + "ID": 953631691446920, + "StableID": "n5yr1gHuS811CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "DiscoKey": "discokey:f669d48e79944e08a42c9a63d0b15586254276db76c9f3a32dbc7ac3e04bc91b", - "Addresses": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "AllowedIPs": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "Endpoints": ["77.164.248.136:52740", "10.65.0.27:52740", "172.17.0.1:52740"], + "Key": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "DiscoKey": "discokey:9f092d94c13253b34540ead8810268fa82ecd8283772a3f45a1ed8dcc70bfd35", + "Addresses": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "AllowedIPs": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "Endpoints": ["77.164.248.136:44646", "10.65.0.27:44646", "172.17.0.1:44646"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33313}, - {"Proto": "peerapi6", "Port": 33313} + {"Proto": "peerapi4", "Port": 48950}, + {"Proto": "peerapi6", "Port": 48950} ]}, - "Created": "2026-04-09T01:28:52.241936783Z", + "Created": "2026-04-09T08:34:57.636709272Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6344618974635099, - "StableID": "npMNf9PVYr11CNTRL", + "ID": 1175478160836550, + "StableID": "nVaZqSpNBA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:43e4196bdb39b4d9b342005bbe0ca77ba05e617e1174c56ab842e5f90bc4a429", - "Addresses": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "AllowedIPs": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "Endpoints": ["77.164.248.136:39151", "10.65.0.27:39151", "172.17.0.1:39151"], + "Key": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "KeyExpiry": "2026-10-06T08:35:03Z", + "DiscoKey": "discokey:b2a0b48a6714406d395ed7c80bd48ffbf0137e90ce0e856588f0aa7541e5541e", + "Addresses": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "AllowedIPs": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "Endpoints": ["77.164.248.136:53448", "10.65.0.27:53448", "172.17.0.1:53448"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37099}, - {"Proto": "peerapi6", "Port": 37099} + {"Proto": "peerapi4", "Port": 59203}, + {"Proto": "peerapi6", "Port": 59203} ]}, - "Created": "2026-04-09T01:28:57.918639685Z", + "Created": "2026-04-09T08:35:03.046861345Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6737829454881586, - "StableID": "nMEGKZMacu11CNTRL", + "ID": 2595779738286458, + "StableID": "nTZFeTjdGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "DiscoKey": "discokey:faed5bd29c9f5ad76779e0948a45b52363038036e1cfe8775186841a10774462", - "Addresses": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "AllowedIPs": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "Endpoints": ["77.164.248.136:40308", "10.65.0.27:40308", "172.17.0.1:40308"], + "Key": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "DiscoKey": "discokey:de415fe19c84d5689691b754330649010e8e75f236d23764ff011feff821255d", + "Addresses": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "AllowedIPs": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "Endpoints": ["77.164.248.136:37927", "10.65.0.27:37927", "172.17.0.1:37927"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55396}, - {"Proto": "peerapi6", "Port": 55396} + {"Proto": "peerapi4", "Port": 44993}, + {"Proto": "peerapi6", "Port": 44993} ]}, - "Created": "2026-04-09T01:28:55.733339154Z", + "Created": "2026-04-09T08:35:00.886876644Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 8360571262409346, - "StableID": "n3fc2k2XH821CNTRL", + "ID": 2719123749993109, + "StableID": "nS7wafmVEN11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "DiscoKey": "discokey:b8d635f570994fc476aeb3d4822e5ad056d02a6fefaf65672205f7158fd4107b", - "Addresses": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "AllowedIPs": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "Endpoints": ["77.164.248.136:53140", "10.65.0.27:53140", "172.17.0.1:53140"], + "Key": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "DiscoKey": "discokey:cfe7d8bc3252145b59f7a4d1fd0bca26c2bea85b4dd9fb2fa630a31b5adf423e", + "Addresses": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "AllowedIPs": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "Endpoints": ["77.164.248.136:37138", "10.65.0.27:37138", "172.17.0.1:37138"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64800}, - {"Proto": "peerapi6", "Port": 64800} + {"Proto": "peerapi4", "Port": 46014}, + {"Proto": "peerapi6", "Port": 46014} ]}, - "Created": "2026-04-09T01:28:50.073617661Z", + "Created": "2026-04-09T08:34:55.462786798Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8837101558112421, - "StableID": "nYzYT2gL1C21CNTRL", + "ID": 5326841732116404, + "StableID": "nBCNxm6Ybi11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "DiscoKey": "discokey:144cfa85637b16687f042bbc103559392d3b5f6a411521f3221e8736ac2ad424", + "Addresses": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "AllowedIPs": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "Endpoints": ["77.164.248.136:50122", "10.65.0.27:50122", "172.17.0.1:50122"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59480}, + {"Proto": "peerapi6", "Port": 59480} + ]}, + "Created": "2026-04-09T08:34:57.089641879Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5492264125586501, + "StableID": "nEDPQzTTtj11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "DiscoKey": "discokey:edbe89e01e40903db712de84ab6f6214abe1e9cae1fe5accf2e3a3da74c3d806", + "Addresses": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "AllowedIPs": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "Endpoints": ["77.164.248.136:50801", "10.65.0.27:50801", "172.17.0.1:50801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 45695}, + {"Proto": "peerapi6", "Port": 45695} + ]}, + "Created": "2026-04-09T08:34:58.176423481Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5574021780846004, + "StableID": "njv5Sp6VXk11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "KeyExpiry": "2026-10-06T08:35:01Z", + "DiscoKey": "discokey:a2d2f58b08f6c2d9e35ea305a314d9b791844dc32442b93a6ac0a981cfcf845f", + "Addresses": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "AllowedIPs": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "Endpoints": ["77.164.248.136:59744", "10.65.0.27:59744", "172.17.0.1:59744"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45045}, + {"Proto": "peerapi6", "Port": 45045} + ]}, + "Created": "2026-04-09T08:35:01.972639358Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5811142076612377, + "StableID": "nvDNzCrsNn11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "KeyExpiry": "2026-10-06T08:35:02Z", + "DiscoKey": "discokey:5c8c59ab9a172627b585209a75a62f3e6d69e681a96ea5e88cf5708419a8ac79", + "Addresses": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "AllowedIPs": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "Endpoints": ["77.164.248.136:34289", "10.65.0.27:34289", "172.17.0.1:34289"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59802}, + {"Proto": "peerapi6", "Port": 59802} + ]}, + "Created": "2026-04-09T08:35:02.517947829Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6511105009994336, + "StableID": "nuH6Wtgtqs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "DiscoKey": "discokey:5da4cfcabde6d733be7609841a38b29e5aa49a8065bb28fbb0a14f3f8dbf4f3f", + "Addresses": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "AllowedIPs": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "Endpoints": ["77.164.248.136:34474", "10.65.0.27:34474", "172.17.0.1:34474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59162}, + {"Proto": "peerapi6", "Port": 59162} + ]}, + "Created": "2026-04-09T08:34:59.799746344Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6569312621399389, + "StableID": "naHLomhFJt11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "DiscoKey": "discokey:068f79a6856ec6636aafa8aa90721a83729401226122a2cdb412f418e16b2673", - "Addresses": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "AllowedIPs": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "Endpoints": ["77.164.248.136:35296", "10.65.0.27:35296", "172.17.0.1:35296"], - "HomeDERP": 14, + "Key": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "DiscoKey": "discokey:f73dcaa6dd12a4f9b2dd009ef519a064289cae6ac987655ec78855390a1d0b6a", + "Addresses": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "AllowedIPs": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "Endpoints": ["77.164.248.136:51577", "10.65.0.27:51577", "172.17.0.1:51577"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 42769}, - {"Proto": "peerapi6", "Port": 42769} + {"Proto": "peerapi4", "Port": 59012}, + {"Proto": "peerapi6", "Port": 59012} ]}, - "Created": "2026-04-09T01:28:50.620908535Z", + "Created": "2026-04-09T08:34:56.005868749Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7074089021162516, + "StableID": "nuBnijKsEx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "DiscoKey": "discokey:4278d3b668c694da9c6ccfabac6375d926259704ab84e5f9d5344a093087b75a", + "Addresses": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "AllowedIPs": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "Endpoints": ["77.164.248.136:43345", "10.65.0.27:43345", "172.17.0.1:43345"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 35804}, + {"Proto": "peerapi6", "Port": 35804} + ]}, + "Created": "2026-04-09T08:34:59.271526944Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7236051516521482, + "StableID": "noobpaoDWy11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "DiscoKey": "discokey:8567ffcdece416893c13218927828290a8fad12770097ff2fcb6d84cd04ccf38", + "Addresses": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "AllowedIPs": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "Endpoints": ["77.164.248.136:53752", "10.65.0.27:53752", "172.17.0.1:53752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 58073}, + {"Proto": "peerapi6", "Port": 58073} + ]}, + "Created": "2026-04-09T08:35:01.430589291Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7411823841586051, + "StableID": "nGfPHZ3qsz11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "DiscoKey": "discokey:c98d2cfe6b047f5b368e7fc2450f0e095b618fc9a3e22f00bcb8d8e76e605135", + "Addresses": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "AllowedIPs": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "Endpoints": ["77.164.248.136:55151", "10.65.0.27:55151", "172.17.0.1:55151"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48946}, + {"Proto": "peerapi6", "Port": 48946} + ]}, + "Created": "2026-04-09T08:34:56.556455946Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7465171831740832, + "StableID": "nPcUVWQzH121CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "DiscoKey": "discokey:8d46c35b4a1a209e65a48651d81aee1d4b7801d899335ad358acb428b673202a", + "Addresses": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "AllowedIPs": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "Endpoints": ["77.164.248.136:54343", "10.65.0.27:54343", "172.17.0.1:54343"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43703}, + {"Proto": "peerapi6", "Port": 43703} + ]}, + "Created": "2026-04-09T08:35:00.349370551Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15026,27 +15046,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6855540314968398": { - "ID": 6855540314968398, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5706006159389453": { + "ID": 5706006159389453, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15077,26 +15099,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5596045316149043, - "StableID": "nC5Dq2dThk11CNTRL", + "ID": 6511105009994336, + "StableID": "nuH6Wtgtqs11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 5596045316149043, - "Key": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "DiscoKey": "discokey:649f293ee5d7e75485be08c73be8351ea6789dc11f4ff25281911bcac12c7618", - "Addresses": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "AllowedIPs": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], + "User": 6511105009994336, + "Key": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "DiscoKey": "discokey:5da4cfcabde6d733be7609841a38b29e5aa49a8065bb28fbb0a14f3f8dbf4f3f", + "Addresses": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "AllowedIPs": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "Endpoints": ["77.164.248.136:34474", "10.65.0.27:34474", "172.17.0.1:34474"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 63126}, - {"Proto": "peerapi6", "Port": 63126}, + {"Proto": "peerapi4", "Port": 59162}, + {"Proto": "peerapi6", "Port": 59162}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:28:54.646458679Z", + "Created": "2026-04-09T08:34:59.799746344Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15124,302 +15146,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "MachineKey": "mkey:85252d0c011869e4fbaa0f883a481fa53d89bdd6746606e2eff003c4e192a60c", + "NodeKey": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "MachineKey": "mkey:50249c6555ba371f3c2b879dbb397712c68aa18d6a9a4c1407eba1ad383dc80f", "Peers": [{ - "ID": 1962484545607580, - "StableID": "n1Ko5C9pKG11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "DiscoKey": "discokey:1b56a464e48fb278342de75614a08d1607fe9d7d8437c3e72e6399558641337d", - "Addresses": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "AllowedIPs": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "Endpoints": ["77.164.248.136:43916", "10.65.0.27:43916", "172.17.0.1:43916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 50060}, - {"Proto": "peerapi6", "Port": 50060} - ]}, - "Created": "2026-04-09T01:28:56.281326483Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3853337203560446, - "StableID": "n5NdYndB6X11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "KeyExpiry": "2026-10-06T01:28:56Z", - "DiscoKey": "discokey:c9c25e3a50bab92abd88181efb8833eb758d8e6e99dbc168dc4d60554ce80063", - "Addresses": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "AllowedIPs": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "Endpoints": ["77.164.248.136:58933", "10.65.0.27:58933", "172.17.0.1:58933"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55741}, - {"Proto": "peerapi6", "Port": 55741} - ]}, - "Created": "2026-04-09T01:28:56.81234248Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4563962913315922, - "StableID": "nFjP6sZ2ec11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "DiscoKey": "discokey:27ccc57b296854a17a6ce8b0027dbcbe9f1e7722ea35594b89c7ce87e9ab1014", - "Addresses": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "AllowedIPs": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "Endpoints": ["77.164.248.136:60617", "10.65.0.27:60617", "172.17.0.1:60617"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62921}, - {"Proto": "peerapi6", "Port": 62921} - ]}, - "Created": "2026-04-09T01:28:52.788307636Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4657460375136300, - "StableID": "nsGNd1bNNd11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "DiscoKey": "discokey:9b345096b51fb958d9e77606f22a680c0d5acf30b8b4225abd163417344bd803", - "Addresses": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "AllowedIPs": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "Endpoints": ["77.164.248.136:50873", "10.65.0.27:50873", "172.17.0.1:50873"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 48273}, - {"Proto": "peerapi6", "Port": 48273} - ]}, - "Created": "2026-04-09T01:28:55.188415048Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4809983069219024, - "StableID": "noCCpj6TZe11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "DiscoKey": "discokey:0d84391dc06996388e4321bc7f9a43fbfed767e01cb939777acdfc3dc7dcae39", - "Addresses": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "AllowedIPs": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "Endpoints": ["77.164.248.136:54325", "10.65.0.27:54325", "172.17.0.1:54325"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 54409}, - {"Proto": "peerapi6", "Port": 54409} - ]}, - "Created": "2026-04-09T01:28:54.103665196Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4843317887448935, - "StableID": "n6LxYPkYpe11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "DiscoKey": "discokey:d505c848ef8124a3c479636fdfe70abe939af18c7dd95d9644b89fe70c49da61", - "Addresses": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "AllowedIPs": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "Endpoints": ["77.164.248.136:36859", "10.65.0.27:36859", "172.17.0.1:36859"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56838}, - {"Proto": "peerapi6", "Port": 56838} - ]}, - "Created": "2026-04-09T01:28:51.710165025Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4972643194764120, - "StableID": "n7657Uu7qf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:e5952ae58b27af17680908a006227a58f9051956d7eb274a7dd80d13aa3f933e", - "Addresses": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "AllowedIPs": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "Endpoints": ["77.164.248.136:38008", "10.65.0.27:38008", "172.17.0.1:38008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46221}, - {"Proto": "peerapi6", "Port": 46221} - ]}, - "Created": "2026-04-09T01:28:57.383464235Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5644850153628835, - "StableID": "n2pJCDeZ5m11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "DiscoKey": "discokey:73ca0ad74cc14836acf5e724d03a29727c28df886048d01445c1d5b928800e47", - "Addresses": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "AllowedIPs": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "Endpoints": ["77.164.248.136:40168", "10.65.0.27:40168", "172.17.0.1:40168"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61505}, - {"Proto": "peerapi6", "Port": 61505} - ]}, - "Created": "2026-04-09T01:28:51.160850795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5775001503881268, - "StableID": "nmuPLpVW6n11CNTRL", + "ID": 953631691446920, + "StableID": "n5yr1gHuS811CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "DiscoKey": "discokey:f669d48e79944e08a42c9a63d0b15586254276db76c9f3a32dbc7ac3e04bc91b", - "Addresses": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "AllowedIPs": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "Endpoints": ["77.164.248.136:52740", "10.65.0.27:52740", "172.17.0.1:52740"], + "Key": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "DiscoKey": "discokey:9f092d94c13253b34540ead8810268fa82ecd8283772a3f45a1ed8dcc70bfd35", + "Addresses": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "AllowedIPs": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "Endpoints": ["77.164.248.136:44646", "10.65.0.27:44646", "172.17.0.1:44646"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33313}, - {"Proto": "peerapi6", "Port": 33313} + {"Proto": "peerapi4", "Port": 48950}, + {"Proto": "peerapi6", "Port": 48950} ]}, - "Created": "2026-04-09T01:28:52.241936783Z", + "Created": "2026-04-09T08:34:57.636709272Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6344618974635099, - "StableID": "npMNf9PVYr11CNTRL", + "ID": 1175478160836550, + "StableID": "nVaZqSpNBA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:43e4196bdb39b4d9b342005bbe0ca77ba05e617e1174c56ab842e5f90bc4a429", - "Addresses": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "AllowedIPs": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "Endpoints": ["77.164.248.136:39151", "10.65.0.27:39151", "172.17.0.1:39151"], + "Key": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "KeyExpiry": "2026-10-06T08:35:03Z", + "DiscoKey": "discokey:b2a0b48a6714406d395ed7c80bd48ffbf0137e90ce0e856588f0aa7541e5541e", + "Addresses": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "AllowedIPs": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "Endpoints": ["77.164.248.136:53448", "10.65.0.27:53448", "172.17.0.1:53448"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37099}, - {"Proto": "peerapi6", "Port": 37099} + {"Proto": "peerapi4", "Port": 59203}, + {"Proto": "peerapi6", "Port": 59203} ]}, - "Created": "2026-04-09T01:28:57.918639685Z", + "Created": "2026-04-09T08:35:03.046861345Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6737829454881586, - "StableID": "nMEGKZMacu11CNTRL", + "ID": 2595779738286458, + "StableID": "nTZFeTjdGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "DiscoKey": "discokey:faed5bd29c9f5ad76779e0948a45b52363038036e1cfe8775186841a10774462", - "Addresses": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "AllowedIPs": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "Endpoints": ["77.164.248.136:40308", "10.65.0.27:40308", "172.17.0.1:40308"], + "Key": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "DiscoKey": "discokey:de415fe19c84d5689691b754330649010e8e75f236d23764ff011feff821255d", + "Addresses": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "AllowedIPs": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "Endpoints": ["77.164.248.136:37927", "10.65.0.27:37927", "172.17.0.1:37927"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55396}, - {"Proto": "peerapi6", "Port": 55396} + {"Proto": "peerapi4", "Port": 44993}, + {"Proto": "peerapi6", "Port": 44993} ]}, - "Created": "2026-04-09T01:28:55.733339154Z", + "Created": "2026-04-09T08:35:00.886876644Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6855540314968398, - "StableID": "n1GTwJRtXv11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "DiscoKey": "discokey:00f0f8dc73b01cd5ea53448a35dd26d51c20e4a01ba171be0354e6dc20574a23", - "Addresses": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "AllowedIPs": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "Endpoints": ["77.164.248.136:37429", "10.65.0.27:37429", "172.17.0.1:37429"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38120}, - {"Proto": "peerapi6", "Port": 38120} - ]}, - "Created": "2026-04-09T01:28:53.572865948Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 8360571262409346, - "StableID": "n3fc2k2XH821CNTRL", + "ID": 2719123749993109, + "StableID": "nS7wafmVEN11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "DiscoKey": "discokey:b8d635f570994fc476aeb3d4822e5ad056d02a6fefaf65672205f7158fd4107b", - "Addresses": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "AllowedIPs": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "Endpoints": ["77.164.248.136:53140", "10.65.0.27:53140", "172.17.0.1:53140"], + "Key": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "DiscoKey": "discokey:cfe7d8bc3252145b59f7a4d1fd0bca26c2bea85b4dd9fb2fa630a31b5adf423e", + "Addresses": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "AllowedIPs": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "Endpoints": ["77.164.248.136:37138", "10.65.0.27:37138", "172.17.0.1:37138"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64800}, - {"Proto": "peerapi6", "Port": 64800} + {"Proto": "peerapi4", "Port": 46014}, + {"Proto": "peerapi6", "Port": 46014} ]}, - "Created": "2026-04-09T01:28:50.073617661Z", + "Created": "2026-04-09T08:34:55.462786798Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8837101558112421, - "StableID": "nYzYT2gL1C21CNTRL", + "ID": 5326841732116404, + "StableID": "nBCNxm6Ybi11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "DiscoKey": "discokey:144cfa85637b16687f042bbc103559392d3b5f6a411521f3221e8736ac2ad424", + "Addresses": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "AllowedIPs": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "Endpoints": ["77.164.248.136:50122", "10.65.0.27:50122", "172.17.0.1:50122"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59480}, + {"Proto": "peerapi6", "Port": 59480} + ]}, + "Created": "2026-04-09T08:34:57.089641879Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5492264125586501, + "StableID": "nEDPQzTTtj11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "DiscoKey": "discokey:edbe89e01e40903db712de84ab6f6214abe1e9cae1fe5accf2e3a3da74c3d806", + "Addresses": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "AllowedIPs": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "Endpoints": ["77.164.248.136:50801", "10.65.0.27:50801", "172.17.0.1:50801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 45695}, + {"Proto": "peerapi6", "Port": 45695} + ]}, + "Created": "2026-04-09T08:34:58.176423481Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5574021780846004, + "StableID": "njv5Sp6VXk11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "KeyExpiry": "2026-10-06T08:35:01Z", + "DiscoKey": "discokey:a2d2f58b08f6c2d9e35ea305a314d9b791844dc32442b93a6ac0a981cfcf845f", + "Addresses": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "AllowedIPs": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "Endpoints": ["77.164.248.136:59744", "10.65.0.27:59744", "172.17.0.1:59744"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45045}, + {"Proto": "peerapi6", "Port": 45045} + ]}, + "Created": "2026-04-09T08:35:01.972639358Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5706006159389453, + "StableID": "nUCJ1A7GZm11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "DiscoKey": "discokey:ec2de0213e4b4f609ef8e42dcb4776b1e221ac36a916fbe5da996f540ff94242", + "Addresses": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "AllowedIPs": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "Endpoints": ["77.164.248.136:50909", "10.65.0.27:50909", "172.17.0.1:50909"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56791}, + {"Proto": "peerapi6", "Port": 56791} + ]}, + "Created": "2026-04-09T08:34:58.720357533Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5811142076612377, + "StableID": "nvDNzCrsNn11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "KeyExpiry": "2026-10-06T08:35:02Z", + "DiscoKey": "discokey:5c8c59ab9a172627b585209a75a62f3e6d69e681a96ea5e88cf5708419a8ac79", + "Addresses": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "AllowedIPs": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "Endpoints": ["77.164.248.136:34289", "10.65.0.27:34289", "172.17.0.1:34289"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59802}, + {"Proto": "peerapi6", "Port": 59802} + ]}, + "Created": "2026-04-09T08:35:02.517947829Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6569312621399389, + "StableID": "naHLomhFJt11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "DiscoKey": "discokey:068f79a6856ec6636aafa8aa90721a83729401226122a2cdb412f418e16b2673", - "Addresses": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "AllowedIPs": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "Endpoints": ["77.164.248.136:35296", "10.65.0.27:35296", "172.17.0.1:35296"], - "HomeDERP": 14, + "Key": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "DiscoKey": "discokey:f73dcaa6dd12a4f9b2dd009ef519a064289cae6ac987655ec78855390a1d0b6a", + "Addresses": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "AllowedIPs": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "Endpoints": ["77.164.248.136:51577", "10.65.0.27:51577", "172.17.0.1:51577"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 42769}, - {"Proto": "peerapi6", "Port": 42769} + {"Proto": "peerapi4", "Port": 59012}, + {"Proto": "peerapi6", "Port": 59012} ]}, - "Created": "2026-04-09T01:28:50.620908535Z", + "Created": "2026-04-09T08:34:56.005868749Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7074089021162516, + "StableID": "nuBnijKsEx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "DiscoKey": "discokey:4278d3b668c694da9c6ccfabac6375d926259704ab84e5f9d5344a093087b75a", + "Addresses": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "AllowedIPs": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "Endpoints": ["77.164.248.136:43345", "10.65.0.27:43345", "172.17.0.1:43345"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 35804}, + {"Proto": "peerapi6", "Port": 35804} + ]}, + "Created": "2026-04-09T08:34:59.271526944Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7236051516521482, + "StableID": "noobpaoDWy11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "DiscoKey": "discokey:8567ffcdece416893c13218927828290a8fad12770097ff2fcb6d84cd04ccf38", + "Addresses": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "AllowedIPs": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "Endpoints": ["77.164.248.136:53752", "10.65.0.27:53752", "172.17.0.1:53752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 58073}, + {"Proto": "peerapi6", "Port": 58073} + ]}, + "Created": "2026-04-09T08:35:01.430589291Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7411823841586051, + "StableID": "nGfPHZ3qsz11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "DiscoKey": "discokey:c98d2cfe6b047f5b368e7fc2450f0e095b618fc9a3e22f00bcb8d8e76e605135", + "Addresses": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "AllowedIPs": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "Endpoints": ["77.164.248.136:55151", "10.65.0.27:55151", "172.17.0.1:55151"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48946}, + {"Proto": "peerapi6", "Port": 48946} + ]}, + "Created": "2026-04-09T08:34:56.556455946Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7465171831740832, + "StableID": "nPcUVWQzH121CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "DiscoKey": "discokey:8d46c35b4a1a209e65a48651d81aee1d4b7801d899335ad358acb428b673202a", + "Addresses": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "AllowedIPs": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "Endpoints": ["77.164.248.136:54343", "10.65.0.27:54343", "172.17.0.1:54343"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43703}, + {"Proto": "peerapi6", "Port": 43703} + ]}, + "Created": "2026-04-09T08:35:00.349370551Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16267,27 +16289,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5596045316149043": { - "ID": 5596045316149043, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6511105009994336": { + "ID": 6511105009994336, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16318,22 +16342,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4972643194764120, - "StableID": "n7657Uu7qf11CNTRL", + "ID": 5811142076612377, + "StableID": "nvDNzCrsNn11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:e5952ae58b27af17680908a006227a58f9051956d7eb274a7dd80d13aa3f933e", - "Addresses": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "AllowedIPs": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "Endpoints": ["77.164.248.136:38008", "10.65.0.27:38008", "172.17.0.1:38008"], + "Key": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "KeyExpiry": "2026-10-06T08:35:02Z", + "DiscoKey": "discokey:5c8c59ab9a172627b585209a75a62f3e6d69e681a96ea5e88cf5708419a8ac79", + "Addresses": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "AllowedIPs": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "Endpoints": ["77.164.248.136:34289", "10.65.0.27:34289", "172.17.0.1:34289"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46221}, - {"Proto": "peerapi6", "Port": 46221}, + {"Proto": "peerapi4", "Port": 59802}, + {"Proto": "peerapi6", "Port": 59802}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:57.383464235Z", + "Created": "2026-04-09T08:35:02.517947829Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16360,300 +16384,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "MachineKey": "mkey:d97349b76d4e8210d904035503d0ef1fc6d6187dfe3b3ef034d324fd2f624f2d", + "NodeKey": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "MachineKey": "mkey:065a6f3986338df1436468a2390824723bd27aa8320a8ce7835ea8d0ce6d8832", "Peers": [{ - "ID": 1962484545607580, - "StableID": "n1Ko5C9pKG11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "DiscoKey": "discokey:1b56a464e48fb278342de75614a08d1607fe9d7d8437c3e72e6399558641337d", - "Addresses": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "AllowedIPs": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "Endpoints": ["77.164.248.136:43916", "10.65.0.27:43916", "172.17.0.1:43916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 50060}, - {"Proto": "peerapi6", "Port": 50060} - ]}, - "Created": "2026-04-09T01:28:56.281326483Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3853337203560446, - "StableID": "n5NdYndB6X11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "KeyExpiry": "2026-10-06T01:28:56Z", - "DiscoKey": "discokey:c9c25e3a50bab92abd88181efb8833eb758d8e6e99dbc168dc4d60554ce80063", - "Addresses": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "AllowedIPs": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "Endpoints": ["77.164.248.136:58933", "10.65.0.27:58933", "172.17.0.1:58933"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55741}, - {"Proto": "peerapi6", "Port": 55741} - ]}, - "Created": "2026-04-09T01:28:56.81234248Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4563962913315922, - "StableID": "nFjP6sZ2ec11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "DiscoKey": "discokey:27ccc57b296854a17a6ce8b0027dbcbe9f1e7722ea35594b89c7ce87e9ab1014", - "Addresses": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "AllowedIPs": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "Endpoints": ["77.164.248.136:60617", "10.65.0.27:60617", "172.17.0.1:60617"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62921}, - {"Proto": "peerapi6", "Port": 62921} - ]}, - "Created": "2026-04-09T01:28:52.788307636Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4657460375136300, - "StableID": "nsGNd1bNNd11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "DiscoKey": "discokey:9b345096b51fb958d9e77606f22a680c0d5acf30b8b4225abd163417344bd803", - "Addresses": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "AllowedIPs": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "Endpoints": ["77.164.248.136:50873", "10.65.0.27:50873", "172.17.0.1:50873"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 48273}, - {"Proto": "peerapi6", "Port": 48273} - ]}, - "Created": "2026-04-09T01:28:55.188415048Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4809983069219024, - "StableID": "noCCpj6TZe11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "DiscoKey": "discokey:0d84391dc06996388e4321bc7f9a43fbfed767e01cb939777acdfc3dc7dcae39", - "Addresses": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "AllowedIPs": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "Endpoints": ["77.164.248.136:54325", "10.65.0.27:54325", "172.17.0.1:54325"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 54409}, - {"Proto": "peerapi6", "Port": 54409} - ]}, - "Created": "2026-04-09T01:28:54.103665196Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4843317887448935, - "StableID": "n6LxYPkYpe11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "DiscoKey": "discokey:d505c848ef8124a3c479636fdfe70abe939af18c7dd95d9644b89fe70c49da61", - "Addresses": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "AllowedIPs": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "Endpoints": ["77.164.248.136:36859", "10.65.0.27:36859", "172.17.0.1:36859"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56838}, - {"Proto": "peerapi6", "Port": 56838} - ]}, - "Created": "2026-04-09T01:28:51.710165025Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5596045316149043, - "StableID": "nC5Dq2dThk11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "DiscoKey": "discokey:649f293ee5d7e75485be08c73be8351ea6789dc11f4ff25281911bcac12c7618", - "Addresses": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "AllowedIPs": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63126}, - {"Proto": "peerapi6", "Port": 63126} - ]}, - "Created": "2026-04-09T01:28:54.646458679Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5644850153628835, - "StableID": "n2pJCDeZ5m11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "DiscoKey": "discokey:73ca0ad74cc14836acf5e724d03a29727c28df886048d01445c1d5b928800e47", - "Addresses": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "AllowedIPs": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "Endpoints": ["77.164.248.136:40168", "10.65.0.27:40168", "172.17.0.1:40168"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61505}, - {"Proto": "peerapi6", "Port": 61505} - ]}, - "Created": "2026-04-09T01:28:51.160850795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5775001503881268, - "StableID": "nmuPLpVW6n11CNTRL", + "ID": 953631691446920, + "StableID": "n5yr1gHuS811CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "DiscoKey": "discokey:f669d48e79944e08a42c9a63d0b15586254276db76c9f3a32dbc7ac3e04bc91b", - "Addresses": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "AllowedIPs": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "Endpoints": ["77.164.248.136:52740", "10.65.0.27:52740", "172.17.0.1:52740"], + "Key": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "DiscoKey": "discokey:9f092d94c13253b34540ead8810268fa82ecd8283772a3f45a1ed8dcc70bfd35", + "Addresses": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "AllowedIPs": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "Endpoints": ["77.164.248.136:44646", "10.65.0.27:44646", "172.17.0.1:44646"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33313}, - {"Proto": "peerapi6", "Port": 33313} + {"Proto": "peerapi4", "Port": 48950}, + {"Proto": "peerapi6", "Port": 48950} ]}, - "Created": "2026-04-09T01:28:52.241936783Z", + "Created": "2026-04-09T08:34:57.636709272Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6344618974635099, - "StableID": "npMNf9PVYr11CNTRL", + "ID": 1175478160836550, + "StableID": "nVaZqSpNBA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:43e4196bdb39b4d9b342005bbe0ca77ba05e617e1174c56ab842e5f90bc4a429", - "Addresses": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "AllowedIPs": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], + "Key": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "KeyExpiry": "2026-10-06T08:35:03Z", + "DiscoKey": "discokey:b2a0b48a6714406d395ed7c80bd48ffbf0137e90ce0e856588f0aa7541e5541e", + "Addresses": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "AllowedIPs": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37099}, - {"Proto": "peerapi6", "Port": 37099} + {"Proto": "peerapi4", "Port": 59203}, + {"Proto": "peerapi6", "Port": 59203} ]}, - "Created": "2026-04-09T01:28:57.918639685Z", + "Created": "2026-04-09T08:35:03.046861345Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6737829454881586, - "StableID": "nMEGKZMacu11CNTRL", + "ID": 2595779738286458, + "StableID": "nTZFeTjdGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "DiscoKey": "discokey:faed5bd29c9f5ad76779e0948a45b52363038036e1cfe8775186841a10774462", - "Addresses": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "AllowedIPs": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "Endpoints": ["77.164.248.136:40308", "10.65.0.27:40308", "172.17.0.1:40308"], + "Key": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "DiscoKey": "discokey:de415fe19c84d5689691b754330649010e8e75f236d23764ff011feff821255d", + "Addresses": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "AllowedIPs": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "Endpoints": ["77.164.248.136:37927", "10.65.0.27:37927", "172.17.0.1:37927"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55396}, - {"Proto": "peerapi6", "Port": 55396} + {"Proto": "peerapi4", "Port": 44993}, + {"Proto": "peerapi6", "Port": 44993} ]}, - "Created": "2026-04-09T01:28:55.733339154Z", + "Created": "2026-04-09T08:35:00.886876644Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6855540314968398, - "StableID": "n1GTwJRtXv11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "DiscoKey": "discokey:00f0f8dc73b01cd5ea53448a35dd26d51c20e4a01ba171be0354e6dc20574a23", - "Addresses": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "AllowedIPs": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "Endpoints": ["77.164.248.136:37429", "10.65.0.27:37429", "172.17.0.1:37429"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38120}, - {"Proto": "peerapi6", "Port": 38120} - ]}, - "Created": "2026-04-09T01:28:53.572865948Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 8360571262409346, - "StableID": "n3fc2k2XH821CNTRL", + "ID": 2719123749993109, + "StableID": "nS7wafmVEN11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "DiscoKey": "discokey:b8d635f570994fc476aeb3d4822e5ad056d02a6fefaf65672205f7158fd4107b", - "Addresses": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "AllowedIPs": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "Endpoints": ["77.164.248.136:53140", "10.65.0.27:53140", "172.17.0.1:53140"], + "Key": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "DiscoKey": "discokey:cfe7d8bc3252145b59f7a4d1fd0bca26c2bea85b4dd9fb2fa630a31b5adf423e", + "Addresses": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "AllowedIPs": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "Endpoints": ["77.164.248.136:37138", "10.65.0.27:37138", "172.17.0.1:37138"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64800}, - {"Proto": "peerapi6", "Port": 64800} + {"Proto": "peerapi4", "Port": 46014}, + {"Proto": "peerapi6", "Port": 46014} ]}, - "Created": "2026-04-09T01:28:50.073617661Z", + "Created": "2026-04-09T08:34:55.462786798Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8837101558112421, - "StableID": "nYzYT2gL1C21CNTRL", + "ID": 5326841732116404, + "StableID": "nBCNxm6Ybi11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "DiscoKey": "discokey:144cfa85637b16687f042bbc103559392d3b5f6a411521f3221e8736ac2ad424", + "Addresses": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "AllowedIPs": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "Endpoints": ["77.164.248.136:50122", "10.65.0.27:50122", "172.17.0.1:50122"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59480}, + {"Proto": "peerapi6", "Port": 59480} + ]}, + "Created": "2026-04-09T08:34:57.089641879Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5492264125586501, + "StableID": "nEDPQzTTtj11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "DiscoKey": "discokey:edbe89e01e40903db712de84ab6f6214abe1e9cae1fe5accf2e3a3da74c3d806", + "Addresses": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "AllowedIPs": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "Endpoints": ["77.164.248.136:50801", "10.65.0.27:50801", "172.17.0.1:50801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 45695}, + {"Proto": "peerapi6", "Port": 45695} + ]}, + "Created": "2026-04-09T08:34:58.176423481Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5574021780846004, + "StableID": "njv5Sp6VXk11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "KeyExpiry": "2026-10-06T08:35:01Z", + "DiscoKey": "discokey:a2d2f58b08f6c2d9e35ea305a314d9b791844dc32442b93a6ac0a981cfcf845f", + "Addresses": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "AllowedIPs": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "Endpoints": ["77.164.248.136:59744", "10.65.0.27:59744", "172.17.0.1:59744"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45045}, + {"Proto": "peerapi6", "Port": 45045} + ]}, + "Created": "2026-04-09T08:35:01.972639358Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5706006159389453, + "StableID": "nUCJ1A7GZm11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "DiscoKey": "discokey:ec2de0213e4b4f609ef8e42dcb4776b1e221ac36a916fbe5da996f540ff94242", + "Addresses": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "AllowedIPs": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "Endpoints": ["77.164.248.136:50909", "10.65.0.27:50909", "172.17.0.1:50909"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56791}, + {"Proto": "peerapi6", "Port": 56791} + ]}, + "Created": "2026-04-09T08:34:58.720357533Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6511105009994336, + "StableID": "nuH6Wtgtqs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "DiscoKey": "discokey:5da4cfcabde6d733be7609841a38b29e5aa49a8065bb28fbb0a14f3f8dbf4f3f", + "Addresses": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "AllowedIPs": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "Endpoints": ["77.164.248.136:34474", "10.65.0.27:34474", "172.17.0.1:34474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59162}, + {"Proto": "peerapi6", "Port": 59162} + ]}, + "Created": "2026-04-09T08:34:59.799746344Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6569312621399389, + "StableID": "naHLomhFJt11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "DiscoKey": "discokey:068f79a6856ec6636aafa8aa90721a83729401226122a2cdb412f418e16b2673", - "Addresses": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "AllowedIPs": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "Endpoints": ["77.164.248.136:35296", "10.65.0.27:35296", "172.17.0.1:35296"], - "HomeDERP": 14, + "Key": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "DiscoKey": "discokey:f73dcaa6dd12a4f9b2dd009ef519a064289cae6ac987655ec78855390a1d0b6a", + "Addresses": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "AllowedIPs": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "Endpoints": ["77.164.248.136:51577", "10.65.0.27:51577", "172.17.0.1:51577"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 42769}, - {"Proto": "peerapi6", "Port": 42769} + {"Proto": "peerapi4", "Port": 59012}, + {"Proto": "peerapi6", "Port": 59012} ]}, - "Created": "2026-04-09T01:28:50.620908535Z", + "Created": "2026-04-09T08:34:56.005868749Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7074089021162516, + "StableID": "nuBnijKsEx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "DiscoKey": "discokey:4278d3b668c694da9c6ccfabac6375d926259704ab84e5f9d5344a093087b75a", + "Addresses": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "AllowedIPs": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "Endpoints": ["77.164.248.136:43345", "10.65.0.27:43345", "172.17.0.1:43345"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 35804}, + {"Proto": "peerapi6", "Port": 35804} + ]}, + "Created": "2026-04-09T08:34:59.271526944Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7236051516521482, + "StableID": "noobpaoDWy11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "DiscoKey": "discokey:8567ffcdece416893c13218927828290a8fad12770097ff2fcb6d84cd04ccf38", + "Addresses": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "AllowedIPs": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "Endpoints": ["77.164.248.136:53752", "10.65.0.27:53752", "172.17.0.1:53752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 58073}, + {"Proto": "peerapi6", "Port": 58073} + ]}, + "Created": "2026-04-09T08:35:01.430589291Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7411823841586051, + "StableID": "nGfPHZ3qsz11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "DiscoKey": "discokey:c98d2cfe6b047f5b368e7fc2450f0e095b618fc9a3e22f00bcb8d8e76e605135", + "Addresses": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "AllowedIPs": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "Endpoints": ["77.164.248.136:55151", "10.65.0.27:55151", "172.17.0.1:55151"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48946}, + {"Proto": "peerapi6", "Port": 48946} + ]}, + "Created": "2026-04-09T08:34:56.556455946Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7465171831740832, + "StableID": "nPcUVWQzH121CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "DiscoKey": "discokey:8d46c35b4a1a209e65a48651d81aee1d4b7801d899335ad358acb428b673202a", + "Addresses": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "AllowedIPs": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "Endpoints": ["77.164.248.136:54343", "10.65.0.27:54343", "172.17.0.1:54343"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 43703}, + {"Proto": "peerapi6", "Port": 43703} + ]}, + "Created": "2026-04-09T08:35:00.349370551Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17501,23 +17525,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17548,21 +17573,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4657460375136300, - "StableID": "nsGNd1bNNd11CNTRL", + "ID": 7465171831740832, + "StableID": "nPcUVWQzH121CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 4657460375136300, - "Key": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "DiscoKey": "discokey:9b345096b51fb958d9e77606f22a680c0d5acf30b8b4225abd163417344bd803", - "Addresses": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "AllowedIPs": ["100.109.227.92/32", "fd7a:115c:a1e0::4e37:e35c/128"], - "Endpoints": ["77.164.248.136:50873", "10.65.0.27:50873", "172.17.0.1:50873"], + "User": 7465171831740832, + "Key": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "DiscoKey": "discokey:8d46c35b4a1a209e65a48651d81aee1d4b7801d899335ad358acb428b673202a", + "Addresses": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "AllowedIPs": ["100.85.220.84/32", "fd7a:115c:a1e0::8437:dc54/128"], + "Endpoints": ["77.164.248.136:54343", "10.65.0.27:54343", "172.17.0.1:54343"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 48273}, - {"Proto": "peerapi6", "Port": 48273}, + {"Proto": "peerapi4", "Port": 43703}, + {"Proto": "peerapi6", "Port": 43703}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:28:55.188415048Z", + "Created": "2026-04-09T08:35:00.349370551Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17590,300 +17615,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8c3499e2b88e7a7c31007adfe7ec87f5343d333c935d3459d4f8f2dc4e6de35b", - "MachineKey": "mkey:d8d2f4bb7f3fbd8c70c1c2a47847c17ca3a03ec4f62cd2c5d8cfa5818f1e1570", + "NodeKey": "nodekey:0a7e3a49583a069e479d15844cc5de3f379a2f11834f6d8be0b83eff8415dc53", + "MachineKey": "mkey:c3bfd136d94fffd90946227a0791fd29d0e68ef81f6a3ad2f516d5fe3d529027", "Peers": [{ - "ID": 1962484545607580, - "StableID": "n1Ko5C9pKG11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e73735328af73668ac23205d120b6b876b004692ee731156c1c03025be73162a", - "DiscoKey": "discokey:1b56a464e48fb278342de75614a08d1607fe9d7d8437c3e72e6399558641337d", - "Addresses": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "AllowedIPs": ["100.115.22.43/32", "fd7a:115c:a1e0::be37:162b/128"], - "Endpoints": ["77.164.248.136:43916", "10.65.0.27:43916", "172.17.0.1:43916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 50060}, - {"Proto": "peerapi6", "Port": 50060} - ]}, - "Created": "2026-04-09T01:28:56.281326483Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3853337203560446, - "StableID": "n5NdYndB6X11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:dd45028f45f214a59663356a4c6385b9528a323043a91e7af40c22a5da711e7b", - "KeyExpiry": "2026-10-06T01:28:56Z", - "DiscoKey": "discokey:c9c25e3a50bab92abd88181efb8833eb758d8e6e99dbc168dc4d60554ce80063", - "Addresses": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "AllowedIPs": ["100.113.30.124/32", "fd7a:115c:a1e0::da37:1e7c/128"], - "Endpoints": ["77.164.248.136:58933", "10.65.0.27:58933", "172.17.0.1:58933"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55741}, - {"Proto": "peerapi6", "Port": 55741} - ]}, - "Created": "2026-04-09T01:28:56.81234248Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4563962913315922, - "StableID": "nFjP6sZ2ec11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38a2f5b6a158fa113453eaaa8d9eb58b3751c95a618335739a516ac5e6e2a627", - "DiscoKey": "discokey:27ccc57b296854a17a6ce8b0027dbcbe9f1e7722ea35594b89c7ce87e9ab1014", - "Addresses": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "AllowedIPs": ["100.98.166.40/32", "fd7a:115c:a1e0::e637:a628/128"], - "Endpoints": ["77.164.248.136:60617", "10.65.0.27:60617", "172.17.0.1:60617"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62921}, - {"Proto": "peerapi6", "Port": 62921} - ]}, - "Created": "2026-04-09T01:28:52.788307636Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4809983069219024, - "StableID": "noCCpj6TZe11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c71ee806fd0b047d9a86ee86f8ab025faec0913df1598d49c5fecfa29d02545e", - "DiscoKey": "discokey:0d84391dc06996388e4321bc7f9a43fbfed767e01cb939777acdfc3dc7dcae39", - "Addresses": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "AllowedIPs": ["100.66.84.95/32", "fd7a:115c:a1e0::9d37:545f/128"], - "Endpoints": ["77.164.248.136:54325", "10.65.0.27:54325", "172.17.0.1:54325"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 54409}, - {"Proto": "peerapi6", "Port": 54409} - ]}, - "Created": "2026-04-09T01:28:54.103665196Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4843317887448935, - "StableID": "n6LxYPkYpe11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:35bfb5f22d111b2acb59191ae726c48efe83087e8e09de4452a8fe73a393832c", - "DiscoKey": "discokey:d505c848ef8124a3c479636fdfe70abe939af18c7dd95d9644b89fe70c49da61", - "Addresses": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "AllowedIPs": ["100.83.131.45/32", "fd7a:115c:a1e0::a337:832d/128"], - "Endpoints": ["77.164.248.136:36859", "10.65.0.27:36859", "172.17.0.1:36859"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56838}, - {"Proto": "peerapi6", "Port": 56838} - ]}, - "Created": "2026-04-09T01:28:51.710165025Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4972643194764120, - "StableID": "n7657Uu7qf11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:ebe5616104131ce81de64422ac2fa72e572ca64556fdcb41d134b6b381962c46", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:e5952ae58b27af17680908a006227a58f9051956d7eb274a7dd80d13aa3f933e", - "Addresses": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "AllowedIPs": ["100.86.44.71/32", "fd7a:115c:a1e0::8137:2c47/128"], - "Endpoints": ["77.164.248.136:38008", "10.65.0.27:38008", "172.17.0.1:38008"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46221}, - {"Proto": "peerapi6", "Port": 46221} - ]}, - "Created": "2026-04-09T01:28:57.383464235Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5596045316149043, - "StableID": "nC5Dq2dThk11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3917a63618a81f0fa1e6bcb02479d3524bf635764ad341de3f6d4c1049b9da60", - "DiscoKey": "discokey:649f293ee5d7e75485be08c73be8351ea6789dc11f4ff25281911bcac12c7618", - "Addresses": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "AllowedIPs": ["100.121.218.97/32", "fd7a:115c:a1e0::4937:da61/128"], - "Endpoints": ["77.164.248.136:36257", "10.65.0.27:36257", "172.17.0.1:36257"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63126}, - {"Proto": "peerapi6", "Port": 63126} - ]}, - "Created": "2026-04-09T01:28:54.646458679Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5644850153628835, - "StableID": "n2pJCDeZ5m11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4113eb5f945ac707db8b5d387f13e3ea4425333b598e8fc414a87ff82cec9475", - "DiscoKey": "discokey:73ca0ad74cc14836acf5e724d03a29727c28df886048d01445c1d5b928800e47", - "Addresses": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "AllowedIPs": ["100.108.148.118/32", "fd7a:115c:a1e0::2c37:9476/128"], - "Endpoints": ["77.164.248.136:40168", "10.65.0.27:40168", "172.17.0.1:40168"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61505}, - {"Proto": "peerapi6", "Port": 61505} - ]}, - "Created": "2026-04-09T01:28:51.160850795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5775001503881268, - "StableID": "nmuPLpVW6n11CNTRL", + "ID": 953631691446920, + "StableID": "n5yr1gHuS811CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:98803bd8665283b0a9756cb36b01b98865fdc0fbbebfaae802fe81246e6e2127", - "DiscoKey": "discokey:f669d48e79944e08a42c9a63d0b15586254276db76c9f3a32dbc7ac3e04bc91b", - "Addresses": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "AllowedIPs": ["100.110.33.40/32", "fd7a:115c:a1e0::6e37:2128/128"], - "Endpoints": ["77.164.248.136:52740", "10.65.0.27:52740", "172.17.0.1:52740"], + "Key": "nodekey:6c4899b77bdd509b12db2dcaeddec3fa0899bf02591e2750d645f882cb8e605c", + "DiscoKey": "discokey:9f092d94c13253b34540ead8810268fa82ecd8283772a3f45a1ed8dcc70bfd35", + "Addresses": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "AllowedIPs": ["100.78.96.93/32", "fd7a:115c:a1e0::cb37:605d/128"], + "Endpoints": ["77.164.248.136:44646", "10.65.0.27:44646", "172.17.0.1:44646"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 33313}, - {"Proto": "peerapi6", "Port": 33313} + {"Proto": "peerapi4", "Port": 48950}, + {"Proto": "peerapi6", "Port": 48950} ]}, - "Created": "2026-04-09T01:28:52.241936783Z", + "Created": "2026-04-09T08:34:57.636709272Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6344618974635099, - "StableID": "npMNf9PVYr11CNTRL", + "ID": 1175478160836550, + "StableID": "nVaZqSpNBA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:7d8d2bf6add390779bd0a5d4c991c5f38087733f5ce15c37e0e295fb5c707109", - "KeyExpiry": "2026-10-06T01:28:57Z", - "DiscoKey": "discokey:43e4196bdb39b4d9b342005bbe0ca77ba05e617e1174c56ab842e5f90bc4a429", - "Addresses": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], - "AllowedIPs": ["100.112.113.10/32", "fd7a:115c:a1e0::5c37:710a/128"], + "Key": "nodekey:ae7b2ca58df697c0d80ed28b4a3940a301cafd639559aa1f364a8ba63e111157", + "KeyExpiry": "2026-10-06T08:35:03Z", + "DiscoKey": "discokey:b2a0b48a6714406d395ed7c80bd48ffbf0137e90ce0e856588f0aa7541e5541e", + "Addresses": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], + "AllowedIPs": ["100.81.17.88/32", "fd7a:115c:a1e0::3e37:1158/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37099}, - {"Proto": "peerapi6", "Port": 37099} + {"Proto": "peerapi4", "Port": 59203}, + {"Proto": "peerapi6", "Port": 59203} ]}, - "Created": "2026-04-09T01:28:57.918639685Z", + "Created": "2026-04-09T08:35:03.046861345Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 6737829454881586, - "StableID": "nMEGKZMacu11CNTRL", + "ID": 2595779738286458, + "StableID": "nTZFeTjdGM11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6a917eba4439ce5bfc157ccd43e40f4a541c58c5907f5e0ae250ab1ae584130", - "DiscoKey": "discokey:faed5bd29c9f5ad76779e0948a45b52363038036e1cfe8775186841a10774462", - "Addresses": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "AllowedIPs": ["100.88.65.49/32", "fd7a:115c:a1e0::ae37:4131/128"], - "Endpoints": ["77.164.248.136:40308", "10.65.0.27:40308", "172.17.0.1:40308"], + "Key": "nodekey:dea8017c520d9b03fd121c3c7a9ea3a55e3f9ab13c49343e29fb862f0f2d4e0b", + "DiscoKey": "discokey:de415fe19c84d5689691b754330649010e8e75f236d23764ff011feff821255d", + "Addresses": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "AllowedIPs": ["100.109.78.12/32", "fd7a:115c:a1e0::f37:4e0c/128"], + "Endpoints": ["77.164.248.136:37927", "10.65.0.27:37927", "172.17.0.1:37927"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55396}, - {"Proto": "peerapi6", "Port": 55396} + {"Proto": "peerapi4", "Port": 44993}, + {"Proto": "peerapi6", "Port": 44993} ]}, - "Created": "2026-04-09T01:28:55.733339154Z", + "Created": "2026-04-09T08:35:00.886876644Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6855540314968398, - "StableID": "n1GTwJRtXv11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1448ec2cd395d61d39b3f25b8f3b95d333c2f0e819a74bdf4b11299b4a22ad71", - "DiscoKey": "discokey:00f0f8dc73b01cd5ea53448a35dd26d51c20e4a01ba171be0354e6dc20574a23", - "Addresses": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "AllowedIPs": ["100.98.173.114/32", "fd7a:115c:a1e0::4a37:ad73/128"], - "Endpoints": ["77.164.248.136:37429", "10.65.0.27:37429", "172.17.0.1:37429"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38120}, - {"Proto": "peerapi6", "Port": 38120} - ]}, - "Created": "2026-04-09T01:28:53.572865948Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 8360571262409346, - "StableID": "n3fc2k2XH821CNTRL", + "ID": 2719123749993109, + "StableID": "nS7wafmVEN11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f3a77bc33c989b56ef188866ceec4398bca9660c22d17080dbdd0d8ced1bb34a", - "DiscoKey": "discokey:b8d635f570994fc476aeb3d4822e5ad056d02a6fefaf65672205f7158fd4107b", - "Addresses": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "AllowedIPs": ["100.91.179.75/32", "fd7a:115c:a1e0::ed37:b34b/128"], - "Endpoints": ["77.164.248.136:53140", "10.65.0.27:53140", "172.17.0.1:53140"], + "Key": "nodekey:243e600395e7f368ee4a8b4b4378383e93c68eda1971e36a31710bceb7a5767b", + "DiscoKey": "discokey:cfe7d8bc3252145b59f7a4d1fd0bca26c2bea85b4dd9fb2fa630a31b5adf423e", + "Addresses": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "AllowedIPs": ["100.101.118.124/32", "fd7a:115c:a1e0::b737:767c/128"], + "Endpoints": ["77.164.248.136:37138", "10.65.0.27:37138", "172.17.0.1:37138"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 64800}, - {"Proto": "peerapi6", "Port": 64800} + {"Proto": "peerapi4", "Port": 46014}, + {"Proto": "peerapi6", "Port": 46014} ]}, - "Created": "2026-04-09T01:28:50.073617661Z", + "Created": "2026-04-09T08:34:55.462786798Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8837101558112421, - "StableID": "nYzYT2gL1C21CNTRL", + "ID": 5326841732116404, + "StableID": "nBCNxm6Ybi11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2b3e6a822e6f1c7a5b58d37f624ca3a6c1e995d32d1c1ed0e824084af9661f69", + "DiscoKey": "discokey:144cfa85637b16687f042bbc103559392d3b5f6a411521f3221e8736ac2ad424", + "Addresses": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "AllowedIPs": ["100.102.31.106/32", "fd7a:115c:a1e0::f937:1f6a/128"], + "Endpoints": ["77.164.248.136:50122", "10.65.0.27:50122", "172.17.0.1:50122"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59480}, + {"Proto": "peerapi6", "Port": 59480} + ]}, + "Created": "2026-04-09T08:34:57.089641879Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5492264125586501, + "StableID": "nEDPQzTTtj11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ef3654935525151f89af5063f0e5d7716ebcef1b86d4825bec172ed159c0a46", + "DiscoKey": "discokey:edbe89e01e40903db712de84ab6f6214abe1e9cae1fe5accf2e3a3da74c3d806", + "Addresses": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "AllowedIPs": ["100.92.10.71/32", "fd7a:115c:a1e0::1537:a47/128"], + "Endpoints": ["77.164.248.136:50801", "10.65.0.27:50801", "172.17.0.1:50801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 45695}, + {"Proto": "peerapi6", "Port": 45695} + ]}, + "Created": "2026-04-09T08:34:58.176423481Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5574021780846004, + "StableID": "njv5Sp6VXk11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:585eac7109d3e80b1a57e3673b774a897226e4c7ccfdc23927b715d95ade7f0f", + "KeyExpiry": "2026-10-06T08:35:01Z", + "DiscoKey": "discokey:a2d2f58b08f6c2d9e35ea305a314d9b791844dc32442b93a6ac0a981cfcf845f", + "Addresses": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "AllowedIPs": ["100.94.127.16/32", "fd7a:115c:a1e0::5a37:7f10/128"], + "Endpoints": ["77.164.248.136:59744", "10.65.0.27:59744", "172.17.0.1:59744"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45045}, + {"Proto": "peerapi6", "Port": 45045} + ]}, + "Created": "2026-04-09T08:35:01.972639358Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5706006159389453, + "StableID": "nUCJ1A7GZm11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:170810215604b1a3e89484df060c14d79c8ecdf0eefca28248471e5d897e1857", + "DiscoKey": "discokey:ec2de0213e4b4f609ef8e42dcb4776b1e221ac36a916fbe5da996f540ff94242", + "Addresses": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "AllowedIPs": ["100.126.24.88/32", "fd7a:115c:a1e0::8937:1858/128"], + "Endpoints": ["77.164.248.136:50909", "10.65.0.27:50909", "172.17.0.1:50909"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56791}, + {"Proto": "peerapi6", "Port": 56791} + ]}, + "Created": "2026-04-09T08:34:58.720357533Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5811142076612377, + "StableID": "nvDNzCrsNn11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4e49869217805233f4e55f69db07c7c38bdb6334f7a694c96f7095834e256734", + "KeyExpiry": "2026-10-06T08:35:02Z", + "DiscoKey": "discokey:5c8c59ab9a172627b585209a75a62f3e6d69e681a96ea5e88cf5708419a8ac79", + "Addresses": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "AllowedIPs": ["100.101.103.53/32", "fd7a:115c:a1e0::4e37:6736/128"], + "Endpoints": ["77.164.248.136:34289", "10.65.0.27:34289", "172.17.0.1:34289"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59802}, + {"Proto": "peerapi6", "Port": 59802} + ]}, + "Created": "2026-04-09T08:35:02.517947829Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6511105009994336, + "StableID": "nuH6Wtgtqs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dbee55d3fbb94cfa485ec36b26a053aa0d0c715bc3f2aea134bad0de80e5d220", + "DiscoKey": "discokey:5da4cfcabde6d733be7609841a38b29e5aa49a8065bb28fbb0a14f3f8dbf4f3f", + "Addresses": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "AllowedIPs": ["100.101.210.33/32", "fd7a:115c:a1e0::8037:d222/128"], + "Endpoints": ["77.164.248.136:34474", "10.65.0.27:34474", "172.17.0.1:34474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 59162}, + {"Proto": "peerapi6", "Port": 59162} + ]}, + "Created": "2026-04-09T08:34:59.799746344Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6569312621399389, + "StableID": "naHLomhFJt11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b417baf3aed3479dc87f4631f0864cd698160df3e6b5437272fabd01f4cb8a2b", - "DiscoKey": "discokey:068f79a6856ec6636aafa8aa90721a83729401226122a2cdb412f418e16b2673", - "Addresses": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "AllowedIPs": ["100.75.138.44/32", "fd7a:115c:a1e0::f437:8a2c/128"], - "Endpoints": ["77.164.248.136:35296", "10.65.0.27:35296", "172.17.0.1:35296"], - "HomeDERP": 14, + "Key": "nodekey:57bfec35d53d96d81a8d7b6bc9045fecaa9c117dce45fb66b7e7f5515bf7c204", + "DiscoKey": "discokey:f73dcaa6dd12a4f9b2dd009ef519a064289cae6ac987655ec78855390a1d0b6a", + "Addresses": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "AllowedIPs": ["100.119.194.5/32", "fd7a:115c:a1e0::5b37:c205/128"], + "Endpoints": ["77.164.248.136:51577", "10.65.0.27:51577", "172.17.0.1:51577"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 42769}, - {"Proto": "peerapi6", "Port": 42769} + {"Proto": "peerapi4", "Port": 59012}, + {"Proto": "peerapi6", "Port": 59012} ]}, - "Created": "2026-04-09T01:28:50.620908535Z", + "Created": "2026-04-09T08:34:56.005868749Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7074089021162516, + "StableID": "nuBnijKsEx11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:854de523c7c75534b0d27fa84be26c5b40e9e5e9014c7ec0a283bc4343be0356", + "DiscoKey": "discokey:4278d3b668c694da9c6ccfabac6375d926259704ab84e5f9d5344a093087b75a", + "Addresses": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "AllowedIPs": ["100.126.3.87/32", "fd7a:115c:a1e0::4337:357/128"], + "Endpoints": ["77.164.248.136:43345", "10.65.0.27:43345", "172.17.0.1:43345"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 35804}, + {"Proto": "peerapi6", "Port": 35804} + ]}, + "Created": "2026-04-09T08:34:59.271526944Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7236051516521482, + "StableID": "noobpaoDWy11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bee96735a799768322d8794687fbe2f879209f343e8d21a72ba57564c6ccea75", + "DiscoKey": "discokey:8567ffcdece416893c13218927828290a8fad12770097ff2fcb6d84cd04ccf38", + "Addresses": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "AllowedIPs": ["100.76.234.118/32", "fd7a:115c:a1e0::c637:ea76/128"], + "Endpoints": ["77.164.248.136:53752", "10.65.0.27:53752", "172.17.0.1:53752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 58073}, + {"Proto": "peerapi6", "Port": 58073} + ]}, + "Created": "2026-04-09T08:35:01.430589291Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7411823841586051, + "StableID": "nGfPHZ3qsz11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3c1e15c0b4f919646c6f551ba5ffc3e403e7ccb6d9bf24243b81041b6ec02c52", + "DiscoKey": "discokey:c98d2cfe6b047f5b368e7fc2450f0e095b618fc9a3e22f00bcb8d8e76e605135", + "Addresses": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "AllowedIPs": ["100.64.44.83/32", "fd7a:115c:a1e0::6e37:2c53/128"], + "Endpoints": ["77.164.248.136:55151", "10.65.0.27:55151", "172.17.0.1:55151"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48946}, + {"Proto": "peerapi6", "Port": 48946} + ]}, + "Created": "2026-04-09T08:34:56.556455946Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18731,27 +18756,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4657460375136300": { - "ID": 4657460375136300, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7465171831740832": { + "ID": 7465171831740832, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-d1.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-d1.hujson index b51d9d5b..407f20bb 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-d1.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-d1.hujson @@ -3,7 +3,7 @@ // ssh d1 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:29:10Z +// Captured at: 2026-04-09T08:35:16Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-d1", "description": "ssh d1", "category": "ssh", - "captured_at": "2026-04-09T01:29:10.832230493Z", + "captured_at": "2026-04-09T08:35:16.027111543Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "error": true, @@ -20,7 +20,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -39,119 +39,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d1\",\n\t\"id\": \"ssh-d1\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@dalby.cc\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d1\",\n\t\"id\": \"ssh-d1\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@dalby.cc\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-d1.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.68.242.105", - "ipv6": "fd7a:115c:a1e0::de37:f269", + "ipv4": "100.84.144.24", + "ipv6": "fd7a:115c:a1e0::5a37:9018", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.74.108.56", - "ipv6": "fd7a:115c:a1e0::7e37:6c38", + "ipv4": "100.76.153.19", + "ipv6": "fd7a:115c:a1e0::b437:9913", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.105.35.125", - "ipv6": "fd7a:115c:a1e0::bc37:237e", + "ipv4": "100.77.6.48", + "ipv6": "fd7a:115c:a1e0::8637:630", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.116.9.92", - "ipv6": "fd7a:115c:a1e0::4737:95c", + "ipv4": "100.92.86.46", + "ipv6": "fd7a:115c:a1e0::d137:562e", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.101.68.125", - "ipv6": "fd7a:115c:a1e0::9b37:447d", + "ipv4": "100.77.159.63", + "ipv6": "fd7a:115c:a1e0::c637:9f3f", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.122.78.41", - "ipv6": "fd7a:115c:a1e0::f337:4e29", + "ipv4": "100.100.11.69", + "ipv6": "fd7a:115c:a1e0::ca37:b45", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.72.152.37", - "ipv6": "fd7a:115c:a1e0::8f37:9825", + "ipv4": "100.83.89.27", + "ipv6": "fd7a:115c:a1e0::337:591b", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.102.128.65", - "ipv6": "fd7a:115c:a1e0::f637:8041", + "ipv4": "100.111.16.84", + "ipv6": "fd7a:115c:a1e0::f837:1054", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.112.209.42", - "ipv6": "fd7a:115c:a1e0::9137:d12a", + "ipv4": "100.98.169.120", + "ipv6": "fd7a:115c:a1e0::bd37:a978", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.103.165.95", - "ipv6": "fd7a:115c:a1e0::9337:a55f", + "ipv4": "100.116.177.48", + "ipv6": "fd7a:115c:a1e0::bd37:b130", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.73.128.32", - "ipv6": "fd7a:115c:a1e0::a037:8020", + "ipv4": "100.122.94.97", + "ipv6": "fd7a:115c:a1e0::3b37:5e61", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.67.125.106", - "ipv6": "fd7a:115c:a1e0::b337:7d6a", + "ipv4": "100.120.224.118", + "ipv6": "fd7a:115c:a1e0::df37:e076", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.85.98.46", - "ipv6": "fd7a:115c:a1e0::5d37:622e", + "ipv4": "100.88.74.15", + "ipv6": "fd7a:115c:a1e0::5937:4a0f", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.84.204.14", - "ipv6": "fd7a:115c:a1e0::a437:cc0f", + "ipv4": "100.75.46.30", + "ipv6": "fd7a:115c:a1e0::5f37:2e1e", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.103.107.78", - "ipv6": "fd7a:115c:a1e0::dc37:6b4e", + "ipv4": "100.121.123.105", + "ipv6": "fd7a:115c:a1e0::5037:7b69", "routable_ips": [], "approved_routes": [] }}}, @@ -183,21 +183,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6222914751264433, - "StableID": "nEjXCGRNbq11CNTRL", + "ID": 8934382433183138, + "StableID": "n3jNGS5QmC21CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 6222914751264433, - "Key": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "DiscoKey": "discokey:b05357b73212dc95354ddcd7ac5a6d716d661f12c5484ce9c3612b476bd26652", - "Addresses": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "AllowedIPs": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "Endpoints": ["77.164.248.136:60605", "10.65.0.27:60605", "172.17.0.1:60605"], + "User": 8934382433183138, + "Key": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "DiscoKey": "discokey:02452b6f68bfb57845906af3b96334b96e2c89761b6013e851cb431c673c6f4e", + "Addresses": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "AllowedIPs": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "Endpoints": ["77.164.248.136:36555", "10.65.0.27:36555", "172.17.0.1:36555"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 42701}, - {"Proto": "peerapi6", "Port": 42701}, + {"Proto": "peerapi4", "Port": 52530}, + {"Proto": "peerapi6", "Port": 52530}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:19.590282399Z", + "Created": "2026-04-09T08:35:24.852861057Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -225,300 +225,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "MachineKey": "mkey:975f6bad68b540db36dc2119de17e90e16a89c80e303a693ea93e53ada570d56", + "NodeKey": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "MachineKey": "mkey:8ed863a7760ba19ac439f54d692ea743a4ccf5405718c360cefac016d6074b17", "Peers": [{ - "ID": 931345710153623, - "StableID": "n6QSAcsoG811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "DiscoKey": "discokey:965b37b48e13b83f602a4db14d0642e57ebd6890c09083d713f079d5fdd4e503", - "Addresses": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "AllowedIPs": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "Endpoints": ["77.164.248.136:49109", "10.65.0.27:49109", "172.17.0.1:49109"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55129}, - {"Proto": "peerapi6", "Port": 55129} - ]}, - "Created": "2026-04-09T01:29:17.41646995Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1164943042254358, - "StableID": "nT75VY5c6A11CNTRL", + "ID": 647126719099551, + "StableID": "nLykBTv54611CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "DiscoKey": "discokey:281ac7a456e0816f42d6326dfb491f6d58bd615df9cdd99c1e9e74c6eebbe759", - "Addresses": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "AllowedIPs": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "Endpoints": ["77.164.248.136:48630", "10.65.0.27:48630", "172.17.0.1:48630"], + "Key": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "DiscoKey": "discokey:217f880836aa7847643debc9fc54e2a46ca2f52727543a5412c0a30218235d77", + "Addresses": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "AllowedIPs": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "Endpoints": ["77.164.248.136:33954", "10.65.0.27:33954", "172.17.0.1:33954"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34765}, - {"Proto": "peerapi6", "Port": 34765} + {"Proto": "peerapi4", "Port": 53939}, + {"Proto": "peerapi6", "Port": 53939} ]}, - "Created": "2026-04-09T01:29:14.165162441Z", + "Created": "2026-04-09T08:35:19.470050506Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2922978097957867, - "StableID": "nrCQFLgppP11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "DiscoKey": "discokey:4fad1cbe1f36566dff484cd398358d79d088f0a7e4e8b0f4b7ea950921491a56", - "Addresses": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "AllowedIPs": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "Endpoints": ["77.164.248.136:43427", "10.65.0.27:43427", "172.17.0.1:43427"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55884}, - {"Proto": "peerapi6", "Port": 55884} - ]}, - "Created": "2026-04-09T01:29:18.514032418Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3001704378736632, - "StableID": "nFJX6ggUSQ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "DiscoKey": "discokey:9496fb1f215361d0bef981ab81f4c1914e6ffc37b9bddd84bbf5de259da59e41", - "Addresses": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "AllowedIPs": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "Endpoints": ["77.164.248.136:40893", "10.65.0.27:40893", "172.17.0.1:40893"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 48904}, - {"Proto": "peerapi6", "Port": 48904} - ]}, - "Created": "2026-04-09T01:29:14.720735558Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3640720367236755, - "StableID": "npfunvYtRV11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:a95a75fc376c8751d145b361c46fe498b4adbc42ee4922bbe18cfec74e112e53", - "Addresses": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "AllowedIPs": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "Endpoints": ["77.164.248.136:57517", "10.65.0.27:57517", "172.17.0.1:57517"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59963}, - {"Proto": "peerapi6", "Port": 59963} - ]}, - "Created": "2026-04-09T01:29:20.682272673Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3767519076142601, - "StableID": "nWhkVaLKRW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "KeyExpiry": "2026-10-06T01:29:21Z", - "DiscoKey": "discokey:f95848aa4e4c4d777a62d607db660a449d6add9bc570f704c5e7ecc3ea71fe70", - "Addresses": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "AllowedIPs": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54109}, - {"Proto": "peerapi6", "Port": 54109} - ]}, - "Created": "2026-04-09T01:29:21.245060544Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3803067513769488, - "StableID": "noCYCp8RhW11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "DiscoKey": "discokey:0f331b3cad3c97388ab359b521172172d9da19f005b6c52a2a9886bf52439c16", - "Addresses": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "AllowedIPs": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "Endpoints": ["77.164.248.136:51935", "10.65.0.27:51935", "172.17.0.1:51935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52529}, - {"Proto": "peerapi6", "Port": 52529} - ]}, - "Created": "2026-04-09T01:29:16.337094127Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 3950071695004851, - "StableID": "nNiYJkgzqX11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "DiscoKey": "discokey:7a5858ac552ce0936d5128fe2ed9699ad802c7276182599dc0524dc5ce097104", - "Addresses": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "AllowedIPs": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "Endpoints": ["77.164.248.136:39200", "10.65.0.27:39200", "172.17.0.1:39200"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36042}, - {"Proto": "peerapi6", "Port": 36042} - ]}, - "Created": "2026-04-09T01:29:13.619691278Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4243720286701029, - "StableID": "nkgJoULz8a11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:38c657853fc514f2f724f9ba00c5e26808b7b61ea918bb45e45d940e1dbc6f24", - "Addresses": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "AllowedIPs": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "Endpoints": ["77.164.248.136:55966", "10.65.0.27:55966", "172.17.0.1:55966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52851}, - {"Proto": "peerapi6", "Port": 52851} - ]}, - "Created": "2026-04-09T01:29:20.126353638Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5514711067472810, - "StableID": "nMJvnH7d4k11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "DiscoKey": "discokey:e7220dff10d285f05391d59b5e88fb08f84b18d883378cd8cfe4e8100fba583f", - "Addresses": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "AllowedIPs": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "Endpoints": ["77.164.248.136:46142", "10.65.0.27:46142", "172.17.0.1:46142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53567}, - {"Proto": "peerapi6", "Port": 53567} - ]}, - "Created": "2026-04-09T01:29:19.046722196Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6424095364702237, - "StableID": "nGUf6L6VAs11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "DiscoKey": "discokey:24ecb96bdddd5c84d0adea7443cd282509304bb2e981acdfdbf2718420202332", - "Addresses": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "AllowedIPs": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "Endpoints": ["77.164.248.136:49857", "10.65.0.27:49857", "172.17.0.1:49857"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58742}, - {"Proto": "peerapi6", "Port": 58742} - ]}, - "Created": "2026-04-09T01:29:16.866913551Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6988776861037985, - "StableID": "nzBYGQKEaw11CNTRL", + "ID": 845490085651008, + "StableID": "nyoCdGbvb711CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "DiscoKey": "discokey:299371ab710a43814db3aa8b6fabee2d43419411254c18046b3c442b3af36749", - "Addresses": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "AllowedIPs": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "Endpoints": ["77.164.248.136:40425", "10.65.0.27:40425", "172.17.0.1:40425"], + "Key": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "DiscoKey": "discokey:f4a9cf7cb7090418fd6fa52a9c79786a390ac08e08008ab678c58f3a40c8de08", + "Addresses": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "AllowedIPs": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "Endpoints": ["77.164.248.136:59494", "10.65.0.27:59494", "172.17.0.1:59494"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45475}, - {"Proto": "peerapi6", "Port": 45475} + {"Proto": "peerapi4", "Port": 39940}, + {"Proto": "peerapi6", "Port": 39940} ]}, - "Created": "2026-04-09T01:29:17.973639016Z", + "Created": "2026-04-09T08:35:23.227399721Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7572892111338599, - "StableID": "ntqEjz2n8221CNTRL", + "ID": 1499295542366034, + "StableID": "ny8zyBx2iC11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "KeyExpiry": "2026-10-06T08:35:26Z", + "DiscoKey": "discokey:f26f4c71cb8d0a1f42ad87f457f993365b4fc5ec3274d4545292892e430f4403", + "Addresses": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "AllowedIPs": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 53419}, + {"Proto": "peerapi6", "Port": 53419} + ]}, + "Created": "2026-04-09T08:35:26.473075765Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1506533552149553, + "StableID": "ncJ48k5KmC11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "DiscoKey": "discokey:d37a686afede4f2be0b9499a5f6febece9ad0f3d205e79602dc09a3753f17315", + "Addresses": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "AllowedIPs": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 46795}, + {"Proto": "peerapi6", "Port": 46795} + ]}, + "Created": "2026-04-09T08:35:21.08163087Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1994706396873706, + "StableID": "noHxjAZQaG11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "DiscoKey": "discokey:a3e3f40a2a6522eb5a41f4abc787a1509b06ce05ac0a807f171e3a8809c82545", + "Addresses": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "AllowedIPs": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "Endpoints": ["77.164.248.136:57103", "10.65.0.27:57103", "172.17.0.1:57103"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 63963}, + {"Proto": "peerapi6", "Port": 63963} + ]}, + "Created": "2026-04-09T08:35:19.986236555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2371038460990541, + "StableID": "nA1NZGArWK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:e841b2b16f0af66713642467068fb160a745a10dfeb667c6e570aaccbacdd246", + "Addresses": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "AllowedIPs": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "Endpoints": ["77.164.248.136:33302", "10.65.0.27:33302", "172.17.0.1:33302"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 36732}, + {"Proto": "peerapi6", "Port": 36732} + ]}, + "Created": "2026-04-09T08:35:25.968848774Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4031117123850310, + "StableID": "nV8iKTchUY11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "DiscoKey": "discokey:1888508193797a3e11287ecce30d90ebf0781d5780e6fc77015de9e6383d1f66", + "Addresses": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "AllowedIPs": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 64617}, + {"Proto": "peerapi6", "Port": 64617} + ]}, + "Created": "2026-04-09T08:35:22.691859462Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4380615993940572, + "StableID": "ndBrfXMzCb11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "DiscoKey": "discokey:28df1b61661f20433d184ce5ff891e22d018d2539efbcdd823aa4ff503976166", + "Addresses": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "AllowedIPs": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "Endpoints": ["77.164.248.136:54723", "10.65.0.27:54723", "172.17.0.1:54723"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 58890}, + {"Proto": "peerapi6", "Port": 58890} + ]}, + "Created": "2026-04-09T08:35:24.310023379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4674613820252956, + "StableID": "nKQJqLB9Wd11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "DiscoKey": "discokey:136168f1bd5c8546146b77d8eb8f246927e8b62e49efbbc07db7c51d99214d5f", + "Addresses": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "AllowedIPs": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "Endpoints": ["77.164.248.136:60319", "10.65.0.27:60319", "172.17.0.1:60319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 47346}, + {"Proto": "peerapi6", "Port": 47346} + ]}, + "Created": "2026-04-09T08:35:18.894081273Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4722280273267347, + "StableID": "nAJT48Jjsd11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "DiscoKey": "discokey:abb330429386415cf953a09676221bcbd042c14afb68cb9782d148577c497766", - "Addresses": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "AllowedIPs": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "Endpoints": ["77.164.248.136:46024", "10.65.0.27:46024", "172.17.0.1:46024"], + "Key": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "DiscoKey": "discokey:696cdfa05e58ff3d7d65455eb875f3778ee31dc0eddb647b61531d17046ce907", + "Addresses": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "AllowedIPs": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "Endpoints": ["77.164.248.136:44418", "10.65.0.27:44418", "172.17.0.1:44418"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 55262}, - {"Proto": "peerapi6", "Port": 55262} + {"Proto": "peerapi4", "Port": 38272}, + {"Proto": "peerapi6", "Port": 38272} ]}, - "Created": "2026-04-09T01:29:15.238604154Z", + "Created": "2026-04-09T08:35:20.570078333Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8714805048734484, - "StableID": "nPL7ik9x3B21CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 4873024968296014, + "StableID": "nf1PZx614f11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "DiscoKey": "discokey:53575245aa5dc83e1502fcb865f3708067950aec6989e3a4706231753d18627b", - "Addresses": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "AllowedIPs": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "DiscoKey": "discokey:1b5b97cea18f435fa362ba7384b186e4c9be687a799d1db90c01dfcf3d0f0c09", + "Addresses": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "AllowedIPs": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "Endpoints": ["77.164.248.136:55962", "10.65.0.27:55962", "172.17.0.1:55962"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 32894}, - {"Proto": "peerapi6", "Port": 32894} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 62220}, + {"Proto": "peerapi6", "Port": 62220} ]}, - "Created": "2026-04-09T01:29:15.796649272Z", + "Created": "2026-04-09T08:35:23.782063506Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6321025578388168, + "StableID": "nDjZ2AdoMr11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "DiscoKey": "discokey:ef4151f52e161a39a1a15e14b7fba89cfb94ef6aad36e4b9470510a1f32d1005", + "Addresses": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "AllowedIPs": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "Endpoints": ["77.164.248.136:34644", "10.65.0.27:34644", "172.17.0.1:34644"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56635}, + {"Proto": "peerapi6", "Port": 56635} + ]}, + "Created": "2026-04-09T08:35:21.611290573Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6686978099098836, + "StableID": "nfev8PaYDu11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "DiscoKey": "discokey:93638ae96ed9d6ab74bf216d7dff4870d1647af0f7024c686c726b3a858fe330", + "Addresses": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "AllowedIPs": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "Endpoints": ["77.164.248.136:49797", "10.65.0.27:49797", "172.17.0.1:49797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 50975}, + {"Proto": "peerapi6", "Port": 50975} + ]}, + "Created": "2026-04-09T08:35:22.146207089Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8125377930578454, + "StableID": "nqxBgCuzS621CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:44a1fb1b6f4d4553bda7ff5f170de25108fa351e3455d8d020eb969ee8e72465", + "Addresses": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "AllowedIPs": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "Endpoints": ["77.164.248.136:41236", "10.65.0.27:41236", "172.17.0.1:41236"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54842}, + {"Proto": "peerapi6", "Port": 54842} + ]}, + "Created": "2026-04-09T08:35:25.399623315Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -1366,27 +1365,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6222914751264433": { - "ID": 6222914751264433, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8934382433183138": { + "ID": 8934382433183138, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [] }, "blastoise": { @@ -1417,26 +1418,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3803067513769488, - "StableID": "noCYCp8RhW11CNTRL", + "ID": 6321025578388168, + "StableID": "nDjZ2AdoMr11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 3803067513769488, - "Key": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "DiscoKey": "discokey:0f331b3cad3c97388ab359b521172172d9da19f005b6c52a2a9886bf52439c16", - "Addresses": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "AllowedIPs": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "Endpoints": ["77.164.248.136:51935", "10.65.0.27:51935", "172.17.0.1:51935"], + "User": 6321025578388168, + "Key": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "DiscoKey": "discokey:ef4151f52e161a39a1a15e14b7fba89cfb94ef6aad36e4b9470510a1f32d1005", + "Addresses": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "AllowedIPs": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "Endpoints": ["77.164.248.136:34644", "10.65.0.27:34644", "172.17.0.1:34644"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 52529}, - {"Proto": "peerapi6", "Port": 52529}, + {"Proto": "peerapi4", "Port": 56635}, + {"Proto": "peerapi6", "Port": 56635}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:16.337094127Z", + "Created": "2026-04-09T08:35:21.611290573Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1464,300 +1465,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "MachineKey": "mkey:518b227e7fbf99fd37cb9a96deb223751c680f6fcf16e9f5bdb9d4cc2b4a5f15", + "NodeKey": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "MachineKey": "mkey:7cf6df45c881f1734d593bc80a1efbf20f0295d2a970d4b874409dcff3decb46", "Peers": [{ - "ID": 931345710153623, - "StableID": "n6QSAcsoG811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "DiscoKey": "discokey:965b37b48e13b83f602a4db14d0642e57ebd6890c09083d713f079d5fdd4e503", - "Addresses": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "AllowedIPs": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "Endpoints": ["77.164.248.136:49109", "10.65.0.27:49109", "172.17.0.1:49109"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55129}, - {"Proto": "peerapi6", "Port": 55129} - ]}, - "Created": "2026-04-09T01:29:17.41646995Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1164943042254358, - "StableID": "nT75VY5c6A11CNTRL", + "ID": 647126719099551, + "StableID": "nLykBTv54611CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "DiscoKey": "discokey:281ac7a456e0816f42d6326dfb491f6d58bd615df9cdd99c1e9e74c6eebbe759", - "Addresses": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "AllowedIPs": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "Endpoints": ["77.164.248.136:48630", "10.65.0.27:48630", "172.17.0.1:48630"], + "Key": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "DiscoKey": "discokey:217f880836aa7847643debc9fc54e2a46ca2f52727543a5412c0a30218235d77", + "Addresses": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "AllowedIPs": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "Endpoints": ["77.164.248.136:33954", "10.65.0.27:33954", "172.17.0.1:33954"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34765}, - {"Proto": "peerapi6", "Port": 34765} + {"Proto": "peerapi4", "Port": 53939}, + {"Proto": "peerapi6", "Port": 53939} ]}, - "Created": "2026-04-09T01:29:14.165162441Z", + "Created": "2026-04-09T08:35:19.470050506Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2922978097957867, - "StableID": "nrCQFLgppP11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "DiscoKey": "discokey:4fad1cbe1f36566dff484cd398358d79d088f0a7e4e8b0f4b7ea950921491a56", - "Addresses": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "AllowedIPs": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "Endpoints": ["77.164.248.136:43427", "10.65.0.27:43427", "172.17.0.1:43427"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55884}, - {"Proto": "peerapi6", "Port": 55884} - ]}, - "Created": "2026-04-09T01:29:18.514032418Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3001704378736632, - "StableID": "nFJX6ggUSQ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "DiscoKey": "discokey:9496fb1f215361d0bef981ab81f4c1914e6ffc37b9bddd84bbf5de259da59e41", - "Addresses": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "AllowedIPs": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "Endpoints": ["77.164.248.136:40893", "10.65.0.27:40893", "172.17.0.1:40893"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 48904}, - {"Proto": "peerapi6", "Port": 48904} - ]}, - "Created": "2026-04-09T01:29:14.720735558Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3640720367236755, - "StableID": "npfunvYtRV11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:a95a75fc376c8751d145b361c46fe498b4adbc42ee4922bbe18cfec74e112e53", - "Addresses": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "AllowedIPs": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "Endpoints": ["77.164.248.136:57517", "10.65.0.27:57517", "172.17.0.1:57517"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59963}, - {"Proto": "peerapi6", "Port": 59963} - ]}, - "Created": "2026-04-09T01:29:20.682272673Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3767519076142601, - "StableID": "nWhkVaLKRW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "KeyExpiry": "2026-10-06T01:29:21Z", - "DiscoKey": "discokey:f95848aa4e4c4d777a62d607db660a449d6add9bc570f704c5e7ecc3ea71fe70", - "Addresses": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "AllowedIPs": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54109}, - {"Proto": "peerapi6", "Port": 54109} - ]}, - "Created": "2026-04-09T01:29:21.245060544Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3950071695004851, - "StableID": "nNiYJkgzqX11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "DiscoKey": "discokey:7a5858ac552ce0936d5128fe2ed9699ad802c7276182599dc0524dc5ce097104", - "Addresses": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "AllowedIPs": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "Endpoints": ["77.164.248.136:39200", "10.65.0.27:39200", "172.17.0.1:39200"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36042}, - {"Proto": "peerapi6", "Port": 36042} - ]}, - "Created": "2026-04-09T01:29:13.619691278Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4243720286701029, - "StableID": "nkgJoULz8a11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:38c657853fc514f2f724f9ba00c5e26808b7b61ea918bb45e45d940e1dbc6f24", - "Addresses": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "AllowedIPs": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "Endpoints": ["77.164.248.136:55966", "10.65.0.27:55966", "172.17.0.1:55966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52851}, - {"Proto": "peerapi6", "Port": 52851} - ]}, - "Created": "2026-04-09T01:29:20.126353638Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5514711067472810, - "StableID": "nMJvnH7d4k11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "DiscoKey": "discokey:e7220dff10d285f05391d59b5e88fb08f84b18d883378cd8cfe4e8100fba583f", - "Addresses": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "AllowedIPs": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "Endpoints": ["77.164.248.136:46142", "10.65.0.27:46142", "172.17.0.1:46142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53567}, - {"Proto": "peerapi6", "Port": 53567} - ]}, - "Created": "2026-04-09T01:29:19.046722196Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6222914751264433, - "StableID": "nEjXCGRNbq11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "DiscoKey": "discokey:b05357b73212dc95354ddcd7ac5a6d716d661f12c5484ce9c3612b476bd26652", - "Addresses": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "AllowedIPs": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "Endpoints": ["77.164.248.136:60605", "10.65.0.27:60605", "172.17.0.1:60605"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42701}, - {"Proto": "peerapi6", "Port": 42701} - ]}, - "Created": "2026-04-09T01:29:19.590282399Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6424095364702237, - "StableID": "nGUf6L6VAs11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "DiscoKey": "discokey:24ecb96bdddd5c84d0adea7443cd282509304bb2e981acdfdbf2718420202332", - "Addresses": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "AllowedIPs": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "Endpoints": ["77.164.248.136:49857", "10.65.0.27:49857", "172.17.0.1:49857"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58742}, - {"Proto": "peerapi6", "Port": 58742} - ]}, - "Created": "2026-04-09T01:29:16.866913551Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6988776861037985, - "StableID": "nzBYGQKEaw11CNTRL", + "ID": 845490085651008, + "StableID": "nyoCdGbvb711CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "DiscoKey": "discokey:299371ab710a43814db3aa8b6fabee2d43419411254c18046b3c442b3af36749", - "Addresses": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "AllowedIPs": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "Endpoints": ["77.164.248.136:40425", "10.65.0.27:40425", "172.17.0.1:40425"], + "Key": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "DiscoKey": "discokey:f4a9cf7cb7090418fd6fa52a9c79786a390ac08e08008ab678c58f3a40c8de08", + "Addresses": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "AllowedIPs": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "Endpoints": ["77.164.248.136:59494", "10.65.0.27:59494", "172.17.0.1:59494"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45475}, - {"Proto": "peerapi6", "Port": 45475} + {"Proto": "peerapi4", "Port": 39940}, + {"Proto": "peerapi6", "Port": 39940} ]}, - "Created": "2026-04-09T01:29:17.973639016Z", + "Created": "2026-04-09T08:35:23.227399721Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7572892111338599, - "StableID": "ntqEjz2n8221CNTRL", + "ID": 1499295542366034, + "StableID": "ny8zyBx2iC11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "KeyExpiry": "2026-10-06T08:35:26Z", + "DiscoKey": "discokey:f26f4c71cb8d0a1f42ad87f457f993365b4fc5ec3274d4545292892e430f4403", + "Addresses": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "AllowedIPs": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 53419}, + {"Proto": "peerapi6", "Port": 53419} + ]}, + "Created": "2026-04-09T08:35:26.473075765Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1506533552149553, + "StableID": "ncJ48k5KmC11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "DiscoKey": "discokey:d37a686afede4f2be0b9499a5f6febece9ad0f3d205e79602dc09a3753f17315", + "Addresses": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "AllowedIPs": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 46795}, + {"Proto": "peerapi6", "Port": 46795} + ]}, + "Created": "2026-04-09T08:35:21.08163087Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1994706396873706, + "StableID": "noHxjAZQaG11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "DiscoKey": "discokey:a3e3f40a2a6522eb5a41f4abc787a1509b06ce05ac0a807f171e3a8809c82545", + "Addresses": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "AllowedIPs": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "Endpoints": ["77.164.248.136:57103", "10.65.0.27:57103", "172.17.0.1:57103"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 63963}, + {"Proto": "peerapi6", "Port": 63963} + ]}, + "Created": "2026-04-09T08:35:19.986236555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2371038460990541, + "StableID": "nA1NZGArWK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:e841b2b16f0af66713642467068fb160a745a10dfeb667c6e570aaccbacdd246", + "Addresses": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "AllowedIPs": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "Endpoints": ["77.164.248.136:33302", "10.65.0.27:33302", "172.17.0.1:33302"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 36732}, + {"Proto": "peerapi6", "Port": 36732} + ]}, + "Created": "2026-04-09T08:35:25.968848774Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4031117123850310, + "StableID": "nV8iKTchUY11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "DiscoKey": "discokey:1888508193797a3e11287ecce30d90ebf0781d5780e6fc77015de9e6383d1f66", + "Addresses": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "AllowedIPs": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 64617}, + {"Proto": "peerapi6", "Port": 64617} + ]}, + "Created": "2026-04-09T08:35:22.691859462Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4380615993940572, + "StableID": "ndBrfXMzCb11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "DiscoKey": "discokey:28df1b61661f20433d184ce5ff891e22d018d2539efbcdd823aa4ff503976166", + "Addresses": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "AllowedIPs": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "Endpoints": ["77.164.248.136:54723", "10.65.0.27:54723", "172.17.0.1:54723"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 58890}, + {"Proto": "peerapi6", "Port": 58890} + ]}, + "Created": "2026-04-09T08:35:24.310023379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4674613820252956, + "StableID": "nKQJqLB9Wd11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "DiscoKey": "discokey:136168f1bd5c8546146b77d8eb8f246927e8b62e49efbbc07db7c51d99214d5f", + "Addresses": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "AllowedIPs": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "Endpoints": ["77.164.248.136:60319", "10.65.0.27:60319", "172.17.0.1:60319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 47346}, + {"Proto": "peerapi6", "Port": 47346} + ]}, + "Created": "2026-04-09T08:35:18.894081273Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4722280273267347, + "StableID": "nAJT48Jjsd11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "DiscoKey": "discokey:abb330429386415cf953a09676221bcbd042c14afb68cb9782d148577c497766", - "Addresses": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "AllowedIPs": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "Endpoints": ["77.164.248.136:46024", "10.65.0.27:46024", "172.17.0.1:46024"], + "Key": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "DiscoKey": "discokey:696cdfa05e58ff3d7d65455eb875f3778ee31dc0eddb647b61531d17046ce907", + "Addresses": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "AllowedIPs": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "Endpoints": ["77.164.248.136:44418", "10.65.0.27:44418", "172.17.0.1:44418"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 55262}, - {"Proto": "peerapi6", "Port": 55262} + {"Proto": "peerapi4", "Port": 38272}, + {"Proto": "peerapi6", "Port": 38272} ]}, - "Created": "2026-04-09T01:29:15.238604154Z", + "Created": "2026-04-09T08:35:20.570078333Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8714805048734484, - "StableID": "nPL7ik9x3B21CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 4873024968296014, + "StableID": "nf1PZx614f11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "DiscoKey": "discokey:53575245aa5dc83e1502fcb865f3708067950aec6989e3a4706231753d18627b", - "Addresses": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "AllowedIPs": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "DiscoKey": "discokey:1b5b97cea18f435fa362ba7384b186e4c9be687a799d1db90c01dfcf3d0f0c09", + "Addresses": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "AllowedIPs": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "Endpoints": ["77.164.248.136:55962", "10.65.0.27:55962", "172.17.0.1:55962"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 32894}, - {"Proto": "peerapi6", "Port": 32894} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 62220}, + {"Proto": "peerapi6", "Port": 62220} ]}, - "Created": "2026-04-09T01:29:15.796649272Z", + "Created": "2026-04-09T08:35:23.782063506Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6686978099098836, + "StableID": "nfev8PaYDu11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "DiscoKey": "discokey:93638ae96ed9d6ab74bf216d7dff4870d1647af0f7024c686c726b3a858fe330", + "Addresses": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "AllowedIPs": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "Endpoints": ["77.164.248.136:49797", "10.65.0.27:49797", "172.17.0.1:49797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 50975}, + {"Proto": "peerapi6", "Port": 50975} + ]}, + "Created": "2026-04-09T08:35:22.146207089Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8125377930578454, + "StableID": "nqxBgCuzS621CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:44a1fb1b6f4d4553bda7ff5f170de25108fa351e3455d8d020eb969ee8e72465", + "Addresses": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "AllowedIPs": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "Endpoints": ["77.164.248.136:41236", "10.65.0.27:41236", "172.17.0.1:41236"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54842}, + {"Proto": "peerapi6", "Port": 54842} + ]}, + "Created": "2026-04-09T08:35:25.399623315Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8934382433183138, + "StableID": "n3jNGS5QmC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "DiscoKey": "discokey:02452b6f68bfb57845906af3b96334b96e2c89761b6013e851cb431c673c6f4e", + "Addresses": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "AllowedIPs": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "Endpoints": ["77.164.248.136:36555", "10.65.0.27:36555", "172.17.0.1:36555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52530}, + {"Proto": "peerapi6", "Port": 52530} + ]}, + "Created": "2026-04-09T08:35:24.852861057Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2605,27 +2605,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3803067513769488": { - "ID": 3803067513769488, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6321025578388168": { + "ID": 6321025578388168, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2656,22 +2658,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3767519076142601, - "StableID": "nWhkVaLKRW11CNTRL", + "ID": 1499295542366034, + "StableID": "ny8zyBx2iC11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "KeyExpiry": "2026-10-06T01:29:21Z", - "DiscoKey": "discokey:f95848aa4e4c4d777a62d607db660a449d6add9bc570f704c5e7ecc3ea71fe70", - "Addresses": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "AllowedIPs": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "Endpoints": ["77.164.248.136:56070", "10.65.0.27:56070", "172.17.0.1:56070"], + "Key": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "KeyExpiry": "2026-10-06T08:35:26Z", + "DiscoKey": "discokey:f26f4c71cb8d0a1f42ad87f457f993365b4fc5ec3274d4545292892e430f4403", + "Addresses": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "AllowedIPs": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "Endpoints": ["77.164.248.136:51755", "10.65.0.27:51755", "172.17.0.1:51755"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54109}, - {"Proto": "peerapi6", "Port": 54109}, + {"Proto": "peerapi4", "Port": 53419}, + {"Proto": "peerapi6", "Port": 53419}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:21.245060544Z", + "Created": "2026-04-09T08:35:26.473075765Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2700,302 +2702,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "MachineKey": "mkey:01f3f50fd6225ae59979d3ae2430ab68092a4517c98506f7787fd6748a640525", + "NodeKey": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "MachineKey": "mkey:bd8ea9a383ada8c9053183a6eca2f0bc7525eb630af9b500cad9e6de7c3f057d", "Peers": [{ - "ID": 931345710153623, - "StableID": "n6QSAcsoG811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "DiscoKey": "discokey:965b37b48e13b83f602a4db14d0642e57ebd6890c09083d713f079d5fdd4e503", - "Addresses": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "AllowedIPs": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "Endpoints": ["77.164.248.136:49109", "10.65.0.27:49109", "172.17.0.1:49109"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55129}, - {"Proto": "peerapi6", "Port": 55129} - ]}, - "Created": "2026-04-09T01:29:17.41646995Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1164943042254358, - "StableID": "nT75VY5c6A11CNTRL", + "ID": 647126719099551, + "StableID": "nLykBTv54611CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "DiscoKey": "discokey:281ac7a456e0816f42d6326dfb491f6d58bd615df9cdd99c1e9e74c6eebbe759", - "Addresses": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "AllowedIPs": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "Endpoints": ["77.164.248.136:48630", "10.65.0.27:48630", "172.17.0.1:48630"], + "Key": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "DiscoKey": "discokey:217f880836aa7847643debc9fc54e2a46ca2f52727543a5412c0a30218235d77", + "Addresses": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "AllowedIPs": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "Endpoints": ["77.164.248.136:33954", "10.65.0.27:33954", "172.17.0.1:33954"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34765}, - {"Proto": "peerapi6", "Port": 34765} + {"Proto": "peerapi4", "Port": 53939}, + {"Proto": "peerapi6", "Port": 53939} ]}, - "Created": "2026-04-09T01:29:14.165162441Z", + "Created": "2026-04-09T08:35:19.470050506Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2922978097957867, - "StableID": "nrCQFLgppP11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "DiscoKey": "discokey:4fad1cbe1f36566dff484cd398358d79d088f0a7e4e8b0f4b7ea950921491a56", - "Addresses": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "AllowedIPs": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "Endpoints": ["77.164.248.136:43427", "10.65.0.27:43427", "172.17.0.1:43427"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55884}, - {"Proto": "peerapi6", "Port": 55884} - ]}, - "Created": "2026-04-09T01:29:18.514032418Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3001704378736632, - "StableID": "nFJX6ggUSQ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "DiscoKey": "discokey:9496fb1f215361d0bef981ab81f4c1914e6ffc37b9bddd84bbf5de259da59e41", - "Addresses": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "AllowedIPs": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "Endpoints": ["77.164.248.136:40893", "10.65.0.27:40893", "172.17.0.1:40893"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 48904}, - {"Proto": "peerapi6", "Port": 48904} - ]}, - "Created": "2026-04-09T01:29:14.720735558Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3640720367236755, - "StableID": "npfunvYtRV11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:a95a75fc376c8751d145b361c46fe498b4adbc42ee4922bbe18cfec74e112e53", - "Addresses": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "AllowedIPs": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "Endpoints": ["77.164.248.136:57517", "10.65.0.27:57517", "172.17.0.1:57517"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59963}, - {"Proto": "peerapi6", "Port": 59963} - ]}, - "Created": "2026-04-09T01:29:20.682272673Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3803067513769488, - "StableID": "noCYCp8RhW11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "DiscoKey": "discokey:0f331b3cad3c97388ab359b521172172d9da19f005b6c52a2a9886bf52439c16", - "Addresses": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "AllowedIPs": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "Endpoints": ["77.164.248.136:51935", "10.65.0.27:51935", "172.17.0.1:51935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52529}, - {"Proto": "peerapi6", "Port": 52529} - ]}, - "Created": "2026-04-09T01:29:16.337094127Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 3950071695004851, - "StableID": "nNiYJkgzqX11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "DiscoKey": "discokey:7a5858ac552ce0936d5128fe2ed9699ad802c7276182599dc0524dc5ce097104", - "Addresses": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "AllowedIPs": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "Endpoints": ["77.164.248.136:39200", "10.65.0.27:39200", "172.17.0.1:39200"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36042}, - {"Proto": "peerapi6", "Port": 36042} - ]}, - "Created": "2026-04-09T01:29:13.619691278Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4243720286701029, - "StableID": "nkgJoULz8a11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:38c657853fc514f2f724f9ba00c5e26808b7b61ea918bb45e45d940e1dbc6f24", - "Addresses": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "AllowedIPs": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "Endpoints": ["77.164.248.136:55966", "10.65.0.27:55966", "172.17.0.1:55966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52851}, - {"Proto": "peerapi6", "Port": 52851} - ]}, - "Created": "2026-04-09T01:29:20.126353638Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5514711067472810, - "StableID": "nMJvnH7d4k11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "DiscoKey": "discokey:e7220dff10d285f05391d59b5e88fb08f84b18d883378cd8cfe4e8100fba583f", - "Addresses": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "AllowedIPs": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "Endpoints": ["77.164.248.136:46142", "10.65.0.27:46142", "172.17.0.1:46142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53567}, - {"Proto": "peerapi6", "Port": 53567} - ]}, - "Created": "2026-04-09T01:29:19.046722196Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6222914751264433, - "StableID": "nEjXCGRNbq11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "DiscoKey": "discokey:b05357b73212dc95354ddcd7ac5a6d716d661f12c5484ce9c3612b476bd26652", - "Addresses": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "AllowedIPs": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "Endpoints": ["77.164.248.136:60605", "10.65.0.27:60605", "172.17.0.1:60605"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42701}, - {"Proto": "peerapi6", "Port": 42701} - ]}, - "Created": "2026-04-09T01:29:19.590282399Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6424095364702237, - "StableID": "nGUf6L6VAs11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "DiscoKey": "discokey:24ecb96bdddd5c84d0adea7443cd282509304bb2e981acdfdbf2718420202332", - "Addresses": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "AllowedIPs": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "Endpoints": ["77.164.248.136:49857", "10.65.0.27:49857", "172.17.0.1:49857"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58742}, - {"Proto": "peerapi6", "Port": 58742} - ]}, - "Created": "2026-04-09T01:29:16.866913551Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6988776861037985, - "StableID": "nzBYGQKEaw11CNTRL", + "ID": 845490085651008, + "StableID": "nyoCdGbvb711CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "DiscoKey": "discokey:299371ab710a43814db3aa8b6fabee2d43419411254c18046b3c442b3af36749", - "Addresses": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "AllowedIPs": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "Endpoints": ["77.164.248.136:40425", "10.65.0.27:40425", "172.17.0.1:40425"], + "Key": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "DiscoKey": "discokey:f4a9cf7cb7090418fd6fa52a9c79786a390ac08e08008ab678c58f3a40c8de08", + "Addresses": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "AllowedIPs": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "Endpoints": ["77.164.248.136:59494", "10.65.0.27:59494", "172.17.0.1:59494"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45475}, - {"Proto": "peerapi6", "Port": 45475} + {"Proto": "peerapi4", "Port": 39940}, + {"Proto": "peerapi6", "Port": 39940} ]}, - "Created": "2026-04-09T01:29:17.973639016Z", + "Created": "2026-04-09T08:35:23.227399721Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7572892111338599, - "StableID": "ntqEjz2n8221CNTRL", + "ID": 1506533552149553, + "StableID": "ncJ48k5KmC11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "DiscoKey": "discokey:d37a686afede4f2be0b9499a5f6febece9ad0f3d205e79602dc09a3753f17315", + "Addresses": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "AllowedIPs": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 46795}, + {"Proto": "peerapi6", "Port": 46795} + ]}, + "Created": "2026-04-09T08:35:21.08163087Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1994706396873706, + "StableID": "noHxjAZQaG11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "DiscoKey": "discokey:a3e3f40a2a6522eb5a41f4abc787a1509b06ce05ac0a807f171e3a8809c82545", + "Addresses": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "AllowedIPs": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "Endpoints": ["77.164.248.136:57103", "10.65.0.27:57103", "172.17.0.1:57103"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 63963}, + {"Proto": "peerapi6", "Port": 63963} + ]}, + "Created": "2026-04-09T08:35:19.986236555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2371038460990541, + "StableID": "nA1NZGArWK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:e841b2b16f0af66713642467068fb160a745a10dfeb667c6e570aaccbacdd246", + "Addresses": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "AllowedIPs": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "Endpoints": ["77.164.248.136:33302", "10.65.0.27:33302", "172.17.0.1:33302"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 36732}, + {"Proto": "peerapi6", "Port": 36732} + ]}, + "Created": "2026-04-09T08:35:25.968848774Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4031117123850310, + "StableID": "nV8iKTchUY11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "DiscoKey": "discokey:1888508193797a3e11287ecce30d90ebf0781d5780e6fc77015de9e6383d1f66", + "Addresses": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "AllowedIPs": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 64617}, + {"Proto": "peerapi6", "Port": 64617} + ]}, + "Created": "2026-04-09T08:35:22.691859462Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4380615993940572, + "StableID": "ndBrfXMzCb11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "DiscoKey": "discokey:28df1b61661f20433d184ce5ff891e22d018d2539efbcdd823aa4ff503976166", + "Addresses": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "AllowedIPs": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "Endpoints": ["77.164.248.136:54723", "10.65.0.27:54723", "172.17.0.1:54723"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 58890}, + {"Proto": "peerapi6", "Port": 58890} + ]}, + "Created": "2026-04-09T08:35:24.310023379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4674613820252956, + "StableID": "nKQJqLB9Wd11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "DiscoKey": "discokey:136168f1bd5c8546146b77d8eb8f246927e8b62e49efbbc07db7c51d99214d5f", + "Addresses": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "AllowedIPs": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "Endpoints": ["77.164.248.136:60319", "10.65.0.27:60319", "172.17.0.1:60319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 47346}, + {"Proto": "peerapi6", "Port": 47346} + ]}, + "Created": "2026-04-09T08:35:18.894081273Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4722280273267347, + "StableID": "nAJT48Jjsd11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "DiscoKey": "discokey:abb330429386415cf953a09676221bcbd042c14afb68cb9782d148577c497766", - "Addresses": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "AllowedIPs": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "Endpoints": ["77.164.248.136:46024", "10.65.0.27:46024", "172.17.0.1:46024"], + "Key": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "DiscoKey": "discokey:696cdfa05e58ff3d7d65455eb875f3778ee31dc0eddb647b61531d17046ce907", + "Addresses": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "AllowedIPs": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "Endpoints": ["77.164.248.136:44418", "10.65.0.27:44418", "172.17.0.1:44418"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 55262}, - {"Proto": "peerapi6", "Port": 55262} + {"Proto": "peerapi4", "Port": 38272}, + {"Proto": "peerapi6", "Port": 38272} ]}, - "Created": "2026-04-09T01:29:15.238604154Z", + "Created": "2026-04-09T08:35:20.570078333Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8714805048734484, - "StableID": "nPL7ik9x3B21CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 4873024968296014, + "StableID": "nf1PZx614f11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "DiscoKey": "discokey:53575245aa5dc83e1502fcb865f3708067950aec6989e3a4706231753d18627b", - "Addresses": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "AllowedIPs": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "DiscoKey": "discokey:1b5b97cea18f435fa362ba7384b186e4c9be687a799d1db90c01dfcf3d0f0c09", + "Addresses": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "AllowedIPs": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "Endpoints": ["77.164.248.136:55962", "10.65.0.27:55962", "172.17.0.1:55962"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 32894}, - {"Proto": "peerapi6", "Port": 32894} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 62220}, + {"Proto": "peerapi6", "Port": 62220} ]}, - "Created": "2026-04-09T01:29:15.796649272Z", + "Created": "2026-04-09T08:35:23.782063506Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6321025578388168, + "StableID": "nDjZ2AdoMr11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "DiscoKey": "discokey:ef4151f52e161a39a1a15e14b7fba89cfb94ef6aad36e4b9470510a1f32d1005", + "Addresses": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "AllowedIPs": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "Endpoints": ["77.164.248.136:34644", "10.65.0.27:34644", "172.17.0.1:34644"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56635}, + {"Proto": "peerapi6", "Port": 56635} + ]}, + "Created": "2026-04-09T08:35:21.611290573Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6686978099098836, + "StableID": "nfev8PaYDu11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "DiscoKey": "discokey:93638ae96ed9d6ab74bf216d7dff4870d1647af0f7024c686c726b3a858fe330", + "Addresses": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "AllowedIPs": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "Endpoints": ["77.164.248.136:49797", "10.65.0.27:49797", "172.17.0.1:49797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 50975}, + {"Proto": "peerapi6", "Port": 50975} + ]}, + "Created": "2026-04-09T08:35:22.146207089Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8125377930578454, + "StableID": "nqxBgCuzS621CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:44a1fb1b6f4d4553bda7ff5f170de25108fa351e3455d8d020eb969ee8e72465", + "Addresses": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "AllowedIPs": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "Endpoints": ["77.164.248.136:41236", "10.65.0.27:41236", "172.17.0.1:41236"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54842}, + {"Proto": "peerapi6", "Port": 54842} + ]}, + "Created": "2026-04-09T08:35:25.399623315Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8934382433183138, + "StableID": "n3jNGS5QmC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "DiscoKey": "discokey:02452b6f68bfb57845906af3b96334b96e2c89761b6013e851cb431c673c6f4e", + "Addresses": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "AllowedIPs": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "Endpoints": ["77.164.248.136:36555", "10.65.0.27:36555", "172.17.0.1:36555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52530}, + {"Proto": "peerapi6", "Port": 52530} + ]}, + "Created": "2026-04-09T08:35:24.852861057Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3843,23 +3844,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3890,26 +3892,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3001704378736632, - "StableID": "nFJX6ggUSQ11CNTRL", + "ID": 1994706396873706, + "StableID": "noHxjAZQaG11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 3001704378736632, - "Key": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "DiscoKey": "discokey:9496fb1f215361d0bef981ab81f4c1914e6ffc37b9bddd84bbf5de259da59e41", - "Addresses": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "AllowedIPs": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "Endpoints": ["77.164.248.136:40893", "10.65.0.27:40893", "172.17.0.1:40893"], + "User": 1994706396873706, + "Key": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "DiscoKey": "discokey:a3e3f40a2a6522eb5a41f4abc787a1509b06ce05ac0a807f171e3a8809c82545", + "Addresses": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "AllowedIPs": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "Endpoints": ["77.164.248.136:57103", "10.65.0.27:57103", "172.17.0.1:57103"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 48904}, - {"Proto": "peerapi6", "Port": 48904}, + {"Proto": "peerapi4", "Port": 63963}, + {"Proto": "peerapi6", "Port": 63963}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:14.720735558Z", + "Created": "2026-04-09T08:35:19.986236555Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3937,300 +3939,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "MachineKey": "mkey:79a9d5ef0f1bc99df0cdc92c32b15235776b8f2e6a8a6206033ef4e0b671ed71", + "NodeKey": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "MachineKey": "mkey:7629bbc1dbb625b58e0290ed2ac486f03fb4745f3b16b9a55b4ebfa767dfd721", "Peers": [{ - "ID": 931345710153623, - "StableID": "n6QSAcsoG811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "DiscoKey": "discokey:965b37b48e13b83f602a4db14d0642e57ebd6890c09083d713f079d5fdd4e503", - "Addresses": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "AllowedIPs": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "Endpoints": ["77.164.248.136:49109", "10.65.0.27:49109", "172.17.0.1:49109"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55129}, - {"Proto": "peerapi6", "Port": 55129} - ]}, - "Created": "2026-04-09T01:29:17.41646995Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1164943042254358, - "StableID": "nT75VY5c6A11CNTRL", + "ID": 647126719099551, + "StableID": "nLykBTv54611CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "DiscoKey": "discokey:281ac7a456e0816f42d6326dfb491f6d58bd615df9cdd99c1e9e74c6eebbe759", - "Addresses": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "AllowedIPs": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "Endpoints": ["77.164.248.136:48630", "10.65.0.27:48630", "172.17.0.1:48630"], + "Key": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "DiscoKey": "discokey:217f880836aa7847643debc9fc54e2a46ca2f52727543a5412c0a30218235d77", + "Addresses": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "AllowedIPs": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "Endpoints": ["77.164.248.136:33954", "10.65.0.27:33954", "172.17.0.1:33954"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34765}, - {"Proto": "peerapi6", "Port": 34765} + {"Proto": "peerapi4", "Port": 53939}, + {"Proto": "peerapi6", "Port": 53939} ]}, - "Created": "2026-04-09T01:29:14.165162441Z", + "Created": "2026-04-09T08:35:19.470050506Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2922978097957867, - "StableID": "nrCQFLgppP11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "DiscoKey": "discokey:4fad1cbe1f36566dff484cd398358d79d088f0a7e4e8b0f4b7ea950921491a56", - "Addresses": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "AllowedIPs": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "Endpoints": ["77.164.248.136:43427", "10.65.0.27:43427", "172.17.0.1:43427"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55884}, - {"Proto": "peerapi6", "Port": 55884} - ]}, - "Created": "2026-04-09T01:29:18.514032418Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3640720367236755, - "StableID": "npfunvYtRV11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:a95a75fc376c8751d145b361c46fe498b4adbc42ee4922bbe18cfec74e112e53", - "Addresses": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "AllowedIPs": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "Endpoints": ["77.164.248.136:57517", "10.65.0.27:57517", "172.17.0.1:57517"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59963}, - {"Proto": "peerapi6", "Port": 59963} - ]}, - "Created": "2026-04-09T01:29:20.682272673Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3767519076142601, - "StableID": "nWhkVaLKRW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "KeyExpiry": "2026-10-06T01:29:21Z", - "DiscoKey": "discokey:f95848aa4e4c4d777a62d607db660a449d6add9bc570f704c5e7ecc3ea71fe70", - "Addresses": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "AllowedIPs": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54109}, - {"Proto": "peerapi6", "Port": 54109} - ]}, - "Created": "2026-04-09T01:29:21.245060544Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3803067513769488, - "StableID": "noCYCp8RhW11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "DiscoKey": "discokey:0f331b3cad3c97388ab359b521172172d9da19f005b6c52a2a9886bf52439c16", - "Addresses": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "AllowedIPs": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "Endpoints": ["77.164.248.136:51935", "10.65.0.27:51935", "172.17.0.1:51935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52529}, - {"Proto": "peerapi6", "Port": 52529} - ]}, - "Created": "2026-04-09T01:29:16.337094127Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 3950071695004851, - "StableID": "nNiYJkgzqX11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "DiscoKey": "discokey:7a5858ac552ce0936d5128fe2ed9699ad802c7276182599dc0524dc5ce097104", - "Addresses": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "AllowedIPs": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "Endpoints": ["77.164.248.136:39200", "10.65.0.27:39200", "172.17.0.1:39200"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36042}, - {"Proto": "peerapi6", "Port": 36042} - ]}, - "Created": "2026-04-09T01:29:13.619691278Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4243720286701029, - "StableID": "nkgJoULz8a11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:38c657853fc514f2f724f9ba00c5e26808b7b61ea918bb45e45d940e1dbc6f24", - "Addresses": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "AllowedIPs": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "Endpoints": ["77.164.248.136:55966", "10.65.0.27:55966", "172.17.0.1:55966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52851}, - {"Proto": "peerapi6", "Port": 52851} - ]}, - "Created": "2026-04-09T01:29:20.126353638Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5514711067472810, - "StableID": "nMJvnH7d4k11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "DiscoKey": "discokey:e7220dff10d285f05391d59b5e88fb08f84b18d883378cd8cfe4e8100fba583f", - "Addresses": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "AllowedIPs": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "Endpoints": ["77.164.248.136:46142", "10.65.0.27:46142", "172.17.0.1:46142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53567}, - {"Proto": "peerapi6", "Port": 53567} - ]}, - "Created": "2026-04-09T01:29:19.046722196Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6222914751264433, - "StableID": "nEjXCGRNbq11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "DiscoKey": "discokey:b05357b73212dc95354ddcd7ac5a6d716d661f12c5484ce9c3612b476bd26652", - "Addresses": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "AllowedIPs": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "Endpoints": ["77.164.248.136:60605", "10.65.0.27:60605", "172.17.0.1:60605"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42701}, - {"Proto": "peerapi6", "Port": 42701} - ]}, - "Created": "2026-04-09T01:29:19.590282399Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6424095364702237, - "StableID": "nGUf6L6VAs11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "DiscoKey": "discokey:24ecb96bdddd5c84d0adea7443cd282509304bb2e981acdfdbf2718420202332", - "Addresses": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "AllowedIPs": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "Endpoints": ["77.164.248.136:49857", "10.65.0.27:49857", "172.17.0.1:49857"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58742}, - {"Proto": "peerapi6", "Port": 58742} - ]}, - "Created": "2026-04-09T01:29:16.866913551Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6988776861037985, - "StableID": "nzBYGQKEaw11CNTRL", + "ID": 845490085651008, + "StableID": "nyoCdGbvb711CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "DiscoKey": "discokey:299371ab710a43814db3aa8b6fabee2d43419411254c18046b3c442b3af36749", - "Addresses": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "AllowedIPs": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "Endpoints": ["77.164.248.136:40425", "10.65.0.27:40425", "172.17.0.1:40425"], + "Key": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "DiscoKey": "discokey:f4a9cf7cb7090418fd6fa52a9c79786a390ac08e08008ab678c58f3a40c8de08", + "Addresses": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "AllowedIPs": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "Endpoints": ["77.164.248.136:59494", "10.65.0.27:59494", "172.17.0.1:59494"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45475}, - {"Proto": "peerapi6", "Port": 45475} + {"Proto": "peerapi4", "Port": 39940}, + {"Proto": "peerapi6", "Port": 39940} ]}, - "Created": "2026-04-09T01:29:17.973639016Z", + "Created": "2026-04-09T08:35:23.227399721Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7572892111338599, - "StableID": "ntqEjz2n8221CNTRL", + "ID": 1499295542366034, + "StableID": "ny8zyBx2iC11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "KeyExpiry": "2026-10-06T08:35:26Z", + "DiscoKey": "discokey:f26f4c71cb8d0a1f42ad87f457f993365b4fc5ec3274d4545292892e430f4403", + "Addresses": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "AllowedIPs": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 53419}, + {"Proto": "peerapi6", "Port": 53419} + ]}, + "Created": "2026-04-09T08:35:26.473075765Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1506533552149553, + "StableID": "ncJ48k5KmC11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "DiscoKey": "discokey:d37a686afede4f2be0b9499a5f6febece9ad0f3d205e79602dc09a3753f17315", + "Addresses": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "AllowedIPs": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 46795}, + {"Proto": "peerapi6", "Port": 46795} + ]}, + "Created": "2026-04-09T08:35:21.08163087Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2371038460990541, + "StableID": "nA1NZGArWK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:e841b2b16f0af66713642467068fb160a745a10dfeb667c6e570aaccbacdd246", + "Addresses": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "AllowedIPs": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "Endpoints": ["77.164.248.136:33302", "10.65.0.27:33302", "172.17.0.1:33302"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 36732}, + {"Proto": "peerapi6", "Port": 36732} + ]}, + "Created": "2026-04-09T08:35:25.968848774Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4031117123850310, + "StableID": "nV8iKTchUY11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "DiscoKey": "discokey:1888508193797a3e11287ecce30d90ebf0781d5780e6fc77015de9e6383d1f66", + "Addresses": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "AllowedIPs": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 64617}, + {"Proto": "peerapi6", "Port": 64617} + ]}, + "Created": "2026-04-09T08:35:22.691859462Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4380615993940572, + "StableID": "ndBrfXMzCb11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "DiscoKey": "discokey:28df1b61661f20433d184ce5ff891e22d018d2539efbcdd823aa4ff503976166", + "Addresses": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "AllowedIPs": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "Endpoints": ["77.164.248.136:54723", "10.65.0.27:54723", "172.17.0.1:54723"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 58890}, + {"Proto": "peerapi6", "Port": 58890} + ]}, + "Created": "2026-04-09T08:35:24.310023379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4674613820252956, + "StableID": "nKQJqLB9Wd11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "DiscoKey": "discokey:136168f1bd5c8546146b77d8eb8f246927e8b62e49efbbc07db7c51d99214d5f", + "Addresses": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "AllowedIPs": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "Endpoints": ["77.164.248.136:60319", "10.65.0.27:60319", "172.17.0.1:60319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 47346}, + {"Proto": "peerapi6", "Port": 47346} + ]}, + "Created": "2026-04-09T08:35:18.894081273Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4722280273267347, + "StableID": "nAJT48Jjsd11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "DiscoKey": "discokey:abb330429386415cf953a09676221bcbd042c14afb68cb9782d148577c497766", - "Addresses": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "AllowedIPs": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "Endpoints": ["77.164.248.136:46024", "10.65.0.27:46024", "172.17.0.1:46024"], + "Key": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "DiscoKey": "discokey:696cdfa05e58ff3d7d65455eb875f3778ee31dc0eddb647b61531d17046ce907", + "Addresses": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "AllowedIPs": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "Endpoints": ["77.164.248.136:44418", "10.65.0.27:44418", "172.17.0.1:44418"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 55262}, - {"Proto": "peerapi6", "Port": 55262} + {"Proto": "peerapi4", "Port": 38272}, + {"Proto": "peerapi6", "Port": 38272} ]}, - "Created": "2026-04-09T01:29:15.238604154Z", + "Created": "2026-04-09T08:35:20.570078333Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8714805048734484, - "StableID": "nPL7ik9x3B21CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 4873024968296014, + "StableID": "nf1PZx614f11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "DiscoKey": "discokey:53575245aa5dc83e1502fcb865f3708067950aec6989e3a4706231753d18627b", - "Addresses": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "AllowedIPs": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "DiscoKey": "discokey:1b5b97cea18f435fa362ba7384b186e4c9be687a799d1db90c01dfcf3d0f0c09", + "Addresses": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "AllowedIPs": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "Endpoints": ["77.164.248.136:55962", "10.65.0.27:55962", "172.17.0.1:55962"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 32894}, - {"Proto": "peerapi6", "Port": 32894} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 62220}, + {"Proto": "peerapi6", "Port": 62220} ]}, - "Created": "2026-04-09T01:29:15.796649272Z", + "Created": "2026-04-09T08:35:23.782063506Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6321025578388168, + "StableID": "nDjZ2AdoMr11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "DiscoKey": "discokey:ef4151f52e161a39a1a15e14b7fba89cfb94ef6aad36e4b9470510a1f32d1005", + "Addresses": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "AllowedIPs": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "Endpoints": ["77.164.248.136:34644", "10.65.0.27:34644", "172.17.0.1:34644"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56635}, + {"Proto": "peerapi6", "Port": 56635} + ]}, + "Created": "2026-04-09T08:35:21.611290573Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6686978099098836, + "StableID": "nfev8PaYDu11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "DiscoKey": "discokey:93638ae96ed9d6ab74bf216d7dff4870d1647af0f7024c686c726b3a858fe330", + "Addresses": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "AllowedIPs": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "Endpoints": ["77.164.248.136:49797", "10.65.0.27:49797", "172.17.0.1:49797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 50975}, + {"Proto": "peerapi6", "Port": 50975} + ]}, + "Created": "2026-04-09T08:35:22.146207089Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8125377930578454, + "StableID": "nqxBgCuzS621CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:44a1fb1b6f4d4553bda7ff5f170de25108fa351e3455d8d020eb969ee8e72465", + "Addresses": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "AllowedIPs": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "Endpoints": ["77.164.248.136:41236", "10.65.0.27:41236", "172.17.0.1:41236"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54842}, + {"Proto": "peerapi6", "Port": 54842} + ]}, + "Created": "2026-04-09T08:35:25.399623315Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8934382433183138, + "StableID": "n3jNGS5QmC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "DiscoKey": "discokey:02452b6f68bfb57845906af3b96334b96e2c89761b6013e851cb431c673c6f4e", + "Addresses": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "AllowedIPs": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "Endpoints": ["77.164.248.136:36555", "10.65.0.27:36555", "172.17.0.1:36555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52530}, + {"Proto": "peerapi6", "Port": 52530} + ]}, + "Created": "2026-04-09T08:35:24.852861057Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5078,27 +5079,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3001704378736632": { - "ID": 3001704378736632, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1994706396873706": { + "ID": 1994706396873706, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "fearow": { @@ -5129,26 +5132,25 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 931345710153623, - "StableID": "n6QSAcsoG811CNTRL", + "ID": 4031117123850310, + "StableID": "nV8iKTchUY11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 931345710153623, - "Key": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "DiscoKey": "discokey:965b37b48e13b83f602a4db14d0642e57ebd6890c09083d713f079d5fdd4e503", - "Addresses": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "AllowedIPs": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "Endpoints": ["77.164.248.136:49109", "10.65.0.27:49109", "172.17.0.1:49109"], + "User": 4031117123850310, + "Key": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "DiscoKey": "discokey:1888508193797a3e11287ecce30d90ebf0781d5780e6fc77015de9e6383d1f66", + "Addresses": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "AllowedIPs": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 55129}, - {"Proto": "peerapi6", "Port": 55129}, + {"Proto": "peerapi4", "Port": 64617}, + {"Proto": "peerapi6", "Port": 64617}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:17.41646995Z", + "Created": "2026-04-09T08:35:22.691859462Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5176,300 +5178,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "MachineKey": "mkey:3fff4058045b823444253aebc5506ad4104bf1e3038d3e01d90e450bc67c0b75", + "NodeKey": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "MachineKey": "mkey:45983ddf9092c933d537e631e2216175e33a0716a43aff0de510366682531849", "Peers": [{ - "ID": 1164943042254358, - "StableID": "nT75VY5c6A11CNTRL", + "ID": 647126719099551, + "StableID": "nLykBTv54611CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "DiscoKey": "discokey:281ac7a456e0816f42d6326dfb491f6d58bd615df9cdd99c1e9e74c6eebbe759", - "Addresses": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "AllowedIPs": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "Endpoints": ["77.164.248.136:48630", "10.65.0.27:48630", "172.17.0.1:48630"], + "Key": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "DiscoKey": "discokey:217f880836aa7847643debc9fc54e2a46ca2f52727543a5412c0a30218235d77", + "Addresses": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "AllowedIPs": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "Endpoints": ["77.164.248.136:33954", "10.65.0.27:33954", "172.17.0.1:33954"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34765}, - {"Proto": "peerapi6", "Port": 34765} + {"Proto": "peerapi4", "Port": 53939}, + {"Proto": "peerapi6", "Port": 53939} ]}, - "Created": "2026-04-09T01:29:14.165162441Z", + "Created": "2026-04-09T08:35:19.470050506Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2922978097957867, - "StableID": "nrCQFLgppP11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "DiscoKey": "discokey:4fad1cbe1f36566dff484cd398358d79d088f0a7e4e8b0f4b7ea950921491a56", - "Addresses": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "AllowedIPs": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "Endpoints": ["77.164.248.136:43427", "10.65.0.27:43427", "172.17.0.1:43427"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55884}, - {"Proto": "peerapi6", "Port": 55884} - ]}, - "Created": "2026-04-09T01:29:18.514032418Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3001704378736632, - "StableID": "nFJX6ggUSQ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "DiscoKey": "discokey:9496fb1f215361d0bef981ab81f4c1914e6ffc37b9bddd84bbf5de259da59e41", - "Addresses": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "AllowedIPs": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "Endpoints": ["77.164.248.136:40893", "10.65.0.27:40893", "172.17.0.1:40893"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 48904}, - {"Proto": "peerapi6", "Port": 48904} - ]}, - "Created": "2026-04-09T01:29:14.720735558Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3640720367236755, - "StableID": "npfunvYtRV11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:a95a75fc376c8751d145b361c46fe498b4adbc42ee4922bbe18cfec74e112e53", - "Addresses": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "AllowedIPs": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "Endpoints": ["77.164.248.136:57517", "10.65.0.27:57517", "172.17.0.1:57517"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59963}, - {"Proto": "peerapi6", "Port": 59963} - ]}, - "Created": "2026-04-09T01:29:20.682272673Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3767519076142601, - "StableID": "nWhkVaLKRW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "KeyExpiry": "2026-10-06T01:29:21Z", - "DiscoKey": "discokey:f95848aa4e4c4d777a62d607db660a449d6add9bc570f704c5e7ecc3ea71fe70", - "Addresses": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "AllowedIPs": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54109}, - {"Proto": "peerapi6", "Port": 54109} - ]}, - "Created": "2026-04-09T01:29:21.245060544Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3803067513769488, - "StableID": "noCYCp8RhW11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "DiscoKey": "discokey:0f331b3cad3c97388ab359b521172172d9da19f005b6c52a2a9886bf52439c16", - "Addresses": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "AllowedIPs": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "Endpoints": ["77.164.248.136:51935", "10.65.0.27:51935", "172.17.0.1:51935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52529}, - {"Proto": "peerapi6", "Port": 52529} - ]}, - "Created": "2026-04-09T01:29:16.337094127Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 3950071695004851, - "StableID": "nNiYJkgzqX11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "DiscoKey": "discokey:7a5858ac552ce0936d5128fe2ed9699ad802c7276182599dc0524dc5ce097104", - "Addresses": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "AllowedIPs": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "Endpoints": ["77.164.248.136:39200", "10.65.0.27:39200", "172.17.0.1:39200"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36042}, - {"Proto": "peerapi6", "Port": 36042} - ]}, - "Created": "2026-04-09T01:29:13.619691278Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4243720286701029, - "StableID": "nkgJoULz8a11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:38c657853fc514f2f724f9ba00c5e26808b7b61ea918bb45e45d940e1dbc6f24", - "Addresses": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "AllowedIPs": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "Endpoints": ["77.164.248.136:55966", "10.65.0.27:55966", "172.17.0.1:55966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52851}, - {"Proto": "peerapi6", "Port": 52851} - ]}, - "Created": "2026-04-09T01:29:20.126353638Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5514711067472810, - "StableID": "nMJvnH7d4k11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "DiscoKey": "discokey:e7220dff10d285f05391d59b5e88fb08f84b18d883378cd8cfe4e8100fba583f", - "Addresses": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "AllowedIPs": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "Endpoints": ["77.164.248.136:46142", "10.65.0.27:46142", "172.17.0.1:46142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53567}, - {"Proto": "peerapi6", "Port": 53567} - ]}, - "Created": "2026-04-09T01:29:19.046722196Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6222914751264433, - "StableID": "nEjXCGRNbq11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "DiscoKey": "discokey:b05357b73212dc95354ddcd7ac5a6d716d661f12c5484ce9c3612b476bd26652", - "Addresses": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "AllowedIPs": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "Endpoints": ["77.164.248.136:60605", "10.65.0.27:60605", "172.17.0.1:60605"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42701}, - {"Proto": "peerapi6", "Port": 42701} - ]}, - "Created": "2026-04-09T01:29:19.590282399Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6424095364702237, - "StableID": "nGUf6L6VAs11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "DiscoKey": "discokey:24ecb96bdddd5c84d0adea7443cd282509304bb2e981acdfdbf2718420202332", - "Addresses": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "AllowedIPs": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "Endpoints": ["77.164.248.136:49857", "10.65.0.27:49857", "172.17.0.1:49857"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58742}, - {"Proto": "peerapi6", "Port": 58742} - ]}, - "Created": "2026-04-09T01:29:16.866913551Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6988776861037985, - "StableID": "nzBYGQKEaw11CNTRL", + "ID": 845490085651008, + "StableID": "nyoCdGbvb711CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "DiscoKey": "discokey:299371ab710a43814db3aa8b6fabee2d43419411254c18046b3c442b3af36749", - "Addresses": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "AllowedIPs": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "Endpoints": ["77.164.248.136:40425", "10.65.0.27:40425", "172.17.0.1:40425"], + "Key": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "DiscoKey": "discokey:f4a9cf7cb7090418fd6fa52a9c79786a390ac08e08008ab678c58f3a40c8de08", + "Addresses": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "AllowedIPs": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "Endpoints": ["77.164.248.136:59494", "10.65.0.27:59494", "172.17.0.1:59494"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45475}, - {"Proto": "peerapi6", "Port": 45475} + {"Proto": "peerapi4", "Port": 39940}, + {"Proto": "peerapi6", "Port": 39940} ]}, - "Created": "2026-04-09T01:29:17.973639016Z", + "Created": "2026-04-09T08:35:23.227399721Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7572892111338599, - "StableID": "ntqEjz2n8221CNTRL", + "ID": 1499295542366034, + "StableID": "ny8zyBx2iC11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "KeyExpiry": "2026-10-06T08:35:26Z", + "DiscoKey": "discokey:f26f4c71cb8d0a1f42ad87f457f993365b4fc5ec3274d4545292892e430f4403", + "Addresses": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "AllowedIPs": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 53419}, + {"Proto": "peerapi6", "Port": 53419} + ]}, + "Created": "2026-04-09T08:35:26.473075765Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1506533552149553, + "StableID": "ncJ48k5KmC11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "DiscoKey": "discokey:d37a686afede4f2be0b9499a5f6febece9ad0f3d205e79602dc09a3753f17315", + "Addresses": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "AllowedIPs": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 46795}, + {"Proto": "peerapi6", "Port": 46795} + ]}, + "Created": "2026-04-09T08:35:21.08163087Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1994706396873706, + "StableID": "noHxjAZQaG11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "DiscoKey": "discokey:a3e3f40a2a6522eb5a41f4abc787a1509b06ce05ac0a807f171e3a8809c82545", + "Addresses": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "AllowedIPs": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "Endpoints": ["77.164.248.136:57103", "10.65.0.27:57103", "172.17.0.1:57103"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 63963}, + {"Proto": "peerapi6", "Port": 63963} + ]}, + "Created": "2026-04-09T08:35:19.986236555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2371038460990541, + "StableID": "nA1NZGArWK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:e841b2b16f0af66713642467068fb160a745a10dfeb667c6e570aaccbacdd246", + "Addresses": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "AllowedIPs": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "Endpoints": ["77.164.248.136:33302", "10.65.0.27:33302", "172.17.0.1:33302"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 36732}, + {"Proto": "peerapi6", "Port": 36732} + ]}, + "Created": "2026-04-09T08:35:25.968848774Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4380615993940572, + "StableID": "ndBrfXMzCb11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "DiscoKey": "discokey:28df1b61661f20433d184ce5ff891e22d018d2539efbcdd823aa4ff503976166", + "Addresses": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "AllowedIPs": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "Endpoints": ["77.164.248.136:54723", "10.65.0.27:54723", "172.17.0.1:54723"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 58890}, + {"Proto": "peerapi6", "Port": 58890} + ]}, + "Created": "2026-04-09T08:35:24.310023379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4674613820252956, + "StableID": "nKQJqLB9Wd11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "DiscoKey": "discokey:136168f1bd5c8546146b77d8eb8f246927e8b62e49efbbc07db7c51d99214d5f", + "Addresses": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "AllowedIPs": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "Endpoints": ["77.164.248.136:60319", "10.65.0.27:60319", "172.17.0.1:60319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 47346}, + {"Proto": "peerapi6", "Port": 47346} + ]}, + "Created": "2026-04-09T08:35:18.894081273Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4722280273267347, + "StableID": "nAJT48Jjsd11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "DiscoKey": "discokey:abb330429386415cf953a09676221bcbd042c14afb68cb9782d148577c497766", - "Addresses": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "AllowedIPs": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "Endpoints": ["77.164.248.136:46024", "10.65.0.27:46024", "172.17.0.1:46024"], + "Key": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "DiscoKey": "discokey:696cdfa05e58ff3d7d65455eb875f3778ee31dc0eddb647b61531d17046ce907", + "Addresses": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "AllowedIPs": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "Endpoints": ["77.164.248.136:44418", "10.65.0.27:44418", "172.17.0.1:44418"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 55262}, - {"Proto": "peerapi6", "Port": 55262} + {"Proto": "peerapi4", "Port": 38272}, + {"Proto": "peerapi6", "Port": 38272} ]}, - "Created": "2026-04-09T01:29:15.238604154Z", + "Created": "2026-04-09T08:35:20.570078333Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8714805048734484, - "StableID": "nPL7ik9x3B21CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 4873024968296014, + "StableID": "nf1PZx614f11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "DiscoKey": "discokey:53575245aa5dc83e1502fcb865f3708067950aec6989e3a4706231753d18627b", - "Addresses": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "AllowedIPs": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "DiscoKey": "discokey:1b5b97cea18f435fa362ba7384b186e4c9be687a799d1db90c01dfcf3d0f0c09", + "Addresses": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "AllowedIPs": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "Endpoints": ["77.164.248.136:55962", "10.65.0.27:55962", "172.17.0.1:55962"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 32894}, - {"Proto": "peerapi6", "Port": 32894} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 62220}, + {"Proto": "peerapi6", "Port": 62220} ]}, - "Created": "2026-04-09T01:29:15.796649272Z", + "Created": "2026-04-09T08:35:23.782063506Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6321025578388168, + "StableID": "nDjZ2AdoMr11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "DiscoKey": "discokey:ef4151f52e161a39a1a15e14b7fba89cfb94ef6aad36e4b9470510a1f32d1005", + "Addresses": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "AllowedIPs": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "Endpoints": ["77.164.248.136:34644", "10.65.0.27:34644", "172.17.0.1:34644"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56635}, + {"Proto": "peerapi6", "Port": 56635} + ]}, + "Created": "2026-04-09T08:35:21.611290573Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6686978099098836, + "StableID": "nfev8PaYDu11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "DiscoKey": "discokey:93638ae96ed9d6ab74bf216d7dff4870d1647af0f7024c686c726b3a858fe330", + "Addresses": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "AllowedIPs": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "Endpoints": ["77.164.248.136:49797", "10.65.0.27:49797", "172.17.0.1:49797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 50975}, + {"Proto": "peerapi6", "Port": 50975} + ]}, + "Created": "2026-04-09T08:35:22.146207089Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8125377930578454, + "StableID": "nqxBgCuzS621CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:44a1fb1b6f4d4553bda7ff5f170de25108fa351e3455d8d020eb969ee8e72465", + "Addresses": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "AllowedIPs": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "Endpoints": ["77.164.248.136:41236", "10.65.0.27:41236", "172.17.0.1:41236"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54842}, + {"Proto": "peerapi6", "Port": 54842} + ]}, + "Created": "2026-04-09T08:35:25.399623315Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8934382433183138, + "StableID": "n3jNGS5QmC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "DiscoKey": "discokey:02452b6f68bfb57845906af3b96334b96e2c89761b6013e851cb431c673c6f4e", + "Addresses": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "AllowedIPs": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "Endpoints": ["77.164.248.136:36555", "10.65.0.27:36555", "172.17.0.1:36555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52530}, + {"Proto": "peerapi6", "Port": 52530} + ]}, + "Created": "2026-04-09T08:35:24.852861057Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6317,27 +6319,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "931345710153623": { - "ID": 931345710153623, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4031117123850310": { + "ID": 4031117123850310, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6368,22 +6372,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4243720286701029, - "StableID": "nkgJoULz8a11CNTRL", + "ID": 8125377930578454, + "StableID": "nqxBgCuzS621CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:38c657853fc514f2f724f9ba00c5e26808b7b61ea918bb45e45d940e1dbc6f24", - "Addresses": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "AllowedIPs": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "Endpoints": ["77.164.248.136:55966", "10.65.0.27:55966", "172.17.0.1:55966"], + "Key": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:44a1fb1b6f4d4553bda7ff5f170de25108fa351e3455d8d020eb969ee8e72465", + "Addresses": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "AllowedIPs": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "Endpoints": ["77.164.248.136:41236", "10.65.0.27:41236", "172.17.0.1:41236"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52851}, - {"Proto": "peerapi6", "Port": 52851}, + {"Proto": "peerapi4", "Port": 54842}, + {"Proto": "peerapi6", "Port": 54842}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:20.126353638Z", + "Created": "2026-04-09T08:35:25.399623315Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6410,300 +6414,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "MachineKey": "mkey:748885034f5a2a5b63e289af18c34ac51d3e08a51dbdc0e21cf0e5978fc8b01f", + "NodeKey": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "MachineKey": "mkey:6747ddaf34631cc7df9b7d2bed96322d9d28a0a9473975f3539a7e9a35af7b62", "Peers": [{ - "ID": 931345710153623, - "StableID": "n6QSAcsoG811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "DiscoKey": "discokey:965b37b48e13b83f602a4db14d0642e57ebd6890c09083d713f079d5fdd4e503", - "Addresses": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "AllowedIPs": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "Endpoints": ["77.164.248.136:49109", "10.65.0.27:49109", "172.17.0.1:49109"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55129}, - {"Proto": "peerapi6", "Port": 55129} - ]}, - "Created": "2026-04-09T01:29:17.41646995Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1164943042254358, - "StableID": "nT75VY5c6A11CNTRL", + "ID": 647126719099551, + "StableID": "nLykBTv54611CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "DiscoKey": "discokey:281ac7a456e0816f42d6326dfb491f6d58bd615df9cdd99c1e9e74c6eebbe759", - "Addresses": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "AllowedIPs": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "Endpoints": ["77.164.248.136:48630", "10.65.0.27:48630", "172.17.0.1:48630"], + "Key": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "DiscoKey": "discokey:217f880836aa7847643debc9fc54e2a46ca2f52727543a5412c0a30218235d77", + "Addresses": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "AllowedIPs": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "Endpoints": ["77.164.248.136:33954", "10.65.0.27:33954", "172.17.0.1:33954"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34765}, - {"Proto": "peerapi6", "Port": 34765} + {"Proto": "peerapi4", "Port": 53939}, + {"Proto": "peerapi6", "Port": 53939} ]}, - "Created": "2026-04-09T01:29:14.165162441Z", + "Created": "2026-04-09T08:35:19.470050506Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2922978097957867, - "StableID": "nrCQFLgppP11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "DiscoKey": "discokey:4fad1cbe1f36566dff484cd398358d79d088f0a7e4e8b0f4b7ea950921491a56", - "Addresses": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "AllowedIPs": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "Endpoints": ["77.164.248.136:43427", "10.65.0.27:43427", "172.17.0.1:43427"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55884}, - {"Proto": "peerapi6", "Port": 55884} - ]}, - "Created": "2026-04-09T01:29:18.514032418Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3001704378736632, - "StableID": "nFJX6ggUSQ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "DiscoKey": "discokey:9496fb1f215361d0bef981ab81f4c1914e6ffc37b9bddd84bbf5de259da59e41", - "Addresses": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "AllowedIPs": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "Endpoints": ["77.164.248.136:40893", "10.65.0.27:40893", "172.17.0.1:40893"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 48904}, - {"Proto": "peerapi6", "Port": 48904} - ]}, - "Created": "2026-04-09T01:29:14.720735558Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3640720367236755, - "StableID": "npfunvYtRV11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:a95a75fc376c8751d145b361c46fe498b4adbc42ee4922bbe18cfec74e112e53", - "Addresses": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "AllowedIPs": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "Endpoints": ["77.164.248.136:57517", "10.65.0.27:57517", "172.17.0.1:57517"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59963}, - {"Proto": "peerapi6", "Port": 59963} - ]}, - "Created": "2026-04-09T01:29:20.682272673Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3767519076142601, - "StableID": "nWhkVaLKRW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "KeyExpiry": "2026-10-06T01:29:21Z", - "DiscoKey": "discokey:f95848aa4e4c4d777a62d607db660a449d6add9bc570f704c5e7ecc3ea71fe70", - "Addresses": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "AllowedIPs": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54109}, - {"Proto": "peerapi6", "Port": 54109} - ]}, - "Created": "2026-04-09T01:29:21.245060544Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3803067513769488, - "StableID": "noCYCp8RhW11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "DiscoKey": "discokey:0f331b3cad3c97388ab359b521172172d9da19f005b6c52a2a9886bf52439c16", - "Addresses": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "AllowedIPs": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "Endpoints": ["77.164.248.136:51935", "10.65.0.27:51935", "172.17.0.1:51935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52529}, - {"Proto": "peerapi6", "Port": 52529} - ]}, - "Created": "2026-04-09T01:29:16.337094127Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 3950071695004851, - "StableID": "nNiYJkgzqX11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "DiscoKey": "discokey:7a5858ac552ce0936d5128fe2ed9699ad802c7276182599dc0524dc5ce097104", - "Addresses": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "AllowedIPs": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "Endpoints": ["77.164.248.136:39200", "10.65.0.27:39200", "172.17.0.1:39200"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36042}, - {"Proto": "peerapi6", "Port": 36042} - ]}, - "Created": "2026-04-09T01:29:13.619691278Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5514711067472810, - "StableID": "nMJvnH7d4k11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "DiscoKey": "discokey:e7220dff10d285f05391d59b5e88fb08f84b18d883378cd8cfe4e8100fba583f", - "Addresses": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "AllowedIPs": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "Endpoints": ["77.164.248.136:46142", "10.65.0.27:46142", "172.17.0.1:46142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53567}, - {"Proto": "peerapi6", "Port": 53567} - ]}, - "Created": "2026-04-09T01:29:19.046722196Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6222914751264433, - "StableID": "nEjXCGRNbq11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "DiscoKey": "discokey:b05357b73212dc95354ddcd7ac5a6d716d661f12c5484ce9c3612b476bd26652", - "Addresses": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "AllowedIPs": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "Endpoints": ["77.164.248.136:60605", "10.65.0.27:60605", "172.17.0.1:60605"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42701}, - {"Proto": "peerapi6", "Port": 42701} - ]}, - "Created": "2026-04-09T01:29:19.590282399Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6424095364702237, - "StableID": "nGUf6L6VAs11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "DiscoKey": "discokey:24ecb96bdddd5c84d0adea7443cd282509304bb2e981acdfdbf2718420202332", - "Addresses": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "AllowedIPs": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "Endpoints": ["77.164.248.136:49857", "10.65.0.27:49857", "172.17.0.1:49857"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58742}, - {"Proto": "peerapi6", "Port": 58742} - ]}, - "Created": "2026-04-09T01:29:16.866913551Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6988776861037985, - "StableID": "nzBYGQKEaw11CNTRL", + "ID": 845490085651008, + "StableID": "nyoCdGbvb711CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "DiscoKey": "discokey:299371ab710a43814db3aa8b6fabee2d43419411254c18046b3c442b3af36749", - "Addresses": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "AllowedIPs": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "Endpoints": ["77.164.248.136:40425", "10.65.0.27:40425", "172.17.0.1:40425"], + "Key": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "DiscoKey": "discokey:f4a9cf7cb7090418fd6fa52a9c79786a390ac08e08008ab678c58f3a40c8de08", + "Addresses": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "AllowedIPs": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "Endpoints": ["77.164.248.136:59494", "10.65.0.27:59494", "172.17.0.1:59494"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45475}, - {"Proto": "peerapi6", "Port": 45475} + {"Proto": "peerapi4", "Port": 39940}, + {"Proto": "peerapi6", "Port": 39940} ]}, - "Created": "2026-04-09T01:29:17.973639016Z", + "Created": "2026-04-09T08:35:23.227399721Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7572892111338599, - "StableID": "ntqEjz2n8221CNTRL", + "ID": 1499295542366034, + "StableID": "ny8zyBx2iC11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "KeyExpiry": "2026-10-06T08:35:26Z", + "DiscoKey": "discokey:f26f4c71cb8d0a1f42ad87f457f993365b4fc5ec3274d4545292892e430f4403", + "Addresses": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "AllowedIPs": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 53419}, + {"Proto": "peerapi6", "Port": 53419} + ]}, + "Created": "2026-04-09T08:35:26.473075765Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1506533552149553, + "StableID": "ncJ48k5KmC11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "DiscoKey": "discokey:d37a686afede4f2be0b9499a5f6febece9ad0f3d205e79602dc09a3753f17315", + "Addresses": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "AllowedIPs": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 46795}, + {"Proto": "peerapi6", "Port": 46795} + ]}, + "Created": "2026-04-09T08:35:21.08163087Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1994706396873706, + "StableID": "noHxjAZQaG11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "DiscoKey": "discokey:a3e3f40a2a6522eb5a41f4abc787a1509b06ce05ac0a807f171e3a8809c82545", + "Addresses": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "AllowedIPs": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "Endpoints": ["77.164.248.136:57103", "10.65.0.27:57103", "172.17.0.1:57103"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 63963}, + {"Proto": "peerapi6", "Port": 63963} + ]}, + "Created": "2026-04-09T08:35:19.986236555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2371038460990541, + "StableID": "nA1NZGArWK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:e841b2b16f0af66713642467068fb160a745a10dfeb667c6e570aaccbacdd246", + "Addresses": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "AllowedIPs": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "Endpoints": ["77.164.248.136:33302", "10.65.0.27:33302", "172.17.0.1:33302"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 36732}, + {"Proto": "peerapi6", "Port": 36732} + ]}, + "Created": "2026-04-09T08:35:25.968848774Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4031117123850310, + "StableID": "nV8iKTchUY11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "DiscoKey": "discokey:1888508193797a3e11287ecce30d90ebf0781d5780e6fc77015de9e6383d1f66", + "Addresses": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "AllowedIPs": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 64617}, + {"Proto": "peerapi6", "Port": 64617} + ]}, + "Created": "2026-04-09T08:35:22.691859462Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4380615993940572, + "StableID": "ndBrfXMzCb11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "DiscoKey": "discokey:28df1b61661f20433d184ce5ff891e22d018d2539efbcdd823aa4ff503976166", + "Addresses": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "AllowedIPs": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "Endpoints": ["77.164.248.136:54723", "10.65.0.27:54723", "172.17.0.1:54723"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 58890}, + {"Proto": "peerapi6", "Port": 58890} + ]}, + "Created": "2026-04-09T08:35:24.310023379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4674613820252956, + "StableID": "nKQJqLB9Wd11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "DiscoKey": "discokey:136168f1bd5c8546146b77d8eb8f246927e8b62e49efbbc07db7c51d99214d5f", + "Addresses": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "AllowedIPs": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "Endpoints": ["77.164.248.136:60319", "10.65.0.27:60319", "172.17.0.1:60319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 47346}, + {"Proto": "peerapi6", "Port": 47346} + ]}, + "Created": "2026-04-09T08:35:18.894081273Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4722280273267347, + "StableID": "nAJT48Jjsd11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "DiscoKey": "discokey:abb330429386415cf953a09676221bcbd042c14afb68cb9782d148577c497766", - "Addresses": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "AllowedIPs": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "Endpoints": ["77.164.248.136:46024", "10.65.0.27:46024", "172.17.0.1:46024"], + "Key": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "DiscoKey": "discokey:696cdfa05e58ff3d7d65455eb875f3778ee31dc0eddb647b61531d17046ce907", + "Addresses": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "AllowedIPs": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "Endpoints": ["77.164.248.136:44418", "10.65.0.27:44418", "172.17.0.1:44418"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 55262}, - {"Proto": "peerapi6", "Port": 55262} + {"Proto": "peerapi4", "Port": 38272}, + {"Proto": "peerapi6", "Port": 38272} ]}, - "Created": "2026-04-09T01:29:15.238604154Z", + "Created": "2026-04-09T08:35:20.570078333Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8714805048734484, - "StableID": "nPL7ik9x3B21CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 4873024968296014, + "StableID": "nf1PZx614f11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "DiscoKey": "discokey:53575245aa5dc83e1502fcb865f3708067950aec6989e3a4706231753d18627b", - "Addresses": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "AllowedIPs": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "DiscoKey": "discokey:1b5b97cea18f435fa362ba7384b186e4c9be687a799d1db90c01dfcf3d0f0c09", + "Addresses": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "AllowedIPs": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "Endpoints": ["77.164.248.136:55962", "10.65.0.27:55962", "172.17.0.1:55962"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 32894}, - {"Proto": "peerapi6", "Port": 32894} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 62220}, + {"Proto": "peerapi6", "Port": 62220} ]}, - "Created": "2026-04-09T01:29:15.796649272Z", + "Created": "2026-04-09T08:35:23.782063506Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6321025578388168, + "StableID": "nDjZ2AdoMr11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "DiscoKey": "discokey:ef4151f52e161a39a1a15e14b7fba89cfb94ef6aad36e4b9470510a1f32d1005", + "Addresses": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "AllowedIPs": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "Endpoints": ["77.164.248.136:34644", "10.65.0.27:34644", "172.17.0.1:34644"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56635}, + {"Proto": "peerapi6", "Port": 56635} + ]}, + "Created": "2026-04-09T08:35:21.611290573Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6686978099098836, + "StableID": "nfev8PaYDu11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "DiscoKey": "discokey:93638ae96ed9d6ab74bf216d7dff4870d1647af0f7024c686c726b3a858fe330", + "Addresses": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "AllowedIPs": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "Endpoints": ["77.164.248.136:49797", "10.65.0.27:49797", "172.17.0.1:49797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 50975}, + {"Proto": "peerapi6", "Port": 50975} + ]}, + "Created": "2026-04-09T08:35:22.146207089Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8934382433183138, + "StableID": "n3jNGS5QmC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "DiscoKey": "discokey:02452b6f68bfb57845906af3b96334b96e2c89761b6013e851cb431c673c6f4e", + "Addresses": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "AllowedIPs": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "Endpoints": ["77.164.248.136:36555", "10.65.0.27:36555", "172.17.0.1:36555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52530}, + {"Proto": "peerapi6", "Port": 52530} + ]}, + "Created": "2026-04-09T08:35:24.852861057Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7551,23 +7554,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7598,21 +7602,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5514711067472810, - "StableID": "nMJvnH7d4k11CNTRL", + "ID": 4380615993940572, + "StableID": "ndBrfXMzCb11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 5514711067472810, - "Key": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "DiscoKey": "discokey:e7220dff10d285f05391d59b5e88fb08f84b18d883378cd8cfe4e8100fba583f", - "Addresses": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "AllowedIPs": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "Endpoints": ["77.164.248.136:46142", "10.65.0.27:46142", "172.17.0.1:46142"], + "User": 4380615993940572, + "Key": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "DiscoKey": "discokey:28df1b61661f20433d184ce5ff891e22d018d2539efbcdd823aa4ff503976166", + "Addresses": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "AllowedIPs": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "Endpoints": ["77.164.248.136:54723", "10.65.0.27:54723", "172.17.0.1:54723"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 53567}, - {"Proto": "peerapi6", "Port": 53567}, + {"Proto": "peerapi4", "Port": 58890}, + {"Proto": "peerapi6", "Port": 58890}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:19.046722196Z", + "Created": "2026-04-09T08:35:24.310023379Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7640,300 +7644,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "MachineKey": "mkey:e4215783fe9872aa65f799eb89f1d0fa381c00825f72b6c3be3a9af13a00cb60", + "NodeKey": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "MachineKey": "mkey:57e2c280bc5f1e8ac69a2271d1262ee88400be07e19b587b74b51bf345226812", "Peers": [{ - "ID": 931345710153623, - "StableID": "n6QSAcsoG811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "DiscoKey": "discokey:965b37b48e13b83f602a4db14d0642e57ebd6890c09083d713f079d5fdd4e503", - "Addresses": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "AllowedIPs": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "Endpoints": ["77.164.248.136:49109", "10.65.0.27:49109", "172.17.0.1:49109"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55129}, - {"Proto": "peerapi6", "Port": 55129} - ]}, - "Created": "2026-04-09T01:29:17.41646995Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1164943042254358, - "StableID": "nT75VY5c6A11CNTRL", + "ID": 647126719099551, + "StableID": "nLykBTv54611CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "DiscoKey": "discokey:281ac7a456e0816f42d6326dfb491f6d58bd615df9cdd99c1e9e74c6eebbe759", - "Addresses": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "AllowedIPs": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "Endpoints": ["77.164.248.136:48630", "10.65.0.27:48630", "172.17.0.1:48630"], + "Key": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "DiscoKey": "discokey:217f880836aa7847643debc9fc54e2a46ca2f52727543a5412c0a30218235d77", + "Addresses": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "AllowedIPs": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "Endpoints": ["77.164.248.136:33954", "10.65.0.27:33954", "172.17.0.1:33954"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34765}, - {"Proto": "peerapi6", "Port": 34765} + {"Proto": "peerapi4", "Port": 53939}, + {"Proto": "peerapi6", "Port": 53939} ]}, - "Created": "2026-04-09T01:29:14.165162441Z", + "Created": "2026-04-09T08:35:19.470050506Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2922978097957867, - "StableID": "nrCQFLgppP11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "DiscoKey": "discokey:4fad1cbe1f36566dff484cd398358d79d088f0a7e4e8b0f4b7ea950921491a56", - "Addresses": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "AllowedIPs": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "Endpoints": ["77.164.248.136:43427", "10.65.0.27:43427", "172.17.0.1:43427"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55884}, - {"Proto": "peerapi6", "Port": 55884} - ]}, - "Created": "2026-04-09T01:29:18.514032418Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3001704378736632, - "StableID": "nFJX6ggUSQ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "DiscoKey": "discokey:9496fb1f215361d0bef981ab81f4c1914e6ffc37b9bddd84bbf5de259da59e41", - "Addresses": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "AllowedIPs": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "Endpoints": ["77.164.248.136:40893", "10.65.0.27:40893", "172.17.0.1:40893"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 48904}, - {"Proto": "peerapi6", "Port": 48904} - ]}, - "Created": "2026-04-09T01:29:14.720735558Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3640720367236755, - "StableID": "npfunvYtRV11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:a95a75fc376c8751d145b361c46fe498b4adbc42ee4922bbe18cfec74e112e53", - "Addresses": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "AllowedIPs": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "Endpoints": ["77.164.248.136:57517", "10.65.0.27:57517", "172.17.0.1:57517"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59963}, - {"Proto": "peerapi6", "Port": 59963} - ]}, - "Created": "2026-04-09T01:29:20.682272673Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3767519076142601, - "StableID": "nWhkVaLKRW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "KeyExpiry": "2026-10-06T01:29:21Z", - "DiscoKey": "discokey:f95848aa4e4c4d777a62d607db660a449d6add9bc570f704c5e7ecc3ea71fe70", - "Addresses": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "AllowedIPs": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54109}, - {"Proto": "peerapi6", "Port": 54109} - ]}, - "Created": "2026-04-09T01:29:21.245060544Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3803067513769488, - "StableID": "noCYCp8RhW11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "DiscoKey": "discokey:0f331b3cad3c97388ab359b521172172d9da19f005b6c52a2a9886bf52439c16", - "Addresses": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "AllowedIPs": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "Endpoints": ["77.164.248.136:51935", "10.65.0.27:51935", "172.17.0.1:51935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52529}, - {"Proto": "peerapi6", "Port": 52529} - ]}, - "Created": "2026-04-09T01:29:16.337094127Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 3950071695004851, - "StableID": "nNiYJkgzqX11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "DiscoKey": "discokey:7a5858ac552ce0936d5128fe2ed9699ad802c7276182599dc0524dc5ce097104", - "Addresses": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "AllowedIPs": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "Endpoints": ["77.164.248.136:39200", "10.65.0.27:39200", "172.17.0.1:39200"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36042}, - {"Proto": "peerapi6", "Port": 36042} - ]}, - "Created": "2026-04-09T01:29:13.619691278Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4243720286701029, - "StableID": "nkgJoULz8a11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:38c657853fc514f2f724f9ba00c5e26808b7b61ea918bb45e45d940e1dbc6f24", - "Addresses": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "AllowedIPs": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "Endpoints": ["77.164.248.136:55966", "10.65.0.27:55966", "172.17.0.1:55966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52851}, - {"Proto": "peerapi6", "Port": 52851} - ]}, - "Created": "2026-04-09T01:29:20.126353638Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6222914751264433, - "StableID": "nEjXCGRNbq11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "DiscoKey": "discokey:b05357b73212dc95354ddcd7ac5a6d716d661f12c5484ce9c3612b476bd26652", - "Addresses": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "AllowedIPs": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "Endpoints": ["77.164.248.136:60605", "10.65.0.27:60605", "172.17.0.1:60605"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42701}, - {"Proto": "peerapi6", "Port": 42701} - ]}, - "Created": "2026-04-09T01:29:19.590282399Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6424095364702237, - "StableID": "nGUf6L6VAs11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "DiscoKey": "discokey:24ecb96bdddd5c84d0adea7443cd282509304bb2e981acdfdbf2718420202332", - "Addresses": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "AllowedIPs": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "Endpoints": ["77.164.248.136:49857", "10.65.0.27:49857", "172.17.0.1:49857"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58742}, - {"Proto": "peerapi6", "Port": 58742} - ]}, - "Created": "2026-04-09T01:29:16.866913551Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6988776861037985, - "StableID": "nzBYGQKEaw11CNTRL", + "ID": 845490085651008, + "StableID": "nyoCdGbvb711CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "DiscoKey": "discokey:299371ab710a43814db3aa8b6fabee2d43419411254c18046b3c442b3af36749", - "Addresses": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "AllowedIPs": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "Endpoints": ["77.164.248.136:40425", "10.65.0.27:40425", "172.17.0.1:40425"], + "Key": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "DiscoKey": "discokey:f4a9cf7cb7090418fd6fa52a9c79786a390ac08e08008ab678c58f3a40c8de08", + "Addresses": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "AllowedIPs": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "Endpoints": ["77.164.248.136:59494", "10.65.0.27:59494", "172.17.0.1:59494"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45475}, - {"Proto": "peerapi6", "Port": 45475} + {"Proto": "peerapi4", "Port": 39940}, + {"Proto": "peerapi6", "Port": 39940} ]}, - "Created": "2026-04-09T01:29:17.973639016Z", + "Created": "2026-04-09T08:35:23.227399721Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7572892111338599, - "StableID": "ntqEjz2n8221CNTRL", + "ID": 1499295542366034, + "StableID": "ny8zyBx2iC11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "KeyExpiry": "2026-10-06T08:35:26Z", + "DiscoKey": "discokey:f26f4c71cb8d0a1f42ad87f457f993365b4fc5ec3274d4545292892e430f4403", + "Addresses": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "AllowedIPs": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 53419}, + {"Proto": "peerapi6", "Port": 53419} + ]}, + "Created": "2026-04-09T08:35:26.473075765Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1506533552149553, + "StableID": "ncJ48k5KmC11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "DiscoKey": "discokey:d37a686afede4f2be0b9499a5f6febece9ad0f3d205e79602dc09a3753f17315", + "Addresses": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "AllowedIPs": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 46795}, + {"Proto": "peerapi6", "Port": 46795} + ]}, + "Created": "2026-04-09T08:35:21.08163087Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1994706396873706, + "StableID": "noHxjAZQaG11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "DiscoKey": "discokey:a3e3f40a2a6522eb5a41f4abc787a1509b06ce05ac0a807f171e3a8809c82545", + "Addresses": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "AllowedIPs": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "Endpoints": ["77.164.248.136:57103", "10.65.0.27:57103", "172.17.0.1:57103"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 63963}, + {"Proto": "peerapi6", "Port": 63963} + ]}, + "Created": "2026-04-09T08:35:19.986236555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2371038460990541, + "StableID": "nA1NZGArWK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:e841b2b16f0af66713642467068fb160a745a10dfeb667c6e570aaccbacdd246", + "Addresses": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "AllowedIPs": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "Endpoints": ["77.164.248.136:33302", "10.65.0.27:33302", "172.17.0.1:33302"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 36732}, + {"Proto": "peerapi6", "Port": 36732} + ]}, + "Created": "2026-04-09T08:35:25.968848774Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4031117123850310, + "StableID": "nV8iKTchUY11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "DiscoKey": "discokey:1888508193797a3e11287ecce30d90ebf0781d5780e6fc77015de9e6383d1f66", + "Addresses": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "AllowedIPs": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 64617}, + {"Proto": "peerapi6", "Port": 64617} + ]}, + "Created": "2026-04-09T08:35:22.691859462Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4674613820252956, + "StableID": "nKQJqLB9Wd11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "DiscoKey": "discokey:136168f1bd5c8546146b77d8eb8f246927e8b62e49efbbc07db7c51d99214d5f", + "Addresses": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "AllowedIPs": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "Endpoints": ["77.164.248.136:60319", "10.65.0.27:60319", "172.17.0.1:60319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 47346}, + {"Proto": "peerapi6", "Port": 47346} + ]}, + "Created": "2026-04-09T08:35:18.894081273Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4722280273267347, + "StableID": "nAJT48Jjsd11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "DiscoKey": "discokey:abb330429386415cf953a09676221bcbd042c14afb68cb9782d148577c497766", - "Addresses": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "AllowedIPs": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "Endpoints": ["77.164.248.136:46024", "10.65.0.27:46024", "172.17.0.1:46024"], + "Key": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "DiscoKey": "discokey:696cdfa05e58ff3d7d65455eb875f3778ee31dc0eddb647b61531d17046ce907", + "Addresses": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "AllowedIPs": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "Endpoints": ["77.164.248.136:44418", "10.65.0.27:44418", "172.17.0.1:44418"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 55262}, - {"Proto": "peerapi6", "Port": 55262} + {"Proto": "peerapi4", "Port": 38272}, + {"Proto": "peerapi6", "Port": 38272} ]}, - "Created": "2026-04-09T01:29:15.238604154Z", + "Created": "2026-04-09T08:35:20.570078333Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8714805048734484, - "StableID": "nPL7ik9x3B21CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 4873024968296014, + "StableID": "nf1PZx614f11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "DiscoKey": "discokey:53575245aa5dc83e1502fcb865f3708067950aec6989e3a4706231753d18627b", - "Addresses": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "AllowedIPs": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "DiscoKey": "discokey:1b5b97cea18f435fa362ba7384b186e4c9be687a799d1db90c01dfcf3d0f0c09", + "Addresses": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "AllowedIPs": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "Endpoints": ["77.164.248.136:55962", "10.65.0.27:55962", "172.17.0.1:55962"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 32894}, - {"Proto": "peerapi6", "Port": 32894} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 62220}, + {"Proto": "peerapi6", "Port": 62220} ]}, - "Created": "2026-04-09T01:29:15.796649272Z", + "Created": "2026-04-09T08:35:23.782063506Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6321025578388168, + "StableID": "nDjZ2AdoMr11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "DiscoKey": "discokey:ef4151f52e161a39a1a15e14b7fba89cfb94ef6aad36e4b9470510a1f32d1005", + "Addresses": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "AllowedIPs": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "Endpoints": ["77.164.248.136:34644", "10.65.0.27:34644", "172.17.0.1:34644"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56635}, + {"Proto": "peerapi6", "Port": 56635} + ]}, + "Created": "2026-04-09T08:35:21.611290573Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6686978099098836, + "StableID": "nfev8PaYDu11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "DiscoKey": "discokey:93638ae96ed9d6ab74bf216d7dff4870d1647af0f7024c686c726b3a858fe330", + "Addresses": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "AllowedIPs": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "Endpoints": ["77.164.248.136:49797", "10.65.0.27:49797", "172.17.0.1:49797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 50975}, + {"Proto": "peerapi6", "Port": 50975} + ]}, + "Created": "2026-04-09T08:35:22.146207089Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8125377930578454, + "StableID": "nqxBgCuzS621CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:44a1fb1b6f4d4553bda7ff5f170de25108fa351e3455d8d020eb969ee8e72465", + "Addresses": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "AllowedIPs": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "Endpoints": ["77.164.248.136:41236", "10.65.0.27:41236", "172.17.0.1:41236"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54842}, + {"Proto": "peerapi6", "Port": 54842} + ]}, + "Created": "2026-04-09T08:35:25.399623315Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8934382433183138, + "StableID": "n3jNGS5QmC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "DiscoKey": "discokey:02452b6f68bfb57845906af3b96334b96e2c89761b6013e851cb431c673c6f4e", + "Addresses": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "AllowedIPs": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "Endpoints": ["77.164.248.136:36555", "10.65.0.27:36555", "172.17.0.1:36555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52530}, + {"Proto": "peerapi6", "Port": 52530} + ]}, + "Created": "2026-04-09T08:35:24.852861057Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8781,27 +8784,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5514711067472810": { - "ID": 5514711067472810, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4380615993940572": { + "ID": 4380615993940572, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8832,26 +8837,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1164943042254358, - "StableID": "nT75VY5c6A11CNTRL", + "ID": 647126719099551, + "StableID": "nLykBTv54611CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1164943042254358, - "Key": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "DiscoKey": "discokey:281ac7a456e0816f42d6326dfb491f6d58bd615df9cdd99c1e9e74c6eebbe759", - "Addresses": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "AllowedIPs": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "Endpoints": ["77.164.248.136:48630", "10.65.0.27:48630", "172.17.0.1:48630"], + "User": 647126719099551, + "Key": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "DiscoKey": "discokey:217f880836aa7847643debc9fc54e2a46ca2f52727543a5412c0a30218235d77", + "Addresses": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "AllowedIPs": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "Endpoints": ["77.164.248.136:33954", "10.65.0.27:33954", "172.17.0.1:33954"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 34765}, - {"Proto": "peerapi6", "Port": 34765}, + {"Proto": "peerapi4", "Port": 53939}, + {"Proto": "peerapi6", "Port": 53939}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:14.165162441Z", + "Created": "2026-04-09T08:35:19.470050506Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8879,300 +8884,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "MachineKey": "mkey:6e776656622d45e1371ca42439bf9465f4f3c5b00020c6c0911a18286fea0446", + "NodeKey": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "MachineKey": "mkey:0824f978f1f228f7c7daad89e679a167fb738ea03592121dbb0454a74b5f017a", "Peers": [{ - "ID": 931345710153623, - "StableID": "n6QSAcsoG811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "DiscoKey": "discokey:965b37b48e13b83f602a4db14d0642e57ebd6890c09083d713f079d5fdd4e503", - "Addresses": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "AllowedIPs": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "Endpoints": ["77.164.248.136:49109", "10.65.0.27:49109", "172.17.0.1:49109"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55129}, - {"Proto": "peerapi6", "Port": 55129} - ]}, - "Created": "2026-04-09T01:29:17.41646995Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2922978097957867, - "StableID": "nrCQFLgppP11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "DiscoKey": "discokey:4fad1cbe1f36566dff484cd398358d79d088f0a7e4e8b0f4b7ea950921491a56", - "Addresses": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "AllowedIPs": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "Endpoints": ["77.164.248.136:43427", "10.65.0.27:43427", "172.17.0.1:43427"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55884}, - {"Proto": "peerapi6", "Port": 55884} - ]}, - "Created": "2026-04-09T01:29:18.514032418Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3001704378736632, - "StableID": "nFJX6ggUSQ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "DiscoKey": "discokey:9496fb1f215361d0bef981ab81f4c1914e6ffc37b9bddd84bbf5de259da59e41", - "Addresses": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "AllowedIPs": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "Endpoints": ["77.164.248.136:40893", "10.65.0.27:40893", "172.17.0.1:40893"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 48904}, - {"Proto": "peerapi6", "Port": 48904} - ]}, - "Created": "2026-04-09T01:29:14.720735558Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3640720367236755, - "StableID": "npfunvYtRV11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:a95a75fc376c8751d145b361c46fe498b4adbc42ee4922bbe18cfec74e112e53", - "Addresses": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "AllowedIPs": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "Endpoints": ["77.164.248.136:57517", "10.65.0.27:57517", "172.17.0.1:57517"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59963}, - {"Proto": "peerapi6", "Port": 59963} - ]}, - "Created": "2026-04-09T01:29:20.682272673Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3767519076142601, - "StableID": "nWhkVaLKRW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "KeyExpiry": "2026-10-06T01:29:21Z", - "DiscoKey": "discokey:f95848aa4e4c4d777a62d607db660a449d6add9bc570f704c5e7ecc3ea71fe70", - "Addresses": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "AllowedIPs": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54109}, - {"Proto": "peerapi6", "Port": 54109} - ]}, - "Created": "2026-04-09T01:29:21.245060544Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3803067513769488, - "StableID": "noCYCp8RhW11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "DiscoKey": "discokey:0f331b3cad3c97388ab359b521172172d9da19f005b6c52a2a9886bf52439c16", - "Addresses": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "AllowedIPs": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "Endpoints": ["77.164.248.136:51935", "10.65.0.27:51935", "172.17.0.1:51935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52529}, - {"Proto": "peerapi6", "Port": 52529} - ]}, - "Created": "2026-04-09T01:29:16.337094127Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 3950071695004851, - "StableID": "nNiYJkgzqX11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "DiscoKey": "discokey:7a5858ac552ce0936d5128fe2ed9699ad802c7276182599dc0524dc5ce097104", - "Addresses": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "AllowedIPs": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "Endpoints": ["77.164.248.136:39200", "10.65.0.27:39200", "172.17.0.1:39200"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36042}, - {"Proto": "peerapi6", "Port": 36042} - ]}, - "Created": "2026-04-09T01:29:13.619691278Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4243720286701029, - "StableID": "nkgJoULz8a11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:38c657853fc514f2f724f9ba00c5e26808b7b61ea918bb45e45d940e1dbc6f24", - "Addresses": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "AllowedIPs": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "Endpoints": ["77.164.248.136:55966", "10.65.0.27:55966", "172.17.0.1:55966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52851}, - {"Proto": "peerapi6", "Port": 52851} - ]}, - "Created": "2026-04-09T01:29:20.126353638Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5514711067472810, - "StableID": "nMJvnH7d4k11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "DiscoKey": "discokey:e7220dff10d285f05391d59b5e88fb08f84b18d883378cd8cfe4e8100fba583f", - "Addresses": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "AllowedIPs": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "Endpoints": ["77.164.248.136:46142", "10.65.0.27:46142", "172.17.0.1:46142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53567}, - {"Proto": "peerapi6", "Port": 53567} - ]}, - "Created": "2026-04-09T01:29:19.046722196Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6222914751264433, - "StableID": "nEjXCGRNbq11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "DiscoKey": "discokey:b05357b73212dc95354ddcd7ac5a6d716d661f12c5484ce9c3612b476bd26652", - "Addresses": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "AllowedIPs": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "Endpoints": ["77.164.248.136:60605", "10.65.0.27:60605", "172.17.0.1:60605"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42701}, - {"Proto": "peerapi6", "Port": 42701} - ]}, - "Created": "2026-04-09T01:29:19.590282399Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6424095364702237, - "StableID": "nGUf6L6VAs11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "DiscoKey": "discokey:24ecb96bdddd5c84d0adea7443cd282509304bb2e981acdfdbf2718420202332", - "Addresses": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "AllowedIPs": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "Endpoints": ["77.164.248.136:49857", "10.65.0.27:49857", "172.17.0.1:49857"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58742}, - {"Proto": "peerapi6", "Port": 58742} - ]}, - "Created": "2026-04-09T01:29:16.866913551Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6988776861037985, - "StableID": "nzBYGQKEaw11CNTRL", + "ID": 845490085651008, + "StableID": "nyoCdGbvb711CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "DiscoKey": "discokey:299371ab710a43814db3aa8b6fabee2d43419411254c18046b3c442b3af36749", - "Addresses": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "AllowedIPs": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "Endpoints": ["77.164.248.136:40425", "10.65.0.27:40425", "172.17.0.1:40425"], + "Key": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "DiscoKey": "discokey:f4a9cf7cb7090418fd6fa52a9c79786a390ac08e08008ab678c58f3a40c8de08", + "Addresses": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "AllowedIPs": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "Endpoints": ["77.164.248.136:59494", "10.65.0.27:59494", "172.17.0.1:59494"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45475}, - {"Proto": "peerapi6", "Port": 45475} + {"Proto": "peerapi4", "Port": 39940}, + {"Proto": "peerapi6", "Port": 39940} ]}, - "Created": "2026-04-09T01:29:17.973639016Z", + "Created": "2026-04-09T08:35:23.227399721Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7572892111338599, - "StableID": "ntqEjz2n8221CNTRL", + "ID": 1499295542366034, + "StableID": "ny8zyBx2iC11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "KeyExpiry": "2026-10-06T08:35:26Z", + "DiscoKey": "discokey:f26f4c71cb8d0a1f42ad87f457f993365b4fc5ec3274d4545292892e430f4403", + "Addresses": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "AllowedIPs": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 53419}, + {"Proto": "peerapi6", "Port": 53419} + ]}, + "Created": "2026-04-09T08:35:26.473075765Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1506533552149553, + "StableID": "ncJ48k5KmC11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "DiscoKey": "discokey:d37a686afede4f2be0b9499a5f6febece9ad0f3d205e79602dc09a3753f17315", + "Addresses": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "AllowedIPs": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 46795}, + {"Proto": "peerapi6", "Port": 46795} + ]}, + "Created": "2026-04-09T08:35:21.08163087Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1994706396873706, + "StableID": "noHxjAZQaG11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "DiscoKey": "discokey:a3e3f40a2a6522eb5a41f4abc787a1509b06ce05ac0a807f171e3a8809c82545", + "Addresses": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "AllowedIPs": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "Endpoints": ["77.164.248.136:57103", "10.65.0.27:57103", "172.17.0.1:57103"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 63963}, + {"Proto": "peerapi6", "Port": 63963} + ]}, + "Created": "2026-04-09T08:35:19.986236555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2371038460990541, + "StableID": "nA1NZGArWK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:e841b2b16f0af66713642467068fb160a745a10dfeb667c6e570aaccbacdd246", + "Addresses": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "AllowedIPs": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "Endpoints": ["77.164.248.136:33302", "10.65.0.27:33302", "172.17.0.1:33302"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 36732}, + {"Proto": "peerapi6", "Port": 36732} + ]}, + "Created": "2026-04-09T08:35:25.968848774Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4031117123850310, + "StableID": "nV8iKTchUY11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "DiscoKey": "discokey:1888508193797a3e11287ecce30d90ebf0781d5780e6fc77015de9e6383d1f66", + "Addresses": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "AllowedIPs": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 64617}, + {"Proto": "peerapi6", "Port": 64617} + ]}, + "Created": "2026-04-09T08:35:22.691859462Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4380615993940572, + "StableID": "ndBrfXMzCb11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "DiscoKey": "discokey:28df1b61661f20433d184ce5ff891e22d018d2539efbcdd823aa4ff503976166", + "Addresses": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "AllowedIPs": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "Endpoints": ["77.164.248.136:54723", "10.65.0.27:54723", "172.17.0.1:54723"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 58890}, + {"Proto": "peerapi6", "Port": 58890} + ]}, + "Created": "2026-04-09T08:35:24.310023379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4674613820252956, + "StableID": "nKQJqLB9Wd11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "DiscoKey": "discokey:136168f1bd5c8546146b77d8eb8f246927e8b62e49efbbc07db7c51d99214d5f", + "Addresses": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "AllowedIPs": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "Endpoints": ["77.164.248.136:60319", "10.65.0.27:60319", "172.17.0.1:60319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 47346}, + {"Proto": "peerapi6", "Port": 47346} + ]}, + "Created": "2026-04-09T08:35:18.894081273Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4722280273267347, + "StableID": "nAJT48Jjsd11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "DiscoKey": "discokey:abb330429386415cf953a09676221bcbd042c14afb68cb9782d148577c497766", - "Addresses": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "AllowedIPs": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "Endpoints": ["77.164.248.136:46024", "10.65.0.27:46024", "172.17.0.1:46024"], + "Key": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "DiscoKey": "discokey:696cdfa05e58ff3d7d65455eb875f3778ee31dc0eddb647b61531d17046ce907", + "Addresses": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "AllowedIPs": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "Endpoints": ["77.164.248.136:44418", "10.65.0.27:44418", "172.17.0.1:44418"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 55262}, - {"Proto": "peerapi6", "Port": 55262} + {"Proto": "peerapi4", "Port": 38272}, + {"Proto": "peerapi6", "Port": 38272} ]}, - "Created": "2026-04-09T01:29:15.238604154Z", + "Created": "2026-04-09T08:35:20.570078333Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8714805048734484, - "StableID": "nPL7ik9x3B21CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 4873024968296014, + "StableID": "nf1PZx614f11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "DiscoKey": "discokey:53575245aa5dc83e1502fcb865f3708067950aec6989e3a4706231753d18627b", - "Addresses": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "AllowedIPs": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "DiscoKey": "discokey:1b5b97cea18f435fa362ba7384b186e4c9be687a799d1db90c01dfcf3d0f0c09", + "Addresses": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "AllowedIPs": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "Endpoints": ["77.164.248.136:55962", "10.65.0.27:55962", "172.17.0.1:55962"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 32894}, - {"Proto": "peerapi6", "Port": 32894} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 62220}, + {"Proto": "peerapi6", "Port": 62220} ]}, - "Created": "2026-04-09T01:29:15.796649272Z", + "Created": "2026-04-09T08:35:23.782063506Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6321025578388168, + "StableID": "nDjZ2AdoMr11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "DiscoKey": "discokey:ef4151f52e161a39a1a15e14b7fba89cfb94ef6aad36e4b9470510a1f32d1005", + "Addresses": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "AllowedIPs": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "Endpoints": ["77.164.248.136:34644", "10.65.0.27:34644", "172.17.0.1:34644"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56635}, + {"Proto": "peerapi6", "Port": 56635} + ]}, + "Created": "2026-04-09T08:35:21.611290573Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6686978099098836, + "StableID": "nfev8PaYDu11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "DiscoKey": "discokey:93638ae96ed9d6ab74bf216d7dff4870d1647af0f7024c686c726b3a858fe330", + "Addresses": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "AllowedIPs": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "Endpoints": ["77.164.248.136:49797", "10.65.0.27:49797", "172.17.0.1:49797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 50975}, + {"Proto": "peerapi6", "Port": 50975} + ]}, + "Created": "2026-04-09T08:35:22.146207089Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8125377930578454, + "StableID": "nqxBgCuzS621CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:44a1fb1b6f4d4553bda7ff5f170de25108fa351e3455d8d020eb969ee8e72465", + "Addresses": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "AllowedIPs": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "Endpoints": ["77.164.248.136:41236", "10.65.0.27:41236", "172.17.0.1:41236"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54842}, + {"Proto": "peerapi6", "Port": 54842} + ]}, + "Created": "2026-04-09T08:35:25.399623315Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8934382433183138, + "StableID": "n3jNGS5QmC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "DiscoKey": "discokey:02452b6f68bfb57845906af3b96334b96e2c89761b6013e851cb431c673c6f4e", + "Addresses": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "AllowedIPs": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "Endpoints": ["77.164.248.136:36555", "10.65.0.27:36555", "172.17.0.1:36555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52530}, + {"Proto": "peerapi6", "Port": 52530} + ]}, + "Created": "2026-04-09T08:35:24.852861057Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10020,27 +10024,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1164943042254358": { - "ID": 1164943042254358, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "647126719099551": { + "ID": 647126719099551, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10071,26 +10077,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3950071695004851, - "StableID": "nNiYJkgzqX11CNTRL", + "ID": 4674613820252956, + "StableID": "nKQJqLB9Wd11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 3950071695004851, - "Key": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "DiscoKey": "discokey:7a5858ac552ce0936d5128fe2ed9699ad802c7276182599dc0524dc5ce097104", - "Addresses": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "AllowedIPs": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "Endpoints": ["77.164.248.136:39200", "10.65.0.27:39200", "172.17.0.1:39200"], + "User": 4674613820252956, + "Key": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "DiscoKey": "discokey:136168f1bd5c8546146b77d8eb8f246927e8b62e49efbbc07db7c51d99214d5f", + "Addresses": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "AllowedIPs": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "Endpoints": ["77.164.248.136:60319", "10.65.0.27:60319", "172.17.0.1:60319"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 36042}, - {"Proto": "peerapi6", "Port": 36042}, + {"Proto": "peerapi4", "Port": 47346}, + {"Proto": "peerapi6", "Port": 47346}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:13.619691278Z", + "Created": "2026-04-09T08:35:18.894081273Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10118,300 +10124,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "MachineKey": "mkey:dfbe0b613822a6f0d1dcc90e4c970f39379606e7b25e7f1287dce07fbccc4229", + "NodeKey": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "MachineKey": "mkey:daa17e603788370acdc83697aa0cd7037866c0bc0e78debafe520abb0bea1621", "Peers": [{ - "ID": 931345710153623, - "StableID": "n6QSAcsoG811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "DiscoKey": "discokey:965b37b48e13b83f602a4db14d0642e57ebd6890c09083d713f079d5fdd4e503", - "Addresses": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "AllowedIPs": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "Endpoints": ["77.164.248.136:49109", "10.65.0.27:49109", "172.17.0.1:49109"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55129}, - {"Proto": "peerapi6", "Port": 55129} - ]}, - "Created": "2026-04-09T01:29:17.41646995Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1164943042254358, - "StableID": "nT75VY5c6A11CNTRL", + "ID": 647126719099551, + "StableID": "nLykBTv54611CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "DiscoKey": "discokey:281ac7a456e0816f42d6326dfb491f6d58bd615df9cdd99c1e9e74c6eebbe759", - "Addresses": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "AllowedIPs": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "Endpoints": ["77.164.248.136:48630", "10.65.0.27:48630", "172.17.0.1:48630"], + "Key": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "DiscoKey": "discokey:217f880836aa7847643debc9fc54e2a46ca2f52727543a5412c0a30218235d77", + "Addresses": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "AllowedIPs": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "Endpoints": ["77.164.248.136:33954", "10.65.0.27:33954", "172.17.0.1:33954"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34765}, - {"Proto": "peerapi6", "Port": 34765} + {"Proto": "peerapi4", "Port": 53939}, + {"Proto": "peerapi6", "Port": 53939} ]}, - "Created": "2026-04-09T01:29:14.165162441Z", + "Created": "2026-04-09T08:35:19.470050506Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2922978097957867, - "StableID": "nrCQFLgppP11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "DiscoKey": "discokey:4fad1cbe1f36566dff484cd398358d79d088f0a7e4e8b0f4b7ea950921491a56", - "Addresses": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "AllowedIPs": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "Endpoints": ["77.164.248.136:43427", "10.65.0.27:43427", "172.17.0.1:43427"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55884}, - {"Proto": "peerapi6", "Port": 55884} - ]}, - "Created": "2026-04-09T01:29:18.514032418Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3001704378736632, - "StableID": "nFJX6ggUSQ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "DiscoKey": "discokey:9496fb1f215361d0bef981ab81f4c1914e6ffc37b9bddd84bbf5de259da59e41", - "Addresses": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "AllowedIPs": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "Endpoints": ["77.164.248.136:40893", "10.65.0.27:40893", "172.17.0.1:40893"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 48904}, - {"Proto": "peerapi6", "Port": 48904} - ]}, - "Created": "2026-04-09T01:29:14.720735558Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3640720367236755, - "StableID": "npfunvYtRV11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:a95a75fc376c8751d145b361c46fe498b4adbc42ee4922bbe18cfec74e112e53", - "Addresses": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "AllowedIPs": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "Endpoints": ["77.164.248.136:57517", "10.65.0.27:57517", "172.17.0.1:57517"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59963}, - {"Proto": "peerapi6", "Port": 59963} - ]}, - "Created": "2026-04-09T01:29:20.682272673Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3767519076142601, - "StableID": "nWhkVaLKRW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "KeyExpiry": "2026-10-06T01:29:21Z", - "DiscoKey": "discokey:f95848aa4e4c4d777a62d607db660a449d6add9bc570f704c5e7ecc3ea71fe70", - "Addresses": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "AllowedIPs": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54109}, - {"Proto": "peerapi6", "Port": 54109} - ]}, - "Created": "2026-04-09T01:29:21.245060544Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3803067513769488, - "StableID": "noCYCp8RhW11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "DiscoKey": "discokey:0f331b3cad3c97388ab359b521172172d9da19f005b6c52a2a9886bf52439c16", - "Addresses": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "AllowedIPs": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "Endpoints": ["77.164.248.136:51935", "10.65.0.27:51935", "172.17.0.1:51935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52529}, - {"Proto": "peerapi6", "Port": 52529} - ]}, - "Created": "2026-04-09T01:29:16.337094127Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 4243720286701029, - "StableID": "nkgJoULz8a11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:38c657853fc514f2f724f9ba00c5e26808b7b61ea918bb45e45d940e1dbc6f24", - "Addresses": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "AllowedIPs": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "Endpoints": ["77.164.248.136:55966", "10.65.0.27:55966", "172.17.0.1:55966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52851}, - {"Proto": "peerapi6", "Port": 52851} - ]}, - "Created": "2026-04-09T01:29:20.126353638Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5514711067472810, - "StableID": "nMJvnH7d4k11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "DiscoKey": "discokey:e7220dff10d285f05391d59b5e88fb08f84b18d883378cd8cfe4e8100fba583f", - "Addresses": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "AllowedIPs": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "Endpoints": ["77.164.248.136:46142", "10.65.0.27:46142", "172.17.0.1:46142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53567}, - {"Proto": "peerapi6", "Port": 53567} - ]}, - "Created": "2026-04-09T01:29:19.046722196Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6222914751264433, - "StableID": "nEjXCGRNbq11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "DiscoKey": "discokey:b05357b73212dc95354ddcd7ac5a6d716d661f12c5484ce9c3612b476bd26652", - "Addresses": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "AllowedIPs": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "Endpoints": ["77.164.248.136:60605", "10.65.0.27:60605", "172.17.0.1:60605"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42701}, - {"Proto": "peerapi6", "Port": 42701} - ]}, - "Created": "2026-04-09T01:29:19.590282399Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6424095364702237, - "StableID": "nGUf6L6VAs11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "DiscoKey": "discokey:24ecb96bdddd5c84d0adea7443cd282509304bb2e981acdfdbf2718420202332", - "Addresses": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "AllowedIPs": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "Endpoints": ["77.164.248.136:49857", "10.65.0.27:49857", "172.17.0.1:49857"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58742}, - {"Proto": "peerapi6", "Port": 58742} - ]}, - "Created": "2026-04-09T01:29:16.866913551Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6988776861037985, - "StableID": "nzBYGQKEaw11CNTRL", + "ID": 845490085651008, + "StableID": "nyoCdGbvb711CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "DiscoKey": "discokey:299371ab710a43814db3aa8b6fabee2d43419411254c18046b3c442b3af36749", - "Addresses": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "AllowedIPs": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "Endpoints": ["77.164.248.136:40425", "10.65.0.27:40425", "172.17.0.1:40425"], + "Key": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "DiscoKey": "discokey:f4a9cf7cb7090418fd6fa52a9c79786a390ac08e08008ab678c58f3a40c8de08", + "Addresses": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "AllowedIPs": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "Endpoints": ["77.164.248.136:59494", "10.65.0.27:59494", "172.17.0.1:59494"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45475}, - {"Proto": "peerapi6", "Port": 45475} + {"Proto": "peerapi4", "Port": 39940}, + {"Proto": "peerapi6", "Port": 39940} ]}, - "Created": "2026-04-09T01:29:17.973639016Z", + "Created": "2026-04-09T08:35:23.227399721Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7572892111338599, - "StableID": "ntqEjz2n8221CNTRL", + "ID": 1499295542366034, + "StableID": "ny8zyBx2iC11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "KeyExpiry": "2026-10-06T08:35:26Z", + "DiscoKey": "discokey:f26f4c71cb8d0a1f42ad87f457f993365b4fc5ec3274d4545292892e430f4403", + "Addresses": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "AllowedIPs": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 53419}, + {"Proto": "peerapi6", "Port": 53419} + ]}, + "Created": "2026-04-09T08:35:26.473075765Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1506533552149553, + "StableID": "ncJ48k5KmC11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "DiscoKey": "discokey:d37a686afede4f2be0b9499a5f6febece9ad0f3d205e79602dc09a3753f17315", + "Addresses": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "AllowedIPs": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 46795}, + {"Proto": "peerapi6", "Port": 46795} + ]}, + "Created": "2026-04-09T08:35:21.08163087Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1994706396873706, + "StableID": "noHxjAZQaG11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "DiscoKey": "discokey:a3e3f40a2a6522eb5a41f4abc787a1509b06ce05ac0a807f171e3a8809c82545", + "Addresses": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "AllowedIPs": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "Endpoints": ["77.164.248.136:57103", "10.65.0.27:57103", "172.17.0.1:57103"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 63963}, + {"Proto": "peerapi6", "Port": 63963} + ]}, + "Created": "2026-04-09T08:35:19.986236555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2371038460990541, + "StableID": "nA1NZGArWK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:e841b2b16f0af66713642467068fb160a745a10dfeb667c6e570aaccbacdd246", + "Addresses": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "AllowedIPs": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "Endpoints": ["77.164.248.136:33302", "10.65.0.27:33302", "172.17.0.1:33302"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 36732}, + {"Proto": "peerapi6", "Port": 36732} + ]}, + "Created": "2026-04-09T08:35:25.968848774Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4031117123850310, + "StableID": "nV8iKTchUY11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "DiscoKey": "discokey:1888508193797a3e11287ecce30d90ebf0781d5780e6fc77015de9e6383d1f66", + "Addresses": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "AllowedIPs": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 64617}, + {"Proto": "peerapi6", "Port": 64617} + ]}, + "Created": "2026-04-09T08:35:22.691859462Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4380615993940572, + "StableID": "ndBrfXMzCb11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "DiscoKey": "discokey:28df1b61661f20433d184ce5ff891e22d018d2539efbcdd823aa4ff503976166", + "Addresses": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "AllowedIPs": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "Endpoints": ["77.164.248.136:54723", "10.65.0.27:54723", "172.17.0.1:54723"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 58890}, + {"Proto": "peerapi6", "Port": 58890} + ]}, + "Created": "2026-04-09T08:35:24.310023379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4722280273267347, + "StableID": "nAJT48Jjsd11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "DiscoKey": "discokey:abb330429386415cf953a09676221bcbd042c14afb68cb9782d148577c497766", - "Addresses": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "AllowedIPs": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "Endpoints": ["77.164.248.136:46024", "10.65.0.27:46024", "172.17.0.1:46024"], + "Key": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "DiscoKey": "discokey:696cdfa05e58ff3d7d65455eb875f3778ee31dc0eddb647b61531d17046ce907", + "Addresses": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "AllowedIPs": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "Endpoints": ["77.164.248.136:44418", "10.65.0.27:44418", "172.17.0.1:44418"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 55262}, - {"Proto": "peerapi6", "Port": 55262} + {"Proto": "peerapi4", "Port": 38272}, + {"Proto": "peerapi6", "Port": 38272} ]}, - "Created": "2026-04-09T01:29:15.238604154Z", + "Created": "2026-04-09T08:35:20.570078333Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8714805048734484, - "StableID": "nPL7ik9x3B21CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 4873024968296014, + "StableID": "nf1PZx614f11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "DiscoKey": "discokey:53575245aa5dc83e1502fcb865f3708067950aec6989e3a4706231753d18627b", - "Addresses": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "AllowedIPs": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "DiscoKey": "discokey:1b5b97cea18f435fa362ba7384b186e4c9be687a799d1db90c01dfcf3d0f0c09", + "Addresses": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "AllowedIPs": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "Endpoints": ["77.164.248.136:55962", "10.65.0.27:55962", "172.17.0.1:55962"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 32894}, - {"Proto": "peerapi6", "Port": 32894} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 62220}, + {"Proto": "peerapi6", "Port": 62220} ]}, - "Created": "2026-04-09T01:29:15.796649272Z", + "Created": "2026-04-09T08:35:23.782063506Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6321025578388168, + "StableID": "nDjZ2AdoMr11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "DiscoKey": "discokey:ef4151f52e161a39a1a15e14b7fba89cfb94ef6aad36e4b9470510a1f32d1005", + "Addresses": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "AllowedIPs": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "Endpoints": ["77.164.248.136:34644", "10.65.0.27:34644", "172.17.0.1:34644"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56635}, + {"Proto": "peerapi6", "Port": 56635} + ]}, + "Created": "2026-04-09T08:35:21.611290573Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6686978099098836, + "StableID": "nfev8PaYDu11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "DiscoKey": "discokey:93638ae96ed9d6ab74bf216d7dff4870d1647af0f7024c686c726b3a858fe330", + "Addresses": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "AllowedIPs": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "Endpoints": ["77.164.248.136:49797", "10.65.0.27:49797", "172.17.0.1:49797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 50975}, + {"Proto": "peerapi6", "Port": 50975} + ]}, + "Created": "2026-04-09T08:35:22.146207089Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8125377930578454, + "StableID": "nqxBgCuzS621CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:44a1fb1b6f4d4553bda7ff5f170de25108fa351e3455d8d020eb969ee8e72465", + "Addresses": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "AllowedIPs": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "Endpoints": ["77.164.248.136:41236", "10.65.0.27:41236", "172.17.0.1:41236"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54842}, + {"Proto": "peerapi6", "Port": 54842} + ]}, + "Created": "2026-04-09T08:35:25.399623315Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8934382433183138, + "StableID": "n3jNGS5QmC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "DiscoKey": "discokey:02452b6f68bfb57845906af3b96334b96e2c89761b6013e851cb431c673c6f4e", + "Addresses": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "AllowedIPs": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "Endpoints": ["77.164.248.136:36555", "10.65.0.27:36555", "172.17.0.1:36555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52530}, + {"Proto": "peerapi6", "Port": 52530} + ]}, + "Created": "2026-04-09T08:35:24.852861057Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11259,27 +11264,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3950071695004851": { - "ID": 3950071695004851, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4674613820252956": { + "ID": 4674613820252956, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11310,21 +11317,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8714805048734484, - "StableID": "nPL7ik9x3B21CNTRL", + "ID": 1506533552149553, + "StableID": "ncJ48k5KmC11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 8714805048734484, - "Key": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "DiscoKey": "discokey:53575245aa5dc83e1502fcb865f3708067950aec6989e3a4706231753d18627b", - "Addresses": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "AllowedIPs": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "User": 1506533552149553, + "Key": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "DiscoKey": "discokey:d37a686afede4f2be0b9499a5f6febece9ad0f3d205e79602dc09a3753f17315", + "Addresses": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "AllowedIPs": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 32894}, - {"Proto": "peerapi6", "Port": 32894}, + {"Proto": "peerapi4", "Port": 46795}, + {"Proto": "peerapi6", "Port": 46795}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:15.796649272Z", + "Created": "2026-04-09T08:35:21.08163087Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11352,300 +11359,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "MachineKey": "mkey:dacb17d6da5c9346e4b851dc1f7267b6e0a7dc13b0a01e713fd08da5b83fa529", + "NodeKey": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "MachineKey": "mkey:9e49988c3998bd8995b48798bb92b01cc89f8f009c36e6d72eec98bab83f564d", "Peers": [{ - "ID": 931345710153623, - "StableID": "n6QSAcsoG811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "DiscoKey": "discokey:965b37b48e13b83f602a4db14d0642e57ebd6890c09083d713f079d5fdd4e503", - "Addresses": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "AllowedIPs": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "Endpoints": ["77.164.248.136:49109", "10.65.0.27:49109", "172.17.0.1:49109"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55129}, - {"Proto": "peerapi6", "Port": 55129} - ]}, - "Created": "2026-04-09T01:29:17.41646995Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1164943042254358, - "StableID": "nT75VY5c6A11CNTRL", + "ID": 647126719099551, + "StableID": "nLykBTv54611CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "DiscoKey": "discokey:281ac7a456e0816f42d6326dfb491f6d58bd615df9cdd99c1e9e74c6eebbe759", - "Addresses": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "AllowedIPs": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "Endpoints": ["77.164.248.136:48630", "10.65.0.27:48630", "172.17.0.1:48630"], + "Key": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "DiscoKey": "discokey:217f880836aa7847643debc9fc54e2a46ca2f52727543a5412c0a30218235d77", + "Addresses": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "AllowedIPs": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "Endpoints": ["77.164.248.136:33954", "10.65.0.27:33954", "172.17.0.1:33954"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34765}, - {"Proto": "peerapi6", "Port": 34765} + {"Proto": "peerapi4", "Port": 53939}, + {"Proto": "peerapi6", "Port": 53939} ]}, - "Created": "2026-04-09T01:29:14.165162441Z", + "Created": "2026-04-09T08:35:19.470050506Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2922978097957867, - "StableID": "nrCQFLgppP11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "DiscoKey": "discokey:4fad1cbe1f36566dff484cd398358d79d088f0a7e4e8b0f4b7ea950921491a56", - "Addresses": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "AllowedIPs": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "Endpoints": ["77.164.248.136:43427", "10.65.0.27:43427", "172.17.0.1:43427"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55884}, - {"Proto": "peerapi6", "Port": 55884} - ]}, - "Created": "2026-04-09T01:29:18.514032418Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3001704378736632, - "StableID": "nFJX6ggUSQ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "DiscoKey": "discokey:9496fb1f215361d0bef981ab81f4c1914e6ffc37b9bddd84bbf5de259da59e41", - "Addresses": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "AllowedIPs": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "Endpoints": ["77.164.248.136:40893", "10.65.0.27:40893", "172.17.0.1:40893"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 48904}, - {"Proto": "peerapi6", "Port": 48904} - ]}, - "Created": "2026-04-09T01:29:14.720735558Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3640720367236755, - "StableID": "npfunvYtRV11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:a95a75fc376c8751d145b361c46fe498b4adbc42ee4922bbe18cfec74e112e53", - "Addresses": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "AllowedIPs": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "Endpoints": ["77.164.248.136:57517", "10.65.0.27:57517", "172.17.0.1:57517"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59963}, - {"Proto": "peerapi6", "Port": 59963} - ]}, - "Created": "2026-04-09T01:29:20.682272673Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3767519076142601, - "StableID": "nWhkVaLKRW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "KeyExpiry": "2026-10-06T01:29:21Z", - "DiscoKey": "discokey:f95848aa4e4c4d777a62d607db660a449d6add9bc570f704c5e7ecc3ea71fe70", - "Addresses": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "AllowedIPs": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54109}, - {"Proto": "peerapi6", "Port": 54109} - ]}, - "Created": "2026-04-09T01:29:21.245060544Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3803067513769488, - "StableID": "noCYCp8RhW11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "DiscoKey": "discokey:0f331b3cad3c97388ab359b521172172d9da19f005b6c52a2a9886bf52439c16", - "Addresses": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "AllowedIPs": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "Endpoints": ["77.164.248.136:51935", "10.65.0.27:51935", "172.17.0.1:51935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52529}, - {"Proto": "peerapi6", "Port": 52529} - ]}, - "Created": "2026-04-09T01:29:16.337094127Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 3950071695004851, - "StableID": "nNiYJkgzqX11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "DiscoKey": "discokey:7a5858ac552ce0936d5128fe2ed9699ad802c7276182599dc0524dc5ce097104", - "Addresses": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "AllowedIPs": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "Endpoints": ["77.164.248.136:39200", "10.65.0.27:39200", "172.17.0.1:39200"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36042}, - {"Proto": "peerapi6", "Port": 36042} - ]}, - "Created": "2026-04-09T01:29:13.619691278Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4243720286701029, - "StableID": "nkgJoULz8a11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:38c657853fc514f2f724f9ba00c5e26808b7b61ea918bb45e45d940e1dbc6f24", - "Addresses": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "AllowedIPs": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "Endpoints": ["77.164.248.136:55966", "10.65.0.27:55966", "172.17.0.1:55966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52851}, - {"Proto": "peerapi6", "Port": 52851} - ]}, - "Created": "2026-04-09T01:29:20.126353638Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5514711067472810, - "StableID": "nMJvnH7d4k11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "DiscoKey": "discokey:e7220dff10d285f05391d59b5e88fb08f84b18d883378cd8cfe4e8100fba583f", - "Addresses": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "AllowedIPs": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "Endpoints": ["77.164.248.136:46142", "10.65.0.27:46142", "172.17.0.1:46142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53567}, - {"Proto": "peerapi6", "Port": 53567} - ]}, - "Created": "2026-04-09T01:29:19.046722196Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6222914751264433, - "StableID": "nEjXCGRNbq11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "DiscoKey": "discokey:b05357b73212dc95354ddcd7ac5a6d716d661f12c5484ce9c3612b476bd26652", - "Addresses": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "AllowedIPs": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "Endpoints": ["77.164.248.136:60605", "10.65.0.27:60605", "172.17.0.1:60605"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42701}, - {"Proto": "peerapi6", "Port": 42701} - ]}, - "Created": "2026-04-09T01:29:19.590282399Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6424095364702237, - "StableID": "nGUf6L6VAs11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "DiscoKey": "discokey:24ecb96bdddd5c84d0adea7443cd282509304bb2e981acdfdbf2718420202332", - "Addresses": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "AllowedIPs": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "Endpoints": ["77.164.248.136:49857", "10.65.0.27:49857", "172.17.0.1:49857"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58742}, - {"Proto": "peerapi6", "Port": 58742} - ]}, - "Created": "2026-04-09T01:29:16.866913551Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6988776861037985, - "StableID": "nzBYGQKEaw11CNTRL", + "ID": 845490085651008, + "StableID": "nyoCdGbvb711CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "DiscoKey": "discokey:299371ab710a43814db3aa8b6fabee2d43419411254c18046b3c442b3af36749", - "Addresses": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "AllowedIPs": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "Endpoints": ["77.164.248.136:40425", "10.65.0.27:40425", "172.17.0.1:40425"], + "Key": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "DiscoKey": "discokey:f4a9cf7cb7090418fd6fa52a9c79786a390ac08e08008ab678c58f3a40c8de08", + "Addresses": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "AllowedIPs": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "Endpoints": ["77.164.248.136:59494", "10.65.0.27:59494", "172.17.0.1:59494"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45475}, - {"Proto": "peerapi6", "Port": 45475} + {"Proto": "peerapi4", "Port": 39940}, + {"Proto": "peerapi6", "Port": 39940} ]}, - "Created": "2026-04-09T01:29:17.973639016Z", + "Created": "2026-04-09T08:35:23.227399721Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7572892111338599, - "StableID": "ntqEjz2n8221CNTRL", + "ID": 1499295542366034, + "StableID": "ny8zyBx2iC11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "KeyExpiry": "2026-10-06T08:35:26Z", + "DiscoKey": "discokey:f26f4c71cb8d0a1f42ad87f457f993365b4fc5ec3274d4545292892e430f4403", + "Addresses": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "AllowedIPs": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 53419}, + {"Proto": "peerapi6", "Port": 53419} + ]}, + "Created": "2026-04-09T08:35:26.473075765Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1994706396873706, + "StableID": "noHxjAZQaG11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "DiscoKey": "discokey:a3e3f40a2a6522eb5a41f4abc787a1509b06ce05ac0a807f171e3a8809c82545", + "Addresses": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "AllowedIPs": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "Endpoints": ["77.164.248.136:57103", "10.65.0.27:57103", "172.17.0.1:57103"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 63963}, + {"Proto": "peerapi6", "Port": 63963} + ]}, + "Created": "2026-04-09T08:35:19.986236555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2371038460990541, + "StableID": "nA1NZGArWK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:e841b2b16f0af66713642467068fb160a745a10dfeb667c6e570aaccbacdd246", + "Addresses": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "AllowedIPs": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "Endpoints": ["77.164.248.136:33302", "10.65.0.27:33302", "172.17.0.1:33302"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 36732}, + {"Proto": "peerapi6", "Port": 36732} + ]}, + "Created": "2026-04-09T08:35:25.968848774Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4031117123850310, + "StableID": "nV8iKTchUY11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "DiscoKey": "discokey:1888508193797a3e11287ecce30d90ebf0781d5780e6fc77015de9e6383d1f66", + "Addresses": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "AllowedIPs": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 64617}, + {"Proto": "peerapi6", "Port": 64617} + ]}, + "Created": "2026-04-09T08:35:22.691859462Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4380615993940572, + "StableID": "ndBrfXMzCb11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "DiscoKey": "discokey:28df1b61661f20433d184ce5ff891e22d018d2539efbcdd823aa4ff503976166", + "Addresses": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "AllowedIPs": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "Endpoints": ["77.164.248.136:54723", "10.65.0.27:54723", "172.17.0.1:54723"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 58890}, + {"Proto": "peerapi6", "Port": 58890} + ]}, + "Created": "2026-04-09T08:35:24.310023379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4674613820252956, + "StableID": "nKQJqLB9Wd11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "DiscoKey": "discokey:136168f1bd5c8546146b77d8eb8f246927e8b62e49efbbc07db7c51d99214d5f", + "Addresses": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "AllowedIPs": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "Endpoints": ["77.164.248.136:60319", "10.65.0.27:60319", "172.17.0.1:60319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 47346}, + {"Proto": "peerapi6", "Port": 47346} + ]}, + "Created": "2026-04-09T08:35:18.894081273Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4722280273267347, + "StableID": "nAJT48Jjsd11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "DiscoKey": "discokey:abb330429386415cf953a09676221bcbd042c14afb68cb9782d148577c497766", - "Addresses": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "AllowedIPs": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "Endpoints": ["77.164.248.136:46024", "10.65.0.27:46024", "172.17.0.1:46024"], + "Key": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "DiscoKey": "discokey:696cdfa05e58ff3d7d65455eb875f3778ee31dc0eddb647b61531d17046ce907", + "Addresses": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "AllowedIPs": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "Endpoints": ["77.164.248.136:44418", "10.65.0.27:44418", "172.17.0.1:44418"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 55262}, - {"Proto": "peerapi6", "Port": 55262} + {"Proto": "peerapi4", "Port": 38272}, + {"Proto": "peerapi6", "Port": 38272} ]}, - "Created": "2026-04-09T01:29:15.238604154Z", + "Created": "2026-04-09T08:35:20.570078333Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 4873024968296014, + "StableID": "nf1PZx614f11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "DiscoKey": "discokey:1b5b97cea18f435fa362ba7384b186e4c9be687a799d1db90c01dfcf3d0f0c09", + "Addresses": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "AllowedIPs": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "Endpoints": ["77.164.248.136:55962", "10.65.0.27:55962", "172.17.0.1:55962"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 62220}, + {"Proto": "peerapi6", "Port": 62220} + ]}, + "Created": "2026-04-09T08:35:23.782063506Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6321025578388168, + "StableID": "nDjZ2AdoMr11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "DiscoKey": "discokey:ef4151f52e161a39a1a15e14b7fba89cfb94ef6aad36e4b9470510a1f32d1005", + "Addresses": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "AllowedIPs": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "Endpoints": ["77.164.248.136:34644", "10.65.0.27:34644", "172.17.0.1:34644"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56635}, + {"Proto": "peerapi6", "Port": 56635} + ]}, + "Created": "2026-04-09T08:35:21.611290573Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6686978099098836, + "StableID": "nfev8PaYDu11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "DiscoKey": "discokey:93638ae96ed9d6ab74bf216d7dff4870d1647af0f7024c686c726b3a858fe330", + "Addresses": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "AllowedIPs": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "Endpoints": ["77.164.248.136:49797", "10.65.0.27:49797", "172.17.0.1:49797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 50975}, + {"Proto": "peerapi6", "Port": 50975} + ]}, + "Created": "2026-04-09T08:35:22.146207089Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8125377930578454, + "StableID": "nqxBgCuzS621CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:44a1fb1b6f4d4553bda7ff5f170de25108fa351e3455d8d020eb969ee8e72465", + "Addresses": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "AllowedIPs": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "Endpoints": ["77.164.248.136:41236", "10.65.0.27:41236", "172.17.0.1:41236"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54842}, + {"Proto": "peerapi6", "Port": 54842} + ]}, + "Created": "2026-04-09T08:35:25.399623315Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8934382433183138, + "StableID": "n3jNGS5QmC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "DiscoKey": "discokey:02452b6f68bfb57845906af3b96334b96e2c89761b6013e851cb431c673c6f4e", + "Addresses": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "AllowedIPs": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "Endpoints": ["77.164.248.136:36555", "10.65.0.27:36555", "172.17.0.1:36555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52530}, + {"Proto": "peerapi6", "Port": 52530} + ]}, + "Created": "2026-04-09T08:35:24.852861057Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12493,27 +12499,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8714805048734484": { - "ID": 8714805048734484, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1506533552149553": { + "ID": 1506533552149553, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12544,21 +12552,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7572892111338599, - "StableID": "ntqEjz2n8221CNTRL", + "ID": 4722280273267347, + "StableID": "nAJT48Jjsd11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 7572892111338599, - "Key": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "DiscoKey": "discokey:abb330429386415cf953a09676221bcbd042c14afb68cb9782d148577c497766", - "Addresses": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "AllowedIPs": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "Endpoints": ["77.164.248.136:46024", "10.65.0.27:46024", "172.17.0.1:46024"], + "User": 4722280273267347, + "Key": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "DiscoKey": "discokey:696cdfa05e58ff3d7d65455eb875f3778ee31dc0eddb647b61531d17046ce907", + "Addresses": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "AllowedIPs": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "Endpoints": ["77.164.248.136:44418", "10.65.0.27:44418", "172.17.0.1:44418"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 55262}, - {"Proto": "peerapi6", "Port": 55262}, + {"Proto": "peerapi4", "Port": 38272}, + {"Proto": "peerapi6", "Port": 38272}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:15.238604154Z", + "Created": "2026-04-09T08:35:20.570078333Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12586,300 +12594,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "MachineKey": "mkey:b672f4231e3c962af7a4b6f7a7c580ca736d6308feecd182bcf1425ae0f0b13f", + "NodeKey": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "MachineKey": "mkey:b95f0460cf640668d546175d072d82fff93b22dbceca0e4ce07a4533898eb73b", "Peers": [{ - "ID": 931345710153623, - "StableID": "n6QSAcsoG811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "DiscoKey": "discokey:965b37b48e13b83f602a4db14d0642e57ebd6890c09083d713f079d5fdd4e503", - "Addresses": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "AllowedIPs": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "Endpoints": ["77.164.248.136:49109", "10.65.0.27:49109", "172.17.0.1:49109"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55129}, - {"Proto": "peerapi6", "Port": 55129} - ]}, - "Created": "2026-04-09T01:29:17.41646995Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1164943042254358, - "StableID": "nT75VY5c6A11CNTRL", + "ID": 647126719099551, + "StableID": "nLykBTv54611CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "DiscoKey": "discokey:281ac7a456e0816f42d6326dfb491f6d58bd615df9cdd99c1e9e74c6eebbe759", - "Addresses": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "AllowedIPs": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "Endpoints": ["77.164.248.136:48630", "10.65.0.27:48630", "172.17.0.1:48630"], + "Key": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "DiscoKey": "discokey:217f880836aa7847643debc9fc54e2a46ca2f52727543a5412c0a30218235d77", + "Addresses": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "AllowedIPs": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "Endpoints": ["77.164.248.136:33954", "10.65.0.27:33954", "172.17.0.1:33954"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34765}, - {"Proto": "peerapi6", "Port": 34765} + {"Proto": "peerapi4", "Port": 53939}, + {"Proto": "peerapi6", "Port": 53939} ]}, - "Created": "2026-04-09T01:29:14.165162441Z", + "Created": "2026-04-09T08:35:19.470050506Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2922978097957867, - "StableID": "nrCQFLgppP11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "DiscoKey": "discokey:4fad1cbe1f36566dff484cd398358d79d088f0a7e4e8b0f4b7ea950921491a56", - "Addresses": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "AllowedIPs": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "Endpoints": ["77.164.248.136:43427", "10.65.0.27:43427", "172.17.0.1:43427"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55884}, - {"Proto": "peerapi6", "Port": 55884} - ]}, - "Created": "2026-04-09T01:29:18.514032418Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3001704378736632, - "StableID": "nFJX6ggUSQ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "DiscoKey": "discokey:9496fb1f215361d0bef981ab81f4c1914e6ffc37b9bddd84bbf5de259da59e41", - "Addresses": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "AllowedIPs": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "Endpoints": ["77.164.248.136:40893", "10.65.0.27:40893", "172.17.0.1:40893"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 48904}, - {"Proto": "peerapi6", "Port": 48904} - ]}, - "Created": "2026-04-09T01:29:14.720735558Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3640720367236755, - "StableID": "npfunvYtRV11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:a95a75fc376c8751d145b361c46fe498b4adbc42ee4922bbe18cfec74e112e53", - "Addresses": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "AllowedIPs": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "Endpoints": ["77.164.248.136:57517", "10.65.0.27:57517", "172.17.0.1:57517"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59963}, - {"Proto": "peerapi6", "Port": 59963} - ]}, - "Created": "2026-04-09T01:29:20.682272673Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3767519076142601, - "StableID": "nWhkVaLKRW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "KeyExpiry": "2026-10-06T01:29:21Z", - "DiscoKey": "discokey:f95848aa4e4c4d777a62d607db660a449d6add9bc570f704c5e7ecc3ea71fe70", - "Addresses": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "AllowedIPs": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54109}, - {"Proto": "peerapi6", "Port": 54109} - ]}, - "Created": "2026-04-09T01:29:21.245060544Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3803067513769488, - "StableID": "noCYCp8RhW11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "DiscoKey": "discokey:0f331b3cad3c97388ab359b521172172d9da19f005b6c52a2a9886bf52439c16", - "Addresses": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "AllowedIPs": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "Endpoints": ["77.164.248.136:51935", "10.65.0.27:51935", "172.17.0.1:51935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52529}, - {"Proto": "peerapi6", "Port": 52529} - ]}, - "Created": "2026-04-09T01:29:16.337094127Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 3950071695004851, - "StableID": "nNiYJkgzqX11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "DiscoKey": "discokey:7a5858ac552ce0936d5128fe2ed9699ad802c7276182599dc0524dc5ce097104", - "Addresses": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "AllowedIPs": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "Endpoints": ["77.164.248.136:39200", "10.65.0.27:39200", "172.17.0.1:39200"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36042}, - {"Proto": "peerapi6", "Port": 36042} - ]}, - "Created": "2026-04-09T01:29:13.619691278Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4243720286701029, - "StableID": "nkgJoULz8a11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:38c657853fc514f2f724f9ba00c5e26808b7b61ea918bb45e45d940e1dbc6f24", - "Addresses": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "AllowedIPs": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "Endpoints": ["77.164.248.136:55966", "10.65.0.27:55966", "172.17.0.1:55966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52851}, - {"Proto": "peerapi6", "Port": 52851} - ]}, - "Created": "2026-04-09T01:29:20.126353638Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5514711067472810, - "StableID": "nMJvnH7d4k11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "DiscoKey": "discokey:e7220dff10d285f05391d59b5e88fb08f84b18d883378cd8cfe4e8100fba583f", - "Addresses": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "AllowedIPs": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "Endpoints": ["77.164.248.136:46142", "10.65.0.27:46142", "172.17.0.1:46142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53567}, - {"Proto": "peerapi6", "Port": 53567} - ]}, - "Created": "2026-04-09T01:29:19.046722196Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6222914751264433, - "StableID": "nEjXCGRNbq11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "DiscoKey": "discokey:b05357b73212dc95354ddcd7ac5a6d716d661f12c5484ce9c3612b476bd26652", - "Addresses": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "AllowedIPs": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "Endpoints": ["77.164.248.136:60605", "10.65.0.27:60605", "172.17.0.1:60605"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42701}, - {"Proto": "peerapi6", "Port": 42701} - ]}, - "Created": "2026-04-09T01:29:19.590282399Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6424095364702237, - "StableID": "nGUf6L6VAs11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "DiscoKey": "discokey:24ecb96bdddd5c84d0adea7443cd282509304bb2e981acdfdbf2718420202332", - "Addresses": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "AllowedIPs": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "Endpoints": ["77.164.248.136:49857", "10.65.0.27:49857", "172.17.0.1:49857"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58742}, - {"Proto": "peerapi6", "Port": 58742} - ]}, - "Created": "2026-04-09T01:29:16.866913551Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6988776861037985, - "StableID": "nzBYGQKEaw11CNTRL", + "ID": 845490085651008, + "StableID": "nyoCdGbvb711CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "DiscoKey": "discokey:299371ab710a43814db3aa8b6fabee2d43419411254c18046b3c442b3af36749", - "Addresses": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "AllowedIPs": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "Endpoints": ["77.164.248.136:40425", "10.65.0.27:40425", "172.17.0.1:40425"], + "Key": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "DiscoKey": "discokey:f4a9cf7cb7090418fd6fa52a9c79786a390ac08e08008ab678c58f3a40c8de08", + "Addresses": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "AllowedIPs": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "Endpoints": ["77.164.248.136:59494", "10.65.0.27:59494", "172.17.0.1:59494"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45475}, - {"Proto": "peerapi6", "Port": 45475} + {"Proto": "peerapi4", "Port": 39940}, + {"Proto": "peerapi6", "Port": 39940} ]}, - "Created": "2026-04-09T01:29:17.973639016Z", + "Created": "2026-04-09T08:35:23.227399721Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8714805048734484, - "StableID": "nPL7ik9x3B21CNTRL", + "ID": 1499295542366034, + "StableID": "ny8zyBx2iC11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "KeyExpiry": "2026-10-06T08:35:26Z", + "DiscoKey": "discokey:f26f4c71cb8d0a1f42ad87f457f993365b4fc5ec3274d4545292892e430f4403", + "Addresses": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "AllowedIPs": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 53419}, + {"Proto": "peerapi6", "Port": 53419} + ]}, + "Created": "2026-04-09T08:35:26.473075765Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1506533552149553, + "StableID": "ncJ48k5KmC11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "DiscoKey": "discokey:53575245aa5dc83e1502fcb865f3708067950aec6989e3a4706231753d18627b", - "Addresses": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "AllowedIPs": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "DiscoKey": "discokey:d37a686afede4f2be0b9499a5f6febece9ad0f3d205e79602dc09a3753f17315", + "Addresses": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "AllowedIPs": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 32894}, - {"Proto": "peerapi6", "Port": 32894} + {"Proto": "peerapi4", "Port": 46795}, + {"Proto": "peerapi6", "Port": 46795} ]}, - "Created": "2026-04-09T01:29:15.796649272Z", + "Created": "2026-04-09T08:35:21.08163087Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 1994706396873706, + "StableID": "noHxjAZQaG11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "DiscoKey": "discokey:a3e3f40a2a6522eb5a41f4abc787a1509b06ce05ac0a807f171e3a8809c82545", + "Addresses": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "AllowedIPs": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "Endpoints": ["77.164.248.136:57103", "10.65.0.27:57103", "172.17.0.1:57103"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 63963}, + {"Proto": "peerapi6", "Port": 63963} + ]}, + "Created": "2026-04-09T08:35:19.986236555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2371038460990541, + "StableID": "nA1NZGArWK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:e841b2b16f0af66713642467068fb160a745a10dfeb667c6e570aaccbacdd246", + "Addresses": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "AllowedIPs": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "Endpoints": ["77.164.248.136:33302", "10.65.0.27:33302", "172.17.0.1:33302"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 36732}, + {"Proto": "peerapi6", "Port": 36732} + ]}, + "Created": "2026-04-09T08:35:25.968848774Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4031117123850310, + "StableID": "nV8iKTchUY11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "DiscoKey": "discokey:1888508193797a3e11287ecce30d90ebf0781d5780e6fc77015de9e6383d1f66", + "Addresses": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "AllowedIPs": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 64617}, + {"Proto": "peerapi6", "Port": 64617} + ]}, + "Created": "2026-04-09T08:35:22.691859462Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4380615993940572, + "StableID": "ndBrfXMzCb11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "DiscoKey": "discokey:28df1b61661f20433d184ce5ff891e22d018d2539efbcdd823aa4ff503976166", + "Addresses": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "AllowedIPs": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "Endpoints": ["77.164.248.136:54723", "10.65.0.27:54723", "172.17.0.1:54723"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 58890}, + {"Proto": "peerapi6", "Port": 58890} + ]}, + "Created": "2026-04-09T08:35:24.310023379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4674613820252956, + "StableID": "nKQJqLB9Wd11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "DiscoKey": "discokey:136168f1bd5c8546146b77d8eb8f246927e8b62e49efbbc07db7c51d99214d5f", + "Addresses": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "AllowedIPs": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "Endpoints": ["77.164.248.136:60319", "10.65.0.27:60319", "172.17.0.1:60319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 47346}, + {"Proto": "peerapi6", "Port": 47346} + ]}, + "Created": "2026-04-09T08:35:18.894081273Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4873024968296014, + "StableID": "nf1PZx614f11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "DiscoKey": "discokey:1b5b97cea18f435fa362ba7384b186e4c9be687a799d1db90c01dfcf3d0f0c09", + "Addresses": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "AllowedIPs": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "Endpoints": ["77.164.248.136:55962", "10.65.0.27:55962", "172.17.0.1:55962"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 62220}, + {"Proto": "peerapi6", "Port": 62220} + ]}, + "Created": "2026-04-09T08:35:23.782063506Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6321025578388168, + "StableID": "nDjZ2AdoMr11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "DiscoKey": "discokey:ef4151f52e161a39a1a15e14b7fba89cfb94ef6aad36e4b9470510a1f32d1005", + "Addresses": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "AllowedIPs": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "Endpoints": ["77.164.248.136:34644", "10.65.0.27:34644", "172.17.0.1:34644"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56635}, + {"Proto": "peerapi6", "Port": 56635} + ]}, + "Created": "2026-04-09T08:35:21.611290573Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6686978099098836, + "StableID": "nfev8PaYDu11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "DiscoKey": "discokey:93638ae96ed9d6ab74bf216d7dff4870d1647af0f7024c686c726b3a858fe330", + "Addresses": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "AllowedIPs": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "Endpoints": ["77.164.248.136:49797", "10.65.0.27:49797", "172.17.0.1:49797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 50975}, + {"Proto": "peerapi6", "Port": 50975} + ]}, + "Created": "2026-04-09T08:35:22.146207089Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8125377930578454, + "StableID": "nqxBgCuzS621CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:44a1fb1b6f4d4553bda7ff5f170de25108fa351e3455d8d020eb969ee8e72465", + "Addresses": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "AllowedIPs": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "Endpoints": ["77.164.248.136:41236", "10.65.0.27:41236", "172.17.0.1:41236"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54842}, + {"Proto": "peerapi6", "Port": 54842} + ]}, + "Created": "2026-04-09T08:35:25.399623315Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8934382433183138, + "StableID": "n3jNGS5QmC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "DiscoKey": "discokey:02452b6f68bfb57845906af3b96334b96e2c89761b6013e851cb431c673c6f4e", + "Addresses": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "AllowedIPs": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "Endpoints": ["77.164.248.136:36555", "10.65.0.27:36555", "172.17.0.1:36555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52530}, + {"Proto": "peerapi6", "Port": 52530} + ]}, + "Created": "2026-04-09T08:35:24.852861057Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13727,27 +13734,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7572892111338599": { - "ID": 7572892111338599, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4722280273267347": { + "ID": 4722280273267347, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13778,26 +13787,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6424095364702237, - "StableID": "nGUf6L6VAs11CNTRL", + "ID": 6686978099098836, + "StableID": "nfev8PaYDu11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 6424095364702237, - "Key": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "DiscoKey": "discokey:24ecb96bdddd5c84d0adea7443cd282509304bb2e981acdfdbf2718420202332", - "Addresses": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "AllowedIPs": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "Endpoints": ["77.164.248.136:49857", "10.65.0.27:49857", "172.17.0.1:49857"], + "User": 6686978099098836, + "Key": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "DiscoKey": "discokey:93638ae96ed9d6ab74bf216d7dff4870d1647af0f7024c686c726b3a858fe330", + "Addresses": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "AllowedIPs": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "Endpoints": ["77.164.248.136:49797", "10.65.0.27:49797", "172.17.0.1:49797"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 58742}, - {"Proto": "peerapi6", "Port": 58742}, + {"Proto": "peerapi4", "Port": 50975}, + {"Proto": "peerapi6", "Port": 50975}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:16.866913551Z", + "Created": "2026-04-09T08:35:22.146207089Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13825,300 +13834,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "MachineKey": "mkey:8943e29c38ee0e7b0d755211d501ed16f3f4a3f16930321a506b72942fff3a07", + "NodeKey": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "MachineKey": "mkey:8eabd8c775d213a89d013786452cd338fd75cd90ad3aca6e35bd445f5c3f3625", "Peers": [{ - "ID": 931345710153623, - "StableID": "n6QSAcsoG811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "DiscoKey": "discokey:965b37b48e13b83f602a4db14d0642e57ebd6890c09083d713f079d5fdd4e503", - "Addresses": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "AllowedIPs": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "Endpoints": ["77.164.248.136:49109", "10.65.0.27:49109", "172.17.0.1:49109"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55129}, - {"Proto": "peerapi6", "Port": 55129} - ]}, - "Created": "2026-04-09T01:29:17.41646995Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1164943042254358, - "StableID": "nT75VY5c6A11CNTRL", + "ID": 647126719099551, + "StableID": "nLykBTv54611CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "DiscoKey": "discokey:281ac7a456e0816f42d6326dfb491f6d58bd615df9cdd99c1e9e74c6eebbe759", - "Addresses": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "AllowedIPs": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "Endpoints": ["77.164.248.136:48630", "10.65.0.27:48630", "172.17.0.1:48630"], + "Key": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "DiscoKey": "discokey:217f880836aa7847643debc9fc54e2a46ca2f52727543a5412c0a30218235d77", + "Addresses": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "AllowedIPs": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "Endpoints": ["77.164.248.136:33954", "10.65.0.27:33954", "172.17.0.1:33954"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34765}, - {"Proto": "peerapi6", "Port": 34765} + {"Proto": "peerapi4", "Port": 53939}, + {"Proto": "peerapi6", "Port": 53939} ]}, - "Created": "2026-04-09T01:29:14.165162441Z", + "Created": "2026-04-09T08:35:19.470050506Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2922978097957867, - "StableID": "nrCQFLgppP11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "DiscoKey": "discokey:4fad1cbe1f36566dff484cd398358d79d088f0a7e4e8b0f4b7ea950921491a56", - "Addresses": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "AllowedIPs": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "Endpoints": ["77.164.248.136:43427", "10.65.0.27:43427", "172.17.0.1:43427"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55884}, - {"Proto": "peerapi6", "Port": 55884} - ]}, - "Created": "2026-04-09T01:29:18.514032418Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3001704378736632, - "StableID": "nFJX6ggUSQ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "DiscoKey": "discokey:9496fb1f215361d0bef981ab81f4c1914e6ffc37b9bddd84bbf5de259da59e41", - "Addresses": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "AllowedIPs": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "Endpoints": ["77.164.248.136:40893", "10.65.0.27:40893", "172.17.0.1:40893"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 48904}, - {"Proto": "peerapi6", "Port": 48904} - ]}, - "Created": "2026-04-09T01:29:14.720735558Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3640720367236755, - "StableID": "npfunvYtRV11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:a95a75fc376c8751d145b361c46fe498b4adbc42ee4922bbe18cfec74e112e53", - "Addresses": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "AllowedIPs": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "Endpoints": ["77.164.248.136:57517", "10.65.0.27:57517", "172.17.0.1:57517"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59963}, - {"Proto": "peerapi6", "Port": 59963} - ]}, - "Created": "2026-04-09T01:29:20.682272673Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3767519076142601, - "StableID": "nWhkVaLKRW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "KeyExpiry": "2026-10-06T01:29:21Z", - "DiscoKey": "discokey:f95848aa4e4c4d777a62d607db660a449d6add9bc570f704c5e7ecc3ea71fe70", - "Addresses": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "AllowedIPs": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54109}, - {"Proto": "peerapi6", "Port": 54109} - ]}, - "Created": "2026-04-09T01:29:21.245060544Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3803067513769488, - "StableID": "noCYCp8RhW11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "DiscoKey": "discokey:0f331b3cad3c97388ab359b521172172d9da19f005b6c52a2a9886bf52439c16", - "Addresses": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "AllowedIPs": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "Endpoints": ["77.164.248.136:51935", "10.65.0.27:51935", "172.17.0.1:51935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52529}, - {"Proto": "peerapi6", "Port": 52529} - ]}, - "Created": "2026-04-09T01:29:16.337094127Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 3950071695004851, - "StableID": "nNiYJkgzqX11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "DiscoKey": "discokey:7a5858ac552ce0936d5128fe2ed9699ad802c7276182599dc0524dc5ce097104", - "Addresses": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "AllowedIPs": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "Endpoints": ["77.164.248.136:39200", "10.65.0.27:39200", "172.17.0.1:39200"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36042}, - {"Proto": "peerapi6", "Port": 36042} - ]}, - "Created": "2026-04-09T01:29:13.619691278Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4243720286701029, - "StableID": "nkgJoULz8a11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:38c657853fc514f2f724f9ba00c5e26808b7b61ea918bb45e45d940e1dbc6f24", - "Addresses": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "AllowedIPs": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "Endpoints": ["77.164.248.136:55966", "10.65.0.27:55966", "172.17.0.1:55966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52851}, - {"Proto": "peerapi6", "Port": 52851} - ]}, - "Created": "2026-04-09T01:29:20.126353638Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5514711067472810, - "StableID": "nMJvnH7d4k11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "DiscoKey": "discokey:e7220dff10d285f05391d59b5e88fb08f84b18d883378cd8cfe4e8100fba583f", - "Addresses": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "AllowedIPs": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "Endpoints": ["77.164.248.136:46142", "10.65.0.27:46142", "172.17.0.1:46142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53567}, - {"Proto": "peerapi6", "Port": 53567} - ]}, - "Created": "2026-04-09T01:29:19.046722196Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6222914751264433, - "StableID": "nEjXCGRNbq11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "DiscoKey": "discokey:b05357b73212dc95354ddcd7ac5a6d716d661f12c5484ce9c3612b476bd26652", - "Addresses": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "AllowedIPs": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "Endpoints": ["77.164.248.136:60605", "10.65.0.27:60605", "172.17.0.1:60605"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42701}, - {"Proto": "peerapi6", "Port": 42701} - ]}, - "Created": "2026-04-09T01:29:19.590282399Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6988776861037985, - "StableID": "nzBYGQKEaw11CNTRL", + "ID": 845490085651008, + "StableID": "nyoCdGbvb711CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "DiscoKey": "discokey:299371ab710a43814db3aa8b6fabee2d43419411254c18046b3c442b3af36749", - "Addresses": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "AllowedIPs": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "Endpoints": ["77.164.248.136:40425", "10.65.0.27:40425", "172.17.0.1:40425"], + "Key": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "DiscoKey": "discokey:f4a9cf7cb7090418fd6fa52a9c79786a390ac08e08008ab678c58f3a40c8de08", + "Addresses": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "AllowedIPs": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "Endpoints": ["77.164.248.136:59494", "10.65.0.27:59494", "172.17.0.1:59494"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45475}, - {"Proto": "peerapi6", "Port": 45475} + {"Proto": "peerapi4", "Port": 39940}, + {"Proto": "peerapi6", "Port": 39940} ]}, - "Created": "2026-04-09T01:29:17.973639016Z", + "Created": "2026-04-09T08:35:23.227399721Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7572892111338599, - "StableID": "ntqEjz2n8221CNTRL", + "ID": 1499295542366034, + "StableID": "ny8zyBx2iC11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "KeyExpiry": "2026-10-06T08:35:26Z", + "DiscoKey": "discokey:f26f4c71cb8d0a1f42ad87f457f993365b4fc5ec3274d4545292892e430f4403", + "Addresses": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "AllowedIPs": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 53419}, + {"Proto": "peerapi6", "Port": 53419} + ]}, + "Created": "2026-04-09T08:35:26.473075765Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1506533552149553, + "StableID": "ncJ48k5KmC11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "DiscoKey": "discokey:d37a686afede4f2be0b9499a5f6febece9ad0f3d205e79602dc09a3753f17315", + "Addresses": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "AllowedIPs": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 46795}, + {"Proto": "peerapi6", "Port": 46795} + ]}, + "Created": "2026-04-09T08:35:21.08163087Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1994706396873706, + "StableID": "noHxjAZQaG11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "DiscoKey": "discokey:a3e3f40a2a6522eb5a41f4abc787a1509b06ce05ac0a807f171e3a8809c82545", + "Addresses": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "AllowedIPs": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "Endpoints": ["77.164.248.136:57103", "10.65.0.27:57103", "172.17.0.1:57103"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 63963}, + {"Proto": "peerapi6", "Port": 63963} + ]}, + "Created": "2026-04-09T08:35:19.986236555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2371038460990541, + "StableID": "nA1NZGArWK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:e841b2b16f0af66713642467068fb160a745a10dfeb667c6e570aaccbacdd246", + "Addresses": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "AllowedIPs": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "Endpoints": ["77.164.248.136:33302", "10.65.0.27:33302", "172.17.0.1:33302"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 36732}, + {"Proto": "peerapi6", "Port": 36732} + ]}, + "Created": "2026-04-09T08:35:25.968848774Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4031117123850310, + "StableID": "nV8iKTchUY11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "DiscoKey": "discokey:1888508193797a3e11287ecce30d90ebf0781d5780e6fc77015de9e6383d1f66", + "Addresses": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "AllowedIPs": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 64617}, + {"Proto": "peerapi6", "Port": 64617} + ]}, + "Created": "2026-04-09T08:35:22.691859462Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4380615993940572, + "StableID": "ndBrfXMzCb11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "DiscoKey": "discokey:28df1b61661f20433d184ce5ff891e22d018d2539efbcdd823aa4ff503976166", + "Addresses": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "AllowedIPs": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "Endpoints": ["77.164.248.136:54723", "10.65.0.27:54723", "172.17.0.1:54723"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 58890}, + {"Proto": "peerapi6", "Port": 58890} + ]}, + "Created": "2026-04-09T08:35:24.310023379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4674613820252956, + "StableID": "nKQJqLB9Wd11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "DiscoKey": "discokey:136168f1bd5c8546146b77d8eb8f246927e8b62e49efbbc07db7c51d99214d5f", + "Addresses": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "AllowedIPs": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "Endpoints": ["77.164.248.136:60319", "10.65.0.27:60319", "172.17.0.1:60319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 47346}, + {"Proto": "peerapi6", "Port": 47346} + ]}, + "Created": "2026-04-09T08:35:18.894081273Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4722280273267347, + "StableID": "nAJT48Jjsd11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "DiscoKey": "discokey:abb330429386415cf953a09676221bcbd042c14afb68cb9782d148577c497766", - "Addresses": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "AllowedIPs": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "Endpoints": ["77.164.248.136:46024", "10.65.0.27:46024", "172.17.0.1:46024"], + "Key": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "DiscoKey": "discokey:696cdfa05e58ff3d7d65455eb875f3778ee31dc0eddb647b61531d17046ce907", + "Addresses": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "AllowedIPs": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "Endpoints": ["77.164.248.136:44418", "10.65.0.27:44418", "172.17.0.1:44418"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 55262}, - {"Proto": "peerapi6", "Port": 55262} + {"Proto": "peerapi4", "Port": 38272}, + {"Proto": "peerapi6", "Port": 38272} ]}, - "Created": "2026-04-09T01:29:15.238604154Z", + "Created": "2026-04-09T08:35:20.570078333Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8714805048734484, - "StableID": "nPL7ik9x3B21CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 4873024968296014, + "StableID": "nf1PZx614f11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "DiscoKey": "discokey:53575245aa5dc83e1502fcb865f3708067950aec6989e3a4706231753d18627b", - "Addresses": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "AllowedIPs": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "DiscoKey": "discokey:1b5b97cea18f435fa362ba7384b186e4c9be687a799d1db90c01dfcf3d0f0c09", + "Addresses": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "AllowedIPs": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "Endpoints": ["77.164.248.136:55962", "10.65.0.27:55962", "172.17.0.1:55962"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 32894}, - {"Proto": "peerapi6", "Port": 32894} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 62220}, + {"Proto": "peerapi6", "Port": 62220} ]}, - "Created": "2026-04-09T01:29:15.796649272Z", + "Created": "2026-04-09T08:35:23.782063506Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6321025578388168, + "StableID": "nDjZ2AdoMr11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "DiscoKey": "discokey:ef4151f52e161a39a1a15e14b7fba89cfb94ef6aad36e4b9470510a1f32d1005", + "Addresses": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "AllowedIPs": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "Endpoints": ["77.164.248.136:34644", "10.65.0.27:34644", "172.17.0.1:34644"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56635}, + {"Proto": "peerapi6", "Port": 56635} + ]}, + "Created": "2026-04-09T08:35:21.611290573Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8125377930578454, + "StableID": "nqxBgCuzS621CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:44a1fb1b6f4d4553bda7ff5f170de25108fa351e3455d8d020eb969ee8e72465", + "Addresses": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "AllowedIPs": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "Endpoints": ["77.164.248.136:41236", "10.65.0.27:41236", "172.17.0.1:41236"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54842}, + {"Proto": "peerapi6", "Port": 54842} + ]}, + "Created": "2026-04-09T08:35:25.399623315Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8934382433183138, + "StableID": "n3jNGS5QmC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "DiscoKey": "discokey:02452b6f68bfb57845906af3b96334b96e2c89761b6013e851cb431c673c6f4e", + "Addresses": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "AllowedIPs": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "Endpoints": ["77.164.248.136:36555", "10.65.0.27:36555", "172.17.0.1:36555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52530}, + {"Proto": "peerapi6", "Port": 52530} + ]}, + "Created": "2026-04-09T08:35:24.852861057Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -14966,27 +14974,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6424095364702237": { - "ID": 6424095364702237, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6686978099098836": { + "ID": 6686978099098836, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15017,26 +15027,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6988776861037985, - "StableID": "nzBYGQKEaw11CNTRL", + "ID": 845490085651008, + "StableID": "nyoCdGbvb711CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 6988776861037985, - "Key": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "DiscoKey": "discokey:299371ab710a43814db3aa8b6fabee2d43419411254c18046b3c442b3af36749", - "Addresses": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "AllowedIPs": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "Endpoints": ["77.164.248.136:40425", "10.65.0.27:40425", "172.17.0.1:40425"], + "User": 845490085651008, + "Key": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "DiscoKey": "discokey:f4a9cf7cb7090418fd6fa52a9c79786a390ac08e08008ab678c58f3a40c8de08", + "Addresses": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "AllowedIPs": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "Endpoints": ["77.164.248.136:59494", "10.65.0.27:59494", "172.17.0.1:59494"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 45475}, - {"Proto": "peerapi6", "Port": 45475}, + {"Proto": "peerapi4", "Port": 39940}, + {"Proto": "peerapi6", "Port": 39940}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:17.973639016Z", + "Created": "2026-04-09T08:35:23.227399721Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15064,300 +15074,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "MachineKey": "mkey:709486de1f8594464277cf717f85d4a71648d0b1a9474ff425ed6e5c2efa6863", + "NodeKey": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "MachineKey": "mkey:581fbfe4fa2d77c356e4601bfc0faf49e587db08d5ecc93b0f05d49a095a3170", "Peers": [{ - "ID": 931345710153623, - "StableID": "n6QSAcsoG811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "DiscoKey": "discokey:965b37b48e13b83f602a4db14d0642e57ebd6890c09083d713f079d5fdd4e503", - "Addresses": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "AllowedIPs": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "Endpoints": ["77.164.248.136:49109", "10.65.0.27:49109", "172.17.0.1:49109"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55129}, - {"Proto": "peerapi6", "Port": 55129} - ]}, - "Created": "2026-04-09T01:29:17.41646995Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1164943042254358, - "StableID": "nT75VY5c6A11CNTRL", + "ID": 647126719099551, + "StableID": "nLykBTv54611CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "DiscoKey": "discokey:281ac7a456e0816f42d6326dfb491f6d58bd615df9cdd99c1e9e74c6eebbe759", - "Addresses": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "AllowedIPs": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "Endpoints": ["77.164.248.136:48630", "10.65.0.27:48630", "172.17.0.1:48630"], + "Key": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "DiscoKey": "discokey:217f880836aa7847643debc9fc54e2a46ca2f52727543a5412c0a30218235d77", + "Addresses": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "AllowedIPs": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "Endpoints": ["77.164.248.136:33954", "10.65.0.27:33954", "172.17.0.1:33954"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34765}, - {"Proto": "peerapi6", "Port": 34765} + {"Proto": "peerapi4", "Port": 53939}, + {"Proto": "peerapi6", "Port": 53939} ]}, - "Created": "2026-04-09T01:29:14.165162441Z", + "Created": "2026-04-09T08:35:19.470050506Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2922978097957867, - "StableID": "nrCQFLgppP11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "DiscoKey": "discokey:4fad1cbe1f36566dff484cd398358d79d088f0a7e4e8b0f4b7ea950921491a56", - "Addresses": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "AllowedIPs": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "Endpoints": ["77.164.248.136:43427", "10.65.0.27:43427", "172.17.0.1:43427"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55884}, - {"Proto": "peerapi6", "Port": 55884} + "ID": 1499295542366034, + "StableID": "ny8zyBx2iC11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "KeyExpiry": "2026-10-06T08:35:26Z", + "DiscoKey": "discokey:f26f4c71cb8d0a1f42ad87f457f993365b4fc5ec3274d4545292892e430f4403", + "Addresses": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "AllowedIPs": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 53419}, + {"Proto": "peerapi6", "Port": 53419} ]}, - "Created": "2026-04-09T01:29:18.514032418Z", + "Created": "2026-04-09T08:35:26.473075765Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3001704378736632, - "StableID": "nFJX6ggUSQ11CNTRL", + "ID": 1506533552149553, + "StableID": "ncJ48k5KmC11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "DiscoKey": "discokey:d37a686afede4f2be0b9499a5f6febece9ad0f3d205e79602dc09a3753f17315", + "Addresses": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "AllowedIPs": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 46795}, + {"Proto": "peerapi6", "Port": 46795} + ]}, + "Created": "2026-04-09T08:35:21.08163087Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1994706396873706, + "StableID": "noHxjAZQaG11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "DiscoKey": "discokey:9496fb1f215361d0bef981ab81f4c1914e6ffc37b9bddd84bbf5de259da59e41", - "Addresses": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "AllowedIPs": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "Endpoints": ["77.164.248.136:40893", "10.65.0.27:40893", "172.17.0.1:40893"], + "Key": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "DiscoKey": "discokey:a3e3f40a2a6522eb5a41f4abc787a1509b06ce05ac0a807f171e3a8809c82545", + "Addresses": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "AllowedIPs": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "Endpoints": ["77.164.248.136:57103", "10.65.0.27:57103", "172.17.0.1:57103"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 48904}, - {"Proto": "peerapi6", "Port": 48904} + {"Proto": "peerapi4", "Port": 63963}, + {"Proto": "peerapi6", "Port": 63963} ]}, - "Created": "2026-04-09T01:29:14.720735558Z", + "Created": "2026-04-09T08:35:19.986236555Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 3640720367236755, - "StableID": "npfunvYtRV11CNTRL", + "ID": 2371038460990541, + "StableID": "nA1NZGArWK11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:a95a75fc376c8751d145b361c46fe498b4adbc42ee4922bbe18cfec74e112e53", - "Addresses": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "AllowedIPs": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "Endpoints": ["77.164.248.136:57517", "10.65.0.27:57517", "172.17.0.1:57517"], + "Key": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:e841b2b16f0af66713642467068fb160a745a10dfeb667c6e570aaccbacdd246", + "Addresses": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "AllowedIPs": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "Endpoints": ["77.164.248.136:33302", "10.65.0.27:33302", "172.17.0.1:33302"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59963}, - {"Proto": "peerapi6", "Port": 59963} + {"Proto": "peerapi4", "Port": 36732}, + {"Proto": "peerapi6", "Port": 36732} ]}, - "Created": "2026-04-09T01:29:20.682272673Z", + "Created": "2026-04-09T08:35:25.968848774Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 3767519076142601, - "StableID": "nWhkVaLKRW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "KeyExpiry": "2026-10-06T01:29:21Z", - "DiscoKey": "discokey:f95848aa4e4c4d777a62d607db660a449d6add9bc570f704c5e7ecc3ea71fe70", - "Addresses": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "AllowedIPs": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54109}, - {"Proto": "peerapi6", "Port": 54109} - ]}, - "Created": "2026-04-09T01:29:21.245060544Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3803067513769488, - "StableID": "noCYCp8RhW11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 4031117123850310, + "StableID": "nV8iKTchUY11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "DiscoKey": "discokey:0f331b3cad3c97388ab359b521172172d9da19f005b6c52a2a9886bf52439c16", - "Addresses": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "AllowedIPs": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "Endpoints": ["77.164.248.136:51935", "10.65.0.27:51935", "172.17.0.1:51935"], + "Key": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "DiscoKey": "discokey:1888508193797a3e11287ecce30d90ebf0781d5780e6fc77015de9e6383d1f66", + "Addresses": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "AllowedIPs": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52529}, - {"Proto": "peerapi6", "Port": 52529} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 64617}, + {"Proto": "peerapi6", "Port": 64617} ]}, - "Created": "2026-04-09T01:29:16.337094127Z", + "Created": "2026-04-09T08:35:22.691859462Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 3950071695004851, - "StableID": "nNiYJkgzqX11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "DiscoKey": "discokey:7a5858ac552ce0936d5128fe2ed9699ad802c7276182599dc0524dc5ce097104", - "Addresses": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "AllowedIPs": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "Endpoints": ["77.164.248.136:39200", "10.65.0.27:39200", "172.17.0.1:39200"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36042}, - {"Proto": "peerapi6", "Port": 36042} - ]}, - "Created": "2026-04-09T01:29:13.619691278Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4243720286701029, - "StableID": "nkgJoULz8a11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:38c657853fc514f2f724f9ba00c5e26808b7b61ea918bb45e45d940e1dbc6f24", - "Addresses": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "AllowedIPs": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "Endpoints": ["77.164.248.136:55966", "10.65.0.27:55966", "172.17.0.1:55966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52851}, - {"Proto": "peerapi6", "Port": 52851} - ]}, - "Created": "2026-04-09T01:29:20.126353638Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5514711067472810, - "StableID": "nMJvnH7d4k11CNTRL", + "ID": 4380615993940572, + "StableID": "ndBrfXMzCb11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "DiscoKey": "discokey:e7220dff10d285f05391d59b5e88fb08f84b18d883378cd8cfe4e8100fba583f", - "Addresses": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "AllowedIPs": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "Endpoints": ["77.164.248.136:46142", "10.65.0.27:46142", "172.17.0.1:46142"], + "Key": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "DiscoKey": "discokey:28df1b61661f20433d184ce5ff891e22d018d2539efbcdd823aa4ff503976166", + "Addresses": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "AllowedIPs": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "Endpoints": ["77.164.248.136:54723", "10.65.0.27:54723", "172.17.0.1:54723"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53567}, - {"Proto": "peerapi6", "Port": 53567} + {"Proto": "peerapi4", "Port": 58890}, + {"Proto": "peerapi6", "Port": 58890} ]}, - "Created": "2026-04-09T01:29:19.046722196Z", + "Created": "2026-04-09T08:35:24.310023379Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 6222914751264433, - "StableID": "nEjXCGRNbq11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 4674613820252956, + "StableID": "nKQJqLB9Wd11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "DiscoKey": "discokey:b05357b73212dc95354ddcd7ac5a6d716d661f12c5484ce9c3612b476bd26652", - "Addresses": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "AllowedIPs": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "Endpoints": ["77.164.248.136:60605", "10.65.0.27:60605", "172.17.0.1:60605"], + "Key": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "DiscoKey": "discokey:136168f1bd5c8546146b77d8eb8f246927e8b62e49efbbc07db7c51d99214d5f", + "Addresses": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "AllowedIPs": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "Endpoints": ["77.164.248.136:60319", "10.65.0.27:60319", "172.17.0.1:60319"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42701}, - {"Proto": "peerapi6", "Port": 42701} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 47346}, + {"Proto": "peerapi6", "Port": 47346} ]}, - "Created": "2026-04-09T01:29:19.590282399Z", + "Created": "2026-04-09T08:35:18.894081273Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 6424095364702237, - "StableID": "nGUf6L6VAs11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "DiscoKey": "discokey:24ecb96bdddd5c84d0adea7443cd282509304bb2e981acdfdbf2718420202332", - "Addresses": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "AllowedIPs": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "Endpoints": ["77.164.248.136:49857", "10.65.0.27:49857", "172.17.0.1:49857"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58742}, - {"Proto": "peerapi6", "Port": 58742} - ]}, - "Created": "2026-04-09T01:29:16.866913551Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7572892111338599, - "StableID": "ntqEjz2n8221CNTRL", + "ID": 4722280273267347, + "StableID": "nAJT48Jjsd11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "DiscoKey": "discokey:abb330429386415cf953a09676221bcbd042c14afb68cb9782d148577c497766", - "Addresses": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "AllowedIPs": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "Endpoints": ["77.164.248.136:46024", "10.65.0.27:46024", "172.17.0.1:46024"], + "Key": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "DiscoKey": "discokey:696cdfa05e58ff3d7d65455eb875f3778ee31dc0eddb647b61531d17046ce907", + "Addresses": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "AllowedIPs": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "Endpoints": ["77.164.248.136:44418", "10.65.0.27:44418", "172.17.0.1:44418"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 55262}, - {"Proto": "peerapi6", "Port": 55262} + {"Proto": "peerapi4", "Port": 38272}, + {"Proto": "peerapi6", "Port": 38272} ]}, - "Created": "2026-04-09T01:29:15.238604154Z", + "Created": "2026-04-09T08:35:20.570078333Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8714805048734484, - "StableID": "nPL7ik9x3B21CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 4873024968296014, + "StableID": "nf1PZx614f11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "DiscoKey": "discokey:53575245aa5dc83e1502fcb865f3708067950aec6989e3a4706231753d18627b", - "Addresses": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "AllowedIPs": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "DiscoKey": "discokey:1b5b97cea18f435fa362ba7384b186e4c9be687a799d1db90c01dfcf3d0f0c09", + "Addresses": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "AllowedIPs": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "Endpoints": ["77.164.248.136:55962", "10.65.0.27:55962", "172.17.0.1:55962"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 32894}, - {"Proto": "peerapi6", "Port": 32894} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 62220}, + {"Proto": "peerapi6", "Port": 62220} ]}, - "Created": "2026-04-09T01:29:15.796649272Z", + "Created": "2026-04-09T08:35:23.782063506Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6321025578388168, + "StableID": "nDjZ2AdoMr11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "DiscoKey": "discokey:ef4151f52e161a39a1a15e14b7fba89cfb94ef6aad36e4b9470510a1f32d1005", + "Addresses": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "AllowedIPs": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "Endpoints": ["77.164.248.136:34644", "10.65.0.27:34644", "172.17.0.1:34644"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56635}, + {"Proto": "peerapi6", "Port": 56635} + ]}, + "Created": "2026-04-09T08:35:21.611290573Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6686978099098836, + "StableID": "nfev8PaYDu11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "DiscoKey": "discokey:93638ae96ed9d6ab74bf216d7dff4870d1647af0f7024c686c726b3a858fe330", + "Addresses": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "AllowedIPs": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "Endpoints": ["77.164.248.136:49797", "10.65.0.27:49797", "172.17.0.1:49797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 50975}, + {"Proto": "peerapi6", "Port": 50975} + ]}, + "Created": "2026-04-09T08:35:22.146207089Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8125377930578454, + "StableID": "nqxBgCuzS621CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:44a1fb1b6f4d4553bda7ff5f170de25108fa351e3455d8d020eb969ee8e72465", + "Addresses": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "AllowedIPs": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "Endpoints": ["77.164.248.136:41236", "10.65.0.27:41236", "172.17.0.1:41236"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54842}, + {"Proto": "peerapi6", "Port": 54842} + ]}, + "Created": "2026-04-09T08:35:25.399623315Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8934382433183138, + "StableID": "n3jNGS5QmC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "DiscoKey": "discokey:02452b6f68bfb57845906af3b96334b96e2c89761b6013e851cb431c673c6f4e", + "Addresses": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "AllowedIPs": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "Endpoints": ["77.164.248.136:36555", "10.65.0.27:36555", "172.17.0.1:36555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52530}, + {"Proto": "peerapi6", "Port": 52530} + ]}, + "Created": "2026-04-09T08:35:24.852861057Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16205,27 +16214,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6988776861037985": { - "ID": 6988776861037985, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "845490085651008": { + "ID": 845490085651008, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16256,22 +16267,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3640720367236755, - "StableID": "npfunvYtRV11CNTRL", + "ID": 2371038460990541, + "StableID": "nA1NZGArWK11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:a95a75fc376c8751d145b361c46fe498b4adbc42ee4922bbe18cfec74e112e53", - "Addresses": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "AllowedIPs": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "Endpoints": ["77.164.248.136:57517", "10.65.0.27:57517", "172.17.0.1:57517"], + "Key": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:e841b2b16f0af66713642467068fb160a745a10dfeb667c6e570aaccbacdd246", + "Addresses": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "AllowedIPs": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "Endpoints": ["77.164.248.136:33302", "10.65.0.27:33302", "172.17.0.1:33302"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59963}, - {"Proto": "peerapi6", "Port": 59963}, + {"Proto": "peerapi4", "Port": 36732}, + {"Proto": "peerapi6", "Port": 36732}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:20.682272673Z", + "Created": "2026-04-09T08:35:25.968848774Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16298,300 +16309,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "MachineKey": "mkey:52a4cb1b313cea21586057f28b3c78649250d63b8a44d5d63c07511e193cb94b", + "NodeKey": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "MachineKey": "mkey:c533f03e432c4189d9ba67870628a83996199976470f0f9694f05911e1b5921e", "Peers": [{ - "ID": 931345710153623, - "StableID": "n6QSAcsoG811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "DiscoKey": "discokey:965b37b48e13b83f602a4db14d0642e57ebd6890c09083d713f079d5fdd4e503", - "Addresses": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "AllowedIPs": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "Endpoints": ["77.164.248.136:49109", "10.65.0.27:49109", "172.17.0.1:49109"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55129}, - {"Proto": "peerapi6", "Port": 55129} - ]}, - "Created": "2026-04-09T01:29:17.41646995Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1164943042254358, - "StableID": "nT75VY5c6A11CNTRL", + "ID": 647126719099551, + "StableID": "nLykBTv54611CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "DiscoKey": "discokey:281ac7a456e0816f42d6326dfb491f6d58bd615df9cdd99c1e9e74c6eebbe759", - "Addresses": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "AllowedIPs": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "Endpoints": ["77.164.248.136:48630", "10.65.0.27:48630", "172.17.0.1:48630"], + "Key": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "DiscoKey": "discokey:217f880836aa7847643debc9fc54e2a46ca2f52727543a5412c0a30218235d77", + "Addresses": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "AllowedIPs": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "Endpoints": ["77.164.248.136:33954", "10.65.0.27:33954", "172.17.0.1:33954"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34765}, - {"Proto": "peerapi6", "Port": 34765} + {"Proto": "peerapi4", "Port": 53939}, + {"Proto": "peerapi6", "Port": 53939} ]}, - "Created": "2026-04-09T01:29:14.165162441Z", + "Created": "2026-04-09T08:35:19.470050506Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2922978097957867, - "StableID": "nrCQFLgppP11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "DiscoKey": "discokey:4fad1cbe1f36566dff484cd398358d79d088f0a7e4e8b0f4b7ea950921491a56", - "Addresses": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "AllowedIPs": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "Endpoints": ["77.164.248.136:43427", "10.65.0.27:43427", "172.17.0.1:43427"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55884}, - {"Proto": "peerapi6", "Port": 55884} - ]}, - "Created": "2026-04-09T01:29:18.514032418Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3001704378736632, - "StableID": "nFJX6ggUSQ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "DiscoKey": "discokey:9496fb1f215361d0bef981ab81f4c1914e6ffc37b9bddd84bbf5de259da59e41", - "Addresses": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "AllowedIPs": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "Endpoints": ["77.164.248.136:40893", "10.65.0.27:40893", "172.17.0.1:40893"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 48904}, - {"Proto": "peerapi6", "Port": 48904} - ]}, - "Created": "2026-04-09T01:29:14.720735558Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3767519076142601, - "StableID": "nWhkVaLKRW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "KeyExpiry": "2026-10-06T01:29:21Z", - "DiscoKey": "discokey:f95848aa4e4c4d777a62d607db660a449d6add9bc570f704c5e7ecc3ea71fe70", - "Addresses": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "AllowedIPs": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54109}, - {"Proto": "peerapi6", "Port": 54109} - ]}, - "Created": "2026-04-09T01:29:21.245060544Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3803067513769488, - "StableID": "noCYCp8RhW11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "DiscoKey": "discokey:0f331b3cad3c97388ab359b521172172d9da19f005b6c52a2a9886bf52439c16", - "Addresses": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "AllowedIPs": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "Endpoints": ["77.164.248.136:51935", "10.65.0.27:51935", "172.17.0.1:51935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52529}, - {"Proto": "peerapi6", "Port": 52529} - ]}, - "Created": "2026-04-09T01:29:16.337094127Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 3950071695004851, - "StableID": "nNiYJkgzqX11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "DiscoKey": "discokey:7a5858ac552ce0936d5128fe2ed9699ad802c7276182599dc0524dc5ce097104", - "Addresses": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "AllowedIPs": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "Endpoints": ["77.164.248.136:39200", "10.65.0.27:39200", "172.17.0.1:39200"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36042}, - {"Proto": "peerapi6", "Port": 36042} - ]}, - "Created": "2026-04-09T01:29:13.619691278Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4243720286701029, - "StableID": "nkgJoULz8a11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:38c657853fc514f2f724f9ba00c5e26808b7b61ea918bb45e45d940e1dbc6f24", - "Addresses": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "AllowedIPs": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "Endpoints": ["77.164.248.136:55966", "10.65.0.27:55966", "172.17.0.1:55966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52851}, - {"Proto": "peerapi6", "Port": 52851} - ]}, - "Created": "2026-04-09T01:29:20.126353638Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5514711067472810, - "StableID": "nMJvnH7d4k11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "DiscoKey": "discokey:e7220dff10d285f05391d59b5e88fb08f84b18d883378cd8cfe4e8100fba583f", - "Addresses": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "AllowedIPs": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "Endpoints": ["77.164.248.136:46142", "10.65.0.27:46142", "172.17.0.1:46142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53567}, - {"Proto": "peerapi6", "Port": 53567} - ]}, - "Created": "2026-04-09T01:29:19.046722196Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6222914751264433, - "StableID": "nEjXCGRNbq11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "DiscoKey": "discokey:b05357b73212dc95354ddcd7ac5a6d716d661f12c5484ce9c3612b476bd26652", - "Addresses": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "AllowedIPs": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "Endpoints": ["77.164.248.136:60605", "10.65.0.27:60605", "172.17.0.1:60605"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42701}, - {"Proto": "peerapi6", "Port": 42701} - ]}, - "Created": "2026-04-09T01:29:19.590282399Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6424095364702237, - "StableID": "nGUf6L6VAs11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "DiscoKey": "discokey:24ecb96bdddd5c84d0adea7443cd282509304bb2e981acdfdbf2718420202332", - "Addresses": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "AllowedIPs": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "Endpoints": ["77.164.248.136:49857", "10.65.0.27:49857", "172.17.0.1:49857"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58742}, - {"Proto": "peerapi6", "Port": 58742} - ]}, - "Created": "2026-04-09T01:29:16.866913551Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6988776861037985, - "StableID": "nzBYGQKEaw11CNTRL", + "ID": 845490085651008, + "StableID": "nyoCdGbvb711CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "DiscoKey": "discokey:299371ab710a43814db3aa8b6fabee2d43419411254c18046b3c442b3af36749", - "Addresses": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "AllowedIPs": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "Endpoints": ["77.164.248.136:40425", "10.65.0.27:40425", "172.17.0.1:40425"], + "Key": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "DiscoKey": "discokey:f4a9cf7cb7090418fd6fa52a9c79786a390ac08e08008ab678c58f3a40c8de08", + "Addresses": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "AllowedIPs": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "Endpoints": ["77.164.248.136:59494", "10.65.0.27:59494", "172.17.0.1:59494"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45475}, - {"Proto": "peerapi6", "Port": 45475} + {"Proto": "peerapi4", "Port": 39940}, + {"Proto": "peerapi6", "Port": 39940} ]}, - "Created": "2026-04-09T01:29:17.973639016Z", + "Created": "2026-04-09T08:35:23.227399721Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7572892111338599, - "StableID": "ntqEjz2n8221CNTRL", + "ID": 1499295542366034, + "StableID": "ny8zyBx2iC11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "KeyExpiry": "2026-10-06T08:35:26Z", + "DiscoKey": "discokey:f26f4c71cb8d0a1f42ad87f457f993365b4fc5ec3274d4545292892e430f4403", + "Addresses": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "AllowedIPs": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 53419}, + {"Proto": "peerapi6", "Port": 53419} + ]}, + "Created": "2026-04-09T08:35:26.473075765Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1506533552149553, + "StableID": "ncJ48k5KmC11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "DiscoKey": "discokey:d37a686afede4f2be0b9499a5f6febece9ad0f3d205e79602dc09a3753f17315", + "Addresses": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "AllowedIPs": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 46795}, + {"Proto": "peerapi6", "Port": 46795} + ]}, + "Created": "2026-04-09T08:35:21.08163087Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1994706396873706, + "StableID": "noHxjAZQaG11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "DiscoKey": "discokey:a3e3f40a2a6522eb5a41f4abc787a1509b06ce05ac0a807f171e3a8809c82545", + "Addresses": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "AllowedIPs": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "Endpoints": ["77.164.248.136:57103", "10.65.0.27:57103", "172.17.0.1:57103"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 63963}, + {"Proto": "peerapi6", "Port": 63963} + ]}, + "Created": "2026-04-09T08:35:19.986236555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4031117123850310, + "StableID": "nV8iKTchUY11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "DiscoKey": "discokey:1888508193797a3e11287ecce30d90ebf0781d5780e6fc77015de9e6383d1f66", + "Addresses": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "AllowedIPs": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 64617}, + {"Proto": "peerapi6", "Port": 64617} + ]}, + "Created": "2026-04-09T08:35:22.691859462Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4380615993940572, + "StableID": "ndBrfXMzCb11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "DiscoKey": "discokey:28df1b61661f20433d184ce5ff891e22d018d2539efbcdd823aa4ff503976166", + "Addresses": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "AllowedIPs": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "Endpoints": ["77.164.248.136:54723", "10.65.0.27:54723", "172.17.0.1:54723"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 58890}, + {"Proto": "peerapi6", "Port": 58890} + ]}, + "Created": "2026-04-09T08:35:24.310023379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4674613820252956, + "StableID": "nKQJqLB9Wd11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "DiscoKey": "discokey:136168f1bd5c8546146b77d8eb8f246927e8b62e49efbbc07db7c51d99214d5f", + "Addresses": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "AllowedIPs": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "Endpoints": ["77.164.248.136:60319", "10.65.0.27:60319", "172.17.0.1:60319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 47346}, + {"Proto": "peerapi6", "Port": 47346} + ]}, + "Created": "2026-04-09T08:35:18.894081273Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4722280273267347, + "StableID": "nAJT48Jjsd11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "DiscoKey": "discokey:abb330429386415cf953a09676221bcbd042c14afb68cb9782d148577c497766", - "Addresses": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "AllowedIPs": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "Endpoints": ["77.164.248.136:46024", "10.65.0.27:46024", "172.17.0.1:46024"], + "Key": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "DiscoKey": "discokey:696cdfa05e58ff3d7d65455eb875f3778ee31dc0eddb647b61531d17046ce907", + "Addresses": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "AllowedIPs": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "Endpoints": ["77.164.248.136:44418", "10.65.0.27:44418", "172.17.0.1:44418"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 55262}, - {"Proto": "peerapi6", "Port": 55262} + {"Proto": "peerapi4", "Port": 38272}, + {"Proto": "peerapi6", "Port": 38272} ]}, - "Created": "2026-04-09T01:29:15.238604154Z", + "Created": "2026-04-09T08:35:20.570078333Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8714805048734484, - "StableID": "nPL7ik9x3B21CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 4873024968296014, + "StableID": "nf1PZx614f11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "DiscoKey": "discokey:53575245aa5dc83e1502fcb865f3708067950aec6989e3a4706231753d18627b", - "Addresses": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "AllowedIPs": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "DiscoKey": "discokey:1b5b97cea18f435fa362ba7384b186e4c9be687a799d1db90c01dfcf3d0f0c09", + "Addresses": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "AllowedIPs": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "Endpoints": ["77.164.248.136:55962", "10.65.0.27:55962", "172.17.0.1:55962"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 32894}, - {"Proto": "peerapi6", "Port": 32894} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 62220}, + {"Proto": "peerapi6", "Port": 62220} ]}, - "Created": "2026-04-09T01:29:15.796649272Z", + "Created": "2026-04-09T08:35:23.782063506Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6321025578388168, + "StableID": "nDjZ2AdoMr11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "DiscoKey": "discokey:ef4151f52e161a39a1a15e14b7fba89cfb94ef6aad36e4b9470510a1f32d1005", + "Addresses": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "AllowedIPs": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "Endpoints": ["77.164.248.136:34644", "10.65.0.27:34644", "172.17.0.1:34644"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56635}, + {"Proto": "peerapi6", "Port": 56635} + ]}, + "Created": "2026-04-09T08:35:21.611290573Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6686978099098836, + "StableID": "nfev8PaYDu11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "DiscoKey": "discokey:93638ae96ed9d6ab74bf216d7dff4870d1647af0f7024c686c726b3a858fe330", + "Addresses": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "AllowedIPs": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "Endpoints": ["77.164.248.136:49797", "10.65.0.27:49797", "172.17.0.1:49797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 50975}, + {"Proto": "peerapi6", "Port": 50975} + ]}, + "Created": "2026-04-09T08:35:22.146207089Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8125377930578454, + "StableID": "nqxBgCuzS621CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:44a1fb1b6f4d4553bda7ff5f170de25108fa351e3455d8d020eb969ee8e72465", + "Addresses": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "AllowedIPs": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "Endpoints": ["77.164.248.136:41236", "10.65.0.27:41236", "172.17.0.1:41236"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54842}, + {"Proto": "peerapi6", "Port": 54842} + ]}, + "Created": "2026-04-09T08:35:25.399623315Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8934382433183138, + "StableID": "n3jNGS5QmC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "DiscoKey": "discokey:02452b6f68bfb57845906af3b96334b96e2c89761b6013e851cb431c673c6f4e", + "Addresses": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "AllowedIPs": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "Endpoints": ["77.164.248.136:36555", "10.65.0.27:36555", "172.17.0.1:36555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52530}, + {"Proto": "peerapi6", "Port": 52530} + ]}, + "Created": "2026-04-09T08:35:24.852861057Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17439,23 +17449,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17486,21 +17497,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2922978097957867, - "StableID": "nrCQFLgppP11CNTRL", + "ID": 4873024968296014, + "StableID": "nf1PZx614f11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 2922978097957867, - "Key": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "DiscoKey": "discokey:4fad1cbe1f36566dff484cd398358d79d088f0a7e4e8b0f4b7ea950921491a56", - "Addresses": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "AllowedIPs": ["100.103.107.78/32", "fd7a:115c:a1e0::dc37:6b4e/128"], - "Endpoints": ["77.164.248.136:43427", "10.65.0.27:43427", "172.17.0.1:43427"], + "User": 4873024968296014, + "Key": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "DiscoKey": "discokey:1b5b97cea18f435fa362ba7384b186e4c9be687a799d1db90c01dfcf3d0f0c09", + "Addresses": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "AllowedIPs": ["100.121.123.105/32", "fd7a:115c:a1e0::5037:7b69/128"], + "Endpoints": ["77.164.248.136:55962", "10.65.0.27:55962", "172.17.0.1:55962"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 55884}, - {"Proto": "peerapi6", "Port": 55884}, + {"Proto": "peerapi4", "Port": 62220}, + {"Proto": "peerapi6", "Port": 62220}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:18.514032418Z", + "Created": "2026-04-09T08:35:23.782063506Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17528,300 +17539,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d7e534ae47b802a27b980a4002a665713dc8eb0f761af73e580df672dce76b4d", - "MachineKey": "mkey:bbd88646b9859ef3d5caa189d0070caef5e5b6bf3ee8c98e74a96ea05761eb0d", + "NodeKey": "nodekey:b4fef3482c279d932a3f8c327ae258b0d3710a1a3972c1cc7c73310d50797b68", + "MachineKey": "mkey:6969a2112c6cc2122e1e24e0f1f6d629c3e366b8a1406e478a20842c7bdad407", "Peers": [{ - "ID": 931345710153623, - "StableID": "n6QSAcsoG811CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16a344bba8fa94d349207413e6f43c560f1ae227a88fcc1aefbad8a39b65447c", - "DiscoKey": "discokey:965b37b48e13b83f602a4db14d0642e57ebd6890c09083d713f079d5fdd4e503", - "Addresses": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "AllowedIPs": ["100.101.68.125/32", "fd7a:115c:a1e0::9b37:447d/128"], - "Endpoints": ["77.164.248.136:49109", "10.65.0.27:49109", "172.17.0.1:49109"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55129}, - {"Proto": "peerapi6", "Port": 55129} - ]}, - "Created": "2026-04-09T01:29:17.41646995Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1164943042254358, - "StableID": "nT75VY5c6A11CNTRL", + "ID": 647126719099551, + "StableID": "nLykBTv54611CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:481f2979242233853e33881bc77efee3e37a3809829cca5471567caaf6268040", - "DiscoKey": "discokey:281ac7a456e0816f42d6326dfb491f6d58bd615df9cdd99c1e9e74c6eebbe759", - "Addresses": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "AllowedIPs": ["100.102.128.65/32", "fd7a:115c:a1e0::f637:8041/128"], - "Endpoints": ["77.164.248.136:48630", "10.65.0.27:48630", "172.17.0.1:48630"], + "Key": "nodekey:cfbfc6e7af76efccea1c17f52ab1c7922681fb9467c021818c1819a1f8af1053", + "DiscoKey": "discokey:217f880836aa7847643debc9fc54e2a46ca2f52727543a5412c0a30218235d77", + "Addresses": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "AllowedIPs": ["100.111.16.84/32", "fd7a:115c:a1e0::f837:1054/128"], + "Endpoints": ["77.164.248.136:33954", "10.65.0.27:33954", "172.17.0.1:33954"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34765}, - {"Proto": "peerapi6", "Port": 34765} + {"Proto": "peerapi4", "Port": 53939}, + {"Proto": "peerapi6", "Port": 53939} ]}, - "Created": "2026-04-09T01:29:14.165162441Z", + "Created": "2026-04-09T08:35:19.470050506Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 3001704378736632, - "StableID": "nFJX6ggUSQ11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:86bd0c0b5e514ab962d57d7612e08f2e250e635058bae1bdc57d463647b4095b", - "DiscoKey": "discokey:9496fb1f215361d0bef981ab81f4c1914e6ffc37b9bddd84bbf5de259da59e41", - "Addresses": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "AllowedIPs": ["100.116.9.92/32", "fd7a:115c:a1e0::4737:95c/128"], - "Endpoints": ["77.164.248.136:40893", "10.65.0.27:40893", "172.17.0.1:40893"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 48904}, - {"Proto": "peerapi6", "Port": 48904} - ]}, - "Created": "2026-04-09T01:29:14.720735558Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3640720367236755, - "StableID": "npfunvYtRV11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2dbcb7ea4034cdfb87e3636651c0124e5d85a029fdfe604a1ddb68f9a414cc0d", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:a95a75fc376c8751d145b361c46fe498b4adbc42ee4922bbe18cfec74e112e53", - "Addresses": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "AllowedIPs": ["100.84.204.14/32", "fd7a:115c:a1e0::a437:cc0f/128"], - "Endpoints": ["77.164.248.136:57517", "10.65.0.27:57517", "172.17.0.1:57517"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 59963}, - {"Proto": "peerapi6", "Port": 59963} - ]}, - "Created": "2026-04-09T01:29:20.682272673Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3767519076142601, - "StableID": "nWhkVaLKRW11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a6e54fb14fa73ccc39eb48738c759c96ffbecad3a5a58b5e47261677bce9237c", - "KeyExpiry": "2026-10-06T01:29:21Z", - "DiscoKey": "discokey:f95848aa4e4c4d777a62d607db660a449d6add9bc570f704c5e7ecc3ea71fe70", - "Addresses": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "AllowedIPs": ["100.105.35.125/32", "fd7a:115c:a1e0::bc37:237e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 54109}, - {"Proto": "peerapi6", "Port": 54109} - ]}, - "Created": "2026-04-09T01:29:21.245060544Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3803067513769488, - "StableID": "noCYCp8RhW11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:066ffc37b11fd6de8cdd9a8138b5a27dad9bc2ce825591eeed00ade57eca6c37", - "DiscoKey": "discokey:0f331b3cad3c97388ab359b521172172d9da19f005b6c52a2a9886bf52439c16", - "Addresses": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "AllowedIPs": ["100.74.108.56/32", "fd7a:115c:a1e0::7e37:6c38/128"], - "Endpoints": ["77.164.248.136:51935", "10.65.0.27:51935", "172.17.0.1:51935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52529}, - {"Proto": "peerapi6", "Port": 52529} - ]}, - "Created": "2026-04-09T01:29:16.337094127Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 3950071695004851, - "StableID": "nNiYJkgzqX11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6f5426fbe605f17623f401c864728246d76e05c1a06d3da60154460a9170d129", - "DiscoKey": "discokey:7a5858ac552ce0936d5128fe2ed9699ad802c7276182599dc0524dc5ce097104", - "Addresses": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "AllowedIPs": ["100.112.209.42/32", "fd7a:115c:a1e0::9137:d12a/128"], - "Endpoints": ["77.164.248.136:39200", "10.65.0.27:39200", "172.17.0.1:39200"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36042}, - {"Proto": "peerapi6", "Port": 36042} - ]}, - "Created": "2026-04-09T01:29:13.619691278Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4243720286701029, - "StableID": "nkgJoULz8a11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:126554b2342c927ab864413950482943d2f6ca3b24afe43117d05176f37a4e28", - "KeyExpiry": "2026-10-06T01:29:20Z", - "DiscoKey": "discokey:38c657853fc514f2f724f9ba00c5e26808b7b61ea918bb45e45d940e1dbc6f24", - "Addresses": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "AllowedIPs": ["100.122.78.41/32", "fd7a:115c:a1e0::f337:4e29/128"], - "Endpoints": ["77.164.248.136:55966", "10.65.0.27:55966", "172.17.0.1:55966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52851}, - {"Proto": "peerapi6", "Port": 52851} - ]}, - "Created": "2026-04-09T01:29:20.126353638Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5514711067472810, - "StableID": "nMJvnH7d4k11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fe2d6d8d2b7a58b8b2e7c589aa7df99a3d54e68ee75f1b42b0571b5b8f089824", - "DiscoKey": "discokey:e7220dff10d285f05391d59b5e88fb08f84b18d883378cd8cfe4e8100fba583f", - "Addresses": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "AllowedIPs": ["100.72.152.37/32", "fd7a:115c:a1e0::8f37:9825/128"], - "Endpoints": ["77.164.248.136:46142", "10.65.0.27:46142", "172.17.0.1:46142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53567}, - {"Proto": "peerapi6", "Port": 53567} - ]}, - "Created": "2026-04-09T01:29:19.046722196Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6222914751264433, - "StableID": "nEjXCGRNbq11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cde27ff58fcff9468a21ef4690e9e4018b17d0c730262490367baede44f268", - "DiscoKey": "discokey:b05357b73212dc95354ddcd7ac5a6d716d661f12c5484ce9c3612b476bd26652", - "Addresses": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "AllowedIPs": ["100.68.242.105/32", "fd7a:115c:a1e0::de37:f269/128"], - "Endpoints": ["77.164.248.136:60605", "10.65.0.27:60605", "172.17.0.1:60605"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42701}, - {"Proto": "peerapi6", "Port": 42701} - ]}, - "Created": "2026-04-09T01:29:19.590282399Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6424095364702237, - "StableID": "nGUf6L6VAs11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d7044ab228c5099812a0a3f98ea65c7cb4ee4bc7f744d7aeac5c4674b3837d69", - "DiscoKey": "discokey:24ecb96bdddd5c84d0adea7443cd282509304bb2e981acdfdbf2718420202332", - "Addresses": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "AllowedIPs": ["100.67.125.106/32", "fd7a:115c:a1e0::b337:7d6a/128"], - "Endpoints": ["77.164.248.136:49857", "10.65.0.27:49857", "172.17.0.1:49857"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 58742}, - {"Proto": "peerapi6", "Port": 58742} - ]}, - "Created": "2026-04-09T01:29:16.866913551Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6988776861037985, - "StableID": "nzBYGQKEaw11CNTRL", + "ID": 845490085651008, + "StableID": "nyoCdGbvb711CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:66e21712b257be028d3b2d4b50ef0cfed03e7895c806bb2f3555a8155dd5622d", - "DiscoKey": "discokey:299371ab710a43814db3aa8b6fabee2d43419411254c18046b3c442b3af36749", - "Addresses": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "AllowedIPs": ["100.85.98.46/32", "fd7a:115c:a1e0::5d37:622e/128"], - "Endpoints": ["77.164.248.136:40425", "10.65.0.27:40425", "172.17.0.1:40425"], + "Key": "nodekey:cee158b2c4095df182beab935d095b02a972e83fb4c142d86e53213059184a0e", + "DiscoKey": "discokey:f4a9cf7cb7090418fd6fa52a9c79786a390ac08e08008ab678c58f3a40c8de08", + "Addresses": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "AllowedIPs": ["100.88.74.15/32", "fd7a:115c:a1e0::5937:4a0f/128"], + "Endpoints": ["77.164.248.136:59494", "10.65.0.27:59494", "172.17.0.1:59494"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 45475}, - {"Proto": "peerapi6", "Port": 45475} + {"Proto": "peerapi4", "Port": 39940}, + {"Proto": "peerapi6", "Port": 39940} ]}, - "Created": "2026-04-09T01:29:17.973639016Z", + "Created": "2026-04-09T08:35:23.227399721Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7572892111338599, - "StableID": "ntqEjz2n8221CNTRL", + "ID": 1499295542366034, + "StableID": "ny8zyBx2iC11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:de183bf88b0d5184012693e8d34717c7f4ce6ca612edbb4fd22ebdab868d062f", + "KeyExpiry": "2026-10-06T08:35:26Z", + "DiscoKey": "discokey:f26f4c71cb8d0a1f42ad87f457f993365b4fc5ec3274d4545292892e430f4403", + "Addresses": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "AllowedIPs": ["100.77.6.48/32", "fd7a:115c:a1e0::8637:630/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 53419}, + {"Proto": "peerapi6", "Port": 53419} + ]}, + "Created": "2026-04-09T08:35:26.473075765Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1506533552149553, + "StableID": "ncJ48k5KmC11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e834d385c32a42c4648c7b98e3c259e58a9f1daed1a602eea5237063bdf4b12f", + "DiscoKey": "discokey:d37a686afede4f2be0b9499a5f6febece9ad0f3d205e79602dc09a3753f17315", + "Addresses": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "AllowedIPs": ["100.116.177.48/32", "fd7a:115c:a1e0::bd37:b130/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 46795}, + {"Proto": "peerapi6", "Port": 46795} + ]}, + "Created": "2026-04-09T08:35:21.08163087Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1994706396873706, + "StableID": "noHxjAZQaG11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a4b412d84b13438c2fcb5bc738e9dcdf8ad87e2e017fc031eb9b590fd1dc562d", + "DiscoKey": "discokey:a3e3f40a2a6522eb5a41f4abc787a1509b06ce05ac0a807f171e3a8809c82545", + "Addresses": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "AllowedIPs": ["100.92.86.46/32", "fd7a:115c:a1e0::d137:562e/128"], + "Endpoints": ["77.164.248.136:57103", "10.65.0.27:57103", "172.17.0.1:57103"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 63963}, + {"Proto": "peerapi6", "Port": 63963} + ]}, + "Created": "2026-04-09T08:35:19.986236555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2371038460990541, + "StableID": "nA1NZGArWK11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:cfedc6225c277d3f5d1acda661cde24dbb8b08edb7c0ea17dedaf1f65f8b2e1d", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:e841b2b16f0af66713642467068fb160a745a10dfeb667c6e570aaccbacdd246", + "Addresses": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "AllowedIPs": ["100.75.46.30/32", "fd7a:115c:a1e0::5f37:2e1e/128"], + "Endpoints": ["77.164.248.136:33302", "10.65.0.27:33302", "172.17.0.1:33302"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 36732}, + {"Proto": "peerapi6", "Port": 36732} + ]}, + "Created": "2026-04-09T08:35:25.968848774Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4031117123850310, + "StableID": "nV8iKTchUY11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0a821b5543fed473bc3c528e9b4a344169b728ceec20d600bbe0fe42c64d9f3e", + "DiscoKey": "discokey:1888508193797a3e11287ecce30d90ebf0781d5780e6fc77015de9e6383d1f66", + "Addresses": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "AllowedIPs": ["100.77.159.63/32", "fd7a:115c:a1e0::c637:9f3f/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 64617}, + {"Proto": "peerapi6", "Port": 64617} + ]}, + "Created": "2026-04-09T08:35:22.691859462Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4380615993940572, + "StableID": "ndBrfXMzCb11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8fdd568bec66084be753561f35c2ebf28c64245110d21ff863493bf10313591a", + "DiscoKey": "discokey:28df1b61661f20433d184ce5ff891e22d018d2539efbcdd823aa4ff503976166", + "Addresses": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "AllowedIPs": ["100.83.89.27/32", "fd7a:115c:a1e0::337:591b/128"], + "Endpoints": ["77.164.248.136:54723", "10.65.0.27:54723", "172.17.0.1:54723"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 58890}, + {"Proto": "peerapi6", "Port": 58890} + ]}, + "Created": "2026-04-09T08:35:24.310023379Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4674613820252956, + "StableID": "nKQJqLB9Wd11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7084b393468d27d900f9c7bfef486f49c68e5fef5cccfaf857101801bd22a977", + "DiscoKey": "discokey:136168f1bd5c8546146b77d8eb8f246927e8b62e49efbbc07db7c51d99214d5f", + "Addresses": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "AllowedIPs": ["100.98.169.120/32", "fd7a:115c:a1e0::bd37:a978/128"], + "Endpoints": ["77.164.248.136:60319", "10.65.0.27:60319", "172.17.0.1:60319"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 47346}, + {"Proto": "peerapi6", "Port": 47346} + ]}, + "Created": "2026-04-09T08:35:18.894081273Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4722280273267347, + "StableID": "nAJT48Jjsd11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8fa0ddef13199c88752eefc165bb0453cba4fc218978459bb40e4429a009801f", - "DiscoKey": "discokey:abb330429386415cf953a09676221bcbd042c14afb68cb9782d148577c497766", - "Addresses": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "AllowedIPs": ["100.73.128.32/32", "fd7a:115c:a1e0::a037:8020/128"], - "Endpoints": ["77.164.248.136:46024", "10.65.0.27:46024", "172.17.0.1:46024"], + "Key": "nodekey:1bfd7057198792a2bdadc2a4488a6631fe92359ccafa11eb240153ab3b3a5e60", + "DiscoKey": "discokey:696cdfa05e58ff3d7d65455eb875f3778ee31dc0eddb647b61531d17046ce907", + "Addresses": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "AllowedIPs": ["100.122.94.97/32", "fd7a:115c:a1e0::3b37:5e61/128"], + "Endpoints": ["77.164.248.136:44418", "10.65.0.27:44418", "172.17.0.1:44418"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 55262}, - {"Proto": "peerapi6", "Port": 55262} + {"Proto": "peerapi4", "Port": 38272}, + {"Proto": "peerapi6", "Port": 38272} ]}, - "Created": "2026-04-09T01:29:15.238604154Z", + "Created": "2026-04-09T08:35:20.570078333Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8714805048734484, - "StableID": "nPL7ik9x3B21CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 6321025578388168, + "StableID": "nDjZ2AdoMr11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:04e6155cf654fc2be79128f65714e74b243537338ce2028bc95f575393a7a55e", - "DiscoKey": "discokey:53575245aa5dc83e1502fcb865f3708067950aec6989e3a4706231753d18627b", - "Addresses": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "AllowedIPs": ["100.103.165.95/32", "fd7a:115c:a1e0::9337:a55f/128"], - "Endpoints": ["77.164.248.136:38433", "10.65.0.27:38433", "172.17.0.1:38433"], + "Key": "nodekey:4f9abc41109a9578fd40bda3060c4601402093fdf6f623a4a188ece7b40c9912", + "DiscoKey": "discokey:ef4151f52e161a39a1a15e14b7fba89cfb94ef6aad36e4b9470510a1f32d1005", + "Addresses": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "AllowedIPs": ["100.76.153.19/32", "fd7a:115c:a1e0::b437:9913/128"], + "Endpoints": ["77.164.248.136:34644", "10.65.0.27:34644", "172.17.0.1:34644"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 32894}, - {"Proto": "peerapi6", "Port": 32894} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56635}, + {"Proto": "peerapi6", "Port": 56635} ]}, - "Created": "2026-04-09T01:29:15.796649272Z", + "Created": "2026-04-09T08:35:21.611290573Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6686978099098836, + "StableID": "nfev8PaYDu11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:43c9dcd4d3af8327619ec829d04e9a8d0187bd5ca4ac8a4b05e4866cdfb8e075", + "DiscoKey": "discokey:93638ae96ed9d6ab74bf216d7dff4870d1647af0f7024c686c726b3a858fe330", + "Addresses": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "AllowedIPs": ["100.120.224.118/32", "fd7a:115c:a1e0::df37:e076/128"], + "Endpoints": ["77.164.248.136:49797", "10.65.0.27:49797", "172.17.0.1:49797"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 50975}, + {"Proto": "peerapi6", "Port": 50975} + ]}, + "Created": "2026-04-09T08:35:22.146207089Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8125377930578454, + "StableID": "nqxBgCuzS621CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a7df44149b50d409e1d25de58006e0e42e6a7af07b60acab911607c6caa40b44", + "KeyExpiry": "2026-10-06T08:35:25Z", + "DiscoKey": "discokey:44a1fb1b6f4d4553bda7ff5f170de25108fa351e3455d8d020eb969ee8e72465", + "Addresses": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "AllowedIPs": ["100.100.11.69/32", "fd7a:115c:a1e0::ca37:b45/128"], + "Endpoints": ["77.164.248.136:41236", "10.65.0.27:41236", "172.17.0.1:41236"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 54842}, + {"Proto": "peerapi6", "Port": 54842} + ]}, + "Created": "2026-04-09T08:35:25.399623315Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8934382433183138, + "StableID": "n3jNGS5QmC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:79b5d01d497460a3937a706392839723dfb560f052bc447438d3e5005a949017", + "DiscoKey": "discokey:02452b6f68bfb57845906af3b96334b96e2c89761b6013e851cb431c673c6f4e", + "Addresses": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "AllowedIPs": ["100.84.144.24/32", "fd7a:115c:a1e0::5a37:9018/128"], + "Endpoints": ["77.164.248.136:36555", "10.65.0.27:36555", "172.17.0.1:36555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52530}, + {"Proto": "peerapi6", "Port": 52530} + ]}, + "Created": "2026-04-09T08:35:24.852861057Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18669,27 +18679,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2922978097957867": { - "ID": 2922978097957867, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4873024968296014": { + "ID": 4873024968296014, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-d10.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-d10.hujson index abb4b0e2..a671049f 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-d10.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-d10.hujson @@ -3,7 +3,7 @@ // ssh d10 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:29:24Z +// Captured at: 2026-04-09T08:35:30Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-d10", "description": "ssh d10", "category": "ssh", - "captured_at": "2026-04-09T01:29:24.831149558Z", + "captured_at": "2026-04-09T08:35:30.160439884Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,14 +19,14 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["tag:server"], - "src": ["user:*@passkey"], - "users": ["localpart:*@passkey"] + "src": ["user:*@example.com"], + "users": ["localpart:*@example.com"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} }, @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d10\",\n\t\"id\": \"ssh-d10\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"user:*@passkey\"],\n\t\t\"users\": [\"localpart:*@passkey\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d10\",\n\t\"id\": \"ssh-d10\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"user:*@example.com\"],\n\t\t\"users\": [\"localpart:*@example.com\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-d10.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.80.251.52", - "ipv6": "fd7a:115c:a1e0::4e37:fb34", + "ipv4": "100.78.123.120", + "ipv6": "fd7a:115c:a1e0::b37:7b79", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.125.208.52", - "ipv6": "fd7a:115c:a1e0::e937:d034", + "ipv4": "100.106.18.77", + "ipv6": "fd7a:115c:a1e0::b937:124d", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.89.232.38", - "ipv6": "fd7a:115c:a1e0::d37:e826", + "ipv4": "100.88.39.39", + "ipv6": "fd7a:115c:a1e0::ce37:2727", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.126.50.84", - "ipv6": "fd7a:115c:a1e0::3a37:3254", + "ipv4": "100.65.198.64", + "ipv6": "fd7a:115c:a1e0::8737:c641", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.68.61.79", - "ipv6": "fd7a:115c:a1e0::3c37:3d4f", + "ipv4": "100.87.91.67", + "ipv6": "fd7a:115c:a1e0::6a37:5b43", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.84.17.115", - "ipv6": "fd7a:115c:a1e0::b437:1173", + "ipv4": "100.72.1.40", + "ipv6": "fd7a:115c:a1e0::5437:128", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.80.167.116", - "ipv6": "fd7a:115c:a1e0::7637:a774", + "ipv4": "100.116.220.1", + "ipv6": "fd7a:115c:a1e0::a337:dc01", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.79.75.59", - "ipv6": "fd7a:115c:a1e0::437:4b3e", + "ipv4": "100.124.173.115", + "ipv6": "fd7a:115c:a1e0::b37:ad73", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.127.97.77", - "ipv6": "fd7a:115c:a1e0::6e37:614d", + "ipv4": "100.87.21.83", + "ipv6": "fd7a:115c:a1e0::c237:1553", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.72.59.17", - "ipv6": "fd7a:115c:a1e0::4137:3b11", + "ipv4": "100.66.112.106", + "ipv6": "fd7a:115c:a1e0::5b37:706a", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.112.21.91", - "ipv6": "fd7a:115c:a1e0::e037:155b", + "ipv4": "100.126.131.87", + "ipv6": "fd7a:115c:a1e0::3837:8357", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.94.26.113", - "ipv6": "fd7a:115c:a1e0::7f37:1a71", + "ipv4": "100.117.206.89", + "ipv6": "fd7a:115c:a1e0::7937:ce59", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.81.255.37", - "ipv6": "fd7a:115c:a1e0::ab37:ff27", + "ipv4": "100.118.225.36", + "ipv6": "fd7a:115c:a1e0::a37:e124", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.113.249.103", - "ipv6": "fd7a:115c:a1e0::f137:f967", + "ipv4": "100.86.75.37", + "ipv6": "fd7a:115c:a1e0::5137:4b25", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.87.156.27", - "ipv6": "fd7a:115c:a1e0::ed37:9c1b", + "ipv4": "100.106.53.114", + "ipv6": "fd7a:115c:a1e0::ae37:3572", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 52270963588716, - "StableID": "nHuQ435gQ111CNTRL", + "ID": 6488587050104323, + "StableID": "n4wiVPBhfs11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 52270963588716, - "Key": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "DiscoKey": "discokey:8ff65dfb87fbae02e4ff23f1fdb1d35b754daa9ce7eac1b88db2c329ef72090c", - "Addresses": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "AllowedIPs": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "Endpoints": ["77.164.248.136:43209", "10.65.0.27:43209", "172.17.0.1:43209"], + "User": 6488587050104323, + "Key": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "DiscoKey": "discokey:f184a2d2bb3e1e1560209c7d5222d2a114b792343dc6ddcd29bc0f6a8a310a39", + "Addresses": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "AllowedIPs": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "Endpoints": ["77.164.248.136:42953", "10.65.0.27:42953", "172.17.0.1:42953"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 47969}, - {"Proto": "peerapi6", "Port": 47969}, + {"Proto": "peerapi4", "Port": 41195}, + {"Proto": "peerapi6", "Port": 41195}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:33.566424284Z", + "Created": "2026-04-09T08:35:39.1854313Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,302 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "MachineKey": "mkey:c0b2789b4710b4e81aac6020c1c44ef29297bd8685e7af0a39e300f9f9b6101b", + "NodeKey": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "MachineKey": "mkey:4b522be00c61ebad6314e6a2a5e357020e09649c1c9dd6b252e78b70f11d8421", "Peers": [{ - "ID": 800977816334517, - "StableID": "n8Cyo5LmF711CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:b032e7d6118386347781a9774f5be7aee6ab727432be798352c8b0b5f42c0b57", - "Addresses": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "AllowedIPs": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "Endpoints": ["77.164.248.136:36842", "10.65.0.27:36842", "172.17.0.1:36842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56552}, - {"Proto": "peerapi6", "Port": 56552} - ]}, - "Created": "2026-04-09T01:29:34.108518056Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1037238246245339, - "StableID": "nkuyxQVm6911CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "DiscoKey": "discokey:a285c0aa8099115a664220d532aa682d1f8e6cf6b85e3c0dc0d1025baff96c47", - "Addresses": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "AllowedIPs": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "Endpoints": ["77.164.248.136:35520", "10.65.0.27:35520", "172.17.0.1:35520"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 59569}, - {"Proto": "peerapi6", "Port": 59569} - ]}, - "Created": "2026-04-09T01:29:31.396275291Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1162425084144536, - "StableID": "nTQb9HwT5A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "DiscoKey": "discokey:b153c40bc7008eac24ab428946b2e4003a04907a9c410ffeb84571cacc5bc45f", - "Addresses": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "AllowedIPs": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "Endpoints": ["77.164.248.136:39646", "10.65.0.27:39646", "172.17.0.1:39646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 51872}, - {"Proto": "peerapi6", "Port": 51872} - ]}, - "Created": "2026-04-09T01:29:29.771556304Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1229725174841525, - "StableID": "nrfsh7owbA11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "DiscoKey": "discokey:30b9944764920302cd771b373e8448b6016e413f991702bd8d8ad33d892e820d", - "Addresses": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "AllowedIPs": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "Endpoints": ["77.164.248.136:55805", "10.65.0.27:55805", "172.17.0.1:55805"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:29:33.007362781Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3696220555392248, - "StableID": "nBnJNtS2sV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "DiscoKey": "discokey:a48c922a469a8a60beba857b70163f4e78d22eb697944ac17c3fcb37328cfe5f", - "Addresses": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "AllowedIPs": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "Endpoints": ["77.164.248.136:40030", "10.65.0.27:40030", "172.17.0.1:40030"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 46240}, - {"Proto": "peerapi6", "Port": 46240} - ]}, - "Created": "2026-04-09T01:29:31.929972569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4023144003655124, - "StableID": "nKSdzuA6RY11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "DiscoKey": "discokey:d53e5ab44bc129d3c859f5c8e31b711a1b9f6d1bec6c628d28dd413e646d5874", - "Addresses": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "AllowedIPs": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "Endpoints": ["77.164.248.136:32998", "10.65.0.27:32998", "172.17.0.1:32998"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60421}, - {"Proto": "peerapi6", "Port": 60421} - ]}, - "Created": "2026-04-09T01:29:28.115371888Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4056794384551529, - "StableID": "npGYvL7LgY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "KeyExpiry": "2026-10-06T01:29:35Z", - "DiscoKey": "discokey:fc272b46a1a544c7f35725a7e4e5a7d54b5bb49c2d4f734e8d4b030ab6c55251", - "Addresses": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "AllowedIPs": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "Endpoints": ["77.164.248.136:57437", "10.65.0.27:57437", "172.17.0.1:57437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 45108}, - {"Proto": "peerapi6", "Port": 45108} - ]}, - "Created": "2026-04-09T01:29:35.191884999Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4152989538793672, - "StableID": "njcKJbztRZ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "DiscoKey": "discokey:ecb9e40f507b8a008db55bb092a49783c05fc519bff4bde13c86fe728dd08943", - "Addresses": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "AllowedIPs": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "Endpoints": ["77.164.248.136:33369", "10.65.0.27:33369", "172.17.0.1:33369"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57817}, - {"Proto": "peerapi6", "Port": 57817} - ]}, - "Created": "2026-04-09T01:29:30.855039401Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4854761240609824, - "StableID": "nDd4V3Mjue11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "DiscoKey": "discokey:f5ecb34a7dd0ea8f6fdfa60cb84c3765a20545bfa02efe99dddb251f4f059e6e", - "Addresses": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "AllowedIPs": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "Endpoints": ["77.164.248.136:36590", "10.65.0.27:36590", "172.17.0.1:36590"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 57130}, - {"Proto": "peerapi6", "Port": 57130} - ]}, - "Created": "2026-04-09T01:29:29.209966457Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4867606699298308, - "StableID": "njeVgtmY1f11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "DiscoKey": "discokey:20983494d0bb843d5815b20333096c657691b4a8c73921604da901f5384e7643", - "Addresses": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "AllowedIPs": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "Endpoints": ["77.164.248.136:35742", "10.65.0.27:35742", "172.17.0.1:35742"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 37300}, - {"Proto": "peerapi6", "Port": 37300} - ]}, - "Created": "2026-04-09T01:29:27.647892542Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6897465051045452, - "StableID": "nb6VJEisrv11CNTRL", + "ID": 1659821253702891, + "StableID": "nen8Q1hjxD11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "DiscoKey": "discokey:a6e9806d5bb3ffc34cdaa834813112c311e91da493619cce29093db7d7c33b05", - "Addresses": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "AllowedIPs": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "Endpoints": ["77.164.248.136:49787", "10.65.0.27:49787", "172.17.0.1:49787"], - "HomeDERP": 14, + "Key": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "DiscoKey": "discokey:9e0d0ac3c6b05d4629aadf76f1eedaae2fe66c90ed3c5ecec0a0dbee9a85c708", + "Addresses": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "AllowedIPs": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "Endpoints": ["77.164.248.136:51478", "10.65.0.27:51478", "172.17.0.1:51478"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60893}, - {"Proto": "peerapi6", "Port": 60893} + {"Proto": "peerapi4", "Port": 50498}, + {"Proto": "peerapi6", "Port": 50498} ]}, - "Created": "2026-04-09T01:29:32.473138479Z", + "Created": "2026-04-09T08:35:38.113217933Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7100602508607310, - "StableID": "nfVFpfnsSx11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:d2d7a0b480bf847674ef3ec1e0f26fe14ab1e76bd0963dd82ffbabf119147377", - "Addresses": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "AllowedIPs": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "Endpoints": ["77.164.248.136:45175", "10.65.0.27:45175", "172.17.0.1:45175"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62842}, - {"Proto": "peerapi6", "Port": 62842} - ]}, - "Created": "2026-04-09T01:29:34.651855101Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7121226941590093, - "StableID": "ncpGLGZDcx11CNTRL", + "ID": 1781276838713017, + "StableID": "n4GPY58kuE11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "DiscoKey": "discokey:bd7c854ea5a164cfff4110f973201f5745ff25febfd3da1193f2ee28a7604a1d", - "Addresses": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "AllowedIPs": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "Endpoints": ["77.164.248.136:58481", "10.65.0.27:58481", "172.17.0.1:58481"], + "Key": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "DiscoKey": "discokey:06fa872d9ea3dd68bc4ee68bc94ff97ca5faf607015d59386b0c6a898403fd46", + "Addresses": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "AllowedIPs": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "Endpoints": ["77.164.248.136:53328", "10.65.0.27:53328", "172.17.0.1:53328"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 37819}, - {"Proto": "peerapi6", "Port": 37819} + {"Proto": "peerapi4", "Port": 55834}, + {"Proto": "peerapi6", "Port": 55834} ]}, - "Created": "2026-04-09T01:29:30.295388439Z", + "Created": "2026-04-09T08:35:35.963275724Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7966058215878902, - "StableID": "nwH34oqqC521CNTRL", + "ID": 2345732245240689, + "StableID": "nYttvgQPKK11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "KeyExpiry": "2026-10-06T08:35:39Z", + "DiscoKey": "discokey:dbd9be1c03e5ac5fa96f1fd7e18bacf8fc8be0096182590304d13114832ef962", + "Addresses": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "AllowedIPs": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "Endpoints": ["77.164.248.136:37765", "10.65.0.27:37765", "172.17.0.1:37765"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 40145}, + {"Proto": "peerapi6", "Port": 40145} + ]}, + "Created": "2026-04-09T08:35:39.745345841Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2422789075597521, + "StableID": "naKEAXZHvK11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "DiscoKey": "discokey:d0a7279e8873880814a66f9bc486625c644bef94220f8639062935b28a5d2a55", + "Addresses": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "AllowedIPs": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "Endpoints": ["77.164.248.136:51090", "10.65.0.27:51090", "172.17.0.1:51090"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 57401}, + {"Proto": "peerapi6", "Port": 57401} + ]}, + "Created": "2026-04-09T08:35:36.501164831Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2662411105947047, + "StableID": "ni4BST2pnM11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:d34aa7f584c8cd0d30be99d3cbce39ff1c1f86433faac3808f54e800a4e28072", + "Addresses": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "AllowedIPs": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "Endpoints": ["77.164.248.136:39168", "10.65.0.27:39168", "172.17.0.1:39168"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 51609}, + {"Proto": "peerapi6", "Port": 51609} + ]}, + "Created": "2026-04-09T08:35:40.278914272Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2678433598904806, + "StableID": "nm8gGiu4vM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "DiscoKey": "discokey:269c84fba0ad4b86054ddd74a5e33706d45805c506b01bfbf6aa6e24ba0ed651", + "Addresses": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "AllowedIPs": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "Endpoints": ["77.164.248.136:43885", "10.65.0.27:43885", "172.17.0.1:43885"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61708}, + {"Proto": "peerapi6", "Port": 61708} + ]}, + "Created": "2026-04-09T08:35:35.408460029Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2874913639100360, + "StableID": "n7UGcA74TP11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "DiscoKey": "discokey:5c4b6bafe1ac17a4c90c097f37c830b3a843a40728c1270e5ac5c6b5a6a9af35", + "Addresses": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "AllowedIPs": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "Endpoints": ["77.164.248.136:36737", "10.65.0.27:36737", "172.17.0.1:36737"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 37783}, + {"Proto": "peerapi6", "Port": 37783} + ]}, + "Created": "2026-04-09T08:35:34.860553634Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4866181189563673, + "StableID": "nJZVG3Luze11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "DiscoKey": "discokey:788f5489d44b4ea7d96e08ea015982759cc05356df91159fdab27a7e29d7cd7c", + "Addresses": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "AllowedIPs": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "Endpoints": ["77.164.248.136:58032", "10.65.0.27:58032", "172.17.0.1:58032"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43524}, + {"Proto": "peerapi6", "Port": 43524} + ]}, + "Created": "2026-04-09T08:35:33.529463515Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4971531855178085, + "StableID": "ngeCqGicpf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "DiscoKey": "discokey:d02c4b21960ccfd954103eea75aeab419c5aa83c75f79b93d49fa05bc3a71a0a", + "Addresses": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "AllowedIPs": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "Endpoints": ["77.164.248.136:42573", "10.65.0.27:42573", "172.17.0.1:42573"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34685}, + {"Proto": "peerapi6", "Port": 34685} + ]}, + "Created": "2026-04-09T08:35:33.052565172Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6105131413639592, + "StableID": "nwi1z5T2gp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "DiscoKey": "discokey:7708514d2914a1050a7a61138d3f1486062ed6e6867c479d49b8c7359c135d0f", + "Addresses": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "AllowedIPs": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "Endpoints": ["77.164.248.136:50389", "10.65.0.27:50389", "172.17.0.1:50389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 41755}, + {"Proto": "peerapi6", "Port": 41755} + ]}, + "Created": "2026-04-09T08:35:38.661802833Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6126398715975448, + "StableID": "nDVWf87fqp11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "DiscoKey": "discokey:f976b8bc1a297119f55ec6c8ccfc2bfec6bfaa191d8852e83ea2f360b6b9a66d", - "Addresses": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "AllowedIPs": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "Endpoints": ["77.164.248.136:47519", "10.65.0.27:47519", "172.17.0.1:47519"], + "Key": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "DiscoKey": "discokey:946bd86cd242da2287a724b0610dc0cc00417e3b4711959944b1db55df71686b", + "Addresses": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "AllowedIPs": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "Endpoints": ["77.164.248.136:39219", "10.65.0.27:39219", "172.17.0.1:39219"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56788}, - {"Proto": "peerapi6", "Port": 56788} + {"Proto": "peerapi4", "Port": 36797}, + {"Proto": "peerapi6", "Port": 36797} ]}, - "Created": "2026-04-09T01:29:28.66542462Z", + "Created": "2026-04-09T08:35:34.310535042Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 6295506795328651, + "StableID": "ngB5ZiHFAr11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:c847ef025ab17d84bbf64b4f1475982afc7396819ac964416801a9666cf3650b", + "Addresses": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "AllowedIPs": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "Endpoints": ["77.164.248.136:47988", "10.65.0.27:47988", "172.17.0.1:47988"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 41236}, + {"Proto": "peerapi6", "Port": 41236} + ]}, + "Created": "2026-04-09T08:35:40.858763481Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7650159646680213, + "StableID": "n8QhErimj221CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "DiscoKey": "discokey:699fc7c8dcfbb3bb503ae66a4d5890165f46c021d278abe31aadd9ade0ecf852", + "Addresses": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "AllowedIPs": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "Endpoints": ["77.164.248.136:57331", "10.65.0.27:57331", "172.17.0.1:57331"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 60300}, + {"Proto": "peerapi6", "Port": 60300} + ]}, + "Created": "2026-04-09T08:35:37.583121599Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8336918172896549, + "StableID": "nNmDWoho6821CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "DiscoKey": "discokey:8644600966e0bb28662b2440347dca93eed5c74c387b592409c3197d0f5ec80b", + "Addresses": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "AllowedIPs": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "Endpoints": ["77.164.248.136:53141", "10.65.0.27:53141", "172.17.0.1:53141"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62866}, + {"Proto": "peerapi6", "Port": 62866} + ]}, + "Created": "2026-04-09T08:35:37.04281834Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -544,7 +544,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.89.232.38"}, {"nodeIP": "fd7a:115c:a1e0::d37:e826"}], + "principals": [{"nodeIP": "100.88.39.39"}, {"nodeIP": "fd7a:115c:a1e0::ce37:2727"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -553,7 +553,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.89.232.38"}, {"nodeIP": "fd7a:115c:a1e0::d37:e826"}], + "principals": [{"nodeIP": "100.88.39.39"}, {"nodeIP": "fd7a:115c:a1e0::ce37:2727"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -562,7 +562,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.249.103"}, {"nodeIP": "fd7a:115c:a1e0::f137:f967"}], + "principals": [{"nodeIP": "100.86.75.37"}, {"nodeIP": "fd7a:115c:a1e0::5137:4b25"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -571,7 +571,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.249.103"}, {"nodeIP": "fd7a:115c:a1e0::f137:f967"}], + "principals": [{"nodeIP": "100.86.75.37"}, {"nodeIP": "fd7a:115c:a1e0::5137:4b25"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1400,30 +1400,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "52270963588716": { - "ID": 52270963588716, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6488587050104323": { + "ID": 6488587050104323, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.89.232.38"}, {"nodeIP": "fd7a:115c:a1e0::d37:e826"}], + "principals": [{"nodeIP": "100.88.39.39"}, {"nodeIP": "fd7a:115c:a1e0::ce37:2727"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1432,7 +1434,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.89.232.38"}, {"nodeIP": "fd7a:115c:a1e0::d37:e826"}], + "principals": [{"nodeIP": "100.88.39.39"}, {"nodeIP": "fd7a:115c:a1e0::ce37:2727"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -1441,7 +1443,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.249.103"}, {"nodeIP": "fd7a:115c:a1e0::f137:f967"}], + "principals": [{"nodeIP": "100.86.75.37"}, {"nodeIP": "fd7a:115c:a1e0::5137:4b25"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1450,7 +1452,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.249.103"}, {"nodeIP": "fd7a:115c:a1e0::f137:f967"}], + "principals": [{"nodeIP": "100.86.75.37"}, {"nodeIP": "fd7a:115c:a1e0::5137:4b25"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1487,26 +1489,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7121226941590093, - "StableID": "ncpGLGZDcx11CNTRL", + "ID": 1781276838713017, + "StableID": "n4GPY58kuE11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 7121226941590093, - "Key": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "DiscoKey": "discokey:bd7c854ea5a164cfff4110f973201f5745ff25febfd3da1193f2ee28a7604a1d", - "Addresses": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "AllowedIPs": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "Endpoints": ["77.164.248.136:58481", "10.65.0.27:58481", "172.17.0.1:58481"], + "User": 1781276838713017, + "Key": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "DiscoKey": "discokey:06fa872d9ea3dd68bc4ee68bc94ff97ca5faf607015d59386b0c6a898403fd46", + "Addresses": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "AllowedIPs": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "Endpoints": ["77.164.248.136:53328", "10.65.0.27:53328", "172.17.0.1:53328"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 37819}, - {"Proto": "peerapi6", "Port": 37819}, + {"Proto": "peerapi4", "Port": 55834}, + {"Proto": "peerapi6", "Port": 55834}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:30.295388439Z", + "Created": "2026-04-09T08:35:35.963275724Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1534,302 +1536,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "MachineKey": "mkey:aae752cc905b062eb829fa0377a22192680c093a52ae964a14ec20930e36ff4c", + "NodeKey": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "MachineKey": "mkey:9e694a3f9a508eea43962e7d24d855e7c61f7142795ee9cf8f22c0fa96eddb21", "Peers": [{ - "ID": 52270963588716, - "StableID": "nHuQ435gQ111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "DiscoKey": "discokey:8ff65dfb87fbae02e4ff23f1fdb1d35b754daa9ce7eac1b88db2c329ef72090c", - "Addresses": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "AllowedIPs": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "Endpoints": ["77.164.248.136:43209", "10.65.0.27:43209", "172.17.0.1:43209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47969}, - {"Proto": "peerapi6", "Port": 47969} - ]}, - "Created": "2026-04-09T01:29:33.566424284Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 800977816334517, - "StableID": "n8Cyo5LmF711CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:b032e7d6118386347781a9774f5be7aee6ab727432be798352c8b0b5f42c0b57", - "Addresses": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "AllowedIPs": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "Endpoints": ["77.164.248.136:36842", "10.65.0.27:36842", "172.17.0.1:36842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56552}, - {"Proto": "peerapi6", "Port": 56552} - ]}, - "Created": "2026-04-09T01:29:34.108518056Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1037238246245339, - "StableID": "nkuyxQVm6911CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "DiscoKey": "discokey:a285c0aa8099115a664220d532aa682d1f8e6cf6b85e3c0dc0d1025baff96c47", - "Addresses": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "AllowedIPs": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "Endpoints": ["77.164.248.136:35520", "10.65.0.27:35520", "172.17.0.1:35520"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 59569}, - {"Proto": "peerapi6", "Port": 59569} - ]}, - "Created": "2026-04-09T01:29:31.396275291Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1162425084144536, - "StableID": "nTQb9HwT5A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "DiscoKey": "discokey:b153c40bc7008eac24ab428946b2e4003a04907a9c410ffeb84571cacc5bc45f", - "Addresses": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "AllowedIPs": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "Endpoints": ["77.164.248.136:39646", "10.65.0.27:39646", "172.17.0.1:39646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 51872}, - {"Proto": "peerapi6", "Port": 51872} - ]}, - "Created": "2026-04-09T01:29:29.771556304Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1229725174841525, - "StableID": "nrfsh7owbA11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "DiscoKey": "discokey:30b9944764920302cd771b373e8448b6016e413f991702bd8d8ad33d892e820d", - "Addresses": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "AllowedIPs": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "Endpoints": ["77.164.248.136:55805", "10.65.0.27:55805", "172.17.0.1:55805"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:29:33.007362781Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3696220555392248, - "StableID": "nBnJNtS2sV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "DiscoKey": "discokey:a48c922a469a8a60beba857b70163f4e78d22eb697944ac17c3fcb37328cfe5f", - "Addresses": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "AllowedIPs": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "Endpoints": ["77.164.248.136:40030", "10.65.0.27:40030", "172.17.0.1:40030"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 46240}, - {"Proto": "peerapi6", "Port": 46240} - ]}, - "Created": "2026-04-09T01:29:31.929972569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4023144003655124, - "StableID": "nKSdzuA6RY11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "DiscoKey": "discokey:d53e5ab44bc129d3c859f5c8e31b711a1b9f6d1bec6c628d28dd413e646d5874", - "Addresses": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "AllowedIPs": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "Endpoints": ["77.164.248.136:32998", "10.65.0.27:32998", "172.17.0.1:32998"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60421}, - {"Proto": "peerapi6", "Port": 60421} - ]}, - "Created": "2026-04-09T01:29:28.115371888Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4056794384551529, - "StableID": "npGYvL7LgY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "KeyExpiry": "2026-10-06T01:29:35Z", - "DiscoKey": "discokey:fc272b46a1a544c7f35725a7e4e5a7d54b5bb49c2d4f734e8d4b030ab6c55251", - "Addresses": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "AllowedIPs": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "Endpoints": ["77.164.248.136:57437", "10.65.0.27:57437", "172.17.0.1:57437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 45108}, - {"Proto": "peerapi6", "Port": 45108} - ]}, - "Created": "2026-04-09T01:29:35.191884999Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4152989538793672, - "StableID": "njcKJbztRZ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "DiscoKey": "discokey:ecb9e40f507b8a008db55bb092a49783c05fc519bff4bde13c86fe728dd08943", - "Addresses": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "AllowedIPs": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "Endpoints": ["77.164.248.136:33369", "10.65.0.27:33369", "172.17.0.1:33369"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57817}, - {"Proto": "peerapi6", "Port": 57817} - ]}, - "Created": "2026-04-09T01:29:30.855039401Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4854761240609824, - "StableID": "nDd4V3Mjue11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "DiscoKey": "discokey:f5ecb34a7dd0ea8f6fdfa60cb84c3765a20545bfa02efe99dddb251f4f059e6e", - "Addresses": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "AllowedIPs": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "Endpoints": ["77.164.248.136:36590", "10.65.0.27:36590", "172.17.0.1:36590"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 57130}, - {"Proto": "peerapi6", "Port": 57130} - ]}, - "Created": "2026-04-09T01:29:29.209966457Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4867606699298308, - "StableID": "njeVgtmY1f11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "DiscoKey": "discokey:20983494d0bb843d5815b20333096c657691b4a8c73921604da901f5384e7643", - "Addresses": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "AllowedIPs": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "Endpoints": ["77.164.248.136:35742", "10.65.0.27:35742", "172.17.0.1:35742"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 37300}, - {"Proto": "peerapi6", "Port": 37300} - ]}, - "Created": "2026-04-09T01:29:27.647892542Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6897465051045452, - "StableID": "nb6VJEisrv11CNTRL", + "ID": 1659821253702891, + "StableID": "nen8Q1hjxD11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "DiscoKey": "discokey:a6e9806d5bb3ffc34cdaa834813112c311e91da493619cce29093db7d7c33b05", - "Addresses": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "AllowedIPs": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "Endpoints": ["77.164.248.136:49787", "10.65.0.27:49787", "172.17.0.1:49787"], - "HomeDERP": 14, + "Key": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "DiscoKey": "discokey:9e0d0ac3c6b05d4629aadf76f1eedaae2fe66c90ed3c5ecec0a0dbee9a85c708", + "Addresses": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "AllowedIPs": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "Endpoints": ["77.164.248.136:51478", "10.65.0.27:51478", "172.17.0.1:51478"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60893}, - {"Proto": "peerapi6", "Port": 60893} + {"Proto": "peerapi4", "Port": 50498}, + {"Proto": "peerapi6", "Port": 50498} ]}, - "Created": "2026-04-09T01:29:32.473138479Z", + "Created": "2026-04-09T08:35:38.113217933Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7100602508607310, - "StableID": "nfVFpfnsSx11CNTRL", + "ID": 2345732245240689, + "StableID": "nYttvgQPKK11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "KeyExpiry": "2026-10-06T08:35:39Z", + "DiscoKey": "discokey:dbd9be1c03e5ac5fa96f1fd7e18bacf8fc8be0096182590304d13114832ef962", + "Addresses": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "AllowedIPs": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "Endpoints": ["77.164.248.136:37765", "10.65.0.27:37765", "172.17.0.1:37765"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 40145}, + {"Proto": "peerapi6", "Port": 40145} + ]}, + "Created": "2026-04-09T08:35:39.745345841Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2422789075597521, + "StableID": "naKEAXZHvK11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "DiscoKey": "discokey:d0a7279e8873880814a66f9bc486625c644bef94220f8639062935b28a5d2a55", + "Addresses": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "AllowedIPs": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "Endpoints": ["77.164.248.136:51090", "10.65.0.27:51090", "172.17.0.1:51090"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 57401}, + {"Proto": "peerapi6", "Port": 57401} + ]}, + "Created": "2026-04-09T08:35:36.501164831Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2662411105947047, + "StableID": "ni4BST2pnM11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:d2d7a0b480bf847674ef3ec1e0f26fe14ab1e76bd0963dd82ffbabf119147377", - "Addresses": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "AllowedIPs": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "Endpoints": ["77.164.248.136:45175", "10.65.0.27:45175", "172.17.0.1:45175"], + "Key": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:d34aa7f584c8cd0d30be99d3cbce39ff1c1f86433faac3808f54e800a4e28072", + "Addresses": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "AllowedIPs": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "Endpoints": ["77.164.248.136:39168", "10.65.0.27:39168", "172.17.0.1:39168"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62842}, - {"Proto": "peerapi6", "Port": 62842} + {"Proto": "peerapi4", "Port": 51609}, + {"Proto": "peerapi6", "Port": 51609} ]}, - "Created": "2026-04-09T01:29:34.651855101Z", + "Created": "2026-04-09T08:35:40.278914272Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7966058215878902, - "StableID": "nwH34oqqC521CNTRL", + "ID": 2678433598904806, + "StableID": "nm8gGiu4vM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "DiscoKey": "discokey:269c84fba0ad4b86054ddd74a5e33706d45805c506b01bfbf6aa6e24ba0ed651", + "Addresses": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "AllowedIPs": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "Endpoints": ["77.164.248.136:43885", "10.65.0.27:43885", "172.17.0.1:43885"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61708}, + {"Proto": "peerapi6", "Port": 61708} + ]}, + "Created": "2026-04-09T08:35:35.408460029Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2874913639100360, + "StableID": "n7UGcA74TP11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "DiscoKey": "discokey:5c4b6bafe1ac17a4c90c097f37c830b3a843a40728c1270e5ac5c6b5a6a9af35", + "Addresses": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "AllowedIPs": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "Endpoints": ["77.164.248.136:36737", "10.65.0.27:36737", "172.17.0.1:36737"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 37783}, + {"Proto": "peerapi6", "Port": 37783} + ]}, + "Created": "2026-04-09T08:35:34.860553634Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4866181189563673, + "StableID": "nJZVG3Luze11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "DiscoKey": "discokey:788f5489d44b4ea7d96e08ea015982759cc05356df91159fdab27a7e29d7cd7c", + "Addresses": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "AllowedIPs": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "Endpoints": ["77.164.248.136:58032", "10.65.0.27:58032", "172.17.0.1:58032"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43524}, + {"Proto": "peerapi6", "Port": 43524} + ]}, + "Created": "2026-04-09T08:35:33.529463515Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4971531855178085, + "StableID": "ngeCqGicpf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "DiscoKey": "discokey:d02c4b21960ccfd954103eea75aeab419c5aa83c75f79b93d49fa05bc3a71a0a", + "Addresses": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "AllowedIPs": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "Endpoints": ["77.164.248.136:42573", "10.65.0.27:42573", "172.17.0.1:42573"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34685}, + {"Proto": "peerapi6", "Port": 34685} + ]}, + "Created": "2026-04-09T08:35:33.052565172Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6105131413639592, + "StableID": "nwi1z5T2gp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "DiscoKey": "discokey:7708514d2914a1050a7a61138d3f1486062ed6e6867c479d49b8c7359c135d0f", + "Addresses": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "AllowedIPs": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "Endpoints": ["77.164.248.136:50389", "10.65.0.27:50389", "172.17.0.1:50389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 41755}, + {"Proto": "peerapi6", "Port": 41755} + ]}, + "Created": "2026-04-09T08:35:38.661802833Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6126398715975448, + "StableID": "nDVWf87fqp11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "DiscoKey": "discokey:f976b8bc1a297119f55ec6c8ccfc2bfec6bfaa191d8852e83ea2f360b6b9a66d", - "Addresses": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "AllowedIPs": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "Endpoints": ["77.164.248.136:47519", "10.65.0.27:47519", "172.17.0.1:47519"], + "Key": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "DiscoKey": "discokey:946bd86cd242da2287a724b0610dc0cc00417e3b4711959944b1db55df71686b", + "Addresses": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "AllowedIPs": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "Endpoints": ["77.164.248.136:39219", "10.65.0.27:39219", "172.17.0.1:39219"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56788}, - {"Proto": "peerapi6", "Port": 56788} + {"Proto": "peerapi4", "Port": 36797}, + {"Proto": "peerapi6", "Port": 36797} ]}, - "Created": "2026-04-09T01:29:28.66542462Z", + "Created": "2026-04-09T08:35:34.310535042Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 6295506795328651, + "StableID": "ngB5ZiHFAr11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:c847ef025ab17d84bbf64b4f1475982afc7396819ac964416801a9666cf3650b", + "Addresses": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "AllowedIPs": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "Endpoints": ["77.164.248.136:47988", "10.65.0.27:47988", "172.17.0.1:47988"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 41236}, + {"Proto": "peerapi6", "Port": 41236} + ]}, + "Created": "2026-04-09T08:35:40.858763481Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6488587050104323, + "StableID": "n4wiVPBhfs11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "DiscoKey": "discokey:f184a2d2bb3e1e1560209c7d5222d2a114b792343dc6ddcd29bc0f6a8a310a39", + "Addresses": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "AllowedIPs": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "Endpoints": ["77.164.248.136:42953", "10.65.0.27:42953", "172.17.0.1:42953"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 41195}, + {"Proto": "peerapi6", "Port": 41195} + ]}, + "Created": "2026-04-09T08:35:39.1854313Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7650159646680213, + "StableID": "n8QhErimj221CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "DiscoKey": "discokey:699fc7c8dcfbb3bb503ae66a4d5890165f46c021d278abe31aadd9ade0ecf852", + "Addresses": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "AllowedIPs": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "Endpoints": ["77.164.248.136:57331", "10.65.0.27:57331", "172.17.0.1:57331"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 60300}, + {"Proto": "peerapi6", "Port": 60300} + ]}, + "Created": "2026-04-09T08:35:37.583121599Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8336918172896549, + "StableID": "nNmDWoho6821CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "DiscoKey": "discokey:8644600966e0bb28662b2440347dca93eed5c74c387b592409c3197d0f5ec80b", + "Addresses": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "AllowedIPs": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "Endpoints": ["77.164.248.136:53141", "10.65.0.27:53141", "172.17.0.1:53141"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62866}, + {"Proto": "peerapi6", "Port": 62866} + ]}, + "Created": "2026-04-09T08:35:37.04281834Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2677,27 +2679,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7121226941590093": { - "ID": 7121226941590093, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1781276838713017": { + "ID": 1781276838713017, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2728,22 +2732,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4056794384551529, - "StableID": "npGYvL7LgY11CNTRL", + "ID": 6295506795328651, + "StableID": "ngB5ZiHFAr11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "KeyExpiry": "2026-10-06T01:29:35Z", - "DiscoKey": "discokey:fc272b46a1a544c7f35725a7e4e5a7d54b5bb49c2d4f734e8d4b030ab6c55251", - "Addresses": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "AllowedIPs": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "Endpoints": ["77.164.248.136:57437", "10.65.0.27:57437", "172.17.0.1:57437"], + "Key": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:c847ef025ab17d84bbf64b4f1475982afc7396819ac964416801a9666cf3650b", + "Addresses": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "AllowedIPs": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "Endpoints": ["77.164.248.136:47988", "10.65.0.27:47988", "172.17.0.1:47988"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 45108}, - {"Proto": "peerapi6", "Port": 45108}, + {"Proto": "peerapi4", "Port": 41236}, + {"Proto": "peerapi6", "Port": 41236}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:35.191884999Z", + "Created": "2026-04-09T08:35:40.858763481Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2772,302 +2776,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "MachineKey": "mkey:6c799bca133fcaf5b159c58de8142e6f45c7471d1fc4b25c3374af476aa11312", + "NodeKey": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "MachineKey": "mkey:ca7d718e810e1cdf80f124a743be62a7a7354f7f7d0d0525eb9b159e8b51342f", "Peers": [{ - "ID": 52270963588716, - "StableID": "nHuQ435gQ111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "DiscoKey": "discokey:8ff65dfb87fbae02e4ff23f1fdb1d35b754daa9ce7eac1b88db2c329ef72090c", - "Addresses": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "AllowedIPs": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "Endpoints": ["77.164.248.136:43209", "10.65.0.27:43209", "172.17.0.1:43209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47969}, - {"Proto": "peerapi6", "Port": 47969} - ]}, - "Created": "2026-04-09T01:29:33.566424284Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 800977816334517, - "StableID": "n8Cyo5LmF711CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:b032e7d6118386347781a9774f5be7aee6ab727432be798352c8b0b5f42c0b57", - "Addresses": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "AllowedIPs": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "Endpoints": ["77.164.248.136:36842", "10.65.0.27:36842", "172.17.0.1:36842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56552}, - {"Proto": "peerapi6", "Port": 56552} - ]}, - "Created": "2026-04-09T01:29:34.108518056Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1037238246245339, - "StableID": "nkuyxQVm6911CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "DiscoKey": "discokey:a285c0aa8099115a664220d532aa682d1f8e6cf6b85e3c0dc0d1025baff96c47", - "Addresses": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "AllowedIPs": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "Endpoints": ["77.164.248.136:35520", "10.65.0.27:35520", "172.17.0.1:35520"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 59569}, - {"Proto": "peerapi6", "Port": 59569} - ]}, - "Created": "2026-04-09T01:29:31.396275291Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1162425084144536, - "StableID": "nTQb9HwT5A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "DiscoKey": "discokey:b153c40bc7008eac24ab428946b2e4003a04907a9c410ffeb84571cacc5bc45f", - "Addresses": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "AllowedIPs": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "Endpoints": ["77.164.248.136:39646", "10.65.0.27:39646", "172.17.0.1:39646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 51872}, - {"Proto": "peerapi6", "Port": 51872} - ]}, - "Created": "2026-04-09T01:29:29.771556304Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1229725174841525, - "StableID": "nrfsh7owbA11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "DiscoKey": "discokey:30b9944764920302cd771b373e8448b6016e413f991702bd8d8ad33d892e820d", - "Addresses": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "AllowedIPs": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "Endpoints": ["77.164.248.136:55805", "10.65.0.27:55805", "172.17.0.1:55805"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:29:33.007362781Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3696220555392248, - "StableID": "nBnJNtS2sV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "DiscoKey": "discokey:a48c922a469a8a60beba857b70163f4e78d22eb697944ac17c3fcb37328cfe5f", - "Addresses": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "AllowedIPs": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "Endpoints": ["77.164.248.136:40030", "10.65.0.27:40030", "172.17.0.1:40030"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 46240}, - {"Proto": "peerapi6", "Port": 46240} - ]}, - "Created": "2026-04-09T01:29:31.929972569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4023144003655124, - "StableID": "nKSdzuA6RY11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "DiscoKey": "discokey:d53e5ab44bc129d3c859f5c8e31b711a1b9f6d1bec6c628d28dd413e646d5874", - "Addresses": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "AllowedIPs": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "Endpoints": ["77.164.248.136:32998", "10.65.0.27:32998", "172.17.0.1:32998"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60421}, - {"Proto": "peerapi6", "Port": 60421} - ]}, - "Created": "2026-04-09T01:29:28.115371888Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4152989538793672, - "StableID": "njcKJbztRZ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "DiscoKey": "discokey:ecb9e40f507b8a008db55bb092a49783c05fc519bff4bde13c86fe728dd08943", - "Addresses": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "AllowedIPs": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "Endpoints": ["77.164.248.136:33369", "10.65.0.27:33369", "172.17.0.1:33369"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57817}, - {"Proto": "peerapi6", "Port": 57817} - ]}, - "Created": "2026-04-09T01:29:30.855039401Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4854761240609824, - "StableID": "nDd4V3Mjue11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "DiscoKey": "discokey:f5ecb34a7dd0ea8f6fdfa60cb84c3765a20545bfa02efe99dddb251f4f059e6e", - "Addresses": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "AllowedIPs": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "Endpoints": ["77.164.248.136:36590", "10.65.0.27:36590", "172.17.0.1:36590"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 57130}, - {"Proto": "peerapi6", "Port": 57130} - ]}, - "Created": "2026-04-09T01:29:29.209966457Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4867606699298308, - "StableID": "njeVgtmY1f11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "DiscoKey": "discokey:20983494d0bb843d5815b20333096c657691b4a8c73921604da901f5384e7643", - "Addresses": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "AllowedIPs": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "Endpoints": ["77.164.248.136:35742", "10.65.0.27:35742", "172.17.0.1:35742"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 37300}, - {"Proto": "peerapi6", "Port": 37300} - ]}, - "Created": "2026-04-09T01:29:27.647892542Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6897465051045452, - "StableID": "nb6VJEisrv11CNTRL", + "ID": 1659821253702891, + "StableID": "nen8Q1hjxD11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "DiscoKey": "discokey:a6e9806d5bb3ffc34cdaa834813112c311e91da493619cce29093db7d7c33b05", - "Addresses": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "AllowedIPs": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "Endpoints": ["77.164.248.136:49787", "10.65.0.27:49787", "172.17.0.1:49787"], - "HomeDERP": 14, + "Key": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "DiscoKey": "discokey:9e0d0ac3c6b05d4629aadf76f1eedaae2fe66c90ed3c5ecec0a0dbee9a85c708", + "Addresses": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "AllowedIPs": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "Endpoints": ["77.164.248.136:51478", "10.65.0.27:51478", "172.17.0.1:51478"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60893}, - {"Proto": "peerapi6", "Port": 60893} + {"Proto": "peerapi4", "Port": 50498}, + {"Proto": "peerapi6", "Port": 50498} ]}, - "Created": "2026-04-09T01:29:32.473138479Z", + "Created": "2026-04-09T08:35:38.113217933Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7100602508607310, - "StableID": "nfVFpfnsSx11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:d2d7a0b480bf847674ef3ec1e0f26fe14ab1e76bd0963dd82ffbabf119147377", - "Addresses": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "AllowedIPs": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "Endpoints": ["77.164.248.136:45175", "10.65.0.27:45175", "172.17.0.1:45175"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62842}, - {"Proto": "peerapi6", "Port": 62842} - ]}, - "Created": "2026-04-09T01:29:34.651855101Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7121226941590093, - "StableID": "ncpGLGZDcx11CNTRL", + "ID": 1781276838713017, + "StableID": "n4GPY58kuE11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "DiscoKey": "discokey:bd7c854ea5a164cfff4110f973201f5745ff25febfd3da1193f2ee28a7604a1d", - "Addresses": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "AllowedIPs": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "Endpoints": ["77.164.248.136:58481", "10.65.0.27:58481", "172.17.0.1:58481"], + "Key": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "DiscoKey": "discokey:06fa872d9ea3dd68bc4ee68bc94ff97ca5faf607015d59386b0c6a898403fd46", + "Addresses": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "AllowedIPs": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "Endpoints": ["77.164.248.136:53328", "10.65.0.27:53328", "172.17.0.1:53328"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 37819}, - {"Proto": "peerapi6", "Port": 37819} + {"Proto": "peerapi4", "Port": 55834}, + {"Proto": "peerapi6", "Port": 55834} ]}, - "Created": "2026-04-09T01:29:30.295388439Z", + "Created": "2026-04-09T08:35:35.963275724Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7966058215878902, - "StableID": "nwH34oqqC521CNTRL", + "ID": 2345732245240689, + "StableID": "nYttvgQPKK11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "KeyExpiry": "2026-10-06T08:35:39Z", + "DiscoKey": "discokey:dbd9be1c03e5ac5fa96f1fd7e18bacf8fc8be0096182590304d13114832ef962", + "Addresses": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "AllowedIPs": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "Endpoints": ["77.164.248.136:37765", "10.65.0.27:37765", "172.17.0.1:37765"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 40145}, + {"Proto": "peerapi6", "Port": 40145} + ]}, + "Created": "2026-04-09T08:35:39.745345841Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2422789075597521, + "StableID": "naKEAXZHvK11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "DiscoKey": "discokey:d0a7279e8873880814a66f9bc486625c644bef94220f8639062935b28a5d2a55", + "Addresses": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "AllowedIPs": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "Endpoints": ["77.164.248.136:51090", "10.65.0.27:51090", "172.17.0.1:51090"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 57401}, + {"Proto": "peerapi6", "Port": 57401} + ]}, + "Created": "2026-04-09T08:35:36.501164831Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2662411105947047, + "StableID": "ni4BST2pnM11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:d34aa7f584c8cd0d30be99d3cbce39ff1c1f86433faac3808f54e800a4e28072", + "Addresses": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "AllowedIPs": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "Endpoints": ["77.164.248.136:39168", "10.65.0.27:39168", "172.17.0.1:39168"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 51609}, + {"Proto": "peerapi6", "Port": 51609} + ]}, + "Created": "2026-04-09T08:35:40.278914272Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2678433598904806, + "StableID": "nm8gGiu4vM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "DiscoKey": "discokey:269c84fba0ad4b86054ddd74a5e33706d45805c506b01bfbf6aa6e24ba0ed651", + "Addresses": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "AllowedIPs": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "Endpoints": ["77.164.248.136:43885", "10.65.0.27:43885", "172.17.0.1:43885"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61708}, + {"Proto": "peerapi6", "Port": 61708} + ]}, + "Created": "2026-04-09T08:35:35.408460029Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2874913639100360, + "StableID": "n7UGcA74TP11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "DiscoKey": "discokey:5c4b6bafe1ac17a4c90c097f37c830b3a843a40728c1270e5ac5c6b5a6a9af35", + "Addresses": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "AllowedIPs": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "Endpoints": ["77.164.248.136:36737", "10.65.0.27:36737", "172.17.0.1:36737"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 37783}, + {"Proto": "peerapi6", "Port": 37783} + ]}, + "Created": "2026-04-09T08:35:34.860553634Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4866181189563673, + "StableID": "nJZVG3Luze11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "DiscoKey": "discokey:788f5489d44b4ea7d96e08ea015982759cc05356df91159fdab27a7e29d7cd7c", + "Addresses": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "AllowedIPs": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "Endpoints": ["77.164.248.136:58032", "10.65.0.27:58032", "172.17.0.1:58032"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43524}, + {"Proto": "peerapi6", "Port": 43524} + ]}, + "Created": "2026-04-09T08:35:33.529463515Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4971531855178085, + "StableID": "ngeCqGicpf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "DiscoKey": "discokey:d02c4b21960ccfd954103eea75aeab419c5aa83c75f79b93d49fa05bc3a71a0a", + "Addresses": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "AllowedIPs": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "Endpoints": ["77.164.248.136:42573", "10.65.0.27:42573", "172.17.0.1:42573"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34685}, + {"Proto": "peerapi6", "Port": 34685} + ]}, + "Created": "2026-04-09T08:35:33.052565172Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6105131413639592, + "StableID": "nwi1z5T2gp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "DiscoKey": "discokey:7708514d2914a1050a7a61138d3f1486062ed6e6867c479d49b8c7359c135d0f", + "Addresses": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "AllowedIPs": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "Endpoints": ["77.164.248.136:50389", "10.65.0.27:50389", "172.17.0.1:50389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 41755}, + {"Proto": "peerapi6", "Port": 41755} + ]}, + "Created": "2026-04-09T08:35:38.661802833Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6126398715975448, + "StableID": "nDVWf87fqp11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "DiscoKey": "discokey:f976b8bc1a297119f55ec6c8ccfc2bfec6bfaa191d8852e83ea2f360b6b9a66d", - "Addresses": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "AllowedIPs": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "Endpoints": ["77.164.248.136:47519", "10.65.0.27:47519", "172.17.0.1:47519"], + "Key": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "DiscoKey": "discokey:946bd86cd242da2287a724b0610dc0cc00417e3b4711959944b1db55df71686b", + "Addresses": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "AllowedIPs": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "Endpoints": ["77.164.248.136:39219", "10.65.0.27:39219", "172.17.0.1:39219"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56788}, - {"Proto": "peerapi6", "Port": 56788} + {"Proto": "peerapi4", "Port": 36797}, + {"Proto": "peerapi6", "Port": 36797} ]}, - "Created": "2026-04-09T01:29:28.66542462Z", + "Created": "2026-04-09T08:35:34.310535042Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 6488587050104323, + "StableID": "n4wiVPBhfs11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "DiscoKey": "discokey:f184a2d2bb3e1e1560209c7d5222d2a114b792343dc6ddcd29bc0f6a8a310a39", + "Addresses": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "AllowedIPs": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "Endpoints": ["77.164.248.136:42953", "10.65.0.27:42953", "172.17.0.1:42953"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 41195}, + {"Proto": "peerapi6", "Port": 41195} + ]}, + "Created": "2026-04-09T08:35:39.1854313Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7650159646680213, + "StableID": "n8QhErimj221CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "DiscoKey": "discokey:699fc7c8dcfbb3bb503ae66a4d5890165f46c021d278abe31aadd9ade0ecf852", + "Addresses": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "AllowedIPs": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "Endpoints": ["77.164.248.136:57331", "10.65.0.27:57331", "172.17.0.1:57331"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 60300}, + {"Proto": "peerapi6", "Port": 60300} + ]}, + "Created": "2026-04-09T08:35:37.583121599Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8336918172896549, + "StableID": "nNmDWoho6821CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "DiscoKey": "discokey:8644600966e0bb28662b2440347dca93eed5c74c387b592409c3197d0f5ec80b", + "Addresses": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "AllowedIPs": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "Endpoints": ["77.164.248.136:53141", "10.65.0.27:53141", "172.17.0.1:53141"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62866}, + {"Proto": "peerapi6", "Port": 62866} + ]}, + "Created": "2026-04-09T08:35:37.04281834Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3095,7 +3099,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.89.232.38"}, {"nodeIP": "fd7a:115c:a1e0::d37:e826"}], + "principals": [{"nodeIP": "100.88.39.39"}, {"nodeIP": "fd7a:115c:a1e0::ce37:2727"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -3104,7 +3108,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.89.232.38"}, {"nodeIP": "fd7a:115c:a1e0::d37:e826"}], + "principals": [{"nodeIP": "100.88.39.39"}, {"nodeIP": "fd7a:115c:a1e0::ce37:2727"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3933,26 +3937,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.89.232.38"}, {"nodeIP": "fd7a:115c:a1e0::d37:e826"}], + "principals": [{"nodeIP": "100.88.39.39"}, {"nodeIP": "fd7a:115c:a1e0::ce37:2727"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -3961,7 +3966,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.89.232.38"}, {"nodeIP": "fd7a:115c:a1e0::d37:e826"}], + "principals": [{"nodeIP": "100.88.39.39"}, {"nodeIP": "fd7a:115c:a1e0::ce37:2727"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3998,26 +4003,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7966058215878902, - "StableID": "nwH34oqqC521CNTRL", + "ID": 6126398715975448, + "StableID": "nDVWf87fqp11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 7966058215878902, - "Key": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "DiscoKey": "discokey:f976b8bc1a297119f55ec6c8ccfc2bfec6bfaa191d8852e83ea2f360b6b9a66d", - "Addresses": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "AllowedIPs": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "Endpoints": ["77.164.248.136:47519", "10.65.0.27:47519", "172.17.0.1:47519"], + "User": 6126398715975448, + "Key": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "DiscoKey": "discokey:946bd86cd242da2287a724b0610dc0cc00417e3b4711959944b1db55df71686b", + "Addresses": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "AllowedIPs": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "Endpoints": ["77.164.248.136:39219", "10.65.0.27:39219", "172.17.0.1:39219"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 56788}, - {"Proto": "peerapi6", "Port": 56788}, + {"Proto": "peerapi4", "Port": 36797}, + {"Proto": "peerapi6", "Port": 36797}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:28.66542462Z", + "Created": "2026-04-09T08:35:34.310535042Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -4045,302 +4050,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "MachineKey": "mkey:1c0805d0aaecdd039dd015918f5df5835fa0686906933ca830eeb52bda906a31", + "NodeKey": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "MachineKey": "mkey:401bce16f547ddd822fc41297fee19a517393bdb1ad44a77b3acdeca9ebaf75c", "Peers": [{ - "ID": 52270963588716, - "StableID": "nHuQ435gQ111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "DiscoKey": "discokey:8ff65dfb87fbae02e4ff23f1fdb1d35b754daa9ce7eac1b88db2c329ef72090c", - "Addresses": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "AllowedIPs": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "Endpoints": ["77.164.248.136:43209", "10.65.0.27:43209", "172.17.0.1:43209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47969}, - {"Proto": "peerapi6", "Port": 47969} - ]}, - "Created": "2026-04-09T01:29:33.566424284Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 800977816334517, - "StableID": "n8Cyo5LmF711CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:b032e7d6118386347781a9774f5be7aee6ab727432be798352c8b0b5f42c0b57", - "Addresses": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "AllowedIPs": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "Endpoints": ["77.164.248.136:36842", "10.65.0.27:36842", "172.17.0.1:36842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56552}, - {"Proto": "peerapi6", "Port": 56552} - ]}, - "Created": "2026-04-09T01:29:34.108518056Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1037238246245339, - "StableID": "nkuyxQVm6911CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "DiscoKey": "discokey:a285c0aa8099115a664220d532aa682d1f8e6cf6b85e3c0dc0d1025baff96c47", - "Addresses": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "AllowedIPs": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "Endpoints": ["77.164.248.136:35520", "10.65.0.27:35520", "172.17.0.1:35520"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 59569}, - {"Proto": "peerapi6", "Port": 59569} - ]}, - "Created": "2026-04-09T01:29:31.396275291Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1162425084144536, - "StableID": "nTQb9HwT5A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "DiscoKey": "discokey:b153c40bc7008eac24ab428946b2e4003a04907a9c410ffeb84571cacc5bc45f", - "Addresses": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "AllowedIPs": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "Endpoints": ["77.164.248.136:39646", "10.65.0.27:39646", "172.17.0.1:39646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 51872}, - {"Proto": "peerapi6", "Port": 51872} - ]}, - "Created": "2026-04-09T01:29:29.771556304Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1229725174841525, - "StableID": "nrfsh7owbA11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "DiscoKey": "discokey:30b9944764920302cd771b373e8448b6016e413f991702bd8d8ad33d892e820d", - "Addresses": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "AllowedIPs": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "Endpoints": ["77.164.248.136:55805", "10.65.0.27:55805", "172.17.0.1:55805"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:29:33.007362781Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3696220555392248, - "StableID": "nBnJNtS2sV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "DiscoKey": "discokey:a48c922a469a8a60beba857b70163f4e78d22eb697944ac17c3fcb37328cfe5f", - "Addresses": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "AllowedIPs": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "Endpoints": ["77.164.248.136:40030", "10.65.0.27:40030", "172.17.0.1:40030"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 46240}, - {"Proto": "peerapi6", "Port": 46240} - ]}, - "Created": "2026-04-09T01:29:31.929972569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4023144003655124, - "StableID": "nKSdzuA6RY11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "DiscoKey": "discokey:d53e5ab44bc129d3c859f5c8e31b711a1b9f6d1bec6c628d28dd413e646d5874", - "Addresses": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "AllowedIPs": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "Endpoints": ["77.164.248.136:32998", "10.65.0.27:32998", "172.17.0.1:32998"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60421}, - {"Proto": "peerapi6", "Port": 60421} - ]}, - "Created": "2026-04-09T01:29:28.115371888Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4056794384551529, - "StableID": "npGYvL7LgY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "KeyExpiry": "2026-10-06T01:29:35Z", - "DiscoKey": "discokey:fc272b46a1a544c7f35725a7e4e5a7d54b5bb49c2d4f734e8d4b030ab6c55251", - "Addresses": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "AllowedIPs": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "Endpoints": ["77.164.248.136:57437", "10.65.0.27:57437", "172.17.0.1:57437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 45108}, - {"Proto": "peerapi6", "Port": 45108} - ]}, - "Created": "2026-04-09T01:29:35.191884999Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4152989538793672, - "StableID": "njcKJbztRZ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "DiscoKey": "discokey:ecb9e40f507b8a008db55bb092a49783c05fc519bff4bde13c86fe728dd08943", - "Addresses": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "AllowedIPs": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "Endpoints": ["77.164.248.136:33369", "10.65.0.27:33369", "172.17.0.1:33369"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57817}, - {"Proto": "peerapi6", "Port": 57817} - ]}, - "Created": "2026-04-09T01:29:30.855039401Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4854761240609824, - "StableID": "nDd4V3Mjue11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "DiscoKey": "discokey:f5ecb34a7dd0ea8f6fdfa60cb84c3765a20545bfa02efe99dddb251f4f059e6e", - "Addresses": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "AllowedIPs": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "Endpoints": ["77.164.248.136:36590", "10.65.0.27:36590", "172.17.0.1:36590"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 57130}, - {"Proto": "peerapi6", "Port": 57130} - ]}, - "Created": "2026-04-09T01:29:29.209966457Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4867606699298308, - "StableID": "njeVgtmY1f11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "DiscoKey": "discokey:20983494d0bb843d5815b20333096c657691b4a8c73921604da901f5384e7643", - "Addresses": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "AllowedIPs": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "Endpoints": ["77.164.248.136:35742", "10.65.0.27:35742", "172.17.0.1:35742"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 37300}, - {"Proto": "peerapi6", "Port": 37300} - ]}, - "Created": "2026-04-09T01:29:27.647892542Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6897465051045452, - "StableID": "nb6VJEisrv11CNTRL", + "ID": 1659821253702891, + "StableID": "nen8Q1hjxD11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "DiscoKey": "discokey:a6e9806d5bb3ffc34cdaa834813112c311e91da493619cce29093db7d7c33b05", - "Addresses": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "AllowedIPs": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "Endpoints": ["77.164.248.136:49787", "10.65.0.27:49787", "172.17.0.1:49787"], - "HomeDERP": 14, + "Key": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "DiscoKey": "discokey:9e0d0ac3c6b05d4629aadf76f1eedaae2fe66c90ed3c5ecec0a0dbee9a85c708", + "Addresses": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "AllowedIPs": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "Endpoints": ["77.164.248.136:51478", "10.65.0.27:51478", "172.17.0.1:51478"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60893}, - {"Proto": "peerapi6", "Port": 60893} + {"Proto": "peerapi4", "Port": 50498}, + {"Proto": "peerapi6", "Port": 50498} ]}, - "Created": "2026-04-09T01:29:32.473138479Z", + "Created": "2026-04-09T08:35:38.113217933Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7100602508607310, - "StableID": "nfVFpfnsSx11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:d2d7a0b480bf847674ef3ec1e0f26fe14ab1e76bd0963dd82ffbabf119147377", - "Addresses": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "AllowedIPs": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "Endpoints": ["77.164.248.136:45175", "10.65.0.27:45175", "172.17.0.1:45175"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62842}, - {"Proto": "peerapi6", "Port": 62842} - ]}, - "Created": "2026-04-09T01:29:34.651855101Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7121226941590093, - "StableID": "ncpGLGZDcx11CNTRL", + "ID": 1781276838713017, + "StableID": "n4GPY58kuE11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "DiscoKey": "discokey:bd7c854ea5a164cfff4110f973201f5745ff25febfd3da1193f2ee28a7604a1d", - "Addresses": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "AllowedIPs": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "Endpoints": ["77.164.248.136:58481", "10.65.0.27:58481", "172.17.0.1:58481"], + "Key": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "DiscoKey": "discokey:06fa872d9ea3dd68bc4ee68bc94ff97ca5faf607015d59386b0c6a898403fd46", + "Addresses": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "AllowedIPs": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "Endpoints": ["77.164.248.136:53328", "10.65.0.27:53328", "172.17.0.1:53328"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 37819}, - {"Proto": "peerapi6", "Port": 37819} + {"Proto": "peerapi4", "Port": 55834}, + {"Proto": "peerapi6", "Port": 55834} ]}, - "Created": "2026-04-09T01:29:30.295388439Z", + "Created": "2026-04-09T08:35:35.963275724Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 2345732245240689, + "StableID": "nYttvgQPKK11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "KeyExpiry": "2026-10-06T08:35:39Z", + "DiscoKey": "discokey:dbd9be1c03e5ac5fa96f1fd7e18bacf8fc8be0096182590304d13114832ef962", + "Addresses": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "AllowedIPs": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "Endpoints": ["77.164.248.136:37765", "10.65.0.27:37765", "172.17.0.1:37765"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 40145}, + {"Proto": "peerapi6", "Port": 40145} + ]}, + "Created": "2026-04-09T08:35:39.745345841Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2422789075597521, + "StableID": "naKEAXZHvK11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "DiscoKey": "discokey:d0a7279e8873880814a66f9bc486625c644bef94220f8639062935b28a5d2a55", + "Addresses": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "AllowedIPs": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "Endpoints": ["77.164.248.136:51090", "10.65.0.27:51090", "172.17.0.1:51090"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 57401}, + {"Proto": "peerapi6", "Port": 57401} + ]}, + "Created": "2026-04-09T08:35:36.501164831Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2662411105947047, + "StableID": "ni4BST2pnM11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:d34aa7f584c8cd0d30be99d3cbce39ff1c1f86433faac3808f54e800a4e28072", + "Addresses": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "AllowedIPs": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "Endpoints": ["77.164.248.136:39168", "10.65.0.27:39168", "172.17.0.1:39168"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 51609}, + {"Proto": "peerapi6", "Port": 51609} + ]}, + "Created": "2026-04-09T08:35:40.278914272Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2678433598904806, + "StableID": "nm8gGiu4vM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "DiscoKey": "discokey:269c84fba0ad4b86054ddd74a5e33706d45805c506b01bfbf6aa6e24ba0ed651", + "Addresses": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "AllowedIPs": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "Endpoints": ["77.164.248.136:43885", "10.65.0.27:43885", "172.17.0.1:43885"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61708}, + {"Proto": "peerapi6", "Port": 61708} + ]}, + "Created": "2026-04-09T08:35:35.408460029Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2874913639100360, + "StableID": "n7UGcA74TP11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "DiscoKey": "discokey:5c4b6bafe1ac17a4c90c097f37c830b3a843a40728c1270e5ac5c6b5a6a9af35", + "Addresses": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "AllowedIPs": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "Endpoints": ["77.164.248.136:36737", "10.65.0.27:36737", "172.17.0.1:36737"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 37783}, + {"Proto": "peerapi6", "Port": 37783} + ]}, + "Created": "2026-04-09T08:35:34.860553634Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4866181189563673, + "StableID": "nJZVG3Luze11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "DiscoKey": "discokey:788f5489d44b4ea7d96e08ea015982759cc05356df91159fdab27a7e29d7cd7c", + "Addresses": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "AllowedIPs": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "Endpoints": ["77.164.248.136:58032", "10.65.0.27:58032", "172.17.0.1:58032"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43524}, + {"Proto": "peerapi6", "Port": 43524} + ]}, + "Created": "2026-04-09T08:35:33.529463515Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4971531855178085, + "StableID": "ngeCqGicpf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "DiscoKey": "discokey:d02c4b21960ccfd954103eea75aeab419c5aa83c75f79b93d49fa05bc3a71a0a", + "Addresses": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "AllowedIPs": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "Endpoints": ["77.164.248.136:42573", "10.65.0.27:42573", "172.17.0.1:42573"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34685}, + {"Proto": "peerapi6", "Port": 34685} + ]}, + "Created": "2026-04-09T08:35:33.052565172Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6105131413639592, + "StableID": "nwi1z5T2gp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "DiscoKey": "discokey:7708514d2914a1050a7a61138d3f1486062ed6e6867c479d49b8c7359c135d0f", + "Addresses": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "AllowedIPs": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "Endpoints": ["77.164.248.136:50389", "10.65.0.27:50389", "172.17.0.1:50389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 41755}, + {"Proto": "peerapi6", "Port": 41755} + ]}, + "Created": "2026-04-09T08:35:38.661802833Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6295506795328651, + "StableID": "ngB5ZiHFAr11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:c847ef025ab17d84bbf64b4f1475982afc7396819ac964416801a9666cf3650b", + "Addresses": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "AllowedIPs": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "Endpoints": ["77.164.248.136:47988", "10.65.0.27:47988", "172.17.0.1:47988"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 41236}, + {"Proto": "peerapi6", "Port": 41236} + ]}, + "Created": "2026-04-09T08:35:40.858763481Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6488587050104323, + "StableID": "n4wiVPBhfs11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "DiscoKey": "discokey:f184a2d2bb3e1e1560209c7d5222d2a114b792343dc6ddcd29bc0f6a8a310a39", + "Addresses": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "AllowedIPs": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "Endpoints": ["77.164.248.136:42953", "10.65.0.27:42953", "172.17.0.1:42953"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 41195}, + {"Proto": "peerapi6", "Port": 41195} + ]}, + "Created": "2026-04-09T08:35:39.1854313Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7650159646680213, + "StableID": "n8QhErimj221CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "DiscoKey": "discokey:699fc7c8dcfbb3bb503ae66a4d5890165f46c021d278abe31aadd9ade0ecf852", + "Addresses": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "AllowedIPs": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "Endpoints": ["77.164.248.136:57331", "10.65.0.27:57331", "172.17.0.1:57331"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 60300}, + {"Proto": "peerapi6", "Port": 60300} + ]}, + "Created": "2026-04-09T08:35:37.583121599Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8336918172896549, + "StableID": "nNmDWoho6821CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "DiscoKey": "discokey:8644600966e0bb28662b2440347dca93eed5c74c387b592409c3197d0f5ec80b", + "Addresses": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "AllowedIPs": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "Endpoints": ["77.164.248.136:53141", "10.65.0.27:53141", "172.17.0.1:53141"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62866}, + {"Proto": "peerapi6", "Port": 62866} + ]}, + "Created": "2026-04-09T08:35:37.04281834Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5188,27 +5193,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7966058215878902": { - "ID": 7966058215878902, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6126398715975448": { + "ID": 6126398715975448, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5239,26 +5246,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1037238246245339, - "StableID": "nkuyxQVm6911CNTRL", + "ID": 8336918172896549, + "StableID": "nNmDWoho6821CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 1037238246245339, - "Key": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "DiscoKey": "discokey:a285c0aa8099115a664220d532aa682d1f8e6cf6b85e3c0dc0d1025baff96c47", - "Addresses": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "AllowedIPs": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "Endpoints": ["77.164.248.136:35520", "10.65.0.27:35520", "172.17.0.1:35520"], + "User": 8336918172896549, + "Key": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "DiscoKey": "discokey:8644600966e0bb28662b2440347dca93eed5c74c387b592409c3197d0f5ec80b", + "Addresses": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "AllowedIPs": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "Endpoints": ["77.164.248.136:53141", "10.65.0.27:53141", "172.17.0.1:53141"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 59569}, - {"Proto": "peerapi6", "Port": 59569}, + {"Proto": "peerapi4", "Port": 62866}, + {"Proto": "peerapi6", "Port": 62866}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:31.396275291Z", + "Created": "2026-04-09T08:35:37.04281834Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5286,302 +5293,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "MachineKey": "mkey:877f7cb67d59846bb3e9f9dfa7cc2f41060a377c105e9dba923ae1408864a22d", + "NodeKey": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "MachineKey": "mkey:30833a5a795d2fb49e19c112116ef3cded1f96307c1de8ffdb9d7438c67a3b68", "Peers": [{ - "ID": 52270963588716, - "StableID": "nHuQ435gQ111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "DiscoKey": "discokey:8ff65dfb87fbae02e4ff23f1fdb1d35b754daa9ce7eac1b88db2c329ef72090c", - "Addresses": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "AllowedIPs": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "Endpoints": ["77.164.248.136:43209", "10.65.0.27:43209", "172.17.0.1:43209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47969}, - {"Proto": "peerapi6", "Port": 47969} - ]}, - "Created": "2026-04-09T01:29:33.566424284Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 800977816334517, - "StableID": "n8Cyo5LmF711CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:b032e7d6118386347781a9774f5be7aee6ab727432be798352c8b0b5f42c0b57", - "Addresses": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "AllowedIPs": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "Endpoints": ["77.164.248.136:36842", "10.65.0.27:36842", "172.17.0.1:36842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56552}, - {"Proto": "peerapi6", "Port": 56552} - ]}, - "Created": "2026-04-09T01:29:34.108518056Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1162425084144536, - "StableID": "nTQb9HwT5A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "DiscoKey": "discokey:b153c40bc7008eac24ab428946b2e4003a04907a9c410ffeb84571cacc5bc45f", - "Addresses": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "AllowedIPs": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "Endpoints": ["77.164.248.136:39646", "10.65.0.27:39646", "172.17.0.1:39646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 51872}, - {"Proto": "peerapi6", "Port": 51872} - ]}, - "Created": "2026-04-09T01:29:29.771556304Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1229725174841525, - "StableID": "nrfsh7owbA11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "DiscoKey": "discokey:30b9944764920302cd771b373e8448b6016e413f991702bd8d8ad33d892e820d", - "Addresses": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "AllowedIPs": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "Endpoints": ["77.164.248.136:55805", "10.65.0.27:55805", "172.17.0.1:55805"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:29:33.007362781Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3696220555392248, - "StableID": "nBnJNtS2sV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "DiscoKey": "discokey:a48c922a469a8a60beba857b70163f4e78d22eb697944ac17c3fcb37328cfe5f", - "Addresses": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "AllowedIPs": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "Endpoints": ["77.164.248.136:40030", "10.65.0.27:40030", "172.17.0.1:40030"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 46240}, - {"Proto": "peerapi6", "Port": 46240} - ]}, - "Created": "2026-04-09T01:29:31.929972569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4023144003655124, - "StableID": "nKSdzuA6RY11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "DiscoKey": "discokey:d53e5ab44bc129d3c859f5c8e31b711a1b9f6d1bec6c628d28dd413e646d5874", - "Addresses": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "AllowedIPs": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "Endpoints": ["77.164.248.136:32998", "10.65.0.27:32998", "172.17.0.1:32998"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60421}, - {"Proto": "peerapi6", "Port": 60421} - ]}, - "Created": "2026-04-09T01:29:28.115371888Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4056794384551529, - "StableID": "npGYvL7LgY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "KeyExpiry": "2026-10-06T01:29:35Z", - "DiscoKey": "discokey:fc272b46a1a544c7f35725a7e4e5a7d54b5bb49c2d4f734e8d4b030ab6c55251", - "Addresses": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "AllowedIPs": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "Endpoints": ["77.164.248.136:57437", "10.65.0.27:57437", "172.17.0.1:57437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 45108}, - {"Proto": "peerapi6", "Port": 45108} - ]}, - "Created": "2026-04-09T01:29:35.191884999Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4152989538793672, - "StableID": "njcKJbztRZ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "DiscoKey": "discokey:ecb9e40f507b8a008db55bb092a49783c05fc519bff4bde13c86fe728dd08943", - "Addresses": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "AllowedIPs": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "Endpoints": ["77.164.248.136:33369", "10.65.0.27:33369", "172.17.0.1:33369"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57817}, - {"Proto": "peerapi6", "Port": 57817} - ]}, - "Created": "2026-04-09T01:29:30.855039401Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4854761240609824, - "StableID": "nDd4V3Mjue11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "DiscoKey": "discokey:f5ecb34a7dd0ea8f6fdfa60cb84c3765a20545bfa02efe99dddb251f4f059e6e", - "Addresses": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "AllowedIPs": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "Endpoints": ["77.164.248.136:36590", "10.65.0.27:36590", "172.17.0.1:36590"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 57130}, - {"Proto": "peerapi6", "Port": 57130} - ]}, - "Created": "2026-04-09T01:29:29.209966457Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4867606699298308, - "StableID": "njeVgtmY1f11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "DiscoKey": "discokey:20983494d0bb843d5815b20333096c657691b4a8c73921604da901f5384e7643", - "Addresses": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "AllowedIPs": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "Endpoints": ["77.164.248.136:35742", "10.65.0.27:35742", "172.17.0.1:35742"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 37300}, - {"Proto": "peerapi6", "Port": 37300} - ]}, - "Created": "2026-04-09T01:29:27.647892542Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6897465051045452, - "StableID": "nb6VJEisrv11CNTRL", + "ID": 1659821253702891, + "StableID": "nen8Q1hjxD11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "DiscoKey": "discokey:a6e9806d5bb3ffc34cdaa834813112c311e91da493619cce29093db7d7c33b05", - "Addresses": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "AllowedIPs": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "Endpoints": ["77.164.248.136:49787", "10.65.0.27:49787", "172.17.0.1:49787"], - "HomeDERP": 14, + "Key": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "DiscoKey": "discokey:9e0d0ac3c6b05d4629aadf76f1eedaae2fe66c90ed3c5ecec0a0dbee9a85c708", + "Addresses": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "AllowedIPs": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "Endpoints": ["77.164.248.136:51478", "10.65.0.27:51478", "172.17.0.1:51478"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60893}, - {"Proto": "peerapi6", "Port": 60893} + {"Proto": "peerapi4", "Port": 50498}, + {"Proto": "peerapi6", "Port": 50498} ]}, - "Created": "2026-04-09T01:29:32.473138479Z", + "Created": "2026-04-09T08:35:38.113217933Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7100602508607310, - "StableID": "nfVFpfnsSx11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:d2d7a0b480bf847674ef3ec1e0f26fe14ab1e76bd0963dd82ffbabf119147377", - "Addresses": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "AllowedIPs": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "Endpoints": ["77.164.248.136:45175", "10.65.0.27:45175", "172.17.0.1:45175"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62842}, - {"Proto": "peerapi6", "Port": 62842} - ]}, - "Created": "2026-04-09T01:29:34.651855101Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7121226941590093, - "StableID": "ncpGLGZDcx11CNTRL", + "ID": 1781276838713017, + "StableID": "n4GPY58kuE11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "DiscoKey": "discokey:bd7c854ea5a164cfff4110f973201f5745ff25febfd3da1193f2ee28a7604a1d", - "Addresses": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "AllowedIPs": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "Endpoints": ["77.164.248.136:58481", "10.65.0.27:58481", "172.17.0.1:58481"], + "Key": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "DiscoKey": "discokey:06fa872d9ea3dd68bc4ee68bc94ff97ca5faf607015d59386b0c6a898403fd46", + "Addresses": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "AllowedIPs": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "Endpoints": ["77.164.248.136:53328", "10.65.0.27:53328", "172.17.0.1:53328"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 37819}, - {"Proto": "peerapi6", "Port": 37819} + {"Proto": "peerapi4", "Port": 55834}, + {"Proto": "peerapi6", "Port": 55834} ]}, - "Created": "2026-04-09T01:29:30.295388439Z", + "Created": "2026-04-09T08:35:35.963275724Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7966058215878902, - "StableID": "nwH34oqqC521CNTRL", + "ID": 2345732245240689, + "StableID": "nYttvgQPKK11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "KeyExpiry": "2026-10-06T08:35:39Z", + "DiscoKey": "discokey:dbd9be1c03e5ac5fa96f1fd7e18bacf8fc8be0096182590304d13114832ef962", + "Addresses": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "AllowedIPs": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "Endpoints": ["77.164.248.136:37765", "10.65.0.27:37765", "172.17.0.1:37765"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 40145}, + {"Proto": "peerapi6", "Port": 40145} + ]}, + "Created": "2026-04-09T08:35:39.745345841Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2422789075597521, + "StableID": "naKEAXZHvK11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "DiscoKey": "discokey:d0a7279e8873880814a66f9bc486625c644bef94220f8639062935b28a5d2a55", + "Addresses": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "AllowedIPs": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "Endpoints": ["77.164.248.136:51090", "10.65.0.27:51090", "172.17.0.1:51090"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 57401}, + {"Proto": "peerapi6", "Port": 57401} + ]}, + "Created": "2026-04-09T08:35:36.501164831Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2662411105947047, + "StableID": "ni4BST2pnM11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:d34aa7f584c8cd0d30be99d3cbce39ff1c1f86433faac3808f54e800a4e28072", + "Addresses": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "AllowedIPs": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "Endpoints": ["77.164.248.136:39168", "10.65.0.27:39168", "172.17.0.1:39168"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 51609}, + {"Proto": "peerapi6", "Port": 51609} + ]}, + "Created": "2026-04-09T08:35:40.278914272Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2678433598904806, + "StableID": "nm8gGiu4vM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "DiscoKey": "discokey:269c84fba0ad4b86054ddd74a5e33706d45805c506b01bfbf6aa6e24ba0ed651", + "Addresses": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "AllowedIPs": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "Endpoints": ["77.164.248.136:43885", "10.65.0.27:43885", "172.17.0.1:43885"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61708}, + {"Proto": "peerapi6", "Port": 61708} + ]}, + "Created": "2026-04-09T08:35:35.408460029Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2874913639100360, + "StableID": "n7UGcA74TP11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "DiscoKey": "discokey:5c4b6bafe1ac17a4c90c097f37c830b3a843a40728c1270e5ac5c6b5a6a9af35", + "Addresses": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "AllowedIPs": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "Endpoints": ["77.164.248.136:36737", "10.65.0.27:36737", "172.17.0.1:36737"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 37783}, + {"Proto": "peerapi6", "Port": 37783} + ]}, + "Created": "2026-04-09T08:35:34.860553634Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4866181189563673, + "StableID": "nJZVG3Luze11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "DiscoKey": "discokey:788f5489d44b4ea7d96e08ea015982759cc05356df91159fdab27a7e29d7cd7c", + "Addresses": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "AllowedIPs": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "Endpoints": ["77.164.248.136:58032", "10.65.0.27:58032", "172.17.0.1:58032"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43524}, + {"Proto": "peerapi6", "Port": 43524} + ]}, + "Created": "2026-04-09T08:35:33.529463515Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4971531855178085, + "StableID": "ngeCqGicpf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "DiscoKey": "discokey:d02c4b21960ccfd954103eea75aeab419c5aa83c75f79b93d49fa05bc3a71a0a", + "Addresses": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "AllowedIPs": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "Endpoints": ["77.164.248.136:42573", "10.65.0.27:42573", "172.17.0.1:42573"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34685}, + {"Proto": "peerapi6", "Port": 34685} + ]}, + "Created": "2026-04-09T08:35:33.052565172Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6105131413639592, + "StableID": "nwi1z5T2gp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "DiscoKey": "discokey:7708514d2914a1050a7a61138d3f1486062ed6e6867c479d49b8c7359c135d0f", + "Addresses": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "AllowedIPs": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "Endpoints": ["77.164.248.136:50389", "10.65.0.27:50389", "172.17.0.1:50389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 41755}, + {"Proto": "peerapi6", "Port": 41755} + ]}, + "Created": "2026-04-09T08:35:38.661802833Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6126398715975448, + "StableID": "nDVWf87fqp11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "DiscoKey": "discokey:f976b8bc1a297119f55ec6c8ccfc2bfec6bfaa191d8852e83ea2f360b6b9a66d", - "Addresses": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "AllowedIPs": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "Endpoints": ["77.164.248.136:47519", "10.65.0.27:47519", "172.17.0.1:47519"], + "Key": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "DiscoKey": "discokey:946bd86cd242da2287a724b0610dc0cc00417e3b4711959944b1db55df71686b", + "Addresses": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "AllowedIPs": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "Endpoints": ["77.164.248.136:39219", "10.65.0.27:39219", "172.17.0.1:39219"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56788}, - {"Proto": "peerapi6", "Port": 56788} + {"Proto": "peerapi4", "Port": 36797}, + {"Proto": "peerapi6", "Port": 36797} ]}, - "Created": "2026-04-09T01:29:28.66542462Z", + "Created": "2026-04-09T08:35:34.310535042Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 6295506795328651, + "StableID": "ngB5ZiHFAr11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:c847ef025ab17d84bbf64b4f1475982afc7396819ac964416801a9666cf3650b", + "Addresses": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "AllowedIPs": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "Endpoints": ["77.164.248.136:47988", "10.65.0.27:47988", "172.17.0.1:47988"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 41236}, + {"Proto": "peerapi6", "Port": 41236} + ]}, + "Created": "2026-04-09T08:35:40.858763481Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6488587050104323, + "StableID": "n4wiVPBhfs11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "DiscoKey": "discokey:f184a2d2bb3e1e1560209c7d5222d2a114b792343dc6ddcd29bc0f6a8a310a39", + "Addresses": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "AllowedIPs": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "Endpoints": ["77.164.248.136:42953", "10.65.0.27:42953", "172.17.0.1:42953"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 41195}, + {"Proto": "peerapi6", "Port": 41195} + ]}, + "Created": "2026-04-09T08:35:39.1854313Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7650159646680213, + "StableID": "n8QhErimj221CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "DiscoKey": "discokey:699fc7c8dcfbb3bb503ae66a4d5890165f46c021d278abe31aadd9ade0ecf852", + "Addresses": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "AllowedIPs": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "Endpoints": ["77.164.248.136:57331", "10.65.0.27:57331", "172.17.0.1:57331"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 60300}, + {"Proto": "peerapi6", "Port": 60300} + ]}, + "Created": "2026-04-09T08:35:37.583121599Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6429,27 +6436,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1037238246245339": { - "ID": 1037238246245339, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8336918172896549": { + "ID": 8336918172896549, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6480,22 +6489,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 800977816334517, - "StableID": "n8Cyo5LmF711CNTRL", + "ID": 2345732245240689, + "StableID": "nYttvgQPKK11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:b032e7d6118386347781a9774f5be7aee6ab727432be798352c8b0b5f42c0b57", - "Addresses": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "AllowedIPs": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "Endpoints": ["77.164.248.136:36842", "10.65.0.27:36842", "172.17.0.1:36842"], + "Key": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "KeyExpiry": "2026-10-06T08:35:39Z", + "DiscoKey": "discokey:dbd9be1c03e5ac5fa96f1fd7e18bacf8fc8be0096182590304d13114832ef962", + "Addresses": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "AllowedIPs": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "Endpoints": ["77.164.248.136:37765", "10.65.0.27:37765", "172.17.0.1:37765"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56552}, - {"Proto": "peerapi6", "Port": 56552}, + {"Proto": "peerapi4", "Port": 40145}, + {"Proto": "peerapi6", "Port": 40145}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:34.108518056Z", + "Created": "2026-04-09T08:35:39.745345841Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6522,300 +6531,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "MachineKey": "mkey:7ecef4f2f2c2c407ce2f293af27cc6c03354f5e87323ea1853560420a4ca0f01", + "NodeKey": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "MachineKey": "mkey:d207cdbd0651bc97b56dc5f1a4d238f5394d4420f4dddc50e43ae59ed912037c", "Peers": [{ - "ID": 52270963588716, - "StableID": "nHuQ435gQ111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "DiscoKey": "discokey:8ff65dfb87fbae02e4ff23f1fdb1d35b754daa9ce7eac1b88db2c329ef72090c", - "Addresses": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "AllowedIPs": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "Endpoints": ["77.164.248.136:43209", "10.65.0.27:43209", "172.17.0.1:43209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47969}, - {"Proto": "peerapi6", "Port": 47969} - ]}, - "Created": "2026-04-09T01:29:33.566424284Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1037238246245339, - "StableID": "nkuyxQVm6911CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "DiscoKey": "discokey:a285c0aa8099115a664220d532aa682d1f8e6cf6b85e3c0dc0d1025baff96c47", - "Addresses": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "AllowedIPs": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "Endpoints": ["77.164.248.136:35520", "10.65.0.27:35520", "172.17.0.1:35520"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 59569}, - {"Proto": "peerapi6", "Port": 59569} - ]}, - "Created": "2026-04-09T01:29:31.396275291Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1162425084144536, - "StableID": "nTQb9HwT5A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "DiscoKey": "discokey:b153c40bc7008eac24ab428946b2e4003a04907a9c410ffeb84571cacc5bc45f", - "Addresses": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "AllowedIPs": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "Endpoints": ["77.164.248.136:39646", "10.65.0.27:39646", "172.17.0.1:39646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 51872}, - {"Proto": "peerapi6", "Port": 51872} - ]}, - "Created": "2026-04-09T01:29:29.771556304Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1229725174841525, - "StableID": "nrfsh7owbA11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "DiscoKey": "discokey:30b9944764920302cd771b373e8448b6016e413f991702bd8d8ad33d892e820d", - "Addresses": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "AllowedIPs": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "Endpoints": ["77.164.248.136:55805", "10.65.0.27:55805", "172.17.0.1:55805"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:29:33.007362781Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3696220555392248, - "StableID": "nBnJNtS2sV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "DiscoKey": "discokey:a48c922a469a8a60beba857b70163f4e78d22eb697944ac17c3fcb37328cfe5f", - "Addresses": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "AllowedIPs": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "Endpoints": ["77.164.248.136:40030", "10.65.0.27:40030", "172.17.0.1:40030"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 46240}, - {"Proto": "peerapi6", "Port": 46240} - ]}, - "Created": "2026-04-09T01:29:31.929972569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4023144003655124, - "StableID": "nKSdzuA6RY11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "DiscoKey": "discokey:d53e5ab44bc129d3c859f5c8e31b711a1b9f6d1bec6c628d28dd413e646d5874", - "Addresses": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "AllowedIPs": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "Endpoints": ["77.164.248.136:32998", "10.65.0.27:32998", "172.17.0.1:32998"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60421}, - {"Proto": "peerapi6", "Port": 60421} - ]}, - "Created": "2026-04-09T01:29:28.115371888Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4056794384551529, - "StableID": "npGYvL7LgY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "KeyExpiry": "2026-10-06T01:29:35Z", - "DiscoKey": "discokey:fc272b46a1a544c7f35725a7e4e5a7d54b5bb49c2d4f734e8d4b030ab6c55251", - "Addresses": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "AllowedIPs": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 45108}, - {"Proto": "peerapi6", "Port": 45108} - ]}, - "Created": "2026-04-09T01:29:35.191884999Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4152989538793672, - "StableID": "njcKJbztRZ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "DiscoKey": "discokey:ecb9e40f507b8a008db55bb092a49783c05fc519bff4bde13c86fe728dd08943", - "Addresses": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "AllowedIPs": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "Endpoints": ["77.164.248.136:33369", "10.65.0.27:33369", "172.17.0.1:33369"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57817}, - {"Proto": "peerapi6", "Port": 57817} - ]}, - "Created": "2026-04-09T01:29:30.855039401Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4854761240609824, - "StableID": "nDd4V3Mjue11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "DiscoKey": "discokey:f5ecb34a7dd0ea8f6fdfa60cb84c3765a20545bfa02efe99dddb251f4f059e6e", - "Addresses": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "AllowedIPs": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "Endpoints": ["77.164.248.136:36590", "10.65.0.27:36590", "172.17.0.1:36590"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 57130}, - {"Proto": "peerapi6", "Port": 57130} - ]}, - "Created": "2026-04-09T01:29:29.209966457Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4867606699298308, - "StableID": "njeVgtmY1f11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "DiscoKey": "discokey:20983494d0bb843d5815b20333096c657691b4a8c73921604da901f5384e7643", - "Addresses": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "AllowedIPs": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "Endpoints": ["77.164.248.136:35742", "10.65.0.27:35742", "172.17.0.1:35742"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 37300}, - {"Proto": "peerapi6", "Port": 37300} - ]}, - "Created": "2026-04-09T01:29:27.647892542Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6897465051045452, - "StableID": "nb6VJEisrv11CNTRL", + "ID": 1659821253702891, + "StableID": "nen8Q1hjxD11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "DiscoKey": "discokey:a6e9806d5bb3ffc34cdaa834813112c311e91da493619cce29093db7d7c33b05", - "Addresses": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "AllowedIPs": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "Endpoints": ["77.164.248.136:49787", "10.65.0.27:49787", "172.17.0.1:49787"], - "HomeDERP": 14, + "Key": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "DiscoKey": "discokey:9e0d0ac3c6b05d4629aadf76f1eedaae2fe66c90ed3c5ecec0a0dbee9a85c708", + "Addresses": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "AllowedIPs": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "Endpoints": ["77.164.248.136:51478", "10.65.0.27:51478", "172.17.0.1:51478"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60893}, - {"Proto": "peerapi6", "Port": 60893} + {"Proto": "peerapi4", "Port": 50498}, + {"Proto": "peerapi6", "Port": 50498} ]}, - "Created": "2026-04-09T01:29:32.473138479Z", + "Created": "2026-04-09T08:35:38.113217933Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7100602508607310, - "StableID": "nfVFpfnsSx11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:d2d7a0b480bf847674ef3ec1e0f26fe14ab1e76bd0963dd82ffbabf119147377", - "Addresses": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "AllowedIPs": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "Endpoints": ["77.164.248.136:45175", "10.65.0.27:45175", "172.17.0.1:45175"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62842}, - {"Proto": "peerapi6", "Port": 62842} - ]}, - "Created": "2026-04-09T01:29:34.651855101Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7121226941590093, - "StableID": "ncpGLGZDcx11CNTRL", + "ID": 1781276838713017, + "StableID": "n4GPY58kuE11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "DiscoKey": "discokey:bd7c854ea5a164cfff4110f973201f5745ff25febfd3da1193f2ee28a7604a1d", - "Addresses": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "AllowedIPs": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "Endpoints": ["77.164.248.136:58481", "10.65.0.27:58481", "172.17.0.1:58481"], + "Key": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "DiscoKey": "discokey:06fa872d9ea3dd68bc4ee68bc94ff97ca5faf607015d59386b0c6a898403fd46", + "Addresses": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "AllowedIPs": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "Endpoints": ["77.164.248.136:53328", "10.65.0.27:53328", "172.17.0.1:53328"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 37819}, - {"Proto": "peerapi6", "Port": 37819} + {"Proto": "peerapi4", "Port": 55834}, + {"Proto": "peerapi6", "Port": 55834} ]}, - "Created": "2026-04-09T01:29:30.295388439Z", + "Created": "2026-04-09T08:35:35.963275724Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7966058215878902, - "StableID": "nwH34oqqC521CNTRL", + "ID": 2422789075597521, + "StableID": "naKEAXZHvK11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "DiscoKey": "discokey:d0a7279e8873880814a66f9bc486625c644bef94220f8639062935b28a5d2a55", + "Addresses": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "AllowedIPs": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "Endpoints": ["77.164.248.136:51090", "10.65.0.27:51090", "172.17.0.1:51090"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 57401}, + {"Proto": "peerapi6", "Port": 57401} + ]}, + "Created": "2026-04-09T08:35:36.501164831Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2662411105947047, + "StableID": "ni4BST2pnM11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:d34aa7f584c8cd0d30be99d3cbce39ff1c1f86433faac3808f54e800a4e28072", + "Addresses": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "AllowedIPs": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "Endpoints": ["77.164.248.136:39168", "10.65.0.27:39168", "172.17.0.1:39168"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 51609}, + {"Proto": "peerapi6", "Port": 51609} + ]}, + "Created": "2026-04-09T08:35:40.278914272Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2678433598904806, + "StableID": "nm8gGiu4vM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "DiscoKey": "discokey:269c84fba0ad4b86054ddd74a5e33706d45805c506b01bfbf6aa6e24ba0ed651", + "Addresses": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "AllowedIPs": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "Endpoints": ["77.164.248.136:43885", "10.65.0.27:43885", "172.17.0.1:43885"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61708}, + {"Proto": "peerapi6", "Port": 61708} + ]}, + "Created": "2026-04-09T08:35:35.408460029Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2874913639100360, + "StableID": "n7UGcA74TP11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "DiscoKey": "discokey:5c4b6bafe1ac17a4c90c097f37c830b3a843a40728c1270e5ac5c6b5a6a9af35", + "Addresses": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "AllowedIPs": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "Endpoints": ["77.164.248.136:36737", "10.65.0.27:36737", "172.17.0.1:36737"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 37783}, + {"Proto": "peerapi6", "Port": 37783} + ]}, + "Created": "2026-04-09T08:35:34.860553634Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4866181189563673, + "StableID": "nJZVG3Luze11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "DiscoKey": "discokey:788f5489d44b4ea7d96e08ea015982759cc05356df91159fdab27a7e29d7cd7c", + "Addresses": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "AllowedIPs": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "Endpoints": ["77.164.248.136:58032", "10.65.0.27:58032", "172.17.0.1:58032"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43524}, + {"Proto": "peerapi6", "Port": 43524} + ]}, + "Created": "2026-04-09T08:35:33.529463515Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4971531855178085, + "StableID": "ngeCqGicpf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "DiscoKey": "discokey:d02c4b21960ccfd954103eea75aeab419c5aa83c75f79b93d49fa05bc3a71a0a", + "Addresses": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "AllowedIPs": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "Endpoints": ["77.164.248.136:42573", "10.65.0.27:42573", "172.17.0.1:42573"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34685}, + {"Proto": "peerapi6", "Port": 34685} + ]}, + "Created": "2026-04-09T08:35:33.052565172Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6105131413639592, + "StableID": "nwi1z5T2gp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "DiscoKey": "discokey:7708514d2914a1050a7a61138d3f1486062ed6e6867c479d49b8c7359c135d0f", + "Addresses": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "AllowedIPs": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "Endpoints": ["77.164.248.136:50389", "10.65.0.27:50389", "172.17.0.1:50389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 41755}, + {"Proto": "peerapi6", "Port": 41755} + ]}, + "Created": "2026-04-09T08:35:38.661802833Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6126398715975448, + "StableID": "nDVWf87fqp11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "DiscoKey": "discokey:f976b8bc1a297119f55ec6c8ccfc2bfec6bfaa191d8852e83ea2f360b6b9a66d", - "Addresses": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "AllowedIPs": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "Endpoints": ["77.164.248.136:47519", "10.65.0.27:47519", "172.17.0.1:47519"], + "Key": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "DiscoKey": "discokey:946bd86cd242da2287a724b0610dc0cc00417e3b4711959944b1db55df71686b", + "Addresses": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "AllowedIPs": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "Endpoints": ["77.164.248.136:39219", "10.65.0.27:39219", "172.17.0.1:39219"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56788}, - {"Proto": "peerapi6", "Port": 56788} + {"Proto": "peerapi4", "Port": 36797}, + {"Proto": "peerapi6", "Port": 36797} ]}, - "Created": "2026-04-09T01:29:28.66542462Z", + "Created": "2026-04-09T08:35:34.310535042Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 6295506795328651, + "StableID": "ngB5ZiHFAr11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:c847ef025ab17d84bbf64b4f1475982afc7396819ac964416801a9666cf3650b", + "Addresses": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "AllowedIPs": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 41236}, + {"Proto": "peerapi6", "Port": 41236} + ]}, + "Created": "2026-04-09T08:35:40.858763481Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6488587050104323, + "StableID": "n4wiVPBhfs11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "DiscoKey": "discokey:f184a2d2bb3e1e1560209c7d5222d2a114b792343dc6ddcd29bc0f6a8a310a39", + "Addresses": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "AllowedIPs": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "Endpoints": ["77.164.248.136:42953", "10.65.0.27:42953", "172.17.0.1:42953"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 41195}, + {"Proto": "peerapi6", "Port": 41195} + ]}, + "Created": "2026-04-09T08:35:39.1854313Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7650159646680213, + "StableID": "n8QhErimj221CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "DiscoKey": "discokey:699fc7c8dcfbb3bb503ae66a4d5890165f46c021d278abe31aadd9ade0ecf852", + "Addresses": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "AllowedIPs": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "Endpoints": ["77.164.248.136:57331", "10.65.0.27:57331", "172.17.0.1:57331"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 60300}, + {"Proto": "peerapi6", "Port": 60300} + ]}, + "Created": "2026-04-09T08:35:37.583121599Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8336918172896549, + "StableID": "nNmDWoho6821CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "DiscoKey": "discokey:8644600966e0bb28662b2440347dca93eed5c74c387b592409c3197d0f5ec80b", + "Addresses": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "AllowedIPs": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "Endpoints": ["77.164.248.136:53141", "10.65.0.27:53141", "172.17.0.1:53141"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62866}, + {"Proto": "peerapi6", "Port": 62866} + ]}, + "Created": "2026-04-09T08:35:37.04281834Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7663,23 +7672,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7710,21 +7720,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1229725174841525, - "StableID": "nrfsh7owbA11CNTRL", + "ID": 6105131413639592, + "StableID": "nwi1z5T2gp11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 1229725174841525, - "Key": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "DiscoKey": "discokey:30b9944764920302cd771b373e8448b6016e413f991702bd8d8ad33d892e820d", - "Addresses": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "AllowedIPs": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "Endpoints": ["77.164.248.136:55805", "10.65.0.27:55805", "172.17.0.1:55805"], + "User": 6105131413639592, + "Key": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "DiscoKey": "discokey:7708514d2914a1050a7a61138d3f1486062ed6e6867c479d49b8c7359c135d0f", + "Addresses": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "AllowedIPs": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "Endpoints": ["77.164.248.136:50389", "10.65.0.27:50389", "172.17.0.1:50389"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561}, + {"Proto": "peerapi4", "Port": 41755}, + {"Proto": "peerapi6", "Port": 41755}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:33.007362781Z", + "Created": "2026-04-09T08:35:38.661802833Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7752,300 +7762,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "MachineKey": "mkey:bdb5bd80699314c69fcf5198b157469131a8cd4fe01c5e1f913fff88f1a42516", + "NodeKey": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "MachineKey": "mkey:8c7918df04e983fa455c58199a89b3c6fe07dca3463bd8ffedb28fba0dfaee19", "Peers": [{ - "ID": 52270963588716, - "StableID": "nHuQ435gQ111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "DiscoKey": "discokey:8ff65dfb87fbae02e4ff23f1fdb1d35b754daa9ce7eac1b88db2c329ef72090c", - "Addresses": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "AllowedIPs": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "Endpoints": ["77.164.248.136:43209", "10.65.0.27:43209", "172.17.0.1:43209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47969}, - {"Proto": "peerapi6", "Port": 47969} - ]}, - "Created": "2026-04-09T01:29:33.566424284Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 800977816334517, - "StableID": "n8Cyo5LmF711CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:b032e7d6118386347781a9774f5be7aee6ab727432be798352c8b0b5f42c0b57", - "Addresses": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "AllowedIPs": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "Endpoints": ["77.164.248.136:36842", "10.65.0.27:36842", "172.17.0.1:36842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56552}, - {"Proto": "peerapi6", "Port": 56552} - ]}, - "Created": "2026-04-09T01:29:34.108518056Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1037238246245339, - "StableID": "nkuyxQVm6911CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "DiscoKey": "discokey:a285c0aa8099115a664220d532aa682d1f8e6cf6b85e3c0dc0d1025baff96c47", - "Addresses": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "AllowedIPs": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "Endpoints": ["77.164.248.136:35520", "10.65.0.27:35520", "172.17.0.1:35520"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 59569}, - {"Proto": "peerapi6", "Port": 59569} - ]}, - "Created": "2026-04-09T01:29:31.396275291Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1162425084144536, - "StableID": "nTQb9HwT5A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "DiscoKey": "discokey:b153c40bc7008eac24ab428946b2e4003a04907a9c410ffeb84571cacc5bc45f", - "Addresses": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "AllowedIPs": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "Endpoints": ["77.164.248.136:39646", "10.65.0.27:39646", "172.17.0.1:39646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 51872}, - {"Proto": "peerapi6", "Port": 51872} - ]}, - "Created": "2026-04-09T01:29:29.771556304Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3696220555392248, - "StableID": "nBnJNtS2sV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "DiscoKey": "discokey:a48c922a469a8a60beba857b70163f4e78d22eb697944ac17c3fcb37328cfe5f", - "Addresses": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "AllowedIPs": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "Endpoints": ["77.164.248.136:40030", "10.65.0.27:40030", "172.17.0.1:40030"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 46240}, - {"Proto": "peerapi6", "Port": 46240} - ]}, - "Created": "2026-04-09T01:29:31.929972569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4023144003655124, - "StableID": "nKSdzuA6RY11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "DiscoKey": "discokey:d53e5ab44bc129d3c859f5c8e31b711a1b9f6d1bec6c628d28dd413e646d5874", - "Addresses": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "AllowedIPs": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "Endpoints": ["77.164.248.136:32998", "10.65.0.27:32998", "172.17.0.1:32998"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60421}, - {"Proto": "peerapi6", "Port": 60421} - ]}, - "Created": "2026-04-09T01:29:28.115371888Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4056794384551529, - "StableID": "npGYvL7LgY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "KeyExpiry": "2026-10-06T01:29:35Z", - "DiscoKey": "discokey:fc272b46a1a544c7f35725a7e4e5a7d54b5bb49c2d4f734e8d4b030ab6c55251", - "Addresses": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "AllowedIPs": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 45108}, - {"Proto": "peerapi6", "Port": 45108} - ]}, - "Created": "2026-04-09T01:29:35.191884999Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4152989538793672, - "StableID": "njcKJbztRZ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "DiscoKey": "discokey:ecb9e40f507b8a008db55bb092a49783c05fc519bff4bde13c86fe728dd08943", - "Addresses": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "AllowedIPs": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "Endpoints": ["77.164.248.136:33369", "10.65.0.27:33369", "172.17.0.1:33369"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57817}, - {"Proto": "peerapi6", "Port": 57817} - ]}, - "Created": "2026-04-09T01:29:30.855039401Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4854761240609824, - "StableID": "nDd4V3Mjue11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "DiscoKey": "discokey:f5ecb34a7dd0ea8f6fdfa60cb84c3765a20545bfa02efe99dddb251f4f059e6e", - "Addresses": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "AllowedIPs": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "Endpoints": ["77.164.248.136:36590", "10.65.0.27:36590", "172.17.0.1:36590"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 57130}, - {"Proto": "peerapi6", "Port": 57130} - ]}, - "Created": "2026-04-09T01:29:29.209966457Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4867606699298308, - "StableID": "njeVgtmY1f11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "DiscoKey": "discokey:20983494d0bb843d5815b20333096c657691b4a8c73921604da901f5384e7643", - "Addresses": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "AllowedIPs": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "Endpoints": ["77.164.248.136:35742", "10.65.0.27:35742", "172.17.0.1:35742"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 37300}, - {"Proto": "peerapi6", "Port": 37300} - ]}, - "Created": "2026-04-09T01:29:27.647892542Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6897465051045452, - "StableID": "nb6VJEisrv11CNTRL", + "ID": 1659821253702891, + "StableID": "nen8Q1hjxD11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "DiscoKey": "discokey:a6e9806d5bb3ffc34cdaa834813112c311e91da493619cce29093db7d7c33b05", - "Addresses": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "AllowedIPs": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "Endpoints": ["77.164.248.136:49787", "10.65.0.27:49787", "172.17.0.1:49787"], - "HomeDERP": 14, + "Key": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "DiscoKey": "discokey:9e0d0ac3c6b05d4629aadf76f1eedaae2fe66c90ed3c5ecec0a0dbee9a85c708", + "Addresses": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "AllowedIPs": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "Endpoints": ["77.164.248.136:51478", "10.65.0.27:51478", "172.17.0.1:51478"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60893}, - {"Proto": "peerapi6", "Port": 60893} + {"Proto": "peerapi4", "Port": 50498}, + {"Proto": "peerapi6", "Port": 50498} ]}, - "Created": "2026-04-09T01:29:32.473138479Z", + "Created": "2026-04-09T08:35:38.113217933Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7100602508607310, - "StableID": "nfVFpfnsSx11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:d2d7a0b480bf847674ef3ec1e0f26fe14ab1e76bd0963dd82ffbabf119147377", - "Addresses": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "AllowedIPs": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "Endpoints": ["77.164.248.136:45175", "10.65.0.27:45175", "172.17.0.1:45175"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62842}, - {"Proto": "peerapi6", "Port": 62842} - ]}, - "Created": "2026-04-09T01:29:34.651855101Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7121226941590093, - "StableID": "ncpGLGZDcx11CNTRL", + "ID": 1781276838713017, + "StableID": "n4GPY58kuE11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "DiscoKey": "discokey:bd7c854ea5a164cfff4110f973201f5745ff25febfd3da1193f2ee28a7604a1d", - "Addresses": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "AllowedIPs": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "Endpoints": ["77.164.248.136:58481", "10.65.0.27:58481", "172.17.0.1:58481"], + "Key": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "DiscoKey": "discokey:06fa872d9ea3dd68bc4ee68bc94ff97ca5faf607015d59386b0c6a898403fd46", + "Addresses": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "AllowedIPs": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "Endpoints": ["77.164.248.136:53328", "10.65.0.27:53328", "172.17.0.1:53328"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 37819}, - {"Proto": "peerapi6", "Port": 37819} + {"Proto": "peerapi4", "Port": 55834}, + {"Proto": "peerapi6", "Port": 55834} ]}, - "Created": "2026-04-09T01:29:30.295388439Z", + "Created": "2026-04-09T08:35:35.963275724Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7966058215878902, - "StableID": "nwH34oqqC521CNTRL", + "ID": 2345732245240689, + "StableID": "nYttvgQPKK11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "KeyExpiry": "2026-10-06T08:35:39Z", + "DiscoKey": "discokey:dbd9be1c03e5ac5fa96f1fd7e18bacf8fc8be0096182590304d13114832ef962", + "Addresses": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "AllowedIPs": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "Endpoints": ["77.164.248.136:37765", "10.65.0.27:37765", "172.17.0.1:37765"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 40145}, + {"Proto": "peerapi6", "Port": 40145} + ]}, + "Created": "2026-04-09T08:35:39.745345841Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2422789075597521, + "StableID": "naKEAXZHvK11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "DiscoKey": "discokey:d0a7279e8873880814a66f9bc486625c644bef94220f8639062935b28a5d2a55", + "Addresses": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "AllowedIPs": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "Endpoints": ["77.164.248.136:51090", "10.65.0.27:51090", "172.17.0.1:51090"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 57401}, + {"Proto": "peerapi6", "Port": 57401} + ]}, + "Created": "2026-04-09T08:35:36.501164831Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2662411105947047, + "StableID": "ni4BST2pnM11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:d34aa7f584c8cd0d30be99d3cbce39ff1c1f86433faac3808f54e800a4e28072", + "Addresses": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "AllowedIPs": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "Endpoints": ["77.164.248.136:39168", "10.65.0.27:39168", "172.17.0.1:39168"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 51609}, + {"Proto": "peerapi6", "Port": 51609} + ]}, + "Created": "2026-04-09T08:35:40.278914272Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2678433598904806, + "StableID": "nm8gGiu4vM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "DiscoKey": "discokey:269c84fba0ad4b86054ddd74a5e33706d45805c506b01bfbf6aa6e24ba0ed651", + "Addresses": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "AllowedIPs": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "Endpoints": ["77.164.248.136:43885", "10.65.0.27:43885", "172.17.0.1:43885"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61708}, + {"Proto": "peerapi6", "Port": 61708} + ]}, + "Created": "2026-04-09T08:35:35.408460029Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2874913639100360, + "StableID": "n7UGcA74TP11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "DiscoKey": "discokey:5c4b6bafe1ac17a4c90c097f37c830b3a843a40728c1270e5ac5c6b5a6a9af35", + "Addresses": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "AllowedIPs": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "Endpoints": ["77.164.248.136:36737", "10.65.0.27:36737", "172.17.0.1:36737"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 37783}, + {"Proto": "peerapi6", "Port": 37783} + ]}, + "Created": "2026-04-09T08:35:34.860553634Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4866181189563673, + "StableID": "nJZVG3Luze11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "DiscoKey": "discokey:788f5489d44b4ea7d96e08ea015982759cc05356df91159fdab27a7e29d7cd7c", + "Addresses": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "AllowedIPs": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "Endpoints": ["77.164.248.136:58032", "10.65.0.27:58032", "172.17.0.1:58032"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43524}, + {"Proto": "peerapi6", "Port": 43524} + ]}, + "Created": "2026-04-09T08:35:33.529463515Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4971531855178085, + "StableID": "ngeCqGicpf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "DiscoKey": "discokey:d02c4b21960ccfd954103eea75aeab419c5aa83c75f79b93d49fa05bc3a71a0a", + "Addresses": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "AllowedIPs": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "Endpoints": ["77.164.248.136:42573", "10.65.0.27:42573", "172.17.0.1:42573"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34685}, + {"Proto": "peerapi6", "Port": 34685} + ]}, + "Created": "2026-04-09T08:35:33.052565172Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6126398715975448, + "StableID": "nDVWf87fqp11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "DiscoKey": "discokey:f976b8bc1a297119f55ec6c8ccfc2bfec6bfaa191d8852e83ea2f360b6b9a66d", - "Addresses": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "AllowedIPs": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "Endpoints": ["77.164.248.136:47519", "10.65.0.27:47519", "172.17.0.1:47519"], + "Key": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "DiscoKey": "discokey:946bd86cd242da2287a724b0610dc0cc00417e3b4711959944b1db55df71686b", + "Addresses": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "AllowedIPs": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "Endpoints": ["77.164.248.136:39219", "10.65.0.27:39219", "172.17.0.1:39219"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56788}, - {"Proto": "peerapi6", "Port": 56788} + {"Proto": "peerapi4", "Port": 36797}, + {"Proto": "peerapi6", "Port": 36797} ]}, - "Created": "2026-04-09T01:29:28.66542462Z", + "Created": "2026-04-09T08:35:34.310535042Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 6295506795328651, + "StableID": "ngB5ZiHFAr11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:c847ef025ab17d84bbf64b4f1475982afc7396819ac964416801a9666cf3650b", + "Addresses": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "AllowedIPs": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 41236}, + {"Proto": "peerapi6", "Port": 41236} + ]}, + "Created": "2026-04-09T08:35:40.858763481Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6488587050104323, + "StableID": "n4wiVPBhfs11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "DiscoKey": "discokey:f184a2d2bb3e1e1560209c7d5222d2a114b792343dc6ddcd29bc0f6a8a310a39", + "Addresses": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "AllowedIPs": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "Endpoints": ["77.164.248.136:42953", "10.65.0.27:42953", "172.17.0.1:42953"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 41195}, + {"Proto": "peerapi6", "Port": 41195} + ]}, + "Created": "2026-04-09T08:35:39.1854313Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7650159646680213, + "StableID": "n8QhErimj221CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "DiscoKey": "discokey:699fc7c8dcfbb3bb503ae66a4d5890165f46c021d278abe31aadd9ade0ecf852", + "Addresses": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "AllowedIPs": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "Endpoints": ["77.164.248.136:57331", "10.65.0.27:57331", "172.17.0.1:57331"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 60300}, + {"Proto": "peerapi6", "Port": 60300} + ]}, + "Created": "2026-04-09T08:35:37.583121599Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8336918172896549, + "StableID": "nNmDWoho6821CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "DiscoKey": "discokey:8644600966e0bb28662b2440347dca93eed5c74c387b592409c3197d0f5ec80b", + "Addresses": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "AllowedIPs": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "Endpoints": ["77.164.248.136:53141", "10.65.0.27:53141", "172.17.0.1:53141"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62866}, + {"Proto": "peerapi6", "Port": 62866} + ]}, + "Created": "2026-04-09T08:35:37.04281834Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8893,27 +8903,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1229725174841525": { - "ID": 1229725174841525, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6105131413639592": { + "ID": 6105131413639592, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8944,26 +8956,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4023144003655124, - "StableID": "nKSdzuA6RY11CNTRL", + "ID": 4866181189563673, + "StableID": "nJZVG3Luze11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 4023144003655124, - "Key": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "DiscoKey": "discokey:d53e5ab44bc129d3c859f5c8e31b711a1b9f6d1bec6c628d28dd413e646d5874", - "Addresses": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "AllowedIPs": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "Endpoints": ["77.164.248.136:32998", "10.65.0.27:32998", "172.17.0.1:32998"], + "User": 4866181189563673, + "Key": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "DiscoKey": "discokey:788f5489d44b4ea7d96e08ea015982759cc05356df91159fdab27a7e29d7cd7c", + "Addresses": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "AllowedIPs": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "Endpoints": ["77.164.248.136:58032", "10.65.0.27:58032", "172.17.0.1:58032"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 60421}, - {"Proto": "peerapi6", "Port": 60421}, + {"Proto": "peerapi4", "Port": 43524}, + {"Proto": "peerapi6", "Port": 43524}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:28.115371888Z", + "Created": "2026-04-09T08:35:33.529463515Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8991,302 +9003,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "MachineKey": "mkey:911c0fc24a482741160bae429abd106b1937681fbba4f0c6904b5c623917ed06", + "NodeKey": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "MachineKey": "mkey:b6a923482b931ed8b2b0581dd2306b7ba14ced795b2c004bd78157fc4d748762", "Peers": [{ - "ID": 52270963588716, - "StableID": "nHuQ435gQ111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "DiscoKey": "discokey:8ff65dfb87fbae02e4ff23f1fdb1d35b754daa9ce7eac1b88db2c329ef72090c", - "Addresses": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "AllowedIPs": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "Endpoints": ["77.164.248.136:43209", "10.65.0.27:43209", "172.17.0.1:43209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47969}, - {"Proto": "peerapi6", "Port": 47969} - ]}, - "Created": "2026-04-09T01:29:33.566424284Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 800977816334517, - "StableID": "n8Cyo5LmF711CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:b032e7d6118386347781a9774f5be7aee6ab727432be798352c8b0b5f42c0b57", - "Addresses": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "AllowedIPs": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "Endpoints": ["77.164.248.136:36842", "10.65.0.27:36842", "172.17.0.1:36842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56552}, - {"Proto": "peerapi6", "Port": 56552} - ]}, - "Created": "2026-04-09T01:29:34.108518056Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1037238246245339, - "StableID": "nkuyxQVm6911CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "DiscoKey": "discokey:a285c0aa8099115a664220d532aa682d1f8e6cf6b85e3c0dc0d1025baff96c47", - "Addresses": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "AllowedIPs": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "Endpoints": ["77.164.248.136:35520", "10.65.0.27:35520", "172.17.0.1:35520"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 59569}, - {"Proto": "peerapi6", "Port": 59569} - ]}, - "Created": "2026-04-09T01:29:31.396275291Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1162425084144536, - "StableID": "nTQb9HwT5A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "DiscoKey": "discokey:b153c40bc7008eac24ab428946b2e4003a04907a9c410ffeb84571cacc5bc45f", - "Addresses": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "AllowedIPs": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "Endpoints": ["77.164.248.136:39646", "10.65.0.27:39646", "172.17.0.1:39646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 51872}, - {"Proto": "peerapi6", "Port": 51872} - ]}, - "Created": "2026-04-09T01:29:29.771556304Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1229725174841525, - "StableID": "nrfsh7owbA11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "DiscoKey": "discokey:30b9944764920302cd771b373e8448b6016e413f991702bd8d8ad33d892e820d", - "Addresses": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "AllowedIPs": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "Endpoints": ["77.164.248.136:55805", "10.65.0.27:55805", "172.17.0.1:55805"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:29:33.007362781Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3696220555392248, - "StableID": "nBnJNtS2sV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "DiscoKey": "discokey:a48c922a469a8a60beba857b70163f4e78d22eb697944ac17c3fcb37328cfe5f", - "Addresses": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "AllowedIPs": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "Endpoints": ["77.164.248.136:40030", "10.65.0.27:40030", "172.17.0.1:40030"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 46240}, - {"Proto": "peerapi6", "Port": 46240} - ]}, - "Created": "2026-04-09T01:29:31.929972569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4056794384551529, - "StableID": "npGYvL7LgY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "KeyExpiry": "2026-10-06T01:29:35Z", - "DiscoKey": "discokey:fc272b46a1a544c7f35725a7e4e5a7d54b5bb49c2d4f734e8d4b030ab6c55251", - "Addresses": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "AllowedIPs": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "Endpoints": ["77.164.248.136:57437", "10.65.0.27:57437", "172.17.0.1:57437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 45108}, - {"Proto": "peerapi6", "Port": 45108} - ]}, - "Created": "2026-04-09T01:29:35.191884999Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4152989538793672, - "StableID": "njcKJbztRZ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "DiscoKey": "discokey:ecb9e40f507b8a008db55bb092a49783c05fc519bff4bde13c86fe728dd08943", - "Addresses": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "AllowedIPs": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "Endpoints": ["77.164.248.136:33369", "10.65.0.27:33369", "172.17.0.1:33369"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57817}, - {"Proto": "peerapi6", "Port": 57817} - ]}, - "Created": "2026-04-09T01:29:30.855039401Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4854761240609824, - "StableID": "nDd4V3Mjue11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "DiscoKey": "discokey:f5ecb34a7dd0ea8f6fdfa60cb84c3765a20545bfa02efe99dddb251f4f059e6e", - "Addresses": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "AllowedIPs": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "Endpoints": ["77.164.248.136:36590", "10.65.0.27:36590", "172.17.0.1:36590"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 57130}, - {"Proto": "peerapi6", "Port": 57130} - ]}, - "Created": "2026-04-09T01:29:29.209966457Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4867606699298308, - "StableID": "njeVgtmY1f11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "DiscoKey": "discokey:20983494d0bb843d5815b20333096c657691b4a8c73921604da901f5384e7643", - "Addresses": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "AllowedIPs": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "Endpoints": ["77.164.248.136:35742", "10.65.0.27:35742", "172.17.0.1:35742"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 37300}, - {"Proto": "peerapi6", "Port": 37300} - ]}, - "Created": "2026-04-09T01:29:27.647892542Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6897465051045452, - "StableID": "nb6VJEisrv11CNTRL", + "ID": 1659821253702891, + "StableID": "nen8Q1hjxD11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "DiscoKey": "discokey:a6e9806d5bb3ffc34cdaa834813112c311e91da493619cce29093db7d7c33b05", - "Addresses": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "AllowedIPs": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "Endpoints": ["77.164.248.136:49787", "10.65.0.27:49787", "172.17.0.1:49787"], - "HomeDERP": 14, + "Key": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "DiscoKey": "discokey:9e0d0ac3c6b05d4629aadf76f1eedaae2fe66c90ed3c5ecec0a0dbee9a85c708", + "Addresses": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "AllowedIPs": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "Endpoints": ["77.164.248.136:51478", "10.65.0.27:51478", "172.17.0.1:51478"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60893}, - {"Proto": "peerapi6", "Port": 60893} + {"Proto": "peerapi4", "Port": 50498}, + {"Proto": "peerapi6", "Port": 50498} ]}, - "Created": "2026-04-09T01:29:32.473138479Z", + "Created": "2026-04-09T08:35:38.113217933Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7100602508607310, - "StableID": "nfVFpfnsSx11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:d2d7a0b480bf847674ef3ec1e0f26fe14ab1e76bd0963dd82ffbabf119147377", - "Addresses": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "AllowedIPs": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "Endpoints": ["77.164.248.136:45175", "10.65.0.27:45175", "172.17.0.1:45175"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62842}, - {"Proto": "peerapi6", "Port": 62842} - ]}, - "Created": "2026-04-09T01:29:34.651855101Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7121226941590093, - "StableID": "ncpGLGZDcx11CNTRL", + "ID": 1781276838713017, + "StableID": "n4GPY58kuE11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "DiscoKey": "discokey:bd7c854ea5a164cfff4110f973201f5745ff25febfd3da1193f2ee28a7604a1d", - "Addresses": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "AllowedIPs": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "Endpoints": ["77.164.248.136:58481", "10.65.0.27:58481", "172.17.0.1:58481"], + "Key": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "DiscoKey": "discokey:06fa872d9ea3dd68bc4ee68bc94ff97ca5faf607015d59386b0c6a898403fd46", + "Addresses": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "AllowedIPs": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "Endpoints": ["77.164.248.136:53328", "10.65.0.27:53328", "172.17.0.1:53328"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 37819}, - {"Proto": "peerapi6", "Port": 37819} + {"Proto": "peerapi4", "Port": 55834}, + {"Proto": "peerapi6", "Port": 55834} ]}, - "Created": "2026-04-09T01:29:30.295388439Z", + "Created": "2026-04-09T08:35:35.963275724Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7966058215878902, - "StableID": "nwH34oqqC521CNTRL", + "ID": 2345732245240689, + "StableID": "nYttvgQPKK11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "KeyExpiry": "2026-10-06T08:35:39Z", + "DiscoKey": "discokey:dbd9be1c03e5ac5fa96f1fd7e18bacf8fc8be0096182590304d13114832ef962", + "Addresses": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "AllowedIPs": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "Endpoints": ["77.164.248.136:37765", "10.65.0.27:37765", "172.17.0.1:37765"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 40145}, + {"Proto": "peerapi6", "Port": 40145} + ]}, + "Created": "2026-04-09T08:35:39.745345841Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2422789075597521, + "StableID": "naKEAXZHvK11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "DiscoKey": "discokey:d0a7279e8873880814a66f9bc486625c644bef94220f8639062935b28a5d2a55", + "Addresses": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "AllowedIPs": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "Endpoints": ["77.164.248.136:51090", "10.65.0.27:51090", "172.17.0.1:51090"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 57401}, + {"Proto": "peerapi6", "Port": 57401} + ]}, + "Created": "2026-04-09T08:35:36.501164831Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2662411105947047, + "StableID": "ni4BST2pnM11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:d34aa7f584c8cd0d30be99d3cbce39ff1c1f86433faac3808f54e800a4e28072", + "Addresses": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "AllowedIPs": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "Endpoints": ["77.164.248.136:39168", "10.65.0.27:39168", "172.17.0.1:39168"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 51609}, + {"Proto": "peerapi6", "Port": 51609} + ]}, + "Created": "2026-04-09T08:35:40.278914272Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2678433598904806, + "StableID": "nm8gGiu4vM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "DiscoKey": "discokey:269c84fba0ad4b86054ddd74a5e33706d45805c506b01bfbf6aa6e24ba0ed651", + "Addresses": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "AllowedIPs": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "Endpoints": ["77.164.248.136:43885", "10.65.0.27:43885", "172.17.0.1:43885"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61708}, + {"Proto": "peerapi6", "Port": 61708} + ]}, + "Created": "2026-04-09T08:35:35.408460029Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2874913639100360, + "StableID": "n7UGcA74TP11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "DiscoKey": "discokey:5c4b6bafe1ac17a4c90c097f37c830b3a843a40728c1270e5ac5c6b5a6a9af35", + "Addresses": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "AllowedIPs": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "Endpoints": ["77.164.248.136:36737", "10.65.0.27:36737", "172.17.0.1:36737"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 37783}, + {"Proto": "peerapi6", "Port": 37783} + ]}, + "Created": "2026-04-09T08:35:34.860553634Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4971531855178085, + "StableID": "ngeCqGicpf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "DiscoKey": "discokey:d02c4b21960ccfd954103eea75aeab419c5aa83c75f79b93d49fa05bc3a71a0a", + "Addresses": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "AllowedIPs": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "Endpoints": ["77.164.248.136:42573", "10.65.0.27:42573", "172.17.0.1:42573"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34685}, + {"Proto": "peerapi6", "Port": 34685} + ]}, + "Created": "2026-04-09T08:35:33.052565172Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6105131413639592, + "StableID": "nwi1z5T2gp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "DiscoKey": "discokey:7708514d2914a1050a7a61138d3f1486062ed6e6867c479d49b8c7359c135d0f", + "Addresses": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "AllowedIPs": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "Endpoints": ["77.164.248.136:50389", "10.65.0.27:50389", "172.17.0.1:50389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 41755}, + {"Proto": "peerapi6", "Port": 41755} + ]}, + "Created": "2026-04-09T08:35:38.661802833Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6126398715975448, + "StableID": "nDVWf87fqp11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "DiscoKey": "discokey:f976b8bc1a297119f55ec6c8ccfc2bfec6bfaa191d8852e83ea2f360b6b9a66d", - "Addresses": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "AllowedIPs": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "Endpoints": ["77.164.248.136:47519", "10.65.0.27:47519", "172.17.0.1:47519"], + "Key": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "DiscoKey": "discokey:946bd86cd242da2287a724b0610dc0cc00417e3b4711959944b1db55df71686b", + "Addresses": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "AllowedIPs": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "Endpoints": ["77.164.248.136:39219", "10.65.0.27:39219", "172.17.0.1:39219"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56788}, - {"Proto": "peerapi6", "Port": 56788} + {"Proto": "peerapi4", "Port": 36797}, + {"Proto": "peerapi6", "Port": 36797} ]}, - "Created": "2026-04-09T01:29:28.66542462Z", + "Created": "2026-04-09T08:35:34.310535042Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 6295506795328651, + "StableID": "ngB5ZiHFAr11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:c847ef025ab17d84bbf64b4f1475982afc7396819ac964416801a9666cf3650b", + "Addresses": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "AllowedIPs": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "Endpoints": ["77.164.248.136:47988", "10.65.0.27:47988", "172.17.0.1:47988"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 41236}, + {"Proto": "peerapi6", "Port": 41236} + ]}, + "Created": "2026-04-09T08:35:40.858763481Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6488587050104323, + "StableID": "n4wiVPBhfs11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "DiscoKey": "discokey:f184a2d2bb3e1e1560209c7d5222d2a114b792343dc6ddcd29bc0f6a8a310a39", + "Addresses": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "AllowedIPs": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "Endpoints": ["77.164.248.136:42953", "10.65.0.27:42953", "172.17.0.1:42953"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 41195}, + {"Proto": "peerapi6", "Port": 41195} + ]}, + "Created": "2026-04-09T08:35:39.1854313Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7650159646680213, + "StableID": "n8QhErimj221CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "DiscoKey": "discokey:699fc7c8dcfbb3bb503ae66a4d5890165f46c021d278abe31aadd9ade0ecf852", + "Addresses": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "AllowedIPs": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "Endpoints": ["77.164.248.136:57331", "10.65.0.27:57331", "172.17.0.1:57331"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 60300}, + {"Proto": "peerapi6", "Port": 60300} + ]}, + "Created": "2026-04-09T08:35:37.583121599Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8336918172896549, + "StableID": "nNmDWoho6821CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "DiscoKey": "discokey:8644600966e0bb28662b2440347dca93eed5c74c387b592409c3197d0f5ec80b", + "Addresses": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "AllowedIPs": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "Endpoints": ["77.164.248.136:53141", "10.65.0.27:53141", "172.17.0.1:53141"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62866}, + {"Proto": "peerapi6", "Port": 62866} + ]}, + "Created": "2026-04-09T08:35:37.04281834Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10134,27 +10146,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4023144003655124": { - "ID": 4023144003655124, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4866181189563673": { + "ID": 4866181189563673, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10185,26 +10199,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4867606699298308, - "StableID": "njeVgtmY1f11CNTRL", + "ID": 4971531855178085, + "StableID": "ngeCqGicpf11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 4867606699298308, - "Key": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "DiscoKey": "discokey:20983494d0bb843d5815b20333096c657691b4a8c73921604da901f5384e7643", - "Addresses": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "AllowedIPs": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "Endpoints": ["77.164.248.136:35742", "10.65.0.27:35742", "172.17.0.1:35742"], + "User": 4971531855178085, + "Key": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "DiscoKey": "discokey:d02c4b21960ccfd954103eea75aeab419c5aa83c75f79b93d49fa05bc3a71a0a", + "Addresses": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "AllowedIPs": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "Endpoints": ["77.164.248.136:42573", "10.65.0.27:42573", "172.17.0.1:42573"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 37300}, - {"Proto": "peerapi6", "Port": 37300}, + {"Proto": "peerapi4", "Port": 34685}, + {"Proto": "peerapi6", "Port": 34685}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:27.647892542Z", + "Created": "2026-04-09T08:35:33.052565172Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10232,302 +10246,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "MachineKey": "mkey:20992046bcd8726c9120e5e2b58a0d334f2aba57830cf4c2660ef00d097f1422", + "NodeKey": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "MachineKey": "mkey:dd66825ff9f20c3494b3269a22294186c54fdf96f047197578318ff5af5c1675", "Peers": [{ - "ID": 52270963588716, - "StableID": "nHuQ435gQ111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "DiscoKey": "discokey:8ff65dfb87fbae02e4ff23f1fdb1d35b754daa9ce7eac1b88db2c329ef72090c", - "Addresses": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "AllowedIPs": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "Endpoints": ["77.164.248.136:43209", "10.65.0.27:43209", "172.17.0.1:43209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47969}, - {"Proto": "peerapi6", "Port": 47969} - ]}, - "Created": "2026-04-09T01:29:33.566424284Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 800977816334517, - "StableID": "n8Cyo5LmF711CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:b032e7d6118386347781a9774f5be7aee6ab727432be798352c8b0b5f42c0b57", - "Addresses": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "AllowedIPs": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "Endpoints": ["77.164.248.136:36842", "10.65.0.27:36842", "172.17.0.1:36842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56552}, - {"Proto": "peerapi6", "Port": 56552} - ]}, - "Created": "2026-04-09T01:29:34.108518056Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1037238246245339, - "StableID": "nkuyxQVm6911CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "DiscoKey": "discokey:a285c0aa8099115a664220d532aa682d1f8e6cf6b85e3c0dc0d1025baff96c47", - "Addresses": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "AllowedIPs": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "Endpoints": ["77.164.248.136:35520", "10.65.0.27:35520", "172.17.0.1:35520"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 59569}, - {"Proto": "peerapi6", "Port": 59569} - ]}, - "Created": "2026-04-09T01:29:31.396275291Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1162425084144536, - "StableID": "nTQb9HwT5A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "DiscoKey": "discokey:b153c40bc7008eac24ab428946b2e4003a04907a9c410ffeb84571cacc5bc45f", - "Addresses": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "AllowedIPs": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "Endpoints": ["77.164.248.136:39646", "10.65.0.27:39646", "172.17.0.1:39646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 51872}, - {"Proto": "peerapi6", "Port": 51872} - ]}, - "Created": "2026-04-09T01:29:29.771556304Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1229725174841525, - "StableID": "nrfsh7owbA11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "DiscoKey": "discokey:30b9944764920302cd771b373e8448b6016e413f991702bd8d8ad33d892e820d", - "Addresses": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "AllowedIPs": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "Endpoints": ["77.164.248.136:55805", "10.65.0.27:55805", "172.17.0.1:55805"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:29:33.007362781Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3696220555392248, - "StableID": "nBnJNtS2sV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "DiscoKey": "discokey:a48c922a469a8a60beba857b70163f4e78d22eb697944ac17c3fcb37328cfe5f", - "Addresses": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "AllowedIPs": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "Endpoints": ["77.164.248.136:40030", "10.65.0.27:40030", "172.17.0.1:40030"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 46240}, - {"Proto": "peerapi6", "Port": 46240} - ]}, - "Created": "2026-04-09T01:29:31.929972569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4023144003655124, - "StableID": "nKSdzuA6RY11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "DiscoKey": "discokey:d53e5ab44bc129d3c859f5c8e31b711a1b9f6d1bec6c628d28dd413e646d5874", - "Addresses": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "AllowedIPs": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "Endpoints": ["77.164.248.136:32998", "10.65.0.27:32998", "172.17.0.1:32998"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60421}, - {"Proto": "peerapi6", "Port": 60421} - ]}, - "Created": "2026-04-09T01:29:28.115371888Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4056794384551529, - "StableID": "npGYvL7LgY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "KeyExpiry": "2026-10-06T01:29:35Z", - "DiscoKey": "discokey:fc272b46a1a544c7f35725a7e4e5a7d54b5bb49c2d4f734e8d4b030ab6c55251", - "Addresses": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "AllowedIPs": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "Endpoints": ["77.164.248.136:57437", "10.65.0.27:57437", "172.17.0.1:57437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 45108}, - {"Proto": "peerapi6", "Port": 45108} - ]}, - "Created": "2026-04-09T01:29:35.191884999Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4152989538793672, - "StableID": "njcKJbztRZ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "DiscoKey": "discokey:ecb9e40f507b8a008db55bb092a49783c05fc519bff4bde13c86fe728dd08943", - "Addresses": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "AllowedIPs": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "Endpoints": ["77.164.248.136:33369", "10.65.0.27:33369", "172.17.0.1:33369"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57817}, - {"Proto": "peerapi6", "Port": 57817} - ]}, - "Created": "2026-04-09T01:29:30.855039401Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4854761240609824, - "StableID": "nDd4V3Mjue11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "DiscoKey": "discokey:f5ecb34a7dd0ea8f6fdfa60cb84c3765a20545bfa02efe99dddb251f4f059e6e", - "Addresses": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "AllowedIPs": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "Endpoints": ["77.164.248.136:36590", "10.65.0.27:36590", "172.17.0.1:36590"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 57130}, - {"Proto": "peerapi6", "Port": 57130} - ]}, - "Created": "2026-04-09T01:29:29.209966457Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6897465051045452, - "StableID": "nb6VJEisrv11CNTRL", + "ID": 1659821253702891, + "StableID": "nen8Q1hjxD11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "DiscoKey": "discokey:a6e9806d5bb3ffc34cdaa834813112c311e91da493619cce29093db7d7c33b05", - "Addresses": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "AllowedIPs": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "Endpoints": ["77.164.248.136:49787", "10.65.0.27:49787", "172.17.0.1:49787"], - "HomeDERP": 14, + "Key": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "DiscoKey": "discokey:9e0d0ac3c6b05d4629aadf76f1eedaae2fe66c90ed3c5ecec0a0dbee9a85c708", + "Addresses": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "AllowedIPs": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "Endpoints": ["77.164.248.136:51478", "10.65.0.27:51478", "172.17.0.1:51478"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60893}, - {"Proto": "peerapi6", "Port": 60893} + {"Proto": "peerapi4", "Port": 50498}, + {"Proto": "peerapi6", "Port": 50498} ]}, - "Created": "2026-04-09T01:29:32.473138479Z", + "Created": "2026-04-09T08:35:38.113217933Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7100602508607310, - "StableID": "nfVFpfnsSx11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:d2d7a0b480bf847674ef3ec1e0f26fe14ab1e76bd0963dd82ffbabf119147377", - "Addresses": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "AllowedIPs": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "Endpoints": ["77.164.248.136:45175", "10.65.0.27:45175", "172.17.0.1:45175"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62842}, - {"Proto": "peerapi6", "Port": 62842} - ]}, - "Created": "2026-04-09T01:29:34.651855101Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7121226941590093, - "StableID": "ncpGLGZDcx11CNTRL", + "ID": 1781276838713017, + "StableID": "n4GPY58kuE11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "DiscoKey": "discokey:bd7c854ea5a164cfff4110f973201f5745ff25febfd3da1193f2ee28a7604a1d", - "Addresses": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "AllowedIPs": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "Endpoints": ["77.164.248.136:58481", "10.65.0.27:58481", "172.17.0.1:58481"], + "Key": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "DiscoKey": "discokey:06fa872d9ea3dd68bc4ee68bc94ff97ca5faf607015d59386b0c6a898403fd46", + "Addresses": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "AllowedIPs": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "Endpoints": ["77.164.248.136:53328", "10.65.0.27:53328", "172.17.0.1:53328"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 37819}, - {"Proto": "peerapi6", "Port": 37819} + {"Proto": "peerapi4", "Port": 55834}, + {"Proto": "peerapi6", "Port": 55834} ]}, - "Created": "2026-04-09T01:29:30.295388439Z", + "Created": "2026-04-09T08:35:35.963275724Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7966058215878902, - "StableID": "nwH34oqqC521CNTRL", + "ID": 2345732245240689, + "StableID": "nYttvgQPKK11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "KeyExpiry": "2026-10-06T08:35:39Z", + "DiscoKey": "discokey:dbd9be1c03e5ac5fa96f1fd7e18bacf8fc8be0096182590304d13114832ef962", + "Addresses": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "AllowedIPs": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "Endpoints": ["77.164.248.136:37765", "10.65.0.27:37765", "172.17.0.1:37765"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 40145}, + {"Proto": "peerapi6", "Port": 40145} + ]}, + "Created": "2026-04-09T08:35:39.745345841Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2422789075597521, + "StableID": "naKEAXZHvK11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "DiscoKey": "discokey:d0a7279e8873880814a66f9bc486625c644bef94220f8639062935b28a5d2a55", + "Addresses": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "AllowedIPs": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "Endpoints": ["77.164.248.136:51090", "10.65.0.27:51090", "172.17.0.1:51090"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 57401}, + {"Proto": "peerapi6", "Port": 57401} + ]}, + "Created": "2026-04-09T08:35:36.501164831Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2662411105947047, + "StableID": "ni4BST2pnM11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:d34aa7f584c8cd0d30be99d3cbce39ff1c1f86433faac3808f54e800a4e28072", + "Addresses": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "AllowedIPs": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "Endpoints": ["77.164.248.136:39168", "10.65.0.27:39168", "172.17.0.1:39168"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 51609}, + {"Proto": "peerapi6", "Port": 51609} + ]}, + "Created": "2026-04-09T08:35:40.278914272Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2678433598904806, + "StableID": "nm8gGiu4vM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "DiscoKey": "discokey:269c84fba0ad4b86054ddd74a5e33706d45805c506b01bfbf6aa6e24ba0ed651", + "Addresses": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "AllowedIPs": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "Endpoints": ["77.164.248.136:43885", "10.65.0.27:43885", "172.17.0.1:43885"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61708}, + {"Proto": "peerapi6", "Port": 61708} + ]}, + "Created": "2026-04-09T08:35:35.408460029Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2874913639100360, + "StableID": "n7UGcA74TP11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "DiscoKey": "discokey:5c4b6bafe1ac17a4c90c097f37c830b3a843a40728c1270e5ac5c6b5a6a9af35", + "Addresses": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "AllowedIPs": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "Endpoints": ["77.164.248.136:36737", "10.65.0.27:36737", "172.17.0.1:36737"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 37783}, + {"Proto": "peerapi6", "Port": 37783} + ]}, + "Created": "2026-04-09T08:35:34.860553634Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4866181189563673, + "StableID": "nJZVG3Luze11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "DiscoKey": "discokey:788f5489d44b4ea7d96e08ea015982759cc05356df91159fdab27a7e29d7cd7c", + "Addresses": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "AllowedIPs": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "Endpoints": ["77.164.248.136:58032", "10.65.0.27:58032", "172.17.0.1:58032"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43524}, + {"Proto": "peerapi6", "Port": 43524} + ]}, + "Created": "2026-04-09T08:35:33.529463515Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6105131413639592, + "StableID": "nwi1z5T2gp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "DiscoKey": "discokey:7708514d2914a1050a7a61138d3f1486062ed6e6867c479d49b8c7359c135d0f", + "Addresses": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "AllowedIPs": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "Endpoints": ["77.164.248.136:50389", "10.65.0.27:50389", "172.17.0.1:50389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 41755}, + {"Proto": "peerapi6", "Port": 41755} + ]}, + "Created": "2026-04-09T08:35:38.661802833Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6126398715975448, + "StableID": "nDVWf87fqp11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "DiscoKey": "discokey:f976b8bc1a297119f55ec6c8ccfc2bfec6bfaa191d8852e83ea2f360b6b9a66d", - "Addresses": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "AllowedIPs": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "Endpoints": ["77.164.248.136:47519", "10.65.0.27:47519", "172.17.0.1:47519"], + "Key": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "DiscoKey": "discokey:946bd86cd242da2287a724b0610dc0cc00417e3b4711959944b1db55df71686b", + "Addresses": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "AllowedIPs": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "Endpoints": ["77.164.248.136:39219", "10.65.0.27:39219", "172.17.0.1:39219"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56788}, - {"Proto": "peerapi6", "Port": 56788} + {"Proto": "peerapi4", "Port": 36797}, + {"Proto": "peerapi6", "Port": 36797} ]}, - "Created": "2026-04-09T01:29:28.66542462Z", + "Created": "2026-04-09T08:35:34.310535042Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 6295506795328651, + "StableID": "ngB5ZiHFAr11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:c847ef025ab17d84bbf64b4f1475982afc7396819ac964416801a9666cf3650b", + "Addresses": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "AllowedIPs": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "Endpoints": ["77.164.248.136:47988", "10.65.0.27:47988", "172.17.0.1:47988"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 41236}, + {"Proto": "peerapi6", "Port": 41236} + ]}, + "Created": "2026-04-09T08:35:40.858763481Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6488587050104323, + "StableID": "n4wiVPBhfs11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "DiscoKey": "discokey:f184a2d2bb3e1e1560209c7d5222d2a114b792343dc6ddcd29bc0f6a8a310a39", + "Addresses": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "AllowedIPs": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "Endpoints": ["77.164.248.136:42953", "10.65.0.27:42953", "172.17.0.1:42953"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 41195}, + {"Proto": "peerapi6", "Port": 41195} + ]}, + "Created": "2026-04-09T08:35:39.1854313Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7650159646680213, + "StableID": "n8QhErimj221CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "DiscoKey": "discokey:699fc7c8dcfbb3bb503ae66a4d5890165f46c021d278abe31aadd9ade0ecf852", + "Addresses": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "AllowedIPs": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "Endpoints": ["77.164.248.136:57331", "10.65.0.27:57331", "172.17.0.1:57331"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 60300}, + {"Proto": "peerapi6", "Port": 60300} + ]}, + "Created": "2026-04-09T08:35:37.583121599Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8336918172896549, + "StableID": "nNmDWoho6821CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "DiscoKey": "discokey:8644600966e0bb28662b2440347dca93eed5c74c387b592409c3197d0f5ec80b", + "Addresses": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "AllowedIPs": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "Endpoints": ["77.164.248.136:53141", "10.65.0.27:53141", "172.17.0.1:53141"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62866}, + {"Proto": "peerapi6", "Port": 62866} + ]}, + "Created": "2026-04-09T08:35:37.04281834Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11375,27 +11389,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4867606699298308": { - "ID": 4867606699298308, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4971531855178085": { + "ID": 4971531855178085, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11426,21 +11442,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1162425084144536, - "StableID": "nTQb9HwT5A11CNTRL", + "ID": 2678433598904806, + "StableID": "nm8gGiu4vM11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 1162425084144536, - "Key": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "DiscoKey": "discokey:b153c40bc7008eac24ab428946b2e4003a04907a9c410ffeb84571cacc5bc45f", - "Addresses": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "AllowedIPs": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "Endpoints": ["77.164.248.136:39646", "10.65.0.27:39646", "172.17.0.1:39646"], + "User": 2678433598904806, + "Key": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "DiscoKey": "discokey:269c84fba0ad4b86054ddd74a5e33706d45805c506b01bfbf6aa6e24ba0ed651", + "Addresses": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "AllowedIPs": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "Endpoints": ["77.164.248.136:43885", "10.65.0.27:43885", "172.17.0.1:43885"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 51872}, - {"Proto": "peerapi6", "Port": 51872}, + {"Proto": "peerapi4", "Port": 61708}, + {"Proto": "peerapi6", "Port": 61708}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:29.771556304Z", + "Created": "2026-04-09T08:35:35.408460029Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11468,300 +11484,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "MachineKey": "mkey:5b673266eec2e245b652001bb9d92bc3852a94c2c4e2795680f6530582607f74", + "NodeKey": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "MachineKey": "mkey:da6bf125eb76759f24a8f6c058c43d9e601a1c070e18e2d3982740bcfd698376", "Peers": [{ - "ID": 52270963588716, - "StableID": "nHuQ435gQ111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "DiscoKey": "discokey:8ff65dfb87fbae02e4ff23f1fdb1d35b754daa9ce7eac1b88db2c329ef72090c", - "Addresses": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "AllowedIPs": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "Endpoints": ["77.164.248.136:43209", "10.65.0.27:43209", "172.17.0.1:43209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47969}, - {"Proto": "peerapi6", "Port": 47969} - ]}, - "Created": "2026-04-09T01:29:33.566424284Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 800977816334517, - "StableID": "n8Cyo5LmF711CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:b032e7d6118386347781a9774f5be7aee6ab727432be798352c8b0b5f42c0b57", - "Addresses": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "AllowedIPs": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "Endpoints": ["77.164.248.136:36842", "10.65.0.27:36842", "172.17.0.1:36842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56552}, - {"Proto": "peerapi6", "Port": 56552} - ]}, - "Created": "2026-04-09T01:29:34.108518056Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1037238246245339, - "StableID": "nkuyxQVm6911CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "DiscoKey": "discokey:a285c0aa8099115a664220d532aa682d1f8e6cf6b85e3c0dc0d1025baff96c47", - "Addresses": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "AllowedIPs": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "Endpoints": ["77.164.248.136:35520", "10.65.0.27:35520", "172.17.0.1:35520"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 59569}, - {"Proto": "peerapi6", "Port": 59569} - ]}, - "Created": "2026-04-09T01:29:31.396275291Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1229725174841525, - "StableID": "nrfsh7owbA11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "DiscoKey": "discokey:30b9944764920302cd771b373e8448b6016e413f991702bd8d8ad33d892e820d", - "Addresses": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "AllowedIPs": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "Endpoints": ["77.164.248.136:55805", "10.65.0.27:55805", "172.17.0.1:55805"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:29:33.007362781Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3696220555392248, - "StableID": "nBnJNtS2sV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "DiscoKey": "discokey:a48c922a469a8a60beba857b70163f4e78d22eb697944ac17c3fcb37328cfe5f", - "Addresses": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "AllowedIPs": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "Endpoints": ["77.164.248.136:40030", "10.65.0.27:40030", "172.17.0.1:40030"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 46240}, - {"Proto": "peerapi6", "Port": 46240} - ]}, - "Created": "2026-04-09T01:29:31.929972569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4023144003655124, - "StableID": "nKSdzuA6RY11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "DiscoKey": "discokey:d53e5ab44bc129d3c859f5c8e31b711a1b9f6d1bec6c628d28dd413e646d5874", - "Addresses": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "AllowedIPs": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "Endpoints": ["77.164.248.136:32998", "10.65.0.27:32998", "172.17.0.1:32998"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60421}, - {"Proto": "peerapi6", "Port": 60421} - ]}, - "Created": "2026-04-09T01:29:28.115371888Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4056794384551529, - "StableID": "npGYvL7LgY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "KeyExpiry": "2026-10-06T01:29:35Z", - "DiscoKey": "discokey:fc272b46a1a544c7f35725a7e4e5a7d54b5bb49c2d4f734e8d4b030ab6c55251", - "Addresses": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "AllowedIPs": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 45108}, - {"Proto": "peerapi6", "Port": 45108} - ]}, - "Created": "2026-04-09T01:29:35.191884999Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4152989538793672, - "StableID": "njcKJbztRZ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "DiscoKey": "discokey:ecb9e40f507b8a008db55bb092a49783c05fc519bff4bde13c86fe728dd08943", - "Addresses": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "AllowedIPs": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "Endpoints": ["77.164.248.136:33369", "10.65.0.27:33369", "172.17.0.1:33369"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57817}, - {"Proto": "peerapi6", "Port": 57817} - ]}, - "Created": "2026-04-09T01:29:30.855039401Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4854761240609824, - "StableID": "nDd4V3Mjue11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "DiscoKey": "discokey:f5ecb34a7dd0ea8f6fdfa60cb84c3765a20545bfa02efe99dddb251f4f059e6e", - "Addresses": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "AllowedIPs": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "Endpoints": ["77.164.248.136:36590", "10.65.0.27:36590", "172.17.0.1:36590"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 57130}, - {"Proto": "peerapi6", "Port": 57130} - ]}, - "Created": "2026-04-09T01:29:29.209966457Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4867606699298308, - "StableID": "njeVgtmY1f11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "DiscoKey": "discokey:20983494d0bb843d5815b20333096c657691b4a8c73921604da901f5384e7643", - "Addresses": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "AllowedIPs": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "Endpoints": ["77.164.248.136:35742", "10.65.0.27:35742", "172.17.0.1:35742"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 37300}, - {"Proto": "peerapi6", "Port": 37300} - ]}, - "Created": "2026-04-09T01:29:27.647892542Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6897465051045452, - "StableID": "nb6VJEisrv11CNTRL", + "ID": 1659821253702891, + "StableID": "nen8Q1hjxD11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "DiscoKey": "discokey:a6e9806d5bb3ffc34cdaa834813112c311e91da493619cce29093db7d7c33b05", - "Addresses": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "AllowedIPs": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "Endpoints": ["77.164.248.136:49787", "10.65.0.27:49787", "172.17.0.1:49787"], - "HomeDERP": 14, + "Key": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "DiscoKey": "discokey:9e0d0ac3c6b05d4629aadf76f1eedaae2fe66c90ed3c5ecec0a0dbee9a85c708", + "Addresses": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "AllowedIPs": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "Endpoints": ["77.164.248.136:51478", "10.65.0.27:51478", "172.17.0.1:51478"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60893}, - {"Proto": "peerapi6", "Port": 60893} + {"Proto": "peerapi4", "Port": 50498}, + {"Proto": "peerapi6", "Port": 50498} ]}, - "Created": "2026-04-09T01:29:32.473138479Z", + "Created": "2026-04-09T08:35:38.113217933Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7100602508607310, - "StableID": "nfVFpfnsSx11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:d2d7a0b480bf847674ef3ec1e0f26fe14ab1e76bd0963dd82ffbabf119147377", - "Addresses": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "AllowedIPs": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "Endpoints": ["77.164.248.136:45175", "10.65.0.27:45175", "172.17.0.1:45175"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62842}, - {"Proto": "peerapi6", "Port": 62842} - ]}, - "Created": "2026-04-09T01:29:34.651855101Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7121226941590093, - "StableID": "ncpGLGZDcx11CNTRL", + "ID": 1781276838713017, + "StableID": "n4GPY58kuE11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "DiscoKey": "discokey:bd7c854ea5a164cfff4110f973201f5745ff25febfd3da1193f2ee28a7604a1d", - "Addresses": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "AllowedIPs": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "Endpoints": ["77.164.248.136:58481", "10.65.0.27:58481", "172.17.0.1:58481"], + "Key": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "DiscoKey": "discokey:06fa872d9ea3dd68bc4ee68bc94ff97ca5faf607015d59386b0c6a898403fd46", + "Addresses": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "AllowedIPs": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "Endpoints": ["77.164.248.136:53328", "10.65.0.27:53328", "172.17.0.1:53328"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 37819}, - {"Proto": "peerapi6", "Port": 37819} + {"Proto": "peerapi4", "Port": 55834}, + {"Proto": "peerapi6", "Port": 55834} ]}, - "Created": "2026-04-09T01:29:30.295388439Z", + "Created": "2026-04-09T08:35:35.963275724Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7966058215878902, - "StableID": "nwH34oqqC521CNTRL", + "ID": 2345732245240689, + "StableID": "nYttvgQPKK11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "KeyExpiry": "2026-10-06T08:35:39Z", + "DiscoKey": "discokey:dbd9be1c03e5ac5fa96f1fd7e18bacf8fc8be0096182590304d13114832ef962", + "Addresses": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "AllowedIPs": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "Endpoints": ["77.164.248.136:37765", "10.65.0.27:37765", "172.17.0.1:37765"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 40145}, + {"Proto": "peerapi6", "Port": 40145} + ]}, + "Created": "2026-04-09T08:35:39.745345841Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2422789075597521, + "StableID": "naKEAXZHvK11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "DiscoKey": "discokey:d0a7279e8873880814a66f9bc486625c644bef94220f8639062935b28a5d2a55", + "Addresses": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "AllowedIPs": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "Endpoints": ["77.164.248.136:51090", "10.65.0.27:51090", "172.17.0.1:51090"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 57401}, + {"Proto": "peerapi6", "Port": 57401} + ]}, + "Created": "2026-04-09T08:35:36.501164831Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2662411105947047, + "StableID": "ni4BST2pnM11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:d34aa7f584c8cd0d30be99d3cbce39ff1c1f86433faac3808f54e800a4e28072", + "Addresses": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "AllowedIPs": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "Endpoints": ["77.164.248.136:39168", "10.65.0.27:39168", "172.17.0.1:39168"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 51609}, + {"Proto": "peerapi6", "Port": 51609} + ]}, + "Created": "2026-04-09T08:35:40.278914272Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2874913639100360, + "StableID": "n7UGcA74TP11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "DiscoKey": "discokey:5c4b6bafe1ac17a4c90c097f37c830b3a843a40728c1270e5ac5c6b5a6a9af35", + "Addresses": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "AllowedIPs": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "Endpoints": ["77.164.248.136:36737", "10.65.0.27:36737", "172.17.0.1:36737"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 37783}, + {"Proto": "peerapi6", "Port": 37783} + ]}, + "Created": "2026-04-09T08:35:34.860553634Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4866181189563673, + "StableID": "nJZVG3Luze11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "DiscoKey": "discokey:788f5489d44b4ea7d96e08ea015982759cc05356df91159fdab27a7e29d7cd7c", + "Addresses": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "AllowedIPs": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "Endpoints": ["77.164.248.136:58032", "10.65.0.27:58032", "172.17.0.1:58032"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43524}, + {"Proto": "peerapi6", "Port": 43524} + ]}, + "Created": "2026-04-09T08:35:33.529463515Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4971531855178085, + "StableID": "ngeCqGicpf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "DiscoKey": "discokey:d02c4b21960ccfd954103eea75aeab419c5aa83c75f79b93d49fa05bc3a71a0a", + "Addresses": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "AllowedIPs": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "Endpoints": ["77.164.248.136:42573", "10.65.0.27:42573", "172.17.0.1:42573"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34685}, + {"Proto": "peerapi6", "Port": 34685} + ]}, + "Created": "2026-04-09T08:35:33.052565172Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6105131413639592, + "StableID": "nwi1z5T2gp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "DiscoKey": "discokey:7708514d2914a1050a7a61138d3f1486062ed6e6867c479d49b8c7359c135d0f", + "Addresses": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "AllowedIPs": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "Endpoints": ["77.164.248.136:50389", "10.65.0.27:50389", "172.17.0.1:50389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 41755}, + {"Proto": "peerapi6", "Port": 41755} + ]}, + "Created": "2026-04-09T08:35:38.661802833Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6126398715975448, + "StableID": "nDVWf87fqp11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "DiscoKey": "discokey:f976b8bc1a297119f55ec6c8ccfc2bfec6bfaa191d8852e83ea2f360b6b9a66d", - "Addresses": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "AllowedIPs": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "Endpoints": ["77.164.248.136:47519", "10.65.0.27:47519", "172.17.0.1:47519"], + "Key": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "DiscoKey": "discokey:946bd86cd242da2287a724b0610dc0cc00417e3b4711959944b1db55df71686b", + "Addresses": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "AllowedIPs": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "Endpoints": ["77.164.248.136:39219", "10.65.0.27:39219", "172.17.0.1:39219"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56788}, - {"Proto": "peerapi6", "Port": 56788} + {"Proto": "peerapi4", "Port": 36797}, + {"Proto": "peerapi6", "Port": 36797} ]}, - "Created": "2026-04-09T01:29:28.66542462Z", + "Created": "2026-04-09T08:35:34.310535042Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 6295506795328651, + "StableID": "ngB5ZiHFAr11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:c847ef025ab17d84bbf64b4f1475982afc7396819ac964416801a9666cf3650b", + "Addresses": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "AllowedIPs": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 41236}, + {"Proto": "peerapi6", "Port": 41236} + ]}, + "Created": "2026-04-09T08:35:40.858763481Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6488587050104323, + "StableID": "n4wiVPBhfs11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "DiscoKey": "discokey:f184a2d2bb3e1e1560209c7d5222d2a114b792343dc6ddcd29bc0f6a8a310a39", + "Addresses": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "AllowedIPs": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "Endpoints": ["77.164.248.136:42953", "10.65.0.27:42953", "172.17.0.1:42953"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 41195}, + {"Proto": "peerapi6", "Port": 41195} + ]}, + "Created": "2026-04-09T08:35:39.1854313Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7650159646680213, + "StableID": "n8QhErimj221CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "DiscoKey": "discokey:699fc7c8dcfbb3bb503ae66a4d5890165f46c021d278abe31aadd9ade0ecf852", + "Addresses": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "AllowedIPs": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "Endpoints": ["77.164.248.136:57331", "10.65.0.27:57331", "172.17.0.1:57331"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 60300}, + {"Proto": "peerapi6", "Port": 60300} + ]}, + "Created": "2026-04-09T08:35:37.583121599Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8336918172896549, + "StableID": "nNmDWoho6821CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "DiscoKey": "discokey:8644600966e0bb28662b2440347dca93eed5c74c387b592409c3197d0f5ec80b", + "Addresses": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "AllowedIPs": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "Endpoints": ["77.164.248.136:53141", "10.65.0.27:53141", "172.17.0.1:53141"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62866}, + {"Proto": "peerapi6", "Port": 62866} + ]}, + "Created": "2026-04-09T08:35:37.04281834Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12609,27 +12625,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1162425084144536": { - "ID": 1162425084144536, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2678433598904806": { + "ID": 2678433598904806, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12660,21 +12678,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4854761240609824, - "StableID": "nDd4V3Mjue11CNTRL", + "ID": 2874913639100360, + "StableID": "n7UGcA74TP11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 4854761240609824, - "Key": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "DiscoKey": "discokey:f5ecb34a7dd0ea8f6fdfa60cb84c3765a20545bfa02efe99dddb251f4f059e6e", - "Addresses": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "AllowedIPs": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "Endpoints": ["77.164.248.136:36590", "10.65.0.27:36590", "172.17.0.1:36590"], + "User": 2874913639100360, + "Key": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "DiscoKey": "discokey:5c4b6bafe1ac17a4c90c097f37c830b3a843a40728c1270e5ac5c6b5a6a9af35", + "Addresses": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "AllowedIPs": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "Endpoints": ["77.164.248.136:36737", "10.65.0.27:36737", "172.17.0.1:36737"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 57130}, - {"Proto": "peerapi6", "Port": 57130}, + {"Proto": "peerapi4", "Port": 37783}, + {"Proto": "peerapi6", "Port": 37783}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:29.209966457Z", + "Created": "2026-04-09T08:35:34.860553634Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12702,300 +12720,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "MachineKey": "mkey:a5d056dbfdfa6bcfdd2ed34dccc78e3c57a810dd3172929f7d205ab8fac97c7e", + "NodeKey": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "MachineKey": "mkey:ccc1a5089c051f0108036eac9ff4077777d82238b95518d48e007bb68cc8714d", "Peers": [{ - "ID": 52270963588716, - "StableID": "nHuQ435gQ111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "DiscoKey": "discokey:8ff65dfb87fbae02e4ff23f1fdb1d35b754daa9ce7eac1b88db2c329ef72090c", - "Addresses": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "AllowedIPs": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "Endpoints": ["77.164.248.136:43209", "10.65.0.27:43209", "172.17.0.1:43209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47969}, - {"Proto": "peerapi6", "Port": 47969} - ]}, - "Created": "2026-04-09T01:29:33.566424284Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 800977816334517, - "StableID": "n8Cyo5LmF711CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:b032e7d6118386347781a9774f5be7aee6ab727432be798352c8b0b5f42c0b57", - "Addresses": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "AllowedIPs": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "Endpoints": ["77.164.248.136:36842", "10.65.0.27:36842", "172.17.0.1:36842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56552}, - {"Proto": "peerapi6", "Port": 56552} - ]}, - "Created": "2026-04-09T01:29:34.108518056Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1037238246245339, - "StableID": "nkuyxQVm6911CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "DiscoKey": "discokey:a285c0aa8099115a664220d532aa682d1f8e6cf6b85e3c0dc0d1025baff96c47", - "Addresses": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "AllowedIPs": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "Endpoints": ["77.164.248.136:35520", "10.65.0.27:35520", "172.17.0.1:35520"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 59569}, - {"Proto": "peerapi6", "Port": 59569} - ]}, - "Created": "2026-04-09T01:29:31.396275291Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1162425084144536, - "StableID": "nTQb9HwT5A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "DiscoKey": "discokey:b153c40bc7008eac24ab428946b2e4003a04907a9c410ffeb84571cacc5bc45f", - "Addresses": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "AllowedIPs": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "Endpoints": ["77.164.248.136:39646", "10.65.0.27:39646", "172.17.0.1:39646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 51872}, - {"Proto": "peerapi6", "Port": 51872} - ]}, - "Created": "2026-04-09T01:29:29.771556304Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1229725174841525, - "StableID": "nrfsh7owbA11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "DiscoKey": "discokey:30b9944764920302cd771b373e8448b6016e413f991702bd8d8ad33d892e820d", - "Addresses": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "AllowedIPs": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "Endpoints": ["77.164.248.136:55805", "10.65.0.27:55805", "172.17.0.1:55805"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:29:33.007362781Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3696220555392248, - "StableID": "nBnJNtS2sV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "DiscoKey": "discokey:a48c922a469a8a60beba857b70163f4e78d22eb697944ac17c3fcb37328cfe5f", - "Addresses": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "AllowedIPs": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "Endpoints": ["77.164.248.136:40030", "10.65.0.27:40030", "172.17.0.1:40030"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 46240}, - {"Proto": "peerapi6", "Port": 46240} - ]}, - "Created": "2026-04-09T01:29:31.929972569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4023144003655124, - "StableID": "nKSdzuA6RY11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "DiscoKey": "discokey:d53e5ab44bc129d3c859f5c8e31b711a1b9f6d1bec6c628d28dd413e646d5874", - "Addresses": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "AllowedIPs": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "Endpoints": ["77.164.248.136:32998", "10.65.0.27:32998", "172.17.0.1:32998"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60421}, - {"Proto": "peerapi6", "Port": 60421} - ]}, - "Created": "2026-04-09T01:29:28.115371888Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4056794384551529, - "StableID": "npGYvL7LgY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "KeyExpiry": "2026-10-06T01:29:35Z", - "DiscoKey": "discokey:fc272b46a1a544c7f35725a7e4e5a7d54b5bb49c2d4f734e8d4b030ab6c55251", - "Addresses": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "AllowedIPs": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 45108}, - {"Proto": "peerapi6", "Port": 45108} - ]}, - "Created": "2026-04-09T01:29:35.191884999Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4152989538793672, - "StableID": "njcKJbztRZ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "DiscoKey": "discokey:ecb9e40f507b8a008db55bb092a49783c05fc519bff4bde13c86fe728dd08943", - "Addresses": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "AllowedIPs": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "Endpoints": ["77.164.248.136:33369", "10.65.0.27:33369", "172.17.0.1:33369"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57817}, - {"Proto": "peerapi6", "Port": 57817} - ]}, - "Created": "2026-04-09T01:29:30.855039401Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4867606699298308, - "StableID": "njeVgtmY1f11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "DiscoKey": "discokey:20983494d0bb843d5815b20333096c657691b4a8c73921604da901f5384e7643", - "Addresses": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "AllowedIPs": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "Endpoints": ["77.164.248.136:35742", "10.65.0.27:35742", "172.17.0.1:35742"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 37300}, - {"Proto": "peerapi6", "Port": 37300} - ]}, - "Created": "2026-04-09T01:29:27.647892542Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6897465051045452, - "StableID": "nb6VJEisrv11CNTRL", + "ID": 1659821253702891, + "StableID": "nen8Q1hjxD11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "DiscoKey": "discokey:a6e9806d5bb3ffc34cdaa834813112c311e91da493619cce29093db7d7c33b05", - "Addresses": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "AllowedIPs": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "Endpoints": ["77.164.248.136:49787", "10.65.0.27:49787", "172.17.0.1:49787"], - "HomeDERP": 14, + "Key": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "DiscoKey": "discokey:9e0d0ac3c6b05d4629aadf76f1eedaae2fe66c90ed3c5ecec0a0dbee9a85c708", + "Addresses": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "AllowedIPs": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "Endpoints": ["77.164.248.136:51478", "10.65.0.27:51478", "172.17.0.1:51478"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60893}, - {"Proto": "peerapi6", "Port": 60893} + {"Proto": "peerapi4", "Port": 50498}, + {"Proto": "peerapi6", "Port": 50498} ]}, - "Created": "2026-04-09T01:29:32.473138479Z", + "Created": "2026-04-09T08:35:38.113217933Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7100602508607310, - "StableID": "nfVFpfnsSx11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:d2d7a0b480bf847674ef3ec1e0f26fe14ab1e76bd0963dd82ffbabf119147377", - "Addresses": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "AllowedIPs": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "Endpoints": ["77.164.248.136:45175", "10.65.0.27:45175", "172.17.0.1:45175"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62842}, - {"Proto": "peerapi6", "Port": 62842} - ]}, - "Created": "2026-04-09T01:29:34.651855101Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7121226941590093, - "StableID": "ncpGLGZDcx11CNTRL", + "ID": 1781276838713017, + "StableID": "n4GPY58kuE11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "DiscoKey": "discokey:bd7c854ea5a164cfff4110f973201f5745ff25febfd3da1193f2ee28a7604a1d", - "Addresses": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "AllowedIPs": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "Endpoints": ["77.164.248.136:58481", "10.65.0.27:58481", "172.17.0.1:58481"], + "Key": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "DiscoKey": "discokey:06fa872d9ea3dd68bc4ee68bc94ff97ca5faf607015d59386b0c6a898403fd46", + "Addresses": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "AllowedIPs": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "Endpoints": ["77.164.248.136:53328", "10.65.0.27:53328", "172.17.0.1:53328"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 37819}, - {"Proto": "peerapi6", "Port": 37819} + {"Proto": "peerapi4", "Port": 55834}, + {"Proto": "peerapi6", "Port": 55834} ]}, - "Created": "2026-04-09T01:29:30.295388439Z", + "Created": "2026-04-09T08:35:35.963275724Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7966058215878902, - "StableID": "nwH34oqqC521CNTRL", + "ID": 2345732245240689, + "StableID": "nYttvgQPKK11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "KeyExpiry": "2026-10-06T08:35:39Z", + "DiscoKey": "discokey:dbd9be1c03e5ac5fa96f1fd7e18bacf8fc8be0096182590304d13114832ef962", + "Addresses": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "AllowedIPs": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "Endpoints": ["77.164.248.136:37765", "10.65.0.27:37765", "172.17.0.1:37765"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 40145}, + {"Proto": "peerapi6", "Port": 40145} + ]}, + "Created": "2026-04-09T08:35:39.745345841Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2422789075597521, + "StableID": "naKEAXZHvK11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "DiscoKey": "discokey:d0a7279e8873880814a66f9bc486625c644bef94220f8639062935b28a5d2a55", + "Addresses": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "AllowedIPs": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "Endpoints": ["77.164.248.136:51090", "10.65.0.27:51090", "172.17.0.1:51090"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 57401}, + {"Proto": "peerapi6", "Port": 57401} + ]}, + "Created": "2026-04-09T08:35:36.501164831Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2662411105947047, + "StableID": "ni4BST2pnM11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:d34aa7f584c8cd0d30be99d3cbce39ff1c1f86433faac3808f54e800a4e28072", + "Addresses": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "AllowedIPs": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "Endpoints": ["77.164.248.136:39168", "10.65.0.27:39168", "172.17.0.1:39168"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 51609}, + {"Proto": "peerapi6", "Port": 51609} + ]}, + "Created": "2026-04-09T08:35:40.278914272Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2678433598904806, + "StableID": "nm8gGiu4vM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "DiscoKey": "discokey:269c84fba0ad4b86054ddd74a5e33706d45805c506b01bfbf6aa6e24ba0ed651", + "Addresses": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "AllowedIPs": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "Endpoints": ["77.164.248.136:43885", "10.65.0.27:43885", "172.17.0.1:43885"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61708}, + {"Proto": "peerapi6", "Port": 61708} + ]}, + "Created": "2026-04-09T08:35:35.408460029Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4866181189563673, + "StableID": "nJZVG3Luze11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "DiscoKey": "discokey:788f5489d44b4ea7d96e08ea015982759cc05356df91159fdab27a7e29d7cd7c", + "Addresses": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "AllowedIPs": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "Endpoints": ["77.164.248.136:58032", "10.65.0.27:58032", "172.17.0.1:58032"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43524}, + {"Proto": "peerapi6", "Port": 43524} + ]}, + "Created": "2026-04-09T08:35:33.529463515Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4971531855178085, + "StableID": "ngeCqGicpf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "DiscoKey": "discokey:d02c4b21960ccfd954103eea75aeab419c5aa83c75f79b93d49fa05bc3a71a0a", + "Addresses": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "AllowedIPs": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "Endpoints": ["77.164.248.136:42573", "10.65.0.27:42573", "172.17.0.1:42573"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34685}, + {"Proto": "peerapi6", "Port": 34685} + ]}, + "Created": "2026-04-09T08:35:33.052565172Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6105131413639592, + "StableID": "nwi1z5T2gp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "DiscoKey": "discokey:7708514d2914a1050a7a61138d3f1486062ed6e6867c479d49b8c7359c135d0f", + "Addresses": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "AllowedIPs": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "Endpoints": ["77.164.248.136:50389", "10.65.0.27:50389", "172.17.0.1:50389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 41755}, + {"Proto": "peerapi6", "Port": 41755} + ]}, + "Created": "2026-04-09T08:35:38.661802833Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6126398715975448, + "StableID": "nDVWf87fqp11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "DiscoKey": "discokey:f976b8bc1a297119f55ec6c8ccfc2bfec6bfaa191d8852e83ea2f360b6b9a66d", - "Addresses": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "AllowedIPs": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "Endpoints": ["77.164.248.136:47519", "10.65.0.27:47519", "172.17.0.1:47519"], + "Key": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "DiscoKey": "discokey:946bd86cd242da2287a724b0610dc0cc00417e3b4711959944b1db55df71686b", + "Addresses": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "AllowedIPs": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "Endpoints": ["77.164.248.136:39219", "10.65.0.27:39219", "172.17.0.1:39219"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56788}, - {"Proto": "peerapi6", "Port": 56788} + {"Proto": "peerapi4", "Port": 36797}, + {"Proto": "peerapi6", "Port": 36797} ]}, - "Created": "2026-04-09T01:29:28.66542462Z", + "Created": "2026-04-09T08:35:34.310535042Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 6295506795328651, + "StableID": "ngB5ZiHFAr11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:c847ef025ab17d84bbf64b4f1475982afc7396819ac964416801a9666cf3650b", + "Addresses": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "AllowedIPs": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 41236}, + {"Proto": "peerapi6", "Port": 41236} + ]}, + "Created": "2026-04-09T08:35:40.858763481Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6488587050104323, + "StableID": "n4wiVPBhfs11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "DiscoKey": "discokey:f184a2d2bb3e1e1560209c7d5222d2a114b792343dc6ddcd29bc0f6a8a310a39", + "Addresses": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "AllowedIPs": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "Endpoints": ["77.164.248.136:42953", "10.65.0.27:42953", "172.17.0.1:42953"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 41195}, + {"Proto": "peerapi6", "Port": 41195} + ]}, + "Created": "2026-04-09T08:35:39.1854313Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7650159646680213, + "StableID": "n8QhErimj221CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "DiscoKey": "discokey:699fc7c8dcfbb3bb503ae66a4d5890165f46c021d278abe31aadd9ade0ecf852", + "Addresses": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "AllowedIPs": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "Endpoints": ["77.164.248.136:57331", "10.65.0.27:57331", "172.17.0.1:57331"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 60300}, + {"Proto": "peerapi6", "Port": 60300} + ]}, + "Created": "2026-04-09T08:35:37.583121599Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8336918172896549, + "StableID": "nNmDWoho6821CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "DiscoKey": "discokey:8644600966e0bb28662b2440347dca93eed5c74c387b592409c3197d0f5ec80b", + "Addresses": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "AllowedIPs": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "Endpoints": ["77.164.248.136:53141", "10.65.0.27:53141", "172.17.0.1:53141"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62866}, + {"Proto": "peerapi6", "Port": 62866} + ]}, + "Created": "2026-04-09T08:35:37.04281834Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13843,27 +13861,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4854761240609824": { - "ID": 4854761240609824, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2874913639100360": { + "ID": 2874913639100360, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13894,26 +13914,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4152989538793672, - "StableID": "njcKJbztRZ11CNTRL", + "ID": 2422789075597521, + "StableID": "naKEAXZHvK11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 4152989538793672, - "Key": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "DiscoKey": "discokey:ecb9e40f507b8a008db55bb092a49783c05fc519bff4bde13c86fe728dd08943", - "Addresses": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "AllowedIPs": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "Endpoints": ["77.164.248.136:33369", "10.65.0.27:33369", "172.17.0.1:33369"], + "User": 2422789075597521, + "Key": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "DiscoKey": "discokey:d0a7279e8873880814a66f9bc486625c644bef94220f8639062935b28a5d2a55", + "Addresses": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "AllowedIPs": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "Endpoints": ["77.164.248.136:51090", "10.65.0.27:51090", "172.17.0.1:51090"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 57817}, - {"Proto": "peerapi6", "Port": 57817}, + {"Proto": "peerapi4", "Port": 57401}, + {"Proto": "peerapi6", "Port": 57401}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:30.855039401Z", + "Created": "2026-04-09T08:35:36.501164831Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13941,302 +13961,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "MachineKey": "mkey:36a71c74810bf6707d3974ec5352c9af62f291a76a085e2f3eb0ef94d1578646", + "NodeKey": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "MachineKey": "mkey:b96003dc9f3a462a9c275382055cac2c5c667add2764891daf275de0d07fee4b", "Peers": [{ - "ID": 52270963588716, - "StableID": "nHuQ435gQ111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "DiscoKey": "discokey:8ff65dfb87fbae02e4ff23f1fdb1d35b754daa9ce7eac1b88db2c329ef72090c", - "Addresses": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "AllowedIPs": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "Endpoints": ["77.164.248.136:43209", "10.65.0.27:43209", "172.17.0.1:43209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47969}, - {"Proto": "peerapi6", "Port": 47969} - ]}, - "Created": "2026-04-09T01:29:33.566424284Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 800977816334517, - "StableID": "n8Cyo5LmF711CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:b032e7d6118386347781a9774f5be7aee6ab727432be798352c8b0b5f42c0b57", - "Addresses": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "AllowedIPs": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "Endpoints": ["77.164.248.136:36842", "10.65.0.27:36842", "172.17.0.1:36842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56552}, - {"Proto": "peerapi6", "Port": 56552} - ]}, - "Created": "2026-04-09T01:29:34.108518056Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1037238246245339, - "StableID": "nkuyxQVm6911CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "DiscoKey": "discokey:a285c0aa8099115a664220d532aa682d1f8e6cf6b85e3c0dc0d1025baff96c47", - "Addresses": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "AllowedIPs": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "Endpoints": ["77.164.248.136:35520", "10.65.0.27:35520", "172.17.0.1:35520"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 59569}, - {"Proto": "peerapi6", "Port": 59569} - ]}, - "Created": "2026-04-09T01:29:31.396275291Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1162425084144536, - "StableID": "nTQb9HwT5A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "DiscoKey": "discokey:b153c40bc7008eac24ab428946b2e4003a04907a9c410ffeb84571cacc5bc45f", - "Addresses": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "AllowedIPs": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "Endpoints": ["77.164.248.136:39646", "10.65.0.27:39646", "172.17.0.1:39646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 51872}, - {"Proto": "peerapi6", "Port": 51872} - ]}, - "Created": "2026-04-09T01:29:29.771556304Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1229725174841525, - "StableID": "nrfsh7owbA11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "DiscoKey": "discokey:30b9944764920302cd771b373e8448b6016e413f991702bd8d8ad33d892e820d", - "Addresses": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "AllowedIPs": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "Endpoints": ["77.164.248.136:55805", "10.65.0.27:55805", "172.17.0.1:55805"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:29:33.007362781Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3696220555392248, - "StableID": "nBnJNtS2sV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "DiscoKey": "discokey:a48c922a469a8a60beba857b70163f4e78d22eb697944ac17c3fcb37328cfe5f", - "Addresses": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "AllowedIPs": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "Endpoints": ["77.164.248.136:40030", "10.65.0.27:40030", "172.17.0.1:40030"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 46240}, - {"Proto": "peerapi6", "Port": 46240} - ]}, - "Created": "2026-04-09T01:29:31.929972569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4023144003655124, - "StableID": "nKSdzuA6RY11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "DiscoKey": "discokey:d53e5ab44bc129d3c859f5c8e31b711a1b9f6d1bec6c628d28dd413e646d5874", - "Addresses": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "AllowedIPs": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "Endpoints": ["77.164.248.136:32998", "10.65.0.27:32998", "172.17.0.1:32998"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60421}, - {"Proto": "peerapi6", "Port": 60421} - ]}, - "Created": "2026-04-09T01:29:28.115371888Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4056794384551529, - "StableID": "npGYvL7LgY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "KeyExpiry": "2026-10-06T01:29:35Z", - "DiscoKey": "discokey:fc272b46a1a544c7f35725a7e4e5a7d54b5bb49c2d4f734e8d4b030ab6c55251", - "Addresses": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "AllowedIPs": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "Endpoints": ["77.164.248.136:57437", "10.65.0.27:57437", "172.17.0.1:57437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 45108}, - {"Proto": "peerapi6", "Port": 45108} - ]}, - "Created": "2026-04-09T01:29:35.191884999Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4854761240609824, - "StableID": "nDd4V3Mjue11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "DiscoKey": "discokey:f5ecb34a7dd0ea8f6fdfa60cb84c3765a20545bfa02efe99dddb251f4f059e6e", - "Addresses": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "AllowedIPs": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "Endpoints": ["77.164.248.136:36590", "10.65.0.27:36590", "172.17.0.1:36590"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 57130}, - {"Proto": "peerapi6", "Port": 57130} - ]}, - "Created": "2026-04-09T01:29:29.209966457Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4867606699298308, - "StableID": "njeVgtmY1f11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "DiscoKey": "discokey:20983494d0bb843d5815b20333096c657691b4a8c73921604da901f5384e7643", - "Addresses": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "AllowedIPs": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "Endpoints": ["77.164.248.136:35742", "10.65.0.27:35742", "172.17.0.1:35742"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 37300}, - {"Proto": "peerapi6", "Port": 37300} - ]}, - "Created": "2026-04-09T01:29:27.647892542Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6897465051045452, - "StableID": "nb6VJEisrv11CNTRL", + "ID": 1659821253702891, + "StableID": "nen8Q1hjxD11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "DiscoKey": "discokey:a6e9806d5bb3ffc34cdaa834813112c311e91da493619cce29093db7d7c33b05", - "Addresses": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "AllowedIPs": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "Endpoints": ["77.164.248.136:49787", "10.65.0.27:49787", "172.17.0.1:49787"], - "HomeDERP": 14, + "Key": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "DiscoKey": "discokey:9e0d0ac3c6b05d4629aadf76f1eedaae2fe66c90ed3c5ecec0a0dbee9a85c708", + "Addresses": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "AllowedIPs": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "Endpoints": ["77.164.248.136:51478", "10.65.0.27:51478", "172.17.0.1:51478"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60893}, - {"Proto": "peerapi6", "Port": 60893} + {"Proto": "peerapi4", "Port": 50498}, + {"Proto": "peerapi6", "Port": 50498} ]}, - "Created": "2026-04-09T01:29:32.473138479Z", + "Created": "2026-04-09T08:35:38.113217933Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7100602508607310, - "StableID": "nfVFpfnsSx11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:d2d7a0b480bf847674ef3ec1e0f26fe14ab1e76bd0963dd82ffbabf119147377", - "Addresses": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "AllowedIPs": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "Endpoints": ["77.164.248.136:45175", "10.65.0.27:45175", "172.17.0.1:45175"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62842}, - {"Proto": "peerapi6", "Port": 62842} - ]}, - "Created": "2026-04-09T01:29:34.651855101Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7121226941590093, - "StableID": "ncpGLGZDcx11CNTRL", + "ID": 1781276838713017, + "StableID": "n4GPY58kuE11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "DiscoKey": "discokey:bd7c854ea5a164cfff4110f973201f5745ff25febfd3da1193f2ee28a7604a1d", - "Addresses": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "AllowedIPs": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "Endpoints": ["77.164.248.136:58481", "10.65.0.27:58481", "172.17.0.1:58481"], + "Key": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "DiscoKey": "discokey:06fa872d9ea3dd68bc4ee68bc94ff97ca5faf607015d59386b0c6a898403fd46", + "Addresses": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "AllowedIPs": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "Endpoints": ["77.164.248.136:53328", "10.65.0.27:53328", "172.17.0.1:53328"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 37819}, - {"Proto": "peerapi6", "Port": 37819} + {"Proto": "peerapi4", "Port": 55834}, + {"Proto": "peerapi6", "Port": 55834} ]}, - "Created": "2026-04-09T01:29:30.295388439Z", + "Created": "2026-04-09T08:35:35.963275724Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7966058215878902, - "StableID": "nwH34oqqC521CNTRL", + "ID": 2345732245240689, + "StableID": "nYttvgQPKK11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "KeyExpiry": "2026-10-06T08:35:39Z", + "DiscoKey": "discokey:dbd9be1c03e5ac5fa96f1fd7e18bacf8fc8be0096182590304d13114832ef962", + "Addresses": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "AllowedIPs": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "Endpoints": ["77.164.248.136:37765", "10.65.0.27:37765", "172.17.0.1:37765"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 40145}, + {"Proto": "peerapi6", "Port": 40145} + ]}, + "Created": "2026-04-09T08:35:39.745345841Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2662411105947047, + "StableID": "ni4BST2pnM11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:d34aa7f584c8cd0d30be99d3cbce39ff1c1f86433faac3808f54e800a4e28072", + "Addresses": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "AllowedIPs": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "Endpoints": ["77.164.248.136:39168", "10.65.0.27:39168", "172.17.0.1:39168"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 51609}, + {"Proto": "peerapi6", "Port": 51609} + ]}, + "Created": "2026-04-09T08:35:40.278914272Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2678433598904806, + "StableID": "nm8gGiu4vM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "DiscoKey": "discokey:269c84fba0ad4b86054ddd74a5e33706d45805c506b01bfbf6aa6e24ba0ed651", + "Addresses": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "AllowedIPs": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "Endpoints": ["77.164.248.136:43885", "10.65.0.27:43885", "172.17.0.1:43885"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61708}, + {"Proto": "peerapi6", "Port": 61708} + ]}, + "Created": "2026-04-09T08:35:35.408460029Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2874913639100360, + "StableID": "n7UGcA74TP11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "DiscoKey": "discokey:5c4b6bafe1ac17a4c90c097f37c830b3a843a40728c1270e5ac5c6b5a6a9af35", + "Addresses": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "AllowedIPs": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "Endpoints": ["77.164.248.136:36737", "10.65.0.27:36737", "172.17.0.1:36737"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 37783}, + {"Proto": "peerapi6", "Port": 37783} + ]}, + "Created": "2026-04-09T08:35:34.860553634Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4866181189563673, + "StableID": "nJZVG3Luze11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "DiscoKey": "discokey:788f5489d44b4ea7d96e08ea015982759cc05356df91159fdab27a7e29d7cd7c", + "Addresses": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "AllowedIPs": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "Endpoints": ["77.164.248.136:58032", "10.65.0.27:58032", "172.17.0.1:58032"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43524}, + {"Proto": "peerapi6", "Port": 43524} + ]}, + "Created": "2026-04-09T08:35:33.529463515Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4971531855178085, + "StableID": "ngeCqGicpf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "DiscoKey": "discokey:d02c4b21960ccfd954103eea75aeab419c5aa83c75f79b93d49fa05bc3a71a0a", + "Addresses": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "AllowedIPs": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "Endpoints": ["77.164.248.136:42573", "10.65.0.27:42573", "172.17.0.1:42573"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34685}, + {"Proto": "peerapi6", "Port": 34685} + ]}, + "Created": "2026-04-09T08:35:33.052565172Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6105131413639592, + "StableID": "nwi1z5T2gp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "DiscoKey": "discokey:7708514d2914a1050a7a61138d3f1486062ed6e6867c479d49b8c7359c135d0f", + "Addresses": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "AllowedIPs": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "Endpoints": ["77.164.248.136:50389", "10.65.0.27:50389", "172.17.0.1:50389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 41755}, + {"Proto": "peerapi6", "Port": 41755} + ]}, + "Created": "2026-04-09T08:35:38.661802833Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6126398715975448, + "StableID": "nDVWf87fqp11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "DiscoKey": "discokey:f976b8bc1a297119f55ec6c8ccfc2bfec6bfaa191d8852e83ea2f360b6b9a66d", - "Addresses": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "AllowedIPs": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "Endpoints": ["77.164.248.136:47519", "10.65.0.27:47519", "172.17.0.1:47519"], + "Key": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "DiscoKey": "discokey:946bd86cd242da2287a724b0610dc0cc00417e3b4711959944b1db55df71686b", + "Addresses": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "AllowedIPs": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "Endpoints": ["77.164.248.136:39219", "10.65.0.27:39219", "172.17.0.1:39219"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56788}, - {"Proto": "peerapi6", "Port": 56788} + {"Proto": "peerapi4", "Port": 36797}, + {"Proto": "peerapi6", "Port": 36797} ]}, - "Created": "2026-04-09T01:29:28.66542462Z", + "Created": "2026-04-09T08:35:34.310535042Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 6295506795328651, + "StableID": "ngB5ZiHFAr11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:c847ef025ab17d84bbf64b4f1475982afc7396819ac964416801a9666cf3650b", + "Addresses": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "AllowedIPs": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "Endpoints": ["77.164.248.136:47988", "10.65.0.27:47988", "172.17.0.1:47988"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 41236}, + {"Proto": "peerapi6", "Port": 41236} + ]}, + "Created": "2026-04-09T08:35:40.858763481Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6488587050104323, + "StableID": "n4wiVPBhfs11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "DiscoKey": "discokey:f184a2d2bb3e1e1560209c7d5222d2a114b792343dc6ddcd29bc0f6a8a310a39", + "Addresses": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "AllowedIPs": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "Endpoints": ["77.164.248.136:42953", "10.65.0.27:42953", "172.17.0.1:42953"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 41195}, + {"Proto": "peerapi6", "Port": 41195} + ]}, + "Created": "2026-04-09T08:35:39.1854313Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7650159646680213, + "StableID": "n8QhErimj221CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "DiscoKey": "discokey:699fc7c8dcfbb3bb503ae66a4d5890165f46c021d278abe31aadd9ade0ecf852", + "Addresses": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "AllowedIPs": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "Endpoints": ["77.164.248.136:57331", "10.65.0.27:57331", "172.17.0.1:57331"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 60300}, + {"Proto": "peerapi6", "Port": 60300} + ]}, + "Created": "2026-04-09T08:35:37.583121599Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8336918172896549, + "StableID": "nNmDWoho6821CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "DiscoKey": "discokey:8644600966e0bb28662b2440347dca93eed5c74c387b592409c3197d0f5ec80b", + "Addresses": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "AllowedIPs": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "Endpoints": ["77.164.248.136:53141", "10.65.0.27:53141", "172.17.0.1:53141"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62866}, + {"Proto": "peerapi6", "Port": 62866} + ]}, + "Created": "2026-04-09T08:35:37.04281834Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15084,27 +15104,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4152989538793672": { - "ID": 4152989538793672, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2422789075597521": { + "ID": 2422789075597521, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15135,26 +15157,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3696220555392248, - "StableID": "nBnJNtS2sV11CNTRL", + "ID": 7650159646680213, + "StableID": "n8QhErimj221CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 3696220555392248, - "Key": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "DiscoKey": "discokey:a48c922a469a8a60beba857b70163f4e78d22eb697944ac17c3fcb37328cfe5f", - "Addresses": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "AllowedIPs": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "Endpoints": ["77.164.248.136:40030", "10.65.0.27:40030", "172.17.0.1:40030"], + "User": 7650159646680213, + "Key": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "DiscoKey": "discokey:699fc7c8dcfbb3bb503ae66a4d5890165f46c021d278abe31aadd9ade0ecf852", + "Addresses": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "AllowedIPs": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "Endpoints": ["77.164.248.136:57331", "10.65.0.27:57331", "172.17.0.1:57331"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 46240}, - {"Proto": "peerapi6", "Port": 46240}, + {"Proto": "peerapi4", "Port": 60300}, + {"Proto": "peerapi6", "Port": 60300}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:31.929972569Z", + "Created": "2026-04-09T08:35:37.583121599Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15182,302 +15204,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "MachineKey": "mkey:2ca9523b9a7c9332fa5db02572eb921eb67357b37cccd99686bce94f0708e019", + "NodeKey": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "MachineKey": "mkey:84d3c67dbbbe86f96a6f3f6a3d5948c2cb98470d3da101ae1376284c0d53bb5b", "Peers": [{ - "ID": 52270963588716, - "StableID": "nHuQ435gQ111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "DiscoKey": "discokey:8ff65dfb87fbae02e4ff23f1fdb1d35b754daa9ce7eac1b88db2c329ef72090c", - "Addresses": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "AllowedIPs": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "Endpoints": ["77.164.248.136:43209", "10.65.0.27:43209", "172.17.0.1:43209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47969}, - {"Proto": "peerapi6", "Port": 47969} - ]}, - "Created": "2026-04-09T01:29:33.566424284Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 800977816334517, - "StableID": "n8Cyo5LmF711CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:b032e7d6118386347781a9774f5be7aee6ab727432be798352c8b0b5f42c0b57", - "Addresses": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "AllowedIPs": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "Endpoints": ["77.164.248.136:36842", "10.65.0.27:36842", "172.17.0.1:36842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56552}, - {"Proto": "peerapi6", "Port": 56552} - ]}, - "Created": "2026-04-09T01:29:34.108518056Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1037238246245339, - "StableID": "nkuyxQVm6911CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "DiscoKey": "discokey:a285c0aa8099115a664220d532aa682d1f8e6cf6b85e3c0dc0d1025baff96c47", - "Addresses": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "AllowedIPs": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "Endpoints": ["77.164.248.136:35520", "10.65.0.27:35520", "172.17.0.1:35520"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 59569}, - {"Proto": "peerapi6", "Port": 59569} - ]}, - "Created": "2026-04-09T01:29:31.396275291Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1162425084144536, - "StableID": "nTQb9HwT5A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "DiscoKey": "discokey:b153c40bc7008eac24ab428946b2e4003a04907a9c410ffeb84571cacc5bc45f", - "Addresses": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "AllowedIPs": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "Endpoints": ["77.164.248.136:39646", "10.65.0.27:39646", "172.17.0.1:39646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 51872}, - {"Proto": "peerapi6", "Port": 51872} - ]}, - "Created": "2026-04-09T01:29:29.771556304Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1229725174841525, - "StableID": "nrfsh7owbA11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "DiscoKey": "discokey:30b9944764920302cd771b373e8448b6016e413f991702bd8d8ad33d892e820d", - "Addresses": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "AllowedIPs": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "Endpoints": ["77.164.248.136:55805", "10.65.0.27:55805", "172.17.0.1:55805"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:29:33.007362781Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4023144003655124, - "StableID": "nKSdzuA6RY11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "DiscoKey": "discokey:d53e5ab44bc129d3c859f5c8e31b711a1b9f6d1bec6c628d28dd413e646d5874", - "Addresses": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "AllowedIPs": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "Endpoints": ["77.164.248.136:32998", "10.65.0.27:32998", "172.17.0.1:32998"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60421}, - {"Proto": "peerapi6", "Port": 60421} - ]}, - "Created": "2026-04-09T01:29:28.115371888Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4056794384551529, - "StableID": "npGYvL7LgY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "KeyExpiry": "2026-10-06T01:29:35Z", - "DiscoKey": "discokey:fc272b46a1a544c7f35725a7e4e5a7d54b5bb49c2d4f734e8d4b030ab6c55251", - "Addresses": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "AllowedIPs": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "Endpoints": ["77.164.248.136:57437", "10.65.0.27:57437", "172.17.0.1:57437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 45108}, - {"Proto": "peerapi6", "Port": 45108} - ]}, - "Created": "2026-04-09T01:29:35.191884999Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4152989538793672, - "StableID": "njcKJbztRZ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "DiscoKey": "discokey:ecb9e40f507b8a008db55bb092a49783c05fc519bff4bde13c86fe728dd08943", - "Addresses": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "AllowedIPs": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "Endpoints": ["77.164.248.136:33369", "10.65.0.27:33369", "172.17.0.1:33369"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57817}, - {"Proto": "peerapi6", "Port": 57817} - ]}, - "Created": "2026-04-09T01:29:30.855039401Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4854761240609824, - "StableID": "nDd4V3Mjue11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "DiscoKey": "discokey:f5ecb34a7dd0ea8f6fdfa60cb84c3765a20545bfa02efe99dddb251f4f059e6e", - "Addresses": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "AllowedIPs": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "Endpoints": ["77.164.248.136:36590", "10.65.0.27:36590", "172.17.0.1:36590"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 57130}, - {"Proto": "peerapi6", "Port": 57130} - ]}, - "Created": "2026-04-09T01:29:29.209966457Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4867606699298308, - "StableID": "njeVgtmY1f11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "DiscoKey": "discokey:20983494d0bb843d5815b20333096c657691b4a8c73921604da901f5384e7643", - "Addresses": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "AllowedIPs": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "Endpoints": ["77.164.248.136:35742", "10.65.0.27:35742", "172.17.0.1:35742"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 37300}, - {"Proto": "peerapi6", "Port": 37300} - ]}, - "Created": "2026-04-09T01:29:27.647892542Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6897465051045452, - "StableID": "nb6VJEisrv11CNTRL", + "ID": 1659821253702891, + "StableID": "nen8Q1hjxD11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "DiscoKey": "discokey:a6e9806d5bb3ffc34cdaa834813112c311e91da493619cce29093db7d7c33b05", - "Addresses": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "AllowedIPs": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "Endpoints": ["77.164.248.136:49787", "10.65.0.27:49787", "172.17.0.1:49787"], - "HomeDERP": 14, + "Key": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "DiscoKey": "discokey:9e0d0ac3c6b05d4629aadf76f1eedaae2fe66c90ed3c5ecec0a0dbee9a85c708", + "Addresses": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "AllowedIPs": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "Endpoints": ["77.164.248.136:51478", "10.65.0.27:51478", "172.17.0.1:51478"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60893}, - {"Proto": "peerapi6", "Port": 60893} + {"Proto": "peerapi4", "Port": 50498}, + {"Proto": "peerapi6", "Port": 50498} ]}, - "Created": "2026-04-09T01:29:32.473138479Z", + "Created": "2026-04-09T08:35:38.113217933Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7100602508607310, - "StableID": "nfVFpfnsSx11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:d2d7a0b480bf847674ef3ec1e0f26fe14ab1e76bd0963dd82ffbabf119147377", - "Addresses": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "AllowedIPs": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "Endpoints": ["77.164.248.136:45175", "10.65.0.27:45175", "172.17.0.1:45175"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62842}, - {"Proto": "peerapi6", "Port": 62842} - ]}, - "Created": "2026-04-09T01:29:34.651855101Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7121226941590093, - "StableID": "ncpGLGZDcx11CNTRL", + "ID": 1781276838713017, + "StableID": "n4GPY58kuE11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "DiscoKey": "discokey:bd7c854ea5a164cfff4110f973201f5745ff25febfd3da1193f2ee28a7604a1d", - "Addresses": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "AllowedIPs": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "Endpoints": ["77.164.248.136:58481", "10.65.0.27:58481", "172.17.0.1:58481"], + "Key": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "DiscoKey": "discokey:06fa872d9ea3dd68bc4ee68bc94ff97ca5faf607015d59386b0c6a898403fd46", + "Addresses": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "AllowedIPs": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "Endpoints": ["77.164.248.136:53328", "10.65.0.27:53328", "172.17.0.1:53328"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 37819}, - {"Proto": "peerapi6", "Port": 37819} + {"Proto": "peerapi4", "Port": 55834}, + {"Proto": "peerapi6", "Port": 55834} ]}, - "Created": "2026-04-09T01:29:30.295388439Z", + "Created": "2026-04-09T08:35:35.963275724Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7966058215878902, - "StableID": "nwH34oqqC521CNTRL", + "ID": 2345732245240689, + "StableID": "nYttvgQPKK11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "KeyExpiry": "2026-10-06T08:35:39Z", + "DiscoKey": "discokey:dbd9be1c03e5ac5fa96f1fd7e18bacf8fc8be0096182590304d13114832ef962", + "Addresses": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "AllowedIPs": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "Endpoints": ["77.164.248.136:37765", "10.65.0.27:37765", "172.17.0.1:37765"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 40145}, + {"Proto": "peerapi6", "Port": 40145} + ]}, + "Created": "2026-04-09T08:35:39.745345841Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2422789075597521, + "StableID": "naKEAXZHvK11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "DiscoKey": "discokey:d0a7279e8873880814a66f9bc486625c644bef94220f8639062935b28a5d2a55", + "Addresses": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "AllowedIPs": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "Endpoints": ["77.164.248.136:51090", "10.65.0.27:51090", "172.17.0.1:51090"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 57401}, + {"Proto": "peerapi6", "Port": 57401} + ]}, + "Created": "2026-04-09T08:35:36.501164831Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2662411105947047, + "StableID": "ni4BST2pnM11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:d34aa7f584c8cd0d30be99d3cbce39ff1c1f86433faac3808f54e800a4e28072", + "Addresses": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "AllowedIPs": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "Endpoints": ["77.164.248.136:39168", "10.65.0.27:39168", "172.17.0.1:39168"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 51609}, + {"Proto": "peerapi6", "Port": 51609} + ]}, + "Created": "2026-04-09T08:35:40.278914272Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2678433598904806, + "StableID": "nm8gGiu4vM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "DiscoKey": "discokey:269c84fba0ad4b86054ddd74a5e33706d45805c506b01bfbf6aa6e24ba0ed651", + "Addresses": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "AllowedIPs": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "Endpoints": ["77.164.248.136:43885", "10.65.0.27:43885", "172.17.0.1:43885"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61708}, + {"Proto": "peerapi6", "Port": 61708} + ]}, + "Created": "2026-04-09T08:35:35.408460029Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2874913639100360, + "StableID": "n7UGcA74TP11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "DiscoKey": "discokey:5c4b6bafe1ac17a4c90c097f37c830b3a843a40728c1270e5ac5c6b5a6a9af35", + "Addresses": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "AllowedIPs": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "Endpoints": ["77.164.248.136:36737", "10.65.0.27:36737", "172.17.0.1:36737"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 37783}, + {"Proto": "peerapi6", "Port": 37783} + ]}, + "Created": "2026-04-09T08:35:34.860553634Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4866181189563673, + "StableID": "nJZVG3Luze11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "DiscoKey": "discokey:788f5489d44b4ea7d96e08ea015982759cc05356df91159fdab27a7e29d7cd7c", + "Addresses": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "AllowedIPs": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "Endpoints": ["77.164.248.136:58032", "10.65.0.27:58032", "172.17.0.1:58032"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43524}, + {"Proto": "peerapi6", "Port": 43524} + ]}, + "Created": "2026-04-09T08:35:33.529463515Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4971531855178085, + "StableID": "ngeCqGicpf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "DiscoKey": "discokey:d02c4b21960ccfd954103eea75aeab419c5aa83c75f79b93d49fa05bc3a71a0a", + "Addresses": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "AllowedIPs": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "Endpoints": ["77.164.248.136:42573", "10.65.0.27:42573", "172.17.0.1:42573"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34685}, + {"Proto": "peerapi6", "Port": 34685} + ]}, + "Created": "2026-04-09T08:35:33.052565172Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6105131413639592, + "StableID": "nwi1z5T2gp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "DiscoKey": "discokey:7708514d2914a1050a7a61138d3f1486062ed6e6867c479d49b8c7359c135d0f", + "Addresses": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "AllowedIPs": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "Endpoints": ["77.164.248.136:50389", "10.65.0.27:50389", "172.17.0.1:50389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 41755}, + {"Proto": "peerapi6", "Port": 41755} + ]}, + "Created": "2026-04-09T08:35:38.661802833Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6126398715975448, + "StableID": "nDVWf87fqp11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "DiscoKey": "discokey:f976b8bc1a297119f55ec6c8ccfc2bfec6bfaa191d8852e83ea2f360b6b9a66d", - "Addresses": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "AllowedIPs": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "Endpoints": ["77.164.248.136:47519", "10.65.0.27:47519", "172.17.0.1:47519"], + "Key": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "DiscoKey": "discokey:946bd86cd242da2287a724b0610dc0cc00417e3b4711959944b1db55df71686b", + "Addresses": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "AllowedIPs": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "Endpoints": ["77.164.248.136:39219", "10.65.0.27:39219", "172.17.0.1:39219"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56788}, - {"Proto": "peerapi6", "Port": 56788} + {"Proto": "peerapi4", "Port": 36797}, + {"Proto": "peerapi6", "Port": 36797} ]}, - "Created": "2026-04-09T01:29:28.66542462Z", + "Created": "2026-04-09T08:35:34.310535042Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 6295506795328651, + "StableID": "ngB5ZiHFAr11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:c847ef025ab17d84bbf64b4f1475982afc7396819ac964416801a9666cf3650b", + "Addresses": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "AllowedIPs": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "Endpoints": ["77.164.248.136:47988", "10.65.0.27:47988", "172.17.0.1:47988"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 41236}, + {"Proto": "peerapi6", "Port": 41236} + ]}, + "Created": "2026-04-09T08:35:40.858763481Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6488587050104323, + "StableID": "n4wiVPBhfs11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "DiscoKey": "discokey:f184a2d2bb3e1e1560209c7d5222d2a114b792343dc6ddcd29bc0f6a8a310a39", + "Addresses": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "AllowedIPs": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "Endpoints": ["77.164.248.136:42953", "10.65.0.27:42953", "172.17.0.1:42953"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 41195}, + {"Proto": "peerapi6", "Port": 41195} + ]}, + "Created": "2026-04-09T08:35:39.1854313Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8336918172896549, + "StableID": "nNmDWoho6821CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "DiscoKey": "discokey:8644600966e0bb28662b2440347dca93eed5c74c387b592409c3197d0f5ec80b", + "Addresses": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "AllowedIPs": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "Endpoints": ["77.164.248.136:53141", "10.65.0.27:53141", "172.17.0.1:53141"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62866}, + {"Proto": "peerapi6", "Port": 62866} + ]}, + "Created": "2026-04-09T08:35:37.04281834Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16325,27 +16347,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3696220555392248": { - "ID": 3696220555392248, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7650159646680213": { + "ID": 7650159646680213, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16376,22 +16400,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7100602508607310, - "StableID": "nfVFpfnsSx11CNTRL", + "ID": 2662411105947047, + "StableID": "ni4BST2pnM11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:d2d7a0b480bf847674ef3ec1e0f26fe14ab1e76bd0963dd82ffbabf119147377", - "Addresses": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "AllowedIPs": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "Endpoints": ["77.164.248.136:45175", "10.65.0.27:45175", "172.17.0.1:45175"], + "Key": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:d34aa7f584c8cd0d30be99d3cbce39ff1c1f86433faac3808f54e800a4e28072", + "Addresses": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "AllowedIPs": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "Endpoints": ["77.164.248.136:39168", "10.65.0.27:39168", "172.17.0.1:39168"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62842}, - {"Proto": "peerapi6", "Port": 62842}, + {"Proto": "peerapi4", "Port": 51609}, + {"Proto": "peerapi6", "Port": 51609}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:34.651855101Z", + "Created": "2026-04-09T08:35:40.278914272Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16418,302 +16442,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "MachineKey": "mkey:b9ad02a56d27e40be2a859ccb804a0c0c443c9ecd337d24d185a2a0d39ecc672", + "NodeKey": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "MachineKey": "mkey:86db631c05390a5ed8253c818c9d87577d6e01e54f5976ad477cda6467e76066", "Peers": [{ - "ID": 52270963588716, - "StableID": "nHuQ435gQ111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "DiscoKey": "discokey:8ff65dfb87fbae02e4ff23f1fdb1d35b754daa9ce7eac1b88db2c329ef72090c", - "Addresses": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "AllowedIPs": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "Endpoints": ["77.164.248.136:43209", "10.65.0.27:43209", "172.17.0.1:43209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47969}, - {"Proto": "peerapi6", "Port": 47969} - ]}, - "Created": "2026-04-09T01:29:33.566424284Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 800977816334517, - "StableID": "n8Cyo5LmF711CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:b032e7d6118386347781a9774f5be7aee6ab727432be798352c8b0b5f42c0b57", - "Addresses": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "AllowedIPs": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "Endpoints": ["77.164.248.136:36842", "10.65.0.27:36842", "172.17.0.1:36842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56552}, - {"Proto": "peerapi6", "Port": 56552} - ]}, - "Created": "2026-04-09T01:29:34.108518056Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1037238246245339, - "StableID": "nkuyxQVm6911CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "DiscoKey": "discokey:a285c0aa8099115a664220d532aa682d1f8e6cf6b85e3c0dc0d1025baff96c47", - "Addresses": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "AllowedIPs": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "Endpoints": ["77.164.248.136:35520", "10.65.0.27:35520", "172.17.0.1:35520"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 59569}, - {"Proto": "peerapi6", "Port": 59569} - ]}, - "Created": "2026-04-09T01:29:31.396275291Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1162425084144536, - "StableID": "nTQb9HwT5A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "DiscoKey": "discokey:b153c40bc7008eac24ab428946b2e4003a04907a9c410ffeb84571cacc5bc45f", - "Addresses": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "AllowedIPs": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "Endpoints": ["77.164.248.136:39646", "10.65.0.27:39646", "172.17.0.1:39646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 51872}, - {"Proto": "peerapi6", "Port": 51872} - ]}, - "Created": "2026-04-09T01:29:29.771556304Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1229725174841525, - "StableID": "nrfsh7owbA11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "DiscoKey": "discokey:30b9944764920302cd771b373e8448b6016e413f991702bd8d8ad33d892e820d", - "Addresses": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "AllowedIPs": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "Endpoints": ["77.164.248.136:55805", "10.65.0.27:55805", "172.17.0.1:55805"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:29:33.007362781Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3696220555392248, - "StableID": "nBnJNtS2sV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "DiscoKey": "discokey:a48c922a469a8a60beba857b70163f4e78d22eb697944ac17c3fcb37328cfe5f", - "Addresses": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "AllowedIPs": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "Endpoints": ["77.164.248.136:40030", "10.65.0.27:40030", "172.17.0.1:40030"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 46240}, - {"Proto": "peerapi6", "Port": 46240} - ]}, - "Created": "2026-04-09T01:29:31.929972569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4023144003655124, - "StableID": "nKSdzuA6RY11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "DiscoKey": "discokey:d53e5ab44bc129d3c859f5c8e31b711a1b9f6d1bec6c628d28dd413e646d5874", - "Addresses": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "AllowedIPs": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "Endpoints": ["77.164.248.136:32998", "10.65.0.27:32998", "172.17.0.1:32998"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60421}, - {"Proto": "peerapi6", "Port": 60421} - ]}, - "Created": "2026-04-09T01:29:28.115371888Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4056794384551529, - "StableID": "npGYvL7LgY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "KeyExpiry": "2026-10-06T01:29:35Z", - "DiscoKey": "discokey:fc272b46a1a544c7f35725a7e4e5a7d54b5bb49c2d4f734e8d4b030ab6c55251", - "Addresses": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "AllowedIPs": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "Endpoints": ["77.164.248.136:57437", "10.65.0.27:57437", "172.17.0.1:57437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 45108}, - {"Proto": "peerapi6", "Port": 45108} - ]}, - "Created": "2026-04-09T01:29:35.191884999Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4152989538793672, - "StableID": "njcKJbztRZ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "DiscoKey": "discokey:ecb9e40f507b8a008db55bb092a49783c05fc519bff4bde13c86fe728dd08943", - "Addresses": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "AllowedIPs": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "Endpoints": ["77.164.248.136:33369", "10.65.0.27:33369", "172.17.0.1:33369"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57817}, - {"Proto": "peerapi6", "Port": 57817} - ]}, - "Created": "2026-04-09T01:29:30.855039401Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4854761240609824, - "StableID": "nDd4V3Mjue11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "DiscoKey": "discokey:f5ecb34a7dd0ea8f6fdfa60cb84c3765a20545bfa02efe99dddb251f4f059e6e", - "Addresses": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "AllowedIPs": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "Endpoints": ["77.164.248.136:36590", "10.65.0.27:36590", "172.17.0.1:36590"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 57130}, - {"Proto": "peerapi6", "Port": 57130} - ]}, - "Created": "2026-04-09T01:29:29.209966457Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4867606699298308, - "StableID": "njeVgtmY1f11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "DiscoKey": "discokey:20983494d0bb843d5815b20333096c657691b4a8c73921604da901f5384e7643", - "Addresses": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "AllowedIPs": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "Endpoints": ["77.164.248.136:35742", "10.65.0.27:35742", "172.17.0.1:35742"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 37300}, - {"Proto": "peerapi6", "Port": 37300} - ]}, - "Created": "2026-04-09T01:29:27.647892542Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6897465051045452, - "StableID": "nb6VJEisrv11CNTRL", + "ID": 1659821253702891, + "StableID": "nen8Q1hjxD11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "DiscoKey": "discokey:a6e9806d5bb3ffc34cdaa834813112c311e91da493619cce29093db7d7c33b05", - "Addresses": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "AllowedIPs": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "Endpoints": ["77.164.248.136:49787", "10.65.0.27:49787", "172.17.0.1:49787"], - "HomeDERP": 14, + "Key": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "DiscoKey": "discokey:9e0d0ac3c6b05d4629aadf76f1eedaae2fe66c90ed3c5ecec0a0dbee9a85c708", + "Addresses": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "AllowedIPs": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "Endpoints": ["77.164.248.136:51478", "10.65.0.27:51478", "172.17.0.1:51478"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 60893}, - {"Proto": "peerapi6", "Port": 60893} + {"Proto": "peerapi4", "Port": 50498}, + {"Proto": "peerapi6", "Port": 50498} ]}, - "Created": "2026-04-09T01:29:32.473138479Z", + "Created": "2026-04-09T08:35:38.113217933Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7121226941590093, - "StableID": "ncpGLGZDcx11CNTRL", + "ID": 1781276838713017, + "StableID": "n4GPY58kuE11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "DiscoKey": "discokey:bd7c854ea5a164cfff4110f973201f5745ff25febfd3da1193f2ee28a7604a1d", - "Addresses": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "AllowedIPs": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "Endpoints": ["77.164.248.136:58481", "10.65.0.27:58481", "172.17.0.1:58481"], + "Key": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "DiscoKey": "discokey:06fa872d9ea3dd68bc4ee68bc94ff97ca5faf607015d59386b0c6a898403fd46", + "Addresses": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "AllowedIPs": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "Endpoints": ["77.164.248.136:53328", "10.65.0.27:53328", "172.17.0.1:53328"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 37819}, - {"Proto": "peerapi6", "Port": 37819} + {"Proto": "peerapi4", "Port": 55834}, + {"Proto": "peerapi6", "Port": 55834} ]}, - "Created": "2026-04-09T01:29:30.295388439Z", + "Created": "2026-04-09T08:35:35.963275724Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7966058215878902, - "StableID": "nwH34oqqC521CNTRL", + "ID": 2345732245240689, + "StableID": "nYttvgQPKK11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "KeyExpiry": "2026-10-06T08:35:39Z", + "DiscoKey": "discokey:dbd9be1c03e5ac5fa96f1fd7e18bacf8fc8be0096182590304d13114832ef962", + "Addresses": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "AllowedIPs": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "Endpoints": ["77.164.248.136:37765", "10.65.0.27:37765", "172.17.0.1:37765"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 40145}, + {"Proto": "peerapi6", "Port": 40145} + ]}, + "Created": "2026-04-09T08:35:39.745345841Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2422789075597521, + "StableID": "naKEAXZHvK11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "DiscoKey": "discokey:d0a7279e8873880814a66f9bc486625c644bef94220f8639062935b28a5d2a55", + "Addresses": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "AllowedIPs": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "Endpoints": ["77.164.248.136:51090", "10.65.0.27:51090", "172.17.0.1:51090"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 57401}, + {"Proto": "peerapi6", "Port": 57401} + ]}, + "Created": "2026-04-09T08:35:36.501164831Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2678433598904806, + "StableID": "nm8gGiu4vM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "DiscoKey": "discokey:269c84fba0ad4b86054ddd74a5e33706d45805c506b01bfbf6aa6e24ba0ed651", + "Addresses": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "AllowedIPs": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "Endpoints": ["77.164.248.136:43885", "10.65.0.27:43885", "172.17.0.1:43885"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61708}, + {"Proto": "peerapi6", "Port": 61708} + ]}, + "Created": "2026-04-09T08:35:35.408460029Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2874913639100360, + "StableID": "n7UGcA74TP11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "DiscoKey": "discokey:5c4b6bafe1ac17a4c90c097f37c830b3a843a40728c1270e5ac5c6b5a6a9af35", + "Addresses": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "AllowedIPs": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "Endpoints": ["77.164.248.136:36737", "10.65.0.27:36737", "172.17.0.1:36737"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 37783}, + {"Proto": "peerapi6", "Port": 37783} + ]}, + "Created": "2026-04-09T08:35:34.860553634Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4866181189563673, + "StableID": "nJZVG3Luze11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "DiscoKey": "discokey:788f5489d44b4ea7d96e08ea015982759cc05356df91159fdab27a7e29d7cd7c", + "Addresses": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "AllowedIPs": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "Endpoints": ["77.164.248.136:58032", "10.65.0.27:58032", "172.17.0.1:58032"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43524}, + {"Proto": "peerapi6", "Port": 43524} + ]}, + "Created": "2026-04-09T08:35:33.529463515Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4971531855178085, + "StableID": "ngeCqGicpf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "DiscoKey": "discokey:d02c4b21960ccfd954103eea75aeab419c5aa83c75f79b93d49fa05bc3a71a0a", + "Addresses": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "AllowedIPs": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "Endpoints": ["77.164.248.136:42573", "10.65.0.27:42573", "172.17.0.1:42573"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34685}, + {"Proto": "peerapi6", "Port": 34685} + ]}, + "Created": "2026-04-09T08:35:33.052565172Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6105131413639592, + "StableID": "nwi1z5T2gp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "DiscoKey": "discokey:7708514d2914a1050a7a61138d3f1486062ed6e6867c479d49b8c7359c135d0f", + "Addresses": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "AllowedIPs": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "Endpoints": ["77.164.248.136:50389", "10.65.0.27:50389", "172.17.0.1:50389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 41755}, + {"Proto": "peerapi6", "Port": 41755} + ]}, + "Created": "2026-04-09T08:35:38.661802833Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6126398715975448, + "StableID": "nDVWf87fqp11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "DiscoKey": "discokey:f976b8bc1a297119f55ec6c8ccfc2bfec6bfaa191d8852e83ea2f360b6b9a66d", - "Addresses": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "AllowedIPs": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "Endpoints": ["77.164.248.136:47519", "10.65.0.27:47519", "172.17.0.1:47519"], + "Key": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "DiscoKey": "discokey:946bd86cd242da2287a724b0610dc0cc00417e3b4711959944b1db55df71686b", + "Addresses": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "AllowedIPs": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "Endpoints": ["77.164.248.136:39219", "10.65.0.27:39219", "172.17.0.1:39219"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56788}, - {"Proto": "peerapi6", "Port": 56788} + {"Proto": "peerapi4", "Port": 36797}, + {"Proto": "peerapi6", "Port": 36797} ]}, - "Created": "2026-04-09T01:29:28.66542462Z", + "Created": "2026-04-09T08:35:34.310535042Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 6295506795328651, + "StableID": "ngB5ZiHFAr11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:c847ef025ab17d84bbf64b4f1475982afc7396819ac964416801a9666cf3650b", + "Addresses": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "AllowedIPs": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "Endpoints": ["77.164.248.136:47988", "10.65.0.27:47988", "172.17.0.1:47988"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 41236}, + {"Proto": "peerapi6", "Port": 41236} + ]}, + "Created": "2026-04-09T08:35:40.858763481Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6488587050104323, + "StableID": "n4wiVPBhfs11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "DiscoKey": "discokey:f184a2d2bb3e1e1560209c7d5222d2a114b792343dc6ddcd29bc0f6a8a310a39", + "Addresses": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "AllowedIPs": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "Endpoints": ["77.164.248.136:42953", "10.65.0.27:42953", "172.17.0.1:42953"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 41195}, + {"Proto": "peerapi6", "Port": 41195} + ]}, + "Created": "2026-04-09T08:35:39.1854313Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7650159646680213, + "StableID": "n8QhErimj221CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "DiscoKey": "discokey:699fc7c8dcfbb3bb503ae66a4d5890165f46c021d278abe31aadd9ade0ecf852", + "Addresses": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "AllowedIPs": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "Endpoints": ["77.164.248.136:57331", "10.65.0.27:57331", "172.17.0.1:57331"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 60300}, + {"Proto": "peerapi6", "Port": 60300} + ]}, + "Created": "2026-04-09T08:35:37.583121599Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8336918172896549, + "StableID": "nNmDWoho6821CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "DiscoKey": "discokey:8644600966e0bb28662b2440347dca93eed5c74c387b592409c3197d0f5ec80b", + "Addresses": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "AllowedIPs": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "Endpoints": ["77.164.248.136:53141", "10.65.0.27:53141", "172.17.0.1:53141"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62866}, + {"Proto": "peerapi6", "Port": 62866} + ]}, + "Created": "2026-04-09T08:35:37.04281834Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16741,7 +16765,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.113.249.103"}, {"nodeIP": "fd7a:115c:a1e0::f137:f967"}], + "principals": [{"nodeIP": "100.86.75.37"}, {"nodeIP": "fd7a:115c:a1e0::5137:4b25"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -16750,7 +16774,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.249.103"}, {"nodeIP": "fd7a:115c:a1e0::f137:f967"}], + "principals": [{"nodeIP": "100.86.75.37"}, {"nodeIP": "fd7a:115c:a1e0::5137:4b25"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17579,26 +17603,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.113.249.103"}, {"nodeIP": "fd7a:115c:a1e0::f137:f967"}], + "principals": [{"nodeIP": "100.86.75.37"}, {"nodeIP": "fd7a:115c:a1e0::5137:4b25"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -17607,7 +17632,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.249.103"}, {"nodeIP": "fd7a:115c:a1e0::f137:f967"}], + "principals": [{"nodeIP": "100.86.75.37"}, {"nodeIP": "fd7a:115c:a1e0::5137:4b25"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17644,21 +17669,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6897465051045452, - "StableID": "nb6VJEisrv11CNTRL", + "ID": 1659821253702891, + "StableID": "nen8Q1hjxD11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 6897465051045452, - "Key": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "DiscoKey": "discokey:a6e9806d5bb3ffc34cdaa834813112c311e91da493619cce29093db7d7c33b05", - "Addresses": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "AllowedIPs": ["100.87.156.27/32", "fd7a:115c:a1e0::ed37:9c1b/128"], - "Endpoints": ["77.164.248.136:49787", "10.65.0.27:49787", "172.17.0.1:49787"], + "User": 1659821253702891, + "Key": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "DiscoKey": "discokey:9e0d0ac3c6b05d4629aadf76f1eedaae2fe66c90ed3c5ecec0a0dbee9a85c708", + "Addresses": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "AllowedIPs": ["100.106.53.114/32", "fd7a:115c:a1e0::ae37:3572/128"], + "Endpoints": ["77.164.248.136:51478", "10.65.0.27:51478", "172.17.0.1:51478"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 60893}, - {"Proto": "peerapi6", "Port": 60893}, + {"Proto": "peerapi4", "Port": 50498}, + {"Proto": "peerapi6", "Port": 50498}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:32.473138479Z", + "Created": "2026-04-09T08:35:38.113217933Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17686,300 +17711,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1216f912a5564fe28dba89a862a409cf37c15567fbce80b4357c61f8edd79c1a", - "MachineKey": "mkey:6013bc1512b739d36718f666dfc3f340c2a1bc2c2368d3267e822c733320862b", + "NodeKey": "nodekey:6d68521473852e3fea44f9c036682079d7daf8d058215419fe4873f3aeaa3571", + "MachineKey": "mkey:733435ec1b31ac66e93699ce983480db3f93a6928c27d2ebae26007c14ca296c", "Peers": [{ - "ID": 52270963588716, - "StableID": "nHuQ435gQ111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:45dd7ff36813d340f1ba49e02e82fa1f8fa7e2678fa72c1284fd39d24ed0fb33", - "DiscoKey": "discokey:8ff65dfb87fbae02e4ff23f1fdb1d35b754daa9ce7eac1b88db2c329ef72090c", - "Addresses": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "AllowedIPs": ["100.80.251.52/32", "fd7a:115c:a1e0::4e37:fb34/128"], - "Endpoints": ["77.164.248.136:43209", "10.65.0.27:43209", "172.17.0.1:43209"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47969}, - {"Proto": "peerapi6", "Port": 47969} - ]}, - "Created": "2026-04-09T01:29:33.566424284Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 800977816334517, - "StableID": "n8Cyo5LmF711CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8bbcc342aaf177d2f7c45f5dd864f55a8fa113bb6b2928bf007250fdb4d41172", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:b032e7d6118386347781a9774f5be7aee6ab727432be798352c8b0b5f42c0b57", - "Addresses": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "AllowedIPs": ["100.84.17.115/32", "fd7a:115c:a1e0::b437:1173/128"], - "Endpoints": ["77.164.248.136:36842", "10.65.0.27:36842", "172.17.0.1:36842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56552}, - {"Proto": "peerapi6", "Port": 56552} - ]}, - "Created": "2026-04-09T01:29:34.108518056Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1037238246245339, - "StableID": "nkuyxQVm6911CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6276b9404980ccdf71aa6253a027e924771a89e3758b41d58a88d3ea3c843d4e", - "DiscoKey": "discokey:a285c0aa8099115a664220d532aa682d1f8e6cf6b85e3c0dc0d1025baff96c47", - "Addresses": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "AllowedIPs": ["100.68.61.79/32", "fd7a:115c:a1e0::3c37:3d4f/128"], - "Endpoints": ["77.164.248.136:35520", "10.65.0.27:35520", "172.17.0.1:35520"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 59569}, - {"Proto": "peerapi6", "Port": 59569} - ]}, - "Created": "2026-04-09T01:29:31.396275291Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1162425084144536, - "StableID": "nTQb9HwT5A11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fe7ce109f2e120e484175f3c1631704bec49f2230847142a13a4c2641083b10", - "DiscoKey": "discokey:b153c40bc7008eac24ab428946b2e4003a04907a9c410ffeb84571cacc5bc45f", - "Addresses": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "AllowedIPs": ["100.72.59.17/32", "fd7a:115c:a1e0::4137:3b11/128"], - "Endpoints": ["77.164.248.136:39646", "10.65.0.27:39646", "172.17.0.1:39646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 51872}, - {"Proto": "peerapi6", "Port": 51872} - ]}, - "Created": "2026-04-09T01:29:29.771556304Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1229725174841525, - "StableID": "nrfsh7owbA11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1341b5dace0a4ce5fe00e9e6f8b8daff426aa038ede5f5010c610ec476d0a773", - "DiscoKey": "discokey:30b9944764920302cd771b373e8448b6016e413f991702bd8d8ad33d892e820d", - "Addresses": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "AllowedIPs": ["100.80.167.116/32", "fd7a:115c:a1e0::7637:a774/128"], - "Endpoints": ["77.164.248.136:55805", "10.65.0.27:55805", "172.17.0.1:55805"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:29:33.007362781Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3696220555392248, - "StableID": "nBnJNtS2sV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef659c75f4207ebf03f5af28e740e8e894adbf5a8f7ad6d7c98e2b8eab11ff24", - "DiscoKey": "discokey:a48c922a469a8a60beba857b70163f4e78d22eb697944ac17c3fcb37328cfe5f", - "Addresses": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "AllowedIPs": ["100.81.255.37/32", "fd7a:115c:a1e0::ab37:ff27/128"], - "Endpoints": ["77.164.248.136:40030", "10.65.0.27:40030", "172.17.0.1:40030"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 46240}, - {"Proto": "peerapi6", "Port": 46240} - ]}, - "Created": "2026-04-09T01:29:31.929972569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4023144003655124, - "StableID": "nKSdzuA6RY11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6bc38b363b43ef4ee5b869aa8f383f38ee6a781d883c349bb4a338b040f4b3a", - "DiscoKey": "discokey:d53e5ab44bc129d3c859f5c8e31b711a1b9f6d1bec6c628d28dd413e646d5874", - "Addresses": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "AllowedIPs": ["100.79.75.59/32", "fd7a:115c:a1e0::437:4b3e/128"], - "Endpoints": ["77.164.248.136:32998", "10.65.0.27:32998", "172.17.0.1:32998"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60421}, - {"Proto": "peerapi6", "Port": 60421} - ]}, - "Created": "2026-04-09T01:29:28.115371888Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4056794384551529, - "StableID": "npGYvL7LgY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:8ac22d7dd64dcf1d15c4ebac7006bbcc0f1547a92ccf9ce814d8f2dc0d59e825", - "KeyExpiry": "2026-10-06T01:29:35Z", - "DiscoKey": "discokey:fc272b46a1a544c7f35725a7e4e5a7d54b5bb49c2d4f734e8d4b030ab6c55251", - "Addresses": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "AllowedIPs": ["100.89.232.38/32", "fd7a:115c:a1e0::d37:e826/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 45108}, - {"Proto": "peerapi6", "Port": 45108} - ]}, - "Created": "2026-04-09T01:29:35.191884999Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4152989538793672, - "StableID": "njcKJbztRZ11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ec22fe903676a5ea31310b7afcdbd551b7f7c96d16f371ba05c2fc17f1e1a70", - "DiscoKey": "discokey:ecb9e40f507b8a008db55bb092a49783c05fc519bff4bde13c86fe728dd08943", - "Addresses": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "AllowedIPs": ["100.94.26.113/32", "fd7a:115c:a1e0::7f37:1a71/128"], - "Endpoints": ["77.164.248.136:33369", "10.65.0.27:33369", "172.17.0.1:33369"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57817}, - {"Proto": "peerapi6", "Port": 57817} - ]}, - "Created": "2026-04-09T01:29:30.855039401Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4854761240609824, - "StableID": "nDd4V3Mjue11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:11f226ad516f93f330f3af260537fd16c9ae5db3a5f9ccea95d3ebe9e030155a", - "DiscoKey": "discokey:f5ecb34a7dd0ea8f6fdfa60cb84c3765a20545bfa02efe99dddb251f4f059e6e", - "Addresses": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "AllowedIPs": ["100.112.21.91/32", "fd7a:115c:a1e0::e037:155b/128"], - "Endpoints": ["77.164.248.136:36590", "10.65.0.27:36590", "172.17.0.1:36590"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 57130}, - {"Proto": "peerapi6", "Port": 57130} - ]}, - "Created": "2026-04-09T01:29:29.209966457Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4867606699298308, - "StableID": "njeVgtmY1f11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ab26464dc2e96956e464010f0bf5b0511846e0b40184e4449e6cc286e7f614c", - "DiscoKey": "discokey:20983494d0bb843d5815b20333096c657691b4a8c73921604da901f5384e7643", - "Addresses": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "AllowedIPs": ["100.127.97.77/32", "fd7a:115c:a1e0::6e37:614d/128"], - "Endpoints": ["77.164.248.136:35742", "10.65.0.27:35742", "172.17.0.1:35742"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 37300}, - {"Proto": "peerapi6", "Port": 37300} - ]}, - "Created": "2026-04-09T01:29:27.647892542Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 7100602508607310, - "StableID": "nfVFpfnsSx11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e422e78802e82ac201853ce92f2d84ccfe5f5dbf02931dc46b7ba1e0f131f966", - "KeyExpiry": "2026-10-06T01:29:34Z", - "DiscoKey": "discokey:d2d7a0b480bf847674ef3ec1e0f26fe14ab1e76bd0963dd82ffbabf119147377", - "Addresses": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "AllowedIPs": ["100.113.249.103/32", "fd7a:115c:a1e0::f137:f967/128"], - "Endpoints": ["77.164.248.136:45175", "10.65.0.27:45175", "172.17.0.1:45175"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62842}, - {"Proto": "peerapi6", "Port": 62842} - ]}, - "Created": "2026-04-09T01:29:34.651855101Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7121226941590093, - "StableID": "ncpGLGZDcx11CNTRL", + "ID": 1781276838713017, + "StableID": "n4GPY58kuE11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9e96a280b997e7e7170ff2e75eb3c0b9f5fe33efc4597ddf862877b5e9bdd033", - "DiscoKey": "discokey:bd7c854ea5a164cfff4110f973201f5745ff25febfd3da1193f2ee28a7604a1d", - "Addresses": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "AllowedIPs": ["100.125.208.52/32", "fd7a:115c:a1e0::e937:d034/128"], - "Endpoints": ["77.164.248.136:58481", "10.65.0.27:58481", "172.17.0.1:58481"], + "Key": "nodekey:8ec388c87ca39d8cc42b04540626c97801f9ef7122d80148a314933bb9ea124c", + "DiscoKey": "discokey:06fa872d9ea3dd68bc4ee68bc94ff97ca5faf607015d59386b0c6a898403fd46", + "Addresses": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "AllowedIPs": ["100.106.18.77/32", "fd7a:115c:a1e0::b937:124d/128"], + "Endpoints": ["77.164.248.136:53328", "10.65.0.27:53328", "172.17.0.1:53328"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 37819}, - {"Proto": "peerapi6", "Port": 37819} + {"Proto": "peerapi4", "Port": 55834}, + {"Proto": "peerapi6", "Port": 55834} ]}, - "Created": "2026-04-09T01:29:30.295388439Z", + "Created": "2026-04-09T08:35:35.963275724Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7966058215878902, - "StableID": "nwH34oqqC521CNTRL", + "ID": 2345732245240689, + "StableID": "nYttvgQPKK11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:99144c6d2b54167ba357e47c7e95d22fed245c0020167a85eb55b5e654080127", + "KeyExpiry": "2026-10-06T08:35:39Z", + "DiscoKey": "discokey:dbd9be1c03e5ac5fa96f1fd7e18bacf8fc8be0096182590304d13114832ef962", + "Addresses": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "AllowedIPs": ["100.72.1.40/32", "fd7a:115c:a1e0::5437:128/128"], + "Endpoints": ["77.164.248.136:37765", "10.65.0.27:37765", "172.17.0.1:37765"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 40145}, + {"Proto": "peerapi6", "Port": 40145} + ]}, + "Created": "2026-04-09T08:35:39.745345841Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2422789075597521, + "StableID": "naKEAXZHvK11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:62f76f9cf4737eaf1f9c1024fd869a64267d8fd1eef8c773a6adf47a79f5ce58", + "DiscoKey": "discokey:d0a7279e8873880814a66f9bc486625c644bef94220f8639062935b28a5d2a55", + "Addresses": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "AllowedIPs": ["100.117.206.89/32", "fd7a:115c:a1e0::7937:ce59/128"], + "Endpoints": ["77.164.248.136:51090", "10.65.0.27:51090", "172.17.0.1:51090"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 57401}, + {"Proto": "peerapi6", "Port": 57401} + ]}, + "Created": "2026-04-09T08:35:36.501164831Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2662411105947047, + "StableID": "ni4BST2pnM11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:88ebafefe28bdfa5d48389c7ef9fca57553086fe8430324505dcbced51964b24", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:d34aa7f584c8cd0d30be99d3cbce39ff1c1f86433faac3808f54e800a4e28072", + "Addresses": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "AllowedIPs": ["100.86.75.37/32", "fd7a:115c:a1e0::5137:4b25/128"], + "Endpoints": ["77.164.248.136:39168", "10.65.0.27:39168", "172.17.0.1:39168"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 51609}, + {"Proto": "peerapi6", "Port": 51609} + ]}, + "Created": "2026-04-09T08:35:40.278914272Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 2678433598904806, + "StableID": "nm8gGiu4vM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:64b19990a11ee0354a2456a311bf67e0e2a142d390105346f999eb965b827069", + "DiscoKey": "discokey:269c84fba0ad4b86054ddd74a5e33706d45805c506b01bfbf6aa6e24ba0ed651", + "Addresses": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "AllowedIPs": ["100.66.112.106/32", "fd7a:115c:a1e0::5b37:706a/128"], + "Endpoints": ["77.164.248.136:43885", "10.65.0.27:43885", "172.17.0.1:43885"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61708}, + {"Proto": "peerapi6", "Port": 61708} + ]}, + "Created": "2026-04-09T08:35:35.408460029Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2874913639100360, + "StableID": "n7UGcA74TP11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ec00b188eb7198d5ddd39dae2a316791cb3c8faa22d41f73739b1a93387e8356", + "DiscoKey": "discokey:5c4b6bafe1ac17a4c90c097f37c830b3a843a40728c1270e5ac5c6b5a6a9af35", + "Addresses": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "AllowedIPs": ["100.126.131.87/32", "fd7a:115c:a1e0::3837:8357/128"], + "Endpoints": ["77.164.248.136:36737", "10.65.0.27:36737", "172.17.0.1:36737"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 37783}, + {"Proto": "peerapi6", "Port": 37783} + ]}, + "Created": "2026-04-09T08:35:34.860553634Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4866181189563673, + "StableID": "nJZVG3Luze11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:089d4827e83469eeeb32f368c9b77c3258044dfbaeaa0453538ffc640bbcad72", + "DiscoKey": "discokey:788f5489d44b4ea7d96e08ea015982759cc05356df91159fdab27a7e29d7cd7c", + "Addresses": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "AllowedIPs": ["100.124.173.115/32", "fd7a:115c:a1e0::b37:ad73/128"], + "Endpoints": ["77.164.248.136:58032", "10.65.0.27:58032", "172.17.0.1:58032"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43524}, + {"Proto": "peerapi6", "Port": 43524} + ]}, + "Created": "2026-04-09T08:35:33.529463515Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4971531855178085, + "StableID": "ngeCqGicpf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6a6f5c39a371084cc04e8283bffbf8e0d8467daea452550477193391c2571552", + "DiscoKey": "discokey:d02c4b21960ccfd954103eea75aeab419c5aa83c75f79b93d49fa05bc3a71a0a", + "Addresses": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "AllowedIPs": ["100.87.21.83/32", "fd7a:115c:a1e0::c237:1553/128"], + "Endpoints": ["77.164.248.136:42573", "10.65.0.27:42573", "172.17.0.1:42573"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34685}, + {"Proto": "peerapi6", "Port": 34685} + ]}, + "Created": "2026-04-09T08:35:33.052565172Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6105131413639592, + "StableID": "nwi1z5T2gp11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5a7e4c40e33e290ef93b2cd88e35a0590812c0886e66869d1b406feca334dc00", + "DiscoKey": "discokey:7708514d2914a1050a7a61138d3f1486062ed6e6867c479d49b8c7359c135d0f", + "Addresses": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "AllowedIPs": ["100.116.220.1/32", "fd7a:115c:a1e0::a337:dc01/128"], + "Endpoints": ["77.164.248.136:50389", "10.65.0.27:50389", "172.17.0.1:50389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 41755}, + {"Proto": "peerapi6", "Port": 41755} + ]}, + "Created": "2026-04-09T08:35:38.661802833Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6126398715975448, + "StableID": "nDVWf87fqp11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:dde72ab839c09d0a70e54b04aa99019975ac0747000752a8cec2620d3afe3253", - "DiscoKey": "discokey:f976b8bc1a297119f55ec6c8ccfc2bfec6bfaa191d8852e83ea2f360b6b9a66d", - "Addresses": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "AllowedIPs": ["100.126.50.84/32", "fd7a:115c:a1e0::3a37:3254/128"], - "Endpoints": ["77.164.248.136:47519", "10.65.0.27:47519", "172.17.0.1:47519"], + "Key": "nodekey:be0992a0bed605e836ca136de38bbdb2eb1288ad3a0e87c916d7c5708701c63f", + "DiscoKey": "discokey:946bd86cd242da2287a724b0610dc0cc00417e3b4711959944b1db55df71686b", + "Addresses": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "AllowedIPs": ["100.65.198.64/32", "fd7a:115c:a1e0::8737:c641/128"], + "Endpoints": ["77.164.248.136:39219", "10.65.0.27:39219", "172.17.0.1:39219"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56788}, - {"Proto": "peerapi6", "Port": 56788} + {"Proto": "peerapi4", "Port": 36797}, + {"Proto": "peerapi6", "Port": 36797} ]}, - "Created": "2026-04-09T01:29:28.66542462Z", + "Created": "2026-04-09T08:35:34.310535042Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 6295506795328651, + "StableID": "ngB5ZiHFAr11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:9d74b83acbf605955f00763b7233fa43758a7ce9e30180579f43412ece982726", + "KeyExpiry": "2026-10-06T08:35:40Z", + "DiscoKey": "discokey:c847ef025ab17d84bbf64b4f1475982afc7396819ac964416801a9666cf3650b", + "Addresses": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "AllowedIPs": ["100.88.39.39/32", "fd7a:115c:a1e0::ce37:2727/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 41236}, + {"Proto": "peerapi6", "Port": 41236} + ]}, + "Created": "2026-04-09T08:35:40.858763481Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6488587050104323, + "StableID": "n4wiVPBhfs11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee438de5e6d4c08f4537f74ade45b38cca0b55624c38f3b1719352090b0e7b77", + "DiscoKey": "discokey:f184a2d2bb3e1e1560209c7d5222d2a114b792343dc6ddcd29bc0f6a8a310a39", + "Addresses": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "AllowedIPs": ["100.78.123.120/32", "fd7a:115c:a1e0::b37:7b79/128"], + "Endpoints": ["77.164.248.136:42953", "10.65.0.27:42953", "172.17.0.1:42953"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 41195}, + {"Proto": "peerapi6", "Port": 41195} + ]}, + "Created": "2026-04-09T08:35:39.1854313Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7650159646680213, + "StableID": "n8QhErimj221CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bbf396b3db263de95d3f2de2a68a10a4ff71ba238cebc5e1949109f40a76e123", + "DiscoKey": "discokey:699fc7c8dcfbb3bb503ae66a4d5890165f46c021d278abe31aadd9ade0ecf852", + "Addresses": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "AllowedIPs": ["100.118.225.36/32", "fd7a:115c:a1e0::a37:e124/128"], + "Endpoints": ["77.164.248.136:57331", "10.65.0.27:57331", "172.17.0.1:57331"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 60300}, + {"Proto": "peerapi6", "Port": 60300} + ]}, + "Created": "2026-04-09T08:35:37.583121599Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8336918172896549, + "StableID": "nNmDWoho6821CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:410e415fbb90658a78b514417689b5a5b0cf892382cb97cd5db051dc6a975b42", + "DiscoKey": "discokey:8644600966e0bb28662b2440347dca93eed5c74c387b592409c3197d0f5ec80b", + "Addresses": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "AllowedIPs": ["100.87.91.67/32", "fd7a:115c:a1e0::6a37:5b43/128"], + "Endpoints": ["77.164.248.136:53141", "10.65.0.27:53141", "172.17.0.1:53141"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62866}, + {"Proto": "peerapi6", "Port": 62866} + ]}, + "Created": "2026-04-09T08:35:37.04281834Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18827,27 +18852,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6897465051045452": { - "ID": 6897465051045452, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1659821253702891": { + "ID": 1659821253702891, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-d11.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-d11.hujson index 6832a19b..fec0e06b 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-d11.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-d11.hujson @@ -3,7 +3,7 @@ // ssh d11 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:29:48Z +// Captured at: 2026-04-09T08:35:53Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-d11", "description": "ssh d11", "category": "ssh", - "captured_at": "2026-04-09T01:29:48.10330697Z", + "captured_at": "2026-04-09T08:35:53.749851352Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,14 +19,14 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["tag:server"], "src": ["autogroup:member"], - "users": ["localpart:*@passkey", "ubuntu"] + "users": ["localpart:*@example.com", "ubuntu"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} }, @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d11\",\n\t\"id\": \"ssh-d11\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@passkey\", \"ubuntu\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d11\",\n\t\"id\": \"ssh-d11\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@example.com\", \"ubuntu\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-d11.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.76.33.116", - "ipv6": "fd7a:115c:a1e0::7837:2174", + "ipv4": "100.87.178.19", + "ipv6": "fd7a:115c:a1e0::3b37:b213", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.100.10.68", - "ipv6": "fd7a:115c:a1e0::de37:a44", + "ipv4": "100.86.37.116", + "ipv6": "fd7a:115c:a1e0::f237:2574", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.89.176.35", - "ipv6": "fd7a:115c:a1e0::c537:b023", + "ipv4": "100.97.64.104", + "ipv6": "fd7a:115c:a1e0::cc37:4068", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.101.188.19", - "ipv6": "fd7a:115c:a1e0::237:bc13", + "ipv4": "100.83.207.16", + "ipv6": "fd7a:115c:a1e0::2737:cf11", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.127.33.98", - "ipv6": "fd7a:115c:a1e0::2a37:2162", + "ipv4": "100.101.199.87", + "ipv6": "fd7a:115c:a1e0::e337:c757", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.76.3.72", - "ipv6": "fd7a:115c:a1e0::e937:348", + "ipv4": "100.84.182.17", + "ipv6": "fd7a:115c:a1e0::9937:b611", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.64.243.13", - "ipv6": "fd7a:115c:a1e0::8937:f30d", + "ipv4": "100.90.245.55", + "ipv6": "fd7a:115c:a1e0::1937:f537", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.119.83.93", - "ipv6": "fd7a:115c:a1e0::5037:535d", + "ipv4": "100.83.40.84", + "ipv6": "fd7a:115c:a1e0::f737:2854", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.99.133.123", - "ipv6": "fd7a:115c:a1e0::da37:857b", + "ipv4": "100.118.203.103", + "ipv6": "fd7a:115c:a1e0::4637:cb67", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.64.52.110", - "ipv6": "fd7a:115c:a1e0::ee37:346e", + "ipv4": "100.93.89.77", + "ipv6": "fd7a:115c:a1e0::ad37:594f", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.121.165.43", - "ipv6": "fd7a:115c:a1e0::a337:a52b", + "ipv4": "100.121.109.115", + "ipv6": "fd7a:115c:a1e0::c437:6d73", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.109.19.108", - "ipv6": "fd7a:115c:a1e0::5637:136c", + "ipv4": "100.89.240.48", + "ipv6": "fd7a:115c:a1e0::ea37:f030", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.69.164.46", - "ipv6": "fd7a:115c:a1e0::e237:a42e", + "ipv4": "100.97.106.2", + "ipv6": "fd7a:115c:a1e0::bd37:6a02", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.126.233.13", - "ipv6": "fd7a:115c:a1e0::b237:e90d", + "ipv4": "100.77.201.117", + "ipv6": "fd7a:115c:a1e0::a837:c975", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.94.234.81", - "ipv6": "fd7a:115c:a1e0::8937:ea51", + "ipv4": "100.112.190.92", + "ipv6": "fd7a:115c:a1e0::5237:be5c", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6091374499161390, - "StableID": "nH4RZa5oZp11CNTRL", + "ID": 4364959932204294, + "StableID": "nHz87Z6u5b11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 6091374499161390, - "Key": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "DiscoKey": "discokey:390b2d17e4508e12da63cdd405f4ee9e4c3f6a9459001d4686b9c206f8e58e66", - "Addresses": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "AllowedIPs": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], + "User": 4364959932204294, + "Key": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "DiscoKey": "discokey:4d4567e3bb172a6b53deca48bda21258d93050919d17274af36ba4a17d03024f", + "Addresses": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "AllowedIPs": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "Endpoints": ["77.164.248.136:49750", "10.65.0.27:49750", "172.17.0.1:49750"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 36208}, - {"Proto": "peerapi6", "Port": 36208}, + {"Proto": "peerapi4", "Port": 60611}, + {"Proto": "peerapi6", "Port": 60611}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:56.909698269Z", + "Created": "2026-04-09T08:36:02.519380144Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,301 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "MachineKey": "mkey:757bc4c84fd788b83d0d04cac265d86f2d90ac9035e090bc8fb386267074e163", + "NodeKey": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "MachineKey": "mkey:8ff32faa9ae00db7fe9f4572f48c77990ec7c1edba4401692f1424d47727030b", "Peers": [{ - "ID": 11653558558116, - "StableID": "noSi4v7H6111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "DiscoKey": "discokey:f4d04feaf8acebfdd0dcbc2fa6d870f53faebf207cb69fbe0d25e31a69d03e0b", - "Addresses": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "AllowedIPs": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "Endpoints": ["77.164.248.136:58302", "10.65.0.27:58302", "172.17.0.1:58302"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61619}, - {"Proto": "peerapi6", "Port": 61619} - ]}, - "Created": "2026-04-09T01:29:52.019938795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 300148340543930, - "StableID": "nTZZ3WPwL311CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:0f50d1a1ede9b447a49f590c270d2b1ba5f56a847ec431f4f40f90a9d9e9bc50", - "Addresses": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "AllowedIPs": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "Endpoints": ["77.164.248.136:33330", "10.65.0.27:33330", "172.17.0.1:33330"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43088}, - {"Proto": "peerapi6", "Port": 43088} - ]}, - "Created": "2026-04-09T01:29:57.995746667Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1333882443520374, - "StableID": "nP9Ms8q7RB11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "DiscoKey": "discokey:c9f71f15fe2d83a80dc593617b555f7ceafc9303fbdda61f050bbaf284a02533", - "Addresses": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "AllowedIPs": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "Endpoints": ["77.164.248.136:52289", "10.65.0.27:52289", "172.17.0.1:52289"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60800}, - {"Proto": "peerapi6", "Port": 60800} - ]}, - "Created": "2026-04-09T01:29:54.178889556Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2258282181236304, - "StableID": "n1sSE8FndJ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "KeyExpiry": "2026-10-06T01:29:58Z", - "DiscoKey": "discokey:089358c6ac6e2e5982e52b55e7d79a5b36c9e10a234826fda782fc53a11e9f36", - "Addresses": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "AllowedIPs": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37863}, - {"Proto": "peerapi6", "Port": 37863} - ]}, - "Created": "2026-04-09T01:29:58.53612601Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3544674144308040, - "StableID": "nu73yaaPgU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "DiscoKey": "discokey:7d08b05a4977d2b9bf96bffd0134d3d7846f280e561ebadd64d931f19edf266e", - "Addresses": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "AllowedIPs": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "Endpoints": ["77.164.248.136:39118", "10.65.0.27:39118", "172.17.0.1:39118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58344}, - {"Proto": "peerapi6", "Port": 58344} - ]}, - "Created": "2026-04-09T01:29:54.737237432Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4699125701901551, - "StableID": "n2Qssh4Fhd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "DiscoKey": "discokey:aae9629d6fa1340f961933c867f75951b34ac45988ed9ecfc1cf3c49e2935104", - "Addresses": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "AllowedIPs": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "Endpoints": ["77.164.248.136:55634", "10.65.0.27:55634", "172.17.0.1:55634"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39441}, - {"Proto": "peerapi6", "Port": 39441} - ]}, - "Created": "2026-04-09T01:29:56.357637641Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4948785255414333, - "StableID": "nEXihRCKef11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "DiscoKey": "discokey:58e5473690bb606d0664033faa8c5eadc1c78d48bb747aa6de058e90ef4c8453", - "Addresses": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "AllowedIPs": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "Endpoints": ["77.164.248.136:40732", "10.65.0.27:40732", "172.17.0.1:40732"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33817}, - {"Proto": "peerapi6", "Port": 33817} - ]}, - "Created": "2026-04-09T01:29:51.48098584Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4976740123777004, - "StableID": "nok9hPXyrf11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "DiscoKey": "discokey:f0ab16fe5a0ff0252c96ad2540a437a1ba24eebf5d08a2afebcdef2ce8c9052e", - "Addresses": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "AllowedIPs": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "Endpoints": ["77.164.248.136:51215", "10.65.0.27:51215", "172.17.0.1:51215"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41132}, - {"Proto": "peerapi6", "Port": 41132} - ]}, - "Created": "2026-04-09T01:29:55.813581621Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6586398387168375, - "StableID": "nNGvQzWzRt11CNTRL", + "ID": 209534596912365, + "StableID": "nJK5ps7ud211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "DiscoKey": "discokey:71a80a82dd8fbb40bd0c2ab3fca48342c85da5950233bf097ae1c8d9de4ff71e", - "Addresses": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "AllowedIPs": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "Endpoints": ["77.164.248.136:42325", "10.65.0.27:42325", "172.17.0.1:42325"], + "Key": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "DiscoKey": "discokey:11261260394cb440aa014486b56d18dc79262d4d8768cd89ffbdda0ed4fed46c", + "Addresses": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "AllowedIPs": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "Endpoints": ["77.164.248.136:47318", "10.65.0.27:47318", "172.17.0.1:47318"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59601}, - {"Proto": "peerapi6", "Port": 59601} + {"Proto": "peerapi4", "Port": 46990}, + {"Proto": "peerapi6", "Port": 46990} ]}, - "Created": "2026-04-09T01:29:50.931571207Z", + "Created": "2026-04-09T08:35:56.537441004Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6863633878830971, - "StableID": "n85pTM2Zbv11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:6ad055cc0bbe80eb0aef3caa2911840e3cb44a2e47a4d35f396eb01a476d7c7b", - "Addresses": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "AllowedIPs": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "Endpoints": ["77.164.248.136:60802", "10.65.0.27:60802", "172.17.0.1:60802"], + "ID": 817685608209458, + "StableID": "nHtYASDLP711CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "DiscoKey": "discokey:e9663d5995ae3a4a921f2a807f80fb625d99db27932904b5b92821ef92263b45", + "Addresses": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "AllowedIPs": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "Endpoints": ["77.164.248.136:60030", "10.65.0.27:60030", "172.17.0.1:60030"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 47063}, - {"Proto": "peerapi6", "Port": 47063} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49057}, + {"Proto": "peerapi6", "Port": 49057} ]}, - "Created": "2026-04-09T01:29:57.434016413Z", + "Created": "2026-04-09T08:35:58.165347838Z", "Cap": 131, + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7893875485564531, - "StableID": "nYPTMxi9e421CNTRL", + "ID": 835199427892487, + "StableID": "nNLLSpGGX711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "DiscoKey": "discokey:541eecaee32c3b78990b1a4526b104ed148dbeea52fbe4f5d9b26a09f34d9f0b", - "Addresses": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "AllowedIPs": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "Endpoints": ["77.164.248.136:35745", "10.65.0.27:35745", "172.17.0.1:35745"], + "Key": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "DiscoKey": "discokey:26e2e882ca8619d03bca09a462f850224b937ef0082a55901dc31a8d6714e673", + "Addresses": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "AllowedIPs": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "Endpoints": ["77.164.248.136:57159", "10.65.0.27:57159", "172.17.0.1:57159"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55277}, - {"Proto": "peerapi6", "Port": 55277} + {"Proto": "peerapi4", "Port": 61138}, + {"Proto": "peerapi6", "Port": 61138} ]}, - "Created": "2026-04-09T01:29:53.634236592Z", + "Created": "2026-04-09T08:35:59.251841205Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8261269018057917, - "StableID": "nWDsjeXYW721CNTRL", + "ID": 1190498533851217, + "StableID": "nEuQmuNBJA11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "DiscoKey": "discokey:6cc89fdb5eea7c5ace7841c8f65d0521ef28b1e9f81f9209a8da71be7a50a707", + "Addresses": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "AllowedIPs": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "Endpoints": ["77.164.248.136:47553", "10.65.0.27:47553", "172.17.0.1:47553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 40252}, + {"Proto": "peerapi6", "Port": 40252} + ]}, + "Created": "2026-04-09T08:35:59.797958114Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2124346109147624, + "StableID": "nPafBGy7bH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "DiscoKey": "discokey:78017125a7316c2b656d6b5e1ca9265ecf4db60e6a91a75ec816b8673f40961a", + "Addresses": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "AllowedIPs": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "Endpoints": ["77.164.248.136:44596", "10.65.0.27:44596", "172.17.0.1:44596"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 62140}, + {"Proto": "peerapi6", "Port": 62140} + ]}, + "Created": "2026-04-09T08:35:57.082324914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3300992564539371, + "StableID": "nEeCDgU2nS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "DiscoKey": "discokey:ec951514c1382a870285666f38067c9c7561c5e83fc8b3f76683e341ceeaaa60", + "Addresses": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "AllowedIPs": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "Endpoints": ["77.164.248.136:48222", "10.65.0.27:48222", "172.17.0.1:48222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 37406}, + {"Proto": "peerapi6", "Port": 37406} + ]}, + "Created": "2026-04-09T08:35:57.6359484Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5182875401439056, + "StableID": "nVTXJCMLUh11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "DiscoKey": "discokey:1e4d2fb9cfc2bf766351db6ddd452844812725c1c7d010b8d414c4e4c6474863", + "Addresses": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "AllowedIPs": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "Endpoints": ["77.164.248.136:41780", "10.65.0.27:41780", "172.17.0.1:41780"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44971}, + {"Proto": "peerapi6", "Port": 44971} + ]}, + "Created": "2026-04-09T08:36:01.437817101Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5596233959178487, + "StableID": "n6W3aSaYhk11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "DiscoKey": "discokey:db16cf9b7ee8cc1e338a9b3bb5f1cfddf60ac37d1e2fef016c40db50882fe501", - "Addresses": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "AllowedIPs": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "Endpoints": ["77.164.248.136:48541", "10.65.0.27:48541", "172.17.0.1:48541"], + "Key": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "DiscoKey": "discokey:0f17d55eb301b47dc35f6738780de70354570e795c723b73a5ec473847411230", + "Addresses": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "AllowedIPs": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "Endpoints": ["77.164.248.136:33304", "10.65.0.27:33304", "172.17.0.1:33304"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57883}, - {"Proto": "peerapi6", "Port": 57883} + {"Proto": "peerapi4", "Port": 39428}, + {"Proto": "peerapi6", "Port": 39428} ]}, - "Created": "2026-04-09T01:29:55.284681162Z", + "Created": "2026-04-09T08:36:00.910195419Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8364628530151648, - "StableID": "nhMKtEcMK821CNTRL", + "ID": 6622924886220586, + "StableID": "nVNA4N1Yit11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "DiscoKey": "discokey:6cbea021fe66f5c9e7cbb30d4e3dc3e8f381b07dc8a51c2e099513f281cbd65f", - "Addresses": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "AllowedIPs": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "Endpoints": ["77.164.248.136:49441", "10.65.0.27:49441", "172.17.0.1:49441"], + "Key": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "DiscoKey": "discokey:214bb8ac6416ccda4b28b5b3b2bfaab395bdd5756d9d7a276a541810149e5360", + "Addresses": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "AllowedIPs": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "Endpoints": ["77.164.248.136:37613", "10.65.0.27:37613", "172.17.0.1:37613"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60282}, - {"Proto": "peerapi6", "Port": 60282} + {"Proto": "peerapi4", "Port": 49089}, + {"Proto": "peerapi6", "Port": 49089} ]}, - "Created": "2026-04-09T01:29:53.099151584Z", + "Created": "2026-04-09T08:35:58.696299994Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8431485802989649, - "StableID": "ntgK9Rqdq821CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "DiscoKey": "discokey:b6a21ff7a8e6cc34630d38011663239bfdac39dad38c66a65c70d31b3fd36244", - "Addresses": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "AllowedIPs": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "Endpoints": ["77.164.248.136:47063", "10.65.0.27:47063", "172.17.0.1:47063"], + "ID": 7150632787448250, + "StableID": "ndAeEtzXqx11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:71d08352aa72e55a8b1475e1dae4165c7fcaab24414dd640ea4668192c786e4c", + "Addresses": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "AllowedIPs": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "Endpoints": ["77.164.248.136:48374", "10.65.0.27:48374", "172.17.0.1:48374"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47905}, - {"Proto": "peerapi6", "Port": 47905} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 63154}, + {"Proto": "peerapi6", "Port": 63154} ]}, - "Created": "2026-04-09T01:29:52.584370954Z", + "Created": "2026-04-09T08:36:03.070370451Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7515715996681832, + "StableID": "noJTGf7tg121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "DiscoKey": "discokey:11c25775a15039e586a0329dfa5078d58738a41515166c0b2825feadc2738f18", + "Addresses": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "AllowedIPs": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "Endpoints": ["77.164.248.136:54216", "10.65.0.27:54216", "172.17.0.1:54216"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49795}, + {"Proto": "peerapi6", "Port": 49795} + ]}, + "Created": "2026-04-09T08:36:01.97550764Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7599224287385686, + "StableID": "nVQQxgjhL221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "KeyExpiry": "2026-10-06T08:36:04Z", + "DiscoKey": "discokey:252b513d5106b54574dc38edb74dcf62568003df91d0a8e7ec6bed5dd5dacf4c", + "Addresses": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "AllowedIPs": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "Endpoints": ["77.164.248.136:36474", "10.65.0.27:36474", "172.17.0.1:36474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 56938}, + {"Proto": "peerapi6", "Port": 56938} + ]}, + "Created": "2026-04-09T08:36:04.404127782Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8953181874109963, + "StableID": "nra5VYuuuC21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "DiscoKey": "discokey:415faa279c2b36f6653674881488082df292af4604d8f2bf3ad1887ef112fb75", + "Addresses": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "AllowedIPs": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "Endpoints": ["77.164.248.136:56046", "10.65.0.27:56046", "172.17.0.1:56046"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 54535}, + {"Proto": "peerapi6", "Port": 54535} + ]}, + "Created": "2026-04-09T08:36:00.369373169Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8992053391766246, + "StableID": "nbTdPhzWDD21CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:d73a1aa5bb0732de49e72988e596fc057557f5b876b6c3a2f4162624fe5de77c", + "Addresses": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "AllowedIPs": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "Endpoints": ["77.164.248.136:35757", "10.65.0.27:35757", "172.17.0.1:35757"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 44597}, + {"Proto": "peerapi6", "Port": 44597} + ]}, + "Created": "2026-04-09T08:36:03.901192661Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -543,7 +544,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.89.176.35"}, {"nodeIP": "fd7a:115c:a1e0::c537:b023"}], + "principals": [{"nodeIP": "100.97.64.104"}, {"nodeIP": "fd7a:115c:a1e0::cc37:4068"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -552,7 +553,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.89.176.35"}, {"nodeIP": "fd7a:115c:a1e0::c537:b023"}], + "principals": [{"nodeIP": "100.97.64.104"}, {"nodeIP": "fd7a:115c:a1e0::cc37:4068"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -561,7 +562,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.76.3.72"}, {"nodeIP": "fd7a:115c:a1e0::e937:348"}], + "principals": [{"nodeIP": "100.84.182.17"}, {"nodeIP": "fd7a:115c:a1e0::9937:b611"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -570,7 +571,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.126.233.13"}, {"nodeIP": "fd7a:115c:a1e0::b237:e90d"}], + "principals": [{"nodeIP": "100.77.201.117"}, {"nodeIP": "fd7a:115c:a1e0::a837:c975"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -579,7 +580,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.126.233.13"}, {"nodeIP": "fd7a:115c:a1e0::b237:e90d"}], + "principals": [{"nodeIP": "100.77.201.117"}, {"nodeIP": "fd7a:115c:a1e0::a837:c975"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1408,30 +1409,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6091374499161390": { - "ID": 6091374499161390, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4364959932204294": { + "ID": 4364959932204294, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.89.176.35"}, {"nodeIP": "fd7a:115c:a1e0::c537:b023"}], + "principals": [{"nodeIP": "100.97.64.104"}, {"nodeIP": "fd7a:115c:a1e0::cc37:4068"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -1440,7 +1443,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.89.176.35"}, {"nodeIP": "fd7a:115c:a1e0::c537:b023"}], + "principals": [{"nodeIP": "100.97.64.104"}, {"nodeIP": "fd7a:115c:a1e0::cc37:4068"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -1449,7 +1452,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.76.3.72"}, {"nodeIP": "fd7a:115c:a1e0::e937:348"}], + "principals": [{"nodeIP": "100.84.182.17"}, {"nodeIP": "fd7a:115c:a1e0::9937:b611"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -1458,7 +1461,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.126.233.13"}, {"nodeIP": "fd7a:115c:a1e0::b237:e90d"}], + "principals": [{"nodeIP": "100.77.201.117"}, {"nodeIP": "fd7a:115c:a1e0::a837:c975"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -1467,7 +1470,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.126.233.13"}, {"nodeIP": "fd7a:115c:a1e0::b237:e90d"}], + "principals": [{"nodeIP": "100.77.201.117"}, {"nodeIP": "fd7a:115c:a1e0::a837:c975"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1504,26 +1507,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7893875485564531, - "StableID": "nYPTMxi9e421CNTRL", + "ID": 835199427892487, + "StableID": "nNLLSpGGX711CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 7893875485564531, - "Key": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "DiscoKey": "discokey:541eecaee32c3b78990b1a4526b104ed148dbeea52fbe4f5d9b26a09f34d9f0b", - "Addresses": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "AllowedIPs": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "Endpoints": ["77.164.248.136:35745", "10.65.0.27:35745", "172.17.0.1:35745"], + "User": 835199427892487, + "Key": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "DiscoKey": "discokey:26e2e882ca8619d03bca09a462f850224b937ef0082a55901dc31a8d6714e673", + "Addresses": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "AllowedIPs": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "Endpoints": ["77.164.248.136:57159", "10.65.0.27:57159", "172.17.0.1:57159"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 55277}, - {"Proto": "peerapi6", "Port": 55277}, + {"Proto": "peerapi4", "Port": 61138}, + {"Proto": "peerapi6", "Port": 61138}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:53.634236592Z", + "Created": "2026-04-09T08:35:59.251841205Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1551,301 +1554,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "MachineKey": "mkey:452600ca8995fd74b33c2b9df2b6e6dfadba6632c87073f3ce5f71640c3c1d22", + "NodeKey": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "MachineKey": "mkey:9d0adf639c9b71fa6e2045f93fc452d15474b8eddee2fe438350cffa45eb2b6c", "Peers": [{ - "ID": 11653558558116, - "StableID": "noSi4v7H6111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "DiscoKey": "discokey:f4d04feaf8acebfdd0dcbc2fa6d870f53faebf207cb69fbe0d25e31a69d03e0b", - "Addresses": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "AllowedIPs": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "Endpoints": ["77.164.248.136:58302", "10.65.0.27:58302", "172.17.0.1:58302"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61619}, - {"Proto": "peerapi6", "Port": 61619} - ]}, - "Created": "2026-04-09T01:29:52.019938795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 300148340543930, - "StableID": "nTZZ3WPwL311CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:0f50d1a1ede9b447a49f590c270d2b1ba5f56a847ec431f4f40f90a9d9e9bc50", - "Addresses": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "AllowedIPs": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "Endpoints": ["77.164.248.136:33330", "10.65.0.27:33330", "172.17.0.1:33330"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43088}, - {"Proto": "peerapi6", "Port": 43088} - ]}, - "Created": "2026-04-09T01:29:57.995746667Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1333882443520374, - "StableID": "nP9Ms8q7RB11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "DiscoKey": "discokey:c9f71f15fe2d83a80dc593617b555f7ceafc9303fbdda61f050bbaf284a02533", - "Addresses": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "AllowedIPs": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "Endpoints": ["77.164.248.136:52289", "10.65.0.27:52289", "172.17.0.1:52289"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60800}, - {"Proto": "peerapi6", "Port": 60800} - ]}, - "Created": "2026-04-09T01:29:54.178889556Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2258282181236304, - "StableID": "n1sSE8FndJ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "KeyExpiry": "2026-10-06T01:29:58Z", - "DiscoKey": "discokey:089358c6ac6e2e5982e52b55e7d79a5b36c9e10a234826fda782fc53a11e9f36", - "Addresses": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "AllowedIPs": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37863}, - {"Proto": "peerapi6", "Port": 37863} - ]}, - "Created": "2026-04-09T01:29:58.53612601Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3544674144308040, - "StableID": "nu73yaaPgU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "DiscoKey": "discokey:7d08b05a4977d2b9bf96bffd0134d3d7846f280e561ebadd64d931f19edf266e", - "Addresses": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "AllowedIPs": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "Endpoints": ["77.164.248.136:39118", "10.65.0.27:39118", "172.17.0.1:39118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58344}, - {"Proto": "peerapi6", "Port": 58344} - ]}, - "Created": "2026-04-09T01:29:54.737237432Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4699125701901551, - "StableID": "n2Qssh4Fhd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "DiscoKey": "discokey:aae9629d6fa1340f961933c867f75951b34ac45988ed9ecfc1cf3c49e2935104", - "Addresses": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "AllowedIPs": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "Endpoints": ["77.164.248.136:55634", "10.65.0.27:55634", "172.17.0.1:55634"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39441}, - {"Proto": "peerapi6", "Port": 39441} - ]}, - "Created": "2026-04-09T01:29:56.357637641Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4948785255414333, - "StableID": "nEXihRCKef11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "DiscoKey": "discokey:58e5473690bb606d0664033faa8c5eadc1c78d48bb747aa6de058e90ef4c8453", - "Addresses": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "AllowedIPs": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "Endpoints": ["77.164.248.136:40732", "10.65.0.27:40732", "172.17.0.1:40732"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33817}, - {"Proto": "peerapi6", "Port": 33817} - ]}, - "Created": "2026-04-09T01:29:51.48098584Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4976740123777004, - "StableID": "nok9hPXyrf11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "DiscoKey": "discokey:f0ab16fe5a0ff0252c96ad2540a437a1ba24eebf5d08a2afebcdef2ce8c9052e", - "Addresses": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "AllowedIPs": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "Endpoints": ["77.164.248.136:51215", "10.65.0.27:51215", "172.17.0.1:51215"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41132}, - {"Proto": "peerapi6", "Port": 41132} - ]}, - "Created": "2026-04-09T01:29:55.813581621Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6091374499161390, - "StableID": "nH4RZa5oZp11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "DiscoKey": "discokey:390b2d17e4508e12da63cdd405f4ee9e4c3f6a9459001d4686b9c206f8e58e66", - "Addresses": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "AllowedIPs": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36208}, - {"Proto": "peerapi6", "Port": 36208} - ]}, - "Created": "2026-04-09T01:29:56.909698269Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6586398387168375, - "StableID": "nNGvQzWzRt11CNTRL", + "ID": 209534596912365, + "StableID": "nJK5ps7ud211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "DiscoKey": "discokey:71a80a82dd8fbb40bd0c2ab3fca48342c85da5950233bf097ae1c8d9de4ff71e", - "Addresses": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "AllowedIPs": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "Endpoints": ["77.164.248.136:42325", "10.65.0.27:42325", "172.17.0.1:42325"], + "Key": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "DiscoKey": "discokey:11261260394cb440aa014486b56d18dc79262d4d8768cd89ffbdda0ed4fed46c", + "Addresses": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "AllowedIPs": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "Endpoints": ["77.164.248.136:47318", "10.65.0.27:47318", "172.17.0.1:47318"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59601}, - {"Proto": "peerapi6", "Port": 59601} + {"Proto": "peerapi4", "Port": 46990}, + {"Proto": "peerapi6", "Port": 46990} ]}, - "Created": "2026-04-09T01:29:50.931571207Z", + "Created": "2026-04-09T08:35:56.537441004Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6863633878830971, - "StableID": "n85pTM2Zbv11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:6ad055cc0bbe80eb0aef3caa2911840e3cb44a2e47a4d35f396eb01a476d7c7b", - "Addresses": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "AllowedIPs": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "Endpoints": ["77.164.248.136:60802", "10.65.0.27:60802", "172.17.0.1:60802"], + "ID": 817685608209458, + "StableID": "nHtYASDLP711CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "DiscoKey": "discokey:e9663d5995ae3a4a921f2a807f80fb625d99db27932904b5b92821ef92263b45", + "Addresses": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "AllowedIPs": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "Endpoints": ["77.164.248.136:60030", "10.65.0.27:60030", "172.17.0.1:60030"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 47063}, - {"Proto": "peerapi6", "Port": 47063} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49057}, + {"Proto": "peerapi6", "Port": 49057} ]}, - "Created": "2026-04-09T01:29:57.434016413Z", + "Created": "2026-04-09T08:35:58.165347838Z", "Cap": 131, + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 8261269018057917, - "StableID": "nWDsjeXYW721CNTRL", + "ID": 1190498533851217, + "StableID": "nEuQmuNBJA11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "DiscoKey": "discokey:6cc89fdb5eea7c5ace7841c8f65d0521ef28b1e9f81f9209a8da71be7a50a707", + "Addresses": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "AllowedIPs": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "Endpoints": ["77.164.248.136:47553", "10.65.0.27:47553", "172.17.0.1:47553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 40252}, + {"Proto": "peerapi6", "Port": 40252} + ]}, + "Created": "2026-04-09T08:35:59.797958114Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2124346109147624, + "StableID": "nPafBGy7bH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "DiscoKey": "discokey:78017125a7316c2b656d6b5e1ca9265ecf4db60e6a91a75ec816b8673f40961a", + "Addresses": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "AllowedIPs": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "Endpoints": ["77.164.248.136:44596", "10.65.0.27:44596", "172.17.0.1:44596"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 62140}, + {"Proto": "peerapi6", "Port": 62140} + ]}, + "Created": "2026-04-09T08:35:57.082324914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3300992564539371, + "StableID": "nEeCDgU2nS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "DiscoKey": "discokey:ec951514c1382a870285666f38067c9c7561c5e83fc8b3f76683e341ceeaaa60", + "Addresses": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "AllowedIPs": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "Endpoints": ["77.164.248.136:48222", "10.65.0.27:48222", "172.17.0.1:48222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 37406}, + {"Proto": "peerapi6", "Port": 37406} + ]}, + "Created": "2026-04-09T08:35:57.6359484Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4364959932204294, + "StableID": "nHz87Z6u5b11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "DiscoKey": "discokey:4d4567e3bb172a6b53deca48bda21258d93050919d17274af36ba4a17d03024f", + "Addresses": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "AllowedIPs": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "Endpoints": ["77.164.248.136:49750", "10.65.0.27:49750", "172.17.0.1:49750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60611}, + {"Proto": "peerapi6", "Port": 60611} + ]}, + "Created": "2026-04-09T08:36:02.519380144Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5182875401439056, + "StableID": "nVTXJCMLUh11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "DiscoKey": "discokey:1e4d2fb9cfc2bf766351db6ddd452844812725c1c7d010b8d414c4e4c6474863", + "Addresses": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "AllowedIPs": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "Endpoints": ["77.164.248.136:41780", "10.65.0.27:41780", "172.17.0.1:41780"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44971}, + {"Proto": "peerapi6", "Port": 44971} + ]}, + "Created": "2026-04-09T08:36:01.437817101Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5596233959178487, + "StableID": "n6W3aSaYhk11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "DiscoKey": "discokey:db16cf9b7ee8cc1e338a9b3bb5f1cfddf60ac37d1e2fef016c40db50882fe501", - "Addresses": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "AllowedIPs": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "Endpoints": ["77.164.248.136:48541", "10.65.0.27:48541", "172.17.0.1:48541"], + "Key": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "DiscoKey": "discokey:0f17d55eb301b47dc35f6738780de70354570e795c723b73a5ec473847411230", + "Addresses": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "AllowedIPs": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "Endpoints": ["77.164.248.136:33304", "10.65.0.27:33304", "172.17.0.1:33304"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57883}, - {"Proto": "peerapi6", "Port": 57883} + {"Proto": "peerapi4", "Port": 39428}, + {"Proto": "peerapi6", "Port": 39428} ]}, - "Created": "2026-04-09T01:29:55.284681162Z", + "Created": "2026-04-09T08:36:00.910195419Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8364628530151648, - "StableID": "nhMKtEcMK821CNTRL", + "ID": 6622924886220586, + "StableID": "nVNA4N1Yit11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "DiscoKey": "discokey:6cbea021fe66f5c9e7cbb30d4e3dc3e8f381b07dc8a51c2e099513f281cbd65f", - "Addresses": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "AllowedIPs": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "Endpoints": ["77.164.248.136:49441", "10.65.0.27:49441", "172.17.0.1:49441"], + "Key": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "DiscoKey": "discokey:214bb8ac6416ccda4b28b5b3b2bfaab395bdd5756d9d7a276a541810149e5360", + "Addresses": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "AllowedIPs": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "Endpoints": ["77.164.248.136:37613", "10.65.0.27:37613", "172.17.0.1:37613"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60282}, - {"Proto": "peerapi6", "Port": 60282} + {"Proto": "peerapi4", "Port": 49089}, + {"Proto": "peerapi6", "Port": 49089} ]}, - "Created": "2026-04-09T01:29:53.099151584Z", + "Created": "2026-04-09T08:35:58.696299994Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8431485802989649, - "StableID": "ntgK9Rqdq821CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "DiscoKey": "discokey:b6a21ff7a8e6cc34630d38011663239bfdac39dad38c66a65c70d31b3fd36244", - "Addresses": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "AllowedIPs": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "Endpoints": ["77.164.248.136:47063", "10.65.0.27:47063", "172.17.0.1:47063"], + "ID": 7150632787448250, + "StableID": "ndAeEtzXqx11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:71d08352aa72e55a8b1475e1dae4165c7fcaab24414dd640ea4668192c786e4c", + "Addresses": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "AllowedIPs": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "Endpoints": ["77.164.248.136:48374", "10.65.0.27:48374", "172.17.0.1:48374"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47905}, - {"Proto": "peerapi6", "Port": 47905} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 63154}, + {"Proto": "peerapi6", "Port": 63154} ]}, - "Created": "2026-04-09T01:29:52.584370954Z", + "Created": "2026-04-09T08:36:03.070370451Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7515715996681832, + "StableID": "noJTGf7tg121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "DiscoKey": "discokey:11c25775a15039e586a0329dfa5078d58738a41515166c0b2825feadc2738f18", + "Addresses": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "AllowedIPs": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "Endpoints": ["77.164.248.136:54216", "10.65.0.27:54216", "172.17.0.1:54216"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49795}, + {"Proto": "peerapi6", "Port": 49795} + ]}, + "Created": "2026-04-09T08:36:01.97550764Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7599224287385686, + "StableID": "nVQQxgjhL221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "KeyExpiry": "2026-10-06T08:36:04Z", + "DiscoKey": "discokey:252b513d5106b54574dc38edb74dcf62568003df91d0a8e7ec6bed5dd5dacf4c", + "Addresses": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "AllowedIPs": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "Endpoints": ["77.164.248.136:36474", "10.65.0.27:36474", "172.17.0.1:36474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 56938}, + {"Proto": "peerapi6", "Port": 56938} + ]}, + "Created": "2026-04-09T08:36:04.404127782Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8953181874109963, + "StableID": "nra5VYuuuC21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "DiscoKey": "discokey:415faa279c2b36f6653674881488082df292af4604d8f2bf3ad1887ef112fb75", + "Addresses": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "AllowedIPs": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "Endpoints": ["77.164.248.136:56046", "10.65.0.27:56046", "172.17.0.1:56046"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 54535}, + {"Proto": "peerapi6", "Port": 54535} + ]}, + "Created": "2026-04-09T08:36:00.369373169Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8992053391766246, + "StableID": "nbTdPhzWDD21CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:d73a1aa5bb0732de49e72988e596fc057557f5b876b6c3a2f4162624fe5de77c", + "Addresses": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "AllowedIPs": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "Endpoints": ["77.164.248.136:35757", "10.65.0.27:35757", "172.17.0.1:35757"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 44597}, + {"Proto": "peerapi6", "Port": 44597} + ]}, + "Created": "2026-04-09T08:36:03.901192661Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2693,27 +2697,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7893875485564531": { - "ID": 7893875485564531, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "835199427892487": { + "ID": 835199427892487, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2744,21 +2750,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2258282181236304, - "StableID": "n1sSE8FndJ11CNTRL", + "ID": 7599224287385686, + "StableID": "nVQQxgjhL221CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "KeyExpiry": "2026-10-06T01:29:58Z", - "DiscoKey": "discokey:089358c6ac6e2e5982e52b55e7d79a5b36c9e10a234826fda782fc53a11e9f36", - "Addresses": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "AllowedIPs": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], + "Key": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "KeyExpiry": "2026-10-06T08:36:04Z", + "DiscoKey": "discokey:252b513d5106b54574dc38edb74dcf62568003df91d0a8e7ec6bed5dd5dacf4c", + "Addresses": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "AllowedIPs": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "Endpoints": ["77.164.248.136:36474", "10.65.0.27:36474", "172.17.0.1:36474"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37863}, - {"Proto": "peerapi6", "Port": 37863}, + {"Proto": "peerapi4", "Port": 56938}, + {"Proto": "peerapi6", "Port": 56938}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:58.53612601Z", + "Created": "2026-04-09T08:36:04.404127782Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2787,302 +2794,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "MachineKey": "mkey:567ab0c13b7a76e95901556461d7dea1d62bbf58dc3874d795e87807f9ff0165", + "NodeKey": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "MachineKey": "mkey:bd0a1f12cb8d76b2506ed57c1d71921468e8ee58b667c5c28fc2ea1062e86541", "Peers": [{ - "ID": 11653558558116, - "StableID": "noSi4v7H6111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "DiscoKey": "discokey:f4d04feaf8acebfdd0dcbc2fa6d870f53faebf207cb69fbe0d25e31a69d03e0b", - "Addresses": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "AllowedIPs": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "Endpoints": ["77.164.248.136:58302", "10.65.0.27:58302", "172.17.0.1:58302"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61619}, - {"Proto": "peerapi6", "Port": 61619} - ]}, - "Created": "2026-04-09T01:29:52.019938795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 300148340543930, - "StableID": "nTZZ3WPwL311CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:0f50d1a1ede9b447a49f590c270d2b1ba5f56a847ec431f4f40f90a9d9e9bc50", - "Addresses": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "AllowedIPs": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "Endpoints": ["77.164.248.136:33330", "10.65.0.27:33330", "172.17.0.1:33330"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43088}, - {"Proto": "peerapi6", "Port": 43088} - ]}, - "Created": "2026-04-09T01:29:57.995746667Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1333882443520374, - "StableID": "nP9Ms8q7RB11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "DiscoKey": "discokey:c9f71f15fe2d83a80dc593617b555f7ceafc9303fbdda61f050bbaf284a02533", - "Addresses": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "AllowedIPs": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "Endpoints": ["77.164.248.136:52289", "10.65.0.27:52289", "172.17.0.1:52289"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60800}, - {"Proto": "peerapi6", "Port": 60800} - ]}, - "Created": "2026-04-09T01:29:54.178889556Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3544674144308040, - "StableID": "nu73yaaPgU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "DiscoKey": "discokey:7d08b05a4977d2b9bf96bffd0134d3d7846f280e561ebadd64d931f19edf266e", - "Addresses": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "AllowedIPs": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "Endpoints": ["77.164.248.136:39118", "10.65.0.27:39118", "172.17.0.1:39118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58344}, - {"Proto": "peerapi6", "Port": 58344} - ]}, - "Created": "2026-04-09T01:29:54.737237432Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4699125701901551, - "StableID": "n2Qssh4Fhd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "DiscoKey": "discokey:aae9629d6fa1340f961933c867f75951b34ac45988ed9ecfc1cf3c49e2935104", - "Addresses": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "AllowedIPs": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "Endpoints": ["77.164.248.136:55634", "10.65.0.27:55634", "172.17.0.1:55634"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39441}, - {"Proto": "peerapi6", "Port": 39441} - ]}, - "Created": "2026-04-09T01:29:56.357637641Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4948785255414333, - "StableID": "nEXihRCKef11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "DiscoKey": "discokey:58e5473690bb606d0664033faa8c5eadc1c78d48bb747aa6de058e90ef4c8453", - "Addresses": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "AllowedIPs": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "Endpoints": ["77.164.248.136:40732", "10.65.0.27:40732", "172.17.0.1:40732"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33817}, - {"Proto": "peerapi6", "Port": 33817} - ]}, - "Created": "2026-04-09T01:29:51.48098584Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4976740123777004, - "StableID": "nok9hPXyrf11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "DiscoKey": "discokey:f0ab16fe5a0ff0252c96ad2540a437a1ba24eebf5d08a2afebcdef2ce8c9052e", - "Addresses": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "AllowedIPs": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "Endpoints": ["77.164.248.136:51215", "10.65.0.27:51215", "172.17.0.1:51215"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41132}, - {"Proto": "peerapi6", "Port": 41132} - ]}, - "Created": "2026-04-09T01:29:55.813581621Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6091374499161390, - "StableID": "nH4RZa5oZp11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "DiscoKey": "discokey:390b2d17e4508e12da63cdd405f4ee9e4c3f6a9459001d4686b9c206f8e58e66", - "Addresses": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "AllowedIPs": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36208}, - {"Proto": "peerapi6", "Port": 36208} - ]}, - "Created": "2026-04-09T01:29:56.909698269Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6586398387168375, - "StableID": "nNGvQzWzRt11CNTRL", + "ID": 209534596912365, + "StableID": "nJK5ps7ud211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "DiscoKey": "discokey:71a80a82dd8fbb40bd0c2ab3fca48342c85da5950233bf097ae1c8d9de4ff71e", - "Addresses": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "AllowedIPs": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "Endpoints": ["77.164.248.136:42325", "10.65.0.27:42325", "172.17.0.1:42325"], + "Key": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "DiscoKey": "discokey:11261260394cb440aa014486b56d18dc79262d4d8768cd89ffbdda0ed4fed46c", + "Addresses": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "AllowedIPs": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "Endpoints": ["77.164.248.136:47318", "10.65.0.27:47318", "172.17.0.1:47318"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59601}, - {"Proto": "peerapi6", "Port": 59601} + {"Proto": "peerapi4", "Port": 46990}, + {"Proto": "peerapi6", "Port": 46990} ]}, - "Created": "2026-04-09T01:29:50.931571207Z", + "Created": "2026-04-09T08:35:56.537441004Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6863633878830971, - "StableID": "n85pTM2Zbv11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:6ad055cc0bbe80eb0aef3caa2911840e3cb44a2e47a4d35f396eb01a476d7c7b", - "Addresses": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "AllowedIPs": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "Endpoints": ["77.164.248.136:60802", "10.65.0.27:60802", "172.17.0.1:60802"], + "ID": 817685608209458, + "StableID": "nHtYASDLP711CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "DiscoKey": "discokey:e9663d5995ae3a4a921f2a807f80fb625d99db27932904b5b92821ef92263b45", + "Addresses": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "AllowedIPs": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "Endpoints": ["77.164.248.136:60030", "10.65.0.27:60030", "172.17.0.1:60030"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 47063}, - {"Proto": "peerapi6", "Port": 47063} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49057}, + {"Proto": "peerapi6", "Port": 49057} ]}, - "Created": "2026-04-09T01:29:57.434016413Z", + "Created": "2026-04-09T08:35:58.165347838Z", "Cap": 131, + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7893875485564531, - "StableID": "nYPTMxi9e421CNTRL", + "ID": 835199427892487, + "StableID": "nNLLSpGGX711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "DiscoKey": "discokey:541eecaee32c3b78990b1a4526b104ed148dbeea52fbe4f5d9b26a09f34d9f0b", - "Addresses": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "AllowedIPs": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "Endpoints": ["77.164.248.136:35745", "10.65.0.27:35745", "172.17.0.1:35745"], + "Key": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "DiscoKey": "discokey:26e2e882ca8619d03bca09a462f850224b937ef0082a55901dc31a8d6714e673", + "Addresses": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "AllowedIPs": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "Endpoints": ["77.164.248.136:57159", "10.65.0.27:57159", "172.17.0.1:57159"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55277}, - {"Proto": "peerapi6", "Port": 55277} + {"Proto": "peerapi4", "Port": 61138}, + {"Proto": "peerapi6", "Port": 61138} ]}, - "Created": "2026-04-09T01:29:53.634236592Z", + "Created": "2026-04-09T08:35:59.251841205Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8261269018057917, - "StableID": "nWDsjeXYW721CNTRL", + "ID": 1190498533851217, + "StableID": "nEuQmuNBJA11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "DiscoKey": "discokey:6cc89fdb5eea7c5ace7841c8f65d0521ef28b1e9f81f9209a8da71be7a50a707", + "Addresses": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "AllowedIPs": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "Endpoints": ["77.164.248.136:47553", "10.65.0.27:47553", "172.17.0.1:47553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 40252}, + {"Proto": "peerapi6", "Port": 40252} + ]}, + "Created": "2026-04-09T08:35:59.797958114Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2124346109147624, + "StableID": "nPafBGy7bH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "DiscoKey": "discokey:78017125a7316c2b656d6b5e1ca9265ecf4db60e6a91a75ec816b8673f40961a", + "Addresses": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "AllowedIPs": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "Endpoints": ["77.164.248.136:44596", "10.65.0.27:44596", "172.17.0.1:44596"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 62140}, + {"Proto": "peerapi6", "Port": 62140} + ]}, + "Created": "2026-04-09T08:35:57.082324914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3300992564539371, + "StableID": "nEeCDgU2nS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "DiscoKey": "discokey:ec951514c1382a870285666f38067c9c7561c5e83fc8b3f76683e341ceeaaa60", + "Addresses": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "AllowedIPs": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "Endpoints": ["77.164.248.136:48222", "10.65.0.27:48222", "172.17.0.1:48222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 37406}, + {"Proto": "peerapi6", "Port": 37406} + ]}, + "Created": "2026-04-09T08:35:57.6359484Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4364959932204294, + "StableID": "nHz87Z6u5b11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "DiscoKey": "discokey:4d4567e3bb172a6b53deca48bda21258d93050919d17274af36ba4a17d03024f", + "Addresses": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "AllowedIPs": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "Endpoints": ["77.164.248.136:49750", "10.65.0.27:49750", "172.17.0.1:49750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60611}, + {"Proto": "peerapi6", "Port": 60611} + ]}, + "Created": "2026-04-09T08:36:02.519380144Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5182875401439056, + "StableID": "nVTXJCMLUh11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "DiscoKey": "discokey:1e4d2fb9cfc2bf766351db6ddd452844812725c1c7d010b8d414c4e4c6474863", + "Addresses": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "AllowedIPs": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "Endpoints": ["77.164.248.136:41780", "10.65.0.27:41780", "172.17.0.1:41780"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44971}, + {"Proto": "peerapi6", "Port": 44971} + ]}, + "Created": "2026-04-09T08:36:01.437817101Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5596233959178487, + "StableID": "n6W3aSaYhk11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "DiscoKey": "discokey:db16cf9b7ee8cc1e338a9b3bb5f1cfddf60ac37d1e2fef016c40db50882fe501", - "Addresses": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "AllowedIPs": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "Endpoints": ["77.164.248.136:48541", "10.65.0.27:48541", "172.17.0.1:48541"], + "Key": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "DiscoKey": "discokey:0f17d55eb301b47dc35f6738780de70354570e795c723b73a5ec473847411230", + "Addresses": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "AllowedIPs": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "Endpoints": ["77.164.248.136:33304", "10.65.0.27:33304", "172.17.0.1:33304"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57883}, - {"Proto": "peerapi6", "Port": 57883} + {"Proto": "peerapi4", "Port": 39428}, + {"Proto": "peerapi6", "Port": 39428} ]}, - "Created": "2026-04-09T01:29:55.284681162Z", + "Created": "2026-04-09T08:36:00.910195419Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8364628530151648, - "StableID": "nhMKtEcMK821CNTRL", + "ID": 6622924886220586, + "StableID": "nVNA4N1Yit11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "DiscoKey": "discokey:6cbea021fe66f5c9e7cbb30d4e3dc3e8f381b07dc8a51c2e099513f281cbd65f", - "Addresses": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "AllowedIPs": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "Endpoints": ["77.164.248.136:49441", "10.65.0.27:49441", "172.17.0.1:49441"], + "Key": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "DiscoKey": "discokey:214bb8ac6416ccda4b28b5b3b2bfaab395bdd5756d9d7a276a541810149e5360", + "Addresses": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "AllowedIPs": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "Endpoints": ["77.164.248.136:37613", "10.65.0.27:37613", "172.17.0.1:37613"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60282}, - {"Proto": "peerapi6", "Port": 60282} + {"Proto": "peerapi4", "Port": 49089}, + {"Proto": "peerapi6", "Port": 49089} ]}, - "Created": "2026-04-09T01:29:53.099151584Z", + "Created": "2026-04-09T08:35:58.696299994Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8431485802989649, - "StableID": "ntgK9Rqdq821CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "DiscoKey": "discokey:b6a21ff7a8e6cc34630d38011663239bfdac39dad38c66a65c70d31b3fd36244", - "Addresses": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "AllowedIPs": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "Endpoints": ["77.164.248.136:47063", "10.65.0.27:47063", "172.17.0.1:47063"], + "ID": 7150632787448250, + "StableID": "ndAeEtzXqx11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:71d08352aa72e55a8b1475e1dae4165c7fcaab24414dd640ea4668192c786e4c", + "Addresses": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "AllowedIPs": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47905}, - {"Proto": "peerapi6", "Port": 47905} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 63154}, + {"Proto": "peerapi6", "Port": 63154} ]}, - "Created": "2026-04-09T01:29:52.584370954Z", + "Created": "2026-04-09T08:36:03.070370451Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7515715996681832, + "StableID": "noJTGf7tg121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "DiscoKey": "discokey:11c25775a15039e586a0329dfa5078d58738a41515166c0b2825feadc2738f18", + "Addresses": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "AllowedIPs": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "Endpoints": ["77.164.248.136:54216", "10.65.0.27:54216", "172.17.0.1:54216"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49795}, + {"Proto": "peerapi6", "Port": 49795} + ]}, + "Created": "2026-04-09T08:36:01.97550764Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8953181874109963, + "StableID": "nra5VYuuuC21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "DiscoKey": "discokey:415faa279c2b36f6653674881488082df292af4604d8f2bf3ad1887ef112fb75", + "Addresses": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "AllowedIPs": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "Endpoints": ["77.164.248.136:56046", "10.65.0.27:56046", "172.17.0.1:56046"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 54535}, + {"Proto": "peerapi6", "Port": 54535} + ]}, + "Created": "2026-04-09T08:36:00.369373169Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8992053391766246, + "StableID": "nbTdPhzWDD21CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:d73a1aa5bb0732de49e72988e596fc057557f5b876b6c3a2f4162624fe5de77c", + "Addresses": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "AllowedIPs": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "Endpoints": ["77.164.248.136:35757", "10.65.0.27:35757", "172.17.0.1:35757"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 44597}, + {"Proto": "peerapi6", "Port": 44597} + ]}, + "Created": "2026-04-09T08:36:03.901192661Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3110,7 +3116,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.89.176.35"}, {"nodeIP": "fd7a:115c:a1e0::c537:b023"}], + "principals": [{"nodeIP": "100.97.64.104"}, {"nodeIP": "fd7a:115c:a1e0::cc37:4068"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -3119,7 +3125,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.89.176.35"}, {"nodeIP": "fd7a:115c:a1e0::c537:b023"}], + "principals": [{"nodeIP": "100.97.64.104"}, {"nodeIP": "fd7a:115c:a1e0::cc37:4068"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3948,26 +3954,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.89.176.35"}, {"nodeIP": "fd7a:115c:a1e0::c537:b023"}], + "principals": [{"nodeIP": "100.97.64.104"}, {"nodeIP": "fd7a:115c:a1e0::cc37:4068"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -3976,7 +3983,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.89.176.35"}, {"nodeIP": "fd7a:115c:a1e0::c537:b023"}], + "principals": [{"nodeIP": "100.97.64.104"}, {"nodeIP": "fd7a:115c:a1e0::cc37:4068"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -4013,26 +4020,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 11653558558116, - "StableID": "noSi4v7H6111CNTRL", + "ID": 3300992564539371, + "StableID": "nEeCDgU2nS11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 11653558558116, - "Key": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "DiscoKey": "discokey:f4d04feaf8acebfdd0dcbc2fa6d870f53faebf207cb69fbe0d25e31a69d03e0b", - "Addresses": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "AllowedIPs": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "Endpoints": ["77.164.248.136:58302", "10.65.0.27:58302", "172.17.0.1:58302"], + "User": 3300992564539371, + "Key": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "DiscoKey": "discokey:ec951514c1382a870285666f38067c9c7561c5e83fc8b3f76683e341ceeaaa60", + "Addresses": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "AllowedIPs": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "Endpoints": ["77.164.248.136:48222", "10.65.0.27:48222", "172.17.0.1:48222"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 61619}, - {"Proto": "peerapi6", "Port": 61619}, + {"Proto": "peerapi4", "Port": 37406}, + {"Proto": "peerapi6", "Port": 37406}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:52.019938795Z", + "Created": "2026-04-09T08:35:57.6359484Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -4060,301 +4067,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "MachineKey": "mkey:bcbae01721d8f65c080abf3e8bfd11a19b1d201f0b476f56ec1ffbf0faf9ea1e", + "NodeKey": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "MachineKey": "mkey:1f60a7a4c5357e2cade8dc346a9efb3094c8cfb1409bd182ae8dbd1abe618075", "Peers": [{ - "ID": 300148340543930, - "StableID": "nTZZ3WPwL311CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:0f50d1a1ede9b447a49f590c270d2b1ba5f56a847ec431f4f40f90a9d9e9bc50", - "Addresses": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "AllowedIPs": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "Endpoints": ["77.164.248.136:33330", "10.65.0.27:33330", "172.17.0.1:33330"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43088}, - {"Proto": "peerapi6", "Port": 43088} - ]}, - "Created": "2026-04-09T01:29:57.995746667Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1333882443520374, - "StableID": "nP9Ms8q7RB11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "DiscoKey": "discokey:c9f71f15fe2d83a80dc593617b555f7ceafc9303fbdda61f050bbaf284a02533", - "Addresses": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "AllowedIPs": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "Endpoints": ["77.164.248.136:52289", "10.65.0.27:52289", "172.17.0.1:52289"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60800}, - {"Proto": "peerapi6", "Port": 60800} - ]}, - "Created": "2026-04-09T01:29:54.178889556Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2258282181236304, - "StableID": "n1sSE8FndJ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "KeyExpiry": "2026-10-06T01:29:58Z", - "DiscoKey": "discokey:089358c6ac6e2e5982e52b55e7d79a5b36c9e10a234826fda782fc53a11e9f36", - "Addresses": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "AllowedIPs": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37863}, - {"Proto": "peerapi6", "Port": 37863} - ]}, - "Created": "2026-04-09T01:29:58.53612601Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3544674144308040, - "StableID": "nu73yaaPgU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "DiscoKey": "discokey:7d08b05a4977d2b9bf96bffd0134d3d7846f280e561ebadd64d931f19edf266e", - "Addresses": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "AllowedIPs": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "Endpoints": ["77.164.248.136:39118", "10.65.0.27:39118", "172.17.0.1:39118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58344}, - {"Proto": "peerapi6", "Port": 58344} - ]}, - "Created": "2026-04-09T01:29:54.737237432Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4699125701901551, - "StableID": "n2Qssh4Fhd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "DiscoKey": "discokey:aae9629d6fa1340f961933c867f75951b34ac45988ed9ecfc1cf3c49e2935104", - "Addresses": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "AllowedIPs": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "Endpoints": ["77.164.248.136:55634", "10.65.0.27:55634", "172.17.0.1:55634"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39441}, - {"Proto": "peerapi6", "Port": 39441} - ]}, - "Created": "2026-04-09T01:29:56.357637641Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4948785255414333, - "StableID": "nEXihRCKef11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "DiscoKey": "discokey:58e5473690bb606d0664033faa8c5eadc1c78d48bb747aa6de058e90ef4c8453", - "Addresses": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "AllowedIPs": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "Endpoints": ["77.164.248.136:40732", "10.65.0.27:40732", "172.17.0.1:40732"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33817}, - {"Proto": "peerapi6", "Port": 33817} - ]}, - "Created": "2026-04-09T01:29:51.48098584Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4976740123777004, - "StableID": "nok9hPXyrf11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "DiscoKey": "discokey:f0ab16fe5a0ff0252c96ad2540a437a1ba24eebf5d08a2afebcdef2ce8c9052e", - "Addresses": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "AllowedIPs": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "Endpoints": ["77.164.248.136:51215", "10.65.0.27:51215", "172.17.0.1:51215"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41132}, - {"Proto": "peerapi6", "Port": 41132} - ]}, - "Created": "2026-04-09T01:29:55.813581621Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6091374499161390, - "StableID": "nH4RZa5oZp11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "DiscoKey": "discokey:390b2d17e4508e12da63cdd405f4ee9e4c3f6a9459001d4686b9c206f8e58e66", - "Addresses": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "AllowedIPs": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36208}, - {"Proto": "peerapi6", "Port": 36208} - ]}, - "Created": "2026-04-09T01:29:56.909698269Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6586398387168375, - "StableID": "nNGvQzWzRt11CNTRL", + "ID": 209534596912365, + "StableID": "nJK5ps7ud211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "DiscoKey": "discokey:71a80a82dd8fbb40bd0c2ab3fca48342c85da5950233bf097ae1c8d9de4ff71e", - "Addresses": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "AllowedIPs": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "Endpoints": ["77.164.248.136:42325", "10.65.0.27:42325", "172.17.0.1:42325"], + "Key": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "DiscoKey": "discokey:11261260394cb440aa014486b56d18dc79262d4d8768cd89ffbdda0ed4fed46c", + "Addresses": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "AllowedIPs": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "Endpoints": ["77.164.248.136:47318", "10.65.0.27:47318", "172.17.0.1:47318"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59601}, - {"Proto": "peerapi6", "Port": 59601} + {"Proto": "peerapi4", "Port": 46990}, + {"Proto": "peerapi6", "Port": 46990} ]}, - "Created": "2026-04-09T01:29:50.931571207Z", + "Created": "2026-04-09T08:35:56.537441004Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6863633878830971, - "StableID": "n85pTM2Zbv11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:6ad055cc0bbe80eb0aef3caa2911840e3cb44a2e47a4d35f396eb01a476d7c7b", - "Addresses": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "AllowedIPs": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "Endpoints": ["77.164.248.136:60802", "10.65.0.27:60802", "172.17.0.1:60802"], + "ID": 817685608209458, + "StableID": "nHtYASDLP711CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "DiscoKey": "discokey:e9663d5995ae3a4a921f2a807f80fb625d99db27932904b5b92821ef92263b45", + "Addresses": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "AllowedIPs": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "Endpoints": ["77.164.248.136:60030", "10.65.0.27:60030", "172.17.0.1:60030"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 47063}, - {"Proto": "peerapi6", "Port": 47063} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49057}, + {"Proto": "peerapi6", "Port": 49057} ]}, - "Created": "2026-04-09T01:29:57.434016413Z", + "Created": "2026-04-09T08:35:58.165347838Z", "Cap": 131, + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7893875485564531, - "StableID": "nYPTMxi9e421CNTRL", + "ID": 835199427892487, + "StableID": "nNLLSpGGX711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "DiscoKey": "discokey:541eecaee32c3b78990b1a4526b104ed148dbeea52fbe4f5d9b26a09f34d9f0b", - "Addresses": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "AllowedIPs": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "Endpoints": ["77.164.248.136:35745", "10.65.0.27:35745", "172.17.0.1:35745"], + "Key": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "DiscoKey": "discokey:26e2e882ca8619d03bca09a462f850224b937ef0082a55901dc31a8d6714e673", + "Addresses": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "AllowedIPs": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "Endpoints": ["77.164.248.136:57159", "10.65.0.27:57159", "172.17.0.1:57159"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55277}, - {"Proto": "peerapi6", "Port": 55277} + {"Proto": "peerapi4", "Port": 61138}, + {"Proto": "peerapi6", "Port": 61138} ]}, - "Created": "2026-04-09T01:29:53.634236592Z", + "Created": "2026-04-09T08:35:59.251841205Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8261269018057917, - "StableID": "nWDsjeXYW721CNTRL", + "ID": 1190498533851217, + "StableID": "nEuQmuNBJA11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "DiscoKey": "discokey:6cc89fdb5eea7c5ace7841c8f65d0521ef28b1e9f81f9209a8da71be7a50a707", + "Addresses": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "AllowedIPs": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "Endpoints": ["77.164.248.136:47553", "10.65.0.27:47553", "172.17.0.1:47553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 40252}, + {"Proto": "peerapi6", "Port": 40252} + ]}, + "Created": "2026-04-09T08:35:59.797958114Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2124346109147624, + "StableID": "nPafBGy7bH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "DiscoKey": "discokey:78017125a7316c2b656d6b5e1ca9265ecf4db60e6a91a75ec816b8673f40961a", + "Addresses": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "AllowedIPs": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "Endpoints": ["77.164.248.136:44596", "10.65.0.27:44596", "172.17.0.1:44596"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 62140}, + {"Proto": "peerapi6", "Port": 62140} + ]}, + "Created": "2026-04-09T08:35:57.082324914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4364959932204294, + "StableID": "nHz87Z6u5b11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "DiscoKey": "discokey:4d4567e3bb172a6b53deca48bda21258d93050919d17274af36ba4a17d03024f", + "Addresses": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "AllowedIPs": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "Endpoints": ["77.164.248.136:49750", "10.65.0.27:49750", "172.17.0.1:49750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60611}, + {"Proto": "peerapi6", "Port": 60611} + ]}, + "Created": "2026-04-09T08:36:02.519380144Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5182875401439056, + "StableID": "nVTXJCMLUh11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "DiscoKey": "discokey:1e4d2fb9cfc2bf766351db6ddd452844812725c1c7d010b8d414c4e4c6474863", + "Addresses": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "AllowedIPs": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "Endpoints": ["77.164.248.136:41780", "10.65.0.27:41780", "172.17.0.1:41780"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44971}, + {"Proto": "peerapi6", "Port": 44971} + ]}, + "Created": "2026-04-09T08:36:01.437817101Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5596233959178487, + "StableID": "n6W3aSaYhk11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "DiscoKey": "discokey:db16cf9b7ee8cc1e338a9b3bb5f1cfddf60ac37d1e2fef016c40db50882fe501", - "Addresses": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "AllowedIPs": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "Endpoints": ["77.164.248.136:48541", "10.65.0.27:48541", "172.17.0.1:48541"], + "Key": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "DiscoKey": "discokey:0f17d55eb301b47dc35f6738780de70354570e795c723b73a5ec473847411230", + "Addresses": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "AllowedIPs": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "Endpoints": ["77.164.248.136:33304", "10.65.0.27:33304", "172.17.0.1:33304"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57883}, - {"Proto": "peerapi6", "Port": 57883} + {"Proto": "peerapi4", "Port": 39428}, + {"Proto": "peerapi6", "Port": 39428} ]}, - "Created": "2026-04-09T01:29:55.284681162Z", + "Created": "2026-04-09T08:36:00.910195419Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8364628530151648, - "StableID": "nhMKtEcMK821CNTRL", + "ID": 6622924886220586, + "StableID": "nVNA4N1Yit11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "DiscoKey": "discokey:6cbea021fe66f5c9e7cbb30d4e3dc3e8f381b07dc8a51c2e099513f281cbd65f", - "Addresses": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "AllowedIPs": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "Endpoints": ["77.164.248.136:49441", "10.65.0.27:49441", "172.17.0.1:49441"], + "Key": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "DiscoKey": "discokey:214bb8ac6416ccda4b28b5b3b2bfaab395bdd5756d9d7a276a541810149e5360", + "Addresses": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "AllowedIPs": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "Endpoints": ["77.164.248.136:37613", "10.65.0.27:37613", "172.17.0.1:37613"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60282}, - {"Proto": "peerapi6", "Port": 60282} + {"Proto": "peerapi4", "Port": 49089}, + {"Proto": "peerapi6", "Port": 49089} ]}, - "Created": "2026-04-09T01:29:53.099151584Z", + "Created": "2026-04-09T08:35:58.696299994Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8431485802989649, - "StableID": "ntgK9Rqdq821CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "DiscoKey": "discokey:b6a21ff7a8e6cc34630d38011663239bfdac39dad38c66a65c70d31b3fd36244", - "Addresses": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "AllowedIPs": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "Endpoints": ["77.164.248.136:47063", "10.65.0.27:47063", "172.17.0.1:47063"], + "ID": 7150632787448250, + "StableID": "ndAeEtzXqx11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:71d08352aa72e55a8b1475e1dae4165c7fcaab24414dd640ea4668192c786e4c", + "Addresses": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "AllowedIPs": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "Endpoints": ["77.164.248.136:48374", "10.65.0.27:48374", "172.17.0.1:48374"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47905}, - {"Proto": "peerapi6", "Port": 47905} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 63154}, + {"Proto": "peerapi6", "Port": 63154} ]}, - "Created": "2026-04-09T01:29:52.584370954Z", + "Created": "2026-04-09T08:36:03.070370451Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7515715996681832, + "StableID": "noJTGf7tg121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "DiscoKey": "discokey:11c25775a15039e586a0329dfa5078d58738a41515166c0b2825feadc2738f18", + "Addresses": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "AllowedIPs": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "Endpoints": ["77.164.248.136:54216", "10.65.0.27:54216", "172.17.0.1:54216"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49795}, + {"Proto": "peerapi6", "Port": 49795} + ]}, + "Created": "2026-04-09T08:36:01.97550764Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7599224287385686, + "StableID": "nVQQxgjhL221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "KeyExpiry": "2026-10-06T08:36:04Z", + "DiscoKey": "discokey:252b513d5106b54574dc38edb74dcf62568003df91d0a8e7ec6bed5dd5dacf4c", + "Addresses": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "AllowedIPs": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "Endpoints": ["77.164.248.136:36474", "10.65.0.27:36474", "172.17.0.1:36474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 56938}, + {"Proto": "peerapi6", "Port": 56938} + ]}, + "Created": "2026-04-09T08:36:04.404127782Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8953181874109963, + "StableID": "nra5VYuuuC21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "DiscoKey": "discokey:415faa279c2b36f6653674881488082df292af4604d8f2bf3ad1887ef112fb75", + "Addresses": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "AllowedIPs": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "Endpoints": ["77.164.248.136:56046", "10.65.0.27:56046", "172.17.0.1:56046"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 54535}, + {"Proto": "peerapi6", "Port": 54535} + ]}, + "Created": "2026-04-09T08:36:00.369373169Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8992053391766246, + "StableID": "nbTdPhzWDD21CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:d73a1aa5bb0732de49e72988e596fc057557f5b876b6c3a2f4162624fe5de77c", + "Addresses": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "AllowedIPs": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "Endpoints": ["77.164.248.136:35757", "10.65.0.27:35757", "172.17.0.1:35757"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 44597}, + {"Proto": "peerapi6", "Port": 44597} + ]}, + "Created": "2026-04-09T08:36:03.901192661Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5202,27 +5210,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"11653558558116": { - "ID": 11653558558116, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3300992564539371": { + "ID": 3300992564539371, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "fearow": { @@ -5253,26 +5263,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3544674144308040, - "StableID": "nu73yaaPgU11CNTRL", + "ID": 8953181874109963, + "StableID": "nra5VYuuuC21CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 3544674144308040, - "Key": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "DiscoKey": "discokey:7d08b05a4977d2b9bf96bffd0134d3d7846f280e561ebadd64d931f19edf266e", - "Addresses": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "AllowedIPs": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "Endpoints": ["77.164.248.136:39118", "10.65.0.27:39118", "172.17.0.1:39118"], + "User": 8953181874109963, + "Key": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "DiscoKey": "discokey:415faa279c2b36f6653674881488082df292af4604d8f2bf3ad1887ef112fb75", + "Addresses": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "AllowedIPs": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "Endpoints": ["77.164.248.136:56046", "10.65.0.27:56046", "172.17.0.1:56046"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 58344}, - {"Proto": "peerapi6", "Port": 58344}, + {"Proto": "peerapi4", "Port": 54535}, + {"Proto": "peerapi6", "Port": 54535}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:54.737237432Z", + "Created": "2026-04-09T08:36:00.369373169Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5300,301 +5310,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "MachineKey": "mkey:399006bcacff59e7d5b27b9ab8e62952ff9250ccfc8aa7a2aa9d2b74aacb2833", + "NodeKey": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "MachineKey": "mkey:8e8805562247912ec272c2d423db15e009becdf7c49b54c7f22c2a243fb56c11", "Peers": [{ - "ID": 11653558558116, - "StableID": "noSi4v7H6111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "DiscoKey": "discokey:f4d04feaf8acebfdd0dcbc2fa6d870f53faebf207cb69fbe0d25e31a69d03e0b", - "Addresses": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "AllowedIPs": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "Endpoints": ["77.164.248.136:58302", "10.65.0.27:58302", "172.17.0.1:58302"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61619}, - {"Proto": "peerapi6", "Port": 61619} - ]}, - "Created": "2026-04-09T01:29:52.019938795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 300148340543930, - "StableID": "nTZZ3WPwL311CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:0f50d1a1ede9b447a49f590c270d2b1ba5f56a847ec431f4f40f90a9d9e9bc50", - "Addresses": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "AllowedIPs": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "Endpoints": ["77.164.248.136:33330", "10.65.0.27:33330", "172.17.0.1:33330"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43088}, - {"Proto": "peerapi6", "Port": 43088} - ]}, - "Created": "2026-04-09T01:29:57.995746667Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1333882443520374, - "StableID": "nP9Ms8q7RB11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "DiscoKey": "discokey:c9f71f15fe2d83a80dc593617b555f7ceafc9303fbdda61f050bbaf284a02533", - "Addresses": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "AllowedIPs": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "Endpoints": ["77.164.248.136:52289", "10.65.0.27:52289", "172.17.0.1:52289"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60800}, - {"Proto": "peerapi6", "Port": 60800} - ]}, - "Created": "2026-04-09T01:29:54.178889556Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2258282181236304, - "StableID": "n1sSE8FndJ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "KeyExpiry": "2026-10-06T01:29:58Z", - "DiscoKey": "discokey:089358c6ac6e2e5982e52b55e7d79a5b36c9e10a234826fda782fc53a11e9f36", - "Addresses": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "AllowedIPs": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37863}, - {"Proto": "peerapi6", "Port": 37863} - ]}, - "Created": "2026-04-09T01:29:58.53612601Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4699125701901551, - "StableID": "n2Qssh4Fhd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "DiscoKey": "discokey:aae9629d6fa1340f961933c867f75951b34ac45988ed9ecfc1cf3c49e2935104", - "Addresses": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "AllowedIPs": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "Endpoints": ["77.164.248.136:55634", "10.65.0.27:55634", "172.17.0.1:55634"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39441}, - {"Proto": "peerapi6", "Port": 39441} - ]}, - "Created": "2026-04-09T01:29:56.357637641Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4948785255414333, - "StableID": "nEXihRCKef11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "DiscoKey": "discokey:58e5473690bb606d0664033faa8c5eadc1c78d48bb747aa6de058e90ef4c8453", - "Addresses": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "AllowedIPs": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "Endpoints": ["77.164.248.136:40732", "10.65.0.27:40732", "172.17.0.1:40732"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33817}, - {"Proto": "peerapi6", "Port": 33817} - ]}, - "Created": "2026-04-09T01:29:51.48098584Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4976740123777004, - "StableID": "nok9hPXyrf11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "DiscoKey": "discokey:f0ab16fe5a0ff0252c96ad2540a437a1ba24eebf5d08a2afebcdef2ce8c9052e", - "Addresses": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "AllowedIPs": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "Endpoints": ["77.164.248.136:51215", "10.65.0.27:51215", "172.17.0.1:51215"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41132}, - {"Proto": "peerapi6", "Port": 41132} - ]}, - "Created": "2026-04-09T01:29:55.813581621Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6091374499161390, - "StableID": "nH4RZa5oZp11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "DiscoKey": "discokey:390b2d17e4508e12da63cdd405f4ee9e4c3f6a9459001d4686b9c206f8e58e66", - "Addresses": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "AllowedIPs": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36208}, - {"Proto": "peerapi6", "Port": 36208} - ]}, - "Created": "2026-04-09T01:29:56.909698269Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6586398387168375, - "StableID": "nNGvQzWzRt11CNTRL", + "ID": 209534596912365, + "StableID": "nJK5ps7ud211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "DiscoKey": "discokey:71a80a82dd8fbb40bd0c2ab3fca48342c85da5950233bf097ae1c8d9de4ff71e", - "Addresses": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "AllowedIPs": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "Endpoints": ["77.164.248.136:42325", "10.65.0.27:42325", "172.17.0.1:42325"], + "Key": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "DiscoKey": "discokey:11261260394cb440aa014486b56d18dc79262d4d8768cd89ffbdda0ed4fed46c", + "Addresses": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "AllowedIPs": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "Endpoints": ["77.164.248.136:47318", "10.65.0.27:47318", "172.17.0.1:47318"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59601}, - {"Proto": "peerapi6", "Port": 59601} + {"Proto": "peerapi4", "Port": 46990}, + {"Proto": "peerapi6", "Port": 46990} ]}, - "Created": "2026-04-09T01:29:50.931571207Z", + "Created": "2026-04-09T08:35:56.537441004Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6863633878830971, - "StableID": "n85pTM2Zbv11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:6ad055cc0bbe80eb0aef3caa2911840e3cb44a2e47a4d35f396eb01a476d7c7b", - "Addresses": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "AllowedIPs": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "Endpoints": ["77.164.248.136:60802", "10.65.0.27:60802", "172.17.0.1:60802"], + "ID": 817685608209458, + "StableID": "nHtYASDLP711CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "DiscoKey": "discokey:e9663d5995ae3a4a921f2a807f80fb625d99db27932904b5b92821ef92263b45", + "Addresses": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "AllowedIPs": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "Endpoints": ["77.164.248.136:60030", "10.65.0.27:60030", "172.17.0.1:60030"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 47063}, - {"Proto": "peerapi6", "Port": 47063} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49057}, + {"Proto": "peerapi6", "Port": 49057} ]}, - "Created": "2026-04-09T01:29:57.434016413Z", + "Created": "2026-04-09T08:35:58.165347838Z", "Cap": 131, + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7893875485564531, - "StableID": "nYPTMxi9e421CNTRL", + "ID": 835199427892487, + "StableID": "nNLLSpGGX711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "DiscoKey": "discokey:541eecaee32c3b78990b1a4526b104ed148dbeea52fbe4f5d9b26a09f34d9f0b", - "Addresses": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "AllowedIPs": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "Endpoints": ["77.164.248.136:35745", "10.65.0.27:35745", "172.17.0.1:35745"], + "Key": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "DiscoKey": "discokey:26e2e882ca8619d03bca09a462f850224b937ef0082a55901dc31a8d6714e673", + "Addresses": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "AllowedIPs": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "Endpoints": ["77.164.248.136:57159", "10.65.0.27:57159", "172.17.0.1:57159"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55277}, - {"Proto": "peerapi6", "Port": 55277} + {"Proto": "peerapi4", "Port": 61138}, + {"Proto": "peerapi6", "Port": 61138} ]}, - "Created": "2026-04-09T01:29:53.634236592Z", + "Created": "2026-04-09T08:35:59.251841205Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8261269018057917, - "StableID": "nWDsjeXYW721CNTRL", + "ID": 1190498533851217, + "StableID": "nEuQmuNBJA11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "DiscoKey": "discokey:6cc89fdb5eea7c5ace7841c8f65d0521ef28b1e9f81f9209a8da71be7a50a707", + "Addresses": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "AllowedIPs": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "Endpoints": ["77.164.248.136:47553", "10.65.0.27:47553", "172.17.0.1:47553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 40252}, + {"Proto": "peerapi6", "Port": 40252} + ]}, + "Created": "2026-04-09T08:35:59.797958114Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2124346109147624, + "StableID": "nPafBGy7bH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "DiscoKey": "discokey:78017125a7316c2b656d6b5e1ca9265ecf4db60e6a91a75ec816b8673f40961a", + "Addresses": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "AllowedIPs": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "Endpoints": ["77.164.248.136:44596", "10.65.0.27:44596", "172.17.0.1:44596"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 62140}, + {"Proto": "peerapi6", "Port": 62140} + ]}, + "Created": "2026-04-09T08:35:57.082324914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3300992564539371, + "StableID": "nEeCDgU2nS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "DiscoKey": "discokey:ec951514c1382a870285666f38067c9c7561c5e83fc8b3f76683e341ceeaaa60", + "Addresses": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "AllowedIPs": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "Endpoints": ["77.164.248.136:48222", "10.65.0.27:48222", "172.17.0.1:48222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 37406}, + {"Proto": "peerapi6", "Port": 37406} + ]}, + "Created": "2026-04-09T08:35:57.6359484Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4364959932204294, + "StableID": "nHz87Z6u5b11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "DiscoKey": "discokey:4d4567e3bb172a6b53deca48bda21258d93050919d17274af36ba4a17d03024f", + "Addresses": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "AllowedIPs": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "Endpoints": ["77.164.248.136:49750", "10.65.0.27:49750", "172.17.0.1:49750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60611}, + {"Proto": "peerapi6", "Port": 60611} + ]}, + "Created": "2026-04-09T08:36:02.519380144Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5182875401439056, + "StableID": "nVTXJCMLUh11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "DiscoKey": "discokey:1e4d2fb9cfc2bf766351db6ddd452844812725c1c7d010b8d414c4e4c6474863", + "Addresses": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "AllowedIPs": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "Endpoints": ["77.164.248.136:41780", "10.65.0.27:41780", "172.17.0.1:41780"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44971}, + {"Proto": "peerapi6", "Port": 44971} + ]}, + "Created": "2026-04-09T08:36:01.437817101Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5596233959178487, + "StableID": "n6W3aSaYhk11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "DiscoKey": "discokey:db16cf9b7ee8cc1e338a9b3bb5f1cfddf60ac37d1e2fef016c40db50882fe501", - "Addresses": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "AllowedIPs": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "Endpoints": ["77.164.248.136:48541", "10.65.0.27:48541", "172.17.0.1:48541"], + "Key": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "DiscoKey": "discokey:0f17d55eb301b47dc35f6738780de70354570e795c723b73a5ec473847411230", + "Addresses": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "AllowedIPs": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "Endpoints": ["77.164.248.136:33304", "10.65.0.27:33304", "172.17.0.1:33304"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57883}, - {"Proto": "peerapi6", "Port": 57883} + {"Proto": "peerapi4", "Port": 39428}, + {"Proto": "peerapi6", "Port": 39428} ]}, - "Created": "2026-04-09T01:29:55.284681162Z", + "Created": "2026-04-09T08:36:00.910195419Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8364628530151648, - "StableID": "nhMKtEcMK821CNTRL", + "ID": 6622924886220586, + "StableID": "nVNA4N1Yit11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "DiscoKey": "discokey:6cbea021fe66f5c9e7cbb30d4e3dc3e8f381b07dc8a51c2e099513f281cbd65f", - "Addresses": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "AllowedIPs": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "Endpoints": ["77.164.248.136:49441", "10.65.0.27:49441", "172.17.0.1:49441"], + "Key": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "DiscoKey": "discokey:214bb8ac6416ccda4b28b5b3b2bfaab395bdd5756d9d7a276a541810149e5360", + "Addresses": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "AllowedIPs": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "Endpoints": ["77.164.248.136:37613", "10.65.0.27:37613", "172.17.0.1:37613"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60282}, - {"Proto": "peerapi6", "Port": 60282} + {"Proto": "peerapi4", "Port": 49089}, + {"Proto": "peerapi6", "Port": 49089} ]}, - "Created": "2026-04-09T01:29:53.099151584Z", + "Created": "2026-04-09T08:35:58.696299994Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8431485802989649, - "StableID": "ntgK9Rqdq821CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "DiscoKey": "discokey:b6a21ff7a8e6cc34630d38011663239bfdac39dad38c66a65c70d31b3fd36244", - "Addresses": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "AllowedIPs": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "Endpoints": ["77.164.248.136:47063", "10.65.0.27:47063", "172.17.0.1:47063"], + "ID": 7150632787448250, + "StableID": "ndAeEtzXqx11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:71d08352aa72e55a8b1475e1dae4165c7fcaab24414dd640ea4668192c786e4c", + "Addresses": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "AllowedIPs": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "Endpoints": ["77.164.248.136:48374", "10.65.0.27:48374", "172.17.0.1:48374"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47905}, - {"Proto": "peerapi6", "Port": 47905} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 63154}, + {"Proto": "peerapi6", "Port": 63154} ]}, - "Created": "2026-04-09T01:29:52.584370954Z", + "Created": "2026-04-09T08:36:03.070370451Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7515715996681832, + "StableID": "noJTGf7tg121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "DiscoKey": "discokey:11c25775a15039e586a0329dfa5078d58738a41515166c0b2825feadc2738f18", + "Addresses": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "AllowedIPs": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "Endpoints": ["77.164.248.136:54216", "10.65.0.27:54216", "172.17.0.1:54216"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49795}, + {"Proto": "peerapi6", "Port": 49795} + ]}, + "Created": "2026-04-09T08:36:01.97550764Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7599224287385686, + "StableID": "nVQQxgjhL221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "KeyExpiry": "2026-10-06T08:36:04Z", + "DiscoKey": "discokey:252b513d5106b54574dc38edb74dcf62568003df91d0a8e7ec6bed5dd5dacf4c", + "Addresses": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "AllowedIPs": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "Endpoints": ["77.164.248.136:36474", "10.65.0.27:36474", "172.17.0.1:36474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 56938}, + {"Proto": "peerapi6", "Port": 56938} + ]}, + "Created": "2026-04-09T08:36:04.404127782Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8992053391766246, + "StableID": "nbTdPhzWDD21CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:d73a1aa5bb0732de49e72988e596fc057557f5b876b6c3a2f4162624fe5de77c", + "Addresses": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "AllowedIPs": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "Endpoints": ["77.164.248.136:35757", "10.65.0.27:35757", "172.17.0.1:35757"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 44597}, + {"Proto": "peerapi6", "Port": 44597} + ]}, + "Created": "2026-04-09T08:36:03.901192661Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6442,27 +6453,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3544674144308040": { - "ID": 3544674144308040, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8953181874109963": { + "ID": 8953181874109963, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6493,22 +6506,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6863633878830971, - "StableID": "n85pTM2Zbv11CNTRL", + "ID": 7150632787448250, + "StableID": "ndAeEtzXqx11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:6ad055cc0bbe80eb0aef3caa2911840e3cb44a2e47a4d35f396eb01a476d7c7b", - "Addresses": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "AllowedIPs": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "Endpoints": ["77.164.248.136:60802", "10.65.0.27:60802", "172.17.0.1:60802"], + "Key": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:71d08352aa72e55a8b1475e1dae4165c7fcaab24414dd640ea4668192c786e4c", + "Addresses": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "AllowedIPs": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 47063}, - {"Proto": "peerapi6", "Port": 47063}, + {"Proto": "peerapi4", "Port": 63154}, + {"Proto": "peerapi6", "Port": 63154}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:57.434016413Z", + "Created": "2026-04-09T08:36:03.070370451Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6535,301 +6547,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "MachineKey": "mkey:541a85abc4bd579d2486c8acdc7b92b2bb38d8a3eda94aa1c4318f4d67114152", + "NodeKey": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "MachineKey": "mkey:65578cce71c88d9e627e6f424ef34b3e0308081e6fc3ca081b46006e55b79d21", "Peers": [{ - "ID": 11653558558116, - "StableID": "noSi4v7H6111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "DiscoKey": "discokey:f4d04feaf8acebfdd0dcbc2fa6d870f53faebf207cb69fbe0d25e31a69d03e0b", - "Addresses": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "AllowedIPs": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "Endpoints": ["77.164.248.136:58302", "10.65.0.27:58302", "172.17.0.1:58302"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61619}, - {"Proto": "peerapi6", "Port": 61619} - ]}, - "Created": "2026-04-09T01:29:52.019938795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 300148340543930, - "StableID": "nTZZ3WPwL311CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:0f50d1a1ede9b447a49f590c270d2b1ba5f56a847ec431f4f40f90a9d9e9bc50", - "Addresses": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "AllowedIPs": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "Endpoints": ["77.164.248.136:33330", "10.65.0.27:33330", "172.17.0.1:33330"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43088}, - {"Proto": "peerapi6", "Port": 43088} - ]}, - "Created": "2026-04-09T01:29:57.995746667Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1333882443520374, - "StableID": "nP9Ms8q7RB11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "DiscoKey": "discokey:c9f71f15fe2d83a80dc593617b555f7ceafc9303fbdda61f050bbaf284a02533", - "Addresses": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "AllowedIPs": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "Endpoints": ["77.164.248.136:52289", "10.65.0.27:52289", "172.17.0.1:52289"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60800}, - {"Proto": "peerapi6", "Port": 60800} - ]}, - "Created": "2026-04-09T01:29:54.178889556Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2258282181236304, - "StableID": "n1sSE8FndJ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "KeyExpiry": "2026-10-06T01:29:58Z", - "DiscoKey": "discokey:089358c6ac6e2e5982e52b55e7d79a5b36c9e10a234826fda782fc53a11e9f36", - "Addresses": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "AllowedIPs": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37863}, - {"Proto": "peerapi6", "Port": 37863} - ]}, - "Created": "2026-04-09T01:29:58.53612601Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3544674144308040, - "StableID": "nu73yaaPgU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "DiscoKey": "discokey:7d08b05a4977d2b9bf96bffd0134d3d7846f280e561ebadd64d931f19edf266e", - "Addresses": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "AllowedIPs": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "Endpoints": ["77.164.248.136:39118", "10.65.0.27:39118", "172.17.0.1:39118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58344}, - {"Proto": "peerapi6", "Port": 58344} - ]}, - "Created": "2026-04-09T01:29:54.737237432Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4699125701901551, - "StableID": "n2Qssh4Fhd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "DiscoKey": "discokey:aae9629d6fa1340f961933c867f75951b34ac45988ed9ecfc1cf3c49e2935104", - "Addresses": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "AllowedIPs": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "Endpoints": ["77.164.248.136:55634", "10.65.0.27:55634", "172.17.0.1:55634"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39441}, - {"Proto": "peerapi6", "Port": 39441} - ]}, - "Created": "2026-04-09T01:29:56.357637641Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4948785255414333, - "StableID": "nEXihRCKef11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "DiscoKey": "discokey:58e5473690bb606d0664033faa8c5eadc1c78d48bb747aa6de058e90ef4c8453", - "Addresses": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "AllowedIPs": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "Endpoints": ["77.164.248.136:40732", "10.65.0.27:40732", "172.17.0.1:40732"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33817}, - {"Proto": "peerapi6", "Port": 33817} - ]}, - "Created": "2026-04-09T01:29:51.48098584Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4976740123777004, - "StableID": "nok9hPXyrf11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "DiscoKey": "discokey:f0ab16fe5a0ff0252c96ad2540a437a1ba24eebf5d08a2afebcdef2ce8c9052e", - "Addresses": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "AllowedIPs": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "Endpoints": ["77.164.248.136:51215", "10.65.0.27:51215", "172.17.0.1:51215"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41132}, - {"Proto": "peerapi6", "Port": 41132} - ]}, - "Created": "2026-04-09T01:29:55.813581621Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6091374499161390, - "StableID": "nH4RZa5oZp11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "DiscoKey": "discokey:390b2d17e4508e12da63cdd405f4ee9e4c3f6a9459001d4686b9c206f8e58e66", - "Addresses": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "AllowedIPs": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36208}, - {"Proto": "peerapi6", "Port": 36208} - ]}, - "Created": "2026-04-09T01:29:56.909698269Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6586398387168375, - "StableID": "nNGvQzWzRt11CNTRL", + "ID": 209534596912365, + "StableID": "nJK5ps7ud211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "DiscoKey": "discokey:71a80a82dd8fbb40bd0c2ab3fca48342c85da5950233bf097ae1c8d9de4ff71e", - "Addresses": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "AllowedIPs": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "Endpoints": ["77.164.248.136:42325", "10.65.0.27:42325", "172.17.0.1:42325"], + "Key": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "DiscoKey": "discokey:11261260394cb440aa014486b56d18dc79262d4d8768cd89ffbdda0ed4fed46c", + "Addresses": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "AllowedIPs": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "Endpoints": ["77.164.248.136:47318", "10.65.0.27:47318", "172.17.0.1:47318"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59601}, - {"Proto": "peerapi6", "Port": 59601} + {"Proto": "peerapi4", "Port": 46990}, + {"Proto": "peerapi6", "Port": 46990} ]}, - "Created": "2026-04-09T01:29:50.931571207Z", + "Created": "2026-04-09T08:35:56.537441004Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7893875485564531, - "StableID": "nYPTMxi9e421CNTRL", + "ID": 817685608209458, + "StableID": "nHtYASDLP711CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "DiscoKey": "discokey:e9663d5995ae3a4a921f2a807f80fb625d99db27932904b5b92821ef92263b45", + "Addresses": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "AllowedIPs": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "Endpoints": ["77.164.248.136:60030", "10.65.0.27:60030", "172.17.0.1:60030"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49057}, + {"Proto": "peerapi6", "Port": 49057} + ]}, + "Created": "2026-04-09T08:35:58.165347838Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 835199427892487, + "StableID": "nNLLSpGGX711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "DiscoKey": "discokey:541eecaee32c3b78990b1a4526b104ed148dbeea52fbe4f5d9b26a09f34d9f0b", - "Addresses": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "AllowedIPs": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "Endpoints": ["77.164.248.136:35745", "10.65.0.27:35745", "172.17.0.1:35745"], + "Key": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "DiscoKey": "discokey:26e2e882ca8619d03bca09a462f850224b937ef0082a55901dc31a8d6714e673", + "Addresses": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "AllowedIPs": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "Endpoints": ["77.164.248.136:57159", "10.65.0.27:57159", "172.17.0.1:57159"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55277}, - {"Proto": "peerapi6", "Port": 55277} + {"Proto": "peerapi4", "Port": 61138}, + {"Proto": "peerapi6", "Port": 61138} ]}, - "Created": "2026-04-09T01:29:53.634236592Z", + "Created": "2026-04-09T08:35:59.251841205Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8261269018057917, - "StableID": "nWDsjeXYW721CNTRL", + "ID": 1190498533851217, + "StableID": "nEuQmuNBJA11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "DiscoKey": "discokey:6cc89fdb5eea7c5ace7841c8f65d0521ef28b1e9f81f9209a8da71be7a50a707", + "Addresses": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "AllowedIPs": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "Endpoints": ["77.164.248.136:47553", "10.65.0.27:47553", "172.17.0.1:47553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 40252}, + {"Proto": "peerapi6", "Port": 40252} + ]}, + "Created": "2026-04-09T08:35:59.797958114Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2124346109147624, + "StableID": "nPafBGy7bH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "DiscoKey": "discokey:78017125a7316c2b656d6b5e1ca9265ecf4db60e6a91a75ec816b8673f40961a", + "Addresses": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "AllowedIPs": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "Endpoints": ["77.164.248.136:44596", "10.65.0.27:44596", "172.17.0.1:44596"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 62140}, + {"Proto": "peerapi6", "Port": 62140} + ]}, + "Created": "2026-04-09T08:35:57.082324914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3300992564539371, + "StableID": "nEeCDgU2nS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "DiscoKey": "discokey:ec951514c1382a870285666f38067c9c7561c5e83fc8b3f76683e341ceeaaa60", + "Addresses": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "AllowedIPs": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "Endpoints": ["77.164.248.136:48222", "10.65.0.27:48222", "172.17.0.1:48222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 37406}, + {"Proto": "peerapi6", "Port": 37406} + ]}, + "Created": "2026-04-09T08:35:57.6359484Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4364959932204294, + "StableID": "nHz87Z6u5b11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "DiscoKey": "discokey:4d4567e3bb172a6b53deca48bda21258d93050919d17274af36ba4a17d03024f", + "Addresses": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "AllowedIPs": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "Endpoints": ["77.164.248.136:49750", "10.65.0.27:49750", "172.17.0.1:49750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60611}, + {"Proto": "peerapi6", "Port": 60611} + ]}, + "Created": "2026-04-09T08:36:02.519380144Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5182875401439056, + "StableID": "nVTXJCMLUh11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "DiscoKey": "discokey:1e4d2fb9cfc2bf766351db6ddd452844812725c1c7d010b8d414c4e4c6474863", + "Addresses": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "AllowedIPs": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "Endpoints": ["77.164.248.136:41780", "10.65.0.27:41780", "172.17.0.1:41780"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44971}, + {"Proto": "peerapi6", "Port": 44971} + ]}, + "Created": "2026-04-09T08:36:01.437817101Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5596233959178487, + "StableID": "n6W3aSaYhk11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "DiscoKey": "discokey:db16cf9b7ee8cc1e338a9b3bb5f1cfddf60ac37d1e2fef016c40db50882fe501", - "Addresses": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "AllowedIPs": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "Endpoints": ["77.164.248.136:48541", "10.65.0.27:48541", "172.17.0.1:48541"], + "Key": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "DiscoKey": "discokey:0f17d55eb301b47dc35f6738780de70354570e795c723b73a5ec473847411230", + "Addresses": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "AllowedIPs": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "Endpoints": ["77.164.248.136:33304", "10.65.0.27:33304", "172.17.0.1:33304"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57883}, - {"Proto": "peerapi6", "Port": 57883} + {"Proto": "peerapi4", "Port": 39428}, + {"Proto": "peerapi6", "Port": 39428} ]}, - "Created": "2026-04-09T01:29:55.284681162Z", + "Created": "2026-04-09T08:36:00.910195419Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8364628530151648, - "StableID": "nhMKtEcMK821CNTRL", + "ID": 6622924886220586, + "StableID": "nVNA4N1Yit11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "DiscoKey": "discokey:6cbea021fe66f5c9e7cbb30d4e3dc3e8f381b07dc8a51c2e099513f281cbd65f", - "Addresses": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "AllowedIPs": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "Endpoints": ["77.164.248.136:49441", "10.65.0.27:49441", "172.17.0.1:49441"], + "Key": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "DiscoKey": "discokey:214bb8ac6416ccda4b28b5b3b2bfaab395bdd5756d9d7a276a541810149e5360", + "Addresses": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "AllowedIPs": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "Endpoints": ["77.164.248.136:37613", "10.65.0.27:37613", "172.17.0.1:37613"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60282}, - {"Proto": "peerapi6", "Port": 60282} + {"Proto": "peerapi4", "Port": 49089}, + {"Proto": "peerapi6", "Port": 49089} ]}, - "Created": "2026-04-09T01:29:53.099151584Z", + "Created": "2026-04-09T08:35:58.696299994Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8431485802989649, - "StableID": "ntgK9Rqdq821CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 7515715996681832, + "StableID": "noJTGf7tg121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "DiscoKey": "discokey:b6a21ff7a8e6cc34630d38011663239bfdac39dad38c66a65c70d31b3fd36244", - "Addresses": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "AllowedIPs": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "Endpoints": ["77.164.248.136:47063", "10.65.0.27:47063", "172.17.0.1:47063"], + "Key": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "DiscoKey": "discokey:11c25775a15039e586a0329dfa5078d58738a41515166c0b2825feadc2738f18", + "Addresses": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "AllowedIPs": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "Endpoints": ["77.164.248.136:54216", "10.65.0.27:54216", "172.17.0.1:54216"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47905}, - {"Proto": "peerapi6", "Port": 47905} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49795}, + {"Proto": "peerapi6", "Port": 49795} ]}, - "Created": "2026-04-09T01:29:52.584370954Z", + "Created": "2026-04-09T08:36:01.97550764Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7599224287385686, + "StableID": "nVQQxgjhL221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "KeyExpiry": "2026-10-06T08:36:04Z", + "DiscoKey": "discokey:252b513d5106b54574dc38edb74dcf62568003df91d0a8e7ec6bed5dd5dacf4c", + "Addresses": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "AllowedIPs": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "Endpoints": ["77.164.248.136:36474", "10.65.0.27:36474", "172.17.0.1:36474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 56938}, + {"Proto": "peerapi6", "Port": 56938} + ]}, + "Created": "2026-04-09T08:36:04.404127782Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8953181874109963, + "StableID": "nra5VYuuuC21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "DiscoKey": "discokey:415faa279c2b36f6653674881488082df292af4604d8f2bf3ad1887ef112fb75", + "Addresses": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "AllowedIPs": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "Endpoints": ["77.164.248.136:56046", "10.65.0.27:56046", "172.17.0.1:56046"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 54535}, + {"Proto": "peerapi6", "Port": 54535} + ]}, + "Created": "2026-04-09T08:36:00.369373169Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8992053391766246, + "StableID": "nbTdPhzWDD21CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:d73a1aa5bb0732de49e72988e596fc057557f5b876b6c3a2f4162624fe5de77c", + "Addresses": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "AllowedIPs": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "Endpoints": ["77.164.248.136:35757", "10.65.0.27:35757", "172.17.0.1:35757"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 44597}, + {"Proto": "peerapi6", "Port": 44597} + ]}, + "Created": "2026-04-09T08:36:03.901192661Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6857,7 +6870,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.76.3.72"}, {"nodeIP": "fd7a:115c:a1e0::e937:348"}], + "principals": [{"nodeIP": "100.84.182.17"}, {"nodeIP": "fd7a:115c:a1e0::9937:b611"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -7686,26 +7699,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.76.3.72"}, {"nodeIP": "fd7a:115c:a1e0::e937:348"}], + "principals": [{"nodeIP": "100.84.182.17"}, {"nodeIP": "fd7a:115c:a1e0::9937:b611"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -7742,21 +7756,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4699125701901551, - "StableID": "n2Qssh4Fhd11CNTRL", + "ID": 7515715996681832, + "StableID": "noJTGf7tg121CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 4699125701901551, - "Key": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "DiscoKey": "discokey:aae9629d6fa1340f961933c867f75951b34ac45988ed9ecfc1cf3c49e2935104", - "Addresses": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "AllowedIPs": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "Endpoints": ["77.164.248.136:55634", "10.65.0.27:55634", "172.17.0.1:55634"], + "User": 7515715996681832, + "Key": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "DiscoKey": "discokey:11c25775a15039e586a0329dfa5078d58738a41515166c0b2825feadc2738f18", + "Addresses": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "AllowedIPs": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "Endpoints": ["77.164.248.136:54216", "10.65.0.27:54216", "172.17.0.1:54216"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 39441}, - {"Proto": "peerapi6", "Port": 39441}, + {"Proto": "peerapi4", "Port": 49795}, + {"Proto": "peerapi6", "Port": 49795}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:56.357637641Z", + "Created": "2026-04-09T08:36:01.97550764Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7784,300 +7798,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "MachineKey": "mkey:1457da01d05f72eb08bfade12ccc9d0e3442cff83a19921560ed2cc4c3a95431", + "NodeKey": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "MachineKey": "mkey:237a3fca45d569e30bc6c00f013b98c994c04806de3e28885cb97bb01d234717", "Peers": [{ - "ID": 11653558558116, - "StableID": "noSi4v7H6111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "DiscoKey": "discokey:f4d04feaf8acebfdd0dcbc2fa6d870f53faebf207cb69fbe0d25e31a69d03e0b", - "Addresses": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "AllowedIPs": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "Endpoints": ["77.164.248.136:58302", "10.65.0.27:58302", "172.17.0.1:58302"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61619}, - {"Proto": "peerapi6", "Port": 61619} - ]}, - "Created": "2026-04-09T01:29:52.019938795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 300148340543930, - "StableID": "nTZZ3WPwL311CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:0f50d1a1ede9b447a49f590c270d2b1ba5f56a847ec431f4f40f90a9d9e9bc50", - "Addresses": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "AllowedIPs": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "Endpoints": ["77.164.248.136:33330", "10.65.0.27:33330", "172.17.0.1:33330"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43088}, - {"Proto": "peerapi6", "Port": 43088} - ]}, - "Created": "2026-04-09T01:29:57.995746667Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1333882443520374, - "StableID": "nP9Ms8q7RB11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "DiscoKey": "discokey:c9f71f15fe2d83a80dc593617b555f7ceafc9303fbdda61f050bbaf284a02533", - "Addresses": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "AllowedIPs": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "Endpoints": ["77.164.248.136:52289", "10.65.0.27:52289", "172.17.0.1:52289"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60800}, - {"Proto": "peerapi6", "Port": 60800} - ]}, - "Created": "2026-04-09T01:29:54.178889556Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2258282181236304, - "StableID": "n1sSE8FndJ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "KeyExpiry": "2026-10-06T01:29:58Z", - "DiscoKey": "discokey:089358c6ac6e2e5982e52b55e7d79a5b36c9e10a234826fda782fc53a11e9f36", - "Addresses": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "AllowedIPs": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37863}, - {"Proto": "peerapi6", "Port": 37863} - ]}, - "Created": "2026-04-09T01:29:58.53612601Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3544674144308040, - "StableID": "nu73yaaPgU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "DiscoKey": "discokey:7d08b05a4977d2b9bf96bffd0134d3d7846f280e561ebadd64d931f19edf266e", - "Addresses": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "AllowedIPs": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "Endpoints": ["77.164.248.136:39118", "10.65.0.27:39118", "172.17.0.1:39118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58344}, - {"Proto": "peerapi6", "Port": 58344} - ]}, - "Created": "2026-04-09T01:29:54.737237432Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4948785255414333, - "StableID": "nEXihRCKef11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "DiscoKey": "discokey:58e5473690bb606d0664033faa8c5eadc1c78d48bb747aa6de058e90ef4c8453", - "Addresses": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "AllowedIPs": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "Endpoints": ["77.164.248.136:40732", "10.65.0.27:40732", "172.17.0.1:40732"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33817}, - {"Proto": "peerapi6", "Port": 33817} - ]}, - "Created": "2026-04-09T01:29:51.48098584Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4976740123777004, - "StableID": "nok9hPXyrf11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "DiscoKey": "discokey:f0ab16fe5a0ff0252c96ad2540a437a1ba24eebf5d08a2afebcdef2ce8c9052e", - "Addresses": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "AllowedIPs": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "Endpoints": ["77.164.248.136:51215", "10.65.0.27:51215", "172.17.0.1:51215"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41132}, - {"Proto": "peerapi6", "Port": 41132} - ]}, - "Created": "2026-04-09T01:29:55.813581621Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6091374499161390, - "StableID": "nH4RZa5oZp11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "DiscoKey": "discokey:390b2d17e4508e12da63cdd405f4ee9e4c3f6a9459001d4686b9c206f8e58e66", - "Addresses": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "AllowedIPs": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36208}, - {"Proto": "peerapi6", "Port": 36208} - ]}, - "Created": "2026-04-09T01:29:56.909698269Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6586398387168375, - "StableID": "nNGvQzWzRt11CNTRL", + "ID": 209534596912365, + "StableID": "nJK5ps7ud211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "DiscoKey": "discokey:71a80a82dd8fbb40bd0c2ab3fca48342c85da5950233bf097ae1c8d9de4ff71e", - "Addresses": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "AllowedIPs": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "Endpoints": ["77.164.248.136:42325", "10.65.0.27:42325", "172.17.0.1:42325"], + "Key": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "DiscoKey": "discokey:11261260394cb440aa014486b56d18dc79262d4d8768cd89ffbdda0ed4fed46c", + "Addresses": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "AllowedIPs": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "Endpoints": ["77.164.248.136:47318", "10.65.0.27:47318", "172.17.0.1:47318"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59601}, - {"Proto": "peerapi6", "Port": 59601} + {"Proto": "peerapi4", "Port": 46990}, + {"Proto": "peerapi6", "Port": 46990} ]}, - "Created": "2026-04-09T01:29:50.931571207Z", + "Created": "2026-04-09T08:35:56.537441004Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6863633878830971, - "StableID": "n85pTM2Zbv11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:6ad055cc0bbe80eb0aef3caa2911840e3cb44a2e47a4d35f396eb01a476d7c7b", - "Addresses": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "AllowedIPs": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "Endpoints": ["77.164.248.136:60802", "10.65.0.27:60802", "172.17.0.1:60802"], + "ID": 817685608209458, + "StableID": "nHtYASDLP711CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "DiscoKey": "discokey:e9663d5995ae3a4a921f2a807f80fb625d99db27932904b5b92821ef92263b45", + "Addresses": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "AllowedIPs": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "Endpoints": ["77.164.248.136:60030", "10.65.0.27:60030", "172.17.0.1:60030"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 47063}, - {"Proto": "peerapi6", "Port": 47063} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49057}, + {"Proto": "peerapi6", "Port": 49057} ]}, - "Created": "2026-04-09T01:29:57.434016413Z", + "Created": "2026-04-09T08:35:58.165347838Z", "Cap": 131, + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7893875485564531, - "StableID": "nYPTMxi9e421CNTRL", + "ID": 835199427892487, + "StableID": "nNLLSpGGX711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "DiscoKey": "discokey:541eecaee32c3b78990b1a4526b104ed148dbeea52fbe4f5d9b26a09f34d9f0b", - "Addresses": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "AllowedIPs": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "Endpoints": ["77.164.248.136:35745", "10.65.0.27:35745", "172.17.0.1:35745"], + "Key": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "DiscoKey": "discokey:26e2e882ca8619d03bca09a462f850224b937ef0082a55901dc31a8d6714e673", + "Addresses": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "AllowedIPs": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "Endpoints": ["77.164.248.136:57159", "10.65.0.27:57159", "172.17.0.1:57159"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55277}, - {"Proto": "peerapi6", "Port": 55277} + {"Proto": "peerapi4", "Port": 61138}, + {"Proto": "peerapi6", "Port": 61138} ]}, - "Created": "2026-04-09T01:29:53.634236592Z", + "Created": "2026-04-09T08:35:59.251841205Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8261269018057917, - "StableID": "nWDsjeXYW721CNTRL", + "ID": 1190498533851217, + "StableID": "nEuQmuNBJA11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "DiscoKey": "discokey:6cc89fdb5eea7c5ace7841c8f65d0521ef28b1e9f81f9209a8da71be7a50a707", + "Addresses": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "AllowedIPs": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "Endpoints": ["77.164.248.136:47553", "10.65.0.27:47553", "172.17.0.1:47553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 40252}, + {"Proto": "peerapi6", "Port": 40252} + ]}, + "Created": "2026-04-09T08:35:59.797958114Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2124346109147624, + "StableID": "nPafBGy7bH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "DiscoKey": "discokey:78017125a7316c2b656d6b5e1ca9265ecf4db60e6a91a75ec816b8673f40961a", + "Addresses": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "AllowedIPs": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "Endpoints": ["77.164.248.136:44596", "10.65.0.27:44596", "172.17.0.1:44596"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 62140}, + {"Proto": "peerapi6", "Port": 62140} + ]}, + "Created": "2026-04-09T08:35:57.082324914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3300992564539371, + "StableID": "nEeCDgU2nS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "DiscoKey": "discokey:ec951514c1382a870285666f38067c9c7561c5e83fc8b3f76683e341ceeaaa60", + "Addresses": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "AllowedIPs": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "Endpoints": ["77.164.248.136:48222", "10.65.0.27:48222", "172.17.0.1:48222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 37406}, + {"Proto": "peerapi6", "Port": 37406} + ]}, + "Created": "2026-04-09T08:35:57.6359484Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4364959932204294, + "StableID": "nHz87Z6u5b11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "DiscoKey": "discokey:4d4567e3bb172a6b53deca48bda21258d93050919d17274af36ba4a17d03024f", + "Addresses": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "AllowedIPs": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "Endpoints": ["77.164.248.136:49750", "10.65.0.27:49750", "172.17.0.1:49750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60611}, + {"Proto": "peerapi6", "Port": 60611} + ]}, + "Created": "2026-04-09T08:36:02.519380144Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5182875401439056, + "StableID": "nVTXJCMLUh11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "DiscoKey": "discokey:1e4d2fb9cfc2bf766351db6ddd452844812725c1c7d010b8d414c4e4c6474863", + "Addresses": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "AllowedIPs": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "Endpoints": ["77.164.248.136:41780", "10.65.0.27:41780", "172.17.0.1:41780"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44971}, + {"Proto": "peerapi6", "Port": 44971} + ]}, + "Created": "2026-04-09T08:36:01.437817101Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5596233959178487, + "StableID": "n6W3aSaYhk11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "DiscoKey": "discokey:db16cf9b7ee8cc1e338a9b3bb5f1cfddf60ac37d1e2fef016c40db50882fe501", - "Addresses": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "AllowedIPs": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "Endpoints": ["77.164.248.136:48541", "10.65.0.27:48541", "172.17.0.1:48541"], + "Key": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "DiscoKey": "discokey:0f17d55eb301b47dc35f6738780de70354570e795c723b73a5ec473847411230", + "Addresses": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "AllowedIPs": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "Endpoints": ["77.164.248.136:33304", "10.65.0.27:33304", "172.17.0.1:33304"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57883}, - {"Proto": "peerapi6", "Port": 57883} + {"Proto": "peerapi4", "Port": 39428}, + {"Proto": "peerapi6", "Port": 39428} ]}, - "Created": "2026-04-09T01:29:55.284681162Z", + "Created": "2026-04-09T08:36:00.910195419Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8364628530151648, - "StableID": "nhMKtEcMK821CNTRL", + "ID": 6622924886220586, + "StableID": "nVNA4N1Yit11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "DiscoKey": "discokey:6cbea021fe66f5c9e7cbb30d4e3dc3e8f381b07dc8a51c2e099513f281cbd65f", - "Addresses": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "AllowedIPs": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "Endpoints": ["77.164.248.136:49441", "10.65.0.27:49441", "172.17.0.1:49441"], + "Key": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "DiscoKey": "discokey:214bb8ac6416ccda4b28b5b3b2bfaab395bdd5756d9d7a276a541810149e5360", + "Addresses": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "AllowedIPs": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "Endpoints": ["77.164.248.136:37613", "10.65.0.27:37613", "172.17.0.1:37613"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60282}, - {"Proto": "peerapi6", "Port": 60282} + {"Proto": "peerapi4", "Port": 49089}, + {"Proto": "peerapi6", "Port": 49089} ]}, - "Created": "2026-04-09T01:29:53.099151584Z", + "Created": "2026-04-09T08:35:58.696299994Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8431485802989649, - "StableID": "ntgK9Rqdq821CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "DiscoKey": "discokey:b6a21ff7a8e6cc34630d38011663239bfdac39dad38c66a65c70d31b3fd36244", - "Addresses": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "AllowedIPs": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "Endpoints": ["77.164.248.136:47063", "10.65.0.27:47063", "172.17.0.1:47063"], + "ID": 7150632787448250, + "StableID": "ndAeEtzXqx11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:71d08352aa72e55a8b1475e1dae4165c7fcaab24414dd640ea4668192c786e4c", + "Addresses": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "AllowedIPs": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "Endpoints": ["77.164.248.136:48374", "10.65.0.27:48374", "172.17.0.1:48374"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47905}, - {"Proto": "peerapi6", "Port": 47905} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 63154}, + {"Proto": "peerapi6", "Port": 63154} ]}, - "Created": "2026-04-09T01:29:52.584370954Z", + "Created": "2026-04-09T08:36:03.070370451Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7599224287385686, + "StableID": "nVQQxgjhL221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "KeyExpiry": "2026-10-06T08:36:04Z", + "DiscoKey": "discokey:252b513d5106b54574dc38edb74dcf62568003df91d0a8e7ec6bed5dd5dacf4c", + "Addresses": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "AllowedIPs": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 56938}, + {"Proto": "peerapi6", "Port": 56938} + ]}, + "Created": "2026-04-09T08:36:04.404127782Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8953181874109963, + "StableID": "nra5VYuuuC21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "DiscoKey": "discokey:415faa279c2b36f6653674881488082df292af4604d8f2bf3ad1887ef112fb75", + "Addresses": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "AllowedIPs": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "Endpoints": ["77.164.248.136:56046", "10.65.0.27:56046", "172.17.0.1:56046"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 54535}, + {"Proto": "peerapi6", "Port": 54535} + ]}, + "Created": "2026-04-09T08:36:00.369373169Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8992053391766246, + "StableID": "nbTdPhzWDD21CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:d73a1aa5bb0732de49e72988e596fc057557f5b876b6c3a2f4162624fe5de77c", + "Addresses": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "AllowedIPs": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "Endpoints": ["77.164.248.136:35757", "10.65.0.27:35757", "172.17.0.1:35757"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 44597}, + {"Proto": "peerapi6", "Port": 44597} + ]}, + "Created": "2026-04-09T08:36:03.901192661Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8925,27 +8939,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4699125701901551": { - "ID": 4699125701901551, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7515715996681832": { + "ID": 7515715996681832, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8976,26 +8992,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4948785255414333, - "StableID": "nEXihRCKef11CNTRL", + "ID": 2124346109147624, + "StableID": "nPafBGy7bH11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 4948785255414333, - "Key": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "DiscoKey": "discokey:58e5473690bb606d0664033faa8c5eadc1c78d48bb747aa6de058e90ef4c8453", - "Addresses": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "AllowedIPs": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "Endpoints": ["77.164.248.136:40732", "10.65.0.27:40732", "172.17.0.1:40732"], + "User": 2124346109147624, + "Key": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "DiscoKey": "discokey:78017125a7316c2b656d6b5e1ca9265ecf4db60e6a91a75ec816b8673f40961a", + "Addresses": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "AllowedIPs": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "Endpoints": ["77.164.248.136:44596", "10.65.0.27:44596", "172.17.0.1:44596"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 33817}, - {"Proto": "peerapi6", "Port": 33817}, + {"Proto": "peerapi4", "Port": 62140}, + {"Proto": "peerapi6", "Port": 62140}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:51.48098584Z", + "Created": "2026-04-09T08:35:57.082324914Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -9023,301 +9039,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "MachineKey": "mkey:7158d911d760faef3b20a5a544a0c6622af1264d88b7365be120f8ed6ecd8a0b", + "NodeKey": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "MachineKey": "mkey:f32a0ac4900998dcc5706b6f96c70bc79588913857f476c7adfed6f05fa1052b", "Peers": [{ - "ID": 11653558558116, - "StableID": "noSi4v7H6111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "DiscoKey": "discokey:f4d04feaf8acebfdd0dcbc2fa6d870f53faebf207cb69fbe0d25e31a69d03e0b", - "Addresses": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "AllowedIPs": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "Endpoints": ["77.164.248.136:58302", "10.65.0.27:58302", "172.17.0.1:58302"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61619}, - {"Proto": "peerapi6", "Port": 61619} - ]}, - "Created": "2026-04-09T01:29:52.019938795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 300148340543930, - "StableID": "nTZZ3WPwL311CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:0f50d1a1ede9b447a49f590c270d2b1ba5f56a847ec431f4f40f90a9d9e9bc50", - "Addresses": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "AllowedIPs": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "Endpoints": ["77.164.248.136:33330", "10.65.0.27:33330", "172.17.0.1:33330"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43088}, - {"Proto": "peerapi6", "Port": 43088} - ]}, - "Created": "2026-04-09T01:29:57.995746667Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1333882443520374, - "StableID": "nP9Ms8q7RB11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "DiscoKey": "discokey:c9f71f15fe2d83a80dc593617b555f7ceafc9303fbdda61f050bbaf284a02533", - "Addresses": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "AllowedIPs": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "Endpoints": ["77.164.248.136:52289", "10.65.0.27:52289", "172.17.0.1:52289"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60800}, - {"Proto": "peerapi6", "Port": 60800} - ]}, - "Created": "2026-04-09T01:29:54.178889556Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2258282181236304, - "StableID": "n1sSE8FndJ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "KeyExpiry": "2026-10-06T01:29:58Z", - "DiscoKey": "discokey:089358c6ac6e2e5982e52b55e7d79a5b36c9e10a234826fda782fc53a11e9f36", - "Addresses": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "AllowedIPs": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37863}, - {"Proto": "peerapi6", "Port": 37863} - ]}, - "Created": "2026-04-09T01:29:58.53612601Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3544674144308040, - "StableID": "nu73yaaPgU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "DiscoKey": "discokey:7d08b05a4977d2b9bf96bffd0134d3d7846f280e561ebadd64d931f19edf266e", - "Addresses": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "AllowedIPs": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "Endpoints": ["77.164.248.136:39118", "10.65.0.27:39118", "172.17.0.1:39118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58344}, - {"Proto": "peerapi6", "Port": 58344} - ]}, - "Created": "2026-04-09T01:29:54.737237432Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4699125701901551, - "StableID": "n2Qssh4Fhd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "DiscoKey": "discokey:aae9629d6fa1340f961933c867f75951b34ac45988ed9ecfc1cf3c49e2935104", - "Addresses": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "AllowedIPs": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "Endpoints": ["77.164.248.136:55634", "10.65.0.27:55634", "172.17.0.1:55634"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39441}, - {"Proto": "peerapi6", "Port": 39441} - ]}, - "Created": "2026-04-09T01:29:56.357637641Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4976740123777004, - "StableID": "nok9hPXyrf11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "DiscoKey": "discokey:f0ab16fe5a0ff0252c96ad2540a437a1ba24eebf5d08a2afebcdef2ce8c9052e", - "Addresses": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "AllowedIPs": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "Endpoints": ["77.164.248.136:51215", "10.65.0.27:51215", "172.17.0.1:51215"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41132}, - {"Proto": "peerapi6", "Port": 41132} - ]}, - "Created": "2026-04-09T01:29:55.813581621Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6091374499161390, - "StableID": "nH4RZa5oZp11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "DiscoKey": "discokey:390b2d17e4508e12da63cdd405f4ee9e4c3f6a9459001d4686b9c206f8e58e66", - "Addresses": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "AllowedIPs": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36208}, - {"Proto": "peerapi6", "Port": 36208} - ]}, - "Created": "2026-04-09T01:29:56.909698269Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6586398387168375, - "StableID": "nNGvQzWzRt11CNTRL", + "ID": 209534596912365, + "StableID": "nJK5ps7ud211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "DiscoKey": "discokey:71a80a82dd8fbb40bd0c2ab3fca48342c85da5950233bf097ae1c8d9de4ff71e", - "Addresses": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "AllowedIPs": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "Endpoints": ["77.164.248.136:42325", "10.65.0.27:42325", "172.17.0.1:42325"], + "Key": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "DiscoKey": "discokey:11261260394cb440aa014486b56d18dc79262d4d8768cd89ffbdda0ed4fed46c", + "Addresses": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "AllowedIPs": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "Endpoints": ["77.164.248.136:47318", "10.65.0.27:47318", "172.17.0.1:47318"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59601}, - {"Proto": "peerapi6", "Port": 59601} + {"Proto": "peerapi4", "Port": 46990}, + {"Proto": "peerapi6", "Port": 46990} ]}, - "Created": "2026-04-09T01:29:50.931571207Z", + "Created": "2026-04-09T08:35:56.537441004Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6863633878830971, - "StableID": "n85pTM2Zbv11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:6ad055cc0bbe80eb0aef3caa2911840e3cb44a2e47a4d35f396eb01a476d7c7b", - "Addresses": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "AllowedIPs": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "Endpoints": ["77.164.248.136:60802", "10.65.0.27:60802", "172.17.0.1:60802"], + "ID": 817685608209458, + "StableID": "nHtYASDLP711CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "DiscoKey": "discokey:e9663d5995ae3a4a921f2a807f80fb625d99db27932904b5b92821ef92263b45", + "Addresses": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "AllowedIPs": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "Endpoints": ["77.164.248.136:60030", "10.65.0.27:60030", "172.17.0.1:60030"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 47063}, - {"Proto": "peerapi6", "Port": 47063} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49057}, + {"Proto": "peerapi6", "Port": 49057} ]}, - "Created": "2026-04-09T01:29:57.434016413Z", + "Created": "2026-04-09T08:35:58.165347838Z", "Cap": 131, + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7893875485564531, - "StableID": "nYPTMxi9e421CNTRL", + "ID": 835199427892487, + "StableID": "nNLLSpGGX711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "DiscoKey": "discokey:541eecaee32c3b78990b1a4526b104ed148dbeea52fbe4f5d9b26a09f34d9f0b", - "Addresses": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "AllowedIPs": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "Endpoints": ["77.164.248.136:35745", "10.65.0.27:35745", "172.17.0.1:35745"], + "Key": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "DiscoKey": "discokey:26e2e882ca8619d03bca09a462f850224b937ef0082a55901dc31a8d6714e673", + "Addresses": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "AllowedIPs": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "Endpoints": ["77.164.248.136:57159", "10.65.0.27:57159", "172.17.0.1:57159"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55277}, - {"Proto": "peerapi6", "Port": 55277} + {"Proto": "peerapi4", "Port": 61138}, + {"Proto": "peerapi6", "Port": 61138} ]}, - "Created": "2026-04-09T01:29:53.634236592Z", + "Created": "2026-04-09T08:35:59.251841205Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8261269018057917, - "StableID": "nWDsjeXYW721CNTRL", + "ID": 1190498533851217, + "StableID": "nEuQmuNBJA11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "DiscoKey": "discokey:6cc89fdb5eea7c5ace7841c8f65d0521ef28b1e9f81f9209a8da71be7a50a707", + "Addresses": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "AllowedIPs": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "Endpoints": ["77.164.248.136:47553", "10.65.0.27:47553", "172.17.0.1:47553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 40252}, + {"Proto": "peerapi6", "Port": 40252} + ]}, + "Created": "2026-04-09T08:35:59.797958114Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3300992564539371, + "StableID": "nEeCDgU2nS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "DiscoKey": "discokey:ec951514c1382a870285666f38067c9c7561c5e83fc8b3f76683e341ceeaaa60", + "Addresses": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "AllowedIPs": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "Endpoints": ["77.164.248.136:48222", "10.65.0.27:48222", "172.17.0.1:48222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 37406}, + {"Proto": "peerapi6", "Port": 37406} + ]}, + "Created": "2026-04-09T08:35:57.6359484Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4364959932204294, + "StableID": "nHz87Z6u5b11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "DiscoKey": "discokey:4d4567e3bb172a6b53deca48bda21258d93050919d17274af36ba4a17d03024f", + "Addresses": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "AllowedIPs": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "Endpoints": ["77.164.248.136:49750", "10.65.0.27:49750", "172.17.0.1:49750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60611}, + {"Proto": "peerapi6", "Port": 60611} + ]}, + "Created": "2026-04-09T08:36:02.519380144Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5182875401439056, + "StableID": "nVTXJCMLUh11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "DiscoKey": "discokey:1e4d2fb9cfc2bf766351db6ddd452844812725c1c7d010b8d414c4e4c6474863", + "Addresses": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "AllowedIPs": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "Endpoints": ["77.164.248.136:41780", "10.65.0.27:41780", "172.17.0.1:41780"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44971}, + {"Proto": "peerapi6", "Port": 44971} + ]}, + "Created": "2026-04-09T08:36:01.437817101Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5596233959178487, + "StableID": "n6W3aSaYhk11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "DiscoKey": "discokey:db16cf9b7ee8cc1e338a9b3bb5f1cfddf60ac37d1e2fef016c40db50882fe501", - "Addresses": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "AllowedIPs": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "Endpoints": ["77.164.248.136:48541", "10.65.0.27:48541", "172.17.0.1:48541"], + "Key": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "DiscoKey": "discokey:0f17d55eb301b47dc35f6738780de70354570e795c723b73a5ec473847411230", + "Addresses": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "AllowedIPs": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "Endpoints": ["77.164.248.136:33304", "10.65.0.27:33304", "172.17.0.1:33304"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57883}, - {"Proto": "peerapi6", "Port": 57883} + {"Proto": "peerapi4", "Port": 39428}, + {"Proto": "peerapi6", "Port": 39428} ]}, - "Created": "2026-04-09T01:29:55.284681162Z", + "Created": "2026-04-09T08:36:00.910195419Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8364628530151648, - "StableID": "nhMKtEcMK821CNTRL", + "ID": 6622924886220586, + "StableID": "nVNA4N1Yit11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "DiscoKey": "discokey:6cbea021fe66f5c9e7cbb30d4e3dc3e8f381b07dc8a51c2e099513f281cbd65f", - "Addresses": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "AllowedIPs": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "Endpoints": ["77.164.248.136:49441", "10.65.0.27:49441", "172.17.0.1:49441"], + "Key": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "DiscoKey": "discokey:214bb8ac6416ccda4b28b5b3b2bfaab395bdd5756d9d7a276a541810149e5360", + "Addresses": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "AllowedIPs": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "Endpoints": ["77.164.248.136:37613", "10.65.0.27:37613", "172.17.0.1:37613"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60282}, - {"Proto": "peerapi6", "Port": 60282} + {"Proto": "peerapi4", "Port": 49089}, + {"Proto": "peerapi6", "Port": 49089} ]}, - "Created": "2026-04-09T01:29:53.099151584Z", + "Created": "2026-04-09T08:35:58.696299994Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8431485802989649, - "StableID": "ntgK9Rqdq821CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "DiscoKey": "discokey:b6a21ff7a8e6cc34630d38011663239bfdac39dad38c66a65c70d31b3fd36244", - "Addresses": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "AllowedIPs": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "Endpoints": ["77.164.248.136:47063", "10.65.0.27:47063", "172.17.0.1:47063"], + "ID": 7150632787448250, + "StableID": "ndAeEtzXqx11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:71d08352aa72e55a8b1475e1dae4165c7fcaab24414dd640ea4668192c786e4c", + "Addresses": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "AllowedIPs": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "Endpoints": ["77.164.248.136:48374", "10.65.0.27:48374", "172.17.0.1:48374"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47905}, - {"Proto": "peerapi6", "Port": 47905} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 63154}, + {"Proto": "peerapi6", "Port": 63154} ]}, - "Created": "2026-04-09T01:29:52.584370954Z", + "Created": "2026-04-09T08:36:03.070370451Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7515715996681832, + "StableID": "noJTGf7tg121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "DiscoKey": "discokey:11c25775a15039e586a0329dfa5078d58738a41515166c0b2825feadc2738f18", + "Addresses": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "AllowedIPs": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "Endpoints": ["77.164.248.136:54216", "10.65.0.27:54216", "172.17.0.1:54216"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49795}, + {"Proto": "peerapi6", "Port": 49795} + ]}, + "Created": "2026-04-09T08:36:01.97550764Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7599224287385686, + "StableID": "nVQQxgjhL221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "KeyExpiry": "2026-10-06T08:36:04Z", + "DiscoKey": "discokey:252b513d5106b54574dc38edb74dcf62568003df91d0a8e7ec6bed5dd5dacf4c", + "Addresses": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "AllowedIPs": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "Endpoints": ["77.164.248.136:36474", "10.65.0.27:36474", "172.17.0.1:36474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 56938}, + {"Proto": "peerapi6", "Port": 56938} + ]}, + "Created": "2026-04-09T08:36:04.404127782Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8953181874109963, + "StableID": "nra5VYuuuC21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "DiscoKey": "discokey:415faa279c2b36f6653674881488082df292af4604d8f2bf3ad1887ef112fb75", + "Addresses": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "AllowedIPs": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "Endpoints": ["77.164.248.136:56046", "10.65.0.27:56046", "172.17.0.1:56046"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 54535}, + {"Proto": "peerapi6", "Port": 54535} + ]}, + "Created": "2026-04-09T08:36:00.369373169Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8992053391766246, + "StableID": "nbTdPhzWDD21CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:d73a1aa5bb0732de49e72988e596fc057557f5b876b6c3a2f4162624fe5de77c", + "Addresses": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "AllowedIPs": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "Endpoints": ["77.164.248.136:35757", "10.65.0.27:35757", "172.17.0.1:35757"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 44597}, + {"Proto": "peerapi6", "Port": 44597} + ]}, + "Created": "2026-04-09T08:36:03.901192661Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10165,27 +10182,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4948785255414333": { - "ID": 4948785255414333, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2124346109147624": { + "ID": 2124346109147624, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10216,26 +10235,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6586398387168375, - "StableID": "nNGvQzWzRt11CNTRL", + "ID": 209534596912365, + "StableID": "nJK5ps7ud211CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 6586398387168375, - "Key": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "DiscoKey": "discokey:71a80a82dd8fbb40bd0c2ab3fca48342c85da5950233bf097ae1c8d9de4ff71e", - "Addresses": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "AllowedIPs": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "Endpoints": ["77.164.248.136:42325", "10.65.0.27:42325", "172.17.0.1:42325"], + "User": 209534596912365, + "Key": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "DiscoKey": "discokey:11261260394cb440aa014486b56d18dc79262d4d8768cd89ffbdda0ed4fed46c", + "Addresses": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "AllowedIPs": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "Endpoints": ["77.164.248.136:47318", "10.65.0.27:47318", "172.17.0.1:47318"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 59601}, - {"Proto": "peerapi6", "Port": 59601}, + {"Proto": "peerapi4", "Port": 46990}, + {"Proto": "peerapi6", "Port": 46990}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:50.931571207Z", + "Created": "2026-04-09T08:35:56.537441004Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10263,301 +10282,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "MachineKey": "mkey:5c7a1def94de385590fbfadbdb7ed288fce6ff4045cae7ec62eba44c5bf1fd0d", + "NodeKey": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "MachineKey": "mkey:df80425fde4beddd9a9732a571d5fa9ebf5f2a098f05a37e4987d26a36fd0136", "Peers": [{ - "ID": 11653558558116, - "StableID": "noSi4v7H6111CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 817685608209458, + "StableID": "nHtYASDLP711CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "DiscoKey": "discokey:f4d04feaf8acebfdd0dcbc2fa6d870f53faebf207cb69fbe0d25e31a69d03e0b", - "Addresses": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "AllowedIPs": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "Endpoints": ["77.164.248.136:58302", "10.65.0.27:58302", "172.17.0.1:58302"], + "Key": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "DiscoKey": "discokey:e9663d5995ae3a4a921f2a807f80fb625d99db27932904b5b92821ef92263b45", + "Addresses": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "AllowedIPs": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "Endpoints": ["77.164.248.136:60030", "10.65.0.27:60030", "172.17.0.1:60030"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61619}, - {"Proto": "peerapi6", "Port": 61619} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49057}, + {"Proto": "peerapi6", "Port": 49057} ]}, - "Created": "2026-04-09T01:29:52.019938795Z", + "Created": "2026-04-09T08:35:58.165347838Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 300148340543930, - "StableID": "nTZZ3WPwL311CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:0f50d1a1ede9b447a49f590c270d2b1ba5f56a847ec431f4f40f90a9d9e9bc50", - "Addresses": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "AllowedIPs": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "Endpoints": ["77.164.248.136:33330", "10.65.0.27:33330", "172.17.0.1:33330"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43088}, - {"Proto": "peerapi6", "Port": 43088} - ]}, - "Created": "2026-04-09T01:29:57.995746667Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1333882443520374, - "StableID": "nP9Ms8q7RB11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "DiscoKey": "discokey:c9f71f15fe2d83a80dc593617b555f7ceafc9303fbdda61f050bbaf284a02533", - "Addresses": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "AllowedIPs": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "Endpoints": ["77.164.248.136:52289", "10.65.0.27:52289", "172.17.0.1:52289"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60800}, - {"Proto": "peerapi6", "Port": 60800} - ]}, - "Created": "2026-04-09T01:29:54.178889556Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2258282181236304, - "StableID": "n1sSE8FndJ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "KeyExpiry": "2026-10-06T01:29:58Z", - "DiscoKey": "discokey:089358c6ac6e2e5982e52b55e7d79a5b36c9e10a234826fda782fc53a11e9f36", - "Addresses": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "AllowedIPs": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37863}, - {"Proto": "peerapi6", "Port": 37863} - ]}, - "Created": "2026-04-09T01:29:58.53612601Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3544674144308040, - "StableID": "nu73yaaPgU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "DiscoKey": "discokey:7d08b05a4977d2b9bf96bffd0134d3d7846f280e561ebadd64d931f19edf266e", - "Addresses": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "AllowedIPs": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "Endpoints": ["77.164.248.136:39118", "10.65.0.27:39118", "172.17.0.1:39118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58344}, - {"Proto": "peerapi6", "Port": 58344} - ]}, - "Created": "2026-04-09T01:29:54.737237432Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4699125701901551, - "StableID": "n2Qssh4Fhd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "DiscoKey": "discokey:aae9629d6fa1340f961933c867f75951b34ac45988ed9ecfc1cf3c49e2935104", - "Addresses": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "AllowedIPs": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "Endpoints": ["77.164.248.136:55634", "10.65.0.27:55634", "172.17.0.1:55634"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39441}, - {"Proto": "peerapi6", "Port": 39441} - ]}, - "Created": "2026-04-09T01:29:56.357637641Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4948785255414333, - "StableID": "nEXihRCKef11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "DiscoKey": "discokey:58e5473690bb606d0664033faa8c5eadc1c78d48bb747aa6de058e90ef4c8453", - "Addresses": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "AllowedIPs": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "Endpoints": ["77.164.248.136:40732", "10.65.0.27:40732", "172.17.0.1:40732"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33817}, - {"Proto": "peerapi6", "Port": 33817} - ]}, - "Created": "2026-04-09T01:29:51.48098584Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4976740123777004, - "StableID": "nok9hPXyrf11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "DiscoKey": "discokey:f0ab16fe5a0ff0252c96ad2540a437a1ba24eebf5d08a2afebcdef2ce8c9052e", - "Addresses": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "AllowedIPs": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "Endpoints": ["77.164.248.136:51215", "10.65.0.27:51215", "172.17.0.1:51215"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41132}, - {"Proto": "peerapi6", "Port": 41132} - ]}, - "Created": "2026-04-09T01:29:55.813581621Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6091374499161390, - "StableID": "nH4RZa5oZp11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "DiscoKey": "discokey:390b2d17e4508e12da63cdd405f4ee9e4c3f6a9459001d4686b9c206f8e58e66", - "Addresses": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "AllowedIPs": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36208}, - {"Proto": "peerapi6", "Port": 36208} - ]}, - "Created": "2026-04-09T01:29:56.909698269Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6863633878830971, - "StableID": "n85pTM2Zbv11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:6ad055cc0bbe80eb0aef3caa2911840e3cb44a2e47a4d35f396eb01a476d7c7b", - "Addresses": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "AllowedIPs": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "Endpoints": ["77.164.248.136:60802", "10.65.0.27:60802", "172.17.0.1:60802"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 47063}, - {"Proto": "peerapi6", "Port": 47063} - ]}, - "Created": "2026-04-09T01:29:57.434016413Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7893875485564531, - "StableID": "nYPTMxi9e421CNTRL", + "ID": 835199427892487, + "StableID": "nNLLSpGGX711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "DiscoKey": "discokey:541eecaee32c3b78990b1a4526b104ed148dbeea52fbe4f5d9b26a09f34d9f0b", - "Addresses": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "AllowedIPs": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "Endpoints": ["77.164.248.136:35745", "10.65.0.27:35745", "172.17.0.1:35745"], + "Key": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "DiscoKey": "discokey:26e2e882ca8619d03bca09a462f850224b937ef0082a55901dc31a8d6714e673", + "Addresses": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "AllowedIPs": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "Endpoints": ["77.164.248.136:57159", "10.65.0.27:57159", "172.17.0.1:57159"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55277}, - {"Proto": "peerapi6", "Port": 55277} + {"Proto": "peerapi4", "Port": 61138}, + {"Proto": "peerapi6", "Port": 61138} ]}, - "Created": "2026-04-09T01:29:53.634236592Z", + "Created": "2026-04-09T08:35:59.251841205Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8261269018057917, - "StableID": "nWDsjeXYW721CNTRL", + "ID": 1190498533851217, + "StableID": "nEuQmuNBJA11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "DiscoKey": "discokey:6cc89fdb5eea7c5ace7841c8f65d0521ef28b1e9f81f9209a8da71be7a50a707", + "Addresses": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "AllowedIPs": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "Endpoints": ["77.164.248.136:47553", "10.65.0.27:47553", "172.17.0.1:47553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 40252}, + {"Proto": "peerapi6", "Port": 40252} + ]}, + "Created": "2026-04-09T08:35:59.797958114Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2124346109147624, + "StableID": "nPafBGy7bH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "DiscoKey": "discokey:78017125a7316c2b656d6b5e1ca9265ecf4db60e6a91a75ec816b8673f40961a", + "Addresses": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "AllowedIPs": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "Endpoints": ["77.164.248.136:44596", "10.65.0.27:44596", "172.17.0.1:44596"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 62140}, + {"Proto": "peerapi6", "Port": 62140} + ]}, + "Created": "2026-04-09T08:35:57.082324914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3300992564539371, + "StableID": "nEeCDgU2nS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "DiscoKey": "discokey:ec951514c1382a870285666f38067c9c7561c5e83fc8b3f76683e341ceeaaa60", + "Addresses": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "AllowedIPs": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "Endpoints": ["77.164.248.136:48222", "10.65.0.27:48222", "172.17.0.1:48222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 37406}, + {"Proto": "peerapi6", "Port": 37406} + ]}, + "Created": "2026-04-09T08:35:57.6359484Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4364959932204294, + "StableID": "nHz87Z6u5b11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "DiscoKey": "discokey:4d4567e3bb172a6b53deca48bda21258d93050919d17274af36ba4a17d03024f", + "Addresses": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "AllowedIPs": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "Endpoints": ["77.164.248.136:49750", "10.65.0.27:49750", "172.17.0.1:49750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60611}, + {"Proto": "peerapi6", "Port": 60611} + ]}, + "Created": "2026-04-09T08:36:02.519380144Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5182875401439056, + "StableID": "nVTXJCMLUh11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "DiscoKey": "discokey:1e4d2fb9cfc2bf766351db6ddd452844812725c1c7d010b8d414c4e4c6474863", + "Addresses": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "AllowedIPs": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "Endpoints": ["77.164.248.136:41780", "10.65.0.27:41780", "172.17.0.1:41780"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44971}, + {"Proto": "peerapi6", "Port": 44971} + ]}, + "Created": "2026-04-09T08:36:01.437817101Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5596233959178487, + "StableID": "n6W3aSaYhk11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "DiscoKey": "discokey:db16cf9b7ee8cc1e338a9b3bb5f1cfddf60ac37d1e2fef016c40db50882fe501", - "Addresses": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "AllowedIPs": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "Endpoints": ["77.164.248.136:48541", "10.65.0.27:48541", "172.17.0.1:48541"], + "Key": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "DiscoKey": "discokey:0f17d55eb301b47dc35f6738780de70354570e795c723b73a5ec473847411230", + "Addresses": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "AllowedIPs": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "Endpoints": ["77.164.248.136:33304", "10.65.0.27:33304", "172.17.0.1:33304"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57883}, - {"Proto": "peerapi6", "Port": 57883} + {"Proto": "peerapi4", "Port": 39428}, + {"Proto": "peerapi6", "Port": 39428} ]}, - "Created": "2026-04-09T01:29:55.284681162Z", + "Created": "2026-04-09T08:36:00.910195419Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8364628530151648, - "StableID": "nhMKtEcMK821CNTRL", + "ID": 6622924886220586, + "StableID": "nVNA4N1Yit11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "DiscoKey": "discokey:6cbea021fe66f5c9e7cbb30d4e3dc3e8f381b07dc8a51c2e099513f281cbd65f", - "Addresses": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "AllowedIPs": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "Endpoints": ["77.164.248.136:49441", "10.65.0.27:49441", "172.17.0.1:49441"], + "Key": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "DiscoKey": "discokey:214bb8ac6416ccda4b28b5b3b2bfaab395bdd5756d9d7a276a541810149e5360", + "Addresses": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "AllowedIPs": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "Endpoints": ["77.164.248.136:37613", "10.65.0.27:37613", "172.17.0.1:37613"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60282}, - {"Proto": "peerapi6", "Port": 60282} + {"Proto": "peerapi4", "Port": 49089}, + {"Proto": "peerapi6", "Port": 49089} ]}, - "Created": "2026-04-09T01:29:53.099151584Z", + "Created": "2026-04-09T08:35:58.696299994Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8431485802989649, - "StableID": "ntgK9Rqdq821CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "DiscoKey": "discokey:b6a21ff7a8e6cc34630d38011663239bfdac39dad38c66a65c70d31b3fd36244", - "Addresses": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "AllowedIPs": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "Endpoints": ["77.164.248.136:47063", "10.65.0.27:47063", "172.17.0.1:47063"], + "ID": 7150632787448250, + "StableID": "ndAeEtzXqx11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:71d08352aa72e55a8b1475e1dae4165c7fcaab24414dd640ea4668192c786e4c", + "Addresses": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "AllowedIPs": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "Endpoints": ["77.164.248.136:48374", "10.65.0.27:48374", "172.17.0.1:48374"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47905}, - {"Proto": "peerapi6", "Port": 47905} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 63154}, + {"Proto": "peerapi6", "Port": 63154} ]}, - "Created": "2026-04-09T01:29:52.584370954Z", + "Created": "2026-04-09T08:36:03.070370451Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7515715996681832, + "StableID": "noJTGf7tg121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "DiscoKey": "discokey:11c25775a15039e586a0329dfa5078d58738a41515166c0b2825feadc2738f18", + "Addresses": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "AllowedIPs": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "Endpoints": ["77.164.248.136:54216", "10.65.0.27:54216", "172.17.0.1:54216"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49795}, + {"Proto": "peerapi6", "Port": 49795} + ]}, + "Created": "2026-04-09T08:36:01.97550764Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7599224287385686, + "StableID": "nVQQxgjhL221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "KeyExpiry": "2026-10-06T08:36:04Z", + "DiscoKey": "discokey:252b513d5106b54574dc38edb74dcf62568003df91d0a8e7ec6bed5dd5dacf4c", + "Addresses": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "AllowedIPs": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "Endpoints": ["77.164.248.136:36474", "10.65.0.27:36474", "172.17.0.1:36474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 56938}, + {"Proto": "peerapi6", "Port": 56938} + ]}, + "Created": "2026-04-09T08:36:04.404127782Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8953181874109963, + "StableID": "nra5VYuuuC21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "DiscoKey": "discokey:415faa279c2b36f6653674881488082df292af4604d8f2bf3ad1887ef112fb75", + "Addresses": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "AllowedIPs": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "Endpoints": ["77.164.248.136:56046", "10.65.0.27:56046", "172.17.0.1:56046"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 54535}, + {"Proto": "peerapi6", "Port": 54535} + ]}, + "Created": "2026-04-09T08:36:00.369373169Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8992053391766246, + "StableID": "nbTdPhzWDD21CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:d73a1aa5bb0732de49e72988e596fc057557f5b876b6c3a2f4162624fe5de77c", + "Addresses": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "AllowedIPs": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "Endpoints": ["77.164.248.136:35757", "10.65.0.27:35757", "172.17.0.1:35757"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 44597}, + {"Proto": "peerapi6", "Port": 44597} + ]}, + "Created": "2026-04-09T08:36:03.901192661Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11405,27 +11425,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6586398387168375": { - "ID": 6586398387168375, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "209534596912365": { + "ID": 209534596912365, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11456,21 +11478,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8364628530151648, - "StableID": "nhMKtEcMK821CNTRL", + "ID": 6622924886220586, + "StableID": "nVNA4N1Yit11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 8364628530151648, - "Key": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "DiscoKey": "discokey:6cbea021fe66f5c9e7cbb30d4e3dc3e8f381b07dc8a51c2e099513f281cbd65f", - "Addresses": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "AllowedIPs": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "Endpoints": ["77.164.248.136:49441", "10.65.0.27:49441", "172.17.0.1:49441"], + "User": 6622924886220586, + "Key": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "DiscoKey": "discokey:214bb8ac6416ccda4b28b5b3b2bfaab395bdd5756d9d7a276a541810149e5360", + "Addresses": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "AllowedIPs": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "Endpoints": ["77.164.248.136:37613", "10.65.0.27:37613", "172.17.0.1:37613"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 60282}, - {"Proto": "peerapi6", "Port": 60282}, + {"Proto": "peerapi4", "Port": 49089}, + {"Proto": "peerapi6", "Port": 49089}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:53.099151584Z", + "Created": "2026-04-09T08:35:58.696299994Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11498,300 +11520,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "MachineKey": "mkey:b8ae9b830e2d13b1263fdfdcf85b36d3cd82387535fdf756d859d95fc32c8c12", + "NodeKey": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "MachineKey": "mkey:bf00d31559bffb490e262e35a9cdfe64ed2dbc95761b9decb27c23a217acad59", "Peers": [{ - "ID": 11653558558116, - "StableID": "noSi4v7H6111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "DiscoKey": "discokey:f4d04feaf8acebfdd0dcbc2fa6d870f53faebf207cb69fbe0d25e31a69d03e0b", - "Addresses": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "AllowedIPs": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "Endpoints": ["77.164.248.136:58302", "10.65.0.27:58302", "172.17.0.1:58302"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61619}, - {"Proto": "peerapi6", "Port": 61619} - ]}, - "Created": "2026-04-09T01:29:52.019938795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 300148340543930, - "StableID": "nTZZ3WPwL311CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:0f50d1a1ede9b447a49f590c270d2b1ba5f56a847ec431f4f40f90a9d9e9bc50", - "Addresses": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "AllowedIPs": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "Endpoints": ["77.164.248.136:33330", "10.65.0.27:33330", "172.17.0.1:33330"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43088}, - {"Proto": "peerapi6", "Port": 43088} - ]}, - "Created": "2026-04-09T01:29:57.995746667Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1333882443520374, - "StableID": "nP9Ms8q7RB11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "DiscoKey": "discokey:c9f71f15fe2d83a80dc593617b555f7ceafc9303fbdda61f050bbaf284a02533", - "Addresses": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "AllowedIPs": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "Endpoints": ["77.164.248.136:52289", "10.65.0.27:52289", "172.17.0.1:52289"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60800}, - {"Proto": "peerapi6", "Port": 60800} - ]}, - "Created": "2026-04-09T01:29:54.178889556Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2258282181236304, - "StableID": "n1sSE8FndJ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "KeyExpiry": "2026-10-06T01:29:58Z", - "DiscoKey": "discokey:089358c6ac6e2e5982e52b55e7d79a5b36c9e10a234826fda782fc53a11e9f36", - "Addresses": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "AllowedIPs": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37863}, - {"Proto": "peerapi6", "Port": 37863} - ]}, - "Created": "2026-04-09T01:29:58.53612601Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3544674144308040, - "StableID": "nu73yaaPgU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "DiscoKey": "discokey:7d08b05a4977d2b9bf96bffd0134d3d7846f280e561ebadd64d931f19edf266e", - "Addresses": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "AllowedIPs": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "Endpoints": ["77.164.248.136:39118", "10.65.0.27:39118", "172.17.0.1:39118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58344}, - {"Proto": "peerapi6", "Port": 58344} - ]}, - "Created": "2026-04-09T01:29:54.737237432Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4699125701901551, - "StableID": "n2Qssh4Fhd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "DiscoKey": "discokey:aae9629d6fa1340f961933c867f75951b34ac45988ed9ecfc1cf3c49e2935104", - "Addresses": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "AllowedIPs": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "Endpoints": ["77.164.248.136:55634", "10.65.0.27:55634", "172.17.0.1:55634"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39441}, - {"Proto": "peerapi6", "Port": 39441} - ]}, - "Created": "2026-04-09T01:29:56.357637641Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4948785255414333, - "StableID": "nEXihRCKef11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "DiscoKey": "discokey:58e5473690bb606d0664033faa8c5eadc1c78d48bb747aa6de058e90ef4c8453", - "Addresses": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "AllowedIPs": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "Endpoints": ["77.164.248.136:40732", "10.65.0.27:40732", "172.17.0.1:40732"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33817}, - {"Proto": "peerapi6", "Port": 33817} - ]}, - "Created": "2026-04-09T01:29:51.48098584Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4976740123777004, - "StableID": "nok9hPXyrf11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "DiscoKey": "discokey:f0ab16fe5a0ff0252c96ad2540a437a1ba24eebf5d08a2afebcdef2ce8c9052e", - "Addresses": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "AllowedIPs": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "Endpoints": ["77.164.248.136:51215", "10.65.0.27:51215", "172.17.0.1:51215"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41132}, - {"Proto": "peerapi6", "Port": 41132} - ]}, - "Created": "2026-04-09T01:29:55.813581621Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6091374499161390, - "StableID": "nH4RZa5oZp11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "DiscoKey": "discokey:390b2d17e4508e12da63cdd405f4ee9e4c3f6a9459001d4686b9c206f8e58e66", - "Addresses": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "AllowedIPs": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36208}, - {"Proto": "peerapi6", "Port": 36208} - ]}, - "Created": "2026-04-09T01:29:56.909698269Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6586398387168375, - "StableID": "nNGvQzWzRt11CNTRL", + "ID": 209534596912365, + "StableID": "nJK5ps7ud211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "DiscoKey": "discokey:71a80a82dd8fbb40bd0c2ab3fca48342c85da5950233bf097ae1c8d9de4ff71e", - "Addresses": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "AllowedIPs": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "Endpoints": ["77.164.248.136:42325", "10.65.0.27:42325", "172.17.0.1:42325"], + "Key": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "DiscoKey": "discokey:11261260394cb440aa014486b56d18dc79262d4d8768cd89ffbdda0ed4fed46c", + "Addresses": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "AllowedIPs": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "Endpoints": ["77.164.248.136:47318", "10.65.0.27:47318", "172.17.0.1:47318"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59601}, - {"Proto": "peerapi6", "Port": 59601} + {"Proto": "peerapi4", "Port": 46990}, + {"Proto": "peerapi6", "Port": 46990} ]}, - "Created": "2026-04-09T01:29:50.931571207Z", + "Created": "2026-04-09T08:35:56.537441004Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6863633878830971, - "StableID": "n85pTM2Zbv11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:6ad055cc0bbe80eb0aef3caa2911840e3cb44a2e47a4d35f396eb01a476d7c7b", - "Addresses": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "AllowedIPs": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "Endpoints": ["77.164.248.136:60802", "10.65.0.27:60802", "172.17.0.1:60802"], + "ID": 817685608209458, + "StableID": "nHtYASDLP711CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "DiscoKey": "discokey:e9663d5995ae3a4a921f2a807f80fb625d99db27932904b5b92821ef92263b45", + "Addresses": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "AllowedIPs": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "Endpoints": ["77.164.248.136:60030", "10.65.0.27:60030", "172.17.0.1:60030"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 47063}, - {"Proto": "peerapi6", "Port": 47063} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49057}, + {"Proto": "peerapi6", "Port": 49057} ]}, - "Created": "2026-04-09T01:29:57.434016413Z", + "Created": "2026-04-09T08:35:58.165347838Z", "Cap": 131, + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7893875485564531, - "StableID": "nYPTMxi9e421CNTRL", + "ID": 835199427892487, + "StableID": "nNLLSpGGX711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "DiscoKey": "discokey:541eecaee32c3b78990b1a4526b104ed148dbeea52fbe4f5d9b26a09f34d9f0b", - "Addresses": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "AllowedIPs": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "Endpoints": ["77.164.248.136:35745", "10.65.0.27:35745", "172.17.0.1:35745"], + "Key": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "DiscoKey": "discokey:26e2e882ca8619d03bca09a462f850224b937ef0082a55901dc31a8d6714e673", + "Addresses": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "AllowedIPs": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "Endpoints": ["77.164.248.136:57159", "10.65.0.27:57159", "172.17.0.1:57159"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55277}, - {"Proto": "peerapi6", "Port": 55277} + {"Proto": "peerapi4", "Port": 61138}, + {"Proto": "peerapi6", "Port": 61138} ]}, - "Created": "2026-04-09T01:29:53.634236592Z", + "Created": "2026-04-09T08:35:59.251841205Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8261269018057917, - "StableID": "nWDsjeXYW721CNTRL", + "ID": 1190498533851217, + "StableID": "nEuQmuNBJA11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "DiscoKey": "discokey:6cc89fdb5eea7c5ace7841c8f65d0521ef28b1e9f81f9209a8da71be7a50a707", + "Addresses": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "AllowedIPs": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "Endpoints": ["77.164.248.136:47553", "10.65.0.27:47553", "172.17.0.1:47553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 40252}, + {"Proto": "peerapi6", "Port": 40252} + ]}, + "Created": "2026-04-09T08:35:59.797958114Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2124346109147624, + "StableID": "nPafBGy7bH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "DiscoKey": "discokey:78017125a7316c2b656d6b5e1ca9265ecf4db60e6a91a75ec816b8673f40961a", + "Addresses": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "AllowedIPs": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "Endpoints": ["77.164.248.136:44596", "10.65.0.27:44596", "172.17.0.1:44596"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 62140}, + {"Proto": "peerapi6", "Port": 62140} + ]}, + "Created": "2026-04-09T08:35:57.082324914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3300992564539371, + "StableID": "nEeCDgU2nS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "DiscoKey": "discokey:ec951514c1382a870285666f38067c9c7561c5e83fc8b3f76683e341ceeaaa60", + "Addresses": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "AllowedIPs": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "Endpoints": ["77.164.248.136:48222", "10.65.0.27:48222", "172.17.0.1:48222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 37406}, + {"Proto": "peerapi6", "Port": 37406} + ]}, + "Created": "2026-04-09T08:35:57.6359484Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4364959932204294, + "StableID": "nHz87Z6u5b11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "DiscoKey": "discokey:4d4567e3bb172a6b53deca48bda21258d93050919d17274af36ba4a17d03024f", + "Addresses": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "AllowedIPs": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "Endpoints": ["77.164.248.136:49750", "10.65.0.27:49750", "172.17.0.1:49750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60611}, + {"Proto": "peerapi6", "Port": 60611} + ]}, + "Created": "2026-04-09T08:36:02.519380144Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5182875401439056, + "StableID": "nVTXJCMLUh11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "DiscoKey": "discokey:1e4d2fb9cfc2bf766351db6ddd452844812725c1c7d010b8d414c4e4c6474863", + "Addresses": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "AllowedIPs": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "Endpoints": ["77.164.248.136:41780", "10.65.0.27:41780", "172.17.0.1:41780"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44971}, + {"Proto": "peerapi6", "Port": 44971} + ]}, + "Created": "2026-04-09T08:36:01.437817101Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5596233959178487, + "StableID": "n6W3aSaYhk11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "DiscoKey": "discokey:db16cf9b7ee8cc1e338a9b3bb5f1cfddf60ac37d1e2fef016c40db50882fe501", - "Addresses": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "AllowedIPs": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "Endpoints": ["77.164.248.136:48541", "10.65.0.27:48541", "172.17.0.1:48541"], + "Key": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "DiscoKey": "discokey:0f17d55eb301b47dc35f6738780de70354570e795c723b73a5ec473847411230", + "Addresses": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "AllowedIPs": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "Endpoints": ["77.164.248.136:33304", "10.65.0.27:33304", "172.17.0.1:33304"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57883}, - {"Proto": "peerapi6", "Port": 57883} + {"Proto": "peerapi4", "Port": 39428}, + {"Proto": "peerapi6", "Port": 39428} ]}, - "Created": "2026-04-09T01:29:55.284681162Z", + "Created": "2026-04-09T08:36:00.910195419Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8431485802989649, - "StableID": "ntgK9Rqdq821CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "DiscoKey": "discokey:b6a21ff7a8e6cc34630d38011663239bfdac39dad38c66a65c70d31b3fd36244", - "Addresses": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "AllowedIPs": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "Endpoints": ["77.164.248.136:47063", "10.65.0.27:47063", "172.17.0.1:47063"], + "ID": 7150632787448250, + "StableID": "ndAeEtzXqx11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:71d08352aa72e55a8b1475e1dae4165c7fcaab24414dd640ea4668192c786e4c", + "Addresses": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "AllowedIPs": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "Endpoints": ["77.164.248.136:48374", "10.65.0.27:48374", "172.17.0.1:48374"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47905}, - {"Proto": "peerapi6", "Port": 47905} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 63154}, + {"Proto": "peerapi6", "Port": 63154} ]}, - "Created": "2026-04-09T01:29:52.584370954Z", + "Created": "2026-04-09T08:36:03.070370451Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7515715996681832, + "StableID": "noJTGf7tg121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "DiscoKey": "discokey:11c25775a15039e586a0329dfa5078d58738a41515166c0b2825feadc2738f18", + "Addresses": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "AllowedIPs": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "Endpoints": ["77.164.248.136:54216", "10.65.0.27:54216", "172.17.0.1:54216"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49795}, + {"Proto": "peerapi6", "Port": 49795} + ]}, + "Created": "2026-04-09T08:36:01.97550764Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7599224287385686, + "StableID": "nVQQxgjhL221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "KeyExpiry": "2026-10-06T08:36:04Z", + "DiscoKey": "discokey:252b513d5106b54574dc38edb74dcf62568003df91d0a8e7ec6bed5dd5dacf4c", + "Addresses": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "AllowedIPs": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 56938}, + {"Proto": "peerapi6", "Port": 56938} + ]}, + "Created": "2026-04-09T08:36:04.404127782Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8953181874109963, + "StableID": "nra5VYuuuC21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "DiscoKey": "discokey:415faa279c2b36f6653674881488082df292af4604d8f2bf3ad1887ef112fb75", + "Addresses": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "AllowedIPs": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "Endpoints": ["77.164.248.136:56046", "10.65.0.27:56046", "172.17.0.1:56046"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 54535}, + {"Proto": "peerapi6", "Port": 54535} + ]}, + "Created": "2026-04-09T08:36:00.369373169Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8992053391766246, + "StableID": "nbTdPhzWDD21CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:d73a1aa5bb0732de49e72988e596fc057557f5b876b6c3a2f4162624fe5de77c", + "Addresses": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "AllowedIPs": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "Endpoints": ["77.164.248.136:35757", "10.65.0.27:35757", "172.17.0.1:35757"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 44597}, + {"Proto": "peerapi6", "Port": 44597} + ]}, + "Created": "2026-04-09T08:36:03.901192661Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12639,27 +12661,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8364628530151648": { - "ID": 8364628530151648, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6622924886220586": { + "ID": 6622924886220586, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12690,21 +12714,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8431485802989649, - "StableID": "ntgK9Rqdq821CNTRL", + "ID": 817685608209458, + "StableID": "nHtYASDLP711CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 8431485802989649, - "Key": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "DiscoKey": "discokey:b6a21ff7a8e6cc34630d38011663239bfdac39dad38c66a65c70d31b3fd36244", - "Addresses": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "AllowedIPs": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "Endpoints": ["77.164.248.136:47063", "10.65.0.27:47063", "172.17.0.1:47063"], + "User": 817685608209458, + "Key": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "DiscoKey": "discokey:e9663d5995ae3a4a921f2a807f80fb625d99db27932904b5b92821ef92263b45", + "Addresses": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "AllowedIPs": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "Endpoints": ["77.164.248.136:60030", "10.65.0.27:60030", "172.17.0.1:60030"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 47905}, - {"Proto": "peerapi6", "Port": 47905}, + {"Proto": "peerapi4", "Port": 49057}, + {"Proto": "peerapi6", "Port": 49057}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:52.584370954Z", + "Created": "2026-04-09T08:35:58.165347838Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12732,300 +12756,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "MachineKey": "mkey:6f6724d178e6c310a18a06eee86137b16f2d4d7dda4c25cab6bb3f9499719f3c", + "NodeKey": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "MachineKey": "mkey:3e2bf238cfec23ead6871d44e994aa881d471467de8552774e9715e145882511", "Peers": [{ - "ID": 11653558558116, - "StableID": "noSi4v7H6111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "DiscoKey": "discokey:f4d04feaf8acebfdd0dcbc2fa6d870f53faebf207cb69fbe0d25e31a69d03e0b", - "Addresses": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "AllowedIPs": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "Endpoints": ["77.164.248.136:58302", "10.65.0.27:58302", "172.17.0.1:58302"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61619}, - {"Proto": "peerapi6", "Port": 61619} - ]}, - "Created": "2026-04-09T01:29:52.019938795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 300148340543930, - "StableID": "nTZZ3WPwL311CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:0f50d1a1ede9b447a49f590c270d2b1ba5f56a847ec431f4f40f90a9d9e9bc50", - "Addresses": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "AllowedIPs": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "Endpoints": ["77.164.248.136:33330", "10.65.0.27:33330", "172.17.0.1:33330"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43088}, - {"Proto": "peerapi6", "Port": 43088} - ]}, - "Created": "2026-04-09T01:29:57.995746667Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1333882443520374, - "StableID": "nP9Ms8q7RB11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "DiscoKey": "discokey:c9f71f15fe2d83a80dc593617b555f7ceafc9303fbdda61f050bbaf284a02533", - "Addresses": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "AllowedIPs": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "Endpoints": ["77.164.248.136:52289", "10.65.0.27:52289", "172.17.0.1:52289"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60800}, - {"Proto": "peerapi6", "Port": 60800} - ]}, - "Created": "2026-04-09T01:29:54.178889556Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2258282181236304, - "StableID": "n1sSE8FndJ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "KeyExpiry": "2026-10-06T01:29:58Z", - "DiscoKey": "discokey:089358c6ac6e2e5982e52b55e7d79a5b36c9e10a234826fda782fc53a11e9f36", - "Addresses": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "AllowedIPs": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37863}, - {"Proto": "peerapi6", "Port": 37863} - ]}, - "Created": "2026-04-09T01:29:58.53612601Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3544674144308040, - "StableID": "nu73yaaPgU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "DiscoKey": "discokey:7d08b05a4977d2b9bf96bffd0134d3d7846f280e561ebadd64d931f19edf266e", - "Addresses": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "AllowedIPs": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "Endpoints": ["77.164.248.136:39118", "10.65.0.27:39118", "172.17.0.1:39118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58344}, - {"Proto": "peerapi6", "Port": 58344} - ]}, - "Created": "2026-04-09T01:29:54.737237432Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4699125701901551, - "StableID": "n2Qssh4Fhd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "DiscoKey": "discokey:aae9629d6fa1340f961933c867f75951b34ac45988ed9ecfc1cf3c49e2935104", - "Addresses": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "AllowedIPs": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "Endpoints": ["77.164.248.136:55634", "10.65.0.27:55634", "172.17.0.1:55634"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39441}, - {"Proto": "peerapi6", "Port": 39441} - ]}, - "Created": "2026-04-09T01:29:56.357637641Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4948785255414333, - "StableID": "nEXihRCKef11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "DiscoKey": "discokey:58e5473690bb606d0664033faa8c5eadc1c78d48bb747aa6de058e90ef4c8453", - "Addresses": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "AllowedIPs": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "Endpoints": ["77.164.248.136:40732", "10.65.0.27:40732", "172.17.0.1:40732"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33817}, - {"Proto": "peerapi6", "Port": 33817} - ]}, - "Created": "2026-04-09T01:29:51.48098584Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4976740123777004, - "StableID": "nok9hPXyrf11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "DiscoKey": "discokey:f0ab16fe5a0ff0252c96ad2540a437a1ba24eebf5d08a2afebcdef2ce8c9052e", - "Addresses": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "AllowedIPs": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "Endpoints": ["77.164.248.136:51215", "10.65.0.27:51215", "172.17.0.1:51215"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41132}, - {"Proto": "peerapi6", "Port": 41132} - ]}, - "Created": "2026-04-09T01:29:55.813581621Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6091374499161390, - "StableID": "nH4RZa5oZp11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "DiscoKey": "discokey:390b2d17e4508e12da63cdd405f4ee9e4c3f6a9459001d4686b9c206f8e58e66", - "Addresses": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "AllowedIPs": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36208}, - {"Proto": "peerapi6", "Port": 36208} - ]}, - "Created": "2026-04-09T01:29:56.909698269Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6586398387168375, - "StableID": "nNGvQzWzRt11CNTRL", + "ID": 209534596912365, + "StableID": "nJK5ps7ud211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "DiscoKey": "discokey:71a80a82dd8fbb40bd0c2ab3fca48342c85da5950233bf097ae1c8d9de4ff71e", - "Addresses": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "AllowedIPs": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "Endpoints": ["77.164.248.136:42325", "10.65.0.27:42325", "172.17.0.1:42325"], + "Key": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "DiscoKey": "discokey:11261260394cb440aa014486b56d18dc79262d4d8768cd89ffbdda0ed4fed46c", + "Addresses": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "AllowedIPs": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "Endpoints": ["77.164.248.136:47318", "10.65.0.27:47318", "172.17.0.1:47318"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59601}, - {"Proto": "peerapi6", "Port": 59601} + {"Proto": "peerapi4", "Port": 46990}, + {"Proto": "peerapi6", "Port": 46990} ]}, - "Created": "2026-04-09T01:29:50.931571207Z", + "Created": "2026-04-09T08:35:56.537441004Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6863633878830971, - "StableID": "n85pTM2Zbv11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:6ad055cc0bbe80eb0aef3caa2911840e3cb44a2e47a4d35f396eb01a476d7c7b", - "Addresses": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "AllowedIPs": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "Endpoints": ["77.164.248.136:60802", "10.65.0.27:60802", "172.17.0.1:60802"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 47063}, - {"Proto": "peerapi6", "Port": 47063} - ]}, - "Created": "2026-04-09T01:29:57.434016413Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7893875485564531, - "StableID": "nYPTMxi9e421CNTRL", + "ID": 835199427892487, + "StableID": "nNLLSpGGX711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "DiscoKey": "discokey:541eecaee32c3b78990b1a4526b104ed148dbeea52fbe4f5d9b26a09f34d9f0b", - "Addresses": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "AllowedIPs": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "Endpoints": ["77.164.248.136:35745", "10.65.0.27:35745", "172.17.0.1:35745"], + "Key": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "DiscoKey": "discokey:26e2e882ca8619d03bca09a462f850224b937ef0082a55901dc31a8d6714e673", + "Addresses": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "AllowedIPs": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "Endpoints": ["77.164.248.136:57159", "10.65.0.27:57159", "172.17.0.1:57159"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55277}, - {"Proto": "peerapi6", "Port": 55277} + {"Proto": "peerapi4", "Port": 61138}, + {"Proto": "peerapi6", "Port": 61138} ]}, - "Created": "2026-04-09T01:29:53.634236592Z", + "Created": "2026-04-09T08:35:59.251841205Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8261269018057917, - "StableID": "nWDsjeXYW721CNTRL", + "ID": 1190498533851217, + "StableID": "nEuQmuNBJA11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "DiscoKey": "discokey:6cc89fdb5eea7c5ace7841c8f65d0521ef28b1e9f81f9209a8da71be7a50a707", + "Addresses": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "AllowedIPs": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "Endpoints": ["77.164.248.136:47553", "10.65.0.27:47553", "172.17.0.1:47553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 40252}, + {"Proto": "peerapi6", "Port": 40252} + ]}, + "Created": "2026-04-09T08:35:59.797958114Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2124346109147624, + "StableID": "nPafBGy7bH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "DiscoKey": "discokey:78017125a7316c2b656d6b5e1ca9265ecf4db60e6a91a75ec816b8673f40961a", + "Addresses": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "AllowedIPs": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "Endpoints": ["77.164.248.136:44596", "10.65.0.27:44596", "172.17.0.1:44596"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 62140}, + {"Proto": "peerapi6", "Port": 62140} + ]}, + "Created": "2026-04-09T08:35:57.082324914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3300992564539371, + "StableID": "nEeCDgU2nS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "DiscoKey": "discokey:ec951514c1382a870285666f38067c9c7561c5e83fc8b3f76683e341ceeaaa60", + "Addresses": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "AllowedIPs": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "Endpoints": ["77.164.248.136:48222", "10.65.0.27:48222", "172.17.0.1:48222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 37406}, + {"Proto": "peerapi6", "Port": 37406} + ]}, + "Created": "2026-04-09T08:35:57.6359484Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4364959932204294, + "StableID": "nHz87Z6u5b11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "DiscoKey": "discokey:4d4567e3bb172a6b53deca48bda21258d93050919d17274af36ba4a17d03024f", + "Addresses": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "AllowedIPs": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "Endpoints": ["77.164.248.136:49750", "10.65.0.27:49750", "172.17.0.1:49750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60611}, + {"Proto": "peerapi6", "Port": 60611} + ]}, + "Created": "2026-04-09T08:36:02.519380144Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5182875401439056, + "StableID": "nVTXJCMLUh11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "DiscoKey": "discokey:1e4d2fb9cfc2bf766351db6ddd452844812725c1c7d010b8d414c4e4c6474863", + "Addresses": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "AllowedIPs": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "Endpoints": ["77.164.248.136:41780", "10.65.0.27:41780", "172.17.0.1:41780"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44971}, + {"Proto": "peerapi6", "Port": 44971} + ]}, + "Created": "2026-04-09T08:36:01.437817101Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5596233959178487, + "StableID": "n6W3aSaYhk11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "DiscoKey": "discokey:db16cf9b7ee8cc1e338a9b3bb5f1cfddf60ac37d1e2fef016c40db50882fe501", - "Addresses": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "AllowedIPs": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "Endpoints": ["77.164.248.136:48541", "10.65.0.27:48541", "172.17.0.1:48541"], + "Key": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "DiscoKey": "discokey:0f17d55eb301b47dc35f6738780de70354570e795c723b73a5ec473847411230", + "Addresses": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "AllowedIPs": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "Endpoints": ["77.164.248.136:33304", "10.65.0.27:33304", "172.17.0.1:33304"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57883}, - {"Proto": "peerapi6", "Port": 57883} + {"Proto": "peerapi4", "Port": 39428}, + {"Proto": "peerapi6", "Port": 39428} ]}, - "Created": "2026-04-09T01:29:55.284681162Z", + "Created": "2026-04-09T08:36:00.910195419Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8364628530151648, - "StableID": "nhMKtEcMK821CNTRL", + "ID": 6622924886220586, + "StableID": "nVNA4N1Yit11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "DiscoKey": "discokey:6cbea021fe66f5c9e7cbb30d4e3dc3e8f381b07dc8a51c2e099513f281cbd65f", - "Addresses": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "AllowedIPs": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "Endpoints": ["77.164.248.136:49441", "10.65.0.27:49441", "172.17.0.1:49441"], + "Key": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "DiscoKey": "discokey:214bb8ac6416ccda4b28b5b3b2bfaab395bdd5756d9d7a276a541810149e5360", + "Addresses": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "AllowedIPs": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "Endpoints": ["77.164.248.136:37613", "10.65.0.27:37613", "172.17.0.1:37613"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60282}, - {"Proto": "peerapi6", "Port": 60282} + {"Proto": "peerapi4", "Port": 49089}, + {"Proto": "peerapi6", "Port": 49089} ]}, - "Created": "2026-04-09T01:29:53.099151584Z", + "Created": "2026-04-09T08:35:58.696299994Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 7150632787448250, + "StableID": "ndAeEtzXqx11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:71d08352aa72e55a8b1475e1dae4165c7fcaab24414dd640ea4668192c786e4c", + "Addresses": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "AllowedIPs": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "Endpoints": ["77.164.248.136:48374", "10.65.0.27:48374", "172.17.0.1:48374"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 63154}, + {"Proto": "peerapi6", "Port": 63154} + ]}, + "Created": "2026-04-09T08:36:03.070370451Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7515715996681832, + "StableID": "noJTGf7tg121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "DiscoKey": "discokey:11c25775a15039e586a0329dfa5078d58738a41515166c0b2825feadc2738f18", + "Addresses": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "AllowedIPs": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "Endpoints": ["77.164.248.136:54216", "10.65.0.27:54216", "172.17.0.1:54216"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49795}, + {"Proto": "peerapi6", "Port": 49795} + ]}, + "Created": "2026-04-09T08:36:01.97550764Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7599224287385686, + "StableID": "nVQQxgjhL221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "KeyExpiry": "2026-10-06T08:36:04Z", + "DiscoKey": "discokey:252b513d5106b54574dc38edb74dcf62568003df91d0a8e7ec6bed5dd5dacf4c", + "Addresses": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "AllowedIPs": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 56938}, + {"Proto": "peerapi6", "Port": 56938} + ]}, + "Created": "2026-04-09T08:36:04.404127782Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8953181874109963, + "StableID": "nra5VYuuuC21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "DiscoKey": "discokey:415faa279c2b36f6653674881488082df292af4604d8f2bf3ad1887ef112fb75", + "Addresses": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "AllowedIPs": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "Endpoints": ["77.164.248.136:56046", "10.65.0.27:56046", "172.17.0.1:56046"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 54535}, + {"Proto": "peerapi6", "Port": 54535} + ]}, + "Created": "2026-04-09T08:36:00.369373169Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8992053391766246, + "StableID": "nbTdPhzWDD21CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:d73a1aa5bb0732de49e72988e596fc057557f5b876b6c3a2f4162624fe5de77c", + "Addresses": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "AllowedIPs": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "Endpoints": ["77.164.248.136:35757", "10.65.0.27:35757", "172.17.0.1:35757"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 44597}, + {"Proto": "peerapi6", "Port": 44597} + ]}, + "Created": "2026-04-09T08:36:03.901192661Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13873,27 +13897,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8431485802989649": { - "ID": 8431485802989649, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "817685608209458": { + "ID": 817685608209458, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13924,26 +13950,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1333882443520374, - "StableID": "nP9Ms8q7RB11CNTRL", + "ID": 1190498533851217, + "StableID": "nEuQmuNBJA11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 1333882443520374, - "Key": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "DiscoKey": "discokey:c9f71f15fe2d83a80dc593617b555f7ceafc9303fbdda61f050bbaf284a02533", - "Addresses": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "AllowedIPs": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "Endpoints": ["77.164.248.136:52289", "10.65.0.27:52289", "172.17.0.1:52289"], + "User": 1190498533851217, + "Key": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "DiscoKey": "discokey:6cc89fdb5eea7c5ace7841c8f65d0521ef28b1e9f81f9209a8da71be7a50a707", + "Addresses": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "AllowedIPs": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "Endpoints": ["77.164.248.136:47553", "10.65.0.27:47553", "172.17.0.1:47553"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 60800}, - {"Proto": "peerapi6", "Port": 60800}, + {"Proto": "peerapi4", "Port": 40252}, + {"Proto": "peerapi6", "Port": 40252}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:54.178889556Z", + "Created": "2026-04-09T08:35:59.797958114Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13971,301 +13997,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "MachineKey": "mkey:e4a17430861ca2eff1e49cf19891d0a552636fd542aee024798c5497547e515e", + "NodeKey": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "MachineKey": "mkey:dcc358298b279c81d0fc54eccf96dec233d9208d2c6b0351c180b736e64abd4c", "Peers": [{ - "ID": 11653558558116, - "StableID": "noSi4v7H6111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "DiscoKey": "discokey:f4d04feaf8acebfdd0dcbc2fa6d870f53faebf207cb69fbe0d25e31a69d03e0b", - "Addresses": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "AllowedIPs": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "Endpoints": ["77.164.248.136:58302", "10.65.0.27:58302", "172.17.0.1:58302"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61619}, - {"Proto": "peerapi6", "Port": 61619} - ]}, - "Created": "2026-04-09T01:29:52.019938795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 300148340543930, - "StableID": "nTZZ3WPwL311CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:0f50d1a1ede9b447a49f590c270d2b1ba5f56a847ec431f4f40f90a9d9e9bc50", - "Addresses": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "AllowedIPs": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "Endpoints": ["77.164.248.136:33330", "10.65.0.27:33330", "172.17.0.1:33330"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43088}, - {"Proto": "peerapi6", "Port": 43088} - ]}, - "Created": "2026-04-09T01:29:57.995746667Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2258282181236304, - "StableID": "n1sSE8FndJ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "KeyExpiry": "2026-10-06T01:29:58Z", - "DiscoKey": "discokey:089358c6ac6e2e5982e52b55e7d79a5b36c9e10a234826fda782fc53a11e9f36", - "Addresses": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "AllowedIPs": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37863}, - {"Proto": "peerapi6", "Port": 37863} - ]}, - "Created": "2026-04-09T01:29:58.53612601Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3544674144308040, - "StableID": "nu73yaaPgU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "DiscoKey": "discokey:7d08b05a4977d2b9bf96bffd0134d3d7846f280e561ebadd64d931f19edf266e", - "Addresses": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "AllowedIPs": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "Endpoints": ["77.164.248.136:39118", "10.65.0.27:39118", "172.17.0.1:39118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58344}, - {"Proto": "peerapi6", "Port": 58344} - ]}, - "Created": "2026-04-09T01:29:54.737237432Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4699125701901551, - "StableID": "n2Qssh4Fhd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "DiscoKey": "discokey:aae9629d6fa1340f961933c867f75951b34ac45988ed9ecfc1cf3c49e2935104", - "Addresses": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "AllowedIPs": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "Endpoints": ["77.164.248.136:55634", "10.65.0.27:55634", "172.17.0.1:55634"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39441}, - {"Proto": "peerapi6", "Port": 39441} - ]}, - "Created": "2026-04-09T01:29:56.357637641Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4948785255414333, - "StableID": "nEXihRCKef11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "DiscoKey": "discokey:58e5473690bb606d0664033faa8c5eadc1c78d48bb747aa6de058e90ef4c8453", - "Addresses": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "AllowedIPs": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "Endpoints": ["77.164.248.136:40732", "10.65.0.27:40732", "172.17.0.1:40732"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33817}, - {"Proto": "peerapi6", "Port": 33817} - ]}, - "Created": "2026-04-09T01:29:51.48098584Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4976740123777004, - "StableID": "nok9hPXyrf11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "DiscoKey": "discokey:f0ab16fe5a0ff0252c96ad2540a437a1ba24eebf5d08a2afebcdef2ce8c9052e", - "Addresses": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "AllowedIPs": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "Endpoints": ["77.164.248.136:51215", "10.65.0.27:51215", "172.17.0.1:51215"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41132}, - {"Proto": "peerapi6", "Port": 41132} - ]}, - "Created": "2026-04-09T01:29:55.813581621Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6091374499161390, - "StableID": "nH4RZa5oZp11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "DiscoKey": "discokey:390b2d17e4508e12da63cdd405f4ee9e4c3f6a9459001d4686b9c206f8e58e66", - "Addresses": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "AllowedIPs": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36208}, - {"Proto": "peerapi6", "Port": 36208} - ]}, - "Created": "2026-04-09T01:29:56.909698269Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6586398387168375, - "StableID": "nNGvQzWzRt11CNTRL", + "ID": 209534596912365, + "StableID": "nJK5ps7ud211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "DiscoKey": "discokey:71a80a82dd8fbb40bd0c2ab3fca48342c85da5950233bf097ae1c8d9de4ff71e", - "Addresses": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "AllowedIPs": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "Endpoints": ["77.164.248.136:42325", "10.65.0.27:42325", "172.17.0.1:42325"], + "Key": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "DiscoKey": "discokey:11261260394cb440aa014486b56d18dc79262d4d8768cd89ffbdda0ed4fed46c", + "Addresses": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "AllowedIPs": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "Endpoints": ["77.164.248.136:47318", "10.65.0.27:47318", "172.17.0.1:47318"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59601}, - {"Proto": "peerapi6", "Port": 59601} + {"Proto": "peerapi4", "Port": 46990}, + {"Proto": "peerapi6", "Port": 46990} ]}, - "Created": "2026-04-09T01:29:50.931571207Z", + "Created": "2026-04-09T08:35:56.537441004Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6863633878830971, - "StableID": "n85pTM2Zbv11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:6ad055cc0bbe80eb0aef3caa2911840e3cb44a2e47a4d35f396eb01a476d7c7b", - "Addresses": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "AllowedIPs": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "Endpoints": ["77.164.248.136:60802", "10.65.0.27:60802", "172.17.0.1:60802"], + "ID": 817685608209458, + "StableID": "nHtYASDLP711CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "DiscoKey": "discokey:e9663d5995ae3a4a921f2a807f80fb625d99db27932904b5b92821ef92263b45", + "Addresses": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "AllowedIPs": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "Endpoints": ["77.164.248.136:60030", "10.65.0.27:60030", "172.17.0.1:60030"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 47063}, - {"Proto": "peerapi6", "Port": 47063} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49057}, + {"Proto": "peerapi6", "Port": 49057} ]}, - "Created": "2026-04-09T01:29:57.434016413Z", + "Created": "2026-04-09T08:35:58.165347838Z", "Cap": 131, + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7893875485564531, - "StableID": "nYPTMxi9e421CNTRL", + "ID": 835199427892487, + "StableID": "nNLLSpGGX711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "DiscoKey": "discokey:541eecaee32c3b78990b1a4526b104ed148dbeea52fbe4f5d9b26a09f34d9f0b", - "Addresses": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "AllowedIPs": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "Endpoints": ["77.164.248.136:35745", "10.65.0.27:35745", "172.17.0.1:35745"], + "Key": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "DiscoKey": "discokey:26e2e882ca8619d03bca09a462f850224b937ef0082a55901dc31a8d6714e673", + "Addresses": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "AllowedIPs": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "Endpoints": ["77.164.248.136:57159", "10.65.0.27:57159", "172.17.0.1:57159"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55277}, - {"Proto": "peerapi6", "Port": 55277} + {"Proto": "peerapi4", "Port": 61138}, + {"Proto": "peerapi6", "Port": 61138} ]}, - "Created": "2026-04-09T01:29:53.634236592Z", + "Created": "2026-04-09T08:35:59.251841205Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8261269018057917, - "StableID": "nWDsjeXYW721CNTRL", + "ID": 2124346109147624, + "StableID": "nPafBGy7bH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "DiscoKey": "discokey:78017125a7316c2b656d6b5e1ca9265ecf4db60e6a91a75ec816b8673f40961a", + "Addresses": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "AllowedIPs": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "Endpoints": ["77.164.248.136:44596", "10.65.0.27:44596", "172.17.0.1:44596"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 62140}, + {"Proto": "peerapi6", "Port": 62140} + ]}, + "Created": "2026-04-09T08:35:57.082324914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3300992564539371, + "StableID": "nEeCDgU2nS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "DiscoKey": "discokey:ec951514c1382a870285666f38067c9c7561c5e83fc8b3f76683e341ceeaaa60", + "Addresses": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "AllowedIPs": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "Endpoints": ["77.164.248.136:48222", "10.65.0.27:48222", "172.17.0.1:48222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 37406}, + {"Proto": "peerapi6", "Port": 37406} + ]}, + "Created": "2026-04-09T08:35:57.6359484Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4364959932204294, + "StableID": "nHz87Z6u5b11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "DiscoKey": "discokey:4d4567e3bb172a6b53deca48bda21258d93050919d17274af36ba4a17d03024f", + "Addresses": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "AllowedIPs": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "Endpoints": ["77.164.248.136:49750", "10.65.0.27:49750", "172.17.0.1:49750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60611}, + {"Proto": "peerapi6", "Port": 60611} + ]}, + "Created": "2026-04-09T08:36:02.519380144Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5182875401439056, + "StableID": "nVTXJCMLUh11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "DiscoKey": "discokey:1e4d2fb9cfc2bf766351db6ddd452844812725c1c7d010b8d414c4e4c6474863", + "Addresses": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "AllowedIPs": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "Endpoints": ["77.164.248.136:41780", "10.65.0.27:41780", "172.17.0.1:41780"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44971}, + {"Proto": "peerapi6", "Port": 44971} + ]}, + "Created": "2026-04-09T08:36:01.437817101Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5596233959178487, + "StableID": "n6W3aSaYhk11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "DiscoKey": "discokey:db16cf9b7ee8cc1e338a9b3bb5f1cfddf60ac37d1e2fef016c40db50882fe501", - "Addresses": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "AllowedIPs": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "Endpoints": ["77.164.248.136:48541", "10.65.0.27:48541", "172.17.0.1:48541"], + "Key": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "DiscoKey": "discokey:0f17d55eb301b47dc35f6738780de70354570e795c723b73a5ec473847411230", + "Addresses": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "AllowedIPs": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "Endpoints": ["77.164.248.136:33304", "10.65.0.27:33304", "172.17.0.1:33304"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57883}, - {"Proto": "peerapi6", "Port": 57883} + {"Proto": "peerapi4", "Port": 39428}, + {"Proto": "peerapi6", "Port": 39428} ]}, - "Created": "2026-04-09T01:29:55.284681162Z", + "Created": "2026-04-09T08:36:00.910195419Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8364628530151648, - "StableID": "nhMKtEcMK821CNTRL", + "ID": 6622924886220586, + "StableID": "nVNA4N1Yit11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "DiscoKey": "discokey:6cbea021fe66f5c9e7cbb30d4e3dc3e8f381b07dc8a51c2e099513f281cbd65f", - "Addresses": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "AllowedIPs": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "Endpoints": ["77.164.248.136:49441", "10.65.0.27:49441", "172.17.0.1:49441"], + "Key": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "DiscoKey": "discokey:214bb8ac6416ccda4b28b5b3b2bfaab395bdd5756d9d7a276a541810149e5360", + "Addresses": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "AllowedIPs": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "Endpoints": ["77.164.248.136:37613", "10.65.0.27:37613", "172.17.0.1:37613"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60282}, - {"Proto": "peerapi6", "Port": 60282} + {"Proto": "peerapi4", "Port": 49089}, + {"Proto": "peerapi6", "Port": 49089} ]}, - "Created": "2026-04-09T01:29:53.099151584Z", + "Created": "2026-04-09T08:35:58.696299994Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8431485802989649, - "StableID": "ntgK9Rqdq821CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "DiscoKey": "discokey:b6a21ff7a8e6cc34630d38011663239bfdac39dad38c66a65c70d31b3fd36244", - "Addresses": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "AllowedIPs": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "Endpoints": ["77.164.248.136:47063", "10.65.0.27:47063", "172.17.0.1:47063"], + "ID": 7150632787448250, + "StableID": "ndAeEtzXqx11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:71d08352aa72e55a8b1475e1dae4165c7fcaab24414dd640ea4668192c786e4c", + "Addresses": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "AllowedIPs": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "Endpoints": ["77.164.248.136:48374", "10.65.0.27:48374", "172.17.0.1:48374"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47905}, - {"Proto": "peerapi6", "Port": 47905} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 63154}, + {"Proto": "peerapi6", "Port": 63154} ]}, - "Created": "2026-04-09T01:29:52.584370954Z", + "Created": "2026-04-09T08:36:03.070370451Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7515715996681832, + "StableID": "noJTGf7tg121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "DiscoKey": "discokey:11c25775a15039e586a0329dfa5078d58738a41515166c0b2825feadc2738f18", + "Addresses": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "AllowedIPs": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "Endpoints": ["77.164.248.136:54216", "10.65.0.27:54216", "172.17.0.1:54216"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49795}, + {"Proto": "peerapi6", "Port": 49795} + ]}, + "Created": "2026-04-09T08:36:01.97550764Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7599224287385686, + "StableID": "nVQQxgjhL221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "KeyExpiry": "2026-10-06T08:36:04Z", + "DiscoKey": "discokey:252b513d5106b54574dc38edb74dcf62568003df91d0a8e7ec6bed5dd5dacf4c", + "Addresses": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "AllowedIPs": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "Endpoints": ["77.164.248.136:36474", "10.65.0.27:36474", "172.17.0.1:36474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 56938}, + {"Proto": "peerapi6", "Port": 56938} + ]}, + "Created": "2026-04-09T08:36:04.404127782Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8953181874109963, + "StableID": "nra5VYuuuC21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "DiscoKey": "discokey:415faa279c2b36f6653674881488082df292af4604d8f2bf3ad1887ef112fb75", + "Addresses": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "AllowedIPs": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "Endpoints": ["77.164.248.136:56046", "10.65.0.27:56046", "172.17.0.1:56046"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 54535}, + {"Proto": "peerapi6", "Port": 54535} + ]}, + "Created": "2026-04-09T08:36:00.369373169Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8992053391766246, + "StableID": "nbTdPhzWDD21CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:d73a1aa5bb0732de49e72988e596fc057557f5b876b6c3a2f4162624fe5de77c", + "Addresses": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "AllowedIPs": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "Endpoints": ["77.164.248.136:35757", "10.65.0.27:35757", "172.17.0.1:35757"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 44597}, + {"Proto": "peerapi6", "Port": 44597} + ]}, + "Created": "2026-04-09T08:36:03.901192661Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15113,27 +15140,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1333882443520374": { - "ID": 1333882443520374, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1190498533851217": { + "ID": 1190498533851217, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15164,26 +15193,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8261269018057917, - "StableID": "nWDsjeXYW721CNTRL", + "ID": 5596233959178487, + "StableID": "n6W3aSaYhk11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 8261269018057917, - "Key": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "DiscoKey": "discokey:db16cf9b7ee8cc1e338a9b3bb5f1cfddf60ac37d1e2fef016c40db50882fe501", - "Addresses": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "AllowedIPs": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "Endpoints": ["77.164.248.136:48541", "10.65.0.27:48541", "172.17.0.1:48541"], + "User": 5596233959178487, + "Key": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "DiscoKey": "discokey:0f17d55eb301b47dc35f6738780de70354570e795c723b73a5ec473847411230", + "Addresses": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "AllowedIPs": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "Endpoints": ["77.164.248.136:33304", "10.65.0.27:33304", "172.17.0.1:33304"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 57883}, - {"Proto": "peerapi6", "Port": 57883}, + {"Proto": "peerapi4", "Port": 39428}, + {"Proto": "peerapi6", "Port": 39428}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:29:55.284681162Z", + "Created": "2026-04-09T08:36:00.910195419Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15211,301 +15240,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "MachineKey": "mkey:aecd9de5d87ee2bd9125928afaf86679534e8e5f566ac39c08a3c54a6f78fc7c", + "NodeKey": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "MachineKey": "mkey:8579896eb47215a4f8f9f00af6a65ccf393f4884b202d15d78296b0e53137c06", "Peers": [{ - "ID": 11653558558116, - "StableID": "noSi4v7H6111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "DiscoKey": "discokey:f4d04feaf8acebfdd0dcbc2fa6d870f53faebf207cb69fbe0d25e31a69d03e0b", - "Addresses": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "AllowedIPs": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "Endpoints": ["77.164.248.136:58302", "10.65.0.27:58302", "172.17.0.1:58302"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61619}, - {"Proto": "peerapi6", "Port": 61619} - ]}, - "Created": "2026-04-09T01:29:52.019938795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 300148340543930, - "StableID": "nTZZ3WPwL311CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:0f50d1a1ede9b447a49f590c270d2b1ba5f56a847ec431f4f40f90a9d9e9bc50", - "Addresses": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "AllowedIPs": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "Endpoints": ["77.164.248.136:33330", "10.65.0.27:33330", "172.17.0.1:33330"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43088}, - {"Proto": "peerapi6", "Port": 43088} - ]}, - "Created": "2026-04-09T01:29:57.995746667Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1333882443520374, - "StableID": "nP9Ms8q7RB11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "DiscoKey": "discokey:c9f71f15fe2d83a80dc593617b555f7ceafc9303fbdda61f050bbaf284a02533", - "Addresses": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "AllowedIPs": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "Endpoints": ["77.164.248.136:52289", "10.65.0.27:52289", "172.17.0.1:52289"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60800}, - {"Proto": "peerapi6", "Port": 60800} - ]}, - "Created": "2026-04-09T01:29:54.178889556Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2258282181236304, - "StableID": "n1sSE8FndJ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "KeyExpiry": "2026-10-06T01:29:58Z", - "DiscoKey": "discokey:089358c6ac6e2e5982e52b55e7d79a5b36c9e10a234826fda782fc53a11e9f36", - "Addresses": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "AllowedIPs": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37863}, - {"Proto": "peerapi6", "Port": 37863} - ]}, - "Created": "2026-04-09T01:29:58.53612601Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3544674144308040, - "StableID": "nu73yaaPgU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "DiscoKey": "discokey:7d08b05a4977d2b9bf96bffd0134d3d7846f280e561ebadd64d931f19edf266e", - "Addresses": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "AllowedIPs": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "Endpoints": ["77.164.248.136:39118", "10.65.0.27:39118", "172.17.0.1:39118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58344}, - {"Proto": "peerapi6", "Port": 58344} - ]}, - "Created": "2026-04-09T01:29:54.737237432Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4699125701901551, - "StableID": "n2Qssh4Fhd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "DiscoKey": "discokey:aae9629d6fa1340f961933c867f75951b34ac45988ed9ecfc1cf3c49e2935104", - "Addresses": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "AllowedIPs": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "Endpoints": ["77.164.248.136:55634", "10.65.0.27:55634", "172.17.0.1:55634"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39441}, - {"Proto": "peerapi6", "Port": 39441} - ]}, - "Created": "2026-04-09T01:29:56.357637641Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4948785255414333, - "StableID": "nEXihRCKef11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "DiscoKey": "discokey:58e5473690bb606d0664033faa8c5eadc1c78d48bb747aa6de058e90ef4c8453", - "Addresses": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "AllowedIPs": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "Endpoints": ["77.164.248.136:40732", "10.65.0.27:40732", "172.17.0.1:40732"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33817}, - {"Proto": "peerapi6", "Port": 33817} - ]}, - "Created": "2026-04-09T01:29:51.48098584Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4976740123777004, - "StableID": "nok9hPXyrf11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "DiscoKey": "discokey:f0ab16fe5a0ff0252c96ad2540a437a1ba24eebf5d08a2afebcdef2ce8c9052e", - "Addresses": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "AllowedIPs": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "Endpoints": ["77.164.248.136:51215", "10.65.0.27:51215", "172.17.0.1:51215"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41132}, - {"Proto": "peerapi6", "Port": 41132} - ]}, - "Created": "2026-04-09T01:29:55.813581621Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6091374499161390, - "StableID": "nH4RZa5oZp11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "DiscoKey": "discokey:390b2d17e4508e12da63cdd405f4ee9e4c3f6a9459001d4686b9c206f8e58e66", - "Addresses": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "AllowedIPs": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36208}, - {"Proto": "peerapi6", "Port": 36208} - ]}, - "Created": "2026-04-09T01:29:56.909698269Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6586398387168375, - "StableID": "nNGvQzWzRt11CNTRL", + "ID": 209534596912365, + "StableID": "nJK5ps7ud211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "DiscoKey": "discokey:71a80a82dd8fbb40bd0c2ab3fca48342c85da5950233bf097ae1c8d9de4ff71e", - "Addresses": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "AllowedIPs": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "Endpoints": ["77.164.248.136:42325", "10.65.0.27:42325", "172.17.0.1:42325"], + "Key": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "DiscoKey": "discokey:11261260394cb440aa014486b56d18dc79262d4d8768cd89ffbdda0ed4fed46c", + "Addresses": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "AllowedIPs": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "Endpoints": ["77.164.248.136:47318", "10.65.0.27:47318", "172.17.0.1:47318"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59601}, - {"Proto": "peerapi6", "Port": 59601} + {"Proto": "peerapi4", "Port": 46990}, + {"Proto": "peerapi6", "Port": 46990} ]}, - "Created": "2026-04-09T01:29:50.931571207Z", + "Created": "2026-04-09T08:35:56.537441004Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6863633878830971, - "StableID": "n85pTM2Zbv11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:6ad055cc0bbe80eb0aef3caa2911840e3cb44a2e47a4d35f396eb01a476d7c7b", - "Addresses": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "AllowedIPs": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "Endpoints": ["77.164.248.136:60802", "10.65.0.27:60802", "172.17.0.1:60802"], + "ID": 817685608209458, + "StableID": "nHtYASDLP711CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "DiscoKey": "discokey:e9663d5995ae3a4a921f2a807f80fb625d99db27932904b5b92821ef92263b45", + "Addresses": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "AllowedIPs": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "Endpoints": ["77.164.248.136:60030", "10.65.0.27:60030", "172.17.0.1:60030"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 47063}, - {"Proto": "peerapi6", "Port": 47063} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49057}, + {"Proto": "peerapi6", "Port": 49057} ]}, - "Created": "2026-04-09T01:29:57.434016413Z", + "Created": "2026-04-09T08:35:58.165347838Z", "Cap": 131, + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7893875485564531, - "StableID": "nYPTMxi9e421CNTRL", + "ID": 835199427892487, + "StableID": "nNLLSpGGX711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "DiscoKey": "discokey:541eecaee32c3b78990b1a4526b104ed148dbeea52fbe4f5d9b26a09f34d9f0b", - "Addresses": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "AllowedIPs": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "Endpoints": ["77.164.248.136:35745", "10.65.0.27:35745", "172.17.0.1:35745"], + "Key": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "DiscoKey": "discokey:26e2e882ca8619d03bca09a462f850224b937ef0082a55901dc31a8d6714e673", + "Addresses": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "AllowedIPs": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "Endpoints": ["77.164.248.136:57159", "10.65.0.27:57159", "172.17.0.1:57159"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55277}, - {"Proto": "peerapi6", "Port": 55277} + {"Proto": "peerapi4", "Port": 61138}, + {"Proto": "peerapi6", "Port": 61138} ]}, - "Created": "2026-04-09T01:29:53.634236592Z", + "Created": "2026-04-09T08:35:59.251841205Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8364628530151648, - "StableID": "nhMKtEcMK821CNTRL", + "ID": 1190498533851217, + "StableID": "nEuQmuNBJA11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "DiscoKey": "discokey:6cc89fdb5eea7c5ace7841c8f65d0521ef28b1e9f81f9209a8da71be7a50a707", + "Addresses": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "AllowedIPs": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "Endpoints": ["77.164.248.136:47553", "10.65.0.27:47553", "172.17.0.1:47553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 40252}, + {"Proto": "peerapi6", "Port": 40252} + ]}, + "Created": "2026-04-09T08:35:59.797958114Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2124346109147624, + "StableID": "nPafBGy7bH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "DiscoKey": "discokey:78017125a7316c2b656d6b5e1ca9265ecf4db60e6a91a75ec816b8673f40961a", + "Addresses": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "AllowedIPs": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "Endpoints": ["77.164.248.136:44596", "10.65.0.27:44596", "172.17.0.1:44596"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 62140}, + {"Proto": "peerapi6", "Port": 62140} + ]}, + "Created": "2026-04-09T08:35:57.082324914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3300992564539371, + "StableID": "nEeCDgU2nS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "DiscoKey": "discokey:ec951514c1382a870285666f38067c9c7561c5e83fc8b3f76683e341ceeaaa60", + "Addresses": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "AllowedIPs": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "Endpoints": ["77.164.248.136:48222", "10.65.0.27:48222", "172.17.0.1:48222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 37406}, + {"Proto": "peerapi6", "Port": 37406} + ]}, + "Created": "2026-04-09T08:35:57.6359484Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4364959932204294, + "StableID": "nHz87Z6u5b11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "DiscoKey": "discokey:4d4567e3bb172a6b53deca48bda21258d93050919d17274af36ba4a17d03024f", + "Addresses": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "AllowedIPs": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "Endpoints": ["77.164.248.136:49750", "10.65.0.27:49750", "172.17.0.1:49750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60611}, + {"Proto": "peerapi6", "Port": 60611} + ]}, + "Created": "2026-04-09T08:36:02.519380144Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5182875401439056, + "StableID": "nVTXJCMLUh11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "DiscoKey": "discokey:1e4d2fb9cfc2bf766351db6ddd452844812725c1c7d010b8d414c4e4c6474863", + "Addresses": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "AllowedIPs": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "Endpoints": ["77.164.248.136:41780", "10.65.0.27:41780", "172.17.0.1:41780"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44971}, + {"Proto": "peerapi6", "Port": 44971} + ]}, + "Created": "2026-04-09T08:36:01.437817101Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6622924886220586, + "StableID": "nVNA4N1Yit11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "DiscoKey": "discokey:6cbea021fe66f5c9e7cbb30d4e3dc3e8f381b07dc8a51c2e099513f281cbd65f", - "Addresses": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "AllowedIPs": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "Endpoints": ["77.164.248.136:49441", "10.65.0.27:49441", "172.17.0.1:49441"], + "Key": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "DiscoKey": "discokey:214bb8ac6416ccda4b28b5b3b2bfaab395bdd5756d9d7a276a541810149e5360", + "Addresses": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "AllowedIPs": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "Endpoints": ["77.164.248.136:37613", "10.65.0.27:37613", "172.17.0.1:37613"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60282}, - {"Proto": "peerapi6", "Port": 60282} + {"Proto": "peerapi4", "Port": 49089}, + {"Proto": "peerapi6", "Port": 49089} ]}, - "Created": "2026-04-09T01:29:53.099151584Z", + "Created": "2026-04-09T08:35:58.696299994Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8431485802989649, - "StableID": "ntgK9Rqdq821CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "DiscoKey": "discokey:b6a21ff7a8e6cc34630d38011663239bfdac39dad38c66a65c70d31b3fd36244", - "Addresses": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "AllowedIPs": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "Endpoints": ["77.164.248.136:47063", "10.65.0.27:47063", "172.17.0.1:47063"], + "ID": 7150632787448250, + "StableID": "ndAeEtzXqx11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:71d08352aa72e55a8b1475e1dae4165c7fcaab24414dd640ea4668192c786e4c", + "Addresses": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "AllowedIPs": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "Endpoints": ["77.164.248.136:48374", "10.65.0.27:48374", "172.17.0.1:48374"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47905}, - {"Proto": "peerapi6", "Port": 47905} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 63154}, + {"Proto": "peerapi6", "Port": 63154} ]}, - "Created": "2026-04-09T01:29:52.584370954Z", + "Created": "2026-04-09T08:36:03.070370451Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7515715996681832, + "StableID": "noJTGf7tg121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "DiscoKey": "discokey:11c25775a15039e586a0329dfa5078d58738a41515166c0b2825feadc2738f18", + "Addresses": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "AllowedIPs": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "Endpoints": ["77.164.248.136:54216", "10.65.0.27:54216", "172.17.0.1:54216"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49795}, + {"Proto": "peerapi6", "Port": 49795} + ]}, + "Created": "2026-04-09T08:36:01.97550764Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7599224287385686, + "StableID": "nVQQxgjhL221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "KeyExpiry": "2026-10-06T08:36:04Z", + "DiscoKey": "discokey:252b513d5106b54574dc38edb74dcf62568003df91d0a8e7ec6bed5dd5dacf4c", + "Addresses": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "AllowedIPs": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "Endpoints": ["77.164.248.136:36474", "10.65.0.27:36474", "172.17.0.1:36474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 56938}, + {"Proto": "peerapi6", "Port": 56938} + ]}, + "Created": "2026-04-09T08:36:04.404127782Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8953181874109963, + "StableID": "nra5VYuuuC21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "DiscoKey": "discokey:415faa279c2b36f6653674881488082df292af4604d8f2bf3ad1887ef112fb75", + "Addresses": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "AllowedIPs": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "Endpoints": ["77.164.248.136:56046", "10.65.0.27:56046", "172.17.0.1:56046"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 54535}, + {"Proto": "peerapi6", "Port": 54535} + ]}, + "Created": "2026-04-09T08:36:00.369373169Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8992053391766246, + "StableID": "nbTdPhzWDD21CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:d73a1aa5bb0732de49e72988e596fc057557f5b876b6c3a2f4162624fe5de77c", + "Addresses": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "AllowedIPs": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "Endpoints": ["77.164.248.136:35757", "10.65.0.27:35757", "172.17.0.1:35757"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 44597}, + {"Proto": "peerapi6", "Port": 44597} + ]}, + "Created": "2026-04-09T08:36:03.901192661Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16353,27 +16383,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8261269018057917": { - "ID": 8261269018057917, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5596233959178487": { + "ID": 5596233959178487, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16404,22 +16436,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 300148340543930, - "StableID": "nTZZ3WPwL311CNTRL", + "ID": 8992053391766246, + "StableID": "nbTdPhzWDD21CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:0f50d1a1ede9b447a49f590c270d2b1ba5f56a847ec431f4f40f90a9d9e9bc50", - "Addresses": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "AllowedIPs": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "Endpoints": ["77.164.248.136:33330", "10.65.0.27:33330", "172.17.0.1:33330"], + "Key": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:d73a1aa5bb0732de49e72988e596fc057557f5b876b6c3a2f4162624fe5de77c", + "Addresses": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "AllowedIPs": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "Endpoints": ["77.164.248.136:35757", "10.65.0.27:35757", "172.17.0.1:35757"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43088}, - {"Proto": "peerapi6", "Port": 43088}, + {"Proto": "peerapi4", "Port": 44597}, + {"Proto": "peerapi6", "Port": 44597}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:57.995746667Z", + "Created": "2026-04-09T08:36:03.901192661Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16446,301 +16478,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "MachineKey": "mkey:0e344f07159f20cd58525fe2b38686da9a6c568b26a8d46cb08a573707073a68", + "NodeKey": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "MachineKey": "mkey:707d61a830298b0b0e93c08e7c4a4664d777ae95c7e1b15e37c32ecf2bc6a825", "Peers": [{ - "ID": 11653558558116, - "StableID": "noSi4v7H6111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "DiscoKey": "discokey:f4d04feaf8acebfdd0dcbc2fa6d870f53faebf207cb69fbe0d25e31a69d03e0b", - "Addresses": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "AllowedIPs": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "Endpoints": ["77.164.248.136:58302", "10.65.0.27:58302", "172.17.0.1:58302"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61619}, - {"Proto": "peerapi6", "Port": 61619} - ]}, - "Created": "2026-04-09T01:29:52.019938795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 1333882443520374, - "StableID": "nP9Ms8q7RB11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "DiscoKey": "discokey:c9f71f15fe2d83a80dc593617b555f7ceafc9303fbdda61f050bbaf284a02533", - "Addresses": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "AllowedIPs": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "Endpoints": ["77.164.248.136:52289", "10.65.0.27:52289", "172.17.0.1:52289"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60800}, - {"Proto": "peerapi6", "Port": 60800} - ]}, - "Created": "2026-04-09T01:29:54.178889556Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2258282181236304, - "StableID": "n1sSE8FndJ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "KeyExpiry": "2026-10-06T01:29:58Z", - "DiscoKey": "discokey:089358c6ac6e2e5982e52b55e7d79a5b36c9e10a234826fda782fc53a11e9f36", - "Addresses": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "AllowedIPs": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37863}, - {"Proto": "peerapi6", "Port": 37863} - ]}, - "Created": "2026-04-09T01:29:58.53612601Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3544674144308040, - "StableID": "nu73yaaPgU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "DiscoKey": "discokey:7d08b05a4977d2b9bf96bffd0134d3d7846f280e561ebadd64d931f19edf266e", - "Addresses": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "AllowedIPs": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "Endpoints": ["77.164.248.136:39118", "10.65.0.27:39118", "172.17.0.1:39118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58344}, - {"Proto": "peerapi6", "Port": 58344} - ]}, - "Created": "2026-04-09T01:29:54.737237432Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4699125701901551, - "StableID": "n2Qssh4Fhd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "DiscoKey": "discokey:aae9629d6fa1340f961933c867f75951b34ac45988ed9ecfc1cf3c49e2935104", - "Addresses": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "AllowedIPs": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "Endpoints": ["77.164.248.136:55634", "10.65.0.27:55634", "172.17.0.1:55634"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39441}, - {"Proto": "peerapi6", "Port": 39441} - ]}, - "Created": "2026-04-09T01:29:56.357637641Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4948785255414333, - "StableID": "nEXihRCKef11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "DiscoKey": "discokey:58e5473690bb606d0664033faa8c5eadc1c78d48bb747aa6de058e90ef4c8453", - "Addresses": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "AllowedIPs": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "Endpoints": ["77.164.248.136:40732", "10.65.0.27:40732", "172.17.0.1:40732"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33817}, - {"Proto": "peerapi6", "Port": 33817} - ]}, - "Created": "2026-04-09T01:29:51.48098584Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4976740123777004, - "StableID": "nok9hPXyrf11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "DiscoKey": "discokey:f0ab16fe5a0ff0252c96ad2540a437a1ba24eebf5d08a2afebcdef2ce8c9052e", - "Addresses": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "AllowedIPs": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "Endpoints": ["77.164.248.136:51215", "10.65.0.27:51215", "172.17.0.1:51215"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41132}, - {"Proto": "peerapi6", "Port": 41132} - ]}, - "Created": "2026-04-09T01:29:55.813581621Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6091374499161390, - "StableID": "nH4RZa5oZp11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "DiscoKey": "discokey:390b2d17e4508e12da63cdd405f4ee9e4c3f6a9459001d4686b9c206f8e58e66", - "Addresses": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "AllowedIPs": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36208}, - {"Proto": "peerapi6", "Port": 36208} - ]}, - "Created": "2026-04-09T01:29:56.909698269Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6586398387168375, - "StableID": "nNGvQzWzRt11CNTRL", + "ID": 209534596912365, + "StableID": "nJK5ps7ud211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "DiscoKey": "discokey:71a80a82dd8fbb40bd0c2ab3fca48342c85da5950233bf097ae1c8d9de4ff71e", - "Addresses": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "AllowedIPs": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "Endpoints": ["77.164.248.136:42325", "10.65.0.27:42325", "172.17.0.1:42325"], + "Key": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "DiscoKey": "discokey:11261260394cb440aa014486b56d18dc79262d4d8768cd89ffbdda0ed4fed46c", + "Addresses": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "AllowedIPs": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "Endpoints": ["77.164.248.136:47318", "10.65.0.27:47318", "172.17.0.1:47318"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59601}, - {"Proto": "peerapi6", "Port": 59601} + {"Proto": "peerapi4", "Port": 46990}, + {"Proto": "peerapi6", "Port": 46990} ]}, - "Created": "2026-04-09T01:29:50.931571207Z", + "Created": "2026-04-09T08:35:56.537441004Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6863633878830971, - "StableID": "n85pTM2Zbv11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:6ad055cc0bbe80eb0aef3caa2911840e3cb44a2e47a4d35f396eb01a476d7c7b", - "Addresses": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "AllowedIPs": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "Endpoints": ["77.164.248.136:60802", "10.65.0.27:60802", "172.17.0.1:60802"], + "ID": 817685608209458, + "StableID": "nHtYASDLP711CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "DiscoKey": "discokey:e9663d5995ae3a4a921f2a807f80fb625d99db27932904b5b92821ef92263b45", + "Addresses": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "AllowedIPs": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "Endpoints": ["77.164.248.136:60030", "10.65.0.27:60030", "172.17.0.1:60030"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 47063}, - {"Proto": "peerapi6", "Port": 47063} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49057}, + {"Proto": "peerapi6", "Port": 49057} ]}, - "Created": "2026-04-09T01:29:57.434016413Z", + "Created": "2026-04-09T08:35:58.165347838Z", "Cap": 131, + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7893875485564531, - "StableID": "nYPTMxi9e421CNTRL", + "ID": 835199427892487, + "StableID": "nNLLSpGGX711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "DiscoKey": "discokey:541eecaee32c3b78990b1a4526b104ed148dbeea52fbe4f5d9b26a09f34d9f0b", - "Addresses": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "AllowedIPs": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "Endpoints": ["77.164.248.136:35745", "10.65.0.27:35745", "172.17.0.1:35745"], + "Key": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "DiscoKey": "discokey:26e2e882ca8619d03bca09a462f850224b937ef0082a55901dc31a8d6714e673", + "Addresses": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "AllowedIPs": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "Endpoints": ["77.164.248.136:57159", "10.65.0.27:57159", "172.17.0.1:57159"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55277}, - {"Proto": "peerapi6", "Port": 55277} + {"Proto": "peerapi4", "Port": 61138}, + {"Proto": "peerapi6", "Port": 61138} ]}, - "Created": "2026-04-09T01:29:53.634236592Z", + "Created": "2026-04-09T08:35:59.251841205Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8261269018057917, - "StableID": "nWDsjeXYW721CNTRL", + "ID": 1190498533851217, + "StableID": "nEuQmuNBJA11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "DiscoKey": "discokey:6cc89fdb5eea7c5ace7841c8f65d0521ef28b1e9f81f9209a8da71be7a50a707", + "Addresses": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "AllowedIPs": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "Endpoints": ["77.164.248.136:47553", "10.65.0.27:47553", "172.17.0.1:47553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 40252}, + {"Proto": "peerapi6", "Port": 40252} + ]}, + "Created": "2026-04-09T08:35:59.797958114Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2124346109147624, + "StableID": "nPafBGy7bH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "DiscoKey": "discokey:78017125a7316c2b656d6b5e1ca9265ecf4db60e6a91a75ec816b8673f40961a", + "Addresses": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "AllowedIPs": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "Endpoints": ["77.164.248.136:44596", "10.65.0.27:44596", "172.17.0.1:44596"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 62140}, + {"Proto": "peerapi6", "Port": 62140} + ]}, + "Created": "2026-04-09T08:35:57.082324914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3300992564539371, + "StableID": "nEeCDgU2nS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "DiscoKey": "discokey:ec951514c1382a870285666f38067c9c7561c5e83fc8b3f76683e341ceeaaa60", + "Addresses": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "AllowedIPs": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "Endpoints": ["77.164.248.136:48222", "10.65.0.27:48222", "172.17.0.1:48222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 37406}, + {"Proto": "peerapi6", "Port": 37406} + ]}, + "Created": "2026-04-09T08:35:57.6359484Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4364959932204294, + "StableID": "nHz87Z6u5b11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "DiscoKey": "discokey:4d4567e3bb172a6b53deca48bda21258d93050919d17274af36ba4a17d03024f", + "Addresses": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "AllowedIPs": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "Endpoints": ["77.164.248.136:49750", "10.65.0.27:49750", "172.17.0.1:49750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60611}, + {"Proto": "peerapi6", "Port": 60611} + ]}, + "Created": "2026-04-09T08:36:02.519380144Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5182875401439056, + "StableID": "nVTXJCMLUh11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "DiscoKey": "discokey:1e4d2fb9cfc2bf766351db6ddd452844812725c1c7d010b8d414c4e4c6474863", + "Addresses": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "AllowedIPs": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "Endpoints": ["77.164.248.136:41780", "10.65.0.27:41780", "172.17.0.1:41780"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44971}, + {"Proto": "peerapi6", "Port": 44971} + ]}, + "Created": "2026-04-09T08:36:01.437817101Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5596233959178487, + "StableID": "n6W3aSaYhk11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "DiscoKey": "discokey:db16cf9b7ee8cc1e338a9b3bb5f1cfddf60ac37d1e2fef016c40db50882fe501", - "Addresses": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "AllowedIPs": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "Endpoints": ["77.164.248.136:48541", "10.65.0.27:48541", "172.17.0.1:48541"], + "Key": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "DiscoKey": "discokey:0f17d55eb301b47dc35f6738780de70354570e795c723b73a5ec473847411230", + "Addresses": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "AllowedIPs": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "Endpoints": ["77.164.248.136:33304", "10.65.0.27:33304", "172.17.0.1:33304"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57883}, - {"Proto": "peerapi6", "Port": 57883} + {"Proto": "peerapi4", "Port": 39428}, + {"Proto": "peerapi6", "Port": 39428} ]}, - "Created": "2026-04-09T01:29:55.284681162Z", + "Created": "2026-04-09T08:36:00.910195419Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8364628530151648, - "StableID": "nhMKtEcMK821CNTRL", + "ID": 6622924886220586, + "StableID": "nVNA4N1Yit11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "DiscoKey": "discokey:6cbea021fe66f5c9e7cbb30d4e3dc3e8f381b07dc8a51c2e099513f281cbd65f", - "Addresses": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "AllowedIPs": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "Endpoints": ["77.164.248.136:49441", "10.65.0.27:49441", "172.17.0.1:49441"], + "Key": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "DiscoKey": "discokey:214bb8ac6416ccda4b28b5b3b2bfaab395bdd5756d9d7a276a541810149e5360", + "Addresses": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "AllowedIPs": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "Endpoints": ["77.164.248.136:37613", "10.65.0.27:37613", "172.17.0.1:37613"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60282}, - {"Proto": "peerapi6", "Port": 60282} + {"Proto": "peerapi4", "Port": 49089}, + {"Proto": "peerapi6", "Port": 49089} ]}, - "Created": "2026-04-09T01:29:53.099151584Z", + "Created": "2026-04-09T08:35:58.696299994Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8431485802989649, - "StableID": "ntgK9Rqdq821CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "DiscoKey": "discokey:b6a21ff7a8e6cc34630d38011663239bfdac39dad38c66a65c70d31b3fd36244", - "Addresses": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "AllowedIPs": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "Endpoints": ["77.164.248.136:47063", "10.65.0.27:47063", "172.17.0.1:47063"], + "ID": 7150632787448250, + "StableID": "ndAeEtzXqx11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:71d08352aa72e55a8b1475e1dae4165c7fcaab24414dd640ea4668192c786e4c", + "Addresses": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "AllowedIPs": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47905}, - {"Proto": "peerapi6", "Port": 47905} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 63154}, + {"Proto": "peerapi6", "Port": 63154} ]}, - "Created": "2026-04-09T01:29:52.584370954Z", + "Created": "2026-04-09T08:36:03.070370451Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7515715996681832, + "StableID": "noJTGf7tg121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "DiscoKey": "discokey:11c25775a15039e586a0329dfa5078d58738a41515166c0b2825feadc2738f18", + "Addresses": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "AllowedIPs": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "Endpoints": ["77.164.248.136:54216", "10.65.0.27:54216", "172.17.0.1:54216"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49795}, + {"Proto": "peerapi6", "Port": 49795} + ]}, + "Created": "2026-04-09T08:36:01.97550764Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7599224287385686, + "StableID": "nVQQxgjhL221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "KeyExpiry": "2026-10-06T08:36:04Z", + "DiscoKey": "discokey:252b513d5106b54574dc38edb74dcf62568003df91d0a8e7ec6bed5dd5dacf4c", + "Addresses": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "AllowedIPs": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "Endpoints": ["77.164.248.136:36474", "10.65.0.27:36474", "172.17.0.1:36474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 56938}, + {"Proto": "peerapi6", "Port": 56938} + ]}, + "Created": "2026-04-09T08:36:04.404127782Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8953181874109963, + "StableID": "nra5VYuuuC21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "DiscoKey": "discokey:415faa279c2b36f6653674881488082df292af4604d8f2bf3ad1887ef112fb75", + "Addresses": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "AllowedIPs": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "Endpoints": ["77.164.248.136:56046", "10.65.0.27:56046", "172.17.0.1:56046"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 54535}, + {"Proto": "peerapi6", "Port": 54535} + ]}, + "Created": "2026-04-09T08:36:00.369373169Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16768,7 +16800,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.126.233.13"}, {"nodeIP": "fd7a:115c:a1e0::b237:e90d"}], + "principals": [{"nodeIP": "100.77.201.117"}, {"nodeIP": "fd7a:115c:a1e0::a837:c975"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -16777,7 +16809,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.126.233.13"}, {"nodeIP": "fd7a:115c:a1e0::b237:e90d"}], + "principals": [{"nodeIP": "100.77.201.117"}, {"nodeIP": "fd7a:115c:a1e0::a837:c975"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17606,26 +17638,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.126.233.13"}, {"nodeIP": "fd7a:115c:a1e0::b237:e90d"}], + "principals": [{"nodeIP": "100.77.201.117"}, {"nodeIP": "fd7a:115c:a1e0::a837:c975"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -17634,7 +17667,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.126.233.13"}, {"nodeIP": "fd7a:115c:a1e0::b237:e90d"}], + "principals": [{"nodeIP": "100.77.201.117"}, {"nodeIP": "fd7a:115c:a1e0::a837:c975"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17671,21 +17704,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4976740123777004, - "StableID": "nok9hPXyrf11CNTRL", + "ID": 5182875401439056, + "StableID": "nVTXJCMLUh11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 4976740123777004, - "Key": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "DiscoKey": "discokey:f0ab16fe5a0ff0252c96ad2540a437a1ba24eebf5d08a2afebcdef2ce8c9052e", - "Addresses": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "AllowedIPs": ["100.94.234.81/32", "fd7a:115c:a1e0::8937:ea51/128"], - "Endpoints": ["77.164.248.136:51215", "10.65.0.27:51215", "172.17.0.1:51215"], + "User": 5182875401439056, + "Key": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "DiscoKey": "discokey:1e4d2fb9cfc2bf766351db6ddd452844812725c1c7d010b8d414c4e4c6474863", + "Addresses": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "AllowedIPs": ["100.112.190.92/32", "fd7a:115c:a1e0::5237:be5c/128"], + "Endpoints": ["77.164.248.136:41780", "10.65.0.27:41780", "172.17.0.1:41780"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 41132}, - {"Proto": "peerapi6", "Port": 41132}, + {"Proto": "peerapi4", "Port": 44971}, + {"Proto": "peerapi6", "Port": 44971}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:29:55.813581621Z", + "Created": "2026-04-09T08:36:01.437817101Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17713,300 +17746,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:dd0239a531e71ce16b058110d1c17b147f651051247ffd05c37cb110891eea50", - "MachineKey": "mkey:8a3a0697729fda9f0a0ccce4da9c5319beda4b9e23c423e6019699a7af8eba5c", + "NodeKey": "nodekey:efe10c4343461cabe47a079e7466af258c3f3da7d896d402c7fd77565270be5b", + "MachineKey": "mkey:f9628574325ec5a3413abee9f8ad70540836ab779528d4ec9cb769a3ccc97a4b", "Peers": [{ - "ID": 11653558558116, - "StableID": "noSi4v7H6111CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d62b4b5726abebbafb4e876730e0d653f33222784b1333f7aa0628d502e5bc12", - "DiscoKey": "discokey:f4d04feaf8acebfdd0dcbc2fa6d870f53faebf207cb69fbe0d25e31a69d03e0b", - "Addresses": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "AllowedIPs": ["100.101.188.19/32", "fd7a:115c:a1e0::237:bc13/128"], - "Endpoints": ["77.164.248.136:58302", "10.65.0.27:58302", "172.17.0.1:58302"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61619}, - {"Proto": "peerapi6", "Port": 61619} - ]}, - "Created": "2026-04-09T01:29:52.019938795Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 300148340543930, - "StableID": "nTZZ3WPwL311CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:4f4c4349d1229390e655bc8a348029543dc85417b68ef126eb5c81b3b27ee90c", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:0f50d1a1ede9b447a49f590c270d2b1ba5f56a847ec431f4f40f90a9d9e9bc50", - "Addresses": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "AllowedIPs": ["100.126.233.13/32", "fd7a:115c:a1e0::b237:e90d/128"], - "Endpoints": ["77.164.248.136:33330", "10.65.0.27:33330", "172.17.0.1:33330"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43088}, - {"Proto": "peerapi6", "Port": 43088} - ]}, - "Created": "2026-04-09T01:29:57.995746667Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1333882443520374, - "StableID": "nP9Ms8q7RB11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aab1d7cc8a6a9b662991806c003a7ed2b65a290d783e9ff563ef3cf56ed136b", - "DiscoKey": "discokey:c9f71f15fe2d83a80dc593617b555f7ceafc9303fbdda61f050bbaf284a02533", - "Addresses": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "AllowedIPs": ["100.109.19.108/32", "fd7a:115c:a1e0::5637:136c/128"], - "Endpoints": ["77.164.248.136:52289", "10.65.0.27:52289", "172.17.0.1:52289"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60800}, - {"Proto": "peerapi6", "Port": 60800} - ]}, - "Created": "2026-04-09T01:29:54.178889556Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2258282181236304, - "StableID": "n1sSE8FndJ11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f1a160a2c8170e0f91dcf5cb619f1dbee011a2210b270b24aad3de56c559b022", - "KeyExpiry": "2026-10-06T01:29:58Z", - "DiscoKey": "discokey:089358c6ac6e2e5982e52b55e7d79a5b36c9e10a234826fda782fc53a11e9f36", - "Addresses": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "AllowedIPs": ["100.89.176.35/32", "fd7a:115c:a1e0::c537:b023/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37863}, - {"Proto": "peerapi6", "Port": 37863} - ]}, - "Created": "2026-04-09T01:29:58.53612601Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3544674144308040, - "StableID": "nu73yaaPgU11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:54a7f9c9c60abbfad8d93fc97d010dcc87a7e383ab39c8610951e5692aff2161", - "DiscoKey": "discokey:7d08b05a4977d2b9bf96bffd0134d3d7846f280e561ebadd64d931f19edf266e", - "Addresses": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "AllowedIPs": ["100.127.33.98/32", "fd7a:115c:a1e0::2a37:2162/128"], - "Endpoints": ["77.164.248.136:39118", "10.65.0.27:39118", "172.17.0.1:39118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58344}, - {"Proto": "peerapi6", "Port": 58344} - ]}, - "Created": "2026-04-09T01:29:54.737237432Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4699125701901551, - "StableID": "n2Qssh4Fhd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f90fe9161f74c4674ed6e71a58064f2a5f49dbd6dfd2e1312d40781789c0f30c", - "DiscoKey": "discokey:aae9629d6fa1340f961933c867f75951b34ac45988ed9ecfc1cf3c49e2935104", - "Addresses": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "AllowedIPs": ["100.64.243.13/32", "fd7a:115c:a1e0::8937:f30d/128"], - "Endpoints": ["77.164.248.136:55634", "10.65.0.27:55634", "172.17.0.1:55634"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 39441}, - {"Proto": "peerapi6", "Port": 39441} - ]}, - "Created": "2026-04-09T01:29:56.357637641Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4948785255414333, - "StableID": "nEXihRCKef11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:468af7f6c415ade0c5e66b2ace3b83cdbd0b39acdd7c478b4f8046465077535c", - "DiscoKey": "discokey:58e5473690bb606d0664033faa8c5eadc1c78d48bb747aa6de058e90ef4c8453", - "Addresses": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "AllowedIPs": ["100.119.83.93/32", "fd7a:115c:a1e0::5037:535d/128"], - "Endpoints": ["77.164.248.136:40732", "10.65.0.27:40732", "172.17.0.1:40732"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33817}, - {"Proto": "peerapi6", "Port": 33817} - ]}, - "Created": "2026-04-09T01:29:51.48098584Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6091374499161390, - "StableID": "nH4RZa5oZp11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8cffdc0aaa239dd2c12cbb174fd93d68c82b699add323f86bdca549a788c2173", - "DiscoKey": "discokey:390b2d17e4508e12da63cdd405f4ee9e4c3f6a9459001d4686b9c206f8e58e66", - "Addresses": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "AllowedIPs": ["100.76.33.116/32", "fd7a:115c:a1e0::7837:2174/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36208}, - {"Proto": "peerapi6", "Port": 36208} - ]}, - "Created": "2026-04-09T01:29:56.909698269Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6586398387168375, - "StableID": "nNGvQzWzRt11CNTRL", + "ID": 209534596912365, + "StableID": "nJK5ps7ud211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49a44993ddf24a86333da00249f8b5c4b295e149a591a2322e836207daa3857a", - "DiscoKey": "discokey:71a80a82dd8fbb40bd0c2ab3fca48342c85da5950233bf097ae1c8d9de4ff71e", - "Addresses": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "AllowedIPs": ["100.99.133.123/32", "fd7a:115c:a1e0::da37:857b/128"], - "Endpoints": ["77.164.248.136:42325", "10.65.0.27:42325", "172.17.0.1:42325"], + "Key": "nodekey:574170e2698a1b32ea3463c09e868887fa60fdbd4a6b07ecccffb4db46f6cb66", + "DiscoKey": "discokey:11261260394cb440aa014486b56d18dc79262d4d8768cd89ffbdda0ed4fed46c", + "Addresses": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "AllowedIPs": ["100.118.203.103/32", "fd7a:115c:a1e0::4637:cb67/128"], + "Endpoints": ["77.164.248.136:47318", "10.65.0.27:47318", "172.17.0.1:47318"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59601}, - {"Proto": "peerapi6", "Port": 59601} + {"Proto": "peerapi4", "Port": 46990}, + {"Proto": "peerapi6", "Port": 46990} ]}, - "Created": "2026-04-09T01:29:50.931571207Z", + "Created": "2026-04-09T08:35:56.537441004Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6863633878830971, - "StableID": "n85pTM2Zbv11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0496f7313ef2bf0055bdfd2ed339649ffc4f45502ccd4797abb733dee90c0347", - "KeyExpiry": "2026-10-06T01:29:57Z", - "DiscoKey": "discokey:6ad055cc0bbe80eb0aef3caa2911840e3cb44a2e47a4d35f396eb01a476d7c7b", - "Addresses": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "AllowedIPs": ["100.76.3.72/32", "fd7a:115c:a1e0::e937:348/128"], - "Endpoints": ["77.164.248.136:60802", "10.65.0.27:60802", "172.17.0.1:60802"], + "ID": 817685608209458, + "StableID": "nHtYASDLP711CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee19579d958db16cee07729c919fc2cbd6e8a2e340ef3a5d07e31f0fc4f96d72", + "DiscoKey": "discokey:e9663d5995ae3a4a921f2a807f80fb625d99db27932904b5b92821ef92263b45", + "Addresses": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "AllowedIPs": ["100.121.109.115/32", "fd7a:115c:a1e0::c437:6d73/128"], + "Endpoints": ["77.164.248.136:60030", "10.65.0.27:60030", "172.17.0.1:60030"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 47063}, - {"Proto": "peerapi6", "Port": 47063} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 49057}, + {"Proto": "peerapi6", "Port": 49057} ]}, - "Created": "2026-04-09T01:29:57.434016413Z", + "Created": "2026-04-09T08:35:58.165347838Z", "Cap": 131, + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7893875485564531, - "StableID": "nYPTMxi9e421CNTRL", + "ID": 835199427892487, + "StableID": "nNLLSpGGX711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1ec1d00581402eaa1c1e0f3ffb21f6d0d5e0e403c179797b7f812111dea40a43", - "DiscoKey": "discokey:541eecaee32c3b78990b1a4526b104ed148dbeea52fbe4f5d9b26a09f34d9f0b", - "Addresses": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "AllowedIPs": ["100.100.10.68/32", "fd7a:115c:a1e0::de37:a44/128"], - "Endpoints": ["77.164.248.136:35745", "10.65.0.27:35745", "172.17.0.1:35745"], + "Key": "nodekey:7eedc157d83974f3ac279bbfeedf2442737f81777dc3ff17c8e8ad06f2562573", + "DiscoKey": "discokey:26e2e882ca8619d03bca09a462f850224b937ef0082a55901dc31a8d6714e673", + "Addresses": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "AllowedIPs": ["100.86.37.116/32", "fd7a:115c:a1e0::f237:2574/128"], + "Endpoints": ["77.164.248.136:57159", "10.65.0.27:57159", "172.17.0.1:57159"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 55277}, - {"Proto": "peerapi6", "Port": 55277} + {"Proto": "peerapi4", "Port": 61138}, + {"Proto": "peerapi6", "Port": 61138} ]}, - "Created": "2026-04-09T01:29:53.634236592Z", + "Created": "2026-04-09T08:35:59.251841205Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8261269018057917, - "StableID": "nWDsjeXYW721CNTRL", + "ID": 1190498533851217, + "StableID": "nEuQmuNBJA11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aac3217378f83cc0a3d43e96e3e708a0152cf31a86bdbbd479e464cfea59f02f", + "DiscoKey": "discokey:6cc89fdb5eea7c5ace7841c8f65d0521ef28b1e9f81f9209a8da71be7a50a707", + "Addresses": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "AllowedIPs": ["100.89.240.48/32", "fd7a:115c:a1e0::ea37:f030/128"], + "Endpoints": ["77.164.248.136:47553", "10.65.0.27:47553", "172.17.0.1:47553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 40252}, + {"Proto": "peerapi6", "Port": 40252} + ]}, + "Created": "2026-04-09T08:35:59.797958114Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2124346109147624, + "StableID": "nPafBGy7bH11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:65706ac93c7dc2b34efeee1a15042a505589e25d325642042e7a06edf7532853", + "DiscoKey": "discokey:78017125a7316c2b656d6b5e1ca9265ecf4db60e6a91a75ec816b8673f40961a", + "Addresses": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "AllowedIPs": ["100.83.40.84/32", "fd7a:115c:a1e0::f737:2854/128"], + "Endpoints": ["77.164.248.136:44596", "10.65.0.27:44596", "172.17.0.1:44596"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 62140}, + {"Proto": "peerapi6", "Port": 62140} + ]}, + "Created": "2026-04-09T08:35:57.082324914Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3300992564539371, + "StableID": "nEeCDgU2nS11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8ebcd2e5dfb52e43f9c4c8624dac454c0cf61e5ae52d15ea9d18739e2713cf0f", + "DiscoKey": "discokey:ec951514c1382a870285666f38067c9c7561c5e83fc8b3f76683e341ceeaaa60", + "Addresses": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "AllowedIPs": ["100.83.207.16/32", "fd7a:115c:a1e0::2737:cf11/128"], + "Endpoints": ["77.164.248.136:48222", "10.65.0.27:48222", "172.17.0.1:48222"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 37406}, + {"Proto": "peerapi6", "Port": 37406} + ]}, + "Created": "2026-04-09T08:35:57.6359484Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4364959932204294, + "StableID": "nHz87Z6u5b11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d988a7caf942feb0bd2407113b015c0f93cd9b9bf6da900974468b013b97b212", + "DiscoKey": "discokey:4d4567e3bb172a6b53deca48bda21258d93050919d17274af36ba4a17d03024f", + "Addresses": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "AllowedIPs": ["100.87.178.19/32", "fd7a:115c:a1e0::3b37:b213/128"], + "Endpoints": ["77.164.248.136:49750", "10.65.0.27:49750", "172.17.0.1:49750"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 60611}, + {"Proto": "peerapi6", "Port": 60611} + ]}, + "Created": "2026-04-09T08:36:02.519380144Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5596233959178487, + "StableID": "n6W3aSaYhk11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6ebb1edd9f7176f23f7cc5d1f9906c47dfaa766be4c6faa9be771bebe285a42d", - "DiscoKey": "discokey:db16cf9b7ee8cc1e338a9b3bb5f1cfddf60ac37d1e2fef016c40db50882fe501", - "Addresses": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "AllowedIPs": ["100.69.164.46/32", "fd7a:115c:a1e0::e237:a42e/128"], - "Endpoints": ["77.164.248.136:48541", "10.65.0.27:48541", "172.17.0.1:48541"], + "Key": "nodekey:e0ffa57fef0b49e5f4c232ea1aee96e117017a6e9dca47dc7ab6db8abde16a01", + "DiscoKey": "discokey:0f17d55eb301b47dc35f6738780de70354570e795c723b73a5ec473847411230", + "Addresses": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "AllowedIPs": ["100.97.106.2/32", "fd7a:115c:a1e0::bd37:6a02/128"], + "Endpoints": ["77.164.248.136:33304", "10.65.0.27:33304", "172.17.0.1:33304"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 57883}, - {"Proto": "peerapi6", "Port": 57883} + {"Proto": "peerapi4", "Port": 39428}, + {"Proto": "peerapi6", "Port": 39428} ]}, - "Created": "2026-04-09T01:29:55.284681162Z", + "Created": "2026-04-09T08:36:00.910195419Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8364628530151648, - "StableID": "nhMKtEcMK821CNTRL", + "ID": 6622924886220586, + "StableID": "nVNA4N1Yit11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:455232ecaf39d8609330e7031c471ee530f83e90e5d4a0ce25dd64abee40346d", - "DiscoKey": "discokey:6cbea021fe66f5c9e7cbb30d4e3dc3e8f381b07dc8a51c2e099513f281cbd65f", - "Addresses": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "AllowedIPs": ["100.64.52.110/32", "fd7a:115c:a1e0::ee37:346e/128"], - "Endpoints": ["77.164.248.136:49441", "10.65.0.27:49441", "172.17.0.1:49441"], + "Key": "nodekey:86ada24c473e7df76ffa00a1d1ec8db9e8b6d8d4bdf6a98af2daf0dcaddd594c", + "DiscoKey": "discokey:214bb8ac6416ccda4b28b5b3b2bfaab395bdd5756d9d7a276a541810149e5360", + "Addresses": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "AllowedIPs": ["100.93.89.77/32", "fd7a:115c:a1e0::ad37:594f/128"], + "Endpoints": ["77.164.248.136:37613", "10.65.0.27:37613", "172.17.0.1:37613"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60282}, - {"Proto": "peerapi6", "Port": 60282} + {"Proto": "peerapi4", "Port": 49089}, + {"Proto": "peerapi6", "Port": 49089} ]}, - "Created": "2026-04-09T01:29:53.099151584Z", + "Created": "2026-04-09T08:35:58.696299994Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 8431485802989649, - "StableID": "ntgK9Rqdq821CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:90017e9d5b8ec3835db5cb04ff2a4a5e719982ce8ffc441621260a95a379a52a", - "DiscoKey": "discokey:b6a21ff7a8e6cc34630d38011663239bfdac39dad38c66a65c70d31b3fd36244", - "Addresses": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "AllowedIPs": ["100.121.165.43/32", "fd7a:115c:a1e0::a337:a52b/128"], - "Endpoints": ["77.164.248.136:47063", "10.65.0.27:47063", "172.17.0.1:47063"], + "ID": 7150632787448250, + "StableID": "ndAeEtzXqx11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:806d0891adaa455c98fe3d33f3af62ceb3bcb5d754bd9ee3603ec8609954b610", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:71d08352aa72e55a8b1475e1dae4165c7fcaab24414dd640ea4668192c786e4c", + "Addresses": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], + "AllowedIPs": ["100.84.182.17/32", "fd7a:115c:a1e0::9937:b611/128"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 47905}, - {"Proto": "peerapi6", "Port": 47905} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 63154}, + {"Proto": "peerapi6", "Port": 63154} ]}, - "Created": "2026-04-09T01:29:52.584370954Z", + "Created": "2026-04-09T08:36:03.070370451Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7515715996681832, + "StableID": "noJTGf7tg121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:83c58a0fc709549ac2dbff69274475945409f8efd95d9b9d3e8b3041199af536", + "DiscoKey": "discokey:11c25775a15039e586a0329dfa5078d58738a41515166c0b2825feadc2738f18", + "Addresses": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "AllowedIPs": ["100.90.245.55/32", "fd7a:115c:a1e0::1937:f537/128"], + "Endpoints": ["77.164.248.136:54216", "10.65.0.27:54216", "172.17.0.1:54216"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49795}, + {"Proto": "peerapi6", "Port": 49795} + ]}, + "Created": "2026-04-09T08:36:01.97550764Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7599224287385686, + "StableID": "nVQQxgjhL221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:95bf7141fabc161363c0cf22614f9271f63e4d105d8429db1225a30ccc614067", + "KeyExpiry": "2026-10-06T08:36:04Z", + "DiscoKey": "discokey:252b513d5106b54574dc38edb74dcf62568003df91d0a8e7ec6bed5dd5dacf4c", + "Addresses": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "AllowedIPs": ["100.97.64.104/32", "fd7a:115c:a1e0::cc37:4068/128"], + "Endpoints": ["77.164.248.136:36474", "10.65.0.27:36474", "172.17.0.1:36474"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 56938}, + {"Proto": "peerapi6", "Port": 56938} + ]}, + "Created": "2026-04-09T08:36:04.404127782Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8953181874109963, + "StableID": "nra5VYuuuC21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3018f5d4e7b5ce5b5721f644e077578a20be0a4ad22e5f3b044910dee3e5c756", + "DiscoKey": "discokey:415faa279c2b36f6653674881488082df292af4604d8f2bf3ad1887ef112fb75", + "Addresses": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "AllowedIPs": ["100.101.199.87/32", "fd7a:115c:a1e0::e337:c757/128"], + "Endpoints": ["77.164.248.136:56046", "10.65.0.27:56046", "172.17.0.1:56046"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 54535}, + {"Proto": "peerapi6", "Port": 54535} + ]}, + "Created": "2026-04-09T08:36:00.369373169Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8992053391766246, + "StableID": "nbTdPhzWDD21CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e708bed8719cd0c78ba2f0c1bf91a2918983c0118978d7b7d99775c5a8cdc974", + "KeyExpiry": "2026-10-06T08:36:03Z", + "DiscoKey": "discokey:d73a1aa5bb0732de49e72988e596fc057557f5b876b6c3a2f4162624fe5de77c", + "Addresses": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "AllowedIPs": ["100.77.201.117/32", "fd7a:115c:a1e0::a837:c975/128"], + "Endpoints": ["77.164.248.136:35757", "10.65.0.27:35757", "172.17.0.1:35757"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 44597}, + {"Proto": "peerapi6", "Port": 44597} + ]}, + "Created": "2026-04-09T08:36:03.901192661Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18854,27 +18888,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4976740123777004": { - "ID": 4976740123777004, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5182875401439056": { + "ID": 5182875401439056, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-d12.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-d12.hujson index b237b5d3..229c3132 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-d12.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-d12.hujson @@ -3,7 +3,7 @@ // ssh d12 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:30:11Z +// Captured at: 2026-04-09T08:36:17Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-d12", "description": "ssh d12", "category": "ssh", - "captured_at": "2026-04-09T01:30:11.400256204Z", + "captured_at": "2026-04-09T08:36:17.203425049Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,14 +19,14 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["tag:server"], "src": ["autogroup:member"], - "users": ["localpart:*@passkey", "ubuntu"] + "users": ["localpart:*@example.com", "ubuntu"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} }, @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d12\",\n\t\"id\": \"ssh-d12\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@passkey\", \"ubuntu\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d12\",\n\t\"id\": \"ssh-d12\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@example.com\", \"ubuntu\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-d12.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.121.22.90", - "ipv6": "fd7a:115c:a1e0::3937:165a", + "ipv4": "100.68.177.80", + "ipv6": "fd7a:115c:a1e0::d837:b150", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.97.162.54", - "ipv6": "fd7a:115c:a1e0::9837:a236", + "ipv4": "100.116.44.91", + "ipv6": "fd7a:115c:a1e0::3d37:2c5b", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.113.55.54", - "ipv6": "fd7a:115c:a1e0::e537:3736", + "ipv4": "100.96.150.75", + "ipv6": "fd7a:115c:a1e0::c537:964b", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.65.70.103", - "ipv6": "fd7a:115c:a1e0::5037:4667", + "ipv4": "100.76.121.9", + "ipv6": "fd7a:115c:a1e0::4937:7909", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.117.104.27", - "ipv6": "fd7a:115c:a1e0::b237:681b", + "ipv4": "100.93.99.110", + "ipv6": "fd7a:115c:a1e0::fc37:636f", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.100.201.31", - "ipv6": "fd7a:115c:a1e0::7437:c91f", + "ipv4": "100.111.238.5", + "ipv6": "fd7a:115c:a1e0::4437:ee05", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.87.134.71", - "ipv6": "fd7a:115c:a1e0::f637:8647", + "ipv4": "100.122.120.9", + "ipv6": "fd7a:115c:a1e0::ff37:7809", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.112.167.28", - "ipv6": "fd7a:115c:a1e0::2d37:a71c", + "ipv4": "100.116.137.54", + "ipv6": "fd7a:115c:a1e0::b037:8936", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.96.58.43", - "ipv6": "fd7a:115c:a1e0::2737:3a2b", + "ipv4": "100.90.118.49", + "ipv6": "fd7a:115c:a1e0::3137:7631", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.109.197.114", - "ipv6": "fd7a:115c:a1e0::5c37:c572", + "ipv4": "100.89.116.99", + "ipv6": "fd7a:115c:a1e0::1237:7463", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.122.189.22", - "ipv6": "fd7a:115c:a1e0::cd37:bd16", + "ipv4": "100.107.148.43", + "ipv6": "fd7a:115c:a1e0::1437:942b", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.76.205.91", - "ipv6": "fd7a:115c:a1e0::9637:cd5b", + "ipv4": "100.79.222.91", + "ipv6": "fd7a:115c:a1e0::6837:de5b", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.104.118.62", - "ipv6": "fd7a:115c:a1e0::3f37:763e", + "ipv4": "100.66.101.19", + "ipv6": "fd7a:115c:a1e0::9f37:6513", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.64.247.8", - "ipv6": "fd7a:115c:a1e0::237:f708", + "ipv4": "100.126.101.80", + "ipv6": "fd7a:115c:a1e0::2237:6550", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.90.189.37", - "ipv6": "fd7a:115c:a1e0::5b37:bd25", + "ipv4": "100.116.74.1", + "ipv6": "fd7a:115c:a1e0::937:4a01", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4172646983392181, - "StableID": "nif7NvMoaZ11CNTRL", + "ID": 1336991832021173, + "StableID": "ntxAtUWXSB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 4172646983392181, - "Key": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "DiscoKey": "discokey:297c7a5a27b45ec938fd6647311c003ded11daa2c4311d313fb65e6cfb8e2164", - "Addresses": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "AllowedIPs": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "Endpoints": ["77.164.248.136:44975", "10.65.0.27:44975", "172.17.0.1:44975"], + "User": 1336991832021173, + "Key": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "DiscoKey": "discokey:978a14f7db17fa91d082c3ff9c8eba451ff5b64028e56ab16c6b69cdf5923b29", + "Addresses": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "AllowedIPs": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "Endpoints": ["77.164.248.136:33638", "10.65.0.27:33638", "172.17.0.1:33638"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 34800}, - {"Proto": "peerapi6", "Port": 34800}, + {"Proto": "peerapi4", "Port": 45571}, + {"Proto": "peerapi6", "Port": 45571}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:20.233611814Z", + "Created": "2026-04-09T08:36:25.746563252Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,302 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "MachineKey": "mkey:ced42fe5e9a00871759936ad7da3a77778d1b527d358e3b5c3396fee1faaa33f", + "NodeKey": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "MachineKey": "mkey:7835d5497123c78c40e256514cdfb4dff6dbfcb447c968baddd69e7071d52241", "Peers": [{ - "ID": 324846935855771, - "StableID": "ncdTLLB8Y311CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "DiscoKey": "discokey:27aa3aaaf4ea9b781641873d6d038a9b32b665eb2b03ccd5ff71785c579c073e", - "Addresses": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "AllowedIPs": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "Endpoints": ["77.164.248.136:55894", "10.65.0.27:55894", "172.17.0.1:55894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56298}, - {"Proto": "peerapi6", "Port": 56298} - ]}, - "Created": "2026-04-09T01:30:18.077975823Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 420236699879391, - "StableID": "n8Pr8XuKH411CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:c86e5ce45ca3285796f9ecc8ce618bd356a3a9758fbd1f1ab76ff90e44056202", - "Addresses": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "AllowedIPs": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "Endpoints": ["77.164.248.136:42535", "10.65.0.27:42535", "172.17.0.1:42535"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61144}, - {"Proto": "peerapi6", "Port": 61144} - ]}, - "Created": "2026-04-09T01:30:21.885716215Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 423730102137878, - "StableID": "nKXZ8wfuJ411CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:249ec0dd103ebbfc584e44b28aab84400081e6a1136a729d926f4bc58dfc3523", - "Addresses": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "AllowedIPs": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "Endpoints": ["77.164.248.136:34413", "10.65.0.27:34413", "172.17.0.1:34413"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43930}, - {"Proto": "peerapi6", "Port": 43930} - ]}, - "Created": "2026-04-09T01:30:21.33641928Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 942495009026784, - "StableID": "nfeTXFkrM811CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "DiscoKey": "discokey:51d110dead5bebcaac5c976e6b24832ba7bcc9a548108b6ddf1f37be0674c36d", - "Addresses": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "AllowedIPs": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "Endpoints": ["77.164.248.136:37163", "10.65.0.27:37163", "172.17.0.1:37163"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35545}, - {"Proto": "peerapi6", "Port": 35545} - ]}, - "Created": "2026-04-09T01:30:19.696924137Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2307763778088795, - "StableID": "nNAEWP3C2K11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "DiscoKey": "discokey:f006c28d4ef03cec95ab183bc10de1fc51f3df348a3616e09fcd5cbb8aefcf1b", - "Addresses": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "AllowedIPs": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "Endpoints": ["77.164.248.136:41450", "10.65.0.27:41450", "172.17.0.1:41450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53552}, - {"Proto": "peerapi6", "Port": 53552} - ]}, - "Created": "2026-04-09T01:30:15.880508144Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2621418830786409, - "StableID": "n8E5TCEFUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "KeyExpiry": "2026-10-06T01:30:20Z", - "DiscoKey": "discokey:7b006d7e5342d6a449149e3f0f3d2eeae3819145fae50c34e60e09dd3564cc47", - "Addresses": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "AllowedIPs": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "Endpoints": ["77.164.248.136:35279", "10.65.0.27:35279", "172.17.0.1:35279"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56092}, - {"Proto": "peerapi6", "Port": 56092} - ]}, - "Created": "2026-04-09T01:30:20.815254728Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3211468836654892, - "StableID": "nqRLwkqU5S11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "DiscoKey": "discokey:5ace8c71f8e565327099bfa5691b3dbe5361ab6f353466000c16ed15c6eb7e60", - "Addresses": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "AllowedIPs": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "Endpoints": ["77.164.248.136:51239", "10.65.0.27:51239", "172.17.0.1:51239"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 63174}, - {"Proto": "peerapi6", "Port": 63174} - ]}, - "Created": "2026-04-09T01:30:19.147005448Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3657886512647495, - "StableID": "nvkAHcUfZV11CNTRL", + "ID": 276170980927184, + "StableID": "nbA8tWY5A311CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "DiscoKey": "discokey:12d70f1a5780f42eb94eb8f48bda9126878f34f13f9c4bff2c4c74fa16099869", - "Addresses": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "AllowedIPs": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "Endpoints": ["77.164.248.136:51415", "10.65.0.27:51415", "172.17.0.1:51415"], - "HomeDERP": 4, + "Key": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "DiscoKey": "discokey:24ccb66de47dae95f36e1bb6f81247fb906795348838906b1aa2412a094f0314", + "Addresses": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "AllowedIPs": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "Endpoints": ["77.164.248.136:39033", "10.65.0.27:39033", "172.17.0.1:39033"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36041}, - {"Proto": "peerapi6", "Port": 36041} + {"Proto": "peerapi4", "Port": 62210}, + {"Proto": "peerapi6", "Port": 62210} ]}, - "Created": "2026-04-09T01:30:17.513241534Z", + "Created": "2026-04-09T08:36:23.060063759Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3694398549785186, - "StableID": "nFXKywaCrV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "DiscoKey": "discokey:bd8903a5fd79d06455a33190ddc1ae889f762f45b8542fb0f2ca1e16c2b01d2e", - "Addresses": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "AllowedIPs": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "Endpoints": ["77.164.248.136:52204", "10.65.0.27:52204", "172.17.0.1:52204"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 32849}, - {"Proto": "peerapi6", "Port": 32849} - ]}, - "Created": "2026-04-09T01:30:18.59826279Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4511269150725326, - "StableID": "nXfajfPAEc11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "DiscoKey": "discokey:0aa6a2384e94d6c722d61023df5e713b568324a34d8073005e15f2ef4a0f4f2e", - "Addresses": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "AllowedIPs": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "Endpoints": ["77.164.248.136:55135", "10.65.0.27:55135", "172.17.0.1:55135"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41629}, - {"Proto": "peerapi6", "Port": 41629} - ]}, - "Created": "2026-04-09T01:30:15.34045928Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4692079522842378, - "StableID": "nDJQARy3ed11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "DiscoKey": "discokey:a69cc5c68add8340908f4a1c438842b524dec7189f229078ee75c82be5d27824", - "Addresses": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "AllowedIPs": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "Endpoints": ["77.164.248.136:49633", "10.65.0.27:49633", "172.17.0.1:49633"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45690}, - {"Proto": "peerapi6", "Port": 45690} - ]}, - "Created": "2026-04-09T01:30:16.427520965Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5062474566410107, - "StableID": "n8Tdo6doXg11CNTRL", + "ID": 422493151558889, + "StableID": "np6X3NBMJ411CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "DiscoKey": "discokey:dedc5e96b22e65afc554c8d32435ea18c68a3639b644ee069e56a68105374004", - "Addresses": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "AllowedIPs": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "Endpoints": ["77.164.248.136:36498", "10.65.0.27:36498", "172.17.0.1:36498"], + "Key": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "DiscoKey": "discokey:025ee070acb5c2ce611e51c43e5d0180c1aedabee2d617cb6b8107e31abe8470", + "Addresses": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "AllowedIPs": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "Endpoints": ["77.164.248.136:48415", "10.65.0.27:48415", "172.17.0.1:48415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50979}, - {"Proto": "peerapi6", "Port": 50979} + {"Proto": "peerapi4", "Port": 44805}, + {"Proto": "peerapi6", "Port": 44805} ]}, - "Created": "2026-04-09T01:30:14.799346852Z", + "Created": "2026-04-09T08:36:20.383575567Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7848771618068854, - "StableID": "n35v2SviH421CNTRL", + "ID": 1389943812751139, + "StableID": "nJgS66UWrB11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "DiscoKey": "discokey:c22fb9be17a5aa6973e0c700aaf8cd5f5b2f3c11c2479ffa193c530ed598d10e", - "Addresses": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "AllowedIPs": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "Endpoints": ["77.164.248.136:33282", "10.65.0.27:33282", "172.17.0.1:33282"], + "Key": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "DiscoKey": "discokey:5cecbb80ae01dd23dcd97a5636aefa0b1c61b16ddb99032f4c4b5dd354b9e641", + "Addresses": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "AllowedIPs": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "Endpoints": ["77.164.248.136:42799", "10.65.0.27:42799", "172.17.0.1:42799"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46071}, - {"Proto": "peerapi6", "Port": 46071} + {"Proto": "peerapi4", "Port": 64076}, + {"Proto": "peerapi6", "Port": 64076} ]}, - "Created": "2026-04-09T01:30:16.968133817Z", + "Created": "2026-04-09T08:36:22.535275484Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8117600180999413, - "StableID": "niqaaKbUP621CNTRL", + "ID": 2206193455415330, + "StableID": "n3FEujxBEJ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "DiscoKey": "discokey:e56f33a6ae5d2ba14a548a15b127498f364c1e15e51bcfa5e1a70f35e4d6717c", + "Addresses": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "AllowedIPs": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "Endpoints": ["77.164.248.136:54252", "10.65.0.27:54252", "172.17.0.1:54252"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} + ]}, + "Created": "2026-04-09T08:36:25.206820319Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2594202260572221, + "StableID": "ngcdL5JvFM11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "KeyExpiry": "2026-10-06T08:36:27Z", + "DiscoKey": "discokey:3afb17c53cf0181cd148ff6a11bfd2995d8775103675e960638a89402534cf09", + "Addresses": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "AllowedIPs": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "Endpoints": ["77.164.248.136:58632", "10.65.0.27:58632", "172.17.0.1:58632"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 42934}, + {"Proto": "peerapi6", "Port": 42934} + ]}, + "Created": "2026-04-09T08:36:27.355576182Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4220542378268543, + "StableID": "npu9QWVVxZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "DiscoKey": "discokey:a195d10b46903454d87dcd67b3306322c0efb06ffde73308c081cfe07fae182e", + "Addresses": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "AllowedIPs": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "Endpoints": ["77.164.248.136:48678", "10.65.0.27:48678", "172.17.0.1:48678"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 49213}, + {"Proto": "peerapi6", "Port": 49213} + ]}, + "Created": "2026-04-09T08:36:22.001941987Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4467706320869464, + "StableID": "nbikd15Stb11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "DiscoKey": "discokey:de20dec58afd83756e2ac670fe539adbd191e32c4f16c0e79de12dce9695a475", + "Addresses": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "AllowedIPs": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "Endpoints": ["77.164.248.136:44758", "10.65.0.27:44758", "172.17.0.1:44758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 37066}, + {"Proto": "peerapi6", "Port": 37066} + ]}, + "Created": "2026-04-09T08:36:23.592134254Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4576087958311680, + "StableID": "n7kLo75Xjc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "DiscoKey": "discokey:8a854c836f34ac1fd191546462deb81be413a11e3fdf4d69b5c3dcacdabd295d", - "Addresses": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "AllowedIPs": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "Endpoints": ["77.164.248.136:54173", "10.65.0.27:54173", "172.17.0.1:54173"], + "Key": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "DiscoKey": "discokey:0faf137d6b8fb144a6d8bf5869a53c435061206877d0c9e329f2803c73414a79", + "Addresses": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "AllowedIPs": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "Endpoints": ["77.164.248.136:50677", "10.65.0.27:50677", "172.17.0.1:50677"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 46347}, - {"Proto": "peerapi6", "Port": 46347} + {"Proto": "peerapi4", "Port": 44094}, + {"Proto": "peerapi6", "Port": 44094} ]}, - "Created": "2026-04-09T01:30:14.271872259Z", + "Created": "2026-04-09T08:36:19.880646982Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 5049622380103527, + "StableID": "nAxP712zRg11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "DiscoKey": "discokey:e0182edcaf48dd021cbca93411aace2569170c3ebdd295bd09e101a68a80ca5f", + "Addresses": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "AllowedIPs": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36487}, + {"Proto": "peerapi6", "Port": 36487} + ]}, + "Created": "2026-04-09T08:36:24.676810011Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6788603098634672, + "StableID": "ndq8ML6a1v11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:f169b749d93655999654b20c3be0dce2a18595cd73be3085c4e56749f058275a", + "Addresses": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "AllowedIPs": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "Endpoints": ["77.164.248.136:37709", "10.65.0.27:37709", "172.17.0.1:37709"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53854}, + {"Proto": "peerapi6", "Port": 53854} + ]}, + "Created": "2026-04-09T08:36:26.82097398Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6811564195157269, + "StableID": "nARapyEyBv11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "DiscoKey": "discokey:ac52633cea80cffc531d427d07e17822ad82724bb2b97bef15ae262de4fa1816", + "Addresses": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "AllowedIPs": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "Endpoints": ["77.164.248.136:45853", "10.65.0.27:45853", "172.17.0.1:45853"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56960}, + {"Proto": "peerapi6", "Port": 56960} + ]}, + "Created": "2026-04-09T08:36:24.134154474Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7302080917610260, + "StableID": "nKiVtSH82z11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:347dba69443a76cee980c1bdad6e1392688d75996ec57f444bb1b36b3b463e42", + "Addresses": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "AllowedIPs": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "Endpoints": ["77.164.248.136:54752", "10.65.0.27:54752", "172.17.0.1:54752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 65506}, + {"Proto": "peerapi6", "Port": 65506} + ]}, + "Created": "2026-04-09T08:36:26.282579504Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7835443512441861, + "StableID": "niPmyEpgB421CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "DiscoKey": "discokey:1223b89c144f92024eced83ab7ff5dadfb3b75b50dc4c01073d036736b3b1d33", + "Addresses": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "AllowedIPs": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "Endpoints": ["77.164.248.136:57715", "10.65.0.27:57715", "172.17.0.1:57715"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 55213}, + {"Proto": "peerapi6", "Port": 55213} + ]}, + "Created": "2026-04-09T08:36:20.926018001Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8075710677092560, + "StableID": "nVjdZ5EW4621CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "DiscoKey": "discokey:c7a74ca80a92aa71eac9cadecbbc52a9fd60cec49099a3072e9bb3101129f06a", + "Addresses": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "AllowedIPs": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "Endpoints": ["77.164.248.136:49011", "10.65.0.27:49011", "172.17.0.1:49011"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52109}, + {"Proto": "peerapi6", "Port": 52109} + ]}, + "Created": "2026-04-09T08:36:21.463094163Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -544,7 +544,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.113.55.54"}, {"nodeIP": "fd7a:115c:a1e0::e537:3736"}], + "principals": [{"nodeIP": "100.96.150.75"}, {"nodeIP": "fd7a:115c:a1e0::c537:964b"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -553,7 +553,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.55.54"}, {"nodeIP": "fd7a:115c:a1e0::e537:3736"}], + "principals": [{"nodeIP": "100.96.150.75"}, {"nodeIP": "fd7a:115c:a1e0::c537:964b"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -562,7 +562,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.100.201.31"}, {"nodeIP": "fd7a:115c:a1e0::7437:c91f"}], + "principals": [{"nodeIP": "100.111.238.5"}, {"nodeIP": "fd7a:115c:a1e0::4437:ee05"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -571,7 +571,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.64.247.8"}, {"nodeIP": "fd7a:115c:a1e0::237:f708"}], + "principals": [{"nodeIP": "100.126.101.80"}, {"nodeIP": "fd7a:115c:a1e0::2237:6550"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -580,7 +580,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.64.247.8"}, {"nodeIP": "fd7a:115c:a1e0::237:f708"}], + "principals": [{"nodeIP": "100.126.101.80"}, {"nodeIP": "fd7a:115c:a1e0::2237:6550"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1409,30 +1409,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4172646983392181": { - "ID": 4172646983392181, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1336991832021173": { + "ID": 1336991832021173, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.113.55.54"}, {"nodeIP": "fd7a:115c:a1e0::e537:3736"}], + "principals": [{"nodeIP": "100.96.150.75"}, {"nodeIP": "fd7a:115c:a1e0::c537:964b"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -1441,7 +1443,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.55.54"}, {"nodeIP": "fd7a:115c:a1e0::e537:3736"}], + "principals": [{"nodeIP": "100.96.150.75"}, {"nodeIP": "fd7a:115c:a1e0::c537:964b"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -1450,7 +1452,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.100.201.31"}, {"nodeIP": "fd7a:115c:a1e0::7437:c91f"}], + "principals": [{"nodeIP": "100.111.238.5"}, {"nodeIP": "fd7a:115c:a1e0::4437:ee05"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -1459,7 +1461,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.64.247.8"}, {"nodeIP": "fd7a:115c:a1e0::237:f708"}], + "principals": [{"nodeIP": "100.126.101.80"}, {"nodeIP": "fd7a:115c:a1e0::2237:6550"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -1468,7 +1470,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.64.247.8"}, {"nodeIP": "fd7a:115c:a1e0::237:f708"}], + "principals": [{"nodeIP": "100.126.101.80"}, {"nodeIP": "fd7a:115c:a1e0::2237:6550"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1505,26 +1507,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7848771618068854, - "StableID": "n35v2SviH421CNTRL", + "ID": 1389943812751139, + "StableID": "nJgS66UWrB11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 7848771618068854, - "Key": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "DiscoKey": "discokey:c22fb9be17a5aa6973e0c700aaf8cd5f5b2f3c11c2479ffa193c530ed598d10e", - "Addresses": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "AllowedIPs": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "Endpoints": ["77.164.248.136:33282", "10.65.0.27:33282", "172.17.0.1:33282"], + "User": 1389943812751139, + "Key": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "DiscoKey": "discokey:5cecbb80ae01dd23dcd97a5636aefa0b1c61b16ddb99032f4c4b5dd354b9e641", + "Addresses": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "AllowedIPs": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "Endpoints": ["77.164.248.136:42799", "10.65.0.27:42799", "172.17.0.1:42799"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 46071}, - {"Proto": "peerapi6", "Port": 46071}, + {"Proto": "peerapi4", "Port": 64076}, + {"Proto": "peerapi6", "Port": 64076}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:30:16.968133817Z", + "Created": "2026-04-09T08:36:22.535275484Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1552,302 +1554,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "MachineKey": "mkey:2236ddf2dbbeffbce2d8f3b12cf84d6cca76b2a018e4f8c7044782945510f948", + "NodeKey": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "MachineKey": "mkey:915c98a1b314790dc5335008442b7284964d4eef9fae6053890c1caaf81f133f", "Peers": [{ - "ID": 324846935855771, - "StableID": "ncdTLLB8Y311CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "DiscoKey": "discokey:27aa3aaaf4ea9b781641873d6d038a9b32b665eb2b03ccd5ff71785c579c073e", - "Addresses": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "AllowedIPs": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "Endpoints": ["77.164.248.136:55894", "10.65.0.27:55894", "172.17.0.1:55894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56298}, - {"Proto": "peerapi6", "Port": 56298} - ]}, - "Created": "2026-04-09T01:30:18.077975823Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 420236699879391, - "StableID": "n8Pr8XuKH411CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:c86e5ce45ca3285796f9ecc8ce618bd356a3a9758fbd1f1ab76ff90e44056202", - "Addresses": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "AllowedIPs": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "Endpoints": ["77.164.248.136:42535", "10.65.0.27:42535", "172.17.0.1:42535"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61144}, - {"Proto": "peerapi6", "Port": 61144} - ]}, - "Created": "2026-04-09T01:30:21.885716215Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 423730102137878, - "StableID": "nKXZ8wfuJ411CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:249ec0dd103ebbfc584e44b28aab84400081e6a1136a729d926f4bc58dfc3523", - "Addresses": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "AllowedIPs": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "Endpoints": ["77.164.248.136:34413", "10.65.0.27:34413", "172.17.0.1:34413"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43930}, - {"Proto": "peerapi6", "Port": 43930} - ]}, - "Created": "2026-04-09T01:30:21.33641928Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 942495009026784, - "StableID": "nfeTXFkrM811CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "DiscoKey": "discokey:51d110dead5bebcaac5c976e6b24832ba7bcc9a548108b6ddf1f37be0674c36d", - "Addresses": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "AllowedIPs": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "Endpoints": ["77.164.248.136:37163", "10.65.0.27:37163", "172.17.0.1:37163"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35545}, - {"Proto": "peerapi6", "Port": 35545} - ]}, - "Created": "2026-04-09T01:30:19.696924137Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2307763778088795, - "StableID": "nNAEWP3C2K11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "DiscoKey": "discokey:f006c28d4ef03cec95ab183bc10de1fc51f3df348a3616e09fcd5cbb8aefcf1b", - "Addresses": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "AllowedIPs": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "Endpoints": ["77.164.248.136:41450", "10.65.0.27:41450", "172.17.0.1:41450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53552}, - {"Proto": "peerapi6", "Port": 53552} - ]}, - "Created": "2026-04-09T01:30:15.880508144Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2621418830786409, - "StableID": "n8E5TCEFUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "KeyExpiry": "2026-10-06T01:30:20Z", - "DiscoKey": "discokey:7b006d7e5342d6a449149e3f0f3d2eeae3819145fae50c34e60e09dd3564cc47", - "Addresses": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "AllowedIPs": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "Endpoints": ["77.164.248.136:35279", "10.65.0.27:35279", "172.17.0.1:35279"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56092}, - {"Proto": "peerapi6", "Port": 56092} - ]}, - "Created": "2026-04-09T01:30:20.815254728Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3211468836654892, - "StableID": "nqRLwkqU5S11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "DiscoKey": "discokey:5ace8c71f8e565327099bfa5691b3dbe5361ab6f353466000c16ed15c6eb7e60", - "Addresses": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "AllowedIPs": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "Endpoints": ["77.164.248.136:51239", "10.65.0.27:51239", "172.17.0.1:51239"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 63174}, - {"Proto": "peerapi6", "Port": 63174} - ]}, - "Created": "2026-04-09T01:30:19.147005448Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3657886512647495, - "StableID": "nvkAHcUfZV11CNTRL", + "ID": 276170980927184, + "StableID": "nbA8tWY5A311CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "DiscoKey": "discokey:12d70f1a5780f42eb94eb8f48bda9126878f34f13f9c4bff2c4c74fa16099869", - "Addresses": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "AllowedIPs": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "Endpoints": ["77.164.248.136:51415", "10.65.0.27:51415", "172.17.0.1:51415"], - "HomeDERP": 4, + "Key": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "DiscoKey": "discokey:24ccb66de47dae95f36e1bb6f81247fb906795348838906b1aa2412a094f0314", + "Addresses": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "AllowedIPs": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "Endpoints": ["77.164.248.136:39033", "10.65.0.27:39033", "172.17.0.1:39033"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36041}, - {"Proto": "peerapi6", "Port": 36041} + {"Proto": "peerapi4", "Port": 62210}, + {"Proto": "peerapi6", "Port": 62210} ]}, - "Created": "2026-04-09T01:30:17.513241534Z", + "Created": "2026-04-09T08:36:23.060063759Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3694398549785186, - "StableID": "nFXKywaCrV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "DiscoKey": "discokey:bd8903a5fd79d06455a33190ddc1ae889f762f45b8542fb0f2ca1e16c2b01d2e", - "Addresses": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "AllowedIPs": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "Endpoints": ["77.164.248.136:52204", "10.65.0.27:52204", "172.17.0.1:52204"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 32849}, - {"Proto": "peerapi6", "Port": 32849} - ]}, - "Created": "2026-04-09T01:30:18.59826279Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4172646983392181, - "StableID": "nif7NvMoaZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "DiscoKey": "discokey:297c7a5a27b45ec938fd6647311c003ded11daa2c4311d313fb65e6cfb8e2164", - "Addresses": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "AllowedIPs": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "Endpoints": ["77.164.248.136:44975", "10.65.0.27:44975", "172.17.0.1:44975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34800}, - {"Proto": "peerapi6", "Port": 34800} - ]}, - "Created": "2026-04-09T01:30:20.233611814Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4511269150725326, - "StableID": "nXfajfPAEc11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "DiscoKey": "discokey:0aa6a2384e94d6c722d61023df5e713b568324a34d8073005e15f2ef4a0f4f2e", - "Addresses": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "AllowedIPs": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "Endpoints": ["77.164.248.136:55135", "10.65.0.27:55135", "172.17.0.1:55135"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41629}, - {"Proto": "peerapi6", "Port": 41629} - ]}, - "Created": "2026-04-09T01:30:15.34045928Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4692079522842378, - "StableID": "nDJQARy3ed11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "DiscoKey": "discokey:a69cc5c68add8340908f4a1c438842b524dec7189f229078ee75c82be5d27824", - "Addresses": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "AllowedIPs": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "Endpoints": ["77.164.248.136:49633", "10.65.0.27:49633", "172.17.0.1:49633"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45690}, - {"Proto": "peerapi6", "Port": 45690} - ]}, - "Created": "2026-04-09T01:30:16.427520965Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5062474566410107, - "StableID": "n8Tdo6doXg11CNTRL", + "ID": 422493151558889, + "StableID": "np6X3NBMJ411CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "DiscoKey": "discokey:dedc5e96b22e65afc554c8d32435ea18c68a3639b644ee069e56a68105374004", - "Addresses": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "AllowedIPs": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "Endpoints": ["77.164.248.136:36498", "10.65.0.27:36498", "172.17.0.1:36498"], + "Key": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "DiscoKey": "discokey:025ee070acb5c2ce611e51c43e5d0180c1aedabee2d617cb6b8107e31abe8470", + "Addresses": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "AllowedIPs": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "Endpoints": ["77.164.248.136:48415", "10.65.0.27:48415", "172.17.0.1:48415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50979}, - {"Proto": "peerapi6", "Port": 50979} + {"Proto": "peerapi4", "Port": 44805}, + {"Proto": "peerapi6", "Port": 44805} ]}, - "Created": "2026-04-09T01:30:14.799346852Z", + "Created": "2026-04-09T08:36:20.383575567Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8117600180999413, - "StableID": "niqaaKbUP621CNTRL", + "ID": 1336991832021173, + "StableID": "ntxAtUWXSB11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "DiscoKey": "discokey:978a14f7db17fa91d082c3ff9c8eba451ff5b64028e56ab16c6b69cdf5923b29", + "Addresses": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "AllowedIPs": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "Endpoints": ["77.164.248.136:33638", "10.65.0.27:33638", "172.17.0.1:33638"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45571}, + {"Proto": "peerapi6", "Port": 45571} + ]}, + "Created": "2026-04-09T08:36:25.746563252Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 2206193455415330, + "StableID": "n3FEujxBEJ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "DiscoKey": "discokey:e56f33a6ae5d2ba14a548a15b127498f364c1e15e51bcfa5e1a70f35e4d6717c", + "Addresses": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "AllowedIPs": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "Endpoints": ["77.164.248.136:54252", "10.65.0.27:54252", "172.17.0.1:54252"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} + ]}, + "Created": "2026-04-09T08:36:25.206820319Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2594202260572221, + "StableID": "ngcdL5JvFM11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "KeyExpiry": "2026-10-06T08:36:27Z", + "DiscoKey": "discokey:3afb17c53cf0181cd148ff6a11bfd2995d8775103675e960638a89402534cf09", + "Addresses": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "AllowedIPs": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "Endpoints": ["77.164.248.136:58632", "10.65.0.27:58632", "172.17.0.1:58632"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 42934}, + {"Proto": "peerapi6", "Port": 42934} + ]}, + "Created": "2026-04-09T08:36:27.355576182Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4220542378268543, + "StableID": "npu9QWVVxZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "DiscoKey": "discokey:a195d10b46903454d87dcd67b3306322c0efb06ffde73308c081cfe07fae182e", + "Addresses": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "AllowedIPs": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "Endpoints": ["77.164.248.136:48678", "10.65.0.27:48678", "172.17.0.1:48678"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 49213}, + {"Proto": "peerapi6", "Port": 49213} + ]}, + "Created": "2026-04-09T08:36:22.001941987Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4467706320869464, + "StableID": "nbikd15Stb11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "DiscoKey": "discokey:de20dec58afd83756e2ac670fe539adbd191e32c4f16c0e79de12dce9695a475", + "Addresses": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "AllowedIPs": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "Endpoints": ["77.164.248.136:44758", "10.65.0.27:44758", "172.17.0.1:44758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 37066}, + {"Proto": "peerapi6", "Port": 37066} + ]}, + "Created": "2026-04-09T08:36:23.592134254Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4576087958311680, + "StableID": "n7kLo75Xjc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "DiscoKey": "discokey:8a854c836f34ac1fd191546462deb81be413a11e3fdf4d69b5c3dcacdabd295d", - "Addresses": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "AllowedIPs": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "Endpoints": ["77.164.248.136:54173", "10.65.0.27:54173", "172.17.0.1:54173"], + "Key": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "DiscoKey": "discokey:0faf137d6b8fb144a6d8bf5869a53c435061206877d0c9e329f2803c73414a79", + "Addresses": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "AllowedIPs": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "Endpoints": ["77.164.248.136:50677", "10.65.0.27:50677", "172.17.0.1:50677"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 46347}, - {"Proto": "peerapi6", "Port": 46347} + {"Proto": "peerapi4", "Port": 44094}, + {"Proto": "peerapi6", "Port": 44094} ]}, - "Created": "2026-04-09T01:30:14.271872259Z", + "Created": "2026-04-09T08:36:19.880646982Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 5049622380103527, + "StableID": "nAxP712zRg11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "DiscoKey": "discokey:e0182edcaf48dd021cbca93411aace2569170c3ebdd295bd09e101a68a80ca5f", + "Addresses": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "AllowedIPs": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36487}, + {"Proto": "peerapi6", "Port": 36487} + ]}, + "Created": "2026-04-09T08:36:24.676810011Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6788603098634672, + "StableID": "ndq8ML6a1v11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:f169b749d93655999654b20c3be0dce2a18595cd73be3085c4e56749f058275a", + "Addresses": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "AllowedIPs": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "Endpoints": ["77.164.248.136:37709", "10.65.0.27:37709", "172.17.0.1:37709"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53854}, + {"Proto": "peerapi6", "Port": 53854} + ]}, + "Created": "2026-04-09T08:36:26.82097398Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6811564195157269, + "StableID": "nARapyEyBv11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "DiscoKey": "discokey:ac52633cea80cffc531d427d07e17822ad82724bb2b97bef15ae262de4fa1816", + "Addresses": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "AllowedIPs": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "Endpoints": ["77.164.248.136:45853", "10.65.0.27:45853", "172.17.0.1:45853"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56960}, + {"Proto": "peerapi6", "Port": 56960} + ]}, + "Created": "2026-04-09T08:36:24.134154474Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7302080917610260, + "StableID": "nKiVtSH82z11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:347dba69443a76cee980c1bdad6e1392688d75996ec57f444bb1b36b3b463e42", + "Addresses": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "AllowedIPs": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "Endpoints": ["77.164.248.136:54752", "10.65.0.27:54752", "172.17.0.1:54752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 65506}, + {"Proto": "peerapi6", "Port": 65506} + ]}, + "Created": "2026-04-09T08:36:26.282579504Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7835443512441861, + "StableID": "niPmyEpgB421CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "DiscoKey": "discokey:1223b89c144f92024eced83ab7ff5dadfb3b75b50dc4c01073d036736b3b1d33", + "Addresses": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "AllowedIPs": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "Endpoints": ["77.164.248.136:57715", "10.65.0.27:57715", "172.17.0.1:57715"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 55213}, + {"Proto": "peerapi6", "Port": 55213} + ]}, + "Created": "2026-04-09T08:36:20.926018001Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8075710677092560, + "StableID": "nVjdZ5EW4621CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "DiscoKey": "discokey:c7a74ca80a92aa71eac9cadecbbc52a9fd60cec49099a3072e9bb3101129f06a", + "Addresses": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "AllowedIPs": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "Endpoints": ["77.164.248.136:49011", "10.65.0.27:49011", "172.17.0.1:49011"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52109}, + {"Proto": "peerapi6", "Port": 52109} + ]}, + "Created": "2026-04-09T08:36:21.463094163Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2695,27 +2697,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7848771618068854": { - "ID": 7848771618068854, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1389943812751139": { + "ID": 1389943812751139, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2746,22 +2750,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 420236699879391, - "StableID": "n8Pr8XuKH411CNTRL", + "ID": 2594202260572221, + "StableID": "ngcdL5JvFM11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:c86e5ce45ca3285796f9ecc8ce618bd356a3a9758fbd1f1ab76ff90e44056202", - "Addresses": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "AllowedIPs": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "Endpoints": ["77.164.248.136:42535", "10.65.0.27:42535", "172.17.0.1:42535"], + "Key": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "KeyExpiry": "2026-10-06T08:36:27Z", + "DiscoKey": "discokey:3afb17c53cf0181cd148ff6a11bfd2995d8775103675e960638a89402534cf09", + "Addresses": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "AllowedIPs": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "Endpoints": ["77.164.248.136:58632", "10.65.0.27:58632", "172.17.0.1:58632"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61144}, - {"Proto": "peerapi6", "Port": 61144}, + {"Proto": "peerapi4", "Port": 42934}, + {"Proto": "peerapi6", "Port": 42934}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:21.885716215Z", + "Created": "2026-04-09T08:36:27.355576182Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2790,302 +2794,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "MachineKey": "mkey:bea17adbfb566692a8a76a883564562b710675b85129f1f074be33cdb8414b2e", + "NodeKey": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "MachineKey": "mkey:8c67e64adf9c3e1105063fa26d936043109e65115e3afd9d6b0989c59e7b5c44", "Peers": [{ - "ID": 324846935855771, - "StableID": "ncdTLLB8Y311CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "DiscoKey": "discokey:27aa3aaaf4ea9b781641873d6d038a9b32b665eb2b03ccd5ff71785c579c073e", - "Addresses": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "AllowedIPs": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "Endpoints": ["77.164.248.136:55894", "10.65.0.27:55894", "172.17.0.1:55894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56298}, - {"Proto": "peerapi6", "Port": 56298} - ]}, - "Created": "2026-04-09T01:30:18.077975823Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 423730102137878, - "StableID": "nKXZ8wfuJ411CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:249ec0dd103ebbfc584e44b28aab84400081e6a1136a729d926f4bc58dfc3523", - "Addresses": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "AllowedIPs": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "Endpoints": ["77.164.248.136:34413", "10.65.0.27:34413", "172.17.0.1:34413"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43930}, - {"Proto": "peerapi6", "Port": 43930} - ]}, - "Created": "2026-04-09T01:30:21.33641928Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 942495009026784, - "StableID": "nfeTXFkrM811CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "DiscoKey": "discokey:51d110dead5bebcaac5c976e6b24832ba7bcc9a548108b6ddf1f37be0674c36d", - "Addresses": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "AllowedIPs": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "Endpoints": ["77.164.248.136:37163", "10.65.0.27:37163", "172.17.0.1:37163"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35545}, - {"Proto": "peerapi6", "Port": 35545} - ]}, - "Created": "2026-04-09T01:30:19.696924137Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2307763778088795, - "StableID": "nNAEWP3C2K11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "DiscoKey": "discokey:f006c28d4ef03cec95ab183bc10de1fc51f3df348a3616e09fcd5cbb8aefcf1b", - "Addresses": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "AllowedIPs": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "Endpoints": ["77.164.248.136:41450", "10.65.0.27:41450", "172.17.0.1:41450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53552}, - {"Proto": "peerapi6", "Port": 53552} - ]}, - "Created": "2026-04-09T01:30:15.880508144Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2621418830786409, - "StableID": "n8E5TCEFUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "KeyExpiry": "2026-10-06T01:30:20Z", - "DiscoKey": "discokey:7b006d7e5342d6a449149e3f0f3d2eeae3819145fae50c34e60e09dd3564cc47", - "Addresses": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "AllowedIPs": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "Endpoints": ["77.164.248.136:35279", "10.65.0.27:35279", "172.17.0.1:35279"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56092}, - {"Proto": "peerapi6", "Port": 56092} - ]}, - "Created": "2026-04-09T01:30:20.815254728Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3211468836654892, - "StableID": "nqRLwkqU5S11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "DiscoKey": "discokey:5ace8c71f8e565327099bfa5691b3dbe5361ab6f353466000c16ed15c6eb7e60", - "Addresses": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "AllowedIPs": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "Endpoints": ["77.164.248.136:51239", "10.65.0.27:51239", "172.17.0.1:51239"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 63174}, - {"Proto": "peerapi6", "Port": 63174} - ]}, - "Created": "2026-04-09T01:30:19.147005448Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3657886512647495, - "StableID": "nvkAHcUfZV11CNTRL", + "ID": 276170980927184, + "StableID": "nbA8tWY5A311CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "DiscoKey": "discokey:12d70f1a5780f42eb94eb8f48bda9126878f34f13f9c4bff2c4c74fa16099869", - "Addresses": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "AllowedIPs": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "Endpoints": ["77.164.248.136:51415", "10.65.0.27:51415", "172.17.0.1:51415"], - "HomeDERP": 4, + "Key": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "DiscoKey": "discokey:24ccb66de47dae95f36e1bb6f81247fb906795348838906b1aa2412a094f0314", + "Addresses": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "AllowedIPs": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "Endpoints": ["77.164.248.136:39033", "10.65.0.27:39033", "172.17.0.1:39033"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36041}, - {"Proto": "peerapi6", "Port": 36041} + {"Proto": "peerapi4", "Port": 62210}, + {"Proto": "peerapi6", "Port": 62210} ]}, - "Created": "2026-04-09T01:30:17.513241534Z", + "Created": "2026-04-09T08:36:23.060063759Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3694398549785186, - "StableID": "nFXKywaCrV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "DiscoKey": "discokey:bd8903a5fd79d06455a33190ddc1ae889f762f45b8542fb0f2ca1e16c2b01d2e", - "Addresses": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "AllowedIPs": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "Endpoints": ["77.164.248.136:52204", "10.65.0.27:52204", "172.17.0.1:52204"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 32849}, - {"Proto": "peerapi6", "Port": 32849} - ]}, - "Created": "2026-04-09T01:30:18.59826279Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4172646983392181, - "StableID": "nif7NvMoaZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "DiscoKey": "discokey:297c7a5a27b45ec938fd6647311c003ded11daa2c4311d313fb65e6cfb8e2164", - "Addresses": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "AllowedIPs": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "Endpoints": ["77.164.248.136:44975", "10.65.0.27:44975", "172.17.0.1:44975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34800}, - {"Proto": "peerapi6", "Port": 34800} - ]}, - "Created": "2026-04-09T01:30:20.233611814Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4511269150725326, - "StableID": "nXfajfPAEc11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "DiscoKey": "discokey:0aa6a2384e94d6c722d61023df5e713b568324a34d8073005e15f2ef4a0f4f2e", - "Addresses": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "AllowedIPs": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "Endpoints": ["77.164.248.136:55135", "10.65.0.27:55135", "172.17.0.1:55135"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41629}, - {"Proto": "peerapi6", "Port": 41629} - ]}, - "Created": "2026-04-09T01:30:15.34045928Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4692079522842378, - "StableID": "nDJQARy3ed11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "DiscoKey": "discokey:a69cc5c68add8340908f4a1c438842b524dec7189f229078ee75c82be5d27824", - "Addresses": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "AllowedIPs": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "Endpoints": ["77.164.248.136:49633", "10.65.0.27:49633", "172.17.0.1:49633"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45690}, - {"Proto": "peerapi6", "Port": 45690} - ]}, - "Created": "2026-04-09T01:30:16.427520965Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5062474566410107, - "StableID": "n8Tdo6doXg11CNTRL", + "ID": 422493151558889, + "StableID": "np6X3NBMJ411CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "DiscoKey": "discokey:dedc5e96b22e65afc554c8d32435ea18c68a3639b644ee069e56a68105374004", - "Addresses": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "AllowedIPs": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "Endpoints": ["77.164.248.136:36498", "10.65.0.27:36498", "172.17.0.1:36498"], + "Key": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "DiscoKey": "discokey:025ee070acb5c2ce611e51c43e5d0180c1aedabee2d617cb6b8107e31abe8470", + "Addresses": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "AllowedIPs": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "Endpoints": ["77.164.248.136:48415", "10.65.0.27:48415", "172.17.0.1:48415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50979}, - {"Proto": "peerapi6", "Port": 50979} + {"Proto": "peerapi4", "Port": 44805}, + {"Proto": "peerapi6", "Port": 44805} ]}, - "Created": "2026-04-09T01:30:14.799346852Z", + "Created": "2026-04-09T08:36:20.383575567Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7848771618068854, - "StableID": "n35v2SviH421CNTRL", + "ID": 1336991832021173, + "StableID": "ntxAtUWXSB11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "DiscoKey": "discokey:978a14f7db17fa91d082c3ff9c8eba451ff5b64028e56ab16c6b69cdf5923b29", + "Addresses": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "AllowedIPs": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "Endpoints": ["77.164.248.136:33638", "10.65.0.27:33638", "172.17.0.1:33638"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45571}, + {"Proto": "peerapi6", "Port": 45571} + ]}, + "Created": "2026-04-09T08:36:25.746563252Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1389943812751139, + "StableID": "nJgS66UWrB11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "DiscoKey": "discokey:c22fb9be17a5aa6973e0c700aaf8cd5f5b2f3c11c2479ffa193c530ed598d10e", - "Addresses": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "AllowedIPs": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "Endpoints": ["77.164.248.136:33282", "10.65.0.27:33282", "172.17.0.1:33282"], + "Key": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "DiscoKey": "discokey:5cecbb80ae01dd23dcd97a5636aefa0b1c61b16ddb99032f4c4b5dd354b9e641", + "Addresses": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "AllowedIPs": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "Endpoints": ["77.164.248.136:42799", "10.65.0.27:42799", "172.17.0.1:42799"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46071}, - {"Proto": "peerapi6", "Port": 46071} + {"Proto": "peerapi4", "Port": 64076}, + {"Proto": "peerapi6", "Port": 64076} ]}, - "Created": "2026-04-09T01:30:16.968133817Z", + "Created": "2026-04-09T08:36:22.535275484Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8117600180999413, - "StableID": "niqaaKbUP621CNTRL", + "ID": 2206193455415330, + "StableID": "n3FEujxBEJ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "DiscoKey": "discokey:e56f33a6ae5d2ba14a548a15b127498f364c1e15e51bcfa5e1a70f35e4d6717c", + "Addresses": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "AllowedIPs": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "Endpoints": ["77.164.248.136:54252", "10.65.0.27:54252", "172.17.0.1:54252"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} + ]}, + "Created": "2026-04-09T08:36:25.206820319Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4220542378268543, + "StableID": "npu9QWVVxZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "DiscoKey": "discokey:a195d10b46903454d87dcd67b3306322c0efb06ffde73308c081cfe07fae182e", + "Addresses": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "AllowedIPs": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "Endpoints": ["77.164.248.136:48678", "10.65.0.27:48678", "172.17.0.1:48678"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 49213}, + {"Proto": "peerapi6", "Port": 49213} + ]}, + "Created": "2026-04-09T08:36:22.001941987Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4467706320869464, + "StableID": "nbikd15Stb11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "DiscoKey": "discokey:de20dec58afd83756e2ac670fe539adbd191e32c4f16c0e79de12dce9695a475", + "Addresses": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "AllowedIPs": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "Endpoints": ["77.164.248.136:44758", "10.65.0.27:44758", "172.17.0.1:44758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 37066}, + {"Proto": "peerapi6", "Port": 37066} + ]}, + "Created": "2026-04-09T08:36:23.592134254Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4576087958311680, + "StableID": "n7kLo75Xjc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "DiscoKey": "discokey:8a854c836f34ac1fd191546462deb81be413a11e3fdf4d69b5c3dcacdabd295d", - "Addresses": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "AllowedIPs": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "Endpoints": ["77.164.248.136:54173", "10.65.0.27:54173", "172.17.0.1:54173"], + "Key": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "DiscoKey": "discokey:0faf137d6b8fb144a6d8bf5869a53c435061206877d0c9e329f2803c73414a79", + "Addresses": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "AllowedIPs": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "Endpoints": ["77.164.248.136:50677", "10.65.0.27:50677", "172.17.0.1:50677"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 46347}, - {"Proto": "peerapi6", "Port": 46347} + {"Proto": "peerapi4", "Port": 44094}, + {"Proto": "peerapi6", "Port": 44094} ]}, - "Created": "2026-04-09T01:30:14.271872259Z", + "Created": "2026-04-09T08:36:19.880646982Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 5049622380103527, + "StableID": "nAxP712zRg11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "DiscoKey": "discokey:e0182edcaf48dd021cbca93411aace2569170c3ebdd295bd09e101a68a80ca5f", + "Addresses": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "AllowedIPs": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36487}, + {"Proto": "peerapi6", "Port": 36487} + ]}, + "Created": "2026-04-09T08:36:24.676810011Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6788603098634672, + "StableID": "ndq8ML6a1v11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:f169b749d93655999654b20c3be0dce2a18595cd73be3085c4e56749f058275a", + "Addresses": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "AllowedIPs": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "Endpoints": ["77.164.248.136:37709", "10.65.0.27:37709", "172.17.0.1:37709"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53854}, + {"Proto": "peerapi6", "Port": 53854} + ]}, + "Created": "2026-04-09T08:36:26.82097398Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6811564195157269, + "StableID": "nARapyEyBv11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "DiscoKey": "discokey:ac52633cea80cffc531d427d07e17822ad82724bb2b97bef15ae262de4fa1816", + "Addresses": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "AllowedIPs": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "Endpoints": ["77.164.248.136:45853", "10.65.0.27:45853", "172.17.0.1:45853"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56960}, + {"Proto": "peerapi6", "Port": 56960} + ]}, + "Created": "2026-04-09T08:36:24.134154474Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7302080917610260, + "StableID": "nKiVtSH82z11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:347dba69443a76cee980c1bdad6e1392688d75996ec57f444bb1b36b3b463e42", + "Addresses": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "AllowedIPs": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "Endpoints": ["77.164.248.136:54752", "10.65.0.27:54752", "172.17.0.1:54752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 65506}, + {"Proto": "peerapi6", "Port": 65506} + ]}, + "Created": "2026-04-09T08:36:26.282579504Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7835443512441861, + "StableID": "niPmyEpgB421CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "DiscoKey": "discokey:1223b89c144f92024eced83ab7ff5dadfb3b75b50dc4c01073d036736b3b1d33", + "Addresses": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "AllowedIPs": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "Endpoints": ["77.164.248.136:57715", "10.65.0.27:57715", "172.17.0.1:57715"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 55213}, + {"Proto": "peerapi6", "Port": 55213} + ]}, + "Created": "2026-04-09T08:36:20.926018001Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8075710677092560, + "StableID": "nVjdZ5EW4621CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "DiscoKey": "discokey:c7a74ca80a92aa71eac9cadecbbc52a9fd60cec49099a3072e9bb3101129f06a", + "Addresses": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "AllowedIPs": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "Endpoints": ["77.164.248.136:49011", "10.65.0.27:49011", "172.17.0.1:49011"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52109}, + {"Proto": "peerapi6", "Port": 52109} + ]}, + "Created": "2026-04-09T08:36:21.463094163Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3113,7 +3117,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.113.55.54"}, {"nodeIP": "fd7a:115c:a1e0::e537:3736"}], + "principals": [{"nodeIP": "100.96.150.75"}, {"nodeIP": "fd7a:115c:a1e0::c537:964b"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -3122,7 +3126,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.55.54"}, {"nodeIP": "fd7a:115c:a1e0::e537:3736"}], + "principals": [{"nodeIP": "100.96.150.75"}, {"nodeIP": "fd7a:115c:a1e0::c537:964b"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3951,26 +3955,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.113.55.54"}, {"nodeIP": "fd7a:115c:a1e0::e537:3736"}], + "principals": [{"nodeIP": "100.96.150.75"}, {"nodeIP": "fd7a:115c:a1e0::c537:964b"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -3979,7 +3984,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.55.54"}, {"nodeIP": "fd7a:115c:a1e0::e537:3736"}], + "principals": [{"nodeIP": "100.96.150.75"}, {"nodeIP": "fd7a:115c:a1e0::c537:964b"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -4016,26 +4021,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4511269150725326, - "StableID": "nXfajfPAEc11CNTRL", + "ID": 7835443512441861, + "StableID": "niPmyEpgB421CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 4511269150725326, - "Key": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "DiscoKey": "discokey:0aa6a2384e94d6c722d61023df5e713b568324a34d8073005e15f2ef4a0f4f2e", - "Addresses": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "AllowedIPs": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "Endpoints": ["77.164.248.136:55135", "10.65.0.27:55135", "172.17.0.1:55135"], + "User": 7835443512441861, + "Key": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "DiscoKey": "discokey:1223b89c144f92024eced83ab7ff5dadfb3b75b50dc4c01073d036736b3b1d33", + "Addresses": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "AllowedIPs": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "Endpoints": ["77.164.248.136:57715", "10.65.0.27:57715", "172.17.0.1:57715"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 41629}, - {"Proto": "peerapi6", "Port": 41629}, + {"Proto": "peerapi4", "Port": 55213}, + {"Proto": "peerapi6", "Port": 55213}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:30:15.34045928Z", + "Created": "2026-04-09T08:36:20.926018001Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -4063,302 +4068,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "MachineKey": "mkey:879eace8bb0a1648270338ae41f5642c2b0e767f28d4da7edb3cc128b6820233", + "NodeKey": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "MachineKey": "mkey:5802a754381206ba40407695ba22ddb99871fccf4b7cbfa577e9b37227960320", "Peers": [{ - "ID": 324846935855771, - "StableID": "ncdTLLB8Y311CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "DiscoKey": "discokey:27aa3aaaf4ea9b781641873d6d038a9b32b665eb2b03ccd5ff71785c579c073e", - "Addresses": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "AllowedIPs": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "Endpoints": ["77.164.248.136:55894", "10.65.0.27:55894", "172.17.0.1:55894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56298}, - {"Proto": "peerapi6", "Port": 56298} - ]}, - "Created": "2026-04-09T01:30:18.077975823Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 420236699879391, - "StableID": "n8Pr8XuKH411CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:c86e5ce45ca3285796f9ecc8ce618bd356a3a9758fbd1f1ab76ff90e44056202", - "Addresses": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "AllowedIPs": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "Endpoints": ["77.164.248.136:42535", "10.65.0.27:42535", "172.17.0.1:42535"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61144}, - {"Proto": "peerapi6", "Port": 61144} - ]}, - "Created": "2026-04-09T01:30:21.885716215Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 423730102137878, - "StableID": "nKXZ8wfuJ411CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:249ec0dd103ebbfc584e44b28aab84400081e6a1136a729d926f4bc58dfc3523", - "Addresses": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "AllowedIPs": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "Endpoints": ["77.164.248.136:34413", "10.65.0.27:34413", "172.17.0.1:34413"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43930}, - {"Proto": "peerapi6", "Port": 43930} - ]}, - "Created": "2026-04-09T01:30:21.33641928Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 942495009026784, - "StableID": "nfeTXFkrM811CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "DiscoKey": "discokey:51d110dead5bebcaac5c976e6b24832ba7bcc9a548108b6ddf1f37be0674c36d", - "Addresses": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "AllowedIPs": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "Endpoints": ["77.164.248.136:37163", "10.65.0.27:37163", "172.17.0.1:37163"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35545}, - {"Proto": "peerapi6", "Port": 35545} - ]}, - "Created": "2026-04-09T01:30:19.696924137Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2307763778088795, - "StableID": "nNAEWP3C2K11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "DiscoKey": "discokey:f006c28d4ef03cec95ab183bc10de1fc51f3df348a3616e09fcd5cbb8aefcf1b", - "Addresses": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "AllowedIPs": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "Endpoints": ["77.164.248.136:41450", "10.65.0.27:41450", "172.17.0.1:41450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53552}, - {"Proto": "peerapi6", "Port": 53552} - ]}, - "Created": "2026-04-09T01:30:15.880508144Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2621418830786409, - "StableID": "n8E5TCEFUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "KeyExpiry": "2026-10-06T01:30:20Z", - "DiscoKey": "discokey:7b006d7e5342d6a449149e3f0f3d2eeae3819145fae50c34e60e09dd3564cc47", - "Addresses": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "AllowedIPs": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "Endpoints": ["77.164.248.136:35279", "10.65.0.27:35279", "172.17.0.1:35279"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56092}, - {"Proto": "peerapi6", "Port": 56092} - ]}, - "Created": "2026-04-09T01:30:20.815254728Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3211468836654892, - "StableID": "nqRLwkqU5S11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "DiscoKey": "discokey:5ace8c71f8e565327099bfa5691b3dbe5361ab6f353466000c16ed15c6eb7e60", - "Addresses": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "AllowedIPs": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "Endpoints": ["77.164.248.136:51239", "10.65.0.27:51239", "172.17.0.1:51239"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 63174}, - {"Proto": "peerapi6", "Port": 63174} - ]}, - "Created": "2026-04-09T01:30:19.147005448Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3657886512647495, - "StableID": "nvkAHcUfZV11CNTRL", + "ID": 276170980927184, + "StableID": "nbA8tWY5A311CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "DiscoKey": "discokey:12d70f1a5780f42eb94eb8f48bda9126878f34f13f9c4bff2c4c74fa16099869", - "Addresses": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "AllowedIPs": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "Endpoints": ["77.164.248.136:51415", "10.65.0.27:51415", "172.17.0.1:51415"], - "HomeDERP": 4, + "Key": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "DiscoKey": "discokey:24ccb66de47dae95f36e1bb6f81247fb906795348838906b1aa2412a094f0314", + "Addresses": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "AllowedIPs": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "Endpoints": ["77.164.248.136:39033", "10.65.0.27:39033", "172.17.0.1:39033"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36041}, - {"Proto": "peerapi6", "Port": 36041} + {"Proto": "peerapi4", "Port": 62210}, + {"Proto": "peerapi6", "Port": 62210} ]}, - "Created": "2026-04-09T01:30:17.513241534Z", + "Created": "2026-04-09T08:36:23.060063759Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3694398549785186, - "StableID": "nFXKywaCrV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "DiscoKey": "discokey:bd8903a5fd79d06455a33190ddc1ae889f762f45b8542fb0f2ca1e16c2b01d2e", - "Addresses": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "AllowedIPs": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "Endpoints": ["77.164.248.136:52204", "10.65.0.27:52204", "172.17.0.1:52204"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 32849}, - {"Proto": "peerapi6", "Port": 32849} - ]}, - "Created": "2026-04-09T01:30:18.59826279Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4172646983392181, - "StableID": "nif7NvMoaZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "DiscoKey": "discokey:297c7a5a27b45ec938fd6647311c003ded11daa2c4311d313fb65e6cfb8e2164", - "Addresses": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "AllowedIPs": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "Endpoints": ["77.164.248.136:44975", "10.65.0.27:44975", "172.17.0.1:44975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34800}, - {"Proto": "peerapi6", "Port": 34800} - ]}, - "Created": "2026-04-09T01:30:20.233611814Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4692079522842378, - "StableID": "nDJQARy3ed11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "DiscoKey": "discokey:a69cc5c68add8340908f4a1c438842b524dec7189f229078ee75c82be5d27824", - "Addresses": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "AllowedIPs": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "Endpoints": ["77.164.248.136:49633", "10.65.0.27:49633", "172.17.0.1:49633"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45690}, - {"Proto": "peerapi6", "Port": 45690} - ]}, - "Created": "2026-04-09T01:30:16.427520965Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5062474566410107, - "StableID": "n8Tdo6doXg11CNTRL", + "ID": 422493151558889, + "StableID": "np6X3NBMJ411CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "DiscoKey": "discokey:dedc5e96b22e65afc554c8d32435ea18c68a3639b644ee069e56a68105374004", - "Addresses": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "AllowedIPs": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "Endpoints": ["77.164.248.136:36498", "10.65.0.27:36498", "172.17.0.1:36498"], + "Key": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "DiscoKey": "discokey:025ee070acb5c2ce611e51c43e5d0180c1aedabee2d617cb6b8107e31abe8470", + "Addresses": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "AllowedIPs": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "Endpoints": ["77.164.248.136:48415", "10.65.0.27:48415", "172.17.0.1:48415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50979}, - {"Proto": "peerapi6", "Port": 50979} + {"Proto": "peerapi4", "Port": 44805}, + {"Proto": "peerapi6", "Port": 44805} ]}, - "Created": "2026-04-09T01:30:14.799346852Z", + "Created": "2026-04-09T08:36:20.383575567Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7848771618068854, - "StableID": "n35v2SviH421CNTRL", + "ID": 1336991832021173, + "StableID": "ntxAtUWXSB11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "DiscoKey": "discokey:978a14f7db17fa91d082c3ff9c8eba451ff5b64028e56ab16c6b69cdf5923b29", + "Addresses": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "AllowedIPs": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "Endpoints": ["77.164.248.136:33638", "10.65.0.27:33638", "172.17.0.1:33638"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45571}, + {"Proto": "peerapi6", "Port": 45571} + ]}, + "Created": "2026-04-09T08:36:25.746563252Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1389943812751139, + "StableID": "nJgS66UWrB11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "DiscoKey": "discokey:c22fb9be17a5aa6973e0c700aaf8cd5f5b2f3c11c2479ffa193c530ed598d10e", - "Addresses": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "AllowedIPs": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "Endpoints": ["77.164.248.136:33282", "10.65.0.27:33282", "172.17.0.1:33282"], + "Key": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "DiscoKey": "discokey:5cecbb80ae01dd23dcd97a5636aefa0b1c61b16ddb99032f4c4b5dd354b9e641", + "Addresses": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "AllowedIPs": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "Endpoints": ["77.164.248.136:42799", "10.65.0.27:42799", "172.17.0.1:42799"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46071}, - {"Proto": "peerapi6", "Port": 46071} + {"Proto": "peerapi4", "Port": 64076}, + {"Proto": "peerapi6", "Port": 64076} ]}, - "Created": "2026-04-09T01:30:16.968133817Z", + "Created": "2026-04-09T08:36:22.535275484Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8117600180999413, - "StableID": "niqaaKbUP621CNTRL", + "ID": 2206193455415330, + "StableID": "n3FEujxBEJ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "DiscoKey": "discokey:e56f33a6ae5d2ba14a548a15b127498f364c1e15e51bcfa5e1a70f35e4d6717c", + "Addresses": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "AllowedIPs": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "Endpoints": ["77.164.248.136:54252", "10.65.0.27:54252", "172.17.0.1:54252"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} + ]}, + "Created": "2026-04-09T08:36:25.206820319Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2594202260572221, + "StableID": "ngcdL5JvFM11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "KeyExpiry": "2026-10-06T08:36:27Z", + "DiscoKey": "discokey:3afb17c53cf0181cd148ff6a11bfd2995d8775103675e960638a89402534cf09", + "Addresses": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "AllowedIPs": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "Endpoints": ["77.164.248.136:58632", "10.65.0.27:58632", "172.17.0.1:58632"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 42934}, + {"Proto": "peerapi6", "Port": 42934} + ]}, + "Created": "2026-04-09T08:36:27.355576182Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4220542378268543, + "StableID": "npu9QWVVxZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "DiscoKey": "discokey:a195d10b46903454d87dcd67b3306322c0efb06ffde73308c081cfe07fae182e", + "Addresses": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "AllowedIPs": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "Endpoints": ["77.164.248.136:48678", "10.65.0.27:48678", "172.17.0.1:48678"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 49213}, + {"Proto": "peerapi6", "Port": 49213} + ]}, + "Created": "2026-04-09T08:36:22.001941987Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4467706320869464, + "StableID": "nbikd15Stb11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "DiscoKey": "discokey:de20dec58afd83756e2ac670fe539adbd191e32c4f16c0e79de12dce9695a475", + "Addresses": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "AllowedIPs": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "Endpoints": ["77.164.248.136:44758", "10.65.0.27:44758", "172.17.0.1:44758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 37066}, + {"Proto": "peerapi6", "Port": 37066} + ]}, + "Created": "2026-04-09T08:36:23.592134254Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4576087958311680, + "StableID": "n7kLo75Xjc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "DiscoKey": "discokey:8a854c836f34ac1fd191546462deb81be413a11e3fdf4d69b5c3dcacdabd295d", - "Addresses": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "AllowedIPs": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "Endpoints": ["77.164.248.136:54173", "10.65.0.27:54173", "172.17.0.1:54173"], + "Key": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "DiscoKey": "discokey:0faf137d6b8fb144a6d8bf5869a53c435061206877d0c9e329f2803c73414a79", + "Addresses": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "AllowedIPs": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "Endpoints": ["77.164.248.136:50677", "10.65.0.27:50677", "172.17.0.1:50677"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 46347}, - {"Proto": "peerapi6", "Port": 46347} + {"Proto": "peerapi4", "Port": 44094}, + {"Proto": "peerapi6", "Port": 44094} ]}, - "Created": "2026-04-09T01:30:14.271872259Z", + "Created": "2026-04-09T08:36:19.880646982Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 5049622380103527, + "StableID": "nAxP712zRg11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "DiscoKey": "discokey:e0182edcaf48dd021cbca93411aace2569170c3ebdd295bd09e101a68a80ca5f", + "Addresses": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "AllowedIPs": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36487}, + {"Proto": "peerapi6", "Port": 36487} + ]}, + "Created": "2026-04-09T08:36:24.676810011Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6788603098634672, + "StableID": "ndq8ML6a1v11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:f169b749d93655999654b20c3be0dce2a18595cd73be3085c4e56749f058275a", + "Addresses": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "AllowedIPs": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "Endpoints": ["77.164.248.136:37709", "10.65.0.27:37709", "172.17.0.1:37709"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53854}, + {"Proto": "peerapi6", "Port": 53854} + ]}, + "Created": "2026-04-09T08:36:26.82097398Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6811564195157269, + "StableID": "nARapyEyBv11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "DiscoKey": "discokey:ac52633cea80cffc531d427d07e17822ad82724bb2b97bef15ae262de4fa1816", + "Addresses": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "AllowedIPs": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "Endpoints": ["77.164.248.136:45853", "10.65.0.27:45853", "172.17.0.1:45853"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56960}, + {"Proto": "peerapi6", "Port": 56960} + ]}, + "Created": "2026-04-09T08:36:24.134154474Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7302080917610260, + "StableID": "nKiVtSH82z11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:347dba69443a76cee980c1bdad6e1392688d75996ec57f444bb1b36b3b463e42", + "Addresses": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "AllowedIPs": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "Endpoints": ["77.164.248.136:54752", "10.65.0.27:54752", "172.17.0.1:54752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 65506}, + {"Proto": "peerapi6", "Port": 65506} + ]}, + "Created": "2026-04-09T08:36:26.282579504Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8075710677092560, + "StableID": "nVjdZ5EW4621CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "DiscoKey": "discokey:c7a74ca80a92aa71eac9cadecbbc52a9fd60cec49099a3072e9bb3101129f06a", + "Addresses": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "AllowedIPs": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "Endpoints": ["77.164.248.136:49011", "10.65.0.27:49011", "172.17.0.1:49011"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52109}, + {"Proto": "peerapi6", "Port": 52109} + ]}, + "Created": "2026-04-09T08:36:21.463094163Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5206,27 +5211,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4511269150725326": { - "ID": 4511269150725326, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7835443512441861": { + "ID": 7835443512441861, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5257,26 +5264,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 324846935855771, - "StableID": "ncdTLLB8Y311CNTRL", + "ID": 4467706320869464, + "StableID": "nbikd15Stb11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 324846935855771, - "Key": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "DiscoKey": "discokey:27aa3aaaf4ea9b781641873d6d038a9b32b665eb2b03ccd5ff71785c579c073e", - "Addresses": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "AllowedIPs": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "Endpoints": ["77.164.248.136:55894", "10.65.0.27:55894", "172.17.0.1:55894"], + "User": 4467706320869464, + "Key": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "DiscoKey": "discokey:de20dec58afd83756e2ac670fe539adbd191e32c4f16c0e79de12dce9695a475", + "Addresses": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "AllowedIPs": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "Endpoints": ["77.164.248.136:44758", "10.65.0.27:44758", "172.17.0.1:44758"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 56298}, - {"Proto": "peerapi6", "Port": 56298}, + {"Proto": "peerapi4", "Port": 37066}, + {"Proto": "peerapi6", "Port": 37066}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:30:18.077975823Z", + "Created": "2026-04-09T08:36:23.592134254Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5304,302 +5311,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "MachineKey": "mkey:2e1f0c5071fa568c7a23ceb7557ea3a8ae9831bdfa3087bd8f746cd8c1fbfc15", + "NodeKey": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "MachineKey": "mkey:743ee26453d488a31940e6588327760ae7a7178204061fabda93ec7e35f1f048", "Peers": [{ - "ID": 420236699879391, - "StableID": "n8Pr8XuKH411CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:c86e5ce45ca3285796f9ecc8ce618bd356a3a9758fbd1f1ab76ff90e44056202", - "Addresses": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "AllowedIPs": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "Endpoints": ["77.164.248.136:42535", "10.65.0.27:42535", "172.17.0.1:42535"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61144}, - {"Proto": "peerapi6", "Port": 61144} - ]}, - "Created": "2026-04-09T01:30:21.885716215Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 423730102137878, - "StableID": "nKXZ8wfuJ411CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:249ec0dd103ebbfc584e44b28aab84400081e6a1136a729d926f4bc58dfc3523", - "Addresses": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "AllowedIPs": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "Endpoints": ["77.164.248.136:34413", "10.65.0.27:34413", "172.17.0.1:34413"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43930}, - {"Proto": "peerapi6", "Port": 43930} - ]}, - "Created": "2026-04-09T01:30:21.33641928Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 942495009026784, - "StableID": "nfeTXFkrM811CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "DiscoKey": "discokey:51d110dead5bebcaac5c976e6b24832ba7bcc9a548108b6ddf1f37be0674c36d", - "Addresses": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "AllowedIPs": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "Endpoints": ["77.164.248.136:37163", "10.65.0.27:37163", "172.17.0.1:37163"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35545}, - {"Proto": "peerapi6", "Port": 35545} - ]}, - "Created": "2026-04-09T01:30:19.696924137Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2307763778088795, - "StableID": "nNAEWP3C2K11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "DiscoKey": "discokey:f006c28d4ef03cec95ab183bc10de1fc51f3df348a3616e09fcd5cbb8aefcf1b", - "Addresses": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "AllowedIPs": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "Endpoints": ["77.164.248.136:41450", "10.65.0.27:41450", "172.17.0.1:41450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53552}, - {"Proto": "peerapi6", "Port": 53552} - ]}, - "Created": "2026-04-09T01:30:15.880508144Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2621418830786409, - "StableID": "n8E5TCEFUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "KeyExpiry": "2026-10-06T01:30:20Z", - "DiscoKey": "discokey:7b006d7e5342d6a449149e3f0f3d2eeae3819145fae50c34e60e09dd3564cc47", - "Addresses": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "AllowedIPs": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "Endpoints": ["77.164.248.136:35279", "10.65.0.27:35279", "172.17.0.1:35279"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56092}, - {"Proto": "peerapi6", "Port": 56092} - ]}, - "Created": "2026-04-09T01:30:20.815254728Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3211468836654892, - "StableID": "nqRLwkqU5S11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "DiscoKey": "discokey:5ace8c71f8e565327099bfa5691b3dbe5361ab6f353466000c16ed15c6eb7e60", - "Addresses": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "AllowedIPs": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "Endpoints": ["77.164.248.136:51239", "10.65.0.27:51239", "172.17.0.1:51239"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 63174}, - {"Proto": "peerapi6", "Port": 63174} - ]}, - "Created": "2026-04-09T01:30:19.147005448Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3657886512647495, - "StableID": "nvkAHcUfZV11CNTRL", + "ID": 276170980927184, + "StableID": "nbA8tWY5A311CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "DiscoKey": "discokey:12d70f1a5780f42eb94eb8f48bda9126878f34f13f9c4bff2c4c74fa16099869", - "Addresses": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "AllowedIPs": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "Endpoints": ["77.164.248.136:51415", "10.65.0.27:51415", "172.17.0.1:51415"], - "HomeDERP": 4, + "Key": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "DiscoKey": "discokey:24ccb66de47dae95f36e1bb6f81247fb906795348838906b1aa2412a094f0314", + "Addresses": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "AllowedIPs": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "Endpoints": ["77.164.248.136:39033", "10.65.0.27:39033", "172.17.0.1:39033"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36041}, - {"Proto": "peerapi6", "Port": 36041} + {"Proto": "peerapi4", "Port": 62210}, + {"Proto": "peerapi6", "Port": 62210} ]}, - "Created": "2026-04-09T01:30:17.513241534Z", + "Created": "2026-04-09T08:36:23.060063759Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3694398549785186, - "StableID": "nFXKywaCrV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "DiscoKey": "discokey:bd8903a5fd79d06455a33190ddc1ae889f762f45b8542fb0f2ca1e16c2b01d2e", - "Addresses": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "AllowedIPs": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "Endpoints": ["77.164.248.136:52204", "10.65.0.27:52204", "172.17.0.1:52204"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 32849}, - {"Proto": "peerapi6", "Port": 32849} - ]}, - "Created": "2026-04-09T01:30:18.59826279Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4172646983392181, - "StableID": "nif7NvMoaZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "DiscoKey": "discokey:297c7a5a27b45ec938fd6647311c003ded11daa2c4311d313fb65e6cfb8e2164", - "Addresses": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "AllowedIPs": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "Endpoints": ["77.164.248.136:44975", "10.65.0.27:44975", "172.17.0.1:44975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34800}, - {"Proto": "peerapi6", "Port": 34800} - ]}, - "Created": "2026-04-09T01:30:20.233611814Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4511269150725326, - "StableID": "nXfajfPAEc11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "DiscoKey": "discokey:0aa6a2384e94d6c722d61023df5e713b568324a34d8073005e15f2ef4a0f4f2e", - "Addresses": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "AllowedIPs": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "Endpoints": ["77.164.248.136:55135", "10.65.0.27:55135", "172.17.0.1:55135"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41629}, - {"Proto": "peerapi6", "Port": 41629} - ]}, - "Created": "2026-04-09T01:30:15.34045928Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4692079522842378, - "StableID": "nDJQARy3ed11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "DiscoKey": "discokey:a69cc5c68add8340908f4a1c438842b524dec7189f229078ee75c82be5d27824", - "Addresses": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "AllowedIPs": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "Endpoints": ["77.164.248.136:49633", "10.65.0.27:49633", "172.17.0.1:49633"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45690}, - {"Proto": "peerapi6", "Port": 45690} - ]}, - "Created": "2026-04-09T01:30:16.427520965Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5062474566410107, - "StableID": "n8Tdo6doXg11CNTRL", + "ID": 422493151558889, + "StableID": "np6X3NBMJ411CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "DiscoKey": "discokey:dedc5e96b22e65afc554c8d32435ea18c68a3639b644ee069e56a68105374004", - "Addresses": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "AllowedIPs": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "Endpoints": ["77.164.248.136:36498", "10.65.0.27:36498", "172.17.0.1:36498"], + "Key": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "DiscoKey": "discokey:025ee070acb5c2ce611e51c43e5d0180c1aedabee2d617cb6b8107e31abe8470", + "Addresses": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "AllowedIPs": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "Endpoints": ["77.164.248.136:48415", "10.65.0.27:48415", "172.17.0.1:48415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50979}, - {"Proto": "peerapi6", "Port": 50979} + {"Proto": "peerapi4", "Port": 44805}, + {"Proto": "peerapi6", "Port": 44805} ]}, - "Created": "2026-04-09T01:30:14.799346852Z", + "Created": "2026-04-09T08:36:20.383575567Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7848771618068854, - "StableID": "n35v2SviH421CNTRL", + "ID": 1336991832021173, + "StableID": "ntxAtUWXSB11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "DiscoKey": "discokey:978a14f7db17fa91d082c3ff9c8eba451ff5b64028e56ab16c6b69cdf5923b29", + "Addresses": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "AllowedIPs": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "Endpoints": ["77.164.248.136:33638", "10.65.0.27:33638", "172.17.0.1:33638"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45571}, + {"Proto": "peerapi6", "Port": 45571} + ]}, + "Created": "2026-04-09T08:36:25.746563252Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1389943812751139, + "StableID": "nJgS66UWrB11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "DiscoKey": "discokey:c22fb9be17a5aa6973e0c700aaf8cd5f5b2f3c11c2479ffa193c530ed598d10e", - "Addresses": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "AllowedIPs": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "Endpoints": ["77.164.248.136:33282", "10.65.0.27:33282", "172.17.0.1:33282"], + "Key": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "DiscoKey": "discokey:5cecbb80ae01dd23dcd97a5636aefa0b1c61b16ddb99032f4c4b5dd354b9e641", + "Addresses": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "AllowedIPs": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "Endpoints": ["77.164.248.136:42799", "10.65.0.27:42799", "172.17.0.1:42799"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46071}, - {"Proto": "peerapi6", "Port": 46071} + {"Proto": "peerapi4", "Port": 64076}, + {"Proto": "peerapi6", "Port": 64076} ]}, - "Created": "2026-04-09T01:30:16.968133817Z", + "Created": "2026-04-09T08:36:22.535275484Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8117600180999413, - "StableID": "niqaaKbUP621CNTRL", + "ID": 2206193455415330, + "StableID": "n3FEujxBEJ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "DiscoKey": "discokey:e56f33a6ae5d2ba14a548a15b127498f364c1e15e51bcfa5e1a70f35e4d6717c", + "Addresses": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "AllowedIPs": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "Endpoints": ["77.164.248.136:54252", "10.65.0.27:54252", "172.17.0.1:54252"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} + ]}, + "Created": "2026-04-09T08:36:25.206820319Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2594202260572221, + "StableID": "ngcdL5JvFM11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "KeyExpiry": "2026-10-06T08:36:27Z", + "DiscoKey": "discokey:3afb17c53cf0181cd148ff6a11bfd2995d8775103675e960638a89402534cf09", + "Addresses": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "AllowedIPs": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "Endpoints": ["77.164.248.136:58632", "10.65.0.27:58632", "172.17.0.1:58632"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 42934}, + {"Proto": "peerapi6", "Port": 42934} + ]}, + "Created": "2026-04-09T08:36:27.355576182Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4220542378268543, + "StableID": "npu9QWVVxZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "DiscoKey": "discokey:a195d10b46903454d87dcd67b3306322c0efb06ffde73308c081cfe07fae182e", + "Addresses": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "AllowedIPs": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "Endpoints": ["77.164.248.136:48678", "10.65.0.27:48678", "172.17.0.1:48678"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 49213}, + {"Proto": "peerapi6", "Port": 49213} + ]}, + "Created": "2026-04-09T08:36:22.001941987Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4576087958311680, + "StableID": "n7kLo75Xjc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "DiscoKey": "discokey:8a854c836f34ac1fd191546462deb81be413a11e3fdf4d69b5c3dcacdabd295d", - "Addresses": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "AllowedIPs": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "Endpoints": ["77.164.248.136:54173", "10.65.0.27:54173", "172.17.0.1:54173"], + "Key": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "DiscoKey": "discokey:0faf137d6b8fb144a6d8bf5869a53c435061206877d0c9e329f2803c73414a79", + "Addresses": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "AllowedIPs": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "Endpoints": ["77.164.248.136:50677", "10.65.0.27:50677", "172.17.0.1:50677"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 46347}, - {"Proto": "peerapi6", "Port": 46347} + {"Proto": "peerapi4", "Port": 44094}, + {"Proto": "peerapi6", "Port": 44094} ]}, - "Created": "2026-04-09T01:30:14.271872259Z", + "Created": "2026-04-09T08:36:19.880646982Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 5049622380103527, + "StableID": "nAxP712zRg11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "DiscoKey": "discokey:e0182edcaf48dd021cbca93411aace2569170c3ebdd295bd09e101a68a80ca5f", + "Addresses": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "AllowedIPs": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36487}, + {"Proto": "peerapi6", "Port": 36487} + ]}, + "Created": "2026-04-09T08:36:24.676810011Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6788603098634672, + "StableID": "ndq8ML6a1v11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:f169b749d93655999654b20c3be0dce2a18595cd73be3085c4e56749f058275a", + "Addresses": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "AllowedIPs": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "Endpoints": ["77.164.248.136:37709", "10.65.0.27:37709", "172.17.0.1:37709"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53854}, + {"Proto": "peerapi6", "Port": 53854} + ]}, + "Created": "2026-04-09T08:36:26.82097398Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6811564195157269, + "StableID": "nARapyEyBv11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "DiscoKey": "discokey:ac52633cea80cffc531d427d07e17822ad82724bb2b97bef15ae262de4fa1816", + "Addresses": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "AllowedIPs": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "Endpoints": ["77.164.248.136:45853", "10.65.0.27:45853", "172.17.0.1:45853"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56960}, + {"Proto": "peerapi6", "Port": 56960} + ]}, + "Created": "2026-04-09T08:36:24.134154474Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7302080917610260, + "StableID": "nKiVtSH82z11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:347dba69443a76cee980c1bdad6e1392688d75996ec57f444bb1b36b3b463e42", + "Addresses": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "AllowedIPs": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "Endpoints": ["77.164.248.136:54752", "10.65.0.27:54752", "172.17.0.1:54752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 65506}, + {"Proto": "peerapi6", "Port": 65506} + ]}, + "Created": "2026-04-09T08:36:26.282579504Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7835443512441861, + "StableID": "niPmyEpgB421CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "DiscoKey": "discokey:1223b89c144f92024eced83ab7ff5dadfb3b75b50dc4c01073d036736b3b1d33", + "Addresses": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "AllowedIPs": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "Endpoints": ["77.164.248.136:57715", "10.65.0.27:57715", "172.17.0.1:57715"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 55213}, + {"Proto": "peerapi6", "Port": 55213} + ]}, + "Created": "2026-04-09T08:36:20.926018001Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8075710677092560, + "StableID": "nVjdZ5EW4621CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "DiscoKey": "discokey:c7a74ca80a92aa71eac9cadecbbc52a9fd60cec49099a3072e9bb3101129f06a", + "Addresses": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "AllowedIPs": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "Endpoints": ["77.164.248.136:49011", "10.65.0.27:49011", "172.17.0.1:49011"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52109}, + {"Proto": "peerapi6", "Port": 52109} + ]}, + "Created": "2026-04-09T08:36:21.463094163Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6447,27 +6454,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "324846935855771": { - "ID": 324846935855771, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4467706320869464": { + "ID": 4467706320869464, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6498,22 +6507,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2621418830786409, - "StableID": "n8E5TCEFUM11CNTRL", + "ID": 7302080917610260, + "StableID": "nKiVtSH82z11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "KeyExpiry": "2026-10-06T01:30:20Z", - "DiscoKey": "discokey:7b006d7e5342d6a449149e3f0f3d2eeae3819145fae50c34e60e09dd3564cc47", - "Addresses": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "AllowedIPs": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "Endpoints": ["77.164.248.136:35279", "10.65.0.27:35279", "172.17.0.1:35279"], + "Key": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:347dba69443a76cee980c1bdad6e1392688d75996ec57f444bb1b36b3b463e42", + "Addresses": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "AllowedIPs": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "Endpoints": ["77.164.248.136:54752", "10.65.0.27:54752", "172.17.0.1:54752"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56092}, - {"Proto": "peerapi6", "Port": 56092}, + {"Proto": "peerapi4", "Port": 65506}, + {"Proto": "peerapi6", "Port": 65506}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:20.815254728Z", + "Created": "2026-04-09T08:36:26.282579504Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6540,302 +6549,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "MachineKey": "mkey:03269155018e1026cc849b1e89bfe25fb1214bc0defe47f04ae54475044fde3f", + "NodeKey": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "MachineKey": "mkey:4f3610b2712c3a315a2a55d164b74f0e528e3e9ea89749f68ece6f349a77625d", "Peers": [{ - "ID": 324846935855771, - "StableID": "ncdTLLB8Y311CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "DiscoKey": "discokey:27aa3aaaf4ea9b781641873d6d038a9b32b665eb2b03ccd5ff71785c579c073e", - "Addresses": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "AllowedIPs": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "Endpoints": ["77.164.248.136:55894", "10.65.0.27:55894", "172.17.0.1:55894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56298}, - {"Proto": "peerapi6", "Port": 56298} - ]}, - "Created": "2026-04-09T01:30:18.077975823Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 420236699879391, - "StableID": "n8Pr8XuKH411CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:c86e5ce45ca3285796f9ecc8ce618bd356a3a9758fbd1f1ab76ff90e44056202", - "Addresses": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "AllowedIPs": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "Endpoints": ["77.164.248.136:42535", "10.65.0.27:42535", "172.17.0.1:42535"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61144}, - {"Proto": "peerapi6", "Port": 61144} - ]}, - "Created": "2026-04-09T01:30:21.885716215Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 423730102137878, - "StableID": "nKXZ8wfuJ411CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:249ec0dd103ebbfc584e44b28aab84400081e6a1136a729d926f4bc58dfc3523", - "Addresses": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "AllowedIPs": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "Endpoints": ["77.164.248.136:34413", "10.65.0.27:34413", "172.17.0.1:34413"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43930}, - {"Proto": "peerapi6", "Port": 43930} - ]}, - "Created": "2026-04-09T01:30:21.33641928Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 942495009026784, - "StableID": "nfeTXFkrM811CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "DiscoKey": "discokey:51d110dead5bebcaac5c976e6b24832ba7bcc9a548108b6ddf1f37be0674c36d", - "Addresses": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "AllowedIPs": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "Endpoints": ["77.164.248.136:37163", "10.65.0.27:37163", "172.17.0.1:37163"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35545}, - {"Proto": "peerapi6", "Port": 35545} - ]}, - "Created": "2026-04-09T01:30:19.696924137Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2307763778088795, - "StableID": "nNAEWP3C2K11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "DiscoKey": "discokey:f006c28d4ef03cec95ab183bc10de1fc51f3df348a3616e09fcd5cbb8aefcf1b", - "Addresses": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "AllowedIPs": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "Endpoints": ["77.164.248.136:41450", "10.65.0.27:41450", "172.17.0.1:41450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53552}, - {"Proto": "peerapi6", "Port": 53552} - ]}, - "Created": "2026-04-09T01:30:15.880508144Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3211468836654892, - "StableID": "nqRLwkqU5S11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "DiscoKey": "discokey:5ace8c71f8e565327099bfa5691b3dbe5361ab6f353466000c16ed15c6eb7e60", - "Addresses": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "AllowedIPs": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "Endpoints": ["77.164.248.136:51239", "10.65.0.27:51239", "172.17.0.1:51239"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 63174}, - {"Proto": "peerapi6", "Port": 63174} - ]}, - "Created": "2026-04-09T01:30:19.147005448Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3657886512647495, - "StableID": "nvkAHcUfZV11CNTRL", + "ID": 276170980927184, + "StableID": "nbA8tWY5A311CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "DiscoKey": "discokey:12d70f1a5780f42eb94eb8f48bda9126878f34f13f9c4bff2c4c74fa16099869", - "Addresses": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "AllowedIPs": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "Endpoints": ["77.164.248.136:51415", "10.65.0.27:51415", "172.17.0.1:51415"], - "HomeDERP": 4, + "Key": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "DiscoKey": "discokey:24ccb66de47dae95f36e1bb6f81247fb906795348838906b1aa2412a094f0314", + "Addresses": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "AllowedIPs": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "Endpoints": ["77.164.248.136:39033", "10.65.0.27:39033", "172.17.0.1:39033"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36041}, - {"Proto": "peerapi6", "Port": 36041} + {"Proto": "peerapi4", "Port": 62210}, + {"Proto": "peerapi6", "Port": 62210} ]}, - "Created": "2026-04-09T01:30:17.513241534Z", + "Created": "2026-04-09T08:36:23.060063759Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3694398549785186, - "StableID": "nFXKywaCrV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "DiscoKey": "discokey:bd8903a5fd79d06455a33190ddc1ae889f762f45b8542fb0f2ca1e16c2b01d2e", - "Addresses": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "AllowedIPs": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "Endpoints": ["77.164.248.136:52204", "10.65.0.27:52204", "172.17.0.1:52204"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 32849}, - {"Proto": "peerapi6", "Port": 32849} - ]}, - "Created": "2026-04-09T01:30:18.59826279Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4172646983392181, - "StableID": "nif7NvMoaZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "DiscoKey": "discokey:297c7a5a27b45ec938fd6647311c003ded11daa2c4311d313fb65e6cfb8e2164", - "Addresses": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "AllowedIPs": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "Endpoints": ["77.164.248.136:44975", "10.65.0.27:44975", "172.17.0.1:44975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34800}, - {"Proto": "peerapi6", "Port": 34800} - ]}, - "Created": "2026-04-09T01:30:20.233611814Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4511269150725326, - "StableID": "nXfajfPAEc11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "DiscoKey": "discokey:0aa6a2384e94d6c722d61023df5e713b568324a34d8073005e15f2ef4a0f4f2e", - "Addresses": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "AllowedIPs": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "Endpoints": ["77.164.248.136:55135", "10.65.0.27:55135", "172.17.0.1:55135"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41629}, - {"Proto": "peerapi6", "Port": 41629} - ]}, - "Created": "2026-04-09T01:30:15.34045928Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4692079522842378, - "StableID": "nDJQARy3ed11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "DiscoKey": "discokey:a69cc5c68add8340908f4a1c438842b524dec7189f229078ee75c82be5d27824", - "Addresses": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "AllowedIPs": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "Endpoints": ["77.164.248.136:49633", "10.65.0.27:49633", "172.17.0.1:49633"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45690}, - {"Proto": "peerapi6", "Port": 45690} - ]}, - "Created": "2026-04-09T01:30:16.427520965Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5062474566410107, - "StableID": "n8Tdo6doXg11CNTRL", + "ID": 422493151558889, + "StableID": "np6X3NBMJ411CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "DiscoKey": "discokey:dedc5e96b22e65afc554c8d32435ea18c68a3639b644ee069e56a68105374004", - "Addresses": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "AllowedIPs": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "Endpoints": ["77.164.248.136:36498", "10.65.0.27:36498", "172.17.0.1:36498"], + "Key": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "DiscoKey": "discokey:025ee070acb5c2ce611e51c43e5d0180c1aedabee2d617cb6b8107e31abe8470", + "Addresses": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "AllowedIPs": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "Endpoints": ["77.164.248.136:48415", "10.65.0.27:48415", "172.17.0.1:48415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50979}, - {"Proto": "peerapi6", "Port": 50979} + {"Proto": "peerapi4", "Port": 44805}, + {"Proto": "peerapi6", "Port": 44805} ]}, - "Created": "2026-04-09T01:30:14.799346852Z", + "Created": "2026-04-09T08:36:20.383575567Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7848771618068854, - "StableID": "n35v2SviH421CNTRL", + "ID": 1336991832021173, + "StableID": "ntxAtUWXSB11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "DiscoKey": "discokey:978a14f7db17fa91d082c3ff9c8eba451ff5b64028e56ab16c6b69cdf5923b29", + "Addresses": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "AllowedIPs": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "Endpoints": ["77.164.248.136:33638", "10.65.0.27:33638", "172.17.0.1:33638"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45571}, + {"Proto": "peerapi6", "Port": 45571} + ]}, + "Created": "2026-04-09T08:36:25.746563252Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1389943812751139, + "StableID": "nJgS66UWrB11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "DiscoKey": "discokey:c22fb9be17a5aa6973e0c700aaf8cd5f5b2f3c11c2479ffa193c530ed598d10e", - "Addresses": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "AllowedIPs": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "Endpoints": ["77.164.248.136:33282", "10.65.0.27:33282", "172.17.0.1:33282"], + "Key": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "DiscoKey": "discokey:5cecbb80ae01dd23dcd97a5636aefa0b1c61b16ddb99032f4c4b5dd354b9e641", + "Addresses": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "AllowedIPs": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "Endpoints": ["77.164.248.136:42799", "10.65.0.27:42799", "172.17.0.1:42799"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46071}, - {"Proto": "peerapi6", "Port": 46071} + {"Proto": "peerapi4", "Port": 64076}, + {"Proto": "peerapi6", "Port": 64076} ]}, - "Created": "2026-04-09T01:30:16.968133817Z", + "Created": "2026-04-09T08:36:22.535275484Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8117600180999413, - "StableID": "niqaaKbUP621CNTRL", + "ID": 2206193455415330, + "StableID": "n3FEujxBEJ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "DiscoKey": "discokey:e56f33a6ae5d2ba14a548a15b127498f364c1e15e51bcfa5e1a70f35e4d6717c", + "Addresses": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "AllowedIPs": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "Endpoints": ["77.164.248.136:54252", "10.65.0.27:54252", "172.17.0.1:54252"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} + ]}, + "Created": "2026-04-09T08:36:25.206820319Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2594202260572221, + "StableID": "ngcdL5JvFM11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "KeyExpiry": "2026-10-06T08:36:27Z", + "DiscoKey": "discokey:3afb17c53cf0181cd148ff6a11bfd2995d8775103675e960638a89402534cf09", + "Addresses": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "AllowedIPs": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "Endpoints": ["77.164.248.136:58632", "10.65.0.27:58632", "172.17.0.1:58632"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 42934}, + {"Proto": "peerapi6", "Port": 42934} + ]}, + "Created": "2026-04-09T08:36:27.355576182Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4220542378268543, + "StableID": "npu9QWVVxZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "DiscoKey": "discokey:a195d10b46903454d87dcd67b3306322c0efb06ffde73308c081cfe07fae182e", + "Addresses": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "AllowedIPs": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "Endpoints": ["77.164.248.136:48678", "10.65.0.27:48678", "172.17.0.1:48678"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 49213}, + {"Proto": "peerapi6", "Port": 49213} + ]}, + "Created": "2026-04-09T08:36:22.001941987Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4467706320869464, + "StableID": "nbikd15Stb11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "DiscoKey": "discokey:de20dec58afd83756e2ac670fe539adbd191e32c4f16c0e79de12dce9695a475", + "Addresses": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "AllowedIPs": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "Endpoints": ["77.164.248.136:44758", "10.65.0.27:44758", "172.17.0.1:44758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 37066}, + {"Proto": "peerapi6", "Port": 37066} + ]}, + "Created": "2026-04-09T08:36:23.592134254Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4576087958311680, + "StableID": "n7kLo75Xjc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "DiscoKey": "discokey:8a854c836f34ac1fd191546462deb81be413a11e3fdf4d69b5c3dcacdabd295d", - "Addresses": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "AllowedIPs": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "Endpoints": ["77.164.248.136:54173", "10.65.0.27:54173", "172.17.0.1:54173"], + "Key": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "DiscoKey": "discokey:0faf137d6b8fb144a6d8bf5869a53c435061206877d0c9e329f2803c73414a79", + "Addresses": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "AllowedIPs": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "Endpoints": ["77.164.248.136:50677", "10.65.0.27:50677", "172.17.0.1:50677"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 46347}, - {"Proto": "peerapi6", "Port": 46347} + {"Proto": "peerapi4", "Port": 44094}, + {"Proto": "peerapi6", "Port": 44094} ]}, - "Created": "2026-04-09T01:30:14.271872259Z", + "Created": "2026-04-09T08:36:19.880646982Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 5049622380103527, + "StableID": "nAxP712zRg11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "DiscoKey": "discokey:e0182edcaf48dd021cbca93411aace2569170c3ebdd295bd09e101a68a80ca5f", + "Addresses": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "AllowedIPs": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36487}, + {"Proto": "peerapi6", "Port": 36487} + ]}, + "Created": "2026-04-09T08:36:24.676810011Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6788603098634672, + "StableID": "ndq8ML6a1v11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:f169b749d93655999654b20c3be0dce2a18595cd73be3085c4e56749f058275a", + "Addresses": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "AllowedIPs": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "Endpoints": ["77.164.248.136:37709", "10.65.0.27:37709", "172.17.0.1:37709"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53854}, + {"Proto": "peerapi6", "Port": 53854} + ]}, + "Created": "2026-04-09T08:36:26.82097398Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6811564195157269, + "StableID": "nARapyEyBv11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "DiscoKey": "discokey:ac52633cea80cffc531d427d07e17822ad82724bb2b97bef15ae262de4fa1816", + "Addresses": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "AllowedIPs": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "Endpoints": ["77.164.248.136:45853", "10.65.0.27:45853", "172.17.0.1:45853"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56960}, + {"Proto": "peerapi6", "Port": 56960} + ]}, + "Created": "2026-04-09T08:36:24.134154474Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7835443512441861, + "StableID": "niPmyEpgB421CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "DiscoKey": "discokey:1223b89c144f92024eced83ab7ff5dadfb3b75b50dc4c01073d036736b3b1d33", + "Addresses": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "AllowedIPs": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "Endpoints": ["77.164.248.136:57715", "10.65.0.27:57715", "172.17.0.1:57715"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 55213}, + {"Proto": "peerapi6", "Port": 55213} + ]}, + "Created": "2026-04-09T08:36:20.926018001Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8075710677092560, + "StableID": "nVjdZ5EW4621CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "DiscoKey": "discokey:c7a74ca80a92aa71eac9cadecbbc52a9fd60cec49099a3072e9bb3101129f06a", + "Addresses": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "AllowedIPs": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "Endpoints": ["77.164.248.136:49011", "10.65.0.27:49011", "172.17.0.1:49011"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52109}, + {"Proto": "peerapi6", "Port": 52109} + ]}, + "Created": "2026-04-09T08:36:21.463094163Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6863,7 +6872,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.100.201.31"}, {"nodeIP": "fd7a:115c:a1e0::7437:c91f"}], + "principals": [{"nodeIP": "100.111.238.5"}, {"nodeIP": "fd7a:115c:a1e0::4437:ee05"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -7692,26 +7701,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.100.201.31"}, {"nodeIP": "fd7a:115c:a1e0::7437:c91f"}], + "principals": [{"nodeIP": "100.111.238.5"}, {"nodeIP": "fd7a:115c:a1e0::4437:ee05"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -7748,21 +7758,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 942495009026784, - "StableID": "nfeTXFkrM811CNTRL", + "ID": 2206193455415330, + "StableID": "n3FEujxBEJ11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 942495009026784, - "Key": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "DiscoKey": "discokey:51d110dead5bebcaac5c976e6b24832ba7bcc9a548108b6ddf1f37be0674c36d", - "Addresses": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "AllowedIPs": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "Endpoints": ["77.164.248.136:37163", "10.65.0.27:37163", "172.17.0.1:37163"], + "User": 2206193455415330, + "Key": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "DiscoKey": "discokey:e56f33a6ae5d2ba14a548a15b127498f364c1e15e51bcfa5e1a70f35e4d6717c", + "Addresses": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "AllowedIPs": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "Endpoints": ["77.164.248.136:54252", "10.65.0.27:54252", "172.17.0.1:54252"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 35545}, - {"Proto": "peerapi6", "Port": 35545}, + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:19.696924137Z", + "Created": "2026-04-09T08:36:25.206820319Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7790,300 +7800,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "MachineKey": "mkey:f3a8bc2d1c983563c32514cdc8dce21cc73d69892a578699bcf1c40c1a8db96d", + "NodeKey": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "MachineKey": "mkey:2ef3c7c71dee651f7acf86bd58f27c8e961bc0859d555d03aca65bbddae0be40", "Peers": [{ - "ID": 324846935855771, - "StableID": "ncdTLLB8Y311CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "DiscoKey": "discokey:27aa3aaaf4ea9b781641873d6d038a9b32b665eb2b03ccd5ff71785c579c073e", - "Addresses": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "AllowedIPs": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "Endpoints": ["77.164.248.136:55894", "10.65.0.27:55894", "172.17.0.1:55894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56298}, - {"Proto": "peerapi6", "Port": 56298} - ]}, - "Created": "2026-04-09T01:30:18.077975823Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 420236699879391, - "StableID": "n8Pr8XuKH411CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:c86e5ce45ca3285796f9ecc8ce618bd356a3a9758fbd1f1ab76ff90e44056202", - "Addresses": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "AllowedIPs": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61144}, - {"Proto": "peerapi6", "Port": 61144} - ]}, - "Created": "2026-04-09T01:30:21.885716215Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 423730102137878, - "StableID": "nKXZ8wfuJ411CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:249ec0dd103ebbfc584e44b28aab84400081e6a1136a729d926f4bc58dfc3523", - "Addresses": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "AllowedIPs": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "Endpoints": ["77.164.248.136:34413", "10.65.0.27:34413", "172.17.0.1:34413"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43930}, - {"Proto": "peerapi6", "Port": 43930} - ]}, - "Created": "2026-04-09T01:30:21.33641928Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2307763778088795, - "StableID": "nNAEWP3C2K11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "DiscoKey": "discokey:f006c28d4ef03cec95ab183bc10de1fc51f3df348a3616e09fcd5cbb8aefcf1b", - "Addresses": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "AllowedIPs": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "Endpoints": ["77.164.248.136:41450", "10.65.0.27:41450", "172.17.0.1:41450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53552}, - {"Proto": "peerapi6", "Port": 53552} - ]}, - "Created": "2026-04-09T01:30:15.880508144Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2621418830786409, - "StableID": "n8E5TCEFUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "KeyExpiry": "2026-10-06T01:30:20Z", - "DiscoKey": "discokey:7b006d7e5342d6a449149e3f0f3d2eeae3819145fae50c34e60e09dd3564cc47", - "Addresses": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "AllowedIPs": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "Endpoints": ["77.164.248.136:35279", "10.65.0.27:35279", "172.17.0.1:35279"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56092}, - {"Proto": "peerapi6", "Port": 56092} - ]}, - "Created": "2026-04-09T01:30:20.815254728Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3211468836654892, - "StableID": "nqRLwkqU5S11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "DiscoKey": "discokey:5ace8c71f8e565327099bfa5691b3dbe5361ab6f353466000c16ed15c6eb7e60", - "Addresses": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "AllowedIPs": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "Endpoints": ["77.164.248.136:51239", "10.65.0.27:51239", "172.17.0.1:51239"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 63174}, - {"Proto": "peerapi6", "Port": 63174} - ]}, - "Created": "2026-04-09T01:30:19.147005448Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3657886512647495, - "StableID": "nvkAHcUfZV11CNTRL", + "ID": 276170980927184, + "StableID": "nbA8tWY5A311CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "DiscoKey": "discokey:12d70f1a5780f42eb94eb8f48bda9126878f34f13f9c4bff2c4c74fa16099869", - "Addresses": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "AllowedIPs": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "Endpoints": ["77.164.248.136:51415", "10.65.0.27:51415", "172.17.0.1:51415"], - "HomeDERP": 4, + "Key": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "DiscoKey": "discokey:24ccb66de47dae95f36e1bb6f81247fb906795348838906b1aa2412a094f0314", + "Addresses": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "AllowedIPs": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "Endpoints": ["77.164.248.136:39033", "10.65.0.27:39033", "172.17.0.1:39033"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36041}, - {"Proto": "peerapi6", "Port": 36041} + {"Proto": "peerapi4", "Port": 62210}, + {"Proto": "peerapi6", "Port": 62210} ]}, - "Created": "2026-04-09T01:30:17.513241534Z", + "Created": "2026-04-09T08:36:23.060063759Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3694398549785186, - "StableID": "nFXKywaCrV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "DiscoKey": "discokey:bd8903a5fd79d06455a33190ddc1ae889f762f45b8542fb0f2ca1e16c2b01d2e", - "Addresses": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "AllowedIPs": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "Endpoints": ["77.164.248.136:52204", "10.65.0.27:52204", "172.17.0.1:52204"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 32849}, - {"Proto": "peerapi6", "Port": 32849} - ]}, - "Created": "2026-04-09T01:30:18.59826279Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4172646983392181, - "StableID": "nif7NvMoaZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "DiscoKey": "discokey:297c7a5a27b45ec938fd6647311c003ded11daa2c4311d313fb65e6cfb8e2164", - "Addresses": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "AllowedIPs": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "Endpoints": ["77.164.248.136:44975", "10.65.0.27:44975", "172.17.0.1:44975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34800}, - {"Proto": "peerapi6", "Port": 34800} - ]}, - "Created": "2026-04-09T01:30:20.233611814Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4511269150725326, - "StableID": "nXfajfPAEc11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "DiscoKey": "discokey:0aa6a2384e94d6c722d61023df5e713b568324a34d8073005e15f2ef4a0f4f2e", - "Addresses": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "AllowedIPs": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "Endpoints": ["77.164.248.136:55135", "10.65.0.27:55135", "172.17.0.1:55135"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41629}, - {"Proto": "peerapi6", "Port": 41629} - ]}, - "Created": "2026-04-09T01:30:15.34045928Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4692079522842378, - "StableID": "nDJQARy3ed11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "DiscoKey": "discokey:a69cc5c68add8340908f4a1c438842b524dec7189f229078ee75c82be5d27824", - "Addresses": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "AllowedIPs": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "Endpoints": ["77.164.248.136:49633", "10.65.0.27:49633", "172.17.0.1:49633"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45690}, - {"Proto": "peerapi6", "Port": 45690} - ]}, - "Created": "2026-04-09T01:30:16.427520965Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5062474566410107, - "StableID": "n8Tdo6doXg11CNTRL", + "ID": 422493151558889, + "StableID": "np6X3NBMJ411CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "DiscoKey": "discokey:dedc5e96b22e65afc554c8d32435ea18c68a3639b644ee069e56a68105374004", - "Addresses": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "AllowedIPs": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "Endpoints": ["77.164.248.136:36498", "10.65.0.27:36498", "172.17.0.1:36498"], + "Key": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "DiscoKey": "discokey:025ee070acb5c2ce611e51c43e5d0180c1aedabee2d617cb6b8107e31abe8470", + "Addresses": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "AllowedIPs": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "Endpoints": ["77.164.248.136:48415", "10.65.0.27:48415", "172.17.0.1:48415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50979}, - {"Proto": "peerapi6", "Port": 50979} + {"Proto": "peerapi4", "Port": 44805}, + {"Proto": "peerapi6", "Port": 44805} ]}, - "Created": "2026-04-09T01:30:14.799346852Z", + "Created": "2026-04-09T08:36:20.383575567Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7848771618068854, - "StableID": "n35v2SviH421CNTRL", + "ID": 1336991832021173, + "StableID": "ntxAtUWXSB11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "DiscoKey": "discokey:978a14f7db17fa91d082c3ff9c8eba451ff5b64028e56ab16c6b69cdf5923b29", + "Addresses": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "AllowedIPs": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "Endpoints": ["77.164.248.136:33638", "10.65.0.27:33638", "172.17.0.1:33638"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45571}, + {"Proto": "peerapi6", "Port": 45571} + ]}, + "Created": "2026-04-09T08:36:25.746563252Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1389943812751139, + "StableID": "nJgS66UWrB11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "DiscoKey": "discokey:c22fb9be17a5aa6973e0c700aaf8cd5f5b2f3c11c2479ffa193c530ed598d10e", - "Addresses": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "AllowedIPs": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "Endpoints": ["77.164.248.136:33282", "10.65.0.27:33282", "172.17.0.1:33282"], + "Key": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "DiscoKey": "discokey:5cecbb80ae01dd23dcd97a5636aefa0b1c61b16ddb99032f4c4b5dd354b9e641", + "Addresses": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "AllowedIPs": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "Endpoints": ["77.164.248.136:42799", "10.65.0.27:42799", "172.17.0.1:42799"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46071}, - {"Proto": "peerapi6", "Port": 46071} + {"Proto": "peerapi4", "Port": 64076}, + {"Proto": "peerapi6", "Port": 64076} ]}, - "Created": "2026-04-09T01:30:16.968133817Z", + "Created": "2026-04-09T08:36:22.535275484Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8117600180999413, - "StableID": "niqaaKbUP621CNTRL", + "ID": 2594202260572221, + "StableID": "ngcdL5JvFM11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "KeyExpiry": "2026-10-06T08:36:27Z", + "DiscoKey": "discokey:3afb17c53cf0181cd148ff6a11bfd2995d8775103675e960638a89402534cf09", + "Addresses": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "AllowedIPs": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 42934}, + {"Proto": "peerapi6", "Port": 42934} + ]}, + "Created": "2026-04-09T08:36:27.355576182Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4220542378268543, + "StableID": "npu9QWVVxZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "DiscoKey": "discokey:a195d10b46903454d87dcd67b3306322c0efb06ffde73308c081cfe07fae182e", + "Addresses": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "AllowedIPs": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "Endpoints": ["77.164.248.136:48678", "10.65.0.27:48678", "172.17.0.1:48678"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 49213}, + {"Proto": "peerapi6", "Port": 49213} + ]}, + "Created": "2026-04-09T08:36:22.001941987Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4467706320869464, + "StableID": "nbikd15Stb11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "DiscoKey": "discokey:de20dec58afd83756e2ac670fe539adbd191e32c4f16c0e79de12dce9695a475", + "Addresses": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "AllowedIPs": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "Endpoints": ["77.164.248.136:44758", "10.65.0.27:44758", "172.17.0.1:44758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 37066}, + {"Proto": "peerapi6", "Port": 37066} + ]}, + "Created": "2026-04-09T08:36:23.592134254Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4576087958311680, + "StableID": "n7kLo75Xjc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "DiscoKey": "discokey:8a854c836f34ac1fd191546462deb81be413a11e3fdf4d69b5c3dcacdabd295d", - "Addresses": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "AllowedIPs": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "Endpoints": ["77.164.248.136:54173", "10.65.0.27:54173", "172.17.0.1:54173"], + "Key": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "DiscoKey": "discokey:0faf137d6b8fb144a6d8bf5869a53c435061206877d0c9e329f2803c73414a79", + "Addresses": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "AllowedIPs": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "Endpoints": ["77.164.248.136:50677", "10.65.0.27:50677", "172.17.0.1:50677"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 46347}, - {"Proto": "peerapi6", "Port": 46347} + {"Proto": "peerapi4", "Port": 44094}, + {"Proto": "peerapi6", "Port": 44094} ]}, - "Created": "2026-04-09T01:30:14.271872259Z", + "Created": "2026-04-09T08:36:19.880646982Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 5049622380103527, + "StableID": "nAxP712zRg11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "DiscoKey": "discokey:e0182edcaf48dd021cbca93411aace2569170c3ebdd295bd09e101a68a80ca5f", + "Addresses": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "AllowedIPs": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36487}, + {"Proto": "peerapi6", "Port": 36487} + ]}, + "Created": "2026-04-09T08:36:24.676810011Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6788603098634672, + "StableID": "ndq8ML6a1v11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:f169b749d93655999654b20c3be0dce2a18595cd73be3085c4e56749f058275a", + "Addresses": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "AllowedIPs": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "Endpoints": ["77.164.248.136:37709", "10.65.0.27:37709", "172.17.0.1:37709"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53854}, + {"Proto": "peerapi6", "Port": 53854} + ]}, + "Created": "2026-04-09T08:36:26.82097398Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6811564195157269, + "StableID": "nARapyEyBv11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "DiscoKey": "discokey:ac52633cea80cffc531d427d07e17822ad82724bb2b97bef15ae262de4fa1816", + "Addresses": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "AllowedIPs": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "Endpoints": ["77.164.248.136:45853", "10.65.0.27:45853", "172.17.0.1:45853"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56960}, + {"Proto": "peerapi6", "Port": 56960} + ]}, + "Created": "2026-04-09T08:36:24.134154474Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7302080917610260, + "StableID": "nKiVtSH82z11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:347dba69443a76cee980c1bdad6e1392688d75996ec57f444bb1b36b3b463e42", + "Addresses": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "AllowedIPs": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "Endpoints": ["77.164.248.136:54752", "10.65.0.27:54752", "172.17.0.1:54752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 65506}, + {"Proto": "peerapi6", "Port": 65506} + ]}, + "Created": "2026-04-09T08:36:26.282579504Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7835443512441861, + "StableID": "niPmyEpgB421CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "DiscoKey": "discokey:1223b89c144f92024eced83ab7ff5dadfb3b75b50dc4c01073d036736b3b1d33", + "Addresses": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "AllowedIPs": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "Endpoints": ["77.164.248.136:57715", "10.65.0.27:57715", "172.17.0.1:57715"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 55213}, + {"Proto": "peerapi6", "Port": 55213} + ]}, + "Created": "2026-04-09T08:36:20.926018001Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8075710677092560, + "StableID": "nVjdZ5EW4621CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "DiscoKey": "discokey:c7a74ca80a92aa71eac9cadecbbc52a9fd60cec49099a3072e9bb3101129f06a", + "Addresses": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "AllowedIPs": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "Endpoints": ["77.164.248.136:49011", "10.65.0.27:49011", "172.17.0.1:49011"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52109}, + {"Proto": "peerapi6", "Port": 52109} + ]}, + "Created": "2026-04-09T08:36:21.463094163Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8931,27 +8941,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "942495009026784": { - "ID": 942495009026784, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2206193455415330": { + "ID": 2206193455415330, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8982,26 +8994,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5062474566410107, - "StableID": "n8Tdo6doXg11CNTRL", + "ID": 422493151558889, + "StableID": "np6X3NBMJ411CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 5062474566410107, - "Key": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "DiscoKey": "discokey:dedc5e96b22e65afc554c8d32435ea18c68a3639b644ee069e56a68105374004", - "Addresses": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "AllowedIPs": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "Endpoints": ["77.164.248.136:36498", "10.65.0.27:36498", "172.17.0.1:36498"], + "User": 422493151558889, + "Key": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "DiscoKey": "discokey:025ee070acb5c2ce611e51c43e5d0180c1aedabee2d617cb6b8107e31abe8470", + "Addresses": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "AllowedIPs": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "Endpoints": ["77.164.248.136:48415", "10.65.0.27:48415", "172.17.0.1:48415"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 50979}, - {"Proto": "peerapi6", "Port": 50979}, + {"Proto": "peerapi4", "Port": 44805}, + {"Proto": "peerapi6", "Port": 44805}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:30:14.799346852Z", + "Created": "2026-04-09T08:36:20.383575567Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -9029,302 +9041,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "MachineKey": "mkey:5686befbbaedb1dbd8edceaa373650e40cb2d31f7266cb4b3090c96cfc1e030c", + "NodeKey": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "MachineKey": "mkey:a0d4dcaa45aa650a43785a27c6e97cff1279ccfb7aeb2f0b2d40d26daafb1d19", "Peers": [{ - "ID": 324846935855771, - "StableID": "ncdTLLB8Y311CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "DiscoKey": "discokey:27aa3aaaf4ea9b781641873d6d038a9b32b665eb2b03ccd5ff71785c579c073e", - "Addresses": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "AllowedIPs": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "Endpoints": ["77.164.248.136:55894", "10.65.0.27:55894", "172.17.0.1:55894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56298}, - {"Proto": "peerapi6", "Port": 56298} - ]}, - "Created": "2026-04-09T01:30:18.077975823Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 420236699879391, - "StableID": "n8Pr8XuKH411CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:c86e5ce45ca3285796f9ecc8ce618bd356a3a9758fbd1f1ab76ff90e44056202", - "Addresses": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "AllowedIPs": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "Endpoints": ["77.164.248.136:42535", "10.65.0.27:42535", "172.17.0.1:42535"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61144}, - {"Proto": "peerapi6", "Port": 61144} - ]}, - "Created": "2026-04-09T01:30:21.885716215Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 423730102137878, - "StableID": "nKXZ8wfuJ411CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:249ec0dd103ebbfc584e44b28aab84400081e6a1136a729d926f4bc58dfc3523", - "Addresses": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "AllowedIPs": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "Endpoints": ["77.164.248.136:34413", "10.65.0.27:34413", "172.17.0.1:34413"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43930}, - {"Proto": "peerapi6", "Port": 43930} - ]}, - "Created": "2026-04-09T01:30:21.33641928Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 942495009026784, - "StableID": "nfeTXFkrM811CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "DiscoKey": "discokey:51d110dead5bebcaac5c976e6b24832ba7bcc9a548108b6ddf1f37be0674c36d", - "Addresses": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "AllowedIPs": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "Endpoints": ["77.164.248.136:37163", "10.65.0.27:37163", "172.17.0.1:37163"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35545}, - {"Proto": "peerapi6", "Port": 35545} - ]}, - "Created": "2026-04-09T01:30:19.696924137Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2307763778088795, - "StableID": "nNAEWP3C2K11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "DiscoKey": "discokey:f006c28d4ef03cec95ab183bc10de1fc51f3df348a3616e09fcd5cbb8aefcf1b", - "Addresses": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "AllowedIPs": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "Endpoints": ["77.164.248.136:41450", "10.65.0.27:41450", "172.17.0.1:41450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53552}, - {"Proto": "peerapi6", "Port": 53552} - ]}, - "Created": "2026-04-09T01:30:15.880508144Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2621418830786409, - "StableID": "n8E5TCEFUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "KeyExpiry": "2026-10-06T01:30:20Z", - "DiscoKey": "discokey:7b006d7e5342d6a449149e3f0f3d2eeae3819145fae50c34e60e09dd3564cc47", - "Addresses": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "AllowedIPs": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "Endpoints": ["77.164.248.136:35279", "10.65.0.27:35279", "172.17.0.1:35279"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56092}, - {"Proto": "peerapi6", "Port": 56092} - ]}, - "Created": "2026-04-09T01:30:20.815254728Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3211468836654892, - "StableID": "nqRLwkqU5S11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "DiscoKey": "discokey:5ace8c71f8e565327099bfa5691b3dbe5361ab6f353466000c16ed15c6eb7e60", - "Addresses": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "AllowedIPs": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "Endpoints": ["77.164.248.136:51239", "10.65.0.27:51239", "172.17.0.1:51239"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 63174}, - {"Proto": "peerapi6", "Port": 63174} - ]}, - "Created": "2026-04-09T01:30:19.147005448Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3657886512647495, - "StableID": "nvkAHcUfZV11CNTRL", + "ID": 276170980927184, + "StableID": "nbA8tWY5A311CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "DiscoKey": "discokey:12d70f1a5780f42eb94eb8f48bda9126878f34f13f9c4bff2c4c74fa16099869", - "Addresses": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "AllowedIPs": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "Endpoints": ["77.164.248.136:51415", "10.65.0.27:51415", "172.17.0.1:51415"], - "HomeDERP": 4, + "Key": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "DiscoKey": "discokey:24ccb66de47dae95f36e1bb6f81247fb906795348838906b1aa2412a094f0314", + "Addresses": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "AllowedIPs": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "Endpoints": ["77.164.248.136:39033", "10.65.0.27:39033", "172.17.0.1:39033"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36041}, - {"Proto": "peerapi6", "Port": 36041} + {"Proto": "peerapi4", "Port": 62210}, + {"Proto": "peerapi6", "Port": 62210} ]}, - "Created": "2026-04-09T01:30:17.513241534Z", + "Created": "2026-04-09T08:36:23.060063759Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3694398549785186, - "StableID": "nFXKywaCrV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "DiscoKey": "discokey:bd8903a5fd79d06455a33190ddc1ae889f762f45b8542fb0f2ca1e16c2b01d2e", - "Addresses": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "AllowedIPs": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "Endpoints": ["77.164.248.136:52204", "10.65.0.27:52204", "172.17.0.1:52204"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 32849}, - {"Proto": "peerapi6", "Port": 32849} - ]}, - "Created": "2026-04-09T01:30:18.59826279Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4172646983392181, - "StableID": "nif7NvMoaZ11CNTRL", + "ID": 1336991832021173, + "StableID": "ntxAtUWXSB11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "DiscoKey": "discokey:297c7a5a27b45ec938fd6647311c003ded11daa2c4311d313fb65e6cfb8e2164", - "Addresses": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "AllowedIPs": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "Endpoints": ["77.164.248.136:44975", "10.65.0.27:44975", "172.17.0.1:44975"], + "Key": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "DiscoKey": "discokey:978a14f7db17fa91d082c3ff9c8eba451ff5b64028e56ab16c6b69cdf5923b29", + "Addresses": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "AllowedIPs": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "Endpoints": ["77.164.248.136:33638", "10.65.0.27:33638", "172.17.0.1:33638"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34800}, - {"Proto": "peerapi6", "Port": 34800} + {"Proto": "peerapi4", "Port": 45571}, + {"Proto": "peerapi6", "Port": 45571} ]}, - "Created": "2026-04-09T01:30:20.233611814Z", + "Created": "2026-04-09T08:36:25.746563252Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 4511269150725326, - "StableID": "nXfajfPAEc11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "DiscoKey": "discokey:0aa6a2384e94d6c722d61023df5e713b568324a34d8073005e15f2ef4a0f4f2e", - "Addresses": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "AllowedIPs": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "Endpoints": ["77.164.248.136:55135", "10.65.0.27:55135", "172.17.0.1:55135"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41629}, - {"Proto": "peerapi6", "Port": 41629} - ]}, - "Created": "2026-04-09T01:30:15.34045928Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4692079522842378, - "StableID": "nDJQARy3ed11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "DiscoKey": "discokey:a69cc5c68add8340908f4a1c438842b524dec7189f229078ee75c82be5d27824", - "Addresses": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "AllowedIPs": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "Endpoints": ["77.164.248.136:49633", "10.65.0.27:49633", "172.17.0.1:49633"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45690}, - {"Proto": "peerapi6", "Port": 45690} - ]}, - "Created": "2026-04-09T01:30:16.427520965Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7848771618068854, - "StableID": "n35v2SviH421CNTRL", + "ID": 1389943812751139, + "StableID": "nJgS66UWrB11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "DiscoKey": "discokey:c22fb9be17a5aa6973e0c700aaf8cd5f5b2f3c11c2479ffa193c530ed598d10e", - "Addresses": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "AllowedIPs": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "Endpoints": ["77.164.248.136:33282", "10.65.0.27:33282", "172.17.0.1:33282"], + "Key": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "DiscoKey": "discokey:5cecbb80ae01dd23dcd97a5636aefa0b1c61b16ddb99032f4c4b5dd354b9e641", + "Addresses": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "AllowedIPs": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "Endpoints": ["77.164.248.136:42799", "10.65.0.27:42799", "172.17.0.1:42799"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46071}, - {"Proto": "peerapi6", "Port": 46071} + {"Proto": "peerapi4", "Port": 64076}, + {"Proto": "peerapi6", "Port": 64076} ]}, - "Created": "2026-04-09T01:30:16.968133817Z", + "Created": "2026-04-09T08:36:22.535275484Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8117600180999413, - "StableID": "niqaaKbUP621CNTRL", + "ID": 2206193455415330, + "StableID": "n3FEujxBEJ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "DiscoKey": "discokey:e56f33a6ae5d2ba14a548a15b127498f364c1e15e51bcfa5e1a70f35e4d6717c", + "Addresses": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "AllowedIPs": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "Endpoints": ["77.164.248.136:54252", "10.65.0.27:54252", "172.17.0.1:54252"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} + ]}, + "Created": "2026-04-09T08:36:25.206820319Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2594202260572221, + "StableID": "ngcdL5JvFM11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "KeyExpiry": "2026-10-06T08:36:27Z", + "DiscoKey": "discokey:3afb17c53cf0181cd148ff6a11bfd2995d8775103675e960638a89402534cf09", + "Addresses": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "AllowedIPs": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "Endpoints": ["77.164.248.136:58632", "10.65.0.27:58632", "172.17.0.1:58632"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 42934}, + {"Proto": "peerapi6", "Port": 42934} + ]}, + "Created": "2026-04-09T08:36:27.355576182Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4220542378268543, + "StableID": "npu9QWVVxZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "DiscoKey": "discokey:a195d10b46903454d87dcd67b3306322c0efb06ffde73308c081cfe07fae182e", + "Addresses": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "AllowedIPs": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "Endpoints": ["77.164.248.136:48678", "10.65.0.27:48678", "172.17.0.1:48678"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 49213}, + {"Proto": "peerapi6", "Port": 49213} + ]}, + "Created": "2026-04-09T08:36:22.001941987Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4467706320869464, + "StableID": "nbikd15Stb11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "DiscoKey": "discokey:de20dec58afd83756e2ac670fe539adbd191e32c4f16c0e79de12dce9695a475", + "Addresses": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "AllowedIPs": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "Endpoints": ["77.164.248.136:44758", "10.65.0.27:44758", "172.17.0.1:44758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 37066}, + {"Proto": "peerapi6", "Port": 37066} + ]}, + "Created": "2026-04-09T08:36:23.592134254Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4576087958311680, + "StableID": "n7kLo75Xjc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "DiscoKey": "discokey:8a854c836f34ac1fd191546462deb81be413a11e3fdf4d69b5c3dcacdabd295d", - "Addresses": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "AllowedIPs": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "Endpoints": ["77.164.248.136:54173", "10.65.0.27:54173", "172.17.0.1:54173"], + "Key": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "DiscoKey": "discokey:0faf137d6b8fb144a6d8bf5869a53c435061206877d0c9e329f2803c73414a79", + "Addresses": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "AllowedIPs": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "Endpoints": ["77.164.248.136:50677", "10.65.0.27:50677", "172.17.0.1:50677"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 46347}, - {"Proto": "peerapi6", "Port": 46347} + {"Proto": "peerapi4", "Port": 44094}, + {"Proto": "peerapi6", "Port": 44094} ]}, - "Created": "2026-04-09T01:30:14.271872259Z", + "Created": "2026-04-09T08:36:19.880646982Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 5049622380103527, + "StableID": "nAxP712zRg11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "DiscoKey": "discokey:e0182edcaf48dd021cbca93411aace2569170c3ebdd295bd09e101a68a80ca5f", + "Addresses": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "AllowedIPs": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36487}, + {"Proto": "peerapi6", "Port": 36487} + ]}, + "Created": "2026-04-09T08:36:24.676810011Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6788603098634672, + "StableID": "ndq8ML6a1v11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:f169b749d93655999654b20c3be0dce2a18595cd73be3085c4e56749f058275a", + "Addresses": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "AllowedIPs": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "Endpoints": ["77.164.248.136:37709", "10.65.0.27:37709", "172.17.0.1:37709"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53854}, + {"Proto": "peerapi6", "Port": 53854} + ]}, + "Created": "2026-04-09T08:36:26.82097398Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6811564195157269, + "StableID": "nARapyEyBv11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "DiscoKey": "discokey:ac52633cea80cffc531d427d07e17822ad82724bb2b97bef15ae262de4fa1816", + "Addresses": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "AllowedIPs": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "Endpoints": ["77.164.248.136:45853", "10.65.0.27:45853", "172.17.0.1:45853"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56960}, + {"Proto": "peerapi6", "Port": 56960} + ]}, + "Created": "2026-04-09T08:36:24.134154474Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7302080917610260, + "StableID": "nKiVtSH82z11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:347dba69443a76cee980c1bdad6e1392688d75996ec57f444bb1b36b3b463e42", + "Addresses": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "AllowedIPs": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "Endpoints": ["77.164.248.136:54752", "10.65.0.27:54752", "172.17.0.1:54752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 65506}, + {"Proto": "peerapi6", "Port": 65506} + ]}, + "Created": "2026-04-09T08:36:26.282579504Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7835443512441861, + "StableID": "niPmyEpgB421CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "DiscoKey": "discokey:1223b89c144f92024eced83ab7ff5dadfb3b75b50dc4c01073d036736b3b1d33", + "Addresses": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "AllowedIPs": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "Endpoints": ["77.164.248.136:57715", "10.65.0.27:57715", "172.17.0.1:57715"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 55213}, + {"Proto": "peerapi6", "Port": 55213} + ]}, + "Created": "2026-04-09T08:36:20.926018001Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8075710677092560, + "StableID": "nVjdZ5EW4621CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "DiscoKey": "discokey:c7a74ca80a92aa71eac9cadecbbc52a9fd60cec49099a3072e9bb3101129f06a", + "Addresses": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "AllowedIPs": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "Endpoints": ["77.164.248.136:49011", "10.65.0.27:49011", "172.17.0.1:49011"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52109}, + {"Proto": "peerapi6", "Port": 52109} + ]}, + "Created": "2026-04-09T08:36:21.463094163Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10172,27 +10184,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5062474566410107": { - "ID": 5062474566410107, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "422493151558889": { + "ID": 422493151558889, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10223,26 +10237,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8117600180999413, - "StableID": "niqaaKbUP621CNTRL", + "ID": 4576087958311680, + "StableID": "n7kLo75Xjc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 8117600180999413, - "Key": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "DiscoKey": "discokey:8a854c836f34ac1fd191546462deb81be413a11e3fdf4d69b5c3dcacdabd295d", - "Addresses": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "AllowedIPs": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "Endpoints": ["77.164.248.136:54173", "10.65.0.27:54173", "172.17.0.1:54173"], + "User": 4576087958311680, + "Key": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "DiscoKey": "discokey:0faf137d6b8fb144a6d8bf5869a53c435061206877d0c9e329f2803c73414a79", + "Addresses": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "AllowedIPs": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "Endpoints": ["77.164.248.136:50677", "10.65.0.27:50677", "172.17.0.1:50677"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 46347}, - {"Proto": "peerapi6", "Port": 46347}, + {"Proto": "peerapi4", "Port": 44094}, + {"Proto": "peerapi6", "Port": 44094}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:30:14.271872259Z", + "Created": "2026-04-09T08:36:19.880646982Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10270,302 +10284,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "MachineKey": "mkey:c7d0ecab148ab9efd1745e3b71e8bc780ee3e0485a7ff6cdaf69bf76622e5232", + "NodeKey": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "MachineKey": "mkey:ee0328730f0e192ba388c1be0a0110749158223306fb025eb4caefbc567c6123", "Peers": [{ - "ID": 324846935855771, - "StableID": "ncdTLLB8Y311CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "DiscoKey": "discokey:27aa3aaaf4ea9b781641873d6d038a9b32b665eb2b03ccd5ff71785c579c073e", - "Addresses": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "AllowedIPs": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "Endpoints": ["77.164.248.136:55894", "10.65.0.27:55894", "172.17.0.1:55894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56298}, - {"Proto": "peerapi6", "Port": 56298} - ]}, - "Created": "2026-04-09T01:30:18.077975823Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 420236699879391, - "StableID": "n8Pr8XuKH411CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:c86e5ce45ca3285796f9ecc8ce618bd356a3a9758fbd1f1ab76ff90e44056202", - "Addresses": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "AllowedIPs": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "Endpoints": ["77.164.248.136:42535", "10.65.0.27:42535", "172.17.0.1:42535"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61144}, - {"Proto": "peerapi6", "Port": 61144} - ]}, - "Created": "2026-04-09T01:30:21.885716215Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 423730102137878, - "StableID": "nKXZ8wfuJ411CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:249ec0dd103ebbfc584e44b28aab84400081e6a1136a729d926f4bc58dfc3523", - "Addresses": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "AllowedIPs": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "Endpoints": ["77.164.248.136:34413", "10.65.0.27:34413", "172.17.0.1:34413"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43930}, - {"Proto": "peerapi6", "Port": 43930} - ]}, - "Created": "2026-04-09T01:30:21.33641928Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 942495009026784, - "StableID": "nfeTXFkrM811CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "DiscoKey": "discokey:51d110dead5bebcaac5c976e6b24832ba7bcc9a548108b6ddf1f37be0674c36d", - "Addresses": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "AllowedIPs": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "Endpoints": ["77.164.248.136:37163", "10.65.0.27:37163", "172.17.0.1:37163"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35545}, - {"Proto": "peerapi6", "Port": 35545} - ]}, - "Created": "2026-04-09T01:30:19.696924137Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2307763778088795, - "StableID": "nNAEWP3C2K11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "DiscoKey": "discokey:f006c28d4ef03cec95ab183bc10de1fc51f3df348a3616e09fcd5cbb8aefcf1b", - "Addresses": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "AllowedIPs": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "Endpoints": ["77.164.248.136:41450", "10.65.0.27:41450", "172.17.0.1:41450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53552}, - {"Proto": "peerapi6", "Port": 53552} - ]}, - "Created": "2026-04-09T01:30:15.880508144Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2621418830786409, - "StableID": "n8E5TCEFUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "KeyExpiry": "2026-10-06T01:30:20Z", - "DiscoKey": "discokey:7b006d7e5342d6a449149e3f0f3d2eeae3819145fae50c34e60e09dd3564cc47", - "Addresses": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "AllowedIPs": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "Endpoints": ["77.164.248.136:35279", "10.65.0.27:35279", "172.17.0.1:35279"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56092}, - {"Proto": "peerapi6", "Port": 56092} - ]}, - "Created": "2026-04-09T01:30:20.815254728Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3211468836654892, - "StableID": "nqRLwkqU5S11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "DiscoKey": "discokey:5ace8c71f8e565327099bfa5691b3dbe5361ab6f353466000c16ed15c6eb7e60", - "Addresses": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "AllowedIPs": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "Endpoints": ["77.164.248.136:51239", "10.65.0.27:51239", "172.17.0.1:51239"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 63174}, - {"Proto": "peerapi6", "Port": 63174} - ]}, - "Created": "2026-04-09T01:30:19.147005448Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3657886512647495, - "StableID": "nvkAHcUfZV11CNTRL", + "ID": 276170980927184, + "StableID": "nbA8tWY5A311CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "DiscoKey": "discokey:12d70f1a5780f42eb94eb8f48bda9126878f34f13f9c4bff2c4c74fa16099869", - "Addresses": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "AllowedIPs": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "Endpoints": ["77.164.248.136:51415", "10.65.0.27:51415", "172.17.0.1:51415"], - "HomeDERP": 4, + "Key": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "DiscoKey": "discokey:24ccb66de47dae95f36e1bb6f81247fb906795348838906b1aa2412a094f0314", + "Addresses": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "AllowedIPs": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "Endpoints": ["77.164.248.136:39033", "10.65.0.27:39033", "172.17.0.1:39033"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36041}, - {"Proto": "peerapi6", "Port": 36041} + {"Proto": "peerapi4", "Port": 62210}, + {"Proto": "peerapi6", "Port": 62210} ]}, - "Created": "2026-04-09T01:30:17.513241534Z", + "Created": "2026-04-09T08:36:23.060063759Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3694398549785186, - "StableID": "nFXKywaCrV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "DiscoKey": "discokey:bd8903a5fd79d06455a33190ddc1ae889f762f45b8542fb0f2ca1e16c2b01d2e", - "Addresses": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "AllowedIPs": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "Endpoints": ["77.164.248.136:52204", "10.65.0.27:52204", "172.17.0.1:52204"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 32849}, - {"Proto": "peerapi6", "Port": 32849} - ]}, - "Created": "2026-04-09T01:30:18.59826279Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4172646983392181, - "StableID": "nif7NvMoaZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "DiscoKey": "discokey:297c7a5a27b45ec938fd6647311c003ded11daa2c4311d313fb65e6cfb8e2164", - "Addresses": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "AllowedIPs": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "Endpoints": ["77.164.248.136:44975", "10.65.0.27:44975", "172.17.0.1:44975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34800}, - {"Proto": "peerapi6", "Port": 34800} - ]}, - "Created": "2026-04-09T01:30:20.233611814Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4511269150725326, - "StableID": "nXfajfPAEc11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "DiscoKey": "discokey:0aa6a2384e94d6c722d61023df5e713b568324a34d8073005e15f2ef4a0f4f2e", - "Addresses": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "AllowedIPs": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "Endpoints": ["77.164.248.136:55135", "10.65.0.27:55135", "172.17.0.1:55135"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41629}, - {"Proto": "peerapi6", "Port": 41629} - ]}, - "Created": "2026-04-09T01:30:15.34045928Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4692079522842378, - "StableID": "nDJQARy3ed11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "DiscoKey": "discokey:a69cc5c68add8340908f4a1c438842b524dec7189f229078ee75c82be5d27824", - "Addresses": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "AllowedIPs": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "Endpoints": ["77.164.248.136:49633", "10.65.0.27:49633", "172.17.0.1:49633"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45690}, - {"Proto": "peerapi6", "Port": 45690} - ]}, - "Created": "2026-04-09T01:30:16.427520965Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5062474566410107, - "StableID": "n8Tdo6doXg11CNTRL", + "ID": 422493151558889, + "StableID": "np6X3NBMJ411CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "DiscoKey": "discokey:dedc5e96b22e65afc554c8d32435ea18c68a3639b644ee069e56a68105374004", - "Addresses": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "AllowedIPs": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "Endpoints": ["77.164.248.136:36498", "10.65.0.27:36498", "172.17.0.1:36498"], + "Key": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "DiscoKey": "discokey:025ee070acb5c2ce611e51c43e5d0180c1aedabee2d617cb6b8107e31abe8470", + "Addresses": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "AllowedIPs": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "Endpoints": ["77.164.248.136:48415", "10.65.0.27:48415", "172.17.0.1:48415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50979}, - {"Proto": "peerapi6", "Port": 50979} + {"Proto": "peerapi4", "Port": 44805}, + {"Proto": "peerapi6", "Port": 44805} ]}, - "Created": "2026-04-09T01:30:14.799346852Z", + "Created": "2026-04-09T08:36:20.383575567Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7848771618068854, - "StableID": "n35v2SviH421CNTRL", + "ID": 1336991832021173, + "StableID": "ntxAtUWXSB11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "DiscoKey": "discokey:978a14f7db17fa91d082c3ff9c8eba451ff5b64028e56ab16c6b69cdf5923b29", + "Addresses": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "AllowedIPs": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "Endpoints": ["77.164.248.136:33638", "10.65.0.27:33638", "172.17.0.1:33638"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45571}, + {"Proto": "peerapi6", "Port": 45571} + ]}, + "Created": "2026-04-09T08:36:25.746563252Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1389943812751139, + "StableID": "nJgS66UWrB11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "DiscoKey": "discokey:c22fb9be17a5aa6973e0c700aaf8cd5f5b2f3c11c2479ffa193c530ed598d10e", - "Addresses": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "AllowedIPs": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "Endpoints": ["77.164.248.136:33282", "10.65.0.27:33282", "172.17.0.1:33282"], + "Key": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "DiscoKey": "discokey:5cecbb80ae01dd23dcd97a5636aefa0b1c61b16ddb99032f4c4b5dd354b9e641", + "Addresses": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "AllowedIPs": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "Endpoints": ["77.164.248.136:42799", "10.65.0.27:42799", "172.17.0.1:42799"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46071}, - {"Proto": "peerapi6", "Port": 46071} + {"Proto": "peerapi4", "Port": 64076}, + {"Proto": "peerapi6", "Port": 64076} ]}, - "Created": "2026-04-09T01:30:16.968133817Z", + "Created": "2026-04-09T08:36:22.535275484Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 2206193455415330, + "StableID": "n3FEujxBEJ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "DiscoKey": "discokey:e56f33a6ae5d2ba14a548a15b127498f364c1e15e51bcfa5e1a70f35e4d6717c", + "Addresses": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "AllowedIPs": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "Endpoints": ["77.164.248.136:54252", "10.65.0.27:54252", "172.17.0.1:54252"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} + ]}, + "Created": "2026-04-09T08:36:25.206820319Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2594202260572221, + "StableID": "ngcdL5JvFM11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "KeyExpiry": "2026-10-06T08:36:27Z", + "DiscoKey": "discokey:3afb17c53cf0181cd148ff6a11bfd2995d8775103675e960638a89402534cf09", + "Addresses": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "AllowedIPs": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "Endpoints": ["77.164.248.136:58632", "10.65.0.27:58632", "172.17.0.1:58632"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 42934}, + {"Proto": "peerapi6", "Port": 42934} + ]}, + "Created": "2026-04-09T08:36:27.355576182Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4220542378268543, + "StableID": "npu9QWVVxZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "DiscoKey": "discokey:a195d10b46903454d87dcd67b3306322c0efb06ffde73308c081cfe07fae182e", + "Addresses": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "AllowedIPs": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "Endpoints": ["77.164.248.136:48678", "10.65.0.27:48678", "172.17.0.1:48678"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 49213}, + {"Proto": "peerapi6", "Port": 49213} + ]}, + "Created": "2026-04-09T08:36:22.001941987Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4467706320869464, + "StableID": "nbikd15Stb11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "DiscoKey": "discokey:de20dec58afd83756e2ac670fe539adbd191e32c4f16c0e79de12dce9695a475", + "Addresses": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "AllowedIPs": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "Endpoints": ["77.164.248.136:44758", "10.65.0.27:44758", "172.17.0.1:44758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 37066}, + {"Proto": "peerapi6", "Port": 37066} + ]}, + "Created": "2026-04-09T08:36:23.592134254Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5049622380103527, + "StableID": "nAxP712zRg11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "DiscoKey": "discokey:e0182edcaf48dd021cbca93411aace2569170c3ebdd295bd09e101a68a80ca5f", + "Addresses": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "AllowedIPs": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36487}, + {"Proto": "peerapi6", "Port": 36487} + ]}, + "Created": "2026-04-09T08:36:24.676810011Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6788603098634672, + "StableID": "ndq8ML6a1v11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:f169b749d93655999654b20c3be0dce2a18595cd73be3085c4e56749f058275a", + "Addresses": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "AllowedIPs": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "Endpoints": ["77.164.248.136:37709", "10.65.0.27:37709", "172.17.0.1:37709"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53854}, + {"Proto": "peerapi6", "Port": 53854} + ]}, + "Created": "2026-04-09T08:36:26.82097398Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6811564195157269, + "StableID": "nARapyEyBv11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "DiscoKey": "discokey:ac52633cea80cffc531d427d07e17822ad82724bb2b97bef15ae262de4fa1816", + "Addresses": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "AllowedIPs": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "Endpoints": ["77.164.248.136:45853", "10.65.0.27:45853", "172.17.0.1:45853"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56960}, + {"Proto": "peerapi6", "Port": 56960} + ]}, + "Created": "2026-04-09T08:36:24.134154474Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7302080917610260, + "StableID": "nKiVtSH82z11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:347dba69443a76cee980c1bdad6e1392688d75996ec57f444bb1b36b3b463e42", + "Addresses": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "AllowedIPs": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "Endpoints": ["77.164.248.136:54752", "10.65.0.27:54752", "172.17.0.1:54752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 65506}, + {"Proto": "peerapi6", "Port": 65506} + ]}, + "Created": "2026-04-09T08:36:26.282579504Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7835443512441861, + "StableID": "niPmyEpgB421CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "DiscoKey": "discokey:1223b89c144f92024eced83ab7ff5dadfb3b75b50dc4c01073d036736b3b1d33", + "Addresses": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "AllowedIPs": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "Endpoints": ["77.164.248.136:57715", "10.65.0.27:57715", "172.17.0.1:57715"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 55213}, + {"Proto": "peerapi6", "Port": 55213} + ]}, + "Created": "2026-04-09T08:36:20.926018001Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8075710677092560, + "StableID": "nVjdZ5EW4621CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "DiscoKey": "discokey:c7a74ca80a92aa71eac9cadecbbc52a9fd60cec49099a3072e9bb3101129f06a", + "Addresses": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "AllowedIPs": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "Endpoints": ["77.164.248.136:49011", "10.65.0.27:49011", "172.17.0.1:49011"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52109}, + {"Proto": "peerapi6", "Port": 52109} + ]}, + "Created": "2026-04-09T08:36:21.463094163Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11413,27 +11427,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8117600180999413": { - "ID": 8117600180999413, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4576087958311680": { + "ID": 4576087958311680, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11464,21 +11480,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4692079522842378, - "StableID": "nDJQARy3ed11CNTRL", + "ID": 4220542378268543, + "StableID": "npu9QWVVxZ11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 4692079522842378, - "Key": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "DiscoKey": "discokey:a69cc5c68add8340908f4a1c438842b524dec7189f229078ee75c82be5d27824", - "Addresses": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "AllowedIPs": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "Endpoints": ["77.164.248.136:49633", "10.65.0.27:49633", "172.17.0.1:49633"], + "User": 4220542378268543, + "Key": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "DiscoKey": "discokey:a195d10b46903454d87dcd67b3306322c0efb06ffde73308c081cfe07fae182e", + "Addresses": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "AllowedIPs": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "Endpoints": ["77.164.248.136:48678", "10.65.0.27:48678", "172.17.0.1:48678"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 45690}, - {"Proto": "peerapi6", "Port": 45690}, + {"Proto": "peerapi4", "Port": 49213}, + {"Proto": "peerapi6", "Port": 49213}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:16.427520965Z", + "Created": "2026-04-09T08:36:22.001941987Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11506,300 +11522,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "MachineKey": "mkey:1b9b83d79a0ebebe2280d59bb4cc298ec7f0b76314f9a269cb0d88e5fb914216", + "NodeKey": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "MachineKey": "mkey:f0c5ab1c8c09e93a980cf6d7d3cf2e1aff96b47327edcc6eda48a24eb63f4d41", "Peers": [{ - "ID": 324846935855771, - "StableID": "ncdTLLB8Y311CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "DiscoKey": "discokey:27aa3aaaf4ea9b781641873d6d038a9b32b665eb2b03ccd5ff71785c579c073e", - "Addresses": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "AllowedIPs": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "Endpoints": ["77.164.248.136:55894", "10.65.0.27:55894", "172.17.0.1:55894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56298}, - {"Proto": "peerapi6", "Port": 56298} - ]}, - "Created": "2026-04-09T01:30:18.077975823Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 420236699879391, - "StableID": "n8Pr8XuKH411CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:c86e5ce45ca3285796f9ecc8ce618bd356a3a9758fbd1f1ab76ff90e44056202", - "Addresses": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "AllowedIPs": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61144}, - {"Proto": "peerapi6", "Port": 61144} - ]}, - "Created": "2026-04-09T01:30:21.885716215Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 423730102137878, - "StableID": "nKXZ8wfuJ411CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:249ec0dd103ebbfc584e44b28aab84400081e6a1136a729d926f4bc58dfc3523", - "Addresses": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "AllowedIPs": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "Endpoints": ["77.164.248.136:34413", "10.65.0.27:34413", "172.17.0.1:34413"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43930}, - {"Proto": "peerapi6", "Port": 43930} - ]}, - "Created": "2026-04-09T01:30:21.33641928Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 942495009026784, - "StableID": "nfeTXFkrM811CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "DiscoKey": "discokey:51d110dead5bebcaac5c976e6b24832ba7bcc9a548108b6ddf1f37be0674c36d", - "Addresses": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "AllowedIPs": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "Endpoints": ["77.164.248.136:37163", "10.65.0.27:37163", "172.17.0.1:37163"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35545}, - {"Proto": "peerapi6", "Port": 35545} - ]}, - "Created": "2026-04-09T01:30:19.696924137Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2307763778088795, - "StableID": "nNAEWP3C2K11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "DiscoKey": "discokey:f006c28d4ef03cec95ab183bc10de1fc51f3df348a3616e09fcd5cbb8aefcf1b", - "Addresses": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "AllowedIPs": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "Endpoints": ["77.164.248.136:41450", "10.65.0.27:41450", "172.17.0.1:41450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53552}, - {"Proto": "peerapi6", "Port": 53552} - ]}, - "Created": "2026-04-09T01:30:15.880508144Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2621418830786409, - "StableID": "n8E5TCEFUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "KeyExpiry": "2026-10-06T01:30:20Z", - "DiscoKey": "discokey:7b006d7e5342d6a449149e3f0f3d2eeae3819145fae50c34e60e09dd3564cc47", - "Addresses": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "AllowedIPs": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "Endpoints": ["77.164.248.136:35279", "10.65.0.27:35279", "172.17.0.1:35279"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56092}, - {"Proto": "peerapi6", "Port": 56092} - ]}, - "Created": "2026-04-09T01:30:20.815254728Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3211468836654892, - "StableID": "nqRLwkqU5S11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "DiscoKey": "discokey:5ace8c71f8e565327099bfa5691b3dbe5361ab6f353466000c16ed15c6eb7e60", - "Addresses": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "AllowedIPs": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "Endpoints": ["77.164.248.136:51239", "10.65.0.27:51239", "172.17.0.1:51239"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 63174}, - {"Proto": "peerapi6", "Port": 63174} - ]}, - "Created": "2026-04-09T01:30:19.147005448Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3657886512647495, - "StableID": "nvkAHcUfZV11CNTRL", + "ID": 276170980927184, + "StableID": "nbA8tWY5A311CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "DiscoKey": "discokey:12d70f1a5780f42eb94eb8f48bda9126878f34f13f9c4bff2c4c74fa16099869", - "Addresses": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "AllowedIPs": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "Endpoints": ["77.164.248.136:51415", "10.65.0.27:51415", "172.17.0.1:51415"], - "HomeDERP": 4, + "Key": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "DiscoKey": "discokey:24ccb66de47dae95f36e1bb6f81247fb906795348838906b1aa2412a094f0314", + "Addresses": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "AllowedIPs": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "Endpoints": ["77.164.248.136:39033", "10.65.0.27:39033", "172.17.0.1:39033"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36041}, - {"Proto": "peerapi6", "Port": 36041} + {"Proto": "peerapi4", "Port": 62210}, + {"Proto": "peerapi6", "Port": 62210} ]}, - "Created": "2026-04-09T01:30:17.513241534Z", + "Created": "2026-04-09T08:36:23.060063759Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3694398549785186, - "StableID": "nFXKywaCrV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "DiscoKey": "discokey:bd8903a5fd79d06455a33190ddc1ae889f762f45b8542fb0f2ca1e16c2b01d2e", - "Addresses": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "AllowedIPs": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "Endpoints": ["77.164.248.136:52204", "10.65.0.27:52204", "172.17.0.1:52204"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 32849}, - {"Proto": "peerapi6", "Port": 32849} - ]}, - "Created": "2026-04-09T01:30:18.59826279Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4172646983392181, - "StableID": "nif7NvMoaZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "DiscoKey": "discokey:297c7a5a27b45ec938fd6647311c003ded11daa2c4311d313fb65e6cfb8e2164", - "Addresses": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "AllowedIPs": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "Endpoints": ["77.164.248.136:44975", "10.65.0.27:44975", "172.17.0.1:44975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34800}, - {"Proto": "peerapi6", "Port": 34800} - ]}, - "Created": "2026-04-09T01:30:20.233611814Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4511269150725326, - "StableID": "nXfajfPAEc11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "DiscoKey": "discokey:0aa6a2384e94d6c722d61023df5e713b568324a34d8073005e15f2ef4a0f4f2e", - "Addresses": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "AllowedIPs": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "Endpoints": ["77.164.248.136:55135", "10.65.0.27:55135", "172.17.0.1:55135"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41629}, - {"Proto": "peerapi6", "Port": 41629} - ]}, - "Created": "2026-04-09T01:30:15.34045928Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5062474566410107, - "StableID": "n8Tdo6doXg11CNTRL", + "ID": 422493151558889, + "StableID": "np6X3NBMJ411CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "DiscoKey": "discokey:dedc5e96b22e65afc554c8d32435ea18c68a3639b644ee069e56a68105374004", - "Addresses": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "AllowedIPs": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "Endpoints": ["77.164.248.136:36498", "10.65.0.27:36498", "172.17.0.1:36498"], + "Key": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "DiscoKey": "discokey:025ee070acb5c2ce611e51c43e5d0180c1aedabee2d617cb6b8107e31abe8470", + "Addresses": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "AllowedIPs": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "Endpoints": ["77.164.248.136:48415", "10.65.0.27:48415", "172.17.0.1:48415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50979}, - {"Proto": "peerapi6", "Port": 50979} + {"Proto": "peerapi4", "Port": 44805}, + {"Proto": "peerapi6", "Port": 44805} ]}, - "Created": "2026-04-09T01:30:14.799346852Z", + "Created": "2026-04-09T08:36:20.383575567Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7848771618068854, - "StableID": "n35v2SviH421CNTRL", + "ID": 1336991832021173, + "StableID": "ntxAtUWXSB11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "DiscoKey": "discokey:978a14f7db17fa91d082c3ff9c8eba451ff5b64028e56ab16c6b69cdf5923b29", + "Addresses": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "AllowedIPs": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "Endpoints": ["77.164.248.136:33638", "10.65.0.27:33638", "172.17.0.1:33638"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45571}, + {"Proto": "peerapi6", "Port": 45571} + ]}, + "Created": "2026-04-09T08:36:25.746563252Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1389943812751139, + "StableID": "nJgS66UWrB11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "DiscoKey": "discokey:c22fb9be17a5aa6973e0c700aaf8cd5f5b2f3c11c2479ffa193c530ed598d10e", - "Addresses": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "AllowedIPs": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "Endpoints": ["77.164.248.136:33282", "10.65.0.27:33282", "172.17.0.1:33282"], + "Key": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "DiscoKey": "discokey:5cecbb80ae01dd23dcd97a5636aefa0b1c61b16ddb99032f4c4b5dd354b9e641", + "Addresses": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "AllowedIPs": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "Endpoints": ["77.164.248.136:42799", "10.65.0.27:42799", "172.17.0.1:42799"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46071}, - {"Proto": "peerapi6", "Port": 46071} + {"Proto": "peerapi4", "Port": 64076}, + {"Proto": "peerapi6", "Port": 64076} ]}, - "Created": "2026-04-09T01:30:16.968133817Z", + "Created": "2026-04-09T08:36:22.535275484Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8117600180999413, - "StableID": "niqaaKbUP621CNTRL", + "ID": 2206193455415330, + "StableID": "n3FEujxBEJ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "DiscoKey": "discokey:e56f33a6ae5d2ba14a548a15b127498f364c1e15e51bcfa5e1a70f35e4d6717c", + "Addresses": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "AllowedIPs": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "Endpoints": ["77.164.248.136:54252", "10.65.0.27:54252", "172.17.0.1:54252"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} + ]}, + "Created": "2026-04-09T08:36:25.206820319Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2594202260572221, + "StableID": "ngcdL5JvFM11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "KeyExpiry": "2026-10-06T08:36:27Z", + "DiscoKey": "discokey:3afb17c53cf0181cd148ff6a11bfd2995d8775103675e960638a89402534cf09", + "Addresses": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "AllowedIPs": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 42934}, + {"Proto": "peerapi6", "Port": 42934} + ]}, + "Created": "2026-04-09T08:36:27.355576182Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4467706320869464, + "StableID": "nbikd15Stb11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "DiscoKey": "discokey:de20dec58afd83756e2ac670fe539adbd191e32c4f16c0e79de12dce9695a475", + "Addresses": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "AllowedIPs": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "Endpoints": ["77.164.248.136:44758", "10.65.0.27:44758", "172.17.0.1:44758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 37066}, + {"Proto": "peerapi6", "Port": 37066} + ]}, + "Created": "2026-04-09T08:36:23.592134254Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4576087958311680, + "StableID": "n7kLo75Xjc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "DiscoKey": "discokey:8a854c836f34ac1fd191546462deb81be413a11e3fdf4d69b5c3dcacdabd295d", - "Addresses": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "AllowedIPs": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "Endpoints": ["77.164.248.136:54173", "10.65.0.27:54173", "172.17.0.1:54173"], + "Key": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "DiscoKey": "discokey:0faf137d6b8fb144a6d8bf5869a53c435061206877d0c9e329f2803c73414a79", + "Addresses": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "AllowedIPs": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "Endpoints": ["77.164.248.136:50677", "10.65.0.27:50677", "172.17.0.1:50677"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 46347}, - {"Proto": "peerapi6", "Port": 46347} + {"Proto": "peerapi4", "Port": 44094}, + {"Proto": "peerapi6", "Port": 44094} ]}, - "Created": "2026-04-09T01:30:14.271872259Z", + "Created": "2026-04-09T08:36:19.880646982Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 5049622380103527, + "StableID": "nAxP712zRg11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "DiscoKey": "discokey:e0182edcaf48dd021cbca93411aace2569170c3ebdd295bd09e101a68a80ca5f", + "Addresses": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "AllowedIPs": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36487}, + {"Proto": "peerapi6", "Port": 36487} + ]}, + "Created": "2026-04-09T08:36:24.676810011Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6788603098634672, + "StableID": "ndq8ML6a1v11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:f169b749d93655999654b20c3be0dce2a18595cd73be3085c4e56749f058275a", + "Addresses": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "AllowedIPs": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "Endpoints": ["77.164.248.136:37709", "10.65.0.27:37709", "172.17.0.1:37709"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53854}, + {"Proto": "peerapi6", "Port": 53854} + ]}, + "Created": "2026-04-09T08:36:26.82097398Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6811564195157269, + "StableID": "nARapyEyBv11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "DiscoKey": "discokey:ac52633cea80cffc531d427d07e17822ad82724bb2b97bef15ae262de4fa1816", + "Addresses": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "AllowedIPs": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "Endpoints": ["77.164.248.136:45853", "10.65.0.27:45853", "172.17.0.1:45853"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56960}, + {"Proto": "peerapi6", "Port": 56960} + ]}, + "Created": "2026-04-09T08:36:24.134154474Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7302080917610260, + "StableID": "nKiVtSH82z11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:347dba69443a76cee980c1bdad6e1392688d75996ec57f444bb1b36b3b463e42", + "Addresses": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "AllowedIPs": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "Endpoints": ["77.164.248.136:54752", "10.65.0.27:54752", "172.17.0.1:54752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 65506}, + {"Proto": "peerapi6", "Port": 65506} + ]}, + "Created": "2026-04-09T08:36:26.282579504Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7835443512441861, + "StableID": "niPmyEpgB421CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "DiscoKey": "discokey:1223b89c144f92024eced83ab7ff5dadfb3b75b50dc4c01073d036736b3b1d33", + "Addresses": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "AllowedIPs": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "Endpoints": ["77.164.248.136:57715", "10.65.0.27:57715", "172.17.0.1:57715"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 55213}, + {"Proto": "peerapi6", "Port": 55213} + ]}, + "Created": "2026-04-09T08:36:20.926018001Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8075710677092560, + "StableID": "nVjdZ5EW4621CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "DiscoKey": "discokey:c7a74ca80a92aa71eac9cadecbbc52a9fd60cec49099a3072e9bb3101129f06a", + "Addresses": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "AllowedIPs": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "Endpoints": ["77.164.248.136:49011", "10.65.0.27:49011", "172.17.0.1:49011"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52109}, + {"Proto": "peerapi6", "Port": 52109} + ]}, + "Created": "2026-04-09T08:36:21.463094163Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12647,27 +12663,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4692079522842378": { - "ID": 4692079522842378, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4220542378268543": { + "ID": 4220542378268543, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12698,21 +12716,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2307763778088795, - "StableID": "nNAEWP3C2K11CNTRL", + "ID": 8075710677092560, + "StableID": "nVjdZ5EW4621CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 2307763778088795, - "Key": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "DiscoKey": "discokey:f006c28d4ef03cec95ab183bc10de1fc51f3df348a3616e09fcd5cbb8aefcf1b", - "Addresses": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "AllowedIPs": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "Endpoints": ["77.164.248.136:41450", "10.65.0.27:41450", "172.17.0.1:41450"], + "User": 8075710677092560, + "Key": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "DiscoKey": "discokey:c7a74ca80a92aa71eac9cadecbbc52a9fd60cec49099a3072e9bb3101129f06a", + "Addresses": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "AllowedIPs": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "Endpoints": ["77.164.248.136:49011", "10.65.0.27:49011", "172.17.0.1:49011"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 53552}, - {"Proto": "peerapi6", "Port": 53552}, + {"Proto": "peerapi4", "Port": 52109}, + {"Proto": "peerapi6", "Port": 52109}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:15.880508144Z", + "Created": "2026-04-09T08:36:21.463094163Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12740,300 +12758,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "MachineKey": "mkey:665e5a35856a702306d91d5bb27b81d72764b5153a7ad12b12b470bc2d4d095b", + "NodeKey": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "MachineKey": "mkey:0362396e8036d25718dca43a6a8cb51acdf5ccf429f99bcec9d15eadb8698242", "Peers": [{ - "ID": 324846935855771, - "StableID": "ncdTLLB8Y311CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "DiscoKey": "discokey:27aa3aaaf4ea9b781641873d6d038a9b32b665eb2b03ccd5ff71785c579c073e", - "Addresses": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "AllowedIPs": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "Endpoints": ["77.164.248.136:55894", "10.65.0.27:55894", "172.17.0.1:55894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56298}, - {"Proto": "peerapi6", "Port": 56298} - ]}, - "Created": "2026-04-09T01:30:18.077975823Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 420236699879391, - "StableID": "n8Pr8XuKH411CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:c86e5ce45ca3285796f9ecc8ce618bd356a3a9758fbd1f1ab76ff90e44056202", - "Addresses": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "AllowedIPs": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61144}, - {"Proto": "peerapi6", "Port": 61144} - ]}, - "Created": "2026-04-09T01:30:21.885716215Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 423730102137878, - "StableID": "nKXZ8wfuJ411CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:249ec0dd103ebbfc584e44b28aab84400081e6a1136a729d926f4bc58dfc3523", - "Addresses": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "AllowedIPs": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "Endpoints": ["77.164.248.136:34413", "10.65.0.27:34413", "172.17.0.1:34413"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43930}, - {"Proto": "peerapi6", "Port": 43930} - ]}, - "Created": "2026-04-09T01:30:21.33641928Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 942495009026784, - "StableID": "nfeTXFkrM811CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "DiscoKey": "discokey:51d110dead5bebcaac5c976e6b24832ba7bcc9a548108b6ddf1f37be0674c36d", - "Addresses": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "AllowedIPs": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "Endpoints": ["77.164.248.136:37163", "10.65.0.27:37163", "172.17.0.1:37163"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35545}, - {"Proto": "peerapi6", "Port": 35545} - ]}, - "Created": "2026-04-09T01:30:19.696924137Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2621418830786409, - "StableID": "n8E5TCEFUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "KeyExpiry": "2026-10-06T01:30:20Z", - "DiscoKey": "discokey:7b006d7e5342d6a449149e3f0f3d2eeae3819145fae50c34e60e09dd3564cc47", - "Addresses": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "AllowedIPs": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "Endpoints": ["77.164.248.136:35279", "10.65.0.27:35279", "172.17.0.1:35279"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56092}, - {"Proto": "peerapi6", "Port": 56092} - ]}, - "Created": "2026-04-09T01:30:20.815254728Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3211468836654892, - "StableID": "nqRLwkqU5S11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "DiscoKey": "discokey:5ace8c71f8e565327099bfa5691b3dbe5361ab6f353466000c16ed15c6eb7e60", - "Addresses": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "AllowedIPs": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "Endpoints": ["77.164.248.136:51239", "10.65.0.27:51239", "172.17.0.1:51239"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 63174}, - {"Proto": "peerapi6", "Port": 63174} - ]}, - "Created": "2026-04-09T01:30:19.147005448Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3657886512647495, - "StableID": "nvkAHcUfZV11CNTRL", + "ID": 276170980927184, + "StableID": "nbA8tWY5A311CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "DiscoKey": "discokey:12d70f1a5780f42eb94eb8f48bda9126878f34f13f9c4bff2c4c74fa16099869", - "Addresses": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "AllowedIPs": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "Endpoints": ["77.164.248.136:51415", "10.65.0.27:51415", "172.17.0.1:51415"], - "HomeDERP": 4, + "Key": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "DiscoKey": "discokey:24ccb66de47dae95f36e1bb6f81247fb906795348838906b1aa2412a094f0314", + "Addresses": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "AllowedIPs": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "Endpoints": ["77.164.248.136:39033", "10.65.0.27:39033", "172.17.0.1:39033"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36041}, - {"Proto": "peerapi6", "Port": 36041} + {"Proto": "peerapi4", "Port": 62210}, + {"Proto": "peerapi6", "Port": 62210} ]}, - "Created": "2026-04-09T01:30:17.513241534Z", + "Created": "2026-04-09T08:36:23.060063759Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3694398549785186, - "StableID": "nFXKywaCrV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "DiscoKey": "discokey:bd8903a5fd79d06455a33190ddc1ae889f762f45b8542fb0f2ca1e16c2b01d2e", - "Addresses": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "AllowedIPs": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "Endpoints": ["77.164.248.136:52204", "10.65.0.27:52204", "172.17.0.1:52204"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 32849}, - {"Proto": "peerapi6", "Port": 32849} - ]}, - "Created": "2026-04-09T01:30:18.59826279Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4172646983392181, - "StableID": "nif7NvMoaZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "DiscoKey": "discokey:297c7a5a27b45ec938fd6647311c003ded11daa2c4311d313fb65e6cfb8e2164", - "Addresses": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "AllowedIPs": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "Endpoints": ["77.164.248.136:44975", "10.65.0.27:44975", "172.17.0.1:44975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34800}, - {"Proto": "peerapi6", "Port": 34800} - ]}, - "Created": "2026-04-09T01:30:20.233611814Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4511269150725326, - "StableID": "nXfajfPAEc11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "DiscoKey": "discokey:0aa6a2384e94d6c722d61023df5e713b568324a34d8073005e15f2ef4a0f4f2e", - "Addresses": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "AllowedIPs": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "Endpoints": ["77.164.248.136:55135", "10.65.0.27:55135", "172.17.0.1:55135"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41629}, - {"Proto": "peerapi6", "Port": 41629} - ]}, - "Created": "2026-04-09T01:30:15.34045928Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4692079522842378, - "StableID": "nDJQARy3ed11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "DiscoKey": "discokey:a69cc5c68add8340908f4a1c438842b524dec7189f229078ee75c82be5d27824", - "Addresses": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "AllowedIPs": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "Endpoints": ["77.164.248.136:49633", "10.65.0.27:49633", "172.17.0.1:49633"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45690}, - {"Proto": "peerapi6", "Port": 45690} - ]}, - "Created": "2026-04-09T01:30:16.427520965Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5062474566410107, - "StableID": "n8Tdo6doXg11CNTRL", + "ID": 422493151558889, + "StableID": "np6X3NBMJ411CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "DiscoKey": "discokey:dedc5e96b22e65afc554c8d32435ea18c68a3639b644ee069e56a68105374004", - "Addresses": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "AllowedIPs": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "Endpoints": ["77.164.248.136:36498", "10.65.0.27:36498", "172.17.0.1:36498"], + "Key": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "DiscoKey": "discokey:025ee070acb5c2ce611e51c43e5d0180c1aedabee2d617cb6b8107e31abe8470", + "Addresses": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "AllowedIPs": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "Endpoints": ["77.164.248.136:48415", "10.65.0.27:48415", "172.17.0.1:48415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50979}, - {"Proto": "peerapi6", "Port": 50979} + {"Proto": "peerapi4", "Port": 44805}, + {"Proto": "peerapi6", "Port": 44805} ]}, - "Created": "2026-04-09T01:30:14.799346852Z", + "Created": "2026-04-09T08:36:20.383575567Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7848771618068854, - "StableID": "n35v2SviH421CNTRL", + "ID": 1336991832021173, + "StableID": "ntxAtUWXSB11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "DiscoKey": "discokey:978a14f7db17fa91d082c3ff9c8eba451ff5b64028e56ab16c6b69cdf5923b29", + "Addresses": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "AllowedIPs": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "Endpoints": ["77.164.248.136:33638", "10.65.0.27:33638", "172.17.0.1:33638"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45571}, + {"Proto": "peerapi6", "Port": 45571} + ]}, + "Created": "2026-04-09T08:36:25.746563252Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1389943812751139, + "StableID": "nJgS66UWrB11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "DiscoKey": "discokey:c22fb9be17a5aa6973e0c700aaf8cd5f5b2f3c11c2479ffa193c530ed598d10e", - "Addresses": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "AllowedIPs": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "Endpoints": ["77.164.248.136:33282", "10.65.0.27:33282", "172.17.0.1:33282"], + "Key": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "DiscoKey": "discokey:5cecbb80ae01dd23dcd97a5636aefa0b1c61b16ddb99032f4c4b5dd354b9e641", + "Addresses": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "AllowedIPs": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "Endpoints": ["77.164.248.136:42799", "10.65.0.27:42799", "172.17.0.1:42799"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46071}, - {"Proto": "peerapi6", "Port": 46071} + {"Proto": "peerapi4", "Port": 64076}, + {"Proto": "peerapi6", "Port": 64076} ]}, - "Created": "2026-04-09T01:30:16.968133817Z", + "Created": "2026-04-09T08:36:22.535275484Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8117600180999413, - "StableID": "niqaaKbUP621CNTRL", + "ID": 2206193455415330, + "StableID": "n3FEujxBEJ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "DiscoKey": "discokey:e56f33a6ae5d2ba14a548a15b127498f364c1e15e51bcfa5e1a70f35e4d6717c", + "Addresses": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "AllowedIPs": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "Endpoints": ["77.164.248.136:54252", "10.65.0.27:54252", "172.17.0.1:54252"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} + ]}, + "Created": "2026-04-09T08:36:25.206820319Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2594202260572221, + "StableID": "ngcdL5JvFM11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "KeyExpiry": "2026-10-06T08:36:27Z", + "DiscoKey": "discokey:3afb17c53cf0181cd148ff6a11bfd2995d8775103675e960638a89402534cf09", + "Addresses": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "AllowedIPs": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 42934}, + {"Proto": "peerapi6", "Port": 42934} + ]}, + "Created": "2026-04-09T08:36:27.355576182Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4220542378268543, + "StableID": "npu9QWVVxZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "DiscoKey": "discokey:a195d10b46903454d87dcd67b3306322c0efb06ffde73308c081cfe07fae182e", + "Addresses": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "AllowedIPs": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "Endpoints": ["77.164.248.136:48678", "10.65.0.27:48678", "172.17.0.1:48678"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 49213}, + {"Proto": "peerapi6", "Port": 49213} + ]}, + "Created": "2026-04-09T08:36:22.001941987Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4467706320869464, + "StableID": "nbikd15Stb11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "DiscoKey": "discokey:de20dec58afd83756e2ac670fe539adbd191e32c4f16c0e79de12dce9695a475", + "Addresses": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "AllowedIPs": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "Endpoints": ["77.164.248.136:44758", "10.65.0.27:44758", "172.17.0.1:44758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 37066}, + {"Proto": "peerapi6", "Port": 37066} + ]}, + "Created": "2026-04-09T08:36:23.592134254Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4576087958311680, + "StableID": "n7kLo75Xjc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "DiscoKey": "discokey:8a854c836f34ac1fd191546462deb81be413a11e3fdf4d69b5c3dcacdabd295d", - "Addresses": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "AllowedIPs": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "Endpoints": ["77.164.248.136:54173", "10.65.0.27:54173", "172.17.0.1:54173"], + "Key": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "DiscoKey": "discokey:0faf137d6b8fb144a6d8bf5869a53c435061206877d0c9e329f2803c73414a79", + "Addresses": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "AllowedIPs": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "Endpoints": ["77.164.248.136:50677", "10.65.0.27:50677", "172.17.0.1:50677"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 46347}, - {"Proto": "peerapi6", "Port": 46347} + {"Proto": "peerapi4", "Port": 44094}, + {"Proto": "peerapi6", "Port": 44094} ]}, - "Created": "2026-04-09T01:30:14.271872259Z", + "Created": "2026-04-09T08:36:19.880646982Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 5049622380103527, + "StableID": "nAxP712zRg11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "DiscoKey": "discokey:e0182edcaf48dd021cbca93411aace2569170c3ebdd295bd09e101a68a80ca5f", + "Addresses": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "AllowedIPs": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36487}, + {"Proto": "peerapi6", "Port": 36487} + ]}, + "Created": "2026-04-09T08:36:24.676810011Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6788603098634672, + "StableID": "ndq8ML6a1v11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:f169b749d93655999654b20c3be0dce2a18595cd73be3085c4e56749f058275a", + "Addresses": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "AllowedIPs": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "Endpoints": ["77.164.248.136:37709", "10.65.0.27:37709", "172.17.0.1:37709"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53854}, + {"Proto": "peerapi6", "Port": 53854} + ]}, + "Created": "2026-04-09T08:36:26.82097398Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6811564195157269, + "StableID": "nARapyEyBv11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "DiscoKey": "discokey:ac52633cea80cffc531d427d07e17822ad82724bb2b97bef15ae262de4fa1816", + "Addresses": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "AllowedIPs": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "Endpoints": ["77.164.248.136:45853", "10.65.0.27:45853", "172.17.0.1:45853"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56960}, + {"Proto": "peerapi6", "Port": 56960} + ]}, + "Created": "2026-04-09T08:36:24.134154474Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7302080917610260, + "StableID": "nKiVtSH82z11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:347dba69443a76cee980c1bdad6e1392688d75996ec57f444bb1b36b3b463e42", + "Addresses": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "AllowedIPs": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "Endpoints": ["77.164.248.136:54752", "10.65.0.27:54752", "172.17.0.1:54752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 65506}, + {"Proto": "peerapi6", "Port": 65506} + ]}, + "Created": "2026-04-09T08:36:26.282579504Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7835443512441861, + "StableID": "niPmyEpgB421CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "DiscoKey": "discokey:1223b89c144f92024eced83ab7ff5dadfb3b75b50dc4c01073d036736b3b1d33", + "Addresses": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "AllowedIPs": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "Endpoints": ["77.164.248.136:57715", "10.65.0.27:57715", "172.17.0.1:57715"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 55213}, + {"Proto": "peerapi6", "Port": 55213} + ]}, + "Created": "2026-04-09T08:36:20.926018001Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13881,27 +13899,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2307763778088795": { - "ID": 2307763778088795, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8075710677092560": { + "ID": 8075710677092560, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13932,26 +13952,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3657886512647495, - "StableID": "nvkAHcUfZV11CNTRL", + "ID": 276170980927184, + "StableID": "nbA8tWY5A311CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 3657886512647495, - "Key": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "DiscoKey": "discokey:12d70f1a5780f42eb94eb8f48bda9126878f34f13f9c4bff2c4c74fa16099869", - "Addresses": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "AllowedIPs": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "Endpoints": ["77.164.248.136:51415", "10.65.0.27:51415", "172.17.0.1:51415"], + "User": 276170980927184, + "Key": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "DiscoKey": "discokey:24ccb66de47dae95f36e1bb6f81247fb906795348838906b1aa2412a094f0314", + "Addresses": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "AllowedIPs": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "Endpoints": ["77.164.248.136:39033", "10.65.0.27:39033", "172.17.0.1:39033"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 36041}, - {"Proto": "peerapi6", "Port": 36041}, + {"Proto": "peerapi4", "Port": 62210}, + {"Proto": "peerapi6", "Port": 62210}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:30:17.513241534Z", + "Created": "2026-04-09T08:36:23.060063759Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13979,302 +13999,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "MachineKey": "mkey:52df8ba0312f2057ab2565e32d0f7244a7604e1d3c2c30a44743a3ee5e25a634", + "NodeKey": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "MachineKey": "mkey:0f7388af6d2e95dd9107cd435a4c47e946b29a7573a64cdb31993c15a2c6e46e", "Peers": [{ - "ID": 324846935855771, - "StableID": "ncdTLLB8Y311CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "DiscoKey": "discokey:27aa3aaaf4ea9b781641873d6d038a9b32b665eb2b03ccd5ff71785c579c073e", - "Addresses": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "AllowedIPs": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "Endpoints": ["77.164.248.136:55894", "10.65.0.27:55894", "172.17.0.1:55894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56298}, - {"Proto": "peerapi6", "Port": 56298} - ]}, - "Created": "2026-04-09T01:30:18.077975823Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 420236699879391, - "StableID": "n8Pr8XuKH411CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:c86e5ce45ca3285796f9ecc8ce618bd356a3a9758fbd1f1ab76ff90e44056202", - "Addresses": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "AllowedIPs": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "Endpoints": ["77.164.248.136:42535", "10.65.0.27:42535", "172.17.0.1:42535"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61144}, - {"Proto": "peerapi6", "Port": 61144} - ]}, - "Created": "2026-04-09T01:30:21.885716215Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 423730102137878, - "StableID": "nKXZ8wfuJ411CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:249ec0dd103ebbfc584e44b28aab84400081e6a1136a729d926f4bc58dfc3523", - "Addresses": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "AllowedIPs": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "Endpoints": ["77.164.248.136:34413", "10.65.0.27:34413", "172.17.0.1:34413"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43930}, - {"Proto": "peerapi6", "Port": 43930} - ]}, - "Created": "2026-04-09T01:30:21.33641928Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 942495009026784, - "StableID": "nfeTXFkrM811CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "DiscoKey": "discokey:51d110dead5bebcaac5c976e6b24832ba7bcc9a548108b6ddf1f37be0674c36d", - "Addresses": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "AllowedIPs": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "Endpoints": ["77.164.248.136:37163", "10.65.0.27:37163", "172.17.0.1:37163"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35545}, - {"Proto": "peerapi6", "Port": 35545} - ]}, - "Created": "2026-04-09T01:30:19.696924137Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2307763778088795, - "StableID": "nNAEWP3C2K11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "DiscoKey": "discokey:f006c28d4ef03cec95ab183bc10de1fc51f3df348a3616e09fcd5cbb8aefcf1b", - "Addresses": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "AllowedIPs": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "Endpoints": ["77.164.248.136:41450", "10.65.0.27:41450", "172.17.0.1:41450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53552}, - {"Proto": "peerapi6", "Port": 53552} - ]}, - "Created": "2026-04-09T01:30:15.880508144Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2621418830786409, - "StableID": "n8E5TCEFUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "KeyExpiry": "2026-10-06T01:30:20Z", - "DiscoKey": "discokey:7b006d7e5342d6a449149e3f0f3d2eeae3819145fae50c34e60e09dd3564cc47", - "Addresses": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "AllowedIPs": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "Endpoints": ["77.164.248.136:35279", "10.65.0.27:35279", "172.17.0.1:35279"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56092}, - {"Proto": "peerapi6", "Port": 56092} - ]}, - "Created": "2026-04-09T01:30:20.815254728Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3211468836654892, - "StableID": "nqRLwkqU5S11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "DiscoKey": "discokey:5ace8c71f8e565327099bfa5691b3dbe5361ab6f353466000c16ed15c6eb7e60", - "Addresses": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "AllowedIPs": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "Endpoints": ["77.164.248.136:51239", "10.65.0.27:51239", "172.17.0.1:51239"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 63174}, - {"Proto": "peerapi6", "Port": 63174} - ]}, - "Created": "2026-04-09T01:30:19.147005448Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3694398549785186, - "StableID": "nFXKywaCrV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "DiscoKey": "discokey:bd8903a5fd79d06455a33190ddc1ae889f762f45b8542fb0f2ca1e16c2b01d2e", - "Addresses": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "AllowedIPs": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "Endpoints": ["77.164.248.136:52204", "10.65.0.27:52204", "172.17.0.1:52204"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 32849}, - {"Proto": "peerapi6", "Port": 32849} - ]}, - "Created": "2026-04-09T01:30:18.59826279Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4172646983392181, - "StableID": "nif7NvMoaZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "DiscoKey": "discokey:297c7a5a27b45ec938fd6647311c003ded11daa2c4311d313fb65e6cfb8e2164", - "Addresses": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "AllowedIPs": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "Endpoints": ["77.164.248.136:44975", "10.65.0.27:44975", "172.17.0.1:44975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34800}, - {"Proto": "peerapi6", "Port": 34800} - ]}, - "Created": "2026-04-09T01:30:20.233611814Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4511269150725326, - "StableID": "nXfajfPAEc11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "DiscoKey": "discokey:0aa6a2384e94d6c722d61023df5e713b568324a34d8073005e15f2ef4a0f4f2e", - "Addresses": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "AllowedIPs": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "Endpoints": ["77.164.248.136:55135", "10.65.0.27:55135", "172.17.0.1:55135"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41629}, - {"Proto": "peerapi6", "Port": 41629} - ]}, - "Created": "2026-04-09T01:30:15.34045928Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4692079522842378, - "StableID": "nDJQARy3ed11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "DiscoKey": "discokey:a69cc5c68add8340908f4a1c438842b524dec7189f229078ee75c82be5d27824", - "Addresses": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "AllowedIPs": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "Endpoints": ["77.164.248.136:49633", "10.65.0.27:49633", "172.17.0.1:49633"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45690}, - {"Proto": "peerapi6", "Port": 45690} - ]}, - "Created": "2026-04-09T01:30:16.427520965Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5062474566410107, - "StableID": "n8Tdo6doXg11CNTRL", + "ID": 422493151558889, + "StableID": "np6X3NBMJ411CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "DiscoKey": "discokey:dedc5e96b22e65afc554c8d32435ea18c68a3639b644ee069e56a68105374004", - "Addresses": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "AllowedIPs": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "Endpoints": ["77.164.248.136:36498", "10.65.0.27:36498", "172.17.0.1:36498"], + "Key": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "DiscoKey": "discokey:025ee070acb5c2ce611e51c43e5d0180c1aedabee2d617cb6b8107e31abe8470", + "Addresses": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "AllowedIPs": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "Endpoints": ["77.164.248.136:48415", "10.65.0.27:48415", "172.17.0.1:48415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50979}, - {"Proto": "peerapi6", "Port": 50979} + {"Proto": "peerapi4", "Port": 44805}, + {"Proto": "peerapi6", "Port": 44805} ]}, - "Created": "2026-04-09T01:30:14.799346852Z", + "Created": "2026-04-09T08:36:20.383575567Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7848771618068854, - "StableID": "n35v2SviH421CNTRL", + "ID": 1336991832021173, + "StableID": "ntxAtUWXSB11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "DiscoKey": "discokey:978a14f7db17fa91d082c3ff9c8eba451ff5b64028e56ab16c6b69cdf5923b29", + "Addresses": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "AllowedIPs": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "Endpoints": ["77.164.248.136:33638", "10.65.0.27:33638", "172.17.0.1:33638"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45571}, + {"Proto": "peerapi6", "Port": 45571} + ]}, + "Created": "2026-04-09T08:36:25.746563252Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1389943812751139, + "StableID": "nJgS66UWrB11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "DiscoKey": "discokey:c22fb9be17a5aa6973e0c700aaf8cd5f5b2f3c11c2479ffa193c530ed598d10e", - "Addresses": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "AllowedIPs": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "Endpoints": ["77.164.248.136:33282", "10.65.0.27:33282", "172.17.0.1:33282"], + "Key": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "DiscoKey": "discokey:5cecbb80ae01dd23dcd97a5636aefa0b1c61b16ddb99032f4c4b5dd354b9e641", + "Addresses": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "AllowedIPs": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "Endpoints": ["77.164.248.136:42799", "10.65.0.27:42799", "172.17.0.1:42799"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46071}, - {"Proto": "peerapi6", "Port": 46071} + {"Proto": "peerapi4", "Port": 64076}, + {"Proto": "peerapi6", "Port": 64076} ]}, - "Created": "2026-04-09T01:30:16.968133817Z", + "Created": "2026-04-09T08:36:22.535275484Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8117600180999413, - "StableID": "niqaaKbUP621CNTRL", + "ID": 2206193455415330, + "StableID": "n3FEujxBEJ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "DiscoKey": "discokey:e56f33a6ae5d2ba14a548a15b127498f364c1e15e51bcfa5e1a70f35e4d6717c", + "Addresses": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "AllowedIPs": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "Endpoints": ["77.164.248.136:54252", "10.65.0.27:54252", "172.17.0.1:54252"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} + ]}, + "Created": "2026-04-09T08:36:25.206820319Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2594202260572221, + "StableID": "ngcdL5JvFM11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "KeyExpiry": "2026-10-06T08:36:27Z", + "DiscoKey": "discokey:3afb17c53cf0181cd148ff6a11bfd2995d8775103675e960638a89402534cf09", + "Addresses": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "AllowedIPs": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "Endpoints": ["77.164.248.136:58632", "10.65.0.27:58632", "172.17.0.1:58632"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 42934}, + {"Proto": "peerapi6", "Port": 42934} + ]}, + "Created": "2026-04-09T08:36:27.355576182Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4220542378268543, + "StableID": "npu9QWVVxZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "DiscoKey": "discokey:a195d10b46903454d87dcd67b3306322c0efb06ffde73308c081cfe07fae182e", + "Addresses": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "AllowedIPs": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "Endpoints": ["77.164.248.136:48678", "10.65.0.27:48678", "172.17.0.1:48678"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 49213}, + {"Proto": "peerapi6", "Port": 49213} + ]}, + "Created": "2026-04-09T08:36:22.001941987Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4467706320869464, + "StableID": "nbikd15Stb11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "DiscoKey": "discokey:de20dec58afd83756e2ac670fe539adbd191e32c4f16c0e79de12dce9695a475", + "Addresses": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "AllowedIPs": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "Endpoints": ["77.164.248.136:44758", "10.65.0.27:44758", "172.17.0.1:44758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 37066}, + {"Proto": "peerapi6", "Port": 37066} + ]}, + "Created": "2026-04-09T08:36:23.592134254Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4576087958311680, + "StableID": "n7kLo75Xjc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "DiscoKey": "discokey:8a854c836f34ac1fd191546462deb81be413a11e3fdf4d69b5c3dcacdabd295d", - "Addresses": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "AllowedIPs": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "Endpoints": ["77.164.248.136:54173", "10.65.0.27:54173", "172.17.0.1:54173"], + "Key": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "DiscoKey": "discokey:0faf137d6b8fb144a6d8bf5869a53c435061206877d0c9e329f2803c73414a79", + "Addresses": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "AllowedIPs": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "Endpoints": ["77.164.248.136:50677", "10.65.0.27:50677", "172.17.0.1:50677"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 46347}, - {"Proto": "peerapi6", "Port": 46347} + {"Proto": "peerapi4", "Port": 44094}, + {"Proto": "peerapi6", "Port": 44094} ]}, - "Created": "2026-04-09T01:30:14.271872259Z", + "Created": "2026-04-09T08:36:19.880646982Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 5049622380103527, + "StableID": "nAxP712zRg11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "DiscoKey": "discokey:e0182edcaf48dd021cbca93411aace2569170c3ebdd295bd09e101a68a80ca5f", + "Addresses": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "AllowedIPs": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36487}, + {"Proto": "peerapi6", "Port": 36487} + ]}, + "Created": "2026-04-09T08:36:24.676810011Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6788603098634672, + "StableID": "ndq8ML6a1v11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:f169b749d93655999654b20c3be0dce2a18595cd73be3085c4e56749f058275a", + "Addresses": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "AllowedIPs": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "Endpoints": ["77.164.248.136:37709", "10.65.0.27:37709", "172.17.0.1:37709"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53854}, + {"Proto": "peerapi6", "Port": 53854} + ]}, + "Created": "2026-04-09T08:36:26.82097398Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6811564195157269, + "StableID": "nARapyEyBv11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "DiscoKey": "discokey:ac52633cea80cffc531d427d07e17822ad82724bb2b97bef15ae262de4fa1816", + "Addresses": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "AllowedIPs": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "Endpoints": ["77.164.248.136:45853", "10.65.0.27:45853", "172.17.0.1:45853"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56960}, + {"Proto": "peerapi6", "Port": 56960} + ]}, + "Created": "2026-04-09T08:36:24.134154474Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7302080917610260, + "StableID": "nKiVtSH82z11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:347dba69443a76cee980c1bdad6e1392688d75996ec57f444bb1b36b3b463e42", + "Addresses": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "AllowedIPs": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "Endpoints": ["77.164.248.136:54752", "10.65.0.27:54752", "172.17.0.1:54752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 65506}, + {"Proto": "peerapi6", "Port": 65506} + ]}, + "Created": "2026-04-09T08:36:26.282579504Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7835443512441861, + "StableID": "niPmyEpgB421CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "DiscoKey": "discokey:1223b89c144f92024eced83ab7ff5dadfb3b75b50dc4c01073d036736b3b1d33", + "Addresses": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "AllowedIPs": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "Endpoints": ["77.164.248.136:57715", "10.65.0.27:57715", "172.17.0.1:57715"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 55213}, + {"Proto": "peerapi6", "Port": 55213} + ]}, + "Created": "2026-04-09T08:36:20.926018001Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8075710677092560, + "StableID": "nVjdZ5EW4621CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "DiscoKey": "discokey:c7a74ca80a92aa71eac9cadecbbc52a9fd60cec49099a3072e9bb3101129f06a", + "Addresses": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "AllowedIPs": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "Endpoints": ["77.164.248.136:49011", "10.65.0.27:49011", "172.17.0.1:49011"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52109}, + {"Proto": "peerapi6", "Port": 52109} + ]}, + "Created": "2026-04-09T08:36:21.463094163Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15122,27 +15142,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3657886512647495": { - "ID": 3657886512647495, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "276170980927184": { + "ID": 276170980927184, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15173,26 +15195,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3694398549785186, - "StableID": "nFXKywaCrV11CNTRL", + "ID": 6811564195157269, + "StableID": "nARapyEyBv11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 3694398549785186, - "Key": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "DiscoKey": "discokey:bd8903a5fd79d06455a33190ddc1ae889f762f45b8542fb0f2ca1e16c2b01d2e", - "Addresses": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "AllowedIPs": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "Endpoints": ["77.164.248.136:52204", "10.65.0.27:52204", "172.17.0.1:52204"], + "User": 6811564195157269, + "Key": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "DiscoKey": "discokey:ac52633cea80cffc531d427d07e17822ad82724bb2b97bef15ae262de4fa1816", + "Addresses": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "AllowedIPs": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "Endpoints": ["77.164.248.136:45853", "10.65.0.27:45853", "172.17.0.1:45853"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 32849}, - {"Proto": "peerapi6", "Port": 32849}, + {"Proto": "peerapi4", "Port": 56960}, + {"Proto": "peerapi6", "Port": 56960}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:30:18.59826279Z", + "Created": "2026-04-09T08:36:24.134154474Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15220,302 +15242,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "MachineKey": "mkey:418064a22d858728a9bb1bf928bf13af75318e297ea75becf3ff35fd70ca446a", + "NodeKey": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "MachineKey": "mkey:ef91f344f3c9b057fdaeb96549c0a8fa62375c2c530f7183dd139268cb921110", "Peers": [{ - "ID": 324846935855771, - "StableID": "ncdTLLB8Y311CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "DiscoKey": "discokey:27aa3aaaf4ea9b781641873d6d038a9b32b665eb2b03ccd5ff71785c579c073e", - "Addresses": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "AllowedIPs": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "Endpoints": ["77.164.248.136:55894", "10.65.0.27:55894", "172.17.0.1:55894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56298}, - {"Proto": "peerapi6", "Port": 56298} - ]}, - "Created": "2026-04-09T01:30:18.077975823Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 420236699879391, - "StableID": "n8Pr8XuKH411CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:c86e5ce45ca3285796f9ecc8ce618bd356a3a9758fbd1f1ab76ff90e44056202", - "Addresses": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "AllowedIPs": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "Endpoints": ["77.164.248.136:42535", "10.65.0.27:42535", "172.17.0.1:42535"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61144}, - {"Proto": "peerapi6", "Port": 61144} - ]}, - "Created": "2026-04-09T01:30:21.885716215Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 423730102137878, - "StableID": "nKXZ8wfuJ411CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:249ec0dd103ebbfc584e44b28aab84400081e6a1136a729d926f4bc58dfc3523", - "Addresses": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "AllowedIPs": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "Endpoints": ["77.164.248.136:34413", "10.65.0.27:34413", "172.17.0.1:34413"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43930}, - {"Proto": "peerapi6", "Port": 43930} - ]}, - "Created": "2026-04-09T01:30:21.33641928Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 942495009026784, - "StableID": "nfeTXFkrM811CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "DiscoKey": "discokey:51d110dead5bebcaac5c976e6b24832ba7bcc9a548108b6ddf1f37be0674c36d", - "Addresses": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "AllowedIPs": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "Endpoints": ["77.164.248.136:37163", "10.65.0.27:37163", "172.17.0.1:37163"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35545}, - {"Proto": "peerapi6", "Port": 35545} - ]}, - "Created": "2026-04-09T01:30:19.696924137Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2307763778088795, - "StableID": "nNAEWP3C2K11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "DiscoKey": "discokey:f006c28d4ef03cec95ab183bc10de1fc51f3df348a3616e09fcd5cbb8aefcf1b", - "Addresses": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "AllowedIPs": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "Endpoints": ["77.164.248.136:41450", "10.65.0.27:41450", "172.17.0.1:41450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53552}, - {"Proto": "peerapi6", "Port": 53552} - ]}, - "Created": "2026-04-09T01:30:15.880508144Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2621418830786409, - "StableID": "n8E5TCEFUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "KeyExpiry": "2026-10-06T01:30:20Z", - "DiscoKey": "discokey:7b006d7e5342d6a449149e3f0f3d2eeae3819145fae50c34e60e09dd3564cc47", - "Addresses": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "AllowedIPs": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "Endpoints": ["77.164.248.136:35279", "10.65.0.27:35279", "172.17.0.1:35279"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56092}, - {"Proto": "peerapi6", "Port": 56092} - ]}, - "Created": "2026-04-09T01:30:20.815254728Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3211468836654892, - "StableID": "nqRLwkqU5S11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "DiscoKey": "discokey:5ace8c71f8e565327099bfa5691b3dbe5361ab6f353466000c16ed15c6eb7e60", - "Addresses": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "AllowedIPs": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "Endpoints": ["77.164.248.136:51239", "10.65.0.27:51239", "172.17.0.1:51239"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 63174}, - {"Proto": "peerapi6", "Port": 63174} - ]}, - "Created": "2026-04-09T01:30:19.147005448Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3657886512647495, - "StableID": "nvkAHcUfZV11CNTRL", + "ID": 276170980927184, + "StableID": "nbA8tWY5A311CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "DiscoKey": "discokey:12d70f1a5780f42eb94eb8f48bda9126878f34f13f9c4bff2c4c74fa16099869", - "Addresses": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "AllowedIPs": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "Endpoints": ["77.164.248.136:51415", "10.65.0.27:51415", "172.17.0.1:51415"], - "HomeDERP": 4, + "Key": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "DiscoKey": "discokey:24ccb66de47dae95f36e1bb6f81247fb906795348838906b1aa2412a094f0314", + "Addresses": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "AllowedIPs": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "Endpoints": ["77.164.248.136:39033", "10.65.0.27:39033", "172.17.0.1:39033"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36041}, - {"Proto": "peerapi6", "Port": 36041} + {"Proto": "peerapi4", "Port": 62210}, + {"Proto": "peerapi6", "Port": 62210} ]}, - "Created": "2026-04-09T01:30:17.513241534Z", + "Created": "2026-04-09T08:36:23.060063759Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 4172646983392181, - "StableID": "nif7NvMoaZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "DiscoKey": "discokey:297c7a5a27b45ec938fd6647311c003ded11daa2c4311d313fb65e6cfb8e2164", - "Addresses": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "AllowedIPs": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "Endpoints": ["77.164.248.136:44975", "10.65.0.27:44975", "172.17.0.1:44975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34800}, - {"Proto": "peerapi6", "Port": 34800} - ]}, - "Created": "2026-04-09T01:30:20.233611814Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4511269150725326, - "StableID": "nXfajfPAEc11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "DiscoKey": "discokey:0aa6a2384e94d6c722d61023df5e713b568324a34d8073005e15f2ef4a0f4f2e", - "Addresses": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "AllowedIPs": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "Endpoints": ["77.164.248.136:55135", "10.65.0.27:55135", "172.17.0.1:55135"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41629}, - {"Proto": "peerapi6", "Port": 41629} - ]}, - "Created": "2026-04-09T01:30:15.34045928Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4692079522842378, - "StableID": "nDJQARy3ed11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "DiscoKey": "discokey:a69cc5c68add8340908f4a1c438842b524dec7189f229078ee75c82be5d27824", - "Addresses": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "AllowedIPs": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "Endpoints": ["77.164.248.136:49633", "10.65.0.27:49633", "172.17.0.1:49633"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45690}, - {"Proto": "peerapi6", "Port": 45690} - ]}, - "Created": "2026-04-09T01:30:16.427520965Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5062474566410107, - "StableID": "n8Tdo6doXg11CNTRL", + "ID": 422493151558889, + "StableID": "np6X3NBMJ411CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "DiscoKey": "discokey:dedc5e96b22e65afc554c8d32435ea18c68a3639b644ee069e56a68105374004", - "Addresses": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "AllowedIPs": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "Endpoints": ["77.164.248.136:36498", "10.65.0.27:36498", "172.17.0.1:36498"], + "Key": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "DiscoKey": "discokey:025ee070acb5c2ce611e51c43e5d0180c1aedabee2d617cb6b8107e31abe8470", + "Addresses": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "AllowedIPs": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "Endpoints": ["77.164.248.136:48415", "10.65.0.27:48415", "172.17.0.1:48415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50979}, - {"Proto": "peerapi6", "Port": 50979} + {"Proto": "peerapi4", "Port": 44805}, + {"Proto": "peerapi6", "Port": 44805} ]}, - "Created": "2026-04-09T01:30:14.799346852Z", + "Created": "2026-04-09T08:36:20.383575567Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7848771618068854, - "StableID": "n35v2SviH421CNTRL", + "ID": 1336991832021173, + "StableID": "ntxAtUWXSB11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "DiscoKey": "discokey:978a14f7db17fa91d082c3ff9c8eba451ff5b64028e56ab16c6b69cdf5923b29", + "Addresses": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "AllowedIPs": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "Endpoints": ["77.164.248.136:33638", "10.65.0.27:33638", "172.17.0.1:33638"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45571}, + {"Proto": "peerapi6", "Port": 45571} + ]}, + "Created": "2026-04-09T08:36:25.746563252Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1389943812751139, + "StableID": "nJgS66UWrB11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "DiscoKey": "discokey:c22fb9be17a5aa6973e0c700aaf8cd5f5b2f3c11c2479ffa193c530ed598d10e", - "Addresses": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "AllowedIPs": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "Endpoints": ["77.164.248.136:33282", "10.65.0.27:33282", "172.17.0.1:33282"], + "Key": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "DiscoKey": "discokey:5cecbb80ae01dd23dcd97a5636aefa0b1c61b16ddb99032f4c4b5dd354b9e641", + "Addresses": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "AllowedIPs": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "Endpoints": ["77.164.248.136:42799", "10.65.0.27:42799", "172.17.0.1:42799"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46071}, - {"Proto": "peerapi6", "Port": 46071} + {"Proto": "peerapi4", "Port": 64076}, + {"Proto": "peerapi6", "Port": 64076} ]}, - "Created": "2026-04-09T01:30:16.968133817Z", + "Created": "2026-04-09T08:36:22.535275484Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8117600180999413, - "StableID": "niqaaKbUP621CNTRL", + "ID": 2206193455415330, + "StableID": "n3FEujxBEJ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "DiscoKey": "discokey:e56f33a6ae5d2ba14a548a15b127498f364c1e15e51bcfa5e1a70f35e4d6717c", + "Addresses": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "AllowedIPs": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "Endpoints": ["77.164.248.136:54252", "10.65.0.27:54252", "172.17.0.1:54252"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} + ]}, + "Created": "2026-04-09T08:36:25.206820319Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2594202260572221, + "StableID": "ngcdL5JvFM11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "KeyExpiry": "2026-10-06T08:36:27Z", + "DiscoKey": "discokey:3afb17c53cf0181cd148ff6a11bfd2995d8775103675e960638a89402534cf09", + "Addresses": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "AllowedIPs": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "Endpoints": ["77.164.248.136:58632", "10.65.0.27:58632", "172.17.0.1:58632"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 42934}, + {"Proto": "peerapi6", "Port": 42934} + ]}, + "Created": "2026-04-09T08:36:27.355576182Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4220542378268543, + "StableID": "npu9QWVVxZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "DiscoKey": "discokey:a195d10b46903454d87dcd67b3306322c0efb06ffde73308c081cfe07fae182e", + "Addresses": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "AllowedIPs": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "Endpoints": ["77.164.248.136:48678", "10.65.0.27:48678", "172.17.0.1:48678"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 49213}, + {"Proto": "peerapi6", "Port": 49213} + ]}, + "Created": "2026-04-09T08:36:22.001941987Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4467706320869464, + "StableID": "nbikd15Stb11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "DiscoKey": "discokey:de20dec58afd83756e2ac670fe539adbd191e32c4f16c0e79de12dce9695a475", + "Addresses": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "AllowedIPs": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "Endpoints": ["77.164.248.136:44758", "10.65.0.27:44758", "172.17.0.1:44758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 37066}, + {"Proto": "peerapi6", "Port": 37066} + ]}, + "Created": "2026-04-09T08:36:23.592134254Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4576087958311680, + "StableID": "n7kLo75Xjc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "DiscoKey": "discokey:8a854c836f34ac1fd191546462deb81be413a11e3fdf4d69b5c3dcacdabd295d", - "Addresses": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "AllowedIPs": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "Endpoints": ["77.164.248.136:54173", "10.65.0.27:54173", "172.17.0.1:54173"], + "Key": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "DiscoKey": "discokey:0faf137d6b8fb144a6d8bf5869a53c435061206877d0c9e329f2803c73414a79", + "Addresses": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "AllowedIPs": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "Endpoints": ["77.164.248.136:50677", "10.65.0.27:50677", "172.17.0.1:50677"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 46347}, - {"Proto": "peerapi6", "Port": 46347} + {"Proto": "peerapi4", "Port": 44094}, + {"Proto": "peerapi6", "Port": 44094} ]}, - "Created": "2026-04-09T01:30:14.271872259Z", + "Created": "2026-04-09T08:36:19.880646982Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 5049622380103527, + "StableID": "nAxP712zRg11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "DiscoKey": "discokey:e0182edcaf48dd021cbca93411aace2569170c3ebdd295bd09e101a68a80ca5f", + "Addresses": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "AllowedIPs": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36487}, + {"Proto": "peerapi6", "Port": 36487} + ]}, + "Created": "2026-04-09T08:36:24.676810011Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6788603098634672, + "StableID": "ndq8ML6a1v11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:f169b749d93655999654b20c3be0dce2a18595cd73be3085c4e56749f058275a", + "Addresses": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "AllowedIPs": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "Endpoints": ["77.164.248.136:37709", "10.65.0.27:37709", "172.17.0.1:37709"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53854}, + {"Proto": "peerapi6", "Port": 53854} + ]}, + "Created": "2026-04-09T08:36:26.82097398Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7302080917610260, + "StableID": "nKiVtSH82z11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:347dba69443a76cee980c1bdad6e1392688d75996ec57f444bb1b36b3b463e42", + "Addresses": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "AllowedIPs": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "Endpoints": ["77.164.248.136:54752", "10.65.0.27:54752", "172.17.0.1:54752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 65506}, + {"Proto": "peerapi6", "Port": 65506} + ]}, + "Created": "2026-04-09T08:36:26.282579504Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7835443512441861, + "StableID": "niPmyEpgB421CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "DiscoKey": "discokey:1223b89c144f92024eced83ab7ff5dadfb3b75b50dc4c01073d036736b3b1d33", + "Addresses": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "AllowedIPs": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "Endpoints": ["77.164.248.136:57715", "10.65.0.27:57715", "172.17.0.1:57715"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 55213}, + {"Proto": "peerapi6", "Port": 55213} + ]}, + "Created": "2026-04-09T08:36:20.926018001Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8075710677092560, + "StableID": "nVjdZ5EW4621CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "DiscoKey": "discokey:c7a74ca80a92aa71eac9cadecbbc52a9fd60cec49099a3072e9bb3101129f06a", + "Addresses": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "AllowedIPs": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "Endpoints": ["77.164.248.136:49011", "10.65.0.27:49011", "172.17.0.1:49011"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52109}, + {"Proto": "peerapi6", "Port": 52109} + ]}, + "Created": "2026-04-09T08:36:21.463094163Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16363,27 +16385,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3694398549785186": { - "ID": 3694398549785186, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6811564195157269": { + "ID": 6811564195157269, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16414,22 +16438,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 423730102137878, - "StableID": "nKXZ8wfuJ411CNTRL", + "ID": 6788603098634672, + "StableID": "ndq8ML6a1v11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:249ec0dd103ebbfc584e44b28aab84400081e6a1136a729d926f4bc58dfc3523", - "Addresses": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "AllowedIPs": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "Endpoints": ["77.164.248.136:34413", "10.65.0.27:34413", "172.17.0.1:34413"], + "Key": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:f169b749d93655999654b20c3be0dce2a18595cd73be3085c4e56749f058275a", + "Addresses": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "AllowedIPs": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "Endpoints": ["77.164.248.136:37709", "10.65.0.27:37709", "172.17.0.1:37709"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43930}, - {"Proto": "peerapi6", "Port": 43930}, + {"Proto": "peerapi4", "Port": 53854}, + {"Proto": "peerapi6", "Port": 53854}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:21.33641928Z", + "Created": "2026-04-09T08:36:26.82097398Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16456,302 +16480,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "MachineKey": "mkey:cfe8f2343c3724f16e21053d78955f395c559e97e85f71d4ee932d1ee2252f5f", + "NodeKey": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "MachineKey": "mkey:5cafc2eefc532381a661cf1111b7df1fb906619b921f55a397ce64a1582a2c61", "Peers": [{ - "ID": 324846935855771, - "StableID": "ncdTLLB8Y311CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "DiscoKey": "discokey:27aa3aaaf4ea9b781641873d6d038a9b32b665eb2b03ccd5ff71785c579c073e", - "Addresses": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "AllowedIPs": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "Endpoints": ["77.164.248.136:55894", "10.65.0.27:55894", "172.17.0.1:55894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56298}, - {"Proto": "peerapi6", "Port": 56298} - ]}, - "Created": "2026-04-09T01:30:18.077975823Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 420236699879391, - "StableID": "n8Pr8XuKH411CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:c86e5ce45ca3285796f9ecc8ce618bd356a3a9758fbd1f1ab76ff90e44056202", - "Addresses": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "AllowedIPs": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "Endpoints": ["77.164.248.136:42535", "10.65.0.27:42535", "172.17.0.1:42535"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61144}, - {"Proto": "peerapi6", "Port": 61144} - ]}, - "Created": "2026-04-09T01:30:21.885716215Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 942495009026784, - "StableID": "nfeTXFkrM811CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "DiscoKey": "discokey:51d110dead5bebcaac5c976e6b24832ba7bcc9a548108b6ddf1f37be0674c36d", - "Addresses": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "AllowedIPs": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "Endpoints": ["77.164.248.136:37163", "10.65.0.27:37163", "172.17.0.1:37163"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35545}, - {"Proto": "peerapi6", "Port": 35545} - ]}, - "Created": "2026-04-09T01:30:19.696924137Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2307763778088795, - "StableID": "nNAEWP3C2K11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "DiscoKey": "discokey:f006c28d4ef03cec95ab183bc10de1fc51f3df348a3616e09fcd5cbb8aefcf1b", - "Addresses": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "AllowedIPs": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "Endpoints": ["77.164.248.136:41450", "10.65.0.27:41450", "172.17.0.1:41450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53552}, - {"Proto": "peerapi6", "Port": 53552} - ]}, - "Created": "2026-04-09T01:30:15.880508144Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2621418830786409, - "StableID": "n8E5TCEFUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "KeyExpiry": "2026-10-06T01:30:20Z", - "DiscoKey": "discokey:7b006d7e5342d6a449149e3f0f3d2eeae3819145fae50c34e60e09dd3564cc47", - "Addresses": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "AllowedIPs": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "Endpoints": ["77.164.248.136:35279", "10.65.0.27:35279", "172.17.0.1:35279"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56092}, - {"Proto": "peerapi6", "Port": 56092} - ]}, - "Created": "2026-04-09T01:30:20.815254728Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3211468836654892, - "StableID": "nqRLwkqU5S11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "DiscoKey": "discokey:5ace8c71f8e565327099bfa5691b3dbe5361ab6f353466000c16ed15c6eb7e60", - "Addresses": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "AllowedIPs": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "Endpoints": ["77.164.248.136:51239", "10.65.0.27:51239", "172.17.0.1:51239"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 63174}, - {"Proto": "peerapi6", "Port": 63174} - ]}, - "Created": "2026-04-09T01:30:19.147005448Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3657886512647495, - "StableID": "nvkAHcUfZV11CNTRL", + "ID": 276170980927184, + "StableID": "nbA8tWY5A311CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "DiscoKey": "discokey:12d70f1a5780f42eb94eb8f48bda9126878f34f13f9c4bff2c4c74fa16099869", - "Addresses": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "AllowedIPs": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "Endpoints": ["77.164.248.136:51415", "10.65.0.27:51415", "172.17.0.1:51415"], - "HomeDERP": 4, + "Key": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "DiscoKey": "discokey:24ccb66de47dae95f36e1bb6f81247fb906795348838906b1aa2412a094f0314", + "Addresses": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "AllowedIPs": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "Endpoints": ["77.164.248.136:39033", "10.65.0.27:39033", "172.17.0.1:39033"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36041}, - {"Proto": "peerapi6", "Port": 36041} + {"Proto": "peerapi4", "Port": 62210}, + {"Proto": "peerapi6", "Port": 62210} ]}, - "Created": "2026-04-09T01:30:17.513241534Z", + "Created": "2026-04-09T08:36:23.060063759Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3694398549785186, - "StableID": "nFXKywaCrV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "DiscoKey": "discokey:bd8903a5fd79d06455a33190ddc1ae889f762f45b8542fb0f2ca1e16c2b01d2e", - "Addresses": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "AllowedIPs": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "Endpoints": ["77.164.248.136:52204", "10.65.0.27:52204", "172.17.0.1:52204"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 32849}, - {"Proto": "peerapi6", "Port": 32849} - ]}, - "Created": "2026-04-09T01:30:18.59826279Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4172646983392181, - "StableID": "nif7NvMoaZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "DiscoKey": "discokey:297c7a5a27b45ec938fd6647311c003ded11daa2c4311d313fb65e6cfb8e2164", - "Addresses": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "AllowedIPs": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "Endpoints": ["77.164.248.136:44975", "10.65.0.27:44975", "172.17.0.1:44975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34800}, - {"Proto": "peerapi6", "Port": 34800} - ]}, - "Created": "2026-04-09T01:30:20.233611814Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4511269150725326, - "StableID": "nXfajfPAEc11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "DiscoKey": "discokey:0aa6a2384e94d6c722d61023df5e713b568324a34d8073005e15f2ef4a0f4f2e", - "Addresses": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "AllowedIPs": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "Endpoints": ["77.164.248.136:55135", "10.65.0.27:55135", "172.17.0.1:55135"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41629}, - {"Proto": "peerapi6", "Port": 41629} - ]}, - "Created": "2026-04-09T01:30:15.34045928Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4692079522842378, - "StableID": "nDJQARy3ed11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "DiscoKey": "discokey:a69cc5c68add8340908f4a1c438842b524dec7189f229078ee75c82be5d27824", - "Addresses": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "AllowedIPs": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "Endpoints": ["77.164.248.136:49633", "10.65.0.27:49633", "172.17.0.1:49633"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45690}, - {"Proto": "peerapi6", "Port": 45690} - ]}, - "Created": "2026-04-09T01:30:16.427520965Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5062474566410107, - "StableID": "n8Tdo6doXg11CNTRL", + "ID": 422493151558889, + "StableID": "np6X3NBMJ411CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "DiscoKey": "discokey:dedc5e96b22e65afc554c8d32435ea18c68a3639b644ee069e56a68105374004", - "Addresses": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "AllowedIPs": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "Endpoints": ["77.164.248.136:36498", "10.65.0.27:36498", "172.17.0.1:36498"], + "Key": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "DiscoKey": "discokey:025ee070acb5c2ce611e51c43e5d0180c1aedabee2d617cb6b8107e31abe8470", + "Addresses": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "AllowedIPs": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "Endpoints": ["77.164.248.136:48415", "10.65.0.27:48415", "172.17.0.1:48415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50979}, - {"Proto": "peerapi6", "Port": 50979} + {"Proto": "peerapi4", "Port": 44805}, + {"Proto": "peerapi6", "Port": 44805} ]}, - "Created": "2026-04-09T01:30:14.799346852Z", + "Created": "2026-04-09T08:36:20.383575567Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7848771618068854, - "StableID": "n35v2SviH421CNTRL", + "ID": 1336991832021173, + "StableID": "ntxAtUWXSB11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "DiscoKey": "discokey:978a14f7db17fa91d082c3ff9c8eba451ff5b64028e56ab16c6b69cdf5923b29", + "Addresses": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "AllowedIPs": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "Endpoints": ["77.164.248.136:33638", "10.65.0.27:33638", "172.17.0.1:33638"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45571}, + {"Proto": "peerapi6", "Port": 45571} + ]}, + "Created": "2026-04-09T08:36:25.746563252Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1389943812751139, + "StableID": "nJgS66UWrB11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "DiscoKey": "discokey:c22fb9be17a5aa6973e0c700aaf8cd5f5b2f3c11c2479ffa193c530ed598d10e", - "Addresses": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "AllowedIPs": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "Endpoints": ["77.164.248.136:33282", "10.65.0.27:33282", "172.17.0.1:33282"], + "Key": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "DiscoKey": "discokey:5cecbb80ae01dd23dcd97a5636aefa0b1c61b16ddb99032f4c4b5dd354b9e641", + "Addresses": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "AllowedIPs": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "Endpoints": ["77.164.248.136:42799", "10.65.0.27:42799", "172.17.0.1:42799"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46071}, - {"Proto": "peerapi6", "Port": 46071} + {"Proto": "peerapi4", "Port": 64076}, + {"Proto": "peerapi6", "Port": 64076} ]}, - "Created": "2026-04-09T01:30:16.968133817Z", + "Created": "2026-04-09T08:36:22.535275484Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8117600180999413, - "StableID": "niqaaKbUP621CNTRL", + "ID": 2206193455415330, + "StableID": "n3FEujxBEJ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "DiscoKey": "discokey:e56f33a6ae5d2ba14a548a15b127498f364c1e15e51bcfa5e1a70f35e4d6717c", + "Addresses": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "AllowedIPs": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "Endpoints": ["77.164.248.136:54252", "10.65.0.27:54252", "172.17.0.1:54252"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} + ]}, + "Created": "2026-04-09T08:36:25.206820319Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2594202260572221, + "StableID": "ngcdL5JvFM11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "KeyExpiry": "2026-10-06T08:36:27Z", + "DiscoKey": "discokey:3afb17c53cf0181cd148ff6a11bfd2995d8775103675e960638a89402534cf09", + "Addresses": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "AllowedIPs": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "Endpoints": ["77.164.248.136:58632", "10.65.0.27:58632", "172.17.0.1:58632"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 42934}, + {"Proto": "peerapi6", "Port": 42934} + ]}, + "Created": "2026-04-09T08:36:27.355576182Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4220542378268543, + "StableID": "npu9QWVVxZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "DiscoKey": "discokey:a195d10b46903454d87dcd67b3306322c0efb06ffde73308c081cfe07fae182e", + "Addresses": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "AllowedIPs": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "Endpoints": ["77.164.248.136:48678", "10.65.0.27:48678", "172.17.0.1:48678"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 49213}, + {"Proto": "peerapi6", "Port": 49213} + ]}, + "Created": "2026-04-09T08:36:22.001941987Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4467706320869464, + "StableID": "nbikd15Stb11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "DiscoKey": "discokey:de20dec58afd83756e2ac670fe539adbd191e32c4f16c0e79de12dce9695a475", + "Addresses": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "AllowedIPs": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "Endpoints": ["77.164.248.136:44758", "10.65.0.27:44758", "172.17.0.1:44758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 37066}, + {"Proto": "peerapi6", "Port": 37066} + ]}, + "Created": "2026-04-09T08:36:23.592134254Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4576087958311680, + "StableID": "n7kLo75Xjc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "DiscoKey": "discokey:8a854c836f34ac1fd191546462deb81be413a11e3fdf4d69b5c3dcacdabd295d", - "Addresses": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "AllowedIPs": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "Endpoints": ["77.164.248.136:54173", "10.65.0.27:54173", "172.17.0.1:54173"], + "Key": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "DiscoKey": "discokey:0faf137d6b8fb144a6d8bf5869a53c435061206877d0c9e329f2803c73414a79", + "Addresses": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "AllowedIPs": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "Endpoints": ["77.164.248.136:50677", "10.65.0.27:50677", "172.17.0.1:50677"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 46347}, - {"Proto": "peerapi6", "Port": 46347} + {"Proto": "peerapi4", "Port": 44094}, + {"Proto": "peerapi6", "Port": 44094} ]}, - "Created": "2026-04-09T01:30:14.271872259Z", + "Created": "2026-04-09T08:36:19.880646982Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 5049622380103527, + "StableID": "nAxP712zRg11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "DiscoKey": "discokey:e0182edcaf48dd021cbca93411aace2569170c3ebdd295bd09e101a68a80ca5f", + "Addresses": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "AllowedIPs": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 36487}, + {"Proto": "peerapi6", "Port": 36487} + ]}, + "Created": "2026-04-09T08:36:24.676810011Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6811564195157269, + "StableID": "nARapyEyBv11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "DiscoKey": "discokey:ac52633cea80cffc531d427d07e17822ad82724bb2b97bef15ae262de4fa1816", + "Addresses": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "AllowedIPs": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "Endpoints": ["77.164.248.136:45853", "10.65.0.27:45853", "172.17.0.1:45853"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56960}, + {"Proto": "peerapi6", "Port": 56960} + ]}, + "Created": "2026-04-09T08:36:24.134154474Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7302080917610260, + "StableID": "nKiVtSH82z11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:347dba69443a76cee980c1bdad6e1392688d75996ec57f444bb1b36b3b463e42", + "Addresses": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "AllowedIPs": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "Endpoints": ["77.164.248.136:54752", "10.65.0.27:54752", "172.17.0.1:54752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 65506}, + {"Proto": "peerapi6", "Port": 65506} + ]}, + "Created": "2026-04-09T08:36:26.282579504Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7835443512441861, + "StableID": "niPmyEpgB421CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "DiscoKey": "discokey:1223b89c144f92024eced83ab7ff5dadfb3b75b50dc4c01073d036736b3b1d33", + "Addresses": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "AllowedIPs": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "Endpoints": ["77.164.248.136:57715", "10.65.0.27:57715", "172.17.0.1:57715"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 55213}, + {"Proto": "peerapi6", "Port": 55213} + ]}, + "Created": "2026-04-09T08:36:20.926018001Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8075710677092560, + "StableID": "nVjdZ5EW4621CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "DiscoKey": "discokey:c7a74ca80a92aa71eac9cadecbbc52a9fd60cec49099a3072e9bb3101129f06a", + "Addresses": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "AllowedIPs": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "Endpoints": ["77.164.248.136:49011", "10.65.0.27:49011", "172.17.0.1:49011"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52109}, + {"Proto": "peerapi6", "Port": 52109} + ]}, + "Created": "2026-04-09T08:36:21.463094163Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16779,7 +16803,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.64.247.8"}, {"nodeIP": "fd7a:115c:a1e0::237:f708"}], + "principals": [{"nodeIP": "100.126.101.80"}, {"nodeIP": "fd7a:115c:a1e0::2237:6550"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -16788,7 +16812,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.64.247.8"}, {"nodeIP": "fd7a:115c:a1e0::237:f708"}], + "principals": [{"nodeIP": "100.126.101.80"}, {"nodeIP": "fd7a:115c:a1e0::2237:6550"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17617,26 +17641,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.64.247.8"}, {"nodeIP": "fd7a:115c:a1e0::237:f708"}], + "principals": [{"nodeIP": "100.126.101.80"}, {"nodeIP": "fd7a:115c:a1e0::2237:6550"}], "sshUsers": {"root": "", "ubuntu": "ubuntu"}, "action": { "accept": true, @@ -17645,7 +17670,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.64.247.8"}, {"nodeIP": "fd7a:115c:a1e0::237:f708"}], + "principals": [{"nodeIP": "100.126.101.80"}, {"nodeIP": "fd7a:115c:a1e0::2237:6550"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17682,21 +17707,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3211468836654892, - "StableID": "nqRLwkqU5S11CNTRL", + "ID": 5049622380103527, + "StableID": "nAxP712zRg11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 3211468836654892, - "Key": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "DiscoKey": "discokey:5ace8c71f8e565327099bfa5691b3dbe5361ab6f353466000c16ed15c6eb7e60", - "Addresses": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "AllowedIPs": ["100.90.189.37/32", "fd7a:115c:a1e0::5b37:bd25/128"], - "Endpoints": ["77.164.248.136:51239", "10.65.0.27:51239", "172.17.0.1:51239"], + "User": 5049622380103527, + "Key": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "DiscoKey": "discokey:e0182edcaf48dd021cbca93411aace2569170c3ebdd295bd09e101a68a80ca5f", + "Addresses": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "AllowedIPs": ["100.116.74.1/32", "fd7a:115c:a1e0::937:4a01/128"], + "Endpoints": ["77.164.248.136:49358", "10.65.0.27:49358", "172.17.0.1:49358"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 63174}, - {"Proto": "peerapi6", "Port": 63174}, + {"Proto": "peerapi4", "Port": 36487}, + {"Proto": "peerapi6", "Port": 36487}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:19.147005448Z", + "Created": "2026-04-09T08:36:24.676810011Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17724,300 +17749,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f240589b2248c7a410c61f92d862f1f5f1728d53fe3232c36de6d1c55b5abd24", - "MachineKey": "mkey:723abef163fb51d662c7271674d074fc805ca5b7c3c6d8911990636c37eeed2c", + "NodeKey": "nodekey:a0ff03cab7ac26b3d88440f9d2bc5f98ee2e752f7c2a6468af7d9f4209b44a00", + "MachineKey": "mkey:5a4dcc07da6a48310211b97bf165877ee18ab2d5055fda09286ec93ef792252b", "Peers": [{ - "ID": 324846935855771, - "StableID": "ncdTLLB8Y311CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a2180efaa6ee4484fb009fb0246e3f3495d8cfbacffd3a1c2e455e8bb235681a", - "DiscoKey": "discokey:27aa3aaaf4ea9b781641873d6d038a9b32b665eb2b03ccd5ff71785c579c073e", - "Addresses": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "AllowedIPs": ["100.117.104.27/32", "fd7a:115c:a1e0::b237:681b/128"], - "Endpoints": ["77.164.248.136:55894", "10.65.0.27:55894", "172.17.0.1:55894"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56298}, - {"Proto": "peerapi6", "Port": 56298} - ]}, - "Created": "2026-04-09T01:30:18.077975823Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 420236699879391, - "StableID": "n8Pr8XuKH411CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:cbbcbfa84b3a43a5e0604389b2ac309e522ba4e12f7e67a947efabe2e5713735", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:c86e5ce45ca3285796f9ecc8ce618bd356a3a9758fbd1f1ab76ff90e44056202", - "Addresses": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "AllowedIPs": ["100.113.55.54/32", "fd7a:115c:a1e0::e537:3736/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61144}, - {"Proto": "peerapi6", "Port": 61144} - ]}, - "Created": "2026-04-09T01:30:21.885716215Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 423730102137878, - "StableID": "nKXZ8wfuJ411CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5680858b9c3c505dbd0eec05b95c397e5b4cc02f8e24724a0bce131402c0f707", - "KeyExpiry": "2026-10-06T01:30:21Z", - "DiscoKey": "discokey:249ec0dd103ebbfc584e44b28aab84400081e6a1136a729d926f4bc58dfc3523", - "Addresses": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "AllowedIPs": ["100.64.247.8/32", "fd7a:115c:a1e0::237:f708/128"], - "Endpoints": ["77.164.248.136:34413", "10.65.0.27:34413", "172.17.0.1:34413"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43930}, - {"Proto": "peerapi6", "Port": 43930} - ]}, - "Created": "2026-04-09T01:30:21.33641928Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 942495009026784, - "StableID": "nfeTXFkrM811CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5165465af3b101d9f8b74a418987e77d842c3bf7473e8ef2f7281d1cf6d78646", - "DiscoKey": "discokey:51d110dead5bebcaac5c976e6b24832ba7bcc9a548108b6ddf1f37be0674c36d", - "Addresses": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "AllowedIPs": ["100.87.134.71/32", "fd7a:115c:a1e0::f637:8647/128"], - "Endpoints": ["77.164.248.136:37163", "10.65.0.27:37163", "172.17.0.1:37163"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35545}, - {"Proto": "peerapi6", "Port": 35545} - ]}, - "Created": "2026-04-09T01:30:19.696924137Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2307763778088795, - "StableID": "nNAEWP3C2K11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:138a99c8a29e1de11c1ff2a80ffd58a183d271406daa6e3e3cecae8acdbabd15", - "DiscoKey": "discokey:f006c28d4ef03cec95ab183bc10de1fc51f3df348a3616e09fcd5cbb8aefcf1b", - "Addresses": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "AllowedIPs": ["100.122.189.22/32", "fd7a:115c:a1e0::cd37:bd16/128"], - "Endpoints": ["77.164.248.136:41450", "10.65.0.27:41450", "172.17.0.1:41450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 53552}, - {"Proto": "peerapi6", "Port": 53552} - ]}, - "Created": "2026-04-09T01:30:15.880508144Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2621418830786409, - "StableID": "n8E5TCEFUM11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:2c31d91b4e66ccd70e4da1ee0ba7afe8cd10a7f985f3cfb9a1a5baa97424c91e", - "KeyExpiry": "2026-10-06T01:30:20Z", - "DiscoKey": "discokey:7b006d7e5342d6a449149e3f0f3d2eeae3819145fae50c34e60e09dd3564cc47", - "Addresses": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "AllowedIPs": ["100.100.201.31/32", "fd7a:115c:a1e0::7437:c91f/128"], - "Endpoints": ["77.164.248.136:35279", "10.65.0.27:35279", "172.17.0.1:35279"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 56092}, - {"Proto": "peerapi6", "Port": 56092} - ]}, - "Created": "2026-04-09T01:30:20.815254728Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3657886512647495, - "StableID": "nvkAHcUfZV11CNTRL", + "ID": 276170980927184, + "StableID": "nbA8tWY5A311CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:eb0207337931650c0c02135c57cd93fe8a64b48278a7aeb559cbf581960ccd5a", - "DiscoKey": "discokey:12d70f1a5780f42eb94eb8f48bda9126878f34f13f9c4bff2c4c74fa16099869", - "Addresses": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "AllowedIPs": ["100.76.205.91/32", "fd7a:115c:a1e0::9637:cd5b/128"], - "Endpoints": ["77.164.248.136:51415", "10.65.0.27:51415", "172.17.0.1:51415"], - "HomeDERP": 4, + "Key": "nodekey:457e7e2c8f964b5d064ebe4e009081f0cb5c5de7297e144f053d3942688fde5a", + "DiscoKey": "discokey:24ccb66de47dae95f36e1bb6f81247fb906795348838906b1aa2412a094f0314", + "Addresses": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "AllowedIPs": ["100.79.222.91/32", "fd7a:115c:a1e0::6837:de5b/128"], + "Endpoints": ["77.164.248.136:39033", "10.65.0.27:39033", "172.17.0.1:39033"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 36041}, - {"Proto": "peerapi6", "Port": 36041} + {"Proto": "peerapi4", "Port": 62210}, + {"Proto": "peerapi6", "Port": 62210} ]}, - "Created": "2026-04-09T01:30:17.513241534Z", + "Created": "2026-04-09T08:36:23.060063759Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 3694398549785186, - "StableID": "nFXKywaCrV11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bada685142d842a78c73fc32830bbd492ae70afb6bb87bb5e9be0c9b3f28763d", - "DiscoKey": "discokey:bd8903a5fd79d06455a33190ddc1ae889f762f45b8542fb0f2ca1e16c2b01d2e", - "Addresses": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "AllowedIPs": ["100.104.118.62/32", "fd7a:115c:a1e0::3f37:763e/128"], - "Endpoints": ["77.164.248.136:52204", "10.65.0.27:52204", "172.17.0.1:52204"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 32849}, - {"Proto": "peerapi6", "Port": 32849} - ]}, - "Created": "2026-04-09T01:30:18.59826279Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4172646983392181, - "StableID": "nif7NvMoaZ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c0969d67dea60a082f0202e492e36e64ba0fe105fc4230c6b2f84c4a39391659", - "DiscoKey": "discokey:297c7a5a27b45ec938fd6647311c003ded11daa2c4311d313fb65e6cfb8e2164", - "Addresses": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "AllowedIPs": ["100.121.22.90/32", "fd7a:115c:a1e0::3937:165a/128"], - "Endpoints": ["77.164.248.136:44975", "10.65.0.27:44975", "172.17.0.1:44975"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 34800}, - {"Proto": "peerapi6", "Port": 34800} - ]}, - "Created": "2026-04-09T01:30:20.233611814Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4511269150725326, - "StableID": "nXfajfPAEc11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:58f70f002b7e0e8a2f1fec6629a1f65716e02c44950bbdc1a925c26f50c14666", - "DiscoKey": "discokey:0aa6a2384e94d6c722d61023df5e713b568324a34d8073005e15f2ef4a0f4f2e", - "Addresses": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "AllowedIPs": ["100.65.70.103/32", "fd7a:115c:a1e0::5037:4667/128"], - "Endpoints": ["77.164.248.136:55135", "10.65.0.27:55135", "172.17.0.1:55135"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41629}, - {"Proto": "peerapi6", "Port": 41629} - ]}, - "Created": "2026-04-09T01:30:15.34045928Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4692079522842378, - "StableID": "nDJQARy3ed11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eed37bcff8bbf1656ab01b37ff638b6382c5812ea58374761471ca665c6dc571", - "DiscoKey": "discokey:a69cc5c68add8340908f4a1c438842b524dec7189f229078ee75c82be5d27824", - "Addresses": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "AllowedIPs": ["100.109.197.114/32", "fd7a:115c:a1e0::5c37:c572/128"], - "Endpoints": ["77.164.248.136:49633", "10.65.0.27:49633", "172.17.0.1:49633"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 45690}, - {"Proto": "peerapi6", "Port": 45690} - ]}, - "Created": "2026-04-09T01:30:16.427520965Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5062474566410107, - "StableID": "n8Tdo6doXg11CNTRL", + "ID": 422493151558889, + "StableID": "np6X3NBMJ411CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28b2910ea6732dfd43898454eb3f12d43baf4079407a62cbef2b27982df0a71b", - "DiscoKey": "discokey:dedc5e96b22e65afc554c8d32435ea18c68a3639b644ee069e56a68105374004", - "Addresses": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "AllowedIPs": ["100.112.167.28/32", "fd7a:115c:a1e0::2d37:a71c/128"], - "Endpoints": ["77.164.248.136:36498", "10.65.0.27:36498", "172.17.0.1:36498"], + "Key": "nodekey:0e5123c10ac6525391ccd9ca28a67023b9e7fa85b986c2a77522d76ab0748935", + "DiscoKey": "discokey:025ee070acb5c2ce611e51c43e5d0180c1aedabee2d617cb6b8107e31abe8470", + "Addresses": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "AllowedIPs": ["100.116.137.54/32", "fd7a:115c:a1e0::b037:8936/128"], + "Endpoints": ["77.164.248.136:48415", "10.65.0.27:48415", "172.17.0.1:48415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50979}, - {"Proto": "peerapi6", "Port": 50979} + {"Proto": "peerapi4", "Port": 44805}, + {"Proto": "peerapi6", "Port": 44805} ]}, - "Created": "2026-04-09T01:30:14.799346852Z", + "Created": "2026-04-09T08:36:20.383575567Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7848771618068854, - "StableID": "n35v2SviH421CNTRL", + "ID": 1336991832021173, + "StableID": "ntxAtUWXSB11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67909048af01674bd749ecb57c97b5d8560ead4cd4345a6c6c93b063d804b14f", + "DiscoKey": "discokey:978a14f7db17fa91d082c3ff9c8eba451ff5b64028e56ab16c6b69cdf5923b29", + "Addresses": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "AllowedIPs": ["100.68.177.80/32", "fd7a:115c:a1e0::d837:b150/128"], + "Endpoints": ["77.164.248.136:33638", "10.65.0.27:33638", "172.17.0.1:33638"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 45571}, + {"Proto": "peerapi6", "Port": 45571} + ]}, + "Created": "2026-04-09T08:36:25.746563252Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1389943812751139, + "StableID": "nJgS66UWrB11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0cca1c2515ac505c2005edcd511241c9012ec94d70e0f3ba1bc672fe9861a235", - "DiscoKey": "discokey:c22fb9be17a5aa6973e0c700aaf8cd5f5b2f3c11c2479ffa193c530ed598d10e", - "Addresses": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "AllowedIPs": ["100.97.162.54/32", "fd7a:115c:a1e0::9837:a236/128"], - "Endpoints": ["77.164.248.136:33282", "10.65.0.27:33282", "172.17.0.1:33282"], + "Key": "nodekey:1680e69e12f4b9dbbb7e241f890a279f8e04dfc31f9d23a11c3805823d742c5a", + "DiscoKey": "discokey:5cecbb80ae01dd23dcd97a5636aefa0b1c61b16ddb99032f4c4b5dd354b9e641", + "Addresses": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "AllowedIPs": ["100.116.44.91/32", "fd7a:115c:a1e0::3d37:2c5b/128"], + "Endpoints": ["77.164.248.136:42799", "10.65.0.27:42799", "172.17.0.1:42799"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46071}, - {"Proto": "peerapi6", "Port": 46071} + {"Proto": "peerapi4", "Port": 64076}, + {"Proto": "peerapi6", "Port": 64076} ]}, - "Created": "2026-04-09T01:30:16.968133817Z", + "Created": "2026-04-09T08:36:22.535275484Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8117600180999413, - "StableID": "niqaaKbUP621CNTRL", + "ID": 2206193455415330, + "StableID": "n3FEujxBEJ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aaa949b265715bae3a7bed1a72d17061b74b48a4613d80b294716c68ff7a7808", + "DiscoKey": "discokey:e56f33a6ae5d2ba14a548a15b127498f364c1e15e51bcfa5e1a70f35e4d6717c", + "Addresses": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "AllowedIPs": ["100.122.120.9/32", "fd7a:115c:a1e0::ff37:7809/128"], + "Endpoints": ["77.164.248.136:54252", "10.65.0.27:54252", "172.17.0.1:54252"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} + ]}, + "Created": "2026-04-09T08:36:25.206820319Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2594202260572221, + "StableID": "ngcdL5JvFM11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:80b797373f89a385d858713469779804a98135440ba2cb72fe90541ec5a0964a", + "KeyExpiry": "2026-10-06T08:36:27Z", + "DiscoKey": "discokey:3afb17c53cf0181cd148ff6a11bfd2995d8775103675e960638a89402534cf09", + "Addresses": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "AllowedIPs": ["100.96.150.75/32", "fd7a:115c:a1e0::c537:964b/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 42934}, + {"Proto": "peerapi6", "Port": 42934} + ]}, + "Created": "2026-04-09T08:36:27.355576182Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4220542378268543, + "StableID": "npu9QWVVxZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1b692dda82b946edba3f7aad67e5b427dd3fda5722e727455d0a6b912997462", + "DiscoKey": "discokey:a195d10b46903454d87dcd67b3306322c0efb06ffde73308c081cfe07fae182e", + "Addresses": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "AllowedIPs": ["100.89.116.99/32", "fd7a:115c:a1e0::1237:7463/128"], + "Endpoints": ["77.164.248.136:48678", "10.65.0.27:48678", "172.17.0.1:48678"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 49213}, + {"Proto": "peerapi6", "Port": 49213} + ]}, + "Created": "2026-04-09T08:36:22.001941987Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4467706320869464, + "StableID": "nbikd15Stb11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8e5277124b0f0bfe322531ed7522ec47d88639b3687b2769a7cae090fc1d636d", + "DiscoKey": "discokey:de20dec58afd83756e2ac670fe539adbd191e32c4f16c0e79de12dce9695a475", + "Addresses": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "AllowedIPs": ["100.93.99.110/32", "fd7a:115c:a1e0::fc37:636f/128"], + "Endpoints": ["77.164.248.136:44758", "10.65.0.27:44758", "172.17.0.1:44758"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 37066}, + {"Proto": "peerapi6", "Port": 37066} + ]}, + "Created": "2026-04-09T08:36:23.592134254Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4576087958311680, + "StableID": "n7kLo75Xjc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bd73fda4cf1405f314cb463f8007dae81b2cd1d039d0dc0f55a198b527a03a2a", - "DiscoKey": "discokey:8a854c836f34ac1fd191546462deb81be413a11e3fdf4d69b5c3dcacdabd295d", - "Addresses": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "AllowedIPs": ["100.96.58.43/32", "fd7a:115c:a1e0::2737:3a2b/128"], - "Endpoints": ["77.164.248.136:54173", "10.65.0.27:54173", "172.17.0.1:54173"], + "Key": "nodekey:9886be6a496dfb4bc28a4f6d11a011112e92c1d885ffe4154409cd70319a7630", + "DiscoKey": "discokey:0faf137d6b8fb144a6d8bf5869a53c435061206877d0c9e329f2803c73414a79", + "Addresses": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "AllowedIPs": ["100.90.118.49/32", "fd7a:115c:a1e0::3137:7631/128"], + "Endpoints": ["77.164.248.136:50677", "10.65.0.27:50677", "172.17.0.1:50677"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 46347}, - {"Proto": "peerapi6", "Port": 46347} + {"Proto": "peerapi4", "Port": 44094}, + {"Proto": "peerapi6", "Port": 44094} ]}, - "Created": "2026-04-09T01:30:14.271872259Z", + "Created": "2026-04-09T08:36:19.880646982Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 6788603098634672, + "StableID": "ndq8ML6a1v11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:06823a6d5389cbad0377081effd209eb29517148a4aca5bf81b9e48d227e654f", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:f169b749d93655999654b20c3be0dce2a18595cd73be3085c4e56749f058275a", + "Addresses": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "AllowedIPs": ["100.126.101.80/32", "fd7a:115c:a1e0::2237:6550/128"], + "Endpoints": ["77.164.248.136:37709", "10.65.0.27:37709", "172.17.0.1:37709"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53854}, + {"Proto": "peerapi6", "Port": 53854} + ]}, + "Created": "2026-04-09T08:36:26.82097398Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6811564195157269, + "StableID": "nARapyEyBv11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a666d1ab98d5951eca2c009747e8b47e6896653ee51763fb36da0f759f426512", + "DiscoKey": "discokey:ac52633cea80cffc531d427d07e17822ad82724bb2b97bef15ae262de4fa1816", + "Addresses": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "AllowedIPs": ["100.66.101.19/32", "fd7a:115c:a1e0::9f37:6513/128"], + "Endpoints": ["77.164.248.136:45853", "10.65.0.27:45853", "172.17.0.1:45853"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56960}, + {"Proto": "peerapi6", "Port": 56960} + ]}, + "Created": "2026-04-09T08:36:24.134154474Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7302080917610260, + "StableID": "nKiVtSH82z11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:931ee8c3010b5194e0571339fa9853a35a479efce14feba9c07e8124442fee04", + "KeyExpiry": "2026-10-06T08:36:26Z", + "DiscoKey": "discokey:347dba69443a76cee980c1bdad6e1392688d75996ec57f444bb1b36b3b463e42", + "Addresses": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "AllowedIPs": ["100.111.238.5/32", "fd7a:115c:a1e0::4437:ee05/128"], + "Endpoints": ["77.164.248.136:54752", "10.65.0.27:54752", "172.17.0.1:54752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 65506}, + {"Proto": "peerapi6", "Port": 65506} + ]}, + "Created": "2026-04-09T08:36:26.282579504Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7835443512441861, + "StableID": "niPmyEpgB421CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d58bdb50c10cca3d7a6229539492fa5c0371bd64a2f6f4acfc6e8579490c7908", + "DiscoKey": "discokey:1223b89c144f92024eced83ab7ff5dadfb3b75b50dc4c01073d036736b3b1d33", + "Addresses": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "AllowedIPs": ["100.76.121.9/32", "fd7a:115c:a1e0::4937:7909/128"], + "Endpoints": ["77.164.248.136:57715", "10.65.0.27:57715", "172.17.0.1:57715"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 55213}, + {"Proto": "peerapi6", "Port": 55213} + ]}, + "Created": "2026-04-09T08:36:20.926018001Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8075710677092560, + "StableID": "nVjdZ5EW4621CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:95055a9faaa8da3b232ab229aa0933724b932df242ebbf79197acb4214ab942a", + "DiscoKey": "discokey:c7a74ca80a92aa71eac9cadecbbc52a9fd60cec49099a3072e9bb3101129f06a", + "Addresses": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "AllowedIPs": ["100.107.148.43/32", "fd7a:115c:a1e0::1437:942b/128"], + "Endpoints": ["77.164.248.136:49011", "10.65.0.27:49011", "172.17.0.1:49011"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52109}, + {"Proto": "peerapi6", "Port": 52109} + ]}, + "Created": "2026-04-09T08:36:21.463094163Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18865,27 +18890,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3211468836654892": { - "ID": 3211468836654892, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5049622380103527": { + "ID": 5049622380103527, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-d2.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-d2.hujson index 9c7c3085..1789832f 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-d2.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-d2.hujson @@ -3,7 +3,7 @@ // ssh d2 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:30:34Z +// Captured at: 2026-04-09T08:36:40Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-d2", "description": "ssh d2", "category": "ssh", - "captured_at": "2026-04-09T01:30:34.80225233Z", + "captured_at": "2026-04-09T08:36:40.128048872Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,14 +19,14 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["tag:server"], "src": ["autogroup:member"], - "users": ["localpart:*@passkey"] + "users": ["localpart:*@example.com"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} }, @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d2\",\n\t\"id\": \"ssh-d2\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@passkey\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d2\",\n\t\"id\": \"ssh-d2\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@example.com\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-d2.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.91.173.90", - "ipv6": "fd7a:115c:a1e0::3637:ad5a", + "ipv4": "100.71.109.53", + "ipv6": "fd7a:115c:a1e0::3b37:6d35", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.89.82.29", - "ipv6": "fd7a:115c:a1e0::4e37:521d", + "ipv4": "100.113.253.83", + "ipv6": "fd7a:115c:a1e0::6c37:fd53", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.94.127.109", - "ipv6": "fd7a:115c:a1e0::3837:7f6d", + "ipv4": "100.85.3.116", + "ipv6": "fd7a:115c:a1e0::7337:374", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.72.243.115", - "ipv6": "fd7a:115c:a1e0::1237:f373", + "ipv4": "100.77.104.58", + "ipv6": "fd7a:115c:a1e0::da37:683b", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.66.229.11", - "ipv6": "fd7a:115c:a1e0::9337:e50b", + "ipv4": "100.89.10.37", + "ipv6": "fd7a:115c:a1e0::8c37:a25", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.85.137.80", - "ipv6": "fd7a:115c:a1e0::537:8950", + "ipv4": "100.119.42.41", + "ipv6": "fd7a:115c:a1e0::e737:2a29", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.111.150.37", - "ipv6": "fd7a:115c:a1e0::5e37:9625", + "ipv4": "100.116.97.5", + "ipv6": "fd7a:115c:a1e0::d337:6105", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.75.177.32", - "ipv6": "fd7a:115c:a1e0::ed37:b120", + "ipv4": "100.122.5.59", + "ipv6": "fd7a:115c:a1e0::4237:53b", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.111.208.28", - "ipv6": "fd7a:115c:a1e0::7b37:d01c", + "ipv4": "100.101.192.71", + "ipv6": "fd7a:115c:a1e0::3437:c047", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.102.168.96", - "ipv6": "fd7a:115c:a1e0::e37:a861", + "ipv4": "100.82.196.93", + "ipv6": "fd7a:115c:a1e0::b137:c45d", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.115.26.128", - "ipv6": "fd7a:115c:a1e0::2037:1a80", + "ipv4": "100.75.208.23", + "ipv6": "fd7a:115c:a1e0::c537:d017", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.109.128.64", - "ipv6": "fd7a:115c:a1e0::a937:8040", + "ipv4": "100.79.72.35", + "ipv6": "fd7a:115c:a1e0::8437:4823", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.111.151.30", - "ipv6": "fd7a:115c:a1e0::f937:971e", + "ipv4": "100.124.5.128", + "ipv6": "fd7a:115c:a1e0::7d37:580", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.103.152.35", - "ipv6": "fd7a:115c:a1e0::3a37:9823", + "ipv4": "100.88.54.80", + "ipv6": "fd7a:115c:a1e0::7637:3650", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.125.67.103", - "ipv6": "fd7a:115c:a1e0::2a37:4367", + "ipv4": "100.82.148.19", + "ipv6": "fd7a:115c:a1e0::7437:9413", "routable_ips": [], "approved_routes": [] }}}, @@ -179,20 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5805478440817259, - "StableID": "neSWtJ5KLn11CNTRL", + "ID": 6835726775195350, + "StableID": "nH66HAxuNv11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 5805478440817259, - "Key": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "DiscoKey": "discokey:7a6d1ab0f097c7b97d2352b69afc485a3a26b3dfd3e593ae006a727aeb130b72", - "Addresses": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "AllowedIPs": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], + "User": 6835726775195350, + "Key": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "DiscoKey": "discokey:2406490d3df36b864f3cd9383165a35c1d7abe7c09a8724b80a780418c1bf47e", + "Addresses": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "AllowedIPs": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "Endpoints": ["77.164.248.136:45951", "10.65.0.27:45951", "172.17.0.1:45951"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 57869}, - {"Proto": "peerapi6", "Port": 57869}, + {"Proto": "peerapi4", "Port": 37790}, + {"Proto": "peerapi6", "Port": 37790}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:43.856043008Z", + "Created": "2026-04-09T08:36:48.678132337Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -220,302 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "MachineKey": "mkey:6d581f594d90a8f04461a1d88cbafec389454eff374df9f553751db6afbffa35", + "NodeKey": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "MachineKey": "mkey:1f45a55d9e5aefab2bf5484cf4407e872044198e20f8b3f858b6373035a38c55", "Peers": [{ - "ID": 506421946349641, - "StableID": "nG6qE4rMx411CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "DiscoKey": "discokey:0d5f1cbcaf2b5ab8b015702f2397274ce995ab73a9d85e38d00c473cc553916d", - "Addresses": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "AllowedIPs": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "Endpoints": ["77.164.248.136:57789", "10.65.0.27:57789", "172.17.0.1:57789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47417}, - {"Proto": "peerapi6", "Port": 47417} - ]}, - "Created": "2026-04-09T01:30:40.056075415Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 518952127497242, - "StableID": "nPKTSZz24511CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "DiscoKey": "discokey:f0fddf31e4b143e6c1fcda1ef027dae84098210f39b97c10b80a02d3151bed08", - "Addresses": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "AllowedIPs": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "Endpoints": ["77.164.248.136:38485", "10.65.0.27:38485", "172.17.0.1:38485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56989}, - {"Proto": "peerapi6", "Port": 56989} - ]}, - "Created": "2026-04-09T01:30:41.691656441Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1640999314513652, - "StableID": "njLx5dGDpD11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:b067f22950c1b355baeee7e570ee13a7ca5d765cea9a96087dd3dd69dbf03675", - "Addresses": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "AllowedIPs": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "Endpoints": ["77.164.248.136:36930", "10.65.0.27:36930", "172.17.0.1:36930"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62935}, - {"Proto": "peerapi6", "Port": 62935} - ]}, - "Created": "2026-04-09T01:30:45.186800757Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1673670476421431, - "StableID": "nSLbn9V15E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "KeyExpiry": "2026-10-06T01:30:44Z", - "DiscoKey": "discokey:ff37a1f0307dc78f37a5adac3352050a05d3e2bb591c87b36833cf1e350eb415", - "Addresses": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "AllowedIPs": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "Endpoints": ["77.164.248.136:38635", "10.65.0.27:38635", "172.17.0.1:38635"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 51135}, - {"Proto": "peerapi6", "Port": 51135} - ]}, - "Created": "2026-04-09T01:30:44.398185191Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1888944471369464, - "StableID": "nj2pYMNWkF11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "DiscoKey": "discokey:5e5ec8b7c8ecb2ceedb1d0e4aeafdc4522d365a2e7a2796e26092e4f71ef4a39", - "Addresses": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "AllowedIPs": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "Endpoints": ["77.164.248.136:38661", "10.65.0.27:38661", "172.17.0.1:38661"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63200}, - {"Proto": "peerapi6", "Port": 63200} - ]}, - "Created": "2026-04-09T01:30:39.516585178Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2049943098844569, - "StableID": "nvRnwgXR1H11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "DiscoKey": "discokey:2cf17b139241eea28d7876568799c3ded54d8ba754b02d93bbb9bd7567b1c563", - "Addresses": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "AllowedIPs": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "Endpoints": ["77.164.248.136:51928", "10.65.0.27:51928", "172.17.0.1:51928"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 40738}, - {"Proto": "peerapi6", "Port": 40738} - ]}, - "Created": "2026-04-09T01:30:40.603487667Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2327632263222873, - "StableID": "nxtvVFxBBK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "DiscoKey": "discokey:b3117ffe79bca6420e93249bcab4b0b456d8f72c55f31a88a5cc94e2e0e28b45", - "Addresses": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "AllowedIPs": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "Endpoints": ["77.164.248.136:52827", "10.65.0.27:52827", "172.17.0.1:52827"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 51756}, - {"Proto": "peerapi6", "Port": 51756} - ]}, - "Created": "2026-04-09T01:30:42.776566708Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2736971251649922, - "StableID": "nZ44CSbaNN11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "DiscoKey": "discokey:0f8570b05ad536a6613f31431f0da89f968462e4bde04b9c48ea61ccf42d3f52", - "Addresses": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "AllowedIPs": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "Endpoints": ["77.164.248.136:47924", "10.65.0.27:47924", "172.17.0.1:47924"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33794}, - {"Proto": "peerapi6", "Port": 33794} - ]}, - "Created": "2026-04-09T01:30:38.426514415Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3612065972824886, - "StableID": "nZ8d5CruCV11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "DiscoKey": "discokey:ec16ac6956f0811fa08cb1c9d8863b6340da6abc154b53eacff29c9748809d4a", - "Addresses": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "AllowedIPs": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "Endpoints": ["77.164.248.136:36632", "10.65.0.27:36632", "172.17.0.1:36632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55482}, - {"Proto": "peerapi6", "Port": 55482} - ]}, - "Created": "2026-04-09T01:30:41.152033487Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3901810204453671, - "StableID": "nrvUePw8UX11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "DiscoKey": "discokey:38c03163d3f5c9ec7693492a1d398da6f8cb2f966adf88edb3867121f702307b", - "Addresses": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "AllowedIPs": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "Endpoints": ["77.164.248.136:35971", "10.65.0.27:35971", "172.17.0.1:35971"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62641}, - {"Proto": "peerapi6", "Port": 62641} - ]}, - "Created": "2026-04-09T01:30:42.237239757Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5137631997852024, - "StableID": "nTY3f5tq7h11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "DiscoKey": "discokey:2b92119f329733d06733493f8831f6e191e8f1490f4aa6d18a08db4be83d6c30", - "Addresses": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "AllowedIPs": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "Endpoints": ["77.164.248.136:38946", "10.65.0.27:38946", "172.17.0.1:38946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 52319}, - {"Proto": "peerapi6", "Port": 52319} - ]}, - "Created": "2026-04-09T01:30:37.732381742Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6432074742870384, - "StableID": "nyVVRQh6Es11CNTRL", + "ID": 640200362937406, + "StableID": "nFbxoiywz511CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "DiscoKey": "discokey:40e45e3009ff886154d255ed603780ac0ba1f28950e0e81547d562394ecb3f03", - "Addresses": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "AllowedIPs": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "Endpoints": ["77.164.248.136:53186", "10.65.0.27:53186", "172.17.0.1:53186"], + "Key": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "DiscoKey": "discokey:d7cf47979a8ac8d0bb8e3a44d475e4d753230e505bf90ee413ba7346fb9c6a51", + "Addresses": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "AllowedIPs": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38802}, - {"Proto": "peerapi6", "Port": 38802} + {"Proto": "peerapi4", "Port": 65436}, + {"Proto": "peerapi6", "Port": 65436} ]}, - "Created": "2026-04-09T01:30:38.97509857Z", + "Created": "2026-04-09T08:36:43.863220078Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 6888123530709109, - "StableID": "nQnz8rKenv11CNTRL", + "ID": 820957517665246, + "StableID": "ndUkbPApQ711CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "DiscoKey": "discokey:0cd491ec204a1f6551c45b7988fdcab7b8c0081caf97c82713729253383ccd24", + "Addresses": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "AllowedIPs": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "Endpoints": ["77.164.248.136:51313", "10.65.0.27:51313", "172.17.0.1:51313"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 40143}, + {"Proto": "peerapi6", "Port": 40143} + ]}, + "Created": "2026-04-09T08:36:44.925747526Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1014441549716849, + "StableID": "nEyUxEfSv811CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "DiscoKey": "discokey:ee115957eb48e63c188e399199a8accce4d869e025c19934e4ae858172fb5b75", + "Addresses": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "AllowedIPs": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "Endpoints": ["77.164.248.136:41497", "10.65.0.27:41497", "172.17.0.1:41497"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54180}, + {"Proto": "peerapi6", "Port": 54180} + ]}, + "Created": "2026-04-09T08:36:42.837743051Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 1470562378962887, + "StableID": "nCm2jSB2VC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "DiscoKey": "discokey:0bc2c5ab5edde32d8b800e6be5372d7697d87745867bc80ab48b33a8928cbb44", + "Addresses": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "AllowedIPs": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "Endpoints": ["77.164.248.136:44824", "10.65.0.27:44824", "172.17.0.1:44824"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61664}, + {"Proto": "peerapi6", "Port": 61664} + ]}, + "Created": "2026-04-09T08:36:46.523176634Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2662931350668951, + "StableID": "nGqMg5h3oM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "DiscoKey": "discokey:fc0de67d3f862af8560cb444edc45a7b8f303086e298e0cbbc57ee6266fa4455", + "Addresses": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "AllowedIPs": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "Endpoints": ["77.164.248.136:35232", "10.65.0.27:35232", "172.17.0.1:35232"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42896}, + {"Proto": "peerapi6", "Port": 42896} + ]}, + "Created": "2026-04-09T08:36:45.97985365Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3637617974826025, + "StableID": "ntgszE4VQV11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "DiscoKey": "discokey:cbb985f6a734b551f7112b77a141cd559ae5eef28099ae6b5637e97975b3b721", + "Addresses": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "AllowedIPs": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "Endpoints": ["77.164.248.136:55572", "10.65.0.27:55572", "172.17.0.1:55572"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48963}, + {"Proto": "peerapi6", "Port": 48963} + ]}, + "Created": "2026-04-09T08:36:47.055919958Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4775774107686068, + "StableID": "n7nW2HVxHe11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "DiscoKey": "discokey:2c67d1e0ef95469299e7523500aa92e723798f7489415468274e70349737ea28", - "Addresses": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "AllowedIPs": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "Endpoints": ["77.164.248.136:41333", "10.65.0.27:41333", "172.17.0.1:41333"], + "Key": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "DiscoKey": "discokey:46eb951c4237d3ee4e041364f5551dd8c332f0b34e9bf2def27fa1b2efc4b830", + "Addresses": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "AllowedIPs": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "Endpoints": ["77.164.248.136:37394", "10.65.0.27:37394", "172.17.0.1:37394"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 44244}, - {"Proto": "peerapi6", "Port": 44244} + {"Proto": "peerapi4", "Port": 47095}, + {"Proto": "peerapi6", "Port": 47095} ]}, - "Created": "2026-04-09T01:30:43.32520078Z", + "Created": "2026-04-09T08:36:48.131063724Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7837011360071715, - "StableID": "nrkgJxzPC421CNTRL", + "ID": 5351486556412345, + "StableID": "nJbkggUhni11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:3367b75df53283e84b774dc2549abda3f25700934815ba89f8683afeac789f55", - "Addresses": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "AllowedIPs": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "Endpoints": ["77.164.248.136:46528", "10.65.0.27:46528", "172.17.0.1:46528"], + "Key": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "KeyExpiry": "2026-10-06T08:36:50Z", + "DiscoKey": "discokey:ed197bd8ebf0f69b003e84b6bf329b889a4ecede47a66a5357aff588bc5c4d19", + "Addresses": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "AllowedIPs": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "Endpoints": ["77.164.248.136:56516", "10.65.0.27:56516", "172.17.0.1:56516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41588}, - {"Proto": "peerapi6", "Port": 41588} + {"Proto": "peerapi4", "Port": 54191}, + {"Proto": "peerapi6", "Port": 54191} ]}, - "Created": "2026-04-09T01:30:45.745693153Z", + "Created": "2026-04-09T08:36:50.284294727Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5379221676856211, + "StableID": "n6UfJr2G1j11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:d68681e3190e07adeb805f76f0da322996f8e561b986f7a3351ff57b35009a76", + "Addresses": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "AllowedIPs": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "Endpoints": ["77.164.248.136:51073", "10.65.0.27:51073", "172.17.0.1:51073"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62339}, + {"Proto": "peerapi6", "Port": 62339} + ]}, + "Created": "2026-04-09T08:36:49.213259725Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5518489195885314, + "StableID": "nXKb4WML6k11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:3fa1ad627c092d1d312629cc2d416a066a13933b0b9d49b4a1a573eb8b894d4b", + "Addresses": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "AllowedIPs": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "Endpoints": ["77.164.248.136:42346", "10.65.0.27:42346", "172.17.0.1:42346"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59035}, + {"Proto": "peerapi6", "Port": 59035} + ]}, + "Created": "2026-04-09T08:36:49.743396097Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7556193580458125, + "StableID": "n8AgjkPD1221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "DiscoKey": "discokey:e4def4f7ba31bb3d4d0adf01a332f8eedb35d254da528ff3c90b5a9e7e333e2f", + "Addresses": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "AllowedIPs": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "Endpoints": ["77.164.248.136:52528", "10.65.0.27:52528", "172.17.0.1:52528"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43509}, + {"Proto": "peerapi6", "Port": 43509} + ]}, + "Created": "2026-04-09T08:36:43.322665275Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7631105376590416, + "StableID": "nBWvdVC9b221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "DiscoKey": "discokey:aedfd3b0e89de844d0629871b8f515f334e9a3f7faff551bebfd737d17270860", + "Addresses": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "AllowedIPs": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "Endpoints": ["77.164.248.136:39555", "10.65.0.27:39555", "172.17.0.1:39555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64491}, + {"Proto": "peerapi6", "Port": 64491} + ]}, + "Created": "2026-04-09T08:36:44.40292255Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7873291468922429, + "StableID": "nc4kHw1qU421CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "DiscoKey": "discokey:c1c0022f94a19b5ff05d7803cdb3da823a31033be912fb9e76f1d73c3e02ec44", + "Addresses": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "AllowedIPs": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "Endpoints": ["77.164.248.136:59820", "10.65.0.27:59820", "172.17.0.1:59820"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 50379}, + {"Proto": "peerapi6", "Port": 50379} + ]}, + "Created": "2026-04-09T08:36:45.45395016Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8990993054942368, + "StableID": "nPJF4D93DD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "DiscoKey": "discokey:0b3d8ab588c747ccaf30edce090b0d7f6ea7c301b0d27ed2c77429cda591eb39", + "Addresses": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "AllowedIPs": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "Endpoints": ["77.164.248.136:39810", "10.65.0.27:39810", "172.17.0.1:39810"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44300}, + {"Proto": "peerapi6", "Port": 44300} + ]}, + "Created": "2026-04-09T08:36:47.590763047Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -543,7 +544,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.94.127.109"}, {"nodeIP": "fd7a:115c:a1e0::3837:7f6d"}], + "principals": [{"nodeIP": "100.85.3.116"}, {"nodeIP": "fd7a:115c:a1e0::7337:374"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -552,7 +553,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.94.127.109"}, {"nodeIP": "fd7a:115c:a1e0::3837:7f6d"}], + "principals": [{"nodeIP": "100.85.3.116"}, {"nodeIP": "fd7a:115c:a1e0::7337:374"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -561,7 +562,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.85.137.80"}, {"nodeIP": "fd7a:115c:a1e0::537:8950"}], + "principals": [{"nodeIP": "100.119.42.41"}, {"nodeIP": "fd7a:115c:a1e0::e737:2a29"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -570,7 +571,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.103.152.35"}, {"nodeIP": "fd7a:115c:a1e0::3a37:9823"}], + "principals": [{"nodeIP": "100.88.54.80"}, {"nodeIP": "fd7a:115c:a1e0::7637:3650"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -579,7 +580,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.103.152.35"}, {"nodeIP": "fd7a:115c:a1e0::3a37:9823"}], + "principals": [{"nodeIP": "100.88.54.80"}, {"nodeIP": "fd7a:115c:a1e0::7637:3650"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1408,30 +1409,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5805478440817259": { - "ID": 5805478440817259, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6835726775195350": { + "ID": 6835726775195350, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.94.127.109"}, {"nodeIP": "fd7a:115c:a1e0::3837:7f6d"}], + "principals": [{"nodeIP": "100.85.3.116"}, {"nodeIP": "fd7a:115c:a1e0::7337:374"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1440,7 +1443,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.94.127.109"}, {"nodeIP": "fd7a:115c:a1e0::3837:7f6d"}], + "principals": [{"nodeIP": "100.85.3.116"}, {"nodeIP": "fd7a:115c:a1e0::7337:374"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -1449,7 +1452,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.85.137.80"}, {"nodeIP": "fd7a:115c:a1e0::537:8950"}], + "principals": [{"nodeIP": "100.119.42.41"}, {"nodeIP": "fd7a:115c:a1e0::e737:2a29"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1458,7 +1461,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.103.152.35"}, {"nodeIP": "fd7a:115c:a1e0::3a37:9823"}], + "principals": [{"nodeIP": "100.88.54.80"}, {"nodeIP": "fd7a:115c:a1e0::7637:3650"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1467,7 +1470,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.103.152.35"}, {"nodeIP": "fd7a:115c:a1e0::3a37:9823"}], + "principals": [{"nodeIP": "100.88.54.80"}, {"nodeIP": "fd7a:115c:a1e0::7637:3650"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1504,26 +1507,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2049943098844569, - "StableID": "nvRnwgXR1H11CNTRL", + "ID": 7873291468922429, + "StableID": "nc4kHw1qU421CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 2049943098844569, - "Key": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "DiscoKey": "discokey:2cf17b139241eea28d7876568799c3ded54d8ba754b02d93bbb9bd7567b1c563", - "Addresses": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "AllowedIPs": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "Endpoints": ["77.164.248.136:51928", "10.65.0.27:51928", "172.17.0.1:51928"], + "User": 7873291468922429, + "Key": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "DiscoKey": "discokey:c1c0022f94a19b5ff05d7803cdb3da823a31033be912fb9e76f1d73c3e02ec44", + "Addresses": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "AllowedIPs": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "Endpoints": ["77.164.248.136:59820", "10.65.0.27:59820", "172.17.0.1:59820"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 40738}, - {"Proto": "peerapi6", "Port": 40738}, + {"Proto": "peerapi4", "Port": 50379}, + {"Proto": "peerapi6", "Port": 50379}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:30:40.603487667Z", + "Created": "2026-04-09T08:36:45.45395016Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1551,301 +1554,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "MachineKey": "mkey:6f560852fa0a1d5540bd5101c49661508a9cbdca13c30f7d0a3571fbdcb4d176", + "NodeKey": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "MachineKey": "mkey:a02656f4ec64e98ec4c52217082a8b34488fc5510b42e56add45223986045b44", "Peers": [{ - "ID": 506421946349641, - "StableID": "nG6qE4rMx411CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "DiscoKey": "discokey:0d5f1cbcaf2b5ab8b015702f2397274ce995ab73a9d85e38d00c473cc553916d", - "Addresses": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "AllowedIPs": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "Endpoints": ["77.164.248.136:57789", "10.65.0.27:57789", "172.17.0.1:57789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47417}, - {"Proto": "peerapi6", "Port": 47417} - ]}, - "Created": "2026-04-09T01:30:40.056075415Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 518952127497242, - "StableID": "nPKTSZz24511CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "DiscoKey": "discokey:f0fddf31e4b143e6c1fcda1ef027dae84098210f39b97c10b80a02d3151bed08", - "Addresses": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "AllowedIPs": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "Endpoints": ["77.164.248.136:38485", "10.65.0.27:38485", "172.17.0.1:38485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56989}, - {"Proto": "peerapi6", "Port": 56989} - ]}, - "Created": "2026-04-09T01:30:41.691656441Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1640999314513652, - "StableID": "njLx5dGDpD11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:b067f22950c1b355baeee7e570ee13a7ca5d765cea9a96087dd3dd69dbf03675", - "Addresses": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "AllowedIPs": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "Endpoints": ["77.164.248.136:36930", "10.65.0.27:36930", "172.17.0.1:36930"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62935}, - {"Proto": "peerapi6", "Port": 62935} - ]}, - "Created": "2026-04-09T01:30:45.186800757Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1673670476421431, - "StableID": "nSLbn9V15E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "KeyExpiry": "2026-10-06T01:30:44Z", - "DiscoKey": "discokey:ff37a1f0307dc78f37a5adac3352050a05d3e2bb591c87b36833cf1e350eb415", - "Addresses": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "AllowedIPs": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "Endpoints": ["77.164.248.136:38635", "10.65.0.27:38635", "172.17.0.1:38635"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 51135}, - {"Proto": "peerapi6", "Port": 51135} - ]}, - "Created": "2026-04-09T01:30:44.398185191Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1888944471369464, - "StableID": "nj2pYMNWkF11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "DiscoKey": "discokey:5e5ec8b7c8ecb2ceedb1d0e4aeafdc4522d365a2e7a2796e26092e4f71ef4a39", - "Addresses": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "AllowedIPs": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "Endpoints": ["77.164.248.136:38661", "10.65.0.27:38661", "172.17.0.1:38661"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63200}, - {"Proto": "peerapi6", "Port": 63200} - ]}, - "Created": "2026-04-09T01:30:39.516585178Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2327632263222873, - "StableID": "nxtvVFxBBK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "DiscoKey": "discokey:b3117ffe79bca6420e93249bcab4b0b456d8f72c55f31a88a5cc94e2e0e28b45", - "Addresses": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "AllowedIPs": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "Endpoints": ["77.164.248.136:52827", "10.65.0.27:52827", "172.17.0.1:52827"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 51756}, - {"Proto": "peerapi6", "Port": 51756} - ]}, - "Created": "2026-04-09T01:30:42.776566708Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2736971251649922, - "StableID": "nZ44CSbaNN11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "DiscoKey": "discokey:0f8570b05ad536a6613f31431f0da89f968462e4bde04b9c48ea61ccf42d3f52", - "Addresses": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "AllowedIPs": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "Endpoints": ["77.164.248.136:47924", "10.65.0.27:47924", "172.17.0.1:47924"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33794}, - {"Proto": "peerapi6", "Port": 33794} - ]}, - "Created": "2026-04-09T01:30:38.426514415Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3612065972824886, - "StableID": "nZ8d5CruCV11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "DiscoKey": "discokey:ec16ac6956f0811fa08cb1c9d8863b6340da6abc154b53eacff29c9748809d4a", - "Addresses": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "AllowedIPs": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "Endpoints": ["77.164.248.136:36632", "10.65.0.27:36632", "172.17.0.1:36632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55482}, - {"Proto": "peerapi6", "Port": 55482} - ]}, - "Created": "2026-04-09T01:30:41.152033487Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3901810204453671, - "StableID": "nrvUePw8UX11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "DiscoKey": "discokey:38c03163d3f5c9ec7693492a1d398da6f8cb2f966adf88edb3867121f702307b", - "Addresses": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "AllowedIPs": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "Endpoints": ["77.164.248.136:35971", "10.65.0.27:35971", "172.17.0.1:35971"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62641}, - {"Proto": "peerapi6", "Port": 62641} - ]}, - "Created": "2026-04-09T01:30:42.237239757Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5137631997852024, - "StableID": "nTY3f5tq7h11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "DiscoKey": "discokey:2b92119f329733d06733493f8831f6e191e8f1490f4aa6d18a08db4be83d6c30", - "Addresses": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "AllowedIPs": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "Endpoints": ["77.164.248.136:38946", "10.65.0.27:38946", "172.17.0.1:38946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 52319}, - {"Proto": "peerapi6", "Port": 52319} - ]}, - "Created": "2026-04-09T01:30:37.732381742Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5805478440817259, - "StableID": "neSWtJ5KLn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "DiscoKey": "discokey:7a6d1ab0f097c7b97d2352b69afc485a3a26b3dfd3e593ae006a727aeb130b72", - "Addresses": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "AllowedIPs": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57869}, - {"Proto": "peerapi6", "Port": 57869} - ]}, - "Created": "2026-04-09T01:30:43.856043008Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6432074742870384, - "StableID": "nyVVRQh6Es11CNTRL", + "ID": 640200362937406, + "StableID": "nFbxoiywz511CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "DiscoKey": "discokey:40e45e3009ff886154d255ed603780ac0ba1f28950e0e81547d562394ecb3f03", - "Addresses": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "AllowedIPs": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "Endpoints": ["77.164.248.136:53186", "10.65.0.27:53186", "172.17.0.1:53186"], + "Key": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "DiscoKey": "discokey:d7cf47979a8ac8d0bb8e3a44d475e4d753230e505bf90ee413ba7346fb9c6a51", + "Addresses": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "AllowedIPs": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38802}, - {"Proto": "peerapi6", "Port": 38802} + {"Proto": "peerapi4", "Port": 65436}, + {"Proto": "peerapi6", "Port": 65436} ]}, - "Created": "2026-04-09T01:30:38.97509857Z", + "Created": "2026-04-09T08:36:43.863220078Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 6888123530709109, - "StableID": "nQnz8rKenv11CNTRL", + "ID": 820957517665246, + "StableID": "ndUkbPApQ711CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "DiscoKey": "discokey:0cd491ec204a1f6551c45b7988fdcab7b8c0081caf97c82713729253383ccd24", + "Addresses": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "AllowedIPs": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "Endpoints": ["77.164.248.136:51313", "10.65.0.27:51313", "172.17.0.1:51313"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 40143}, + {"Proto": "peerapi6", "Port": 40143} + ]}, + "Created": "2026-04-09T08:36:44.925747526Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1014441549716849, + "StableID": "nEyUxEfSv811CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "DiscoKey": "discokey:ee115957eb48e63c188e399199a8accce4d869e025c19934e4ae858172fb5b75", + "Addresses": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "AllowedIPs": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "Endpoints": ["77.164.248.136:41497", "10.65.0.27:41497", "172.17.0.1:41497"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54180}, + {"Proto": "peerapi6", "Port": 54180} + ]}, + "Created": "2026-04-09T08:36:42.837743051Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 1470562378962887, + "StableID": "nCm2jSB2VC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "DiscoKey": "discokey:0bc2c5ab5edde32d8b800e6be5372d7697d87745867bc80ab48b33a8928cbb44", + "Addresses": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "AllowedIPs": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "Endpoints": ["77.164.248.136:44824", "10.65.0.27:44824", "172.17.0.1:44824"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61664}, + {"Proto": "peerapi6", "Port": 61664} + ]}, + "Created": "2026-04-09T08:36:46.523176634Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2662931350668951, + "StableID": "nGqMg5h3oM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "DiscoKey": "discokey:fc0de67d3f862af8560cb444edc45a7b8f303086e298e0cbbc57ee6266fa4455", + "Addresses": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "AllowedIPs": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "Endpoints": ["77.164.248.136:35232", "10.65.0.27:35232", "172.17.0.1:35232"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42896}, + {"Proto": "peerapi6", "Port": 42896} + ]}, + "Created": "2026-04-09T08:36:45.97985365Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3637617974826025, + "StableID": "ntgszE4VQV11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "DiscoKey": "discokey:cbb985f6a734b551f7112b77a141cd559ae5eef28099ae6b5637e97975b3b721", + "Addresses": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "AllowedIPs": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "Endpoints": ["77.164.248.136:55572", "10.65.0.27:55572", "172.17.0.1:55572"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48963}, + {"Proto": "peerapi6", "Port": 48963} + ]}, + "Created": "2026-04-09T08:36:47.055919958Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4775774107686068, + "StableID": "n7nW2HVxHe11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "DiscoKey": "discokey:2c67d1e0ef95469299e7523500aa92e723798f7489415468274e70349737ea28", - "Addresses": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "AllowedIPs": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "Endpoints": ["77.164.248.136:41333", "10.65.0.27:41333", "172.17.0.1:41333"], + "Key": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "DiscoKey": "discokey:46eb951c4237d3ee4e041364f5551dd8c332f0b34e9bf2def27fa1b2efc4b830", + "Addresses": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "AllowedIPs": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "Endpoints": ["77.164.248.136:37394", "10.65.0.27:37394", "172.17.0.1:37394"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 44244}, - {"Proto": "peerapi6", "Port": 44244} + {"Proto": "peerapi4", "Port": 47095}, + {"Proto": "peerapi6", "Port": 47095} ]}, - "Created": "2026-04-09T01:30:43.32520078Z", + "Created": "2026-04-09T08:36:48.131063724Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7837011360071715, - "StableID": "nrkgJxzPC421CNTRL", + "ID": 5351486556412345, + "StableID": "nJbkggUhni11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:3367b75df53283e84b774dc2549abda3f25700934815ba89f8683afeac789f55", - "Addresses": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "AllowedIPs": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "Endpoints": ["77.164.248.136:46528", "10.65.0.27:46528", "172.17.0.1:46528"], + "Key": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "KeyExpiry": "2026-10-06T08:36:50Z", + "DiscoKey": "discokey:ed197bd8ebf0f69b003e84b6bf329b889a4ecede47a66a5357aff588bc5c4d19", + "Addresses": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "AllowedIPs": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "Endpoints": ["77.164.248.136:56516", "10.65.0.27:56516", "172.17.0.1:56516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41588}, - {"Proto": "peerapi6", "Port": 41588} + {"Proto": "peerapi4", "Port": 54191}, + {"Proto": "peerapi6", "Port": 54191} ]}, - "Created": "2026-04-09T01:30:45.745693153Z", + "Created": "2026-04-09T08:36:50.284294727Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5379221676856211, + "StableID": "n6UfJr2G1j11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:d68681e3190e07adeb805f76f0da322996f8e561b986f7a3351ff57b35009a76", + "Addresses": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "AllowedIPs": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "Endpoints": ["77.164.248.136:51073", "10.65.0.27:51073", "172.17.0.1:51073"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62339}, + {"Proto": "peerapi6", "Port": 62339} + ]}, + "Created": "2026-04-09T08:36:49.213259725Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5518489195885314, + "StableID": "nXKb4WML6k11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:3fa1ad627c092d1d312629cc2d416a066a13933b0b9d49b4a1a573eb8b894d4b", + "Addresses": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "AllowedIPs": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "Endpoints": ["77.164.248.136:42346", "10.65.0.27:42346", "172.17.0.1:42346"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59035}, + {"Proto": "peerapi6", "Port": 59035} + ]}, + "Created": "2026-04-09T08:36:49.743396097Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6835726775195350, + "StableID": "nH66HAxuNv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "DiscoKey": "discokey:2406490d3df36b864f3cd9383165a35c1d7abe7c09a8724b80a780418c1bf47e", + "Addresses": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "AllowedIPs": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "Endpoints": ["77.164.248.136:45951", "10.65.0.27:45951", "172.17.0.1:45951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37790}, + {"Proto": "peerapi6", "Port": 37790} + ]}, + "Created": "2026-04-09T08:36:48.678132337Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7556193580458125, + "StableID": "n8AgjkPD1221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "DiscoKey": "discokey:e4def4f7ba31bb3d4d0adf01a332f8eedb35d254da528ff3c90b5a9e7e333e2f", + "Addresses": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "AllowedIPs": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "Endpoints": ["77.164.248.136:52528", "10.65.0.27:52528", "172.17.0.1:52528"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43509}, + {"Proto": "peerapi6", "Port": 43509} + ]}, + "Created": "2026-04-09T08:36:43.322665275Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7631105376590416, + "StableID": "nBWvdVC9b221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "DiscoKey": "discokey:aedfd3b0e89de844d0629871b8f515f334e9a3f7faff551bebfd737d17270860", + "Addresses": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "AllowedIPs": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "Endpoints": ["77.164.248.136:39555", "10.65.0.27:39555", "172.17.0.1:39555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64491}, + {"Proto": "peerapi6", "Port": 64491} + ]}, + "Created": "2026-04-09T08:36:44.40292255Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8990993054942368, + "StableID": "nPJF4D93DD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "DiscoKey": "discokey:0b3d8ab588c747ccaf30edce090b0d7f6ea7c301b0d27ed2c77429cda591eb39", + "Addresses": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "AllowedIPs": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "Endpoints": ["77.164.248.136:39810", "10.65.0.27:39810", "172.17.0.1:39810"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44300}, + {"Proto": "peerapi6", "Port": 44300} + ]}, + "Created": "2026-04-09T08:36:47.590763047Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2693,27 +2697,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2049943098844569": { - "ID": 2049943098844569, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7873291468922429": { + "ID": 7873291468922429, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2744,22 +2750,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7837011360071715, - "StableID": "nrkgJxzPC421CNTRL", + "ID": 5351486556412345, + "StableID": "nJbkggUhni11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:3367b75df53283e84b774dc2549abda3f25700934815ba89f8683afeac789f55", - "Addresses": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "AllowedIPs": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "Endpoints": ["77.164.248.136:46528", "10.65.0.27:46528", "172.17.0.1:46528"], + "Key": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "KeyExpiry": "2026-10-06T08:36:50Z", + "DiscoKey": "discokey:ed197bd8ebf0f69b003e84b6bf329b889a4ecede47a66a5357aff588bc5c4d19", + "Addresses": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "AllowedIPs": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "Endpoints": ["77.164.248.136:56516", "10.65.0.27:56516", "172.17.0.1:56516"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41588}, - {"Proto": "peerapi6", "Port": 41588}, + {"Proto": "peerapi4", "Port": 54191}, + {"Proto": "peerapi6", "Port": 54191}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:45.745693153Z", + "Created": "2026-04-09T08:36:50.284294727Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2788,301 +2794,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "MachineKey": "mkey:affab3a95881611f621096b1772cff72dd8bc1f9e97d593d554b9d82261b1e5a", + "NodeKey": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "MachineKey": "mkey:282ccb44280c4327accc2d4997a689e5a6cf7cc77bf6397c8465d88c2668102a", "Peers": [{ - "ID": 506421946349641, - "StableID": "nG6qE4rMx411CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "DiscoKey": "discokey:0d5f1cbcaf2b5ab8b015702f2397274ce995ab73a9d85e38d00c473cc553916d", - "Addresses": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "AllowedIPs": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "Endpoints": ["77.164.248.136:57789", "10.65.0.27:57789", "172.17.0.1:57789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47417}, - {"Proto": "peerapi6", "Port": 47417} - ]}, - "Created": "2026-04-09T01:30:40.056075415Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 518952127497242, - "StableID": "nPKTSZz24511CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "DiscoKey": "discokey:f0fddf31e4b143e6c1fcda1ef027dae84098210f39b97c10b80a02d3151bed08", - "Addresses": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "AllowedIPs": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "Endpoints": ["77.164.248.136:38485", "10.65.0.27:38485", "172.17.0.1:38485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56989}, - {"Proto": "peerapi6", "Port": 56989} - ]}, - "Created": "2026-04-09T01:30:41.691656441Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1640999314513652, - "StableID": "njLx5dGDpD11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:b067f22950c1b355baeee7e570ee13a7ca5d765cea9a96087dd3dd69dbf03675", - "Addresses": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "AllowedIPs": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "Endpoints": ["77.164.248.136:36930", "10.65.0.27:36930", "172.17.0.1:36930"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62935}, - {"Proto": "peerapi6", "Port": 62935} - ]}, - "Created": "2026-04-09T01:30:45.186800757Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1673670476421431, - "StableID": "nSLbn9V15E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "KeyExpiry": "2026-10-06T01:30:44Z", - "DiscoKey": "discokey:ff37a1f0307dc78f37a5adac3352050a05d3e2bb591c87b36833cf1e350eb415", - "Addresses": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "AllowedIPs": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "Endpoints": ["77.164.248.136:38635", "10.65.0.27:38635", "172.17.0.1:38635"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 51135}, - {"Proto": "peerapi6", "Port": 51135} - ]}, - "Created": "2026-04-09T01:30:44.398185191Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1888944471369464, - "StableID": "nj2pYMNWkF11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "DiscoKey": "discokey:5e5ec8b7c8ecb2ceedb1d0e4aeafdc4522d365a2e7a2796e26092e4f71ef4a39", - "Addresses": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "AllowedIPs": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "Endpoints": ["77.164.248.136:38661", "10.65.0.27:38661", "172.17.0.1:38661"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63200}, - {"Proto": "peerapi6", "Port": 63200} - ]}, - "Created": "2026-04-09T01:30:39.516585178Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2049943098844569, - "StableID": "nvRnwgXR1H11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "DiscoKey": "discokey:2cf17b139241eea28d7876568799c3ded54d8ba754b02d93bbb9bd7567b1c563", - "Addresses": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "AllowedIPs": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "Endpoints": ["77.164.248.136:51928", "10.65.0.27:51928", "172.17.0.1:51928"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 40738}, - {"Proto": "peerapi6", "Port": 40738} - ]}, - "Created": "2026-04-09T01:30:40.603487667Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2327632263222873, - "StableID": "nxtvVFxBBK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "DiscoKey": "discokey:b3117ffe79bca6420e93249bcab4b0b456d8f72c55f31a88a5cc94e2e0e28b45", - "Addresses": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "AllowedIPs": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "Endpoints": ["77.164.248.136:52827", "10.65.0.27:52827", "172.17.0.1:52827"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 51756}, - {"Proto": "peerapi6", "Port": 51756} - ]}, - "Created": "2026-04-09T01:30:42.776566708Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2736971251649922, - "StableID": "nZ44CSbaNN11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "DiscoKey": "discokey:0f8570b05ad536a6613f31431f0da89f968462e4bde04b9c48ea61ccf42d3f52", - "Addresses": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "AllowedIPs": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "Endpoints": ["77.164.248.136:47924", "10.65.0.27:47924", "172.17.0.1:47924"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33794}, - {"Proto": "peerapi6", "Port": 33794} - ]}, - "Created": "2026-04-09T01:30:38.426514415Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3612065972824886, - "StableID": "nZ8d5CruCV11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "DiscoKey": "discokey:ec16ac6956f0811fa08cb1c9d8863b6340da6abc154b53eacff29c9748809d4a", - "Addresses": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "AllowedIPs": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "Endpoints": ["77.164.248.136:36632", "10.65.0.27:36632", "172.17.0.1:36632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55482}, - {"Proto": "peerapi6", "Port": 55482} - ]}, - "Created": "2026-04-09T01:30:41.152033487Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3901810204453671, - "StableID": "nrvUePw8UX11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "DiscoKey": "discokey:38c03163d3f5c9ec7693492a1d398da6f8cb2f966adf88edb3867121f702307b", - "Addresses": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "AllowedIPs": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "Endpoints": ["77.164.248.136:35971", "10.65.0.27:35971", "172.17.0.1:35971"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62641}, - {"Proto": "peerapi6", "Port": 62641} - ]}, - "Created": "2026-04-09T01:30:42.237239757Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5137631997852024, - "StableID": "nTY3f5tq7h11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "DiscoKey": "discokey:2b92119f329733d06733493f8831f6e191e8f1490f4aa6d18a08db4be83d6c30", - "Addresses": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "AllowedIPs": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "Endpoints": ["77.164.248.136:38946", "10.65.0.27:38946", "172.17.0.1:38946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 52319}, - {"Proto": "peerapi6", "Port": 52319} - ]}, - "Created": "2026-04-09T01:30:37.732381742Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5805478440817259, - "StableID": "neSWtJ5KLn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "DiscoKey": "discokey:7a6d1ab0f097c7b97d2352b69afc485a3a26b3dfd3e593ae006a727aeb130b72", - "Addresses": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "AllowedIPs": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57869}, - {"Proto": "peerapi6", "Port": 57869} - ]}, - "Created": "2026-04-09T01:30:43.856043008Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6432074742870384, - "StableID": "nyVVRQh6Es11CNTRL", + "ID": 640200362937406, + "StableID": "nFbxoiywz511CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "DiscoKey": "discokey:40e45e3009ff886154d255ed603780ac0ba1f28950e0e81547d562394ecb3f03", - "Addresses": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "AllowedIPs": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "Endpoints": ["77.164.248.136:53186", "10.65.0.27:53186", "172.17.0.1:53186"], + "Key": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "DiscoKey": "discokey:d7cf47979a8ac8d0bb8e3a44d475e4d753230e505bf90ee413ba7346fb9c6a51", + "Addresses": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "AllowedIPs": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38802}, - {"Proto": "peerapi6", "Port": 38802} + {"Proto": "peerapi4", "Port": 65436}, + {"Proto": "peerapi6", "Port": 65436} ]}, - "Created": "2026-04-09T01:30:38.97509857Z", + "Created": "2026-04-09T08:36:43.863220078Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 6888123530709109, - "StableID": "nQnz8rKenv11CNTRL", + "ID": 820957517665246, + "StableID": "ndUkbPApQ711CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "DiscoKey": "discokey:0cd491ec204a1f6551c45b7988fdcab7b8c0081caf97c82713729253383ccd24", + "Addresses": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "AllowedIPs": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "Endpoints": ["77.164.248.136:51313", "10.65.0.27:51313", "172.17.0.1:51313"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 40143}, + {"Proto": "peerapi6", "Port": 40143} + ]}, + "Created": "2026-04-09T08:36:44.925747526Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1014441549716849, + "StableID": "nEyUxEfSv811CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "DiscoKey": "discokey:ee115957eb48e63c188e399199a8accce4d869e025c19934e4ae858172fb5b75", + "Addresses": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "AllowedIPs": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "Endpoints": ["77.164.248.136:41497", "10.65.0.27:41497", "172.17.0.1:41497"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54180}, + {"Proto": "peerapi6", "Port": 54180} + ]}, + "Created": "2026-04-09T08:36:42.837743051Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 1470562378962887, + "StableID": "nCm2jSB2VC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "DiscoKey": "discokey:0bc2c5ab5edde32d8b800e6be5372d7697d87745867bc80ab48b33a8928cbb44", + "Addresses": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "AllowedIPs": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "Endpoints": ["77.164.248.136:44824", "10.65.0.27:44824", "172.17.0.1:44824"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61664}, + {"Proto": "peerapi6", "Port": 61664} + ]}, + "Created": "2026-04-09T08:36:46.523176634Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2662931350668951, + "StableID": "nGqMg5h3oM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "DiscoKey": "discokey:fc0de67d3f862af8560cb444edc45a7b8f303086e298e0cbbc57ee6266fa4455", + "Addresses": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "AllowedIPs": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "Endpoints": ["77.164.248.136:35232", "10.65.0.27:35232", "172.17.0.1:35232"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42896}, + {"Proto": "peerapi6", "Port": 42896} + ]}, + "Created": "2026-04-09T08:36:45.97985365Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3637617974826025, + "StableID": "ntgszE4VQV11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "DiscoKey": "discokey:cbb985f6a734b551f7112b77a141cd559ae5eef28099ae6b5637e97975b3b721", + "Addresses": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "AllowedIPs": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "Endpoints": ["77.164.248.136:55572", "10.65.0.27:55572", "172.17.0.1:55572"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48963}, + {"Proto": "peerapi6", "Port": 48963} + ]}, + "Created": "2026-04-09T08:36:47.055919958Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4775774107686068, + "StableID": "n7nW2HVxHe11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "DiscoKey": "discokey:2c67d1e0ef95469299e7523500aa92e723798f7489415468274e70349737ea28", - "Addresses": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "AllowedIPs": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "Endpoints": ["77.164.248.136:41333", "10.65.0.27:41333", "172.17.0.1:41333"], + "Key": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "DiscoKey": "discokey:46eb951c4237d3ee4e041364f5551dd8c332f0b34e9bf2def27fa1b2efc4b830", + "Addresses": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "AllowedIPs": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "Endpoints": ["77.164.248.136:37394", "10.65.0.27:37394", "172.17.0.1:37394"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 44244}, - {"Proto": "peerapi6", "Port": 44244} + {"Proto": "peerapi4", "Port": 47095}, + {"Proto": "peerapi6", "Port": 47095} ]}, - "Created": "2026-04-09T01:30:43.32520078Z", + "Created": "2026-04-09T08:36:48.131063724Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" + }, { + "ID": 5379221676856211, + "StableID": "n6UfJr2G1j11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:d68681e3190e07adeb805f76f0da322996f8e561b986f7a3351ff57b35009a76", + "Addresses": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "AllowedIPs": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "Endpoints": ["77.164.248.136:51073", "10.65.0.27:51073", "172.17.0.1:51073"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62339}, + {"Proto": "peerapi6", "Port": 62339} + ]}, + "Created": "2026-04-09T08:36:49.213259725Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5518489195885314, + "StableID": "nXKb4WML6k11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:3fa1ad627c092d1d312629cc2d416a066a13933b0b9d49b4a1a573eb8b894d4b", + "Addresses": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "AllowedIPs": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "Endpoints": ["77.164.248.136:42346", "10.65.0.27:42346", "172.17.0.1:42346"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59035}, + {"Proto": "peerapi6", "Port": 59035} + ]}, + "Created": "2026-04-09T08:36:49.743396097Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6835726775195350, + "StableID": "nH66HAxuNv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "DiscoKey": "discokey:2406490d3df36b864f3cd9383165a35c1d7abe7c09a8724b80a780418c1bf47e", + "Addresses": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "AllowedIPs": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "Endpoints": ["77.164.248.136:45951", "10.65.0.27:45951", "172.17.0.1:45951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37790}, + {"Proto": "peerapi6", "Port": 37790} + ]}, + "Created": "2026-04-09T08:36:48.678132337Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7556193580458125, + "StableID": "n8AgjkPD1221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "DiscoKey": "discokey:e4def4f7ba31bb3d4d0adf01a332f8eedb35d254da528ff3c90b5a9e7e333e2f", + "Addresses": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "AllowedIPs": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "Endpoints": ["77.164.248.136:52528", "10.65.0.27:52528", "172.17.0.1:52528"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43509}, + {"Proto": "peerapi6", "Port": 43509} + ]}, + "Created": "2026-04-09T08:36:43.322665275Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7631105376590416, + "StableID": "nBWvdVC9b221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "DiscoKey": "discokey:aedfd3b0e89de844d0629871b8f515f334e9a3f7faff551bebfd737d17270860", + "Addresses": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "AllowedIPs": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "Endpoints": ["77.164.248.136:39555", "10.65.0.27:39555", "172.17.0.1:39555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64491}, + {"Proto": "peerapi6", "Port": 64491} + ]}, + "Created": "2026-04-09T08:36:44.40292255Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7873291468922429, + "StableID": "nc4kHw1qU421CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "DiscoKey": "discokey:c1c0022f94a19b5ff05d7803cdb3da823a31033be912fb9e76f1d73c3e02ec44", + "Addresses": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "AllowedIPs": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "Endpoints": ["77.164.248.136:59820", "10.65.0.27:59820", "172.17.0.1:59820"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 50379}, + {"Proto": "peerapi6", "Port": 50379} + ]}, + "Created": "2026-04-09T08:36:45.45395016Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8990993054942368, + "StableID": "nPJF4D93DD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "DiscoKey": "discokey:0b3d8ab588c747ccaf30edce090b0d7f6ea7c301b0d27ed2c77429cda591eb39", + "Addresses": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "AllowedIPs": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "Endpoints": ["77.164.248.136:39810", "10.65.0.27:39810", "172.17.0.1:39810"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44300}, + {"Proto": "peerapi6", "Port": 44300} + ]}, + "Created": "2026-04-09T08:36:47.590763047Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3110,7 +3117,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.94.127.109"}, {"nodeIP": "fd7a:115c:a1e0::3837:7f6d"}], + "principals": [{"nodeIP": "100.85.3.116"}, {"nodeIP": "fd7a:115c:a1e0::7337:374"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -3119,7 +3126,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.94.127.109"}, {"nodeIP": "fd7a:115c:a1e0::3837:7f6d"}], + "principals": [{"nodeIP": "100.85.3.116"}, {"nodeIP": "fd7a:115c:a1e0::7337:374"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3948,26 +3955,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.94.127.109"}, {"nodeIP": "fd7a:115c:a1e0::3837:7f6d"}], + "principals": [{"nodeIP": "100.85.3.116"}, {"nodeIP": "fd7a:115c:a1e0::7337:374"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -3976,7 +3984,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.94.127.109"}, {"nodeIP": "fd7a:115c:a1e0::3837:7f6d"}], + "principals": [{"nodeIP": "100.85.3.116"}, {"nodeIP": "fd7a:115c:a1e0::7337:374"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -4013,26 +4021,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6432074742870384, - "StableID": "nyVVRQh6Es11CNTRL", + "ID": 640200362937406, + "StableID": "nFbxoiywz511CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 6432074742870384, - "Key": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "DiscoKey": "discokey:40e45e3009ff886154d255ed603780ac0ba1f28950e0e81547d562394ecb3f03", - "Addresses": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "AllowedIPs": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "Endpoints": ["77.164.248.136:53186", "10.65.0.27:53186", "172.17.0.1:53186"], + "User": 640200362937406, + "Key": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "DiscoKey": "discokey:d7cf47979a8ac8d0bb8e3a44d475e4d753230e505bf90ee413ba7346fb9c6a51", + "Addresses": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "AllowedIPs": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 38802}, - {"Proto": "peerapi6", "Port": 38802}, + {"Proto": "peerapi4", "Port": 65436}, + {"Proto": "peerapi6", "Port": 65436}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:30:38.97509857Z", + "Created": "2026-04-09T08:36:43.863220078Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -4060,301 +4068,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "MachineKey": "mkey:7d71a6e7f0f54fa6f100afbe9a8035539da9ccbc3c6367a42e2b1ae1183b3c55", + "NodeKey": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "MachineKey": "mkey:41cc38d315452b8cda757f0b926ad67adb402c479808ba6757666f0b33647d7c", "Peers": [{ - "ID": 506421946349641, - "StableID": "nG6qE4rMx411CNTRL", + "ID": 820957517665246, + "StableID": "ndUkbPApQ711CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "DiscoKey": "discokey:0d5f1cbcaf2b5ab8b015702f2397274ce995ab73a9d85e38d00c473cc553916d", - "Addresses": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "AllowedIPs": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "Endpoints": ["77.164.248.136:57789", "10.65.0.27:57789", "172.17.0.1:57789"], + "Key": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "DiscoKey": "discokey:0cd491ec204a1f6551c45b7988fdcab7b8c0081caf97c82713729253383ccd24", + "Addresses": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "AllowedIPs": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "Endpoints": ["77.164.248.136:51313", "10.65.0.27:51313", "172.17.0.1:51313"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47417}, - {"Proto": "peerapi6", "Port": 47417} + {"Proto": "peerapi4", "Port": 40143}, + {"Proto": "peerapi6", "Port": 40143} ]}, - "Created": "2026-04-09T01:30:40.056075415Z", + "Created": "2026-04-09T08:36:44.925747526Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 518952127497242, - "StableID": "nPKTSZz24511CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "DiscoKey": "discokey:f0fddf31e4b143e6c1fcda1ef027dae84098210f39b97c10b80a02d3151bed08", - "Addresses": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "AllowedIPs": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "Endpoints": ["77.164.248.136:38485", "10.65.0.27:38485", "172.17.0.1:38485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56989}, - {"Proto": "peerapi6", "Port": 56989} - ]}, - "Created": "2026-04-09T01:30:41.691656441Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1640999314513652, - "StableID": "njLx5dGDpD11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:b067f22950c1b355baeee7e570ee13a7ca5d765cea9a96087dd3dd69dbf03675", - "Addresses": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "AllowedIPs": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "Endpoints": ["77.164.248.136:36930", "10.65.0.27:36930", "172.17.0.1:36930"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62935}, - {"Proto": "peerapi6", "Port": 62935} - ]}, - "Created": "2026-04-09T01:30:45.186800757Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1673670476421431, - "StableID": "nSLbn9V15E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "KeyExpiry": "2026-10-06T01:30:44Z", - "DiscoKey": "discokey:ff37a1f0307dc78f37a5adac3352050a05d3e2bb591c87b36833cf1e350eb415", - "Addresses": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "AllowedIPs": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "Endpoints": ["77.164.248.136:38635", "10.65.0.27:38635", "172.17.0.1:38635"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 51135}, - {"Proto": "peerapi6", "Port": 51135} - ]}, - "Created": "2026-04-09T01:30:44.398185191Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1888944471369464, - "StableID": "nj2pYMNWkF11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "DiscoKey": "discokey:5e5ec8b7c8ecb2ceedb1d0e4aeafdc4522d365a2e7a2796e26092e4f71ef4a39", - "Addresses": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "AllowedIPs": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "Endpoints": ["77.164.248.136:38661", "10.65.0.27:38661", "172.17.0.1:38661"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63200}, - {"Proto": "peerapi6", "Port": 63200} - ]}, - "Created": "2026-04-09T01:30:39.516585178Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2049943098844569, - "StableID": "nvRnwgXR1H11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "DiscoKey": "discokey:2cf17b139241eea28d7876568799c3ded54d8ba754b02d93bbb9bd7567b1c563", - "Addresses": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "AllowedIPs": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "Endpoints": ["77.164.248.136:51928", "10.65.0.27:51928", "172.17.0.1:51928"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 40738}, - {"Proto": "peerapi6", "Port": 40738} - ]}, - "Created": "2026-04-09T01:30:40.603487667Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2327632263222873, - "StableID": "nxtvVFxBBK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "DiscoKey": "discokey:b3117ffe79bca6420e93249bcab4b0b456d8f72c55f31a88a5cc94e2e0e28b45", - "Addresses": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "AllowedIPs": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "Endpoints": ["77.164.248.136:52827", "10.65.0.27:52827", "172.17.0.1:52827"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 51756}, - {"Proto": "peerapi6", "Port": 51756} - ]}, - "Created": "2026-04-09T01:30:42.776566708Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2736971251649922, - "StableID": "nZ44CSbaNN11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "DiscoKey": "discokey:0f8570b05ad536a6613f31431f0da89f968462e4bde04b9c48ea61ccf42d3f52", - "Addresses": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "AllowedIPs": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "Endpoints": ["77.164.248.136:47924", "10.65.0.27:47924", "172.17.0.1:47924"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33794}, - {"Proto": "peerapi6", "Port": 33794} - ]}, - "Created": "2026-04-09T01:30:38.426514415Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3612065972824886, - "StableID": "nZ8d5CruCV11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "DiscoKey": "discokey:ec16ac6956f0811fa08cb1c9d8863b6340da6abc154b53eacff29c9748809d4a", - "Addresses": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "AllowedIPs": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "Endpoints": ["77.164.248.136:36632", "10.65.0.27:36632", "172.17.0.1:36632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55482}, - {"Proto": "peerapi6", "Port": 55482} - ]}, - "Created": "2026-04-09T01:30:41.152033487Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3901810204453671, - "StableID": "nrvUePw8UX11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "DiscoKey": "discokey:38c03163d3f5c9ec7693492a1d398da6f8cb2f966adf88edb3867121f702307b", - "Addresses": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "AllowedIPs": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "Endpoints": ["77.164.248.136:35971", "10.65.0.27:35971", "172.17.0.1:35971"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62641}, - {"Proto": "peerapi6", "Port": 62641} - ]}, - "Created": "2026-04-09T01:30:42.237239757Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5137631997852024, - "StableID": "nTY3f5tq7h11CNTRL", + "ID": 1014441549716849, + "StableID": "nEyUxEfSv811CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "DiscoKey": "discokey:2b92119f329733d06733493f8831f6e191e8f1490f4aa6d18a08db4be83d6c30", - "Addresses": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "AllowedIPs": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "Endpoints": ["77.164.248.136:38946", "10.65.0.27:38946", "172.17.0.1:38946"], + "Key": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "DiscoKey": "discokey:ee115957eb48e63c188e399199a8accce4d869e025c19934e4ae858172fb5b75", + "Addresses": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "AllowedIPs": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "Endpoints": ["77.164.248.136:41497", "10.65.0.27:41497", "172.17.0.1:41497"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 52319}, - {"Proto": "peerapi6", "Port": 52319} + {"Proto": "peerapi4", "Port": 54180}, + {"Proto": "peerapi6", "Port": 54180} ]}, - "Created": "2026-04-09T01:30:37.732381742Z", + "Created": "2026-04-09T08:36:42.837743051Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5805478440817259, - "StableID": "neSWtJ5KLn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1470562378962887, + "StableID": "nCm2jSB2VC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "DiscoKey": "discokey:7a6d1ab0f097c7b97d2352b69afc485a3a26b3dfd3e593ae006a727aeb130b72", - "Addresses": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "AllowedIPs": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], + "Key": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "DiscoKey": "discokey:0bc2c5ab5edde32d8b800e6be5372d7697d87745867bc80ab48b33a8928cbb44", + "Addresses": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "AllowedIPs": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "Endpoints": ["77.164.248.136:44824", "10.65.0.27:44824", "172.17.0.1:44824"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57869}, - {"Proto": "peerapi6", "Port": 57869} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61664}, + {"Proto": "peerapi6", "Port": 61664} ]}, - "Created": "2026-04-09T01:30:43.856043008Z", + "Created": "2026-04-09T08:36:46.523176634Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 6888123530709109, - "StableID": "nQnz8rKenv11CNTRL", + "ID": 2662931350668951, + "StableID": "nGqMg5h3oM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "DiscoKey": "discokey:fc0de67d3f862af8560cb444edc45a7b8f303086e298e0cbbc57ee6266fa4455", + "Addresses": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "AllowedIPs": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "Endpoints": ["77.164.248.136:35232", "10.65.0.27:35232", "172.17.0.1:35232"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42896}, + {"Proto": "peerapi6", "Port": 42896} + ]}, + "Created": "2026-04-09T08:36:45.97985365Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3637617974826025, + "StableID": "ntgszE4VQV11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "DiscoKey": "discokey:cbb985f6a734b551f7112b77a141cd559ae5eef28099ae6b5637e97975b3b721", + "Addresses": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "AllowedIPs": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "Endpoints": ["77.164.248.136:55572", "10.65.0.27:55572", "172.17.0.1:55572"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48963}, + {"Proto": "peerapi6", "Port": 48963} + ]}, + "Created": "2026-04-09T08:36:47.055919958Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4775774107686068, + "StableID": "n7nW2HVxHe11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "DiscoKey": "discokey:2c67d1e0ef95469299e7523500aa92e723798f7489415468274e70349737ea28", - "Addresses": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "AllowedIPs": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "Endpoints": ["77.164.248.136:41333", "10.65.0.27:41333", "172.17.0.1:41333"], + "Key": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "DiscoKey": "discokey:46eb951c4237d3ee4e041364f5551dd8c332f0b34e9bf2def27fa1b2efc4b830", + "Addresses": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "AllowedIPs": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "Endpoints": ["77.164.248.136:37394", "10.65.0.27:37394", "172.17.0.1:37394"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 44244}, - {"Proto": "peerapi6", "Port": 44244} + {"Proto": "peerapi4", "Port": 47095}, + {"Proto": "peerapi6", "Port": 47095} ]}, - "Created": "2026-04-09T01:30:43.32520078Z", + "Created": "2026-04-09T08:36:48.131063724Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7837011360071715, - "StableID": "nrkgJxzPC421CNTRL", + "ID": 5351486556412345, + "StableID": "nJbkggUhni11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:3367b75df53283e84b774dc2549abda3f25700934815ba89f8683afeac789f55", - "Addresses": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "AllowedIPs": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "Endpoints": ["77.164.248.136:46528", "10.65.0.27:46528", "172.17.0.1:46528"], + "Key": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "KeyExpiry": "2026-10-06T08:36:50Z", + "DiscoKey": "discokey:ed197bd8ebf0f69b003e84b6bf329b889a4ecede47a66a5357aff588bc5c4d19", + "Addresses": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "AllowedIPs": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "Endpoints": ["77.164.248.136:56516", "10.65.0.27:56516", "172.17.0.1:56516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41588}, - {"Proto": "peerapi6", "Port": 41588} + {"Proto": "peerapi4", "Port": 54191}, + {"Proto": "peerapi6", "Port": 54191} ]}, - "Created": "2026-04-09T01:30:45.745693153Z", + "Created": "2026-04-09T08:36:50.284294727Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5379221676856211, + "StableID": "n6UfJr2G1j11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:d68681e3190e07adeb805f76f0da322996f8e561b986f7a3351ff57b35009a76", + "Addresses": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "AllowedIPs": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "Endpoints": ["77.164.248.136:51073", "10.65.0.27:51073", "172.17.0.1:51073"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62339}, + {"Proto": "peerapi6", "Port": 62339} + ]}, + "Created": "2026-04-09T08:36:49.213259725Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5518489195885314, + "StableID": "nXKb4WML6k11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:3fa1ad627c092d1d312629cc2d416a066a13933b0b9d49b4a1a573eb8b894d4b", + "Addresses": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "AllowedIPs": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "Endpoints": ["77.164.248.136:42346", "10.65.0.27:42346", "172.17.0.1:42346"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59035}, + {"Proto": "peerapi6", "Port": 59035} + ]}, + "Created": "2026-04-09T08:36:49.743396097Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6835726775195350, + "StableID": "nH66HAxuNv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "DiscoKey": "discokey:2406490d3df36b864f3cd9383165a35c1d7abe7c09a8724b80a780418c1bf47e", + "Addresses": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "AllowedIPs": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "Endpoints": ["77.164.248.136:45951", "10.65.0.27:45951", "172.17.0.1:45951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37790}, + {"Proto": "peerapi6", "Port": 37790} + ]}, + "Created": "2026-04-09T08:36:48.678132337Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7556193580458125, + "StableID": "n8AgjkPD1221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "DiscoKey": "discokey:e4def4f7ba31bb3d4d0adf01a332f8eedb35d254da528ff3c90b5a9e7e333e2f", + "Addresses": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "AllowedIPs": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "Endpoints": ["77.164.248.136:52528", "10.65.0.27:52528", "172.17.0.1:52528"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43509}, + {"Proto": "peerapi6", "Port": 43509} + ]}, + "Created": "2026-04-09T08:36:43.322665275Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7631105376590416, + "StableID": "nBWvdVC9b221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "DiscoKey": "discokey:aedfd3b0e89de844d0629871b8f515f334e9a3f7faff551bebfd737d17270860", + "Addresses": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "AllowedIPs": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "Endpoints": ["77.164.248.136:39555", "10.65.0.27:39555", "172.17.0.1:39555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64491}, + {"Proto": "peerapi6", "Port": 64491} + ]}, + "Created": "2026-04-09T08:36:44.40292255Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7873291468922429, + "StableID": "nc4kHw1qU421CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "DiscoKey": "discokey:c1c0022f94a19b5ff05d7803cdb3da823a31033be912fb9e76f1d73c3e02ec44", + "Addresses": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "AllowedIPs": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "Endpoints": ["77.164.248.136:59820", "10.65.0.27:59820", "172.17.0.1:59820"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 50379}, + {"Proto": "peerapi6", "Port": 50379} + ]}, + "Created": "2026-04-09T08:36:45.45395016Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8990993054942368, + "StableID": "nPJF4D93DD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "DiscoKey": "discokey:0b3d8ab588c747ccaf30edce090b0d7f6ea7c301b0d27ed2c77429cda591eb39", + "Addresses": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "AllowedIPs": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "Endpoints": ["77.164.248.136:39810", "10.65.0.27:39810", "172.17.0.1:39810"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44300}, + {"Proto": "peerapi6", "Port": 44300} + ]}, + "Created": "2026-04-09T08:36:47.590763047Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5202,27 +5211,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6432074742870384": { - "ID": 6432074742870384, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "640200362937406": { + "ID": 640200362937406, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5253,26 +5264,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 518952127497242, - "StableID": "nPKTSZz24511CNTRL", + "ID": 1470562378962887, + "StableID": "nCm2jSB2VC11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 518952127497242, - "Key": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "DiscoKey": "discokey:f0fddf31e4b143e6c1fcda1ef027dae84098210f39b97c10b80a02d3151bed08", - "Addresses": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "AllowedIPs": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "Endpoints": ["77.164.248.136:38485", "10.65.0.27:38485", "172.17.0.1:38485"], + "User": 1470562378962887, + "Key": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "DiscoKey": "discokey:0bc2c5ab5edde32d8b800e6be5372d7697d87745867bc80ab48b33a8928cbb44", + "Addresses": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "AllowedIPs": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "Endpoints": ["77.164.248.136:44824", "10.65.0.27:44824", "172.17.0.1:44824"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 56989}, - {"Proto": "peerapi6", "Port": 56989}, + {"Proto": "peerapi4", "Port": 61664}, + {"Proto": "peerapi6", "Port": 61664}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:30:41.691656441Z", + "Created": "2026-04-09T08:36:46.523176634Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5300,301 +5311,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "MachineKey": "mkey:a27ad5763fac1dcd4ad946b165a0d619b47b107f2a072a9245bf74ad7090d910", + "NodeKey": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "MachineKey": "mkey:159220d08b11ab48beacf9db9b1fefc31ab2cd8093d23928fa5452b206169b7e", "Peers": [{ - "ID": 506421946349641, - "StableID": "nG6qE4rMx411CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "DiscoKey": "discokey:0d5f1cbcaf2b5ab8b015702f2397274ce995ab73a9d85e38d00c473cc553916d", - "Addresses": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "AllowedIPs": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "Endpoints": ["77.164.248.136:57789", "10.65.0.27:57789", "172.17.0.1:57789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47417}, - {"Proto": "peerapi6", "Port": 47417} - ]}, - "Created": "2026-04-09T01:30:40.056075415Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1640999314513652, - "StableID": "njLx5dGDpD11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:b067f22950c1b355baeee7e570ee13a7ca5d765cea9a96087dd3dd69dbf03675", - "Addresses": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "AllowedIPs": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "Endpoints": ["77.164.248.136:36930", "10.65.0.27:36930", "172.17.0.1:36930"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62935}, - {"Proto": "peerapi6", "Port": 62935} - ]}, - "Created": "2026-04-09T01:30:45.186800757Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1673670476421431, - "StableID": "nSLbn9V15E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "KeyExpiry": "2026-10-06T01:30:44Z", - "DiscoKey": "discokey:ff37a1f0307dc78f37a5adac3352050a05d3e2bb591c87b36833cf1e350eb415", - "Addresses": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "AllowedIPs": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "Endpoints": ["77.164.248.136:38635", "10.65.0.27:38635", "172.17.0.1:38635"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 51135}, - {"Proto": "peerapi6", "Port": 51135} - ]}, - "Created": "2026-04-09T01:30:44.398185191Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1888944471369464, - "StableID": "nj2pYMNWkF11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "DiscoKey": "discokey:5e5ec8b7c8ecb2ceedb1d0e4aeafdc4522d365a2e7a2796e26092e4f71ef4a39", - "Addresses": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "AllowedIPs": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "Endpoints": ["77.164.248.136:38661", "10.65.0.27:38661", "172.17.0.1:38661"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63200}, - {"Proto": "peerapi6", "Port": 63200} - ]}, - "Created": "2026-04-09T01:30:39.516585178Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2049943098844569, - "StableID": "nvRnwgXR1H11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "DiscoKey": "discokey:2cf17b139241eea28d7876568799c3ded54d8ba754b02d93bbb9bd7567b1c563", - "Addresses": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "AllowedIPs": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "Endpoints": ["77.164.248.136:51928", "10.65.0.27:51928", "172.17.0.1:51928"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 40738}, - {"Proto": "peerapi6", "Port": 40738} - ]}, - "Created": "2026-04-09T01:30:40.603487667Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2327632263222873, - "StableID": "nxtvVFxBBK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "DiscoKey": "discokey:b3117ffe79bca6420e93249bcab4b0b456d8f72c55f31a88a5cc94e2e0e28b45", - "Addresses": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "AllowedIPs": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "Endpoints": ["77.164.248.136:52827", "10.65.0.27:52827", "172.17.0.1:52827"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 51756}, - {"Proto": "peerapi6", "Port": 51756} - ]}, - "Created": "2026-04-09T01:30:42.776566708Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2736971251649922, - "StableID": "nZ44CSbaNN11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "DiscoKey": "discokey:0f8570b05ad536a6613f31431f0da89f968462e4bde04b9c48ea61ccf42d3f52", - "Addresses": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "AllowedIPs": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "Endpoints": ["77.164.248.136:47924", "10.65.0.27:47924", "172.17.0.1:47924"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33794}, - {"Proto": "peerapi6", "Port": 33794} - ]}, - "Created": "2026-04-09T01:30:38.426514415Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3612065972824886, - "StableID": "nZ8d5CruCV11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "DiscoKey": "discokey:ec16ac6956f0811fa08cb1c9d8863b6340da6abc154b53eacff29c9748809d4a", - "Addresses": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "AllowedIPs": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "Endpoints": ["77.164.248.136:36632", "10.65.0.27:36632", "172.17.0.1:36632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55482}, - {"Proto": "peerapi6", "Port": 55482} - ]}, - "Created": "2026-04-09T01:30:41.152033487Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3901810204453671, - "StableID": "nrvUePw8UX11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "DiscoKey": "discokey:38c03163d3f5c9ec7693492a1d398da6f8cb2f966adf88edb3867121f702307b", - "Addresses": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "AllowedIPs": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "Endpoints": ["77.164.248.136:35971", "10.65.0.27:35971", "172.17.0.1:35971"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62641}, - {"Proto": "peerapi6", "Port": 62641} - ]}, - "Created": "2026-04-09T01:30:42.237239757Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5137631997852024, - "StableID": "nTY3f5tq7h11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "DiscoKey": "discokey:2b92119f329733d06733493f8831f6e191e8f1490f4aa6d18a08db4be83d6c30", - "Addresses": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "AllowedIPs": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "Endpoints": ["77.164.248.136:38946", "10.65.0.27:38946", "172.17.0.1:38946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 52319}, - {"Proto": "peerapi6", "Port": 52319} - ]}, - "Created": "2026-04-09T01:30:37.732381742Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5805478440817259, - "StableID": "neSWtJ5KLn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "DiscoKey": "discokey:7a6d1ab0f097c7b97d2352b69afc485a3a26b3dfd3e593ae006a727aeb130b72", - "Addresses": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "AllowedIPs": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57869}, - {"Proto": "peerapi6", "Port": 57869} - ]}, - "Created": "2026-04-09T01:30:43.856043008Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6432074742870384, - "StableID": "nyVVRQh6Es11CNTRL", + "ID": 640200362937406, + "StableID": "nFbxoiywz511CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "DiscoKey": "discokey:40e45e3009ff886154d255ed603780ac0ba1f28950e0e81547d562394ecb3f03", - "Addresses": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "AllowedIPs": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "Endpoints": ["77.164.248.136:53186", "10.65.0.27:53186", "172.17.0.1:53186"], + "Key": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "DiscoKey": "discokey:d7cf47979a8ac8d0bb8e3a44d475e4d753230e505bf90ee413ba7346fb9c6a51", + "Addresses": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "AllowedIPs": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38802}, - {"Proto": "peerapi6", "Port": 38802} + {"Proto": "peerapi4", "Port": 65436}, + {"Proto": "peerapi6", "Port": 65436} ]}, - "Created": "2026-04-09T01:30:38.97509857Z", + "Created": "2026-04-09T08:36:43.863220078Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 6888123530709109, - "StableID": "nQnz8rKenv11CNTRL", + "ID": 820957517665246, + "StableID": "ndUkbPApQ711CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "DiscoKey": "discokey:0cd491ec204a1f6551c45b7988fdcab7b8c0081caf97c82713729253383ccd24", + "Addresses": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "AllowedIPs": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "Endpoints": ["77.164.248.136:51313", "10.65.0.27:51313", "172.17.0.1:51313"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 40143}, + {"Proto": "peerapi6", "Port": 40143} + ]}, + "Created": "2026-04-09T08:36:44.925747526Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1014441549716849, + "StableID": "nEyUxEfSv811CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "DiscoKey": "discokey:ee115957eb48e63c188e399199a8accce4d869e025c19934e4ae858172fb5b75", + "Addresses": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "AllowedIPs": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "Endpoints": ["77.164.248.136:41497", "10.65.0.27:41497", "172.17.0.1:41497"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54180}, + {"Proto": "peerapi6", "Port": 54180} + ]}, + "Created": "2026-04-09T08:36:42.837743051Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 2662931350668951, + "StableID": "nGqMg5h3oM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "DiscoKey": "discokey:fc0de67d3f862af8560cb444edc45a7b8f303086e298e0cbbc57ee6266fa4455", + "Addresses": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "AllowedIPs": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "Endpoints": ["77.164.248.136:35232", "10.65.0.27:35232", "172.17.0.1:35232"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42896}, + {"Proto": "peerapi6", "Port": 42896} + ]}, + "Created": "2026-04-09T08:36:45.97985365Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3637617974826025, + "StableID": "ntgszE4VQV11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "DiscoKey": "discokey:cbb985f6a734b551f7112b77a141cd559ae5eef28099ae6b5637e97975b3b721", + "Addresses": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "AllowedIPs": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "Endpoints": ["77.164.248.136:55572", "10.65.0.27:55572", "172.17.0.1:55572"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48963}, + {"Proto": "peerapi6", "Port": 48963} + ]}, + "Created": "2026-04-09T08:36:47.055919958Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4775774107686068, + "StableID": "n7nW2HVxHe11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "DiscoKey": "discokey:2c67d1e0ef95469299e7523500aa92e723798f7489415468274e70349737ea28", - "Addresses": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "AllowedIPs": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "Endpoints": ["77.164.248.136:41333", "10.65.0.27:41333", "172.17.0.1:41333"], + "Key": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "DiscoKey": "discokey:46eb951c4237d3ee4e041364f5551dd8c332f0b34e9bf2def27fa1b2efc4b830", + "Addresses": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "AllowedIPs": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "Endpoints": ["77.164.248.136:37394", "10.65.0.27:37394", "172.17.0.1:37394"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 44244}, - {"Proto": "peerapi6", "Port": 44244} + {"Proto": "peerapi4", "Port": 47095}, + {"Proto": "peerapi6", "Port": 47095} ]}, - "Created": "2026-04-09T01:30:43.32520078Z", + "Created": "2026-04-09T08:36:48.131063724Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7837011360071715, - "StableID": "nrkgJxzPC421CNTRL", + "ID": 5351486556412345, + "StableID": "nJbkggUhni11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:3367b75df53283e84b774dc2549abda3f25700934815ba89f8683afeac789f55", - "Addresses": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "AllowedIPs": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "Endpoints": ["77.164.248.136:46528", "10.65.0.27:46528", "172.17.0.1:46528"], + "Key": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "KeyExpiry": "2026-10-06T08:36:50Z", + "DiscoKey": "discokey:ed197bd8ebf0f69b003e84b6bf329b889a4ecede47a66a5357aff588bc5c4d19", + "Addresses": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "AllowedIPs": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "Endpoints": ["77.164.248.136:56516", "10.65.0.27:56516", "172.17.0.1:56516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41588}, - {"Proto": "peerapi6", "Port": 41588} + {"Proto": "peerapi4", "Port": 54191}, + {"Proto": "peerapi6", "Port": 54191} ]}, - "Created": "2026-04-09T01:30:45.745693153Z", + "Created": "2026-04-09T08:36:50.284294727Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5379221676856211, + "StableID": "n6UfJr2G1j11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:d68681e3190e07adeb805f76f0da322996f8e561b986f7a3351ff57b35009a76", + "Addresses": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "AllowedIPs": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "Endpoints": ["77.164.248.136:51073", "10.65.0.27:51073", "172.17.0.1:51073"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62339}, + {"Proto": "peerapi6", "Port": 62339} + ]}, + "Created": "2026-04-09T08:36:49.213259725Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5518489195885314, + "StableID": "nXKb4WML6k11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:3fa1ad627c092d1d312629cc2d416a066a13933b0b9d49b4a1a573eb8b894d4b", + "Addresses": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "AllowedIPs": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "Endpoints": ["77.164.248.136:42346", "10.65.0.27:42346", "172.17.0.1:42346"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59035}, + {"Proto": "peerapi6", "Port": 59035} + ]}, + "Created": "2026-04-09T08:36:49.743396097Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6835726775195350, + "StableID": "nH66HAxuNv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "DiscoKey": "discokey:2406490d3df36b864f3cd9383165a35c1d7abe7c09a8724b80a780418c1bf47e", + "Addresses": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "AllowedIPs": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "Endpoints": ["77.164.248.136:45951", "10.65.0.27:45951", "172.17.0.1:45951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37790}, + {"Proto": "peerapi6", "Port": 37790} + ]}, + "Created": "2026-04-09T08:36:48.678132337Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7556193580458125, + "StableID": "n8AgjkPD1221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "DiscoKey": "discokey:e4def4f7ba31bb3d4d0adf01a332f8eedb35d254da528ff3c90b5a9e7e333e2f", + "Addresses": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "AllowedIPs": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "Endpoints": ["77.164.248.136:52528", "10.65.0.27:52528", "172.17.0.1:52528"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43509}, + {"Proto": "peerapi6", "Port": 43509} + ]}, + "Created": "2026-04-09T08:36:43.322665275Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7631105376590416, + "StableID": "nBWvdVC9b221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "DiscoKey": "discokey:aedfd3b0e89de844d0629871b8f515f334e9a3f7faff551bebfd737d17270860", + "Addresses": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "AllowedIPs": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "Endpoints": ["77.164.248.136:39555", "10.65.0.27:39555", "172.17.0.1:39555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64491}, + {"Proto": "peerapi6", "Port": 64491} + ]}, + "Created": "2026-04-09T08:36:44.40292255Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7873291468922429, + "StableID": "nc4kHw1qU421CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "DiscoKey": "discokey:c1c0022f94a19b5ff05d7803cdb3da823a31033be912fb9e76f1d73c3e02ec44", + "Addresses": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "AllowedIPs": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "Endpoints": ["77.164.248.136:59820", "10.65.0.27:59820", "172.17.0.1:59820"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 50379}, + {"Proto": "peerapi6", "Port": 50379} + ]}, + "Created": "2026-04-09T08:36:45.45395016Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8990993054942368, + "StableID": "nPJF4D93DD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "DiscoKey": "discokey:0b3d8ab588c747ccaf30edce090b0d7f6ea7c301b0d27ed2c77429cda591eb39", + "Addresses": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "AllowedIPs": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "Endpoints": ["77.164.248.136:39810", "10.65.0.27:39810", "172.17.0.1:39810"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44300}, + {"Proto": "peerapi6", "Port": 44300} + ]}, + "Created": "2026-04-09T08:36:47.590763047Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6442,27 +6454,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "518952127497242": { - "ID": 518952127497242, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1470562378962887": { + "ID": 1470562378962887, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6493,22 +6507,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1673670476421431, - "StableID": "nSLbn9V15E11CNTRL", + "ID": 5379221676856211, + "StableID": "n6UfJr2G1j11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "KeyExpiry": "2026-10-06T01:30:44Z", - "DiscoKey": "discokey:ff37a1f0307dc78f37a5adac3352050a05d3e2bb591c87b36833cf1e350eb415", - "Addresses": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "AllowedIPs": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "Endpoints": ["77.164.248.136:38635", "10.65.0.27:38635", "172.17.0.1:38635"], + "Key": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:d68681e3190e07adeb805f76f0da322996f8e561b986f7a3351ff57b35009a76", + "Addresses": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "AllowedIPs": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "Endpoints": ["77.164.248.136:51073", "10.65.0.27:51073", "172.17.0.1:51073"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 51135}, - {"Proto": "peerapi6", "Port": 51135}, + {"Proto": "peerapi4", "Port": 62339}, + {"Proto": "peerapi6", "Port": 62339}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:44.398185191Z", + "Created": "2026-04-09T08:36:49.213259725Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6535,301 +6549,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "MachineKey": "mkey:b19a79a90b7c0eb66686eb4bd658c8624bcda15a7519143d4494556341b64d44", + "NodeKey": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "MachineKey": "mkey:ffedea3bc3423a599d60080c4ed78d9c57fcf31ac87a6e7bcd513fd4dbf95962", "Peers": [{ - "ID": 506421946349641, - "StableID": "nG6qE4rMx411CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "DiscoKey": "discokey:0d5f1cbcaf2b5ab8b015702f2397274ce995ab73a9d85e38d00c473cc553916d", - "Addresses": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "AllowedIPs": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "Endpoints": ["77.164.248.136:57789", "10.65.0.27:57789", "172.17.0.1:57789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47417}, - {"Proto": "peerapi6", "Port": 47417} - ]}, - "Created": "2026-04-09T01:30:40.056075415Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 518952127497242, - "StableID": "nPKTSZz24511CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "DiscoKey": "discokey:f0fddf31e4b143e6c1fcda1ef027dae84098210f39b97c10b80a02d3151bed08", - "Addresses": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "AllowedIPs": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "Endpoints": ["77.164.248.136:38485", "10.65.0.27:38485", "172.17.0.1:38485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56989}, - {"Proto": "peerapi6", "Port": 56989} - ]}, - "Created": "2026-04-09T01:30:41.691656441Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1640999314513652, - "StableID": "njLx5dGDpD11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:b067f22950c1b355baeee7e570ee13a7ca5d765cea9a96087dd3dd69dbf03675", - "Addresses": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "AllowedIPs": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "Endpoints": ["77.164.248.136:36930", "10.65.0.27:36930", "172.17.0.1:36930"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62935}, - {"Proto": "peerapi6", "Port": 62935} - ]}, - "Created": "2026-04-09T01:30:45.186800757Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1888944471369464, - "StableID": "nj2pYMNWkF11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "DiscoKey": "discokey:5e5ec8b7c8ecb2ceedb1d0e4aeafdc4522d365a2e7a2796e26092e4f71ef4a39", - "Addresses": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "AllowedIPs": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "Endpoints": ["77.164.248.136:38661", "10.65.0.27:38661", "172.17.0.1:38661"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63200}, - {"Proto": "peerapi6", "Port": 63200} - ]}, - "Created": "2026-04-09T01:30:39.516585178Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2049943098844569, - "StableID": "nvRnwgXR1H11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "DiscoKey": "discokey:2cf17b139241eea28d7876568799c3ded54d8ba754b02d93bbb9bd7567b1c563", - "Addresses": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "AllowedIPs": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "Endpoints": ["77.164.248.136:51928", "10.65.0.27:51928", "172.17.0.1:51928"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 40738}, - {"Proto": "peerapi6", "Port": 40738} - ]}, - "Created": "2026-04-09T01:30:40.603487667Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2327632263222873, - "StableID": "nxtvVFxBBK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "DiscoKey": "discokey:b3117ffe79bca6420e93249bcab4b0b456d8f72c55f31a88a5cc94e2e0e28b45", - "Addresses": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "AllowedIPs": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "Endpoints": ["77.164.248.136:52827", "10.65.0.27:52827", "172.17.0.1:52827"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 51756}, - {"Proto": "peerapi6", "Port": 51756} - ]}, - "Created": "2026-04-09T01:30:42.776566708Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2736971251649922, - "StableID": "nZ44CSbaNN11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "DiscoKey": "discokey:0f8570b05ad536a6613f31431f0da89f968462e4bde04b9c48ea61ccf42d3f52", - "Addresses": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "AllowedIPs": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "Endpoints": ["77.164.248.136:47924", "10.65.0.27:47924", "172.17.0.1:47924"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33794}, - {"Proto": "peerapi6", "Port": 33794} - ]}, - "Created": "2026-04-09T01:30:38.426514415Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3612065972824886, - "StableID": "nZ8d5CruCV11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "DiscoKey": "discokey:ec16ac6956f0811fa08cb1c9d8863b6340da6abc154b53eacff29c9748809d4a", - "Addresses": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "AllowedIPs": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "Endpoints": ["77.164.248.136:36632", "10.65.0.27:36632", "172.17.0.1:36632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55482}, - {"Proto": "peerapi6", "Port": 55482} - ]}, - "Created": "2026-04-09T01:30:41.152033487Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3901810204453671, - "StableID": "nrvUePw8UX11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "DiscoKey": "discokey:38c03163d3f5c9ec7693492a1d398da6f8cb2f966adf88edb3867121f702307b", - "Addresses": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "AllowedIPs": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "Endpoints": ["77.164.248.136:35971", "10.65.0.27:35971", "172.17.0.1:35971"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62641}, - {"Proto": "peerapi6", "Port": 62641} - ]}, - "Created": "2026-04-09T01:30:42.237239757Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5137631997852024, - "StableID": "nTY3f5tq7h11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "DiscoKey": "discokey:2b92119f329733d06733493f8831f6e191e8f1490f4aa6d18a08db4be83d6c30", - "Addresses": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "AllowedIPs": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "Endpoints": ["77.164.248.136:38946", "10.65.0.27:38946", "172.17.0.1:38946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 52319}, - {"Proto": "peerapi6", "Port": 52319} - ]}, - "Created": "2026-04-09T01:30:37.732381742Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5805478440817259, - "StableID": "neSWtJ5KLn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "DiscoKey": "discokey:7a6d1ab0f097c7b97d2352b69afc485a3a26b3dfd3e593ae006a727aeb130b72", - "Addresses": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "AllowedIPs": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57869}, - {"Proto": "peerapi6", "Port": 57869} - ]}, - "Created": "2026-04-09T01:30:43.856043008Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6432074742870384, - "StableID": "nyVVRQh6Es11CNTRL", + "ID": 640200362937406, + "StableID": "nFbxoiywz511CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "DiscoKey": "discokey:40e45e3009ff886154d255ed603780ac0ba1f28950e0e81547d562394ecb3f03", - "Addresses": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "AllowedIPs": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "Endpoints": ["77.164.248.136:53186", "10.65.0.27:53186", "172.17.0.1:53186"], + "Key": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "DiscoKey": "discokey:d7cf47979a8ac8d0bb8e3a44d475e4d753230e505bf90ee413ba7346fb9c6a51", + "Addresses": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "AllowedIPs": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38802}, - {"Proto": "peerapi6", "Port": 38802} + {"Proto": "peerapi4", "Port": 65436}, + {"Proto": "peerapi6", "Port": 65436} ]}, - "Created": "2026-04-09T01:30:38.97509857Z", + "Created": "2026-04-09T08:36:43.863220078Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 6888123530709109, - "StableID": "nQnz8rKenv11CNTRL", + "ID": 820957517665246, + "StableID": "ndUkbPApQ711CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "DiscoKey": "discokey:0cd491ec204a1f6551c45b7988fdcab7b8c0081caf97c82713729253383ccd24", + "Addresses": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "AllowedIPs": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "Endpoints": ["77.164.248.136:51313", "10.65.0.27:51313", "172.17.0.1:51313"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 40143}, + {"Proto": "peerapi6", "Port": 40143} + ]}, + "Created": "2026-04-09T08:36:44.925747526Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1014441549716849, + "StableID": "nEyUxEfSv811CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "DiscoKey": "discokey:ee115957eb48e63c188e399199a8accce4d869e025c19934e4ae858172fb5b75", + "Addresses": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "AllowedIPs": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "Endpoints": ["77.164.248.136:41497", "10.65.0.27:41497", "172.17.0.1:41497"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54180}, + {"Proto": "peerapi6", "Port": 54180} + ]}, + "Created": "2026-04-09T08:36:42.837743051Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 1470562378962887, + "StableID": "nCm2jSB2VC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "DiscoKey": "discokey:0bc2c5ab5edde32d8b800e6be5372d7697d87745867bc80ab48b33a8928cbb44", + "Addresses": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "AllowedIPs": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "Endpoints": ["77.164.248.136:44824", "10.65.0.27:44824", "172.17.0.1:44824"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61664}, + {"Proto": "peerapi6", "Port": 61664} + ]}, + "Created": "2026-04-09T08:36:46.523176634Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2662931350668951, + "StableID": "nGqMg5h3oM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "DiscoKey": "discokey:fc0de67d3f862af8560cb444edc45a7b8f303086e298e0cbbc57ee6266fa4455", + "Addresses": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "AllowedIPs": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "Endpoints": ["77.164.248.136:35232", "10.65.0.27:35232", "172.17.0.1:35232"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42896}, + {"Proto": "peerapi6", "Port": 42896} + ]}, + "Created": "2026-04-09T08:36:45.97985365Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3637617974826025, + "StableID": "ntgszE4VQV11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "DiscoKey": "discokey:cbb985f6a734b551f7112b77a141cd559ae5eef28099ae6b5637e97975b3b721", + "Addresses": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "AllowedIPs": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "Endpoints": ["77.164.248.136:55572", "10.65.0.27:55572", "172.17.0.1:55572"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48963}, + {"Proto": "peerapi6", "Port": 48963} + ]}, + "Created": "2026-04-09T08:36:47.055919958Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4775774107686068, + "StableID": "n7nW2HVxHe11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "DiscoKey": "discokey:2c67d1e0ef95469299e7523500aa92e723798f7489415468274e70349737ea28", - "Addresses": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "AllowedIPs": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "Endpoints": ["77.164.248.136:41333", "10.65.0.27:41333", "172.17.0.1:41333"], + "Key": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "DiscoKey": "discokey:46eb951c4237d3ee4e041364f5551dd8c332f0b34e9bf2def27fa1b2efc4b830", + "Addresses": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "AllowedIPs": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "Endpoints": ["77.164.248.136:37394", "10.65.0.27:37394", "172.17.0.1:37394"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 44244}, - {"Proto": "peerapi6", "Port": 44244} + {"Proto": "peerapi4", "Port": 47095}, + {"Proto": "peerapi6", "Port": 47095} ]}, - "Created": "2026-04-09T01:30:43.32520078Z", + "Created": "2026-04-09T08:36:48.131063724Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7837011360071715, - "StableID": "nrkgJxzPC421CNTRL", + "ID": 5351486556412345, + "StableID": "nJbkggUhni11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:3367b75df53283e84b774dc2549abda3f25700934815ba89f8683afeac789f55", - "Addresses": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "AllowedIPs": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "Endpoints": ["77.164.248.136:46528", "10.65.0.27:46528", "172.17.0.1:46528"], + "Key": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "KeyExpiry": "2026-10-06T08:36:50Z", + "DiscoKey": "discokey:ed197bd8ebf0f69b003e84b6bf329b889a4ecede47a66a5357aff588bc5c4d19", + "Addresses": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "AllowedIPs": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "Endpoints": ["77.164.248.136:56516", "10.65.0.27:56516", "172.17.0.1:56516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41588}, - {"Proto": "peerapi6", "Port": 41588} + {"Proto": "peerapi4", "Port": 54191}, + {"Proto": "peerapi6", "Port": 54191} ]}, - "Created": "2026-04-09T01:30:45.745693153Z", + "Created": "2026-04-09T08:36:50.284294727Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5518489195885314, + "StableID": "nXKb4WML6k11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:3fa1ad627c092d1d312629cc2d416a066a13933b0b9d49b4a1a573eb8b894d4b", + "Addresses": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "AllowedIPs": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "Endpoints": ["77.164.248.136:42346", "10.65.0.27:42346", "172.17.0.1:42346"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59035}, + {"Proto": "peerapi6", "Port": 59035} + ]}, + "Created": "2026-04-09T08:36:49.743396097Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6835726775195350, + "StableID": "nH66HAxuNv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "DiscoKey": "discokey:2406490d3df36b864f3cd9383165a35c1d7abe7c09a8724b80a780418c1bf47e", + "Addresses": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "AllowedIPs": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "Endpoints": ["77.164.248.136:45951", "10.65.0.27:45951", "172.17.0.1:45951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37790}, + {"Proto": "peerapi6", "Port": 37790} + ]}, + "Created": "2026-04-09T08:36:48.678132337Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7556193580458125, + "StableID": "n8AgjkPD1221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "DiscoKey": "discokey:e4def4f7ba31bb3d4d0adf01a332f8eedb35d254da528ff3c90b5a9e7e333e2f", + "Addresses": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "AllowedIPs": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "Endpoints": ["77.164.248.136:52528", "10.65.0.27:52528", "172.17.0.1:52528"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43509}, + {"Proto": "peerapi6", "Port": 43509} + ]}, + "Created": "2026-04-09T08:36:43.322665275Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7631105376590416, + "StableID": "nBWvdVC9b221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "DiscoKey": "discokey:aedfd3b0e89de844d0629871b8f515f334e9a3f7faff551bebfd737d17270860", + "Addresses": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "AllowedIPs": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "Endpoints": ["77.164.248.136:39555", "10.65.0.27:39555", "172.17.0.1:39555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64491}, + {"Proto": "peerapi6", "Port": 64491} + ]}, + "Created": "2026-04-09T08:36:44.40292255Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7873291468922429, + "StableID": "nc4kHw1qU421CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "DiscoKey": "discokey:c1c0022f94a19b5ff05d7803cdb3da823a31033be912fb9e76f1d73c3e02ec44", + "Addresses": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "AllowedIPs": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "Endpoints": ["77.164.248.136:59820", "10.65.0.27:59820", "172.17.0.1:59820"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 50379}, + {"Proto": "peerapi6", "Port": 50379} + ]}, + "Created": "2026-04-09T08:36:45.45395016Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8990993054942368, + "StableID": "nPJF4D93DD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "DiscoKey": "discokey:0b3d8ab588c747ccaf30edce090b0d7f6ea7c301b0d27ed2c77429cda591eb39", + "Addresses": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "AllowedIPs": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "Endpoints": ["77.164.248.136:39810", "10.65.0.27:39810", "172.17.0.1:39810"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44300}, + {"Proto": "peerapi6", "Port": 44300} + ]}, + "Created": "2026-04-09T08:36:47.590763047Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6857,7 +6872,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.85.137.80"}, {"nodeIP": "fd7a:115c:a1e0::537:8950"}], + "principals": [{"nodeIP": "100.119.42.41"}, {"nodeIP": "fd7a:115c:a1e0::e737:2a29"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -7686,26 +7701,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.85.137.80"}, {"nodeIP": "fd7a:115c:a1e0::537:8950"}], + "principals": [{"nodeIP": "100.119.42.41"}, {"nodeIP": "fd7a:115c:a1e0::e737:2a29"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -7742,21 +7758,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6888123530709109, - "StableID": "nQnz8rKenv11CNTRL", + "ID": 4775774107686068, + "StableID": "n7nW2HVxHe11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 6888123530709109, - "Key": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "DiscoKey": "discokey:2c67d1e0ef95469299e7523500aa92e723798f7489415468274e70349737ea28", - "Addresses": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "AllowedIPs": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "Endpoints": ["77.164.248.136:41333", "10.65.0.27:41333", "172.17.0.1:41333"], + "User": 4775774107686068, + "Key": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "DiscoKey": "discokey:46eb951c4237d3ee4e041364f5551dd8c332f0b34e9bf2def27fa1b2efc4b830", + "Addresses": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "AllowedIPs": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "Endpoints": ["77.164.248.136:37394", "10.65.0.27:37394", "172.17.0.1:37394"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 44244}, - {"Proto": "peerapi6", "Port": 44244}, + {"Proto": "peerapi4", "Port": 47095}, + {"Proto": "peerapi6", "Port": 47095}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:43.32520078Z", + "Created": "2026-04-09T08:36:48.131063724Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7784,299 +7800,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "MachineKey": "mkey:cc15ca9d81c9ab1d9fa37742aa665ff7368b55090ba7438b2db5a34198768351", + "NodeKey": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "MachineKey": "mkey:b06406155df5cc5152f826e840a229ed74c6ba1fdcfe452968e710468b123e36", "Peers": [{ - "ID": 506421946349641, - "StableID": "nG6qE4rMx411CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "DiscoKey": "discokey:0d5f1cbcaf2b5ab8b015702f2397274ce995ab73a9d85e38d00c473cc553916d", - "Addresses": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "AllowedIPs": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "Endpoints": ["77.164.248.136:57789", "10.65.0.27:57789", "172.17.0.1:57789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47417}, - {"Proto": "peerapi6", "Port": 47417} - ]}, - "Created": "2026-04-09T01:30:40.056075415Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 518952127497242, - "StableID": "nPKTSZz24511CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "DiscoKey": "discokey:f0fddf31e4b143e6c1fcda1ef027dae84098210f39b97c10b80a02d3151bed08", - "Addresses": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "AllowedIPs": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "Endpoints": ["77.164.248.136:38485", "10.65.0.27:38485", "172.17.0.1:38485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56989}, - {"Proto": "peerapi6", "Port": 56989} - ]}, - "Created": "2026-04-09T01:30:41.691656441Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1640999314513652, - "StableID": "njLx5dGDpD11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:b067f22950c1b355baeee7e570ee13a7ca5d765cea9a96087dd3dd69dbf03675", - "Addresses": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "AllowedIPs": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "Endpoints": ["77.164.248.136:36930", "10.65.0.27:36930", "172.17.0.1:36930"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62935}, - {"Proto": "peerapi6", "Port": 62935} - ]}, - "Created": "2026-04-09T01:30:45.186800757Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1673670476421431, - "StableID": "nSLbn9V15E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "KeyExpiry": "2026-10-06T01:30:44Z", - "DiscoKey": "discokey:ff37a1f0307dc78f37a5adac3352050a05d3e2bb591c87b36833cf1e350eb415", - "Addresses": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "AllowedIPs": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "Endpoints": ["77.164.248.136:38635", "10.65.0.27:38635", "172.17.0.1:38635"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 51135}, - {"Proto": "peerapi6", "Port": 51135} - ]}, - "Created": "2026-04-09T01:30:44.398185191Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1888944471369464, - "StableID": "nj2pYMNWkF11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "DiscoKey": "discokey:5e5ec8b7c8ecb2ceedb1d0e4aeafdc4522d365a2e7a2796e26092e4f71ef4a39", - "Addresses": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "AllowedIPs": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "Endpoints": ["77.164.248.136:38661", "10.65.0.27:38661", "172.17.0.1:38661"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63200}, - {"Proto": "peerapi6", "Port": 63200} - ]}, - "Created": "2026-04-09T01:30:39.516585178Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2049943098844569, - "StableID": "nvRnwgXR1H11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "DiscoKey": "discokey:2cf17b139241eea28d7876568799c3ded54d8ba754b02d93bbb9bd7567b1c563", - "Addresses": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "AllowedIPs": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "Endpoints": ["77.164.248.136:51928", "10.65.0.27:51928", "172.17.0.1:51928"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 40738}, - {"Proto": "peerapi6", "Port": 40738} - ]}, - "Created": "2026-04-09T01:30:40.603487667Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2327632263222873, - "StableID": "nxtvVFxBBK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "DiscoKey": "discokey:b3117ffe79bca6420e93249bcab4b0b456d8f72c55f31a88a5cc94e2e0e28b45", - "Addresses": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "AllowedIPs": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "Endpoints": ["77.164.248.136:52827", "10.65.0.27:52827", "172.17.0.1:52827"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 51756}, - {"Proto": "peerapi6", "Port": 51756} - ]}, - "Created": "2026-04-09T01:30:42.776566708Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2736971251649922, - "StableID": "nZ44CSbaNN11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "DiscoKey": "discokey:0f8570b05ad536a6613f31431f0da89f968462e4bde04b9c48ea61ccf42d3f52", - "Addresses": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "AllowedIPs": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "Endpoints": ["77.164.248.136:47924", "10.65.0.27:47924", "172.17.0.1:47924"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33794}, - {"Proto": "peerapi6", "Port": 33794} - ]}, - "Created": "2026-04-09T01:30:38.426514415Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3612065972824886, - "StableID": "nZ8d5CruCV11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "DiscoKey": "discokey:ec16ac6956f0811fa08cb1c9d8863b6340da6abc154b53eacff29c9748809d4a", - "Addresses": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "AllowedIPs": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "Endpoints": ["77.164.248.136:36632", "10.65.0.27:36632", "172.17.0.1:36632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55482}, - {"Proto": "peerapi6", "Port": 55482} - ]}, - "Created": "2026-04-09T01:30:41.152033487Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3901810204453671, - "StableID": "nrvUePw8UX11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "DiscoKey": "discokey:38c03163d3f5c9ec7693492a1d398da6f8cb2f966adf88edb3867121f702307b", - "Addresses": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "AllowedIPs": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "Endpoints": ["77.164.248.136:35971", "10.65.0.27:35971", "172.17.0.1:35971"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62641}, - {"Proto": "peerapi6", "Port": 62641} - ]}, - "Created": "2026-04-09T01:30:42.237239757Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5137631997852024, - "StableID": "nTY3f5tq7h11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "DiscoKey": "discokey:2b92119f329733d06733493f8831f6e191e8f1490f4aa6d18a08db4be83d6c30", - "Addresses": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "AllowedIPs": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "Endpoints": ["77.164.248.136:38946", "10.65.0.27:38946", "172.17.0.1:38946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 52319}, - {"Proto": "peerapi6", "Port": 52319} - ]}, - "Created": "2026-04-09T01:30:37.732381742Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5805478440817259, - "StableID": "neSWtJ5KLn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "DiscoKey": "discokey:7a6d1ab0f097c7b97d2352b69afc485a3a26b3dfd3e593ae006a727aeb130b72", - "Addresses": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "AllowedIPs": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57869}, - {"Proto": "peerapi6", "Port": 57869} - ]}, - "Created": "2026-04-09T01:30:43.856043008Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6432074742870384, - "StableID": "nyVVRQh6Es11CNTRL", + "ID": 640200362937406, + "StableID": "nFbxoiywz511CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "DiscoKey": "discokey:40e45e3009ff886154d255ed603780ac0ba1f28950e0e81547d562394ecb3f03", - "Addresses": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "AllowedIPs": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "Endpoints": ["77.164.248.136:53186", "10.65.0.27:53186", "172.17.0.1:53186"], + "Key": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "DiscoKey": "discokey:d7cf47979a8ac8d0bb8e3a44d475e4d753230e505bf90ee413ba7346fb9c6a51", + "Addresses": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "AllowedIPs": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38802}, - {"Proto": "peerapi6", "Port": 38802} + {"Proto": "peerapi4", "Port": 65436}, + {"Proto": "peerapi6", "Port": 65436} ]}, - "Created": "2026-04-09T01:30:38.97509857Z", + "Created": "2026-04-09T08:36:43.863220078Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7837011360071715, - "StableID": "nrkgJxzPC421CNTRL", + "ID": 820957517665246, + "StableID": "ndUkbPApQ711CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "DiscoKey": "discokey:0cd491ec204a1f6551c45b7988fdcab7b8c0081caf97c82713729253383ccd24", + "Addresses": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "AllowedIPs": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "Endpoints": ["77.164.248.136:51313", "10.65.0.27:51313", "172.17.0.1:51313"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 40143}, + {"Proto": "peerapi6", "Port": 40143} + ]}, + "Created": "2026-04-09T08:36:44.925747526Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1014441549716849, + "StableID": "nEyUxEfSv811CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "DiscoKey": "discokey:ee115957eb48e63c188e399199a8accce4d869e025c19934e4ae858172fb5b75", + "Addresses": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "AllowedIPs": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "Endpoints": ["77.164.248.136:41497", "10.65.0.27:41497", "172.17.0.1:41497"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54180}, + {"Proto": "peerapi6", "Port": 54180} + ]}, + "Created": "2026-04-09T08:36:42.837743051Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 1470562378962887, + "StableID": "nCm2jSB2VC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "DiscoKey": "discokey:0bc2c5ab5edde32d8b800e6be5372d7697d87745867bc80ab48b33a8928cbb44", + "Addresses": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "AllowedIPs": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "Endpoints": ["77.164.248.136:44824", "10.65.0.27:44824", "172.17.0.1:44824"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61664}, + {"Proto": "peerapi6", "Port": 61664} + ]}, + "Created": "2026-04-09T08:36:46.523176634Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2662931350668951, + "StableID": "nGqMg5h3oM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "DiscoKey": "discokey:fc0de67d3f862af8560cb444edc45a7b8f303086e298e0cbbc57ee6266fa4455", + "Addresses": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "AllowedIPs": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "Endpoints": ["77.164.248.136:35232", "10.65.0.27:35232", "172.17.0.1:35232"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42896}, + {"Proto": "peerapi6", "Port": 42896} + ]}, + "Created": "2026-04-09T08:36:45.97985365Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3637617974826025, + "StableID": "ntgszE4VQV11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "DiscoKey": "discokey:cbb985f6a734b551f7112b77a141cd559ae5eef28099ae6b5637e97975b3b721", + "Addresses": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "AllowedIPs": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "Endpoints": ["77.164.248.136:55572", "10.65.0.27:55572", "172.17.0.1:55572"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48963}, + {"Proto": "peerapi6", "Port": 48963} + ]}, + "Created": "2026-04-09T08:36:47.055919958Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5351486556412345, + "StableID": "nJbkggUhni11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:3367b75df53283e84b774dc2549abda3f25700934815ba89f8683afeac789f55", - "Addresses": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "AllowedIPs": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], + "Key": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "KeyExpiry": "2026-10-06T08:36:50Z", + "DiscoKey": "discokey:ed197bd8ebf0f69b003e84b6bf329b889a4ecede47a66a5357aff588bc5c4d19", + "Addresses": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "AllowedIPs": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41588}, - {"Proto": "peerapi6", "Port": 41588} + {"Proto": "peerapi4", "Port": 54191}, + {"Proto": "peerapi6", "Port": 54191} ]}, - "Created": "2026-04-09T01:30:45.745693153Z", + "Created": "2026-04-09T08:36:50.284294727Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5379221676856211, + "StableID": "n6UfJr2G1j11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:d68681e3190e07adeb805f76f0da322996f8e561b986f7a3351ff57b35009a76", + "Addresses": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "AllowedIPs": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "Endpoints": ["77.164.248.136:51073", "10.65.0.27:51073", "172.17.0.1:51073"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62339}, + {"Proto": "peerapi6", "Port": 62339} + ]}, + "Created": "2026-04-09T08:36:49.213259725Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5518489195885314, + "StableID": "nXKb4WML6k11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:3fa1ad627c092d1d312629cc2d416a066a13933b0b9d49b4a1a573eb8b894d4b", + "Addresses": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "AllowedIPs": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "Endpoints": ["77.164.248.136:42346", "10.65.0.27:42346", "172.17.0.1:42346"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59035}, + {"Proto": "peerapi6", "Port": 59035} + ]}, + "Created": "2026-04-09T08:36:49.743396097Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6835726775195350, + "StableID": "nH66HAxuNv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "DiscoKey": "discokey:2406490d3df36b864f3cd9383165a35c1d7abe7c09a8724b80a780418c1bf47e", + "Addresses": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "AllowedIPs": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "Endpoints": ["77.164.248.136:45951", "10.65.0.27:45951", "172.17.0.1:45951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37790}, + {"Proto": "peerapi6", "Port": 37790} + ]}, + "Created": "2026-04-09T08:36:48.678132337Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7556193580458125, + "StableID": "n8AgjkPD1221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "DiscoKey": "discokey:e4def4f7ba31bb3d4d0adf01a332f8eedb35d254da528ff3c90b5a9e7e333e2f", + "Addresses": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "AllowedIPs": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "Endpoints": ["77.164.248.136:52528", "10.65.0.27:52528", "172.17.0.1:52528"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43509}, + {"Proto": "peerapi6", "Port": 43509} + ]}, + "Created": "2026-04-09T08:36:43.322665275Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7631105376590416, + "StableID": "nBWvdVC9b221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "DiscoKey": "discokey:aedfd3b0e89de844d0629871b8f515f334e9a3f7faff551bebfd737d17270860", + "Addresses": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "AllowedIPs": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "Endpoints": ["77.164.248.136:39555", "10.65.0.27:39555", "172.17.0.1:39555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64491}, + {"Proto": "peerapi6", "Port": 64491} + ]}, + "Created": "2026-04-09T08:36:44.40292255Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7873291468922429, + "StableID": "nc4kHw1qU421CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "DiscoKey": "discokey:c1c0022f94a19b5ff05d7803cdb3da823a31033be912fb9e76f1d73c3e02ec44", + "Addresses": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "AllowedIPs": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "Endpoints": ["77.164.248.136:59820", "10.65.0.27:59820", "172.17.0.1:59820"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 50379}, + {"Proto": "peerapi6", "Port": 50379} + ]}, + "Created": "2026-04-09T08:36:45.45395016Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8990993054942368, + "StableID": "nPJF4D93DD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "DiscoKey": "discokey:0b3d8ab588c747ccaf30edce090b0d7f6ea7c301b0d27ed2c77429cda591eb39", + "Addresses": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "AllowedIPs": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "Endpoints": ["77.164.248.136:39810", "10.65.0.27:39810", "172.17.0.1:39810"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44300}, + {"Proto": "peerapi6", "Port": 44300} + ]}, + "Created": "2026-04-09T08:36:47.590763047Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8924,27 +8941,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6888123530709109": { - "ID": 6888123530709109, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4775774107686068": { + "ID": 4775774107686068, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8975,26 +8994,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2736971251649922, - "StableID": "nZ44CSbaNN11CNTRL", + "ID": 7556193580458125, + "StableID": "n8AgjkPD1221CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 2736971251649922, - "Key": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "DiscoKey": "discokey:0f8570b05ad536a6613f31431f0da89f968462e4bde04b9c48ea61ccf42d3f52", - "Addresses": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "AllowedIPs": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "Endpoints": ["77.164.248.136:47924", "10.65.0.27:47924", "172.17.0.1:47924"], + "User": 7556193580458125, + "Key": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "DiscoKey": "discokey:e4def4f7ba31bb3d4d0adf01a332f8eedb35d254da528ff3c90b5a9e7e333e2f", + "Addresses": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "AllowedIPs": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "Endpoints": ["77.164.248.136:52528", "10.65.0.27:52528", "172.17.0.1:52528"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 33794}, - {"Proto": "peerapi6", "Port": 33794}, + {"Proto": "peerapi4", "Port": 43509}, + {"Proto": "peerapi6", "Port": 43509}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:30:38.426514415Z", + "Created": "2026-04-09T08:36:43.322665275Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -9022,301 +9041,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "MachineKey": "mkey:bdd536e8e2451c5a4a948e069bc729f010c1dfbbdadd03e83eae4fad474bdd16", + "NodeKey": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "MachineKey": "mkey:7f1d0df2cef2255fafac6307271c7302509ae32de321f59d0bb69b8195d69112", "Peers": [{ - "ID": 506421946349641, - "StableID": "nG6qE4rMx411CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "DiscoKey": "discokey:0d5f1cbcaf2b5ab8b015702f2397274ce995ab73a9d85e38d00c473cc553916d", - "Addresses": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "AllowedIPs": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "Endpoints": ["77.164.248.136:57789", "10.65.0.27:57789", "172.17.0.1:57789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47417}, - {"Proto": "peerapi6", "Port": 47417} - ]}, - "Created": "2026-04-09T01:30:40.056075415Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 518952127497242, - "StableID": "nPKTSZz24511CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "DiscoKey": "discokey:f0fddf31e4b143e6c1fcda1ef027dae84098210f39b97c10b80a02d3151bed08", - "Addresses": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "AllowedIPs": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "Endpoints": ["77.164.248.136:38485", "10.65.0.27:38485", "172.17.0.1:38485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56989}, - {"Proto": "peerapi6", "Port": 56989} - ]}, - "Created": "2026-04-09T01:30:41.691656441Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1640999314513652, - "StableID": "njLx5dGDpD11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:b067f22950c1b355baeee7e570ee13a7ca5d765cea9a96087dd3dd69dbf03675", - "Addresses": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "AllowedIPs": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "Endpoints": ["77.164.248.136:36930", "10.65.0.27:36930", "172.17.0.1:36930"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62935}, - {"Proto": "peerapi6", "Port": 62935} - ]}, - "Created": "2026-04-09T01:30:45.186800757Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1673670476421431, - "StableID": "nSLbn9V15E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "KeyExpiry": "2026-10-06T01:30:44Z", - "DiscoKey": "discokey:ff37a1f0307dc78f37a5adac3352050a05d3e2bb591c87b36833cf1e350eb415", - "Addresses": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "AllowedIPs": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "Endpoints": ["77.164.248.136:38635", "10.65.0.27:38635", "172.17.0.1:38635"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 51135}, - {"Proto": "peerapi6", "Port": 51135} - ]}, - "Created": "2026-04-09T01:30:44.398185191Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1888944471369464, - "StableID": "nj2pYMNWkF11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "DiscoKey": "discokey:5e5ec8b7c8ecb2ceedb1d0e4aeafdc4522d365a2e7a2796e26092e4f71ef4a39", - "Addresses": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "AllowedIPs": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "Endpoints": ["77.164.248.136:38661", "10.65.0.27:38661", "172.17.0.1:38661"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63200}, - {"Proto": "peerapi6", "Port": 63200} - ]}, - "Created": "2026-04-09T01:30:39.516585178Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2049943098844569, - "StableID": "nvRnwgXR1H11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "DiscoKey": "discokey:2cf17b139241eea28d7876568799c3ded54d8ba754b02d93bbb9bd7567b1c563", - "Addresses": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "AllowedIPs": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "Endpoints": ["77.164.248.136:51928", "10.65.0.27:51928", "172.17.0.1:51928"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 40738}, - {"Proto": "peerapi6", "Port": 40738} - ]}, - "Created": "2026-04-09T01:30:40.603487667Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2327632263222873, - "StableID": "nxtvVFxBBK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "DiscoKey": "discokey:b3117ffe79bca6420e93249bcab4b0b456d8f72c55f31a88a5cc94e2e0e28b45", - "Addresses": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "AllowedIPs": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "Endpoints": ["77.164.248.136:52827", "10.65.0.27:52827", "172.17.0.1:52827"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 51756}, - {"Proto": "peerapi6", "Port": 51756} - ]}, - "Created": "2026-04-09T01:30:42.776566708Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3612065972824886, - "StableID": "nZ8d5CruCV11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "DiscoKey": "discokey:ec16ac6956f0811fa08cb1c9d8863b6340da6abc154b53eacff29c9748809d4a", - "Addresses": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "AllowedIPs": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "Endpoints": ["77.164.248.136:36632", "10.65.0.27:36632", "172.17.0.1:36632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55482}, - {"Proto": "peerapi6", "Port": 55482} - ]}, - "Created": "2026-04-09T01:30:41.152033487Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3901810204453671, - "StableID": "nrvUePw8UX11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "DiscoKey": "discokey:38c03163d3f5c9ec7693492a1d398da6f8cb2f966adf88edb3867121f702307b", - "Addresses": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "AllowedIPs": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "Endpoints": ["77.164.248.136:35971", "10.65.0.27:35971", "172.17.0.1:35971"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62641}, - {"Proto": "peerapi6", "Port": 62641} - ]}, - "Created": "2026-04-09T01:30:42.237239757Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5137631997852024, - "StableID": "nTY3f5tq7h11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "DiscoKey": "discokey:2b92119f329733d06733493f8831f6e191e8f1490f4aa6d18a08db4be83d6c30", - "Addresses": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "AllowedIPs": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "Endpoints": ["77.164.248.136:38946", "10.65.0.27:38946", "172.17.0.1:38946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 52319}, - {"Proto": "peerapi6", "Port": 52319} - ]}, - "Created": "2026-04-09T01:30:37.732381742Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5805478440817259, - "StableID": "neSWtJ5KLn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "DiscoKey": "discokey:7a6d1ab0f097c7b97d2352b69afc485a3a26b3dfd3e593ae006a727aeb130b72", - "Addresses": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "AllowedIPs": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57869}, - {"Proto": "peerapi6", "Port": 57869} - ]}, - "Created": "2026-04-09T01:30:43.856043008Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6432074742870384, - "StableID": "nyVVRQh6Es11CNTRL", + "ID": 640200362937406, + "StableID": "nFbxoiywz511CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "DiscoKey": "discokey:40e45e3009ff886154d255ed603780ac0ba1f28950e0e81547d562394ecb3f03", - "Addresses": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "AllowedIPs": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "Endpoints": ["77.164.248.136:53186", "10.65.0.27:53186", "172.17.0.1:53186"], + "Key": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "DiscoKey": "discokey:d7cf47979a8ac8d0bb8e3a44d475e4d753230e505bf90ee413ba7346fb9c6a51", + "Addresses": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "AllowedIPs": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38802}, - {"Proto": "peerapi6", "Port": 38802} + {"Proto": "peerapi4", "Port": 65436}, + {"Proto": "peerapi6", "Port": 65436} ]}, - "Created": "2026-04-09T01:30:38.97509857Z", + "Created": "2026-04-09T08:36:43.863220078Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 6888123530709109, - "StableID": "nQnz8rKenv11CNTRL", + "ID": 820957517665246, + "StableID": "ndUkbPApQ711CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "DiscoKey": "discokey:0cd491ec204a1f6551c45b7988fdcab7b8c0081caf97c82713729253383ccd24", + "Addresses": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "AllowedIPs": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "Endpoints": ["77.164.248.136:51313", "10.65.0.27:51313", "172.17.0.1:51313"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 40143}, + {"Proto": "peerapi6", "Port": 40143} + ]}, + "Created": "2026-04-09T08:36:44.925747526Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1014441549716849, + "StableID": "nEyUxEfSv811CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "DiscoKey": "discokey:ee115957eb48e63c188e399199a8accce4d869e025c19934e4ae858172fb5b75", + "Addresses": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "AllowedIPs": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "Endpoints": ["77.164.248.136:41497", "10.65.0.27:41497", "172.17.0.1:41497"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54180}, + {"Proto": "peerapi6", "Port": 54180} + ]}, + "Created": "2026-04-09T08:36:42.837743051Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 1470562378962887, + "StableID": "nCm2jSB2VC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "DiscoKey": "discokey:0bc2c5ab5edde32d8b800e6be5372d7697d87745867bc80ab48b33a8928cbb44", + "Addresses": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "AllowedIPs": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "Endpoints": ["77.164.248.136:44824", "10.65.0.27:44824", "172.17.0.1:44824"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61664}, + {"Proto": "peerapi6", "Port": 61664} + ]}, + "Created": "2026-04-09T08:36:46.523176634Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2662931350668951, + "StableID": "nGqMg5h3oM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "DiscoKey": "discokey:fc0de67d3f862af8560cb444edc45a7b8f303086e298e0cbbc57ee6266fa4455", + "Addresses": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "AllowedIPs": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "Endpoints": ["77.164.248.136:35232", "10.65.0.27:35232", "172.17.0.1:35232"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42896}, + {"Proto": "peerapi6", "Port": 42896} + ]}, + "Created": "2026-04-09T08:36:45.97985365Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3637617974826025, + "StableID": "ntgszE4VQV11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "DiscoKey": "discokey:cbb985f6a734b551f7112b77a141cd559ae5eef28099ae6b5637e97975b3b721", + "Addresses": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "AllowedIPs": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "Endpoints": ["77.164.248.136:55572", "10.65.0.27:55572", "172.17.0.1:55572"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48963}, + {"Proto": "peerapi6", "Port": 48963} + ]}, + "Created": "2026-04-09T08:36:47.055919958Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4775774107686068, + "StableID": "n7nW2HVxHe11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "DiscoKey": "discokey:2c67d1e0ef95469299e7523500aa92e723798f7489415468274e70349737ea28", - "Addresses": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "AllowedIPs": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "Endpoints": ["77.164.248.136:41333", "10.65.0.27:41333", "172.17.0.1:41333"], + "Key": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "DiscoKey": "discokey:46eb951c4237d3ee4e041364f5551dd8c332f0b34e9bf2def27fa1b2efc4b830", + "Addresses": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "AllowedIPs": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "Endpoints": ["77.164.248.136:37394", "10.65.0.27:37394", "172.17.0.1:37394"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 44244}, - {"Proto": "peerapi6", "Port": 44244} + {"Proto": "peerapi4", "Port": 47095}, + {"Proto": "peerapi6", "Port": 47095} ]}, - "Created": "2026-04-09T01:30:43.32520078Z", + "Created": "2026-04-09T08:36:48.131063724Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7837011360071715, - "StableID": "nrkgJxzPC421CNTRL", + "ID": 5351486556412345, + "StableID": "nJbkggUhni11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:3367b75df53283e84b774dc2549abda3f25700934815ba89f8683afeac789f55", - "Addresses": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "AllowedIPs": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "Endpoints": ["77.164.248.136:46528", "10.65.0.27:46528", "172.17.0.1:46528"], + "Key": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "KeyExpiry": "2026-10-06T08:36:50Z", + "DiscoKey": "discokey:ed197bd8ebf0f69b003e84b6bf329b889a4ecede47a66a5357aff588bc5c4d19", + "Addresses": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "AllowedIPs": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "Endpoints": ["77.164.248.136:56516", "10.65.0.27:56516", "172.17.0.1:56516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41588}, - {"Proto": "peerapi6", "Port": 41588} + {"Proto": "peerapi4", "Port": 54191}, + {"Proto": "peerapi6", "Port": 54191} ]}, - "Created": "2026-04-09T01:30:45.745693153Z", + "Created": "2026-04-09T08:36:50.284294727Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5379221676856211, + "StableID": "n6UfJr2G1j11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:d68681e3190e07adeb805f76f0da322996f8e561b986f7a3351ff57b35009a76", + "Addresses": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "AllowedIPs": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "Endpoints": ["77.164.248.136:51073", "10.65.0.27:51073", "172.17.0.1:51073"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62339}, + {"Proto": "peerapi6", "Port": 62339} + ]}, + "Created": "2026-04-09T08:36:49.213259725Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5518489195885314, + "StableID": "nXKb4WML6k11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:3fa1ad627c092d1d312629cc2d416a066a13933b0b9d49b4a1a573eb8b894d4b", + "Addresses": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "AllowedIPs": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "Endpoints": ["77.164.248.136:42346", "10.65.0.27:42346", "172.17.0.1:42346"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59035}, + {"Proto": "peerapi6", "Port": 59035} + ]}, + "Created": "2026-04-09T08:36:49.743396097Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6835726775195350, + "StableID": "nH66HAxuNv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "DiscoKey": "discokey:2406490d3df36b864f3cd9383165a35c1d7abe7c09a8724b80a780418c1bf47e", + "Addresses": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "AllowedIPs": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "Endpoints": ["77.164.248.136:45951", "10.65.0.27:45951", "172.17.0.1:45951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37790}, + {"Proto": "peerapi6", "Port": 37790} + ]}, + "Created": "2026-04-09T08:36:48.678132337Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7631105376590416, + "StableID": "nBWvdVC9b221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "DiscoKey": "discokey:aedfd3b0e89de844d0629871b8f515f334e9a3f7faff551bebfd737d17270860", + "Addresses": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "AllowedIPs": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "Endpoints": ["77.164.248.136:39555", "10.65.0.27:39555", "172.17.0.1:39555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64491}, + {"Proto": "peerapi6", "Port": 64491} + ]}, + "Created": "2026-04-09T08:36:44.40292255Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7873291468922429, + "StableID": "nc4kHw1qU421CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "DiscoKey": "discokey:c1c0022f94a19b5ff05d7803cdb3da823a31033be912fb9e76f1d73c3e02ec44", + "Addresses": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "AllowedIPs": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "Endpoints": ["77.164.248.136:59820", "10.65.0.27:59820", "172.17.0.1:59820"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 50379}, + {"Proto": "peerapi6", "Port": 50379} + ]}, + "Created": "2026-04-09T08:36:45.45395016Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8990993054942368, + "StableID": "nPJF4D93DD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "DiscoKey": "discokey:0b3d8ab588c747ccaf30edce090b0d7f6ea7c301b0d27ed2c77429cda591eb39", + "Addresses": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "AllowedIPs": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "Endpoints": ["77.164.248.136:39810", "10.65.0.27:39810", "172.17.0.1:39810"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44300}, + {"Proto": "peerapi6", "Port": 44300} + ]}, + "Created": "2026-04-09T08:36:47.590763047Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10164,27 +10184,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2736971251649922": { - "ID": 2736971251649922, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7556193580458125": { + "ID": 7556193580458125, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10215,26 +10237,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5137631997852024, - "StableID": "nTY3f5tq7h11CNTRL", + "ID": 1014441549716849, + "StableID": "nEyUxEfSv811CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 5137631997852024, - "Key": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "DiscoKey": "discokey:2b92119f329733d06733493f8831f6e191e8f1490f4aa6d18a08db4be83d6c30", - "Addresses": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "AllowedIPs": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "Endpoints": ["77.164.248.136:38946", "10.65.0.27:38946", "172.17.0.1:38946"], + "User": 1014441549716849, + "Key": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "DiscoKey": "discokey:ee115957eb48e63c188e399199a8accce4d869e025c19934e4ae858172fb5b75", + "Addresses": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "AllowedIPs": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "Endpoints": ["77.164.248.136:41497", "10.65.0.27:41497", "172.17.0.1:41497"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 52319}, - {"Proto": "peerapi6", "Port": 52319}, + {"Proto": "peerapi4", "Port": 54180}, + {"Proto": "peerapi6", "Port": 54180}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:30:37.732381742Z", + "Created": "2026-04-09T08:36:42.837743051Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10262,301 +10284,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "MachineKey": "mkey:b8c8749b27dd6921812186285ff2efddcdf302a95ada71674287647518903233", + "NodeKey": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "MachineKey": "mkey:5b5a1d43e8d12ce14c85d62975a5f2644ea49fc7bd2ca62346b53270920ba875", "Peers": [{ - "ID": 506421946349641, - "StableID": "nG6qE4rMx411CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "DiscoKey": "discokey:0d5f1cbcaf2b5ab8b015702f2397274ce995ab73a9d85e38d00c473cc553916d", - "Addresses": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "AllowedIPs": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "Endpoints": ["77.164.248.136:57789", "10.65.0.27:57789", "172.17.0.1:57789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47417}, - {"Proto": "peerapi6", "Port": 47417} - ]}, - "Created": "2026-04-09T01:30:40.056075415Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 518952127497242, - "StableID": "nPKTSZz24511CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "DiscoKey": "discokey:f0fddf31e4b143e6c1fcda1ef027dae84098210f39b97c10b80a02d3151bed08", - "Addresses": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "AllowedIPs": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "Endpoints": ["77.164.248.136:38485", "10.65.0.27:38485", "172.17.0.1:38485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56989}, - {"Proto": "peerapi6", "Port": 56989} - ]}, - "Created": "2026-04-09T01:30:41.691656441Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1640999314513652, - "StableID": "njLx5dGDpD11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:b067f22950c1b355baeee7e570ee13a7ca5d765cea9a96087dd3dd69dbf03675", - "Addresses": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "AllowedIPs": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "Endpoints": ["77.164.248.136:36930", "10.65.0.27:36930", "172.17.0.1:36930"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62935}, - {"Proto": "peerapi6", "Port": 62935} - ]}, - "Created": "2026-04-09T01:30:45.186800757Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1673670476421431, - "StableID": "nSLbn9V15E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "KeyExpiry": "2026-10-06T01:30:44Z", - "DiscoKey": "discokey:ff37a1f0307dc78f37a5adac3352050a05d3e2bb591c87b36833cf1e350eb415", - "Addresses": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "AllowedIPs": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "Endpoints": ["77.164.248.136:38635", "10.65.0.27:38635", "172.17.0.1:38635"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 51135}, - {"Proto": "peerapi6", "Port": 51135} - ]}, - "Created": "2026-04-09T01:30:44.398185191Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1888944471369464, - "StableID": "nj2pYMNWkF11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "DiscoKey": "discokey:5e5ec8b7c8ecb2ceedb1d0e4aeafdc4522d365a2e7a2796e26092e4f71ef4a39", - "Addresses": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "AllowedIPs": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "Endpoints": ["77.164.248.136:38661", "10.65.0.27:38661", "172.17.0.1:38661"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63200}, - {"Proto": "peerapi6", "Port": 63200} - ]}, - "Created": "2026-04-09T01:30:39.516585178Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2049943098844569, - "StableID": "nvRnwgXR1H11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "DiscoKey": "discokey:2cf17b139241eea28d7876568799c3ded54d8ba754b02d93bbb9bd7567b1c563", - "Addresses": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "AllowedIPs": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "Endpoints": ["77.164.248.136:51928", "10.65.0.27:51928", "172.17.0.1:51928"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 40738}, - {"Proto": "peerapi6", "Port": 40738} - ]}, - "Created": "2026-04-09T01:30:40.603487667Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2327632263222873, - "StableID": "nxtvVFxBBK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "DiscoKey": "discokey:b3117ffe79bca6420e93249bcab4b0b456d8f72c55f31a88a5cc94e2e0e28b45", - "Addresses": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "AllowedIPs": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "Endpoints": ["77.164.248.136:52827", "10.65.0.27:52827", "172.17.0.1:52827"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 51756}, - {"Proto": "peerapi6", "Port": 51756} - ]}, - "Created": "2026-04-09T01:30:42.776566708Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2736971251649922, - "StableID": "nZ44CSbaNN11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "DiscoKey": "discokey:0f8570b05ad536a6613f31431f0da89f968462e4bde04b9c48ea61ccf42d3f52", - "Addresses": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "AllowedIPs": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "Endpoints": ["77.164.248.136:47924", "10.65.0.27:47924", "172.17.0.1:47924"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33794}, - {"Proto": "peerapi6", "Port": 33794} - ]}, - "Created": "2026-04-09T01:30:38.426514415Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3612065972824886, - "StableID": "nZ8d5CruCV11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "DiscoKey": "discokey:ec16ac6956f0811fa08cb1c9d8863b6340da6abc154b53eacff29c9748809d4a", - "Addresses": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "AllowedIPs": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "Endpoints": ["77.164.248.136:36632", "10.65.0.27:36632", "172.17.0.1:36632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55482}, - {"Proto": "peerapi6", "Port": 55482} - ]}, - "Created": "2026-04-09T01:30:41.152033487Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3901810204453671, - "StableID": "nrvUePw8UX11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "DiscoKey": "discokey:38c03163d3f5c9ec7693492a1d398da6f8cb2f966adf88edb3867121f702307b", - "Addresses": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "AllowedIPs": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "Endpoints": ["77.164.248.136:35971", "10.65.0.27:35971", "172.17.0.1:35971"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62641}, - {"Proto": "peerapi6", "Port": 62641} - ]}, - "Created": "2026-04-09T01:30:42.237239757Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5805478440817259, - "StableID": "neSWtJ5KLn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "DiscoKey": "discokey:7a6d1ab0f097c7b97d2352b69afc485a3a26b3dfd3e593ae006a727aeb130b72", - "Addresses": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "AllowedIPs": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57869}, - {"Proto": "peerapi6", "Port": 57869} - ]}, - "Created": "2026-04-09T01:30:43.856043008Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6432074742870384, - "StableID": "nyVVRQh6Es11CNTRL", + "ID": 640200362937406, + "StableID": "nFbxoiywz511CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "DiscoKey": "discokey:40e45e3009ff886154d255ed603780ac0ba1f28950e0e81547d562394ecb3f03", - "Addresses": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "AllowedIPs": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "Endpoints": ["77.164.248.136:53186", "10.65.0.27:53186", "172.17.0.1:53186"], + "Key": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "DiscoKey": "discokey:d7cf47979a8ac8d0bb8e3a44d475e4d753230e505bf90ee413ba7346fb9c6a51", + "Addresses": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "AllowedIPs": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38802}, - {"Proto": "peerapi6", "Port": 38802} + {"Proto": "peerapi4", "Port": 65436}, + {"Proto": "peerapi6", "Port": 65436} ]}, - "Created": "2026-04-09T01:30:38.97509857Z", + "Created": "2026-04-09T08:36:43.863220078Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 6888123530709109, - "StableID": "nQnz8rKenv11CNTRL", + "ID": 820957517665246, + "StableID": "ndUkbPApQ711CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "DiscoKey": "discokey:0cd491ec204a1f6551c45b7988fdcab7b8c0081caf97c82713729253383ccd24", + "Addresses": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "AllowedIPs": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "Endpoints": ["77.164.248.136:51313", "10.65.0.27:51313", "172.17.0.1:51313"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 40143}, + {"Proto": "peerapi6", "Port": 40143} + ]}, + "Created": "2026-04-09T08:36:44.925747526Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1470562378962887, + "StableID": "nCm2jSB2VC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "DiscoKey": "discokey:0bc2c5ab5edde32d8b800e6be5372d7697d87745867bc80ab48b33a8928cbb44", + "Addresses": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "AllowedIPs": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "Endpoints": ["77.164.248.136:44824", "10.65.0.27:44824", "172.17.0.1:44824"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61664}, + {"Proto": "peerapi6", "Port": 61664} + ]}, + "Created": "2026-04-09T08:36:46.523176634Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2662931350668951, + "StableID": "nGqMg5h3oM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "DiscoKey": "discokey:fc0de67d3f862af8560cb444edc45a7b8f303086e298e0cbbc57ee6266fa4455", + "Addresses": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "AllowedIPs": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "Endpoints": ["77.164.248.136:35232", "10.65.0.27:35232", "172.17.0.1:35232"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42896}, + {"Proto": "peerapi6", "Port": 42896} + ]}, + "Created": "2026-04-09T08:36:45.97985365Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3637617974826025, + "StableID": "ntgszE4VQV11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "DiscoKey": "discokey:cbb985f6a734b551f7112b77a141cd559ae5eef28099ae6b5637e97975b3b721", + "Addresses": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "AllowedIPs": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "Endpoints": ["77.164.248.136:55572", "10.65.0.27:55572", "172.17.0.1:55572"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48963}, + {"Proto": "peerapi6", "Port": 48963} + ]}, + "Created": "2026-04-09T08:36:47.055919958Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4775774107686068, + "StableID": "n7nW2HVxHe11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "DiscoKey": "discokey:2c67d1e0ef95469299e7523500aa92e723798f7489415468274e70349737ea28", - "Addresses": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "AllowedIPs": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "Endpoints": ["77.164.248.136:41333", "10.65.0.27:41333", "172.17.0.1:41333"], + "Key": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "DiscoKey": "discokey:46eb951c4237d3ee4e041364f5551dd8c332f0b34e9bf2def27fa1b2efc4b830", + "Addresses": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "AllowedIPs": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "Endpoints": ["77.164.248.136:37394", "10.65.0.27:37394", "172.17.0.1:37394"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 44244}, - {"Proto": "peerapi6", "Port": 44244} + {"Proto": "peerapi4", "Port": 47095}, + {"Proto": "peerapi6", "Port": 47095} ]}, - "Created": "2026-04-09T01:30:43.32520078Z", + "Created": "2026-04-09T08:36:48.131063724Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7837011360071715, - "StableID": "nrkgJxzPC421CNTRL", + "ID": 5351486556412345, + "StableID": "nJbkggUhni11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:3367b75df53283e84b774dc2549abda3f25700934815ba89f8683afeac789f55", - "Addresses": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "AllowedIPs": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "Endpoints": ["77.164.248.136:46528", "10.65.0.27:46528", "172.17.0.1:46528"], + "Key": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "KeyExpiry": "2026-10-06T08:36:50Z", + "DiscoKey": "discokey:ed197bd8ebf0f69b003e84b6bf329b889a4ecede47a66a5357aff588bc5c4d19", + "Addresses": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "AllowedIPs": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "Endpoints": ["77.164.248.136:56516", "10.65.0.27:56516", "172.17.0.1:56516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41588}, - {"Proto": "peerapi6", "Port": 41588} + {"Proto": "peerapi4", "Port": 54191}, + {"Proto": "peerapi6", "Port": 54191} ]}, - "Created": "2026-04-09T01:30:45.745693153Z", + "Created": "2026-04-09T08:36:50.284294727Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5379221676856211, + "StableID": "n6UfJr2G1j11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:d68681e3190e07adeb805f76f0da322996f8e561b986f7a3351ff57b35009a76", + "Addresses": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "AllowedIPs": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "Endpoints": ["77.164.248.136:51073", "10.65.0.27:51073", "172.17.0.1:51073"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62339}, + {"Proto": "peerapi6", "Port": 62339} + ]}, + "Created": "2026-04-09T08:36:49.213259725Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5518489195885314, + "StableID": "nXKb4WML6k11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:3fa1ad627c092d1d312629cc2d416a066a13933b0b9d49b4a1a573eb8b894d4b", + "Addresses": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "AllowedIPs": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "Endpoints": ["77.164.248.136:42346", "10.65.0.27:42346", "172.17.0.1:42346"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59035}, + {"Proto": "peerapi6", "Port": 59035} + ]}, + "Created": "2026-04-09T08:36:49.743396097Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6835726775195350, + "StableID": "nH66HAxuNv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "DiscoKey": "discokey:2406490d3df36b864f3cd9383165a35c1d7abe7c09a8724b80a780418c1bf47e", + "Addresses": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "AllowedIPs": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "Endpoints": ["77.164.248.136:45951", "10.65.0.27:45951", "172.17.0.1:45951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37790}, + {"Proto": "peerapi6", "Port": 37790} + ]}, + "Created": "2026-04-09T08:36:48.678132337Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7556193580458125, + "StableID": "n8AgjkPD1221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "DiscoKey": "discokey:e4def4f7ba31bb3d4d0adf01a332f8eedb35d254da528ff3c90b5a9e7e333e2f", + "Addresses": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "AllowedIPs": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "Endpoints": ["77.164.248.136:52528", "10.65.0.27:52528", "172.17.0.1:52528"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43509}, + {"Proto": "peerapi6", "Port": 43509} + ]}, + "Created": "2026-04-09T08:36:43.322665275Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7631105376590416, + "StableID": "nBWvdVC9b221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "DiscoKey": "discokey:aedfd3b0e89de844d0629871b8f515f334e9a3f7faff551bebfd737d17270860", + "Addresses": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "AllowedIPs": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "Endpoints": ["77.164.248.136:39555", "10.65.0.27:39555", "172.17.0.1:39555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64491}, + {"Proto": "peerapi6", "Port": 64491} + ]}, + "Created": "2026-04-09T08:36:44.40292255Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7873291468922429, + "StableID": "nc4kHw1qU421CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "DiscoKey": "discokey:c1c0022f94a19b5ff05d7803cdb3da823a31033be912fb9e76f1d73c3e02ec44", + "Addresses": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "AllowedIPs": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "Endpoints": ["77.164.248.136:59820", "10.65.0.27:59820", "172.17.0.1:59820"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 50379}, + {"Proto": "peerapi6", "Port": 50379} + ]}, + "Created": "2026-04-09T08:36:45.45395016Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8990993054942368, + "StableID": "nPJF4D93DD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "DiscoKey": "discokey:0b3d8ab588c747ccaf30edce090b0d7f6ea7c301b0d27ed2c77429cda591eb39", + "Addresses": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "AllowedIPs": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "Endpoints": ["77.164.248.136:39810", "10.65.0.27:39810", "172.17.0.1:39810"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44300}, + {"Proto": "peerapi6", "Port": 44300} + ]}, + "Created": "2026-04-09T08:36:47.590763047Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11404,27 +11427,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5137631997852024": { - "ID": 5137631997852024, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1014441549716849": { + "ID": 1014441549716849, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11455,21 +11480,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 506421946349641, - "StableID": "nG6qE4rMx411CNTRL", + "ID": 820957517665246, + "StableID": "ndUkbPApQ711CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 506421946349641, - "Key": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "DiscoKey": "discokey:0d5f1cbcaf2b5ab8b015702f2397274ce995ab73a9d85e38d00c473cc553916d", - "Addresses": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "AllowedIPs": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "Endpoints": ["77.164.248.136:57789", "10.65.0.27:57789", "172.17.0.1:57789"], + "User": 820957517665246, + "Key": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "DiscoKey": "discokey:0cd491ec204a1f6551c45b7988fdcab7b8c0081caf97c82713729253383ccd24", + "Addresses": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "AllowedIPs": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "Endpoints": ["77.164.248.136:51313", "10.65.0.27:51313", "172.17.0.1:51313"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 47417}, - {"Proto": "peerapi6", "Port": 47417}, + {"Proto": "peerapi4", "Port": 40143}, + {"Proto": "peerapi6", "Port": 40143}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:40.056075415Z", + "Created": "2026-04-09T08:36:44.925747526Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11497,299 +11522,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "MachineKey": "mkey:63b8c1f65749e801d9dda6fd7058458db074190d040d5ec3d704fcd067497255", + "NodeKey": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "MachineKey": "mkey:2c6042d3fe16698d6134d870f4e4124898d7f4aeb61b32506c5d7513480c8c66", "Peers": [{ - "ID": 518952127497242, - "StableID": "nPKTSZz24511CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "DiscoKey": "discokey:f0fddf31e4b143e6c1fcda1ef027dae84098210f39b97c10b80a02d3151bed08", - "Addresses": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "AllowedIPs": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "Endpoints": ["77.164.248.136:38485", "10.65.0.27:38485", "172.17.0.1:38485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56989}, - {"Proto": "peerapi6", "Port": 56989} - ]}, - "Created": "2026-04-09T01:30:41.691656441Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1640999314513652, - "StableID": "njLx5dGDpD11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:b067f22950c1b355baeee7e570ee13a7ca5d765cea9a96087dd3dd69dbf03675", - "Addresses": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "AllowedIPs": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "Endpoints": ["77.164.248.136:36930", "10.65.0.27:36930", "172.17.0.1:36930"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62935}, - {"Proto": "peerapi6", "Port": 62935} - ]}, - "Created": "2026-04-09T01:30:45.186800757Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1673670476421431, - "StableID": "nSLbn9V15E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "KeyExpiry": "2026-10-06T01:30:44Z", - "DiscoKey": "discokey:ff37a1f0307dc78f37a5adac3352050a05d3e2bb591c87b36833cf1e350eb415", - "Addresses": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "AllowedIPs": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "Endpoints": ["77.164.248.136:38635", "10.65.0.27:38635", "172.17.0.1:38635"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 51135}, - {"Proto": "peerapi6", "Port": 51135} - ]}, - "Created": "2026-04-09T01:30:44.398185191Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1888944471369464, - "StableID": "nj2pYMNWkF11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "DiscoKey": "discokey:5e5ec8b7c8ecb2ceedb1d0e4aeafdc4522d365a2e7a2796e26092e4f71ef4a39", - "Addresses": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "AllowedIPs": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "Endpoints": ["77.164.248.136:38661", "10.65.0.27:38661", "172.17.0.1:38661"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63200}, - {"Proto": "peerapi6", "Port": 63200} - ]}, - "Created": "2026-04-09T01:30:39.516585178Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2049943098844569, - "StableID": "nvRnwgXR1H11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "DiscoKey": "discokey:2cf17b139241eea28d7876568799c3ded54d8ba754b02d93bbb9bd7567b1c563", - "Addresses": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "AllowedIPs": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "Endpoints": ["77.164.248.136:51928", "10.65.0.27:51928", "172.17.0.1:51928"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 40738}, - {"Proto": "peerapi6", "Port": 40738} - ]}, - "Created": "2026-04-09T01:30:40.603487667Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2327632263222873, - "StableID": "nxtvVFxBBK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "DiscoKey": "discokey:b3117ffe79bca6420e93249bcab4b0b456d8f72c55f31a88a5cc94e2e0e28b45", - "Addresses": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "AllowedIPs": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "Endpoints": ["77.164.248.136:52827", "10.65.0.27:52827", "172.17.0.1:52827"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 51756}, - {"Proto": "peerapi6", "Port": 51756} - ]}, - "Created": "2026-04-09T01:30:42.776566708Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2736971251649922, - "StableID": "nZ44CSbaNN11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "DiscoKey": "discokey:0f8570b05ad536a6613f31431f0da89f968462e4bde04b9c48ea61ccf42d3f52", - "Addresses": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "AllowedIPs": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "Endpoints": ["77.164.248.136:47924", "10.65.0.27:47924", "172.17.0.1:47924"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33794}, - {"Proto": "peerapi6", "Port": 33794} - ]}, - "Created": "2026-04-09T01:30:38.426514415Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3612065972824886, - "StableID": "nZ8d5CruCV11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "DiscoKey": "discokey:ec16ac6956f0811fa08cb1c9d8863b6340da6abc154b53eacff29c9748809d4a", - "Addresses": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "AllowedIPs": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "Endpoints": ["77.164.248.136:36632", "10.65.0.27:36632", "172.17.0.1:36632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55482}, - {"Proto": "peerapi6", "Port": 55482} - ]}, - "Created": "2026-04-09T01:30:41.152033487Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3901810204453671, - "StableID": "nrvUePw8UX11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "DiscoKey": "discokey:38c03163d3f5c9ec7693492a1d398da6f8cb2f966adf88edb3867121f702307b", - "Addresses": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "AllowedIPs": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "Endpoints": ["77.164.248.136:35971", "10.65.0.27:35971", "172.17.0.1:35971"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62641}, - {"Proto": "peerapi6", "Port": 62641} - ]}, - "Created": "2026-04-09T01:30:42.237239757Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5137631997852024, - "StableID": "nTY3f5tq7h11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "DiscoKey": "discokey:2b92119f329733d06733493f8831f6e191e8f1490f4aa6d18a08db4be83d6c30", - "Addresses": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "AllowedIPs": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "Endpoints": ["77.164.248.136:38946", "10.65.0.27:38946", "172.17.0.1:38946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 52319}, - {"Proto": "peerapi6", "Port": 52319} - ]}, - "Created": "2026-04-09T01:30:37.732381742Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5805478440817259, - "StableID": "neSWtJ5KLn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "DiscoKey": "discokey:7a6d1ab0f097c7b97d2352b69afc485a3a26b3dfd3e593ae006a727aeb130b72", - "Addresses": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "AllowedIPs": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57869}, - {"Proto": "peerapi6", "Port": 57869} - ]}, - "Created": "2026-04-09T01:30:43.856043008Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6432074742870384, - "StableID": "nyVVRQh6Es11CNTRL", + "ID": 640200362937406, + "StableID": "nFbxoiywz511CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "DiscoKey": "discokey:40e45e3009ff886154d255ed603780ac0ba1f28950e0e81547d562394ecb3f03", - "Addresses": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "AllowedIPs": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "Endpoints": ["77.164.248.136:53186", "10.65.0.27:53186", "172.17.0.1:53186"], + "Key": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "DiscoKey": "discokey:d7cf47979a8ac8d0bb8e3a44d475e4d753230e505bf90ee413ba7346fb9c6a51", + "Addresses": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "AllowedIPs": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38802}, - {"Proto": "peerapi6", "Port": 38802} + {"Proto": "peerapi4", "Port": 65436}, + {"Proto": "peerapi6", "Port": 65436} ]}, - "Created": "2026-04-09T01:30:38.97509857Z", + "Created": "2026-04-09T08:36:43.863220078Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 6888123530709109, - "StableID": "nQnz8rKenv11CNTRL", + "ID": 1014441549716849, + "StableID": "nEyUxEfSv811CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "DiscoKey": "discokey:ee115957eb48e63c188e399199a8accce4d869e025c19934e4ae858172fb5b75", + "Addresses": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "AllowedIPs": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "Endpoints": ["77.164.248.136:41497", "10.65.0.27:41497", "172.17.0.1:41497"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54180}, + {"Proto": "peerapi6", "Port": 54180} + ]}, + "Created": "2026-04-09T08:36:42.837743051Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 1470562378962887, + "StableID": "nCm2jSB2VC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "DiscoKey": "discokey:0bc2c5ab5edde32d8b800e6be5372d7697d87745867bc80ab48b33a8928cbb44", + "Addresses": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "AllowedIPs": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "Endpoints": ["77.164.248.136:44824", "10.65.0.27:44824", "172.17.0.1:44824"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61664}, + {"Proto": "peerapi6", "Port": 61664} + ]}, + "Created": "2026-04-09T08:36:46.523176634Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2662931350668951, + "StableID": "nGqMg5h3oM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "DiscoKey": "discokey:fc0de67d3f862af8560cb444edc45a7b8f303086e298e0cbbc57ee6266fa4455", + "Addresses": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "AllowedIPs": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "Endpoints": ["77.164.248.136:35232", "10.65.0.27:35232", "172.17.0.1:35232"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42896}, + {"Proto": "peerapi6", "Port": 42896} + ]}, + "Created": "2026-04-09T08:36:45.97985365Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3637617974826025, + "StableID": "ntgszE4VQV11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "DiscoKey": "discokey:cbb985f6a734b551f7112b77a141cd559ae5eef28099ae6b5637e97975b3b721", + "Addresses": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "AllowedIPs": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "Endpoints": ["77.164.248.136:55572", "10.65.0.27:55572", "172.17.0.1:55572"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48963}, + {"Proto": "peerapi6", "Port": 48963} + ]}, + "Created": "2026-04-09T08:36:47.055919958Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4775774107686068, + "StableID": "n7nW2HVxHe11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "DiscoKey": "discokey:2c67d1e0ef95469299e7523500aa92e723798f7489415468274e70349737ea28", - "Addresses": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "AllowedIPs": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "Endpoints": ["77.164.248.136:41333", "10.65.0.27:41333", "172.17.0.1:41333"], + "Key": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "DiscoKey": "discokey:46eb951c4237d3ee4e041364f5551dd8c332f0b34e9bf2def27fa1b2efc4b830", + "Addresses": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "AllowedIPs": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "Endpoints": ["77.164.248.136:37394", "10.65.0.27:37394", "172.17.0.1:37394"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 44244}, - {"Proto": "peerapi6", "Port": 44244} + {"Proto": "peerapi4", "Port": 47095}, + {"Proto": "peerapi6", "Port": 47095} ]}, - "Created": "2026-04-09T01:30:43.32520078Z", + "Created": "2026-04-09T08:36:48.131063724Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7837011360071715, - "StableID": "nrkgJxzPC421CNTRL", + "ID": 5351486556412345, + "StableID": "nJbkggUhni11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:3367b75df53283e84b774dc2549abda3f25700934815ba89f8683afeac789f55", - "Addresses": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "AllowedIPs": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], + "Key": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "KeyExpiry": "2026-10-06T08:36:50Z", + "DiscoKey": "discokey:ed197bd8ebf0f69b003e84b6bf329b889a4ecede47a66a5357aff588bc5c4d19", + "Addresses": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "AllowedIPs": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41588}, - {"Proto": "peerapi6", "Port": 41588} + {"Proto": "peerapi4", "Port": 54191}, + {"Proto": "peerapi6", "Port": 54191} ]}, - "Created": "2026-04-09T01:30:45.745693153Z", + "Created": "2026-04-09T08:36:50.284294727Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5379221676856211, + "StableID": "n6UfJr2G1j11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:d68681e3190e07adeb805f76f0da322996f8e561b986f7a3351ff57b35009a76", + "Addresses": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "AllowedIPs": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "Endpoints": ["77.164.248.136:51073", "10.65.0.27:51073", "172.17.0.1:51073"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62339}, + {"Proto": "peerapi6", "Port": 62339} + ]}, + "Created": "2026-04-09T08:36:49.213259725Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5518489195885314, + "StableID": "nXKb4WML6k11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:3fa1ad627c092d1d312629cc2d416a066a13933b0b9d49b4a1a573eb8b894d4b", + "Addresses": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "AllowedIPs": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "Endpoints": ["77.164.248.136:42346", "10.65.0.27:42346", "172.17.0.1:42346"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59035}, + {"Proto": "peerapi6", "Port": 59035} + ]}, + "Created": "2026-04-09T08:36:49.743396097Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6835726775195350, + "StableID": "nH66HAxuNv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "DiscoKey": "discokey:2406490d3df36b864f3cd9383165a35c1d7abe7c09a8724b80a780418c1bf47e", + "Addresses": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "AllowedIPs": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "Endpoints": ["77.164.248.136:45951", "10.65.0.27:45951", "172.17.0.1:45951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37790}, + {"Proto": "peerapi6", "Port": 37790} + ]}, + "Created": "2026-04-09T08:36:48.678132337Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7556193580458125, + "StableID": "n8AgjkPD1221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "DiscoKey": "discokey:e4def4f7ba31bb3d4d0adf01a332f8eedb35d254da528ff3c90b5a9e7e333e2f", + "Addresses": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "AllowedIPs": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "Endpoints": ["77.164.248.136:52528", "10.65.0.27:52528", "172.17.0.1:52528"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43509}, + {"Proto": "peerapi6", "Port": 43509} + ]}, + "Created": "2026-04-09T08:36:43.322665275Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7631105376590416, + "StableID": "nBWvdVC9b221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "DiscoKey": "discokey:aedfd3b0e89de844d0629871b8f515f334e9a3f7faff551bebfd737d17270860", + "Addresses": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "AllowedIPs": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "Endpoints": ["77.164.248.136:39555", "10.65.0.27:39555", "172.17.0.1:39555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64491}, + {"Proto": "peerapi6", "Port": 64491} + ]}, + "Created": "2026-04-09T08:36:44.40292255Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7873291468922429, + "StableID": "nc4kHw1qU421CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "DiscoKey": "discokey:c1c0022f94a19b5ff05d7803cdb3da823a31033be912fb9e76f1d73c3e02ec44", + "Addresses": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "AllowedIPs": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "Endpoints": ["77.164.248.136:59820", "10.65.0.27:59820", "172.17.0.1:59820"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 50379}, + {"Proto": "peerapi6", "Port": 50379} + ]}, + "Created": "2026-04-09T08:36:45.45395016Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8990993054942368, + "StableID": "nPJF4D93DD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "DiscoKey": "discokey:0b3d8ab588c747ccaf30edce090b0d7f6ea7c301b0d27ed2c77429cda591eb39", + "Addresses": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "AllowedIPs": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "Endpoints": ["77.164.248.136:39810", "10.65.0.27:39810", "172.17.0.1:39810"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44300}, + {"Proto": "peerapi6", "Port": 44300} + ]}, + "Created": "2026-04-09T08:36:47.590763047Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12637,27 +12663,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "506421946349641": { - "ID": 506421946349641, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "820957517665246": { + "ID": 820957517665246, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12688,21 +12716,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1888944471369464, - "StableID": "nj2pYMNWkF11CNTRL", + "ID": 7631105376590416, + "StableID": "nBWvdVC9b221CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 1888944471369464, - "Key": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "DiscoKey": "discokey:5e5ec8b7c8ecb2ceedb1d0e4aeafdc4522d365a2e7a2796e26092e4f71ef4a39", - "Addresses": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "AllowedIPs": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "Endpoints": ["77.164.248.136:38661", "10.65.0.27:38661", "172.17.0.1:38661"], + "User": 7631105376590416, + "Key": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "DiscoKey": "discokey:aedfd3b0e89de844d0629871b8f515f334e9a3f7faff551bebfd737d17270860", + "Addresses": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "AllowedIPs": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "Endpoints": ["77.164.248.136:39555", "10.65.0.27:39555", "172.17.0.1:39555"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 63200}, - {"Proto": "peerapi6", "Port": 63200}, + {"Proto": "peerapi4", "Port": 64491}, + {"Proto": "peerapi6", "Port": 64491}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:39.516585178Z", + "Created": "2026-04-09T08:36:44.40292255Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12730,299 +12758,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "MachineKey": "mkey:a9f18e9846b0c9565555a65f9f7cfcdfad42e9f2b8c7b8f9113d3b2cec75b824", + "NodeKey": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "MachineKey": "mkey:14a20599aa2d5f05c2197ba89e1a6f6ecc73ca5ace20242fd7457f0e9c23ad16", "Peers": [{ - "ID": 506421946349641, - "StableID": "nG6qE4rMx411CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "DiscoKey": "discokey:0d5f1cbcaf2b5ab8b015702f2397274ce995ab73a9d85e38d00c473cc553916d", - "Addresses": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "AllowedIPs": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "Endpoints": ["77.164.248.136:57789", "10.65.0.27:57789", "172.17.0.1:57789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47417}, - {"Proto": "peerapi6", "Port": 47417} - ]}, - "Created": "2026-04-09T01:30:40.056075415Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 518952127497242, - "StableID": "nPKTSZz24511CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "DiscoKey": "discokey:f0fddf31e4b143e6c1fcda1ef027dae84098210f39b97c10b80a02d3151bed08", - "Addresses": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "AllowedIPs": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "Endpoints": ["77.164.248.136:38485", "10.65.0.27:38485", "172.17.0.1:38485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56989}, - {"Proto": "peerapi6", "Port": 56989} - ]}, - "Created": "2026-04-09T01:30:41.691656441Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1640999314513652, - "StableID": "njLx5dGDpD11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:b067f22950c1b355baeee7e570ee13a7ca5d765cea9a96087dd3dd69dbf03675", - "Addresses": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "AllowedIPs": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "Endpoints": ["77.164.248.136:36930", "10.65.0.27:36930", "172.17.0.1:36930"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62935}, - {"Proto": "peerapi6", "Port": 62935} - ]}, - "Created": "2026-04-09T01:30:45.186800757Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1673670476421431, - "StableID": "nSLbn9V15E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "KeyExpiry": "2026-10-06T01:30:44Z", - "DiscoKey": "discokey:ff37a1f0307dc78f37a5adac3352050a05d3e2bb591c87b36833cf1e350eb415", - "Addresses": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "AllowedIPs": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "Endpoints": ["77.164.248.136:38635", "10.65.0.27:38635", "172.17.0.1:38635"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 51135}, - {"Proto": "peerapi6", "Port": 51135} - ]}, - "Created": "2026-04-09T01:30:44.398185191Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2049943098844569, - "StableID": "nvRnwgXR1H11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "DiscoKey": "discokey:2cf17b139241eea28d7876568799c3ded54d8ba754b02d93bbb9bd7567b1c563", - "Addresses": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "AllowedIPs": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "Endpoints": ["77.164.248.136:51928", "10.65.0.27:51928", "172.17.0.1:51928"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 40738}, - {"Proto": "peerapi6", "Port": 40738} - ]}, - "Created": "2026-04-09T01:30:40.603487667Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2327632263222873, - "StableID": "nxtvVFxBBK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "DiscoKey": "discokey:b3117ffe79bca6420e93249bcab4b0b456d8f72c55f31a88a5cc94e2e0e28b45", - "Addresses": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "AllowedIPs": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "Endpoints": ["77.164.248.136:52827", "10.65.0.27:52827", "172.17.0.1:52827"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 51756}, - {"Proto": "peerapi6", "Port": 51756} - ]}, - "Created": "2026-04-09T01:30:42.776566708Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2736971251649922, - "StableID": "nZ44CSbaNN11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "DiscoKey": "discokey:0f8570b05ad536a6613f31431f0da89f968462e4bde04b9c48ea61ccf42d3f52", - "Addresses": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "AllowedIPs": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "Endpoints": ["77.164.248.136:47924", "10.65.0.27:47924", "172.17.0.1:47924"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33794}, - {"Proto": "peerapi6", "Port": 33794} - ]}, - "Created": "2026-04-09T01:30:38.426514415Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3612065972824886, - "StableID": "nZ8d5CruCV11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "DiscoKey": "discokey:ec16ac6956f0811fa08cb1c9d8863b6340da6abc154b53eacff29c9748809d4a", - "Addresses": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "AllowedIPs": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "Endpoints": ["77.164.248.136:36632", "10.65.0.27:36632", "172.17.0.1:36632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55482}, - {"Proto": "peerapi6", "Port": 55482} - ]}, - "Created": "2026-04-09T01:30:41.152033487Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3901810204453671, - "StableID": "nrvUePw8UX11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "DiscoKey": "discokey:38c03163d3f5c9ec7693492a1d398da6f8cb2f966adf88edb3867121f702307b", - "Addresses": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "AllowedIPs": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "Endpoints": ["77.164.248.136:35971", "10.65.0.27:35971", "172.17.0.1:35971"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62641}, - {"Proto": "peerapi6", "Port": 62641} - ]}, - "Created": "2026-04-09T01:30:42.237239757Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5137631997852024, - "StableID": "nTY3f5tq7h11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "DiscoKey": "discokey:2b92119f329733d06733493f8831f6e191e8f1490f4aa6d18a08db4be83d6c30", - "Addresses": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "AllowedIPs": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "Endpoints": ["77.164.248.136:38946", "10.65.0.27:38946", "172.17.0.1:38946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 52319}, - {"Proto": "peerapi6", "Port": 52319} - ]}, - "Created": "2026-04-09T01:30:37.732381742Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5805478440817259, - "StableID": "neSWtJ5KLn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "DiscoKey": "discokey:7a6d1ab0f097c7b97d2352b69afc485a3a26b3dfd3e593ae006a727aeb130b72", - "Addresses": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "AllowedIPs": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57869}, - {"Proto": "peerapi6", "Port": 57869} - ]}, - "Created": "2026-04-09T01:30:43.856043008Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6432074742870384, - "StableID": "nyVVRQh6Es11CNTRL", + "ID": 640200362937406, + "StableID": "nFbxoiywz511CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "DiscoKey": "discokey:40e45e3009ff886154d255ed603780ac0ba1f28950e0e81547d562394ecb3f03", - "Addresses": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "AllowedIPs": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "Endpoints": ["77.164.248.136:53186", "10.65.0.27:53186", "172.17.0.1:53186"], + "Key": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "DiscoKey": "discokey:d7cf47979a8ac8d0bb8e3a44d475e4d753230e505bf90ee413ba7346fb9c6a51", + "Addresses": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "AllowedIPs": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38802}, - {"Proto": "peerapi6", "Port": 38802} + {"Proto": "peerapi4", "Port": 65436}, + {"Proto": "peerapi6", "Port": 65436} ]}, - "Created": "2026-04-09T01:30:38.97509857Z", + "Created": "2026-04-09T08:36:43.863220078Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 6888123530709109, - "StableID": "nQnz8rKenv11CNTRL", + "ID": 820957517665246, + "StableID": "ndUkbPApQ711CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "DiscoKey": "discokey:0cd491ec204a1f6551c45b7988fdcab7b8c0081caf97c82713729253383ccd24", + "Addresses": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "AllowedIPs": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "Endpoints": ["77.164.248.136:51313", "10.65.0.27:51313", "172.17.0.1:51313"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 40143}, + {"Proto": "peerapi6", "Port": 40143} + ]}, + "Created": "2026-04-09T08:36:44.925747526Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1014441549716849, + "StableID": "nEyUxEfSv811CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "DiscoKey": "discokey:ee115957eb48e63c188e399199a8accce4d869e025c19934e4ae858172fb5b75", + "Addresses": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "AllowedIPs": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "Endpoints": ["77.164.248.136:41497", "10.65.0.27:41497", "172.17.0.1:41497"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54180}, + {"Proto": "peerapi6", "Port": 54180} + ]}, + "Created": "2026-04-09T08:36:42.837743051Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 1470562378962887, + "StableID": "nCm2jSB2VC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "DiscoKey": "discokey:0bc2c5ab5edde32d8b800e6be5372d7697d87745867bc80ab48b33a8928cbb44", + "Addresses": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "AllowedIPs": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "Endpoints": ["77.164.248.136:44824", "10.65.0.27:44824", "172.17.0.1:44824"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61664}, + {"Proto": "peerapi6", "Port": 61664} + ]}, + "Created": "2026-04-09T08:36:46.523176634Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2662931350668951, + "StableID": "nGqMg5h3oM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "DiscoKey": "discokey:fc0de67d3f862af8560cb444edc45a7b8f303086e298e0cbbc57ee6266fa4455", + "Addresses": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "AllowedIPs": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "Endpoints": ["77.164.248.136:35232", "10.65.0.27:35232", "172.17.0.1:35232"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42896}, + {"Proto": "peerapi6", "Port": 42896} + ]}, + "Created": "2026-04-09T08:36:45.97985365Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3637617974826025, + "StableID": "ntgszE4VQV11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "DiscoKey": "discokey:cbb985f6a734b551f7112b77a141cd559ae5eef28099ae6b5637e97975b3b721", + "Addresses": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "AllowedIPs": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "Endpoints": ["77.164.248.136:55572", "10.65.0.27:55572", "172.17.0.1:55572"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48963}, + {"Proto": "peerapi6", "Port": 48963} + ]}, + "Created": "2026-04-09T08:36:47.055919958Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4775774107686068, + "StableID": "n7nW2HVxHe11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "DiscoKey": "discokey:2c67d1e0ef95469299e7523500aa92e723798f7489415468274e70349737ea28", - "Addresses": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "AllowedIPs": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "Endpoints": ["77.164.248.136:41333", "10.65.0.27:41333", "172.17.0.1:41333"], + "Key": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "DiscoKey": "discokey:46eb951c4237d3ee4e041364f5551dd8c332f0b34e9bf2def27fa1b2efc4b830", + "Addresses": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "AllowedIPs": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "Endpoints": ["77.164.248.136:37394", "10.65.0.27:37394", "172.17.0.1:37394"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 44244}, - {"Proto": "peerapi6", "Port": 44244} + {"Proto": "peerapi4", "Port": 47095}, + {"Proto": "peerapi6", "Port": 47095} ]}, - "Created": "2026-04-09T01:30:43.32520078Z", + "Created": "2026-04-09T08:36:48.131063724Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7837011360071715, - "StableID": "nrkgJxzPC421CNTRL", + "ID": 5351486556412345, + "StableID": "nJbkggUhni11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:3367b75df53283e84b774dc2549abda3f25700934815ba89f8683afeac789f55", - "Addresses": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "AllowedIPs": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], + "Key": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "KeyExpiry": "2026-10-06T08:36:50Z", + "DiscoKey": "discokey:ed197bd8ebf0f69b003e84b6bf329b889a4ecede47a66a5357aff588bc5c4d19", + "Addresses": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "AllowedIPs": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41588}, - {"Proto": "peerapi6", "Port": 41588} + {"Proto": "peerapi4", "Port": 54191}, + {"Proto": "peerapi6", "Port": 54191} ]}, - "Created": "2026-04-09T01:30:45.745693153Z", + "Created": "2026-04-09T08:36:50.284294727Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5379221676856211, + "StableID": "n6UfJr2G1j11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:d68681e3190e07adeb805f76f0da322996f8e561b986f7a3351ff57b35009a76", + "Addresses": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "AllowedIPs": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "Endpoints": ["77.164.248.136:51073", "10.65.0.27:51073", "172.17.0.1:51073"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62339}, + {"Proto": "peerapi6", "Port": 62339} + ]}, + "Created": "2026-04-09T08:36:49.213259725Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5518489195885314, + "StableID": "nXKb4WML6k11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:3fa1ad627c092d1d312629cc2d416a066a13933b0b9d49b4a1a573eb8b894d4b", + "Addresses": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "AllowedIPs": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "Endpoints": ["77.164.248.136:42346", "10.65.0.27:42346", "172.17.0.1:42346"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59035}, + {"Proto": "peerapi6", "Port": 59035} + ]}, + "Created": "2026-04-09T08:36:49.743396097Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6835726775195350, + "StableID": "nH66HAxuNv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "DiscoKey": "discokey:2406490d3df36b864f3cd9383165a35c1d7abe7c09a8724b80a780418c1bf47e", + "Addresses": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "AllowedIPs": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "Endpoints": ["77.164.248.136:45951", "10.65.0.27:45951", "172.17.0.1:45951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37790}, + {"Proto": "peerapi6", "Port": 37790} + ]}, + "Created": "2026-04-09T08:36:48.678132337Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7556193580458125, + "StableID": "n8AgjkPD1221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "DiscoKey": "discokey:e4def4f7ba31bb3d4d0adf01a332f8eedb35d254da528ff3c90b5a9e7e333e2f", + "Addresses": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "AllowedIPs": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "Endpoints": ["77.164.248.136:52528", "10.65.0.27:52528", "172.17.0.1:52528"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43509}, + {"Proto": "peerapi6", "Port": 43509} + ]}, + "Created": "2026-04-09T08:36:43.322665275Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7873291468922429, + "StableID": "nc4kHw1qU421CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "DiscoKey": "discokey:c1c0022f94a19b5ff05d7803cdb3da823a31033be912fb9e76f1d73c3e02ec44", + "Addresses": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "AllowedIPs": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "Endpoints": ["77.164.248.136:59820", "10.65.0.27:59820", "172.17.0.1:59820"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 50379}, + {"Proto": "peerapi6", "Port": 50379} + ]}, + "Created": "2026-04-09T08:36:45.45395016Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8990993054942368, + "StableID": "nPJF4D93DD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "DiscoKey": "discokey:0b3d8ab588c747ccaf30edce090b0d7f6ea7c301b0d27ed2c77429cda591eb39", + "Addresses": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "AllowedIPs": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "Endpoints": ["77.164.248.136:39810", "10.65.0.27:39810", "172.17.0.1:39810"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44300}, + {"Proto": "peerapi6", "Port": 44300} + ]}, + "Created": "2026-04-09T08:36:47.590763047Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13870,27 +13899,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1888944471369464": { - "ID": 1888944471369464, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7631105376590416": { + "ID": 7631105376590416, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13921,26 +13952,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3612065972824886, - "StableID": "nZ8d5CruCV11CNTRL", + "ID": 2662931350668951, + "StableID": "nGqMg5h3oM11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 3612065972824886, - "Key": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "DiscoKey": "discokey:ec16ac6956f0811fa08cb1c9d8863b6340da6abc154b53eacff29c9748809d4a", - "Addresses": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "AllowedIPs": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "Endpoints": ["77.164.248.136:36632", "10.65.0.27:36632", "172.17.0.1:36632"], + "User": 2662931350668951, + "Key": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "DiscoKey": "discokey:fc0de67d3f862af8560cb444edc45a7b8f303086e298e0cbbc57ee6266fa4455", + "Addresses": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "AllowedIPs": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "Endpoints": ["77.164.248.136:35232", "10.65.0.27:35232", "172.17.0.1:35232"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 55482}, - {"Proto": "peerapi6", "Port": 55482}, + {"Proto": "peerapi4", "Port": 42896}, + {"Proto": "peerapi6", "Port": 42896}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:30:41.152033487Z", + "Created": "2026-04-09T08:36:45.97985365Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13968,301 +13999,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "MachineKey": "mkey:c4e05bad8f9223b7f79d6bf9730d92de8172c7d4ea82e0d61e85f804e64a1b63", + "NodeKey": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "MachineKey": "mkey:746918bf1cf1d40c84fbcde897c6a47fd7d5f2f7e5d8b956d7e713f0a7b88569", "Peers": [{ - "ID": 506421946349641, - "StableID": "nG6qE4rMx411CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "DiscoKey": "discokey:0d5f1cbcaf2b5ab8b015702f2397274ce995ab73a9d85e38d00c473cc553916d", - "Addresses": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "AllowedIPs": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "Endpoints": ["77.164.248.136:57789", "10.65.0.27:57789", "172.17.0.1:57789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47417}, - {"Proto": "peerapi6", "Port": 47417} - ]}, - "Created": "2026-04-09T01:30:40.056075415Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 518952127497242, - "StableID": "nPKTSZz24511CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "DiscoKey": "discokey:f0fddf31e4b143e6c1fcda1ef027dae84098210f39b97c10b80a02d3151bed08", - "Addresses": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "AllowedIPs": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "Endpoints": ["77.164.248.136:38485", "10.65.0.27:38485", "172.17.0.1:38485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56989}, - {"Proto": "peerapi6", "Port": 56989} - ]}, - "Created": "2026-04-09T01:30:41.691656441Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1640999314513652, - "StableID": "njLx5dGDpD11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:b067f22950c1b355baeee7e570ee13a7ca5d765cea9a96087dd3dd69dbf03675", - "Addresses": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "AllowedIPs": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "Endpoints": ["77.164.248.136:36930", "10.65.0.27:36930", "172.17.0.1:36930"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62935}, - {"Proto": "peerapi6", "Port": 62935} - ]}, - "Created": "2026-04-09T01:30:45.186800757Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1673670476421431, - "StableID": "nSLbn9V15E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "KeyExpiry": "2026-10-06T01:30:44Z", - "DiscoKey": "discokey:ff37a1f0307dc78f37a5adac3352050a05d3e2bb591c87b36833cf1e350eb415", - "Addresses": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "AllowedIPs": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "Endpoints": ["77.164.248.136:38635", "10.65.0.27:38635", "172.17.0.1:38635"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 51135}, - {"Proto": "peerapi6", "Port": 51135} - ]}, - "Created": "2026-04-09T01:30:44.398185191Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1888944471369464, - "StableID": "nj2pYMNWkF11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "DiscoKey": "discokey:5e5ec8b7c8ecb2ceedb1d0e4aeafdc4522d365a2e7a2796e26092e4f71ef4a39", - "Addresses": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "AllowedIPs": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "Endpoints": ["77.164.248.136:38661", "10.65.0.27:38661", "172.17.0.1:38661"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63200}, - {"Proto": "peerapi6", "Port": 63200} - ]}, - "Created": "2026-04-09T01:30:39.516585178Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2049943098844569, - "StableID": "nvRnwgXR1H11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "DiscoKey": "discokey:2cf17b139241eea28d7876568799c3ded54d8ba754b02d93bbb9bd7567b1c563", - "Addresses": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "AllowedIPs": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "Endpoints": ["77.164.248.136:51928", "10.65.0.27:51928", "172.17.0.1:51928"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 40738}, - {"Proto": "peerapi6", "Port": 40738} - ]}, - "Created": "2026-04-09T01:30:40.603487667Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2327632263222873, - "StableID": "nxtvVFxBBK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "DiscoKey": "discokey:b3117ffe79bca6420e93249bcab4b0b456d8f72c55f31a88a5cc94e2e0e28b45", - "Addresses": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "AllowedIPs": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "Endpoints": ["77.164.248.136:52827", "10.65.0.27:52827", "172.17.0.1:52827"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 51756}, - {"Proto": "peerapi6", "Port": 51756} - ]}, - "Created": "2026-04-09T01:30:42.776566708Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2736971251649922, - "StableID": "nZ44CSbaNN11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "DiscoKey": "discokey:0f8570b05ad536a6613f31431f0da89f968462e4bde04b9c48ea61ccf42d3f52", - "Addresses": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "AllowedIPs": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "Endpoints": ["77.164.248.136:47924", "10.65.0.27:47924", "172.17.0.1:47924"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33794}, - {"Proto": "peerapi6", "Port": 33794} - ]}, - "Created": "2026-04-09T01:30:38.426514415Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3901810204453671, - "StableID": "nrvUePw8UX11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "DiscoKey": "discokey:38c03163d3f5c9ec7693492a1d398da6f8cb2f966adf88edb3867121f702307b", - "Addresses": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "AllowedIPs": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "Endpoints": ["77.164.248.136:35971", "10.65.0.27:35971", "172.17.0.1:35971"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62641}, - {"Proto": "peerapi6", "Port": 62641} - ]}, - "Created": "2026-04-09T01:30:42.237239757Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5137631997852024, - "StableID": "nTY3f5tq7h11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "DiscoKey": "discokey:2b92119f329733d06733493f8831f6e191e8f1490f4aa6d18a08db4be83d6c30", - "Addresses": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "AllowedIPs": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "Endpoints": ["77.164.248.136:38946", "10.65.0.27:38946", "172.17.0.1:38946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 52319}, - {"Proto": "peerapi6", "Port": 52319} - ]}, - "Created": "2026-04-09T01:30:37.732381742Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5805478440817259, - "StableID": "neSWtJ5KLn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "DiscoKey": "discokey:7a6d1ab0f097c7b97d2352b69afc485a3a26b3dfd3e593ae006a727aeb130b72", - "Addresses": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "AllowedIPs": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57869}, - {"Proto": "peerapi6", "Port": 57869} - ]}, - "Created": "2026-04-09T01:30:43.856043008Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6432074742870384, - "StableID": "nyVVRQh6Es11CNTRL", + "ID": 640200362937406, + "StableID": "nFbxoiywz511CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "DiscoKey": "discokey:40e45e3009ff886154d255ed603780ac0ba1f28950e0e81547d562394ecb3f03", - "Addresses": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "AllowedIPs": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "Endpoints": ["77.164.248.136:53186", "10.65.0.27:53186", "172.17.0.1:53186"], + "Key": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "DiscoKey": "discokey:d7cf47979a8ac8d0bb8e3a44d475e4d753230e505bf90ee413ba7346fb9c6a51", + "Addresses": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "AllowedIPs": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38802}, - {"Proto": "peerapi6", "Port": 38802} + {"Proto": "peerapi4", "Port": 65436}, + {"Proto": "peerapi6", "Port": 65436} ]}, - "Created": "2026-04-09T01:30:38.97509857Z", + "Created": "2026-04-09T08:36:43.863220078Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 6888123530709109, - "StableID": "nQnz8rKenv11CNTRL", + "ID": 820957517665246, + "StableID": "ndUkbPApQ711CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "DiscoKey": "discokey:0cd491ec204a1f6551c45b7988fdcab7b8c0081caf97c82713729253383ccd24", + "Addresses": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "AllowedIPs": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "Endpoints": ["77.164.248.136:51313", "10.65.0.27:51313", "172.17.0.1:51313"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 40143}, + {"Proto": "peerapi6", "Port": 40143} + ]}, + "Created": "2026-04-09T08:36:44.925747526Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1014441549716849, + "StableID": "nEyUxEfSv811CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "DiscoKey": "discokey:ee115957eb48e63c188e399199a8accce4d869e025c19934e4ae858172fb5b75", + "Addresses": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "AllowedIPs": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "Endpoints": ["77.164.248.136:41497", "10.65.0.27:41497", "172.17.0.1:41497"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54180}, + {"Proto": "peerapi6", "Port": 54180} + ]}, + "Created": "2026-04-09T08:36:42.837743051Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 1470562378962887, + "StableID": "nCm2jSB2VC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "DiscoKey": "discokey:0bc2c5ab5edde32d8b800e6be5372d7697d87745867bc80ab48b33a8928cbb44", + "Addresses": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "AllowedIPs": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "Endpoints": ["77.164.248.136:44824", "10.65.0.27:44824", "172.17.0.1:44824"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61664}, + {"Proto": "peerapi6", "Port": 61664} + ]}, + "Created": "2026-04-09T08:36:46.523176634Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 3637617974826025, + "StableID": "ntgszE4VQV11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "DiscoKey": "discokey:cbb985f6a734b551f7112b77a141cd559ae5eef28099ae6b5637e97975b3b721", + "Addresses": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "AllowedIPs": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "Endpoints": ["77.164.248.136:55572", "10.65.0.27:55572", "172.17.0.1:55572"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48963}, + {"Proto": "peerapi6", "Port": 48963} + ]}, + "Created": "2026-04-09T08:36:47.055919958Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4775774107686068, + "StableID": "n7nW2HVxHe11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "DiscoKey": "discokey:2c67d1e0ef95469299e7523500aa92e723798f7489415468274e70349737ea28", - "Addresses": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "AllowedIPs": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "Endpoints": ["77.164.248.136:41333", "10.65.0.27:41333", "172.17.0.1:41333"], + "Key": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "DiscoKey": "discokey:46eb951c4237d3ee4e041364f5551dd8c332f0b34e9bf2def27fa1b2efc4b830", + "Addresses": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "AllowedIPs": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "Endpoints": ["77.164.248.136:37394", "10.65.0.27:37394", "172.17.0.1:37394"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 44244}, - {"Proto": "peerapi6", "Port": 44244} + {"Proto": "peerapi4", "Port": 47095}, + {"Proto": "peerapi6", "Port": 47095} ]}, - "Created": "2026-04-09T01:30:43.32520078Z", + "Created": "2026-04-09T08:36:48.131063724Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7837011360071715, - "StableID": "nrkgJxzPC421CNTRL", + "ID": 5351486556412345, + "StableID": "nJbkggUhni11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:3367b75df53283e84b774dc2549abda3f25700934815ba89f8683afeac789f55", - "Addresses": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "AllowedIPs": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "Endpoints": ["77.164.248.136:46528", "10.65.0.27:46528", "172.17.0.1:46528"], + "Key": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "KeyExpiry": "2026-10-06T08:36:50Z", + "DiscoKey": "discokey:ed197bd8ebf0f69b003e84b6bf329b889a4ecede47a66a5357aff588bc5c4d19", + "Addresses": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "AllowedIPs": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "Endpoints": ["77.164.248.136:56516", "10.65.0.27:56516", "172.17.0.1:56516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41588}, - {"Proto": "peerapi6", "Port": 41588} + {"Proto": "peerapi4", "Port": 54191}, + {"Proto": "peerapi6", "Port": 54191} ]}, - "Created": "2026-04-09T01:30:45.745693153Z", + "Created": "2026-04-09T08:36:50.284294727Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5379221676856211, + "StableID": "n6UfJr2G1j11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:d68681e3190e07adeb805f76f0da322996f8e561b986f7a3351ff57b35009a76", + "Addresses": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "AllowedIPs": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "Endpoints": ["77.164.248.136:51073", "10.65.0.27:51073", "172.17.0.1:51073"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62339}, + {"Proto": "peerapi6", "Port": 62339} + ]}, + "Created": "2026-04-09T08:36:49.213259725Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5518489195885314, + "StableID": "nXKb4WML6k11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:3fa1ad627c092d1d312629cc2d416a066a13933b0b9d49b4a1a573eb8b894d4b", + "Addresses": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "AllowedIPs": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "Endpoints": ["77.164.248.136:42346", "10.65.0.27:42346", "172.17.0.1:42346"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59035}, + {"Proto": "peerapi6", "Port": 59035} + ]}, + "Created": "2026-04-09T08:36:49.743396097Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6835726775195350, + "StableID": "nH66HAxuNv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "DiscoKey": "discokey:2406490d3df36b864f3cd9383165a35c1d7abe7c09a8724b80a780418c1bf47e", + "Addresses": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "AllowedIPs": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "Endpoints": ["77.164.248.136:45951", "10.65.0.27:45951", "172.17.0.1:45951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37790}, + {"Proto": "peerapi6", "Port": 37790} + ]}, + "Created": "2026-04-09T08:36:48.678132337Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7556193580458125, + "StableID": "n8AgjkPD1221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "DiscoKey": "discokey:e4def4f7ba31bb3d4d0adf01a332f8eedb35d254da528ff3c90b5a9e7e333e2f", + "Addresses": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "AllowedIPs": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "Endpoints": ["77.164.248.136:52528", "10.65.0.27:52528", "172.17.0.1:52528"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43509}, + {"Proto": "peerapi6", "Port": 43509} + ]}, + "Created": "2026-04-09T08:36:43.322665275Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7631105376590416, + "StableID": "nBWvdVC9b221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "DiscoKey": "discokey:aedfd3b0e89de844d0629871b8f515f334e9a3f7faff551bebfd737d17270860", + "Addresses": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "AllowedIPs": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "Endpoints": ["77.164.248.136:39555", "10.65.0.27:39555", "172.17.0.1:39555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64491}, + {"Proto": "peerapi6", "Port": 64491} + ]}, + "Created": "2026-04-09T08:36:44.40292255Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7873291468922429, + "StableID": "nc4kHw1qU421CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "DiscoKey": "discokey:c1c0022f94a19b5ff05d7803cdb3da823a31033be912fb9e76f1d73c3e02ec44", + "Addresses": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "AllowedIPs": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "Endpoints": ["77.164.248.136:59820", "10.65.0.27:59820", "172.17.0.1:59820"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 50379}, + {"Proto": "peerapi6", "Port": 50379} + ]}, + "Created": "2026-04-09T08:36:45.45395016Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8990993054942368, + "StableID": "nPJF4D93DD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "DiscoKey": "discokey:0b3d8ab588c747ccaf30edce090b0d7f6ea7c301b0d27ed2c77429cda591eb39", + "Addresses": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "AllowedIPs": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "Endpoints": ["77.164.248.136:39810", "10.65.0.27:39810", "172.17.0.1:39810"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44300}, + {"Proto": "peerapi6", "Port": 44300} + ]}, + "Created": "2026-04-09T08:36:47.590763047Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15110,27 +15142,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3612065972824886": { - "ID": 3612065972824886, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2662931350668951": { + "ID": 2662931350668951, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15161,26 +15195,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3901810204453671, - "StableID": "nrvUePw8UX11CNTRL", + "ID": 3637617974826025, + "StableID": "ntgszE4VQV11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 3901810204453671, - "Key": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "DiscoKey": "discokey:38c03163d3f5c9ec7693492a1d398da6f8cb2f966adf88edb3867121f702307b", - "Addresses": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "AllowedIPs": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "Endpoints": ["77.164.248.136:35971", "10.65.0.27:35971", "172.17.0.1:35971"], + "User": 3637617974826025, + "Key": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "DiscoKey": "discokey:cbb985f6a734b551f7112b77a141cd559ae5eef28099ae6b5637e97975b3b721", + "Addresses": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "AllowedIPs": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "Endpoints": ["77.164.248.136:55572", "10.65.0.27:55572", "172.17.0.1:55572"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 62641}, - {"Proto": "peerapi6", "Port": 62641}, + {"Proto": "peerapi4", "Port": 48963}, + {"Proto": "peerapi6", "Port": 48963}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:30:42.237239757Z", + "Created": "2026-04-09T08:36:47.055919958Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15208,301 +15242,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "MachineKey": "mkey:1bd8abad0313b6560b345d1df2321e157b823d54e52ccac867d270d639a55f09", + "NodeKey": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "MachineKey": "mkey:d8f50f9106c76bcf552df59dcbb165b80f504b89cf202a2a5a84ebab9c933a2d", "Peers": [{ - "ID": 506421946349641, - "StableID": "nG6qE4rMx411CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "DiscoKey": "discokey:0d5f1cbcaf2b5ab8b015702f2397274ce995ab73a9d85e38d00c473cc553916d", - "Addresses": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "AllowedIPs": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "Endpoints": ["77.164.248.136:57789", "10.65.0.27:57789", "172.17.0.1:57789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47417}, - {"Proto": "peerapi6", "Port": 47417} - ]}, - "Created": "2026-04-09T01:30:40.056075415Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 518952127497242, - "StableID": "nPKTSZz24511CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "DiscoKey": "discokey:f0fddf31e4b143e6c1fcda1ef027dae84098210f39b97c10b80a02d3151bed08", - "Addresses": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "AllowedIPs": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "Endpoints": ["77.164.248.136:38485", "10.65.0.27:38485", "172.17.0.1:38485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56989}, - {"Proto": "peerapi6", "Port": 56989} - ]}, - "Created": "2026-04-09T01:30:41.691656441Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1640999314513652, - "StableID": "njLx5dGDpD11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:b067f22950c1b355baeee7e570ee13a7ca5d765cea9a96087dd3dd69dbf03675", - "Addresses": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "AllowedIPs": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "Endpoints": ["77.164.248.136:36930", "10.65.0.27:36930", "172.17.0.1:36930"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62935}, - {"Proto": "peerapi6", "Port": 62935} - ]}, - "Created": "2026-04-09T01:30:45.186800757Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1673670476421431, - "StableID": "nSLbn9V15E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "KeyExpiry": "2026-10-06T01:30:44Z", - "DiscoKey": "discokey:ff37a1f0307dc78f37a5adac3352050a05d3e2bb591c87b36833cf1e350eb415", - "Addresses": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "AllowedIPs": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "Endpoints": ["77.164.248.136:38635", "10.65.0.27:38635", "172.17.0.1:38635"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 51135}, - {"Proto": "peerapi6", "Port": 51135} - ]}, - "Created": "2026-04-09T01:30:44.398185191Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1888944471369464, - "StableID": "nj2pYMNWkF11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "DiscoKey": "discokey:5e5ec8b7c8ecb2ceedb1d0e4aeafdc4522d365a2e7a2796e26092e4f71ef4a39", - "Addresses": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "AllowedIPs": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "Endpoints": ["77.164.248.136:38661", "10.65.0.27:38661", "172.17.0.1:38661"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63200}, - {"Proto": "peerapi6", "Port": 63200} - ]}, - "Created": "2026-04-09T01:30:39.516585178Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2049943098844569, - "StableID": "nvRnwgXR1H11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "DiscoKey": "discokey:2cf17b139241eea28d7876568799c3ded54d8ba754b02d93bbb9bd7567b1c563", - "Addresses": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "AllowedIPs": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "Endpoints": ["77.164.248.136:51928", "10.65.0.27:51928", "172.17.0.1:51928"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 40738}, - {"Proto": "peerapi6", "Port": 40738} - ]}, - "Created": "2026-04-09T01:30:40.603487667Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2327632263222873, - "StableID": "nxtvVFxBBK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "DiscoKey": "discokey:b3117ffe79bca6420e93249bcab4b0b456d8f72c55f31a88a5cc94e2e0e28b45", - "Addresses": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "AllowedIPs": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "Endpoints": ["77.164.248.136:52827", "10.65.0.27:52827", "172.17.0.1:52827"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 51756}, - {"Proto": "peerapi6", "Port": 51756} - ]}, - "Created": "2026-04-09T01:30:42.776566708Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2736971251649922, - "StableID": "nZ44CSbaNN11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "DiscoKey": "discokey:0f8570b05ad536a6613f31431f0da89f968462e4bde04b9c48ea61ccf42d3f52", - "Addresses": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "AllowedIPs": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "Endpoints": ["77.164.248.136:47924", "10.65.0.27:47924", "172.17.0.1:47924"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33794}, - {"Proto": "peerapi6", "Port": 33794} - ]}, - "Created": "2026-04-09T01:30:38.426514415Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3612065972824886, - "StableID": "nZ8d5CruCV11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "DiscoKey": "discokey:ec16ac6956f0811fa08cb1c9d8863b6340da6abc154b53eacff29c9748809d4a", - "Addresses": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "AllowedIPs": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "Endpoints": ["77.164.248.136:36632", "10.65.0.27:36632", "172.17.0.1:36632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55482}, - {"Proto": "peerapi6", "Port": 55482} - ]}, - "Created": "2026-04-09T01:30:41.152033487Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5137631997852024, - "StableID": "nTY3f5tq7h11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "DiscoKey": "discokey:2b92119f329733d06733493f8831f6e191e8f1490f4aa6d18a08db4be83d6c30", - "Addresses": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "AllowedIPs": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "Endpoints": ["77.164.248.136:38946", "10.65.0.27:38946", "172.17.0.1:38946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 52319}, - {"Proto": "peerapi6", "Port": 52319} - ]}, - "Created": "2026-04-09T01:30:37.732381742Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5805478440817259, - "StableID": "neSWtJ5KLn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "DiscoKey": "discokey:7a6d1ab0f097c7b97d2352b69afc485a3a26b3dfd3e593ae006a727aeb130b72", - "Addresses": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "AllowedIPs": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57869}, - {"Proto": "peerapi6", "Port": 57869} - ]}, - "Created": "2026-04-09T01:30:43.856043008Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6432074742870384, - "StableID": "nyVVRQh6Es11CNTRL", + "ID": 640200362937406, + "StableID": "nFbxoiywz511CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "DiscoKey": "discokey:40e45e3009ff886154d255ed603780ac0ba1f28950e0e81547d562394ecb3f03", - "Addresses": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "AllowedIPs": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "Endpoints": ["77.164.248.136:53186", "10.65.0.27:53186", "172.17.0.1:53186"], + "Key": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "DiscoKey": "discokey:d7cf47979a8ac8d0bb8e3a44d475e4d753230e505bf90ee413ba7346fb9c6a51", + "Addresses": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "AllowedIPs": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38802}, - {"Proto": "peerapi6", "Port": 38802} + {"Proto": "peerapi4", "Port": 65436}, + {"Proto": "peerapi6", "Port": 65436} ]}, - "Created": "2026-04-09T01:30:38.97509857Z", + "Created": "2026-04-09T08:36:43.863220078Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 6888123530709109, - "StableID": "nQnz8rKenv11CNTRL", + "ID": 820957517665246, + "StableID": "ndUkbPApQ711CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "DiscoKey": "discokey:0cd491ec204a1f6551c45b7988fdcab7b8c0081caf97c82713729253383ccd24", + "Addresses": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "AllowedIPs": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "Endpoints": ["77.164.248.136:51313", "10.65.0.27:51313", "172.17.0.1:51313"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 40143}, + {"Proto": "peerapi6", "Port": 40143} + ]}, + "Created": "2026-04-09T08:36:44.925747526Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1014441549716849, + "StableID": "nEyUxEfSv811CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "DiscoKey": "discokey:ee115957eb48e63c188e399199a8accce4d869e025c19934e4ae858172fb5b75", + "Addresses": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "AllowedIPs": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "Endpoints": ["77.164.248.136:41497", "10.65.0.27:41497", "172.17.0.1:41497"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54180}, + {"Proto": "peerapi6", "Port": 54180} + ]}, + "Created": "2026-04-09T08:36:42.837743051Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 1470562378962887, + "StableID": "nCm2jSB2VC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "DiscoKey": "discokey:0bc2c5ab5edde32d8b800e6be5372d7697d87745867bc80ab48b33a8928cbb44", + "Addresses": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "AllowedIPs": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "Endpoints": ["77.164.248.136:44824", "10.65.0.27:44824", "172.17.0.1:44824"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61664}, + {"Proto": "peerapi6", "Port": 61664} + ]}, + "Created": "2026-04-09T08:36:46.523176634Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2662931350668951, + "StableID": "nGqMg5h3oM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "DiscoKey": "discokey:fc0de67d3f862af8560cb444edc45a7b8f303086e298e0cbbc57ee6266fa4455", + "Addresses": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "AllowedIPs": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "Endpoints": ["77.164.248.136:35232", "10.65.0.27:35232", "172.17.0.1:35232"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42896}, + {"Proto": "peerapi6", "Port": 42896} + ]}, + "Created": "2026-04-09T08:36:45.97985365Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4775774107686068, + "StableID": "n7nW2HVxHe11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "DiscoKey": "discokey:2c67d1e0ef95469299e7523500aa92e723798f7489415468274e70349737ea28", - "Addresses": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "AllowedIPs": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "Endpoints": ["77.164.248.136:41333", "10.65.0.27:41333", "172.17.0.1:41333"], + "Key": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "DiscoKey": "discokey:46eb951c4237d3ee4e041364f5551dd8c332f0b34e9bf2def27fa1b2efc4b830", + "Addresses": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "AllowedIPs": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "Endpoints": ["77.164.248.136:37394", "10.65.0.27:37394", "172.17.0.1:37394"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 44244}, - {"Proto": "peerapi6", "Port": 44244} + {"Proto": "peerapi4", "Port": 47095}, + {"Proto": "peerapi6", "Port": 47095} ]}, - "Created": "2026-04-09T01:30:43.32520078Z", + "Created": "2026-04-09T08:36:48.131063724Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7837011360071715, - "StableID": "nrkgJxzPC421CNTRL", + "ID": 5351486556412345, + "StableID": "nJbkggUhni11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:3367b75df53283e84b774dc2549abda3f25700934815ba89f8683afeac789f55", - "Addresses": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "AllowedIPs": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "Endpoints": ["77.164.248.136:46528", "10.65.0.27:46528", "172.17.0.1:46528"], + "Key": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "KeyExpiry": "2026-10-06T08:36:50Z", + "DiscoKey": "discokey:ed197bd8ebf0f69b003e84b6bf329b889a4ecede47a66a5357aff588bc5c4d19", + "Addresses": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "AllowedIPs": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "Endpoints": ["77.164.248.136:56516", "10.65.0.27:56516", "172.17.0.1:56516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41588}, - {"Proto": "peerapi6", "Port": 41588} + {"Proto": "peerapi4", "Port": 54191}, + {"Proto": "peerapi6", "Port": 54191} ]}, - "Created": "2026-04-09T01:30:45.745693153Z", + "Created": "2026-04-09T08:36:50.284294727Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5379221676856211, + "StableID": "n6UfJr2G1j11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:d68681e3190e07adeb805f76f0da322996f8e561b986f7a3351ff57b35009a76", + "Addresses": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "AllowedIPs": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "Endpoints": ["77.164.248.136:51073", "10.65.0.27:51073", "172.17.0.1:51073"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62339}, + {"Proto": "peerapi6", "Port": 62339} + ]}, + "Created": "2026-04-09T08:36:49.213259725Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5518489195885314, + "StableID": "nXKb4WML6k11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:3fa1ad627c092d1d312629cc2d416a066a13933b0b9d49b4a1a573eb8b894d4b", + "Addresses": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "AllowedIPs": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "Endpoints": ["77.164.248.136:42346", "10.65.0.27:42346", "172.17.0.1:42346"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59035}, + {"Proto": "peerapi6", "Port": 59035} + ]}, + "Created": "2026-04-09T08:36:49.743396097Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6835726775195350, + "StableID": "nH66HAxuNv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "DiscoKey": "discokey:2406490d3df36b864f3cd9383165a35c1d7abe7c09a8724b80a780418c1bf47e", + "Addresses": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "AllowedIPs": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "Endpoints": ["77.164.248.136:45951", "10.65.0.27:45951", "172.17.0.1:45951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37790}, + {"Proto": "peerapi6", "Port": 37790} + ]}, + "Created": "2026-04-09T08:36:48.678132337Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7556193580458125, + "StableID": "n8AgjkPD1221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "DiscoKey": "discokey:e4def4f7ba31bb3d4d0adf01a332f8eedb35d254da528ff3c90b5a9e7e333e2f", + "Addresses": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "AllowedIPs": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "Endpoints": ["77.164.248.136:52528", "10.65.0.27:52528", "172.17.0.1:52528"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43509}, + {"Proto": "peerapi6", "Port": 43509} + ]}, + "Created": "2026-04-09T08:36:43.322665275Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7631105376590416, + "StableID": "nBWvdVC9b221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "DiscoKey": "discokey:aedfd3b0e89de844d0629871b8f515f334e9a3f7faff551bebfd737d17270860", + "Addresses": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "AllowedIPs": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "Endpoints": ["77.164.248.136:39555", "10.65.0.27:39555", "172.17.0.1:39555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64491}, + {"Proto": "peerapi6", "Port": 64491} + ]}, + "Created": "2026-04-09T08:36:44.40292255Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7873291468922429, + "StableID": "nc4kHw1qU421CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "DiscoKey": "discokey:c1c0022f94a19b5ff05d7803cdb3da823a31033be912fb9e76f1d73c3e02ec44", + "Addresses": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "AllowedIPs": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "Endpoints": ["77.164.248.136:59820", "10.65.0.27:59820", "172.17.0.1:59820"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 50379}, + {"Proto": "peerapi6", "Port": 50379} + ]}, + "Created": "2026-04-09T08:36:45.45395016Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8990993054942368, + "StableID": "nPJF4D93DD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "DiscoKey": "discokey:0b3d8ab588c747ccaf30edce090b0d7f6ea7c301b0d27ed2c77429cda591eb39", + "Addresses": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "AllowedIPs": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "Endpoints": ["77.164.248.136:39810", "10.65.0.27:39810", "172.17.0.1:39810"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44300}, + {"Proto": "peerapi6", "Port": 44300} + ]}, + "Created": "2026-04-09T08:36:47.590763047Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16350,27 +16385,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3901810204453671": { - "ID": 3901810204453671, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3637617974826025": { + "ID": 3637617974826025, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16401,22 +16438,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1640999314513652, - "StableID": "njLx5dGDpD11CNTRL", + "ID": 5518489195885314, + "StableID": "nXKb4WML6k11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:b067f22950c1b355baeee7e570ee13a7ca5d765cea9a96087dd3dd69dbf03675", - "Addresses": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "AllowedIPs": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "Endpoints": ["77.164.248.136:36930", "10.65.0.27:36930", "172.17.0.1:36930"], + "Key": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:3fa1ad627c092d1d312629cc2d416a066a13933b0b9d49b4a1a573eb8b894d4b", + "Addresses": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "AllowedIPs": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "Endpoints": ["77.164.248.136:42346", "10.65.0.27:42346", "172.17.0.1:42346"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62935}, - {"Proto": "peerapi6", "Port": 62935}, + {"Proto": "peerapi4", "Port": 59035}, + {"Proto": "peerapi6", "Port": 59035}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:45.186800757Z", + "Created": "2026-04-09T08:36:49.743396097Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16443,301 +16480,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "MachineKey": "mkey:11195639c6134867238b5739e2a9d870d28466e3db43acb74d6c375997bb6002", + "NodeKey": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "MachineKey": "mkey:f7ffe47fe26d4e7b843f3fe5da0cb53d8c519ea1290fea2c26cc5a7a8a2f9141", "Peers": [{ - "ID": 506421946349641, - "StableID": "nG6qE4rMx411CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "DiscoKey": "discokey:0d5f1cbcaf2b5ab8b015702f2397274ce995ab73a9d85e38d00c473cc553916d", - "Addresses": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "AllowedIPs": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "Endpoints": ["77.164.248.136:57789", "10.65.0.27:57789", "172.17.0.1:57789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47417}, - {"Proto": "peerapi6", "Port": 47417} - ]}, - "Created": "2026-04-09T01:30:40.056075415Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 518952127497242, - "StableID": "nPKTSZz24511CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "DiscoKey": "discokey:f0fddf31e4b143e6c1fcda1ef027dae84098210f39b97c10b80a02d3151bed08", - "Addresses": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "AllowedIPs": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "Endpoints": ["77.164.248.136:38485", "10.65.0.27:38485", "172.17.0.1:38485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56989}, - {"Proto": "peerapi6", "Port": 56989} - ]}, - "Created": "2026-04-09T01:30:41.691656441Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1673670476421431, - "StableID": "nSLbn9V15E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "KeyExpiry": "2026-10-06T01:30:44Z", - "DiscoKey": "discokey:ff37a1f0307dc78f37a5adac3352050a05d3e2bb591c87b36833cf1e350eb415", - "Addresses": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "AllowedIPs": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "Endpoints": ["77.164.248.136:38635", "10.65.0.27:38635", "172.17.0.1:38635"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 51135}, - {"Proto": "peerapi6", "Port": 51135} - ]}, - "Created": "2026-04-09T01:30:44.398185191Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1888944471369464, - "StableID": "nj2pYMNWkF11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "DiscoKey": "discokey:5e5ec8b7c8ecb2ceedb1d0e4aeafdc4522d365a2e7a2796e26092e4f71ef4a39", - "Addresses": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "AllowedIPs": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "Endpoints": ["77.164.248.136:38661", "10.65.0.27:38661", "172.17.0.1:38661"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63200}, - {"Proto": "peerapi6", "Port": 63200} - ]}, - "Created": "2026-04-09T01:30:39.516585178Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2049943098844569, - "StableID": "nvRnwgXR1H11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "DiscoKey": "discokey:2cf17b139241eea28d7876568799c3ded54d8ba754b02d93bbb9bd7567b1c563", - "Addresses": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "AllowedIPs": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "Endpoints": ["77.164.248.136:51928", "10.65.0.27:51928", "172.17.0.1:51928"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 40738}, - {"Proto": "peerapi6", "Port": 40738} - ]}, - "Created": "2026-04-09T01:30:40.603487667Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2327632263222873, - "StableID": "nxtvVFxBBK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "DiscoKey": "discokey:b3117ffe79bca6420e93249bcab4b0b456d8f72c55f31a88a5cc94e2e0e28b45", - "Addresses": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "AllowedIPs": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "Endpoints": ["77.164.248.136:52827", "10.65.0.27:52827", "172.17.0.1:52827"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 51756}, - {"Proto": "peerapi6", "Port": 51756} - ]}, - "Created": "2026-04-09T01:30:42.776566708Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2736971251649922, - "StableID": "nZ44CSbaNN11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "DiscoKey": "discokey:0f8570b05ad536a6613f31431f0da89f968462e4bde04b9c48ea61ccf42d3f52", - "Addresses": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "AllowedIPs": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "Endpoints": ["77.164.248.136:47924", "10.65.0.27:47924", "172.17.0.1:47924"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33794}, - {"Proto": "peerapi6", "Port": 33794} - ]}, - "Created": "2026-04-09T01:30:38.426514415Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3612065972824886, - "StableID": "nZ8d5CruCV11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "DiscoKey": "discokey:ec16ac6956f0811fa08cb1c9d8863b6340da6abc154b53eacff29c9748809d4a", - "Addresses": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "AllowedIPs": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "Endpoints": ["77.164.248.136:36632", "10.65.0.27:36632", "172.17.0.1:36632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55482}, - {"Proto": "peerapi6", "Port": 55482} - ]}, - "Created": "2026-04-09T01:30:41.152033487Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3901810204453671, - "StableID": "nrvUePw8UX11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "DiscoKey": "discokey:38c03163d3f5c9ec7693492a1d398da6f8cb2f966adf88edb3867121f702307b", - "Addresses": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "AllowedIPs": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "Endpoints": ["77.164.248.136:35971", "10.65.0.27:35971", "172.17.0.1:35971"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62641}, - {"Proto": "peerapi6", "Port": 62641} - ]}, - "Created": "2026-04-09T01:30:42.237239757Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5137631997852024, - "StableID": "nTY3f5tq7h11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "DiscoKey": "discokey:2b92119f329733d06733493f8831f6e191e8f1490f4aa6d18a08db4be83d6c30", - "Addresses": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "AllowedIPs": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "Endpoints": ["77.164.248.136:38946", "10.65.0.27:38946", "172.17.0.1:38946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 52319}, - {"Proto": "peerapi6", "Port": 52319} - ]}, - "Created": "2026-04-09T01:30:37.732381742Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5805478440817259, - "StableID": "neSWtJ5KLn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "DiscoKey": "discokey:7a6d1ab0f097c7b97d2352b69afc485a3a26b3dfd3e593ae006a727aeb130b72", - "Addresses": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "AllowedIPs": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57869}, - {"Proto": "peerapi6", "Port": 57869} - ]}, - "Created": "2026-04-09T01:30:43.856043008Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6432074742870384, - "StableID": "nyVVRQh6Es11CNTRL", + "ID": 640200362937406, + "StableID": "nFbxoiywz511CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "DiscoKey": "discokey:40e45e3009ff886154d255ed603780ac0ba1f28950e0e81547d562394ecb3f03", - "Addresses": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "AllowedIPs": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "Endpoints": ["77.164.248.136:53186", "10.65.0.27:53186", "172.17.0.1:53186"], + "Key": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "DiscoKey": "discokey:d7cf47979a8ac8d0bb8e3a44d475e4d753230e505bf90ee413ba7346fb9c6a51", + "Addresses": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "AllowedIPs": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38802}, - {"Proto": "peerapi6", "Port": 38802} + {"Proto": "peerapi4", "Port": 65436}, + {"Proto": "peerapi6", "Port": 65436} ]}, - "Created": "2026-04-09T01:30:38.97509857Z", + "Created": "2026-04-09T08:36:43.863220078Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 6888123530709109, - "StableID": "nQnz8rKenv11CNTRL", + "ID": 820957517665246, + "StableID": "ndUkbPApQ711CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "DiscoKey": "discokey:0cd491ec204a1f6551c45b7988fdcab7b8c0081caf97c82713729253383ccd24", + "Addresses": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "AllowedIPs": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "Endpoints": ["77.164.248.136:51313", "10.65.0.27:51313", "172.17.0.1:51313"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 40143}, + {"Proto": "peerapi6", "Port": 40143} + ]}, + "Created": "2026-04-09T08:36:44.925747526Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1014441549716849, + "StableID": "nEyUxEfSv811CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "DiscoKey": "discokey:ee115957eb48e63c188e399199a8accce4d869e025c19934e4ae858172fb5b75", + "Addresses": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "AllowedIPs": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "Endpoints": ["77.164.248.136:41497", "10.65.0.27:41497", "172.17.0.1:41497"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54180}, + {"Proto": "peerapi6", "Port": 54180} + ]}, + "Created": "2026-04-09T08:36:42.837743051Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 1470562378962887, + "StableID": "nCm2jSB2VC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "DiscoKey": "discokey:0bc2c5ab5edde32d8b800e6be5372d7697d87745867bc80ab48b33a8928cbb44", + "Addresses": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "AllowedIPs": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "Endpoints": ["77.164.248.136:44824", "10.65.0.27:44824", "172.17.0.1:44824"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61664}, + {"Proto": "peerapi6", "Port": 61664} + ]}, + "Created": "2026-04-09T08:36:46.523176634Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2662931350668951, + "StableID": "nGqMg5h3oM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "DiscoKey": "discokey:fc0de67d3f862af8560cb444edc45a7b8f303086e298e0cbbc57ee6266fa4455", + "Addresses": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "AllowedIPs": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "Endpoints": ["77.164.248.136:35232", "10.65.0.27:35232", "172.17.0.1:35232"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42896}, + {"Proto": "peerapi6", "Port": 42896} + ]}, + "Created": "2026-04-09T08:36:45.97985365Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3637617974826025, + "StableID": "ntgszE4VQV11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "DiscoKey": "discokey:cbb985f6a734b551f7112b77a141cd559ae5eef28099ae6b5637e97975b3b721", + "Addresses": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "AllowedIPs": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "Endpoints": ["77.164.248.136:55572", "10.65.0.27:55572", "172.17.0.1:55572"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48963}, + {"Proto": "peerapi6", "Port": 48963} + ]}, + "Created": "2026-04-09T08:36:47.055919958Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4775774107686068, + "StableID": "n7nW2HVxHe11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "DiscoKey": "discokey:2c67d1e0ef95469299e7523500aa92e723798f7489415468274e70349737ea28", - "Addresses": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "AllowedIPs": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "Endpoints": ["77.164.248.136:41333", "10.65.0.27:41333", "172.17.0.1:41333"], + "Key": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "DiscoKey": "discokey:46eb951c4237d3ee4e041364f5551dd8c332f0b34e9bf2def27fa1b2efc4b830", + "Addresses": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "AllowedIPs": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "Endpoints": ["77.164.248.136:37394", "10.65.0.27:37394", "172.17.0.1:37394"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 44244}, - {"Proto": "peerapi6", "Port": 44244} + {"Proto": "peerapi4", "Port": 47095}, + {"Proto": "peerapi6", "Port": 47095} ]}, - "Created": "2026-04-09T01:30:43.32520078Z", + "Created": "2026-04-09T08:36:48.131063724Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7837011360071715, - "StableID": "nrkgJxzPC421CNTRL", + "ID": 5351486556412345, + "StableID": "nJbkggUhni11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:3367b75df53283e84b774dc2549abda3f25700934815ba89f8683afeac789f55", - "Addresses": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "AllowedIPs": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "Endpoints": ["77.164.248.136:46528", "10.65.0.27:46528", "172.17.0.1:46528"], + "Key": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "KeyExpiry": "2026-10-06T08:36:50Z", + "DiscoKey": "discokey:ed197bd8ebf0f69b003e84b6bf329b889a4ecede47a66a5357aff588bc5c4d19", + "Addresses": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "AllowedIPs": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "Endpoints": ["77.164.248.136:56516", "10.65.0.27:56516", "172.17.0.1:56516"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41588}, - {"Proto": "peerapi6", "Port": 41588} + {"Proto": "peerapi4", "Port": 54191}, + {"Proto": "peerapi6", "Port": 54191} ]}, - "Created": "2026-04-09T01:30:45.745693153Z", + "Created": "2026-04-09T08:36:50.284294727Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5379221676856211, + "StableID": "n6UfJr2G1j11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:d68681e3190e07adeb805f76f0da322996f8e561b986f7a3351ff57b35009a76", + "Addresses": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "AllowedIPs": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "Endpoints": ["77.164.248.136:51073", "10.65.0.27:51073", "172.17.0.1:51073"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62339}, + {"Proto": "peerapi6", "Port": 62339} + ]}, + "Created": "2026-04-09T08:36:49.213259725Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6835726775195350, + "StableID": "nH66HAxuNv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "DiscoKey": "discokey:2406490d3df36b864f3cd9383165a35c1d7abe7c09a8724b80a780418c1bf47e", + "Addresses": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "AllowedIPs": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "Endpoints": ["77.164.248.136:45951", "10.65.0.27:45951", "172.17.0.1:45951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37790}, + {"Proto": "peerapi6", "Port": 37790} + ]}, + "Created": "2026-04-09T08:36:48.678132337Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7556193580458125, + "StableID": "n8AgjkPD1221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "DiscoKey": "discokey:e4def4f7ba31bb3d4d0adf01a332f8eedb35d254da528ff3c90b5a9e7e333e2f", + "Addresses": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "AllowedIPs": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "Endpoints": ["77.164.248.136:52528", "10.65.0.27:52528", "172.17.0.1:52528"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43509}, + {"Proto": "peerapi6", "Port": 43509} + ]}, + "Created": "2026-04-09T08:36:43.322665275Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7631105376590416, + "StableID": "nBWvdVC9b221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "DiscoKey": "discokey:aedfd3b0e89de844d0629871b8f515f334e9a3f7faff551bebfd737d17270860", + "Addresses": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "AllowedIPs": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "Endpoints": ["77.164.248.136:39555", "10.65.0.27:39555", "172.17.0.1:39555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64491}, + {"Proto": "peerapi6", "Port": 64491} + ]}, + "Created": "2026-04-09T08:36:44.40292255Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7873291468922429, + "StableID": "nc4kHw1qU421CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "DiscoKey": "discokey:c1c0022f94a19b5ff05d7803cdb3da823a31033be912fb9e76f1d73c3e02ec44", + "Addresses": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "AllowedIPs": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "Endpoints": ["77.164.248.136:59820", "10.65.0.27:59820", "172.17.0.1:59820"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 50379}, + {"Proto": "peerapi6", "Port": 50379} + ]}, + "Created": "2026-04-09T08:36:45.45395016Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8990993054942368, + "StableID": "nPJF4D93DD21CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "DiscoKey": "discokey:0b3d8ab588c747ccaf30edce090b0d7f6ea7c301b0d27ed2c77429cda591eb39", + "Addresses": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "AllowedIPs": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "Endpoints": ["77.164.248.136:39810", "10.65.0.27:39810", "172.17.0.1:39810"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 44300}, + {"Proto": "peerapi6", "Port": 44300} + ]}, + "Created": "2026-04-09T08:36:47.590763047Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16765,7 +16803,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.103.152.35"}, {"nodeIP": "fd7a:115c:a1e0::3a37:9823"}], + "principals": [{"nodeIP": "100.88.54.80"}, {"nodeIP": "fd7a:115c:a1e0::7637:3650"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -16774,7 +16812,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.103.152.35"}, {"nodeIP": "fd7a:115c:a1e0::3a37:9823"}], + "principals": [{"nodeIP": "100.88.54.80"}, {"nodeIP": "fd7a:115c:a1e0::7637:3650"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17603,26 +17641,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.103.152.35"}, {"nodeIP": "fd7a:115c:a1e0::3a37:9823"}], + "principals": [{"nodeIP": "100.88.54.80"}, {"nodeIP": "fd7a:115c:a1e0::7637:3650"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -17631,7 +17670,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.103.152.35"}, {"nodeIP": "fd7a:115c:a1e0::3a37:9823"}], + "principals": [{"nodeIP": "100.88.54.80"}, {"nodeIP": "fd7a:115c:a1e0::7637:3650"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17668,21 +17707,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2327632263222873, - "StableID": "nxtvVFxBBK11CNTRL", + "ID": 8990993054942368, + "StableID": "nPJF4D93DD21CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 2327632263222873, - "Key": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "DiscoKey": "discokey:b3117ffe79bca6420e93249bcab4b0b456d8f72c55f31a88a5cc94e2e0e28b45", - "Addresses": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "AllowedIPs": ["100.125.67.103/32", "fd7a:115c:a1e0::2a37:4367/128"], - "Endpoints": ["77.164.248.136:52827", "10.65.0.27:52827", "172.17.0.1:52827"], + "User": 8990993054942368, + "Key": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "DiscoKey": "discokey:0b3d8ab588c747ccaf30edce090b0d7f6ea7c301b0d27ed2c77429cda591eb39", + "Addresses": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "AllowedIPs": ["100.82.148.19/32", "fd7a:115c:a1e0::7437:9413/128"], + "Endpoints": ["77.164.248.136:39810", "10.65.0.27:39810", "172.17.0.1:39810"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 51756}, - {"Proto": "peerapi6", "Port": 51756}, + {"Proto": "peerapi4", "Port": 44300}, + {"Proto": "peerapi6", "Port": 44300}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:30:42.776566708Z", + "Created": "2026-04-09T08:36:47.590763047Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17710,299 +17749,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a6b59f4dd605ffdb2cb27cfe1c06522e10fe64ebbece37c4d257d11c2a7d4366", - "MachineKey": "mkey:138947f6a68a0e67b6b9ee1f33475f663299f9c22b71d52a77d21a2f3e40a050", + "NodeKey": "nodekey:85e8dd26eeabfbd02b2475a3329fab5db9c8bf6d41de3b3a351a32b474529412", + "MachineKey": "mkey:b77175e08ff7cba2ae781d56dfa3651050887c3c7ddc76523658e01f08adaf58", "Peers": [{ - "ID": 506421946349641, - "StableID": "nG6qE4rMx411CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55572624242416ace264d5989940fa5b0c9ddb68512a7b20bafa54c80e26a85f", - "DiscoKey": "discokey:0d5f1cbcaf2b5ab8b015702f2397274ce995ab73a9d85e38d00c473cc553916d", - "Addresses": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "AllowedIPs": ["100.102.168.96/32", "fd7a:115c:a1e0::e37:a861/128"], - "Endpoints": ["77.164.248.136:57789", "10.65.0.27:57789", "172.17.0.1:57789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47417}, - {"Proto": "peerapi6", "Port": 47417} - ]}, - "Created": "2026-04-09T01:30:40.056075415Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 518952127497242, - "StableID": "nPKTSZz24511CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0106a8e0faeb006e6253634b14492d593e513e85824ecdefad705029302e50a", - "DiscoKey": "discokey:f0fddf31e4b143e6c1fcda1ef027dae84098210f39b97c10b80a02d3151bed08", - "Addresses": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "AllowedIPs": ["100.66.229.11/32", "fd7a:115c:a1e0::9337:e50b/128"], - "Endpoints": ["77.164.248.136:38485", "10.65.0.27:38485", "172.17.0.1:38485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56989}, - {"Proto": "peerapi6", "Port": 56989} - ]}, - "Created": "2026-04-09T01:30:41.691656441Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 1640999314513652, - "StableID": "njLx5dGDpD11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:5dd2b4b31957601beeff7bdb46152b237197849e229712b152ff7a653ae79822", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:b067f22950c1b355baeee7e570ee13a7ca5d765cea9a96087dd3dd69dbf03675", - "Addresses": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "AllowedIPs": ["100.103.152.35/32", "fd7a:115c:a1e0::3a37:9823/128"], - "Endpoints": ["77.164.248.136:36930", "10.65.0.27:36930", "172.17.0.1:36930"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 62935}, - {"Proto": "peerapi6", "Port": 62935} - ]}, - "Created": "2026-04-09T01:30:45.186800757Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 1673670476421431, - "StableID": "nSLbn9V15E11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a50fe56e4bc63d2f21ceec4681716a5fc873dfd6a5535774cb1b5c2105d5894f", - "KeyExpiry": "2026-10-06T01:30:44Z", - "DiscoKey": "discokey:ff37a1f0307dc78f37a5adac3352050a05d3e2bb591c87b36833cf1e350eb415", - "Addresses": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "AllowedIPs": ["100.85.137.80/32", "fd7a:115c:a1e0::537:8950/128"], - "Endpoints": ["77.164.248.136:38635", "10.65.0.27:38635", "172.17.0.1:38635"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 51135}, - {"Proto": "peerapi6", "Port": 51135} - ]}, - "Created": "2026-04-09T01:30:44.398185191Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1888944471369464, - "StableID": "nj2pYMNWkF11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2ea99d59ca20079632995c8dae3faec1f0c558ae72975d9b20b1e15020b31a7f", - "DiscoKey": "discokey:5e5ec8b7c8ecb2ceedb1d0e4aeafdc4522d365a2e7a2796e26092e4f71ef4a39", - "Addresses": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "AllowedIPs": ["100.115.26.128/32", "fd7a:115c:a1e0::2037:1a80/128"], - "Endpoints": ["77.164.248.136:38661", "10.65.0.27:38661", "172.17.0.1:38661"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 63200}, - {"Proto": "peerapi6", "Port": 63200} - ]}, - "Created": "2026-04-09T01:30:39.516585178Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2049943098844569, - "StableID": "nvRnwgXR1H11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:964703b4e355bf0374f8a185d7d2c6d7b360ea97e494c7d233735e0a4e99521c", - "DiscoKey": "discokey:2cf17b139241eea28d7876568799c3ded54d8ba754b02d93bbb9bd7567b1c563", - "Addresses": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "AllowedIPs": ["100.89.82.29/32", "fd7a:115c:a1e0::4e37:521d/128"], - "Endpoints": ["77.164.248.136:51928", "10.65.0.27:51928", "172.17.0.1:51928"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 40738}, - {"Proto": "peerapi6", "Port": 40738} - ]}, - "Created": "2026-04-09T01:30:40.603487667Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2736971251649922, - "StableID": "nZ44CSbaNN11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4d258073cee9ed3c5f31dc8fc8140623c7af0a515f52dcf5fe8da5cbed4bb11f", - "DiscoKey": "discokey:0f8570b05ad536a6613f31431f0da89f968462e4bde04b9c48ea61ccf42d3f52", - "Addresses": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "AllowedIPs": ["100.75.177.32/32", "fd7a:115c:a1e0::ed37:b120/128"], - "Endpoints": ["77.164.248.136:47924", "10.65.0.27:47924", "172.17.0.1:47924"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 33794}, - {"Proto": "peerapi6", "Port": 33794} - ]}, - "Created": "2026-04-09T01:30:38.426514415Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3612065972824886, - "StableID": "nZ8d5CruCV11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5fb6824d2179520d72f80d2a83b6eacdacdaa82f2eee1c0c0d468c83a92d803f", - "DiscoKey": "discokey:ec16ac6956f0811fa08cb1c9d8863b6340da6abc154b53eacff29c9748809d4a", - "Addresses": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "AllowedIPs": ["100.109.128.64/32", "fd7a:115c:a1e0::a937:8040/128"], - "Endpoints": ["77.164.248.136:36632", "10.65.0.27:36632", "172.17.0.1:36632"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 55482}, - {"Proto": "peerapi6", "Port": 55482} - ]}, - "Created": "2026-04-09T01:30:41.152033487Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3901810204453671, - "StableID": "nrvUePw8UX11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b9227e17509df1323d197875908dcb6509b07965c1caacf4795b0faef96f971d", - "DiscoKey": "discokey:38c03163d3f5c9ec7693492a1d398da6f8cb2f966adf88edb3867121f702307b", - "Addresses": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "AllowedIPs": ["100.111.151.30/32", "fd7a:115c:a1e0::f937:971e/128"], - "Endpoints": ["77.164.248.136:35971", "10.65.0.27:35971", "172.17.0.1:35971"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62641}, - {"Proto": "peerapi6", "Port": 62641} - ]}, - "Created": "2026-04-09T01:30:42.237239757Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5137631997852024, - "StableID": "nTY3f5tq7h11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d38bb8e650990802b202db344e5d77201eb5c4f4577fba0e3d45f8b87b6fd01b", - "DiscoKey": "discokey:2b92119f329733d06733493f8831f6e191e8f1490f4aa6d18a08db4be83d6c30", - "Addresses": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "AllowedIPs": ["100.111.208.28/32", "fd7a:115c:a1e0::7b37:d01c/128"], - "Endpoints": ["77.164.248.136:38946", "10.65.0.27:38946", "172.17.0.1:38946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 52319}, - {"Proto": "peerapi6", "Port": 52319} - ]}, - "Created": "2026-04-09T01:30:37.732381742Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5805478440817259, - "StableID": "neSWtJ5KLn11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:422b1ecd8aaea2de91eec30a53f0c081c8e3ed08ca6ea06240323dd636dbad59", - "DiscoKey": "discokey:7a6d1ab0f097c7b97d2352b69afc485a3a26b3dfd3e593ae006a727aeb130b72", - "Addresses": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "AllowedIPs": ["100.91.173.90/32", "fd7a:115c:a1e0::3637:ad5a/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57869}, - {"Proto": "peerapi6", "Port": 57869} - ]}, - "Created": "2026-04-09T01:30:43.856043008Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6432074742870384, - "StableID": "nyVVRQh6Es11CNTRL", + "ID": 640200362937406, + "StableID": "nFbxoiywz511CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:caeeba9185c109f73279f94212d07f95b3ce16b818e1bcd9d3add42e1248f372", - "DiscoKey": "discokey:40e45e3009ff886154d255ed603780ac0ba1f28950e0e81547d562394ecb3f03", - "Addresses": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "AllowedIPs": ["100.72.243.115/32", "fd7a:115c:a1e0::1237:f373/128"], - "Endpoints": ["77.164.248.136:53186", "10.65.0.27:53186", "172.17.0.1:53186"], + "Key": "nodekey:95fe6f018d29279869037cbe5219490025474e848043e9d8cfe9c583da8d6839", + "DiscoKey": "discokey:d7cf47979a8ac8d0bb8e3a44d475e4d753230e505bf90ee413ba7346fb9c6a51", + "Addresses": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "AllowedIPs": ["100.77.104.58/32", "fd7a:115c:a1e0::da37:683b/128"], + "Endpoints": ["77.164.248.136:58378", "10.65.0.27:58378", "172.17.0.1:58378"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 38802}, - {"Proto": "peerapi6", "Port": 38802} + {"Proto": "peerapi4", "Port": 65436}, + {"Proto": "peerapi6", "Port": 65436} ]}, - "Created": "2026-04-09T01:30:38.97509857Z", + "Created": "2026-04-09T08:36:43.863220078Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 6888123530709109, - "StableID": "nQnz8rKenv11CNTRL", + "ID": 820957517665246, + "StableID": "ndUkbPApQ711CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f26430849910ff3a89a357b9f87b72c9cc238499c12f6c0461ee4e50b152c45c", + "DiscoKey": "discokey:0cd491ec204a1f6551c45b7988fdcab7b8c0081caf97c82713729253383ccd24", + "Addresses": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "AllowedIPs": ["100.82.196.93/32", "fd7a:115c:a1e0::b137:c45d/128"], + "Endpoints": ["77.164.248.136:51313", "10.65.0.27:51313", "172.17.0.1:51313"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 40143}, + {"Proto": "peerapi6", "Port": 40143} + ]}, + "Created": "2026-04-09T08:36:44.925747526Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 1014441549716849, + "StableID": "nEyUxEfSv811CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97b16419f9b04b63fc5c7e2dd1e43e6a551c8156ca52d4e785659ad93465c046", + "DiscoKey": "discokey:ee115957eb48e63c188e399199a8accce4d869e025c19934e4ae858172fb5b75", + "Addresses": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "AllowedIPs": ["100.101.192.71/32", "fd7a:115c:a1e0::3437:c047/128"], + "Endpoints": ["77.164.248.136:41497", "10.65.0.27:41497", "172.17.0.1:41497"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54180}, + {"Proto": "peerapi6", "Port": 54180} + ]}, + "Created": "2026-04-09T08:36:42.837743051Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 1470562378962887, + "StableID": "nCm2jSB2VC11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f3ba7184f8476cb15f18e5e2768ad8d8d871d45588a2424c372db0508cd90a24", + "DiscoKey": "discokey:0bc2c5ab5edde32d8b800e6be5372d7697d87745867bc80ab48b33a8928cbb44", + "Addresses": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "AllowedIPs": ["100.89.10.37/32", "fd7a:115c:a1e0::8c37:a25/128"], + "Endpoints": ["77.164.248.136:44824", "10.65.0.27:44824", "172.17.0.1:44824"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 61664}, + {"Proto": "peerapi6", "Port": 61664} + ]}, + "Created": "2026-04-09T08:36:46.523176634Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2662931350668951, + "StableID": "nGqMg5h3oM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4f93eeaf69d922b103a441ed8aeb9541976cd530cde33bab1070e34b840f4822", + "DiscoKey": "discokey:fc0de67d3f862af8560cb444edc45a7b8f303086e298e0cbbc57ee6266fa4455", + "Addresses": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "AllowedIPs": ["100.79.72.35/32", "fd7a:115c:a1e0::8437:4823/128"], + "Endpoints": ["77.164.248.136:35232", "10.65.0.27:35232", "172.17.0.1:35232"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42896}, + {"Proto": "peerapi6", "Port": 42896} + ]}, + "Created": "2026-04-09T08:36:45.97985365Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3637617974826025, + "StableID": "ntgszE4VQV11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:703a272ccc3170d2d389af7b167bddd71397b441e2fefda6bf0f6d127dfc057f", + "DiscoKey": "discokey:cbb985f6a734b551f7112b77a141cd559ae5eef28099ae6b5637e97975b3b721", + "Addresses": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "AllowedIPs": ["100.124.5.128/32", "fd7a:115c:a1e0::7d37:580/128"], + "Endpoints": ["77.164.248.136:55572", "10.65.0.27:55572", "172.17.0.1:55572"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48963}, + {"Proto": "peerapi6", "Port": 48963} + ]}, + "Created": "2026-04-09T08:36:47.055919958Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4775774107686068, + "StableID": "n7nW2HVxHe11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fa99630414578d17a714e9339d729995278909ab507b04d6e4a802365e6f9624", - "DiscoKey": "discokey:2c67d1e0ef95469299e7523500aa92e723798f7489415468274e70349737ea28", - "Addresses": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "AllowedIPs": ["100.111.150.37/32", "fd7a:115c:a1e0::5e37:9625/128"], - "Endpoints": ["77.164.248.136:41333", "10.65.0.27:41333", "172.17.0.1:41333"], + "Key": "nodekey:580f7fd8b8e3d4988c006e80e0e4bd6ff38aaac38f93dbf0d4ae47bcd3746104", + "DiscoKey": "discokey:46eb951c4237d3ee4e041364f5551dd8c332f0b34e9bf2def27fa1b2efc4b830", + "Addresses": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "AllowedIPs": ["100.116.97.5/32", "fd7a:115c:a1e0::d337:6105/128"], + "Endpoints": ["77.164.248.136:37394", "10.65.0.27:37394", "172.17.0.1:37394"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 44244}, - {"Proto": "peerapi6", "Port": 44244} + {"Proto": "peerapi4", "Port": 47095}, + {"Proto": "peerapi6", "Port": 47095} ]}, - "Created": "2026-04-09T01:30:43.32520078Z", + "Created": "2026-04-09T08:36:48.131063724Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7837011360071715, - "StableID": "nrkgJxzPC421CNTRL", + "ID": 5351486556412345, + "StableID": "nJbkggUhni11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:8151a1d7a122910acc0703a30c1f7c7a7e2e796782313b85525e01c2385e7f6c", - "KeyExpiry": "2026-10-06T01:30:45Z", - "DiscoKey": "discokey:3367b75df53283e84b774dc2549abda3f25700934815ba89f8683afeac789f55", - "Addresses": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], - "AllowedIPs": ["100.94.127.109/32", "fd7a:115c:a1e0::3837:7f6d/128"], + "Key": "nodekey:d337429b59c565c2d77fa7434c466e181ec49cf04c58816499e9202973950373", + "KeyExpiry": "2026-10-06T08:36:50Z", + "DiscoKey": "discokey:ed197bd8ebf0f69b003e84b6bf329b889a4ecede47a66a5357aff588bc5c4d19", + "Addresses": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], + "AllowedIPs": ["100.85.3.116/32", "fd7a:115c:a1e0::7337:374/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41588}, - {"Proto": "peerapi6", "Port": 41588} + {"Proto": "peerapi4", "Port": 54191}, + {"Proto": "peerapi6", "Port": 54191} ]}, - "Created": "2026-04-09T01:30:45.745693153Z", + "Created": "2026-04-09T08:36:50.284294727Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5379221676856211, + "StableID": "n6UfJr2G1j11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:6bdb7278b85c4148f1191f9d57c9bce2242efdc7229061cb0a964de2e7372a28", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:d68681e3190e07adeb805f76f0da322996f8e561b986f7a3351ff57b35009a76", + "Addresses": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "AllowedIPs": ["100.119.42.41/32", "fd7a:115c:a1e0::e737:2a29/128"], + "Endpoints": ["77.164.248.136:51073", "10.65.0.27:51073", "172.17.0.1:51073"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62339}, + {"Proto": "peerapi6", "Port": 62339} + ]}, + "Created": "2026-04-09T08:36:49.213259725Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5518489195885314, + "StableID": "nXKb4WML6k11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:7bccd489f2e8b2ffb7dd05cf4d843742cec1955e58c5ade5492bebad7698364f", + "KeyExpiry": "2026-10-06T08:36:49Z", + "DiscoKey": "discokey:3fa1ad627c092d1d312629cc2d416a066a13933b0b9d49b4a1a573eb8b894d4b", + "Addresses": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "AllowedIPs": ["100.88.54.80/32", "fd7a:115c:a1e0::7637:3650/128"], + "Endpoints": ["77.164.248.136:42346", "10.65.0.27:42346", "172.17.0.1:42346"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59035}, + {"Proto": "peerapi6", "Port": 59035} + ]}, + "Created": "2026-04-09T08:36:49.743396097Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6835726775195350, + "StableID": "nH66HAxuNv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:27351fe5c582acfaab9c09c6e45884d525c2cd6dd4e856df82ee49923b076d34", + "DiscoKey": "discokey:2406490d3df36b864f3cd9383165a35c1d7abe7c09a8724b80a780418c1bf47e", + "Addresses": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "AllowedIPs": ["100.71.109.53/32", "fd7a:115c:a1e0::3b37:6d35/128"], + "Endpoints": ["77.164.248.136:45951", "10.65.0.27:45951", "172.17.0.1:45951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37790}, + {"Proto": "peerapi6", "Port": 37790} + ]}, + "Created": "2026-04-09T08:36:48.678132337Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7556193580458125, + "StableID": "n8AgjkPD1221CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8790cd5aedb73dc5e8106f15cf0d1e9c0b0ba515361159194bbe2d9342ba053a", + "DiscoKey": "discokey:e4def4f7ba31bb3d4d0adf01a332f8eedb35d254da528ff3c90b5a9e7e333e2f", + "Addresses": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "AllowedIPs": ["100.122.5.59/32", "fd7a:115c:a1e0::4237:53b/128"], + "Endpoints": ["77.164.248.136:52528", "10.65.0.27:52528", "172.17.0.1:52528"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 43509}, + {"Proto": "peerapi6", "Port": 43509} + ]}, + "Created": "2026-04-09T08:36:43.322665275Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7631105376590416, + "StableID": "nBWvdVC9b221CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b40b96a7b9575e0f82b74ba1696114a791f0e0c71bfd7c6616b50deec5cbd016", + "DiscoKey": "discokey:aedfd3b0e89de844d0629871b8f515f334e9a3f7faff551bebfd737d17270860", + "Addresses": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "AllowedIPs": ["100.75.208.23/32", "fd7a:115c:a1e0::c537:d017/128"], + "Endpoints": ["77.164.248.136:39555", "10.65.0.27:39555", "172.17.0.1:39555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64491}, + {"Proto": "peerapi6", "Port": 64491} + ]}, + "Created": "2026-04-09T08:36:44.40292255Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7873291468922429, + "StableID": "nc4kHw1qU421CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fadd48f9e2bcb7cc40e686fe11e41f43bbb05033759e7e51204cfa136c31fd52", + "DiscoKey": "discokey:c1c0022f94a19b5ff05d7803cdb3da823a31033be912fb9e76f1d73c3e02ec44", + "Addresses": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "AllowedIPs": ["100.113.253.83/32", "fd7a:115c:a1e0::6c37:fd53/128"], + "Endpoints": ["77.164.248.136:59820", "10.65.0.27:59820", "172.17.0.1:59820"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 50379}, + {"Proto": "peerapi6", "Port": 50379} + ]}, + "Created": "2026-04-09T08:36:45.45395016Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18850,27 +18890,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2327632263222873": { - "ID": 2327632263222873, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8990993054942368": { + "ID": 8990993054942368, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-d3.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-d3.hujson index 14a0b973..9b350b88 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-d3.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-d3.hujson @@ -3,7 +3,7 @@ // ssh d3 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:30:58Z +// Captured at: 2026-04-09T08:37:03Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-d3", "description": "ssh d3", "category": "ssh", - "captured_at": "2026-04-09T01:30:58.656981557Z", + "captured_at": "2026-04-09T08:37:03.078217218Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,14 +19,14 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["tag:server"], "src": ["autogroup:member"], - "users": ["localpart:*@passkey", "root"] + "users": ["localpart:*@example.com", "root"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} }, @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d3\",\n\t\"id\": \"ssh-d3\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@passkey\", \"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d3\",\n\t\"id\": \"ssh-d3\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@example.com\", \"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-d3.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.85.214.23", - "ipv6": "fd7a:115c:a1e0::2b37:d617", + "ipv4": "100.117.112.116", + "ipv6": "fd7a:115c:a1e0::b437:7074", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.74.43.109", - "ipv6": "fd7a:115c:a1e0::3e37:2b6d", + "ipv4": "100.103.216.120", + "ipv6": "fd7a:115c:a1e0::3e37:d878", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.101.231.29", - "ipv6": "fd7a:115c:a1e0::4f37:e71d", + "ipv4": "100.101.102.125", + "ipv6": "fd7a:115c:a1e0::3a37:667d", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.95.224.47", - "ipv6": "fd7a:115c:a1e0::4237:e02f", + "ipv4": "100.78.111.89", + "ipv6": "fd7a:115c:a1e0::9f37:6f59", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.107.38.32", - "ipv6": "fd7a:115c:a1e0::5137:2620", + "ipv4": "100.69.47.48", + "ipv6": "fd7a:115c:a1e0::e337:2f30", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.108.97.69", - "ipv6": "fd7a:115c:a1e0::1437:6145", + "ipv4": "100.92.236.60", + "ipv6": "fd7a:115c:a1e0::d37:ec3c", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.104.247.70", - "ipv6": "fd7a:115c:a1e0::5c37:f746", + "ipv4": "100.90.4.55", + "ipv6": "fd7a:115c:a1e0::f37:437", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.80.253.127", - "ipv6": "fd7a:115c:a1e0::8437:fd7f", + "ipv4": "100.83.203.54", + "ipv6": "fd7a:115c:a1e0::4f37:cb36", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.86.0.27", - "ipv6": "fd7a:115c:a1e0::e37:1b", + "ipv4": "100.88.174.20", + "ipv6": "fd7a:115c:a1e0::cb37:ae14", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.106.216.75", - "ipv6": "fd7a:115c:a1e0::5137:d84b", + "ipv4": "100.99.104.104", + "ipv6": "fd7a:115c:a1e0::f937:6868", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.76.65.42", - "ipv6": "fd7a:115c:a1e0::c37:412a", + "ipv4": "100.91.46.72", + "ipv6": "fd7a:115c:a1e0::7f37:2e48", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.116.98.113", - "ipv6": "fd7a:115c:a1e0::9837:6271", + "ipv4": "100.95.84.100", + "ipv6": "fd7a:115c:a1e0::3c37:5464", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.92.14.11", - "ipv6": "fd7a:115c:a1e0::7937:e0b", + "ipv4": "100.69.156.78", + "ipv6": "fd7a:115c:a1e0::e037:9c4e", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.75.113.17", - "ipv6": "fd7a:115c:a1e0::2337:7111", + "ipv4": "100.117.225.85", + "ipv6": "fd7a:115c:a1e0::e937:e155", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.68.197.26", - "ipv6": "fd7a:115c:a1e0::6737:c51a", + "ipv4": "100.119.66.3", + "ipv6": "fd7a:115c:a1e0::b737:4203", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7148711729110301, - "StableID": "nkxWt2Yfpx11CNTRL", + "ID": 6913273550539227, + "StableID": "nAkYGTy2zv11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 7148711729110301, - "Key": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "DiscoKey": "discokey:09b8cc7b091a8b7ba2c86bb11d8fa338f09766d32655697f4ecd7fdf6742da6e", - "Addresses": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "AllowedIPs": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "Endpoints": ["77.164.248.136:47124", "10.65.0.27:47124", "172.17.0.1:47124"], + "User": 6913273550539227, + "Key": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "DiscoKey": "discokey:599511bd5ac1008c46e57719fa841fbf3980f99cccb1c0a9afd00f6cf3297b71", + "Addresses": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "AllowedIPs": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "Endpoints": ["77.164.248.136:51078", "10.65.0.27:51078", "172.17.0.1:51078"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 53783}, - {"Proto": "peerapi6", "Port": 53783}, + {"Proto": "peerapi4", "Port": 49018}, + {"Proto": "peerapi6", "Port": 49018}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:07.465208718Z", + "Created": "2026-04-09T08:37:11.624618656Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,302 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "MachineKey": "mkey:525cc4d133880db34db809b1ff958f07fbae0b5c8475eb0d949d9d23ecd46e7f", + "NodeKey": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "MachineKey": "mkey:141cba75596c96c9a47e41dda526def03a11615f2938a80523652643511ca33a", "Peers": [{ - "ID": 2145666075174934, - "StableID": "nu2MaY1nkH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "DiscoKey": "discokey:0902cca2f4423818a76a9e9bcf69e79bc157c852db7d78d649a71aabca824279", - "Addresses": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "AllowedIPs": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "Endpoints": ["77.164.248.136:41567", "10.65.0.27:41567", "172.17.0.1:41567"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 53521}, - {"Proto": "peerapi6", "Port": 53521} - ]}, - "Created": "2026-04-09T01:31:04.74767875Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2864193199345287, - "StableID": "nCoK4vVCNP11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "DiscoKey": "discokey:39f0f1938af442f687ecc2f7a71cbeb385a86f8262464fec31afe29bfeb5c009", - "Addresses": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "AllowedIPs": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "Endpoints": ["77.164.248.136:33093", "10.65.0.27:33093", "172.17.0.1:33093"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56895}, - {"Proto": "peerapi6", "Port": 56895} - ]}, - "Created": "2026-04-09T01:31:05.30111624Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3332023686517794, - "StableID": "nomWCWc52T11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "DiscoKey": "discokey:cfa9a3b0755c17d8a0be9f852d546c0a5ced9984dd3e7fbbe765b34061b61511", - "Addresses": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "AllowedIPs": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "Endpoints": ["77.164.248.136:52040", "10.65.0.27:52040", "172.17.0.1:52040"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49387}, - {"Proto": "peerapi6", "Port": 49387} - ]}, - "Created": "2026-04-09T01:31:03.670482871Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3490314420980318, - "StableID": "nF7zMCemFU11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "DiscoKey": "discokey:ea612c056c932f8b2879ca16a99b138ef2933baa80f531f5da253ab0808d2233", - "Addresses": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "AllowedIPs": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "Endpoints": ["77.164.248.136:56329", "10.65.0.27:56329", "172.17.0.1:56329"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42623}, - {"Proto": "peerapi6", "Port": 42623} - ]}, - "Created": "2026-04-09T01:31:06.383285161Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3728413918992548, - "StableID": "noCjfT7c7W11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "DiscoKey": "discokey:331e97378a2e1555f07b04c3171d7e39ee8d1cfc993eb34b7319e32c390a6f2d", - "Addresses": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "AllowedIPs": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "Endpoints": ["77.164.248.136:59334", "10.65.0.27:59334", "172.17.0.1:59334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39460}, - {"Proto": "peerapi6", "Port": 39460} - ]}, - "Created": "2026-04-09T01:31:03.13108608Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4783087833037882, - "StableID": "nRWftBcGMe11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "DiscoKey": "discokey:8553cdda00ceb056d1f4dc938f169deffc647bd8f8f71a74ddb061164f6cf040", - "Addresses": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "AllowedIPs": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "Endpoints": ["77.164.248.136:43131", "10.65.0.27:43131", "172.17.0.1:43131"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34047}, - {"Proto": "peerapi6", "Port": 34047} - ]}, - "Created": "2026-04-09T01:31:02.049151833Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 5395194895115541, - "StableID": "n8QTu2dV8j11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "DiscoKey": "discokey:2da0adbba3b5b50a64cf5c700f589131a69cfca31b06a775eece0f6a5ed6c035", - "Addresses": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "AllowedIPs": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49916}, - {"Proto": "peerapi6", "Port": 49916} - ]}, - "Created": "2026-04-09T01:31:01.516816005Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5579958767800916, - "StableID": "nw66eB4Bak11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "DiscoKey": "discokey:632d87bfe3f797824331abee81b5274e99138c5736c7c6827ffe00d5a2f1fd1c", - "Addresses": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "AllowedIPs": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "Endpoints": ["77.164.248.136:42922", "10.65.0.27:42922", "172.17.0.1:42922"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} - ]}, - "Created": "2026-04-09T01:31:06.932287967Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6564434763309278, - "StableID": "nw7cB4a3Gt11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:7c2de9531a9931c68d3b4b643efddf828b2368306239a91cb56277f5aa01041a", - "Addresses": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "AllowedIPs": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "Endpoints": ["77.164.248.136:49235", "10.65.0.27:49235", "172.17.0.1:49235"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 54134}, - {"Proto": "peerapi6", "Port": 54134} - ]}, - "Created": "2026-04-09T01:31:08.555226968Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7056777601811151, - "StableID": "napbsia27x11CNTRL", + "ID": 15298811375734, + "StableID": "nTREagsv7111CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "DiscoKey": "discokey:e6d0645adc183aaa68f0b13e312898c6605c45d258cced2977e726db3a9f9953", - "Addresses": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "AllowedIPs": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "Endpoints": ["77.164.248.136:40598", "10.65.0.27:40598", "172.17.0.1:40598"], + "Key": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "DiscoKey": "discokey:e7b6366547cb8380d7f280c1a8cf7f5c081fbefccad89487831e9107f29bae60", + "Addresses": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "AllowedIPs": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "Endpoints": ["77.164.248.136:46311", "10.65.0.27:46311", "172.17.0.1:46311"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45448}, - {"Proto": "peerapi6", "Port": 45448} + {"Proto": "peerapi4", "Port": 45742}, + {"Proto": "peerapi6", "Port": 45742} ]}, - "Created": "2026-04-09T01:31:04.205881288Z", + "Created": "2026-04-09T08:37:08.420743814Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7537314615492551, - "StableID": "nx9VFVUfr121CNTRL", + "ID": 449907994872935, + "StableID": "nxZRsZKmW411CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "KeyExpiry": "2026-10-06T08:37:13Z", + "DiscoKey": "discokey:b44479ad2f0d5e02de0e881153a4f414469ba53e8b46773494f9aa6e315ed170", + "Addresses": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "AllowedIPs": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "Endpoints": ["77.164.248.136:40983", "10.65.0.27:40983", "172.17.0.1:40983"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37241}, + {"Proto": "peerapi6", "Port": 37241} + ]}, + "Created": "2026-04-09T08:37:13.236734305Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 737318247296178, + "StableID": "n3Bngo6wk611CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "DiscoKey": "discokey:0ac49348bfc209231377825afd2bfd6bbbfd7fbe1a769981c051c9b2b807f037", + "Addresses": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "AllowedIPs": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "Endpoints": ["77.164.248.136:41170", "10.65.0.27:41170", "172.17.0.1:41170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55501}, + {"Proto": "peerapi6", "Port": 55501} + ]}, + "Created": "2026-04-09T08:37:07.355404957Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1292088267742553, + "StableID": "nkcyf8yB6B11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "DiscoKey": "discokey:e8590c271d92b100a846bae355bdce83d545437c04a5a0cb45884684593bff0e", + "Addresses": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "AllowedIPs": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "Endpoints": ["77.164.248.136:35696", "10.65.0.27:35696", "172.17.0.1:35696"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 56314}, + {"Proto": "peerapi6", "Port": 56314} + ]}, + "Created": "2026-04-09T08:37:10.562851743Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 1903209886478187, + "StableID": "nkF4Sb6yrF11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "DiscoKey": "discokey:7269fd0aabfbe1d4ebbe4c583d7d3416d425f4b5d09d1b385c94bcd5cdc8382f", + "Addresses": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "AllowedIPs": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "Endpoints": ["77.164.248.136:56845", "10.65.0.27:56845", "172.17.0.1:56845"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36238}, + {"Proto": "peerapi6", "Port": 36238} + ]}, + "Created": "2026-04-09T08:37:08.953881745Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 1918565854166506, + "StableID": "nT7LiMUvyF11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "DiscoKey": "discokey:a7612ef5d21c9c6887dff1f39a581785a3cf11d4752c1443f230011576aaff35", - "Addresses": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "AllowedIPs": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "Endpoints": ["77.164.248.136:35850", "10.65.0.27:35850", "172.17.0.1:35850"], + "Key": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "DiscoKey": "discokey:e8a032afe539e07b2c745e37df89392c9449651eb686ee7fc061183141eb8d4e", + "Addresses": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "AllowedIPs": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "Endpoints": ["77.164.248.136:48083", "10.65.0.27:48083", "172.17.0.1:48083"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 65066}, - {"Proto": "peerapi6", "Port": 65066} + {"Proto": "peerapi4", "Port": 59360}, + {"Proto": "peerapi6", "Port": 59360} ]}, - "Created": "2026-04-09T01:31:02.591664014Z", + "Created": "2026-04-09T08:37:06.798288775Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8056798929423418, - "StableID": "nH6XBsSwu521CNTRL", + "ID": 2464074247428637, + "StableID": "ncvKR24zEL11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "DiscoKey": "discokey:c35d04d27c6426ea9c87bb899fb09431eb568c5bb0e298fd7af51ab2b6431d29", + "Addresses": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "AllowedIPs": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "Endpoints": ["77.164.248.136:55369", "10.65.0.27:55369", "172.17.0.1:55369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 37503}, + {"Proto": "peerapi6", "Port": 37503} + ]}, + "Created": "2026-04-09T08:37:11.098316619Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2582752045521831, + "StableID": "ntdY3yWjAM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "DiscoKey": "discokey:b3d1ccfb60639e6e155dba22cc357b05a645b0b5607c0bc934af8b5cb2223112", + "Addresses": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "AllowedIPs": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "Endpoints": ["77.164.248.136:43990", "10.65.0.27:43990", "172.17.0.1:43990"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42158}, + {"Proto": "peerapi6", "Port": 42158} + ]}, + "Created": "2026-04-09T08:37:07.882984556Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2788044117108182, + "StableID": "ndtNR6CimN11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "DiscoKey": "discokey:b0f054bf99f45476e7c332c4f3e5ae2c77fbfb522b733f608813cf9dcb015728", + "Addresses": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "AllowedIPs": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "Endpoints": ["77.164.248.136:53408", "10.65.0.27:53408", "172.17.0.1:53408"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53991}, + {"Proto": "peerapi6", "Port": 53991} + ]}, + "Created": "2026-04-09T08:37:06.268375001Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4797156082266073, + "StableID": "n8cEu2AeTe11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "DiscoKey": "discokey:7b16da7c2964f3a63c19f3fad0cec326f1c68c95205db11f3b253775e3e6c709", + "Addresses": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "AllowedIPs": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "Endpoints": ["77.164.248.136:60208", "10.65.0.27:60208", "172.17.0.1:60208"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 40696}, + {"Proto": "peerapi6", "Port": 40696} + ]}, + "Created": "2026-04-09T08:37:09.501248624Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6214630799519702, + "StableID": "njZWk9pcXq11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "DiscoKey": "discokey:1892f044dbcd21754fc0603043ee9565d562c56e417b9063d5a89c0ba9b13c61", - "Addresses": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "AllowedIPs": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "Endpoints": ["77.164.248.136:58110", "10.65.0.27:58110", "172.17.0.1:58110"], + "Key": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "DiscoKey": "discokey:3325ac6a38b5911539dc83a1e89708b28d5dcb22f33e7f0ed84f5a1b166c2c14", + "Addresses": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "AllowedIPs": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "Endpoints": ["77.164.248.136:40098", "10.65.0.27:40098", "172.17.0.1:40098"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64192}, - {"Proto": "peerapi6", "Port": 64192} + {"Proto": "peerapi4", "Port": 49080}, + {"Proto": "peerapi6", "Port": 49080} ]}, - "Created": "2026-04-09T01:31:05.836190815Z", + "Created": "2026-04-09T08:37:10.01595294Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8172094222718528, - "StableID": "nj2WSM4Ap621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "KeyExpiry": "2026-10-06T01:31:09Z", - "DiscoKey": "discokey:06d0d2995de7e659c9bd6312f9a9299d84aacf5c30b8dca328793d5d0d287578", - "Addresses": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "AllowedIPs": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "Endpoints": ["77.164.248.136:40335", "10.65.0.27:40335", "172.17.0.1:40335"], + "ID": 6388887068339250, + "StableID": "nyNmWKEYtr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:4ab45fc70b0603c8a21a3e3971e54a66fa29d1428691b2b35afdfe0612eaa76e", + "Addresses": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "AllowedIPs": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "Endpoints": ["77.164.248.136:53462", "10.65.0.27:53462", "172.17.0.1:53462"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 55595}, - {"Proto": "peerapi6", "Port": 55595} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38015}, + {"Proto": "peerapi6", "Port": 38015} ]}, - "Created": "2026-04-09T01:31:09.122976269Z", + "Created": "2026-04-09T08:37:12.69521645Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8722198163875850, - "StableID": "njbgycMJ7B21CNTRL", + "ID": 7291210372156464, + "StableID": "n5Rc1WjCwy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:5e0846f831bff3b41c83fc9cb39c02c5335f801771f8c1f8e3c3562d4cdd2422", - "Addresses": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "AllowedIPs": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "Endpoints": ["77.164.248.136:50229", "10.65.0.27:50229", "172.17.0.1:50229"], + "Key": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:5e1b3cedbd32d255266fd005e6ea35db6eb22df8304f4ba743028f15ad798f6a", + "Addresses": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "AllowedIPs": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "Endpoints": ["77.164.248.136:50517", "10.65.0.27:50517", "172.17.0.1:50517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33967}, - {"Proto": "peerapi6", "Port": 33967} + {"Proto": "peerapi4", "Port": 52897}, + {"Proto": "peerapi6", "Port": 52897} ]}, - "Created": "2026-04-09T01:31:08.014491483Z", + "Created": "2026-04-09T08:37:12.172900296Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7488785444485357, + "StableID": "nLe7bJhgU121CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "DiscoKey": "discokey:1fd3cf8910d4aa9fe51f51f4378efa7c551adc8cc18365e7f5ec32d86bc56259", + "Addresses": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "AllowedIPs": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "Endpoints": ["77.164.248.136:49936", "10.65.0.27:49936", "172.17.0.1:49936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 58112}, + {"Proto": "peerapi6", "Port": 58112} + ]}, + "Created": "2026-04-09T08:37:05.738635833Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -544,7 +544,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.101.231.29"}, {"nodeIP": "fd7a:115c:a1e0::4f37:e71d"}], + "principals": [{"nodeIP": "100.101.102.125"}, {"nodeIP": "fd7a:115c:a1e0::3a37:667d"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -553,7 +553,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.101.231.29"}, {"nodeIP": "fd7a:115c:a1e0::4f37:e71d"}], + "principals": [{"nodeIP": "100.101.102.125"}, {"nodeIP": "fd7a:115c:a1e0::3a37:667d"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -562,7 +562,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.108.97.69"}, {"nodeIP": "fd7a:115c:a1e0::1437:6145"}], + "principals": [{"nodeIP": "100.92.236.60"}, {"nodeIP": "fd7a:115c:a1e0::d37:ec3c"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -571,7 +571,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.113.17"}, {"nodeIP": "fd7a:115c:a1e0::2337:7111"}], + "principals": [{"nodeIP": "100.117.225.85"}, {"nodeIP": "fd7a:115c:a1e0::e937:e155"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -580,7 +580,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.113.17"}, {"nodeIP": "fd7a:115c:a1e0::2337:7111"}], + "principals": [{"nodeIP": "100.117.225.85"}, {"nodeIP": "fd7a:115c:a1e0::e937:e155"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1409,30 +1409,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7148711729110301": { - "ID": 7148711729110301, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6913273550539227": { + "ID": 6913273550539227, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.101.231.29"}, {"nodeIP": "fd7a:115c:a1e0::4f37:e71d"}], + "principals": [{"nodeIP": "100.101.102.125"}, {"nodeIP": "fd7a:115c:a1e0::3a37:667d"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -1441,7 +1443,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.101.231.29"}, {"nodeIP": "fd7a:115c:a1e0::4f37:e71d"}], + "principals": [{"nodeIP": "100.101.102.125"}, {"nodeIP": "fd7a:115c:a1e0::3a37:667d"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -1450,7 +1452,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.108.97.69"}, {"nodeIP": "fd7a:115c:a1e0::1437:6145"}], + "principals": [{"nodeIP": "100.92.236.60"}, {"nodeIP": "fd7a:115c:a1e0::d37:ec3c"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -1459,7 +1461,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.113.17"}, {"nodeIP": "fd7a:115c:a1e0::2337:7111"}], + "principals": [{"nodeIP": "100.117.225.85"}, {"nodeIP": "fd7a:115c:a1e0::e937:e155"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -1468,7 +1470,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.113.17"}, {"nodeIP": "fd7a:115c:a1e0::2337:7111"}], + "principals": [{"nodeIP": "100.117.225.85"}, {"nodeIP": "fd7a:115c:a1e0::e937:e155"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1505,26 +1507,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7056777601811151, - "StableID": "napbsia27x11CNTRL", + "ID": 15298811375734, + "StableID": "nTREagsv7111CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 7056777601811151, - "Key": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "DiscoKey": "discokey:e6d0645adc183aaa68f0b13e312898c6605c45d258cced2977e726db3a9f9953", - "Addresses": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "AllowedIPs": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "Endpoints": ["77.164.248.136:40598", "10.65.0.27:40598", "172.17.0.1:40598"], + "User": 15298811375734, + "Key": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "DiscoKey": "discokey:e7b6366547cb8380d7f280c1a8cf7f5c081fbefccad89487831e9107f29bae60", + "Addresses": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "AllowedIPs": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "Endpoints": ["77.164.248.136:46311", "10.65.0.27:46311", "172.17.0.1:46311"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 45448}, - {"Proto": "peerapi6", "Port": 45448}, + {"Proto": "peerapi4", "Port": 45742}, + {"Proto": "peerapi6", "Port": 45742}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:04.205881288Z", + "Created": "2026-04-09T08:37:08.420743814Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1552,302 +1554,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "MachineKey": "mkey:9ad99d897be851d94c3d6bf91ffdfe50af5bca0e5c6f4215e46ef35772e8fc31", + "NodeKey": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "MachineKey": "mkey:c0f277ae15ffa503fb4dd9bd8a0a0b1a7297b0a78e35811c3812e726eee85829", "Peers": [{ - "ID": 2145666075174934, - "StableID": "nu2MaY1nkH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "DiscoKey": "discokey:0902cca2f4423818a76a9e9bcf69e79bc157c852db7d78d649a71aabca824279", - "Addresses": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "AllowedIPs": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "Endpoints": ["77.164.248.136:41567", "10.65.0.27:41567", "172.17.0.1:41567"], + "ID": 449907994872935, + "StableID": "nxZRsZKmW411CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "KeyExpiry": "2026-10-06T08:37:13Z", + "DiscoKey": "discokey:b44479ad2f0d5e02de0e881153a4f414469ba53e8b46773494f9aa6e315ed170", + "Addresses": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "AllowedIPs": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "Endpoints": ["77.164.248.136:40983", "10.65.0.27:40983", "172.17.0.1:40983"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 53521}, - {"Proto": "peerapi6", "Port": 53521} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37241}, + {"Proto": "peerapi6", "Port": 37241} ]}, - "Created": "2026-04-09T01:31:04.74767875Z", + "Created": "2026-04-09T08:37:13.236734305Z", "Cap": 131, - "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 2864193199345287, - "StableID": "nCoK4vVCNP11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "DiscoKey": "discokey:39f0f1938af442f687ecc2f7a71cbeb385a86f8262464fec31afe29bfeb5c009", - "Addresses": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "AllowedIPs": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "Endpoints": ["77.164.248.136:33093", "10.65.0.27:33093", "172.17.0.1:33093"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56895}, - {"Proto": "peerapi6", "Port": 56895} - ]}, - "Created": "2026-04-09T01:31:05.30111624Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3332023686517794, - "StableID": "nomWCWc52T11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "DiscoKey": "discokey:cfa9a3b0755c17d8a0be9f852d546c0a5ced9984dd3e7fbbe765b34061b61511", - "Addresses": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "AllowedIPs": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "Endpoints": ["77.164.248.136:52040", "10.65.0.27:52040", "172.17.0.1:52040"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49387}, - {"Proto": "peerapi6", "Port": 49387} - ]}, - "Created": "2026-04-09T01:31:03.670482871Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3490314420980318, - "StableID": "nF7zMCemFU11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "DiscoKey": "discokey:ea612c056c932f8b2879ca16a99b138ef2933baa80f531f5da253ab0808d2233", - "Addresses": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "AllowedIPs": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "Endpoints": ["77.164.248.136:56329", "10.65.0.27:56329", "172.17.0.1:56329"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42623}, - {"Proto": "peerapi6", "Port": 42623} - ]}, - "Created": "2026-04-09T01:31:06.383285161Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3728413918992548, - "StableID": "noCjfT7c7W11CNTRL", + "ID": 737318247296178, + "StableID": "n3Bngo6wk611CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "DiscoKey": "discokey:331e97378a2e1555f07b04c3171d7e39ee8d1cfc993eb34b7319e32c390a6f2d", - "Addresses": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "AllowedIPs": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "Endpoints": ["77.164.248.136:59334", "10.65.0.27:59334", "172.17.0.1:59334"], + "Key": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "DiscoKey": "discokey:0ac49348bfc209231377825afd2bfd6bbbfd7fbe1a769981c051c9b2b807f037", + "Addresses": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "AllowedIPs": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "Endpoints": ["77.164.248.136:41170", "10.65.0.27:41170", "172.17.0.1:41170"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39460}, - {"Proto": "peerapi6", "Port": 39460} + {"Proto": "peerapi4", "Port": 55501}, + {"Proto": "peerapi6", "Port": 55501} ]}, - "Created": "2026-04-09T01:31:03.13108608Z", + "Created": "2026-04-09T08:37:07.355404957Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4783087833037882, - "StableID": "nRWftBcGMe11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 1292088267742553, + "StableID": "nkcyf8yB6B11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "DiscoKey": "discokey:8553cdda00ceb056d1f4dc938f169deffc647bd8f8f71a74ddb061164f6cf040", - "Addresses": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "AllowedIPs": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "Endpoints": ["77.164.248.136:43131", "10.65.0.27:43131", "172.17.0.1:43131"], + "Key": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "DiscoKey": "discokey:e8590c271d92b100a846bae355bdce83d545437c04a5a0cb45884684593bff0e", + "Addresses": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "AllowedIPs": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "Endpoints": ["77.164.248.136:35696", "10.65.0.27:35696", "172.17.0.1:35696"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34047}, - {"Proto": "peerapi6", "Port": 34047} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 56314}, + {"Proto": "peerapi6", "Port": 56314} ]}, - "Created": "2026-04-09T01:31:02.049151833Z", + "Created": "2026-04-09T08:37:10.562851743Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 5395194895115541, - "StableID": "n8QTu2dV8j11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", + "ID": 1903209886478187, + "StableID": "nkF4Sb6yrF11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "DiscoKey": "discokey:2da0adbba3b5b50a64cf5c700f589131a69cfca31b06a775eece0f6a5ed6c035", - "Addresses": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "AllowedIPs": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], + "Key": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "DiscoKey": "discokey:7269fd0aabfbe1d4ebbe4c583d7d3416d425f4b5d09d1b385c94bcd5cdc8382f", + "Addresses": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "AllowedIPs": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "Endpoints": ["77.164.248.136:56845", "10.65.0.27:56845", "172.17.0.1:56845"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49916}, - {"Proto": "peerapi6", "Port": 49916} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36238}, + {"Proto": "peerapi6", "Port": 36238} ]}, - "Created": "2026-04-09T01:31:01.516816005Z", + "Created": "2026-04-09T08:37:08.953881745Z", "Cap": 131, - "Tags": ["tag:pidgey"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 5579958767800916, - "StableID": "nw66eB4Bak11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "DiscoKey": "discokey:632d87bfe3f797824331abee81b5274e99138c5736c7c6827ffe00d5a2f1fd1c", - "Addresses": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "AllowedIPs": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "Endpoints": ["77.164.248.136:42922", "10.65.0.27:42922", "172.17.0.1:42922"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} - ]}, - "Created": "2026-04-09T01:31:06.932287967Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6564434763309278, - "StableID": "nw7cB4a3Gt11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:7c2de9531a9931c68d3b4b643efddf828b2368306239a91cb56277f5aa01041a", - "Addresses": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "AllowedIPs": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "Endpoints": ["77.164.248.136:49235", "10.65.0.27:49235", "172.17.0.1:49235"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 54134}, - {"Proto": "peerapi6", "Port": 54134} - ]}, - "Created": "2026-04-09T01:31:08.555226968Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7148711729110301, - "StableID": "nkxWt2Yfpx11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "DiscoKey": "discokey:09b8cc7b091a8b7ba2c86bb11d8fa338f09766d32655697f4ecd7fdf6742da6e", - "Addresses": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "AllowedIPs": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "Endpoints": ["77.164.248.136:47124", "10.65.0.27:47124", "172.17.0.1:47124"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53783}, - {"Proto": "peerapi6", "Port": 53783} - ]}, - "Created": "2026-04-09T01:31:07.465208718Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 7537314615492551, - "StableID": "nx9VFVUfr121CNTRL", + "ID": 1918565854166506, + "StableID": "nT7LiMUvyF11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "DiscoKey": "discokey:a7612ef5d21c9c6887dff1f39a581785a3cf11d4752c1443f230011576aaff35", - "Addresses": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "AllowedIPs": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "Endpoints": ["77.164.248.136:35850", "10.65.0.27:35850", "172.17.0.1:35850"], + "Key": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "DiscoKey": "discokey:e8a032afe539e07b2c745e37df89392c9449651eb686ee7fc061183141eb8d4e", + "Addresses": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "AllowedIPs": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "Endpoints": ["77.164.248.136:48083", "10.65.0.27:48083", "172.17.0.1:48083"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 65066}, - {"Proto": "peerapi6", "Port": 65066} + {"Proto": "peerapi4", "Port": 59360}, + {"Proto": "peerapi6", "Port": 59360} ]}, - "Created": "2026-04-09T01:31:02.591664014Z", + "Created": "2026-04-09T08:37:06.798288775Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8056798929423418, - "StableID": "nH6XBsSwu521CNTRL", + "ID": 2464074247428637, + "StableID": "ncvKR24zEL11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "DiscoKey": "discokey:c35d04d27c6426ea9c87bb899fb09431eb568c5bb0e298fd7af51ab2b6431d29", + "Addresses": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "AllowedIPs": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "Endpoints": ["77.164.248.136:55369", "10.65.0.27:55369", "172.17.0.1:55369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 37503}, + {"Proto": "peerapi6", "Port": 37503} + ]}, + "Created": "2026-04-09T08:37:11.098316619Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2582752045521831, + "StableID": "ntdY3yWjAM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "DiscoKey": "discokey:b3d1ccfb60639e6e155dba22cc357b05a645b0b5607c0bc934af8b5cb2223112", + "Addresses": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "AllowedIPs": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "Endpoints": ["77.164.248.136:43990", "10.65.0.27:43990", "172.17.0.1:43990"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42158}, + {"Proto": "peerapi6", "Port": 42158} + ]}, + "Created": "2026-04-09T08:37:07.882984556Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2788044117108182, + "StableID": "ndtNR6CimN11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "DiscoKey": "discokey:b0f054bf99f45476e7c332c4f3e5ae2c77fbfb522b733f608813cf9dcb015728", + "Addresses": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "AllowedIPs": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "Endpoints": ["77.164.248.136:53408", "10.65.0.27:53408", "172.17.0.1:53408"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53991}, + {"Proto": "peerapi6", "Port": 53991} + ]}, + "Created": "2026-04-09T08:37:06.268375001Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4797156082266073, + "StableID": "n8cEu2AeTe11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "DiscoKey": "discokey:7b16da7c2964f3a63c19f3fad0cec326f1c68c95205db11f3b253775e3e6c709", + "Addresses": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "AllowedIPs": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "Endpoints": ["77.164.248.136:60208", "10.65.0.27:60208", "172.17.0.1:60208"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 40696}, + {"Proto": "peerapi6", "Port": 40696} + ]}, + "Created": "2026-04-09T08:37:09.501248624Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6214630799519702, + "StableID": "njZWk9pcXq11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "DiscoKey": "discokey:1892f044dbcd21754fc0603043ee9565d562c56e417b9063d5a89c0ba9b13c61", - "Addresses": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "AllowedIPs": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "Endpoints": ["77.164.248.136:58110", "10.65.0.27:58110", "172.17.0.1:58110"], + "Key": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "DiscoKey": "discokey:3325ac6a38b5911539dc83a1e89708b28d5dcb22f33e7f0ed84f5a1b166c2c14", + "Addresses": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "AllowedIPs": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "Endpoints": ["77.164.248.136:40098", "10.65.0.27:40098", "172.17.0.1:40098"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64192}, - {"Proto": "peerapi6", "Port": 64192} + {"Proto": "peerapi4", "Port": 49080}, + {"Proto": "peerapi6", "Port": 49080} ]}, - "Created": "2026-04-09T01:31:05.836190815Z", + "Created": "2026-04-09T08:37:10.01595294Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8172094222718528, - "StableID": "nj2WSM4Ap621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "KeyExpiry": "2026-10-06T01:31:09Z", - "DiscoKey": "discokey:06d0d2995de7e659c9bd6312f9a9299d84aacf5c30b8dca328793d5d0d287578", - "Addresses": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "AllowedIPs": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "Endpoints": ["77.164.248.136:40335", "10.65.0.27:40335", "172.17.0.1:40335"], + "ID": 6388887068339250, + "StableID": "nyNmWKEYtr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:4ab45fc70b0603c8a21a3e3971e54a66fa29d1428691b2b35afdfe0612eaa76e", + "Addresses": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "AllowedIPs": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "Endpoints": ["77.164.248.136:53462", "10.65.0.27:53462", "172.17.0.1:53462"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 55595}, - {"Proto": "peerapi6", "Port": 55595} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38015}, + {"Proto": "peerapi6", "Port": 38015} ]}, - "Created": "2026-04-09T01:31:09.122976269Z", + "Created": "2026-04-09T08:37:12.69521645Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8722198163875850, - "StableID": "njbgycMJ7B21CNTRL", + "ID": 6913273550539227, + "StableID": "nAkYGTy2zv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "DiscoKey": "discokey:599511bd5ac1008c46e57719fa841fbf3980f99cccb1c0a9afd00f6cf3297b71", + "Addresses": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "AllowedIPs": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "Endpoints": ["77.164.248.136:51078", "10.65.0.27:51078", "172.17.0.1:51078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 49018}, + {"Proto": "peerapi6", "Port": 49018} + ]}, + "Created": "2026-04-09T08:37:11.624618656Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7291210372156464, + "StableID": "n5Rc1WjCwy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:5e0846f831bff3b41c83fc9cb39c02c5335f801771f8c1f8e3c3562d4cdd2422", - "Addresses": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "AllowedIPs": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "Endpoints": ["77.164.248.136:50229", "10.65.0.27:50229", "172.17.0.1:50229"], + "Key": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:5e1b3cedbd32d255266fd005e6ea35db6eb22df8304f4ba743028f15ad798f6a", + "Addresses": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "AllowedIPs": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "Endpoints": ["77.164.248.136:50517", "10.65.0.27:50517", "172.17.0.1:50517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33967}, - {"Proto": "peerapi6", "Port": 33967} + {"Proto": "peerapi4", "Port": 52897}, + {"Proto": "peerapi6", "Port": 52897} ]}, - "Created": "2026-04-09T01:31:08.014491483Z", + "Created": "2026-04-09T08:37:12.172900296Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7488785444485357, + "StableID": "nLe7bJhgU121CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "DiscoKey": "discokey:1fd3cf8910d4aa9fe51f51f4378efa7c551adc8cc18365e7f5ec32d86bc56259", + "Addresses": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "AllowedIPs": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "Endpoints": ["77.164.248.136:49936", "10.65.0.27:49936", "172.17.0.1:49936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 58112}, + {"Proto": "peerapi6", "Port": 58112} + ]}, + "Created": "2026-04-09T08:37:05.738635833Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2695,27 +2697,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7056777601811151": { - "ID": 7056777601811151, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "15298811375734": { + "ID": 15298811375734, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2746,22 +2750,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8172094222718528, - "StableID": "nj2WSM4Ap621CNTRL", + "ID": 449907994872935, + "StableID": "nxZRsZKmW411CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "KeyExpiry": "2026-10-06T01:31:09Z", - "DiscoKey": "discokey:06d0d2995de7e659c9bd6312f9a9299d84aacf5c30b8dca328793d5d0d287578", - "Addresses": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "AllowedIPs": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "Endpoints": ["77.164.248.136:40335", "10.65.0.27:40335", "172.17.0.1:40335"], + "Key": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "KeyExpiry": "2026-10-06T08:37:13Z", + "DiscoKey": "discokey:b44479ad2f0d5e02de0e881153a4f414469ba53e8b46773494f9aa6e315ed170", + "Addresses": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "AllowedIPs": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "Endpoints": ["77.164.248.136:40983", "10.65.0.27:40983", "172.17.0.1:40983"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 55595}, - {"Proto": "peerapi6", "Port": 55595}, + {"Proto": "peerapi4", "Port": 37241}, + {"Proto": "peerapi6", "Port": 37241}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:09.122976269Z", + "Created": "2026-04-09T08:37:13.236734305Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2790,302 +2794,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "MachineKey": "mkey:cd8a4559ca0bc738631f055a598945db0d3ebd7f3137729c554f9a558bb0ee42", + "NodeKey": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "MachineKey": "mkey:5cb7c240e1d1b529a5c3c54fefe7e850b89c212b867d3c197895c9bd5718472a", "Peers": [{ - "ID": 2145666075174934, - "StableID": "nu2MaY1nkH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "DiscoKey": "discokey:0902cca2f4423818a76a9e9bcf69e79bc157c852db7d78d649a71aabca824279", - "Addresses": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "AllowedIPs": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "Endpoints": ["77.164.248.136:41567", "10.65.0.27:41567", "172.17.0.1:41567"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 53521}, - {"Proto": "peerapi6", "Port": 53521} - ]}, - "Created": "2026-04-09T01:31:04.74767875Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2864193199345287, - "StableID": "nCoK4vVCNP11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "DiscoKey": "discokey:39f0f1938af442f687ecc2f7a71cbeb385a86f8262464fec31afe29bfeb5c009", - "Addresses": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "AllowedIPs": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "Endpoints": ["77.164.248.136:33093", "10.65.0.27:33093", "172.17.0.1:33093"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56895}, - {"Proto": "peerapi6", "Port": 56895} - ]}, - "Created": "2026-04-09T01:31:05.30111624Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3332023686517794, - "StableID": "nomWCWc52T11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "DiscoKey": "discokey:cfa9a3b0755c17d8a0be9f852d546c0a5ced9984dd3e7fbbe765b34061b61511", - "Addresses": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "AllowedIPs": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "Endpoints": ["77.164.248.136:52040", "10.65.0.27:52040", "172.17.0.1:52040"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49387}, - {"Proto": "peerapi6", "Port": 49387} - ]}, - "Created": "2026-04-09T01:31:03.670482871Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3490314420980318, - "StableID": "nF7zMCemFU11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "DiscoKey": "discokey:ea612c056c932f8b2879ca16a99b138ef2933baa80f531f5da253ab0808d2233", - "Addresses": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "AllowedIPs": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "Endpoints": ["77.164.248.136:56329", "10.65.0.27:56329", "172.17.0.1:56329"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42623}, - {"Proto": "peerapi6", "Port": 42623} - ]}, - "Created": "2026-04-09T01:31:06.383285161Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3728413918992548, - "StableID": "noCjfT7c7W11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "DiscoKey": "discokey:331e97378a2e1555f07b04c3171d7e39ee8d1cfc993eb34b7319e32c390a6f2d", - "Addresses": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "AllowedIPs": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "Endpoints": ["77.164.248.136:59334", "10.65.0.27:59334", "172.17.0.1:59334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39460}, - {"Proto": "peerapi6", "Port": 39460} - ]}, - "Created": "2026-04-09T01:31:03.13108608Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4783087833037882, - "StableID": "nRWftBcGMe11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "DiscoKey": "discokey:8553cdda00ceb056d1f4dc938f169deffc647bd8f8f71a74ddb061164f6cf040", - "Addresses": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "AllowedIPs": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "Endpoints": ["77.164.248.136:43131", "10.65.0.27:43131", "172.17.0.1:43131"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34047}, - {"Proto": "peerapi6", "Port": 34047} - ]}, - "Created": "2026-04-09T01:31:02.049151833Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 5395194895115541, - "StableID": "n8QTu2dV8j11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "DiscoKey": "discokey:2da0adbba3b5b50a64cf5c700f589131a69cfca31b06a775eece0f6a5ed6c035", - "Addresses": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "AllowedIPs": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49916}, - {"Proto": "peerapi6", "Port": 49916} - ]}, - "Created": "2026-04-09T01:31:01.516816005Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5579958767800916, - "StableID": "nw66eB4Bak11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "DiscoKey": "discokey:632d87bfe3f797824331abee81b5274e99138c5736c7c6827ffe00d5a2f1fd1c", - "Addresses": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "AllowedIPs": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "Endpoints": ["77.164.248.136:42922", "10.65.0.27:42922", "172.17.0.1:42922"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} - ]}, - "Created": "2026-04-09T01:31:06.932287967Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6564434763309278, - "StableID": "nw7cB4a3Gt11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:7c2de9531a9931c68d3b4b643efddf828b2368306239a91cb56277f5aa01041a", - "Addresses": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "AllowedIPs": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "Endpoints": ["77.164.248.136:49235", "10.65.0.27:49235", "172.17.0.1:49235"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 54134}, - {"Proto": "peerapi6", "Port": 54134} - ]}, - "Created": "2026-04-09T01:31:08.555226968Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7056777601811151, - "StableID": "napbsia27x11CNTRL", + "ID": 15298811375734, + "StableID": "nTREagsv7111CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "DiscoKey": "discokey:e6d0645adc183aaa68f0b13e312898c6605c45d258cced2977e726db3a9f9953", - "Addresses": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "AllowedIPs": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "Endpoints": ["77.164.248.136:40598", "10.65.0.27:40598", "172.17.0.1:40598"], + "Key": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "DiscoKey": "discokey:e7b6366547cb8380d7f280c1a8cf7f5c081fbefccad89487831e9107f29bae60", + "Addresses": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "AllowedIPs": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "Endpoints": ["77.164.248.136:46311", "10.65.0.27:46311", "172.17.0.1:46311"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45448}, - {"Proto": "peerapi6", "Port": 45448} + {"Proto": "peerapi4", "Port": 45742}, + {"Proto": "peerapi6", "Port": 45742} ]}, - "Created": "2026-04-09T01:31:04.205881288Z", + "Created": "2026-04-09T08:37:08.420743814Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7148711729110301, - "StableID": "nkxWt2Yfpx11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 737318247296178, + "StableID": "n3Bngo6wk611CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "DiscoKey": "discokey:09b8cc7b091a8b7ba2c86bb11d8fa338f09766d32655697f4ecd7fdf6742da6e", - "Addresses": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "AllowedIPs": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "Endpoints": ["77.164.248.136:47124", "10.65.0.27:47124", "172.17.0.1:47124"], + "Key": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "DiscoKey": "discokey:0ac49348bfc209231377825afd2bfd6bbbfd7fbe1a769981c051c9b2b807f037", + "Addresses": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "AllowedIPs": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "Endpoints": ["77.164.248.136:41170", "10.65.0.27:41170", "172.17.0.1:41170"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53783}, - {"Proto": "peerapi6", "Port": 53783} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55501}, + {"Proto": "peerapi6", "Port": 55501} ]}, - "Created": "2026-04-09T01:31:07.465208718Z", + "Created": "2026-04-09T08:37:07.355404957Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 7537314615492551, - "StableID": "nx9VFVUfr121CNTRL", + "ID": 1292088267742553, + "StableID": "nkcyf8yB6B11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "DiscoKey": "discokey:e8590c271d92b100a846bae355bdce83d545437c04a5a0cb45884684593bff0e", + "Addresses": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "AllowedIPs": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "Endpoints": ["77.164.248.136:35696", "10.65.0.27:35696", "172.17.0.1:35696"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 56314}, + {"Proto": "peerapi6", "Port": 56314} + ]}, + "Created": "2026-04-09T08:37:10.562851743Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 1903209886478187, + "StableID": "nkF4Sb6yrF11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "DiscoKey": "discokey:7269fd0aabfbe1d4ebbe4c583d7d3416d425f4b5d09d1b385c94bcd5cdc8382f", + "Addresses": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "AllowedIPs": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "Endpoints": ["77.164.248.136:56845", "10.65.0.27:56845", "172.17.0.1:56845"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36238}, + {"Proto": "peerapi6", "Port": 36238} + ]}, + "Created": "2026-04-09T08:37:08.953881745Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 1918565854166506, + "StableID": "nT7LiMUvyF11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "DiscoKey": "discokey:a7612ef5d21c9c6887dff1f39a581785a3cf11d4752c1443f230011576aaff35", - "Addresses": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "AllowedIPs": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "Endpoints": ["77.164.248.136:35850", "10.65.0.27:35850", "172.17.0.1:35850"], + "Key": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "DiscoKey": "discokey:e8a032afe539e07b2c745e37df89392c9449651eb686ee7fc061183141eb8d4e", + "Addresses": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "AllowedIPs": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "Endpoints": ["77.164.248.136:48083", "10.65.0.27:48083", "172.17.0.1:48083"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 65066}, - {"Proto": "peerapi6", "Port": 65066} + {"Proto": "peerapi4", "Port": 59360}, + {"Proto": "peerapi6", "Port": 59360} ]}, - "Created": "2026-04-09T01:31:02.591664014Z", + "Created": "2026-04-09T08:37:06.798288775Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8056798929423418, - "StableID": "nH6XBsSwu521CNTRL", + "ID": 2464074247428637, + "StableID": "ncvKR24zEL11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "DiscoKey": "discokey:c35d04d27c6426ea9c87bb899fb09431eb568c5bb0e298fd7af51ab2b6431d29", + "Addresses": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "AllowedIPs": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "Endpoints": ["77.164.248.136:55369", "10.65.0.27:55369", "172.17.0.1:55369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 37503}, + {"Proto": "peerapi6", "Port": 37503} + ]}, + "Created": "2026-04-09T08:37:11.098316619Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2582752045521831, + "StableID": "ntdY3yWjAM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "DiscoKey": "discokey:b3d1ccfb60639e6e155dba22cc357b05a645b0b5607c0bc934af8b5cb2223112", + "Addresses": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "AllowedIPs": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "Endpoints": ["77.164.248.136:43990", "10.65.0.27:43990", "172.17.0.1:43990"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42158}, + {"Proto": "peerapi6", "Port": 42158} + ]}, + "Created": "2026-04-09T08:37:07.882984556Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2788044117108182, + "StableID": "ndtNR6CimN11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "DiscoKey": "discokey:b0f054bf99f45476e7c332c4f3e5ae2c77fbfb522b733f608813cf9dcb015728", + "Addresses": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "AllowedIPs": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "Endpoints": ["77.164.248.136:53408", "10.65.0.27:53408", "172.17.0.1:53408"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53991}, + {"Proto": "peerapi6", "Port": 53991} + ]}, + "Created": "2026-04-09T08:37:06.268375001Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4797156082266073, + "StableID": "n8cEu2AeTe11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "DiscoKey": "discokey:7b16da7c2964f3a63c19f3fad0cec326f1c68c95205db11f3b253775e3e6c709", + "Addresses": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "AllowedIPs": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "Endpoints": ["77.164.248.136:60208", "10.65.0.27:60208", "172.17.0.1:60208"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 40696}, + {"Proto": "peerapi6", "Port": 40696} + ]}, + "Created": "2026-04-09T08:37:09.501248624Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6214630799519702, + "StableID": "njZWk9pcXq11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "DiscoKey": "discokey:1892f044dbcd21754fc0603043ee9565d562c56e417b9063d5a89c0ba9b13c61", - "Addresses": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "AllowedIPs": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "Endpoints": ["77.164.248.136:58110", "10.65.0.27:58110", "172.17.0.1:58110"], + "Key": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "DiscoKey": "discokey:3325ac6a38b5911539dc83a1e89708b28d5dcb22f33e7f0ed84f5a1b166c2c14", + "Addresses": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "AllowedIPs": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "Endpoints": ["77.164.248.136:40098", "10.65.0.27:40098", "172.17.0.1:40098"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64192}, - {"Proto": "peerapi6", "Port": 64192} + {"Proto": "peerapi4", "Port": 49080}, + {"Proto": "peerapi6", "Port": 49080} ]}, - "Created": "2026-04-09T01:31:05.836190815Z", + "Created": "2026-04-09T08:37:10.01595294Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8722198163875850, - "StableID": "njbgycMJ7B21CNTRL", + "ID": 6388887068339250, + "StableID": "nyNmWKEYtr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:4ab45fc70b0603c8a21a3e3971e54a66fa29d1428691b2b35afdfe0612eaa76e", + "Addresses": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "AllowedIPs": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "Endpoints": ["77.164.248.136:53462", "10.65.0.27:53462", "172.17.0.1:53462"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38015}, + {"Proto": "peerapi6", "Port": 38015} + ]}, + "Created": "2026-04-09T08:37:12.69521645Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6913273550539227, + "StableID": "nAkYGTy2zv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "DiscoKey": "discokey:599511bd5ac1008c46e57719fa841fbf3980f99cccb1c0a9afd00f6cf3297b71", + "Addresses": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "AllowedIPs": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "Endpoints": ["77.164.248.136:51078", "10.65.0.27:51078", "172.17.0.1:51078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 49018}, + {"Proto": "peerapi6", "Port": 49018} + ]}, + "Created": "2026-04-09T08:37:11.624618656Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7291210372156464, + "StableID": "n5Rc1WjCwy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:5e0846f831bff3b41c83fc9cb39c02c5335f801771f8c1f8e3c3562d4cdd2422", - "Addresses": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "AllowedIPs": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "Endpoints": ["77.164.248.136:50229", "10.65.0.27:50229", "172.17.0.1:50229"], + "Key": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:5e1b3cedbd32d255266fd005e6ea35db6eb22df8304f4ba743028f15ad798f6a", + "Addresses": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "AllowedIPs": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "Endpoints": ["77.164.248.136:50517", "10.65.0.27:50517", "172.17.0.1:50517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33967}, - {"Proto": "peerapi6", "Port": 33967} + {"Proto": "peerapi4", "Port": 52897}, + {"Proto": "peerapi6", "Port": 52897} ]}, - "Created": "2026-04-09T01:31:08.014491483Z", + "Created": "2026-04-09T08:37:12.172900296Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7488785444485357, + "StableID": "nLe7bJhgU121CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "DiscoKey": "discokey:1fd3cf8910d4aa9fe51f51f4378efa7c551adc8cc18365e7f5ec32d86bc56259", + "Addresses": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "AllowedIPs": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "Endpoints": ["77.164.248.136:49936", "10.65.0.27:49936", "172.17.0.1:49936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 58112}, + {"Proto": "peerapi6", "Port": 58112} + ]}, + "Created": "2026-04-09T08:37:05.738635833Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3113,7 +3117,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.101.231.29"}, {"nodeIP": "fd7a:115c:a1e0::4f37:e71d"}], + "principals": [{"nodeIP": "100.101.102.125"}, {"nodeIP": "fd7a:115c:a1e0::3a37:667d"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -3122,7 +3126,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.101.231.29"}, {"nodeIP": "fd7a:115c:a1e0::4f37:e71d"}], + "principals": [{"nodeIP": "100.101.102.125"}, {"nodeIP": "fd7a:115c:a1e0::3a37:667d"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3951,26 +3955,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.101.231.29"}, {"nodeIP": "fd7a:115c:a1e0::4f37:e71d"}], + "principals": [{"nodeIP": "100.101.102.125"}, {"nodeIP": "fd7a:115c:a1e0::3a37:667d"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -3979,7 +3984,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.101.231.29"}, {"nodeIP": "fd7a:115c:a1e0::4f37:e71d"}], + "principals": [{"nodeIP": "100.101.102.125"}, {"nodeIP": "fd7a:115c:a1e0::3a37:667d"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -4016,26 +4021,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7537314615492551, - "StableID": "nx9VFVUfr121CNTRL", + "ID": 1918565854166506, + "StableID": "nT7LiMUvyF11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 7537314615492551, - "Key": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "DiscoKey": "discokey:a7612ef5d21c9c6887dff1f39a581785a3cf11d4752c1443f230011576aaff35", - "Addresses": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "AllowedIPs": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "Endpoints": ["77.164.248.136:35850", "10.65.0.27:35850", "172.17.0.1:35850"], + "User": 1918565854166506, + "Key": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "DiscoKey": "discokey:e8a032afe539e07b2c745e37df89392c9449651eb686ee7fc061183141eb8d4e", + "Addresses": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "AllowedIPs": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "Endpoints": ["77.164.248.136:48083", "10.65.0.27:48083", "172.17.0.1:48083"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 65066}, - {"Proto": "peerapi6", "Port": 65066}, + {"Proto": "peerapi4", "Port": 59360}, + {"Proto": "peerapi6", "Port": 59360}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:02.591664014Z", + "Created": "2026-04-09T08:37:06.798288775Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -4063,302 +4068,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "MachineKey": "mkey:ae6db2d03dfb552639911d8231dc7d2ddb93c34b8273eab514328b469934d57e", + "NodeKey": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "MachineKey": "mkey:04a484425bd91a73c3a09c10e5135217881308ab9cdf799c49bf887d39bcc63a", "Peers": [{ - "ID": 2145666075174934, - "StableID": "nu2MaY1nkH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "DiscoKey": "discokey:0902cca2f4423818a76a9e9bcf69e79bc157c852db7d78d649a71aabca824279", - "Addresses": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "AllowedIPs": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "Endpoints": ["77.164.248.136:41567", "10.65.0.27:41567", "172.17.0.1:41567"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 53521}, - {"Proto": "peerapi6", "Port": 53521} - ]}, - "Created": "2026-04-09T01:31:04.74767875Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2864193199345287, - "StableID": "nCoK4vVCNP11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "DiscoKey": "discokey:39f0f1938af442f687ecc2f7a71cbeb385a86f8262464fec31afe29bfeb5c009", - "Addresses": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "AllowedIPs": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "Endpoints": ["77.164.248.136:33093", "10.65.0.27:33093", "172.17.0.1:33093"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56895}, - {"Proto": "peerapi6", "Port": 56895} - ]}, - "Created": "2026-04-09T01:31:05.30111624Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3332023686517794, - "StableID": "nomWCWc52T11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "DiscoKey": "discokey:cfa9a3b0755c17d8a0be9f852d546c0a5ced9984dd3e7fbbe765b34061b61511", - "Addresses": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "AllowedIPs": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "Endpoints": ["77.164.248.136:52040", "10.65.0.27:52040", "172.17.0.1:52040"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49387}, - {"Proto": "peerapi6", "Port": 49387} - ]}, - "Created": "2026-04-09T01:31:03.670482871Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3490314420980318, - "StableID": "nF7zMCemFU11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "DiscoKey": "discokey:ea612c056c932f8b2879ca16a99b138ef2933baa80f531f5da253ab0808d2233", - "Addresses": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "AllowedIPs": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "Endpoints": ["77.164.248.136:56329", "10.65.0.27:56329", "172.17.0.1:56329"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42623}, - {"Proto": "peerapi6", "Port": 42623} - ]}, - "Created": "2026-04-09T01:31:06.383285161Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3728413918992548, - "StableID": "noCjfT7c7W11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "DiscoKey": "discokey:331e97378a2e1555f07b04c3171d7e39ee8d1cfc993eb34b7319e32c390a6f2d", - "Addresses": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "AllowedIPs": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "Endpoints": ["77.164.248.136:59334", "10.65.0.27:59334", "172.17.0.1:59334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39460}, - {"Proto": "peerapi6", "Port": 39460} - ]}, - "Created": "2026-04-09T01:31:03.13108608Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4783087833037882, - "StableID": "nRWftBcGMe11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "DiscoKey": "discokey:8553cdda00ceb056d1f4dc938f169deffc647bd8f8f71a74ddb061164f6cf040", - "Addresses": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "AllowedIPs": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "Endpoints": ["77.164.248.136:43131", "10.65.0.27:43131", "172.17.0.1:43131"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34047}, - {"Proto": "peerapi6", "Port": 34047} - ]}, - "Created": "2026-04-09T01:31:02.049151833Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 5395194895115541, - "StableID": "n8QTu2dV8j11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "DiscoKey": "discokey:2da0adbba3b5b50a64cf5c700f589131a69cfca31b06a775eece0f6a5ed6c035", - "Addresses": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "AllowedIPs": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49916}, - {"Proto": "peerapi6", "Port": 49916} - ]}, - "Created": "2026-04-09T01:31:01.516816005Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5579958767800916, - "StableID": "nw66eB4Bak11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "DiscoKey": "discokey:632d87bfe3f797824331abee81b5274e99138c5736c7c6827ffe00d5a2f1fd1c", - "Addresses": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "AllowedIPs": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "Endpoints": ["77.164.248.136:42922", "10.65.0.27:42922", "172.17.0.1:42922"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} - ]}, - "Created": "2026-04-09T01:31:06.932287967Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6564434763309278, - "StableID": "nw7cB4a3Gt11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:7c2de9531a9931c68d3b4b643efddf828b2368306239a91cb56277f5aa01041a", - "Addresses": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "AllowedIPs": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "Endpoints": ["77.164.248.136:49235", "10.65.0.27:49235", "172.17.0.1:49235"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 54134}, - {"Proto": "peerapi6", "Port": 54134} - ]}, - "Created": "2026-04-09T01:31:08.555226968Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7056777601811151, - "StableID": "napbsia27x11CNTRL", + "ID": 15298811375734, + "StableID": "nTREagsv7111CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "DiscoKey": "discokey:e6d0645adc183aaa68f0b13e312898c6605c45d258cced2977e726db3a9f9953", - "Addresses": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "AllowedIPs": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "Endpoints": ["77.164.248.136:40598", "10.65.0.27:40598", "172.17.0.1:40598"], + "Key": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "DiscoKey": "discokey:e7b6366547cb8380d7f280c1a8cf7f5c081fbefccad89487831e9107f29bae60", + "Addresses": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "AllowedIPs": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "Endpoints": ["77.164.248.136:46311", "10.65.0.27:46311", "172.17.0.1:46311"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45448}, - {"Proto": "peerapi6", "Port": 45448} + {"Proto": "peerapi4", "Port": 45742}, + {"Proto": "peerapi6", "Port": 45742} ]}, - "Created": "2026-04-09T01:31:04.205881288Z", + "Created": "2026-04-09T08:37:08.420743814Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7148711729110301, - "StableID": "nkxWt2Yfpx11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "DiscoKey": "discokey:09b8cc7b091a8b7ba2c86bb11d8fa338f09766d32655697f4ecd7fdf6742da6e", - "Addresses": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "AllowedIPs": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "Endpoints": ["77.164.248.136:47124", "10.65.0.27:47124", "172.17.0.1:47124"], + "ID": 449907994872935, + "StableID": "nxZRsZKmW411CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "KeyExpiry": "2026-10-06T08:37:13Z", + "DiscoKey": "discokey:b44479ad2f0d5e02de0e881153a4f414469ba53e8b46773494f9aa6e315ed170", + "Addresses": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "AllowedIPs": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "Endpoints": ["77.164.248.136:40983", "10.65.0.27:40983", "172.17.0.1:40983"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53783}, - {"Proto": "peerapi6", "Port": 53783} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37241}, + {"Proto": "peerapi6", "Port": 37241} ]}, - "Created": "2026-04-09T01:31:07.465208718Z", + "Created": "2026-04-09T08:37:13.236734305Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 8056798929423418, - "StableID": "nH6XBsSwu521CNTRL", + "ID": 737318247296178, + "StableID": "n3Bngo6wk611CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "DiscoKey": "discokey:0ac49348bfc209231377825afd2bfd6bbbfd7fbe1a769981c051c9b2b807f037", + "Addresses": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "AllowedIPs": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "Endpoints": ["77.164.248.136:41170", "10.65.0.27:41170", "172.17.0.1:41170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55501}, + {"Proto": "peerapi6", "Port": 55501} + ]}, + "Created": "2026-04-09T08:37:07.355404957Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1292088267742553, + "StableID": "nkcyf8yB6B11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "DiscoKey": "discokey:e8590c271d92b100a846bae355bdce83d545437c04a5a0cb45884684593bff0e", + "Addresses": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "AllowedIPs": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "Endpoints": ["77.164.248.136:35696", "10.65.0.27:35696", "172.17.0.1:35696"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 56314}, + {"Proto": "peerapi6", "Port": 56314} + ]}, + "Created": "2026-04-09T08:37:10.562851743Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 1903209886478187, + "StableID": "nkF4Sb6yrF11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "DiscoKey": "discokey:7269fd0aabfbe1d4ebbe4c583d7d3416d425f4b5d09d1b385c94bcd5cdc8382f", + "Addresses": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "AllowedIPs": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "Endpoints": ["77.164.248.136:56845", "10.65.0.27:56845", "172.17.0.1:56845"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36238}, + {"Proto": "peerapi6", "Port": 36238} + ]}, + "Created": "2026-04-09T08:37:08.953881745Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2464074247428637, + "StableID": "ncvKR24zEL11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "DiscoKey": "discokey:c35d04d27c6426ea9c87bb899fb09431eb568c5bb0e298fd7af51ab2b6431d29", + "Addresses": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "AllowedIPs": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "Endpoints": ["77.164.248.136:55369", "10.65.0.27:55369", "172.17.0.1:55369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 37503}, + {"Proto": "peerapi6", "Port": 37503} + ]}, + "Created": "2026-04-09T08:37:11.098316619Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2582752045521831, + "StableID": "ntdY3yWjAM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "DiscoKey": "discokey:b3d1ccfb60639e6e155dba22cc357b05a645b0b5607c0bc934af8b5cb2223112", + "Addresses": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "AllowedIPs": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "Endpoints": ["77.164.248.136:43990", "10.65.0.27:43990", "172.17.0.1:43990"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42158}, + {"Proto": "peerapi6", "Port": 42158} + ]}, + "Created": "2026-04-09T08:37:07.882984556Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2788044117108182, + "StableID": "ndtNR6CimN11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "DiscoKey": "discokey:b0f054bf99f45476e7c332c4f3e5ae2c77fbfb522b733f608813cf9dcb015728", + "Addresses": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "AllowedIPs": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "Endpoints": ["77.164.248.136:53408", "10.65.0.27:53408", "172.17.0.1:53408"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53991}, + {"Proto": "peerapi6", "Port": 53991} + ]}, + "Created": "2026-04-09T08:37:06.268375001Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4797156082266073, + "StableID": "n8cEu2AeTe11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "DiscoKey": "discokey:7b16da7c2964f3a63c19f3fad0cec326f1c68c95205db11f3b253775e3e6c709", + "Addresses": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "AllowedIPs": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "Endpoints": ["77.164.248.136:60208", "10.65.0.27:60208", "172.17.0.1:60208"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 40696}, + {"Proto": "peerapi6", "Port": 40696} + ]}, + "Created": "2026-04-09T08:37:09.501248624Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6214630799519702, + "StableID": "njZWk9pcXq11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "DiscoKey": "discokey:1892f044dbcd21754fc0603043ee9565d562c56e417b9063d5a89c0ba9b13c61", - "Addresses": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "AllowedIPs": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "Endpoints": ["77.164.248.136:58110", "10.65.0.27:58110", "172.17.0.1:58110"], + "Key": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "DiscoKey": "discokey:3325ac6a38b5911539dc83a1e89708b28d5dcb22f33e7f0ed84f5a1b166c2c14", + "Addresses": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "AllowedIPs": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "Endpoints": ["77.164.248.136:40098", "10.65.0.27:40098", "172.17.0.1:40098"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64192}, - {"Proto": "peerapi6", "Port": 64192} + {"Proto": "peerapi4", "Port": 49080}, + {"Proto": "peerapi6", "Port": 49080} ]}, - "Created": "2026-04-09T01:31:05.836190815Z", + "Created": "2026-04-09T08:37:10.01595294Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8172094222718528, - "StableID": "nj2WSM4Ap621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "KeyExpiry": "2026-10-06T01:31:09Z", - "DiscoKey": "discokey:06d0d2995de7e659c9bd6312f9a9299d84aacf5c30b8dca328793d5d0d287578", - "Addresses": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "AllowedIPs": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "Endpoints": ["77.164.248.136:40335", "10.65.0.27:40335", "172.17.0.1:40335"], + "ID": 6388887068339250, + "StableID": "nyNmWKEYtr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:4ab45fc70b0603c8a21a3e3971e54a66fa29d1428691b2b35afdfe0612eaa76e", + "Addresses": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "AllowedIPs": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "Endpoints": ["77.164.248.136:53462", "10.65.0.27:53462", "172.17.0.1:53462"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 55595}, - {"Proto": "peerapi6", "Port": 55595} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38015}, + {"Proto": "peerapi6", "Port": 38015} ]}, - "Created": "2026-04-09T01:31:09.122976269Z", + "Created": "2026-04-09T08:37:12.69521645Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8722198163875850, - "StableID": "njbgycMJ7B21CNTRL", + "ID": 6913273550539227, + "StableID": "nAkYGTy2zv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "DiscoKey": "discokey:599511bd5ac1008c46e57719fa841fbf3980f99cccb1c0a9afd00f6cf3297b71", + "Addresses": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "AllowedIPs": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "Endpoints": ["77.164.248.136:51078", "10.65.0.27:51078", "172.17.0.1:51078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 49018}, + {"Proto": "peerapi6", "Port": 49018} + ]}, + "Created": "2026-04-09T08:37:11.624618656Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7291210372156464, + "StableID": "n5Rc1WjCwy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:5e0846f831bff3b41c83fc9cb39c02c5335f801771f8c1f8e3c3562d4cdd2422", - "Addresses": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "AllowedIPs": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "Endpoints": ["77.164.248.136:50229", "10.65.0.27:50229", "172.17.0.1:50229"], + "Key": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:5e1b3cedbd32d255266fd005e6ea35db6eb22df8304f4ba743028f15ad798f6a", + "Addresses": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "AllowedIPs": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "Endpoints": ["77.164.248.136:50517", "10.65.0.27:50517", "172.17.0.1:50517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33967}, - {"Proto": "peerapi6", "Port": 33967} + {"Proto": "peerapi4", "Port": 52897}, + {"Proto": "peerapi6", "Port": 52897} ]}, - "Created": "2026-04-09T01:31:08.014491483Z", + "Created": "2026-04-09T08:37:12.172900296Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7488785444485357, + "StableID": "nLe7bJhgU121CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "DiscoKey": "discokey:1fd3cf8910d4aa9fe51f51f4378efa7c551adc8cc18365e7f5ec32d86bc56259", + "Addresses": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "AllowedIPs": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "Endpoints": ["77.164.248.136:49936", "10.65.0.27:49936", "172.17.0.1:49936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 58112}, + {"Proto": "peerapi6", "Port": 58112} + ]}, + "Created": "2026-04-09T08:37:05.738635833Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5206,27 +5211,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7537314615492551": { - "ID": 7537314615492551, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1918565854166506": { + "ID": 1918565854166506, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "fearow": { @@ -5257,26 +5264,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2864193199345287, - "StableID": "nCoK4vVCNP11CNTRL", + "ID": 4797156082266073, + "StableID": "n8cEu2AeTe11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 2864193199345287, - "Key": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "DiscoKey": "discokey:39f0f1938af442f687ecc2f7a71cbeb385a86f8262464fec31afe29bfeb5c009", - "Addresses": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "AllowedIPs": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "Endpoints": ["77.164.248.136:33093", "10.65.0.27:33093", "172.17.0.1:33093"], + "User": 4797156082266073, + "Key": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "DiscoKey": "discokey:7b16da7c2964f3a63c19f3fad0cec326f1c68c95205db11f3b253775e3e6c709", + "Addresses": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "AllowedIPs": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "Endpoints": ["77.164.248.136:60208", "10.65.0.27:60208", "172.17.0.1:60208"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 56895}, - {"Proto": "peerapi6", "Port": 56895}, + {"Proto": "peerapi4", "Port": 40696}, + {"Proto": "peerapi6", "Port": 40696}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:05.30111624Z", + "Created": "2026-04-09T08:37:09.501248624Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5304,302 +5311,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "MachineKey": "mkey:8e6c6609b76ad4e75985272d9e00cc7f6a9b2e1b6450eee5aef281a8e4d80d7a", + "NodeKey": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "MachineKey": "mkey:d688c4d02e44026b19234b9d81326bf2dee10bce4bec1d0f2b2a67585a444453", "Peers": [{ - "ID": 2145666075174934, - "StableID": "nu2MaY1nkH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "DiscoKey": "discokey:0902cca2f4423818a76a9e9bcf69e79bc157c852db7d78d649a71aabca824279", - "Addresses": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "AllowedIPs": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "Endpoints": ["77.164.248.136:41567", "10.65.0.27:41567", "172.17.0.1:41567"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 53521}, - {"Proto": "peerapi6", "Port": 53521} - ]}, - "Created": "2026-04-09T01:31:04.74767875Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3332023686517794, - "StableID": "nomWCWc52T11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "DiscoKey": "discokey:cfa9a3b0755c17d8a0be9f852d546c0a5ced9984dd3e7fbbe765b34061b61511", - "Addresses": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "AllowedIPs": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "Endpoints": ["77.164.248.136:52040", "10.65.0.27:52040", "172.17.0.1:52040"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49387}, - {"Proto": "peerapi6", "Port": 49387} - ]}, - "Created": "2026-04-09T01:31:03.670482871Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3490314420980318, - "StableID": "nF7zMCemFU11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "DiscoKey": "discokey:ea612c056c932f8b2879ca16a99b138ef2933baa80f531f5da253ab0808d2233", - "Addresses": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "AllowedIPs": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "Endpoints": ["77.164.248.136:56329", "10.65.0.27:56329", "172.17.0.1:56329"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42623}, - {"Proto": "peerapi6", "Port": 42623} - ]}, - "Created": "2026-04-09T01:31:06.383285161Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3728413918992548, - "StableID": "noCjfT7c7W11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "DiscoKey": "discokey:331e97378a2e1555f07b04c3171d7e39ee8d1cfc993eb34b7319e32c390a6f2d", - "Addresses": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "AllowedIPs": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "Endpoints": ["77.164.248.136:59334", "10.65.0.27:59334", "172.17.0.1:59334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39460}, - {"Proto": "peerapi6", "Port": 39460} - ]}, - "Created": "2026-04-09T01:31:03.13108608Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4783087833037882, - "StableID": "nRWftBcGMe11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "DiscoKey": "discokey:8553cdda00ceb056d1f4dc938f169deffc647bd8f8f71a74ddb061164f6cf040", - "Addresses": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "AllowedIPs": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "Endpoints": ["77.164.248.136:43131", "10.65.0.27:43131", "172.17.0.1:43131"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34047}, - {"Proto": "peerapi6", "Port": 34047} - ]}, - "Created": "2026-04-09T01:31:02.049151833Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 5395194895115541, - "StableID": "n8QTu2dV8j11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "DiscoKey": "discokey:2da0adbba3b5b50a64cf5c700f589131a69cfca31b06a775eece0f6a5ed6c035", - "Addresses": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "AllowedIPs": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49916}, - {"Proto": "peerapi6", "Port": 49916} - ]}, - "Created": "2026-04-09T01:31:01.516816005Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5579958767800916, - "StableID": "nw66eB4Bak11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "DiscoKey": "discokey:632d87bfe3f797824331abee81b5274e99138c5736c7c6827ffe00d5a2f1fd1c", - "Addresses": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "AllowedIPs": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "Endpoints": ["77.164.248.136:42922", "10.65.0.27:42922", "172.17.0.1:42922"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} - ]}, - "Created": "2026-04-09T01:31:06.932287967Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6564434763309278, - "StableID": "nw7cB4a3Gt11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:7c2de9531a9931c68d3b4b643efddf828b2368306239a91cb56277f5aa01041a", - "Addresses": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "AllowedIPs": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "Endpoints": ["77.164.248.136:49235", "10.65.0.27:49235", "172.17.0.1:49235"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 54134}, - {"Proto": "peerapi6", "Port": 54134} - ]}, - "Created": "2026-04-09T01:31:08.555226968Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7056777601811151, - "StableID": "napbsia27x11CNTRL", + "ID": 15298811375734, + "StableID": "nTREagsv7111CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "DiscoKey": "discokey:e6d0645adc183aaa68f0b13e312898c6605c45d258cced2977e726db3a9f9953", - "Addresses": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "AllowedIPs": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "Endpoints": ["77.164.248.136:40598", "10.65.0.27:40598", "172.17.0.1:40598"], + "Key": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "DiscoKey": "discokey:e7b6366547cb8380d7f280c1a8cf7f5c081fbefccad89487831e9107f29bae60", + "Addresses": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "AllowedIPs": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "Endpoints": ["77.164.248.136:46311", "10.65.0.27:46311", "172.17.0.1:46311"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45448}, - {"Proto": "peerapi6", "Port": 45448} + {"Proto": "peerapi4", "Port": 45742}, + {"Proto": "peerapi6", "Port": 45742} ]}, - "Created": "2026-04-09T01:31:04.205881288Z", + "Created": "2026-04-09T08:37:08.420743814Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7148711729110301, - "StableID": "nkxWt2Yfpx11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "DiscoKey": "discokey:09b8cc7b091a8b7ba2c86bb11d8fa338f09766d32655697f4ecd7fdf6742da6e", - "Addresses": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "AllowedIPs": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "Endpoints": ["77.164.248.136:47124", "10.65.0.27:47124", "172.17.0.1:47124"], + "ID": 449907994872935, + "StableID": "nxZRsZKmW411CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "KeyExpiry": "2026-10-06T08:37:13Z", + "DiscoKey": "discokey:b44479ad2f0d5e02de0e881153a4f414469ba53e8b46773494f9aa6e315ed170", + "Addresses": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "AllowedIPs": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "Endpoints": ["77.164.248.136:40983", "10.65.0.27:40983", "172.17.0.1:40983"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53783}, - {"Proto": "peerapi6", "Port": 53783} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37241}, + {"Proto": "peerapi6", "Port": 37241} ]}, - "Created": "2026-04-09T01:31:07.465208718Z", + "Created": "2026-04-09T08:37:13.236734305Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7537314615492551, - "StableID": "nx9VFVUfr121CNTRL", + "ID": 737318247296178, + "StableID": "n3Bngo6wk611CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "DiscoKey": "discokey:0ac49348bfc209231377825afd2bfd6bbbfd7fbe1a769981c051c9b2b807f037", + "Addresses": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "AllowedIPs": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "Endpoints": ["77.164.248.136:41170", "10.65.0.27:41170", "172.17.0.1:41170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55501}, + {"Proto": "peerapi6", "Port": 55501} + ]}, + "Created": "2026-04-09T08:37:07.355404957Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1292088267742553, + "StableID": "nkcyf8yB6B11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "DiscoKey": "discokey:e8590c271d92b100a846bae355bdce83d545437c04a5a0cb45884684593bff0e", + "Addresses": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "AllowedIPs": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "Endpoints": ["77.164.248.136:35696", "10.65.0.27:35696", "172.17.0.1:35696"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 56314}, + {"Proto": "peerapi6", "Port": 56314} + ]}, + "Created": "2026-04-09T08:37:10.562851743Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 1903209886478187, + "StableID": "nkF4Sb6yrF11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "DiscoKey": "discokey:7269fd0aabfbe1d4ebbe4c583d7d3416d425f4b5d09d1b385c94bcd5cdc8382f", + "Addresses": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "AllowedIPs": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "Endpoints": ["77.164.248.136:56845", "10.65.0.27:56845", "172.17.0.1:56845"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36238}, + {"Proto": "peerapi6", "Port": 36238} + ]}, + "Created": "2026-04-09T08:37:08.953881745Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 1918565854166506, + "StableID": "nT7LiMUvyF11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "DiscoKey": "discokey:a7612ef5d21c9c6887dff1f39a581785a3cf11d4752c1443f230011576aaff35", - "Addresses": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "AllowedIPs": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "Endpoints": ["77.164.248.136:35850", "10.65.0.27:35850", "172.17.0.1:35850"], + "Key": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "DiscoKey": "discokey:e8a032afe539e07b2c745e37df89392c9449651eb686ee7fc061183141eb8d4e", + "Addresses": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "AllowedIPs": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "Endpoints": ["77.164.248.136:48083", "10.65.0.27:48083", "172.17.0.1:48083"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 65066}, - {"Proto": "peerapi6", "Port": 65066} + {"Proto": "peerapi4", "Port": 59360}, + {"Proto": "peerapi6", "Port": 59360} ]}, - "Created": "2026-04-09T01:31:02.591664014Z", + "Created": "2026-04-09T08:37:06.798288775Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8056798929423418, - "StableID": "nH6XBsSwu521CNTRL", + "ID": 2464074247428637, + "StableID": "ncvKR24zEL11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "DiscoKey": "discokey:c35d04d27c6426ea9c87bb899fb09431eb568c5bb0e298fd7af51ab2b6431d29", + "Addresses": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "AllowedIPs": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "Endpoints": ["77.164.248.136:55369", "10.65.0.27:55369", "172.17.0.1:55369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 37503}, + {"Proto": "peerapi6", "Port": 37503} + ]}, + "Created": "2026-04-09T08:37:11.098316619Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2582752045521831, + "StableID": "ntdY3yWjAM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "DiscoKey": "discokey:b3d1ccfb60639e6e155dba22cc357b05a645b0b5607c0bc934af8b5cb2223112", + "Addresses": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "AllowedIPs": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "Endpoints": ["77.164.248.136:43990", "10.65.0.27:43990", "172.17.0.1:43990"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42158}, + {"Proto": "peerapi6", "Port": 42158} + ]}, + "Created": "2026-04-09T08:37:07.882984556Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2788044117108182, + "StableID": "ndtNR6CimN11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "DiscoKey": "discokey:b0f054bf99f45476e7c332c4f3e5ae2c77fbfb522b733f608813cf9dcb015728", + "Addresses": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "AllowedIPs": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "Endpoints": ["77.164.248.136:53408", "10.65.0.27:53408", "172.17.0.1:53408"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53991}, + {"Proto": "peerapi6", "Port": 53991} + ]}, + "Created": "2026-04-09T08:37:06.268375001Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6214630799519702, + "StableID": "njZWk9pcXq11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "DiscoKey": "discokey:1892f044dbcd21754fc0603043ee9565d562c56e417b9063d5a89c0ba9b13c61", - "Addresses": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "AllowedIPs": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "Endpoints": ["77.164.248.136:58110", "10.65.0.27:58110", "172.17.0.1:58110"], + "Key": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "DiscoKey": "discokey:3325ac6a38b5911539dc83a1e89708b28d5dcb22f33e7f0ed84f5a1b166c2c14", + "Addresses": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "AllowedIPs": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "Endpoints": ["77.164.248.136:40098", "10.65.0.27:40098", "172.17.0.1:40098"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64192}, - {"Proto": "peerapi6", "Port": 64192} + {"Proto": "peerapi4", "Port": 49080}, + {"Proto": "peerapi6", "Port": 49080} ]}, - "Created": "2026-04-09T01:31:05.836190815Z", + "Created": "2026-04-09T08:37:10.01595294Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8172094222718528, - "StableID": "nj2WSM4Ap621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "KeyExpiry": "2026-10-06T01:31:09Z", - "DiscoKey": "discokey:06d0d2995de7e659c9bd6312f9a9299d84aacf5c30b8dca328793d5d0d287578", - "Addresses": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "AllowedIPs": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "Endpoints": ["77.164.248.136:40335", "10.65.0.27:40335", "172.17.0.1:40335"], + "ID": 6388887068339250, + "StableID": "nyNmWKEYtr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:4ab45fc70b0603c8a21a3e3971e54a66fa29d1428691b2b35afdfe0612eaa76e", + "Addresses": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "AllowedIPs": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "Endpoints": ["77.164.248.136:53462", "10.65.0.27:53462", "172.17.0.1:53462"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 55595}, - {"Proto": "peerapi6", "Port": 55595} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38015}, + {"Proto": "peerapi6", "Port": 38015} ]}, - "Created": "2026-04-09T01:31:09.122976269Z", + "Created": "2026-04-09T08:37:12.69521645Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8722198163875850, - "StableID": "njbgycMJ7B21CNTRL", + "ID": 6913273550539227, + "StableID": "nAkYGTy2zv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "DiscoKey": "discokey:599511bd5ac1008c46e57719fa841fbf3980f99cccb1c0a9afd00f6cf3297b71", + "Addresses": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "AllowedIPs": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "Endpoints": ["77.164.248.136:51078", "10.65.0.27:51078", "172.17.0.1:51078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 49018}, + {"Proto": "peerapi6", "Port": 49018} + ]}, + "Created": "2026-04-09T08:37:11.624618656Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7291210372156464, + "StableID": "n5Rc1WjCwy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:5e0846f831bff3b41c83fc9cb39c02c5335f801771f8c1f8e3c3562d4cdd2422", - "Addresses": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "AllowedIPs": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "Endpoints": ["77.164.248.136:50229", "10.65.0.27:50229", "172.17.0.1:50229"], + "Key": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:5e1b3cedbd32d255266fd005e6ea35db6eb22df8304f4ba743028f15ad798f6a", + "Addresses": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "AllowedIPs": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "Endpoints": ["77.164.248.136:50517", "10.65.0.27:50517", "172.17.0.1:50517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33967}, - {"Proto": "peerapi6", "Port": 33967} + {"Proto": "peerapi4", "Port": 52897}, + {"Proto": "peerapi6", "Port": 52897} ]}, - "Created": "2026-04-09T01:31:08.014491483Z", + "Created": "2026-04-09T08:37:12.172900296Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7488785444485357, + "StableID": "nLe7bJhgU121CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "DiscoKey": "discokey:1fd3cf8910d4aa9fe51f51f4378efa7c551adc8cc18365e7f5ec32d86bc56259", + "Addresses": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "AllowedIPs": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "Endpoints": ["77.164.248.136:49936", "10.65.0.27:49936", "172.17.0.1:49936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 58112}, + {"Proto": "peerapi6", "Port": 58112} + ]}, + "Created": "2026-04-09T08:37:05.738635833Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6447,27 +6454,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2864193199345287": { - "ID": 2864193199345287, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4797156082266073": { + "ID": 4797156082266073, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6498,22 +6507,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8722198163875850, - "StableID": "njbgycMJ7B21CNTRL", + "ID": 7291210372156464, + "StableID": "n5Rc1WjCwy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:5e0846f831bff3b41c83fc9cb39c02c5335f801771f8c1f8e3c3562d4cdd2422", - "Addresses": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "AllowedIPs": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "Endpoints": ["77.164.248.136:50229", "10.65.0.27:50229", "172.17.0.1:50229"], + "Key": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:5e1b3cedbd32d255266fd005e6ea35db6eb22df8304f4ba743028f15ad798f6a", + "Addresses": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "AllowedIPs": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "Endpoints": ["77.164.248.136:50517", "10.65.0.27:50517", "172.17.0.1:50517"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33967}, - {"Proto": "peerapi6", "Port": 33967}, + {"Proto": "peerapi4", "Port": 52897}, + {"Proto": "peerapi6", "Port": 52897}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:08.014491483Z", + "Created": "2026-04-09T08:37:12.172900296Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6540,302 +6549,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "MachineKey": "mkey:c928b546f5c954ee3eac88b2938212b7a49dfa218b072d072626af552bcb3676", + "NodeKey": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "MachineKey": "mkey:7d590f0e68f48db87ce33084371f791431b747cfa48e6fc7bd6e89f28db10818", "Peers": [{ - "ID": 2145666075174934, - "StableID": "nu2MaY1nkH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "DiscoKey": "discokey:0902cca2f4423818a76a9e9bcf69e79bc157c852db7d78d649a71aabca824279", - "Addresses": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "AllowedIPs": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "Endpoints": ["77.164.248.136:41567", "10.65.0.27:41567", "172.17.0.1:41567"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 53521}, - {"Proto": "peerapi6", "Port": 53521} - ]}, - "Created": "2026-04-09T01:31:04.74767875Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2864193199345287, - "StableID": "nCoK4vVCNP11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "DiscoKey": "discokey:39f0f1938af442f687ecc2f7a71cbeb385a86f8262464fec31afe29bfeb5c009", - "Addresses": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "AllowedIPs": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "Endpoints": ["77.164.248.136:33093", "10.65.0.27:33093", "172.17.0.1:33093"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56895}, - {"Proto": "peerapi6", "Port": 56895} - ]}, - "Created": "2026-04-09T01:31:05.30111624Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3332023686517794, - "StableID": "nomWCWc52T11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "DiscoKey": "discokey:cfa9a3b0755c17d8a0be9f852d546c0a5ced9984dd3e7fbbe765b34061b61511", - "Addresses": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "AllowedIPs": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "Endpoints": ["77.164.248.136:52040", "10.65.0.27:52040", "172.17.0.1:52040"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49387}, - {"Proto": "peerapi6", "Port": 49387} - ]}, - "Created": "2026-04-09T01:31:03.670482871Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3490314420980318, - "StableID": "nF7zMCemFU11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "DiscoKey": "discokey:ea612c056c932f8b2879ca16a99b138ef2933baa80f531f5da253ab0808d2233", - "Addresses": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "AllowedIPs": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "Endpoints": ["77.164.248.136:56329", "10.65.0.27:56329", "172.17.0.1:56329"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42623}, - {"Proto": "peerapi6", "Port": 42623} - ]}, - "Created": "2026-04-09T01:31:06.383285161Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3728413918992548, - "StableID": "noCjfT7c7W11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "DiscoKey": "discokey:331e97378a2e1555f07b04c3171d7e39ee8d1cfc993eb34b7319e32c390a6f2d", - "Addresses": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "AllowedIPs": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "Endpoints": ["77.164.248.136:59334", "10.65.0.27:59334", "172.17.0.1:59334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39460}, - {"Proto": "peerapi6", "Port": 39460} - ]}, - "Created": "2026-04-09T01:31:03.13108608Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4783087833037882, - "StableID": "nRWftBcGMe11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "DiscoKey": "discokey:8553cdda00ceb056d1f4dc938f169deffc647bd8f8f71a74ddb061164f6cf040", - "Addresses": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "AllowedIPs": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "Endpoints": ["77.164.248.136:43131", "10.65.0.27:43131", "172.17.0.1:43131"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34047}, - {"Proto": "peerapi6", "Port": 34047} - ]}, - "Created": "2026-04-09T01:31:02.049151833Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 5395194895115541, - "StableID": "n8QTu2dV8j11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "DiscoKey": "discokey:2da0adbba3b5b50a64cf5c700f589131a69cfca31b06a775eece0f6a5ed6c035", - "Addresses": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "AllowedIPs": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49916}, - {"Proto": "peerapi6", "Port": 49916} - ]}, - "Created": "2026-04-09T01:31:01.516816005Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5579958767800916, - "StableID": "nw66eB4Bak11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "DiscoKey": "discokey:632d87bfe3f797824331abee81b5274e99138c5736c7c6827ffe00d5a2f1fd1c", - "Addresses": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "AllowedIPs": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "Endpoints": ["77.164.248.136:42922", "10.65.0.27:42922", "172.17.0.1:42922"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} - ]}, - "Created": "2026-04-09T01:31:06.932287967Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6564434763309278, - "StableID": "nw7cB4a3Gt11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:7c2de9531a9931c68d3b4b643efddf828b2368306239a91cb56277f5aa01041a", - "Addresses": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "AllowedIPs": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "Endpoints": ["77.164.248.136:49235", "10.65.0.27:49235", "172.17.0.1:49235"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 54134}, - {"Proto": "peerapi6", "Port": 54134} - ]}, - "Created": "2026-04-09T01:31:08.555226968Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7056777601811151, - "StableID": "napbsia27x11CNTRL", + "ID": 15298811375734, + "StableID": "nTREagsv7111CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "DiscoKey": "discokey:e6d0645adc183aaa68f0b13e312898c6605c45d258cced2977e726db3a9f9953", - "Addresses": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "AllowedIPs": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "Endpoints": ["77.164.248.136:40598", "10.65.0.27:40598", "172.17.0.1:40598"], + "Key": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "DiscoKey": "discokey:e7b6366547cb8380d7f280c1a8cf7f5c081fbefccad89487831e9107f29bae60", + "Addresses": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "AllowedIPs": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "Endpoints": ["77.164.248.136:46311", "10.65.0.27:46311", "172.17.0.1:46311"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45448}, - {"Proto": "peerapi6", "Port": 45448} + {"Proto": "peerapi4", "Port": 45742}, + {"Proto": "peerapi6", "Port": 45742} ]}, - "Created": "2026-04-09T01:31:04.205881288Z", + "Created": "2026-04-09T08:37:08.420743814Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7148711729110301, - "StableID": "nkxWt2Yfpx11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "DiscoKey": "discokey:09b8cc7b091a8b7ba2c86bb11d8fa338f09766d32655697f4ecd7fdf6742da6e", - "Addresses": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "AllowedIPs": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "Endpoints": ["77.164.248.136:47124", "10.65.0.27:47124", "172.17.0.1:47124"], + "ID": 449907994872935, + "StableID": "nxZRsZKmW411CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "KeyExpiry": "2026-10-06T08:37:13Z", + "DiscoKey": "discokey:b44479ad2f0d5e02de0e881153a4f414469ba53e8b46773494f9aa6e315ed170", + "Addresses": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "AllowedIPs": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "Endpoints": ["77.164.248.136:40983", "10.65.0.27:40983", "172.17.0.1:40983"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53783}, - {"Proto": "peerapi6", "Port": 53783} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37241}, + {"Proto": "peerapi6", "Port": 37241} ]}, - "Created": "2026-04-09T01:31:07.465208718Z", + "Created": "2026-04-09T08:37:13.236734305Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7537314615492551, - "StableID": "nx9VFVUfr121CNTRL", + "ID": 737318247296178, + "StableID": "n3Bngo6wk611CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "DiscoKey": "discokey:0ac49348bfc209231377825afd2bfd6bbbfd7fbe1a769981c051c9b2b807f037", + "Addresses": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "AllowedIPs": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "Endpoints": ["77.164.248.136:41170", "10.65.0.27:41170", "172.17.0.1:41170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55501}, + {"Proto": "peerapi6", "Port": 55501} + ]}, + "Created": "2026-04-09T08:37:07.355404957Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1292088267742553, + "StableID": "nkcyf8yB6B11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "DiscoKey": "discokey:e8590c271d92b100a846bae355bdce83d545437c04a5a0cb45884684593bff0e", + "Addresses": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "AllowedIPs": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "Endpoints": ["77.164.248.136:35696", "10.65.0.27:35696", "172.17.0.1:35696"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 56314}, + {"Proto": "peerapi6", "Port": 56314} + ]}, + "Created": "2026-04-09T08:37:10.562851743Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 1903209886478187, + "StableID": "nkF4Sb6yrF11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "DiscoKey": "discokey:7269fd0aabfbe1d4ebbe4c583d7d3416d425f4b5d09d1b385c94bcd5cdc8382f", + "Addresses": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "AllowedIPs": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "Endpoints": ["77.164.248.136:56845", "10.65.0.27:56845", "172.17.0.1:56845"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36238}, + {"Proto": "peerapi6", "Port": 36238} + ]}, + "Created": "2026-04-09T08:37:08.953881745Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 1918565854166506, + "StableID": "nT7LiMUvyF11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "DiscoKey": "discokey:a7612ef5d21c9c6887dff1f39a581785a3cf11d4752c1443f230011576aaff35", - "Addresses": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "AllowedIPs": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "Endpoints": ["77.164.248.136:35850", "10.65.0.27:35850", "172.17.0.1:35850"], + "Key": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "DiscoKey": "discokey:e8a032afe539e07b2c745e37df89392c9449651eb686ee7fc061183141eb8d4e", + "Addresses": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "AllowedIPs": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "Endpoints": ["77.164.248.136:48083", "10.65.0.27:48083", "172.17.0.1:48083"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 65066}, - {"Proto": "peerapi6", "Port": 65066} + {"Proto": "peerapi4", "Port": 59360}, + {"Proto": "peerapi6", "Port": 59360} ]}, - "Created": "2026-04-09T01:31:02.591664014Z", + "Created": "2026-04-09T08:37:06.798288775Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8056798929423418, - "StableID": "nH6XBsSwu521CNTRL", + "ID": 2464074247428637, + "StableID": "ncvKR24zEL11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "DiscoKey": "discokey:c35d04d27c6426ea9c87bb899fb09431eb568c5bb0e298fd7af51ab2b6431d29", + "Addresses": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "AllowedIPs": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "Endpoints": ["77.164.248.136:55369", "10.65.0.27:55369", "172.17.0.1:55369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 37503}, + {"Proto": "peerapi6", "Port": 37503} + ]}, + "Created": "2026-04-09T08:37:11.098316619Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2582752045521831, + "StableID": "ntdY3yWjAM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "DiscoKey": "discokey:b3d1ccfb60639e6e155dba22cc357b05a645b0b5607c0bc934af8b5cb2223112", + "Addresses": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "AllowedIPs": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "Endpoints": ["77.164.248.136:43990", "10.65.0.27:43990", "172.17.0.1:43990"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42158}, + {"Proto": "peerapi6", "Port": 42158} + ]}, + "Created": "2026-04-09T08:37:07.882984556Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2788044117108182, + "StableID": "ndtNR6CimN11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "DiscoKey": "discokey:b0f054bf99f45476e7c332c4f3e5ae2c77fbfb522b733f608813cf9dcb015728", + "Addresses": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "AllowedIPs": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "Endpoints": ["77.164.248.136:53408", "10.65.0.27:53408", "172.17.0.1:53408"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53991}, + {"Proto": "peerapi6", "Port": 53991} + ]}, + "Created": "2026-04-09T08:37:06.268375001Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4797156082266073, + "StableID": "n8cEu2AeTe11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "DiscoKey": "discokey:7b16da7c2964f3a63c19f3fad0cec326f1c68c95205db11f3b253775e3e6c709", + "Addresses": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "AllowedIPs": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "Endpoints": ["77.164.248.136:60208", "10.65.0.27:60208", "172.17.0.1:60208"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 40696}, + {"Proto": "peerapi6", "Port": 40696} + ]}, + "Created": "2026-04-09T08:37:09.501248624Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6214630799519702, + "StableID": "njZWk9pcXq11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "DiscoKey": "discokey:1892f044dbcd21754fc0603043ee9565d562c56e417b9063d5a89c0ba9b13c61", - "Addresses": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "AllowedIPs": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "Endpoints": ["77.164.248.136:58110", "10.65.0.27:58110", "172.17.0.1:58110"], + "Key": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "DiscoKey": "discokey:3325ac6a38b5911539dc83a1e89708b28d5dcb22f33e7f0ed84f5a1b166c2c14", + "Addresses": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "AllowedIPs": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "Endpoints": ["77.164.248.136:40098", "10.65.0.27:40098", "172.17.0.1:40098"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64192}, - {"Proto": "peerapi6", "Port": 64192} + {"Proto": "peerapi4", "Port": 49080}, + {"Proto": "peerapi6", "Port": 49080} ]}, - "Created": "2026-04-09T01:31:05.836190815Z", + "Created": "2026-04-09T08:37:10.01595294Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8172094222718528, - "StableID": "nj2WSM4Ap621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "KeyExpiry": "2026-10-06T01:31:09Z", - "DiscoKey": "discokey:06d0d2995de7e659c9bd6312f9a9299d84aacf5c30b8dca328793d5d0d287578", - "Addresses": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "AllowedIPs": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "Endpoints": ["77.164.248.136:40335", "10.65.0.27:40335", "172.17.0.1:40335"], + "ID": 6388887068339250, + "StableID": "nyNmWKEYtr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:4ab45fc70b0603c8a21a3e3971e54a66fa29d1428691b2b35afdfe0612eaa76e", + "Addresses": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "AllowedIPs": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "Endpoints": ["77.164.248.136:53462", "10.65.0.27:53462", "172.17.0.1:53462"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 55595}, - {"Proto": "peerapi6", "Port": 55595} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38015}, + {"Proto": "peerapi6", "Port": 38015} ]}, - "Created": "2026-04-09T01:31:09.122976269Z", + "Created": "2026-04-09T08:37:12.69521645Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6913273550539227, + "StableID": "nAkYGTy2zv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "DiscoKey": "discokey:599511bd5ac1008c46e57719fa841fbf3980f99cccb1c0a9afd00f6cf3297b71", + "Addresses": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "AllowedIPs": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "Endpoints": ["77.164.248.136:51078", "10.65.0.27:51078", "172.17.0.1:51078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 49018}, + {"Proto": "peerapi6", "Port": 49018} + ]}, + "Created": "2026-04-09T08:37:11.624618656Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7488785444485357, + "StableID": "nLe7bJhgU121CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "DiscoKey": "discokey:1fd3cf8910d4aa9fe51f51f4378efa7c551adc8cc18365e7f5ec32d86bc56259", + "Addresses": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "AllowedIPs": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "Endpoints": ["77.164.248.136:49936", "10.65.0.27:49936", "172.17.0.1:49936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 58112}, + {"Proto": "peerapi6", "Port": 58112} + ]}, + "Created": "2026-04-09T08:37:05.738635833Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6863,7 +6872,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.108.97.69"}, {"nodeIP": "fd7a:115c:a1e0::1437:6145"}], + "principals": [{"nodeIP": "100.92.236.60"}, {"nodeIP": "fd7a:115c:a1e0::d37:ec3c"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -7692,26 +7701,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.108.97.69"}, {"nodeIP": "fd7a:115c:a1e0::1437:6145"}], + "principals": [{"nodeIP": "100.92.236.60"}, {"nodeIP": "fd7a:115c:a1e0::d37:ec3c"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -7748,21 +7758,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5579958767800916, - "StableID": "nw66eB4Bak11CNTRL", + "ID": 2464074247428637, + "StableID": "ncvKR24zEL11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 5579958767800916, - "Key": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "DiscoKey": "discokey:632d87bfe3f797824331abee81b5274e99138c5736c7c6827ffe00d5a2f1fd1c", - "Addresses": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "AllowedIPs": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "Endpoints": ["77.164.248.136:42922", "10.65.0.27:42922", "172.17.0.1:42922"], + "User": 2464074247428637, + "Key": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "DiscoKey": "discokey:c35d04d27c6426ea9c87bb899fb09431eb568c5bb0e298fd7af51ab2b6431d29", + "Addresses": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "AllowedIPs": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "Endpoints": ["77.164.248.136:55369", "10.65.0.27:55369", "172.17.0.1:55369"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333}, + {"Proto": "peerapi4", "Port": 37503}, + {"Proto": "peerapi6", "Port": 37503}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:06.932287967Z", + "Created": "2026-04-09T08:37:11.098316619Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7790,300 +7800,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "MachineKey": "mkey:1af8abcdd761ddd6e974f78aeb032ed09deac31474dc4b280eae889dc155b032", + "NodeKey": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "MachineKey": "mkey:a4f82b000c310eb55d6968d9bfabf0614b9804e0574424bbad1ae31b62a6be18", "Peers": [{ - "ID": 2145666075174934, - "StableID": "nu2MaY1nkH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "DiscoKey": "discokey:0902cca2f4423818a76a9e9bcf69e79bc157c852db7d78d649a71aabca824279", - "Addresses": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "AllowedIPs": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "Endpoints": ["77.164.248.136:41567", "10.65.0.27:41567", "172.17.0.1:41567"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 53521}, - {"Proto": "peerapi6", "Port": 53521} - ]}, - "Created": "2026-04-09T01:31:04.74767875Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2864193199345287, - "StableID": "nCoK4vVCNP11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "DiscoKey": "discokey:39f0f1938af442f687ecc2f7a71cbeb385a86f8262464fec31afe29bfeb5c009", - "Addresses": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "AllowedIPs": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "Endpoints": ["77.164.248.136:33093", "10.65.0.27:33093", "172.17.0.1:33093"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56895}, - {"Proto": "peerapi6", "Port": 56895} - ]}, - "Created": "2026-04-09T01:31:05.30111624Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3332023686517794, - "StableID": "nomWCWc52T11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "DiscoKey": "discokey:cfa9a3b0755c17d8a0be9f852d546c0a5ced9984dd3e7fbbe765b34061b61511", - "Addresses": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "AllowedIPs": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "Endpoints": ["77.164.248.136:52040", "10.65.0.27:52040", "172.17.0.1:52040"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49387}, - {"Proto": "peerapi6", "Port": 49387} - ]}, - "Created": "2026-04-09T01:31:03.670482871Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3490314420980318, - "StableID": "nF7zMCemFU11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "DiscoKey": "discokey:ea612c056c932f8b2879ca16a99b138ef2933baa80f531f5da253ab0808d2233", - "Addresses": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "AllowedIPs": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "Endpoints": ["77.164.248.136:56329", "10.65.0.27:56329", "172.17.0.1:56329"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42623}, - {"Proto": "peerapi6", "Port": 42623} - ]}, - "Created": "2026-04-09T01:31:06.383285161Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3728413918992548, - "StableID": "noCjfT7c7W11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "DiscoKey": "discokey:331e97378a2e1555f07b04c3171d7e39ee8d1cfc993eb34b7319e32c390a6f2d", - "Addresses": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "AllowedIPs": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "Endpoints": ["77.164.248.136:59334", "10.65.0.27:59334", "172.17.0.1:59334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39460}, - {"Proto": "peerapi6", "Port": 39460} - ]}, - "Created": "2026-04-09T01:31:03.13108608Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4783087833037882, - "StableID": "nRWftBcGMe11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "DiscoKey": "discokey:8553cdda00ceb056d1f4dc938f169deffc647bd8f8f71a74ddb061164f6cf040", - "Addresses": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "AllowedIPs": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "Endpoints": ["77.164.248.136:43131", "10.65.0.27:43131", "172.17.0.1:43131"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34047}, - {"Proto": "peerapi6", "Port": 34047} - ]}, - "Created": "2026-04-09T01:31:02.049151833Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 5395194895115541, - "StableID": "n8QTu2dV8j11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "DiscoKey": "discokey:2da0adbba3b5b50a64cf5c700f589131a69cfca31b06a775eece0f6a5ed6c035", - "Addresses": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "AllowedIPs": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49916}, - {"Proto": "peerapi6", "Port": 49916} - ]}, - "Created": "2026-04-09T01:31:01.516816005Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6564434763309278, - "StableID": "nw7cB4a3Gt11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:7c2de9531a9931c68d3b4b643efddf828b2368306239a91cb56277f5aa01041a", - "Addresses": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "AllowedIPs": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "Endpoints": ["77.164.248.136:49235", "10.65.0.27:49235", "172.17.0.1:49235"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 54134}, - {"Proto": "peerapi6", "Port": 54134} - ]}, - "Created": "2026-04-09T01:31:08.555226968Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7056777601811151, - "StableID": "napbsia27x11CNTRL", + "ID": 15298811375734, + "StableID": "nTREagsv7111CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "DiscoKey": "discokey:e6d0645adc183aaa68f0b13e312898c6605c45d258cced2977e726db3a9f9953", - "Addresses": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "AllowedIPs": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "Endpoints": ["77.164.248.136:40598", "10.65.0.27:40598", "172.17.0.1:40598"], + "Key": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "DiscoKey": "discokey:e7b6366547cb8380d7f280c1a8cf7f5c081fbefccad89487831e9107f29bae60", + "Addresses": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "AllowedIPs": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "Endpoints": ["77.164.248.136:46311", "10.65.0.27:46311", "172.17.0.1:46311"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45448}, - {"Proto": "peerapi6", "Port": 45448} + {"Proto": "peerapi4", "Port": 45742}, + {"Proto": "peerapi6", "Port": 45742} ]}, - "Created": "2026-04-09T01:31:04.205881288Z", + "Created": "2026-04-09T08:37:08.420743814Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7148711729110301, - "StableID": "nkxWt2Yfpx11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "DiscoKey": "discokey:09b8cc7b091a8b7ba2c86bb11d8fa338f09766d32655697f4ecd7fdf6742da6e", - "Addresses": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "AllowedIPs": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "Endpoints": ["77.164.248.136:47124", "10.65.0.27:47124", "172.17.0.1:47124"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53783}, - {"Proto": "peerapi6", "Port": 53783} + "ID": 449907994872935, + "StableID": "nxZRsZKmW411CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "KeyExpiry": "2026-10-06T08:37:13Z", + "DiscoKey": "discokey:b44479ad2f0d5e02de0e881153a4f414469ba53e8b46773494f9aa6e315ed170", + "Addresses": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "AllowedIPs": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37241}, + {"Proto": "peerapi6", "Port": 37241} ]}, - "Created": "2026-04-09T01:31:07.465208718Z", + "Created": "2026-04-09T08:37:13.236734305Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7537314615492551, - "StableID": "nx9VFVUfr121CNTRL", + "ID": 737318247296178, + "StableID": "n3Bngo6wk611CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "DiscoKey": "discokey:0ac49348bfc209231377825afd2bfd6bbbfd7fbe1a769981c051c9b2b807f037", + "Addresses": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "AllowedIPs": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "Endpoints": ["77.164.248.136:41170", "10.65.0.27:41170", "172.17.0.1:41170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55501}, + {"Proto": "peerapi6", "Port": 55501} + ]}, + "Created": "2026-04-09T08:37:07.355404957Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1292088267742553, + "StableID": "nkcyf8yB6B11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "DiscoKey": "discokey:e8590c271d92b100a846bae355bdce83d545437c04a5a0cb45884684593bff0e", + "Addresses": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "AllowedIPs": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "Endpoints": ["77.164.248.136:35696", "10.65.0.27:35696", "172.17.0.1:35696"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 56314}, + {"Proto": "peerapi6", "Port": 56314} + ]}, + "Created": "2026-04-09T08:37:10.562851743Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 1903209886478187, + "StableID": "nkF4Sb6yrF11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "DiscoKey": "discokey:7269fd0aabfbe1d4ebbe4c583d7d3416d425f4b5d09d1b385c94bcd5cdc8382f", + "Addresses": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "AllowedIPs": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "Endpoints": ["77.164.248.136:56845", "10.65.0.27:56845", "172.17.0.1:56845"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36238}, + {"Proto": "peerapi6", "Port": 36238} + ]}, + "Created": "2026-04-09T08:37:08.953881745Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 1918565854166506, + "StableID": "nT7LiMUvyF11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "DiscoKey": "discokey:a7612ef5d21c9c6887dff1f39a581785a3cf11d4752c1443f230011576aaff35", - "Addresses": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "AllowedIPs": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "Endpoints": ["77.164.248.136:35850", "10.65.0.27:35850", "172.17.0.1:35850"], + "Key": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "DiscoKey": "discokey:e8a032afe539e07b2c745e37df89392c9449651eb686ee7fc061183141eb8d4e", + "Addresses": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "AllowedIPs": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "Endpoints": ["77.164.248.136:48083", "10.65.0.27:48083", "172.17.0.1:48083"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 65066}, - {"Proto": "peerapi6", "Port": 65066} + {"Proto": "peerapi4", "Port": 59360}, + {"Proto": "peerapi6", "Port": 59360} ]}, - "Created": "2026-04-09T01:31:02.591664014Z", + "Created": "2026-04-09T08:37:06.798288775Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8056798929423418, - "StableID": "nH6XBsSwu521CNTRL", + "ID": 2582752045521831, + "StableID": "ntdY3yWjAM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "DiscoKey": "discokey:b3d1ccfb60639e6e155dba22cc357b05a645b0b5607c0bc934af8b5cb2223112", + "Addresses": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "AllowedIPs": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "Endpoints": ["77.164.248.136:43990", "10.65.0.27:43990", "172.17.0.1:43990"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42158}, + {"Proto": "peerapi6", "Port": 42158} + ]}, + "Created": "2026-04-09T08:37:07.882984556Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2788044117108182, + "StableID": "ndtNR6CimN11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "DiscoKey": "discokey:b0f054bf99f45476e7c332c4f3e5ae2c77fbfb522b733f608813cf9dcb015728", + "Addresses": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "AllowedIPs": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "Endpoints": ["77.164.248.136:53408", "10.65.0.27:53408", "172.17.0.1:53408"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53991}, + {"Proto": "peerapi6", "Port": 53991} + ]}, + "Created": "2026-04-09T08:37:06.268375001Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4797156082266073, + "StableID": "n8cEu2AeTe11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "DiscoKey": "discokey:7b16da7c2964f3a63c19f3fad0cec326f1c68c95205db11f3b253775e3e6c709", + "Addresses": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "AllowedIPs": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "Endpoints": ["77.164.248.136:60208", "10.65.0.27:60208", "172.17.0.1:60208"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 40696}, + {"Proto": "peerapi6", "Port": 40696} + ]}, + "Created": "2026-04-09T08:37:09.501248624Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6214630799519702, + "StableID": "njZWk9pcXq11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "DiscoKey": "discokey:1892f044dbcd21754fc0603043ee9565d562c56e417b9063d5a89c0ba9b13c61", - "Addresses": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "AllowedIPs": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "Endpoints": ["77.164.248.136:58110", "10.65.0.27:58110", "172.17.0.1:58110"], + "Key": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "DiscoKey": "discokey:3325ac6a38b5911539dc83a1e89708b28d5dcb22f33e7f0ed84f5a1b166c2c14", + "Addresses": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "AllowedIPs": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "Endpoints": ["77.164.248.136:40098", "10.65.0.27:40098", "172.17.0.1:40098"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64192}, - {"Proto": "peerapi6", "Port": 64192} + {"Proto": "peerapi4", "Port": 49080}, + {"Proto": "peerapi6", "Port": 49080} ]}, - "Created": "2026-04-09T01:31:05.836190815Z", + "Created": "2026-04-09T08:37:10.01595294Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8172094222718528, - "StableID": "nj2WSM4Ap621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "KeyExpiry": "2026-10-06T01:31:09Z", - "DiscoKey": "discokey:06d0d2995de7e659c9bd6312f9a9299d84aacf5c30b8dca328793d5d0d287578", - "Addresses": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "AllowedIPs": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 55595}, - {"Proto": "peerapi6", "Port": 55595} + "ID": 6388887068339250, + "StableID": "nyNmWKEYtr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:4ab45fc70b0603c8a21a3e3971e54a66fa29d1428691b2b35afdfe0612eaa76e", + "Addresses": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "AllowedIPs": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "Endpoints": ["77.164.248.136:53462", "10.65.0.27:53462", "172.17.0.1:53462"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38015}, + {"Proto": "peerapi6", "Port": 38015} ]}, - "Created": "2026-04-09T01:31:09.122976269Z", + "Created": "2026-04-09T08:37:12.69521645Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8722198163875850, - "StableID": "njbgycMJ7B21CNTRL", + "ID": 6913273550539227, + "StableID": "nAkYGTy2zv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "DiscoKey": "discokey:599511bd5ac1008c46e57719fa841fbf3980f99cccb1c0a9afd00f6cf3297b71", + "Addresses": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "AllowedIPs": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "Endpoints": ["77.164.248.136:51078", "10.65.0.27:51078", "172.17.0.1:51078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 49018}, + {"Proto": "peerapi6", "Port": 49018} + ]}, + "Created": "2026-04-09T08:37:11.624618656Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7291210372156464, + "StableID": "n5Rc1WjCwy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:5e0846f831bff3b41c83fc9cb39c02c5335f801771f8c1f8e3c3562d4cdd2422", - "Addresses": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "AllowedIPs": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "Endpoints": ["77.164.248.136:50229", "10.65.0.27:50229", "172.17.0.1:50229"], + "Key": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:5e1b3cedbd32d255266fd005e6ea35db6eb22df8304f4ba743028f15ad798f6a", + "Addresses": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "AllowedIPs": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "Endpoints": ["77.164.248.136:50517", "10.65.0.27:50517", "172.17.0.1:50517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33967}, - {"Proto": "peerapi6", "Port": 33967} + {"Proto": "peerapi4", "Port": 52897}, + {"Proto": "peerapi6", "Port": 52897} ]}, - "Created": "2026-04-09T01:31:08.014491483Z", + "Created": "2026-04-09T08:37:12.172900296Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7488785444485357, + "StableID": "nLe7bJhgU121CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "DiscoKey": "discokey:1fd3cf8910d4aa9fe51f51f4378efa7c551adc8cc18365e7f5ec32d86bc56259", + "Addresses": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "AllowedIPs": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "Endpoints": ["77.164.248.136:49936", "10.65.0.27:49936", "172.17.0.1:49936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 58112}, + {"Proto": "peerapi6", "Port": 58112} + ]}, + "Created": "2026-04-09T08:37:05.738635833Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8931,27 +8941,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5579958767800916": { - "ID": 5579958767800916, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2464074247428637": { + "ID": 2464074247428637, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8982,26 +8994,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4783087833037882, - "StableID": "nRWftBcGMe11CNTRL", + "ID": 2788044117108182, + "StableID": "ndtNR6CimN11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 4783087833037882, - "Key": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "DiscoKey": "discokey:8553cdda00ceb056d1f4dc938f169deffc647bd8f8f71a74ddb061164f6cf040", - "Addresses": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "AllowedIPs": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "Endpoints": ["77.164.248.136:43131", "10.65.0.27:43131", "172.17.0.1:43131"], + "User": 2788044117108182, + "Key": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "DiscoKey": "discokey:b0f054bf99f45476e7c332c4f3e5ae2c77fbfb522b733f608813cf9dcb015728", + "Addresses": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "AllowedIPs": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "Endpoints": ["77.164.248.136:53408", "10.65.0.27:53408", "172.17.0.1:53408"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 34047}, - {"Proto": "peerapi6", "Port": 34047}, + {"Proto": "peerapi4", "Port": 53991}, + {"Proto": "peerapi6", "Port": 53991}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:02.049151833Z", + "Created": "2026-04-09T08:37:06.268375001Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -9029,302 +9041,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "MachineKey": "mkey:4d90bc1e908921b0550d41ffdfc529cc1fcccf044e6a7148bdc78ffed3a3f715", + "NodeKey": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "MachineKey": "mkey:e1f234aefd467961d011096f7419630a19c7be533abc43f86ae492a92fb2c07d", "Peers": [{ - "ID": 2145666075174934, - "StableID": "nu2MaY1nkH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "DiscoKey": "discokey:0902cca2f4423818a76a9e9bcf69e79bc157c852db7d78d649a71aabca824279", - "Addresses": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "AllowedIPs": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "Endpoints": ["77.164.248.136:41567", "10.65.0.27:41567", "172.17.0.1:41567"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 53521}, - {"Proto": "peerapi6", "Port": 53521} - ]}, - "Created": "2026-04-09T01:31:04.74767875Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2864193199345287, - "StableID": "nCoK4vVCNP11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "DiscoKey": "discokey:39f0f1938af442f687ecc2f7a71cbeb385a86f8262464fec31afe29bfeb5c009", - "Addresses": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "AllowedIPs": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "Endpoints": ["77.164.248.136:33093", "10.65.0.27:33093", "172.17.0.1:33093"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56895}, - {"Proto": "peerapi6", "Port": 56895} - ]}, - "Created": "2026-04-09T01:31:05.30111624Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3332023686517794, - "StableID": "nomWCWc52T11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "DiscoKey": "discokey:cfa9a3b0755c17d8a0be9f852d546c0a5ced9984dd3e7fbbe765b34061b61511", - "Addresses": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "AllowedIPs": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "Endpoints": ["77.164.248.136:52040", "10.65.0.27:52040", "172.17.0.1:52040"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49387}, - {"Proto": "peerapi6", "Port": 49387} - ]}, - "Created": "2026-04-09T01:31:03.670482871Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3490314420980318, - "StableID": "nF7zMCemFU11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "DiscoKey": "discokey:ea612c056c932f8b2879ca16a99b138ef2933baa80f531f5da253ab0808d2233", - "Addresses": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "AllowedIPs": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "Endpoints": ["77.164.248.136:56329", "10.65.0.27:56329", "172.17.0.1:56329"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42623}, - {"Proto": "peerapi6", "Port": 42623} - ]}, - "Created": "2026-04-09T01:31:06.383285161Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3728413918992548, - "StableID": "noCjfT7c7W11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "DiscoKey": "discokey:331e97378a2e1555f07b04c3171d7e39ee8d1cfc993eb34b7319e32c390a6f2d", - "Addresses": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "AllowedIPs": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "Endpoints": ["77.164.248.136:59334", "10.65.0.27:59334", "172.17.0.1:59334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39460}, - {"Proto": "peerapi6", "Port": 39460} - ]}, - "Created": "2026-04-09T01:31:03.13108608Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5395194895115541, - "StableID": "n8QTu2dV8j11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "DiscoKey": "discokey:2da0adbba3b5b50a64cf5c700f589131a69cfca31b06a775eece0f6a5ed6c035", - "Addresses": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "AllowedIPs": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49916}, - {"Proto": "peerapi6", "Port": 49916} - ]}, - "Created": "2026-04-09T01:31:01.516816005Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5579958767800916, - "StableID": "nw66eB4Bak11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "DiscoKey": "discokey:632d87bfe3f797824331abee81b5274e99138c5736c7c6827ffe00d5a2f1fd1c", - "Addresses": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "AllowedIPs": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "Endpoints": ["77.164.248.136:42922", "10.65.0.27:42922", "172.17.0.1:42922"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} - ]}, - "Created": "2026-04-09T01:31:06.932287967Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6564434763309278, - "StableID": "nw7cB4a3Gt11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:7c2de9531a9931c68d3b4b643efddf828b2368306239a91cb56277f5aa01041a", - "Addresses": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "AllowedIPs": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "Endpoints": ["77.164.248.136:49235", "10.65.0.27:49235", "172.17.0.1:49235"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 54134}, - {"Proto": "peerapi6", "Port": 54134} - ]}, - "Created": "2026-04-09T01:31:08.555226968Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7056777601811151, - "StableID": "napbsia27x11CNTRL", + "ID": 15298811375734, + "StableID": "nTREagsv7111CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "DiscoKey": "discokey:e6d0645adc183aaa68f0b13e312898c6605c45d258cced2977e726db3a9f9953", - "Addresses": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "AllowedIPs": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "Endpoints": ["77.164.248.136:40598", "10.65.0.27:40598", "172.17.0.1:40598"], + "Key": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "DiscoKey": "discokey:e7b6366547cb8380d7f280c1a8cf7f5c081fbefccad89487831e9107f29bae60", + "Addresses": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "AllowedIPs": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "Endpoints": ["77.164.248.136:46311", "10.65.0.27:46311", "172.17.0.1:46311"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45448}, - {"Proto": "peerapi6", "Port": 45448} + {"Proto": "peerapi4", "Port": 45742}, + {"Proto": "peerapi6", "Port": 45742} ]}, - "Created": "2026-04-09T01:31:04.205881288Z", + "Created": "2026-04-09T08:37:08.420743814Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7148711729110301, - "StableID": "nkxWt2Yfpx11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "DiscoKey": "discokey:09b8cc7b091a8b7ba2c86bb11d8fa338f09766d32655697f4ecd7fdf6742da6e", - "Addresses": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "AllowedIPs": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "Endpoints": ["77.164.248.136:47124", "10.65.0.27:47124", "172.17.0.1:47124"], + "ID": 449907994872935, + "StableID": "nxZRsZKmW411CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "KeyExpiry": "2026-10-06T08:37:13Z", + "DiscoKey": "discokey:b44479ad2f0d5e02de0e881153a4f414469ba53e8b46773494f9aa6e315ed170", + "Addresses": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "AllowedIPs": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "Endpoints": ["77.164.248.136:40983", "10.65.0.27:40983", "172.17.0.1:40983"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53783}, - {"Proto": "peerapi6", "Port": 53783} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37241}, + {"Proto": "peerapi6", "Port": 37241} ]}, - "Created": "2026-04-09T01:31:07.465208718Z", + "Created": "2026-04-09T08:37:13.236734305Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7537314615492551, - "StableID": "nx9VFVUfr121CNTRL", + "ID": 737318247296178, + "StableID": "n3Bngo6wk611CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "DiscoKey": "discokey:0ac49348bfc209231377825afd2bfd6bbbfd7fbe1a769981c051c9b2b807f037", + "Addresses": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "AllowedIPs": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "Endpoints": ["77.164.248.136:41170", "10.65.0.27:41170", "172.17.0.1:41170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55501}, + {"Proto": "peerapi6", "Port": 55501} + ]}, + "Created": "2026-04-09T08:37:07.355404957Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1292088267742553, + "StableID": "nkcyf8yB6B11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "DiscoKey": "discokey:e8590c271d92b100a846bae355bdce83d545437c04a5a0cb45884684593bff0e", + "Addresses": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "AllowedIPs": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "Endpoints": ["77.164.248.136:35696", "10.65.0.27:35696", "172.17.0.1:35696"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 56314}, + {"Proto": "peerapi6", "Port": 56314} + ]}, + "Created": "2026-04-09T08:37:10.562851743Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 1903209886478187, + "StableID": "nkF4Sb6yrF11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "DiscoKey": "discokey:7269fd0aabfbe1d4ebbe4c583d7d3416d425f4b5d09d1b385c94bcd5cdc8382f", + "Addresses": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "AllowedIPs": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "Endpoints": ["77.164.248.136:56845", "10.65.0.27:56845", "172.17.0.1:56845"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36238}, + {"Proto": "peerapi6", "Port": 36238} + ]}, + "Created": "2026-04-09T08:37:08.953881745Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 1918565854166506, + "StableID": "nT7LiMUvyF11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "DiscoKey": "discokey:a7612ef5d21c9c6887dff1f39a581785a3cf11d4752c1443f230011576aaff35", - "Addresses": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "AllowedIPs": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "Endpoints": ["77.164.248.136:35850", "10.65.0.27:35850", "172.17.0.1:35850"], + "Key": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "DiscoKey": "discokey:e8a032afe539e07b2c745e37df89392c9449651eb686ee7fc061183141eb8d4e", + "Addresses": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "AllowedIPs": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "Endpoints": ["77.164.248.136:48083", "10.65.0.27:48083", "172.17.0.1:48083"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 65066}, - {"Proto": "peerapi6", "Port": 65066} + {"Proto": "peerapi4", "Port": 59360}, + {"Proto": "peerapi6", "Port": 59360} ]}, - "Created": "2026-04-09T01:31:02.591664014Z", + "Created": "2026-04-09T08:37:06.798288775Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8056798929423418, - "StableID": "nH6XBsSwu521CNTRL", + "ID": 2464074247428637, + "StableID": "ncvKR24zEL11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "DiscoKey": "discokey:c35d04d27c6426ea9c87bb899fb09431eb568c5bb0e298fd7af51ab2b6431d29", + "Addresses": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "AllowedIPs": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "Endpoints": ["77.164.248.136:55369", "10.65.0.27:55369", "172.17.0.1:55369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 37503}, + {"Proto": "peerapi6", "Port": 37503} + ]}, + "Created": "2026-04-09T08:37:11.098316619Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2582752045521831, + "StableID": "ntdY3yWjAM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "DiscoKey": "discokey:b3d1ccfb60639e6e155dba22cc357b05a645b0b5607c0bc934af8b5cb2223112", + "Addresses": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "AllowedIPs": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "Endpoints": ["77.164.248.136:43990", "10.65.0.27:43990", "172.17.0.1:43990"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42158}, + {"Proto": "peerapi6", "Port": 42158} + ]}, + "Created": "2026-04-09T08:37:07.882984556Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4797156082266073, + "StableID": "n8cEu2AeTe11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "DiscoKey": "discokey:7b16da7c2964f3a63c19f3fad0cec326f1c68c95205db11f3b253775e3e6c709", + "Addresses": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "AllowedIPs": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "Endpoints": ["77.164.248.136:60208", "10.65.0.27:60208", "172.17.0.1:60208"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 40696}, + {"Proto": "peerapi6", "Port": 40696} + ]}, + "Created": "2026-04-09T08:37:09.501248624Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6214630799519702, + "StableID": "njZWk9pcXq11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "DiscoKey": "discokey:1892f044dbcd21754fc0603043ee9565d562c56e417b9063d5a89c0ba9b13c61", - "Addresses": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "AllowedIPs": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "Endpoints": ["77.164.248.136:58110", "10.65.0.27:58110", "172.17.0.1:58110"], + "Key": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "DiscoKey": "discokey:3325ac6a38b5911539dc83a1e89708b28d5dcb22f33e7f0ed84f5a1b166c2c14", + "Addresses": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "AllowedIPs": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "Endpoints": ["77.164.248.136:40098", "10.65.0.27:40098", "172.17.0.1:40098"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64192}, - {"Proto": "peerapi6", "Port": 64192} + {"Proto": "peerapi4", "Port": 49080}, + {"Proto": "peerapi6", "Port": 49080} ]}, - "Created": "2026-04-09T01:31:05.836190815Z", + "Created": "2026-04-09T08:37:10.01595294Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8172094222718528, - "StableID": "nj2WSM4Ap621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "KeyExpiry": "2026-10-06T01:31:09Z", - "DiscoKey": "discokey:06d0d2995de7e659c9bd6312f9a9299d84aacf5c30b8dca328793d5d0d287578", - "Addresses": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "AllowedIPs": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "Endpoints": ["77.164.248.136:40335", "10.65.0.27:40335", "172.17.0.1:40335"], + "ID": 6388887068339250, + "StableID": "nyNmWKEYtr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:4ab45fc70b0603c8a21a3e3971e54a66fa29d1428691b2b35afdfe0612eaa76e", + "Addresses": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "AllowedIPs": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "Endpoints": ["77.164.248.136:53462", "10.65.0.27:53462", "172.17.0.1:53462"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 55595}, - {"Proto": "peerapi6", "Port": 55595} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38015}, + {"Proto": "peerapi6", "Port": 38015} ]}, - "Created": "2026-04-09T01:31:09.122976269Z", + "Created": "2026-04-09T08:37:12.69521645Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8722198163875850, - "StableID": "njbgycMJ7B21CNTRL", + "ID": 6913273550539227, + "StableID": "nAkYGTy2zv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "DiscoKey": "discokey:599511bd5ac1008c46e57719fa841fbf3980f99cccb1c0a9afd00f6cf3297b71", + "Addresses": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "AllowedIPs": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "Endpoints": ["77.164.248.136:51078", "10.65.0.27:51078", "172.17.0.1:51078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 49018}, + {"Proto": "peerapi6", "Port": 49018} + ]}, + "Created": "2026-04-09T08:37:11.624618656Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7291210372156464, + "StableID": "n5Rc1WjCwy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:5e0846f831bff3b41c83fc9cb39c02c5335f801771f8c1f8e3c3562d4cdd2422", - "Addresses": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "AllowedIPs": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "Endpoints": ["77.164.248.136:50229", "10.65.0.27:50229", "172.17.0.1:50229"], + "Key": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:5e1b3cedbd32d255266fd005e6ea35db6eb22df8304f4ba743028f15ad798f6a", + "Addresses": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "AllowedIPs": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "Endpoints": ["77.164.248.136:50517", "10.65.0.27:50517", "172.17.0.1:50517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33967}, - {"Proto": "peerapi6", "Port": 33967} + {"Proto": "peerapi4", "Port": 52897}, + {"Proto": "peerapi6", "Port": 52897} ]}, - "Created": "2026-04-09T01:31:08.014491483Z", + "Created": "2026-04-09T08:37:12.172900296Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7488785444485357, + "StableID": "nLe7bJhgU121CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "DiscoKey": "discokey:1fd3cf8910d4aa9fe51f51f4378efa7c551adc8cc18365e7f5ec32d86bc56259", + "Addresses": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "AllowedIPs": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "Endpoints": ["77.164.248.136:49936", "10.65.0.27:49936", "172.17.0.1:49936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 58112}, + {"Proto": "peerapi6", "Port": 58112} + ]}, + "Created": "2026-04-09T08:37:05.738635833Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10172,27 +10184,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4783087833037882": { - "ID": 4783087833037882, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2788044117108182": { + "ID": 2788044117108182, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10223,26 +10237,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5395194895115541, - "StableID": "n8QTu2dV8j11CNTRL", + "ID": 7488785444485357, + "StableID": "nLe7bJhgU121CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 5395194895115541, - "Key": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "DiscoKey": "discokey:2da0adbba3b5b50a64cf5c700f589131a69cfca31b06a775eece0f6a5ed6c035", - "Addresses": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "AllowedIPs": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], + "User": 7488785444485357, + "Key": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "DiscoKey": "discokey:1fd3cf8910d4aa9fe51f51f4378efa7c551adc8cc18365e7f5ec32d86bc56259", + "Addresses": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "AllowedIPs": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "Endpoints": ["77.164.248.136:49936", "10.65.0.27:49936", "172.17.0.1:49936"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 49916}, - {"Proto": "peerapi6", "Port": 49916}, + {"Proto": "peerapi4", "Port": 58112}, + {"Proto": "peerapi6", "Port": 58112}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:01.516816005Z", + "Created": "2026-04-09T08:37:05.738635833Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10270,298 +10284,298 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "MachineKey": "mkey:b2c7a851a41e41f190197df5c58e618a2dc929fa3473c16dbabd48edd7f32d3c", + "NodeKey": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "MachineKey": "mkey:a7fa941c3ea95fd060b734613e3498b52b94fb1dc2613386215797bfb8585d00", "Peers": [{ - "ID": 2145666075174934, - "StableID": "nu2MaY1nkH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "DiscoKey": "discokey:0902cca2f4423818a76a9e9bcf69e79bc157c852db7d78d649a71aabca824279", - "Addresses": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "AllowedIPs": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "Endpoints": ["77.164.248.136:41567", "10.65.0.27:41567", "172.17.0.1:41567"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 53521}, - {"Proto": "peerapi6", "Port": 53521} - ]}, - "Created": "2026-04-09T01:31:04.74767875Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2864193199345287, - "StableID": "nCoK4vVCNP11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "DiscoKey": "discokey:39f0f1938af442f687ecc2f7a71cbeb385a86f8262464fec31afe29bfeb5c009", - "Addresses": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "AllowedIPs": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "Endpoints": ["77.164.248.136:33093", "10.65.0.27:33093", "172.17.0.1:33093"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56895}, - {"Proto": "peerapi6", "Port": 56895} - ]}, - "Created": "2026-04-09T01:31:05.30111624Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3332023686517794, - "StableID": "nomWCWc52T11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "DiscoKey": "discokey:cfa9a3b0755c17d8a0be9f852d546c0a5ced9984dd3e7fbbe765b34061b61511", - "Addresses": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "AllowedIPs": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "Endpoints": ["77.164.248.136:52040", "10.65.0.27:52040", "172.17.0.1:52040"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49387}, - {"Proto": "peerapi6", "Port": 49387} - ]}, - "Created": "2026-04-09T01:31:03.670482871Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3490314420980318, - "StableID": "nF7zMCemFU11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "DiscoKey": "discokey:ea612c056c932f8b2879ca16a99b138ef2933baa80f531f5da253ab0808d2233", - "Addresses": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "AllowedIPs": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "Endpoints": ["77.164.248.136:56329", "10.65.0.27:56329", "172.17.0.1:56329"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42623}, - {"Proto": "peerapi6", "Port": 42623} - ]}, - "Created": "2026-04-09T01:31:06.383285161Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3728413918992548, - "StableID": "noCjfT7c7W11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "DiscoKey": "discokey:331e97378a2e1555f07b04c3171d7e39ee8d1cfc993eb34b7319e32c390a6f2d", - "Addresses": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "AllowedIPs": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "Endpoints": ["77.164.248.136:59334", "10.65.0.27:59334", "172.17.0.1:59334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39460}, - {"Proto": "peerapi6", "Port": 39460} - ]}, - "Created": "2026-04-09T01:31:03.13108608Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4783087833037882, - "StableID": "nRWftBcGMe11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "DiscoKey": "discokey:8553cdda00ceb056d1f4dc938f169deffc647bd8f8f71a74ddb061164f6cf040", - "Addresses": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "AllowedIPs": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "Endpoints": ["77.164.248.136:43131", "10.65.0.27:43131", "172.17.0.1:43131"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34047}, - {"Proto": "peerapi6", "Port": 34047} - ]}, - "Created": "2026-04-09T01:31:02.049151833Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 5579958767800916, - "StableID": "nw66eB4Bak11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "DiscoKey": "discokey:632d87bfe3f797824331abee81b5274e99138c5736c7c6827ffe00d5a2f1fd1c", - "Addresses": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "AllowedIPs": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "Endpoints": ["77.164.248.136:42922", "10.65.0.27:42922", "172.17.0.1:42922"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} - ]}, - "Created": "2026-04-09T01:31:06.932287967Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6564434763309278, - "StableID": "nw7cB4a3Gt11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:7c2de9531a9931c68d3b4b643efddf828b2368306239a91cb56277f5aa01041a", - "Addresses": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "AllowedIPs": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "Endpoints": ["77.164.248.136:49235", "10.65.0.27:49235", "172.17.0.1:49235"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 54134}, - {"Proto": "peerapi6", "Port": 54134} - ]}, - "Created": "2026-04-09T01:31:08.555226968Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7056777601811151, - "StableID": "napbsia27x11CNTRL", + "ID": 15298811375734, + "StableID": "nTREagsv7111CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "DiscoKey": "discokey:e6d0645adc183aaa68f0b13e312898c6605c45d258cced2977e726db3a9f9953", - "Addresses": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "AllowedIPs": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "Endpoints": ["77.164.248.136:40598", "10.65.0.27:40598", "172.17.0.1:40598"], + "Key": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "DiscoKey": "discokey:e7b6366547cb8380d7f280c1a8cf7f5c081fbefccad89487831e9107f29bae60", + "Addresses": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "AllowedIPs": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "Endpoints": ["77.164.248.136:46311", "10.65.0.27:46311", "172.17.0.1:46311"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45448}, - {"Proto": "peerapi6", "Port": 45448} + {"Proto": "peerapi4", "Port": 45742}, + {"Proto": "peerapi6", "Port": 45742} ]}, - "Created": "2026-04-09T01:31:04.205881288Z", + "Created": "2026-04-09T08:37:08.420743814Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7148711729110301, - "StableID": "nkxWt2Yfpx11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "DiscoKey": "discokey:09b8cc7b091a8b7ba2c86bb11d8fa338f09766d32655697f4ecd7fdf6742da6e", - "Addresses": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "AllowedIPs": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "Endpoints": ["77.164.248.136:47124", "10.65.0.27:47124", "172.17.0.1:47124"], + "ID": 449907994872935, + "StableID": "nxZRsZKmW411CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "KeyExpiry": "2026-10-06T08:37:13Z", + "DiscoKey": "discokey:b44479ad2f0d5e02de0e881153a4f414469ba53e8b46773494f9aa6e315ed170", + "Addresses": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "AllowedIPs": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "Endpoints": ["77.164.248.136:40983", "10.65.0.27:40983", "172.17.0.1:40983"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53783}, - {"Proto": "peerapi6", "Port": 53783} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37241}, + {"Proto": "peerapi6", "Port": 37241} ]}, - "Created": "2026-04-09T01:31:07.465208718Z", + "Created": "2026-04-09T08:37:13.236734305Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7537314615492551, - "StableID": "nx9VFVUfr121CNTRL", + "ID": 737318247296178, + "StableID": "n3Bngo6wk611CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "DiscoKey": "discokey:0ac49348bfc209231377825afd2bfd6bbbfd7fbe1a769981c051c9b2b807f037", + "Addresses": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "AllowedIPs": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "Endpoints": ["77.164.248.136:41170", "10.65.0.27:41170", "172.17.0.1:41170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55501}, + {"Proto": "peerapi6", "Port": 55501} + ]}, + "Created": "2026-04-09T08:37:07.355404957Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1292088267742553, + "StableID": "nkcyf8yB6B11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "DiscoKey": "discokey:e8590c271d92b100a846bae355bdce83d545437c04a5a0cb45884684593bff0e", + "Addresses": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "AllowedIPs": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "Endpoints": ["77.164.248.136:35696", "10.65.0.27:35696", "172.17.0.1:35696"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 56314}, + {"Proto": "peerapi6", "Port": 56314} + ]}, + "Created": "2026-04-09T08:37:10.562851743Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 1903209886478187, + "StableID": "nkF4Sb6yrF11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "DiscoKey": "discokey:7269fd0aabfbe1d4ebbe4c583d7d3416d425f4b5d09d1b385c94bcd5cdc8382f", + "Addresses": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "AllowedIPs": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "Endpoints": ["77.164.248.136:56845", "10.65.0.27:56845", "172.17.0.1:56845"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36238}, + {"Proto": "peerapi6", "Port": 36238} + ]}, + "Created": "2026-04-09T08:37:08.953881745Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 1918565854166506, + "StableID": "nT7LiMUvyF11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "DiscoKey": "discokey:a7612ef5d21c9c6887dff1f39a581785a3cf11d4752c1443f230011576aaff35", - "Addresses": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "AllowedIPs": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "Endpoints": ["77.164.248.136:35850", "10.65.0.27:35850", "172.17.0.1:35850"], + "Key": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "DiscoKey": "discokey:e8a032afe539e07b2c745e37df89392c9449651eb686ee7fc061183141eb8d4e", + "Addresses": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "AllowedIPs": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "Endpoints": ["77.164.248.136:48083", "10.65.0.27:48083", "172.17.0.1:48083"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 65066}, - {"Proto": "peerapi6", "Port": 65066} + {"Proto": "peerapi4", "Port": 59360}, + {"Proto": "peerapi6", "Port": 59360} ]}, - "Created": "2026-04-09T01:31:02.591664014Z", + "Created": "2026-04-09T08:37:06.798288775Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8056798929423418, - "StableID": "nH6XBsSwu521CNTRL", + "ID": 2464074247428637, + "StableID": "ncvKR24zEL11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "DiscoKey": "discokey:c35d04d27c6426ea9c87bb899fb09431eb568c5bb0e298fd7af51ab2b6431d29", + "Addresses": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "AllowedIPs": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "Endpoints": ["77.164.248.136:55369", "10.65.0.27:55369", "172.17.0.1:55369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 37503}, + {"Proto": "peerapi6", "Port": 37503} + ]}, + "Created": "2026-04-09T08:37:11.098316619Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2582752045521831, + "StableID": "ntdY3yWjAM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "DiscoKey": "discokey:b3d1ccfb60639e6e155dba22cc357b05a645b0b5607c0bc934af8b5cb2223112", + "Addresses": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "AllowedIPs": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "Endpoints": ["77.164.248.136:43990", "10.65.0.27:43990", "172.17.0.1:43990"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42158}, + {"Proto": "peerapi6", "Port": 42158} + ]}, + "Created": "2026-04-09T08:37:07.882984556Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2788044117108182, + "StableID": "ndtNR6CimN11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "DiscoKey": "discokey:b0f054bf99f45476e7c332c4f3e5ae2c77fbfb522b733f608813cf9dcb015728", + "Addresses": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "AllowedIPs": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "Endpoints": ["77.164.248.136:53408", "10.65.0.27:53408", "172.17.0.1:53408"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53991}, + {"Proto": "peerapi6", "Port": 53991} + ]}, + "Created": "2026-04-09T08:37:06.268375001Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4797156082266073, + "StableID": "n8cEu2AeTe11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "DiscoKey": "discokey:7b16da7c2964f3a63c19f3fad0cec326f1c68c95205db11f3b253775e3e6c709", + "Addresses": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "AllowedIPs": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "Endpoints": ["77.164.248.136:60208", "10.65.0.27:60208", "172.17.0.1:60208"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 40696}, + {"Proto": "peerapi6", "Port": 40696} + ]}, + "Created": "2026-04-09T08:37:09.501248624Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6214630799519702, + "StableID": "njZWk9pcXq11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "DiscoKey": "discokey:1892f044dbcd21754fc0603043ee9565d562c56e417b9063d5a89c0ba9b13c61", - "Addresses": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "AllowedIPs": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "Endpoints": ["77.164.248.136:58110", "10.65.0.27:58110", "172.17.0.1:58110"], + "Key": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "DiscoKey": "discokey:3325ac6a38b5911539dc83a1e89708b28d5dcb22f33e7f0ed84f5a1b166c2c14", + "Addresses": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "AllowedIPs": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "Endpoints": ["77.164.248.136:40098", "10.65.0.27:40098", "172.17.0.1:40098"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64192}, - {"Proto": "peerapi6", "Port": 64192} + {"Proto": "peerapi4", "Port": 49080}, + {"Proto": "peerapi6", "Port": 49080} ]}, - "Created": "2026-04-09T01:31:05.836190815Z", + "Created": "2026-04-09T08:37:10.01595294Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8172094222718528, - "StableID": "nj2WSM4Ap621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "KeyExpiry": "2026-10-06T01:31:09Z", - "DiscoKey": "discokey:06d0d2995de7e659c9bd6312f9a9299d84aacf5c30b8dca328793d5d0d287578", - "Addresses": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "AllowedIPs": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "Endpoints": ["77.164.248.136:40335", "10.65.0.27:40335", "172.17.0.1:40335"], + "ID": 6388887068339250, + "StableID": "nyNmWKEYtr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:4ab45fc70b0603c8a21a3e3971e54a66fa29d1428691b2b35afdfe0612eaa76e", + "Addresses": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "AllowedIPs": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "Endpoints": ["77.164.248.136:53462", "10.65.0.27:53462", "172.17.0.1:53462"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 55595}, - {"Proto": "peerapi6", "Port": 55595} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38015}, + {"Proto": "peerapi6", "Port": 38015} ]}, - "Created": "2026-04-09T01:31:09.122976269Z", + "Created": "2026-04-09T08:37:12.69521645Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8722198163875850, - "StableID": "njbgycMJ7B21CNTRL", + "ID": 6913273550539227, + "StableID": "nAkYGTy2zv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "DiscoKey": "discokey:599511bd5ac1008c46e57719fa841fbf3980f99cccb1c0a9afd00f6cf3297b71", + "Addresses": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "AllowedIPs": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "Endpoints": ["77.164.248.136:51078", "10.65.0.27:51078", "172.17.0.1:51078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 49018}, + {"Proto": "peerapi6", "Port": 49018} + ]}, + "Created": "2026-04-09T08:37:11.624618656Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7291210372156464, + "StableID": "n5Rc1WjCwy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:5e0846f831bff3b41c83fc9cb39c02c5335f801771f8c1f8e3c3562d4cdd2422", - "Addresses": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "AllowedIPs": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "Endpoints": ["77.164.248.136:50229", "10.65.0.27:50229", "172.17.0.1:50229"], + "Key": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:5e1b3cedbd32d255266fd005e6ea35db6eb22df8304f4ba743028f15ad798f6a", + "Addresses": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "AllowedIPs": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "Endpoints": ["77.164.248.136:50517", "10.65.0.27:50517", "172.17.0.1:50517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33967}, - {"Proto": "peerapi6", "Port": 33967} + {"Proto": "peerapi4", "Port": 52897}, + {"Proto": "peerapi6", "Port": 52897} ]}, - "Created": "2026-04-09T01:31:08.014491483Z", + "Created": "2026-04-09T08:37:12.172900296Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", @@ -11413,27 +11427,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5395194895115541": { - "ID": 5395194895115541, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7488785444485357": { + "ID": 7488785444485357, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11464,21 +11480,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3332023686517794, - "StableID": "nomWCWc52T11CNTRL", + "ID": 2582752045521831, + "StableID": "ntdY3yWjAM11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 3332023686517794, - "Key": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "DiscoKey": "discokey:cfa9a3b0755c17d8a0be9f852d546c0a5ced9984dd3e7fbbe765b34061b61511", - "Addresses": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "AllowedIPs": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "Endpoints": ["77.164.248.136:52040", "10.65.0.27:52040", "172.17.0.1:52040"], + "User": 2582752045521831, + "Key": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "DiscoKey": "discokey:b3d1ccfb60639e6e155dba22cc357b05a645b0b5607c0bc934af8b5cb2223112", + "Addresses": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "AllowedIPs": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "Endpoints": ["77.164.248.136:43990", "10.65.0.27:43990", "172.17.0.1:43990"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 49387}, - {"Proto": "peerapi6", "Port": 49387}, + {"Proto": "peerapi4", "Port": 42158}, + {"Proto": "peerapi6", "Port": 42158}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:03.670482871Z", + "Created": "2026-04-09T08:37:07.882984556Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11506,300 +11522,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "MachineKey": "mkey:8770bc9ccb9c559b4624e4939bb1073c384cf501b7c98aea988e479c6b134a4d", + "NodeKey": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "MachineKey": "mkey:b345587a32eb6b8df95f2a4a3067bea5694a6bece9ce354505737717347e0d38", "Peers": [{ - "ID": 2145666075174934, - "StableID": "nu2MaY1nkH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "DiscoKey": "discokey:0902cca2f4423818a76a9e9bcf69e79bc157c852db7d78d649a71aabca824279", - "Addresses": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "AllowedIPs": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "Endpoints": ["77.164.248.136:41567", "10.65.0.27:41567", "172.17.0.1:41567"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 53521}, - {"Proto": "peerapi6", "Port": 53521} - ]}, - "Created": "2026-04-09T01:31:04.74767875Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2864193199345287, - "StableID": "nCoK4vVCNP11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "DiscoKey": "discokey:39f0f1938af442f687ecc2f7a71cbeb385a86f8262464fec31afe29bfeb5c009", - "Addresses": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "AllowedIPs": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "Endpoints": ["77.164.248.136:33093", "10.65.0.27:33093", "172.17.0.1:33093"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56895}, - {"Proto": "peerapi6", "Port": 56895} - ]}, - "Created": "2026-04-09T01:31:05.30111624Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3490314420980318, - "StableID": "nF7zMCemFU11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "DiscoKey": "discokey:ea612c056c932f8b2879ca16a99b138ef2933baa80f531f5da253ab0808d2233", - "Addresses": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "AllowedIPs": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "Endpoints": ["77.164.248.136:56329", "10.65.0.27:56329", "172.17.0.1:56329"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42623}, - {"Proto": "peerapi6", "Port": 42623} - ]}, - "Created": "2026-04-09T01:31:06.383285161Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3728413918992548, - "StableID": "noCjfT7c7W11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "DiscoKey": "discokey:331e97378a2e1555f07b04c3171d7e39ee8d1cfc993eb34b7319e32c390a6f2d", - "Addresses": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "AllowedIPs": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "Endpoints": ["77.164.248.136:59334", "10.65.0.27:59334", "172.17.0.1:59334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39460}, - {"Proto": "peerapi6", "Port": 39460} - ]}, - "Created": "2026-04-09T01:31:03.13108608Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4783087833037882, - "StableID": "nRWftBcGMe11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "DiscoKey": "discokey:8553cdda00ceb056d1f4dc938f169deffc647bd8f8f71a74ddb061164f6cf040", - "Addresses": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "AllowedIPs": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "Endpoints": ["77.164.248.136:43131", "10.65.0.27:43131", "172.17.0.1:43131"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34047}, - {"Proto": "peerapi6", "Port": 34047} - ]}, - "Created": "2026-04-09T01:31:02.049151833Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 5395194895115541, - "StableID": "n8QTu2dV8j11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "DiscoKey": "discokey:2da0adbba3b5b50a64cf5c700f589131a69cfca31b06a775eece0f6a5ed6c035", - "Addresses": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "AllowedIPs": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49916}, - {"Proto": "peerapi6", "Port": 49916} - ]}, - "Created": "2026-04-09T01:31:01.516816005Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5579958767800916, - "StableID": "nw66eB4Bak11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "DiscoKey": "discokey:632d87bfe3f797824331abee81b5274e99138c5736c7c6827ffe00d5a2f1fd1c", - "Addresses": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "AllowedIPs": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "Endpoints": ["77.164.248.136:42922", "10.65.0.27:42922", "172.17.0.1:42922"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} - ]}, - "Created": "2026-04-09T01:31:06.932287967Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6564434763309278, - "StableID": "nw7cB4a3Gt11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:7c2de9531a9931c68d3b4b643efddf828b2368306239a91cb56277f5aa01041a", - "Addresses": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "AllowedIPs": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "Endpoints": ["77.164.248.136:49235", "10.65.0.27:49235", "172.17.0.1:49235"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 54134}, - {"Proto": "peerapi6", "Port": 54134} - ]}, - "Created": "2026-04-09T01:31:08.555226968Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7056777601811151, - "StableID": "napbsia27x11CNTRL", + "ID": 15298811375734, + "StableID": "nTREagsv7111CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "DiscoKey": "discokey:e6d0645adc183aaa68f0b13e312898c6605c45d258cced2977e726db3a9f9953", - "Addresses": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "AllowedIPs": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "Endpoints": ["77.164.248.136:40598", "10.65.0.27:40598", "172.17.0.1:40598"], + "Key": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "DiscoKey": "discokey:e7b6366547cb8380d7f280c1a8cf7f5c081fbefccad89487831e9107f29bae60", + "Addresses": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "AllowedIPs": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "Endpoints": ["77.164.248.136:46311", "10.65.0.27:46311", "172.17.0.1:46311"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45448}, - {"Proto": "peerapi6", "Port": 45448} + {"Proto": "peerapi4", "Port": 45742}, + {"Proto": "peerapi6", "Port": 45742} ]}, - "Created": "2026-04-09T01:31:04.205881288Z", + "Created": "2026-04-09T08:37:08.420743814Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7148711729110301, - "StableID": "nkxWt2Yfpx11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "DiscoKey": "discokey:09b8cc7b091a8b7ba2c86bb11d8fa338f09766d32655697f4ecd7fdf6742da6e", - "Addresses": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "AllowedIPs": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "Endpoints": ["77.164.248.136:47124", "10.65.0.27:47124", "172.17.0.1:47124"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53783}, - {"Proto": "peerapi6", "Port": 53783} + "ID": 449907994872935, + "StableID": "nxZRsZKmW411CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "KeyExpiry": "2026-10-06T08:37:13Z", + "DiscoKey": "discokey:b44479ad2f0d5e02de0e881153a4f414469ba53e8b46773494f9aa6e315ed170", + "Addresses": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "AllowedIPs": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37241}, + {"Proto": "peerapi6", "Port": 37241} ]}, - "Created": "2026-04-09T01:31:07.465208718Z", + "Created": "2026-04-09T08:37:13.236734305Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7537314615492551, - "StableID": "nx9VFVUfr121CNTRL", + "ID": 737318247296178, + "StableID": "n3Bngo6wk611CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "DiscoKey": "discokey:0ac49348bfc209231377825afd2bfd6bbbfd7fbe1a769981c051c9b2b807f037", + "Addresses": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "AllowedIPs": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "Endpoints": ["77.164.248.136:41170", "10.65.0.27:41170", "172.17.0.1:41170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55501}, + {"Proto": "peerapi6", "Port": 55501} + ]}, + "Created": "2026-04-09T08:37:07.355404957Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1292088267742553, + "StableID": "nkcyf8yB6B11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "DiscoKey": "discokey:e8590c271d92b100a846bae355bdce83d545437c04a5a0cb45884684593bff0e", + "Addresses": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "AllowedIPs": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "Endpoints": ["77.164.248.136:35696", "10.65.0.27:35696", "172.17.0.1:35696"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 56314}, + {"Proto": "peerapi6", "Port": 56314} + ]}, + "Created": "2026-04-09T08:37:10.562851743Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 1903209886478187, + "StableID": "nkF4Sb6yrF11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "DiscoKey": "discokey:7269fd0aabfbe1d4ebbe4c583d7d3416d425f4b5d09d1b385c94bcd5cdc8382f", + "Addresses": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "AllowedIPs": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "Endpoints": ["77.164.248.136:56845", "10.65.0.27:56845", "172.17.0.1:56845"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36238}, + {"Proto": "peerapi6", "Port": 36238} + ]}, + "Created": "2026-04-09T08:37:08.953881745Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 1918565854166506, + "StableID": "nT7LiMUvyF11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "DiscoKey": "discokey:a7612ef5d21c9c6887dff1f39a581785a3cf11d4752c1443f230011576aaff35", - "Addresses": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "AllowedIPs": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "Endpoints": ["77.164.248.136:35850", "10.65.0.27:35850", "172.17.0.1:35850"], + "Key": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "DiscoKey": "discokey:e8a032afe539e07b2c745e37df89392c9449651eb686ee7fc061183141eb8d4e", + "Addresses": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "AllowedIPs": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "Endpoints": ["77.164.248.136:48083", "10.65.0.27:48083", "172.17.0.1:48083"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 65066}, - {"Proto": "peerapi6", "Port": 65066} + {"Proto": "peerapi4", "Port": 59360}, + {"Proto": "peerapi6", "Port": 59360} ]}, - "Created": "2026-04-09T01:31:02.591664014Z", + "Created": "2026-04-09T08:37:06.798288775Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8056798929423418, - "StableID": "nH6XBsSwu521CNTRL", + "ID": 2464074247428637, + "StableID": "ncvKR24zEL11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "DiscoKey": "discokey:c35d04d27c6426ea9c87bb899fb09431eb568c5bb0e298fd7af51ab2b6431d29", + "Addresses": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "AllowedIPs": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "Endpoints": ["77.164.248.136:55369", "10.65.0.27:55369", "172.17.0.1:55369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 37503}, + {"Proto": "peerapi6", "Port": 37503} + ]}, + "Created": "2026-04-09T08:37:11.098316619Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2788044117108182, + "StableID": "ndtNR6CimN11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "DiscoKey": "discokey:b0f054bf99f45476e7c332c4f3e5ae2c77fbfb522b733f608813cf9dcb015728", + "Addresses": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "AllowedIPs": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "Endpoints": ["77.164.248.136:53408", "10.65.0.27:53408", "172.17.0.1:53408"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53991}, + {"Proto": "peerapi6", "Port": 53991} + ]}, + "Created": "2026-04-09T08:37:06.268375001Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4797156082266073, + "StableID": "n8cEu2AeTe11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "DiscoKey": "discokey:7b16da7c2964f3a63c19f3fad0cec326f1c68c95205db11f3b253775e3e6c709", + "Addresses": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "AllowedIPs": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "Endpoints": ["77.164.248.136:60208", "10.65.0.27:60208", "172.17.0.1:60208"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 40696}, + {"Proto": "peerapi6", "Port": 40696} + ]}, + "Created": "2026-04-09T08:37:09.501248624Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6214630799519702, + "StableID": "njZWk9pcXq11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "DiscoKey": "discokey:1892f044dbcd21754fc0603043ee9565d562c56e417b9063d5a89c0ba9b13c61", - "Addresses": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "AllowedIPs": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "Endpoints": ["77.164.248.136:58110", "10.65.0.27:58110", "172.17.0.1:58110"], + "Key": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "DiscoKey": "discokey:3325ac6a38b5911539dc83a1e89708b28d5dcb22f33e7f0ed84f5a1b166c2c14", + "Addresses": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "AllowedIPs": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "Endpoints": ["77.164.248.136:40098", "10.65.0.27:40098", "172.17.0.1:40098"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64192}, - {"Proto": "peerapi6", "Port": 64192} + {"Proto": "peerapi4", "Port": 49080}, + {"Proto": "peerapi6", "Port": 49080} ]}, - "Created": "2026-04-09T01:31:05.836190815Z", + "Created": "2026-04-09T08:37:10.01595294Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8172094222718528, - "StableID": "nj2WSM4Ap621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "KeyExpiry": "2026-10-06T01:31:09Z", - "DiscoKey": "discokey:06d0d2995de7e659c9bd6312f9a9299d84aacf5c30b8dca328793d5d0d287578", - "Addresses": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "AllowedIPs": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 55595}, - {"Proto": "peerapi6", "Port": 55595} + "ID": 6388887068339250, + "StableID": "nyNmWKEYtr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:4ab45fc70b0603c8a21a3e3971e54a66fa29d1428691b2b35afdfe0612eaa76e", + "Addresses": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "AllowedIPs": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "Endpoints": ["77.164.248.136:53462", "10.65.0.27:53462", "172.17.0.1:53462"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38015}, + {"Proto": "peerapi6", "Port": 38015} ]}, - "Created": "2026-04-09T01:31:09.122976269Z", + "Created": "2026-04-09T08:37:12.69521645Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8722198163875850, - "StableID": "njbgycMJ7B21CNTRL", + "ID": 6913273550539227, + "StableID": "nAkYGTy2zv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "DiscoKey": "discokey:599511bd5ac1008c46e57719fa841fbf3980f99cccb1c0a9afd00f6cf3297b71", + "Addresses": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "AllowedIPs": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "Endpoints": ["77.164.248.136:51078", "10.65.0.27:51078", "172.17.0.1:51078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 49018}, + {"Proto": "peerapi6", "Port": 49018} + ]}, + "Created": "2026-04-09T08:37:11.624618656Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7291210372156464, + "StableID": "n5Rc1WjCwy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:5e0846f831bff3b41c83fc9cb39c02c5335f801771f8c1f8e3c3562d4cdd2422", - "Addresses": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "AllowedIPs": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "Endpoints": ["77.164.248.136:50229", "10.65.0.27:50229", "172.17.0.1:50229"], + "Key": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:5e1b3cedbd32d255266fd005e6ea35db6eb22df8304f4ba743028f15ad798f6a", + "Addresses": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "AllowedIPs": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "Endpoints": ["77.164.248.136:50517", "10.65.0.27:50517", "172.17.0.1:50517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33967}, - {"Proto": "peerapi6", "Port": 33967} + {"Proto": "peerapi4", "Port": 52897}, + {"Proto": "peerapi6", "Port": 52897} ]}, - "Created": "2026-04-09T01:31:08.014491483Z", + "Created": "2026-04-09T08:37:12.172900296Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7488785444485357, + "StableID": "nLe7bJhgU121CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "DiscoKey": "discokey:1fd3cf8910d4aa9fe51f51f4378efa7c551adc8cc18365e7f5ec32d86bc56259", + "Addresses": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "AllowedIPs": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "Endpoints": ["77.164.248.136:49936", "10.65.0.27:49936", "172.17.0.1:49936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 58112}, + {"Proto": "peerapi6", "Port": 58112} + ]}, + "Created": "2026-04-09T08:37:05.738635833Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12647,27 +12663,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3332023686517794": { - "ID": 3332023686517794, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2582752045521831": { + "ID": 2582752045521831, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12698,21 +12716,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3728413918992548, - "StableID": "noCjfT7c7W11CNTRL", + "ID": 737318247296178, + "StableID": "n3Bngo6wk611CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 3728413918992548, - "Key": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "DiscoKey": "discokey:331e97378a2e1555f07b04c3171d7e39ee8d1cfc993eb34b7319e32c390a6f2d", - "Addresses": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "AllowedIPs": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "Endpoints": ["77.164.248.136:59334", "10.65.0.27:59334", "172.17.0.1:59334"], + "User": 737318247296178, + "Key": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "DiscoKey": "discokey:0ac49348bfc209231377825afd2bfd6bbbfd7fbe1a769981c051c9b2b807f037", + "Addresses": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "AllowedIPs": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "Endpoints": ["77.164.248.136:41170", "10.65.0.27:41170", "172.17.0.1:41170"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 39460}, - {"Proto": "peerapi6", "Port": 39460}, + {"Proto": "peerapi4", "Port": 55501}, + {"Proto": "peerapi6", "Port": 55501}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:03.13108608Z", + "Created": "2026-04-09T08:37:07.355404957Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12740,300 +12758,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "MachineKey": "mkey:f36047f1a9566cd83c0b3d9ccab5e2603c6d4a6e2dd20d0468c8bbec2331d54a", + "NodeKey": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "MachineKey": "mkey:16e19ac8a92d59494f96ff5ae0f07f4ed95e6fe8a147b5b25d02191d5d6ae35a", "Peers": [{ - "ID": 2145666075174934, - "StableID": "nu2MaY1nkH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "DiscoKey": "discokey:0902cca2f4423818a76a9e9bcf69e79bc157c852db7d78d649a71aabca824279", - "Addresses": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "AllowedIPs": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "Endpoints": ["77.164.248.136:41567", "10.65.0.27:41567", "172.17.0.1:41567"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 53521}, - {"Proto": "peerapi6", "Port": 53521} - ]}, - "Created": "2026-04-09T01:31:04.74767875Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2864193199345287, - "StableID": "nCoK4vVCNP11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "DiscoKey": "discokey:39f0f1938af442f687ecc2f7a71cbeb385a86f8262464fec31afe29bfeb5c009", - "Addresses": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "AllowedIPs": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "Endpoints": ["77.164.248.136:33093", "10.65.0.27:33093", "172.17.0.1:33093"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56895}, - {"Proto": "peerapi6", "Port": 56895} - ]}, - "Created": "2026-04-09T01:31:05.30111624Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3332023686517794, - "StableID": "nomWCWc52T11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "DiscoKey": "discokey:cfa9a3b0755c17d8a0be9f852d546c0a5ced9984dd3e7fbbe765b34061b61511", - "Addresses": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "AllowedIPs": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "Endpoints": ["77.164.248.136:52040", "10.65.0.27:52040", "172.17.0.1:52040"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49387}, - {"Proto": "peerapi6", "Port": 49387} - ]}, - "Created": "2026-04-09T01:31:03.670482871Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3490314420980318, - "StableID": "nF7zMCemFU11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "DiscoKey": "discokey:ea612c056c932f8b2879ca16a99b138ef2933baa80f531f5da253ab0808d2233", - "Addresses": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "AllowedIPs": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "Endpoints": ["77.164.248.136:56329", "10.65.0.27:56329", "172.17.0.1:56329"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42623}, - {"Proto": "peerapi6", "Port": 42623} - ]}, - "Created": "2026-04-09T01:31:06.383285161Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4783087833037882, - "StableID": "nRWftBcGMe11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "DiscoKey": "discokey:8553cdda00ceb056d1f4dc938f169deffc647bd8f8f71a74ddb061164f6cf040", - "Addresses": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "AllowedIPs": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "Endpoints": ["77.164.248.136:43131", "10.65.0.27:43131", "172.17.0.1:43131"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34047}, - {"Proto": "peerapi6", "Port": 34047} - ]}, - "Created": "2026-04-09T01:31:02.049151833Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 5395194895115541, - "StableID": "n8QTu2dV8j11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "DiscoKey": "discokey:2da0adbba3b5b50a64cf5c700f589131a69cfca31b06a775eece0f6a5ed6c035", - "Addresses": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "AllowedIPs": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49916}, - {"Proto": "peerapi6", "Port": 49916} - ]}, - "Created": "2026-04-09T01:31:01.516816005Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5579958767800916, - "StableID": "nw66eB4Bak11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "DiscoKey": "discokey:632d87bfe3f797824331abee81b5274e99138c5736c7c6827ffe00d5a2f1fd1c", - "Addresses": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "AllowedIPs": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "Endpoints": ["77.164.248.136:42922", "10.65.0.27:42922", "172.17.0.1:42922"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} - ]}, - "Created": "2026-04-09T01:31:06.932287967Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6564434763309278, - "StableID": "nw7cB4a3Gt11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:7c2de9531a9931c68d3b4b643efddf828b2368306239a91cb56277f5aa01041a", - "Addresses": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "AllowedIPs": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "Endpoints": ["77.164.248.136:49235", "10.65.0.27:49235", "172.17.0.1:49235"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 54134}, - {"Proto": "peerapi6", "Port": 54134} - ]}, - "Created": "2026-04-09T01:31:08.555226968Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7056777601811151, - "StableID": "napbsia27x11CNTRL", + "ID": 15298811375734, + "StableID": "nTREagsv7111CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "DiscoKey": "discokey:e6d0645adc183aaa68f0b13e312898c6605c45d258cced2977e726db3a9f9953", - "Addresses": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "AllowedIPs": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "Endpoints": ["77.164.248.136:40598", "10.65.0.27:40598", "172.17.0.1:40598"], + "Key": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "DiscoKey": "discokey:e7b6366547cb8380d7f280c1a8cf7f5c081fbefccad89487831e9107f29bae60", + "Addresses": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "AllowedIPs": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "Endpoints": ["77.164.248.136:46311", "10.65.0.27:46311", "172.17.0.1:46311"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45448}, - {"Proto": "peerapi6", "Port": 45448} + {"Proto": "peerapi4", "Port": 45742}, + {"Proto": "peerapi6", "Port": 45742} ]}, - "Created": "2026-04-09T01:31:04.205881288Z", + "Created": "2026-04-09T08:37:08.420743814Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7148711729110301, - "StableID": "nkxWt2Yfpx11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "DiscoKey": "discokey:09b8cc7b091a8b7ba2c86bb11d8fa338f09766d32655697f4ecd7fdf6742da6e", - "Addresses": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "AllowedIPs": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "Endpoints": ["77.164.248.136:47124", "10.65.0.27:47124", "172.17.0.1:47124"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53783}, - {"Proto": "peerapi6", "Port": 53783} + "ID": 449907994872935, + "StableID": "nxZRsZKmW411CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "KeyExpiry": "2026-10-06T08:37:13Z", + "DiscoKey": "discokey:b44479ad2f0d5e02de0e881153a4f414469ba53e8b46773494f9aa6e315ed170", + "Addresses": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "AllowedIPs": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37241}, + {"Proto": "peerapi6", "Port": 37241} ]}, - "Created": "2026-04-09T01:31:07.465208718Z", + "Created": "2026-04-09T08:37:13.236734305Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7537314615492551, - "StableID": "nx9VFVUfr121CNTRL", + "ID": 1292088267742553, + "StableID": "nkcyf8yB6B11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "DiscoKey": "discokey:e8590c271d92b100a846bae355bdce83d545437c04a5a0cb45884684593bff0e", + "Addresses": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "AllowedIPs": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "Endpoints": ["77.164.248.136:35696", "10.65.0.27:35696", "172.17.0.1:35696"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 56314}, + {"Proto": "peerapi6", "Port": 56314} + ]}, + "Created": "2026-04-09T08:37:10.562851743Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 1903209886478187, + "StableID": "nkF4Sb6yrF11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "DiscoKey": "discokey:7269fd0aabfbe1d4ebbe4c583d7d3416d425f4b5d09d1b385c94bcd5cdc8382f", + "Addresses": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "AllowedIPs": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "Endpoints": ["77.164.248.136:56845", "10.65.0.27:56845", "172.17.0.1:56845"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36238}, + {"Proto": "peerapi6", "Port": 36238} + ]}, + "Created": "2026-04-09T08:37:08.953881745Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 1918565854166506, + "StableID": "nT7LiMUvyF11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "DiscoKey": "discokey:a7612ef5d21c9c6887dff1f39a581785a3cf11d4752c1443f230011576aaff35", - "Addresses": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "AllowedIPs": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "Endpoints": ["77.164.248.136:35850", "10.65.0.27:35850", "172.17.0.1:35850"], + "Key": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "DiscoKey": "discokey:e8a032afe539e07b2c745e37df89392c9449651eb686ee7fc061183141eb8d4e", + "Addresses": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "AllowedIPs": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "Endpoints": ["77.164.248.136:48083", "10.65.0.27:48083", "172.17.0.1:48083"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 65066}, - {"Proto": "peerapi6", "Port": 65066} + {"Proto": "peerapi4", "Port": 59360}, + {"Proto": "peerapi6", "Port": 59360} ]}, - "Created": "2026-04-09T01:31:02.591664014Z", + "Created": "2026-04-09T08:37:06.798288775Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8056798929423418, - "StableID": "nH6XBsSwu521CNTRL", + "ID": 2464074247428637, + "StableID": "ncvKR24zEL11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "DiscoKey": "discokey:c35d04d27c6426ea9c87bb899fb09431eb568c5bb0e298fd7af51ab2b6431d29", + "Addresses": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "AllowedIPs": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "Endpoints": ["77.164.248.136:55369", "10.65.0.27:55369", "172.17.0.1:55369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 37503}, + {"Proto": "peerapi6", "Port": 37503} + ]}, + "Created": "2026-04-09T08:37:11.098316619Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2582752045521831, + "StableID": "ntdY3yWjAM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "DiscoKey": "discokey:b3d1ccfb60639e6e155dba22cc357b05a645b0b5607c0bc934af8b5cb2223112", + "Addresses": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "AllowedIPs": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "Endpoints": ["77.164.248.136:43990", "10.65.0.27:43990", "172.17.0.1:43990"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42158}, + {"Proto": "peerapi6", "Port": 42158} + ]}, + "Created": "2026-04-09T08:37:07.882984556Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2788044117108182, + "StableID": "ndtNR6CimN11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "DiscoKey": "discokey:b0f054bf99f45476e7c332c4f3e5ae2c77fbfb522b733f608813cf9dcb015728", + "Addresses": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "AllowedIPs": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "Endpoints": ["77.164.248.136:53408", "10.65.0.27:53408", "172.17.0.1:53408"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53991}, + {"Proto": "peerapi6", "Port": 53991} + ]}, + "Created": "2026-04-09T08:37:06.268375001Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4797156082266073, + "StableID": "n8cEu2AeTe11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "DiscoKey": "discokey:7b16da7c2964f3a63c19f3fad0cec326f1c68c95205db11f3b253775e3e6c709", + "Addresses": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "AllowedIPs": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "Endpoints": ["77.164.248.136:60208", "10.65.0.27:60208", "172.17.0.1:60208"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 40696}, + {"Proto": "peerapi6", "Port": 40696} + ]}, + "Created": "2026-04-09T08:37:09.501248624Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6214630799519702, + "StableID": "njZWk9pcXq11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "DiscoKey": "discokey:1892f044dbcd21754fc0603043ee9565d562c56e417b9063d5a89c0ba9b13c61", - "Addresses": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "AllowedIPs": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "Endpoints": ["77.164.248.136:58110", "10.65.0.27:58110", "172.17.0.1:58110"], + "Key": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "DiscoKey": "discokey:3325ac6a38b5911539dc83a1e89708b28d5dcb22f33e7f0ed84f5a1b166c2c14", + "Addresses": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "AllowedIPs": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "Endpoints": ["77.164.248.136:40098", "10.65.0.27:40098", "172.17.0.1:40098"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64192}, - {"Proto": "peerapi6", "Port": 64192} + {"Proto": "peerapi4", "Port": 49080}, + {"Proto": "peerapi6", "Port": 49080} ]}, - "Created": "2026-04-09T01:31:05.836190815Z", + "Created": "2026-04-09T08:37:10.01595294Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8172094222718528, - "StableID": "nj2WSM4Ap621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "KeyExpiry": "2026-10-06T01:31:09Z", - "DiscoKey": "discokey:06d0d2995de7e659c9bd6312f9a9299d84aacf5c30b8dca328793d5d0d287578", - "Addresses": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "AllowedIPs": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 55595}, - {"Proto": "peerapi6", "Port": 55595} + "ID": 6388887068339250, + "StableID": "nyNmWKEYtr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:4ab45fc70b0603c8a21a3e3971e54a66fa29d1428691b2b35afdfe0612eaa76e", + "Addresses": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "AllowedIPs": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "Endpoints": ["77.164.248.136:53462", "10.65.0.27:53462", "172.17.0.1:53462"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38015}, + {"Proto": "peerapi6", "Port": 38015} ]}, - "Created": "2026-04-09T01:31:09.122976269Z", + "Created": "2026-04-09T08:37:12.69521645Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8722198163875850, - "StableID": "njbgycMJ7B21CNTRL", + "ID": 6913273550539227, + "StableID": "nAkYGTy2zv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "DiscoKey": "discokey:599511bd5ac1008c46e57719fa841fbf3980f99cccb1c0a9afd00f6cf3297b71", + "Addresses": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "AllowedIPs": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "Endpoints": ["77.164.248.136:51078", "10.65.0.27:51078", "172.17.0.1:51078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 49018}, + {"Proto": "peerapi6", "Port": 49018} + ]}, + "Created": "2026-04-09T08:37:11.624618656Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7291210372156464, + "StableID": "n5Rc1WjCwy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:5e0846f831bff3b41c83fc9cb39c02c5335f801771f8c1f8e3c3562d4cdd2422", - "Addresses": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "AllowedIPs": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "Endpoints": ["77.164.248.136:50229", "10.65.0.27:50229", "172.17.0.1:50229"], + "Key": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:5e1b3cedbd32d255266fd005e6ea35db6eb22df8304f4ba743028f15ad798f6a", + "Addresses": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "AllowedIPs": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "Endpoints": ["77.164.248.136:50517", "10.65.0.27:50517", "172.17.0.1:50517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33967}, - {"Proto": "peerapi6", "Port": 33967} + {"Proto": "peerapi4", "Port": 52897}, + {"Proto": "peerapi6", "Port": 52897} ]}, - "Created": "2026-04-09T01:31:08.014491483Z", + "Created": "2026-04-09T08:37:12.172900296Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7488785444485357, + "StableID": "nLe7bJhgU121CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "DiscoKey": "discokey:1fd3cf8910d4aa9fe51f51f4378efa7c551adc8cc18365e7f5ec32d86bc56259", + "Addresses": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "AllowedIPs": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "Endpoints": ["77.164.248.136:49936", "10.65.0.27:49936", "172.17.0.1:49936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 58112}, + {"Proto": "peerapi6", "Port": 58112} + ]}, + "Created": "2026-04-09T08:37:05.738635833Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13881,27 +13899,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3728413918992548": { - "ID": 3728413918992548, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "737318247296178": { + "ID": 737318247296178, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13932,26 +13952,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2145666075174934, - "StableID": "nu2MaY1nkH11CNTRL", + "ID": 1903209886478187, + "StableID": "nkF4Sb6yrF11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 2145666075174934, - "Key": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "DiscoKey": "discokey:0902cca2f4423818a76a9e9bcf69e79bc157c852db7d78d649a71aabca824279", - "Addresses": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "AllowedIPs": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "Endpoints": ["77.164.248.136:41567", "10.65.0.27:41567", "172.17.0.1:41567"], + "User": 1903209886478187, + "Key": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "DiscoKey": "discokey:7269fd0aabfbe1d4ebbe4c583d7d3416d425f4b5d09d1b385c94bcd5cdc8382f", + "Addresses": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "AllowedIPs": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "Endpoints": ["77.164.248.136:56845", "10.65.0.27:56845", "172.17.0.1:56845"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 53521}, - {"Proto": "peerapi6", "Port": 53521}, + {"Proto": "peerapi4", "Port": 36238}, + {"Proto": "peerapi6", "Port": 36238}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:04.74767875Z", + "Created": "2026-04-09T08:37:08.953881745Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13979,302 +13999,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "MachineKey": "mkey:727ab73bb6f13e37a7d8901e1494277bafc5da6e304d6d13fb862644f6cc8f08", + "NodeKey": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "MachineKey": "mkey:66798c6e8933ed045cfeacc68c1a6dc892905729b5da9862b25cd616bae13942", "Peers": [{ - "ID": 2864193199345287, - "StableID": "nCoK4vVCNP11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "DiscoKey": "discokey:39f0f1938af442f687ecc2f7a71cbeb385a86f8262464fec31afe29bfeb5c009", - "Addresses": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "AllowedIPs": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "Endpoints": ["77.164.248.136:33093", "10.65.0.27:33093", "172.17.0.1:33093"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56895}, - {"Proto": "peerapi6", "Port": 56895} - ]}, - "Created": "2026-04-09T01:31:05.30111624Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3332023686517794, - "StableID": "nomWCWc52T11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "DiscoKey": "discokey:cfa9a3b0755c17d8a0be9f852d546c0a5ced9984dd3e7fbbe765b34061b61511", - "Addresses": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "AllowedIPs": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "Endpoints": ["77.164.248.136:52040", "10.65.0.27:52040", "172.17.0.1:52040"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49387}, - {"Proto": "peerapi6", "Port": 49387} - ]}, - "Created": "2026-04-09T01:31:03.670482871Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3490314420980318, - "StableID": "nF7zMCemFU11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "DiscoKey": "discokey:ea612c056c932f8b2879ca16a99b138ef2933baa80f531f5da253ab0808d2233", - "Addresses": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "AllowedIPs": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "Endpoints": ["77.164.248.136:56329", "10.65.0.27:56329", "172.17.0.1:56329"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42623}, - {"Proto": "peerapi6", "Port": 42623} - ]}, - "Created": "2026-04-09T01:31:06.383285161Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3728413918992548, - "StableID": "noCjfT7c7W11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "DiscoKey": "discokey:331e97378a2e1555f07b04c3171d7e39ee8d1cfc993eb34b7319e32c390a6f2d", - "Addresses": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "AllowedIPs": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "Endpoints": ["77.164.248.136:59334", "10.65.0.27:59334", "172.17.0.1:59334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39460}, - {"Proto": "peerapi6", "Port": 39460} - ]}, - "Created": "2026-04-09T01:31:03.13108608Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4783087833037882, - "StableID": "nRWftBcGMe11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "DiscoKey": "discokey:8553cdda00ceb056d1f4dc938f169deffc647bd8f8f71a74ddb061164f6cf040", - "Addresses": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "AllowedIPs": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "Endpoints": ["77.164.248.136:43131", "10.65.0.27:43131", "172.17.0.1:43131"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34047}, - {"Proto": "peerapi6", "Port": 34047} - ]}, - "Created": "2026-04-09T01:31:02.049151833Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 5395194895115541, - "StableID": "n8QTu2dV8j11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "DiscoKey": "discokey:2da0adbba3b5b50a64cf5c700f589131a69cfca31b06a775eece0f6a5ed6c035", - "Addresses": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "AllowedIPs": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49916}, - {"Proto": "peerapi6", "Port": 49916} - ]}, - "Created": "2026-04-09T01:31:01.516816005Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5579958767800916, - "StableID": "nw66eB4Bak11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "DiscoKey": "discokey:632d87bfe3f797824331abee81b5274e99138c5736c7c6827ffe00d5a2f1fd1c", - "Addresses": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "AllowedIPs": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "Endpoints": ["77.164.248.136:42922", "10.65.0.27:42922", "172.17.0.1:42922"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} - ]}, - "Created": "2026-04-09T01:31:06.932287967Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6564434763309278, - "StableID": "nw7cB4a3Gt11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:7c2de9531a9931c68d3b4b643efddf828b2368306239a91cb56277f5aa01041a", - "Addresses": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "AllowedIPs": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "Endpoints": ["77.164.248.136:49235", "10.65.0.27:49235", "172.17.0.1:49235"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 54134}, - {"Proto": "peerapi6", "Port": 54134} - ]}, - "Created": "2026-04-09T01:31:08.555226968Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7056777601811151, - "StableID": "napbsia27x11CNTRL", + "ID": 15298811375734, + "StableID": "nTREagsv7111CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "DiscoKey": "discokey:e6d0645adc183aaa68f0b13e312898c6605c45d258cced2977e726db3a9f9953", - "Addresses": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "AllowedIPs": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "Endpoints": ["77.164.248.136:40598", "10.65.0.27:40598", "172.17.0.1:40598"], + "Key": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "DiscoKey": "discokey:e7b6366547cb8380d7f280c1a8cf7f5c081fbefccad89487831e9107f29bae60", + "Addresses": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "AllowedIPs": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "Endpoints": ["77.164.248.136:46311", "10.65.0.27:46311", "172.17.0.1:46311"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45448}, - {"Proto": "peerapi6", "Port": 45448} + {"Proto": "peerapi4", "Port": 45742}, + {"Proto": "peerapi6", "Port": 45742} ]}, - "Created": "2026-04-09T01:31:04.205881288Z", + "Created": "2026-04-09T08:37:08.420743814Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7148711729110301, - "StableID": "nkxWt2Yfpx11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "DiscoKey": "discokey:09b8cc7b091a8b7ba2c86bb11d8fa338f09766d32655697f4ecd7fdf6742da6e", - "Addresses": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "AllowedIPs": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "Endpoints": ["77.164.248.136:47124", "10.65.0.27:47124", "172.17.0.1:47124"], + "ID": 449907994872935, + "StableID": "nxZRsZKmW411CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "KeyExpiry": "2026-10-06T08:37:13Z", + "DiscoKey": "discokey:b44479ad2f0d5e02de0e881153a4f414469ba53e8b46773494f9aa6e315ed170", + "Addresses": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "AllowedIPs": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "Endpoints": ["77.164.248.136:40983", "10.65.0.27:40983", "172.17.0.1:40983"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53783}, - {"Proto": "peerapi6", "Port": 53783} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37241}, + {"Proto": "peerapi6", "Port": 37241} ]}, - "Created": "2026-04-09T01:31:07.465208718Z", + "Created": "2026-04-09T08:37:13.236734305Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7537314615492551, - "StableID": "nx9VFVUfr121CNTRL", + "ID": 737318247296178, + "StableID": "n3Bngo6wk611CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "DiscoKey": "discokey:0ac49348bfc209231377825afd2bfd6bbbfd7fbe1a769981c051c9b2b807f037", + "Addresses": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "AllowedIPs": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "Endpoints": ["77.164.248.136:41170", "10.65.0.27:41170", "172.17.0.1:41170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55501}, + {"Proto": "peerapi6", "Port": 55501} + ]}, + "Created": "2026-04-09T08:37:07.355404957Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1292088267742553, + "StableID": "nkcyf8yB6B11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "DiscoKey": "discokey:e8590c271d92b100a846bae355bdce83d545437c04a5a0cb45884684593bff0e", + "Addresses": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "AllowedIPs": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "Endpoints": ["77.164.248.136:35696", "10.65.0.27:35696", "172.17.0.1:35696"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 56314}, + {"Proto": "peerapi6", "Port": 56314} + ]}, + "Created": "2026-04-09T08:37:10.562851743Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 1918565854166506, + "StableID": "nT7LiMUvyF11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "DiscoKey": "discokey:a7612ef5d21c9c6887dff1f39a581785a3cf11d4752c1443f230011576aaff35", - "Addresses": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "AllowedIPs": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "Endpoints": ["77.164.248.136:35850", "10.65.0.27:35850", "172.17.0.1:35850"], + "Key": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "DiscoKey": "discokey:e8a032afe539e07b2c745e37df89392c9449651eb686ee7fc061183141eb8d4e", + "Addresses": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "AllowedIPs": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "Endpoints": ["77.164.248.136:48083", "10.65.0.27:48083", "172.17.0.1:48083"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 65066}, - {"Proto": "peerapi6", "Port": 65066} + {"Proto": "peerapi4", "Port": 59360}, + {"Proto": "peerapi6", "Port": 59360} ]}, - "Created": "2026-04-09T01:31:02.591664014Z", + "Created": "2026-04-09T08:37:06.798288775Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8056798929423418, - "StableID": "nH6XBsSwu521CNTRL", + "ID": 2464074247428637, + "StableID": "ncvKR24zEL11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "DiscoKey": "discokey:c35d04d27c6426ea9c87bb899fb09431eb568c5bb0e298fd7af51ab2b6431d29", + "Addresses": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "AllowedIPs": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "Endpoints": ["77.164.248.136:55369", "10.65.0.27:55369", "172.17.0.1:55369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 37503}, + {"Proto": "peerapi6", "Port": 37503} + ]}, + "Created": "2026-04-09T08:37:11.098316619Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2582752045521831, + "StableID": "ntdY3yWjAM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "DiscoKey": "discokey:b3d1ccfb60639e6e155dba22cc357b05a645b0b5607c0bc934af8b5cb2223112", + "Addresses": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "AllowedIPs": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "Endpoints": ["77.164.248.136:43990", "10.65.0.27:43990", "172.17.0.1:43990"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42158}, + {"Proto": "peerapi6", "Port": 42158} + ]}, + "Created": "2026-04-09T08:37:07.882984556Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2788044117108182, + "StableID": "ndtNR6CimN11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "DiscoKey": "discokey:b0f054bf99f45476e7c332c4f3e5ae2c77fbfb522b733f608813cf9dcb015728", + "Addresses": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "AllowedIPs": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "Endpoints": ["77.164.248.136:53408", "10.65.0.27:53408", "172.17.0.1:53408"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53991}, + {"Proto": "peerapi6", "Port": 53991} + ]}, + "Created": "2026-04-09T08:37:06.268375001Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4797156082266073, + "StableID": "n8cEu2AeTe11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "DiscoKey": "discokey:7b16da7c2964f3a63c19f3fad0cec326f1c68c95205db11f3b253775e3e6c709", + "Addresses": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "AllowedIPs": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "Endpoints": ["77.164.248.136:60208", "10.65.0.27:60208", "172.17.0.1:60208"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 40696}, + {"Proto": "peerapi6", "Port": 40696} + ]}, + "Created": "2026-04-09T08:37:09.501248624Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6214630799519702, + "StableID": "njZWk9pcXq11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "DiscoKey": "discokey:1892f044dbcd21754fc0603043ee9565d562c56e417b9063d5a89c0ba9b13c61", - "Addresses": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "AllowedIPs": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "Endpoints": ["77.164.248.136:58110", "10.65.0.27:58110", "172.17.0.1:58110"], + "Key": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "DiscoKey": "discokey:3325ac6a38b5911539dc83a1e89708b28d5dcb22f33e7f0ed84f5a1b166c2c14", + "Addresses": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "AllowedIPs": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "Endpoints": ["77.164.248.136:40098", "10.65.0.27:40098", "172.17.0.1:40098"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64192}, - {"Proto": "peerapi6", "Port": 64192} + {"Proto": "peerapi4", "Port": 49080}, + {"Proto": "peerapi6", "Port": 49080} ]}, - "Created": "2026-04-09T01:31:05.836190815Z", + "Created": "2026-04-09T08:37:10.01595294Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8172094222718528, - "StableID": "nj2WSM4Ap621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "KeyExpiry": "2026-10-06T01:31:09Z", - "DiscoKey": "discokey:06d0d2995de7e659c9bd6312f9a9299d84aacf5c30b8dca328793d5d0d287578", - "Addresses": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "AllowedIPs": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "Endpoints": ["77.164.248.136:40335", "10.65.0.27:40335", "172.17.0.1:40335"], + "ID": 6388887068339250, + "StableID": "nyNmWKEYtr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:4ab45fc70b0603c8a21a3e3971e54a66fa29d1428691b2b35afdfe0612eaa76e", + "Addresses": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "AllowedIPs": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "Endpoints": ["77.164.248.136:53462", "10.65.0.27:53462", "172.17.0.1:53462"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 55595}, - {"Proto": "peerapi6", "Port": 55595} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38015}, + {"Proto": "peerapi6", "Port": 38015} ]}, - "Created": "2026-04-09T01:31:09.122976269Z", + "Created": "2026-04-09T08:37:12.69521645Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8722198163875850, - "StableID": "njbgycMJ7B21CNTRL", + "ID": 6913273550539227, + "StableID": "nAkYGTy2zv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "DiscoKey": "discokey:599511bd5ac1008c46e57719fa841fbf3980f99cccb1c0a9afd00f6cf3297b71", + "Addresses": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "AllowedIPs": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "Endpoints": ["77.164.248.136:51078", "10.65.0.27:51078", "172.17.0.1:51078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 49018}, + {"Proto": "peerapi6", "Port": 49018} + ]}, + "Created": "2026-04-09T08:37:11.624618656Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7291210372156464, + "StableID": "n5Rc1WjCwy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:5e0846f831bff3b41c83fc9cb39c02c5335f801771f8c1f8e3c3562d4cdd2422", - "Addresses": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "AllowedIPs": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "Endpoints": ["77.164.248.136:50229", "10.65.0.27:50229", "172.17.0.1:50229"], + "Key": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:5e1b3cedbd32d255266fd005e6ea35db6eb22df8304f4ba743028f15ad798f6a", + "Addresses": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "AllowedIPs": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "Endpoints": ["77.164.248.136:50517", "10.65.0.27:50517", "172.17.0.1:50517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33967}, - {"Proto": "peerapi6", "Port": 33967} + {"Proto": "peerapi4", "Port": 52897}, + {"Proto": "peerapi6", "Port": 52897} ]}, - "Created": "2026-04-09T01:31:08.014491483Z", + "Created": "2026-04-09T08:37:12.172900296Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7488785444485357, + "StableID": "nLe7bJhgU121CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "DiscoKey": "discokey:1fd3cf8910d4aa9fe51f51f4378efa7c551adc8cc18365e7f5ec32d86bc56259", + "Addresses": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "AllowedIPs": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "Endpoints": ["77.164.248.136:49936", "10.65.0.27:49936", "172.17.0.1:49936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 58112}, + {"Proto": "peerapi6", "Port": 58112} + ]}, + "Created": "2026-04-09T08:37:05.738635833Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15122,27 +15142,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2145666075174934": { - "ID": 2145666075174934, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1903209886478187": { + "ID": 1903209886478187, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15173,26 +15195,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8056798929423418, - "StableID": "nH6XBsSwu521CNTRL", + "ID": 6214630799519702, + "StableID": "njZWk9pcXq11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 8056798929423418, - "Key": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "DiscoKey": "discokey:1892f044dbcd21754fc0603043ee9565d562c56e417b9063d5a89c0ba9b13c61", - "Addresses": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "AllowedIPs": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "Endpoints": ["77.164.248.136:58110", "10.65.0.27:58110", "172.17.0.1:58110"], + "User": 6214630799519702, + "Key": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "DiscoKey": "discokey:3325ac6a38b5911539dc83a1e89708b28d5dcb22f33e7f0ed84f5a1b166c2c14", + "Addresses": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "AllowedIPs": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "Endpoints": ["77.164.248.136:40098", "10.65.0.27:40098", "172.17.0.1:40098"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 64192}, - {"Proto": "peerapi6", "Port": 64192}, + {"Proto": "peerapi4", "Port": 49080}, + {"Proto": "peerapi6", "Port": 49080}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:05.836190815Z", + "Created": "2026-04-09T08:37:10.01595294Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15220,302 +15242,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "MachineKey": "mkey:536f698b7c0981030fc01dce154d5adca302ab6211e47569a2227c20b34f7b45", + "NodeKey": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "MachineKey": "mkey:1063bfca260a987f7da68e0afc894a953cb334166fc12dd8a5605d7228b59c4a", "Peers": [{ - "ID": 2145666075174934, - "StableID": "nu2MaY1nkH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "DiscoKey": "discokey:0902cca2f4423818a76a9e9bcf69e79bc157c852db7d78d649a71aabca824279", - "Addresses": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "AllowedIPs": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "Endpoints": ["77.164.248.136:41567", "10.65.0.27:41567", "172.17.0.1:41567"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 53521}, - {"Proto": "peerapi6", "Port": 53521} - ]}, - "Created": "2026-04-09T01:31:04.74767875Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2864193199345287, - "StableID": "nCoK4vVCNP11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "DiscoKey": "discokey:39f0f1938af442f687ecc2f7a71cbeb385a86f8262464fec31afe29bfeb5c009", - "Addresses": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "AllowedIPs": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "Endpoints": ["77.164.248.136:33093", "10.65.0.27:33093", "172.17.0.1:33093"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56895}, - {"Proto": "peerapi6", "Port": 56895} - ]}, - "Created": "2026-04-09T01:31:05.30111624Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3332023686517794, - "StableID": "nomWCWc52T11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "DiscoKey": "discokey:cfa9a3b0755c17d8a0be9f852d546c0a5ced9984dd3e7fbbe765b34061b61511", - "Addresses": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "AllowedIPs": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "Endpoints": ["77.164.248.136:52040", "10.65.0.27:52040", "172.17.0.1:52040"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49387}, - {"Proto": "peerapi6", "Port": 49387} - ]}, - "Created": "2026-04-09T01:31:03.670482871Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3490314420980318, - "StableID": "nF7zMCemFU11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "DiscoKey": "discokey:ea612c056c932f8b2879ca16a99b138ef2933baa80f531f5da253ab0808d2233", - "Addresses": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "AllowedIPs": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "Endpoints": ["77.164.248.136:56329", "10.65.0.27:56329", "172.17.0.1:56329"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42623}, - {"Proto": "peerapi6", "Port": 42623} - ]}, - "Created": "2026-04-09T01:31:06.383285161Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3728413918992548, - "StableID": "noCjfT7c7W11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "DiscoKey": "discokey:331e97378a2e1555f07b04c3171d7e39ee8d1cfc993eb34b7319e32c390a6f2d", - "Addresses": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "AllowedIPs": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "Endpoints": ["77.164.248.136:59334", "10.65.0.27:59334", "172.17.0.1:59334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39460}, - {"Proto": "peerapi6", "Port": 39460} - ]}, - "Created": "2026-04-09T01:31:03.13108608Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4783087833037882, - "StableID": "nRWftBcGMe11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "DiscoKey": "discokey:8553cdda00ceb056d1f4dc938f169deffc647bd8f8f71a74ddb061164f6cf040", - "Addresses": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "AllowedIPs": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "Endpoints": ["77.164.248.136:43131", "10.65.0.27:43131", "172.17.0.1:43131"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34047}, - {"Proto": "peerapi6", "Port": 34047} - ]}, - "Created": "2026-04-09T01:31:02.049151833Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 5395194895115541, - "StableID": "n8QTu2dV8j11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "DiscoKey": "discokey:2da0adbba3b5b50a64cf5c700f589131a69cfca31b06a775eece0f6a5ed6c035", - "Addresses": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "AllowedIPs": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49916}, - {"Proto": "peerapi6", "Port": 49916} - ]}, - "Created": "2026-04-09T01:31:01.516816005Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5579958767800916, - "StableID": "nw66eB4Bak11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "DiscoKey": "discokey:632d87bfe3f797824331abee81b5274e99138c5736c7c6827ffe00d5a2f1fd1c", - "Addresses": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "AllowedIPs": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "Endpoints": ["77.164.248.136:42922", "10.65.0.27:42922", "172.17.0.1:42922"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} - ]}, - "Created": "2026-04-09T01:31:06.932287967Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6564434763309278, - "StableID": "nw7cB4a3Gt11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:7c2de9531a9931c68d3b4b643efddf828b2368306239a91cb56277f5aa01041a", - "Addresses": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "AllowedIPs": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "Endpoints": ["77.164.248.136:49235", "10.65.0.27:49235", "172.17.0.1:49235"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 54134}, - {"Proto": "peerapi6", "Port": 54134} - ]}, - "Created": "2026-04-09T01:31:08.555226968Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7056777601811151, - "StableID": "napbsia27x11CNTRL", + "ID": 15298811375734, + "StableID": "nTREagsv7111CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "DiscoKey": "discokey:e6d0645adc183aaa68f0b13e312898c6605c45d258cced2977e726db3a9f9953", - "Addresses": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "AllowedIPs": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "Endpoints": ["77.164.248.136:40598", "10.65.0.27:40598", "172.17.0.1:40598"], + "Key": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "DiscoKey": "discokey:e7b6366547cb8380d7f280c1a8cf7f5c081fbefccad89487831e9107f29bae60", + "Addresses": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "AllowedIPs": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "Endpoints": ["77.164.248.136:46311", "10.65.0.27:46311", "172.17.0.1:46311"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45448}, - {"Proto": "peerapi6", "Port": 45448} + {"Proto": "peerapi4", "Port": 45742}, + {"Proto": "peerapi6", "Port": 45742} ]}, - "Created": "2026-04-09T01:31:04.205881288Z", + "Created": "2026-04-09T08:37:08.420743814Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7148711729110301, - "StableID": "nkxWt2Yfpx11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "DiscoKey": "discokey:09b8cc7b091a8b7ba2c86bb11d8fa338f09766d32655697f4ecd7fdf6742da6e", - "Addresses": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "AllowedIPs": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "Endpoints": ["77.164.248.136:47124", "10.65.0.27:47124", "172.17.0.1:47124"], + "ID": 449907994872935, + "StableID": "nxZRsZKmW411CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "KeyExpiry": "2026-10-06T08:37:13Z", + "DiscoKey": "discokey:b44479ad2f0d5e02de0e881153a4f414469ba53e8b46773494f9aa6e315ed170", + "Addresses": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "AllowedIPs": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "Endpoints": ["77.164.248.136:40983", "10.65.0.27:40983", "172.17.0.1:40983"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53783}, - {"Proto": "peerapi6", "Port": 53783} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37241}, + {"Proto": "peerapi6", "Port": 37241} ]}, - "Created": "2026-04-09T01:31:07.465208718Z", + "Created": "2026-04-09T08:37:13.236734305Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7537314615492551, - "StableID": "nx9VFVUfr121CNTRL", + "ID": 737318247296178, + "StableID": "n3Bngo6wk611CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "DiscoKey": "discokey:0ac49348bfc209231377825afd2bfd6bbbfd7fbe1a769981c051c9b2b807f037", + "Addresses": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "AllowedIPs": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "Endpoints": ["77.164.248.136:41170", "10.65.0.27:41170", "172.17.0.1:41170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55501}, + {"Proto": "peerapi6", "Port": 55501} + ]}, + "Created": "2026-04-09T08:37:07.355404957Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1292088267742553, + "StableID": "nkcyf8yB6B11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "DiscoKey": "discokey:e8590c271d92b100a846bae355bdce83d545437c04a5a0cb45884684593bff0e", + "Addresses": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "AllowedIPs": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "Endpoints": ["77.164.248.136:35696", "10.65.0.27:35696", "172.17.0.1:35696"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 56314}, + {"Proto": "peerapi6", "Port": 56314} + ]}, + "Created": "2026-04-09T08:37:10.562851743Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 1903209886478187, + "StableID": "nkF4Sb6yrF11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "DiscoKey": "discokey:7269fd0aabfbe1d4ebbe4c583d7d3416d425f4b5d09d1b385c94bcd5cdc8382f", + "Addresses": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "AllowedIPs": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "Endpoints": ["77.164.248.136:56845", "10.65.0.27:56845", "172.17.0.1:56845"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36238}, + {"Proto": "peerapi6", "Port": 36238} + ]}, + "Created": "2026-04-09T08:37:08.953881745Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 1918565854166506, + "StableID": "nT7LiMUvyF11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "DiscoKey": "discokey:a7612ef5d21c9c6887dff1f39a581785a3cf11d4752c1443f230011576aaff35", - "Addresses": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "AllowedIPs": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "Endpoints": ["77.164.248.136:35850", "10.65.0.27:35850", "172.17.0.1:35850"], + "Key": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "DiscoKey": "discokey:e8a032afe539e07b2c745e37df89392c9449651eb686ee7fc061183141eb8d4e", + "Addresses": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "AllowedIPs": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "Endpoints": ["77.164.248.136:48083", "10.65.0.27:48083", "172.17.0.1:48083"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 65066}, - {"Proto": "peerapi6", "Port": 65066} + {"Proto": "peerapi4", "Port": 59360}, + {"Proto": "peerapi6", "Port": 59360} ]}, - "Created": "2026-04-09T01:31:02.591664014Z", + "Created": "2026-04-09T08:37:06.798288775Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8172094222718528, - "StableID": "nj2WSM4Ap621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "KeyExpiry": "2026-10-06T01:31:09Z", - "DiscoKey": "discokey:06d0d2995de7e659c9bd6312f9a9299d84aacf5c30b8dca328793d5d0d287578", - "Addresses": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "AllowedIPs": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "Endpoints": ["77.164.248.136:40335", "10.65.0.27:40335", "172.17.0.1:40335"], + "ID": 2464074247428637, + "StableID": "ncvKR24zEL11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "DiscoKey": "discokey:c35d04d27c6426ea9c87bb899fb09431eb568c5bb0e298fd7af51ab2b6431d29", + "Addresses": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "AllowedIPs": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "Endpoints": ["77.164.248.136:55369", "10.65.0.27:55369", "172.17.0.1:55369"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 55595}, - {"Proto": "peerapi6", "Port": 55595} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 37503}, + {"Proto": "peerapi6", "Port": 37503} ]}, - "Created": "2026-04-09T01:31:09.122976269Z", + "Created": "2026-04-09T08:37:11.098316619Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2582752045521831, + "StableID": "ntdY3yWjAM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "DiscoKey": "discokey:b3d1ccfb60639e6e155dba22cc357b05a645b0b5607c0bc934af8b5cb2223112", + "Addresses": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "AllowedIPs": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "Endpoints": ["77.164.248.136:43990", "10.65.0.27:43990", "172.17.0.1:43990"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42158}, + {"Proto": "peerapi6", "Port": 42158} + ]}, + "Created": "2026-04-09T08:37:07.882984556Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2788044117108182, + "StableID": "ndtNR6CimN11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "DiscoKey": "discokey:b0f054bf99f45476e7c332c4f3e5ae2c77fbfb522b733f608813cf9dcb015728", + "Addresses": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "AllowedIPs": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "Endpoints": ["77.164.248.136:53408", "10.65.0.27:53408", "172.17.0.1:53408"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53991}, + {"Proto": "peerapi6", "Port": 53991} + ]}, + "Created": "2026-04-09T08:37:06.268375001Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4797156082266073, + "StableID": "n8cEu2AeTe11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "DiscoKey": "discokey:7b16da7c2964f3a63c19f3fad0cec326f1c68c95205db11f3b253775e3e6c709", + "Addresses": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "AllowedIPs": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "Endpoints": ["77.164.248.136:60208", "10.65.0.27:60208", "172.17.0.1:60208"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 40696}, + {"Proto": "peerapi6", "Port": 40696} + ]}, + "Created": "2026-04-09T08:37:09.501248624Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6388887068339250, + "StableID": "nyNmWKEYtr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:4ab45fc70b0603c8a21a3e3971e54a66fa29d1428691b2b35afdfe0612eaa76e", + "Addresses": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "AllowedIPs": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "Endpoints": ["77.164.248.136:53462", "10.65.0.27:53462", "172.17.0.1:53462"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38015}, + {"Proto": "peerapi6", "Port": 38015} + ]}, + "Created": "2026-04-09T08:37:12.69521645Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8722198163875850, - "StableID": "njbgycMJ7B21CNTRL", + "ID": 6913273550539227, + "StableID": "nAkYGTy2zv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "DiscoKey": "discokey:599511bd5ac1008c46e57719fa841fbf3980f99cccb1c0a9afd00f6cf3297b71", + "Addresses": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "AllowedIPs": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "Endpoints": ["77.164.248.136:51078", "10.65.0.27:51078", "172.17.0.1:51078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 49018}, + {"Proto": "peerapi6", "Port": 49018} + ]}, + "Created": "2026-04-09T08:37:11.624618656Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7291210372156464, + "StableID": "n5Rc1WjCwy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:5e0846f831bff3b41c83fc9cb39c02c5335f801771f8c1f8e3c3562d4cdd2422", - "Addresses": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "AllowedIPs": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "Endpoints": ["77.164.248.136:50229", "10.65.0.27:50229", "172.17.0.1:50229"], + "Key": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:5e1b3cedbd32d255266fd005e6ea35db6eb22df8304f4ba743028f15ad798f6a", + "Addresses": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "AllowedIPs": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "Endpoints": ["77.164.248.136:50517", "10.65.0.27:50517", "172.17.0.1:50517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33967}, - {"Proto": "peerapi6", "Port": 33967} + {"Proto": "peerapi4", "Port": 52897}, + {"Proto": "peerapi6", "Port": 52897} ]}, - "Created": "2026-04-09T01:31:08.014491483Z", + "Created": "2026-04-09T08:37:12.172900296Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7488785444485357, + "StableID": "nLe7bJhgU121CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "DiscoKey": "discokey:1fd3cf8910d4aa9fe51f51f4378efa7c551adc8cc18365e7f5ec32d86bc56259", + "Addresses": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "AllowedIPs": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "Endpoints": ["77.164.248.136:49936", "10.65.0.27:49936", "172.17.0.1:49936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 58112}, + {"Proto": "peerapi6", "Port": 58112} + ]}, + "Created": "2026-04-09T08:37:05.738635833Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16363,27 +16385,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8056798929423418": { - "ID": 8056798929423418, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6214630799519702": { + "ID": 6214630799519702, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16414,22 +16438,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6564434763309278, - "StableID": "nw7cB4a3Gt11CNTRL", + "ID": 6388887068339250, + "StableID": "nyNmWKEYtr11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:7c2de9531a9931c68d3b4b643efddf828b2368306239a91cb56277f5aa01041a", - "Addresses": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "AllowedIPs": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "Endpoints": ["77.164.248.136:49235", "10.65.0.27:49235", "172.17.0.1:49235"], + "Key": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:4ab45fc70b0603c8a21a3e3971e54a66fa29d1428691b2b35afdfe0612eaa76e", + "Addresses": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "AllowedIPs": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "Endpoints": ["77.164.248.136:53462", "10.65.0.27:53462", "172.17.0.1:53462"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 54134}, - {"Proto": "peerapi6", "Port": 54134}, + {"Proto": "peerapi4", "Port": 38015}, + {"Proto": "peerapi6", "Port": 38015}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:08.555226968Z", + "Created": "2026-04-09T08:37:12.69521645Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16456,302 +16480,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "MachineKey": "mkey:5f2e1bcec0e44b76d931751395c45d5e01a6594073eb612fed45ae3e5419b811", + "NodeKey": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "MachineKey": "mkey:e538742dca7fd0a24d65eb8d2d6bf186e3ccc067cdf089d7fcea07efa1ebec66", "Peers": [{ - "ID": 2145666075174934, - "StableID": "nu2MaY1nkH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "DiscoKey": "discokey:0902cca2f4423818a76a9e9bcf69e79bc157c852db7d78d649a71aabca824279", - "Addresses": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "AllowedIPs": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "Endpoints": ["77.164.248.136:41567", "10.65.0.27:41567", "172.17.0.1:41567"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 53521}, - {"Proto": "peerapi6", "Port": 53521} - ]}, - "Created": "2026-04-09T01:31:04.74767875Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2864193199345287, - "StableID": "nCoK4vVCNP11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "DiscoKey": "discokey:39f0f1938af442f687ecc2f7a71cbeb385a86f8262464fec31afe29bfeb5c009", - "Addresses": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "AllowedIPs": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "Endpoints": ["77.164.248.136:33093", "10.65.0.27:33093", "172.17.0.1:33093"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56895}, - {"Proto": "peerapi6", "Port": 56895} - ]}, - "Created": "2026-04-09T01:31:05.30111624Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3332023686517794, - "StableID": "nomWCWc52T11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "DiscoKey": "discokey:cfa9a3b0755c17d8a0be9f852d546c0a5ced9984dd3e7fbbe765b34061b61511", - "Addresses": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "AllowedIPs": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "Endpoints": ["77.164.248.136:52040", "10.65.0.27:52040", "172.17.0.1:52040"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49387}, - {"Proto": "peerapi6", "Port": 49387} - ]}, - "Created": "2026-04-09T01:31:03.670482871Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3490314420980318, - "StableID": "nF7zMCemFU11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "DiscoKey": "discokey:ea612c056c932f8b2879ca16a99b138ef2933baa80f531f5da253ab0808d2233", - "Addresses": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "AllowedIPs": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "Endpoints": ["77.164.248.136:56329", "10.65.0.27:56329", "172.17.0.1:56329"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42623}, - {"Proto": "peerapi6", "Port": 42623} - ]}, - "Created": "2026-04-09T01:31:06.383285161Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3728413918992548, - "StableID": "noCjfT7c7W11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "DiscoKey": "discokey:331e97378a2e1555f07b04c3171d7e39ee8d1cfc993eb34b7319e32c390a6f2d", - "Addresses": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "AllowedIPs": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "Endpoints": ["77.164.248.136:59334", "10.65.0.27:59334", "172.17.0.1:59334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39460}, - {"Proto": "peerapi6", "Port": 39460} - ]}, - "Created": "2026-04-09T01:31:03.13108608Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4783087833037882, - "StableID": "nRWftBcGMe11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "DiscoKey": "discokey:8553cdda00ceb056d1f4dc938f169deffc647bd8f8f71a74ddb061164f6cf040", - "Addresses": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "AllowedIPs": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "Endpoints": ["77.164.248.136:43131", "10.65.0.27:43131", "172.17.0.1:43131"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34047}, - {"Proto": "peerapi6", "Port": 34047} - ]}, - "Created": "2026-04-09T01:31:02.049151833Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 5395194895115541, - "StableID": "n8QTu2dV8j11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "DiscoKey": "discokey:2da0adbba3b5b50a64cf5c700f589131a69cfca31b06a775eece0f6a5ed6c035", - "Addresses": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "AllowedIPs": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49916}, - {"Proto": "peerapi6", "Port": 49916} - ]}, - "Created": "2026-04-09T01:31:01.516816005Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5579958767800916, - "StableID": "nw66eB4Bak11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "DiscoKey": "discokey:632d87bfe3f797824331abee81b5274e99138c5736c7c6827ffe00d5a2f1fd1c", - "Addresses": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "AllowedIPs": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "Endpoints": ["77.164.248.136:42922", "10.65.0.27:42922", "172.17.0.1:42922"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} - ]}, - "Created": "2026-04-09T01:31:06.932287967Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7056777601811151, - "StableID": "napbsia27x11CNTRL", + "ID": 15298811375734, + "StableID": "nTREagsv7111CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "DiscoKey": "discokey:e6d0645adc183aaa68f0b13e312898c6605c45d258cced2977e726db3a9f9953", - "Addresses": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "AllowedIPs": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "Endpoints": ["77.164.248.136:40598", "10.65.0.27:40598", "172.17.0.1:40598"], + "Key": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "DiscoKey": "discokey:e7b6366547cb8380d7f280c1a8cf7f5c081fbefccad89487831e9107f29bae60", + "Addresses": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "AllowedIPs": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "Endpoints": ["77.164.248.136:46311", "10.65.0.27:46311", "172.17.0.1:46311"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45448}, - {"Proto": "peerapi6", "Port": 45448} + {"Proto": "peerapi4", "Port": 45742}, + {"Proto": "peerapi6", "Port": 45742} ]}, - "Created": "2026-04-09T01:31:04.205881288Z", + "Created": "2026-04-09T08:37:08.420743814Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7148711729110301, - "StableID": "nkxWt2Yfpx11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "DiscoKey": "discokey:09b8cc7b091a8b7ba2c86bb11d8fa338f09766d32655697f4ecd7fdf6742da6e", - "Addresses": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "AllowedIPs": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "Endpoints": ["77.164.248.136:47124", "10.65.0.27:47124", "172.17.0.1:47124"], + "ID": 449907994872935, + "StableID": "nxZRsZKmW411CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "KeyExpiry": "2026-10-06T08:37:13Z", + "DiscoKey": "discokey:b44479ad2f0d5e02de0e881153a4f414469ba53e8b46773494f9aa6e315ed170", + "Addresses": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "AllowedIPs": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "Endpoints": ["77.164.248.136:40983", "10.65.0.27:40983", "172.17.0.1:40983"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53783}, - {"Proto": "peerapi6", "Port": 53783} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37241}, + {"Proto": "peerapi6", "Port": 37241} ]}, - "Created": "2026-04-09T01:31:07.465208718Z", + "Created": "2026-04-09T08:37:13.236734305Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7537314615492551, - "StableID": "nx9VFVUfr121CNTRL", + "ID": 737318247296178, + "StableID": "n3Bngo6wk611CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "DiscoKey": "discokey:0ac49348bfc209231377825afd2bfd6bbbfd7fbe1a769981c051c9b2b807f037", + "Addresses": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "AllowedIPs": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "Endpoints": ["77.164.248.136:41170", "10.65.0.27:41170", "172.17.0.1:41170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55501}, + {"Proto": "peerapi6", "Port": 55501} + ]}, + "Created": "2026-04-09T08:37:07.355404957Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1292088267742553, + "StableID": "nkcyf8yB6B11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "DiscoKey": "discokey:e8590c271d92b100a846bae355bdce83d545437c04a5a0cb45884684593bff0e", + "Addresses": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "AllowedIPs": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "Endpoints": ["77.164.248.136:35696", "10.65.0.27:35696", "172.17.0.1:35696"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 56314}, + {"Proto": "peerapi6", "Port": 56314} + ]}, + "Created": "2026-04-09T08:37:10.562851743Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 1903209886478187, + "StableID": "nkF4Sb6yrF11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "DiscoKey": "discokey:7269fd0aabfbe1d4ebbe4c583d7d3416d425f4b5d09d1b385c94bcd5cdc8382f", + "Addresses": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "AllowedIPs": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "Endpoints": ["77.164.248.136:56845", "10.65.0.27:56845", "172.17.0.1:56845"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36238}, + {"Proto": "peerapi6", "Port": 36238} + ]}, + "Created": "2026-04-09T08:37:08.953881745Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 1918565854166506, + "StableID": "nT7LiMUvyF11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "DiscoKey": "discokey:a7612ef5d21c9c6887dff1f39a581785a3cf11d4752c1443f230011576aaff35", - "Addresses": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "AllowedIPs": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "Endpoints": ["77.164.248.136:35850", "10.65.0.27:35850", "172.17.0.1:35850"], + "Key": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "DiscoKey": "discokey:e8a032afe539e07b2c745e37df89392c9449651eb686ee7fc061183141eb8d4e", + "Addresses": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "AllowedIPs": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "Endpoints": ["77.164.248.136:48083", "10.65.0.27:48083", "172.17.0.1:48083"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 65066}, - {"Proto": "peerapi6", "Port": 65066} + {"Proto": "peerapi4", "Port": 59360}, + {"Proto": "peerapi6", "Port": 59360} ]}, - "Created": "2026-04-09T01:31:02.591664014Z", + "Created": "2026-04-09T08:37:06.798288775Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8056798929423418, - "StableID": "nH6XBsSwu521CNTRL", + "ID": 2464074247428637, + "StableID": "ncvKR24zEL11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "DiscoKey": "discokey:c35d04d27c6426ea9c87bb899fb09431eb568c5bb0e298fd7af51ab2b6431d29", + "Addresses": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "AllowedIPs": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "Endpoints": ["77.164.248.136:55369", "10.65.0.27:55369", "172.17.0.1:55369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 37503}, + {"Proto": "peerapi6", "Port": 37503} + ]}, + "Created": "2026-04-09T08:37:11.098316619Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2582752045521831, + "StableID": "ntdY3yWjAM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "DiscoKey": "discokey:b3d1ccfb60639e6e155dba22cc357b05a645b0b5607c0bc934af8b5cb2223112", + "Addresses": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "AllowedIPs": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "Endpoints": ["77.164.248.136:43990", "10.65.0.27:43990", "172.17.0.1:43990"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42158}, + {"Proto": "peerapi6", "Port": 42158} + ]}, + "Created": "2026-04-09T08:37:07.882984556Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2788044117108182, + "StableID": "ndtNR6CimN11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "DiscoKey": "discokey:b0f054bf99f45476e7c332c4f3e5ae2c77fbfb522b733f608813cf9dcb015728", + "Addresses": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "AllowedIPs": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "Endpoints": ["77.164.248.136:53408", "10.65.0.27:53408", "172.17.0.1:53408"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53991}, + {"Proto": "peerapi6", "Port": 53991} + ]}, + "Created": "2026-04-09T08:37:06.268375001Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4797156082266073, + "StableID": "n8cEu2AeTe11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "DiscoKey": "discokey:7b16da7c2964f3a63c19f3fad0cec326f1c68c95205db11f3b253775e3e6c709", + "Addresses": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "AllowedIPs": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "Endpoints": ["77.164.248.136:60208", "10.65.0.27:60208", "172.17.0.1:60208"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 40696}, + {"Proto": "peerapi6", "Port": 40696} + ]}, + "Created": "2026-04-09T08:37:09.501248624Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6214630799519702, + "StableID": "njZWk9pcXq11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "DiscoKey": "discokey:1892f044dbcd21754fc0603043ee9565d562c56e417b9063d5a89c0ba9b13c61", - "Addresses": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "AllowedIPs": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "Endpoints": ["77.164.248.136:58110", "10.65.0.27:58110", "172.17.0.1:58110"], + "Key": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "DiscoKey": "discokey:3325ac6a38b5911539dc83a1e89708b28d5dcb22f33e7f0ed84f5a1b166c2c14", + "Addresses": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "AllowedIPs": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "Endpoints": ["77.164.248.136:40098", "10.65.0.27:40098", "172.17.0.1:40098"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64192}, - {"Proto": "peerapi6", "Port": 64192} + {"Proto": "peerapi4", "Port": 49080}, + {"Proto": "peerapi6", "Port": 49080} ]}, - "Created": "2026-04-09T01:31:05.836190815Z", + "Created": "2026-04-09T08:37:10.01595294Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8172094222718528, - "StableID": "nj2WSM4Ap621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "KeyExpiry": "2026-10-06T01:31:09Z", - "DiscoKey": "discokey:06d0d2995de7e659c9bd6312f9a9299d84aacf5c30b8dca328793d5d0d287578", - "Addresses": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "AllowedIPs": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "Endpoints": ["77.164.248.136:40335", "10.65.0.27:40335", "172.17.0.1:40335"], + "ID": 6913273550539227, + "StableID": "nAkYGTy2zv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "DiscoKey": "discokey:599511bd5ac1008c46e57719fa841fbf3980f99cccb1c0a9afd00f6cf3297b71", + "Addresses": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "AllowedIPs": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "Endpoints": ["77.164.248.136:51078", "10.65.0.27:51078", "172.17.0.1:51078"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 55595}, - {"Proto": "peerapi6", "Port": 55595} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 49018}, + {"Proto": "peerapi6", "Port": 49018} ]}, - "Created": "2026-04-09T01:31:09.122976269Z", + "Created": "2026-04-09T08:37:11.624618656Z", "Cap": 131, + "Tags": ["tag:server"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 8722198163875850, - "StableID": "njbgycMJ7B21CNTRL", + "ID": 7291210372156464, + "StableID": "n5Rc1WjCwy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:5e0846f831bff3b41c83fc9cb39c02c5335f801771f8c1f8e3c3562d4cdd2422", - "Addresses": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "AllowedIPs": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "Endpoints": ["77.164.248.136:50229", "10.65.0.27:50229", "172.17.0.1:50229"], + "Key": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:5e1b3cedbd32d255266fd005e6ea35db6eb22df8304f4ba743028f15ad798f6a", + "Addresses": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "AllowedIPs": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "Endpoints": ["77.164.248.136:50517", "10.65.0.27:50517", "172.17.0.1:50517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33967}, - {"Proto": "peerapi6", "Port": 33967} + {"Proto": "peerapi4", "Port": 52897}, + {"Proto": "peerapi6", "Port": 52897} ]}, - "Created": "2026-04-09T01:31:08.014491483Z", + "Created": "2026-04-09T08:37:12.172900296Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7488785444485357, + "StableID": "nLe7bJhgU121CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "DiscoKey": "discokey:1fd3cf8910d4aa9fe51f51f4378efa7c551adc8cc18365e7f5ec32d86bc56259", + "Addresses": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "AllowedIPs": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "Endpoints": ["77.164.248.136:49936", "10.65.0.27:49936", "172.17.0.1:49936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 58112}, + {"Proto": "peerapi6", "Port": 58112} + ]}, + "Created": "2026-04-09T08:37:05.738635833Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16779,7 +16803,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.75.113.17"}, {"nodeIP": "fd7a:115c:a1e0::2337:7111"}], + "principals": [{"nodeIP": "100.117.225.85"}, {"nodeIP": "fd7a:115c:a1e0::e937:e155"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -16788,7 +16812,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.113.17"}, {"nodeIP": "fd7a:115c:a1e0::2337:7111"}], + "principals": [{"nodeIP": "100.117.225.85"}, {"nodeIP": "fd7a:115c:a1e0::e937:e155"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17617,26 +17641,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.75.113.17"}, {"nodeIP": "fd7a:115c:a1e0::2337:7111"}], + "principals": [{"nodeIP": "100.117.225.85"}, {"nodeIP": "fd7a:115c:a1e0::e937:e155"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -17645,7 +17670,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.113.17"}, {"nodeIP": "fd7a:115c:a1e0::2337:7111"}], + "principals": [{"nodeIP": "100.117.225.85"}, {"nodeIP": "fd7a:115c:a1e0::e937:e155"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17682,21 +17707,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3490314420980318, - "StableID": "nF7zMCemFU11CNTRL", + "ID": 1292088267742553, + "StableID": "nkcyf8yB6B11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 3490314420980318, - "Key": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "DiscoKey": "discokey:ea612c056c932f8b2879ca16a99b138ef2933baa80f531f5da253ab0808d2233", - "Addresses": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "AllowedIPs": ["100.68.197.26/32", "fd7a:115c:a1e0::6737:c51a/128"], - "Endpoints": ["77.164.248.136:56329", "10.65.0.27:56329", "172.17.0.1:56329"], + "User": 1292088267742553, + "Key": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "DiscoKey": "discokey:e8590c271d92b100a846bae355bdce83d545437c04a5a0cb45884684593bff0e", + "Addresses": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "AllowedIPs": ["100.119.66.3/32", "fd7a:115c:a1e0::b737:4203/128"], + "Endpoints": ["77.164.248.136:35696", "10.65.0.27:35696", "172.17.0.1:35696"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 42623}, - {"Proto": "peerapi6", "Port": 42623}, + {"Proto": "peerapi4", "Port": 56314}, + {"Proto": "peerapi6", "Port": 56314}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:06.383285161Z", + "Created": "2026-04-09T08:37:10.562851743Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17724,300 +17749,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f9d66aa82c53d5a81557452aaa7fe77f4f2bbd044170be0a6297a6c36784c519", - "MachineKey": "mkey:b628e49b7b6b6d09bd0f4d024183a0d59dbc6c4a818071d4c9079828b951dd73", + "NodeKey": "nodekey:b9373157e40a75b22dd94b6fda49d40dae47d872a2133f581519258bb7f74202", + "MachineKey": "mkey:67a730686545ac86966873f3a907d7ce25cdd25953196fea7f989efcf8e7295b", "Peers": [{ - "ID": 2145666075174934, - "StableID": "nu2MaY1nkH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4c8f5fb79519ca75e5a511052c0d78ad92aa4df43a7cc5e12799b79098f46270", - "DiscoKey": "discokey:0902cca2f4423818a76a9e9bcf69e79bc157c852db7d78d649a71aabca824279", - "Addresses": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "AllowedIPs": ["100.116.98.113/32", "fd7a:115c:a1e0::9837:6271/128"], - "Endpoints": ["77.164.248.136:41567", "10.65.0.27:41567", "172.17.0.1:41567"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 53521}, - {"Proto": "peerapi6", "Port": 53521} - ]}, - "Created": "2026-04-09T01:31:04.74767875Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2864193199345287, - "StableID": "nCoK4vVCNP11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c8c321255df4e0d6e9bcf029b22efdc2ac656cc28754d5397ce99d25512b261f", - "DiscoKey": "discokey:39f0f1938af442f687ecc2f7a71cbeb385a86f8262464fec31afe29bfeb5c009", - "Addresses": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "AllowedIPs": ["100.107.38.32/32", "fd7a:115c:a1e0::5137:2620/128"], - "Endpoints": ["77.164.248.136:33093", "10.65.0.27:33093", "172.17.0.1:33093"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 56895}, - {"Proto": "peerapi6", "Port": 56895} - ]}, - "Created": "2026-04-09T01:31:05.30111624Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3332023686517794, - "StableID": "nomWCWc52T11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3637720ce9bf3bdf383c2d0a535efa6ad7877cc0cdeb0f0e26bd006551ead84a", - "DiscoKey": "discokey:cfa9a3b0755c17d8a0be9f852d546c0a5ced9984dd3e7fbbe765b34061b61511", - "Addresses": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "AllowedIPs": ["100.106.216.75/32", "fd7a:115c:a1e0::5137:d84b/128"], - "Endpoints": ["77.164.248.136:52040", "10.65.0.27:52040", "172.17.0.1:52040"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49387}, - {"Proto": "peerapi6", "Port": 49387} - ]}, - "Created": "2026-04-09T01:31:03.670482871Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3728413918992548, - "StableID": "noCjfT7c7W11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:562402bd13521dffcc4fa4907f3aedb01ab84f2b2d28458dde39fcd00ccc4129", - "DiscoKey": "discokey:331e97378a2e1555f07b04c3171d7e39ee8d1cfc993eb34b7319e32c390a6f2d", - "Addresses": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "AllowedIPs": ["100.76.65.42/32", "fd7a:115c:a1e0::c37:412a/128"], - "Endpoints": ["77.164.248.136:59334", "10.65.0.27:59334", "172.17.0.1:59334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 39460}, - {"Proto": "peerapi6", "Port": 39460} - ]}, - "Created": "2026-04-09T01:31:03.13108608Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4783087833037882, - "StableID": "nRWftBcGMe11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:636803ba5a5b098a2cf7942da8d605627a20438ca3120c9ae3cbfda48490fd7e", - "DiscoKey": "discokey:8553cdda00ceb056d1f4dc938f169deffc647bd8f8f71a74ddb061164f6cf040", - "Addresses": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "AllowedIPs": ["100.80.253.127/32", "fd7a:115c:a1e0::8437:fd7f/128"], - "Endpoints": ["77.164.248.136:43131", "10.65.0.27:43131", "172.17.0.1:43131"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 34047}, - {"Proto": "peerapi6", "Port": 34047} - ]}, - "Created": "2026-04-09T01:31:02.049151833Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 5395194895115541, - "StableID": "n8QTu2dV8j11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b25fd9aa304d1234bf457c48877aa9538218872ee29f355f49937c900e16001a", - "DiscoKey": "discokey:2da0adbba3b5b50a64cf5c700f589131a69cfca31b06a775eece0f6a5ed6c035", - "Addresses": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "AllowedIPs": ["100.86.0.27/32", "fd7a:115c:a1e0::e37:1b/128"], - "Endpoints": ["77.164.248.136:33987", "10.65.0.27:33987", "172.17.0.1:33987"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49916}, - {"Proto": "peerapi6", "Port": 49916} - ]}, - "Created": "2026-04-09T01:31:01.516816005Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5579958767800916, - "StableID": "nw66eB4Bak11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1bdccda0455f67a6b7e054528f3db8fba17f64469a487ab2a98c8d2c5ce8f745", - "DiscoKey": "discokey:632d87bfe3f797824331abee81b5274e99138c5736c7c6827ffe00d5a2f1fd1c", - "Addresses": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "AllowedIPs": ["100.104.247.70/32", "fd7a:115c:a1e0::5c37:f746/128"], - "Endpoints": ["77.164.248.136:42922", "10.65.0.27:42922", "172.17.0.1:42922"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} - ]}, - "Created": "2026-04-09T01:31:06.932287967Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6564434763309278, - "StableID": "nw7cB4a3Gt11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:7c19aa2e5ee2a044d5031b7644b9f5a62d4550f3c663ef03777e5e13230b7110", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:7c2de9531a9931c68d3b4b643efddf828b2368306239a91cb56277f5aa01041a", - "Addresses": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "AllowedIPs": ["100.75.113.17/32", "fd7a:115c:a1e0::2337:7111/128"], - "Endpoints": ["77.164.248.136:49235", "10.65.0.27:49235", "172.17.0.1:49235"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 54134}, - {"Proto": "peerapi6", "Port": 54134} - ]}, - "Created": "2026-04-09T01:31:08.555226968Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7056777601811151, - "StableID": "napbsia27x11CNTRL", + "ID": 15298811375734, + "StableID": "nTREagsv7111CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bbed64e896c864a4e42272f99c28e48dd964405198deda4e17834b883e8a2b6c", - "DiscoKey": "discokey:e6d0645adc183aaa68f0b13e312898c6605c45d258cced2977e726db3a9f9953", - "Addresses": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "AllowedIPs": ["100.74.43.109/32", "fd7a:115c:a1e0::3e37:2b6d/128"], - "Endpoints": ["77.164.248.136:40598", "10.65.0.27:40598", "172.17.0.1:40598"], + "Key": "nodekey:ba672260220c349b9d2ce5b8eb218046867916873f528d8252e78b453ee7d877", + "DiscoKey": "discokey:e7b6366547cb8380d7f280c1a8cf7f5c081fbefccad89487831e9107f29bae60", + "Addresses": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "AllowedIPs": ["100.103.216.120/32", "fd7a:115c:a1e0::3e37:d878/128"], + "Endpoints": ["77.164.248.136:46311", "10.65.0.27:46311", "172.17.0.1:46311"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45448}, - {"Proto": "peerapi6", "Port": 45448} + {"Proto": "peerapi4", "Port": 45742}, + {"Proto": "peerapi6", "Port": 45742} ]}, - "Created": "2026-04-09T01:31:04.205881288Z", + "Created": "2026-04-09T08:37:08.420743814Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7148711729110301, - "StableID": "nkxWt2Yfpx11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:44a95c10e41a3bf9d280a4fe7959b874f2eba0757d41124466ab80b32b15d616", - "DiscoKey": "discokey:09b8cc7b091a8b7ba2c86bb11d8fa338f09766d32655697f4ecd7fdf6742da6e", - "Addresses": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "AllowedIPs": ["100.85.214.23/32", "fd7a:115c:a1e0::2b37:d617/128"], - "Endpoints": ["77.164.248.136:47124", "10.65.0.27:47124", "172.17.0.1:47124"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 53783}, - {"Proto": "peerapi6", "Port": 53783} + "ID": 449907994872935, + "StableID": "nxZRsZKmW411CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ac4b6eb9652b212e604fda9e7c0cf27e7c434fa147c621bf9b1a9a913aa5667c", + "KeyExpiry": "2026-10-06T08:37:13Z", + "DiscoKey": "discokey:b44479ad2f0d5e02de0e881153a4f414469ba53e8b46773494f9aa6e315ed170", + "Addresses": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "AllowedIPs": ["100.101.102.125/32", "fd7a:115c:a1e0::3a37:667d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 37241}, + {"Proto": "peerapi6", "Port": 37241} ]}, - "Created": "2026-04-09T01:31:07.465208718Z", + "Created": "2026-04-09T08:37:13.236734305Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7537314615492551, - "StableID": "nx9VFVUfr121CNTRL", + "ID": 737318247296178, + "StableID": "n3Bngo6wk611CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf886cc7b2035624f88589b87ff9f816e58c6dc3aa0821c309622d0e7f5b2e47", + "DiscoKey": "discokey:0ac49348bfc209231377825afd2bfd6bbbfd7fbe1a769981c051c9b2b807f037", + "Addresses": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "AllowedIPs": ["100.91.46.72/32", "fd7a:115c:a1e0::7f37:2e48/128"], + "Endpoints": ["77.164.248.136:41170", "10.65.0.27:41170", "172.17.0.1:41170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55501}, + {"Proto": "peerapi6", "Port": 55501} + ]}, + "Created": "2026-04-09T08:37:07.355404957Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1903209886478187, + "StableID": "nkF4Sb6yrF11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea89e49edaf4fa15d4688e1267d496629450de9987dabc7fcaebf5243c5f5463", + "DiscoKey": "discokey:7269fd0aabfbe1d4ebbe4c583d7d3416d425f4b5d09d1b385c94bcd5cdc8382f", + "Addresses": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "AllowedIPs": ["100.95.84.100/32", "fd7a:115c:a1e0::3c37:5464/128"], + "Endpoints": ["77.164.248.136:56845", "10.65.0.27:56845", "172.17.0.1:56845"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36238}, + {"Proto": "peerapi6", "Port": 36238} + ]}, + "Created": "2026-04-09T08:37:08.953881745Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 1918565854166506, + "StableID": "nT7LiMUvyF11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2883f871056dd751cbcac41c00fe01c89d20985753d7e05f9419781d421fe02e", - "DiscoKey": "discokey:a7612ef5d21c9c6887dff1f39a581785a3cf11d4752c1443f230011576aaff35", - "Addresses": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "AllowedIPs": ["100.95.224.47/32", "fd7a:115c:a1e0::4237:e02f/128"], - "Endpoints": ["77.164.248.136:35850", "10.65.0.27:35850", "172.17.0.1:35850"], + "Key": "nodekey:467c9d9e19d6d1f4714d708ec6e62ee3cee6a2f279ca95fe7aab00cf9fce6f58", + "DiscoKey": "discokey:e8a032afe539e07b2c745e37df89392c9449651eb686ee7fc061183141eb8d4e", + "Addresses": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "AllowedIPs": ["100.78.111.89/32", "fd7a:115c:a1e0::9f37:6f59/128"], + "Endpoints": ["77.164.248.136:48083", "10.65.0.27:48083", "172.17.0.1:48083"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 65066}, - {"Proto": "peerapi6", "Port": 65066} + {"Proto": "peerapi4", "Port": 59360}, + {"Proto": "peerapi6", "Port": 59360} ]}, - "Created": "2026-04-09T01:31:02.591664014Z", + "Created": "2026-04-09T08:37:06.798288775Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8056798929423418, - "StableID": "nH6XBsSwu521CNTRL", + "ID": 2464074247428637, + "StableID": "ncvKR24zEL11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:6819e19be73a7f97f075a095b3e667bc157b4cdc8400dd6e7429b56a0f1a0436", + "DiscoKey": "discokey:c35d04d27c6426ea9c87bb899fb09431eb568c5bb0e298fd7af51ab2b6431d29", + "Addresses": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "AllowedIPs": ["100.90.4.55/32", "fd7a:115c:a1e0::f37:437/128"], + "Endpoints": ["77.164.248.136:55369", "10.65.0.27:55369", "172.17.0.1:55369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 37503}, + {"Proto": "peerapi6", "Port": 37503} + ]}, + "Created": "2026-04-09T08:37:11.098316619Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2582752045521831, + "StableID": "ntdY3yWjAM11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b671038ff1451733dd827924a84f2ddcc628f29964b3b7efb5789072f9636867", + "DiscoKey": "discokey:b3d1ccfb60639e6e155dba22cc357b05a645b0b5607c0bc934af8b5cb2223112", + "Addresses": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "AllowedIPs": ["100.99.104.104/32", "fd7a:115c:a1e0::f937:6868/128"], + "Endpoints": ["77.164.248.136:43990", "10.65.0.27:43990", "172.17.0.1:43990"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42158}, + {"Proto": "peerapi6", "Port": 42158} + ]}, + "Created": "2026-04-09T08:37:07.882984556Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2788044117108182, + "StableID": "ndtNR6CimN11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e77ec778dc43aaee929219c5730fe5d2b83444bf665f8d28f13b77644f13cb35", + "DiscoKey": "discokey:b0f054bf99f45476e7c332c4f3e5ae2c77fbfb522b733f608813cf9dcb015728", + "Addresses": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "AllowedIPs": ["100.83.203.54/32", "fd7a:115c:a1e0::4f37:cb36/128"], + "Endpoints": ["77.164.248.136:53408", "10.65.0.27:53408", "172.17.0.1:53408"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53991}, + {"Proto": "peerapi6", "Port": 53991} + ]}, + "Created": "2026-04-09T08:37:06.268375001Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4797156082266073, + "StableID": "n8cEu2AeTe11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ab2e3af4f98d24df68c1500eee1b7055a4cc2ba99f7dcc40fbdfa7ae3052f2f", + "DiscoKey": "discokey:7b16da7c2964f3a63c19f3fad0cec326f1c68c95205db11f3b253775e3e6c709", + "Addresses": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "AllowedIPs": ["100.69.47.48/32", "fd7a:115c:a1e0::e337:2f30/128"], + "Endpoints": ["77.164.248.136:60208", "10.65.0.27:60208", "172.17.0.1:60208"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 40696}, + {"Proto": "peerapi6", "Port": 40696} + ]}, + "Created": "2026-04-09T08:37:09.501248624Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6214630799519702, + "StableID": "njZWk9pcXq11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:19c82400371ce4e2eab4e50c860bd42807638d689c0321893c1bcde7791c0e0a", - "DiscoKey": "discokey:1892f044dbcd21754fc0603043ee9565d562c56e417b9063d5a89c0ba9b13c61", - "Addresses": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "AllowedIPs": ["100.92.14.11/32", "fd7a:115c:a1e0::7937:e0b/128"], - "Endpoints": ["77.164.248.136:58110", "10.65.0.27:58110", "172.17.0.1:58110"], + "Key": "nodekey:7e65c6cb9fd587f89823b17483cace48d459bfa68934c8f1cc861231e0059c4d", + "DiscoKey": "discokey:3325ac6a38b5911539dc83a1e89708b28d5dcb22f33e7f0ed84f5a1b166c2c14", + "Addresses": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "AllowedIPs": ["100.69.156.78/32", "fd7a:115c:a1e0::e037:9c4e/128"], + "Endpoints": ["77.164.248.136:40098", "10.65.0.27:40098", "172.17.0.1:40098"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64192}, - {"Proto": "peerapi6", "Port": 64192} + {"Proto": "peerapi4", "Port": 49080}, + {"Proto": "peerapi6", "Port": 49080} ]}, - "Created": "2026-04-09T01:31:05.836190815Z", + "Created": "2026-04-09T08:37:10.01595294Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8172094222718528, - "StableID": "nj2WSM4Ap621CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:b917279748259c67e4d61cb5f95f172cc9ca33ccbe6dc255bcd272e94fe5e71c", - "KeyExpiry": "2026-10-06T01:31:09Z", - "DiscoKey": "discokey:06d0d2995de7e659c9bd6312f9a9299d84aacf5c30b8dca328793d5d0d287578", - "Addresses": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "AllowedIPs": ["100.101.231.29/32", "fd7a:115c:a1e0::4f37:e71d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 55595}, - {"Proto": "peerapi6", "Port": 55595} + "ID": 6388887068339250, + "StableID": "nyNmWKEYtr11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:e46f597ea7c45af816cd7364ae5cf7f93b3530c4f2defbaa9bfa2bb9e975e154", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:4ab45fc70b0603c8a21a3e3971e54a66fa29d1428691b2b35afdfe0612eaa76e", + "Addresses": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "AllowedIPs": ["100.117.225.85/32", "fd7a:115c:a1e0::e937:e155/128"], + "Endpoints": ["77.164.248.136:53462", "10.65.0.27:53462", "172.17.0.1:53462"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38015}, + {"Proto": "peerapi6", "Port": 38015} ]}, - "Created": "2026-04-09T01:31:09.122976269Z", + "Created": "2026-04-09T08:37:12.69521645Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 8722198163875850, - "StableID": "njbgycMJ7B21CNTRL", + "ID": 6913273550539227, + "StableID": "nAkYGTy2zv11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a87cc91ff5940bf12c3dbba4e6bb653e17c5bd39f2a6b516aa68ab4f57073", + "DiscoKey": "discokey:599511bd5ac1008c46e57719fa841fbf3980f99cccb1c0a9afd00f6cf3297b71", + "Addresses": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "AllowedIPs": ["100.117.112.116/32", "fd7a:115c:a1e0::b437:7074/128"], + "Endpoints": ["77.164.248.136:51078", "10.65.0.27:51078", "172.17.0.1:51078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 49018}, + {"Proto": "peerapi6", "Port": 49018} + ]}, + "Created": "2026-04-09T08:37:11.624618656Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 7291210372156464, + "StableID": "n5Rc1WjCwy11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:155582a7a0d33e9a254969dee175a6a4faf7ee0adda76cb5f5dca1dc14ec6144", - "KeyExpiry": "2026-10-06T01:31:08Z", - "DiscoKey": "discokey:5e0846f831bff3b41c83fc9cb39c02c5335f801771f8c1f8e3c3562d4cdd2422", - "Addresses": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "AllowedIPs": ["100.108.97.69/32", "fd7a:115c:a1e0::1437:6145/128"], - "Endpoints": ["77.164.248.136:50229", "10.65.0.27:50229", "172.17.0.1:50229"], + "Key": "nodekey:97b640c335c1ccd1bf78e00dd126882622604168f8f0b720d30361b40ddcec3b", + "KeyExpiry": "2026-10-06T08:37:12Z", + "DiscoKey": "discokey:5e1b3cedbd32d255266fd005e6ea35db6eb22df8304f4ba743028f15ad798f6a", + "Addresses": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "AllowedIPs": ["100.92.236.60/32", "fd7a:115c:a1e0::d37:ec3c/128"], + "Endpoints": ["77.164.248.136:50517", "10.65.0.27:50517", "172.17.0.1:50517"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 33967}, - {"Proto": "peerapi6", "Port": 33967} + {"Proto": "peerapi4", "Port": 52897}, + {"Proto": "peerapi6", "Port": 52897} ]}, - "Created": "2026-04-09T01:31:08.014491483Z", + "Created": "2026-04-09T08:37:12.172900296Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7488785444485357, + "StableID": "nLe7bJhgU121CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:40fbe6d245760a12685fef9c1e7568265631f6f6783af854ca1a0a2bcb58ae13", + "DiscoKey": "discokey:1fd3cf8910d4aa9fe51f51f4378efa7c551adc8cc18365e7f5ec32d86bc56259", + "Addresses": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "AllowedIPs": ["100.88.174.20/32", "fd7a:115c:a1e0::cb37:ae14/128"], + "Endpoints": ["77.164.248.136:49936", "10.65.0.27:49936", "172.17.0.1:49936"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 58112}, + {"Proto": "peerapi6", "Port": 58112} + ]}, + "Created": "2026-04-09T08:37:05.738635833Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18865,27 +18890,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3490314420980318": { - "ID": 3490314420980318, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1292088267742553": { + "ID": 1292088267742553, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-d4.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-d4.hujson index 87e675ab..49659047 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-d4.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-d4.hujson @@ -3,7 +3,7 @@ // ssh d4 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:31:22Z +// Captured at: 2026-04-09T08:37:26Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-d4", "description": "ssh d4", "category": "ssh", - "captured_at": "2026-04-09T01:31:22.04970049Z", + "captured_at": "2026-04-09T08:37:26.101763028Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,14 +19,14 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["tag:server"], "src": ["autogroup:member"], - "users": ["localpart:*@passkey", "autogroup:nonroot"] + "users": ["localpart:*@example.com", "autogroup:nonroot"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} }, @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d4\",\n\t\"id\": \"ssh-d4\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@passkey\", \"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d4\",\n\t\"id\": \"ssh-d4\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@example.com\", \"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-d4.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.117.50.109", - "ipv6": "fd7a:115c:a1e0::1137:326d", + "ipv4": "100.112.97.103", + "ipv6": "fd7a:115c:a1e0::ce37:6167", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.95.124.60", - "ipv6": "fd7a:115c:a1e0::4937:7c3c", + "ipv4": "100.111.52.59", + "ipv6": "fd7a:115c:a1e0::5a37:343b", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.110.201.92", - "ipv6": "fd7a:115c:a1e0::ba37:c95d", + "ipv4": "100.82.171.119", + "ipv6": "fd7a:115c:a1e0::3737:ab77", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.77.113.62", - "ipv6": "fd7a:115c:a1e0::6937:713e", + "ipv4": "100.88.157.65", + "ipv6": "fd7a:115c:a1e0::c37:9d41", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.72.253.70", - "ipv6": "fd7a:115c:a1e0::a37:fd46", + "ipv4": "100.127.232.30", + "ipv6": "fd7a:115c:a1e0::1b37:e81e", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.88.139.101", - "ipv6": "fd7a:115c:a1e0::e637:8b65", + "ipv4": "100.112.246.20", + "ipv6": "fd7a:115c:a1e0::a337:f614", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.106.234.107", - "ipv6": "fd7a:115c:a1e0::3c37:ea6c", + "ipv4": "100.76.158.3", + "ipv6": "fd7a:115c:a1e0::937:9e03", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.80.87.63", - "ipv6": "fd7a:115c:a1e0::8a37:573f", + "ipv4": "100.116.239.59", + "ipv6": "fd7a:115c:a1e0::d737:ef3b", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.109.239.57", - "ipv6": "fd7a:115c:a1e0::8e37:ef39", + "ipv4": "100.124.150.67", + "ipv6": "fd7a:115c:a1e0::f337:9643", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.117.212.4", - "ipv6": "fd7a:115c:a1e0::f437:d404", + "ipv4": "100.121.230.66", + "ipv6": "fd7a:115c:a1e0::1937:e642", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.114.114.88", - "ipv6": "fd7a:115c:a1e0::f737:7258", + "ipv4": "100.87.216.41", + "ipv6": "fd7a:115c:a1e0::b737:d829", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.96.165.16", - "ipv6": "fd7a:115c:a1e0::d037:a510", + "ipv4": "100.123.172.94", + "ipv6": "fd7a:115c:a1e0::ad37:ac5e", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.73.148.23", - "ipv6": "fd7a:115c:a1e0::1137:9417", + "ipv4": "100.112.191.107", + "ipv6": "fd7a:115c:a1e0::f037:bf6b", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.89.189.123", - "ipv6": "fd7a:115c:a1e0::f837:bd7b", + "ipv4": "100.65.65.56", + "ipv6": "fd7a:115c:a1e0::f737:4138", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.70.206.12", - "ipv6": "fd7a:115c:a1e0::6737:ce0c", + "ipv4": "100.114.114.72", + "ipv6": "fd7a:115c:a1e0::2637:7248", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2941298515902077, - "StableID": "n2F7rcv7yP11CNTRL", + "ID": 227240566058066, + "StableID": "nbd5g1Evm211CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 2941298515902077, - "Key": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "DiscoKey": "discokey:2396bfaa2e39bcb234e946615bf96efb006d65308053cfdd8946f3b4f509c223", - "Addresses": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "AllowedIPs": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "Endpoints": ["77.164.248.136:59128", "10.65.0.27:59128", "172.17.0.1:59128"], + "User": 227240566058066, + "Key": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "DiscoKey": "discokey:41943f6502d0fff27393acfdb68ce5b5fb22c7827753ae2d79ccc2101c2f9e31", + "Addresses": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "AllowedIPs": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "Endpoints": ["77.164.248.136:45686", "10.65.0.27:45686", "172.17.0.1:45686"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 47677}, - {"Proto": "peerapi6", "Port": 47677}, + {"Proto": "peerapi4", "Port": 40799}, + {"Proto": "peerapi6", "Port": 40799}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:30.909472486Z", + "Created": "2026-04-09T08:37:34.675912773Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,302 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "MachineKey": "mkey:450b2e6b7c6d34a7bbc2de10faedc0b578c86d9290302e3be09a831fc4cd2578", + "NodeKey": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "MachineKey": "mkey:6268d3623c9530726adb71ffdbca2640309c04e118cb8cd1169d21ad4801547e", "Peers": [{ - "ID": 387756445867509, - "StableID": "nvh5Krhc2411CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "DiscoKey": "discokey:b5b82b0f8ebf4d95057f3bb55d64aaa579497bb38fce4aaf80d088a5bdf4df31", - "Addresses": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "AllowedIPs": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "Endpoints": ["77.164.248.136:38916", "10.65.0.27:38916", "172.17.0.1:38916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64226}, - {"Proto": "peerapi6", "Port": 64226} - ]}, - "Created": "2026-04-09T01:31:27.562907888Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 716965269681692, - "StableID": "njUUknTib611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "DiscoKey": "discokey:c5243c35f120e19a0ccb9d837564ebb73682daa49b7354656dc119cdcdd82358", - "Addresses": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "AllowedIPs": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "Endpoints": ["77.164.248.136:47265", "10.65.0.27:47265", "172.17.0.1:47265"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58954}, - {"Proto": "peerapi6", "Port": 58954} - ]}, - "Created": "2026-04-09T01:31:24.832877916Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1262323490064780, - "StableID": "nBJDCf6irA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "DiscoKey": "discokey:f9859791a789eb9ddc3e6a93a8c49662e8b433912ef9f2c92f18823c46b1b135", - "Addresses": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "AllowedIPs": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "Endpoints": ["77.164.248.136:41493", "10.65.0.27:41493", "172.17.0.1:41493"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40587}, - {"Proto": "peerapi6", "Port": 40587} - ]}, - "Created": "2026-04-09T01:31:29.801803178Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1343976572931440, - "StableID": "nHs4XAzgVB11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "DiscoKey": "discokey:6938e57bbd25bb296b14e23d4114a738116bd89d9e166b89eecbd8bf367bac42", - "Addresses": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "AllowedIPs": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "Endpoints": ["77.164.248.136:47589", "10.65.0.27:47589", "172.17.0.1:47589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 65087}, - {"Proto": "peerapi6", "Port": 65087} - ]}, - "Created": "2026-04-09T01:31:28.720168613Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2429875805165340, - "StableID": "nBteBbiVyK11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "DiscoKey": "discokey:fe4572501aeee569998e1e30b4779949ea3401303fe95bf4b319483988e02e7e", - "Addresses": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "AllowedIPs": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "Endpoints": ["77.164.248.136:44569", "10.65.0.27:44569", "172.17.0.1:44569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47019}, - {"Proto": "peerapi6", "Port": 47019} - ]}, - "Created": "2026-04-09T01:31:27.002064626Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3353667436013740, - "StableID": "nV17E6AtBT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "DiscoKey": "discokey:fd1850a4e0b6b0e3b8e9fd4c37d5a89a8a92d6fba970ada05bcbe3837fea5a31", - "Addresses": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "AllowedIPs": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "Endpoints": ["77.164.248.136:58733", "10.65.0.27:58733", "172.17.0.1:58733"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 46162}, - {"Proto": "peerapi6", "Port": 46162} - ]}, - "Created": "2026-04-09T01:31:30.351871791Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3408321951816242, - "StableID": "nfMedcqdcT11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "DiscoKey": "discokey:a2924893a2a71beb9b0a12632be234e662598550be574f662dda301b59cdf459", - "Addresses": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "AllowedIPs": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "Endpoints": ["77.164.248.136:33450", "10.65.0.27:33450", "172.17.0.1:33450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 42372}, - {"Proto": "peerapi6", "Port": 42372} - ]}, - "Created": "2026-04-09T01:31:29.25675569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4647968799453883, - "StableID": "nUR1b1G5Jd11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "DiscoKey": "discokey:ade9a460062d02402511f7f2a882f93050966939b05286d96fde5586dcdc795a", - "Addresses": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "AllowedIPs": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "Endpoints": ["77.164.248.136:43870", "10.65.0.27:43870", "172.17.0.1:43870"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 42910}, - {"Proto": "peerapi6", "Port": 42910} - ]}, - "Created": "2026-04-09T01:31:26.467248873Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4785316031886221, - "StableID": "nWqBCz8HNe11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "DiscoKey": "discokey:f1de9a4829860c55696017bc2bf8c530a5f4880866f4d684a26da9e7f8dc4c42", - "Addresses": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "AllowedIPs": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "Endpoints": ["77.164.248.136:54628", "10.65.0.27:54628", "172.17.0.1:54628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51962}, - {"Proto": "peerapi6", "Port": 51962} - ]}, - "Created": "2026-04-09T01:31:28.108025783Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5209327081616272, - "StableID": "noSbhxBKgh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "KeyExpiry": "2026-10-06T01:31:31Z", - "DiscoKey": "discokey:171e5f5399cfefe879c6d5954909986b9cf3dbb981553b9c2c509b7fa22fdd56", - "Addresses": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "AllowedIPs": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "Endpoints": ["77.164.248.136:37883", "10.65.0.27:37883", "172.17.0.1:37883"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62029}, - {"Proto": "peerapi6", "Port": 62029} - ]}, - "Created": "2026-04-09T01:31:31.471195794Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5224167988757031, - "StableID": "nExvqz23oh11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "DiscoKey": "discokey:6dbef81115c6c053a109b63167b7ffb9bb1c327fe5f5c60fe8bb189cbb8e2365", - "Addresses": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "AllowedIPs": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "Endpoints": ["77.164.248.136:37653", "10.65.0.27:37653", "172.17.0.1:37653"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37533}, - {"Proto": "peerapi6", "Port": 37533} - ]}, - "Created": "2026-04-09T01:31:25.931789588Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6575372417565609, - "StableID": "nkNeEFtzLt11CNTRL", + "ID": 94871871761068, + "StableID": "nyBBS98yj111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "DiscoKey": "discokey:6fb473fc629d0ac0ade4ac96ef8ce1b88b1c9897e28df3fd349d1ec828af6e18", - "Addresses": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "AllowedIPs": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "Key": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "DiscoKey": "discokey:1bdce3d87a6bd3b0cd547535da4c098c1aca027230abee46451f4544911f8711", + "Addresses": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "AllowedIPs": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "Endpoints": ["77.164.248.136:38770", "10.65.0.27:38770", "172.17.0.1:38770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37132}, - {"Proto": "peerapi6", "Port": 37132} + {"Proto": "peerapi4", "Port": 40857}, + {"Proto": "peerapi6", "Port": 40857} ]}, - "Created": "2026-04-09T01:31:25.369828535Z", + "Created": "2026-04-09T08:37:29.324736873Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6872349625782445, - "StableID": "nUg8BLyVfv11CNTRL", + "ID": 154734001891838, + "StableID": "nomMtnb5D211CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "DiscoKey": "discokey:486ba3c3898abf7c3339226e63971f3be8469b3afbef619a5d9a20aacee1fd19", + "Addresses": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "AllowedIPs": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "Endpoints": ["77.164.248.136:50553", "10.65.0.27:50553", "172.17.0.1:50553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:37:33.077107899Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 531656959559348, + "StableID": "nPgfw9jn9511CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "DiscoKey": "discokey:3bef8e992b5355a8d48c7453b76c3c36b5286779d439822199265f5f4c337317", + "Addresses": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "AllowedIPs": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "Endpoints": ["77.164.248.136:54585", "10.65.0.27:54585", "172.17.0.1:54585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 45816}, + {"Proto": "peerapi6", "Port": 45816} + ]}, + "Created": "2026-04-09T08:37:32.541385968Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2169165149866385, + "StableID": "nLLXLqHRwH11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "DiscoKey": "discokey:4b658a5fa759f37a4fe8f8ecc8c42551ff7ecaf39f61743e9b7c030c8b29d86d", + "Addresses": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "AllowedIPs": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "Endpoints": ["77.164.248.136:34944", "10.65.0.27:34944", "172.17.0.1:34944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46684}, + {"Proto": "peerapi6", "Port": 46684} + ]}, + "Created": "2026-04-09T08:37:30.399056031Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3825731267683802, + "StableID": "nobPXSUgsW11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:8717a196b35b763672eaf960c2297b1260a36ab61d2e58f80e7aad1570d44453", - "Addresses": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "AllowedIPs": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "Endpoints": ["77.164.248.136:35553", "10.65.0.27:35553", "172.17.0.1:35553"], + "Key": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:71cbdf09af11c0dc0cb2d61ef1b9bd403f66dc698acf96b4fcf5b25dc01c8a72", + "Addresses": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "AllowedIPs": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "Endpoints": ["77.164.248.136:46135", "10.65.0.27:46135", "172.17.0.1:46135"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46188}, - {"Proto": "peerapi6", "Port": 46188} + {"Proto": "peerapi4", "Port": 63551}, + {"Proto": "peerapi6", "Port": 63551} ]}, - "Created": "2026-04-09T01:31:32.012034101Z", + "Created": "2026-04-09T08:37:35.762432654Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8559642627534093, - "StableID": "nx2psEJgq921CNTRL", + "ID": 4395892638961349, + "StableID": "nLYiUSeuKb11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:30160811644c55f1180a0c685efa8ed4428c3cb768dd86cd0ef9f4cb29b31b62", - "Addresses": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "AllowedIPs": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "Endpoints": ["77.164.248.136:50936", "10.65.0.27:50936", "172.17.0.1:50936"], + "Key": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "KeyExpiry": "2026-10-06T08:37:36Z", + "DiscoKey": "discokey:b7630c9081cf79ae8c06c5046c99598875eabc525f2124039861d9893e8fc640", + "Addresses": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "AllowedIPs": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "Endpoints": ["77.164.248.136:37956", "10.65.0.27:37956", "172.17.0.1:37956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 52960}, - {"Proto": "peerapi6", "Port": 52960} + {"Proto": "peerapi4", "Port": 41585}, + {"Proto": "peerapi6", "Port": 41585} ]}, - "Created": "2026-04-09T01:31:32.55732664Z", + "Created": "2026-04-09T08:37:36.287262433Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4460585986551700, + "StableID": "nZmC5k2Dqb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:e310274303905feb2d4305864927bf949710073f6d5830f5b6e399475ba6747c", + "Addresses": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "AllowedIPs": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "Endpoints": ["77.164.248.136:54376", "10.65.0.27:54376", "172.17.0.1:54376"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41732}, + {"Proto": "peerapi6", "Port": 41732} + ]}, + "Created": "2026-04-09T08:37:35.215814588Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5008500115062963, + "StableID": "nGbBNhoM7g11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "DiscoKey": "discokey:774a454c13ac20e9fdc171d7bd8e5cadf21199a78a39e86eba5b45276560b131", + "Addresses": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "AllowedIPs": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "Endpoints": ["77.164.248.136:43537", "10.65.0.27:43537", "172.17.0.1:43537"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 53685}, + {"Proto": "peerapi6", "Port": 53685} + ]}, + "Created": "2026-04-09T08:37:32.004472298Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5680187315819629, + "StableID": "ngtFDZtZMm11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "DiscoKey": "discokey:2a813a74bce4c5ce29047129aabb3f3e0e5f115bd815793c7cd931263a34723e", + "Addresses": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "AllowedIPs": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "Endpoints": ["77.164.248.136:58869", "10.65.0.27:58869", "172.17.0.1:58869"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62864}, + {"Proto": "peerapi6", "Port": 62864} + ]}, + "Created": "2026-04-09T08:37:28.789335941Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6137090919582699, + "StableID": "nG9p5NyVvp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "DiscoKey": "discokey:f445e0595f101397cf84539b7d2cfe7957f62f2404fb1f386ceeab217657041a", + "Addresses": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "AllowedIPs": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "Endpoints": ["77.164.248.136:41764", "10.65.0.27:41764", "172.17.0.1:41764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 47098}, + {"Proto": "peerapi6", "Port": 47098} + ]}, + "Created": "2026-04-09T08:37:33.619389471Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6442112551195021, + "StableID": "naRvAdNeJs11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "DiscoKey": "discokey:553f1c61f168d13bdee0fc73edca841d66f2f5d53e0d0c7534ff0d2f3f0d7227", + "Addresses": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "AllowedIPs": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "Endpoints": ["77.164.248.136:38767", "10.65.0.27:38767", "172.17.0.1:38767"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 56216}, + {"Proto": "peerapi6", "Port": 56216} + ]}, + "Created": "2026-04-09T08:37:34.141504876Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7304658183228632, + "StableID": "nBUT25zH3z11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "DiscoKey": "discokey:9afc6b85171cb167a9543d193ac4a51100f2bbd4c21198ea90ebcf63d30dd113", + "Addresses": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "AllowedIPs": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65051}, + {"Proto": "peerapi6", "Port": 65051} + ]}, + "Created": "2026-04-09T08:37:30.932477776Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7958810273997702, + "StableID": "nqWNF7TZ9521CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "DiscoKey": "discokey:13429abf3228d6a8a15f22bab89ab0c2ba96bfe42f6df961860e3ec97428782f", + "Addresses": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "AllowedIPs": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "Endpoints": ["77.164.248.136:57749", "10.65.0.27:57749", "172.17.0.1:57749"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53212}, + {"Proto": "peerapi6", "Port": 53212} + ]}, + "Created": "2026-04-09T08:37:31.473447939Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8802210451787425, + "StableID": "niTWsG9YjB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "DiscoKey": "discokey:4a2208aaa6dce45b47ce31d0a0537e4c9977a3133008d4b16dbc2023ea2e4f5b", + "Addresses": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "AllowedIPs": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "Endpoints": ["77.164.248.136:45752", "10.65.0.27:45752", "172.17.0.1:45752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41803}, + {"Proto": "peerapi6", "Port": 41803} + ]}, + "Created": "2026-04-09T08:37:29.878505257Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -544,7 +544,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.110.201.92"}, {"nodeIP": "fd7a:115c:a1e0::ba37:c95d"}], + "principals": [{"nodeIP": "100.82.171.119"}, {"nodeIP": "fd7a:115c:a1e0::3737:ab77"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -553,7 +553,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.110.201.92"}, {"nodeIP": "fd7a:115c:a1e0::ba37:c95d"}], + "principals": [{"nodeIP": "100.82.171.119"}, {"nodeIP": "fd7a:115c:a1e0::3737:ab77"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -562,7 +562,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.88.139.101"}, {"nodeIP": "fd7a:115c:a1e0::e637:8b65"}], + "principals": [{"nodeIP": "100.112.246.20"}, {"nodeIP": "fd7a:115c:a1e0::a337:f614"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -571,7 +571,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.89.189.123"}, {"nodeIP": "fd7a:115c:a1e0::f837:bd7b"}], + "principals": [{"nodeIP": "100.65.65.56"}, {"nodeIP": "fd7a:115c:a1e0::f737:4138"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -580,7 +580,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.89.189.123"}, {"nodeIP": "fd7a:115c:a1e0::f837:bd7b"}], + "principals": [{"nodeIP": "100.65.65.56"}, {"nodeIP": "fd7a:115c:a1e0::f737:4138"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1409,30 +1409,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2941298515902077": { - "ID": 2941298515902077, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "227240566058066": { + "ID": 227240566058066, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.110.201.92"}, {"nodeIP": "fd7a:115c:a1e0::ba37:c95d"}], + "principals": [{"nodeIP": "100.82.171.119"}, {"nodeIP": "fd7a:115c:a1e0::3737:ab77"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -1441,7 +1443,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.110.201.92"}, {"nodeIP": "fd7a:115c:a1e0::ba37:c95d"}], + "principals": [{"nodeIP": "100.82.171.119"}, {"nodeIP": "fd7a:115c:a1e0::3737:ab77"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -1450,7 +1452,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.88.139.101"}, {"nodeIP": "fd7a:115c:a1e0::e637:8b65"}], + "principals": [{"nodeIP": "100.112.246.20"}, {"nodeIP": "fd7a:115c:a1e0::a337:f614"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -1459,7 +1461,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.89.189.123"}, {"nodeIP": "fd7a:115c:a1e0::f837:bd7b"}], + "principals": [{"nodeIP": "100.65.65.56"}, {"nodeIP": "fd7a:115c:a1e0::f737:4138"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -1468,7 +1470,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.89.189.123"}, {"nodeIP": "fd7a:115c:a1e0::f837:bd7b"}], + "principals": [{"nodeIP": "100.65.65.56"}, {"nodeIP": "fd7a:115c:a1e0::f737:4138"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1505,26 +1507,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 387756445867509, - "StableID": "nvh5Krhc2411CNTRL", + "ID": 7958810273997702, + "StableID": "nqWNF7TZ9521CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 387756445867509, - "Key": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "DiscoKey": "discokey:b5b82b0f8ebf4d95057f3bb55d64aaa579497bb38fce4aaf80d088a5bdf4df31", - "Addresses": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "AllowedIPs": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "Endpoints": ["77.164.248.136:38916", "10.65.0.27:38916", "172.17.0.1:38916"], + "User": 7958810273997702, + "Key": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "DiscoKey": "discokey:13429abf3228d6a8a15f22bab89ab0c2ba96bfe42f6df961860e3ec97428782f", + "Addresses": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "AllowedIPs": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "Endpoints": ["77.164.248.136:57749", "10.65.0.27:57749", "172.17.0.1:57749"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 64226}, - {"Proto": "peerapi6", "Port": 64226}, + {"Proto": "peerapi4", "Port": 53212}, + {"Proto": "peerapi6", "Port": 53212}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:27.562907888Z", + "Created": "2026-04-09T08:37:31.473447939Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1552,302 +1554,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "MachineKey": "mkey:964f912b16b0bbe3a4975aea95a315ab42b408714c350234063afc2be4aaf748", + "NodeKey": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "MachineKey": "mkey:896f51ae980a95d553ec553441a2caa263bcab066908d3855b10a9b10afd1730", "Peers": [{ - "ID": 716965269681692, - "StableID": "njUUknTib611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "DiscoKey": "discokey:c5243c35f120e19a0ccb9d837564ebb73682daa49b7354656dc119cdcdd82358", - "Addresses": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "AllowedIPs": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "Endpoints": ["77.164.248.136:47265", "10.65.0.27:47265", "172.17.0.1:47265"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58954}, - {"Proto": "peerapi6", "Port": 58954} - ]}, - "Created": "2026-04-09T01:31:24.832877916Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1262323490064780, - "StableID": "nBJDCf6irA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "DiscoKey": "discokey:f9859791a789eb9ddc3e6a93a8c49662e8b433912ef9f2c92f18823c46b1b135", - "Addresses": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "AllowedIPs": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "Endpoints": ["77.164.248.136:41493", "10.65.0.27:41493", "172.17.0.1:41493"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40587}, - {"Proto": "peerapi6", "Port": 40587} - ]}, - "Created": "2026-04-09T01:31:29.801803178Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1343976572931440, - "StableID": "nHs4XAzgVB11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "DiscoKey": "discokey:6938e57bbd25bb296b14e23d4114a738116bd89d9e166b89eecbd8bf367bac42", - "Addresses": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "AllowedIPs": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "Endpoints": ["77.164.248.136:47589", "10.65.0.27:47589", "172.17.0.1:47589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 65087}, - {"Proto": "peerapi6", "Port": 65087} - ]}, - "Created": "2026-04-09T01:31:28.720168613Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2429875805165340, - "StableID": "nBteBbiVyK11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "DiscoKey": "discokey:fe4572501aeee569998e1e30b4779949ea3401303fe95bf4b319483988e02e7e", - "Addresses": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "AllowedIPs": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "Endpoints": ["77.164.248.136:44569", "10.65.0.27:44569", "172.17.0.1:44569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47019}, - {"Proto": "peerapi6", "Port": 47019} - ]}, - "Created": "2026-04-09T01:31:27.002064626Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2941298515902077, - "StableID": "n2F7rcv7yP11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "DiscoKey": "discokey:2396bfaa2e39bcb234e946615bf96efb006d65308053cfdd8946f3b4f509c223", - "Addresses": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "AllowedIPs": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "Endpoints": ["77.164.248.136:59128", "10.65.0.27:59128", "172.17.0.1:59128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47677}, - {"Proto": "peerapi6", "Port": 47677} - ]}, - "Created": "2026-04-09T01:31:30.909472486Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3353667436013740, - "StableID": "nV17E6AtBT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "DiscoKey": "discokey:fd1850a4e0b6b0e3b8e9fd4c37d5a89a8a92d6fba970ada05bcbe3837fea5a31", - "Addresses": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "AllowedIPs": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "Endpoints": ["77.164.248.136:58733", "10.65.0.27:58733", "172.17.0.1:58733"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 46162}, - {"Proto": "peerapi6", "Port": 46162} - ]}, - "Created": "2026-04-09T01:31:30.351871791Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3408321951816242, - "StableID": "nfMedcqdcT11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "DiscoKey": "discokey:a2924893a2a71beb9b0a12632be234e662598550be574f662dda301b59cdf459", - "Addresses": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "AllowedIPs": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "Endpoints": ["77.164.248.136:33450", "10.65.0.27:33450", "172.17.0.1:33450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 42372}, - {"Proto": "peerapi6", "Port": 42372} - ]}, - "Created": "2026-04-09T01:31:29.25675569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4647968799453883, - "StableID": "nUR1b1G5Jd11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "DiscoKey": "discokey:ade9a460062d02402511f7f2a882f93050966939b05286d96fde5586dcdc795a", - "Addresses": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "AllowedIPs": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "Endpoints": ["77.164.248.136:43870", "10.65.0.27:43870", "172.17.0.1:43870"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 42910}, - {"Proto": "peerapi6", "Port": 42910} - ]}, - "Created": "2026-04-09T01:31:26.467248873Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4785316031886221, - "StableID": "nWqBCz8HNe11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "DiscoKey": "discokey:f1de9a4829860c55696017bc2bf8c530a5f4880866f4d684a26da9e7f8dc4c42", - "Addresses": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "AllowedIPs": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "Endpoints": ["77.164.248.136:54628", "10.65.0.27:54628", "172.17.0.1:54628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51962}, - {"Proto": "peerapi6", "Port": 51962} - ]}, - "Created": "2026-04-09T01:31:28.108025783Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5209327081616272, - "StableID": "noSbhxBKgh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "KeyExpiry": "2026-10-06T01:31:31Z", - "DiscoKey": "discokey:171e5f5399cfefe879c6d5954909986b9cf3dbb981553b9c2c509b7fa22fdd56", - "Addresses": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "AllowedIPs": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "Endpoints": ["77.164.248.136:37883", "10.65.0.27:37883", "172.17.0.1:37883"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62029}, - {"Proto": "peerapi6", "Port": 62029} - ]}, - "Created": "2026-04-09T01:31:31.471195794Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5224167988757031, - "StableID": "nExvqz23oh11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "DiscoKey": "discokey:6dbef81115c6c053a109b63167b7ffb9bb1c327fe5f5c60fe8bb189cbb8e2365", - "Addresses": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "AllowedIPs": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "Endpoints": ["77.164.248.136:37653", "10.65.0.27:37653", "172.17.0.1:37653"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37533}, - {"Proto": "peerapi6", "Port": 37533} - ]}, - "Created": "2026-04-09T01:31:25.931789588Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6575372417565609, - "StableID": "nkNeEFtzLt11CNTRL", + "ID": 94871871761068, + "StableID": "nyBBS98yj111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "DiscoKey": "discokey:6fb473fc629d0ac0ade4ac96ef8ce1b88b1c9897e28df3fd349d1ec828af6e18", - "Addresses": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "AllowedIPs": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "Key": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "DiscoKey": "discokey:1bdce3d87a6bd3b0cd547535da4c098c1aca027230abee46451f4544911f8711", + "Addresses": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "AllowedIPs": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "Endpoints": ["77.164.248.136:38770", "10.65.0.27:38770", "172.17.0.1:38770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37132}, - {"Proto": "peerapi6", "Port": 37132} + {"Proto": "peerapi4", "Port": 40857}, + {"Proto": "peerapi6", "Port": 40857} ]}, - "Created": "2026-04-09T01:31:25.369828535Z", + "Created": "2026-04-09T08:37:29.324736873Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6872349625782445, - "StableID": "nUg8BLyVfv11CNTRL", + "ID": 154734001891838, + "StableID": "nomMtnb5D211CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "DiscoKey": "discokey:486ba3c3898abf7c3339226e63971f3be8469b3afbef619a5d9a20aacee1fd19", + "Addresses": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "AllowedIPs": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "Endpoints": ["77.164.248.136:50553", "10.65.0.27:50553", "172.17.0.1:50553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:37:33.077107899Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 227240566058066, + "StableID": "nbd5g1Evm211CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "DiscoKey": "discokey:41943f6502d0fff27393acfdb68ce5b5fb22c7827753ae2d79ccc2101c2f9e31", + "Addresses": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "AllowedIPs": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "Endpoints": ["77.164.248.136:45686", "10.65.0.27:45686", "172.17.0.1:45686"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 40799}, + {"Proto": "peerapi6", "Port": 40799} + ]}, + "Created": "2026-04-09T08:37:34.675912773Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 531656959559348, + "StableID": "nPgfw9jn9511CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "DiscoKey": "discokey:3bef8e992b5355a8d48c7453b76c3c36b5286779d439822199265f5f4c337317", + "Addresses": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "AllowedIPs": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "Endpoints": ["77.164.248.136:54585", "10.65.0.27:54585", "172.17.0.1:54585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 45816}, + {"Proto": "peerapi6", "Port": 45816} + ]}, + "Created": "2026-04-09T08:37:32.541385968Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2169165149866385, + "StableID": "nLLXLqHRwH11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "DiscoKey": "discokey:4b658a5fa759f37a4fe8f8ecc8c42551ff7ecaf39f61743e9b7c030c8b29d86d", + "Addresses": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "AllowedIPs": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "Endpoints": ["77.164.248.136:34944", "10.65.0.27:34944", "172.17.0.1:34944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46684}, + {"Proto": "peerapi6", "Port": 46684} + ]}, + "Created": "2026-04-09T08:37:30.399056031Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3825731267683802, + "StableID": "nobPXSUgsW11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:8717a196b35b763672eaf960c2297b1260a36ab61d2e58f80e7aad1570d44453", - "Addresses": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "AllowedIPs": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "Endpoints": ["77.164.248.136:35553", "10.65.0.27:35553", "172.17.0.1:35553"], + "Key": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:71cbdf09af11c0dc0cb2d61ef1b9bd403f66dc698acf96b4fcf5b25dc01c8a72", + "Addresses": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "AllowedIPs": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "Endpoints": ["77.164.248.136:46135", "10.65.0.27:46135", "172.17.0.1:46135"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46188}, - {"Proto": "peerapi6", "Port": 46188} + {"Proto": "peerapi4", "Port": 63551}, + {"Proto": "peerapi6", "Port": 63551} ]}, - "Created": "2026-04-09T01:31:32.012034101Z", + "Created": "2026-04-09T08:37:35.762432654Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8559642627534093, - "StableID": "nx2psEJgq921CNTRL", + "ID": 4395892638961349, + "StableID": "nLYiUSeuKb11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:30160811644c55f1180a0c685efa8ed4428c3cb768dd86cd0ef9f4cb29b31b62", - "Addresses": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "AllowedIPs": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "Endpoints": ["77.164.248.136:50936", "10.65.0.27:50936", "172.17.0.1:50936"], + "Key": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "KeyExpiry": "2026-10-06T08:37:36Z", + "DiscoKey": "discokey:b7630c9081cf79ae8c06c5046c99598875eabc525f2124039861d9893e8fc640", + "Addresses": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "AllowedIPs": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "Endpoints": ["77.164.248.136:37956", "10.65.0.27:37956", "172.17.0.1:37956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 52960}, - {"Proto": "peerapi6", "Port": 52960} + {"Proto": "peerapi4", "Port": 41585}, + {"Proto": "peerapi6", "Port": 41585} ]}, - "Created": "2026-04-09T01:31:32.55732664Z", + "Created": "2026-04-09T08:37:36.287262433Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4460585986551700, + "StableID": "nZmC5k2Dqb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:e310274303905feb2d4305864927bf949710073f6d5830f5b6e399475ba6747c", + "Addresses": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "AllowedIPs": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "Endpoints": ["77.164.248.136:54376", "10.65.0.27:54376", "172.17.0.1:54376"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41732}, + {"Proto": "peerapi6", "Port": 41732} + ]}, + "Created": "2026-04-09T08:37:35.215814588Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5008500115062963, + "StableID": "nGbBNhoM7g11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "DiscoKey": "discokey:774a454c13ac20e9fdc171d7bd8e5cadf21199a78a39e86eba5b45276560b131", + "Addresses": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "AllowedIPs": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "Endpoints": ["77.164.248.136:43537", "10.65.0.27:43537", "172.17.0.1:43537"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 53685}, + {"Proto": "peerapi6", "Port": 53685} + ]}, + "Created": "2026-04-09T08:37:32.004472298Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5680187315819629, + "StableID": "ngtFDZtZMm11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "DiscoKey": "discokey:2a813a74bce4c5ce29047129aabb3f3e0e5f115bd815793c7cd931263a34723e", + "Addresses": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "AllowedIPs": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "Endpoints": ["77.164.248.136:58869", "10.65.0.27:58869", "172.17.0.1:58869"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62864}, + {"Proto": "peerapi6", "Port": 62864} + ]}, + "Created": "2026-04-09T08:37:28.789335941Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6137090919582699, + "StableID": "nG9p5NyVvp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "DiscoKey": "discokey:f445e0595f101397cf84539b7d2cfe7957f62f2404fb1f386ceeab217657041a", + "Addresses": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "AllowedIPs": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "Endpoints": ["77.164.248.136:41764", "10.65.0.27:41764", "172.17.0.1:41764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 47098}, + {"Proto": "peerapi6", "Port": 47098} + ]}, + "Created": "2026-04-09T08:37:33.619389471Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6442112551195021, + "StableID": "naRvAdNeJs11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "DiscoKey": "discokey:553f1c61f168d13bdee0fc73edca841d66f2f5d53e0d0c7534ff0d2f3f0d7227", + "Addresses": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "AllowedIPs": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "Endpoints": ["77.164.248.136:38767", "10.65.0.27:38767", "172.17.0.1:38767"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 56216}, + {"Proto": "peerapi6", "Port": 56216} + ]}, + "Created": "2026-04-09T08:37:34.141504876Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7304658183228632, + "StableID": "nBUT25zH3z11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "DiscoKey": "discokey:9afc6b85171cb167a9543d193ac4a51100f2bbd4c21198ea90ebcf63d30dd113", + "Addresses": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "AllowedIPs": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65051}, + {"Proto": "peerapi6", "Port": 65051} + ]}, + "Created": "2026-04-09T08:37:30.932477776Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8802210451787425, + "StableID": "niTWsG9YjB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "DiscoKey": "discokey:4a2208aaa6dce45b47ce31d0a0537e4c9977a3133008d4b16dbc2023ea2e4f5b", + "Addresses": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "AllowedIPs": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "Endpoints": ["77.164.248.136:45752", "10.65.0.27:45752", "172.17.0.1:45752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41803}, + {"Proto": "peerapi6", "Port": 41803} + ]}, + "Created": "2026-04-09T08:37:29.878505257Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2695,27 +2697,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "387756445867509": { - "ID": 387756445867509, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7958810273997702": { + "ID": 7958810273997702, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2746,22 +2750,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8559642627534093, - "StableID": "nx2psEJgq921CNTRL", + "ID": 4395892638961349, + "StableID": "nLYiUSeuKb11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:30160811644c55f1180a0c685efa8ed4428c3cb768dd86cd0ef9f4cb29b31b62", - "Addresses": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "AllowedIPs": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "Endpoints": ["77.164.248.136:50936", "10.65.0.27:50936", "172.17.0.1:50936"], + "Key": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "KeyExpiry": "2026-10-06T08:37:36Z", + "DiscoKey": "discokey:b7630c9081cf79ae8c06c5046c99598875eabc525f2124039861d9893e8fc640", + "Addresses": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "AllowedIPs": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "Endpoints": ["77.164.248.136:37956", "10.65.0.27:37956", "172.17.0.1:37956"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 52960}, - {"Proto": "peerapi6", "Port": 52960}, + {"Proto": "peerapi4", "Port": 41585}, + {"Proto": "peerapi6", "Port": 41585}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:32.55732664Z", + "Created": "2026-04-09T08:37:36.287262433Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2790,302 +2794,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "MachineKey": "mkey:38104e79ff20d4e11347bff27250e24b6c4c663dcf84f5fed9db97bb56735f18", + "NodeKey": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "MachineKey": "mkey:9aa4c30f3a279133048b74a883ee09ef2530b9d22a7fa9cfc824f80112299655", "Peers": [{ - "ID": 387756445867509, - "StableID": "nvh5Krhc2411CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "DiscoKey": "discokey:b5b82b0f8ebf4d95057f3bb55d64aaa579497bb38fce4aaf80d088a5bdf4df31", - "Addresses": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "AllowedIPs": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "Endpoints": ["77.164.248.136:38916", "10.65.0.27:38916", "172.17.0.1:38916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64226}, - {"Proto": "peerapi6", "Port": 64226} - ]}, - "Created": "2026-04-09T01:31:27.562907888Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 716965269681692, - "StableID": "njUUknTib611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "DiscoKey": "discokey:c5243c35f120e19a0ccb9d837564ebb73682daa49b7354656dc119cdcdd82358", - "Addresses": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "AllowedIPs": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "Endpoints": ["77.164.248.136:47265", "10.65.0.27:47265", "172.17.0.1:47265"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58954}, - {"Proto": "peerapi6", "Port": 58954} - ]}, - "Created": "2026-04-09T01:31:24.832877916Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1262323490064780, - "StableID": "nBJDCf6irA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "DiscoKey": "discokey:f9859791a789eb9ddc3e6a93a8c49662e8b433912ef9f2c92f18823c46b1b135", - "Addresses": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "AllowedIPs": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "Endpoints": ["77.164.248.136:41493", "10.65.0.27:41493", "172.17.0.1:41493"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40587}, - {"Proto": "peerapi6", "Port": 40587} - ]}, - "Created": "2026-04-09T01:31:29.801803178Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1343976572931440, - "StableID": "nHs4XAzgVB11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "DiscoKey": "discokey:6938e57bbd25bb296b14e23d4114a738116bd89d9e166b89eecbd8bf367bac42", - "Addresses": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "AllowedIPs": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "Endpoints": ["77.164.248.136:47589", "10.65.0.27:47589", "172.17.0.1:47589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 65087}, - {"Proto": "peerapi6", "Port": 65087} - ]}, - "Created": "2026-04-09T01:31:28.720168613Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2429875805165340, - "StableID": "nBteBbiVyK11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "DiscoKey": "discokey:fe4572501aeee569998e1e30b4779949ea3401303fe95bf4b319483988e02e7e", - "Addresses": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "AllowedIPs": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "Endpoints": ["77.164.248.136:44569", "10.65.0.27:44569", "172.17.0.1:44569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47019}, - {"Proto": "peerapi6", "Port": 47019} - ]}, - "Created": "2026-04-09T01:31:27.002064626Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2941298515902077, - "StableID": "n2F7rcv7yP11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "DiscoKey": "discokey:2396bfaa2e39bcb234e946615bf96efb006d65308053cfdd8946f3b4f509c223", - "Addresses": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "AllowedIPs": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "Endpoints": ["77.164.248.136:59128", "10.65.0.27:59128", "172.17.0.1:59128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47677}, - {"Proto": "peerapi6", "Port": 47677} - ]}, - "Created": "2026-04-09T01:31:30.909472486Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3353667436013740, - "StableID": "nV17E6AtBT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "DiscoKey": "discokey:fd1850a4e0b6b0e3b8e9fd4c37d5a89a8a92d6fba970ada05bcbe3837fea5a31", - "Addresses": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "AllowedIPs": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "Endpoints": ["77.164.248.136:58733", "10.65.0.27:58733", "172.17.0.1:58733"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 46162}, - {"Proto": "peerapi6", "Port": 46162} - ]}, - "Created": "2026-04-09T01:31:30.351871791Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3408321951816242, - "StableID": "nfMedcqdcT11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "DiscoKey": "discokey:a2924893a2a71beb9b0a12632be234e662598550be574f662dda301b59cdf459", - "Addresses": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "AllowedIPs": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "Endpoints": ["77.164.248.136:33450", "10.65.0.27:33450", "172.17.0.1:33450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 42372}, - {"Proto": "peerapi6", "Port": 42372} - ]}, - "Created": "2026-04-09T01:31:29.25675569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4647968799453883, - "StableID": "nUR1b1G5Jd11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "DiscoKey": "discokey:ade9a460062d02402511f7f2a882f93050966939b05286d96fde5586dcdc795a", - "Addresses": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "AllowedIPs": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "Endpoints": ["77.164.248.136:43870", "10.65.0.27:43870", "172.17.0.1:43870"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 42910}, - {"Proto": "peerapi6", "Port": 42910} - ]}, - "Created": "2026-04-09T01:31:26.467248873Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4785316031886221, - "StableID": "nWqBCz8HNe11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "DiscoKey": "discokey:f1de9a4829860c55696017bc2bf8c530a5f4880866f4d684a26da9e7f8dc4c42", - "Addresses": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "AllowedIPs": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "Endpoints": ["77.164.248.136:54628", "10.65.0.27:54628", "172.17.0.1:54628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51962}, - {"Proto": "peerapi6", "Port": 51962} - ]}, - "Created": "2026-04-09T01:31:28.108025783Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5209327081616272, - "StableID": "noSbhxBKgh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "KeyExpiry": "2026-10-06T01:31:31Z", - "DiscoKey": "discokey:171e5f5399cfefe879c6d5954909986b9cf3dbb981553b9c2c509b7fa22fdd56", - "Addresses": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "AllowedIPs": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "Endpoints": ["77.164.248.136:37883", "10.65.0.27:37883", "172.17.0.1:37883"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62029}, - {"Proto": "peerapi6", "Port": 62029} - ]}, - "Created": "2026-04-09T01:31:31.471195794Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5224167988757031, - "StableID": "nExvqz23oh11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "DiscoKey": "discokey:6dbef81115c6c053a109b63167b7ffb9bb1c327fe5f5c60fe8bb189cbb8e2365", - "Addresses": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "AllowedIPs": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "Endpoints": ["77.164.248.136:37653", "10.65.0.27:37653", "172.17.0.1:37653"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37533}, - {"Proto": "peerapi6", "Port": 37533} - ]}, - "Created": "2026-04-09T01:31:25.931789588Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6575372417565609, - "StableID": "nkNeEFtzLt11CNTRL", + "ID": 94871871761068, + "StableID": "nyBBS98yj111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "DiscoKey": "discokey:6fb473fc629d0ac0ade4ac96ef8ce1b88b1c9897e28df3fd349d1ec828af6e18", - "Addresses": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "AllowedIPs": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "Key": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "DiscoKey": "discokey:1bdce3d87a6bd3b0cd547535da4c098c1aca027230abee46451f4544911f8711", + "Addresses": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "AllowedIPs": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "Endpoints": ["77.164.248.136:38770", "10.65.0.27:38770", "172.17.0.1:38770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37132}, - {"Proto": "peerapi6", "Port": 37132} + {"Proto": "peerapi4", "Port": 40857}, + {"Proto": "peerapi6", "Port": 40857} ]}, - "Created": "2026-04-09T01:31:25.369828535Z", + "Created": "2026-04-09T08:37:29.324736873Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6872349625782445, - "StableID": "nUg8BLyVfv11CNTRL", + "ID": 154734001891838, + "StableID": "nomMtnb5D211CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "DiscoKey": "discokey:486ba3c3898abf7c3339226e63971f3be8469b3afbef619a5d9a20aacee1fd19", + "Addresses": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "AllowedIPs": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "Endpoints": ["77.164.248.136:50553", "10.65.0.27:50553", "172.17.0.1:50553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:37:33.077107899Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 227240566058066, + "StableID": "nbd5g1Evm211CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "DiscoKey": "discokey:41943f6502d0fff27393acfdb68ce5b5fb22c7827753ae2d79ccc2101c2f9e31", + "Addresses": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "AllowedIPs": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "Endpoints": ["77.164.248.136:45686", "10.65.0.27:45686", "172.17.0.1:45686"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 40799}, + {"Proto": "peerapi6", "Port": 40799} + ]}, + "Created": "2026-04-09T08:37:34.675912773Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 531656959559348, + "StableID": "nPgfw9jn9511CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "DiscoKey": "discokey:3bef8e992b5355a8d48c7453b76c3c36b5286779d439822199265f5f4c337317", + "Addresses": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "AllowedIPs": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "Endpoints": ["77.164.248.136:54585", "10.65.0.27:54585", "172.17.0.1:54585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 45816}, + {"Proto": "peerapi6", "Port": 45816} + ]}, + "Created": "2026-04-09T08:37:32.541385968Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2169165149866385, + "StableID": "nLLXLqHRwH11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "DiscoKey": "discokey:4b658a5fa759f37a4fe8f8ecc8c42551ff7ecaf39f61743e9b7c030c8b29d86d", + "Addresses": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "AllowedIPs": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "Endpoints": ["77.164.248.136:34944", "10.65.0.27:34944", "172.17.0.1:34944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46684}, + {"Proto": "peerapi6", "Port": 46684} + ]}, + "Created": "2026-04-09T08:37:30.399056031Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3825731267683802, + "StableID": "nobPXSUgsW11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:8717a196b35b763672eaf960c2297b1260a36ab61d2e58f80e7aad1570d44453", - "Addresses": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "AllowedIPs": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "Endpoints": ["77.164.248.136:35553", "10.65.0.27:35553", "172.17.0.1:35553"], + "Key": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:71cbdf09af11c0dc0cb2d61ef1b9bd403f66dc698acf96b4fcf5b25dc01c8a72", + "Addresses": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "AllowedIPs": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "Endpoints": ["77.164.248.136:46135", "10.65.0.27:46135", "172.17.0.1:46135"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46188}, - {"Proto": "peerapi6", "Port": 46188} + {"Proto": "peerapi4", "Port": 63551}, + {"Proto": "peerapi6", "Port": 63551} ]}, - "Created": "2026-04-09T01:31:32.012034101Z", + "Created": "2026-04-09T08:37:35.762432654Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" + }, { + "ID": 4460585986551700, + "StableID": "nZmC5k2Dqb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:e310274303905feb2d4305864927bf949710073f6d5830f5b6e399475ba6747c", + "Addresses": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "AllowedIPs": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "Endpoints": ["77.164.248.136:54376", "10.65.0.27:54376", "172.17.0.1:54376"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41732}, + {"Proto": "peerapi6", "Port": 41732} + ]}, + "Created": "2026-04-09T08:37:35.215814588Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5008500115062963, + "StableID": "nGbBNhoM7g11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "DiscoKey": "discokey:774a454c13ac20e9fdc171d7bd8e5cadf21199a78a39e86eba5b45276560b131", + "Addresses": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "AllowedIPs": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "Endpoints": ["77.164.248.136:43537", "10.65.0.27:43537", "172.17.0.1:43537"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 53685}, + {"Proto": "peerapi6", "Port": 53685} + ]}, + "Created": "2026-04-09T08:37:32.004472298Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5680187315819629, + "StableID": "ngtFDZtZMm11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "DiscoKey": "discokey:2a813a74bce4c5ce29047129aabb3f3e0e5f115bd815793c7cd931263a34723e", + "Addresses": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "AllowedIPs": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "Endpoints": ["77.164.248.136:58869", "10.65.0.27:58869", "172.17.0.1:58869"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62864}, + {"Proto": "peerapi6", "Port": 62864} + ]}, + "Created": "2026-04-09T08:37:28.789335941Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6137090919582699, + "StableID": "nG9p5NyVvp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "DiscoKey": "discokey:f445e0595f101397cf84539b7d2cfe7957f62f2404fb1f386ceeab217657041a", + "Addresses": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "AllowedIPs": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "Endpoints": ["77.164.248.136:41764", "10.65.0.27:41764", "172.17.0.1:41764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 47098}, + {"Proto": "peerapi6", "Port": 47098} + ]}, + "Created": "2026-04-09T08:37:33.619389471Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6442112551195021, + "StableID": "naRvAdNeJs11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "DiscoKey": "discokey:553f1c61f168d13bdee0fc73edca841d66f2f5d53e0d0c7534ff0d2f3f0d7227", + "Addresses": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "AllowedIPs": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "Endpoints": ["77.164.248.136:38767", "10.65.0.27:38767", "172.17.0.1:38767"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 56216}, + {"Proto": "peerapi6", "Port": 56216} + ]}, + "Created": "2026-04-09T08:37:34.141504876Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7304658183228632, + "StableID": "nBUT25zH3z11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "DiscoKey": "discokey:9afc6b85171cb167a9543d193ac4a51100f2bbd4c21198ea90ebcf63d30dd113", + "Addresses": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "AllowedIPs": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65051}, + {"Proto": "peerapi6", "Port": 65051} + ]}, + "Created": "2026-04-09T08:37:30.932477776Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7958810273997702, + "StableID": "nqWNF7TZ9521CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "DiscoKey": "discokey:13429abf3228d6a8a15f22bab89ab0c2ba96bfe42f6df961860e3ec97428782f", + "Addresses": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "AllowedIPs": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "Endpoints": ["77.164.248.136:57749", "10.65.0.27:57749", "172.17.0.1:57749"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53212}, + {"Proto": "peerapi6", "Port": 53212} + ]}, + "Created": "2026-04-09T08:37:31.473447939Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8802210451787425, + "StableID": "niTWsG9YjB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "DiscoKey": "discokey:4a2208aaa6dce45b47ce31d0a0537e4c9977a3133008d4b16dbc2023ea2e4f5b", + "Addresses": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "AllowedIPs": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "Endpoints": ["77.164.248.136:45752", "10.65.0.27:45752", "172.17.0.1:45752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41803}, + {"Proto": "peerapi6", "Port": 41803} + ]}, + "Created": "2026-04-09T08:37:29.878505257Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3113,7 +3117,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.110.201.92"}, {"nodeIP": "fd7a:115c:a1e0::ba37:c95d"}], + "principals": [{"nodeIP": "100.82.171.119"}, {"nodeIP": "fd7a:115c:a1e0::3737:ab77"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -3122,7 +3126,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.110.201.92"}, {"nodeIP": "fd7a:115c:a1e0::ba37:c95d"}], + "principals": [{"nodeIP": "100.82.171.119"}, {"nodeIP": "fd7a:115c:a1e0::3737:ab77"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3951,26 +3955,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.110.201.92"}, {"nodeIP": "fd7a:115c:a1e0::ba37:c95d"}], + "principals": [{"nodeIP": "100.82.171.119"}, {"nodeIP": "fd7a:115c:a1e0::3737:ab77"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -3979,7 +3984,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.110.201.92"}, {"nodeIP": "fd7a:115c:a1e0::ba37:c95d"}], + "principals": [{"nodeIP": "100.82.171.119"}, {"nodeIP": "fd7a:115c:a1e0::3737:ab77"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -4016,26 +4021,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5224167988757031, - "StableID": "nExvqz23oh11CNTRL", + "ID": 8802210451787425, + "StableID": "niTWsG9YjB21CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 5224167988757031, - "Key": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "DiscoKey": "discokey:6dbef81115c6c053a109b63167b7ffb9bb1c327fe5f5c60fe8bb189cbb8e2365", - "Addresses": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "AllowedIPs": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "Endpoints": ["77.164.248.136:37653", "10.65.0.27:37653", "172.17.0.1:37653"], + "User": 8802210451787425, + "Key": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "DiscoKey": "discokey:4a2208aaa6dce45b47ce31d0a0537e4c9977a3133008d4b16dbc2023ea2e4f5b", + "Addresses": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "AllowedIPs": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "Endpoints": ["77.164.248.136:45752", "10.65.0.27:45752", "172.17.0.1:45752"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 37533}, - {"Proto": "peerapi6", "Port": 37533}, + {"Proto": "peerapi4", "Port": 41803}, + {"Proto": "peerapi6", "Port": 41803}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:25.931789588Z", + "Created": "2026-04-09T08:37:29.878505257Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -4063,302 +4068,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "MachineKey": "mkey:b3d707959889be3db2fb5ffe93f2fe97049a8cf62f8507652ea590b4b90b1469", + "NodeKey": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "MachineKey": "mkey:21d9337ac1a0768d05d0cc860cbb55b4db1419dc06a05275d4063f31a8b86e10", "Peers": [{ - "ID": 387756445867509, - "StableID": "nvh5Krhc2411CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "DiscoKey": "discokey:b5b82b0f8ebf4d95057f3bb55d64aaa579497bb38fce4aaf80d088a5bdf4df31", - "Addresses": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "AllowedIPs": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "Endpoints": ["77.164.248.136:38916", "10.65.0.27:38916", "172.17.0.1:38916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64226}, - {"Proto": "peerapi6", "Port": 64226} - ]}, - "Created": "2026-04-09T01:31:27.562907888Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 716965269681692, - "StableID": "njUUknTib611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "DiscoKey": "discokey:c5243c35f120e19a0ccb9d837564ebb73682daa49b7354656dc119cdcdd82358", - "Addresses": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "AllowedIPs": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "Endpoints": ["77.164.248.136:47265", "10.65.0.27:47265", "172.17.0.1:47265"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58954}, - {"Proto": "peerapi6", "Port": 58954} - ]}, - "Created": "2026-04-09T01:31:24.832877916Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1262323490064780, - "StableID": "nBJDCf6irA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "DiscoKey": "discokey:f9859791a789eb9ddc3e6a93a8c49662e8b433912ef9f2c92f18823c46b1b135", - "Addresses": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "AllowedIPs": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "Endpoints": ["77.164.248.136:41493", "10.65.0.27:41493", "172.17.0.1:41493"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40587}, - {"Proto": "peerapi6", "Port": 40587} - ]}, - "Created": "2026-04-09T01:31:29.801803178Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1343976572931440, - "StableID": "nHs4XAzgVB11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "DiscoKey": "discokey:6938e57bbd25bb296b14e23d4114a738116bd89d9e166b89eecbd8bf367bac42", - "Addresses": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "AllowedIPs": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "Endpoints": ["77.164.248.136:47589", "10.65.0.27:47589", "172.17.0.1:47589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 65087}, - {"Proto": "peerapi6", "Port": 65087} - ]}, - "Created": "2026-04-09T01:31:28.720168613Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2429875805165340, - "StableID": "nBteBbiVyK11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "DiscoKey": "discokey:fe4572501aeee569998e1e30b4779949ea3401303fe95bf4b319483988e02e7e", - "Addresses": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "AllowedIPs": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "Endpoints": ["77.164.248.136:44569", "10.65.0.27:44569", "172.17.0.1:44569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47019}, - {"Proto": "peerapi6", "Port": 47019} - ]}, - "Created": "2026-04-09T01:31:27.002064626Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2941298515902077, - "StableID": "n2F7rcv7yP11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "DiscoKey": "discokey:2396bfaa2e39bcb234e946615bf96efb006d65308053cfdd8946f3b4f509c223", - "Addresses": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "AllowedIPs": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "Endpoints": ["77.164.248.136:59128", "10.65.0.27:59128", "172.17.0.1:59128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47677}, - {"Proto": "peerapi6", "Port": 47677} - ]}, - "Created": "2026-04-09T01:31:30.909472486Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3353667436013740, - "StableID": "nV17E6AtBT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "DiscoKey": "discokey:fd1850a4e0b6b0e3b8e9fd4c37d5a89a8a92d6fba970ada05bcbe3837fea5a31", - "Addresses": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "AllowedIPs": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "Endpoints": ["77.164.248.136:58733", "10.65.0.27:58733", "172.17.0.1:58733"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 46162}, - {"Proto": "peerapi6", "Port": 46162} - ]}, - "Created": "2026-04-09T01:31:30.351871791Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3408321951816242, - "StableID": "nfMedcqdcT11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "DiscoKey": "discokey:a2924893a2a71beb9b0a12632be234e662598550be574f662dda301b59cdf459", - "Addresses": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "AllowedIPs": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "Endpoints": ["77.164.248.136:33450", "10.65.0.27:33450", "172.17.0.1:33450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 42372}, - {"Proto": "peerapi6", "Port": 42372} - ]}, - "Created": "2026-04-09T01:31:29.25675569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4647968799453883, - "StableID": "nUR1b1G5Jd11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "DiscoKey": "discokey:ade9a460062d02402511f7f2a882f93050966939b05286d96fde5586dcdc795a", - "Addresses": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "AllowedIPs": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "Endpoints": ["77.164.248.136:43870", "10.65.0.27:43870", "172.17.0.1:43870"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 42910}, - {"Proto": "peerapi6", "Port": 42910} - ]}, - "Created": "2026-04-09T01:31:26.467248873Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4785316031886221, - "StableID": "nWqBCz8HNe11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "DiscoKey": "discokey:f1de9a4829860c55696017bc2bf8c530a5f4880866f4d684a26da9e7f8dc4c42", - "Addresses": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "AllowedIPs": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "Endpoints": ["77.164.248.136:54628", "10.65.0.27:54628", "172.17.0.1:54628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51962}, - {"Proto": "peerapi6", "Port": 51962} - ]}, - "Created": "2026-04-09T01:31:28.108025783Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5209327081616272, - "StableID": "noSbhxBKgh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "KeyExpiry": "2026-10-06T01:31:31Z", - "DiscoKey": "discokey:171e5f5399cfefe879c6d5954909986b9cf3dbb981553b9c2c509b7fa22fdd56", - "Addresses": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "AllowedIPs": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "Endpoints": ["77.164.248.136:37883", "10.65.0.27:37883", "172.17.0.1:37883"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62029}, - {"Proto": "peerapi6", "Port": 62029} - ]}, - "Created": "2026-04-09T01:31:31.471195794Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 6575372417565609, - "StableID": "nkNeEFtzLt11CNTRL", + "ID": 94871871761068, + "StableID": "nyBBS98yj111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "DiscoKey": "discokey:6fb473fc629d0ac0ade4ac96ef8ce1b88b1c9897e28df3fd349d1ec828af6e18", - "Addresses": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "AllowedIPs": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "Key": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "DiscoKey": "discokey:1bdce3d87a6bd3b0cd547535da4c098c1aca027230abee46451f4544911f8711", + "Addresses": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "AllowedIPs": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "Endpoints": ["77.164.248.136:38770", "10.65.0.27:38770", "172.17.0.1:38770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37132}, - {"Proto": "peerapi6", "Port": 37132} + {"Proto": "peerapi4", "Port": 40857}, + {"Proto": "peerapi6", "Port": 40857} ]}, - "Created": "2026-04-09T01:31:25.369828535Z", + "Created": "2026-04-09T08:37:29.324736873Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6872349625782445, - "StableID": "nUg8BLyVfv11CNTRL", + "ID": 154734001891838, + "StableID": "nomMtnb5D211CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "DiscoKey": "discokey:486ba3c3898abf7c3339226e63971f3be8469b3afbef619a5d9a20aacee1fd19", + "Addresses": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "AllowedIPs": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "Endpoints": ["77.164.248.136:50553", "10.65.0.27:50553", "172.17.0.1:50553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:37:33.077107899Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 227240566058066, + "StableID": "nbd5g1Evm211CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "DiscoKey": "discokey:41943f6502d0fff27393acfdb68ce5b5fb22c7827753ae2d79ccc2101c2f9e31", + "Addresses": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "AllowedIPs": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "Endpoints": ["77.164.248.136:45686", "10.65.0.27:45686", "172.17.0.1:45686"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 40799}, + {"Proto": "peerapi6", "Port": 40799} + ]}, + "Created": "2026-04-09T08:37:34.675912773Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 531656959559348, + "StableID": "nPgfw9jn9511CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "DiscoKey": "discokey:3bef8e992b5355a8d48c7453b76c3c36b5286779d439822199265f5f4c337317", + "Addresses": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "AllowedIPs": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "Endpoints": ["77.164.248.136:54585", "10.65.0.27:54585", "172.17.0.1:54585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 45816}, + {"Proto": "peerapi6", "Port": 45816} + ]}, + "Created": "2026-04-09T08:37:32.541385968Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2169165149866385, + "StableID": "nLLXLqHRwH11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "DiscoKey": "discokey:4b658a5fa759f37a4fe8f8ecc8c42551ff7ecaf39f61743e9b7c030c8b29d86d", + "Addresses": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "AllowedIPs": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "Endpoints": ["77.164.248.136:34944", "10.65.0.27:34944", "172.17.0.1:34944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46684}, + {"Proto": "peerapi6", "Port": 46684} + ]}, + "Created": "2026-04-09T08:37:30.399056031Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3825731267683802, + "StableID": "nobPXSUgsW11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:8717a196b35b763672eaf960c2297b1260a36ab61d2e58f80e7aad1570d44453", - "Addresses": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "AllowedIPs": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "Endpoints": ["77.164.248.136:35553", "10.65.0.27:35553", "172.17.0.1:35553"], + "Key": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:71cbdf09af11c0dc0cb2d61ef1b9bd403f66dc698acf96b4fcf5b25dc01c8a72", + "Addresses": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "AllowedIPs": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "Endpoints": ["77.164.248.136:46135", "10.65.0.27:46135", "172.17.0.1:46135"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46188}, - {"Proto": "peerapi6", "Port": 46188} + {"Proto": "peerapi4", "Port": 63551}, + {"Proto": "peerapi6", "Port": 63551} ]}, - "Created": "2026-04-09T01:31:32.012034101Z", + "Created": "2026-04-09T08:37:35.762432654Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8559642627534093, - "StableID": "nx2psEJgq921CNTRL", + "ID": 4395892638961349, + "StableID": "nLYiUSeuKb11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:30160811644c55f1180a0c685efa8ed4428c3cb768dd86cd0ef9f4cb29b31b62", - "Addresses": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "AllowedIPs": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "Endpoints": ["77.164.248.136:50936", "10.65.0.27:50936", "172.17.0.1:50936"], + "Key": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "KeyExpiry": "2026-10-06T08:37:36Z", + "DiscoKey": "discokey:b7630c9081cf79ae8c06c5046c99598875eabc525f2124039861d9893e8fc640", + "Addresses": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "AllowedIPs": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "Endpoints": ["77.164.248.136:37956", "10.65.0.27:37956", "172.17.0.1:37956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 52960}, - {"Proto": "peerapi6", "Port": 52960} + {"Proto": "peerapi4", "Port": 41585}, + {"Proto": "peerapi6", "Port": 41585} ]}, - "Created": "2026-04-09T01:31:32.55732664Z", + "Created": "2026-04-09T08:37:36.287262433Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4460585986551700, + "StableID": "nZmC5k2Dqb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:e310274303905feb2d4305864927bf949710073f6d5830f5b6e399475ba6747c", + "Addresses": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "AllowedIPs": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "Endpoints": ["77.164.248.136:54376", "10.65.0.27:54376", "172.17.0.1:54376"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41732}, + {"Proto": "peerapi6", "Port": 41732} + ]}, + "Created": "2026-04-09T08:37:35.215814588Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5008500115062963, + "StableID": "nGbBNhoM7g11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "DiscoKey": "discokey:774a454c13ac20e9fdc171d7bd8e5cadf21199a78a39e86eba5b45276560b131", + "Addresses": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "AllowedIPs": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "Endpoints": ["77.164.248.136:43537", "10.65.0.27:43537", "172.17.0.1:43537"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 53685}, + {"Proto": "peerapi6", "Port": 53685} + ]}, + "Created": "2026-04-09T08:37:32.004472298Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5680187315819629, + "StableID": "ngtFDZtZMm11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "DiscoKey": "discokey:2a813a74bce4c5ce29047129aabb3f3e0e5f115bd815793c7cd931263a34723e", + "Addresses": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "AllowedIPs": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "Endpoints": ["77.164.248.136:58869", "10.65.0.27:58869", "172.17.0.1:58869"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62864}, + {"Proto": "peerapi6", "Port": 62864} + ]}, + "Created": "2026-04-09T08:37:28.789335941Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6137090919582699, + "StableID": "nG9p5NyVvp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "DiscoKey": "discokey:f445e0595f101397cf84539b7d2cfe7957f62f2404fb1f386ceeab217657041a", + "Addresses": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "AllowedIPs": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "Endpoints": ["77.164.248.136:41764", "10.65.0.27:41764", "172.17.0.1:41764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 47098}, + {"Proto": "peerapi6", "Port": 47098} + ]}, + "Created": "2026-04-09T08:37:33.619389471Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6442112551195021, + "StableID": "naRvAdNeJs11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "DiscoKey": "discokey:553f1c61f168d13bdee0fc73edca841d66f2f5d53e0d0c7534ff0d2f3f0d7227", + "Addresses": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "AllowedIPs": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "Endpoints": ["77.164.248.136:38767", "10.65.0.27:38767", "172.17.0.1:38767"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 56216}, + {"Proto": "peerapi6", "Port": 56216} + ]}, + "Created": "2026-04-09T08:37:34.141504876Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7304658183228632, + "StableID": "nBUT25zH3z11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "DiscoKey": "discokey:9afc6b85171cb167a9543d193ac4a51100f2bbd4c21198ea90ebcf63d30dd113", + "Addresses": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "AllowedIPs": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65051}, + {"Proto": "peerapi6", "Port": 65051} + ]}, + "Created": "2026-04-09T08:37:30.932477776Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7958810273997702, + "StableID": "nqWNF7TZ9521CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "DiscoKey": "discokey:13429abf3228d6a8a15f22bab89ab0c2ba96bfe42f6df961860e3ec97428782f", + "Addresses": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "AllowedIPs": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "Endpoints": ["77.164.248.136:57749", "10.65.0.27:57749", "172.17.0.1:57749"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53212}, + {"Proto": "peerapi6", "Port": 53212} + ]}, + "Created": "2026-04-09T08:37:31.473447939Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5206,27 +5211,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5224167988757031": { - "ID": 5224167988757031, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8802210451787425": { + "ID": 8802210451787425, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5257,26 +5264,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1343976572931440, - "StableID": "nHs4XAzgVB11CNTRL", + "ID": 531656959559348, + "StableID": "nPgfw9jn9511CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 1343976572931440, - "Key": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "DiscoKey": "discokey:6938e57bbd25bb296b14e23d4114a738116bd89d9e166b89eecbd8bf367bac42", - "Addresses": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "AllowedIPs": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "Endpoints": ["77.164.248.136:47589", "10.65.0.27:47589", "172.17.0.1:47589"], + "User": 531656959559348, + "Key": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "DiscoKey": "discokey:3bef8e992b5355a8d48c7453b76c3c36b5286779d439822199265f5f4c337317", + "Addresses": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "AllowedIPs": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "Endpoints": ["77.164.248.136:54585", "10.65.0.27:54585", "172.17.0.1:54585"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 65087}, - {"Proto": "peerapi6", "Port": 65087}, + {"Proto": "peerapi4", "Port": 45816}, + {"Proto": "peerapi6", "Port": 45816}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:28.720168613Z", + "Created": "2026-04-09T08:37:32.541385968Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5304,302 +5311,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "MachineKey": "mkey:caddd5e11372cc34f8ab802afccb64994968835e5db9d28e690dc24445588151", + "NodeKey": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "MachineKey": "mkey:b45c339f05546d8c141b16d2619b4e12abe83503bf469235b424f9791860647f", "Peers": [{ - "ID": 387756445867509, - "StableID": "nvh5Krhc2411CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "DiscoKey": "discokey:b5b82b0f8ebf4d95057f3bb55d64aaa579497bb38fce4aaf80d088a5bdf4df31", - "Addresses": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "AllowedIPs": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "Endpoints": ["77.164.248.136:38916", "10.65.0.27:38916", "172.17.0.1:38916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64226}, - {"Proto": "peerapi6", "Port": 64226} - ]}, - "Created": "2026-04-09T01:31:27.562907888Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 716965269681692, - "StableID": "njUUknTib611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "DiscoKey": "discokey:c5243c35f120e19a0ccb9d837564ebb73682daa49b7354656dc119cdcdd82358", - "Addresses": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "AllowedIPs": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "Endpoints": ["77.164.248.136:47265", "10.65.0.27:47265", "172.17.0.1:47265"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58954}, - {"Proto": "peerapi6", "Port": 58954} - ]}, - "Created": "2026-04-09T01:31:24.832877916Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1262323490064780, - "StableID": "nBJDCf6irA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "DiscoKey": "discokey:f9859791a789eb9ddc3e6a93a8c49662e8b433912ef9f2c92f18823c46b1b135", - "Addresses": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "AllowedIPs": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "Endpoints": ["77.164.248.136:41493", "10.65.0.27:41493", "172.17.0.1:41493"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40587}, - {"Proto": "peerapi6", "Port": 40587} - ]}, - "Created": "2026-04-09T01:31:29.801803178Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2429875805165340, - "StableID": "nBteBbiVyK11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "DiscoKey": "discokey:fe4572501aeee569998e1e30b4779949ea3401303fe95bf4b319483988e02e7e", - "Addresses": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "AllowedIPs": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "Endpoints": ["77.164.248.136:44569", "10.65.0.27:44569", "172.17.0.1:44569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47019}, - {"Proto": "peerapi6", "Port": 47019} - ]}, - "Created": "2026-04-09T01:31:27.002064626Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2941298515902077, - "StableID": "n2F7rcv7yP11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "DiscoKey": "discokey:2396bfaa2e39bcb234e946615bf96efb006d65308053cfdd8946f3b4f509c223", - "Addresses": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "AllowedIPs": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "Endpoints": ["77.164.248.136:59128", "10.65.0.27:59128", "172.17.0.1:59128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47677}, - {"Proto": "peerapi6", "Port": 47677} - ]}, - "Created": "2026-04-09T01:31:30.909472486Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3353667436013740, - "StableID": "nV17E6AtBT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "DiscoKey": "discokey:fd1850a4e0b6b0e3b8e9fd4c37d5a89a8a92d6fba970ada05bcbe3837fea5a31", - "Addresses": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "AllowedIPs": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "Endpoints": ["77.164.248.136:58733", "10.65.0.27:58733", "172.17.0.1:58733"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 46162}, - {"Proto": "peerapi6", "Port": 46162} - ]}, - "Created": "2026-04-09T01:31:30.351871791Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3408321951816242, - "StableID": "nfMedcqdcT11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "DiscoKey": "discokey:a2924893a2a71beb9b0a12632be234e662598550be574f662dda301b59cdf459", - "Addresses": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "AllowedIPs": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "Endpoints": ["77.164.248.136:33450", "10.65.0.27:33450", "172.17.0.1:33450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 42372}, - {"Proto": "peerapi6", "Port": 42372} - ]}, - "Created": "2026-04-09T01:31:29.25675569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4647968799453883, - "StableID": "nUR1b1G5Jd11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "DiscoKey": "discokey:ade9a460062d02402511f7f2a882f93050966939b05286d96fde5586dcdc795a", - "Addresses": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "AllowedIPs": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "Endpoints": ["77.164.248.136:43870", "10.65.0.27:43870", "172.17.0.1:43870"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 42910}, - {"Proto": "peerapi6", "Port": 42910} - ]}, - "Created": "2026-04-09T01:31:26.467248873Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4785316031886221, - "StableID": "nWqBCz8HNe11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "DiscoKey": "discokey:f1de9a4829860c55696017bc2bf8c530a5f4880866f4d684a26da9e7f8dc4c42", - "Addresses": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "AllowedIPs": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "Endpoints": ["77.164.248.136:54628", "10.65.0.27:54628", "172.17.0.1:54628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51962}, - {"Proto": "peerapi6", "Port": 51962} - ]}, - "Created": "2026-04-09T01:31:28.108025783Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5209327081616272, - "StableID": "noSbhxBKgh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "KeyExpiry": "2026-10-06T01:31:31Z", - "DiscoKey": "discokey:171e5f5399cfefe879c6d5954909986b9cf3dbb981553b9c2c509b7fa22fdd56", - "Addresses": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "AllowedIPs": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "Endpoints": ["77.164.248.136:37883", "10.65.0.27:37883", "172.17.0.1:37883"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62029}, - {"Proto": "peerapi6", "Port": 62029} - ]}, - "Created": "2026-04-09T01:31:31.471195794Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5224167988757031, - "StableID": "nExvqz23oh11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "DiscoKey": "discokey:6dbef81115c6c053a109b63167b7ffb9bb1c327fe5f5c60fe8bb189cbb8e2365", - "Addresses": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "AllowedIPs": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "Endpoints": ["77.164.248.136:37653", "10.65.0.27:37653", "172.17.0.1:37653"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37533}, - {"Proto": "peerapi6", "Port": 37533} - ]}, - "Created": "2026-04-09T01:31:25.931789588Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6575372417565609, - "StableID": "nkNeEFtzLt11CNTRL", + "ID": 94871871761068, + "StableID": "nyBBS98yj111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "DiscoKey": "discokey:6fb473fc629d0ac0ade4ac96ef8ce1b88b1c9897e28df3fd349d1ec828af6e18", - "Addresses": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "AllowedIPs": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "Key": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "DiscoKey": "discokey:1bdce3d87a6bd3b0cd547535da4c098c1aca027230abee46451f4544911f8711", + "Addresses": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "AllowedIPs": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "Endpoints": ["77.164.248.136:38770", "10.65.0.27:38770", "172.17.0.1:38770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37132}, - {"Proto": "peerapi6", "Port": 37132} + {"Proto": "peerapi4", "Port": 40857}, + {"Proto": "peerapi6", "Port": 40857} ]}, - "Created": "2026-04-09T01:31:25.369828535Z", + "Created": "2026-04-09T08:37:29.324736873Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6872349625782445, - "StableID": "nUg8BLyVfv11CNTRL", + "ID": 154734001891838, + "StableID": "nomMtnb5D211CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "DiscoKey": "discokey:486ba3c3898abf7c3339226e63971f3be8469b3afbef619a5d9a20aacee1fd19", + "Addresses": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "AllowedIPs": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "Endpoints": ["77.164.248.136:50553", "10.65.0.27:50553", "172.17.0.1:50553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:37:33.077107899Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 227240566058066, + "StableID": "nbd5g1Evm211CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "DiscoKey": "discokey:41943f6502d0fff27393acfdb68ce5b5fb22c7827753ae2d79ccc2101c2f9e31", + "Addresses": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "AllowedIPs": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "Endpoints": ["77.164.248.136:45686", "10.65.0.27:45686", "172.17.0.1:45686"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 40799}, + {"Proto": "peerapi6", "Port": 40799} + ]}, + "Created": "2026-04-09T08:37:34.675912773Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 2169165149866385, + "StableID": "nLLXLqHRwH11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "DiscoKey": "discokey:4b658a5fa759f37a4fe8f8ecc8c42551ff7ecaf39f61743e9b7c030c8b29d86d", + "Addresses": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "AllowedIPs": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "Endpoints": ["77.164.248.136:34944", "10.65.0.27:34944", "172.17.0.1:34944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46684}, + {"Proto": "peerapi6", "Port": 46684} + ]}, + "Created": "2026-04-09T08:37:30.399056031Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3825731267683802, + "StableID": "nobPXSUgsW11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:8717a196b35b763672eaf960c2297b1260a36ab61d2e58f80e7aad1570d44453", - "Addresses": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "AllowedIPs": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "Endpoints": ["77.164.248.136:35553", "10.65.0.27:35553", "172.17.0.1:35553"], + "Key": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:71cbdf09af11c0dc0cb2d61ef1b9bd403f66dc698acf96b4fcf5b25dc01c8a72", + "Addresses": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "AllowedIPs": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "Endpoints": ["77.164.248.136:46135", "10.65.0.27:46135", "172.17.0.1:46135"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46188}, - {"Proto": "peerapi6", "Port": 46188} + {"Proto": "peerapi4", "Port": 63551}, + {"Proto": "peerapi6", "Port": 63551} ]}, - "Created": "2026-04-09T01:31:32.012034101Z", + "Created": "2026-04-09T08:37:35.762432654Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8559642627534093, - "StableID": "nx2psEJgq921CNTRL", + "ID": 4395892638961349, + "StableID": "nLYiUSeuKb11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:30160811644c55f1180a0c685efa8ed4428c3cb768dd86cd0ef9f4cb29b31b62", - "Addresses": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "AllowedIPs": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "Endpoints": ["77.164.248.136:50936", "10.65.0.27:50936", "172.17.0.1:50936"], + "Key": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "KeyExpiry": "2026-10-06T08:37:36Z", + "DiscoKey": "discokey:b7630c9081cf79ae8c06c5046c99598875eabc525f2124039861d9893e8fc640", + "Addresses": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "AllowedIPs": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "Endpoints": ["77.164.248.136:37956", "10.65.0.27:37956", "172.17.0.1:37956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 52960}, - {"Proto": "peerapi6", "Port": 52960} + {"Proto": "peerapi4", "Port": 41585}, + {"Proto": "peerapi6", "Port": 41585} ]}, - "Created": "2026-04-09T01:31:32.55732664Z", + "Created": "2026-04-09T08:37:36.287262433Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4460585986551700, + "StableID": "nZmC5k2Dqb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:e310274303905feb2d4305864927bf949710073f6d5830f5b6e399475ba6747c", + "Addresses": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "AllowedIPs": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "Endpoints": ["77.164.248.136:54376", "10.65.0.27:54376", "172.17.0.1:54376"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41732}, + {"Proto": "peerapi6", "Port": 41732} + ]}, + "Created": "2026-04-09T08:37:35.215814588Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5008500115062963, + "StableID": "nGbBNhoM7g11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "DiscoKey": "discokey:774a454c13ac20e9fdc171d7bd8e5cadf21199a78a39e86eba5b45276560b131", + "Addresses": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "AllowedIPs": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "Endpoints": ["77.164.248.136:43537", "10.65.0.27:43537", "172.17.0.1:43537"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 53685}, + {"Proto": "peerapi6", "Port": 53685} + ]}, + "Created": "2026-04-09T08:37:32.004472298Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5680187315819629, + "StableID": "ngtFDZtZMm11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "DiscoKey": "discokey:2a813a74bce4c5ce29047129aabb3f3e0e5f115bd815793c7cd931263a34723e", + "Addresses": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "AllowedIPs": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "Endpoints": ["77.164.248.136:58869", "10.65.0.27:58869", "172.17.0.1:58869"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62864}, + {"Proto": "peerapi6", "Port": 62864} + ]}, + "Created": "2026-04-09T08:37:28.789335941Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6137090919582699, + "StableID": "nG9p5NyVvp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "DiscoKey": "discokey:f445e0595f101397cf84539b7d2cfe7957f62f2404fb1f386ceeab217657041a", + "Addresses": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "AllowedIPs": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "Endpoints": ["77.164.248.136:41764", "10.65.0.27:41764", "172.17.0.1:41764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 47098}, + {"Proto": "peerapi6", "Port": 47098} + ]}, + "Created": "2026-04-09T08:37:33.619389471Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6442112551195021, + "StableID": "naRvAdNeJs11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "DiscoKey": "discokey:553f1c61f168d13bdee0fc73edca841d66f2f5d53e0d0c7534ff0d2f3f0d7227", + "Addresses": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "AllowedIPs": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "Endpoints": ["77.164.248.136:38767", "10.65.0.27:38767", "172.17.0.1:38767"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 56216}, + {"Proto": "peerapi6", "Port": 56216} + ]}, + "Created": "2026-04-09T08:37:34.141504876Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7304658183228632, + "StableID": "nBUT25zH3z11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "DiscoKey": "discokey:9afc6b85171cb167a9543d193ac4a51100f2bbd4c21198ea90ebcf63d30dd113", + "Addresses": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "AllowedIPs": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65051}, + {"Proto": "peerapi6", "Port": 65051} + ]}, + "Created": "2026-04-09T08:37:30.932477776Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7958810273997702, + "StableID": "nqWNF7TZ9521CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "DiscoKey": "discokey:13429abf3228d6a8a15f22bab89ab0c2ba96bfe42f6df961860e3ec97428782f", + "Addresses": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "AllowedIPs": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "Endpoints": ["77.164.248.136:57749", "10.65.0.27:57749", "172.17.0.1:57749"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53212}, + {"Proto": "peerapi6", "Port": 53212} + ]}, + "Created": "2026-04-09T08:37:31.473447939Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8802210451787425, + "StableID": "niTWsG9YjB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "DiscoKey": "discokey:4a2208aaa6dce45b47ce31d0a0537e4c9977a3133008d4b16dbc2023ea2e4f5b", + "Addresses": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "AllowedIPs": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "Endpoints": ["77.164.248.136:45752", "10.65.0.27:45752", "172.17.0.1:45752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41803}, + {"Proto": "peerapi6", "Port": 41803} + ]}, + "Created": "2026-04-09T08:37:29.878505257Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6447,27 +6454,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1343976572931440": { - "ID": 1343976572931440, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "531656959559348": { + "ID": 531656959559348, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6498,22 +6507,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5209327081616272, - "StableID": "noSbhxBKgh11CNTRL", + "ID": 4460585986551700, + "StableID": "nZmC5k2Dqb11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "KeyExpiry": "2026-10-06T01:31:31Z", - "DiscoKey": "discokey:171e5f5399cfefe879c6d5954909986b9cf3dbb981553b9c2c509b7fa22fdd56", - "Addresses": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "AllowedIPs": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "Endpoints": ["77.164.248.136:37883", "10.65.0.27:37883", "172.17.0.1:37883"], + "Key": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:e310274303905feb2d4305864927bf949710073f6d5830f5b6e399475ba6747c", + "Addresses": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "AllowedIPs": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "Endpoints": ["77.164.248.136:54376", "10.65.0.27:54376", "172.17.0.1:54376"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62029}, - {"Proto": "peerapi6", "Port": 62029}, + {"Proto": "peerapi4", "Port": 41732}, + {"Proto": "peerapi6", "Port": 41732}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:31.471195794Z", + "Created": "2026-04-09T08:37:35.215814588Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6540,302 +6549,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "MachineKey": "mkey:3c5655c051533a0f2f89b676735422a54e8fd4a695aca8869a000e2ec872f912", + "NodeKey": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "MachineKey": "mkey:250c2df47fb0ebfcc7fca6ca34ccb6bbcdcafa14950b77710d4b548643076b6f", "Peers": [{ - "ID": 387756445867509, - "StableID": "nvh5Krhc2411CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "DiscoKey": "discokey:b5b82b0f8ebf4d95057f3bb55d64aaa579497bb38fce4aaf80d088a5bdf4df31", - "Addresses": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "AllowedIPs": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "Endpoints": ["77.164.248.136:38916", "10.65.0.27:38916", "172.17.0.1:38916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64226}, - {"Proto": "peerapi6", "Port": 64226} - ]}, - "Created": "2026-04-09T01:31:27.562907888Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 716965269681692, - "StableID": "njUUknTib611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "DiscoKey": "discokey:c5243c35f120e19a0ccb9d837564ebb73682daa49b7354656dc119cdcdd82358", - "Addresses": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "AllowedIPs": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "Endpoints": ["77.164.248.136:47265", "10.65.0.27:47265", "172.17.0.1:47265"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58954}, - {"Proto": "peerapi6", "Port": 58954} - ]}, - "Created": "2026-04-09T01:31:24.832877916Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1262323490064780, - "StableID": "nBJDCf6irA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "DiscoKey": "discokey:f9859791a789eb9ddc3e6a93a8c49662e8b433912ef9f2c92f18823c46b1b135", - "Addresses": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "AllowedIPs": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "Endpoints": ["77.164.248.136:41493", "10.65.0.27:41493", "172.17.0.1:41493"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40587}, - {"Proto": "peerapi6", "Port": 40587} - ]}, - "Created": "2026-04-09T01:31:29.801803178Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1343976572931440, - "StableID": "nHs4XAzgVB11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "DiscoKey": "discokey:6938e57bbd25bb296b14e23d4114a738116bd89d9e166b89eecbd8bf367bac42", - "Addresses": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "AllowedIPs": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "Endpoints": ["77.164.248.136:47589", "10.65.0.27:47589", "172.17.0.1:47589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 65087}, - {"Proto": "peerapi6", "Port": 65087} - ]}, - "Created": "2026-04-09T01:31:28.720168613Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2429875805165340, - "StableID": "nBteBbiVyK11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "DiscoKey": "discokey:fe4572501aeee569998e1e30b4779949ea3401303fe95bf4b319483988e02e7e", - "Addresses": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "AllowedIPs": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "Endpoints": ["77.164.248.136:44569", "10.65.0.27:44569", "172.17.0.1:44569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47019}, - {"Proto": "peerapi6", "Port": 47019} - ]}, - "Created": "2026-04-09T01:31:27.002064626Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2941298515902077, - "StableID": "n2F7rcv7yP11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "DiscoKey": "discokey:2396bfaa2e39bcb234e946615bf96efb006d65308053cfdd8946f3b4f509c223", - "Addresses": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "AllowedIPs": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "Endpoints": ["77.164.248.136:59128", "10.65.0.27:59128", "172.17.0.1:59128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47677}, - {"Proto": "peerapi6", "Port": 47677} - ]}, - "Created": "2026-04-09T01:31:30.909472486Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3353667436013740, - "StableID": "nV17E6AtBT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "DiscoKey": "discokey:fd1850a4e0b6b0e3b8e9fd4c37d5a89a8a92d6fba970ada05bcbe3837fea5a31", - "Addresses": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "AllowedIPs": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "Endpoints": ["77.164.248.136:58733", "10.65.0.27:58733", "172.17.0.1:58733"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 46162}, - {"Proto": "peerapi6", "Port": 46162} - ]}, - "Created": "2026-04-09T01:31:30.351871791Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3408321951816242, - "StableID": "nfMedcqdcT11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "DiscoKey": "discokey:a2924893a2a71beb9b0a12632be234e662598550be574f662dda301b59cdf459", - "Addresses": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "AllowedIPs": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "Endpoints": ["77.164.248.136:33450", "10.65.0.27:33450", "172.17.0.1:33450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 42372}, - {"Proto": "peerapi6", "Port": 42372} - ]}, - "Created": "2026-04-09T01:31:29.25675569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4647968799453883, - "StableID": "nUR1b1G5Jd11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "DiscoKey": "discokey:ade9a460062d02402511f7f2a882f93050966939b05286d96fde5586dcdc795a", - "Addresses": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "AllowedIPs": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "Endpoints": ["77.164.248.136:43870", "10.65.0.27:43870", "172.17.0.1:43870"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 42910}, - {"Proto": "peerapi6", "Port": 42910} - ]}, - "Created": "2026-04-09T01:31:26.467248873Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4785316031886221, - "StableID": "nWqBCz8HNe11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "DiscoKey": "discokey:f1de9a4829860c55696017bc2bf8c530a5f4880866f4d684a26da9e7f8dc4c42", - "Addresses": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "AllowedIPs": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "Endpoints": ["77.164.248.136:54628", "10.65.0.27:54628", "172.17.0.1:54628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51962}, - {"Proto": "peerapi6", "Port": 51962} - ]}, - "Created": "2026-04-09T01:31:28.108025783Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5224167988757031, - "StableID": "nExvqz23oh11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "DiscoKey": "discokey:6dbef81115c6c053a109b63167b7ffb9bb1c327fe5f5c60fe8bb189cbb8e2365", - "Addresses": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "AllowedIPs": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "Endpoints": ["77.164.248.136:37653", "10.65.0.27:37653", "172.17.0.1:37653"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37533}, - {"Proto": "peerapi6", "Port": 37533} - ]}, - "Created": "2026-04-09T01:31:25.931789588Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6575372417565609, - "StableID": "nkNeEFtzLt11CNTRL", + "ID": 94871871761068, + "StableID": "nyBBS98yj111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "DiscoKey": "discokey:6fb473fc629d0ac0ade4ac96ef8ce1b88b1c9897e28df3fd349d1ec828af6e18", - "Addresses": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "AllowedIPs": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "Key": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "DiscoKey": "discokey:1bdce3d87a6bd3b0cd547535da4c098c1aca027230abee46451f4544911f8711", + "Addresses": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "AllowedIPs": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "Endpoints": ["77.164.248.136:38770", "10.65.0.27:38770", "172.17.0.1:38770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37132}, - {"Proto": "peerapi6", "Port": 37132} + {"Proto": "peerapi4", "Port": 40857}, + {"Proto": "peerapi6", "Port": 40857} ]}, - "Created": "2026-04-09T01:31:25.369828535Z", + "Created": "2026-04-09T08:37:29.324736873Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6872349625782445, - "StableID": "nUg8BLyVfv11CNTRL", + "ID": 154734001891838, + "StableID": "nomMtnb5D211CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "DiscoKey": "discokey:486ba3c3898abf7c3339226e63971f3be8469b3afbef619a5d9a20aacee1fd19", + "Addresses": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "AllowedIPs": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "Endpoints": ["77.164.248.136:50553", "10.65.0.27:50553", "172.17.0.1:50553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:37:33.077107899Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 227240566058066, + "StableID": "nbd5g1Evm211CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "DiscoKey": "discokey:41943f6502d0fff27393acfdb68ce5b5fb22c7827753ae2d79ccc2101c2f9e31", + "Addresses": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "AllowedIPs": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "Endpoints": ["77.164.248.136:45686", "10.65.0.27:45686", "172.17.0.1:45686"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 40799}, + {"Proto": "peerapi6", "Port": 40799} + ]}, + "Created": "2026-04-09T08:37:34.675912773Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 531656959559348, + "StableID": "nPgfw9jn9511CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "DiscoKey": "discokey:3bef8e992b5355a8d48c7453b76c3c36b5286779d439822199265f5f4c337317", + "Addresses": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "AllowedIPs": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "Endpoints": ["77.164.248.136:54585", "10.65.0.27:54585", "172.17.0.1:54585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 45816}, + {"Proto": "peerapi6", "Port": 45816} + ]}, + "Created": "2026-04-09T08:37:32.541385968Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2169165149866385, + "StableID": "nLLXLqHRwH11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "DiscoKey": "discokey:4b658a5fa759f37a4fe8f8ecc8c42551ff7ecaf39f61743e9b7c030c8b29d86d", + "Addresses": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "AllowedIPs": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "Endpoints": ["77.164.248.136:34944", "10.65.0.27:34944", "172.17.0.1:34944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46684}, + {"Proto": "peerapi6", "Port": 46684} + ]}, + "Created": "2026-04-09T08:37:30.399056031Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3825731267683802, + "StableID": "nobPXSUgsW11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:8717a196b35b763672eaf960c2297b1260a36ab61d2e58f80e7aad1570d44453", - "Addresses": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "AllowedIPs": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "Endpoints": ["77.164.248.136:35553", "10.65.0.27:35553", "172.17.0.1:35553"], + "Key": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:71cbdf09af11c0dc0cb2d61ef1b9bd403f66dc698acf96b4fcf5b25dc01c8a72", + "Addresses": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "AllowedIPs": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "Endpoints": ["77.164.248.136:46135", "10.65.0.27:46135", "172.17.0.1:46135"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46188}, - {"Proto": "peerapi6", "Port": 46188} + {"Proto": "peerapi4", "Port": 63551}, + {"Proto": "peerapi6", "Port": 63551} ]}, - "Created": "2026-04-09T01:31:32.012034101Z", + "Created": "2026-04-09T08:37:35.762432654Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8559642627534093, - "StableID": "nx2psEJgq921CNTRL", + "ID": 4395892638961349, + "StableID": "nLYiUSeuKb11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:30160811644c55f1180a0c685efa8ed4428c3cb768dd86cd0ef9f4cb29b31b62", - "Addresses": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "AllowedIPs": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "Endpoints": ["77.164.248.136:50936", "10.65.0.27:50936", "172.17.0.1:50936"], + "Key": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "KeyExpiry": "2026-10-06T08:37:36Z", + "DiscoKey": "discokey:b7630c9081cf79ae8c06c5046c99598875eabc525f2124039861d9893e8fc640", + "Addresses": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "AllowedIPs": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "Endpoints": ["77.164.248.136:37956", "10.65.0.27:37956", "172.17.0.1:37956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 52960}, - {"Proto": "peerapi6", "Port": 52960} + {"Proto": "peerapi4", "Port": 41585}, + {"Proto": "peerapi6", "Port": 41585} ]}, - "Created": "2026-04-09T01:31:32.55732664Z", + "Created": "2026-04-09T08:37:36.287262433Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5008500115062963, + "StableID": "nGbBNhoM7g11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "DiscoKey": "discokey:774a454c13ac20e9fdc171d7bd8e5cadf21199a78a39e86eba5b45276560b131", + "Addresses": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "AllowedIPs": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "Endpoints": ["77.164.248.136:43537", "10.65.0.27:43537", "172.17.0.1:43537"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 53685}, + {"Proto": "peerapi6", "Port": 53685} + ]}, + "Created": "2026-04-09T08:37:32.004472298Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5680187315819629, + "StableID": "ngtFDZtZMm11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "DiscoKey": "discokey:2a813a74bce4c5ce29047129aabb3f3e0e5f115bd815793c7cd931263a34723e", + "Addresses": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "AllowedIPs": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "Endpoints": ["77.164.248.136:58869", "10.65.0.27:58869", "172.17.0.1:58869"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62864}, + {"Proto": "peerapi6", "Port": 62864} + ]}, + "Created": "2026-04-09T08:37:28.789335941Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6137090919582699, + "StableID": "nG9p5NyVvp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "DiscoKey": "discokey:f445e0595f101397cf84539b7d2cfe7957f62f2404fb1f386ceeab217657041a", + "Addresses": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "AllowedIPs": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "Endpoints": ["77.164.248.136:41764", "10.65.0.27:41764", "172.17.0.1:41764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 47098}, + {"Proto": "peerapi6", "Port": 47098} + ]}, + "Created": "2026-04-09T08:37:33.619389471Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6442112551195021, + "StableID": "naRvAdNeJs11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "DiscoKey": "discokey:553f1c61f168d13bdee0fc73edca841d66f2f5d53e0d0c7534ff0d2f3f0d7227", + "Addresses": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "AllowedIPs": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "Endpoints": ["77.164.248.136:38767", "10.65.0.27:38767", "172.17.0.1:38767"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 56216}, + {"Proto": "peerapi6", "Port": 56216} + ]}, + "Created": "2026-04-09T08:37:34.141504876Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7304658183228632, + "StableID": "nBUT25zH3z11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "DiscoKey": "discokey:9afc6b85171cb167a9543d193ac4a51100f2bbd4c21198ea90ebcf63d30dd113", + "Addresses": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "AllowedIPs": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65051}, + {"Proto": "peerapi6", "Port": 65051} + ]}, + "Created": "2026-04-09T08:37:30.932477776Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7958810273997702, + "StableID": "nqWNF7TZ9521CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "DiscoKey": "discokey:13429abf3228d6a8a15f22bab89ab0c2ba96bfe42f6df961860e3ec97428782f", + "Addresses": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "AllowedIPs": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "Endpoints": ["77.164.248.136:57749", "10.65.0.27:57749", "172.17.0.1:57749"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53212}, + {"Proto": "peerapi6", "Port": 53212} + ]}, + "Created": "2026-04-09T08:37:31.473447939Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8802210451787425, + "StableID": "niTWsG9YjB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "DiscoKey": "discokey:4a2208aaa6dce45b47ce31d0a0537e4c9977a3133008d4b16dbc2023ea2e4f5b", + "Addresses": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "AllowedIPs": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "Endpoints": ["77.164.248.136:45752", "10.65.0.27:45752", "172.17.0.1:45752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41803}, + {"Proto": "peerapi6", "Port": 41803} + ]}, + "Created": "2026-04-09T08:37:29.878505257Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6863,7 +6872,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.88.139.101"}, {"nodeIP": "fd7a:115c:a1e0::e637:8b65"}], + "principals": [{"nodeIP": "100.112.246.20"}, {"nodeIP": "fd7a:115c:a1e0::a337:f614"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -7692,26 +7701,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.88.139.101"}, {"nodeIP": "fd7a:115c:a1e0::e637:8b65"}], + "principals": [{"nodeIP": "100.112.246.20"}, {"nodeIP": "fd7a:115c:a1e0::a337:f614"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -7748,21 +7758,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3353667436013740, - "StableID": "nV17E6AtBT11CNTRL", + "ID": 6442112551195021, + "StableID": "naRvAdNeJs11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 3353667436013740, - "Key": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "DiscoKey": "discokey:fd1850a4e0b6b0e3b8e9fd4c37d5a89a8a92d6fba970ada05bcbe3837fea5a31", - "Addresses": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "AllowedIPs": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "Endpoints": ["77.164.248.136:58733", "10.65.0.27:58733", "172.17.0.1:58733"], + "User": 6442112551195021, + "Key": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "DiscoKey": "discokey:553f1c61f168d13bdee0fc73edca841d66f2f5d53e0d0c7534ff0d2f3f0d7227", + "Addresses": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "AllowedIPs": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "Endpoints": ["77.164.248.136:38767", "10.65.0.27:38767", "172.17.0.1:38767"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 46162}, - {"Proto": "peerapi6", "Port": 46162}, + {"Proto": "peerapi4", "Port": 56216}, + {"Proto": "peerapi6", "Port": 56216}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:30.351871791Z", + "Created": "2026-04-09T08:37:34.141504876Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7790,300 +7800,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "MachineKey": "mkey:408f0fe65c363826bb6f8038cb87b5bb56d6ded715c5f71c1c657d32370cdf3e", + "NodeKey": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "MachineKey": "mkey:44e6a40f8b518327c7401d95270f8b3d624840c283cfe37867cab91426692b10", "Peers": [{ - "ID": 387756445867509, - "StableID": "nvh5Krhc2411CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "DiscoKey": "discokey:b5b82b0f8ebf4d95057f3bb55d64aaa579497bb38fce4aaf80d088a5bdf4df31", - "Addresses": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "AllowedIPs": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "Endpoints": ["77.164.248.136:38916", "10.65.0.27:38916", "172.17.0.1:38916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64226}, - {"Proto": "peerapi6", "Port": 64226} - ]}, - "Created": "2026-04-09T01:31:27.562907888Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 716965269681692, - "StableID": "njUUknTib611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "DiscoKey": "discokey:c5243c35f120e19a0ccb9d837564ebb73682daa49b7354656dc119cdcdd82358", - "Addresses": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "AllowedIPs": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "Endpoints": ["77.164.248.136:47265", "10.65.0.27:47265", "172.17.0.1:47265"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58954}, - {"Proto": "peerapi6", "Port": 58954} - ]}, - "Created": "2026-04-09T01:31:24.832877916Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1262323490064780, - "StableID": "nBJDCf6irA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "DiscoKey": "discokey:f9859791a789eb9ddc3e6a93a8c49662e8b433912ef9f2c92f18823c46b1b135", - "Addresses": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "AllowedIPs": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "Endpoints": ["77.164.248.136:41493", "10.65.0.27:41493", "172.17.0.1:41493"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40587}, - {"Proto": "peerapi6", "Port": 40587} - ]}, - "Created": "2026-04-09T01:31:29.801803178Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1343976572931440, - "StableID": "nHs4XAzgVB11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "DiscoKey": "discokey:6938e57bbd25bb296b14e23d4114a738116bd89d9e166b89eecbd8bf367bac42", - "Addresses": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "AllowedIPs": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "Endpoints": ["77.164.248.136:47589", "10.65.0.27:47589", "172.17.0.1:47589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 65087}, - {"Proto": "peerapi6", "Port": 65087} - ]}, - "Created": "2026-04-09T01:31:28.720168613Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2429875805165340, - "StableID": "nBteBbiVyK11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "DiscoKey": "discokey:fe4572501aeee569998e1e30b4779949ea3401303fe95bf4b319483988e02e7e", - "Addresses": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "AllowedIPs": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "Endpoints": ["77.164.248.136:44569", "10.65.0.27:44569", "172.17.0.1:44569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47019}, - {"Proto": "peerapi6", "Port": 47019} - ]}, - "Created": "2026-04-09T01:31:27.002064626Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2941298515902077, - "StableID": "n2F7rcv7yP11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "DiscoKey": "discokey:2396bfaa2e39bcb234e946615bf96efb006d65308053cfdd8946f3b4f509c223", - "Addresses": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "AllowedIPs": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "Endpoints": ["77.164.248.136:59128", "10.65.0.27:59128", "172.17.0.1:59128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47677}, - {"Proto": "peerapi6", "Port": 47677} - ]}, - "Created": "2026-04-09T01:31:30.909472486Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3408321951816242, - "StableID": "nfMedcqdcT11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "DiscoKey": "discokey:a2924893a2a71beb9b0a12632be234e662598550be574f662dda301b59cdf459", - "Addresses": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "AllowedIPs": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "Endpoints": ["77.164.248.136:33450", "10.65.0.27:33450", "172.17.0.1:33450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 42372}, - {"Proto": "peerapi6", "Port": 42372} - ]}, - "Created": "2026-04-09T01:31:29.25675569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4647968799453883, - "StableID": "nUR1b1G5Jd11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "DiscoKey": "discokey:ade9a460062d02402511f7f2a882f93050966939b05286d96fde5586dcdc795a", - "Addresses": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "AllowedIPs": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "Endpoints": ["77.164.248.136:43870", "10.65.0.27:43870", "172.17.0.1:43870"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 42910}, - {"Proto": "peerapi6", "Port": 42910} - ]}, - "Created": "2026-04-09T01:31:26.467248873Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4785316031886221, - "StableID": "nWqBCz8HNe11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "DiscoKey": "discokey:f1de9a4829860c55696017bc2bf8c530a5f4880866f4d684a26da9e7f8dc4c42", - "Addresses": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "AllowedIPs": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "Endpoints": ["77.164.248.136:54628", "10.65.0.27:54628", "172.17.0.1:54628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51962}, - {"Proto": "peerapi6", "Port": 51962} - ]}, - "Created": "2026-04-09T01:31:28.108025783Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5209327081616272, - "StableID": "noSbhxBKgh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "KeyExpiry": "2026-10-06T01:31:31Z", - "DiscoKey": "discokey:171e5f5399cfefe879c6d5954909986b9cf3dbb981553b9c2c509b7fa22fdd56", - "Addresses": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "AllowedIPs": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "Endpoints": ["77.164.248.136:37883", "10.65.0.27:37883", "172.17.0.1:37883"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62029}, - {"Proto": "peerapi6", "Port": 62029} - ]}, - "Created": "2026-04-09T01:31:31.471195794Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5224167988757031, - "StableID": "nExvqz23oh11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "DiscoKey": "discokey:6dbef81115c6c053a109b63167b7ffb9bb1c327fe5f5c60fe8bb189cbb8e2365", - "Addresses": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "AllowedIPs": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "Endpoints": ["77.164.248.136:37653", "10.65.0.27:37653", "172.17.0.1:37653"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37533}, - {"Proto": "peerapi6", "Port": 37533} - ]}, - "Created": "2026-04-09T01:31:25.931789588Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6575372417565609, - "StableID": "nkNeEFtzLt11CNTRL", + "ID": 94871871761068, + "StableID": "nyBBS98yj111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "DiscoKey": "discokey:6fb473fc629d0ac0ade4ac96ef8ce1b88b1c9897e28df3fd349d1ec828af6e18", - "Addresses": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "AllowedIPs": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "Key": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "DiscoKey": "discokey:1bdce3d87a6bd3b0cd547535da4c098c1aca027230abee46451f4544911f8711", + "Addresses": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "AllowedIPs": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "Endpoints": ["77.164.248.136:38770", "10.65.0.27:38770", "172.17.0.1:38770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37132}, - {"Proto": "peerapi6", "Port": 37132} + {"Proto": "peerapi4", "Port": 40857}, + {"Proto": "peerapi6", "Port": 40857} ]}, - "Created": "2026-04-09T01:31:25.369828535Z", + "Created": "2026-04-09T08:37:29.324736873Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6872349625782445, - "StableID": "nUg8BLyVfv11CNTRL", + "ID": 154734001891838, + "StableID": "nomMtnb5D211CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "DiscoKey": "discokey:486ba3c3898abf7c3339226e63971f3be8469b3afbef619a5d9a20aacee1fd19", + "Addresses": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "AllowedIPs": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "Endpoints": ["77.164.248.136:50553", "10.65.0.27:50553", "172.17.0.1:50553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:37:33.077107899Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 227240566058066, + "StableID": "nbd5g1Evm211CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "DiscoKey": "discokey:41943f6502d0fff27393acfdb68ce5b5fb22c7827753ae2d79ccc2101c2f9e31", + "Addresses": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "AllowedIPs": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "Endpoints": ["77.164.248.136:45686", "10.65.0.27:45686", "172.17.0.1:45686"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 40799}, + {"Proto": "peerapi6", "Port": 40799} + ]}, + "Created": "2026-04-09T08:37:34.675912773Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 531656959559348, + "StableID": "nPgfw9jn9511CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "DiscoKey": "discokey:3bef8e992b5355a8d48c7453b76c3c36b5286779d439822199265f5f4c337317", + "Addresses": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "AllowedIPs": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "Endpoints": ["77.164.248.136:54585", "10.65.0.27:54585", "172.17.0.1:54585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 45816}, + {"Proto": "peerapi6", "Port": 45816} + ]}, + "Created": "2026-04-09T08:37:32.541385968Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2169165149866385, + "StableID": "nLLXLqHRwH11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "DiscoKey": "discokey:4b658a5fa759f37a4fe8f8ecc8c42551ff7ecaf39f61743e9b7c030c8b29d86d", + "Addresses": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "AllowedIPs": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "Endpoints": ["77.164.248.136:34944", "10.65.0.27:34944", "172.17.0.1:34944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46684}, + {"Proto": "peerapi6", "Port": 46684} + ]}, + "Created": "2026-04-09T08:37:30.399056031Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3825731267683802, + "StableID": "nobPXSUgsW11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:8717a196b35b763672eaf960c2297b1260a36ab61d2e58f80e7aad1570d44453", - "Addresses": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "AllowedIPs": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "Endpoints": ["77.164.248.136:35553", "10.65.0.27:35553", "172.17.0.1:35553"], + "Key": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:71cbdf09af11c0dc0cb2d61ef1b9bd403f66dc698acf96b4fcf5b25dc01c8a72", + "Addresses": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "AllowedIPs": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "Endpoints": ["77.164.248.136:46135", "10.65.0.27:46135", "172.17.0.1:46135"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46188}, - {"Proto": "peerapi6", "Port": 46188} + {"Proto": "peerapi4", "Port": 63551}, + {"Proto": "peerapi6", "Port": 63551} ]}, - "Created": "2026-04-09T01:31:32.012034101Z", + "Created": "2026-04-09T08:37:35.762432654Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8559642627534093, - "StableID": "nx2psEJgq921CNTRL", + "ID": 4395892638961349, + "StableID": "nLYiUSeuKb11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:30160811644c55f1180a0c685efa8ed4428c3cb768dd86cd0ef9f4cb29b31b62", - "Addresses": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "AllowedIPs": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], + "Key": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "KeyExpiry": "2026-10-06T08:37:36Z", + "DiscoKey": "discokey:b7630c9081cf79ae8c06c5046c99598875eabc525f2124039861d9893e8fc640", + "Addresses": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "AllowedIPs": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 52960}, - {"Proto": "peerapi6", "Port": 52960} + {"Proto": "peerapi4", "Port": 41585}, + {"Proto": "peerapi6", "Port": 41585} ]}, - "Created": "2026-04-09T01:31:32.55732664Z", + "Created": "2026-04-09T08:37:36.287262433Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4460585986551700, + "StableID": "nZmC5k2Dqb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:e310274303905feb2d4305864927bf949710073f6d5830f5b6e399475ba6747c", + "Addresses": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "AllowedIPs": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "Endpoints": ["77.164.248.136:54376", "10.65.0.27:54376", "172.17.0.1:54376"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41732}, + {"Proto": "peerapi6", "Port": 41732} + ]}, + "Created": "2026-04-09T08:37:35.215814588Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5008500115062963, + "StableID": "nGbBNhoM7g11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "DiscoKey": "discokey:774a454c13ac20e9fdc171d7bd8e5cadf21199a78a39e86eba5b45276560b131", + "Addresses": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "AllowedIPs": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "Endpoints": ["77.164.248.136:43537", "10.65.0.27:43537", "172.17.0.1:43537"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 53685}, + {"Proto": "peerapi6", "Port": 53685} + ]}, + "Created": "2026-04-09T08:37:32.004472298Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5680187315819629, + "StableID": "ngtFDZtZMm11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "DiscoKey": "discokey:2a813a74bce4c5ce29047129aabb3f3e0e5f115bd815793c7cd931263a34723e", + "Addresses": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "AllowedIPs": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "Endpoints": ["77.164.248.136:58869", "10.65.0.27:58869", "172.17.0.1:58869"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62864}, + {"Proto": "peerapi6", "Port": 62864} + ]}, + "Created": "2026-04-09T08:37:28.789335941Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6137090919582699, + "StableID": "nG9p5NyVvp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "DiscoKey": "discokey:f445e0595f101397cf84539b7d2cfe7957f62f2404fb1f386ceeab217657041a", + "Addresses": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "AllowedIPs": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "Endpoints": ["77.164.248.136:41764", "10.65.0.27:41764", "172.17.0.1:41764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 47098}, + {"Proto": "peerapi6", "Port": 47098} + ]}, + "Created": "2026-04-09T08:37:33.619389471Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7304658183228632, + "StableID": "nBUT25zH3z11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "DiscoKey": "discokey:9afc6b85171cb167a9543d193ac4a51100f2bbd4c21198ea90ebcf63d30dd113", + "Addresses": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "AllowedIPs": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65051}, + {"Proto": "peerapi6", "Port": 65051} + ]}, + "Created": "2026-04-09T08:37:30.932477776Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7958810273997702, + "StableID": "nqWNF7TZ9521CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "DiscoKey": "discokey:13429abf3228d6a8a15f22bab89ab0c2ba96bfe42f6df961860e3ec97428782f", + "Addresses": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "AllowedIPs": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "Endpoints": ["77.164.248.136:57749", "10.65.0.27:57749", "172.17.0.1:57749"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53212}, + {"Proto": "peerapi6", "Port": 53212} + ]}, + "Created": "2026-04-09T08:37:31.473447939Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8802210451787425, + "StableID": "niTWsG9YjB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "DiscoKey": "discokey:4a2208aaa6dce45b47ce31d0a0537e4c9977a3133008d4b16dbc2023ea2e4f5b", + "Addresses": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "AllowedIPs": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "Endpoints": ["77.164.248.136:45752", "10.65.0.27:45752", "172.17.0.1:45752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41803}, + {"Proto": "peerapi6", "Port": 41803} + ]}, + "Created": "2026-04-09T08:37:29.878505257Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8931,27 +8941,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3353667436013740": { - "ID": 3353667436013740, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6442112551195021": { + "ID": 6442112551195021, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8982,26 +8994,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6575372417565609, - "StableID": "nkNeEFtzLt11CNTRL", + "ID": 94871871761068, + "StableID": "nyBBS98yj111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 6575372417565609, - "Key": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "DiscoKey": "discokey:6fb473fc629d0ac0ade4ac96ef8ce1b88b1c9897e28df3fd349d1ec828af6e18", - "Addresses": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "AllowedIPs": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "User": 94871871761068, + "Key": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "DiscoKey": "discokey:1bdce3d87a6bd3b0cd547535da4c098c1aca027230abee46451f4544911f8711", + "Addresses": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "AllowedIPs": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "Endpoints": ["77.164.248.136:38770", "10.65.0.27:38770", "172.17.0.1:38770"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 37132}, - {"Proto": "peerapi6", "Port": 37132}, + {"Proto": "peerapi4", "Port": 40857}, + {"Proto": "peerapi6", "Port": 40857}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:25.369828535Z", + "Created": "2026-04-09T08:37:29.324736873Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -9029,302 +9041,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "MachineKey": "mkey:b4c1c52a50a863fa9e21a8b8a6b1ff2a0b026a0cbe68761934187f95a53a8055", + "NodeKey": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "MachineKey": "mkey:176eb76f1595b22f222ea8687efbaa17891d02f303d63fab7bbdd255889b655f", "Peers": [{ - "ID": 387756445867509, - "StableID": "nvh5Krhc2411CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "DiscoKey": "discokey:b5b82b0f8ebf4d95057f3bb55d64aaa579497bb38fce4aaf80d088a5bdf4df31", - "Addresses": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "AllowedIPs": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "Endpoints": ["77.164.248.136:38916", "10.65.0.27:38916", "172.17.0.1:38916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64226}, - {"Proto": "peerapi6", "Port": 64226} - ]}, - "Created": "2026-04-09T01:31:27.562907888Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 716965269681692, - "StableID": "njUUknTib611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "DiscoKey": "discokey:c5243c35f120e19a0ccb9d837564ebb73682daa49b7354656dc119cdcdd82358", - "Addresses": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "AllowedIPs": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "Endpoints": ["77.164.248.136:47265", "10.65.0.27:47265", "172.17.0.1:47265"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58954}, - {"Proto": "peerapi6", "Port": 58954} - ]}, - "Created": "2026-04-09T01:31:24.832877916Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1262323490064780, - "StableID": "nBJDCf6irA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "DiscoKey": "discokey:f9859791a789eb9ddc3e6a93a8c49662e8b433912ef9f2c92f18823c46b1b135", - "Addresses": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "AllowedIPs": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "Endpoints": ["77.164.248.136:41493", "10.65.0.27:41493", "172.17.0.1:41493"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40587}, - {"Proto": "peerapi6", "Port": 40587} - ]}, - "Created": "2026-04-09T01:31:29.801803178Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1343976572931440, - "StableID": "nHs4XAzgVB11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "DiscoKey": "discokey:6938e57bbd25bb296b14e23d4114a738116bd89d9e166b89eecbd8bf367bac42", - "Addresses": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "AllowedIPs": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "Endpoints": ["77.164.248.136:47589", "10.65.0.27:47589", "172.17.0.1:47589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 65087}, - {"Proto": "peerapi6", "Port": 65087} - ]}, - "Created": "2026-04-09T01:31:28.720168613Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2429875805165340, - "StableID": "nBteBbiVyK11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "DiscoKey": "discokey:fe4572501aeee569998e1e30b4779949ea3401303fe95bf4b319483988e02e7e", - "Addresses": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "AllowedIPs": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "Endpoints": ["77.164.248.136:44569", "10.65.0.27:44569", "172.17.0.1:44569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47019}, - {"Proto": "peerapi6", "Port": 47019} - ]}, - "Created": "2026-04-09T01:31:27.002064626Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2941298515902077, - "StableID": "n2F7rcv7yP11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "DiscoKey": "discokey:2396bfaa2e39bcb234e946615bf96efb006d65308053cfdd8946f3b4f509c223", - "Addresses": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "AllowedIPs": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "Endpoints": ["77.164.248.136:59128", "10.65.0.27:59128", "172.17.0.1:59128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47677}, - {"Proto": "peerapi6", "Port": 47677} - ]}, - "Created": "2026-04-09T01:31:30.909472486Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3353667436013740, - "StableID": "nV17E6AtBT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "DiscoKey": "discokey:fd1850a4e0b6b0e3b8e9fd4c37d5a89a8a92d6fba970ada05bcbe3837fea5a31", - "Addresses": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "AllowedIPs": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "Endpoints": ["77.164.248.136:58733", "10.65.0.27:58733", "172.17.0.1:58733"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 46162}, - {"Proto": "peerapi6", "Port": 46162} - ]}, - "Created": "2026-04-09T01:31:30.351871791Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3408321951816242, - "StableID": "nfMedcqdcT11CNTRL", + "ID": 154734001891838, + "StableID": "nomMtnb5D211CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "DiscoKey": "discokey:a2924893a2a71beb9b0a12632be234e662598550be574f662dda301b59cdf459", - "Addresses": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "AllowedIPs": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "Endpoints": ["77.164.248.136:33450", "10.65.0.27:33450", "172.17.0.1:33450"], + "Key": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "DiscoKey": "discokey:486ba3c3898abf7c3339226e63971f3be8469b3afbef619a5d9a20aacee1fd19", + "Addresses": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "AllowedIPs": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "Endpoints": ["77.164.248.136:50553", "10.65.0.27:50553", "172.17.0.1:50553"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 42372}, - {"Proto": "peerapi6", "Port": 42372} + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} ]}, - "Created": "2026-04-09T01:31:29.25675569Z", + "Created": "2026-04-09T08:37:33.077107899Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 4647968799453883, - "StableID": "nUR1b1G5Jd11CNTRL", + "ID": 227240566058066, + "StableID": "nbd5g1Evm211CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "DiscoKey": "discokey:41943f6502d0fff27393acfdb68ce5b5fb22c7827753ae2d79ccc2101c2f9e31", + "Addresses": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "AllowedIPs": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "Endpoints": ["77.164.248.136:45686", "10.65.0.27:45686", "172.17.0.1:45686"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 40799}, + {"Proto": "peerapi6", "Port": 40799} + ]}, + "Created": "2026-04-09T08:37:34.675912773Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 531656959559348, + "StableID": "nPgfw9jn9511CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "DiscoKey": "discokey:3bef8e992b5355a8d48c7453b76c3c36b5286779d439822199265f5f4c337317", + "Addresses": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "AllowedIPs": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "Endpoints": ["77.164.248.136:54585", "10.65.0.27:54585", "172.17.0.1:54585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 45816}, + {"Proto": "peerapi6", "Port": 45816} + ]}, + "Created": "2026-04-09T08:37:32.541385968Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2169165149866385, + "StableID": "nLLXLqHRwH11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "DiscoKey": "discokey:ade9a460062d02402511f7f2a882f93050966939b05286d96fde5586dcdc795a", - "Addresses": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "AllowedIPs": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "Endpoints": ["77.164.248.136:43870", "10.65.0.27:43870", "172.17.0.1:43870"], + "Key": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "DiscoKey": "discokey:4b658a5fa759f37a4fe8f8ecc8c42551ff7ecaf39f61743e9b7c030c8b29d86d", + "Addresses": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "AllowedIPs": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "Endpoints": ["77.164.248.136:34944", "10.65.0.27:34944", "172.17.0.1:34944"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 42910}, - {"Proto": "peerapi6", "Port": 42910} + {"Proto": "peerapi4", "Port": 46684}, + {"Proto": "peerapi6", "Port": 46684} ]}, - "Created": "2026-04-09T01:31:26.467248873Z", + "Created": "2026-04-09T08:37:30.399056031Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4785316031886221, - "StableID": "nWqBCz8HNe11CNTRL", + "ID": 3825731267683802, + "StableID": "nobPXSUgsW11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:71cbdf09af11c0dc0cb2d61ef1b9bd403f66dc698acf96b4fcf5b25dc01c8a72", + "Addresses": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "AllowedIPs": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "Endpoints": ["77.164.248.136:46135", "10.65.0.27:46135", "172.17.0.1:46135"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63551}, + {"Proto": "peerapi6", "Port": 63551} + ]}, + "Created": "2026-04-09T08:37:35.762432654Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4395892638961349, + "StableID": "nLYiUSeuKb11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "KeyExpiry": "2026-10-06T08:37:36Z", + "DiscoKey": "discokey:b7630c9081cf79ae8c06c5046c99598875eabc525f2124039861d9893e8fc640", + "Addresses": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "AllowedIPs": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "Endpoints": ["77.164.248.136:37956", "10.65.0.27:37956", "172.17.0.1:37956"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 41585}, + {"Proto": "peerapi6", "Port": 41585} + ]}, + "Created": "2026-04-09T08:37:36.287262433Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4460585986551700, + "StableID": "nZmC5k2Dqb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:e310274303905feb2d4305864927bf949710073f6d5830f5b6e399475ba6747c", + "Addresses": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "AllowedIPs": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "Endpoints": ["77.164.248.136:54376", "10.65.0.27:54376", "172.17.0.1:54376"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41732}, + {"Proto": "peerapi6", "Port": 41732} + ]}, + "Created": "2026-04-09T08:37:35.215814588Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5008500115062963, + "StableID": "nGbBNhoM7g11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "DiscoKey": "discokey:f1de9a4829860c55696017bc2bf8c530a5f4880866f4d684a26da9e7f8dc4c42", - "Addresses": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "AllowedIPs": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "Endpoints": ["77.164.248.136:54628", "10.65.0.27:54628", "172.17.0.1:54628"], + "Key": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "DiscoKey": "discokey:774a454c13ac20e9fdc171d7bd8e5cadf21199a78a39e86eba5b45276560b131", + "Addresses": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "AllowedIPs": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "Endpoints": ["77.164.248.136:43537", "10.65.0.27:43537", "172.17.0.1:43537"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51962}, - {"Proto": "peerapi6", "Port": 51962} + {"Proto": "peerapi4", "Port": 53685}, + {"Proto": "peerapi6", "Port": 53685} ]}, - "Created": "2026-04-09T01:31:28.108025783Z", + "Created": "2026-04-09T08:37:32.004472298Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 5209327081616272, - "StableID": "noSbhxBKgh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "KeyExpiry": "2026-10-06T01:31:31Z", - "DiscoKey": "discokey:171e5f5399cfefe879c6d5954909986b9cf3dbb981553b9c2c509b7fa22fdd56", - "Addresses": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "AllowedIPs": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "Endpoints": ["77.164.248.136:37883", "10.65.0.27:37883", "172.17.0.1:37883"], + "ID": 5680187315819629, + "StableID": "ngtFDZtZMm11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "DiscoKey": "discokey:2a813a74bce4c5ce29047129aabb3f3e0e5f115bd815793c7cd931263a34723e", + "Addresses": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "AllowedIPs": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "Endpoints": ["77.164.248.136:58869", "10.65.0.27:58869", "172.17.0.1:58869"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62029}, - {"Proto": "peerapi6", "Port": 62029} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62864}, + {"Proto": "peerapi6", "Port": 62864} ]}, - "Created": "2026-04-09T01:31:31.471195794Z", + "Created": "2026-04-09T08:37:28.789335941Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 5224167988757031, - "StableID": "nExvqz23oh11CNTRL", + "ID": 6137090919582699, + "StableID": "nG9p5NyVvp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "DiscoKey": "discokey:f445e0595f101397cf84539b7d2cfe7957f62f2404fb1f386ceeab217657041a", + "Addresses": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "AllowedIPs": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "Endpoints": ["77.164.248.136:41764", "10.65.0.27:41764", "172.17.0.1:41764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 47098}, + {"Proto": "peerapi6", "Port": 47098} + ]}, + "Created": "2026-04-09T08:37:33.619389471Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6442112551195021, + "StableID": "naRvAdNeJs11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "DiscoKey": "discokey:553f1c61f168d13bdee0fc73edca841d66f2f5d53e0d0c7534ff0d2f3f0d7227", + "Addresses": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "AllowedIPs": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "Endpoints": ["77.164.248.136:38767", "10.65.0.27:38767", "172.17.0.1:38767"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 56216}, + {"Proto": "peerapi6", "Port": 56216} + ]}, + "Created": "2026-04-09T08:37:34.141504876Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7304658183228632, + "StableID": "nBUT25zH3z11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "DiscoKey": "discokey:9afc6b85171cb167a9543d193ac4a51100f2bbd4c21198ea90ebcf63d30dd113", + "Addresses": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "AllowedIPs": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65051}, + {"Proto": "peerapi6", "Port": 65051} + ]}, + "Created": "2026-04-09T08:37:30.932477776Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7958810273997702, + "StableID": "nqWNF7TZ9521CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "DiscoKey": "discokey:13429abf3228d6a8a15f22bab89ab0c2ba96bfe42f6df961860e3ec97428782f", + "Addresses": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "AllowedIPs": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "Endpoints": ["77.164.248.136:57749", "10.65.0.27:57749", "172.17.0.1:57749"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53212}, + {"Proto": "peerapi6", "Port": 53212} + ]}, + "Created": "2026-04-09T08:37:31.473447939Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8802210451787425, + "StableID": "niTWsG9YjB21CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "DiscoKey": "discokey:6dbef81115c6c053a109b63167b7ffb9bb1c327fe5f5c60fe8bb189cbb8e2365", - "Addresses": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "AllowedIPs": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "Endpoints": ["77.164.248.136:37653", "10.65.0.27:37653", "172.17.0.1:37653"], + "Key": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "DiscoKey": "discokey:4a2208aaa6dce45b47ce31d0a0537e4c9977a3133008d4b16dbc2023ea2e4f5b", + "Addresses": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "AllowedIPs": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "Endpoints": ["77.164.248.136:45752", "10.65.0.27:45752", "172.17.0.1:45752"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37533}, - {"Proto": "peerapi6", "Port": 37533} + {"Proto": "peerapi4", "Port": 41803}, + {"Proto": "peerapi6", "Port": 41803} ]}, - "Created": "2026-04-09T01:31:25.931789588Z", + "Created": "2026-04-09T08:37:29.878505257Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" - }, { - "ID": 6872349625782445, - "StableID": "nUg8BLyVfv11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:8717a196b35b763672eaf960c2297b1260a36ab61d2e58f80e7aad1570d44453", - "Addresses": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "AllowedIPs": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "Endpoints": ["77.164.248.136:35553", "10.65.0.27:35553", "172.17.0.1:35553"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46188}, - {"Proto": "peerapi6", "Port": 46188} - ]}, - "Created": "2026-04-09T01:31:32.012034101Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8559642627534093, - "StableID": "nx2psEJgq921CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:30160811644c55f1180a0c685efa8ed4428c3cb768dd86cd0ef9f4cb29b31b62", - "Addresses": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "AllowedIPs": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "Endpoints": ["77.164.248.136:50936", "10.65.0.27:50936", "172.17.0.1:50936"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 52960}, - {"Proto": "peerapi6", "Port": 52960} - ]}, - "Created": "2026-04-09T01:31:32.55732664Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10172,27 +10184,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6575372417565609": { - "ID": 6575372417565609, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "94871871761068": { + "ID": 94871871761068, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10223,26 +10237,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 716965269681692, - "StableID": "njUUknTib611CNTRL", + "ID": 5680187315819629, + "StableID": "ngtFDZtZMm11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 716965269681692, - "Key": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "DiscoKey": "discokey:c5243c35f120e19a0ccb9d837564ebb73682daa49b7354656dc119cdcdd82358", - "Addresses": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "AllowedIPs": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "Endpoints": ["77.164.248.136:47265", "10.65.0.27:47265", "172.17.0.1:47265"], + "User": 5680187315819629, + "Key": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "DiscoKey": "discokey:2a813a74bce4c5ce29047129aabb3f3e0e5f115bd815793c7cd931263a34723e", + "Addresses": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "AllowedIPs": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "Endpoints": ["77.164.248.136:58869", "10.65.0.27:58869", "172.17.0.1:58869"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 58954}, - {"Proto": "peerapi6", "Port": 58954}, + {"Proto": "peerapi4", "Port": 62864}, + {"Proto": "peerapi6", "Port": 62864}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:24.832877916Z", + "Created": "2026-04-09T08:37:28.789335941Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10270,302 +10284,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "MachineKey": "mkey:ac54534979ee69d9ff65a188a7873bac74186e6b14e2f5e94a32940a579ab812", + "NodeKey": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "MachineKey": "mkey:d6a6e345dd3c63e029007e4205763234b30fade71659ea8f2728962d2747b648", "Peers": [{ - "ID": 387756445867509, - "StableID": "nvh5Krhc2411CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "DiscoKey": "discokey:b5b82b0f8ebf4d95057f3bb55d64aaa579497bb38fce4aaf80d088a5bdf4df31", - "Addresses": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "AllowedIPs": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "Endpoints": ["77.164.248.136:38916", "10.65.0.27:38916", "172.17.0.1:38916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64226}, - {"Proto": "peerapi6", "Port": 64226} - ]}, - "Created": "2026-04-09T01:31:27.562907888Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1262323490064780, - "StableID": "nBJDCf6irA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "DiscoKey": "discokey:f9859791a789eb9ddc3e6a93a8c49662e8b433912ef9f2c92f18823c46b1b135", - "Addresses": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "AllowedIPs": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "Endpoints": ["77.164.248.136:41493", "10.65.0.27:41493", "172.17.0.1:41493"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40587}, - {"Proto": "peerapi6", "Port": 40587} - ]}, - "Created": "2026-04-09T01:31:29.801803178Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1343976572931440, - "StableID": "nHs4XAzgVB11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "DiscoKey": "discokey:6938e57bbd25bb296b14e23d4114a738116bd89d9e166b89eecbd8bf367bac42", - "Addresses": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "AllowedIPs": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "Endpoints": ["77.164.248.136:47589", "10.65.0.27:47589", "172.17.0.1:47589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 65087}, - {"Proto": "peerapi6", "Port": 65087} - ]}, - "Created": "2026-04-09T01:31:28.720168613Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2429875805165340, - "StableID": "nBteBbiVyK11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "DiscoKey": "discokey:fe4572501aeee569998e1e30b4779949ea3401303fe95bf4b319483988e02e7e", - "Addresses": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "AllowedIPs": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "Endpoints": ["77.164.248.136:44569", "10.65.0.27:44569", "172.17.0.1:44569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47019}, - {"Proto": "peerapi6", "Port": 47019} - ]}, - "Created": "2026-04-09T01:31:27.002064626Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2941298515902077, - "StableID": "n2F7rcv7yP11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "DiscoKey": "discokey:2396bfaa2e39bcb234e946615bf96efb006d65308053cfdd8946f3b4f509c223", - "Addresses": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "AllowedIPs": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "Endpoints": ["77.164.248.136:59128", "10.65.0.27:59128", "172.17.0.1:59128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47677}, - {"Proto": "peerapi6", "Port": 47677} - ]}, - "Created": "2026-04-09T01:31:30.909472486Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3353667436013740, - "StableID": "nV17E6AtBT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "DiscoKey": "discokey:fd1850a4e0b6b0e3b8e9fd4c37d5a89a8a92d6fba970ada05bcbe3837fea5a31", - "Addresses": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "AllowedIPs": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "Endpoints": ["77.164.248.136:58733", "10.65.0.27:58733", "172.17.0.1:58733"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 46162}, - {"Proto": "peerapi6", "Port": 46162} - ]}, - "Created": "2026-04-09T01:31:30.351871791Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3408321951816242, - "StableID": "nfMedcqdcT11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "DiscoKey": "discokey:a2924893a2a71beb9b0a12632be234e662598550be574f662dda301b59cdf459", - "Addresses": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "AllowedIPs": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "Endpoints": ["77.164.248.136:33450", "10.65.0.27:33450", "172.17.0.1:33450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 42372}, - {"Proto": "peerapi6", "Port": 42372} - ]}, - "Created": "2026-04-09T01:31:29.25675569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4647968799453883, - "StableID": "nUR1b1G5Jd11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "DiscoKey": "discokey:ade9a460062d02402511f7f2a882f93050966939b05286d96fde5586dcdc795a", - "Addresses": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "AllowedIPs": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "Endpoints": ["77.164.248.136:43870", "10.65.0.27:43870", "172.17.0.1:43870"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 42910}, - {"Proto": "peerapi6", "Port": 42910} - ]}, - "Created": "2026-04-09T01:31:26.467248873Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4785316031886221, - "StableID": "nWqBCz8HNe11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "DiscoKey": "discokey:f1de9a4829860c55696017bc2bf8c530a5f4880866f4d684a26da9e7f8dc4c42", - "Addresses": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "AllowedIPs": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "Endpoints": ["77.164.248.136:54628", "10.65.0.27:54628", "172.17.0.1:54628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51962}, - {"Proto": "peerapi6", "Port": 51962} - ]}, - "Created": "2026-04-09T01:31:28.108025783Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5209327081616272, - "StableID": "noSbhxBKgh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "KeyExpiry": "2026-10-06T01:31:31Z", - "DiscoKey": "discokey:171e5f5399cfefe879c6d5954909986b9cf3dbb981553b9c2c509b7fa22fdd56", - "Addresses": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "AllowedIPs": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "Endpoints": ["77.164.248.136:37883", "10.65.0.27:37883", "172.17.0.1:37883"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62029}, - {"Proto": "peerapi6", "Port": 62029} - ]}, - "Created": "2026-04-09T01:31:31.471195794Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5224167988757031, - "StableID": "nExvqz23oh11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "DiscoKey": "discokey:6dbef81115c6c053a109b63167b7ffb9bb1c327fe5f5c60fe8bb189cbb8e2365", - "Addresses": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "AllowedIPs": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "Endpoints": ["77.164.248.136:37653", "10.65.0.27:37653", "172.17.0.1:37653"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37533}, - {"Proto": "peerapi6", "Port": 37533} - ]}, - "Created": "2026-04-09T01:31:25.931789588Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6575372417565609, - "StableID": "nkNeEFtzLt11CNTRL", + "ID": 94871871761068, + "StableID": "nyBBS98yj111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "DiscoKey": "discokey:6fb473fc629d0ac0ade4ac96ef8ce1b88b1c9897e28df3fd349d1ec828af6e18", - "Addresses": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "AllowedIPs": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "Key": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "DiscoKey": "discokey:1bdce3d87a6bd3b0cd547535da4c098c1aca027230abee46451f4544911f8711", + "Addresses": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "AllowedIPs": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "Endpoints": ["77.164.248.136:38770", "10.65.0.27:38770", "172.17.0.1:38770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37132}, - {"Proto": "peerapi6", "Port": 37132} + {"Proto": "peerapi4", "Port": 40857}, + {"Proto": "peerapi6", "Port": 40857} ]}, - "Created": "2026-04-09T01:31:25.369828535Z", + "Created": "2026-04-09T08:37:29.324736873Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6872349625782445, - "StableID": "nUg8BLyVfv11CNTRL", + "ID": 154734001891838, + "StableID": "nomMtnb5D211CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "DiscoKey": "discokey:486ba3c3898abf7c3339226e63971f3be8469b3afbef619a5d9a20aacee1fd19", + "Addresses": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "AllowedIPs": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "Endpoints": ["77.164.248.136:50553", "10.65.0.27:50553", "172.17.0.1:50553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:37:33.077107899Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 227240566058066, + "StableID": "nbd5g1Evm211CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "DiscoKey": "discokey:41943f6502d0fff27393acfdb68ce5b5fb22c7827753ae2d79ccc2101c2f9e31", + "Addresses": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "AllowedIPs": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "Endpoints": ["77.164.248.136:45686", "10.65.0.27:45686", "172.17.0.1:45686"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 40799}, + {"Proto": "peerapi6", "Port": 40799} + ]}, + "Created": "2026-04-09T08:37:34.675912773Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 531656959559348, + "StableID": "nPgfw9jn9511CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "DiscoKey": "discokey:3bef8e992b5355a8d48c7453b76c3c36b5286779d439822199265f5f4c337317", + "Addresses": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "AllowedIPs": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "Endpoints": ["77.164.248.136:54585", "10.65.0.27:54585", "172.17.0.1:54585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 45816}, + {"Proto": "peerapi6", "Port": 45816} + ]}, + "Created": "2026-04-09T08:37:32.541385968Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2169165149866385, + "StableID": "nLLXLqHRwH11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "DiscoKey": "discokey:4b658a5fa759f37a4fe8f8ecc8c42551ff7ecaf39f61743e9b7c030c8b29d86d", + "Addresses": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "AllowedIPs": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "Endpoints": ["77.164.248.136:34944", "10.65.0.27:34944", "172.17.0.1:34944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46684}, + {"Proto": "peerapi6", "Port": 46684} + ]}, + "Created": "2026-04-09T08:37:30.399056031Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3825731267683802, + "StableID": "nobPXSUgsW11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:8717a196b35b763672eaf960c2297b1260a36ab61d2e58f80e7aad1570d44453", - "Addresses": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "AllowedIPs": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "Endpoints": ["77.164.248.136:35553", "10.65.0.27:35553", "172.17.0.1:35553"], + "Key": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:71cbdf09af11c0dc0cb2d61ef1b9bd403f66dc698acf96b4fcf5b25dc01c8a72", + "Addresses": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "AllowedIPs": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "Endpoints": ["77.164.248.136:46135", "10.65.0.27:46135", "172.17.0.1:46135"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46188}, - {"Proto": "peerapi6", "Port": 46188} + {"Proto": "peerapi4", "Port": 63551}, + {"Proto": "peerapi6", "Port": 63551} ]}, - "Created": "2026-04-09T01:31:32.012034101Z", + "Created": "2026-04-09T08:37:35.762432654Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8559642627534093, - "StableID": "nx2psEJgq921CNTRL", + "ID": 4395892638961349, + "StableID": "nLYiUSeuKb11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:30160811644c55f1180a0c685efa8ed4428c3cb768dd86cd0ef9f4cb29b31b62", - "Addresses": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "AllowedIPs": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "Endpoints": ["77.164.248.136:50936", "10.65.0.27:50936", "172.17.0.1:50936"], + "Key": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "KeyExpiry": "2026-10-06T08:37:36Z", + "DiscoKey": "discokey:b7630c9081cf79ae8c06c5046c99598875eabc525f2124039861d9893e8fc640", + "Addresses": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "AllowedIPs": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "Endpoints": ["77.164.248.136:37956", "10.65.0.27:37956", "172.17.0.1:37956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 52960}, - {"Proto": "peerapi6", "Port": 52960} + {"Proto": "peerapi4", "Port": 41585}, + {"Proto": "peerapi6", "Port": 41585} ]}, - "Created": "2026-04-09T01:31:32.55732664Z", + "Created": "2026-04-09T08:37:36.287262433Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4460585986551700, + "StableID": "nZmC5k2Dqb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:e310274303905feb2d4305864927bf949710073f6d5830f5b6e399475ba6747c", + "Addresses": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "AllowedIPs": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "Endpoints": ["77.164.248.136:54376", "10.65.0.27:54376", "172.17.0.1:54376"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41732}, + {"Proto": "peerapi6", "Port": 41732} + ]}, + "Created": "2026-04-09T08:37:35.215814588Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5008500115062963, + "StableID": "nGbBNhoM7g11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "DiscoKey": "discokey:774a454c13ac20e9fdc171d7bd8e5cadf21199a78a39e86eba5b45276560b131", + "Addresses": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "AllowedIPs": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "Endpoints": ["77.164.248.136:43537", "10.65.0.27:43537", "172.17.0.1:43537"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 53685}, + {"Proto": "peerapi6", "Port": 53685} + ]}, + "Created": "2026-04-09T08:37:32.004472298Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6137090919582699, + "StableID": "nG9p5NyVvp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "DiscoKey": "discokey:f445e0595f101397cf84539b7d2cfe7957f62f2404fb1f386ceeab217657041a", + "Addresses": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "AllowedIPs": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "Endpoints": ["77.164.248.136:41764", "10.65.0.27:41764", "172.17.0.1:41764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 47098}, + {"Proto": "peerapi6", "Port": 47098} + ]}, + "Created": "2026-04-09T08:37:33.619389471Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6442112551195021, + "StableID": "naRvAdNeJs11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "DiscoKey": "discokey:553f1c61f168d13bdee0fc73edca841d66f2f5d53e0d0c7534ff0d2f3f0d7227", + "Addresses": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "AllowedIPs": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "Endpoints": ["77.164.248.136:38767", "10.65.0.27:38767", "172.17.0.1:38767"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 56216}, + {"Proto": "peerapi6", "Port": 56216} + ]}, + "Created": "2026-04-09T08:37:34.141504876Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7304658183228632, + "StableID": "nBUT25zH3z11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "DiscoKey": "discokey:9afc6b85171cb167a9543d193ac4a51100f2bbd4c21198ea90ebcf63d30dd113", + "Addresses": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "AllowedIPs": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65051}, + {"Proto": "peerapi6", "Port": 65051} + ]}, + "Created": "2026-04-09T08:37:30.932477776Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7958810273997702, + "StableID": "nqWNF7TZ9521CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "DiscoKey": "discokey:13429abf3228d6a8a15f22bab89ab0c2ba96bfe42f6df961860e3ec97428782f", + "Addresses": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "AllowedIPs": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "Endpoints": ["77.164.248.136:57749", "10.65.0.27:57749", "172.17.0.1:57749"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53212}, + {"Proto": "peerapi6", "Port": 53212} + ]}, + "Created": "2026-04-09T08:37:31.473447939Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8802210451787425, + "StableID": "niTWsG9YjB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "DiscoKey": "discokey:4a2208aaa6dce45b47ce31d0a0537e4c9977a3133008d4b16dbc2023ea2e4f5b", + "Addresses": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "AllowedIPs": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "Endpoints": ["77.164.248.136:45752", "10.65.0.27:45752", "172.17.0.1:45752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41803}, + {"Proto": "peerapi6", "Port": 41803} + ]}, + "Created": "2026-04-09T08:37:29.878505257Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11413,27 +11427,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "716965269681692": { - "ID": 716965269681692, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5680187315819629": { + "ID": 5680187315819629, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11464,21 +11480,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2429875805165340, - "StableID": "nBteBbiVyK11CNTRL", + "ID": 7304658183228632, + "StableID": "nBUT25zH3z11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 2429875805165340, - "Key": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "DiscoKey": "discokey:fe4572501aeee569998e1e30b4779949ea3401303fe95bf4b319483988e02e7e", - "Addresses": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "AllowedIPs": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "Endpoints": ["77.164.248.136:44569", "10.65.0.27:44569", "172.17.0.1:44569"], + "User": 7304658183228632, + "Key": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "DiscoKey": "discokey:9afc6b85171cb167a9543d193ac4a51100f2bbd4c21198ea90ebcf63d30dd113", + "Addresses": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "AllowedIPs": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 47019}, - {"Proto": "peerapi6", "Port": 47019}, + {"Proto": "peerapi4", "Port": 65051}, + {"Proto": "peerapi6", "Port": 65051}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:27.002064626Z", + "Created": "2026-04-09T08:37:30.932477776Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11506,300 +11522,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "MachineKey": "mkey:c1265d2f2fa95597ca5ef1a8c61653f36cab7b63f5cd4057b2525efd0b125f40", + "NodeKey": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "MachineKey": "mkey:2ca22979e0a8cf73ea8889ea9ac9a07629f1db66d12210b39ba1253da6db3a5b", "Peers": [{ - "ID": 387756445867509, - "StableID": "nvh5Krhc2411CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "DiscoKey": "discokey:b5b82b0f8ebf4d95057f3bb55d64aaa579497bb38fce4aaf80d088a5bdf4df31", - "Addresses": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "AllowedIPs": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "Endpoints": ["77.164.248.136:38916", "10.65.0.27:38916", "172.17.0.1:38916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64226}, - {"Proto": "peerapi6", "Port": 64226} - ]}, - "Created": "2026-04-09T01:31:27.562907888Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 716965269681692, - "StableID": "njUUknTib611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "DiscoKey": "discokey:c5243c35f120e19a0ccb9d837564ebb73682daa49b7354656dc119cdcdd82358", - "Addresses": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "AllowedIPs": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "Endpoints": ["77.164.248.136:47265", "10.65.0.27:47265", "172.17.0.1:47265"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58954}, - {"Proto": "peerapi6", "Port": 58954} - ]}, - "Created": "2026-04-09T01:31:24.832877916Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1262323490064780, - "StableID": "nBJDCf6irA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "DiscoKey": "discokey:f9859791a789eb9ddc3e6a93a8c49662e8b433912ef9f2c92f18823c46b1b135", - "Addresses": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "AllowedIPs": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "Endpoints": ["77.164.248.136:41493", "10.65.0.27:41493", "172.17.0.1:41493"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40587}, - {"Proto": "peerapi6", "Port": 40587} - ]}, - "Created": "2026-04-09T01:31:29.801803178Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1343976572931440, - "StableID": "nHs4XAzgVB11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "DiscoKey": "discokey:6938e57bbd25bb296b14e23d4114a738116bd89d9e166b89eecbd8bf367bac42", - "Addresses": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "AllowedIPs": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "Endpoints": ["77.164.248.136:47589", "10.65.0.27:47589", "172.17.0.1:47589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 65087}, - {"Proto": "peerapi6", "Port": 65087} - ]}, - "Created": "2026-04-09T01:31:28.720168613Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2941298515902077, - "StableID": "n2F7rcv7yP11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "DiscoKey": "discokey:2396bfaa2e39bcb234e946615bf96efb006d65308053cfdd8946f3b4f509c223", - "Addresses": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "AllowedIPs": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "Endpoints": ["77.164.248.136:59128", "10.65.0.27:59128", "172.17.0.1:59128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47677}, - {"Proto": "peerapi6", "Port": 47677} - ]}, - "Created": "2026-04-09T01:31:30.909472486Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3353667436013740, - "StableID": "nV17E6AtBT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "DiscoKey": "discokey:fd1850a4e0b6b0e3b8e9fd4c37d5a89a8a92d6fba970ada05bcbe3837fea5a31", - "Addresses": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "AllowedIPs": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "Endpoints": ["77.164.248.136:58733", "10.65.0.27:58733", "172.17.0.1:58733"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 46162}, - {"Proto": "peerapi6", "Port": 46162} - ]}, - "Created": "2026-04-09T01:31:30.351871791Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3408321951816242, - "StableID": "nfMedcqdcT11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "DiscoKey": "discokey:a2924893a2a71beb9b0a12632be234e662598550be574f662dda301b59cdf459", - "Addresses": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "AllowedIPs": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "Endpoints": ["77.164.248.136:33450", "10.65.0.27:33450", "172.17.0.1:33450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 42372}, - {"Proto": "peerapi6", "Port": 42372} - ]}, - "Created": "2026-04-09T01:31:29.25675569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4647968799453883, - "StableID": "nUR1b1G5Jd11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "DiscoKey": "discokey:ade9a460062d02402511f7f2a882f93050966939b05286d96fde5586dcdc795a", - "Addresses": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "AllowedIPs": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "Endpoints": ["77.164.248.136:43870", "10.65.0.27:43870", "172.17.0.1:43870"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 42910}, - {"Proto": "peerapi6", "Port": 42910} - ]}, - "Created": "2026-04-09T01:31:26.467248873Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4785316031886221, - "StableID": "nWqBCz8HNe11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "DiscoKey": "discokey:f1de9a4829860c55696017bc2bf8c530a5f4880866f4d684a26da9e7f8dc4c42", - "Addresses": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "AllowedIPs": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "Endpoints": ["77.164.248.136:54628", "10.65.0.27:54628", "172.17.0.1:54628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51962}, - {"Proto": "peerapi6", "Port": 51962} - ]}, - "Created": "2026-04-09T01:31:28.108025783Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5209327081616272, - "StableID": "noSbhxBKgh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "KeyExpiry": "2026-10-06T01:31:31Z", - "DiscoKey": "discokey:171e5f5399cfefe879c6d5954909986b9cf3dbb981553b9c2c509b7fa22fdd56", - "Addresses": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "AllowedIPs": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "Endpoints": ["77.164.248.136:37883", "10.65.0.27:37883", "172.17.0.1:37883"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62029}, - {"Proto": "peerapi6", "Port": 62029} - ]}, - "Created": "2026-04-09T01:31:31.471195794Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5224167988757031, - "StableID": "nExvqz23oh11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "DiscoKey": "discokey:6dbef81115c6c053a109b63167b7ffb9bb1c327fe5f5c60fe8bb189cbb8e2365", - "Addresses": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "AllowedIPs": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "Endpoints": ["77.164.248.136:37653", "10.65.0.27:37653", "172.17.0.1:37653"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37533}, - {"Proto": "peerapi6", "Port": 37533} - ]}, - "Created": "2026-04-09T01:31:25.931789588Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6575372417565609, - "StableID": "nkNeEFtzLt11CNTRL", + "ID": 94871871761068, + "StableID": "nyBBS98yj111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "DiscoKey": "discokey:6fb473fc629d0ac0ade4ac96ef8ce1b88b1c9897e28df3fd349d1ec828af6e18", - "Addresses": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "AllowedIPs": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "Key": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "DiscoKey": "discokey:1bdce3d87a6bd3b0cd547535da4c098c1aca027230abee46451f4544911f8711", + "Addresses": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "AllowedIPs": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "Endpoints": ["77.164.248.136:38770", "10.65.0.27:38770", "172.17.0.1:38770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37132}, - {"Proto": "peerapi6", "Port": 37132} + {"Proto": "peerapi4", "Port": 40857}, + {"Proto": "peerapi6", "Port": 40857} ]}, - "Created": "2026-04-09T01:31:25.369828535Z", + "Created": "2026-04-09T08:37:29.324736873Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6872349625782445, - "StableID": "nUg8BLyVfv11CNTRL", + "ID": 154734001891838, + "StableID": "nomMtnb5D211CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "DiscoKey": "discokey:486ba3c3898abf7c3339226e63971f3be8469b3afbef619a5d9a20aacee1fd19", + "Addresses": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "AllowedIPs": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "Endpoints": ["77.164.248.136:50553", "10.65.0.27:50553", "172.17.0.1:50553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:37:33.077107899Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 227240566058066, + "StableID": "nbd5g1Evm211CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "DiscoKey": "discokey:41943f6502d0fff27393acfdb68ce5b5fb22c7827753ae2d79ccc2101c2f9e31", + "Addresses": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "AllowedIPs": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "Endpoints": ["77.164.248.136:45686", "10.65.0.27:45686", "172.17.0.1:45686"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 40799}, + {"Proto": "peerapi6", "Port": 40799} + ]}, + "Created": "2026-04-09T08:37:34.675912773Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 531656959559348, + "StableID": "nPgfw9jn9511CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "DiscoKey": "discokey:3bef8e992b5355a8d48c7453b76c3c36b5286779d439822199265f5f4c337317", + "Addresses": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "AllowedIPs": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "Endpoints": ["77.164.248.136:54585", "10.65.0.27:54585", "172.17.0.1:54585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 45816}, + {"Proto": "peerapi6", "Port": 45816} + ]}, + "Created": "2026-04-09T08:37:32.541385968Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2169165149866385, + "StableID": "nLLXLqHRwH11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "DiscoKey": "discokey:4b658a5fa759f37a4fe8f8ecc8c42551ff7ecaf39f61743e9b7c030c8b29d86d", + "Addresses": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "AllowedIPs": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "Endpoints": ["77.164.248.136:34944", "10.65.0.27:34944", "172.17.0.1:34944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46684}, + {"Proto": "peerapi6", "Port": 46684} + ]}, + "Created": "2026-04-09T08:37:30.399056031Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3825731267683802, + "StableID": "nobPXSUgsW11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:8717a196b35b763672eaf960c2297b1260a36ab61d2e58f80e7aad1570d44453", - "Addresses": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "AllowedIPs": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "Endpoints": ["77.164.248.136:35553", "10.65.0.27:35553", "172.17.0.1:35553"], + "Key": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:71cbdf09af11c0dc0cb2d61ef1b9bd403f66dc698acf96b4fcf5b25dc01c8a72", + "Addresses": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "AllowedIPs": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "Endpoints": ["77.164.248.136:46135", "10.65.0.27:46135", "172.17.0.1:46135"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46188}, - {"Proto": "peerapi6", "Port": 46188} + {"Proto": "peerapi4", "Port": 63551}, + {"Proto": "peerapi6", "Port": 63551} ]}, - "Created": "2026-04-09T01:31:32.012034101Z", + "Created": "2026-04-09T08:37:35.762432654Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8559642627534093, - "StableID": "nx2psEJgq921CNTRL", + "ID": 4395892638961349, + "StableID": "nLYiUSeuKb11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:30160811644c55f1180a0c685efa8ed4428c3cb768dd86cd0ef9f4cb29b31b62", - "Addresses": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "AllowedIPs": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], + "Key": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "KeyExpiry": "2026-10-06T08:37:36Z", + "DiscoKey": "discokey:b7630c9081cf79ae8c06c5046c99598875eabc525f2124039861d9893e8fc640", + "Addresses": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "AllowedIPs": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 52960}, - {"Proto": "peerapi6", "Port": 52960} + {"Proto": "peerapi4", "Port": 41585}, + {"Proto": "peerapi6", "Port": 41585} ]}, - "Created": "2026-04-09T01:31:32.55732664Z", + "Created": "2026-04-09T08:37:36.287262433Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4460585986551700, + "StableID": "nZmC5k2Dqb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:e310274303905feb2d4305864927bf949710073f6d5830f5b6e399475ba6747c", + "Addresses": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "AllowedIPs": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "Endpoints": ["77.164.248.136:54376", "10.65.0.27:54376", "172.17.0.1:54376"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41732}, + {"Proto": "peerapi6", "Port": 41732} + ]}, + "Created": "2026-04-09T08:37:35.215814588Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5008500115062963, + "StableID": "nGbBNhoM7g11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "DiscoKey": "discokey:774a454c13ac20e9fdc171d7bd8e5cadf21199a78a39e86eba5b45276560b131", + "Addresses": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "AllowedIPs": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "Endpoints": ["77.164.248.136:43537", "10.65.0.27:43537", "172.17.0.1:43537"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 53685}, + {"Proto": "peerapi6", "Port": 53685} + ]}, + "Created": "2026-04-09T08:37:32.004472298Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5680187315819629, + "StableID": "ngtFDZtZMm11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "DiscoKey": "discokey:2a813a74bce4c5ce29047129aabb3f3e0e5f115bd815793c7cd931263a34723e", + "Addresses": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "AllowedIPs": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "Endpoints": ["77.164.248.136:58869", "10.65.0.27:58869", "172.17.0.1:58869"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62864}, + {"Proto": "peerapi6", "Port": 62864} + ]}, + "Created": "2026-04-09T08:37:28.789335941Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6137090919582699, + "StableID": "nG9p5NyVvp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "DiscoKey": "discokey:f445e0595f101397cf84539b7d2cfe7957f62f2404fb1f386ceeab217657041a", + "Addresses": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "AllowedIPs": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "Endpoints": ["77.164.248.136:41764", "10.65.0.27:41764", "172.17.0.1:41764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 47098}, + {"Proto": "peerapi6", "Port": 47098} + ]}, + "Created": "2026-04-09T08:37:33.619389471Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6442112551195021, + "StableID": "naRvAdNeJs11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "DiscoKey": "discokey:553f1c61f168d13bdee0fc73edca841d66f2f5d53e0d0c7534ff0d2f3f0d7227", + "Addresses": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "AllowedIPs": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "Endpoints": ["77.164.248.136:38767", "10.65.0.27:38767", "172.17.0.1:38767"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 56216}, + {"Proto": "peerapi6", "Port": 56216} + ]}, + "Created": "2026-04-09T08:37:34.141504876Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7958810273997702, + "StableID": "nqWNF7TZ9521CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "DiscoKey": "discokey:13429abf3228d6a8a15f22bab89ab0c2ba96bfe42f6df961860e3ec97428782f", + "Addresses": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "AllowedIPs": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "Endpoints": ["77.164.248.136:57749", "10.65.0.27:57749", "172.17.0.1:57749"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53212}, + {"Proto": "peerapi6", "Port": 53212} + ]}, + "Created": "2026-04-09T08:37:31.473447939Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8802210451787425, + "StableID": "niTWsG9YjB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "DiscoKey": "discokey:4a2208aaa6dce45b47ce31d0a0537e4c9977a3133008d4b16dbc2023ea2e4f5b", + "Addresses": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "AllowedIPs": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "Endpoints": ["77.164.248.136:45752", "10.65.0.27:45752", "172.17.0.1:45752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41803}, + {"Proto": "peerapi6", "Port": 41803} + ]}, + "Created": "2026-04-09T08:37:29.878505257Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12647,27 +12663,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2429875805165340": { - "ID": 2429875805165340, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7304658183228632": { + "ID": 7304658183228632, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12698,21 +12716,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4647968799453883, - "StableID": "nUR1b1G5Jd11CNTRL", + "ID": 2169165149866385, + "StableID": "nLLXLqHRwH11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 4647968799453883, - "Key": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "DiscoKey": "discokey:ade9a460062d02402511f7f2a882f93050966939b05286d96fde5586dcdc795a", - "Addresses": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "AllowedIPs": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "Endpoints": ["77.164.248.136:43870", "10.65.0.27:43870", "172.17.0.1:43870"], + "User": 2169165149866385, + "Key": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "DiscoKey": "discokey:4b658a5fa759f37a4fe8f8ecc8c42551ff7ecaf39f61743e9b7c030c8b29d86d", + "Addresses": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "AllowedIPs": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "Endpoints": ["77.164.248.136:34944", "10.65.0.27:34944", "172.17.0.1:34944"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 42910}, - {"Proto": "peerapi6", "Port": 42910}, + {"Proto": "peerapi4", "Port": 46684}, + {"Proto": "peerapi6", "Port": 46684}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:26.467248873Z", + "Created": "2026-04-09T08:37:30.399056031Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12740,300 +12758,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "MachineKey": "mkey:acd4adc6d1691c10f32f13113da34b6848a31c92d2f1b0d22c6a599160af4901", + "NodeKey": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "MachineKey": "mkey:cb87b66e944ebceae9d72f37a6ecd2631709ee8d42bc6f645aa0e3e4a0d74037", "Peers": [{ - "ID": 387756445867509, - "StableID": "nvh5Krhc2411CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "DiscoKey": "discokey:b5b82b0f8ebf4d95057f3bb55d64aaa579497bb38fce4aaf80d088a5bdf4df31", - "Addresses": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "AllowedIPs": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "Endpoints": ["77.164.248.136:38916", "10.65.0.27:38916", "172.17.0.1:38916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64226}, - {"Proto": "peerapi6", "Port": 64226} - ]}, - "Created": "2026-04-09T01:31:27.562907888Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 716965269681692, - "StableID": "njUUknTib611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "DiscoKey": "discokey:c5243c35f120e19a0ccb9d837564ebb73682daa49b7354656dc119cdcdd82358", - "Addresses": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "AllowedIPs": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "Endpoints": ["77.164.248.136:47265", "10.65.0.27:47265", "172.17.0.1:47265"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58954}, - {"Proto": "peerapi6", "Port": 58954} - ]}, - "Created": "2026-04-09T01:31:24.832877916Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1262323490064780, - "StableID": "nBJDCf6irA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "DiscoKey": "discokey:f9859791a789eb9ddc3e6a93a8c49662e8b433912ef9f2c92f18823c46b1b135", - "Addresses": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "AllowedIPs": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "Endpoints": ["77.164.248.136:41493", "10.65.0.27:41493", "172.17.0.1:41493"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40587}, - {"Proto": "peerapi6", "Port": 40587} - ]}, - "Created": "2026-04-09T01:31:29.801803178Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1343976572931440, - "StableID": "nHs4XAzgVB11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "DiscoKey": "discokey:6938e57bbd25bb296b14e23d4114a738116bd89d9e166b89eecbd8bf367bac42", - "Addresses": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "AllowedIPs": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "Endpoints": ["77.164.248.136:47589", "10.65.0.27:47589", "172.17.0.1:47589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 65087}, - {"Proto": "peerapi6", "Port": 65087} - ]}, - "Created": "2026-04-09T01:31:28.720168613Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2429875805165340, - "StableID": "nBteBbiVyK11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "DiscoKey": "discokey:fe4572501aeee569998e1e30b4779949ea3401303fe95bf4b319483988e02e7e", - "Addresses": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "AllowedIPs": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "Endpoints": ["77.164.248.136:44569", "10.65.0.27:44569", "172.17.0.1:44569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47019}, - {"Proto": "peerapi6", "Port": 47019} - ]}, - "Created": "2026-04-09T01:31:27.002064626Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2941298515902077, - "StableID": "n2F7rcv7yP11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "DiscoKey": "discokey:2396bfaa2e39bcb234e946615bf96efb006d65308053cfdd8946f3b4f509c223", - "Addresses": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "AllowedIPs": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "Endpoints": ["77.164.248.136:59128", "10.65.0.27:59128", "172.17.0.1:59128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47677}, - {"Proto": "peerapi6", "Port": 47677} - ]}, - "Created": "2026-04-09T01:31:30.909472486Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3353667436013740, - "StableID": "nV17E6AtBT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "DiscoKey": "discokey:fd1850a4e0b6b0e3b8e9fd4c37d5a89a8a92d6fba970ada05bcbe3837fea5a31", - "Addresses": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "AllowedIPs": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "Endpoints": ["77.164.248.136:58733", "10.65.0.27:58733", "172.17.0.1:58733"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 46162}, - {"Proto": "peerapi6", "Port": 46162} - ]}, - "Created": "2026-04-09T01:31:30.351871791Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3408321951816242, - "StableID": "nfMedcqdcT11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "DiscoKey": "discokey:a2924893a2a71beb9b0a12632be234e662598550be574f662dda301b59cdf459", - "Addresses": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "AllowedIPs": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "Endpoints": ["77.164.248.136:33450", "10.65.0.27:33450", "172.17.0.1:33450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 42372}, - {"Proto": "peerapi6", "Port": 42372} - ]}, - "Created": "2026-04-09T01:31:29.25675569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4785316031886221, - "StableID": "nWqBCz8HNe11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "DiscoKey": "discokey:f1de9a4829860c55696017bc2bf8c530a5f4880866f4d684a26da9e7f8dc4c42", - "Addresses": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "AllowedIPs": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "Endpoints": ["77.164.248.136:54628", "10.65.0.27:54628", "172.17.0.1:54628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51962}, - {"Proto": "peerapi6", "Port": 51962} - ]}, - "Created": "2026-04-09T01:31:28.108025783Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5209327081616272, - "StableID": "noSbhxBKgh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "KeyExpiry": "2026-10-06T01:31:31Z", - "DiscoKey": "discokey:171e5f5399cfefe879c6d5954909986b9cf3dbb981553b9c2c509b7fa22fdd56", - "Addresses": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "AllowedIPs": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "Endpoints": ["77.164.248.136:37883", "10.65.0.27:37883", "172.17.0.1:37883"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62029}, - {"Proto": "peerapi6", "Port": 62029} - ]}, - "Created": "2026-04-09T01:31:31.471195794Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5224167988757031, - "StableID": "nExvqz23oh11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "DiscoKey": "discokey:6dbef81115c6c053a109b63167b7ffb9bb1c327fe5f5c60fe8bb189cbb8e2365", - "Addresses": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "AllowedIPs": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "Endpoints": ["77.164.248.136:37653", "10.65.0.27:37653", "172.17.0.1:37653"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37533}, - {"Proto": "peerapi6", "Port": 37533} - ]}, - "Created": "2026-04-09T01:31:25.931789588Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6575372417565609, - "StableID": "nkNeEFtzLt11CNTRL", + "ID": 94871871761068, + "StableID": "nyBBS98yj111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "DiscoKey": "discokey:6fb473fc629d0ac0ade4ac96ef8ce1b88b1c9897e28df3fd349d1ec828af6e18", - "Addresses": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "AllowedIPs": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "Key": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "DiscoKey": "discokey:1bdce3d87a6bd3b0cd547535da4c098c1aca027230abee46451f4544911f8711", + "Addresses": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "AllowedIPs": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "Endpoints": ["77.164.248.136:38770", "10.65.0.27:38770", "172.17.0.1:38770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37132}, - {"Proto": "peerapi6", "Port": 37132} + {"Proto": "peerapi4", "Port": 40857}, + {"Proto": "peerapi6", "Port": 40857} ]}, - "Created": "2026-04-09T01:31:25.369828535Z", + "Created": "2026-04-09T08:37:29.324736873Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6872349625782445, - "StableID": "nUg8BLyVfv11CNTRL", + "ID": 154734001891838, + "StableID": "nomMtnb5D211CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "DiscoKey": "discokey:486ba3c3898abf7c3339226e63971f3be8469b3afbef619a5d9a20aacee1fd19", + "Addresses": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "AllowedIPs": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "Endpoints": ["77.164.248.136:50553", "10.65.0.27:50553", "172.17.0.1:50553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:37:33.077107899Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 227240566058066, + "StableID": "nbd5g1Evm211CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "DiscoKey": "discokey:41943f6502d0fff27393acfdb68ce5b5fb22c7827753ae2d79ccc2101c2f9e31", + "Addresses": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "AllowedIPs": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "Endpoints": ["77.164.248.136:45686", "10.65.0.27:45686", "172.17.0.1:45686"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 40799}, + {"Proto": "peerapi6", "Port": 40799} + ]}, + "Created": "2026-04-09T08:37:34.675912773Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 531656959559348, + "StableID": "nPgfw9jn9511CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "DiscoKey": "discokey:3bef8e992b5355a8d48c7453b76c3c36b5286779d439822199265f5f4c337317", + "Addresses": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "AllowedIPs": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "Endpoints": ["77.164.248.136:54585", "10.65.0.27:54585", "172.17.0.1:54585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 45816}, + {"Proto": "peerapi6", "Port": 45816} + ]}, + "Created": "2026-04-09T08:37:32.541385968Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 3825731267683802, + "StableID": "nobPXSUgsW11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:8717a196b35b763672eaf960c2297b1260a36ab61d2e58f80e7aad1570d44453", - "Addresses": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "AllowedIPs": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "Endpoints": ["77.164.248.136:35553", "10.65.0.27:35553", "172.17.0.1:35553"], + "Key": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:71cbdf09af11c0dc0cb2d61ef1b9bd403f66dc698acf96b4fcf5b25dc01c8a72", + "Addresses": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "AllowedIPs": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "Endpoints": ["77.164.248.136:46135", "10.65.0.27:46135", "172.17.0.1:46135"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46188}, - {"Proto": "peerapi6", "Port": 46188} + {"Proto": "peerapi4", "Port": 63551}, + {"Proto": "peerapi6", "Port": 63551} ]}, - "Created": "2026-04-09T01:31:32.012034101Z", + "Created": "2026-04-09T08:37:35.762432654Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8559642627534093, - "StableID": "nx2psEJgq921CNTRL", + "ID": 4395892638961349, + "StableID": "nLYiUSeuKb11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:30160811644c55f1180a0c685efa8ed4428c3cb768dd86cd0ef9f4cb29b31b62", - "Addresses": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "AllowedIPs": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], + "Key": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "KeyExpiry": "2026-10-06T08:37:36Z", + "DiscoKey": "discokey:b7630c9081cf79ae8c06c5046c99598875eabc525f2124039861d9893e8fc640", + "Addresses": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "AllowedIPs": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 52960}, - {"Proto": "peerapi6", "Port": 52960} + {"Proto": "peerapi4", "Port": 41585}, + {"Proto": "peerapi6", "Port": 41585} ]}, - "Created": "2026-04-09T01:31:32.55732664Z", + "Created": "2026-04-09T08:37:36.287262433Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4460585986551700, + "StableID": "nZmC5k2Dqb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:e310274303905feb2d4305864927bf949710073f6d5830f5b6e399475ba6747c", + "Addresses": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "AllowedIPs": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "Endpoints": ["77.164.248.136:54376", "10.65.0.27:54376", "172.17.0.1:54376"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41732}, + {"Proto": "peerapi6", "Port": 41732} + ]}, + "Created": "2026-04-09T08:37:35.215814588Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5008500115062963, + "StableID": "nGbBNhoM7g11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "DiscoKey": "discokey:774a454c13ac20e9fdc171d7bd8e5cadf21199a78a39e86eba5b45276560b131", + "Addresses": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "AllowedIPs": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "Endpoints": ["77.164.248.136:43537", "10.65.0.27:43537", "172.17.0.1:43537"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 53685}, + {"Proto": "peerapi6", "Port": 53685} + ]}, + "Created": "2026-04-09T08:37:32.004472298Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5680187315819629, + "StableID": "ngtFDZtZMm11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "DiscoKey": "discokey:2a813a74bce4c5ce29047129aabb3f3e0e5f115bd815793c7cd931263a34723e", + "Addresses": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "AllowedIPs": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "Endpoints": ["77.164.248.136:58869", "10.65.0.27:58869", "172.17.0.1:58869"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62864}, + {"Proto": "peerapi6", "Port": 62864} + ]}, + "Created": "2026-04-09T08:37:28.789335941Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6137090919582699, + "StableID": "nG9p5NyVvp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "DiscoKey": "discokey:f445e0595f101397cf84539b7d2cfe7957f62f2404fb1f386ceeab217657041a", + "Addresses": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "AllowedIPs": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "Endpoints": ["77.164.248.136:41764", "10.65.0.27:41764", "172.17.0.1:41764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 47098}, + {"Proto": "peerapi6", "Port": 47098} + ]}, + "Created": "2026-04-09T08:37:33.619389471Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6442112551195021, + "StableID": "naRvAdNeJs11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "DiscoKey": "discokey:553f1c61f168d13bdee0fc73edca841d66f2f5d53e0d0c7534ff0d2f3f0d7227", + "Addresses": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "AllowedIPs": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "Endpoints": ["77.164.248.136:38767", "10.65.0.27:38767", "172.17.0.1:38767"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 56216}, + {"Proto": "peerapi6", "Port": 56216} + ]}, + "Created": "2026-04-09T08:37:34.141504876Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7304658183228632, + "StableID": "nBUT25zH3z11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "DiscoKey": "discokey:9afc6b85171cb167a9543d193ac4a51100f2bbd4c21198ea90ebcf63d30dd113", + "Addresses": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "AllowedIPs": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65051}, + {"Proto": "peerapi6", "Port": 65051} + ]}, + "Created": "2026-04-09T08:37:30.932477776Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7958810273997702, + "StableID": "nqWNF7TZ9521CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "DiscoKey": "discokey:13429abf3228d6a8a15f22bab89ab0c2ba96bfe42f6df961860e3ec97428782f", + "Addresses": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "AllowedIPs": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "Endpoints": ["77.164.248.136:57749", "10.65.0.27:57749", "172.17.0.1:57749"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53212}, + {"Proto": "peerapi6", "Port": 53212} + ]}, + "Created": "2026-04-09T08:37:31.473447939Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8802210451787425, + "StableID": "niTWsG9YjB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "DiscoKey": "discokey:4a2208aaa6dce45b47ce31d0a0537e4c9977a3133008d4b16dbc2023ea2e4f5b", + "Addresses": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "AllowedIPs": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "Endpoints": ["77.164.248.136:45752", "10.65.0.27:45752", "172.17.0.1:45752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41803}, + {"Proto": "peerapi6", "Port": 41803} + ]}, + "Created": "2026-04-09T08:37:29.878505257Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13881,27 +13899,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4647968799453883": { - "ID": 4647968799453883, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2169165149866385": { + "ID": 2169165149866385, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13932,26 +13952,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4785316031886221, - "StableID": "nWqBCz8HNe11CNTRL", + "ID": 5008500115062963, + "StableID": "nGbBNhoM7g11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 4785316031886221, - "Key": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "DiscoKey": "discokey:f1de9a4829860c55696017bc2bf8c530a5f4880866f4d684a26da9e7f8dc4c42", - "Addresses": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "AllowedIPs": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "Endpoints": ["77.164.248.136:54628", "10.65.0.27:54628", "172.17.0.1:54628"], + "User": 5008500115062963, + "Key": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "DiscoKey": "discokey:774a454c13ac20e9fdc171d7bd8e5cadf21199a78a39e86eba5b45276560b131", + "Addresses": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "AllowedIPs": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "Endpoints": ["77.164.248.136:43537", "10.65.0.27:43537", "172.17.0.1:43537"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 51962}, - {"Proto": "peerapi6", "Port": 51962}, + {"Proto": "peerapi4", "Port": 53685}, + {"Proto": "peerapi6", "Port": 53685}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:28.108025783Z", + "Created": "2026-04-09T08:37:32.004472298Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13979,302 +13999,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "MachineKey": "mkey:09744d4a41b1c91fd63ea2bb51177a7be3f28ffdd1bbb60af779f7cd8a41092a", + "NodeKey": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "MachineKey": "mkey:7a23a180ccc4b5fa98bd4d6e08aaf78b7dddf59a132e0deb7a52ff7f26c0d67b", "Peers": [{ - "ID": 387756445867509, - "StableID": "nvh5Krhc2411CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "DiscoKey": "discokey:b5b82b0f8ebf4d95057f3bb55d64aaa579497bb38fce4aaf80d088a5bdf4df31", - "Addresses": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "AllowedIPs": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "Endpoints": ["77.164.248.136:38916", "10.65.0.27:38916", "172.17.0.1:38916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64226}, - {"Proto": "peerapi6", "Port": 64226} - ]}, - "Created": "2026-04-09T01:31:27.562907888Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 716965269681692, - "StableID": "njUUknTib611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "DiscoKey": "discokey:c5243c35f120e19a0ccb9d837564ebb73682daa49b7354656dc119cdcdd82358", - "Addresses": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "AllowedIPs": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "Endpoints": ["77.164.248.136:47265", "10.65.0.27:47265", "172.17.0.1:47265"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58954}, - {"Proto": "peerapi6", "Port": 58954} - ]}, - "Created": "2026-04-09T01:31:24.832877916Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1262323490064780, - "StableID": "nBJDCf6irA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "DiscoKey": "discokey:f9859791a789eb9ddc3e6a93a8c49662e8b433912ef9f2c92f18823c46b1b135", - "Addresses": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "AllowedIPs": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "Endpoints": ["77.164.248.136:41493", "10.65.0.27:41493", "172.17.0.1:41493"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40587}, - {"Proto": "peerapi6", "Port": 40587} - ]}, - "Created": "2026-04-09T01:31:29.801803178Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1343976572931440, - "StableID": "nHs4XAzgVB11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "DiscoKey": "discokey:6938e57bbd25bb296b14e23d4114a738116bd89d9e166b89eecbd8bf367bac42", - "Addresses": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "AllowedIPs": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "Endpoints": ["77.164.248.136:47589", "10.65.0.27:47589", "172.17.0.1:47589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 65087}, - {"Proto": "peerapi6", "Port": 65087} - ]}, - "Created": "2026-04-09T01:31:28.720168613Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2429875805165340, - "StableID": "nBteBbiVyK11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "DiscoKey": "discokey:fe4572501aeee569998e1e30b4779949ea3401303fe95bf4b319483988e02e7e", - "Addresses": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "AllowedIPs": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "Endpoints": ["77.164.248.136:44569", "10.65.0.27:44569", "172.17.0.1:44569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47019}, - {"Proto": "peerapi6", "Port": 47019} - ]}, - "Created": "2026-04-09T01:31:27.002064626Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2941298515902077, - "StableID": "n2F7rcv7yP11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "DiscoKey": "discokey:2396bfaa2e39bcb234e946615bf96efb006d65308053cfdd8946f3b4f509c223", - "Addresses": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "AllowedIPs": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "Endpoints": ["77.164.248.136:59128", "10.65.0.27:59128", "172.17.0.1:59128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47677}, - {"Proto": "peerapi6", "Port": 47677} - ]}, - "Created": "2026-04-09T01:31:30.909472486Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3353667436013740, - "StableID": "nV17E6AtBT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "DiscoKey": "discokey:fd1850a4e0b6b0e3b8e9fd4c37d5a89a8a92d6fba970ada05bcbe3837fea5a31", - "Addresses": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "AllowedIPs": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "Endpoints": ["77.164.248.136:58733", "10.65.0.27:58733", "172.17.0.1:58733"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 46162}, - {"Proto": "peerapi6", "Port": 46162} - ]}, - "Created": "2026-04-09T01:31:30.351871791Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3408321951816242, - "StableID": "nfMedcqdcT11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "DiscoKey": "discokey:a2924893a2a71beb9b0a12632be234e662598550be574f662dda301b59cdf459", - "Addresses": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "AllowedIPs": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "Endpoints": ["77.164.248.136:33450", "10.65.0.27:33450", "172.17.0.1:33450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 42372}, - {"Proto": "peerapi6", "Port": 42372} - ]}, - "Created": "2026-04-09T01:31:29.25675569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4647968799453883, - "StableID": "nUR1b1G5Jd11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "DiscoKey": "discokey:ade9a460062d02402511f7f2a882f93050966939b05286d96fde5586dcdc795a", - "Addresses": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "AllowedIPs": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "Endpoints": ["77.164.248.136:43870", "10.65.0.27:43870", "172.17.0.1:43870"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 42910}, - {"Proto": "peerapi6", "Port": 42910} - ]}, - "Created": "2026-04-09T01:31:26.467248873Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5209327081616272, - "StableID": "noSbhxBKgh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "KeyExpiry": "2026-10-06T01:31:31Z", - "DiscoKey": "discokey:171e5f5399cfefe879c6d5954909986b9cf3dbb981553b9c2c509b7fa22fdd56", - "Addresses": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "AllowedIPs": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "Endpoints": ["77.164.248.136:37883", "10.65.0.27:37883", "172.17.0.1:37883"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62029}, - {"Proto": "peerapi6", "Port": 62029} - ]}, - "Created": "2026-04-09T01:31:31.471195794Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5224167988757031, - "StableID": "nExvqz23oh11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "DiscoKey": "discokey:6dbef81115c6c053a109b63167b7ffb9bb1c327fe5f5c60fe8bb189cbb8e2365", - "Addresses": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "AllowedIPs": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "Endpoints": ["77.164.248.136:37653", "10.65.0.27:37653", "172.17.0.1:37653"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37533}, - {"Proto": "peerapi6", "Port": 37533} - ]}, - "Created": "2026-04-09T01:31:25.931789588Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6575372417565609, - "StableID": "nkNeEFtzLt11CNTRL", + "ID": 94871871761068, + "StableID": "nyBBS98yj111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "DiscoKey": "discokey:6fb473fc629d0ac0ade4ac96ef8ce1b88b1c9897e28df3fd349d1ec828af6e18", - "Addresses": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "AllowedIPs": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "Key": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "DiscoKey": "discokey:1bdce3d87a6bd3b0cd547535da4c098c1aca027230abee46451f4544911f8711", + "Addresses": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "AllowedIPs": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "Endpoints": ["77.164.248.136:38770", "10.65.0.27:38770", "172.17.0.1:38770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37132}, - {"Proto": "peerapi6", "Port": 37132} + {"Proto": "peerapi4", "Port": 40857}, + {"Proto": "peerapi6", "Port": 40857} ]}, - "Created": "2026-04-09T01:31:25.369828535Z", + "Created": "2026-04-09T08:37:29.324736873Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6872349625782445, - "StableID": "nUg8BLyVfv11CNTRL", + "ID": 154734001891838, + "StableID": "nomMtnb5D211CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "DiscoKey": "discokey:486ba3c3898abf7c3339226e63971f3be8469b3afbef619a5d9a20aacee1fd19", + "Addresses": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "AllowedIPs": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "Endpoints": ["77.164.248.136:50553", "10.65.0.27:50553", "172.17.0.1:50553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:37:33.077107899Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 227240566058066, + "StableID": "nbd5g1Evm211CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "DiscoKey": "discokey:41943f6502d0fff27393acfdb68ce5b5fb22c7827753ae2d79ccc2101c2f9e31", + "Addresses": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "AllowedIPs": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "Endpoints": ["77.164.248.136:45686", "10.65.0.27:45686", "172.17.0.1:45686"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 40799}, + {"Proto": "peerapi6", "Port": 40799} + ]}, + "Created": "2026-04-09T08:37:34.675912773Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 531656959559348, + "StableID": "nPgfw9jn9511CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "DiscoKey": "discokey:3bef8e992b5355a8d48c7453b76c3c36b5286779d439822199265f5f4c337317", + "Addresses": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "AllowedIPs": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "Endpoints": ["77.164.248.136:54585", "10.65.0.27:54585", "172.17.0.1:54585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 45816}, + {"Proto": "peerapi6", "Port": 45816} + ]}, + "Created": "2026-04-09T08:37:32.541385968Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2169165149866385, + "StableID": "nLLXLqHRwH11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "DiscoKey": "discokey:4b658a5fa759f37a4fe8f8ecc8c42551ff7ecaf39f61743e9b7c030c8b29d86d", + "Addresses": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "AllowedIPs": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "Endpoints": ["77.164.248.136:34944", "10.65.0.27:34944", "172.17.0.1:34944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46684}, + {"Proto": "peerapi6", "Port": 46684} + ]}, + "Created": "2026-04-09T08:37:30.399056031Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3825731267683802, + "StableID": "nobPXSUgsW11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:8717a196b35b763672eaf960c2297b1260a36ab61d2e58f80e7aad1570d44453", - "Addresses": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "AllowedIPs": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "Endpoints": ["77.164.248.136:35553", "10.65.0.27:35553", "172.17.0.1:35553"], + "Key": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:71cbdf09af11c0dc0cb2d61ef1b9bd403f66dc698acf96b4fcf5b25dc01c8a72", + "Addresses": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "AllowedIPs": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "Endpoints": ["77.164.248.136:46135", "10.65.0.27:46135", "172.17.0.1:46135"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46188}, - {"Proto": "peerapi6", "Port": 46188} + {"Proto": "peerapi4", "Port": 63551}, + {"Proto": "peerapi6", "Port": 63551} ]}, - "Created": "2026-04-09T01:31:32.012034101Z", + "Created": "2026-04-09T08:37:35.762432654Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8559642627534093, - "StableID": "nx2psEJgq921CNTRL", + "ID": 4395892638961349, + "StableID": "nLYiUSeuKb11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:30160811644c55f1180a0c685efa8ed4428c3cb768dd86cd0ef9f4cb29b31b62", - "Addresses": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "AllowedIPs": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "Endpoints": ["77.164.248.136:50936", "10.65.0.27:50936", "172.17.0.1:50936"], + "Key": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "KeyExpiry": "2026-10-06T08:37:36Z", + "DiscoKey": "discokey:b7630c9081cf79ae8c06c5046c99598875eabc525f2124039861d9893e8fc640", + "Addresses": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "AllowedIPs": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "Endpoints": ["77.164.248.136:37956", "10.65.0.27:37956", "172.17.0.1:37956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 52960}, - {"Proto": "peerapi6", "Port": 52960} + {"Proto": "peerapi4", "Port": 41585}, + {"Proto": "peerapi6", "Port": 41585} ]}, - "Created": "2026-04-09T01:31:32.55732664Z", + "Created": "2026-04-09T08:37:36.287262433Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4460585986551700, + "StableID": "nZmC5k2Dqb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:e310274303905feb2d4305864927bf949710073f6d5830f5b6e399475ba6747c", + "Addresses": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "AllowedIPs": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "Endpoints": ["77.164.248.136:54376", "10.65.0.27:54376", "172.17.0.1:54376"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41732}, + {"Proto": "peerapi6", "Port": 41732} + ]}, + "Created": "2026-04-09T08:37:35.215814588Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5680187315819629, + "StableID": "ngtFDZtZMm11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "DiscoKey": "discokey:2a813a74bce4c5ce29047129aabb3f3e0e5f115bd815793c7cd931263a34723e", + "Addresses": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "AllowedIPs": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "Endpoints": ["77.164.248.136:58869", "10.65.0.27:58869", "172.17.0.1:58869"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62864}, + {"Proto": "peerapi6", "Port": 62864} + ]}, + "Created": "2026-04-09T08:37:28.789335941Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6137090919582699, + "StableID": "nG9p5NyVvp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "DiscoKey": "discokey:f445e0595f101397cf84539b7d2cfe7957f62f2404fb1f386ceeab217657041a", + "Addresses": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "AllowedIPs": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "Endpoints": ["77.164.248.136:41764", "10.65.0.27:41764", "172.17.0.1:41764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 47098}, + {"Proto": "peerapi6", "Port": 47098} + ]}, + "Created": "2026-04-09T08:37:33.619389471Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6442112551195021, + "StableID": "naRvAdNeJs11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "DiscoKey": "discokey:553f1c61f168d13bdee0fc73edca841d66f2f5d53e0d0c7534ff0d2f3f0d7227", + "Addresses": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "AllowedIPs": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "Endpoints": ["77.164.248.136:38767", "10.65.0.27:38767", "172.17.0.1:38767"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 56216}, + {"Proto": "peerapi6", "Port": 56216} + ]}, + "Created": "2026-04-09T08:37:34.141504876Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7304658183228632, + "StableID": "nBUT25zH3z11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "DiscoKey": "discokey:9afc6b85171cb167a9543d193ac4a51100f2bbd4c21198ea90ebcf63d30dd113", + "Addresses": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "AllowedIPs": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65051}, + {"Proto": "peerapi6", "Port": 65051} + ]}, + "Created": "2026-04-09T08:37:30.932477776Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7958810273997702, + "StableID": "nqWNF7TZ9521CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "DiscoKey": "discokey:13429abf3228d6a8a15f22bab89ab0c2ba96bfe42f6df961860e3ec97428782f", + "Addresses": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "AllowedIPs": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "Endpoints": ["77.164.248.136:57749", "10.65.0.27:57749", "172.17.0.1:57749"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53212}, + {"Proto": "peerapi6", "Port": 53212} + ]}, + "Created": "2026-04-09T08:37:31.473447939Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8802210451787425, + "StableID": "niTWsG9YjB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "DiscoKey": "discokey:4a2208aaa6dce45b47ce31d0a0537e4c9977a3133008d4b16dbc2023ea2e4f5b", + "Addresses": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "AllowedIPs": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "Endpoints": ["77.164.248.136:45752", "10.65.0.27:45752", "172.17.0.1:45752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41803}, + {"Proto": "peerapi6", "Port": 41803} + ]}, + "Created": "2026-04-09T08:37:29.878505257Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15122,27 +15142,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4785316031886221": { - "ID": 4785316031886221, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5008500115062963": { + "ID": 5008500115062963, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15173,26 +15195,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3408321951816242, - "StableID": "nfMedcqdcT11CNTRL", + "ID": 154734001891838, + "StableID": "nomMtnb5D211CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 3408321951816242, - "Key": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "DiscoKey": "discokey:a2924893a2a71beb9b0a12632be234e662598550be574f662dda301b59cdf459", - "Addresses": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "AllowedIPs": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "Endpoints": ["77.164.248.136:33450", "10.65.0.27:33450", "172.17.0.1:33450"], + "User": 154734001891838, + "Key": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "DiscoKey": "discokey:486ba3c3898abf7c3339226e63971f3be8469b3afbef619a5d9a20aacee1fd19", + "Addresses": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "AllowedIPs": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "Endpoints": ["77.164.248.136:50553", "10.65.0.27:50553", "172.17.0.1:50553"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 42372}, - {"Proto": "peerapi6", "Port": 42372}, + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:29.25675569Z", + "Created": "2026-04-09T08:37:33.077107899Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15220,302 +15242,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "MachineKey": "mkey:9fbe0562b4f88ccfdd7f8a31f31b33c0b09892724d2528aa353ee0966812d562", + "NodeKey": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "MachineKey": "mkey:73c706b4b6cb7058b46c3220711a7b9865e509ddb9fe7dd16ee21814b5e14548", "Peers": [{ - "ID": 387756445867509, - "StableID": "nvh5Krhc2411CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "DiscoKey": "discokey:b5b82b0f8ebf4d95057f3bb55d64aaa579497bb38fce4aaf80d088a5bdf4df31", - "Addresses": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "AllowedIPs": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "Endpoints": ["77.164.248.136:38916", "10.65.0.27:38916", "172.17.0.1:38916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64226}, - {"Proto": "peerapi6", "Port": 64226} - ]}, - "Created": "2026-04-09T01:31:27.562907888Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 716965269681692, - "StableID": "njUUknTib611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "DiscoKey": "discokey:c5243c35f120e19a0ccb9d837564ebb73682daa49b7354656dc119cdcdd82358", - "Addresses": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "AllowedIPs": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "Endpoints": ["77.164.248.136:47265", "10.65.0.27:47265", "172.17.0.1:47265"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58954}, - {"Proto": "peerapi6", "Port": 58954} - ]}, - "Created": "2026-04-09T01:31:24.832877916Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1262323490064780, - "StableID": "nBJDCf6irA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "DiscoKey": "discokey:f9859791a789eb9ddc3e6a93a8c49662e8b433912ef9f2c92f18823c46b1b135", - "Addresses": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "AllowedIPs": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "Endpoints": ["77.164.248.136:41493", "10.65.0.27:41493", "172.17.0.1:41493"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40587}, - {"Proto": "peerapi6", "Port": 40587} - ]}, - "Created": "2026-04-09T01:31:29.801803178Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1343976572931440, - "StableID": "nHs4XAzgVB11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "DiscoKey": "discokey:6938e57bbd25bb296b14e23d4114a738116bd89d9e166b89eecbd8bf367bac42", - "Addresses": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "AllowedIPs": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "Endpoints": ["77.164.248.136:47589", "10.65.0.27:47589", "172.17.0.1:47589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 65087}, - {"Proto": "peerapi6", "Port": 65087} - ]}, - "Created": "2026-04-09T01:31:28.720168613Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2429875805165340, - "StableID": "nBteBbiVyK11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "DiscoKey": "discokey:fe4572501aeee569998e1e30b4779949ea3401303fe95bf4b319483988e02e7e", - "Addresses": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "AllowedIPs": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "Endpoints": ["77.164.248.136:44569", "10.65.0.27:44569", "172.17.0.1:44569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47019}, - {"Proto": "peerapi6", "Port": 47019} - ]}, - "Created": "2026-04-09T01:31:27.002064626Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2941298515902077, - "StableID": "n2F7rcv7yP11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "DiscoKey": "discokey:2396bfaa2e39bcb234e946615bf96efb006d65308053cfdd8946f3b4f509c223", - "Addresses": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "AllowedIPs": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "Endpoints": ["77.164.248.136:59128", "10.65.0.27:59128", "172.17.0.1:59128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47677}, - {"Proto": "peerapi6", "Port": 47677} - ]}, - "Created": "2026-04-09T01:31:30.909472486Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3353667436013740, - "StableID": "nV17E6AtBT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "DiscoKey": "discokey:fd1850a4e0b6b0e3b8e9fd4c37d5a89a8a92d6fba970ada05bcbe3837fea5a31", - "Addresses": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "AllowedIPs": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "Endpoints": ["77.164.248.136:58733", "10.65.0.27:58733", "172.17.0.1:58733"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 46162}, - {"Proto": "peerapi6", "Port": 46162} - ]}, - "Created": "2026-04-09T01:31:30.351871791Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4647968799453883, - "StableID": "nUR1b1G5Jd11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "DiscoKey": "discokey:ade9a460062d02402511f7f2a882f93050966939b05286d96fde5586dcdc795a", - "Addresses": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "AllowedIPs": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "Endpoints": ["77.164.248.136:43870", "10.65.0.27:43870", "172.17.0.1:43870"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 42910}, - {"Proto": "peerapi6", "Port": 42910} - ]}, - "Created": "2026-04-09T01:31:26.467248873Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4785316031886221, - "StableID": "nWqBCz8HNe11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "DiscoKey": "discokey:f1de9a4829860c55696017bc2bf8c530a5f4880866f4d684a26da9e7f8dc4c42", - "Addresses": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "AllowedIPs": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "Endpoints": ["77.164.248.136:54628", "10.65.0.27:54628", "172.17.0.1:54628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51962}, - {"Proto": "peerapi6", "Port": 51962} - ]}, - "Created": "2026-04-09T01:31:28.108025783Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5209327081616272, - "StableID": "noSbhxBKgh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "KeyExpiry": "2026-10-06T01:31:31Z", - "DiscoKey": "discokey:171e5f5399cfefe879c6d5954909986b9cf3dbb981553b9c2c509b7fa22fdd56", - "Addresses": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "AllowedIPs": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "Endpoints": ["77.164.248.136:37883", "10.65.0.27:37883", "172.17.0.1:37883"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62029}, - {"Proto": "peerapi6", "Port": 62029} - ]}, - "Created": "2026-04-09T01:31:31.471195794Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5224167988757031, - "StableID": "nExvqz23oh11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "DiscoKey": "discokey:6dbef81115c6c053a109b63167b7ffb9bb1c327fe5f5c60fe8bb189cbb8e2365", - "Addresses": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "AllowedIPs": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "Endpoints": ["77.164.248.136:37653", "10.65.0.27:37653", "172.17.0.1:37653"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37533}, - {"Proto": "peerapi6", "Port": 37533} - ]}, - "Created": "2026-04-09T01:31:25.931789588Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6575372417565609, - "StableID": "nkNeEFtzLt11CNTRL", + "ID": 94871871761068, + "StableID": "nyBBS98yj111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "DiscoKey": "discokey:6fb473fc629d0ac0ade4ac96ef8ce1b88b1c9897e28df3fd349d1ec828af6e18", - "Addresses": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "AllowedIPs": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "Key": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "DiscoKey": "discokey:1bdce3d87a6bd3b0cd547535da4c098c1aca027230abee46451f4544911f8711", + "Addresses": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "AllowedIPs": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "Endpoints": ["77.164.248.136:38770", "10.65.0.27:38770", "172.17.0.1:38770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37132}, - {"Proto": "peerapi6", "Port": 37132} + {"Proto": "peerapi4", "Port": 40857}, + {"Proto": "peerapi6", "Port": 40857} ]}, - "Created": "2026-04-09T01:31:25.369828535Z", + "Created": "2026-04-09T08:37:29.324736873Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6872349625782445, - "StableID": "nUg8BLyVfv11CNTRL", + "ID": 227240566058066, + "StableID": "nbd5g1Evm211CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "DiscoKey": "discokey:41943f6502d0fff27393acfdb68ce5b5fb22c7827753ae2d79ccc2101c2f9e31", + "Addresses": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "AllowedIPs": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "Endpoints": ["77.164.248.136:45686", "10.65.0.27:45686", "172.17.0.1:45686"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 40799}, + {"Proto": "peerapi6", "Port": 40799} + ]}, + "Created": "2026-04-09T08:37:34.675912773Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 531656959559348, + "StableID": "nPgfw9jn9511CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "DiscoKey": "discokey:3bef8e992b5355a8d48c7453b76c3c36b5286779d439822199265f5f4c337317", + "Addresses": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "AllowedIPs": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "Endpoints": ["77.164.248.136:54585", "10.65.0.27:54585", "172.17.0.1:54585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 45816}, + {"Proto": "peerapi6", "Port": 45816} + ]}, + "Created": "2026-04-09T08:37:32.541385968Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2169165149866385, + "StableID": "nLLXLqHRwH11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "DiscoKey": "discokey:4b658a5fa759f37a4fe8f8ecc8c42551ff7ecaf39f61743e9b7c030c8b29d86d", + "Addresses": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "AllowedIPs": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "Endpoints": ["77.164.248.136:34944", "10.65.0.27:34944", "172.17.0.1:34944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46684}, + {"Proto": "peerapi6", "Port": 46684} + ]}, + "Created": "2026-04-09T08:37:30.399056031Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3825731267683802, + "StableID": "nobPXSUgsW11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:8717a196b35b763672eaf960c2297b1260a36ab61d2e58f80e7aad1570d44453", - "Addresses": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "AllowedIPs": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "Endpoints": ["77.164.248.136:35553", "10.65.0.27:35553", "172.17.0.1:35553"], + "Key": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:71cbdf09af11c0dc0cb2d61ef1b9bd403f66dc698acf96b4fcf5b25dc01c8a72", + "Addresses": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "AllowedIPs": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "Endpoints": ["77.164.248.136:46135", "10.65.0.27:46135", "172.17.0.1:46135"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46188}, - {"Proto": "peerapi6", "Port": 46188} + {"Proto": "peerapi4", "Port": 63551}, + {"Proto": "peerapi6", "Port": 63551} ]}, - "Created": "2026-04-09T01:31:32.012034101Z", + "Created": "2026-04-09T08:37:35.762432654Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8559642627534093, - "StableID": "nx2psEJgq921CNTRL", + "ID": 4395892638961349, + "StableID": "nLYiUSeuKb11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:30160811644c55f1180a0c685efa8ed4428c3cb768dd86cd0ef9f4cb29b31b62", - "Addresses": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "AllowedIPs": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "Endpoints": ["77.164.248.136:50936", "10.65.0.27:50936", "172.17.0.1:50936"], + "Key": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "KeyExpiry": "2026-10-06T08:37:36Z", + "DiscoKey": "discokey:b7630c9081cf79ae8c06c5046c99598875eabc525f2124039861d9893e8fc640", + "Addresses": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "AllowedIPs": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "Endpoints": ["77.164.248.136:37956", "10.65.0.27:37956", "172.17.0.1:37956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 52960}, - {"Proto": "peerapi6", "Port": 52960} + {"Proto": "peerapi4", "Port": 41585}, + {"Proto": "peerapi6", "Port": 41585} ]}, - "Created": "2026-04-09T01:31:32.55732664Z", + "Created": "2026-04-09T08:37:36.287262433Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4460585986551700, + "StableID": "nZmC5k2Dqb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:e310274303905feb2d4305864927bf949710073f6d5830f5b6e399475ba6747c", + "Addresses": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "AllowedIPs": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "Endpoints": ["77.164.248.136:54376", "10.65.0.27:54376", "172.17.0.1:54376"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41732}, + {"Proto": "peerapi6", "Port": 41732} + ]}, + "Created": "2026-04-09T08:37:35.215814588Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5008500115062963, + "StableID": "nGbBNhoM7g11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "DiscoKey": "discokey:774a454c13ac20e9fdc171d7bd8e5cadf21199a78a39e86eba5b45276560b131", + "Addresses": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "AllowedIPs": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "Endpoints": ["77.164.248.136:43537", "10.65.0.27:43537", "172.17.0.1:43537"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 53685}, + {"Proto": "peerapi6", "Port": 53685} + ]}, + "Created": "2026-04-09T08:37:32.004472298Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5680187315819629, + "StableID": "ngtFDZtZMm11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "DiscoKey": "discokey:2a813a74bce4c5ce29047129aabb3f3e0e5f115bd815793c7cd931263a34723e", + "Addresses": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "AllowedIPs": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "Endpoints": ["77.164.248.136:58869", "10.65.0.27:58869", "172.17.0.1:58869"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62864}, + {"Proto": "peerapi6", "Port": 62864} + ]}, + "Created": "2026-04-09T08:37:28.789335941Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6137090919582699, + "StableID": "nG9p5NyVvp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "DiscoKey": "discokey:f445e0595f101397cf84539b7d2cfe7957f62f2404fb1f386ceeab217657041a", + "Addresses": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "AllowedIPs": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "Endpoints": ["77.164.248.136:41764", "10.65.0.27:41764", "172.17.0.1:41764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 47098}, + {"Proto": "peerapi6", "Port": 47098} + ]}, + "Created": "2026-04-09T08:37:33.619389471Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6442112551195021, + "StableID": "naRvAdNeJs11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "DiscoKey": "discokey:553f1c61f168d13bdee0fc73edca841d66f2f5d53e0d0c7534ff0d2f3f0d7227", + "Addresses": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "AllowedIPs": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "Endpoints": ["77.164.248.136:38767", "10.65.0.27:38767", "172.17.0.1:38767"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 56216}, + {"Proto": "peerapi6", "Port": 56216} + ]}, + "Created": "2026-04-09T08:37:34.141504876Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7304658183228632, + "StableID": "nBUT25zH3z11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "DiscoKey": "discokey:9afc6b85171cb167a9543d193ac4a51100f2bbd4c21198ea90ebcf63d30dd113", + "Addresses": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "AllowedIPs": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65051}, + {"Proto": "peerapi6", "Port": 65051} + ]}, + "Created": "2026-04-09T08:37:30.932477776Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7958810273997702, + "StableID": "nqWNF7TZ9521CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "DiscoKey": "discokey:13429abf3228d6a8a15f22bab89ab0c2ba96bfe42f6df961860e3ec97428782f", + "Addresses": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "AllowedIPs": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "Endpoints": ["77.164.248.136:57749", "10.65.0.27:57749", "172.17.0.1:57749"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53212}, + {"Proto": "peerapi6", "Port": 53212} + ]}, + "Created": "2026-04-09T08:37:31.473447939Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8802210451787425, + "StableID": "niTWsG9YjB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "DiscoKey": "discokey:4a2208aaa6dce45b47ce31d0a0537e4c9977a3133008d4b16dbc2023ea2e4f5b", + "Addresses": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "AllowedIPs": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "Endpoints": ["77.164.248.136:45752", "10.65.0.27:45752", "172.17.0.1:45752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41803}, + {"Proto": "peerapi6", "Port": 41803} + ]}, + "Created": "2026-04-09T08:37:29.878505257Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16363,27 +16385,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3408321951816242": { - "ID": 3408321951816242, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "154734001891838": { + "ID": 154734001891838, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16414,22 +16438,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6872349625782445, - "StableID": "nUg8BLyVfv11CNTRL", + "ID": 3825731267683802, + "StableID": "nobPXSUgsW11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:8717a196b35b763672eaf960c2297b1260a36ab61d2e58f80e7aad1570d44453", - "Addresses": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "AllowedIPs": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "Endpoints": ["77.164.248.136:35553", "10.65.0.27:35553", "172.17.0.1:35553"], + "Key": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:71cbdf09af11c0dc0cb2d61ef1b9bd403f66dc698acf96b4fcf5b25dc01c8a72", + "Addresses": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "AllowedIPs": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "Endpoints": ["77.164.248.136:46135", "10.65.0.27:46135", "172.17.0.1:46135"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46188}, - {"Proto": "peerapi6", "Port": 46188}, + {"Proto": "peerapi4", "Port": 63551}, + {"Proto": "peerapi6", "Port": 63551}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:32.012034101Z", + "Created": "2026-04-09T08:37:35.762432654Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16456,302 +16480,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "MachineKey": "mkey:5b35c3abcb39e28e6dfee85891d1f186adb988553a93b76b1c70d054b125e877", + "NodeKey": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "MachineKey": "mkey:ae58aaa2f3ac92926ab5e89e1789e7491b221724a0d1bb7c1ca12feb567a6d2e", "Peers": [{ - "ID": 387756445867509, - "StableID": "nvh5Krhc2411CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "DiscoKey": "discokey:b5b82b0f8ebf4d95057f3bb55d64aaa579497bb38fce4aaf80d088a5bdf4df31", - "Addresses": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "AllowedIPs": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "Endpoints": ["77.164.248.136:38916", "10.65.0.27:38916", "172.17.0.1:38916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64226}, - {"Proto": "peerapi6", "Port": 64226} - ]}, - "Created": "2026-04-09T01:31:27.562907888Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 716965269681692, - "StableID": "njUUknTib611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "DiscoKey": "discokey:c5243c35f120e19a0ccb9d837564ebb73682daa49b7354656dc119cdcdd82358", - "Addresses": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "AllowedIPs": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "Endpoints": ["77.164.248.136:47265", "10.65.0.27:47265", "172.17.0.1:47265"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58954}, - {"Proto": "peerapi6", "Port": 58954} - ]}, - "Created": "2026-04-09T01:31:24.832877916Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1262323490064780, - "StableID": "nBJDCf6irA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "DiscoKey": "discokey:f9859791a789eb9ddc3e6a93a8c49662e8b433912ef9f2c92f18823c46b1b135", - "Addresses": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "AllowedIPs": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "Endpoints": ["77.164.248.136:41493", "10.65.0.27:41493", "172.17.0.1:41493"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40587}, - {"Proto": "peerapi6", "Port": 40587} - ]}, - "Created": "2026-04-09T01:31:29.801803178Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1343976572931440, - "StableID": "nHs4XAzgVB11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "DiscoKey": "discokey:6938e57bbd25bb296b14e23d4114a738116bd89d9e166b89eecbd8bf367bac42", - "Addresses": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "AllowedIPs": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "Endpoints": ["77.164.248.136:47589", "10.65.0.27:47589", "172.17.0.1:47589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 65087}, - {"Proto": "peerapi6", "Port": 65087} - ]}, - "Created": "2026-04-09T01:31:28.720168613Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2429875805165340, - "StableID": "nBteBbiVyK11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "DiscoKey": "discokey:fe4572501aeee569998e1e30b4779949ea3401303fe95bf4b319483988e02e7e", - "Addresses": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "AllowedIPs": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "Endpoints": ["77.164.248.136:44569", "10.65.0.27:44569", "172.17.0.1:44569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47019}, - {"Proto": "peerapi6", "Port": 47019} - ]}, - "Created": "2026-04-09T01:31:27.002064626Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2941298515902077, - "StableID": "n2F7rcv7yP11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "DiscoKey": "discokey:2396bfaa2e39bcb234e946615bf96efb006d65308053cfdd8946f3b4f509c223", - "Addresses": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "AllowedIPs": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "Endpoints": ["77.164.248.136:59128", "10.65.0.27:59128", "172.17.0.1:59128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47677}, - {"Proto": "peerapi6", "Port": 47677} - ]}, - "Created": "2026-04-09T01:31:30.909472486Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3353667436013740, - "StableID": "nV17E6AtBT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "DiscoKey": "discokey:fd1850a4e0b6b0e3b8e9fd4c37d5a89a8a92d6fba970ada05bcbe3837fea5a31", - "Addresses": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "AllowedIPs": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "Endpoints": ["77.164.248.136:58733", "10.65.0.27:58733", "172.17.0.1:58733"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 46162}, - {"Proto": "peerapi6", "Port": 46162} - ]}, - "Created": "2026-04-09T01:31:30.351871791Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3408321951816242, - "StableID": "nfMedcqdcT11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "DiscoKey": "discokey:a2924893a2a71beb9b0a12632be234e662598550be574f662dda301b59cdf459", - "Addresses": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "AllowedIPs": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "Endpoints": ["77.164.248.136:33450", "10.65.0.27:33450", "172.17.0.1:33450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 42372}, - {"Proto": "peerapi6", "Port": 42372} - ]}, - "Created": "2026-04-09T01:31:29.25675569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4647968799453883, - "StableID": "nUR1b1G5Jd11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "DiscoKey": "discokey:ade9a460062d02402511f7f2a882f93050966939b05286d96fde5586dcdc795a", - "Addresses": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "AllowedIPs": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "Endpoints": ["77.164.248.136:43870", "10.65.0.27:43870", "172.17.0.1:43870"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 42910}, - {"Proto": "peerapi6", "Port": 42910} - ]}, - "Created": "2026-04-09T01:31:26.467248873Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4785316031886221, - "StableID": "nWqBCz8HNe11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "DiscoKey": "discokey:f1de9a4829860c55696017bc2bf8c530a5f4880866f4d684a26da9e7f8dc4c42", - "Addresses": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "AllowedIPs": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "Endpoints": ["77.164.248.136:54628", "10.65.0.27:54628", "172.17.0.1:54628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51962}, - {"Proto": "peerapi6", "Port": 51962} - ]}, - "Created": "2026-04-09T01:31:28.108025783Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5209327081616272, - "StableID": "noSbhxBKgh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "KeyExpiry": "2026-10-06T01:31:31Z", - "DiscoKey": "discokey:171e5f5399cfefe879c6d5954909986b9cf3dbb981553b9c2c509b7fa22fdd56", - "Addresses": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "AllowedIPs": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "Endpoints": ["77.164.248.136:37883", "10.65.0.27:37883", "172.17.0.1:37883"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62029}, - {"Proto": "peerapi6", "Port": 62029} - ]}, - "Created": "2026-04-09T01:31:31.471195794Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5224167988757031, - "StableID": "nExvqz23oh11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "DiscoKey": "discokey:6dbef81115c6c053a109b63167b7ffb9bb1c327fe5f5c60fe8bb189cbb8e2365", - "Addresses": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "AllowedIPs": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "Endpoints": ["77.164.248.136:37653", "10.65.0.27:37653", "172.17.0.1:37653"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37533}, - {"Proto": "peerapi6", "Port": 37533} - ]}, - "Created": "2026-04-09T01:31:25.931789588Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6575372417565609, - "StableID": "nkNeEFtzLt11CNTRL", + "ID": 94871871761068, + "StableID": "nyBBS98yj111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "DiscoKey": "discokey:6fb473fc629d0ac0ade4ac96ef8ce1b88b1c9897e28df3fd349d1ec828af6e18", - "Addresses": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "AllowedIPs": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "Key": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "DiscoKey": "discokey:1bdce3d87a6bd3b0cd547535da4c098c1aca027230abee46451f4544911f8711", + "Addresses": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "AllowedIPs": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "Endpoints": ["77.164.248.136:38770", "10.65.0.27:38770", "172.17.0.1:38770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37132}, - {"Proto": "peerapi6", "Port": 37132} + {"Proto": "peerapi4", "Port": 40857}, + {"Proto": "peerapi6", "Port": 40857} ]}, - "Created": "2026-04-09T01:31:25.369828535Z", + "Created": "2026-04-09T08:37:29.324736873Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8559642627534093, - "StableID": "nx2psEJgq921CNTRL", + "ID": 154734001891838, + "StableID": "nomMtnb5D211CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "DiscoKey": "discokey:486ba3c3898abf7c3339226e63971f3be8469b3afbef619a5d9a20aacee1fd19", + "Addresses": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "AllowedIPs": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "Endpoints": ["77.164.248.136:50553", "10.65.0.27:50553", "172.17.0.1:50553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:37:33.077107899Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 227240566058066, + "StableID": "nbd5g1Evm211CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "DiscoKey": "discokey:41943f6502d0fff27393acfdb68ce5b5fb22c7827753ae2d79ccc2101c2f9e31", + "Addresses": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "AllowedIPs": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "Endpoints": ["77.164.248.136:45686", "10.65.0.27:45686", "172.17.0.1:45686"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 40799}, + {"Proto": "peerapi6", "Port": 40799} + ]}, + "Created": "2026-04-09T08:37:34.675912773Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 531656959559348, + "StableID": "nPgfw9jn9511CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "DiscoKey": "discokey:3bef8e992b5355a8d48c7453b76c3c36b5286779d439822199265f5f4c337317", + "Addresses": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "AllowedIPs": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "Endpoints": ["77.164.248.136:54585", "10.65.0.27:54585", "172.17.0.1:54585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 45816}, + {"Proto": "peerapi6", "Port": 45816} + ]}, + "Created": "2026-04-09T08:37:32.541385968Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2169165149866385, + "StableID": "nLLXLqHRwH11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "DiscoKey": "discokey:4b658a5fa759f37a4fe8f8ecc8c42551ff7ecaf39f61743e9b7c030c8b29d86d", + "Addresses": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "AllowedIPs": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "Endpoints": ["77.164.248.136:34944", "10.65.0.27:34944", "172.17.0.1:34944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46684}, + {"Proto": "peerapi6", "Port": 46684} + ]}, + "Created": "2026-04-09T08:37:30.399056031Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4395892638961349, + "StableID": "nLYiUSeuKb11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:30160811644c55f1180a0c685efa8ed4428c3cb768dd86cd0ef9f4cb29b31b62", - "Addresses": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "AllowedIPs": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "Endpoints": ["77.164.248.136:50936", "10.65.0.27:50936", "172.17.0.1:50936"], + "Key": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "KeyExpiry": "2026-10-06T08:37:36Z", + "DiscoKey": "discokey:b7630c9081cf79ae8c06c5046c99598875eabc525f2124039861d9893e8fc640", + "Addresses": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "AllowedIPs": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "Endpoints": ["77.164.248.136:37956", "10.65.0.27:37956", "172.17.0.1:37956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 52960}, - {"Proto": "peerapi6", "Port": 52960} + {"Proto": "peerapi4", "Port": 41585}, + {"Proto": "peerapi6", "Port": 41585} ]}, - "Created": "2026-04-09T01:31:32.55732664Z", + "Created": "2026-04-09T08:37:36.287262433Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4460585986551700, + "StableID": "nZmC5k2Dqb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:e310274303905feb2d4305864927bf949710073f6d5830f5b6e399475ba6747c", + "Addresses": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "AllowedIPs": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "Endpoints": ["77.164.248.136:54376", "10.65.0.27:54376", "172.17.0.1:54376"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41732}, + {"Proto": "peerapi6", "Port": 41732} + ]}, + "Created": "2026-04-09T08:37:35.215814588Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5008500115062963, + "StableID": "nGbBNhoM7g11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "DiscoKey": "discokey:774a454c13ac20e9fdc171d7bd8e5cadf21199a78a39e86eba5b45276560b131", + "Addresses": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "AllowedIPs": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "Endpoints": ["77.164.248.136:43537", "10.65.0.27:43537", "172.17.0.1:43537"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 53685}, + {"Proto": "peerapi6", "Port": 53685} + ]}, + "Created": "2026-04-09T08:37:32.004472298Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5680187315819629, + "StableID": "ngtFDZtZMm11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "DiscoKey": "discokey:2a813a74bce4c5ce29047129aabb3f3e0e5f115bd815793c7cd931263a34723e", + "Addresses": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "AllowedIPs": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "Endpoints": ["77.164.248.136:58869", "10.65.0.27:58869", "172.17.0.1:58869"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62864}, + {"Proto": "peerapi6", "Port": 62864} + ]}, + "Created": "2026-04-09T08:37:28.789335941Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6137090919582699, + "StableID": "nG9p5NyVvp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "DiscoKey": "discokey:f445e0595f101397cf84539b7d2cfe7957f62f2404fb1f386ceeab217657041a", + "Addresses": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "AllowedIPs": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "Endpoints": ["77.164.248.136:41764", "10.65.0.27:41764", "172.17.0.1:41764"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 47098}, + {"Proto": "peerapi6", "Port": 47098} + ]}, + "Created": "2026-04-09T08:37:33.619389471Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6442112551195021, + "StableID": "naRvAdNeJs11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "DiscoKey": "discokey:553f1c61f168d13bdee0fc73edca841d66f2f5d53e0d0c7534ff0d2f3f0d7227", + "Addresses": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "AllowedIPs": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "Endpoints": ["77.164.248.136:38767", "10.65.0.27:38767", "172.17.0.1:38767"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 56216}, + {"Proto": "peerapi6", "Port": 56216} + ]}, + "Created": "2026-04-09T08:37:34.141504876Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7304658183228632, + "StableID": "nBUT25zH3z11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "DiscoKey": "discokey:9afc6b85171cb167a9543d193ac4a51100f2bbd4c21198ea90ebcf63d30dd113", + "Addresses": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "AllowedIPs": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65051}, + {"Proto": "peerapi6", "Port": 65051} + ]}, + "Created": "2026-04-09T08:37:30.932477776Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7958810273997702, + "StableID": "nqWNF7TZ9521CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "DiscoKey": "discokey:13429abf3228d6a8a15f22bab89ab0c2ba96bfe42f6df961860e3ec97428782f", + "Addresses": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "AllowedIPs": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "Endpoints": ["77.164.248.136:57749", "10.65.0.27:57749", "172.17.0.1:57749"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53212}, + {"Proto": "peerapi6", "Port": 53212} + ]}, + "Created": "2026-04-09T08:37:31.473447939Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8802210451787425, + "StableID": "niTWsG9YjB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "DiscoKey": "discokey:4a2208aaa6dce45b47ce31d0a0537e4c9977a3133008d4b16dbc2023ea2e4f5b", + "Addresses": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "AllowedIPs": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "Endpoints": ["77.164.248.136:45752", "10.65.0.27:45752", "172.17.0.1:45752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41803}, + {"Proto": "peerapi6", "Port": 41803} + ]}, + "Created": "2026-04-09T08:37:29.878505257Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16779,7 +16803,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.89.189.123"}, {"nodeIP": "fd7a:115c:a1e0::f837:bd7b"}], + "principals": [{"nodeIP": "100.65.65.56"}, {"nodeIP": "fd7a:115c:a1e0::f737:4138"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -16788,7 +16812,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.89.189.123"}, {"nodeIP": "fd7a:115c:a1e0::f837:bd7b"}], + "principals": [{"nodeIP": "100.65.65.56"}, {"nodeIP": "fd7a:115c:a1e0::f737:4138"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17617,26 +17641,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.89.189.123"}, {"nodeIP": "fd7a:115c:a1e0::f837:bd7b"}], + "principals": [{"nodeIP": "100.65.65.56"}, {"nodeIP": "fd7a:115c:a1e0::f737:4138"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -17645,7 +17670,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.89.189.123"}, {"nodeIP": "fd7a:115c:a1e0::f837:bd7b"}], + "principals": [{"nodeIP": "100.65.65.56"}, {"nodeIP": "fd7a:115c:a1e0::f737:4138"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17682,21 +17707,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1262323490064780, - "StableID": "nBJDCf6irA11CNTRL", + "ID": 6137090919582699, + "StableID": "nG9p5NyVvp11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 1262323490064780, - "Key": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "DiscoKey": "discokey:f9859791a789eb9ddc3e6a93a8c49662e8b433912ef9f2c92f18823c46b1b135", - "Addresses": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "AllowedIPs": ["100.70.206.12/32", "fd7a:115c:a1e0::6737:ce0c/128"], - "Endpoints": ["77.164.248.136:41493", "10.65.0.27:41493", "172.17.0.1:41493"], + "User": 6137090919582699, + "Key": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "DiscoKey": "discokey:f445e0595f101397cf84539b7d2cfe7957f62f2404fb1f386ceeab217657041a", + "Addresses": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "AllowedIPs": ["100.114.114.72/32", "fd7a:115c:a1e0::2637:7248/128"], + "Endpoints": ["77.164.248.136:41764", "10.65.0.27:41764", "172.17.0.1:41764"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 40587}, - {"Proto": "peerapi6", "Port": 40587}, + {"Proto": "peerapi4", "Port": 47098}, + {"Proto": "peerapi6", "Port": 47098}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:29.801803178Z", + "Created": "2026-04-09T08:37:33.619389471Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17724,300 +17749,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1eaa07461f8761eac8fdafd03f6b4056bf769197b378663028cbf8a267c6ce0b", - "MachineKey": "mkey:5843b4f9c1d1736b20c8065e81761e2f810747788d551845f8f06fa94bfb034b", + "NodeKey": "nodekey:a2dd96a0e00e1e968ae014f51e5aadf7132fc2f80eae916a63a0f8fe26327247", + "MachineKey": "mkey:3ea47573809837f74f7a13312d6f5b2d0756fb56e25fee49a25593796907942c", "Peers": [{ - "ID": 387756445867509, - "StableID": "nvh5Krhc2411CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:16ce9de90ed569ade411b539a34ed1c825e3fb7a8e21aff4e1bc3a21499f7c3b", - "DiscoKey": "discokey:b5b82b0f8ebf4d95057f3bb55d64aaa579497bb38fce4aaf80d088a5bdf4df31", - "Addresses": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "AllowedIPs": ["100.95.124.60/32", "fd7a:115c:a1e0::4937:7c3c/128"], - "Endpoints": ["77.164.248.136:38916", "10.65.0.27:38916", "172.17.0.1:38916"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 64226}, - {"Proto": "peerapi6", "Port": 64226} - ]}, - "Created": "2026-04-09T01:31:27.562907888Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 716965269681692, - "StableID": "njUUknTib611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:efcf282187b149f509f5055ce0fc14f1b09cdcb18072b5f1d8256fd08eedef38", - "DiscoKey": "discokey:c5243c35f120e19a0ccb9d837564ebb73682daa49b7354656dc119cdcdd82358", - "Addresses": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "AllowedIPs": ["100.109.239.57/32", "fd7a:115c:a1e0::8e37:ef39/128"], - "Endpoints": ["77.164.248.136:47265", "10.65.0.27:47265", "172.17.0.1:47265"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58954}, - {"Proto": "peerapi6", "Port": 58954} - ]}, - "Created": "2026-04-09T01:31:24.832877916Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1343976572931440, - "StableID": "nHs4XAzgVB11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb3813087cc041312d81a8e6648ceceec796d53fe9b7dc3e9362d11a0a88fd45", - "DiscoKey": "discokey:6938e57bbd25bb296b14e23d4114a738116bd89d9e166b89eecbd8bf367bac42", - "Addresses": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "AllowedIPs": ["100.72.253.70/32", "fd7a:115c:a1e0::a37:fd46/128"], - "Endpoints": ["77.164.248.136:47589", "10.65.0.27:47589", "172.17.0.1:47589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 65087}, - {"Proto": "peerapi6", "Port": 65087} - ]}, - "Created": "2026-04-09T01:31:28.720168613Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2429875805165340, - "StableID": "nBteBbiVyK11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:12cd6b244caeccc4547197159b9d53109a943d7adbcca4fa38379846f4b5d403", - "DiscoKey": "discokey:fe4572501aeee569998e1e30b4779949ea3401303fe95bf4b319483988e02e7e", - "Addresses": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "AllowedIPs": ["100.117.212.4/32", "fd7a:115c:a1e0::f437:d404/128"], - "Endpoints": ["77.164.248.136:44569", "10.65.0.27:44569", "172.17.0.1:44569"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 47019}, - {"Proto": "peerapi6", "Port": 47019} - ]}, - "Created": "2026-04-09T01:31:27.002064626Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2941298515902077, - "StableID": "n2F7rcv7yP11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c7dfc42fb0a9207a5294e7acc6bd6b1e3c206640f83830b651fefe111f5326c", - "DiscoKey": "discokey:2396bfaa2e39bcb234e946615bf96efb006d65308053cfdd8946f3b4f509c223", - "Addresses": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "AllowedIPs": ["100.117.50.109/32", "fd7a:115c:a1e0::1137:326d/128"], - "Endpoints": ["77.164.248.136:59128", "10.65.0.27:59128", "172.17.0.1:59128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 47677}, - {"Proto": "peerapi6", "Port": 47677} - ]}, - "Created": "2026-04-09T01:31:30.909472486Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3353667436013740, - "StableID": "nV17E6AtBT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b8315aad3d0875337f9b4a535b2f6b010e4af8524e56836dfc626f063c6aea6a", - "DiscoKey": "discokey:fd1850a4e0b6b0e3b8e9fd4c37d5a89a8a92d6fba970ada05bcbe3837fea5a31", - "Addresses": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "AllowedIPs": ["100.106.234.107/32", "fd7a:115c:a1e0::3c37:ea6c/128"], - "Endpoints": ["77.164.248.136:58733", "10.65.0.27:58733", "172.17.0.1:58733"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 46162}, - {"Proto": "peerapi6", "Port": 46162} - ]}, - "Created": "2026-04-09T01:31:30.351871791Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3408321951816242, - "StableID": "nfMedcqdcT11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:734b747f991706f4819fbf5f4418e14443948bf266afb280be167dae11c99416", - "DiscoKey": "discokey:a2924893a2a71beb9b0a12632be234e662598550be574f662dda301b59cdf459", - "Addresses": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "AllowedIPs": ["100.73.148.23/32", "fd7a:115c:a1e0::1137:9417/128"], - "Endpoints": ["77.164.248.136:33450", "10.65.0.27:33450", "172.17.0.1:33450"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 42372}, - {"Proto": "peerapi6", "Port": 42372} - ]}, - "Created": "2026-04-09T01:31:29.25675569Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4647968799453883, - "StableID": "nUR1b1G5Jd11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32855b4b4a783d46b57d3a9041f9add29fc03931134506c04b03bbdef7b27257", - "DiscoKey": "discokey:ade9a460062d02402511f7f2a882f93050966939b05286d96fde5586dcdc795a", - "Addresses": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "AllowedIPs": ["100.114.114.88/32", "fd7a:115c:a1e0::f737:7258/128"], - "Endpoints": ["77.164.248.136:43870", "10.65.0.27:43870", "172.17.0.1:43870"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 42910}, - {"Proto": "peerapi6", "Port": 42910} - ]}, - "Created": "2026-04-09T01:31:26.467248873Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4785316031886221, - "StableID": "nWqBCz8HNe11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b5adfe8a11151dfee73599c1e122d1f46b629e46d5ffd7f8718dccd9d0e0a50f", - "DiscoKey": "discokey:f1de9a4829860c55696017bc2bf8c530a5f4880866f4d684a26da9e7f8dc4c42", - "Addresses": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "AllowedIPs": ["100.96.165.16/32", "fd7a:115c:a1e0::d037:a510/128"], - "Endpoints": ["77.164.248.136:54628", "10.65.0.27:54628", "172.17.0.1:54628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 51962}, - {"Proto": "peerapi6", "Port": 51962} - ]}, - "Created": "2026-04-09T01:31:28.108025783Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5209327081616272, - "StableID": "noSbhxBKgh11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ae6ce16105a2f13d7ce5e4b89058907a68750c75b39ab8a5f71b450be6188b64", - "KeyExpiry": "2026-10-06T01:31:31Z", - "DiscoKey": "discokey:171e5f5399cfefe879c6d5954909986b9cf3dbb981553b9c2c509b7fa22fdd56", - "Addresses": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "AllowedIPs": ["100.88.139.101/32", "fd7a:115c:a1e0::e637:8b65/128"], - "Endpoints": ["77.164.248.136:37883", "10.65.0.27:37883", "172.17.0.1:37883"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62029}, - {"Proto": "peerapi6", "Port": 62029} - ]}, - "Created": "2026-04-09T01:31:31.471195794Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5224167988757031, - "StableID": "nExvqz23oh11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9d2f19b6034e6bce0e0deeba4233a1488efb712076b69addaa32279b698d713d", - "DiscoKey": "discokey:6dbef81115c6c053a109b63167b7ffb9bb1c327fe5f5c60fe8bb189cbb8e2365", - "Addresses": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "AllowedIPs": ["100.77.113.62/32", "fd7a:115c:a1e0::6937:713e/128"], - "Endpoints": ["77.164.248.136:37653", "10.65.0.27:37653", "172.17.0.1:37653"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 37533}, - {"Proto": "peerapi6", "Port": 37533} - ]}, - "Created": "2026-04-09T01:31:25.931789588Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6575372417565609, - "StableID": "nkNeEFtzLt11CNTRL", + "ID": 94871871761068, + "StableID": "nyBBS98yj111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3f0348df886fcd4a1d2dffca183169791d81fb19374aed2ed29d47cc8a50573e", - "DiscoKey": "discokey:6fb473fc629d0ac0ade4ac96ef8ce1b88b1c9897e28df3fd349d1ec828af6e18", - "Addresses": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "AllowedIPs": ["100.80.87.63/32", "fd7a:115c:a1e0::8a37:573f/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "Key": "nodekey:a293dfac659b9f584b4fa839ad9a489f559839bafc8ff7b2723cf386d7b4ef3a", + "DiscoKey": "discokey:1bdce3d87a6bd3b0cd547535da4c098c1aca027230abee46451f4544911f8711", + "Addresses": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "AllowedIPs": ["100.116.239.59/32", "fd7a:115c:a1e0::d737:ef3b/128"], + "Endpoints": ["77.164.248.136:38770", "10.65.0.27:38770", "172.17.0.1:38770"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37132}, - {"Proto": "peerapi6", "Port": 37132} + {"Proto": "peerapi4", "Port": 40857}, + {"Proto": "peerapi6", "Port": 40857} ]}, - "Created": "2026-04-09T01:31:25.369828535Z", + "Created": "2026-04-09T08:37:29.324736873Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6872349625782445, - "StableID": "nUg8BLyVfv11CNTRL", + "ID": 154734001891838, + "StableID": "nomMtnb5D211CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:520d36f7ee9f0b63fdd507e55a2acf65c1f44b7bbaa90fc06d08a986f030bf6a", + "DiscoKey": "discokey:486ba3c3898abf7c3339226e63971f3be8469b3afbef619a5d9a20aacee1fd19", + "Addresses": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "AllowedIPs": ["100.112.191.107/32", "fd7a:115c:a1e0::f037:bf6b/128"], + "Endpoints": ["77.164.248.136:50553", "10.65.0.27:50553", "172.17.0.1:50553"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:37:33.077107899Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 227240566058066, + "StableID": "nbd5g1Evm211CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a32a906e690f523d2aad2184b4497751d32bf7d2d82caf545c3beba7ce706166", + "DiscoKey": "discokey:41943f6502d0fff27393acfdb68ce5b5fb22c7827753ae2d79ccc2101c2f9e31", + "Addresses": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "AllowedIPs": ["100.112.97.103/32", "fd7a:115c:a1e0::ce37:6167/128"], + "Endpoints": ["77.164.248.136:45686", "10.65.0.27:45686", "172.17.0.1:45686"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 40799}, + {"Proto": "peerapi6", "Port": 40799} + ]}, + "Created": "2026-04-09T08:37:34.675912773Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 531656959559348, + "StableID": "nPgfw9jn9511CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e672f57d314a3b973f2e21b800f123032f5c0ca9312263c255782fb71bffe81d", + "DiscoKey": "discokey:3bef8e992b5355a8d48c7453b76c3c36b5286779d439822199265f5f4c337317", + "Addresses": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "AllowedIPs": ["100.127.232.30/32", "fd7a:115c:a1e0::1b37:e81e/128"], + "Endpoints": ["77.164.248.136:54585", "10.65.0.27:54585", "172.17.0.1:54585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 45816}, + {"Proto": "peerapi6", "Port": 45816} + ]}, + "Created": "2026-04-09T08:37:32.541385968Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2169165149866385, + "StableID": "nLLXLqHRwH11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4922df100a659c51ac97e4979e1a93c3a33d4ff3eb39dc6f1093755b717d828", + "DiscoKey": "discokey:4b658a5fa759f37a4fe8f8ecc8c42551ff7ecaf39f61743e9b7c030c8b29d86d", + "Addresses": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "AllowedIPs": ["100.87.216.41/32", "fd7a:115c:a1e0::b737:d829/128"], + "Endpoints": ["77.164.248.136:34944", "10.65.0.27:34944", "172.17.0.1:34944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 46684}, + {"Proto": "peerapi6", "Port": 46684} + ]}, + "Created": "2026-04-09T08:37:30.399056031Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3825731267683802, + "StableID": "nobPXSUgsW11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:d242d61c0f3a8f9aeacc6d71dd2bf618d6bbcd8eeac21ee10f62e2f6f859bd7a", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:8717a196b35b763672eaf960c2297b1260a36ab61d2e58f80e7aad1570d44453", - "Addresses": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "AllowedIPs": ["100.89.189.123/32", "fd7a:115c:a1e0::f837:bd7b/128"], - "Endpoints": ["77.164.248.136:35553", "10.65.0.27:35553", "172.17.0.1:35553"], + "Key": "nodekey:a1c5ed8543454f7d65afa0daa91829ce2fa455827bd2e9e18d32d2e5f7414137", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:71cbdf09af11c0dc0cb2d61ef1b9bd403f66dc698acf96b4fcf5b25dc01c8a72", + "Addresses": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "AllowedIPs": ["100.65.65.56/32", "fd7a:115c:a1e0::f737:4138/128"], + "Endpoints": ["77.164.248.136:46135", "10.65.0.27:46135", "172.17.0.1:46135"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 46188}, - {"Proto": "peerapi6", "Port": 46188} + {"Proto": "peerapi4", "Port": 63551}, + {"Proto": "peerapi6", "Port": 63551} ]}, - "Created": "2026-04-09T01:31:32.012034101Z", + "Created": "2026-04-09T08:37:35.762432654Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8559642627534093, - "StableID": "nx2psEJgq921CNTRL", + "ID": 4395892638961349, + "StableID": "nLYiUSeuKb11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:74543bebe4fb104a436d57aca3a3a582634d0c20047554251bb4635abaaec95b", - "KeyExpiry": "2026-10-06T01:31:32Z", - "DiscoKey": "discokey:30160811644c55f1180a0c685efa8ed4428c3cb768dd86cd0ef9f4cb29b31b62", - "Addresses": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], - "AllowedIPs": ["100.110.201.92/32", "fd7a:115c:a1e0::ba37:c95d/128"], + "Key": "nodekey:3bccaf9706f3895b8ccd766c0019779630bab54cc9fd457b9c6a31b13792ab76", + "KeyExpiry": "2026-10-06T08:37:36Z", + "DiscoKey": "discokey:b7630c9081cf79ae8c06c5046c99598875eabc525f2124039861d9893e8fc640", + "Addresses": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], + "AllowedIPs": ["100.82.171.119/32", "fd7a:115c:a1e0::3737:ab77/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 52960}, - {"Proto": "peerapi6", "Port": 52960} + {"Proto": "peerapi4", "Port": 41585}, + {"Proto": "peerapi6", "Port": 41585} ]}, - "Created": "2026-04-09T01:31:32.55732664Z", + "Created": "2026-04-09T08:37:36.287262433Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4460585986551700, + "StableID": "nZmC5k2Dqb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a04a35799a05ef7e94db84e020976159090e4b95cadae6f79ec3feaaa3f0f613", + "KeyExpiry": "2026-10-06T08:37:35Z", + "DiscoKey": "discokey:e310274303905feb2d4305864927bf949710073f6d5830f5b6e399475ba6747c", + "Addresses": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "AllowedIPs": ["100.112.246.20/32", "fd7a:115c:a1e0::a337:f614/128"], + "Endpoints": ["77.164.248.136:54376", "10.65.0.27:54376", "172.17.0.1:54376"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41732}, + {"Proto": "peerapi6", "Port": 41732} + ]}, + "Created": "2026-04-09T08:37:35.215814588Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5008500115062963, + "StableID": "nGbBNhoM7g11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e2baefd7af4668e75bdbedc39b1e1c98cb86554704aee878e090c665adfbac5d", + "DiscoKey": "discokey:774a454c13ac20e9fdc171d7bd8e5cadf21199a78a39e86eba5b45276560b131", + "Addresses": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "AllowedIPs": ["100.123.172.94/32", "fd7a:115c:a1e0::ad37:ac5e/128"], + "Endpoints": ["77.164.248.136:43537", "10.65.0.27:43537", "172.17.0.1:43537"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 53685}, + {"Proto": "peerapi6", "Port": 53685} + ]}, + "Created": "2026-04-09T08:37:32.004472298Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5680187315819629, + "StableID": "ngtFDZtZMm11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa2ab37d1e85b32a3c0f968db861766555ab77f08bffd808dc92e79cf3fc9642", + "DiscoKey": "discokey:2a813a74bce4c5ce29047129aabb3f3e0e5f115bd815793c7cd931263a34723e", + "Addresses": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "AllowedIPs": ["100.124.150.67/32", "fd7a:115c:a1e0::f337:9643/128"], + "Endpoints": ["77.164.248.136:58869", "10.65.0.27:58869", "172.17.0.1:58869"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 62864}, + {"Proto": "peerapi6", "Port": 62864} + ]}, + "Created": "2026-04-09T08:37:28.789335941Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6442112551195021, + "StableID": "naRvAdNeJs11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23f876ea39e8e1363dad60a6483e24650d0ca7b7575d3790066bd59b09cc9e02", + "DiscoKey": "discokey:553f1c61f168d13bdee0fc73edca841d66f2f5d53e0d0c7534ff0d2f3f0d7227", + "Addresses": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "AllowedIPs": ["100.76.158.3/32", "fd7a:115c:a1e0::937:9e03/128"], + "Endpoints": ["77.164.248.136:38767", "10.65.0.27:38767", "172.17.0.1:38767"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 56216}, + {"Proto": "peerapi6", "Port": 56216} + ]}, + "Created": "2026-04-09T08:37:34.141504876Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7304658183228632, + "StableID": "nBUT25zH3z11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c2f61e5d9ddc4137420fe5496edf1c4c6d6bd73bfe8f6ba8e9a82a841939e641", + "DiscoKey": "discokey:9afc6b85171cb167a9543d193ac4a51100f2bbd4c21198ea90ebcf63d30dd113", + "Addresses": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "AllowedIPs": ["100.121.230.66/32", "fd7a:115c:a1e0::1937:e642/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65051}, + {"Proto": "peerapi6", "Port": 65051} + ]}, + "Created": "2026-04-09T08:37:30.932477776Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7958810273997702, + "StableID": "nqWNF7TZ9521CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7ccdef3ca6cc7306fdd15f3660312a883507d9f1277e69fb7bdbc0b65a2f343a", + "DiscoKey": "discokey:13429abf3228d6a8a15f22bab89ab0c2ba96bfe42f6df961860e3ec97428782f", + "Addresses": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "AllowedIPs": ["100.111.52.59/32", "fd7a:115c:a1e0::5a37:343b/128"], + "Endpoints": ["77.164.248.136:57749", "10.65.0.27:57749", "172.17.0.1:57749"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53212}, + {"Proto": "peerapi6", "Port": 53212} + ]}, + "Created": "2026-04-09T08:37:31.473447939Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8802210451787425, + "StableID": "niTWsG9YjB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:082c466b5ea5fa2dc8573606130da0be00ae27684762a62ecbbbb75c0c589d40", + "DiscoKey": "discokey:4a2208aaa6dce45b47ce31d0a0537e4c9977a3133008d4b16dbc2023ea2e4f5b", + "Addresses": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "AllowedIPs": ["100.88.157.65/32", "fd7a:115c:a1e0::c37:9d41/128"], + "Endpoints": ["77.164.248.136:45752", "10.65.0.27:45752", "172.17.0.1:45752"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41803}, + {"Proto": "peerapi6", "Port": 41803} + ]}, + "Created": "2026-04-09T08:37:29.878505257Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18865,27 +18890,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1262323490064780": { - "ID": 1262323490064780, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6137090919582699": { + "ID": 6137090919582699, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-d5.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-d5.hujson index 8af477e7..b0938593 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-d5.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-d5.hujson @@ -3,7 +3,7 @@ // ssh d5 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:31:45Z +// Captured at: 2026-04-09T08:37:49Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-d5", "description": "ssh d5", "category": "ssh", - "captured_at": "2026-04-09T01:31:45.434173704Z", + "captured_at": "2026-04-09T08:37:49.0861835Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,14 +19,14 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["tag:server"], "src": ["autogroup:member"], - "users": ["localpart:*@passkey", "root", "autogroup:nonroot"] + "users": ["localpart:*@example.com", "root", "autogroup:nonroot"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} }, @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d5\",\n\t\"id\": \"ssh-d5\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@passkey\", \"root\", \"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d5\",\n\t\"id\": \"ssh-d5\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@example.com\", \"root\", \"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-d5.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.122.230.21", - "ipv6": "fd7a:115c:a1e0::4837:e615", + "ipv4": "100.85.255.57", + "ipv6": "fd7a:115c:a1e0::cd37:ff39", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.95.90.112", - "ipv6": "fd7a:115c:a1e0::737:5a70", + "ipv4": "100.115.127.5", + "ipv6": "fd7a:115c:a1e0::7337:7f05", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.111.125.91", - "ipv6": "fd7a:115c:a1e0::9537:7d5b", + "ipv4": "100.76.184.97", + "ipv6": "fd7a:115c:a1e0::b637:b862", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.65.195.2", - "ipv6": "fd7a:115c:a1e0::eb37:c302", + "ipv4": "100.91.8.104", + "ipv6": "fd7a:115c:a1e0::8937:868", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.92.97.74", - "ipv6": "fd7a:115c:a1e0::ed37:614a", + "ipv4": "100.69.170.11", + "ipv6": "fd7a:115c:a1e0::9f37:aa0b", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.117.38.4", - "ipv6": "fd7a:115c:a1e0::ab37:2604", + "ipv4": "100.91.254.86", + "ipv6": "fd7a:115c:a1e0::b637:fe56", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.116.117.78", - "ipv6": "fd7a:115c:a1e0::637:754e", + "ipv4": "100.124.206.46", + "ipv6": "fd7a:115c:a1e0::6237:ce2f", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.117.201.120", - "ipv6": "fd7a:115c:a1e0::d537:c978", + "ipv4": "100.88.64.83", + "ipv6": "fd7a:115c:a1e0::d837:4053", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.101.48.11", - "ipv6": "fd7a:115c:a1e0::7737:300b", + "ipv4": "100.69.235.62", + "ipv6": "fd7a:115c:a1e0::5a37:eb3e", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.64.88.24", - "ipv6": "fd7a:115c:a1e0::1437:5818", + "ipv4": "100.79.65.100", + "ipv6": "fd7a:115c:a1e0::3e37:4164", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.68.195.67", - "ipv6": "fd7a:115c:a1e0::e437:c343", + "ipv4": "100.115.66.14", + "ipv6": "fd7a:115c:a1e0::3737:420e", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.121.0.83", - "ipv6": "fd7a:115c:a1e0::a237:53", + "ipv4": "100.96.195.81", + "ipv6": "fd7a:115c:a1e0::c237:c351", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.120.83.123", - "ipv6": "fd7a:115c:a1e0::8c37:537c", + "ipv4": "100.67.178.117", + "ipv6": "fd7a:115c:a1e0::a037:b275", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.75.148.40", - "ipv6": "fd7a:115c:a1e0::4337:9428", + "ipv4": "100.120.8.67", + "ipv6": "fd7a:115c:a1e0::8f37:844", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.96.63.30", - "ipv6": "fd7a:115c:a1e0::3737:3f1e", + "ipv4": "100.78.128.118", + "ipv6": "fd7a:115c:a1e0::8537:8076", "routable_ips": [], "approved_routes": [] }}}, @@ -179,20 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 9006309562588559, - "StableID": "nAQVPrUyKD21CNTRL", + "ID": 7494289411494985, + "StableID": "nxGiJwGBX121CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 9006309562588559, - "Key": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "DiscoKey": "discokey:7aedee2aed19b2c1209a6b7a0252ae27b911b719106d13aec7d2dde75f88b53b", - "Addresses": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], - "AllowedIPs": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], + "User": 7494289411494985, + "Key": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "DiscoKey": "discokey:59eabb0a6fa9b796818d2d2ed678e1e1e9678862f1baf1b02e651197e0680c12", + "Addresses": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "AllowedIPs": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "Endpoints": ["77.164.248.136:44343", "10.65.0.27:44343", "172.17.0.1:44343"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 33813}, - {"Proto": "peerapi6", "Port": 33813}, + {"Proto": "peerapi4", "Port": 49203}, + {"Proto": "peerapi6", "Port": 49203}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:54.432907211Z", + "Created": "2026-04-09T08:37:58.13170099Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -220,301 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "MachineKey": "mkey:6baf90cabaca9ce7f2e8244fa8490a148b67881c9119a938f7f63c712167ca2f", + "NodeKey": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "MachineKey": "mkey:c5086932039d244d1f158bdb01cc898918ff2e888e4eaf713db53228ba6b1b6a", "Peers": [{ - "ID": 622329087865150, - "StableID": "nyUsRjXrr511CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "DiscoKey": "discokey:685165904c10dcdee6e9a23d2088c2807620f58c3ede05e85609fa04644ede55", - "Addresses": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "AllowedIPs": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50905}, - {"Proto": "peerapi6", "Port": 50905} - ]}, - "Created": "2026-04-09T01:31:52.817152994Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1425007170805722, - "StableID": "noFdyGXP8C11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "DiscoKey": "discokey:d146b7792b36f0e0a111cbee7cc5a873ca7fc0a4493f8aabb42dd6a025a89d49", - "Addresses": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "AllowedIPs": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "Endpoints": ["77.164.248.136:48380", "10.65.0.27:48380", "172.17.0.1:48380"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64686}, - {"Proto": "peerapi6", "Port": 64686} - ]}, - "Created": "2026-04-09T01:31:52.264957325Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2231036938786824, - "StableID": "nDdJTKZSRJ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "DiscoKey": "discokey:9e806ea0a07a1a57b13741eb71024a75c969fdb132a3264cc7a5a24742ff6c02", - "Addresses": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "AllowedIPs": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "Endpoints": ["77.164.248.136:45468", "10.65.0.27:45468", "172.17.0.1:45468"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:31:50.118748491Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2928108956541345, - "StableID": "nLeneWT9sP11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "DiscoKey": "discokey:4d41176c2c94cc99cba4b019744f093d592e288a243c5ef37dc1a93916ecac0a", - "Addresses": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "AllowedIPs": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "Endpoints": ["77.164.248.136:34937", "10.65.0.27:34937", "172.17.0.1:34937"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35459}, - {"Proto": "peerapi6", "Port": 35459} - ]}, - "Created": "2026-04-09T01:31:51.719206539Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3080081475318664, - "StableID": "nb6Nj1Xy3R11CNTRL", + "ID": 774570495148710, + "StableID": "nXuKGueo3711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "DiscoKey": "discokey:4ea984898d5015983897b5a3e355da3e4a249591f5e7febb74fe66300647aa43", - "Addresses": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "AllowedIPs": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], + "Key": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "DiscoKey": "discokey:43248954e11f248ae51c1ba24538696e37b6a8e92527673541e36a41435b5d09", + "Addresses": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "AllowedIPs": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62589}, - {"Proto": "peerapi6", "Port": 62589} + {"Proto": "peerapi4", "Port": 40621}, + {"Proto": "peerapi6", "Port": 40621} ]}, - "Created": "2026-04-09T01:31:51.178270037Z", + "Created": "2026-04-09T08:37:54.905248607Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3277473340400476, - "StableID": "nXcqugfNbS11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 920898235771368, + "StableID": "nX6PdES5C811CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "DiscoKey": "discokey:ce50255fd503b80f843cd2ef99d98758b3f0906ac6e83bb383ce1ed88fa6042f", - "Addresses": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "AllowedIPs": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "Endpoints": ["77.164.248.136:40826", "10.65.0.27:40826", "172.17.0.1:40826"], + "Key": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "DiscoKey": "discokey:a1a993eb76ebefce93c26ab346bd603432cba6ae289c2e503ea4b51221072873", + "Addresses": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "AllowedIPs": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "Endpoints": ["77.164.248.136:46608", "10.65.0.27:46608", "172.17.0.1:46608"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 39896}, - {"Proto": "peerapi6", "Port": 39896} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 36763}, + {"Proto": "peerapi6", "Port": 36763} ]}, - "Created": "2026-04-09T01:31:50.650499422Z", + "Created": "2026-04-09T08:37:53.324389331Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5464998951748342, - "StableID": "n3XfMpF7gj11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "DiscoKey": "discokey:469a2ace952b5ad6600a6f726352d0984949a98566b7c4306ed1399ec104f16f", - "Addresses": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "AllowedIPs": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "Endpoints": ["77.164.248.136:54327", "10.65.0.27:54327", "172.17.0.1:54327"], + "ID": 3052679869232242, + "StableID": "nwDidyiZqQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:8bb303198e6f340cd7c0ee34f01b29b832215bf3816d907c0bdbd02504c1cc2b", + "Addresses": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "AllowedIPs": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "Endpoints": ["77.164.248.136:46580", "10.65.0.27:46580", "172.17.0.1:46580"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63674}, - {"Proto": "peerapi6", "Port": 63674} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64216}, + {"Proto": "peerapi6", "Port": 64216} ]}, - "Created": "2026-04-09T01:31:53.899173702Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 5517066420873346, - "StableID": "nuzkJpyg5k11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "KeyExpiry": "2026-10-06T01:31:56Z", - "DiscoKey": "discokey:7cddf267c64ba7a63da5373c3350e92d25bf986c7c29063817f3302c79f8d236", - "Addresses": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "AllowedIPs": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "Endpoints": ["77.164.248.136:57058", "10.65.0.27:57058", "172.17.0.1:57058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56008}, - {"Proto": "peerapi6", "Port": 56008} - ]}, - "Created": "2026-04-09T01:31:56.067091256Z", + "Created": "2026-04-09T08:37:59.204318202Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 5876554059480108, - "StableID": "nFYVvP7Wtn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "DiscoKey": "discokey:2bd1b8f2e7a4fe2ea660ee63b279103771e8e1f3f11c5b1005fa9a58472ee025", - "Addresses": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "AllowedIPs": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "Endpoints": ["77.164.248.136:46401", "10.65.0.27:46401", "172.17.0.1:46401"], + "ID": 4321514878393999, + "StableID": "ne8LULsDka11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "KeyExpiry": "2026-10-06T08:37:58Z", + "DiscoKey": "discokey:c3892e26c34868b1ad8feb70e8b4333cd5cf1272e9b5e14ac18fd9d8444cab71", + "Addresses": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "AllowedIPs": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "Endpoints": ["77.164.248.136:45217", "10.65.0.27:45217", "172.17.0.1:45217"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49058}, - {"Proto": "peerapi6", "Port": 49058} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41137}, + {"Proto": "peerapi6", "Port": 41137} ]}, - "Created": "2026-04-09T01:31:48.306620307Z", + "Created": "2026-04-09T08:37:58.663761163Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6055732142626963, - "StableID": "ngRgZFpeHp11CNTRL", + "ID": 4384686112978102, + "StableID": "nwDo9cGqEb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "DiscoKey": "discokey:ebe957812b45a0afcc155cf6bea1389f78572961322459e8e71f274367836e7b", - "Addresses": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "AllowedIPs": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "Endpoints": ["77.164.248.136:53156", "10.65.0.27:53156", "172.17.0.1:53156"], + "Key": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "DiscoKey": "discokey:5001aa67bafc312222f0bcb562894d9ee458d538cc3080fcdc9cc45c23cac912", + "Addresses": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "AllowedIPs": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "Endpoints": ["77.164.248.136:42420", "10.65.0.27:42420", "172.17.0.1:42420"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59040}, - {"Proto": "peerapi6", "Port": 59040} + {"Proto": "peerapi4", "Port": 59729}, + {"Proto": "peerapi6", "Port": 59729} ]}, - "Created": "2026-04-09T01:31:49.017180569Z", + "Created": "2026-04-09T08:37:52.258633878Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7235359254998660, - "StableID": "ns6M3tcuVy11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 4817180142577133, + "StableID": "nLJPYv9ice11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "DiscoKey": "discokey:90ceb10e3a4d8df69b76eafea185ee4f8dd869a853cc9c0f707bbfd1d8509c27", - "Addresses": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "AllowedIPs": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "Endpoints": ["77.164.248.136:35808", "10.65.0.27:35808", "172.17.0.1:35808"], + "Key": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "DiscoKey": "discokey:b46f16844ffaa620072e55d20bf5077cef3ab9c35ee7cb1e160dcbd8cb5f1b59", + "Addresses": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "AllowedIPs": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "Endpoints": ["77.164.248.136:37563", "10.65.0.27:37563", "172.17.0.1:37563"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56132}, - {"Proto": "peerapi6", "Port": 56132} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 39890}, + {"Proto": "peerapi6", "Port": 39890} ]}, - "Created": "2026-04-09T01:31:49.606076723Z", + "Created": "2026-04-09T08:37:56.005023769Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 7374959382315837, - "StableID": "nk6hFHg8bz11CNTRL", + "ID": 4920945361248939, + "StableID": "npV6bdthRf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "DiscoKey": "discokey:69d107347be87e11dc819964fbb732a2f874fd739e63760a0c2152d0d45df01f", + "Addresses": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "AllowedIPs": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "Endpoints": ["77.164.248.136:39111", "10.65.0.27:39111", "172.17.0.1:39111"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41397}, + {"Proto": "peerapi6", "Port": 41397} + ]}, + "Created": "2026-04-09T08:37:51.749815301Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5006686833588873, + "StableID": "n48ft3BY6g11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "DiscoKey": "discokey:fbc2d96ee519bd33ad83c3ed97af9acf677cdbe963e0dcb20cd937a2076f4d24", - "Addresses": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "AllowedIPs": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "Endpoints": ["77.164.248.136:42425", "10.65.0.27:42425", "172.17.0.1:42425"], + "Key": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "DiscoKey": "discokey:c901c8ed1dbe59b8166d5bc05646827fc8512ae993cf9c9308b1582ffbf3f24d", + "Addresses": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "AllowedIPs": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "Endpoints": ["77.164.248.136:52127", "10.65.0.27:52127", "172.17.0.1:52127"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 34157}, - {"Proto": "peerapi6", "Port": 34157} + {"Proto": "peerapi4", "Port": 46490}, + {"Proto": "peerapi6", "Port": 46490} ]}, - "Created": "2026-04-09T01:31:53.339730421Z", + "Created": "2026-04-09T08:37:57.060848037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8454739276017624, - "StableID": "n55nvWfA2921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "KeyExpiry": "2026-10-06T01:31:55Z", - "DiscoKey": "discokey:2866f4ca247a89c6eee46fcd13267bcc929afee15471eb0e5516f4c65caba116", - "Addresses": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "AllowedIPs": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "Endpoints": ["77.164.248.136:49471", "10.65.0.27:49471", "172.17.0.1:49471"], + "ID": 5193129518379872, + "StableID": "njt9WyhyYh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "DiscoKey": "discokey:fab86884328cd14bd1ec27114229f152137b251032fdbc6dc68bf769294a210a", + "Addresses": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "AllowedIPs": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "Endpoints": ["77.164.248.136:45732", "10.65.0.27:45732", "172.17.0.1:45732"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56535}, - {"Proto": "peerapi6", "Port": 56535} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64289}, + {"Proto": "peerapi6", "Port": 64289} ]}, - "Created": "2026-04-09T01:31:55.506724203Z", + "Created": "2026-04-09T08:37:52.789852901Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8838676200510679, - "StableID": "n4HSD6342C21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "KeyExpiry": "2026-10-06T01:31:54Z", - "DiscoKey": "discokey:adceea8439af97ee740e558e584333adb460d0da754a114d82f981ae7524cb4d", - "Addresses": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], - "AllowedIPs": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], + "ID": 6272975514361305, + "StableID": "nidhQvR3zq11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "DiscoKey": "discokey:2d9a7c0b8cb07533b388897b9535002fb5e89f20d2e565ed538d4c15cf9def1e", + "Addresses": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "AllowedIPs": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "Endpoints": ["77.164.248.136:35077", "10.65.0.27:35077", "172.17.0.1:35077"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46228}, - {"Proto": "peerapi6", "Port": 46228} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63453}, + {"Proto": "peerapi6", "Port": 63453} ]}, - "Created": "2026-04-09T01:31:54.98739145Z", + "Created": "2026-04-09T08:37:55.444255286Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6432965898249649, + "StableID": "nLNkm87WEs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "DiscoKey": "discokey:aee6527c1f5541571a9b06dc4cd78da91db35b2dabf8892211154cc9bb5a3a3a", + "Addresses": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "AllowedIPs": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "Endpoints": ["77.164.248.136:59056", "10.65.0.27:59056", "172.17.0.1:59056"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 41730}, + {"Proto": "peerapi6", "Port": 41730} + ]}, + "Created": "2026-04-09T08:37:56.518289644Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6745505735894366, + "StableID": "nViwyqz3gu11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "DiscoKey": "discokey:b1945cdf73c3bb941511d71812b1dec1f6e8998494127fb41de9b2fa8e3d1b77", + "Addresses": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "AllowedIPs": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "Endpoints": ["77.164.248.136:56177", "10.65.0.27:56177", "172.17.0.1:56177"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 48937}, + {"Proto": "peerapi6", "Port": 48937} + ]}, + "Created": "2026-04-09T08:37:57.594662466Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7015452449919480, + "StableID": "nf6FiJ3Knw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "DiscoKey": "discokey:2ffc458fcb25ad37b7916e93176c46d2f824df45f66c2b30d8cc4e2b3e35a64e", + "Addresses": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "AllowedIPs": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "Endpoints": ["77.164.248.136:58687", "10.65.0.27:58687", "172.17.0.1:58687"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51434}, + {"Proto": "peerapi6", "Port": 51434} + ]}, + "Created": "2026-04-09T08:37:54.020752684Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7663462133488511, + "StableID": "nrphS1Aoq221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:540481c56e1550b803b365f8a01730119651b932ff6cd8824badb29ada15490e", + "Addresses": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "AllowedIPs": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "Endpoints": ["77.164.248.136:58631", "10.65.0.27:58631", "172.17.0.1:58631"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55496}, + {"Proto": "peerapi6", "Port": 55496} + ]}, + "Created": "2026-04-09T08:37:59.736635997Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -542,7 +544,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.111.125.91"}, {"nodeIP": "fd7a:115c:a1e0::9537:7d5b"}], + "principals": [{"nodeIP": "100.76.184.97"}, {"nodeIP": "fd7a:115c:a1e0::b637:b862"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -551,7 +553,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.111.125.91"}, {"nodeIP": "fd7a:115c:a1e0::9537:7d5b"}], + "principals": [{"nodeIP": "100.76.184.97"}, {"nodeIP": "fd7a:115c:a1e0::b637:b862"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -560,7 +562,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.117.38.4"}, {"nodeIP": "fd7a:115c:a1e0::ab37:2604"}], + "principals": [{"nodeIP": "100.91.254.86"}, {"nodeIP": "fd7a:115c:a1e0::b637:fe56"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -569,7 +571,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.148.40"}, {"nodeIP": "fd7a:115c:a1e0::4337:9428"}], + "principals": [{"nodeIP": "100.120.8.67"}, {"nodeIP": "fd7a:115c:a1e0::8f37:844"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -578,7 +580,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.148.40"}, {"nodeIP": "fd7a:115c:a1e0::4337:9428"}], + "principals": [{"nodeIP": "100.120.8.67"}, {"nodeIP": "fd7a:115c:a1e0::8f37:844"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1407,30 +1409,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "9006309562588559": { - "ID": 9006309562588559, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7494289411494985": { + "ID": 7494289411494985, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.111.125.91"}, {"nodeIP": "fd7a:115c:a1e0::9537:7d5b"}], + "principals": [{"nodeIP": "100.76.184.97"}, {"nodeIP": "fd7a:115c:a1e0::b637:b862"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -1439,7 +1443,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.111.125.91"}, {"nodeIP": "fd7a:115c:a1e0::9537:7d5b"}], + "principals": [{"nodeIP": "100.76.184.97"}, {"nodeIP": "fd7a:115c:a1e0::b637:b862"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -1448,7 +1452,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.117.38.4"}, {"nodeIP": "fd7a:115c:a1e0::ab37:2604"}], + "principals": [{"nodeIP": "100.91.254.86"}, {"nodeIP": "fd7a:115c:a1e0::b637:fe56"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -1457,7 +1461,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.148.40"}, {"nodeIP": "fd7a:115c:a1e0::4337:9428"}], + "principals": [{"nodeIP": "100.120.8.67"}, {"nodeIP": "fd7a:115c:a1e0::8f37:844"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -1466,7 +1470,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.148.40"}, {"nodeIP": "fd7a:115c:a1e0::4337:9428"}], + "principals": [{"nodeIP": "100.120.8.67"}, {"nodeIP": "fd7a:115c:a1e0::8f37:844"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1503,26 +1507,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3080081475318664, - "StableID": "nb6Nj1Xy3R11CNTRL", + "ID": 774570495148710, + "StableID": "nXuKGueo3711CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 3080081475318664, - "Key": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "DiscoKey": "discokey:4ea984898d5015983897b5a3e355da3e4a249591f5e7febb74fe66300647aa43", - "Addresses": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "AllowedIPs": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], + "User": 774570495148710, + "Key": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "DiscoKey": "discokey:43248954e11f248ae51c1ba24538696e37b6a8e92527673541e36a41435b5d09", + "Addresses": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "AllowedIPs": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 62589}, - {"Proto": "peerapi6", "Port": 62589}, + {"Proto": "peerapi4", "Port": 40621}, + {"Proto": "peerapi6", "Port": 40621}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:51.178270037Z", + "Created": "2026-04-09T08:37:54.905248607Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1550,300 +1554,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "MachineKey": "mkey:274a5efc030636f4689e610f2696f4cb64b993e02d61fa7f680ab6b68bea980f", + "NodeKey": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "MachineKey": "mkey:889cad812a9140af02f8da002fabc05ddaf51c5b0334f29824b6357b5b608c13", "Peers": [{ - "ID": 622329087865150, - "StableID": "nyUsRjXrr511CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "DiscoKey": "discokey:685165904c10dcdee6e9a23d2088c2807620f58c3ede05e85609fa04644ede55", - "Addresses": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "AllowedIPs": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50905}, - {"Proto": "peerapi6", "Port": 50905} - ]}, - "Created": "2026-04-09T01:31:52.817152994Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1425007170805722, - "StableID": "noFdyGXP8C11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "DiscoKey": "discokey:d146b7792b36f0e0a111cbee7cc5a873ca7fc0a4493f8aabb42dd6a025a89d49", - "Addresses": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "AllowedIPs": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "Endpoints": ["77.164.248.136:48380", "10.65.0.27:48380", "172.17.0.1:48380"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64686}, - {"Proto": "peerapi6", "Port": 64686} - ]}, - "Created": "2026-04-09T01:31:52.264957325Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2231036938786824, - "StableID": "nDdJTKZSRJ11CNTRL", + "ID": 920898235771368, + "StableID": "nX6PdES5C811CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "DiscoKey": "discokey:9e806ea0a07a1a57b13741eb71024a75c969fdb132a3264cc7a5a24742ff6c02", - "Addresses": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "AllowedIPs": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "Endpoints": ["77.164.248.136:45468", "10.65.0.27:45468", "172.17.0.1:45468"], + "Key": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "DiscoKey": "discokey:a1a993eb76ebefce93c26ab346bd603432cba6ae289c2e503ea4b51221072873", + "Addresses": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "AllowedIPs": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "Endpoints": ["77.164.248.136:46608", "10.65.0.27:46608", "172.17.0.1:46608"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} + {"Proto": "peerapi4", "Port": 36763}, + {"Proto": "peerapi6", "Port": 36763} ]}, - "Created": "2026-04-09T01:31:50.118748491Z", + "Created": "2026-04-09T08:37:53.324389331Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 2928108956541345, - "StableID": "nLeneWT9sP11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "DiscoKey": "discokey:4d41176c2c94cc99cba4b019744f093d592e288a243c5ef37dc1a93916ecac0a", - "Addresses": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "AllowedIPs": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "Endpoints": ["77.164.248.136:34937", "10.65.0.27:34937", "172.17.0.1:34937"], + "ID": 3052679869232242, + "StableID": "nwDidyiZqQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:8bb303198e6f340cd7c0ee34f01b29b832215bf3816d907c0bdbd02504c1cc2b", + "Addresses": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "AllowedIPs": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "Endpoints": ["77.164.248.136:46580", "10.65.0.27:46580", "172.17.0.1:46580"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35459}, - {"Proto": "peerapi6", "Port": 35459} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64216}, + {"Proto": "peerapi6", "Port": 64216} ]}, - "Created": "2026-04-09T01:31:51.719206539Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3277473340400476, - "StableID": "nXcqugfNbS11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "DiscoKey": "discokey:ce50255fd503b80f843cd2ef99d98758b3f0906ac6e83bb383ce1ed88fa6042f", - "Addresses": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "AllowedIPs": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "Endpoints": ["77.164.248.136:40826", "10.65.0.27:40826", "172.17.0.1:40826"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 39896}, - {"Proto": "peerapi6", "Port": 39896} - ]}, - "Created": "2026-04-09T01:31:50.650499422Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5464998951748342, - "StableID": "n3XfMpF7gj11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "DiscoKey": "discokey:469a2ace952b5ad6600a6f726352d0984949a98566b7c4306ed1399ec104f16f", - "Addresses": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "AllowedIPs": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "Endpoints": ["77.164.248.136:54327", "10.65.0.27:54327", "172.17.0.1:54327"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63674}, - {"Proto": "peerapi6", "Port": 63674} - ]}, - "Created": "2026-04-09T01:31:53.899173702Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 5517066420873346, - "StableID": "nuzkJpyg5k11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "KeyExpiry": "2026-10-06T01:31:56Z", - "DiscoKey": "discokey:7cddf267c64ba7a63da5373c3350e92d25bf986c7c29063817f3302c79f8d236", - "Addresses": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "AllowedIPs": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "Endpoints": ["77.164.248.136:57058", "10.65.0.27:57058", "172.17.0.1:57058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56008}, - {"Proto": "peerapi6", "Port": 56008} - ]}, - "Created": "2026-04-09T01:31:56.067091256Z", + "Created": "2026-04-09T08:37:59.204318202Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 5876554059480108, - "StableID": "nFYVvP7Wtn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "DiscoKey": "discokey:2bd1b8f2e7a4fe2ea660ee63b279103771e8e1f3f11c5b1005fa9a58472ee025", - "Addresses": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "AllowedIPs": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "Endpoints": ["77.164.248.136:46401", "10.65.0.27:46401", "172.17.0.1:46401"], + "ID": 4321514878393999, + "StableID": "ne8LULsDka11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "KeyExpiry": "2026-10-06T08:37:58Z", + "DiscoKey": "discokey:c3892e26c34868b1ad8feb70e8b4333cd5cf1272e9b5e14ac18fd9d8444cab71", + "Addresses": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "AllowedIPs": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "Endpoints": ["77.164.248.136:45217", "10.65.0.27:45217", "172.17.0.1:45217"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49058}, - {"Proto": "peerapi6", "Port": 49058} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41137}, + {"Proto": "peerapi6", "Port": 41137} ]}, - "Created": "2026-04-09T01:31:48.306620307Z", + "Created": "2026-04-09T08:37:58.663761163Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6055732142626963, - "StableID": "ngRgZFpeHp11CNTRL", + "ID": 4384686112978102, + "StableID": "nwDo9cGqEb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "DiscoKey": "discokey:ebe957812b45a0afcc155cf6bea1389f78572961322459e8e71f274367836e7b", - "Addresses": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "AllowedIPs": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "Endpoints": ["77.164.248.136:53156", "10.65.0.27:53156", "172.17.0.1:53156"], + "Key": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "DiscoKey": "discokey:5001aa67bafc312222f0bcb562894d9ee458d538cc3080fcdc9cc45c23cac912", + "Addresses": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "AllowedIPs": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "Endpoints": ["77.164.248.136:42420", "10.65.0.27:42420", "172.17.0.1:42420"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59040}, - {"Proto": "peerapi6", "Port": 59040} + {"Proto": "peerapi4", "Port": 59729}, + {"Proto": "peerapi6", "Port": 59729} ]}, - "Created": "2026-04-09T01:31:49.017180569Z", + "Created": "2026-04-09T08:37:52.258633878Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7235359254998660, - "StableID": "ns6M3tcuVy11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 4817180142577133, + "StableID": "nLJPYv9ice11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "DiscoKey": "discokey:90ceb10e3a4d8df69b76eafea185ee4f8dd869a853cc9c0f707bbfd1d8509c27", - "Addresses": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "AllowedIPs": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "Endpoints": ["77.164.248.136:35808", "10.65.0.27:35808", "172.17.0.1:35808"], + "Key": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "DiscoKey": "discokey:b46f16844ffaa620072e55d20bf5077cef3ab9c35ee7cb1e160dcbd8cb5f1b59", + "Addresses": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "AllowedIPs": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "Endpoints": ["77.164.248.136:37563", "10.65.0.27:37563", "172.17.0.1:37563"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56132}, - {"Proto": "peerapi6", "Port": 56132} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 39890}, + {"Proto": "peerapi6", "Port": 39890} ]}, - "Created": "2026-04-09T01:31:49.606076723Z", + "Created": "2026-04-09T08:37:56.005023769Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 7374959382315837, - "StableID": "nk6hFHg8bz11CNTRL", + "ID": 4920945361248939, + "StableID": "npV6bdthRf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "DiscoKey": "discokey:69d107347be87e11dc819964fbb732a2f874fd739e63760a0c2152d0d45df01f", + "Addresses": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "AllowedIPs": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "Endpoints": ["77.164.248.136:39111", "10.65.0.27:39111", "172.17.0.1:39111"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41397}, + {"Proto": "peerapi6", "Port": 41397} + ]}, + "Created": "2026-04-09T08:37:51.749815301Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5006686833588873, + "StableID": "n48ft3BY6g11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "DiscoKey": "discokey:fbc2d96ee519bd33ad83c3ed97af9acf677cdbe963e0dcb20cd937a2076f4d24", - "Addresses": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "AllowedIPs": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "Endpoints": ["77.164.248.136:42425", "10.65.0.27:42425", "172.17.0.1:42425"], + "Key": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "DiscoKey": "discokey:c901c8ed1dbe59b8166d5bc05646827fc8512ae993cf9c9308b1582ffbf3f24d", + "Addresses": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "AllowedIPs": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "Endpoints": ["77.164.248.136:52127", "10.65.0.27:52127", "172.17.0.1:52127"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 34157}, - {"Proto": "peerapi6", "Port": 34157} + {"Proto": "peerapi4", "Port": 46490}, + {"Proto": "peerapi6", "Port": 46490} ]}, - "Created": "2026-04-09T01:31:53.339730421Z", + "Created": "2026-04-09T08:37:57.060848037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8454739276017624, - "StableID": "n55nvWfA2921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "KeyExpiry": "2026-10-06T01:31:55Z", - "DiscoKey": "discokey:2866f4ca247a89c6eee46fcd13267bcc929afee15471eb0e5516f4c65caba116", - "Addresses": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "AllowedIPs": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "Endpoints": ["77.164.248.136:49471", "10.65.0.27:49471", "172.17.0.1:49471"], + "ID": 5193129518379872, + "StableID": "njt9WyhyYh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "DiscoKey": "discokey:fab86884328cd14bd1ec27114229f152137b251032fdbc6dc68bf769294a210a", + "Addresses": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "AllowedIPs": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "Endpoints": ["77.164.248.136:45732", "10.65.0.27:45732", "172.17.0.1:45732"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56535}, - {"Proto": "peerapi6", "Port": 56535} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64289}, + {"Proto": "peerapi6", "Port": 64289} ]}, - "Created": "2026-04-09T01:31:55.506724203Z", + "Created": "2026-04-09T08:37:52.789852901Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8838676200510679, - "StableID": "n4HSD6342C21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "KeyExpiry": "2026-10-06T01:31:54Z", - "DiscoKey": "discokey:adceea8439af97ee740e558e584333adb460d0da754a114d82f981ae7524cb4d", - "Addresses": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], - "AllowedIPs": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], + "ID": 6272975514361305, + "StableID": "nidhQvR3zq11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "DiscoKey": "discokey:2d9a7c0b8cb07533b388897b9535002fb5e89f20d2e565ed538d4c15cf9def1e", + "Addresses": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "AllowedIPs": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "Endpoints": ["77.164.248.136:35077", "10.65.0.27:35077", "172.17.0.1:35077"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46228}, - {"Proto": "peerapi6", "Port": 46228} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63453}, + {"Proto": "peerapi6", "Port": 63453} ]}, - "Created": "2026-04-09T01:31:54.98739145Z", + "Created": "2026-04-09T08:37:55.444255286Z", "Cap": 131, + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 9006309562588559, - "StableID": "nAQVPrUyKD21CNTRL", + "ID": 6432965898249649, + "StableID": "nLNkm87WEs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "DiscoKey": "discokey:aee6527c1f5541571a9b06dc4cd78da91db35b2dabf8892211154cc9bb5a3a3a", + "Addresses": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "AllowedIPs": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "Endpoints": ["77.164.248.136:59056", "10.65.0.27:59056", "172.17.0.1:59056"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 41730}, + {"Proto": "peerapi6", "Port": 41730} + ]}, + "Created": "2026-04-09T08:37:56.518289644Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6745505735894366, + "StableID": "nViwyqz3gu11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "DiscoKey": "discokey:b1945cdf73c3bb941511d71812b1dec1f6e8998494127fb41de9b2fa8e3d1b77", + "Addresses": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "AllowedIPs": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "Endpoints": ["77.164.248.136:56177", "10.65.0.27:56177", "172.17.0.1:56177"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 48937}, + {"Proto": "peerapi6", "Port": 48937} + ]}, + "Created": "2026-04-09T08:37:57.594662466Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7015452449919480, + "StableID": "nf6FiJ3Knw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "DiscoKey": "discokey:2ffc458fcb25ad37b7916e93176c46d2f824df45f66c2b30d8cc4e2b3e35a64e", + "Addresses": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "AllowedIPs": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "Endpoints": ["77.164.248.136:58687", "10.65.0.27:58687", "172.17.0.1:58687"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51434}, + {"Proto": "peerapi6", "Port": 51434} + ]}, + "Created": "2026-04-09T08:37:54.020752684Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7494289411494985, + "StableID": "nxGiJwGBX121CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "DiscoKey": "discokey:7aedee2aed19b2c1209a6b7a0252ae27b911b719106d13aec7d2dde75f88b53b", - "Addresses": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], - "AllowedIPs": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], + "Key": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "DiscoKey": "discokey:59eabb0a6fa9b796818d2d2ed678e1e1e9678862f1baf1b02e651197e0680c12", + "Addresses": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "AllowedIPs": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "Endpoints": ["77.164.248.136:44343", "10.65.0.27:44343", "172.17.0.1:44343"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33813}, - {"Proto": "peerapi6", "Port": 33813} + {"Proto": "peerapi4", "Port": 49203}, + {"Proto": "peerapi6", "Port": 49203} ]}, - "Created": "2026-04-09T01:31:54.432907211Z", + "Created": "2026-04-09T08:37:58.13170099Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" + }, { + "ID": 7663462133488511, + "StableID": "nrphS1Aoq221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:540481c56e1550b803b365f8a01730119651b932ff6cd8824badb29ada15490e", + "Addresses": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "AllowedIPs": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "Endpoints": ["77.164.248.136:58631", "10.65.0.27:58631", "172.17.0.1:58631"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55496}, + {"Proto": "peerapi6", "Port": 55496} + ]}, + "Created": "2026-04-09T08:37:59.736635997Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2691,27 +2697,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3080081475318664": { - "ID": 3080081475318664, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "774570495148710": { + "ID": 774570495148710, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2742,22 +2750,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5517066420873346, - "StableID": "nuzkJpyg5k11CNTRL", + "ID": 7663462133488511, + "StableID": "nrphS1Aoq221CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "KeyExpiry": "2026-10-06T01:31:56Z", - "DiscoKey": "discokey:7cddf267c64ba7a63da5373c3350e92d25bf986c7c29063817f3302c79f8d236", - "Addresses": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "AllowedIPs": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "Endpoints": ["77.164.248.136:57058", "10.65.0.27:57058", "172.17.0.1:57058"], + "Key": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:540481c56e1550b803b365f8a01730119651b932ff6cd8824badb29ada15490e", + "Addresses": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "AllowedIPs": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "Endpoints": ["77.164.248.136:58631", "10.65.0.27:58631", "172.17.0.1:58631"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56008}, - {"Proto": "peerapi6", "Port": 56008}, + {"Proto": "peerapi4", "Port": 55496}, + {"Proto": "peerapi6", "Port": 55496}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:56.067091256Z", + "Created": "2026-04-09T08:37:59.736635997Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2786,295 +2794,297 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "MachineKey": "mkey:d15245ae54639d4e73ec903dc7176abeb8bfe3f5b11ee6830eaa4823f4c9d51c", + "NodeKey": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "MachineKey": "mkey:89ad2c1ae740bb1334733ff3bcde13d5fce669c018651e16af370995027d630d", "Peers": [{ - "ID": 622329087865150, - "StableID": "nyUsRjXrr511CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "DiscoKey": "discokey:685165904c10dcdee6e9a23d2088c2807620f58c3ede05e85609fa04644ede55", - "Addresses": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "AllowedIPs": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50905}, - {"Proto": "peerapi6", "Port": 50905} - ]}, - "Created": "2026-04-09T01:31:52.817152994Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1425007170805722, - "StableID": "noFdyGXP8C11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "DiscoKey": "discokey:d146b7792b36f0e0a111cbee7cc5a873ca7fc0a4493f8aabb42dd6a025a89d49", - "Addresses": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "AllowedIPs": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "Endpoints": ["77.164.248.136:48380", "10.65.0.27:48380", "172.17.0.1:48380"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64686}, - {"Proto": "peerapi6", "Port": 64686} - ]}, - "Created": "2026-04-09T01:31:52.264957325Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2231036938786824, - "StableID": "nDdJTKZSRJ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "DiscoKey": "discokey:9e806ea0a07a1a57b13741eb71024a75c969fdb132a3264cc7a5a24742ff6c02", - "Addresses": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "AllowedIPs": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "Endpoints": ["77.164.248.136:45468", "10.65.0.27:45468", "172.17.0.1:45468"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:31:50.118748491Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2928108956541345, - "StableID": "nLeneWT9sP11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "DiscoKey": "discokey:4d41176c2c94cc99cba4b019744f093d592e288a243c5ef37dc1a93916ecac0a", - "Addresses": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "AllowedIPs": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "Endpoints": ["77.164.248.136:34937", "10.65.0.27:34937", "172.17.0.1:34937"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35459}, - {"Proto": "peerapi6", "Port": 35459} - ]}, - "Created": "2026-04-09T01:31:51.719206539Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3080081475318664, - "StableID": "nb6Nj1Xy3R11CNTRL", + "ID": 774570495148710, + "StableID": "nXuKGueo3711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "DiscoKey": "discokey:4ea984898d5015983897b5a3e355da3e4a249591f5e7febb74fe66300647aa43", - "Addresses": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "AllowedIPs": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], + "Key": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "DiscoKey": "discokey:43248954e11f248ae51c1ba24538696e37b6a8e92527673541e36a41435b5d09", + "Addresses": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "AllowedIPs": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62589}, - {"Proto": "peerapi6", "Port": 62589} + {"Proto": "peerapi4", "Port": 40621}, + {"Proto": "peerapi6", "Port": 40621} ]}, - "Created": "2026-04-09T01:31:51.178270037Z", + "Created": "2026-04-09T08:37:54.905248607Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3277473340400476, - "StableID": "nXcqugfNbS11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 920898235771368, + "StableID": "nX6PdES5C811CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "DiscoKey": "discokey:ce50255fd503b80f843cd2ef99d98758b3f0906ac6e83bb383ce1ed88fa6042f", - "Addresses": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "AllowedIPs": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "Endpoints": ["77.164.248.136:40826", "10.65.0.27:40826", "172.17.0.1:40826"], + "Key": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "DiscoKey": "discokey:a1a993eb76ebefce93c26ab346bd603432cba6ae289c2e503ea4b51221072873", + "Addresses": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "AllowedIPs": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "Endpoints": ["77.164.248.136:46608", "10.65.0.27:46608", "172.17.0.1:46608"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 39896}, - {"Proto": "peerapi6", "Port": 39896} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 36763}, + {"Proto": "peerapi6", "Port": 36763} ]}, - "Created": "2026-04-09T01:31:50.650499422Z", + "Created": "2026-04-09T08:37:53.324389331Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5464998951748342, - "StableID": "n3XfMpF7gj11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "DiscoKey": "discokey:469a2ace952b5ad6600a6f726352d0984949a98566b7c4306ed1399ec104f16f", - "Addresses": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "AllowedIPs": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "Endpoints": ["77.164.248.136:54327", "10.65.0.27:54327", "172.17.0.1:54327"], + "ID": 3052679869232242, + "StableID": "nwDidyiZqQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:8bb303198e6f340cd7c0ee34f01b29b832215bf3816d907c0bdbd02504c1cc2b", + "Addresses": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "AllowedIPs": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "Endpoints": ["77.164.248.136:46580", "10.65.0.27:46580", "172.17.0.1:46580"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63674}, - {"Proto": "peerapi6", "Port": 63674} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64216}, + {"Proto": "peerapi6", "Port": 64216} ]}, - "Created": "2026-04-09T01:31:53.899173702Z", + "Created": "2026-04-09T08:37:59.204318202Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 5876554059480108, - "StableID": "nFYVvP7Wtn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "DiscoKey": "discokey:2bd1b8f2e7a4fe2ea660ee63b279103771e8e1f3f11c5b1005fa9a58472ee025", - "Addresses": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "AllowedIPs": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "Endpoints": ["77.164.248.136:46401", "10.65.0.27:46401", "172.17.0.1:46401"], + "ID": 4321514878393999, + "StableID": "ne8LULsDka11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "KeyExpiry": "2026-10-06T08:37:58Z", + "DiscoKey": "discokey:c3892e26c34868b1ad8feb70e8b4333cd5cf1272e9b5e14ac18fd9d8444cab71", + "Addresses": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "AllowedIPs": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "Endpoints": ["77.164.248.136:45217", "10.65.0.27:45217", "172.17.0.1:45217"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49058}, - {"Proto": "peerapi6", "Port": 49058} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41137}, + {"Proto": "peerapi6", "Port": 41137} ]}, - "Created": "2026-04-09T01:31:48.306620307Z", + "Created": "2026-04-09T08:37:58.663761163Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6055732142626963, - "StableID": "ngRgZFpeHp11CNTRL", + "ID": 4384686112978102, + "StableID": "nwDo9cGqEb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "DiscoKey": "discokey:ebe957812b45a0afcc155cf6bea1389f78572961322459e8e71f274367836e7b", - "Addresses": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "AllowedIPs": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "Endpoints": ["77.164.248.136:53156", "10.65.0.27:53156", "172.17.0.1:53156"], + "Key": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "DiscoKey": "discokey:5001aa67bafc312222f0bcb562894d9ee458d538cc3080fcdc9cc45c23cac912", + "Addresses": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "AllowedIPs": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "Endpoints": ["77.164.248.136:42420", "10.65.0.27:42420", "172.17.0.1:42420"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59040}, - {"Proto": "peerapi6", "Port": 59040} + {"Proto": "peerapi4", "Port": 59729}, + {"Proto": "peerapi6", "Port": 59729} ]}, - "Created": "2026-04-09T01:31:49.017180569Z", + "Created": "2026-04-09T08:37:52.258633878Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7235359254998660, - "StableID": "ns6M3tcuVy11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 4817180142577133, + "StableID": "nLJPYv9ice11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "DiscoKey": "discokey:90ceb10e3a4d8df69b76eafea185ee4f8dd869a853cc9c0f707bbfd1d8509c27", - "Addresses": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "AllowedIPs": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "Endpoints": ["77.164.248.136:35808", "10.65.0.27:35808", "172.17.0.1:35808"], + "Key": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "DiscoKey": "discokey:b46f16844ffaa620072e55d20bf5077cef3ab9c35ee7cb1e160dcbd8cb5f1b59", + "Addresses": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "AllowedIPs": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "Endpoints": ["77.164.248.136:37563", "10.65.0.27:37563", "172.17.0.1:37563"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56132}, - {"Proto": "peerapi6", "Port": 56132} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 39890}, + {"Proto": "peerapi6", "Port": 39890} ]}, - "Created": "2026-04-09T01:31:49.606076723Z", + "Created": "2026-04-09T08:37:56.005023769Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 7374959382315837, - "StableID": "nk6hFHg8bz11CNTRL", + "ID": 4920945361248939, + "StableID": "npV6bdthRf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "DiscoKey": "discokey:69d107347be87e11dc819964fbb732a2f874fd739e63760a0c2152d0d45df01f", + "Addresses": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "AllowedIPs": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "Endpoints": ["77.164.248.136:39111", "10.65.0.27:39111", "172.17.0.1:39111"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41397}, + {"Proto": "peerapi6", "Port": 41397} + ]}, + "Created": "2026-04-09T08:37:51.749815301Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5006686833588873, + "StableID": "n48ft3BY6g11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "DiscoKey": "discokey:fbc2d96ee519bd33ad83c3ed97af9acf677cdbe963e0dcb20cd937a2076f4d24", - "Addresses": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "AllowedIPs": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "Endpoints": ["77.164.248.136:42425", "10.65.0.27:42425", "172.17.0.1:42425"], + "Key": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "DiscoKey": "discokey:c901c8ed1dbe59b8166d5bc05646827fc8512ae993cf9c9308b1582ffbf3f24d", + "Addresses": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "AllowedIPs": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "Endpoints": ["77.164.248.136:52127", "10.65.0.27:52127", "172.17.0.1:52127"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 34157}, - {"Proto": "peerapi6", "Port": 34157} + {"Proto": "peerapi4", "Port": 46490}, + {"Proto": "peerapi6", "Port": 46490} ]}, - "Created": "2026-04-09T01:31:53.339730421Z", + "Created": "2026-04-09T08:37:57.060848037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8454739276017624, - "StableID": "n55nvWfA2921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "KeyExpiry": "2026-10-06T01:31:55Z", - "DiscoKey": "discokey:2866f4ca247a89c6eee46fcd13267bcc929afee15471eb0e5516f4c65caba116", - "Addresses": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "AllowedIPs": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "Endpoints": ["77.164.248.136:49471", "10.65.0.27:49471", "172.17.0.1:49471"], + "ID": 5193129518379872, + "StableID": "njt9WyhyYh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "DiscoKey": "discokey:fab86884328cd14bd1ec27114229f152137b251032fdbc6dc68bf769294a210a", + "Addresses": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "AllowedIPs": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "Endpoints": ["77.164.248.136:45732", "10.65.0.27:45732", "172.17.0.1:45732"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56535}, - {"Proto": "peerapi6", "Port": 56535} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64289}, + {"Proto": "peerapi6", "Port": 64289} ]}, - "Created": "2026-04-09T01:31:55.506724203Z", + "Created": "2026-04-09T08:37:52.789852901Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8838676200510679, - "StableID": "n4HSD6342C21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "KeyExpiry": "2026-10-06T01:31:54Z", - "DiscoKey": "discokey:adceea8439af97ee740e558e584333adb460d0da754a114d82f981ae7524cb4d", - "Addresses": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], - "AllowedIPs": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], + "ID": 6272975514361305, + "StableID": "nidhQvR3zq11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "DiscoKey": "discokey:2d9a7c0b8cb07533b388897b9535002fb5e89f20d2e565ed538d4c15cf9def1e", + "Addresses": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "AllowedIPs": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "Endpoints": ["77.164.248.136:35077", "10.65.0.27:35077", "172.17.0.1:35077"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46228}, - {"Proto": "peerapi6", "Port": 46228} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63453}, + {"Proto": "peerapi6", "Port": 63453} ]}, - "Created": "2026-04-09T01:31:54.98739145Z", + "Created": "2026-04-09T08:37:55.444255286Z", "Cap": 131, + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 9006309562588559, - "StableID": "nAQVPrUyKD21CNTRL", + "ID": 6432965898249649, + "StableID": "nLNkm87WEs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "DiscoKey": "discokey:aee6527c1f5541571a9b06dc4cd78da91db35b2dabf8892211154cc9bb5a3a3a", + "Addresses": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "AllowedIPs": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "Endpoints": ["77.164.248.136:59056", "10.65.0.27:59056", "172.17.0.1:59056"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 41730}, + {"Proto": "peerapi6", "Port": 41730} + ]}, + "Created": "2026-04-09T08:37:56.518289644Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6745505735894366, + "StableID": "nViwyqz3gu11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "DiscoKey": "discokey:b1945cdf73c3bb941511d71812b1dec1f6e8998494127fb41de9b2fa8e3d1b77", + "Addresses": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "AllowedIPs": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "Endpoints": ["77.164.248.136:56177", "10.65.0.27:56177", "172.17.0.1:56177"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 48937}, + {"Proto": "peerapi6", "Port": 48937} + ]}, + "Created": "2026-04-09T08:37:57.594662466Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7015452449919480, + "StableID": "nf6FiJ3Knw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "DiscoKey": "discokey:2ffc458fcb25ad37b7916e93176c46d2f824df45f66c2b30d8cc4e2b3e35a64e", + "Addresses": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "AllowedIPs": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "Endpoints": ["77.164.248.136:58687", "10.65.0.27:58687", "172.17.0.1:58687"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51434}, + {"Proto": "peerapi6", "Port": 51434} + ]}, + "Created": "2026-04-09T08:37:54.020752684Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7494289411494985, + "StableID": "nxGiJwGBX121CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "DiscoKey": "discokey:7aedee2aed19b2c1209a6b7a0252ae27b911b719106d13aec7d2dde75f88b53b", - "Addresses": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], - "AllowedIPs": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], + "Key": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "DiscoKey": "discokey:59eabb0a6fa9b796818d2d2ed678e1e1e9678862f1baf1b02e651197e0680c12", + "Addresses": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "AllowedIPs": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "Endpoints": ["77.164.248.136:44343", "10.65.0.27:44343", "172.17.0.1:44343"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33813}, - {"Proto": "peerapi6", "Port": 33813} + {"Proto": "peerapi4", "Port": 49203}, + {"Proto": "peerapi6", "Port": 49203} ]}, - "Created": "2026-04-09T01:31:54.432907211Z", + "Created": "2026-04-09T08:37:58.13170099Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, @@ -3107,7 +3117,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.111.125.91"}, {"nodeIP": "fd7a:115c:a1e0::9537:7d5b"}], + "principals": [{"nodeIP": "100.76.184.97"}, {"nodeIP": "fd7a:115c:a1e0::b637:b862"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -3116,7 +3126,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.111.125.91"}, {"nodeIP": "fd7a:115c:a1e0::9537:7d5b"}], + "principals": [{"nodeIP": "100.76.184.97"}, {"nodeIP": "fd7a:115c:a1e0::b637:b862"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3945,26 +3955,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.111.125.91"}, {"nodeIP": "fd7a:115c:a1e0::9537:7d5b"}], + "principals": [{"nodeIP": "100.76.184.97"}, {"nodeIP": "fd7a:115c:a1e0::b637:b862"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -3973,7 +3984,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.111.125.91"}, {"nodeIP": "fd7a:115c:a1e0::9537:7d5b"}], + "principals": [{"nodeIP": "100.76.184.97"}, {"nodeIP": "fd7a:115c:a1e0::b637:b862"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -4010,26 +4021,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7235359254998660, - "StableID": "ns6M3tcuVy11CNTRL", + "ID": 5193129518379872, + "StableID": "njt9WyhyYh11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 7235359254998660, - "Key": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "DiscoKey": "discokey:90ceb10e3a4d8df69b76eafea185ee4f8dd869a853cc9c0f707bbfd1d8509c27", - "Addresses": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "AllowedIPs": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "Endpoints": ["77.164.248.136:35808", "10.65.0.27:35808", "172.17.0.1:35808"], + "User": 5193129518379872, + "Key": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "DiscoKey": "discokey:fab86884328cd14bd1ec27114229f152137b251032fdbc6dc68bf769294a210a", + "Addresses": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "AllowedIPs": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "Endpoints": ["77.164.248.136:45732", "10.65.0.27:45732", "172.17.0.1:45732"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 56132}, - {"Proto": "peerapi6", "Port": 56132}, + {"Proto": "peerapi4", "Port": 64289}, + {"Proto": "peerapi6", "Port": 64289}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:49.606076723Z", + "Created": "2026-04-09T08:37:52.789852901Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -4057,300 +4068,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "MachineKey": "mkey:648a783535c6d6e066355146e11de23725f5a13c4fc2f4a680c890edad51164d", + "NodeKey": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "MachineKey": "mkey:d4284e652d0b4773abf7c4141f8fe0bb3429285d4d23db2280be1e34b1ce9241", "Peers": [{ - "ID": 622329087865150, - "StableID": "nyUsRjXrr511CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "DiscoKey": "discokey:685165904c10dcdee6e9a23d2088c2807620f58c3ede05e85609fa04644ede55", - "Addresses": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "AllowedIPs": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50905}, - {"Proto": "peerapi6", "Port": 50905} - ]}, - "Created": "2026-04-09T01:31:52.817152994Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1425007170805722, - "StableID": "noFdyGXP8C11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "DiscoKey": "discokey:d146b7792b36f0e0a111cbee7cc5a873ca7fc0a4493f8aabb42dd6a025a89d49", - "Addresses": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "AllowedIPs": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "Endpoints": ["77.164.248.136:48380", "10.65.0.27:48380", "172.17.0.1:48380"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64686}, - {"Proto": "peerapi6", "Port": 64686} - ]}, - "Created": "2026-04-09T01:31:52.264957325Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2231036938786824, - "StableID": "nDdJTKZSRJ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "DiscoKey": "discokey:9e806ea0a07a1a57b13741eb71024a75c969fdb132a3264cc7a5a24742ff6c02", - "Addresses": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "AllowedIPs": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "Endpoints": ["77.164.248.136:45468", "10.65.0.27:45468", "172.17.0.1:45468"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:31:50.118748491Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2928108956541345, - "StableID": "nLeneWT9sP11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "DiscoKey": "discokey:4d41176c2c94cc99cba4b019744f093d592e288a243c5ef37dc1a93916ecac0a", - "Addresses": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "AllowedIPs": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "Endpoints": ["77.164.248.136:34937", "10.65.0.27:34937", "172.17.0.1:34937"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35459}, - {"Proto": "peerapi6", "Port": 35459} - ]}, - "Created": "2026-04-09T01:31:51.719206539Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3080081475318664, - "StableID": "nb6Nj1Xy3R11CNTRL", + "ID": 774570495148710, + "StableID": "nXuKGueo3711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "DiscoKey": "discokey:4ea984898d5015983897b5a3e355da3e4a249591f5e7febb74fe66300647aa43", - "Addresses": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "AllowedIPs": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], + "Key": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "DiscoKey": "discokey:43248954e11f248ae51c1ba24538696e37b6a8e92527673541e36a41435b5d09", + "Addresses": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "AllowedIPs": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62589}, - {"Proto": "peerapi6", "Port": 62589} + {"Proto": "peerapi4", "Port": 40621}, + {"Proto": "peerapi6", "Port": 40621} ]}, - "Created": "2026-04-09T01:31:51.178270037Z", + "Created": "2026-04-09T08:37:54.905248607Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3277473340400476, - "StableID": "nXcqugfNbS11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 920898235771368, + "StableID": "nX6PdES5C811CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "DiscoKey": "discokey:ce50255fd503b80f843cd2ef99d98758b3f0906ac6e83bb383ce1ed88fa6042f", - "Addresses": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "AllowedIPs": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "Endpoints": ["77.164.248.136:40826", "10.65.0.27:40826", "172.17.0.1:40826"], + "Key": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "DiscoKey": "discokey:a1a993eb76ebefce93c26ab346bd603432cba6ae289c2e503ea4b51221072873", + "Addresses": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "AllowedIPs": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "Endpoints": ["77.164.248.136:46608", "10.65.0.27:46608", "172.17.0.1:46608"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 39896}, - {"Proto": "peerapi6", "Port": 39896} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 36763}, + {"Proto": "peerapi6", "Port": 36763} ]}, - "Created": "2026-04-09T01:31:50.650499422Z", + "Created": "2026-04-09T08:37:53.324389331Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5464998951748342, - "StableID": "n3XfMpF7gj11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "DiscoKey": "discokey:469a2ace952b5ad6600a6f726352d0984949a98566b7c4306ed1399ec104f16f", - "Addresses": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "AllowedIPs": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "Endpoints": ["77.164.248.136:54327", "10.65.0.27:54327", "172.17.0.1:54327"], + "ID": 3052679869232242, + "StableID": "nwDidyiZqQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:8bb303198e6f340cd7c0ee34f01b29b832215bf3816d907c0bdbd02504c1cc2b", + "Addresses": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "AllowedIPs": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "Endpoints": ["77.164.248.136:46580", "10.65.0.27:46580", "172.17.0.1:46580"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63674}, - {"Proto": "peerapi6", "Port": 63674} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64216}, + {"Proto": "peerapi6", "Port": 64216} ]}, - "Created": "2026-04-09T01:31:53.899173702Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 5517066420873346, - "StableID": "nuzkJpyg5k11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "KeyExpiry": "2026-10-06T01:31:56Z", - "DiscoKey": "discokey:7cddf267c64ba7a63da5373c3350e92d25bf986c7c29063817f3302c79f8d236", - "Addresses": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "AllowedIPs": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "Endpoints": ["77.164.248.136:57058", "10.65.0.27:57058", "172.17.0.1:57058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56008}, - {"Proto": "peerapi6", "Port": 56008} - ]}, - "Created": "2026-04-09T01:31:56.067091256Z", + "Created": "2026-04-09T08:37:59.204318202Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 5876554059480108, - "StableID": "nFYVvP7Wtn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "DiscoKey": "discokey:2bd1b8f2e7a4fe2ea660ee63b279103771e8e1f3f11c5b1005fa9a58472ee025", - "Addresses": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "AllowedIPs": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "Endpoints": ["77.164.248.136:46401", "10.65.0.27:46401", "172.17.0.1:46401"], + "ID": 4321514878393999, + "StableID": "ne8LULsDka11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "KeyExpiry": "2026-10-06T08:37:58Z", + "DiscoKey": "discokey:c3892e26c34868b1ad8feb70e8b4333cd5cf1272e9b5e14ac18fd9d8444cab71", + "Addresses": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "AllowedIPs": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "Endpoints": ["77.164.248.136:45217", "10.65.0.27:45217", "172.17.0.1:45217"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49058}, - {"Proto": "peerapi6", "Port": 49058} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41137}, + {"Proto": "peerapi6", "Port": 41137} ]}, - "Created": "2026-04-09T01:31:48.306620307Z", + "Created": "2026-04-09T08:37:58.663761163Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6055732142626963, - "StableID": "ngRgZFpeHp11CNTRL", + "ID": 4384686112978102, + "StableID": "nwDo9cGqEb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "DiscoKey": "discokey:ebe957812b45a0afcc155cf6bea1389f78572961322459e8e71f274367836e7b", - "Addresses": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "AllowedIPs": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "Endpoints": ["77.164.248.136:53156", "10.65.0.27:53156", "172.17.0.1:53156"], + "Key": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "DiscoKey": "discokey:5001aa67bafc312222f0bcb562894d9ee458d538cc3080fcdc9cc45c23cac912", + "Addresses": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "AllowedIPs": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "Endpoints": ["77.164.248.136:42420", "10.65.0.27:42420", "172.17.0.1:42420"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59040}, - {"Proto": "peerapi6", "Port": 59040} + {"Proto": "peerapi4", "Port": 59729}, + {"Proto": "peerapi6", "Port": 59729} ]}, - "Created": "2026-04-09T01:31:49.017180569Z", + "Created": "2026-04-09T08:37:52.258633878Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7374959382315837, - "StableID": "nk6hFHg8bz11CNTRL", + "ID": 4817180142577133, + "StableID": "nLJPYv9ice11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "DiscoKey": "discokey:b46f16844ffaa620072e55d20bf5077cef3ab9c35ee7cb1e160dcbd8cb5f1b59", + "Addresses": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "AllowedIPs": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "Endpoints": ["77.164.248.136:37563", "10.65.0.27:37563", "172.17.0.1:37563"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 39890}, + {"Proto": "peerapi6", "Port": 39890} + ]}, + "Created": "2026-04-09T08:37:56.005023769Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4920945361248939, + "StableID": "npV6bdthRf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "DiscoKey": "discokey:69d107347be87e11dc819964fbb732a2f874fd739e63760a0c2152d0d45df01f", + "Addresses": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "AllowedIPs": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "Endpoints": ["77.164.248.136:39111", "10.65.0.27:39111", "172.17.0.1:39111"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41397}, + {"Proto": "peerapi6", "Port": 41397} + ]}, + "Created": "2026-04-09T08:37:51.749815301Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5006686833588873, + "StableID": "n48ft3BY6g11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "DiscoKey": "discokey:fbc2d96ee519bd33ad83c3ed97af9acf677cdbe963e0dcb20cd937a2076f4d24", - "Addresses": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "AllowedIPs": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "Endpoints": ["77.164.248.136:42425", "10.65.0.27:42425", "172.17.0.1:42425"], + "Key": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "DiscoKey": "discokey:c901c8ed1dbe59b8166d5bc05646827fc8512ae993cf9c9308b1582ffbf3f24d", + "Addresses": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "AllowedIPs": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "Endpoints": ["77.164.248.136:52127", "10.65.0.27:52127", "172.17.0.1:52127"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 34157}, - {"Proto": "peerapi6", "Port": 34157} + {"Proto": "peerapi4", "Port": 46490}, + {"Proto": "peerapi6", "Port": 46490} ]}, - "Created": "2026-04-09T01:31:53.339730421Z", + "Created": "2026-04-09T08:37:57.060848037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8454739276017624, - "StableID": "n55nvWfA2921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "KeyExpiry": "2026-10-06T01:31:55Z", - "DiscoKey": "discokey:2866f4ca247a89c6eee46fcd13267bcc929afee15471eb0e5516f4c65caba116", - "Addresses": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "AllowedIPs": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "Endpoints": ["77.164.248.136:49471", "10.65.0.27:49471", "172.17.0.1:49471"], + "ID": 6272975514361305, + "StableID": "nidhQvR3zq11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "DiscoKey": "discokey:2d9a7c0b8cb07533b388897b9535002fb5e89f20d2e565ed538d4c15cf9def1e", + "Addresses": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "AllowedIPs": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "Endpoints": ["77.164.248.136:35077", "10.65.0.27:35077", "172.17.0.1:35077"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56535}, - {"Proto": "peerapi6", "Port": 56535} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63453}, + {"Proto": "peerapi6", "Port": 63453} ]}, - "Created": "2026-04-09T01:31:55.506724203Z", + "Created": "2026-04-09T08:37:55.444255286Z", "Cap": 131, + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 8838676200510679, - "StableID": "n4HSD6342C21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "KeyExpiry": "2026-10-06T01:31:54Z", - "DiscoKey": "discokey:adceea8439af97ee740e558e584333adb460d0da754a114d82f981ae7524cb4d", - "Addresses": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], - "AllowedIPs": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], + "ID": 6432965898249649, + "StableID": "nLNkm87WEs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "DiscoKey": "discokey:aee6527c1f5541571a9b06dc4cd78da91db35b2dabf8892211154cc9bb5a3a3a", + "Addresses": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "AllowedIPs": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "Endpoints": ["77.164.248.136:59056", "10.65.0.27:59056", "172.17.0.1:59056"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 41730}, + {"Proto": "peerapi6", "Port": 41730} + ]}, + "Created": "2026-04-09T08:37:56.518289644Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6745505735894366, + "StableID": "nViwyqz3gu11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "DiscoKey": "discokey:b1945cdf73c3bb941511d71812b1dec1f6e8998494127fb41de9b2fa8e3d1b77", + "Addresses": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "AllowedIPs": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "Endpoints": ["77.164.248.136:56177", "10.65.0.27:56177", "172.17.0.1:56177"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46228}, - {"Proto": "peerapi6", "Port": 46228} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 48937}, + {"Proto": "peerapi6", "Port": 48937} ]}, - "Created": "2026-04-09T01:31:54.98739145Z", + "Created": "2026-04-09T08:37:57.594662466Z", "Cap": 131, + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 9006309562588559, - "StableID": "nAQVPrUyKD21CNTRL", + "ID": 7015452449919480, + "StableID": "nf6FiJ3Knw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "DiscoKey": "discokey:2ffc458fcb25ad37b7916e93176c46d2f824df45f66c2b30d8cc4e2b3e35a64e", + "Addresses": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "AllowedIPs": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "Endpoints": ["77.164.248.136:58687", "10.65.0.27:58687", "172.17.0.1:58687"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51434}, + {"Proto": "peerapi6", "Port": 51434} + ]}, + "Created": "2026-04-09T08:37:54.020752684Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7494289411494985, + "StableID": "nxGiJwGBX121CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "DiscoKey": "discokey:7aedee2aed19b2c1209a6b7a0252ae27b911b719106d13aec7d2dde75f88b53b", - "Addresses": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], - "AllowedIPs": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], + "Key": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "DiscoKey": "discokey:59eabb0a6fa9b796818d2d2ed678e1e1e9678862f1baf1b02e651197e0680c12", + "Addresses": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "AllowedIPs": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "Endpoints": ["77.164.248.136:44343", "10.65.0.27:44343", "172.17.0.1:44343"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33813}, - {"Proto": "peerapi6", "Port": 33813} + {"Proto": "peerapi4", "Port": 49203}, + {"Proto": "peerapi6", "Port": 49203} ]}, - "Created": "2026-04-09T01:31:54.432907211Z", + "Created": "2026-04-09T08:37:58.13170099Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" + }, { + "ID": 7663462133488511, + "StableID": "nrphS1Aoq221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:540481c56e1550b803b365f8a01730119651b932ff6cd8824badb29ada15490e", + "Addresses": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "AllowedIPs": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "Endpoints": ["77.164.248.136:58631", "10.65.0.27:58631", "172.17.0.1:58631"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55496}, + {"Proto": "peerapi6", "Port": 55496} + ]}, + "Created": "2026-04-09T08:37:59.736635997Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5198,27 +5211,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7235359254998660": { - "ID": 7235359254998660, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5193129518379872": { + "ID": 5193129518379872, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5249,26 +5264,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1425007170805722, - "StableID": "noFdyGXP8C11CNTRL", + "ID": 4817180142577133, + "StableID": "nLJPYv9ice11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 1425007170805722, - "Key": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "DiscoKey": "discokey:d146b7792b36f0e0a111cbee7cc5a873ca7fc0a4493f8aabb42dd6a025a89d49", - "Addresses": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "AllowedIPs": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "Endpoints": ["77.164.248.136:48380", "10.65.0.27:48380", "172.17.0.1:48380"], + "User": 4817180142577133, + "Key": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "DiscoKey": "discokey:b46f16844ffaa620072e55d20bf5077cef3ab9c35ee7cb1e160dcbd8cb5f1b59", + "Addresses": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "AllowedIPs": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "Endpoints": ["77.164.248.136:37563", "10.65.0.27:37563", "172.17.0.1:37563"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 64686}, - {"Proto": "peerapi6", "Port": 64686}, + {"Proto": "peerapi4", "Port": 39890}, + {"Proto": "peerapi6", "Port": 39890}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:52.264957325Z", + "Created": "2026-04-09T08:37:56.005023769Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5296,300 +5311,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "MachineKey": "mkey:feaea65509bcb4e263acf6c3260a7783df78d1305b267c31aee4c5f7abb77f60", + "NodeKey": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "MachineKey": "mkey:5bd8f30260fdd578b68d9b7b1082650089ee96c257ac98c9dc1921cfc4d81e36", "Peers": [{ - "ID": 622329087865150, - "StableID": "nyUsRjXrr511CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "DiscoKey": "discokey:685165904c10dcdee6e9a23d2088c2807620f58c3ede05e85609fa04644ede55", - "Addresses": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "AllowedIPs": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50905}, - {"Proto": "peerapi6", "Port": 50905} - ]}, - "Created": "2026-04-09T01:31:52.817152994Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 2231036938786824, - "StableID": "nDdJTKZSRJ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "DiscoKey": "discokey:9e806ea0a07a1a57b13741eb71024a75c969fdb132a3264cc7a5a24742ff6c02", - "Addresses": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "AllowedIPs": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "Endpoints": ["77.164.248.136:45468", "10.65.0.27:45468", "172.17.0.1:45468"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:31:50.118748491Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2928108956541345, - "StableID": "nLeneWT9sP11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "DiscoKey": "discokey:4d41176c2c94cc99cba4b019744f093d592e288a243c5ef37dc1a93916ecac0a", - "Addresses": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "AllowedIPs": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "Endpoints": ["77.164.248.136:34937", "10.65.0.27:34937", "172.17.0.1:34937"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35459}, - {"Proto": "peerapi6", "Port": 35459} - ]}, - "Created": "2026-04-09T01:31:51.719206539Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3080081475318664, - "StableID": "nb6Nj1Xy3R11CNTRL", + "ID": 774570495148710, + "StableID": "nXuKGueo3711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "DiscoKey": "discokey:4ea984898d5015983897b5a3e355da3e4a249591f5e7febb74fe66300647aa43", - "Addresses": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "AllowedIPs": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], + "Key": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "DiscoKey": "discokey:43248954e11f248ae51c1ba24538696e37b6a8e92527673541e36a41435b5d09", + "Addresses": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "AllowedIPs": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62589}, - {"Proto": "peerapi6", "Port": 62589} + {"Proto": "peerapi4", "Port": 40621}, + {"Proto": "peerapi6", "Port": 40621} ]}, - "Created": "2026-04-09T01:31:51.178270037Z", + "Created": "2026-04-09T08:37:54.905248607Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3277473340400476, - "StableID": "nXcqugfNbS11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 920898235771368, + "StableID": "nX6PdES5C811CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "DiscoKey": "discokey:ce50255fd503b80f843cd2ef99d98758b3f0906ac6e83bb383ce1ed88fa6042f", - "Addresses": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "AllowedIPs": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "Endpoints": ["77.164.248.136:40826", "10.65.0.27:40826", "172.17.0.1:40826"], + "Key": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "DiscoKey": "discokey:a1a993eb76ebefce93c26ab346bd603432cba6ae289c2e503ea4b51221072873", + "Addresses": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "AllowedIPs": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "Endpoints": ["77.164.248.136:46608", "10.65.0.27:46608", "172.17.0.1:46608"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 39896}, - {"Proto": "peerapi6", "Port": 39896} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 36763}, + {"Proto": "peerapi6", "Port": 36763} ]}, - "Created": "2026-04-09T01:31:50.650499422Z", + "Created": "2026-04-09T08:37:53.324389331Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5464998951748342, - "StableID": "n3XfMpF7gj11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "DiscoKey": "discokey:469a2ace952b5ad6600a6f726352d0984949a98566b7c4306ed1399ec104f16f", - "Addresses": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "AllowedIPs": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "Endpoints": ["77.164.248.136:54327", "10.65.0.27:54327", "172.17.0.1:54327"], + "ID": 3052679869232242, + "StableID": "nwDidyiZqQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:8bb303198e6f340cd7c0ee34f01b29b832215bf3816d907c0bdbd02504c1cc2b", + "Addresses": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "AllowedIPs": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "Endpoints": ["77.164.248.136:46580", "10.65.0.27:46580", "172.17.0.1:46580"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63674}, - {"Proto": "peerapi6", "Port": 63674} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64216}, + {"Proto": "peerapi6", "Port": 64216} ]}, - "Created": "2026-04-09T01:31:53.899173702Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 5517066420873346, - "StableID": "nuzkJpyg5k11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "KeyExpiry": "2026-10-06T01:31:56Z", - "DiscoKey": "discokey:7cddf267c64ba7a63da5373c3350e92d25bf986c7c29063817f3302c79f8d236", - "Addresses": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "AllowedIPs": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "Endpoints": ["77.164.248.136:57058", "10.65.0.27:57058", "172.17.0.1:57058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56008}, - {"Proto": "peerapi6", "Port": 56008} - ]}, - "Created": "2026-04-09T01:31:56.067091256Z", + "Created": "2026-04-09T08:37:59.204318202Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 5876554059480108, - "StableID": "nFYVvP7Wtn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "DiscoKey": "discokey:2bd1b8f2e7a4fe2ea660ee63b279103771e8e1f3f11c5b1005fa9a58472ee025", - "Addresses": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "AllowedIPs": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "Endpoints": ["77.164.248.136:46401", "10.65.0.27:46401", "172.17.0.1:46401"], + "ID": 4321514878393999, + "StableID": "ne8LULsDka11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "KeyExpiry": "2026-10-06T08:37:58Z", + "DiscoKey": "discokey:c3892e26c34868b1ad8feb70e8b4333cd5cf1272e9b5e14ac18fd9d8444cab71", + "Addresses": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "AllowedIPs": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "Endpoints": ["77.164.248.136:45217", "10.65.0.27:45217", "172.17.0.1:45217"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49058}, - {"Proto": "peerapi6", "Port": 49058} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41137}, + {"Proto": "peerapi6", "Port": 41137} ]}, - "Created": "2026-04-09T01:31:48.306620307Z", + "Created": "2026-04-09T08:37:58.663761163Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6055732142626963, - "StableID": "ngRgZFpeHp11CNTRL", + "ID": 4384686112978102, + "StableID": "nwDo9cGqEb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "DiscoKey": "discokey:ebe957812b45a0afcc155cf6bea1389f78572961322459e8e71f274367836e7b", - "Addresses": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "AllowedIPs": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "Endpoints": ["77.164.248.136:53156", "10.65.0.27:53156", "172.17.0.1:53156"], + "Key": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "DiscoKey": "discokey:5001aa67bafc312222f0bcb562894d9ee458d538cc3080fcdc9cc45c23cac912", + "Addresses": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "AllowedIPs": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "Endpoints": ["77.164.248.136:42420", "10.65.0.27:42420", "172.17.0.1:42420"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59040}, - {"Proto": "peerapi6", "Port": 59040} + {"Proto": "peerapi4", "Port": 59729}, + {"Proto": "peerapi6", "Port": 59729} ]}, - "Created": "2026-04-09T01:31:49.017180569Z", + "Created": "2026-04-09T08:37:52.258633878Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7235359254998660, - "StableID": "ns6M3tcuVy11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 4920945361248939, + "StableID": "npV6bdthRf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "DiscoKey": "discokey:90ceb10e3a4d8df69b76eafea185ee4f8dd869a853cc9c0f707bbfd1d8509c27", - "Addresses": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "AllowedIPs": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "Endpoints": ["77.164.248.136:35808", "10.65.0.27:35808", "172.17.0.1:35808"], + "Key": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "DiscoKey": "discokey:69d107347be87e11dc819964fbb732a2f874fd739e63760a0c2152d0d45df01f", + "Addresses": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "AllowedIPs": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "Endpoints": ["77.164.248.136:39111", "10.65.0.27:39111", "172.17.0.1:39111"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56132}, - {"Proto": "peerapi6", "Port": 56132} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41397}, + {"Proto": "peerapi6", "Port": 41397} ]}, - "Created": "2026-04-09T01:31:49.606076723Z", + "Created": "2026-04-09T08:37:51.749815301Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 7374959382315837, - "StableID": "nk6hFHg8bz11CNTRL", + "ID": 5006686833588873, + "StableID": "n48ft3BY6g11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "DiscoKey": "discokey:fbc2d96ee519bd33ad83c3ed97af9acf677cdbe963e0dcb20cd937a2076f4d24", - "Addresses": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "AllowedIPs": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "Endpoints": ["77.164.248.136:42425", "10.65.0.27:42425", "172.17.0.1:42425"], + "Key": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "DiscoKey": "discokey:c901c8ed1dbe59b8166d5bc05646827fc8512ae993cf9c9308b1582ffbf3f24d", + "Addresses": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "AllowedIPs": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "Endpoints": ["77.164.248.136:52127", "10.65.0.27:52127", "172.17.0.1:52127"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 34157}, - {"Proto": "peerapi6", "Port": 34157} + {"Proto": "peerapi4", "Port": 46490}, + {"Proto": "peerapi6", "Port": 46490} ]}, - "Created": "2026-04-09T01:31:53.339730421Z", + "Created": "2026-04-09T08:37:57.060848037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8454739276017624, - "StableID": "n55nvWfA2921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "KeyExpiry": "2026-10-06T01:31:55Z", - "DiscoKey": "discokey:2866f4ca247a89c6eee46fcd13267bcc929afee15471eb0e5516f4c65caba116", - "Addresses": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "AllowedIPs": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "Endpoints": ["77.164.248.136:49471", "10.65.0.27:49471", "172.17.0.1:49471"], + "ID": 5193129518379872, + "StableID": "njt9WyhyYh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "DiscoKey": "discokey:fab86884328cd14bd1ec27114229f152137b251032fdbc6dc68bf769294a210a", + "Addresses": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "AllowedIPs": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "Endpoints": ["77.164.248.136:45732", "10.65.0.27:45732", "172.17.0.1:45732"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56535}, - {"Proto": "peerapi6", "Port": 56535} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64289}, + {"Proto": "peerapi6", "Port": 64289} ]}, - "Created": "2026-04-09T01:31:55.506724203Z", + "Created": "2026-04-09T08:37:52.789852901Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8838676200510679, - "StableID": "n4HSD6342C21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "KeyExpiry": "2026-10-06T01:31:54Z", - "DiscoKey": "discokey:adceea8439af97ee740e558e584333adb460d0da754a114d82f981ae7524cb4d", - "Addresses": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], - "AllowedIPs": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], + "ID": 6272975514361305, + "StableID": "nidhQvR3zq11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "DiscoKey": "discokey:2d9a7c0b8cb07533b388897b9535002fb5e89f20d2e565ed538d4c15cf9def1e", + "Addresses": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "AllowedIPs": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "Endpoints": ["77.164.248.136:35077", "10.65.0.27:35077", "172.17.0.1:35077"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46228}, - {"Proto": "peerapi6", "Port": 46228} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63453}, + {"Proto": "peerapi6", "Port": 63453} ]}, - "Created": "2026-04-09T01:31:54.98739145Z", + "Created": "2026-04-09T08:37:55.444255286Z", "Cap": 131, + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 9006309562588559, - "StableID": "nAQVPrUyKD21CNTRL", + "ID": 6432965898249649, + "StableID": "nLNkm87WEs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "DiscoKey": "discokey:aee6527c1f5541571a9b06dc4cd78da91db35b2dabf8892211154cc9bb5a3a3a", + "Addresses": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "AllowedIPs": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "Endpoints": ["77.164.248.136:59056", "10.65.0.27:59056", "172.17.0.1:59056"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 41730}, + {"Proto": "peerapi6", "Port": 41730} + ]}, + "Created": "2026-04-09T08:37:56.518289644Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6745505735894366, + "StableID": "nViwyqz3gu11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "DiscoKey": "discokey:b1945cdf73c3bb941511d71812b1dec1f6e8998494127fb41de9b2fa8e3d1b77", + "Addresses": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "AllowedIPs": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "Endpoints": ["77.164.248.136:56177", "10.65.0.27:56177", "172.17.0.1:56177"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 48937}, + {"Proto": "peerapi6", "Port": 48937} + ]}, + "Created": "2026-04-09T08:37:57.594662466Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7015452449919480, + "StableID": "nf6FiJ3Knw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "DiscoKey": "discokey:2ffc458fcb25ad37b7916e93176c46d2f824df45f66c2b30d8cc4e2b3e35a64e", + "Addresses": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "AllowedIPs": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "Endpoints": ["77.164.248.136:58687", "10.65.0.27:58687", "172.17.0.1:58687"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51434}, + {"Proto": "peerapi6", "Port": 51434} + ]}, + "Created": "2026-04-09T08:37:54.020752684Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7494289411494985, + "StableID": "nxGiJwGBX121CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "DiscoKey": "discokey:7aedee2aed19b2c1209a6b7a0252ae27b911b719106d13aec7d2dde75f88b53b", - "Addresses": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], - "AllowedIPs": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], + "Key": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "DiscoKey": "discokey:59eabb0a6fa9b796818d2d2ed678e1e1e9678862f1baf1b02e651197e0680c12", + "Addresses": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "AllowedIPs": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "Endpoints": ["77.164.248.136:44343", "10.65.0.27:44343", "172.17.0.1:44343"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33813}, - {"Proto": "peerapi6", "Port": 33813} + {"Proto": "peerapi4", "Port": 49203}, + {"Proto": "peerapi6", "Port": 49203} ]}, - "Created": "2026-04-09T01:31:54.432907211Z", + "Created": "2026-04-09T08:37:58.13170099Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" + }, { + "ID": 7663462133488511, + "StableID": "nrphS1Aoq221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:540481c56e1550b803b365f8a01730119651b932ff6cd8824badb29ada15490e", + "Addresses": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "AllowedIPs": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "Endpoints": ["77.164.248.136:58631", "10.65.0.27:58631", "172.17.0.1:58631"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55496}, + {"Proto": "peerapi6", "Port": 55496} + ]}, + "Created": "2026-04-09T08:37:59.736635997Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6437,27 +6454,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1425007170805722": { - "ID": 1425007170805722, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4817180142577133": { + "ID": 4817180142577133, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6488,21 +6507,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8838676200510679, - "StableID": "n4HSD6342C21CNTRL", + "ID": 4321514878393999, + "StableID": "ne8LULsDka11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "KeyExpiry": "2026-10-06T01:31:54Z", - "DiscoKey": "discokey:adceea8439af97ee740e558e584333adb460d0da754a114d82f981ae7524cb4d", - "Addresses": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], - "AllowedIPs": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], + "Key": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "KeyExpiry": "2026-10-06T08:37:58Z", + "DiscoKey": "discokey:c3892e26c34868b1ad8feb70e8b4333cd5cf1272e9b5e14ac18fd9d8444cab71", + "Addresses": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "AllowedIPs": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "Endpoints": ["77.164.248.136:45217", "10.65.0.27:45217", "172.17.0.1:45217"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46228}, - {"Proto": "peerapi6", "Port": 46228}, + {"Proto": "peerapi4", "Port": 41137}, + {"Proto": "peerapi6", "Port": 41137}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:54.98739145Z", + "Created": "2026-04-09T08:37:58.663761163Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6529,301 +6549,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "MachineKey": "mkey:dff90d8adbc057642b389459a94c7e52f2e6c497e52b01ef94af226dcbd88066", + "NodeKey": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "MachineKey": "mkey:a44dfce1f5aae201d95e2b026f41d23bb8cdf30cde31ac4d4d3504950f1e574f", "Peers": [{ - "ID": 622329087865150, - "StableID": "nyUsRjXrr511CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "DiscoKey": "discokey:685165904c10dcdee6e9a23d2088c2807620f58c3ede05e85609fa04644ede55", - "Addresses": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "AllowedIPs": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50905}, - {"Proto": "peerapi6", "Port": 50905} - ]}, - "Created": "2026-04-09T01:31:52.817152994Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1425007170805722, - "StableID": "noFdyGXP8C11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "DiscoKey": "discokey:d146b7792b36f0e0a111cbee7cc5a873ca7fc0a4493f8aabb42dd6a025a89d49", - "Addresses": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "AllowedIPs": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "Endpoints": ["77.164.248.136:48380", "10.65.0.27:48380", "172.17.0.1:48380"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64686}, - {"Proto": "peerapi6", "Port": 64686} - ]}, - "Created": "2026-04-09T01:31:52.264957325Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2231036938786824, - "StableID": "nDdJTKZSRJ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "DiscoKey": "discokey:9e806ea0a07a1a57b13741eb71024a75c969fdb132a3264cc7a5a24742ff6c02", - "Addresses": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "AllowedIPs": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "Endpoints": ["77.164.248.136:45468", "10.65.0.27:45468", "172.17.0.1:45468"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:31:50.118748491Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2928108956541345, - "StableID": "nLeneWT9sP11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "DiscoKey": "discokey:4d41176c2c94cc99cba4b019744f093d592e288a243c5ef37dc1a93916ecac0a", - "Addresses": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "AllowedIPs": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "Endpoints": ["77.164.248.136:34937", "10.65.0.27:34937", "172.17.0.1:34937"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35459}, - {"Proto": "peerapi6", "Port": 35459} - ]}, - "Created": "2026-04-09T01:31:51.719206539Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3080081475318664, - "StableID": "nb6Nj1Xy3R11CNTRL", + "ID": 774570495148710, + "StableID": "nXuKGueo3711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "DiscoKey": "discokey:4ea984898d5015983897b5a3e355da3e4a249591f5e7febb74fe66300647aa43", - "Addresses": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "AllowedIPs": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], + "Key": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "DiscoKey": "discokey:43248954e11f248ae51c1ba24538696e37b6a8e92527673541e36a41435b5d09", + "Addresses": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "AllowedIPs": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62589}, - {"Proto": "peerapi6", "Port": 62589} + {"Proto": "peerapi4", "Port": 40621}, + {"Proto": "peerapi6", "Port": 40621} ]}, - "Created": "2026-04-09T01:31:51.178270037Z", + "Created": "2026-04-09T08:37:54.905248607Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3277473340400476, - "StableID": "nXcqugfNbS11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 920898235771368, + "StableID": "nX6PdES5C811CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "DiscoKey": "discokey:ce50255fd503b80f843cd2ef99d98758b3f0906ac6e83bb383ce1ed88fa6042f", - "Addresses": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "AllowedIPs": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "Endpoints": ["77.164.248.136:40826", "10.65.0.27:40826", "172.17.0.1:40826"], + "Key": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "DiscoKey": "discokey:a1a993eb76ebefce93c26ab346bd603432cba6ae289c2e503ea4b51221072873", + "Addresses": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "AllowedIPs": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "Endpoints": ["77.164.248.136:46608", "10.65.0.27:46608", "172.17.0.1:46608"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 39896}, - {"Proto": "peerapi6", "Port": 39896} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 36763}, + {"Proto": "peerapi6", "Port": 36763} ]}, - "Created": "2026-04-09T01:31:50.650499422Z", + "Created": "2026-04-09T08:37:53.324389331Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5464998951748342, - "StableID": "n3XfMpF7gj11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "DiscoKey": "discokey:469a2ace952b5ad6600a6f726352d0984949a98566b7c4306ed1399ec104f16f", - "Addresses": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "AllowedIPs": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "Endpoints": ["77.164.248.136:54327", "10.65.0.27:54327", "172.17.0.1:54327"], + "ID": 3052679869232242, + "StableID": "nwDidyiZqQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:8bb303198e6f340cd7c0ee34f01b29b832215bf3816d907c0bdbd02504c1cc2b", + "Addresses": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "AllowedIPs": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "Endpoints": ["77.164.248.136:46580", "10.65.0.27:46580", "172.17.0.1:46580"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63674}, - {"Proto": "peerapi6", "Port": 63674} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64216}, + {"Proto": "peerapi6", "Port": 64216} ]}, - "Created": "2026-04-09T01:31:53.899173702Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 5517066420873346, - "StableID": "nuzkJpyg5k11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "KeyExpiry": "2026-10-06T01:31:56Z", - "DiscoKey": "discokey:7cddf267c64ba7a63da5373c3350e92d25bf986c7c29063817f3302c79f8d236", - "Addresses": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "AllowedIPs": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "Endpoints": ["77.164.248.136:57058", "10.65.0.27:57058", "172.17.0.1:57058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56008}, - {"Proto": "peerapi6", "Port": 56008} - ]}, - "Created": "2026-04-09T01:31:56.067091256Z", + "Created": "2026-04-09T08:37:59.204318202Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 5876554059480108, - "StableID": "nFYVvP7Wtn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "DiscoKey": "discokey:2bd1b8f2e7a4fe2ea660ee63b279103771e8e1f3f11c5b1005fa9a58472ee025", - "Addresses": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "AllowedIPs": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "Endpoints": ["77.164.248.136:46401", "10.65.0.27:46401", "172.17.0.1:46401"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49058}, - {"Proto": "peerapi6", "Port": 49058} - ]}, - "Created": "2026-04-09T01:31:48.306620307Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6055732142626963, - "StableID": "ngRgZFpeHp11CNTRL", + "ID": 4384686112978102, + "StableID": "nwDo9cGqEb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "DiscoKey": "discokey:ebe957812b45a0afcc155cf6bea1389f78572961322459e8e71f274367836e7b", - "Addresses": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "AllowedIPs": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "Endpoints": ["77.164.248.136:53156", "10.65.0.27:53156", "172.17.0.1:53156"], + "Key": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "DiscoKey": "discokey:5001aa67bafc312222f0bcb562894d9ee458d538cc3080fcdc9cc45c23cac912", + "Addresses": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "AllowedIPs": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "Endpoints": ["77.164.248.136:42420", "10.65.0.27:42420", "172.17.0.1:42420"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59040}, - {"Proto": "peerapi6", "Port": 59040} + {"Proto": "peerapi4", "Port": 59729}, + {"Proto": "peerapi6", "Port": 59729} ]}, - "Created": "2026-04-09T01:31:49.017180569Z", + "Created": "2026-04-09T08:37:52.258633878Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7235359254998660, - "StableID": "ns6M3tcuVy11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 4817180142577133, + "StableID": "nLJPYv9ice11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "DiscoKey": "discokey:90ceb10e3a4d8df69b76eafea185ee4f8dd869a853cc9c0f707bbfd1d8509c27", - "Addresses": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "AllowedIPs": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "Endpoints": ["77.164.248.136:35808", "10.65.0.27:35808", "172.17.0.1:35808"], + "Key": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "DiscoKey": "discokey:b46f16844ffaa620072e55d20bf5077cef3ab9c35ee7cb1e160dcbd8cb5f1b59", + "Addresses": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "AllowedIPs": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "Endpoints": ["77.164.248.136:37563", "10.65.0.27:37563", "172.17.0.1:37563"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56132}, - {"Proto": "peerapi6", "Port": 56132} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 39890}, + {"Proto": "peerapi6", "Port": 39890} ]}, - "Created": "2026-04-09T01:31:49.606076723Z", + "Created": "2026-04-09T08:37:56.005023769Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 7374959382315837, - "StableID": "nk6hFHg8bz11CNTRL", + "ID": 4920945361248939, + "StableID": "npV6bdthRf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "DiscoKey": "discokey:69d107347be87e11dc819964fbb732a2f874fd739e63760a0c2152d0d45df01f", + "Addresses": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "AllowedIPs": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "Endpoints": ["77.164.248.136:39111", "10.65.0.27:39111", "172.17.0.1:39111"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41397}, + {"Proto": "peerapi6", "Port": 41397} + ]}, + "Created": "2026-04-09T08:37:51.749815301Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5006686833588873, + "StableID": "n48ft3BY6g11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "DiscoKey": "discokey:fbc2d96ee519bd33ad83c3ed97af9acf677cdbe963e0dcb20cd937a2076f4d24", - "Addresses": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "AllowedIPs": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "Endpoints": ["77.164.248.136:42425", "10.65.0.27:42425", "172.17.0.1:42425"], + "Key": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "DiscoKey": "discokey:c901c8ed1dbe59b8166d5bc05646827fc8512ae993cf9c9308b1582ffbf3f24d", + "Addresses": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "AllowedIPs": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "Endpoints": ["77.164.248.136:52127", "10.65.0.27:52127", "172.17.0.1:52127"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 34157}, - {"Proto": "peerapi6", "Port": 34157} + {"Proto": "peerapi4", "Port": 46490}, + {"Proto": "peerapi6", "Port": 46490} ]}, - "Created": "2026-04-09T01:31:53.339730421Z", + "Created": "2026-04-09T08:37:57.060848037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8454739276017624, - "StableID": "n55nvWfA2921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "KeyExpiry": "2026-10-06T01:31:55Z", - "DiscoKey": "discokey:2866f4ca247a89c6eee46fcd13267bcc929afee15471eb0e5516f4c65caba116", - "Addresses": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "AllowedIPs": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "Endpoints": ["77.164.248.136:49471", "10.65.0.27:49471", "172.17.0.1:49471"], + "ID": 5193129518379872, + "StableID": "njt9WyhyYh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "DiscoKey": "discokey:fab86884328cd14bd1ec27114229f152137b251032fdbc6dc68bf769294a210a", + "Addresses": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "AllowedIPs": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "Endpoints": ["77.164.248.136:45732", "10.65.0.27:45732", "172.17.0.1:45732"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56535}, - {"Proto": "peerapi6", "Port": 56535} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64289}, + {"Proto": "peerapi6", "Port": 64289} ]}, - "Created": "2026-04-09T01:31:55.506724203Z", + "Created": "2026-04-09T08:37:52.789852901Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 9006309562588559, - "StableID": "nAQVPrUyKD21CNTRL", + "ID": 6272975514361305, + "StableID": "nidhQvR3zq11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "DiscoKey": "discokey:2d9a7c0b8cb07533b388897b9535002fb5e89f20d2e565ed538d4c15cf9def1e", + "Addresses": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "AllowedIPs": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "Endpoints": ["77.164.248.136:35077", "10.65.0.27:35077", "172.17.0.1:35077"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63453}, + {"Proto": "peerapi6", "Port": 63453} + ]}, + "Created": "2026-04-09T08:37:55.444255286Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6432965898249649, + "StableID": "nLNkm87WEs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "DiscoKey": "discokey:aee6527c1f5541571a9b06dc4cd78da91db35b2dabf8892211154cc9bb5a3a3a", + "Addresses": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "AllowedIPs": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "Endpoints": ["77.164.248.136:59056", "10.65.0.27:59056", "172.17.0.1:59056"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 41730}, + {"Proto": "peerapi6", "Port": 41730} + ]}, + "Created": "2026-04-09T08:37:56.518289644Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6745505735894366, + "StableID": "nViwyqz3gu11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "DiscoKey": "discokey:b1945cdf73c3bb941511d71812b1dec1f6e8998494127fb41de9b2fa8e3d1b77", + "Addresses": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "AllowedIPs": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "Endpoints": ["77.164.248.136:56177", "10.65.0.27:56177", "172.17.0.1:56177"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 48937}, + {"Proto": "peerapi6", "Port": 48937} + ]}, + "Created": "2026-04-09T08:37:57.594662466Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7015452449919480, + "StableID": "nf6FiJ3Knw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "DiscoKey": "discokey:2ffc458fcb25ad37b7916e93176c46d2f824df45f66c2b30d8cc4e2b3e35a64e", + "Addresses": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "AllowedIPs": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "Endpoints": ["77.164.248.136:58687", "10.65.0.27:58687", "172.17.0.1:58687"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51434}, + {"Proto": "peerapi6", "Port": 51434} + ]}, + "Created": "2026-04-09T08:37:54.020752684Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7494289411494985, + "StableID": "nxGiJwGBX121CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "DiscoKey": "discokey:7aedee2aed19b2c1209a6b7a0252ae27b911b719106d13aec7d2dde75f88b53b", - "Addresses": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], - "AllowedIPs": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], + "Key": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "DiscoKey": "discokey:59eabb0a6fa9b796818d2d2ed678e1e1e9678862f1baf1b02e651197e0680c12", + "Addresses": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "AllowedIPs": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "Endpoints": ["77.164.248.136:44343", "10.65.0.27:44343", "172.17.0.1:44343"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33813}, - {"Proto": "peerapi6", "Port": 33813} + {"Proto": "peerapi4", "Port": 49203}, + {"Proto": "peerapi6", "Port": 49203} ]}, - "Created": "2026-04-09T01:31:54.432907211Z", + "Created": "2026-04-09T08:37:58.13170099Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" + }, { + "ID": 7663462133488511, + "StableID": "nrphS1Aoq221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:540481c56e1550b803b365f8a01730119651b932ff6cd8824badb29ada15490e", + "Addresses": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "AllowedIPs": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "Endpoints": ["77.164.248.136:58631", "10.65.0.27:58631", "172.17.0.1:58631"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55496}, + {"Proto": "peerapi6", "Port": 55496} + ]}, + "Created": "2026-04-09T08:37:59.736635997Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6851,7 +6872,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.117.38.4"}, {"nodeIP": "fd7a:115c:a1e0::ab37:2604"}], + "principals": [{"nodeIP": "100.91.254.86"}, {"nodeIP": "fd7a:115c:a1e0::b637:fe56"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -7680,26 +7701,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.117.38.4"}, {"nodeIP": "fd7a:115c:a1e0::ab37:2604"}], + "principals": [{"nodeIP": "100.91.254.86"}, {"nodeIP": "fd7a:115c:a1e0::b637:fe56"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -7736,21 +7758,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5464998951748342, - "StableID": "n3XfMpF7gj11CNTRL", + "ID": 6745505735894366, + "StableID": "nViwyqz3gu11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 5464998951748342, - "Key": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "DiscoKey": "discokey:469a2ace952b5ad6600a6f726352d0984949a98566b7c4306ed1399ec104f16f", - "Addresses": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "AllowedIPs": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "Endpoints": ["77.164.248.136:54327", "10.65.0.27:54327", "172.17.0.1:54327"], + "User": 6745505735894366, + "Key": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "DiscoKey": "discokey:b1945cdf73c3bb941511d71812b1dec1f6e8998494127fb41de9b2fa8e3d1b77", + "Addresses": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "AllowedIPs": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "Endpoints": ["77.164.248.136:56177", "10.65.0.27:56177", "172.17.0.1:56177"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 63674}, - {"Proto": "peerapi6", "Port": 63674}, + {"Proto": "peerapi4", "Port": 48937}, + {"Proto": "peerapi6", "Port": 48937}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:53.899173702Z", + "Created": "2026-04-09T08:37:57.594662466Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7778,298 +7800,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "MachineKey": "mkey:5e5eb4db54a208771e22559adc8edd96b501f705b21545d87612eff3c671712b", + "NodeKey": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "MachineKey": "mkey:cc66982ab6a316365fa6cf6f8e7aa14ff085701c1f39c50256a406e8eb070464", "Peers": [{ - "ID": 622329087865150, - "StableID": "nyUsRjXrr511CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "DiscoKey": "discokey:685165904c10dcdee6e9a23d2088c2807620f58c3ede05e85609fa04644ede55", - "Addresses": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "AllowedIPs": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50905}, - {"Proto": "peerapi6", "Port": 50905} - ]}, - "Created": "2026-04-09T01:31:52.817152994Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1425007170805722, - "StableID": "noFdyGXP8C11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "DiscoKey": "discokey:d146b7792b36f0e0a111cbee7cc5a873ca7fc0a4493f8aabb42dd6a025a89d49", - "Addresses": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "AllowedIPs": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "Endpoints": ["77.164.248.136:48380", "10.65.0.27:48380", "172.17.0.1:48380"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64686}, - {"Proto": "peerapi6", "Port": 64686} - ]}, - "Created": "2026-04-09T01:31:52.264957325Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2231036938786824, - "StableID": "nDdJTKZSRJ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "DiscoKey": "discokey:9e806ea0a07a1a57b13741eb71024a75c969fdb132a3264cc7a5a24742ff6c02", - "Addresses": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "AllowedIPs": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "Endpoints": ["77.164.248.136:45468", "10.65.0.27:45468", "172.17.0.1:45468"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:31:50.118748491Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2928108956541345, - "StableID": "nLeneWT9sP11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "DiscoKey": "discokey:4d41176c2c94cc99cba4b019744f093d592e288a243c5ef37dc1a93916ecac0a", - "Addresses": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "AllowedIPs": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "Endpoints": ["77.164.248.136:34937", "10.65.0.27:34937", "172.17.0.1:34937"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35459}, - {"Proto": "peerapi6", "Port": 35459} - ]}, - "Created": "2026-04-09T01:31:51.719206539Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3080081475318664, - "StableID": "nb6Nj1Xy3R11CNTRL", + "ID": 774570495148710, + "StableID": "nXuKGueo3711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "DiscoKey": "discokey:4ea984898d5015983897b5a3e355da3e4a249591f5e7febb74fe66300647aa43", - "Addresses": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "AllowedIPs": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], + "Key": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "DiscoKey": "discokey:43248954e11f248ae51c1ba24538696e37b6a8e92527673541e36a41435b5d09", + "Addresses": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "AllowedIPs": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62589}, - {"Proto": "peerapi6", "Port": 62589} + {"Proto": "peerapi4", "Port": 40621}, + {"Proto": "peerapi6", "Port": 40621} ]}, - "Created": "2026-04-09T01:31:51.178270037Z", + "Created": "2026-04-09T08:37:54.905248607Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3277473340400476, - "StableID": "nXcqugfNbS11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 920898235771368, + "StableID": "nX6PdES5C811CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "DiscoKey": "discokey:ce50255fd503b80f843cd2ef99d98758b3f0906ac6e83bb383ce1ed88fa6042f", - "Addresses": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "AllowedIPs": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "Endpoints": ["77.164.248.136:40826", "10.65.0.27:40826", "172.17.0.1:40826"], + "Key": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "DiscoKey": "discokey:a1a993eb76ebefce93c26ab346bd603432cba6ae289c2e503ea4b51221072873", + "Addresses": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "AllowedIPs": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "Endpoints": ["77.164.248.136:46608", "10.65.0.27:46608", "172.17.0.1:46608"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 39896}, - {"Proto": "peerapi6", "Port": 39896} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 36763}, + {"Proto": "peerapi6", "Port": 36763} ]}, - "Created": "2026-04-09T01:31:50.650499422Z", + "Created": "2026-04-09T08:37:53.324389331Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5517066420873346, - "StableID": "nuzkJpyg5k11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "KeyExpiry": "2026-10-06T01:31:56Z", - "DiscoKey": "discokey:7cddf267c64ba7a63da5373c3350e92d25bf986c7c29063817f3302c79f8d236", - "Addresses": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "AllowedIPs": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56008}, - {"Proto": "peerapi6", "Port": 56008} - ]}, - "Created": "2026-04-09T01:31:56.067091256Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5876554059480108, - "StableID": "nFYVvP7Wtn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "DiscoKey": "discokey:2bd1b8f2e7a4fe2ea660ee63b279103771e8e1f3f11c5b1005fa9a58472ee025", - "Addresses": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "AllowedIPs": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "Endpoints": ["77.164.248.136:46401", "10.65.0.27:46401", "172.17.0.1:46401"], + "ID": 3052679869232242, + "StableID": "nwDidyiZqQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:8bb303198e6f340cd7c0ee34f01b29b832215bf3816d907c0bdbd02504c1cc2b", + "Addresses": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "AllowedIPs": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "Endpoints": ["77.164.248.136:46580", "10.65.0.27:46580", "172.17.0.1:46580"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49058}, - {"Proto": "peerapi6", "Port": 49058} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64216}, + {"Proto": "peerapi6", "Port": 64216} ]}, - "Created": "2026-04-09T01:31:48.306620307Z", + "Created": "2026-04-09T08:37:59.204318202Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6055732142626963, - "StableID": "ngRgZFpeHp11CNTRL", + "ID": 4321514878393999, + "StableID": "ne8LULsDka11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "KeyExpiry": "2026-10-06T08:37:58Z", + "DiscoKey": "discokey:c3892e26c34868b1ad8feb70e8b4333cd5cf1272e9b5e14ac18fd9d8444cab71", + "Addresses": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "AllowedIPs": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "Endpoints": ["77.164.248.136:45217", "10.65.0.27:45217", "172.17.0.1:45217"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41137}, + {"Proto": "peerapi6", "Port": 41137} + ]}, + "Created": "2026-04-09T08:37:58.663761163Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 4384686112978102, + "StableID": "nwDo9cGqEb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "DiscoKey": "discokey:ebe957812b45a0afcc155cf6bea1389f78572961322459e8e71f274367836e7b", - "Addresses": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "AllowedIPs": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "Endpoints": ["77.164.248.136:53156", "10.65.0.27:53156", "172.17.0.1:53156"], + "Key": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "DiscoKey": "discokey:5001aa67bafc312222f0bcb562894d9ee458d538cc3080fcdc9cc45c23cac912", + "Addresses": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "AllowedIPs": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "Endpoints": ["77.164.248.136:42420", "10.65.0.27:42420", "172.17.0.1:42420"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59040}, - {"Proto": "peerapi6", "Port": 59040} + {"Proto": "peerapi4", "Port": 59729}, + {"Proto": "peerapi6", "Port": 59729} ]}, - "Created": "2026-04-09T01:31:49.017180569Z", + "Created": "2026-04-09T08:37:52.258633878Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7235359254998660, - "StableID": "ns6M3tcuVy11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 4817180142577133, + "StableID": "nLJPYv9ice11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "DiscoKey": "discokey:90ceb10e3a4d8df69b76eafea185ee4f8dd869a853cc9c0f707bbfd1d8509c27", - "Addresses": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "AllowedIPs": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "Endpoints": ["77.164.248.136:35808", "10.65.0.27:35808", "172.17.0.1:35808"], + "Key": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "DiscoKey": "discokey:b46f16844ffaa620072e55d20bf5077cef3ab9c35ee7cb1e160dcbd8cb5f1b59", + "Addresses": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "AllowedIPs": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "Endpoints": ["77.164.248.136:37563", "10.65.0.27:37563", "172.17.0.1:37563"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56132}, - {"Proto": "peerapi6", "Port": 56132} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 39890}, + {"Proto": "peerapi6", "Port": 39890} ]}, - "Created": "2026-04-09T01:31:49.606076723Z", + "Created": "2026-04-09T08:37:56.005023769Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 7374959382315837, - "StableID": "nk6hFHg8bz11CNTRL", + "ID": 4920945361248939, + "StableID": "npV6bdthRf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "DiscoKey": "discokey:69d107347be87e11dc819964fbb732a2f874fd739e63760a0c2152d0d45df01f", + "Addresses": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "AllowedIPs": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "Endpoints": ["77.164.248.136:39111", "10.65.0.27:39111", "172.17.0.1:39111"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41397}, + {"Proto": "peerapi6", "Port": 41397} + ]}, + "Created": "2026-04-09T08:37:51.749815301Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5006686833588873, + "StableID": "n48ft3BY6g11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "DiscoKey": "discokey:fbc2d96ee519bd33ad83c3ed97af9acf677cdbe963e0dcb20cd937a2076f4d24", - "Addresses": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "AllowedIPs": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "Endpoints": ["77.164.248.136:42425", "10.65.0.27:42425", "172.17.0.1:42425"], + "Key": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "DiscoKey": "discokey:c901c8ed1dbe59b8166d5bc05646827fc8512ae993cf9c9308b1582ffbf3f24d", + "Addresses": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "AllowedIPs": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "Endpoints": ["77.164.248.136:52127", "10.65.0.27:52127", "172.17.0.1:52127"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 34157}, - {"Proto": "peerapi6", "Port": 34157} + {"Proto": "peerapi4", "Port": 46490}, + {"Proto": "peerapi6", "Port": 46490} ]}, - "Created": "2026-04-09T01:31:53.339730421Z", + "Created": "2026-04-09T08:37:57.060848037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8454739276017624, - "StableID": "n55nvWfA2921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "KeyExpiry": "2026-10-06T01:31:55Z", - "DiscoKey": "discokey:2866f4ca247a89c6eee46fcd13267bcc929afee15471eb0e5516f4c65caba116", - "Addresses": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "AllowedIPs": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "Endpoints": ["77.164.248.136:49471", "10.65.0.27:49471", "172.17.0.1:49471"], + "ID": 5193129518379872, + "StableID": "njt9WyhyYh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "DiscoKey": "discokey:fab86884328cd14bd1ec27114229f152137b251032fdbc6dc68bf769294a210a", + "Addresses": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "AllowedIPs": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "Endpoints": ["77.164.248.136:45732", "10.65.0.27:45732", "172.17.0.1:45732"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56535}, - {"Proto": "peerapi6", "Port": 56535} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64289}, + {"Proto": "peerapi6", "Port": 64289} ]}, - "Created": "2026-04-09T01:31:55.506724203Z", + "Created": "2026-04-09T08:37:52.789852901Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8838676200510679, - "StableID": "n4HSD6342C21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "KeyExpiry": "2026-10-06T01:31:54Z", - "DiscoKey": "discokey:adceea8439af97ee740e558e584333adb460d0da754a114d82f981ae7524cb4d", - "Addresses": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], - "AllowedIPs": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], + "ID": 6272975514361305, + "StableID": "nidhQvR3zq11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "DiscoKey": "discokey:2d9a7c0b8cb07533b388897b9535002fb5e89f20d2e565ed538d4c15cf9def1e", + "Addresses": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "AllowedIPs": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "Endpoints": ["77.164.248.136:35077", "10.65.0.27:35077", "172.17.0.1:35077"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46228}, - {"Proto": "peerapi6", "Port": 46228} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63453}, + {"Proto": "peerapi6", "Port": 63453} ]}, - "Created": "2026-04-09T01:31:54.98739145Z", + "Created": "2026-04-09T08:37:55.444255286Z", "Cap": 131, + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 9006309562588559, - "StableID": "nAQVPrUyKD21CNTRL", + "ID": 6432965898249649, + "StableID": "nLNkm87WEs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "DiscoKey": "discokey:aee6527c1f5541571a9b06dc4cd78da91db35b2dabf8892211154cc9bb5a3a3a", + "Addresses": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "AllowedIPs": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "Endpoints": ["77.164.248.136:59056", "10.65.0.27:59056", "172.17.0.1:59056"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 41730}, + {"Proto": "peerapi6", "Port": 41730} + ]}, + "Created": "2026-04-09T08:37:56.518289644Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 7015452449919480, + "StableID": "nf6FiJ3Knw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "DiscoKey": "discokey:2ffc458fcb25ad37b7916e93176c46d2f824df45f66c2b30d8cc4e2b3e35a64e", + "Addresses": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "AllowedIPs": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "Endpoints": ["77.164.248.136:58687", "10.65.0.27:58687", "172.17.0.1:58687"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51434}, + {"Proto": "peerapi6", "Port": 51434} + ]}, + "Created": "2026-04-09T08:37:54.020752684Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7494289411494985, + "StableID": "nxGiJwGBX121CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "DiscoKey": "discokey:7aedee2aed19b2c1209a6b7a0252ae27b911b719106d13aec7d2dde75f88b53b", - "Addresses": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], - "AllowedIPs": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], + "Key": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "DiscoKey": "discokey:59eabb0a6fa9b796818d2d2ed678e1e1e9678862f1baf1b02e651197e0680c12", + "Addresses": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "AllowedIPs": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "Endpoints": ["77.164.248.136:44343", "10.65.0.27:44343", "172.17.0.1:44343"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33813}, - {"Proto": "peerapi6", "Port": 33813} + {"Proto": "peerapi4", "Port": 49203}, + {"Proto": "peerapi6", "Port": 49203} ]}, - "Created": "2026-04-09T01:31:54.432907211Z", + "Created": "2026-04-09T08:37:58.13170099Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" + }, { + "ID": 7663462133488511, + "StableID": "nrphS1Aoq221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:540481c56e1550b803b365f8a01730119651b932ff6cd8824badb29ada15490e", + "Addresses": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "AllowedIPs": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55496}, + {"Proto": "peerapi6", "Port": 55496} + ]}, + "Created": "2026-04-09T08:37:59.736635997Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8917,27 +8941,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5464998951748342": { - "ID": 5464998951748342, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6745505735894366": { + "ID": 6745505735894366, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8968,26 +8994,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6055732142626963, - "StableID": "ngRgZFpeHp11CNTRL", + "ID": 4384686112978102, + "StableID": "nwDo9cGqEb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 6055732142626963, - "Key": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "DiscoKey": "discokey:ebe957812b45a0afcc155cf6bea1389f78572961322459e8e71f274367836e7b", - "Addresses": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "AllowedIPs": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "Endpoints": ["77.164.248.136:53156", "10.65.0.27:53156", "172.17.0.1:53156"], + "User": 4384686112978102, + "Key": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "DiscoKey": "discokey:5001aa67bafc312222f0bcb562894d9ee458d538cc3080fcdc9cc45c23cac912", + "Addresses": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "AllowedIPs": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "Endpoints": ["77.164.248.136:42420", "10.65.0.27:42420", "172.17.0.1:42420"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 59040}, - {"Proto": "peerapi6", "Port": 59040}, + {"Proto": "peerapi4", "Port": 59729}, + {"Proto": "peerapi6", "Port": 59729}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:49.017180569Z", + "Created": "2026-04-09T08:37:52.258633878Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -9015,300 +9041,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "MachineKey": "mkey:f4425f8bd448e1245a507d6311839bdac0c8b23ce7cc1b738120db588acdb579", + "NodeKey": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "MachineKey": "mkey:ccfda703f3efee6954405bd8d4a8a4e3ac2d9d97d16e9c1b4c15676569188b5f", "Peers": [{ - "ID": 622329087865150, - "StableID": "nyUsRjXrr511CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "DiscoKey": "discokey:685165904c10dcdee6e9a23d2088c2807620f58c3ede05e85609fa04644ede55", - "Addresses": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "AllowedIPs": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50905}, - {"Proto": "peerapi6", "Port": 50905} - ]}, - "Created": "2026-04-09T01:31:52.817152994Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1425007170805722, - "StableID": "noFdyGXP8C11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "DiscoKey": "discokey:d146b7792b36f0e0a111cbee7cc5a873ca7fc0a4493f8aabb42dd6a025a89d49", - "Addresses": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "AllowedIPs": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "Endpoints": ["77.164.248.136:48380", "10.65.0.27:48380", "172.17.0.1:48380"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64686}, - {"Proto": "peerapi6", "Port": 64686} - ]}, - "Created": "2026-04-09T01:31:52.264957325Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2231036938786824, - "StableID": "nDdJTKZSRJ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "DiscoKey": "discokey:9e806ea0a07a1a57b13741eb71024a75c969fdb132a3264cc7a5a24742ff6c02", - "Addresses": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "AllowedIPs": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "Endpoints": ["77.164.248.136:45468", "10.65.0.27:45468", "172.17.0.1:45468"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:31:50.118748491Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2928108956541345, - "StableID": "nLeneWT9sP11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "DiscoKey": "discokey:4d41176c2c94cc99cba4b019744f093d592e288a243c5ef37dc1a93916ecac0a", - "Addresses": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "AllowedIPs": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "Endpoints": ["77.164.248.136:34937", "10.65.0.27:34937", "172.17.0.1:34937"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35459}, - {"Proto": "peerapi6", "Port": 35459} - ]}, - "Created": "2026-04-09T01:31:51.719206539Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3080081475318664, - "StableID": "nb6Nj1Xy3R11CNTRL", + "ID": 774570495148710, + "StableID": "nXuKGueo3711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "DiscoKey": "discokey:4ea984898d5015983897b5a3e355da3e4a249591f5e7febb74fe66300647aa43", - "Addresses": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "AllowedIPs": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], + "Key": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "DiscoKey": "discokey:43248954e11f248ae51c1ba24538696e37b6a8e92527673541e36a41435b5d09", + "Addresses": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "AllowedIPs": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62589}, - {"Proto": "peerapi6", "Port": 62589} + {"Proto": "peerapi4", "Port": 40621}, + {"Proto": "peerapi6", "Port": 40621} ]}, - "Created": "2026-04-09T01:31:51.178270037Z", + "Created": "2026-04-09T08:37:54.905248607Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3277473340400476, - "StableID": "nXcqugfNbS11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 920898235771368, + "StableID": "nX6PdES5C811CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "DiscoKey": "discokey:ce50255fd503b80f843cd2ef99d98758b3f0906ac6e83bb383ce1ed88fa6042f", - "Addresses": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "AllowedIPs": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "Endpoints": ["77.164.248.136:40826", "10.65.0.27:40826", "172.17.0.1:40826"], + "Key": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "DiscoKey": "discokey:a1a993eb76ebefce93c26ab346bd603432cba6ae289c2e503ea4b51221072873", + "Addresses": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "AllowedIPs": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "Endpoints": ["77.164.248.136:46608", "10.65.0.27:46608", "172.17.0.1:46608"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 39896}, - {"Proto": "peerapi6", "Port": 39896} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 36763}, + {"Proto": "peerapi6", "Port": 36763} ]}, - "Created": "2026-04-09T01:31:50.650499422Z", + "Created": "2026-04-09T08:37:53.324389331Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5464998951748342, - "StableID": "n3XfMpF7gj11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 3052679869232242, + "StableID": "nwDidyiZqQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:8bb303198e6f340cd7c0ee34f01b29b832215bf3816d907c0bdbd02504c1cc2b", + "Addresses": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "AllowedIPs": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "Endpoints": ["77.164.248.136:46580", "10.65.0.27:46580", "172.17.0.1:46580"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64216}, + {"Proto": "peerapi6", "Port": 64216} + ]}, + "Created": "2026-04-09T08:37:59.204318202Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4321514878393999, + "StableID": "ne8LULsDka11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "KeyExpiry": "2026-10-06T08:37:58Z", + "DiscoKey": "discokey:c3892e26c34868b1ad8feb70e8b4333cd5cf1272e9b5e14ac18fd9d8444cab71", + "Addresses": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "AllowedIPs": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "Endpoints": ["77.164.248.136:45217", "10.65.0.27:45217", "172.17.0.1:45217"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41137}, + {"Proto": "peerapi6", "Port": 41137} + ]}, + "Created": "2026-04-09T08:37:58.663761163Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 4817180142577133, + "StableID": "nLJPYv9ice11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "DiscoKey": "discokey:469a2ace952b5ad6600a6f726352d0984949a98566b7c4306ed1399ec104f16f", - "Addresses": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "AllowedIPs": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "Endpoints": ["77.164.248.136:54327", "10.65.0.27:54327", "172.17.0.1:54327"], + "Key": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "DiscoKey": "discokey:b46f16844ffaa620072e55d20bf5077cef3ab9c35ee7cb1e160dcbd8cb5f1b59", + "Addresses": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "AllowedIPs": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "Endpoints": ["77.164.248.136:37563", "10.65.0.27:37563", "172.17.0.1:37563"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63674}, - {"Proto": "peerapi6", "Port": 63674} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 39890}, + {"Proto": "peerapi6", "Port": 39890} ]}, - "Created": "2026-04-09T01:31:53.899173702Z", + "Created": "2026-04-09T08:37:56.005023769Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 5517066420873346, - "StableID": "nuzkJpyg5k11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "KeyExpiry": "2026-10-06T01:31:56Z", - "DiscoKey": "discokey:7cddf267c64ba7a63da5373c3350e92d25bf986c7c29063817f3302c79f8d236", - "Addresses": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "AllowedIPs": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "Endpoints": ["77.164.248.136:57058", "10.65.0.27:57058", "172.17.0.1:57058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56008}, - {"Proto": "peerapi6", "Port": 56008} - ]}, - "Created": "2026-04-09T01:31:56.067091256Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5876554059480108, - "StableID": "nFYVvP7Wtn11CNTRL", + "ID": 4920945361248939, + "StableID": "npV6bdthRf11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "DiscoKey": "discokey:2bd1b8f2e7a4fe2ea660ee63b279103771e8e1f3f11c5b1005fa9a58472ee025", - "Addresses": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "AllowedIPs": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "Endpoints": ["77.164.248.136:46401", "10.65.0.27:46401", "172.17.0.1:46401"], + "Key": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "DiscoKey": "discokey:69d107347be87e11dc819964fbb732a2f874fd739e63760a0c2152d0d45df01f", + "Addresses": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "AllowedIPs": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "Endpoints": ["77.164.248.136:39111", "10.65.0.27:39111", "172.17.0.1:39111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49058}, - {"Proto": "peerapi6", "Port": 49058} + {"Proto": "peerapi4", "Port": 41397}, + {"Proto": "peerapi6", "Port": 41397} ]}, - "Created": "2026-04-09T01:31:48.306620307Z", + "Created": "2026-04-09T08:37:51.749815301Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7235359254998660, - "StableID": "ns6M3tcuVy11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "DiscoKey": "discokey:90ceb10e3a4d8df69b76eafea185ee4f8dd869a853cc9c0f707bbfd1d8509c27", - "Addresses": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "AllowedIPs": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "Endpoints": ["77.164.248.136:35808", "10.65.0.27:35808", "172.17.0.1:35808"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56132}, - {"Proto": "peerapi6", "Port": 56132} - ]}, - "Created": "2026-04-09T01:31:49.606076723Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 7374959382315837, - "StableID": "nk6hFHg8bz11CNTRL", + "ID": 5006686833588873, + "StableID": "n48ft3BY6g11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "DiscoKey": "discokey:fbc2d96ee519bd33ad83c3ed97af9acf677cdbe963e0dcb20cd937a2076f4d24", - "Addresses": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "AllowedIPs": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "Endpoints": ["77.164.248.136:42425", "10.65.0.27:42425", "172.17.0.1:42425"], + "Key": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "DiscoKey": "discokey:c901c8ed1dbe59b8166d5bc05646827fc8512ae993cf9c9308b1582ffbf3f24d", + "Addresses": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "AllowedIPs": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "Endpoints": ["77.164.248.136:52127", "10.65.0.27:52127", "172.17.0.1:52127"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 34157}, - {"Proto": "peerapi6", "Port": 34157} + {"Proto": "peerapi4", "Port": 46490}, + {"Proto": "peerapi6", "Port": 46490} ]}, - "Created": "2026-04-09T01:31:53.339730421Z", + "Created": "2026-04-09T08:37:57.060848037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8454739276017624, - "StableID": "n55nvWfA2921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "KeyExpiry": "2026-10-06T01:31:55Z", - "DiscoKey": "discokey:2866f4ca247a89c6eee46fcd13267bcc929afee15471eb0e5516f4c65caba116", - "Addresses": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "AllowedIPs": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "Endpoints": ["77.164.248.136:49471", "10.65.0.27:49471", "172.17.0.1:49471"], + "ID": 5193129518379872, + "StableID": "njt9WyhyYh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "DiscoKey": "discokey:fab86884328cd14bd1ec27114229f152137b251032fdbc6dc68bf769294a210a", + "Addresses": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "AllowedIPs": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "Endpoints": ["77.164.248.136:45732", "10.65.0.27:45732", "172.17.0.1:45732"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56535}, - {"Proto": "peerapi6", "Port": 56535} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64289}, + {"Proto": "peerapi6", "Port": 64289} ]}, - "Created": "2026-04-09T01:31:55.506724203Z", + "Created": "2026-04-09T08:37:52.789852901Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8838676200510679, - "StableID": "n4HSD6342C21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "KeyExpiry": "2026-10-06T01:31:54Z", - "DiscoKey": "discokey:adceea8439af97ee740e558e584333adb460d0da754a114d82f981ae7524cb4d", - "Addresses": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], - "AllowedIPs": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], + "ID": 6272975514361305, + "StableID": "nidhQvR3zq11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "DiscoKey": "discokey:2d9a7c0b8cb07533b388897b9535002fb5e89f20d2e565ed538d4c15cf9def1e", + "Addresses": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "AllowedIPs": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "Endpoints": ["77.164.248.136:35077", "10.65.0.27:35077", "172.17.0.1:35077"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46228}, - {"Proto": "peerapi6", "Port": 46228} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63453}, + {"Proto": "peerapi6", "Port": 63453} ]}, - "Created": "2026-04-09T01:31:54.98739145Z", + "Created": "2026-04-09T08:37:55.444255286Z", "Cap": 131, + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 9006309562588559, - "StableID": "nAQVPrUyKD21CNTRL", + "ID": 6432965898249649, + "StableID": "nLNkm87WEs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "DiscoKey": "discokey:aee6527c1f5541571a9b06dc4cd78da91db35b2dabf8892211154cc9bb5a3a3a", + "Addresses": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "AllowedIPs": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "Endpoints": ["77.164.248.136:59056", "10.65.0.27:59056", "172.17.0.1:59056"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 41730}, + {"Proto": "peerapi6", "Port": 41730} + ]}, + "Created": "2026-04-09T08:37:56.518289644Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6745505735894366, + "StableID": "nViwyqz3gu11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "DiscoKey": "discokey:b1945cdf73c3bb941511d71812b1dec1f6e8998494127fb41de9b2fa8e3d1b77", + "Addresses": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "AllowedIPs": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "Endpoints": ["77.164.248.136:56177", "10.65.0.27:56177", "172.17.0.1:56177"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 48937}, + {"Proto": "peerapi6", "Port": 48937} + ]}, + "Created": "2026-04-09T08:37:57.594662466Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7015452449919480, + "StableID": "nf6FiJ3Knw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "DiscoKey": "discokey:2ffc458fcb25ad37b7916e93176c46d2f824df45f66c2b30d8cc4e2b3e35a64e", + "Addresses": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "AllowedIPs": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "Endpoints": ["77.164.248.136:58687", "10.65.0.27:58687", "172.17.0.1:58687"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51434}, + {"Proto": "peerapi6", "Port": 51434} + ]}, + "Created": "2026-04-09T08:37:54.020752684Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7494289411494985, + "StableID": "nxGiJwGBX121CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "DiscoKey": "discokey:7aedee2aed19b2c1209a6b7a0252ae27b911b719106d13aec7d2dde75f88b53b", - "Addresses": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], - "AllowedIPs": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], + "Key": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "DiscoKey": "discokey:59eabb0a6fa9b796818d2d2ed678e1e1e9678862f1baf1b02e651197e0680c12", + "Addresses": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "AllowedIPs": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "Endpoints": ["77.164.248.136:44343", "10.65.0.27:44343", "172.17.0.1:44343"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33813}, - {"Proto": "peerapi6", "Port": 33813} + {"Proto": "peerapi4", "Port": 49203}, + {"Proto": "peerapi6", "Port": 49203} ]}, - "Created": "2026-04-09T01:31:54.432907211Z", + "Created": "2026-04-09T08:37:58.13170099Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" + }, { + "ID": 7663462133488511, + "StableID": "nrphS1Aoq221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:540481c56e1550b803b365f8a01730119651b932ff6cd8824badb29ada15490e", + "Addresses": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "AllowedIPs": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "Endpoints": ["77.164.248.136:58631", "10.65.0.27:58631", "172.17.0.1:58631"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55496}, + {"Proto": "peerapi6", "Port": 55496} + ]}, + "Created": "2026-04-09T08:37:59.736635997Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10156,27 +10184,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6055732142626963": { - "ID": 6055732142626963, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4384686112978102": { + "ID": 4384686112978102, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10207,26 +10237,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5876554059480108, - "StableID": "nFYVvP7Wtn11CNTRL", + "ID": 4920945361248939, + "StableID": "npV6bdthRf11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 5876554059480108, - "Key": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "DiscoKey": "discokey:2bd1b8f2e7a4fe2ea660ee63b279103771e8e1f3f11c5b1005fa9a58472ee025", - "Addresses": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "AllowedIPs": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "Endpoints": ["77.164.248.136:46401", "10.65.0.27:46401", "172.17.0.1:46401"], + "User": 4920945361248939, + "Key": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "DiscoKey": "discokey:69d107347be87e11dc819964fbb732a2f874fd739e63760a0c2152d0d45df01f", + "Addresses": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "AllowedIPs": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "Endpoints": ["77.164.248.136:39111", "10.65.0.27:39111", "172.17.0.1:39111"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 49058}, - {"Proto": "peerapi6", "Port": 49058}, + {"Proto": "peerapi4", "Port": 41397}, + {"Proto": "peerapi6", "Port": 41397}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:48.306620307Z", + "Created": "2026-04-09T08:37:51.749815301Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10254,300 +10284,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "MachineKey": "mkey:4b0fe3763ac4b3c181dc23f9f4a8b5c5021a3dfe9463b78b1f370572d0133e3d", + "NodeKey": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "MachineKey": "mkey:b86171442d7d6b205bd325680a5cd3ffb2d39808c3b3ef5decf7b7a26dcc323b", "Peers": [{ - "ID": 622329087865150, - "StableID": "nyUsRjXrr511CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "DiscoKey": "discokey:685165904c10dcdee6e9a23d2088c2807620f58c3ede05e85609fa04644ede55", - "Addresses": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "AllowedIPs": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50905}, - {"Proto": "peerapi6", "Port": 50905} - ]}, - "Created": "2026-04-09T01:31:52.817152994Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1425007170805722, - "StableID": "noFdyGXP8C11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "DiscoKey": "discokey:d146b7792b36f0e0a111cbee7cc5a873ca7fc0a4493f8aabb42dd6a025a89d49", - "Addresses": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "AllowedIPs": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "Endpoints": ["77.164.248.136:48380", "10.65.0.27:48380", "172.17.0.1:48380"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64686}, - {"Proto": "peerapi6", "Port": 64686} - ]}, - "Created": "2026-04-09T01:31:52.264957325Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2231036938786824, - "StableID": "nDdJTKZSRJ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "DiscoKey": "discokey:9e806ea0a07a1a57b13741eb71024a75c969fdb132a3264cc7a5a24742ff6c02", - "Addresses": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "AllowedIPs": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "Endpoints": ["77.164.248.136:45468", "10.65.0.27:45468", "172.17.0.1:45468"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:31:50.118748491Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2928108956541345, - "StableID": "nLeneWT9sP11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "DiscoKey": "discokey:4d41176c2c94cc99cba4b019744f093d592e288a243c5ef37dc1a93916ecac0a", - "Addresses": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "AllowedIPs": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "Endpoints": ["77.164.248.136:34937", "10.65.0.27:34937", "172.17.0.1:34937"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35459}, - {"Proto": "peerapi6", "Port": 35459} - ]}, - "Created": "2026-04-09T01:31:51.719206539Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3080081475318664, - "StableID": "nb6Nj1Xy3R11CNTRL", + "ID": 774570495148710, + "StableID": "nXuKGueo3711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "DiscoKey": "discokey:4ea984898d5015983897b5a3e355da3e4a249591f5e7febb74fe66300647aa43", - "Addresses": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "AllowedIPs": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], + "Key": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "DiscoKey": "discokey:43248954e11f248ae51c1ba24538696e37b6a8e92527673541e36a41435b5d09", + "Addresses": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "AllowedIPs": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62589}, - {"Proto": "peerapi6", "Port": 62589} + {"Proto": "peerapi4", "Port": 40621}, + {"Proto": "peerapi6", "Port": 40621} ]}, - "Created": "2026-04-09T01:31:51.178270037Z", + "Created": "2026-04-09T08:37:54.905248607Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3277473340400476, - "StableID": "nXcqugfNbS11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 920898235771368, + "StableID": "nX6PdES5C811CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "DiscoKey": "discokey:ce50255fd503b80f843cd2ef99d98758b3f0906ac6e83bb383ce1ed88fa6042f", - "Addresses": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "AllowedIPs": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "Endpoints": ["77.164.248.136:40826", "10.65.0.27:40826", "172.17.0.1:40826"], + "Key": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "DiscoKey": "discokey:a1a993eb76ebefce93c26ab346bd603432cba6ae289c2e503ea4b51221072873", + "Addresses": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "AllowedIPs": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "Endpoints": ["77.164.248.136:46608", "10.65.0.27:46608", "172.17.0.1:46608"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 39896}, - {"Proto": "peerapi6", "Port": 39896} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 36763}, + {"Proto": "peerapi6", "Port": 36763} ]}, - "Created": "2026-04-09T01:31:50.650499422Z", + "Created": "2026-04-09T08:37:53.324389331Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5464998951748342, - "StableID": "n3XfMpF7gj11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "DiscoKey": "discokey:469a2ace952b5ad6600a6f726352d0984949a98566b7c4306ed1399ec104f16f", - "Addresses": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "AllowedIPs": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "Endpoints": ["77.164.248.136:54327", "10.65.0.27:54327", "172.17.0.1:54327"], + "ID": 3052679869232242, + "StableID": "nwDidyiZqQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:8bb303198e6f340cd7c0ee34f01b29b832215bf3816d907c0bdbd02504c1cc2b", + "Addresses": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "AllowedIPs": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "Endpoints": ["77.164.248.136:46580", "10.65.0.27:46580", "172.17.0.1:46580"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63674}, - {"Proto": "peerapi6", "Port": 63674} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64216}, + {"Proto": "peerapi6", "Port": 64216} ]}, - "Created": "2026-04-09T01:31:53.899173702Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 5517066420873346, - "StableID": "nuzkJpyg5k11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "KeyExpiry": "2026-10-06T01:31:56Z", - "DiscoKey": "discokey:7cddf267c64ba7a63da5373c3350e92d25bf986c7c29063817f3302c79f8d236", - "Addresses": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "AllowedIPs": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "Endpoints": ["77.164.248.136:57058", "10.65.0.27:57058", "172.17.0.1:57058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56008}, - {"Proto": "peerapi6", "Port": 56008} - ]}, - "Created": "2026-04-09T01:31:56.067091256Z", + "Created": "2026-04-09T08:37:59.204318202Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6055732142626963, - "StableID": "ngRgZFpeHp11CNTRL", + "ID": 4321514878393999, + "StableID": "ne8LULsDka11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "KeyExpiry": "2026-10-06T08:37:58Z", + "DiscoKey": "discokey:c3892e26c34868b1ad8feb70e8b4333cd5cf1272e9b5e14ac18fd9d8444cab71", + "Addresses": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "AllowedIPs": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "Endpoints": ["77.164.248.136:45217", "10.65.0.27:45217", "172.17.0.1:45217"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41137}, + {"Proto": "peerapi6", "Port": 41137} + ]}, + "Created": "2026-04-09T08:37:58.663761163Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 4384686112978102, + "StableID": "nwDo9cGqEb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "DiscoKey": "discokey:ebe957812b45a0afcc155cf6bea1389f78572961322459e8e71f274367836e7b", - "Addresses": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "AllowedIPs": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "Endpoints": ["77.164.248.136:53156", "10.65.0.27:53156", "172.17.0.1:53156"], + "Key": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "DiscoKey": "discokey:5001aa67bafc312222f0bcb562894d9ee458d538cc3080fcdc9cc45c23cac912", + "Addresses": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "AllowedIPs": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "Endpoints": ["77.164.248.136:42420", "10.65.0.27:42420", "172.17.0.1:42420"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59040}, - {"Proto": "peerapi6", "Port": 59040} + {"Proto": "peerapi4", "Port": 59729}, + {"Proto": "peerapi6", "Port": 59729} ]}, - "Created": "2026-04-09T01:31:49.017180569Z", + "Created": "2026-04-09T08:37:52.258633878Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7235359254998660, - "StableID": "ns6M3tcuVy11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 4817180142577133, + "StableID": "nLJPYv9ice11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "DiscoKey": "discokey:90ceb10e3a4d8df69b76eafea185ee4f8dd869a853cc9c0f707bbfd1d8509c27", - "Addresses": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "AllowedIPs": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "Endpoints": ["77.164.248.136:35808", "10.65.0.27:35808", "172.17.0.1:35808"], + "Key": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "DiscoKey": "discokey:b46f16844ffaa620072e55d20bf5077cef3ab9c35ee7cb1e160dcbd8cb5f1b59", + "Addresses": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "AllowedIPs": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "Endpoints": ["77.164.248.136:37563", "10.65.0.27:37563", "172.17.0.1:37563"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56132}, - {"Proto": "peerapi6", "Port": 56132} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 39890}, + {"Proto": "peerapi6", "Port": 39890} ]}, - "Created": "2026-04-09T01:31:49.606076723Z", + "Created": "2026-04-09T08:37:56.005023769Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 7374959382315837, - "StableID": "nk6hFHg8bz11CNTRL", + "ID": 5006686833588873, + "StableID": "n48ft3BY6g11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "DiscoKey": "discokey:fbc2d96ee519bd33ad83c3ed97af9acf677cdbe963e0dcb20cd937a2076f4d24", - "Addresses": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "AllowedIPs": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "Endpoints": ["77.164.248.136:42425", "10.65.0.27:42425", "172.17.0.1:42425"], + "Key": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "DiscoKey": "discokey:c901c8ed1dbe59b8166d5bc05646827fc8512ae993cf9c9308b1582ffbf3f24d", + "Addresses": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "AllowedIPs": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "Endpoints": ["77.164.248.136:52127", "10.65.0.27:52127", "172.17.0.1:52127"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 34157}, - {"Proto": "peerapi6", "Port": 34157} + {"Proto": "peerapi4", "Port": 46490}, + {"Proto": "peerapi6", "Port": 46490} ]}, - "Created": "2026-04-09T01:31:53.339730421Z", + "Created": "2026-04-09T08:37:57.060848037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8454739276017624, - "StableID": "n55nvWfA2921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "KeyExpiry": "2026-10-06T01:31:55Z", - "DiscoKey": "discokey:2866f4ca247a89c6eee46fcd13267bcc929afee15471eb0e5516f4c65caba116", - "Addresses": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "AllowedIPs": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "Endpoints": ["77.164.248.136:49471", "10.65.0.27:49471", "172.17.0.1:49471"], + "ID": 5193129518379872, + "StableID": "njt9WyhyYh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "DiscoKey": "discokey:fab86884328cd14bd1ec27114229f152137b251032fdbc6dc68bf769294a210a", + "Addresses": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "AllowedIPs": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "Endpoints": ["77.164.248.136:45732", "10.65.0.27:45732", "172.17.0.1:45732"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56535}, - {"Proto": "peerapi6", "Port": 56535} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64289}, + {"Proto": "peerapi6", "Port": 64289} ]}, - "Created": "2026-04-09T01:31:55.506724203Z", + "Created": "2026-04-09T08:37:52.789852901Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8838676200510679, - "StableID": "n4HSD6342C21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "KeyExpiry": "2026-10-06T01:31:54Z", - "DiscoKey": "discokey:adceea8439af97ee740e558e584333adb460d0da754a114d82f981ae7524cb4d", - "Addresses": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], - "AllowedIPs": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], + "ID": 6272975514361305, + "StableID": "nidhQvR3zq11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "DiscoKey": "discokey:2d9a7c0b8cb07533b388897b9535002fb5e89f20d2e565ed538d4c15cf9def1e", + "Addresses": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "AllowedIPs": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "Endpoints": ["77.164.248.136:35077", "10.65.0.27:35077", "172.17.0.1:35077"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46228}, - {"Proto": "peerapi6", "Port": 46228} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63453}, + {"Proto": "peerapi6", "Port": 63453} ]}, - "Created": "2026-04-09T01:31:54.98739145Z", + "Created": "2026-04-09T08:37:55.444255286Z", "Cap": 131, + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 9006309562588559, - "StableID": "nAQVPrUyKD21CNTRL", + "ID": 6432965898249649, + "StableID": "nLNkm87WEs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "DiscoKey": "discokey:aee6527c1f5541571a9b06dc4cd78da91db35b2dabf8892211154cc9bb5a3a3a", + "Addresses": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "AllowedIPs": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "Endpoints": ["77.164.248.136:59056", "10.65.0.27:59056", "172.17.0.1:59056"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 41730}, + {"Proto": "peerapi6", "Port": 41730} + ]}, + "Created": "2026-04-09T08:37:56.518289644Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6745505735894366, + "StableID": "nViwyqz3gu11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "DiscoKey": "discokey:b1945cdf73c3bb941511d71812b1dec1f6e8998494127fb41de9b2fa8e3d1b77", + "Addresses": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "AllowedIPs": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "Endpoints": ["77.164.248.136:56177", "10.65.0.27:56177", "172.17.0.1:56177"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 48937}, + {"Proto": "peerapi6", "Port": 48937} + ]}, + "Created": "2026-04-09T08:37:57.594662466Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7015452449919480, + "StableID": "nf6FiJ3Knw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "DiscoKey": "discokey:2ffc458fcb25ad37b7916e93176c46d2f824df45f66c2b30d8cc4e2b3e35a64e", + "Addresses": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "AllowedIPs": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "Endpoints": ["77.164.248.136:58687", "10.65.0.27:58687", "172.17.0.1:58687"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51434}, + {"Proto": "peerapi6", "Port": 51434} + ]}, + "Created": "2026-04-09T08:37:54.020752684Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7494289411494985, + "StableID": "nxGiJwGBX121CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "DiscoKey": "discokey:7aedee2aed19b2c1209a6b7a0252ae27b911b719106d13aec7d2dde75f88b53b", - "Addresses": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], - "AllowedIPs": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], + "Key": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "DiscoKey": "discokey:59eabb0a6fa9b796818d2d2ed678e1e1e9678862f1baf1b02e651197e0680c12", + "Addresses": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "AllowedIPs": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "Endpoints": ["77.164.248.136:44343", "10.65.0.27:44343", "172.17.0.1:44343"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33813}, - {"Proto": "peerapi6", "Port": 33813} + {"Proto": "peerapi4", "Port": 49203}, + {"Proto": "peerapi6", "Port": 49203} ]}, - "Created": "2026-04-09T01:31:54.432907211Z", + "Created": "2026-04-09T08:37:58.13170099Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" + }, { + "ID": 7663462133488511, + "StableID": "nrphS1Aoq221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:540481c56e1550b803b365f8a01730119651b932ff6cd8824badb29ada15490e", + "Addresses": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "AllowedIPs": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "Endpoints": ["77.164.248.136:58631", "10.65.0.27:58631", "172.17.0.1:58631"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55496}, + {"Proto": "peerapi6", "Port": 55496} + ]}, + "Created": "2026-04-09T08:37:59.736635997Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11395,27 +11427,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5876554059480108": { - "ID": 5876554059480108, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4920945361248939": { + "ID": 4920945361248939, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11446,21 +11480,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3277473340400476, - "StableID": "nXcqugfNbS11CNTRL", + "ID": 7015452449919480, + "StableID": "nf6FiJ3Knw11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 3277473340400476, - "Key": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "DiscoKey": "discokey:ce50255fd503b80f843cd2ef99d98758b3f0906ac6e83bb383ce1ed88fa6042f", - "Addresses": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "AllowedIPs": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "Endpoints": ["77.164.248.136:40826", "10.65.0.27:40826", "172.17.0.1:40826"], + "User": 7015452449919480, + "Key": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "DiscoKey": "discokey:2ffc458fcb25ad37b7916e93176c46d2f824df45f66c2b30d8cc4e2b3e35a64e", + "Addresses": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "AllowedIPs": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "Endpoints": ["77.164.248.136:58687", "10.65.0.27:58687", "172.17.0.1:58687"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 39896}, - {"Proto": "peerapi6", "Port": 39896}, + {"Proto": "peerapi4", "Port": 51434}, + {"Proto": "peerapi6", "Port": 51434}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:50.650499422Z", + "Created": "2026-04-09T08:37:54.020752684Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11488,298 +11522,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "MachineKey": "mkey:3c17af1d4e0b80fcd1f2c4384719cb89b0134487b4ecafe188adf5a191f2df48", + "NodeKey": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "MachineKey": "mkey:6d8ee47aa299a894a7e8f8f9d1a7dc8a332c49f0d784c152c8b84737447fc438", "Peers": [{ - "ID": 622329087865150, - "StableID": "nyUsRjXrr511CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "DiscoKey": "discokey:685165904c10dcdee6e9a23d2088c2807620f58c3ede05e85609fa04644ede55", - "Addresses": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "AllowedIPs": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50905}, - {"Proto": "peerapi6", "Port": 50905} - ]}, - "Created": "2026-04-09T01:31:52.817152994Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1425007170805722, - "StableID": "noFdyGXP8C11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "DiscoKey": "discokey:d146b7792b36f0e0a111cbee7cc5a873ca7fc0a4493f8aabb42dd6a025a89d49", - "Addresses": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "AllowedIPs": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "Endpoints": ["77.164.248.136:48380", "10.65.0.27:48380", "172.17.0.1:48380"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64686}, - {"Proto": "peerapi6", "Port": 64686} - ]}, - "Created": "2026-04-09T01:31:52.264957325Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2231036938786824, - "StableID": "nDdJTKZSRJ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "DiscoKey": "discokey:9e806ea0a07a1a57b13741eb71024a75c969fdb132a3264cc7a5a24742ff6c02", - "Addresses": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "AllowedIPs": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "Endpoints": ["77.164.248.136:45468", "10.65.0.27:45468", "172.17.0.1:45468"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:31:50.118748491Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2928108956541345, - "StableID": "nLeneWT9sP11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "DiscoKey": "discokey:4d41176c2c94cc99cba4b019744f093d592e288a243c5ef37dc1a93916ecac0a", - "Addresses": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "AllowedIPs": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "Endpoints": ["77.164.248.136:34937", "10.65.0.27:34937", "172.17.0.1:34937"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35459}, - {"Proto": "peerapi6", "Port": 35459} - ]}, - "Created": "2026-04-09T01:31:51.719206539Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3080081475318664, - "StableID": "nb6Nj1Xy3R11CNTRL", + "ID": 774570495148710, + "StableID": "nXuKGueo3711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "DiscoKey": "discokey:4ea984898d5015983897b5a3e355da3e4a249591f5e7febb74fe66300647aa43", - "Addresses": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "AllowedIPs": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], + "Key": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "DiscoKey": "discokey:43248954e11f248ae51c1ba24538696e37b6a8e92527673541e36a41435b5d09", + "Addresses": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "AllowedIPs": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62589}, - {"Proto": "peerapi6", "Port": 62589} + {"Proto": "peerapi4", "Port": 40621}, + {"Proto": "peerapi6", "Port": 40621} ]}, - "Created": "2026-04-09T01:31:51.178270037Z", + "Created": "2026-04-09T08:37:54.905248607Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 5464998951748342, - "StableID": "n3XfMpF7gj11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 920898235771368, + "StableID": "nX6PdES5C811CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "DiscoKey": "discokey:469a2ace952b5ad6600a6f726352d0984949a98566b7c4306ed1399ec104f16f", - "Addresses": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "AllowedIPs": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "Endpoints": ["77.164.248.136:54327", "10.65.0.27:54327", "172.17.0.1:54327"], + "Key": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "DiscoKey": "discokey:a1a993eb76ebefce93c26ab346bd603432cba6ae289c2e503ea4b51221072873", + "Addresses": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "AllowedIPs": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "Endpoints": ["77.164.248.136:46608", "10.65.0.27:46608", "172.17.0.1:46608"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63674}, - {"Proto": "peerapi6", "Port": 63674} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 36763}, + {"Proto": "peerapi6", "Port": 36763} ]}, - "Created": "2026-04-09T01:31:53.899173702Z", + "Created": "2026-04-09T08:37:53.324389331Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5517066420873346, - "StableID": "nuzkJpyg5k11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "KeyExpiry": "2026-10-06T01:31:56Z", - "DiscoKey": "discokey:7cddf267c64ba7a63da5373c3350e92d25bf986c7c29063817f3302c79f8d236", - "Addresses": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "AllowedIPs": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56008}, - {"Proto": "peerapi6", "Port": 56008} - ]}, - "Created": "2026-04-09T01:31:56.067091256Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5876554059480108, - "StableID": "nFYVvP7Wtn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "DiscoKey": "discokey:2bd1b8f2e7a4fe2ea660ee63b279103771e8e1f3f11c5b1005fa9a58472ee025", - "Addresses": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "AllowedIPs": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "Endpoints": ["77.164.248.136:46401", "10.65.0.27:46401", "172.17.0.1:46401"], + "ID": 3052679869232242, + "StableID": "nwDidyiZqQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:8bb303198e6f340cd7c0ee34f01b29b832215bf3816d907c0bdbd02504c1cc2b", + "Addresses": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "AllowedIPs": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "Endpoints": ["77.164.248.136:46580", "10.65.0.27:46580", "172.17.0.1:46580"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49058}, - {"Proto": "peerapi6", "Port": 49058} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64216}, + {"Proto": "peerapi6", "Port": 64216} ]}, - "Created": "2026-04-09T01:31:48.306620307Z", + "Created": "2026-04-09T08:37:59.204318202Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 6055732142626963, - "StableID": "ngRgZFpeHp11CNTRL", + "ID": 4321514878393999, + "StableID": "ne8LULsDka11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "KeyExpiry": "2026-10-06T08:37:58Z", + "DiscoKey": "discokey:c3892e26c34868b1ad8feb70e8b4333cd5cf1272e9b5e14ac18fd9d8444cab71", + "Addresses": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "AllowedIPs": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "Endpoints": ["77.164.248.136:45217", "10.65.0.27:45217", "172.17.0.1:45217"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41137}, + {"Proto": "peerapi6", "Port": 41137} + ]}, + "Created": "2026-04-09T08:37:58.663761163Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 4384686112978102, + "StableID": "nwDo9cGqEb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "DiscoKey": "discokey:ebe957812b45a0afcc155cf6bea1389f78572961322459e8e71f274367836e7b", - "Addresses": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "AllowedIPs": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "Endpoints": ["77.164.248.136:53156", "10.65.0.27:53156", "172.17.0.1:53156"], + "Key": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "DiscoKey": "discokey:5001aa67bafc312222f0bcb562894d9ee458d538cc3080fcdc9cc45c23cac912", + "Addresses": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "AllowedIPs": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "Endpoints": ["77.164.248.136:42420", "10.65.0.27:42420", "172.17.0.1:42420"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59040}, - {"Proto": "peerapi6", "Port": 59040} + {"Proto": "peerapi4", "Port": 59729}, + {"Proto": "peerapi6", "Port": 59729} ]}, - "Created": "2026-04-09T01:31:49.017180569Z", + "Created": "2026-04-09T08:37:52.258633878Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7235359254998660, - "StableID": "ns6M3tcuVy11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 4817180142577133, + "StableID": "nLJPYv9ice11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "DiscoKey": "discokey:90ceb10e3a4d8df69b76eafea185ee4f8dd869a853cc9c0f707bbfd1d8509c27", - "Addresses": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "AllowedIPs": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "Endpoints": ["77.164.248.136:35808", "10.65.0.27:35808", "172.17.0.1:35808"], + "Key": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "DiscoKey": "discokey:b46f16844ffaa620072e55d20bf5077cef3ab9c35ee7cb1e160dcbd8cb5f1b59", + "Addresses": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "AllowedIPs": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "Endpoints": ["77.164.248.136:37563", "10.65.0.27:37563", "172.17.0.1:37563"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56132}, - {"Proto": "peerapi6", "Port": 56132} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 39890}, + {"Proto": "peerapi6", "Port": 39890} ]}, - "Created": "2026-04-09T01:31:49.606076723Z", + "Created": "2026-04-09T08:37:56.005023769Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 7374959382315837, - "StableID": "nk6hFHg8bz11CNTRL", + "ID": 4920945361248939, + "StableID": "npV6bdthRf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "DiscoKey": "discokey:69d107347be87e11dc819964fbb732a2f874fd739e63760a0c2152d0d45df01f", + "Addresses": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "AllowedIPs": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "Endpoints": ["77.164.248.136:39111", "10.65.0.27:39111", "172.17.0.1:39111"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41397}, + {"Proto": "peerapi6", "Port": 41397} + ]}, + "Created": "2026-04-09T08:37:51.749815301Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5006686833588873, + "StableID": "n48ft3BY6g11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "DiscoKey": "discokey:fbc2d96ee519bd33ad83c3ed97af9acf677cdbe963e0dcb20cd937a2076f4d24", - "Addresses": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "AllowedIPs": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "Endpoints": ["77.164.248.136:42425", "10.65.0.27:42425", "172.17.0.1:42425"], + "Key": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "DiscoKey": "discokey:c901c8ed1dbe59b8166d5bc05646827fc8512ae993cf9c9308b1582ffbf3f24d", + "Addresses": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "AllowedIPs": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "Endpoints": ["77.164.248.136:52127", "10.65.0.27:52127", "172.17.0.1:52127"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 34157}, - {"Proto": "peerapi6", "Port": 34157} + {"Proto": "peerapi4", "Port": 46490}, + {"Proto": "peerapi6", "Port": 46490} ]}, - "Created": "2026-04-09T01:31:53.339730421Z", + "Created": "2026-04-09T08:37:57.060848037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8454739276017624, - "StableID": "n55nvWfA2921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "KeyExpiry": "2026-10-06T01:31:55Z", - "DiscoKey": "discokey:2866f4ca247a89c6eee46fcd13267bcc929afee15471eb0e5516f4c65caba116", - "Addresses": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "AllowedIPs": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "Endpoints": ["77.164.248.136:49471", "10.65.0.27:49471", "172.17.0.1:49471"], + "ID": 5193129518379872, + "StableID": "njt9WyhyYh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "DiscoKey": "discokey:fab86884328cd14bd1ec27114229f152137b251032fdbc6dc68bf769294a210a", + "Addresses": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "AllowedIPs": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "Endpoints": ["77.164.248.136:45732", "10.65.0.27:45732", "172.17.0.1:45732"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56535}, - {"Proto": "peerapi6", "Port": 56535} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64289}, + {"Proto": "peerapi6", "Port": 64289} ]}, - "Created": "2026-04-09T01:31:55.506724203Z", + "Created": "2026-04-09T08:37:52.789852901Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8838676200510679, - "StableID": "n4HSD6342C21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "KeyExpiry": "2026-10-06T01:31:54Z", - "DiscoKey": "discokey:adceea8439af97ee740e558e584333adb460d0da754a114d82f981ae7524cb4d", - "Addresses": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], - "AllowedIPs": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], + "ID": 6272975514361305, + "StableID": "nidhQvR3zq11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "DiscoKey": "discokey:2d9a7c0b8cb07533b388897b9535002fb5e89f20d2e565ed538d4c15cf9def1e", + "Addresses": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "AllowedIPs": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "Endpoints": ["77.164.248.136:35077", "10.65.0.27:35077", "172.17.0.1:35077"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46228}, - {"Proto": "peerapi6", "Port": 46228} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63453}, + {"Proto": "peerapi6", "Port": 63453} ]}, - "Created": "2026-04-09T01:31:54.98739145Z", + "Created": "2026-04-09T08:37:55.444255286Z", "Cap": 131, + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 9006309562588559, - "StableID": "nAQVPrUyKD21CNTRL", + "ID": 6432965898249649, + "StableID": "nLNkm87WEs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "DiscoKey": "discokey:aee6527c1f5541571a9b06dc4cd78da91db35b2dabf8892211154cc9bb5a3a3a", + "Addresses": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "AllowedIPs": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "Endpoints": ["77.164.248.136:59056", "10.65.0.27:59056", "172.17.0.1:59056"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 41730}, + {"Proto": "peerapi6", "Port": 41730} + ]}, + "Created": "2026-04-09T08:37:56.518289644Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6745505735894366, + "StableID": "nViwyqz3gu11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "DiscoKey": "discokey:b1945cdf73c3bb941511d71812b1dec1f6e8998494127fb41de9b2fa8e3d1b77", + "Addresses": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "AllowedIPs": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "Endpoints": ["77.164.248.136:56177", "10.65.0.27:56177", "172.17.0.1:56177"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 48937}, + {"Proto": "peerapi6", "Port": 48937} + ]}, + "Created": "2026-04-09T08:37:57.594662466Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7494289411494985, + "StableID": "nxGiJwGBX121CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "DiscoKey": "discokey:7aedee2aed19b2c1209a6b7a0252ae27b911b719106d13aec7d2dde75f88b53b", - "Addresses": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], - "AllowedIPs": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], + "Key": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "DiscoKey": "discokey:59eabb0a6fa9b796818d2d2ed678e1e1e9678862f1baf1b02e651197e0680c12", + "Addresses": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "AllowedIPs": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "Endpoints": ["77.164.248.136:44343", "10.65.0.27:44343", "172.17.0.1:44343"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33813}, - {"Proto": "peerapi6", "Port": 33813} + {"Proto": "peerapi4", "Port": 49203}, + {"Proto": "peerapi6", "Port": 49203} ]}, - "Created": "2026-04-09T01:31:54.432907211Z", + "Created": "2026-04-09T08:37:58.13170099Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" + }, { + "ID": 7663462133488511, + "StableID": "nrphS1Aoq221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:540481c56e1550b803b365f8a01730119651b932ff6cd8824badb29ada15490e", + "Addresses": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "AllowedIPs": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55496}, + {"Proto": "peerapi6", "Port": 55496} + ]}, + "Created": "2026-04-09T08:37:59.736635997Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12627,27 +12663,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3277473340400476": { - "ID": 3277473340400476, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7015452449919480": { + "ID": 7015452449919480, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12678,21 +12716,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2231036938786824, - "StableID": "nDdJTKZSRJ11CNTRL", + "ID": 920898235771368, + "StableID": "nX6PdES5C811CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 2231036938786824, - "Key": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "DiscoKey": "discokey:9e806ea0a07a1a57b13741eb71024a75c969fdb132a3264cc7a5a24742ff6c02", - "Addresses": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "AllowedIPs": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "Endpoints": ["77.164.248.136:45468", "10.65.0.27:45468", "172.17.0.1:45468"], + "User": 920898235771368, + "Key": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "DiscoKey": "discokey:a1a993eb76ebefce93c26ab346bd603432cba6ae289c2e503ea4b51221072873", + "Addresses": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "AllowedIPs": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "Endpoints": ["77.164.248.136:46608", "10.65.0.27:46608", "172.17.0.1:46608"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561}, + {"Proto": "peerapi4", "Port": 36763}, + {"Proto": "peerapi6", "Port": 36763}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:50.118748491Z", + "Created": "2026-04-09T08:37:53.324389331Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12720,298 +12758,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "MachineKey": "mkey:fdf1bf526c69ed0f411be8811f4c189ffff38c4f3f7303cd2e1f4e590c1dc249", + "NodeKey": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "MachineKey": "mkey:8cb95c3cdbfcbf353ef49584a63adcc39af2a5ca2c03a6b017533e29c16f2160", "Peers": [{ - "ID": 622329087865150, - "StableID": "nyUsRjXrr511CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "DiscoKey": "discokey:685165904c10dcdee6e9a23d2088c2807620f58c3ede05e85609fa04644ede55", - "Addresses": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "AllowedIPs": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50905}, - {"Proto": "peerapi6", "Port": 50905} - ]}, - "Created": "2026-04-09T01:31:52.817152994Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1425007170805722, - "StableID": "noFdyGXP8C11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "DiscoKey": "discokey:d146b7792b36f0e0a111cbee7cc5a873ca7fc0a4493f8aabb42dd6a025a89d49", - "Addresses": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "AllowedIPs": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "Endpoints": ["77.164.248.136:48380", "10.65.0.27:48380", "172.17.0.1:48380"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64686}, - {"Proto": "peerapi6", "Port": 64686} - ]}, - "Created": "2026-04-09T01:31:52.264957325Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2928108956541345, - "StableID": "nLeneWT9sP11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "DiscoKey": "discokey:4d41176c2c94cc99cba4b019744f093d592e288a243c5ef37dc1a93916ecac0a", - "Addresses": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "AllowedIPs": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "Endpoints": ["77.164.248.136:34937", "10.65.0.27:34937", "172.17.0.1:34937"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35459}, - {"Proto": "peerapi6", "Port": 35459} - ]}, - "Created": "2026-04-09T01:31:51.719206539Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3080081475318664, - "StableID": "nb6Nj1Xy3R11CNTRL", + "ID": 774570495148710, + "StableID": "nXuKGueo3711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "DiscoKey": "discokey:4ea984898d5015983897b5a3e355da3e4a249591f5e7febb74fe66300647aa43", - "Addresses": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "AllowedIPs": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], + "Key": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "DiscoKey": "discokey:43248954e11f248ae51c1ba24538696e37b6a8e92527673541e36a41435b5d09", + "Addresses": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "AllowedIPs": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62589}, - {"Proto": "peerapi6", "Port": 62589} + {"Proto": "peerapi4", "Port": 40621}, + {"Proto": "peerapi6", "Port": 40621} ]}, - "Created": "2026-04-09T01:31:51.178270037Z", + "Created": "2026-04-09T08:37:54.905248607Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3277473340400476, - "StableID": "nXcqugfNbS11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "DiscoKey": "discokey:ce50255fd503b80f843cd2ef99d98758b3f0906ac6e83bb383ce1ed88fa6042f", - "Addresses": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "AllowedIPs": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "Endpoints": ["77.164.248.136:40826", "10.65.0.27:40826", "172.17.0.1:40826"], + "ID": 3052679869232242, + "StableID": "nwDidyiZqQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:8bb303198e6f340cd7c0ee34f01b29b832215bf3816d907c0bdbd02504c1cc2b", + "Addresses": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "AllowedIPs": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "Endpoints": ["77.164.248.136:46580", "10.65.0.27:46580", "172.17.0.1:46580"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 39896}, - {"Proto": "peerapi6", "Port": 39896} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64216}, + {"Proto": "peerapi6", "Port": 64216} ]}, - "Created": "2026-04-09T01:31:50.650499422Z", + "Created": "2026-04-09T08:37:59.204318202Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 5464998951748342, - "StableID": "n3XfMpF7gj11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "DiscoKey": "discokey:469a2ace952b5ad6600a6f726352d0984949a98566b7c4306ed1399ec104f16f", - "Addresses": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "AllowedIPs": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "Endpoints": ["77.164.248.136:54327", "10.65.0.27:54327", "172.17.0.1:54327"], + "ID": 4321514878393999, + "StableID": "ne8LULsDka11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "KeyExpiry": "2026-10-06T08:37:58Z", + "DiscoKey": "discokey:c3892e26c34868b1ad8feb70e8b4333cd5cf1272e9b5e14ac18fd9d8444cab71", + "Addresses": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "AllowedIPs": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "Endpoints": ["77.164.248.136:45217", "10.65.0.27:45217", "172.17.0.1:45217"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63674}, - {"Proto": "peerapi6", "Port": 63674} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41137}, + {"Proto": "peerapi6", "Port": 41137} ]}, - "Created": "2026-04-09T01:31:53.899173702Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 5517066420873346, - "StableID": "nuzkJpyg5k11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "KeyExpiry": "2026-10-06T01:31:56Z", - "DiscoKey": "discokey:7cddf267c64ba7a63da5373c3350e92d25bf986c7c29063817f3302c79f8d236", - "Addresses": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "AllowedIPs": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56008}, - {"Proto": "peerapi6", "Port": 56008} - ]}, - "Created": "2026-04-09T01:31:56.067091256Z", + "Created": "2026-04-09T08:37:58.663761163Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 5876554059480108, - "StableID": "nFYVvP7Wtn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "DiscoKey": "discokey:2bd1b8f2e7a4fe2ea660ee63b279103771e8e1f3f11c5b1005fa9a58472ee025", - "Addresses": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "AllowedIPs": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "Endpoints": ["77.164.248.136:46401", "10.65.0.27:46401", "172.17.0.1:46401"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49058}, - {"Proto": "peerapi6", "Port": 49058} - ]}, - "Created": "2026-04-09T01:31:48.306620307Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6055732142626963, - "StableID": "ngRgZFpeHp11CNTRL", + "ID": 4384686112978102, + "StableID": "nwDo9cGqEb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "DiscoKey": "discokey:ebe957812b45a0afcc155cf6bea1389f78572961322459e8e71f274367836e7b", - "Addresses": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "AllowedIPs": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "Endpoints": ["77.164.248.136:53156", "10.65.0.27:53156", "172.17.0.1:53156"], + "Key": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "DiscoKey": "discokey:5001aa67bafc312222f0bcb562894d9ee458d538cc3080fcdc9cc45c23cac912", + "Addresses": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "AllowedIPs": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "Endpoints": ["77.164.248.136:42420", "10.65.0.27:42420", "172.17.0.1:42420"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59040}, - {"Proto": "peerapi6", "Port": 59040} + {"Proto": "peerapi4", "Port": 59729}, + {"Proto": "peerapi6", "Port": 59729} ]}, - "Created": "2026-04-09T01:31:49.017180569Z", + "Created": "2026-04-09T08:37:52.258633878Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7235359254998660, - "StableID": "ns6M3tcuVy11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 4817180142577133, + "StableID": "nLJPYv9ice11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "DiscoKey": "discokey:90ceb10e3a4d8df69b76eafea185ee4f8dd869a853cc9c0f707bbfd1d8509c27", - "Addresses": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "AllowedIPs": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "Endpoints": ["77.164.248.136:35808", "10.65.0.27:35808", "172.17.0.1:35808"], + "Key": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "DiscoKey": "discokey:b46f16844ffaa620072e55d20bf5077cef3ab9c35ee7cb1e160dcbd8cb5f1b59", + "Addresses": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "AllowedIPs": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "Endpoints": ["77.164.248.136:37563", "10.65.0.27:37563", "172.17.0.1:37563"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56132}, - {"Proto": "peerapi6", "Port": 56132} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 39890}, + {"Proto": "peerapi6", "Port": 39890} ]}, - "Created": "2026-04-09T01:31:49.606076723Z", + "Created": "2026-04-09T08:37:56.005023769Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 7374959382315837, - "StableID": "nk6hFHg8bz11CNTRL", + "ID": 4920945361248939, + "StableID": "npV6bdthRf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "DiscoKey": "discokey:69d107347be87e11dc819964fbb732a2f874fd739e63760a0c2152d0d45df01f", + "Addresses": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "AllowedIPs": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "Endpoints": ["77.164.248.136:39111", "10.65.0.27:39111", "172.17.0.1:39111"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41397}, + {"Proto": "peerapi6", "Port": 41397} + ]}, + "Created": "2026-04-09T08:37:51.749815301Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5006686833588873, + "StableID": "n48ft3BY6g11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "DiscoKey": "discokey:fbc2d96ee519bd33ad83c3ed97af9acf677cdbe963e0dcb20cd937a2076f4d24", - "Addresses": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "AllowedIPs": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "Endpoints": ["77.164.248.136:42425", "10.65.0.27:42425", "172.17.0.1:42425"], + "Key": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "DiscoKey": "discokey:c901c8ed1dbe59b8166d5bc05646827fc8512ae993cf9c9308b1582ffbf3f24d", + "Addresses": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "AllowedIPs": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "Endpoints": ["77.164.248.136:52127", "10.65.0.27:52127", "172.17.0.1:52127"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 34157}, - {"Proto": "peerapi6", "Port": 34157} + {"Proto": "peerapi4", "Port": 46490}, + {"Proto": "peerapi6", "Port": 46490} ]}, - "Created": "2026-04-09T01:31:53.339730421Z", + "Created": "2026-04-09T08:37:57.060848037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8454739276017624, - "StableID": "n55nvWfA2921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "KeyExpiry": "2026-10-06T01:31:55Z", - "DiscoKey": "discokey:2866f4ca247a89c6eee46fcd13267bcc929afee15471eb0e5516f4c65caba116", - "Addresses": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "AllowedIPs": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "Endpoints": ["77.164.248.136:49471", "10.65.0.27:49471", "172.17.0.1:49471"], + "ID": 5193129518379872, + "StableID": "njt9WyhyYh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "DiscoKey": "discokey:fab86884328cd14bd1ec27114229f152137b251032fdbc6dc68bf769294a210a", + "Addresses": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "AllowedIPs": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "Endpoints": ["77.164.248.136:45732", "10.65.0.27:45732", "172.17.0.1:45732"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56535}, - {"Proto": "peerapi6", "Port": 56535} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64289}, + {"Proto": "peerapi6", "Port": 64289} ]}, - "Created": "2026-04-09T01:31:55.506724203Z", + "Created": "2026-04-09T08:37:52.789852901Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8838676200510679, - "StableID": "n4HSD6342C21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "KeyExpiry": "2026-10-06T01:31:54Z", - "DiscoKey": "discokey:adceea8439af97ee740e558e584333adb460d0da754a114d82f981ae7524cb4d", - "Addresses": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], - "AllowedIPs": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], + "ID": 6272975514361305, + "StableID": "nidhQvR3zq11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "DiscoKey": "discokey:2d9a7c0b8cb07533b388897b9535002fb5e89f20d2e565ed538d4c15cf9def1e", + "Addresses": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "AllowedIPs": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "Endpoints": ["77.164.248.136:35077", "10.65.0.27:35077", "172.17.0.1:35077"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46228}, - {"Proto": "peerapi6", "Port": 46228} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63453}, + {"Proto": "peerapi6", "Port": 63453} ]}, - "Created": "2026-04-09T01:31:54.98739145Z", + "Created": "2026-04-09T08:37:55.444255286Z", "Cap": 131, + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 9006309562588559, - "StableID": "nAQVPrUyKD21CNTRL", + "ID": 6432965898249649, + "StableID": "nLNkm87WEs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "DiscoKey": "discokey:aee6527c1f5541571a9b06dc4cd78da91db35b2dabf8892211154cc9bb5a3a3a", + "Addresses": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "AllowedIPs": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "Endpoints": ["77.164.248.136:59056", "10.65.0.27:59056", "172.17.0.1:59056"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 41730}, + {"Proto": "peerapi6", "Port": 41730} + ]}, + "Created": "2026-04-09T08:37:56.518289644Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6745505735894366, + "StableID": "nViwyqz3gu11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "DiscoKey": "discokey:b1945cdf73c3bb941511d71812b1dec1f6e8998494127fb41de9b2fa8e3d1b77", + "Addresses": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "AllowedIPs": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "Endpoints": ["77.164.248.136:56177", "10.65.0.27:56177", "172.17.0.1:56177"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 48937}, + {"Proto": "peerapi6", "Port": 48937} + ]}, + "Created": "2026-04-09T08:37:57.594662466Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7015452449919480, + "StableID": "nf6FiJ3Knw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "DiscoKey": "discokey:2ffc458fcb25ad37b7916e93176c46d2f824df45f66c2b30d8cc4e2b3e35a64e", + "Addresses": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "AllowedIPs": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "Endpoints": ["77.164.248.136:58687", "10.65.0.27:58687", "172.17.0.1:58687"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51434}, + {"Proto": "peerapi6", "Port": 51434} + ]}, + "Created": "2026-04-09T08:37:54.020752684Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7494289411494985, + "StableID": "nxGiJwGBX121CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "DiscoKey": "discokey:7aedee2aed19b2c1209a6b7a0252ae27b911b719106d13aec7d2dde75f88b53b", - "Addresses": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], - "AllowedIPs": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], + "Key": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "DiscoKey": "discokey:59eabb0a6fa9b796818d2d2ed678e1e1e9678862f1baf1b02e651197e0680c12", + "Addresses": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "AllowedIPs": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "Endpoints": ["77.164.248.136:44343", "10.65.0.27:44343", "172.17.0.1:44343"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33813}, - {"Proto": "peerapi6", "Port": 33813} + {"Proto": "peerapi4", "Port": 49203}, + {"Proto": "peerapi6", "Port": 49203} ]}, - "Created": "2026-04-09T01:31:54.432907211Z", + "Created": "2026-04-09T08:37:58.13170099Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" + }, { + "ID": 7663462133488511, + "StableID": "nrphS1Aoq221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:540481c56e1550b803b365f8a01730119651b932ff6cd8824badb29ada15490e", + "Addresses": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "AllowedIPs": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55496}, + {"Proto": "peerapi6", "Port": 55496} + ]}, + "Created": "2026-04-09T08:37:59.736635997Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13859,27 +13899,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2231036938786824": { - "ID": 2231036938786824, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "920898235771368": { + "ID": 920898235771368, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13910,26 +13952,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2928108956541345, - "StableID": "nLeneWT9sP11CNTRL", + "ID": 6272975514361305, + "StableID": "nidhQvR3zq11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 2928108956541345, - "Key": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "DiscoKey": "discokey:4d41176c2c94cc99cba4b019744f093d592e288a243c5ef37dc1a93916ecac0a", - "Addresses": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "AllowedIPs": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "Endpoints": ["77.164.248.136:34937", "10.65.0.27:34937", "172.17.0.1:34937"], + "User": 6272975514361305, + "Key": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "DiscoKey": "discokey:2d9a7c0b8cb07533b388897b9535002fb5e89f20d2e565ed538d4c15cf9def1e", + "Addresses": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "AllowedIPs": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "Endpoints": ["77.164.248.136:35077", "10.65.0.27:35077", "172.17.0.1:35077"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 35459}, - {"Proto": "peerapi6", "Port": 35459}, + {"Proto": "peerapi4", "Port": 63453}, + {"Proto": "peerapi6", "Port": 63453}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:51.719206539Z", + "Created": "2026-04-09T08:37:55.444255286Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13957,300 +13999,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "MachineKey": "mkey:3705c04ca034e3b60f85ca96dd520cd422178828360e02c93c5941dcae78e511", + "NodeKey": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "MachineKey": "mkey:90adce506da03631c4f1434a16cb561bfdbab30776518851553dd98650e0e57d", "Peers": [{ - "ID": 622329087865150, - "StableID": "nyUsRjXrr511CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "DiscoKey": "discokey:685165904c10dcdee6e9a23d2088c2807620f58c3ede05e85609fa04644ede55", - "Addresses": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "AllowedIPs": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50905}, - {"Proto": "peerapi6", "Port": 50905} - ]}, - "Created": "2026-04-09T01:31:52.817152994Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1425007170805722, - "StableID": "noFdyGXP8C11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "DiscoKey": "discokey:d146b7792b36f0e0a111cbee7cc5a873ca7fc0a4493f8aabb42dd6a025a89d49", - "Addresses": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "AllowedIPs": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "Endpoints": ["77.164.248.136:48380", "10.65.0.27:48380", "172.17.0.1:48380"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64686}, - {"Proto": "peerapi6", "Port": 64686} - ]}, - "Created": "2026-04-09T01:31:52.264957325Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2231036938786824, - "StableID": "nDdJTKZSRJ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "DiscoKey": "discokey:9e806ea0a07a1a57b13741eb71024a75c969fdb132a3264cc7a5a24742ff6c02", - "Addresses": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "AllowedIPs": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "Endpoints": ["77.164.248.136:45468", "10.65.0.27:45468", "172.17.0.1:45468"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:31:50.118748491Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3080081475318664, - "StableID": "nb6Nj1Xy3R11CNTRL", + "ID": 774570495148710, + "StableID": "nXuKGueo3711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "DiscoKey": "discokey:4ea984898d5015983897b5a3e355da3e4a249591f5e7febb74fe66300647aa43", - "Addresses": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "AllowedIPs": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], + "Key": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "DiscoKey": "discokey:43248954e11f248ae51c1ba24538696e37b6a8e92527673541e36a41435b5d09", + "Addresses": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "AllowedIPs": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62589}, - {"Proto": "peerapi6", "Port": 62589} + {"Proto": "peerapi4", "Port": 40621}, + {"Proto": "peerapi6", "Port": 40621} ]}, - "Created": "2026-04-09T01:31:51.178270037Z", + "Created": "2026-04-09T08:37:54.905248607Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3277473340400476, - "StableID": "nXcqugfNbS11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 920898235771368, + "StableID": "nX6PdES5C811CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "DiscoKey": "discokey:ce50255fd503b80f843cd2ef99d98758b3f0906ac6e83bb383ce1ed88fa6042f", - "Addresses": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "AllowedIPs": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "Endpoints": ["77.164.248.136:40826", "10.65.0.27:40826", "172.17.0.1:40826"], + "Key": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "DiscoKey": "discokey:a1a993eb76ebefce93c26ab346bd603432cba6ae289c2e503ea4b51221072873", + "Addresses": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "AllowedIPs": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "Endpoints": ["77.164.248.136:46608", "10.65.0.27:46608", "172.17.0.1:46608"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 39896}, - {"Proto": "peerapi6", "Port": 39896} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 36763}, + {"Proto": "peerapi6", "Port": 36763} ]}, - "Created": "2026-04-09T01:31:50.650499422Z", + "Created": "2026-04-09T08:37:53.324389331Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5464998951748342, - "StableID": "n3XfMpF7gj11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "DiscoKey": "discokey:469a2ace952b5ad6600a6f726352d0984949a98566b7c4306ed1399ec104f16f", - "Addresses": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "AllowedIPs": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "Endpoints": ["77.164.248.136:54327", "10.65.0.27:54327", "172.17.0.1:54327"], + "ID": 3052679869232242, + "StableID": "nwDidyiZqQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:8bb303198e6f340cd7c0ee34f01b29b832215bf3816d907c0bdbd02504c1cc2b", + "Addresses": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "AllowedIPs": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "Endpoints": ["77.164.248.136:46580", "10.65.0.27:46580", "172.17.0.1:46580"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63674}, - {"Proto": "peerapi6", "Port": 63674} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64216}, + {"Proto": "peerapi6", "Port": 64216} ]}, - "Created": "2026-04-09T01:31:53.899173702Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 5517066420873346, - "StableID": "nuzkJpyg5k11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "KeyExpiry": "2026-10-06T01:31:56Z", - "DiscoKey": "discokey:7cddf267c64ba7a63da5373c3350e92d25bf986c7c29063817f3302c79f8d236", - "Addresses": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "AllowedIPs": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "Endpoints": ["77.164.248.136:57058", "10.65.0.27:57058", "172.17.0.1:57058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56008}, - {"Proto": "peerapi6", "Port": 56008} - ]}, - "Created": "2026-04-09T01:31:56.067091256Z", + "Created": "2026-04-09T08:37:59.204318202Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 5876554059480108, - "StableID": "nFYVvP7Wtn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "DiscoKey": "discokey:2bd1b8f2e7a4fe2ea660ee63b279103771e8e1f3f11c5b1005fa9a58472ee025", - "Addresses": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "AllowedIPs": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "Endpoints": ["77.164.248.136:46401", "10.65.0.27:46401", "172.17.0.1:46401"], + "ID": 4321514878393999, + "StableID": "ne8LULsDka11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "KeyExpiry": "2026-10-06T08:37:58Z", + "DiscoKey": "discokey:c3892e26c34868b1ad8feb70e8b4333cd5cf1272e9b5e14ac18fd9d8444cab71", + "Addresses": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "AllowedIPs": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "Endpoints": ["77.164.248.136:45217", "10.65.0.27:45217", "172.17.0.1:45217"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49058}, - {"Proto": "peerapi6", "Port": 49058} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41137}, + {"Proto": "peerapi6", "Port": 41137} ]}, - "Created": "2026-04-09T01:31:48.306620307Z", + "Created": "2026-04-09T08:37:58.663761163Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6055732142626963, - "StableID": "ngRgZFpeHp11CNTRL", + "ID": 4384686112978102, + "StableID": "nwDo9cGqEb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "DiscoKey": "discokey:ebe957812b45a0afcc155cf6bea1389f78572961322459e8e71f274367836e7b", - "Addresses": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "AllowedIPs": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "Endpoints": ["77.164.248.136:53156", "10.65.0.27:53156", "172.17.0.1:53156"], + "Key": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "DiscoKey": "discokey:5001aa67bafc312222f0bcb562894d9ee458d538cc3080fcdc9cc45c23cac912", + "Addresses": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "AllowedIPs": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "Endpoints": ["77.164.248.136:42420", "10.65.0.27:42420", "172.17.0.1:42420"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59040}, - {"Proto": "peerapi6", "Port": 59040} + {"Proto": "peerapi4", "Port": 59729}, + {"Proto": "peerapi6", "Port": 59729} ]}, - "Created": "2026-04-09T01:31:49.017180569Z", + "Created": "2026-04-09T08:37:52.258633878Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7235359254998660, - "StableID": "ns6M3tcuVy11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 4817180142577133, + "StableID": "nLJPYv9ice11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "DiscoKey": "discokey:90ceb10e3a4d8df69b76eafea185ee4f8dd869a853cc9c0f707bbfd1d8509c27", - "Addresses": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "AllowedIPs": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "Endpoints": ["77.164.248.136:35808", "10.65.0.27:35808", "172.17.0.1:35808"], + "Key": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "DiscoKey": "discokey:b46f16844ffaa620072e55d20bf5077cef3ab9c35ee7cb1e160dcbd8cb5f1b59", + "Addresses": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "AllowedIPs": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "Endpoints": ["77.164.248.136:37563", "10.65.0.27:37563", "172.17.0.1:37563"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56132}, - {"Proto": "peerapi6", "Port": 56132} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 39890}, + {"Proto": "peerapi6", "Port": 39890} ]}, - "Created": "2026-04-09T01:31:49.606076723Z", + "Created": "2026-04-09T08:37:56.005023769Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 7374959382315837, - "StableID": "nk6hFHg8bz11CNTRL", + "ID": 4920945361248939, + "StableID": "npV6bdthRf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "DiscoKey": "discokey:69d107347be87e11dc819964fbb732a2f874fd739e63760a0c2152d0d45df01f", + "Addresses": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "AllowedIPs": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "Endpoints": ["77.164.248.136:39111", "10.65.0.27:39111", "172.17.0.1:39111"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41397}, + {"Proto": "peerapi6", "Port": 41397} + ]}, + "Created": "2026-04-09T08:37:51.749815301Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5006686833588873, + "StableID": "n48ft3BY6g11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "DiscoKey": "discokey:fbc2d96ee519bd33ad83c3ed97af9acf677cdbe963e0dcb20cd937a2076f4d24", - "Addresses": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "AllowedIPs": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "Endpoints": ["77.164.248.136:42425", "10.65.0.27:42425", "172.17.0.1:42425"], + "Key": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "DiscoKey": "discokey:c901c8ed1dbe59b8166d5bc05646827fc8512ae993cf9c9308b1582ffbf3f24d", + "Addresses": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "AllowedIPs": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "Endpoints": ["77.164.248.136:52127", "10.65.0.27:52127", "172.17.0.1:52127"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 34157}, - {"Proto": "peerapi6", "Port": 34157} + {"Proto": "peerapi4", "Port": 46490}, + {"Proto": "peerapi6", "Port": 46490} ]}, - "Created": "2026-04-09T01:31:53.339730421Z", + "Created": "2026-04-09T08:37:57.060848037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8454739276017624, - "StableID": "n55nvWfA2921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "KeyExpiry": "2026-10-06T01:31:55Z", - "DiscoKey": "discokey:2866f4ca247a89c6eee46fcd13267bcc929afee15471eb0e5516f4c65caba116", - "Addresses": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "AllowedIPs": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "Endpoints": ["77.164.248.136:49471", "10.65.0.27:49471", "172.17.0.1:49471"], + "ID": 5193129518379872, + "StableID": "njt9WyhyYh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "DiscoKey": "discokey:fab86884328cd14bd1ec27114229f152137b251032fdbc6dc68bf769294a210a", + "Addresses": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "AllowedIPs": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "Endpoints": ["77.164.248.136:45732", "10.65.0.27:45732", "172.17.0.1:45732"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56535}, - {"Proto": "peerapi6", "Port": 56535} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64289}, + {"Proto": "peerapi6", "Port": 64289} ]}, - "Created": "2026-04-09T01:31:55.506724203Z", + "Created": "2026-04-09T08:37:52.789852901Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8838676200510679, - "StableID": "n4HSD6342C21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "KeyExpiry": "2026-10-06T01:31:54Z", - "DiscoKey": "discokey:adceea8439af97ee740e558e584333adb460d0da754a114d82f981ae7524cb4d", - "Addresses": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], - "AllowedIPs": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], + "ID": 6432965898249649, + "StableID": "nLNkm87WEs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "DiscoKey": "discokey:aee6527c1f5541571a9b06dc4cd78da91db35b2dabf8892211154cc9bb5a3a3a", + "Addresses": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "AllowedIPs": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "Endpoints": ["77.164.248.136:59056", "10.65.0.27:59056", "172.17.0.1:59056"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 41730}, + {"Proto": "peerapi6", "Port": 41730} + ]}, + "Created": "2026-04-09T08:37:56.518289644Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6745505735894366, + "StableID": "nViwyqz3gu11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "DiscoKey": "discokey:b1945cdf73c3bb941511d71812b1dec1f6e8998494127fb41de9b2fa8e3d1b77", + "Addresses": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "AllowedIPs": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "Endpoints": ["77.164.248.136:56177", "10.65.0.27:56177", "172.17.0.1:56177"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46228}, - {"Proto": "peerapi6", "Port": 46228} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 48937}, + {"Proto": "peerapi6", "Port": 48937} ]}, - "Created": "2026-04-09T01:31:54.98739145Z", + "Created": "2026-04-09T08:37:57.594662466Z", "Cap": 131, + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 9006309562588559, - "StableID": "nAQVPrUyKD21CNTRL", + "ID": 7015452449919480, + "StableID": "nf6FiJ3Knw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "DiscoKey": "discokey:2ffc458fcb25ad37b7916e93176c46d2f824df45f66c2b30d8cc4e2b3e35a64e", + "Addresses": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "AllowedIPs": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "Endpoints": ["77.164.248.136:58687", "10.65.0.27:58687", "172.17.0.1:58687"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51434}, + {"Proto": "peerapi6", "Port": 51434} + ]}, + "Created": "2026-04-09T08:37:54.020752684Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7494289411494985, + "StableID": "nxGiJwGBX121CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "DiscoKey": "discokey:7aedee2aed19b2c1209a6b7a0252ae27b911b719106d13aec7d2dde75f88b53b", - "Addresses": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], - "AllowedIPs": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], + "Key": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "DiscoKey": "discokey:59eabb0a6fa9b796818d2d2ed678e1e1e9678862f1baf1b02e651197e0680c12", + "Addresses": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "AllowedIPs": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "Endpoints": ["77.164.248.136:44343", "10.65.0.27:44343", "172.17.0.1:44343"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33813}, - {"Proto": "peerapi6", "Port": 33813} + {"Proto": "peerapi4", "Port": 49203}, + {"Proto": "peerapi6", "Port": 49203} ]}, - "Created": "2026-04-09T01:31:54.432907211Z", + "Created": "2026-04-09T08:37:58.13170099Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" + }, { + "ID": 7663462133488511, + "StableID": "nrphS1Aoq221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:540481c56e1550b803b365f8a01730119651b932ff6cd8824badb29ada15490e", + "Addresses": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "AllowedIPs": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "Endpoints": ["77.164.248.136:58631", "10.65.0.27:58631", "172.17.0.1:58631"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55496}, + {"Proto": "peerapi6", "Port": 55496} + ]}, + "Created": "2026-04-09T08:37:59.736635997Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15098,27 +15142,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2928108956541345": { - "ID": 2928108956541345, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6272975514361305": { + "ID": 6272975514361305, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15149,26 +15195,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 622329087865150, - "StableID": "nyUsRjXrr511CNTRL", + "ID": 6432965898249649, + "StableID": "nLNkm87WEs11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 622329087865150, - "Key": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "DiscoKey": "discokey:685165904c10dcdee6e9a23d2088c2807620f58c3ede05e85609fa04644ede55", - "Addresses": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "AllowedIPs": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], + "User": 6432965898249649, + "Key": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "DiscoKey": "discokey:aee6527c1f5541571a9b06dc4cd78da91db35b2dabf8892211154cc9bb5a3a3a", + "Addresses": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "AllowedIPs": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "Endpoints": ["77.164.248.136:59056", "10.65.0.27:59056", "172.17.0.1:59056"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 50905}, - {"Proto": "peerapi6", "Port": 50905}, + {"Proto": "peerapi4", "Port": 41730}, + {"Proto": "peerapi6", "Port": 41730}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:31:52.817152994Z", + "Created": "2026-04-09T08:37:56.518289644Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15196,300 +15242,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "MachineKey": "mkey:eb78cc6dc047f8fc6a0b84d34d7a19b39d78c295e02b40488a8f0f6c23807002", + "NodeKey": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "MachineKey": "mkey:10675a72ee790ff97f9afbaaaa7514613d0e2c8326f28103da460cd2e94cbc10", "Peers": [{ - "ID": 1425007170805722, - "StableID": "noFdyGXP8C11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "DiscoKey": "discokey:d146b7792b36f0e0a111cbee7cc5a873ca7fc0a4493f8aabb42dd6a025a89d49", - "Addresses": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "AllowedIPs": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "Endpoints": ["77.164.248.136:48380", "10.65.0.27:48380", "172.17.0.1:48380"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64686}, - {"Proto": "peerapi6", "Port": 64686} - ]}, - "Created": "2026-04-09T01:31:52.264957325Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2231036938786824, - "StableID": "nDdJTKZSRJ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "DiscoKey": "discokey:9e806ea0a07a1a57b13741eb71024a75c969fdb132a3264cc7a5a24742ff6c02", - "Addresses": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "AllowedIPs": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "Endpoints": ["77.164.248.136:45468", "10.65.0.27:45468", "172.17.0.1:45468"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:31:50.118748491Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2928108956541345, - "StableID": "nLeneWT9sP11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "DiscoKey": "discokey:4d41176c2c94cc99cba4b019744f093d592e288a243c5ef37dc1a93916ecac0a", - "Addresses": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "AllowedIPs": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "Endpoints": ["77.164.248.136:34937", "10.65.0.27:34937", "172.17.0.1:34937"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35459}, - {"Proto": "peerapi6", "Port": 35459} - ]}, - "Created": "2026-04-09T01:31:51.719206539Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3080081475318664, - "StableID": "nb6Nj1Xy3R11CNTRL", + "ID": 774570495148710, + "StableID": "nXuKGueo3711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "DiscoKey": "discokey:4ea984898d5015983897b5a3e355da3e4a249591f5e7febb74fe66300647aa43", - "Addresses": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "AllowedIPs": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], + "Key": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "DiscoKey": "discokey:43248954e11f248ae51c1ba24538696e37b6a8e92527673541e36a41435b5d09", + "Addresses": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "AllowedIPs": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62589}, - {"Proto": "peerapi6", "Port": 62589} + {"Proto": "peerapi4", "Port": 40621}, + {"Proto": "peerapi6", "Port": 40621} ]}, - "Created": "2026-04-09T01:31:51.178270037Z", + "Created": "2026-04-09T08:37:54.905248607Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3277473340400476, - "StableID": "nXcqugfNbS11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 920898235771368, + "StableID": "nX6PdES5C811CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "DiscoKey": "discokey:ce50255fd503b80f843cd2ef99d98758b3f0906ac6e83bb383ce1ed88fa6042f", - "Addresses": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "AllowedIPs": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "Endpoints": ["77.164.248.136:40826", "10.65.0.27:40826", "172.17.0.1:40826"], + "Key": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "DiscoKey": "discokey:a1a993eb76ebefce93c26ab346bd603432cba6ae289c2e503ea4b51221072873", + "Addresses": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "AllowedIPs": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "Endpoints": ["77.164.248.136:46608", "10.65.0.27:46608", "172.17.0.1:46608"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 39896}, - {"Proto": "peerapi6", "Port": 39896} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 36763}, + {"Proto": "peerapi6", "Port": 36763} ]}, - "Created": "2026-04-09T01:31:50.650499422Z", + "Created": "2026-04-09T08:37:53.324389331Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5464998951748342, - "StableID": "n3XfMpF7gj11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "DiscoKey": "discokey:469a2ace952b5ad6600a6f726352d0984949a98566b7c4306ed1399ec104f16f", - "Addresses": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "AllowedIPs": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "Endpoints": ["77.164.248.136:54327", "10.65.0.27:54327", "172.17.0.1:54327"], + "ID": 3052679869232242, + "StableID": "nwDidyiZqQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:8bb303198e6f340cd7c0ee34f01b29b832215bf3816d907c0bdbd02504c1cc2b", + "Addresses": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "AllowedIPs": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "Endpoints": ["77.164.248.136:46580", "10.65.0.27:46580", "172.17.0.1:46580"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63674}, - {"Proto": "peerapi6", "Port": 63674} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64216}, + {"Proto": "peerapi6", "Port": 64216} ]}, - "Created": "2026-04-09T01:31:53.899173702Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 5517066420873346, - "StableID": "nuzkJpyg5k11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "KeyExpiry": "2026-10-06T01:31:56Z", - "DiscoKey": "discokey:7cddf267c64ba7a63da5373c3350e92d25bf986c7c29063817f3302c79f8d236", - "Addresses": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "AllowedIPs": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "Endpoints": ["77.164.248.136:57058", "10.65.0.27:57058", "172.17.0.1:57058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56008}, - {"Proto": "peerapi6", "Port": 56008} - ]}, - "Created": "2026-04-09T01:31:56.067091256Z", + "Created": "2026-04-09T08:37:59.204318202Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 5876554059480108, - "StableID": "nFYVvP7Wtn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "DiscoKey": "discokey:2bd1b8f2e7a4fe2ea660ee63b279103771e8e1f3f11c5b1005fa9a58472ee025", - "Addresses": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "AllowedIPs": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "Endpoints": ["77.164.248.136:46401", "10.65.0.27:46401", "172.17.0.1:46401"], + "ID": 4321514878393999, + "StableID": "ne8LULsDka11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "KeyExpiry": "2026-10-06T08:37:58Z", + "DiscoKey": "discokey:c3892e26c34868b1ad8feb70e8b4333cd5cf1272e9b5e14ac18fd9d8444cab71", + "Addresses": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "AllowedIPs": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "Endpoints": ["77.164.248.136:45217", "10.65.0.27:45217", "172.17.0.1:45217"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49058}, - {"Proto": "peerapi6", "Port": 49058} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41137}, + {"Proto": "peerapi6", "Port": 41137} ]}, - "Created": "2026-04-09T01:31:48.306620307Z", + "Created": "2026-04-09T08:37:58.663761163Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6055732142626963, - "StableID": "ngRgZFpeHp11CNTRL", + "ID": 4384686112978102, + "StableID": "nwDo9cGqEb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "DiscoKey": "discokey:ebe957812b45a0afcc155cf6bea1389f78572961322459e8e71f274367836e7b", - "Addresses": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "AllowedIPs": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "Endpoints": ["77.164.248.136:53156", "10.65.0.27:53156", "172.17.0.1:53156"], + "Key": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "DiscoKey": "discokey:5001aa67bafc312222f0bcb562894d9ee458d538cc3080fcdc9cc45c23cac912", + "Addresses": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "AllowedIPs": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "Endpoints": ["77.164.248.136:42420", "10.65.0.27:42420", "172.17.0.1:42420"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59040}, - {"Proto": "peerapi6", "Port": 59040} + {"Proto": "peerapi4", "Port": 59729}, + {"Proto": "peerapi6", "Port": 59729} ]}, - "Created": "2026-04-09T01:31:49.017180569Z", + "Created": "2026-04-09T08:37:52.258633878Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7235359254998660, - "StableID": "ns6M3tcuVy11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 4817180142577133, + "StableID": "nLJPYv9ice11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "DiscoKey": "discokey:90ceb10e3a4d8df69b76eafea185ee4f8dd869a853cc9c0f707bbfd1d8509c27", - "Addresses": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "AllowedIPs": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "Endpoints": ["77.164.248.136:35808", "10.65.0.27:35808", "172.17.0.1:35808"], + "Key": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "DiscoKey": "discokey:b46f16844ffaa620072e55d20bf5077cef3ab9c35ee7cb1e160dcbd8cb5f1b59", + "Addresses": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "AllowedIPs": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "Endpoints": ["77.164.248.136:37563", "10.65.0.27:37563", "172.17.0.1:37563"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56132}, - {"Proto": "peerapi6", "Port": 56132} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 39890}, + {"Proto": "peerapi6", "Port": 39890} ]}, - "Created": "2026-04-09T01:31:49.606076723Z", + "Created": "2026-04-09T08:37:56.005023769Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 7374959382315837, - "StableID": "nk6hFHg8bz11CNTRL", + "ID": 4920945361248939, + "StableID": "npV6bdthRf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "DiscoKey": "discokey:69d107347be87e11dc819964fbb732a2f874fd739e63760a0c2152d0d45df01f", + "Addresses": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "AllowedIPs": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "Endpoints": ["77.164.248.136:39111", "10.65.0.27:39111", "172.17.0.1:39111"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41397}, + {"Proto": "peerapi6", "Port": 41397} + ]}, + "Created": "2026-04-09T08:37:51.749815301Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5006686833588873, + "StableID": "n48ft3BY6g11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "DiscoKey": "discokey:fbc2d96ee519bd33ad83c3ed97af9acf677cdbe963e0dcb20cd937a2076f4d24", - "Addresses": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "AllowedIPs": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "Endpoints": ["77.164.248.136:42425", "10.65.0.27:42425", "172.17.0.1:42425"], + "Key": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "DiscoKey": "discokey:c901c8ed1dbe59b8166d5bc05646827fc8512ae993cf9c9308b1582ffbf3f24d", + "Addresses": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "AllowedIPs": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "Endpoints": ["77.164.248.136:52127", "10.65.0.27:52127", "172.17.0.1:52127"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 34157}, - {"Proto": "peerapi6", "Port": 34157} + {"Proto": "peerapi4", "Port": 46490}, + {"Proto": "peerapi6", "Port": 46490} ]}, - "Created": "2026-04-09T01:31:53.339730421Z", + "Created": "2026-04-09T08:37:57.060848037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8454739276017624, - "StableID": "n55nvWfA2921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "KeyExpiry": "2026-10-06T01:31:55Z", - "DiscoKey": "discokey:2866f4ca247a89c6eee46fcd13267bcc929afee15471eb0e5516f4c65caba116", - "Addresses": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "AllowedIPs": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "Endpoints": ["77.164.248.136:49471", "10.65.0.27:49471", "172.17.0.1:49471"], + "ID": 5193129518379872, + "StableID": "njt9WyhyYh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "DiscoKey": "discokey:fab86884328cd14bd1ec27114229f152137b251032fdbc6dc68bf769294a210a", + "Addresses": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "AllowedIPs": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "Endpoints": ["77.164.248.136:45732", "10.65.0.27:45732", "172.17.0.1:45732"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56535}, - {"Proto": "peerapi6", "Port": 56535} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64289}, + {"Proto": "peerapi6", "Port": 64289} ]}, - "Created": "2026-04-09T01:31:55.506724203Z", + "Created": "2026-04-09T08:37:52.789852901Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8838676200510679, - "StableID": "n4HSD6342C21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "KeyExpiry": "2026-10-06T01:31:54Z", - "DiscoKey": "discokey:adceea8439af97ee740e558e584333adb460d0da754a114d82f981ae7524cb4d", - "Addresses": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], - "AllowedIPs": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], + "ID": 6272975514361305, + "StableID": "nidhQvR3zq11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "DiscoKey": "discokey:2d9a7c0b8cb07533b388897b9535002fb5e89f20d2e565ed538d4c15cf9def1e", + "Addresses": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "AllowedIPs": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "Endpoints": ["77.164.248.136:35077", "10.65.0.27:35077", "172.17.0.1:35077"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46228}, - {"Proto": "peerapi6", "Port": 46228} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63453}, + {"Proto": "peerapi6", "Port": 63453} ]}, - "Created": "2026-04-09T01:31:54.98739145Z", + "Created": "2026-04-09T08:37:55.444255286Z", "Cap": 131, + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 9006309562588559, - "StableID": "nAQVPrUyKD21CNTRL", + "ID": 6745505735894366, + "StableID": "nViwyqz3gu11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "DiscoKey": "discokey:b1945cdf73c3bb941511d71812b1dec1f6e8998494127fb41de9b2fa8e3d1b77", + "Addresses": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "AllowedIPs": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "Endpoints": ["77.164.248.136:56177", "10.65.0.27:56177", "172.17.0.1:56177"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 48937}, + {"Proto": "peerapi6", "Port": 48937} + ]}, + "Created": "2026-04-09T08:37:57.594662466Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7015452449919480, + "StableID": "nf6FiJ3Knw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "DiscoKey": "discokey:2ffc458fcb25ad37b7916e93176c46d2f824df45f66c2b30d8cc4e2b3e35a64e", + "Addresses": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "AllowedIPs": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "Endpoints": ["77.164.248.136:58687", "10.65.0.27:58687", "172.17.0.1:58687"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51434}, + {"Proto": "peerapi6", "Port": 51434} + ]}, + "Created": "2026-04-09T08:37:54.020752684Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7494289411494985, + "StableID": "nxGiJwGBX121CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "DiscoKey": "discokey:7aedee2aed19b2c1209a6b7a0252ae27b911b719106d13aec7d2dde75f88b53b", - "Addresses": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], - "AllowedIPs": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], + "Key": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "DiscoKey": "discokey:59eabb0a6fa9b796818d2d2ed678e1e1e9678862f1baf1b02e651197e0680c12", + "Addresses": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "AllowedIPs": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "Endpoints": ["77.164.248.136:44343", "10.65.0.27:44343", "172.17.0.1:44343"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33813}, - {"Proto": "peerapi6", "Port": 33813} + {"Proto": "peerapi4", "Port": 49203}, + {"Proto": "peerapi6", "Port": 49203} ]}, - "Created": "2026-04-09T01:31:54.432907211Z", + "Created": "2026-04-09T08:37:58.13170099Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" + }, { + "ID": 7663462133488511, + "StableID": "nrphS1Aoq221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:540481c56e1550b803b365f8a01730119651b932ff6cd8824badb29ada15490e", + "Addresses": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "AllowedIPs": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "Endpoints": ["77.164.248.136:58631", "10.65.0.27:58631", "172.17.0.1:58631"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55496}, + {"Proto": "peerapi6", "Port": 55496} + ]}, + "Created": "2026-04-09T08:37:59.736635997Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16337,27 +16385,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "622329087865150": { - "ID": 622329087865150, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6432965898249649": { + "ID": 6432965898249649, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16388,22 +16438,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8454739276017624, - "StableID": "n55nvWfA2921CNTRL", + "ID": 3052679869232242, + "StableID": "nwDidyiZqQ11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "KeyExpiry": "2026-10-06T01:31:55Z", - "DiscoKey": "discokey:2866f4ca247a89c6eee46fcd13267bcc929afee15471eb0e5516f4c65caba116", - "Addresses": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "AllowedIPs": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "Endpoints": ["77.164.248.136:49471", "10.65.0.27:49471", "172.17.0.1:49471"], + "Key": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:8bb303198e6f340cd7c0ee34f01b29b832215bf3816d907c0bdbd02504c1cc2b", + "Addresses": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "AllowedIPs": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "Endpoints": ["77.164.248.136:46580", "10.65.0.27:46580", "172.17.0.1:46580"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56535}, - {"Proto": "peerapi6", "Port": 56535}, + {"Proto": "peerapi4", "Port": 64216}, + {"Proto": "peerapi6", "Port": 64216}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:55.506724203Z", + "Created": "2026-04-09T08:37:59.204318202Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16430,300 +16480,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "MachineKey": "mkey:ec9d65f297d062e59ffee2c0ccc010ad7601496046a2d495efb43a49ed286d77", + "NodeKey": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "MachineKey": "mkey:d9c5d9905297fc755e454197e6b3282b112b0e345ecd309dc0fe71c1fce7dc0a", "Peers": [{ - "ID": 622329087865150, - "StableID": "nyUsRjXrr511CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "DiscoKey": "discokey:685165904c10dcdee6e9a23d2088c2807620f58c3ede05e85609fa04644ede55", - "Addresses": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "AllowedIPs": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50905}, - {"Proto": "peerapi6", "Port": 50905} - ]}, - "Created": "2026-04-09T01:31:52.817152994Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1425007170805722, - "StableID": "noFdyGXP8C11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "DiscoKey": "discokey:d146b7792b36f0e0a111cbee7cc5a873ca7fc0a4493f8aabb42dd6a025a89d49", - "Addresses": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "AllowedIPs": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "Endpoints": ["77.164.248.136:48380", "10.65.0.27:48380", "172.17.0.1:48380"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64686}, - {"Proto": "peerapi6", "Port": 64686} - ]}, - "Created": "2026-04-09T01:31:52.264957325Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2231036938786824, - "StableID": "nDdJTKZSRJ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "DiscoKey": "discokey:9e806ea0a07a1a57b13741eb71024a75c969fdb132a3264cc7a5a24742ff6c02", - "Addresses": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "AllowedIPs": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "Endpoints": ["77.164.248.136:45468", "10.65.0.27:45468", "172.17.0.1:45468"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:31:50.118748491Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2928108956541345, - "StableID": "nLeneWT9sP11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "DiscoKey": "discokey:4d41176c2c94cc99cba4b019744f093d592e288a243c5ef37dc1a93916ecac0a", - "Addresses": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "AllowedIPs": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "Endpoints": ["77.164.248.136:34937", "10.65.0.27:34937", "172.17.0.1:34937"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35459}, - {"Proto": "peerapi6", "Port": 35459} - ]}, - "Created": "2026-04-09T01:31:51.719206539Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3080081475318664, - "StableID": "nb6Nj1Xy3R11CNTRL", + "ID": 774570495148710, + "StableID": "nXuKGueo3711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "DiscoKey": "discokey:4ea984898d5015983897b5a3e355da3e4a249591f5e7febb74fe66300647aa43", - "Addresses": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "AllowedIPs": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], + "Key": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "DiscoKey": "discokey:43248954e11f248ae51c1ba24538696e37b6a8e92527673541e36a41435b5d09", + "Addresses": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "AllowedIPs": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62589}, - {"Proto": "peerapi6", "Port": 62589} + {"Proto": "peerapi4", "Port": 40621}, + {"Proto": "peerapi6", "Port": 40621} ]}, - "Created": "2026-04-09T01:31:51.178270037Z", + "Created": "2026-04-09T08:37:54.905248607Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3277473340400476, - "StableID": "nXcqugfNbS11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 920898235771368, + "StableID": "nX6PdES5C811CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "DiscoKey": "discokey:ce50255fd503b80f843cd2ef99d98758b3f0906ac6e83bb383ce1ed88fa6042f", - "Addresses": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "AllowedIPs": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "Endpoints": ["77.164.248.136:40826", "10.65.0.27:40826", "172.17.0.1:40826"], + "Key": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "DiscoKey": "discokey:a1a993eb76ebefce93c26ab346bd603432cba6ae289c2e503ea4b51221072873", + "Addresses": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "AllowedIPs": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "Endpoints": ["77.164.248.136:46608", "10.65.0.27:46608", "172.17.0.1:46608"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 39896}, - {"Proto": "peerapi6", "Port": 39896} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 36763}, + {"Proto": "peerapi6", "Port": 36763} ]}, - "Created": "2026-04-09T01:31:50.650499422Z", + "Created": "2026-04-09T08:37:53.324389331Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5464998951748342, - "StableID": "n3XfMpF7gj11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "DiscoKey": "discokey:469a2ace952b5ad6600a6f726352d0984949a98566b7c4306ed1399ec104f16f", - "Addresses": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "AllowedIPs": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "Endpoints": ["77.164.248.136:54327", "10.65.0.27:54327", "172.17.0.1:54327"], + "ID": 4321514878393999, + "StableID": "ne8LULsDka11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "KeyExpiry": "2026-10-06T08:37:58Z", + "DiscoKey": "discokey:c3892e26c34868b1ad8feb70e8b4333cd5cf1272e9b5e14ac18fd9d8444cab71", + "Addresses": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "AllowedIPs": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "Endpoints": ["77.164.248.136:45217", "10.65.0.27:45217", "172.17.0.1:45217"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63674}, - {"Proto": "peerapi6", "Port": 63674} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41137}, + {"Proto": "peerapi6", "Port": 41137} ]}, - "Created": "2026-04-09T01:31:53.899173702Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 5517066420873346, - "StableID": "nuzkJpyg5k11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "KeyExpiry": "2026-10-06T01:31:56Z", - "DiscoKey": "discokey:7cddf267c64ba7a63da5373c3350e92d25bf986c7c29063817f3302c79f8d236", - "Addresses": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "AllowedIPs": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "Endpoints": ["77.164.248.136:57058", "10.65.0.27:57058", "172.17.0.1:57058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56008}, - {"Proto": "peerapi6", "Port": 56008} - ]}, - "Created": "2026-04-09T01:31:56.067091256Z", + "Created": "2026-04-09T08:37:58.663761163Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 5876554059480108, - "StableID": "nFYVvP7Wtn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "DiscoKey": "discokey:2bd1b8f2e7a4fe2ea660ee63b279103771e8e1f3f11c5b1005fa9a58472ee025", - "Addresses": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "AllowedIPs": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "Endpoints": ["77.164.248.136:46401", "10.65.0.27:46401", "172.17.0.1:46401"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49058}, - {"Proto": "peerapi6", "Port": 49058} - ]}, - "Created": "2026-04-09T01:31:48.306620307Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6055732142626963, - "StableID": "ngRgZFpeHp11CNTRL", + "ID": 4384686112978102, + "StableID": "nwDo9cGqEb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "DiscoKey": "discokey:ebe957812b45a0afcc155cf6bea1389f78572961322459e8e71f274367836e7b", - "Addresses": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "AllowedIPs": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "Endpoints": ["77.164.248.136:53156", "10.65.0.27:53156", "172.17.0.1:53156"], + "Key": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "DiscoKey": "discokey:5001aa67bafc312222f0bcb562894d9ee458d538cc3080fcdc9cc45c23cac912", + "Addresses": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "AllowedIPs": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "Endpoints": ["77.164.248.136:42420", "10.65.0.27:42420", "172.17.0.1:42420"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59040}, - {"Proto": "peerapi6", "Port": 59040} + {"Proto": "peerapi4", "Port": 59729}, + {"Proto": "peerapi6", "Port": 59729} ]}, - "Created": "2026-04-09T01:31:49.017180569Z", + "Created": "2026-04-09T08:37:52.258633878Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7235359254998660, - "StableID": "ns6M3tcuVy11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 4817180142577133, + "StableID": "nLJPYv9ice11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "DiscoKey": "discokey:90ceb10e3a4d8df69b76eafea185ee4f8dd869a853cc9c0f707bbfd1d8509c27", - "Addresses": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "AllowedIPs": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "Endpoints": ["77.164.248.136:35808", "10.65.0.27:35808", "172.17.0.1:35808"], + "Key": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "DiscoKey": "discokey:b46f16844ffaa620072e55d20bf5077cef3ab9c35ee7cb1e160dcbd8cb5f1b59", + "Addresses": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "AllowedIPs": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "Endpoints": ["77.164.248.136:37563", "10.65.0.27:37563", "172.17.0.1:37563"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56132}, - {"Proto": "peerapi6", "Port": 56132} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 39890}, + {"Proto": "peerapi6", "Port": 39890} ]}, - "Created": "2026-04-09T01:31:49.606076723Z", + "Created": "2026-04-09T08:37:56.005023769Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 7374959382315837, - "StableID": "nk6hFHg8bz11CNTRL", + "ID": 4920945361248939, + "StableID": "npV6bdthRf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "DiscoKey": "discokey:69d107347be87e11dc819964fbb732a2f874fd739e63760a0c2152d0d45df01f", + "Addresses": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "AllowedIPs": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "Endpoints": ["77.164.248.136:39111", "10.65.0.27:39111", "172.17.0.1:39111"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41397}, + {"Proto": "peerapi6", "Port": 41397} + ]}, + "Created": "2026-04-09T08:37:51.749815301Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5006686833588873, + "StableID": "n48ft3BY6g11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "DiscoKey": "discokey:fbc2d96ee519bd33ad83c3ed97af9acf677cdbe963e0dcb20cd937a2076f4d24", - "Addresses": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "AllowedIPs": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "Endpoints": ["77.164.248.136:42425", "10.65.0.27:42425", "172.17.0.1:42425"], + "Key": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "DiscoKey": "discokey:c901c8ed1dbe59b8166d5bc05646827fc8512ae993cf9c9308b1582ffbf3f24d", + "Addresses": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "AllowedIPs": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "Endpoints": ["77.164.248.136:52127", "10.65.0.27:52127", "172.17.0.1:52127"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 34157}, - {"Proto": "peerapi6", "Port": 34157} + {"Proto": "peerapi4", "Port": 46490}, + {"Proto": "peerapi6", "Port": 46490} ]}, - "Created": "2026-04-09T01:31:53.339730421Z", + "Created": "2026-04-09T08:37:57.060848037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8838676200510679, - "StableID": "n4HSD6342C21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "KeyExpiry": "2026-10-06T01:31:54Z", - "DiscoKey": "discokey:adceea8439af97ee740e558e584333adb460d0da754a114d82f981ae7524cb4d", - "Addresses": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], - "AllowedIPs": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], + "ID": 5193129518379872, + "StableID": "njt9WyhyYh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "DiscoKey": "discokey:fab86884328cd14bd1ec27114229f152137b251032fdbc6dc68bf769294a210a", + "Addresses": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "AllowedIPs": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "Endpoints": ["77.164.248.136:45732", "10.65.0.27:45732", "172.17.0.1:45732"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46228}, - {"Proto": "peerapi6", "Port": 46228} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 64289}, + {"Proto": "peerapi6", "Port": 64289} ]}, - "Created": "2026-04-09T01:31:54.98739145Z", + "Created": "2026-04-09T08:37:52.789852901Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 9006309562588559, - "StableID": "nAQVPrUyKD21CNTRL", + "ID": 6272975514361305, + "StableID": "nidhQvR3zq11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "DiscoKey": "discokey:2d9a7c0b8cb07533b388897b9535002fb5e89f20d2e565ed538d4c15cf9def1e", + "Addresses": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "AllowedIPs": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "Endpoints": ["77.164.248.136:35077", "10.65.0.27:35077", "172.17.0.1:35077"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63453}, + {"Proto": "peerapi6", "Port": 63453} + ]}, + "Created": "2026-04-09T08:37:55.444255286Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6432965898249649, + "StableID": "nLNkm87WEs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "DiscoKey": "discokey:aee6527c1f5541571a9b06dc4cd78da91db35b2dabf8892211154cc9bb5a3a3a", + "Addresses": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "AllowedIPs": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "Endpoints": ["77.164.248.136:59056", "10.65.0.27:59056", "172.17.0.1:59056"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 41730}, + {"Proto": "peerapi6", "Port": 41730} + ]}, + "Created": "2026-04-09T08:37:56.518289644Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6745505735894366, + "StableID": "nViwyqz3gu11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "DiscoKey": "discokey:b1945cdf73c3bb941511d71812b1dec1f6e8998494127fb41de9b2fa8e3d1b77", + "Addresses": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "AllowedIPs": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "Endpoints": ["77.164.248.136:56177", "10.65.0.27:56177", "172.17.0.1:56177"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 48937}, + {"Proto": "peerapi6", "Port": 48937} + ]}, + "Created": "2026-04-09T08:37:57.594662466Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7015452449919480, + "StableID": "nf6FiJ3Knw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "DiscoKey": "discokey:2ffc458fcb25ad37b7916e93176c46d2f824df45f66c2b30d8cc4e2b3e35a64e", + "Addresses": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "AllowedIPs": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "Endpoints": ["77.164.248.136:58687", "10.65.0.27:58687", "172.17.0.1:58687"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51434}, + {"Proto": "peerapi6", "Port": 51434} + ]}, + "Created": "2026-04-09T08:37:54.020752684Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7494289411494985, + "StableID": "nxGiJwGBX121CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "DiscoKey": "discokey:7aedee2aed19b2c1209a6b7a0252ae27b911b719106d13aec7d2dde75f88b53b", - "Addresses": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], - "AllowedIPs": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], + "Key": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "DiscoKey": "discokey:59eabb0a6fa9b796818d2d2ed678e1e1e9678862f1baf1b02e651197e0680c12", + "Addresses": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "AllowedIPs": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "Endpoints": ["77.164.248.136:44343", "10.65.0.27:44343", "172.17.0.1:44343"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33813}, - {"Proto": "peerapi6", "Port": 33813} + {"Proto": "peerapi4", "Port": 49203}, + {"Proto": "peerapi6", "Port": 49203} ]}, - "Created": "2026-04-09T01:31:54.432907211Z", + "Created": "2026-04-09T08:37:58.13170099Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" + }, { + "ID": 7663462133488511, + "StableID": "nrphS1Aoq221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:540481c56e1550b803b365f8a01730119651b932ff6cd8824badb29ada15490e", + "Addresses": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "AllowedIPs": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "Endpoints": ["77.164.248.136:58631", "10.65.0.27:58631", "172.17.0.1:58631"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55496}, + {"Proto": "peerapi6", "Port": 55496} + ]}, + "Created": "2026-04-09T08:37:59.736635997Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16751,7 +16803,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.75.148.40"}, {"nodeIP": "fd7a:115c:a1e0::4337:9428"}], + "principals": [{"nodeIP": "100.120.8.67"}, {"nodeIP": "fd7a:115c:a1e0::8f37:844"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -16760,7 +16812,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.148.40"}, {"nodeIP": "fd7a:115c:a1e0::4337:9428"}], + "principals": [{"nodeIP": "100.120.8.67"}, {"nodeIP": "fd7a:115c:a1e0::8f37:844"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17589,26 +17641,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.75.148.40"}, {"nodeIP": "fd7a:115c:a1e0::4337:9428"}], + "principals": [{"nodeIP": "100.120.8.67"}, {"nodeIP": "fd7a:115c:a1e0::8f37:844"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -17617,7 +17670,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.148.40"}, {"nodeIP": "fd7a:115c:a1e0::4337:9428"}], + "principals": [{"nodeIP": "100.120.8.67"}, {"nodeIP": "fd7a:115c:a1e0::8f37:844"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17654,21 +17707,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7374959382315837, - "StableID": "nk6hFHg8bz11CNTRL", + "ID": 5006686833588873, + "StableID": "n48ft3BY6g11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 7374959382315837, - "Key": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "DiscoKey": "discokey:fbc2d96ee519bd33ad83c3ed97af9acf677cdbe963e0dcb20cd937a2076f4d24", - "Addresses": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "AllowedIPs": ["100.96.63.30/32", "fd7a:115c:a1e0::3737:3f1e/128"], - "Endpoints": ["77.164.248.136:42425", "10.65.0.27:42425", "172.17.0.1:42425"], + "User": 5006686833588873, + "Key": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "DiscoKey": "discokey:c901c8ed1dbe59b8166d5bc05646827fc8512ae993cf9c9308b1582ffbf3f24d", + "Addresses": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "AllowedIPs": ["100.78.128.118/32", "fd7a:115c:a1e0::8537:8076/128"], + "Endpoints": ["77.164.248.136:52127", "10.65.0.27:52127", "172.17.0.1:52127"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 34157}, - {"Proto": "peerapi6", "Port": 34157}, + {"Proto": "peerapi4", "Port": 46490}, + {"Proto": "peerapi6", "Port": 46490}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:31:53.339730421Z", + "Created": "2026-04-09T08:37:57.060848037Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17696,298 +17749,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:086b29569778248eba6445bb7f9a313cf23f494b58b606c5c97a10dd37203f1d", - "MachineKey": "mkey:e38f6ef994adbc25bcb8c3f65fe096f5900d5434c8c98bc508b21ab31121043c", + "NodeKey": "nodekey:a6a35806cbcc7822ed1b59f5e062e78cbbb257cc564736d19f3ce97c854e8075", + "MachineKey": "mkey:f5fa0d4dbfc01b1bf185b07d5602b913cb1449329486eacd54a397e4b40cb47d", "Peers": [{ - "ID": 622329087865150, - "StableID": "nyUsRjXrr511CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3de5446e475a0b9f503e69fa4cee238e2c35ba0c448e4145bf8e6a658cf8537a", - "DiscoKey": "discokey:685165904c10dcdee6e9a23d2088c2807620f58c3ede05e85609fa04644ede55", - "Addresses": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "AllowedIPs": ["100.120.83.123/32", "fd7a:115c:a1e0::8c37:537c/128"], - "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50905}, - {"Proto": "peerapi6", "Port": 50905} - ]}, - "Created": "2026-04-09T01:31:52.817152994Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1425007170805722, - "StableID": "noFdyGXP8C11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2a623475e608802a41ded6dce666ab0550e4949a7f8de9ad3006f658ed1c6149", - "DiscoKey": "discokey:d146b7792b36f0e0a111cbee7cc5a873ca7fc0a4493f8aabb42dd6a025a89d49", - "Addresses": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "AllowedIPs": ["100.92.97.74/32", "fd7a:115c:a1e0::ed37:614a/128"], - "Endpoints": ["77.164.248.136:48380", "10.65.0.27:48380", "172.17.0.1:48380"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 64686}, - {"Proto": "peerapi6", "Port": 64686} - ]}, - "Created": "2026-04-09T01:31:52.264957325Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2231036938786824, - "StableID": "nDdJTKZSRJ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:38af940316a07a16c450b344bb942a9271c1b702b6c4990ec9148465e4c4c342", - "DiscoKey": "discokey:9e806ea0a07a1a57b13741eb71024a75c969fdb132a3264cc7a5a24742ff6c02", - "Addresses": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "AllowedIPs": ["100.68.195.67/32", "fd7a:115c:a1e0::e437:c343/128"], - "Endpoints": ["77.164.248.136:45468", "10.65.0.27:45468", "172.17.0.1:45468"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 59561}, - {"Proto": "peerapi6", "Port": 59561} - ]}, - "Created": "2026-04-09T01:31:50.118748491Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2928108956541345, - "StableID": "nLeneWT9sP11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fa3f015c8b7fa44657ec8a8ed77857ab7b5771647e8af32f45c1b89ba2f90052", - "DiscoKey": "discokey:4d41176c2c94cc99cba4b019744f093d592e288a243c5ef37dc1a93916ecac0a", - "Addresses": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "AllowedIPs": ["100.121.0.83/32", "fd7a:115c:a1e0::a237:53/128"], - "Endpoints": ["77.164.248.136:34937", "10.65.0.27:34937", "172.17.0.1:34937"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35459}, - {"Proto": "peerapi6", "Port": 35459} - ]}, - "Created": "2026-04-09T01:31:51.719206539Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3080081475318664, - "StableID": "nb6Nj1Xy3R11CNTRL", + "ID": 774570495148710, + "StableID": "nXuKGueo3711CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3e291332e2e45c04f0d780ff7de52ff1fa979197a295449cb90c373807df5a6f", - "DiscoKey": "discokey:4ea984898d5015983897b5a3e355da3e4a249591f5e7febb74fe66300647aa43", - "Addresses": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "AllowedIPs": ["100.95.90.112/32", "fd7a:115c:a1e0::737:5a70/128"], - "Endpoints": ["77.164.248.136:52397", "10.65.0.27:52397", "172.17.0.1:52397"], + "Key": "nodekey:681ed9cfc7a3c71cd8e08f2106c382ee4813243a2914836819e0d8c973f37f04", + "DiscoKey": "discokey:43248954e11f248ae51c1ba24538696e37b6a8e92527673541e36a41435b5d09", + "Addresses": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "AllowedIPs": ["100.115.127.5/32", "fd7a:115c:a1e0::7337:7f05/128"], + "Endpoints": ["77.164.248.136:49184", "10.65.0.27:49184", "172.17.0.1:49184"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 62589}, - {"Proto": "peerapi6", "Port": 62589} + {"Proto": "peerapi4", "Port": 40621}, + {"Proto": "peerapi6", "Port": 40621} ]}, - "Created": "2026-04-09T01:31:51.178270037Z", + "Created": "2026-04-09T08:37:54.905248607Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3277473340400476, - "StableID": "nXcqugfNbS11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 920898235771368, + "StableID": "nX6PdES5C811CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d12c704029e85129d5eb77c8c19fe6d42bb1a4046ee08cdeedd018f14c05817", - "DiscoKey": "discokey:ce50255fd503b80f843cd2ef99d98758b3f0906ac6e83bb383ce1ed88fa6042f", - "Addresses": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "AllowedIPs": ["100.64.88.24/32", "fd7a:115c:a1e0::1437:5818/128"], - "Endpoints": ["77.164.248.136:40826", "10.65.0.27:40826", "172.17.0.1:40826"], + "Key": "nodekey:a1fe7e18a0a4a10cbbac96bf7632a99598f4d194c76c7861685c1c613773420d", + "DiscoKey": "discokey:a1a993eb76ebefce93c26ab346bd603432cba6ae289c2e503ea4b51221072873", + "Addresses": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "AllowedIPs": ["100.115.66.14/32", "fd7a:115c:a1e0::3737:420e/128"], + "Endpoints": ["77.164.248.136:46608", "10.65.0.27:46608", "172.17.0.1:46608"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 39896}, - {"Proto": "peerapi6", "Port": 39896} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 36763}, + {"Proto": "peerapi6", "Port": 36763} ]}, - "Created": "2026-04-09T01:31:50.650499422Z", + "Created": "2026-04-09T08:37:53.324389331Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5464998951748342, - "StableID": "n3XfMpF7gj11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c0af4cba20d346c5cc52f6ed113cb63a4efb4a722eb9283a10bc3350674754d", - "DiscoKey": "discokey:469a2ace952b5ad6600a6f726352d0984949a98566b7c4306ed1399ec104f16f", - "Addresses": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "AllowedIPs": ["100.116.117.78/32", "fd7a:115c:a1e0::637:754e/128"], - "Endpoints": ["77.164.248.136:54327", "10.65.0.27:54327", "172.17.0.1:54327"], + "ID": 3052679869232242, + "StableID": "nwDidyiZqQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:190ad3a202c518bc819f205d5e0305243a167c24a9b778135b1cd5c28f780842", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:8bb303198e6f340cd7c0ee34f01b29b832215bf3816d907c0bdbd02504c1cc2b", + "Addresses": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "AllowedIPs": ["100.120.8.67/32", "fd7a:115c:a1e0::8f37:844/128"], + "Endpoints": ["77.164.248.136:46580", "10.65.0.27:46580", "172.17.0.1:46580"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63674}, - {"Proto": "peerapi6", "Port": 63674} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 64216}, + {"Proto": "peerapi6", "Port": 64216} ]}, - "Created": "2026-04-09T01:31:53.899173702Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 5517066420873346, - "StableID": "nuzkJpyg5k11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e33363536c98c3b7d69b84942c9e6c4fec23846f0cb858ae724eeb1f95af7d5a", - "KeyExpiry": "2026-10-06T01:31:56Z", - "DiscoKey": "discokey:7cddf267c64ba7a63da5373c3350e92d25bf986c7c29063817f3302c79f8d236", - "Addresses": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "AllowedIPs": ["100.111.125.91/32", "fd7a:115c:a1e0::9537:7d5b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 56008}, - {"Proto": "peerapi6", "Port": 56008} - ]}, - "Created": "2026-04-09T01:31:56.067091256Z", + "Created": "2026-04-09T08:37:59.204318202Z", "Cap": 131, "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 5876554059480108, - "StableID": "nFYVvP7Wtn11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:575c62dbf4c5a1d4b8b9ab90acd27c02c4d735540d65621ad99a72867725300a", - "DiscoKey": "discokey:2bd1b8f2e7a4fe2ea660ee63b279103771e8e1f3f11c5b1005fa9a58472ee025", - "Addresses": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "AllowedIPs": ["100.101.48.11/32", "fd7a:115c:a1e0::7737:300b/128"], - "Endpoints": ["77.164.248.136:46401", "10.65.0.27:46401", "172.17.0.1:46401"], + "ID": 4321514878393999, + "StableID": "ne8LULsDka11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:80f994b86669690ba181375774d09d306362df8414de831ed9d68cb7b69bfe55", + "KeyExpiry": "2026-10-06T08:37:58Z", + "DiscoKey": "discokey:c3892e26c34868b1ad8feb70e8b4333cd5cf1272e9b5e14ac18fd9d8444cab71", + "Addresses": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "AllowedIPs": ["100.91.254.86/32", "fd7a:115c:a1e0::b637:fe56/128"], + "Endpoints": ["77.164.248.136:45217", "10.65.0.27:45217", "172.17.0.1:45217"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49058}, - {"Proto": "peerapi6", "Port": 49058} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 41137}, + {"Proto": "peerapi6", "Port": 41137} ]}, - "Created": "2026-04-09T01:31:48.306620307Z", + "Created": "2026-04-09T08:37:58.663761163Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6055732142626963, - "StableID": "ngRgZFpeHp11CNTRL", + "ID": 4384686112978102, + "StableID": "nwDo9cGqEb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:51990455a11ca9f175ec931724b6b603fa0339b8b0fee912fb54fcf6d575c977", - "DiscoKey": "discokey:ebe957812b45a0afcc155cf6bea1389f78572961322459e8e71f274367836e7b", - "Addresses": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "AllowedIPs": ["100.117.201.120/32", "fd7a:115c:a1e0::d537:c978/128"], - "Endpoints": ["77.164.248.136:53156", "10.65.0.27:53156", "172.17.0.1:53156"], + "Key": "nodekey:9c9d7638b01a6387b61f6f0933e2fa1b2057c8ccc11b05bbbee1f24fd8584052", + "DiscoKey": "discokey:5001aa67bafc312222f0bcb562894d9ee458d538cc3080fcdc9cc45c23cac912", + "Addresses": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "AllowedIPs": ["100.88.64.83/32", "fd7a:115c:a1e0::d837:4053/128"], + "Endpoints": ["77.164.248.136:42420", "10.65.0.27:42420", "172.17.0.1:42420"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 59040}, - {"Proto": "peerapi6", "Port": 59040} + {"Proto": "peerapi4", "Port": 59729}, + {"Proto": "peerapi6", "Port": 59729} ]}, - "Created": "2026-04-09T01:31:49.017180569Z", + "Created": "2026-04-09T08:37:52.258633878Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 7235359254998660, - "StableID": "ns6M3tcuVy11CNTRL", + "ID": 4817180142577133, + "StableID": "nLJPYv9ice11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:12662a5796cd34d9cd9da026b4b6b540303030e3798b3731c005308c9f45aa0a", + "DiscoKey": "discokey:b46f16844ffaa620072e55d20bf5077cef3ab9c35ee7cb1e160dcbd8cb5f1b59", + "Addresses": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "AllowedIPs": ["100.69.170.11/32", "fd7a:115c:a1e0::9f37:aa0b/128"], + "Endpoints": ["77.164.248.136:37563", "10.65.0.27:37563", "172.17.0.1:37563"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 39890}, + {"Proto": "peerapi6", "Port": 39890} + ]}, + "Created": "2026-04-09T08:37:56.005023769Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4920945361248939, + "StableID": "npV6bdthRf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:39b3ade70e50362e6186befaf4af127cc12625a24933b9d1ebeb11a95a85eb3d", + "DiscoKey": "discokey:69d107347be87e11dc819964fbb732a2f874fd739e63760a0c2152d0d45df01f", + "Addresses": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "AllowedIPs": ["100.69.235.62/32", "fd7a:115c:a1e0::5a37:eb3e/128"], + "Endpoints": ["77.164.248.136:39111", "10.65.0.27:39111", "172.17.0.1:39111"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41397}, + {"Proto": "peerapi6", "Port": 41397} + ]}, + "Created": "2026-04-09T08:37:51.749815301Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5193129518379872, + "StableID": "njt9WyhyYh11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b75df53fd61b3ca945c332faa631769b914850a30a55a301ae19555eb41c301", - "DiscoKey": "discokey:90ceb10e3a4d8df69b76eafea185ee4f8dd869a853cc9c0f707bbfd1d8509c27", - "Addresses": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "AllowedIPs": ["100.65.195.2/32", "fd7a:115c:a1e0::eb37:c302/128"], - "Endpoints": ["77.164.248.136:35808", "10.65.0.27:35808", "172.17.0.1:35808"], + "Key": "nodekey:bc02df3e60e59159c1a7502b24ce460ca749ae3d732913c85e597ba489db0867", + "DiscoKey": "discokey:fab86884328cd14bd1ec27114229f152137b251032fdbc6dc68bf769294a210a", + "Addresses": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "AllowedIPs": ["100.91.8.104/32", "fd7a:115c:a1e0::8937:868/128"], + "Endpoints": ["77.164.248.136:45732", "10.65.0.27:45732", "172.17.0.1:45732"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 56132}, - {"Proto": "peerapi6", "Port": 56132} + {"Proto": "peerapi4", "Port": 64289}, + {"Proto": "peerapi6", "Port": 64289} ]}, - "Created": "2026-04-09T01:31:49.606076723Z", + "Created": "2026-04-09T08:37:52.789852901Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 8454739276017624, - "StableID": "n55nvWfA2921CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:78b89d382794d25b807d950026d622d1cd60f3ae437b8fb6e90e0deb438b9427", - "KeyExpiry": "2026-10-06T01:31:55Z", - "DiscoKey": "discokey:2866f4ca247a89c6eee46fcd13267bcc929afee15471eb0e5516f4c65caba116", - "Addresses": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "AllowedIPs": ["100.75.148.40/32", "fd7a:115c:a1e0::4337:9428/128"], - "Endpoints": ["77.164.248.136:49471", "10.65.0.27:49471", "172.17.0.1:49471"], + "ID": 6272975514361305, + "StableID": "nidhQvR3zq11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:970b0890dd297e9a2236d3195fe8e56d73e2571ffcbb7d5d84ac89f8c2a0c350", + "DiscoKey": "discokey:2d9a7c0b8cb07533b388897b9535002fb5e89f20d2e565ed538d4c15cf9def1e", + "Addresses": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "AllowedIPs": ["100.96.195.81/32", "fd7a:115c:a1e0::c237:c351/128"], + "Endpoints": ["77.164.248.136:35077", "10.65.0.27:35077", "172.17.0.1:35077"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56535}, - {"Proto": "peerapi6", "Port": 56535} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63453}, + {"Proto": "peerapi6", "Port": 63453} ]}, - "Created": "2026-04-09T01:31:55.506724203Z", + "Created": "2026-04-09T08:37:55.444255286Z", "Cap": 131, + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 8838676200510679, - "StableID": "n4HSD6342C21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:280257c21bfa61267f51445084d9f747f2617d0cf19e62f923fcdf2dabb52603", - "KeyExpiry": "2026-10-06T01:31:54Z", - "DiscoKey": "discokey:adceea8439af97ee740e558e584333adb460d0da754a114d82f981ae7524cb4d", - "Addresses": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], - "AllowedIPs": ["100.117.38.4/32", "fd7a:115c:a1e0::ab37:2604/128"], + "ID": 6432965898249649, + "StableID": "nLNkm87WEs11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ee4070105cc2550227845fc4496f319be7bd33fd048059607b087022a003b274", + "DiscoKey": "discokey:aee6527c1f5541571a9b06dc4cd78da91db35b2dabf8892211154cc9bb5a3a3a", + "Addresses": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "AllowedIPs": ["100.67.178.117/32", "fd7a:115c:a1e0::a037:b275/128"], + "Endpoints": ["77.164.248.136:59056", "10.65.0.27:59056", "172.17.0.1:59056"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 41730}, + {"Proto": "peerapi6", "Port": 41730} + ]}, + "Created": "2026-04-09T08:37:56.518289644Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6745505735894366, + "StableID": "nViwyqz3gu11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8204cf79f6f35515bbe69b8a428ac7ceb688e03c7e7c7a68e9da3da062fcce2d", + "DiscoKey": "discokey:b1945cdf73c3bb941511d71812b1dec1f6e8998494127fb41de9b2fa8e3d1b77", + "Addresses": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "AllowedIPs": ["100.124.206.46/32", "fd7a:115c:a1e0::6237:ce2f/128"], + "Endpoints": ["77.164.248.136:56177", "10.65.0.27:56177", "172.17.0.1:56177"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46228}, - {"Proto": "peerapi6", "Port": 46228} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 48937}, + {"Proto": "peerapi6", "Port": 48937} ]}, - "Created": "2026-04-09T01:31:54.98739145Z", + "Created": "2026-04-09T08:37:57.594662466Z", "Cap": 131, + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 9006309562588559, - "StableID": "nAQVPrUyKD21CNTRL", + "ID": 7015452449919480, + "StableID": "nf6FiJ3Knw11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b29a60c012d9b564b4f70ff9b17e38983cd810dbe69988bcff946c513e8f4163", + "DiscoKey": "discokey:2ffc458fcb25ad37b7916e93176c46d2f824df45f66c2b30d8cc4e2b3e35a64e", + "Addresses": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "AllowedIPs": ["100.79.65.100/32", "fd7a:115c:a1e0::3e37:4164/128"], + "Endpoints": ["77.164.248.136:58687", "10.65.0.27:58687", "172.17.0.1:58687"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 51434}, + {"Proto": "peerapi6", "Port": 51434} + ]}, + "Created": "2026-04-09T08:37:54.020752684Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7494289411494985, + "StableID": "nxGiJwGBX121CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2d47fb4400882e06d282870616aa573cd83a6f017bfd87c5a69fa21d483ae614", - "DiscoKey": "discokey:7aedee2aed19b2c1209a6b7a0252ae27b911b719106d13aec7d2dde75f88b53b", - "Addresses": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], - "AllowedIPs": ["100.122.230.21/32", "fd7a:115c:a1e0::4837:e615/128"], + "Key": "nodekey:c4e29e20c7b49edd08dee24b1826d6df9a25e5c800025c873ed9c7e7cd55ff38", + "DiscoKey": "discokey:59eabb0a6fa9b796818d2d2ed678e1e1e9678862f1baf1b02e651197e0680c12", + "Addresses": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "AllowedIPs": ["100.85.255.57/32", "fd7a:115c:a1e0::cd37:ff39/128"], + "Endpoints": ["77.164.248.136:44343", "10.65.0.27:44343", "172.17.0.1:44343"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33813}, - {"Proto": "peerapi6", "Port": 33813} + {"Proto": "peerapi4", "Port": 49203}, + {"Proto": "peerapi6", "Port": 49203} ]}, - "Created": "2026-04-09T01:31:54.432907211Z", + "Created": "2026-04-09T08:37:58.13170099Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" + }, { + "ID": 7663462133488511, + "StableID": "nrphS1Aoq221CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:c6f0c199a183f3540b1834844812e0a2a4c9281ecb166e1efcc82413b6ccb860", + "KeyExpiry": "2026-10-06T08:37:59Z", + "DiscoKey": "discokey:540481c56e1550b803b365f8a01730119651b932ff6cd8824badb29ada15490e", + "Addresses": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "AllowedIPs": ["100.76.184.97/32", "fd7a:115c:a1e0::b637:b862/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 55496}, + {"Proto": "peerapi6", "Port": 55496} + ]}, + "Created": "2026-04-09T08:37:59.736635997Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18835,27 +18890,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7374959382315837": { - "ID": 7374959382315837, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5006686833588873": { + "ID": 5006686833588873, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-d6.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-d6.hujson index b842c40d..739e43f1 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-d6.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-d6.hujson @@ -3,7 +3,7 @@ // ssh d6 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:32:08Z +// Captured at: 2026-04-09T08:38:12Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-d6", "description": "ssh d6", "category": "ssh", - "captured_at": "2026-04-09T01:32:08.963958463Z", + "captured_at": "2026-04-09T08:38:12.517035216Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,14 +19,14 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["tag:server"], "src": ["autogroup:member"], - "users": ["localpart:*@passkey", "autogroup:nonroot"] + "users": ["localpart:*@example.com", "autogroup:nonroot"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} }, @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d6\",\n\t\"id\": \"ssh-d6\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@passkey\", \"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d6\",\n\t\"id\": \"ssh-d6\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@example.com\", \"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-d6.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.114.151.68", - "ipv6": "fd7a:115c:a1e0::2c37:9744", + "ipv4": "100.84.237.14", + "ipv6": "fd7a:115c:a1e0::2437:ed0e", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.81.183.54", - "ipv6": "fd7a:115c:a1e0::f237:b736", + "ipv4": "100.121.77.63", + "ipv6": "fd7a:115c:a1e0::7137:4d3f", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.122.74.104", - "ipv6": "fd7a:115c:a1e0::ad37:4a68", + "ipv4": "100.115.51.97", + "ipv6": "fd7a:115c:a1e0::d337:3361", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.81.15.49", - "ipv6": "fd7a:115c:a1e0::1237:f31", + "ipv4": "100.94.82.54", + "ipv6": "fd7a:115c:a1e0::6d37:5236", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.69.48.59", - "ipv6": "fd7a:115c:a1e0::d637:303b", + "ipv4": "100.111.173.68", + "ipv6": "fd7a:115c:a1e0::5537:ad44", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.95.16.25", - "ipv6": "fd7a:115c:a1e0::c437:1019", + "ipv4": "100.81.191.19", + "ipv6": "fd7a:115c:a1e0::37:bf14", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.69.187.77", - "ipv6": "fd7a:115c:a1e0::f537:bb4d", + "ipv4": "100.112.144.9", + "ipv6": "fd7a:115c:a1e0::d337:9009", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.65.228.12", - "ipv6": "fd7a:115c:a1e0::237:e40c", + "ipv4": "100.88.179.5", + "ipv6": "fd7a:115c:a1e0::f37:b305", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.95.39.75", - "ipv6": "fd7a:115c:a1e0::9537:274b", + "ipv4": "100.81.173.58", + "ipv6": "fd7a:115c:a1e0::a837:ad3a", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.93.63.98", - "ipv6": "fd7a:115c:a1e0::b137:3f62", + "ipv4": "100.113.156.17", + "ipv6": "fd7a:115c:a1e0::1a37:9c11", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.77.217.7", - "ipv6": "fd7a:115c:a1e0::8337:d907", + "ipv4": "100.91.39.110", + "ipv6": "fd7a:115c:a1e0::e37:276e", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.65.188.37", - "ipv6": "fd7a:115c:a1e0::5b37:bc25", + "ipv4": "100.117.104.116", + "ipv6": "fd7a:115c:a1e0::a137:6874", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.80.105.61", - "ipv6": "fd7a:115c:a1e0::3037:693d", + "ipv4": "100.85.64.96", + "ipv6": "fd7a:115c:a1e0::7d37:4060", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.123.2.41", - "ipv6": "fd7a:115c:a1e0::3d37:22a", + "ipv4": "100.105.16.63", + "ipv6": "fd7a:115c:a1e0::837:103f", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.114.160.53", - "ipv6": "fd7a:115c:a1e0::df37:a035", + "ipv4": "100.94.107.101", + "ipv6": "fd7a:115c:a1e0::4d37:6b65", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8590360552347462, - "StableID": "nucnhtCb5A21CNTRL", + "ID": 5066706417848772, + "StableID": "nBgQ2bniZg11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 8590360552347462, - "Key": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "DiscoKey": "discokey:9c94d9fb6ae8d55a7eb0f6d5f14dadd532702ca82de4b39f998352295358377f", - "Addresses": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "AllowedIPs": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "Endpoints": ["77.164.248.136:60341", "10.65.0.27:60341", "172.17.0.1:60341"], + "User": 5066706417848772, + "Key": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "DiscoKey": "discokey:8a3a40faf1dfff3dc6d7c03fde9306ad73223d60bfa9ef380378d3a11c17e424", + "Addresses": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "AllowedIPs": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "Endpoints": ["77.164.248.136:37618", "10.65.0.27:37618", "172.17.0.1:37618"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 64632}, - {"Proto": "peerapi6", "Port": 64632}, + {"Proto": "peerapi4", "Port": 65496}, + {"Proto": "peerapi6", "Port": 65496}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:18.100375789Z", + "Created": "2026-04-09T08:38:21.068380206Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,302 +221,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "MachineKey": "mkey:e85070c38edab5c216ee26907ec645a49f4edf2137dc354561f16179a7b9ad28", + "NodeKey": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "MachineKey": "mkey:7ee81320b96a0323dff6f959fc887e2dcfdfcc77f8a2b872284a774572071124", "Peers": [{ - "ID": 32007995750448, - "StableID": "nPnjy9oVF111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:46a232c8c4888c83ae1373bb24604f464e6ddc68f4e911f4819f3e6e2e4ff261", - "Addresses": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "AllowedIPs": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "Endpoints": ["77.164.248.136:60855", "10.65.0.27:60855", "172.17.0.1:60855"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42061}, - {"Proto": "peerapi6", "Port": 42061} - ]}, - "Created": "2026-04-09T01:32:19.194069567Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 307485839151079, - "StableID": "nSrrfd8GQ311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "DiscoKey": "discokey:be63d2e6f415e8fd8af433a65a076cd3bb6afb44eeb0868b45200b10189ef664", - "Addresses": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "AllowedIPs": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "Endpoints": ["77.164.248.136:39721", "10.65.0.27:39721", "172.17.0.1:39721"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 60253}, - {"Proto": "peerapi6", "Port": 60253} - ]}, - "Created": "2026-04-09T01:32:16.460255422Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 398218097046344, - "StableID": "njivbpWM7411CNTRL", + "ID": 1275821716668247, + "StableID": "nYMqF3gpxA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "DiscoKey": "discokey:eccb69ae4eee9b8619a95da54922bfbd5f0a171e8f6c880570dbc8069a8e2b2f", - "Addresses": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "AllowedIPs": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "Endpoints": ["77.164.248.136:43036", "10.65.0.27:43036", "172.17.0.1:43036"], + "Key": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "DiscoKey": "discokey:7fc0a791da376008cb164ba44ae01ffee89eeec0b60bd17f3c5d7eaeec79f41a", + "Addresses": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "AllowedIPs": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "Endpoints": ["77.164.248.136:33270", "10.65.0.27:33270", "172.17.0.1:33270"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 44148}, - {"Proto": "peerapi6", "Port": 44148} + {"Proto": "peerapi4", "Port": 59001}, + {"Proto": "peerapi6", "Port": 59001} ]}, - "Created": "2026-04-09T01:32:13.698260213Z", + "Created": "2026-04-09T08:38:16.789736462Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 423291579248363, - "StableID": "nvN8Np9iJ411CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "DiscoKey": "discokey:8327bb3379ffad9d610e33b172aec1a5bda0adaea9d7380ea2b6143614dc5a26", - "Addresses": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "AllowedIPs": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "Endpoints": ["77.164.248.136:42579", "10.65.0.27:42579", "172.17.0.1:42579"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56423}, - {"Proto": "peerapi6", "Port": 56423} - ]}, - "Created": "2026-04-09T01:32:17.555437477Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 479971407001435, - "StableID": "nepoe23Pk411CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "KeyExpiry": "2026-10-06T01:32:18Z", - "DiscoKey": "discokey:0781d450f1120653b65e57d0353e04ad5703bf9fc47e20d1a03375dd420d590d", - "Addresses": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "AllowedIPs": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "Endpoints": ["77.164.248.136:56770", "10.65.0.27:56770", "172.17.0.1:56770"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35342}, - {"Proto": "peerapi6", "Port": 35342} - ]}, - "Created": "2026-04-09T01:32:18.628366337Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 577899077301275, - "StableID": "naAFYsRjW511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "DiscoKey": "discokey:2aba011bc0966fd4082e603faa82cb057fbe7c9ec9299117d99ae6279241735f", - "Addresses": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "AllowedIPs": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "Endpoints": ["77.164.248.136:42966", "10.65.0.27:42966", "172.17.0.1:42966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52921}, - {"Proto": "peerapi6", "Port": 52921} - ]}, - "Created": "2026-04-09T01:32:14.23860298Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1134917949312545, - "StableID": "nJ3YqTN1s911CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "DiscoKey": "discokey:f9b73f02123ebfc7bc0ecda11955aac4c54737e12293a3ad767fc5eee693d20d", - "Addresses": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "AllowedIPs": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "Endpoints": ["77.164.248.136:33118", "10.65.0.27:33118", "172.17.0.1:33118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45171}, - {"Proto": "peerapi6", "Port": 45171} - ]}, - "Created": "2026-04-09T01:32:14.821892027Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2593859720121020, - "StableID": "nPQHDCJmFM11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "DiscoKey": "discokey:cba8c953871d2a8d9a8952b667054fc376dddb87fb35146439e69c20a5700f14", - "Addresses": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "AllowedIPs": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "Endpoints": ["77.164.248.136:58136", "10.65.0.27:58136", "172.17.0.1:58136"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39650}, - {"Proto": "peerapi6", "Port": 39650} - ]}, - "Created": "2026-04-09T01:32:11.943466573Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3619484824236341, - "StableID": "nYrJaGjGGV11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "DiscoKey": "discokey:10b2d2293768e9a3f4246e35f371e3eb6b03469b6607eb50bf0a803c4741471b", - "Addresses": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "AllowedIPs": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "Endpoints": ["77.164.248.136:33067", "10.65.0.27:33067", "172.17.0.1:33067"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 33120}, - {"Proto": "peerapi6", "Port": 33120} - ]}, - "Created": "2026-04-09T01:32:13.201609378Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5132767813116490, - "StableID": "nXKqJC7e5h11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:cf202c0ca9130e93c9750a1158817e4890dcc51e41b587992264ba1630559e77", - "Addresses": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "AllowedIPs": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "Endpoints": ["77.164.248.136:42092", "10.65.0.27:42092", "172.17.0.1:42092"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 64113}, - {"Proto": "peerapi6", "Port": 64113} - ]}, - "Created": "2026-04-09T01:32:19.727938462Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6816152881169519, - "StableID": "nSSpH8n3Ev11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "DiscoKey": "discokey:dbb5efb106173a77fdd41480b851731dec525944e61710c70f42130712f13901", - "Addresses": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "AllowedIPs": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "Endpoints": ["77.164.248.136:36564", "10.65.0.27:36564", "172.17.0.1:36564"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35606}, - {"Proto": "peerapi6", "Port": 35606} - ]}, - "Created": "2026-04-09T01:32:15.377440623Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7520912470948814, - "StableID": "nHSNuocEj121CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "DiscoKey": "discokey:1006f36747b3c4e831239c6327ce755896386c66bd02589ac3e257862afaf738", - "Addresses": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "AllowedIPs": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "Endpoints": ["77.164.248.136:35897", "10.65.0.27:35897", "172.17.0.1:35897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50214}, - {"Proto": "peerapi6", "Port": 50214} - ]}, - "Created": "2026-04-09T01:32:12.63762691Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 8121172419351985, - "StableID": "nN9t3rR6R621CNTRL", + "ID": 1330769045166331, + "StableID": "n8fyWg3iPB11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "DiscoKey": "discokey:3c0f92a7e2f98c18665355335ac1c8010dd092eb8cc8559aad57ac97e7c30e06", - "Addresses": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "AllowedIPs": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "Endpoints": ["77.164.248.136:51117", "10.65.0.27:51117", "172.17.0.1:51117"], + "Key": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "DiscoKey": "discokey:54123db853a8c603774a14624e16f01b6aeab03bf586bcde83886fe003139017", + "Addresses": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "AllowedIPs": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "Endpoints": ["77.164.248.136:59242", "10.65.0.27:59242", "172.17.0.1:59242"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40422}, - {"Proto": "peerapi6", "Port": 40422} + {"Proto": "peerapi4", "Port": 64787}, + {"Proto": "peerapi6", "Port": 64787} ]}, - "Created": "2026-04-09T01:32:16.999074017Z", + "Created": "2026-04-09T08:38:20.008754037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8549221493313906, - "StableID": "nhEyvzYxk921CNTRL", + "ID": 2128772945371769, + "StableID": "neMSYpF8dH11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "DiscoKey": "discokey:e88f1e299500de60ee7f0484ff5dc864af07f440f4b2cb36c046faae9ada8e04", + "Addresses": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "AllowedIPs": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "Endpoints": ["77.164.248.136:36027", "10.65.0.27:36027", "172.17.0.1:36027"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39700}, + {"Proto": "peerapi6", "Port": 39700} + ]}, + "Created": "2026-04-09T08:38:19.461053505Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 2317330566048714, + "StableID": "nykAoyLX6K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:5d8fded1dc604749f3a33103501c011cf4312fddfab134f89f4ff47042c47e0f", + "Addresses": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "AllowedIPs": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "Endpoints": ["77.164.248.136:39522", "10.65.0.27:39522", "172.17.0.1:39522"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:38:22.701378414Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2830894905099088, + "StableID": "n1ZXpuo77P11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "DiscoKey": "discokey:d9668bb443f2e00f7d5b7ed0e9d8fb551e6fb0e4be27233b070f672dc0173a08", + "Addresses": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "AllowedIPs": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "Endpoints": ["77.164.248.136:40260", "10.65.0.27:40260", "172.17.0.1:40260"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38584}, + {"Proto": "peerapi6", "Port": 38584} + ]}, + "Created": "2026-04-09T08:38:17.874264162Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2922512698028049, + "StableID": "nrM7TGTcpP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:596ac17a902e6457d6d8f7837a9b9e0e7d74e470d3de53db472b0dae56bd2817", + "Addresses": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "AllowedIPs": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "Endpoints": ["77.164.248.136:60585", "10.65.0.27:60585", "172.17.0.1:60585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38609}, + {"Proto": "peerapi6", "Port": 38609} + ]}, + "Created": "2026-04-09T08:38:22.141650195Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 3056681906286261, + "StableID": "nLWhwKrNsQ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "DiscoKey": "discokey:a2254403005291f4e3990e538c21a5a0bde9c1f594716ef71675b23a5cc8847c", + "Addresses": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "AllowedIPs": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "Endpoints": ["77.164.248.136:34273", "10.65.0.27:34273", "172.17.0.1:34273"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33788}, + {"Proto": "peerapi6", "Port": 33788} + ]}, + "Created": "2026-04-09T08:38:20.549339905Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5015736682013459, + "StableID": "nUmM14udAg11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "DiscoKey": "discokey:b99c9d936714893e51506745007856648b9fe453ddefdea1e6eb608b8a32412f", + "Addresses": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "AllowedIPs": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48785}, + {"Proto": "peerapi6", "Port": 48785} + ]}, + "Created": "2026-04-09T08:38:17.322135285Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5180029448744371, + "StableID": "n8q4DDb3Th11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "KeyExpiry": "2026-10-06T08:38:21Z", + "DiscoKey": "discokey:f3175fa019f2b095f5d09b6304002e3de3fdf3ee9e23fea73ed56c5a4aa2ad2b", + "Addresses": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "AllowedIPs": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "Endpoints": ["77.164.248.136:59533", "10.65.0.27:59533", "172.17.0.1:59533"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60988}, + {"Proto": "peerapi6", "Port": 60988} + ]}, + "Created": "2026-04-09T08:38:21.604553182Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6359938519002592, + "StableID": "nRubLRoRfr11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "DiscoKey": "discokey:d2df02513adabae6496c3ed8a8ddb1a8755286d382d1632d18a65ac4f535777a", + "Addresses": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "AllowedIPs": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "Endpoints": ["77.164.248.136:33072", "10.65.0.27:33072", "172.17.0.1:33072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 61671}, + {"Proto": "peerapi6", "Port": 61671} + ]}, + "Created": "2026-04-09T08:38:16.254650325Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7013673108721601, + "StableID": "nWHWRNJWmw11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "DiscoKey": "discokey:402410fb78153e3aa30a87f892f64f5fe1ebb77f6e04b206f80a3df1dfca8d4a", + "Addresses": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "AllowedIPs": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "Endpoints": ["77.164.248.136:32823", "10.65.0.27:32823", "172.17.0.1:32823"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 45038}, + {"Proto": "peerapi6", "Port": 45038} + ]}, + "Created": "2026-04-09T08:38:15.703164509Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7185747299241234, + "StableID": "n317Q1QS7y11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "DiscoKey": "discokey:1a62c4d0b220edc710eea84ebc77396014f2799199773bb588484c58179dee1d", - "Addresses": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "AllowedIPs": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "Endpoints": ["77.164.248.136:54658", "10.65.0.27:54658", "172.17.0.1:54658"], + "Key": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "DiscoKey": "discokey:79b7bf37adf5c04a44a7f9ec6156e80c7ec7aee3762d31a0e46bd9bbdc25315d", + "Addresses": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "AllowedIPs": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "Endpoints": ["77.164.248.136:53298", "10.65.0.27:53298", "172.17.0.1:53298"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51694}, - {"Proto": "peerapi6", "Port": 51694} + {"Proto": "peerapi4", "Port": 37410}, + {"Proto": "peerapi6", "Port": 37410} ]}, - "Created": "2026-04-09T01:32:15.917998923Z", + "Created": "2026-04-09T08:38:18.922566295Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7348009251075490, + "StableID": "nMpdS6kvNz11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "DiscoKey": "discokey:e05ebc5688ec5e90af3ab6757389c917bcc265f1a13daea4537c1beb8d6e044f", + "Addresses": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "AllowedIPs": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "Endpoints": ["77.164.248.136:36079", "10.65.0.27:36079", "172.17.0.1:36079"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34435}, + {"Proto": "peerapi6", "Port": 34435} + ]}, + "Created": "2026-04-09T08:38:15.178294798Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8810404762850017, + "StableID": "nprb5pPFoB21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "DiscoKey": "discokey:e4a0d79b79492ef84bbc56527ed42eaf582141929004e7f700ee0a561484567b", + "Addresses": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "AllowedIPs": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "Endpoints": ["77.164.248.136:48219", "10.65.0.27:48219", "172.17.0.1:48219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42787}, + {"Proto": "peerapi6", "Port": 42787} + ]}, + "Created": "2026-04-09T08:38:18.402395603Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -544,7 +543,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.122.74.104"}, {"nodeIP": "fd7a:115c:a1e0::ad37:4a68"}], + "principals": [{"nodeIP": "100.115.51.97"}, {"nodeIP": "fd7a:115c:a1e0::d337:3361"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -553,7 +552,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.122.74.104"}, {"nodeIP": "fd7a:115c:a1e0::ad37:4a68"}], + "principals": [{"nodeIP": "100.115.51.97"}, {"nodeIP": "fd7a:115c:a1e0::d337:3361"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -562,7 +561,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.95.16.25"}, {"nodeIP": "fd7a:115c:a1e0::c437:1019"}], + "principals": [{"nodeIP": "100.81.191.19"}, {"nodeIP": "fd7a:115c:a1e0::37:bf14"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -571,7 +570,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.123.2.41"}, {"nodeIP": "fd7a:115c:a1e0::3d37:22a"}], + "principals": [{"nodeIP": "100.105.16.63"}, {"nodeIP": "fd7a:115c:a1e0::837:103f"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -580,7 +579,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.123.2.41"}, {"nodeIP": "fd7a:115c:a1e0::3d37:22a"}], + "principals": [{"nodeIP": "100.105.16.63"}, {"nodeIP": "fd7a:115c:a1e0::837:103f"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1409,30 +1408,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8590360552347462": { - "ID": 8590360552347462, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5066706417848772": { + "ID": 5066706417848772, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.122.74.104"}, {"nodeIP": "fd7a:115c:a1e0::ad37:4a68"}], + "principals": [{"nodeIP": "100.115.51.97"}, {"nodeIP": "fd7a:115c:a1e0::d337:3361"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -1441,7 +1442,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.122.74.104"}, {"nodeIP": "fd7a:115c:a1e0::ad37:4a68"}], + "principals": [{"nodeIP": "100.115.51.97"}, {"nodeIP": "fd7a:115c:a1e0::d337:3361"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -1450,7 +1451,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.95.16.25"}, {"nodeIP": "fd7a:115c:a1e0::c437:1019"}], + "principals": [{"nodeIP": "100.81.191.19"}, {"nodeIP": "fd7a:115c:a1e0::37:bf14"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -1459,7 +1460,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.123.2.41"}, {"nodeIP": "fd7a:115c:a1e0::3d37:22a"}], + "principals": [{"nodeIP": "100.105.16.63"}, {"nodeIP": "fd7a:115c:a1e0::837:103f"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -1468,7 +1469,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.123.2.41"}, {"nodeIP": "fd7a:115c:a1e0::3d37:22a"}], + "principals": [{"nodeIP": "100.105.16.63"}, {"nodeIP": "fd7a:115c:a1e0::837:103f"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1505,26 +1506,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1134917949312545, - "StableID": "nJ3YqTN1s911CNTRL", + "ID": 2830894905099088, + "StableID": "n1ZXpuo77P11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 1134917949312545, - "Key": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "DiscoKey": "discokey:f9b73f02123ebfc7bc0ecda11955aac4c54737e12293a3ad767fc5eee693d20d", - "Addresses": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "AllowedIPs": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "Endpoints": ["77.164.248.136:33118", "10.65.0.27:33118", "172.17.0.1:33118"], + "User": 2830894905099088, + "Key": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "DiscoKey": "discokey:d9668bb443f2e00f7d5b7ed0e9d8fb551e6fb0e4be27233b070f672dc0173a08", + "Addresses": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "AllowedIPs": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "Endpoints": ["77.164.248.136:40260", "10.65.0.27:40260", "172.17.0.1:40260"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 45171}, - {"Proto": "peerapi6", "Port": 45171}, + {"Proto": "peerapi4", "Port": 38584}, + {"Proto": "peerapi6", "Port": 38584}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:14.821892027Z", + "Created": "2026-04-09T08:38:17.874264162Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1552,302 +1553,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "MachineKey": "mkey:03d881081679983dbde937c57d55578bf590c6c1c5f1c0feae15a80d90517a1a", + "NodeKey": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "MachineKey": "mkey:1b47cb878ab4fe94e9bed4c04d7c380426882fa54995e1b9e760c6a3d2f63a37", "Peers": [{ - "ID": 32007995750448, - "StableID": "nPnjy9oVF111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:46a232c8c4888c83ae1373bb24604f464e6ddc68f4e911f4819f3e6e2e4ff261", - "Addresses": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "AllowedIPs": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "Endpoints": ["77.164.248.136:60855", "10.65.0.27:60855", "172.17.0.1:60855"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42061}, - {"Proto": "peerapi6", "Port": 42061} - ]}, - "Created": "2026-04-09T01:32:19.194069567Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 307485839151079, - "StableID": "nSrrfd8GQ311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "DiscoKey": "discokey:be63d2e6f415e8fd8af433a65a076cd3bb6afb44eeb0868b45200b10189ef664", - "Addresses": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "AllowedIPs": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "Endpoints": ["77.164.248.136:39721", "10.65.0.27:39721", "172.17.0.1:39721"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 60253}, - {"Proto": "peerapi6", "Port": 60253} - ]}, - "Created": "2026-04-09T01:32:16.460255422Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 398218097046344, - "StableID": "njivbpWM7411CNTRL", + "ID": 1275821716668247, + "StableID": "nYMqF3gpxA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "DiscoKey": "discokey:eccb69ae4eee9b8619a95da54922bfbd5f0a171e8f6c880570dbc8069a8e2b2f", - "Addresses": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "AllowedIPs": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "Endpoints": ["77.164.248.136:43036", "10.65.0.27:43036", "172.17.0.1:43036"], + "Key": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "DiscoKey": "discokey:7fc0a791da376008cb164ba44ae01ffee89eeec0b60bd17f3c5d7eaeec79f41a", + "Addresses": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "AllowedIPs": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "Endpoints": ["77.164.248.136:33270", "10.65.0.27:33270", "172.17.0.1:33270"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 44148}, - {"Proto": "peerapi6", "Port": 44148} + {"Proto": "peerapi4", "Port": 59001}, + {"Proto": "peerapi6", "Port": 59001} ]}, - "Created": "2026-04-09T01:32:13.698260213Z", + "Created": "2026-04-09T08:38:16.789736462Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 423291579248363, - "StableID": "nvN8Np9iJ411CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "DiscoKey": "discokey:8327bb3379ffad9d610e33b172aec1a5bda0adaea9d7380ea2b6143614dc5a26", - "Addresses": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "AllowedIPs": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "Endpoints": ["77.164.248.136:42579", "10.65.0.27:42579", "172.17.0.1:42579"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56423}, - {"Proto": "peerapi6", "Port": 56423} - ]}, - "Created": "2026-04-09T01:32:17.555437477Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 479971407001435, - "StableID": "nepoe23Pk411CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "KeyExpiry": "2026-10-06T01:32:18Z", - "DiscoKey": "discokey:0781d450f1120653b65e57d0353e04ad5703bf9fc47e20d1a03375dd420d590d", - "Addresses": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "AllowedIPs": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "Endpoints": ["77.164.248.136:56770", "10.65.0.27:56770", "172.17.0.1:56770"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35342}, - {"Proto": "peerapi6", "Port": 35342} - ]}, - "Created": "2026-04-09T01:32:18.628366337Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 577899077301275, - "StableID": "naAFYsRjW511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "DiscoKey": "discokey:2aba011bc0966fd4082e603faa82cb057fbe7c9ec9299117d99ae6279241735f", - "Addresses": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "AllowedIPs": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "Endpoints": ["77.164.248.136:42966", "10.65.0.27:42966", "172.17.0.1:42966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52921}, - {"Proto": "peerapi6", "Port": 52921} - ]}, - "Created": "2026-04-09T01:32:14.23860298Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2593859720121020, - "StableID": "nPQHDCJmFM11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "DiscoKey": "discokey:cba8c953871d2a8d9a8952b667054fc376dddb87fb35146439e69c20a5700f14", - "Addresses": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "AllowedIPs": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "Endpoints": ["77.164.248.136:58136", "10.65.0.27:58136", "172.17.0.1:58136"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39650}, - {"Proto": "peerapi6", "Port": 39650} - ]}, - "Created": "2026-04-09T01:32:11.943466573Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3619484824236341, - "StableID": "nYrJaGjGGV11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "DiscoKey": "discokey:10b2d2293768e9a3f4246e35f371e3eb6b03469b6607eb50bf0a803c4741471b", - "Addresses": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "AllowedIPs": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "Endpoints": ["77.164.248.136:33067", "10.65.0.27:33067", "172.17.0.1:33067"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 33120}, - {"Proto": "peerapi6", "Port": 33120} - ]}, - "Created": "2026-04-09T01:32:13.201609378Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5132767813116490, - "StableID": "nXKqJC7e5h11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:cf202c0ca9130e93c9750a1158817e4890dcc51e41b587992264ba1630559e77", - "Addresses": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "AllowedIPs": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "Endpoints": ["77.164.248.136:42092", "10.65.0.27:42092", "172.17.0.1:42092"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 64113}, - {"Proto": "peerapi6", "Port": 64113} - ]}, - "Created": "2026-04-09T01:32:19.727938462Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6816152881169519, - "StableID": "nSSpH8n3Ev11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "DiscoKey": "discokey:dbb5efb106173a77fdd41480b851731dec525944e61710c70f42130712f13901", - "Addresses": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "AllowedIPs": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "Endpoints": ["77.164.248.136:36564", "10.65.0.27:36564", "172.17.0.1:36564"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35606}, - {"Proto": "peerapi6", "Port": 35606} - ]}, - "Created": "2026-04-09T01:32:15.377440623Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7520912470948814, - "StableID": "nHSNuocEj121CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "DiscoKey": "discokey:1006f36747b3c4e831239c6327ce755896386c66bd02589ac3e257862afaf738", - "Addresses": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "AllowedIPs": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "Endpoints": ["77.164.248.136:35897", "10.65.0.27:35897", "172.17.0.1:35897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50214}, - {"Proto": "peerapi6", "Port": 50214} - ]}, - "Created": "2026-04-09T01:32:12.63762691Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 8121172419351985, - "StableID": "nN9t3rR6R621CNTRL", + "ID": 1330769045166331, + "StableID": "n8fyWg3iPB11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "DiscoKey": "discokey:3c0f92a7e2f98c18665355335ac1c8010dd092eb8cc8559aad57ac97e7c30e06", - "Addresses": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "AllowedIPs": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "Endpoints": ["77.164.248.136:51117", "10.65.0.27:51117", "172.17.0.1:51117"], + "Key": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "DiscoKey": "discokey:54123db853a8c603774a14624e16f01b6aeab03bf586bcde83886fe003139017", + "Addresses": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "AllowedIPs": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "Endpoints": ["77.164.248.136:59242", "10.65.0.27:59242", "172.17.0.1:59242"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40422}, - {"Proto": "peerapi6", "Port": 40422} + {"Proto": "peerapi4", "Port": 64787}, + {"Proto": "peerapi6", "Port": 64787} ]}, - "Created": "2026-04-09T01:32:16.999074017Z", + "Created": "2026-04-09T08:38:20.008754037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8549221493313906, - "StableID": "nhEyvzYxk921CNTRL", + "ID": 2128772945371769, + "StableID": "neMSYpF8dH11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "DiscoKey": "discokey:e88f1e299500de60ee7f0484ff5dc864af07f440f4b2cb36c046faae9ada8e04", + "Addresses": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "AllowedIPs": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "Endpoints": ["77.164.248.136:36027", "10.65.0.27:36027", "172.17.0.1:36027"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39700}, + {"Proto": "peerapi6", "Port": 39700} + ]}, + "Created": "2026-04-09T08:38:19.461053505Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 2317330566048714, + "StableID": "nykAoyLX6K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:5d8fded1dc604749f3a33103501c011cf4312fddfab134f89f4ff47042c47e0f", + "Addresses": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "AllowedIPs": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "Endpoints": ["77.164.248.136:39522", "10.65.0.27:39522", "172.17.0.1:39522"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:38:22.701378414Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2922512698028049, + "StableID": "nrM7TGTcpP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:596ac17a902e6457d6d8f7837a9b9e0e7d74e470d3de53db472b0dae56bd2817", + "Addresses": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "AllowedIPs": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "Endpoints": ["77.164.248.136:60585", "10.65.0.27:60585", "172.17.0.1:60585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38609}, + {"Proto": "peerapi6", "Port": 38609} + ]}, + "Created": "2026-04-09T08:38:22.141650195Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 3056681906286261, + "StableID": "nLWhwKrNsQ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "DiscoKey": "discokey:a2254403005291f4e3990e538c21a5a0bde9c1f594716ef71675b23a5cc8847c", + "Addresses": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "AllowedIPs": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "Endpoints": ["77.164.248.136:34273", "10.65.0.27:34273", "172.17.0.1:34273"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33788}, + {"Proto": "peerapi6", "Port": 33788} + ]}, + "Created": "2026-04-09T08:38:20.549339905Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5015736682013459, + "StableID": "nUmM14udAg11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "DiscoKey": "discokey:b99c9d936714893e51506745007856648b9fe453ddefdea1e6eb608b8a32412f", + "Addresses": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "AllowedIPs": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48785}, + {"Proto": "peerapi6", "Port": 48785} + ]}, + "Created": "2026-04-09T08:38:17.322135285Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5066706417848772, + "StableID": "nBgQ2bniZg11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "DiscoKey": "discokey:8a3a40faf1dfff3dc6d7c03fde9306ad73223d60bfa9ef380378d3a11c17e424", + "Addresses": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "AllowedIPs": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "Endpoints": ["77.164.248.136:37618", "10.65.0.27:37618", "172.17.0.1:37618"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 65496}, + {"Proto": "peerapi6", "Port": 65496} + ]}, + "Created": "2026-04-09T08:38:21.068380206Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5180029448744371, + "StableID": "n8q4DDb3Th11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "KeyExpiry": "2026-10-06T08:38:21Z", + "DiscoKey": "discokey:f3175fa019f2b095f5d09b6304002e3de3fdf3ee9e23fea73ed56c5a4aa2ad2b", + "Addresses": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "AllowedIPs": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "Endpoints": ["77.164.248.136:59533", "10.65.0.27:59533", "172.17.0.1:59533"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60988}, + {"Proto": "peerapi6", "Port": 60988} + ]}, + "Created": "2026-04-09T08:38:21.604553182Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6359938519002592, + "StableID": "nRubLRoRfr11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "DiscoKey": "discokey:d2df02513adabae6496c3ed8a8ddb1a8755286d382d1632d18a65ac4f535777a", + "Addresses": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "AllowedIPs": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "Endpoints": ["77.164.248.136:33072", "10.65.0.27:33072", "172.17.0.1:33072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 61671}, + {"Proto": "peerapi6", "Port": 61671} + ]}, + "Created": "2026-04-09T08:38:16.254650325Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7013673108721601, + "StableID": "nWHWRNJWmw11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "DiscoKey": "discokey:402410fb78153e3aa30a87f892f64f5fe1ebb77f6e04b206f80a3df1dfca8d4a", + "Addresses": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "AllowedIPs": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "Endpoints": ["77.164.248.136:32823", "10.65.0.27:32823", "172.17.0.1:32823"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 45038}, + {"Proto": "peerapi6", "Port": 45038} + ]}, + "Created": "2026-04-09T08:38:15.703164509Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7185747299241234, + "StableID": "n317Q1QS7y11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "DiscoKey": "discokey:1a62c4d0b220edc710eea84ebc77396014f2799199773bb588484c58179dee1d", - "Addresses": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "AllowedIPs": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "Endpoints": ["77.164.248.136:54658", "10.65.0.27:54658", "172.17.0.1:54658"], + "Key": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "DiscoKey": "discokey:79b7bf37adf5c04a44a7f9ec6156e80c7ec7aee3762d31a0e46bd9bbdc25315d", + "Addresses": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "AllowedIPs": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "Endpoints": ["77.164.248.136:53298", "10.65.0.27:53298", "172.17.0.1:53298"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51694}, - {"Proto": "peerapi6", "Port": 51694} + {"Proto": "peerapi4", "Port": 37410}, + {"Proto": "peerapi6", "Port": 37410} ]}, - "Created": "2026-04-09T01:32:15.917998923Z", + "Created": "2026-04-09T08:38:18.922566295Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8590360552347462, - "StableID": "nucnhtCb5A21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 7348009251075490, + "StableID": "nMpdS6kvNz11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "DiscoKey": "discokey:9c94d9fb6ae8d55a7eb0f6d5f14dadd532702ca82de4b39f998352295358377f", - "Addresses": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "AllowedIPs": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "Endpoints": ["77.164.248.136:60341", "10.65.0.27:60341", "172.17.0.1:60341"], + "Key": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "DiscoKey": "discokey:e05ebc5688ec5e90af3ab6757389c917bcc265f1a13daea4537c1beb8d6e044f", + "Addresses": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "AllowedIPs": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "Endpoints": ["77.164.248.136:36079", "10.65.0.27:36079", "172.17.0.1:36079"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64632}, - {"Proto": "peerapi6", "Port": 64632} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34435}, + {"Proto": "peerapi6", "Port": 34435} ]}, - "Created": "2026-04-09T01:32:18.100375789Z", + "Created": "2026-04-09T08:38:15.178294798Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8810404762850017, + "StableID": "nprb5pPFoB21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "DiscoKey": "discokey:e4a0d79b79492ef84bbc56527ed42eaf582141929004e7f700ee0a561484567b", + "Addresses": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "AllowedIPs": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "Endpoints": ["77.164.248.136:48219", "10.65.0.27:48219", "172.17.0.1:48219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42787}, + {"Proto": "peerapi6", "Port": 42787} + ]}, + "Created": "2026-04-09T08:38:18.402395603Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2695,27 +2695,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1134917949312545": { - "ID": 1134917949312545, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2830894905099088": { + "ID": 2830894905099088, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2746,22 +2748,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5132767813116490, - "StableID": "nXKqJC7e5h11CNTRL", + "ID": 2317330566048714, + "StableID": "nykAoyLX6K11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:cf202c0ca9130e93c9750a1158817e4890dcc51e41b587992264ba1630559e77", - "Addresses": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "AllowedIPs": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "Endpoints": ["77.164.248.136:42092", "10.65.0.27:42092", "172.17.0.1:42092"], + "Key": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:5d8fded1dc604749f3a33103501c011cf4312fddfab134f89f4ff47042c47e0f", + "Addresses": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "AllowedIPs": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "Endpoints": ["77.164.248.136:39522", "10.65.0.27:39522", "172.17.0.1:39522"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 64113}, - {"Proto": "peerapi6", "Port": 64113}, + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:19.727938462Z", + "Created": "2026-04-09T08:38:22.701378414Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2790,302 +2792,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "MachineKey": "mkey:b2393c4dd5f58f79d23c1eb1395f3dc3575e4f99cbf9d75ff1aab8ba90abee0b", + "NodeKey": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "MachineKey": "mkey:a049c51b0a18f5d505f762fe3ef2302931c3cab64cfee03522e11a8e88234f03", "Peers": [{ - "ID": 32007995750448, - "StableID": "nPnjy9oVF111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:46a232c8c4888c83ae1373bb24604f464e6ddc68f4e911f4819f3e6e2e4ff261", - "Addresses": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "AllowedIPs": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "Endpoints": ["77.164.248.136:60855", "10.65.0.27:60855", "172.17.0.1:60855"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42061}, - {"Proto": "peerapi6", "Port": 42061} - ]}, - "Created": "2026-04-09T01:32:19.194069567Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 307485839151079, - "StableID": "nSrrfd8GQ311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "DiscoKey": "discokey:be63d2e6f415e8fd8af433a65a076cd3bb6afb44eeb0868b45200b10189ef664", - "Addresses": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "AllowedIPs": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "Endpoints": ["77.164.248.136:39721", "10.65.0.27:39721", "172.17.0.1:39721"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 60253}, - {"Proto": "peerapi6", "Port": 60253} - ]}, - "Created": "2026-04-09T01:32:16.460255422Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 398218097046344, - "StableID": "njivbpWM7411CNTRL", + "ID": 1275821716668247, + "StableID": "nYMqF3gpxA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "DiscoKey": "discokey:eccb69ae4eee9b8619a95da54922bfbd5f0a171e8f6c880570dbc8069a8e2b2f", - "Addresses": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "AllowedIPs": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "Endpoints": ["77.164.248.136:43036", "10.65.0.27:43036", "172.17.0.1:43036"], + "Key": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "DiscoKey": "discokey:7fc0a791da376008cb164ba44ae01ffee89eeec0b60bd17f3c5d7eaeec79f41a", + "Addresses": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "AllowedIPs": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "Endpoints": ["77.164.248.136:33270", "10.65.0.27:33270", "172.17.0.1:33270"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 44148}, - {"Proto": "peerapi6", "Port": 44148} + {"Proto": "peerapi4", "Port": 59001}, + {"Proto": "peerapi6", "Port": 59001} ]}, - "Created": "2026-04-09T01:32:13.698260213Z", + "Created": "2026-04-09T08:38:16.789736462Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 423291579248363, - "StableID": "nvN8Np9iJ411CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "DiscoKey": "discokey:8327bb3379ffad9d610e33b172aec1a5bda0adaea9d7380ea2b6143614dc5a26", - "Addresses": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "AllowedIPs": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "Endpoints": ["77.164.248.136:42579", "10.65.0.27:42579", "172.17.0.1:42579"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56423}, - {"Proto": "peerapi6", "Port": 56423} - ]}, - "Created": "2026-04-09T01:32:17.555437477Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 479971407001435, - "StableID": "nepoe23Pk411CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "KeyExpiry": "2026-10-06T01:32:18Z", - "DiscoKey": "discokey:0781d450f1120653b65e57d0353e04ad5703bf9fc47e20d1a03375dd420d590d", - "Addresses": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "AllowedIPs": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "Endpoints": ["77.164.248.136:56770", "10.65.0.27:56770", "172.17.0.1:56770"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35342}, - {"Proto": "peerapi6", "Port": 35342} - ]}, - "Created": "2026-04-09T01:32:18.628366337Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 577899077301275, - "StableID": "naAFYsRjW511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "DiscoKey": "discokey:2aba011bc0966fd4082e603faa82cb057fbe7c9ec9299117d99ae6279241735f", - "Addresses": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "AllowedIPs": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "Endpoints": ["77.164.248.136:42966", "10.65.0.27:42966", "172.17.0.1:42966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52921}, - {"Proto": "peerapi6", "Port": 52921} - ]}, - "Created": "2026-04-09T01:32:14.23860298Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1134917949312545, - "StableID": "nJ3YqTN1s911CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "DiscoKey": "discokey:f9b73f02123ebfc7bc0ecda11955aac4c54737e12293a3ad767fc5eee693d20d", - "Addresses": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "AllowedIPs": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "Endpoints": ["77.164.248.136:33118", "10.65.0.27:33118", "172.17.0.1:33118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45171}, - {"Proto": "peerapi6", "Port": 45171} - ]}, - "Created": "2026-04-09T01:32:14.821892027Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2593859720121020, - "StableID": "nPQHDCJmFM11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "DiscoKey": "discokey:cba8c953871d2a8d9a8952b667054fc376dddb87fb35146439e69c20a5700f14", - "Addresses": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "AllowedIPs": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "Endpoints": ["77.164.248.136:58136", "10.65.0.27:58136", "172.17.0.1:58136"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39650}, - {"Proto": "peerapi6", "Port": 39650} - ]}, - "Created": "2026-04-09T01:32:11.943466573Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3619484824236341, - "StableID": "nYrJaGjGGV11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "DiscoKey": "discokey:10b2d2293768e9a3f4246e35f371e3eb6b03469b6607eb50bf0a803c4741471b", - "Addresses": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "AllowedIPs": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "Endpoints": ["77.164.248.136:33067", "10.65.0.27:33067", "172.17.0.1:33067"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 33120}, - {"Proto": "peerapi6", "Port": 33120} - ]}, - "Created": "2026-04-09T01:32:13.201609378Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6816152881169519, - "StableID": "nSSpH8n3Ev11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "DiscoKey": "discokey:dbb5efb106173a77fdd41480b851731dec525944e61710c70f42130712f13901", - "Addresses": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "AllowedIPs": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "Endpoints": ["77.164.248.136:36564", "10.65.0.27:36564", "172.17.0.1:36564"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35606}, - {"Proto": "peerapi6", "Port": 35606} - ]}, - "Created": "2026-04-09T01:32:15.377440623Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7520912470948814, - "StableID": "nHSNuocEj121CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "DiscoKey": "discokey:1006f36747b3c4e831239c6327ce755896386c66bd02589ac3e257862afaf738", - "Addresses": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "AllowedIPs": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "Endpoints": ["77.164.248.136:35897", "10.65.0.27:35897", "172.17.0.1:35897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50214}, - {"Proto": "peerapi6", "Port": 50214} - ]}, - "Created": "2026-04-09T01:32:12.63762691Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 8121172419351985, - "StableID": "nN9t3rR6R621CNTRL", + "ID": 1330769045166331, + "StableID": "n8fyWg3iPB11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "DiscoKey": "discokey:3c0f92a7e2f98c18665355335ac1c8010dd092eb8cc8559aad57ac97e7c30e06", - "Addresses": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "AllowedIPs": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "Endpoints": ["77.164.248.136:51117", "10.65.0.27:51117", "172.17.0.1:51117"], + "Key": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "DiscoKey": "discokey:54123db853a8c603774a14624e16f01b6aeab03bf586bcde83886fe003139017", + "Addresses": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "AllowedIPs": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "Endpoints": ["77.164.248.136:59242", "10.65.0.27:59242", "172.17.0.1:59242"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40422}, - {"Proto": "peerapi6", "Port": 40422} + {"Proto": "peerapi4", "Port": 64787}, + {"Proto": "peerapi6", "Port": 64787} ]}, - "Created": "2026-04-09T01:32:16.999074017Z", + "Created": "2026-04-09T08:38:20.008754037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8549221493313906, - "StableID": "nhEyvzYxk921CNTRL", + "ID": 2128772945371769, + "StableID": "neMSYpF8dH11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "DiscoKey": "discokey:e88f1e299500de60ee7f0484ff5dc864af07f440f4b2cb36c046faae9ada8e04", + "Addresses": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "AllowedIPs": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "Endpoints": ["77.164.248.136:36027", "10.65.0.27:36027", "172.17.0.1:36027"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39700}, + {"Proto": "peerapi6", "Port": 39700} + ]}, + "Created": "2026-04-09T08:38:19.461053505Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 2830894905099088, + "StableID": "n1ZXpuo77P11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "DiscoKey": "discokey:d9668bb443f2e00f7d5b7ed0e9d8fb551e6fb0e4be27233b070f672dc0173a08", + "Addresses": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "AllowedIPs": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "Endpoints": ["77.164.248.136:40260", "10.65.0.27:40260", "172.17.0.1:40260"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38584}, + {"Proto": "peerapi6", "Port": 38584} + ]}, + "Created": "2026-04-09T08:38:17.874264162Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2922512698028049, + "StableID": "nrM7TGTcpP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:596ac17a902e6457d6d8f7837a9b9e0e7d74e470d3de53db472b0dae56bd2817", + "Addresses": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "AllowedIPs": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "Endpoints": ["77.164.248.136:60585", "10.65.0.27:60585", "172.17.0.1:60585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38609}, + {"Proto": "peerapi6", "Port": 38609} + ]}, + "Created": "2026-04-09T08:38:22.141650195Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 3056681906286261, + "StableID": "nLWhwKrNsQ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "DiscoKey": "discokey:a2254403005291f4e3990e538c21a5a0bde9c1f594716ef71675b23a5cc8847c", + "Addresses": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "AllowedIPs": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "Endpoints": ["77.164.248.136:34273", "10.65.0.27:34273", "172.17.0.1:34273"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33788}, + {"Proto": "peerapi6", "Port": 33788} + ]}, + "Created": "2026-04-09T08:38:20.549339905Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5015736682013459, + "StableID": "nUmM14udAg11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "DiscoKey": "discokey:b99c9d936714893e51506745007856648b9fe453ddefdea1e6eb608b8a32412f", + "Addresses": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "AllowedIPs": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48785}, + {"Proto": "peerapi6", "Port": 48785} + ]}, + "Created": "2026-04-09T08:38:17.322135285Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5066706417848772, + "StableID": "nBgQ2bniZg11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "DiscoKey": "discokey:8a3a40faf1dfff3dc6d7c03fde9306ad73223d60bfa9ef380378d3a11c17e424", + "Addresses": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "AllowedIPs": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "Endpoints": ["77.164.248.136:37618", "10.65.0.27:37618", "172.17.0.1:37618"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 65496}, + {"Proto": "peerapi6", "Port": 65496} + ]}, + "Created": "2026-04-09T08:38:21.068380206Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5180029448744371, + "StableID": "n8q4DDb3Th11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "KeyExpiry": "2026-10-06T08:38:21Z", + "DiscoKey": "discokey:f3175fa019f2b095f5d09b6304002e3de3fdf3ee9e23fea73ed56c5a4aa2ad2b", + "Addresses": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "AllowedIPs": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "Endpoints": ["77.164.248.136:59533", "10.65.0.27:59533", "172.17.0.1:59533"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60988}, + {"Proto": "peerapi6", "Port": 60988} + ]}, + "Created": "2026-04-09T08:38:21.604553182Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6359938519002592, + "StableID": "nRubLRoRfr11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "DiscoKey": "discokey:d2df02513adabae6496c3ed8a8ddb1a8755286d382d1632d18a65ac4f535777a", + "Addresses": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "AllowedIPs": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "Endpoints": ["77.164.248.136:33072", "10.65.0.27:33072", "172.17.0.1:33072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 61671}, + {"Proto": "peerapi6", "Port": 61671} + ]}, + "Created": "2026-04-09T08:38:16.254650325Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7013673108721601, + "StableID": "nWHWRNJWmw11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "DiscoKey": "discokey:402410fb78153e3aa30a87f892f64f5fe1ebb77f6e04b206f80a3df1dfca8d4a", + "Addresses": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "AllowedIPs": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "Endpoints": ["77.164.248.136:32823", "10.65.0.27:32823", "172.17.0.1:32823"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 45038}, + {"Proto": "peerapi6", "Port": 45038} + ]}, + "Created": "2026-04-09T08:38:15.703164509Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7185747299241234, + "StableID": "n317Q1QS7y11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "DiscoKey": "discokey:1a62c4d0b220edc710eea84ebc77396014f2799199773bb588484c58179dee1d", - "Addresses": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "AllowedIPs": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "Endpoints": ["77.164.248.136:54658", "10.65.0.27:54658", "172.17.0.1:54658"], + "Key": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "DiscoKey": "discokey:79b7bf37adf5c04a44a7f9ec6156e80c7ec7aee3762d31a0e46bd9bbdc25315d", + "Addresses": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "AllowedIPs": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "Endpoints": ["77.164.248.136:53298", "10.65.0.27:53298", "172.17.0.1:53298"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51694}, - {"Proto": "peerapi6", "Port": 51694} + {"Proto": "peerapi4", "Port": 37410}, + {"Proto": "peerapi6", "Port": 37410} ]}, - "Created": "2026-04-09T01:32:15.917998923Z", + "Created": "2026-04-09T08:38:18.922566295Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8590360552347462, - "StableID": "nucnhtCb5A21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 7348009251075490, + "StableID": "nMpdS6kvNz11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "DiscoKey": "discokey:9c94d9fb6ae8d55a7eb0f6d5f14dadd532702ca82de4b39f998352295358377f", - "Addresses": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "AllowedIPs": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "Endpoints": ["77.164.248.136:60341", "10.65.0.27:60341", "172.17.0.1:60341"], + "Key": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "DiscoKey": "discokey:e05ebc5688ec5e90af3ab6757389c917bcc265f1a13daea4537c1beb8d6e044f", + "Addresses": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "AllowedIPs": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "Endpoints": ["77.164.248.136:36079", "10.65.0.27:36079", "172.17.0.1:36079"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64632}, - {"Proto": "peerapi6", "Port": 64632} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34435}, + {"Proto": "peerapi6", "Port": 34435} ]}, - "Created": "2026-04-09T01:32:18.100375789Z", + "Created": "2026-04-09T08:38:15.178294798Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8810404762850017, + "StableID": "nprb5pPFoB21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "DiscoKey": "discokey:e4a0d79b79492ef84bbc56527ed42eaf582141929004e7f700ee0a561484567b", + "Addresses": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "AllowedIPs": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "Endpoints": ["77.164.248.136:48219", "10.65.0.27:48219", "172.17.0.1:48219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42787}, + {"Proto": "peerapi6", "Port": 42787} + ]}, + "Created": "2026-04-09T08:38:18.402395603Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3113,7 +3114,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.122.74.104"}, {"nodeIP": "fd7a:115c:a1e0::ad37:4a68"}], + "principals": [{"nodeIP": "100.115.51.97"}, {"nodeIP": "fd7a:115c:a1e0::d337:3361"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -3122,7 +3123,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.122.74.104"}, {"nodeIP": "fd7a:115c:a1e0::ad37:4a68"}], + "principals": [{"nodeIP": "100.115.51.97"}, {"nodeIP": "fd7a:115c:a1e0::d337:3361"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3951,26 +3952,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.122.74.104"}, {"nodeIP": "fd7a:115c:a1e0::ad37:4a68"}], + "principals": [{"nodeIP": "100.115.51.97"}, {"nodeIP": "fd7a:115c:a1e0::d337:3361"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -3979,7 +3981,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.122.74.104"}, {"nodeIP": "fd7a:115c:a1e0::ad37:4a68"}], + "principals": [{"nodeIP": "100.115.51.97"}, {"nodeIP": "fd7a:115c:a1e0::d337:3361"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -4016,26 +4018,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3619484824236341, - "StableID": "nYrJaGjGGV11CNTRL", + "ID": 6359938519002592, + "StableID": "nRubLRoRfr11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 3619484824236341, - "Key": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "DiscoKey": "discokey:10b2d2293768e9a3f4246e35f371e3eb6b03469b6607eb50bf0a803c4741471b", - "Addresses": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "AllowedIPs": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "Endpoints": ["77.164.248.136:33067", "10.65.0.27:33067", "172.17.0.1:33067"], + "User": 6359938519002592, + "Key": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "DiscoKey": "discokey:d2df02513adabae6496c3ed8a8ddb1a8755286d382d1632d18a65ac4f535777a", + "Addresses": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "AllowedIPs": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "Endpoints": ["77.164.248.136:33072", "10.65.0.27:33072", "172.17.0.1:33072"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 33120}, - {"Proto": "peerapi6", "Port": 33120}, + {"Proto": "peerapi4", "Port": 61671}, + {"Proto": "peerapi6", "Port": 61671}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:13.201609378Z", + "Created": "2026-04-09T08:38:16.254650325Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -4063,302 +4065,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "MachineKey": "mkey:1dd4a30cdffebee88c679d3ac45ed89ec03cb737975a2449dff1ddd2c7c66e52", + "NodeKey": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "MachineKey": "mkey:61b893423dfcdee6523f6da07f7dfd0df50d5f594eb22eb1a0584c21d3729446", "Peers": [{ - "ID": 32007995750448, - "StableID": "nPnjy9oVF111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:46a232c8c4888c83ae1373bb24604f464e6ddc68f4e911f4819f3e6e2e4ff261", - "Addresses": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "AllowedIPs": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "Endpoints": ["77.164.248.136:60855", "10.65.0.27:60855", "172.17.0.1:60855"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42061}, - {"Proto": "peerapi6", "Port": 42061} - ]}, - "Created": "2026-04-09T01:32:19.194069567Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 307485839151079, - "StableID": "nSrrfd8GQ311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "DiscoKey": "discokey:be63d2e6f415e8fd8af433a65a076cd3bb6afb44eeb0868b45200b10189ef664", - "Addresses": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "AllowedIPs": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "Endpoints": ["77.164.248.136:39721", "10.65.0.27:39721", "172.17.0.1:39721"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 60253}, - {"Proto": "peerapi6", "Port": 60253} - ]}, - "Created": "2026-04-09T01:32:16.460255422Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 398218097046344, - "StableID": "njivbpWM7411CNTRL", + "ID": 1275821716668247, + "StableID": "nYMqF3gpxA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "DiscoKey": "discokey:eccb69ae4eee9b8619a95da54922bfbd5f0a171e8f6c880570dbc8069a8e2b2f", - "Addresses": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "AllowedIPs": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "Endpoints": ["77.164.248.136:43036", "10.65.0.27:43036", "172.17.0.1:43036"], + "Key": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "DiscoKey": "discokey:7fc0a791da376008cb164ba44ae01ffee89eeec0b60bd17f3c5d7eaeec79f41a", + "Addresses": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "AllowedIPs": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "Endpoints": ["77.164.248.136:33270", "10.65.0.27:33270", "172.17.0.1:33270"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 44148}, - {"Proto": "peerapi6", "Port": 44148} + {"Proto": "peerapi4", "Port": 59001}, + {"Proto": "peerapi6", "Port": 59001} ]}, - "Created": "2026-04-09T01:32:13.698260213Z", + "Created": "2026-04-09T08:38:16.789736462Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 423291579248363, - "StableID": "nvN8Np9iJ411CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "DiscoKey": "discokey:8327bb3379ffad9d610e33b172aec1a5bda0adaea9d7380ea2b6143614dc5a26", - "Addresses": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "AllowedIPs": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "Endpoints": ["77.164.248.136:42579", "10.65.0.27:42579", "172.17.0.1:42579"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56423}, - {"Proto": "peerapi6", "Port": 56423} - ]}, - "Created": "2026-04-09T01:32:17.555437477Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 479971407001435, - "StableID": "nepoe23Pk411CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "KeyExpiry": "2026-10-06T01:32:18Z", - "DiscoKey": "discokey:0781d450f1120653b65e57d0353e04ad5703bf9fc47e20d1a03375dd420d590d", - "Addresses": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "AllowedIPs": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "Endpoints": ["77.164.248.136:56770", "10.65.0.27:56770", "172.17.0.1:56770"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35342}, - {"Proto": "peerapi6", "Port": 35342} - ]}, - "Created": "2026-04-09T01:32:18.628366337Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 577899077301275, - "StableID": "naAFYsRjW511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "DiscoKey": "discokey:2aba011bc0966fd4082e603faa82cb057fbe7c9ec9299117d99ae6279241735f", - "Addresses": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "AllowedIPs": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "Endpoints": ["77.164.248.136:42966", "10.65.0.27:42966", "172.17.0.1:42966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52921}, - {"Proto": "peerapi6", "Port": 52921} - ]}, - "Created": "2026-04-09T01:32:14.23860298Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1134917949312545, - "StableID": "nJ3YqTN1s911CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "DiscoKey": "discokey:f9b73f02123ebfc7bc0ecda11955aac4c54737e12293a3ad767fc5eee693d20d", - "Addresses": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "AllowedIPs": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "Endpoints": ["77.164.248.136:33118", "10.65.0.27:33118", "172.17.0.1:33118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45171}, - {"Proto": "peerapi6", "Port": 45171} - ]}, - "Created": "2026-04-09T01:32:14.821892027Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2593859720121020, - "StableID": "nPQHDCJmFM11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "DiscoKey": "discokey:cba8c953871d2a8d9a8952b667054fc376dddb87fb35146439e69c20a5700f14", - "Addresses": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "AllowedIPs": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "Endpoints": ["77.164.248.136:58136", "10.65.0.27:58136", "172.17.0.1:58136"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39650}, - {"Proto": "peerapi6", "Port": 39650} - ]}, - "Created": "2026-04-09T01:32:11.943466573Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5132767813116490, - "StableID": "nXKqJC7e5h11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:cf202c0ca9130e93c9750a1158817e4890dcc51e41b587992264ba1630559e77", - "Addresses": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "AllowedIPs": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "Endpoints": ["77.164.248.136:42092", "10.65.0.27:42092", "172.17.0.1:42092"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 64113}, - {"Proto": "peerapi6", "Port": 64113} - ]}, - "Created": "2026-04-09T01:32:19.727938462Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6816152881169519, - "StableID": "nSSpH8n3Ev11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "DiscoKey": "discokey:dbb5efb106173a77fdd41480b851731dec525944e61710c70f42130712f13901", - "Addresses": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "AllowedIPs": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "Endpoints": ["77.164.248.136:36564", "10.65.0.27:36564", "172.17.0.1:36564"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35606}, - {"Proto": "peerapi6", "Port": 35606} - ]}, - "Created": "2026-04-09T01:32:15.377440623Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7520912470948814, - "StableID": "nHSNuocEj121CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "DiscoKey": "discokey:1006f36747b3c4e831239c6327ce755896386c66bd02589ac3e257862afaf738", - "Addresses": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "AllowedIPs": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "Endpoints": ["77.164.248.136:35897", "10.65.0.27:35897", "172.17.0.1:35897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50214}, - {"Proto": "peerapi6", "Port": 50214} - ]}, - "Created": "2026-04-09T01:32:12.63762691Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 8121172419351985, - "StableID": "nN9t3rR6R621CNTRL", + "ID": 1330769045166331, + "StableID": "n8fyWg3iPB11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "DiscoKey": "discokey:3c0f92a7e2f98c18665355335ac1c8010dd092eb8cc8559aad57ac97e7c30e06", - "Addresses": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "AllowedIPs": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "Endpoints": ["77.164.248.136:51117", "10.65.0.27:51117", "172.17.0.1:51117"], + "Key": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "DiscoKey": "discokey:54123db853a8c603774a14624e16f01b6aeab03bf586bcde83886fe003139017", + "Addresses": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "AllowedIPs": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "Endpoints": ["77.164.248.136:59242", "10.65.0.27:59242", "172.17.0.1:59242"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40422}, - {"Proto": "peerapi6", "Port": 40422} + {"Proto": "peerapi4", "Port": 64787}, + {"Proto": "peerapi6", "Port": 64787} ]}, - "Created": "2026-04-09T01:32:16.999074017Z", + "Created": "2026-04-09T08:38:20.008754037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8549221493313906, - "StableID": "nhEyvzYxk921CNTRL", + "ID": 2128772945371769, + "StableID": "neMSYpF8dH11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "DiscoKey": "discokey:e88f1e299500de60ee7f0484ff5dc864af07f440f4b2cb36c046faae9ada8e04", + "Addresses": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "AllowedIPs": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "Endpoints": ["77.164.248.136:36027", "10.65.0.27:36027", "172.17.0.1:36027"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39700}, + {"Proto": "peerapi6", "Port": 39700} + ]}, + "Created": "2026-04-09T08:38:19.461053505Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 2317330566048714, + "StableID": "nykAoyLX6K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:5d8fded1dc604749f3a33103501c011cf4312fddfab134f89f4ff47042c47e0f", + "Addresses": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "AllowedIPs": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "Endpoints": ["77.164.248.136:39522", "10.65.0.27:39522", "172.17.0.1:39522"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:38:22.701378414Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2830894905099088, + "StableID": "n1ZXpuo77P11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "DiscoKey": "discokey:d9668bb443f2e00f7d5b7ed0e9d8fb551e6fb0e4be27233b070f672dc0173a08", + "Addresses": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "AllowedIPs": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "Endpoints": ["77.164.248.136:40260", "10.65.0.27:40260", "172.17.0.1:40260"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38584}, + {"Proto": "peerapi6", "Port": 38584} + ]}, + "Created": "2026-04-09T08:38:17.874264162Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2922512698028049, + "StableID": "nrM7TGTcpP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:596ac17a902e6457d6d8f7837a9b9e0e7d74e470d3de53db472b0dae56bd2817", + "Addresses": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "AllowedIPs": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "Endpoints": ["77.164.248.136:60585", "10.65.0.27:60585", "172.17.0.1:60585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38609}, + {"Proto": "peerapi6", "Port": 38609} + ]}, + "Created": "2026-04-09T08:38:22.141650195Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 3056681906286261, + "StableID": "nLWhwKrNsQ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "DiscoKey": "discokey:a2254403005291f4e3990e538c21a5a0bde9c1f594716ef71675b23a5cc8847c", + "Addresses": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "AllowedIPs": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "Endpoints": ["77.164.248.136:34273", "10.65.0.27:34273", "172.17.0.1:34273"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33788}, + {"Proto": "peerapi6", "Port": 33788} + ]}, + "Created": "2026-04-09T08:38:20.549339905Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5015736682013459, + "StableID": "nUmM14udAg11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "DiscoKey": "discokey:b99c9d936714893e51506745007856648b9fe453ddefdea1e6eb608b8a32412f", + "Addresses": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "AllowedIPs": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48785}, + {"Proto": "peerapi6", "Port": 48785} + ]}, + "Created": "2026-04-09T08:38:17.322135285Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5066706417848772, + "StableID": "nBgQ2bniZg11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "DiscoKey": "discokey:8a3a40faf1dfff3dc6d7c03fde9306ad73223d60bfa9ef380378d3a11c17e424", + "Addresses": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "AllowedIPs": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "Endpoints": ["77.164.248.136:37618", "10.65.0.27:37618", "172.17.0.1:37618"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 65496}, + {"Proto": "peerapi6", "Port": 65496} + ]}, + "Created": "2026-04-09T08:38:21.068380206Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5180029448744371, + "StableID": "n8q4DDb3Th11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "KeyExpiry": "2026-10-06T08:38:21Z", + "DiscoKey": "discokey:f3175fa019f2b095f5d09b6304002e3de3fdf3ee9e23fea73ed56c5a4aa2ad2b", + "Addresses": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "AllowedIPs": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "Endpoints": ["77.164.248.136:59533", "10.65.0.27:59533", "172.17.0.1:59533"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60988}, + {"Proto": "peerapi6", "Port": 60988} + ]}, + "Created": "2026-04-09T08:38:21.604553182Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7013673108721601, + "StableID": "nWHWRNJWmw11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "DiscoKey": "discokey:402410fb78153e3aa30a87f892f64f5fe1ebb77f6e04b206f80a3df1dfca8d4a", + "Addresses": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "AllowedIPs": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "Endpoints": ["77.164.248.136:32823", "10.65.0.27:32823", "172.17.0.1:32823"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 45038}, + {"Proto": "peerapi6", "Port": 45038} + ]}, + "Created": "2026-04-09T08:38:15.703164509Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7185747299241234, + "StableID": "n317Q1QS7y11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "DiscoKey": "discokey:1a62c4d0b220edc710eea84ebc77396014f2799199773bb588484c58179dee1d", - "Addresses": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "AllowedIPs": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "Endpoints": ["77.164.248.136:54658", "10.65.0.27:54658", "172.17.0.1:54658"], + "Key": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "DiscoKey": "discokey:79b7bf37adf5c04a44a7f9ec6156e80c7ec7aee3762d31a0e46bd9bbdc25315d", + "Addresses": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "AllowedIPs": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "Endpoints": ["77.164.248.136:53298", "10.65.0.27:53298", "172.17.0.1:53298"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51694}, - {"Proto": "peerapi6", "Port": 51694} + {"Proto": "peerapi4", "Port": 37410}, + {"Proto": "peerapi6", "Port": 37410} ]}, - "Created": "2026-04-09T01:32:15.917998923Z", + "Created": "2026-04-09T08:38:18.922566295Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8590360552347462, - "StableID": "nucnhtCb5A21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 7348009251075490, + "StableID": "nMpdS6kvNz11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "DiscoKey": "discokey:9c94d9fb6ae8d55a7eb0f6d5f14dadd532702ca82de4b39f998352295358377f", - "Addresses": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "AllowedIPs": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "Endpoints": ["77.164.248.136:60341", "10.65.0.27:60341", "172.17.0.1:60341"], + "Key": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "DiscoKey": "discokey:e05ebc5688ec5e90af3ab6757389c917bcc265f1a13daea4537c1beb8d6e044f", + "Addresses": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "AllowedIPs": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "Endpoints": ["77.164.248.136:36079", "10.65.0.27:36079", "172.17.0.1:36079"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64632}, - {"Proto": "peerapi6", "Port": 64632} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34435}, + {"Proto": "peerapi6", "Port": 34435} ]}, - "Created": "2026-04-09T01:32:18.100375789Z", + "Created": "2026-04-09T08:38:15.178294798Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8810404762850017, + "StableID": "nprb5pPFoB21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "DiscoKey": "discokey:e4a0d79b79492ef84bbc56527ed42eaf582141929004e7f700ee0a561484567b", + "Addresses": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "AllowedIPs": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "Endpoints": ["77.164.248.136:48219", "10.65.0.27:48219", "172.17.0.1:48219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42787}, + {"Proto": "peerapi6", "Port": 42787} + ]}, + "Created": "2026-04-09T08:38:18.402395603Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5206,27 +5207,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3619484824236341": { - "ID": 3619484824236341, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6359938519002592": { + "ID": 6359938519002592, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5257,26 +5260,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8549221493313906, - "StableID": "nhEyvzYxk921CNTRL", + "ID": 7185747299241234, + "StableID": "n317Q1QS7y11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 8549221493313906, - "Key": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "DiscoKey": "discokey:1a62c4d0b220edc710eea84ebc77396014f2799199773bb588484c58179dee1d", - "Addresses": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "AllowedIPs": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "Endpoints": ["77.164.248.136:54658", "10.65.0.27:54658", "172.17.0.1:54658"], + "User": 7185747299241234, + "Key": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "DiscoKey": "discokey:79b7bf37adf5c04a44a7f9ec6156e80c7ec7aee3762d31a0e46bd9bbdc25315d", + "Addresses": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "AllowedIPs": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "Endpoints": ["77.164.248.136:53298", "10.65.0.27:53298", "172.17.0.1:53298"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 51694}, - {"Proto": "peerapi6", "Port": 51694}, + {"Proto": "peerapi4", "Port": 37410}, + {"Proto": "peerapi6", "Port": 37410}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:15.917998923Z", + "Created": "2026-04-09T08:38:18.922566295Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5304,302 +5307,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "MachineKey": "mkey:6174a7f4a07ddd5540a30c82a3aea38ce8fbb2f7b49fb44a1a1f1a2c02d7dd3e", + "NodeKey": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "MachineKey": "mkey:b8b4c3024dbf88423810f766d3d93ac8d85f63df5b6228a42288ab828cc41d35", "Peers": [{ - "ID": 32007995750448, - "StableID": "nPnjy9oVF111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:46a232c8c4888c83ae1373bb24604f464e6ddc68f4e911f4819f3e6e2e4ff261", - "Addresses": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "AllowedIPs": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "Endpoints": ["77.164.248.136:60855", "10.65.0.27:60855", "172.17.0.1:60855"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42061}, - {"Proto": "peerapi6", "Port": 42061} - ]}, - "Created": "2026-04-09T01:32:19.194069567Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 307485839151079, - "StableID": "nSrrfd8GQ311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "DiscoKey": "discokey:be63d2e6f415e8fd8af433a65a076cd3bb6afb44eeb0868b45200b10189ef664", - "Addresses": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "AllowedIPs": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "Endpoints": ["77.164.248.136:39721", "10.65.0.27:39721", "172.17.0.1:39721"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 60253}, - {"Proto": "peerapi6", "Port": 60253} - ]}, - "Created": "2026-04-09T01:32:16.460255422Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 398218097046344, - "StableID": "njivbpWM7411CNTRL", + "ID": 1275821716668247, + "StableID": "nYMqF3gpxA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "DiscoKey": "discokey:eccb69ae4eee9b8619a95da54922bfbd5f0a171e8f6c880570dbc8069a8e2b2f", - "Addresses": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "AllowedIPs": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "Endpoints": ["77.164.248.136:43036", "10.65.0.27:43036", "172.17.0.1:43036"], + "Key": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "DiscoKey": "discokey:7fc0a791da376008cb164ba44ae01ffee89eeec0b60bd17f3c5d7eaeec79f41a", + "Addresses": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "AllowedIPs": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "Endpoints": ["77.164.248.136:33270", "10.65.0.27:33270", "172.17.0.1:33270"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 44148}, - {"Proto": "peerapi6", "Port": 44148} + {"Proto": "peerapi4", "Port": 59001}, + {"Proto": "peerapi6", "Port": 59001} ]}, - "Created": "2026-04-09T01:32:13.698260213Z", + "Created": "2026-04-09T08:38:16.789736462Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 423291579248363, - "StableID": "nvN8Np9iJ411CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "DiscoKey": "discokey:8327bb3379ffad9d610e33b172aec1a5bda0adaea9d7380ea2b6143614dc5a26", - "Addresses": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "AllowedIPs": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "Endpoints": ["77.164.248.136:42579", "10.65.0.27:42579", "172.17.0.1:42579"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56423}, - {"Proto": "peerapi6", "Port": 56423} - ]}, - "Created": "2026-04-09T01:32:17.555437477Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 479971407001435, - "StableID": "nepoe23Pk411CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "KeyExpiry": "2026-10-06T01:32:18Z", - "DiscoKey": "discokey:0781d450f1120653b65e57d0353e04ad5703bf9fc47e20d1a03375dd420d590d", - "Addresses": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "AllowedIPs": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "Endpoints": ["77.164.248.136:56770", "10.65.0.27:56770", "172.17.0.1:56770"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35342}, - {"Proto": "peerapi6", "Port": 35342} - ]}, - "Created": "2026-04-09T01:32:18.628366337Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 577899077301275, - "StableID": "naAFYsRjW511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "DiscoKey": "discokey:2aba011bc0966fd4082e603faa82cb057fbe7c9ec9299117d99ae6279241735f", - "Addresses": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "AllowedIPs": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "Endpoints": ["77.164.248.136:42966", "10.65.0.27:42966", "172.17.0.1:42966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52921}, - {"Proto": "peerapi6", "Port": 52921} - ]}, - "Created": "2026-04-09T01:32:14.23860298Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1134917949312545, - "StableID": "nJ3YqTN1s911CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "DiscoKey": "discokey:f9b73f02123ebfc7bc0ecda11955aac4c54737e12293a3ad767fc5eee693d20d", - "Addresses": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "AllowedIPs": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "Endpoints": ["77.164.248.136:33118", "10.65.0.27:33118", "172.17.0.1:33118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45171}, - {"Proto": "peerapi6", "Port": 45171} - ]}, - "Created": "2026-04-09T01:32:14.821892027Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2593859720121020, - "StableID": "nPQHDCJmFM11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "DiscoKey": "discokey:cba8c953871d2a8d9a8952b667054fc376dddb87fb35146439e69c20a5700f14", - "Addresses": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "AllowedIPs": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "Endpoints": ["77.164.248.136:58136", "10.65.0.27:58136", "172.17.0.1:58136"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39650}, - {"Proto": "peerapi6", "Port": 39650} - ]}, - "Created": "2026-04-09T01:32:11.943466573Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3619484824236341, - "StableID": "nYrJaGjGGV11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "DiscoKey": "discokey:10b2d2293768e9a3f4246e35f371e3eb6b03469b6607eb50bf0a803c4741471b", - "Addresses": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "AllowedIPs": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "Endpoints": ["77.164.248.136:33067", "10.65.0.27:33067", "172.17.0.1:33067"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 33120}, - {"Proto": "peerapi6", "Port": 33120} - ]}, - "Created": "2026-04-09T01:32:13.201609378Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5132767813116490, - "StableID": "nXKqJC7e5h11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:cf202c0ca9130e93c9750a1158817e4890dcc51e41b587992264ba1630559e77", - "Addresses": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "AllowedIPs": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "Endpoints": ["77.164.248.136:42092", "10.65.0.27:42092", "172.17.0.1:42092"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 64113}, - {"Proto": "peerapi6", "Port": 64113} - ]}, - "Created": "2026-04-09T01:32:19.727938462Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6816152881169519, - "StableID": "nSSpH8n3Ev11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "DiscoKey": "discokey:dbb5efb106173a77fdd41480b851731dec525944e61710c70f42130712f13901", - "Addresses": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "AllowedIPs": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "Endpoints": ["77.164.248.136:36564", "10.65.0.27:36564", "172.17.0.1:36564"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35606}, - {"Proto": "peerapi6", "Port": 35606} - ]}, - "Created": "2026-04-09T01:32:15.377440623Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7520912470948814, - "StableID": "nHSNuocEj121CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "DiscoKey": "discokey:1006f36747b3c4e831239c6327ce755896386c66bd02589ac3e257862afaf738", - "Addresses": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "AllowedIPs": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "Endpoints": ["77.164.248.136:35897", "10.65.0.27:35897", "172.17.0.1:35897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50214}, - {"Proto": "peerapi6", "Port": 50214} - ]}, - "Created": "2026-04-09T01:32:12.63762691Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 8121172419351985, - "StableID": "nN9t3rR6R621CNTRL", + "ID": 1330769045166331, + "StableID": "n8fyWg3iPB11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "DiscoKey": "discokey:3c0f92a7e2f98c18665355335ac1c8010dd092eb8cc8559aad57ac97e7c30e06", - "Addresses": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "AllowedIPs": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "Endpoints": ["77.164.248.136:51117", "10.65.0.27:51117", "172.17.0.1:51117"], + "Key": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "DiscoKey": "discokey:54123db853a8c603774a14624e16f01b6aeab03bf586bcde83886fe003139017", + "Addresses": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "AllowedIPs": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "Endpoints": ["77.164.248.136:59242", "10.65.0.27:59242", "172.17.0.1:59242"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40422}, - {"Proto": "peerapi6", "Port": 40422} + {"Proto": "peerapi4", "Port": 64787}, + {"Proto": "peerapi6", "Port": 64787} ]}, - "Created": "2026-04-09T01:32:16.999074017Z", + "Created": "2026-04-09T08:38:20.008754037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8590360552347462, - "StableID": "nucnhtCb5A21CNTRL", + "ID": 2128772945371769, + "StableID": "neMSYpF8dH11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "DiscoKey": "discokey:e88f1e299500de60ee7f0484ff5dc864af07f440f4b2cb36c046faae9ada8e04", + "Addresses": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "AllowedIPs": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "Endpoints": ["77.164.248.136:36027", "10.65.0.27:36027", "172.17.0.1:36027"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39700}, + {"Proto": "peerapi6", "Port": 39700} + ]}, + "Created": "2026-04-09T08:38:19.461053505Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 2317330566048714, + "StableID": "nykAoyLX6K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:5d8fded1dc604749f3a33103501c011cf4312fddfab134f89f4ff47042c47e0f", + "Addresses": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "AllowedIPs": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "Endpoints": ["77.164.248.136:39522", "10.65.0.27:39522", "172.17.0.1:39522"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:38:22.701378414Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2830894905099088, + "StableID": "n1ZXpuo77P11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "DiscoKey": "discokey:d9668bb443f2e00f7d5b7ed0e9d8fb551e6fb0e4be27233b070f672dc0173a08", + "Addresses": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "AllowedIPs": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "Endpoints": ["77.164.248.136:40260", "10.65.0.27:40260", "172.17.0.1:40260"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38584}, + {"Proto": "peerapi6", "Port": 38584} + ]}, + "Created": "2026-04-09T08:38:17.874264162Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2922512698028049, + "StableID": "nrM7TGTcpP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:596ac17a902e6457d6d8f7837a9b9e0e7d74e470d3de53db472b0dae56bd2817", + "Addresses": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "AllowedIPs": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "Endpoints": ["77.164.248.136:60585", "10.65.0.27:60585", "172.17.0.1:60585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38609}, + {"Proto": "peerapi6", "Port": 38609} + ]}, + "Created": "2026-04-09T08:38:22.141650195Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 3056681906286261, + "StableID": "nLWhwKrNsQ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "DiscoKey": "discokey:a2254403005291f4e3990e538c21a5a0bde9c1f594716ef71675b23a5cc8847c", + "Addresses": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "AllowedIPs": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "Endpoints": ["77.164.248.136:34273", "10.65.0.27:34273", "172.17.0.1:34273"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33788}, + {"Proto": "peerapi6", "Port": 33788} + ]}, + "Created": "2026-04-09T08:38:20.549339905Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5015736682013459, + "StableID": "nUmM14udAg11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "DiscoKey": "discokey:b99c9d936714893e51506745007856648b9fe453ddefdea1e6eb608b8a32412f", + "Addresses": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "AllowedIPs": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48785}, + {"Proto": "peerapi6", "Port": 48785} + ]}, + "Created": "2026-04-09T08:38:17.322135285Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5066706417848772, + "StableID": "nBgQ2bniZg11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "DiscoKey": "discokey:9c94d9fb6ae8d55a7eb0f6d5f14dadd532702ca82de4b39f998352295358377f", - "Addresses": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "AllowedIPs": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "Endpoints": ["77.164.248.136:60341", "10.65.0.27:60341", "172.17.0.1:60341"], + "Key": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "DiscoKey": "discokey:8a3a40faf1dfff3dc6d7c03fde9306ad73223d60bfa9ef380378d3a11c17e424", + "Addresses": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "AllowedIPs": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "Endpoints": ["77.164.248.136:37618", "10.65.0.27:37618", "172.17.0.1:37618"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64632}, - {"Proto": "peerapi6", "Port": 64632} + {"Proto": "peerapi4", "Port": 65496}, + {"Proto": "peerapi6", "Port": 65496} ]}, - "Created": "2026-04-09T01:32:18.100375789Z", + "Created": "2026-04-09T08:38:21.068380206Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" + }, { + "ID": 5180029448744371, + "StableID": "n8q4DDb3Th11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "KeyExpiry": "2026-10-06T08:38:21Z", + "DiscoKey": "discokey:f3175fa019f2b095f5d09b6304002e3de3fdf3ee9e23fea73ed56c5a4aa2ad2b", + "Addresses": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "AllowedIPs": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "Endpoints": ["77.164.248.136:59533", "10.65.0.27:59533", "172.17.0.1:59533"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60988}, + {"Proto": "peerapi6", "Port": 60988} + ]}, + "Created": "2026-04-09T08:38:21.604553182Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6359938519002592, + "StableID": "nRubLRoRfr11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "DiscoKey": "discokey:d2df02513adabae6496c3ed8a8ddb1a8755286d382d1632d18a65ac4f535777a", + "Addresses": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "AllowedIPs": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "Endpoints": ["77.164.248.136:33072", "10.65.0.27:33072", "172.17.0.1:33072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 61671}, + {"Proto": "peerapi6", "Port": 61671} + ]}, + "Created": "2026-04-09T08:38:16.254650325Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7013673108721601, + "StableID": "nWHWRNJWmw11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "DiscoKey": "discokey:402410fb78153e3aa30a87f892f64f5fe1ebb77f6e04b206f80a3df1dfca8d4a", + "Addresses": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "AllowedIPs": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "Endpoints": ["77.164.248.136:32823", "10.65.0.27:32823", "172.17.0.1:32823"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 45038}, + {"Proto": "peerapi6", "Port": 45038} + ]}, + "Created": "2026-04-09T08:38:15.703164509Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7348009251075490, + "StableID": "nMpdS6kvNz11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "DiscoKey": "discokey:e05ebc5688ec5e90af3ab6757389c917bcc265f1a13daea4537c1beb8d6e044f", + "Addresses": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "AllowedIPs": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "Endpoints": ["77.164.248.136:36079", "10.65.0.27:36079", "172.17.0.1:36079"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34435}, + {"Proto": "peerapi6", "Port": 34435} + ]}, + "Created": "2026-04-09T08:38:15.178294798Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8810404762850017, + "StableID": "nprb5pPFoB21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "DiscoKey": "discokey:e4a0d79b79492ef84bbc56527ed42eaf582141929004e7f700ee0a561484567b", + "Addresses": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "AllowedIPs": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "Endpoints": ["77.164.248.136:48219", "10.65.0.27:48219", "172.17.0.1:48219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42787}, + {"Proto": "peerapi6", "Port": 42787} + ]}, + "Created": "2026-04-09T08:38:18.402395603Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6447,27 +6449,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8549221493313906": { - "ID": 8549221493313906, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7185747299241234": { + "ID": 7185747299241234, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6498,22 +6502,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 479971407001435, - "StableID": "nepoe23Pk411CNTRL", + "ID": 5180029448744371, + "StableID": "n8q4DDb3Th11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "KeyExpiry": "2026-10-06T01:32:18Z", - "DiscoKey": "discokey:0781d450f1120653b65e57d0353e04ad5703bf9fc47e20d1a03375dd420d590d", - "Addresses": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "AllowedIPs": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "Endpoints": ["77.164.248.136:56770", "10.65.0.27:56770", "172.17.0.1:56770"], + "Key": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "KeyExpiry": "2026-10-06T08:38:21Z", + "DiscoKey": "discokey:f3175fa019f2b095f5d09b6304002e3de3fdf3ee9e23fea73ed56c5a4aa2ad2b", + "Addresses": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "AllowedIPs": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "Endpoints": ["77.164.248.136:59533", "10.65.0.27:59533", "172.17.0.1:59533"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35342}, - {"Proto": "peerapi6", "Port": 35342}, + {"Proto": "peerapi4", "Port": 60988}, + {"Proto": "peerapi6", "Port": 60988}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:18.628366337Z", + "Created": "2026-04-09T08:38:21.604553182Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6540,302 +6544,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "MachineKey": "mkey:86a6056f1d155a8a974c7f310ef4576ab73b554e867579d345473711754f2c76", + "NodeKey": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "MachineKey": "mkey:67d05cd73222a756ab3c161f79c8092a5dae33d4d96a5fe38067bdacc0b72314", "Peers": [{ - "ID": 32007995750448, - "StableID": "nPnjy9oVF111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:46a232c8c4888c83ae1373bb24604f464e6ddc68f4e911f4819f3e6e2e4ff261", - "Addresses": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "AllowedIPs": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "Endpoints": ["77.164.248.136:60855", "10.65.0.27:60855", "172.17.0.1:60855"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42061}, - {"Proto": "peerapi6", "Port": 42061} - ]}, - "Created": "2026-04-09T01:32:19.194069567Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 307485839151079, - "StableID": "nSrrfd8GQ311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "DiscoKey": "discokey:be63d2e6f415e8fd8af433a65a076cd3bb6afb44eeb0868b45200b10189ef664", - "Addresses": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "AllowedIPs": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "Endpoints": ["77.164.248.136:39721", "10.65.0.27:39721", "172.17.0.1:39721"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 60253}, - {"Proto": "peerapi6", "Port": 60253} - ]}, - "Created": "2026-04-09T01:32:16.460255422Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 398218097046344, - "StableID": "njivbpWM7411CNTRL", + "ID": 1275821716668247, + "StableID": "nYMqF3gpxA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "DiscoKey": "discokey:eccb69ae4eee9b8619a95da54922bfbd5f0a171e8f6c880570dbc8069a8e2b2f", - "Addresses": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "AllowedIPs": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "Endpoints": ["77.164.248.136:43036", "10.65.0.27:43036", "172.17.0.1:43036"], + "Key": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "DiscoKey": "discokey:7fc0a791da376008cb164ba44ae01ffee89eeec0b60bd17f3c5d7eaeec79f41a", + "Addresses": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "AllowedIPs": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "Endpoints": ["77.164.248.136:33270", "10.65.0.27:33270", "172.17.0.1:33270"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 44148}, - {"Proto": "peerapi6", "Port": 44148} + {"Proto": "peerapi4", "Port": 59001}, + {"Proto": "peerapi6", "Port": 59001} ]}, - "Created": "2026-04-09T01:32:13.698260213Z", + "Created": "2026-04-09T08:38:16.789736462Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 423291579248363, - "StableID": "nvN8Np9iJ411CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "DiscoKey": "discokey:8327bb3379ffad9d610e33b172aec1a5bda0adaea9d7380ea2b6143614dc5a26", - "Addresses": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "AllowedIPs": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "Endpoints": ["77.164.248.136:42579", "10.65.0.27:42579", "172.17.0.1:42579"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56423}, - {"Proto": "peerapi6", "Port": 56423} - ]}, - "Created": "2026-04-09T01:32:17.555437477Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 577899077301275, - "StableID": "naAFYsRjW511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "DiscoKey": "discokey:2aba011bc0966fd4082e603faa82cb057fbe7c9ec9299117d99ae6279241735f", - "Addresses": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "AllowedIPs": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "Endpoints": ["77.164.248.136:42966", "10.65.0.27:42966", "172.17.0.1:42966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52921}, - {"Proto": "peerapi6", "Port": 52921} - ]}, - "Created": "2026-04-09T01:32:14.23860298Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1134917949312545, - "StableID": "nJ3YqTN1s911CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "DiscoKey": "discokey:f9b73f02123ebfc7bc0ecda11955aac4c54737e12293a3ad767fc5eee693d20d", - "Addresses": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "AllowedIPs": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "Endpoints": ["77.164.248.136:33118", "10.65.0.27:33118", "172.17.0.1:33118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45171}, - {"Proto": "peerapi6", "Port": 45171} - ]}, - "Created": "2026-04-09T01:32:14.821892027Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2593859720121020, - "StableID": "nPQHDCJmFM11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "DiscoKey": "discokey:cba8c953871d2a8d9a8952b667054fc376dddb87fb35146439e69c20a5700f14", - "Addresses": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "AllowedIPs": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "Endpoints": ["77.164.248.136:58136", "10.65.0.27:58136", "172.17.0.1:58136"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39650}, - {"Proto": "peerapi6", "Port": 39650} - ]}, - "Created": "2026-04-09T01:32:11.943466573Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3619484824236341, - "StableID": "nYrJaGjGGV11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "DiscoKey": "discokey:10b2d2293768e9a3f4246e35f371e3eb6b03469b6607eb50bf0a803c4741471b", - "Addresses": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "AllowedIPs": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "Endpoints": ["77.164.248.136:33067", "10.65.0.27:33067", "172.17.0.1:33067"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 33120}, - {"Proto": "peerapi6", "Port": 33120} - ]}, - "Created": "2026-04-09T01:32:13.201609378Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5132767813116490, - "StableID": "nXKqJC7e5h11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:cf202c0ca9130e93c9750a1158817e4890dcc51e41b587992264ba1630559e77", - "Addresses": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "AllowedIPs": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "Endpoints": ["77.164.248.136:42092", "10.65.0.27:42092", "172.17.0.1:42092"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 64113}, - {"Proto": "peerapi6", "Port": 64113} - ]}, - "Created": "2026-04-09T01:32:19.727938462Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6816152881169519, - "StableID": "nSSpH8n3Ev11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "DiscoKey": "discokey:dbb5efb106173a77fdd41480b851731dec525944e61710c70f42130712f13901", - "Addresses": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "AllowedIPs": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "Endpoints": ["77.164.248.136:36564", "10.65.0.27:36564", "172.17.0.1:36564"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35606}, - {"Proto": "peerapi6", "Port": 35606} - ]}, - "Created": "2026-04-09T01:32:15.377440623Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7520912470948814, - "StableID": "nHSNuocEj121CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "DiscoKey": "discokey:1006f36747b3c4e831239c6327ce755896386c66bd02589ac3e257862afaf738", - "Addresses": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "AllowedIPs": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "Endpoints": ["77.164.248.136:35897", "10.65.0.27:35897", "172.17.0.1:35897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50214}, - {"Proto": "peerapi6", "Port": 50214} - ]}, - "Created": "2026-04-09T01:32:12.63762691Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 8121172419351985, - "StableID": "nN9t3rR6R621CNTRL", + "ID": 1330769045166331, + "StableID": "n8fyWg3iPB11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "DiscoKey": "discokey:3c0f92a7e2f98c18665355335ac1c8010dd092eb8cc8559aad57ac97e7c30e06", - "Addresses": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "AllowedIPs": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "Endpoints": ["77.164.248.136:51117", "10.65.0.27:51117", "172.17.0.1:51117"], + "Key": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "DiscoKey": "discokey:54123db853a8c603774a14624e16f01b6aeab03bf586bcde83886fe003139017", + "Addresses": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "AllowedIPs": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "Endpoints": ["77.164.248.136:59242", "10.65.0.27:59242", "172.17.0.1:59242"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40422}, - {"Proto": "peerapi6", "Port": 40422} + {"Proto": "peerapi4", "Port": 64787}, + {"Proto": "peerapi6", "Port": 64787} ]}, - "Created": "2026-04-09T01:32:16.999074017Z", + "Created": "2026-04-09T08:38:20.008754037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8549221493313906, - "StableID": "nhEyvzYxk921CNTRL", + "ID": 2128772945371769, + "StableID": "neMSYpF8dH11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "DiscoKey": "discokey:e88f1e299500de60ee7f0484ff5dc864af07f440f4b2cb36c046faae9ada8e04", + "Addresses": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "AllowedIPs": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "Endpoints": ["77.164.248.136:36027", "10.65.0.27:36027", "172.17.0.1:36027"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39700}, + {"Proto": "peerapi6", "Port": 39700} + ]}, + "Created": "2026-04-09T08:38:19.461053505Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 2317330566048714, + "StableID": "nykAoyLX6K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:5d8fded1dc604749f3a33103501c011cf4312fddfab134f89f4ff47042c47e0f", + "Addresses": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "AllowedIPs": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "Endpoints": ["77.164.248.136:39522", "10.65.0.27:39522", "172.17.0.1:39522"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:38:22.701378414Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2830894905099088, + "StableID": "n1ZXpuo77P11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "DiscoKey": "discokey:d9668bb443f2e00f7d5b7ed0e9d8fb551e6fb0e4be27233b070f672dc0173a08", + "Addresses": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "AllowedIPs": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "Endpoints": ["77.164.248.136:40260", "10.65.0.27:40260", "172.17.0.1:40260"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38584}, + {"Proto": "peerapi6", "Port": 38584} + ]}, + "Created": "2026-04-09T08:38:17.874264162Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2922512698028049, + "StableID": "nrM7TGTcpP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:596ac17a902e6457d6d8f7837a9b9e0e7d74e470d3de53db472b0dae56bd2817", + "Addresses": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "AllowedIPs": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "Endpoints": ["77.164.248.136:60585", "10.65.0.27:60585", "172.17.0.1:60585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38609}, + {"Proto": "peerapi6", "Port": 38609} + ]}, + "Created": "2026-04-09T08:38:22.141650195Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 3056681906286261, + "StableID": "nLWhwKrNsQ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "DiscoKey": "discokey:a2254403005291f4e3990e538c21a5a0bde9c1f594716ef71675b23a5cc8847c", + "Addresses": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "AllowedIPs": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "Endpoints": ["77.164.248.136:34273", "10.65.0.27:34273", "172.17.0.1:34273"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33788}, + {"Proto": "peerapi6", "Port": 33788} + ]}, + "Created": "2026-04-09T08:38:20.549339905Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5015736682013459, + "StableID": "nUmM14udAg11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "DiscoKey": "discokey:b99c9d936714893e51506745007856648b9fe453ddefdea1e6eb608b8a32412f", + "Addresses": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "AllowedIPs": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48785}, + {"Proto": "peerapi6", "Port": 48785} + ]}, + "Created": "2026-04-09T08:38:17.322135285Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5066706417848772, + "StableID": "nBgQ2bniZg11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "DiscoKey": "discokey:8a3a40faf1dfff3dc6d7c03fde9306ad73223d60bfa9ef380378d3a11c17e424", + "Addresses": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "AllowedIPs": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "Endpoints": ["77.164.248.136:37618", "10.65.0.27:37618", "172.17.0.1:37618"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 65496}, + {"Proto": "peerapi6", "Port": 65496} + ]}, + "Created": "2026-04-09T08:38:21.068380206Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6359938519002592, + "StableID": "nRubLRoRfr11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "DiscoKey": "discokey:d2df02513adabae6496c3ed8a8ddb1a8755286d382d1632d18a65ac4f535777a", + "Addresses": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "AllowedIPs": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "Endpoints": ["77.164.248.136:33072", "10.65.0.27:33072", "172.17.0.1:33072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 61671}, + {"Proto": "peerapi6", "Port": 61671} + ]}, + "Created": "2026-04-09T08:38:16.254650325Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7013673108721601, + "StableID": "nWHWRNJWmw11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "DiscoKey": "discokey:402410fb78153e3aa30a87f892f64f5fe1ebb77f6e04b206f80a3df1dfca8d4a", + "Addresses": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "AllowedIPs": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "Endpoints": ["77.164.248.136:32823", "10.65.0.27:32823", "172.17.0.1:32823"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 45038}, + {"Proto": "peerapi6", "Port": 45038} + ]}, + "Created": "2026-04-09T08:38:15.703164509Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7185747299241234, + "StableID": "n317Q1QS7y11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "DiscoKey": "discokey:1a62c4d0b220edc710eea84ebc77396014f2799199773bb588484c58179dee1d", - "Addresses": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "AllowedIPs": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "Endpoints": ["77.164.248.136:54658", "10.65.0.27:54658", "172.17.0.1:54658"], + "Key": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "DiscoKey": "discokey:79b7bf37adf5c04a44a7f9ec6156e80c7ec7aee3762d31a0e46bd9bbdc25315d", + "Addresses": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "AllowedIPs": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "Endpoints": ["77.164.248.136:53298", "10.65.0.27:53298", "172.17.0.1:53298"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51694}, - {"Proto": "peerapi6", "Port": 51694} + {"Proto": "peerapi4", "Port": 37410}, + {"Proto": "peerapi6", "Port": 37410} ]}, - "Created": "2026-04-09T01:32:15.917998923Z", + "Created": "2026-04-09T08:38:18.922566295Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8590360552347462, - "StableID": "nucnhtCb5A21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 7348009251075490, + "StableID": "nMpdS6kvNz11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "DiscoKey": "discokey:9c94d9fb6ae8d55a7eb0f6d5f14dadd532702ca82de4b39f998352295358377f", - "Addresses": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "AllowedIPs": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "Endpoints": ["77.164.248.136:60341", "10.65.0.27:60341", "172.17.0.1:60341"], + "Key": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "DiscoKey": "discokey:e05ebc5688ec5e90af3ab6757389c917bcc265f1a13daea4537c1beb8d6e044f", + "Addresses": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "AllowedIPs": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "Endpoints": ["77.164.248.136:36079", "10.65.0.27:36079", "172.17.0.1:36079"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64632}, - {"Proto": "peerapi6", "Port": 64632} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34435}, + {"Proto": "peerapi6", "Port": 34435} ]}, - "Created": "2026-04-09T01:32:18.100375789Z", + "Created": "2026-04-09T08:38:15.178294798Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8810404762850017, + "StableID": "nprb5pPFoB21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "DiscoKey": "discokey:e4a0d79b79492ef84bbc56527ed42eaf582141929004e7f700ee0a561484567b", + "Addresses": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "AllowedIPs": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "Endpoints": ["77.164.248.136:48219", "10.65.0.27:48219", "172.17.0.1:48219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42787}, + {"Proto": "peerapi6", "Port": 42787} + ]}, + "Created": "2026-04-09T08:38:18.402395603Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6863,7 +6866,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.95.16.25"}, {"nodeIP": "fd7a:115c:a1e0::c437:1019"}], + "principals": [{"nodeIP": "100.81.191.19"}, {"nodeIP": "fd7a:115c:a1e0::37:bf14"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -7692,26 +7695,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.95.16.25"}, {"nodeIP": "fd7a:115c:a1e0::c437:1019"}], + "principals": [{"nodeIP": "100.81.191.19"}, {"nodeIP": "fd7a:115c:a1e0::37:bf14"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -7748,21 +7752,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 423291579248363, - "StableID": "nvN8Np9iJ411CNTRL", + "ID": 3056681906286261, + "StableID": "nLWhwKrNsQ11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 423291579248363, - "Key": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "DiscoKey": "discokey:8327bb3379ffad9d610e33b172aec1a5bda0adaea9d7380ea2b6143614dc5a26", - "Addresses": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "AllowedIPs": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "Endpoints": ["77.164.248.136:42579", "10.65.0.27:42579", "172.17.0.1:42579"], + "User": 3056681906286261, + "Key": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "DiscoKey": "discokey:a2254403005291f4e3990e538c21a5a0bde9c1f594716ef71675b23a5cc8847c", + "Addresses": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "AllowedIPs": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "Endpoints": ["77.164.248.136:34273", "10.65.0.27:34273", "172.17.0.1:34273"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 56423}, - {"Proto": "peerapi6", "Port": 56423}, + {"Proto": "peerapi4", "Port": 33788}, + {"Proto": "peerapi6", "Port": 33788}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:17.555437477Z", + "Created": "2026-04-09T08:38:20.549339905Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7790,300 +7794,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "MachineKey": "mkey:e94a4d6fbb7d3c430e866d7c40366fda7aa3d2a6ff6f11d26416a17a9d819338", + "NodeKey": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "MachineKey": "mkey:9574c8c22d98a3e95f2b48573e474b98139834d29e20aecb01fec9a1a6392828", "Peers": [{ - "ID": 32007995750448, - "StableID": "nPnjy9oVF111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:46a232c8c4888c83ae1373bb24604f464e6ddc68f4e911f4819f3e6e2e4ff261", - "Addresses": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "AllowedIPs": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "Endpoints": ["77.164.248.136:60855", "10.65.0.27:60855", "172.17.0.1:60855"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42061}, - {"Proto": "peerapi6", "Port": 42061} - ]}, - "Created": "2026-04-09T01:32:19.194069567Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 307485839151079, - "StableID": "nSrrfd8GQ311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "DiscoKey": "discokey:be63d2e6f415e8fd8af433a65a076cd3bb6afb44eeb0868b45200b10189ef664", - "Addresses": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "AllowedIPs": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "Endpoints": ["77.164.248.136:39721", "10.65.0.27:39721", "172.17.0.1:39721"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 60253}, - {"Proto": "peerapi6", "Port": 60253} - ]}, - "Created": "2026-04-09T01:32:16.460255422Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 398218097046344, - "StableID": "njivbpWM7411CNTRL", + "ID": 1275821716668247, + "StableID": "nYMqF3gpxA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "DiscoKey": "discokey:eccb69ae4eee9b8619a95da54922bfbd5f0a171e8f6c880570dbc8069a8e2b2f", - "Addresses": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "AllowedIPs": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "Endpoints": ["77.164.248.136:43036", "10.65.0.27:43036", "172.17.0.1:43036"], + "Key": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "DiscoKey": "discokey:7fc0a791da376008cb164ba44ae01ffee89eeec0b60bd17f3c5d7eaeec79f41a", + "Addresses": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "AllowedIPs": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "Endpoints": ["77.164.248.136:33270", "10.65.0.27:33270", "172.17.0.1:33270"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 44148}, - {"Proto": "peerapi6", "Port": 44148} + {"Proto": "peerapi4", "Port": 59001}, + {"Proto": "peerapi6", "Port": 59001} ]}, - "Created": "2026-04-09T01:32:13.698260213Z", + "Created": "2026-04-09T08:38:16.789736462Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 479971407001435, - "StableID": "nepoe23Pk411CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "KeyExpiry": "2026-10-06T01:32:18Z", - "DiscoKey": "discokey:0781d450f1120653b65e57d0353e04ad5703bf9fc47e20d1a03375dd420d590d", - "Addresses": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "AllowedIPs": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "Endpoints": ["77.164.248.136:56770", "10.65.0.27:56770", "172.17.0.1:56770"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35342}, - {"Proto": "peerapi6", "Port": 35342} - ]}, - "Created": "2026-04-09T01:32:18.628366337Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 577899077301275, - "StableID": "naAFYsRjW511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "DiscoKey": "discokey:2aba011bc0966fd4082e603faa82cb057fbe7c9ec9299117d99ae6279241735f", - "Addresses": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "AllowedIPs": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "Endpoints": ["77.164.248.136:42966", "10.65.0.27:42966", "172.17.0.1:42966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52921}, - {"Proto": "peerapi6", "Port": 52921} - ]}, - "Created": "2026-04-09T01:32:14.23860298Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1134917949312545, - "StableID": "nJ3YqTN1s911CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "DiscoKey": "discokey:f9b73f02123ebfc7bc0ecda11955aac4c54737e12293a3ad767fc5eee693d20d", - "Addresses": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "AllowedIPs": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "Endpoints": ["77.164.248.136:33118", "10.65.0.27:33118", "172.17.0.1:33118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45171}, - {"Proto": "peerapi6", "Port": 45171} - ]}, - "Created": "2026-04-09T01:32:14.821892027Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2593859720121020, - "StableID": "nPQHDCJmFM11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "DiscoKey": "discokey:cba8c953871d2a8d9a8952b667054fc376dddb87fb35146439e69c20a5700f14", - "Addresses": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "AllowedIPs": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "Endpoints": ["77.164.248.136:58136", "10.65.0.27:58136", "172.17.0.1:58136"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39650}, - {"Proto": "peerapi6", "Port": 39650} - ]}, - "Created": "2026-04-09T01:32:11.943466573Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3619484824236341, - "StableID": "nYrJaGjGGV11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "DiscoKey": "discokey:10b2d2293768e9a3f4246e35f371e3eb6b03469b6607eb50bf0a803c4741471b", - "Addresses": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "AllowedIPs": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "Endpoints": ["77.164.248.136:33067", "10.65.0.27:33067", "172.17.0.1:33067"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 33120}, - {"Proto": "peerapi6", "Port": 33120} - ]}, - "Created": "2026-04-09T01:32:13.201609378Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5132767813116490, - "StableID": "nXKqJC7e5h11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:cf202c0ca9130e93c9750a1158817e4890dcc51e41b587992264ba1630559e77", - "Addresses": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "AllowedIPs": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 64113}, - {"Proto": "peerapi6", "Port": 64113} - ]}, - "Created": "2026-04-09T01:32:19.727938462Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6816152881169519, - "StableID": "nSSpH8n3Ev11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "DiscoKey": "discokey:dbb5efb106173a77fdd41480b851731dec525944e61710c70f42130712f13901", - "Addresses": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "AllowedIPs": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "Endpoints": ["77.164.248.136:36564", "10.65.0.27:36564", "172.17.0.1:36564"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35606}, - {"Proto": "peerapi6", "Port": 35606} - ]}, - "Created": "2026-04-09T01:32:15.377440623Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7520912470948814, - "StableID": "nHSNuocEj121CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "DiscoKey": "discokey:1006f36747b3c4e831239c6327ce755896386c66bd02589ac3e257862afaf738", - "Addresses": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "AllowedIPs": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "Endpoints": ["77.164.248.136:35897", "10.65.0.27:35897", "172.17.0.1:35897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50214}, - {"Proto": "peerapi6", "Port": 50214} - ]}, - "Created": "2026-04-09T01:32:12.63762691Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 8121172419351985, - "StableID": "nN9t3rR6R621CNTRL", + "ID": 1330769045166331, + "StableID": "n8fyWg3iPB11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "DiscoKey": "discokey:3c0f92a7e2f98c18665355335ac1c8010dd092eb8cc8559aad57ac97e7c30e06", - "Addresses": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "AllowedIPs": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "Endpoints": ["77.164.248.136:51117", "10.65.0.27:51117", "172.17.0.1:51117"], + "Key": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "DiscoKey": "discokey:54123db853a8c603774a14624e16f01b6aeab03bf586bcde83886fe003139017", + "Addresses": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "AllowedIPs": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "Endpoints": ["77.164.248.136:59242", "10.65.0.27:59242", "172.17.0.1:59242"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40422}, - {"Proto": "peerapi6", "Port": 40422} + {"Proto": "peerapi4", "Port": 64787}, + {"Proto": "peerapi6", "Port": 64787} ]}, - "Created": "2026-04-09T01:32:16.999074017Z", + "Created": "2026-04-09T08:38:20.008754037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8549221493313906, - "StableID": "nhEyvzYxk921CNTRL", + "ID": 2128772945371769, + "StableID": "neMSYpF8dH11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "DiscoKey": "discokey:e88f1e299500de60ee7f0484ff5dc864af07f440f4b2cb36c046faae9ada8e04", + "Addresses": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "AllowedIPs": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "Endpoints": ["77.164.248.136:36027", "10.65.0.27:36027", "172.17.0.1:36027"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39700}, + {"Proto": "peerapi6", "Port": 39700} + ]}, + "Created": "2026-04-09T08:38:19.461053505Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 2317330566048714, + "StableID": "nykAoyLX6K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:5d8fded1dc604749f3a33103501c011cf4312fddfab134f89f4ff47042c47e0f", + "Addresses": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "AllowedIPs": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:38:22.701378414Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2830894905099088, + "StableID": "n1ZXpuo77P11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "DiscoKey": "discokey:d9668bb443f2e00f7d5b7ed0e9d8fb551e6fb0e4be27233b070f672dc0173a08", + "Addresses": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "AllowedIPs": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "Endpoints": ["77.164.248.136:40260", "10.65.0.27:40260", "172.17.0.1:40260"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38584}, + {"Proto": "peerapi6", "Port": 38584} + ]}, + "Created": "2026-04-09T08:38:17.874264162Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2922512698028049, + "StableID": "nrM7TGTcpP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:596ac17a902e6457d6d8f7837a9b9e0e7d74e470d3de53db472b0dae56bd2817", + "Addresses": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "AllowedIPs": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "Endpoints": ["77.164.248.136:60585", "10.65.0.27:60585", "172.17.0.1:60585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38609}, + {"Proto": "peerapi6", "Port": 38609} + ]}, + "Created": "2026-04-09T08:38:22.141650195Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5015736682013459, + "StableID": "nUmM14udAg11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "DiscoKey": "discokey:b99c9d936714893e51506745007856648b9fe453ddefdea1e6eb608b8a32412f", + "Addresses": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "AllowedIPs": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48785}, + {"Proto": "peerapi6", "Port": 48785} + ]}, + "Created": "2026-04-09T08:38:17.322135285Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5066706417848772, + "StableID": "nBgQ2bniZg11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "DiscoKey": "discokey:8a3a40faf1dfff3dc6d7c03fde9306ad73223d60bfa9ef380378d3a11c17e424", + "Addresses": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "AllowedIPs": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "Endpoints": ["77.164.248.136:37618", "10.65.0.27:37618", "172.17.0.1:37618"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 65496}, + {"Proto": "peerapi6", "Port": 65496} + ]}, + "Created": "2026-04-09T08:38:21.068380206Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5180029448744371, + "StableID": "n8q4DDb3Th11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "KeyExpiry": "2026-10-06T08:38:21Z", + "DiscoKey": "discokey:f3175fa019f2b095f5d09b6304002e3de3fdf3ee9e23fea73ed56c5a4aa2ad2b", + "Addresses": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "AllowedIPs": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "Endpoints": ["77.164.248.136:59533", "10.65.0.27:59533", "172.17.0.1:59533"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60988}, + {"Proto": "peerapi6", "Port": 60988} + ]}, + "Created": "2026-04-09T08:38:21.604553182Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6359938519002592, + "StableID": "nRubLRoRfr11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "DiscoKey": "discokey:d2df02513adabae6496c3ed8a8ddb1a8755286d382d1632d18a65ac4f535777a", + "Addresses": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "AllowedIPs": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "Endpoints": ["77.164.248.136:33072", "10.65.0.27:33072", "172.17.0.1:33072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 61671}, + {"Proto": "peerapi6", "Port": 61671} + ]}, + "Created": "2026-04-09T08:38:16.254650325Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7013673108721601, + "StableID": "nWHWRNJWmw11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "DiscoKey": "discokey:402410fb78153e3aa30a87f892f64f5fe1ebb77f6e04b206f80a3df1dfca8d4a", + "Addresses": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "AllowedIPs": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "Endpoints": ["77.164.248.136:32823", "10.65.0.27:32823", "172.17.0.1:32823"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 45038}, + {"Proto": "peerapi6", "Port": 45038} + ]}, + "Created": "2026-04-09T08:38:15.703164509Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7185747299241234, + "StableID": "n317Q1QS7y11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "DiscoKey": "discokey:1a62c4d0b220edc710eea84ebc77396014f2799199773bb588484c58179dee1d", - "Addresses": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "AllowedIPs": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "Endpoints": ["77.164.248.136:54658", "10.65.0.27:54658", "172.17.0.1:54658"], + "Key": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "DiscoKey": "discokey:79b7bf37adf5c04a44a7f9ec6156e80c7ec7aee3762d31a0e46bd9bbdc25315d", + "Addresses": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "AllowedIPs": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "Endpoints": ["77.164.248.136:53298", "10.65.0.27:53298", "172.17.0.1:53298"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51694}, - {"Proto": "peerapi6", "Port": 51694} + {"Proto": "peerapi4", "Port": 37410}, + {"Proto": "peerapi6", "Port": 37410} ]}, - "Created": "2026-04-09T01:32:15.917998923Z", + "Created": "2026-04-09T08:38:18.922566295Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8590360552347462, - "StableID": "nucnhtCb5A21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 7348009251075490, + "StableID": "nMpdS6kvNz11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "DiscoKey": "discokey:9c94d9fb6ae8d55a7eb0f6d5f14dadd532702ca82de4b39f998352295358377f", - "Addresses": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "AllowedIPs": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "Endpoints": ["77.164.248.136:60341", "10.65.0.27:60341", "172.17.0.1:60341"], + "Key": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "DiscoKey": "discokey:e05ebc5688ec5e90af3ab6757389c917bcc265f1a13daea4537c1beb8d6e044f", + "Addresses": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "AllowedIPs": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "Endpoints": ["77.164.248.136:36079", "10.65.0.27:36079", "172.17.0.1:36079"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64632}, - {"Proto": "peerapi6", "Port": 64632} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34435}, + {"Proto": "peerapi6", "Port": 34435} ]}, - "Created": "2026-04-09T01:32:18.100375789Z", + "Created": "2026-04-09T08:38:15.178294798Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8810404762850017, + "StableID": "nprb5pPFoB21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "DiscoKey": "discokey:e4a0d79b79492ef84bbc56527ed42eaf582141929004e7f700ee0a561484567b", + "Addresses": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "AllowedIPs": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "Endpoints": ["77.164.248.136:48219", "10.65.0.27:48219", "172.17.0.1:48219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42787}, + {"Proto": "peerapi6", "Port": 42787} + ]}, + "Created": "2026-04-09T08:38:18.402395603Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8931,27 +8934,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "423291579248363": { - "ID": 423291579248363, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3056681906286261": { + "ID": 3056681906286261, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8982,26 +8987,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7520912470948814, - "StableID": "nHSNuocEj121CNTRL", + "ID": 7013673108721601, + "StableID": "nWHWRNJWmw11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 7520912470948814, - "Key": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "DiscoKey": "discokey:1006f36747b3c4e831239c6327ce755896386c66bd02589ac3e257862afaf738", - "Addresses": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "AllowedIPs": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "Endpoints": ["77.164.248.136:35897", "10.65.0.27:35897", "172.17.0.1:35897"], + "User": 7013673108721601, + "Key": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "DiscoKey": "discokey:402410fb78153e3aa30a87f892f64f5fe1ebb77f6e04b206f80a3df1dfca8d4a", + "Addresses": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "AllowedIPs": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "Endpoints": ["77.164.248.136:32823", "10.65.0.27:32823", "172.17.0.1:32823"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 50214}, - {"Proto": "peerapi6", "Port": 50214}, + {"Proto": "peerapi4", "Port": 45038}, + {"Proto": "peerapi6", "Port": 45038}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:12.63762691Z", + "Created": "2026-04-09T08:38:15.703164509Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -9029,302 +9034,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "MachineKey": "mkey:dfdb00b6b66301a24265319725bfa2fbe1298351022aeb7c3481cd8fe7665c15", + "NodeKey": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "MachineKey": "mkey:997a0dbefd55cc262d532e7d6d15605d061f60011a7283186ee43cc4cde2a560", "Peers": [{ - "ID": 32007995750448, - "StableID": "nPnjy9oVF111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:46a232c8c4888c83ae1373bb24604f464e6ddc68f4e911f4819f3e6e2e4ff261", - "Addresses": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "AllowedIPs": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "Endpoints": ["77.164.248.136:60855", "10.65.0.27:60855", "172.17.0.1:60855"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42061}, - {"Proto": "peerapi6", "Port": 42061} - ]}, - "Created": "2026-04-09T01:32:19.194069567Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 307485839151079, - "StableID": "nSrrfd8GQ311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "DiscoKey": "discokey:be63d2e6f415e8fd8af433a65a076cd3bb6afb44eeb0868b45200b10189ef664", - "Addresses": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "AllowedIPs": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "Endpoints": ["77.164.248.136:39721", "10.65.0.27:39721", "172.17.0.1:39721"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 60253}, - {"Proto": "peerapi6", "Port": 60253} - ]}, - "Created": "2026-04-09T01:32:16.460255422Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 398218097046344, - "StableID": "njivbpWM7411CNTRL", + "ID": 1275821716668247, + "StableID": "nYMqF3gpxA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "DiscoKey": "discokey:eccb69ae4eee9b8619a95da54922bfbd5f0a171e8f6c880570dbc8069a8e2b2f", - "Addresses": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "AllowedIPs": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "Endpoints": ["77.164.248.136:43036", "10.65.0.27:43036", "172.17.0.1:43036"], + "Key": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "DiscoKey": "discokey:7fc0a791da376008cb164ba44ae01ffee89eeec0b60bd17f3c5d7eaeec79f41a", + "Addresses": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "AllowedIPs": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "Endpoints": ["77.164.248.136:33270", "10.65.0.27:33270", "172.17.0.1:33270"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 44148}, - {"Proto": "peerapi6", "Port": 44148} + {"Proto": "peerapi4", "Port": 59001}, + {"Proto": "peerapi6", "Port": 59001} ]}, - "Created": "2026-04-09T01:32:13.698260213Z", + "Created": "2026-04-09T08:38:16.789736462Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 423291579248363, - "StableID": "nvN8Np9iJ411CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "DiscoKey": "discokey:8327bb3379ffad9d610e33b172aec1a5bda0adaea9d7380ea2b6143614dc5a26", - "Addresses": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "AllowedIPs": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "Endpoints": ["77.164.248.136:42579", "10.65.0.27:42579", "172.17.0.1:42579"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56423}, - {"Proto": "peerapi6", "Port": 56423} - ]}, - "Created": "2026-04-09T01:32:17.555437477Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 479971407001435, - "StableID": "nepoe23Pk411CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "KeyExpiry": "2026-10-06T01:32:18Z", - "DiscoKey": "discokey:0781d450f1120653b65e57d0353e04ad5703bf9fc47e20d1a03375dd420d590d", - "Addresses": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "AllowedIPs": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "Endpoints": ["77.164.248.136:56770", "10.65.0.27:56770", "172.17.0.1:56770"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35342}, - {"Proto": "peerapi6", "Port": 35342} - ]}, - "Created": "2026-04-09T01:32:18.628366337Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 577899077301275, - "StableID": "naAFYsRjW511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "DiscoKey": "discokey:2aba011bc0966fd4082e603faa82cb057fbe7c9ec9299117d99ae6279241735f", - "Addresses": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "AllowedIPs": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "Endpoints": ["77.164.248.136:42966", "10.65.0.27:42966", "172.17.0.1:42966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52921}, - {"Proto": "peerapi6", "Port": 52921} - ]}, - "Created": "2026-04-09T01:32:14.23860298Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1134917949312545, - "StableID": "nJ3YqTN1s911CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "DiscoKey": "discokey:f9b73f02123ebfc7bc0ecda11955aac4c54737e12293a3ad767fc5eee693d20d", - "Addresses": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "AllowedIPs": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "Endpoints": ["77.164.248.136:33118", "10.65.0.27:33118", "172.17.0.1:33118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45171}, - {"Proto": "peerapi6", "Port": 45171} - ]}, - "Created": "2026-04-09T01:32:14.821892027Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2593859720121020, - "StableID": "nPQHDCJmFM11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "DiscoKey": "discokey:cba8c953871d2a8d9a8952b667054fc376dddb87fb35146439e69c20a5700f14", - "Addresses": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "AllowedIPs": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "Endpoints": ["77.164.248.136:58136", "10.65.0.27:58136", "172.17.0.1:58136"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39650}, - {"Proto": "peerapi6", "Port": 39650} - ]}, - "Created": "2026-04-09T01:32:11.943466573Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3619484824236341, - "StableID": "nYrJaGjGGV11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "DiscoKey": "discokey:10b2d2293768e9a3f4246e35f371e3eb6b03469b6607eb50bf0a803c4741471b", - "Addresses": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "AllowedIPs": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "Endpoints": ["77.164.248.136:33067", "10.65.0.27:33067", "172.17.0.1:33067"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 33120}, - {"Proto": "peerapi6", "Port": 33120} - ]}, - "Created": "2026-04-09T01:32:13.201609378Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5132767813116490, - "StableID": "nXKqJC7e5h11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:cf202c0ca9130e93c9750a1158817e4890dcc51e41b587992264ba1630559e77", - "Addresses": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "AllowedIPs": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "Endpoints": ["77.164.248.136:42092", "10.65.0.27:42092", "172.17.0.1:42092"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 64113}, - {"Proto": "peerapi6", "Port": 64113} - ]}, - "Created": "2026-04-09T01:32:19.727938462Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6816152881169519, - "StableID": "nSSpH8n3Ev11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "DiscoKey": "discokey:dbb5efb106173a77fdd41480b851731dec525944e61710c70f42130712f13901", - "Addresses": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "AllowedIPs": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "Endpoints": ["77.164.248.136:36564", "10.65.0.27:36564", "172.17.0.1:36564"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35606}, - {"Proto": "peerapi6", "Port": 35606} - ]}, - "Created": "2026-04-09T01:32:15.377440623Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 8121172419351985, - "StableID": "nN9t3rR6R621CNTRL", + "ID": 1330769045166331, + "StableID": "n8fyWg3iPB11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "DiscoKey": "discokey:3c0f92a7e2f98c18665355335ac1c8010dd092eb8cc8559aad57ac97e7c30e06", - "Addresses": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "AllowedIPs": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "Endpoints": ["77.164.248.136:51117", "10.65.0.27:51117", "172.17.0.1:51117"], + "Key": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "DiscoKey": "discokey:54123db853a8c603774a14624e16f01b6aeab03bf586bcde83886fe003139017", + "Addresses": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "AllowedIPs": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "Endpoints": ["77.164.248.136:59242", "10.65.0.27:59242", "172.17.0.1:59242"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40422}, - {"Proto": "peerapi6", "Port": 40422} + {"Proto": "peerapi4", "Port": 64787}, + {"Proto": "peerapi6", "Port": 64787} ]}, - "Created": "2026-04-09T01:32:16.999074017Z", + "Created": "2026-04-09T08:38:20.008754037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8549221493313906, - "StableID": "nhEyvzYxk921CNTRL", + "ID": 2128772945371769, + "StableID": "neMSYpF8dH11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "DiscoKey": "discokey:e88f1e299500de60ee7f0484ff5dc864af07f440f4b2cb36c046faae9ada8e04", + "Addresses": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "AllowedIPs": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "Endpoints": ["77.164.248.136:36027", "10.65.0.27:36027", "172.17.0.1:36027"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39700}, + {"Proto": "peerapi6", "Port": 39700} + ]}, + "Created": "2026-04-09T08:38:19.461053505Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 2317330566048714, + "StableID": "nykAoyLX6K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:5d8fded1dc604749f3a33103501c011cf4312fddfab134f89f4ff47042c47e0f", + "Addresses": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "AllowedIPs": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "Endpoints": ["77.164.248.136:39522", "10.65.0.27:39522", "172.17.0.1:39522"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:38:22.701378414Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2830894905099088, + "StableID": "n1ZXpuo77P11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "DiscoKey": "discokey:d9668bb443f2e00f7d5b7ed0e9d8fb551e6fb0e4be27233b070f672dc0173a08", + "Addresses": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "AllowedIPs": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "Endpoints": ["77.164.248.136:40260", "10.65.0.27:40260", "172.17.0.1:40260"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38584}, + {"Proto": "peerapi6", "Port": 38584} + ]}, + "Created": "2026-04-09T08:38:17.874264162Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2922512698028049, + "StableID": "nrM7TGTcpP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:596ac17a902e6457d6d8f7837a9b9e0e7d74e470d3de53db472b0dae56bd2817", + "Addresses": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "AllowedIPs": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "Endpoints": ["77.164.248.136:60585", "10.65.0.27:60585", "172.17.0.1:60585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38609}, + {"Proto": "peerapi6", "Port": 38609} + ]}, + "Created": "2026-04-09T08:38:22.141650195Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 3056681906286261, + "StableID": "nLWhwKrNsQ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "DiscoKey": "discokey:a2254403005291f4e3990e538c21a5a0bde9c1f594716ef71675b23a5cc8847c", + "Addresses": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "AllowedIPs": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "Endpoints": ["77.164.248.136:34273", "10.65.0.27:34273", "172.17.0.1:34273"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33788}, + {"Proto": "peerapi6", "Port": 33788} + ]}, + "Created": "2026-04-09T08:38:20.549339905Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5015736682013459, + "StableID": "nUmM14udAg11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "DiscoKey": "discokey:b99c9d936714893e51506745007856648b9fe453ddefdea1e6eb608b8a32412f", + "Addresses": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "AllowedIPs": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48785}, + {"Proto": "peerapi6", "Port": 48785} + ]}, + "Created": "2026-04-09T08:38:17.322135285Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5066706417848772, + "StableID": "nBgQ2bniZg11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "DiscoKey": "discokey:8a3a40faf1dfff3dc6d7c03fde9306ad73223d60bfa9ef380378d3a11c17e424", + "Addresses": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "AllowedIPs": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "Endpoints": ["77.164.248.136:37618", "10.65.0.27:37618", "172.17.0.1:37618"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 65496}, + {"Proto": "peerapi6", "Port": 65496} + ]}, + "Created": "2026-04-09T08:38:21.068380206Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5180029448744371, + "StableID": "n8q4DDb3Th11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "KeyExpiry": "2026-10-06T08:38:21Z", + "DiscoKey": "discokey:f3175fa019f2b095f5d09b6304002e3de3fdf3ee9e23fea73ed56c5a4aa2ad2b", + "Addresses": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "AllowedIPs": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "Endpoints": ["77.164.248.136:59533", "10.65.0.27:59533", "172.17.0.1:59533"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60988}, + {"Proto": "peerapi6", "Port": 60988} + ]}, + "Created": "2026-04-09T08:38:21.604553182Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6359938519002592, + "StableID": "nRubLRoRfr11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "DiscoKey": "discokey:d2df02513adabae6496c3ed8a8ddb1a8755286d382d1632d18a65ac4f535777a", + "Addresses": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "AllowedIPs": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "Endpoints": ["77.164.248.136:33072", "10.65.0.27:33072", "172.17.0.1:33072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 61671}, + {"Proto": "peerapi6", "Port": 61671} + ]}, + "Created": "2026-04-09T08:38:16.254650325Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7185747299241234, + "StableID": "n317Q1QS7y11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "DiscoKey": "discokey:1a62c4d0b220edc710eea84ebc77396014f2799199773bb588484c58179dee1d", - "Addresses": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "AllowedIPs": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "Endpoints": ["77.164.248.136:54658", "10.65.0.27:54658", "172.17.0.1:54658"], + "Key": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "DiscoKey": "discokey:79b7bf37adf5c04a44a7f9ec6156e80c7ec7aee3762d31a0e46bd9bbdc25315d", + "Addresses": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "AllowedIPs": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "Endpoints": ["77.164.248.136:53298", "10.65.0.27:53298", "172.17.0.1:53298"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51694}, - {"Proto": "peerapi6", "Port": 51694} + {"Proto": "peerapi4", "Port": 37410}, + {"Proto": "peerapi6", "Port": 37410} ]}, - "Created": "2026-04-09T01:32:15.917998923Z", + "Created": "2026-04-09T08:38:18.922566295Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8590360552347462, - "StableID": "nucnhtCb5A21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 7348009251075490, + "StableID": "nMpdS6kvNz11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "DiscoKey": "discokey:9c94d9fb6ae8d55a7eb0f6d5f14dadd532702ca82de4b39f998352295358377f", - "Addresses": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "AllowedIPs": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "Endpoints": ["77.164.248.136:60341", "10.65.0.27:60341", "172.17.0.1:60341"], + "Key": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "DiscoKey": "discokey:e05ebc5688ec5e90af3ab6757389c917bcc265f1a13daea4537c1beb8d6e044f", + "Addresses": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "AllowedIPs": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "Endpoints": ["77.164.248.136:36079", "10.65.0.27:36079", "172.17.0.1:36079"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64632}, - {"Proto": "peerapi6", "Port": 64632} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34435}, + {"Proto": "peerapi6", "Port": 34435} ]}, - "Created": "2026-04-09T01:32:18.100375789Z", + "Created": "2026-04-09T08:38:15.178294798Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8810404762850017, + "StableID": "nprb5pPFoB21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "DiscoKey": "discokey:e4a0d79b79492ef84bbc56527ed42eaf582141929004e7f700ee0a561484567b", + "Addresses": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "AllowedIPs": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "Endpoints": ["77.164.248.136:48219", "10.65.0.27:48219", "172.17.0.1:48219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42787}, + {"Proto": "peerapi6", "Port": 42787} + ]}, + "Created": "2026-04-09T08:38:18.402395603Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10172,27 +10176,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7520912470948814": { - "ID": 7520912470948814, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7013673108721601": { + "ID": 7013673108721601, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10223,26 +10229,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2593859720121020, - "StableID": "nPQHDCJmFM11CNTRL", + "ID": 7348009251075490, + "StableID": "nMpdS6kvNz11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 2593859720121020, - "Key": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "DiscoKey": "discokey:cba8c953871d2a8d9a8952b667054fc376dddb87fb35146439e69c20a5700f14", - "Addresses": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "AllowedIPs": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "Endpoints": ["77.164.248.136:58136", "10.65.0.27:58136", "172.17.0.1:58136"], + "User": 7348009251075490, + "Key": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "DiscoKey": "discokey:e05ebc5688ec5e90af3ab6757389c917bcc265f1a13daea4537c1beb8d6e044f", + "Addresses": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "AllowedIPs": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "Endpoints": ["77.164.248.136:36079", "10.65.0.27:36079", "172.17.0.1:36079"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 39650}, - {"Proto": "peerapi6", "Port": 39650}, + {"Proto": "peerapi4", "Port": 34435}, + {"Proto": "peerapi6", "Port": 34435}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:11.943466573Z", + "Created": "2026-04-09T08:38:15.178294798Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10270,302 +10276,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "MachineKey": "mkey:9312560cdf6ab3f8b4002a2ffb04ec58ef32e665df79f2e32e6dc1964b02da29", + "NodeKey": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "MachineKey": "mkey:2b5dc26ea9d0166b3fa88549c7d5e7a04d0d3fb38e7426640f5fccd66f653427", "Peers": [{ - "ID": 32007995750448, - "StableID": "nPnjy9oVF111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:46a232c8c4888c83ae1373bb24604f464e6ddc68f4e911f4819f3e6e2e4ff261", - "Addresses": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "AllowedIPs": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "Endpoints": ["77.164.248.136:60855", "10.65.0.27:60855", "172.17.0.1:60855"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42061}, - {"Proto": "peerapi6", "Port": 42061} - ]}, - "Created": "2026-04-09T01:32:19.194069567Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 307485839151079, - "StableID": "nSrrfd8GQ311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "DiscoKey": "discokey:be63d2e6f415e8fd8af433a65a076cd3bb6afb44eeb0868b45200b10189ef664", - "Addresses": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "AllowedIPs": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "Endpoints": ["77.164.248.136:39721", "10.65.0.27:39721", "172.17.0.1:39721"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 60253}, - {"Proto": "peerapi6", "Port": 60253} - ]}, - "Created": "2026-04-09T01:32:16.460255422Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 398218097046344, - "StableID": "njivbpWM7411CNTRL", + "ID": 1275821716668247, + "StableID": "nYMqF3gpxA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "DiscoKey": "discokey:eccb69ae4eee9b8619a95da54922bfbd5f0a171e8f6c880570dbc8069a8e2b2f", - "Addresses": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "AllowedIPs": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "Endpoints": ["77.164.248.136:43036", "10.65.0.27:43036", "172.17.0.1:43036"], + "Key": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "DiscoKey": "discokey:7fc0a791da376008cb164ba44ae01ffee89eeec0b60bd17f3c5d7eaeec79f41a", + "Addresses": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "AllowedIPs": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "Endpoints": ["77.164.248.136:33270", "10.65.0.27:33270", "172.17.0.1:33270"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 44148}, - {"Proto": "peerapi6", "Port": 44148} + {"Proto": "peerapi4", "Port": 59001}, + {"Proto": "peerapi6", "Port": 59001} ]}, - "Created": "2026-04-09T01:32:13.698260213Z", + "Created": "2026-04-09T08:38:16.789736462Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 423291579248363, - "StableID": "nvN8Np9iJ411CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "DiscoKey": "discokey:8327bb3379ffad9d610e33b172aec1a5bda0adaea9d7380ea2b6143614dc5a26", - "Addresses": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "AllowedIPs": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "Endpoints": ["77.164.248.136:42579", "10.65.0.27:42579", "172.17.0.1:42579"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56423}, - {"Proto": "peerapi6", "Port": 56423} - ]}, - "Created": "2026-04-09T01:32:17.555437477Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 479971407001435, - "StableID": "nepoe23Pk411CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "KeyExpiry": "2026-10-06T01:32:18Z", - "DiscoKey": "discokey:0781d450f1120653b65e57d0353e04ad5703bf9fc47e20d1a03375dd420d590d", - "Addresses": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "AllowedIPs": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "Endpoints": ["77.164.248.136:56770", "10.65.0.27:56770", "172.17.0.1:56770"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35342}, - {"Proto": "peerapi6", "Port": 35342} - ]}, - "Created": "2026-04-09T01:32:18.628366337Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 577899077301275, - "StableID": "naAFYsRjW511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "DiscoKey": "discokey:2aba011bc0966fd4082e603faa82cb057fbe7c9ec9299117d99ae6279241735f", - "Addresses": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "AllowedIPs": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "Endpoints": ["77.164.248.136:42966", "10.65.0.27:42966", "172.17.0.1:42966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52921}, - {"Proto": "peerapi6", "Port": 52921} - ]}, - "Created": "2026-04-09T01:32:14.23860298Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1134917949312545, - "StableID": "nJ3YqTN1s911CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "DiscoKey": "discokey:f9b73f02123ebfc7bc0ecda11955aac4c54737e12293a3ad767fc5eee693d20d", - "Addresses": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "AllowedIPs": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "Endpoints": ["77.164.248.136:33118", "10.65.0.27:33118", "172.17.0.1:33118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45171}, - {"Proto": "peerapi6", "Port": 45171} - ]}, - "Created": "2026-04-09T01:32:14.821892027Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 3619484824236341, - "StableID": "nYrJaGjGGV11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "DiscoKey": "discokey:10b2d2293768e9a3f4246e35f371e3eb6b03469b6607eb50bf0a803c4741471b", - "Addresses": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "AllowedIPs": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "Endpoints": ["77.164.248.136:33067", "10.65.0.27:33067", "172.17.0.1:33067"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 33120}, - {"Proto": "peerapi6", "Port": 33120} - ]}, - "Created": "2026-04-09T01:32:13.201609378Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5132767813116490, - "StableID": "nXKqJC7e5h11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:cf202c0ca9130e93c9750a1158817e4890dcc51e41b587992264ba1630559e77", - "Addresses": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "AllowedIPs": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "Endpoints": ["77.164.248.136:42092", "10.65.0.27:42092", "172.17.0.1:42092"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 64113}, - {"Proto": "peerapi6", "Port": 64113} - ]}, - "Created": "2026-04-09T01:32:19.727938462Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6816152881169519, - "StableID": "nSSpH8n3Ev11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "DiscoKey": "discokey:dbb5efb106173a77fdd41480b851731dec525944e61710c70f42130712f13901", - "Addresses": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "AllowedIPs": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "Endpoints": ["77.164.248.136:36564", "10.65.0.27:36564", "172.17.0.1:36564"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35606}, - {"Proto": "peerapi6", "Port": 35606} - ]}, - "Created": "2026-04-09T01:32:15.377440623Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7520912470948814, - "StableID": "nHSNuocEj121CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "DiscoKey": "discokey:1006f36747b3c4e831239c6327ce755896386c66bd02589ac3e257862afaf738", - "Addresses": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "AllowedIPs": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "Endpoints": ["77.164.248.136:35897", "10.65.0.27:35897", "172.17.0.1:35897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50214}, - {"Proto": "peerapi6", "Port": 50214} - ]}, - "Created": "2026-04-09T01:32:12.63762691Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 8121172419351985, - "StableID": "nN9t3rR6R621CNTRL", + "ID": 1330769045166331, + "StableID": "n8fyWg3iPB11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "DiscoKey": "discokey:3c0f92a7e2f98c18665355335ac1c8010dd092eb8cc8559aad57ac97e7c30e06", - "Addresses": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "AllowedIPs": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "Endpoints": ["77.164.248.136:51117", "10.65.0.27:51117", "172.17.0.1:51117"], + "Key": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "DiscoKey": "discokey:54123db853a8c603774a14624e16f01b6aeab03bf586bcde83886fe003139017", + "Addresses": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "AllowedIPs": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "Endpoints": ["77.164.248.136:59242", "10.65.0.27:59242", "172.17.0.1:59242"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40422}, - {"Proto": "peerapi6", "Port": 40422} + {"Proto": "peerapi4", "Port": 64787}, + {"Proto": "peerapi6", "Port": 64787} ]}, - "Created": "2026-04-09T01:32:16.999074017Z", + "Created": "2026-04-09T08:38:20.008754037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8549221493313906, - "StableID": "nhEyvzYxk921CNTRL", + "ID": 2128772945371769, + "StableID": "neMSYpF8dH11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "DiscoKey": "discokey:e88f1e299500de60ee7f0484ff5dc864af07f440f4b2cb36c046faae9ada8e04", + "Addresses": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "AllowedIPs": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "Endpoints": ["77.164.248.136:36027", "10.65.0.27:36027", "172.17.0.1:36027"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39700}, + {"Proto": "peerapi6", "Port": 39700} + ]}, + "Created": "2026-04-09T08:38:19.461053505Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 2317330566048714, + "StableID": "nykAoyLX6K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:5d8fded1dc604749f3a33103501c011cf4312fddfab134f89f4ff47042c47e0f", + "Addresses": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "AllowedIPs": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "Endpoints": ["77.164.248.136:39522", "10.65.0.27:39522", "172.17.0.1:39522"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:38:22.701378414Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2830894905099088, + "StableID": "n1ZXpuo77P11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "DiscoKey": "discokey:d9668bb443f2e00f7d5b7ed0e9d8fb551e6fb0e4be27233b070f672dc0173a08", + "Addresses": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "AllowedIPs": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "Endpoints": ["77.164.248.136:40260", "10.65.0.27:40260", "172.17.0.1:40260"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38584}, + {"Proto": "peerapi6", "Port": 38584} + ]}, + "Created": "2026-04-09T08:38:17.874264162Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2922512698028049, + "StableID": "nrM7TGTcpP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:596ac17a902e6457d6d8f7837a9b9e0e7d74e470d3de53db472b0dae56bd2817", + "Addresses": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "AllowedIPs": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "Endpoints": ["77.164.248.136:60585", "10.65.0.27:60585", "172.17.0.1:60585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38609}, + {"Proto": "peerapi6", "Port": 38609} + ]}, + "Created": "2026-04-09T08:38:22.141650195Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 3056681906286261, + "StableID": "nLWhwKrNsQ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "DiscoKey": "discokey:a2254403005291f4e3990e538c21a5a0bde9c1f594716ef71675b23a5cc8847c", + "Addresses": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "AllowedIPs": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "Endpoints": ["77.164.248.136:34273", "10.65.0.27:34273", "172.17.0.1:34273"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33788}, + {"Proto": "peerapi6", "Port": 33788} + ]}, + "Created": "2026-04-09T08:38:20.549339905Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5015736682013459, + "StableID": "nUmM14udAg11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "DiscoKey": "discokey:b99c9d936714893e51506745007856648b9fe453ddefdea1e6eb608b8a32412f", + "Addresses": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "AllowedIPs": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48785}, + {"Proto": "peerapi6", "Port": 48785} + ]}, + "Created": "2026-04-09T08:38:17.322135285Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5066706417848772, + "StableID": "nBgQ2bniZg11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "DiscoKey": "discokey:8a3a40faf1dfff3dc6d7c03fde9306ad73223d60bfa9ef380378d3a11c17e424", + "Addresses": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "AllowedIPs": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "Endpoints": ["77.164.248.136:37618", "10.65.0.27:37618", "172.17.0.1:37618"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 65496}, + {"Proto": "peerapi6", "Port": 65496} + ]}, + "Created": "2026-04-09T08:38:21.068380206Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5180029448744371, + "StableID": "n8q4DDb3Th11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "KeyExpiry": "2026-10-06T08:38:21Z", + "DiscoKey": "discokey:f3175fa019f2b095f5d09b6304002e3de3fdf3ee9e23fea73ed56c5a4aa2ad2b", + "Addresses": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "AllowedIPs": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "Endpoints": ["77.164.248.136:59533", "10.65.0.27:59533", "172.17.0.1:59533"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60988}, + {"Proto": "peerapi6", "Port": 60988} + ]}, + "Created": "2026-04-09T08:38:21.604553182Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6359938519002592, + "StableID": "nRubLRoRfr11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "DiscoKey": "discokey:d2df02513adabae6496c3ed8a8ddb1a8755286d382d1632d18a65ac4f535777a", + "Addresses": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "AllowedIPs": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "Endpoints": ["77.164.248.136:33072", "10.65.0.27:33072", "172.17.0.1:33072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 61671}, + {"Proto": "peerapi6", "Port": 61671} + ]}, + "Created": "2026-04-09T08:38:16.254650325Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7013673108721601, + "StableID": "nWHWRNJWmw11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "DiscoKey": "discokey:402410fb78153e3aa30a87f892f64f5fe1ebb77f6e04b206f80a3df1dfca8d4a", + "Addresses": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "AllowedIPs": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "Endpoints": ["77.164.248.136:32823", "10.65.0.27:32823", "172.17.0.1:32823"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 45038}, + {"Proto": "peerapi6", "Port": 45038} + ]}, + "Created": "2026-04-09T08:38:15.703164509Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7185747299241234, + "StableID": "n317Q1QS7y11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "DiscoKey": "discokey:1a62c4d0b220edc710eea84ebc77396014f2799199773bb588484c58179dee1d", - "Addresses": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "AllowedIPs": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "Endpoints": ["77.164.248.136:54658", "10.65.0.27:54658", "172.17.0.1:54658"], + "Key": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "DiscoKey": "discokey:79b7bf37adf5c04a44a7f9ec6156e80c7ec7aee3762d31a0e46bd9bbdc25315d", + "Addresses": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "AllowedIPs": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "Endpoints": ["77.164.248.136:53298", "10.65.0.27:53298", "172.17.0.1:53298"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51694}, - {"Proto": "peerapi6", "Port": 51694} + {"Proto": "peerapi4", "Port": 37410}, + {"Proto": "peerapi6", "Port": 37410} ]}, - "Created": "2026-04-09T01:32:15.917998923Z", + "Created": "2026-04-09T08:38:18.922566295Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8590360552347462, - "StableID": "nucnhtCb5A21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 8810404762850017, + "StableID": "nprb5pPFoB21CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "DiscoKey": "discokey:9c94d9fb6ae8d55a7eb0f6d5f14dadd532702ca82de4b39f998352295358377f", - "Addresses": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "AllowedIPs": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "Endpoints": ["77.164.248.136:60341", "10.65.0.27:60341", "172.17.0.1:60341"], + "Key": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "DiscoKey": "discokey:e4a0d79b79492ef84bbc56527ed42eaf582141929004e7f700ee0a561484567b", + "Addresses": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "AllowedIPs": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "Endpoints": ["77.164.248.136:48219", "10.65.0.27:48219", "172.17.0.1:48219"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64632}, - {"Proto": "peerapi6", "Port": 64632} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42787}, + {"Proto": "peerapi6", "Port": 42787} ]}, - "Created": "2026-04-09T01:32:18.100375789Z", + "Created": "2026-04-09T08:38:18.402395603Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11413,27 +11418,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2593859720121020": { - "ID": 2593859720121020, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7348009251075490": { + "ID": 7348009251075490, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11464,21 +11471,20 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 577899077301275, - "StableID": "naAFYsRjW511CNTRL", + "ID": 5015736682013459, + "StableID": "nUmM14udAg11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 577899077301275, - "Key": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "DiscoKey": "discokey:2aba011bc0966fd4082e603faa82cb057fbe7c9ec9299117d99ae6279241735f", - "Addresses": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "AllowedIPs": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "Endpoints": ["77.164.248.136:42966", "10.65.0.27:42966", "172.17.0.1:42966"], + "User": 5015736682013459, + "Key": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "DiscoKey": "discokey:b99c9d936714893e51506745007856648b9fe453ddefdea1e6eb608b8a32412f", + "Addresses": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "AllowedIPs": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 52921}, - {"Proto": "peerapi6", "Port": 52921}, + {"Proto": "peerapi4", "Port": 48785}, + {"Proto": "peerapi6", "Port": 48785}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:14.23860298Z", + "Created": "2026-04-09T08:38:17.322135285Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11506,300 +11512,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "MachineKey": "mkey:3aa40eaa30f20ac0fee2b0bb74de8d5ecb621ad6ff6b737695d87f893e66ef66", + "NodeKey": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "MachineKey": "mkey:548f84646550841646274e555481f60015a7ce172bf742f375ae49b737acb07d", "Peers": [{ - "ID": 32007995750448, - "StableID": "nPnjy9oVF111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:46a232c8c4888c83ae1373bb24604f464e6ddc68f4e911f4819f3e6e2e4ff261", - "Addresses": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "AllowedIPs": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "Endpoints": ["77.164.248.136:60855", "10.65.0.27:60855", "172.17.0.1:60855"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42061}, - {"Proto": "peerapi6", "Port": 42061} - ]}, - "Created": "2026-04-09T01:32:19.194069567Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 307485839151079, - "StableID": "nSrrfd8GQ311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "DiscoKey": "discokey:be63d2e6f415e8fd8af433a65a076cd3bb6afb44eeb0868b45200b10189ef664", - "Addresses": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "AllowedIPs": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "Endpoints": ["77.164.248.136:39721", "10.65.0.27:39721", "172.17.0.1:39721"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 60253}, - {"Proto": "peerapi6", "Port": 60253} - ]}, - "Created": "2026-04-09T01:32:16.460255422Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 398218097046344, - "StableID": "njivbpWM7411CNTRL", + "ID": 1275821716668247, + "StableID": "nYMqF3gpxA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "DiscoKey": "discokey:eccb69ae4eee9b8619a95da54922bfbd5f0a171e8f6c880570dbc8069a8e2b2f", - "Addresses": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "AllowedIPs": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "Endpoints": ["77.164.248.136:43036", "10.65.0.27:43036", "172.17.0.1:43036"], + "Key": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "DiscoKey": "discokey:7fc0a791da376008cb164ba44ae01ffee89eeec0b60bd17f3c5d7eaeec79f41a", + "Addresses": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "AllowedIPs": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "Endpoints": ["77.164.248.136:33270", "10.65.0.27:33270", "172.17.0.1:33270"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 44148}, - {"Proto": "peerapi6", "Port": 44148} + {"Proto": "peerapi4", "Port": 59001}, + {"Proto": "peerapi6", "Port": 59001} ]}, - "Created": "2026-04-09T01:32:13.698260213Z", + "Created": "2026-04-09T08:38:16.789736462Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 423291579248363, - "StableID": "nvN8Np9iJ411CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "DiscoKey": "discokey:8327bb3379ffad9d610e33b172aec1a5bda0adaea9d7380ea2b6143614dc5a26", - "Addresses": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "AllowedIPs": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "Endpoints": ["77.164.248.136:42579", "10.65.0.27:42579", "172.17.0.1:42579"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56423}, - {"Proto": "peerapi6", "Port": 56423} - ]}, - "Created": "2026-04-09T01:32:17.555437477Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 479971407001435, - "StableID": "nepoe23Pk411CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "KeyExpiry": "2026-10-06T01:32:18Z", - "DiscoKey": "discokey:0781d450f1120653b65e57d0353e04ad5703bf9fc47e20d1a03375dd420d590d", - "Addresses": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "AllowedIPs": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "Endpoints": ["77.164.248.136:56770", "10.65.0.27:56770", "172.17.0.1:56770"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35342}, - {"Proto": "peerapi6", "Port": 35342} - ]}, - "Created": "2026-04-09T01:32:18.628366337Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1134917949312545, - "StableID": "nJ3YqTN1s911CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "DiscoKey": "discokey:f9b73f02123ebfc7bc0ecda11955aac4c54737e12293a3ad767fc5eee693d20d", - "Addresses": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "AllowedIPs": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "Endpoints": ["77.164.248.136:33118", "10.65.0.27:33118", "172.17.0.1:33118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45171}, - {"Proto": "peerapi6", "Port": 45171} - ]}, - "Created": "2026-04-09T01:32:14.821892027Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2593859720121020, - "StableID": "nPQHDCJmFM11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "DiscoKey": "discokey:cba8c953871d2a8d9a8952b667054fc376dddb87fb35146439e69c20a5700f14", - "Addresses": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "AllowedIPs": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "Endpoints": ["77.164.248.136:58136", "10.65.0.27:58136", "172.17.0.1:58136"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39650}, - {"Proto": "peerapi6", "Port": 39650} - ]}, - "Created": "2026-04-09T01:32:11.943466573Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3619484824236341, - "StableID": "nYrJaGjGGV11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "DiscoKey": "discokey:10b2d2293768e9a3f4246e35f371e3eb6b03469b6607eb50bf0a803c4741471b", - "Addresses": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "AllowedIPs": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "Endpoints": ["77.164.248.136:33067", "10.65.0.27:33067", "172.17.0.1:33067"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 33120}, - {"Proto": "peerapi6", "Port": 33120} - ]}, - "Created": "2026-04-09T01:32:13.201609378Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5132767813116490, - "StableID": "nXKqJC7e5h11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:cf202c0ca9130e93c9750a1158817e4890dcc51e41b587992264ba1630559e77", - "Addresses": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "AllowedIPs": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 64113}, - {"Proto": "peerapi6", "Port": 64113} - ]}, - "Created": "2026-04-09T01:32:19.727938462Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6816152881169519, - "StableID": "nSSpH8n3Ev11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "DiscoKey": "discokey:dbb5efb106173a77fdd41480b851731dec525944e61710c70f42130712f13901", - "Addresses": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "AllowedIPs": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "Endpoints": ["77.164.248.136:36564", "10.65.0.27:36564", "172.17.0.1:36564"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35606}, - {"Proto": "peerapi6", "Port": 35606} - ]}, - "Created": "2026-04-09T01:32:15.377440623Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7520912470948814, - "StableID": "nHSNuocEj121CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "DiscoKey": "discokey:1006f36747b3c4e831239c6327ce755896386c66bd02589ac3e257862afaf738", - "Addresses": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "AllowedIPs": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "Endpoints": ["77.164.248.136:35897", "10.65.0.27:35897", "172.17.0.1:35897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50214}, - {"Proto": "peerapi6", "Port": 50214} - ]}, - "Created": "2026-04-09T01:32:12.63762691Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 8121172419351985, - "StableID": "nN9t3rR6R621CNTRL", + "ID": 1330769045166331, + "StableID": "n8fyWg3iPB11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "DiscoKey": "discokey:3c0f92a7e2f98c18665355335ac1c8010dd092eb8cc8559aad57ac97e7c30e06", - "Addresses": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "AllowedIPs": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "Endpoints": ["77.164.248.136:51117", "10.65.0.27:51117", "172.17.0.1:51117"], + "Key": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "DiscoKey": "discokey:54123db853a8c603774a14624e16f01b6aeab03bf586bcde83886fe003139017", + "Addresses": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "AllowedIPs": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "Endpoints": ["77.164.248.136:59242", "10.65.0.27:59242", "172.17.0.1:59242"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40422}, - {"Proto": "peerapi6", "Port": 40422} + {"Proto": "peerapi4", "Port": 64787}, + {"Proto": "peerapi6", "Port": 64787} ]}, - "Created": "2026-04-09T01:32:16.999074017Z", + "Created": "2026-04-09T08:38:20.008754037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8549221493313906, - "StableID": "nhEyvzYxk921CNTRL", + "ID": 2128772945371769, + "StableID": "neMSYpF8dH11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "DiscoKey": "discokey:e88f1e299500de60ee7f0484ff5dc864af07f440f4b2cb36c046faae9ada8e04", + "Addresses": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "AllowedIPs": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "Endpoints": ["77.164.248.136:36027", "10.65.0.27:36027", "172.17.0.1:36027"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39700}, + {"Proto": "peerapi6", "Port": 39700} + ]}, + "Created": "2026-04-09T08:38:19.461053505Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 2317330566048714, + "StableID": "nykAoyLX6K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:5d8fded1dc604749f3a33103501c011cf4312fddfab134f89f4ff47042c47e0f", + "Addresses": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "AllowedIPs": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:38:22.701378414Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2830894905099088, + "StableID": "n1ZXpuo77P11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "DiscoKey": "discokey:d9668bb443f2e00f7d5b7ed0e9d8fb551e6fb0e4be27233b070f672dc0173a08", + "Addresses": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "AllowedIPs": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "Endpoints": ["77.164.248.136:40260", "10.65.0.27:40260", "172.17.0.1:40260"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38584}, + {"Proto": "peerapi6", "Port": 38584} + ]}, + "Created": "2026-04-09T08:38:17.874264162Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2922512698028049, + "StableID": "nrM7TGTcpP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:596ac17a902e6457d6d8f7837a9b9e0e7d74e470d3de53db472b0dae56bd2817", + "Addresses": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "AllowedIPs": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "Endpoints": ["77.164.248.136:60585", "10.65.0.27:60585", "172.17.0.1:60585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38609}, + {"Proto": "peerapi6", "Port": 38609} + ]}, + "Created": "2026-04-09T08:38:22.141650195Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 3056681906286261, + "StableID": "nLWhwKrNsQ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "DiscoKey": "discokey:a2254403005291f4e3990e538c21a5a0bde9c1f594716ef71675b23a5cc8847c", + "Addresses": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "AllowedIPs": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "Endpoints": ["77.164.248.136:34273", "10.65.0.27:34273", "172.17.0.1:34273"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33788}, + {"Proto": "peerapi6", "Port": 33788} + ]}, + "Created": "2026-04-09T08:38:20.549339905Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5066706417848772, + "StableID": "nBgQ2bniZg11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "DiscoKey": "discokey:8a3a40faf1dfff3dc6d7c03fde9306ad73223d60bfa9ef380378d3a11c17e424", + "Addresses": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "AllowedIPs": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "Endpoints": ["77.164.248.136:37618", "10.65.0.27:37618", "172.17.0.1:37618"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 65496}, + {"Proto": "peerapi6", "Port": 65496} + ]}, + "Created": "2026-04-09T08:38:21.068380206Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5180029448744371, + "StableID": "n8q4DDb3Th11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "KeyExpiry": "2026-10-06T08:38:21Z", + "DiscoKey": "discokey:f3175fa019f2b095f5d09b6304002e3de3fdf3ee9e23fea73ed56c5a4aa2ad2b", + "Addresses": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "AllowedIPs": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "Endpoints": ["77.164.248.136:59533", "10.65.0.27:59533", "172.17.0.1:59533"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60988}, + {"Proto": "peerapi6", "Port": 60988} + ]}, + "Created": "2026-04-09T08:38:21.604553182Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6359938519002592, + "StableID": "nRubLRoRfr11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "DiscoKey": "discokey:d2df02513adabae6496c3ed8a8ddb1a8755286d382d1632d18a65ac4f535777a", + "Addresses": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "AllowedIPs": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "Endpoints": ["77.164.248.136:33072", "10.65.0.27:33072", "172.17.0.1:33072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 61671}, + {"Proto": "peerapi6", "Port": 61671} + ]}, + "Created": "2026-04-09T08:38:16.254650325Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7013673108721601, + "StableID": "nWHWRNJWmw11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "DiscoKey": "discokey:402410fb78153e3aa30a87f892f64f5fe1ebb77f6e04b206f80a3df1dfca8d4a", + "Addresses": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "AllowedIPs": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "Endpoints": ["77.164.248.136:32823", "10.65.0.27:32823", "172.17.0.1:32823"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 45038}, + {"Proto": "peerapi6", "Port": 45038} + ]}, + "Created": "2026-04-09T08:38:15.703164509Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7185747299241234, + "StableID": "n317Q1QS7y11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "DiscoKey": "discokey:1a62c4d0b220edc710eea84ebc77396014f2799199773bb588484c58179dee1d", - "Addresses": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "AllowedIPs": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "Endpoints": ["77.164.248.136:54658", "10.65.0.27:54658", "172.17.0.1:54658"], + "Key": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "DiscoKey": "discokey:79b7bf37adf5c04a44a7f9ec6156e80c7ec7aee3762d31a0e46bd9bbdc25315d", + "Addresses": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "AllowedIPs": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "Endpoints": ["77.164.248.136:53298", "10.65.0.27:53298", "172.17.0.1:53298"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51694}, - {"Proto": "peerapi6", "Port": 51694} + {"Proto": "peerapi4", "Port": 37410}, + {"Proto": "peerapi6", "Port": 37410} ]}, - "Created": "2026-04-09T01:32:15.917998923Z", + "Created": "2026-04-09T08:38:18.922566295Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8590360552347462, - "StableID": "nucnhtCb5A21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 7348009251075490, + "StableID": "nMpdS6kvNz11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "DiscoKey": "discokey:9c94d9fb6ae8d55a7eb0f6d5f14dadd532702ca82de4b39f998352295358377f", - "Addresses": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "AllowedIPs": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "Endpoints": ["77.164.248.136:60341", "10.65.0.27:60341", "172.17.0.1:60341"], + "Key": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "DiscoKey": "discokey:e05ebc5688ec5e90af3ab6757389c917bcc265f1a13daea4537c1beb8d6e044f", + "Addresses": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "AllowedIPs": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "Endpoints": ["77.164.248.136:36079", "10.65.0.27:36079", "172.17.0.1:36079"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64632}, - {"Proto": "peerapi6", "Port": 64632} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34435}, + {"Proto": "peerapi6", "Port": 34435} ]}, - "Created": "2026-04-09T01:32:18.100375789Z", + "Created": "2026-04-09T08:38:15.178294798Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8810404762850017, + "StableID": "nprb5pPFoB21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "DiscoKey": "discokey:e4a0d79b79492ef84bbc56527ed42eaf582141929004e7f700ee0a561484567b", + "Addresses": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "AllowedIPs": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "Endpoints": ["77.164.248.136:48219", "10.65.0.27:48219", "172.17.0.1:48219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42787}, + {"Proto": "peerapi6", "Port": 42787} + ]}, + "Created": "2026-04-09T08:38:18.402395603Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12647,27 +12653,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "577899077301275": { - "ID": 577899077301275, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5015736682013459": { + "ID": 5015736682013459, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12698,21 +12706,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 398218097046344, - "StableID": "njivbpWM7411CNTRL", + "ID": 1275821716668247, + "StableID": "nYMqF3gpxA11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 398218097046344, - "Key": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "DiscoKey": "discokey:eccb69ae4eee9b8619a95da54922bfbd5f0a171e8f6c880570dbc8069a8e2b2f", - "Addresses": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "AllowedIPs": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "Endpoints": ["77.164.248.136:43036", "10.65.0.27:43036", "172.17.0.1:43036"], + "User": 1275821716668247, + "Key": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "DiscoKey": "discokey:7fc0a791da376008cb164ba44ae01ffee89eeec0b60bd17f3c5d7eaeec79f41a", + "Addresses": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "AllowedIPs": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "Endpoints": ["77.164.248.136:33270", "10.65.0.27:33270", "172.17.0.1:33270"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 44148}, - {"Proto": "peerapi6", "Port": 44148}, + {"Proto": "peerapi4", "Port": 59001}, + {"Proto": "peerapi6", "Port": 59001}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:13.698260213Z", + "Created": "2026-04-09T08:38:16.789736462Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12740,300 +12748,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "MachineKey": "mkey:eeee5512da8d5290bfc4b274e427d864c13004f89ec1ece2ecdc563fa1f9b70a", + "NodeKey": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "MachineKey": "mkey:721fc6a74f91fe05de6aa29d975aa9eee5b3cd4a176e620ee1e38b66efe25831", "Peers": [{ - "ID": 32007995750448, - "StableID": "nPnjy9oVF111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:46a232c8c4888c83ae1373bb24604f464e6ddc68f4e911f4819f3e6e2e4ff261", - "Addresses": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "AllowedIPs": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "Endpoints": ["77.164.248.136:60855", "10.65.0.27:60855", "172.17.0.1:60855"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42061}, - {"Proto": "peerapi6", "Port": 42061} - ]}, - "Created": "2026-04-09T01:32:19.194069567Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 307485839151079, - "StableID": "nSrrfd8GQ311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "DiscoKey": "discokey:be63d2e6f415e8fd8af433a65a076cd3bb6afb44eeb0868b45200b10189ef664", - "Addresses": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "AllowedIPs": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "Endpoints": ["77.164.248.136:39721", "10.65.0.27:39721", "172.17.0.1:39721"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 60253}, - {"Proto": "peerapi6", "Port": 60253} - ]}, - "Created": "2026-04-09T01:32:16.460255422Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 423291579248363, - "StableID": "nvN8Np9iJ411CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "DiscoKey": "discokey:8327bb3379ffad9d610e33b172aec1a5bda0adaea9d7380ea2b6143614dc5a26", - "Addresses": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "AllowedIPs": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "Endpoints": ["77.164.248.136:42579", "10.65.0.27:42579", "172.17.0.1:42579"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56423}, - {"Proto": "peerapi6", "Port": 56423} - ]}, - "Created": "2026-04-09T01:32:17.555437477Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 479971407001435, - "StableID": "nepoe23Pk411CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "KeyExpiry": "2026-10-06T01:32:18Z", - "DiscoKey": "discokey:0781d450f1120653b65e57d0353e04ad5703bf9fc47e20d1a03375dd420d590d", - "Addresses": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "AllowedIPs": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "Endpoints": ["77.164.248.136:56770", "10.65.0.27:56770", "172.17.0.1:56770"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35342}, - {"Proto": "peerapi6", "Port": 35342} - ]}, - "Created": "2026-04-09T01:32:18.628366337Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 577899077301275, - "StableID": "naAFYsRjW511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "DiscoKey": "discokey:2aba011bc0966fd4082e603faa82cb057fbe7c9ec9299117d99ae6279241735f", - "Addresses": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "AllowedIPs": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "Endpoints": ["77.164.248.136:42966", "10.65.0.27:42966", "172.17.0.1:42966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52921}, - {"Proto": "peerapi6", "Port": 52921} - ]}, - "Created": "2026-04-09T01:32:14.23860298Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1134917949312545, - "StableID": "nJ3YqTN1s911CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "DiscoKey": "discokey:f9b73f02123ebfc7bc0ecda11955aac4c54737e12293a3ad767fc5eee693d20d", - "Addresses": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "AllowedIPs": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "Endpoints": ["77.164.248.136:33118", "10.65.0.27:33118", "172.17.0.1:33118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45171}, - {"Proto": "peerapi6", "Port": 45171} - ]}, - "Created": "2026-04-09T01:32:14.821892027Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2593859720121020, - "StableID": "nPQHDCJmFM11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "DiscoKey": "discokey:cba8c953871d2a8d9a8952b667054fc376dddb87fb35146439e69c20a5700f14", - "Addresses": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "AllowedIPs": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "Endpoints": ["77.164.248.136:58136", "10.65.0.27:58136", "172.17.0.1:58136"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39650}, - {"Proto": "peerapi6", "Port": 39650} - ]}, - "Created": "2026-04-09T01:32:11.943466573Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3619484824236341, - "StableID": "nYrJaGjGGV11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "DiscoKey": "discokey:10b2d2293768e9a3f4246e35f371e3eb6b03469b6607eb50bf0a803c4741471b", - "Addresses": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "AllowedIPs": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "Endpoints": ["77.164.248.136:33067", "10.65.0.27:33067", "172.17.0.1:33067"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 33120}, - {"Proto": "peerapi6", "Port": 33120} - ]}, - "Created": "2026-04-09T01:32:13.201609378Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5132767813116490, - "StableID": "nXKqJC7e5h11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:cf202c0ca9130e93c9750a1158817e4890dcc51e41b587992264ba1630559e77", - "Addresses": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "AllowedIPs": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 64113}, - {"Proto": "peerapi6", "Port": 64113} - ]}, - "Created": "2026-04-09T01:32:19.727938462Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6816152881169519, - "StableID": "nSSpH8n3Ev11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "DiscoKey": "discokey:dbb5efb106173a77fdd41480b851731dec525944e61710c70f42130712f13901", - "Addresses": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "AllowedIPs": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "Endpoints": ["77.164.248.136:36564", "10.65.0.27:36564", "172.17.0.1:36564"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35606}, - {"Proto": "peerapi6", "Port": 35606} - ]}, - "Created": "2026-04-09T01:32:15.377440623Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7520912470948814, - "StableID": "nHSNuocEj121CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "DiscoKey": "discokey:1006f36747b3c4e831239c6327ce755896386c66bd02589ac3e257862afaf738", - "Addresses": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "AllowedIPs": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "Endpoints": ["77.164.248.136:35897", "10.65.0.27:35897", "172.17.0.1:35897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50214}, - {"Proto": "peerapi6", "Port": 50214} - ]}, - "Created": "2026-04-09T01:32:12.63762691Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 8121172419351985, - "StableID": "nN9t3rR6R621CNTRL", + "ID": 1330769045166331, + "StableID": "n8fyWg3iPB11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "DiscoKey": "discokey:3c0f92a7e2f98c18665355335ac1c8010dd092eb8cc8559aad57ac97e7c30e06", - "Addresses": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "AllowedIPs": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "Endpoints": ["77.164.248.136:51117", "10.65.0.27:51117", "172.17.0.1:51117"], + "Key": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "DiscoKey": "discokey:54123db853a8c603774a14624e16f01b6aeab03bf586bcde83886fe003139017", + "Addresses": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "AllowedIPs": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "Endpoints": ["77.164.248.136:59242", "10.65.0.27:59242", "172.17.0.1:59242"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40422}, - {"Proto": "peerapi6", "Port": 40422} + {"Proto": "peerapi4", "Port": 64787}, + {"Proto": "peerapi6", "Port": 64787} ]}, - "Created": "2026-04-09T01:32:16.999074017Z", + "Created": "2026-04-09T08:38:20.008754037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8549221493313906, - "StableID": "nhEyvzYxk921CNTRL", + "ID": 2128772945371769, + "StableID": "neMSYpF8dH11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "DiscoKey": "discokey:e88f1e299500de60ee7f0484ff5dc864af07f440f4b2cb36c046faae9ada8e04", + "Addresses": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "AllowedIPs": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "Endpoints": ["77.164.248.136:36027", "10.65.0.27:36027", "172.17.0.1:36027"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39700}, + {"Proto": "peerapi6", "Port": 39700} + ]}, + "Created": "2026-04-09T08:38:19.461053505Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 2317330566048714, + "StableID": "nykAoyLX6K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:5d8fded1dc604749f3a33103501c011cf4312fddfab134f89f4ff47042c47e0f", + "Addresses": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "AllowedIPs": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:38:22.701378414Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2830894905099088, + "StableID": "n1ZXpuo77P11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "DiscoKey": "discokey:d9668bb443f2e00f7d5b7ed0e9d8fb551e6fb0e4be27233b070f672dc0173a08", + "Addresses": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "AllowedIPs": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "Endpoints": ["77.164.248.136:40260", "10.65.0.27:40260", "172.17.0.1:40260"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38584}, + {"Proto": "peerapi6", "Port": 38584} + ]}, + "Created": "2026-04-09T08:38:17.874264162Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2922512698028049, + "StableID": "nrM7TGTcpP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:596ac17a902e6457d6d8f7837a9b9e0e7d74e470d3de53db472b0dae56bd2817", + "Addresses": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "AllowedIPs": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "Endpoints": ["77.164.248.136:60585", "10.65.0.27:60585", "172.17.0.1:60585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38609}, + {"Proto": "peerapi6", "Port": 38609} + ]}, + "Created": "2026-04-09T08:38:22.141650195Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 3056681906286261, + "StableID": "nLWhwKrNsQ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "DiscoKey": "discokey:a2254403005291f4e3990e538c21a5a0bde9c1f594716ef71675b23a5cc8847c", + "Addresses": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "AllowedIPs": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "Endpoints": ["77.164.248.136:34273", "10.65.0.27:34273", "172.17.0.1:34273"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33788}, + {"Proto": "peerapi6", "Port": 33788} + ]}, + "Created": "2026-04-09T08:38:20.549339905Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5015736682013459, + "StableID": "nUmM14udAg11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "DiscoKey": "discokey:b99c9d936714893e51506745007856648b9fe453ddefdea1e6eb608b8a32412f", + "Addresses": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "AllowedIPs": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48785}, + {"Proto": "peerapi6", "Port": 48785} + ]}, + "Created": "2026-04-09T08:38:17.322135285Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5066706417848772, + "StableID": "nBgQ2bniZg11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "DiscoKey": "discokey:8a3a40faf1dfff3dc6d7c03fde9306ad73223d60bfa9ef380378d3a11c17e424", + "Addresses": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "AllowedIPs": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "Endpoints": ["77.164.248.136:37618", "10.65.0.27:37618", "172.17.0.1:37618"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 65496}, + {"Proto": "peerapi6", "Port": 65496} + ]}, + "Created": "2026-04-09T08:38:21.068380206Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5180029448744371, + "StableID": "n8q4DDb3Th11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "KeyExpiry": "2026-10-06T08:38:21Z", + "DiscoKey": "discokey:f3175fa019f2b095f5d09b6304002e3de3fdf3ee9e23fea73ed56c5a4aa2ad2b", + "Addresses": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "AllowedIPs": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "Endpoints": ["77.164.248.136:59533", "10.65.0.27:59533", "172.17.0.1:59533"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60988}, + {"Proto": "peerapi6", "Port": 60988} + ]}, + "Created": "2026-04-09T08:38:21.604553182Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6359938519002592, + "StableID": "nRubLRoRfr11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "DiscoKey": "discokey:d2df02513adabae6496c3ed8a8ddb1a8755286d382d1632d18a65ac4f535777a", + "Addresses": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "AllowedIPs": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "Endpoints": ["77.164.248.136:33072", "10.65.0.27:33072", "172.17.0.1:33072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 61671}, + {"Proto": "peerapi6", "Port": 61671} + ]}, + "Created": "2026-04-09T08:38:16.254650325Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7013673108721601, + "StableID": "nWHWRNJWmw11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "DiscoKey": "discokey:402410fb78153e3aa30a87f892f64f5fe1ebb77f6e04b206f80a3df1dfca8d4a", + "Addresses": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "AllowedIPs": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "Endpoints": ["77.164.248.136:32823", "10.65.0.27:32823", "172.17.0.1:32823"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 45038}, + {"Proto": "peerapi6", "Port": 45038} + ]}, + "Created": "2026-04-09T08:38:15.703164509Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7185747299241234, + "StableID": "n317Q1QS7y11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "DiscoKey": "discokey:1a62c4d0b220edc710eea84ebc77396014f2799199773bb588484c58179dee1d", - "Addresses": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "AllowedIPs": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "Endpoints": ["77.164.248.136:54658", "10.65.0.27:54658", "172.17.0.1:54658"], + "Key": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "DiscoKey": "discokey:79b7bf37adf5c04a44a7f9ec6156e80c7ec7aee3762d31a0e46bd9bbdc25315d", + "Addresses": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "AllowedIPs": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "Endpoints": ["77.164.248.136:53298", "10.65.0.27:53298", "172.17.0.1:53298"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51694}, - {"Proto": "peerapi6", "Port": 51694} + {"Proto": "peerapi4", "Port": 37410}, + {"Proto": "peerapi6", "Port": 37410} ]}, - "Created": "2026-04-09T01:32:15.917998923Z", + "Created": "2026-04-09T08:38:18.922566295Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8590360552347462, - "StableID": "nucnhtCb5A21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 7348009251075490, + "StableID": "nMpdS6kvNz11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "DiscoKey": "discokey:9c94d9fb6ae8d55a7eb0f6d5f14dadd532702ca82de4b39f998352295358377f", - "Addresses": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "AllowedIPs": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "Endpoints": ["77.164.248.136:60341", "10.65.0.27:60341", "172.17.0.1:60341"], + "Key": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "DiscoKey": "discokey:e05ebc5688ec5e90af3ab6757389c917bcc265f1a13daea4537c1beb8d6e044f", + "Addresses": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "AllowedIPs": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "Endpoints": ["77.164.248.136:36079", "10.65.0.27:36079", "172.17.0.1:36079"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64632}, - {"Proto": "peerapi6", "Port": 64632} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34435}, + {"Proto": "peerapi6", "Port": 34435} ]}, - "Created": "2026-04-09T01:32:18.100375789Z", + "Created": "2026-04-09T08:38:15.178294798Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8810404762850017, + "StableID": "nprb5pPFoB21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "DiscoKey": "discokey:e4a0d79b79492ef84bbc56527ed42eaf582141929004e7f700ee0a561484567b", + "Addresses": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "AllowedIPs": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "Endpoints": ["77.164.248.136:48219", "10.65.0.27:48219", "172.17.0.1:48219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42787}, + {"Proto": "peerapi6", "Port": 42787} + ]}, + "Created": "2026-04-09T08:38:18.402395603Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13881,27 +13888,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "398218097046344": { - "ID": 398218097046344, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1275821716668247": { + "ID": 1275821716668247, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13932,26 +13941,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6816152881169519, - "StableID": "nSSpH8n3Ev11CNTRL", + "ID": 8810404762850017, + "StableID": "nprb5pPFoB21CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 6816152881169519, - "Key": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "DiscoKey": "discokey:dbb5efb106173a77fdd41480b851731dec525944e61710c70f42130712f13901", - "Addresses": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "AllowedIPs": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "Endpoints": ["77.164.248.136:36564", "10.65.0.27:36564", "172.17.0.1:36564"], + "User": 8810404762850017, + "Key": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "DiscoKey": "discokey:e4a0d79b79492ef84bbc56527ed42eaf582141929004e7f700ee0a561484567b", + "Addresses": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "AllowedIPs": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "Endpoints": ["77.164.248.136:48219", "10.65.0.27:48219", "172.17.0.1:48219"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 35606}, - {"Proto": "peerapi6", "Port": 35606}, + {"Proto": "peerapi4", "Port": 42787}, + {"Proto": "peerapi6", "Port": 42787}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:15.377440623Z", + "Created": "2026-04-09T08:38:18.402395603Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13979,302 +13988,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "MachineKey": "mkey:54c669a5b9b1fd8f8270b2622c9d8c641734434ffcc08266d7680be48c32d263", + "NodeKey": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "MachineKey": "mkey:29660514fdafe3bccda07776d1c3933ff48cab9b41cdff60b501d69fde560766", "Peers": [{ - "ID": 32007995750448, - "StableID": "nPnjy9oVF111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:46a232c8c4888c83ae1373bb24604f464e6ddc68f4e911f4819f3e6e2e4ff261", - "Addresses": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "AllowedIPs": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "Endpoints": ["77.164.248.136:60855", "10.65.0.27:60855", "172.17.0.1:60855"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42061}, - {"Proto": "peerapi6", "Port": 42061} - ]}, - "Created": "2026-04-09T01:32:19.194069567Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 307485839151079, - "StableID": "nSrrfd8GQ311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "DiscoKey": "discokey:be63d2e6f415e8fd8af433a65a076cd3bb6afb44eeb0868b45200b10189ef664", - "Addresses": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "AllowedIPs": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "Endpoints": ["77.164.248.136:39721", "10.65.0.27:39721", "172.17.0.1:39721"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 60253}, - {"Proto": "peerapi6", "Port": 60253} - ]}, - "Created": "2026-04-09T01:32:16.460255422Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 398218097046344, - "StableID": "njivbpWM7411CNTRL", + "ID": 1275821716668247, + "StableID": "nYMqF3gpxA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "DiscoKey": "discokey:eccb69ae4eee9b8619a95da54922bfbd5f0a171e8f6c880570dbc8069a8e2b2f", - "Addresses": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "AllowedIPs": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "Endpoints": ["77.164.248.136:43036", "10.65.0.27:43036", "172.17.0.1:43036"], + "Key": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "DiscoKey": "discokey:7fc0a791da376008cb164ba44ae01ffee89eeec0b60bd17f3c5d7eaeec79f41a", + "Addresses": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "AllowedIPs": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "Endpoints": ["77.164.248.136:33270", "10.65.0.27:33270", "172.17.0.1:33270"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 44148}, - {"Proto": "peerapi6", "Port": 44148} + {"Proto": "peerapi4", "Port": 59001}, + {"Proto": "peerapi6", "Port": 59001} ]}, - "Created": "2026-04-09T01:32:13.698260213Z", + "Created": "2026-04-09T08:38:16.789736462Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 423291579248363, - "StableID": "nvN8Np9iJ411CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "DiscoKey": "discokey:8327bb3379ffad9d610e33b172aec1a5bda0adaea9d7380ea2b6143614dc5a26", - "Addresses": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "AllowedIPs": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "Endpoints": ["77.164.248.136:42579", "10.65.0.27:42579", "172.17.0.1:42579"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56423}, - {"Proto": "peerapi6", "Port": 56423} - ]}, - "Created": "2026-04-09T01:32:17.555437477Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 479971407001435, - "StableID": "nepoe23Pk411CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "KeyExpiry": "2026-10-06T01:32:18Z", - "DiscoKey": "discokey:0781d450f1120653b65e57d0353e04ad5703bf9fc47e20d1a03375dd420d590d", - "Addresses": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "AllowedIPs": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "Endpoints": ["77.164.248.136:56770", "10.65.0.27:56770", "172.17.0.1:56770"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35342}, - {"Proto": "peerapi6", "Port": 35342} - ]}, - "Created": "2026-04-09T01:32:18.628366337Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 577899077301275, - "StableID": "naAFYsRjW511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "DiscoKey": "discokey:2aba011bc0966fd4082e603faa82cb057fbe7c9ec9299117d99ae6279241735f", - "Addresses": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "AllowedIPs": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "Endpoints": ["77.164.248.136:42966", "10.65.0.27:42966", "172.17.0.1:42966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52921}, - {"Proto": "peerapi6", "Port": 52921} - ]}, - "Created": "2026-04-09T01:32:14.23860298Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1134917949312545, - "StableID": "nJ3YqTN1s911CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "DiscoKey": "discokey:f9b73f02123ebfc7bc0ecda11955aac4c54737e12293a3ad767fc5eee693d20d", - "Addresses": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "AllowedIPs": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "Endpoints": ["77.164.248.136:33118", "10.65.0.27:33118", "172.17.0.1:33118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45171}, - {"Proto": "peerapi6", "Port": 45171} - ]}, - "Created": "2026-04-09T01:32:14.821892027Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2593859720121020, - "StableID": "nPQHDCJmFM11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "DiscoKey": "discokey:cba8c953871d2a8d9a8952b667054fc376dddb87fb35146439e69c20a5700f14", - "Addresses": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "AllowedIPs": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "Endpoints": ["77.164.248.136:58136", "10.65.0.27:58136", "172.17.0.1:58136"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39650}, - {"Proto": "peerapi6", "Port": 39650} - ]}, - "Created": "2026-04-09T01:32:11.943466573Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3619484824236341, - "StableID": "nYrJaGjGGV11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "DiscoKey": "discokey:10b2d2293768e9a3f4246e35f371e3eb6b03469b6607eb50bf0a803c4741471b", - "Addresses": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "AllowedIPs": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "Endpoints": ["77.164.248.136:33067", "10.65.0.27:33067", "172.17.0.1:33067"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 33120}, - {"Proto": "peerapi6", "Port": 33120} - ]}, - "Created": "2026-04-09T01:32:13.201609378Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5132767813116490, - "StableID": "nXKqJC7e5h11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:cf202c0ca9130e93c9750a1158817e4890dcc51e41b587992264ba1630559e77", - "Addresses": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "AllowedIPs": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "Endpoints": ["77.164.248.136:42092", "10.65.0.27:42092", "172.17.0.1:42092"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 64113}, - {"Proto": "peerapi6", "Port": 64113} - ]}, - "Created": "2026-04-09T01:32:19.727938462Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7520912470948814, - "StableID": "nHSNuocEj121CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "DiscoKey": "discokey:1006f36747b3c4e831239c6327ce755896386c66bd02589ac3e257862afaf738", - "Addresses": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "AllowedIPs": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "Endpoints": ["77.164.248.136:35897", "10.65.0.27:35897", "172.17.0.1:35897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50214}, - {"Proto": "peerapi6", "Port": 50214} - ]}, - "Created": "2026-04-09T01:32:12.63762691Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 8121172419351985, - "StableID": "nN9t3rR6R621CNTRL", + "ID": 1330769045166331, + "StableID": "n8fyWg3iPB11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "DiscoKey": "discokey:3c0f92a7e2f98c18665355335ac1c8010dd092eb8cc8559aad57ac97e7c30e06", - "Addresses": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "AllowedIPs": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "Endpoints": ["77.164.248.136:51117", "10.65.0.27:51117", "172.17.0.1:51117"], + "Key": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "DiscoKey": "discokey:54123db853a8c603774a14624e16f01b6aeab03bf586bcde83886fe003139017", + "Addresses": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "AllowedIPs": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "Endpoints": ["77.164.248.136:59242", "10.65.0.27:59242", "172.17.0.1:59242"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40422}, - {"Proto": "peerapi6", "Port": 40422} + {"Proto": "peerapi4", "Port": 64787}, + {"Proto": "peerapi6", "Port": 64787} ]}, - "Created": "2026-04-09T01:32:16.999074017Z", + "Created": "2026-04-09T08:38:20.008754037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8549221493313906, - "StableID": "nhEyvzYxk921CNTRL", + "ID": 2128772945371769, + "StableID": "neMSYpF8dH11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "DiscoKey": "discokey:e88f1e299500de60ee7f0484ff5dc864af07f440f4b2cb36c046faae9ada8e04", + "Addresses": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "AllowedIPs": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "Endpoints": ["77.164.248.136:36027", "10.65.0.27:36027", "172.17.0.1:36027"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39700}, + {"Proto": "peerapi6", "Port": 39700} + ]}, + "Created": "2026-04-09T08:38:19.461053505Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 2317330566048714, + "StableID": "nykAoyLX6K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:5d8fded1dc604749f3a33103501c011cf4312fddfab134f89f4ff47042c47e0f", + "Addresses": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "AllowedIPs": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "Endpoints": ["77.164.248.136:39522", "10.65.0.27:39522", "172.17.0.1:39522"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:38:22.701378414Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2830894905099088, + "StableID": "n1ZXpuo77P11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "DiscoKey": "discokey:d9668bb443f2e00f7d5b7ed0e9d8fb551e6fb0e4be27233b070f672dc0173a08", + "Addresses": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "AllowedIPs": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "Endpoints": ["77.164.248.136:40260", "10.65.0.27:40260", "172.17.0.1:40260"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38584}, + {"Proto": "peerapi6", "Port": 38584} + ]}, + "Created": "2026-04-09T08:38:17.874264162Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2922512698028049, + "StableID": "nrM7TGTcpP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:596ac17a902e6457d6d8f7837a9b9e0e7d74e470d3de53db472b0dae56bd2817", + "Addresses": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "AllowedIPs": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "Endpoints": ["77.164.248.136:60585", "10.65.0.27:60585", "172.17.0.1:60585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38609}, + {"Proto": "peerapi6", "Port": 38609} + ]}, + "Created": "2026-04-09T08:38:22.141650195Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 3056681906286261, + "StableID": "nLWhwKrNsQ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "DiscoKey": "discokey:a2254403005291f4e3990e538c21a5a0bde9c1f594716ef71675b23a5cc8847c", + "Addresses": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "AllowedIPs": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "Endpoints": ["77.164.248.136:34273", "10.65.0.27:34273", "172.17.0.1:34273"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33788}, + {"Proto": "peerapi6", "Port": 33788} + ]}, + "Created": "2026-04-09T08:38:20.549339905Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5015736682013459, + "StableID": "nUmM14udAg11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "DiscoKey": "discokey:b99c9d936714893e51506745007856648b9fe453ddefdea1e6eb608b8a32412f", + "Addresses": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "AllowedIPs": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48785}, + {"Proto": "peerapi6", "Port": 48785} + ]}, + "Created": "2026-04-09T08:38:17.322135285Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5066706417848772, + "StableID": "nBgQ2bniZg11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "DiscoKey": "discokey:8a3a40faf1dfff3dc6d7c03fde9306ad73223d60bfa9ef380378d3a11c17e424", + "Addresses": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "AllowedIPs": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "Endpoints": ["77.164.248.136:37618", "10.65.0.27:37618", "172.17.0.1:37618"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 65496}, + {"Proto": "peerapi6", "Port": 65496} + ]}, + "Created": "2026-04-09T08:38:21.068380206Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5180029448744371, + "StableID": "n8q4DDb3Th11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "KeyExpiry": "2026-10-06T08:38:21Z", + "DiscoKey": "discokey:f3175fa019f2b095f5d09b6304002e3de3fdf3ee9e23fea73ed56c5a4aa2ad2b", + "Addresses": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "AllowedIPs": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "Endpoints": ["77.164.248.136:59533", "10.65.0.27:59533", "172.17.0.1:59533"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60988}, + {"Proto": "peerapi6", "Port": 60988} + ]}, + "Created": "2026-04-09T08:38:21.604553182Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6359938519002592, + "StableID": "nRubLRoRfr11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "DiscoKey": "discokey:d2df02513adabae6496c3ed8a8ddb1a8755286d382d1632d18a65ac4f535777a", + "Addresses": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "AllowedIPs": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "Endpoints": ["77.164.248.136:33072", "10.65.0.27:33072", "172.17.0.1:33072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 61671}, + {"Proto": "peerapi6", "Port": 61671} + ]}, + "Created": "2026-04-09T08:38:16.254650325Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7013673108721601, + "StableID": "nWHWRNJWmw11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "DiscoKey": "discokey:402410fb78153e3aa30a87f892f64f5fe1ebb77f6e04b206f80a3df1dfca8d4a", + "Addresses": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "AllowedIPs": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "Endpoints": ["77.164.248.136:32823", "10.65.0.27:32823", "172.17.0.1:32823"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 45038}, + {"Proto": "peerapi6", "Port": 45038} + ]}, + "Created": "2026-04-09T08:38:15.703164509Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7185747299241234, + "StableID": "n317Q1QS7y11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "DiscoKey": "discokey:1a62c4d0b220edc710eea84ebc77396014f2799199773bb588484c58179dee1d", - "Addresses": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "AllowedIPs": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "Endpoints": ["77.164.248.136:54658", "10.65.0.27:54658", "172.17.0.1:54658"], + "Key": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "DiscoKey": "discokey:79b7bf37adf5c04a44a7f9ec6156e80c7ec7aee3762d31a0e46bd9bbdc25315d", + "Addresses": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "AllowedIPs": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "Endpoints": ["77.164.248.136:53298", "10.65.0.27:53298", "172.17.0.1:53298"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51694}, - {"Proto": "peerapi6", "Port": 51694} + {"Proto": "peerapi4", "Port": 37410}, + {"Proto": "peerapi6", "Port": 37410} ]}, - "Created": "2026-04-09T01:32:15.917998923Z", + "Created": "2026-04-09T08:38:18.922566295Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8590360552347462, - "StableID": "nucnhtCb5A21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 7348009251075490, + "StableID": "nMpdS6kvNz11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "DiscoKey": "discokey:9c94d9fb6ae8d55a7eb0f6d5f14dadd532702ca82de4b39f998352295358377f", - "Addresses": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "AllowedIPs": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "Endpoints": ["77.164.248.136:60341", "10.65.0.27:60341", "172.17.0.1:60341"], + "Key": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "DiscoKey": "discokey:e05ebc5688ec5e90af3ab6757389c917bcc265f1a13daea4537c1beb8d6e044f", + "Addresses": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "AllowedIPs": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "Endpoints": ["77.164.248.136:36079", "10.65.0.27:36079", "172.17.0.1:36079"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64632}, - {"Proto": "peerapi6", "Port": 64632} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34435}, + {"Proto": "peerapi6", "Port": 34435} ]}, - "Created": "2026-04-09T01:32:18.100375789Z", + "Created": "2026-04-09T08:38:15.178294798Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15122,27 +15130,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6816152881169519": { - "ID": 6816152881169519, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8810404762850017": { + "ID": 8810404762850017, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15173,26 +15183,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 307485839151079, - "StableID": "nSrrfd8GQ311CNTRL", + "ID": 2128772945371769, + "StableID": "neMSYpF8dH11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 307485839151079, - "Key": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "DiscoKey": "discokey:be63d2e6f415e8fd8af433a65a076cd3bb6afb44eeb0868b45200b10189ef664", - "Addresses": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "AllowedIPs": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "Endpoints": ["77.164.248.136:39721", "10.65.0.27:39721", "172.17.0.1:39721"], + "User": 2128772945371769, + "Key": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "DiscoKey": "discokey:e88f1e299500de60ee7f0484ff5dc864af07f440f4b2cb36c046faae9ada8e04", + "Addresses": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "AllowedIPs": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "Endpoints": ["77.164.248.136:36027", "10.65.0.27:36027", "172.17.0.1:36027"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 60253}, - {"Proto": "peerapi6", "Port": 60253}, + {"Proto": "peerapi4", "Port": 39700}, + {"Proto": "peerapi6", "Port": 39700}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:16.460255422Z", + "Created": "2026-04-09T08:38:19.461053505Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15220,302 +15230,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "MachineKey": "mkey:e527d3b3e0cb0f3eb1bc2b83195a61f5b78eb6a111bbb2358d138f1963963744", + "NodeKey": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "MachineKey": "mkey:330d7fa41f8c333525b4e9c46cc9e8ce1b902844b259db408573c4c0783cd573", "Peers": [{ - "ID": 32007995750448, - "StableID": "nPnjy9oVF111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:46a232c8c4888c83ae1373bb24604f464e6ddc68f4e911f4819f3e6e2e4ff261", - "Addresses": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "AllowedIPs": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "Endpoints": ["77.164.248.136:60855", "10.65.0.27:60855", "172.17.0.1:60855"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42061}, - {"Proto": "peerapi6", "Port": 42061} - ]}, - "Created": "2026-04-09T01:32:19.194069567Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 398218097046344, - "StableID": "njivbpWM7411CNTRL", + "ID": 1275821716668247, + "StableID": "nYMqF3gpxA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "DiscoKey": "discokey:eccb69ae4eee9b8619a95da54922bfbd5f0a171e8f6c880570dbc8069a8e2b2f", - "Addresses": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "AllowedIPs": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "Endpoints": ["77.164.248.136:43036", "10.65.0.27:43036", "172.17.0.1:43036"], + "Key": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "DiscoKey": "discokey:7fc0a791da376008cb164ba44ae01ffee89eeec0b60bd17f3c5d7eaeec79f41a", + "Addresses": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "AllowedIPs": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "Endpoints": ["77.164.248.136:33270", "10.65.0.27:33270", "172.17.0.1:33270"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 44148}, - {"Proto": "peerapi6", "Port": 44148} + {"Proto": "peerapi4", "Port": 59001}, + {"Proto": "peerapi6", "Port": 59001} ]}, - "Created": "2026-04-09T01:32:13.698260213Z", + "Created": "2026-04-09T08:38:16.789736462Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 423291579248363, - "StableID": "nvN8Np9iJ411CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "DiscoKey": "discokey:8327bb3379ffad9d610e33b172aec1a5bda0adaea9d7380ea2b6143614dc5a26", - "Addresses": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "AllowedIPs": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "Endpoints": ["77.164.248.136:42579", "10.65.0.27:42579", "172.17.0.1:42579"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56423}, - {"Proto": "peerapi6", "Port": 56423} - ]}, - "Created": "2026-04-09T01:32:17.555437477Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 479971407001435, - "StableID": "nepoe23Pk411CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "KeyExpiry": "2026-10-06T01:32:18Z", - "DiscoKey": "discokey:0781d450f1120653b65e57d0353e04ad5703bf9fc47e20d1a03375dd420d590d", - "Addresses": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "AllowedIPs": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "Endpoints": ["77.164.248.136:56770", "10.65.0.27:56770", "172.17.0.1:56770"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35342}, - {"Proto": "peerapi6", "Port": 35342} - ]}, - "Created": "2026-04-09T01:32:18.628366337Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 577899077301275, - "StableID": "naAFYsRjW511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "DiscoKey": "discokey:2aba011bc0966fd4082e603faa82cb057fbe7c9ec9299117d99ae6279241735f", - "Addresses": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "AllowedIPs": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "Endpoints": ["77.164.248.136:42966", "10.65.0.27:42966", "172.17.0.1:42966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52921}, - {"Proto": "peerapi6", "Port": 52921} - ]}, - "Created": "2026-04-09T01:32:14.23860298Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1134917949312545, - "StableID": "nJ3YqTN1s911CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "DiscoKey": "discokey:f9b73f02123ebfc7bc0ecda11955aac4c54737e12293a3ad767fc5eee693d20d", - "Addresses": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "AllowedIPs": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "Endpoints": ["77.164.248.136:33118", "10.65.0.27:33118", "172.17.0.1:33118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45171}, - {"Proto": "peerapi6", "Port": 45171} - ]}, - "Created": "2026-04-09T01:32:14.821892027Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2593859720121020, - "StableID": "nPQHDCJmFM11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "DiscoKey": "discokey:cba8c953871d2a8d9a8952b667054fc376dddb87fb35146439e69c20a5700f14", - "Addresses": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "AllowedIPs": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "Endpoints": ["77.164.248.136:58136", "10.65.0.27:58136", "172.17.0.1:58136"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39650}, - {"Proto": "peerapi6", "Port": 39650} - ]}, - "Created": "2026-04-09T01:32:11.943466573Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3619484824236341, - "StableID": "nYrJaGjGGV11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "DiscoKey": "discokey:10b2d2293768e9a3f4246e35f371e3eb6b03469b6607eb50bf0a803c4741471b", - "Addresses": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "AllowedIPs": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "Endpoints": ["77.164.248.136:33067", "10.65.0.27:33067", "172.17.0.1:33067"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 33120}, - {"Proto": "peerapi6", "Port": 33120} - ]}, - "Created": "2026-04-09T01:32:13.201609378Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5132767813116490, - "StableID": "nXKqJC7e5h11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:cf202c0ca9130e93c9750a1158817e4890dcc51e41b587992264ba1630559e77", - "Addresses": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "AllowedIPs": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "Endpoints": ["77.164.248.136:42092", "10.65.0.27:42092", "172.17.0.1:42092"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 64113}, - {"Proto": "peerapi6", "Port": 64113} - ]}, - "Created": "2026-04-09T01:32:19.727938462Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6816152881169519, - "StableID": "nSSpH8n3Ev11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "DiscoKey": "discokey:dbb5efb106173a77fdd41480b851731dec525944e61710c70f42130712f13901", - "Addresses": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "AllowedIPs": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "Endpoints": ["77.164.248.136:36564", "10.65.0.27:36564", "172.17.0.1:36564"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35606}, - {"Proto": "peerapi6", "Port": 35606} - ]}, - "Created": "2026-04-09T01:32:15.377440623Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7520912470948814, - "StableID": "nHSNuocEj121CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "DiscoKey": "discokey:1006f36747b3c4e831239c6327ce755896386c66bd02589ac3e257862afaf738", - "Addresses": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "AllowedIPs": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "Endpoints": ["77.164.248.136:35897", "10.65.0.27:35897", "172.17.0.1:35897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50214}, - {"Proto": "peerapi6", "Port": 50214} - ]}, - "Created": "2026-04-09T01:32:12.63762691Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 8121172419351985, - "StableID": "nN9t3rR6R621CNTRL", + "ID": 1330769045166331, + "StableID": "n8fyWg3iPB11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "DiscoKey": "discokey:3c0f92a7e2f98c18665355335ac1c8010dd092eb8cc8559aad57ac97e7c30e06", - "Addresses": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "AllowedIPs": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "Endpoints": ["77.164.248.136:51117", "10.65.0.27:51117", "172.17.0.1:51117"], + "Key": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "DiscoKey": "discokey:54123db853a8c603774a14624e16f01b6aeab03bf586bcde83886fe003139017", + "Addresses": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "AllowedIPs": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "Endpoints": ["77.164.248.136:59242", "10.65.0.27:59242", "172.17.0.1:59242"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40422}, - {"Proto": "peerapi6", "Port": 40422} + {"Proto": "peerapi4", "Port": 64787}, + {"Proto": "peerapi6", "Port": 64787} ]}, - "Created": "2026-04-09T01:32:16.999074017Z", + "Created": "2026-04-09T08:38:20.008754037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8549221493313906, - "StableID": "nhEyvzYxk921CNTRL", + "ID": 2317330566048714, + "StableID": "nykAoyLX6K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:5d8fded1dc604749f3a33103501c011cf4312fddfab134f89f4ff47042c47e0f", + "Addresses": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "AllowedIPs": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "Endpoints": ["77.164.248.136:39522", "10.65.0.27:39522", "172.17.0.1:39522"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:38:22.701378414Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2830894905099088, + "StableID": "n1ZXpuo77P11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "DiscoKey": "discokey:d9668bb443f2e00f7d5b7ed0e9d8fb551e6fb0e4be27233b070f672dc0173a08", + "Addresses": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "AllowedIPs": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "Endpoints": ["77.164.248.136:40260", "10.65.0.27:40260", "172.17.0.1:40260"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38584}, + {"Proto": "peerapi6", "Port": 38584} + ]}, + "Created": "2026-04-09T08:38:17.874264162Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 2922512698028049, + "StableID": "nrM7TGTcpP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:596ac17a902e6457d6d8f7837a9b9e0e7d74e470d3de53db472b0dae56bd2817", + "Addresses": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "AllowedIPs": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "Endpoints": ["77.164.248.136:60585", "10.65.0.27:60585", "172.17.0.1:60585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38609}, + {"Proto": "peerapi6", "Port": 38609} + ]}, + "Created": "2026-04-09T08:38:22.141650195Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 3056681906286261, + "StableID": "nLWhwKrNsQ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "DiscoKey": "discokey:a2254403005291f4e3990e538c21a5a0bde9c1f594716ef71675b23a5cc8847c", + "Addresses": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "AllowedIPs": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "Endpoints": ["77.164.248.136:34273", "10.65.0.27:34273", "172.17.0.1:34273"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33788}, + {"Proto": "peerapi6", "Port": 33788} + ]}, + "Created": "2026-04-09T08:38:20.549339905Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5015736682013459, + "StableID": "nUmM14udAg11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "DiscoKey": "discokey:b99c9d936714893e51506745007856648b9fe453ddefdea1e6eb608b8a32412f", + "Addresses": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "AllowedIPs": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48785}, + {"Proto": "peerapi6", "Port": 48785} + ]}, + "Created": "2026-04-09T08:38:17.322135285Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5066706417848772, + "StableID": "nBgQ2bniZg11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "DiscoKey": "discokey:8a3a40faf1dfff3dc6d7c03fde9306ad73223d60bfa9ef380378d3a11c17e424", + "Addresses": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "AllowedIPs": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "Endpoints": ["77.164.248.136:37618", "10.65.0.27:37618", "172.17.0.1:37618"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 65496}, + {"Proto": "peerapi6", "Port": 65496} + ]}, + "Created": "2026-04-09T08:38:21.068380206Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5180029448744371, + "StableID": "n8q4DDb3Th11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "KeyExpiry": "2026-10-06T08:38:21Z", + "DiscoKey": "discokey:f3175fa019f2b095f5d09b6304002e3de3fdf3ee9e23fea73ed56c5a4aa2ad2b", + "Addresses": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "AllowedIPs": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "Endpoints": ["77.164.248.136:59533", "10.65.0.27:59533", "172.17.0.1:59533"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60988}, + {"Proto": "peerapi6", "Port": 60988} + ]}, + "Created": "2026-04-09T08:38:21.604553182Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6359938519002592, + "StableID": "nRubLRoRfr11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "DiscoKey": "discokey:d2df02513adabae6496c3ed8a8ddb1a8755286d382d1632d18a65ac4f535777a", + "Addresses": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "AllowedIPs": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "Endpoints": ["77.164.248.136:33072", "10.65.0.27:33072", "172.17.0.1:33072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 61671}, + {"Proto": "peerapi6", "Port": 61671} + ]}, + "Created": "2026-04-09T08:38:16.254650325Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7013673108721601, + "StableID": "nWHWRNJWmw11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "DiscoKey": "discokey:402410fb78153e3aa30a87f892f64f5fe1ebb77f6e04b206f80a3df1dfca8d4a", + "Addresses": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "AllowedIPs": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "Endpoints": ["77.164.248.136:32823", "10.65.0.27:32823", "172.17.0.1:32823"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 45038}, + {"Proto": "peerapi6", "Port": 45038} + ]}, + "Created": "2026-04-09T08:38:15.703164509Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7185747299241234, + "StableID": "n317Q1QS7y11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "DiscoKey": "discokey:1a62c4d0b220edc710eea84ebc77396014f2799199773bb588484c58179dee1d", - "Addresses": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "AllowedIPs": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "Endpoints": ["77.164.248.136:54658", "10.65.0.27:54658", "172.17.0.1:54658"], + "Key": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "DiscoKey": "discokey:79b7bf37adf5c04a44a7f9ec6156e80c7ec7aee3762d31a0e46bd9bbdc25315d", + "Addresses": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "AllowedIPs": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "Endpoints": ["77.164.248.136:53298", "10.65.0.27:53298", "172.17.0.1:53298"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51694}, - {"Proto": "peerapi6", "Port": 51694} + {"Proto": "peerapi4", "Port": 37410}, + {"Proto": "peerapi6", "Port": 37410} ]}, - "Created": "2026-04-09T01:32:15.917998923Z", + "Created": "2026-04-09T08:38:18.922566295Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8590360552347462, - "StableID": "nucnhtCb5A21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 7348009251075490, + "StableID": "nMpdS6kvNz11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "DiscoKey": "discokey:9c94d9fb6ae8d55a7eb0f6d5f14dadd532702ca82de4b39f998352295358377f", - "Addresses": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "AllowedIPs": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "Endpoints": ["77.164.248.136:60341", "10.65.0.27:60341", "172.17.0.1:60341"], + "Key": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "DiscoKey": "discokey:e05ebc5688ec5e90af3ab6757389c917bcc265f1a13daea4537c1beb8d6e044f", + "Addresses": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "AllowedIPs": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "Endpoints": ["77.164.248.136:36079", "10.65.0.27:36079", "172.17.0.1:36079"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64632}, - {"Proto": "peerapi6", "Port": 64632} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34435}, + {"Proto": "peerapi6", "Port": 34435} ]}, - "Created": "2026-04-09T01:32:18.100375789Z", + "Created": "2026-04-09T08:38:15.178294798Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8810404762850017, + "StableID": "nprb5pPFoB21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "DiscoKey": "discokey:e4a0d79b79492ef84bbc56527ed42eaf582141929004e7f700ee0a561484567b", + "Addresses": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "AllowedIPs": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "Endpoints": ["77.164.248.136:48219", "10.65.0.27:48219", "172.17.0.1:48219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42787}, + {"Proto": "peerapi6", "Port": 42787} + ]}, + "Created": "2026-04-09T08:38:18.402395603Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16363,27 +16372,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "307485839151079": { - "ID": 307485839151079, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2128772945371769": { + "ID": 2128772945371769, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16414,22 +16425,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 32007995750448, - "StableID": "nPnjy9oVF111CNTRL", + "ID": 2922512698028049, + "StableID": "nrM7TGTcpP11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:46a232c8c4888c83ae1373bb24604f464e6ddc68f4e911f4819f3e6e2e4ff261", - "Addresses": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "AllowedIPs": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "Endpoints": ["77.164.248.136:60855", "10.65.0.27:60855", "172.17.0.1:60855"], + "Key": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:596ac17a902e6457d6d8f7837a9b9e0e7d74e470d3de53db472b0dae56bd2817", + "Addresses": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "AllowedIPs": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "Endpoints": ["77.164.248.136:60585", "10.65.0.27:60585", "172.17.0.1:60585"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42061}, - {"Proto": "peerapi6", "Port": 42061}, + {"Proto": "peerapi4", "Port": 38609}, + {"Proto": "peerapi6", "Port": 38609}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:19.194069567Z", + "Created": "2026-04-09T08:38:22.141650195Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16456,302 +16467,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "MachineKey": "mkey:bcada415e1350eecb72a36c8160f9b73e682c5a865012322c9ba84c430a1ee5c", + "NodeKey": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "MachineKey": "mkey:f38374e159a834fd0c58b045df293a040899bad6cd6003575d566ffd4f726162", "Peers": [{ - "ID": 307485839151079, - "StableID": "nSrrfd8GQ311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "DiscoKey": "discokey:be63d2e6f415e8fd8af433a65a076cd3bb6afb44eeb0868b45200b10189ef664", - "Addresses": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "AllowedIPs": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "Endpoints": ["77.164.248.136:39721", "10.65.0.27:39721", "172.17.0.1:39721"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 60253}, - {"Proto": "peerapi6", "Port": 60253} - ]}, - "Created": "2026-04-09T01:32:16.460255422Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 398218097046344, - "StableID": "njivbpWM7411CNTRL", + "ID": 1275821716668247, + "StableID": "nYMqF3gpxA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "DiscoKey": "discokey:eccb69ae4eee9b8619a95da54922bfbd5f0a171e8f6c880570dbc8069a8e2b2f", - "Addresses": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "AllowedIPs": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "Endpoints": ["77.164.248.136:43036", "10.65.0.27:43036", "172.17.0.1:43036"], + "Key": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "DiscoKey": "discokey:7fc0a791da376008cb164ba44ae01ffee89eeec0b60bd17f3c5d7eaeec79f41a", + "Addresses": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "AllowedIPs": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "Endpoints": ["77.164.248.136:33270", "10.65.0.27:33270", "172.17.0.1:33270"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 44148}, - {"Proto": "peerapi6", "Port": 44148} + {"Proto": "peerapi4", "Port": 59001}, + {"Proto": "peerapi6", "Port": 59001} ]}, - "Created": "2026-04-09T01:32:13.698260213Z", + "Created": "2026-04-09T08:38:16.789736462Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 423291579248363, - "StableID": "nvN8Np9iJ411CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "DiscoKey": "discokey:8327bb3379ffad9d610e33b172aec1a5bda0adaea9d7380ea2b6143614dc5a26", - "Addresses": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "AllowedIPs": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "Endpoints": ["77.164.248.136:42579", "10.65.0.27:42579", "172.17.0.1:42579"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56423}, - {"Proto": "peerapi6", "Port": 56423} - ]}, - "Created": "2026-04-09T01:32:17.555437477Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 479971407001435, - "StableID": "nepoe23Pk411CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "KeyExpiry": "2026-10-06T01:32:18Z", - "DiscoKey": "discokey:0781d450f1120653b65e57d0353e04ad5703bf9fc47e20d1a03375dd420d590d", - "Addresses": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "AllowedIPs": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "Endpoints": ["77.164.248.136:56770", "10.65.0.27:56770", "172.17.0.1:56770"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35342}, - {"Proto": "peerapi6", "Port": 35342} - ]}, - "Created": "2026-04-09T01:32:18.628366337Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 577899077301275, - "StableID": "naAFYsRjW511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "DiscoKey": "discokey:2aba011bc0966fd4082e603faa82cb057fbe7c9ec9299117d99ae6279241735f", - "Addresses": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "AllowedIPs": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "Endpoints": ["77.164.248.136:42966", "10.65.0.27:42966", "172.17.0.1:42966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52921}, - {"Proto": "peerapi6", "Port": 52921} - ]}, - "Created": "2026-04-09T01:32:14.23860298Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1134917949312545, - "StableID": "nJ3YqTN1s911CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "DiscoKey": "discokey:f9b73f02123ebfc7bc0ecda11955aac4c54737e12293a3ad767fc5eee693d20d", - "Addresses": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "AllowedIPs": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "Endpoints": ["77.164.248.136:33118", "10.65.0.27:33118", "172.17.0.1:33118"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45171}, - {"Proto": "peerapi6", "Port": 45171} - ]}, - "Created": "2026-04-09T01:32:14.821892027Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 2593859720121020, - "StableID": "nPQHDCJmFM11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "DiscoKey": "discokey:cba8c953871d2a8d9a8952b667054fc376dddb87fb35146439e69c20a5700f14", - "Addresses": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "AllowedIPs": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "Endpoints": ["77.164.248.136:58136", "10.65.0.27:58136", "172.17.0.1:58136"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39650}, - {"Proto": "peerapi6", "Port": 39650} - ]}, - "Created": "2026-04-09T01:32:11.943466573Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3619484824236341, - "StableID": "nYrJaGjGGV11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "DiscoKey": "discokey:10b2d2293768e9a3f4246e35f371e3eb6b03469b6607eb50bf0a803c4741471b", - "Addresses": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "AllowedIPs": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "Endpoints": ["77.164.248.136:33067", "10.65.0.27:33067", "172.17.0.1:33067"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 33120}, - {"Proto": "peerapi6", "Port": 33120} - ]}, - "Created": "2026-04-09T01:32:13.201609378Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5132767813116490, - "StableID": "nXKqJC7e5h11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:cf202c0ca9130e93c9750a1158817e4890dcc51e41b587992264ba1630559e77", - "Addresses": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "AllowedIPs": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "Endpoints": ["77.164.248.136:42092", "10.65.0.27:42092", "172.17.0.1:42092"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 64113}, - {"Proto": "peerapi6", "Port": 64113} - ]}, - "Created": "2026-04-09T01:32:19.727938462Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6816152881169519, - "StableID": "nSSpH8n3Ev11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "DiscoKey": "discokey:dbb5efb106173a77fdd41480b851731dec525944e61710c70f42130712f13901", - "Addresses": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "AllowedIPs": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "Endpoints": ["77.164.248.136:36564", "10.65.0.27:36564", "172.17.0.1:36564"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35606}, - {"Proto": "peerapi6", "Port": 35606} - ]}, - "Created": "2026-04-09T01:32:15.377440623Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7520912470948814, - "StableID": "nHSNuocEj121CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "DiscoKey": "discokey:1006f36747b3c4e831239c6327ce755896386c66bd02589ac3e257862afaf738", - "Addresses": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "AllowedIPs": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "Endpoints": ["77.164.248.136:35897", "10.65.0.27:35897", "172.17.0.1:35897"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50214}, - {"Proto": "peerapi6", "Port": 50214} - ]}, - "Created": "2026-04-09T01:32:12.63762691Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 8121172419351985, - "StableID": "nN9t3rR6R621CNTRL", + "ID": 1330769045166331, + "StableID": "n8fyWg3iPB11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "DiscoKey": "discokey:3c0f92a7e2f98c18665355335ac1c8010dd092eb8cc8559aad57ac97e7c30e06", - "Addresses": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "AllowedIPs": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "Endpoints": ["77.164.248.136:51117", "10.65.0.27:51117", "172.17.0.1:51117"], + "Key": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "DiscoKey": "discokey:54123db853a8c603774a14624e16f01b6aeab03bf586bcde83886fe003139017", + "Addresses": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "AllowedIPs": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "Endpoints": ["77.164.248.136:59242", "10.65.0.27:59242", "172.17.0.1:59242"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40422}, - {"Proto": "peerapi6", "Port": 40422} + {"Proto": "peerapi4", "Port": 64787}, + {"Proto": "peerapi6", "Port": 64787} ]}, - "Created": "2026-04-09T01:32:16.999074017Z", + "Created": "2026-04-09T08:38:20.008754037Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 8549221493313906, - "StableID": "nhEyvzYxk921CNTRL", + "ID": 2128772945371769, + "StableID": "neMSYpF8dH11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "DiscoKey": "discokey:e88f1e299500de60ee7f0484ff5dc864af07f440f4b2cb36c046faae9ada8e04", + "Addresses": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "AllowedIPs": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "Endpoints": ["77.164.248.136:36027", "10.65.0.27:36027", "172.17.0.1:36027"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39700}, + {"Proto": "peerapi6", "Port": 39700} + ]}, + "Created": "2026-04-09T08:38:19.461053505Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 2317330566048714, + "StableID": "nykAoyLX6K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:5d8fded1dc604749f3a33103501c011cf4312fddfab134f89f4ff47042c47e0f", + "Addresses": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "AllowedIPs": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "Endpoints": ["77.164.248.136:39522", "10.65.0.27:39522", "172.17.0.1:39522"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} + ]}, + "Created": "2026-04-09T08:38:22.701378414Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2830894905099088, + "StableID": "n1ZXpuo77P11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "DiscoKey": "discokey:d9668bb443f2e00f7d5b7ed0e9d8fb551e6fb0e4be27233b070f672dc0173a08", + "Addresses": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "AllowedIPs": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "Endpoints": ["77.164.248.136:40260", "10.65.0.27:40260", "172.17.0.1:40260"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 38584}, + {"Proto": "peerapi6", "Port": 38584} + ]}, + "Created": "2026-04-09T08:38:17.874264162Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 3056681906286261, + "StableID": "nLWhwKrNsQ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "DiscoKey": "discokey:a2254403005291f4e3990e538c21a5a0bde9c1f594716ef71675b23a5cc8847c", + "Addresses": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "AllowedIPs": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "Endpoints": ["77.164.248.136:34273", "10.65.0.27:34273", "172.17.0.1:34273"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33788}, + {"Proto": "peerapi6", "Port": 33788} + ]}, + "Created": "2026-04-09T08:38:20.549339905Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5015736682013459, + "StableID": "nUmM14udAg11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "DiscoKey": "discokey:b99c9d936714893e51506745007856648b9fe453ddefdea1e6eb608b8a32412f", + "Addresses": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "AllowedIPs": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48785}, + {"Proto": "peerapi6", "Port": 48785} + ]}, + "Created": "2026-04-09T08:38:17.322135285Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5066706417848772, + "StableID": "nBgQ2bniZg11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "DiscoKey": "discokey:8a3a40faf1dfff3dc6d7c03fde9306ad73223d60bfa9ef380378d3a11c17e424", + "Addresses": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "AllowedIPs": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "Endpoints": ["77.164.248.136:37618", "10.65.0.27:37618", "172.17.0.1:37618"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 65496}, + {"Proto": "peerapi6", "Port": 65496} + ]}, + "Created": "2026-04-09T08:38:21.068380206Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5180029448744371, + "StableID": "n8q4DDb3Th11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "KeyExpiry": "2026-10-06T08:38:21Z", + "DiscoKey": "discokey:f3175fa019f2b095f5d09b6304002e3de3fdf3ee9e23fea73ed56c5a4aa2ad2b", + "Addresses": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "AllowedIPs": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "Endpoints": ["77.164.248.136:59533", "10.65.0.27:59533", "172.17.0.1:59533"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60988}, + {"Proto": "peerapi6", "Port": 60988} + ]}, + "Created": "2026-04-09T08:38:21.604553182Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6359938519002592, + "StableID": "nRubLRoRfr11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "DiscoKey": "discokey:d2df02513adabae6496c3ed8a8ddb1a8755286d382d1632d18a65ac4f535777a", + "Addresses": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "AllowedIPs": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "Endpoints": ["77.164.248.136:33072", "10.65.0.27:33072", "172.17.0.1:33072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 61671}, + {"Proto": "peerapi6", "Port": 61671} + ]}, + "Created": "2026-04-09T08:38:16.254650325Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7013673108721601, + "StableID": "nWHWRNJWmw11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "DiscoKey": "discokey:402410fb78153e3aa30a87f892f64f5fe1ebb77f6e04b206f80a3df1dfca8d4a", + "Addresses": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "AllowedIPs": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "Endpoints": ["77.164.248.136:32823", "10.65.0.27:32823", "172.17.0.1:32823"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 45038}, + {"Proto": "peerapi6", "Port": 45038} + ]}, + "Created": "2026-04-09T08:38:15.703164509Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7185747299241234, + "StableID": "n317Q1QS7y11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "DiscoKey": "discokey:1a62c4d0b220edc710eea84ebc77396014f2799199773bb588484c58179dee1d", - "Addresses": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "AllowedIPs": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "Endpoints": ["77.164.248.136:54658", "10.65.0.27:54658", "172.17.0.1:54658"], + "Key": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "DiscoKey": "discokey:79b7bf37adf5c04a44a7f9ec6156e80c7ec7aee3762d31a0e46bd9bbdc25315d", + "Addresses": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "AllowedIPs": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "Endpoints": ["77.164.248.136:53298", "10.65.0.27:53298", "172.17.0.1:53298"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51694}, - {"Proto": "peerapi6", "Port": 51694} + {"Proto": "peerapi4", "Port": 37410}, + {"Proto": "peerapi6", "Port": 37410} ]}, - "Created": "2026-04-09T01:32:15.917998923Z", + "Created": "2026-04-09T08:38:18.922566295Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8590360552347462, - "StableID": "nucnhtCb5A21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 7348009251075490, + "StableID": "nMpdS6kvNz11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "DiscoKey": "discokey:9c94d9fb6ae8d55a7eb0f6d5f14dadd532702ca82de4b39f998352295358377f", - "Addresses": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "AllowedIPs": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "Endpoints": ["77.164.248.136:60341", "10.65.0.27:60341", "172.17.0.1:60341"], + "Key": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "DiscoKey": "discokey:e05ebc5688ec5e90af3ab6757389c917bcc265f1a13daea4537c1beb8d6e044f", + "Addresses": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "AllowedIPs": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "Endpoints": ["77.164.248.136:36079", "10.65.0.27:36079", "172.17.0.1:36079"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64632}, - {"Proto": "peerapi6", "Port": 64632} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34435}, + {"Proto": "peerapi6", "Port": 34435} ]}, - "Created": "2026-04-09T01:32:18.100375789Z", + "Created": "2026-04-09T08:38:15.178294798Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8810404762850017, + "StableID": "nprb5pPFoB21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "DiscoKey": "discokey:e4a0d79b79492ef84bbc56527ed42eaf582141929004e7f700ee0a561484567b", + "Addresses": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "AllowedIPs": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "Endpoints": ["77.164.248.136:48219", "10.65.0.27:48219", "172.17.0.1:48219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42787}, + {"Proto": "peerapi6", "Port": 42787} + ]}, + "Created": "2026-04-09T08:38:18.402395603Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16779,7 +16789,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.123.2.41"}, {"nodeIP": "fd7a:115c:a1e0::3d37:22a"}], + "principals": [{"nodeIP": "100.105.16.63"}, {"nodeIP": "fd7a:115c:a1e0::837:103f"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -16788,7 +16798,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.123.2.41"}, {"nodeIP": "fd7a:115c:a1e0::3d37:22a"}], + "principals": [{"nodeIP": "100.105.16.63"}, {"nodeIP": "fd7a:115c:a1e0::837:103f"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17617,26 +17627,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.123.2.41"}, {"nodeIP": "fd7a:115c:a1e0::3d37:22a"}], + "principals": [{"nodeIP": "100.105.16.63"}, {"nodeIP": "fd7a:115c:a1e0::837:103f"}], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, @@ -17645,7 +17656,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.123.2.41"}, {"nodeIP": "fd7a:115c:a1e0::3d37:22a"}], + "principals": [{"nodeIP": "100.105.16.63"}, {"nodeIP": "fd7a:115c:a1e0::837:103f"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17682,21 +17693,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8121172419351985, - "StableID": "nN9t3rR6R621CNTRL", + "ID": 1330769045166331, + "StableID": "n8fyWg3iPB11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 8121172419351985, - "Key": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "DiscoKey": "discokey:3c0f92a7e2f98c18665355335ac1c8010dd092eb8cc8559aad57ac97e7c30e06", - "Addresses": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "AllowedIPs": ["100.114.160.53/32", "fd7a:115c:a1e0::df37:a035/128"], - "Endpoints": ["77.164.248.136:51117", "10.65.0.27:51117", "172.17.0.1:51117"], + "User": 1330769045166331, + "Key": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "DiscoKey": "discokey:54123db853a8c603774a14624e16f01b6aeab03bf586bcde83886fe003139017", + "Addresses": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "AllowedIPs": ["100.94.107.101/32", "fd7a:115c:a1e0::4d37:6b65/128"], + "Endpoints": ["77.164.248.136:59242", "10.65.0.27:59242", "172.17.0.1:59242"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 40422}, - {"Proto": "peerapi6", "Port": 40422}, + {"Proto": "peerapi4", "Port": 64787}, + {"Proto": "peerapi6", "Port": 64787}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:16.999074017Z", + "Created": "2026-04-09T08:38:20.008754037Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17724,300 +17735,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b6736d675bf180863cf41da198c48e71d1e91ac6b9ae7ba28460672ddff2a034", - "MachineKey": "mkey:cf09f4e1e6bc4e5312e4bd463d76459a330f3b804d7beb9a2a18731980374841", + "NodeKey": "nodekey:35e87c50bb4283f5764a446bda9a87fbc235ad31f298c62171e8dab44dde6b64", + "MachineKey": "mkey:fc0f5c0f10a2db362fc403be42ac16a2bc02861f9faa7976b785559e42d0af6f", "Peers": [{ - "ID": 32007995750448, - "StableID": "nPnjy9oVF111CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e54b7659b21889ef892baabd421b8920d2cc1e47a45b70cf82f02eb93dfb0228", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:46a232c8c4888c83ae1373bb24604f464e6ddc68f4e911f4819f3e6e2e4ff261", - "Addresses": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "AllowedIPs": ["100.123.2.41/32", "fd7a:115c:a1e0::3d37:22a/128"], - "Endpoints": ["77.164.248.136:60855", "10.65.0.27:60855", "172.17.0.1:60855"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42061}, - {"Proto": "peerapi6", "Port": 42061} - ]}, - "Created": "2026-04-09T01:32:19.194069567Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 307485839151079, - "StableID": "nSrrfd8GQ311CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d87772965633f63890076fe74adb164820587ee4e2ae089470eb63b730d0693c", - "DiscoKey": "discokey:be63d2e6f415e8fd8af433a65a076cd3bb6afb44eeb0868b45200b10189ef664", - "Addresses": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "AllowedIPs": ["100.80.105.61/32", "fd7a:115c:a1e0::3037:693d/128"], - "Endpoints": ["77.164.248.136:39721", "10.65.0.27:39721", "172.17.0.1:39721"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 60253}, - {"Proto": "peerapi6", "Port": 60253} - ]}, - "Created": "2026-04-09T01:32:16.460255422Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 398218097046344, - "StableID": "njivbpWM7411CNTRL", + "ID": 1275821716668247, + "StableID": "nYMqF3gpxA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:23cff620cc8564c14e0cf979c572d59eab823d6cd9e1bc9c2e6aca0983cdd906", - "DiscoKey": "discokey:eccb69ae4eee9b8619a95da54922bfbd5f0a171e8f6c880570dbc8069a8e2b2f", - "Addresses": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "AllowedIPs": ["100.77.217.7/32", "fd7a:115c:a1e0::8337:d907/128"], - "Endpoints": ["77.164.248.136:43036", "10.65.0.27:43036", "172.17.0.1:43036"], + "Key": "nodekey:254253dedb11b2fb8b0c0c6b25d463eade5b749adad7ad1bdcc3a2360edb276d", + "DiscoKey": "discokey:7fc0a791da376008cb164ba44ae01ffee89eeec0b60bd17f3c5d7eaeec79f41a", + "Addresses": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "AllowedIPs": ["100.91.39.110/32", "fd7a:115c:a1e0::e37:276e/128"], + "Endpoints": ["77.164.248.136:33270", "10.65.0.27:33270", "172.17.0.1:33270"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 44148}, - {"Proto": "peerapi6", "Port": 44148} + {"Proto": "peerapi4", "Port": 59001}, + {"Proto": "peerapi6", "Port": 59001} ]}, - "Created": "2026-04-09T01:32:13.698260213Z", + "Created": "2026-04-09T08:38:16.789736462Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 423291579248363, - "StableID": "nvN8Np9iJ411CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2128772945371769, + "StableID": "neMSYpF8dH11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:79cb62f6f6b2b3e870228bd8aa6c1eea86356ff806a56880f2fd6877f505bb4c", - "DiscoKey": "discokey:8327bb3379ffad9d610e33b172aec1a5bda0adaea9d7380ea2b6143614dc5a26", - "Addresses": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "AllowedIPs": ["100.69.187.77/32", "fd7a:115c:a1e0::f537:bb4d/128"], - "Endpoints": ["77.164.248.136:42579", "10.65.0.27:42579", "172.17.0.1:42579"], + "Key": "nodekey:770d9c774c83412bd68d7d8335131d5cb9c5ff14bc89b59e14ac1e317d15405f", + "DiscoKey": "discokey:e88f1e299500de60ee7f0484ff5dc864af07f440f4b2cb36c046faae9ada8e04", + "Addresses": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "AllowedIPs": ["100.85.64.96/32", "fd7a:115c:a1e0::7d37:4060/128"], + "Endpoints": ["77.164.248.136:36027", "10.65.0.27:36027", "172.17.0.1:36027"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56423}, - {"Proto": "peerapi6", "Port": 56423} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39700}, + {"Proto": "peerapi6", "Port": 39700} ]}, - "Created": "2026-04-09T01:32:17.555437477Z", + "Created": "2026-04-09T08:38:19.461053505Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }, { - "ID": 479971407001435, - "StableID": "nepoe23Pk411CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f572dc08f9d1ce22838ca7cffae2f065892bc21bef6ff87286baa333c45f1018", - "KeyExpiry": "2026-10-06T01:32:18Z", - "DiscoKey": "discokey:0781d450f1120653b65e57d0353e04ad5703bf9fc47e20d1a03375dd420d590d", - "Addresses": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "AllowedIPs": ["100.95.16.25/32", "fd7a:115c:a1e0::c437:1019/128"], - "Endpoints": ["77.164.248.136:56770", "10.65.0.27:56770", "172.17.0.1:56770"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 35342}, - {"Proto": "peerapi6", "Port": 35342} + "ID": 2317330566048714, + "StableID": "nykAoyLX6K11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:05a3902a19fd5d4b9dcda99bb37e08c716ee1bbdc906fb10c2a50dd7d3733360", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:5d8fded1dc604749f3a33103501c011cf4312fddfab134f89f4ff47042c47e0f", + "Addresses": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "AllowedIPs": ["100.115.51.97/32", "fd7a:115c:a1e0::d337:3361/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48101}, + {"Proto": "peerapi6", "Port": 48101} ]}, - "Created": "2026-04-09T01:32:18.628366337Z", + "Created": "2026-04-09T08:38:22.701378414Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 577899077301275, - "StableID": "naAFYsRjW511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1af5450271a52d9fc33561ead77c30991fa11cafc545882ef3c5f656b1dd3f61", - "DiscoKey": "discokey:2aba011bc0966fd4082e603faa82cb057fbe7c9ec9299117d99ae6279241735f", - "Addresses": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "AllowedIPs": ["100.93.63.98/32", "fd7a:115c:a1e0::b137:3f62/128"], - "Endpoints": ["77.164.248.136:42966", "10.65.0.27:42966", "172.17.0.1:42966"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52921}, - {"Proto": "peerapi6", "Port": 52921} - ]}, - "Created": "2026-04-09T01:32:14.23860298Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1134917949312545, - "StableID": "nJ3YqTN1s911CNTRL", + "ID": 2830894905099088, + "StableID": "n1ZXpuo77P11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b721885d3145323919c47845d2348c94fb2746448c1ae63018d5c4f7f251b735", - "DiscoKey": "discokey:f9b73f02123ebfc7bc0ecda11955aac4c54737e12293a3ad767fc5eee693d20d", - "Addresses": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "AllowedIPs": ["100.81.183.54/32", "fd7a:115c:a1e0::f237:b736/128"], - "Endpoints": ["77.164.248.136:33118", "10.65.0.27:33118", "172.17.0.1:33118"], + "Key": "nodekey:a1a2dcef48d95f8b32126045f24dd39d2a43c856b93e7bdd42aa7f3671b94d3e", + "DiscoKey": "discokey:d9668bb443f2e00f7d5b7ed0e9d8fb551e6fb0e4be27233b070f672dc0173a08", + "Addresses": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "AllowedIPs": ["100.121.77.63/32", "fd7a:115c:a1e0::7137:4d3f/128"], + "Endpoints": ["77.164.248.136:40260", "10.65.0.27:40260", "172.17.0.1:40260"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 45171}, - {"Proto": "peerapi6", "Port": 45171} + {"Proto": "peerapi4", "Port": 38584}, + {"Proto": "peerapi6", "Port": 38584} ]}, - "Created": "2026-04-09T01:32:14.821892027Z", + "Created": "2026-04-09T08:38:17.874264162Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 2593859720121020, - "StableID": "nPQHDCJmFM11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:82e6e158e25a17865352166cfd992e012655b414ad36ec4ed352a706959f274a", - "DiscoKey": "discokey:cba8c953871d2a8d9a8952b667054fc376dddb87fb35146439e69c20a5700f14", - "Addresses": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "AllowedIPs": ["100.95.39.75/32", "fd7a:115c:a1e0::9537:274b/128"], - "Endpoints": ["77.164.248.136:58136", "10.65.0.27:58136", "172.17.0.1:58136"], + "ID": 2922512698028049, + "StableID": "nrM7TGTcpP11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:08c35639e09676e69fdeb9ed06bf9d1b57e02f9bb6b8c30f7364df870869103e", + "KeyExpiry": "2026-10-06T08:38:22Z", + "DiscoKey": "discokey:596ac17a902e6457d6d8f7837a9b9e0e7d74e470d3de53db472b0dae56bd2817", + "Addresses": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "AllowedIPs": ["100.105.16.63/32", "fd7a:115c:a1e0::837:103f/128"], + "Endpoints": ["77.164.248.136:60585", "10.65.0.27:60585", "172.17.0.1:60585"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39650}, - {"Proto": "peerapi6", "Port": 39650} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 38609}, + {"Proto": "peerapi6", "Port": 38609} ]}, - "Created": "2026-04-09T01:32:11.943466573Z", + "Created": "2026-04-09T08:38:22.141650195Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 3619484824236341, - "StableID": "nYrJaGjGGV11CNTRL", + "ID": 3056681906286261, + "StableID": "nLWhwKrNsQ11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6e84189b810a54c1dcf9fcbb68e7eef1af0bef7f131b5da969bca85d3709008", + "DiscoKey": "discokey:a2254403005291f4e3990e538c21a5a0bde9c1f594716ef71675b23a5cc8847c", + "Addresses": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "AllowedIPs": ["100.112.144.9/32", "fd7a:115c:a1e0::d337:9009/128"], + "Endpoints": ["77.164.248.136:34273", "10.65.0.27:34273", "172.17.0.1:34273"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33788}, + {"Proto": "peerapi6", "Port": 33788} + ]}, + "Created": "2026-04-09T08:38:20.549339905Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5015736682013459, + "StableID": "nUmM14udAg11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5c3f7149f82d325ea6f7a52d0183a65ea6c75ae1a3f2ddda55747fec1ab19c10", + "DiscoKey": "discokey:b99c9d936714893e51506745007856648b9fe453ddefdea1e6eb608b8a32412f", + "Addresses": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "AllowedIPs": ["100.113.156.17/32", "fd7a:115c:a1e0::1a37:9c11/128"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48785}, + {"Proto": "peerapi6", "Port": 48785} + ]}, + "Created": "2026-04-09T08:38:17.322135285Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5066706417848772, + "StableID": "nBgQ2bniZg11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bf42a138f060582e8290c311369c5dbf491b455ae294fec57e57c60124d4ed0d", + "DiscoKey": "discokey:8a3a40faf1dfff3dc6d7c03fde9306ad73223d60bfa9ef380378d3a11c17e424", + "Addresses": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "AllowedIPs": ["100.84.237.14/32", "fd7a:115c:a1e0::2437:ed0e/128"], + "Endpoints": ["77.164.248.136:37618", "10.65.0.27:37618", "172.17.0.1:37618"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 65496}, + {"Proto": "peerapi6", "Port": 65496} + ]}, + "Created": "2026-04-09T08:38:21.068380206Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5180029448744371, + "StableID": "n8q4DDb3Th11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:8d1200528c65222597944c40de7b91b5ccac541cfa148f62cd81b8590091bf12", + "KeyExpiry": "2026-10-06T08:38:21Z", + "DiscoKey": "discokey:f3175fa019f2b095f5d09b6304002e3de3fdf3ee9e23fea73ed56c5a4aa2ad2b", + "Addresses": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "AllowedIPs": ["100.81.191.19/32", "fd7a:115c:a1e0::37:bf14/128"], + "Endpoints": ["77.164.248.136:59533", "10.65.0.27:59533", "172.17.0.1:59533"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60988}, + {"Proto": "peerapi6", "Port": 60988} + ]}, + "Created": "2026-04-09T08:38:21.604553182Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6359938519002592, + "StableID": "nRubLRoRfr11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:5d0e23a6d808c05d39dce0ff436f03352def2ce678ed5456e5337b3812d10f30", - "DiscoKey": "discokey:10b2d2293768e9a3f4246e35f371e3eb6b03469b6607eb50bf0a803c4741471b", - "Addresses": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "AllowedIPs": ["100.81.15.49/32", "fd7a:115c:a1e0::1237:f31/128"], - "Endpoints": ["77.164.248.136:33067", "10.65.0.27:33067", "172.17.0.1:33067"], + "Key": "nodekey:5b738cb2d1dd9278435fb94a51780dccd563236573f4e094722d83da6d1e5235", + "DiscoKey": "discokey:d2df02513adabae6496c3ed8a8ddb1a8755286d382d1632d18a65ac4f535777a", + "Addresses": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "AllowedIPs": ["100.94.82.54/32", "fd7a:115c:a1e0::6d37:5236/128"], + "Endpoints": ["77.164.248.136:33072", "10.65.0.27:33072", "172.17.0.1:33072"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 33120}, - {"Proto": "peerapi6", "Port": 33120} + {"Proto": "peerapi4", "Port": 61671}, + {"Proto": "peerapi6", "Port": 61671} ]}, - "Created": "2026-04-09T01:32:13.201609378Z", + "Created": "2026-04-09T08:38:16.254650325Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5132767813116490, - "StableID": "nXKqJC7e5h11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:04443f482092abc69516650ffc3dbb8a4a009343a4b216ca9721ad7aadba4a67", - "KeyExpiry": "2026-10-06T01:32:19Z", - "DiscoKey": "discokey:cf202c0ca9130e93c9750a1158817e4890dcc51e41b587992264ba1630559e77", - "Addresses": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "AllowedIPs": ["100.122.74.104/32", "fd7a:115c:a1e0::ad37:4a68/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 64113}, - {"Proto": "peerapi6", "Port": 64113} - ]}, - "Created": "2026-04-09T01:32:19.727938462Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6816152881169519, - "StableID": "nSSpH8n3Ev11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:877eea35cc02523cff365b858ee64d77f0019fdb290812a5d709900d5b01bc24", - "DiscoKey": "discokey:dbb5efb106173a77fdd41480b851731dec525944e61710c70f42130712f13901", - "Addresses": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "AllowedIPs": ["100.65.188.37/32", "fd7a:115c:a1e0::5b37:bc25/128"], - "Endpoints": ["77.164.248.136:36564", "10.65.0.27:36564", "172.17.0.1:36564"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 35606}, - {"Proto": "peerapi6", "Port": 35606} - ]}, - "Created": "2026-04-09T01:32:15.377440623Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7520912470948814, - "StableID": "nHSNuocEj121CNTRL", + "ID": 7013673108721601, + "StableID": "nWHWRNJWmw11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e2e48d3708417e77a64917ecf44bd46228f5855bd4ff5a747b5768c40281e40b", - "DiscoKey": "discokey:1006f36747b3c4e831239c6327ce755896386c66bd02589ac3e257862afaf738", - "Addresses": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "AllowedIPs": ["100.65.228.12/32", "fd7a:115c:a1e0::237:e40c/128"], - "Endpoints": ["77.164.248.136:35897", "10.65.0.27:35897", "172.17.0.1:35897"], + "Key": "nodekey:d73f683faec87c7d1383028c7459e279aa7d425da1d75b4f20ca47150f58b304", + "DiscoKey": "discokey:402410fb78153e3aa30a87f892f64f5fe1ebb77f6e04b206f80a3df1dfca8d4a", + "Addresses": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "AllowedIPs": ["100.88.179.5/32", "fd7a:115c:a1e0::f37:b305/128"], + "Endpoints": ["77.164.248.136:32823", "10.65.0.27:32823", "172.17.0.1:32823"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50214}, - {"Proto": "peerapi6", "Port": 50214} + {"Proto": "peerapi4", "Port": 45038}, + {"Proto": "peerapi6", "Port": 45038} ]}, - "Created": "2026-04-09T01:32:12.63762691Z", + "Created": "2026-04-09T08:38:15.703164509Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8549221493313906, - "StableID": "nhEyvzYxk921CNTRL", + "ID": 7185747299241234, + "StableID": "n317Q1QS7y11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28cbf2f43dc79411b2cf751bd40c0c0870fb6561f630a82aee40e8b3d645303a", - "DiscoKey": "discokey:1a62c4d0b220edc710eea84ebc77396014f2799199773bb588484c58179dee1d", - "Addresses": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "AllowedIPs": ["100.69.48.59/32", "fd7a:115c:a1e0::d637:303b/128"], - "Endpoints": ["77.164.248.136:54658", "10.65.0.27:54658", "172.17.0.1:54658"], + "Key": "nodekey:2155a12fa5f12c638803af9f0028cecd07c062a663289b61b3c22e8c552fad43", + "DiscoKey": "discokey:79b7bf37adf5c04a44a7f9ec6156e80c7ec7aee3762d31a0e46bd9bbdc25315d", + "Addresses": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "AllowedIPs": ["100.111.173.68/32", "fd7a:115c:a1e0::5537:ad44/128"], + "Endpoints": ["77.164.248.136:53298", "10.65.0.27:53298", "172.17.0.1:53298"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 51694}, - {"Proto": "peerapi6", "Port": 51694} + {"Proto": "peerapi4", "Port": 37410}, + {"Proto": "peerapi6", "Port": 37410} ]}, - "Created": "2026-04-09T01:32:15.917998923Z", + "Created": "2026-04-09T08:38:18.922566295Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8590360552347462, - "StableID": "nucnhtCb5A21CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 7348009251075490, + "StableID": "nMpdS6kvNz11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cf16e81368ed596a702fbc7e929dc075ff3774a978509d825c85bff2c729743", - "DiscoKey": "discokey:9c94d9fb6ae8d55a7eb0f6d5f14dadd532702ca82de4b39f998352295358377f", - "Addresses": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "AllowedIPs": ["100.114.151.68/32", "fd7a:115c:a1e0::2c37:9744/128"], - "Endpoints": ["77.164.248.136:60341", "10.65.0.27:60341", "172.17.0.1:60341"], + "Key": "nodekey:df4d2a6774f1d9b3eb23cc7e077704535fe9fd7b2828405850b9c6eda851ad39", + "DiscoKey": "discokey:e05ebc5688ec5e90af3ab6757389c917bcc265f1a13daea4537c1beb8d6e044f", + "Addresses": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "AllowedIPs": ["100.81.173.58/32", "fd7a:115c:a1e0::a837:ad3a/128"], + "Endpoints": ["77.164.248.136:36079", "10.65.0.27:36079", "172.17.0.1:36079"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64632}, - {"Proto": "peerapi6", "Port": 64632} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 34435}, + {"Proto": "peerapi6", "Port": 34435} ]}, - "Created": "2026-04-09T01:32:18.100375789Z", + "Created": "2026-04-09T08:38:15.178294798Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8810404762850017, + "StableID": "nprb5pPFoB21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7756059f22b5445f8734b7d1e61c2e9dff0de36d8e8eedb59ffe2a57a1756873", + "DiscoKey": "discokey:e4a0d79b79492ef84bbc56527ed42eaf582141929004e7f700ee0a561484567b", + "Addresses": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "AllowedIPs": ["100.117.104.116/32", "fd7a:115c:a1e0::a137:6874/128"], + "Endpoints": ["77.164.248.136:48219", "10.65.0.27:48219", "172.17.0.1:48219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 42787}, + {"Proto": "peerapi6", "Port": 42787} + ]}, + "Created": "2026-04-09T08:38:18.402395603Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18865,27 +18875,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8121172419351985": { - "ID": 8121172419351985, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1330769045166331": { + "ID": 1330769045166331, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-d7.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-d7.hujson index 1f37bcbc..8bf09f12 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-d7.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-d7.hujson @@ -3,7 +3,7 @@ // ssh d7 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:32:32Z +// Captured at: 2026-04-09T08:38:35Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-d7", "description": "ssh d7", "category": "ssh", - "captured_at": "2026-04-09T01:32:32.642159087Z", + "captured_at": "2026-04-09T08:38:35.463837264Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,14 +19,14 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["tag:server"], "src": ["autogroup:member"], - "users": ["localpart:*@passkey", "root", "autogroup:nonroot"] + "users": ["localpart:*@example.com", "root", "autogroup:nonroot"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} }, @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d7\",\n\t\"id\": \"ssh-d7\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@passkey\", \"root\", \"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d7\",\n\t\"id\": \"ssh-d7\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@example.com\", \"root\", \"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-d7.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.118.89.68", - "ipv6": "fd7a:115c:a1e0::4d37:5944", + "ipv4": "100.76.226.18", + "ipv6": "fd7a:115c:a1e0::1b37:e212", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.89.70.103", - "ipv6": "fd7a:115c:a1e0::a137:4667", + "ipv4": "100.66.143.33", + "ipv6": "fd7a:115c:a1e0::d837:8f21", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.127.138.127", - "ipv6": "fd7a:115c:a1e0::f837:8a7f", + "ipv4": "100.126.110.44", + "ipv6": "fd7a:115c:a1e0::2737:6e2c", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.95.161.26", - "ipv6": "fd7a:115c:a1e0::7b37:a11a", + "ipv4": "100.84.55.107", + "ipv6": "fd7a:115c:a1e0::3637:376b", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.121.223.78", - "ipv6": "fd7a:115c:a1e0::b637:df4e", + "ipv4": "100.119.209.71", + "ipv6": "fd7a:115c:a1e0::f37:d147", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.124.3.58", - "ipv6": "fd7a:115c:a1e0::e137:33a", + "ipv4": "100.127.25.3", + "ipv6": "fd7a:115c:a1e0::d137:1903", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.67.246.23", - "ipv6": "fd7a:115c:a1e0::e737:f617", + "ipv4": "100.107.32.128", + "ipv6": "fd7a:115c:a1e0::9337:2080", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.86.197.102", - "ipv6": "fd7a:115c:a1e0::4037:c566", + "ipv4": "100.86.194.63", + "ipv6": "fd7a:115c:a1e0::e737:c23f", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.110.47.118", - "ipv6": "fd7a:115c:a1e0::a737:2f76", + "ipv4": "100.79.134.104", + "ipv6": "fd7a:115c:a1e0::9637:8669", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.106.181.76", - "ipv6": "fd7a:115c:a1e0::7c37:b54d", + "ipv4": "100.76.205.51", + "ipv6": "fd7a:115c:a1e0::1737:cd33", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.123.244.36", - "ipv6": "fd7a:115c:a1e0::2537:f424", + "ipv4": "100.102.225.2", + "ipv6": "fd7a:115c:a1e0::7837:e102", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.121.127.48", - "ipv6": "fd7a:115c:a1e0::4137:7f31", + "ipv4": "100.104.168.17", + "ipv6": "fd7a:115c:a1e0::b337:a811", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.96.245.34", - "ipv6": "fd7a:115c:a1e0::1337:f522", + "ipv4": "100.117.108.107", + "ipv6": "fd7a:115c:a1e0::1f37:6c6c", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.100.196.125", - "ipv6": "fd7a:115c:a1e0::3137:c47d", + "ipv4": "100.86.155.49", + "ipv6": "fd7a:115c:a1e0::d537:9b31", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.112.109.64", - "ipv6": "fd7a:115c:a1e0::1837:6d40", + "ipv4": "100.105.22.70", + "ipv6": "fd7a:115c:a1e0::fe37:1646", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3921143362188176, - "StableID": "nBJLbentcX11CNTRL", + "ID": 5645341205961072, + "StableID": "nMBsoMYn5m11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 3921143362188176, - "Key": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "DiscoKey": "discokey:84ca0a7f0a2c9c00522f773e41e64cc7d81d8670563117be4953668031a4e97c", - "Addresses": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "AllowedIPs": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "Endpoints": ["77.164.248.136:35248", "10.65.0.27:35248", "172.17.0.1:35248"], + "User": 5645341205961072, + "Key": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "DiscoKey": "discokey:9f2ea9f1ea9481b97a78fd1868ffecb75ce506be28ce17004a1c5d88c3057848", + "Addresses": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "AllowedIPs": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "Endpoints": ["77.164.248.136:58020", "10.65.0.27:58020", "172.17.0.1:58020"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 44644}, - {"Proto": "peerapi6", "Port": 44644}, + {"Proto": "peerapi4", "Port": 52624}, + {"Proto": "peerapi6", "Port": 52624}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:41.412301169Z", + "Created": "2026-04-09T08:38:44.309689692Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,302 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "MachineKey": "mkey:7e8422514a5a7aa3027fc8b66f5842b16f2bd0984f14ec30df2677cfada21754", + "NodeKey": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "MachineKey": "mkey:8261fda24ba744eacef2a9bbcbe304c0c0f20fc6c4cc56357d271657f430ea28", "Peers": [{ - "ID": 914721418485678, - "StableID": "nF9FSUBH9811CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "DiscoKey": "discokey:e492d4b4de0dd32b9c0a4c77c2fe2b00492d7de01e8fda43cb5e4fe818d11a59", - "Addresses": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "AllowedIPs": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "Endpoints": ["77.164.248.136:43550", "10.65.0.27:43550", "172.17.0.1:43550"], + "ID": 198292570345032, + "StableID": "nwAPRxooY211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "KeyExpiry": "2026-10-06T08:38:44Z", + "DiscoKey": "discokey:1e36d3c48d2e93a9a71ba48701632e27688fa13f1a76db32a865b44dc6718b70", + "Addresses": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "AllowedIPs": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "Endpoints": ["77.164.248.136:60358", "10.65.0.27:60358", "172.17.0.1:60358"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50253}, - {"Proto": "peerapi6", "Port": 50253} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 36573}, + {"Proto": "peerapi6", "Port": 36573} ]}, - "Created": "2026-04-09T01:32:36.533445994Z", + "Created": "2026-04-09T08:38:44.840920246Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 2716224764499806, - "StableID": "nD6XAtcBDN11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "DiscoKey": "discokey:cc051d9965cafd8e17d94cd96971b5b85194270e1a488c245de8efd37ecfef1b", - "Addresses": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "AllowedIPs": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], + "ID": 249129984318879, + "StableID": "n4hJctDqw211CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:a667f059b9cfef5d466f93b8f7049b44fb6edc955adbb4b853acd8dfe3e49e7e", + "Addresses": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "AllowedIPs": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "Endpoints": ["77.164.248.136:55093", "10.65.0.27:55093", "172.17.0.1:55093"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40651}, - {"Proto": "peerapi6", "Port": 40651} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55547}, + {"Proto": "peerapi6", "Port": 55547} ]}, - "Created": "2026-04-09T01:32:37.081936031Z", + "Created": "2026-04-09T08:38:45.397958657Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 2789080194058119, - "StableID": "nCjZzcQBnN11CNTRL", + "ID": 1241877801571157, + "StableID": "nUERiP2ThA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "DiscoKey": "discokey:0f261e47063ea50ea26e65762f9ca6247f07265b1a8d02f8a046766dc79e4b55", - "Addresses": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "AllowedIPs": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "Endpoints": ["77.164.248.136:55577", "10.65.0.27:55577", "172.17.0.1:55577"], + "Key": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "DiscoKey": "discokey:b2d60303933571cb6a1fc6331be2d01971d3cab9689106d08a9151ad266bab77", + "Addresses": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "AllowedIPs": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "Endpoints": ["77.164.248.136:58988", "10.65.0.27:58988", "172.17.0.1:58988"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54108}, - {"Proto": "peerapi6", "Port": 54108} + {"Proto": "peerapi4", "Port": 50504}, + {"Proto": "peerapi6", "Port": 50504} ]}, - "Created": "2026-04-09T01:32:35.444831485Z", + "Created": "2026-04-09T08:38:38.167253226Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 3078680208734786, - "StableID": "n37rb6iL3R11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 1251623887677858, + "StableID": "nPDEy93smA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "DiscoKey": "discokey:d005c3dbb25d059cee40eefd67ea168642283522a318e5ff02a68b40a1c41e1f", - "Addresses": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "AllowedIPs": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "Endpoints": ["77.164.248.136:51319", "10.65.0.27:51319", "172.17.0.1:51319"], + "Key": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "DiscoKey": "discokey:34d4ffef33aea14a17c912a667478590921fce5cd20d81cf7a359805a829dd66", + "Addresses": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "AllowedIPs": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "Endpoints": ["77.164.248.136:59007", "10.65.0.27:59007", "172.17.0.1:59007"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58680}, - {"Proto": "peerapi6", "Port": 58680} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52481}, + {"Proto": "peerapi6", "Port": 52481} ]}, - "Created": "2026-04-09T01:32:40.34265745Z", + "Created": "2026-04-09T08:38:39.777366136Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 3213399860681821, - "StableID": "nWmDvnZM6S11CNTRL", + "ID": 1625690809525854, + "StableID": "nomRvA9HhD11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "DiscoKey": "discokey:625eaf4868d9c68d90cc489c0ba34cb87052b4ff67215fae5e9b3b0469a12e7d", + "Addresses": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "AllowedIPs": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "Endpoints": ["77.164.248.136:44785", "10.65.0.27:44785", "172.17.0.1:44785"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 51098}, + {"Proto": "peerapi6", "Port": 51098} + ]}, + "Created": "2026-04-09T08:38:39.253762498Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2220863671214361, + "StableID": "nkepdiKqLJ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "DiscoKey": "discokey:c028b69c24d54c3c4950f1caa5122751697a2d822e4489b41b5171d0f5ef7241", - "Addresses": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "AllowedIPs": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "Endpoints": ["77.164.248.136:56472", "10.65.0.27:56472", "172.17.0.1:56472"], + "Key": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "DiscoKey": "discokey:5245d0a3597e65c71d65b352bf6b9f297a6642dedca9bfa010f931f7c4b1e075", + "Addresses": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "AllowedIPs": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "Endpoints": ["77.164.248.136:55622", "10.65.0.27:55622", "172.17.0.1:55622"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} + {"Proto": "peerapi4", "Port": 37990}, + {"Proto": "peerapi6", "Port": 37990} ]}, - "Created": "2026-04-09T01:32:38.16307351Z", + "Created": "2026-04-09T08:38:40.84298061Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 4061385654217644, - "StableID": "nPaghRiQiY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "KeyExpiry": "2026-10-06T01:32:43Z", - "DiscoKey": "discokey:22c31bf2440ecf6177b0bdd4d16d48e9080852da9c4575304cc50fe327815229", - "Addresses": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "AllowedIPs": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "Endpoints": ["77.164.248.136:55310", "10.65.0.27:55310", "172.17.0.1:55310"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59923}, - {"Proto": "peerapi6", "Port": 59923} - ]}, - "Created": "2026-04-09T01:32:43.040989252Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4344648662722186, - "StableID": "ndxum5Zhva11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "DiscoKey": "discokey:9f7903eac188a8263390b65f1621761d0072a954e8ea669597872ed0d03a3437", - "Addresses": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "AllowedIPs": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "Endpoints": ["77.164.248.136:56944", "10.65.0.27:56944", "172.17.0.1:56944"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49314}, - {"Proto": "peerapi6", "Port": 49314} - ]}, - "Created": "2026-04-09T01:32:37.619648494Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4961987817075851, - "StableID": "ng9EsL1Jkf11CNTRL", + "ID": 2966571579833114, + "StableID": "ndcqxgoZAQ11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "DiscoKey": "discokey:bf51cc0f099371bb05a312389229b826f720c8e57b223e437ca9693600a5f717", - "Addresses": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "AllowedIPs": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "Endpoints": ["77.164.248.136:35219", "10.65.0.27:35219", "172.17.0.1:35219"], + "Key": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "DiscoKey": "discokey:d7cf3a5e34620f418e8f863429891962ad5db14042753fc85607643128cfd631", + "Addresses": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "AllowedIPs": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "Endpoints": ["77.164.248.136:34914", "10.65.0.27:34914", "172.17.0.1:34914"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + {"Proto": "peerapi4", "Port": 54681}, + {"Proto": "peerapi6", "Port": 54681} ]}, - "Created": "2026-04-09T01:32:38.684749919Z", + "Created": "2026-04-09T08:38:41.379171503Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 5646262207996107, - "StableID": "nzx2cZjC6m11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "DiscoKey": "discokey:d20e44366ff74aab399cddd239c91a437aacf2f82d906146cf234d756302836b", - "Addresses": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "AllowedIPs": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "Endpoints": ["77.164.248.136:56143", "10.65.0.27:56143", "172.17.0.1:56143"], + "ID": 3318433185260916, + "StableID": "nF4B9YcvuS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:cc1740dc4b83dde18c6c4661a4d0e3dcf59c6517c8b41a6fda97e481bb7e4355", + "Addresses": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "AllowedIPs": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "Endpoints": ["77.164.248.136:53437", "10.65.0.27:53437", "172.17.0.1:53437"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50734}, - {"Proto": "peerapi6", "Port": 50734} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46722}, + {"Proto": "peerapi6", "Port": 46722} ]}, - "Created": "2026-04-09T01:32:39.782508452Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 6501508962549725, - "StableID": "nJHeeicYms11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "KeyExpiry": "2026-10-06T01:32:42Z", - "DiscoKey": "discokey:3014791480a4c23741060be8e6539a2529329d59be5c8987a3129c61e0d8d171", - "Addresses": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "AllowedIPs": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "Endpoints": ["77.164.248.136:39066", "10.65.0.27:39066", "172.17.0.1:39066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42277}, - {"Proto": "peerapi6", "Port": 42277} - ]}, - "Created": "2026-04-09T01:32:42.506651409Z", + "Created": "2026-04-09T08:38:45.917172255Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7933528586568978, - "StableID": "ndix6uL7x421CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "DiscoKey": "discokey:3ea2aef45b104b4966285ea7dc7ca43fb39ecddc4f84a116eb77d414ad2ad029", - "Addresses": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "AllowedIPs": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "Endpoints": ["77.164.248.136:34555", "10.65.0.27:34555", "172.17.0.1:34555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 43383}, - {"Proto": "peerapi6", "Port": 43383} - ]}, - "Created": "2026-04-09T01:32:40.86748244Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7963863990872521, - "StableID": "ngYLukCrB521CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "DiscoKey": "discokey:071d91c201001f78efc8b951b3ecf73299bde78f32ccf99cd94eae9b93735927", - "Addresses": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "AllowedIPs": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "Endpoints": ["77.164.248.136:58444", "10.65.0.27:58444", "172.17.0.1:58444"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 49034}, - {"Proto": "peerapi6", "Port": 49034} - ]}, - "Created": "2026-04-09T01:32:39.241249516Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 8519610445309727, - "StableID": "np1y1kiYX921CNTRL", + "ID": 3589600475332820, + "StableID": "nFvkzcij2V11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "DiscoKey": "discokey:69467b49a449cecfebcb1f02f84d7fbd0944decab3b0bc96acde6528c47b7770", - "Addresses": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "AllowedIPs": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "Endpoints": ["77.164.248.136:38262", "10.65.0.27:38262", "172.17.0.1:38262"], + "Key": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "DiscoKey": "discokey:4f9bcfd658620a77edffee17549d4e4ace551c460b1fe7ea7cb0199f4d833028", + "Addresses": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "AllowedIPs": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "Endpoints": ["77.164.248.136:56459", "10.65.0.27:56459", "172.17.0.1:56459"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60534}, - {"Proto": "peerapi6", "Port": 60534} + {"Proto": "peerapi4", "Port": 37857}, + {"Proto": "peerapi6", "Port": 37857} ]}, - "Created": "2026-04-09T01:32:35.990909808Z", + "Created": "2026-04-09T08:38:38.707336888Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8942300440237649, - "StableID": "nroCS15zpC21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "KeyExpiry": "2026-10-06T01:32:41Z", - "DiscoKey": "discokey:9983e58069494360bd35181ba853de4b3a6afbfac11d1df8ffeeb2f1317c1f5e", - "Addresses": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "AllowedIPs": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "Endpoints": ["77.164.248.136:46164", "10.65.0.27:46164", "172.17.0.1:46164"], + "ID": 3795824940662837, + "StableID": "n84FpJt8eW11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "DiscoKey": "discokey:f87c274cba5a9b1f2ee64076c9de3c11b11361344e7bbf530f566e47d2166d49", + "Addresses": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "AllowedIPs": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "Endpoints": ["77.164.248.136:60305", "10.65.0.27:60305", "172.17.0.1:60305"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49751}, - {"Proto": "peerapi6", "Port": 49751} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 34730}, + {"Proto": "peerapi6", "Port": 34730} ]}, - "Created": "2026-04-09T01:32:41.957204686Z", + "Created": "2026-04-09T08:38:41.927443196Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5150087956629508, + "StableID": "n51d5W5VDh11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "DiscoKey": "discokey:590817bb1ae81ea48ee744600cd5090621c00212b3a3bf10eaddbd8d7d707a2d", + "Addresses": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "AllowedIPs": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "Endpoints": ["77.164.248.136:52575", "10.65.0.27:52575", "172.17.0.1:52575"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55889}, + {"Proto": "peerapi6", "Port": 55889} + ]}, + "Created": "2026-04-09T08:38:43.749684604Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5720347407543009, + "StableID": "nifizvpkfm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "DiscoKey": "discokey:13e8215816d08a15c484aea74f9783d09df744a8b39f20511353135203420f11", + "Addresses": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "AllowedIPs": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "Endpoints": ["77.164.248.136:44170", "10.65.0.27:44170", "172.17.0.1:44170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 61394}, + {"Proto": "peerapi6", "Port": 61394} + ]}, + "Created": "2026-04-09T08:38:42.448987667Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6639684804909449, + "StableID": "nimHg8G8rt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "DiscoKey": "discokey:57688f472ba87cc51ba5776a7d800b1bd8b6e67badffb727abd4411880651538", + "Addresses": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "AllowedIPs": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "Endpoints": ["77.164.248.136:49574", "10.65.0.27:49574", "172.17.0.1:49574"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 58787}, + {"Proto": "peerapi6", "Port": 58787} + ]}, + "Created": "2026-04-09T08:38:40.313370504Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8028053552212907, + "StableID": "nvJcdWMvg521CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "DiscoKey": "discokey:cf0fee840346d9cedd13bf29ba2111b1c6649f3962b3283a88423df3d86a0d79", + "Addresses": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "AllowedIPs": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "Endpoints": ["77.164.248.136:42057", "10.65.0.27:42057", "172.17.0.1:42057"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 63695}, + {"Proto": "peerapi6", "Port": 63695} + ]}, + "Created": "2026-04-09T08:38:42.988354666Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -544,7 +544,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.127.138.127"}, {"nodeIP": "fd7a:115c:a1e0::f837:8a7f"}], + "principals": [{"nodeIP": "100.126.110.44"}, {"nodeIP": "fd7a:115c:a1e0::2737:6e2c"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -553,7 +553,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.127.138.127"}, {"nodeIP": "fd7a:115c:a1e0::f837:8a7f"}], + "principals": [{"nodeIP": "100.126.110.44"}, {"nodeIP": "fd7a:115c:a1e0::2737:6e2c"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -562,7 +562,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.124.3.58"}, {"nodeIP": "fd7a:115c:a1e0::e137:33a"}], + "principals": [{"nodeIP": "100.127.25.3"}, {"nodeIP": "fd7a:115c:a1e0::d137:1903"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -571,7 +571,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.100.196.125"}, {"nodeIP": "fd7a:115c:a1e0::3137:c47d"}], + "principals": [{"nodeIP": "100.86.155.49"}, {"nodeIP": "fd7a:115c:a1e0::d537:9b31"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -580,7 +580,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.100.196.125"}, {"nodeIP": "fd7a:115c:a1e0::3137:c47d"}], + "principals": [{"nodeIP": "100.86.155.49"}, {"nodeIP": "fd7a:115c:a1e0::d537:9b31"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1409,30 +1409,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3921143362188176": { - "ID": 3921143362188176, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5645341205961072": { + "ID": 5645341205961072, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.127.138.127"}, {"nodeIP": "fd7a:115c:a1e0::f837:8a7f"}], + "principals": [{"nodeIP": "100.126.110.44"}, {"nodeIP": "fd7a:115c:a1e0::2737:6e2c"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -1441,7 +1443,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.127.138.127"}, {"nodeIP": "fd7a:115c:a1e0::f837:8a7f"}], + "principals": [{"nodeIP": "100.126.110.44"}, {"nodeIP": "fd7a:115c:a1e0::2737:6e2c"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -1450,7 +1452,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.124.3.58"}, {"nodeIP": "fd7a:115c:a1e0::e137:33a"}], + "principals": [{"nodeIP": "100.127.25.3"}, {"nodeIP": "fd7a:115c:a1e0::d137:1903"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -1459,7 +1461,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.100.196.125"}, {"nodeIP": "fd7a:115c:a1e0::3137:c47d"}], + "principals": [{"nodeIP": "100.86.155.49"}, {"nodeIP": "fd7a:115c:a1e0::d537:9b31"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -1468,7 +1470,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.100.196.125"}, {"nodeIP": "fd7a:115c:a1e0::3137:c47d"}], + "principals": [{"nodeIP": "100.86.155.49"}, {"nodeIP": "fd7a:115c:a1e0::d537:9b31"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1505,26 +1507,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3213399860681821, - "StableID": "nWmDvnZM6S11CNTRL", + "ID": 2220863671214361, + "StableID": "nkepdiKqLJ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 3213399860681821, - "Key": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "DiscoKey": "discokey:c028b69c24d54c3c4950f1caa5122751697a2d822e4489b41b5171d0f5ef7241", - "Addresses": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "AllowedIPs": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "Endpoints": ["77.164.248.136:56472", "10.65.0.27:56472", "172.17.0.1:56472"], + "User": 2220863671214361, + "Key": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "DiscoKey": "discokey:5245d0a3597e65c71d65b352bf6b9f297a6642dedca9bfa010f931f7c4b1e075", + "Addresses": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "AllowedIPs": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "Endpoints": ["77.164.248.136:55622", "10.65.0.27:55622", "172.17.0.1:55622"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333}, + {"Proto": "peerapi4", "Port": 37990}, + {"Proto": "peerapi6", "Port": 37990}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:38.16307351Z", + "Created": "2026-04-09T08:38:40.84298061Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1552,302 +1554,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "MachineKey": "mkey:a71718abd0a1b950290e21a3da24321927ca4015b7a2716cc29b0f6caa755f6e", + "NodeKey": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "MachineKey": "mkey:7356f73c78d702b80c591c00bf029c2f6165bb06366ad9f33da077f9ebe8aa3f", "Peers": [{ - "ID": 914721418485678, - "StableID": "nF9FSUBH9811CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "DiscoKey": "discokey:e492d4b4de0dd32b9c0a4c77c2fe2b00492d7de01e8fda43cb5e4fe818d11a59", - "Addresses": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "AllowedIPs": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "Endpoints": ["77.164.248.136:43550", "10.65.0.27:43550", "172.17.0.1:43550"], + "ID": 198292570345032, + "StableID": "nwAPRxooY211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "KeyExpiry": "2026-10-06T08:38:44Z", + "DiscoKey": "discokey:1e36d3c48d2e93a9a71ba48701632e27688fa13f1a76db32a865b44dc6718b70", + "Addresses": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "AllowedIPs": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "Endpoints": ["77.164.248.136:60358", "10.65.0.27:60358", "172.17.0.1:60358"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50253}, - {"Proto": "peerapi6", "Port": 50253} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 36573}, + {"Proto": "peerapi6", "Port": 36573} ]}, - "Created": "2026-04-09T01:32:36.533445994Z", + "Created": "2026-04-09T08:38:44.840920246Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 2716224764499806, - "StableID": "nD6XAtcBDN11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "DiscoKey": "discokey:cc051d9965cafd8e17d94cd96971b5b85194270e1a488c245de8efd37ecfef1b", - "Addresses": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "AllowedIPs": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], + "ID": 249129984318879, + "StableID": "n4hJctDqw211CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:a667f059b9cfef5d466f93b8f7049b44fb6edc955adbb4b853acd8dfe3e49e7e", + "Addresses": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "AllowedIPs": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "Endpoints": ["77.164.248.136:55093", "10.65.0.27:55093", "172.17.0.1:55093"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40651}, - {"Proto": "peerapi6", "Port": 40651} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55547}, + {"Proto": "peerapi6", "Port": 55547} ]}, - "Created": "2026-04-09T01:32:37.081936031Z", + "Created": "2026-04-09T08:38:45.397958657Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 2789080194058119, - "StableID": "nCjZzcQBnN11CNTRL", + "ID": 1241877801571157, + "StableID": "nUERiP2ThA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "DiscoKey": "discokey:0f261e47063ea50ea26e65762f9ca6247f07265b1a8d02f8a046766dc79e4b55", - "Addresses": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "AllowedIPs": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "Endpoints": ["77.164.248.136:55577", "10.65.0.27:55577", "172.17.0.1:55577"], + "Key": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "DiscoKey": "discokey:b2d60303933571cb6a1fc6331be2d01971d3cab9689106d08a9151ad266bab77", + "Addresses": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "AllowedIPs": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "Endpoints": ["77.164.248.136:58988", "10.65.0.27:58988", "172.17.0.1:58988"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54108}, - {"Proto": "peerapi6", "Port": 54108} + {"Proto": "peerapi4", "Port": 50504}, + {"Proto": "peerapi6", "Port": 50504} ]}, - "Created": "2026-04-09T01:32:35.444831485Z", + "Created": "2026-04-09T08:38:38.167253226Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 3078680208734786, - "StableID": "n37rb6iL3R11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 1251623887677858, + "StableID": "nPDEy93smA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "DiscoKey": "discokey:d005c3dbb25d059cee40eefd67ea168642283522a318e5ff02a68b40a1c41e1f", - "Addresses": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "AllowedIPs": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "Endpoints": ["77.164.248.136:51319", "10.65.0.27:51319", "172.17.0.1:51319"], + "Key": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "DiscoKey": "discokey:34d4ffef33aea14a17c912a667478590921fce5cd20d81cf7a359805a829dd66", + "Addresses": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "AllowedIPs": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "Endpoints": ["77.164.248.136:59007", "10.65.0.27:59007", "172.17.0.1:59007"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58680}, - {"Proto": "peerapi6", "Port": 58680} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52481}, + {"Proto": "peerapi6", "Port": 52481} ]}, - "Created": "2026-04-09T01:32:40.34265745Z", + "Created": "2026-04-09T08:38:39.777366136Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 3921143362188176, - "StableID": "nBJLbentcX11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1625690809525854, + "StableID": "nomRvA9HhD11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "DiscoKey": "discokey:84ca0a7f0a2c9c00522f773e41e64cc7d81d8670563117be4953668031a4e97c", - "Addresses": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "AllowedIPs": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "Endpoints": ["77.164.248.136:35248", "10.65.0.27:35248", "172.17.0.1:35248"], + "Key": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "DiscoKey": "discokey:625eaf4868d9c68d90cc489c0ba34cb87052b4ff67215fae5e9b3b0469a12e7d", + "Addresses": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "AllowedIPs": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "Endpoints": ["77.164.248.136:44785", "10.65.0.27:44785", "172.17.0.1:44785"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44644}, - {"Proto": "peerapi6", "Port": 44644} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 51098}, + {"Proto": "peerapi6", "Port": 51098} ]}, - "Created": "2026-04-09T01:32:41.412301169Z", + "Created": "2026-04-09T08:38:39.253762498Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 4061385654217644, - "StableID": "nPaghRiQiY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "KeyExpiry": "2026-10-06T01:32:43Z", - "DiscoKey": "discokey:22c31bf2440ecf6177b0bdd4d16d48e9080852da9c4575304cc50fe327815229", - "Addresses": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "AllowedIPs": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "Endpoints": ["77.164.248.136:55310", "10.65.0.27:55310", "172.17.0.1:55310"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59923}, - {"Proto": "peerapi6", "Port": 59923} - ]}, - "Created": "2026-04-09T01:32:43.040989252Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4344648662722186, - "StableID": "ndxum5Zhva11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "DiscoKey": "discokey:9f7903eac188a8263390b65f1621761d0072a954e8ea669597872ed0d03a3437", - "Addresses": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "AllowedIPs": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "Endpoints": ["77.164.248.136:56944", "10.65.0.27:56944", "172.17.0.1:56944"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49314}, - {"Proto": "peerapi6", "Port": 49314} - ]}, - "Created": "2026-04-09T01:32:37.619648494Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4961987817075851, - "StableID": "ng9EsL1Jkf11CNTRL", + "ID": 2966571579833114, + "StableID": "ndcqxgoZAQ11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "DiscoKey": "discokey:bf51cc0f099371bb05a312389229b826f720c8e57b223e437ca9693600a5f717", - "Addresses": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "AllowedIPs": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "Endpoints": ["77.164.248.136:35219", "10.65.0.27:35219", "172.17.0.1:35219"], + "Key": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "DiscoKey": "discokey:d7cf3a5e34620f418e8f863429891962ad5db14042753fc85607643128cfd631", + "Addresses": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "AllowedIPs": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "Endpoints": ["77.164.248.136:34914", "10.65.0.27:34914", "172.17.0.1:34914"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + {"Proto": "peerapi4", "Port": 54681}, + {"Proto": "peerapi6", "Port": 54681} ]}, - "Created": "2026-04-09T01:32:38.684749919Z", + "Created": "2026-04-09T08:38:41.379171503Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 5646262207996107, - "StableID": "nzx2cZjC6m11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "DiscoKey": "discokey:d20e44366ff74aab399cddd239c91a437aacf2f82d906146cf234d756302836b", - "Addresses": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "AllowedIPs": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "Endpoints": ["77.164.248.136:56143", "10.65.0.27:56143", "172.17.0.1:56143"], + "ID": 3318433185260916, + "StableID": "nF4B9YcvuS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:cc1740dc4b83dde18c6c4661a4d0e3dcf59c6517c8b41a6fda97e481bb7e4355", + "Addresses": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "AllowedIPs": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "Endpoints": ["77.164.248.136:53437", "10.65.0.27:53437", "172.17.0.1:53437"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50734}, - {"Proto": "peerapi6", "Port": 50734} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46722}, + {"Proto": "peerapi6", "Port": 46722} ]}, - "Created": "2026-04-09T01:32:39.782508452Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 6501508962549725, - "StableID": "nJHeeicYms11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "KeyExpiry": "2026-10-06T01:32:42Z", - "DiscoKey": "discokey:3014791480a4c23741060be8e6539a2529329d59be5c8987a3129c61e0d8d171", - "Addresses": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "AllowedIPs": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "Endpoints": ["77.164.248.136:39066", "10.65.0.27:39066", "172.17.0.1:39066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42277}, - {"Proto": "peerapi6", "Port": 42277} - ]}, - "Created": "2026-04-09T01:32:42.506651409Z", + "Created": "2026-04-09T08:38:45.917172255Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7933528586568978, - "StableID": "ndix6uL7x421CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "DiscoKey": "discokey:3ea2aef45b104b4966285ea7dc7ca43fb39ecddc4f84a116eb77d414ad2ad029", - "Addresses": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "AllowedIPs": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "Endpoints": ["77.164.248.136:34555", "10.65.0.27:34555", "172.17.0.1:34555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 43383}, - {"Proto": "peerapi6", "Port": 43383} - ]}, - "Created": "2026-04-09T01:32:40.86748244Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7963863990872521, - "StableID": "ngYLukCrB521CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "DiscoKey": "discokey:071d91c201001f78efc8b951b3ecf73299bde78f32ccf99cd94eae9b93735927", - "Addresses": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "AllowedIPs": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "Endpoints": ["77.164.248.136:58444", "10.65.0.27:58444", "172.17.0.1:58444"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 49034}, - {"Proto": "peerapi6", "Port": 49034} - ]}, - "Created": "2026-04-09T01:32:39.241249516Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 8519610445309727, - "StableID": "np1y1kiYX921CNTRL", + "ID": 3589600475332820, + "StableID": "nFvkzcij2V11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "DiscoKey": "discokey:69467b49a449cecfebcb1f02f84d7fbd0944decab3b0bc96acde6528c47b7770", - "Addresses": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "AllowedIPs": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "Endpoints": ["77.164.248.136:38262", "10.65.0.27:38262", "172.17.0.1:38262"], + "Key": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "DiscoKey": "discokey:4f9bcfd658620a77edffee17549d4e4ace551c460b1fe7ea7cb0199f4d833028", + "Addresses": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "AllowedIPs": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "Endpoints": ["77.164.248.136:56459", "10.65.0.27:56459", "172.17.0.1:56459"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60534}, - {"Proto": "peerapi6", "Port": 60534} + {"Proto": "peerapi4", "Port": 37857}, + {"Proto": "peerapi6", "Port": 37857} ]}, - "Created": "2026-04-09T01:32:35.990909808Z", + "Created": "2026-04-09T08:38:38.707336888Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8942300440237649, - "StableID": "nroCS15zpC21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "KeyExpiry": "2026-10-06T01:32:41Z", - "DiscoKey": "discokey:9983e58069494360bd35181ba853de4b3a6afbfac11d1df8ffeeb2f1317c1f5e", - "Addresses": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "AllowedIPs": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "Endpoints": ["77.164.248.136:46164", "10.65.0.27:46164", "172.17.0.1:46164"], + "ID": 3795824940662837, + "StableID": "n84FpJt8eW11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "DiscoKey": "discokey:f87c274cba5a9b1f2ee64076c9de3c11b11361344e7bbf530f566e47d2166d49", + "Addresses": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "AllowedIPs": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "Endpoints": ["77.164.248.136:60305", "10.65.0.27:60305", "172.17.0.1:60305"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49751}, - {"Proto": "peerapi6", "Port": 49751} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 34730}, + {"Proto": "peerapi6", "Port": 34730} ]}, - "Created": "2026-04-09T01:32:41.957204686Z", + "Created": "2026-04-09T08:38:41.927443196Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5150087956629508, + "StableID": "n51d5W5VDh11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "DiscoKey": "discokey:590817bb1ae81ea48ee744600cd5090621c00212b3a3bf10eaddbd8d7d707a2d", + "Addresses": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "AllowedIPs": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "Endpoints": ["77.164.248.136:52575", "10.65.0.27:52575", "172.17.0.1:52575"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55889}, + {"Proto": "peerapi6", "Port": 55889} + ]}, + "Created": "2026-04-09T08:38:43.749684604Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5645341205961072, + "StableID": "nMBsoMYn5m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "DiscoKey": "discokey:9f2ea9f1ea9481b97a78fd1868ffecb75ce506be28ce17004a1c5d88c3057848", + "Addresses": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "AllowedIPs": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "Endpoints": ["77.164.248.136:58020", "10.65.0.27:58020", "172.17.0.1:58020"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52624}, + {"Proto": "peerapi6", "Port": 52624} + ]}, + "Created": "2026-04-09T08:38:44.309689692Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5720347407543009, + "StableID": "nifizvpkfm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "DiscoKey": "discokey:13e8215816d08a15c484aea74f9783d09df744a8b39f20511353135203420f11", + "Addresses": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "AllowedIPs": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "Endpoints": ["77.164.248.136:44170", "10.65.0.27:44170", "172.17.0.1:44170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 61394}, + {"Proto": "peerapi6", "Port": 61394} + ]}, + "Created": "2026-04-09T08:38:42.448987667Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6639684804909449, + "StableID": "nimHg8G8rt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "DiscoKey": "discokey:57688f472ba87cc51ba5776a7d800b1bd8b6e67badffb727abd4411880651538", + "Addresses": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "AllowedIPs": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "Endpoints": ["77.164.248.136:49574", "10.65.0.27:49574", "172.17.0.1:49574"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 58787}, + {"Proto": "peerapi6", "Port": 58787} + ]}, + "Created": "2026-04-09T08:38:40.313370504Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8028053552212907, + "StableID": "nvJcdWMvg521CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "DiscoKey": "discokey:cf0fee840346d9cedd13bf29ba2111b1c6649f3962b3283a88423df3d86a0d79", + "Addresses": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "AllowedIPs": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "Endpoints": ["77.164.248.136:42057", "10.65.0.27:42057", "172.17.0.1:42057"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 63695}, + {"Proto": "peerapi6", "Port": 63695} + ]}, + "Created": "2026-04-09T08:38:42.988354666Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2695,27 +2697,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3213399860681821": { - "ID": 3213399860681821, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2220863671214361": { + "ID": 2220863671214361, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2746,22 +2750,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4061385654217644, - "StableID": "nPaghRiQiY11CNTRL", + "ID": 3318433185260916, + "StableID": "nF4B9YcvuS11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "KeyExpiry": "2026-10-06T01:32:43Z", - "DiscoKey": "discokey:22c31bf2440ecf6177b0bdd4d16d48e9080852da9c4575304cc50fe327815229", - "Addresses": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "AllowedIPs": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "Endpoints": ["77.164.248.136:55310", "10.65.0.27:55310", "172.17.0.1:55310"], + "Key": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:cc1740dc4b83dde18c6c4661a4d0e3dcf59c6517c8b41a6fda97e481bb7e4355", + "Addresses": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "AllowedIPs": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "Endpoints": ["77.164.248.136:53437", "10.65.0.27:53437", "172.17.0.1:53437"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59923}, - {"Proto": "peerapi6", "Port": 59923}, + {"Proto": "peerapi4", "Port": 46722}, + {"Proto": "peerapi6", "Port": 46722}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:43.040989252Z", + "Created": "2026-04-09T08:38:45.917172255Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2790,302 +2794,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "MachineKey": "mkey:78867467f5a4dd2e61fce32b7a8773e52185d0b7feba53c472a821e41ec03f29", + "NodeKey": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "MachineKey": "mkey:4f167156f5f52ea5dd2d47d7a7715499121c1ca4caf94e535b83b1de7669b23f", "Peers": [{ - "ID": 914721418485678, - "StableID": "nF9FSUBH9811CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "DiscoKey": "discokey:e492d4b4de0dd32b9c0a4c77c2fe2b00492d7de01e8fda43cb5e4fe818d11a59", - "Addresses": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "AllowedIPs": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "Endpoints": ["77.164.248.136:43550", "10.65.0.27:43550", "172.17.0.1:43550"], + "ID": 198292570345032, + "StableID": "nwAPRxooY211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "KeyExpiry": "2026-10-06T08:38:44Z", + "DiscoKey": "discokey:1e36d3c48d2e93a9a71ba48701632e27688fa13f1a76db32a865b44dc6718b70", + "Addresses": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "AllowedIPs": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "Endpoints": ["77.164.248.136:60358", "10.65.0.27:60358", "172.17.0.1:60358"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50253}, - {"Proto": "peerapi6", "Port": 50253} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 36573}, + {"Proto": "peerapi6", "Port": 36573} ]}, - "Created": "2026-04-09T01:32:36.533445994Z", + "Created": "2026-04-09T08:38:44.840920246Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 2716224764499806, - "StableID": "nD6XAtcBDN11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "DiscoKey": "discokey:cc051d9965cafd8e17d94cd96971b5b85194270e1a488c245de8efd37ecfef1b", - "Addresses": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "AllowedIPs": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], + "ID": 249129984318879, + "StableID": "n4hJctDqw211CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:a667f059b9cfef5d466f93b8f7049b44fb6edc955adbb4b853acd8dfe3e49e7e", + "Addresses": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "AllowedIPs": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "Endpoints": ["77.164.248.136:55093", "10.65.0.27:55093", "172.17.0.1:55093"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40651}, - {"Proto": "peerapi6", "Port": 40651} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55547}, + {"Proto": "peerapi6", "Port": 55547} ]}, - "Created": "2026-04-09T01:32:37.081936031Z", + "Created": "2026-04-09T08:38:45.397958657Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 2789080194058119, - "StableID": "nCjZzcQBnN11CNTRL", + "ID": 1241877801571157, + "StableID": "nUERiP2ThA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "DiscoKey": "discokey:0f261e47063ea50ea26e65762f9ca6247f07265b1a8d02f8a046766dc79e4b55", - "Addresses": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "AllowedIPs": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "Endpoints": ["77.164.248.136:55577", "10.65.0.27:55577", "172.17.0.1:55577"], + "Key": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "DiscoKey": "discokey:b2d60303933571cb6a1fc6331be2d01971d3cab9689106d08a9151ad266bab77", + "Addresses": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "AllowedIPs": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "Endpoints": ["77.164.248.136:58988", "10.65.0.27:58988", "172.17.0.1:58988"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54108}, - {"Proto": "peerapi6", "Port": 54108} + {"Proto": "peerapi4", "Port": 50504}, + {"Proto": "peerapi6", "Port": 50504} ]}, - "Created": "2026-04-09T01:32:35.444831485Z", + "Created": "2026-04-09T08:38:38.167253226Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 3078680208734786, - "StableID": "n37rb6iL3R11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 1251623887677858, + "StableID": "nPDEy93smA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "DiscoKey": "discokey:d005c3dbb25d059cee40eefd67ea168642283522a318e5ff02a68b40a1c41e1f", - "Addresses": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "AllowedIPs": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "Endpoints": ["77.164.248.136:51319", "10.65.0.27:51319", "172.17.0.1:51319"], + "Key": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "DiscoKey": "discokey:34d4ffef33aea14a17c912a667478590921fce5cd20d81cf7a359805a829dd66", + "Addresses": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "AllowedIPs": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "Endpoints": ["77.164.248.136:59007", "10.65.0.27:59007", "172.17.0.1:59007"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58680}, - {"Proto": "peerapi6", "Port": 58680} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52481}, + {"Proto": "peerapi6", "Port": 52481} ]}, - "Created": "2026-04-09T01:32:40.34265745Z", + "Created": "2026-04-09T08:38:39.777366136Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 3213399860681821, - "StableID": "nWmDvnZM6S11CNTRL", + "ID": 1625690809525854, + "StableID": "nomRvA9HhD11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "DiscoKey": "discokey:625eaf4868d9c68d90cc489c0ba34cb87052b4ff67215fae5e9b3b0469a12e7d", + "Addresses": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "AllowedIPs": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "Endpoints": ["77.164.248.136:44785", "10.65.0.27:44785", "172.17.0.1:44785"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 51098}, + {"Proto": "peerapi6", "Port": 51098} + ]}, + "Created": "2026-04-09T08:38:39.253762498Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2220863671214361, + "StableID": "nkepdiKqLJ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "DiscoKey": "discokey:c028b69c24d54c3c4950f1caa5122751697a2d822e4489b41b5171d0f5ef7241", - "Addresses": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "AllowedIPs": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "Endpoints": ["77.164.248.136:56472", "10.65.0.27:56472", "172.17.0.1:56472"], + "Key": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "DiscoKey": "discokey:5245d0a3597e65c71d65b352bf6b9f297a6642dedca9bfa010f931f7c4b1e075", + "Addresses": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "AllowedIPs": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "Endpoints": ["77.164.248.136:55622", "10.65.0.27:55622", "172.17.0.1:55622"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} + {"Proto": "peerapi4", "Port": 37990}, + {"Proto": "peerapi6", "Port": 37990} ]}, - "Created": "2026-04-09T01:32:38.16307351Z", + "Created": "2026-04-09T08:38:40.84298061Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3921143362188176, - "StableID": "nBJLbentcX11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "DiscoKey": "discokey:84ca0a7f0a2c9c00522f773e41e64cc7d81d8670563117be4953668031a4e97c", - "Addresses": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "AllowedIPs": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "Endpoints": ["77.164.248.136:35248", "10.65.0.27:35248", "172.17.0.1:35248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44644}, - {"Proto": "peerapi6", "Port": 44644} - ]}, - "Created": "2026-04-09T01:32:41.412301169Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4344648662722186, - "StableID": "ndxum5Zhva11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "DiscoKey": "discokey:9f7903eac188a8263390b65f1621761d0072a954e8ea669597872ed0d03a3437", - "Addresses": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "AllowedIPs": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "Endpoints": ["77.164.248.136:56944", "10.65.0.27:56944", "172.17.0.1:56944"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49314}, - {"Proto": "peerapi6", "Port": 49314} - ]}, - "Created": "2026-04-09T01:32:37.619648494Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4961987817075851, - "StableID": "ng9EsL1Jkf11CNTRL", + "ID": 2966571579833114, + "StableID": "ndcqxgoZAQ11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "DiscoKey": "discokey:bf51cc0f099371bb05a312389229b826f720c8e57b223e437ca9693600a5f717", - "Addresses": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "AllowedIPs": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "Endpoints": ["77.164.248.136:35219", "10.65.0.27:35219", "172.17.0.1:35219"], + "Key": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "DiscoKey": "discokey:d7cf3a5e34620f418e8f863429891962ad5db14042753fc85607643128cfd631", + "Addresses": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "AllowedIPs": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "Endpoints": ["77.164.248.136:34914", "10.65.0.27:34914", "172.17.0.1:34914"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + {"Proto": "peerapi4", "Port": 54681}, + {"Proto": "peerapi6", "Port": 54681} ]}, - "Created": "2026-04-09T01:32:38.684749919Z", + "Created": "2026-04-09T08:38:41.379171503Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 5646262207996107, - "StableID": "nzx2cZjC6m11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "DiscoKey": "discokey:d20e44366ff74aab399cddd239c91a437aacf2f82d906146cf234d756302836b", - "Addresses": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "AllowedIPs": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "Endpoints": ["77.164.248.136:56143", "10.65.0.27:56143", "172.17.0.1:56143"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50734}, - {"Proto": "peerapi6", "Port": 50734} - ]}, - "Created": "2026-04-09T01:32:39.782508452Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 6501508962549725, - "StableID": "nJHeeicYms11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "KeyExpiry": "2026-10-06T01:32:42Z", - "DiscoKey": "discokey:3014791480a4c23741060be8e6539a2529329d59be5c8987a3129c61e0d8d171", - "Addresses": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "AllowedIPs": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "Endpoints": ["77.164.248.136:39066", "10.65.0.27:39066", "172.17.0.1:39066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42277}, - {"Proto": "peerapi6", "Port": 42277} - ]}, - "Created": "2026-04-09T01:32:42.506651409Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7933528586568978, - "StableID": "ndix6uL7x421CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "DiscoKey": "discokey:3ea2aef45b104b4966285ea7dc7ca43fb39ecddc4f84a116eb77d414ad2ad029", - "Addresses": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "AllowedIPs": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "Endpoints": ["77.164.248.136:34555", "10.65.0.27:34555", "172.17.0.1:34555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 43383}, - {"Proto": "peerapi6", "Port": 43383} - ]}, - "Created": "2026-04-09T01:32:40.86748244Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7963863990872521, - "StableID": "ngYLukCrB521CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "DiscoKey": "discokey:071d91c201001f78efc8b951b3ecf73299bde78f32ccf99cd94eae9b93735927", - "Addresses": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "AllowedIPs": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "Endpoints": ["77.164.248.136:58444", "10.65.0.27:58444", "172.17.0.1:58444"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 49034}, - {"Proto": "peerapi6", "Port": 49034} - ]}, - "Created": "2026-04-09T01:32:39.241249516Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 8519610445309727, - "StableID": "np1y1kiYX921CNTRL", + "ID": 3589600475332820, + "StableID": "nFvkzcij2V11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "DiscoKey": "discokey:69467b49a449cecfebcb1f02f84d7fbd0944decab3b0bc96acde6528c47b7770", - "Addresses": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "AllowedIPs": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "Endpoints": ["77.164.248.136:38262", "10.65.0.27:38262", "172.17.0.1:38262"], + "Key": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "DiscoKey": "discokey:4f9bcfd658620a77edffee17549d4e4ace551c460b1fe7ea7cb0199f4d833028", + "Addresses": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "AllowedIPs": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "Endpoints": ["77.164.248.136:56459", "10.65.0.27:56459", "172.17.0.1:56459"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60534}, - {"Proto": "peerapi6", "Port": 60534} + {"Proto": "peerapi4", "Port": 37857}, + {"Proto": "peerapi6", "Port": 37857} ]}, - "Created": "2026-04-09T01:32:35.990909808Z", + "Created": "2026-04-09T08:38:38.707336888Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8942300440237649, - "StableID": "nroCS15zpC21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "KeyExpiry": "2026-10-06T01:32:41Z", - "DiscoKey": "discokey:9983e58069494360bd35181ba853de4b3a6afbfac11d1df8ffeeb2f1317c1f5e", - "Addresses": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "AllowedIPs": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "Endpoints": ["77.164.248.136:46164", "10.65.0.27:46164", "172.17.0.1:46164"], + "ID": 3795824940662837, + "StableID": "n84FpJt8eW11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "DiscoKey": "discokey:f87c274cba5a9b1f2ee64076c9de3c11b11361344e7bbf530f566e47d2166d49", + "Addresses": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "AllowedIPs": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "Endpoints": ["77.164.248.136:60305", "10.65.0.27:60305", "172.17.0.1:60305"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49751}, - {"Proto": "peerapi6", "Port": 49751} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 34730}, + {"Proto": "peerapi6", "Port": 34730} ]}, - "Created": "2026-04-09T01:32:41.957204686Z", + "Created": "2026-04-09T08:38:41.927443196Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5150087956629508, + "StableID": "n51d5W5VDh11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "DiscoKey": "discokey:590817bb1ae81ea48ee744600cd5090621c00212b3a3bf10eaddbd8d7d707a2d", + "Addresses": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "AllowedIPs": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "Endpoints": ["77.164.248.136:52575", "10.65.0.27:52575", "172.17.0.1:52575"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55889}, + {"Proto": "peerapi6", "Port": 55889} + ]}, + "Created": "2026-04-09T08:38:43.749684604Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5645341205961072, + "StableID": "nMBsoMYn5m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "DiscoKey": "discokey:9f2ea9f1ea9481b97a78fd1868ffecb75ce506be28ce17004a1c5d88c3057848", + "Addresses": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "AllowedIPs": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "Endpoints": ["77.164.248.136:58020", "10.65.0.27:58020", "172.17.0.1:58020"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52624}, + {"Proto": "peerapi6", "Port": 52624} + ]}, + "Created": "2026-04-09T08:38:44.309689692Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5720347407543009, + "StableID": "nifizvpkfm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "DiscoKey": "discokey:13e8215816d08a15c484aea74f9783d09df744a8b39f20511353135203420f11", + "Addresses": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "AllowedIPs": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "Endpoints": ["77.164.248.136:44170", "10.65.0.27:44170", "172.17.0.1:44170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 61394}, + {"Proto": "peerapi6", "Port": 61394} + ]}, + "Created": "2026-04-09T08:38:42.448987667Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6639684804909449, + "StableID": "nimHg8G8rt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "DiscoKey": "discokey:57688f472ba87cc51ba5776a7d800b1bd8b6e67badffb727abd4411880651538", + "Addresses": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "AllowedIPs": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "Endpoints": ["77.164.248.136:49574", "10.65.0.27:49574", "172.17.0.1:49574"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 58787}, + {"Proto": "peerapi6", "Port": 58787} + ]}, + "Created": "2026-04-09T08:38:40.313370504Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8028053552212907, + "StableID": "nvJcdWMvg521CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "DiscoKey": "discokey:cf0fee840346d9cedd13bf29ba2111b1c6649f3962b3283a88423df3d86a0d79", + "Addresses": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "AllowedIPs": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "Endpoints": ["77.164.248.136:42057", "10.65.0.27:42057", "172.17.0.1:42057"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 63695}, + {"Proto": "peerapi6", "Port": 63695} + ]}, + "Created": "2026-04-09T08:38:42.988354666Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3113,7 +3117,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.127.138.127"}, {"nodeIP": "fd7a:115c:a1e0::f837:8a7f"}], + "principals": [{"nodeIP": "100.126.110.44"}, {"nodeIP": "fd7a:115c:a1e0::2737:6e2c"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -3122,7 +3126,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.127.138.127"}, {"nodeIP": "fd7a:115c:a1e0::f837:8a7f"}], + "principals": [{"nodeIP": "100.126.110.44"}, {"nodeIP": "fd7a:115c:a1e0::2737:6e2c"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3951,26 +3955,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.127.138.127"}, {"nodeIP": "fd7a:115c:a1e0::f837:8a7f"}], + "principals": [{"nodeIP": "100.126.110.44"}, {"nodeIP": "fd7a:115c:a1e0::2737:6e2c"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -3979,7 +3984,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.127.138.127"}, {"nodeIP": "fd7a:115c:a1e0::f837:8a7f"}], + "principals": [{"nodeIP": "100.126.110.44"}, {"nodeIP": "fd7a:115c:a1e0::2737:6e2c"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -4016,26 +4021,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 914721418485678, - "StableID": "nF9FSUBH9811CNTRL", + "ID": 1625690809525854, + "StableID": "nomRvA9HhD11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 914721418485678, - "Key": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "DiscoKey": "discokey:e492d4b4de0dd32b9c0a4c77c2fe2b00492d7de01e8fda43cb5e4fe818d11a59", - "Addresses": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "AllowedIPs": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "Endpoints": ["77.164.248.136:43550", "10.65.0.27:43550", "172.17.0.1:43550"], + "User": 1625690809525854, + "Key": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "DiscoKey": "discokey:625eaf4868d9c68d90cc489c0ba34cb87052b4ff67215fae5e9b3b0469a12e7d", + "Addresses": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "AllowedIPs": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "Endpoints": ["77.164.248.136:44785", "10.65.0.27:44785", "172.17.0.1:44785"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 50253}, - {"Proto": "peerapi6", "Port": 50253}, + {"Proto": "peerapi4", "Port": 51098}, + {"Proto": "peerapi6", "Port": 51098}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:36.533445994Z", + "Created": "2026-04-09T08:38:39.253762498Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -4063,302 +4068,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "MachineKey": "mkey:0fad0d47cada149ad1f306a390a27ad08c488d7a9f4abf641067baefb6511211", + "NodeKey": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "MachineKey": "mkey:915f4908821c87bbf16f69391f245440a8b9f1c362461b30caee096d034ba80c", "Peers": [{ - "ID": 2716224764499806, - "StableID": "nD6XAtcBDN11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "DiscoKey": "discokey:cc051d9965cafd8e17d94cd96971b5b85194270e1a488c245de8efd37ecfef1b", - "Addresses": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "AllowedIPs": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], + "ID": 198292570345032, + "StableID": "nwAPRxooY211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "KeyExpiry": "2026-10-06T08:38:44Z", + "DiscoKey": "discokey:1e36d3c48d2e93a9a71ba48701632e27688fa13f1a76db32a865b44dc6718b70", + "Addresses": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "AllowedIPs": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "Endpoints": ["77.164.248.136:60358", "10.65.0.27:60358", "172.17.0.1:60358"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40651}, - {"Proto": "peerapi6", "Port": 40651} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 36573}, + {"Proto": "peerapi6", "Port": 36573} ]}, - "Created": "2026-04-09T01:32:37.081936031Z", + "Created": "2026-04-09T08:38:44.840920246Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 2789080194058119, - "StableID": "nCjZzcQBnN11CNTRL", + "ID": 249129984318879, + "StableID": "n4hJctDqw211CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:a667f059b9cfef5d466f93b8f7049b44fb6edc955adbb4b853acd8dfe3e49e7e", + "Addresses": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "AllowedIPs": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "Endpoints": ["77.164.248.136:55093", "10.65.0.27:55093", "172.17.0.1:55093"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55547}, + {"Proto": "peerapi6", "Port": 55547} + ]}, + "Created": "2026-04-09T08:38:45.397958657Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 1241877801571157, + "StableID": "nUERiP2ThA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "DiscoKey": "discokey:0f261e47063ea50ea26e65762f9ca6247f07265b1a8d02f8a046766dc79e4b55", - "Addresses": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "AllowedIPs": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "Endpoints": ["77.164.248.136:55577", "10.65.0.27:55577", "172.17.0.1:55577"], + "Key": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "DiscoKey": "discokey:b2d60303933571cb6a1fc6331be2d01971d3cab9689106d08a9151ad266bab77", + "Addresses": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "AllowedIPs": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "Endpoints": ["77.164.248.136:58988", "10.65.0.27:58988", "172.17.0.1:58988"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54108}, - {"Proto": "peerapi6", "Port": 54108} + {"Proto": "peerapi4", "Port": 50504}, + {"Proto": "peerapi6", "Port": 50504} ]}, - "Created": "2026-04-09T01:32:35.444831485Z", + "Created": "2026-04-09T08:38:38.167253226Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 3078680208734786, - "StableID": "n37rb6iL3R11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 1251623887677858, + "StableID": "nPDEy93smA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "DiscoKey": "discokey:d005c3dbb25d059cee40eefd67ea168642283522a318e5ff02a68b40a1c41e1f", - "Addresses": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "AllowedIPs": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "Endpoints": ["77.164.248.136:51319", "10.65.0.27:51319", "172.17.0.1:51319"], + "Key": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "DiscoKey": "discokey:34d4ffef33aea14a17c912a667478590921fce5cd20d81cf7a359805a829dd66", + "Addresses": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "AllowedIPs": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "Endpoints": ["77.164.248.136:59007", "10.65.0.27:59007", "172.17.0.1:59007"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58680}, - {"Proto": "peerapi6", "Port": 58680} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52481}, + {"Proto": "peerapi6", "Port": 52481} ]}, - "Created": "2026-04-09T01:32:40.34265745Z", + "Created": "2026-04-09T08:38:39.777366136Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 3213399860681821, - "StableID": "nWmDvnZM6S11CNTRL", + "ID": 2220863671214361, + "StableID": "nkepdiKqLJ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "DiscoKey": "discokey:c028b69c24d54c3c4950f1caa5122751697a2d822e4489b41b5171d0f5ef7241", - "Addresses": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "AllowedIPs": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "Endpoints": ["77.164.248.136:56472", "10.65.0.27:56472", "172.17.0.1:56472"], + "Key": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "DiscoKey": "discokey:5245d0a3597e65c71d65b352bf6b9f297a6642dedca9bfa010f931f7c4b1e075", + "Addresses": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "AllowedIPs": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "Endpoints": ["77.164.248.136:55622", "10.65.0.27:55622", "172.17.0.1:55622"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} + {"Proto": "peerapi4", "Port": 37990}, + {"Proto": "peerapi6", "Port": 37990} ]}, - "Created": "2026-04-09T01:32:38.16307351Z", + "Created": "2026-04-09T08:38:40.84298061Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3921143362188176, - "StableID": "nBJLbentcX11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "DiscoKey": "discokey:84ca0a7f0a2c9c00522f773e41e64cc7d81d8670563117be4953668031a4e97c", - "Addresses": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "AllowedIPs": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "Endpoints": ["77.164.248.136:35248", "10.65.0.27:35248", "172.17.0.1:35248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44644}, - {"Proto": "peerapi6", "Port": 44644} - ]}, - "Created": "2026-04-09T01:32:41.412301169Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4061385654217644, - "StableID": "nPaghRiQiY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "KeyExpiry": "2026-10-06T01:32:43Z", - "DiscoKey": "discokey:22c31bf2440ecf6177b0bdd4d16d48e9080852da9c4575304cc50fe327815229", - "Addresses": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "AllowedIPs": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "Endpoints": ["77.164.248.136:55310", "10.65.0.27:55310", "172.17.0.1:55310"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59923}, - {"Proto": "peerapi6", "Port": 59923} - ]}, - "Created": "2026-04-09T01:32:43.040989252Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4344648662722186, - "StableID": "ndxum5Zhva11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "DiscoKey": "discokey:9f7903eac188a8263390b65f1621761d0072a954e8ea669597872ed0d03a3437", - "Addresses": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "AllowedIPs": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "Endpoints": ["77.164.248.136:56944", "10.65.0.27:56944", "172.17.0.1:56944"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49314}, - {"Proto": "peerapi6", "Port": 49314} - ]}, - "Created": "2026-04-09T01:32:37.619648494Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4961987817075851, - "StableID": "ng9EsL1Jkf11CNTRL", + "ID": 2966571579833114, + "StableID": "ndcqxgoZAQ11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "DiscoKey": "discokey:bf51cc0f099371bb05a312389229b826f720c8e57b223e437ca9693600a5f717", - "Addresses": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "AllowedIPs": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "Endpoints": ["77.164.248.136:35219", "10.65.0.27:35219", "172.17.0.1:35219"], + "Key": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "DiscoKey": "discokey:d7cf3a5e34620f418e8f863429891962ad5db14042753fc85607643128cfd631", + "Addresses": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "AllowedIPs": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "Endpoints": ["77.164.248.136:34914", "10.65.0.27:34914", "172.17.0.1:34914"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + {"Proto": "peerapi4", "Port": 54681}, + {"Proto": "peerapi6", "Port": 54681} ]}, - "Created": "2026-04-09T01:32:38.684749919Z", + "Created": "2026-04-09T08:38:41.379171503Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 5646262207996107, - "StableID": "nzx2cZjC6m11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "DiscoKey": "discokey:d20e44366ff74aab399cddd239c91a437aacf2f82d906146cf234d756302836b", - "Addresses": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "AllowedIPs": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "Endpoints": ["77.164.248.136:56143", "10.65.0.27:56143", "172.17.0.1:56143"], + "ID": 3318433185260916, + "StableID": "nF4B9YcvuS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:cc1740dc4b83dde18c6c4661a4d0e3dcf59c6517c8b41a6fda97e481bb7e4355", + "Addresses": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "AllowedIPs": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "Endpoints": ["77.164.248.136:53437", "10.65.0.27:53437", "172.17.0.1:53437"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50734}, - {"Proto": "peerapi6", "Port": 50734} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46722}, + {"Proto": "peerapi6", "Port": 46722} ]}, - "Created": "2026-04-09T01:32:39.782508452Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 6501508962549725, - "StableID": "nJHeeicYms11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "KeyExpiry": "2026-10-06T01:32:42Z", - "DiscoKey": "discokey:3014791480a4c23741060be8e6539a2529329d59be5c8987a3129c61e0d8d171", - "Addresses": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "AllowedIPs": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "Endpoints": ["77.164.248.136:39066", "10.65.0.27:39066", "172.17.0.1:39066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42277}, - {"Proto": "peerapi6", "Port": 42277} - ]}, - "Created": "2026-04-09T01:32:42.506651409Z", + "Created": "2026-04-09T08:38:45.917172255Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7933528586568978, - "StableID": "ndix6uL7x421CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "DiscoKey": "discokey:3ea2aef45b104b4966285ea7dc7ca43fb39ecddc4f84a116eb77d414ad2ad029", - "Addresses": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "AllowedIPs": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "Endpoints": ["77.164.248.136:34555", "10.65.0.27:34555", "172.17.0.1:34555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 43383}, - {"Proto": "peerapi6", "Port": 43383} - ]}, - "Created": "2026-04-09T01:32:40.86748244Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7963863990872521, - "StableID": "ngYLukCrB521CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "DiscoKey": "discokey:071d91c201001f78efc8b951b3ecf73299bde78f32ccf99cd94eae9b93735927", - "Addresses": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "AllowedIPs": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "Endpoints": ["77.164.248.136:58444", "10.65.0.27:58444", "172.17.0.1:58444"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 49034}, - {"Proto": "peerapi6", "Port": 49034} - ]}, - "Created": "2026-04-09T01:32:39.241249516Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 8519610445309727, - "StableID": "np1y1kiYX921CNTRL", + "ID": 3589600475332820, + "StableID": "nFvkzcij2V11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "DiscoKey": "discokey:69467b49a449cecfebcb1f02f84d7fbd0944decab3b0bc96acde6528c47b7770", - "Addresses": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "AllowedIPs": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "Endpoints": ["77.164.248.136:38262", "10.65.0.27:38262", "172.17.0.1:38262"], + "Key": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "DiscoKey": "discokey:4f9bcfd658620a77edffee17549d4e4ace551c460b1fe7ea7cb0199f4d833028", + "Addresses": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "AllowedIPs": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "Endpoints": ["77.164.248.136:56459", "10.65.0.27:56459", "172.17.0.1:56459"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60534}, - {"Proto": "peerapi6", "Port": 60534} + {"Proto": "peerapi4", "Port": 37857}, + {"Proto": "peerapi6", "Port": 37857} ]}, - "Created": "2026-04-09T01:32:35.990909808Z", + "Created": "2026-04-09T08:38:38.707336888Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8942300440237649, - "StableID": "nroCS15zpC21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "KeyExpiry": "2026-10-06T01:32:41Z", - "DiscoKey": "discokey:9983e58069494360bd35181ba853de4b3a6afbfac11d1df8ffeeb2f1317c1f5e", - "Addresses": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "AllowedIPs": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "Endpoints": ["77.164.248.136:46164", "10.65.0.27:46164", "172.17.0.1:46164"], + "ID": 3795824940662837, + "StableID": "n84FpJt8eW11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "DiscoKey": "discokey:f87c274cba5a9b1f2ee64076c9de3c11b11361344e7bbf530f566e47d2166d49", + "Addresses": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "AllowedIPs": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "Endpoints": ["77.164.248.136:60305", "10.65.0.27:60305", "172.17.0.1:60305"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49751}, - {"Proto": "peerapi6", "Port": 49751} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 34730}, + {"Proto": "peerapi6", "Port": 34730} ]}, - "Created": "2026-04-09T01:32:41.957204686Z", + "Created": "2026-04-09T08:38:41.927443196Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5150087956629508, + "StableID": "n51d5W5VDh11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "DiscoKey": "discokey:590817bb1ae81ea48ee744600cd5090621c00212b3a3bf10eaddbd8d7d707a2d", + "Addresses": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "AllowedIPs": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "Endpoints": ["77.164.248.136:52575", "10.65.0.27:52575", "172.17.0.1:52575"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55889}, + {"Proto": "peerapi6", "Port": 55889} + ]}, + "Created": "2026-04-09T08:38:43.749684604Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5645341205961072, + "StableID": "nMBsoMYn5m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "DiscoKey": "discokey:9f2ea9f1ea9481b97a78fd1868ffecb75ce506be28ce17004a1c5d88c3057848", + "Addresses": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "AllowedIPs": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "Endpoints": ["77.164.248.136:58020", "10.65.0.27:58020", "172.17.0.1:58020"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52624}, + {"Proto": "peerapi6", "Port": 52624} + ]}, + "Created": "2026-04-09T08:38:44.309689692Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5720347407543009, + "StableID": "nifizvpkfm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "DiscoKey": "discokey:13e8215816d08a15c484aea74f9783d09df744a8b39f20511353135203420f11", + "Addresses": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "AllowedIPs": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "Endpoints": ["77.164.248.136:44170", "10.65.0.27:44170", "172.17.0.1:44170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 61394}, + {"Proto": "peerapi6", "Port": 61394} + ]}, + "Created": "2026-04-09T08:38:42.448987667Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6639684804909449, + "StableID": "nimHg8G8rt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "DiscoKey": "discokey:57688f472ba87cc51ba5776a7d800b1bd8b6e67badffb727abd4411880651538", + "Addresses": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "AllowedIPs": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "Endpoints": ["77.164.248.136:49574", "10.65.0.27:49574", "172.17.0.1:49574"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 58787}, + {"Proto": "peerapi6", "Port": 58787} + ]}, + "Created": "2026-04-09T08:38:40.313370504Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8028053552212907, + "StableID": "nvJcdWMvg521CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "DiscoKey": "discokey:cf0fee840346d9cedd13bf29ba2111b1c6649f3962b3283a88423df3d86a0d79", + "Addresses": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "AllowedIPs": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "Endpoints": ["77.164.248.136:42057", "10.65.0.27:42057", "172.17.0.1:42057"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 63695}, + {"Proto": "peerapi6", "Port": 63695} + ]}, + "Created": "2026-04-09T08:38:42.988354666Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5206,27 +5211,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "914721418485678": { - "ID": 914721418485678, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1625690809525854": { + "ID": 1625690809525854, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "fearow": { @@ -5257,26 +5264,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7963863990872521, - "StableID": "ngYLukCrB521CNTRL", + "ID": 3795824940662837, + "StableID": "n84FpJt8eW11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 7963863990872521, - "Key": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "DiscoKey": "discokey:071d91c201001f78efc8b951b3ecf73299bde78f32ccf99cd94eae9b93735927", - "Addresses": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "AllowedIPs": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "Endpoints": ["77.164.248.136:58444", "10.65.0.27:58444", "172.17.0.1:58444"], + "User": 3795824940662837, + "Key": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "DiscoKey": "discokey:f87c274cba5a9b1f2ee64076c9de3c11b11361344e7bbf530f566e47d2166d49", + "Addresses": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "AllowedIPs": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "Endpoints": ["77.164.248.136:60305", "10.65.0.27:60305", "172.17.0.1:60305"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 49034}, - {"Proto": "peerapi6", "Port": 49034}, + {"Proto": "peerapi4", "Port": 34730}, + {"Proto": "peerapi6", "Port": 34730}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:39.241249516Z", + "Created": "2026-04-09T08:38:41.927443196Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5304,302 +5311,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "MachineKey": "mkey:a905638af4907d23f5237731c24a8404ded0e8febd87e9a0eb52ddd7f51c2312", + "NodeKey": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "MachineKey": "mkey:64588d3c30512bd3a68722d0f60f23fb950a885f23453dd528a53a207727105e", "Peers": [{ - "ID": 914721418485678, - "StableID": "nF9FSUBH9811CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "DiscoKey": "discokey:e492d4b4de0dd32b9c0a4c77c2fe2b00492d7de01e8fda43cb5e4fe818d11a59", - "Addresses": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "AllowedIPs": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "Endpoints": ["77.164.248.136:43550", "10.65.0.27:43550", "172.17.0.1:43550"], + "ID": 198292570345032, + "StableID": "nwAPRxooY211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "KeyExpiry": "2026-10-06T08:38:44Z", + "DiscoKey": "discokey:1e36d3c48d2e93a9a71ba48701632e27688fa13f1a76db32a865b44dc6718b70", + "Addresses": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "AllowedIPs": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "Endpoints": ["77.164.248.136:60358", "10.65.0.27:60358", "172.17.0.1:60358"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50253}, - {"Proto": "peerapi6", "Port": 50253} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 36573}, + {"Proto": "peerapi6", "Port": 36573} ]}, - "Created": "2026-04-09T01:32:36.533445994Z", + "Created": "2026-04-09T08:38:44.840920246Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 2716224764499806, - "StableID": "nD6XAtcBDN11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "DiscoKey": "discokey:cc051d9965cafd8e17d94cd96971b5b85194270e1a488c245de8efd37ecfef1b", - "Addresses": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "AllowedIPs": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], + "ID": 249129984318879, + "StableID": "n4hJctDqw211CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:a667f059b9cfef5d466f93b8f7049b44fb6edc955adbb4b853acd8dfe3e49e7e", + "Addresses": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "AllowedIPs": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "Endpoints": ["77.164.248.136:55093", "10.65.0.27:55093", "172.17.0.1:55093"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40651}, - {"Proto": "peerapi6", "Port": 40651} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55547}, + {"Proto": "peerapi6", "Port": 55547} ]}, - "Created": "2026-04-09T01:32:37.081936031Z", + "Created": "2026-04-09T08:38:45.397958657Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 2789080194058119, - "StableID": "nCjZzcQBnN11CNTRL", + "ID": 1241877801571157, + "StableID": "nUERiP2ThA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "DiscoKey": "discokey:0f261e47063ea50ea26e65762f9ca6247f07265b1a8d02f8a046766dc79e4b55", - "Addresses": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "AllowedIPs": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "Endpoints": ["77.164.248.136:55577", "10.65.0.27:55577", "172.17.0.1:55577"], + "Key": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "DiscoKey": "discokey:b2d60303933571cb6a1fc6331be2d01971d3cab9689106d08a9151ad266bab77", + "Addresses": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "AllowedIPs": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "Endpoints": ["77.164.248.136:58988", "10.65.0.27:58988", "172.17.0.1:58988"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54108}, - {"Proto": "peerapi6", "Port": 54108} + {"Proto": "peerapi4", "Port": 50504}, + {"Proto": "peerapi6", "Port": 50504} ]}, - "Created": "2026-04-09T01:32:35.444831485Z", + "Created": "2026-04-09T08:38:38.167253226Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 3078680208734786, - "StableID": "n37rb6iL3R11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 1251623887677858, + "StableID": "nPDEy93smA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "DiscoKey": "discokey:d005c3dbb25d059cee40eefd67ea168642283522a318e5ff02a68b40a1c41e1f", - "Addresses": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "AllowedIPs": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "Endpoints": ["77.164.248.136:51319", "10.65.0.27:51319", "172.17.0.1:51319"], + "Key": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "DiscoKey": "discokey:34d4ffef33aea14a17c912a667478590921fce5cd20d81cf7a359805a829dd66", + "Addresses": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "AllowedIPs": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "Endpoints": ["77.164.248.136:59007", "10.65.0.27:59007", "172.17.0.1:59007"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58680}, - {"Proto": "peerapi6", "Port": 58680} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52481}, + {"Proto": "peerapi6", "Port": 52481} ]}, - "Created": "2026-04-09T01:32:40.34265745Z", + "Created": "2026-04-09T08:38:39.777366136Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 3213399860681821, - "StableID": "nWmDvnZM6S11CNTRL", + "ID": 1625690809525854, + "StableID": "nomRvA9HhD11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "DiscoKey": "discokey:625eaf4868d9c68d90cc489c0ba34cb87052b4ff67215fae5e9b3b0469a12e7d", + "Addresses": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "AllowedIPs": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "Endpoints": ["77.164.248.136:44785", "10.65.0.27:44785", "172.17.0.1:44785"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 51098}, + {"Proto": "peerapi6", "Port": 51098} + ]}, + "Created": "2026-04-09T08:38:39.253762498Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2220863671214361, + "StableID": "nkepdiKqLJ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "DiscoKey": "discokey:c028b69c24d54c3c4950f1caa5122751697a2d822e4489b41b5171d0f5ef7241", - "Addresses": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "AllowedIPs": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "Endpoints": ["77.164.248.136:56472", "10.65.0.27:56472", "172.17.0.1:56472"], + "Key": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "DiscoKey": "discokey:5245d0a3597e65c71d65b352bf6b9f297a6642dedca9bfa010f931f7c4b1e075", + "Addresses": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "AllowedIPs": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "Endpoints": ["77.164.248.136:55622", "10.65.0.27:55622", "172.17.0.1:55622"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} + {"Proto": "peerapi4", "Port": 37990}, + {"Proto": "peerapi6", "Port": 37990} ]}, - "Created": "2026-04-09T01:32:38.16307351Z", + "Created": "2026-04-09T08:38:40.84298061Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3921143362188176, - "StableID": "nBJLbentcX11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "DiscoKey": "discokey:84ca0a7f0a2c9c00522f773e41e64cc7d81d8670563117be4953668031a4e97c", - "Addresses": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "AllowedIPs": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "Endpoints": ["77.164.248.136:35248", "10.65.0.27:35248", "172.17.0.1:35248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44644}, - {"Proto": "peerapi6", "Port": 44644} - ]}, - "Created": "2026-04-09T01:32:41.412301169Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4061385654217644, - "StableID": "nPaghRiQiY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "KeyExpiry": "2026-10-06T01:32:43Z", - "DiscoKey": "discokey:22c31bf2440ecf6177b0bdd4d16d48e9080852da9c4575304cc50fe327815229", - "Addresses": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "AllowedIPs": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "Endpoints": ["77.164.248.136:55310", "10.65.0.27:55310", "172.17.0.1:55310"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59923}, - {"Proto": "peerapi6", "Port": 59923} - ]}, - "Created": "2026-04-09T01:32:43.040989252Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4344648662722186, - "StableID": "ndxum5Zhva11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "DiscoKey": "discokey:9f7903eac188a8263390b65f1621761d0072a954e8ea669597872ed0d03a3437", - "Addresses": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "AllowedIPs": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "Endpoints": ["77.164.248.136:56944", "10.65.0.27:56944", "172.17.0.1:56944"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49314}, - {"Proto": "peerapi6", "Port": 49314} - ]}, - "Created": "2026-04-09T01:32:37.619648494Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4961987817075851, - "StableID": "ng9EsL1Jkf11CNTRL", + "ID": 2966571579833114, + "StableID": "ndcqxgoZAQ11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "DiscoKey": "discokey:bf51cc0f099371bb05a312389229b826f720c8e57b223e437ca9693600a5f717", - "Addresses": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "AllowedIPs": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "Endpoints": ["77.164.248.136:35219", "10.65.0.27:35219", "172.17.0.1:35219"], + "Key": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "DiscoKey": "discokey:d7cf3a5e34620f418e8f863429891962ad5db14042753fc85607643128cfd631", + "Addresses": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "AllowedIPs": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "Endpoints": ["77.164.248.136:34914", "10.65.0.27:34914", "172.17.0.1:34914"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + {"Proto": "peerapi4", "Port": 54681}, + {"Proto": "peerapi6", "Port": 54681} ]}, - "Created": "2026-04-09T01:32:38.684749919Z", + "Created": "2026-04-09T08:38:41.379171503Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 5646262207996107, - "StableID": "nzx2cZjC6m11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "DiscoKey": "discokey:d20e44366ff74aab399cddd239c91a437aacf2f82d906146cf234d756302836b", - "Addresses": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "AllowedIPs": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "Endpoints": ["77.164.248.136:56143", "10.65.0.27:56143", "172.17.0.1:56143"], + "ID": 3318433185260916, + "StableID": "nF4B9YcvuS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:cc1740dc4b83dde18c6c4661a4d0e3dcf59c6517c8b41a6fda97e481bb7e4355", + "Addresses": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "AllowedIPs": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "Endpoints": ["77.164.248.136:53437", "10.65.0.27:53437", "172.17.0.1:53437"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50734}, - {"Proto": "peerapi6", "Port": 50734} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46722}, + {"Proto": "peerapi6", "Port": 46722} ]}, - "Created": "2026-04-09T01:32:39.782508452Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 6501508962549725, - "StableID": "nJHeeicYms11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "KeyExpiry": "2026-10-06T01:32:42Z", - "DiscoKey": "discokey:3014791480a4c23741060be8e6539a2529329d59be5c8987a3129c61e0d8d171", - "Addresses": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "AllowedIPs": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "Endpoints": ["77.164.248.136:39066", "10.65.0.27:39066", "172.17.0.1:39066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42277}, - {"Proto": "peerapi6", "Port": 42277} - ]}, - "Created": "2026-04-09T01:32:42.506651409Z", + "Created": "2026-04-09T08:38:45.917172255Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7933528586568978, - "StableID": "ndix6uL7x421CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "DiscoKey": "discokey:3ea2aef45b104b4966285ea7dc7ca43fb39ecddc4f84a116eb77d414ad2ad029", - "Addresses": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "AllowedIPs": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "Endpoints": ["77.164.248.136:34555", "10.65.0.27:34555", "172.17.0.1:34555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 43383}, - {"Proto": "peerapi6", "Port": 43383} - ]}, - "Created": "2026-04-09T01:32:40.86748244Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 8519610445309727, - "StableID": "np1y1kiYX921CNTRL", + "ID": 3589600475332820, + "StableID": "nFvkzcij2V11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "DiscoKey": "discokey:69467b49a449cecfebcb1f02f84d7fbd0944decab3b0bc96acde6528c47b7770", - "Addresses": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "AllowedIPs": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "Endpoints": ["77.164.248.136:38262", "10.65.0.27:38262", "172.17.0.1:38262"], + "Key": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "DiscoKey": "discokey:4f9bcfd658620a77edffee17549d4e4ace551c460b1fe7ea7cb0199f4d833028", + "Addresses": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "AllowedIPs": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "Endpoints": ["77.164.248.136:56459", "10.65.0.27:56459", "172.17.0.1:56459"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60534}, - {"Proto": "peerapi6", "Port": 60534} + {"Proto": "peerapi4", "Port": 37857}, + {"Proto": "peerapi6", "Port": 37857} ]}, - "Created": "2026-04-09T01:32:35.990909808Z", + "Created": "2026-04-09T08:38:38.707336888Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8942300440237649, - "StableID": "nroCS15zpC21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "KeyExpiry": "2026-10-06T01:32:41Z", - "DiscoKey": "discokey:9983e58069494360bd35181ba853de4b3a6afbfac11d1df8ffeeb2f1317c1f5e", - "Addresses": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "AllowedIPs": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "Endpoints": ["77.164.248.136:46164", "10.65.0.27:46164", "172.17.0.1:46164"], + "ID": 5150087956629508, + "StableID": "n51d5W5VDh11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "DiscoKey": "discokey:590817bb1ae81ea48ee744600cd5090621c00212b3a3bf10eaddbd8d7d707a2d", + "Addresses": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "AllowedIPs": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "Endpoints": ["77.164.248.136:52575", "10.65.0.27:52575", "172.17.0.1:52575"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49751}, - {"Proto": "peerapi6", "Port": 49751} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55889}, + {"Proto": "peerapi6", "Port": 55889} ]}, - "Created": "2026-04-09T01:32:41.957204686Z", + "Created": "2026-04-09T08:38:43.749684604Z", "Cap": 131, + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5645341205961072, + "StableID": "nMBsoMYn5m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "DiscoKey": "discokey:9f2ea9f1ea9481b97a78fd1868ffecb75ce506be28ce17004a1c5d88c3057848", + "Addresses": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "AllowedIPs": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "Endpoints": ["77.164.248.136:58020", "10.65.0.27:58020", "172.17.0.1:58020"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52624}, + {"Proto": "peerapi6", "Port": 52624} + ]}, + "Created": "2026-04-09T08:38:44.309689692Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5720347407543009, + "StableID": "nifizvpkfm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "DiscoKey": "discokey:13e8215816d08a15c484aea74f9783d09df744a8b39f20511353135203420f11", + "Addresses": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "AllowedIPs": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "Endpoints": ["77.164.248.136:44170", "10.65.0.27:44170", "172.17.0.1:44170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 61394}, + {"Proto": "peerapi6", "Port": 61394} + ]}, + "Created": "2026-04-09T08:38:42.448987667Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6639684804909449, + "StableID": "nimHg8G8rt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "DiscoKey": "discokey:57688f472ba87cc51ba5776a7d800b1bd8b6e67badffb727abd4411880651538", + "Addresses": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "AllowedIPs": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "Endpoints": ["77.164.248.136:49574", "10.65.0.27:49574", "172.17.0.1:49574"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 58787}, + {"Proto": "peerapi6", "Port": 58787} + ]}, + "Created": "2026-04-09T08:38:40.313370504Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8028053552212907, + "StableID": "nvJcdWMvg521CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "DiscoKey": "discokey:cf0fee840346d9cedd13bf29ba2111b1c6649f3962b3283a88423df3d86a0d79", + "Addresses": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "AllowedIPs": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "Endpoints": ["77.164.248.136:42057", "10.65.0.27:42057", "172.17.0.1:42057"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 63695}, + {"Proto": "peerapi6", "Port": 63695} + ]}, + "Created": "2026-04-09T08:38:42.988354666Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6447,27 +6454,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7963863990872521": { - "ID": 7963863990872521, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3795824940662837": { + "ID": 3795824940662837, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6498,22 +6507,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8942300440237649, - "StableID": "nroCS15zpC21CNTRL", + "ID": 198292570345032, + "StableID": "nwAPRxooY211CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "KeyExpiry": "2026-10-06T01:32:41Z", - "DiscoKey": "discokey:9983e58069494360bd35181ba853de4b3a6afbfac11d1df8ffeeb2f1317c1f5e", - "Addresses": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "AllowedIPs": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "Endpoints": ["77.164.248.136:46164", "10.65.0.27:46164", "172.17.0.1:46164"], + "Key": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "KeyExpiry": "2026-10-06T08:38:44Z", + "DiscoKey": "discokey:1e36d3c48d2e93a9a71ba48701632e27688fa13f1a76db32a865b44dc6718b70", + "Addresses": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "AllowedIPs": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "Endpoints": ["77.164.248.136:60358", "10.65.0.27:60358", "172.17.0.1:60358"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49751}, - {"Proto": "peerapi6", "Port": 49751}, + {"Proto": "peerapi4", "Port": 36573}, + {"Proto": "peerapi6", "Port": 36573}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:41.957204686Z", + "Created": "2026-04-09T08:38:44.840920246Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6540,302 +6549,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "MachineKey": "mkey:819e86e29b5006569c3e3698f41367aa5d0bd555c0381670848d1f997e95417c", + "NodeKey": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "MachineKey": "mkey:c981c07fa900fd0bd64867b142b942d7e705a58cd26cff3f6fb2580ffa5f4212", "Peers": [{ - "ID": 914721418485678, - "StableID": "nF9FSUBH9811CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "DiscoKey": "discokey:e492d4b4de0dd32b9c0a4c77c2fe2b00492d7de01e8fda43cb5e4fe818d11a59", - "Addresses": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "AllowedIPs": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "Endpoints": ["77.164.248.136:43550", "10.65.0.27:43550", "172.17.0.1:43550"], + "ID": 249129984318879, + "StableID": "n4hJctDqw211CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:a667f059b9cfef5d466f93b8f7049b44fb6edc955adbb4b853acd8dfe3e49e7e", + "Addresses": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "AllowedIPs": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "Endpoints": ["77.164.248.136:55093", "10.65.0.27:55093", "172.17.0.1:55093"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50253}, - {"Proto": "peerapi6", "Port": 50253} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55547}, + {"Proto": "peerapi6", "Port": 55547} ]}, - "Created": "2026-04-09T01:32:36.533445994Z", + "Created": "2026-04-09T08:38:45.397958657Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 2716224764499806, - "StableID": "nD6XAtcBDN11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "DiscoKey": "discokey:cc051d9965cafd8e17d94cd96971b5b85194270e1a488c245de8efd37ecfef1b", - "Addresses": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "AllowedIPs": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40651}, - {"Proto": "peerapi6", "Port": 40651} - ]}, - "Created": "2026-04-09T01:32:37.081936031Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2789080194058119, - "StableID": "nCjZzcQBnN11CNTRL", + "ID": 1241877801571157, + "StableID": "nUERiP2ThA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "DiscoKey": "discokey:0f261e47063ea50ea26e65762f9ca6247f07265b1a8d02f8a046766dc79e4b55", - "Addresses": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "AllowedIPs": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "Endpoints": ["77.164.248.136:55577", "10.65.0.27:55577", "172.17.0.1:55577"], + "Key": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "DiscoKey": "discokey:b2d60303933571cb6a1fc6331be2d01971d3cab9689106d08a9151ad266bab77", + "Addresses": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "AllowedIPs": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "Endpoints": ["77.164.248.136:58988", "10.65.0.27:58988", "172.17.0.1:58988"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54108}, - {"Proto": "peerapi6", "Port": 54108} + {"Proto": "peerapi4", "Port": 50504}, + {"Proto": "peerapi6", "Port": 50504} ]}, - "Created": "2026-04-09T01:32:35.444831485Z", + "Created": "2026-04-09T08:38:38.167253226Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 3078680208734786, - "StableID": "n37rb6iL3R11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 1251623887677858, + "StableID": "nPDEy93smA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "DiscoKey": "discokey:d005c3dbb25d059cee40eefd67ea168642283522a318e5ff02a68b40a1c41e1f", - "Addresses": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "AllowedIPs": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "Endpoints": ["77.164.248.136:51319", "10.65.0.27:51319", "172.17.0.1:51319"], + "Key": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "DiscoKey": "discokey:34d4ffef33aea14a17c912a667478590921fce5cd20d81cf7a359805a829dd66", + "Addresses": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "AllowedIPs": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "Endpoints": ["77.164.248.136:59007", "10.65.0.27:59007", "172.17.0.1:59007"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58680}, - {"Proto": "peerapi6", "Port": 58680} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52481}, + {"Proto": "peerapi6", "Port": 52481} ]}, - "Created": "2026-04-09T01:32:40.34265745Z", + "Created": "2026-04-09T08:38:39.777366136Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 3213399860681821, - "StableID": "nWmDvnZM6S11CNTRL", + "ID": 1625690809525854, + "StableID": "nomRvA9HhD11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "DiscoKey": "discokey:625eaf4868d9c68d90cc489c0ba34cb87052b4ff67215fae5e9b3b0469a12e7d", + "Addresses": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "AllowedIPs": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "Endpoints": ["77.164.248.136:44785", "10.65.0.27:44785", "172.17.0.1:44785"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 51098}, + {"Proto": "peerapi6", "Port": 51098} + ]}, + "Created": "2026-04-09T08:38:39.253762498Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2220863671214361, + "StableID": "nkepdiKqLJ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "DiscoKey": "discokey:c028b69c24d54c3c4950f1caa5122751697a2d822e4489b41b5171d0f5ef7241", - "Addresses": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "AllowedIPs": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "Endpoints": ["77.164.248.136:56472", "10.65.0.27:56472", "172.17.0.1:56472"], + "Key": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "DiscoKey": "discokey:5245d0a3597e65c71d65b352bf6b9f297a6642dedca9bfa010f931f7c4b1e075", + "Addresses": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "AllowedIPs": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "Endpoints": ["77.164.248.136:55622", "10.65.0.27:55622", "172.17.0.1:55622"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} + {"Proto": "peerapi4", "Port": 37990}, + {"Proto": "peerapi6", "Port": 37990} ]}, - "Created": "2026-04-09T01:32:38.16307351Z", + "Created": "2026-04-09T08:38:40.84298061Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3921143362188176, - "StableID": "nBJLbentcX11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "DiscoKey": "discokey:84ca0a7f0a2c9c00522f773e41e64cc7d81d8670563117be4953668031a4e97c", - "Addresses": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "AllowedIPs": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "Endpoints": ["77.164.248.136:35248", "10.65.0.27:35248", "172.17.0.1:35248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44644}, - {"Proto": "peerapi6", "Port": 44644} - ]}, - "Created": "2026-04-09T01:32:41.412301169Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4061385654217644, - "StableID": "nPaghRiQiY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "KeyExpiry": "2026-10-06T01:32:43Z", - "DiscoKey": "discokey:22c31bf2440ecf6177b0bdd4d16d48e9080852da9c4575304cc50fe327815229", - "Addresses": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "AllowedIPs": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "Endpoints": ["77.164.248.136:55310", "10.65.0.27:55310", "172.17.0.1:55310"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59923}, - {"Proto": "peerapi6", "Port": 59923} - ]}, - "Created": "2026-04-09T01:32:43.040989252Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4344648662722186, - "StableID": "ndxum5Zhva11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "DiscoKey": "discokey:9f7903eac188a8263390b65f1621761d0072a954e8ea669597872ed0d03a3437", - "Addresses": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "AllowedIPs": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "Endpoints": ["77.164.248.136:56944", "10.65.0.27:56944", "172.17.0.1:56944"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49314}, - {"Proto": "peerapi6", "Port": 49314} - ]}, - "Created": "2026-04-09T01:32:37.619648494Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4961987817075851, - "StableID": "ng9EsL1Jkf11CNTRL", + "ID": 2966571579833114, + "StableID": "ndcqxgoZAQ11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "DiscoKey": "discokey:bf51cc0f099371bb05a312389229b826f720c8e57b223e437ca9693600a5f717", - "Addresses": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "AllowedIPs": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "Endpoints": ["77.164.248.136:35219", "10.65.0.27:35219", "172.17.0.1:35219"], + "Key": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "DiscoKey": "discokey:d7cf3a5e34620f418e8f863429891962ad5db14042753fc85607643128cfd631", + "Addresses": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "AllowedIPs": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "Endpoints": ["77.164.248.136:34914", "10.65.0.27:34914", "172.17.0.1:34914"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + {"Proto": "peerapi4", "Port": 54681}, + {"Proto": "peerapi6", "Port": 54681} ]}, - "Created": "2026-04-09T01:32:38.684749919Z", + "Created": "2026-04-09T08:38:41.379171503Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 5646262207996107, - "StableID": "nzx2cZjC6m11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 3318433185260916, + "StableID": "nF4B9YcvuS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:cc1740dc4b83dde18c6c4661a4d0e3dcf59c6517c8b41a6fda97e481bb7e4355", + "Addresses": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "AllowedIPs": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "Endpoints": ["77.164.248.136:53437", "10.65.0.27:53437", "172.17.0.1:53437"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46722}, + {"Proto": "peerapi6", "Port": 46722} + ]}, + "Created": "2026-04-09T08:38:45.917172255Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3589600475332820, + "StableID": "nFvkzcij2V11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "DiscoKey": "discokey:d20e44366ff74aab399cddd239c91a437aacf2f82d906146cf234d756302836b", - "Addresses": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "AllowedIPs": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "Endpoints": ["77.164.248.136:56143", "10.65.0.27:56143", "172.17.0.1:56143"], + "Key": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "DiscoKey": "discokey:4f9bcfd658620a77edffee17549d4e4ace551c460b1fe7ea7cb0199f4d833028", + "Addresses": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "AllowedIPs": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "Endpoints": ["77.164.248.136:56459", "10.65.0.27:56459", "172.17.0.1:56459"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50734}, - {"Proto": "peerapi6", "Port": 50734} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 37857}, + {"Proto": "peerapi6", "Port": 37857} ]}, - "Created": "2026-04-09T01:32:39.782508452Z", + "Created": "2026-04-09T08:38:38.707336888Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6501508962549725, - "StableID": "nJHeeicYms11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "KeyExpiry": "2026-10-06T01:32:42Z", - "DiscoKey": "discokey:3014791480a4c23741060be8e6539a2529329d59be5c8987a3129c61e0d8d171", - "Addresses": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "AllowedIPs": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "Endpoints": ["77.164.248.136:39066", "10.65.0.27:39066", "172.17.0.1:39066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42277}, - {"Proto": "peerapi6", "Port": 42277} - ]}, - "Created": "2026-04-09T01:32:42.506651409Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7933528586568978, - "StableID": "ndix6uL7x421CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "DiscoKey": "discokey:3ea2aef45b104b4966285ea7dc7ca43fb39ecddc4f84a116eb77d414ad2ad029", - "Addresses": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "AllowedIPs": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "Endpoints": ["77.164.248.136:34555", "10.65.0.27:34555", "172.17.0.1:34555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 43383}, - {"Proto": "peerapi6", "Port": 43383} - ]}, - "Created": "2026-04-09T01:32:40.86748244Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7963863990872521, - "StableID": "ngYLukCrB521CNTRL", + "ID": 3795824940662837, + "StableID": "n84FpJt8eW11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "DiscoKey": "discokey:071d91c201001f78efc8b951b3ecf73299bde78f32ccf99cd94eae9b93735927", - "Addresses": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "AllowedIPs": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "Endpoints": ["77.164.248.136:58444", "10.65.0.27:58444", "172.17.0.1:58444"], + "Key": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "DiscoKey": "discokey:f87c274cba5a9b1f2ee64076c9de3c11b11361344e7bbf530f566e47d2166d49", + "Addresses": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "AllowedIPs": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "Endpoints": ["77.164.248.136:60305", "10.65.0.27:60305", "172.17.0.1:60305"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 49034}, - {"Proto": "peerapi6", "Port": 49034} + {"Proto": "peerapi4", "Port": 34730}, + {"Proto": "peerapi6", "Port": 34730} ]}, - "Created": "2026-04-09T01:32:39.241249516Z", + "Created": "2026-04-09T08:38:41.927443196Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8519610445309727, - "StableID": "np1y1kiYX921CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 5150087956629508, + "StableID": "n51d5W5VDh11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "DiscoKey": "discokey:69467b49a449cecfebcb1f02f84d7fbd0944decab3b0bc96acde6528c47b7770", - "Addresses": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "AllowedIPs": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "Endpoints": ["77.164.248.136:38262", "10.65.0.27:38262", "172.17.0.1:38262"], + "Key": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "DiscoKey": "discokey:590817bb1ae81ea48ee744600cd5090621c00212b3a3bf10eaddbd8d7d707a2d", + "Addresses": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "AllowedIPs": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "Endpoints": ["77.164.248.136:52575", "10.65.0.27:52575", "172.17.0.1:52575"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60534}, - {"Proto": "peerapi6", "Port": 60534} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55889}, + {"Proto": "peerapi6", "Port": 55889} ]}, - "Created": "2026-04-09T01:32:35.990909808Z", + "Created": "2026-04-09T08:38:43.749684604Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5645341205961072, + "StableID": "nMBsoMYn5m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "DiscoKey": "discokey:9f2ea9f1ea9481b97a78fd1868ffecb75ce506be28ce17004a1c5d88c3057848", + "Addresses": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "AllowedIPs": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "Endpoints": ["77.164.248.136:58020", "10.65.0.27:58020", "172.17.0.1:58020"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52624}, + {"Proto": "peerapi6", "Port": 52624} + ]}, + "Created": "2026-04-09T08:38:44.309689692Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5720347407543009, + "StableID": "nifizvpkfm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "DiscoKey": "discokey:13e8215816d08a15c484aea74f9783d09df744a8b39f20511353135203420f11", + "Addresses": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "AllowedIPs": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "Endpoints": ["77.164.248.136:44170", "10.65.0.27:44170", "172.17.0.1:44170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 61394}, + {"Proto": "peerapi6", "Port": 61394} + ]}, + "Created": "2026-04-09T08:38:42.448987667Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6639684804909449, + "StableID": "nimHg8G8rt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "DiscoKey": "discokey:57688f472ba87cc51ba5776a7d800b1bd8b6e67badffb727abd4411880651538", + "Addresses": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "AllowedIPs": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "Endpoints": ["77.164.248.136:49574", "10.65.0.27:49574", "172.17.0.1:49574"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 58787}, + {"Proto": "peerapi6", "Port": 58787} + ]}, + "Created": "2026-04-09T08:38:40.313370504Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8028053552212907, + "StableID": "nvJcdWMvg521CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "DiscoKey": "discokey:cf0fee840346d9cedd13bf29ba2111b1c6649f3962b3283a88423df3d86a0d79", + "Addresses": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "AllowedIPs": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "Endpoints": ["77.164.248.136:42057", "10.65.0.27:42057", "172.17.0.1:42057"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 63695}, + {"Proto": "peerapi6", "Port": 63695} + ]}, + "Created": "2026-04-09T08:38:42.988354666Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6863,7 +6872,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.124.3.58"}, {"nodeIP": "fd7a:115c:a1e0::e137:33a"}], + "principals": [{"nodeIP": "100.127.25.3"}, {"nodeIP": "fd7a:115c:a1e0::d137:1903"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -7692,26 +7701,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.124.3.58"}, {"nodeIP": "fd7a:115c:a1e0::e137:33a"}], + "principals": [{"nodeIP": "100.127.25.3"}, {"nodeIP": "fd7a:115c:a1e0::d137:1903"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -7748,21 +7758,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7933528586568978, - "StableID": "ndix6uL7x421CNTRL", + "ID": 5150087956629508, + "StableID": "n51d5W5VDh11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 7933528586568978, - "Key": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "DiscoKey": "discokey:3ea2aef45b104b4966285ea7dc7ca43fb39ecddc4f84a116eb77d414ad2ad029", - "Addresses": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "AllowedIPs": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "Endpoints": ["77.164.248.136:34555", "10.65.0.27:34555", "172.17.0.1:34555"], + "User": 5150087956629508, + "Key": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "DiscoKey": "discokey:590817bb1ae81ea48ee744600cd5090621c00212b3a3bf10eaddbd8d7d707a2d", + "Addresses": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "AllowedIPs": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "Endpoints": ["77.164.248.136:52575", "10.65.0.27:52575", "172.17.0.1:52575"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 43383}, - {"Proto": "peerapi6", "Port": 43383}, + {"Proto": "peerapi4", "Port": 55889}, + {"Proto": "peerapi6", "Port": 55889}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:40.86748244Z", + "Created": "2026-04-09T08:38:43.749684604Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7790,300 +7800,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "MachineKey": "mkey:8e23a9dcc7276288e35f62f4f509ced638990f34333446a112a2c7467da9e872", + "NodeKey": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "MachineKey": "mkey:cdb6609431cf44ad54f10923617f9307b3bda7788cb8ab57b3e4142d19bb6e1f", "Peers": [{ - "ID": 914721418485678, - "StableID": "nF9FSUBH9811CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "DiscoKey": "discokey:e492d4b4de0dd32b9c0a4c77c2fe2b00492d7de01e8fda43cb5e4fe818d11a59", - "Addresses": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "AllowedIPs": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "Endpoints": ["77.164.248.136:43550", "10.65.0.27:43550", "172.17.0.1:43550"], + "ID": 198292570345032, + "StableID": "nwAPRxooY211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "KeyExpiry": "2026-10-06T08:38:44Z", + "DiscoKey": "discokey:1e36d3c48d2e93a9a71ba48701632e27688fa13f1a76db32a865b44dc6718b70", + "Addresses": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "AllowedIPs": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "Endpoints": ["77.164.248.136:60358", "10.65.0.27:60358", "172.17.0.1:60358"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50253}, - {"Proto": "peerapi6", "Port": 50253} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 36573}, + {"Proto": "peerapi6", "Port": 36573} ]}, - "Created": "2026-04-09T01:32:36.533445994Z", + "Created": "2026-04-09T08:38:44.840920246Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 2716224764499806, - "StableID": "nD6XAtcBDN11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "DiscoKey": "discokey:cc051d9965cafd8e17d94cd96971b5b85194270e1a488c245de8efd37ecfef1b", - "Addresses": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "AllowedIPs": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], + "ID": 249129984318879, + "StableID": "n4hJctDqw211CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:a667f059b9cfef5d466f93b8f7049b44fb6edc955adbb4b853acd8dfe3e49e7e", + "Addresses": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "AllowedIPs": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "Endpoints": ["77.164.248.136:55093", "10.65.0.27:55093", "172.17.0.1:55093"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40651}, - {"Proto": "peerapi6", "Port": 40651} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55547}, + {"Proto": "peerapi6", "Port": 55547} ]}, - "Created": "2026-04-09T01:32:37.081936031Z", + "Created": "2026-04-09T08:38:45.397958657Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 2789080194058119, - "StableID": "nCjZzcQBnN11CNTRL", + "ID": 1241877801571157, + "StableID": "nUERiP2ThA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "DiscoKey": "discokey:0f261e47063ea50ea26e65762f9ca6247f07265b1a8d02f8a046766dc79e4b55", - "Addresses": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "AllowedIPs": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "Endpoints": ["77.164.248.136:55577", "10.65.0.27:55577", "172.17.0.1:55577"], + "Key": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "DiscoKey": "discokey:b2d60303933571cb6a1fc6331be2d01971d3cab9689106d08a9151ad266bab77", + "Addresses": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "AllowedIPs": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "Endpoints": ["77.164.248.136:58988", "10.65.0.27:58988", "172.17.0.1:58988"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54108}, - {"Proto": "peerapi6", "Port": 54108} + {"Proto": "peerapi4", "Port": 50504}, + {"Proto": "peerapi6", "Port": 50504} ]}, - "Created": "2026-04-09T01:32:35.444831485Z", + "Created": "2026-04-09T08:38:38.167253226Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 3078680208734786, - "StableID": "n37rb6iL3R11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 1251623887677858, + "StableID": "nPDEy93smA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "DiscoKey": "discokey:d005c3dbb25d059cee40eefd67ea168642283522a318e5ff02a68b40a1c41e1f", - "Addresses": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "AllowedIPs": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "Endpoints": ["77.164.248.136:51319", "10.65.0.27:51319", "172.17.0.1:51319"], + "Key": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "DiscoKey": "discokey:34d4ffef33aea14a17c912a667478590921fce5cd20d81cf7a359805a829dd66", + "Addresses": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "AllowedIPs": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "Endpoints": ["77.164.248.136:59007", "10.65.0.27:59007", "172.17.0.1:59007"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58680}, - {"Proto": "peerapi6", "Port": 58680} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52481}, + {"Proto": "peerapi6", "Port": 52481} ]}, - "Created": "2026-04-09T01:32:40.34265745Z", + "Created": "2026-04-09T08:38:39.777366136Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 3213399860681821, - "StableID": "nWmDvnZM6S11CNTRL", + "ID": 1625690809525854, + "StableID": "nomRvA9HhD11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "DiscoKey": "discokey:625eaf4868d9c68d90cc489c0ba34cb87052b4ff67215fae5e9b3b0469a12e7d", + "Addresses": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "AllowedIPs": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "Endpoints": ["77.164.248.136:44785", "10.65.0.27:44785", "172.17.0.1:44785"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 51098}, + {"Proto": "peerapi6", "Port": 51098} + ]}, + "Created": "2026-04-09T08:38:39.253762498Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2220863671214361, + "StableID": "nkepdiKqLJ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "DiscoKey": "discokey:c028b69c24d54c3c4950f1caa5122751697a2d822e4489b41b5171d0f5ef7241", - "Addresses": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "AllowedIPs": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "Endpoints": ["77.164.248.136:56472", "10.65.0.27:56472", "172.17.0.1:56472"], + "Key": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "DiscoKey": "discokey:5245d0a3597e65c71d65b352bf6b9f297a6642dedca9bfa010f931f7c4b1e075", + "Addresses": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "AllowedIPs": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "Endpoints": ["77.164.248.136:55622", "10.65.0.27:55622", "172.17.0.1:55622"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} + {"Proto": "peerapi4", "Port": 37990}, + {"Proto": "peerapi6", "Port": 37990} ]}, - "Created": "2026-04-09T01:32:38.16307351Z", + "Created": "2026-04-09T08:38:40.84298061Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3921143362188176, - "StableID": "nBJLbentcX11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "DiscoKey": "discokey:84ca0a7f0a2c9c00522f773e41e64cc7d81d8670563117be4953668031a4e97c", - "Addresses": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "AllowedIPs": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "Endpoints": ["77.164.248.136:35248", "10.65.0.27:35248", "172.17.0.1:35248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44644}, - {"Proto": "peerapi6", "Port": 44644} - ]}, - "Created": "2026-04-09T01:32:41.412301169Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4061385654217644, - "StableID": "nPaghRiQiY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "KeyExpiry": "2026-10-06T01:32:43Z", - "DiscoKey": "discokey:22c31bf2440ecf6177b0bdd4d16d48e9080852da9c4575304cc50fe327815229", - "Addresses": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "AllowedIPs": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59923}, - {"Proto": "peerapi6", "Port": 59923} - ]}, - "Created": "2026-04-09T01:32:43.040989252Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4344648662722186, - "StableID": "ndxum5Zhva11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "DiscoKey": "discokey:9f7903eac188a8263390b65f1621761d0072a954e8ea669597872ed0d03a3437", - "Addresses": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "AllowedIPs": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "Endpoints": ["77.164.248.136:56944", "10.65.0.27:56944", "172.17.0.1:56944"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49314}, - {"Proto": "peerapi6", "Port": 49314} - ]}, - "Created": "2026-04-09T01:32:37.619648494Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4961987817075851, - "StableID": "ng9EsL1Jkf11CNTRL", + "ID": 2966571579833114, + "StableID": "ndcqxgoZAQ11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "DiscoKey": "discokey:bf51cc0f099371bb05a312389229b826f720c8e57b223e437ca9693600a5f717", - "Addresses": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "AllowedIPs": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "Endpoints": ["77.164.248.136:35219", "10.65.0.27:35219", "172.17.0.1:35219"], + "Key": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "DiscoKey": "discokey:d7cf3a5e34620f418e8f863429891962ad5db14042753fc85607643128cfd631", + "Addresses": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "AllowedIPs": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "Endpoints": ["77.164.248.136:34914", "10.65.0.27:34914", "172.17.0.1:34914"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + {"Proto": "peerapi4", "Port": 54681}, + {"Proto": "peerapi6", "Port": 54681} ]}, - "Created": "2026-04-09T01:32:38.684749919Z", + "Created": "2026-04-09T08:38:41.379171503Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 5646262207996107, - "StableID": "nzx2cZjC6m11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "DiscoKey": "discokey:d20e44366ff74aab399cddd239c91a437aacf2f82d906146cf234d756302836b", - "Addresses": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "AllowedIPs": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "Endpoints": ["77.164.248.136:56143", "10.65.0.27:56143", "172.17.0.1:56143"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50734}, - {"Proto": "peerapi6", "Port": 50734} + "ID": 3318433185260916, + "StableID": "nF4B9YcvuS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:cc1740dc4b83dde18c6c4661a4d0e3dcf59c6517c8b41a6fda97e481bb7e4355", + "Addresses": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "AllowedIPs": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46722}, + {"Proto": "peerapi6", "Port": 46722} ]}, - "Created": "2026-04-09T01:32:39.782508452Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 6501508962549725, - "StableID": "nJHeeicYms11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "KeyExpiry": "2026-10-06T01:32:42Z", - "DiscoKey": "discokey:3014791480a4c23741060be8e6539a2529329d59be5c8987a3129c61e0d8d171", - "Addresses": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "AllowedIPs": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "Endpoints": ["77.164.248.136:39066", "10.65.0.27:39066", "172.17.0.1:39066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42277}, - {"Proto": "peerapi6", "Port": 42277} - ]}, - "Created": "2026-04-09T01:32:42.506651409Z", + "Created": "2026-04-09T08:38:45.917172255Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7963863990872521, - "StableID": "ngYLukCrB521CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "DiscoKey": "discokey:071d91c201001f78efc8b951b3ecf73299bde78f32ccf99cd94eae9b93735927", - "Addresses": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "AllowedIPs": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "Endpoints": ["77.164.248.136:58444", "10.65.0.27:58444", "172.17.0.1:58444"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 49034}, - {"Proto": "peerapi6", "Port": 49034} - ]}, - "Created": "2026-04-09T01:32:39.241249516Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 8519610445309727, - "StableID": "np1y1kiYX921CNTRL", + "ID": 3589600475332820, + "StableID": "nFvkzcij2V11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "DiscoKey": "discokey:69467b49a449cecfebcb1f02f84d7fbd0944decab3b0bc96acde6528c47b7770", - "Addresses": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "AllowedIPs": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "Endpoints": ["77.164.248.136:38262", "10.65.0.27:38262", "172.17.0.1:38262"], + "Key": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "DiscoKey": "discokey:4f9bcfd658620a77edffee17549d4e4ace551c460b1fe7ea7cb0199f4d833028", + "Addresses": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "AllowedIPs": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "Endpoints": ["77.164.248.136:56459", "10.65.0.27:56459", "172.17.0.1:56459"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60534}, - {"Proto": "peerapi6", "Port": 60534} + {"Proto": "peerapi4", "Port": 37857}, + {"Proto": "peerapi6", "Port": 37857} ]}, - "Created": "2026-04-09T01:32:35.990909808Z", + "Created": "2026-04-09T08:38:38.707336888Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8942300440237649, - "StableID": "nroCS15zpC21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "KeyExpiry": "2026-10-06T01:32:41Z", - "DiscoKey": "discokey:9983e58069494360bd35181ba853de4b3a6afbfac11d1df8ffeeb2f1317c1f5e", - "Addresses": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "AllowedIPs": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "Endpoints": ["77.164.248.136:46164", "10.65.0.27:46164", "172.17.0.1:46164"], + "ID": 3795824940662837, + "StableID": "n84FpJt8eW11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "DiscoKey": "discokey:f87c274cba5a9b1f2ee64076c9de3c11b11361344e7bbf530f566e47d2166d49", + "Addresses": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "AllowedIPs": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "Endpoints": ["77.164.248.136:60305", "10.65.0.27:60305", "172.17.0.1:60305"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49751}, - {"Proto": "peerapi6", "Port": 49751} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 34730}, + {"Proto": "peerapi6", "Port": 34730} ]}, - "Created": "2026-04-09T01:32:41.957204686Z", + "Created": "2026-04-09T08:38:41.927443196Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5645341205961072, + "StableID": "nMBsoMYn5m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "DiscoKey": "discokey:9f2ea9f1ea9481b97a78fd1868ffecb75ce506be28ce17004a1c5d88c3057848", + "Addresses": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "AllowedIPs": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "Endpoints": ["77.164.248.136:58020", "10.65.0.27:58020", "172.17.0.1:58020"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52624}, + {"Proto": "peerapi6", "Port": 52624} + ]}, + "Created": "2026-04-09T08:38:44.309689692Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5720347407543009, + "StableID": "nifizvpkfm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "DiscoKey": "discokey:13e8215816d08a15c484aea74f9783d09df744a8b39f20511353135203420f11", + "Addresses": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "AllowedIPs": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "Endpoints": ["77.164.248.136:44170", "10.65.0.27:44170", "172.17.0.1:44170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 61394}, + {"Proto": "peerapi6", "Port": 61394} + ]}, + "Created": "2026-04-09T08:38:42.448987667Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6639684804909449, + "StableID": "nimHg8G8rt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "DiscoKey": "discokey:57688f472ba87cc51ba5776a7d800b1bd8b6e67badffb727abd4411880651538", + "Addresses": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "AllowedIPs": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "Endpoints": ["77.164.248.136:49574", "10.65.0.27:49574", "172.17.0.1:49574"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 58787}, + {"Proto": "peerapi6", "Port": 58787} + ]}, + "Created": "2026-04-09T08:38:40.313370504Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8028053552212907, + "StableID": "nvJcdWMvg521CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "DiscoKey": "discokey:cf0fee840346d9cedd13bf29ba2111b1c6649f3962b3283a88423df3d86a0d79", + "Addresses": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "AllowedIPs": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "Endpoints": ["77.164.248.136:42057", "10.65.0.27:42057", "172.17.0.1:42057"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 63695}, + {"Proto": "peerapi6", "Port": 63695} + ]}, + "Created": "2026-04-09T08:38:42.988354666Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8931,27 +8941,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7933528586568978": { - "ID": 7933528586568978, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5150087956629508": { + "ID": 5150087956629508, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8982,26 +8994,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8519610445309727, - "StableID": "np1y1kiYX921CNTRL", + "ID": 3589600475332820, + "StableID": "nFvkzcij2V11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 8519610445309727, - "Key": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "DiscoKey": "discokey:69467b49a449cecfebcb1f02f84d7fbd0944decab3b0bc96acde6528c47b7770", - "Addresses": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "AllowedIPs": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "Endpoints": ["77.164.248.136:38262", "10.65.0.27:38262", "172.17.0.1:38262"], + "User": 3589600475332820, + "Key": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "DiscoKey": "discokey:4f9bcfd658620a77edffee17549d4e4ace551c460b1fe7ea7cb0199f4d833028", + "Addresses": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "AllowedIPs": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "Endpoints": ["77.164.248.136:56459", "10.65.0.27:56459", "172.17.0.1:56459"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 60534}, - {"Proto": "peerapi6", "Port": 60534}, + {"Proto": "peerapi4", "Port": 37857}, + {"Proto": "peerapi6", "Port": 37857}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:35.990909808Z", + "Created": "2026-04-09T08:38:38.707336888Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -9029,302 +9041,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "MachineKey": "mkey:7c002a2f9fdf3405aa2d899c914559461c0c5b95123ca74643e35f4ee6b96624", + "NodeKey": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "MachineKey": "mkey:888c2eae7713132fbf6c83b6dc627d52651a1e968730c520996bfe8871cf2a4e", "Peers": [{ - "ID": 914721418485678, - "StableID": "nF9FSUBH9811CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "DiscoKey": "discokey:e492d4b4de0dd32b9c0a4c77c2fe2b00492d7de01e8fda43cb5e4fe818d11a59", - "Addresses": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "AllowedIPs": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "Endpoints": ["77.164.248.136:43550", "10.65.0.27:43550", "172.17.0.1:43550"], + "ID": 198292570345032, + "StableID": "nwAPRxooY211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "KeyExpiry": "2026-10-06T08:38:44Z", + "DiscoKey": "discokey:1e36d3c48d2e93a9a71ba48701632e27688fa13f1a76db32a865b44dc6718b70", + "Addresses": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "AllowedIPs": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "Endpoints": ["77.164.248.136:60358", "10.65.0.27:60358", "172.17.0.1:60358"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50253}, - {"Proto": "peerapi6", "Port": 50253} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 36573}, + {"Proto": "peerapi6", "Port": 36573} ]}, - "Created": "2026-04-09T01:32:36.533445994Z", + "Created": "2026-04-09T08:38:44.840920246Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 2716224764499806, - "StableID": "nD6XAtcBDN11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "DiscoKey": "discokey:cc051d9965cafd8e17d94cd96971b5b85194270e1a488c245de8efd37ecfef1b", - "Addresses": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "AllowedIPs": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], + "ID": 249129984318879, + "StableID": "n4hJctDqw211CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:a667f059b9cfef5d466f93b8f7049b44fb6edc955adbb4b853acd8dfe3e49e7e", + "Addresses": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "AllowedIPs": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "Endpoints": ["77.164.248.136:55093", "10.65.0.27:55093", "172.17.0.1:55093"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40651}, - {"Proto": "peerapi6", "Port": 40651} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55547}, + {"Proto": "peerapi6", "Port": 55547} ]}, - "Created": "2026-04-09T01:32:37.081936031Z", + "Created": "2026-04-09T08:38:45.397958657Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 2789080194058119, - "StableID": "nCjZzcQBnN11CNTRL", + "ID": 1241877801571157, + "StableID": "nUERiP2ThA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "DiscoKey": "discokey:0f261e47063ea50ea26e65762f9ca6247f07265b1a8d02f8a046766dc79e4b55", - "Addresses": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "AllowedIPs": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "Endpoints": ["77.164.248.136:55577", "10.65.0.27:55577", "172.17.0.1:55577"], + "Key": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "DiscoKey": "discokey:b2d60303933571cb6a1fc6331be2d01971d3cab9689106d08a9151ad266bab77", + "Addresses": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "AllowedIPs": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "Endpoints": ["77.164.248.136:58988", "10.65.0.27:58988", "172.17.0.1:58988"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54108}, - {"Proto": "peerapi6", "Port": 54108} + {"Proto": "peerapi4", "Port": 50504}, + {"Proto": "peerapi6", "Port": 50504} ]}, - "Created": "2026-04-09T01:32:35.444831485Z", + "Created": "2026-04-09T08:38:38.167253226Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 3078680208734786, - "StableID": "n37rb6iL3R11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 1251623887677858, + "StableID": "nPDEy93smA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "DiscoKey": "discokey:d005c3dbb25d059cee40eefd67ea168642283522a318e5ff02a68b40a1c41e1f", - "Addresses": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "AllowedIPs": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "Endpoints": ["77.164.248.136:51319", "10.65.0.27:51319", "172.17.0.1:51319"], + "Key": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "DiscoKey": "discokey:34d4ffef33aea14a17c912a667478590921fce5cd20d81cf7a359805a829dd66", + "Addresses": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "AllowedIPs": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "Endpoints": ["77.164.248.136:59007", "10.65.0.27:59007", "172.17.0.1:59007"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58680}, - {"Proto": "peerapi6", "Port": 58680} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52481}, + {"Proto": "peerapi6", "Port": 52481} ]}, - "Created": "2026-04-09T01:32:40.34265745Z", + "Created": "2026-04-09T08:38:39.777366136Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 3213399860681821, - "StableID": "nWmDvnZM6S11CNTRL", + "ID": 1625690809525854, + "StableID": "nomRvA9HhD11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "DiscoKey": "discokey:625eaf4868d9c68d90cc489c0ba34cb87052b4ff67215fae5e9b3b0469a12e7d", + "Addresses": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "AllowedIPs": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "Endpoints": ["77.164.248.136:44785", "10.65.0.27:44785", "172.17.0.1:44785"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 51098}, + {"Proto": "peerapi6", "Port": 51098} + ]}, + "Created": "2026-04-09T08:38:39.253762498Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2220863671214361, + "StableID": "nkepdiKqLJ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "DiscoKey": "discokey:c028b69c24d54c3c4950f1caa5122751697a2d822e4489b41b5171d0f5ef7241", - "Addresses": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "AllowedIPs": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "Endpoints": ["77.164.248.136:56472", "10.65.0.27:56472", "172.17.0.1:56472"], + "Key": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "DiscoKey": "discokey:5245d0a3597e65c71d65b352bf6b9f297a6642dedca9bfa010f931f7c4b1e075", + "Addresses": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "AllowedIPs": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "Endpoints": ["77.164.248.136:55622", "10.65.0.27:55622", "172.17.0.1:55622"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} + {"Proto": "peerapi4", "Port": 37990}, + {"Proto": "peerapi6", "Port": 37990} ]}, - "Created": "2026-04-09T01:32:38.16307351Z", + "Created": "2026-04-09T08:38:40.84298061Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3921143362188176, - "StableID": "nBJLbentcX11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "DiscoKey": "discokey:84ca0a7f0a2c9c00522f773e41e64cc7d81d8670563117be4953668031a4e97c", - "Addresses": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "AllowedIPs": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "Endpoints": ["77.164.248.136:35248", "10.65.0.27:35248", "172.17.0.1:35248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44644}, - {"Proto": "peerapi6", "Port": 44644} - ]}, - "Created": "2026-04-09T01:32:41.412301169Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4061385654217644, - "StableID": "nPaghRiQiY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "KeyExpiry": "2026-10-06T01:32:43Z", - "DiscoKey": "discokey:22c31bf2440ecf6177b0bdd4d16d48e9080852da9c4575304cc50fe327815229", - "Addresses": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "AllowedIPs": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "Endpoints": ["77.164.248.136:55310", "10.65.0.27:55310", "172.17.0.1:55310"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59923}, - {"Proto": "peerapi6", "Port": 59923} - ]}, - "Created": "2026-04-09T01:32:43.040989252Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4344648662722186, - "StableID": "ndxum5Zhva11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "DiscoKey": "discokey:9f7903eac188a8263390b65f1621761d0072a954e8ea669597872ed0d03a3437", - "Addresses": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "AllowedIPs": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "Endpoints": ["77.164.248.136:56944", "10.65.0.27:56944", "172.17.0.1:56944"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49314}, - {"Proto": "peerapi6", "Port": 49314} - ]}, - "Created": "2026-04-09T01:32:37.619648494Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4961987817075851, - "StableID": "ng9EsL1Jkf11CNTRL", + "ID": 2966571579833114, + "StableID": "ndcqxgoZAQ11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "DiscoKey": "discokey:bf51cc0f099371bb05a312389229b826f720c8e57b223e437ca9693600a5f717", - "Addresses": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "AllowedIPs": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "Endpoints": ["77.164.248.136:35219", "10.65.0.27:35219", "172.17.0.1:35219"], + "Key": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "DiscoKey": "discokey:d7cf3a5e34620f418e8f863429891962ad5db14042753fc85607643128cfd631", + "Addresses": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "AllowedIPs": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "Endpoints": ["77.164.248.136:34914", "10.65.0.27:34914", "172.17.0.1:34914"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + {"Proto": "peerapi4", "Port": 54681}, + {"Proto": "peerapi6", "Port": 54681} ]}, - "Created": "2026-04-09T01:32:38.684749919Z", + "Created": "2026-04-09T08:38:41.379171503Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 5646262207996107, - "StableID": "nzx2cZjC6m11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "DiscoKey": "discokey:d20e44366ff74aab399cddd239c91a437aacf2f82d906146cf234d756302836b", - "Addresses": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "AllowedIPs": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "Endpoints": ["77.164.248.136:56143", "10.65.0.27:56143", "172.17.0.1:56143"], + "ID": 3318433185260916, + "StableID": "nF4B9YcvuS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:cc1740dc4b83dde18c6c4661a4d0e3dcf59c6517c8b41a6fda97e481bb7e4355", + "Addresses": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "AllowedIPs": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "Endpoints": ["77.164.248.136:53437", "10.65.0.27:53437", "172.17.0.1:53437"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50734}, - {"Proto": "peerapi6", "Port": 50734} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46722}, + {"Proto": "peerapi6", "Port": 46722} ]}, - "Created": "2026-04-09T01:32:39.782508452Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 6501508962549725, - "StableID": "nJHeeicYms11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "KeyExpiry": "2026-10-06T01:32:42Z", - "DiscoKey": "discokey:3014791480a4c23741060be8e6539a2529329d59be5c8987a3129c61e0d8d171", - "Addresses": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "AllowedIPs": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "Endpoints": ["77.164.248.136:39066", "10.65.0.27:39066", "172.17.0.1:39066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42277}, - {"Proto": "peerapi6", "Port": 42277} - ]}, - "Created": "2026-04-09T01:32:42.506651409Z", + "Created": "2026-04-09T08:38:45.917172255Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7933528586568978, - "StableID": "ndix6uL7x421CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "DiscoKey": "discokey:3ea2aef45b104b4966285ea7dc7ca43fb39ecddc4f84a116eb77d414ad2ad029", - "Addresses": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "AllowedIPs": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "Endpoints": ["77.164.248.136:34555", "10.65.0.27:34555", "172.17.0.1:34555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 43383}, - {"Proto": "peerapi6", "Port": 43383} - ]}, - "Created": "2026-04-09T01:32:40.86748244Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7963863990872521, - "StableID": "ngYLukCrB521CNTRL", + "ID": 3795824940662837, + "StableID": "n84FpJt8eW11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "DiscoKey": "discokey:071d91c201001f78efc8b951b3ecf73299bde78f32ccf99cd94eae9b93735927", - "Addresses": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "AllowedIPs": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "Endpoints": ["77.164.248.136:58444", "10.65.0.27:58444", "172.17.0.1:58444"], + "Key": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "DiscoKey": "discokey:f87c274cba5a9b1f2ee64076c9de3c11b11361344e7bbf530f566e47d2166d49", + "Addresses": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "AllowedIPs": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "Endpoints": ["77.164.248.136:60305", "10.65.0.27:60305", "172.17.0.1:60305"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 49034}, - {"Proto": "peerapi6", "Port": 49034} + {"Proto": "peerapi4", "Port": 34730}, + {"Proto": "peerapi6", "Port": 34730} ]}, - "Created": "2026-04-09T01:32:39.241249516Z", + "Created": "2026-04-09T08:38:41.927443196Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8942300440237649, - "StableID": "nroCS15zpC21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "KeyExpiry": "2026-10-06T01:32:41Z", - "DiscoKey": "discokey:9983e58069494360bd35181ba853de4b3a6afbfac11d1df8ffeeb2f1317c1f5e", - "Addresses": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "AllowedIPs": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "Endpoints": ["77.164.248.136:46164", "10.65.0.27:46164", "172.17.0.1:46164"], + "ID": 5150087956629508, + "StableID": "n51d5W5VDh11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "DiscoKey": "discokey:590817bb1ae81ea48ee744600cd5090621c00212b3a3bf10eaddbd8d7d707a2d", + "Addresses": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "AllowedIPs": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "Endpoints": ["77.164.248.136:52575", "10.65.0.27:52575", "172.17.0.1:52575"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49751}, - {"Proto": "peerapi6", "Port": 49751} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55889}, + {"Proto": "peerapi6", "Port": 55889} ]}, - "Created": "2026-04-09T01:32:41.957204686Z", + "Created": "2026-04-09T08:38:43.749684604Z", "Cap": 131, + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5645341205961072, + "StableID": "nMBsoMYn5m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "DiscoKey": "discokey:9f2ea9f1ea9481b97a78fd1868ffecb75ce506be28ce17004a1c5d88c3057848", + "Addresses": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "AllowedIPs": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "Endpoints": ["77.164.248.136:58020", "10.65.0.27:58020", "172.17.0.1:58020"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52624}, + {"Proto": "peerapi6", "Port": 52624} + ]}, + "Created": "2026-04-09T08:38:44.309689692Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5720347407543009, + "StableID": "nifizvpkfm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "DiscoKey": "discokey:13e8215816d08a15c484aea74f9783d09df744a8b39f20511353135203420f11", + "Addresses": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "AllowedIPs": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "Endpoints": ["77.164.248.136:44170", "10.65.0.27:44170", "172.17.0.1:44170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 61394}, + {"Proto": "peerapi6", "Port": 61394} + ]}, + "Created": "2026-04-09T08:38:42.448987667Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6639684804909449, + "StableID": "nimHg8G8rt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "DiscoKey": "discokey:57688f472ba87cc51ba5776a7d800b1bd8b6e67badffb727abd4411880651538", + "Addresses": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "AllowedIPs": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "Endpoints": ["77.164.248.136:49574", "10.65.0.27:49574", "172.17.0.1:49574"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 58787}, + {"Proto": "peerapi6", "Port": 58787} + ]}, + "Created": "2026-04-09T08:38:40.313370504Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8028053552212907, + "StableID": "nvJcdWMvg521CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "DiscoKey": "discokey:cf0fee840346d9cedd13bf29ba2111b1c6649f3962b3283a88423df3d86a0d79", + "Addresses": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "AllowedIPs": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "Endpoints": ["77.164.248.136:42057", "10.65.0.27:42057", "172.17.0.1:42057"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 63695}, + {"Proto": "peerapi6", "Port": 63695} + ]}, + "Created": "2026-04-09T08:38:42.988354666Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10172,27 +10184,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8519610445309727": { - "ID": 8519610445309727, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3589600475332820": { + "ID": 3589600475332820, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10223,26 +10237,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2789080194058119, - "StableID": "nCjZzcQBnN11CNTRL", + "ID": 1241877801571157, + "StableID": "nUERiP2ThA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 2789080194058119, - "Key": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "DiscoKey": "discokey:0f261e47063ea50ea26e65762f9ca6247f07265b1a8d02f8a046766dc79e4b55", - "Addresses": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "AllowedIPs": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "Endpoints": ["77.164.248.136:55577", "10.65.0.27:55577", "172.17.0.1:55577"], + "User": 1241877801571157, + "Key": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "DiscoKey": "discokey:b2d60303933571cb6a1fc6331be2d01971d3cab9689106d08a9151ad266bab77", + "Addresses": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "AllowedIPs": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "Endpoints": ["77.164.248.136:58988", "10.65.0.27:58988", "172.17.0.1:58988"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 54108}, - {"Proto": "peerapi6", "Port": 54108}, + {"Proto": "peerapi4", "Port": 50504}, + {"Proto": "peerapi6", "Port": 50504}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:35.444831485Z", + "Created": "2026-04-09T08:38:38.167253226Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10270,302 +10284,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "MachineKey": "mkey:e18dbbe49ea1db22643e4efdf314f2a5b4b541e96a42da8ff1ce16716e242e65", + "NodeKey": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "MachineKey": "mkey:785ad552903f0bc81b7bd97609732d8d69fb271fe8d0a7001da6cc59a5e40f4a", "Peers": [{ - "ID": 914721418485678, - "StableID": "nF9FSUBH9811CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "DiscoKey": "discokey:e492d4b4de0dd32b9c0a4c77c2fe2b00492d7de01e8fda43cb5e4fe818d11a59", - "Addresses": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "AllowedIPs": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "Endpoints": ["77.164.248.136:43550", "10.65.0.27:43550", "172.17.0.1:43550"], + "ID": 198292570345032, + "StableID": "nwAPRxooY211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "KeyExpiry": "2026-10-06T08:38:44Z", + "DiscoKey": "discokey:1e36d3c48d2e93a9a71ba48701632e27688fa13f1a76db32a865b44dc6718b70", + "Addresses": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "AllowedIPs": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "Endpoints": ["77.164.248.136:60358", "10.65.0.27:60358", "172.17.0.1:60358"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50253}, - {"Proto": "peerapi6", "Port": 50253} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 36573}, + {"Proto": "peerapi6", "Port": 36573} ]}, - "Created": "2026-04-09T01:32:36.533445994Z", + "Created": "2026-04-09T08:38:44.840920246Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 2716224764499806, - "StableID": "nD6XAtcBDN11CNTRL", + "ID": 249129984318879, + "StableID": "n4hJctDqw211CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:a667f059b9cfef5d466f93b8f7049b44fb6edc955adbb4b853acd8dfe3e49e7e", + "Addresses": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "AllowedIPs": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "Endpoints": ["77.164.248.136:55093", "10.65.0.27:55093", "172.17.0.1:55093"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55547}, + {"Proto": "peerapi6", "Port": 55547} + ]}, + "Created": "2026-04-09T08:38:45.397958657Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 1251623887677858, + "StableID": "nPDEy93smA11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "DiscoKey": "discokey:cc051d9965cafd8e17d94cd96971b5b85194270e1a488c245de8efd37ecfef1b", - "Addresses": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "AllowedIPs": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], + "Key": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "DiscoKey": "discokey:34d4ffef33aea14a17c912a667478590921fce5cd20d81cf7a359805a829dd66", + "Addresses": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "AllowedIPs": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "Endpoints": ["77.164.248.136:59007", "10.65.0.27:59007", "172.17.0.1:59007"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40651}, - {"Proto": "peerapi6", "Port": 40651} + {"Proto": "peerapi4", "Port": 52481}, + {"Proto": "peerapi6", "Port": 52481} ]}, - "Created": "2026-04-09T01:32:37.081936031Z", + "Created": "2026-04-09T08:38:39.777366136Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 3078680208734786, - "StableID": "n37rb6iL3R11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 1625690809525854, + "StableID": "nomRvA9HhD11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "DiscoKey": "discokey:d005c3dbb25d059cee40eefd67ea168642283522a318e5ff02a68b40a1c41e1f", - "Addresses": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "AllowedIPs": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "Endpoints": ["77.164.248.136:51319", "10.65.0.27:51319", "172.17.0.1:51319"], + "Key": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "DiscoKey": "discokey:625eaf4868d9c68d90cc489c0ba34cb87052b4ff67215fae5e9b3b0469a12e7d", + "Addresses": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "AllowedIPs": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "Endpoints": ["77.164.248.136:44785", "10.65.0.27:44785", "172.17.0.1:44785"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58680}, - {"Proto": "peerapi6", "Port": 58680} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 51098}, + {"Proto": "peerapi6", "Port": 51098} ]}, - "Created": "2026-04-09T01:32:40.34265745Z", + "Created": "2026-04-09T08:38:39.253762498Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 3213399860681821, - "StableID": "nWmDvnZM6S11CNTRL", + "ID": 2220863671214361, + "StableID": "nkepdiKqLJ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "DiscoKey": "discokey:c028b69c24d54c3c4950f1caa5122751697a2d822e4489b41b5171d0f5ef7241", - "Addresses": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "AllowedIPs": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "Endpoints": ["77.164.248.136:56472", "10.65.0.27:56472", "172.17.0.1:56472"], + "Key": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "DiscoKey": "discokey:5245d0a3597e65c71d65b352bf6b9f297a6642dedca9bfa010f931f7c4b1e075", + "Addresses": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "AllowedIPs": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "Endpoints": ["77.164.248.136:55622", "10.65.0.27:55622", "172.17.0.1:55622"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} + {"Proto": "peerapi4", "Port": 37990}, + {"Proto": "peerapi6", "Port": 37990} ]}, - "Created": "2026-04-09T01:32:38.16307351Z", + "Created": "2026-04-09T08:38:40.84298061Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3921143362188176, - "StableID": "nBJLbentcX11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "DiscoKey": "discokey:84ca0a7f0a2c9c00522f773e41e64cc7d81d8670563117be4953668031a4e97c", - "Addresses": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "AllowedIPs": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "Endpoints": ["77.164.248.136:35248", "10.65.0.27:35248", "172.17.0.1:35248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44644}, - {"Proto": "peerapi6", "Port": 44644} - ]}, - "Created": "2026-04-09T01:32:41.412301169Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4061385654217644, - "StableID": "nPaghRiQiY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "KeyExpiry": "2026-10-06T01:32:43Z", - "DiscoKey": "discokey:22c31bf2440ecf6177b0bdd4d16d48e9080852da9c4575304cc50fe327815229", - "Addresses": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "AllowedIPs": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "Endpoints": ["77.164.248.136:55310", "10.65.0.27:55310", "172.17.0.1:55310"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59923}, - {"Proto": "peerapi6", "Port": 59923} - ]}, - "Created": "2026-04-09T01:32:43.040989252Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4344648662722186, - "StableID": "ndxum5Zhva11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "DiscoKey": "discokey:9f7903eac188a8263390b65f1621761d0072a954e8ea669597872ed0d03a3437", - "Addresses": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "AllowedIPs": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "Endpoints": ["77.164.248.136:56944", "10.65.0.27:56944", "172.17.0.1:56944"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49314}, - {"Proto": "peerapi6", "Port": 49314} - ]}, - "Created": "2026-04-09T01:32:37.619648494Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4961987817075851, - "StableID": "ng9EsL1Jkf11CNTRL", + "ID": 2966571579833114, + "StableID": "ndcqxgoZAQ11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "DiscoKey": "discokey:bf51cc0f099371bb05a312389229b826f720c8e57b223e437ca9693600a5f717", - "Addresses": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "AllowedIPs": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "Endpoints": ["77.164.248.136:35219", "10.65.0.27:35219", "172.17.0.1:35219"], + "Key": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "DiscoKey": "discokey:d7cf3a5e34620f418e8f863429891962ad5db14042753fc85607643128cfd631", + "Addresses": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "AllowedIPs": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "Endpoints": ["77.164.248.136:34914", "10.65.0.27:34914", "172.17.0.1:34914"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + {"Proto": "peerapi4", "Port": 54681}, + {"Proto": "peerapi6", "Port": 54681} ]}, - "Created": "2026-04-09T01:32:38.684749919Z", + "Created": "2026-04-09T08:38:41.379171503Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 5646262207996107, - "StableID": "nzx2cZjC6m11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "DiscoKey": "discokey:d20e44366ff74aab399cddd239c91a437aacf2f82d906146cf234d756302836b", - "Addresses": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "AllowedIPs": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "Endpoints": ["77.164.248.136:56143", "10.65.0.27:56143", "172.17.0.1:56143"], + "ID": 3318433185260916, + "StableID": "nF4B9YcvuS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:cc1740dc4b83dde18c6c4661a4d0e3dcf59c6517c8b41a6fda97e481bb7e4355", + "Addresses": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "AllowedIPs": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "Endpoints": ["77.164.248.136:53437", "10.65.0.27:53437", "172.17.0.1:53437"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50734}, - {"Proto": "peerapi6", "Port": 50734} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46722}, + {"Proto": "peerapi6", "Port": 46722} ]}, - "Created": "2026-04-09T01:32:39.782508452Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 6501508962549725, - "StableID": "nJHeeicYms11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "KeyExpiry": "2026-10-06T01:32:42Z", - "DiscoKey": "discokey:3014791480a4c23741060be8e6539a2529329d59be5c8987a3129c61e0d8d171", - "Addresses": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "AllowedIPs": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "Endpoints": ["77.164.248.136:39066", "10.65.0.27:39066", "172.17.0.1:39066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42277}, - {"Proto": "peerapi6", "Port": 42277} - ]}, - "Created": "2026-04-09T01:32:42.506651409Z", + "Created": "2026-04-09T08:38:45.917172255Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7933528586568978, - "StableID": "ndix6uL7x421CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "DiscoKey": "discokey:3ea2aef45b104b4966285ea7dc7ca43fb39ecddc4f84a116eb77d414ad2ad029", - "Addresses": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "AllowedIPs": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "Endpoints": ["77.164.248.136:34555", "10.65.0.27:34555", "172.17.0.1:34555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 43383}, - {"Proto": "peerapi6", "Port": 43383} - ]}, - "Created": "2026-04-09T01:32:40.86748244Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7963863990872521, - "StableID": "ngYLukCrB521CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "DiscoKey": "discokey:071d91c201001f78efc8b951b3ecf73299bde78f32ccf99cd94eae9b93735927", - "Addresses": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "AllowedIPs": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "Endpoints": ["77.164.248.136:58444", "10.65.0.27:58444", "172.17.0.1:58444"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 49034}, - {"Proto": "peerapi6", "Port": 49034} - ]}, - "Created": "2026-04-09T01:32:39.241249516Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 8519610445309727, - "StableID": "np1y1kiYX921CNTRL", + "ID": 3589600475332820, + "StableID": "nFvkzcij2V11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "DiscoKey": "discokey:69467b49a449cecfebcb1f02f84d7fbd0944decab3b0bc96acde6528c47b7770", - "Addresses": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "AllowedIPs": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "Endpoints": ["77.164.248.136:38262", "10.65.0.27:38262", "172.17.0.1:38262"], + "Key": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "DiscoKey": "discokey:4f9bcfd658620a77edffee17549d4e4ace551c460b1fe7ea7cb0199f4d833028", + "Addresses": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "AllowedIPs": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "Endpoints": ["77.164.248.136:56459", "10.65.0.27:56459", "172.17.0.1:56459"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60534}, - {"Proto": "peerapi6", "Port": 60534} + {"Proto": "peerapi4", "Port": 37857}, + {"Proto": "peerapi6", "Port": 37857} ]}, - "Created": "2026-04-09T01:32:35.990909808Z", + "Created": "2026-04-09T08:38:38.707336888Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8942300440237649, - "StableID": "nroCS15zpC21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "KeyExpiry": "2026-10-06T01:32:41Z", - "DiscoKey": "discokey:9983e58069494360bd35181ba853de4b3a6afbfac11d1df8ffeeb2f1317c1f5e", - "Addresses": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "AllowedIPs": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "Endpoints": ["77.164.248.136:46164", "10.65.0.27:46164", "172.17.0.1:46164"], + "ID": 3795824940662837, + "StableID": "n84FpJt8eW11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "DiscoKey": "discokey:f87c274cba5a9b1f2ee64076c9de3c11b11361344e7bbf530f566e47d2166d49", + "Addresses": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "AllowedIPs": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "Endpoints": ["77.164.248.136:60305", "10.65.0.27:60305", "172.17.0.1:60305"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49751}, - {"Proto": "peerapi6", "Port": 49751} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 34730}, + {"Proto": "peerapi6", "Port": 34730} ]}, - "Created": "2026-04-09T01:32:41.957204686Z", + "Created": "2026-04-09T08:38:41.927443196Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5150087956629508, + "StableID": "n51d5W5VDh11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "DiscoKey": "discokey:590817bb1ae81ea48ee744600cd5090621c00212b3a3bf10eaddbd8d7d707a2d", + "Addresses": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "AllowedIPs": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "Endpoints": ["77.164.248.136:52575", "10.65.0.27:52575", "172.17.0.1:52575"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55889}, + {"Proto": "peerapi6", "Port": 55889} + ]}, + "Created": "2026-04-09T08:38:43.749684604Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5645341205961072, + "StableID": "nMBsoMYn5m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "DiscoKey": "discokey:9f2ea9f1ea9481b97a78fd1868ffecb75ce506be28ce17004a1c5d88c3057848", + "Addresses": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "AllowedIPs": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "Endpoints": ["77.164.248.136:58020", "10.65.0.27:58020", "172.17.0.1:58020"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52624}, + {"Proto": "peerapi6", "Port": 52624} + ]}, + "Created": "2026-04-09T08:38:44.309689692Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5720347407543009, + "StableID": "nifizvpkfm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "DiscoKey": "discokey:13e8215816d08a15c484aea74f9783d09df744a8b39f20511353135203420f11", + "Addresses": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "AllowedIPs": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "Endpoints": ["77.164.248.136:44170", "10.65.0.27:44170", "172.17.0.1:44170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 61394}, + {"Proto": "peerapi6", "Port": 61394} + ]}, + "Created": "2026-04-09T08:38:42.448987667Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6639684804909449, + "StableID": "nimHg8G8rt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "DiscoKey": "discokey:57688f472ba87cc51ba5776a7d800b1bd8b6e67badffb727abd4411880651538", + "Addresses": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "AllowedIPs": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "Endpoints": ["77.164.248.136:49574", "10.65.0.27:49574", "172.17.0.1:49574"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 58787}, + {"Proto": "peerapi6", "Port": 58787} + ]}, + "Created": "2026-04-09T08:38:40.313370504Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8028053552212907, + "StableID": "nvJcdWMvg521CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "DiscoKey": "discokey:cf0fee840346d9cedd13bf29ba2111b1c6649f3962b3283a88423df3d86a0d79", + "Addresses": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "AllowedIPs": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "Endpoints": ["77.164.248.136:42057", "10.65.0.27:42057", "172.17.0.1:42057"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 63695}, + {"Proto": "peerapi6", "Port": 63695} + ]}, + "Created": "2026-04-09T08:38:42.988354666Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11413,27 +11427,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2789080194058119": { - "ID": 2789080194058119, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1241877801571157": { + "ID": 1241877801571157, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11464,21 +11480,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4344648662722186, - "StableID": "ndxum5Zhva11CNTRL", + "ID": 6639684804909449, + "StableID": "nimHg8G8rt11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 4344648662722186, - "Key": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "DiscoKey": "discokey:9f7903eac188a8263390b65f1621761d0072a954e8ea669597872ed0d03a3437", - "Addresses": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "AllowedIPs": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "Endpoints": ["77.164.248.136:56944", "10.65.0.27:56944", "172.17.0.1:56944"], + "User": 6639684804909449, + "Key": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "DiscoKey": "discokey:57688f472ba87cc51ba5776a7d800b1bd8b6e67badffb727abd4411880651538", + "Addresses": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "AllowedIPs": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "Endpoints": ["77.164.248.136:49574", "10.65.0.27:49574", "172.17.0.1:49574"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 49314}, - {"Proto": "peerapi6", "Port": 49314}, + {"Proto": "peerapi4", "Port": 58787}, + {"Proto": "peerapi6", "Port": 58787}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:37.619648494Z", + "Created": "2026-04-09T08:38:40.313370504Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11506,300 +11522,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "MachineKey": "mkey:4bbdf2422bf07a535575909ae7725c6b4c517fd8802e15922856249cf9cbfa51", + "NodeKey": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "MachineKey": "mkey:f93ec0e9a352b64beecede7f28ab930e62b204ab7291347f873e355c80bc4f24", "Peers": [{ - "ID": 914721418485678, - "StableID": "nF9FSUBH9811CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "DiscoKey": "discokey:e492d4b4de0dd32b9c0a4c77c2fe2b00492d7de01e8fda43cb5e4fe818d11a59", - "Addresses": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "AllowedIPs": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "Endpoints": ["77.164.248.136:43550", "10.65.0.27:43550", "172.17.0.1:43550"], + "ID": 198292570345032, + "StableID": "nwAPRxooY211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "KeyExpiry": "2026-10-06T08:38:44Z", + "DiscoKey": "discokey:1e36d3c48d2e93a9a71ba48701632e27688fa13f1a76db32a865b44dc6718b70", + "Addresses": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "AllowedIPs": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "Endpoints": ["77.164.248.136:60358", "10.65.0.27:60358", "172.17.0.1:60358"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50253}, - {"Proto": "peerapi6", "Port": 50253} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 36573}, + {"Proto": "peerapi6", "Port": 36573} ]}, - "Created": "2026-04-09T01:32:36.533445994Z", + "Created": "2026-04-09T08:38:44.840920246Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 2716224764499806, - "StableID": "nD6XAtcBDN11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "DiscoKey": "discokey:cc051d9965cafd8e17d94cd96971b5b85194270e1a488c245de8efd37ecfef1b", - "Addresses": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "AllowedIPs": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], + "ID": 249129984318879, + "StableID": "n4hJctDqw211CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:a667f059b9cfef5d466f93b8f7049b44fb6edc955adbb4b853acd8dfe3e49e7e", + "Addresses": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "AllowedIPs": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "Endpoints": ["77.164.248.136:55093", "10.65.0.27:55093", "172.17.0.1:55093"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40651}, - {"Proto": "peerapi6", "Port": 40651} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55547}, + {"Proto": "peerapi6", "Port": 55547} ]}, - "Created": "2026-04-09T01:32:37.081936031Z", + "Created": "2026-04-09T08:38:45.397958657Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 2789080194058119, - "StableID": "nCjZzcQBnN11CNTRL", + "ID": 1241877801571157, + "StableID": "nUERiP2ThA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "DiscoKey": "discokey:0f261e47063ea50ea26e65762f9ca6247f07265b1a8d02f8a046766dc79e4b55", - "Addresses": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "AllowedIPs": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "Endpoints": ["77.164.248.136:55577", "10.65.0.27:55577", "172.17.0.1:55577"], + "Key": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "DiscoKey": "discokey:b2d60303933571cb6a1fc6331be2d01971d3cab9689106d08a9151ad266bab77", + "Addresses": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "AllowedIPs": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "Endpoints": ["77.164.248.136:58988", "10.65.0.27:58988", "172.17.0.1:58988"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54108}, - {"Proto": "peerapi6", "Port": 54108} + {"Proto": "peerapi4", "Port": 50504}, + {"Proto": "peerapi6", "Port": 50504} ]}, - "Created": "2026-04-09T01:32:35.444831485Z", + "Created": "2026-04-09T08:38:38.167253226Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 3078680208734786, - "StableID": "n37rb6iL3R11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 1251623887677858, + "StableID": "nPDEy93smA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "DiscoKey": "discokey:d005c3dbb25d059cee40eefd67ea168642283522a318e5ff02a68b40a1c41e1f", - "Addresses": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "AllowedIPs": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "Endpoints": ["77.164.248.136:51319", "10.65.0.27:51319", "172.17.0.1:51319"], + "Key": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "DiscoKey": "discokey:34d4ffef33aea14a17c912a667478590921fce5cd20d81cf7a359805a829dd66", + "Addresses": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "AllowedIPs": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "Endpoints": ["77.164.248.136:59007", "10.65.0.27:59007", "172.17.0.1:59007"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58680}, - {"Proto": "peerapi6", "Port": 58680} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52481}, + {"Proto": "peerapi6", "Port": 52481} ]}, - "Created": "2026-04-09T01:32:40.34265745Z", + "Created": "2026-04-09T08:38:39.777366136Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 3213399860681821, - "StableID": "nWmDvnZM6S11CNTRL", + "ID": 1625690809525854, + "StableID": "nomRvA9HhD11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "DiscoKey": "discokey:625eaf4868d9c68d90cc489c0ba34cb87052b4ff67215fae5e9b3b0469a12e7d", + "Addresses": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "AllowedIPs": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "Endpoints": ["77.164.248.136:44785", "10.65.0.27:44785", "172.17.0.1:44785"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 51098}, + {"Proto": "peerapi6", "Port": 51098} + ]}, + "Created": "2026-04-09T08:38:39.253762498Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2220863671214361, + "StableID": "nkepdiKqLJ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "DiscoKey": "discokey:c028b69c24d54c3c4950f1caa5122751697a2d822e4489b41b5171d0f5ef7241", - "Addresses": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "AllowedIPs": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "Endpoints": ["77.164.248.136:56472", "10.65.0.27:56472", "172.17.0.1:56472"], + "Key": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "DiscoKey": "discokey:5245d0a3597e65c71d65b352bf6b9f297a6642dedca9bfa010f931f7c4b1e075", + "Addresses": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "AllowedIPs": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "Endpoints": ["77.164.248.136:55622", "10.65.0.27:55622", "172.17.0.1:55622"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} + {"Proto": "peerapi4", "Port": 37990}, + {"Proto": "peerapi6", "Port": 37990} ]}, - "Created": "2026-04-09T01:32:38.16307351Z", + "Created": "2026-04-09T08:38:40.84298061Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3921143362188176, - "StableID": "nBJLbentcX11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "DiscoKey": "discokey:84ca0a7f0a2c9c00522f773e41e64cc7d81d8670563117be4953668031a4e97c", - "Addresses": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "AllowedIPs": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "Endpoints": ["77.164.248.136:35248", "10.65.0.27:35248", "172.17.0.1:35248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44644}, - {"Proto": "peerapi6", "Port": 44644} - ]}, - "Created": "2026-04-09T01:32:41.412301169Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4061385654217644, - "StableID": "nPaghRiQiY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "KeyExpiry": "2026-10-06T01:32:43Z", - "DiscoKey": "discokey:22c31bf2440ecf6177b0bdd4d16d48e9080852da9c4575304cc50fe327815229", - "Addresses": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "AllowedIPs": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59923}, - {"Proto": "peerapi6", "Port": 59923} - ]}, - "Created": "2026-04-09T01:32:43.040989252Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4961987817075851, - "StableID": "ng9EsL1Jkf11CNTRL", + "ID": 2966571579833114, + "StableID": "ndcqxgoZAQ11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "DiscoKey": "discokey:bf51cc0f099371bb05a312389229b826f720c8e57b223e437ca9693600a5f717", - "Addresses": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "AllowedIPs": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "Endpoints": ["77.164.248.136:35219", "10.65.0.27:35219", "172.17.0.1:35219"], + "Key": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "DiscoKey": "discokey:d7cf3a5e34620f418e8f863429891962ad5db14042753fc85607643128cfd631", + "Addresses": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "AllowedIPs": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "Endpoints": ["77.164.248.136:34914", "10.65.0.27:34914", "172.17.0.1:34914"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + {"Proto": "peerapi4", "Port": 54681}, + {"Proto": "peerapi6", "Port": 54681} ]}, - "Created": "2026-04-09T01:32:38.684749919Z", + "Created": "2026-04-09T08:38:41.379171503Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 5646262207996107, - "StableID": "nzx2cZjC6m11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "DiscoKey": "discokey:d20e44366ff74aab399cddd239c91a437aacf2f82d906146cf234d756302836b", - "Addresses": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "AllowedIPs": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "Endpoints": ["77.164.248.136:56143", "10.65.0.27:56143", "172.17.0.1:56143"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50734}, - {"Proto": "peerapi6", "Port": 50734} + "ID": 3318433185260916, + "StableID": "nF4B9YcvuS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:cc1740dc4b83dde18c6c4661a4d0e3dcf59c6517c8b41a6fda97e481bb7e4355", + "Addresses": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "AllowedIPs": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46722}, + {"Proto": "peerapi6", "Port": 46722} ]}, - "Created": "2026-04-09T01:32:39.782508452Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 6501508962549725, - "StableID": "nJHeeicYms11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "KeyExpiry": "2026-10-06T01:32:42Z", - "DiscoKey": "discokey:3014791480a4c23741060be8e6539a2529329d59be5c8987a3129c61e0d8d171", - "Addresses": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "AllowedIPs": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "Endpoints": ["77.164.248.136:39066", "10.65.0.27:39066", "172.17.0.1:39066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42277}, - {"Proto": "peerapi6", "Port": 42277} - ]}, - "Created": "2026-04-09T01:32:42.506651409Z", + "Created": "2026-04-09T08:38:45.917172255Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7933528586568978, - "StableID": "ndix6uL7x421CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "DiscoKey": "discokey:3ea2aef45b104b4966285ea7dc7ca43fb39ecddc4f84a116eb77d414ad2ad029", - "Addresses": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "AllowedIPs": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "Endpoints": ["77.164.248.136:34555", "10.65.0.27:34555", "172.17.0.1:34555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 43383}, - {"Proto": "peerapi6", "Port": 43383} - ]}, - "Created": "2026-04-09T01:32:40.86748244Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7963863990872521, - "StableID": "ngYLukCrB521CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "DiscoKey": "discokey:071d91c201001f78efc8b951b3ecf73299bde78f32ccf99cd94eae9b93735927", - "Addresses": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "AllowedIPs": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "Endpoints": ["77.164.248.136:58444", "10.65.0.27:58444", "172.17.0.1:58444"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 49034}, - {"Proto": "peerapi6", "Port": 49034} - ]}, - "Created": "2026-04-09T01:32:39.241249516Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 8519610445309727, - "StableID": "np1y1kiYX921CNTRL", + "ID": 3589600475332820, + "StableID": "nFvkzcij2V11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "DiscoKey": "discokey:69467b49a449cecfebcb1f02f84d7fbd0944decab3b0bc96acde6528c47b7770", - "Addresses": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "AllowedIPs": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "Endpoints": ["77.164.248.136:38262", "10.65.0.27:38262", "172.17.0.1:38262"], + "Key": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "DiscoKey": "discokey:4f9bcfd658620a77edffee17549d4e4ace551c460b1fe7ea7cb0199f4d833028", + "Addresses": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "AllowedIPs": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "Endpoints": ["77.164.248.136:56459", "10.65.0.27:56459", "172.17.0.1:56459"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60534}, - {"Proto": "peerapi6", "Port": 60534} + {"Proto": "peerapi4", "Port": 37857}, + {"Proto": "peerapi6", "Port": 37857} ]}, - "Created": "2026-04-09T01:32:35.990909808Z", + "Created": "2026-04-09T08:38:38.707336888Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8942300440237649, - "StableID": "nroCS15zpC21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "KeyExpiry": "2026-10-06T01:32:41Z", - "DiscoKey": "discokey:9983e58069494360bd35181ba853de4b3a6afbfac11d1df8ffeeb2f1317c1f5e", - "Addresses": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "AllowedIPs": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "Endpoints": ["77.164.248.136:46164", "10.65.0.27:46164", "172.17.0.1:46164"], + "ID": 3795824940662837, + "StableID": "n84FpJt8eW11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "DiscoKey": "discokey:f87c274cba5a9b1f2ee64076c9de3c11b11361344e7bbf530f566e47d2166d49", + "Addresses": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "AllowedIPs": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "Endpoints": ["77.164.248.136:60305", "10.65.0.27:60305", "172.17.0.1:60305"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49751}, - {"Proto": "peerapi6", "Port": 49751} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 34730}, + {"Proto": "peerapi6", "Port": 34730} ]}, - "Created": "2026-04-09T01:32:41.957204686Z", + "Created": "2026-04-09T08:38:41.927443196Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5150087956629508, + "StableID": "n51d5W5VDh11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "DiscoKey": "discokey:590817bb1ae81ea48ee744600cd5090621c00212b3a3bf10eaddbd8d7d707a2d", + "Addresses": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "AllowedIPs": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "Endpoints": ["77.164.248.136:52575", "10.65.0.27:52575", "172.17.0.1:52575"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55889}, + {"Proto": "peerapi6", "Port": 55889} + ]}, + "Created": "2026-04-09T08:38:43.749684604Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5645341205961072, + "StableID": "nMBsoMYn5m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "DiscoKey": "discokey:9f2ea9f1ea9481b97a78fd1868ffecb75ce506be28ce17004a1c5d88c3057848", + "Addresses": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "AllowedIPs": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "Endpoints": ["77.164.248.136:58020", "10.65.0.27:58020", "172.17.0.1:58020"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52624}, + {"Proto": "peerapi6", "Port": 52624} + ]}, + "Created": "2026-04-09T08:38:44.309689692Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5720347407543009, + "StableID": "nifizvpkfm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "DiscoKey": "discokey:13e8215816d08a15c484aea74f9783d09df744a8b39f20511353135203420f11", + "Addresses": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "AllowedIPs": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "Endpoints": ["77.164.248.136:44170", "10.65.0.27:44170", "172.17.0.1:44170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 61394}, + {"Proto": "peerapi6", "Port": 61394} + ]}, + "Created": "2026-04-09T08:38:42.448987667Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8028053552212907, + "StableID": "nvJcdWMvg521CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "DiscoKey": "discokey:cf0fee840346d9cedd13bf29ba2111b1c6649f3962b3283a88423df3d86a0d79", + "Addresses": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "AllowedIPs": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "Endpoints": ["77.164.248.136:42057", "10.65.0.27:42057", "172.17.0.1:42057"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 63695}, + {"Proto": "peerapi6", "Port": 63695} + ]}, + "Created": "2026-04-09T08:38:42.988354666Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12647,27 +12663,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4344648662722186": { - "ID": 4344648662722186, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6639684804909449": { + "ID": 6639684804909449, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12698,21 +12716,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2716224764499806, - "StableID": "nD6XAtcBDN11CNTRL", + "ID": 1251623887677858, + "StableID": "nPDEy93smA11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 2716224764499806, - "Key": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "DiscoKey": "discokey:cc051d9965cafd8e17d94cd96971b5b85194270e1a488c245de8efd37ecfef1b", - "Addresses": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "AllowedIPs": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], + "User": 1251623887677858, + "Key": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "DiscoKey": "discokey:34d4ffef33aea14a17c912a667478590921fce5cd20d81cf7a359805a829dd66", + "Addresses": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "AllowedIPs": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "Endpoints": ["77.164.248.136:59007", "10.65.0.27:59007", "172.17.0.1:59007"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 40651}, - {"Proto": "peerapi6", "Port": 40651}, + {"Proto": "peerapi4", "Port": 52481}, + {"Proto": "peerapi6", "Port": 52481}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:37.081936031Z", + "Created": "2026-04-09T08:38:39.777366136Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12740,300 +12758,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "MachineKey": "mkey:f5c4235004f897aa00e0767028089748f3038658bb29d6ca25ac946ab84aa678", + "NodeKey": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "MachineKey": "mkey:8a1ddf88f110a55ad64ca519fb8c2f9679f2da30c84216f823b60fa485cee81d", "Peers": [{ - "ID": 914721418485678, - "StableID": "nF9FSUBH9811CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "DiscoKey": "discokey:e492d4b4de0dd32b9c0a4c77c2fe2b00492d7de01e8fda43cb5e4fe818d11a59", - "Addresses": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "AllowedIPs": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "Endpoints": ["77.164.248.136:43550", "10.65.0.27:43550", "172.17.0.1:43550"], + "ID": 198292570345032, + "StableID": "nwAPRxooY211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "KeyExpiry": "2026-10-06T08:38:44Z", + "DiscoKey": "discokey:1e36d3c48d2e93a9a71ba48701632e27688fa13f1a76db32a865b44dc6718b70", + "Addresses": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "AllowedIPs": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "Endpoints": ["77.164.248.136:60358", "10.65.0.27:60358", "172.17.0.1:60358"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50253}, - {"Proto": "peerapi6", "Port": 50253} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 36573}, + {"Proto": "peerapi6", "Port": 36573} ]}, - "Created": "2026-04-09T01:32:36.533445994Z", + "Created": "2026-04-09T08:38:44.840920246Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 2789080194058119, - "StableID": "nCjZzcQBnN11CNTRL", + "ID": 249129984318879, + "StableID": "n4hJctDqw211CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:a667f059b9cfef5d466f93b8f7049b44fb6edc955adbb4b853acd8dfe3e49e7e", + "Addresses": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "AllowedIPs": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "Endpoints": ["77.164.248.136:55093", "10.65.0.27:55093", "172.17.0.1:55093"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55547}, + {"Proto": "peerapi6", "Port": 55547} + ]}, + "Created": "2026-04-09T08:38:45.397958657Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 1241877801571157, + "StableID": "nUERiP2ThA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "DiscoKey": "discokey:0f261e47063ea50ea26e65762f9ca6247f07265b1a8d02f8a046766dc79e4b55", - "Addresses": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "AllowedIPs": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "Endpoints": ["77.164.248.136:55577", "10.65.0.27:55577", "172.17.0.1:55577"], + "Key": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "DiscoKey": "discokey:b2d60303933571cb6a1fc6331be2d01971d3cab9689106d08a9151ad266bab77", + "Addresses": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "AllowedIPs": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "Endpoints": ["77.164.248.136:58988", "10.65.0.27:58988", "172.17.0.1:58988"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54108}, - {"Proto": "peerapi6", "Port": 54108} + {"Proto": "peerapi4", "Port": 50504}, + {"Proto": "peerapi6", "Port": 50504} ]}, - "Created": "2026-04-09T01:32:35.444831485Z", + "Created": "2026-04-09T08:38:38.167253226Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 3078680208734786, - "StableID": "n37rb6iL3R11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 1625690809525854, + "StableID": "nomRvA9HhD11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "DiscoKey": "discokey:d005c3dbb25d059cee40eefd67ea168642283522a318e5ff02a68b40a1c41e1f", - "Addresses": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "AllowedIPs": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "Endpoints": ["77.164.248.136:51319", "10.65.0.27:51319", "172.17.0.1:51319"], + "Key": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "DiscoKey": "discokey:625eaf4868d9c68d90cc489c0ba34cb87052b4ff67215fae5e9b3b0469a12e7d", + "Addresses": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "AllowedIPs": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "Endpoints": ["77.164.248.136:44785", "10.65.0.27:44785", "172.17.0.1:44785"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58680}, - {"Proto": "peerapi6", "Port": 58680} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 51098}, + {"Proto": "peerapi6", "Port": 51098} ]}, - "Created": "2026-04-09T01:32:40.34265745Z", + "Created": "2026-04-09T08:38:39.253762498Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 3213399860681821, - "StableID": "nWmDvnZM6S11CNTRL", + "ID": 2220863671214361, + "StableID": "nkepdiKqLJ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "DiscoKey": "discokey:c028b69c24d54c3c4950f1caa5122751697a2d822e4489b41b5171d0f5ef7241", - "Addresses": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "AllowedIPs": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "Endpoints": ["77.164.248.136:56472", "10.65.0.27:56472", "172.17.0.1:56472"], + "Key": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "DiscoKey": "discokey:5245d0a3597e65c71d65b352bf6b9f297a6642dedca9bfa010f931f7c4b1e075", + "Addresses": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "AllowedIPs": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "Endpoints": ["77.164.248.136:55622", "10.65.0.27:55622", "172.17.0.1:55622"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} + {"Proto": "peerapi4", "Port": 37990}, + {"Proto": "peerapi6", "Port": 37990} ]}, - "Created": "2026-04-09T01:32:38.16307351Z", + "Created": "2026-04-09T08:38:40.84298061Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3921143362188176, - "StableID": "nBJLbentcX11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "DiscoKey": "discokey:84ca0a7f0a2c9c00522f773e41e64cc7d81d8670563117be4953668031a4e97c", - "Addresses": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "AllowedIPs": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "Endpoints": ["77.164.248.136:35248", "10.65.0.27:35248", "172.17.0.1:35248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44644}, - {"Proto": "peerapi6", "Port": 44644} - ]}, - "Created": "2026-04-09T01:32:41.412301169Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4061385654217644, - "StableID": "nPaghRiQiY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "KeyExpiry": "2026-10-06T01:32:43Z", - "DiscoKey": "discokey:22c31bf2440ecf6177b0bdd4d16d48e9080852da9c4575304cc50fe327815229", - "Addresses": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "AllowedIPs": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59923}, - {"Proto": "peerapi6", "Port": 59923} - ]}, - "Created": "2026-04-09T01:32:43.040989252Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4344648662722186, - "StableID": "ndxum5Zhva11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "DiscoKey": "discokey:9f7903eac188a8263390b65f1621761d0072a954e8ea669597872ed0d03a3437", - "Addresses": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "AllowedIPs": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "Endpoints": ["77.164.248.136:56944", "10.65.0.27:56944", "172.17.0.1:56944"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49314}, - {"Proto": "peerapi6", "Port": 49314} - ]}, - "Created": "2026-04-09T01:32:37.619648494Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4961987817075851, - "StableID": "ng9EsL1Jkf11CNTRL", + "ID": 2966571579833114, + "StableID": "ndcqxgoZAQ11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "DiscoKey": "discokey:bf51cc0f099371bb05a312389229b826f720c8e57b223e437ca9693600a5f717", - "Addresses": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "AllowedIPs": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "Endpoints": ["77.164.248.136:35219", "10.65.0.27:35219", "172.17.0.1:35219"], + "Key": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "DiscoKey": "discokey:d7cf3a5e34620f418e8f863429891962ad5db14042753fc85607643128cfd631", + "Addresses": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "AllowedIPs": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "Endpoints": ["77.164.248.136:34914", "10.65.0.27:34914", "172.17.0.1:34914"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + {"Proto": "peerapi4", "Port": 54681}, + {"Proto": "peerapi6", "Port": 54681} ]}, - "Created": "2026-04-09T01:32:38.684749919Z", + "Created": "2026-04-09T08:38:41.379171503Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 5646262207996107, - "StableID": "nzx2cZjC6m11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "DiscoKey": "discokey:d20e44366ff74aab399cddd239c91a437aacf2f82d906146cf234d756302836b", - "Addresses": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "AllowedIPs": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "Endpoints": ["77.164.248.136:56143", "10.65.0.27:56143", "172.17.0.1:56143"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50734}, - {"Proto": "peerapi6", "Port": 50734} + "ID": 3318433185260916, + "StableID": "nF4B9YcvuS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:cc1740dc4b83dde18c6c4661a4d0e3dcf59c6517c8b41a6fda97e481bb7e4355", + "Addresses": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "AllowedIPs": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46722}, + {"Proto": "peerapi6", "Port": 46722} ]}, - "Created": "2026-04-09T01:32:39.782508452Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 6501508962549725, - "StableID": "nJHeeicYms11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "KeyExpiry": "2026-10-06T01:32:42Z", - "DiscoKey": "discokey:3014791480a4c23741060be8e6539a2529329d59be5c8987a3129c61e0d8d171", - "Addresses": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "AllowedIPs": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "Endpoints": ["77.164.248.136:39066", "10.65.0.27:39066", "172.17.0.1:39066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42277}, - {"Proto": "peerapi6", "Port": 42277} - ]}, - "Created": "2026-04-09T01:32:42.506651409Z", + "Created": "2026-04-09T08:38:45.917172255Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7933528586568978, - "StableID": "ndix6uL7x421CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "DiscoKey": "discokey:3ea2aef45b104b4966285ea7dc7ca43fb39ecddc4f84a116eb77d414ad2ad029", - "Addresses": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "AllowedIPs": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "Endpoints": ["77.164.248.136:34555", "10.65.0.27:34555", "172.17.0.1:34555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 43383}, - {"Proto": "peerapi6", "Port": 43383} - ]}, - "Created": "2026-04-09T01:32:40.86748244Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7963863990872521, - "StableID": "ngYLukCrB521CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "DiscoKey": "discokey:071d91c201001f78efc8b951b3ecf73299bde78f32ccf99cd94eae9b93735927", - "Addresses": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "AllowedIPs": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "Endpoints": ["77.164.248.136:58444", "10.65.0.27:58444", "172.17.0.1:58444"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 49034}, - {"Proto": "peerapi6", "Port": 49034} - ]}, - "Created": "2026-04-09T01:32:39.241249516Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 8519610445309727, - "StableID": "np1y1kiYX921CNTRL", + "ID": 3589600475332820, + "StableID": "nFvkzcij2V11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "DiscoKey": "discokey:69467b49a449cecfebcb1f02f84d7fbd0944decab3b0bc96acde6528c47b7770", - "Addresses": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "AllowedIPs": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "Endpoints": ["77.164.248.136:38262", "10.65.0.27:38262", "172.17.0.1:38262"], + "Key": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "DiscoKey": "discokey:4f9bcfd658620a77edffee17549d4e4ace551c460b1fe7ea7cb0199f4d833028", + "Addresses": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "AllowedIPs": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "Endpoints": ["77.164.248.136:56459", "10.65.0.27:56459", "172.17.0.1:56459"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60534}, - {"Proto": "peerapi6", "Port": 60534} + {"Proto": "peerapi4", "Port": 37857}, + {"Proto": "peerapi6", "Port": 37857} ]}, - "Created": "2026-04-09T01:32:35.990909808Z", + "Created": "2026-04-09T08:38:38.707336888Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8942300440237649, - "StableID": "nroCS15zpC21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "KeyExpiry": "2026-10-06T01:32:41Z", - "DiscoKey": "discokey:9983e58069494360bd35181ba853de4b3a6afbfac11d1df8ffeeb2f1317c1f5e", - "Addresses": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "AllowedIPs": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "Endpoints": ["77.164.248.136:46164", "10.65.0.27:46164", "172.17.0.1:46164"], + "ID": 3795824940662837, + "StableID": "n84FpJt8eW11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "DiscoKey": "discokey:f87c274cba5a9b1f2ee64076c9de3c11b11361344e7bbf530f566e47d2166d49", + "Addresses": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "AllowedIPs": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "Endpoints": ["77.164.248.136:60305", "10.65.0.27:60305", "172.17.0.1:60305"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49751}, - {"Proto": "peerapi6", "Port": 49751} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 34730}, + {"Proto": "peerapi6", "Port": 34730} ]}, - "Created": "2026-04-09T01:32:41.957204686Z", + "Created": "2026-04-09T08:38:41.927443196Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5150087956629508, + "StableID": "n51d5W5VDh11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "DiscoKey": "discokey:590817bb1ae81ea48ee744600cd5090621c00212b3a3bf10eaddbd8d7d707a2d", + "Addresses": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "AllowedIPs": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "Endpoints": ["77.164.248.136:52575", "10.65.0.27:52575", "172.17.0.1:52575"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55889}, + {"Proto": "peerapi6", "Port": 55889} + ]}, + "Created": "2026-04-09T08:38:43.749684604Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5645341205961072, + "StableID": "nMBsoMYn5m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "DiscoKey": "discokey:9f2ea9f1ea9481b97a78fd1868ffecb75ce506be28ce17004a1c5d88c3057848", + "Addresses": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "AllowedIPs": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "Endpoints": ["77.164.248.136:58020", "10.65.0.27:58020", "172.17.0.1:58020"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52624}, + {"Proto": "peerapi6", "Port": 52624} + ]}, + "Created": "2026-04-09T08:38:44.309689692Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5720347407543009, + "StableID": "nifizvpkfm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "DiscoKey": "discokey:13e8215816d08a15c484aea74f9783d09df744a8b39f20511353135203420f11", + "Addresses": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "AllowedIPs": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "Endpoints": ["77.164.248.136:44170", "10.65.0.27:44170", "172.17.0.1:44170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 61394}, + {"Proto": "peerapi6", "Port": 61394} + ]}, + "Created": "2026-04-09T08:38:42.448987667Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6639684804909449, + "StableID": "nimHg8G8rt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "DiscoKey": "discokey:57688f472ba87cc51ba5776a7d800b1bd8b6e67badffb727abd4411880651538", + "Addresses": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "AllowedIPs": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "Endpoints": ["77.164.248.136:49574", "10.65.0.27:49574", "172.17.0.1:49574"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 58787}, + {"Proto": "peerapi6", "Port": 58787} + ]}, + "Created": "2026-04-09T08:38:40.313370504Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8028053552212907, + "StableID": "nvJcdWMvg521CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "DiscoKey": "discokey:cf0fee840346d9cedd13bf29ba2111b1c6649f3962b3283a88423df3d86a0d79", + "Addresses": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "AllowedIPs": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "Endpoints": ["77.164.248.136:42057", "10.65.0.27:42057", "172.17.0.1:42057"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 63695}, + {"Proto": "peerapi6", "Port": 63695} + ]}, + "Created": "2026-04-09T08:38:42.988354666Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13881,27 +13899,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2716224764499806": { - "ID": 2716224764499806, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1251623887677858": { + "ID": 1251623887677858, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13932,26 +13952,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4961987817075851, - "StableID": "ng9EsL1Jkf11CNTRL", + "ID": 2966571579833114, + "StableID": "ndcqxgoZAQ11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 4961987817075851, - "Key": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "DiscoKey": "discokey:bf51cc0f099371bb05a312389229b826f720c8e57b223e437ca9693600a5f717", - "Addresses": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "AllowedIPs": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "Endpoints": ["77.164.248.136:35219", "10.65.0.27:35219", "172.17.0.1:35219"], + "User": 2966571579833114, + "Key": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "DiscoKey": "discokey:d7cf3a5e34620f418e8f863429891962ad5db14042753fc85607643128cfd631", + "Addresses": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "AllowedIPs": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "Endpoints": ["77.164.248.136:34914", "10.65.0.27:34914", "172.17.0.1:34914"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176}, + {"Proto": "peerapi4", "Port": 54681}, + {"Proto": "peerapi6", "Port": 54681}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:38.684749919Z", + "Created": "2026-04-09T08:38:41.379171503Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13979,302 +13999,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "MachineKey": "mkey:7a4e0c119cc0db9df5d54eff3088b58175ed111b13ff680a64599966b6eada26", + "NodeKey": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "MachineKey": "mkey:7ad26d8867a666ac11915378f6d0e7756c9e4d0064071139b2a0d0495c74611f", "Peers": [{ - "ID": 914721418485678, - "StableID": "nF9FSUBH9811CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "DiscoKey": "discokey:e492d4b4de0dd32b9c0a4c77c2fe2b00492d7de01e8fda43cb5e4fe818d11a59", - "Addresses": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "AllowedIPs": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "Endpoints": ["77.164.248.136:43550", "10.65.0.27:43550", "172.17.0.1:43550"], + "ID": 198292570345032, + "StableID": "nwAPRxooY211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "KeyExpiry": "2026-10-06T08:38:44Z", + "DiscoKey": "discokey:1e36d3c48d2e93a9a71ba48701632e27688fa13f1a76db32a865b44dc6718b70", + "Addresses": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "AllowedIPs": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "Endpoints": ["77.164.248.136:60358", "10.65.0.27:60358", "172.17.0.1:60358"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50253}, - {"Proto": "peerapi6", "Port": 50253} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 36573}, + {"Proto": "peerapi6", "Port": 36573} ]}, - "Created": "2026-04-09T01:32:36.533445994Z", + "Created": "2026-04-09T08:38:44.840920246Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 2716224764499806, - "StableID": "nD6XAtcBDN11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "DiscoKey": "discokey:cc051d9965cafd8e17d94cd96971b5b85194270e1a488c245de8efd37ecfef1b", - "Addresses": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "AllowedIPs": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], + "ID": 249129984318879, + "StableID": "n4hJctDqw211CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:a667f059b9cfef5d466f93b8f7049b44fb6edc955adbb4b853acd8dfe3e49e7e", + "Addresses": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "AllowedIPs": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "Endpoints": ["77.164.248.136:55093", "10.65.0.27:55093", "172.17.0.1:55093"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40651}, - {"Proto": "peerapi6", "Port": 40651} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55547}, + {"Proto": "peerapi6", "Port": 55547} ]}, - "Created": "2026-04-09T01:32:37.081936031Z", + "Created": "2026-04-09T08:38:45.397958657Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 2789080194058119, - "StableID": "nCjZzcQBnN11CNTRL", + "ID": 1241877801571157, + "StableID": "nUERiP2ThA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "DiscoKey": "discokey:0f261e47063ea50ea26e65762f9ca6247f07265b1a8d02f8a046766dc79e4b55", - "Addresses": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "AllowedIPs": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "Endpoints": ["77.164.248.136:55577", "10.65.0.27:55577", "172.17.0.1:55577"], + "Key": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "DiscoKey": "discokey:b2d60303933571cb6a1fc6331be2d01971d3cab9689106d08a9151ad266bab77", + "Addresses": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "AllowedIPs": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "Endpoints": ["77.164.248.136:58988", "10.65.0.27:58988", "172.17.0.1:58988"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54108}, - {"Proto": "peerapi6", "Port": 54108} + {"Proto": "peerapi4", "Port": 50504}, + {"Proto": "peerapi6", "Port": 50504} ]}, - "Created": "2026-04-09T01:32:35.444831485Z", + "Created": "2026-04-09T08:38:38.167253226Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 3078680208734786, - "StableID": "n37rb6iL3R11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 1251623887677858, + "StableID": "nPDEy93smA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "DiscoKey": "discokey:d005c3dbb25d059cee40eefd67ea168642283522a318e5ff02a68b40a1c41e1f", - "Addresses": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "AllowedIPs": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "Endpoints": ["77.164.248.136:51319", "10.65.0.27:51319", "172.17.0.1:51319"], + "Key": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "DiscoKey": "discokey:34d4ffef33aea14a17c912a667478590921fce5cd20d81cf7a359805a829dd66", + "Addresses": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "AllowedIPs": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "Endpoints": ["77.164.248.136:59007", "10.65.0.27:59007", "172.17.0.1:59007"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58680}, - {"Proto": "peerapi6", "Port": 58680} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52481}, + {"Proto": "peerapi6", "Port": 52481} ]}, - "Created": "2026-04-09T01:32:40.34265745Z", + "Created": "2026-04-09T08:38:39.777366136Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 3213399860681821, - "StableID": "nWmDvnZM6S11CNTRL", + "ID": 1625690809525854, + "StableID": "nomRvA9HhD11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "DiscoKey": "discokey:625eaf4868d9c68d90cc489c0ba34cb87052b4ff67215fae5e9b3b0469a12e7d", + "Addresses": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "AllowedIPs": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "Endpoints": ["77.164.248.136:44785", "10.65.0.27:44785", "172.17.0.1:44785"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 51098}, + {"Proto": "peerapi6", "Port": 51098} + ]}, + "Created": "2026-04-09T08:38:39.253762498Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2220863671214361, + "StableID": "nkepdiKqLJ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "DiscoKey": "discokey:c028b69c24d54c3c4950f1caa5122751697a2d822e4489b41b5171d0f5ef7241", - "Addresses": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "AllowedIPs": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "Endpoints": ["77.164.248.136:56472", "10.65.0.27:56472", "172.17.0.1:56472"], + "Key": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "DiscoKey": "discokey:5245d0a3597e65c71d65b352bf6b9f297a6642dedca9bfa010f931f7c4b1e075", + "Addresses": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "AllowedIPs": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "Endpoints": ["77.164.248.136:55622", "10.65.0.27:55622", "172.17.0.1:55622"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} + {"Proto": "peerapi4", "Port": 37990}, + {"Proto": "peerapi6", "Port": 37990} ]}, - "Created": "2026-04-09T01:32:38.16307351Z", + "Created": "2026-04-09T08:38:40.84298061Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3921143362188176, - "StableID": "nBJLbentcX11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "DiscoKey": "discokey:84ca0a7f0a2c9c00522f773e41e64cc7d81d8670563117be4953668031a4e97c", - "Addresses": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "AllowedIPs": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "Endpoints": ["77.164.248.136:35248", "10.65.0.27:35248", "172.17.0.1:35248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44644}, - {"Proto": "peerapi6", "Port": 44644} - ]}, - "Created": "2026-04-09T01:32:41.412301169Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4061385654217644, - "StableID": "nPaghRiQiY11CNTRL", + "ID": 3318433185260916, + "StableID": "nF4B9YcvuS11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "KeyExpiry": "2026-10-06T01:32:43Z", - "DiscoKey": "discokey:22c31bf2440ecf6177b0bdd4d16d48e9080852da9c4575304cc50fe327815229", - "Addresses": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "AllowedIPs": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "Endpoints": ["77.164.248.136:55310", "10.65.0.27:55310", "172.17.0.1:55310"], - "HomeDERP": 4, + "Key": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:cc1740dc4b83dde18c6c4661a4d0e3dcf59c6517c8b41a6fda97e481bb7e4355", + "Addresses": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "AllowedIPs": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "Endpoints": ["77.164.248.136:53437", "10.65.0.27:53437", "172.17.0.1:53437"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59923}, - {"Proto": "peerapi6", "Port": 59923} + {"Proto": "peerapi4", "Port": 46722}, + {"Proto": "peerapi6", "Port": 46722} ]}, - "Created": "2026-04-09T01:32:43.040989252Z", + "Created": "2026-04-09T08:38:45.917172255Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4344648662722186, - "StableID": "ndxum5Zhva11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "DiscoKey": "discokey:9f7903eac188a8263390b65f1621761d0072a954e8ea669597872ed0d03a3437", - "Addresses": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "AllowedIPs": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "Endpoints": ["77.164.248.136:56944", "10.65.0.27:56944", "172.17.0.1:56944"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49314}, - {"Proto": "peerapi6", "Port": 49314} - ]}, - "Created": "2026-04-09T01:32:37.619648494Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 5646262207996107, - "StableID": "nzx2cZjC6m11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "DiscoKey": "discokey:d20e44366ff74aab399cddd239c91a437aacf2f82d906146cf234d756302836b", - "Addresses": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "AllowedIPs": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "Endpoints": ["77.164.248.136:56143", "10.65.0.27:56143", "172.17.0.1:56143"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50734}, - {"Proto": "peerapi6", "Port": 50734} - ]}, - "Created": "2026-04-09T01:32:39.782508452Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 6501508962549725, - "StableID": "nJHeeicYms11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "KeyExpiry": "2026-10-06T01:32:42Z", - "DiscoKey": "discokey:3014791480a4c23741060be8e6539a2529329d59be5c8987a3129c61e0d8d171", - "Addresses": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "AllowedIPs": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "Endpoints": ["77.164.248.136:39066", "10.65.0.27:39066", "172.17.0.1:39066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42277}, - {"Proto": "peerapi6", "Port": 42277} - ]}, - "Created": "2026-04-09T01:32:42.506651409Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7933528586568978, - "StableID": "ndix6uL7x421CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "DiscoKey": "discokey:3ea2aef45b104b4966285ea7dc7ca43fb39ecddc4f84a116eb77d414ad2ad029", - "Addresses": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "AllowedIPs": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "Endpoints": ["77.164.248.136:34555", "10.65.0.27:34555", "172.17.0.1:34555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 43383}, - {"Proto": "peerapi6", "Port": 43383} - ]}, - "Created": "2026-04-09T01:32:40.86748244Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7963863990872521, - "StableID": "ngYLukCrB521CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "DiscoKey": "discokey:071d91c201001f78efc8b951b3ecf73299bde78f32ccf99cd94eae9b93735927", - "Addresses": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "AllowedIPs": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "Endpoints": ["77.164.248.136:58444", "10.65.0.27:58444", "172.17.0.1:58444"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 49034}, - {"Proto": "peerapi6", "Port": 49034} - ]}, - "Created": "2026-04-09T01:32:39.241249516Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 8519610445309727, - "StableID": "np1y1kiYX921CNTRL", + "ID": 3589600475332820, + "StableID": "nFvkzcij2V11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "DiscoKey": "discokey:69467b49a449cecfebcb1f02f84d7fbd0944decab3b0bc96acde6528c47b7770", - "Addresses": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "AllowedIPs": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "Endpoints": ["77.164.248.136:38262", "10.65.0.27:38262", "172.17.0.1:38262"], + "Key": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "DiscoKey": "discokey:4f9bcfd658620a77edffee17549d4e4ace551c460b1fe7ea7cb0199f4d833028", + "Addresses": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "AllowedIPs": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "Endpoints": ["77.164.248.136:56459", "10.65.0.27:56459", "172.17.0.1:56459"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60534}, - {"Proto": "peerapi6", "Port": 60534} + {"Proto": "peerapi4", "Port": 37857}, + {"Proto": "peerapi6", "Port": 37857} ]}, - "Created": "2026-04-09T01:32:35.990909808Z", + "Created": "2026-04-09T08:38:38.707336888Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8942300440237649, - "StableID": "nroCS15zpC21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "KeyExpiry": "2026-10-06T01:32:41Z", - "DiscoKey": "discokey:9983e58069494360bd35181ba853de4b3a6afbfac11d1df8ffeeb2f1317c1f5e", - "Addresses": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "AllowedIPs": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "Endpoints": ["77.164.248.136:46164", "10.65.0.27:46164", "172.17.0.1:46164"], + "ID": 3795824940662837, + "StableID": "n84FpJt8eW11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "DiscoKey": "discokey:f87c274cba5a9b1f2ee64076c9de3c11b11361344e7bbf530f566e47d2166d49", + "Addresses": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "AllowedIPs": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "Endpoints": ["77.164.248.136:60305", "10.65.0.27:60305", "172.17.0.1:60305"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49751}, - {"Proto": "peerapi6", "Port": 49751} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 34730}, + {"Proto": "peerapi6", "Port": 34730} ]}, - "Created": "2026-04-09T01:32:41.957204686Z", + "Created": "2026-04-09T08:38:41.927443196Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5150087956629508, + "StableID": "n51d5W5VDh11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "DiscoKey": "discokey:590817bb1ae81ea48ee744600cd5090621c00212b3a3bf10eaddbd8d7d707a2d", + "Addresses": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "AllowedIPs": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "Endpoints": ["77.164.248.136:52575", "10.65.0.27:52575", "172.17.0.1:52575"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55889}, + {"Proto": "peerapi6", "Port": 55889} + ]}, + "Created": "2026-04-09T08:38:43.749684604Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5645341205961072, + "StableID": "nMBsoMYn5m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "DiscoKey": "discokey:9f2ea9f1ea9481b97a78fd1868ffecb75ce506be28ce17004a1c5d88c3057848", + "Addresses": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "AllowedIPs": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "Endpoints": ["77.164.248.136:58020", "10.65.0.27:58020", "172.17.0.1:58020"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52624}, + {"Proto": "peerapi6", "Port": 52624} + ]}, + "Created": "2026-04-09T08:38:44.309689692Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5720347407543009, + "StableID": "nifizvpkfm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "DiscoKey": "discokey:13e8215816d08a15c484aea74f9783d09df744a8b39f20511353135203420f11", + "Addresses": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "AllowedIPs": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "Endpoints": ["77.164.248.136:44170", "10.65.0.27:44170", "172.17.0.1:44170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 61394}, + {"Proto": "peerapi6", "Port": 61394} + ]}, + "Created": "2026-04-09T08:38:42.448987667Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6639684804909449, + "StableID": "nimHg8G8rt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "DiscoKey": "discokey:57688f472ba87cc51ba5776a7d800b1bd8b6e67badffb727abd4411880651538", + "Addresses": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "AllowedIPs": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "Endpoints": ["77.164.248.136:49574", "10.65.0.27:49574", "172.17.0.1:49574"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 58787}, + {"Proto": "peerapi6", "Port": 58787} + ]}, + "Created": "2026-04-09T08:38:40.313370504Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8028053552212907, + "StableID": "nvJcdWMvg521CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "DiscoKey": "discokey:cf0fee840346d9cedd13bf29ba2111b1c6649f3962b3283a88423df3d86a0d79", + "Addresses": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "AllowedIPs": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "Endpoints": ["77.164.248.136:42057", "10.65.0.27:42057", "172.17.0.1:42057"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 63695}, + {"Proto": "peerapi6", "Port": 63695} + ]}, + "Created": "2026-04-09T08:38:42.988354666Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15122,27 +15142,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4961987817075851": { - "ID": 4961987817075851, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2966571579833114": { + "ID": 2966571579833114, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15173,26 +15195,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5646262207996107, - "StableID": "nzx2cZjC6m11CNTRL", + "ID": 5720347407543009, + "StableID": "nifizvpkfm11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 5646262207996107, - "Key": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "DiscoKey": "discokey:d20e44366ff74aab399cddd239c91a437aacf2f82d906146cf234d756302836b", - "Addresses": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "AllowedIPs": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "Endpoints": ["77.164.248.136:56143", "10.65.0.27:56143", "172.17.0.1:56143"], + "User": 5720347407543009, + "Key": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "DiscoKey": "discokey:13e8215816d08a15c484aea74f9783d09df744a8b39f20511353135203420f11", + "Addresses": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "AllowedIPs": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "Endpoints": ["77.164.248.136:44170", "10.65.0.27:44170", "172.17.0.1:44170"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 50734}, - {"Proto": "peerapi6", "Port": 50734}, + {"Proto": "peerapi4", "Port": 61394}, + {"Proto": "peerapi6", "Port": 61394}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:39.782508452Z", + "Created": "2026-04-09T08:38:42.448987667Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15220,302 +15242,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "MachineKey": "mkey:dbf204951f0adcdeeb31091610e44bdadf6433142a1009a2b85b26797659c53e", + "NodeKey": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "MachineKey": "mkey:cedfd40b2b65648592d15ef292ec2b69af89e61e7d9c8ae41334f9f2c0c4945f", "Peers": [{ - "ID": 914721418485678, - "StableID": "nF9FSUBH9811CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "DiscoKey": "discokey:e492d4b4de0dd32b9c0a4c77c2fe2b00492d7de01e8fda43cb5e4fe818d11a59", - "Addresses": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "AllowedIPs": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "Endpoints": ["77.164.248.136:43550", "10.65.0.27:43550", "172.17.0.1:43550"], + "ID": 198292570345032, + "StableID": "nwAPRxooY211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "KeyExpiry": "2026-10-06T08:38:44Z", + "DiscoKey": "discokey:1e36d3c48d2e93a9a71ba48701632e27688fa13f1a76db32a865b44dc6718b70", + "Addresses": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "AllowedIPs": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "Endpoints": ["77.164.248.136:60358", "10.65.0.27:60358", "172.17.0.1:60358"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50253}, - {"Proto": "peerapi6", "Port": 50253} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 36573}, + {"Proto": "peerapi6", "Port": 36573} ]}, - "Created": "2026-04-09T01:32:36.533445994Z", + "Created": "2026-04-09T08:38:44.840920246Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 2716224764499806, - "StableID": "nD6XAtcBDN11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "DiscoKey": "discokey:cc051d9965cafd8e17d94cd96971b5b85194270e1a488c245de8efd37ecfef1b", - "Addresses": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "AllowedIPs": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], + "ID": 249129984318879, + "StableID": "n4hJctDqw211CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:a667f059b9cfef5d466f93b8f7049b44fb6edc955adbb4b853acd8dfe3e49e7e", + "Addresses": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "AllowedIPs": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "Endpoints": ["77.164.248.136:55093", "10.65.0.27:55093", "172.17.0.1:55093"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40651}, - {"Proto": "peerapi6", "Port": 40651} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55547}, + {"Proto": "peerapi6", "Port": 55547} ]}, - "Created": "2026-04-09T01:32:37.081936031Z", + "Created": "2026-04-09T08:38:45.397958657Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 2789080194058119, - "StableID": "nCjZzcQBnN11CNTRL", + "ID": 1241877801571157, + "StableID": "nUERiP2ThA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "DiscoKey": "discokey:0f261e47063ea50ea26e65762f9ca6247f07265b1a8d02f8a046766dc79e4b55", - "Addresses": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "AllowedIPs": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "Endpoints": ["77.164.248.136:55577", "10.65.0.27:55577", "172.17.0.1:55577"], + "Key": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "DiscoKey": "discokey:b2d60303933571cb6a1fc6331be2d01971d3cab9689106d08a9151ad266bab77", + "Addresses": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "AllowedIPs": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "Endpoints": ["77.164.248.136:58988", "10.65.0.27:58988", "172.17.0.1:58988"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54108}, - {"Proto": "peerapi6", "Port": 54108} + {"Proto": "peerapi4", "Port": 50504}, + {"Proto": "peerapi6", "Port": 50504} ]}, - "Created": "2026-04-09T01:32:35.444831485Z", + "Created": "2026-04-09T08:38:38.167253226Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 3078680208734786, - "StableID": "n37rb6iL3R11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 1251623887677858, + "StableID": "nPDEy93smA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "DiscoKey": "discokey:d005c3dbb25d059cee40eefd67ea168642283522a318e5ff02a68b40a1c41e1f", - "Addresses": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "AllowedIPs": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "Endpoints": ["77.164.248.136:51319", "10.65.0.27:51319", "172.17.0.1:51319"], + "Key": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "DiscoKey": "discokey:34d4ffef33aea14a17c912a667478590921fce5cd20d81cf7a359805a829dd66", + "Addresses": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "AllowedIPs": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "Endpoints": ["77.164.248.136:59007", "10.65.0.27:59007", "172.17.0.1:59007"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58680}, - {"Proto": "peerapi6", "Port": 58680} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52481}, + {"Proto": "peerapi6", "Port": 52481} ]}, - "Created": "2026-04-09T01:32:40.34265745Z", + "Created": "2026-04-09T08:38:39.777366136Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 3213399860681821, - "StableID": "nWmDvnZM6S11CNTRL", + "ID": 1625690809525854, + "StableID": "nomRvA9HhD11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "DiscoKey": "discokey:625eaf4868d9c68d90cc489c0ba34cb87052b4ff67215fae5e9b3b0469a12e7d", + "Addresses": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "AllowedIPs": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "Endpoints": ["77.164.248.136:44785", "10.65.0.27:44785", "172.17.0.1:44785"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 51098}, + {"Proto": "peerapi6", "Port": 51098} + ]}, + "Created": "2026-04-09T08:38:39.253762498Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2220863671214361, + "StableID": "nkepdiKqLJ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "DiscoKey": "discokey:c028b69c24d54c3c4950f1caa5122751697a2d822e4489b41b5171d0f5ef7241", - "Addresses": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "AllowedIPs": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "Endpoints": ["77.164.248.136:56472", "10.65.0.27:56472", "172.17.0.1:56472"], + "Key": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "DiscoKey": "discokey:5245d0a3597e65c71d65b352bf6b9f297a6642dedca9bfa010f931f7c4b1e075", + "Addresses": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "AllowedIPs": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "Endpoints": ["77.164.248.136:55622", "10.65.0.27:55622", "172.17.0.1:55622"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} + {"Proto": "peerapi4", "Port": 37990}, + {"Proto": "peerapi6", "Port": 37990} ]}, - "Created": "2026-04-09T01:32:38.16307351Z", + "Created": "2026-04-09T08:38:40.84298061Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3921143362188176, - "StableID": "nBJLbentcX11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "DiscoKey": "discokey:84ca0a7f0a2c9c00522f773e41e64cc7d81d8670563117be4953668031a4e97c", - "Addresses": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "AllowedIPs": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "Endpoints": ["77.164.248.136:35248", "10.65.0.27:35248", "172.17.0.1:35248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44644}, - {"Proto": "peerapi6", "Port": 44644} - ]}, - "Created": "2026-04-09T01:32:41.412301169Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4061385654217644, - "StableID": "nPaghRiQiY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "KeyExpiry": "2026-10-06T01:32:43Z", - "DiscoKey": "discokey:22c31bf2440ecf6177b0bdd4d16d48e9080852da9c4575304cc50fe327815229", - "Addresses": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "AllowedIPs": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "Endpoints": ["77.164.248.136:55310", "10.65.0.27:55310", "172.17.0.1:55310"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59923}, - {"Proto": "peerapi6", "Port": 59923} - ]}, - "Created": "2026-04-09T01:32:43.040989252Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4344648662722186, - "StableID": "ndxum5Zhva11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "DiscoKey": "discokey:9f7903eac188a8263390b65f1621761d0072a954e8ea669597872ed0d03a3437", - "Addresses": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "AllowedIPs": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "Endpoints": ["77.164.248.136:56944", "10.65.0.27:56944", "172.17.0.1:56944"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49314}, - {"Proto": "peerapi6", "Port": 49314} - ]}, - "Created": "2026-04-09T01:32:37.619648494Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4961987817075851, - "StableID": "ng9EsL1Jkf11CNTRL", + "ID": 2966571579833114, + "StableID": "ndcqxgoZAQ11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "DiscoKey": "discokey:bf51cc0f099371bb05a312389229b826f720c8e57b223e437ca9693600a5f717", - "Addresses": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "AllowedIPs": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "Endpoints": ["77.164.248.136:35219", "10.65.0.27:35219", "172.17.0.1:35219"], + "Key": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "DiscoKey": "discokey:d7cf3a5e34620f418e8f863429891962ad5db14042753fc85607643128cfd631", + "Addresses": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "AllowedIPs": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "Endpoints": ["77.164.248.136:34914", "10.65.0.27:34914", "172.17.0.1:34914"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + {"Proto": "peerapi4", "Port": 54681}, + {"Proto": "peerapi6", "Port": 54681} ]}, - "Created": "2026-04-09T01:32:38.684749919Z", + "Created": "2026-04-09T08:38:41.379171503Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 6501508962549725, - "StableID": "nJHeeicYms11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "KeyExpiry": "2026-10-06T01:32:42Z", - "DiscoKey": "discokey:3014791480a4c23741060be8e6539a2529329d59be5c8987a3129c61e0d8d171", - "Addresses": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "AllowedIPs": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "Endpoints": ["77.164.248.136:39066", "10.65.0.27:39066", "172.17.0.1:39066"], + "ID": 3318433185260916, + "StableID": "nF4B9YcvuS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:cc1740dc4b83dde18c6c4661a4d0e3dcf59c6517c8b41a6fda97e481bb7e4355", + "Addresses": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "AllowedIPs": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "Endpoints": ["77.164.248.136:53437", "10.65.0.27:53437", "172.17.0.1:53437"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42277}, - {"Proto": "peerapi6", "Port": 42277} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46722}, + {"Proto": "peerapi6", "Port": 46722} ]}, - "Created": "2026-04-09T01:32:42.506651409Z", + "Created": "2026-04-09T08:38:45.917172255Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7933528586568978, - "StableID": "ndix6uL7x421CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "DiscoKey": "discokey:3ea2aef45b104b4966285ea7dc7ca43fb39ecddc4f84a116eb77d414ad2ad029", - "Addresses": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "AllowedIPs": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "Endpoints": ["77.164.248.136:34555", "10.65.0.27:34555", "172.17.0.1:34555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 43383}, - {"Proto": "peerapi6", "Port": 43383} - ]}, - "Created": "2026-04-09T01:32:40.86748244Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7963863990872521, - "StableID": "ngYLukCrB521CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "DiscoKey": "discokey:071d91c201001f78efc8b951b3ecf73299bde78f32ccf99cd94eae9b93735927", - "Addresses": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "AllowedIPs": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "Endpoints": ["77.164.248.136:58444", "10.65.0.27:58444", "172.17.0.1:58444"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 49034}, - {"Proto": "peerapi6", "Port": 49034} - ]}, - "Created": "2026-04-09T01:32:39.241249516Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 8519610445309727, - "StableID": "np1y1kiYX921CNTRL", + "ID": 3589600475332820, + "StableID": "nFvkzcij2V11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "DiscoKey": "discokey:69467b49a449cecfebcb1f02f84d7fbd0944decab3b0bc96acde6528c47b7770", - "Addresses": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "AllowedIPs": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "Endpoints": ["77.164.248.136:38262", "10.65.0.27:38262", "172.17.0.1:38262"], + "Key": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "DiscoKey": "discokey:4f9bcfd658620a77edffee17549d4e4ace551c460b1fe7ea7cb0199f4d833028", + "Addresses": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "AllowedIPs": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "Endpoints": ["77.164.248.136:56459", "10.65.0.27:56459", "172.17.0.1:56459"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60534}, - {"Proto": "peerapi6", "Port": 60534} + {"Proto": "peerapi4", "Port": 37857}, + {"Proto": "peerapi6", "Port": 37857} ]}, - "Created": "2026-04-09T01:32:35.990909808Z", + "Created": "2026-04-09T08:38:38.707336888Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8942300440237649, - "StableID": "nroCS15zpC21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "KeyExpiry": "2026-10-06T01:32:41Z", - "DiscoKey": "discokey:9983e58069494360bd35181ba853de4b3a6afbfac11d1df8ffeeb2f1317c1f5e", - "Addresses": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "AllowedIPs": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "Endpoints": ["77.164.248.136:46164", "10.65.0.27:46164", "172.17.0.1:46164"], + "ID": 3795824940662837, + "StableID": "n84FpJt8eW11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "DiscoKey": "discokey:f87c274cba5a9b1f2ee64076c9de3c11b11361344e7bbf530f566e47d2166d49", + "Addresses": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "AllowedIPs": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "Endpoints": ["77.164.248.136:60305", "10.65.0.27:60305", "172.17.0.1:60305"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49751}, - {"Proto": "peerapi6", "Port": 49751} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 34730}, + {"Proto": "peerapi6", "Port": 34730} ]}, - "Created": "2026-04-09T01:32:41.957204686Z", + "Created": "2026-04-09T08:38:41.927443196Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5150087956629508, + "StableID": "n51d5W5VDh11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "DiscoKey": "discokey:590817bb1ae81ea48ee744600cd5090621c00212b3a3bf10eaddbd8d7d707a2d", + "Addresses": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "AllowedIPs": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "Endpoints": ["77.164.248.136:52575", "10.65.0.27:52575", "172.17.0.1:52575"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55889}, + {"Proto": "peerapi6", "Port": 55889} + ]}, + "Created": "2026-04-09T08:38:43.749684604Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5645341205961072, + "StableID": "nMBsoMYn5m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "DiscoKey": "discokey:9f2ea9f1ea9481b97a78fd1868ffecb75ce506be28ce17004a1c5d88c3057848", + "Addresses": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "AllowedIPs": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "Endpoints": ["77.164.248.136:58020", "10.65.0.27:58020", "172.17.0.1:58020"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52624}, + {"Proto": "peerapi6", "Port": 52624} + ]}, + "Created": "2026-04-09T08:38:44.309689692Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 6639684804909449, + "StableID": "nimHg8G8rt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "DiscoKey": "discokey:57688f472ba87cc51ba5776a7d800b1bd8b6e67badffb727abd4411880651538", + "Addresses": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "AllowedIPs": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "Endpoints": ["77.164.248.136:49574", "10.65.0.27:49574", "172.17.0.1:49574"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 58787}, + {"Proto": "peerapi6", "Port": 58787} + ]}, + "Created": "2026-04-09T08:38:40.313370504Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8028053552212907, + "StableID": "nvJcdWMvg521CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "DiscoKey": "discokey:cf0fee840346d9cedd13bf29ba2111b1c6649f3962b3283a88423df3d86a0d79", + "Addresses": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "AllowedIPs": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "Endpoints": ["77.164.248.136:42057", "10.65.0.27:42057", "172.17.0.1:42057"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 63695}, + {"Proto": "peerapi6", "Port": 63695} + ]}, + "Created": "2026-04-09T08:38:42.988354666Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16363,27 +16385,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5646262207996107": { - "ID": 5646262207996107, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5720347407543009": { + "ID": 5720347407543009, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16414,22 +16438,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6501508962549725, - "StableID": "nJHeeicYms11CNTRL", + "ID": 249129984318879, + "StableID": "n4hJctDqw211CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "KeyExpiry": "2026-10-06T01:32:42Z", - "DiscoKey": "discokey:3014791480a4c23741060be8e6539a2529329d59be5c8987a3129c61e0d8d171", - "Addresses": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "AllowedIPs": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "Endpoints": ["77.164.248.136:39066", "10.65.0.27:39066", "172.17.0.1:39066"], + "Key": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:a667f059b9cfef5d466f93b8f7049b44fb6edc955adbb4b853acd8dfe3e49e7e", + "Addresses": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "AllowedIPs": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "Endpoints": ["77.164.248.136:55093", "10.65.0.27:55093", "172.17.0.1:55093"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42277}, - {"Proto": "peerapi6", "Port": 42277}, + {"Proto": "peerapi4", "Port": 55547}, + {"Proto": "peerapi6", "Port": 55547}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:42.506651409Z", + "Created": "2026-04-09T08:38:45.397958657Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16456,302 +16480,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "MachineKey": "mkey:56597fb6a1e45215985fcc8ed6db13dea70b72c40032193dd861030f9a67ac22", + "NodeKey": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "MachineKey": "mkey:0dae22dd38ded81ede4c8966f0eab06014a50449978c80800d1893fb02d9a117", "Peers": [{ - "ID": 914721418485678, - "StableID": "nF9FSUBH9811CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "DiscoKey": "discokey:e492d4b4de0dd32b9c0a4c77c2fe2b00492d7de01e8fda43cb5e4fe818d11a59", - "Addresses": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "AllowedIPs": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "Endpoints": ["77.164.248.136:43550", "10.65.0.27:43550", "172.17.0.1:43550"], + "ID": 198292570345032, + "StableID": "nwAPRxooY211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "KeyExpiry": "2026-10-06T08:38:44Z", + "DiscoKey": "discokey:1e36d3c48d2e93a9a71ba48701632e27688fa13f1a76db32a865b44dc6718b70", + "Addresses": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "AllowedIPs": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "Endpoints": ["77.164.248.136:60358", "10.65.0.27:60358", "172.17.0.1:60358"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50253}, - {"Proto": "peerapi6", "Port": 50253} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 36573}, + {"Proto": "peerapi6", "Port": 36573} ]}, - "Created": "2026-04-09T01:32:36.533445994Z", + "Created": "2026-04-09T08:38:44.840920246Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 2716224764499806, - "StableID": "nD6XAtcBDN11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "DiscoKey": "discokey:cc051d9965cafd8e17d94cd96971b5b85194270e1a488c245de8efd37ecfef1b", - "Addresses": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "AllowedIPs": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40651}, - {"Proto": "peerapi6", "Port": 40651} - ]}, - "Created": "2026-04-09T01:32:37.081936031Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2789080194058119, - "StableID": "nCjZzcQBnN11CNTRL", + "ID": 1241877801571157, + "StableID": "nUERiP2ThA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "DiscoKey": "discokey:0f261e47063ea50ea26e65762f9ca6247f07265b1a8d02f8a046766dc79e4b55", - "Addresses": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "AllowedIPs": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "Endpoints": ["77.164.248.136:55577", "10.65.0.27:55577", "172.17.0.1:55577"], + "Key": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "DiscoKey": "discokey:b2d60303933571cb6a1fc6331be2d01971d3cab9689106d08a9151ad266bab77", + "Addresses": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "AllowedIPs": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "Endpoints": ["77.164.248.136:58988", "10.65.0.27:58988", "172.17.0.1:58988"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54108}, - {"Proto": "peerapi6", "Port": 54108} + {"Proto": "peerapi4", "Port": 50504}, + {"Proto": "peerapi6", "Port": 50504} ]}, - "Created": "2026-04-09T01:32:35.444831485Z", + "Created": "2026-04-09T08:38:38.167253226Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 3078680208734786, - "StableID": "n37rb6iL3R11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 1251623887677858, + "StableID": "nPDEy93smA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "DiscoKey": "discokey:d005c3dbb25d059cee40eefd67ea168642283522a318e5ff02a68b40a1c41e1f", - "Addresses": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "AllowedIPs": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "Endpoints": ["77.164.248.136:51319", "10.65.0.27:51319", "172.17.0.1:51319"], + "Key": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "DiscoKey": "discokey:34d4ffef33aea14a17c912a667478590921fce5cd20d81cf7a359805a829dd66", + "Addresses": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "AllowedIPs": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "Endpoints": ["77.164.248.136:59007", "10.65.0.27:59007", "172.17.0.1:59007"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58680}, - {"Proto": "peerapi6", "Port": 58680} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52481}, + {"Proto": "peerapi6", "Port": 52481} ]}, - "Created": "2026-04-09T01:32:40.34265745Z", + "Created": "2026-04-09T08:38:39.777366136Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 3213399860681821, - "StableID": "nWmDvnZM6S11CNTRL", + "ID": 1625690809525854, + "StableID": "nomRvA9HhD11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "DiscoKey": "discokey:625eaf4868d9c68d90cc489c0ba34cb87052b4ff67215fae5e9b3b0469a12e7d", + "Addresses": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "AllowedIPs": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "Endpoints": ["77.164.248.136:44785", "10.65.0.27:44785", "172.17.0.1:44785"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 51098}, + {"Proto": "peerapi6", "Port": 51098} + ]}, + "Created": "2026-04-09T08:38:39.253762498Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2220863671214361, + "StableID": "nkepdiKqLJ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "DiscoKey": "discokey:c028b69c24d54c3c4950f1caa5122751697a2d822e4489b41b5171d0f5ef7241", - "Addresses": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "AllowedIPs": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "Endpoints": ["77.164.248.136:56472", "10.65.0.27:56472", "172.17.0.1:56472"], + "Key": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "DiscoKey": "discokey:5245d0a3597e65c71d65b352bf6b9f297a6642dedca9bfa010f931f7c4b1e075", + "Addresses": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "AllowedIPs": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "Endpoints": ["77.164.248.136:55622", "10.65.0.27:55622", "172.17.0.1:55622"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} + {"Proto": "peerapi4", "Port": 37990}, + {"Proto": "peerapi6", "Port": 37990} ]}, - "Created": "2026-04-09T01:32:38.16307351Z", + "Created": "2026-04-09T08:38:40.84298061Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3921143362188176, - "StableID": "nBJLbentcX11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "DiscoKey": "discokey:84ca0a7f0a2c9c00522f773e41e64cc7d81d8670563117be4953668031a4e97c", - "Addresses": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "AllowedIPs": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "Endpoints": ["77.164.248.136:35248", "10.65.0.27:35248", "172.17.0.1:35248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44644}, - {"Proto": "peerapi6", "Port": 44644} - ]}, - "Created": "2026-04-09T01:32:41.412301169Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4061385654217644, - "StableID": "nPaghRiQiY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "KeyExpiry": "2026-10-06T01:32:43Z", - "DiscoKey": "discokey:22c31bf2440ecf6177b0bdd4d16d48e9080852da9c4575304cc50fe327815229", - "Addresses": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "AllowedIPs": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "Endpoints": ["77.164.248.136:55310", "10.65.0.27:55310", "172.17.0.1:55310"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59923}, - {"Proto": "peerapi6", "Port": 59923} - ]}, - "Created": "2026-04-09T01:32:43.040989252Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4344648662722186, - "StableID": "ndxum5Zhva11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "DiscoKey": "discokey:9f7903eac188a8263390b65f1621761d0072a954e8ea669597872ed0d03a3437", - "Addresses": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "AllowedIPs": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "Endpoints": ["77.164.248.136:56944", "10.65.0.27:56944", "172.17.0.1:56944"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49314}, - {"Proto": "peerapi6", "Port": 49314} - ]}, - "Created": "2026-04-09T01:32:37.619648494Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4961987817075851, - "StableID": "ng9EsL1Jkf11CNTRL", + "ID": 2966571579833114, + "StableID": "ndcqxgoZAQ11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "DiscoKey": "discokey:bf51cc0f099371bb05a312389229b826f720c8e57b223e437ca9693600a5f717", - "Addresses": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "AllowedIPs": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "Endpoints": ["77.164.248.136:35219", "10.65.0.27:35219", "172.17.0.1:35219"], + "Key": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "DiscoKey": "discokey:d7cf3a5e34620f418e8f863429891962ad5db14042753fc85607643128cfd631", + "Addresses": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "AllowedIPs": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "Endpoints": ["77.164.248.136:34914", "10.65.0.27:34914", "172.17.0.1:34914"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + {"Proto": "peerapi4", "Port": 54681}, + {"Proto": "peerapi6", "Port": 54681} ]}, - "Created": "2026-04-09T01:32:38.684749919Z", + "Created": "2026-04-09T08:38:41.379171503Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 5646262207996107, - "StableID": "nzx2cZjC6m11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "DiscoKey": "discokey:d20e44366ff74aab399cddd239c91a437aacf2f82d906146cf234d756302836b", - "Addresses": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "AllowedIPs": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "Endpoints": ["77.164.248.136:56143", "10.65.0.27:56143", "172.17.0.1:56143"], + "ID": 3318433185260916, + "StableID": "nF4B9YcvuS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:cc1740dc4b83dde18c6c4661a4d0e3dcf59c6517c8b41a6fda97e481bb7e4355", + "Addresses": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "AllowedIPs": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "Endpoints": ["77.164.248.136:53437", "10.65.0.27:53437", "172.17.0.1:53437"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50734}, - {"Proto": "peerapi6", "Port": 50734} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46722}, + {"Proto": "peerapi6", "Port": 46722} ]}, - "Created": "2026-04-09T01:32:39.782508452Z", + "Created": "2026-04-09T08:38:45.917172255Z", "Cap": 131, - "Tags": ["tag:router"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7933528586568978, - "StableID": "ndix6uL7x421CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "DiscoKey": "discokey:3ea2aef45b104b4966285ea7dc7ca43fb39ecddc4f84a116eb77d414ad2ad029", - "Addresses": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "AllowedIPs": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "Endpoints": ["77.164.248.136:34555", "10.65.0.27:34555", "172.17.0.1:34555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 43383}, - {"Proto": "peerapi6", "Port": 43383} - ]}, - "Created": "2026-04-09T01:32:40.86748244Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7963863990872521, - "StableID": "ngYLukCrB521CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "DiscoKey": "discokey:071d91c201001f78efc8b951b3ecf73299bde78f32ccf99cd94eae9b93735927", - "Addresses": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "AllowedIPs": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "Endpoints": ["77.164.248.136:58444", "10.65.0.27:58444", "172.17.0.1:58444"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 49034}, - {"Proto": "peerapi6", "Port": 49034} - ]}, - "Created": "2026-04-09T01:32:39.241249516Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 8519610445309727, - "StableID": "np1y1kiYX921CNTRL", + "ID": 3589600475332820, + "StableID": "nFvkzcij2V11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "DiscoKey": "discokey:69467b49a449cecfebcb1f02f84d7fbd0944decab3b0bc96acde6528c47b7770", - "Addresses": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "AllowedIPs": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "Endpoints": ["77.164.248.136:38262", "10.65.0.27:38262", "172.17.0.1:38262"], + "Key": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "DiscoKey": "discokey:4f9bcfd658620a77edffee17549d4e4ace551c460b1fe7ea7cb0199f4d833028", + "Addresses": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "AllowedIPs": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "Endpoints": ["77.164.248.136:56459", "10.65.0.27:56459", "172.17.0.1:56459"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60534}, - {"Proto": "peerapi6", "Port": 60534} + {"Proto": "peerapi4", "Port": 37857}, + {"Proto": "peerapi6", "Port": 37857} ]}, - "Created": "2026-04-09T01:32:35.990909808Z", + "Created": "2026-04-09T08:38:38.707336888Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8942300440237649, - "StableID": "nroCS15zpC21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "KeyExpiry": "2026-10-06T01:32:41Z", - "DiscoKey": "discokey:9983e58069494360bd35181ba853de4b3a6afbfac11d1df8ffeeb2f1317c1f5e", - "Addresses": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "AllowedIPs": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "Endpoints": ["77.164.248.136:46164", "10.65.0.27:46164", "172.17.0.1:46164"], + "ID": 3795824940662837, + "StableID": "n84FpJt8eW11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "DiscoKey": "discokey:f87c274cba5a9b1f2ee64076c9de3c11b11361344e7bbf530f566e47d2166d49", + "Addresses": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "AllowedIPs": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "Endpoints": ["77.164.248.136:60305", "10.65.0.27:60305", "172.17.0.1:60305"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49751}, - {"Proto": "peerapi6", "Port": 49751} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 34730}, + {"Proto": "peerapi6", "Port": 34730} ]}, - "Created": "2026-04-09T01:32:41.957204686Z", + "Created": "2026-04-09T08:38:41.927443196Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5150087956629508, + "StableID": "n51d5W5VDh11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "DiscoKey": "discokey:590817bb1ae81ea48ee744600cd5090621c00212b3a3bf10eaddbd8d7d707a2d", + "Addresses": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "AllowedIPs": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "Endpoints": ["77.164.248.136:52575", "10.65.0.27:52575", "172.17.0.1:52575"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55889}, + {"Proto": "peerapi6", "Port": 55889} + ]}, + "Created": "2026-04-09T08:38:43.749684604Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5645341205961072, + "StableID": "nMBsoMYn5m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "DiscoKey": "discokey:9f2ea9f1ea9481b97a78fd1868ffecb75ce506be28ce17004a1c5d88c3057848", + "Addresses": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "AllowedIPs": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "Endpoints": ["77.164.248.136:58020", "10.65.0.27:58020", "172.17.0.1:58020"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52624}, + {"Proto": "peerapi6", "Port": 52624} + ]}, + "Created": "2026-04-09T08:38:44.309689692Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5720347407543009, + "StableID": "nifizvpkfm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "DiscoKey": "discokey:13e8215816d08a15c484aea74f9783d09df744a8b39f20511353135203420f11", + "Addresses": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "AllowedIPs": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "Endpoints": ["77.164.248.136:44170", "10.65.0.27:44170", "172.17.0.1:44170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 61394}, + {"Proto": "peerapi6", "Port": 61394} + ]}, + "Created": "2026-04-09T08:38:42.448987667Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6639684804909449, + "StableID": "nimHg8G8rt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "DiscoKey": "discokey:57688f472ba87cc51ba5776a7d800b1bd8b6e67badffb727abd4411880651538", + "Addresses": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "AllowedIPs": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "Endpoints": ["77.164.248.136:49574", "10.65.0.27:49574", "172.17.0.1:49574"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 58787}, + {"Proto": "peerapi6", "Port": 58787} + ]}, + "Created": "2026-04-09T08:38:40.313370504Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8028053552212907, + "StableID": "nvJcdWMvg521CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "DiscoKey": "discokey:cf0fee840346d9cedd13bf29ba2111b1c6649f3962b3283a88423df3d86a0d79", + "Addresses": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "AllowedIPs": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "Endpoints": ["77.164.248.136:42057", "10.65.0.27:42057", "172.17.0.1:42057"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 63695}, + {"Proto": "peerapi6", "Port": 63695} + ]}, + "Created": "2026-04-09T08:38:42.988354666Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16779,7 +16803,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.100.196.125"}, {"nodeIP": "fd7a:115c:a1e0::3137:c47d"}], + "principals": [{"nodeIP": "100.86.155.49"}, {"nodeIP": "fd7a:115c:a1e0::d537:9b31"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -16788,7 +16812,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.100.196.125"}, {"nodeIP": "fd7a:115c:a1e0::3137:c47d"}], + "principals": [{"nodeIP": "100.86.155.49"}, {"nodeIP": "fd7a:115c:a1e0::d537:9b31"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17617,26 +17641,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.100.196.125"}, {"nodeIP": "fd7a:115c:a1e0::3137:c47d"}], + "principals": [{"nodeIP": "100.86.155.49"}, {"nodeIP": "fd7a:115c:a1e0::d537:9b31"}], "sshUsers": {"*": "=", "root": "root"}, "action": { "accept": true, @@ -17645,7 +17670,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.100.196.125"}, {"nodeIP": "fd7a:115c:a1e0::3137:c47d"}], + "principals": [{"nodeIP": "100.86.155.49"}, {"nodeIP": "fd7a:115c:a1e0::d537:9b31"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17682,21 +17707,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3078680208734786, - "StableID": "n37rb6iL3R11CNTRL", + "ID": 8028053552212907, + "StableID": "nvJcdWMvg521CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 3078680208734786, - "Key": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "DiscoKey": "discokey:d005c3dbb25d059cee40eefd67ea168642283522a318e5ff02a68b40a1c41e1f", - "Addresses": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "AllowedIPs": ["100.112.109.64/32", "fd7a:115c:a1e0::1837:6d40/128"], - "Endpoints": ["77.164.248.136:51319", "10.65.0.27:51319", "172.17.0.1:51319"], + "User": 8028053552212907, + "Key": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "DiscoKey": "discokey:cf0fee840346d9cedd13bf29ba2111b1c6649f3962b3283a88423df3d86a0d79", + "Addresses": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "AllowedIPs": ["100.105.22.70/32", "fd7a:115c:a1e0::fe37:1646/128"], + "Endpoints": ["77.164.248.136:42057", "10.65.0.27:42057", "172.17.0.1:42057"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 58680}, - {"Proto": "peerapi6", "Port": 58680}, + {"Proto": "peerapi4", "Port": 63695}, + {"Proto": "peerapi6", "Port": 63695}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:32:40.34265745Z", + "Created": "2026-04-09T08:38:42.988354666Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17724,300 +17749,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:4797cde7c45a2d4d73826747e2162b5a9e642f31d960960f1dbb129918f06d3f", - "MachineKey": "mkey:25b59f978b5d29eecf0484e140afc5c7fb6a41e1143f7ef610bc24829c46af1f", + "NodeKey": "nodekey:2abcfa95d1e7c40837084b4e151780ae0c7f793fe547eb887753669dfe291645", + "MachineKey": "mkey:37510cbc9df4a92050f6a14938298f6d27fa1bea2da8653f24538e523080ba31", "Peers": [{ - "ID": 914721418485678, - "StableID": "nF9FSUBH9811CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8117e795687241b36242850be8c77d5627a7dab4c9db938fd55d0d9f7bdfa119", - "DiscoKey": "discokey:e492d4b4de0dd32b9c0a4c77c2fe2b00492d7de01e8fda43cb5e4fe818d11a59", - "Addresses": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "AllowedIPs": ["100.95.161.26/32", "fd7a:115c:a1e0::7b37:a11a/128"], - "Endpoints": ["77.164.248.136:43550", "10.65.0.27:43550", "172.17.0.1:43550"], + "ID": 198292570345032, + "StableID": "nwAPRxooY211CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e3408951821b979676a9ca40a3a824aaed229b6a572b71f7028cd8bdd13f1902", + "KeyExpiry": "2026-10-06T08:38:44Z", + "DiscoKey": "discokey:1e36d3c48d2e93a9a71ba48701632e27688fa13f1a76db32a865b44dc6718b70", + "Addresses": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "AllowedIPs": ["100.127.25.3/32", "fd7a:115c:a1e0::d137:1903/128"], + "Endpoints": ["77.164.248.136:60358", "10.65.0.27:60358", "172.17.0.1:60358"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 50253}, - {"Proto": "peerapi6", "Port": 50253} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 36573}, + {"Proto": "peerapi6", "Port": 36573} ]}, - "Created": "2026-04-09T01:32:36.533445994Z", + "Created": "2026-04-09T08:38:44.840920246Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 2716224764499806, - "StableID": "nD6XAtcBDN11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c05899e432a4c7a5560386a04d902e9942dd3b767ef785f593458eca25bbf423", - "DiscoKey": "discokey:cc051d9965cafd8e17d94cd96971b5b85194270e1a488c245de8efd37ecfef1b", - "Addresses": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "AllowedIPs": ["100.123.244.36/32", "fd7a:115c:a1e0::2537:f424/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], + "ID": 249129984318879, + "StableID": "n4hJctDqw211CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:809622323bbeff24e953fb92a9b1e541a13915f8fcd04f7f11992c77d5169b30", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:a667f059b9cfef5d466f93b8f7049b44fb6edc955adbb4b853acd8dfe3e49e7e", + "Addresses": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "AllowedIPs": ["100.86.155.49/32", "fd7a:115c:a1e0::d537:9b31/128"], + "Endpoints": ["77.164.248.136:55093", "10.65.0.27:55093", "172.17.0.1:55093"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 40651}, - {"Proto": "peerapi6", "Port": 40651} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55547}, + {"Proto": "peerapi6", "Port": 55547} ]}, - "Created": "2026-04-09T01:32:37.081936031Z", + "Created": "2026-04-09T08:38:45.397958657Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 2789080194058119, - "StableID": "nCjZzcQBnN11CNTRL", + "ID": 1241877801571157, + "StableID": "nUERiP2ThA11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2900b2116f69c60c2b5b8d1521ff7ac9e6151bb96befd1cadff773a4a7ae2f75", - "DiscoKey": "discokey:0f261e47063ea50ea26e65762f9ca6247f07265b1a8d02f8a046766dc79e4b55", - "Addresses": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "AllowedIPs": ["100.110.47.118/32", "fd7a:115c:a1e0::a737:2f76/128"], - "Endpoints": ["77.164.248.136:55577", "10.65.0.27:55577", "172.17.0.1:55577"], + "Key": "nodekey:d72d7d1a38b2759d146211866c6fffb0b565b341fcbff4c1efc4275a96cf8667", + "DiscoKey": "discokey:b2d60303933571cb6a1fc6331be2d01971d3cab9689106d08a9151ad266bab77", + "Addresses": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "AllowedIPs": ["100.79.134.104/32", "fd7a:115c:a1e0::9637:8669/128"], + "Endpoints": ["77.164.248.136:58988", "10.65.0.27:58988", "172.17.0.1:58988"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54108}, - {"Proto": "peerapi6", "Port": 54108} + {"Proto": "peerapi4", "Port": 50504}, + {"Proto": "peerapi6", "Port": 50504} ]}, - "Created": "2026-04-09T01:32:35.444831485Z", + "Created": "2026-04-09T08:38:38.167253226Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 3213399860681821, - "StableID": "nWmDvnZM6S11CNTRL", + "ID": 1251623887677858, + "StableID": "nPDEy93smA11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bb1849f00824150551f715cce56e8c96a9ac86a380bda4510fc13f907826e101", + "DiscoKey": "discokey:34d4ffef33aea14a17c912a667478590921fce5cd20d81cf7a359805a829dd66", + "Addresses": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "AllowedIPs": ["100.102.225.2/32", "fd7a:115c:a1e0::7837:e102/128"], + "Endpoints": ["77.164.248.136:59007", "10.65.0.27:59007", "172.17.0.1:59007"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52481}, + {"Proto": "peerapi6", "Port": 52481} + ]}, + "Created": "2026-04-09T08:38:39.777366136Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1625690809525854, + "StableID": "nomRvA9HhD11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ca38804da1af10bcf38a823b46167bbee8b01cb9fdbc183e5c7d2f533654376a", + "DiscoKey": "discokey:625eaf4868d9c68d90cc489c0ba34cb87052b4ff67215fae5e9b3b0469a12e7d", + "Addresses": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "AllowedIPs": ["100.84.55.107/32", "fd7a:115c:a1e0::3637:376b/128"], + "Endpoints": ["77.164.248.136:44785", "10.65.0.27:44785", "172.17.0.1:44785"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 51098}, + {"Proto": "peerapi6", "Port": 51098} + ]}, + "Created": "2026-04-09T08:38:39.253762498Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2220863671214361, + "StableID": "nkepdiKqLJ11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:99bc0a4186a0241fc194949eb064f0bd97b4250928aac1e04744a8d5a1194666", - "DiscoKey": "discokey:c028b69c24d54c3c4950f1caa5122751697a2d822e4489b41b5171d0f5ef7241", - "Addresses": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "AllowedIPs": ["100.89.70.103/32", "fd7a:115c:a1e0::a137:4667/128"], - "Endpoints": ["77.164.248.136:56472", "10.65.0.27:56472", "172.17.0.1:56472"], + "Key": "nodekey:307a11e9a2ae4deb22f9e469b4d4a485b94f9428cfdee5b9a742f6ded8828f20", + "DiscoKey": "discokey:5245d0a3597e65c71d65b352bf6b9f297a6642dedca9bfa010f931f7c4b1e075", + "Addresses": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "AllowedIPs": ["100.66.143.33/32", "fd7a:115c:a1e0::d837:8f21/128"], + "Endpoints": ["77.164.248.136:55622", "10.65.0.27:55622", "172.17.0.1:55622"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53333}, - {"Proto": "peerapi6", "Port": 53333} + {"Proto": "peerapi4", "Port": 37990}, + {"Proto": "peerapi6", "Port": 37990} ]}, - "Created": "2026-04-09T01:32:38.16307351Z", + "Created": "2026-04-09T08:38:40.84298061Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 3921143362188176, - "StableID": "nBJLbentcX11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:97360658d304f074f59d60f9b88497398fab9ddb051f6287e1d780d14db65943", - "DiscoKey": "discokey:84ca0a7f0a2c9c00522f773e41e64cc7d81d8670563117be4953668031a4e97c", - "Addresses": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "AllowedIPs": ["100.118.89.68/32", "fd7a:115c:a1e0::4d37:5944/128"], - "Endpoints": ["77.164.248.136:35248", "10.65.0.27:35248", "172.17.0.1:35248"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44644}, - {"Proto": "peerapi6", "Port": 44644} - ]}, - "Created": "2026-04-09T01:32:41.412301169Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 4061385654217644, - "StableID": "nPaghRiQiY11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:44f814ceaa51c07cfdb6c3c7007c28d776044f940cce74853140b38cf8bf8a7e", - "KeyExpiry": "2026-10-06T01:32:43Z", - "DiscoKey": "discokey:22c31bf2440ecf6177b0bdd4d16d48e9080852da9c4575304cc50fe327815229", - "Addresses": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "AllowedIPs": ["100.127.138.127/32", "fd7a:115c:a1e0::f837:8a7f/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59923}, - {"Proto": "peerapi6", "Port": 59923} - ]}, - "Created": "2026-04-09T01:32:43.040989252Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4344648662722186, - "StableID": "ndxum5Zhva11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2b3a1cdac81704aad4c5988012b5b6ee93bfd67a5697a979f4299277c2ab54b", - "DiscoKey": "discokey:9f7903eac188a8263390b65f1621761d0072a954e8ea669597872ed0d03a3437", - "Addresses": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "AllowedIPs": ["100.106.181.76/32", "fd7a:115c:a1e0::7c37:b54d/128"], - "Endpoints": ["77.164.248.136:56944", "10.65.0.27:56944", "172.17.0.1:56944"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 49314}, - {"Proto": "peerapi6", "Port": 49314} - ]}, - "Created": "2026-04-09T01:32:37.619648494Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4961987817075851, - "StableID": "ng9EsL1Jkf11CNTRL", + "ID": 2966571579833114, + "StableID": "ndcqxgoZAQ11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e8ad4e443dbcf261844c66380236f09b08158b4d966e413187003bf741f97f2f", - "DiscoKey": "discokey:bf51cc0f099371bb05a312389229b826f720c8e57b223e437ca9693600a5f717", - "Addresses": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "AllowedIPs": ["100.121.127.48/32", "fd7a:115c:a1e0::4137:7f31/128"], - "Endpoints": ["77.164.248.136:35219", "10.65.0.27:35219", "172.17.0.1:35219"], + "Key": "nodekey:af6fece1752ea2629e07ccdbae9a10a46c029a1a6fbec6343e2a78f2b368a810", + "DiscoKey": "discokey:d7cf3a5e34620f418e8f863429891962ad5db14042753fc85607643128cfd631", + "Addresses": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "AllowedIPs": ["100.104.168.17/32", "fd7a:115c:a1e0::b337:a811/128"], + "Endpoints": ["77.164.248.136:34914", "10.65.0.27:34914", "172.17.0.1:34914"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 57176}, - {"Proto": "peerapi6", "Port": 57176} + {"Proto": "peerapi4", "Port": 54681}, + {"Proto": "peerapi6", "Port": 54681} ]}, - "Created": "2026-04-09T01:32:38.684749919Z", + "Created": "2026-04-09T08:38:41.379171503Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 5646262207996107, - "StableID": "nzx2cZjC6m11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a431c0b337ee4381d20b58dbe9fcb0cd4eb33b8ab1a154cd9fb2635d13e0f521", - "DiscoKey": "discokey:d20e44366ff74aab399cddd239c91a437aacf2f82d906146cf234d756302836b", - "Addresses": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "AllowedIPs": ["100.96.245.34/32", "fd7a:115c:a1e0::1337:f522/128"], - "Endpoints": ["77.164.248.136:56143", "10.65.0.27:56143", "172.17.0.1:56143"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 50734}, - {"Proto": "peerapi6", "Port": 50734} + "ID": 3318433185260916, + "StableID": "nF4B9YcvuS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0ad3633d7e9d68daeb8f75022532e374dfa965732db54e5732014e28277e6e2b", + "KeyExpiry": "2026-10-06T08:38:45Z", + "DiscoKey": "discokey:cc1740dc4b83dde18c6c4661a4d0e3dcf59c6517c8b41a6fda97e481bb7e4355", + "Addresses": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "AllowedIPs": ["100.126.110.44/32", "fd7a:115c:a1e0::2737:6e2c/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46722}, + {"Proto": "peerapi6", "Port": 46722} ]}, - "Created": "2026-04-09T01:32:39.782508452Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 6501508962549725, - "StableID": "nJHeeicYms11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:810d15f178d0ae5d3b834caaeb313ec79539ade265deadd7f54e302431e4c47c", - "KeyExpiry": "2026-10-06T01:32:42Z", - "DiscoKey": "discokey:3014791480a4c23741060be8e6539a2529329d59be5c8987a3129c61e0d8d171", - "Addresses": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "AllowedIPs": ["100.100.196.125/32", "fd7a:115c:a1e0::3137:c47d/128"], - "Endpoints": ["77.164.248.136:39066", "10.65.0.27:39066", "172.17.0.1:39066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 42277}, - {"Proto": "peerapi6", "Port": 42277} - ]}, - "Created": "2026-04-09T01:32:42.506651409Z", + "Created": "2026-04-09T08:38:45.917172255Z", "Cap": 131, "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7933528586568978, - "StableID": "ndix6uL7x421CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7227bf0d9b7f4f1f860e0f578014d99f3c934b3e5fd95db23b75a18e703f616", - "DiscoKey": "discokey:3ea2aef45b104b4966285ea7dc7ca43fb39ecddc4f84a116eb77d414ad2ad029", - "Addresses": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "AllowedIPs": ["100.67.246.23/32", "fd7a:115c:a1e0::e737:f617/128"], - "Endpoints": ["77.164.248.136:34555", "10.65.0.27:34555", "172.17.0.1:34555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 43383}, - {"Proto": "peerapi6", "Port": 43383} - ]}, - "Created": "2026-04-09T01:32:40.86748244Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7963863990872521, - "StableID": "ngYLukCrB521CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:96d0e033f7f5a5d92c15a82e9e95dd8031075322872cc00671f50cbbb6b9df4d", - "DiscoKey": "discokey:071d91c201001f78efc8b951b3ecf73299bde78f32ccf99cd94eae9b93735927", - "Addresses": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "AllowedIPs": ["100.121.223.78/32", "fd7a:115c:a1e0::b637:df4e/128"], - "Endpoints": ["77.164.248.136:58444", "10.65.0.27:58444", "172.17.0.1:58444"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 49034}, - {"Proto": "peerapi6", "Port": 49034} - ]}, - "Created": "2026-04-09T01:32:39.241249516Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 8519610445309727, - "StableID": "np1y1kiYX921CNTRL", + "ID": 3589600475332820, + "StableID": "nFvkzcij2V11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a29d5fa463505a1599b515c83dc6e0af338fad2ab0349454d8fe7d8d4056c565", - "DiscoKey": "discokey:69467b49a449cecfebcb1f02f84d7fbd0944decab3b0bc96acde6528c47b7770", - "Addresses": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "AllowedIPs": ["100.86.197.102/32", "fd7a:115c:a1e0::4037:c566/128"], - "Endpoints": ["77.164.248.136:38262", "10.65.0.27:38262", "172.17.0.1:38262"], + "Key": "nodekey:1752f886b713c4e7dde4e738673e6a07de76a5acc48326d8ddc583f7e756c23e", + "DiscoKey": "discokey:4f9bcfd658620a77edffee17549d4e4ace551c460b1fe7ea7cb0199f4d833028", + "Addresses": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "AllowedIPs": ["100.86.194.63/32", "fd7a:115c:a1e0::e737:c23f/128"], + "Endpoints": ["77.164.248.136:56459", "10.65.0.27:56459", "172.17.0.1:56459"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60534}, - {"Proto": "peerapi6", "Port": 60534} + {"Proto": "peerapi4", "Port": 37857}, + {"Proto": "peerapi6", "Port": 37857} ]}, - "Created": "2026-04-09T01:32:35.990909808Z", + "Created": "2026-04-09T08:38:38.707336888Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8942300440237649, - "StableID": "nroCS15zpC21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b7239e14d7a9a7bc92523e418db3d1dd99bb989d9f93f93d770f54e2e17c0339", - "KeyExpiry": "2026-10-06T01:32:41Z", - "DiscoKey": "discokey:9983e58069494360bd35181ba853de4b3a6afbfac11d1df8ffeeb2f1317c1f5e", - "Addresses": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "AllowedIPs": ["100.124.3.58/32", "fd7a:115c:a1e0::e137:33a/128"], - "Endpoints": ["77.164.248.136:46164", "10.65.0.27:46164", "172.17.0.1:46164"], + "ID": 3795824940662837, + "StableID": "n84FpJt8eW11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9c540abb5e716e61e20c9cbccbe233f3a4872f8e2487b621351178a0fb7d146", + "DiscoKey": "discokey:f87c274cba5a9b1f2ee64076c9de3c11b11361344e7bbf530f566e47d2166d49", + "Addresses": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "AllowedIPs": ["100.119.209.71/32", "fd7a:115c:a1e0::f37:d147/128"], + "Endpoints": ["77.164.248.136:60305", "10.65.0.27:60305", "172.17.0.1:60305"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49751}, - {"Proto": "peerapi6", "Port": 49751} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 34730}, + {"Proto": "peerapi6", "Port": 34730} ]}, - "Created": "2026-04-09T01:32:41.957204686Z", + "Created": "2026-04-09T08:38:41.927443196Z", "Cap": 131, + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5150087956629508, + "StableID": "n51d5W5VDh11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:04e7ab3878537338df6fd925b125f9d6cb251ebda28b6ef4ddb0a73d93eb207f", + "DiscoKey": "discokey:590817bb1ae81ea48ee744600cd5090621c00212b3a3bf10eaddbd8d7d707a2d", + "Addresses": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "AllowedIPs": ["100.107.32.128/32", "fd7a:115c:a1e0::9337:2080/128"], + "Endpoints": ["77.164.248.136:52575", "10.65.0.27:52575", "172.17.0.1:52575"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 55889}, + {"Proto": "peerapi6", "Port": 55889} + ]}, + "Created": "2026-04-09T08:38:43.749684604Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5645341205961072, + "StableID": "nMBsoMYn5m11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:041df876f40da78eec9843846d6a351fce90693b21b1f07c6f6b0f3b1b8ce211", + "DiscoKey": "discokey:9f2ea9f1ea9481b97a78fd1868ffecb75ce506be28ce17004a1c5d88c3057848", + "Addresses": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "AllowedIPs": ["100.76.226.18/32", "fd7a:115c:a1e0::1b37:e212/128"], + "Endpoints": ["77.164.248.136:58020", "10.65.0.27:58020", "172.17.0.1:58020"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 52624}, + {"Proto": "peerapi6", "Port": 52624} + ]}, + "Created": "2026-04-09T08:38:44.309689692Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 5720347407543009, + "StableID": "nifizvpkfm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:cbf603a21cc5344c78920d9dc63dfbda6f6b7e3f1a1c2c82c7212f4f1fb56c6a", + "DiscoKey": "discokey:13e8215816d08a15c484aea74f9783d09df744a8b39f20511353135203420f11", + "Addresses": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "AllowedIPs": ["100.117.108.107/32", "fd7a:115c:a1e0::1f37:6c6c/128"], + "Endpoints": ["77.164.248.136:44170", "10.65.0.27:44170", "172.17.0.1:44170"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 61394}, + {"Proto": "peerapi6", "Port": 61394} + ]}, + "Created": "2026-04-09T08:38:42.448987667Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6639684804909449, + "StableID": "nimHg8G8rt11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:441e0e5d1974a2af0ded19c7966dc644b232fb349eba10f1c17e8469174ccd32", + "DiscoKey": "discokey:57688f472ba87cc51ba5776a7d800b1bd8b6e67badffb727abd4411880651538", + "Addresses": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "AllowedIPs": ["100.76.205.51/32", "fd7a:115c:a1e0::1737:cd33/128"], + "Endpoints": ["77.164.248.136:49574", "10.65.0.27:49574", "172.17.0.1:49574"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 58787}, + {"Proto": "peerapi6", "Port": 58787} + ]}, + "Created": "2026-04-09T08:38:40.313370504Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18865,27 +18890,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3078680208734786": { - "ID": 3078680208734786, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8028053552212907": { + "ID": 8028053552212907, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-d8.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-d8.hujson index 18e6390d..573a5ac5 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-d8.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-d8.hujson @@ -3,7 +3,7 @@ // ssh d8 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:32:55Z +// Captured at: 2026-04-09T08:38:58Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-d8", "description": "ssh d8", "category": "ssh", - "captured_at": "2026-04-09T01:32:55.931682945Z", + "captured_at": "2026-04-09T08:38:58.766193311Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,14 +19,14 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["autogroup:self"], "src": ["autogroup:member"], - "users": ["localpart:*@passkey"] + "users": ["localpart:*@example.com"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} }, @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d8\",\n\t\"id\": \"ssh-d8\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@passkey\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d8\",\n\t\"id\": \"ssh-d8\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@example.com\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-d8.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.92.138.82", - "ipv6": "fd7a:115c:a1e0::6237:8a52", + "ipv4": "100.91.101.80", + "ipv6": "fd7a:115c:a1e0::ec37:6550", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.109.86.64", - "ipv6": "fd7a:115c:a1e0::237:5640", + "ipv4": "100.127.116.117", + "ipv6": "fd7a:115c:a1e0::6d37:7475", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.106.38.46", - "ipv6": "fd7a:115c:a1e0::c937:262e", + "ipv4": "100.86.40.126", + "ipv6": "fd7a:115c:a1e0::cd37:287e", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.79.200.72", - "ipv6": "fd7a:115c:a1e0::6037:c848", + "ipv4": "100.70.113.52", + "ipv6": "fd7a:115c:a1e0::7737:7134", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.120.240.43", - "ipv6": "fd7a:115c:a1e0::7d37:f02b", + "ipv4": "100.71.129.43", + "ipv6": "fd7a:115c:a1e0::ca37:812b", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.103.16.113", - "ipv6": "fd7a:115c:a1e0::5737:1071", + "ipv4": "100.86.3.69", + "ipv6": "fd7a:115c:a1e0::fd37:345", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.102.230.3", - "ipv6": "fd7a:115c:a1e0::3037:e603", + "ipv4": "100.104.143.107", + "ipv6": "fd7a:115c:a1e0::5d37:8f6b", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.106.166.96", - "ipv6": "fd7a:115c:a1e0::1a37:a660", + "ipv4": "100.97.182.81", + "ipv6": "fd7a:115c:a1e0::de37:b651", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.92.242.119", - "ipv6": "fd7a:115c:a1e0::6c37:f277", + "ipv4": "100.68.99.53", + "ipv6": "fd7a:115c:a1e0::1137:6335", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.71.164.81", - "ipv6": "fd7a:115c:a1e0::8537:a451", + "ipv4": "100.122.183.99", + "ipv6": "fd7a:115c:a1e0::ab37:b763", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.124.2.7", - "ipv6": "fd7a:115c:a1e0::f337:207", + "ipv4": "100.74.91.96", + "ipv6": "fd7a:115c:a1e0::5b37:5b60", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.91.253.114", - "ipv6": "fd7a:115c:a1e0::437:fd73", + "ipv4": "100.115.96.73", + "ipv6": "fd7a:115c:a1e0::8437:6049", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.86.178.74", - "ipv6": "fd7a:115c:a1e0::6e37:b24a", + "ipv4": "100.127.201.57", + "ipv6": "fd7a:115c:a1e0::5e37:c939", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.106.149.107", - "ipv6": "fd7a:115c:a1e0::2f37:956b", + "ipv4": "100.66.42.80", + "ipv6": "fd7a:115c:a1e0::ac37:2a50", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.121.109.76", - "ipv6": "fd7a:115c:a1e0::d637:6d4c", + "ipv4": "100.127.90.124", + "ipv6": "fd7a:115c:a1e0::9037:5a7c", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 520583929884035, - "StableID": "ncmDEirm4511CNTRL", + "ID": 767726733228069, + "StableID": "n4zbT1thz611CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 520583929884035, - "Key": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "DiscoKey": "discokey:ec42aafe037c5948475798ba90b66e6248b0fb9884e5557bf18b5060d657f84e", - "Addresses": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "AllowedIPs": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "Endpoints": ["77.164.248.136:33343", "10.65.0.27:33343", "172.17.0.1:33343"], + "User": 767726733228069, + "Key": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "DiscoKey": "discokey:88ae2093aca7625994ee9e357d2cd6c524cda0df32a63501da75a31b89da9c4e", + "Addresses": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "AllowedIPs": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "Endpoints": ["77.164.248.136:47438", "10.65.0.27:47438", "172.17.0.1:47438"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 52959}, - {"Proto": "peerapi6", "Port": 52959}, + {"Proto": "peerapi4", "Port": 54869}, + {"Proto": "peerapi6", "Port": 54869}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:04.755711408Z", + "Created": "2026-04-09T08:39:07.607908892Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,300 +221,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "MachineKey": "mkey:ac06c21a3d11f2f29bd101bb2384b4e16d34cbbb1f47ebc2beedfd6aa01ba361", + "NodeKey": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "MachineKey": "mkey:466c868b2aea4036dc985d48fa00811c9a07d9faa3ee7e3b810529e3f874567c", "Peers": [{ - "ID": 501640557204905, - "StableID": "nWTfFKFCv411CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "DiscoKey": "discokey:83570287015c6a5bec5cea2babb4bc93743083d7be95646e90ad89ca7b323b11", - "Addresses": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "AllowedIPs": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "Endpoints": ["77.164.248.136:55884", "10.65.0.27:55884", "172.17.0.1:55884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61348}, - {"Proto": "peerapi6", "Port": 61348} - ]}, - "Created": "2026-04-09T01:33:03.126445472Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1666211309411387, - "StableID": "n4jvjeYd1E11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "DiscoKey": "discokey:d8ab129bff234813b3483830cca77b53500de9ddaceac7aaf655ee386af46120", - "Addresses": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "AllowedIPs": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "Endpoints": ["77.164.248.136:37538", "10.65.0.27:37538", "172.17.0.1:37538"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56024}, - {"Proto": "peerapi6", "Port": 56024} - ]}, - "Created": "2026-04-09T01:33:00.961956028Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2425748962375657, - "StableID": "n6ZeD6KdwK11CNTRL", + "ID": 10003921991651, + "StableID": "nAi7LbnX5111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "DiscoKey": "discokey:c0fe20a1ad7ebf531792f1012e37f6c161e8d1d555fe5e42576efbf248a1a43a", - "Addresses": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "AllowedIPs": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "Endpoints": ["77.164.248.136:34285", "10.65.0.27:34285", "172.17.0.1:34285"], + "Key": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "DiscoKey": "discokey:6f37002ea40e1fbb4beb0e2570ee1d9d2abd9efe3f9bce6cf5e2f749e9fdd907", + "Addresses": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "AllowedIPs": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "Endpoints": ["77.164.248.136:45434", "10.65.0.27:45434", "172.17.0.1:45434"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60883}, - {"Proto": "peerapi6", "Port": 60883} + {"Proto": "peerapi4", "Port": 36953}, + {"Proto": "peerapi6", "Port": 36953} ]}, - "Created": "2026-04-09T01:32:59.243230001Z", + "Created": "2026-04-09T08:39:01.965052174Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2462688969456115, - "StableID": "n64d9UfMEL11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:e5d60107cce3f030bbe3129cd61faaff2d8ff9d46e0be6bcbec34b35e06b9d2a", - "Addresses": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "AllowedIPs": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "Endpoints": ["77.164.248.136:49862", "10.65.0.27:49862", "172.17.0.1:49862"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55116}, - {"Proto": "peerapi6", "Port": 55116} - ]}, - "Created": "2026-04-09T01:33:05.297462974Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3350520869130036, - "StableID": "nBEMt6WTAT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 182361362206406, + "StableID": "nqWS7nKbR211CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "DiscoKey": "discokey:06140030ddac8ef1d1d829c040dd790944db039f488fbb4a875faab6143c1532", - "Addresses": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "AllowedIPs": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "Endpoints": ["77.164.248.136:43250", "10.65.0.27:43250", "172.17.0.1:43250"], + "Key": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "DiscoKey": "discokey:5275d103e8acde2706fc32c4abb494090c412ac87d9a849aa08984621c5b954d", + "Addresses": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "AllowedIPs": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "Endpoints": ["77.164.248.136:45016", "10.65.0.27:45016", "172.17.0.1:45016"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60240}, - {"Proto": "peerapi6", "Port": 60240} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 32841}, + {"Proto": "peerapi6", "Port": 32841} ]}, - "Created": "2026-04-09T01:33:04.214185391Z", + "Created": "2026-04-09T08:39:01.487388887Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 3482619282399791, - "StableID": "niiLKBWHCU11CNTRL", + "ID": 314237359984231, + "StableID": "nW6uSzUKT311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "KeyExpiry": "2026-10-06T08:39:09Z", + "DiscoKey": "discokey:a81ef0322395719cc8df64814a645a1733228dfd7279a8911f0849261e87d741", + "Addresses": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "AllowedIPs": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63873}, + {"Proto": "peerapi6", "Port": 63873} + ]}, + "Created": "2026-04-09T08:39:09.202832663Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 472570624693547, + "StableID": "n451sUd2h411CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "DiscoKey": "discokey:533a8a1c5e1997c9db625f6ae44406c7378b0d318b443c01f255f350e7820030", - "Addresses": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "AllowedIPs": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "DiscoKey": "discokey:59636bc7cfb051f331b0f9c6c0107a0f8572a5ff5f14cb0c3c859181624aa657", + "Addresses": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], + "AllowedIPs": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 48903}, - {"Proto": "peerapi6", "Port": 48903} + {"Proto": "peerapi4", "Port": 46275}, + {"Proto": "peerapi6", "Port": 46275} ]}, - "Created": "2026-04-09T01:33:00.392012756Z", + "Created": "2026-04-09T08:39:03.039785571Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4641832314581842, - "StableID": "nRt2Sh4JFd11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:916231134097520544099a13ba298a2e6ebb6a7575a8cc3c88c52c7a392e6d5f", - "Addresses": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "AllowedIPs": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "Endpoints": ["77.164.248.136:59904", "10.65.0.27:59904", "172.17.0.1:59904"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 53611}, - {"Proto": "peerapi6", "Port": 53611} - ]}, - "Created": "2026-04-09T01:33:05.829667137Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4766473037226295, - "StableID": "nvWDHXAkDe11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "KeyExpiry": "2026-10-06T01:33:06Z", - "DiscoKey": "discokey:2d3b46bccf1cd60dc10d4c79fa01f3e46a11ce2fd8c028c49d8b217ed5535c7a", - "Addresses": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "AllowedIPs": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 39183}, - {"Proto": "peerapi6", "Port": 39183} - ]}, - "Created": "2026-04-09T01:33:06.379993459Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5037578251610297, - "StableID": "nr3gi2eXLg11CNTRL", + "ID": 980951961653225, + "StableID": "n6PsjnwGf811CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "DiscoKey": "discokey:61da95003fc737501652dce01501baae93f00731edf849a594eee8d5815ab711", - "Addresses": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "AllowedIPs": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "Endpoints": ["77.164.248.136:43862", "10.65.0.27:43862", "172.17.0.1:43862"], + "Key": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "DiscoKey": "discokey:ef81383b6b812efcc5dc1b0ab2e9abd8ab269a7cabfce686433bb8f3e5df0a0b", + "Addresses": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "AllowedIPs": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "Endpoints": ["77.164.248.136:43878", "10.65.0.27:43878", "172.17.0.1:43878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 34571}, - {"Proto": "peerapi6", "Port": 34571} + {"Proto": "peerapi4", "Port": 65109}, + {"Proto": "peerapi6", "Port": 65109} ]}, - "Created": "2026-04-09T01:32:59.785205708Z", + "Created": "2026-04-09T08:39:02.510543913Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5808076510185782, - "StableID": "nwK8PdKVMn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "DiscoKey": "discokey:0904bd85e3c93fa56849ff0ee1c1fefb48ac9646a434dae8a3591ca243659c5b", - "Addresses": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "AllowedIPs": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "Endpoints": ["77.164.248.136:52589", "10.65.0.27:52589", "172.17.0.1:52589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 37532}, - {"Proto": "peerapi6", "Port": 37532} - ]}, - "Created": "2026-04-09T01:33:03.665573834Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5880091384430596, - "StableID": "nZmUDj27vn11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "DiscoKey": "discokey:10ff2d54ee7a782cfef8768141e9cfa78b8af3c5ac1a38a949ac562c5c544435", - "Addresses": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "AllowedIPs": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "Endpoints": ["77.164.248.136:39662", "10.65.0.27:39662", "172.17.0.1:39662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47651}, - {"Proto": "peerapi6", "Port": 47651} - ]}, - "Created": "2026-04-09T01:33:01.495767038Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5965598026096133, - "StableID": "npGTLN9qao11CNTRL", + "ID": 1104827391641447, + "StableID": "n6i9JewNd911CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "DiscoKey": "discokey:8afdb1c635438c25fe8285d44cd64e7c03cb9c76974e53116f939bf54f69a16c", - "Addresses": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "AllowedIPs": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "Endpoints": ["77.164.248.136:37609", "10.65.0.27:37609", "172.17.0.1:37609"], + "Key": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "DiscoKey": "discokey:ceeb23de354978b23e2dd603553cd798efafdb9f0659b3eca0b808605edf9d44", + "Addresses": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "AllowedIPs": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "Endpoints": ["77.164.248.136:53190", "10.65.0.27:53190", "172.17.0.1:53190"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38819}, - {"Proto": "peerapi6", "Port": 38819} + {"Proto": "peerapi4", "Port": 40328}, + {"Proto": "peerapi6", "Port": 40328} ]}, - "Created": "2026-04-09T01:33:02.042350122Z", + "Created": "2026-04-09T08:39:04.940863075Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7321712273598929, - "StableID": "nNyLb2y1Bz11CNTRL", + "ID": 1351357071613915, + "StableID": "nLTzuor2ZB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "DiscoKey": "discokey:1db5574b41c3bd1507b851033a2480532689d3fb8f7229a164d601ee96a8aa32", + "Addresses": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "AllowedIPs": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65502}, + {"Proto": "peerapi6", "Port": 65502} + ]}, + "Created": "2026-04-09T08:39:07.071969099Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3210938643087638, + "StableID": "nuYiYyuE5S11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "DiscoKey": "discokey:4fd145203ee524865037b416ffdcb595cd23c831fc9b55eafb302978d3f1090a", + "Addresses": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "AllowedIPs": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "Endpoints": ["77.164.248.136:41283", "10.65.0.27:41283", "172.17.0.1:41283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65206}, + {"Proto": "peerapi6", "Port": 65206} + ]}, + "Created": "2026-04-09T08:39:06.508401883Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7139440002024299, + "StableID": "nzQg7zyTkx11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "DiscoKey": "discokey:93ce3cd49ea28b779fa2ec0b760ec74612ea5f7b0d5737fa6d44361ee9ce726e", + "Addresses": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "AllowedIPs": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "Endpoints": ["77.164.248.136:37779", "10.65.0.27:37779", "172.17.0.1:37779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53054}, + {"Proto": "peerapi6", "Port": 53054} + ]}, + "Created": "2026-04-09T08:39:04.125866488Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7384075165205446, + "StableID": "nF5mmj8Gfz11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:aa189da8944e2a00696d9fded9d6e04e9a64b023aa538c79b9f329c630273760", + "Addresses": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "AllowedIPs": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "Endpoints": ["77.164.248.136:39900", "10.65.0.27:39900", "172.17.0.1:39900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 40288}, + {"Proto": "peerapi6", "Port": 40288} + ]}, + "Created": "2026-04-09T08:39:08.689330916Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7393083758440859, + "StableID": "ncHqJtmLjz11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "DiscoKey": "discokey:a0072b922059ba192d9b7597c022fc294e1ded39f5456000e810df989eba6f02", - "Addresses": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "AllowedIPs": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "Endpoints": ["77.164.248.136:35475", "10.65.0.27:35475", "172.17.0.1:35475"], + "Key": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "DiscoKey": "discokey:cbeaacb40d0a6d6d24445fe0a8dfebf49c94d58a7473e194d3879fe633a21238", + "Addresses": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "AllowedIPs": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "Endpoints": ["77.164.248.136:59660", "10.65.0.27:59660", "172.17.0.1:59660"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63495}, - {"Proto": "peerapi6", "Port": 63495} + {"Proto": "peerapi4", "Port": 37405}, + {"Proto": "peerapi6", "Port": 37405} ]}, - "Created": "2026-04-09T01:33:02.58098586Z", + "Created": "2026-04-09T08:39:05.4273721Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8459967173999349, - "StableID": "nnoSNYzX4921CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "DiscoKey": "discokey:409e757c889c5657c84afedcf9828d26e77ec7f48a0b41910cba82897df6b024", - "Addresses": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "AllowedIPs": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "Endpoints": ["77.164.248.136:41413", "10.65.0.27:41413", "172.17.0.1:41413"], + "ID": 7810599324459176, + "StableID": "njeNAbCSz321CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:7a68db4cf5d78a7ca90f72cc67d82b13618777fa0d9a18c10ea91f26cff2cc13", + "Addresses": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "AllowedIPs": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "Endpoints": ["77.164.248.136:32869", "10.65.0.27:32869", "172.17.0.1:32869"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59750}, - {"Proto": "peerapi6", "Port": 59750} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60876}, + {"Proto": "peerapi6", "Port": 60876} ]}, - "Created": "2026-04-09T01:32:58.721957712Z", + "Created": "2026-04-09T08:39:08.128134969Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7865361533190886, + "StableID": "nRtK2CiER421CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "DiscoKey": "discokey:7ff7af19b6dfd47c9d2cd93bc8b71ba1b34a9c7279f0850588da5ad60c3cf06a", + "Addresses": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "AllowedIPs": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "Endpoints": ["77.164.248.136:54044", "10.65.0.27:54044", "172.17.0.1:54044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 37488}, + {"Proto": "peerapi6", "Port": 37488} + ]}, + "Created": "2026-04-09T08:39:06.017678962Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8098284337310522, + "StableID": "nD2kcSCjE621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "DiscoKey": "discokey:97f2e4ab76df581ceae94091618e78bda5b51800749a617626c39dd12772673a", + "Addresses": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "AllowedIPs": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "Endpoints": ["77.164.248.136:35405", "10.65.0.27:35405", "172.17.0.1:35405"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48137}, + {"Proto": "peerapi6", "Port": 48137} + ]}, + "Created": "2026-04-09T08:39:03.573535268Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -1362,27 +1361,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "520583929884035": { - "ID": 520583929884035, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "767726733228069": { + "ID": 767726733228069, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [] }, "blastoise": { @@ -1413,26 +1414,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5880091384430596, - "StableID": "nZmUDj27vn11CNTRL", + "ID": 7139440002024299, + "StableID": "nzQg7zyTkx11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 5880091384430596, - "Key": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "DiscoKey": "discokey:10ff2d54ee7a782cfef8768141e9cfa78b8af3c5ac1a38a949ac562c5c544435", - "Addresses": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "AllowedIPs": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "Endpoints": ["77.164.248.136:39662", "10.65.0.27:39662", "172.17.0.1:39662"], + "User": 7139440002024299, + "Key": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "DiscoKey": "discokey:93ce3cd49ea28b779fa2ec0b760ec74612ea5f7b0d5737fa6d44361ee9ce726e", + "Addresses": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "AllowedIPs": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "Endpoints": ["77.164.248.136:37779", "10.65.0.27:37779", "172.17.0.1:37779"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 47651}, - {"Proto": "peerapi6", "Port": 47651}, + {"Proto": "peerapi4", "Port": 53054}, + {"Proto": "peerapi6", "Port": 53054}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:01.495767038Z", + "Created": "2026-04-09T08:39:04.125866488Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1460,302 +1461,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "MachineKey": "mkey:ec14db240aa463b34c7bd83c0a3a2a01add4449630fd7a6e12261ebc832f3640", + "NodeKey": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "MachineKey": "mkey:1b3cad0c6e89a1bc3a2ac52825785d81d502762d1708e440bf638d8c53855315", "Peers": [{ - "ID": 501640557204905, - "StableID": "nWTfFKFCv411CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "DiscoKey": "discokey:83570287015c6a5bec5cea2babb4bc93743083d7be95646e90ad89ca7b323b11", - "Addresses": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "AllowedIPs": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "Endpoints": ["77.164.248.136:55884", "10.65.0.27:55884", "172.17.0.1:55884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61348}, - {"Proto": "peerapi6", "Port": 61348} - ]}, - "Created": "2026-04-09T01:33:03.126445472Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 520583929884035, - "StableID": "ncmDEirm4511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "DiscoKey": "discokey:ec42aafe037c5948475798ba90b66e6248b0fb9884e5557bf18b5060d657f84e", - "Addresses": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "AllowedIPs": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "Endpoints": ["77.164.248.136:33343", "10.65.0.27:33343", "172.17.0.1:33343"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 52959}, - {"Proto": "peerapi6", "Port": 52959} - ]}, - "Created": "2026-04-09T01:33:04.755711408Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1666211309411387, - "StableID": "n4jvjeYd1E11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "DiscoKey": "discokey:d8ab129bff234813b3483830cca77b53500de9ddaceac7aaf655ee386af46120", - "Addresses": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "AllowedIPs": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "Endpoints": ["77.164.248.136:37538", "10.65.0.27:37538", "172.17.0.1:37538"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56024}, - {"Proto": "peerapi6", "Port": 56024} - ]}, - "Created": "2026-04-09T01:33:00.961956028Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2425748962375657, - "StableID": "n6ZeD6KdwK11CNTRL", + "ID": 10003921991651, + "StableID": "nAi7LbnX5111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "DiscoKey": "discokey:c0fe20a1ad7ebf531792f1012e37f6c161e8d1d555fe5e42576efbf248a1a43a", - "Addresses": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "AllowedIPs": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "Endpoints": ["77.164.248.136:34285", "10.65.0.27:34285", "172.17.0.1:34285"], + "Key": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "DiscoKey": "discokey:6f37002ea40e1fbb4beb0e2570ee1d9d2abd9efe3f9bce6cf5e2f749e9fdd907", + "Addresses": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "AllowedIPs": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "Endpoints": ["77.164.248.136:45434", "10.65.0.27:45434", "172.17.0.1:45434"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60883}, - {"Proto": "peerapi6", "Port": 60883} + {"Proto": "peerapi4", "Port": 36953}, + {"Proto": "peerapi6", "Port": 36953} ]}, - "Created": "2026-04-09T01:32:59.243230001Z", + "Created": "2026-04-09T08:39:01.965052174Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2462688969456115, - "StableID": "n64d9UfMEL11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:e5d60107cce3f030bbe3129cd61faaff2d8ff9d46e0be6bcbec34b35e06b9d2a", - "Addresses": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "AllowedIPs": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "Endpoints": ["77.164.248.136:49862", "10.65.0.27:49862", "172.17.0.1:49862"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55116}, - {"Proto": "peerapi6", "Port": 55116} - ]}, - "Created": "2026-04-09T01:33:05.297462974Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3350520869130036, - "StableID": "nBEMt6WTAT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 182361362206406, + "StableID": "nqWS7nKbR211CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "DiscoKey": "discokey:06140030ddac8ef1d1d829c040dd790944db039f488fbb4a875faab6143c1532", - "Addresses": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "AllowedIPs": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "Endpoints": ["77.164.248.136:43250", "10.65.0.27:43250", "172.17.0.1:43250"], + "Key": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "DiscoKey": "discokey:5275d103e8acde2706fc32c4abb494090c412ac87d9a849aa08984621c5b954d", + "Addresses": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "AllowedIPs": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "Endpoints": ["77.164.248.136:45016", "10.65.0.27:45016", "172.17.0.1:45016"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60240}, - {"Proto": "peerapi6", "Port": 60240} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 32841}, + {"Proto": "peerapi6", "Port": 32841} ]}, - "Created": "2026-04-09T01:33:04.214185391Z", + "Created": "2026-04-09T08:39:01.487388887Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 3482619282399791, - "StableID": "niiLKBWHCU11CNTRL", + "ID": 314237359984231, + "StableID": "nW6uSzUKT311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "KeyExpiry": "2026-10-06T08:39:09Z", + "DiscoKey": "discokey:a81ef0322395719cc8df64814a645a1733228dfd7279a8911f0849261e87d741", + "Addresses": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "AllowedIPs": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "Endpoints": ["77.164.248.136:54078", "10.65.0.27:54078", "172.17.0.1:54078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63873}, + {"Proto": "peerapi6", "Port": 63873} + ]}, + "Created": "2026-04-09T08:39:09.202832663Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 472570624693547, + "StableID": "n451sUd2h411CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "DiscoKey": "discokey:533a8a1c5e1997c9db625f6ae44406c7378b0d318b443c01f255f350e7820030", - "Addresses": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "AllowedIPs": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "DiscoKey": "discokey:59636bc7cfb051f331b0f9c6c0107a0f8572a5ff5f14cb0c3c859181624aa657", + "Addresses": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], + "AllowedIPs": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 48903}, - {"Proto": "peerapi6", "Port": 48903} + {"Proto": "peerapi4", "Port": 46275}, + {"Proto": "peerapi6", "Port": 46275} ]}, - "Created": "2026-04-09T01:33:00.392012756Z", + "Created": "2026-04-09T08:39:03.039785571Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4641832314581842, - "StableID": "nRt2Sh4JFd11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:916231134097520544099a13ba298a2e6ebb6a7575a8cc3c88c52c7a392e6d5f", - "Addresses": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "AllowedIPs": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "Endpoints": ["77.164.248.136:59904", "10.65.0.27:59904", "172.17.0.1:59904"], + "ID": 767726733228069, + "StableID": "n4zbT1thz611CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "DiscoKey": "discokey:88ae2093aca7625994ee9e357d2cd6c524cda0df32a63501da75a31b89da9c4e", + "Addresses": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "AllowedIPs": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "Endpoints": ["77.164.248.136:47438", "10.65.0.27:47438", "172.17.0.1:47438"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 53611}, - {"Proto": "peerapi6", "Port": 53611} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 54869}, + {"Proto": "peerapi6", "Port": 54869} ]}, - "Created": "2026-04-09T01:33:05.829667137Z", + "Created": "2026-04-09T08:39:07.607908892Z", "Cap": 131, + "Tags": ["tag:server"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 4766473037226295, - "StableID": "nvWDHXAkDe11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "KeyExpiry": "2026-10-06T01:33:06Z", - "DiscoKey": "discokey:2d3b46bccf1cd60dc10d4c79fa01f3e46a11ce2fd8c028c49d8b217ed5535c7a", - "Addresses": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "AllowedIPs": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "Endpoints": ["77.164.248.136:45839", "10.65.0.27:45839", "172.17.0.1:45839"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 39183}, - {"Proto": "peerapi6", "Port": 39183} - ]}, - "Created": "2026-04-09T01:33:06.379993459Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5037578251610297, - "StableID": "nr3gi2eXLg11CNTRL", + "ID": 980951961653225, + "StableID": "n6PsjnwGf811CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "DiscoKey": "discokey:61da95003fc737501652dce01501baae93f00731edf849a594eee8d5815ab711", - "Addresses": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "AllowedIPs": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "Endpoints": ["77.164.248.136:43862", "10.65.0.27:43862", "172.17.0.1:43862"], + "Key": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "DiscoKey": "discokey:ef81383b6b812efcc5dc1b0ab2e9abd8ab269a7cabfce686433bb8f3e5df0a0b", + "Addresses": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "AllowedIPs": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "Endpoints": ["77.164.248.136:43878", "10.65.0.27:43878", "172.17.0.1:43878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 34571}, - {"Proto": "peerapi6", "Port": 34571} + {"Proto": "peerapi4", "Port": 65109}, + {"Proto": "peerapi6", "Port": 65109} ]}, - "Created": "2026-04-09T01:32:59.785205708Z", + "Created": "2026-04-09T08:39:02.510543913Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5808076510185782, - "StableID": "nwK8PdKVMn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "DiscoKey": "discokey:0904bd85e3c93fa56849ff0ee1c1fefb48ac9646a434dae8a3591ca243659c5b", - "Addresses": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "AllowedIPs": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "Endpoints": ["77.164.248.136:52589", "10.65.0.27:52589", "172.17.0.1:52589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 37532}, - {"Proto": "peerapi6", "Port": 37532} - ]}, - "Created": "2026-04-09T01:33:03.665573834Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5965598026096133, - "StableID": "npGTLN9qao11CNTRL", + "ID": 1104827391641447, + "StableID": "n6i9JewNd911CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "DiscoKey": "discokey:8afdb1c635438c25fe8285d44cd64e7c03cb9c76974e53116f939bf54f69a16c", - "Addresses": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "AllowedIPs": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "Endpoints": ["77.164.248.136:37609", "10.65.0.27:37609", "172.17.0.1:37609"], + "Key": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "DiscoKey": "discokey:ceeb23de354978b23e2dd603553cd798efafdb9f0659b3eca0b808605edf9d44", + "Addresses": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "AllowedIPs": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "Endpoints": ["77.164.248.136:53190", "10.65.0.27:53190", "172.17.0.1:53190"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38819}, - {"Proto": "peerapi6", "Port": 38819} + {"Proto": "peerapi4", "Port": 40328}, + {"Proto": "peerapi6", "Port": 40328} ]}, - "Created": "2026-04-09T01:33:02.042350122Z", + "Created": "2026-04-09T08:39:04.940863075Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7321712273598929, - "StableID": "nNyLb2y1Bz11CNTRL", + "ID": 1351357071613915, + "StableID": "nLTzuor2ZB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "DiscoKey": "discokey:1db5574b41c3bd1507b851033a2480532689d3fb8f7229a164d601ee96a8aa32", + "Addresses": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "AllowedIPs": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65502}, + {"Proto": "peerapi6", "Port": 65502} + ]}, + "Created": "2026-04-09T08:39:07.071969099Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3210938643087638, + "StableID": "nuYiYyuE5S11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "DiscoKey": "discokey:4fd145203ee524865037b416ffdcb595cd23c831fc9b55eafb302978d3f1090a", + "Addresses": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "AllowedIPs": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "Endpoints": ["77.164.248.136:41283", "10.65.0.27:41283", "172.17.0.1:41283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65206}, + {"Proto": "peerapi6", "Port": 65206} + ]}, + "Created": "2026-04-09T08:39:06.508401883Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7384075165205446, + "StableID": "nF5mmj8Gfz11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:aa189da8944e2a00696d9fded9d6e04e9a64b023aa538c79b9f329c630273760", + "Addresses": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "AllowedIPs": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "Endpoints": ["77.164.248.136:39900", "10.65.0.27:39900", "172.17.0.1:39900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 40288}, + {"Proto": "peerapi6", "Port": 40288} + ]}, + "Created": "2026-04-09T08:39:08.689330916Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7393083758440859, + "StableID": "ncHqJtmLjz11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "DiscoKey": "discokey:a0072b922059ba192d9b7597c022fc294e1ded39f5456000e810df989eba6f02", - "Addresses": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "AllowedIPs": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "Endpoints": ["77.164.248.136:35475", "10.65.0.27:35475", "172.17.0.1:35475"], + "Key": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "DiscoKey": "discokey:cbeaacb40d0a6d6d24445fe0a8dfebf49c94d58a7473e194d3879fe633a21238", + "Addresses": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "AllowedIPs": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "Endpoints": ["77.164.248.136:59660", "10.65.0.27:59660", "172.17.0.1:59660"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63495}, - {"Proto": "peerapi6", "Port": 63495} + {"Proto": "peerapi4", "Port": 37405}, + {"Proto": "peerapi6", "Port": 37405} ]}, - "Created": "2026-04-09T01:33:02.58098586Z", + "Created": "2026-04-09T08:39:05.4273721Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8459967173999349, - "StableID": "nnoSNYzX4921CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "DiscoKey": "discokey:409e757c889c5657c84afedcf9828d26e77ec7f48a0b41910cba82897df6b024", - "Addresses": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "AllowedIPs": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "Endpoints": ["77.164.248.136:41413", "10.65.0.27:41413", "172.17.0.1:41413"], + "ID": 7810599324459176, + "StableID": "njeNAbCSz321CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:7a68db4cf5d78a7ca90f72cc67d82b13618777fa0d9a18c10ea91f26cff2cc13", + "Addresses": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "AllowedIPs": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "Endpoints": ["77.164.248.136:32869", "10.65.0.27:32869", "172.17.0.1:32869"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59750}, - {"Proto": "peerapi6", "Port": 59750} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60876}, + {"Proto": "peerapi6", "Port": 60876} ]}, - "Created": "2026-04-09T01:32:58.721957712Z", + "Created": "2026-04-09T08:39:08.128134969Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7865361533190886, + "StableID": "nRtK2CiER421CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "DiscoKey": "discokey:7ff7af19b6dfd47c9d2cd93bc8b71ba1b34a9c7279f0850588da5ad60c3cf06a", + "Addresses": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "AllowedIPs": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "Endpoints": ["77.164.248.136:54044", "10.65.0.27:54044", "172.17.0.1:54044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 37488}, + {"Proto": "peerapi6", "Port": 37488} + ]}, + "Created": "2026-04-09T08:39:06.017678962Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8098284337310522, + "StableID": "nD2kcSCjE621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "DiscoKey": "discokey:97f2e4ab76df581ceae94091618e78bda5b51800749a617626c39dd12772673a", + "Addresses": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "AllowedIPs": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "Endpoints": ["77.164.248.136:35405", "10.65.0.27:35405", "172.17.0.1:35405"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48137}, + {"Proto": "peerapi6", "Port": 48137} + ]}, + "Created": "2026-04-09T08:39:03.573535268Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2603,27 +2603,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5880091384430596": { - "ID": 5880091384430596, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7139440002024299": { + "ID": 7139440002024299, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2654,22 +2656,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4766473037226295, - "StableID": "nvWDHXAkDe11CNTRL", + "ID": 314237359984231, + "StableID": "nW6uSzUKT311CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "KeyExpiry": "2026-10-06T01:33:06Z", - "DiscoKey": "discokey:2d3b46bccf1cd60dc10d4c79fa01f3e46a11ce2fd8c028c49d8b217ed5535c7a", - "Addresses": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "AllowedIPs": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "Endpoints": ["77.164.248.136:45839", "10.65.0.27:45839", "172.17.0.1:45839"], + "Key": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "KeyExpiry": "2026-10-06T08:39:09Z", + "DiscoKey": "discokey:a81ef0322395719cc8df64814a645a1733228dfd7279a8911f0849261e87d741", + "Addresses": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "AllowedIPs": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "Endpoints": ["77.164.248.136:54078", "10.65.0.27:54078", "172.17.0.1:54078"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 39183}, - {"Proto": "peerapi6", "Port": 39183}, + {"Proto": "peerapi4", "Port": 63873}, + {"Proto": "peerapi6", "Port": 63873}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:06.379993459Z", + "Created": "2026-04-09T08:39:09.202832663Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2698,302 +2700,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "MachineKey": "mkey:ab1179f7c7afcf59cdb9f53cdf2bb37bb61e08c38cc4856b539744cbdd2f846d", + "NodeKey": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "MachineKey": "mkey:f6feea153f72e5312facfecdb8965d71957e2d7d0e717c453bb6216770c1ed58", "Peers": [{ - "ID": 501640557204905, - "StableID": "nWTfFKFCv411CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "DiscoKey": "discokey:83570287015c6a5bec5cea2babb4bc93743083d7be95646e90ad89ca7b323b11", - "Addresses": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "AllowedIPs": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "Endpoints": ["77.164.248.136:55884", "10.65.0.27:55884", "172.17.0.1:55884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61348}, - {"Proto": "peerapi6", "Port": 61348} - ]}, - "Created": "2026-04-09T01:33:03.126445472Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 520583929884035, - "StableID": "ncmDEirm4511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "DiscoKey": "discokey:ec42aafe037c5948475798ba90b66e6248b0fb9884e5557bf18b5060d657f84e", - "Addresses": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "AllowedIPs": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "Endpoints": ["77.164.248.136:33343", "10.65.0.27:33343", "172.17.0.1:33343"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 52959}, - {"Proto": "peerapi6", "Port": 52959} - ]}, - "Created": "2026-04-09T01:33:04.755711408Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1666211309411387, - "StableID": "n4jvjeYd1E11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "DiscoKey": "discokey:d8ab129bff234813b3483830cca77b53500de9ddaceac7aaf655ee386af46120", - "Addresses": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "AllowedIPs": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "Endpoints": ["77.164.248.136:37538", "10.65.0.27:37538", "172.17.0.1:37538"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56024}, - {"Proto": "peerapi6", "Port": 56024} - ]}, - "Created": "2026-04-09T01:33:00.961956028Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2425748962375657, - "StableID": "n6ZeD6KdwK11CNTRL", + "ID": 10003921991651, + "StableID": "nAi7LbnX5111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "DiscoKey": "discokey:c0fe20a1ad7ebf531792f1012e37f6c161e8d1d555fe5e42576efbf248a1a43a", - "Addresses": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "AllowedIPs": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "Endpoints": ["77.164.248.136:34285", "10.65.0.27:34285", "172.17.0.1:34285"], + "Key": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "DiscoKey": "discokey:6f37002ea40e1fbb4beb0e2570ee1d9d2abd9efe3f9bce6cf5e2f749e9fdd907", + "Addresses": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "AllowedIPs": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "Endpoints": ["77.164.248.136:45434", "10.65.0.27:45434", "172.17.0.1:45434"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60883}, - {"Proto": "peerapi6", "Port": 60883} + {"Proto": "peerapi4", "Port": 36953}, + {"Proto": "peerapi6", "Port": 36953} ]}, - "Created": "2026-04-09T01:32:59.243230001Z", + "Created": "2026-04-09T08:39:01.965052174Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2462688969456115, - "StableID": "n64d9UfMEL11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:e5d60107cce3f030bbe3129cd61faaff2d8ff9d46e0be6bcbec34b35e06b9d2a", - "Addresses": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "AllowedIPs": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "Endpoints": ["77.164.248.136:49862", "10.65.0.27:49862", "172.17.0.1:49862"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55116}, - {"Proto": "peerapi6", "Port": 55116} - ]}, - "Created": "2026-04-09T01:33:05.297462974Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3350520869130036, - "StableID": "nBEMt6WTAT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 182361362206406, + "StableID": "nqWS7nKbR211CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "DiscoKey": "discokey:06140030ddac8ef1d1d829c040dd790944db039f488fbb4a875faab6143c1532", - "Addresses": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "AllowedIPs": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "Endpoints": ["77.164.248.136:43250", "10.65.0.27:43250", "172.17.0.1:43250"], + "Key": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "DiscoKey": "discokey:5275d103e8acde2706fc32c4abb494090c412ac87d9a849aa08984621c5b954d", + "Addresses": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "AllowedIPs": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "Endpoints": ["77.164.248.136:45016", "10.65.0.27:45016", "172.17.0.1:45016"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60240}, - {"Proto": "peerapi6", "Port": 60240} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 32841}, + {"Proto": "peerapi6", "Port": 32841} ]}, - "Created": "2026-04-09T01:33:04.214185391Z", + "Created": "2026-04-09T08:39:01.487388887Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 3482619282399791, - "StableID": "niiLKBWHCU11CNTRL", + "ID": 472570624693547, + "StableID": "n451sUd2h411CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "DiscoKey": "discokey:533a8a1c5e1997c9db625f6ae44406c7378b0d318b443c01f255f350e7820030", - "Addresses": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "AllowedIPs": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "DiscoKey": "discokey:59636bc7cfb051f331b0f9c6c0107a0f8572a5ff5f14cb0c3c859181624aa657", + "Addresses": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], + "AllowedIPs": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 48903}, - {"Proto": "peerapi6", "Port": 48903} + {"Proto": "peerapi4", "Port": 46275}, + {"Proto": "peerapi6", "Port": 46275} ]}, - "Created": "2026-04-09T01:33:00.392012756Z", + "Created": "2026-04-09T08:39:03.039785571Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4641832314581842, - "StableID": "nRt2Sh4JFd11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:916231134097520544099a13ba298a2e6ebb6a7575a8cc3c88c52c7a392e6d5f", - "Addresses": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "AllowedIPs": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "Endpoints": ["77.164.248.136:59904", "10.65.0.27:59904", "172.17.0.1:59904"], + "ID": 767726733228069, + "StableID": "n4zbT1thz611CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "DiscoKey": "discokey:88ae2093aca7625994ee9e357d2cd6c524cda0df32a63501da75a31b89da9c4e", + "Addresses": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "AllowedIPs": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "Endpoints": ["77.164.248.136:47438", "10.65.0.27:47438", "172.17.0.1:47438"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 53611}, - {"Proto": "peerapi6", "Port": 53611} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 54869}, + {"Proto": "peerapi6", "Port": 54869} ]}, - "Created": "2026-04-09T01:33:05.829667137Z", + "Created": "2026-04-09T08:39:07.607908892Z", "Cap": 131, + "Tags": ["tag:server"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 5037578251610297, - "StableID": "nr3gi2eXLg11CNTRL", + "ID": 980951961653225, + "StableID": "n6PsjnwGf811CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "DiscoKey": "discokey:61da95003fc737501652dce01501baae93f00731edf849a594eee8d5815ab711", - "Addresses": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "AllowedIPs": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "Endpoints": ["77.164.248.136:43862", "10.65.0.27:43862", "172.17.0.1:43862"], + "Key": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "DiscoKey": "discokey:ef81383b6b812efcc5dc1b0ab2e9abd8ab269a7cabfce686433bb8f3e5df0a0b", + "Addresses": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "AllowedIPs": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "Endpoints": ["77.164.248.136:43878", "10.65.0.27:43878", "172.17.0.1:43878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 34571}, - {"Proto": "peerapi6", "Port": 34571} + {"Proto": "peerapi4", "Port": 65109}, + {"Proto": "peerapi6", "Port": 65109} ]}, - "Created": "2026-04-09T01:32:59.785205708Z", + "Created": "2026-04-09T08:39:02.510543913Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5808076510185782, - "StableID": "nwK8PdKVMn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "DiscoKey": "discokey:0904bd85e3c93fa56849ff0ee1c1fefb48ac9646a434dae8a3591ca243659c5b", - "Addresses": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "AllowedIPs": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "Endpoints": ["77.164.248.136:52589", "10.65.0.27:52589", "172.17.0.1:52589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 37532}, - {"Proto": "peerapi6", "Port": 37532} - ]}, - "Created": "2026-04-09T01:33:03.665573834Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5880091384430596, - "StableID": "nZmUDj27vn11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "DiscoKey": "discokey:10ff2d54ee7a782cfef8768141e9cfa78b8af3c5ac1a38a949ac562c5c544435", - "Addresses": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "AllowedIPs": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "Endpoints": ["77.164.248.136:39662", "10.65.0.27:39662", "172.17.0.1:39662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47651}, - {"Proto": "peerapi6", "Port": 47651} - ]}, - "Created": "2026-04-09T01:33:01.495767038Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5965598026096133, - "StableID": "npGTLN9qao11CNTRL", + "ID": 1104827391641447, + "StableID": "n6i9JewNd911CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "DiscoKey": "discokey:8afdb1c635438c25fe8285d44cd64e7c03cb9c76974e53116f939bf54f69a16c", - "Addresses": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "AllowedIPs": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "Endpoints": ["77.164.248.136:37609", "10.65.0.27:37609", "172.17.0.1:37609"], + "Key": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "DiscoKey": "discokey:ceeb23de354978b23e2dd603553cd798efafdb9f0659b3eca0b808605edf9d44", + "Addresses": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "AllowedIPs": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "Endpoints": ["77.164.248.136:53190", "10.65.0.27:53190", "172.17.0.1:53190"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38819}, - {"Proto": "peerapi6", "Port": 38819} + {"Proto": "peerapi4", "Port": 40328}, + {"Proto": "peerapi6", "Port": 40328} ]}, - "Created": "2026-04-09T01:33:02.042350122Z", + "Created": "2026-04-09T08:39:04.940863075Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7321712273598929, - "StableID": "nNyLb2y1Bz11CNTRL", + "ID": 1351357071613915, + "StableID": "nLTzuor2ZB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "DiscoKey": "discokey:1db5574b41c3bd1507b851033a2480532689d3fb8f7229a164d601ee96a8aa32", + "Addresses": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "AllowedIPs": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65502}, + {"Proto": "peerapi6", "Port": 65502} + ]}, + "Created": "2026-04-09T08:39:07.071969099Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3210938643087638, + "StableID": "nuYiYyuE5S11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "DiscoKey": "discokey:4fd145203ee524865037b416ffdcb595cd23c831fc9b55eafb302978d3f1090a", + "Addresses": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "AllowedIPs": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "Endpoints": ["77.164.248.136:41283", "10.65.0.27:41283", "172.17.0.1:41283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65206}, + {"Proto": "peerapi6", "Port": 65206} + ]}, + "Created": "2026-04-09T08:39:06.508401883Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7139440002024299, + "StableID": "nzQg7zyTkx11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "DiscoKey": "discokey:93ce3cd49ea28b779fa2ec0b760ec74612ea5f7b0d5737fa6d44361ee9ce726e", + "Addresses": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "AllowedIPs": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "Endpoints": ["77.164.248.136:37779", "10.65.0.27:37779", "172.17.0.1:37779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53054}, + {"Proto": "peerapi6", "Port": 53054} + ]}, + "Created": "2026-04-09T08:39:04.125866488Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7384075165205446, + "StableID": "nF5mmj8Gfz11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:aa189da8944e2a00696d9fded9d6e04e9a64b023aa538c79b9f329c630273760", + "Addresses": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "AllowedIPs": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "Endpoints": ["77.164.248.136:39900", "10.65.0.27:39900", "172.17.0.1:39900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 40288}, + {"Proto": "peerapi6", "Port": 40288} + ]}, + "Created": "2026-04-09T08:39:08.689330916Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7393083758440859, + "StableID": "ncHqJtmLjz11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "DiscoKey": "discokey:a0072b922059ba192d9b7597c022fc294e1ded39f5456000e810df989eba6f02", - "Addresses": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "AllowedIPs": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "Endpoints": ["77.164.248.136:35475", "10.65.0.27:35475", "172.17.0.1:35475"], + "Key": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "DiscoKey": "discokey:cbeaacb40d0a6d6d24445fe0a8dfebf49c94d58a7473e194d3879fe633a21238", + "Addresses": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "AllowedIPs": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "Endpoints": ["77.164.248.136:59660", "10.65.0.27:59660", "172.17.0.1:59660"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63495}, - {"Proto": "peerapi6", "Port": 63495} + {"Proto": "peerapi4", "Port": 37405}, + {"Proto": "peerapi6", "Port": 37405} ]}, - "Created": "2026-04-09T01:33:02.58098586Z", + "Created": "2026-04-09T08:39:05.4273721Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8459967173999349, - "StableID": "nnoSNYzX4921CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "DiscoKey": "discokey:409e757c889c5657c84afedcf9828d26e77ec7f48a0b41910cba82897df6b024", - "Addresses": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "AllowedIPs": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "Endpoints": ["77.164.248.136:41413", "10.65.0.27:41413", "172.17.0.1:41413"], + "ID": 7810599324459176, + "StableID": "njeNAbCSz321CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:7a68db4cf5d78a7ca90f72cc67d82b13618777fa0d9a18c10ea91f26cff2cc13", + "Addresses": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "AllowedIPs": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59750}, - {"Proto": "peerapi6", "Port": 59750} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60876}, + {"Proto": "peerapi6", "Port": 60876} ]}, - "Created": "2026-04-09T01:32:58.721957712Z", + "Created": "2026-04-09T08:39:08.128134969Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7865361533190886, + "StableID": "nRtK2CiER421CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "DiscoKey": "discokey:7ff7af19b6dfd47c9d2cd93bc8b71ba1b34a9c7279f0850588da5ad60c3cf06a", + "Addresses": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "AllowedIPs": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "Endpoints": ["77.164.248.136:54044", "10.65.0.27:54044", "172.17.0.1:54044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 37488}, + {"Proto": "peerapi6", "Port": 37488} + ]}, + "Created": "2026-04-09T08:39:06.017678962Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8098284337310522, + "StableID": "nD2kcSCjE621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "DiscoKey": "discokey:97f2e4ab76df581ceae94091618e78bda5b51800749a617626c39dd12772673a", + "Addresses": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "AllowedIPs": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "Endpoints": ["77.164.248.136:35405", "10.65.0.27:35405", "172.17.0.1:35405"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48137}, + {"Proto": "peerapi6", "Port": 48137} + ]}, + "Created": "2026-04-09T08:39:03.573535268Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3021,7 +3021,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.106.38.46"}, {"nodeIP": "fd7a:115c:a1e0::c937:262e"}], + "principals": [{"nodeIP": "100.86.40.126"}, {"nodeIP": "fd7a:115c:a1e0::cd37:287e"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -3030,7 +3030,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.106.38.46"}, {"nodeIP": "fd7a:115c:a1e0::c937:262e"}], + "principals": [{"nodeIP": "100.86.40.126"}, {"nodeIP": "fd7a:115c:a1e0::cd37:287e"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3859,26 +3859,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.106.38.46"}, {"nodeIP": "fd7a:115c:a1e0::c937:262e"}], + "principals": [{"nodeIP": "100.86.40.126"}, {"nodeIP": "fd7a:115c:a1e0::cd37:287e"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -3887,7 +3888,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.106.38.46"}, {"nodeIP": "fd7a:115c:a1e0::c937:262e"}], + "principals": [{"nodeIP": "100.86.40.126"}, {"nodeIP": "fd7a:115c:a1e0::cd37:287e"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3924,26 +3925,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5037578251610297, - "StableID": "nr3gi2eXLg11CNTRL", + "ID": 980951961653225, + "StableID": "n6PsjnwGf811CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 5037578251610297, - "Key": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "DiscoKey": "discokey:61da95003fc737501652dce01501baae93f00731edf849a594eee8d5815ab711", - "Addresses": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "AllowedIPs": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "Endpoints": ["77.164.248.136:43862", "10.65.0.27:43862", "172.17.0.1:43862"], + "User": 980951961653225, + "Key": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "DiscoKey": "discokey:ef81383b6b812efcc5dc1b0ab2e9abd8ab269a7cabfce686433bb8f3e5df0a0b", + "Addresses": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "AllowedIPs": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "Endpoints": ["77.164.248.136:43878", "10.65.0.27:43878", "172.17.0.1:43878"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 34571}, - {"Proto": "peerapi6", "Port": 34571}, + {"Proto": "peerapi4", "Port": 65109}, + {"Proto": "peerapi6", "Port": 65109}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:59.785205708Z", + "Created": "2026-04-09T08:39:02.510543913Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3971,302 +3972,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "MachineKey": "mkey:3059ce9a2fc211c24bd0e6a102b010dce5dd4fc50d33198400fbe9a770936b40", + "NodeKey": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "MachineKey": "mkey:04eab8538c7245cdfda3b88ee34c8ca92a57f861c0b1b234c87a34ed2d7afc05", "Peers": [{ - "ID": 501640557204905, - "StableID": "nWTfFKFCv411CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "DiscoKey": "discokey:83570287015c6a5bec5cea2babb4bc93743083d7be95646e90ad89ca7b323b11", - "Addresses": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "AllowedIPs": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "Endpoints": ["77.164.248.136:55884", "10.65.0.27:55884", "172.17.0.1:55884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61348}, - {"Proto": "peerapi6", "Port": 61348} - ]}, - "Created": "2026-04-09T01:33:03.126445472Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 520583929884035, - "StableID": "ncmDEirm4511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "DiscoKey": "discokey:ec42aafe037c5948475798ba90b66e6248b0fb9884e5557bf18b5060d657f84e", - "Addresses": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "AllowedIPs": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "Endpoints": ["77.164.248.136:33343", "10.65.0.27:33343", "172.17.0.1:33343"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 52959}, - {"Proto": "peerapi6", "Port": 52959} - ]}, - "Created": "2026-04-09T01:33:04.755711408Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1666211309411387, - "StableID": "n4jvjeYd1E11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "DiscoKey": "discokey:d8ab129bff234813b3483830cca77b53500de9ddaceac7aaf655ee386af46120", - "Addresses": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "AllowedIPs": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "Endpoints": ["77.164.248.136:37538", "10.65.0.27:37538", "172.17.0.1:37538"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56024}, - {"Proto": "peerapi6", "Port": 56024} - ]}, - "Created": "2026-04-09T01:33:00.961956028Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2425748962375657, - "StableID": "n6ZeD6KdwK11CNTRL", + "ID": 10003921991651, + "StableID": "nAi7LbnX5111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "DiscoKey": "discokey:c0fe20a1ad7ebf531792f1012e37f6c161e8d1d555fe5e42576efbf248a1a43a", - "Addresses": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "AllowedIPs": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "Endpoints": ["77.164.248.136:34285", "10.65.0.27:34285", "172.17.0.1:34285"], + "Key": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "DiscoKey": "discokey:6f37002ea40e1fbb4beb0e2570ee1d9d2abd9efe3f9bce6cf5e2f749e9fdd907", + "Addresses": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "AllowedIPs": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "Endpoints": ["77.164.248.136:45434", "10.65.0.27:45434", "172.17.0.1:45434"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60883}, - {"Proto": "peerapi6", "Port": 60883} + {"Proto": "peerapi4", "Port": 36953}, + {"Proto": "peerapi6", "Port": 36953} ]}, - "Created": "2026-04-09T01:32:59.243230001Z", + "Created": "2026-04-09T08:39:01.965052174Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2462688969456115, - "StableID": "n64d9UfMEL11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:e5d60107cce3f030bbe3129cd61faaff2d8ff9d46e0be6bcbec34b35e06b9d2a", - "Addresses": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "AllowedIPs": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "Endpoints": ["77.164.248.136:49862", "10.65.0.27:49862", "172.17.0.1:49862"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55116}, - {"Proto": "peerapi6", "Port": 55116} - ]}, - "Created": "2026-04-09T01:33:05.297462974Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3350520869130036, - "StableID": "nBEMt6WTAT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 182361362206406, + "StableID": "nqWS7nKbR211CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "DiscoKey": "discokey:06140030ddac8ef1d1d829c040dd790944db039f488fbb4a875faab6143c1532", - "Addresses": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "AllowedIPs": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "Endpoints": ["77.164.248.136:43250", "10.65.0.27:43250", "172.17.0.1:43250"], + "Key": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "DiscoKey": "discokey:5275d103e8acde2706fc32c4abb494090c412ac87d9a849aa08984621c5b954d", + "Addresses": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "AllowedIPs": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "Endpoints": ["77.164.248.136:45016", "10.65.0.27:45016", "172.17.0.1:45016"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60240}, - {"Proto": "peerapi6", "Port": 60240} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 32841}, + {"Proto": "peerapi6", "Port": 32841} ]}, - "Created": "2026-04-09T01:33:04.214185391Z", + "Created": "2026-04-09T08:39:01.487388887Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 3482619282399791, - "StableID": "niiLKBWHCU11CNTRL", + "ID": 314237359984231, + "StableID": "nW6uSzUKT311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "KeyExpiry": "2026-10-06T08:39:09Z", + "DiscoKey": "discokey:a81ef0322395719cc8df64814a645a1733228dfd7279a8911f0849261e87d741", + "Addresses": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "AllowedIPs": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "Endpoints": ["77.164.248.136:54078", "10.65.0.27:54078", "172.17.0.1:54078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63873}, + {"Proto": "peerapi6", "Port": 63873} + ]}, + "Created": "2026-04-09T08:39:09.202832663Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 472570624693547, + "StableID": "n451sUd2h411CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "DiscoKey": "discokey:533a8a1c5e1997c9db625f6ae44406c7378b0d318b443c01f255f350e7820030", - "Addresses": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "AllowedIPs": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "DiscoKey": "discokey:59636bc7cfb051f331b0f9c6c0107a0f8572a5ff5f14cb0c3c859181624aa657", + "Addresses": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], + "AllowedIPs": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 48903}, - {"Proto": "peerapi6", "Port": 48903} + {"Proto": "peerapi4", "Port": 46275}, + {"Proto": "peerapi6", "Port": 46275} ]}, - "Created": "2026-04-09T01:33:00.392012756Z", + "Created": "2026-04-09T08:39:03.039785571Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4641832314581842, - "StableID": "nRt2Sh4JFd11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:916231134097520544099a13ba298a2e6ebb6a7575a8cc3c88c52c7a392e6d5f", - "Addresses": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "AllowedIPs": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "Endpoints": ["77.164.248.136:59904", "10.65.0.27:59904", "172.17.0.1:59904"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 53611}, - {"Proto": "peerapi6", "Port": 53611} - ]}, - "Created": "2026-04-09T01:33:05.829667137Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4766473037226295, - "StableID": "nvWDHXAkDe11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "KeyExpiry": "2026-10-06T01:33:06Z", - "DiscoKey": "discokey:2d3b46bccf1cd60dc10d4c79fa01f3e46a11ce2fd8c028c49d8b217ed5535c7a", - "Addresses": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "AllowedIPs": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "Endpoints": ["77.164.248.136:45839", "10.65.0.27:45839", "172.17.0.1:45839"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 39183}, - {"Proto": "peerapi6", "Port": 39183} - ]}, - "Created": "2026-04-09T01:33:06.379993459Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5808076510185782, - "StableID": "nwK8PdKVMn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 767726733228069, + "StableID": "n4zbT1thz611CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "DiscoKey": "discokey:0904bd85e3c93fa56849ff0ee1c1fefb48ac9646a434dae8a3591ca243659c5b", - "Addresses": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "AllowedIPs": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "Endpoints": ["77.164.248.136:52589", "10.65.0.27:52589", "172.17.0.1:52589"], + "Key": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "DiscoKey": "discokey:88ae2093aca7625994ee9e357d2cd6c524cda0df32a63501da75a31b89da9c4e", + "Addresses": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "AllowedIPs": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "Endpoints": ["77.164.248.136:47438", "10.65.0.27:47438", "172.17.0.1:47438"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 37532}, - {"Proto": "peerapi6", "Port": 37532} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 54869}, + {"Proto": "peerapi6", "Port": 54869} ]}, - "Created": "2026-04-09T01:33:03.665573834Z", + "Created": "2026-04-09T08:39:07.607908892Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 5880091384430596, - "StableID": "nZmUDj27vn11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "DiscoKey": "discokey:10ff2d54ee7a782cfef8768141e9cfa78b8af3c5ac1a38a949ac562c5c544435", - "Addresses": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "AllowedIPs": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "Endpoints": ["77.164.248.136:39662", "10.65.0.27:39662", "172.17.0.1:39662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47651}, - {"Proto": "peerapi6", "Port": 47651} - ]}, - "Created": "2026-04-09T01:33:01.495767038Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5965598026096133, - "StableID": "npGTLN9qao11CNTRL", + "ID": 1104827391641447, + "StableID": "n6i9JewNd911CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "DiscoKey": "discokey:8afdb1c635438c25fe8285d44cd64e7c03cb9c76974e53116f939bf54f69a16c", - "Addresses": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "AllowedIPs": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "Endpoints": ["77.164.248.136:37609", "10.65.0.27:37609", "172.17.0.1:37609"], + "Key": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "DiscoKey": "discokey:ceeb23de354978b23e2dd603553cd798efafdb9f0659b3eca0b808605edf9d44", + "Addresses": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "AllowedIPs": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "Endpoints": ["77.164.248.136:53190", "10.65.0.27:53190", "172.17.0.1:53190"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38819}, - {"Proto": "peerapi6", "Port": 38819} + {"Proto": "peerapi4", "Port": 40328}, + {"Proto": "peerapi6", "Port": 40328} ]}, - "Created": "2026-04-09T01:33:02.042350122Z", + "Created": "2026-04-09T08:39:04.940863075Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7321712273598929, - "StableID": "nNyLb2y1Bz11CNTRL", + "ID": 1351357071613915, + "StableID": "nLTzuor2ZB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "DiscoKey": "discokey:1db5574b41c3bd1507b851033a2480532689d3fb8f7229a164d601ee96a8aa32", + "Addresses": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "AllowedIPs": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65502}, + {"Proto": "peerapi6", "Port": 65502} + ]}, + "Created": "2026-04-09T08:39:07.071969099Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3210938643087638, + "StableID": "nuYiYyuE5S11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "DiscoKey": "discokey:4fd145203ee524865037b416ffdcb595cd23c831fc9b55eafb302978d3f1090a", + "Addresses": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "AllowedIPs": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "Endpoints": ["77.164.248.136:41283", "10.65.0.27:41283", "172.17.0.1:41283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65206}, + {"Proto": "peerapi6", "Port": 65206} + ]}, + "Created": "2026-04-09T08:39:06.508401883Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7139440002024299, + "StableID": "nzQg7zyTkx11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "DiscoKey": "discokey:93ce3cd49ea28b779fa2ec0b760ec74612ea5f7b0d5737fa6d44361ee9ce726e", + "Addresses": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "AllowedIPs": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "Endpoints": ["77.164.248.136:37779", "10.65.0.27:37779", "172.17.0.1:37779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53054}, + {"Proto": "peerapi6", "Port": 53054} + ]}, + "Created": "2026-04-09T08:39:04.125866488Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7384075165205446, + "StableID": "nF5mmj8Gfz11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:aa189da8944e2a00696d9fded9d6e04e9a64b023aa538c79b9f329c630273760", + "Addresses": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "AllowedIPs": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "Endpoints": ["77.164.248.136:39900", "10.65.0.27:39900", "172.17.0.1:39900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 40288}, + {"Proto": "peerapi6", "Port": 40288} + ]}, + "Created": "2026-04-09T08:39:08.689330916Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7393083758440859, + "StableID": "ncHqJtmLjz11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "DiscoKey": "discokey:a0072b922059ba192d9b7597c022fc294e1ded39f5456000e810df989eba6f02", - "Addresses": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "AllowedIPs": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "Endpoints": ["77.164.248.136:35475", "10.65.0.27:35475", "172.17.0.1:35475"], + "Key": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "DiscoKey": "discokey:cbeaacb40d0a6d6d24445fe0a8dfebf49c94d58a7473e194d3879fe633a21238", + "Addresses": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "AllowedIPs": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "Endpoints": ["77.164.248.136:59660", "10.65.0.27:59660", "172.17.0.1:59660"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63495}, - {"Proto": "peerapi6", "Port": 63495} + {"Proto": "peerapi4", "Port": 37405}, + {"Proto": "peerapi6", "Port": 37405} ]}, - "Created": "2026-04-09T01:33:02.58098586Z", + "Created": "2026-04-09T08:39:05.4273721Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8459967173999349, - "StableID": "nnoSNYzX4921CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "DiscoKey": "discokey:409e757c889c5657c84afedcf9828d26e77ec7f48a0b41910cba82897df6b024", - "Addresses": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "AllowedIPs": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "Endpoints": ["77.164.248.136:41413", "10.65.0.27:41413", "172.17.0.1:41413"], + "ID": 7810599324459176, + "StableID": "njeNAbCSz321CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:7a68db4cf5d78a7ca90f72cc67d82b13618777fa0d9a18c10ea91f26cff2cc13", + "Addresses": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "AllowedIPs": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "Endpoints": ["77.164.248.136:32869", "10.65.0.27:32869", "172.17.0.1:32869"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59750}, - {"Proto": "peerapi6", "Port": 59750} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60876}, + {"Proto": "peerapi6", "Port": 60876} ]}, - "Created": "2026-04-09T01:32:58.721957712Z", + "Created": "2026-04-09T08:39:08.128134969Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7865361533190886, + "StableID": "nRtK2CiER421CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "DiscoKey": "discokey:7ff7af19b6dfd47c9d2cd93bc8b71ba1b34a9c7279f0850588da5ad60c3cf06a", + "Addresses": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "AllowedIPs": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "Endpoints": ["77.164.248.136:54044", "10.65.0.27:54044", "172.17.0.1:54044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 37488}, + {"Proto": "peerapi6", "Port": 37488} + ]}, + "Created": "2026-04-09T08:39:06.017678962Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8098284337310522, + "StableID": "nD2kcSCjE621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "DiscoKey": "discokey:97f2e4ab76df581ceae94091618e78bda5b51800749a617626c39dd12772673a", + "Addresses": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "AllowedIPs": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "Endpoints": ["77.164.248.136:35405", "10.65.0.27:35405", "172.17.0.1:35405"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48137}, + {"Proto": "peerapi6", "Port": 48137} + ]}, + "Created": "2026-04-09T08:39:03.573535268Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5114,27 +5114,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5037578251610297": { - "ID": 5037578251610297, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "980951961653225": { + "ID": 980951961653225, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5165,26 +5167,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7321712273598929, - "StableID": "nNyLb2y1Bz11CNTRL", + "ID": 7393083758440859, + "StableID": "ncHqJtmLjz11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 7321712273598929, - "Key": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "DiscoKey": "discokey:a0072b922059ba192d9b7597c022fc294e1ded39f5456000e810df989eba6f02", - "Addresses": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "AllowedIPs": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "Endpoints": ["77.164.248.136:35475", "10.65.0.27:35475", "172.17.0.1:35475"], + "User": 7393083758440859, + "Key": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "DiscoKey": "discokey:cbeaacb40d0a6d6d24445fe0a8dfebf49c94d58a7473e194d3879fe633a21238", + "Addresses": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "AllowedIPs": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "Endpoints": ["77.164.248.136:59660", "10.65.0.27:59660", "172.17.0.1:59660"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 63495}, - {"Proto": "peerapi6", "Port": 63495}, + {"Proto": "peerapi4", "Port": 37405}, + {"Proto": "peerapi6", "Port": 37405}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:02.58098586Z", + "Created": "2026-04-09T08:39:05.4273721Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5212,302 +5214,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "MachineKey": "mkey:f27568a607117a95df41d0e16c740c9cf2aed5921f2d5be7e8e89da7b108cf6d", + "NodeKey": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "MachineKey": "mkey:3d8ae34f92641297238114c3b0d3c2ca673b4489fd2065072084223f0c913c22", "Peers": [{ - "ID": 501640557204905, - "StableID": "nWTfFKFCv411CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "DiscoKey": "discokey:83570287015c6a5bec5cea2babb4bc93743083d7be95646e90ad89ca7b323b11", - "Addresses": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "AllowedIPs": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "Endpoints": ["77.164.248.136:55884", "10.65.0.27:55884", "172.17.0.1:55884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61348}, - {"Proto": "peerapi6", "Port": 61348} - ]}, - "Created": "2026-04-09T01:33:03.126445472Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 520583929884035, - "StableID": "ncmDEirm4511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "DiscoKey": "discokey:ec42aafe037c5948475798ba90b66e6248b0fb9884e5557bf18b5060d657f84e", - "Addresses": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "AllowedIPs": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "Endpoints": ["77.164.248.136:33343", "10.65.0.27:33343", "172.17.0.1:33343"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 52959}, - {"Proto": "peerapi6", "Port": 52959} - ]}, - "Created": "2026-04-09T01:33:04.755711408Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1666211309411387, - "StableID": "n4jvjeYd1E11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "DiscoKey": "discokey:d8ab129bff234813b3483830cca77b53500de9ddaceac7aaf655ee386af46120", - "Addresses": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "AllowedIPs": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "Endpoints": ["77.164.248.136:37538", "10.65.0.27:37538", "172.17.0.1:37538"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56024}, - {"Proto": "peerapi6", "Port": 56024} - ]}, - "Created": "2026-04-09T01:33:00.961956028Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2425748962375657, - "StableID": "n6ZeD6KdwK11CNTRL", + "ID": 10003921991651, + "StableID": "nAi7LbnX5111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "DiscoKey": "discokey:c0fe20a1ad7ebf531792f1012e37f6c161e8d1d555fe5e42576efbf248a1a43a", - "Addresses": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "AllowedIPs": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "Endpoints": ["77.164.248.136:34285", "10.65.0.27:34285", "172.17.0.1:34285"], + "Key": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "DiscoKey": "discokey:6f37002ea40e1fbb4beb0e2570ee1d9d2abd9efe3f9bce6cf5e2f749e9fdd907", + "Addresses": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "AllowedIPs": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "Endpoints": ["77.164.248.136:45434", "10.65.0.27:45434", "172.17.0.1:45434"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60883}, - {"Proto": "peerapi6", "Port": 60883} + {"Proto": "peerapi4", "Port": 36953}, + {"Proto": "peerapi6", "Port": 36953} ]}, - "Created": "2026-04-09T01:32:59.243230001Z", + "Created": "2026-04-09T08:39:01.965052174Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2462688969456115, - "StableID": "n64d9UfMEL11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:e5d60107cce3f030bbe3129cd61faaff2d8ff9d46e0be6bcbec34b35e06b9d2a", - "Addresses": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "AllowedIPs": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "Endpoints": ["77.164.248.136:49862", "10.65.0.27:49862", "172.17.0.1:49862"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55116}, - {"Proto": "peerapi6", "Port": 55116} - ]}, - "Created": "2026-04-09T01:33:05.297462974Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3350520869130036, - "StableID": "nBEMt6WTAT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 182361362206406, + "StableID": "nqWS7nKbR211CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "DiscoKey": "discokey:06140030ddac8ef1d1d829c040dd790944db039f488fbb4a875faab6143c1532", - "Addresses": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "AllowedIPs": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "Endpoints": ["77.164.248.136:43250", "10.65.0.27:43250", "172.17.0.1:43250"], + "Key": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "DiscoKey": "discokey:5275d103e8acde2706fc32c4abb494090c412ac87d9a849aa08984621c5b954d", + "Addresses": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "AllowedIPs": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "Endpoints": ["77.164.248.136:45016", "10.65.0.27:45016", "172.17.0.1:45016"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60240}, - {"Proto": "peerapi6", "Port": 60240} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 32841}, + {"Proto": "peerapi6", "Port": 32841} ]}, - "Created": "2026-04-09T01:33:04.214185391Z", + "Created": "2026-04-09T08:39:01.487388887Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 3482619282399791, - "StableID": "niiLKBWHCU11CNTRL", + "ID": 314237359984231, + "StableID": "nW6uSzUKT311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "KeyExpiry": "2026-10-06T08:39:09Z", + "DiscoKey": "discokey:a81ef0322395719cc8df64814a645a1733228dfd7279a8911f0849261e87d741", + "Addresses": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "AllowedIPs": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "Endpoints": ["77.164.248.136:54078", "10.65.0.27:54078", "172.17.0.1:54078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63873}, + {"Proto": "peerapi6", "Port": 63873} + ]}, + "Created": "2026-04-09T08:39:09.202832663Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 472570624693547, + "StableID": "n451sUd2h411CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "DiscoKey": "discokey:533a8a1c5e1997c9db625f6ae44406c7378b0d318b443c01f255f350e7820030", - "Addresses": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "AllowedIPs": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "DiscoKey": "discokey:59636bc7cfb051f331b0f9c6c0107a0f8572a5ff5f14cb0c3c859181624aa657", + "Addresses": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], + "AllowedIPs": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 48903}, - {"Proto": "peerapi6", "Port": 48903} + {"Proto": "peerapi4", "Port": 46275}, + {"Proto": "peerapi6", "Port": 46275} ]}, - "Created": "2026-04-09T01:33:00.392012756Z", + "Created": "2026-04-09T08:39:03.039785571Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4641832314581842, - "StableID": "nRt2Sh4JFd11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:916231134097520544099a13ba298a2e6ebb6a7575a8cc3c88c52c7a392e6d5f", - "Addresses": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "AllowedIPs": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "Endpoints": ["77.164.248.136:59904", "10.65.0.27:59904", "172.17.0.1:59904"], + "ID": 767726733228069, + "StableID": "n4zbT1thz611CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "DiscoKey": "discokey:88ae2093aca7625994ee9e357d2cd6c524cda0df32a63501da75a31b89da9c4e", + "Addresses": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "AllowedIPs": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "Endpoints": ["77.164.248.136:47438", "10.65.0.27:47438", "172.17.0.1:47438"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 53611}, - {"Proto": "peerapi6", "Port": 53611} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 54869}, + {"Proto": "peerapi6", "Port": 54869} ]}, - "Created": "2026-04-09T01:33:05.829667137Z", + "Created": "2026-04-09T08:39:07.607908892Z", "Cap": 131, + "Tags": ["tag:server"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 4766473037226295, - "StableID": "nvWDHXAkDe11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "KeyExpiry": "2026-10-06T01:33:06Z", - "DiscoKey": "discokey:2d3b46bccf1cd60dc10d4c79fa01f3e46a11ce2fd8c028c49d8b217ed5535c7a", - "Addresses": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "AllowedIPs": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "Endpoints": ["77.164.248.136:45839", "10.65.0.27:45839", "172.17.0.1:45839"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 39183}, - {"Proto": "peerapi6", "Port": 39183} - ]}, - "Created": "2026-04-09T01:33:06.379993459Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5037578251610297, - "StableID": "nr3gi2eXLg11CNTRL", + "ID": 980951961653225, + "StableID": "n6PsjnwGf811CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "DiscoKey": "discokey:61da95003fc737501652dce01501baae93f00731edf849a594eee8d5815ab711", - "Addresses": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "AllowedIPs": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "Endpoints": ["77.164.248.136:43862", "10.65.0.27:43862", "172.17.0.1:43862"], + "Key": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "DiscoKey": "discokey:ef81383b6b812efcc5dc1b0ab2e9abd8ab269a7cabfce686433bb8f3e5df0a0b", + "Addresses": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "AllowedIPs": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "Endpoints": ["77.164.248.136:43878", "10.65.0.27:43878", "172.17.0.1:43878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 34571}, - {"Proto": "peerapi6", "Port": 34571} + {"Proto": "peerapi4", "Port": 65109}, + {"Proto": "peerapi6", "Port": 65109} ]}, - "Created": "2026-04-09T01:32:59.785205708Z", + "Created": "2026-04-09T08:39:02.510543913Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5808076510185782, - "StableID": "nwK8PdKVMn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "DiscoKey": "discokey:0904bd85e3c93fa56849ff0ee1c1fefb48ac9646a434dae8a3591ca243659c5b", - "Addresses": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "AllowedIPs": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "Endpoints": ["77.164.248.136:52589", "10.65.0.27:52589", "172.17.0.1:52589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 37532}, - {"Proto": "peerapi6", "Port": 37532} - ]}, - "Created": "2026-04-09T01:33:03.665573834Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5880091384430596, - "StableID": "nZmUDj27vn11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "DiscoKey": "discokey:10ff2d54ee7a782cfef8768141e9cfa78b8af3c5ac1a38a949ac562c5c544435", - "Addresses": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "AllowedIPs": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "Endpoints": ["77.164.248.136:39662", "10.65.0.27:39662", "172.17.0.1:39662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47651}, - {"Proto": "peerapi6", "Port": 47651} - ]}, - "Created": "2026-04-09T01:33:01.495767038Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5965598026096133, - "StableID": "npGTLN9qao11CNTRL", + "ID": 1104827391641447, + "StableID": "n6i9JewNd911CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "DiscoKey": "discokey:8afdb1c635438c25fe8285d44cd64e7c03cb9c76974e53116f939bf54f69a16c", - "Addresses": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "AllowedIPs": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "Endpoints": ["77.164.248.136:37609", "10.65.0.27:37609", "172.17.0.1:37609"], + "Key": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "DiscoKey": "discokey:ceeb23de354978b23e2dd603553cd798efafdb9f0659b3eca0b808605edf9d44", + "Addresses": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "AllowedIPs": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "Endpoints": ["77.164.248.136:53190", "10.65.0.27:53190", "172.17.0.1:53190"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38819}, - {"Proto": "peerapi6", "Port": 38819} + {"Proto": "peerapi4", "Port": 40328}, + {"Proto": "peerapi6", "Port": 40328} ]}, - "Created": "2026-04-09T01:33:02.042350122Z", + "Created": "2026-04-09T08:39:04.940863075Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8459967173999349, - "StableID": "nnoSNYzX4921CNTRL", - "Name": "pidgey.tail78f774.ts.net.", + "ID": 1351357071613915, + "StableID": "nLTzuor2ZB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "DiscoKey": "discokey:409e757c889c5657c84afedcf9828d26e77ec7f48a0b41910cba82897df6b024", - "Addresses": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "AllowedIPs": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "Endpoints": ["77.164.248.136:41413", "10.65.0.27:41413", "172.17.0.1:41413"], + "Key": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "DiscoKey": "discokey:1db5574b41c3bd1507b851033a2480532689d3fb8f7229a164d601ee96a8aa32", + "Addresses": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "AllowedIPs": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59750}, - {"Proto": "peerapi6", "Port": 59750} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65502}, + {"Proto": "peerapi6", "Port": 65502} ]}, - "Created": "2026-04-09T01:32:58.721957712Z", + "Created": "2026-04-09T08:39:07.071969099Z", "Cap": 131, - "Tags": ["tag:pidgey"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3210938643087638, + "StableID": "nuYiYyuE5S11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "DiscoKey": "discokey:4fd145203ee524865037b416ffdcb595cd23c831fc9b55eafb302978d3f1090a", + "Addresses": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "AllowedIPs": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "Endpoints": ["77.164.248.136:41283", "10.65.0.27:41283", "172.17.0.1:41283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65206}, + {"Proto": "peerapi6", "Port": 65206} + ]}, + "Created": "2026-04-09T08:39:06.508401883Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7139440002024299, + "StableID": "nzQg7zyTkx11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "DiscoKey": "discokey:93ce3cd49ea28b779fa2ec0b760ec74612ea5f7b0d5737fa6d44361ee9ce726e", + "Addresses": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "AllowedIPs": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "Endpoints": ["77.164.248.136:37779", "10.65.0.27:37779", "172.17.0.1:37779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53054}, + {"Proto": "peerapi6", "Port": 53054} + ]}, + "Created": "2026-04-09T08:39:04.125866488Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7384075165205446, + "StableID": "nF5mmj8Gfz11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:aa189da8944e2a00696d9fded9d6e04e9a64b023aa538c79b9f329c630273760", + "Addresses": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "AllowedIPs": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "Endpoints": ["77.164.248.136:39900", "10.65.0.27:39900", "172.17.0.1:39900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 40288}, + {"Proto": "peerapi6", "Port": 40288} + ]}, + "Created": "2026-04-09T08:39:08.689330916Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7810599324459176, + "StableID": "njeNAbCSz321CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:7a68db4cf5d78a7ca90f72cc67d82b13618777fa0d9a18c10ea91f26cff2cc13", + "Addresses": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "AllowedIPs": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "Endpoints": ["77.164.248.136:32869", "10.65.0.27:32869", "172.17.0.1:32869"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60876}, + {"Proto": "peerapi6", "Port": 60876} + ]}, + "Created": "2026-04-09T08:39:08.128134969Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7865361533190886, + "StableID": "nRtK2CiER421CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "DiscoKey": "discokey:7ff7af19b6dfd47c9d2cd93bc8b71ba1b34a9c7279f0850588da5ad60c3cf06a", + "Addresses": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "AllowedIPs": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "Endpoints": ["77.164.248.136:54044", "10.65.0.27:54044", "172.17.0.1:54044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 37488}, + {"Proto": "peerapi6", "Port": 37488} + ]}, + "Created": "2026-04-09T08:39:06.017678962Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8098284337310522, + "StableID": "nD2kcSCjE621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "DiscoKey": "discokey:97f2e4ab76df581ceae94091618e78bda5b51800749a617626c39dd12772673a", + "Addresses": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "AllowedIPs": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "Endpoints": ["77.164.248.136:35405", "10.65.0.27:35405", "172.17.0.1:35405"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48137}, + {"Proto": "peerapi6", "Port": 48137} + ]}, + "Created": "2026-04-09T08:39:03.573535268Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6355,27 +6356,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7321712273598929": { - "ID": 7321712273598929, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7393083758440859": { + "ID": 7393083758440859, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6406,22 +6409,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2462688969456115, - "StableID": "n64d9UfMEL11CNTRL", + "ID": 7810599324459176, + "StableID": "njeNAbCSz321CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:e5d60107cce3f030bbe3129cd61faaff2d8ff9d46e0be6bcbec34b35e06b9d2a", - "Addresses": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "AllowedIPs": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "Endpoints": ["77.164.248.136:49862", "10.65.0.27:49862", "172.17.0.1:49862"], + "Key": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:7a68db4cf5d78a7ca90f72cc67d82b13618777fa0d9a18c10ea91f26cff2cc13", + "Addresses": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "AllowedIPs": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55116}, - {"Proto": "peerapi6", "Port": 55116}, + {"Proto": "peerapi4", "Port": 60876}, + {"Proto": "peerapi6", "Port": 60876}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:05.297462974Z", + "Created": "2026-04-09T08:39:08.128134969Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6448,302 +6450,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "MachineKey": "mkey:01e5ec27708b8d14cc8f7c62c95c75e208fdfe2c6abbbb1f68aaa201d700cc72", + "NodeKey": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "MachineKey": "mkey:205a9c177e5f3dc1603b470314c236dc413220079275f862a0484602fab2a05a", "Peers": [{ - "ID": 501640557204905, - "StableID": "nWTfFKFCv411CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "DiscoKey": "discokey:83570287015c6a5bec5cea2babb4bc93743083d7be95646e90ad89ca7b323b11", - "Addresses": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "AllowedIPs": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "Endpoints": ["77.164.248.136:55884", "10.65.0.27:55884", "172.17.0.1:55884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61348}, - {"Proto": "peerapi6", "Port": 61348} - ]}, - "Created": "2026-04-09T01:33:03.126445472Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 520583929884035, - "StableID": "ncmDEirm4511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "DiscoKey": "discokey:ec42aafe037c5948475798ba90b66e6248b0fb9884e5557bf18b5060d657f84e", - "Addresses": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "AllowedIPs": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "Endpoints": ["77.164.248.136:33343", "10.65.0.27:33343", "172.17.0.1:33343"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 52959}, - {"Proto": "peerapi6", "Port": 52959} - ]}, - "Created": "2026-04-09T01:33:04.755711408Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1666211309411387, - "StableID": "n4jvjeYd1E11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "DiscoKey": "discokey:d8ab129bff234813b3483830cca77b53500de9ddaceac7aaf655ee386af46120", - "Addresses": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "AllowedIPs": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "Endpoints": ["77.164.248.136:37538", "10.65.0.27:37538", "172.17.0.1:37538"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56024}, - {"Proto": "peerapi6", "Port": 56024} - ]}, - "Created": "2026-04-09T01:33:00.961956028Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2425748962375657, - "StableID": "n6ZeD6KdwK11CNTRL", + "ID": 10003921991651, + "StableID": "nAi7LbnX5111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "DiscoKey": "discokey:c0fe20a1ad7ebf531792f1012e37f6c161e8d1d555fe5e42576efbf248a1a43a", - "Addresses": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "AllowedIPs": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "Endpoints": ["77.164.248.136:34285", "10.65.0.27:34285", "172.17.0.1:34285"], + "Key": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "DiscoKey": "discokey:6f37002ea40e1fbb4beb0e2570ee1d9d2abd9efe3f9bce6cf5e2f749e9fdd907", + "Addresses": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "AllowedIPs": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "Endpoints": ["77.164.248.136:45434", "10.65.0.27:45434", "172.17.0.1:45434"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60883}, - {"Proto": "peerapi6", "Port": 60883} + {"Proto": "peerapi4", "Port": 36953}, + {"Proto": "peerapi6", "Port": 36953} ]}, - "Created": "2026-04-09T01:32:59.243230001Z", + "Created": "2026-04-09T08:39:01.965052174Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 3350520869130036, - "StableID": "nBEMt6WTAT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 182361362206406, + "StableID": "nqWS7nKbR211CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "DiscoKey": "discokey:06140030ddac8ef1d1d829c040dd790944db039f488fbb4a875faab6143c1532", - "Addresses": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "AllowedIPs": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "Endpoints": ["77.164.248.136:43250", "10.65.0.27:43250", "172.17.0.1:43250"], + "Key": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "DiscoKey": "discokey:5275d103e8acde2706fc32c4abb494090c412ac87d9a849aa08984621c5b954d", + "Addresses": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "AllowedIPs": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "Endpoints": ["77.164.248.136:45016", "10.65.0.27:45016", "172.17.0.1:45016"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60240}, - {"Proto": "peerapi6", "Port": 60240} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 32841}, + {"Proto": "peerapi6", "Port": 32841} ]}, - "Created": "2026-04-09T01:33:04.214185391Z", + "Created": "2026-04-09T08:39:01.487388887Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 3482619282399791, - "StableID": "niiLKBWHCU11CNTRL", + "ID": 314237359984231, + "StableID": "nW6uSzUKT311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "KeyExpiry": "2026-10-06T08:39:09Z", + "DiscoKey": "discokey:a81ef0322395719cc8df64814a645a1733228dfd7279a8911f0849261e87d741", + "Addresses": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "AllowedIPs": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "Endpoints": ["77.164.248.136:54078", "10.65.0.27:54078", "172.17.0.1:54078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63873}, + {"Proto": "peerapi6", "Port": 63873} + ]}, + "Created": "2026-04-09T08:39:09.202832663Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 472570624693547, + "StableID": "n451sUd2h411CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "DiscoKey": "discokey:533a8a1c5e1997c9db625f6ae44406c7378b0d318b443c01f255f350e7820030", - "Addresses": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "AllowedIPs": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "DiscoKey": "discokey:59636bc7cfb051f331b0f9c6c0107a0f8572a5ff5f14cb0c3c859181624aa657", + "Addresses": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], + "AllowedIPs": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 48903}, - {"Proto": "peerapi6", "Port": 48903} + {"Proto": "peerapi4", "Port": 46275}, + {"Proto": "peerapi6", "Port": 46275} ]}, - "Created": "2026-04-09T01:33:00.392012756Z", + "Created": "2026-04-09T08:39:03.039785571Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4641832314581842, - "StableID": "nRt2Sh4JFd11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:916231134097520544099a13ba298a2e6ebb6a7575a8cc3c88c52c7a392e6d5f", - "Addresses": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "AllowedIPs": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "Endpoints": ["77.164.248.136:59904", "10.65.0.27:59904", "172.17.0.1:59904"], + "ID": 767726733228069, + "StableID": "n4zbT1thz611CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "DiscoKey": "discokey:88ae2093aca7625994ee9e357d2cd6c524cda0df32a63501da75a31b89da9c4e", + "Addresses": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "AllowedIPs": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "Endpoints": ["77.164.248.136:47438", "10.65.0.27:47438", "172.17.0.1:47438"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 53611}, - {"Proto": "peerapi6", "Port": 53611} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 54869}, + {"Proto": "peerapi6", "Port": 54869} ]}, - "Created": "2026-04-09T01:33:05.829667137Z", + "Created": "2026-04-09T08:39:07.607908892Z", "Cap": 131, + "Tags": ["tag:server"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 4766473037226295, - "StableID": "nvWDHXAkDe11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "KeyExpiry": "2026-10-06T01:33:06Z", - "DiscoKey": "discokey:2d3b46bccf1cd60dc10d4c79fa01f3e46a11ce2fd8c028c49d8b217ed5535c7a", - "Addresses": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "AllowedIPs": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "Endpoints": ["77.164.248.136:45839", "10.65.0.27:45839", "172.17.0.1:45839"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 39183}, - {"Proto": "peerapi6", "Port": 39183} - ]}, - "Created": "2026-04-09T01:33:06.379993459Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5037578251610297, - "StableID": "nr3gi2eXLg11CNTRL", + "ID": 980951961653225, + "StableID": "n6PsjnwGf811CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "DiscoKey": "discokey:61da95003fc737501652dce01501baae93f00731edf849a594eee8d5815ab711", - "Addresses": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "AllowedIPs": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "Endpoints": ["77.164.248.136:43862", "10.65.0.27:43862", "172.17.0.1:43862"], + "Key": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "DiscoKey": "discokey:ef81383b6b812efcc5dc1b0ab2e9abd8ab269a7cabfce686433bb8f3e5df0a0b", + "Addresses": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "AllowedIPs": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "Endpoints": ["77.164.248.136:43878", "10.65.0.27:43878", "172.17.0.1:43878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 34571}, - {"Proto": "peerapi6", "Port": 34571} + {"Proto": "peerapi4", "Port": 65109}, + {"Proto": "peerapi6", "Port": 65109} ]}, - "Created": "2026-04-09T01:32:59.785205708Z", + "Created": "2026-04-09T08:39:02.510543913Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5808076510185782, - "StableID": "nwK8PdKVMn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "DiscoKey": "discokey:0904bd85e3c93fa56849ff0ee1c1fefb48ac9646a434dae8a3591ca243659c5b", - "Addresses": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "AllowedIPs": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "Endpoints": ["77.164.248.136:52589", "10.65.0.27:52589", "172.17.0.1:52589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 37532}, - {"Proto": "peerapi6", "Port": 37532} - ]}, - "Created": "2026-04-09T01:33:03.665573834Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5880091384430596, - "StableID": "nZmUDj27vn11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "DiscoKey": "discokey:10ff2d54ee7a782cfef8768141e9cfa78b8af3c5ac1a38a949ac562c5c544435", - "Addresses": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "AllowedIPs": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "Endpoints": ["77.164.248.136:39662", "10.65.0.27:39662", "172.17.0.1:39662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47651}, - {"Proto": "peerapi6", "Port": 47651} - ]}, - "Created": "2026-04-09T01:33:01.495767038Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5965598026096133, - "StableID": "npGTLN9qao11CNTRL", + "ID": 1104827391641447, + "StableID": "n6i9JewNd911CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "DiscoKey": "discokey:8afdb1c635438c25fe8285d44cd64e7c03cb9c76974e53116f939bf54f69a16c", - "Addresses": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "AllowedIPs": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "Endpoints": ["77.164.248.136:37609", "10.65.0.27:37609", "172.17.0.1:37609"], + "Key": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "DiscoKey": "discokey:ceeb23de354978b23e2dd603553cd798efafdb9f0659b3eca0b808605edf9d44", + "Addresses": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "AllowedIPs": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "Endpoints": ["77.164.248.136:53190", "10.65.0.27:53190", "172.17.0.1:53190"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38819}, - {"Proto": "peerapi6", "Port": 38819} + {"Proto": "peerapi4", "Port": 40328}, + {"Proto": "peerapi6", "Port": 40328} ]}, - "Created": "2026-04-09T01:33:02.042350122Z", + "Created": "2026-04-09T08:39:04.940863075Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7321712273598929, - "StableID": "nNyLb2y1Bz11CNTRL", + "ID": 1351357071613915, + "StableID": "nLTzuor2ZB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "DiscoKey": "discokey:1db5574b41c3bd1507b851033a2480532689d3fb8f7229a164d601ee96a8aa32", + "Addresses": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "AllowedIPs": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65502}, + {"Proto": "peerapi6", "Port": 65502} + ]}, + "Created": "2026-04-09T08:39:07.071969099Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3210938643087638, + "StableID": "nuYiYyuE5S11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "DiscoKey": "discokey:4fd145203ee524865037b416ffdcb595cd23c831fc9b55eafb302978d3f1090a", + "Addresses": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "AllowedIPs": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "Endpoints": ["77.164.248.136:41283", "10.65.0.27:41283", "172.17.0.1:41283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65206}, + {"Proto": "peerapi6", "Port": 65206} + ]}, + "Created": "2026-04-09T08:39:06.508401883Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7139440002024299, + "StableID": "nzQg7zyTkx11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "DiscoKey": "discokey:93ce3cd49ea28b779fa2ec0b760ec74612ea5f7b0d5737fa6d44361ee9ce726e", + "Addresses": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "AllowedIPs": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "Endpoints": ["77.164.248.136:37779", "10.65.0.27:37779", "172.17.0.1:37779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53054}, + {"Proto": "peerapi6", "Port": 53054} + ]}, + "Created": "2026-04-09T08:39:04.125866488Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7384075165205446, + "StableID": "nF5mmj8Gfz11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:aa189da8944e2a00696d9fded9d6e04e9a64b023aa538c79b9f329c630273760", + "Addresses": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "AllowedIPs": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "Endpoints": ["77.164.248.136:39900", "10.65.0.27:39900", "172.17.0.1:39900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 40288}, + {"Proto": "peerapi6", "Port": 40288} + ]}, + "Created": "2026-04-09T08:39:08.689330916Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7393083758440859, + "StableID": "ncHqJtmLjz11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "DiscoKey": "discokey:a0072b922059ba192d9b7597c022fc294e1ded39f5456000e810df989eba6f02", - "Addresses": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "AllowedIPs": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "Endpoints": ["77.164.248.136:35475", "10.65.0.27:35475", "172.17.0.1:35475"], + "Key": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "DiscoKey": "discokey:cbeaacb40d0a6d6d24445fe0a8dfebf49c94d58a7473e194d3879fe633a21238", + "Addresses": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "AllowedIPs": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "Endpoints": ["77.164.248.136:59660", "10.65.0.27:59660", "172.17.0.1:59660"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63495}, - {"Proto": "peerapi6", "Port": 63495} + {"Proto": "peerapi4", "Port": 37405}, + {"Proto": "peerapi6", "Port": 37405} ]}, - "Created": "2026-04-09T01:33:02.58098586Z", + "Created": "2026-04-09T08:39:05.4273721Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8459967173999349, - "StableID": "nnoSNYzX4921CNTRL", - "Name": "pidgey.tail78f774.ts.net.", + "ID": 7865361533190886, + "StableID": "nRtK2CiER421CNTRL", + "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "DiscoKey": "discokey:409e757c889c5657c84afedcf9828d26e77ec7f48a0b41910cba82897df6b024", - "Addresses": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "AllowedIPs": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "Endpoints": ["77.164.248.136:41413", "10.65.0.27:41413", "172.17.0.1:41413"], + "Key": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "DiscoKey": "discokey:7ff7af19b6dfd47c9d2cd93bc8b71ba1b34a9c7279f0850588da5ad60c3cf06a", + "Addresses": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "AllowedIPs": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "Endpoints": ["77.164.248.136:54044", "10.65.0.27:54044", "172.17.0.1:54044"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59750}, - {"Proto": "peerapi6", "Port": 59750} + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 37488}, + {"Proto": "peerapi6", "Port": 37488} ]}, - "Created": "2026-04-09T01:32:58.721957712Z", + "Created": "2026-04-09T08:39:06.017678962Z", "Cap": 131, - "Tags": ["tag:pidgey"], + "Tags": ["tag:router"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8098284337310522, + "StableID": "nD2kcSCjE621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "DiscoKey": "discokey:97f2e4ab76df581ceae94091618e78bda5b51800749a617626c39dd12772673a", + "Addresses": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "AllowedIPs": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "Endpoints": ["77.164.248.136:35405", "10.65.0.27:35405", "172.17.0.1:35405"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48137}, + {"Proto": "peerapi6", "Port": 48137} + ]}, + "Created": "2026-04-09T08:39:03.573535268Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6771,7 +6772,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.103.16.113"}, {"nodeIP": "fd7a:115c:a1e0::5737:1071"}], + "principals": [{"nodeIP": "100.86.3.69"}, {"nodeIP": "fd7a:115c:a1e0::fd37:345"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -7600,26 +7601,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.103.16.113"}, {"nodeIP": "fd7a:115c:a1e0::5737:1071"}], + "principals": [{"nodeIP": "100.86.3.69"}, {"nodeIP": "fd7a:115c:a1e0::fd37:345"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -7656,21 +7658,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3350520869130036, - "StableID": "nBEMt6WTAT11CNTRL", + "ID": 1351357071613915, + "StableID": "nLTzuor2ZB11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 3350520869130036, - "Key": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "DiscoKey": "discokey:06140030ddac8ef1d1d829c040dd790944db039f488fbb4a875faab6143c1532", - "Addresses": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "AllowedIPs": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "Endpoints": ["77.164.248.136:43250", "10.65.0.27:43250", "172.17.0.1:43250"], + "User": 1351357071613915, + "Key": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "DiscoKey": "discokey:1db5574b41c3bd1507b851033a2480532689d3fb8f7229a164d601ee96a8aa32", + "Addresses": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "AllowedIPs": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 60240}, - {"Proto": "peerapi6", "Port": 60240}, + {"Proto": "peerapi4", "Port": 65502}, + {"Proto": "peerapi6", "Port": 65502}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:04.214185391Z", + "Created": "2026-04-09T08:39:07.071969099Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7698,300 +7700,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "MachineKey": "mkey:803bf0dba80a307888ce3226c3e4cda4ef0e39f518dc82362166aa803cb60d0a", + "NodeKey": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "MachineKey": "mkey:b6aa456a6a61a8803dd4bc94871726ddbd51d036b067ddd3d0bdf19768cab82e", "Peers": [{ - "ID": 501640557204905, - "StableID": "nWTfFKFCv411CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "DiscoKey": "discokey:83570287015c6a5bec5cea2babb4bc93743083d7be95646e90ad89ca7b323b11", - "Addresses": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "AllowedIPs": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "Endpoints": ["77.164.248.136:55884", "10.65.0.27:55884", "172.17.0.1:55884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61348}, - {"Proto": "peerapi6", "Port": 61348} - ]}, - "Created": "2026-04-09T01:33:03.126445472Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 520583929884035, - "StableID": "ncmDEirm4511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "DiscoKey": "discokey:ec42aafe037c5948475798ba90b66e6248b0fb9884e5557bf18b5060d657f84e", - "Addresses": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "AllowedIPs": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "Endpoints": ["77.164.248.136:33343", "10.65.0.27:33343", "172.17.0.1:33343"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 52959}, - {"Proto": "peerapi6", "Port": 52959} - ]}, - "Created": "2026-04-09T01:33:04.755711408Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1666211309411387, - "StableID": "n4jvjeYd1E11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "DiscoKey": "discokey:d8ab129bff234813b3483830cca77b53500de9ddaceac7aaf655ee386af46120", - "Addresses": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "AllowedIPs": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "Endpoints": ["77.164.248.136:37538", "10.65.0.27:37538", "172.17.0.1:37538"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56024}, - {"Proto": "peerapi6", "Port": 56024} - ]}, - "Created": "2026-04-09T01:33:00.961956028Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2425748962375657, - "StableID": "n6ZeD6KdwK11CNTRL", + "ID": 10003921991651, + "StableID": "nAi7LbnX5111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "DiscoKey": "discokey:c0fe20a1ad7ebf531792f1012e37f6c161e8d1d555fe5e42576efbf248a1a43a", - "Addresses": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "AllowedIPs": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "Endpoints": ["77.164.248.136:34285", "10.65.0.27:34285", "172.17.0.1:34285"], + "Key": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "DiscoKey": "discokey:6f37002ea40e1fbb4beb0e2570ee1d9d2abd9efe3f9bce6cf5e2f749e9fdd907", + "Addresses": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "AllowedIPs": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "Endpoints": ["77.164.248.136:45434", "10.65.0.27:45434", "172.17.0.1:45434"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60883}, - {"Proto": "peerapi6", "Port": 60883} + {"Proto": "peerapi4", "Port": 36953}, + {"Proto": "peerapi6", "Port": 36953} ]}, - "Created": "2026-04-09T01:32:59.243230001Z", + "Created": "2026-04-09T08:39:01.965052174Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2462688969456115, - "StableID": "n64d9UfMEL11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:e5d60107cce3f030bbe3129cd61faaff2d8ff9d46e0be6bcbec34b35e06b9d2a", - "Addresses": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "AllowedIPs": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "Endpoints": ["77.164.248.136:49862", "10.65.0.27:49862", "172.17.0.1:49862"], + "ID": 182361362206406, + "StableID": "nqWS7nKbR211CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "DiscoKey": "discokey:5275d103e8acde2706fc32c4abb494090c412ac87d9a849aa08984621c5b954d", + "Addresses": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "AllowedIPs": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "Endpoints": ["77.164.248.136:45016", "10.65.0.27:45016", "172.17.0.1:45016"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55116}, - {"Proto": "peerapi6", "Port": 55116} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 32841}, + {"Proto": "peerapi6", "Port": 32841} ]}, - "Created": "2026-04-09T01:33:05.297462974Z", + "Created": "2026-04-09T08:39:01.487388887Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 314237359984231, + "StableID": "nW6uSzUKT311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "KeyExpiry": "2026-10-06T08:39:09Z", + "DiscoKey": "discokey:a81ef0322395719cc8df64814a645a1733228dfd7279a8911f0849261e87d741", + "Addresses": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "AllowedIPs": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63873}, + {"Proto": "peerapi6", "Port": 63873} + ]}, + "Created": "2026-04-09T08:39:09.202832663Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3482619282399791, - "StableID": "niiLKBWHCU11CNTRL", + "ID": 472570624693547, + "StableID": "n451sUd2h411CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "DiscoKey": "discokey:533a8a1c5e1997c9db625f6ae44406c7378b0d318b443c01f255f350e7820030", - "Addresses": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "AllowedIPs": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "DiscoKey": "discokey:59636bc7cfb051f331b0f9c6c0107a0f8572a5ff5f14cb0c3c859181624aa657", + "Addresses": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], + "AllowedIPs": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 48903}, - {"Proto": "peerapi6", "Port": 48903} + {"Proto": "peerapi4", "Port": 46275}, + {"Proto": "peerapi6", "Port": 46275} ]}, - "Created": "2026-04-09T01:33:00.392012756Z", + "Created": "2026-04-09T08:39:03.039785571Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4641832314581842, - "StableID": "nRt2Sh4JFd11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:916231134097520544099a13ba298a2e6ebb6a7575a8cc3c88c52c7a392e6d5f", - "Addresses": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "AllowedIPs": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "Endpoints": ["77.164.248.136:59904", "10.65.0.27:59904", "172.17.0.1:59904"], + "ID": 767726733228069, + "StableID": "n4zbT1thz611CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "DiscoKey": "discokey:88ae2093aca7625994ee9e357d2cd6c524cda0df32a63501da75a31b89da9c4e", + "Addresses": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "AllowedIPs": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "Endpoints": ["77.164.248.136:47438", "10.65.0.27:47438", "172.17.0.1:47438"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 53611}, - {"Proto": "peerapi6", "Port": 53611} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 54869}, + {"Proto": "peerapi6", "Port": 54869} ]}, - "Created": "2026-04-09T01:33:05.829667137Z", + "Created": "2026-04-09T08:39:07.607908892Z", "Cap": 131, + "Tags": ["tag:server"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 4766473037226295, - "StableID": "nvWDHXAkDe11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "KeyExpiry": "2026-10-06T01:33:06Z", - "DiscoKey": "discokey:2d3b46bccf1cd60dc10d4c79fa01f3e46a11ce2fd8c028c49d8b217ed5535c7a", - "Addresses": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "AllowedIPs": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 39183}, - {"Proto": "peerapi6", "Port": 39183} - ]}, - "Created": "2026-04-09T01:33:06.379993459Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5037578251610297, - "StableID": "nr3gi2eXLg11CNTRL", + "ID": 980951961653225, + "StableID": "n6PsjnwGf811CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "DiscoKey": "discokey:61da95003fc737501652dce01501baae93f00731edf849a594eee8d5815ab711", - "Addresses": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "AllowedIPs": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "Endpoints": ["77.164.248.136:43862", "10.65.0.27:43862", "172.17.0.1:43862"], + "Key": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "DiscoKey": "discokey:ef81383b6b812efcc5dc1b0ab2e9abd8ab269a7cabfce686433bb8f3e5df0a0b", + "Addresses": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "AllowedIPs": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "Endpoints": ["77.164.248.136:43878", "10.65.0.27:43878", "172.17.0.1:43878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 34571}, - {"Proto": "peerapi6", "Port": 34571} + {"Proto": "peerapi4", "Port": 65109}, + {"Proto": "peerapi6", "Port": 65109} ]}, - "Created": "2026-04-09T01:32:59.785205708Z", + "Created": "2026-04-09T08:39:02.510543913Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5808076510185782, - "StableID": "nwK8PdKVMn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "DiscoKey": "discokey:0904bd85e3c93fa56849ff0ee1c1fefb48ac9646a434dae8a3591ca243659c5b", - "Addresses": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "AllowedIPs": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "Endpoints": ["77.164.248.136:52589", "10.65.0.27:52589", "172.17.0.1:52589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 37532}, - {"Proto": "peerapi6", "Port": 37532} - ]}, - "Created": "2026-04-09T01:33:03.665573834Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5880091384430596, - "StableID": "nZmUDj27vn11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "DiscoKey": "discokey:10ff2d54ee7a782cfef8768141e9cfa78b8af3c5ac1a38a949ac562c5c544435", - "Addresses": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "AllowedIPs": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "Endpoints": ["77.164.248.136:39662", "10.65.0.27:39662", "172.17.0.1:39662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47651}, - {"Proto": "peerapi6", "Port": 47651} - ]}, - "Created": "2026-04-09T01:33:01.495767038Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5965598026096133, - "StableID": "npGTLN9qao11CNTRL", + "ID": 1104827391641447, + "StableID": "n6i9JewNd911CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "DiscoKey": "discokey:8afdb1c635438c25fe8285d44cd64e7c03cb9c76974e53116f939bf54f69a16c", - "Addresses": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "AllowedIPs": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "Endpoints": ["77.164.248.136:37609", "10.65.0.27:37609", "172.17.0.1:37609"], + "Key": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "DiscoKey": "discokey:ceeb23de354978b23e2dd603553cd798efafdb9f0659b3eca0b808605edf9d44", + "Addresses": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "AllowedIPs": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "Endpoints": ["77.164.248.136:53190", "10.65.0.27:53190", "172.17.0.1:53190"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38819}, - {"Proto": "peerapi6", "Port": 38819} + {"Proto": "peerapi4", "Port": 40328}, + {"Proto": "peerapi6", "Port": 40328} ]}, - "Created": "2026-04-09T01:33:02.042350122Z", + "Created": "2026-04-09T08:39:04.940863075Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7321712273598929, - "StableID": "nNyLb2y1Bz11CNTRL", + "ID": 3210938643087638, + "StableID": "nuYiYyuE5S11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "DiscoKey": "discokey:4fd145203ee524865037b416ffdcb595cd23c831fc9b55eafb302978d3f1090a", + "Addresses": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "AllowedIPs": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "Endpoints": ["77.164.248.136:41283", "10.65.0.27:41283", "172.17.0.1:41283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65206}, + {"Proto": "peerapi6", "Port": 65206} + ]}, + "Created": "2026-04-09T08:39:06.508401883Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7139440002024299, + "StableID": "nzQg7zyTkx11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "DiscoKey": "discokey:93ce3cd49ea28b779fa2ec0b760ec74612ea5f7b0d5737fa6d44361ee9ce726e", + "Addresses": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "AllowedIPs": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "Endpoints": ["77.164.248.136:37779", "10.65.0.27:37779", "172.17.0.1:37779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53054}, + {"Proto": "peerapi6", "Port": 53054} + ]}, + "Created": "2026-04-09T08:39:04.125866488Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7384075165205446, + "StableID": "nF5mmj8Gfz11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:aa189da8944e2a00696d9fded9d6e04e9a64b023aa538c79b9f329c630273760", + "Addresses": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "AllowedIPs": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "Endpoints": ["77.164.248.136:39900", "10.65.0.27:39900", "172.17.0.1:39900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 40288}, + {"Proto": "peerapi6", "Port": 40288} + ]}, + "Created": "2026-04-09T08:39:08.689330916Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7393083758440859, + "StableID": "ncHqJtmLjz11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "DiscoKey": "discokey:a0072b922059ba192d9b7597c022fc294e1ded39f5456000e810df989eba6f02", - "Addresses": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "AllowedIPs": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "Endpoints": ["77.164.248.136:35475", "10.65.0.27:35475", "172.17.0.1:35475"], + "Key": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "DiscoKey": "discokey:cbeaacb40d0a6d6d24445fe0a8dfebf49c94d58a7473e194d3879fe633a21238", + "Addresses": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "AllowedIPs": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "Endpoints": ["77.164.248.136:59660", "10.65.0.27:59660", "172.17.0.1:59660"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63495}, - {"Proto": "peerapi6", "Port": 63495} + {"Proto": "peerapi4", "Port": 37405}, + {"Proto": "peerapi6", "Port": 37405} ]}, - "Created": "2026-04-09T01:33:02.58098586Z", + "Created": "2026-04-09T08:39:05.4273721Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8459967173999349, - "StableID": "nnoSNYzX4921CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "DiscoKey": "discokey:409e757c889c5657c84afedcf9828d26e77ec7f48a0b41910cba82897df6b024", - "Addresses": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "AllowedIPs": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "Endpoints": ["77.164.248.136:41413", "10.65.0.27:41413", "172.17.0.1:41413"], + "ID": 7810599324459176, + "StableID": "njeNAbCSz321CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:7a68db4cf5d78a7ca90f72cc67d82b13618777fa0d9a18c10ea91f26cff2cc13", + "Addresses": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "AllowedIPs": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "Endpoints": ["77.164.248.136:32869", "10.65.0.27:32869", "172.17.0.1:32869"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59750}, - {"Proto": "peerapi6", "Port": 59750} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60876}, + {"Proto": "peerapi6", "Port": 60876} ]}, - "Created": "2026-04-09T01:32:58.721957712Z", + "Created": "2026-04-09T08:39:08.128134969Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7865361533190886, + "StableID": "nRtK2CiER421CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "DiscoKey": "discokey:7ff7af19b6dfd47c9d2cd93bc8b71ba1b34a9c7279f0850588da5ad60c3cf06a", + "Addresses": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "AllowedIPs": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "Endpoints": ["77.164.248.136:54044", "10.65.0.27:54044", "172.17.0.1:54044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 37488}, + {"Proto": "peerapi6", "Port": 37488} + ]}, + "Created": "2026-04-09T08:39:06.017678962Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8098284337310522, + "StableID": "nD2kcSCjE621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "DiscoKey": "discokey:97f2e4ab76df581ceae94091618e78bda5b51800749a617626c39dd12772673a", + "Addresses": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "AllowedIPs": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "Endpoints": ["77.164.248.136:35405", "10.65.0.27:35405", "172.17.0.1:35405"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48137}, + {"Proto": "peerapi6", "Port": 48137} + ]}, + "Created": "2026-04-09T08:39:03.573535268Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8839,27 +8840,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3350520869130036": { - "ID": 3350520869130036, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1351357071613915": { + "ID": 1351357071613915, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8890,26 +8893,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2425748962375657, - "StableID": "n6ZeD6KdwK11CNTRL", + "ID": 10003921991651, + "StableID": "nAi7LbnX5111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 2425748962375657, - "Key": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "DiscoKey": "discokey:c0fe20a1ad7ebf531792f1012e37f6c161e8d1d555fe5e42576efbf248a1a43a", - "Addresses": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "AllowedIPs": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "Endpoints": ["77.164.248.136:34285", "10.65.0.27:34285", "172.17.0.1:34285"], + "User": 10003921991651, + "Key": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "DiscoKey": "discokey:6f37002ea40e1fbb4beb0e2570ee1d9d2abd9efe3f9bce6cf5e2f749e9fdd907", + "Addresses": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "AllowedIPs": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "Endpoints": ["77.164.248.136:45434", "10.65.0.27:45434", "172.17.0.1:45434"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 60883}, - {"Proto": "peerapi6", "Port": 60883}, + {"Proto": "peerapi4", "Port": 36953}, + {"Proto": "peerapi6", "Port": 36953}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:59.243230001Z", + "Created": "2026-04-09T08:39:01.965052174Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8937,302 +8940,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "MachineKey": "mkey:13f1d53e9c9a7127997f37b959d7d91bb66398b9fb31c65eeb53127483e7334f", + "NodeKey": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "MachineKey": "mkey:0f05409c2edaf5438066baee2cbd7d4be0c4eb1394239a851ee3607c19b3be7e", "Peers": [{ - "ID": 501640557204905, - "StableID": "nWTfFKFCv411CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 182361362206406, + "StableID": "nqWS7nKbR211CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "DiscoKey": "discokey:83570287015c6a5bec5cea2babb4bc93743083d7be95646e90ad89ca7b323b11", - "Addresses": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "AllowedIPs": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "Endpoints": ["77.164.248.136:55884", "10.65.0.27:55884", "172.17.0.1:55884"], + "Key": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "DiscoKey": "discokey:5275d103e8acde2706fc32c4abb494090c412ac87d9a849aa08984621c5b954d", + "Addresses": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "AllowedIPs": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "Endpoints": ["77.164.248.136:45016", "10.65.0.27:45016", "172.17.0.1:45016"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61348}, - {"Proto": "peerapi6", "Port": 61348} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 32841}, + {"Proto": "peerapi6", "Port": 32841} ]}, - "Created": "2026-04-09T01:33:03.126445472Z", + "Created": "2026-04-09T08:39:01.487388887Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 520583929884035, - "StableID": "ncmDEirm4511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "DiscoKey": "discokey:ec42aafe037c5948475798ba90b66e6248b0fb9884e5557bf18b5060d657f84e", - "Addresses": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "AllowedIPs": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "Endpoints": ["77.164.248.136:33343", "10.65.0.27:33343", "172.17.0.1:33343"], + "ID": 314237359984231, + "StableID": "nW6uSzUKT311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "KeyExpiry": "2026-10-06T08:39:09Z", + "DiscoKey": "discokey:a81ef0322395719cc8df64814a645a1733228dfd7279a8911f0849261e87d741", + "Addresses": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "AllowedIPs": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "Endpoints": ["77.164.248.136:54078", "10.65.0.27:54078", "172.17.0.1:54078"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 52959}, - {"Proto": "peerapi6", "Port": 52959} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63873}, + {"Proto": "peerapi6", "Port": 63873} ]}, - "Created": "2026-04-09T01:33:04.755711408Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1666211309411387, - "StableID": "n4jvjeYd1E11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "DiscoKey": "discokey:d8ab129bff234813b3483830cca77b53500de9ddaceac7aaf655ee386af46120", - "Addresses": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "AllowedIPs": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "Endpoints": ["77.164.248.136:37538", "10.65.0.27:37538", "172.17.0.1:37538"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56024}, - {"Proto": "peerapi6", "Port": 56024} - ]}, - "Created": "2026-04-09T01:33:00.961956028Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2462688969456115, - "StableID": "n64d9UfMEL11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:e5d60107cce3f030bbe3129cd61faaff2d8ff9d46e0be6bcbec34b35e06b9d2a", - "Addresses": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "AllowedIPs": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "Endpoints": ["77.164.248.136:49862", "10.65.0.27:49862", "172.17.0.1:49862"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55116}, - {"Proto": "peerapi6", "Port": 55116} - ]}, - "Created": "2026-04-09T01:33:05.297462974Z", + "Created": "2026-04-09T08:39:09.202832663Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3350520869130036, - "StableID": "nBEMt6WTAT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "DiscoKey": "discokey:06140030ddac8ef1d1d829c040dd790944db039f488fbb4a875faab6143c1532", - "Addresses": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "AllowedIPs": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "Endpoints": ["77.164.248.136:43250", "10.65.0.27:43250", "172.17.0.1:43250"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60240}, - {"Proto": "peerapi6", "Port": 60240} - ]}, - "Created": "2026-04-09T01:33:04.214185391Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3482619282399791, - "StableID": "niiLKBWHCU11CNTRL", + "ID": 472570624693547, + "StableID": "n451sUd2h411CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "DiscoKey": "discokey:533a8a1c5e1997c9db625f6ae44406c7378b0d318b443c01f255f350e7820030", - "Addresses": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "AllowedIPs": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "DiscoKey": "discokey:59636bc7cfb051f331b0f9c6c0107a0f8572a5ff5f14cb0c3c859181624aa657", + "Addresses": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], + "AllowedIPs": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 48903}, - {"Proto": "peerapi6", "Port": 48903} + {"Proto": "peerapi4", "Port": 46275}, + {"Proto": "peerapi6", "Port": 46275} ]}, - "Created": "2026-04-09T01:33:00.392012756Z", + "Created": "2026-04-09T08:39:03.039785571Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4641832314581842, - "StableID": "nRt2Sh4JFd11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:916231134097520544099a13ba298a2e6ebb6a7575a8cc3c88c52c7a392e6d5f", - "Addresses": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "AllowedIPs": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "Endpoints": ["77.164.248.136:59904", "10.65.0.27:59904", "172.17.0.1:59904"], + "ID": 767726733228069, + "StableID": "n4zbT1thz611CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "DiscoKey": "discokey:88ae2093aca7625994ee9e357d2cd6c524cda0df32a63501da75a31b89da9c4e", + "Addresses": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "AllowedIPs": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "Endpoints": ["77.164.248.136:47438", "10.65.0.27:47438", "172.17.0.1:47438"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 53611}, - {"Proto": "peerapi6", "Port": 53611} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 54869}, + {"Proto": "peerapi6", "Port": 54869} ]}, - "Created": "2026-04-09T01:33:05.829667137Z", + "Created": "2026-04-09T08:39:07.607908892Z", "Cap": 131, + "Tags": ["tag:server"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 4766473037226295, - "StableID": "nvWDHXAkDe11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "KeyExpiry": "2026-10-06T01:33:06Z", - "DiscoKey": "discokey:2d3b46bccf1cd60dc10d4c79fa01f3e46a11ce2fd8c028c49d8b217ed5535c7a", - "Addresses": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "AllowedIPs": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "Endpoints": ["77.164.248.136:45839", "10.65.0.27:45839", "172.17.0.1:45839"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 39183}, - {"Proto": "peerapi6", "Port": 39183} - ]}, - "Created": "2026-04-09T01:33:06.379993459Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5037578251610297, - "StableID": "nr3gi2eXLg11CNTRL", + "ID": 980951961653225, + "StableID": "n6PsjnwGf811CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "DiscoKey": "discokey:61da95003fc737501652dce01501baae93f00731edf849a594eee8d5815ab711", - "Addresses": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "AllowedIPs": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "Endpoints": ["77.164.248.136:43862", "10.65.0.27:43862", "172.17.0.1:43862"], + "Key": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "DiscoKey": "discokey:ef81383b6b812efcc5dc1b0ab2e9abd8ab269a7cabfce686433bb8f3e5df0a0b", + "Addresses": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "AllowedIPs": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "Endpoints": ["77.164.248.136:43878", "10.65.0.27:43878", "172.17.0.1:43878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 34571}, - {"Proto": "peerapi6", "Port": 34571} + {"Proto": "peerapi4", "Port": 65109}, + {"Proto": "peerapi6", "Port": 65109} ]}, - "Created": "2026-04-09T01:32:59.785205708Z", + "Created": "2026-04-09T08:39:02.510543913Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5808076510185782, - "StableID": "nwK8PdKVMn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "DiscoKey": "discokey:0904bd85e3c93fa56849ff0ee1c1fefb48ac9646a434dae8a3591ca243659c5b", - "Addresses": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "AllowedIPs": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "Endpoints": ["77.164.248.136:52589", "10.65.0.27:52589", "172.17.0.1:52589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 37532}, - {"Proto": "peerapi6", "Port": 37532} - ]}, - "Created": "2026-04-09T01:33:03.665573834Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5880091384430596, - "StableID": "nZmUDj27vn11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "DiscoKey": "discokey:10ff2d54ee7a782cfef8768141e9cfa78b8af3c5ac1a38a949ac562c5c544435", - "Addresses": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "AllowedIPs": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "Endpoints": ["77.164.248.136:39662", "10.65.0.27:39662", "172.17.0.1:39662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47651}, - {"Proto": "peerapi6", "Port": 47651} - ]}, - "Created": "2026-04-09T01:33:01.495767038Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5965598026096133, - "StableID": "npGTLN9qao11CNTRL", + "ID": 1104827391641447, + "StableID": "n6i9JewNd911CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "DiscoKey": "discokey:8afdb1c635438c25fe8285d44cd64e7c03cb9c76974e53116f939bf54f69a16c", - "Addresses": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "AllowedIPs": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "Endpoints": ["77.164.248.136:37609", "10.65.0.27:37609", "172.17.0.1:37609"], + "Key": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "DiscoKey": "discokey:ceeb23de354978b23e2dd603553cd798efafdb9f0659b3eca0b808605edf9d44", + "Addresses": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "AllowedIPs": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "Endpoints": ["77.164.248.136:53190", "10.65.0.27:53190", "172.17.0.1:53190"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38819}, - {"Proto": "peerapi6", "Port": 38819} + {"Proto": "peerapi4", "Port": 40328}, + {"Proto": "peerapi6", "Port": 40328} ]}, - "Created": "2026-04-09T01:33:02.042350122Z", + "Created": "2026-04-09T08:39:04.940863075Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7321712273598929, - "StableID": "nNyLb2y1Bz11CNTRL", + "ID": 1351357071613915, + "StableID": "nLTzuor2ZB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "DiscoKey": "discokey:1db5574b41c3bd1507b851033a2480532689d3fb8f7229a164d601ee96a8aa32", + "Addresses": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "AllowedIPs": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65502}, + {"Proto": "peerapi6", "Port": 65502} + ]}, + "Created": "2026-04-09T08:39:07.071969099Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3210938643087638, + "StableID": "nuYiYyuE5S11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "DiscoKey": "discokey:4fd145203ee524865037b416ffdcb595cd23c831fc9b55eafb302978d3f1090a", + "Addresses": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "AllowedIPs": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "Endpoints": ["77.164.248.136:41283", "10.65.0.27:41283", "172.17.0.1:41283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65206}, + {"Proto": "peerapi6", "Port": 65206} + ]}, + "Created": "2026-04-09T08:39:06.508401883Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7139440002024299, + "StableID": "nzQg7zyTkx11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "DiscoKey": "discokey:93ce3cd49ea28b779fa2ec0b760ec74612ea5f7b0d5737fa6d44361ee9ce726e", + "Addresses": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "AllowedIPs": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "Endpoints": ["77.164.248.136:37779", "10.65.0.27:37779", "172.17.0.1:37779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53054}, + {"Proto": "peerapi6", "Port": 53054} + ]}, + "Created": "2026-04-09T08:39:04.125866488Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7384075165205446, + "StableID": "nF5mmj8Gfz11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:aa189da8944e2a00696d9fded9d6e04e9a64b023aa538c79b9f329c630273760", + "Addresses": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "AllowedIPs": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "Endpoints": ["77.164.248.136:39900", "10.65.0.27:39900", "172.17.0.1:39900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 40288}, + {"Proto": "peerapi6", "Port": 40288} + ]}, + "Created": "2026-04-09T08:39:08.689330916Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7393083758440859, + "StableID": "ncHqJtmLjz11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "DiscoKey": "discokey:a0072b922059ba192d9b7597c022fc294e1ded39f5456000e810df989eba6f02", - "Addresses": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "AllowedIPs": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "Endpoints": ["77.164.248.136:35475", "10.65.0.27:35475", "172.17.0.1:35475"], + "Key": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "DiscoKey": "discokey:cbeaacb40d0a6d6d24445fe0a8dfebf49c94d58a7473e194d3879fe633a21238", + "Addresses": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "AllowedIPs": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "Endpoints": ["77.164.248.136:59660", "10.65.0.27:59660", "172.17.0.1:59660"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63495}, - {"Proto": "peerapi6", "Port": 63495} + {"Proto": "peerapi4", "Port": 37405}, + {"Proto": "peerapi6", "Port": 37405} ]}, - "Created": "2026-04-09T01:33:02.58098586Z", + "Created": "2026-04-09T08:39:05.4273721Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8459967173999349, - "StableID": "nnoSNYzX4921CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "DiscoKey": "discokey:409e757c889c5657c84afedcf9828d26e77ec7f48a0b41910cba82897df6b024", - "Addresses": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "AllowedIPs": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "Endpoints": ["77.164.248.136:41413", "10.65.0.27:41413", "172.17.0.1:41413"], + "ID": 7810599324459176, + "StableID": "njeNAbCSz321CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:7a68db4cf5d78a7ca90f72cc67d82b13618777fa0d9a18c10ea91f26cff2cc13", + "Addresses": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "AllowedIPs": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "Endpoints": ["77.164.248.136:32869", "10.65.0.27:32869", "172.17.0.1:32869"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59750}, - {"Proto": "peerapi6", "Port": 59750} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60876}, + {"Proto": "peerapi6", "Port": 60876} ]}, - "Created": "2026-04-09T01:32:58.721957712Z", + "Created": "2026-04-09T08:39:08.128134969Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7865361533190886, + "StableID": "nRtK2CiER421CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "DiscoKey": "discokey:7ff7af19b6dfd47c9d2cd93bc8b71ba1b34a9c7279f0850588da5ad60c3cf06a", + "Addresses": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "AllowedIPs": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "Endpoints": ["77.164.248.136:54044", "10.65.0.27:54044", "172.17.0.1:54044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 37488}, + {"Proto": "peerapi6", "Port": 37488} + ]}, + "Created": "2026-04-09T08:39:06.017678962Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8098284337310522, + "StableID": "nD2kcSCjE621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "DiscoKey": "discokey:97f2e4ab76df581ceae94091618e78bda5b51800749a617626c39dd12772673a", + "Addresses": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "AllowedIPs": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "Endpoints": ["77.164.248.136:35405", "10.65.0.27:35405", "172.17.0.1:35405"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48137}, + {"Proto": "peerapi6", "Port": 48137} + ]}, + "Created": "2026-04-09T08:39:03.573535268Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10080,27 +10082,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2425748962375657": { - "ID": 2425748962375657, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "10003921991651": { + "ID": 10003921991651, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10131,26 +10135,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8459967173999349, - "StableID": "nnoSNYzX4921CNTRL", + "ID": 182361362206406, + "StableID": "nqWS7nKbR211CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 8459967173999349, - "Key": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "DiscoKey": "discokey:409e757c889c5657c84afedcf9828d26e77ec7f48a0b41910cba82897df6b024", - "Addresses": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "AllowedIPs": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "Endpoints": ["77.164.248.136:41413", "10.65.0.27:41413", "172.17.0.1:41413"], + "User": 182361362206406, + "Key": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "DiscoKey": "discokey:5275d103e8acde2706fc32c4abb494090c412ac87d9a849aa08984621c5b954d", + "Addresses": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "AllowedIPs": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "Endpoints": ["77.164.248.136:45016", "10.65.0.27:45016", "172.17.0.1:45016"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 59750}, - {"Proto": "peerapi6", "Port": 59750}, + {"Proto": "peerapi4", "Port": 32841}, + {"Proto": "peerapi6", "Port": 32841}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:32:58.721957712Z", + "Created": "2026-04-09T08:39:01.487388887Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10178,302 +10182,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "MachineKey": "mkey:4d28ec2b1edacdd08f9ec959d540975ad3ee2adcf44f8e80c8c4054fed42ea25", + "NodeKey": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "MachineKey": "mkey:4c5938d08345adac9300bec14493e6ae8258281c3157a80ecb364ed2bacdc855", "Peers": [{ - "ID": 501640557204905, - "StableID": "nWTfFKFCv411CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "DiscoKey": "discokey:83570287015c6a5bec5cea2babb4bc93743083d7be95646e90ad89ca7b323b11", - "Addresses": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "AllowedIPs": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "Endpoints": ["77.164.248.136:55884", "10.65.0.27:55884", "172.17.0.1:55884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61348}, - {"Proto": "peerapi6", "Port": 61348} - ]}, - "Created": "2026-04-09T01:33:03.126445472Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 520583929884035, - "StableID": "ncmDEirm4511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "DiscoKey": "discokey:ec42aafe037c5948475798ba90b66e6248b0fb9884e5557bf18b5060d657f84e", - "Addresses": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "AllowedIPs": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "Endpoints": ["77.164.248.136:33343", "10.65.0.27:33343", "172.17.0.1:33343"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 52959}, - {"Proto": "peerapi6", "Port": 52959} - ]}, - "Created": "2026-04-09T01:33:04.755711408Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1666211309411387, - "StableID": "n4jvjeYd1E11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "DiscoKey": "discokey:d8ab129bff234813b3483830cca77b53500de9ddaceac7aaf655ee386af46120", - "Addresses": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "AllowedIPs": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "Endpoints": ["77.164.248.136:37538", "10.65.0.27:37538", "172.17.0.1:37538"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56024}, - {"Proto": "peerapi6", "Port": 56024} - ]}, - "Created": "2026-04-09T01:33:00.961956028Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2425748962375657, - "StableID": "n6ZeD6KdwK11CNTRL", + "ID": 10003921991651, + "StableID": "nAi7LbnX5111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "DiscoKey": "discokey:c0fe20a1ad7ebf531792f1012e37f6c161e8d1d555fe5e42576efbf248a1a43a", - "Addresses": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "AllowedIPs": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "Endpoints": ["77.164.248.136:34285", "10.65.0.27:34285", "172.17.0.1:34285"], + "Key": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "DiscoKey": "discokey:6f37002ea40e1fbb4beb0e2570ee1d9d2abd9efe3f9bce6cf5e2f749e9fdd907", + "Addresses": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "AllowedIPs": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "Endpoints": ["77.164.248.136:45434", "10.65.0.27:45434", "172.17.0.1:45434"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60883}, - {"Proto": "peerapi6", "Port": 60883} + {"Proto": "peerapi4", "Port": 36953}, + {"Proto": "peerapi6", "Port": 36953} ]}, - "Created": "2026-04-09T01:32:59.243230001Z", + "Created": "2026-04-09T08:39:01.965052174Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2462688969456115, - "StableID": "n64d9UfMEL11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:e5d60107cce3f030bbe3129cd61faaff2d8ff9d46e0be6bcbec34b35e06b9d2a", - "Addresses": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "AllowedIPs": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "Endpoints": ["77.164.248.136:49862", "10.65.0.27:49862", "172.17.0.1:49862"], + "ID": 314237359984231, + "StableID": "nW6uSzUKT311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "KeyExpiry": "2026-10-06T08:39:09Z", + "DiscoKey": "discokey:a81ef0322395719cc8df64814a645a1733228dfd7279a8911f0849261e87d741", + "Addresses": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "AllowedIPs": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "Endpoints": ["77.164.248.136:54078", "10.65.0.27:54078", "172.17.0.1:54078"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55116}, - {"Proto": "peerapi6", "Port": 55116} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63873}, + {"Proto": "peerapi6", "Port": 63873} ]}, - "Created": "2026-04-09T01:33:05.297462974Z", + "Created": "2026-04-09T08:39:09.202832663Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3350520869130036, - "StableID": "nBEMt6WTAT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "DiscoKey": "discokey:06140030ddac8ef1d1d829c040dd790944db039f488fbb4a875faab6143c1532", - "Addresses": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "AllowedIPs": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "Endpoints": ["77.164.248.136:43250", "10.65.0.27:43250", "172.17.0.1:43250"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60240}, - {"Proto": "peerapi6", "Port": 60240} - ]}, - "Created": "2026-04-09T01:33:04.214185391Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3482619282399791, - "StableID": "niiLKBWHCU11CNTRL", + "ID": 472570624693547, + "StableID": "n451sUd2h411CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "DiscoKey": "discokey:533a8a1c5e1997c9db625f6ae44406c7378b0d318b443c01f255f350e7820030", - "Addresses": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "AllowedIPs": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "DiscoKey": "discokey:59636bc7cfb051f331b0f9c6c0107a0f8572a5ff5f14cb0c3c859181624aa657", + "Addresses": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], + "AllowedIPs": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 48903}, - {"Proto": "peerapi6", "Port": 48903} + {"Proto": "peerapi4", "Port": 46275}, + {"Proto": "peerapi6", "Port": 46275} ]}, - "Created": "2026-04-09T01:33:00.392012756Z", + "Created": "2026-04-09T08:39:03.039785571Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4641832314581842, - "StableID": "nRt2Sh4JFd11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:916231134097520544099a13ba298a2e6ebb6a7575a8cc3c88c52c7a392e6d5f", - "Addresses": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "AllowedIPs": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "Endpoints": ["77.164.248.136:59904", "10.65.0.27:59904", "172.17.0.1:59904"], + "ID": 767726733228069, + "StableID": "n4zbT1thz611CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "DiscoKey": "discokey:88ae2093aca7625994ee9e357d2cd6c524cda0df32a63501da75a31b89da9c4e", + "Addresses": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "AllowedIPs": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "Endpoints": ["77.164.248.136:47438", "10.65.0.27:47438", "172.17.0.1:47438"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 53611}, - {"Proto": "peerapi6", "Port": 53611} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 54869}, + {"Proto": "peerapi6", "Port": 54869} ]}, - "Created": "2026-04-09T01:33:05.829667137Z", + "Created": "2026-04-09T08:39:07.607908892Z", "Cap": 131, + "Tags": ["tag:server"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 4766473037226295, - "StableID": "nvWDHXAkDe11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "KeyExpiry": "2026-10-06T01:33:06Z", - "DiscoKey": "discokey:2d3b46bccf1cd60dc10d4c79fa01f3e46a11ce2fd8c028c49d8b217ed5535c7a", - "Addresses": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "AllowedIPs": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "Endpoints": ["77.164.248.136:45839", "10.65.0.27:45839", "172.17.0.1:45839"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 39183}, - {"Proto": "peerapi6", "Port": 39183} - ]}, - "Created": "2026-04-09T01:33:06.379993459Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5037578251610297, - "StableID": "nr3gi2eXLg11CNTRL", + "ID": 980951961653225, + "StableID": "n6PsjnwGf811CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "DiscoKey": "discokey:61da95003fc737501652dce01501baae93f00731edf849a594eee8d5815ab711", - "Addresses": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "AllowedIPs": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "Endpoints": ["77.164.248.136:43862", "10.65.0.27:43862", "172.17.0.1:43862"], + "Key": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "DiscoKey": "discokey:ef81383b6b812efcc5dc1b0ab2e9abd8ab269a7cabfce686433bb8f3e5df0a0b", + "Addresses": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "AllowedIPs": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "Endpoints": ["77.164.248.136:43878", "10.65.0.27:43878", "172.17.0.1:43878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 34571}, - {"Proto": "peerapi6", "Port": 34571} + {"Proto": "peerapi4", "Port": 65109}, + {"Proto": "peerapi6", "Port": 65109} ]}, - "Created": "2026-04-09T01:32:59.785205708Z", + "Created": "2026-04-09T08:39:02.510543913Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5808076510185782, - "StableID": "nwK8PdKVMn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "DiscoKey": "discokey:0904bd85e3c93fa56849ff0ee1c1fefb48ac9646a434dae8a3591ca243659c5b", - "Addresses": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "AllowedIPs": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "Endpoints": ["77.164.248.136:52589", "10.65.0.27:52589", "172.17.0.1:52589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 37532}, - {"Proto": "peerapi6", "Port": 37532} - ]}, - "Created": "2026-04-09T01:33:03.665573834Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5880091384430596, - "StableID": "nZmUDj27vn11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "DiscoKey": "discokey:10ff2d54ee7a782cfef8768141e9cfa78b8af3c5ac1a38a949ac562c5c544435", - "Addresses": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "AllowedIPs": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "Endpoints": ["77.164.248.136:39662", "10.65.0.27:39662", "172.17.0.1:39662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47651}, - {"Proto": "peerapi6", "Port": 47651} - ]}, - "Created": "2026-04-09T01:33:01.495767038Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5965598026096133, - "StableID": "npGTLN9qao11CNTRL", + "ID": 1104827391641447, + "StableID": "n6i9JewNd911CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "DiscoKey": "discokey:8afdb1c635438c25fe8285d44cd64e7c03cb9c76974e53116f939bf54f69a16c", - "Addresses": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "AllowedIPs": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "Endpoints": ["77.164.248.136:37609", "10.65.0.27:37609", "172.17.0.1:37609"], + "Key": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "DiscoKey": "discokey:ceeb23de354978b23e2dd603553cd798efafdb9f0659b3eca0b808605edf9d44", + "Addresses": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "AllowedIPs": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "Endpoints": ["77.164.248.136:53190", "10.65.0.27:53190", "172.17.0.1:53190"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38819}, - {"Proto": "peerapi6", "Port": 38819} + {"Proto": "peerapi4", "Port": 40328}, + {"Proto": "peerapi6", "Port": 40328} ]}, - "Created": "2026-04-09T01:33:02.042350122Z", + "Created": "2026-04-09T08:39:04.940863075Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7321712273598929, - "StableID": "nNyLb2y1Bz11CNTRL", + "ID": 1351357071613915, + "StableID": "nLTzuor2ZB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "DiscoKey": "discokey:1db5574b41c3bd1507b851033a2480532689d3fb8f7229a164d601ee96a8aa32", + "Addresses": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "AllowedIPs": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65502}, + {"Proto": "peerapi6", "Port": 65502} + ]}, + "Created": "2026-04-09T08:39:07.071969099Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3210938643087638, + "StableID": "nuYiYyuE5S11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "DiscoKey": "discokey:4fd145203ee524865037b416ffdcb595cd23c831fc9b55eafb302978d3f1090a", + "Addresses": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "AllowedIPs": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "Endpoints": ["77.164.248.136:41283", "10.65.0.27:41283", "172.17.0.1:41283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65206}, + {"Proto": "peerapi6", "Port": 65206} + ]}, + "Created": "2026-04-09T08:39:06.508401883Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7139440002024299, + "StableID": "nzQg7zyTkx11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "DiscoKey": "discokey:93ce3cd49ea28b779fa2ec0b760ec74612ea5f7b0d5737fa6d44361ee9ce726e", + "Addresses": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "AllowedIPs": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "Endpoints": ["77.164.248.136:37779", "10.65.0.27:37779", "172.17.0.1:37779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53054}, + {"Proto": "peerapi6", "Port": 53054} + ]}, + "Created": "2026-04-09T08:39:04.125866488Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7384075165205446, + "StableID": "nF5mmj8Gfz11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:aa189da8944e2a00696d9fded9d6e04e9a64b023aa538c79b9f329c630273760", + "Addresses": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "AllowedIPs": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "Endpoints": ["77.164.248.136:39900", "10.65.0.27:39900", "172.17.0.1:39900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 40288}, + {"Proto": "peerapi6", "Port": 40288} + ]}, + "Created": "2026-04-09T08:39:08.689330916Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7393083758440859, + "StableID": "ncHqJtmLjz11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "DiscoKey": "discokey:a0072b922059ba192d9b7597c022fc294e1ded39f5456000e810df989eba6f02", - "Addresses": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "AllowedIPs": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "Endpoints": ["77.164.248.136:35475", "10.65.0.27:35475", "172.17.0.1:35475"], + "Key": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "DiscoKey": "discokey:cbeaacb40d0a6d6d24445fe0a8dfebf49c94d58a7473e194d3879fe633a21238", + "Addresses": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "AllowedIPs": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "Endpoints": ["77.164.248.136:59660", "10.65.0.27:59660", "172.17.0.1:59660"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63495}, - {"Proto": "peerapi6", "Port": 63495} + {"Proto": "peerapi4", "Port": 37405}, + {"Proto": "peerapi6", "Port": 37405} ]}, - "Created": "2026-04-09T01:33:02.58098586Z", + "Created": "2026-04-09T08:39:05.4273721Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7810599324459176, + "StableID": "njeNAbCSz321CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:7a68db4cf5d78a7ca90f72cc67d82b13618777fa0d9a18c10ea91f26cff2cc13", + "Addresses": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "AllowedIPs": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "Endpoints": ["77.164.248.136:32869", "10.65.0.27:32869", "172.17.0.1:32869"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60876}, + {"Proto": "peerapi6", "Port": 60876} + ]}, + "Created": "2026-04-09T08:39:08.128134969Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7865361533190886, + "StableID": "nRtK2CiER421CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "DiscoKey": "discokey:7ff7af19b6dfd47c9d2cd93bc8b71ba1b34a9c7279f0850588da5ad60c3cf06a", + "Addresses": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "AllowedIPs": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "Endpoints": ["77.164.248.136:54044", "10.65.0.27:54044", "172.17.0.1:54044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 37488}, + {"Proto": "peerapi6", "Port": 37488} + ]}, + "Created": "2026-04-09T08:39:06.017678962Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8098284337310522, + "StableID": "nD2kcSCjE621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "DiscoKey": "discokey:97f2e4ab76df581ceae94091618e78bda5b51800749a617626c39dd12772673a", + "Addresses": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "AllowedIPs": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "Endpoints": ["77.164.248.136:35405", "10.65.0.27:35405", "172.17.0.1:35405"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48137}, + {"Proto": "peerapi6", "Port": 48137} + ]}, + "Created": "2026-04-09T08:39:03.573535268Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11321,27 +11324,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8459967173999349": { - "ID": 8459967173999349, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "182361362206406": { + "ID": 182361362206406, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11372,21 +11377,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1666211309411387, - "StableID": "n4jvjeYd1E11CNTRL", + "ID": 8098284337310522, + "StableID": "nD2kcSCjE621CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 1666211309411387, - "Key": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "DiscoKey": "discokey:d8ab129bff234813b3483830cca77b53500de9ddaceac7aaf655ee386af46120", - "Addresses": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "AllowedIPs": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "Endpoints": ["77.164.248.136:37538", "10.65.0.27:37538", "172.17.0.1:37538"], + "User": 8098284337310522, + "Key": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "DiscoKey": "discokey:97f2e4ab76df581ceae94091618e78bda5b51800749a617626c39dd12772673a", + "Addresses": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "AllowedIPs": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "Endpoints": ["77.164.248.136:35405", "10.65.0.27:35405", "172.17.0.1:35405"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 56024}, - {"Proto": "peerapi6", "Port": 56024}, + {"Proto": "peerapi4", "Port": 48137}, + {"Proto": "peerapi6", "Port": 48137}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:00.961956028Z", + "Created": "2026-04-09T08:39:03.573535268Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11414,300 +11419,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "MachineKey": "mkey:6c2cfb7da9e6057c3248b8396e9c80c6e9f96bf280a700e1093431a3dd8fb220", + "NodeKey": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "MachineKey": "mkey:024cdae340ca605b38e65d717e806718718427dbb132f3fe057defe41ec1673b", "Peers": [{ - "ID": 501640557204905, - "StableID": "nWTfFKFCv411CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "DiscoKey": "discokey:83570287015c6a5bec5cea2babb4bc93743083d7be95646e90ad89ca7b323b11", - "Addresses": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "AllowedIPs": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "Endpoints": ["77.164.248.136:55884", "10.65.0.27:55884", "172.17.0.1:55884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61348}, - {"Proto": "peerapi6", "Port": 61348} - ]}, - "Created": "2026-04-09T01:33:03.126445472Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 520583929884035, - "StableID": "ncmDEirm4511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "DiscoKey": "discokey:ec42aafe037c5948475798ba90b66e6248b0fb9884e5557bf18b5060d657f84e", - "Addresses": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "AllowedIPs": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "Endpoints": ["77.164.248.136:33343", "10.65.0.27:33343", "172.17.0.1:33343"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 52959}, - {"Proto": "peerapi6", "Port": 52959} - ]}, - "Created": "2026-04-09T01:33:04.755711408Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 2425748962375657, - "StableID": "n6ZeD6KdwK11CNTRL", + "ID": 10003921991651, + "StableID": "nAi7LbnX5111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "DiscoKey": "discokey:c0fe20a1ad7ebf531792f1012e37f6c161e8d1d555fe5e42576efbf248a1a43a", - "Addresses": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "AllowedIPs": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "Endpoints": ["77.164.248.136:34285", "10.65.0.27:34285", "172.17.0.1:34285"], + "Key": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "DiscoKey": "discokey:6f37002ea40e1fbb4beb0e2570ee1d9d2abd9efe3f9bce6cf5e2f749e9fdd907", + "Addresses": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "AllowedIPs": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "Endpoints": ["77.164.248.136:45434", "10.65.0.27:45434", "172.17.0.1:45434"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60883}, - {"Proto": "peerapi6", "Port": 60883} + {"Proto": "peerapi4", "Port": 36953}, + {"Proto": "peerapi6", "Port": 36953} ]}, - "Created": "2026-04-09T01:32:59.243230001Z", + "Created": "2026-04-09T08:39:01.965052174Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2462688969456115, - "StableID": "n64d9UfMEL11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:e5d60107cce3f030bbe3129cd61faaff2d8ff9d46e0be6bcbec34b35e06b9d2a", - "Addresses": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "AllowedIPs": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "Endpoints": ["77.164.248.136:49862", "10.65.0.27:49862", "172.17.0.1:49862"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55116}, - {"Proto": "peerapi6", "Port": 55116} - ]}, - "Created": "2026-04-09T01:33:05.297462974Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3350520869130036, - "StableID": "nBEMt6WTAT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 182361362206406, + "StableID": "nqWS7nKbR211CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "DiscoKey": "discokey:06140030ddac8ef1d1d829c040dd790944db039f488fbb4a875faab6143c1532", - "Addresses": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "AllowedIPs": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "Endpoints": ["77.164.248.136:43250", "10.65.0.27:43250", "172.17.0.1:43250"], + "Key": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "DiscoKey": "discokey:5275d103e8acde2706fc32c4abb494090c412ac87d9a849aa08984621c5b954d", + "Addresses": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "AllowedIPs": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "Endpoints": ["77.164.248.136:45016", "10.65.0.27:45016", "172.17.0.1:45016"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60240}, - {"Proto": "peerapi6", "Port": 60240} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 32841}, + {"Proto": "peerapi6", "Port": 32841} ]}, - "Created": "2026-04-09T01:33:04.214185391Z", + "Created": "2026-04-09T08:39:01.487388887Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 3482619282399791, - "StableID": "niiLKBWHCU11CNTRL", + "ID": 314237359984231, + "StableID": "nW6uSzUKT311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "KeyExpiry": "2026-10-06T08:39:09Z", + "DiscoKey": "discokey:a81ef0322395719cc8df64814a645a1733228dfd7279a8911f0849261e87d741", + "Addresses": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "AllowedIPs": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63873}, + {"Proto": "peerapi6", "Port": 63873} + ]}, + "Created": "2026-04-09T08:39:09.202832663Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 472570624693547, + "StableID": "n451sUd2h411CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "DiscoKey": "discokey:533a8a1c5e1997c9db625f6ae44406c7378b0d318b443c01f255f350e7820030", - "Addresses": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "AllowedIPs": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "DiscoKey": "discokey:59636bc7cfb051f331b0f9c6c0107a0f8572a5ff5f14cb0c3c859181624aa657", + "Addresses": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], + "AllowedIPs": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 48903}, - {"Proto": "peerapi6", "Port": 48903} + {"Proto": "peerapi4", "Port": 46275}, + {"Proto": "peerapi6", "Port": 46275} ]}, - "Created": "2026-04-09T01:33:00.392012756Z", + "Created": "2026-04-09T08:39:03.039785571Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4641832314581842, - "StableID": "nRt2Sh4JFd11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:916231134097520544099a13ba298a2e6ebb6a7575a8cc3c88c52c7a392e6d5f", - "Addresses": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "AllowedIPs": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "Endpoints": ["77.164.248.136:59904", "10.65.0.27:59904", "172.17.0.1:59904"], + "ID": 767726733228069, + "StableID": "n4zbT1thz611CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "DiscoKey": "discokey:88ae2093aca7625994ee9e357d2cd6c524cda0df32a63501da75a31b89da9c4e", + "Addresses": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "AllowedIPs": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "Endpoints": ["77.164.248.136:47438", "10.65.0.27:47438", "172.17.0.1:47438"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 53611}, - {"Proto": "peerapi6", "Port": 53611} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 54869}, + {"Proto": "peerapi6", "Port": 54869} ]}, - "Created": "2026-04-09T01:33:05.829667137Z", + "Created": "2026-04-09T08:39:07.607908892Z", "Cap": 131, + "Tags": ["tag:server"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 4766473037226295, - "StableID": "nvWDHXAkDe11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "KeyExpiry": "2026-10-06T01:33:06Z", - "DiscoKey": "discokey:2d3b46bccf1cd60dc10d4c79fa01f3e46a11ce2fd8c028c49d8b217ed5535c7a", - "Addresses": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "AllowedIPs": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 39183}, - {"Proto": "peerapi6", "Port": 39183} - ]}, - "Created": "2026-04-09T01:33:06.379993459Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5037578251610297, - "StableID": "nr3gi2eXLg11CNTRL", + "ID": 980951961653225, + "StableID": "n6PsjnwGf811CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "DiscoKey": "discokey:61da95003fc737501652dce01501baae93f00731edf849a594eee8d5815ab711", - "Addresses": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "AllowedIPs": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "Endpoints": ["77.164.248.136:43862", "10.65.0.27:43862", "172.17.0.1:43862"], + "Key": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "DiscoKey": "discokey:ef81383b6b812efcc5dc1b0ab2e9abd8ab269a7cabfce686433bb8f3e5df0a0b", + "Addresses": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "AllowedIPs": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "Endpoints": ["77.164.248.136:43878", "10.65.0.27:43878", "172.17.0.1:43878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 34571}, - {"Proto": "peerapi6", "Port": 34571} + {"Proto": "peerapi4", "Port": 65109}, + {"Proto": "peerapi6", "Port": 65109} ]}, - "Created": "2026-04-09T01:32:59.785205708Z", + "Created": "2026-04-09T08:39:02.510543913Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5808076510185782, - "StableID": "nwK8PdKVMn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "DiscoKey": "discokey:0904bd85e3c93fa56849ff0ee1c1fefb48ac9646a434dae8a3591ca243659c5b", - "Addresses": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "AllowedIPs": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "Endpoints": ["77.164.248.136:52589", "10.65.0.27:52589", "172.17.0.1:52589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 37532}, - {"Proto": "peerapi6", "Port": 37532} - ]}, - "Created": "2026-04-09T01:33:03.665573834Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5880091384430596, - "StableID": "nZmUDj27vn11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "DiscoKey": "discokey:10ff2d54ee7a782cfef8768141e9cfa78b8af3c5ac1a38a949ac562c5c544435", - "Addresses": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "AllowedIPs": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "Endpoints": ["77.164.248.136:39662", "10.65.0.27:39662", "172.17.0.1:39662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47651}, - {"Proto": "peerapi6", "Port": 47651} - ]}, - "Created": "2026-04-09T01:33:01.495767038Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5965598026096133, - "StableID": "npGTLN9qao11CNTRL", + "ID": 1104827391641447, + "StableID": "n6i9JewNd911CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "DiscoKey": "discokey:8afdb1c635438c25fe8285d44cd64e7c03cb9c76974e53116f939bf54f69a16c", - "Addresses": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "AllowedIPs": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "Endpoints": ["77.164.248.136:37609", "10.65.0.27:37609", "172.17.0.1:37609"], + "Key": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "DiscoKey": "discokey:ceeb23de354978b23e2dd603553cd798efafdb9f0659b3eca0b808605edf9d44", + "Addresses": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "AllowedIPs": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "Endpoints": ["77.164.248.136:53190", "10.65.0.27:53190", "172.17.0.1:53190"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38819}, - {"Proto": "peerapi6", "Port": 38819} + {"Proto": "peerapi4", "Port": 40328}, + {"Proto": "peerapi6", "Port": 40328} ]}, - "Created": "2026-04-09T01:33:02.042350122Z", + "Created": "2026-04-09T08:39:04.940863075Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7321712273598929, - "StableID": "nNyLb2y1Bz11CNTRL", + "ID": 1351357071613915, + "StableID": "nLTzuor2ZB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "DiscoKey": "discokey:1db5574b41c3bd1507b851033a2480532689d3fb8f7229a164d601ee96a8aa32", + "Addresses": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "AllowedIPs": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65502}, + {"Proto": "peerapi6", "Port": 65502} + ]}, + "Created": "2026-04-09T08:39:07.071969099Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3210938643087638, + "StableID": "nuYiYyuE5S11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "DiscoKey": "discokey:4fd145203ee524865037b416ffdcb595cd23c831fc9b55eafb302978d3f1090a", + "Addresses": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "AllowedIPs": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "Endpoints": ["77.164.248.136:41283", "10.65.0.27:41283", "172.17.0.1:41283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65206}, + {"Proto": "peerapi6", "Port": 65206} + ]}, + "Created": "2026-04-09T08:39:06.508401883Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7139440002024299, + "StableID": "nzQg7zyTkx11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "DiscoKey": "discokey:93ce3cd49ea28b779fa2ec0b760ec74612ea5f7b0d5737fa6d44361ee9ce726e", + "Addresses": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "AllowedIPs": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "Endpoints": ["77.164.248.136:37779", "10.65.0.27:37779", "172.17.0.1:37779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53054}, + {"Proto": "peerapi6", "Port": 53054} + ]}, + "Created": "2026-04-09T08:39:04.125866488Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7384075165205446, + "StableID": "nF5mmj8Gfz11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:aa189da8944e2a00696d9fded9d6e04e9a64b023aa538c79b9f329c630273760", + "Addresses": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "AllowedIPs": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "Endpoints": ["77.164.248.136:39900", "10.65.0.27:39900", "172.17.0.1:39900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 40288}, + {"Proto": "peerapi6", "Port": 40288} + ]}, + "Created": "2026-04-09T08:39:08.689330916Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7393083758440859, + "StableID": "ncHqJtmLjz11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "DiscoKey": "discokey:a0072b922059ba192d9b7597c022fc294e1ded39f5456000e810df989eba6f02", - "Addresses": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "AllowedIPs": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "Endpoints": ["77.164.248.136:35475", "10.65.0.27:35475", "172.17.0.1:35475"], + "Key": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "DiscoKey": "discokey:cbeaacb40d0a6d6d24445fe0a8dfebf49c94d58a7473e194d3879fe633a21238", + "Addresses": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "AllowedIPs": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "Endpoints": ["77.164.248.136:59660", "10.65.0.27:59660", "172.17.0.1:59660"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63495}, - {"Proto": "peerapi6", "Port": 63495} + {"Proto": "peerapi4", "Port": 37405}, + {"Proto": "peerapi6", "Port": 37405} ]}, - "Created": "2026-04-09T01:33:02.58098586Z", + "Created": "2026-04-09T08:39:05.4273721Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8459967173999349, - "StableID": "nnoSNYzX4921CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "DiscoKey": "discokey:409e757c889c5657c84afedcf9828d26e77ec7f48a0b41910cba82897df6b024", - "Addresses": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "AllowedIPs": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "Endpoints": ["77.164.248.136:41413", "10.65.0.27:41413", "172.17.0.1:41413"], + "ID": 7810599324459176, + "StableID": "njeNAbCSz321CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:7a68db4cf5d78a7ca90f72cc67d82b13618777fa0d9a18c10ea91f26cff2cc13", + "Addresses": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "AllowedIPs": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "Endpoints": ["77.164.248.136:32869", "10.65.0.27:32869", "172.17.0.1:32869"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59750}, - {"Proto": "peerapi6", "Port": 59750} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60876}, + {"Proto": "peerapi6", "Port": 60876} ]}, - "Created": "2026-04-09T01:32:58.721957712Z", + "Created": "2026-04-09T08:39:08.128134969Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7865361533190886, + "StableID": "nRtK2CiER421CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "DiscoKey": "discokey:7ff7af19b6dfd47c9d2cd93bc8b71ba1b34a9c7279f0850588da5ad60c3cf06a", + "Addresses": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "AllowedIPs": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "Endpoints": ["77.164.248.136:54044", "10.65.0.27:54044", "172.17.0.1:54044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 37488}, + {"Proto": "peerapi6", "Port": 37488} + ]}, + "Created": "2026-04-09T08:39:06.017678962Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12555,27 +12559,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1666211309411387": { - "ID": 1666211309411387, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8098284337310522": { + "ID": 8098284337310522, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12606,21 +12612,20 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3482619282399791, - "StableID": "niiLKBWHCU11CNTRL", + "ID": 472570624693547, + "StableID": "n451sUd2h411CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 3482619282399791, - "Key": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "DiscoKey": "discokey:533a8a1c5e1997c9db625f6ae44406c7378b0d318b443c01f255f350e7820030", - "Addresses": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "AllowedIPs": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "User": 472570624693547, + "Key": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "DiscoKey": "discokey:59636bc7cfb051f331b0f9c6c0107a0f8572a5ff5f14cb0c3c859181624aa657", + "Addresses": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], + "AllowedIPs": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 48903}, - {"Proto": "peerapi6", "Port": 48903}, + {"Proto": "peerapi4", "Port": 46275}, + {"Proto": "peerapi6", "Port": 46275}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:00.392012756Z", + "Created": "2026-04-09T08:39:03.039785571Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12648,300 +12653,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "MachineKey": "mkey:ca8eb30e6aaa150dcbbbd561c17ff500ec8b180780164fcc8f1b4b5d99d47c50", + "NodeKey": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "MachineKey": "mkey:7d8a62f5085b7df5745d7fb1e5fcdedaee8fb0521144987e3a7fad22a1271f4a", "Peers": [{ - "ID": 501640557204905, - "StableID": "nWTfFKFCv411CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "DiscoKey": "discokey:83570287015c6a5bec5cea2babb4bc93743083d7be95646e90ad89ca7b323b11", - "Addresses": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "AllowedIPs": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "Endpoints": ["77.164.248.136:55884", "10.65.0.27:55884", "172.17.0.1:55884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61348}, - {"Proto": "peerapi6", "Port": 61348} - ]}, - "Created": "2026-04-09T01:33:03.126445472Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 520583929884035, - "StableID": "ncmDEirm4511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "DiscoKey": "discokey:ec42aafe037c5948475798ba90b66e6248b0fb9884e5557bf18b5060d657f84e", - "Addresses": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "AllowedIPs": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "Endpoints": ["77.164.248.136:33343", "10.65.0.27:33343", "172.17.0.1:33343"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 52959}, - {"Proto": "peerapi6", "Port": 52959} - ]}, - "Created": "2026-04-09T01:33:04.755711408Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1666211309411387, - "StableID": "n4jvjeYd1E11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "DiscoKey": "discokey:d8ab129bff234813b3483830cca77b53500de9ddaceac7aaf655ee386af46120", - "Addresses": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "AllowedIPs": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "Endpoints": ["77.164.248.136:37538", "10.65.0.27:37538", "172.17.0.1:37538"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56024}, - {"Proto": "peerapi6", "Port": 56024} - ]}, - "Created": "2026-04-09T01:33:00.961956028Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2425748962375657, - "StableID": "n6ZeD6KdwK11CNTRL", + "ID": 10003921991651, + "StableID": "nAi7LbnX5111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "DiscoKey": "discokey:c0fe20a1ad7ebf531792f1012e37f6c161e8d1d555fe5e42576efbf248a1a43a", - "Addresses": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "AllowedIPs": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "Endpoints": ["77.164.248.136:34285", "10.65.0.27:34285", "172.17.0.1:34285"], + "Key": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "DiscoKey": "discokey:6f37002ea40e1fbb4beb0e2570ee1d9d2abd9efe3f9bce6cf5e2f749e9fdd907", + "Addresses": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "AllowedIPs": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "Endpoints": ["77.164.248.136:45434", "10.65.0.27:45434", "172.17.0.1:45434"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60883}, - {"Proto": "peerapi6", "Port": 60883} + {"Proto": "peerapi4", "Port": 36953}, + {"Proto": "peerapi6", "Port": 36953} ]}, - "Created": "2026-04-09T01:32:59.243230001Z", + "Created": "2026-04-09T08:39:01.965052174Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2462688969456115, - "StableID": "n64d9UfMEL11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:e5d60107cce3f030bbe3129cd61faaff2d8ff9d46e0be6bcbec34b35e06b9d2a", - "Addresses": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "AllowedIPs": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "Endpoints": ["77.164.248.136:49862", "10.65.0.27:49862", "172.17.0.1:49862"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55116}, - {"Proto": "peerapi6", "Port": 55116} - ]}, - "Created": "2026-04-09T01:33:05.297462974Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3350520869130036, - "StableID": "nBEMt6WTAT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 182361362206406, + "StableID": "nqWS7nKbR211CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "DiscoKey": "discokey:06140030ddac8ef1d1d829c040dd790944db039f488fbb4a875faab6143c1532", - "Addresses": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "AllowedIPs": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "Endpoints": ["77.164.248.136:43250", "10.65.0.27:43250", "172.17.0.1:43250"], + "Key": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "DiscoKey": "discokey:5275d103e8acde2706fc32c4abb494090c412ac87d9a849aa08984621c5b954d", + "Addresses": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "AllowedIPs": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "Endpoints": ["77.164.248.136:45016", "10.65.0.27:45016", "172.17.0.1:45016"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60240}, - {"Proto": "peerapi6", "Port": 60240} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 32841}, + {"Proto": "peerapi6", "Port": 32841} ]}, - "Created": "2026-04-09T01:33:04.214185391Z", + "Created": "2026-04-09T08:39:01.487388887Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 4641832314581842, - "StableID": "nRt2Sh4JFd11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:916231134097520544099a13ba298a2e6ebb6a7575a8cc3c88c52c7a392e6d5f", - "Addresses": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "AllowedIPs": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "Endpoints": ["77.164.248.136:59904", "10.65.0.27:59904", "172.17.0.1:59904"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 53611}, - {"Proto": "peerapi6", "Port": 53611} - ]}, - "Created": "2026-04-09T01:33:05.829667137Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 4766473037226295, - "StableID": "nvWDHXAkDe11CNTRL", + "ID": 314237359984231, + "StableID": "nW6uSzUKT311CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "KeyExpiry": "2026-10-06T01:33:06Z", - "DiscoKey": "discokey:2d3b46bccf1cd60dc10d4c79fa01f3e46a11ce2fd8c028c49d8b217ed5535c7a", - "Addresses": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "AllowedIPs": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], + "Key": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "KeyExpiry": "2026-10-06T08:39:09Z", + "DiscoKey": "discokey:a81ef0322395719cc8df64814a645a1733228dfd7279a8911f0849261e87d741", + "Addresses": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "AllowedIPs": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 39183}, - {"Proto": "peerapi6", "Port": 39183} + {"Proto": "peerapi4", "Port": 63873}, + {"Proto": "peerapi6", "Port": 63873} ]}, - "Created": "2026-04-09T01:33:06.379993459Z", + "Created": "2026-04-09T08:39:09.202832663Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5037578251610297, - "StableID": "nr3gi2eXLg11CNTRL", + "ID": 767726733228069, + "StableID": "n4zbT1thz611CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "DiscoKey": "discokey:88ae2093aca7625994ee9e357d2cd6c524cda0df32a63501da75a31b89da9c4e", + "Addresses": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "AllowedIPs": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "Endpoints": ["77.164.248.136:47438", "10.65.0.27:47438", "172.17.0.1:47438"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 54869}, + {"Proto": "peerapi6", "Port": 54869} + ]}, + "Created": "2026-04-09T08:39:07.607908892Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 980951961653225, + "StableID": "n6PsjnwGf811CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "DiscoKey": "discokey:61da95003fc737501652dce01501baae93f00731edf849a594eee8d5815ab711", - "Addresses": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "AllowedIPs": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "Endpoints": ["77.164.248.136:43862", "10.65.0.27:43862", "172.17.0.1:43862"], + "Key": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "DiscoKey": "discokey:ef81383b6b812efcc5dc1b0ab2e9abd8ab269a7cabfce686433bb8f3e5df0a0b", + "Addresses": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "AllowedIPs": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "Endpoints": ["77.164.248.136:43878", "10.65.0.27:43878", "172.17.0.1:43878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 34571}, - {"Proto": "peerapi6", "Port": 34571} + {"Proto": "peerapi4", "Port": 65109}, + {"Proto": "peerapi6", "Port": 65109} ]}, - "Created": "2026-04-09T01:32:59.785205708Z", + "Created": "2026-04-09T08:39:02.510543913Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5808076510185782, - "StableID": "nwK8PdKVMn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "DiscoKey": "discokey:0904bd85e3c93fa56849ff0ee1c1fefb48ac9646a434dae8a3591ca243659c5b", - "Addresses": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "AllowedIPs": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "Endpoints": ["77.164.248.136:52589", "10.65.0.27:52589", "172.17.0.1:52589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 37532}, - {"Proto": "peerapi6", "Port": 37532} - ]}, - "Created": "2026-04-09T01:33:03.665573834Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5880091384430596, - "StableID": "nZmUDj27vn11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "DiscoKey": "discokey:10ff2d54ee7a782cfef8768141e9cfa78b8af3c5ac1a38a949ac562c5c544435", - "Addresses": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "AllowedIPs": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "Endpoints": ["77.164.248.136:39662", "10.65.0.27:39662", "172.17.0.1:39662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47651}, - {"Proto": "peerapi6", "Port": 47651} - ]}, - "Created": "2026-04-09T01:33:01.495767038Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5965598026096133, - "StableID": "npGTLN9qao11CNTRL", + "ID": 1104827391641447, + "StableID": "n6i9JewNd911CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "DiscoKey": "discokey:8afdb1c635438c25fe8285d44cd64e7c03cb9c76974e53116f939bf54f69a16c", - "Addresses": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "AllowedIPs": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "Endpoints": ["77.164.248.136:37609", "10.65.0.27:37609", "172.17.0.1:37609"], + "Key": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "DiscoKey": "discokey:ceeb23de354978b23e2dd603553cd798efafdb9f0659b3eca0b808605edf9d44", + "Addresses": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "AllowedIPs": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "Endpoints": ["77.164.248.136:53190", "10.65.0.27:53190", "172.17.0.1:53190"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38819}, - {"Proto": "peerapi6", "Port": 38819} + {"Proto": "peerapi4", "Port": 40328}, + {"Proto": "peerapi6", "Port": 40328} ]}, - "Created": "2026-04-09T01:33:02.042350122Z", + "Created": "2026-04-09T08:39:04.940863075Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7321712273598929, - "StableID": "nNyLb2y1Bz11CNTRL", + "ID": 1351357071613915, + "StableID": "nLTzuor2ZB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "DiscoKey": "discokey:1db5574b41c3bd1507b851033a2480532689d3fb8f7229a164d601ee96a8aa32", + "Addresses": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "AllowedIPs": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65502}, + {"Proto": "peerapi6", "Port": 65502} + ]}, + "Created": "2026-04-09T08:39:07.071969099Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3210938643087638, + "StableID": "nuYiYyuE5S11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "DiscoKey": "discokey:4fd145203ee524865037b416ffdcb595cd23c831fc9b55eafb302978d3f1090a", + "Addresses": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "AllowedIPs": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "Endpoints": ["77.164.248.136:41283", "10.65.0.27:41283", "172.17.0.1:41283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65206}, + {"Proto": "peerapi6", "Port": 65206} + ]}, + "Created": "2026-04-09T08:39:06.508401883Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7139440002024299, + "StableID": "nzQg7zyTkx11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "DiscoKey": "discokey:93ce3cd49ea28b779fa2ec0b760ec74612ea5f7b0d5737fa6d44361ee9ce726e", + "Addresses": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "AllowedIPs": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "Endpoints": ["77.164.248.136:37779", "10.65.0.27:37779", "172.17.0.1:37779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53054}, + {"Proto": "peerapi6", "Port": 53054} + ]}, + "Created": "2026-04-09T08:39:04.125866488Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7384075165205446, + "StableID": "nF5mmj8Gfz11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:aa189da8944e2a00696d9fded9d6e04e9a64b023aa538c79b9f329c630273760", + "Addresses": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "AllowedIPs": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "Endpoints": ["77.164.248.136:39900", "10.65.0.27:39900", "172.17.0.1:39900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 40288}, + {"Proto": "peerapi6", "Port": 40288} + ]}, + "Created": "2026-04-09T08:39:08.689330916Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7393083758440859, + "StableID": "ncHqJtmLjz11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "DiscoKey": "discokey:a0072b922059ba192d9b7597c022fc294e1ded39f5456000e810df989eba6f02", - "Addresses": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "AllowedIPs": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "Endpoints": ["77.164.248.136:35475", "10.65.0.27:35475", "172.17.0.1:35475"], + "Key": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "DiscoKey": "discokey:cbeaacb40d0a6d6d24445fe0a8dfebf49c94d58a7473e194d3879fe633a21238", + "Addresses": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "AllowedIPs": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "Endpoints": ["77.164.248.136:59660", "10.65.0.27:59660", "172.17.0.1:59660"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63495}, - {"Proto": "peerapi6", "Port": 63495} + {"Proto": "peerapi4", "Port": 37405}, + {"Proto": "peerapi6", "Port": 37405} ]}, - "Created": "2026-04-09T01:33:02.58098586Z", + "Created": "2026-04-09T08:39:05.4273721Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8459967173999349, - "StableID": "nnoSNYzX4921CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "DiscoKey": "discokey:409e757c889c5657c84afedcf9828d26e77ec7f48a0b41910cba82897df6b024", - "Addresses": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "AllowedIPs": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "Endpoints": ["77.164.248.136:41413", "10.65.0.27:41413", "172.17.0.1:41413"], + "ID": 7810599324459176, + "StableID": "njeNAbCSz321CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:7a68db4cf5d78a7ca90f72cc67d82b13618777fa0d9a18c10ea91f26cff2cc13", + "Addresses": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "AllowedIPs": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "Endpoints": ["77.164.248.136:32869", "10.65.0.27:32869", "172.17.0.1:32869"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59750}, - {"Proto": "peerapi6", "Port": 59750} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60876}, + {"Proto": "peerapi6", "Port": 60876} ]}, - "Created": "2026-04-09T01:32:58.721957712Z", + "Created": "2026-04-09T08:39:08.128134969Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7865361533190886, + "StableID": "nRtK2CiER421CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "DiscoKey": "discokey:7ff7af19b6dfd47c9d2cd93bc8b71ba1b34a9c7279f0850588da5ad60c3cf06a", + "Addresses": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "AllowedIPs": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "Endpoints": ["77.164.248.136:54044", "10.65.0.27:54044", "172.17.0.1:54044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 37488}, + {"Proto": "peerapi6", "Port": 37488} + ]}, + "Created": "2026-04-09T08:39:06.017678962Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8098284337310522, + "StableID": "nD2kcSCjE621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "DiscoKey": "discokey:97f2e4ab76df581ceae94091618e78bda5b51800749a617626c39dd12772673a", + "Addresses": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "AllowedIPs": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "Endpoints": ["77.164.248.136:35405", "10.65.0.27:35405", "172.17.0.1:35405"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48137}, + {"Proto": "peerapi6", "Port": 48137} + ]}, + "Created": "2026-04-09T08:39:03.573535268Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13789,27 +13794,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3482619282399791": { - "ID": 3482619282399791, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "472570624693547": { + "ID": 472570624693547, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13840,26 +13847,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5965598026096133, - "StableID": "npGTLN9qao11CNTRL", + "ID": 1104827391641447, + "StableID": "n6i9JewNd911CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 5965598026096133, - "Key": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "DiscoKey": "discokey:8afdb1c635438c25fe8285d44cd64e7c03cb9c76974e53116f939bf54f69a16c", - "Addresses": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "AllowedIPs": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "Endpoints": ["77.164.248.136:37609", "10.65.0.27:37609", "172.17.0.1:37609"], + "User": 1104827391641447, + "Key": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "DiscoKey": "discokey:ceeb23de354978b23e2dd603553cd798efafdb9f0659b3eca0b808605edf9d44", + "Addresses": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "AllowedIPs": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "Endpoints": ["77.164.248.136:53190", "10.65.0.27:53190", "172.17.0.1:53190"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 38819}, - {"Proto": "peerapi6", "Port": 38819}, + {"Proto": "peerapi4", "Port": 40328}, + {"Proto": "peerapi6", "Port": 40328}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:02.042350122Z", + "Created": "2026-04-09T08:39:04.940863075Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13887,302 +13894,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "MachineKey": "mkey:38e1a6add4bbe7262e8c61d16a68531a23fbe93d013ad3b52d84f7452c7af67c", + "NodeKey": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "MachineKey": "mkey:aee191c30355780f2a10a9a81a90d2bac7e37ce438a9197971d2d5788a928026", "Peers": [{ - "ID": 501640557204905, - "StableID": "nWTfFKFCv411CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "DiscoKey": "discokey:83570287015c6a5bec5cea2babb4bc93743083d7be95646e90ad89ca7b323b11", - "Addresses": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "AllowedIPs": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "Endpoints": ["77.164.248.136:55884", "10.65.0.27:55884", "172.17.0.1:55884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61348}, - {"Proto": "peerapi6", "Port": 61348} - ]}, - "Created": "2026-04-09T01:33:03.126445472Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 520583929884035, - "StableID": "ncmDEirm4511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "DiscoKey": "discokey:ec42aafe037c5948475798ba90b66e6248b0fb9884e5557bf18b5060d657f84e", - "Addresses": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "AllowedIPs": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "Endpoints": ["77.164.248.136:33343", "10.65.0.27:33343", "172.17.0.1:33343"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 52959}, - {"Proto": "peerapi6", "Port": 52959} - ]}, - "Created": "2026-04-09T01:33:04.755711408Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1666211309411387, - "StableID": "n4jvjeYd1E11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "DiscoKey": "discokey:d8ab129bff234813b3483830cca77b53500de9ddaceac7aaf655ee386af46120", - "Addresses": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "AllowedIPs": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "Endpoints": ["77.164.248.136:37538", "10.65.0.27:37538", "172.17.0.1:37538"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56024}, - {"Proto": "peerapi6", "Port": 56024} - ]}, - "Created": "2026-04-09T01:33:00.961956028Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2425748962375657, - "StableID": "n6ZeD6KdwK11CNTRL", + "ID": 10003921991651, + "StableID": "nAi7LbnX5111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "DiscoKey": "discokey:c0fe20a1ad7ebf531792f1012e37f6c161e8d1d555fe5e42576efbf248a1a43a", - "Addresses": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "AllowedIPs": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "Endpoints": ["77.164.248.136:34285", "10.65.0.27:34285", "172.17.0.1:34285"], + "Key": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "DiscoKey": "discokey:6f37002ea40e1fbb4beb0e2570ee1d9d2abd9efe3f9bce6cf5e2f749e9fdd907", + "Addresses": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "AllowedIPs": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "Endpoints": ["77.164.248.136:45434", "10.65.0.27:45434", "172.17.0.1:45434"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60883}, - {"Proto": "peerapi6", "Port": 60883} + {"Proto": "peerapi4", "Port": 36953}, + {"Proto": "peerapi6", "Port": 36953} ]}, - "Created": "2026-04-09T01:32:59.243230001Z", + "Created": "2026-04-09T08:39:01.965052174Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2462688969456115, - "StableID": "n64d9UfMEL11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:e5d60107cce3f030bbe3129cd61faaff2d8ff9d46e0be6bcbec34b35e06b9d2a", - "Addresses": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "AllowedIPs": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "Endpoints": ["77.164.248.136:49862", "10.65.0.27:49862", "172.17.0.1:49862"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55116}, - {"Proto": "peerapi6", "Port": 55116} - ]}, - "Created": "2026-04-09T01:33:05.297462974Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3350520869130036, - "StableID": "nBEMt6WTAT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 182361362206406, + "StableID": "nqWS7nKbR211CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "DiscoKey": "discokey:06140030ddac8ef1d1d829c040dd790944db039f488fbb4a875faab6143c1532", - "Addresses": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "AllowedIPs": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "Endpoints": ["77.164.248.136:43250", "10.65.0.27:43250", "172.17.0.1:43250"], + "Key": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "DiscoKey": "discokey:5275d103e8acde2706fc32c4abb494090c412ac87d9a849aa08984621c5b954d", + "Addresses": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "AllowedIPs": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "Endpoints": ["77.164.248.136:45016", "10.65.0.27:45016", "172.17.0.1:45016"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60240}, - {"Proto": "peerapi6", "Port": 60240} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 32841}, + {"Proto": "peerapi6", "Port": 32841} ]}, - "Created": "2026-04-09T01:33:04.214185391Z", + "Created": "2026-04-09T08:39:01.487388887Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 3482619282399791, - "StableID": "niiLKBWHCU11CNTRL", + "ID": 314237359984231, + "StableID": "nW6uSzUKT311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "KeyExpiry": "2026-10-06T08:39:09Z", + "DiscoKey": "discokey:a81ef0322395719cc8df64814a645a1733228dfd7279a8911f0849261e87d741", + "Addresses": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "AllowedIPs": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "Endpoints": ["77.164.248.136:54078", "10.65.0.27:54078", "172.17.0.1:54078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63873}, + {"Proto": "peerapi6", "Port": 63873} + ]}, + "Created": "2026-04-09T08:39:09.202832663Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 472570624693547, + "StableID": "n451sUd2h411CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "DiscoKey": "discokey:533a8a1c5e1997c9db625f6ae44406c7378b0d318b443c01f255f350e7820030", - "Addresses": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "AllowedIPs": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "DiscoKey": "discokey:59636bc7cfb051f331b0f9c6c0107a0f8572a5ff5f14cb0c3c859181624aa657", + "Addresses": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], + "AllowedIPs": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 48903}, - {"Proto": "peerapi6", "Port": 48903} + {"Proto": "peerapi4", "Port": 46275}, + {"Proto": "peerapi6", "Port": 46275} ]}, - "Created": "2026-04-09T01:33:00.392012756Z", + "Created": "2026-04-09T08:39:03.039785571Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4641832314581842, - "StableID": "nRt2Sh4JFd11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:916231134097520544099a13ba298a2e6ebb6a7575a8cc3c88c52c7a392e6d5f", - "Addresses": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "AllowedIPs": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "Endpoints": ["77.164.248.136:59904", "10.65.0.27:59904", "172.17.0.1:59904"], + "ID": 767726733228069, + "StableID": "n4zbT1thz611CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "DiscoKey": "discokey:88ae2093aca7625994ee9e357d2cd6c524cda0df32a63501da75a31b89da9c4e", + "Addresses": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "AllowedIPs": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "Endpoints": ["77.164.248.136:47438", "10.65.0.27:47438", "172.17.0.1:47438"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 53611}, - {"Proto": "peerapi6", "Port": 53611} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 54869}, + {"Proto": "peerapi6", "Port": 54869} ]}, - "Created": "2026-04-09T01:33:05.829667137Z", + "Created": "2026-04-09T08:39:07.607908892Z", "Cap": 131, + "Tags": ["tag:server"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 4766473037226295, - "StableID": "nvWDHXAkDe11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "KeyExpiry": "2026-10-06T01:33:06Z", - "DiscoKey": "discokey:2d3b46bccf1cd60dc10d4c79fa01f3e46a11ce2fd8c028c49d8b217ed5535c7a", - "Addresses": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "AllowedIPs": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "Endpoints": ["77.164.248.136:45839", "10.65.0.27:45839", "172.17.0.1:45839"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 39183}, - {"Proto": "peerapi6", "Port": 39183} - ]}, - "Created": "2026-04-09T01:33:06.379993459Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5037578251610297, - "StableID": "nr3gi2eXLg11CNTRL", + "ID": 980951961653225, + "StableID": "n6PsjnwGf811CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "DiscoKey": "discokey:61da95003fc737501652dce01501baae93f00731edf849a594eee8d5815ab711", - "Addresses": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "AllowedIPs": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "Endpoints": ["77.164.248.136:43862", "10.65.0.27:43862", "172.17.0.1:43862"], + "Key": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "DiscoKey": "discokey:ef81383b6b812efcc5dc1b0ab2e9abd8ab269a7cabfce686433bb8f3e5df0a0b", + "Addresses": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "AllowedIPs": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "Endpoints": ["77.164.248.136:43878", "10.65.0.27:43878", "172.17.0.1:43878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 34571}, - {"Proto": "peerapi6", "Port": 34571} + {"Proto": "peerapi4", "Port": 65109}, + {"Proto": "peerapi6", "Port": 65109} ]}, - "Created": "2026-04-09T01:32:59.785205708Z", + "Created": "2026-04-09T08:39:02.510543913Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5808076510185782, - "StableID": "nwK8PdKVMn11CNTRL", + "ID": 1351357071613915, + "StableID": "nLTzuor2ZB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "DiscoKey": "discokey:1db5574b41c3bd1507b851033a2480532689d3fb8f7229a164d601ee96a8aa32", + "Addresses": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "AllowedIPs": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65502}, + {"Proto": "peerapi6", "Port": 65502} + ]}, + "Created": "2026-04-09T08:39:07.071969099Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3210938643087638, + "StableID": "nuYiYyuE5S11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "DiscoKey": "discokey:0904bd85e3c93fa56849ff0ee1c1fefb48ac9646a434dae8a3591ca243659c5b", - "Addresses": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "AllowedIPs": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "Endpoints": ["77.164.248.136:52589", "10.65.0.27:52589", "172.17.0.1:52589"], + "Key": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "DiscoKey": "discokey:4fd145203ee524865037b416ffdcb595cd23c831fc9b55eafb302978d3f1090a", + "Addresses": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "AllowedIPs": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "Endpoints": ["77.164.248.136:41283", "10.65.0.27:41283", "172.17.0.1:41283"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 37532}, - {"Proto": "peerapi6", "Port": 37532} + {"Proto": "peerapi4", "Port": 65206}, + {"Proto": "peerapi6", "Port": 65206} ]}, - "Created": "2026-04-09T01:33:03.665573834Z", + "Created": "2026-04-09T08:39:06.508401883Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 5880091384430596, - "StableID": "nZmUDj27vn11CNTRL", + "ID": 7139440002024299, + "StableID": "nzQg7zyTkx11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "DiscoKey": "discokey:10ff2d54ee7a782cfef8768141e9cfa78b8af3c5ac1a38a949ac562c5c544435", - "Addresses": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "AllowedIPs": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "Endpoints": ["77.164.248.136:39662", "10.65.0.27:39662", "172.17.0.1:39662"], + "Key": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "DiscoKey": "discokey:93ce3cd49ea28b779fa2ec0b760ec74612ea5f7b0d5737fa6d44361ee9ce726e", + "Addresses": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "AllowedIPs": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "Endpoints": ["77.164.248.136:37779", "10.65.0.27:37779", "172.17.0.1:37779"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47651}, - {"Proto": "peerapi6", "Port": 47651} + {"Proto": "peerapi4", "Port": 53054}, + {"Proto": "peerapi6", "Port": 53054} ]}, - "Created": "2026-04-09T01:33:01.495767038Z", + "Created": "2026-04-09T08:39:04.125866488Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7321712273598929, - "StableID": "nNyLb2y1Bz11CNTRL", + "ID": 7384075165205446, + "StableID": "nF5mmj8Gfz11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:aa189da8944e2a00696d9fded9d6e04e9a64b023aa538c79b9f329c630273760", + "Addresses": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "AllowedIPs": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "Endpoints": ["77.164.248.136:39900", "10.65.0.27:39900", "172.17.0.1:39900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 40288}, + {"Proto": "peerapi6", "Port": 40288} + ]}, + "Created": "2026-04-09T08:39:08.689330916Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7393083758440859, + "StableID": "ncHqJtmLjz11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "DiscoKey": "discokey:a0072b922059ba192d9b7597c022fc294e1ded39f5456000e810df989eba6f02", - "Addresses": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "AllowedIPs": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "Endpoints": ["77.164.248.136:35475", "10.65.0.27:35475", "172.17.0.1:35475"], + "Key": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "DiscoKey": "discokey:cbeaacb40d0a6d6d24445fe0a8dfebf49c94d58a7473e194d3879fe633a21238", + "Addresses": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "AllowedIPs": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "Endpoints": ["77.164.248.136:59660", "10.65.0.27:59660", "172.17.0.1:59660"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63495}, - {"Proto": "peerapi6", "Port": 63495} + {"Proto": "peerapi4", "Port": 37405}, + {"Proto": "peerapi6", "Port": 37405} ]}, - "Created": "2026-04-09T01:33:02.58098586Z", + "Created": "2026-04-09T08:39:05.4273721Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8459967173999349, - "StableID": "nnoSNYzX4921CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "DiscoKey": "discokey:409e757c889c5657c84afedcf9828d26e77ec7f48a0b41910cba82897df6b024", - "Addresses": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "AllowedIPs": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "Endpoints": ["77.164.248.136:41413", "10.65.0.27:41413", "172.17.0.1:41413"], + "ID": 7810599324459176, + "StableID": "njeNAbCSz321CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:7a68db4cf5d78a7ca90f72cc67d82b13618777fa0d9a18c10ea91f26cff2cc13", + "Addresses": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "AllowedIPs": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "Endpoints": ["77.164.248.136:32869", "10.65.0.27:32869", "172.17.0.1:32869"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59750}, - {"Proto": "peerapi6", "Port": 59750} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60876}, + {"Proto": "peerapi6", "Port": 60876} ]}, - "Created": "2026-04-09T01:32:58.721957712Z", + "Created": "2026-04-09T08:39:08.128134969Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7865361533190886, + "StableID": "nRtK2CiER421CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "DiscoKey": "discokey:7ff7af19b6dfd47c9d2cd93bc8b71ba1b34a9c7279f0850588da5ad60c3cf06a", + "Addresses": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "AllowedIPs": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "Endpoints": ["77.164.248.136:54044", "10.65.0.27:54044", "172.17.0.1:54044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 37488}, + {"Proto": "peerapi6", "Port": 37488} + ]}, + "Created": "2026-04-09T08:39:06.017678962Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8098284337310522, + "StableID": "nD2kcSCjE621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "DiscoKey": "discokey:97f2e4ab76df581ceae94091618e78bda5b51800749a617626c39dd12772673a", + "Addresses": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "AllowedIPs": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "Endpoints": ["77.164.248.136:35405", "10.65.0.27:35405", "172.17.0.1:35405"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48137}, + {"Proto": "peerapi6", "Port": 48137} + ]}, + "Created": "2026-04-09T08:39:03.573535268Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15030,27 +15036,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5965598026096133": { - "ID": 5965598026096133, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1104827391641447": { + "ID": 1104827391641447, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15081,26 +15089,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 501640557204905, - "StableID": "nWTfFKFCv411CNTRL", + "ID": 7865361533190886, + "StableID": "nRtK2CiER421CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 501640557204905, - "Key": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "DiscoKey": "discokey:83570287015c6a5bec5cea2babb4bc93743083d7be95646e90ad89ca7b323b11", - "Addresses": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "AllowedIPs": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "Endpoints": ["77.164.248.136:55884", "10.65.0.27:55884", "172.17.0.1:55884"], + "User": 7865361533190886, + "Key": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "DiscoKey": "discokey:7ff7af19b6dfd47c9d2cd93bc8b71ba1b34a9c7279f0850588da5ad60c3cf06a", + "Addresses": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "AllowedIPs": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "Endpoints": ["77.164.248.136:54044", "10.65.0.27:54044", "172.17.0.1:54044"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 61348}, - {"Proto": "peerapi6", "Port": 61348}, + {"Proto": "peerapi4", "Port": 37488}, + {"Proto": "peerapi6", "Port": 37488}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:03.126445472Z", + "Created": "2026-04-09T08:39:06.017678962Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15128,302 +15136,301 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "MachineKey": "mkey:d081432cfafc86c3f7e74775e3121c5398eef3588e28253b96fda5adcea7617f", + "NodeKey": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "MachineKey": "mkey:ab47ea5e5d4be9dd25fb07293bf6e187cb504bb3a0e7264711b3fea259571120", "Peers": [{ - "ID": 520583929884035, - "StableID": "ncmDEirm4511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "DiscoKey": "discokey:ec42aafe037c5948475798ba90b66e6248b0fb9884e5557bf18b5060d657f84e", - "Addresses": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "AllowedIPs": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "Endpoints": ["77.164.248.136:33343", "10.65.0.27:33343", "172.17.0.1:33343"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 52959}, - {"Proto": "peerapi6", "Port": 52959} - ]}, - "Created": "2026-04-09T01:33:04.755711408Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1666211309411387, - "StableID": "n4jvjeYd1E11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "DiscoKey": "discokey:d8ab129bff234813b3483830cca77b53500de9ddaceac7aaf655ee386af46120", - "Addresses": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "AllowedIPs": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "Endpoints": ["77.164.248.136:37538", "10.65.0.27:37538", "172.17.0.1:37538"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56024}, - {"Proto": "peerapi6", "Port": 56024} - ]}, - "Created": "2026-04-09T01:33:00.961956028Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2425748962375657, - "StableID": "n6ZeD6KdwK11CNTRL", + "ID": 10003921991651, + "StableID": "nAi7LbnX5111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "DiscoKey": "discokey:c0fe20a1ad7ebf531792f1012e37f6c161e8d1d555fe5e42576efbf248a1a43a", - "Addresses": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "AllowedIPs": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "Endpoints": ["77.164.248.136:34285", "10.65.0.27:34285", "172.17.0.1:34285"], + "Key": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "DiscoKey": "discokey:6f37002ea40e1fbb4beb0e2570ee1d9d2abd9efe3f9bce6cf5e2f749e9fdd907", + "Addresses": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "AllowedIPs": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "Endpoints": ["77.164.248.136:45434", "10.65.0.27:45434", "172.17.0.1:45434"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60883}, - {"Proto": "peerapi6", "Port": 60883} + {"Proto": "peerapi4", "Port": 36953}, + {"Proto": "peerapi6", "Port": 36953} ]}, - "Created": "2026-04-09T01:32:59.243230001Z", + "Created": "2026-04-09T08:39:01.965052174Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2462688969456115, - "StableID": "n64d9UfMEL11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:e5d60107cce3f030bbe3129cd61faaff2d8ff9d46e0be6bcbec34b35e06b9d2a", - "Addresses": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "AllowedIPs": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "Endpoints": ["77.164.248.136:49862", "10.65.0.27:49862", "172.17.0.1:49862"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55116}, - {"Proto": "peerapi6", "Port": 55116} - ]}, - "Created": "2026-04-09T01:33:05.297462974Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3350520869130036, - "StableID": "nBEMt6WTAT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 182361362206406, + "StableID": "nqWS7nKbR211CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "DiscoKey": "discokey:06140030ddac8ef1d1d829c040dd790944db039f488fbb4a875faab6143c1532", - "Addresses": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "AllowedIPs": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "Endpoints": ["77.164.248.136:43250", "10.65.0.27:43250", "172.17.0.1:43250"], + "Key": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "DiscoKey": "discokey:5275d103e8acde2706fc32c4abb494090c412ac87d9a849aa08984621c5b954d", + "Addresses": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "AllowedIPs": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "Endpoints": ["77.164.248.136:45016", "10.65.0.27:45016", "172.17.0.1:45016"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60240}, - {"Proto": "peerapi6", "Port": 60240} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 32841}, + {"Proto": "peerapi6", "Port": 32841} ]}, - "Created": "2026-04-09T01:33:04.214185391Z", + "Created": "2026-04-09T08:39:01.487388887Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 3482619282399791, - "StableID": "niiLKBWHCU11CNTRL", + "ID": 314237359984231, + "StableID": "nW6uSzUKT311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "KeyExpiry": "2026-10-06T08:39:09Z", + "DiscoKey": "discokey:a81ef0322395719cc8df64814a645a1733228dfd7279a8911f0849261e87d741", + "Addresses": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "AllowedIPs": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "Endpoints": ["77.164.248.136:54078", "10.65.0.27:54078", "172.17.0.1:54078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63873}, + {"Proto": "peerapi6", "Port": 63873} + ]}, + "Created": "2026-04-09T08:39:09.202832663Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 472570624693547, + "StableID": "n451sUd2h411CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "DiscoKey": "discokey:533a8a1c5e1997c9db625f6ae44406c7378b0d318b443c01f255f350e7820030", - "Addresses": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "AllowedIPs": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "DiscoKey": "discokey:59636bc7cfb051f331b0f9c6c0107a0f8572a5ff5f14cb0c3c859181624aa657", + "Addresses": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], + "AllowedIPs": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 48903}, - {"Proto": "peerapi6", "Port": 48903} + {"Proto": "peerapi4", "Port": 46275}, + {"Proto": "peerapi6", "Port": 46275} ]}, - "Created": "2026-04-09T01:33:00.392012756Z", + "Created": "2026-04-09T08:39:03.039785571Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4641832314581842, - "StableID": "nRt2Sh4JFd11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:916231134097520544099a13ba298a2e6ebb6a7575a8cc3c88c52c7a392e6d5f", - "Addresses": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "AllowedIPs": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "Endpoints": ["77.164.248.136:59904", "10.65.0.27:59904", "172.17.0.1:59904"], + "ID": 767726733228069, + "StableID": "n4zbT1thz611CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "DiscoKey": "discokey:88ae2093aca7625994ee9e357d2cd6c524cda0df32a63501da75a31b89da9c4e", + "Addresses": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "AllowedIPs": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "Endpoints": ["77.164.248.136:47438", "10.65.0.27:47438", "172.17.0.1:47438"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 53611}, - {"Proto": "peerapi6", "Port": 53611} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 54869}, + {"Proto": "peerapi6", "Port": 54869} ]}, - "Created": "2026-04-09T01:33:05.829667137Z", + "Created": "2026-04-09T08:39:07.607908892Z", "Cap": 131, + "Tags": ["tag:server"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 4766473037226295, - "StableID": "nvWDHXAkDe11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "KeyExpiry": "2026-10-06T01:33:06Z", - "DiscoKey": "discokey:2d3b46bccf1cd60dc10d4c79fa01f3e46a11ce2fd8c028c49d8b217ed5535c7a", - "Addresses": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "AllowedIPs": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "Endpoints": ["77.164.248.136:45839", "10.65.0.27:45839", "172.17.0.1:45839"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 39183}, - {"Proto": "peerapi6", "Port": 39183} - ]}, - "Created": "2026-04-09T01:33:06.379993459Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5037578251610297, - "StableID": "nr3gi2eXLg11CNTRL", + "ID": 980951961653225, + "StableID": "n6PsjnwGf811CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "DiscoKey": "discokey:61da95003fc737501652dce01501baae93f00731edf849a594eee8d5815ab711", - "Addresses": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "AllowedIPs": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "Endpoints": ["77.164.248.136:43862", "10.65.0.27:43862", "172.17.0.1:43862"], + "Key": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "DiscoKey": "discokey:ef81383b6b812efcc5dc1b0ab2e9abd8ab269a7cabfce686433bb8f3e5df0a0b", + "Addresses": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "AllowedIPs": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "Endpoints": ["77.164.248.136:43878", "10.65.0.27:43878", "172.17.0.1:43878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 34571}, - {"Proto": "peerapi6", "Port": 34571} + {"Proto": "peerapi4", "Port": 65109}, + {"Proto": "peerapi6", "Port": 65109} ]}, - "Created": "2026-04-09T01:32:59.785205708Z", + "Created": "2026-04-09T08:39:02.510543913Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5808076510185782, - "StableID": "nwK8PdKVMn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "DiscoKey": "discokey:0904bd85e3c93fa56849ff0ee1c1fefb48ac9646a434dae8a3591ca243659c5b", - "Addresses": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "AllowedIPs": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "Endpoints": ["77.164.248.136:52589", "10.65.0.27:52589", "172.17.0.1:52589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 37532}, - {"Proto": "peerapi6", "Port": 37532} - ]}, - "Created": "2026-04-09T01:33:03.665573834Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5880091384430596, - "StableID": "nZmUDj27vn11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "DiscoKey": "discokey:10ff2d54ee7a782cfef8768141e9cfa78b8af3c5ac1a38a949ac562c5c544435", - "Addresses": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "AllowedIPs": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "Endpoints": ["77.164.248.136:39662", "10.65.0.27:39662", "172.17.0.1:39662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47651}, - {"Proto": "peerapi6", "Port": 47651} - ]}, - "Created": "2026-04-09T01:33:01.495767038Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5965598026096133, - "StableID": "npGTLN9qao11CNTRL", + "ID": 1104827391641447, + "StableID": "n6i9JewNd911CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "DiscoKey": "discokey:8afdb1c635438c25fe8285d44cd64e7c03cb9c76974e53116f939bf54f69a16c", - "Addresses": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "AllowedIPs": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "Endpoints": ["77.164.248.136:37609", "10.65.0.27:37609", "172.17.0.1:37609"], + "Key": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "DiscoKey": "discokey:ceeb23de354978b23e2dd603553cd798efafdb9f0659b3eca0b808605edf9d44", + "Addresses": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "AllowedIPs": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "Endpoints": ["77.164.248.136:53190", "10.65.0.27:53190", "172.17.0.1:53190"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38819}, - {"Proto": "peerapi6", "Port": 38819} + {"Proto": "peerapi4", "Port": 40328}, + {"Proto": "peerapi6", "Port": 40328} ]}, - "Created": "2026-04-09T01:33:02.042350122Z", + "Created": "2026-04-09T08:39:04.940863075Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7321712273598929, - "StableID": "nNyLb2y1Bz11CNTRL", + "ID": 1351357071613915, + "StableID": "nLTzuor2ZB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "DiscoKey": "discokey:1db5574b41c3bd1507b851033a2480532689d3fb8f7229a164d601ee96a8aa32", + "Addresses": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "AllowedIPs": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65502}, + {"Proto": "peerapi6", "Port": 65502} + ]}, + "Created": "2026-04-09T08:39:07.071969099Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3210938643087638, + "StableID": "nuYiYyuE5S11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "DiscoKey": "discokey:4fd145203ee524865037b416ffdcb595cd23c831fc9b55eafb302978d3f1090a", + "Addresses": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "AllowedIPs": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "Endpoints": ["77.164.248.136:41283", "10.65.0.27:41283", "172.17.0.1:41283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65206}, + {"Proto": "peerapi6", "Port": 65206} + ]}, + "Created": "2026-04-09T08:39:06.508401883Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7139440002024299, + "StableID": "nzQg7zyTkx11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "DiscoKey": "discokey:93ce3cd49ea28b779fa2ec0b760ec74612ea5f7b0d5737fa6d44361ee9ce726e", + "Addresses": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "AllowedIPs": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "Endpoints": ["77.164.248.136:37779", "10.65.0.27:37779", "172.17.0.1:37779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53054}, + {"Proto": "peerapi6", "Port": 53054} + ]}, + "Created": "2026-04-09T08:39:04.125866488Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7384075165205446, + "StableID": "nF5mmj8Gfz11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:aa189da8944e2a00696d9fded9d6e04e9a64b023aa538c79b9f329c630273760", + "Addresses": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "AllowedIPs": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "Endpoints": ["77.164.248.136:39900", "10.65.0.27:39900", "172.17.0.1:39900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 40288}, + {"Proto": "peerapi6", "Port": 40288} + ]}, + "Created": "2026-04-09T08:39:08.689330916Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7393083758440859, + "StableID": "ncHqJtmLjz11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "DiscoKey": "discokey:a0072b922059ba192d9b7597c022fc294e1ded39f5456000e810df989eba6f02", - "Addresses": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "AllowedIPs": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "Endpoints": ["77.164.248.136:35475", "10.65.0.27:35475", "172.17.0.1:35475"], + "Key": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "DiscoKey": "discokey:cbeaacb40d0a6d6d24445fe0a8dfebf49c94d58a7473e194d3879fe633a21238", + "Addresses": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "AllowedIPs": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "Endpoints": ["77.164.248.136:59660", "10.65.0.27:59660", "172.17.0.1:59660"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63495}, - {"Proto": "peerapi6", "Port": 63495} + {"Proto": "peerapi4", "Port": 37405}, + {"Proto": "peerapi6", "Port": 37405} ]}, - "Created": "2026-04-09T01:33:02.58098586Z", + "Created": "2026-04-09T08:39:05.4273721Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8459967173999349, - "StableID": "nnoSNYzX4921CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "DiscoKey": "discokey:409e757c889c5657c84afedcf9828d26e77ec7f48a0b41910cba82897df6b024", - "Addresses": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "AllowedIPs": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "Endpoints": ["77.164.248.136:41413", "10.65.0.27:41413", "172.17.0.1:41413"], + "ID": 7810599324459176, + "StableID": "njeNAbCSz321CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:7a68db4cf5d78a7ca90f72cc67d82b13618777fa0d9a18c10ea91f26cff2cc13", + "Addresses": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "AllowedIPs": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "Endpoints": ["77.164.248.136:32869", "10.65.0.27:32869", "172.17.0.1:32869"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59750}, - {"Proto": "peerapi6", "Port": 59750} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60876}, + {"Proto": "peerapi6", "Port": 60876} ]}, - "Created": "2026-04-09T01:32:58.721957712Z", + "Created": "2026-04-09T08:39:08.128134969Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8098284337310522, + "StableID": "nD2kcSCjE621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "DiscoKey": "discokey:97f2e4ab76df581ceae94091618e78bda5b51800749a617626c39dd12772673a", + "Addresses": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "AllowedIPs": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "Endpoints": ["77.164.248.136:35405", "10.65.0.27:35405", "172.17.0.1:35405"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48137}, + {"Proto": "peerapi6", "Port": 48137} + ]}, + "Created": "2026-04-09T08:39:03.573535268Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16271,27 +16278,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "501640557204905": { - "ID": 501640557204905, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7865361533190886": { + "ID": 7865361533190886, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16322,22 +16331,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4641832314581842, - "StableID": "nRt2Sh4JFd11CNTRL", + "ID": 7384075165205446, + "StableID": "nF5mmj8Gfz11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:916231134097520544099a13ba298a2e6ebb6a7575a8cc3c88c52c7a392e6d5f", - "Addresses": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "AllowedIPs": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "Endpoints": ["77.164.248.136:59904", "10.65.0.27:59904", "172.17.0.1:59904"], + "Key": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:aa189da8944e2a00696d9fded9d6e04e9a64b023aa538c79b9f329c630273760", + "Addresses": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "AllowedIPs": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "Endpoints": ["77.164.248.136:39900", "10.65.0.27:39900", "172.17.0.1:39900"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 53611}, - {"Proto": "peerapi6", "Port": 53611}, + {"Proto": "peerapi4", "Port": 40288}, + {"Proto": "peerapi6", "Port": 40288}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:05.829667137Z", + "Created": "2026-04-09T08:39:08.689330916Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16364,302 +16373,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "MachineKey": "mkey:9c52819e279b962e683556bb1a8001acc60546187e82f06fc491fc2b9470b55d", + "NodeKey": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "MachineKey": "mkey:faa3546e288747955be91211a6587a5a6cb652b472dcf8f5d37e561e63b5e108", "Peers": [{ - "ID": 501640557204905, - "StableID": "nWTfFKFCv411CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "DiscoKey": "discokey:83570287015c6a5bec5cea2babb4bc93743083d7be95646e90ad89ca7b323b11", - "Addresses": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "AllowedIPs": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "Endpoints": ["77.164.248.136:55884", "10.65.0.27:55884", "172.17.0.1:55884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61348}, - {"Proto": "peerapi6", "Port": 61348} - ]}, - "Created": "2026-04-09T01:33:03.126445472Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 520583929884035, - "StableID": "ncmDEirm4511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "DiscoKey": "discokey:ec42aafe037c5948475798ba90b66e6248b0fb9884e5557bf18b5060d657f84e", - "Addresses": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "AllowedIPs": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "Endpoints": ["77.164.248.136:33343", "10.65.0.27:33343", "172.17.0.1:33343"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 52959}, - {"Proto": "peerapi6", "Port": 52959} - ]}, - "Created": "2026-04-09T01:33:04.755711408Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1666211309411387, - "StableID": "n4jvjeYd1E11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "DiscoKey": "discokey:d8ab129bff234813b3483830cca77b53500de9ddaceac7aaf655ee386af46120", - "Addresses": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "AllowedIPs": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "Endpoints": ["77.164.248.136:37538", "10.65.0.27:37538", "172.17.0.1:37538"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56024}, - {"Proto": "peerapi6", "Port": 56024} - ]}, - "Created": "2026-04-09T01:33:00.961956028Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2425748962375657, - "StableID": "n6ZeD6KdwK11CNTRL", + "ID": 10003921991651, + "StableID": "nAi7LbnX5111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "DiscoKey": "discokey:c0fe20a1ad7ebf531792f1012e37f6c161e8d1d555fe5e42576efbf248a1a43a", - "Addresses": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "AllowedIPs": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "Endpoints": ["77.164.248.136:34285", "10.65.0.27:34285", "172.17.0.1:34285"], + "Key": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "DiscoKey": "discokey:6f37002ea40e1fbb4beb0e2570ee1d9d2abd9efe3f9bce6cf5e2f749e9fdd907", + "Addresses": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "AllowedIPs": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "Endpoints": ["77.164.248.136:45434", "10.65.0.27:45434", "172.17.0.1:45434"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60883}, - {"Proto": "peerapi6", "Port": 60883} + {"Proto": "peerapi4", "Port": 36953}, + {"Proto": "peerapi6", "Port": 36953} ]}, - "Created": "2026-04-09T01:32:59.243230001Z", + "Created": "2026-04-09T08:39:01.965052174Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2462688969456115, - "StableID": "n64d9UfMEL11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:e5d60107cce3f030bbe3129cd61faaff2d8ff9d46e0be6bcbec34b35e06b9d2a", - "Addresses": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "AllowedIPs": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "Endpoints": ["77.164.248.136:49862", "10.65.0.27:49862", "172.17.0.1:49862"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55116}, - {"Proto": "peerapi6", "Port": 55116} - ]}, - "Created": "2026-04-09T01:33:05.297462974Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3350520869130036, - "StableID": "nBEMt6WTAT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 182361362206406, + "StableID": "nqWS7nKbR211CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "DiscoKey": "discokey:06140030ddac8ef1d1d829c040dd790944db039f488fbb4a875faab6143c1532", - "Addresses": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "AllowedIPs": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "Endpoints": ["77.164.248.136:43250", "10.65.0.27:43250", "172.17.0.1:43250"], + "Key": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "DiscoKey": "discokey:5275d103e8acde2706fc32c4abb494090c412ac87d9a849aa08984621c5b954d", + "Addresses": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "AllowedIPs": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "Endpoints": ["77.164.248.136:45016", "10.65.0.27:45016", "172.17.0.1:45016"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60240}, - {"Proto": "peerapi6", "Port": 60240} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 32841}, + {"Proto": "peerapi6", "Port": 32841} ]}, - "Created": "2026-04-09T01:33:04.214185391Z", + "Created": "2026-04-09T08:39:01.487388887Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 3482619282399791, - "StableID": "niiLKBWHCU11CNTRL", + "ID": 314237359984231, + "StableID": "nW6uSzUKT311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "KeyExpiry": "2026-10-06T08:39:09Z", + "DiscoKey": "discokey:a81ef0322395719cc8df64814a645a1733228dfd7279a8911f0849261e87d741", + "Addresses": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "AllowedIPs": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "Endpoints": ["77.164.248.136:54078", "10.65.0.27:54078", "172.17.0.1:54078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63873}, + {"Proto": "peerapi6", "Port": 63873} + ]}, + "Created": "2026-04-09T08:39:09.202832663Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 472570624693547, + "StableID": "n451sUd2h411CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "DiscoKey": "discokey:533a8a1c5e1997c9db625f6ae44406c7378b0d318b443c01f255f350e7820030", - "Addresses": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "AllowedIPs": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "DiscoKey": "discokey:59636bc7cfb051f331b0f9c6c0107a0f8572a5ff5f14cb0c3c859181624aa657", + "Addresses": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], + "AllowedIPs": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 48903}, - {"Proto": "peerapi6", "Port": 48903} + {"Proto": "peerapi4", "Port": 46275}, + {"Proto": "peerapi6", "Port": 46275} ]}, - "Created": "2026-04-09T01:33:00.392012756Z", + "Created": "2026-04-09T08:39:03.039785571Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4766473037226295, - "StableID": "nvWDHXAkDe11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "KeyExpiry": "2026-10-06T01:33:06Z", - "DiscoKey": "discokey:2d3b46bccf1cd60dc10d4c79fa01f3e46a11ce2fd8c028c49d8b217ed5535c7a", - "Addresses": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "AllowedIPs": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "Endpoints": ["77.164.248.136:45839", "10.65.0.27:45839", "172.17.0.1:45839"], + "ID": 767726733228069, + "StableID": "n4zbT1thz611CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "DiscoKey": "discokey:88ae2093aca7625994ee9e357d2cd6c524cda0df32a63501da75a31b89da9c4e", + "Addresses": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "AllowedIPs": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "Endpoints": ["77.164.248.136:47438", "10.65.0.27:47438", "172.17.0.1:47438"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 39183}, - {"Proto": "peerapi6", "Port": 39183} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 54869}, + {"Proto": "peerapi6", "Port": 54869} ]}, - "Created": "2026-04-09T01:33:06.379993459Z", + "Created": "2026-04-09T08:39:07.607908892Z", "Cap": 131, + "Tags": ["tag:server"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 5037578251610297, - "StableID": "nr3gi2eXLg11CNTRL", + "ID": 980951961653225, + "StableID": "n6PsjnwGf811CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "DiscoKey": "discokey:61da95003fc737501652dce01501baae93f00731edf849a594eee8d5815ab711", - "Addresses": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "AllowedIPs": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "Endpoints": ["77.164.248.136:43862", "10.65.0.27:43862", "172.17.0.1:43862"], + "Key": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "DiscoKey": "discokey:ef81383b6b812efcc5dc1b0ab2e9abd8ab269a7cabfce686433bb8f3e5df0a0b", + "Addresses": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "AllowedIPs": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "Endpoints": ["77.164.248.136:43878", "10.65.0.27:43878", "172.17.0.1:43878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 34571}, - {"Proto": "peerapi6", "Port": 34571} + {"Proto": "peerapi4", "Port": 65109}, + {"Proto": "peerapi6", "Port": 65109} ]}, - "Created": "2026-04-09T01:32:59.785205708Z", + "Created": "2026-04-09T08:39:02.510543913Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5808076510185782, - "StableID": "nwK8PdKVMn11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "DiscoKey": "discokey:0904bd85e3c93fa56849ff0ee1c1fefb48ac9646a434dae8a3591ca243659c5b", - "Addresses": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "AllowedIPs": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "Endpoints": ["77.164.248.136:52589", "10.65.0.27:52589", "172.17.0.1:52589"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 37532}, - {"Proto": "peerapi6", "Port": 37532} - ]}, - "Created": "2026-04-09T01:33:03.665573834Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 5880091384430596, - "StableID": "nZmUDj27vn11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "DiscoKey": "discokey:10ff2d54ee7a782cfef8768141e9cfa78b8af3c5ac1a38a949ac562c5c544435", - "Addresses": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "AllowedIPs": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "Endpoints": ["77.164.248.136:39662", "10.65.0.27:39662", "172.17.0.1:39662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47651}, - {"Proto": "peerapi6", "Port": 47651} - ]}, - "Created": "2026-04-09T01:33:01.495767038Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5965598026096133, - "StableID": "npGTLN9qao11CNTRL", + "ID": 1104827391641447, + "StableID": "n6i9JewNd911CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "DiscoKey": "discokey:8afdb1c635438c25fe8285d44cd64e7c03cb9c76974e53116f939bf54f69a16c", - "Addresses": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "AllowedIPs": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "Endpoints": ["77.164.248.136:37609", "10.65.0.27:37609", "172.17.0.1:37609"], + "Key": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "DiscoKey": "discokey:ceeb23de354978b23e2dd603553cd798efafdb9f0659b3eca0b808605edf9d44", + "Addresses": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "AllowedIPs": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "Endpoints": ["77.164.248.136:53190", "10.65.0.27:53190", "172.17.0.1:53190"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38819}, - {"Proto": "peerapi6", "Port": 38819} + {"Proto": "peerapi4", "Port": 40328}, + {"Proto": "peerapi6", "Port": 40328} ]}, - "Created": "2026-04-09T01:33:02.042350122Z", + "Created": "2026-04-09T08:39:04.940863075Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7321712273598929, - "StableID": "nNyLb2y1Bz11CNTRL", + "ID": 1351357071613915, + "StableID": "nLTzuor2ZB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "DiscoKey": "discokey:1db5574b41c3bd1507b851033a2480532689d3fb8f7229a164d601ee96a8aa32", + "Addresses": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "AllowedIPs": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65502}, + {"Proto": "peerapi6", "Port": 65502} + ]}, + "Created": "2026-04-09T08:39:07.071969099Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 3210938643087638, + "StableID": "nuYiYyuE5S11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "DiscoKey": "discokey:4fd145203ee524865037b416ffdcb595cd23c831fc9b55eafb302978d3f1090a", + "Addresses": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "AllowedIPs": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "Endpoints": ["77.164.248.136:41283", "10.65.0.27:41283", "172.17.0.1:41283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65206}, + {"Proto": "peerapi6", "Port": 65206} + ]}, + "Created": "2026-04-09T08:39:06.508401883Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7139440002024299, + "StableID": "nzQg7zyTkx11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "DiscoKey": "discokey:93ce3cd49ea28b779fa2ec0b760ec74612ea5f7b0d5737fa6d44361ee9ce726e", + "Addresses": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "AllowedIPs": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "Endpoints": ["77.164.248.136:37779", "10.65.0.27:37779", "172.17.0.1:37779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53054}, + {"Proto": "peerapi6", "Port": 53054} + ]}, + "Created": "2026-04-09T08:39:04.125866488Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7393083758440859, + "StableID": "ncHqJtmLjz11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "DiscoKey": "discokey:a0072b922059ba192d9b7597c022fc294e1ded39f5456000e810df989eba6f02", - "Addresses": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "AllowedIPs": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "Endpoints": ["77.164.248.136:35475", "10.65.0.27:35475", "172.17.0.1:35475"], + "Key": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "DiscoKey": "discokey:cbeaacb40d0a6d6d24445fe0a8dfebf49c94d58a7473e194d3879fe633a21238", + "Addresses": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "AllowedIPs": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "Endpoints": ["77.164.248.136:59660", "10.65.0.27:59660", "172.17.0.1:59660"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63495}, - {"Proto": "peerapi6", "Port": 63495} + {"Proto": "peerapi4", "Port": 37405}, + {"Proto": "peerapi6", "Port": 37405} ]}, - "Created": "2026-04-09T01:33:02.58098586Z", + "Created": "2026-04-09T08:39:05.4273721Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8459967173999349, - "StableID": "nnoSNYzX4921CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "DiscoKey": "discokey:409e757c889c5657c84afedcf9828d26e77ec7f48a0b41910cba82897df6b024", - "Addresses": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "AllowedIPs": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "Endpoints": ["77.164.248.136:41413", "10.65.0.27:41413", "172.17.0.1:41413"], + "ID": 7810599324459176, + "StableID": "njeNAbCSz321CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:7a68db4cf5d78a7ca90f72cc67d82b13618777fa0d9a18c10ea91f26cff2cc13", + "Addresses": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "AllowedIPs": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59750}, - {"Proto": "peerapi6", "Port": 59750} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60876}, + {"Proto": "peerapi6", "Port": 60876} ]}, - "Created": "2026-04-09T01:32:58.721957712Z", + "Created": "2026-04-09T08:39:08.128134969Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7865361533190886, + "StableID": "nRtK2CiER421CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "DiscoKey": "discokey:7ff7af19b6dfd47c9d2cd93bc8b71ba1b34a9c7279f0850588da5ad60c3cf06a", + "Addresses": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "AllowedIPs": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "Endpoints": ["77.164.248.136:54044", "10.65.0.27:54044", "172.17.0.1:54044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 37488}, + {"Proto": "peerapi6", "Port": 37488} + ]}, + "Created": "2026-04-09T08:39:06.017678962Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8098284337310522, + "StableID": "nD2kcSCjE621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "DiscoKey": "discokey:97f2e4ab76df581ceae94091618e78bda5b51800749a617626c39dd12772673a", + "Addresses": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "AllowedIPs": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "Endpoints": ["77.164.248.136:35405", "10.65.0.27:35405", "172.17.0.1:35405"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48137}, + {"Proto": "peerapi6", "Port": 48137} + ]}, + "Created": "2026-04-09T08:39:03.573535268Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16687,7 +16694,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.106.149.107"}, {"nodeIP": "fd7a:115c:a1e0::2f37:956b"}], + "principals": [{"nodeIP": "100.66.42.80"}, {"nodeIP": "fd7a:115c:a1e0::ac37:2a50"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -16696,7 +16703,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.106.149.107"}, {"nodeIP": "fd7a:115c:a1e0::2f37:956b"}], + "principals": [{"nodeIP": "100.66.42.80"}, {"nodeIP": "fd7a:115c:a1e0::ac37:2a50"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17525,26 +17532,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.106.149.107"}, {"nodeIP": "fd7a:115c:a1e0::2f37:956b"}], + "principals": [{"nodeIP": "100.66.42.80"}, {"nodeIP": "fd7a:115c:a1e0::ac37:2a50"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -17553,7 +17561,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.106.149.107"}, {"nodeIP": "fd7a:115c:a1e0::2f37:956b"}], + "principals": [{"nodeIP": "100.66.42.80"}, {"nodeIP": "fd7a:115c:a1e0::ac37:2a50"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17590,21 +17598,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5808076510185782, - "StableID": "nwK8PdKVMn11CNTRL", + "ID": 3210938643087638, + "StableID": "nuYiYyuE5S11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 5808076510185782, - "Key": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "DiscoKey": "discokey:0904bd85e3c93fa56849ff0ee1c1fefb48ac9646a434dae8a3591ca243659c5b", - "Addresses": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "AllowedIPs": ["100.121.109.76/32", "fd7a:115c:a1e0::d637:6d4c/128"], - "Endpoints": ["77.164.248.136:52589", "10.65.0.27:52589", "172.17.0.1:52589"], + "User": 3210938643087638, + "Key": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "DiscoKey": "discokey:4fd145203ee524865037b416ffdcb595cd23c831fc9b55eafb302978d3f1090a", + "Addresses": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "AllowedIPs": ["100.127.90.124/32", "fd7a:115c:a1e0::9037:5a7c/128"], + "Endpoints": ["77.164.248.136:41283", "10.65.0.27:41283", "172.17.0.1:41283"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 37532}, - {"Proto": "peerapi6", "Port": 37532}, + {"Proto": "peerapi4", "Port": 65206}, + {"Proto": "peerapi6", "Port": 65206}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:03.665573834Z", + "Created": "2026-04-09T08:39:06.508401883Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17632,300 +17640,299 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:fede8b6bce5a93167f9beea082adfbd3f59777ab86932553d80fd6f7d6796d4b", - "MachineKey": "mkey:44e12e24056a89faba7366a8b53607af99efe02c84d53c394bcfd9086b97467b", + "NodeKey": "nodekey:51249909907c39b0a398a27c877c7f423f870df666ad0261214f5ed290ff5a7b", + "MachineKey": "mkey:8966c5360be42a3a70fe0eeadd36b370995320b2dd9ec943e0abf22525b26565", "Peers": [{ - "ID": 501640557204905, - "StableID": "nWTfFKFCv411CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:781c3cbd8f79df5a899c180f0df5240714d02b21164efbff8a35a8506e96b249", - "DiscoKey": "discokey:83570287015c6a5bec5cea2babb4bc93743083d7be95646e90ad89ca7b323b11", - "Addresses": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "AllowedIPs": ["100.86.178.74/32", "fd7a:115c:a1e0::6e37:b24a/128"], - "Endpoints": ["77.164.248.136:55884", "10.65.0.27:55884", "172.17.0.1:55884"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61348}, - {"Proto": "peerapi6", "Port": 61348} - ]}, - "Created": "2026-04-09T01:33:03.126445472Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 520583929884035, - "StableID": "ncmDEirm4511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e6bebb222d8247b80688fb1293c4056cb1a10f3d38af1da35d7e299621c8a51", - "DiscoKey": "discokey:ec42aafe037c5948475798ba90b66e6248b0fb9884e5557bf18b5060d657f84e", - "Addresses": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "AllowedIPs": ["100.92.138.82/32", "fd7a:115c:a1e0::6237:8a52/128"], - "Endpoints": ["77.164.248.136:33343", "10.65.0.27:33343", "172.17.0.1:33343"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 52959}, - {"Proto": "peerapi6", "Port": 52959} - ]}, - "Created": "2026-04-09T01:33:04.755711408Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1666211309411387, - "StableID": "n4jvjeYd1E11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:48e91e9dafcb8c89912d9165fb0b6f5ab71ba07f8726a0f0c598a4da85c7a450", - "DiscoKey": "discokey:d8ab129bff234813b3483830cca77b53500de9ddaceac7aaf655ee386af46120", - "Addresses": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "AllowedIPs": ["100.71.164.81/32", "fd7a:115c:a1e0::8537:a451/128"], - "Endpoints": ["77.164.248.136:37538", "10.65.0.27:37538", "172.17.0.1:37538"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56024}, - {"Proto": "peerapi6", "Port": 56024} - ]}, - "Created": "2026-04-09T01:33:00.961956028Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 2425748962375657, - "StableID": "n6ZeD6KdwK11CNTRL", + "ID": 10003921991651, + "StableID": "nAi7LbnX5111CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f94aef58bc3a1f6ee1908da9a7dabb70524825c04de7e4c89b303e701aaaa65f", - "DiscoKey": "discokey:c0fe20a1ad7ebf531792f1012e37f6c161e8d1d555fe5e42576efbf248a1a43a", - "Addresses": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "AllowedIPs": ["100.106.166.96/32", "fd7a:115c:a1e0::1a37:a660/128"], - "Endpoints": ["77.164.248.136:34285", "10.65.0.27:34285", "172.17.0.1:34285"], + "Key": "nodekey:8dee268fab88929e985ed8b0c188d3b1962c8049e975e94be8d8b0cddee1b650", + "DiscoKey": "discokey:6f37002ea40e1fbb4beb0e2570ee1d9d2abd9efe3f9bce6cf5e2f749e9fdd907", + "Addresses": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "AllowedIPs": ["100.97.182.81/32", "fd7a:115c:a1e0::de37:b651/128"], + "Endpoints": ["77.164.248.136:45434", "10.65.0.27:45434", "172.17.0.1:45434"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 60883}, - {"Proto": "peerapi6", "Port": 60883} + {"Proto": "peerapi4", "Port": 36953}, + {"Proto": "peerapi6", "Port": 36953} ]}, - "Created": "2026-04-09T01:32:59.243230001Z", + "Created": "2026-04-09T08:39:01.965052174Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2462688969456115, - "StableID": "n64d9UfMEL11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:640dff57e74657b1b16e543ad460e1169cfd3b21bb31edd21c855bdb57271070", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:e5d60107cce3f030bbe3129cd61faaff2d8ff9d46e0be6bcbec34b35e06b9d2a", - "Addresses": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "AllowedIPs": ["100.103.16.113/32", "fd7a:115c:a1e0::5737:1071/128"], - "Endpoints": ["77.164.248.136:49862", "10.65.0.27:49862", "172.17.0.1:49862"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 55116}, - {"Proto": "peerapi6", "Port": 55116} - ]}, - "Created": "2026-04-09T01:33:05.297462974Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3350520869130036, - "StableID": "nBEMt6WTAT11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 182361362206406, + "StableID": "nqWS7nKbR211CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e46572d396c19c329312cb3bef6a109344f842e404429f3f1aa14db03066e602", - "DiscoKey": "discokey:06140030ddac8ef1d1d829c040dd790944db039f488fbb4a875faab6143c1532", - "Addresses": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "AllowedIPs": ["100.102.230.3/32", "fd7a:115c:a1e0::3037:e603/128"], - "Endpoints": ["77.164.248.136:43250", "10.65.0.27:43250", "172.17.0.1:43250"], + "Key": "nodekey:c104be849ae1e84364b7f881fd9d4d0eaabf6d1f9c01077e0e15723111846334", + "DiscoKey": "discokey:5275d103e8acde2706fc32c4abb494090c412ac87d9a849aa08984621c5b954d", + "Addresses": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "AllowedIPs": ["100.68.99.53/32", "fd7a:115c:a1e0::1137:6335/128"], + "Endpoints": ["77.164.248.136:45016", "10.65.0.27:45016", "172.17.0.1:45016"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 60240}, - {"Proto": "peerapi6", "Port": 60240} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 32841}, + {"Proto": "peerapi6", "Port": 32841} ]}, - "Created": "2026-04-09T01:33:04.214185391Z", + "Created": "2026-04-09T08:39:01.487388887Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 3482619282399791, - "StableID": "niiLKBWHCU11CNTRL", + "ID": 314237359984231, + "StableID": "nW6uSzUKT311CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:048b8c4243c991f4fc9556260a9301e0b23d63ae79c77e7f5e019157cd96287d", + "KeyExpiry": "2026-10-06T08:39:09Z", + "DiscoKey": "discokey:a81ef0322395719cc8df64814a645a1733228dfd7279a8911f0849261e87d741", + "Addresses": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "AllowedIPs": ["100.86.40.126/32", "fd7a:115c:a1e0::cd37:287e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 63873}, + {"Proto": "peerapi6", "Port": 63873} + ]}, + "Created": "2026-04-09T08:39:09.202832663Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 472570624693547, + "StableID": "n451sUd2h411CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bcf2bb05ed891eeb1b91073fd6a6c8acd3f1a5e265f26aca638c8fa2f33c0206", - "DiscoKey": "discokey:533a8a1c5e1997c9db625f6ae44406c7378b0d318b443c01f255f350e7820030", - "Addresses": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "AllowedIPs": ["100.124.2.7/32", "fd7a:115c:a1e0::f337:207/128"], - "Endpoints": ["77.164.248.136:50978", "10.65.0.27:50978", "172.17.0.1:50978"], + "Key": "nodekey:809fcf868d1e75ee0410632bd8b7a4a015524d4bde67e1df25b203a35b0a5b5f", + "DiscoKey": "discokey:59636bc7cfb051f331b0f9c6c0107a0f8572a5ff5f14cb0c3c859181624aa657", + "Addresses": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], + "AllowedIPs": ["100.74.91.96/32", "fd7a:115c:a1e0::5b37:5b60/128"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 48903}, - {"Proto": "peerapi6", "Port": 48903} + {"Proto": "peerapi4", "Port": 46275}, + {"Proto": "peerapi6", "Port": 46275} ]}, - "Created": "2026-04-09T01:33:00.392012756Z", + "Created": "2026-04-09T08:39:03.039785571Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 4641832314581842, - "StableID": "nRt2Sh4JFd11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:f9b7bf705b423a8921ab83b6cd7d500cabdd4b6822a211f729d27b3a2faa956a", - "KeyExpiry": "2026-10-06T01:33:05Z", - "DiscoKey": "discokey:916231134097520544099a13ba298a2e6ebb6a7575a8cc3c88c52c7a392e6d5f", - "Addresses": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "AllowedIPs": ["100.106.149.107/32", "fd7a:115c:a1e0::2f37:956b/128"], - "Endpoints": ["77.164.248.136:59904", "10.65.0.27:59904", "172.17.0.1:59904"], + "ID": 767726733228069, + "StableID": "n4zbT1thz611CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:23d38d227d017ac676a35a0d1a84c3eaf4e2aac64132370a1d5810f4ec9b654f", + "DiscoKey": "discokey:88ae2093aca7625994ee9e357d2cd6c524cda0df32a63501da75a31b89da9c4e", + "Addresses": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "AllowedIPs": ["100.91.101.80/32", "fd7a:115c:a1e0::ec37:6550/128"], + "Endpoints": ["77.164.248.136:47438", "10.65.0.27:47438", "172.17.0.1:47438"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 53611}, - {"Proto": "peerapi6", "Port": 53611} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 54869}, + {"Proto": "peerapi6", "Port": 54869} ]}, - "Created": "2026-04-09T01:33:05.829667137Z", + "Created": "2026-04-09T08:39:07.607908892Z", "Cap": 131, + "Tags": ["tag:server"], "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 4766473037226295, - "StableID": "nvWDHXAkDe11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:f7ff583c9534396e27b18862165cbdb8feb2a3bfd206c3ce08024609c9aa262d", - "KeyExpiry": "2026-10-06T01:33:06Z", - "DiscoKey": "discokey:2d3b46bccf1cd60dc10d4c79fa01f3e46a11ce2fd8c028c49d8b217ed5535c7a", - "Addresses": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "AllowedIPs": ["100.106.38.46/32", "fd7a:115c:a1e0::c937:262e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 39183}, - {"Proto": "peerapi6", "Port": 39183} - ]}, - "Created": "2026-04-09T01:33:06.379993459Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5037578251610297, - "StableID": "nr3gi2eXLg11CNTRL", + "ID": 980951961653225, + "StableID": "n6PsjnwGf811CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:74e57d8ffc2b9e6387cba750016de0bde98cf303f9da35cab8ab480760cfc847", - "DiscoKey": "discokey:61da95003fc737501652dce01501baae93f00731edf849a594eee8d5815ab711", - "Addresses": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "AllowedIPs": ["100.79.200.72/32", "fd7a:115c:a1e0::6037:c848/128"], - "Endpoints": ["77.164.248.136:43862", "10.65.0.27:43862", "172.17.0.1:43862"], + "Key": "nodekey:03516b00528d1db0f1a5785b73703f80080ddcaa7caafb2d69a02b9477067133", + "DiscoKey": "discokey:ef81383b6b812efcc5dc1b0ab2e9abd8ab269a7cabfce686433bb8f3e5df0a0b", + "Addresses": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "AllowedIPs": ["100.70.113.52/32", "fd7a:115c:a1e0::7737:7134/128"], + "Endpoints": ["77.164.248.136:43878", "10.65.0.27:43878", "172.17.0.1:43878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 34571}, - {"Proto": "peerapi6", "Port": 34571} + {"Proto": "peerapi4", "Port": 65109}, + {"Proto": "peerapi6", "Port": 65109} ]}, - "Created": "2026-04-09T01:32:59.785205708Z", + "Created": "2026-04-09T08:39:02.510543913Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5880091384430596, - "StableID": "nZmUDj27vn11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33d1d95e025415816cb547c9f7a840aabae6b4b8eb3c1e4d6c696716022d563f", - "DiscoKey": "discokey:10ff2d54ee7a782cfef8768141e9cfa78b8af3c5ac1a38a949ac562c5c544435", - "Addresses": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "AllowedIPs": ["100.109.86.64/32", "fd7a:115c:a1e0::237:5640/128"], - "Endpoints": ["77.164.248.136:39662", "10.65.0.27:39662", "172.17.0.1:39662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47651}, - {"Proto": "peerapi6", "Port": 47651} - ]}, - "Created": "2026-04-09T01:33:01.495767038Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5965598026096133, - "StableID": "npGTLN9qao11CNTRL", + "ID": 1104827391641447, + "StableID": "n6i9JewNd911CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8d5c42a588701306eb37dbc19c59605f8f4ce916fd45e4d469a1132d045bfd71", - "DiscoKey": "discokey:8afdb1c635438c25fe8285d44cd64e7c03cb9c76974e53116f939bf54f69a16c", - "Addresses": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "AllowedIPs": ["100.91.253.114/32", "fd7a:115c:a1e0::437:fd73/128"], - "Endpoints": ["77.164.248.136:37609", "10.65.0.27:37609", "172.17.0.1:37609"], + "Key": "nodekey:8eb97a1368c0d2eff9d772f4fdee115daf266695848c9371365854a084336048", + "DiscoKey": "discokey:ceeb23de354978b23e2dd603553cd798efafdb9f0659b3eca0b808605edf9d44", + "Addresses": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "AllowedIPs": ["100.115.96.73/32", "fd7a:115c:a1e0::8437:6049/128"], + "Endpoints": ["77.164.248.136:53190", "10.65.0.27:53190", "172.17.0.1:53190"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 38819}, - {"Proto": "peerapi6", "Port": 38819} + {"Proto": "peerapi4", "Port": 40328}, + {"Proto": "peerapi6", "Port": 40328} ]}, - "Created": "2026-04-09T01:33:02.042350122Z", + "Created": "2026-04-09T08:39:04.940863075Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7321712273598929, - "StableID": "nNyLb2y1Bz11CNTRL", + "ID": 1351357071613915, + "StableID": "nLTzuor2ZB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fcc21e4420d1e10530dfa0b56c18d8f3025ac84f1c7f65bc7b1ea47c5de88f6a", + "DiscoKey": "discokey:1db5574b41c3bd1507b851033a2480532689d3fb8f7229a164d601ee96a8aa32", + "Addresses": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "AllowedIPs": ["100.104.143.107/32", "fd7a:115c:a1e0::5d37:8f6b/128"], + "Endpoints": ["77.164.248.136:58021", "10.65.0.27:58021", "172.17.0.1:58021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 65502}, + {"Proto": "peerapi6", "Port": 65502} + ]}, + "Created": "2026-04-09T08:39:07.071969099Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7139440002024299, + "StableID": "nzQg7zyTkx11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e18e16fca5ed64bd1fe5d13968ac3482144a1badd22845782484968c6dbf7474", + "DiscoKey": "discokey:93ce3cd49ea28b779fa2ec0b760ec74612ea5f7b0d5737fa6d44361ee9ce726e", + "Addresses": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "AllowedIPs": ["100.127.116.117/32", "fd7a:115c:a1e0::6d37:7475/128"], + "Endpoints": ["77.164.248.136:37779", "10.65.0.27:37779", "172.17.0.1:37779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 53054}, + {"Proto": "peerapi6", "Port": 53054} + ]}, + "Created": "2026-04-09T08:39:04.125866488Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7384075165205446, + "StableID": "nF5mmj8Gfz11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:80b46e4d180a9638c6bf734f1ea18e738c3082da87908a62d90fc66bac422a4f", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:aa189da8944e2a00696d9fded9d6e04e9a64b023aa538c79b9f329c630273760", + "Addresses": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "AllowedIPs": ["100.66.42.80/32", "fd7a:115c:a1e0::ac37:2a50/128"], + "Endpoints": ["77.164.248.136:39900", "10.65.0.27:39900", "172.17.0.1:39900"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 40288}, + {"Proto": "peerapi6", "Port": 40288} + ]}, + "Created": "2026-04-09T08:39:08.689330916Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7393083758440859, + "StableID": "ncHqJtmLjz11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d10a93d96412e636e7f938a726eecca7c461c17d597be5295d7596e47d38f02a", - "DiscoKey": "discokey:a0072b922059ba192d9b7597c022fc294e1ded39f5456000e810df989eba6f02", - "Addresses": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "AllowedIPs": ["100.120.240.43/32", "fd7a:115c:a1e0::7d37:f02b/128"], - "Endpoints": ["77.164.248.136:35475", "10.65.0.27:35475", "172.17.0.1:35475"], + "Key": "nodekey:c8ec9776ccd54a07cb4106c4a9ea747c555006f5fb8c0b638ff01013cac7812a", + "DiscoKey": "discokey:cbeaacb40d0a6d6d24445fe0a8dfebf49c94d58a7473e194d3879fe633a21238", + "Addresses": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "AllowedIPs": ["100.71.129.43/32", "fd7a:115c:a1e0::ca37:812b/128"], + "Endpoints": ["77.164.248.136:59660", "10.65.0.27:59660", "172.17.0.1:59660"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 63495}, - {"Proto": "peerapi6", "Port": 63495} + {"Proto": "peerapi4", "Port": 37405}, + {"Proto": "peerapi6", "Port": 37405} ]}, - "Created": "2026-04-09T01:33:02.58098586Z", + "Created": "2026-04-09T08:39:05.4273721Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8459967173999349, - "StableID": "nnoSNYzX4921CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a33fd1cf9f9b64485f9c0ade9d3c018539aa7ace80e1845b666c6eec6c9cf276", - "DiscoKey": "discokey:409e757c889c5657c84afedcf9828d26e77ec7f48a0b41910cba82897df6b024", - "Addresses": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "AllowedIPs": ["100.92.242.119/32", "fd7a:115c:a1e0::6c37:f277/128"], - "Endpoints": ["77.164.248.136:41413", "10.65.0.27:41413", "172.17.0.1:41413"], + "ID": 7810599324459176, + "StableID": "njeNAbCSz321CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:451f9766f4509d1e70862cc9dced118dc9b6778041bd547164eb6fe7fd960344", + "KeyExpiry": "2026-10-06T08:39:08Z", + "DiscoKey": "discokey:7a68db4cf5d78a7ca90f72cc67d82b13618777fa0d9a18c10ea91f26cff2cc13", + "Addresses": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "AllowedIPs": ["100.86.3.69/32", "fd7a:115c:a1e0::fd37:345/128"], + "Endpoints": ["77.164.248.136:32869", "10.65.0.27:32869", "172.17.0.1:32869"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59750}, - {"Proto": "peerapi6", "Port": 59750} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 60876}, + {"Proto": "peerapi6", "Port": 60876} ]}, - "Created": "2026-04-09T01:32:58.721957712Z", + "Created": "2026-04-09T08:39:08.128134969Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7865361533190886, + "StableID": "nRtK2CiER421CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b4311e1cc211880889447d2ae32d1a67cfad8e60e4502384967724c55e3fc938", + "DiscoKey": "discokey:7ff7af19b6dfd47c9d2cd93bc8b71ba1b34a9c7279f0850588da5ad60c3cf06a", + "Addresses": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "AllowedIPs": ["100.127.201.57/32", "fd7a:115c:a1e0::5e37:c939/128"], + "Endpoints": ["77.164.248.136:54044", "10.65.0.27:54044", "172.17.0.1:54044"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 37488}, + {"Proto": "peerapi6", "Port": 37488} + ]}, + "Created": "2026-04-09T08:39:06.017678962Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8098284337310522, + "StableID": "nD2kcSCjE621CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c0a058ff8871bcb98a152269ab46690a5a471f3d6c78be2f467687d2abbab762", + "DiscoKey": "discokey:97f2e4ab76df581ceae94091618e78bda5b51800749a617626c39dd12772673a", + "Addresses": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "AllowedIPs": ["100.122.183.99/32", "fd7a:115c:a1e0::ab37:b763/128"], + "Endpoints": ["77.164.248.136:35405", "10.65.0.27:35405", "172.17.0.1:35405"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 48137}, + {"Proto": "peerapi6", "Port": 48137} + ]}, + "Created": "2026-04-09T08:39:03.573535268Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18773,27 +18780,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5808076510185782": { - "ID": 5808076510185782, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3210938643087638": { + "ID": 3210938643087638, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-d9.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-d9.hujson index 28ef6839..67397bcd 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-d9.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-d9.hujson @@ -3,7 +3,7 @@ // ssh d9 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:33:19Z +// Captured at: 2026-04-09T08:39:22Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-d9", "description": "ssh d9", "category": "ssh", - "captured_at": "2026-04-09T01:33:19.316363566Z", + "captured_at": "2026-04-09T08:39:22.045302236Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,14 +19,14 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["autogroup:self"], "src": ["autogroup:member"], - "users": ["localpart:*@passkey", "root"] + "users": ["localpart:*@example.com", "root"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} }, @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d9\",\n\t\"id\": \"ssh-d9\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@passkey\", \"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh d9\",\n\t\"id\": \"ssh-d9\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@example.com\", \"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-d9.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.79.250.103", - "ipv6": "fd7a:115c:a1e0::da37:fa68", + "ipv4": "100.71.24.40", + "ipv6": "fd7a:115c:a1e0::2637:1828", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.101.244.58", - "ipv6": "fd7a:115c:a1e0::1c37:f43a", + "ipv4": "100.125.189.76", + "ipv6": "fd7a:115c:a1e0::ee37:bd4c", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.113.187.77", - "ipv6": "fd7a:115c:a1e0::ff37:bb4d", + "ipv4": "100.103.254.38", + "ipv6": "fd7a:115c:a1e0::3e37:fe26", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.101.160.57", - "ipv6": "fd7a:115c:a1e0::d837:a039", + "ipv4": "100.115.195.123", + "ipv6": "fd7a:115c:a1e0::1837:c37b", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.120.11.123", - "ipv6": "fd7a:115c:a1e0::1437:b7b", + "ipv4": "100.108.198.69", + "ipv6": "fd7a:115c:a1e0::3c37:c645", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.110.85.88", - "ipv6": "fd7a:115c:a1e0::3137:5558", + "ipv4": "100.102.71.98", + "ipv6": "fd7a:115c:a1e0::b137:4762", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.106.192.56", - "ipv6": "fd7a:115c:a1e0::e937:c038", + "ipv4": "100.100.156.47", + "ipv6": "fd7a:115c:a1e0::5d37:9c30", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.89.141.107", - "ipv6": "fd7a:115c:a1e0::3237:8d6b", + "ipv4": "100.64.209.96", + "ipv6": "fd7a:115c:a1e0::4d37:d160", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.97.199.94", - "ipv6": "fd7a:115c:a1e0::b437:c75e", + "ipv4": "100.127.76.63", + "ipv6": "fd7a:115c:a1e0::8737:4c3f", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.105.223.123", - "ipv6": "fd7a:115c:a1e0::a337:df7b", + "ipv4": "100.81.53.99", + "ipv6": "fd7a:115c:a1e0::6537:3563", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.109.14.127", - "ipv6": "fd7a:115c:a1e0::5f37:e7f", + "ipv4": "100.69.55.120", + "ipv6": "fd7a:115c:a1e0::7c37:3778", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.75.9.29", - "ipv6": "fd7a:115c:a1e0::a37:91e", + "ipv4": "100.114.78.15", + "ipv6": "fd7a:115c:a1e0::bc37:4e0f", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.118.78.51", - "ipv6": "fd7a:115c:a1e0::3f37:4e33", + "ipv4": "100.105.49.59", + "ipv6": "fd7a:115c:a1e0::e337:313b", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.71.21.43", - "ipv6": "fd7a:115c:a1e0::bc37:152b", + "ipv4": "100.103.190.118", + "ipv6": "fd7a:115c:a1e0::fd37:be76", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.117.137.116", - "ipv6": "fd7a:115c:a1e0::8537:8974", + "ipv4": "100.97.47.94", + "ipv6": "fd7a:115c:a1e0::5037:2f5e", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2193420927327557, - "StableID": "niwBL1TQ8J11CNTRL", + "ID": 1588455926114987, + "StableID": "naaBnX3RQD11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 2193420927327557, - "Key": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "DiscoKey": "discokey:afa1f698b43026dd0a95cb29f1dff0c119173ece48907cb65fff7d02ba549602", - "Addresses": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "AllowedIPs": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "Endpoints": ["77.164.248.136:35494", "10.65.0.27:35494", "172.17.0.1:35494"], + "User": 1588455926114987, + "Key": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "DiscoKey": "discokey:21d266d89e2acbb545866d30002b38ccc801dddfa52726f3db40403a7037cf73", + "Addresses": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "AllowedIPs": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "Endpoints": ["77.164.248.136:59036", "10.65.0.27:59036", "172.17.0.1:59036"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 60963}, - {"Proto": "peerapi6", "Port": 60963}, + {"Proto": "peerapi4", "Port": 62196}, + {"Proto": "peerapi6", "Port": 62196}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:28.501614312Z", + "Created": "2026-04-09T08:39:30.718434667Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,300 +221,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "MachineKey": "mkey:d4356267c6073c008266e1336cfcca0d6454acb5c8a5a1ae17dfa9115b8b9c4d", + "NodeKey": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "MachineKey": "mkey:56a11bc2b90ad4a0c15e7c79cd9e6dac2bad2fab2e8f524ba52cc1fd0af53132", "Peers": [{ - "ID": 5348026474726, - "StableID": "nXVbn3VR3111CNTRL", + "ID": 769031061109750, + "StableID": "nB7wSE9J1711CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:3d604b76aebbd9e3e197e24403e9bb20b6dc21936d045e781f9ee2e3eba06866", - "Addresses": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "AllowedIPs": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "Endpoints": ["77.164.248.136:60609", "10.65.0.27:60609", "172.17.0.1:60609"], + "Key": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:a51671a21c3dc8b7b78bc44f3a9f574e732ebdde0545a7f185b907cef0cae731", + "Addresses": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "AllowedIPs": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "Endpoints": ["77.164.248.136:36665", "10.65.0.27:36665", "172.17.0.1:36665"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56579}, - {"Proto": "peerapi6", "Port": 56579} + {"Proto": "peerapi4", "Port": 54152}, + {"Proto": "peerapi6", "Port": 54152} ]}, - "Created": "2026-04-09T01:33:29.574409273Z", + "Created": "2026-04-09T08:39:31.794072995Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1481111305158334, - "StableID": "njb9DPHoZC11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "DiscoKey": "discokey:2ef3683d98d47dd996e4156e704e3199644e1d3a291b5b086e6de1073c270566", - "Addresses": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "AllowedIPs": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "Endpoints": ["77.164.248.136:58219", "10.65.0.27:58219", "172.17.0.1:58219"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 44498}, - {"Proto": "peerapi6", "Port": 44498} - ]}, - "Created": "2026-04-09T01:33:25.247673959Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1639693208202430, - "StableID": "nK5iwgxcoD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "DiscoKey": "discokey:514857769cd8007ebe69ec0c62d877436f49975e01e94037f2bd6f7eaf93046e", - "Addresses": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "AllowedIPs": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "Endpoints": ["77.164.248.136:46641", "10.65.0.27:46641", "172.17.0.1:46641"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 50559}, - {"Proto": "peerapi6", "Port": 50559} - ]}, - "Created": "2026-04-09T01:33:22.510198527Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1775348273904614, - "StableID": "nRp5aYP4sE11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "DiscoKey": "discokey:5bc8281b27685015c7255755af4c9817901018ad166c60da51259b93856c940f", - "Addresses": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "AllowedIPs": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "Endpoints": ["77.164.248.136:50404", "10.65.0.27:50404", "172.17.0.1:50404"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63540}, - {"Proto": "peerapi6", "Port": 63540} - ]}, - "Created": "2026-04-09T01:33:27.960539597Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2170201629493903, - "StableID": "npBYVyWtwH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "DiscoKey": "discokey:7f02c584dfb0826668fca02bb1c4182082b8fea29681157fb6d9b94b4ab4ac61", - "Addresses": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "AllowedIPs": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "Endpoints": ["77.164.248.136:40346", "10.65.0.27:40346", "172.17.0.1:40346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60579}, - {"Proto": "peerapi6", "Port": 60579} - ]}, - "Created": "2026-04-09T01:33:25.770568337Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2371682186030977, - "StableID": "ntUTL259XK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "DiscoKey": "discokey:8d9db7579ef5c122129d5631952f6f4109bfabbd14b9c46f1cc66dba7fb0353d", - "Addresses": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "AllowedIPs": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "Endpoints": ["77.164.248.136:40462", "10.65.0.27:40462", "172.17.0.1:40462"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58424}, - {"Proto": "peerapi6", "Port": 58424} - ]}, - "Created": "2026-04-09T01:33:23.612332936Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3731590466763119, - "StableID": "ne8NK8Z39W11CNTRL", + "ID": 1967169331515556, + "StableID": "nBG8akCwMG11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "DiscoKey": "discokey:d9e23227888b6a103bcf5975b88f8b68f91836000e8eafa26b6907c2d8626f53", - "Addresses": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "AllowedIPs": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "Endpoints": ["77.164.248.136:50265", "10.65.0.27:50265", "172.17.0.1:50265"], - "HomeDERP": 4, + "Key": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "DiscoKey": "discokey:793bea06c4ca120d718818b73328e79eecba4ba707c68d7c8827041a0f7c7425", + "Addresses": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "AllowedIPs": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "Endpoints": ["77.164.248.136:42716", "10.65.0.27:42716", "172.17.0.1:42716"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 52845}, - {"Proto": "peerapi6", "Port": 52845} + {"Proto": "peerapi4", "Port": 50987}, + {"Proto": "peerapi6", "Port": 50987} ]}, - "Created": "2026-04-09T01:33:26.857553089Z", + "Created": "2026-04-09T08:39:29.111575523Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5167714787595804, - "StableID": "nKimm47UMh11CNTRL", + "ID": 2623085362015595, + "StableID": "n4bE7G11VM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "DiscoKey": "discokey:f076069142eca8ea099b2f7591210daa7f6551c410691992f077b996ee46b54c", + "Addresses": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "AllowedIPs": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39478}, + {"Proto": "peerapi6", "Port": 39478} + ]}, + "Created": "2026-04-09T08:39:28.055198002Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3063779021018171, + "StableID": "nEYofDHbvQ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "DiscoKey": "discokey:339c5a3603fc3d7b847315ee96a315642950f07c1c2a4b3671671253136f6409", + "Addresses": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "AllowedIPs": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "Endpoints": ["77.164.248.136:42976", "10.65.0.27:42976", "172.17.0.1:42976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56139}, + {"Proto": "peerapi6", "Port": 56139} + ]}, + "Created": "2026-04-09T08:39:24.837193906Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3207729715324009, + "StableID": "ngn9bycn3S11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "KeyExpiry": "2026-10-06T08:39:32Z", + "DiscoKey": "discokey:7d3d53aab0bab66969e16cd6ff08d08418c70d677833839ff80eaa02aef87b46", + "Addresses": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "AllowedIPs": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 52601}, + {"Proto": "peerapi6", "Port": 52601} + ]}, + "Created": "2026-04-09T08:39:32.330979566Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3225440868568927, + "StableID": "nxB2Z1soBS11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:2ffbd3637be3c2ed3d039575895d4c207c3003b9655dfd069c8e9d35f05fb923", + "Addresses": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "AllowedIPs": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "Endpoints": ["77.164.248.136:54441", "10.65.0.27:54441", "172.17.0.1:54441"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 46902}, + {"Proto": "peerapi6", "Port": 46902} + ]}, + "Created": "2026-04-09T08:39:31.250420775Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3296345460280027, + "StableID": "nA2BXXQvjS11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "DiscoKey": "discokey:53e12423d84993321950132d24f3ceb3272953da7a96a7661611c37bfcd51214", - "Addresses": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "AllowedIPs": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "Endpoints": ["77.164.248.136:40636", "10.65.0.27:40636", "172.17.0.1:40636"], + "Key": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "DiscoKey": "discokey:0fe4850ba3dae39ec12d0c4e0ca71d7de479c71306cef5cc35f4958a099d673a", + "Addresses": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "AllowedIPs": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "Endpoints": ["77.164.248.136:36542", "10.65.0.27:36542", "172.17.0.1:36542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49218}, - {"Proto": "peerapi6", "Port": 49218} + {"Proto": "peerapi4", "Port": 52995}, + {"Proto": "peerapi6", "Port": 52995} ]}, - "Created": "2026-04-09T01:33:24.163237765Z", + "Created": "2026-04-09T08:39:26.442288954Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 5313981660471400, - "StableID": "nTJiTfHiVi11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "DiscoKey": "discokey:12b5c207f4d31d296215eca3f2b1a076bc3576017b82b4419865a8accf50c07a", - "Addresses": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "AllowedIPs": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "Endpoints": ["77.164.248.136:51304", "10.65.0.27:51304", "172.17.0.1:51304"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58766}, - {"Proto": "peerapi6", "Port": 58766} - ]}, - "Created": "2026-04-09T01:33:27.408106535Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6014850949443672, - "StableID": "n5RkWEw8yo11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "DiscoKey": "discokey:af40ae4ad8b4119bcf41577d4cf8333db4cbf6ec90da002da97dea1d386abc45", - "Addresses": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "AllowedIPs": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "Endpoints": ["77.164.248.136:53969", "10.65.0.27:53969", "172.17.0.1:53969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55513}, - {"Proto": "peerapi6", "Port": 55513} - ]}, - "Created": "2026-04-09T01:33:24.695125837Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6121194993996392, - "StableID": "nj4BawQJop11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "DiscoKey": "discokey:5125d03cf9178e6be44224ad49cdb915dbdb10fef4c55d9cd7acdac2d1b76d5b", - "Addresses": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "AllowedIPs": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "Endpoints": ["77.164.248.136:46631", "10.65.0.27:46631", "172.17.0.1:46631"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37627}, - {"Proto": "peerapi6", "Port": 37627} - ]}, - "Created": "2026-04-09T01:33:23.071891416Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6398066386509432, - "StableID": "nRjkRaMhxr11CNTRL", + "ID": 4168869391886096, + "StableID": "nmDEYX86ZZ11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "DiscoKey": "discokey:541484ba267760804b59da1b6ef2f30d8cd686fb0b13856de14084ce926bdd31", - "Addresses": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "AllowedIPs": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "Endpoints": ["77.164.248.136:36225", "10.65.0.27:36225", "172.17.0.1:36225"], + "Key": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "DiscoKey": "discokey:68c839f772a934e8b53b6e79e50cc06d763dbbf8633678e4683b29602c326836", + "Addresses": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "AllowedIPs": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "Endpoints": ["77.164.248.136:44956", "10.65.0.27:44956", "172.17.0.1:44956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 37253}, - {"Proto": "peerapi6", "Port": 37253} + {"Proto": "peerapi4", "Port": 44673}, + {"Proto": "peerapi6", "Port": 44673} ]}, - "Created": "2026-04-09T01:33:26.321496183Z", + "Created": "2026-04-09T08:39:28.579398197Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8050776613579394, - "StableID": "nmzekVFDs521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "KeyExpiry": "2026-10-06T01:33:30Z", - "DiscoKey": "discokey:a1f628ed45cb56bd7e24c26862114becf7f65547e96d40815b85f1d53a3f003f", - "Addresses": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "AllowedIPs": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37163}, - {"Proto": "peerapi6", "Port": 37163} - ]}, - "Created": "2026-04-09T01:33:30.14418756Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8660279902075589, - "StableID": "nCEFDLsFdA21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:1bb6161abdfbab65cb9ddb3aa244cd58029e5ea76979bf02ae0335ab87965f31", - "Addresses": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "AllowedIPs": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "Endpoints": ["77.164.248.136:41182", "10.65.0.27:41182", "172.17.0.1:41182"], + "ID": 5795745357064981, + "StableID": "nGSAcMQuFn11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "DiscoKey": "discokey:fa1ad6c2bbd19d3108a5d32e2eee8af333f2df5a37f699bc32b4a5c1f9cf8077", + "Addresses": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "AllowedIPs": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "Endpoints": ["77.164.248.136:55283", "10.65.0.27:55283", "172.17.0.1:55283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53231}, - {"Proto": "peerapi6", "Port": 53231} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41762}, + {"Proto": "peerapi6", "Port": 41762} ]}, - "Created": "2026-04-09T01:33:29.042130062Z", + "Created": "2026-04-09T08:39:25.917147921Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6526536324166870, + "StableID": "nfsntS3txs11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "DiscoKey": "discokey:47a7dfee5eca7771a907be0b899117ec261a579244669a91cb7d3920e5241e37", + "Addresses": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "AllowedIPs": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "Endpoints": ["77.164.248.136:49889", "10.65.0.27:49889", "172.17.0.1:49889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 48283}, + {"Proto": "peerapi6", "Port": 48283} + ]}, + "Created": "2026-04-09T08:39:29.646572572Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7316451475546699, + "StableID": "nkVDtsmd8z11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "DiscoKey": "discokey:eae2be41c1c67f6795b31f5275762efcf27f218ceb430cc030199c71f936b827", + "Addresses": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "AllowedIPs": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "Endpoints": ["77.164.248.136:45000", "10.65.0.27:45000", "172.17.0.1:45000"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} + ]}, + "Created": "2026-04-09T08:39:25.378142989Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7589334487646881, + "StableID": "nQWfDywDG221CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "DiscoKey": "discokey:e0c76066f09679b791934eb0d902c733b433a93f5884f56b2500d507264f192b", + "Addresses": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "AllowedIPs": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "Endpoints": ["77.164.248.136:57389", "10.65.0.27:57389", "172.17.0.1:57389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49825}, + {"Proto": "peerapi6", "Port": 49825} + ]}, + "Created": "2026-04-09T08:39:30.192173178Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8648537763442367, + "StableID": "nAYVdTRwXA21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "DiscoKey": "discokey:b015e4b7a2b4154ccffff0582c1966dd4a51b72665d2118c3f5835d0ea90e242", + "Addresses": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "AllowedIPs": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "Endpoints": ["77.164.248.136:46712", "10.65.0.27:46712", "172.17.0.1:46712"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61377}, + {"Proto": "peerapi6", "Port": 61377} + ]}, + "Created": "2026-04-09T08:39:26.990243567Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8819329419678427, + "StableID": "n6aeS5qHsB21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "DiscoKey": "discokey:707ce986dcc98bb8c485aac93bc8e8f3a4b65d431e6a68d8d011dba2f03be666", + "Addresses": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "AllowedIPs": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "Endpoints": ["77.164.248.136:50267", "10.65.0.27:50267", "172.17.0.1:50267"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65375}, + {"Proto": "peerapi6", "Port": 65375} + ]}, + "Created": "2026-04-09T08:39:27.52355207Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -1362,27 +1362,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2193420927327557": { - "ID": 2193420927327557, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1588455926114987": { + "ID": 1588455926114987, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "blastoise": { @@ -1413,26 +1415,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1481111305158334, - "StableID": "njb9DPHoZC11CNTRL", + "ID": 8819329419678427, + "StableID": "n6aeS5qHsB21CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 1481111305158334, - "Key": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "DiscoKey": "discokey:2ef3683d98d47dd996e4156e704e3199644e1d3a291b5b086e6de1073c270566", - "Addresses": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "AllowedIPs": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "Endpoints": ["77.164.248.136:58219", "10.65.0.27:58219", "172.17.0.1:58219"], + "User": 8819329419678427, + "Key": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "DiscoKey": "discokey:707ce986dcc98bb8c485aac93bc8e8f3a4b65d431e6a68d8d011dba2f03be666", + "Addresses": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "AllowedIPs": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "Endpoints": ["77.164.248.136:50267", "10.65.0.27:50267", "172.17.0.1:50267"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 44498}, - {"Proto": "peerapi6", "Port": 44498}, + {"Proto": "peerapi4", "Port": 65375}, + {"Proto": "peerapi6", "Port": 65375}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:25.247673959Z", + "Created": "2026-04-09T08:39:27.52355207Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1460,302 +1462,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "MachineKey": "mkey:b7401b1f5f2d01cac96241ab7a909b50ebaab18b6f8ebdea0be2eab6a2c18217", + "NodeKey": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "MachineKey": "mkey:a3683e7f582157d13b0e4aa9db840ebcf00d77655e32bff6ea13120f17716412", "Peers": [{ - "ID": 5348026474726, - "StableID": "nXVbn3VR3111CNTRL", + "ID": 769031061109750, + "StableID": "nB7wSE9J1711CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:3d604b76aebbd9e3e197e24403e9bb20b6dc21936d045e781f9ee2e3eba06866", - "Addresses": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "AllowedIPs": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "Endpoints": ["77.164.248.136:60609", "10.65.0.27:60609", "172.17.0.1:60609"], + "Key": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:a51671a21c3dc8b7b78bc44f3a9f574e732ebdde0545a7f185b907cef0cae731", + "Addresses": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "AllowedIPs": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "Endpoints": ["77.164.248.136:36665", "10.65.0.27:36665", "172.17.0.1:36665"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56579}, - {"Proto": "peerapi6", "Port": 56579} + {"Proto": "peerapi4", "Port": 54152}, + {"Proto": "peerapi6", "Port": 54152} ]}, - "Created": "2026-04-09T01:33:29.574409273Z", + "Created": "2026-04-09T08:39:31.794072995Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1639693208202430, - "StableID": "nK5iwgxcoD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "DiscoKey": "discokey:514857769cd8007ebe69ec0c62d877436f49975e01e94037f2bd6f7eaf93046e", - "Addresses": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "AllowedIPs": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "Endpoints": ["77.164.248.136:46641", "10.65.0.27:46641", "172.17.0.1:46641"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 50559}, - {"Proto": "peerapi6", "Port": 50559} - ]}, - "Created": "2026-04-09T01:33:22.510198527Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1775348273904614, - "StableID": "nRp5aYP4sE11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "DiscoKey": "discokey:5bc8281b27685015c7255755af4c9817901018ad166c60da51259b93856c940f", - "Addresses": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "AllowedIPs": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "Endpoints": ["77.164.248.136:50404", "10.65.0.27:50404", "172.17.0.1:50404"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63540}, - {"Proto": "peerapi6", "Port": 63540} - ]}, - "Created": "2026-04-09T01:33:27.960539597Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2170201629493903, - "StableID": "npBYVyWtwH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "DiscoKey": "discokey:7f02c584dfb0826668fca02bb1c4182082b8fea29681157fb6d9b94b4ab4ac61", - "Addresses": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "AllowedIPs": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "Endpoints": ["77.164.248.136:40346", "10.65.0.27:40346", "172.17.0.1:40346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60579}, - {"Proto": "peerapi6", "Port": 60579} - ]}, - "Created": "2026-04-09T01:33:25.770568337Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2193420927327557, - "StableID": "niwBL1TQ8J11CNTRL", + "ID": 1588455926114987, + "StableID": "naaBnX3RQD11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "DiscoKey": "discokey:afa1f698b43026dd0a95cb29f1dff0c119173ece48907cb65fff7d02ba549602", - "Addresses": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "AllowedIPs": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "Endpoints": ["77.164.248.136:35494", "10.65.0.27:35494", "172.17.0.1:35494"], + "Key": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "DiscoKey": "discokey:21d266d89e2acbb545866d30002b38ccc801dddfa52726f3db40403a7037cf73", + "Addresses": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "AllowedIPs": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "Endpoints": ["77.164.248.136:59036", "10.65.0.27:59036", "172.17.0.1:59036"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60963}, - {"Proto": "peerapi6", "Port": 60963} + {"Proto": "peerapi4", "Port": 62196}, + {"Proto": "peerapi6", "Port": 62196} ]}, - "Created": "2026-04-09T01:33:28.501614312Z", + "Created": "2026-04-09T08:39:30.718434667Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 2371682186030977, - "StableID": "ntUTL259XK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "DiscoKey": "discokey:8d9db7579ef5c122129d5631952f6f4109bfabbd14b9c46f1cc66dba7fb0353d", - "Addresses": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "AllowedIPs": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "Endpoints": ["77.164.248.136:40462", "10.65.0.27:40462", "172.17.0.1:40462"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58424}, - {"Proto": "peerapi6", "Port": 58424} - ]}, - "Created": "2026-04-09T01:33:23.612332936Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3731590466763119, - "StableID": "ne8NK8Z39W11CNTRL", + "ID": 1967169331515556, + "StableID": "nBG8akCwMG11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "DiscoKey": "discokey:d9e23227888b6a103bcf5975b88f8b68f91836000e8eafa26b6907c2d8626f53", - "Addresses": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "AllowedIPs": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "Endpoints": ["77.164.248.136:50265", "10.65.0.27:50265", "172.17.0.1:50265"], - "HomeDERP": 4, + "Key": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "DiscoKey": "discokey:793bea06c4ca120d718818b73328e79eecba4ba707c68d7c8827041a0f7c7425", + "Addresses": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "AllowedIPs": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "Endpoints": ["77.164.248.136:42716", "10.65.0.27:42716", "172.17.0.1:42716"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 52845}, - {"Proto": "peerapi6", "Port": 52845} + {"Proto": "peerapi4", "Port": 50987}, + {"Proto": "peerapi6", "Port": 50987} ]}, - "Created": "2026-04-09T01:33:26.857553089Z", + "Created": "2026-04-09T08:39:29.111575523Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5167714787595804, - "StableID": "nKimm47UMh11CNTRL", + "ID": 2623085362015595, + "StableID": "n4bE7G11VM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "DiscoKey": "discokey:f076069142eca8ea099b2f7591210daa7f6551c410691992f077b996ee46b54c", + "Addresses": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "AllowedIPs": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39478}, + {"Proto": "peerapi6", "Port": 39478} + ]}, + "Created": "2026-04-09T08:39:28.055198002Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3063779021018171, + "StableID": "nEYofDHbvQ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "DiscoKey": "discokey:339c5a3603fc3d7b847315ee96a315642950f07c1c2a4b3671671253136f6409", + "Addresses": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "AllowedIPs": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "Endpoints": ["77.164.248.136:42976", "10.65.0.27:42976", "172.17.0.1:42976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56139}, + {"Proto": "peerapi6", "Port": 56139} + ]}, + "Created": "2026-04-09T08:39:24.837193906Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3207729715324009, + "StableID": "ngn9bycn3S11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "KeyExpiry": "2026-10-06T08:39:32Z", + "DiscoKey": "discokey:7d3d53aab0bab66969e16cd6ff08d08418c70d677833839ff80eaa02aef87b46", + "Addresses": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "AllowedIPs": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "Endpoints": ["77.164.248.136:35453", "10.65.0.27:35453", "172.17.0.1:35453"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 52601}, + {"Proto": "peerapi6", "Port": 52601} + ]}, + "Created": "2026-04-09T08:39:32.330979566Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3225440868568927, + "StableID": "nxB2Z1soBS11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:2ffbd3637be3c2ed3d039575895d4c207c3003b9655dfd069c8e9d35f05fb923", + "Addresses": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "AllowedIPs": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "Endpoints": ["77.164.248.136:54441", "10.65.0.27:54441", "172.17.0.1:54441"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 46902}, + {"Proto": "peerapi6", "Port": 46902} + ]}, + "Created": "2026-04-09T08:39:31.250420775Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3296345460280027, + "StableID": "nA2BXXQvjS11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "DiscoKey": "discokey:53e12423d84993321950132d24f3ceb3272953da7a96a7661611c37bfcd51214", - "Addresses": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "AllowedIPs": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "Endpoints": ["77.164.248.136:40636", "10.65.0.27:40636", "172.17.0.1:40636"], + "Key": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "DiscoKey": "discokey:0fe4850ba3dae39ec12d0c4e0ca71d7de479c71306cef5cc35f4958a099d673a", + "Addresses": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "AllowedIPs": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "Endpoints": ["77.164.248.136:36542", "10.65.0.27:36542", "172.17.0.1:36542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49218}, - {"Proto": "peerapi6", "Port": 49218} + {"Proto": "peerapi4", "Port": 52995}, + {"Proto": "peerapi6", "Port": 52995} ]}, - "Created": "2026-04-09T01:33:24.163237765Z", + "Created": "2026-04-09T08:39:26.442288954Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 5313981660471400, - "StableID": "nTJiTfHiVi11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "DiscoKey": "discokey:12b5c207f4d31d296215eca3f2b1a076bc3576017b82b4419865a8accf50c07a", - "Addresses": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "AllowedIPs": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "Endpoints": ["77.164.248.136:51304", "10.65.0.27:51304", "172.17.0.1:51304"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58766}, - {"Proto": "peerapi6", "Port": 58766} - ]}, - "Created": "2026-04-09T01:33:27.408106535Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6014850949443672, - "StableID": "n5RkWEw8yo11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "DiscoKey": "discokey:af40ae4ad8b4119bcf41577d4cf8333db4cbf6ec90da002da97dea1d386abc45", - "Addresses": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "AllowedIPs": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "Endpoints": ["77.164.248.136:53969", "10.65.0.27:53969", "172.17.0.1:53969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55513}, - {"Proto": "peerapi6", "Port": 55513} - ]}, - "Created": "2026-04-09T01:33:24.695125837Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6121194993996392, - "StableID": "nj4BawQJop11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "DiscoKey": "discokey:5125d03cf9178e6be44224ad49cdb915dbdb10fef4c55d9cd7acdac2d1b76d5b", - "Addresses": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "AllowedIPs": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "Endpoints": ["77.164.248.136:46631", "10.65.0.27:46631", "172.17.0.1:46631"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37627}, - {"Proto": "peerapi6", "Port": 37627} - ]}, - "Created": "2026-04-09T01:33:23.071891416Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6398066386509432, - "StableID": "nRjkRaMhxr11CNTRL", + "ID": 4168869391886096, + "StableID": "nmDEYX86ZZ11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "DiscoKey": "discokey:541484ba267760804b59da1b6ef2f30d8cd686fb0b13856de14084ce926bdd31", - "Addresses": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "AllowedIPs": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "Endpoints": ["77.164.248.136:36225", "10.65.0.27:36225", "172.17.0.1:36225"], + "Key": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "DiscoKey": "discokey:68c839f772a934e8b53b6e79e50cc06d763dbbf8633678e4683b29602c326836", + "Addresses": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "AllowedIPs": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "Endpoints": ["77.164.248.136:44956", "10.65.0.27:44956", "172.17.0.1:44956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 37253}, - {"Proto": "peerapi6", "Port": 37253} + {"Proto": "peerapi4", "Port": 44673}, + {"Proto": "peerapi6", "Port": 44673} ]}, - "Created": "2026-04-09T01:33:26.321496183Z", + "Created": "2026-04-09T08:39:28.579398197Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8050776613579394, - "StableID": "nmzekVFDs521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "KeyExpiry": "2026-10-06T01:33:30Z", - "DiscoKey": "discokey:a1f628ed45cb56bd7e24c26862114becf7f65547e96d40815b85f1d53a3f003f", - "Addresses": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "AllowedIPs": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "Endpoints": ["77.164.248.136:59031", "10.65.0.27:59031", "172.17.0.1:59031"], + "ID": 5795745357064981, + "StableID": "nGSAcMQuFn11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "DiscoKey": "discokey:fa1ad6c2bbd19d3108a5d32e2eee8af333f2df5a37f699bc32b4a5c1f9cf8077", + "Addresses": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "AllowedIPs": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "Endpoints": ["77.164.248.136:55283", "10.65.0.27:55283", "172.17.0.1:55283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37163}, - {"Proto": "peerapi6", "Port": 37163} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41762}, + {"Proto": "peerapi6", "Port": 41762} ]}, - "Created": "2026-04-09T01:33:30.14418756Z", + "Created": "2026-04-09T08:39:25.917147921Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8660279902075589, - "StableID": "nCEFDLsFdA21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:1bb6161abdfbab65cb9ddb3aa244cd58029e5ea76979bf02ae0335ab87965f31", - "Addresses": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "AllowedIPs": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "Endpoints": ["77.164.248.136:41182", "10.65.0.27:41182", "172.17.0.1:41182"], + "ID": 6526536324166870, + "StableID": "nfsntS3txs11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "DiscoKey": "discokey:47a7dfee5eca7771a907be0b899117ec261a579244669a91cb7d3920e5241e37", + "Addresses": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "AllowedIPs": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "Endpoints": ["77.164.248.136:49889", "10.65.0.27:49889", "172.17.0.1:49889"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53231}, - {"Proto": "peerapi6", "Port": 53231} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 48283}, + {"Proto": "peerapi6", "Port": 48283} ]}, - "Created": "2026-04-09T01:33:29.042130062Z", + "Created": "2026-04-09T08:39:29.646572572Z", "Cap": 131, + "Tags": ["tag:client"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7316451475546699, + "StableID": "nkVDtsmd8z11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "DiscoKey": "discokey:eae2be41c1c67f6795b31f5275762efcf27f218ceb430cc030199c71f936b827", + "Addresses": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "AllowedIPs": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "Endpoints": ["77.164.248.136:45000", "10.65.0.27:45000", "172.17.0.1:45000"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} + ]}, + "Created": "2026-04-09T08:39:25.378142989Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7589334487646881, + "StableID": "nQWfDywDG221CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "DiscoKey": "discokey:e0c76066f09679b791934eb0d902c733b433a93f5884f56b2500d507264f192b", + "Addresses": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "AllowedIPs": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "Endpoints": ["77.164.248.136:57389", "10.65.0.27:57389", "172.17.0.1:57389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49825}, + {"Proto": "peerapi6", "Port": 49825} + ]}, + "Created": "2026-04-09T08:39:30.192173178Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8648537763442367, + "StableID": "nAYVdTRwXA21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "DiscoKey": "discokey:b015e4b7a2b4154ccffff0582c1966dd4a51b72665d2118c3f5835d0ea90e242", + "Addresses": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "AllowedIPs": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "Endpoints": ["77.164.248.136:46712", "10.65.0.27:46712", "172.17.0.1:46712"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61377}, + {"Proto": "peerapi6", "Port": 61377} + ]}, + "Created": "2026-04-09T08:39:26.990243567Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2603,27 +2605,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1481111305158334": { - "ID": 1481111305158334, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8819329419678427": { + "ID": 8819329419678427, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2654,22 +2658,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8050776613579394, - "StableID": "nmzekVFDs521CNTRL", + "ID": 3207729715324009, + "StableID": "ngn9bycn3S11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "KeyExpiry": "2026-10-06T01:33:30Z", - "DiscoKey": "discokey:a1f628ed45cb56bd7e24c26862114becf7f65547e96d40815b85f1d53a3f003f", - "Addresses": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "AllowedIPs": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "Endpoints": ["77.164.248.136:59031", "10.65.0.27:59031", "172.17.0.1:59031"], + "Key": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "KeyExpiry": "2026-10-06T08:39:32Z", + "DiscoKey": "discokey:7d3d53aab0bab66969e16cd6ff08d08418c70d677833839ff80eaa02aef87b46", + "Addresses": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "AllowedIPs": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "Endpoints": ["77.164.248.136:35453", "10.65.0.27:35453", "172.17.0.1:35453"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37163}, - {"Proto": "peerapi6", "Port": 37163}, + {"Proto": "peerapi4", "Port": 52601}, + {"Proto": "peerapi6", "Port": 52601}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:30.14418756Z", + "Created": "2026-04-09T08:39:32.330979566Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2698,302 +2702,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "MachineKey": "mkey:565342c34599653e488ce62ed7523a1a911237562cbf9e00d9413f04d1ebc01b", + "NodeKey": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "MachineKey": "mkey:e3ea8fe30ccd486b64aee688d7182920676d3eef5ee2f7f9253e14476cdad03e", "Peers": [{ - "ID": 5348026474726, - "StableID": "nXVbn3VR3111CNTRL", + "ID": 769031061109750, + "StableID": "nB7wSE9J1711CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:3d604b76aebbd9e3e197e24403e9bb20b6dc21936d045e781f9ee2e3eba06866", - "Addresses": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "AllowedIPs": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "Endpoints": ["77.164.248.136:60609", "10.65.0.27:60609", "172.17.0.1:60609"], + "Key": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:a51671a21c3dc8b7b78bc44f3a9f574e732ebdde0545a7f185b907cef0cae731", + "Addresses": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "AllowedIPs": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "Endpoints": ["77.164.248.136:36665", "10.65.0.27:36665", "172.17.0.1:36665"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56579}, - {"Proto": "peerapi6", "Port": 56579} + {"Proto": "peerapi4", "Port": 54152}, + {"Proto": "peerapi6", "Port": 54152} ]}, - "Created": "2026-04-09T01:33:29.574409273Z", + "Created": "2026-04-09T08:39:31.794072995Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1481111305158334, - "StableID": "njb9DPHoZC11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "DiscoKey": "discokey:2ef3683d98d47dd996e4156e704e3199644e1d3a291b5b086e6de1073c270566", - "Addresses": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "AllowedIPs": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "Endpoints": ["77.164.248.136:58219", "10.65.0.27:58219", "172.17.0.1:58219"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 44498}, - {"Proto": "peerapi6", "Port": 44498} - ]}, - "Created": "2026-04-09T01:33:25.247673959Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1639693208202430, - "StableID": "nK5iwgxcoD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "DiscoKey": "discokey:514857769cd8007ebe69ec0c62d877436f49975e01e94037f2bd6f7eaf93046e", - "Addresses": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "AllowedIPs": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "Endpoints": ["77.164.248.136:46641", "10.65.0.27:46641", "172.17.0.1:46641"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 50559}, - {"Proto": "peerapi6", "Port": 50559} - ]}, - "Created": "2026-04-09T01:33:22.510198527Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1775348273904614, - "StableID": "nRp5aYP4sE11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "DiscoKey": "discokey:5bc8281b27685015c7255755af4c9817901018ad166c60da51259b93856c940f", - "Addresses": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "AllowedIPs": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "Endpoints": ["77.164.248.136:50404", "10.65.0.27:50404", "172.17.0.1:50404"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63540}, - {"Proto": "peerapi6", "Port": 63540} - ]}, - "Created": "2026-04-09T01:33:27.960539597Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2170201629493903, - "StableID": "npBYVyWtwH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "DiscoKey": "discokey:7f02c584dfb0826668fca02bb1c4182082b8fea29681157fb6d9b94b4ab4ac61", - "Addresses": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "AllowedIPs": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "Endpoints": ["77.164.248.136:40346", "10.65.0.27:40346", "172.17.0.1:40346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60579}, - {"Proto": "peerapi6", "Port": 60579} - ]}, - "Created": "2026-04-09T01:33:25.770568337Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2193420927327557, - "StableID": "niwBL1TQ8J11CNTRL", + "ID": 1588455926114987, + "StableID": "naaBnX3RQD11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "DiscoKey": "discokey:afa1f698b43026dd0a95cb29f1dff0c119173ece48907cb65fff7d02ba549602", - "Addresses": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "AllowedIPs": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "Endpoints": ["77.164.248.136:35494", "10.65.0.27:35494", "172.17.0.1:35494"], + "Key": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "DiscoKey": "discokey:21d266d89e2acbb545866d30002b38ccc801dddfa52726f3db40403a7037cf73", + "Addresses": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "AllowedIPs": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "Endpoints": ["77.164.248.136:59036", "10.65.0.27:59036", "172.17.0.1:59036"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60963}, - {"Proto": "peerapi6", "Port": 60963} + {"Proto": "peerapi4", "Port": 62196}, + {"Proto": "peerapi6", "Port": 62196} ]}, - "Created": "2026-04-09T01:33:28.501614312Z", + "Created": "2026-04-09T08:39:30.718434667Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 2371682186030977, - "StableID": "ntUTL259XK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "DiscoKey": "discokey:8d9db7579ef5c122129d5631952f6f4109bfabbd14b9c46f1cc66dba7fb0353d", - "Addresses": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "AllowedIPs": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "Endpoints": ["77.164.248.136:40462", "10.65.0.27:40462", "172.17.0.1:40462"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58424}, - {"Proto": "peerapi6", "Port": 58424} - ]}, - "Created": "2026-04-09T01:33:23.612332936Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3731590466763119, - "StableID": "ne8NK8Z39W11CNTRL", + "ID": 1967169331515556, + "StableID": "nBG8akCwMG11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "DiscoKey": "discokey:d9e23227888b6a103bcf5975b88f8b68f91836000e8eafa26b6907c2d8626f53", - "Addresses": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "AllowedIPs": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "Endpoints": ["77.164.248.136:50265", "10.65.0.27:50265", "172.17.0.1:50265"], - "HomeDERP": 4, + "Key": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "DiscoKey": "discokey:793bea06c4ca120d718818b73328e79eecba4ba707c68d7c8827041a0f7c7425", + "Addresses": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "AllowedIPs": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "Endpoints": ["77.164.248.136:42716", "10.65.0.27:42716", "172.17.0.1:42716"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 52845}, - {"Proto": "peerapi6", "Port": 52845} + {"Proto": "peerapi4", "Port": 50987}, + {"Proto": "peerapi6", "Port": 50987} ]}, - "Created": "2026-04-09T01:33:26.857553089Z", + "Created": "2026-04-09T08:39:29.111575523Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5167714787595804, - "StableID": "nKimm47UMh11CNTRL", + "ID": 2623085362015595, + "StableID": "n4bE7G11VM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "DiscoKey": "discokey:f076069142eca8ea099b2f7591210daa7f6551c410691992f077b996ee46b54c", + "Addresses": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "AllowedIPs": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39478}, + {"Proto": "peerapi6", "Port": 39478} + ]}, + "Created": "2026-04-09T08:39:28.055198002Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3063779021018171, + "StableID": "nEYofDHbvQ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "DiscoKey": "discokey:339c5a3603fc3d7b847315ee96a315642950f07c1c2a4b3671671253136f6409", + "Addresses": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "AllowedIPs": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "Endpoints": ["77.164.248.136:42976", "10.65.0.27:42976", "172.17.0.1:42976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56139}, + {"Proto": "peerapi6", "Port": 56139} + ]}, + "Created": "2026-04-09T08:39:24.837193906Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3225440868568927, + "StableID": "nxB2Z1soBS11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:2ffbd3637be3c2ed3d039575895d4c207c3003b9655dfd069c8e9d35f05fb923", + "Addresses": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "AllowedIPs": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "Endpoints": ["77.164.248.136:54441", "10.65.0.27:54441", "172.17.0.1:54441"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 46902}, + {"Proto": "peerapi6", "Port": 46902} + ]}, + "Created": "2026-04-09T08:39:31.250420775Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3296345460280027, + "StableID": "nA2BXXQvjS11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "DiscoKey": "discokey:53e12423d84993321950132d24f3ceb3272953da7a96a7661611c37bfcd51214", - "Addresses": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "AllowedIPs": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "Endpoints": ["77.164.248.136:40636", "10.65.0.27:40636", "172.17.0.1:40636"], + "Key": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "DiscoKey": "discokey:0fe4850ba3dae39ec12d0c4e0ca71d7de479c71306cef5cc35f4958a099d673a", + "Addresses": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "AllowedIPs": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "Endpoints": ["77.164.248.136:36542", "10.65.0.27:36542", "172.17.0.1:36542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49218}, - {"Proto": "peerapi6", "Port": 49218} + {"Proto": "peerapi4", "Port": 52995}, + {"Proto": "peerapi6", "Port": 52995} ]}, - "Created": "2026-04-09T01:33:24.163237765Z", + "Created": "2026-04-09T08:39:26.442288954Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 5313981660471400, - "StableID": "nTJiTfHiVi11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "DiscoKey": "discokey:12b5c207f4d31d296215eca3f2b1a076bc3576017b82b4419865a8accf50c07a", - "Addresses": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "AllowedIPs": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "Endpoints": ["77.164.248.136:51304", "10.65.0.27:51304", "172.17.0.1:51304"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58766}, - {"Proto": "peerapi6", "Port": 58766} - ]}, - "Created": "2026-04-09T01:33:27.408106535Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6014850949443672, - "StableID": "n5RkWEw8yo11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "DiscoKey": "discokey:af40ae4ad8b4119bcf41577d4cf8333db4cbf6ec90da002da97dea1d386abc45", - "Addresses": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "AllowedIPs": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "Endpoints": ["77.164.248.136:53969", "10.65.0.27:53969", "172.17.0.1:53969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55513}, - {"Proto": "peerapi6", "Port": 55513} - ]}, - "Created": "2026-04-09T01:33:24.695125837Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6121194993996392, - "StableID": "nj4BawQJop11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "DiscoKey": "discokey:5125d03cf9178e6be44224ad49cdb915dbdb10fef4c55d9cd7acdac2d1b76d5b", - "Addresses": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "AllowedIPs": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "Endpoints": ["77.164.248.136:46631", "10.65.0.27:46631", "172.17.0.1:46631"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37627}, - {"Proto": "peerapi6", "Port": 37627} - ]}, - "Created": "2026-04-09T01:33:23.071891416Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6398066386509432, - "StableID": "nRjkRaMhxr11CNTRL", + "ID": 4168869391886096, + "StableID": "nmDEYX86ZZ11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "DiscoKey": "discokey:541484ba267760804b59da1b6ef2f30d8cd686fb0b13856de14084ce926bdd31", - "Addresses": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "AllowedIPs": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "Endpoints": ["77.164.248.136:36225", "10.65.0.27:36225", "172.17.0.1:36225"], + "Key": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "DiscoKey": "discokey:68c839f772a934e8b53b6e79e50cc06d763dbbf8633678e4683b29602c326836", + "Addresses": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "AllowedIPs": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "Endpoints": ["77.164.248.136:44956", "10.65.0.27:44956", "172.17.0.1:44956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 37253}, - {"Proto": "peerapi6", "Port": 37253} + {"Proto": "peerapi4", "Port": 44673}, + {"Proto": "peerapi6", "Port": 44673} ]}, - "Created": "2026-04-09T01:33:26.321496183Z", + "Created": "2026-04-09T08:39:28.579398197Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8660279902075589, - "StableID": "nCEFDLsFdA21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:1bb6161abdfbab65cb9ddb3aa244cd58029e5ea76979bf02ae0335ab87965f31", - "Addresses": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "AllowedIPs": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "Endpoints": ["77.164.248.136:41182", "10.65.0.27:41182", "172.17.0.1:41182"], + "ID": 5795745357064981, + "StableID": "nGSAcMQuFn11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "DiscoKey": "discokey:fa1ad6c2bbd19d3108a5d32e2eee8af333f2df5a37f699bc32b4a5c1f9cf8077", + "Addresses": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "AllowedIPs": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "Endpoints": ["77.164.248.136:55283", "10.65.0.27:55283", "172.17.0.1:55283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53231}, - {"Proto": "peerapi6", "Port": 53231} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41762}, + {"Proto": "peerapi6", "Port": 41762} ]}, - "Created": "2026-04-09T01:33:29.042130062Z", + "Created": "2026-04-09T08:39:25.917147921Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6526536324166870, + "StableID": "nfsntS3txs11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "DiscoKey": "discokey:47a7dfee5eca7771a907be0b899117ec261a579244669a91cb7d3920e5241e37", + "Addresses": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "AllowedIPs": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "Endpoints": ["77.164.248.136:49889", "10.65.0.27:49889", "172.17.0.1:49889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 48283}, + {"Proto": "peerapi6", "Port": 48283} + ]}, + "Created": "2026-04-09T08:39:29.646572572Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7316451475546699, + "StableID": "nkVDtsmd8z11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "DiscoKey": "discokey:eae2be41c1c67f6795b31f5275762efcf27f218ceb430cc030199c71f936b827", + "Addresses": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "AllowedIPs": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "Endpoints": ["77.164.248.136:45000", "10.65.0.27:45000", "172.17.0.1:45000"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} + ]}, + "Created": "2026-04-09T08:39:25.378142989Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7589334487646881, + "StableID": "nQWfDywDG221CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "DiscoKey": "discokey:e0c76066f09679b791934eb0d902c733b433a93f5884f56b2500d507264f192b", + "Addresses": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "AllowedIPs": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "Endpoints": ["77.164.248.136:57389", "10.65.0.27:57389", "172.17.0.1:57389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49825}, + {"Proto": "peerapi6", "Port": 49825} + ]}, + "Created": "2026-04-09T08:39:30.192173178Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8648537763442367, + "StableID": "nAYVdTRwXA21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "DiscoKey": "discokey:b015e4b7a2b4154ccffff0582c1966dd4a51b72665d2118c3f5835d0ea90e242", + "Addresses": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "AllowedIPs": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "Endpoints": ["77.164.248.136:46712", "10.65.0.27:46712", "172.17.0.1:46712"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61377}, + {"Proto": "peerapi6", "Port": 61377} + ]}, + "Created": "2026-04-09T08:39:26.990243567Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8819329419678427, + "StableID": "n6aeS5qHsB21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "DiscoKey": "discokey:707ce986dcc98bb8c485aac93bc8e8f3a4b65d431e6a68d8d011dba2f03be666", + "Addresses": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "AllowedIPs": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "Endpoints": ["77.164.248.136:50267", "10.65.0.27:50267", "172.17.0.1:50267"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65375}, + {"Proto": "peerapi6", "Port": 65375} + ]}, + "Created": "2026-04-09T08:39:27.52355207Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3021,7 +3025,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.113.187.77"}, {"nodeIP": "fd7a:115c:a1e0::ff37:bb4d"}], + "principals": [{"nodeIP": "100.103.254.38"}, {"nodeIP": "fd7a:115c:a1e0::3e37:fe26"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -3030,7 +3034,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.187.77"}, {"nodeIP": "fd7a:115c:a1e0::ff37:bb4d"}], + "principals": [{"nodeIP": "100.103.254.38"}, {"nodeIP": "fd7a:115c:a1e0::3e37:fe26"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3859,26 +3863,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.113.187.77"}, {"nodeIP": "fd7a:115c:a1e0::ff37:bb4d"}], + "principals": [{"nodeIP": "100.103.254.38"}, {"nodeIP": "fd7a:115c:a1e0::3e37:fe26"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -3887,7 +3892,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.187.77"}, {"nodeIP": "fd7a:115c:a1e0::ff37:bb4d"}], + "principals": [{"nodeIP": "100.103.254.38"}, {"nodeIP": "fd7a:115c:a1e0::3e37:fe26"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3924,26 +3929,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2371682186030977, - "StableID": "ntUTL259XK11CNTRL", + "ID": 5795745357064981, + "StableID": "nGSAcMQuFn11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 2371682186030977, - "Key": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "DiscoKey": "discokey:8d9db7579ef5c122129d5631952f6f4109bfabbd14b9c46f1cc66dba7fb0353d", - "Addresses": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "AllowedIPs": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "Endpoints": ["77.164.248.136:40462", "10.65.0.27:40462", "172.17.0.1:40462"], + "User": 5795745357064981, + "Key": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "DiscoKey": "discokey:fa1ad6c2bbd19d3108a5d32e2eee8af333f2df5a37f699bc32b4a5c1f9cf8077", + "Addresses": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "AllowedIPs": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "Endpoints": ["77.164.248.136:55283", "10.65.0.27:55283", "172.17.0.1:55283"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 58424}, - {"Proto": "peerapi6", "Port": 58424}, + {"Proto": "peerapi4", "Port": 41762}, + {"Proto": "peerapi6", "Port": 41762}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:23.612332936Z", + "Created": "2026-04-09T08:39:25.917147921Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3971,302 +3976,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "MachineKey": "mkey:6ce43a11dab4c884fcb2fd7dfbad924b9b9e7a0d4e0b708ac47f1ed06ae3cc21", + "NodeKey": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "MachineKey": "mkey:e315ef257173e99aa2708a2b1e1c6f2b86a849fa3b0666dfe2e86be08e1c5a10", "Peers": [{ - "ID": 5348026474726, - "StableID": "nXVbn3VR3111CNTRL", + "ID": 769031061109750, + "StableID": "nB7wSE9J1711CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:3d604b76aebbd9e3e197e24403e9bb20b6dc21936d045e781f9ee2e3eba06866", - "Addresses": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "AllowedIPs": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "Endpoints": ["77.164.248.136:60609", "10.65.0.27:60609", "172.17.0.1:60609"], + "Key": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:a51671a21c3dc8b7b78bc44f3a9f574e732ebdde0545a7f185b907cef0cae731", + "Addresses": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "AllowedIPs": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "Endpoints": ["77.164.248.136:36665", "10.65.0.27:36665", "172.17.0.1:36665"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56579}, - {"Proto": "peerapi6", "Port": 56579} + {"Proto": "peerapi4", "Port": 54152}, + {"Proto": "peerapi6", "Port": 54152} ]}, - "Created": "2026-04-09T01:33:29.574409273Z", + "Created": "2026-04-09T08:39:31.794072995Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1481111305158334, - "StableID": "njb9DPHoZC11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "DiscoKey": "discokey:2ef3683d98d47dd996e4156e704e3199644e1d3a291b5b086e6de1073c270566", - "Addresses": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "AllowedIPs": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "Endpoints": ["77.164.248.136:58219", "10.65.0.27:58219", "172.17.0.1:58219"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 44498}, - {"Proto": "peerapi6", "Port": 44498} - ]}, - "Created": "2026-04-09T01:33:25.247673959Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1639693208202430, - "StableID": "nK5iwgxcoD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "DiscoKey": "discokey:514857769cd8007ebe69ec0c62d877436f49975e01e94037f2bd6f7eaf93046e", - "Addresses": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "AllowedIPs": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "Endpoints": ["77.164.248.136:46641", "10.65.0.27:46641", "172.17.0.1:46641"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 50559}, - {"Proto": "peerapi6", "Port": 50559} - ]}, - "Created": "2026-04-09T01:33:22.510198527Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1775348273904614, - "StableID": "nRp5aYP4sE11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "DiscoKey": "discokey:5bc8281b27685015c7255755af4c9817901018ad166c60da51259b93856c940f", - "Addresses": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "AllowedIPs": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "Endpoints": ["77.164.248.136:50404", "10.65.0.27:50404", "172.17.0.1:50404"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63540}, - {"Proto": "peerapi6", "Port": 63540} - ]}, - "Created": "2026-04-09T01:33:27.960539597Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2170201629493903, - "StableID": "npBYVyWtwH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "DiscoKey": "discokey:7f02c584dfb0826668fca02bb1c4182082b8fea29681157fb6d9b94b4ab4ac61", - "Addresses": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "AllowedIPs": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "Endpoints": ["77.164.248.136:40346", "10.65.0.27:40346", "172.17.0.1:40346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60579}, - {"Proto": "peerapi6", "Port": 60579} - ]}, - "Created": "2026-04-09T01:33:25.770568337Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2193420927327557, - "StableID": "niwBL1TQ8J11CNTRL", + "ID": 1588455926114987, + "StableID": "naaBnX3RQD11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "DiscoKey": "discokey:afa1f698b43026dd0a95cb29f1dff0c119173ece48907cb65fff7d02ba549602", - "Addresses": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "AllowedIPs": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "Endpoints": ["77.164.248.136:35494", "10.65.0.27:35494", "172.17.0.1:35494"], + "Key": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "DiscoKey": "discokey:21d266d89e2acbb545866d30002b38ccc801dddfa52726f3db40403a7037cf73", + "Addresses": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "AllowedIPs": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "Endpoints": ["77.164.248.136:59036", "10.65.0.27:59036", "172.17.0.1:59036"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60963}, - {"Proto": "peerapi6", "Port": 60963} + {"Proto": "peerapi4", "Port": 62196}, + {"Proto": "peerapi6", "Port": 62196} ]}, - "Created": "2026-04-09T01:33:28.501614312Z", + "Created": "2026-04-09T08:39:30.718434667Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 3731590466763119, - "StableID": "ne8NK8Z39W11CNTRL", + "ID": 1967169331515556, + "StableID": "nBG8akCwMG11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "DiscoKey": "discokey:d9e23227888b6a103bcf5975b88f8b68f91836000e8eafa26b6907c2d8626f53", - "Addresses": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "AllowedIPs": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "Endpoints": ["77.164.248.136:50265", "10.65.0.27:50265", "172.17.0.1:50265"], - "HomeDERP": 4, + "Key": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "DiscoKey": "discokey:793bea06c4ca120d718818b73328e79eecba4ba707c68d7c8827041a0f7c7425", + "Addresses": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "AllowedIPs": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "Endpoints": ["77.164.248.136:42716", "10.65.0.27:42716", "172.17.0.1:42716"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 52845}, - {"Proto": "peerapi6", "Port": 52845} + {"Proto": "peerapi4", "Port": 50987}, + {"Proto": "peerapi6", "Port": 50987} ]}, - "Created": "2026-04-09T01:33:26.857553089Z", + "Created": "2026-04-09T08:39:29.111575523Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5167714787595804, - "StableID": "nKimm47UMh11CNTRL", + "ID": 2623085362015595, + "StableID": "n4bE7G11VM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "DiscoKey": "discokey:f076069142eca8ea099b2f7591210daa7f6551c410691992f077b996ee46b54c", + "Addresses": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "AllowedIPs": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39478}, + {"Proto": "peerapi6", "Port": 39478} + ]}, + "Created": "2026-04-09T08:39:28.055198002Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3063779021018171, + "StableID": "nEYofDHbvQ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "DiscoKey": "discokey:339c5a3603fc3d7b847315ee96a315642950f07c1c2a4b3671671253136f6409", + "Addresses": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "AllowedIPs": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "Endpoints": ["77.164.248.136:42976", "10.65.0.27:42976", "172.17.0.1:42976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56139}, + {"Proto": "peerapi6", "Port": 56139} + ]}, + "Created": "2026-04-09T08:39:24.837193906Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3207729715324009, + "StableID": "ngn9bycn3S11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "KeyExpiry": "2026-10-06T08:39:32Z", + "DiscoKey": "discokey:7d3d53aab0bab66969e16cd6ff08d08418c70d677833839ff80eaa02aef87b46", + "Addresses": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "AllowedIPs": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "Endpoints": ["77.164.248.136:35453", "10.65.0.27:35453", "172.17.0.1:35453"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 52601}, + {"Proto": "peerapi6", "Port": 52601} + ]}, + "Created": "2026-04-09T08:39:32.330979566Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3225440868568927, + "StableID": "nxB2Z1soBS11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:2ffbd3637be3c2ed3d039575895d4c207c3003b9655dfd069c8e9d35f05fb923", + "Addresses": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "AllowedIPs": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "Endpoints": ["77.164.248.136:54441", "10.65.0.27:54441", "172.17.0.1:54441"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 46902}, + {"Proto": "peerapi6", "Port": 46902} + ]}, + "Created": "2026-04-09T08:39:31.250420775Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3296345460280027, + "StableID": "nA2BXXQvjS11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "DiscoKey": "discokey:53e12423d84993321950132d24f3ceb3272953da7a96a7661611c37bfcd51214", - "Addresses": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "AllowedIPs": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "Endpoints": ["77.164.248.136:40636", "10.65.0.27:40636", "172.17.0.1:40636"], + "Key": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "DiscoKey": "discokey:0fe4850ba3dae39ec12d0c4e0ca71d7de479c71306cef5cc35f4958a099d673a", + "Addresses": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "AllowedIPs": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "Endpoints": ["77.164.248.136:36542", "10.65.0.27:36542", "172.17.0.1:36542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49218}, - {"Proto": "peerapi6", "Port": 49218} + {"Proto": "peerapi4", "Port": 52995}, + {"Proto": "peerapi6", "Port": 52995} ]}, - "Created": "2026-04-09T01:33:24.163237765Z", + "Created": "2026-04-09T08:39:26.442288954Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 5313981660471400, - "StableID": "nTJiTfHiVi11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "DiscoKey": "discokey:12b5c207f4d31d296215eca3f2b1a076bc3576017b82b4419865a8accf50c07a", - "Addresses": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "AllowedIPs": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "Endpoints": ["77.164.248.136:51304", "10.65.0.27:51304", "172.17.0.1:51304"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58766}, - {"Proto": "peerapi6", "Port": 58766} - ]}, - "Created": "2026-04-09T01:33:27.408106535Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6014850949443672, - "StableID": "n5RkWEw8yo11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "DiscoKey": "discokey:af40ae4ad8b4119bcf41577d4cf8333db4cbf6ec90da002da97dea1d386abc45", - "Addresses": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "AllowedIPs": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "Endpoints": ["77.164.248.136:53969", "10.65.0.27:53969", "172.17.0.1:53969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55513}, - {"Proto": "peerapi6", "Port": 55513} - ]}, - "Created": "2026-04-09T01:33:24.695125837Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6121194993996392, - "StableID": "nj4BawQJop11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "DiscoKey": "discokey:5125d03cf9178e6be44224ad49cdb915dbdb10fef4c55d9cd7acdac2d1b76d5b", - "Addresses": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "AllowedIPs": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "Endpoints": ["77.164.248.136:46631", "10.65.0.27:46631", "172.17.0.1:46631"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37627}, - {"Proto": "peerapi6", "Port": 37627} - ]}, - "Created": "2026-04-09T01:33:23.071891416Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6398066386509432, - "StableID": "nRjkRaMhxr11CNTRL", + "ID": 4168869391886096, + "StableID": "nmDEYX86ZZ11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "DiscoKey": "discokey:541484ba267760804b59da1b6ef2f30d8cd686fb0b13856de14084ce926bdd31", - "Addresses": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "AllowedIPs": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "Endpoints": ["77.164.248.136:36225", "10.65.0.27:36225", "172.17.0.1:36225"], + "Key": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "DiscoKey": "discokey:68c839f772a934e8b53b6e79e50cc06d763dbbf8633678e4683b29602c326836", + "Addresses": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "AllowedIPs": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "Endpoints": ["77.164.248.136:44956", "10.65.0.27:44956", "172.17.0.1:44956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 37253}, - {"Proto": "peerapi6", "Port": 37253} + {"Proto": "peerapi4", "Port": 44673}, + {"Proto": "peerapi6", "Port": 44673} ]}, - "Created": "2026-04-09T01:33:26.321496183Z", + "Created": "2026-04-09T08:39:28.579398197Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8050776613579394, - "StableID": "nmzekVFDs521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "KeyExpiry": "2026-10-06T01:33:30Z", - "DiscoKey": "discokey:a1f628ed45cb56bd7e24c26862114becf7f65547e96d40815b85f1d53a3f003f", - "Addresses": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "AllowedIPs": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "Endpoints": ["77.164.248.136:59031", "10.65.0.27:59031", "172.17.0.1:59031"], + "ID": 6526536324166870, + "StableID": "nfsntS3txs11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "DiscoKey": "discokey:47a7dfee5eca7771a907be0b899117ec261a579244669a91cb7d3920e5241e37", + "Addresses": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "AllowedIPs": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "Endpoints": ["77.164.248.136:49889", "10.65.0.27:49889", "172.17.0.1:49889"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37163}, - {"Proto": "peerapi6", "Port": 37163} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 48283}, + {"Proto": "peerapi6", "Port": 48283} ]}, - "Created": "2026-04-09T01:33:30.14418756Z", + "Created": "2026-04-09T08:39:29.646572572Z", "Cap": 131, + "Tags": ["tag:client"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 8660279902075589, - "StableID": "nCEFDLsFdA21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:1bb6161abdfbab65cb9ddb3aa244cd58029e5ea76979bf02ae0335ab87965f31", - "Addresses": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "AllowedIPs": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "Endpoints": ["77.164.248.136:41182", "10.65.0.27:41182", "172.17.0.1:41182"], + "ID": 7316451475546699, + "StableID": "nkVDtsmd8z11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "DiscoKey": "discokey:eae2be41c1c67f6795b31f5275762efcf27f218ceb430cc030199c71f936b827", + "Addresses": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "AllowedIPs": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "Endpoints": ["77.164.248.136:45000", "10.65.0.27:45000", "172.17.0.1:45000"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53231}, - {"Proto": "peerapi6", "Port": 53231} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:33:29.042130062Z", + "Created": "2026-04-09T08:39:25.378142989Z", "Cap": 131, + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7589334487646881, + "StableID": "nQWfDywDG221CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "DiscoKey": "discokey:e0c76066f09679b791934eb0d902c733b433a93f5884f56b2500d507264f192b", + "Addresses": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "AllowedIPs": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "Endpoints": ["77.164.248.136:57389", "10.65.0.27:57389", "172.17.0.1:57389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49825}, + {"Proto": "peerapi6", "Port": 49825} + ]}, + "Created": "2026-04-09T08:39:30.192173178Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8648537763442367, + "StableID": "nAYVdTRwXA21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "DiscoKey": "discokey:b015e4b7a2b4154ccffff0582c1966dd4a51b72665d2118c3f5835d0ea90e242", + "Addresses": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "AllowedIPs": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "Endpoints": ["77.164.248.136:46712", "10.65.0.27:46712", "172.17.0.1:46712"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61377}, + {"Proto": "peerapi6", "Port": 61377} + ]}, + "Created": "2026-04-09T08:39:26.990243567Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8819329419678427, + "StableID": "n6aeS5qHsB21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "DiscoKey": "discokey:707ce986dcc98bb8c485aac93bc8e8f3a4b65d431e6a68d8d011dba2f03be666", + "Addresses": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "AllowedIPs": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "Endpoints": ["77.164.248.136:50267", "10.65.0.27:50267", "172.17.0.1:50267"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65375}, + {"Proto": "peerapi6", "Port": 65375} + ]}, + "Created": "2026-04-09T08:39:27.52355207Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5114,27 +5119,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2371682186030977": { - "ID": 2371682186030977, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5795745357064981": { + "ID": 5795745357064981, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5165,26 +5172,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6398066386509432, - "StableID": "nRjkRaMhxr11CNTRL", + "ID": 4168869391886096, + "StableID": "nmDEYX86ZZ11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 6398066386509432, - "Key": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "DiscoKey": "discokey:541484ba267760804b59da1b6ef2f30d8cd686fb0b13856de14084ce926bdd31", - "Addresses": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "AllowedIPs": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "Endpoints": ["77.164.248.136:36225", "10.65.0.27:36225", "172.17.0.1:36225"], + "User": 4168869391886096, + "Key": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "DiscoKey": "discokey:68c839f772a934e8b53b6e79e50cc06d763dbbf8633678e4683b29602c326836", + "Addresses": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "AllowedIPs": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "Endpoints": ["77.164.248.136:44956", "10.65.0.27:44956", "172.17.0.1:44956"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 37253}, - {"Proto": "peerapi6", "Port": 37253}, + {"Proto": "peerapi4", "Port": 44673}, + {"Proto": "peerapi6", "Port": 44673}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:26.321496183Z", + "Created": "2026-04-09T08:39:28.579398197Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5212,302 +5219,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "MachineKey": "mkey:1918b670dfc6b4a0d51ec02c6a0b380aa422f6208211556a44b59035a0eefa48", + "NodeKey": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "MachineKey": "mkey:6bb200b9d61578539333874eadc1e87bd9846ba6bb4c22ff0b91185ef6862d78", "Peers": [{ - "ID": 5348026474726, - "StableID": "nXVbn3VR3111CNTRL", + "ID": 769031061109750, + "StableID": "nB7wSE9J1711CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:3d604b76aebbd9e3e197e24403e9bb20b6dc21936d045e781f9ee2e3eba06866", - "Addresses": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "AllowedIPs": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "Endpoints": ["77.164.248.136:60609", "10.65.0.27:60609", "172.17.0.1:60609"], + "Key": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:a51671a21c3dc8b7b78bc44f3a9f574e732ebdde0545a7f185b907cef0cae731", + "Addresses": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "AllowedIPs": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "Endpoints": ["77.164.248.136:36665", "10.65.0.27:36665", "172.17.0.1:36665"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56579}, - {"Proto": "peerapi6", "Port": 56579} + {"Proto": "peerapi4", "Port": 54152}, + {"Proto": "peerapi6", "Port": 54152} ]}, - "Created": "2026-04-09T01:33:29.574409273Z", + "Created": "2026-04-09T08:39:31.794072995Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1481111305158334, - "StableID": "njb9DPHoZC11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "DiscoKey": "discokey:2ef3683d98d47dd996e4156e704e3199644e1d3a291b5b086e6de1073c270566", - "Addresses": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "AllowedIPs": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "Endpoints": ["77.164.248.136:58219", "10.65.0.27:58219", "172.17.0.1:58219"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 44498}, - {"Proto": "peerapi6", "Port": 44498} - ]}, - "Created": "2026-04-09T01:33:25.247673959Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1639693208202430, - "StableID": "nK5iwgxcoD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "DiscoKey": "discokey:514857769cd8007ebe69ec0c62d877436f49975e01e94037f2bd6f7eaf93046e", - "Addresses": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "AllowedIPs": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "Endpoints": ["77.164.248.136:46641", "10.65.0.27:46641", "172.17.0.1:46641"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 50559}, - {"Proto": "peerapi6", "Port": 50559} - ]}, - "Created": "2026-04-09T01:33:22.510198527Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1775348273904614, - "StableID": "nRp5aYP4sE11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "DiscoKey": "discokey:5bc8281b27685015c7255755af4c9817901018ad166c60da51259b93856c940f", - "Addresses": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "AllowedIPs": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "Endpoints": ["77.164.248.136:50404", "10.65.0.27:50404", "172.17.0.1:50404"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63540}, - {"Proto": "peerapi6", "Port": 63540} - ]}, - "Created": "2026-04-09T01:33:27.960539597Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2170201629493903, - "StableID": "npBYVyWtwH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "DiscoKey": "discokey:7f02c584dfb0826668fca02bb1c4182082b8fea29681157fb6d9b94b4ab4ac61", - "Addresses": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "AllowedIPs": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "Endpoints": ["77.164.248.136:40346", "10.65.0.27:40346", "172.17.0.1:40346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60579}, - {"Proto": "peerapi6", "Port": 60579} - ]}, - "Created": "2026-04-09T01:33:25.770568337Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2193420927327557, - "StableID": "niwBL1TQ8J11CNTRL", + "ID": 1588455926114987, + "StableID": "naaBnX3RQD11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "DiscoKey": "discokey:afa1f698b43026dd0a95cb29f1dff0c119173ece48907cb65fff7d02ba549602", - "Addresses": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "AllowedIPs": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "Endpoints": ["77.164.248.136:35494", "10.65.0.27:35494", "172.17.0.1:35494"], + "Key": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "DiscoKey": "discokey:21d266d89e2acbb545866d30002b38ccc801dddfa52726f3db40403a7037cf73", + "Addresses": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "AllowedIPs": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "Endpoints": ["77.164.248.136:59036", "10.65.0.27:59036", "172.17.0.1:59036"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60963}, - {"Proto": "peerapi6", "Port": 60963} + {"Proto": "peerapi4", "Port": 62196}, + {"Proto": "peerapi6", "Port": 62196} ]}, - "Created": "2026-04-09T01:33:28.501614312Z", + "Created": "2026-04-09T08:39:30.718434667Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 2371682186030977, - "StableID": "ntUTL259XK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "DiscoKey": "discokey:8d9db7579ef5c122129d5631952f6f4109bfabbd14b9c46f1cc66dba7fb0353d", - "Addresses": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "AllowedIPs": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "Endpoints": ["77.164.248.136:40462", "10.65.0.27:40462", "172.17.0.1:40462"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58424}, - {"Proto": "peerapi6", "Port": 58424} - ]}, - "Created": "2026-04-09T01:33:23.612332936Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3731590466763119, - "StableID": "ne8NK8Z39W11CNTRL", + "ID": 1967169331515556, + "StableID": "nBG8akCwMG11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "DiscoKey": "discokey:d9e23227888b6a103bcf5975b88f8b68f91836000e8eafa26b6907c2d8626f53", - "Addresses": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "AllowedIPs": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "Endpoints": ["77.164.248.136:50265", "10.65.0.27:50265", "172.17.0.1:50265"], - "HomeDERP": 4, + "Key": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "DiscoKey": "discokey:793bea06c4ca120d718818b73328e79eecba4ba707c68d7c8827041a0f7c7425", + "Addresses": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "AllowedIPs": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "Endpoints": ["77.164.248.136:42716", "10.65.0.27:42716", "172.17.0.1:42716"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 52845}, - {"Proto": "peerapi6", "Port": 52845} + {"Proto": "peerapi4", "Port": 50987}, + {"Proto": "peerapi6", "Port": 50987} ]}, - "Created": "2026-04-09T01:33:26.857553089Z", + "Created": "2026-04-09T08:39:29.111575523Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5167714787595804, - "StableID": "nKimm47UMh11CNTRL", + "ID": 2623085362015595, + "StableID": "n4bE7G11VM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "DiscoKey": "discokey:f076069142eca8ea099b2f7591210daa7f6551c410691992f077b996ee46b54c", + "Addresses": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "AllowedIPs": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39478}, + {"Proto": "peerapi6", "Port": 39478} + ]}, + "Created": "2026-04-09T08:39:28.055198002Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3063779021018171, + "StableID": "nEYofDHbvQ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "DiscoKey": "discokey:339c5a3603fc3d7b847315ee96a315642950f07c1c2a4b3671671253136f6409", + "Addresses": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "AllowedIPs": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "Endpoints": ["77.164.248.136:42976", "10.65.0.27:42976", "172.17.0.1:42976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56139}, + {"Proto": "peerapi6", "Port": 56139} + ]}, + "Created": "2026-04-09T08:39:24.837193906Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3207729715324009, + "StableID": "ngn9bycn3S11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "KeyExpiry": "2026-10-06T08:39:32Z", + "DiscoKey": "discokey:7d3d53aab0bab66969e16cd6ff08d08418c70d677833839ff80eaa02aef87b46", + "Addresses": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "AllowedIPs": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "Endpoints": ["77.164.248.136:35453", "10.65.0.27:35453", "172.17.0.1:35453"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 52601}, + {"Proto": "peerapi6", "Port": 52601} + ]}, + "Created": "2026-04-09T08:39:32.330979566Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3225440868568927, + "StableID": "nxB2Z1soBS11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:2ffbd3637be3c2ed3d039575895d4c207c3003b9655dfd069c8e9d35f05fb923", + "Addresses": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "AllowedIPs": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "Endpoints": ["77.164.248.136:54441", "10.65.0.27:54441", "172.17.0.1:54441"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 46902}, + {"Proto": "peerapi6", "Port": 46902} + ]}, + "Created": "2026-04-09T08:39:31.250420775Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3296345460280027, + "StableID": "nA2BXXQvjS11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "DiscoKey": "discokey:53e12423d84993321950132d24f3ceb3272953da7a96a7661611c37bfcd51214", - "Addresses": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "AllowedIPs": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "Endpoints": ["77.164.248.136:40636", "10.65.0.27:40636", "172.17.0.1:40636"], + "Key": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "DiscoKey": "discokey:0fe4850ba3dae39ec12d0c4e0ca71d7de479c71306cef5cc35f4958a099d673a", + "Addresses": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "AllowedIPs": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "Endpoints": ["77.164.248.136:36542", "10.65.0.27:36542", "172.17.0.1:36542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49218}, - {"Proto": "peerapi6", "Port": 49218} + {"Proto": "peerapi4", "Port": 52995}, + {"Proto": "peerapi6", "Port": 52995} ]}, - "Created": "2026-04-09T01:33:24.163237765Z", + "Created": "2026-04-09T08:39:26.442288954Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 5313981660471400, - "StableID": "nTJiTfHiVi11CNTRL", + "ID": 5795745357064981, + "StableID": "nGSAcMQuFn11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "DiscoKey": "discokey:fa1ad6c2bbd19d3108a5d32e2eee8af333f2df5a37f699bc32b4a5c1f9cf8077", + "Addresses": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "AllowedIPs": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "Endpoints": ["77.164.248.136:55283", "10.65.0.27:55283", "172.17.0.1:55283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41762}, + {"Proto": "peerapi6", "Port": 41762} + ]}, + "Created": "2026-04-09T08:39:25.917147921Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6526536324166870, + "StableID": "nfsntS3txs11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "DiscoKey": "discokey:12b5c207f4d31d296215eca3f2b1a076bc3576017b82b4419865a8accf50c07a", - "Addresses": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "AllowedIPs": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "Endpoints": ["77.164.248.136:51304", "10.65.0.27:51304", "172.17.0.1:51304"], + "Key": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "DiscoKey": "discokey:47a7dfee5eca7771a907be0b899117ec261a579244669a91cb7d3920e5241e37", + "Addresses": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "AllowedIPs": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "Endpoints": ["77.164.248.136:49889", "10.65.0.27:49889", "172.17.0.1:49889"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58766}, - {"Proto": "peerapi6", "Port": 58766} + {"Proto": "peerapi4", "Port": 48283}, + {"Proto": "peerapi6", "Port": 48283} ]}, - "Created": "2026-04-09T01:33:27.408106535Z", + "Created": "2026-04-09T08:39:29.646572572Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6014850949443672, - "StableID": "n5RkWEw8yo11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "DiscoKey": "discokey:af40ae4ad8b4119bcf41577d4cf8333db4cbf6ec90da002da97dea1d386abc45", - "Addresses": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "AllowedIPs": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "Endpoints": ["77.164.248.136:53969", "10.65.0.27:53969", "172.17.0.1:53969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55513}, - {"Proto": "peerapi6", "Port": 55513} - ]}, - "Created": "2026-04-09T01:33:24.695125837Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6121194993996392, - "StableID": "nj4BawQJop11CNTRL", + "ID": 7316451475546699, + "StableID": "nkVDtsmd8z11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "DiscoKey": "discokey:5125d03cf9178e6be44224ad49cdb915dbdb10fef4c55d9cd7acdac2d1b76d5b", - "Addresses": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "AllowedIPs": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "Endpoints": ["77.164.248.136:46631", "10.65.0.27:46631", "172.17.0.1:46631"], + "Key": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "DiscoKey": "discokey:eae2be41c1c67f6795b31f5275762efcf27f218ceb430cc030199c71f936b827", + "Addresses": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "AllowedIPs": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "Endpoints": ["77.164.248.136:45000", "10.65.0.27:45000", "172.17.0.1:45000"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37627}, - {"Proto": "peerapi6", "Port": 37627} + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} ]}, - "Created": "2026-04-09T01:33:23.071891416Z", + "Created": "2026-04-09T08:39:25.378142989Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8050776613579394, - "StableID": "nmzekVFDs521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "KeyExpiry": "2026-10-06T01:33:30Z", - "DiscoKey": "discokey:a1f628ed45cb56bd7e24c26862114becf7f65547e96d40815b85f1d53a3f003f", - "Addresses": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "AllowedIPs": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "Endpoints": ["77.164.248.136:59031", "10.65.0.27:59031", "172.17.0.1:59031"], + "ID": 7589334487646881, + "StableID": "nQWfDywDG221CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "DiscoKey": "discokey:e0c76066f09679b791934eb0d902c733b433a93f5884f56b2500d507264f192b", + "Addresses": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "AllowedIPs": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "Endpoints": ["77.164.248.136:57389", "10.65.0.27:57389", "172.17.0.1:57389"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37163}, - {"Proto": "peerapi6", "Port": 37163} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49825}, + {"Proto": "peerapi6", "Port": 49825} ]}, - "Created": "2026-04-09T01:33:30.14418756Z", + "Created": "2026-04-09T08:39:30.192173178Z", "Cap": 131, + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 8660279902075589, - "StableID": "nCEFDLsFdA21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:1bb6161abdfbab65cb9ddb3aa244cd58029e5ea76979bf02ae0335ab87965f31", - "Addresses": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "AllowedIPs": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "Endpoints": ["77.164.248.136:41182", "10.65.0.27:41182", "172.17.0.1:41182"], + "ID": 8648537763442367, + "StableID": "nAYVdTRwXA21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "DiscoKey": "discokey:b015e4b7a2b4154ccffff0582c1966dd4a51b72665d2118c3f5835d0ea90e242", + "Addresses": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "AllowedIPs": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "Endpoints": ["77.164.248.136:46712", "10.65.0.27:46712", "172.17.0.1:46712"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53231}, - {"Proto": "peerapi6", "Port": 53231} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61377}, + {"Proto": "peerapi6", "Port": 61377} ]}, - "Created": "2026-04-09T01:33:29.042130062Z", + "Created": "2026-04-09T08:39:26.990243567Z", "Cap": 131, + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8819329419678427, + "StableID": "n6aeS5qHsB21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "DiscoKey": "discokey:707ce986dcc98bb8c485aac93bc8e8f3a4b65d431e6a68d8d011dba2f03be666", + "Addresses": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "AllowedIPs": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "Endpoints": ["77.164.248.136:50267", "10.65.0.27:50267", "172.17.0.1:50267"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65375}, + {"Proto": "peerapi6", "Port": 65375} + ]}, + "Created": "2026-04-09T08:39:27.52355207Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6355,27 +6362,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6398066386509432": { - "ID": 6398066386509432, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4168869391886096": { + "ID": 4168869391886096, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6406,22 +6415,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8660279902075589, - "StableID": "nCEFDLsFdA21CNTRL", + "ID": 3225440868568927, + "StableID": "nxB2Z1soBS11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:1bb6161abdfbab65cb9ddb3aa244cd58029e5ea76979bf02ae0335ab87965f31", - "Addresses": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "AllowedIPs": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "Endpoints": ["77.164.248.136:41182", "10.65.0.27:41182", "172.17.0.1:41182"], + "Key": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:2ffbd3637be3c2ed3d039575895d4c207c3003b9655dfd069c8e9d35f05fb923", + "Addresses": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "AllowedIPs": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "Endpoints": ["77.164.248.136:54441", "10.65.0.27:54441", "172.17.0.1:54441"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53231}, - {"Proto": "peerapi6", "Port": 53231}, + {"Proto": "peerapi4", "Port": 46902}, + {"Proto": "peerapi6", "Port": 46902}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:29.042130062Z", + "Created": "2026-04-09T08:39:31.250420775Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6448,302 +6457,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "MachineKey": "mkey:391a93daa39d06dfe5883b65f1b457ad12d6b2cc1df3899c3c646c863e8c4b29", + "NodeKey": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "MachineKey": "mkey:41311951676c4eb73ead747f4cd0b4290afbbec2d4dac5b5c3091afbacdb664c", "Peers": [{ - "ID": 5348026474726, - "StableID": "nXVbn3VR3111CNTRL", + "ID": 769031061109750, + "StableID": "nB7wSE9J1711CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:3d604b76aebbd9e3e197e24403e9bb20b6dc21936d045e781f9ee2e3eba06866", - "Addresses": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "AllowedIPs": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "Endpoints": ["77.164.248.136:60609", "10.65.0.27:60609", "172.17.0.1:60609"], + "Key": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:a51671a21c3dc8b7b78bc44f3a9f574e732ebdde0545a7f185b907cef0cae731", + "Addresses": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "AllowedIPs": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "Endpoints": ["77.164.248.136:36665", "10.65.0.27:36665", "172.17.0.1:36665"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56579}, - {"Proto": "peerapi6", "Port": 56579} + {"Proto": "peerapi4", "Port": 54152}, + {"Proto": "peerapi6", "Port": 54152} ]}, - "Created": "2026-04-09T01:33:29.574409273Z", + "Created": "2026-04-09T08:39:31.794072995Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1481111305158334, - "StableID": "njb9DPHoZC11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "DiscoKey": "discokey:2ef3683d98d47dd996e4156e704e3199644e1d3a291b5b086e6de1073c270566", - "Addresses": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "AllowedIPs": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "Endpoints": ["77.164.248.136:58219", "10.65.0.27:58219", "172.17.0.1:58219"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 44498}, - {"Proto": "peerapi6", "Port": 44498} - ]}, - "Created": "2026-04-09T01:33:25.247673959Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1639693208202430, - "StableID": "nK5iwgxcoD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "DiscoKey": "discokey:514857769cd8007ebe69ec0c62d877436f49975e01e94037f2bd6f7eaf93046e", - "Addresses": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "AllowedIPs": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "Endpoints": ["77.164.248.136:46641", "10.65.0.27:46641", "172.17.0.1:46641"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 50559}, - {"Proto": "peerapi6", "Port": 50559} - ]}, - "Created": "2026-04-09T01:33:22.510198527Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1775348273904614, - "StableID": "nRp5aYP4sE11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "DiscoKey": "discokey:5bc8281b27685015c7255755af4c9817901018ad166c60da51259b93856c940f", - "Addresses": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "AllowedIPs": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "Endpoints": ["77.164.248.136:50404", "10.65.0.27:50404", "172.17.0.1:50404"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63540}, - {"Proto": "peerapi6", "Port": 63540} - ]}, - "Created": "2026-04-09T01:33:27.960539597Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2170201629493903, - "StableID": "npBYVyWtwH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "DiscoKey": "discokey:7f02c584dfb0826668fca02bb1c4182082b8fea29681157fb6d9b94b4ab4ac61", - "Addresses": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "AllowedIPs": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "Endpoints": ["77.164.248.136:40346", "10.65.0.27:40346", "172.17.0.1:40346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60579}, - {"Proto": "peerapi6", "Port": 60579} - ]}, - "Created": "2026-04-09T01:33:25.770568337Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2193420927327557, - "StableID": "niwBL1TQ8J11CNTRL", + "ID": 1588455926114987, + "StableID": "naaBnX3RQD11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "DiscoKey": "discokey:afa1f698b43026dd0a95cb29f1dff0c119173ece48907cb65fff7d02ba549602", - "Addresses": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "AllowedIPs": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "Endpoints": ["77.164.248.136:35494", "10.65.0.27:35494", "172.17.0.1:35494"], + "Key": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "DiscoKey": "discokey:21d266d89e2acbb545866d30002b38ccc801dddfa52726f3db40403a7037cf73", + "Addresses": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "AllowedIPs": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "Endpoints": ["77.164.248.136:59036", "10.65.0.27:59036", "172.17.0.1:59036"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60963}, - {"Proto": "peerapi6", "Port": 60963} + {"Proto": "peerapi4", "Port": 62196}, + {"Proto": "peerapi6", "Port": 62196} ]}, - "Created": "2026-04-09T01:33:28.501614312Z", + "Created": "2026-04-09T08:39:30.718434667Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 2371682186030977, - "StableID": "ntUTL259XK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "DiscoKey": "discokey:8d9db7579ef5c122129d5631952f6f4109bfabbd14b9c46f1cc66dba7fb0353d", - "Addresses": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "AllowedIPs": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "Endpoints": ["77.164.248.136:40462", "10.65.0.27:40462", "172.17.0.1:40462"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58424}, - {"Proto": "peerapi6", "Port": 58424} - ]}, - "Created": "2026-04-09T01:33:23.612332936Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3731590466763119, - "StableID": "ne8NK8Z39W11CNTRL", + "ID": 1967169331515556, + "StableID": "nBG8akCwMG11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "DiscoKey": "discokey:d9e23227888b6a103bcf5975b88f8b68f91836000e8eafa26b6907c2d8626f53", - "Addresses": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "AllowedIPs": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "Endpoints": ["77.164.248.136:50265", "10.65.0.27:50265", "172.17.0.1:50265"], - "HomeDERP": 4, + "Key": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "DiscoKey": "discokey:793bea06c4ca120d718818b73328e79eecba4ba707c68d7c8827041a0f7c7425", + "Addresses": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "AllowedIPs": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "Endpoints": ["77.164.248.136:42716", "10.65.0.27:42716", "172.17.0.1:42716"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 52845}, - {"Proto": "peerapi6", "Port": 52845} + {"Proto": "peerapi4", "Port": 50987}, + {"Proto": "peerapi6", "Port": 50987} ]}, - "Created": "2026-04-09T01:33:26.857553089Z", + "Created": "2026-04-09T08:39:29.111575523Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5167714787595804, - "StableID": "nKimm47UMh11CNTRL", + "ID": 2623085362015595, + "StableID": "n4bE7G11VM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "DiscoKey": "discokey:f076069142eca8ea099b2f7591210daa7f6551c410691992f077b996ee46b54c", + "Addresses": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "AllowedIPs": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39478}, + {"Proto": "peerapi6", "Port": 39478} + ]}, + "Created": "2026-04-09T08:39:28.055198002Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3063779021018171, + "StableID": "nEYofDHbvQ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "DiscoKey": "discokey:339c5a3603fc3d7b847315ee96a315642950f07c1c2a4b3671671253136f6409", + "Addresses": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "AllowedIPs": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "Endpoints": ["77.164.248.136:42976", "10.65.0.27:42976", "172.17.0.1:42976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56139}, + {"Proto": "peerapi6", "Port": 56139} + ]}, + "Created": "2026-04-09T08:39:24.837193906Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3207729715324009, + "StableID": "ngn9bycn3S11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "KeyExpiry": "2026-10-06T08:39:32Z", + "DiscoKey": "discokey:7d3d53aab0bab66969e16cd6ff08d08418c70d677833839ff80eaa02aef87b46", + "Addresses": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "AllowedIPs": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "Endpoints": ["77.164.248.136:35453", "10.65.0.27:35453", "172.17.0.1:35453"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 52601}, + {"Proto": "peerapi6", "Port": 52601} + ]}, + "Created": "2026-04-09T08:39:32.330979566Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3296345460280027, + "StableID": "nA2BXXQvjS11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "DiscoKey": "discokey:53e12423d84993321950132d24f3ceb3272953da7a96a7661611c37bfcd51214", - "Addresses": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "AllowedIPs": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "Endpoints": ["77.164.248.136:40636", "10.65.0.27:40636", "172.17.0.1:40636"], + "Key": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "DiscoKey": "discokey:0fe4850ba3dae39ec12d0c4e0ca71d7de479c71306cef5cc35f4958a099d673a", + "Addresses": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "AllowedIPs": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "Endpoints": ["77.164.248.136:36542", "10.65.0.27:36542", "172.17.0.1:36542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49218}, - {"Proto": "peerapi6", "Port": 49218} + {"Proto": "peerapi4", "Port": 52995}, + {"Proto": "peerapi6", "Port": 52995} ]}, - "Created": "2026-04-09T01:33:24.163237765Z", + "Created": "2026-04-09T08:39:26.442288954Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 5313981660471400, - "StableID": "nTJiTfHiVi11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "DiscoKey": "discokey:12b5c207f4d31d296215eca3f2b1a076bc3576017b82b4419865a8accf50c07a", - "Addresses": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "AllowedIPs": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "Endpoints": ["77.164.248.136:51304", "10.65.0.27:51304", "172.17.0.1:51304"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58766}, - {"Proto": "peerapi6", "Port": 58766} - ]}, - "Created": "2026-04-09T01:33:27.408106535Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6014850949443672, - "StableID": "n5RkWEw8yo11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "DiscoKey": "discokey:af40ae4ad8b4119bcf41577d4cf8333db4cbf6ec90da002da97dea1d386abc45", - "Addresses": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "AllowedIPs": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "Endpoints": ["77.164.248.136:53969", "10.65.0.27:53969", "172.17.0.1:53969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55513}, - {"Proto": "peerapi6", "Port": 55513} - ]}, - "Created": "2026-04-09T01:33:24.695125837Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6121194993996392, - "StableID": "nj4BawQJop11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "DiscoKey": "discokey:5125d03cf9178e6be44224ad49cdb915dbdb10fef4c55d9cd7acdac2d1b76d5b", - "Addresses": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "AllowedIPs": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "Endpoints": ["77.164.248.136:46631", "10.65.0.27:46631", "172.17.0.1:46631"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37627}, - {"Proto": "peerapi6", "Port": 37627} - ]}, - "Created": "2026-04-09T01:33:23.071891416Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6398066386509432, - "StableID": "nRjkRaMhxr11CNTRL", + "ID": 4168869391886096, + "StableID": "nmDEYX86ZZ11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "DiscoKey": "discokey:541484ba267760804b59da1b6ef2f30d8cd686fb0b13856de14084ce926bdd31", - "Addresses": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "AllowedIPs": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "Endpoints": ["77.164.248.136:36225", "10.65.0.27:36225", "172.17.0.1:36225"], + "Key": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "DiscoKey": "discokey:68c839f772a934e8b53b6e79e50cc06d763dbbf8633678e4683b29602c326836", + "Addresses": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "AllowedIPs": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "Endpoints": ["77.164.248.136:44956", "10.65.0.27:44956", "172.17.0.1:44956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 37253}, - {"Proto": "peerapi6", "Port": 37253} + {"Proto": "peerapi4", "Port": 44673}, + {"Proto": "peerapi6", "Port": 44673} ]}, - "Created": "2026-04-09T01:33:26.321496183Z", + "Created": "2026-04-09T08:39:28.579398197Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8050776613579394, - "StableID": "nmzekVFDs521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "KeyExpiry": "2026-10-06T01:33:30Z", - "DiscoKey": "discokey:a1f628ed45cb56bd7e24c26862114becf7f65547e96d40815b85f1d53a3f003f", - "Addresses": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "AllowedIPs": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "Endpoints": ["77.164.248.136:59031", "10.65.0.27:59031", "172.17.0.1:59031"], + "ID": 5795745357064981, + "StableID": "nGSAcMQuFn11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "DiscoKey": "discokey:fa1ad6c2bbd19d3108a5d32e2eee8af333f2df5a37f699bc32b4a5c1f9cf8077", + "Addresses": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "AllowedIPs": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "Endpoints": ["77.164.248.136:55283", "10.65.0.27:55283", "172.17.0.1:55283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37163}, - {"Proto": "peerapi6", "Port": 37163} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41762}, + {"Proto": "peerapi6", "Port": 41762} ]}, - "Created": "2026-04-09T01:33:30.14418756Z", + "Created": "2026-04-09T08:39:25.917147921Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6526536324166870, + "StableID": "nfsntS3txs11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "DiscoKey": "discokey:47a7dfee5eca7771a907be0b899117ec261a579244669a91cb7d3920e5241e37", + "Addresses": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "AllowedIPs": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "Endpoints": ["77.164.248.136:49889", "10.65.0.27:49889", "172.17.0.1:49889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 48283}, + {"Proto": "peerapi6", "Port": 48283} + ]}, + "Created": "2026-04-09T08:39:29.646572572Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7316451475546699, + "StableID": "nkVDtsmd8z11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "DiscoKey": "discokey:eae2be41c1c67f6795b31f5275762efcf27f218ceb430cc030199c71f936b827", + "Addresses": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "AllowedIPs": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "Endpoints": ["77.164.248.136:45000", "10.65.0.27:45000", "172.17.0.1:45000"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} + ]}, + "Created": "2026-04-09T08:39:25.378142989Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7589334487646881, + "StableID": "nQWfDywDG221CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "DiscoKey": "discokey:e0c76066f09679b791934eb0d902c733b433a93f5884f56b2500d507264f192b", + "Addresses": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "AllowedIPs": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "Endpoints": ["77.164.248.136:57389", "10.65.0.27:57389", "172.17.0.1:57389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49825}, + {"Proto": "peerapi6", "Port": 49825} + ]}, + "Created": "2026-04-09T08:39:30.192173178Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8648537763442367, + "StableID": "nAYVdTRwXA21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "DiscoKey": "discokey:b015e4b7a2b4154ccffff0582c1966dd4a51b72665d2118c3f5835d0ea90e242", + "Addresses": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "AllowedIPs": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "Endpoints": ["77.164.248.136:46712", "10.65.0.27:46712", "172.17.0.1:46712"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61377}, + {"Proto": "peerapi6", "Port": 61377} + ]}, + "Created": "2026-04-09T08:39:26.990243567Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8819329419678427, + "StableID": "n6aeS5qHsB21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "DiscoKey": "discokey:707ce986dcc98bb8c485aac93bc8e8f3a4b65d431e6a68d8d011dba2f03be666", + "Addresses": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "AllowedIPs": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "Endpoints": ["77.164.248.136:50267", "10.65.0.27:50267", "172.17.0.1:50267"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65375}, + {"Proto": "peerapi6", "Port": 65375} + ]}, + "Created": "2026-04-09T08:39:27.52355207Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6771,7 +6780,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.110.85.88"}, {"nodeIP": "fd7a:115c:a1e0::3137:5558"}], + "principals": [{"nodeIP": "100.102.71.98"}, {"nodeIP": "fd7a:115c:a1e0::b137:4762"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -7600,26 +7609,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.110.85.88"}, {"nodeIP": "fd7a:115c:a1e0::3137:5558"}], + "principals": [{"nodeIP": "100.102.71.98"}, {"nodeIP": "fd7a:115c:a1e0::b137:4762"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -7656,21 +7666,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1775348273904614, - "StableID": "nRp5aYP4sE11CNTRL", + "ID": 7589334487646881, + "StableID": "nQWfDywDG221CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 1775348273904614, - "Key": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "DiscoKey": "discokey:5bc8281b27685015c7255755af4c9817901018ad166c60da51259b93856c940f", - "Addresses": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "AllowedIPs": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "Endpoints": ["77.164.248.136:50404", "10.65.0.27:50404", "172.17.0.1:50404"], + "User": 7589334487646881, + "Key": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "DiscoKey": "discokey:e0c76066f09679b791934eb0d902c733b433a93f5884f56b2500d507264f192b", + "Addresses": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "AllowedIPs": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "Endpoints": ["77.164.248.136:57389", "10.65.0.27:57389", "172.17.0.1:57389"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 63540}, - {"Proto": "peerapi6", "Port": 63540}, + {"Proto": "peerapi4", "Port": 49825}, + {"Proto": "peerapi6", "Port": 49825}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:27.960539597Z", + "Created": "2026-04-09T08:39:30.192173178Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7698,300 +7708,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "MachineKey": "mkey:515e72d60db006fd58fb92486110268c566f5e55632c57ee82421ef7f0a0c931", + "NodeKey": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "MachineKey": "mkey:0ac7bc7d8a8d89b71df119c25b7d2f1623eb8b83e7e23cd0aa9781a933a10257", "Peers": [{ - "ID": 5348026474726, - "StableID": "nXVbn3VR3111CNTRL", + "ID": 769031061109750, + "StableID": "nB7wSE9J1711CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:3d604b76aebbd9e3e197e24403e9bb20b6dc21936d045e781f9ee2e3eba06866", - "Addresses": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "AllowedIPs": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "Endpoints": ["77.164.248.136:60609", "10.65.0.27:60609", "172.17.0.1:60609"], + "Key": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:a51671a21c3dc8b7b78bc44f3a9f574e732ebdde0545a7f185b907cef0cae731", + "Addresses": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "AllowedIPs": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "Endpoints": ["77.164.248.136:36665", "10.65.0.27:36665", "172.17.0.1:36665"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56579}, - {"Proto": "peerapi6", "Port": 56579} + {"Proto": "peerapi4", "Port": 54152}, + {"Proto": "peerapi6", "Port": 54152} ]}, - "Created": "2026-04-09T01:33:29.574409273Z", + "Created": "2026-04-09T08:39:31.794072995Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1481111305158334, - "StableID": "njb9DPHoZC11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "DiscoKey": "discokey:2ef3683d98d47dd996e4156e704e3199644e1d3a291b5b086e6de1073c270566", - "Addresses": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "AllowedIPs": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "Endpoints": ["77.164.248.136:58219", "10.65.0.27:58219", "172.17.0.1:58219"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 44498}, - {"Proto": "peerapi6", "Port": 44498} - ]}, - "Created": "2026-04-09T01:33:25.247673959Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1639693208202430, - "StableID": "nK5iwgxcoD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "DiscoKey": "discokey:514857769cd8007ebe69ec0c62d877436f49975e01e94037f2bd6f7eaf93046e", - "Addresses": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "AllowedIPs": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "Endpoints": ["77.164.248.136:46641", "10.65.0.27:46641", "172.17.0.1:46641"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 50559}, - {"Proto": "peerapi6", "Port": 50559} - ]}, - "Created": "2026-04-09T01:33:22.510198527Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2170201629493903, - "StableID": "npBYVyWtwH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "DiscoKey": "discokey:7f02c584dfb0826668fca02bb1c4182082b8fea29681157fb6d9b94b4ab4ac61", - "Addresses": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "AllowedIPs": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "Endpoints": ["77.164.248.136:40346", "10.65.0.27:40346", "172.17.0.1:40346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60579}, - {"Proto": "peerapi6", "Port": 60579} - ]}, - "Created": "2026-04-09T01:33:25.770568337Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2193420927327557, - "StableID": "niwBL1TQ8J11CNTRL", + "ID": 1588455926114987, + "StableID": "naaBnX3RQD11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "DiscoKey": "discokey:afa1f698b43026dd0a95cb29f1dff0c119173ece48907cb65fff7d02ba549602", - "Addresses": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "AllowedIPs": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "Endpoints": ["77.164.248.136:35494", "10.65.0.27:35494", "172.17.0.1:35494"], + "Key": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "DiscoKey": "discokey:21d266d89e2acbb545866d30002b38ccc801dddfa52726f3db40403a7037cf73", + "Addresses": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "AllowedIPs": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "Endpoints": ["77.164.248.136:59036", "10.65.0.27:59036", "172.17.0.1:59036"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60963}, - {"Proto": "peerapi6", "Port": 60963} + {"Proto": "peerapi4", "Port": 62196}, + {"Proto": "peerapi6", "Port": 62196} ]}, - "Created": "2026-04-09T01:33:28.501614312Z", + "Created": "2026-04-09T08:39:30.718434667Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 2371682186030977, - "StableID": "ntUTL259XK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "DiscoKey": "discokey:8d9db7579ef5c122129d5631952f6f4109bfabbd14b9c46f1cc66dba7fb0353d", - "Addresses": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "AllowedIPs": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "Endpoints": ["77.164.248.136:40462", "10.65.0.27:40462", "172.17.0.1:40462"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58424}, - {"Proto": "peerapi6", "Port": 58424} - ]}, - "Created": "2026-04-09T01:33:23.612332936Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3731590466763119, - "StableID": "ne8NK8Z39W11CNTRL", + "ID": 1967169331515556, + "StableID": "nBG8akCwMG11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "DiscoKey": "discokey:d9e23227888b6a103bcf5975b88f8b68f91836000e8eafa26b6907c2d8626f53", - "Addresses": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "AllowedIPs": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "Endpoints": ["77.164.248.136:50265", "10.65.0.27:50265", "172.17.0.1:50265"], - "HomeDERP": 4, + "Key": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "DiscoKey": "discokey:793bea06c4ca120d718818b73328e79eecba4ba707c68d7c8827041a0f7c7425", + "Addresses": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "AllowedIPs": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "Endpoints": ["77.164.248.136:42716", "10.65.0.27:42716", "172.17.0.1:42716"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 52845}, - {"Proto": "peerapi6", "Port": 52845} + {"Proto": "peerapi4", "Port": 50987}, + {"Proto": "peerapi6", "Port": 50987} ]}, - "Created": "2026-04-09T01:33:26.857553089Z", + "Created": "2026-04-09T08:39:29.111575523Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5167714787595804, - "StableID": "nKimm47UMh11CNTRL", + "ID": 2623085362015595, + "StableID": "n4bE7G11VM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "DiscoKey": "discokey:f076069142eca8ea099b2f7591210daa7f6551c410691992f077b996ee46b54c", + "Addresses": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "AllowedIPs": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39478}, + {"Proto": "peerapi6", "Port": 39478} + ]}, + "Created": "2026-04-09T08:39:28.055198002Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3063779021018171, + "StableID": "nEYofDHbvQ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "DiscoKey": "discokey:339c5a3603fc3d7b847315ee96a315642950f07c1c2a4b3671671253136f6409", + "Addresses": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "AllowedIPs": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "Endpoints": ["77.164.248.136:42976", "10.65.0.27:42976", "172.17.0.1:42976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56139}, + {"Proto": "peerapi6", "Port": 56139} + ]}, + "Created": "2026-04-09T08:39:24.837193906Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3207729715324009, + "StableID": "ngn9bycn3S11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "KeyExpiry": "2026-10-06T08:39:32Z", + "DiscoKey": "discokey:7d3d53aab0bab66969e16cd6ff08d08418c70d677833839ff80eaa02aef87b46", + "Addresses": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "AllowedIPs": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 52601}, + {"Proto": "peerapi6", "Port": 52601} + ]}, + "Created": "2026-04-09T08:39:32.330979566Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3225440868568927, + "StableID": "nxB2Z1soBS11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:2ffbd3637be3c2ed3d039575895d4c207c3003b9655dfd069c8e9d35f05fb923", + "Addresses": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "AllowedIPs": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "Endpoints": ["77.164.248.136:54441", "10.65.0.27:54441", "172.17.0.1:54441"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 46902}, + {"Proto": "peerapi6", "Port": 46902} + ]}, + "Created": "2026-04-09T08:39:31.250420775Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3296345460280027, + "StableID": "nA2BXXQvjS11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "DiscoKey": "discokey:53e12423d84993321950132d24f3ceb3272953da7a96a7661611c37bfcd51214", - "Addresses": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "AllowedIPs": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "Endpoints": ["77.164.248.136:40636", "10.65.0.27:40636", "172.17.0.1:40636"], + "Key": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "DiscoKey": "discokey:0fe4850ba3dae39ec12d0c4e0ca71d7de479c71306cef5cc35f4958a099d673a", + "Addresses": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "AllowedIPs": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "Endpoints": ["77.164.248.136:36542", "10.65.0.27:36542", "172.17.0.1:36542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49218}, - {"Proto": "peerapi6", "Port": 49218} + {"Proto": "peerapi4", "Port": 52995}, + {"Proto": "peerapi6", "Port": 52995} ]}, - "Created": "2026-04-09T01:33:24.163237765Z", + "Created": "2026-04-09T08:39:26.442288954Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 5313981660471400, - "StableID": "nTJiTfHiVi11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "DiscoKey": "discokey:12b5c207f4d31d296215eca3f2b1a076bc3576017b82b4419865a8accf50c07a", - "Addresses": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "AllowedIPs": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "Endpoints": ["77.164.248.136:51304", "10.65.0.27:51304", "172.17.0.1:51304"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58766}, - {"Proto": "peerapi6", "Port": 58766} - ]}, - "Created": "2026-04-09T01:33:27.408106535Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6014850949443672, - "StableID": "n5RkWEw8yo11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "DiscoKey": "discokey:af40ae4ad8b4119bcf41577d4cf8333db4cbf6ec90da002da97dea1d386abc45", - "Addresses": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "AllowedIPs": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "Endpoints": ["77.164.248.136:53969", "10.65.0.27:53969", "172.17.0.1:53969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55513}, - {"Proto": "peerapi6", "Port": 55513} - ]}, - "Created": "2026-04-09T01:33:24.695125837Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6121194993996392, - "StableID": "nj4BawQJop11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "DiscoKey": "discokey:5125d03cf9178e6be44224ad49cdb915dbdb10fef4c55d9cd7acdac2d1b76d5b", - "Addresses": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "AllowedIPs": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "Endpoints": ["77.164.248.136:46631", "10.65.0.27:46631", "172.17.0.1:46631"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37627}, - {"Proto": "peerapi6", "Port": 37627} - ]}, - "Created": "2026-04-09T01:33:23.071891416Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6398066386509432, - "StableID": "nRjkRaMhxr11CNTRL", + "ID": 4168869391886096, + "StableID": "nmDEYX86ZZ11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "DiscoKey": "discokey:541484ba267760804b59da1b6ef2f30d8cd686fb0b13856de14084ce926bdd31", - "Addresses": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "AllowedIPs": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "Endpoints": ["77.164.248.136:36225", "10.65.0.27:36225", "172.17.0.1:36225"], + "Key": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "DiscoKey": "discokey:68c839f772a934e8b53b6e79e50cc06d763dbbf8633678e4683b29602c326836", + "Addresses": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "AllowedIPs": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "Endpoints": ["77.164.248.136:44956", "10.65.0.27:44956", "172.17.0.1:44956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 37253}, - {"Proto": "peerapi6", "Port": 37253} + {"Proto": "peerapi4", "Port": 44673}, + {"Proto": "peerapi6", "Port": 44673} ]}, - "Created": "2026-04-09T01:33:26.321496183Z", + "Created": "2026-04-09T08:39:28.579398197Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8050776613579394, - "StableID": "nmzekVFDs521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "KeyExpiry": "2026-10-06T01:33:30Z", - "DiscoKey": "discokey:a1f628ed45cb56bd7e24c26862114becf7f65547e96d40815b85f1d53a3f003f", - "Addresses": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "AllowedIPs": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37163}, - {"Proto": "peerapi6", "Port": 37163} - ]}, - "Created": "2026-04-09T01:33:30.14418756Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8660279902075589, - "StableID": "nCEFDLsFdA21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:1bb6161abdfbab65cb9ddb3aa244cd58029e5ea76979bf02ae0335ab87965f31", - "Addresses": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "AllowedIPs": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "Endpoints": ["77.164.248.136:41182", "10.65.0.27:41182", "172.17.0.1:41182"], + "ID": 5795745357064981, + "StableID": "nGSAcMQuFn11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "DiscoKey": "discokey:fa1ad6c2bbd19d3108a5d32e2eee8af333f2df5a37f699bc32b4a5c1f9cf8077", + "Addresses": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "AllowedIPs": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "Endpoints": ["77.164.248.136:55283", "10.65.0.27:55283", "172.17.0.1:55283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53231}, - {"Proto": "peerapi6", "Port": 53231} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41762}, + {"Proto": "peerapi6", "Port": 41762} ]}, - "Created": "2026-04-09T01:33:29.042130062Z", + "Created": "2026-04-09T08:39:25.917147921Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6526536324166870, + "StableID": "nfsntS3txs11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "DiscoKey": "discokey:47a7dfee5eca7771a907be0b899117ec261a579244669a91cb7d3920e5241e37", + "Addresses": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "AllowedIPs": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "Endpoints": ["77.164.248.136:49889", "10.65.0.27:49889", "172.17.0.1:49889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 48283}, + {"Proto": "peerapi6", "Port": 48283} + ]}, + "Created": "2026-04-09T08:39:29.646572572Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7316451475546699, + "StableID": "nkVDtsmd8z11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "DiscoKey": "discokey:eae2be41c1c67f6795b31f5275762efcf27f218ceb430cc030199c71f936b827", + "Addresses": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "AllowedIPs": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "Endpoints": ["77.164.248.136:45000", "10.65.0.27:45000", "172.17.0.1:45000"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} + ]}, + "Created": "2026-04-09T08:39:25.378142989Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8648537763442367, + "StableID": "nAYVdTRwXA21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "DiscoKey": "discokey:b015e4b7a2b4154ccffff0582c1966dd4a51b72665d2118c3f5835d0ea90e242", + "Addresses": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "AllowedIPs": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "Endpoints": ["77.164.248.136:46712", "10.65.0.27:46712", "172.17.0.1:46712"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61377}, + {"Proto": "peerapi6", "Port": 61377} + ]}, + "Created": "2026-04-09T08:39:26.990243567Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8819329419678427, + "StableID": "n6aeS5qHsB21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "DiscoKey": "discokey:707ce986dcc98bb8c485aac93bc8e8f3a4b65d431e6a68d8d011dba2f03be666", + "Addresses": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "AllowedIPs": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "Endpoints": ["77.164.248.136:50267", "10.65.0.27:50267", "172.17.0.1:50267"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65375}, + {"Proto": "peerapi6", "Port": 65375} + ]}, + "Created": "2026-04-09T08:39:27.52355207Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8839,27 +8849,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1775348273904614": { - "ID": 1775348273904614, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7589334487646881": { + "ID": 7589334487646881, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8890,26 +8902,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6121194993996392, - "StableID": "nj4BawQJop11CNTRL", + "ID": 7316451475546699, + "StableID": "nkVDtsmd8z11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 6121194993996392, - "Key": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "DiscoKey": "discokey:5125d03cf9178e6be44224ad49cdb915dbdb10fef4c55d9cd7acdac2d1b76d5b", - "Addresses": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "AllowedIPs": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "Endpoints": ["77.164.248.136:46631", "10.65.0.27:46631", "172.17.0.1:46631"], + "User": 7316451475546699, + "Key": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "DiscoKey": "discokey:eae2be41c1c67f6795b31f5275762efcf27f218ceb430cc030199c71f936b827", + "Addresses": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "AllowedIPs": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "Endpoints": ["77.164.248.136:45000", "10.65.0.27:45000", "172.17.0.1:45000"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 37627}, - {"Proto": "peerapi6", "Port": 37627}, + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:23.071891416Z", + "Created": "2026-04-09T08:39:25.378142989Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8937,302 +8949,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "MachineKey": "mkey:20cc6a5ef0ad0fd007c06f7b8fb98fddcfaf503a4c0376e12ecb0ece1f3f003d", + "NodeKey": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "MachineKey": "mkey:02a933fba89fce5edb732816be306121309627202dff54a0c67c7c910f0fbc7b", "Peers": [{ - "ID": 5348026474726, - "StableID": "nXVbn3VR3111CNTRL", + "ID": 769031061109750, + "StableID": "nB7wSE9J1711CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:3d604b76aebbd9e3e197e24403e9bb20b6dc21936d045e781f9ee2e3eba06866", - "Addresses": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "AllowedIPs": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "Endpoints": ["77.164.248.136:60609", "10.65.0.27:60609", "172.17.0.1:60609"], + "Key": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:a51671a21c3dc8b7b78bc44f3a9f574e732ebdde0545a7f185b907cef0cae731", + "Addresses": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "AllowedIPs": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "Endpoints": ["77.164.248.136:36665", "10.65.0.27:36665", "172.17.0.1:36665"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56579}, - {"Proto": "peerapi6", "Port": 56579} + {"Proto": "peerapi4", "Port": 54152}, + {"Proto": "peerapi6", "Port": 54152} ]}, - "Created": "2026-04-09T01:33:29.574409273Z", + "Created": "2026-04-09T08:39:31.794072995Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1481111305158334, - "StableID": "njb9DPHoZC11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "DiscoKey": "discokey:2ef3683d98d47dd996e4156e704e3199644e1d3a291b5b086e6de1073c270566", - "Addresses": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "AllowedIPs": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "Endpoints": ["77.164.248.136:58219", "10.65.0.27:58219", "172.17.0.1:58219"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 44498}, - {"Proto": "peerapi6", "Port": 44498} - ]}, - "Created": "2026-04-09T01:33:25.247673959Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1639693208202430, - "StableID": "nK5iwgxcoD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "DiscoKey": "discokey:514857769cd8007ebe69ec0c62d877436f49975e01e94037f2bd6f7eaf93046e", - "Addresses": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "AllowedIPs": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "Endpoints": ["77.164.248.136:46641", "10.65.0.27:46641", "172.17.0.1:46641"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 50559}, - {"Proto": "peerapi6", "Port": 50559} - ]}, - "Created": "2026-04-09T01:33:22.510198527Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1775348273904614, - "StableID": "nRp5aYP4sE11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "DiscoKey": "discokey:5bc8281b27685015c7255755af4c9817901018ad166c60da51259b93856c940f", - "Addresses": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "AllowedIPs": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "Endpoints": ["77.164.248.136:50404", "10.65.0.27:50404", "172.17.0.1:50404"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63540}, - {"Proto": "peerapi6", "Port": 63540} - ]}, - "Created": "2026-04-09T01:33:27.960539597Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2170201629493903, - "StableID": "npBYVyWtwH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "DiscoKey": "discokey:7f02c584dfb0826668fca02bb1c4182082b8fea29681157fb6d9b94b4ab4ac61", - "Addresses": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "AllowedIPs": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "Endpoints": ["77.164.248.136:40346", "10.65.0.27:40346", "172.17.0.1:40346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60579}, - {"Proto": "peerapi6", "Port": 60579} - ]}, - "Created": "2026-04-09T01:33:25.770568337Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2193420927327557, - "StableID": "niwBL1TQ8J11CNTRL", + "ID": 1588455926114987, + "StableID": "naaBnX3RQD11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "DiscoKey": "discokey:afa1f698b43026dd0a95cb29f1dff0c119173ece48907cb65fff7d02ba549602", - "Addresses": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "AllowedIPs": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "Endpoints": ["77.164.248.136:35494", "10.65.0.27:35494", "172.17.0.1:35494"], + "Key": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "DiscoKey": "discokey:21d266d89e2acbb545866d30002b38ccc801dddfa52726f3db40403a7037cf73", + "Addresses": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "AllowedIPs": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "Endpoints": ["77.164.248.136:59036", "10.65.0.27:59036", "172.17.0.1:59036"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60963}, - {"Proto": "peerapi6", "Port": 60963} + {"Proto": "peerapi4", "Port": 62196}, + {"Proto": "peerapi6", "Port": 62196} ]}, - "Created": "2026-04-09T01:33:28.501614312Z", + "Created": "2026-04-09T08:39:30.718434667Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 2371682186030977, - "StableID": "ntUTL259XK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "DiscoKey": "discokey:8d9db7579ef5c122129d5631952f6f4109bfabbd14b9c46f1cc66dba7fb0353d", - "Addresses": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "AllowedIPs": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "Endpoints": ["77.164.248.136:40462", "10.65.0.27:40462", "172.17.0.1:40462"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58424}, - {"Proto": "peerapi6", "Port": 58424} - ]}, - "Created": "2026-04-09T01:33:23.612332936Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3731590466763119, - "StableID": "ne8NK8Z39W11CNTRL", + "ID": 1967169331515556, + "StableID": "nBG8akCwMG11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "DiscoKey": "discokey:d9e23227888b6a103bcf5975b88f8b68f91836000e8eafa26b6907c2d8626f53", - "Addresses": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "AllowedIPs": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "Endpoints": ["77.164.248.136:50265", "10.65.0.27:50265", "172.17.0.1:50265"], - "HomeDERP": 4, + "Key": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "DiscoKey": "discokey:793bea06c4ca120d718818b73328e79eecba4ba707c68d7c8827041a0f7c7425", + "Addresses": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "AllowedIPs": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "Endpoints": ["77.164.248.136:42716", "10.65.0.27:42716", "172.17.0.1:42716"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 52845}, - {"Proto": "peerapi6", "Port": 52845} + {"Proto": "peerapi4", "Port": 50987}, + {"Proto": "peerapi6", "Port": 50987} ]}, - "Created": "2026-04-09T01:33:26.857553089Z", + "Created": "2026-04-09T08:39:29.111575523Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5167714787595804, - "StableID": "nKimm47UMh11CNTRL", + "ID": 2623085362015595, + "StableID": "n4bE7G11VM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "DiscoKey": "discokey:f076069142eca8ea099b2f7591210daa7f6551c410691992f077b996ee46b54c", + "Addresses": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "AllowedIPs": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39478}, + {"Proto": "peerapi6", "Port": 39478} + ]}, + "Created": "2026-04-09T08:39:28.055198002Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3063779021018171, + "StableID": "nEYofDHbvQ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "DiscoKey": "discokey:339c5a3603fc3d7b847315ee96a315642950f07c1c2a4b3671671253136f6409", + "Addresses": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "AllowedIPs": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "Endpoints": ["77.164.248.136:42976", "10.65.0.27:42976", "172.17.0.1:42976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56139}, + {"Proto": "peerapi6", "Port": 56139} + ]}, + "Created": "2026-04-09T08:39:24.837193906Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3207729715324009, + "StableID": "ngn9bycn3S11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "KeyExpiry": "2026-10-06T08:39:32Z", + "DiscoKey": "discokey:7d3d53aab0bab66969e16cd6ff08d08418c70d677833839ff80eaa02aef87b46", + "Addresses": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "AllowedIPs": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "Endpoints": ["77.164.248.136:35453", "10.65.0.27:35453", "172.17.0.1:35453"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 52601}, + {"Proto": "peerapi6", "Port": 52601} + ]}, + "Created": "2026-04-09T08:39:32.330979566Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3225440868568927, + "StableID": "nxB2Z1soBS11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:2ffbd3637be3c2ed3d039575895d4c207c3003b9655dfd069c8e9d35f05fb923", + "Addresses": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "AllowedIPs": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "Endpoints": ["77.164.248.136:54441", "10.65.0.27:54441", "172.17.0.1:54441"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 46902}, + {"Proto": "peerapi6", "Port": 46902} + ]}, + "Created": "2026-04-09T08:39:31.250420775Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3296345460280027, + "StableID": "nA2BXXQvjS11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "DiscoKey": "discokey:53e12423d84993321950132d24f3ceb3272953da7a96a7661611c37bfcd51214", - "Addresses": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "AllowedIPs": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "Endpoints": ["77.164.248.136:40636", "10.65.0.27:40636", "172.17.0.1:40636"], + "Key": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "DiscoKey": "discokey:0fe4850ba3dae39ec12d0c4e0ca71d7de479c71306cef5cc35f4958a099d673a", + "Addresses": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "AllowedIPs": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "Endpoints": ["77.164.248.136:36542", "10.65.0.27:36542", "172.17.0.1:36542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49218}, - {"Proto": "peerapi6", "Port": 49218} + {"Proto": "peerapi4", "Port": 52995}, + {"Proto": "peerapi6", "Port": 52995} ]}, - "Created": "2026-04-09T01:33:24.163237765Z", + "Created": "2026-04-09T08:39:26.442288954Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 5313981660471400, - "StableID": "nTJiTfHiVi11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "DiscoKey": "discokey:12b5c207f4d31d296215eca3f2b1a076bc3576017b82b4419865a8accf50c07a", - "Addresses": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "AllowedIPs": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "Endpoints": ["77.164.248.136:51304", "10.65.0.27:51304", "172.17.0.1:51304"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58766}, - {"Proto": "peerapi6", "Port": 58766} - ]}, - "Created": "2026-04-09T01:33:27.408106535Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6014850949443672, - "StableID": "n5RkWEw8yo11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "DiscoKey": "discokey:af40ae4ad8b4119bcf41577d4cf8333db4cbf6ec90da002da97dea1d386abc45", - "Addresses": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "AllowedIPs": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "Endpoints": ["77.164.248.136:53969", "10.65.0.27:53969", "172.17.0.1:53969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55513}, - {"Proto": "peerapi6", "Port": 55513} - ]}, - "Created": "2026-04-09T01:33:24.695125837Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6398066386509432, - "StableID": "nRjkRaMhxr11CNTRL", + "ID": 4168869391886096, + "StableID": "nmDEYX86ZZ11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "DiscoKey": "discokey:541484ba267760804b59da1b6ef2f30d8cd686fb0b13856de14084ce926bdd31", - "Addresses": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "AllowedIPs": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "Endpoints": ["77.164.248.136:36225", "10.65.0.27:36225", "172.17.0.1:36225"], + "Key": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "DiscoKey": "discokey:68c839f772a934e8b53b6e79e50cc06d763dbbf8633678e4683b29602c326836", + "Addresses": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "AllowedIPs": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "Endpoints": ["77.164.248.136:44956", "10.65.0.27:44956", "172.17.0.1:44956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 37253}, - {"Proto": "peerapi6", "Port": 37253} + {"Proto": "peerapi4", "Port": 44673}, + {"Proto": "peerapi6", "Port": 44673} ]}, - "Created": "2026-04-09T01:33:26.321496183Z", + "Created": "2026-04-09T08:39:28.579398197Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8050776613579394, - "StableID": "nmzekVFDs521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "KeyExpiry": "2026-10-06T01:33:30Z", - "DiscoKey": "discokey:a1f628ed45cb56bd7e24c26862114becf7f65547e96d40815b85f1d53a3f003f", - "Addresses": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "AllowedIPs": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "Endpoints": ["77.164.248.136:59031", "10.65.0.27:59031", "172.17.0.1:59031"], + "ID": 5795745357064981, + "StableID": "nGSAcMQuFn11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "DiscoKey": "discokey:fa1ad6c2bbd19d3108a5d32e2eee8af333f2df5a37f699bc32b4a5c1f9cf8077", + "Addresses": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "AllowedIPs": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "Endpoints": ["77.164.248.136:55283", "10.65.0.27:55283", "172.17.0.1:55283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37163}, - {"Proto": "peerapi6", "Port": 37163} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41762}, + {"Proto": "peerapi6", "Port": 41762} ]}, - "Created": "2026-04-09T01:33:30.14418756Z", + "Created": "2026-04-09T08:39:25.917147921Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8660279902075589, - "StableID": "nCEFDLsFdA21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:1bb6161abdfbab65cb9ddb3aa244cd58029e5ea76979bf02ae0335ab87965f31", - "Addresses": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "AllowedIPs": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "Endpoints": ["77.164.248.136:41182", "10.65.0.27:41182", "172.17.0.1:41182"], + "ID": 6526536324166870, + "StableID": "nfsntS3txs11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "DiscoKey": "discokey:47a7dfee5eca7771a907be0b899117ec261a579244669a91cb7d3920e5241e37", + "Addresses": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "AllowedIPs": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "Endpoints": ["77.164.248.136:49889", "10.65.0.27:49889", "172.17.0.1:49889"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53231}, - {"Proto": "peerapi6", "Port": 53231} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 48283}, + {"Proto": "peerapi6", "Port": 48283} ]}, - "Created": "2026-04-09T01:33:29.042130062Z", + "Created": "2026-04-09T08:39:29.646572572Z", "Cap": 131, + "Tags": ["tag:client"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7589334487646881, + "StableID": "nQWfDywDG221CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "DiscoKey": "discokey:e0c76066f09679b791934eb0d902c733b433a93f5884f56b2500d507264f192b", + "Addresses": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "AllowedIPs": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "Endpoints": ["77.164.248.136:57389", "10.65.0.27:57389", "172.17.0.1:57389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49825}, + {"Proto": "peerapi6", "Port": 49825} + ]}, + "Created": "2026-04-09T08:39:30.192173178Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8648537763442367, + "StableID": "nAYVdTRwXA21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "DiscoKey": "discokey:b015e4b7a2b4154ccffff0582c1966dd4a51b72665d2118c3f5835d0ea90e242", + "Addresses": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "AllowedIPs": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "Endpoints": ["77.164.248.136:46712", "10.65.0.27:46712", "172.17.0.1:46712"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61377}, + {"Proto": "peerapi6", "Port": 61377} + ]}, + "Created": "2026-04-09T08:39:26.990243567Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8819329419678427, + "StableID": "n6aeS5qHsB21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "DiscoKey": "discokey:707ce986dcc98bb8c485aac93bc8e8f3a4b65d431e6a68d8d011dba2f03be666", + "Addresses": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "AllowedIPs": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "Endpoints": ["77.164.248.136:50267", "10.65.0.27:50267", "172.17.0.1:50267"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65375}, + {"Proto": "peerapi6", "Port": 65375} + ]}, + "Created": "2026-04-09T08:39:27.52355207Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10080,27 +10092,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6121194993996392": { - "ID": 6121194993996392, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7316451475546699": { + "ID": 7316451475546699, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10131,26 +10145,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1639693208202430, - "StableID": "nK5iwgxcoD11CNTRL", + "ID": 3063779021018171, + "StableID": "nEYofDHbvQ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 1639693208202430, - "Key": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "DiscoKey": "discokey:514857769cd8007ebe69ec0c62d877436f49975e01e94037f2bd6f7eaf93046e", - "Addresses": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "AllowedIPs": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "Endpoints": ["77.164.248.136:46641", "10.65.0.27:46641", "172.17.0.1:46641"], + "User": 3063779021018171, + "Key": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "DiscoKey": "discokey:339c5a3603fc3d7b847315ee96a315642950f07c1c2a4b3671671253136f6409", + "Addresses": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "AllowedIPs": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "Endpoints": ["77.164.248.136:42976", "10.65.0.27:42976", "172.17.0.1:42976"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 50559}, - {"Proto": "peerapi6", "Port": 50559}, + {"Proto": "peerapi4", "Port": 56139}, + {"Proto": "peerapi6", "Port": 56139}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:22.510198527Z", + "Created": "2026-04-09T08:39:24.837193906Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10178,302 +10192,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "MachineKey": "mkey:9b4827b044c7b98b7d6f48b9653127c542346805df8c72718013eef2b83eaf01", + "NodeKey": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "MachineKey": "mkey:322e8fc33cdc9d1b195bb70ea5f5ef9426fbddfbfa192555dbad7fb3f6fe1f46", "Peers": [{ - "ID": 5348026474726, - "StableID": "nXVbn3VR3111CNTRL", + "ID": 769031061109750, + "StableID": "nB7wSE9J1711CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:3d604b76aebbd9e3e197e24403e9bb20b6dc21936d045e781f9ee2e3eba06866", - "Addresses": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "AllowedIPs": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "Endpoints": ["77.164.248.136:60609", "10.65.0.27:60609", "172.17.0.1:60609"], + "Key": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:a51671a21c3dc8b7b78bc44f3a9f574e732ebdde0545a7f185b907cef0cae731", + "Addresses": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "AllowedIPs": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "Endpoints": ["77.164.248.136:36665", "10.65.0.27:36665", "172.17.0.1:36665"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56579}, - {"Proto": "peerapi6", "Port": 56579} + {"Proto": "peerapi4", "Port": 54152}, + {"Proto": "peerapi6", "Port": 54152} ]}, - "Created": "2026-04-09T01:33:29.574409273Z", + "Created": "2026-04-09T08:39:31.794072995Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1481111305158334, - "StableID": "njb9DPHoZC11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "DiscoKey": "discokey:2ef3683d98d47dd996e4156e704e3199644e1d3a291b5b086e6de1073c270566", - "Addresses": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "AllowedIPs": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "Endpoints": ["77.164.248.136:58219", "10.65.0.27:58219", "172.17.0.1:58219"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 44498}, - {"Proto": "peerapi6", "Port": 44498} - ]}, - "Created": "2026-04-09T01:33:25.247673959Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1775348273904614, - "StableID": "nRp5aYP4sE11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "DiscoKey": "discokey:5bc8281b27685015c7255755af4c9817901018ad166c60da51259b93856c940f", - "Addresses": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "AllowedIPs": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "Endpoints": ["77.164.248.136:50404", "10.65.0.27:50404", "172.17.0.1:50404"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63540}, - {"Proto": "peerapi6", "Port": 63540} - ]}, - "Created": "2026-04-09T01:33:27.960539597Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2170201629493903, - "StableID": "npBYVyWtwH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "DiscoKey": "discokey:7f02c584dfb0826668fca02bb1c4182082b8fea29681157fb6d9b94b4ab4ac61", - "Addresses": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "AllowedIPs": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "Endpoints": ["77.164.248.136:40346", "10.65.0.27:40346", "172.17.0.1:40346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60579}, - {"Proto": "peerapi6", "Port": 60579} - ]}, - "Created": "2026-04-09T01:33:25.770568337Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2193420927327557, - "StableID": "niwBL1TQ8J11CNTRL", + "ID": 1588455926114987, + "StableID": "naaBnX3RQD11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "DiscoKey": "discokey:afa1f698b43026dd0a95cb29f1dff0c119173ece48907cb65fff7d02ba549602", - "Addresses": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "AllowedIPs": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "Endpoints": ["77.164.248.136:35494", "10.65.0.27:35494", "172.17.0.1:35494"], + "Key": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "DiscoKey": "discokey:21d266d89e2acbb545866d30002b38ccc801dddfa52726f3db40403a7037cf73", + "Addresses": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "AllowedIPs": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "Endpoints": ["77.164.248.136:59036", "10.65.0.27:59036", "172.17.0.1:59036"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60963}, - {"Proto": "peerapi6", "Port": 60963} + {"Proto": "peerapi4", "Port": 62196}, + {"Proto": "peerapi6", "Port": 62196} ]}, - "Created": "2026-04-09T01:33:28.501614312Z", + "Created": "2026-04-09T08:39:30.718434667Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 2371682186030977, - "StableID": "ntUTL259XK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "DiscoKey": "discokey:8d9db7579ef5c122129d5631952f6f4109bfabbd14b9c46f1cc66dba7fb0353d", - "Addresses": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "AllowedIPs": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "Endpoints": ["77.164.248.136:40462", "10.65.0.27:40462", "172.17.0.1:40462"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58424}, - {"Proto": "peerapi6", "Port": 58424} - ]}, - "Created": "2026-04-09T01:33:23.612332936Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3731590466763119, - "StableID": "ne8NK8Z39W11CNTRL", + "ID": 1967169331515556, + "StableID": "nBG8akCwMG11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "DiscoKey": "discokey:d9e23227888b6a103bcf5975b88f8b68f91836000e8eafa26b6907c2d8626f53", - "Addresses": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "AllowedIPs": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "Endpoints": ["77.164.248.136:50265", "10.65.0.27:50265", "172.17.0.1:50265"], - "HomeDERP": 4, + "Key": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "DiscoKey": "discokey:793bea06c4ca120d718818b73328e79eecba4ba707c68d7c8827041a0f7c7425", + "Addresses": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "AllowedIPs": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "Endpoints": ["77.164.248.136:42716", "10.65.0.27:42716", "172.17.0.1:42716"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 52845}, - {"Proto": "peerapi6", "Port": 52845} + {"Proto": "peerapi4", "Port": 50987}, + {"Proto": "peerapi6", "Port": 50987} ]}, - "Created": "2026-04-09T01:33:26.857553089Z", + "Created": "2026-04-09T08:39:29.111575523Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5167714787595804, - "StableID": "nKimm47UMh11CNTRL", + "ID": 2623085362015595, + "StableID": "n4bE7G11VM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "DiscoKey": "discokey:f076069142eca8ea099b2f7591210daa7f6551c410691992f077b996ee46b54c", + "Addresses": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "AllowedIPs": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39478}, + {"Proto": "peerapi6", "Port": 39478} + ]}, + "Created": "2026-04-09T08:39:28.055198002Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3207729715324009, + "StableID": "ngn9bycn3S11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "KeyExpiry": "2026-10-06T08:39:32Z", + "DiscoKey": "discokey:7d3d53aab0bab66969e16cd6ff08d08418c70d677833839ff80eaa02aef87b46", + "Addresses": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "AllowedIPs": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "Endpoints": ["77.164.248.136:35453", "10.65.0.27:35453", "172.17.0.1:35453"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 52601}, + {"Proto": "peerapi6", "Port": 52601} + ]}, + "Created": "2026-04-09T08:39:32.330979566Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3225440868568927, + "StableID": "nxB2Z1soBS11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:2ffbd3637be3c2ed3d039575895d4c207c3003b9655dfd069c8e9d35f05fb923", + "Addresses": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "AllowedIPs": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "Endpoints": ["77.164.248.136:54441", "10.65.0.27:54441", "172.17.0.1:54441"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 46902}, + {"Proto": "peerapi6", "Port": 46902} + ]}, + "Created": "2026-04-09T08:39:31.250420775Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3296345460280027, + "StableID": "nA2BXXQvjS11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "DiscoKey": "discokey:53e12423d84993321950132d24f3ceb3272953da7a96a7661611c37bfcd51214", - "Addresses": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "AllowedIPs": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "Endpoints": ["77.164.248.136:40636", "10.65.0.27:40636", "172.17.0.1:40636"], + "Key": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "DiscoKey": "discokey:0fe4850ba3dae39ec12d0c4e0ca71d7de479c71306cef5cc35f4958a099d673a", + "Addresses": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "AllowedIPs": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "Endpoints": ["77.164.248.136:36542", "10.65.0.27:36542", "172.17.0.1:36542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49218}, - {"Proto": "peerapi6", "Port": 49218} + {"Proto": "peerapi4", "Port": 52995}, + {"Proto": "peerapi6", "Port": 52995} ]}, - "Created": "2026-04-09T01:33:24.163237765Z", + "Created": "2026-04-09T08:39:26.442288954Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 5313981660471400, - "StableID": "nTJiTfHiVi11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "DiscoKey": "discokey:12b5c207f4d31d296215eca3f2b1a076bc3576017b82b4419865a8accf50c07a", - "Addresses": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "AllowedIPs": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "Endpoints": ["77.164.248.136:51304", "10.65.0.27:51304", "172.17.0.1:51304"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58766}, - {"Proto": "peerapi6", "Port": 58766} - ]}, - "Created": "2026-04-09T01:33:27.408106535Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6014850949443672, - "StableID": "n5RkWEw8yo11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "DiscoKey": "discokey:af40ae4ad8b4119bcf41577d4cf8333db4cbf6ec90da002da97dea1d386abc45", - "Addresses": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "AllowedIPs": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "Endpoints": ["77.164.248.136:53969", "10.65.0.27:53969", "172.17.0.1:53969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55513}, - {"Proto": "peerapi6", "Port": 55513} - ]}, - "Created": "2026-04-09T01:33:24.695125837Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6121194993996392, - "StableID": "nj4BawQJop11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "DiscoKey": "discokey:5125d03cf9178e6be44224ad49cdb915dbdb10fef4c55d9cd7acdac2d1b76d5b", - "Addresses": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "AllowedIPs": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "Endpoints": ["77.164.248.136:46631", "10.65.0.27:46631", "172.17.0.1:46631"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37627}, - {"Proto": "peerapi6", "Port": 37627} - ]}, - "Created": "2026-04-09T01:33:23.071891416Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6398066386509432, - "StableID": "nRjkRaMhxr11CNTRL", + "ID": 4168869391886096, + "StableID": "nmDEYX86ZZ11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "DiscoKey": "discokey:541484ba267760804b59da1b6ef2f30d8cd686fb0b13856de14084ce926bdd31", - "Addresses": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "AllowedIPs": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "Endpoints": ["77.164.248.136:36225", "10.65.0.27:36225", "172.17.0.1:36225"], + "Key": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "DiscoKey": "discokey:68c839f772a934e8b53b6e79e50cc06d763dbbf8633678e4683b29602c326836", + "Addresses": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "AllowedIPs": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "Endpoints": ["77.164.248.136:44956", "10.65.0.27:44956", "172.17.0.1:44956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 37253}, - {"Proto": "peerapi6", "Port": 37253} + {"Proto": "peerapi4", "Port": 44673}, + {"Proto": "peerapi6", "Port": 44673} ]}, - "Created": "2026-04-09T01:33:26.321496183Z", + "Created": "2026-04-09T08:39:28.579398197Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8050776613579394, - "StableID": "nmzekVFDs521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "KeyExpiry": "2026-10-06T01:33:30Z", - "DiscoKey": "discokey:a1f628ed45cb56bd7e24c26862114becf7f65547e96d40815b85f1d53a3f003f", - "Addresses": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "AllowedIPs": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "Endpoints": ["77.164.248.136:59031", "10.65.0.27:59031", "172.17.0.1:59031"], + "ID": 5795745357064981, + "StableID": "nGSAcMQuFn11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "DiscoKey": "discokey:fa1ad6c2bbd19d3108a5d32e2eee8af333f2df5a37f699bc32b4a5c1f9cf8077", + "Addresses": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "AllowedIPs": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "Endpoints": ["77.164.248.136:55283", "10.65.0.27:55283", "172.17.0.1:55283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37163}, - {"Proto": "peerapi6", "Port": 37163} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41762}, + {"Proto": "peerapi6", "Port": 41762} ]}, - "Created": "2026-04-09T01:33:30.14418756Z", + "Created": "2026-04-09T08:39:25.917147921Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8660279902075589, - "StableID": "nCEFDLsFdA21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:1bb6161abdfbab65cb9ddb3aa244cd58029e5ea76979bf02ae0335ab87965f31", - "Addresses": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "AllowedIPs": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "Endpoints": ["77.164.248.136:41182", "10.65.0.27:41182", "172.17.0.1:41182"], + "ID": 6526536324166870, + "StableID": "nfsntS3txs11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "DiscoKey": "discokey:47a7dfee5eca7771a907be0b899117ec261a579244669a91cb7d3920e5241e37", + "Addresses": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "AllowedIPs": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "Endpoints": ["77.164.248.136:49889", "10.65.0.27:49889", "172.17.0.1:49889"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53231}, - {"Proto": "peerapi6", "Port": 53231} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 48283}, + {"Proto": "peerapi6", "Port": 48283} ]}, - "Created": "2026-04-09T01:33:29.042130062Z", + "Created": "2026-04-09T08:39:29.646572572Z", "Cap": 131, + "Tags": ["tag:client"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7316451475546699, + "StableID": "nkVDtsmd8z11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "DiscoKey": "discokey:eae2be41c1c67f6795b31f5275762efcf27f218ceb430cc030199c71f936b827", + "Addresses": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "AllowedIPs": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "Endpoints": ["77.164.248.136:45000", "10.65.0.27:45000", "172.17.0.1:45000"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} + ]}, + "Created": "2026-04-09T08:39:25.378142989Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7589334487646881, + "StableID": "nQWfDywDG221CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "DiscoKey": "discokey:e0c76066f09679b791934eb0d902c733b433a93f5884f56b2500d507264f192b", + "Addresses": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "AllowedIPs": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "Endpoints": ["77.164.248.136:57389", "10.65.0.27:57389", "172.17.0.1:57389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49825}, + {"Proto": "peerapi6", "Port": 49825} + ]}, + "Created": "2026-04-09T08:39:30.192173178Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8648537763442367, + "StableID": "nAYVdTRwXA21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "DiscoKey": "discokey:b015e4b7a2b4154ccffff0582c1966dd4a51b72665d2118c3f5835d0ea90e242", + "Addresses": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "AllowedIPs": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "Endpoints": ["77.164.248.136:46712", "10.65.0.27:46712", "172.17.0.1:46712"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61377}, + {"Proto": "peerapi6", "Port": 61377} + ]}, + "Created": "2026-04-09T08:39:26.990243567Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8819329419678427, + "StableID": "n6aeS5qHsB21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "DiscoKey": "discokey:707ce986dcc98bb8c485aac93bc8e8f3a4b65d431e6a68d8d011dba2f03be666", + "Addresses": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "AllowedIPs": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "Endpoints": ["77.164.248.136:50267", "10.65.0.27:50267", "172.17.0.1:50267"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65375}, + {"Proto": "peerapi6", "Port": 65375} + ]}, + "Created": "2026-04-09T08:39:27.52355207Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11321,27 +11335,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1639693208202430": { - "ID": 1639693208202430, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3063779021018171": { + "ID": 3063779021018171, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11372,21 +11388,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6014850949443672, - "StableID": "n5RkWEw8yo11CNTRL", + "ID": 8648537763442367, + "StableID": "nAYVdTRwXA21CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 6014850949443672, - "Key": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "DiscoKey": "discokey:af40ae4ad8b4119bcf41577d4cf8333db4cbf6ec90da002da97dea1d386abc45", - "Addresses": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "AllowedIPs": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "Endpoints": ["77.164.248.136:53969", "10.65.0.27:53969", "172.17.0.1:53969"], + "User": 8648537763442367, + "Key": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "DiscoKey": "discokey:b015e4b7a2b4154ccffff0582c1966dd4a51b72665d2118c3f5835d0ea90e242", + "Addresses": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "AllowedIPs": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "Endpoints": ["77.164.248.136:46712", "10.65.0.27:46712", "172.17.0.1:46712"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 55513}, - {"Proto": "peerapi6", "Port": 55513}, + {"Proto": "peerapi4", "Port": 61377}, + {"Proto": "peerapi6", "Port": 61377}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:24.695125837Z", + "Created": "2026-04-09T08:39:26.990243567Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11414,300 +11430,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "MachineKey": "mkey:35ad4a5193ff49b33238aba5325447405c37fdf918a2d14228b3ebb716014e72", + "NodeKey": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "MachineKey": "mkey:12cb8820e4d4beef935f6d0431664a5e2289d74ba4be277a6883a5044ac5673b", "Peers": [{ - "ID": 5348026474726, - "StableID": "nXVbn3VR3111CNTRL", + "ID": 769031061109750, + "StableID": "nB7wSE9J1711CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:3d604b76aebbd9e3e197e24403e9bb20b6dc21936d045e781f9ee2e3eba06866", - "Addresses": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "AllowedIPs": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "Endpoints": ["77.164.248.136:60609", "10.65.0.27:60609", "172.17.0.1:60609"], + "Key": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:a51671a21c3dc8b7b78bc44f3a9f574e732ebdde0545a7f185b907cef0cae731", + "Addresses": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "AllowedIPs": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "Endpoints": ["77.164.248.136:36665", "10.65.0.27:36665", "172.17.0.1:36665"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56579}, - {"Proto": "peerapi6", "Port": 56579} + {"Proto": "peerapi4", "Port": 54152}, + {"Proto": "peerapi6", "Port": 54152} ]}, - "Created": "2026-04-09T01:33:29.574409273Z", + "Created": "2026-04-09T08:39:31.794072995Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1481111305158334, - "StableID": "njb9DPHoZC11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "DiscoKey": "discokey:2ef3683d98d47dd996e4156e704e3199644e1d3a291b5b086e6de1073c270566", - "Addresses": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "AllowedIPs": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "Endpoints": ["77.164.248.136:58219", "10.65.0.27:58219", "172.17.0.1:58219"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 44498}, - {"Proto": "peerapi6", "Port": 44498} - ]}, - "Created": "2026-04-09T01:33:25.247673959Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1639693208202430, - "StableID": "nK5iwgxcoD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "DiscoKey": "discokey:514857769cd8007ebe69ec0c62d877436f49975e01e94037f2bd6f7eaf93046e", - "Addresses": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "AllowedIPs": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "Endpoints": ["77.164.248.136:46641", "10.65.0.27:46641", "172.17.0.1:46641"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 50559}, - {"Proto": "peerapi6", "Port": 50559} - ]}, - "Created": "2026-04-09T01:33:22.510198527Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1775348273904614, - "StableID": "nRp5aYP4sE11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "DiscoKey": "discokey:5bc8281b27685015c7255755af4c9817901018ad166c60da51259b93856c940f", - "Addresses": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "AllowedIPs": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "Endpoints": ["77.164.248.136:50404", "10.65.0.27:50404", "172.17.0.1:50404"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63540}, - {"Proto": "peerapi6", "Port": 63540} - ]}, - "Created": "2026-04-09T01:33:27.960539597Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2170201629493903, - "StableID": "npBYVyWtwH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "DiscoKey": "discokey:7f02c584dfb0826668fca02bb1c4182082b8fea29681157fb6d9b94b4ab4ac61", - "Addresses": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "AllowedIPs": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "Endpoints": ["77.164.248.136:40346", "10.65.0.27:40346", "172.17.0.1:40346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60579}, - {"Proto": "peerapi6", "Port": 60579} - ]}, - "Created": "2026-04-09T01:33:25.770568337Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2193420927327557, - "StableID": "niwBL1TQ8J11CNTRL", + "ID": 1588455926114987, + "StableID": "naaBnX3RQD11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "DiscoKey": "discokey:afa1f698b43026dd0a95cb29f1dff0c119173ece48907cb65fff7d02ba549602", - "Addresses": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "AllowedIPs": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "Endpoints": ["77.164.248.136:35494", "10.65.0.27:35494", "172.17.0.1:35494"], + "Key": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "DiscoKey": "discokey:21d266d89e2acbb545866d30002b38ccc801dddfa52726f3db40403a7037cf73", + "Addresses": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "AllowedIPs": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "Endpoints": ["77.164.248.136:59036", "10.65.0.27:59036", "172.17.0.1:59036"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60963}, - {"Proto": "peerapi6", "Port": 60963} + {"Proto": "peerapi4", "Port": 62196}, + {"Proto": "peerapi6", "Port": 62196} ]}, - "Created": "2026-04-09T01:33:28.501614312Z", + "Created": "2026-04-09T08:39:30.718434667Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 2371682186030977, - "StableID": "ntUTL259XK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "DiscoKey": "discokey:8d9db7579ef5c122129d5631952f6f4109bfabbd14b9c46f1cc66dba7fb0353d", - "Addresses": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "AllowedIPs": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "Endpoints": ["77.164.248.136:40462", "10.65.0.27:40462", "172.17.0.1:40462"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58424}, - {"Proto": "peerapi6", "Port": 58424} - ]}, - "Created": "2026-04-09T01:33:23.612332936Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3731590466763119, - "StableID": "ne8NK8Z39W11CNTRL", + "ID": 1967169331515556, + "StableID": "nBG8akCwMG11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "DiscoKey": "discokey:d9e23227888b6a103bcf5975b88f8b68f91836000e8eafa26b6907c2d8626f53", - "Addresses": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "AllowedIPs": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "Endpoints": ["77.164.248.136:50265", "10.65.0.27:50265", "172.17.0.1:50265"], - "HomeDERP": 4, + "Key": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "DiscoKey": "discokey:793bea06c4ca120d718818b73328e79eecba4ba707c68d7c8827041a0f7c7425", + "Addresses": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "AllowedIPs": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "Endpoints": ["77.164.248.136:42716", "10.65.0.27:42716", "172.17.0.1:42716"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 52845}, - {"Proto": "peerapi6", "Port": 52845} + {"Proto": "peerapi4", "Port": 50987}, + {"Proto": "peerapi6", "Port": 50987} ]}, - "Created": "2026-04-09T01:33:26.857553089Z", + "Created": "2026-04-09T08:39:29.111575523Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5167714787595804, - "StableID": "nKimm47UMh11CNTRL", + "ID": 2623085362015595, + "StableID": "n4bE7G11VM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "DiscoKey": "discokey:f076069142eca8ea099b2f7591210daa7f6551c410691992f077b996ee46b54c", + "Addresses": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "AllowedIPs": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39478}, + {"Proto": "peerapi6", "Port": 39478} + ]}, + "Created": "2026-04-09T08:39:28.055198002Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3063779021018171, + "StableID": "nEYofDHbvQ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "DiscoKey": "discokey:339c5a3603fc3d7b847315ee96a315642950f07c1c2a4b3671671253136f6409", + "Addresses": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "AllowedIPs": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "Endpoints": ["77.164.248.136:42976", "10.65.0.27:42976", "172.17.0.1:42976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56139}, + {"Proto": "peerapi6", "Port": 56139} + ]}, + "Created": "2026-04-09T08:39:24.837193906Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3207729715324009, + "StableID": "ngn9bycn3S11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "KeyExpiry": "2026-10-06T08:39:32Z", + "DiscoKey": "discokey:7d3d53aab0bab66969e16cd6ff08d08418c70d677833839ff80eaa02aef87b46", + "Addresses": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "AllowedIPs": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 52601}, + {"Proto": "peerapi6", "Port": 52601} + ]}, + "Created": "2026-04-09T08:39:32.330979566Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3225440868568927, + "StableID": "nxB2Z1soBS11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:2ffbd3637be3c2ed3d039575895d4c207c3003b9655dfd069c8e9d35f05fb923", + "Addresses": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "AllowedIPs": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "Endpoints": ["77.164.248.136:54441", "10.65.0.27:54441", "172.17.0.1:54441"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 46902}, + {"Proto": "peerapi6", "Port": 46902} + ]}, + "Created": "2026-04-09T08:39:31.250420775Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3296345460280027, + "StableID": "nA2BXXQvjS11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "DiscoKey": "discokey:53e12423d84993321950132d24f3ceb3272953da7a96a7661611c37bfcd51214", - "Addresses": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "AllowedIPs": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "Endpoints": ["77.164.248.136:40636", "10.65.0.27:40636", "172.17.0.1:40636"], + "Key": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "DiscoKey": "discokey:0fe4850ba3dae39ec12d0c4e0ca71d7de479c71306cef5cc35f4958a099d673a", + "Addresses": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "AllowedIPs": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "Endpoints": ["77.164.248.136:36542", "10.65.0.27:36542", "172.17.0.1:36542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49218}, - {"Proto": "peerapi6", "Port": 49218} + {"Proto": "peerapi4", "Port": 52995}, + {"Proto": "peerapi6", "Port": 52995} ]}, - "Created": "2026-04-09T01:33:24.163237765Z", + "Created": "2026-04-09T08:39:26.442288954Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 5313981660471400, - "StableID": "nTJiTfHiVi11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "DiscoKey": "discokey:12b5c207f4d31d296215eca3f2b1a076bc3576017b82b4419865a8accf50c07a", - "Addresses": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "AllowedIPs": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "Endpoints": ["77.164.248.136:51304", "10.65.0.27:51304", "172.17.0.1:51304"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58766}, - {"Proto": "peerapi6", "Port": 58766} - ]}, - "Created": "2026-04-09T01:33:27.408106535Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6121194993996392, - "StableID": "nj4BawQJop11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "DiscoKey": "discokey:5125d03cf9178e6be44224ad49cdb915dbdb10fef4c55d9cd7acdac2d1b76d5b", - "Addresses": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "AllowedIPs": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "Endpoints": ["77.164.248.136:46631", "10.65.0.27:46631", "172.17.0.1:46631"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37627}, - {"Proto": "peerapi6", "Port": 37627} - ]}, - "Created": "2026-04-09T01:33:23.071891416Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6398066386509432, - "StableID": "nRjkRaMhxr11CNTRL", + "ID": 4168869391886096, + "StableID": "nmDEYX86ZZ11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "DiscoKey": "discokey:541484ba267760804b59da1b6ef2f30d8cd686fb0b13856de14084ce926bdd31", - "Addresses": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "AllowedIPs": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "Endpoints": ["77.164.248.136:36225", "10.65.0.27:36225", "172.17.0.1:36225"], + "Key": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "DiscoKey": "discokey:68c839f772a934e8b53b6e79e50cc06d763dbbf8633678e4683b29602c326836", + "Addresses": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "AllowedIPs": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "Endpoints": ["77.164.248.136:44956", "10.65.0.27:44956", "172.17.0.1:44956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 37253}, - {"Proto": "peerapi6", "Port": 37253} + {"Proto": "peerapi4", "Port": 44673}, + {"Proto": "peerapi6", "Port": 44673} ]}, - "Created": "2026-04-09T01:33:26.321496183Z", + "Created": "2026-04-09T08:39:28.579398197Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8050776613579394, - "StableID": "nmzekVFDs521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "KeyExpiry": "2026-10-06T01:33:30Z", - "DiscoKey": "discokey:a1f628ed45cb56bd7e24c26862114becf7f65547e96d40815b85f1d53a3f003f", - "Addresses": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "AllowedIPs": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37163}, - {"Proto": "peerapi6", "Port": 37163} - ]}, - "Created": "2026-04-09T01:33:30.14418756Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8660279902075589, - "StableID": "nCEFDLsFdA21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:1bb6161abdfbab65cb9ddb3aa244cd58029e5ea76979bf02ae0335ab87965f31", - "Addresses": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "AllowedIPs": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "Endpoints": ["77.164.248.136:41182", "10.65.0.27:41182", "172.17.0.1:41182"], + "ID": 5795745357064981, + "StableID": "nGSAcMQuFn11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "DiscoKey": "discokey:fa1ad6c2bbd19d3108a5d32e2eee8af333f2df5a37f699bc32b4a5c1f9cf8077", + "Addresses": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "AllowedIPs": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "Endpoints": ["77.164.248.136:55283", "10.65.0.27:55283", "172.17.0.1:55283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53231}, - {"Proto": "peerapi6", "Port": 53231} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41762}, + {"Proto": "peerapi6", "Port": 41762} ]}, - "Created": "2026-04-09T01:33:29.042130062Z", + "Created": "2026-04-09T08:39:25.917147921Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6526536324166870, + "StableID": "nfsntS3txs11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "DiscoKey": "discokey:47a7dfee5eca7771a907be0b899117ec261a579244669a91cb7d3920e5241e37", + "Addresses": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "AllowedIPs": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "Endpoints": ["77.164.248.136:49889", "10.65.0.27:49889", "172.17.0.1:49889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 48283}, + {"Proto": "peerapi6", "Port": 48283} + ]}, + "Created": "2026-04-09T08:39:29.646572572Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7316451475546699, + "StableID": "nkVDtsmd8z11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "DiscoKey": "discokey:eae2be41c1c67f6795b31f5275762efcf27f218ceb430cc030199c71f936b827", + "Addresses": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "AllowedIPs": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "Endpoints": ["77.164.248.136:45000", "10.65.0.27:45000", "172.17.0.1:45000"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} + ]}, + "Created": "2026-04-09T08:39:25.378142989Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7589334487646881, + "StableID": "nQWfDywDG221CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "DiscoKey": "discokey:e0c76066f09679b791934eb0d902c733b433a93f5884f56b2500d507264f192b", + "Addresses": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "AllowedIPs": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "Endpoints": ["77.164.248.136:57389", "10.65.0.27:57389", "172.17.0.1:57389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49825}, + {"Proto": "peerapi6", "Port": 49825} + ]}, + "Created": "2026-04-09T08:39:30.192173178Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8819329419678427, + "StableID": "n6aeS5qHsB21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "DiscoKey": "discokey:707ce986dcc98bb8c485aac93bc8e8f3a4b65d431e6a68d8d011dba2f03be666", + "Addresses": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "AllowedIPs": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "Endpoints": ["77.164.248.136:50267", "10.65.0.27:50267", "172.17.0.1:50267"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65375}, + {"Proto": "peerapi6", "Port": 65375} + ]}, + "Created": "2026-04-09T08:39:27.52355207Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12555,27 +12571,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6014850949443672": { - "ID": 6014850949443672, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8648537763442367": { + "ID": 8648537763442367, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12606,21 +12624,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5167714787595804, - "StableID": "nKimm47UMh11CNTRL", + "ID": 3296345460280027, + "StableID": "nA2BXXQvjS11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 5167714787595804, - "Key": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "DiscoKey": "discokey:53e12423d84993321950132d24f3ceb3272953da7a96a7661611c37bfcd51214", - "Addresses": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "AllowedIPs": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "Endpoints": ["77.164.248.136:40636", "10.65.0.27:40636", "172.17.0.1:40636"], + "User": 3296345460280027, + "Key": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "DiscoKey": "discokey:0fe4850ba3dae39ec12d0c4e0ca71d7de479c71306cef5cc35f4958a099d673a", + "Addresses": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "AllowedIPs": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "Endpoints": ["77.164.248.136:36542", "10.65.0.27:36542", "172.17.0.1:36542"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 49218}, - {"Proto": "peerapi6", "Port": 49218}, + {"Proto": "peerapi4", "Port": 52995}, + {"Proto": "peerapi6", "Port": 52995}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:24.163237765Z", + "Created": "2026-04-09T08:39:26.442288954Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12648,300 +12666,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "MachineKey": "mkey:ee1a1372e8d7d111766d2b51a5cb245bc7880b78b094cecbdf9882a668d40d18", + "NodeKey": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "MachineKey": "mkey:2caf4fe82f9fabefa136ac740633fba450415245ebf1d9ae0d56f55baa2a9809", "Peers": [{ - "ID": 5348026474726, - "StableID": "nXVbn3VR3111CNTRL", + "ID": 769031061109750, + "StableID": "nB7wSE9J1711CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:3d604b76aebbd9e3e197e24403e9bb20b6dc21936d045e781f9ee2e3eba06866", - "Addresses": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "AllowedIPs": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "Endpoints": ["77.164.248.136:60609", "10.65.0.27:60609", "172.17.0.1:60609"], + "Key": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:a51671a21c3dc8b7b78bc44f3a9f574e732ebdde0545a7f185b907cef0cae731", + "Addresses": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "AllowedIPs": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "Endpoints": ["77.164.248.136:36665", "10.65.0.27:36665", "172.17.0.1:36665"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56579}, - {"Proto": "peerapi6", "Port": 56579} + {"Proto": "peerapi4", "Port": 54152}, + {"Proto": "peerapi6", "Port": 54152} ]}, - "Created": "2026-04-09T01:33:29.574409273Z", + "Created": "2026-04-09T08:39:31.794072995Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1481111305158334, - "StableID": "njb9DPHoZC11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "DiscoKey": "discokey:2ef3683d98d47dd996e4156e704e3199644e1d3a291b5b086e6de1073c270566", - "Addresses": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "AllowedIPs": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "Endpoints": ["77.164.248.136:58219", "10.65.0.27:58219", "172.17.0.1:58219"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 44498}, - {"Proto": "peerapi6", "Port": 44498} - ]}, - "Created": "2026-04-09T01:33:25.247673959Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1639693208202430, - "StableID": "nK5iwgxcoD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "DiscoKey": "discokey:514857769cd8007ebe69ec0c62d877436f49975e01e94037f2bd6f7eaf93046e", - "Addresses": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "AllowedIPs": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "Endpoints": ["77.164.248.136:46641", "10.65.0.27:46641", "172.17.0.1:46641"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 50559}, - {"Proto": "peerapi6", "Port": 50559} - ]}, - "Created": "2026-04-09T01:33:22.510198527Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1775348273904614, - "StableID": "nRp5aYP4sE11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "DiscoKey": "discokey:5bc8281b27685015c7255755af4c9817901018ad166c60da51259b93856c940f", - "Addresses": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "AllowedIPs": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "Endpoints": ["77.164.248.136:50404", "10.65.0.27:50404", "172.17.0.1:50404"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63540}, - {"Proto": "peerapi6", "Port": 63540} - ]}, - "Created": "2026-04-09T01:33:27.960539597Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2170201629493903, - "StableID": "npBYVyWtwH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "DiscoKey": "discokey:7f02c584dfb0826668fca02bb1c4182082b8fea29681157fb6d9b94b4ab4ac61", - "Addresses": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "AllowedIPs": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "Endpoints": ["77.164.248.136:40346", "10.65.0.27:40346", "172.17.0.1:40346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60579}, - {"Proto": "peerapi6", "Port": 60579} - ]}, - "Created": "2026-04-09T01:33:25.770568337Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2193420927327557, - "StableID": "niwBL1TQ8J11CNTRL", + "ID": 1588455926114987, + "StableID": "naaBnX3RQD11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "DiscoKey": "discokey:afa1f698b43026dd0a95cb29f1dff0c119173ece48907cb65fff7d02ba549602", - "Addresses": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "AllowedIPs": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "Endpoints": ["77.164.248.136:35494", "10.65.0.27:35494", "172.17.0.1:35494"], + "Key": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "DiscoKey": "discokey:21d266d89e2acbb545866d30002b38ccc801dddfa52726f3db40403a7037cf73", + "Addresses": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "AllowedIPs": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "Endpoints": ["77.164.248.136:59036", "10.65.0.27:59036", "172.17.0.1:59036"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60963}, - {"Proto": "peerapi6", "Port": 60963} + {"Proto": "peerapi4", "Port": 62196}, + {"Proto": "peerapi6", "Port": 62196} ]}, - "Created": "2026-04-09T01:33:28.501614312Z", + "Created": "2026-04-09T08:39:30.718434667Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 2371682186030977, - "StableID": "ntUTL259XK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "DiscoKey": "discokey:8d9db7579ef5c122129d5631952f6f4109bfabbd14b9c46f1cc66dba7fb0353d", - "Addresses": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "AllowedIPs": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "Endpoints": ["77.164.248.136:40462", "10.65.0.27:40462", "172.17.0.1:40462"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58424}, - {"Proto": "peerapi6", "Port": 58424} - ]}, - "Created": "2026-04-09T01:33:23.612332936Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3731590466763119, - "StableID": "ne8NK8Z39W11CNTRL", + "ID": 1967169331515556, + "StableID": "nBG8akCwMG11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "DiscoKey": "discokey:d9e23227888b6a103bcf5975b88f8b68f91836000e8eafa26b6907c2d8626f53", - "Addresses": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "AllowedIPs": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "Endpoints": ["77.164.248.136:50265", "10.65.0.27:50265", "172.17.0.1:50265"], - "HomeDERP": 4, + "Key": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "DiscoKey": "discokey:793bea06c4ca120d718818b73328e79eecba4ba707c68d7c8827041a0f7c7425", + "Addresses": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "AllowedIPs": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "Endpoints": ["77.164.248.136:42716", "10.65.0.27:42716", "172.17.0.1:42716"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 52845}, - {"Proto": "peerapi6", "Port": 52845} + {"Proto": "peerapi4", "Port": 50987}, + {"Proto": "peerapi6", "Port": 50987} ]}, - "Created": "2026-04-09T01:33:26.857553089Z", + "Created": "2026-04-09T08:39:29.111575523Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5313981660471400, - "StableID": "nTJiTfHiVi11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 2623085362015595, + "StableID": "n4bE7G11VM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "DiscoKey": "discokey:12b5c207f4d31d296215eca3f2b1a076bc3576017b82b4419865a8accf50c07a", - "Addresses": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "AllowedIPs": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "Endpoints": ["77.164.248.136:51304", "10.65.0.27:51304", "172.17.0.1:51304"], + "Key": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "DiscoKey": "discokey:f076069142eca8ea099b2f7591210daa7f6551c410691992f077b996ee46b54c", + "Addresses": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "AllowedIPs": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58766}, - {"Proto": "peerapi6", "Port": 58766} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39478}, + {"Proto": "peerapi6", "Port": 39478} ]}, - "Created": "2026-04-09T01:33:27.408106535Z", + "Created": "2026-04-09T08:39:28.055198002Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 6014850949443672, - "StableID": "n5RkWEw8yo11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 3063779021018171, + "StableID": "nEYofDHbvQ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "DiscoKey": "discokey:af40ae4ad8b4119bcf41577d4cf8333db4cbf6ec90da002da97dea1d386abc45", - "Addresses": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "AllowedIPs": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "Endpoints": ["77.164.248.136:53969", "10.65.0.27:53969", "172.17.0.1:53969"], + "Key": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "DiscoKey": "discokey:339c5a3603fc3d7b847315ee96a315642950f07c1c2a4b3671671253136f6409", + "Addresses": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "AllowedIPs": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "Endpoints": ["77.164.248.136:42976", "10.65.0.27:42976", "172.17.0.1:42976"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55513}, - {"Proto": "peerapi6", "Port": 55513} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56139}, + {"Proto": "peerapi6", "Port": 56139} ]}, - "Created": "2026-04-09T01:33:24.695125837Z", + "Created": "2026-04-09T08:39:24.837193906Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 6121194993996392, - "StableID": "nj4BawQJop11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "DiscoKey": "discokey:5125d03cf9178e6be44224ad49cdb915dbdb10fef4c55d9cd7acdac2d1b76d5b", - "Addresses": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "AllowedIPs": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "Endpoints": ["77.164.248.136:46631", "10.65.0.27:46631", "172.17.0.1:46631"], + "ID": 3207729715324009, + "StableID": "ngn9bycn3S11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "KeyExpiry": "2026-10-06T08:39:32Z", + "DiscoKey": "discokey:7d3d53aab0bab66969e16cd6ff08d08418c70d677833839ff80eaa02aef87b46", + "Addresses": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "AllowedIPs": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 52601}, + {"Proto": "peerapi6", "Port": 52601} + ]}, + "Created": "2026-04-09T08:39:32.330979566Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3225440868568927, + "StableID": "nxB2Z1soBS11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:2ffbd3637be3c2ed3d039575895d4c207c3003b9655dfd069c8e9d35f05fb923", + "Addresses": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "AllowedIPs": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "Endpoints": ["77.164.248.136:54441", "10.65.0.27:54441", "172.17.0.1:54441"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37627}, - {"Proto": "peerapi6", "Port": 37627} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 46902}, + {"Proto": "peerapi6", "Port": 46902} ]}, - "Created": "2026-04-09T01:33:23.071891416Z", + "Created": "2026-04-09T08:39:31.250420775Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6398066386509432, - "StableID": "nRjkRaMhxr11CNTRL", + "ID": 4168869391886096, + "StableID": "nmDEYX86ZZ11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "DiscoKey": "discokey:541484ba267760804b59da1b6ef2f30d8cd686fb0b13856de14084ce926bdd31", - "Addresses": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "AllowedIPs": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "Endpoints": ["77.164.248.136:36225", "10.65.0.27:36225", "172.17.0.1:36225"], + "Key": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "DiscoKey": "discokey:68c839f772a934e8b53b6e79e50cc06d763dbbf8633678e4683b29602c326836", + "Addresses": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "AllowedIPs": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "Endpoints": ["77.164.248.136:44956", "10.65.0.27:44956", "172.17.0.1:44956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 37253}, - {"Proto": "peerapi6", "Port": 37253} + {"Proto": "peerapi4", "Port": 44673}, + {"Proto": "peerapi6", "Port": 44673} ]}, - "Created": "2026-04-09T01:33:26.321496183Z", + "Created": "2026-04-09T08:39:28.579398197Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8050776613579394, - "StableID": "nmzekVFDs521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "KeyExpiry": "2026-10-06T01:33:30Z", - "DiscoKey": "discokey:a1f628ed45cb56bd7e24c26862114becf7f65547e96d40815b85f1d53a3f003f", - "Addresses": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "AllowedIPs": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37163}, - {"Proto": "peerapi6", "Port": 37163} - ]}, - "Created": "2026-04-09T01:33:30.14418756Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8660279902075589, - "StableID": "nCEFDLsFdA21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:1bb6161abdfbab65cb9ddb3aa244cd58029e5ea76979bf02ae0335ab87965f31", - "Addresses": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "AllowedIPs": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "Endpoints": ["77.164.248.136:41182", "10.65.0.27:41182", "172.17.0.1:41182"], + "ID": 5795745357064981, + "StableID": "nGSAcMQuFn11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "DiscoKey": "discokey:fa1ad6c2bbd19d3108a5d32e2eee8af333f2df5a37f699bc32b4a5c1f9cf8077", + "Addresses": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "AllowedIPs": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "Endpoints": ["77.164.248.136:55283", "10.65.0.27:55283", "172.17.0.1:55283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53231}, - {"Proto": "peerapi6", "Port": 53231} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41762}, + {"Proto": "peerapi6", "Port": 41762} ]}, - "Created": "2026-04-09T01:33:29.042130062Z", + "Created": "2026-04-09T08:39:25.917147921Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6526536324166870, + "StableID": "nfsntS3txs11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "DiscoKey": "discokey:47a7dfee5eca7771a907be0b899117ec261a579244669a91cb7d3920e5241e37", + "Addresses": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "AllowedIPs": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "Endpoints": ["77.164.248.136:49889", "10.65.0.27:49889", "172.17.0.1:49889"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 48283}, + {"Proto": "peerapi6", "Port": 48283} + ]}, + "Created": "2026-04-09T08:39:29.646572572Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7316451475546699, + "StableID": "nkVDtsmd8z11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "DiscoKey": "discokey:eae2be41c1c67f6795b31f5275762efcf27f218ceb430cc030199c71f936b827", + "Addresses": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "AllowedIPs": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "Endpoints": ["77.164.248.136:45000", "10.65.0.27:45000", "172.17.0.1:45000"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} + ]}, + "Created": "2026-04-09T08:39:25.378142989Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7589334487646881, + "StableID": "nQWfDywDG221CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "DiscoKey": "discokey:e0c76066f09679b791934eb0d902c733b433a93f5884f56b2500d507264f192b", + "Addresses": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "AllowedIPs": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "Endpoints": ["77.164.248.136:57389", "10.65.0.27:57389", "172.17.0.1:57389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49825}, + {"Proto": "peerapi6", "Port": 49825} + ]}, + "Created": "2026-04-09T08:39:30.192173178Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8648537763442367, + "StableID": "nAYVdTRwXA21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "DiscoKey": "discokey:b015e4b7a2b4154ccffff0582c1966dd4a51b72665d2118c3f5835d0ea90e242", + "Addresses": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "AllowedIPs": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "Endpoints": ["77.164.248.136:46712", "10.65.0.27:46712", "172.17.0.1:46712"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61377}, + {"Proto": "peerapi6", "Port": 61377} + ]}, + "Created": "2026-04-09T08:39:26.990243567Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8819329419678427, + "StableID": "n6aeS5qHsB21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "DiscoKey": "discokey:707ce986dcc98bb8c485aac93bc8e8f3a4b65d431e6a68d8d011dba2f03be666", + "Addresses": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "AllowedIPs": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "Endpoints": ["77.164.248.136:50267", "10.65.0.27:50267", "172.17.0.1:50267"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65375}, + {"Proto": "peerapi6", "Port": 65375} + ]}, + "Created": "2026-04-09T08:39:27.52355207Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13789,27 +13807,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5167714787595804": { - "ID": 5167714787595804, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3296345460280027": { + "ID": 3296345460280027, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13840,26 +13860,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2170201629493903, - "StableID": "npBYVyWtwH11CNTRL", + "ID": 2623085362015595, + "StableID": "n4bE7G11VM11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 2170201629493903, - "Key": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "DiscoKey": "discokey:7f02c584dfb0826668fca02bb1c4182082b8fea29681157fb6d9b94b4ab4ac61", - "Addresses": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "AllowedIPs": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "Endpoints": ["77.164.248.136:40346", "10.65.0.27:40346", "172.17.0.1:40346"], + "User": 2623085362015595, + "Key": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "DiscoKey": "discokey:f076069142eca8ea099b2f7591210daa7f6551c410691992f077b996ee46b54c", + "Addresses": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "AllowedIPs": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 60579}, - {"Proto": "peerapi6", "Port": 60579}, + {"Proto": "peerapi4", "Port": 39478}, + {"Proto": "peerapi6", "Port": 39478}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:25.770568337Z", + "Created": "2026-04-09T08:39:28.055198002Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13887,302 +13907,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "MachineKey": "mkey:e8dbe0938a0830c34705940babe65400fc23b30a5e2e64ffbeebedbb65b89625", + "NodeKey": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "MachineKey": "mkey:6445e6e5a03a4b8c9c2064038f2bb459561e4a8a200d382d48d7b40a8ce88209", "Peers": [{ - "ID": 5348026474726, - "StableID": "nXVbn3VR3111CNTRL", + "ID": 769031061109750, + "StableID": "nB7wSE9J1711CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:3d604b76aebbd9e3e197e24403e9bb20b6dc21936d045e781f9ee2e3eba06866", - "Addresses": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "AllowedIPs": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "Endpoints": ["77.164.248.136:60609", "10.65.0.27:60609", "172.17.0.1:60609"], + "Key": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:a51671a21c3dc8b7b78bc44f3a9f574e732ebdde0545a7f185b907cef0cae731", + "Addresses": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "AllowedIPs": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "Endpoints": ["77.164.248.136:36665", "10.65.0.27:36665", "172.17.0.1:36665"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56579}, - {"Proto": "peerapi6", "Port": 56579} + {"Proto": "peerapi4", "Port": 54152}, + {"Proto": "peerapi6", "Port": 54152} ]}, - "Created": "2026-04-09T01:33:29.574409273Z", + "Created": "2026-04-09T08:39:31.794072995Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1481111305158334, - "StableID": "njb9DPHoZC11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "DiscoKey": "discokey:2ef3683d98d47dd996e4156e704e3199644e1d3a291b5b086e6de1073c270566", - "Addresses": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "AllowedIPs": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "Endpoints": ["77.164.248.136:58219", "10.65.0.27:58219", "172.17.0.1:58219"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 44498}, - {"Proto": "peerapi6", "Port": 44498} - ]}, - "Created": "2026-04-09T01:33:25.247673959Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1639693208202430, - "StableID": "nK5iwgxcoD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "DiscoKey": "discokey:514857769cd8007ebe69ec0c62d877436f49975e01e94037f2bd6f7eaf93046e", - "Addresses": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "AllowedIPs": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "Endpoints": ["77.164.248.136:46641", "10.65.0.27:46641", "172.17.0.1:46641"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 50559}, - {"Proto": "peerapi6", "Port": 50559} - ]}, - "Created": "2026-04-09T01:33:22.510198527Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1775348273904614, - "StableID": "nRp5aYP4sE11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "DiscoKey": "discokey:5bc8281b27685015c7255755af4c9817901018ad166c60da51259b93856c940f", - "Addresses": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "AllowedIPs": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "Endpoints": ["77.164.248.136:50404", "10.65.0.27:50404", "172.17.0.1:50404"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63540}, - {"Proto": "peerapi6", "Port": 63540} - ]}, - "Created": "2026-04-09T01:33:27.960539597Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2193420927327557, - "StableID": "niwBL1TQ8J11CNTRL", + "ID": 1588455926114987, + "StableID": "naaBnX3RQD11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "DiscoKey": "discokey:afa1f698b43026dd0a95cb29f1dff0c119173ece48907cb65fff7d02ba549602", - "Addresses": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "AllowedIPs": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "Endpoints": ["77.164.248.136:35494", "10.65.0.27:35494", "172.17.0.1:35494"], + "Key": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "DiscoKey": "discokey:21d266d89e2acbb545866d30002b38ccc801dddfa52726f3db40403a7037cf73", + "Addresses": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "AllowedIPs": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "Endpoints": ["77.164.248.136:59036", "10.65.0.27:59036", "172.17.0.1:59036"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60963}, - {"Proto": "peerapi6", "Port": 60963} + {"Proto": "peerapi4", "Port": 62196}, + {"Proto": "peerapi6", "Port": 62196} ]}, - "Created": "2026-04-09T01:33:28.501614312Z", + "Created": "2026-04-09T08:39:30.718434667Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 2371682186030977, - "StableID": "ntUTL259XK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "DiscoKey": "discokey:8d9db7579ef5c122129d5631952f6f4109bfabbd14b9c46f1cc66dba7fb0353d", - "Addresses": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "AllowedIPs": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "Endpoints": ["77.164.248.136:40462", "10.65.0.27:40462", "172.17.0.1:40462"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58424}, - {"Proto": "peerapi6", "Port": 58424} - ]}, - "Created": "2026-04-09T01:33:23.612332936Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3731590466763119, - "StableID": "ne8NK8Z39W11CNTRL", + "ID": 1967169331515556, + "StableID": "nBG8akCwMG11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "DiscoKey": "discokey:d9e23227888b6a103bcf5975b88f8b68f91836000e8eafa26b6907c2d8626f53", - "Addresses": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "AllowedIPs": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "Endpoints": ["77.164.248.136:50265", "10.65.0.27:50265", "172.17.0.1:50265"], - "HomeDERP": 4, + "Key": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "DiscoKey": "discokey:793bea06c4ca120d718818b73328e79eecba4ba707c68d7c8827041a0f7c7425", + "Addresses": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "AllowedIPs": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "Endpoints": ["77.164.248.136:42716", "10.65.0.27:42716", "172.17.0.1:42716"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 52845}, - {"Proto": "peerapi6", "Port": 52845} + {"Proto": "peerapi4", "Port": 50987}, + {"Proto": "peerapi6", "Port": 50987} ]}, - "Created": "2026-04-09T01:33:26.857553089Z", + "Created": "2026-04-09T08:39:29.111575523Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5167714787595804, - "StableID": "nKimm47UMh11CNTRL", + "ID": 3063779021018171, + "StableID": "nEYofDHbvQ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "DiscoKey": "discokey:339c5a3603fc3d7b847315ee96a315642950f07c1c2a4b3671671253136f6409", + "Addresses": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "AllowedIPs": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "Endpoints": ["77.164.248.136:42976", "10.65.0.27:42976", "172.17.0.1:42976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56139}, + {"Proto": "peerapi6", "Port": 56139} + ]}, + "Created": "2026-04-09T08:39:24.837193906Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3207729715324009, + "StableID": "ngn9bycn3S11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "KeyExpiry": "2026-10-06T08:39:32Z", + "DiscoKey": "discokey:7d3d53aab0bab66969e16cd6ff08d08418c70d677833839ff80eaa02aef87b46", + "Addresses": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "AllowedIPs": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "Endpoints": ["77.164.248.136:35453", "10.65.0.27:35453", "172.17.0.1:35453"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 52601}, + {"Proto": "peerapi6", "Port": 52601} + ]}, + "Created": "2026-04-09T08:39:32.330979566Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3225440868568927, + "StableID": "nxB2Z1soBS11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:2ffbd3637be3c2ed3d039575895d4c207c3003b9655dfd069c8e9d35f05fb923", + "Addresses": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "AllowedIPs": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "Endpoints": ["77.164.248.136:54441", "10.65.0.27:54441", "172.17.0.1:54441"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 46902}, + {"Proto": "peerapi6", "Port": 46902} + ]}, + "Created": "2026-04-09T08:39:31.250420775Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3296345460280027, + "StableID": "nA2BXXQvjS11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "DiscoKey": "discokey:53e12423d84993321950132d24f3ceb3272953da7a96a7661611c37bfcd51214", - "Addresses": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "AllowedIPs": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "Endpoints": ["77.164.248.136:40636", "10.65.0.27:40636", "172.17.0.1:40636"], + "Key": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "DiscoKey": "discokey:0fe4850ba3dae39ec12d0c4e0ca71d7de479c71306cef5cc35f4958a099d673a", + "Addresses": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "AllowedIPs": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "Endpoints": ["77.164.248.136:36542", "10.65.0.27:36542", "172.17.0.1:36542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49218}, - {"Proto": "peerapi6", "Port": 49218} + {"Proto": "peerapi4", "Port": 52995}, + {"Proto": "peerapi6", "Port": 52995} ]}, - "Created": "2026-04-09T01:33:24.163237765Z", + "Created": "2026-04-09T08:39:26.442288954Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 5313981660471400, - "StableID": "nTJiTfHiVi11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "DiscoKey": "discokey:12b5c207f4d31d296215eca3f2b1a076bc3576017b82b4419865a8accf50c07a", - "Addresses": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "AllowedIPs": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "Endpoints": ["77.164.248.136:51304", "10.65.0.27:51304", "172.17.0.1:51304"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58766}, - {"Proto": "peerapi6", "Port": 58766} - ]}, - "Created": "2026-04-09T01:33:27.408106535Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6014850949443672, - "StableID": "n5RkWEw8yo11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "DiscoKey": "discokey:af40ae4ad8b4119bcf41577d4cf8333db4cbf6ec90da002da97dea1d386abc45", - "Addresses": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "AllowedIPs": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "Endpoints": ["77.164.248.136:53969", "10.65.0.27:53969", "172.17.0.1:53969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55513}, - {"Proto": "peerapi6", "Port": 55513} - ]}, - "Created": "2026-04-09T01:33:24.695125837Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6121194993996392, - "StableID": "nj4BawQJop11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "DiscoKey": "discokey:5125d03cf9178e6be44224ad49cdb915dbdb10fef4c55d9cd7acdac2d1b76d5b", - "Addresses": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "AllowedIPs": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "Endpoints": ["77.164.248.136:46631", "10.65.0.27:46631", "172.17.0.1:46631"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37627}, - {"Proto": "peerapi6", "Port": 37627} - ]}, - "Created": "2026-04-09T01:33:23.071891416Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6398066386509432, - "StableID": "nRjkRaMhxr11CNTRL", + "ID": 4168869391886096, + "StableID": "nmDEYX86ZZ11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "DiscoKey": "discokey:541484ba267760804b59da1b6ef2f30d8cd686fb0b13856de14084ce926bdd31", - "Addresses": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "AllowedIPs": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "Endpoints": ["77.164.248.136:36225", "10.65.0.27:36225", "172.17.0.1:36225"], + "Key": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "DiscoKey": "discokey:68c839f772a934e8b53b6e79e50cc06d763dbbf8633678e4683b29602c326836", + "Addresses": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "AllowedIPs": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "Endpoints": ["77.164.248.136:44956", "10.65.0.27:44956", "172.17.0.1:44956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 37253}, - {"Proto": "peerapi6", "Port": 37253} + {"Proto": "peerapi4", "Port": 44673}, + {"Proto": "peerapi6", "Port": 44673} ]}, - "Created": "2026-04-09T01:33:26.321496183Z", + "Created": "2026-04-09T08:39:28.579398197Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8050776613579394, - "StableID": "nmzekVFDs521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "KeyExpiry": "2026-10-06T01:33:30Z", - "DiscoKey": "discokey:a1f628ed45cb56bd7e24c26862114becf7f65547e96d40815b85f1d53a3f003f", - "Addresses": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "AllowedIPs": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "Endpoints": ["77.164.248.136:59031", "10.65.0.27:59031", "172.17.0.1:59031"], + "ID": 5795745357064981, + "StableID": "nGSAcMQuFn11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "DiscoKey": "discokey:fa1ad6c2bbd19d3108a5d32e2eee8af333f2df5a37f699bc32b4a5c1f9cf8077", + "Addresses": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "AllowedIPs": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "Endpoints": ["77.164.248.136:55283", "10.65.0.27:55283", "172.17.0.1:55283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37163}, - {"Proto": "peerapi6", "Port": 37163} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41762}, + {"Proto": "peerapi6", "Port": 41762} ]}, - "Created": "2026-04-09T01:33:30.14418756Z", + "Created": "2026-04-09T08:39:25.917147921Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8660279902075589, - "StableID": "nCEFDLsFdA21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:1bb6161abdfbab65cb9ddb3aa244cd58029e5ea76979bf02ae0335ab87965f31", - "Addresses": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "AllowedIPs": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "Endpoints": ["77.164.248.136:41182", "10.65.0.27:41182", "172.17.0.1:41182"], + "ID": 6526536324166870, + "StableID": "nfsntS3txs11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "DiscoKey": "discokey:47a7dfee5eca7771a907be0b899117ec261a579244669a91cb7d3920e5241e37", + "Addresses": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "AllowedIPs": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "Endpoints": ["77.164.248.136:49889", "10.65.0.27:49889", "172.17.0.1:49889"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53231}, - {"Proto": "peerapi6", "Port": 53231} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 48283}, + {"Proto": "peerapi6", "Port": 48283} ]}, - "Created": "2026-04-09T01:33:29.042130062Z", + "Created": "2026-04-09T08:39:29.646572572Z", "Cap": 131, + "Tags": ["tag:client"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7316451475546699, + "StableID": "nkVDtsmd8z11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "DiscoKey": "discokey:eae2be41c1c67f6795b31f5275762efcf27f218ceb430cc030199c71f936b827", + "Addresses": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "AllowedIPs": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "Endpoints": ["77.164.248.136:45000", "10.65.0.27:45000", "172.17.0.1:45000"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} + ]}, + "Created": "2026-04-09T08:39:25.378142989Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7589334487646881, + "StableID": "nQWfDywDG221CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "DiscoKey": "discokey:e0c76066f09679b791934eb0d902c733b433a93f5884f56b2500d507264f192b", + "Addresses": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "AllowedIPs": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "Endpoints": ["77.164.248.136:57389", "10.65.0.27:57389", "172.17.0.1:57389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49825}, + {"Proto": "peerapi6", "Port": 49825} + ]}, + "Created": "2026-04-09T08:39:30.192173178Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8648537763442367, + "StableID": "nAYVdTRwXA21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "DiscoKey": "discokey:b015e4b7a2b4154ccffff0582c1966dd4a51b72665d2118c3f5835d0ea90e242", + "Addresses": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "AllowedIPs": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "Endpoints": ["77.164.248.136:46712", "10.65.0.27:46712", "172.17.0.1:46712"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61377}, + {"Proto": "peerapi6", "Port": 61377} + ]}, + "Created": "2026-04-09T08:39:26.990243567Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8819329419678427, + "StableID": "n6aeS5qHsB21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "DiscoKey": "discokey:707ce986dcc98bb8c485aac93bc8e8f3a4b65d431e6a68d8d011dba2f03be666", + "Addresses": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "AllowedIPs": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "Endpoints": ["77.164.248.136:50267", "10.65.0.27:50267", "172.17.0.1:50267"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65375}, + {"Proto": "peerapi6", "Port": 65375} + ]}, + "Created": "2026-04-09T08:39:27.52355207Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15030,27 +15050,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2170201629493903": { - "ID": 2170201629493903, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2623085362015595": { + "ID": 2623085362015595, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15081,26 +15103,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3731590466763119, - "StableID": "ne8NK8Z39W11CNTRL", + "ID": 1967169331515556, + "StableID": "nBG8akCwMG11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 3731590466763119, - "Key": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "DiscoKey": "discokey:d9e23227888b6a103bcf5975b88f8b68f91836000e8eafa26b6907c2d8626f53", - "Addresses": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "AllowedIPs": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "Endpoints": ["77.164.248.136:50265", "10.65.0.27:50265", "172.17.0.1:50265"], + "User": 1967169331515556, + "Key": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "DiscoKey": "discokey:793bea06c4ca120d718818b73328e79eecba4ba707c68d7c8827041a0f7c7425", + "Addresses": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "AllowedIPs": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "Endpoints": ["77.164.248.136:42716", "10.65.0.27:42716", "172.17.0.1:42716"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 52845}, - {"Proto": "peerapi6", "Port": 52845}, + {"Proto": "peerapi4", "Port": 50987}, + {"Proto": "peerapi6", "Port": 50987}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:26.857553089Z", + "Created": "2026-04-09T08:39:29.111575523Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15128,302 +15150,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "MachineKey": "mkey:f1d20d499c13b1970b9b3782bd746bac2948e321859fa8d5380d33fb000bc36e", + "NodeKey": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "MachineKey": "mkey:1f85ceb744af45877938d2b5b37b0a81ee7f47ad17a230887110d783034c3f07", "Peers": [{ - "ID": 5348026474726, - "StableID": "nXVbn3VR3111CNTRL", + "ID": 769031061109750, + "StableID": "nB7wSE9J1711CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:3d604b76aebbd9e3e197e24403e9bb20b6dc21936d045e781f9ee2e3eba06866", - "Addresses": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "AllowedIPs": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "Endpoints": ["77.164.248.136:60609", "10.65.0.27:60609", "172.17.0.1:60609"], + "Key": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:a51671a21c3dc8b7b78bc44f3a9f574e732ebdde0545a7f185b907cef0cae731", + "Addresses": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "AllowedIPs": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "Endpoints": ["77.164.248.136:36665", "10.65.0.27:36665", "172.17.0.1:36665"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56579}, - {"Proto": "peerapi6", "Port": 56579} + {"Proto": "peerapi4", "Port": 54152}, + {"Proto": "peerapi6", "Port": 54152} ]}, - "Created": "2026-04-09T01:33:29.574409273Z", + "Created": "2026-04-09T08:39:31.794072995Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1481111305158334, - "StableID": "njb9DPHoZC11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "DiscoKey": "discokey:2ef3683d98d47dd996e4156e704e3199644e1d3a291b5b086e6de1073c270566", - "Addresses": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "AllowedIPs": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "Endpoints": ["77.164.248.136:58219", "10.65.0.27:58219", "172.17.0.1:58219"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 44498}, - {"Proto": "peerapi6", "Port": 44498} - ]}, - "Created": "2026-04-09T01:33:25.247673959Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1639693208202430, - "StableID": "nK5iwgxcoD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "DiscoKey": "discokey:514857769cd8007ebe69ec0c62d877436f49975e01e94037f2bd6f7eaf93046e", - "Addresses": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "AllowedIPs": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "Endpoints": ["77.164.248.136:46641", "10.65.0.27:46641", "172.17.0.1:46641"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 50559}, - {"Proto": "peerapi6", "Port": 50559} - ]}, - "Created": "2026-04-09T01:33:22.510198527Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1775348273904614, - "StableID": "nRp5aYP4sE11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "DiscoKey": "discokey:5bc8281b27685015c7255755af4c9817901018ad166c60da51259b93856c940f", - "Addresses": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "AllowedIPs": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "Endpoints": ["77.164.248.136:50404", "10.65.0.27:50404", "172.17.0.1:50404"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63540}, - {"Proto": "peerapi6", "Port": 63540} - ]}, - "Created": "2026-04-09T01:33:27.960539597Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2170201629493903, - "StableID": "npBYVyWtwH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "DiscoKey": "discokey:7f02c584dfb0826668fca02bb1c4182082b8fea29681157fb6d9b94b4ab4ac61", - "Addresses": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "AllowedIPs": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "Endpoints": ["77.164.248.136:40346", "10.65.0.27:40346", "172.17.0.1:40346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60579}, - {"Proto": "peerapi6", "Port": 60579} - ]}, - "Created": "2026-04-09T01:33:25.770568337Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2193420927327557, - "StableID": "niwBL1TQ8J11CNTRL", + "ID": 1588455926114987, + "StableID": "naaBnX3RQD11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "DiscoKey": "discokey:afa1f698b43026dd0a95cb29f1dff0c119173ece48907cb65fff7d02ba549602", - "Addresses": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "AllowedIPs": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "Endpoints": ["77.164.248.136:35494", "10.65.0.27:35494", "172.17.0.1:35494"], + "Key": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "DiscoKey": "discokey:21d266d89e2acbb545866d30002b38ccc801dddfa52726f3db40403a7037cf73", + "Addresses": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "AllowedIPs": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "Endpoints": ["77.164.248.136:59036", "10.65.0.27:59036", "172.17.0.1:59036"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60963}, - {"Proto": "peerapi6", "Port": 60963} + {"Proto": "peerapi4", "Port": 62196}, + {"Proto": "peerapi6", "Port": 62196} ]}, - "Created": "2026-04-09T01:33:28.501614312Z", + "Created": "2026-04-09T08:39:30.718434667Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 2371682186030977, - "StableID": "ntUTL259XK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 2623085362015595, + "StableID": "n4bE7G11VM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "DiscoKey": "discokey:8d9db7579ef5c122129d5631952f6f4109bfabbd14b9c46f1cc66dba7fb0353d", - "Addresses": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "AllowedIPs": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "Endpoints": ["77.164.248.136:40462", "10.65.0.27:40462", "172.17.0.1:40462"], + "Key": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "DiscoKey": "discokey:f076069142eca8ea099b2f7591210daa7f6551c410691992f077b996ee46b54c", + "Addresses": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "AllowedIPs": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58424}, - {"Proto": "peerapi6", "Port": 58424} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39478}, + {"Proto": "peerapi6", "Port": 39478} ]}, - "Created": "2026-04-09T01:33:23.612332936Z", + "Created": "2026-04-09T08:39:28.055198002Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 5167714787595804, - "StableID": "nKimm47UMh11CNTRL", + "ID": 3063779021018171, + "StableID": "nEYofDHbvQ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "DiscoKey": "discokey:339c5a3603fc3d7b847315ee96a315642950f07c1c2a4b3671671253136f6409", + "Addresses": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "AllowedIPs": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "Endpoints": ["77.164.248.136:42976", "10.65.0.27:42976", "172.17.0.1:42976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56139}, + {"Proto": "peerapi6", "Port": 56139} + ]}, + "Created": "2026-04-09T08:39:24.837193906Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3207729715324009, + "StableID": "ngn9bycn3S11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "KeyExpiry": "2026-10-06T08:39:32Z", + "DiscoKey": "discokey:7d3d53aab0bab66969e16cd6ff08d08418c70d677833839ff80eaa02aef87b46", + "Addresses": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "AllowedIPs": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "Endpoints": ["77.164.248.136:35453", "10.65.0.27:35453", "172.17.0.1:35453"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 52601}, + {"Proto": "peerapi6", "Port": 52601} + ]}, + "Created": "2026-04-09T08:39:32.330979566Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3225440868568927, + "StableID": "nxB2Z1soBS11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:2ffbd3637be3c2ed3d039575895d4c207c3003b9655dfd069c8e9d35f05fb923", + "Addresses": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "AllowedIPs": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "Endpoints": ["77.164.248.136:54441", "10.65.0.27:54441", "172.17.0.1:54441"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 46902}, + {"Proto": "peerapi6", "Port": 46902} + ]}, + "Created": "2026-04-09T08:39:31.250420775Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3296345460280027, + "StableID": "nA2BXXQvjS11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "DiscoKey": "discokey:53e12423d84993321950132d24f3ceb3272953da7a96a7661611c37bfcd51214", - "Addresses": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "AllowedIPs": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "Endpoints": ["77.164.248.136:40636", "10.65.0.27:40636", "172.17.0.1:40636"], + "Key": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "DiscoKey": "discokey:0fe4850ba3dae39ec12d0c4e0ca71d7de479c71306cef5cc35f4958a099d673a", + "Addresses": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "AllowedIPs": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "Endpoints": ["77.164.248.136:36542", "10.65.0.27:36542", "172.17.0.1:36542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49218}, - {"Proto": "peerapi6", "Port": 49218} + {"Proto": "peerapi4", "Port": 52995}, + {"Proto": "peerapi6", "Port": 52995} ]}, - "Created": "2026-04-09T01:33:24.163237765Z", + "Created": "2026-04-09T08:39:26.442288954Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 5313981660471400, - "StableID": "nTJiTfHiVi11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "DiscoKey": "discokey:12b5c207f4d31d296215eca3f2b1a076bc3576017b82b4419865a8accf50c07a", - "Addresses": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "AllowedIPs": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "Endpoints": ["77.164.248.136:51304", "10.65.0.27:51304", "172.17.0.1:51304"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58766}, - {"Proto": "peerapi6", "Port": 58766} - ]}, - "Created": "2026-04-09T01:33:27.408106535Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6014850949443672, - "StableID": "n5RkWEw8yo11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "DiscoKey": "discokey:af40ae4ad8b4119bcf41577d4cf8333db4cbf6ec90da002da97dea1d386abc45", - "Addresses": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "AllowedIPs": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "Endpoints": ["77.164.248.136:53969", "10.65.0.27:53969", "172.17.0.1:53969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55513}, - {"Proto": "peerapi6", "Port": 55513} - ]}, - "Created": "2026-04-09T01:33:24.695125837Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6121194993996392, - "StableID": "nj4BawQJop11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "DiscoKey": "discokey:5125d03cf9178e6be44224ad49cdb915dbdb10fef4c55d9cd7acdac2d1b76d5b", - "Addresses": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "AllowedIPs": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "Endpoints": ["77.164.248.136:46631", "10.65.0.27:46631", "172.17.0.1:46631"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37627}, - {"Proto": "peerapi6", "Port": 37627} - ]}, - "Created": "2026-04-09T01:33:23.071891416Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6398066386509432, - "StableID": "nRjkRaMhxr11CNTRL", + "ID": 4168869391886096, + "StableID": "nmDEYX86ZZ11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "DiscoKey": "discokey:541484ba267760804b59da1b6ef2f30d8cd686fb0b13856de14084ce926bdd31", - "Addresses": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "AllowedIPs": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "Endpoints": ["77.164.248.136:36225", "10.65.0.27:36225", "172.17.0.1:36225"], + "Key": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "DiscoKey": "discokey:68c839f772a934e8b53b6e79e50cc06d763dbbf8633678e4683b29602c326836", + "Addresses": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "AllowedIPs": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "Endpoints": ["77.164.248.136:44956", "10.65.0.27:44956", "172.17.0.1:44956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 37253}, - {"Proto": "peerapi6", "Port": 37253} + {"Proto": "peerapi4", "Port": 44673}, + {"Proto": "peerapi6", "Port": 44673} ]}, - "Created": "2026-04-09T01:33:26.321496183Z", + "Created": "2026-04-09T08:39:28.579398197Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8050776613579394, - "StableID": "nmzekVFDs521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "KeyExpiry": "2026-10-06T01:33:30Z", - "DiscoKey": "discokey:a1f628ed45cb56bd7e24c26862114becf7f65547e96d40815b85f1d53a3f003f", - "Addresses": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "AllowedIPs": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "Endpoints": ["77.164.248.136:59031", "10.65.0.27:59031", "172.17.0.1:59031"], + "ID": 5795745357064981, + "StableID": "nGSAcMQuFn11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "DiscoKey": "discokey:fa1ad6c2bbd19d3108a5d32e2eee8af333f2df5a37f699bc32b4a5c1f9cf8077", + "Addresses": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "AllowedIPs": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "Endpoints": ["77.164.248.136:55283", "10.65.0.27:55283", "172.17.0.1:55283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37163}, - {"Proto": "peerapi6", "Port": 37163} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41762}, + {"Proto": "peerapi6", "Port": 41762} ]}, - "Created": "2026-04-09T01:33:30.14418756Z", + "Created": "2026-04-09T08:39:25.917147921Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8660279902075589, - "StableID": "nCEFDLsFdA21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:1bb6161abdfbab65cb9ddb3aa244cd58029e5ea76979bf02ae0335ab87965f31", - "Addresses": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "AllowedIPs": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "Endpoints": ["77.164.248.136:41182", "10.65.0.27:41182", "172.17.0.1:41182"], + "ID": 6526536324166870, + "StableID": "nfsntS3txs11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "DiscoKey": "discokey:47a7dfee5eca7771a907be0b899117ec261a579244669a91cb7d3920e5241e37", + "Addresses": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "AllowedIPs": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "Endpoints": ["77.164.248.136:49889", "10.65.0.27:49889", "172.17.0.1:49889"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53231}, - {"Proto": "peerapi6", "Port": 53231} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 48283}, + {"Proto": "peerapi6", "Port": 48283} ]}, - "Created": "2026-04-09T01:33:29.042130062Z", + "Created": "2026-04-09T08:39:29.646572572Z", "Cap": 131, + "Tags": ["tag:client"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7316451475546699, + "StableID": "nkVDtsmd8z11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "DiscoKey": "discokey:eae2be41c1c67f6795b31f5275762efcf27f218ceb430cc030199c71f936b827", + "Addresses": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "AllowedIPs": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "Endpoints": ["77.164.248.136:45000", "10.65.0.27:45000", "172.17.0.1:45000"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} + ]}, + "Created": "2026-04-09T08:39:25.378142989Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7589334487646881, + "StableID": "nQWfDywDG221CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "DiscoKey": "discokey:e0c76066f09679b791934eb0d902c733b433a93f5884f56b2500d507264f192b", + "Addresses": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "AllowedIPs": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "Endpoints": ["77.164.248.136:57389", "10.65.0.27:57389", "172.17.0.1:57389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49825}, + {"Proto": "peerapi6", "Port": 49825} + ]}, + "Created": "2026-04-09T08:39:30.192173178Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8648537763442367, + "StableID": "nAYVdTRwXA21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "DiscoKey": "discokey:b015e4b7a2b4154ccffff0582c1966dd4a51b72665d2118c3f5835d0ea90e242", + "Addresses": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "AllowedIPs": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "Endpoints": ["77.164.248.136:46712", "10.65.0.27:46712", "172.17.0.1:46712"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61377}, + {"Proto": "peerapi6", "Port": 61377} + ]}, + "Created": "2026-04-09T08:39:26.990243567Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8819329419678427, + "StableID": "n6aeS5qHsB21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "DiscoKey": "discokey:707ce986dcc98bb8c485aac93bc8e8f3a4b65d431e6a68d8d011dba2f03be666", + "Addresses": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "AllowedIPs": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "Endpoints": ["77.164.248.136:50267", "10.65.0.27:50267", "172.17.0.1:50267"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65375}, + {"Proto": "peerapi6", "Port": 65375} + ]}, + "Created": "2026-04-09T08:39:27.52355207Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16271,27 +16293,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3731590466763119": { - "ID": 3731590466763119, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1967169331515556": { + "ID": 1967169331515556, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16322,22 +16346,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5348026474726, - "StableID": "nXVbn3VR3111CNTRL", + "ID": 769031061109750, + "StableID": "nB7wSE9J1711CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:3d604b76aebbd9e3e197e24403e9bb20b6dc21936d045e781f9ee2e3eba06866", - "Addresses": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "AllowedIPs": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "Endpoints": ["77.164.248.136:60609", "10.65.0.27:60609", "172.17.0.1:60609"], + "Key": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:a51671a21c3dc8b7b78bc44f3a9f574e732ebdde0545a7f185b907cef0cae731", + "Addresses": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "AllowedIPs": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "Endpoints": ["77.164.248.136:36665", "10.65.0.27:36665", "172.17.0.1:36665"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56579}, - {"Proto": "peerapi6", "Port": 56579}, + {"Proto": "peerapi4", "Port": 54152}, + {"Proto": "peerapi6", "Port": 54152}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:29.574409273Z", + "Created": "2026-04-09T08:39:31.794072995Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16364,302 +16388,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "MachineKey": "mkey:27f0d8a63eb3ecc1d1dd895f343b2d1a36b7b0898d1edcaae9217a331eda0b68", + "NodeKey": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "MachineKey": "mkey:1e54976ca15c29f7528616aa8b17e7c5c2ec22ae61b85a48a12253a0e325f01c", "Peers": [{ - "ID": 1481111305158334, - "StableID": "njb9DPHoZC11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "DiscoKey": "discokey:2ef3683d98d47dd996e4156e704e3199644e1d3a291b5b086e6de1073c270566", - "Addresses": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "AllowedIPs": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "Endpoints": ["77.164.248.136:58219", "10.65.0.27:58219", "172.17.0.1:58219"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 44498}, - {"Proto": "peerapi6", "Port": 44498} - ]}, - "Created": "2026-04-09T01:33:25.247673959Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1639693208202430, - "StableID": "nK5iwgxcoD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "DiscoKey": "discokey:514857769cd8007ebe69ec0c62d877436f49975e01e94037f2bd6f7eaf93046e", - "Addresses": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "AllowedIPs": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "Endpoints": ["77.164.248.136:46641", "10.65.0.27:46641", "172.17.0.1:46641"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 50559}, - {"Proto": "peerapi6", "Port": 50559} - ]}, - "Created": "2026-04-09T01:33:22.510198527Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1775348273904614, - "StableID": "nRp5aYP4sE11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "DiscoKey": "discokey:5bc8281b27685015c7255755af4c9817901018ad166c60da51259b93856c940f", - "Addresses": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "AllowedIPs": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "Endpoints": ["77.164.248.136:50404", "10.65.0.27:50404", "172.17.0.1:50404"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63540}, - {"Proto": "peerapi6", "Port": 63540} - ]}, - "Created": "2026-04-09T01:33:27.960539597Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2170201629493903, - "StableID": "npBYVyWtwH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "DiscoKey": "discokey:7f02c584dfb0826668fca02bb1c4182082b8fea29681157fb6d9b94b4ab4ac61", - "Addresses": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "AllowedIPs": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "Endpoints": ["77.164.248.136:40346", "10.65.0.27:40346", "172.17.0.1:40346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60579}, - {"Proto": "peerapi6", "Port": 60579} - ]}, - "Created": "2026-04-09T01:33:25.770568337Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2193420927327557, - "StableID": "niwBL1TQ8J11CNTRL", + "ID": 1588455926114987, + "StableID": "naaBnX3RQD11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "DiscoKey": "discokey:afa1f698b43026dd0a95cb29f1dff0c119173ece48907cb65fff7d02ba549602", - "Addresses": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "AllowedIPs": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "Endpoints": ["77.164.248.136:35494", "10.65.0.27:35494", "172.17.0.1:35494"], + "Key": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "DiscoKey": "discokey:21d266d89e2acbb545866d30002b38ccc801dddfa52726f3db40403a7037cf73", + "Addresses": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "AllowedIPs": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "Endpoints": ["77.164.248.136:59036", "10.65.0.27:59036", "172.17.0.1:59036"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60963}, - {"Proto": "peerapi6", "Port": 60963} + {"Proto": "peerapi4", "Port": 62196}, + {"Proto": "peerapi6", "Port": 62196} ]}, - "Created": "2026-04-09T01:33:28.501614312Z", + "Created": "2026-04-09T08:39:30.718434667Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 2371682186030977, - "StableID": "ntUTL259XK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "DiscoKey": "discokey:8d9db7579ef5c122129d5631952f6f4109bfabbd14b9c46f1cc66dba7fb0353d", - "Addresses": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "AllowedIPs": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "Endpoints": ["77.164.248.136:40462", "10.65.0.27:40462", "172.17.0.1:40462"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58424}, - {"Proto": "peerapi6", "Port": 58424} - ]}, - "Created": "2026-04-09T01:33:23.612332936Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3731590466763119, - "StableID": "ne8NK8Z39W11CNTRL", + "ID": 1967169331515556, + "StableID": "nBG8akCwMG11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "DiscoKey": "discokey:d9e23227888b6a103bcf5975b88f8b68f91836000e8eafa26b6907c2d8626f53", - "Addresses": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "AllowedIPs": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "Endpoints": ["77.164.248.136:50265", "10.65.0.27:50265", "172.17.0.1:50265"], - "HomeDERP": 4, + "Key": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "DiscoKey": "discokey:793bea06c4ca120d718818b73328e79eecba4ba707c68d7c8827041a0f7c7425", + "Addresses": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "AllowedIPs": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "Endpoints": ["77.164.248.136:42716", "10.65.0.27:42716", "172.17.0.1:42716"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 52845}, - {"Proto": "peerapi6", "Port": 52845} + {"Proto": "peerapi4", "Port": 50987}, + {"Proto": "peerapi6", "Port": 50987} ]}, - "Created": "2026-04-09T01:33:26.857553089Z", + "Created": "2026-04-09T08:39:29.111575523Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5167714787595804, - "StableID": "nKimm47UMh11CNTRL", + "ID": 2623085362015595, + "StableID": "n4bE7G11VM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "DiscoKey": "discokey:f076069142eca8ea099b2f7591210daa7f6551c410691992f077b996ee46b54c", + "Addresses": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "AllowedIPs": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39478}, + {"Proto": "peerapi6", "Port": 39478} + ]}, + "Created": "2026-04-09T08:39:28.055198002Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3063779021018171, + "StableID": "nEYofDHbvQ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "DiscoKey": "discokey:339c5a3603fc3d7b847315ee96a315642950f07c1c2a4b3671671253136f6409", + "Addresses": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "AllowedIPs": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "Endpoints": ["77.164.248.136:42976", "10.65.0.27:42976", "172.17.0.1:42976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56139}, + {"Proto": "peerapi6", "Port": 56139} + ]}, + "Created": "2026-04-09T08:39:24.837193906Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3207729715324009, + "StableID": "ngn9bycn3S11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "KeyExpiry": "2026-10-06T08:39:32Z", + "DiscoKey": "discokey:7d3d53aab0bab66969e16cd6ff08d08418c70d677833839ff80eaa02aef87b46", + "Addresses": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "AllowedIPs": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "Endpoints": ["77.164.248.136:35453", "10.65.0.27:35453", "172.17.0.1:35453"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 52601}, + {"Proto": "peerapi6", "Port": 52601} + ]}, + "Created": "2026-04-09T08:39:32.330979566Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3225440868568927, + "StableID": "nxB2Z1soBS11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:2ffbd3637be3c2ed3d039575895d4c207c3003b9655dfd069c8e9d35f05fb923", + "Addresses": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "AllowedIPs": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "Endpoints": ["77.164.248.136:54441", "10.65.0.27:54441", "172.17.0.1:54441"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 46902}, + {"Proto": "peerapi6", "Port": 46902} + ]}, + "Created": "2026-04-09T08:39:31.250420775Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3296345460280027, + "StableID": "nA2BXXQvjS11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "DiscoKey": "discokey:53e12423d84993321950132d24f3ceb3272953da7a96a7661611c37bfcd51214", - "Addresses": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "AllowedIPs": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "Endpoints": ["77.164.248.136:40636", "10.65.0.27:40636", "172.17.0.1:40636"], + "Key": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "DiscoKey": "discokey:0fe4850ba3dae39ec12d0c4e0ca71d7de479c71306cef5cc35f4958a099d673a", + "Addresses": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "AllowedIPs": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "Endpoints": ["77.164.248.136:36542", "10.65.0.27:36542", "172.17.0.1:36542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49218}, - {"Proto": "peerapi6", "Port": 49218} + {"Proto": "peerapi4", "Port": 52995}, + {"Proto": "peerapi6", "Port": 52995} ]}, - "Created": "2026-04-09T01:33:24.163237765Z", + "Created": "2026-04-09T08:39:26.442288954Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 5313981660471400, - "StableID": "nTJiTfHiVi11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "DiscoKey": "discokey:12b5c207f4d31d296215eca3f2b1a076bc3576017b82b4419865a8accf50c07a", - "Addresses": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "AllowedIPs": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "Endpoints": ["77.164.248.136:51304", "10.65.0.27:51304", "172.17.0.1:51304"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58766}, - {"Proto": "peerapi6", "Port": 58766} - ]}, - "Created": "2026-04-09T01:33:27.408106535Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6014850949443672, - "StableID": "n5RkWEw8yo11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "DiscoKey": "discokey:af40ae4ad8b4119bcf41577d4cf8333db4cbf6ec90da002da97dea1d386abc45", - "Addresses": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "AllowedIPs": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "Endpoints": ["77.164.248.136:53969", "10.65.0.27:53969", "172.17.0.1:53969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55513}, - {"Proto": "peerapi6", "Port": 55513} - ]}, - "Created": "2026-04-09T01:33:24.695125837Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6121194993996392, - "StableID": "nj4BawQJop11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "DiscoKey": "discokey:5125d03cf9178e6be44224ad49cdb915dbdb10fef4c55d9cd7acdac2d1b76d5b", - "Addresses": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "AllowedIPs": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "Endpoints": ["77.164.248.136:46631", "10.65.0.27:46631", "172.17.0.1:46631"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37627}, - {"Proto": "peerapi6", "Port": 37627} - ]}, - "Created": "2026-04-09T01:33:23.071891416Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6398066386509432, - "StableID": "nRjkRaMhxr11CNTRL", + "ID": 4168869391886096, + "StableID": "nmDEYX86ZZ11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "DiscoKey": "discokey:541484ba267760804b59da1b6ef2f30d8cd686fb0b13856de14084ce926bdd31", - "Addresses": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "AllowedIPs": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "Endpoints": ["77.164.248.136:36225", "10.65.0.27:36225", "172.17.0.1:36225"], + "Key": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "DiscoKey": "discokey:68c839f772a934e8b53b6e79e50cc06d763dbbf8633678e4683b29602c326836", + "Addresses": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "AllowedIPs": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "Endpoints": ["77.164.248.136:44956", "10.65.0.27:44956", "172.17.0.1:44956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 37253}, - {"Proto": "peerapi6", "Port": 37253} + {"Proto": "peerapi4", "Port": 44673}, + {"Proto": "peerapi6", "Port": 44673} ]}, - "Created": "2026-04-09T01:33:26.321496183Z", + "Created": "2026-04-09T08:39:28.579398197Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8050776613579394, - "StableID": "nmzekVFDs521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "KeyExpiry": "2026-10-06T01:33:30Z", - "DiscoKey": "discokey:a1f628ed45cb56bd7e24c26862114becf7f65547e96d40815b85f1d53a3f003f", - "Addresses": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "AllowedIPs": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "Endpoints": ["77.164.248.136:59031", "10.65.0.27:59031", "172.17.0.1:59031"], + "ID": 5795745357064981, + "StableID": "nGSAcMQuFn11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "DiscoKey": "discokey:fa1ad6c2bbd19d3108a5d32e2eee8af333f2df5a37f699bc32b4a5c1f9cf8077", + "Addresses": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "AllowedIPs": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "Endpoints": ["77.164.248.136:55283", "10.65.0.27:55283", "172.17.0.1:55283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37163}, - {"Proto": "peerapi6", "Port": 37163} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41762}, + {"Proto": "peerapi6", "Port": 41762} ]}, - "Created": "2026-04-09T01:33:30.14418756Z", + "Created": "2026-04-09T08:39:25.917147921Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 8660279902075589, - "StableID": "nCEFDLsFdA21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:1bb6161abdfbab65cb9ddb3aa244cd58029e5ea76979bf02ae0335ab87965f31", - "Addresses": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "AllowedIPs": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "Endpoints": ["77.164.248.136:41182", "10.65.0.27:41182", "172.17.0.1:41182"], + "ID": 6526536324166870, + "StableID": "nfsntS3txs11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "DiscoKey": "discokey:47a7dfee5eca7771a907be0b899117ec261a579244669a91cb7d3920e5241e37", + "Addresses": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "AllowedIPs": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "Endpoints": ["77.164.248.136:49889", "10.65.0.27:49889", "172.17.0.1:49889"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53231}, - {"Proto": "peerapi6", "Port": 53231} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 48283}, + {"Proto": "peerapi6", "Port": 48283} ]}, - "Created": "2026-04-09T01:33:29.042130062Z", + "Created": "2026-04-09T08:39:29.646572572Z", "Cap": 131, + "Tags": ["tag:client"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7316451475546699, + "StableID": "nkVDtsmd8z11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "DiscoKey": "discokey:eae2be41c1c67f6795b31f5275762efcf27f218ceb430cc030199c71f936b827", + "Addresses": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "AllowedIPs": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "Endpoints": ["77.164.248.136:45000", "10.65.0.27:45000", "172.17.0.1:45000"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} + ]}, + "Created": "2026-04-09T08:39:25.378142989Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7589334487646881, + "StableID": "nQWfDywDG221CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "DiscoKey": "discokey:e0c76066f09679b791934eb0d902c733b433a93f5884f56b2500d507264f192b", + "Addresses": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "AllowedIPs": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "Endpoints": ["77.164.248.136:57389", "10.65.0.27:57389", "172.17.0.1:57389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49825}, + {"Proto": "peerapi6", "Port": 49825} + ]}, + "Created": "2026-04-09T08:39:30.192173178Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8648537763442367, + "StableID": "nAYVdTRwXA21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "DiscoKey": "discokey:b015e4b7a2b4154ccffff0582c1966dd4a51b72665d2118c3f5835d0ea90e242", + "Addresses": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "AllowedIPs": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "Endpoints": ["77.164.248.136:46712", "10.65.0.27:46712", "172.17.0.1:46712"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61377}, + {"Proto": "peerapi6", "Port": 61377} + ]}, + "Created": "2026-04-09T08:39:26.990243567Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8819329419678427, + "StableID": "n6aeS5qHsB21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "DiscoKey": "discokey:707ce986dcc98bb8c485aac93bc8e8f3a4b65d431e6a68d8d011dba2f03be666", + "Addresses": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "AllowedIPs": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "Endpoints": ["77.164.248.136:50267", "10.65.0.27:50267", "172.17.0.1:50267"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65375}, + {"Proto": "peerapi6", "Port": 65375} + ]}, + "Created": "2026-04-09T08:39:27.52355207Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16687,7 +16711,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.71.21.43"}, {"nodeIP": "fd7a:115c:a1e0::bc37:152b"}], + "principals": [{"nodeIP": "100.103.190.118"}, {"nodeIP": "fd7a:115c:a1e0::fd37:be76"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -16696,7 +16720,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.71.21.43"}, {"nodeIP": "fd7a:115c:a1e0::bc37:152b"}], + "principals": [{"nodeIP": "100.103.190.118"}, {"nodeIP": "fd7a:115c:a1e0::fd37:be76"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17525,26 +17549,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.71.21.43"}, {"nodeIP": "fd7a:115c:a1e0::bc37:152b"}], + "principals": [{"nodeIP": "100.103.190.118"}, {"nodeIP": "fd7a:115c:a1e0::fd37:be76"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -17553,7 +17578,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.71.21.43"}, {"nodeIP": "fd7a:115c:a1e0::bc37:152b"}], + "principals": [{"nodeIP": "100.103.190.118"}, {"nodeIP": "fd7a:115c:a1e0::fd37:be76"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17590,21 +17615,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5313981660471400, - "StableID": "nTJiTfHiVi11CNTRL", + "ID": 6526536324166870, + "StableID": "nfsntS3txs11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 5313981660471400, - "Key": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "DiscoKey": "discokey:12b5c207f4d31d296215eca3f2b1a076bc3576017b82b4419865a8accf50c07a", - "Addresses": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "AllowedIPs": ["100.117.137.116/32", "fd7a:115c:a1e0::8537:8974/128"], - "Endpoints": ["77.164.248.136:51304", "10.65.0.27:51304", "172.17.0.1:51304"], + "User": 6526536324166870, + "Key": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "DiscoKey": "discokey:47a7dfee5eca7771a907be0b899117ec261a579244669a91cb7d3920e5241e37", + "Addresses": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "AllowedIPs": ["100.97.47.94/32", "fd7a:115c:a1e0::5037:2f5e/128"], + "Endpoints": ["77.164.248.136:49889", "10.65.0.27:49889", "172.17.0.1:49889"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 58766}, - {"Proto": "peerapi6", "Port": 58766}, + {"Proto": "peerapi4", "Port": 48283}, + {"Proto": "peerapi6", "Port": 48283}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:27.408106535Z", + "Created": "2026-04-09T08:39:29.646572572Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17632,300 +17657,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:564826862e870a8a3f9b4ad251d532731abfd38e1c5fb7676295205e85758973", - "MachineKey": "mkey:a7c7298181f32ff37b8ff77be31ea02b2a8b2151ae2da535666ff9b35a300f25", + "NodeKey": "nodekey:4e71bf3d36ce2905aa60414d8f6ae31da9e92c29ed079ce193a437e050e12f5d", + "MachineKey": "mkey:d5fb19222ed1a3a72ca774c6429dc4b25cc930f50339eafb9e3c3d4eeee69315", "Peers": [{ - "ID": 5348026474726, - "StableID": "nXVbn3VR3111CNTRL", + "ID": 769031061109750, + "StableID": "nB7wSE9J1711CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:7dd8875e80c2db863474b6c3873a05f9cf5645e4b2986a298e31e238bc47152a", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:3d604b76aebbd9e3e197e24403e9bb20b6dc21936d045e781f9ee2e3eba06866", - "Addresses": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "AllowedIPs": ["100.71.21.43/32", "fd7a:115c:a1e0::bc37:152b/128"], - "Endpoints": ["77.164.248.136:60609", "10.65.0.27:60609", "172.17.0.1:60609"], + "Key": "nodekey:d514adc04a2bc1d41babbc7662103cd6fa3e057ae2a95f654f515f88fd67be75", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:a51671a21c3dc8b7b78bc44f3a9f574e732ebdde0545a7f185b907cef0cae731", + "Addresses": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "AllowedIPs": ["100.103.190.118/32", "fd7a:115c:a1e0::fd37:be76/128"], + "Endpoints": ["77.164.248.136:36665", "10.65.0.27:36665", "172.17.0.1:36665"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56579}, - {"Proto": "peerapi6", "Port": 56579} + {"Proto": "peerapi4", "Port": 54152}, + {"Proto": "peerapi6", "Port": 54152} ]}, - "Created": "2026-04-09T01:33:29.574409273Z", + "Created": "2026-04-09T08:39:31.794072995Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1481111305158334, - "StableID": "njb9DPHoZC11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0286aeefeb62e1cd2fccdd2f268c335c8db5dff30d2134f37a8f1b9d1c25f439", - "DiscoKey": "discokey:2ef3683d98d47dd996e4156e704e3199644e1d3a291b5b086e6de1073c270566", - "Addresses": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "AllowedIPs": ["100.101.244.58/32", "fd7a:115c:a1e0::1c37:f43a/128"], - "Endpoints": ["77.164.248.136:58219", "10.65.0.27:58219", "172.17.0.1:58219"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 44498}, - {"Proto": "peerapi6", "Port": 44498} - ]}, - "Created": "2026-04-09T01:33:25.247673959Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1639693208202430, - "StableID": "nK5iwgxcoD11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ee19b7cf0b94e05ecaf54cb128e6bfbbc6a384ecd72465408ab002eb4a1c75d", - "DiscoKey": "discokey:514857769cd8007ebe69ec0c62d877436f49975e01e94037f2bd6f7eaf93046e", - "Addresses": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "AllowedIPs": ["100.97.199.94/32", "fd7a:115c:a1e0::b437:c75e/128"], - "Endpoints": ["77.164.248.136:46641", "10.65.0.27:46641", "172.17.0.1:46641"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 50559}, - {"Proto": "peerapi6", "Port": 50559} - ]}, - "Created": "2026-04-09T01:33:22.510198527Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1775348273904614, - "StableID": "nRp5aYP4sE11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9ab64bd7e6faa99c247b0883b994b543e1eda6c9907c446ca87af7a4e96ac037", - "DiscoKey": "discokey:5bc8281b27685015c7255755af4c9817901018ad166c60da51259b93856c940f", - "Addresses": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "AllowedIPs": ["100.106.192.56/32", "fd7a:115c:a1e0::e937:c038/128"], - "Endpoints": ["77.164.248.136:50404", "10.65.0.27:50404", "172.17.0.1:50404"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 63540}, - {"Proto": "peerapi6", "Port": 63540} - ]}, - "Created": "2026-04-09T01:33:27.960539597Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2170201629493903, - "StableID": "npBYVyWtwH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5b2008059b477e231c1f25a2149eac1404a8933e5cf56db836c628a20acb091c", - "DiscoKey": "discokey:7f02c584dfb0826668fca02bb1c4182082b8fea29681157fb6d9b94b4ab4ac61", - "Addresses": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "AllowedIPs": ["100.75.9.29/32", "fd7a:115c:a1e0::a37:91e/128"], - "Endpoints": ["77.164.248.136:40346", "10.65.0.27:40346", "172.17.0.1:40346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 60579}, - {"Proto": "peerapi6", "Port": 60579} - ]}, - "Created": "2026-04-09T01:33:25.770568337Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2193420927327557, - "StableID": "niwBL1TQ8J11CNTRL", + "ID": 1588455926114987, + "StableID": "naaBnX3RQD11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d19f608b6324c61824d9a271921c60a70fca505a1009b148d6aa81addacffa66", - "DiscoKey": "discokey:afa1f698b43026dd0a95cb29f1dff0c119173ece48907cb65fff7d02ba549602", - "Addresses": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "AllowedIPs": ["100.79.250.103/32", "fd7a:115c:a1e0::da37:fa68/128"], - "Endpoints": ["77.164.248.136:35494", "10.65.0.27:35494", "172.17.0.1:35494"], + "Key": "nodekey:3fae791c94ec211d0c9ed5deafc81af38d5712945b09713482d7c93c26871827", + "DiscoKey": "discokey:21d266d89e2acbb545866d30002b38ccc801dddfa52726f3db40403a7037cf73", + "Addresses": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "AllowedIPs": ["100.71.24.40/32", "fd7a:115c:a1e0::2637:1828/128"], + "Endpoints": ["77.164.248.136:59036", "10.65.0.27:59036", "172.17.0.1:59036"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60963}, - {"Proto": "peerapi6", "Port": 60963} + {"Proto": "peerapi4", "Port": 62196}, + {"Proto": "peerapi6", "Port": 62196} ]}, - "Created": "2026-04-09T01:33:28.501614312Z", + "Created": "2026-04-09T08:39:30.718434667Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 2371682186030977, - "StableID": "ntUTL259XK11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d0ee013936812f7a0a07e062657c35a622a3a173a13af47992661f8fd8a5a038", - "DiscoKey": "discokey:8d9db7579ef5c122129d5631952f6f4109bfabbd14b9c46f1cc66dba7fb0353d", - "Addresses": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "AllowedIPs": ["100.101.160.57/32", "fd7a:115c:a1e0::d837:a039/128"], - "Endpoints": ["77.164.248.136:40462", "10.65.0.27:40462", "172.17.0.1:40462"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58424}, - {"Proto": "peerapi6", "Port": 58424} - ]}, - "Created": "2026-04-09T01:33:23.612332936Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3731590466763119, - "StableID": "ne8NK8Z39W11CNTRL", + "ID": 1967169331515556, + "StableID": "nBG8akCwMG11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f4919dac8a9fd2658e570666517857db784d1f3c9cacc02ad5a71f853f364e32", - "DiscoKey": "discokey:d9e23227888b6a103bcf5975b88f8b68f91836000e8eafa26b6907c2d8626f53", - "Addresses": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "AllowedIPs": ["100.118.78.51/32", "fd7a:115c:a1e0::3f37:4e33/128"], - "Endpoints": ["77.164.248.136:50265", "10.65.0.27:50265", "172.17.0.1:50265"], - "HomeDERP": 4, + "Key": "nodekey:6d6b0f6ef49fb355f7f28c29eab8ac3afecd991eeb3a6f4a9e4cc2e4e3a9313a", + "DiscoKey": "discokey:793bea06c4ca120d718818b73328e79eecba4ba707c68d7c8827041a0f7c7425", + "Addresses": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "AllowedIPs": ["100.105.49.59/32", "fd7a:115c:a1e0::e337:313b/128"], + "Endpoints": ["77.164.248.136:42716", "10.65.0.27:42716", "172.17.0.1:42716"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 52845}, - {"Proto": "peerapi6", "Port": 52845} + {"Proto": "peerapi4", "Port": 50987}, + {"Proto": "peerapi6", "Port": 50987} ]}, - "Created": "2026-04-09T01:33:26.857553089Z", + "Created": "2026-04-09T08:39:29.111575523Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 5167714787595804, - "StableID": "nKimm47UMh11CNTRL", + "ID": 2623085362015595, + "StableID": "n4bE7G11VM11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f844355341476aa3637e115461d036baf0437a8460d54f58bde4c140bc324e0e", + "DiscoKey": "discokey:f076069142eca8ea099b2f7591210daa7f6551c410691992f077b996ee46b54c", + "Addresses": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "AllowedIPs": ["100.114.78.15/32", "fd7a:115c:a1e0::bc37:4e0f/128"], + "Endpoints": ["77.164.248.136:43283", "10.65.0.27:43283", "172.17.0.1:43283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 39478}, + {"Proto": "peerapi6", "Port": 39478} + ]}, + "Created": "2026-04-09T08:39:28.055198002Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3063779021018171, + "StableID": "nEYofDHbvQ11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:345e383b68128936b9931ebced80bbd7b1d2377c09dd5ddab197c635873f4c3e", + "DiscoKey": "discokey:339c5a3603fc3d7b847315ee96a315642950f07c1c2a4b3671671253136f6409", + "Addresses": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "AllowedIPs": ["100.127.76.63/32", "fd7a:115c:a1e0::8737:4c3f/128"], + "Endpoints": ["77.164.248.136:42976", "10.65.0.27:42976", "172.17.0.1:42976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56139}, + {"Proto": "peerapi6", "Port": 56139} + ]}, + "Created": "2026-04-09T08:39:24.837193906Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3207729715324009, + "StableID": "ngn9bycn3S11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f312b6abc70f725ee5329796498a3f1cad55477d22006ffeaf1eb54d3ea7fe25", + "KeyExpiry": "2026-10-06T08:39:32Z", + "DiscoKey": "discokey:7d3d53aab0bab66969e16cd6ff08d08418c70d677833839ff80eaa02aef87b46", + "Addresses": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "AllowedIPs": ["100.103.254.38/32", "fd7a:115c:a1e0::3e37:fe26/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 52601}, + {"Proto": "peerapi6", "Port": 52601} + ]}, + "Created": "2026-04-09T08:39:32.330979566Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3225440868568927, + "StableID": "nxB2Z1soBS11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:87db3403a0a475021ec3cb3126691a454edf7a0ccae27808cced13bfb1664761", + "KeyExpiry": "2026-10-06T08:39:31Z", + "DiscoKey": "discokey:2ffbd3637be3c2ed3d039575895d4c207c3003b9655dfd069c8e9d35f05fb923", + "Addresses": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "AllowedIPs": ["100.102.71.98/32", "fd7a:115c:a1e0::b137:4762/128"], + "Endpoints": ["77.164.248.136:54441", "10.65.0.27:54441", "172.17.0.1:54441"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 46902}, + {"Proto": "peerapi6", "Port": 46902} + ]}, + "Created": "2026-04-09T08:39:31.250420775Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3296345460280027, + "StableID": "nA2BXXQvjS11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:aa58d971562ae81f78742bcc8ec4c00c8668abce2d3c777bc74adbb45fad0e7e", - "DiscoKey": "discokey:53e12423d84993321950132d24f3ceb3272953da7a96a7661611c37bfcd51214", - "Addresses": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "AllowedIPs": ["100.109.14.127/32", "fd7a:115c:a1e0::5f37:e7f/128"], - "Endpoints": ["77.164.248.136:40636", "10.65.0.27:40636", "172.17.0.1:40636"], + "Key": "nodekey:67ae808b394c94097a093500e679abfe3c6be64f1bf0e95c0184e5d17c453777", + "DiscoKey": "discokey:0fe4850ba3dae39ec12d0c4e0ca71d7de479c71306cef5cc35f4958a099d673a", + "Addresses": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "AllowedIPs": ["100.69.55.120/32", "fd7a:115c:a1e0::7c37:3778/128"], + "Endpoints": ["77.164.248.136:36542", "10.65.0.27:36542", "172.17.0.1:36542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 49218}, - {"Proto": "peerapi6", "Port": 49218} + {"Proto": "peerapi4", "Port": 52995}, + {"Proto": "peerapi6", "Port": 52995} ]}, - "Created": "2026-04-09T01:33:24.163237765Z", + "Created": "2026-04-09T08:39:26.442288954Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6014850949443672, - "StableID": "n5RkWEw8yo11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f1f083553c5b14ff054a9dd29f64c5d9dc7ac09adca959dd0e2a0ec7a3a9df7a", - "DiscoKey": "discokey:af40ae4ad8b4119bcf41577d4cf8333db4cbf6ec90da002da97dea1d386abc45", - "Addresses": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "AllowedIPs": ["100.105.223.123/32", "fd7a:115c:a1e0::a337:df7b/128"], - "Endpoints": ["77.164.248.136:53969", "10.65.0.27:53969", "172.17.0.1:53969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55513}, - {"Proto": "peerapi6", "Port": 55513} - ]}, - "Created": "2026-04-09T01:33:24.695125837Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6121194993996392, - "StableID": "nj4BawQJop11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b2a4442a31b1ee9b82a32682c2bae3cc2ee5fc19ec2397752b010e7c32998d6a", - "DiscoKey": "discokey:5125d03cf9178e6be44224ad49cdb915dbdb10fef4c55d9cd7acdac2d1b76d5b", - "Addresses": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "AllowedIPs": ["100.89.141.107/32", "fd7a:115c:a1e0::3237:8d6b/128"], - "Endpoints": ["77.164.248.136:46631", "10.65.0.27:46631", "172.17.0.1:46631"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37627}, - {"Proto": "peerapi6", "Port": 37627} - ]}, - "Created": "2026-04-09T01:33:23.071891416Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6398066386509432, - "StableID": "nRjkRaMhxr11CNTRL", + "ID": 4168869391886096, + "StableID": "nmDEYX86ZZ11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e330ed45564598df9d179b20f995fb60e7d34b135f5b27fe65819fc314f80b7a", - "DiscoKey": "discokey:541484ba267760804b59da1b6ef2f30d8cd686fb0b13856de14084ce926bdd31", - "Addresses": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "AllowedIPs": ["100.120.11.123/32", "fd7a:115c:a1e0::1437:b7b/128"], - "Endpoints": ["77.164.248.136:36225", "10.65.0.27:36225", "172.17.0.1:36225"], + "Key": "nodekey:0ff389076d778ae55594f682eac69b564e892506d7cd734b078e3b3a3cacc644", + "DiscoKey": "discokey:68c839f772a934e8b53b6e79e50cc06d763dbbf8633678e4683b29602c326836", + "Addresses": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "AllowedIPs": ["100.108.198.69/32", "fd7a:115c:a1e0::3c37:c645/128"], + "Endpoints": ["77.164.248.136:44956", "10.65.0.27:44956", "172.17.0.1:44956"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 37253}, - {"Proto": "peerapi6", "Port": 37253} + {"Proto": "peerapi4", "Port": 44673}, + {"Proto": "peerapi6", "Port": 44673} ]}, - "Created": "2026-04-09T01:33:26.321496183Z", + "Created": "2026-04-09T08:39:28.579398197Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 8050776613579394, - "StableID": "nmzekVFDs521CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98beb86fff47c53dccff19fae5b20561e1f6bd55abb62affaf1265a5ffb1bb4c", - "KeyExpiry": "2026-10-06T01:33:30Z", - "DiscoKey": "discokey:a1f628ed45cb56bd7e24c26862114becf7f65547e96d40815b85f1d53a3f003f", - "Addresses": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "AllowedIPs": ["100.113.187.77/32", "fd7a:115c:a1e0::ff37:bb4d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37163}, - {"Proto": "peerapi6", "Port": 37163} - ]}, - "Created": "2026-04-09T01:33:30.14418756Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8660279902075589, - "StableID": "nCEFDLsFdA21CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:82f5831af45bef86e9959e8ac23f389c8852a3c248b5048e570b11eb316e5557", - "KeyExpiry": "2026-10-06T01:33:29Z", - "DiscoKey": "discokey:1bb6161abdfbab65cb9ddb3aa244cd58029e5ea76979bf02ae0335ab87965f31", - "Addresses": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "AllowedIPs": ["100.110.85.88/32", "fd7a:115c:a1e0::3137:5558/128"], - "Endpoints": ["77.164.248.136:41182", "10.65.0.27:41182", "172.17.0.1:41182"], + "ID": 5795745357064981, + "StableID": "nGSAcMQuFn11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8865e2472c4f518620b60be6b1ee57bc6a2bc21f1985e4c0339788318f3c37a", + "DiscoKey": "discokey:fa1ad6c2bbd19d3108a5d32e2eee8af333f2df5a37f699bc32b4a5c1f9cf8077", + "Addresses": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "AllowedIPs": ["100.115.195.123/32", "fd7a:115c:a1e0::1837:c37b/128"], + "Endpoints": ["77.164.248.136:55283", "10.65.0.27:55283", "172.17.0.1:55283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 53231}, - {"Proto": "peerapi6", "Port": 53231} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 41762}, + {"Proto": "peerapi6", "Port": 41762} ]}, - "Created": "2026-04-09T01:33:29.042130062Z", + "Created": "2026-04-09T08:39:25.917147921Z", "Cap": 131, + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7316451475546699, + "StableID": "nkVDtsmd8z11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7f99922ba70058bfdbfc0c4923a487f7754f21110108e39bb9606b094d40d15f", + "DiscoKey": "discokey:eae2be41c1c67f6795b31f5275762efcf27f218ceb430cc030199c71f936b827", + "Addresses": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "AllowedIPs": ["100.64.209.96/32", "fd7a:115c:a1e0::4d37:d160/128"], + "Endpoints": ["77.164.248.136:45000", "10.65.0.27:45000", "172.17.0.1:45000"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 49620}, + {"Proto": "peerapi6", "Port": 49620} + ]}, + "Created": "2026-04-09T08:39:25.378142989Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7589334487646881, + "StableID": "nQWfDywDG221CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:8b7f01c3c52bc2b81b2b4fdae2f4bf67414a42136e535a45dc50edf25d249c2e", + "DiscoKey": "discokey:e0c76066f09679b791934eb0d902c733b433a93f5884f56b2500d507264f192b", + "Addresses": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "AllowedIPs": ["100.100.156.47/32", "fd7a:115c:a1e0::5d37:9c30/128"], + "Endpoints": ["77.164.248.136:57389", "10.65.0.27:57389", "172.17.0.1:57389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 49825}, + {"Proto": "peerapi6", "Port": 49825} + ]}, + "Created": "2026-04-09T08:39:30.192173178Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8648537763442367, + "StableID": "nAYVdTRwXA21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:eca7fef72c70488040b9ba61d202681c5fe5a372438428490b3b6fd465913562", + "DiscoKey": "discokey:b015e4b7a2b4154ccffff0582c1966dd4a51b72665d2118c3f5835d0ea90e242", + "Addresses": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "AllowedIPs": ["100.81.53.99/32", "fd7a:115c:a1e0::6537:3563/128"], + "Endpoints": ["77.164.248.136:46712", "10.65.0.27:46712", "172.17.0.1:46712"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 61377}, + {"Proto": "peerapi6", "Port": 61377} + ]}, + "Created": "2026-04-09T08:39:26.990243567Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 8819329419678427, + "StableID": "n6aeS5qHsB21CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10a9b690302ce0489bd89a70cf55a17001c8bca923a01ac7f5d5baa0ee7dbd4b", + "DiscoKey": "discokey:707ce986dcc98bb8c485aac93bc8e8f3a4b65d431e6a68d8d011dba2f03be666", + "Addresses": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "AllowedIPs": ["100.125.189.76/32", "fd7a:115c:a1e0::ee37:bd4c/128"], + "Endpoints": ["77.164.248.136:50267", "10.65.0.27:50267", "172.17.0.1:50267"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65375}, + {"Proto": "peerapi6", "Port": 65375} + ]}, + "Created": "2026-04-09T08:39:27.52355207Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18773,27 +18798,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5313981660471400": { - "ID": 5313981660471400, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6526536324166870": { + "ID": 6526536324166870, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-e1.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-e1.hujson index bbd49f79..2f6f414e 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-e1.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-e1.hujson @@ -3,7 +3,7 @@ // ssh e1 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:33:43Z +// Captured at: 2026-04-09T08:39:45Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-e1", "description": "ssh e1", "category": "ssh", - "captured_at": "2026-04-09T01:33:43.023341947Z", + "captured_at": "2026-04-09T08:39:45.116269101Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "error": true, @@ -20,14 +20,14 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["tag:server"], "src": ["autogroup:member"], - "users": ["localpart:*@PASSKEY"] + "users": ["localpart:*@EXAMPLE.COM"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} }, @@ -39,119 +39,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh e1\",\n\t\"id\": \"ssh-e1\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@PASSKEY\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh e1\",\n\t\"id\": \"ssh-e1\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@EXAMPLE.COM\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-e1.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.79.220.75", - "ipv6": "fd7a:115c:a1e0::e537:dc4b", + "ipv4": "100.113.120.77", + "ipv6": "fd7a:115c:a1e0::d437:784d", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.117.43.49", - "ipv6": "fd7a:115c:a1e0::2437:2b31", + "ipv4": "100.64.89.115", + "ipv6": "fd7a:115c:a1e0::cb37:5973", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.83.7.66", - "ipv6": "fd7a:115c:a1e0::2b37:742", + "ipv4": "100.93.103.97", + "ipv6": "fd7a:115c:a1e0::bb37:6761", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.69.93.50", - "ipv6": "fd7a:115c:a1e0::37:5d32", + "ipv4": "100.93.45.128", + "ipv6": "fd7a:115c:a1e0::6f37:2d80", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.88.118.21", - "ipv6": "fd7a:115c:a1e0::c337:7615", + "ipv4": "100.123.46.1", + "ipv6": "fd7a:115c:a1e0::6037:2e01", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.118.249.58", - "ipv6": "fd7a:115c:a1e0::c737:f93a", + "ipv4": "100.66.247.42", + "ipv6": "fd7a:115c:a1e0::2037:f72a", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.116.218.74", - "ipv6": "fd7a:115c:a1e0::d637:da4a", + "ipv4": "100.83.21.28", + "ipv6": "fd7a:115c:a1e0::5537:151c", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.69.17.122", - "ipv6": "fd7a:115c:a1e0::8337:117a", + "ipv4": "100.123.125.113", + "ipv6": "fd7a:115c:a1e0::d937:7d71", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.76.118.16", - "ipv6": "fd7a:115c:a1e0::ca37:7610", + "ipv4": "100.77.169.44", + "ipv6": "fd7a:115c:a1e0::d337:a92d", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.73.198.125", - "ipv6": "fd7a:115c:a1e0::ba37:c67d", + "ipv4": "100.100.136.2", + "ipv6": "fd7a:115c:a1e0::1737:8802", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.93.181.26", - "ipv6": "fd7a:115c:a1e0::2f37:b51a", + "ipv4": "100.122.195.49", + "ipv6": "fd7a:115c:a1e0::a637:c331", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.110.90.7", - "ipv6": "fd7a:115c:a1e0::8337:5a07", + "ipv4": "100.80.12.65", + "ipv6": "fd7a:115c:a1e0::a337:c41", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.80.214.112", - "ipv6": "fd7a:115c:a1e0::237:d670", + "ipv4": "100.65.165.25", + "ipv6": "fd7a:115c:a1e0::d537:a519", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.64.118.38", - "ipv6": "fd7a:115c:a1e0::fb37:7626", + "ipv4": "100.96.26.56", + "ipv6": "fd7a:115c:a1e0::be37:1a38", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.96.243.4", - "ipv6": "fd7a:115c:a1e0::fd37:f305", + "ipv4": "100.64.189.6", + "ipv6": "fd7a:115c:a1e0::2a37:bd06", "routable_ips": [], "approved_routes": [] }}}, @@ -183,21 +183,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7059622614997870, - "StableID": "njTqwGKK8x11CNTRL", + "ID": 1739298600107964, + "StableID": "nBruLeRjaE11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 7059622614997870, - "Key": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "DiscoKey": "discokey:09bccc7e651a4625b51263808b7d6c39c835e466466cea5a2375765780016b6e", - "Addresses": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "AllowedIPs": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "Endpoints": ["77.164.248.136:37904", "10.65.0.27:37904", "172.17.0.1:37904"], + "User": 1739298600107964, + "Key": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "DiscoKey": "discokey:322f8afa84e4244d5438e48a5dcaccd127e274d14bdb4fc1f3c99999f7dad176", + "Addresses": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "AllowedIPs": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "Endpoints": ["77.164.248.136:36297", "10.65.0.27:36297", "172.17.0.1:36297"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 33252}, - {"Proto": "peerapi6", "Port": 33252}, + {"Proto": "peerapi4", "Port": 38310}, + {"Proto": "peerapi6", "Port": 38310}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:52.283224539Z", + "Created": "2026-04-09T08:39:53.671899569Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -225,299 +225,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "MachineKey": "mkey:d3f7384b29d50620ab827a61f0e048b4fbe0f4420212fb8aa92d54e000d0f340", + "NodeKey": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "MachineKey": "mkey:aa6a629706131b6384902f51bc399c525c5f087cab47b3ed00b2d86587c68c6b", "Peers": [{ - "ID": 649196675226108, - "StableID": "n5Dy7AJ25611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:9bc8cef9401af7e41120863cefc4cb7d7538c94a612cca73f77612f56759835d", - "Addresses": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "AllowedIPs": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "Endpoints": ["77.164.248.136:55105", "10.65.0.27:55105", "172.17.0.1:55105"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36703}, - {"Proto": "peerapi6", "Port": 36703} - ]}, - "Created": "2026-04-09T01:33:53.372080362Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 826176859247593, - "StableID": "n8ndwNGBT711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "DiscoKey": "discokey:2dbcbc79a7e01dee3ce73c958ba381e8689d28495634051a18a353e969accf48", - "Addresses": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "AllowedIPs": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "Endpoints": ["77.164.248.136:35437", "10.65.0.27:35437", "172.17.0.1:35437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:33:51.75364543Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 958557448556630, - "StableID": "nDtaJNg8V811CNTRL", + "ID": 47315980608257, + "StableID": "ntpTBpuRN111CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "DiscoKey": "discokey:20b2e38cd46e63c50a2ca9b071187ea349e1ad64b3a9c6d5548eca66772d416c", - "Addresses": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "AllowedIPs": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "Endpoints": ["77.164.248.136:44469", "10.65.0.27:44469", "172.17.0.1:44469"], + "Key": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "DiscoKey": "discokey:774149015d114da5f3dd5fed2120f9c8f6c8b0445a1ba23b32ae83c963b89263", + "Addresses": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "AllowedIPs": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "Endpoints": ["77.164.248.136:33111", "10.65.0.27:33111", "172.17.0.1:33111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37396}, - {"Proto": "peerapi6", "Port": 37396} + {"Proto": "peerapi4", "Port": 51585}, + {"Proto": "peerapi6", "Port": 51585} ]}, - "Created": "2026-04-09T01:33:47.996243323Z", + "Created": "2026-04-09T08:39:49.933321653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1154771066509819, - "StableID": "nEaYpusz1A11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:14b38513286f855d11f65178be99e80decc16c3e158aff8592d3edc109bd8d29", - "Addresses": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "AllowedIPs": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 65408}, - {"Proto": "peerapi6", "Port": 65408} - ]}, - "Created": "2026-04-09T01:33:53.919963208Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1303038756589088, - "StableID": "nZPessc9BB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "DiscoKey": "discokey:85b92540de88b73922534d1ec54b07c183ae74264c563757c8dbb8935437f06b", - "Addresses": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "AllowedIPs": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "Endpoints": ["77.164.248.136:48478", "10.65.0.27:48478", "172.17.0.1:48478"], + "ID": 1007458620796410, + "StableID": "nmWWSKEHs811CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:b0d20fde1e96e3e52d32aa9559a5d2db1fd61ebcb1449c313b28ca22d56c8746", + "Addresses": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "AllowedIPs": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "Endpoints": ["77.164.248.136:55737", "10.65.0.27:55737", "172.17.0.1:55737"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58274}, - {"Proto": "peerapi6", "Port": 58274} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53367}, + {"Proto": "peerapi6", "Port": 53367} ]}, - "Created": "2026-04-09T01:33:45.821931299Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1798023352404324, - "StableID": "nmuPcR2L3F11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "KeyExpiry": "2026-10-06T01:33:52Z", - "DiscoKey": "discokey:9f1ad65391fea4f23aa35c489455a8a4760beadffee1c5519463b9fc3182ef7d", - "Addresses": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "AllowedIPs": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "Endpoints": ["77.164.248.136:60084", "10.65.0.27:60084", "172.17.0.1:60084"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52918}, - {"Proto": "peerapi6", "Port": 52918} - ]}, - "Created": "2026-04-09T01:33:52.837895945Z", + "Created": "2026-04-09T08:39:54.751875206Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 1889318049650778, - "StableID": "nyn9PXBgkF11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "DiscoKey": "discokey:fe1e548a2f70436f42bbbe2a0f8b14c2c17caa46b57b065c0140d341c4732922", - "Addresses": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "AllowedIPs": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "Endpoints": ["77.164.248.136:53895", "10.65.0.27:53895", "172.17.0.1:53895"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40773}, - {"Proto": "peerapi6", "Port": 40773} - ]}, - "Created": "2026-04-09T01:33:49.585392117Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2802932117920226, - "StableID": "no965tGTtN11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "DiscoKey": "discokey:c6e2c27411f9e5719b8d849fa9085977c4e9d61759ec917afcf7c8c807e4f769", - "Addresses": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "AllowedIPs": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "Endpoints": ["77.164.248.136:48221", "10.65.0.27:48221", "172.17.0.1:48221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58528}, - {"Proto": "peerapi6", "Port": 58528} - ]}, - "Created": "2026-04-09T01:33:46.918135954Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4305847777188184, - "StableID": "ndFTPYK8da11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "DiscoKey": "discokey:3d83fa5ce187ad5d67270a0bd96b48760ba38dad82398e850785d27f48f3e346", - "Addresses": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "AllowedIPs": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "Endpoints": ["77.164.248.136:43673", "10.65.0.27:43673", "172.17.0.1:43673"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 58375}, - {"Proto": "peerapi6", "Port": 58375} - ]}, - "Created": "2026-04-09T01:33:50.666891415Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5922486805273339, - "StableID": "nz2yNmgJFo11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "DiscoKey": "discokey:a7599a97decdf5b58d5fbd7bad419718615a5f945ba68ac7417cd0f8006f653c", - "Addresses": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "AllowedIPs": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "Endpoints": ["77.164.248.136:52983", "10.65.0.27:52983", "172.17.0.1:52983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36602}, - {"Proto": "peerapi6", "Port": 36602} - ]}, - "Created": "2026-04-09T01:33:49.069476483Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6378058398781207, - "StableID": "nNxn4Bndor11CNTRL", + "ID": 1587717342691589, + "StableID": "nSf5hFe5QD11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "DiscoKey": "discokey:83da586bee351a23028f192cf1a785b7f07ada25a572dbf5f2c588fc9cb5461d", - "Addresses": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "AllowedIPs": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "Endpoints": ["77.164.248.136:45635", "10.65.0.27:45635", "172.17.0.1:45635"], + "Key": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "DiscoKey": "discokey:8b8e5dc03f2c3e6022cf818ff9ec6d2cca817f9cba9a816094a3d94773cdc83a", + "Addresses": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "AllowedIPs": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "Endpoints": ["77.164.248.136:48878", "10.65.0.27:48878", "172.17.0.1:48878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51062}, - {"Proto": "peerapi6", "Port": 51062} + {"Proto": "peerapi4", "Port": 45091}, + {"Proto": "peerapi6", "Port": 45091} ]}, - "Created": "2026-04-09T01:33:47.464892599Z", + "Created": "2026-04-09T08:39:49.447512906Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6485985289797870, - "StableID": "nun5rSqWes11CNTRL", + "ID": 2238523100315494, + "StableID": "nX9wuwCqUJ11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "DiscoKey": "discokey:0bb7ca51976a50c8948076d4f603e713cbd16544a878ab7db85700be646e1d17", - "Addresses": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "AllowedIPs": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "Endpoints": ["77.164.248.136:39851", "10.65.0.27:39851", "172.17.0.1:39851"], + "Key": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "DiscoKey": "discokey:c13e29e32c91b03c1a7c9dddba04c77826ee441c3a0ce47d85b41e8fad86064d", + "Addresses": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "AllowedIPs": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "Endpoints": ["77.164.248.136:49884", "10.65.0.27:49884", "172.17.0.1:49884"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44299}, - {"Proto": "peerapi6", "Port": 44299} + {"Proto": "peerapi4", "Port": 39090}, + {"Proto": "peerapi6", "Port": 39090} ]}, - "Created": "2026-04-09T01:33:46.360191675Z", + "Created": "2026-04-09T08:39:48.303936328Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6585667739413633, - "StableID": "ncACaoKfRt11CNTRL", + "ID": 3600720279887429, + "StableID": "nAqg3Lpm7V11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "DiscoKey": "discokey:94be4e0d61641e8fd2e31c1b3bba1351c8bb93a412a15a73031957606a7eb87e", + "Addresses": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "AllowedIPs": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "Endpoints": ["77.164.248.136:47112", "10.65.0.27:47112", "172.17.0.1:47112"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37449}, + {"Proto": "peerapi6", "Port": 37449} + ]}, + "Created": "2026-04-09T08:39:50.461071449Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4052452692705357, + "StableID": "nLgxUW4NeY11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "DiscoKey": "discokey:223976785ecb70f551d52f6eea81811c4528c412a07f2f6575013b139f39a42a", + "Addresses": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "AllowedIPs": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "Endpoints": ["77.164.248.136:43801", "10.65.0.27:43801", "172.17.0.1:43801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48446}, + {"Proto": "peerapi6", "Port": 48446} + ]}, + "Created": "2026-04-09T08:39:48.852329788Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4264447278798810, + "StableID": "n7ob7LoNJa11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "DiscoKey": "discokey:d283d62fb845388604c4a231029ad4f0819c0998f030b2f87a80d164e3a89326", - "Addresses": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "AllowedIPs": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "Endpoints": ["77.164.248.136:39192", "10.65.0.27:39192", "172.17.0.1:39192"], + "Key": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "DiscoKey": "discokey:5d5bfd59440105c9d69c320005cfdab6f5f9a55fd1dcf9ee4703532c58b3c472", + "Addresses": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "AllowedIPs": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "Endpoints": ["77.164.248.136:55415", "10.65.0.27:55415", "172.17.0.1:55415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58453}, - {"Proto": "peerapi6", "Port": 58453} + {"Proto": "peerapi4", "Port": 41234}, + {"Proto": "peerapi6", "Port": 41234} ]}, - "Created": "2026-04-09T01:33:51.200732865Z", + "Created": "2026-04-09T08:39:52.61157031Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7190553854156780, - "StableID": "nyXRC6fc9y11CNTRL", + "ID": 5733167213835562, + "StableID": "nm6vNhaZmm11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:f22849af807167bb9f69f8e59eb29d4f9b7ed8303deaa6dbd22d2909d268f425", + "Addresses": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "AllowedIPs": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "Endpoints": ["77.164.248.136:34708", "10.65.0.27:34708", "172.17.0.1:34708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48656}, + {"Proto": "peerapi6", "Port": 48656} + ]}, + "Created": "2026-04-09T08:39:54.210218313Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6235889881051821, + "StableID": "nYnEzfFFhq11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "KeyExpiry": "2026-10-06T08:39:55Z", + "DiscoKey": "discokey:8ebff9bac871e14bdfba982e37efaabce0d40b3a9af8c93325e3f8406bb81752", + "Addresses": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "AllowedIPs": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 51295}, + {"Proto": "peerapi6", "Port": 51295} + ]}, + "Created": "2026-04-09T08:39:55.292989249Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7540265711006763, + "StableID": "nYuNTfzzs121CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "DiscoKey": "discokey:b78445a8b67c58695aba06ca1d23c6a396596e78e2e15030fe38b0a463605f06", - "Addresses": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], - "AllowedIPs": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], + "Key": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "DiscoKey": "discokey:c9656b0452f20ec536bbc0ed31330005ee0188767823c8f610061651fe7f7109", + "Addresses": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "AllowedIPs": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "Endpoints": ["77.164.248.136:39867", "10.65.0.27:39867", "172.17.0.1:39867"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 40065}, - {"Proto": "peerapi6", "Port": 40065} + {"Proto": "peerapi4", "Port": 59161}, + {"Proto": "peerapi6", "Port": 59161} ]}, - "Created": "2026-04-09T01:33:50.12415949Z", + "Created": "2026-04-09T08:39:51.556600946Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7818531592161937, + "StableID": "nEdkVtZ24421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "DiscoKey": "discokey:ee0376c07971abe785417b80cadbe3458f900da10b491c7bd8fa1922d35c7f1c", + "Addresses": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "AllowedIPs": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "Endpoints": ["77.164.248.136:34246", "10.65.0.27:34246", "172.17.0.1:34246"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62368}, + {"Proto": "peerapi6", "Port": 62368} + ]}, + "Created": "2026-04-09T08:39:53.146532022Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7830506732746195, + "StableID": "n8hQfk8T9421CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "DiscoKey": "discokey:564e47dff4250839ed22ae1da615f193cf8f9b4fb4cd25eab680deaffdda551e", + "Addresses": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "AllowedIPs": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "Endpoints": ["77.164.248.136:47323", "10.65.0.27:47323", "172.17.0.1:47323"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 51624}, + {"Proto": "peerapi6", "Port": 51624} + ]}, + "Created": "2026-04-09T08:39:51.004171858Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8313915435350802, + "StableID": "nqkeMiTPv721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "DiscoKey": "discokey:09430bea84a558c33fc6f9d289b4e3066e806fff353d5e949fd15b4b6ae99246", + "Addresses": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "AllowedIPs": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "Endpoints": ["77.164.248.136:57564", "10.65.0.27:57564", "172.17.0.1:57564"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56969}, + {"Proto": "peerapi6", "Port": 56969} + ]}, + "Created": "2026-04-09T08:39:52.087834985Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8978476178035075, + "StableID": "nrCLWyLN7D21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "DiscoKey": "discokey:c4f9afe5284c32acebc530eb6cbf4552039490b5fb14282252bc877dcff1304b", + "Addresses": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "AllowedIPs": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "Endpoints": ["77.164.248.136:41836", "10.65.0.27:41836", "172.17.0.1:41836"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44226}, + {"Proto": "peerapi6", "Port": 44226} + ]}, + "Created": "2026-04-09T08:39:47.771662753Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -1365,27 +1366,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7059622614997870": { - "ID": 7059622614997870, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1739298600107964": { + "ID": 1739298600107964, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "blastoise": { @@ -1416,26 +1419,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5922486805273339, - "StableID": "nz2yNmgJFo11CNTRL", + "ID": 3600720279887429, + "StableID": "nAqg3Lpm7V11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 5922486805273339, - "Key": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "DiscoKey": "discokey:a7599a97decdf5b58d5fbd7bad419718615a5f945ba68ac7417cd0f8006f653c", - "Addresses": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "AllowedIPs": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "Endpoints": ["77.164.248.136:52983", "10.65.0.27:52983", "172.17.0.1:52983"], + "User": 3600720279887429, + "Key": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "DiscoKey": "discokey:94be4e0d61641e8fd2e31c1b3bba1351c8bb93a412a15a73031957606a7eb87e", + "Addresses": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "AllowedIPs": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "Endpoints": ["77.164.248.136:47112", "10.65.0.27:47112", "172.17.0.1:47112"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 36602}, - {"Proto": "peerapi6", "Port": 36602}, + {"Proto": "peerapi4", "Port": 37449}, + {"Proto": "peerapi6", "Port": 37449}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:49.069476483Z", + "Created": "2026-04-09T08:39:50.461071449Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1463,299 +1466,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "MachineKey": "mkey:812bab181f4c088eeca5fcbf9c7abb8e631cc53b070f05d2319d8eb2268de768", + "NodeKey": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "MachineKey": "mkey:a0f3f1e88ee51a6055d5e06e01a8bd9267f86cdba6693976f2e18c308c482943", "Peers": [{ - "ID": 649196675226108, - "StableID": "n5Dy7AJ25611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:9bc8cef9401af7e41120863cefc4cb7d7538c94a612cca73f77612f56759835d", - "Addresses": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "AllowedIPs": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "Endpoints": ["77.164.248.136:55105", "10.65.0.27:55105", "172.17.0.1:55105"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36703}, - {"Proto": "peerapi6", "Port": 36703} - ]}, - "Created": "2026-04-09T01:33:53.372080362Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 826176859247593, - "StableID": "n8ndwNGBT711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "DiscoKey": "discokey:2dbcbc79a7e01dee3ce73c958ba381e8689d28495634051a18a353e969accf48", - "Addresses": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "AllowedIPs": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "Endpoints": ["77.164.248.136:35437", "10.65.0.27:35437", "172.17.0.1:35437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:33:51.75364543Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 958557448556630, - "StableID": "nDtaJNg8V811CNTRL", + "ID": 47315980608257, + "StableID": "ntpTBpuRN111CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "DiscoKey": "discokey:20b2e38cd46e63c50a2ca9b071187ea349e1ad64b3a9c6d5548eca66772d416c", - "Addresses": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "AllowedIPs": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "Endpoints": ["77.164.248.136:44469", "10.65.0.27:44469", "172.17.0.1:44469"], + "Key": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "DiscoKey": "discokey:774149015d114da5f3dd5fed2120f9c8f6c8b0445a1ba23b32ae83c963b89263", + "Addresses": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "AllowedIPs": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "Endpoints": ["77.164.248.136:33111", "10.65.0.27:33111", "172.17.0.1:33111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37396}, - {"Proto": "peerapi6", "Port": 37396} + {"Proto": "peerapi4", "Port": 51585}, + {"Proto": "peerapi6", "Port": 51585} ]}, - "Created": "2026-04-09T01:33:47.996243323Z", + "Created": "2026-04-09T08:39:49.933321653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1154771066509819, - "StableID": "nEaYpusz1A11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:14b38513286f855d11f65178be99e80decc16c3e158aff8592d3edc109bd8d29", - "Addresses": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "AllowedIPs": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 65408}, - {"Proto": "peerapi6", "Port": 65408} - ]}, - "Created": "2026-04-09T01:33:53.919963208Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1303038756589088, - "StableID": "nZPessc9BB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "DiscoKey": "discokey:85b92540de88b73922534d1ec54b07c183ae74264c563757c8dbb8935437f06b", - "Addresses": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "AllowedIPs": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "Endpoints": ["77.164.248.136:48478", "10.65.0.27:48478", "172.17.0.1:48478"], + "ID": 1007458620796410, + "StableID": "nmWWSKEHs811CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:b0d20fde1e96e3e52d32aa9559a5d2db1fd61ebcb1449c313b28ca22d56c8746", + "Addresses": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "AllowedIPs": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "Endpoints": ["77.164.248.136:55737", "10.65.0.27:55737", "172.17.0.1:55737"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58274}, - {"Proto": "peerapi6", "Port": 58274} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53367}, + {"Proto": "peerapi6", "Port": 53367} ]}, - "Created": "2026-04-09T01:33:45.821931299Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1798023352404324, - "StableID": "nmuPcR2L3F11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "KeyExpiry": "2026-10-06T01:33:52Z", - "DiscoKey": "discokey:9f1ad65391fea4f23aa35c489455a8a4760beadffee1c5519463b9fc3182ef7d", - "Addresses": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "AllowedIPs": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "Endpoints": ["77.164.248.136:60084", "10.65.0.27:60084", "172.17.0.1:60084"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52918}, - {"Proto": "peerapi6", "Port": 52918} - ]}, - "Created": "2026-04-09T01:33:52.837895945Z", + "Created": "2026-04-09T08:39:54.751875206Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 1889318049650778, - "StableID": "nyn9PXBgkF11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "DiscoKey": "discokey:fe1e548a2f70436f42bbbe2a0f8b14c2c17caa46b57b065c0140d341c4732922", - "Addresses": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "AllowedIPs": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "Endpoints": ["77.164.248.136:53895", "10.65.0.27:53895", "172.17.0.1:53895"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40773}, - {"Proto": "peerapi6", "Port": 40773} - ]}, - "Created": "2026-04-09T01:33:49.585392117Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2802932117920226, - "StableID": "no965tGTtN11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "DiscoKey": "discokey:c6e2c27411f9e5719b8d849fa9085977c4e9d61759ec917afcf7c8c807e4f769", - "Addresses": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "AllowedIPs": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "Endpoints": ["77.164.248.136:48221", "10.65.0.27:48221", "172.17.0.1:48221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58528}, - {"Proto": "peerapi6", "Port": 58528} - ]}, - "Created": "2026-04-09T01:33:46.918135954Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4305847777188184, - "StableID": "ndFTPYK8da11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "DiscoKey": "discokey:3d83fa5ce187ad5d67270a0bd96b48760ba38dad82398e850785d27f48f3e346", - "Addresses": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "AllowedIPs": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "Endpoints": ["77.164.248.136:43673", "10.65.0.27:43673", "172.17.0.1:43673"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 58375}, - {"Proto": "peerapi6", "Port": 58375} - ]}, - "Created": "2026-04-09T01:33:50.666891415Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 6378058398781207, - "StableID": "nNxn4Bndor11CNTRL", + "ID": 1587717342691589, + "StableID": "nSf5hFe5QD11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "DiscoKey": "discokey:83da586bee351a23028f192cf1a785b7f07ada25a572dbf5f2c588fc9cb5461d", - "Addresses": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "AllowedIPs": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "Endpoints": ["77.164.248.136:45635", "10.65.0.27:45635", "172.17.0.1:45635"], + "Key": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "DiscoKey": "discokey:8b8e5dc03f2c3e6022cf818ff9ec6d2cca817f9cba9a816094a3d94773cdc83a", + "Addresses": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "AllowedIPs": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "Endpoints": ["77.164.248.136:48878", "10.65.0.27:48878", "172.17.0.1:48878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51062}, - {"Proto": "peerapi6", "Port": 51062} + {"Proto": "peerapi4", "Port": 45091}, + {"Proto": "peerapi6", "Port": 45091} ]}, - "Created": "2026-04-09T01:33:47.464892599Z", + "Created": "2026-04-09T08:39:49.447512906Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6485985289797870, - "StableID": "nun5rSqWes11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "DiscoKey": "discokey:0bb7ca51976a50c8948076d4f603e713cbd16544a878ab7db85700be646e1d17", - "Addresses": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "AllowedIPs": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "Endpoints": ["77.164.248.136:39851", "10.65.0.27:39851", "172.17.0.1:39851"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44299}, - {"Proto": "peerapi6", "Port": 44299} - ]}, - "Created": "2026-04-09T01:33:46.360191675Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6585667739413633, - "StableID": "ncACaoKfRt11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "DiscoKey": "discokey:d283d62fb845388604c4a231029ad4f0819c0998f030b2f87a80d164e3a89326", - "Addresses": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "AllowedIPs": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "Endpoints": ["77.164.248.136:39192", "10.65.0.27:39192", "172.17.0.1:39192"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58453}, - {"Proto": "peerapi6", "Port": 58453} - ]}, - "Created": "2026-04-09T01:33:51.200732865Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7059622614997870, - "StableID": "njTqwGKK8x11CNTRL", + "ID": 1739298600107964, + "StableID": "nBruLeRjaE11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "DiscoKey": "discokey:09bccc7e651a4625b51263808b7d6c39c835e466466cea5a2375765780016b6e", - "Addresses": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "AllowedIPs": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "Endpoints": ["77.164.248.136:37904", "10.65.0.27:37904", "172.17.0.1:37904"], + "Key": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "DiscoKey": "discokey:322f8afa84e4244d5438e48a5dcaccd127e274d14bdb4fc1f3c99999f7dad176", + "Addresses": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "AllowedIPs": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "Endpoints": ["77.164.248.136:36297", "10.65.0.27:36297", "172.17.0.1:36297"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33252}, - {"Proto": "peerapi6", "Port": 33252} + {"Proto": "peerapi4", "Port": 38310}, + {"Proto": "peerapi6", "Port": 38310} ]}, - "Created": "2026-04-09T01:33:52.283224539Z", + "Created": "2026-04-09T08:39:53.671899569Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7190553854156780, - "StableID": "nyXRC6fc9y11CNTRL", + "ID": 2238523100315494, + "StableID": "nX9wuwCqUJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "DiscoKey": "discokey:c13e29e32c91b03c1a7c9dddba04c77826ee441c3a0ce47d85b41e8fad86064d", + "Addresses": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "AllowedIPs": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "Endpoints": ["77.164.248.136:49884", "10.65.0.27:49884", "172.17.0.1:49884"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39090}, + {"Proto": "peerapi6", "Port": 39090} + ]}, + "Created": "2026-04-09T08:39:48.303936328Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4052452692705357, + "StableID": "nLgxUW4NeY11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "DiscoKey": "discokey:223976785ecb70f551d52f6eea81811c4528c412a07f2f6575013b139f39a42a", + "Addresses": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "AllowedIPs": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "Endpoints": ["77.164.248.136:43801", "10.65.0.27:43801", "172.17.0.1:43801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48446}, + {"Proto": "peerapi6", "Port": 48446} + ]}, + "Created": "2026-04-09T08:39:48.852329788Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4264447278798810, + "StableID": "n7ob7LoNJa11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "DiscoKey": "discokey:5d5bfd59440105c9d69c320005cfdab6f5f9a55fd1dcf9ee4703532c58b3c472", + "Addresses": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "AllowedIPs": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "Endpoints": ["77.164.248.136:55415", "10.65.0.27:55415", "172.17.0.1:55415"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 41234}, + {"Proto": "peerapi6", "Port": 41234} + ]}, + "Created": "2026-04-09T08:39:52.61157031Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5733167213835562, + "StableID": "nm6vNhaZmm11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:f22849af807167bb9f69f8e59eb29d4f9b7ed8303deaa6dbd22d2909d268f425", + "Addresses": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "AllowedIPs": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "Endpoints": ["77.164.248.136:34708", "10.65.0.27:34708", "172.17.0.1:34708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48656}, + {"Proto": "peerapi6", "Port": 48656} + ]}, + "Created": "2026-04-09T08:39:54.210218313Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6235889881051821, + "StableID": "nYnEzfFFhq11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "KeyExpiry": "2026-10-06T08:39:55Z", + "DiscoKey": "discokey:8ebff9bac871e14bdfba982e37efaabce0d40b3a9af8c93325e3f8406bb81752", + "Addresses": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "AllowedIPs": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 51295}, + {"Proto": "peerapi6", "Port": 51295} + ]}, + "Created": "2026-04-09T08:39:55.292989249Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7540265711006763, + "StableID": "nYuNTfzzs121CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "DiscoKey": "discokey:b78445a8b67c58695aba06ca1d23c6a396596e78e2e15030fe38b0a463605f06", - "Addresses": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], - "AllowedIPs": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], + "Key": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "DiscoKey": "discokey:c9656b0452f20ec536bbc0ed31330005ee0188767823c8f610061651fe7f7109", + "Addresses": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "AllowedIPs": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "Endpoints": ["77.164.248.136:39867", "10.65.0.27:39867", "172.17.0.1:39867"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 40065}, - {"Proto": "peerapi6", "Port": 40065} + {"Proto": "peerapi4", "Port": 59161}, + {"Proto": "peerapi6", "Port": 59161} ]}, - "Created": "2026-04-09T01:33:50.12415949Z", + "Created": "2026-04-09T08:39:51.556600946Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7818531592161937, + "StableID": "nEdkVtZ24421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "DiscoKey": "discokey:ee0376c07971abe785417b80cadbe3458f900da10b491c7bd8fa1922d35c7f1c", + "Addresses": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "AllowedIPs": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "Endpoints": ["77.164.248.136:34246", "10.65.0.27:34246", "172.17.0.1:34246"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62368}, + {"Proto": "peerapi6", "Port": 62368} + ]}, + "Created": "2026-04-09T08:39:53.146532022Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7830506732746195, + "StableID": "n8hQfk8T9421CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "DiscoKey": "discokey:564e47dff4250839ed22ae1da615f193cf8f9b4fb4cd25eab680deaffdda551e", + "Addresses": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "AllowedIPs": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "Endpoints": ["77.164.248.136:47323", "10.65.0.27:47323", "172.17.0.1:47323"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 51624}, + {"Proto": "peerapi6", "Port": 51624} + ]}, + "Created": "2026-04-09T08:39:51.004171858Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8313915435350802, + "StableID": "nqkeMiTPv721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "DiscoKey": "discokey:09430bea84a558c33fc6f9d289b4e3066e806fff353d5e949fd15b4b6ae99246", + "Addresses": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "AllowedIPs": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "Endpoints": ["77.164.248.136:57564", "10.65.0.27:57564", "172.17.0.1:57564"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56969}, + {"Proto": "peerapi6", "Port": 56969} + ]}, + "Created": "2026-04-09T08:39:52.087834985Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8978476178035075, + "StableID": "nrCLWyLN7D21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "DiscoKey": "discokey:c4f9afe5284c32acebc530eb6cbf4552039490b5fb14282252bc877dcff1304b", + "Addresses": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "AllowedIPs": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "Endpoints": ["77.164.248.136:41836", "10.65.0.27:41836", "172.17.0.1:41836"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44226}, + {"Proto": "peerapi6", "Port": 44226} + ]}, + "Created": "2026-04-09T08:39:47.771662753Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2603,27 +2607,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5922486805273339": { - "ID": 5922486805273339, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3600720279887429": { + "ID": 3600720279887429, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2654,22 +2660,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1154771066509819, - "StableID": "nEaYpusz1A11CNTRL", + "ID": 6235889881051821, + "StableID": "nYnEzfFFhq11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:14b38513286f855d11f65178be99e80decc16c3e158aff8592d3edc109bd8d29", - "Addresses": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "AllowedIPs": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "Endpoints": ["77.164.248.136:52713", "10.65.0.27:52713", "172.17.0.1:52713"], + "Key": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "KeyExpiry": "2026-10-06T08:39:55Z", + "DiscoKey": "discokey:8ebff9bac871e14bdfba982e37efaabce0d40b3a9af8c93325e3f8406bb81752", + "Addresses": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "AllowedIPs": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "Endpoints": ["77.164.248.136:58903", "10.65.0.27:58903", "172.17.0.1:58903"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 65408}, - {"Proto": "peerapi6", "Port": 65408}, + {"Proto": "peerapi4", "Port": 51295}, + {"Proto": "peerapi6", "Port": 51295}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:53.919963208Z", + "Created": "2026-04-09T08:39:55.292989249Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2698,301 +2704,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "MachineKey": "mkey:f8be976ceaf0040f6d4ced000cec35e4665c76b70e003f0839acb6461333c37c", + "NodeKey": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "MachineKey": "mkey:b7ffbc37db806f99410b00e5cb2cff86d8b84172fbaeb5ffa735d0af701c5b7d", "Peers": [{ - "ID": 649196675226108, - "StableID": "n5Dy7AJ25611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:9bc8cef9401af7e41120863cefc4cb7d7538c94a612cca73f77612f56759835d", - "Addresses": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "AllowedIPs": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "Endpoints": ["77.164.248.136:55105", "10.65.0.27:55105", "172.17.0.1:55105"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36703}, - {"Proto": "peerapi6", "Port": 36703} - ]}, - "Created": "2026-04-09T01:33:53.372080362Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 826176859247593, - "StableID": "n8ndwNGBT711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "DiscoKey": "discokey:2dbcbc79a7e01dee3ce73c958ba381e8689d28495634051a18a353e969accf48", - "Addresses": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "AllowedIPs": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "Endpoints": ["77.164.248.136:35437", "10.65.0.27:35437", "172.17.0.1:35437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:33:51.75364543Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 958557448556630, - "StableID": "nDtaJNg8V811CNTRL", + "ID": 47315980608257, + "StableID": "ntpTBpuRN111CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "DiscoKey": "discokey:20b2e38cd46e63c50a2ca9b071187ea349e1ad64b3a9c6d5548eca66772d416c", - "Addresses": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "AllowedIPs": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "Endpoints": ["77.164.248.136:44469", "10.65.0.27:44469", "172.17.0.1:44469"], + "Key": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "DiscoKey": "discokey:774149015d114da5f3dd5fed2120f9c8f6c8b0445a1ba23b32ae83c963b89263", + "Addresses": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "AllowedIPs": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "Endpoints": ["77.164.248.136:33111", "10.65.0.27:33111", "172.17.0.1:33111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37396}, - {"Proto": "peerapi6", "Port": 37396} + {"Proto": "peerapi4", "Port": 51585}, + {"Proto": "peerapi6", "Port": 51585} ]}, - "Created": "2026-04-09T01:33:47.996243323Z", + "Created": "2026-04-09T08:39:49.933321653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1303038756589088, - "StableID": "nZPessc9BB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "DiscoKey": "discokey:85b92540de88b73922534d1ec54b07c183ae74264c563757c8dbb8935437f06b", - "Addresses": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "AllowedIPs": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "Endpoints": ["77.164.248.136:48478", "10.65.0.27:48478", "172.17.0.1:48478"], + "ID": 1007458620796410, + "StableID": "nmWWSKEHs811CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:b0d20fde1e96e3e52d32aa9559a5d2db1fd61ebcb1449c313b28ca22d56c8746", + "Addresses": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "AllowedIPs": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "Endpoints": ["77.164.248.136:55737", "10.65.0.27:55737", "172.17.0.1:55737"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58274}, - {"Proto": "peerapi6", "Port": 58274} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53367}, + {"Proto": "peerapi6", "Port": 53367} ]}, - "Created": "2026-04-09T01:33:45.821931299Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1798023352404324, - "StableID": "nmuPcR2L3F11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "KeyExpiry": "2026-10-06T01:33:52Z", - "DiscoKey": "discokey:9f1ad65391fea4f23aa35c489455a8a4760beadffee1c5519463b9fc3182ef7d", - "Addresses": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "AllowedIPs": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "Endpoints": ["77.164.248.136:60084", "10.65.0.27:60084", "172.17.0.1:60084"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52918}, - {"Proto": "peerapi6", "Port": 52918} - ]}, - "Created": "2026-04-09T01:33:52.837895945Z", + "Created": "2026-04-09T08:39:54.751875206Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 1889318049650778, - "StableID": "nyn9PXBgkF11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "DiscoKey": "discokey:fe1e548a2f70436f42bbbe2a0f8b14c2c17caa46b57b065c0140d341c4732922", - "Addresses": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "AllowedIPs": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "Endpoints": ["77.164.248.136:53895", "10.65.0.27:53895", "172.17.0.1:53895"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40773}, - {"Proto": "peerapi6", "Port": 40773} - ]}, - "Created": "2026-04-09T01:33:49.585392117Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2802932117920226, - "StableID": "no965tGTtN11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "DiscoKey": "discokey:c6e2c27411f9e5719b8d849fa9085977c4e9d61759ec917afcf7c8c807e4f769", - "Addresses": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "AllowedIPs": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "Endpoints": ["77.164.248.136:48221", "10.65.0.27:48221", "172.17.0.1:48221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58528}, - {"Proto": "peerapi6", "Port": 58528} - ]}, - "Created": "2026-04-09T01:33:46.918135954Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4305847777188184, - "StableID": "ndFTPYK8da11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "DiscoKey": "discokey:3d83fa5ce187ad5d67270a0bd96b48760ba38dad82398e850785d27f48f3e346", - "Addresses": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "AllowedIPs": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "Endpoints": ["77.164.248.136:43673", "10.65.0.27:43673", "172.17.0.1:43673"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 58375}, - {"Proto": "peerapi6", "Port": 58375} - ]}, - "Created": "2026-04-09T01:33:50.666891415Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5922486805273339, - "StableID": "nz2yNmgJFo11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "DiscoKey": "discokey:a7599a97decdf5b58d5fbd7bad419718615a5f945ba68ac7417cd0f8006f653c", - "Addresses": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "AllowedIPs": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "Endpoints": ["77.164.248.136:52983", "10.65.0.27:52983", "172.17.0.1:52983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36602}, - {"Proto": "peerapi6", "Port": 36602} - ]}, - "Created": "2026-04-09T01:33:49.069476483Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6378058398781207, - "StableID": "nNxn4Bndor11CNTRL", + "ID": 1587717342691589, + "StableID": "nSf5hFe5QD11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "DiscoKey": "discokey:83da586bee351a23028f192cf1a785b7f07ada25a572dbf5f2c588fc9cb5461d", - "Addresses": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "AllowedIPs": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "Endpoints": ["77.164.248.136:45635", "10.65.0.27:45635", "172.17.0.1:45635"], + "Key": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "DiscoKey": "discokey:8b8e5dc03f2c3e6022cf818ff9ec6d2cca817f9cba9a816094a3d94773cdc83a", + "Addresses": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "AllowedIPs": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "Endpoints": ["77.164.248.136:48878", "10.65.0.27:48878", "172.17.0.1:48878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51062}, - {"Proto": "peerapi6", "Port": 51062} + {"Proto": "peerapi4", "Port": 45091}, + {"Proto": "peerapi6", "Port": 45091} ]}, - "Created": "2026-04-09T01:33:47.464892599Z", + "Created": "2026-04-09T08:39:49.447512906Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6485985289797870, - "StableID": "nun5rSqWes11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "DiscoKey": "discokey:0bb7ca51976a50c8948076d4f603e713cbd16544a878ab7db85700be646e1d17", - "Addresses": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "AllowedIPs": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "Endpoints": ["77.164.248.136:39851", "10.65.0.27:39851", "172.17.0.1:39851"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44299}, - {"Proto": "peerapi6", "Port": 44299} - ]}, - "Created": "2026-04-09T01:33:46.360191675Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6585667739413633, - "StableID": "ncACaoKfRt11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "DiscoKey": "discokey:d283d62fb845388604c4a231029ad4f0819c0998f030b2f87a80d164e3a89326", - "Addresses": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "AllowedIPs": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "Endpoints": ["77.164.248.136:39192", "10.65.0.27:39192", "172.17.0.1:39192"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58453}, - {"Proto": "peerapi6", "Port": 58453} - ]}, - "Created": "2026-04-09T01:33:51.200732865Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7059622614997870, - "StableID": "njTqwGKK8x11CNTRL", + "ID": 1739298600107964, + "StableID": "nBruLeRjaE11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "DiscoKey": "discokey:09bccc7e651a4625b51263808b7d6c39c835e466466cea5a2375765780016b6e", - "Addresses": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "AllowedIPs": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "Endpoints": ["77.164.248.136:37904", "10.65.0.27:37904", "172.17.0.1:37904"], + "Key": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "DiscoKey": "discokey:322f8afa84e4244d5438e48a5dcaccd127e274d14bdb4fc1f3c99999f7dad176", + "Addresses": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "AllowedIPs": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "Endpoints": ["77.164.248.136:36297", "10.65.0.27:36297", "172.17.0.1:36297"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33252}, - {"Proto": "peerapi6", "Port": 33252} + {"Proto": "peerapi4", "Port": 38310}, + {"Proto": "peerapi6", "Port": 38310} ]}, - "Created": "2026-04-09T01:33:52.283224539Z", + "Created": "2026-04-09T08:39:53.671899569Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7190553854156780, - "StableID": "nyXRC6fc9y11CNTRL", + "ID": 2238523100315494, + "StableID": "nX9wuwCqUJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "DiscoKey": "discokey:c13e29e32c91b03c1a7c9dddba04c77826ee441c3a0ce47d85b41e8fad86064d", + "Addresses": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "AllowedIPs": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "Endpoints": ["77.164.248.136:49884", "10.65.0.27:49884", "172.17.0.1:49884"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39090}, + {"Proto": "peerapi6", "Port": 39090} + ]}, + "Created": "2026-04-09T08:39:48.303936328Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3600720279887429, + "StableID": "nAqg3Lpm7V11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "DiscoKey": "discokey:94be4e0d61641e8fd2e31c1b3bba1351c8bb93a412a15a73031957606a7eb87e", + "Addresses": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "AllowedIPs": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "Endpoints": ["77.164.248.136:47112", "10.65.0.27:47112", "172.17.0.1:47112"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37449}, + {"Proto": "peerapi6", "Port": 37449} + ]}, + "Created": "2026-04-09T08:39:50.461071449Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4052452692705357, + "StableID": "nLgxUW4NeY11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "DiscoKey": "discokey:223976785ecb70f551d52f6eea81811c4528c412a07f2f6575013b139f39a42a", + "Addresses": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "AllowedIPs": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "Endpoints": ["77.164.248.136:43801", "10.65.0.27:43801", "172.17.0.1:43801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48446}, + {"Proto": "peerapi6", "Port": 48446} + ]}, + "Created": "2026-04-09T08:39:48.852329788Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4264447278798810, + "StableID": "n7ob7LoNJa11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "DiscoKey": "discokey:5d5bfd59440105c9d69c320005cfdab6f5f9a55fd1dcf9ee4703532c58b3c472", + "Addresses": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "AllowedIPs": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "Endpoints": ["77.164.248.136:55415", "10.65.0.27:55415", "172.17.0.1:55415"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 41234}, + {"Proto": "peerapi6", "Port": 41234} + ]}, + "Created": "2026-04-09T08:39:52.61157031Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5733167213835562, + "StableID": "nm6vNhaZmm11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:f22849af807167bb9f69f8e59eb29d4f9b7ed8303deaa6dbd22d2909d268f425", + "Addresses": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "AllowedIPs": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "Endpoints": ["77.164.248.136:34708", "10.65.0.27:34708", "172.17.0.1:34708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48656}, + {"Proto": "peerapi6", "Port": 48656} + ]}, + "Created": "2026-04-09T08:39:54.210218313Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7540265711006763, + "StableID": "nYuNTfzzs121CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "DiscoKey": "discokey:b78445a8b67c58695aba06ca1d23c6a396596e78e2e15030fe38b0a463605f06", - "Addresses": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], - "AllowedIPs": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], + "Key": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "DiscoKey": "discokey:c9656b0452f20ec536bbc0ed31330005ee0188767823c8f610061651fe7f7109", + "Addresses": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "AllowedIPs": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "Endpoints": ["77.164.248.136:39867", "10.65.0.27:39867", "172.17.0.1:39867"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 40065}, - {"Proto": "peerapi6", "Port": 40065} + {"Proto": "peerapi4", "Port": 59161}, + {"Proto": "peerapi6", "Port": 59161} ]}, - "Created": "2026-04-09T01:33:50.12415949Z", + "Created": "2026-04-09T08:39:51.556600946Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7818531592161937, + "StableID": "nEdkVtZ24421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "DiscoKey": "discokey:ee0376c07971abe785417b80cadbe3458f900da10b491c7bd8fa1922d35c7f1c", + "Addresses": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "AllowedIPs": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "Endpoints": ["77.164.248.136:34246", "10.65.0.27:34246", "172.17.0.1:34246"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62368}, + {"Proto": "peerapi6", "Port": 62368} + ]}, + "Created": "2026-04-09T08:39:53.146532022Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7830506732746195, + "StableID": "n8hQfk8T9421CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "DiscoKey": "discokey:564e47dff4250839ed22ae1da615f193cf8f9b4fb4cd25eab680deaffdda551e", + "Addresses": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "AllowedIPs": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "Endpoints": ["77.164.248.136:47323", "10.65.0.27:47323", "172.17.0.1:47323"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 51624}, + {"Proto": "peerapi6", "Port": 51624} + ]}, + "Created": "2026-04-09T08:39:51.004171858Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8313915435350802, + "StableID": "nqkeMiTPv721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "DiscoKey": "discokey:09430bea84a558c33fc6f9d289b4e3066e806fff353d5e949fd15b4b6ae99246", + "Addresses": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "AllowedIPs": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "Endpoints": ["77.164.248.136:57564", "10.65.0.27:57564", "172.17.0.1:57564"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56969}, + {"Proto": "peerapi6", "Port": 56969} + ]}, + "Created": "2026-04-09T08:39:52.087834985Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8978476178035075, + "StableID": "nrCLWyLN7D21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "DiscoKey": "discokey:c4f9afe5284c32acebc530eb6cbf4552039490b5fb14282252bc877dcff1304b", + "Addresses": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "AllowedIPs": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "Endpoints": ["77.164.248.136:41836", "10.65.0.27:41836", "172.17.0.1:41836"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44226}, + {"Proto": "peerapi6", "Port": 44226} + ]}, + "Created": "2026-04-09T08:39:47.771662753Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3840,23 +3847,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3887,26 +3895,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2802932117920226, - "StableID": "no965tGTtN11CNTRL", + "ID": 4052452692705357, + "StableID": "nLgxUW4NeY11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 2802932117920226, - "Key": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "DiscoKey": "discokey:c6e2c27411f9e5719b8d849fa9085977c4e9d61759ec917afcf7c8c807e4f769", - "Addresses": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "AllowedIPs": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "Endpoints": ["77.164.248.136:48221", "10.65.0.27:48221", "172.17.0.1:48221"], + "User": 4052452692705357, + "Key": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "DiscoKey": "discokey:223976785ecb70f551d52f6eea81811c4528c412a07f2f6575013b139f39a42a", + "Addresses": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "AllowedIPs": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "Endpoints": ["77.164.248.136:43801", "10.65.0.27:43801", "172.17.0.1:43801"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 58528}, - {"Proto": "peerapi6", "Port": 58528}, + {"Proto": "peerapi4", "Port": 48446}, + {"Proto": "peerapi6", "Port": 48446}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:46.918135954Z", + "Created": "2026-04-09T08:39:48.852329788Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3934,299 +3942,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "MachineKey": "mkey:faafb1109cb8ed054a34b26929fcbe6ef90e40bde9bbf01e832142aa3a1aed26", + "NodeKey": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "MachineKey": "mkey:9f7d29340ba75c2228ad81962c3862162b1415201fb2fd3bfc2339183bf0b26f", "Peers": [{ - "ID": 649196675226108, - "StableID": "n5Dy7AJ25611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:9bc8cef9401af7e41120863cefc4cb7d7538c94a612cca73f77612f56759835d", - "Addresses": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "AllowedIPs": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "Endpoints": ["77.164.248.136:55105", "10.65.0.27:55105", "172.17.0.1:55105"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36703}, - {"Proto": "peerapi6", "Port": 36703} - ]}, - "Created": "2026-04-09T01:33:53.372080362Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 826176859247593, - "StableID": "n8ndwNGBT711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "DiscoKey": "discokey:2dbcbc79a7e01dee3ce73c958ba381e8689d28495634051a18a353e969accf48", - "Addresses": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "AllowedIPs": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "Endpoints": ["77.164.248.136:35437", "10.65.0.27:35437", "172.17.0.1:35437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:33:51.75364543Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 958557448556630, - "StableID": "nDtaJNg8V811CNTRL", + "ID": 47315980608257, + "StableID": "ntpTBpuRN111CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "DiscoKey": "discokey:20b2e38cd46e63c50a2ca9b071187ea349e1ad64b3a9c6d5548eca66772d416c", - "Addresses": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "AllowedIPs": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "Endpoints": ["77.164.248.136:44469", "10.65.0.27:44469", "172.17.0.1:44469"], + "Key": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "DiscoKey": "discokey:774149015d114da5f3dd5fed2120f9c8f6c8b0445a1ba23b32ae83c963b89263", + "Addresses": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "AllowedIPs": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "Endpoints": ["77.164.248.136:33111", "10.65.0.27:33111", "172.17.0.1:33111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37396}, - {"Proto": "peerapi6", "Port": 37396} + {"Proto": "peerapi4", "Port": 51585}, + {"Proto": "peerapi6", "Port": 51585} ]}, - "Created": "2026-04-09T01:33:47.996243323Z", + "Created": "2026-04-09T08:39:49.933321653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1154771066509819, - "StableID": "nEaYpusz1A11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:14b38513286f855d11f65178be99e80decc16c3e158aff8592d3edc109bd8d29", - "Addresses": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "AllowedIPs": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 65408}, - {"Proto": "peerapi6", "Port": 65408} - ]}, - "Created": "2026-04-09T01:33:53.919963208Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1303038756589088, - "StableID": "nZPessc9BB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "DiscoKey": "discokey:85b92540de88b73922534d1ec54b07c183ae74264c563757c8dbb8935437f06b", - "Addresses": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "AllowedIPs": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "Endpoints": ["77.164.248.136:48478", "10.65.0.27:48478", "172.17.0.1:48478"], + "ID": 1007458620796410, + "StableID": "nmWWSKEHs811CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:b0d20fde1e96e3e52d32aa9559a5d2db1fd61ebcb1449c313b28ca22d56c8746", + "Addresses": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "AllowedIPs": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "Endpoints": ["77.164.248.136:55737", "10.65.0.27:55737", "172.17.0.1:55737"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58274}, - {"Proto": "peerapi6", "Port": 58274} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53367}, + {"Proto": "peerapi6", "Port": 53367} ]}, - "Created": "2026-04-09T01:33:45.821931299Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1798023352404324, - "StableID": "nmuPcR2L3F11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "KeyExpiry": "2026-10-06T01:33:52Z", - "DiscoKey": "discokey:9f1ad65391fea4f23aa35c489455a8a4760beadffee1c5519463b9fc3182ef7d", - "Addresses": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "AllowedIPs": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "Endpoints": ["77.164.248.136:60084", "10.65.0.27:60084", "172.17.0.1:60084"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52918}, - {"Proto": "peerapi6", "Port": 52918} - ]}, - "Created": "2026-04-09T01:33:52.837895945Z", + "Created": "2026-04-09T08:39:54.751875206Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 1889318049650778, - "StableID": "nyn9PXBgkF11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "DiscoKey": "discokey:fe1e548a2f70436f42bbbe2a0f8b14c2c17caa46b57b065c0140d341c4732922", - "Addresses": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "AllowedIPs": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "Endpoints": ["77.164.248.136:53895", "10.65.0.27:53895", "172.17.0.1:53895"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40773}, - {"Proto": "peerapi6", "Port": 40773} - ]}, - "Created": "2026-04-09T01:33:49.585392117Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4305847777188184, - "StableID": "ndFTPYK8da11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "DiscoKey": "discokey:3d83fa5ce187ad5d67270a0bd96b48760ba38dad82398e850785d27f48f3e346", - "Addresses": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "AllowedIPs": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "Endpoints": ["77.164.248.136:43673", "10.65.0.27:43673", "172.17.0.1:43673"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 58375}, - {"Proto": "peerapi6", "Port": 58375} - ]}, - "Created": "2026-04-09T01:33:50.666891415Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5922486805273339, - "StableID": "nz2yNmgJFo11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "DiscoKey": "discokey:a7599a97decdf5b58d5fbd7bad419718615a5f945ba68ac7417cd0f8006f653c", - "Addresses": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "AllowedIPs": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "Endpoints": ["77.164.248.136:52983", "10.65.0.27:52983", "172.17.0.1:52983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36602}, - {"Proto": "peerapi6", "Port": 36602} - ]}, - "Created": "2026-04-09T01:33:49.069476483Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6378058398781207, - "StableID": "nNxn4Bndor11CNTRL", + "ID": 1587717342691589, + "StableID": "nSf5hFe5QD11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "DiscoKey": "discokey:83da586bee351a23028f192cf1a785b7f07ada25a572dbf5f2c588fc9cb5461d", - "Addresses": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "AllowedIPs": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "Endpoints": ["77.164.248.136:45635", "10.65.0.27:45635", "172.17.0.1:45635"], + "Key": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "DiscoKey": "discokey:8b8e5dc03f2c3e6022cf818ff9ec6d2cca817f9cba9a816094a3d94773cdc83a", + "Addresses": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "AllowedIPs": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "Endpoints": ["77.164.248.136:48878", "10.65.0.27:48878", "172.17.0.1:48878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51062}, - {"Proto": "peerapi6", "Port": 51062} + {"Proto": "peerapi4", "Port": 45091}, + {"Proto": "peerapi6", "Port": 45091} ]}, - "Created": "2026-04-09T01:33:47.464892599Z", + "Created": "2026-04-09T08:39:49.447512906Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6485985289797870, - "StableID": "nun5rSqWes11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "DiscoKey": "discokey:0bb7ca51976a50c8948076d4f603e713cbd16544a878ab7db85700be646e1d17", - "Addresses": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "AllowedIPs": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "Endpoints": ["77.164.248.136:39851", "10.65.0.27:39851", "172.17.0.1:39851"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44299}, - {"Proto": "peerapi6", "Port": 44299} - ]}, - "Created": "2026-04-09T01:33:46.360191675Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6585667739413633, - "StableID": "ncACaoKfRt11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "DiscoKey": "discokey:d283d62fb845388604c4a231029ad4f0819c0998f030b2f87a80d164e3a89326", - "Addresses": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "AllowedIPs": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "Endpoints": ["77.164.248.136:39192", "10.65.0.27:39192", "172.17.0.1:39192"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58453}, - {"Proto": "peerapi6", "Port": 58453} - ]}, - "Created": "2026-04-09T01:33:51.200732865Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7059622614997870, - "StableID": "njTqwGKK8x11CNTRL", + "ID": 1739298600107964, + "StableID": "nBruLeRjaE11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "DiscoKey": "discokey:09bccc7e651a4625b51263808b7d6c39c835e466466cea5a2375765780016b6e", - "Addresses": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "AllowedIPs": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "Endpoints": ["77.164.248.136:37904", "10.65.0.27:37904", "172.17.0.1:37904"], + "Key": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "DiscoKey": "discokey:322f8afa84e4244d5438e48a5dcaccd127e274d14bdb4fc1f3c99999f7dad176", + "Addresses": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "AllowedIPs": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "Endpoints": ["77.164.248.136:36297", "10.65.0.27:36297", "172.17.0.1:36297"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33252}, - {"Proto": "peerapi6", "Port": 33252} + {"Proto": "peerapi4", "Port": 38310}, + {"Proto": "peerapi6", "Port": 38310} ]}, - "Created": "2026-04-09T01:33:52.283224539Z", + "Created": "2026-04-09T08:39:53.671899569Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7190553854156780, - "StableID": "nyXRC6fc9y11CNTRL", + "ID": 2238523100315494, + "StableID": "nX9wuwCqUJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "DiscoKey": "discokey:c13e29e32c91b03c1a7c9dddba04c77826ee441c3a0ce47d85b41e8fad86064d", + "Addresses": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "AllowedIPs": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "Endpoints": ["77.164.248.136:49884", "10.65.0.27:49884", "172.17.0.1:49884"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39090}, + {"Proto": "peerapi6", "Port": 39090} + ]}, + "Created": "2026-04-09T08:39:48.303936328Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3600720279887429, + "StableID": "nAqg3Lpm7V11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "DiscoKey": "discokey:94be4e0d61641e8fd2e31c1b3bba1351c8bb93a412a15a73031957606a7eb87e", + "Addresses": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "AllowedIPs": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "Endpoints": ["77.164.248.136:47112", "10.65.0.27:47112", "172.17.0.1:47112"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37449}, + {"Proto": "peerapi6", "Port": 37449} + ]}, + "Created": "2026-04-09T08:39:50.461071449Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4264447278798810, + "StableID": "n7ob7LoNJa11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "DiscoKey": "discokey:5d5bfd59440105c9d69c320005cfdab6f5f9a55fd1dcf9ee4703532c58b3c472", + "Addresses": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "AllowedIPs": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "Endpoints": ["77.164.248.136:55415", "10.65.0.27:55415", "172.17.0.1:55415"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 41234}, + {"Proto": "peerapi6", "Port": 41234} + ]}, + "Created": "2026-04-09T08:39:52.61157031Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5733167213835562, + "StableID": "nm6vNhaZmm11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:f22849af807167bb9f69f8e59eb29d4f9b7ed8303deaa6dbd22d2909d268f425", + "Addresses": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "AllowedIPs": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "Endpoints": ["77.164.248.136:34708", "10.65.0.27:34708", "172.17.0.1:34708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48656}, + {"Proto": "peerapi6", "Port": 48656} + ]}, + "Created": "2026-04-09T08:39:54.210218313Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6235889881051821, + "StableID": "nYnEzfFFhq11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "KeyExpiry": "2026-10-06T08:39:55Z", + "DiscoKey": "discokey:8ebff9bac871e14bdfba982e37efaabce0d40b3a9af8c93325e3f8406bb81752", + "Addresses": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "AllowedIPs": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 51295}, + {"Proto": "peerapi6", "Port": 51295} + ]}, + "Created": "2026-04-09T08:39:55.292989249Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7540265711006763, + "StableID": "nYuNTfzzs121CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "DiscoKey": "discokey:b78445a8b67c58695aba06ca1d23c6a396596e78e2e15030fe38b0a463605f06", - "Addresses": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], - "AllowedIPs": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], + "Key": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "DiscoKey": "discokey:c9656b0452f20ec536bbc0ed31330005ee0188767823c8f610061651fe7f7109", + "Addresses": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "AllowedIPs": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "Endpoints": ["77.164.248.136:39867", "10.65.0.27:39867", "172.17.0.1:39867"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 40065}, - {"Proto": "peerapi6", "Port": 40065} + {"Proto": "peerapi4", "Port": 59161}, + {"Proto": "peerapi6", "Port": 59161} ]}, - "Created": "2026-04-09T01:33:50.12415949Z", + "Created": "2026-04-09T08:39:51.556600946Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7818531592161937, + "StableID": "nEdkVtZ24421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "DiscoKey": "discokey:ee0376c07971abe785417b80cadbe3458f900da10b491c7bd8fa1922d35c7f1c", + "Addresses": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "AllowedIPs": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "Endpoints": ["77.164.248.136:34246", "10.65.0.27:34246", "172.17.0.1:34246"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62368}, + {"Proto": "peerapi6", "Port": 62368} + ]}, + "Created": "2026-04-09T08:39:53.146532022Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7830506732746195, + "StableID": "n8hQfk8T9421CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "DiscoKey": "discokey:564e47dff4250839ed22ae1da615f193cf8f9b4fb4cd25eab680deaffdda551e", + "Addresses": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "AllowedIPs": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "Endpoints": ["77.164.248.136:47323", "10.65.0.27:47323", "172.17.0.1:47323"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 51624}, + {"Proto": "peerapi6", "Port": 51624} + ]}, + "Created": "2026-04-09T08:39:51.004171858Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8313915435350802, + "StableID": "nqkeMiTPv721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "DiscoKey": "discokey:09430bea84a558c33fc6f9d289b4e3066e806fff353d5e949fd15b4b6ae99246", + "Addresses": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "AllowedIPs": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "Endpoints": ["77.164.248.136:57564", "10.65.0.27:57564", "172.17.0.1:57564"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56969}, + {"Proto": "peerapi6", "Port": 56969} + ]}, + "Created": "2026-04-09T08:39:52.087834985Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8978476178035075, + "StableID": "nrCLWyLN7D21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "DiscoKey": "discokey:c4f9afe5284c32acebc530eb6cbf4552039490b5fb14282252bc877dcff1304b", + "Addresses": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "AllowedIPs": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "Endpoints": ["77.164.248.136:41836", "10.65.0.27:41836", "172.17.0.1:41836"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44226}, + {"Proto": "peerapi6", "Port": 44226} + ]}, + "Created": "2026-04-09T08:39:47.771662753Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5074,27 +5083,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2802932117920226": { - "ID": 2802932117920226, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4052452692705357": { + "ID": 4052452692705357, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "fearow": { @@ -5125,25 +5136,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7190553854156780, - "StableID": "nyXRC6fc9y11CNTRL", + "ID": 7540265711006763, + "StableID": "nYuNTfzzs121CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 7190553854156780, - "Key": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "DiscoKey": "discokey:b78445a8b67c58695aba06ca1d23c6a396596e78e2e15030fe38b0a463605f06", - "Addresses": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], - "AllowedIPs": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], + "User": 7540265711006763, + "Key": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "DiscoKey": "discokey:c9656b0452f20ec536bbc0ed31330005ee0188767823c8f610061651fe7f7109", + "Addresses": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "AllowedIPs": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "Endpoints": ["77.164.248.136:39867", "10.65.0.27:39867", "172.17.0.1:39867"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 40065}, - {"Proto": "peerapi6", "Port": 40065}, + {"Proto": "peerapi4", "Port": 59161}, + {"Proto": "peerapi6", "Port": 59161}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:50.12415949Z", + "Created": "2026-04-09T08:39:51.556600946Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5171,300 +5183,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "MachineKey": "mkey:24df319d97b0dbb0400cf45d299abca7d0b8809a2b84604b6e2179678a355102", + "NodeKey": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "MachineKey": "mkey:d22cdad95fd2d58081c8d71a51714cca27118fc90f261364405e23cf3b1d382f", "Peers": [{ - "ID": 649196675226108, - "StableID": "n5Dy7AJ25611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:9bc8cef9401af7e41120863cefc4cb7d7538c94a612cca73f77612f56759835d", - "Addresses": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "AllowedIPs": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "Endpoints": ["77.164.248.136:55105", "10.65.0.27:55105", "172.17.0.1:55105"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36703}, - {"Proto": "peerapi6", "Port": 36703} - ]}, - "Created": "2026-04-09T01:33:53.372080362Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 826176859247593, - "StableID": "n8ndwNGBT711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "DiscoKey": "discokey:2dbcbc79a7e01dee3ce73c958ba381e8689d28495634051a18a353e969accf48", - "Addresses": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "AllowedIPs": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "Endpoints": ["77.164.248.136:35437", "10.65.0.27:35437", "172.17.0.1:35437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:33:51.75364543Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 958557448556630, - "StableID": "nDtaJNg8V811CNTRL", + "ID": 47315980608257, + "StableID": "ntpTBpuRN111CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "DiscoKey": "discokey:20b2e38cd46e63c50a2ca9b071187ea349e1ad64b3a9c6d5548eca66772d416c", - "Addresses": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "AllowedIPs": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "Endpoints": ["77.164.248.136:44469", "10.65.0.27:44469", "172.17.0.1:44469"], + "Key": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "DiscoKey": "discokey:774149015d114da5f3dd5fed2120f9c8f6c8b0445a1ba23b32ae83c963b89263", + "Addresses": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "AllowedIPs": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "Endpoints": ["77.164.248.136:33111", "10.65.0.27:33111", "172.17.0.1:33111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37396}, - {"Proto": "peerapi6", "Port": 37396} + {"Proto": "peerapi4", "Port": 51585}, + {"Proto": "peerapi6", "Port": 51585} ]}, - "Created": "2026-04-09T01:33:47.996243323Z", + "Created": "2026-04-09T08:39:49.933321653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1154771066509819, - "StableID": "nEaYpusz1A11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:14b38513286f855d11f65178be99e80decc16c3e158aff8592d3edc109bd8d29", - "Addresses": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "AllowedIPs": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 65408}, - {"Proto": "peerapi6", "Port": 65408} - ]}, - "Created": "2026-04-09T01:33:53.919963208Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1303038756589088, - "StableID": "nZPessc9BB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "DiscoKey": "discokey:85b92540de88b73922534d1ec54b07c183ae74264c563757c8dbb8935437f06b", - "Addresses": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "AllowedIPs": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "Endpoints": ["77.164.248.136:48478", "10.65.0.27:48478", "172.17.0.1:48478"], + "ID": 1007458620796410, + "StableID": "nmWWSKEHs811CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:b0d20fde1e96e3e52d32aa9559a5d2db1fd61ebcb1449c313b28ca22d56c8746", + "Addresses": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "AllowedIPs": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "Endpoints": ["77.164.248.136:55737", "10.65.0.27:55737", "172.17.0.1:55737"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58274}, - {"Proto": "peerapi6", "Port": 58274} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53367}, + {"Proto": "peerapi6", "Port": 53367} ]}, - "Created": "2026-04-09T01:33:45.821931299Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1798023352404324, - "StableID": "nmuPcR2L3F11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "KeyExpiry": "2026-10-06T01:33:52Z", - "DiscoKey": "discokey:9f1ad65391fea4f23aa35c489455a8a4760beadffee1c5519463b9fc3182ef7d", - "Addresses": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "AllowedIPs": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "Endpoints": ["77.164.248.136:60084", "10.65.0.27:60084", "172.17.0.1:60084"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52918}, - {"Proto": "peerapi6", "Port": 52918} - ]}, - "Created": "2026-04-09T01:33:52.837895945Z", + "Created": "2026-04-09T08:39:54.751875206Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 1889318049650778, - "StableID": "nyn9PXBgkF11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "DiscoKey": "discokey:fe1e548a2f70436f42bbbe2a0f8b14c2c17caa46b57b065c0140d341c4732922", - "Addresses": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "AllowedIPs": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "Endpoints": ["77.164.248.136:53895", "10.65.0.27:53895", "172.17.0.1:53895"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40773}, - {"Proto": "peerapi6", "Port": 40773} - ]}, - "Created": "2026-04-09T01:33:49.585392117Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2802932117920226, - "StableID": "no965tGTtN11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "DiscoKey": "discokey:c6e2c27411f9e5719b8d849fa9085977c4e9d61759ec917afcf7c8c807e4f769", - "Addresses": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "AllowedIPs": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "Endpoints": ["77.164.248.136:48221", "10.65.0.27:48221", "172.17.0.1:48221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58528}, - {"Proto": "peerapi6", "Port": 58528} - ]}, - "Created": "2026-04-09T01:33:46.918135954Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4305847777188184, - "StableID": "ndFTPYK8da11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "DiscoKey": "discokey:3d83fa5ce187ad5d67270a0bd96b48760ba38dad82398e850785d27f48f3e346", - "Addresses": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "AllowedIPs": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "Endpoints": ["77.164.248.136:43673", "10.65.0.27:43673", "172.17.0.1:43673"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 58375}, - {"Proto": "peerapi6", "Port": 58375} - ]}, - "Created": "2026-04-09T01:33:50.666891415Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5922486805273339, - "StableID": "nz2yNmgJFo11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "DiscoKey": "discokey:a7599a97decdf5b58d5fbd7bad419718615a5f945ba68ac7417cd0f8006f653c", - "Addresses": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "AllowedIPs": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "Endpoints": ["77.164.248.136:52983", "10.65.0.27:52983", "172.17.0.1:52983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36602}, - {"Proto": "peerapi6", "Port": 36602} - ]}, - "Created": "2026-04-09T01:33:49.069476483Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6378058398781207, - "StableID": "nNxn4Bndor11CNTRL", + "ID": 1587717342691589, + "StableID": "nSf5hFe5QD11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "DiscoKey": "discokey:83da586bee351a23028f192cf1a785b7f07ada25a572dbf5f2c588fc9cb5461d", - "Addresses": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "AllowedIPs": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "Endpoints": ["77.164.248.136:45635", "10.65.0.27:45635", "172.17.0.1:45635"], + "Key": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "DiscoKey": "discokey:8b8e5dc03f2c3e6022cf818ff9ec6d2cca817f9cba9a816094a3d94773cdc83a", + "Addresses": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "AllowedIPs": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "Endpoints": ["77.164.248.136:48878", "10.65.0.27:48878", "172.17.0.1:48878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51062}, - {"Proto": "peerapi6", "Port": 51062} + {"Proto": "peerapi4", "Port": 45091}, + {"Proto": "peerapi6", "Port": 45091} ]}, - "Created": "2026-04-09T01:33:47.464892599Z", + "Created": "2026-04-09T08:39:49.447512906Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6485985289797870, - "StableID": "nun5rSqWes11CNTRL", + "ID": 1739298600107964, + "StableID": "nBruLeRjaE11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "DiscoKey": "discokey:322f8afa84e4244d5438e48a5dcaccd127e274d14bdb4fc1f3c99999f7dad176", + "Addresses": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "AllowedIPs": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "Endpoints": ["77.164.248.136:36297", "10.65.0.27:36297", "172.17.0.1:36297"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 38310}, + {"Proto": "peerapi6", "Port": 38310} + ]}, + "Created": "2026-04-09T08:39:53.671899569Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 2238523100315494, + "StableID": "nX9wuwCqUJ11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "DiscoKey": "discokey:0bb7ca51976a50c8948076d4f603e713cbd16544a878ab7db85700be646e1d17", - "Addresses": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "AllowedIPs": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "Endpoints": ["77.164.248.136:39851", "10.65.0.27:39851", "172.17.0.1:39851"], + "Key": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "DiscoKey": "discokey:c13e29e32c91b03c1a7c9dddba04c77826ee441c3a0ce47d85b41e8fad86064d", + "Addresses": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "AllowedIPs": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "Endpoints": ["77.164.248.136:49884", "10.65.0.27:49884", "172.17.0.1:49884"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44299}, - {"Proto": "peerapi6", "Port": 44299} + {"Proto": "peerapi4", "Port": 39090}, + {"Proto": "peerapi6", "Port": 39090} ]}, - "Created": "2026-04-09T01:33:46.360191675Z", + "Created": "2026-04-09T08:39:48.303936328Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6585667739413633, - "StableID": "ncACaoKfRt11CNTRL", + "ID": 3600720279887429, + "StableID": "nAqg3Lpm7V11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "DiscoKey": "discokey:94be4e0d61641e8fd2e31c1b3bba1351c8bb93a412a15a73031957606a7eb87e", + "Addresses": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "AllowedIPs": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "Endpoints": ["77.164.248.136:47112", "10.65.0.27:47112", "172.17.0.1:47112"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37449}, + {"Proto": "peerapi6", "Port": 37449} + ]}, + "Created": "2026-04-09T08:39:50.461071449Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4052452692705357, + "StableID": "nLgxUW4NeY11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "DiscoKey": "discokey:223976785ecb70f551d52f6eea81811c4528c412a07f2f6575013b139f39a42a", + "Addresses": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "AllowedIPs": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "Endpoints": ["77.164.248.136:43801", "10.65.0.27:43801", "172.17.0.1:43801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48446}, + {"Proto": "peerapi6", "Port": 48446} + ]}, + "Created": "2026-04-09T08:39:48.852329788Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4264447278798810, + "StableID": "n7ob7LoNJa11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "DiscoKey": "discokey:d283d62fb845388604c4a231029ad4f0819c0998f030b2f87a80d164e3a89326", - "Addresses": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "AllowedIPs": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "Endpoints": ["77.164.248.136:39192", "10.65.0.27:39192", "172.17.0.1:39192"], + "Key": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "DiscoKey": "discokey:5d5bfd59440105c9d69c320005cfdab6f5f9a55fd1dcf9ee4703532c58b3c472", + "Addresses": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "AllowedIPs": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "Endpoints": ["77.164.248.136:55415", "10.65.0.27:55415", "172.17.0.1:55415"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58453}, - {"Proto": "peerapi6", "Port": 58453} + {"Proto": "peerapi4", "Port": 41234}, + {"Proto": "peerapi6", "Port": 41234} ]}, - "Created": "2026-04-09T01:33:51.200732865Z", + "Created": "2026-04-09T08:39:52.61157031Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7059622614997870, - "StableID": "njTqwGKK8x11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "DiscoKey": "discokey:09bccc7e651a4625b51263808b7d6c39c835e466466cea5a2375765780016b6e", - "Addresses": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "AllowedIPs": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "Endpoints": ["77.164.248.136:37904", "10.65.0.27:37904", "172.17.0.1:37904"], + "ID": 5733167213835562, + "StableID": "nm6vNhaZmm11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:f22849af807167bb9f69f8e59eb29d4f9b7ed8303deaa6dbd22d2909d268f425", + "Addresses": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "AllowedIPs": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "Endpoints": ["77.164.248.136:34708", "10.65.0.27:34708", "172.17.0.1:34708"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33252}, - {"Proto": "peerapi6", "Port": 33252} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48656}, + {"Proto": "peerapi6", "Port": 48656} ]}, - "Created": "2026-04-09T01:33:52.283224539Z", + "Created": "2026-04-09T08:39:54.210218313Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6235889881051821, + "StableID": "nYnEzfFFhq11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "KeyExpiry": "2026-10-06T08:39:55Z", + "DiscoKey": "discokey:8ebff9bac871e14bdfba982e37efaabce0d40b3a9af8c93325e3f8406bb81752", + "Addresses": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "AllowedIPs": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 51295}, + {"Proto": "peerapi6", "Port": 51295} + ]}, + "Created": "2026-04-09T08:39:55.292989249Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7818531592161937, + "StableID": "nEdkVtZ24421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "DiscoKey": "discokey:ee0376c07971abe785417b80cadbe3458f900da10b491c7bd8fa1922d35c7f1c", + "Addresses": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "AllowedIPs": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "Endpoints": ["77.164.248.136:34246", "10.65.0.27:34246", "172.17.0.1:34246"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62368}, + {"Proto": "peerapi6", "Port": 62368} + ]}, + "Created": "2026-04-09T08:39:53.146532022Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7830506732746195, + "StableID": "n8hQfk8T9421CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "DiscoKey": "discokey:564e47dff4250839ed22ae1da615f193cf8f9b4fb4cd25eab680deaffdda551e", + "Addresses": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "AllowedIPs": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "Endpoints": ["77.164.248.136:47323", "10.65.0.27:47323", "172.17.0.1:47323"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 51624}, + {"Proto": "peerapi6", "Port": 51624} + ]}, + "Created": "2026-04-09T08:39:51.004171858Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8313915435350802, + "StableID": "nqkeMiTPv721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "DiscoKey": "discokey:09430bea84a558c33fc6f9d289b4e3066e806fff353d5e949fd15b4b6ae99246", + "Addresses": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "AllowedIPs": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "Endpoints": ["77.164.248.136:57564", "10.65.0.27:57564", "172.17.0.1:57564"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56969}, + {"Proto": "peerapi6", "Port": 56969} + ]}, + "Created": "2026-04-09T08:39:52.087834985Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8978476178035075, + "StableID": "nrCLWyLN7D21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "DiscoKey": "discokey:c4f9afe5284c32acebc530eb6cbf4552039490b5fb14282252bc877dcff1304b", + "Addresses": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "AllowedIPs": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "Endpoints": ["77.164.248.136:41836", "10.65.0.27:41836", "172.17.0.1:41836"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44226}, + {"Proto": "peerapi6", "Port": 44226} + ]}, + "Created": "2026-04-09T08:39:47.771662753Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6312,27 +6324,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7190553854156780": { - "ID": 7190553854156780, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7540265711006763": { + "ID": 7540265711006763, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6363,22 +6377,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1798023352404324, - "StableID": "nmuPcR2L3F11CNTRL", + "ID": 5733167213835562, + "StableID": "nm6vNhaZmm11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "KeyExpiry": "2026-10-06T01:33:52Z", - "DiscoKey": "discokey:9f1ad65391fea4f23aa35c489455a8a4760beadffee1c5519463b9fc3182ef7d", - "Addresses": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "AllowedIPs": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "Endpoints": ["77.164.248.136:60084", "10.65.0.27:60084", "172.17.0.1:60084"], + "Key": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:f22849af807167bb9f69f8e59eb29d4f9b7ed8303deaa6dbd22d2909d268f425", + "Addresses": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "AllowedIPs": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "Endpoints": ["77.164.248.136:34708", "10.65.0.27:34708", "172.17.0.1:34708"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52918}, - {"Proto": "peerapi6", "Port": 52918}, + {"Proto": "peerapi4", "Port": 48656}, + {"Proto": "peerapi6", "Port": 48656}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:52.837895945Z", + "Created": "2026-04-09T08:39:54.210218313Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6405,299 +6419,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "MachineKey": "mkey:aa427041260f947323775d5de9b55de29e2bec2b7928fe3653ed1b22e355ea37", + "NodeKey": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "MachineKey": "mkey:bb96b9a04c88393b59881082f5468b595c0f8cb94a74bcd0c50ef8c86d1f454c", "Peers": [{ - "ID": 649196675226108, - "StableID": "n5Dy7AJ25611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:9bc8cef9401af7e41120863cefc4cb7d7538c94a612cca73f77612f56759835d", - "Addresses": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "AllowedIPs": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "Endpoints": ["77.164.248.136:55105", "10.65.0.27:55105", "172.17.0.1:55105"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36703}, - {"Proto": "peerapi6", "Port": 36703} - ]}, - "Created": "2026-04-09T01:33:53.372080362Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 826176859247593, - "StableID": "n8ndwNGBT711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "DiscoKey": "discokey:2dbcbc79a7e01dee3ce73c958ba381e8689d28495634051a18a353e969accf48", - "Addresses": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "AllowedIPs": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "Endpoints": ["77.164.248.136:35437", "10.65.0.27:35437", "172.17.0.1:35437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:33:51.75364543Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 958557448556630, - "StableID": "nDtaJNg8V811CNTRL", + "ID": 47315980608257, + "StableID": "ntpTBpuRN111CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "DiscoKey": "discokey:20b2e38cd46e63c50a2ca9b071187ea349e1ad64b3a9c6d5548eca66772d416c", - "Addresses": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "AllowedIPs": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "Endpoints": ["77.164.248.136:44469", "10.65.0.27:44469", "172.17.0.1:44469"], + "Key": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "DiscoKey": "discokey:774149015d114da5f3dd5fed2120f9c8f6c8b0445a1ba23b32ae83c963b89263", + "Addresses": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "AllowedIPs": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "Endpoints": ["77.164.248.136:33111", "10.65.0.27:33111", "172.17.0.1:33111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37396}, - {"Proto": "peerapi6", "Port": 37396} + {"Proto": "peerapi4", "Port": 51585}, + {"Proto": "peerapi6", "Port": 51585} ]}, - "Created": "2026-04-09T01:33:47.996243323Z", + "Created": "2026-04-09T08:39:49.933321653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1154771066509819, - "StableID": "nEaYpusz1A11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:14b38513286f855d11f65178be99e80decc16c3e158aff8592d3edc109bd8d29", - "Addresses": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "AllowedIPs": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 65408}, - {"Proto": "peerapi6", "Port": 65408} - ]}, - "Created": "2026-04-09T01:33:53.919963208Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1303038756589088, - "StableID": "nZPessc9BB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "DiscoKey": "discokey:85b92540de88b73922534d1ec54b07c183ae74264c563757c8dbb8935437f06b", - "Addresses": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "AllowedIPs": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "Endpoints": ["77.164.248.136:48478", "10.65.0.27:48478", "172.17.0.1:48478"], + "ID": 1007458620796410, + "StableID": "nmWWSKEHs811CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:b0d20fde1e96e3e52d32aa9559a5d2db1fd61ebcb1449c313b28ca22d56c8746", + "Addresses": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "AllowedIPs": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "Endpoints": ["77.164.248.136:55737", "10.65.0.27:55737", "172.17.0.1:55737"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58274}, - {"Proto": "peerapi6", "Port": 58274} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53367}, + {"Proto": "peerapi6", "Port": 53367} ]}, - "Created": "2026-04-09T01:33:45.821931299Z", + "Created": "2026-04-09T08:39:54.751875206Z", "Cap": 131, - "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 1889318049650778, - "StableID": "nyn9PXBgkF11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "DiscoKey": "discokey:fe1e548a2f70436f42bbbe2a0f8b14c2c17caa46b57b065c0140d341c4732922", - "Addresses": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "AllowedIPs": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "Endpoints": ["77.164.248.136:53895", "10.65.0.27:53895", "172.17.0.1:53895"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40773}, - {"Proto": "peerapi6", "Port": 40773} - ]}, - "Created": "2026-04-09T01:33:49.585392117Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2802932117920226, - "StableID": "no965tGTtN11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "DiscoKey": "discokey:c6e2c27411f9e5719b8d849fa9085977c4e9d61759ec917afcf7c8c807e4f769", - "Addresses": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "AllowedIPs": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "Endpoints": ["77.164.248.136:48221", "10.65.0.27:48221", "172.17.0.1:48221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58528}, - {"Proto": "peerapi6", "Port": 58528} - ]}, - "Created": "2026-04-09T01:33:46.918135954Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4305847777188184, - "StableID": "ndFTPYK8da11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "DiscoKey": "discokey:3d83fa5ce187ad5d67270a0bd96b48760ba38dad82398e850785d27f48f3e346", - "Addresses": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "AllowedIPs": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "Endpoints": ["77.164.248.136:43673", "10.65.0.27:43673", "172.17.0.1:43673"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 58375}, - {"Proto": "peerapi6", "Port": 58375} - ]}, - "Created": "2026-04-09T01:33:50.666891415Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5922486805273339, - "StableID": "nz2yNmgJFo11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "DiscoKey": "discokey:a7599a97decdf5b58d5fbd7bad419718615a5f945ba68ac7417cd0f8006f653c", - "Addresses": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "AllowedIPs": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "Endpoints": ["77.164.248.136:52983", "10.65.0.27:52983", "172.17.0.1:52983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36602}, - {"Proto": "peerapi6", "Port": 36602} - ]}, - "Created": "2026-04-09T01:33:49.069476483Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6378058398781207, - "StableID": "nNxn4Bndor11CNTRL", + "ID": 1587717342691589, + "StableID": "nSf5hFe5QD11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "DiscoKey": "discokey:83da586bee351a23028f192cf1a785b7f07ada25a572dbf5f2c588fc9cb5461d", - "Addresses": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "AllowedIPs": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "Endpoints": ["77.164.248.136:45635", "10.65.0.27:45635", "172.17.0.1:45635"], + "Key": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "DiscoKey": "discokey:8b8e5dc03f2c3e6022cf818ff9ec6d2cca817f9cba9a816094a3d94773cdc83a", + "Addresses": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "AllowedIPs": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "Endpoints": ["77.164.248.136:48878", "10.65.0.27:48878", "172.17.0.1:48878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51062}, - {"Proto": "peerapi6", "Port": 51062} + {"Proto": "peerapi4", "Port": 45091}, + {"Proto": "peerapi6", "Port": 45091} ]}, - "Created": "2026-04-09T01:33:47.464892599Z", + "Created": "2026-04-09T08:39:49.447512906Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6485985289797870, - "StableID": "nun5rSqWes11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "DiscoKey": "discokey:0bb7ca51976a50c8948076d4f603e713cbd16544a878ab7db85700be646e1d17", - "Addresses": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "AllowedIPs": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "Endpoints": ["77.164.248.136:39851", "10.65.0.27:39851", "172.17.0.1:39851"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44299}, - {"Proto": "peerapi6", "Port": 44299} - ]}, - "Created": "2026-04-09T01:33:46.360191675Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6585667739413633, - "StableID": "ncACaoKfRt11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "DiscoKey": "discokey:d283d62fb845388604c4a231029ad4f0819c0998f030b2f87a80d164e3a89326", - "Addresses": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "AllowedIPs": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "Endpoints": ["77.164.248.136:39192", "10.65.0.27:39192", "172.17.0.1:39192"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58453}, - {"Proto": "peerapi6", "Port": 58453} - ]}, - "Created": "2026-04-09T01:33:51.200732865Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7059622614997870, - "StableID": "njTqwGKK8x11CNTRL", + "ID": 1739298600107964, + "StableID": "nBruLeRjaE11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "DiscoKey": "discokey:09bccc7e651a4625b51263808b7d6c39c835e466466cea5a2375765780016b6e", - "Addresses": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "AllowedIPs": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "Endpoints": ["77.164.248.136:37904", "10.65.0.27:37904", "172.17.0.1:37904"], + "Key": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "DiscoKey": "discokey:322f8afa84e4244d5438e48a5dcaccd127e274d14bdb4fc1f3c99999f7dad176", + "Addresses": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "AllowedIPs": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "Endpoints": ["77.164.248.136:36297", "10.65.0.27:36297", "172.17.0.1:36297"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33252}, - {"Proto": "peerapi6", "Port": 33252} + {"Proto": "peerapi4", "Port": 38310}, + {"Proto": "peerapi6", "Port": 38310} ]}, - "Created": "2026-04-09T01:33:52.283224539Z", + "Created": "2026-04-09T08:39:53.671899569Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7190553854156780, - "StableID": "nyXRC6fc9y11CNTRL", + "ID": 2238523100315494, + "StableID": "nX9wuwCqUJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "DiscoKey": "discokey:c13e29e32c91b03c1a7c9dddba04c77826ee441c3a0ce47d85b41e8fad86064d", + "Addresses": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "AllowedIPs": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "Endpoints": ["77.164.248.136:49884", "10.65.0.27:49884", "172.17.0.1:49884"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39090}, + {"Proto": "peerapi6", "Port": 39090} + ]}, + "Created": "2026-04-09T08:39:48.303936328Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3600720279887429, + "StableID": "nAqg3Lpm7V11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "DiscoKey": "discokey:94be4e0d61641e8fd2e31c1b3bba1351c8bb93a412a15a73031957606a7eb87e", + "Addresses": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "AllowedIPs": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "Endpoints": ["77.164.248.136:47112", "10.65.0.27:47112", "172.17.0.1:47112"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37449}, + {"Proto": "peerapi6", "Port": 37449} + ]}, + "Created": "2026-04-09T08:39:50.461071449Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4052452692705357, + "StableID": "nLgxUW4NeY11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "DiscoKey": "discokey:223976785ecb70f551d52f6eea81811c4528c412a07f2f6575013b139f39a42a", + "Addresses": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "AllowedIPs": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "Endpoints": ["77.164.248.136:43801", "10.65.0.27:43801", "172.17.0.1:43801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48446}, + {"Proto": "peerapi6", "Port": 48446} + ]}, + "Created": "2026-04-09T08:39:48.852329788Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4264447278798810, + "StableID": "n7ob7LoNJa11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "DiscoKey": "discokey:5d5bfd59440105c9d69c320005cfdab6f5f9a55fd1dcf9ee4703532c58b3c472", + "Addresses": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "AllowedIPs": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "Endpoints": ["77.164.248.136:55415", "10.65.0.27:55415", "172.17.0.1:55415"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 41234}, + {"Proto": "peerapi6", "Port": 41234} + ]}, + "Created": "2026-04-09T08:39:52.61157031Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6235889881051821, + "StableID": "nYnEzfFFhq11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "KeyExpiry": "2026-10-06T08:39:55Z", + "DiscoKey": "discokey:8ebff9bac871e14bdfba982e37efaabce0d40b3a9af8c93325e3f8406bb81752", + "Addresses": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "AllowedIPs": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 51295}, + {"Proto": "peerapi6", "Port": 51295} + ]}, + "Created": "2026-04-09T08:39:55.292989249Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7540265711006763, + "StableID": "nYuNTfzzs121CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "DiscoKey": "discokey:b78445a8b67c58695aba06ca1d23c6a396596e78e2e15030fe38b0a463605f06", - "Addresses": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], - "AllowedIPs": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], + "Key": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "DiscoKey": "discokey:c9656b0452f20ec536bbc0ed31330005ee0188767823c8f610061651fe7f7109", + "Addresses": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "AllowedIPs": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "Endpoints": ["77.164.248.136:39867", "10.65.0.27:39867", "172.17.0.1:39867"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 40065}, - {"Proto": "peerapi6", "Port": 40065} + {"Proto": "peerapi4", "Port": 59161}, + {"Proto": "peerapi6", "Port": 59161} ]}, - "Created": "2026-04-09T01:33:50.12415949Z", + "Created": "2026-04-09T08:39:51.556600946Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7818531592161937, + "StableID": "nEdkVtZ24421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "DiscoKey": "discokey:ee0376c07971abe785417b80cadbe3458f900da10b491c7bd8fa1922d35c7f1c", + "Addresses": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "AllowedIPs": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "Endpoints": ["77.164.248.136:34246", "10.65.0.27:34246", "172.17.0.1:34246"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62368}, + {"Proto": "peerapi6", "Port": 62368} + ]}, + "Created": "2026-04-09T08:39:53.146532022Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7830506732746195, + "StableID": "n8hQfk8T9421CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "DiscoKey": "discokey:564e47dff4250839ed22ae1da615f193cf8f9b4fb4cd25eab680deaffdda551e", + "Addresses": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "AllowedIPs": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "Endpoints": ["77.164.248.136:47323", "10.65.0.27:47323", "172.17.0.1:47323"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 51624}, + {"Proto": "peerapi6", "Port": 51624} + ]}, + "Created": "2026-04-09T08:39:51.004171858Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8313915435350802, + "StableID": "nqkeMiTPv721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "DiscoKey": "discokey:09430bea84a558c33fc6f9d289b4e3066e806fff353d5e949fd15b4b6ae99246", + "Addresses": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "AllowedIPs": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "Endpoints": ["77.164.248.136:57564", "10.65.0.27:57564", "172.17.0.1:57564"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56969}, + {"Proto": "peerapi6", "Port": 56969} + ]}, + "Created": "2026-04-09T08:39:52.087834985Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8978476178035075, + "StableID": "nrCLWyLN7D21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "DiscoKey": "discokey:c4f9afe5284c32acebc530eb6cbf4552039490b5fb14282252bc877dcff1304b", + "Addresses": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "AllowedIPs": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "Endpoints": ["77.164.248.136:41836", "10.65.0.27:41836", "172.17.0.1:41836"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44226}, + {"Proto": "peerapi6", "Port": 44226} + ]}, + "Created": "2026-04-09T08:39:47.771662753Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7545,23 +7560,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7592,21 +7608,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 826176859247593, - "StableID": "n8ndwNGBT711CNTRL", + "ID": 7818531592161937, + "StableID": "nEdkVtZ24421CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 826176859247593, - "Key": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "DiscoKey": "discokey:2dbcbc79a7e01dee3ce73c958ba381e8689d28495634051a18a353e969accf48", - "Addresses": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "AllowedIPs": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "Endpoints": ["77.164.248.136:35437", "10.65.0.27:35437", "172.17.0.1:35437"], + "User": 7818531592161937, + "Key": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "DiscoKey": "discokey:ee0376c07971abe785417b80cadbe3458f900da10b491c7bd8fa1922d35c7f1c", + "Addresses": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "AllowedIPs": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "Endpoints": ["77.164.248.136:34246", "10.65.0.27:34246", "172.17.0.1:34246"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069}, + {"Proto": "peerapi4", "Port": 62368}, + {"Proto": "peerapi6", "Port": 62368}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:51.75364543Z", + "Created": "2026-04-09T08:39:53.146532022Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7634,299 +7650,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "MachineKey": "mkey:5083675fd5d0ee9f376582b282b9c48ad79cd947da3fd65428dfbdbd5b1d3d4b", + "NodeKey": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "MachineKey": "mkey:ba59df11bba4bf6f44e6961d83b66b4f7da43099a0b5a42f4ebccf178798ab35", "Peers": [{ - "ID": 649196675226108, - "StableID": "n5Dy7AJ25611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:9bc8cef9401af7e41120863cefc4cb7d7538c94a612cca73f77612f56759835d", - "Addresses": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "AllowedIPs": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "Endpoints": ["77.164.248.136:55105", "10.65.0.27:55105", "172.17.0.1:55105"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36703}, - {"Proto": "peerapi6", "Port": 36703} - ]}, - "Created": "2026-04-09T01:33:53.372080362Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 958557448556630, - "StableID": "nDtaJNg8V811CNTRL", + "ID": 47315980608257, + "StableID": "ntpTBpuRN111CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "DiscoKey": "discokey:20b2e38cd46e63c50a2ca9b071187ea349e1ad64b3a9c6d5548eca66772d416c", - "Addresses": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "AllowedIPs": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "Endpoints": ["77.164.248.136:44469", "10.65.0.27:44469", "172.17.0.1:44469"], + "Key": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "DiscoKey": "discokey:774149015d114da5f3dd5fed2120f9c8f6c8b0445a1ba23b32ae83c963b89263", + "Addresses": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "AllowedIPs": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "Endpoints": ["77.164.248.136:33111", "10.65.0.27:33111", "172.17.0.1:33111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37396}, - {"Proto": "peerapi6", "Port": 37396} + {"Proto": "peerapi4", "Port": 51585}, + {"Proto": "peerapi6", "Port": 51585} ]}, - "Created": "2026-04-09T01:33:47.996243323Z", + "Created": "2026-04-09T08:39:49.933321653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1154771066509819, - "StableID": "nEaYpusz1A11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:14b38513286f855d11f65178be99e80decc16c3e158aff8592d3edc109bd8d29", - "Addresses": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "AllowedIPs": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 65408}, - {"Proto": "peerapi6", "Port": 65408} - ]}, - "Created": "2026-04-09T01:33:53.919963208Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1303038756589088, - "StableID": "nZPessc9BB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "DiscoKey": "discokey:85b92540de88b73922534d1ec54b07c183ae74264c563757c8dbb8935437f06b", - "Addresses": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "AllowedIPs": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "Endpoints": ["77.164.248.136:48478", "10.65.0.27:48478", "172.17.0.1:48478"], + "ID": 1007458620796410, + "StableID": "nmWWSKEHs811CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:b0d20fde1e96e3e52d32aa9559a5d2db1fd61ebcb1449c313b28ca22d56c8746", + "Addresses": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "AllowedIPs": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "Endpoints": ["77.164.248.136:55737", "10.65.0.27:55737", "172.17.0.1:55737"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58274}, - {"Proto": "peerapi6", "Port": 58274} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53367}, + {"Proto": "peerapi6", "Port": 53367} ]}, - "Created": "2026-04-09T01:33:45.821931299Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1798023352404324, - "StableID": "nmuPcR2L3F11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "KeyExpiry": "2026-10-06T01:33:52Z", - "DiscoKey": "discokey:9f1ad65391fea4f23aa35c489455a8a4760beadffee1c5519463b9fc3182ef7d", - "Addresses": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "AllowedIPs": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "Endpoints": ["77.164.248.136:60084", "10.65.0.27:60084", "172.17.0.1:60084"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52918}, - {"Proto": "peerapi6", "Port": 52918} - ]}, - "Created": "2026-04-09T01:33:52.837895945Z", + "Created": "2026-04-09T08:39:54.751875206Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 1889318049650778, - "StableID": "nyn9PXBgkF11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "DiscoKey": "discokey:fe1e548a2f70436f42bbbe2a0f8b14c2c17caa46b57b065c0140d341c4732922", - "Addresses": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "AllowedIPs": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "Endpoints": ["77.164.248.136:53895", "10.65.0.27:53895", "172.17.0.1:53895"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40773}, - {"Proto": "peerapi6", "Port": 40773} - ]}, - "Created": "2026-04-09T01:33:49.585392117Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2802932117920226, - "StableID": "no965tGTtN11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "DiscoKey": "discokey:c6e2c27411f9e5719b8d849fa9085977c4e9d61759ec917afcf7c8c807e4f769", - "Addresses": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "AllowedIPs": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "Endpoints": ["77.164.248.136:48221", "10.65.0.27:48221", "172.17.0.1:48221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58528}, - {"Proto": "peerapi6", "Port": 58528} - ]}, - "Created": "2026-04-09T01:33:46.918135954Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4305847777188184, - "StableID": "ndFTPYK8da11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "DiscoKey": "discokey:3d83fa5ce187ad5d67270a0bd96b48760ba38dad82398e850785d27f48f3e346", - "Addresses": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "AllowedIPs": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "Endpoints": ["77.164.248.136:43673", "10.65.0.27:43673", "172.17.0.1:43673"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 58375}, - {"Proto": "peerapi6", "Port": 58375} - ]}, - "Created": "2026-04-09T01:33:50.666891415Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5922486805273339, - "StableID": "nz2yNmgJFo11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "DiscoKey": "discokey:a7599a97decdf5b58d5fbd7bad419718615a5f945ba68ac7417cd0f8006f653c", - "Addresses": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "AllowedIPs": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "Endpoints": ["77.164.248.136:52983", "10.65.0.27:52983", "172.17.0.1:52983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36602}, - {"Proto": "peerapi6", "Port": 36602} - ]}, - "Created": "2026-04-09T01:33:49.069476483Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6378058398781207, - "StableID": "nNxn4Bndor11CNTRL", + "ID": 1587717342691589, + "StableID": "nSf5hFe5QD11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "DiscoKey": "discokey:83da586bee351a23028f192cf1a785b7f07ada25a572dbf5f2c588fc9cb5461d", - "Addresses": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "AllowedIPs": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "Endpoints": ["77.164.248.136:45635", "10.65.0.27:45635", "172.17.0.1:45635"], + "Key": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "DiscoKey": "discokey:8b8e5dc03f2c3e6022cf818ff9ec6d2cca817f9cba9a816094a3d94773cdc83a", + "Addresses": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "AllowedIPs": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "Endpoints": ["77.164.248.136:48878", "10.65.0.27:48878", "172.17.0.1:48878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51062}, - {"Proto": "peerapi6", "Port": 51062} + {"Proto": "peerapi4", "Port": 45091}, + {"Proto": "peerapi6", "Port": 45091} ]}, - "Created": "2026-04-09T01:33:47.464892599Z", + "Created": "2026-04-09T08:39:49.447512906Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6485985289797870, - "StableID": "nun5rSqWes11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "DiscoKey": "discokey:0bb7ca51976a50c8948076d4f603e713cbd16544a878ab7db85700be646e1d17", - "Addresses": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "AllowedIPs": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "Endpoints": ["77.164.248.136:39851", "10.65.0.27:39851", "172.17.0.1:39851"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44299}, - {"Proto": "peerapi6", "Port": 44299} - ]}, - "Created": "2026-04-09T01:33:46.360191675Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6585667739413633, - "StableID": "ncACaoKfRt11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "DiscoKey": "discokey:d283d62fb845388604c4a231029ad4f0819c0998f030b2f87a80d164e3a89326", - "Addresses": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "AllowedIPs": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "Endpoints": ["77.164.248.136:39192", "10.65.0.27:39192", "172.17.0.1:39192"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58453}, - {"Proto": "peerapi6", "Port": 58453} - ]}, - "Created": "2026-04-09T01:33:51.200732865Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7059622614997870, - "StableID": "njTqwGKK8x11CNTRL", + "ID": 1739298600107964, + "StableID": "nBruLeRjaE11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "DiscoKey": "discokey:09bccc7e651a4625b51263808b7d6c39c835e466466cea5a2375765780016b6e", - "Addresses": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "AllowedIPs": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "Endpoints": ["77.164.248.136:37904", "10.65.0.27:37904", "172.17.0.1:37904"], + "Key": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "DiscoKey": "discokey:322f8afa84e4244d5438e48a5dcaccd127e274d14bdb4fc1f3c99999f7dad176", + "Addresses": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "AllowedIPs": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "Endpoints": ["77.164.248.136:36297", "10.65.0.27:36297", "172.17.0.1:36297"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33252}, - {"Proto": "peerapi6", "Port": 33252} + {"Proto": "peerapi4", "Port": 38310}, + {"Proto": "peerapi6", "Port": 38310} ]}, - "Created": "2026-04-09T01:33:52.283224539Z", + "Created": "2026-04-09T08:39:53.671899569Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7190553854156780, - "StableID": "nyXRC6fc9y11CNTRL", + "ID": 2238523100315494, + "StableID": "nX9wuwCqUJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "DiscoKey": "discokey:c13e29e32c91b03c1a7c9dddba04c77826ee441c3a0ce47d85b41e8fad86064d", + "Addresses": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "AllowedIPs": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "Endpoints": ["77.164.248.136:49884", "10.65.0.27:49884", "172.17.0.1:49884"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39090}, + {"Proto": "peerapi6", "Port": 39090} + ]}, + "Created": "2026-04-09T08:39:48.303936328Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3600720279887429, + "StableID": "nAqg3Lpm7V11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "DiscoKey": "discokey:94be4e0d61641e8fd2e31c1b3bba1351c8bb93a412a15a73031957606a7eb87e", + "Addresses": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "AllowedIPs": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "Endpoints": ["77.164.248.136:47112", "10.65.0.27:47112", "172.17.0.1:47112"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37449}, + {"Proto": "peerapi6", "Port": 37449} + ]}, + "Created": "2026-04-09T08:39:50.461071449Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4052452692705357, + "StableID": "nLgxUW4NeY11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "DiscoKey": "discokey:223976785ecb70f551d52f6eea81811c4528c412a07f2f6575013b139f39a42a", + "Addresses": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "AllowedIPs": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "Endpoints": ["77.164.248.136:43801", "10.65.0.27:43801", "172.17.0.1:43801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48446}, + {"Proto": "peerapi6", "Port": 48446} + ]}, + "Created": "2026-04-09T08:39:48.852329788Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4264447278798810, + "StableID": "n7ob7LoNJa11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "DiscoKey": "discokey:5d5bfd59440105c9d69c320005cfdab6f5f9a55fd1dcf9ee4703532c58b3c472", + "Addresses": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "AllowedIPs": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "Endpoints": ["77.164.248.136:55415", "10.65.0.27:55415", "172.17.0.1:55415"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 41234}, + {"Proto": "peerapi6", "Port": 41234} + ]}, + "Created": "2026-04-09T08:39:52.61157031Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5733167213835562, + "StableID": "nm6vNhaZmm11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:f22849af807167bb9f69f8e59eb29d4f9b7ed8303deaa6dbd22d2909d268f425", + "Addresses": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "AllowedIPs": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "Endpoints": ["77.164.248.136:34708", "10.65.0.27:34708", "172.17.0.1:34708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48656}, + {"Proto": "peerapi6", "Port": 48656} + ]}, + "Created": "2026-04-09T08:39:54.210218313Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6235889881051821, + "StableID": "nYnEzfFFhq11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "KeyExpiry": "2026-10-06T08:39:55Z", + "DiscoKey": "discokey:8ebff9bac871e14bdfba982e37efaabce0d40b3a9af8c93325e3f8406bb81752", + "Addresses": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "AllowedIPs": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 51295}, + {"Proto": "peerapi6", "Port": 51295} + ]}, + "Created": "2026-04-09T08:39:55.292989249Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7540265711006763, + "StableID": "nYuNTfzzs121CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "DiscoKey": "discokey:b78445a8b67c58695aba06ca1d23c6a396596e78e2e15030fe38b0a463605f06", - "Addresses": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], - "AllowedIPs": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], + "Key": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "DiscoKey": "discokey:c9656b0452f20ec536bbc0ed31330005ee0188767823c8f610061651fe7f7109", + "Addresses": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "AllowedIPs": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "Endpoints": ["77.164.248.136:39867", "10.65.0.27:39867", "172.17.0.1:39867"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 40065}, - {"Proto": "peerapi6", "Port": 40065} + {"Proto": "peerapi4", "Port": 59161}, + {"Proto": "peerapi6", "Port": 59161} ]}, - "Created": "2026-04-09T01:33:50.12415949Z", + "Created": "2026-04-09T08:39:51.556600946Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7830506732746195, + "StableID": "n8hQfk8T9421CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "DiscoKey": "discokey:564e47dff4250839ed22ae1da615f193cf8f9b4fb4cd25eab680deaffdda551e", + "Addresses": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "AllowedIPs": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "Endpoints": ["77.164.248.136:47323", "10.65.0.27:47323", "172.17.0.1:47323"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 51624}, + {"Proto": "peerapi6", "Port": 51624} + ]}, + "Created": "2026-04-09T08:39:51.004171858Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8313915435350802, + "StableID": "nqkeMiTPv721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "DiscoKey": "discokey:09430bea84a558c33fc6f9d289b4e3066e806fff353d5e949fd15b4b6ae99246", + "Addresses": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "AllowedIPs": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "Endpoints": ["77.164.248.136:57564", "10.65.0.27:57564", "172.17.0.1:57564"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56969}, + {"Proto": "peerapi6", "Port": 56969} + ]}, + "Created": "2026-04-09T08:39:52.087834985Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8978476178035075, + "StableID": "nrCLWyLN7D21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "DiscoKey": "discokey:c4f9afe5284c32acebc530eb6cbf4552039490b5fb14282252bc877dcff1304b", + "Addresses": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "AllowedIPs": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "Endpoints": ["77.164.248.136:41836", "10.65.0.27:41836", "172.17.0.1:41836"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44226}, + {"Proto": "peerapi6", "Port": 44226} + ]}, + "Created": "2026-04-09T08:39:47.771662753Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8774,27 +8791,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "826176859247593": { - "ID": 826176859247593, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7818531592161937": { + "ID": 7818531592161937, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8825,26 +8844,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6485985289797870, - "StableID": "nun5rSqWes11CNTRL", + "ID": 2238523100315494, + "StableID": "nX9wuwCqUJ11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 6485985289797870, - "Key": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "DiscoKey": "discokey:0bb7ca51976a50c8948076d4f603e713cbd16544a878ab7db85700be646e1d17", - "Addresses": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "AllowedIPs": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "Endpoints": ["77.164.248.136:39851", "10.65.0.27:39851", "172.17.0.1:39851"], + "User": 2238523100315494, + "Key": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "DiscoKey": "discokey:c13e29e32c91b03c1a7c9dddba04c77826ee441c3a0ce47d85b41e8fad86064d", + "Addresses": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "AllowedIPs": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "Endpoints": ["77.164.248.136:49884", "10.65.0.27:49884", "172.17.0.1:49884"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 44299}, - {"Proto": "peerapi6", "Port": 44299}, + {"Proto": "peerapi4", "Port": 39090}, + {"Proto": "peerapi6", "Port": 39090}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:46.360191675Z", + "Created": "2026-04-09T08:39:48.303936328Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8872,299 +8891,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "MachineKey": "mkey:d8817a79480ce8f9a4e019e5d3c6e5d6cbacce3672f1c12b6fe7f3419a64730d", + "NodeKey": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "MachineKey": "mkey:823cd0fb50b7e2a369018722b5384c02ad60912dae46ec57d4a5f702784c112b", "Peers": [{ - "ID": 649196675226108, - "StableID": "n5Dy7AJ25611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:9bc8cef9401af7e41120863cefc4cb7d7538c94a612cca73f77612f56759835d", - "Addresses": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "AllowedIPs": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "Endpoints": ["77.164.248.136:55105", "10.65.0.27:55105", "172.17.0.1:55105"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36703}, - {"Proto": "peerapi6", "Port": 36703} - ]}, - "Created": "2026-04-09T01:33:53.372080362Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 826176859247593, - "StableID": "n8ndwNGBT711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "DiscoKey": "discokey:2dbcbc79a7e01dee3ce73c958ba381e8689d28495634051a18a353e969accf48", - "Addresses": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "AllowedIPs": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "Endpoints": ["77.164.248.136:35437", "10.65.0.27:35437", "172.17.0.1:35437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:33:51.75364543Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 958557448556630, - "StableID": "nDtaJNg8V811CNTRL", + "ID": 47315980608257, + "StableID": "ntpTBpuRN111CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "DiscoKey": "discokey:20b2e38cd46e63c50a2ca9b071187ea349e1ad64b3a9c6d5548eca66772d416c", - "Addresses": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "AllowedIPs": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "Endpoints": ["77.164.248.136:44469", "10.65.0.27:44469", "172.17.0.1:44469"], + "Key": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "DiscoKey": "discokey:774149015d114da5f3dd5fed2120f9c8f6c8b0445a1ba23b32ae83c963b89263", + "Addresses": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "AllowedIPs": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "Endpoints": ["77.164.248.136:33111", "10.65.0.27:33111", "172.17.0.1:33111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37396}, - {"Proto": "peerapi6", "Port": 37396} + {"Proto": "peerapi4", "Port": 51585}, + {"Proto": "peerapi6", "Port": 51585} ]}, - "Created": "2026-04-09T01:33:47.996243323Z", + "Created": "2026-04-09T08:39:49.933321653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1154771066509819, - "StableID": "nEaYpusz1A11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:14b38513286f855d11f65178be99e80decc16c3e158aff8592d3edc109bd8d29", - "Addresses": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "AllowedIPs": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 65408}, - {"Proto": "peerapi6", "Port": 65408} - ]}, - "Created": "2026-04-09T01:33:53.919963208Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1303038756589088, - "StableID": "nZPessc9BB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "DiscoKey": "discokey:85b92540de88b73922534d1ec54b07c183ae74264c563757c8dbb8935437f06b", - "Addresses": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "AllowedIPs": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "Endpoints": ["77.164.248.136:48478", "10.65.0.27:48478", "172.17.0.1:48478"], + "ID": 1007458620796410, + "StableID": "nmWWSKEHs811CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:b0d20fde1e96e3e52d32aa9559a5d2db1fd61ebcb1449c313b28ca22d56c8746", + "Addresses": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "AllowedIPs": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "Endpoints": ["77.164.248.136:55737", "10.65.0.27:55737", "172.17.0.1:55737"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58274}, - {"Proto": "peerapi6", "Port": 58274} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53367}, + {"Proto": "peerapi6", "Port": 53367} ]}, - "Created": "2026-04-09T01:33:45.821931299Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1798023352404324, - "StableID": "nmuPcR2L3F11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "KeyExpiry": "2026-10-06T01:33:52Z", - "DiscoKey": "discokey:9f1ad65391fea4f23aa35c489455a8a4760beadffee1c5519463b9fc3182ef7d", - "Addresses": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "AllowedIPs": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "Endpoints": ["77.164.248.136:60084", "10.65.0.27:60084", "172.17.0.1:60084"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52918}, - {"Proto": "peerapi6", "Port": 52918} - ]}, - "Created": "2026-04-09T01:33:52.837895945Z", + "Created": "2026-04-09T08:39:54.751875206Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 1889318049650778, - "StableID": "nyn9PXBgkF11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "DiscoKey": "discokey:fe1e548a2f70436f42bbbe2a0f8b14c2c17caa46b57b065c0140d341c4732922", - "Addresses": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "AllowedIPs": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "Endpoints": ["77.164.248.136:53895", "10.65.0.27:53895", "172.17.0.1:53895"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40773}, - {"Proto": "peerapi6", "Port": 40773} - ]}, - "Created": "2026-04-09T01:33:49.585392117Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2802932117920226, - "StableID": "no965tGTtN11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "DiscoKey": "discokey:c6e2c27411f9e5719b8d849fa9085977c4e9d61759ec917afcf7c8c807e4f769", - "Addresses": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "AllowedIPs": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "Endpoints": ["77.164.248.136:48221", "10.65.0.27:48221", "172.17.0.1:48221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58528}, - {"Proto": "peerapi6", "Port": 58528} - ]}, - "Created": "2026-04-09T01:33:46.918135954Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4305847777188184, - "StableID": "ndFTPYK8da11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "DiscoKey": "discokey:3d83fa5ce187ad5d67270a0bd96b48760ba38dad82398e850785d27f48f3e346", - "Addresses": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "AllowedIPs": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "Endpoints": ["77.164.248.136:43673", "10.65.0.27:43673", "172.17.0.1:43673"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 58375}, - {"Proto": "peerapi6", "Port": 58375} - ]}, - "Created": "2026-04-09T01:33:50.666891415Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5922486805273339, - "StableID": "nz2yNmgJFo11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "DiscoKey": "discokey:a7599a97decdf5b58d5fbd7bad419718615a5f945ba68ac7417cd0f8006f653c", - "Addresses": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "AllowedIPs": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "Endpoints": ["77.164.248.136:52983", "10.65.0.27:52983", "172.17.0.1:52983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36602}, - {"Proto": "peerapi6", "Port": 36602} - ]}, - "Created": "2026-04-09T01:33:49.069476483Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6378058398781207, - "StableID": "nNxn4Bndor11CNTRL", + "ID": 1587717342691589, + "StableID": "nSf5hFe5QD11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "DiscoKey": "discokey:83da586bee351a23028f192cf1a785b7f07ada25a572dbf5f2c588fc9cb5461d", - "Addresses": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "AllowedIPs": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "Endpoints": ["77.164.248.136:45635", "10.65.0.27:45635", "172.17.0.1:45635"], + "Key": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "DiscoKey": "discokey:8b8e5dc03f2c3e6022cf818ff9ec6d2cca817f9cba9a816094a3d94773cdc83a", + "Addresses": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "AllowedIPs": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "Endpoints": ["77.164.248.136:48878", "10.65.0.27:48878", "172.17.0.1:48878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51062}, - {"Proto": "peerapi6", "Port": 51062} + {"Proto": "peerapi4", "Port": 45091}, + {"Proto": "peerapi6", "Port": 45091} ]}, - "Created": "2026-04-09T01:33:47.464892599Z", + "Created": "2026-04-09T08:39:49.447512906Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6585667739413633, - "StableID": "ncACaoKfRt11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "DiscoKey": "discokey:d283d62fb845388604c4a231029ad4f0819c0998f030b2f87a80d164e3a89326", - "Addresses": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "AllowedIPs": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "Endpoints": ["77.164.248.136:39192", "10.65.0.27:39192", "172.17.0.1:39192"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58453}, - {"Proto": "peerapi6", "Port": 58453} - ]}, - "Created": "2026-04-09T01:33:51.200732865Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7059622614997870, - "StableID": "njTqwGKK8x11CNTRL", + "ID": 1739298600107964, + "StableID": "nBruLeRjaE11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "DiscoKey": "discokey:09bccc7e651a4625b51263808b7d6c39c835e466466cea5a2375765780016b6e", - "Addresses": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "AllowedIPs": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "Endpoints": ["77.164.248.136:37904", "10.65.0.27:37904", "172.17.0.1:37904"], + "Key": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "DiscoKey": "discokey:322f8afa84e4244d5438e48a5dcaccd127e274d14bdb4fc1f3c99999f7dad176", + "Addresses": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "AllowedIPs": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "Endpoints": ["77.164.248.136:36297", "10.65.0.27:36297", "172.17.0.1:36297"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33252}, - {"Proto": "peerapi6", "Port": 33252} + {"Proto": "peerapi4", "Port": 38310}, + {"Proto": "peerapi6", "Port": 38310} ]}, - "Created": "2026-04-09T01:33:52.283224539Z", + "Created": "2026-04-09T08:39:53.671899569Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7190553854156780, - "StableID": "nyXRC6fc9y11CNTRL", + "ID": 3600720279887429, + "StableID": "nAqg3Lpm7V11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "DiscoKey": "discokey:94be4e0d61641e8fd2e31c1b3bba1351c8bb93a412a15a73031957606a7eb87e", + "Addresses": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "AllowedIPs": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "Endpoints": ["77.164.248.136:47112", "10.65.0.27:47112", "172.17.0.1:47112"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37449}, + {"Proto": "peerapi6", "Port": 37449} + ]}, + "Created": "2026-04-09T08:39:50.461071449Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4052452692705357, + "StableID": "nLgxUW4NeY11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "DiscoKey": "discokey:223976785ecb70f551d52f6eea81811c4528c412a07f2f6575013b139f39a42a", + "Addresses": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "AllowedIPs": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "Endpoints": ["77.164.248.136:43801", "10.65.0.27:43801", "172.17.0.1:43801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48446}, + {"Proto": "peerapi6", "Port": 48446} + ]}, + "Created": "2026-04-09T08:39:48.852329788Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4264447278798810, + "StableID": "n7ob7LoNJa11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "DiscoKey": "discokey:5d5bfd59440105c9d69c320005cfdab6f5f9a55fd1dcf9ee4703532c58b3c472", + "Addresses": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "AllowedIPs": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "Endpoints": ["77.164.248.136:55415", "10.65.0.27:55415", "172.17.0.1:55415"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 41234}, + {"Proto": "peerapi6", "Port": 41234} + ]}, + "Created": "2026-04-09T08:39:52.61157031Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5733167213835562, + "StableID": "nm6vNhaZmm11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:f22849af807167bb9f69f8e59eb29d4f9b7ed8303deaa6dbd22d2909d268f425", + "Addresses": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "AllowedIPs": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "Endpoints": ["77.164.248.136:34708", "10.65.0.27:34708", "172.17.0.1:34708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48656}, + {"Proto": "peerapi6", "Port": 48656} + ]}, + "Created": "2026-04-09T08:39:54.210218313Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6235889881051821, + "StableID": "nYnEzfFFhq11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "KeyExpiry": "2026-10-06T08:39:55Z", + "DiscoKey": "discokey:8ebff9bac871e14bdfba982e37efaabce0d40b3a9af8c93325e3f8406bb81752", + "Addresses": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "AllowedIPs": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 51295}, + {"Proto": "peerapi6", "Port": 51295} + ]}, + "Created": "2026-04-09T08:39:55.292989249Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7540265711006763, + "StableID": "nYuNTfzzs121CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "DiscoKey": "discokey:b78445a8b67c58695aba06ca1d23c6a396596e78e2e15030fe38b0a463605f06", - "Addresses": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], - "AllowedIPs": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], + "Key": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "DiscoKey": "discokey:c9656b0452f20ec536bbc0ed31330005ee0188767823c8f610061651fe7f7109", + "Addresses": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "AllowedIPs": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "Endpoints": ["77.164.248.136:39867", "10.65.0.27:39867", "172.17.0.1:39867"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 40065}, - {"Proto": "peerapi6", "Port": 40065} + {"Proto": "peerapi4", "Port": 59161}, + {"Proto": "peerapi6", "Port": 59161} ]}, - "Created": "2026-04-09T01:33:50.12415949Z", + "Created": "2026-04-09T08:39:51.556600946Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7818531592161937, + "StableID": "nEdkVtZ24421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "DiscoKey": "discokey:ee0376c07971abe785417b80cadbe3458f900da10b491c7bd8fa1922d35c7f1c", + "Addresses": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "AllowedIPs": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "Endpoints": ["77.164.248.136:34246", "10.65.0.27:34246", "172.17.0.1:34246"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62368}, + {"Proto": "peerapi6", "Port": 62368} + ]}, + "Created": "2026-04-09T08:39:53.146532022Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7830506732746195, + "StableID": "n8hQfk8T9421CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "DiscoKey": "discokey:564e47dff4250839ed22ae1da615f193cf8f9b4fb4cd25eab680deaffdda551e", + "Addresses": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "AllowedIPs": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "Endpoints": ["77.164.248.136:47323", "10.65.0.27:47323", "172.17.0.1:47323"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 51624}, + {"Proto": "peerapi6", "Port": 51624} + ]}, + "Created": "2026-04-09T08:39:51.004171858Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8313915435350802, + "StableID": "nqkeMiTPv721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "DiscoKey": "discokey:09430bea84a558c33fc6f9d289b4e3066e806fff353d5e949fd15b4b6ae99246", + "Addresses": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "AllowedIPs": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "Endpoints": ["77.164.248.136:57564", "10.65.0.27:57564", "172.17.0.1:57564"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56969}, + {"Proto": "peerapi6", "Port": 56969} + ]}, + "Created": "2026-04-09T08:39:52.087834985Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8978476178035075, + "StableID": "nrCLWyLN7D21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "DiscoKey": "discokey:c4f9afe5284c32acebc530eb6cbf4552039490b5fb14282252bc877dcff1304b", + "Addresses": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "AllowedIPs": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "Endpoints": ["77.164.248.136:41836", "10.65.0.27:41836", "172.17.0.1:41836"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44226}, + {"Proto": "peerapi6", "Port": 44226} + ]}, + "Created": "2026-04-09T08:39:47.771662753Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10012,27 +10032,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6485985289797870": { - "ID": 6485985289797870, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2238523100315494": { + "ID": 2238523100315494, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10063,26 +10085,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1303038756589088, - "StableID": "nZPessc9BB11CNTRL", + "ID": 8978476178035075, + "StableID": "nrCLWyLN7D21CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 1303038756589088, - "Key": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "DiscoKey": "discokey:85b92540de88b73922534d1ec54b07c183ae74264c563757c8dbb8935437f06b", - "Addresses": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "AllowedIPs": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "Endpoints": ["77.164.248.136:48478", "10.65.0.27:48478", "172.17.0.1:48478"], + "User": 8978476178035075, + "Key": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "DiscoKey": "discokey:c4f9afe5284c32acebc530eb6cbf4552039490b5fb14282252bc877dcff1304b", + "Addresses": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "AllowedIPs": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "Endpoints": ["77.164.248.136:41836", "10.65.0.27:41836", "172.17.0.1:41836"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 58274}, - {"Proto": "peerapi6", "Port": 58274}, + {"Proto": "peerapi4", "Port": 44226}, + {"Proto": "peerapi6", "Port": 44226}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:45.821931299Z", + "Created": "2026-04-09T08:39:47.771662753Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10110,299 +10132,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "MachineKey": "mkey:acc237da986bf0894b76b92cfbd7a3188b574eaa94fc237baee27fb179f7c403", + "NodeKey": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "MachineKey": "mkey:582dd8b4bf2c21c3b26cc8fff5dd6be007e01d102acb4da969b17c8fbd319301", "Peers": [{ - "ID": 649196675226108, - "StableID": "n5Dy7AJ25611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:9bc8cef9401af7e41120863cefc4cb7d7538c94a612cca73f77612f56759835d", - "Addresses": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "AllowedIPs": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "Endpoints": ["77.164.248.136:55105", "10.65.0.27:55105", "172.17.0.1:55105"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36703}, - {"Proto": "peerapi6", "Port": 36703} - ]}, - "Created": "2026-04-09T01:33:53.372080362Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 826176859247593, - "StableID": "n8ndwNGBT711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "DiscoKey": "discokey:2dbcbc79a7e01dee3ce73c958ba381e8689d28495634051a18a353e969accf48", - "Addresses": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "AllowedIPs": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "Endpoints": ["77.164.248.136:35437", "10.65.0.27:35437", "172.17.0.1:35437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:33:51.75364543Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 958557448556630, - "StableID": "nDtaJNg8V811CNTRL", + "ID": 47315980608257, + "StableID": "ntpTBpuRN111CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "DiscoKey": "discokey:20b2e38cd46e63c50a2ca9b071187ea349e1ad64b3a9c6d5548eca66772d416c", - "Addresses": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "AllowedIPs": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "Endpoints": ["77.164.248.136:44469", "10.65.0.27:44469", "172.17.0.1:44469"], + "Key": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "DiscoKey": "discokey:774149015d114da5f3dd5fed2120f9c8f6c8b0445a1ba23b32ae83c963b89263", + "Addresses": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "AllowedIPs": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "Endpoints": ["77.164.248.136:33111", "10.65.0.27:33111", "172.17.0.1:33111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37396}, - {"Proto": "peerapi6", "Port": 37396} + {"Proto": "peerapi4", "Port": 51585}, + {"Proto": "peerapi6", "Port": 51585} ]}, - "Created": "2026-04-09T01:33:47.996243323Z", + "Created": "2026-04-09T08:39:49.933321653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1154771066509819, - "StableID": "nEaYpusz1A11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:14b38513286f855d11f65178be99e80decc16c3e158aff8592d3edc109bd8d29", - "Addresses": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "AllowedIPs": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 65408}, - {"Proto": "peerapi6", "Port": 65408} - ]}, - "Created": "2026-04-09T01:33:53.919963208Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1798023352404324, - "StableID": "nmuPcR2L3F11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "KeyExpiry": "2026-10-06T01:33:52Z", - "DiscoKey": "discokey:9f1ad65391fea4f23aa35c489455a8a4760beadffee1c5519463b9fc3182ef7d", - "Addresses": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "AllowedIPs": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "Endpoints": ["77.164.248.136:60084", "10.65.0.27:60084", "172.17.0.1:60084"], + "ID": 1007458620796410, + "StableID": "nmWWSKEHs811CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:b0d20fde1e96e3e52d32aa9559a5d2db1fd61ebcb1449c313b28ca22d56c8746", + "Addresses": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "AllowedIPs": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "Endpoints": ["77.164.248.136:55737", "10.65.0.27:55737", "172.17.0.1:55737"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52918}, - {"Proto": "peerapi6", "Port": 52918} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53367}, + {"Proto": "peerapi6", "Port": 53367} ]}, - "Created": "2026-04-09T01:33:52.837895945Z", + "Created": "2026-04-09T08:39:54.751875206Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 1889318049650778, - "StableID": "nyn9PXBgkF11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "DiscoKey": "discokey:fe1e548a2f70436f42bbbe2a0f8b14c2c17caa46b57b065c0140d341c4732922", - "Addresses": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "AllowedIPs": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "Endpoints": ["77.164.248.136:53895", "10.65.0.27:53895", "172.17.0.1:53895"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40773}, - {"Proto": "peerapi6", "Port": 40773} - ]}, - "Created": "2026-04-09T01:33:49.585392117Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2802932117920226, - "StableID": "no965tGTtN11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "DiscoKey": "discokey:c6e2c27411f9e5719b8d849fa9085977c4e9d61759ec917afcf7c8c807e4f769", - "Addresses": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "AllowedIPs": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "Endpoints": ["77.164.248.136:48221", "10.65.0.27:48221", "172.17.0.1:48221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58528}, - {"Proto": "peerapi6", "Port": 58528} - ]}, - "Created": "2026-04-09T01:33:46.918135954Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4305847777188184, - "StableID": "ndFTPYK8da11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "DiscoKey": "discokey:3d83fa5ce187ad5d67270a0bd96b48760ba38dad82398e850785d27f48f3e346", - "Addresses": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "AllowedIPs": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "Endpoints": ["77.164.248.136:43673", "10.65.0.27:43673", "172.17.0.1:43673"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 58375}, - {"Proto": "peerapi6", "Port": 58375} - ]}, - "Created": "2026-04-09T01:33:50.666891415Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5922486805273339, - "StableID": "nz2yNmgJFo11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "DiscoKey": "discokey:a7599a97decdf5b58d5fbd7bad419718615a5f945ba68ac7417cd0f8006f653c", - "Addresses": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "AllowedIPs": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "Endpoints": ["77.164.248.136:52983", "10.65.0.27:52983", "172.17.0.1:52983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36602}, - {"Proto": "peerapi6", "Port": 36602} - ]}, - "Created": "2026-04-09T01:33:49.069476483Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6378058398781207, - "StableID": "nNxn4Bndor11CNTRL", + "ID": 1587717342691589, + "StableID": "nSf5hFe5QD11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "DiscoKey": "discokey:83da586bee351a23028f192cf1a785b7f07ada25a572dbf5f2c588fc9cb5461d", - "Addresses": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "AllowedIPs": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "Endpoints": ["77.164.248.136:45635", "10.65.0.27:45635", "172.17.0.1:45635"], + "Key": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "DiscoKey": "discokey:8b8e5dc03f2c3e6022cf818ff9ec6d2cca817f9cba9a816094a3d94773cdc83a", + "Addresses": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "AllowedIPs": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "Endpoints": ["77.164.248.136:48878", "10.65.0.27:48878", "172.17.0.1:48878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51062}, - {"Proto": "peerapi6", "Port": 51062} + {"Proto": "peerapi4", "Port": 45091}, + {"Proto": "peerapi6", "Port": 45091} ]}, - "Created": "2026-04-09T01:33:47.464892599Z", + "Created": "2026-04-09T08:39:49.447512906Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6485985289797870, - "StableID": "nun5rSqWes11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "DiscoKey": "discokey:0bb7ca51976a50c8948076d4f603e713cbd16544a878ab7db85700be646e1d17", - "Addresses": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "AllowedIPs": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "Endpoints": ["77.164.248.136:39851", "10.65.0.27:39851", "172.17.0.1:39851"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44299}, - {"Proto": "peerapi6", "Port": 44299} - ]}, - "Created": "2026-04-09T01:33:46.360191675Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6585667739413633, - "StableID": "ncACaoKfRt11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "DiscoKey": "discokey:d283d62fb845388604c4a231029ad4f0819c0998f030b2f87a80d164e3a89326", - "Addresses": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "AllowedIPs": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "Endpoints": ["77.164.248.136:39192", "10.65.0.27:39192", "172.17.0.1:39192"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58453}, - {"Proto": "peerapi6", "Port": 58453} - ]}, - "Created": "2026-04-09T01:33:51.200732865Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7059622614997870, - "StableID": "njTqwGKK8x11CNTRL", + "ID": 1739298600107964, + "StableID": "nBruLeRjaE11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "DiscoKey": "discokey:09bccc7e651a4625b51263808b7d6c39c835e466466cea5a2375765780016b6e", - "Addresses": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "AllowedIPs": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "Endpoints": ["77.164.248.136:37904", "10.65.0.27:37904", "172.17.0.1:37904"], + "Key": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "DiscoKey": "discokey:322f8afa84e4244d5438e48a5dcaccd127e274d14bdb4fc1f3c99999f7dad176", + "Addresses": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "AllowedIPs": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "Endpoints": ["77.164.248.136:36297", "10.65.0.27:36297", "172.17.0.1:36297"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33252}, - {"Proto": "peerapi6", "Port": 33252} + {"Proto": "peerapi4", "Port": 38310}, + {"Proto": "peerapi6", "Port": 38310} ]}, - "Created": "2026-04-09T01:33:52.283224539Z", + "Created": "2026-04-09T08:39:53.671899569Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7190553854156780, - "StableID": "nyXRC6fc9y11CNTRL", + "ID": 2238523100315494, + "StableID": "nX9wuwCqUJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "DiscoKey": "discokey:c13e29e32c91b03c1a7c9dddba04c77826ee441c3a0ce47d85b41e8fad86064d", + "Addresses": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "AllowedIPs": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "Endpoints": ["77.164.248.136:49884", "10.65.0.27:49884", "172.17.0.1:49884"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39090}, + {"Proto": "peerapi6", "Port": 39090} + ]}, + "Created": "2026-04-09T08:39:48.303936328Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3600720279887429, + "StableID": "nAqg3Lpm7V11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "DiscoKey": "discokey:94be4e0d61641e8fd2e31c1b3bba1351c8bb93a412a15a73031957606a7eb87e", + "Addresses": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "AllowedIPs": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "Endpoints": ["77.164.248.136:47112", "10.65.0.27:47112", "172.17.0.1:47112"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37449}, + {"Proto": "peerapi6", "Port": 37449} + ]}, + "Created": "2026-04-09T08:39:50.461071449Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4052452692705357, + "StableID": "nLgxUW4NeY11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "DiscoKey": "discokey:223976785ecb70f551d52f6eea81811c4528c412a07f2f6575013b139f39a42a", + "Addresses": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "AllowedIPs": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "Endpoints": ["77.164.248.136:43801", "10.65.0.27:43801", "172.17.0.1:43801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48446}, + {"Proto": "peerapi6", "Port": 48446} + ]}, + "Created": "2026-04-09T08:39:48.852329788Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4264447278798810, + "StableID": "n7ob7LoNJa11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "DiscoKey": "discokey:5d5bfd59440105c9d69c320005cfdab6f5f9a55fd1dcf9ee4703532c58b3c472", + "Addresses": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "AllowedIPs": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "Endpoints": ["77.164.248.136:55415", "10.65.0.27:55415", "172.17.0.1:55415"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 41234}, + {"Proto": "peerapi6", "Port": 41234} + ]}, + "Created": "2026-04-09T08:39:52.61157031Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5733167213835562, + "StableID": "nm6vNhaZmm11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:f22849af807167bb9f69f8e59eb29d4f9b7ed8303deaa6dbd22d2909d268f425", + "Addresses": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "AllowedIPs": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "Endpoints": ["77.164.248.136:34708", "10.65.0.27:34708", "172.17.0.1:34708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48656}, + {"Proto": "peerapi6", "Port": 48656} + ]}, + "Created": "2026-04-09T08:39:54.210218313Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6235889881051821, + "StableID": "nYnEzfFFhq11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "KeyExpiry": "2026-10-06T08:39:55Z", + "DiscoKey": "discokey:8ebff9bac871e14bdfba982e37efaabce0d40b3a9af8c93325e3f8406bb81752", + "Addresses": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "AllowedIPs": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 51295}, + {"Proto": "peerapi6", "Port": 51295} + ]}, + "Created": "2026-04-09T08:39:55.292989249Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7540265711006763, + "StableID": "nYuNTfzzs121CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "DiscoKey": "discokey:b78445a8b67c58695aba06ca1d23c6a396596e78e2e15030fe38b0a463605f06", - "Addresses": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], - "AllowedIPs": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], + "Key": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "DiscoKey": "discokey:c9656b0452f20ec536bbc0ed31330005ee0188767823c8f610061651fe7f7109", + "Addresses": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "AllowedIPs": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "Endpoints": ["77.164.248.136:39867", "10.65.0.27:39867", "172.17.0.1:39867"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 40065}, - {"Proto": "peerapi6", "Port": 40065} + {"Proto": "peerapi4", "Port": 59161}, + {"Proto": "peerapi6", "Port": 59161} ]}, - "Created": "2026-04-09T01:33:50.12415949Z", + "Created": "2026-04-09T08:39:51.556600946Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7818531592161937, + "StableID": "nEdkVtZ24421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "DiscoKey": "discokey:ee0376c07971abe785417b80cadbe3458f900da10b491c7bd8fa1922d35c7f1c", + "Addresses": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "AllowedIPs": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "Endpoints": ["77.164.248.136:34246", "10.65.0.27:34246", "172.17.0.1:34246"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62368}, + {"Proto": "peerapi6", "Port": 62368} + ]}, + "Created": "2026-04-09T08:39:53.146532022Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7830506732746195, + "StableID": "n8hQfk8T9421CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "DiscoKey": "discokey:564e47dff4250839ed22ae1da615f193cf8f9b4fb4cd25eab680deaffdda551e", + "Addresses": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "AllowedIPs": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "Endpoints": ["77.164.248.136:47323", "10.65.0.27:47323", "172.17.0.1:47323"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 51624}, + {"Proto": "peerapi6", "Port": 51624} + ]}, + "Created": "2026-04-09T08:39:51.004171858Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8313915435350802, + "StableID": "nqkeMiTPv721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "DiscoKey": "discokey:09430bea84a558c33fc6f9d289b4e3066e806fff353d5e949fd15b4b6ae99246", + "Addresses": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "AllowedIPs": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "Endpoints": ["77.164.248.136:57564", "10.65.0.27:57564", "172.17.0.1:57564"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56969}, + {"Proto": "peerapi6", "Port": 56969} + ]}, + "Created": "2026-04-09T08:39:52.087834985Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11250,27 +11273,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1303038756589088": { - "ID": 1303038756589088, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8978476178035075": { + "ID": 8978476178035075, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11301,21 +11326,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 958557448556630, - "StableID": "nDtaJNg8V811CNTRL", + "ID": 47315980608257, + "StableID": "ntpTBpuRN111CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 958557448556630, - "Key": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "DiscoKey": "discokey:20b2e38cd46e63c50a2ca9b071187ea349e1ad64b3a9c6d5548eca66772d416c", - "Addresses": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "AllowedIPs": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "Endpoints": ["77.164.248.136:44469", "10.65.0.27:44469", "172.17.0.1:44469"], + "User": 47315980608257, + "Key": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "DiscoKey": "discokey:774149015d114da5f3dd5fed2120f9c8f6c8b0445a1ba23b32ae83c963b89263", + "Addresses": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "AllowedIPs": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "Endpoints": ["77.164.248.136:33111", "10.65.0.27:33111", "172.17.0.1:33111"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 37396}, - {"Proto": "peerapi6", "Port": 37396}, + {"Proto": "peerapi4", "Port": 51585}, + {"Proto": "peerapi6", "Port": 51585}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:47.996243323Z", + "Created": "2026-04-09T08:39:49.933321653Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11343,299 +11368,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "MachineKey": "mkey:fd83ebeb3be7f2a459fc4ad42e2ce589b3a1fa7a1e381d9dbf49a172a4fc7c4a", + "NodeKey": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "MachineKey": "mkey:ee65a3b2d4614a9d12b0e279201bfd64f39bf86d6a78b706a9236b617b0ad846", "Peers": [{ - "ID": 649196675226108, - "StableID": "n5Dy7AJ25611CNTRL", + "ID": 1007458620796410, + "StableID": "nmWWSKEHs811CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:9bc8cef9401af7e41120863cefc4cb7d7538c94a612cca73f77612f56759835d", - "Addresses": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "AllowedIPs": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "Endpoints": ["77.164.248.136:55105", "10.65.0.27:55105", "172.17.0.1:55105"], + "Key": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:b0d20fde1e96e3e52d32aa9559a5d2db1fd61ebcb1449c313b28ca22d56c8746", + "Addresses": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "AllowedIPs": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "Endpoints": ["77.164.248.136:55737", "10.65.0.27:55737", "172.17.0.1:55737"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36703}, - {"Proto": "peerapi6", "Port": 36703} + {"Proto": "peerapi4", "Port": 53367}, + {"Proto": "peerapi6", "Port": 53367} ]}, - "Created": "2026-04-09T01:33:53.372080362Z", + "Created": "2026-04-09T08:39:54.751875206Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 826176859247593, - "StableID": "n8ndwNGBT711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "DiscoKey": "discokey:2dbcbc79a7e01dee3ce73c958ba381e8689d28495634051a18a353e969accf48", - "Addresses": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "AllowedIPs": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "Endpoints": ["77.164.248.136:35437", "10.65.0.27:35437", "172.17.0.1:35437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:33:51.75364543Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1154771066509819, - "StableID": "nEaYpusz1A11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:14b38513286f855d11f65178be99e80decc16c3e158aff8592d3edc109bd8d29", - "Addresses": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "AllowedIPs": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 65408}, - {"Proto": "peerapi6", "Port": 65408} - ]}, - "Created": "2026-04-09T01:33:53.919963208Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1303038756589088, - "StableID": "nZPessc9BB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "DiscoKey": "discokey:85b92540de88b73922534d1ec54b07c183ae74264c563757c8dbb8935437f06b", - "Addresses": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "AllowedIPs": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "Endpoints": ["77.164.248.136:48478", "10.65.0.27:48478", "172.17.0.1:48478"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58274}, - {"Proto": "peerapi6", "Port": 58274} - ]}, - "Created": "2026-04-09T01:33:45.821931299Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1798023352404324, - "StableID": "nmuPcR2L3F11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "KeyExpiry": "2026-10-06T01:33:52Z", - "DiscoKey": "discokey:9f1ad65391fea4f23aa35c489455a8a4760beadffee1c5519463b9fc3182ef7d", - "Addresses": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "AllowedIPs": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "Endpoints": ["77.164.248.136:60084", "10.65.0.27:60084", "172.17.0.1:60084"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52918}, - {"Proto": "peerapi6", "Port": 52918} - ]}, - "Created": "2026-04-09T01:33:52.837895945Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1889318049650778, - "StableID": "nyn9PXBgkF11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "DiscoKey": "discokey:fe1e548a2f70436f42bbbe2a0f8b14c2c17caa46b57b065c0140d341c4732922", - "Addresses": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "AllowedIPs": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "Endpoints": ["77.164.248.136:53895", "10.65.0.27:53895", "172.17.0.1:53895"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40773}, - {"Proto": "peerapi6", "Port": 40773} - ]}, - "Created": "2026-04-09T01:33:49.585392117Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2802932117920226, - "StableID": "no965tGTtN11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "DiscoKey": "discokey:c6e2c27411f9e5719b8d849fa9085977c4e9d61759ec917afcf7c8c807e4f769", - "Addresses": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "AllowedIPs": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "Endpoints": ["77.164.248.136:48221", "10.65.0.27:48221", "172.17.0.1:48221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58528}, - {"Proto": "peerapi6", "Port": 58528} - ]}, - "Created": "2026-04-09T01:33:46.918135954Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4305847777188184, - "StableID": "ndFTPYK8da11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "DiscoKey": "discokey:3d83fa5ce187ad5d67270a0bd96b48760ba38dad82398e850785d27f48f3e346", - "Addresses": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "AllowedIPs": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "Endpoints": ["77.164.248.136:43673", "10.65.0.27:43673", "172.17.0.1:43673"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 58375}, - {"Proto": "peerapi6", "Port": 58375} - ]}, - "Created": "2026-04-09T01:33:50.666891415Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5922486805273339, - "StableID": "nz2yNmgJFo11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "DiscoKey": "discokey:a7599a97decdf5b58d5fbd7bad419718615a5f945ba68ac7417cd0f8006f653c", - "Addresses": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "AllowedIPs": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "Endpoints": ["77.164.248.136:52983", "10.65.0.27:52983", "172.17.0.1:52983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36602}, - {"Proto": "peerapi6", "Port": 36602} - ]}, - "Created": "2026-04-09T01:33:49.069476483Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6378058398781207, - "StableID": "nNxn4Bndor11CNTRL", + "ID": 1587717342691589, + "StableID": "nSf5hFe5QD11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "DiscoKey": "discokey:83da586bee351a23028f192cf1a785b7f07ada25a572dbf5f2c588fc9cb5461d", - "Addresses": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "AllowedIPs": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "Endpoints": ["77.164.248.136:45635", "10.65.0.27:45635", "172.17.0.1:45635"], + "Key": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "DiscoKey": "discokey:8b8e5dc03f2c3e6022cf818ff9ec6d2cca817f9cba9a816094a3d94773cdc83a", + "Addresses": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "AllowedIPs": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "Endpoints": ["77.164.248.136:48878", "10.65.0.27:48878", "172.17.0.1:48878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51062}, - {"Proto": "peerapi6", "Port": 51062} + {"Proto": "peerapi4", "Port": 45091}, + {"Proto": "peerapi6", "Port": 45091} ]}, - "Created": "2026-04-09T01:33:47.464892599Z", + "Created": "2026-04-09T08:39:49.447512906Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6485985289797870, - "StableID": "nun5rSqWes11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "DiscoKey": "discokey:0bb7ca51976a50c8948076d4f603e713cbd16544a878ab7db85700be646e1d17", - "Addresses": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "AllowedIPs": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "Endpoints": ["77.164.248.136:39851", "10.65.0.27:39851", "172.17.0.1:39851"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44299}, - {"Proto": "peerapi6", "Port": 44299} - ]}, - "Created": "2026-04-09T01:33:46.360191675Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6585667739413633, - "StableID": "ncACaoKfRt11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "DiscoKey": "discokey:d283d62fb845388604c4a231029ad4f0819c0998f030b2f87a80d164e3a89326", - "Addresses": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "AllowedIPs": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "Endpoints": ["77.164.248.136:39192", "10.65.0.27:39192", "172.17.0.1:39192"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58453}, - {"Proto": "peerapi6", "Port": 58453} - ]}, - "Created": "2026-04-09T01:33:51.200732865Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7059622614997870, - "StableID": "njTqwGKK8x11CNTRL", + "ID": 1739298600107964, + "StableID": "nBruLeRjaE11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "DiscoKey": "discokey:09bccc7e651a4625b51263808b7d6c39c835e466466cea5a2375765780016b6e", - "Addresses": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "AllowedIPs": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "Endpoints": ["77.164.248.136:37904", "10.65.0.27:37904", "172.17.0.1:37904"], + "Key": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "DiscoKey": "discokey:322f8afa84e4244d5438e48a5dcaccd127e274d14bdb4fc1f3c99999f7dad176", + "Addresses": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "AllowedIPs": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "Endpoints": ["77.164.248.136:36297", "10.65.0.27:36297", "172.17.0.1:36297"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33252}, - {"Proto": "peerapi6", "Port": 33252} + {"Proto": "peerapi4", "Port": 38310}, + {"Proto": "peerapi6", "Port": 38310} ]}, - "Created": "2026-04-09T01:33:52.283224539Z", + "Created": "2026-04-09T08:39:53.671899569Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7190553854156780, - "StableID": "nyXRC6fc9y11CNTRL", + "ID": 2238523100315494, + "StableID": "nX9wuwCqUJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "DiscoKey": "discokey:c13e29e32c91b03c1a7c9dddba04c77826ee441c3a0ce47d85b41e8fad86064d", + "Addresses": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "AllowedIPs": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "Endpoints": ["77.164.248.136:49884", "10.65.0.27:49884", "172.17.0.1:49884"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39090}, + {"Proto": "peerapi6", "Port": 39090} + ]}, + "Created": "2026-04-09T08:39:48.303936328Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3600720279887429, + "StableID": "nAqg3Lpm7V11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "DiscoKey": "discokey:94be4e0d61641e8fd2e31c1b3bba1351c8bb93a412a15a73031957606a7eb87e", + "Addresses": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "AllowedIPs": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "Endpoints": ["77.164.248.136:47112", "10.65.0.27:47112", "172.17.0.1:47112"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37449}, + {"Proto": "peerapi6", "Port": 37449} + ]}, + "Created": "2026-04-09T08:39:50.461071449Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4052452692705357, + "StableID": "nLgxUW4NeY11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "DiscoKey": "discokey:223976785ecb70f551d52f6eea81811c4528c412a07f2f6575013b139f39a42a", + "Addresses": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "AllowedIPs": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "Endpoints": ["77.164.248.136:43801", "10.65.0.27:43801", "172.17.0.1:43801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48446}, + {"Proto": "peerapi6", "Port": 48446} + ]}, + "Created": "2026-04-09T08:39:48.852329788Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4264447278798810, + "StableID": "n7ob7LoNJa11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "DiscoKey": "discokey:5d5bfd59440105c9d69c320005cfdab6f5f9a55fd1dcf9ee4703532c58b3c472", + "Addresses": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "AllowedIPs": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "Endpoints": ["77.164.248.136:55415", "10.65.0.27:55415", "172.17.0.1:55415"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 41234}, + {"Proto": "peerapi6", "Port": 41234} + ]}, + "Created": "2026-04-09T08:39:52.61157031Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5733167213835562, + "StableID": "nm6vNhaZmm11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:f22849af807167bb9f69f8e59eb29d4f9b7ed8303deaa6dbd22d2909d268f425", + "Addresses": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "AllowedIPs": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "Endpoints": ["77.164.248.136:34708", "10.65.0.27:34708", "172.17.0.1:34708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48656}, + {"Proto": "peerapi6", "Port": 48656} + ]}, + "Created": "2026-04-09T08:39:54.210218313Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6235889881051821, + "StableID": "nYnEzfFFhq11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "KeyExpiry": "2026-10-06T08:39:55Z", + "DiscoKey": "discokey:8ebff9bac871e14bdfba982e37efaabce0d40b3a9af8c93325e3f8406bb81752", + "Addresses": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "AllowedIPs": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 51295}, + {"Proto": "peerapi6", "Port": 51295} + ]}, + "Created": "2026-04-09T08:39:55.292989249Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7540265711006763, + "StableID": "nYuNTfzzs121CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "DiscoKey": "discokey:b78445a8b67c58695aba06ca1d23c6a396596e78e2e15030fe38b0a463605f06", - "Addresses": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], - "AllowedIPs": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], + "Key": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "DiscoKey": "discokey:c9656b0452f20ec536bbc0ed31330005ee0188767823c8f610061651fe7f7109", + "Addresses": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "AllowedIPs": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "Endpoints": ["77.164.248.136:39867", "10.65.0.27:39867", "172.17.0.1:39867"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 40065}, - {"Proto": "peerapi6", "Port": 40065} + {"Proto": "peerapi4", "Port": 59161}, + {"Proto": "peerapi6", "Port": 59161} ]}, - "Created": "2026-04-09T01:33:50.12415949Z", + "Created": "2026-04-09T08:39:51.556600946Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7818531592161937, + "StableID": "nEdkVtZ24421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "DiscoKey": "discokey:ee0376c07971abe785417b80cadbe3458f900da10b491c7bd8fa1922d35c7f1c", + "Addresses": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "AllowedIPs": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "Endpoints": ["77.164.248.136:34246", "10.65.0.27:34246", "172.17.0.1:34246"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62368}, + {"Proto": "peerapi6", "Port": 62368} + ]}, + "Created": "2026-04-09T08:39:53.146532022Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7830506732746195, + "StableID": "n8hQfk8T9421CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "DiscoKey": "discokey:564e47dff4250839ed22ae1da615f193cf8f9b4fb4cd25eab680deaffdda551e", + "Addresses": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "AllowedIPs": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "Endpoints": ["77.164.248.136:47323", "10.65.0.27:47323", "172.17.0.1:47323"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 51624}, + {"Proto": "peerapi6", "Port": 51624} + ]}, + "Created": "2026-04-09T08:39:51.004171858Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8313915435350802, + "StableID": "nqkeMiTPv721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "DiscoKey": "discokey:09430bea84a558c33fc6f9d289b4e3066e806fff353d5e949fd15b4b6ae99246", + "Addresses": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "AllowedIPs": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "Endpoints": ["77.164.248.136:57564", "10.65.0.27:57564", "172.17.0.1:57564"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56969}, + {"Proto": "peerapi6", "Port": 56969} + ]}, + "Created": "2026-04-09T08:39:52.087834985Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8978476178035075, + "StableID": "nrCLWyLN7D21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "DiscoKey": "discokey:c4f9afe5284c32acebc530eb6cbf4552039490b5fb14282252bc877dcff1304b", + "Addresses": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "AllowedIPs": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "Endpoints": ["77.164.248.136:41836", "10.65.0.27:41836", "172.17.0.1:41836"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44226}, + {"Proto": "peerapi6", "Port": 44226} + ]}, + "Created": "2026-04-09T08:39:47.771662753Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12483,27 +12509,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "958557448556630": { - "ID": 958557448556630, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "47315980608257": { + "ID": 47315980608257, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12534,21 +12562,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6378058398781207, - "StableID": "nNxn4Bndor11CNTRL", + "ID": 1587717342691589, + "StableID": "nSf5hFe5QD11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 6378058398781207, - "Key": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "DiscoKey": "discokey:83da586bee351a23028f192cf1a785b7f07ada25a572dbf5f2c588fc9cb5461d", - "Addresses": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "AllowedIPs": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "Endpoints": ["77.164.248.136:45635", "10.65.0.27:45635", "172.17.0.1:45635"], + "User": 1587717342691589, + "Key": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "DiscoKey": "discokey:8b8e5dc03f2c3e6022cf818ff9ec6d2cca817f9cba9a816094a3d94773cdc83a", + "Addresses": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "AllowedIPs": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "Endpoints": ["77.164.248.136:48878", "10.65.0.27:48878", "172.17.0.1:48878"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 51062}, - {"Proto": "peerapi6", "Port": 51062}, + {"Proto": "peerapi4", "Port": 45091}, + {"Proto": "peerapi6", "Port": 45091}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:47.464892599Z", + "Created": "2026-04-09T08:39:49.447512906Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12576,299 +12604,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "MachineKey": "mkey:1e14bd3bbddb404aca6ca5fe4bc3d7e25c08ff4e3df6539c9abf68369bbd9857", + "NodeKey": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "MachineKey": "mkey:9393dca6abb279d5bb81601d7a5dc29eda0aa92bd2702846eebccfe7a79ac45d", "Peers": [{ - "ID": 649196675226108, - "StableID": "n5Dy7AJ25611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:9bc8cef9401af7e41120863cefc4cb7d7538c94a612cca73f77612f56759835d", - "Addresses": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "AllowedIPs": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "Endpoints": ["77.164.248.136:55105", "10.65.0.27:55105", "172.17.0.1:55105"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36703}, - {"Proto": "peerapi6", "Port": 36703} - ]}, - "Created": "2026-04-09T01:33:53.372080362Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 826176859247593, - "StableID": "n8ndwNGBT711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "DiscoKey": "discokey:2dbcbc79a7e01dee3ce73c958ba381e8689d28495634051a18a353e969accf48", - "Addresses": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "AllowedIPs": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "Endpoints": ["77.164.248.136:35437", "10.65.0.27:35437", "172.17.0.1:35437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:33:51.75364543Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 958557448556630, - "StableID": "nDtaJNg8V811CNTRL", + "ID": 47315980608257, + "StableID": "ntpTBpuRN111CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "DiscoKey": "discokey:20b2e38cd46e63c50a2ca9b071187ea349e1ad64b3a9c6d5548eca66772d416c", - "Addresses": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "AllowedIPs": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "Endpoints": ["77.164.248.136:44469", "10.65.0.27:44469", "172.17.0.1:44469"], + "Key": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "DiscoKey": "discokey:774149015d114da5f3dd5fed2120f9c8f6c8b0445a1ba23b32ae83c963b89263", + "Addresses": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "AllowedIPs": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "Endpoints": ["77.164.248.136:33111", "10.65.0.27:33111", "172.17.0.1:33111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37396}, - {"Proto": "peerapi6", "Port": 37396} + {"Proto": "peerapi4", "Port": 51585}, + {"Proto": "peerapi6", "Port": 51585} ]}, - "Created": "2026-04-09T01:33:47.996243323Z", + "Created": "2026-04-09T08:39:49.933321653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1154771066509819, - "StableID": "nEaYpusz1A11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:14b38513286f855d11f65178be99e80decc16c3e158aff8592d3edc109bd8d29", - "Addresses": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "AllowedIPs": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 65408}, - {"Proto": "peerapi6", "Port": 65408} - ]}, - "Created": "2026-04-09T01:33:53.919963208Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1303038756589088, - "StableID": "nZPessc9BB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "DiscoKey": "discokey:85b92540de88b73922534d1ec54b07c183ae74264c563757c8dbb8935437f06b", - "Addresses": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "AllowedIPs": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "Endpoints": ["77.164.248.136:48478", "10.65.0.27:48478", "172.17.0.1:48478"], + "ID": 1007458620796410, + "StableID": "nmWWSKEHs811CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:b0d20fde1e96e3e52d32aa9559a5d2db1fd61ebcb1449c313b28ca22d56c8746", + "Addresses": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "AllowedIPs": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "Endpoints": ["77.164.248.136:55737", "10.65.0.27:55737", "172.17.0.1:55737"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58274}, - {"Proto": "peerapi6", "Port": 58274} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53367}, + {"Proto": "peerapi6", "Port": 53367} ]}, - "Created": "2026-04-09T01:33:45.821931299Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1798023352404324, - "StableID": "nmuPcR2L3F11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "KeyExpiry": "2026-10-06T01:33:52Z", - "DiscoKey": "discokey:9f1ad65391fea4f23aa35c489455a8a4760beadffee1c5519463b9fc3182ef7d", - "Addresses": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "AllowedIPs": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "Endpoints": ["77.164.248.136:60084", "10.65.0.27:60084", "172.17.0.1:60084"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52918}, - {"Proto": "peerapi6", "Port": 52918} - ]}, - "Created": "2026-04-09T01:33:52.837895945Z", + "Created": "2026-04-09T08:39:54.751875206Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 1889318049650778, - "StableID": "nyn9PXBgkF11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "DiscoKey": "discokey:fe1e548a2f70436f42bbbe2a0f8b14c2c17caa46b57b065c0140d341c4732922", - "Addresses": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "AllowedIPs": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "Endpoints": ["77.164.248.136:53895", "10.65.0.27:53895", "172.17.0.1:53895"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40773}, - {"Proto": "peerapi6", "Port": 40773} - ]}, - "Created": "2026-04-09T01:33:49.585392117Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2802932117920226, - "StableID": "no965tGTtN11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "DiscoKey": "discokey:c6e2c27411f9e5719b8d849fa9085977c4e9d61759ec917afcf7c8c807e4f769", - "Addresses": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "AllowedIPs": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "Endpoints": ["77.164.248.136:48221", "10.65.0.27:48221", "172.17.0.1:48221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58528}, - {"Proto": "peerapi6", "Port": 58528} - ]}, - "Created": "2026-04-09T01:33:46.918135954Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4305847777188184, - "StableID": "ndFTPYK8da11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "DiscoKey": "discokey:3d83fa5ce187ad5d67270a0bd96b48760ba38dad82398e850785d27f48f3e346", - "Addresses": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "AllowedIPs": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "Endpoints": ["77.164.248.136:43673", "10.65.0.27:43673", "172.17.0.1:43673"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 58375}, - {"Proto": "peerapi6", "Port": 58375} - ]}, - "Created": "2026-04-09T01:33:50.666891415Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5922486805273339, - "StableID": "nz2yNmgJFo11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "DiscoKey": "discokey:a7599a97decdf5b58d5fbd7bad419718615a5f945ba68ac7417cd0f8006f653c", - "Addresses": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "AllowedIPs": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "Endpoints": ["77.164.248.136:52983", "10.65.0.27:52983", "172.17.0.1:52983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36602}, - {"Proto": "peerapi6", "Port": 36602} - ]}, - "Created": "2026-04-09T01:33:49.069476483Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6485985289797870, - "StableID": "nun5rSqWes11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "DiscoKey": "discokey:0bb7ca51976a50c8948076d4f603e713cbd16544a878ab7db85700be646e1d17", - "Addresses": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "AllowedIPs": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "Endpoints": ["77.164.248.136:39851", "10.65.0.27:39851", "172.17.0.1:39851"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44299}, - {"Proto": "peerapi6", "Port": 44299} - ]}, - "Created": "2026-04-09T01:33:46.360191675Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6585667739413633, - "StableID": "ncACaoKfRt11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "DiscoKey": "discokey:d283d62fb845388604c4a231029ad4f0819c0998f030b2f87a80d164e3a89326", - "Addresses": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "AllowedIPs": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "Endpoints": ["77.164.248.136:39192", "10.65.0.27:39192", "172.17.0.1:39192"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58453}, - {"Proto": "peerapi6", "Port": 58453} - ]}, - "Created": "2026-04-09T01:33:51.200732865Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7059622614997870, - "StableID": "njTqwGKK8x11CNTRL", + "ID": 1739298600107964, + "StableID": "nBruLeRjaE11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "DiscoKey": "discokey:09bccc7e651a4625b51263808b7d6c39c835e466466cea5a2375765780016b6e", - "Addresses": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "AllowedIPs": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "Endpoints": ["77.164.248.136:37904", "10.65.0.27:37904", "172.17.0.1:37904"], + "Key": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "DiscoKey": "discokey:322f8afa84e4244d5438e48a5dcaccd127e274d14bdb4fc1f3c99999f7dad176", + "Addresses": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "AllowedIPs": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "Endpoints": ["77.164.248.136:36297", "10.65.0.27:36297", "172.17.0.1:36297"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33252}, - {"Proto": "peerapi6", "Port": 33252} + {"Proto": "peerapi4", "Port": 38310}, + {"Proto": "peerapi6", "Port": 38310} ]}, - "Created": "2026-04-09T01:33:52.283224539Z", + "Created": "2026-04-09T08:39:53.671899569Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7190553854156780, - "StableID": "nyXRC6fc9y11CNTRL", + "ID": 2238523100315494, + "StableID": "nX9wuwCqUJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "DiscoKey": "discokey:c13e29e32c91b03c1a7c9dddba04c77826ee441c3a0ce47d85b41e8fad86064d", + "Addresses": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "AllowedIPs": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "Endpoints": ["77.164.248.136:49884", "10.65.0.27:49884", "172.17.0.1:49884"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39090}, + {"Proto": "peerapi6", "Port": 39090} + ]}, + "Created": "2026-04-09T08:39:48.303936328Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3600720279887429, + "StableID": "nAqg3Lpm7V11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "DiscoKey": "discokey:94be4e0d61641e8fd2e31c1b3bba1351c8bb93a412a15a73031957606a7eb87e", + "Addresses": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "AllowedIPs": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "Endpoints": ["77.164.248.136:47112", "10.65.0.27:47112", "172.17.0.1:47112"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37449}, + {"Proto": "peerapi6", "Port": 37449} + ]}, + "Created": "2026-04-09T08:39:50.461071449Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4052452692705357, + "StableID": "nLgxUW4NeY11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "DiscoKey": "discokey:223976785ecb70f551d52f6eea81811c4528c412a07f2f6575013b139f39a42a", + "Addresses": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "AllowedIPs": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "Endpoints": ["77.164.248.136:43801", "10.65.0.27:43801", "172.17.0.1:43801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48446}, + {"Proto": "peerapi6", "Port": 48446} + ]}, + "Created": "2026-04-09T08:39:48.852329788Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4264447278798810, + "StableID": "n7ob7LoNJa11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "DiscoKey": "discokey:5d5bfd59440105c9d69c320005cfdab6f5f9a55fd1dcf9ee4703532c58b3c472", + "Addresses": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "AllowedIPs": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "Endpoints": ["77.164.248.136:55415", "10.65.0.27:55415", "172.17.0.1:55415"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 41234}, + {"Proto": "peerapi6", "Port": 41234} + ]}, + "Created": "2026-04-09T08:39:52.61157031Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5733167213835562, + "StableID": "nm6vNhaZmm11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:f22849af807167bb9f69f8e59eb29d4f9b7ed8303deaa6dbd22d2909d268f425", + "Addresses": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "AllowedIPs": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "Endpoints": ["77.164.248.136:34708", "10.65.0.27:34708", "172.17.0.1:34708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48656}, + {"Proto": "peerapi6", "Port": 48656} + ]}, + "Created": "2026-04-09T08:39:54.210218313Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6235889881051821, + "StableID": "nYnEzfFFhq11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "KeyExpiry": "2026-10-06T08:39:55Z", + "DiscoKey": "discokey:8ebff9bac871e14bdfba982e37efaabce0d40b3a9af8c93325e3f8406bb81752", + "Addresses": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "AllowedIPs": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 51295}, + {"Proto": "peerapi6", "Port": 51295} + ]}, + "Created": "2026-04-09T08:39:55.292989249Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7540265711006763, + "StableID": "nYuNTfzzs121CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "DiscoKey": "discokey:b78445a8b67c58695aba06ca1d23c6a396596e78e2e15030fe38b0a463605f06", - "Addresses": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], - "AllowedIPs": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], + "Key": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "DiscoKey": "discokey:c9656b0452f20ec536bbc0ed31330005ee0188767823c8f610061651fe7f7109", + "Addresses": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "AllowedIPs": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "Endpoints": ["77.164.248.136:39867", "10.65.0.27:39867", "172.17.0.1:39867"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 40065}, - {"Proto": "peerapi6", "Port": 40065} + {"Proto": "peerapi4", "Port": 59161}, + {"Proto": "peerapi6", "Port": 59161} ]}, - "Created": "2026-04-09T01:33:50.12415949Z", + "Created": "2026-04-09T08:39:51.556600946Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7818531592161937, + "StableID": "nEdkVtZ24421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "DiscoKey": "discokey:ee0376c07971abe785417b80cadbe3458f900da10b491c7bd8fa1922d35c7f1c", + "Addresses": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "AllowedIPs": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "Endpoints": ["77.164.248.136:34246", "10.65.0.27:34246", "172.17.0.1:34246"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62368}, + {"Proto": "peerapi6", "Port": 62368} + ]}, + "Created": "2026-04-09T08:39:53.146532022Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7830506732746195, + "StableID": "n8hQfk8T9421CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "DiscoKey": "discokey:564e47dff4250839ed22ae1da615f193cf8f9b4fb4cd25eab680deaffdda551e", + "Addresses": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "AllowedIPs": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "Endpoints": ["77.164.248.136:47323", "10.65.0.27:47323", "172.17.0.1:47323"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 51624}, + {"Proto": "peerapi6", "Port": 51624} + ]}, + "Created": "2026-04-09T08:39:51.004171858Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8313915435350802, + "StableID": "nqkeMiTPv721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "DiscoKey": "discokey:09430bea84a558c33fc6f9d289b4e3066e806fff353d5e949fd15b4b6ae99246", + "Addresses": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "AllowedIPs": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "Endpoints": ["77.164.248.136:57564", "10.65.0.27:57564", "172.17.0.1:57564"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56969}, + {"Proto": "peerapi6", "Port": 56969} + ]}, + "Created": "2026-04-09T08:39:52.087834985Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8978476178035075, + "StableID": "nrCLWyLN7D21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "DiscoKey": "discokey:c4f9afe5284c32acebc530eb6cbf4552039490b5fb14282252bc877dcff1304b", + "Addresses": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "AllowedIPs": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "Endpoints": ["77.164.248.136:41836", "10.65.0.27:41836", "172.17.0.1:41836"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44226}, + {"Proto": "peerapi6", "Port": 44226} + ]}, + "Created": "2026-04-09T08:39:47.771662753Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13716,27 +13745,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6378058398781207": { - "ID": 6378058398781207, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1587717342691589": { + "ID": 1587717342691589, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13767,26 +13798,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1889318049650778, - "StableID": "nyn9PXBgkF11CNTRL", + "ID": 7830506732746195, + "StableID": "n8hQfk8T9421CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 1889318049650778, - "Key": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "DiscoKey": "discokey:fe1e548a2f70436f42bbbe2a0f8b14c2c17caa46b57b065c0140d341c4732922", - "Addresses": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "AllowedIPs": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "Endpoints": ["77.164.248.136:53895", "10.65.0.27:53895", "172.17.0.1:53895"], + "User": 7830506732746195, + "Key": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "DiscoKey": "discokey:564e47dff4250839ed22ae1da615f193cf8f9b4fb4cd25eab680deaffdda551e", + "Addresses": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "AllowedIPs": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "Endpoints": ["77.164.248.136:47323", "10.65.0.27:47323", "172.17.0.1:47323"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 40773}, - {"Proto": "peerapi6", "Port": 40773}, + {"Proto": "peerapi4", "Port": 51624}, + {"Proto": "peerapi6", "Port": 51624}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:49.585392117Z", + "Created": "2026-04-09T08:39:51.004171858Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13814,299 +13845,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "MachineKey": "mkey:5b5abd5e428778d071f3039b6d3ca67c971fd69c7f0127ebcd8ed3155943a32f", + "NodeKey": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "MachineKey": "mkey:7037c033487f659963ed3c45f5b9092cd657d646c0c92da468e3d2118216852d", "Peers": [{ - "ID": 649196675226108, - "StableID": "n5Dy7AJ25611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:9bc8cef9401af7e41120863cefc4cb7d7538c94a612cca73f77612f56759835d", - "Addresses": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "AllowedIPs": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "Endpoints": ["77.164.248.136:55105", "10.65.0.27:55105", "172.17.0.1:55105"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36703}, - {"Proto": "peerapi6", "Port": 36703} - ]}, - "Created": "2026-04-09T01:33:53.372080362Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 826176859247593, - "StableID": "n8ndwNGBT711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "DiscoKey": "discokey:2dbcbc79a7e01dee3ce73c958ba381e8689d28495634051a18a353e969accf48", - "Addresses": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "AllowedIPs": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "Endpoints": ["77.164.248.136:35437", "10.65.0.27:35437", "172.17.0.1:35437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:33:51.75364543Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 958557448556630, - "StableID": "nDtaJNg8V811CNTRL", + "ID": 47315980608257, + "StableID": "ntpTBpuRN111CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "DiscoKey": "discokey:20b2e38cd46e63c50a2ca9b071187ea349e1ad64b3a9c6d5548eca66772d416c", - "Addresses": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "AllowedIPs": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "Endpoints": ["77.164.248.136:44469", "10.65.0.27:44469", "172.17.0.1:44469"], + "Key": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "DiscoKey": "discokey:774149015d114da5f3dd5fed2120f9c8f6c8b0445a1ba23b32ae83c963b89263", + "Addresses": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "AllowedIPs": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "Endpoints": ["77.164.248.136:33111", "10.65.0.27:33111", "172.17.0.1:33111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37396}, - {"Proto": "peerapi6", "Port": 37396} + {"Proto": "peerapi4", "Port": 51585}, + {"Proto": "peerapi6", "Port": 51585} ]}, - "Created": "2026-04-09T01:33:47.996243323Z", + "Created": "2026-04-09T08:39:49.933321653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1154771066509819, - "StableID": "nEaYpusz1A11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:14b38513286f855d11f65178be99e80decc16c3e158aff8592d3edc109bd8d29", - "Addresses": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "AllowedIPs": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 65408}, - {"Proto": "peerapi6", "Port": 65408} - ]}, - "Created": "2026-04-09T01:33:53.919963208Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1303038756589088, - "StableID": "nZPessc9BB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "DiscoKey": "discokey:85b92540de88b73922534d1ec54b07c183ae74264c563757c8dbb8935437f06b", - "Addresses": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "AllowedIPs": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "Endpoints": ["77.164.248.136:48478", "10.65.0.27:48478", "172.17.0.1:48478"], + "ID": 1007458620796410, + "StableID": "nmWWSKEHs811CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:b0d20fde1e96e3e52d32aa9559a5d2db1fd61ebcb1449c313b28ca22d56c8746", + "Addresses": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "AllowedIPs": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "Endpoints": ["77.164.248.136:55737", "10.65.0.27:55737", "172.17.0.1:55737"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58274}, - {"Proto": "peerapi6", "Port": 58274} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53367}, + {"Proto": "peerapi6", "Port": 53367} ]}, - "Created": "2026-04-09T01:33:45.821931299Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1798023352404324, - "StableID": "nmuPcR2L3F11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "KeyExpiry": "2026-10-06T01:33:52Z", - "DiscoKey": "discokey:9f1ad65391fea4f23aa35c489455a8a4760beadffee1c5519463b9fc3182ef7d", - "Addresses": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "AllowedIPs": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "Endpoints": ["77.164.248.136:60084", "10.65.0.27:60084", "172.17.0.1:60084"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52918}, - {"Proto": "peerapi6", "Port": 52918} - ]}, - "Created": "2026-04-09T01:33:52.837895945Z", + "Created": "2026-04-09T08:39:54.751875206Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 2802932117920226, - "StableID": "no965tGTtN11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "DiscoKey": "discokey:c6e2c27411f9e5719b8d849fa9085977c4e9d61759ec917afcf7c8c807e4f769", - "Addresses": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "AllowedIPs": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "Endpoints": ["77.164.248.136:48221", "10.65.0.27:48221", "172.17.0.1:48221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58528}, - {"Proto": "peerapi6", "Port": 58528} - ]}, - "Created": "2026-04-09T01:33:46.918135954Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4305847777188184, - "StableID": "ndFTPYK8da11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "DiscoKey": "discokey:3d83fa5ce187ad5d67270a0bd96b48760ba38dad82398e850785d27f48f3e346", - "Addresses": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "AllowedIPs": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "Endpoints": ["77.164.248.136:43673", "10.65.0.27:43673", "172.17.0.1:43673"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 58375}, - {"Proto": "peerapi6", "Port": 58375} - ]}, - "Created": "2026-04-09T01:33:50.666891415Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5922486805273339, - "StableID": "nz2yNmgJFo11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "DiscoKey": "discokey:a7599a97decdf5b58d5fbd7bad419718615a5f945ba68ac7417cd0f8006f653c", - "Addresses": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "AllowedIPs": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "Endpoints": ["77.164.248.136:52983", "10.65.0.27:52983", "172.17.0.1:52983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36602}, - {"Proto": "peerapi6", "Port": 36602} - ]}, - "Created": "2026-04-09T01:33:49.069476483Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6378058398781207, - "StableID": "nNxn4Bndor11CNTRL", + "ID": 1587717342691589, + "StableID": "nSf5hFe5QD11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "DiscoKey": "discokey:83da586bee351a23028f192cf1a785b7f07ada25a572dbf5f2c588fc9cb5461d", - "Addresses": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "AllowedIPs": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "Endpoints": ["77.164.248.136:45635", "10.65.0.27:45635", "172.17.0.1:45635"], + "Key": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "DiscoKey": "discokey:8b8e5dc03f2c3e6022cf818ff9ec6d2cca817f9cba9a816094a3d94773cdc83a", + "Addresses": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "AllowedIPs": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "Endpoints": ["77.164.248.136:48878", "10.65.0.27:48878", "172.17.0.1:48878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51062}, - {"Proto": "peerapi6", "Port": 51062} + {"Proto": "peerapi4", "Port": 45091}, + {"Proto": "peerapi6", "Port": 45091} ]}, - "Created": "2026-04-09T01:33:47.464892599Z", + "Created": "2026-04-09T08:39:49.447512906Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6485985289797870, - "StableID": "nun5rSqWes11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "DiscoKey": "discokey:0bb7ca51976a50c8948076d4f603e713cbd16544a878ab7db85700be646e1d17", - "Addresses": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "AllowedIPs": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "Endpoints": ["77.164.248.136:39851", "10.65.0.27:39851", "172.17.0.1:39851"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44299}, - {"Proto": "peerapi6", "Port": 44299} - ]}, - "Created": "2026-04-09T01:33:46.360191675Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6585667739413633, - "StableID": "ncACaoKfRt11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "DiscoKey": "discokey:d283d62fb845388604c4a231029ad4f0819c0998f030b2f87a80d164e3a89326", - "Addresses": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "AllowedIPs": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "Endpoints": ["77.164.248.136:39192", "10.65.0.27:39192", "172.17.0.1:39192"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58453}, - {"Proto": "peerapi6", "Port": 58453} - ]}, - "Created": "2026-04-09T01:33:51.200732865Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7059622614997870, - "StableID": "njTqwGKK8x11CNTRL", + "ID": 1739298600107964, + "StableID": "nBruLeRjaE11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "DiscoKey": "discokey:09bccc7e651a4625b51263808b7d6c39c835e466466cea5a2375765780016b6e", - "Addresses": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "AllowedIPs": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "Endpoints": ["77.164.248.136:37904", "10.65.0.27:37904", "172.17.0.1:37904"], + "Key": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "DiscoKey": "discokey:322f8afa84e4244d5438e48a5dcaccd127e274d14bdb4fc1f3c99999f7dad176", + "Addresses": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "AllowedIPs": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "Endpoints": ["77.164.248.136:36297", "10.65.0.27:36297", "172.17.0.1:36297"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33252}, - {"Proto": "peerapi6", "Port": 33252} + {"Proto": "peerapi4", "Port": 38310}, + {"Proto": "peerapi6", "Port": 38310} ]}, - "Created": "2026-04-09T01:33:52.283224539Z", + "Created": "2026-04-09T08:39:53.671899569Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7190553854156780, - "StableID": "nyXRC6fc9y11CNTRL", + "ID": 2238523100315494, + "StableID": "nX9wuwCqUJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "DiscoKey": "discokey:c13e29e32c91b03c1a7c9dddba04c77826ee441c3a0ce47d85b41e8fad86064d", + "Addresses": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "AllowedIPs": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "Endpoints": ["77.164.248.136:49884", "10.65.0.27:49884", "172.17.0.1:49884"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39090}, + {"Proto": "peerapi6", "Port": 39090} + ]}, + "Created": "2026-04-09T08:39:48.303936328Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3600720279887429, + "StableID": "nAqg3Lpm7V11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "DiscoKey": "discokey:94be4e0d61641e8fd2e31c1b3bba1351c8bb93a412a15a73031957606a7eb87e", + "Addresses": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "AllowedIPs": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "Endpoints": ["77.164.248.136:47112", "10.65.0.27:47112", "172.17.0.1:47112"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37449}, + {"Proto": "peerapi6", "Port": 37449} + ]}, + "Created": "2026-04-09T08:39:50.461071449Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4052452692705357, + "StableID": "nLgxUW4NeY11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "DiscoKey": "discokey:223976785ecb70f551d52f6eea81811c4528c412a07f2f6575013b139f39a42a", + "Addresses": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "AllowedIPs": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "Endpoints": ["77.164.248.136:43801", "10.65.0.27:43801", "172.17.0.1:43801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48446}, + {"Proto": "peerapi6", "Port": 48446} + ]}, + "Created": "2026-04-09T08:39:48.852329788Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4264447278798810, + "StableID": "n7ob7LoNJa11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "DiscoKey": "discokey:5d5bfd59440105c9d69c320005cfdab6f5f9a55fd1dcf9ee4703532c58b3c472", + "Addresses": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "AllowedIPs": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "Endpoints": ["77.164.248.136:55415", "10.65.0.27:55415", "172.17.0.1:55415"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 41234}, + {"Proto": "peerapi6", "Port": 41234} + ]}, + "Created": "2026-04-09T08:39:52.61157031Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5733167213835562, + "StableID": "nm6vNhaZmm11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:f22849af807167bb9f69f8e59eb29d4f9b7ed8303deaa6dbd22d2909d268f425", + "Addresses": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "AllowedIPs": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "Endpoints": ["77.164.248.136:34708", "10.65.0.27:34708", "172.17.0.1:34708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48656}, + {"Proto": "peerapi6", "Port": 48656} + ]}, + "Created": "2026-04-09T08:39:54.210218313Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6235889881051821, + "StableID": "nYnEzfFFhq11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "KeyExpiry": "2026-10-06T08:39:55Z", + "DiscoKey": "discokey:8ebff9bac871e14bdfba982e37efaabce0d40b3a9af8c93325e3f8406bb81752", + "Addresses": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "AllowedIPs": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 51295}, + {"Proto": "peerapi6", "Port": 51295} + ]}, + "Created": "2026-04-09T08:39:55.292989249Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7540265711006763, + "StableID": "nYuNTfzzs121CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "DiscoKey": "discokey:b78445a8b67c58695aba06ca1d23c6a396596e78e2e15030fe38b0a463605f06", - "Addresses": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], - "AllowedIPs": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], + "Key": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "DiscoKey": "discokey:c9656b0452f20ec536bbc0ed31330005ee0188767823c8f610061651fe7f7109", + "Addresses": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "AllowedIPs": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "Endpoints": ["77.164.248.136:39867", "10.65.0.27:39867", "172.17.0.1:39867"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 40065}, - {"Proto": "peerapi6", "Port": 40065} + {"Proto": "peerapi4", "Port": 59161}, + {"Proto": "peerapi6", "Port": 59161} ]}, - "Created": "2026-04-09T01:33:50.12415949Z", + "Created": "2026-04-09T08:39:51.556600946Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7818531592161937, + "StableID": "nEdkVtZ24421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "DiscoKey": "discokey:ee0376c07971abe785417b80cadbe3458f900da10b491c7bd8fa1922d35c7f1c", + "Addresses": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "AllowedIPs": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "Endpoints": ["77.164.248.136:34246", "10.65.0.27:34246", "172.17.0.1:34246"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62368}, + {"Proto": "peerapi6", "Port": 62368} + ]}, + "Created": "2026-04-09T08:39:53.146532022Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8313915435350802, + "StableID": "nqkeMiTPv721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "DiscoKey": "discokey:09430bea84a558c33fc6f9d289b4e3066e806fff353d5e949fd15b4b6ae99246", + "Addresses": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "AllowedIPs": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "Endpoints": ["77.164.248.136:57564", "10.65.0.27:57564", "172.17.0.1:57564"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56969}, + {"Proto": "peerapi6", "Port": 56969} + ]}, + "Created": "2026-04-09T08:39:52.087834985Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8978476178035075, + "StableID": "nrCLWyLN7D21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "DiscoKey": "discokey:c4f9afe5284c32acebc530eb6cbf4552039490b5fb14282252bc877dcff1304b", + "Addresses": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "AllowedIPs": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "Endpoints": ["77.164.248.136:41836", "10.65.0.27:41836", "172.17.0.1:41836"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44226}, + {"Proto": "peerapi6", "Port": 44226} + ]}, + "Created": "2026-04-09T08:39:47.771662753Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -14954,27 +14986,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1889318049650778": { - "ID": 1889318049650778, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7830506732746195": { + "ID": 7830506732746195, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15005,26 +15039,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4305847777188184, - "StableID": "ndFTPYK8da11CNTRL", + "ID": 8313915435350802, + "StableID": "nqkeMiTPv721CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 4305847777188184, - "Key": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "DiscoKey": "discokey:3d83fa5ce187ad5d67270a0bd96b48760ba38dad82398e850785d27f48f3e346", - "Addresses": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "AllowedIPs": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "Endpoints": ["77.164.248.136:43673", "10.65.0.27:43673", "172.17.0.1:43673"], + "User": 8313915435350802, + "Key": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "DiscoKey": "discokey:09430bea84a558c33fc6f9d289b4e3066e806fff353d5e949fd15b4b6ae99246", + "Addresses": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "AllowedIPs": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "Endpoints": ["77.164.248.136:57564", "10.65.0.27:57564", "172.17.0.1:57564"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 58375}, - {"Proto": "peerapi6", "Port": 58375}, + {"Proto": "peerapi4", "Port": 56969}, + {"Proto": "peerapi6", "Port": 56969}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:33:50.666891415Z", + "Created": "2026-04-09T08:39:52.087834985Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15052,299 +15086,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "MachineKey": "mkey:3e7d24a8c900bdfc8ffcc50d1009c4947a49db35b8fccbba30723c3b94d3e03f", + "NodeKey": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "MachineKey": "mkey:5a3d1befe7ffb7e7c4d44335454fd5e3fdbe0dbc1b148aca0777d52a939b9b4c", "Peers": [{ - "ID": 649196675226108, - "StableID": "n5Dy7AJ25611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:9bc8cef9401af7e41120863cefc4cb7d7538c94a612cca73f77612f56759835d", - "Addresses": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "AllowedIPs": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "Endpoints": ["77.164.248.136:55105", "10.65.0.27:55105", "172.17.0.1:55105"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36703}, - {"Proto": "peerapi6", "Port": 36703} - ]}, - "Created": "2026-04-09T01:33:53.372080362Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 826176859247593, - "StableID": "n8ndwNGBT711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "DiscoKey": "discokey:2dbcbc79a7e01dee3ce73c958ba381e8689d28495634051a18a353e969accf48", - "Addresses": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "AllowedIPs": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "Endpoints": ["77.164.248.136:35437", "10.65.0.27:35437", "172.17.0.1:35437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:33:51.75364543Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 958557448556630, - "StableID": "nDtaJNg8V811CNTRL", + "ID": 47315980608257, + "StableID": "ntpTBpuRN111CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "DiscoKey": "discokey:20b2e38cd46e63c50a2ca9b071187ea349e1ad64b3a9c6d5548eca66772d416c", - "Addresses": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "AllowedIPs": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "Endpoints": ["77.164.248.136:44469", "10.65.0.27:44469", "172.17.0.1:44469"], + "Key": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "DiscoKey": "discokey:774149015d114da5f3dd5fed2120f9c8f6c8b0445a1ba23b32ae83c963b89263", + "Addresses": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "AllowedIPs": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "Endpoints": ["77.164.248.136:33111", "10.65.0.27:33111", "172.17.0.1:33111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37396}, - {"Proto": "peerapi6", "Port": 37396} + {"Proto": "peerapi4", "Port": 51585}, + {"Proto": "peerapi6", "Port": 51585} ]}, - "Created": "2026-04-09T01:33:47.996243323Z", + "Created": "2026-04-09T08:39:49.933321653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1154771066509819, - "StableID": "nEaYpusz1A11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:14b38513286f855d11f65178be99e80decc16c3e158aff8592d3edc109bd8d29", - "Addresses": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "AllowedIPs": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 65408}, - {"Proto": "peerapi6", "Port": 65408} - ]}, - "Created": "2026-04-09T01:33:53.919963208Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1303038756589088, - "StableID": "nZPessc9BB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "DiscoKey": "discokey:85b92540de88b73922534d1ec54b07c183ae74264c563757c8dbb8935437f06b", - "Addresses": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "AllowedIPs": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "Endpoints": ["77.164.248.136:48478", "10.65.0.27:48478", "172.17.0.1:48478"], + "ID": 1007458620796410, + "StableID": "nmWWSKEHs811CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:b0d20fde1e96e3e52d32aa9559a5d2db1fd61ebcb1449c313b28ca22d56c8746", + "Addresses": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "AllowedIPs": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "Endpoints": ["77.164.248.136:55737", "10.65.0.27:55737", "172.17.0.1:55737"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58274}, - {"Proto": "peerapi6", "Port": 58274} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53367}, + {"Proto": "peerapi6", "Port": 53367} ]}, - "Created": "2026-04-09T01:33:45.821931299Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1798023352404324, - "StableID": "nmuPcR2L3F11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "KeyExpiry": "2026-10-06T01:33:52Z", - "DiscoKey": "discokey:9f1ad65391fea4f23aa35c489455a8a4760beadffee1c5519463b9fc3182ef7d", - "Addresses": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "AllowedIPs": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "Endpoints": ["77.164.248.136:60084", "10.65.0.27:60084", "172.17.0.1:60084"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52918}, - {"Proto": "peerapi6", "Port": 52918} - ]}, - "Created": "2026-04-09T01:33:52.837895945Z", + "Created": "2026-04-09T08:39:54.751875206Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 1889318049650778, - "StableID": "nyn9PXBgkF11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "DiscoKey": "discokey:fe1e548a2f70436f42bbbe2a0f8b14c2c17caa46b57b065c0140d341c4732922", - "Addresses": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "AllowedIPs": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "Endpoints": ["77.164.248.136:53895", "10.65.0.27:53895", "172.17.0.1:53895"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40773}, - {"Proto": "peerapi6", "Port": 40773} - ]}, - "Created": "2026-04-09T01:33:49.585392117Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2802932117920226, - "StableID": "no965tGTtN11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "DiscoKey": "discokey:c6e2c27411f9e5719b8d849fa9085977c4e9d61759ec917afcf7c8c807e4f769", - "Addresses": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "AllowedIPs": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "Endpoints": ["77.164.248.136:48221", "10.65.0.27:48221", "172.17.0.1:48221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58528}, - {"Proto": "peerapi6", "Port": 58528} - ]}, - "Created": "2026-04-09T01:33:46.918135954Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5922486805273339, - "StableID": "nz2yNmgJFo11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "DiscoKey": "discokey:a7599a97decdf5b58d5fbd7bad419718615a5f945ba68ac7417cd0f8006f653c", - "Addresses": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "AllowedIPs": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "Endpoints": ["77.164.248.136:52983", "10.65.0.27:52983", "172.17.0.1:52983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36602}, - {"Proto": "peerapi6", "Port": 36602} - ]}, - "Created": "2026-04-09T01:33:49.069476483Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6378058398781207, - "StableID": "nNxn4Bndor11CNTRL", + "ID": 1587717342691589, + "StableID": "nSf5hFe5QD11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "DiscoKey": "discokey:83da586bee351a23028f192cf1a785b7f07ada25a572dbf5f2c588fc9cb5461d", - "Addresses": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "AllowedIPs": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "Endpoints": ["77.164.248.136:45635", "10.65.0.27:45635", "172.17.0.1:45635"], + "Key": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "DiscoKey": "discokey:8b8e5dc03f2c3e6022cf818ff9ec6d2cca817f9cba9a816094a3d94773cdc83a", + "Addresses": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "AllowedIPs": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "Endpoints": ["77.164.248.136:48878", "10.65.0.27:48878", "172.17.0.1:48878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51062}, - {"Proto": "peerapi6", "Port": 51062} + {"Proto": "peerapi4", "Port": 45091}, + {"Proto": "peerapi6", "Port": 45091} ]}, - "Created": "2026-04-09T01:33:47.464892599Z", + "Created": "2026-04-09T08:39:49.447512906Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6485985289797870, - "StableID": "nun5rSqWes11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "DiscoKey": "discokey:0bb7ca51976a50c8948076d4f603e713cbd16544a878ab7db85700be646e1d17", - "Addresses": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "AllowedIPs": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "Endpoints": ["77.164.248.136:39851", "10.65.0.27:39851", "172.17.0.1:39851"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44299}, - {"Proto": "peerapi6", "Port": 44299} - ]}, - "Created": "2026-04-09T01:33:46.360191675Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6585667739413633, - "StableID": "ncACaoKfRt11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "DiscoKey": "discokey:d283d62fb845388604c4a231029ad4f0819c0998f030b2f87a80d164e3a89326", - "Addresses": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "AllowedIPs": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "Endpoints": ["77.164.248.136:39192", "10.65.0.27:39192", "172.17.0.1:39192"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58453}, - {"Proto": "peerapi6", "Port": 58453} - ]}, - "Created": "2026-04-09T01:33:51.200732865Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7059622614997870, - "StableID": "njTqwGKK8x11CNTRL", + "ID": 1739298600107964, + "StableID": "nBruLeRjaE11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "DiscoKey": "discokey:09bccc7e651a4625b51263808b7d6c39c835e466466cea5a2375765780016b6e", - "Addresses": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "AllowedIPs": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "Endpoints": ["77.164.248.136:37904", "10.65.0.27:37904", "172.17.0.1:37904"], + "Key": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "DiscoKey": "discokey:322f8afa84e4244d5438e48a5dcaccd127e274d14bdb4fc1f3c99999f7dad176", + "Addresses": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "AllowedIPs": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "Endpoints": ["77.164.248.136:36297", "10.65.0.27:36297", "172.17.0.1:36297"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33252}, - {"Proto": "peerapi6", "Port": 33252} + {"Proto": "peerapi4", "Port": 38310}, + {"Proto": "peerapi6", "Port": 38310} ]}, - "Created": "2026-04-09T01:33:52.283224539Z", + "Created": "2026-04-09T08:39:53.671899569Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7190553854156780, - "StableID": "nyXRC6fc9y11CNTRL", + "ID": 2238523100315494, + "StableID": "nX9wuwCqUJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "DiscoKey": "discokey:c13e29e32c91b03c1a7c9dddba04c77826ee441c3a0ce47d85b41e8fad86064d", + "Addresses": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "AllowedIPs": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "Endpoints": ["77.164.248.136:49884", "10.65.0.27:49884", "172.17.0.1:49884"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39090}, + {"Proto": "peerapi6", "Port": 39090} + ]}, + "Created": "2026-04-09T08:39:48.303936328Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3600720279887429, + "StableID": "nAqg3Lpm7V11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "DiscoKey": "discokey:94be4e0d61641e8fd2e31c1b3bba1351c8bb93a412a15a73031957606a7eb87e", + "Addresses": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "AllowedIPs": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "Endpoints": ["77.164.248.136:47112", "10.65.0.27:47112", "172.17.0.1:47112"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37449}, + {"Proto": "peerapi6", "Port": 37449} + ]}, + "Created": "2026-04-09T08:39:50.461071449Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4052452692705357, + "StableID": "nLgxUW4NeY11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "DiscoKey": "discokey:223976785ecb70f551d52f6eea81811c4528c412a07f2f6575013b139f39a42a", + "Addresses": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "AllowedIPs": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "Endpoints": ["77.164.248.136:43801", "10.65.0.27:43801", "172.17.0.1:43801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48446}, + {"Proto": "peerapi6", "Port": 48446} + ]}, + "Created": "2026-04-09T08:39:48.852329788Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4264447278798810, + "StableID": "n7ob7LoNJa11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "DiscoKey": "discokey:5d5bfd59440105c9d69c320005cfdab6f5f9a55fd1dcf9ee4703532c58b3c472", + "Addresses": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "AllowedIPs": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "Endpoints": ["77.164.248.136:55415", "10.65.0.27:55415", "172.17.0.1:55415"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 41234}, + {"Proto": "peerapi6", "Port": 41234} + ]}, + "Created": "2026-04-09T08:39:52.61157031Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5733167213835562, + "StableID": "nm6vNhaZmm11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:f22849af807167bb9f69f8e59eb29d4f9b7ed8303deaa6dbd22d2909d268f425", + "Addresses": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "AllowedIPs": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "Endpoints": ["77.164.248.136:34708", "10.65.0.27:34708", "172.17.0.1:34708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48656}, + {"Proto": "peerapi6", "Port": 48656} + ]}, + "Created": "2026-04-09T08:39:54.210218313Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6235889881051821, + "StableID": "nYnEzfFFhq11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "KeyExpiry": "2026-10-06T08:39:55Z", + "DiscoKey": "discokey:8ebff9bac871e14bdfba982e37efaabce0d40b3a9af8c93325e3f8406bb81752", + "Addresses": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "AllowedIPs": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 51295}, + {"Proto": "peerapi6", "Port": 51295} + ]}, + "Created": "2026-04-09T08:39:55.292989249Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7540265711006763, + "StableID": "nYuNTfzzs121CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "DiscoKey": "discokey:b78445a8b67c58695aba06ca1d23c6a396596e78e2e15030fe38b0a463605f06", - "Addresses": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], - "AllowedIPs": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], + "Key": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "DiscoKey": "discokey:c9656b0452f20ec536bbc0ed31330005ee0188767823c8f610061651fe7f7109", + "Addresses": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "AllowedIPs": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "Endpoints": ["77.164.248.136:39867", "10.65.0.27:39867", "172.17.0.1:39867"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 40065}, - {"Proto": "peerapi6", "Port": 40065} + {"Proto": "peerapi4", "Port": 59161}, + {"Proto": "peerapi6", "Port": 59161} ]}, - "Created": "2026-04-09T01:33:50.12415949Z", + "Created": "2026-04-09T08:39:51.556600946Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7818531592161937, + "StableID": "nEdkVtZ24421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "DiscoKey": "discokey:ee0376c07971abe785417b80cadbe3458f900da10b491c7bd8fa1922d35c7f1c", + "Addresses": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "AllowedIPs": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "Endpoints": ["77.164.248.136:34246", "10.65.0.27:34246", "172.17.0.1:34246"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62368}, + {"Proto": "peerapi6", "Port": 62368} + ]}, + "Created": "2026-04-09T08:39:53.146532022Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7830506732746195, + "StableID": "n8hQfk8T9421CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "DiscoKey": "discokey:564e47dff4250839ed22ae1da615f193cf8f9b4fb4cd25eab680deaffdda551e", + "Addresses": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "AllowedIPs": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "Endpoints": ["77.164.248.136:47323", "10.65.0.27:47323", "172.17.0.1:47323"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 51624}, + {"Proto": "peerapi6", "Port": 51624} + ]}, + "Created": "2026-04-09T08:39:51.004171858Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8978476178035075, + "StableID": "nrCLWyLN7D21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "DiscoKey": "discokey:c4f9afe5284c32acebc530eb6cbf4552039490b5fb14282252bc877dcff1304b", + "Addresses": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "AllowedIPs": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "Endpoints": ["77.164.248.136:41836", "10.65.0.27:41836", "172.17.0.1:41836"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44226}, + {"Proto": "peerapi6", "Port": 44226} + ]}, + "Created": "2026-04-09T08:39:47.771662753Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16192,27 +16227,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4305847777188184": { - "ID": 4305847777188184, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8313915435350802": { + "ID": 8313915435350802, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16243,22 +16280,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 649196675226108, - "StableID": "n5Dy7AJ25611CNTRL", + "ID": 1007458620796410, + "StableID": "nmWWSKEHs811CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:9bc8cef9401af7e41120863cefc4cb7d7538c94a612cca73f77612f56759835d", - "Addresses": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "AllowedIPs": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "Endpoints": ["77.164.248.136:55105", "10.65.0.27:55105", "172.17.0.1:55105"], + "Key": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:b0d20fde1e96e3e52d32aa9559a5d2db1fd61ebcb1449c313b28ca22d56c8746", + "Addresses": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "AllowedIPs": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "Endpoints": ["77.164.248.136:55737", "10.65.0.27:55737", "172.17.0.1:55737"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36703}, - {"Proto": "peerapi6", "Port": 36703}, + {"Proto": "peerapi4", "Port": 53367}, + {"Proto": "peerapi6", "Port": 53367}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:53.372080362Z", + "Created": "2026-04-09T08:39:54.751875206Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16285,299 +16322,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "MachineKey": "mkey:b5717b30717986146cb44e6eabfebd261625654697d338080287e75a4ab8084e", + "NodeKey": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "MachineKey": "mkey:a92cb6be3c0e69b94e06bb8bee9fb7d730c6d4798bff9ea7432e48c9d2dbe172", "Peers": [{ - "ID": 826176859247593, - "StableID": "n8ndwNGBT711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "DiscoKey": "discokey:2dbcbc79a7e01dee3ce73c958ba381e8689d28495634051a18a353e969accf48", - "Addresses": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "AllowedIPs": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "Endpoints": ["77.164.248.136:35437", "10.65.0.27:35437", "172.17.0.1:35437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:33:51.75364543Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 958557448556630, - "StableID": "nDtaJNg8V811CNTRL", + "ID": 47315980608257, + "StableID": "ntpTBpuRN111CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "DiscoKey": "discokey:20b2e38cd46e63c50a2ca9b071187ea349e1ad64b3a9c6d5548eca66772d416c", - "Addresses": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "AllowedIPs": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "Endpoints": ["77.164.248.136:44469", "10.65.0.27:44469", "172.17.0.1:44469"], + "Key": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "DiscoKey": "discokey:774149015d114da5f3dd5fed2120f9c8f6c8b0445a1ba23b32ae83c963b89263", + "Addresses": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "AllowedIPs": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "Endpoints": ["77.164.248.136:33111", "10.65.0.27:33111", "172.17.0.1:33111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37396}, - {"Proto": "peerapi6", "Port": 37396} + {"Proto": "peerapi4", "Port": 51585}, + {"Proto": "peerapi6", "Port": 51585} ]}, - "Created": "2026-04-09T01:33:47.996243323Z", + "Created": "2026-04-09T08:39:49.933321653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1154771066509819, - "StableID": "nEaYpusz1A11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:14b38513286f855d11f65178be99e80decc16c3e158aff8592d3edc109bd8d29", - "Addresses": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "AllowedIPs": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 65408}, - {"Proto": "peerapi6", "Port": 65408} - ]}, - "Created": "2026-04-09T01:33:53.919963208Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1303038756589088, - "StableID": "nZPessc9BB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "DiscoKey": "discokey:85b92540de88b73922534d1ec54b07c183ae74264c563757c8dbb8935437f06b", - "Addresses": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "AllowedIPs": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "Endpoints": ["77.164.248.136:48478", "10.65.0.27:48478", "172.17.0.1:48478"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58274}, - {"Proto": "peerapi6", "Port": 58274} - ]}, - "Created": "2026-04-09T01:33:45.821931299Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1798023352404324, - "StableID": "nmuPcR2L3F11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "KeyExpiry": "2026-10-06T01:33:52Z", - "DiscoKey": "discokey:9f1ad65391fea4f23aa35c489455a8a4760beadffee1c5519463b9fc3182ef7d", - "Addresses": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "AllowedIPs": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "Endpoints": ["77.164.248.136:60084", "10.65.0.27:60084", "172.17.0.1:60084"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52918}, - {"Proto": "peerapi6", "Port": 52918} - ]}, - "Created": "2026-04-09T01:33:52.837895945Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 1889318049650778, - "StableID": "nyn9PXBgkF11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "DiscoKey": "discokey:fe1e548a2f70436f42bbbe2a0f8b14c2c17caa46b57b065c0140d341c4732922", - "Addresses": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "AllowedIPs": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "Endpoints": ["77.164.248.136:53895", "10.65.0.27:53895", "172.17.0.1:53895"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40773}, - {"Proto": "peerapi6", "Port": 40773} - ]}, - "Created": "2026-04-09T01:33:49.585392117Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2802932117920226, - "StableID": "no965tGTtN11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "DiscoKey": "discokey:c6e2c27411f9e5719b8d849fa9085977c4e9d61759ec917afcf7c8c807e4f769", - "Addresses": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "AllowedIPs": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "Endpoints": ["77.164.248.136:48221", "10.65.0.27:48221", "172.17.0.1:48221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58528}, - {"Proto": "peerapi6", "Port": 58528} - ]}, - "Created": "2026-04-09T01:33:46.918135954Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4305847777188184, - "StableID": "ndFTPYK8da11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "DiscoKey": "discokey:3d83fa5ce187ad5d67270a0bd96b48760ba38dad82398e850785d27f48f3e346", - "Addresses": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "AllowedIPs": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "Endpoints": ["77.164.248.136:43673", "10.65.0.27:43673", "172.17.0.1:43673"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 58375}, - {"Proto": "peerapi6", "Port": 58375} - ]}, - "Created": "2026-04-09T01:33:50.666891415Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5922486805273339, - "StableID": "nz2yNmgJFo11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "DiscoKey": "discokey:a7599a97decdf5b58d5fbd7bad419718615a5f945ba68ac7417cd0f8006f653c", - "Addresses": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "AllowedIPs": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "Endpoints": ["77.164.248.136:52983", "10.65.0.27:52983", "172.17.0.1:52983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36602}, - {"Proto": "peerapi6", "Port": 36602} - ]}, - "Created": "2026-04-09T01:33:49.069476483Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6378058398781207, - "StableID": "nNxn4Bndor11CNTRL", + "ID": 1587717342691589, + "StableID": "nSf5hFe5QD11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "DiscoKey": "discokey:83da586bee351a23028f192cf1a785b7f07ada25a572dbf5f2c588fc9cb5461d", - "Addresses": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "AllowedIPs": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "Endpoints": ["77.164.248.136:45635", "10.65.0.27:45635", "172.17.0.1:45635"], + "Key": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "DiscoKey": "discokey:8b8e5dc03f2c3e6022cf818ff9ec6d2cca817f9cba9a816094a3d94773cdc83a", + "Addresses": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "AllowedIPs": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "Endpoints": ["77.164.248.136:48878", "10.65.0.27:48878", "172.17.0.1:48878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51062}, - {"Proto": "peerapi6", "Port": 51062} + {"Proto": "peerapi4", "Port": 45091}, + {"Proto": "peerapi6", "Port": 45091} ]}, - "Created": "2026-04-09T01:33:47.464892599Z", + "Created": "2026-04-09T08:39:49.447512906Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6485985289797870, - "StableID": "nun5rSqWes11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "DiscoKey": "discokey:0bb7ca51976a50c8948076d4f603e713cbd16544a878ab7db85700be646e1d17", - "Addresses": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "AllowedIPs": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "Endpoints": ["77.164.248.136:39851", "10.65.0.27:39851", "172.17.0.1:39851"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44299}, - {"Proto": "peerapi6", "Port": 44299} - ]}, - "Created": "2026-04-09T01:33:46.360191675Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6585667739413633, - "StableID": "ncACaoKfRt11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "DiscoKey": "discokey:d283d62fb845388604c4a231029ad4f0819c0998f030b2f87a80d164e3a89326", - "Addresses": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "AllowedIPs": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "Endpoints": ["77.164.248.136:39192", "10.65.0.27:39192", "172.17.0.1:39192"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58453}, - {"Proto": "peerapi6", "Port": 58453} - ]}, - "Created": "2026-04-09T01:33:51.200732865Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7059622614997870, - "StableID": "njTqwGKK8x11CNTRL", + "ID": 1739298600107964, + "StableID": "nBruLeRjaE11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "DiscoKey": "discokey:09bccc7e651a4625b51263808b7d6c39c835e466466cea5a2375765780016b6e", - "Addresses": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "AllowedIPs": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "Endpoints": ["77.164.248.136:37904", "10.65.0.27:37904", "172.17.0.1:37904"], + "Key": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "DiscoKey": "discokey:322f8afa84e4244d5438e48a5dcaccd127e274d14bdb4fc1f3c99999f7dad176", + "Addresses": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "AllowedIPs": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "Endpoints": ["77.164.248.136:36297", "10.65.0.27:36297", "172.17.0.1:36297"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33252}, - {"Proto": "peerapi6", "Port": 33252} + {"Proto": "peerapi4", "Port": 38310}, + {"Proto": "peerapi6", "Port": 38310} ]}, - "Created": "2026-04-09T01:33:52.283224539Z", + "Created": "2026-04-09T08:39:53.671899569Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7190553854156780, - "StableID": "nyXRC6fc9y11CNTRL", + "ID": 2238523100315494, + "StableID": "nX9wuwCqUJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "DiscoKey": "discokey:c13e29e32c91b03c1a7c9dddba04c77826ee441c3a0ce47d85b41e8fad86064d", + "Addresses": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "AllowedIPs": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "Endpoints": ["77.164.248.136:49884", "10.65.0.27:49884", "172.17.0.1:49884"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39090}, + {"Proto": "peerapi6", "Port": 39090} + ]}, + "Created": "2026-04-09T08:39:48.303936328Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3600720279887429, + "StableID": "nAqg3Lpm7V11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "DiscoKey": "discokey:94be4e0d61641e8fd2e31c1b3bba1351c8bb93a412a15a73031957606a7eb87e", + "Addresses": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "AllowedIPs": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "Endpoints": ["77.164.248.136:47112", "10.65.0.27:47112", "172.17.0.1:47112"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37449}, + {"Proto": "peerapi6", "Port": 37449} + ]}, + "Created": "2026-04-09T08:39:50.461071449Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4052452692705357, + "StableID": "nLgxUW4NeY11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "DiscoKey": "discokey:223976785ecb70f551d52f6eea81811c4528c412a07f2f6575013b139f39a42a", + "Addresses": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "AllowedIPs": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "Endpoints": ["77.164.248.136:43801", "10.65.0.27:43801", "172.17.0.1:43801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48446}, + {"Proto": "peerapi6", "Port": 48446} + ]}, + "Created": "2026-04-09T08:39:48.852329788Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 4264447278798810, + "StableID": "n7ob7LoNJa11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "DiscoKey": "discokey:5d5bfd59440105c9d69c320005cfdab6f5f9a55fd1dcf9ee4703532c58b3c472", + "Addresses": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "AllowedIPs": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "Endpoints": ["77.164.248.136:55415", "10.65.0.27:55415", "172.17.0.1:55415"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 41234}, + {"Proto": "peerapi6", "Port": 41234} + ]}, + "Created": "2026-04-09T08:39:52.61157031Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5733167213835562, + "StableID": "nm6vNhaZmm11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:f22849af807167bb9f69f8e59eb29d4f9b7ed8303deaa6dbd22d2909d268f425", + "Addresses": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "AllowedIPs": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "Endpoints": ["77.164.248.136:34708", "10.65.0.27:34708", "172.17.0.1:34708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48656}, + {"Proto": "peerapi6", "Port": 48656} + ]}, + "Created": "2026-04-09T08:39:54.210218313Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6235889881051821, + "StableID": "nYnEzfFFhq11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "KeyExpiry": "2026-10-06T08:39:55Z", + "DiscoKey": "discokey:8ebff9bac871e14bdfba982e37efaabce0d40b3a9af8c93325e3f8406bb81752", + "Addresses": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "AllowedIPs": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 51295}, + {"Proto": "peerapi6", "Port": 51295} + ]}, + "Created": "2026-04-09T08:39:55.292989249Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7540265711006763, + "StableID": "nYuNTfzzs121CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "DiscoKey": "discokey:b78445a8b67c58695aba06ca1d23c6a396596e78e2e15030fe38b0a463605f06", - "Addresses": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], - "AllowedIPs": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], + "Key": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "DiscoKey": "discokey:c9656b0452f20ec536bbc0ed31330005ee0188767823c8f610061651fe7f7109", + "Addresses": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "AllowedIPs": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "Endpoints": ["77.164.248.136:39867", "10.65.0.27:39867", "172.17.0.1:39867"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 40065}, - {"Proto": "peerapi6", "Port": 40065} + {"Proto": "peerapi4", "Port": 59161}, + {"Proto": "peerapi6", "Port": 59161} ]}, - "Created": "2026-04-09T01:33:50.12415949Z", + "Created": "2026-04-09T08:39:51.556600946Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7818531592161937, + "StableID": "nEdkVtZ24421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "DiscoKey": "discokey:ee0376c07971abe785417b80cadbe3458f900da10b491c7bd8fa1922d35c7f1c", + "Addresses": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "AllowedIPs": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "Endpoints": ["77.164.248.136:34246", "10.65.0.27:34246", "172.17.0.1:34246"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62368}, + {"Proto": "peerapi6", "Port": 62368} + ]}, + "Created": "2026-04-09T08:39:53.146532022Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7830506732746195, + "StableID": "n8hQfk8T9421CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "DiscoKey": "discokey:564e47dff4250839ed22ae1da615f193cf8f9b4fb4cd25eab680deaffdda551e", + "Addresses": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "AllowedIPs": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "Endpoints": ["77.164.248.136:47323", "10.65.0.27:47323", "172.17.0.1:47323"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 51624}, + {"Proto": "peerapi6", "Port": 51624} + ]}, + "Created": "2026-04-09T08:39:51.004171858Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8313915435350802, + "StableID": "nqkeMiTPv721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "DiscoKey": "discokey:09430bea84a558c33fc6f9d289b4e3066e806fff353d5e949fd15b4b6ae99246", + "Addresses": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "AllowedIPs": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "Endpoints": ["77.164.248.136:57564", "10.65.0.27:57564", "172.17.0.1:57564"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56969}, + {"Proto": "peerapi6", "Port": 56969} + ]}, + "Created": "2026-04-09T08:39:52.087834985Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8978476178035075, + "StableID": "nrCLWyLN7D21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "DiscoKey": "discokey:c4f9afe5284c32acebc530eb6cbf4552039490b5fb14282252bc877dcff1304b", + "Addresses": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "AllowedIPs": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "Endpoints": ["77.164.248.136:41836", "10.65.0.27:41836", "172.17.0.1:41836"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44226}, + {"Proto": "peerapi6", "Port": 44226} + ]}, + "Created": "2026-04-09T08:39:47.771662753Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17425,23 +17463,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17472,21 +17511,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6585667739413633, - "StableID": "ncACaoKfRt11CNTRL", + "ID": 4264447278798810, + "StableID": "n7ob7LoNJa11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 6585667739413633, - "Key": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "DiscoKey": "discokey:d283d62fb845388604c4a231029ad4f0819c0998f030b2f87a80d164e3a89326", - "Addresses": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "AllowedIPs": ["100.96.243.4/32", "fd7a:115c:a1e0::fd37:f305/128"], - "Endpoints": ["77.164.248.136:39192", "10.65.0.27:39192", "172.17.0.1:39192"], + "User": 4264447278798810, + "Key": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "DiscoKey": "discokey:5d5bfd59440105c9d69c320005cfdab6f5f9a55fd1dcf9ee4703532c58b3c472", + "Addresses": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "AllowedIPs": ["100.64.189.6/32", "fd7a:115c:a1e0::2a37:bd06/128"], + "Endpoints": ["77.164.248.136:55415", "10.65.0.27:55415", "172.17.0.1:55415"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 58453}, - {"Proto": "peerapi6", "Port": 58453}, + {"Proto": "peerapi4", "Port": 41234}, + {"Proto": "peerapi6", "Port": 41234}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:33:51.200732865Z", + "Created": "2026-04-09T08:39:52.61157031Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17514,299 +17553,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1b469f8e340cf0dc56181afad9703ba944d088c3c471d6d2522eb8f1fde0f303", - "MachineKey": "mkey:b3c38b21d0646fe32a1ffb3989249599a5639db0da628274d4ac3680168c432b", + "NodeKey": "nodekey:a3d33356831877f4cd50861319ea74a37fcd7c8d96c8a8197ba701602a00bd05", + "MachineKey": "mkey:c9c6b672dc5a104ca1966c82a514a84599cff3adc102715f289f726b424f8e54", "Peers": [{ - "ID": 649196675226108, - "StableID": "n5Dy7AJ25611CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:6fd2b014d689b2ff0a1347bee5805610e8e8ae4afe0aac650a846b13fbc07625", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:9bc8cef9401af7e41120863cefc4cb7d7538c94a612cca73f77612f56759835d", - "Addresses": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "AllowedIPs": ["100.64.118.38/32", "fd7a:115c:a1e0::fb37:7626/128"], - "Endpoints": ["77.164.248.136:55105", "10.65.0.27:55105", "172.17.0.1:55105"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36703}, - {"Proto": "peerapi6", "Port": 36703} - ]}, - "Created": "2026-04-09T01:33:53.372080362Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 826176859247593, - "StableID": "n8ndwNGBT711CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e20ed3d978baa9ae83c87f553d0718315f77eb8018e782d35d25532d6f4da49", - "DiscoKey": "discokey:2dbcbc79a7e01dee3ce73c958ba381e8689d28495634051a18a353e969accf48", - "Addresses": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "AllowedIPs": ["100.116.218.74/32", "fd7a:115c:a1e0::d637:da4a/128"], - "Endpoints": ["77.164.248.136:35437", "10.65.0.27:35437", "172.17.0.1:35437"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40069}, - {"Proto": "peerapi6", "Port": 40069} - ]}, - "Created": "2026-04-09T01:33:51.75364543Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 958557448556630, - "StableID": "nDtaJNg8V811CNTRL", + "ID": 47315980608257, + "StableID": "ntpTBpuRN111CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:081fe94931511b0ca424c82e7fb01c9627a3594aca0433b2a89b439aba89c67c", - "DiscoKey": "discokey:20b2e38cd46e63c50a2ca9b071187ea349e1ad64b3a9c6d5548eca66772d416c", - "Addresses": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "AllowedIPs": ["100.73.198.125/32", "fd7a:115c:a1e0::ba37:c67d/128"], - "Endpoints": ["77.164.248.136:44469", "10.65.0.27:44469", "172.17.0.1:44469"], + "Key": "nodekey:8c4d7768b6d072045b29d2c339e76103bcec329386701e1a2e4e3b2917648801", + "DiscoKey": "discokey:774149015d114da5f3dd5fed2120f9c8f6c8b0445a1ba23b32ae83c963b89263", + "Addresses": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "AllowedIPs": ["100.100.136.2/32", "fd7a:115c:a1e0::1737:8802/128"], + "Endpoints": ["77.164.248.136:33111", "10.65.0.27:33111", "172.17.0.1:33111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37396}, - {"Proto": "peerapi6", "Port": 37396} + {"Proto": "peerapi4", "Port": 51585}, + {"Proto": "peerapi6", "Port": 51585} ]}, - "Created": "2026-04-09T01:33:47.996243323Z", + "Created": "2026-04-09T08:39:49.933321653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1154771066509819, - "StableID": "nEaYpusz1A11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e31fe462ed4394490aed44d8ee75e6c703ca0afaae48c0a1f468481b2b130741", - "KeyExpiry": "2026-10-06T01:33:53Z", - "DiscoKey": "discokey:14b38513286f855d11f65178be99e80decc16c3e158aff8592d3edc109bd8d29", - "Addresses": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "AllowedIPs": ["100.83.7.66/32", "fd7a:115c:a1e0::2b37:742/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 65408}, - {"Proto": "peerapi6", "Port": 65408} - ]}, - "Created": "2026-04-09T01:33:53.919963208Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1303038756589088, - "StableID": "nZPessc9BB11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f34d9c91e55b3362d31b8fc2e18bc9f026805a5ee885df161571dea1ca4c760f", - "DiscoKey": "discokey:85b92540de88b73922534d1ec54b07c183ae74264c563757c8dbb8935437f06b", - "Addresses": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "AllowedIPs": ["100.76.118.16/32", "fd7a:115c:a1e0::ca37:7610/128"], - "Endpoints": ["77.164.248.136:48478", "10.65.0.27:48478", "172.17.0.1:48478"], + "ID": 1007458620796410, + "StableID": "nmWWSKEHs811CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:9a54d1400cbdb0cc6afaabf22450eed6422e02409251c0bd9e2c24a3bee01a37", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:b0d20fde1e96e3e52d32aa9559a5d2db1fd61ebcb1449c313b28ca22d56c8746", + "Addresses": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "AllowedIPs": ["100.96.26.56/32", "fd7a:115c:a1e0::be37:1a38/128"], + "Endpoints": ["77.164.248.136:55737", "10.65.0.27:55737", "172.17.0.1:55737"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 58274}, - {"Proto": "peerapi6", "Port": 58274} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 53367}, + {"Proto": "peerapi6", "Port": 53367} ]}, - "Created": "2026-04-09T01:33:45.821931299Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1798023352404324, - "StableID": "nmuPcR2L3F11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0e410839fffe13f0ead23db68bca2fbb1955426b16fa7eb2c48c852fc7f6f939", - "KeyExpiry": "2026-10-06T01:33:52Z", - "DiscoKey": "discokey:9f1ad65391fea4f23aa35c489455a8a4760beadffee1c5519463b9fc3182ef7d", - "Addresses": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "AllowedIPs": ["100.118.249.58/32", "fd7a:115c:a1e0::c737:f93a/128"], - "Endpoints": ["77.164.248.136:60084", "10.65.0.27:60084", "172.17.0.1:60084"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 52918}, - {"Proto": "peerapi6", "Port": 52918} - ]}, - "Created": "2026-04-09T01:33:52.837895945Z", + "Created": "2026-04-09T08:39:54.751875206Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }, { - "ID": 1889318049650778, - "StableID": "nyn9PXBgkF11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:677d8694d95a20f4ac8cd7683bbb8b446053d7a79cd4dabeb1924a7183ae5a06", - "DiscoKey": "discokey:fe1e548a2f70436f42bbbe2a0f8b14c2c17caa46b57b065c0140d341c4732922", - "Addresses": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "AllowedIPs": ["100.110.90.7/32", "fd7a:115c:a1e0::8337:5a07/128"], - "Endpoints": ["77.164.248.136:53895", "10.65.0.27:53895", "172.17.0.1:53895"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 40773}, - {"Proto": "peerapi6", "Port": 40773} - ]}, - "Created": "2026-04-09T01:33:49.585392117Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2802932117920226, - "StableID": "no965tGTtN11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca35db0350b731d63ea43b6f942d2fc1eeddd93cc6a2edbe03efe8b600455d31", - "DiscoKey": "discokey:c6e2c27411f9e5719b8d849fa9085977c4e9d61759ec917afcf7c8c807e4f769", - "Addresses": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "AllowedIPs": ["100.69.93.50/32", "fd7a:115c:a1e0::37:5d32/128"], - "Endpoints": ["77.164.248.136:48221", "10.65.0.27:48221", "172.17.0.1:48221"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58528}, - {"Proto": "peerapi6", "Port": 58528} - ]}, - "Created": "2026-04-09T01:33:46.918135954Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4305847777188184, - "StableID": "ndFTPYK8da11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:62bdf9df8a95d7696e699f1693d47db75dcf244abcce7d0eddaeec960250d66f", - "DiscoKey": "discokey:3d83fa5ce187ad5d67270a0bd96b48760ba38dad82398e850785d27f48f3e346", - "Addresses": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "AllowedIPs": ["100.80.214.112/32", "fd7a:115c:a1e0::237:d670/128"], - "Endpoints": ["77.164.248.136:43673", "10.65.0.27:43673", "172.17.0.1:43673"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 58375}, - {"Proto": "peerapi6", "Port": 58375} - ]}, - "Created": "2026-04-09T01:33:50.666891415Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 5922486805273339, - "StableID": "nz2yNmgJFo11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:60daec00c4e08e0784d25511b1f130162d867eb20faf1936bce966b124352b30", - "DiscoKey": "discokey:a7599a97decdf5b58d5fbd7bad419718615a5f945ba68ac7417cd0f8006f653c", - "Addresses": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "AllowedIPs": ["100.117.43.49/32", "fd7a:115c:a1e0::2437:2b31/128"], - "Endpoints": ["77.164.248.136:52983", "10.65.0.27:52983", "172.17.0.1:52983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 36602}, - {"Proto": "peerapi6", "Port": 36602} - ]}, - "Created": "2026-04-09T01:33:49.069476483Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 6378058398781207, - "StableID": "nNxn4Bndor11CNTRL", + "ID": 1587717342691589, + "StableID": "nSf5hFe5QD11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6a7c75780e814b9c177e00b3cefa3a60703e6b96973b3c9cdada81252f9db519", - "DiscoKey": "discokey:83da586bee351a23028f192cf1a785b7f07ada25a572dbf5f2c588fc9cb5461d", - "Addresses": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "AllowedIPs": ["100.93.181.26/32", "fd7a:115c:a1e0::2f37:b51a/128"], - "Endpoints": ["77.164.248.136:45635", "10.65.0.27:45635", "172.17.0.1:45635"], + "Key": "nodekey:88f7b6afdaabe4b4e18c60bacf37176a31eeae0db4d99d192e1032b7a67ac330", + "DiscoKey": "discokey:8b8e5dc03f2c3e6022cf818ff9ec6d2cca817f9cba9a816094a3d94773cdc83a", + "Addresses": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "AllowedIPs": ["100.122.195.49/32", "fd7a:115c:a1e0::a637:c331/128"], + "Endpoints": ["77.164.248.136:48878", "10.65.0.27:48878", "172.17.0.1:48878"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 51062}, - {"Proto": "peerapi6", "Port": 51062} + {"Proto": "peerapi4", "Port": 45091}, + {"Proto": "peerapi6", "Port": 45091} ]}, - "Created": "2026-04-09T01:33:47.464892599Z", + "Created": "2026-04-09T08:39:49.447512906Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 6485985289797870, - "StableID": "nun5rSqWes11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:03c47d2cada48d35932de006e4cab4384545b5cdc5e1d9a09998af2883051179", - "DiscoKey": "discokey:0bb7ca51976a50c8948076d4f603e713cbd16544a878ab7db85700be646e1d17", - "Addresses": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "AllowedIPs": ["100.69.17.122/32", "fd7a:115c:a1e0::8337:117a/128"], - "Endpoints": ["77.164.248.136:39851", "10.65.0.27:39851", "172.17.0.1:39851"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 44299}, - {"Proto": "peerapi6", "Port": 44299} - ]}, - "Created": "2026-04-09T01:33:46.360191675Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7059622614997870, - "StableID": "njTqwGKK8x11CNTRL", + "ID": 1739298600107964, + "StableID": "nBruLeRjaE11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:67abf45ce003bf8059c214060f955d622d2b10f35bf341768e9cdec1e54fdc4a", - "DiscoKey": "discokey:09bccc7e651a4625b51263808b7d6c39c835e466466cea5a2375765780016b6e", - "Addresses": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "AllowedIPs": ["100.79.220.75/32", "fd7a:115c:a1e0::e537:dc4b/128"], - "Endpoints": ["77.164.248.136:37904", "10.65.0.27:37904", "172.17.0.1:37904"], + "Key": "nodekey:fca5c0b28733eb507108a5faa9a04583706ac9ed4b2d2a89dad4feded431784c", + "DiscoKey": "discokey:322f8afa84e4244d5438e48a5dcaccd127e274d14bdb4fc1f3c99999f7dad176", + "Addresses": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "AllowedIPs": ["100.113.120.77/32", "fd7a:115c:a1e0::d437:784d/128"], + "Endpoints": ["77.164.248.136:36297", "10.65.0.27:36297", "172.17.0.1:36297"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 33252}, - {"Proto": "peerapi6", "Port": 33252} + {"Proto": "peerapi4", "Port": 38310}, + {"Proto": "peerapi6", "Port": 38310} ]}, - "Created": "2026-04-09T01:33:52.283224539Z", + "Created": "2026-04-09T08:39:53.671899569Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7190553854156780, - "StableID": "nyXRC6fc9y11CNTRL", + "ID": 2238523100315494, + "StableID": "nX9wuwCqUJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5bf36e39b17ec4f223601e563e446a92ea93977ecd788d2538851fb7d9fb7d70", + "DiscoKey": "discokey:c13e29e32c91b03c1a7c9dddba04c77826ee441c3a0ce47d85b41e8fad86064d", + "Addresses": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "AllowedIPs": ["100.123.125.113/32", "fd7a:115c:a1e0::d937:7d71/128"], + "Endpoints": ["77.164.248.136:49884", "10.65.0.27:49884", "172.17.0.1:49884"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39090}, + {"Proto": "peerapi6", "Port": 39090} + ]}, + "Created": "2026-04-09T08:39:48.303936328Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 3600720279887429, + "StableID": "nAqg3Lpm7V11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5ede6297f0c85b87df180b7be9d81f5cda5fa2433ca7d2dd5acf20d9cb405972", + "DiscoKey": "discokey:94be4e0d61641e8fd2e31c1b3bba1351c8bb93a412a15a73031957606a7eb87e", + "Addresses": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "AllowedIPs": ["100.64.89.115/32", "fd7a:115c:a1e0::cb37:5973/128"], + "Endpoints": ["77.164.248.136:47112", "10.65.0.27:47112", "172.17.0.1:47112"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 37449}, + {"Proto": "peerapi6", "Port": 37449} + ]}, + "Created": "2026-04-09T08:39:50.461071449Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4052452692705357, + "StableID": "nLgxUW4NeY11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7dc61169ceb351aacb215914d626d9f4c0c100a2ad6d202dd061b9d66f9d2d7f", + "DiscoKey": "discokey:223976785ecb70f551d52f6eea81811c4528c412a07f2f6575013b139f39a42a", + "Addresses": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "AllowedIPs": ["100.93.45.128/32", "fd7a:115c:a1e0::6f37:2d80/128"], + "Endpoints": ["77.164.248.136:43801", "10.65.0.27:43801", "172.17.0.1:43801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 48446}, + {"Proto": "peerapi6", "Port": 48446} + ]}, + "Created": "2026-04-09T08:39:48.852329788Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5733167213835562, + "StableID": "nm6vNhaZmm11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:bb706cc856255c59002692571a1f19c161c9b78045fab92f52b9ee0f2082f729", + "KeyExpiry": "2026-10-06T08:39:54Z", + "DiscoKey": "discokey:f22849af807167bb9f69f8e59eb29d4f9b7ed8303deaa6dbd22d2909d268f425", + "Addresses": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "AllowedIPs": ["100.66.247.42/32", "fd7a:115c:a1e0::2037:f72a/128"], + "Endpoints": ["77.164.248.136:34708", "10.65.0.27:34708", "172.17.0.1:34708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48656}, + {"Proto": "peerapi6", "Port": 48656} + ]}, + "Created": "2026-04-09T08:39:54.210218313Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6235889881051821, + "StableID": "nYnEzfFFhq11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:164921c97a990c33e66bef64531cb06a18b2b058eff1db42fb943c67bb1d6760", + "KeyExpiry": "2026-10-06T08:39:55Z", + "DiscoKey": "discokey:8ebff9bac871e14bdfba982e37efaabce0d40b3a9af8c93325e3f8406bb81752", + "Addresses": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "AllowedIPs": ["100.93.103.97/32", "fd7a:115c:a1e0::bb37:6761/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 51295}, + {"Proto": "peerapi6", "Port": 51295} + ]}, + "Created": "2026-04-09T08:39:55.292989249Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7540265711006763, + "StableID": "nYuNTfzzs121CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ed325f7c55422f4736025bc5480b32d2e2b3b31177f8125ac17c5fbc3587614", - "DiscoKey": "discokey:b78445a8b67c58695aba06ca1d23c6a396596e78e2e15030fe38b0a463605f06", - "Addresses": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], - "AllowedIPs": ["100.88.118.21/32", "fd7a:115c:a1e0::c337:7615/128"], + "Key": "nodekey:0ff5bccdcca3cfaa3f5771e9281e949a9f17eebc163f5ce7e72ccbf860bb2e00", + "DiscoKey": "discokey:c9656b0452f20ec536bbc0ed31330005ee0188767823c8f610061651fe7f7109", + "Addresses": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "AllowedIPs": ["100.123.46.1/32", "fd7a:115c:a1e0::6037:2e01/128"], + "Endpoints": ["77.164.248.136:39867", "10.65.0.27:39867", "172.17.0.1:39867"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 40065}, - {"Proto": "peerapi6", "Port": 40065} + {"Proto": "peerapi4", "Port": 59161}, + {"Proto": "peerapi6", "Port": 59161} ]}, - "Created": "2026-04-09T01:33:50.12415949Z", + "Created": "2026-04-09T08:39:51.556600946Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 7818531592161937, + "StableID": "nEdkVtZ24421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:feb467f050c3a0ac929c0dccb57d8d3cecdd6c5a4710e714d9bac8915593151b", + "DiscoKey": "discokey:ee0376c07971abe785417b80cadbe3458f900da10b491c7bd8fa1922d35c7f1c", + "Addresses": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "AllowedIPs": ["100.83.21.28/32", "fd7a:115c:a1e0::5537:151c/128"], + "Endpoints": ["77.164.248.136:34246", "10.65.0.27:34246", "172.17.0.1:34246"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 62368}, + {"Proto": "peerapi6", "Port": 62368} + ]}, + "Created": "2026-04-09T08:39:53.146532022Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7830506732746195, + "StableID": "n8hQfk8T9421CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:11d5277fe9144601ca02f2dc6de2f82d43a21ea25acfec480e5cd5d6a3100c40", + "DiscoKey": "discokey:564e47dff4250839ed22ae1da615f193cf8f9b4fb4cd25eab680deaffdda551e", + "Addresses": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "AllowedIPs": ["100.80.12.65/32", "fd7a:115c:a1e0::a337:c41/128"], + "Endpoints": ["77.164.248.136:47323", "10.65.0.27:47323", "172.17.0.1:47323"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 51624}, + {"Proto": "peerapi6", "Port": 51624} + ]}, + "Created": "2026-04-09T08:39:51.004171858Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8313915435350802, + "StableID": "nqkeMiTPv721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0ea8d4531e597dc49c5667a1d561ff7ce6d30204f2203508085029ead541a518", + "DiscoKey": "discokey:09430bea84a558c33fc6f9d289b4e3066e806fff353d5e949fd15b4b6ae99246", + "Addresses": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "AllowedIPs": ["100.65.165.25/32", "fd7a:115c:a1e0::d537:a519/128"], + "Endpoints": ["77.164.248.136:57564", "10.65.0.27:57564", "172.17.0.1:57564"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 56969}, + {"Proto": "peerapi6", "Port": 56969} + ]}, + "Created": "2026-04-09T08:39:52.087834985Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8978476178035075, + "StableID": "nrCLWyLN7D21CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a3e0e61b56f253cbb1c30952f05edcae4e442c49e500e188447d8c9ad38da92b", + "DiscoKey": "discokey:c4f9afe5284c32acebc530eb6cbf4552039490b5fb14282252bc877dcff1304b", + "Addresses": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "AllowedIPs": ["100.77.169.44/32", "fd7a:115c:a1e0::d337:a92d/128"], + "Endpoints": ["77.164.248.136:41836", "10.65.0.27:41836", "172.17.0.1:41836"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44226}, + {"Proto": "peerapi6", "Port": 44226} + ]}, + "Created": "2026-04-09T08:39:47.771662753Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18654,27 +18694,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6585667739413633": { - "ID": 6585667739413633, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4264447278798810": { + "ID": 4264447278798810, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-e2.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-e2.hujson index 2d0556ea..6535870d 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-e2.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-e2.hujson @@ -3,7 +3,7 @@ // ssh e2 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:33:57Z +// Captured at: 2026-04-09T08:39:58Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-e2", "description": "ssh e2", "category": "ssh", - "captured_at": "2026-04-09T01:33:57.538877605Z", + "captured_at": "2026-04-09T08:39:58.882111849Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "error": true, @@ -20,7 +20,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -39,119 +39,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh e2\",\n\t\"id\": \"ssh-e2\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@nonexistent.example.com\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh e2\",\n\t\"id\": \"ssh-e2\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@nonexistent.example.com\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-e2.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.126.245.73", - "ipv6": "fd7a:115c:a1e0::5b37:f549", + "ipv4": "100.78.87.113", + "ipv6": "fd7a:115c:a1e0::5037:5771", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.79.100.38", - "ipv6": "fd7a:115c:a1e0::c737:6426", + "ipv4": "100.93.196.19", + "ipv6": "fd7a:115c:a1e0::6c37:c413", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.101.187.100", - "ipv6": "fd7a:115c:a1e0::9837:bb64", + "ipv4": "100.125.69.14", + "ipv6": "fd7a:115c:a1e0::9937:450e", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.92.193.31", - "ipv6": "fd7a:115c:a1e0::5437:c11f", + "ipv4": "100.115.229.84", + "ipv6": "fd7a:115c:a1e0::6f37:e554", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.89.74.47", - "ipv6": "fd7a:115c:a1e0::6637:4a2f", + "ipv4": "100.70.170.88", + "ipv6": "fd7a:115c:a1e0::7137:aa58", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.98.202.46", - "ipv6": "fd7a:115c:a1e0::8737:ca2e", + "ipv4": "100.123.186.69", + "ipv6": "fd7a:115c:a1e0::ee37:ba45", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.95.110.2", - "ipv6": "fd7a:115c:a1e0::7937:6e02", + "ipv4": "100.126.192.91", + "ipv6": "fd7a:115c:a1e0::9737:c05b", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.102.183.7", - "ipv6": "fd7a:115c:a1e0::dd37:b707", + "ipv4": "100.111.161.8", + "ipv6": "fd7a:115c:a1e0::9437:a108", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.91.33.119", - "ipv6": "fd7a:115c:a1e0::5c37:2177", + "ipv4": "100.87.15.15", + "ipv6": "fd7a:115c:a1e0::4037:f0f", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.126.91.55", - "ipv6": "fd7a:115c:a1e0::3d37:5b37", + "ipv4": "100.65.84.98", + "ipv6": "fd7a:115c:a1e0::b537:5462", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.114.172.22", - "ipv6": "fd7a:115c:a1e0::1f37:ac16", + "ipv4": "100.66.207.109", + "ipv6": "fd7a:115c:a1e0::2637:cf6d", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.70.102.48", - "ipv6": "fd7a:115c:a1e0::737:6630", + "ipv4": "100.89.7.110", + "ipv6": "fd7a:115c:a1e0::3237:76e", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.127.206.37", - "ipv6": "fd7a:115c:a1e0::f537:ce25", + "ipv4": "100.95.162.72", + "ipv6": "fd7a:115c:a1e0::5437:a248", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.110.134.25", - "ipv6": "fd7a:115c:a1e0::2037:8619", + "ipv4": "100.97.175.119", + "ipv6": "fd7a:115c:a1e0::3b37:af77", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.90.24.63", - "ipv6": "fd7a:115c:a1e0::fd37:1840", + "ipv4": "100.64.9.119", + "ipv6": "fd7a:115c:a1e0::3d37:977", "routable_ips": [], "approved_routes": [] }}}, @@ -183,21 +183,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7136513250283420, - "StableID": "nHMz5u69jx11CNTRL", + "ID": 1824053974754488, + "StableID": "nHM3ago7FF11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 7136513250283420, - "Key": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "DiscoKey": "discokey:cf1445c21c022092076d5a2efbd12920cf5010e03d68ccbc015e4cfd513fdf10", - "Addresses": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "AllowedIPs": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "Endpoints": ["77.164.248.136:44219", "10.65.0.27:44219", "172.17.0.1:44219"], + "User": 1824053974754488, + "Key": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "DiscoKey": "discokey:fa4a4259e61d9e6f15d312aa60e7ccb316f741e71c789af38b6fed2f82eadc33", + "Addresses": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "AllowedIPs": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "Endpoints": ["77.164.248.136:54393", "10.65.0.27:54393", "172.17.0.1:54393"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 61572}, - {"Proto": "peerapi6", "Port": 61572}, + {"Proto": "peerapi4", "Port": 62433}, + {"Proto": "peerapi6", "Port": 62433}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:06.425707266Z", + "Created": "2026-04-09T08:40:07.684237149Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -225,295 +225,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "MachineKey": "mkey:3cdaf211c1316d53de14b295dd9d7d79fa7cde44172f853d49698d821d9c137a", + "NodeKey": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "MachineKey": "mkey:42fa43bcaa804b4a17d7fdcf52ff4c40225771ed24d37f6f475c4aae6dc4e70e", "Peers": [{ - "ID": 216668436907624, - "StableID": "nsekpiW8h211CNTRL", + "ID": 1117004278218973, + "StableID": "nGrk4toti911CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "DiscoKey": "discokey:4da32d6f3737f0c08457da06e06303081b8fb221087277a4d1d41bf08eac204b", - "Addresses": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "AllowedIPs": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "Endpoints": ["77.164.248.136:56984", "10.65.0.27:56984", "172.17.0.1:56984"], + "Key": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "DiscoKey": "discokey:e505de281eebf316d8340662aed0c76d39dc07779f523f735bba1a8c20019c0e", + "Addresses": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "AllowedIPs": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "Endpoints": ["77.164.248.136:36064", "10.65.0.27:36064", "172.17.0.1:36064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58684}, - {"Proto": "peerapi6", "Port": 58684} + {"Proto": "peerapi4", "Port": 40287}, + {"Proto": "peerapi6", "Port": 40287} ]}, - "Created": "2026-04-09T01:34:01.546333232Z", + "Created": "2026-04-09T08:40:02.602967314Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 344510587988524, - "StableID": "n5MVw7i2h311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "DiscoKey": "discokey:0044d999bb4c5e7c670344139fe2bca5520a069ada01a3e9132ac1703b8da334", - "Addresses": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "AllowedIPs": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "Endpoints": ["77.164.248.136:35597", "10.65.0.27:35597", "172.17.0.1:35597"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 54509}, - {"Proto": "peerapi6", "Port": 54509} - ]}, - "Created": "2026-04-09T01:34:03.720699131Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1149202859517703, - "StableID": "neEFSQcUy911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "DiscoKey": "discokey:b4fee540aaae10d60da9a5e19450ae8616058412c3cd55dcc81d14d41fd83869", - "Addresses": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "AllowedIPs": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "Endpoints": ["77.164.248.136:42685", "10.65.0.27:42685", "172.17.0.1:42685"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59711}, - {"Proto": "peerapi6", "Port": 59711} - ]}, - "Created": "2026-04-09T01:34:00.493191411Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1172570602155861, - "StableID": "nedKqbS4AA11CNTRL", + "ID": 1213910702578521, + "StableID": "nUpownNnUA11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "KeyExpiry": "2026-10-06T01:34:07Z", - "DiscoKey": "discokey:a570369916b09db866af271646e80e4307c81f2cd8b975aa6c6cb84cb36ed138", - "Addresses": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "AllowedIPs": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "Endpoints": ["77.164.248.136:47489", "10.65.0.27:47489", "172.17.0.1:47489"], - "HomeDERP": 14, + "Key": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:b9551e571cceb811a5068d190b22cc80182035e52d5ec5ec9547f7ce9af25114", + "Addresses": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "AllowedIPs": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "Endpoints": ["77.164.248.136:41286", "10.65.0.27:41286", "172.17.0.1:41286"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43061}, - {"Proto": "peerapi6", "Port": 43061} + {"Proto": "peerapi4", "Port": 48316}, + {"Proto": "peerapi6", "Port": 48316} ]}, - "Created": "2026-04-09T01:34:07.491838645Z", + "Created": "2026-04-09T08:40:08.776789111Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1864996773948653, - "StableID": "nA5tXZJfZF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "DiscoKey": "discokey:9733944e50c5045a11ffeb0c8b62e6a1ab0461dc708bce4286cd5e42b1439f6f", - "Addresses": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "AllowedIPs": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "Endpoints": ["77.164.248.136:40399", "10.65.0.27:40399", "172.17.0.1:40399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50012}, - {"Proto": "peerapi6", "Port": 50012} - ]}, - "Created": "2026-04-09T01:34:01.00994936Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3003984234642922, - "StableID": "nXFy9BaWTQ11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "DiscoKey": "discokey:8f169e2162185a7d7ec9551305e535624cae06fdb6eea4e382745c10e4385804", - "Addresses": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "AllowedIPs": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "Endpoints": ["77.164.248.136:45399", "10.65.0.27:45399", "172.17.0.1:45399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 48600}, - {"Proto": "peerapi6", "Port": 48600} - ]}, - "Created": "2026-04-09T01:34:02.642557384Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3478117921819679, - "StableID": "nNJmV5GFAU11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "DiscoKey": "discokey:428ef36df74a7a12123af1116b1d4d9d636b86e12afe79d21bda0b2f6a31e914", - "Addresses": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "AllowedIPs": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "Endpoints": ["77.164.248.136:42026", "10.65.0.27:42026", "172.17.0.1:42026"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55544}, - {"Proto": "peerapi6", "Port": 55544} - ]}, - "Created": "2026-04-09T01:34:04.797393414Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4260855142674435, - "StableID": "nNA2MVSkGa11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "DiscoKey": "discokey:942519a92c0df82a2c1c549f1eb2a445fe0eca6b751bcc03682c409b9f50d814", - "Addresses": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "AllowedIPs": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "Endpoints": ["77.164.248.136:52066", "10.65.0.27:52066", "172.17.0.1:52066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 41880}, - {"Proto": "peerapi6", "Port": 41880} - ]}, - "Created": "2026-04-09T01:34:02.093114417Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4386850726173297, - "StableID": "nUAEcX8pFb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "DiscoKey": "discokey:8d7f7002301948ca308e88d85a41a626382736801c98df8477f22c5cc5d2aa11", - "Addresses": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "AllowedIPs": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "Endpoints": ["77.164.248.136:37018", "10.65.0.27:37018", "172.17.0.1:37018"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55035}, - {"Proto": "peerapi6", "Port": 55035} - ]}, - "Created": "2026-04-09T01:34:04.253968751Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4832263010728313, - "StableID": "nkQ9xbMYje11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "KeyExpiry": "2026-10-06T01:34:08Z", - "DiscoKey": "discokey:98b881652617c596dd28ebaf391a9f8c76adca075f59f0c432a27e697de32d27", - "Addresses": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "AllowedIPs": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33515}, - {"Proto": "peerapi6", "Port": 33515} - ]}, - "Created": "2026-04-09T01:34:08.037618867Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6485841257381337, - "StableID": "nUNJC14Tes11CNTRL", + "ID": 1534787273060931, + "StableID": "nJQvg2G7zC11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "DiscoKey": "discokey:25b0e509e4c82be93701ae464cd6312bce9b566131c916d9410aa98d0f10b96c", - "Addresses": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "AllowedIPs": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "Endpoints": ["77.164.248.136:52314", "10.65.0.27:52314", "172.17.0.1:52314"], + "Key": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "DiscoKey": "discokey:4b7c795e0db86360da21028a7dd584a3a0a45473d32bdeca27a2eaf57b680a64", + "Addresses": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "AllowedIPs": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "Endpoints": ["77.164.248.136:52111", "10.65.0.27:52111", "172.17.0.1:52111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47281}, - {"Proto": "peerapi6", "Port": 47281} + {"Proto": "peerapi4", "Port": 46949}, + {"Proto": "peerapi6", "Port": 46949} ]}, - "Created": "2026-04-09T01:34:03.175683934Z", + "Created": "2026-04-09T08:40:04.208572557Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6836116644127662, - "StableID": "nbqGf9C6Pv11CNTRL", + "ID": 3149287239671159, + "StableID": "nJUF9GSKbR11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "DiscoKey": "discokey:5f8e63815c3b2e834f3e6ea6c3d16aa09df4b327d46f24d4cc1a7024b7b23300", + "Addresses": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "AllowedIPs": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "Endpoints": ["77.164.248.136:33651", "10.65.0.27:33651", "172.17.0.1:33651"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57465}, + {"Proto": "peerapi6", "Port": 57465} + ]}, + "Created": "2026-04-09T08:40:01.540284487Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3543634208575782, + "StableID": "nfjaQBGvfU11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "DiscoKey": "discokey:125d407a6e5697884e009244a3a566101d616cd4c205a1fec74101b91dd7db26", + "Addresses": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "AllowedIPs": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "Endpoints": ["77.164.248.136:45479", "10.65.0.27:45479", "172.17.0.1:45479"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53397}, + {"Proto": "peerapi6", "Port": 53397} + ]}, + "Created": "2026-04-09T08:40:02.071913313Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4344442269404951, + "StableID": "n4PDWd8cva11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "DiscoKey": "discokey:61f3486a183d30bfbe9958d3c1aab2ea96aa9b7c35d9f39ff8882eb040880554", + "Addresses": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "AllowedIPs": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "Endpoints": ["77.164.248.136:58277", "10.65.0.27:58277", "172.17.0.1:58277"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42689}, + {"Proto": "peerapi6", "Port": 42689} + ]}, + "Created": "2026-04-09T08:40:03.671540139Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4691430026453831, + "StableID": "na6ePsukdd11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "DiscoKey": "discokey:c01aac81abc1f7926e6aeaa7d4bbc0b789dca5055594f0165ef12823b1471076", + "Addresses": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "AllowedIPs": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "Endpoints": ["77.164.248.136:55371", "10.65.0.27:55371", "172.17.0.1:55371"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 38581}, + {"Proto": "peerapi6", "Port": 38581} + ]}, + "Created": "2026-04-09T08:40:04.74736884Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4733413029778050, + "StableID": "nuWYdZjmxd11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "DiscoKey": "discokey:ef8ea95f5641725ca52f75639a3adb7a7dd1294a87d50ac85060a281ca13e04c", - "Addresses": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "AllowedIPs": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "Endpoints": ["77.164.248.136:42935", "10.65.0.27:42935", "172.17.0.1:42935"], + "Key": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "DiscoKey": "discokey:1f70b1e80ee5f3be650ce4a99599d1073f000ffe26ebb4ec8e988afd1927c921", + "Addresses": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "AllowedIPs": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "Endpoints": ["77.164.248.136:33231", "10.65.0.27:33231", "172.17.0.1:33231"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 38810}, - {"Proto": "peerapi6", "Port": 38810} + {"Proto": "peerapi4", "Port": 50042}, + {"Proto": "peerapi6", "Port": 50042} ]}, - "Created": "2026-04-09T01:34:05.886488593Z", + "Created": "2026-04-09T08:40:07.172578734Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7131904448338622, - "StableID": "nmQL3734hx11CNTRL", + "ID": 5021037141425079, + "StableID": "nJcKTd83Dg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "DiscoKey": "discokey:590df92e69401b0772a57012095ca527e51fb9315c96a77239efec46c943c44b", + "Addresses": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "AllowedIPs": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "Endpoints": ["77.164.248.136:40374", "10.65.0.27:40374", "172.17.0.1:40374"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 42437}, + {"Proto": "peerapi6", "Port": 42437} + ]}, + "Created": "2026-04-09T08:40:05.288463423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5706768985873785, + "StableID": "npWRNN9cZm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "DiscoKey": "discokey:5684f66d57275321cdeffbd60f8e47f7ba7722eba2e6bf42583c83dba75db321", + "Addresses": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "AllowedIPs": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "Endpoints": ["77.164.248.136:49927", "10.65.0.27:49927", "172.17.0.1:49927"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 42838}, + {"Proto": "peerapi6", "Port": 42838} + ]}, + "Created": "2026-04-09T08:40:05.828719396Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6275161501695670, + "StableID": "n7VBdQr21r11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "KeyExpiry": "2026-10-06T01:34:06Z", - "DiscoKey": "discokey:40f5d1683c6a31a33a1578e5272e6361ec96f99440eee48810d6d0ff6e57855f", - "Addresses": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "AllowedIPs": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "Endpoints": ["77.164.248.136:52416", "10.65.0.27:52416", "172.17.0.1:52416"], + "Key": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:2713cd28350f3be350a47ce3da598c4fede369c01931a912d90f2366ef118a08", + "Addresses": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "AllowedIPs": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "Endpoints": ["77.164.248.136:34239", "10.65.0.27:34239", "172.17.0.1:34239"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62551}, - {"Proto": "peerapi6", "Port": 62551} + {"Proto": "peerapi4", "Port": 44430}, + {"Proto": "peerapi6", "Port": 44430} ]}, - "Created": "2026-04-09T01:34:06.954030569Z", + "Created": "2026-04-09T08:40:08.24602731Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7930595492982536, - "StableID": "n3vef9Jnv421CNTRL", + "ID": 6424918018733626, + "StableID": "ndAcDhhrAs11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "DiscoKey": "discokey:591d9040dfe6d92c6c6d3bbbf2a444f4b4773572903ee6ec4402a323c6dd551c", + "Addresses": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "AllowedIPs": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "Endpoints": ["77.164.248.136:41507", "10.65.0.27:41507", "172.17.0.1:41507"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55000}, + {"Proto": "peerapi6", "Port": 55000} + ]}, + "Created": "2026-04-09T08:40:03.141484354Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7410822627698052, + "StableID": "nVXWS9kNsz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "KeyExpiry": "2026-10-06T08:40:09Z", + "DiscoKey": "discokey:fb95f033767de1a5b88be6255c9165e8f0e804cf9b3e7b29dcf362fa28350238", + "Addresses": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "AllowedIPs": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46166}, + {"Proto": "peerapi6", "Port": 46166} + ]}, + "Created": "2026-04-09T08:40:09.29864071Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8062292192600666, + "StableID": "nmGB3CkRx521CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "DiscoKey": "discokey:cd2a0bef3a32fba5896cd18d9995643bd17e2a7549a8fc1e57fc0e17c2165641", - "Addresses": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "AllowedIPs": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "Endpoints": ["77.164.248.136:49431", "10.65.0.27:49431", "172.17.0.1:49431"], + "Key": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "DiscoKey": "discokey:d3733f4577912b8be689c27abd6125516a29135ed104e2d22dd12c3264306357", + "Addresses": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "AllowedIPs": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "Endpoints": ["77.164.248.136:56777", "10.65.0.27:56777", "172.17.0.1:56777"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50960}, - {"Proto": "peerapi6", "Port": 50960} + {"Proto": "peerapi4", "Port": 35588}, + {"Proto": "peerapi6", "Port": 35588} ]}, - "Created": "2026-04-09T01:34:05.350068959Z", + "Created": "2026-04-09T08:40:06.676752955Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, @@ -1366,27 +1366,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7136513250283420": { - "ID": 7136513250283420, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1824053974754488": { + "ID": 1824053974754488, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "blastoise": { @@ -1417,26 +1419,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6485841257381337, - "StableID": "nUNJC14Tes11CNTRL", + "ID": 1534787273060931, + "StableID": "nJQvg2G7zC11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 6485841257381337, - "Key": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "DiscoKey": "discokey:25b0e509e4c82be93701ae464cd6312bce9b566131c916d9410aa98d0f10b96c", - "Addresses": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "AllowedIPs": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "Endpoints": ["77.164.248.136:52314", "10.65.0.27:52314", "172.17.0.1:52314"], + "User": 1534787273060931, + "Key": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "DiscoKey": "discokey:4b7c795e0db86360da21028a7dd584a3a0a45473d32bdeca27a2eaf57b680a64", + "Addresses": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "AllowedIPs": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "Endpoints": ["77.164.248.136:52111", "10.65.0.27:52111", "172.17.0.1:52111"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 47281}, - {"Proto": "peerapi6", "Port": 47281}, + {"Proto": "peerapi4", "Port": 46949}, + {"Proto": "peerapi6", "Port": 46949}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:03.175683934Z", + "Created": "2026-04-09T08:40:04.208572557Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1464,295 +1466,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "MachineKey": "mkey:4f4919f075b98915ad82e8cdfc5a00ed87ef68e15b302ecbaa1adc7dc881d23b", + "NodeKey": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "MachineKey": "mkey:fbbf350515b99d17129c852944b0fd4b91746516dda6481aaa6bf7218974145b", "Peers": [{ - "ID": 216668436907624, - "StableID": "nsekpiW8h211CNTRL", + "ID": 1117004278218973, + "StableID": "nGrk4toti911CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "DiscoKey": "discokey:4da32d6f3737f0c08457da06e06303081b8fb221087277a4d1d41bf08eac204b", - "Addresses": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "AllowedIPs": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "Endpoints": ["77.164.248.136:56984", "10.65.0.27:56984", "172.17.0.1:56984"], + "Key": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "DiscoKey": "discokey:e505de281eebf316d8340662aed0c76d39dc07779f523f735bba1a8c20019c0e", + "Addresses": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "AllowedIPs": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "Endpoints": ["77.164.248.136:36064", "10.65.0.27:36064", "172.17.0.1:36064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58684}, - {"Proto": "peerapi6", "Port": 58684} + {"Proto": "peerapi4", "Port": 40287}, + {"Proto": "peerapi6", "Port": 40287} ]}, - "Created": "2026-04-09T01:34:01.546333232Z", + "Created": "2026-04-09T08:40:02.602967314Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 344510587988524, - "StableID": "n5MVw7i2h311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "DiscoKey": "discokey:0044d999bb4c5e7c670344139fe2bca5520a069ada01a3e9132ac1703b8da334", - "Addresses": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "AllowedIPs": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "Endpoints": ["77.164.248.136:35597", "10.65.0.27:35597", "172.17.0.1:35597"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 54509}, - {"Proto": "peerapi6", "Port": 54509} - ]}, - "Created": "2026-04-09T01:34:03.720699131Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1149202859517703, - "StableID": "neEFSQcUy911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "DiscoKey": "discokey:b4fee540aaae10d60da9a5e19450ae8616058412c3cd55dcc81d14d41fd83869", - "Addresses": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "AllowedIPs": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "Endpoints": ["77.164.248.136:42685", "10.65.0.27:42685", "172.17.0.1:42685"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59711}, - {"Proto": "peerapi6", "Port": 59711} - ]}, - "Created": "2026-04-09T01:34:00.493191411Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1172570602155861, - "StableID": "nedKqbS4AA11CNTRL", + "ID": 1213910702578521, + "StableID": "nUpownNnUA11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "KeyExpiry": "2026-10-06T01:34:07Z", - "DiscoKey": "discokey:a570369916b09db866af271646e80e4307c81f2cd8b975aa6c6cb84cb36ed138", - "Addresses": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "AllowedIPs": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "Endpoints": ["77.164.248.136:47489", "10.65.0.27:47489", "172.17.0.1:47489"], - "HomeDERP": 14, + "Key": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:b9551e571cceb811a5068d190b22cc80182035e52d5ec5ec9547f7ce9af25114", + "Addresses": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "AllowedIPs": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "Endpoints": ["77.164.248.136:41286", "10.65.0.27:41286", "172.17.0.1:41286"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43061}, - {"Proto": "peerapi6", "Port": 43061} + {"Proto": "peerapi4", "Port": 48316}, + {"Proto": "peerapi6", "Port": 48316} ]}, - "Created": "2026-04-09T01:34:07.491838645Z", + "Created": "2026-04-09T08:40:08.776789111Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1864996773948653, - "StableID": "nA5tXZJfZF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "DiscoKey": "discokey:9733944e50c5045a11ffeb0c8b62e6a1ab0461dc708bce4286cd5e42b1439f6f", - "Addresses": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "AllowedIPs": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "Endpoints": ["77.164.248.136:40399", "10.65.0.27:40399", "172.17.0.1:40399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50012}, - {"Proto": "peerapi6", "Port": 50012} - ]}, - "Created": "2026-04-09T01:34:01.00994936Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3003984234642922, - "StableID": "nXFy9BaWTQ11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "DiscoKey": "discokey:8f169e2162185a7d7ec9551305e535624cae06fdb6eea4e382745c10e4385804", - "Addresses": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "AllowedIPs": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "Endpoints": ["77.164.248.136:45399", "10.65.0.27:45399", "172.17.0.1:45399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 48600}, - {"Proto": "peerapi6", "Port": 48600} - ]}, - "Created": "2026-04-09T01:34:02.642557384Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3478117921819679, - "StableID": "nNJmV5GFAU11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "DiscoKey": "discokey:428ef36df74a7a12123af1116b1d4d9d636b86e12afe79d21bda0b2f6a31e914", - "Addresses": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "AllowedIPs": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "Endpoints": ["77.164.248.136:42026", "10.65.0.27:42026", "172.17.0.1:42026"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55544}, - {"Proto": "peerapi6", "Port": 55544} - ]}, - "Created": "2026-04-09T01:34:04.797393414Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4260855142674435, - "StableID": "nNA2MVSkGa11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "DiscoKey": "discokey:942519a92c0df82a2c1c549f1eb2a445fe0eca6b751bcc03682c409b9f50d814", - "Addresses": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "AllowedIPs": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "Endpoints": ["77.164.248.136:52066", "10.65.0.27:52066", "172.17.0.1:52066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 41880}, - {"Proto": "peerapi6", "Port": 41880} - ]}, - "Created": "2026-04-09T01:34:02.093114417Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4386850726173297, - "StableID": "nUAEcX8pFb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "DiscoKey": "discokey:8d7f7002301948ca308e88d85a41a626382736801c98df8477f22c5cc5d2aa11", - "Addresses": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "AllowedIPs": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "Endpoints": ["77.164.248.136:37018", "10.65.0.27:37018", "172.17.0.1:37018"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55035}, - {"Proto": "peerapi6", "Port": 55035} - ]}, - "Created": "2026-04-09T01:34:04.253968751Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4832263010728313, - "StableID": "nkQ9xbMYje11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "KeyExpiry": "2026-10-06T01:34:08Z", - "DiscoKey": "discokey:98b881652617c596dd28ebaf391a9f8c76adca075f59f0c432a27e697de32d27", - "Addresses": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "AllowedIPs": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33515}, - {"Proto": "peerapi6", "Port": 33515} - ]}, - "Created": "2026-04-09T01:34:08.037618867Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6836116644127662, - "StableID": "nbqGf9C6Pv11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "DiscoKey": "discokey:ef8ea95f5641725ca52f75639a3adb7a7dd1294a87d50ac85060a281ca13e04c", - "Addresses": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "AllowedIPs": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "Endpoints": ["77.164.248.136:42935", "10.65.0.27:42935", "172.17.0.1:42935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 38810}, - {"Proto": "peerapi6", "Port": 38810} - ]}, - "Created": "2026-04-09T01:34:05.886488593Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7131904448338622, - "StableID": "nmQL3734hx11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "KeyExpiry": "2026-10-06T01:34:06Z", - "DiscoKey": "discokey:40f5d1683c6a31a33a1578e5272e6361ec96f99440eee48810d6d0ff6e57855f", - "Addresses": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "AllowedIPs": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "Endpoints": ["77.164.248.136:52416", "10.65.0.27:52416", "172.17.0.1:52416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62551}, - {"Proto": "peerapi6", "Port": 62551} - ]}, - "Created": "2026-04-09T01:34:06.954030569Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7136513250283420, - "StableID": "nHMz5u69jx11CNTRL", + "ID": 1824053974754488, + "StableID": "nHM3ago7FF11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "DiscoKey": "discokey:cf1445c21c022092076d5a2efbd12920cf5010e03d68ccbc015e4cfd513fdf10", - "Addresses": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "AllowedIPs": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "Endpoints": ["77.164.248.136:44219", "10.65.0.27:44219", "172.17.0.1:44219"], + "Key": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "DiscoKey": "discokey:fa4a4259e61d9e6f15d312aa60e7ccb316f741e71c789af38b6fed2f82eadc33", + "Addresses": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "AllowedIPs": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "Endpoints": ["77.164.248.136:54393", "10.65.0.27:54393", "172.17.0.1:54393"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61572}, - {"Proto": "peerapi6", "Port": 61572} + {"Proto": "peerapi4", "Port": 62433}, + {"Proto": "peerapi6", "Port": 62433} ]}, - "Created": "2026-04-09T01:34:06.425707266Z", + "Created": "2026-04-09T08:40:07.684237149Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7930595492982536, - "StableID": "n3vef9Jnv421CNTRL", + "ID": 3149287239671159, + "StableID": "nJUF9GSKbR11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "DiscoKey": "discokey:5f8e63815c3b2e834f3e6ea6c3d16aa09df4b327d46f24d4cc1a7024b7b23300", + "Addresses": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "AllowedIPs": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "Endpoints": ["77.164.248.136:33651", "10.65.0.27:33651", "172.17.0.1:33651"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57465}, + {"Proto": "peerapi6", "Port": 57465} + ]}, + "Created": "2026-04-09T08:40:01.540284487Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3543634208575782, + "StableID": "nfjaQBGvfU11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "DiscoKey": "discokey:125d407a6e5697884e009244a3a566101d616cd4c205a1fec74101b91dd7db26", + "Addresses": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "AllowedIPs": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "Endpoints": ["77.164.248.136:45479", "10.65.0.27:45479", "172.17.0.1:45479"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53397}, + {"Proto": "peerapi6", "Port": 53397} + ]}, + "Created": "2026-04-09T08:40:02.071913313Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4344442269404951, + "StableID": "n4PDWd8cva11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "DiscoKey": "discokey:61f3486a183d30bfbe9958d3c1aab2ea96aa9b7c35d9f39ff8882eb040880554", + "Addresses": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "AllowedIPs": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "Endpoints": ["77.164.248.136:58277", "10.65.0.27:58277", "172.17.0.1:58277"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42689}, + {"Proto": "peerapi6", "Port": 42689} + ]}, + "Created": "2026-04-09T08:40:03.671540139Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4691430026453831, + "StableID": "na6ePsukdd11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "DiscoKey": "discokey:c01aac81abc1f7926e6aeaa7d4bbc0b789dca5055594f0165ef12823b1471076", + "Addresses": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "AllowedIPs": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "Endpoints": ["77.164.248.136:55371", "10.65.0.27:55371", "172.17.0.1:55371"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 38581}, + {"Proto": "peerapi6", "Port": 38581} + ]}, + "Created": "2026-04-09T08:40:04.74736884Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4733413029778050, + "StableID": "nuWYdZjmxd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "DiscoKey": "discokey:1f70b1e80ee5f3be650ce4a99599d1073f000ffe26ebb4ec8e988afd1927c921", + "Addresses": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "AllowedIPs": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "Endpoints": ["77.164.248.136:33231", "10.65.0.27:33231", "172.17.0.1:33231"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50042}, + {"Proto": "peerapi6", "Port": 50042} + ]}, + "Created": "2026-04-09T08:40:07.172578734Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5021037141425079, + "StableID": "nJcKTd83Dg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "DiscoKey": "discokey:590df92e69401b0772a57012095ca527e51fb9315c96a77239efec46c943c44b", + "Addresses": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "AllowedIPs": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "Endpoints": ["77.164.248.136:40374", "10.65.0.27:40374", "172.17.0.1:40374"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 42437}, + {"Proto": "peerapi6", "Port": 42437} + ]}, + "Created": "2026-04-09T08:40:05.288463423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5706768985873785, + "StableID": "npWRNN9cZm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "DiscoKey": "discokey:5684f66d57275321cdeffbd60f8e47f7ba7722eba2e6bf42583c83dba75db321", + "Addresses": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "AllowedIPs": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "Endpoints": ["77.164.248.136:49927", "10.65.0.27:49927", "172.17.0.1:49927"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 42838}, + {"Proto": "peerapi6", "Port": 42838} + ]}, + "Created": "2026-04-09T08:40:05.828719396Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6275161501695670, + "StableID": "n7VBdQr21r11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:2713cd28350f3be350a47ce3da598c4fede369c01931a912d90f2366ef118a08", + "Addresses": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "AllowedIPs": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "Endpoints": ["77.164.248.136:34239", "10.65.0.27:34239", "172.17.0.1:34239"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 44430}, + {"Proto": "peerapi6", "Port": 44430} + ]}, + "Created": "2026-04-09T08:40:08.24602731Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6424918018733626, + "StableID": "ndAcDhhrAs11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "DiscoKey": "discokey:591d9040dfe6d92c6c6d3bbbf2a444f4b4773572903ee6ec4402a323c6dd551c", + "Addresses": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "AllowedIPs": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "Endpoints": ["77.164.248.136:41507", "10.65.0.27:41507", "172.17.0.1:41507"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55000}, + {"Proto": "peerapi6", "Port": 55000} + ]}, + "Created": "2026-04-09T08:40:03.141484354Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7410822627698052, + "StableID": "nVXWS9kNsz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "KeyExpiry": "2026-10-06T08:40:09Z", + "DiscoKey": "discokey:fb95f033767de1a5b88be6255c9165e8f0e804cf9b3e7b29dcf362fa28350238", + "Addresses": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "AllowedIPs": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46166}, + {"Proto": "peerapi6", "Port": 46166} + ]}, + "Created": "2026-04-09T08:40:09.29864071Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8062292192600666, + "StableID": "nmGB3CkRx521CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "DiscoKey": "discokey:cd2a0bef3a32fba5896cd18d9995643bd17e2a7549a8fc1e57fc0e17c2165641", - "Addresses": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "AllowedIPs": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "Endpoints": ["77.164.248.136:49431", "10.65.0.27:49431", "172.17.0.1:49431"], + "Key": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "DiscoKey": "discokey:d3733f4577912b8be689c27abd6125516a29135ed104e2d22dd12c3264306357", + "Addresses": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "AllowedIPs": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "Endpoints": ["77.164.248.136:56777", "10.65.0.27:56777", "172.17.0.1:56777"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50960}, - {"Proto": "peerapi6", "Port": 50960} + {"Proto": "peerapi4", "Port": 35588}, + {"Proto": "peerapi6", "Port": 35588} ]}, - "Created": "2026-04-09T01:34:05.350068959Z", + "Created": "2026-04-09T08:40:06.676752955Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, @@ -2605,27 +2607,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6485841257381337": { - "ID": 6485841257381337, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1534787273060931": { + "ID": 1534787273060931, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2656,20 +2660,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4832263010728313, - "StableID": "nkQ9xbMYje11CNTRL", + "ID": 7410822627698052, + "StableID": "nVXWS9kNsz11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "KeyExpiry": "2026-10-06T01:34:08Z", - "DiscoKey": "discokey:98b881652617c596dd28ebaf391a9f8c76adca075f59f0c432a27e697de32d27", - "Addresses": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "AllowedIPs": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "Hostinfo": { - "Hostname": "bulbasaur", - "Services": [{"Proto": "peerapi-dns-proxy", "Port": 1}] - }, - "Created": "2026-04-09T01:34:08.037618867Z", + "Key": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "KeyExpiry": "2026-10-06T08:40:09Z", + "DiscoKey": "discokey:fb95f033767de1a5b88be6255c9165e8f0e804cf9b3e7b29dcf362fa28350238", + "Addresses": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "AllowedIPs": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "Endpoints": ["77.164.248.136:52406", "10.65.0.27:52406", "172.17.0.1:52406"], + "Hostinfo": {"Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46166}, + {"Proto": "peerapi6", "Port": 46166}, + {"Proto": "peerapi-dns-proxy", "Port": 1} + ]}, + "Created": "2026-04-09T08:40:09.29864071Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2698,297 +2704,297 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "MachineKey": "mkey:b508195dee5d3745c659679a6034f17bac26be48023ffc64deeeee4edad9566c", + "NodeKey": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "MachineKey": "mkey:e5aef83e57faba6a52a0ff0ee5983ac597d0fabe42fabe8292942677d51c5104", "Peers": [{ - "ID": 216668436907624, - "StableID": "nsekpiW8h211CNTRL", + "ID": 1117004278218973, + "StableID": "nGrk4toti911CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "DiscoKey": "discokey:4da32d6f3737f0c08457da06e06303081b8fb221087277a4d1d41bf08eac204b", - "Addresses": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "AllowedIPs": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "Endpoints": ["77.164.248.136:56984", "10.65.0.27:56984", "172.17.0.1:56984"], + "Key": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "DiscoKey": "discokey:e505de281eebf316d8340662aed0c76d39dc07779f523f735bba1a8c20019c0e", + "Addresses": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "AllowedIPs": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "Endpoints": ["77.164.248.136:36064", "10.65.0.27:36064", "172.17.0.1:36064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58684}, - {"Proto": "peerapi6", "Port": 58684} + {"Proto": "peerapi4", "Port": 40287}, + {"Proto": "peerapi6", "Port": 40287} ]}, - "Created": "2026-04-09T01:34:01.546333232Z", + "Created": "2026-04-09T08:40:02.602967314Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 344510587988524, - "StableID": "n5MVw7i2h311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "DiscoKey": "discokey:0044d999bb4c5e7c670344139fe2bca5520a069ada01a3e9132ac1703b8da334", - "Addresses": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "AllowedIPs": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "Endpoints": ["77.164.248.136:35597", "10.65.0.27:35597", "172.17.0.1:35597"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 54509}, - {"Proto": "peerapi6", "Port": 54509} - ]}, - "Created": "2026-04-09T01:34:03.720699131Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1149202859517703, - "StableID": "neEFSQcUy911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "DiscoKey": "discokey:b4fee540aaae10d60da9a5e19450ae8616058412c3cd55dcc81d14d41fd83869", - "Addresses": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "AllowedIPs": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "Endpoints": ["77.164.248.136:42685", "10.65.0.27:42685", "172.17.0.1:42685"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59711}, - {"Proto": "peerapi6", "Port": 59711} - ]}, - "Created": "2026-04-09T01:34:00.493191411Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1172570602155861, - "StableID": "nedKqbS4AA11CNTRL", + "ID": 1213910702578521, + "StableID": "nUpownNnUA11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "KeyExpiry": "2026-10-06T01:34:07Z", - "DiscoKey": "discokey:a570369916b09db866af271646e80e4307c81f2cd8b975aa6c6cb84cb36ed138", - "Addresses": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "AllowedIPs": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "Endpoints": ["77.164.248.136:47489", "10.65.0.27:47489", "172.17.0.1:47489"], - "HomeDERP": 14, + "Key": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:b9551e571cceb811a5068d190b22cc80182035e52d5ec5ec9547f7ce9af25114", + "Addresses": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "AllowedIPs": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "Endpoints": ["77.164.248.136:41286", "10.65.0.27:41286", "172.17.0.1:41286"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43061}, - {"Proto": "peerapi6", "Port": 43061} + {"Proto": "peerapi4", "Port": 48316}, + {"Proto": "peerapi6", "Port": 48316} ]}, - "Created": "2026-04-09T01:34:07.491838645Z", + "Created": "2026-04-09T08:40:08.776789111Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1864996773948653, - "StableID": "nA5tXZJfZF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "DiscoKey": "discokey:9733944e50c5045a11ffeb0c8b62e6a1ab0461dc708bce4286cd5e42b1439f6f", - "Addresses": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "AllowedIPs": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "Endpoints": ["77.164.248.136:40399", "10.65.0.27:40399", "172.17.0.1:40399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50012}, - {"Proto": "peerapi6", "Port": 50012} - ]}, - "Created": "2026-04-09T01:34:01.00994936Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3003984234642922, - "StableID": "nXFy9BaWTQ11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "DiscoKey": "discokey:8f169e2162185a7d7ec9551305e535624cae06fdb6eea4e382745c10e4385804", - "Addresses": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "AllowedIPs": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "Endpoints": ["77.164.248.136:45399", "10.65.0.27:45399", "172.17.0.1:45399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 48600}, - {"Proto": "peerapi6", "Port": 48600} - ]}, - "Created": "2026-04-09T01:34:02.642557384Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3478117921819679, - "StableID": "nNJmV5GFAU11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "DiscoKey": "discokey:428ef36df74a7a12123af1116b1d4d9d636b86e12afe79d21bda0b2f6a31e914", - "Addresses": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "AllowedIPs": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "Endpoints": ["77.164.248.136:42026", "10.65.0.27:42026", "172.17.0.1:42026"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55544}, - {"Proto": "peerapi6", "Port": 55544} - ]}, - "Created": "2026-04-09T01:34:04.797393414Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4260855142674435, - "StableID": "nNA2MVSkGa11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "DiscoKey": "discokey:942519a92c0df82a2c1c549f1eb2a445fe0eca6b751bcc03682c409b9f50d814", - "Addresses": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "AllowedIPs": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "Endpoints": ["77.164.248.136:52066", "10.65.0.27:52066", "172.17.0.1:52066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 41880}, - {"Proto": "peerapi6", "Port": 41880} - ]}, - "Created": "2026-04-09T01:34:02.093114417Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4386850726173297, - "StableID": "nUAEcX8pFb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "DiscoKey": "discokey:8d7f7002301948ca308e88d85a41a626382736801c98df8477f22c5cc5d2aa11", - "Addresses": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "AllowedIPs": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "Endpoints": ["77.164.248.136:37018", "10.65.0.27:37018", "172.17.0.1:37018"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55035}, - {"Proto": "peerapi6", "Port": 55035} - ]}, - "Created": "2026-04-09T01:34:04.253968751Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6485841257381337, - "StableID": "nUNJC14Tes11CNTRL", + "ID": 1534787273060931, + "StableID": "nJQvg2G7zC11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "DiscoKey": "discokey:25b0e509e4c82be93701ae464cd6312bce9b566131c916d9410aa98d0f10b96c", - "Addresses": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "AllowedIPs": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "Endpoints": ["77.164.248.136:52314", "10.65.0.27:52314", "172.17.0.1:52314"], + "Key": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "DiscoKey": "discokey:4b7c795e0db86360da21028a7dd584a3a0a45473d32bdeca27a2eaf57b680a64", + "Addresses": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "AllowedIPs": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "Endpoints": ["77.164.248.136:52111", "10.65.0.27:52111", "172.17.0.1:52111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47281}, - {"Proto": "peerapi6", "Port": 47281} + {"Proto": "peerapi4", "Port": 46949}, + {"Proto": "peerapi6", "Port": 46949} ]}, - "Created": "2026-04-09T01:34:03.175683934Z", + "Created": "2026-04-09T08:40:04.208572557Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6836116644127662, - "StableID": "nbqGf9C6Pv11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "DiscoKey": "discokey:ef8ea95f5641725ca52f75639a3adb7a7dd1294a87d50ac85060a281ca13e04c", - "Addresses": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "AllowedIPs": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "Endpoints": ["77.164.248.136:42935", "10.65.0.27:42935", "172.17.0.1:42935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 38810}, - {"Proto": "peerapi6", "Port": 38810} - ]}, - "Created": "2026-04-09T01:34:05.886488593Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7131904448338622, - "StableID": "nmQL3734hx11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "KeyExpiry": "2026-10-06T01:34:06Z", - "DiscoKey": "discokey:40f5d1683c6a31a33a1578e5272e6361ec96f99440eee48810d6d0ff6e57855f", - "Addresses": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "AllowedIPs": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "Endpoints": ["77.164.248.136:52416", "10.65.0.27:52416", "172.17.0.1:52416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62551}, - {"Proto": "peerapi6", "Port": 62551} - ]}, - "Created": "2026-04-09T01:34:06.954030569Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7136513250283420, - "StableID": "nHMz5u69jx11CNTRL", + "ID": 1824053974754488, + "StableID": "nHM3ago7FF11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "DiscoKey": "discokey:cf1445c21c022092076d5a2efbd12920cf5010e03d68ccbc015e4cfd513fdf10", - "Addresses": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "AllowedIPs": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "Endpoints": ["77.164.248.136:44219", "10.65.0.27:44219", "172.17.0.1:44219"], + "Key": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "DiscoKey": "discokey:fa4a4259e61d9e6f15d312aa60e7ccb316f741e71c789af38b6fed2f82eadc33", + "Addresses": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "AllowedIPs": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "Endpoints": ["77.164.248.136:54393", "10.65.0.27:54393", "172.17.0.1:54393"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61572}, - {"Proto": "peerapi6", "Port": 61572} + {"Proto": "peerapi4", "Port": 62433}, + {"Proto": "peerapi6", "Port": 62433} ]}, - "Created": "2026-04-09T01:34:06.425707266Z", + "Created": "2026-04-09T08:40:07.684237149Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7930595492982536, - "StableID": "n3vef9Jnv421CNTRL", + "ID": 3149287239671159, + "StableID": "nJUF9GSKbR11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "DiscoKey": "discokey:5f8e63815c3b2e834f3e6ea6c3d16aa09df4b327d46f24d4cc1a7024b7b23300", + "Addresses": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "AllowedIPs": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "Endpoints": ["77.164.248.136:33651", "10.65.0.27:33651", "172.17.0.1:33651"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57465}, + {"Proto": "peerapi6", "Port": 57465} + ]}, + "Created": "2026-04-09T08:40:01.540284487Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3543634208575782, + "StableID": "nfjaQBGvfU11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "DiscoKey": "discokey:125d407a6e5697884e009244a3a566101d616cd4c205a1fec74101b91dd7db26", + "Addresses": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "AllowedIPs": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "Endpoints": ["77.164.248.136:45479", "10.65.0.27:45479", "172.17.0.1:45479"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53397}, + {"Proto": "peerapi6", "Port": 53397} + ]}, + "Created": "2026-04-09T08:40:02.071913313Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4344442269404951, + "StableID": "n4PDWd8cva11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "DiscoKey": "discokey:61f3486a183d30bfbe9958d3c1aab2ea96aa9b7c35d9f39ff8882eb040880554", + "Addresses": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "AllowedIPs": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "Endpoints": ["77.164.248.136:58277", "10.65.0.27:58277", "172.17.0.1:58277"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42689}, + {"Proto": "peerapi6", "Port": 42689} + ]}, + "Created": "2026-04-09T08:40:03.671540139Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4691430026453831, + "StableID": "na6ePsukdd11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "DiscoKey": "discokey:c01aac81abc1f7926e6aeaa7d4bbc0b789dca5055594f0165ef12823b1471076", + "Addresses": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "AllowedIPs": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "Endpoints": ["77.164.248.136:55371", "10.65.0.27:55371", "172.17.0.1:55371"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 38581}, + {"Proto": "peerapi6", "Port": 38581} + ]}, + "Created": "2026-04-09T08:40:04.74736884Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4733413029778050, + "StableID": "nuWYdZjmxd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "DiscoKey": "discokey:1f70b1e80ee5f3be650ce4a99599d1073f000ffe26ebb4ec8e988afd1927c921", + "Addresses": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "AllowedIPs": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "Endpoints": ["77.164.248.136:33231", "10.65.0.27:33231", "172.17.0.1:33231"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50042}, + {"Proto": "peerapi6", "Port": 50042} + ]}, + "Created": "2026-04-09T08:40:07.172578734Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5021037141425079, + "StableID": "nJcKTd83Dg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "DiscoKey": "discokey:590df92e69401b0772a57012095ca527e51fb9315c96a77239efec46c943c44b", + "Addresses": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "AllowedIPs": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "Endpoints": ["77.164.248.136:40374", "10.65.0.27:40374", "172.17.0.1:40374"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 42437}, + {"Proto": "peerapi6", "Port": 42437} + ]}, + "Created": "2026-04-09T08:40:05.288463423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5706768985873785, + "StableID": "npWRNN9cZm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "DiscoKey": "discokey:5684f66d57275321cdeffbd60f8e47f7ba7722eba2e6bf42583c83dba75db321", + "Addresses": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "AllowedIPs": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "Endpoints": ["77.164.248.136:49927", "10.65.0.27:49927", "172.17.0.1:49927"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 42838}, + {"Proto": "peerapi6", "Port": 42838} + ]}, + "Created": "2026-04-09T08:40:05.828719396Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6275161501695670, + "StableID": "n7VBdQr21r11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:2713cd28350f3be350a47ce3da598c4fede369c01931a912d90f2366ef118a08", + "Addresses": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "AllowedIPs": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "Endpoints": ["77.164.248.136:34239", "10.65.0.27:34239", "172.17.0.1:34239"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 44430}, + {"Proto": "peerapi6", "Port": 44430} + ]}, + "Created": "2026-04-09T08:40:08.24602731Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6424918018733626, + "StableID": "ndAcDhhrAs11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "DiscoKey": "discokey:591d9040dfe6d92c6c6d3bbbf2a444f4b4773572903ee6ec4402a323c6dd551c", + "Addresses": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "AllowedIPs": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "Endpoints": ["77.164.248.136:41507", "10.65.0.27:41507", "172.17.0.1:41507"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55000}, + {"Proto": "peerapi6", "Port": 55000} + ]}, + "Created": "2026-04-09T08:40:03.141484354Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8062292192600666, + "StableID": "nmGB3CkRx521CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "DiscoKey": "discokey:cd2a0bef3a32fba5896cd18d9995643bd17e2a7549a8fc1e57fc0e17c2165641", - "Addresses": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "AllowedIPs": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "Endpoints": ["77.164.248.136:49431", "10.65.0.27:49431", "172.17.0.1:49431"], + "Key": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "DiscoKey": "discokey:d3733f4577912b8be689c27abd6125516a29135ed104e2d22dd12c3264306357", + "Addresses": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "AllowedIPs": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "Endpoints": ["77.164.248.136:56777", "10.65.0.27:56777", "172.17.0.1:56777"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50960}, - {"Proto": "peerapi6", "Port": 50960} + {"Proto": "peerapi4", "Port": 35588}, + {"Proto": "peerapi6", "Port": 35588} ]}, - "Created": "2026-04-09T01:34:05.350068959Z", + "Created": "2026-04-09T08:40:06.676752955Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, @@ -3841,23 +3847,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3888,26 +3895,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 216668436907624, - "StableID": "nsekpiW8h211CNTRL", + "ID": 1117004278218973, + "StableID": "nGrk4toti911CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 216668436907624, - "Key": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "DiscoKey": "discokey:4da32d6f3737f0c08457da06e06303081b8fb221087277a4d1d41bf08eac204b", - "Addresses": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "AllowedIPs": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "Endpoints": ["77.164.248.136:56984", "10.65.0.27:56984", "172.17.0.1:56984"], + "User": 1117004278218973, + "Key": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "DiscoKey": "discokey:e505de281eebf316d8340662aed0c76d39dc07779f523f735bba1a8c20019c0e", + "Addresses": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "AllowedIPs": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "Endpoints": ["77.164.248.136:36064", "10.65.0.27:36064", "172.17.0.1:36064"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 58684}, - {"Proto": "peerapi6", "Port": 58684}, + {"Proto": "peerapi4", "Port": 40287}, + {"Proto": "peerapi6", "Port": 40287}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:01.546333232Z", + "Created": "2026-04-09T08:40:02.602967314Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3935,295 +3942,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "MachineKey": "mkey:820b37cc51d0062d27136e9a4acc1d1af0ed5d5517a40ab64e3bb0e40239057e", + "NodeKey": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "MachineKey": "mkey:3d99722b71514e7284b50efcd6f643b8027e008e33e3aeb3192eff5935811760", "Peers": [{ - "ID": 344510587988524, - "StableID": "n5MVw7i2h311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "DiscoKey": "discokey:0044d999bb4c5e7c670344139fe2bca5520a069ada01a3e9132ac1703b8da334", - "Addresses": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "AllowedIPs": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "Endpoints": ["77.164.248.136:35597", "10.65.0.27:35597", "172.17.0.1:35597"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 54509}, - {"Proto": "peerapi6", "Port": 54509} - ]}, - "Created": "2026-04-09T01:34:03.720699131Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1149202859517703, - "StableID": "neEFSQcUy911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "DiscoKey": "discokey:b4fee540aaae10d60da9a5e19450ae8616058412c3cd55dcc81d14d41fd83869", - "Addresses": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "AllowedIPs": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "Endpoints": ["77.164.248.136:42685", "10.65.0.27:42685", "172.17.0.1:42685"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59711}, - {"Proto": "peerapi6", "Port": 59711} - ]}, - "Created": "2026-04-09T01:34:00.493191411Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1172570602155861, - "StableID": "nedKqbS4AA11CNTRL", + "ID": 1213910702578521, + "StableID": "nUpownNnUA11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "KeyExpiry": "2026-10-06T01:34:07Z", - "DiscoKey": "discokey:a570369916b09db866af271646e80e4307c81f2cd8b975aa6c6cb84cb36ed138", - "Addresses": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "AllowedIPs": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "Endpoints": ["77.164.248.136:47489", "10.65.0.27:47489", "172.17.0.1:47489"], - "HomeDERP": 14, + "Key": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:b9551e571cceb811a5068d190b22cc80182035e52d5ec5ec9547f7ce9af25114", + "Addresses": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "AllowedIPs": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "Endpoints": ["77.164.248.136:41286", "10.65.0.27:41286", "172.17.0.1:41286"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43061}, - {"Proto": "peerapi6", "Port": 43061} + {"Proto": "peerapi4", "Port": 48316}, + {"Proto": "peerapi6", "Port": 48316} ]}, - "Created": "2026-04-09T01:34:07.491838645Z", + "Created": "2026-04-09T08:40:08.776789111Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1864996773948653, - "StableID": "nA5tXZJfZF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "DiscoKey": "discokey:9733944e50c5045a11ffeb0c8b62e6a1ab0461dc708bce4286cd5e42b1439f6f", - "Addresses": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "AllowedIPs": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "Endpoints": ["77.164.248.136:40399", "10.65.0.27:40399", "172.17.0.1:40399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50012}, - {"Proto": "peerapi6", "Port": 50012} - ]}, - "Created": "2026-04-09T01:34:01.00994936Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3003984234642922, - "StableID": "nXFy9BaWTQ11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "DiscoKey": "discokey:8f169e2162185a7d7ec9551305e535624cae06fdb6eea4e382745c10e4385804", - "Addresses": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "AllowedIPs": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "Endpoints": ["77.164.248.136:45399", "10.65.0.27:45399", "172.17.0.1:45399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 48600}, - {"Proto": "peerapi6", "Port": 48600} - ]}, - "Created": "2026-04-09T01:34:02.642557384Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3478117921819679, - "StableID": "nNJmV5GFAU11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "DiscoKey": "discokey:428ef36df74a7a12123af1116b1d4d9d636b86e12afe79d21bda0b2f6a31e914", - "Addresses": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "AllowedIPs": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "Endpoints": ["77.164.248.136:42026", "10.65.0.27:42026", "172.17.0.1:42026"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55544}, - {"Proto": "peerapi6", "Port": 55544} - ]}, - "Created": "2026-04-09T01:34:04.797393414Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4260855142674435, - "StableID": "nNA2MVSkGa11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "DiscoKey": "discokey:942519a92c0df82a2c1c549f1eb2a445fe0eca6b751bcc03682c409b9f50d814", - "Addresses": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "AllowedIPs": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "Endpoints": ["77.164.248.136:52066", "10.65.0.27:52066", "172.17.0.1:52066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 41880}, - {"Proto": "peerapi6", "Port": 41880} - ]}, - "Created": "2026-04-09T01:34:02.093114417Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4386850726173297, - "StableID": "nUAEcX8pFb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "DiscoKey": "discokey:8d7f7002301948ca308e88d85a41a626382736801c98df8477f22c5cc5d2aa11", - "Addresses": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "AllowedIPs": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "Endpoints": ["77.164.248.136:37018", "10.65.0.27:37018", "172.17.0.1:37018"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55035}, - {"Proto": "peerapi6", "Port": 55035} - ]}, - "Created": "2026-04-09T01:34:04.253968751Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4832263010728313, - "StableID": "nkQ9xbMYje11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "KeyExpiry": "2026-10-06T01:34:08Z", - "DiscoKey": "discokey:98b881652617c596dd28ebaf391a9f8c76adca075f59f0c432a27e697de32d27", - "Addresses": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "AllowedIPs": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33515}, - {"Proto": "peerapi6", "Port": 33515} - ]}, - "Created": "2026-04-09T01:34:08.037618867Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6485841257381337, - "StableID": "nUNJC14Tes11CNTRL", + "ID": 1534787273060931, + "StableID": "nJQvg2G7zC11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "DiscoKey": "discokey:25b0e509e4c82be93701ae464cd6312bce9b566131c916d9410aa98d0f10b96c", - "Addresses": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "AllowedIPs": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "Endpoints": ["77.164.248.136:52314", "10.65.0.27:52314", "172.17.0.1:52314"], + "Key": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "DiscoKey": "discokey:4b7c795e0db86360da21028a7dd584a3a0a45473d32bdeca27a2eaf57b680a64", + "Addresses": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "AllowedIPs": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "Endpoints": ["77.164.248.136:52111", "10.65.0.27:52111", "172.17.0.1:52111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47281}, - {"Proto": "peerapi6", "Port": 47281} + {"Proto": "peerapi4", "Port": 46949}, + {"Proto": "peerapi6", "Port": 46949} ]}, - "Created": "2026-04-09T01:34:03.175683934Z", + "Created": "2026-04-09T08:40:04.208572557Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6836116644127662, - "StableID": "nbqGf9C6Pv11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "DiscoKey": "discokey:ef8ea95f5641725ca52f75639a3adb7a7dd1294a87d50ac85060a281ca13e04c", - "Addresses": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "AllowedIPs": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "Endpoints": ["77.164.248.136:42935", "10.65.0.27:42935", "172.17.0.1:42935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 38810}, - {"Proto": "peerapi6", "Port": 38810} - ]}, - "Created": "2026-04-09T01:34:05.886488593Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7131904448338622, - "StableID": "nmQL3734hx11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "KeyExpiry": "2026-10-06T01:34:06Z", - "DiscoKey": "discokey:40f5d1683c6a31a33a1578e5272e6361ec96f99440eee48810d6d0ff6e57855f", - "Addresses": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "AllowedIPs": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "Endpoints": ["77.164.248.136:52416", "10.65.0.27:52416", "172.17.0.1:52416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62551}, - {"Proto": "peerapi6", "Port": 62551} - ]}, - "Created": "2026-04-09T01:34:06.954030569Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7136513250283420, - "StableID": "nHMz5u69jx11CNTRL", + "ID": 1824053974754488, + "StableID": "nHM3ago7FF11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "DiscoKey": "discokey:cf1445c21c022092076d5a2efbd12920cf5010e03d68ccbc015e4cfd513fdf10", - "Addresses": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "AllowedIPs": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "Endpoints": ["77.164.248.136:44219", "10.65.0.27:44219", "172.17.0.1:44219"], + "Key": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "DiscoKey": "discokey:fa4a4259e61d9e6f15d312aa60e7ccb316f741e71c789af38b6fed2f82eadc33", + "Addresses": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "AllowedIPs": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "Endpoints": ["77.164.248.136:54393", "10.65.0.27:54393", "172.17.0.1:54393"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61572}, - {"Proto": "peerapi6", "Port": 61572} + {"Proto": "peerapi4", "Port": 62433}, + {"Proto": "peerapi6", "Port": 62433} ]}, - "Created": "2026-04-09T01:34:06.425707266Z", + "Created": "2026-04-09T08:40:07.684237149Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7930595492982536, - "StableID": "n3vef9Jnv421CNTRL", + "ID": 3149287239671159, + "StableID": "nJUF9GSKbR11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "DiscoKey": "discokey:5f8e63815c3b2e834f3e6ea6c3d16aa09df4b327d46f24d4cc1a7024b7b23300", + "Addresses": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "AllowedIPs": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "Endpoints": ["77.164.248.136:33651", "10.65.0.27:33651", "172.17.0.1:33651"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57465}, + {"Proto": "peerapi6", "Port": 57465} + ]}, + "Created": "2026-04-09T08:40:01.540284487Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3543634208575782, + "StableID": "nfjaQBGvfU11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "DiscoKey": "discokey:125d407a6e5697884e009244a3a566101d616cd4c205a1fec74101b91dd7db26", + "Addresses": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "AllowedIPs": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "Endpoints": ["77.164.248.136:45479", "10.65.0.27:45479", "172.17.0.1:45479"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53397}, + {"Proto": "peerapi6", "Port": 53397} + ]}, + "Created": "2026-04-09T08:40:02.071913313Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4344442269404951, + "StableID": "n4PDWd8cva11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "DiscoKey": "discokey:61f3486a183d30bfbe9958d3c1aab2ea96aa9b7c35d9f39ff8882eb040880554", + "Addresses": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "AllowedIPs": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "Endpoints": ["77.164.248.136:58277", "10.65.0.27:58277", "172.17.0.1:58277"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42689}, + {"Proto": "peerapi6", "Port": 42689} + ]}, + "Created": "2026-04-09T08:40:03.671540139Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4691430026453831, + "StableID": "na6ePsukdd11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "DiscoKey": "discokey:c01aac81abc1f7926e6aeaa7d4bbc0b789dca5055594f0165ef12823b1471076", + "Addresses": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "AllowedIPs": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "Endpoints": ["77.164.248.136:55371", "10.65.0.27:55371", "172.17.0.1:55371"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 38581}, + {"Proto": "peerapi6", "Port": 38581} + ]}, + "Created": "2026-04-09T08:40:04.74736884Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4733413029778050, + "StableID": "nuWYdZjmxd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "DiscoKey": "discokey:1f70b1e80ee5f3be650ce4a99599d1073f000ffe26ebb4ec8e988afd1927c921", + "Addresses": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "AllowedIPs": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "Endpoints": ["77.164.248.136:33231", "10.65.0.27:33231", "172.17.0.1:33231"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50042}, + {"Proto": "peerapi6", "Port": 50042} + ]}, + "Created": "2026-04-09T08:40:07.172578734Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5021037141425079, + "StableID": "nJcKTd83Dg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "DiscoKey": "discokey:590df92e69401b0772a57012095ca527e51fb9315c96a77239efec46c943c44b", + "Addresses": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "AllowedIPs": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "Endpoints": ["77.164.248.136:40374", "10.65.0.27:40374", "172.17.0.1:40374"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 42437}, + {"Proto": "peerapi6", "Port": 42437} + ]}, + "Created": "2026-04-09T08:40:05.288463423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5706768985873785, + "StableID": "npWRNN9cZm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "DiscoKey": "discokey:5684f66d57275321cdeffbd60f8e47f7ba7722eba2e6bf42583c83dba75db321", + "Addresses": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "AllowedIPs": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "Endpoints": ["77.164.248.136:49927", "10.65.0.27:49927", "172.17.0.1:49927"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 42838}, + {"Proto": "peerapi6", "Port": 42838} + ]}, + "Created": "2026-04-09T08:40:05.828719396Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6275161501695670, + "StableID": "n7VBdQr21r11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:2713cd28350f3be350a47ce3da598c4fede369c01931a912d90f2366ef118a08", + "Addresses": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "AllowedIPs": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "Endpoints": ["77.164.248.136:34239", "10.65.0.27:34239", "172.17.0.1:34239"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 44430}, + {"Proto": "peerapi6", "Port": 44430} + ]}, + "Created": "2026-04-09T08:40:08.24602731Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6424918018733626, + "StableID": "ndAcDhhrAs11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "DiscoKey": "discokey:591d9040dfe6d92c6c6d3bbbf2a444f4b4773572903ee6ec4402a323c6dd551c", + "Addresses": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "AllowedIPs": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "Endpoints": ["77.164.248.136:41507", "10.65.0.27:41507", "172.17.0.1:41507"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55000}, + {"Proto": "peerapi6", "Port": 55000} + ]}, + "Created": "2026-04-09T08:40:03.141484354Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7410822627698052, + "StableID": "nVXWS9kNsz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "KeyExpiry": "2026-10-06T08:40:09Z", + "DiscoKey": "discokey:fb95f033767de1a5b88be6255c9165e8f0e804cf9b3e7b29dcf362fa28350238", + "Addresses": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "AllowedIPs": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46166}, + {"Proto": "peerapi6", "Port": 46166} + ]}, + "Created": "2026-04-09T08:40:09.29864071Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8062292192600666, + "StableID": "nmGB3CkRx521CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "DiscoKey": "discokey:cd2a0bef3a32fba5896cd18d9995643bd17e2a7549a8fc1e57fc0e17c2165641", - "Addresses": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "AllowedIPs": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "Endpoints": ["77.164.248.136:49431", "10.65.0.27:49431", "172.17.0.1:49431"], + "Key": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "DiscoKey": "discokey:d3733f4577912b8be689c27abd6125516a29135ed104e2d22dd12c3264306357", + "Addresses": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "AllowedIPs": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "Endpoints": ["77.164.248.136:56777", "10.65.0.27:56777", "172.17.0.1:56777"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50960}, - {"Proto": "peerapi6", "Port": 50960} + {"Proto": "peerapi4", "Port": 35588}, + {"Proto": "peerapi6", "Port": 35588} ]}, - "Created": "2026-04-09T01:34:05.350068959Z", + "Created": "2026-04-09T08:40:06.676752955Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, @@ -5076,27 +5083,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "216668436907624": { - "ID": 216668436907624, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1117004278218973": { + "ID": 1117004278218973, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "fearow": { @@ -5127,26 +5136,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4386850726173297, - "StableID": "nUAEcX8pFb11CNTRL", + "ID": 5021037141425079, + "StableID": "nJcKTd83Dg11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 4386850726173297, - "Key": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "DiscoKey": "discokey:8d7f7002301948ca308e88d85a41a626382736801c98df8477f22c5cc5d2aa11", - "Addresses": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "AllowedIPs": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "Endpoints": ["77.164.248.136:37018", "10.65.0.27:37018", "172.17.0.1:37018"], + "User": 5021037141425079, + "Key": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "DiscoKey": "discokey:590df92e69401b0772a57012095ca527e51fb9315c96a77239efec46c943c44b", + "Addresses": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "AllowedIPs": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "Endpoints": ["77.164.248.136:40374", "10.65.0.27:40374", "172.17.0.1:40374"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 55035}, - {"Proto": "peerapi6", "Port": 55035}, + {"Proto": "peerapi4", "Port": 42437}, + {"Proto": "peerapi6", "Port": 42437}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:04.253968751Z", + "Created": "2026-04-09T08:40:05.288463423Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5174,295 +5183,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "MachineKey": "mkey:0b4bbfd7156bd25c5fb0672a943a0e3a82aa7a93a99530bacb5c373dec333d17", + "NodeKey": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "MachineKey": "mkey:c1eb5ffb5793a18a66dd49265db729c5d03e7f7faf58ef83f6cfe924a2fec254", "Peers": [{ - "ID": 216668436907624, - "StableID": "nsekpiW8h211CNTRL", + "ID": 1117004278218973, + "StableID": "nGrk4toti911CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "DiscoKey": "discokey:4da32d6f3737f0c08457da06e06303081b8fb221087277a4d1d41bf08eac204b", - "Addresses": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "AllowedIPs": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "Endpoints": ["77.164.248.136:56984", "10.65.0.27:56984", "172.17.0.1:56984"], + "Key": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "DiscoKey": "discokey:e505de281eebf316d8340662aed0c76d39dc07779f523f735bba1a8c20019c0e", + "Addresses": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "AllowedIPs": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "Endpoints": ["77.164.248.136:36064", "10.65.0.27:36064", "172.17.0.1:36064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58684}, - {"Proto": "peerapi6", "Port": 58684} + {"Proto": "peerapi4", "Port": 40287}, + {"Proto": "peerapi6", "Port": 40287} ]}, - "Created": "2026-04-09T01:34:01.546333232Z", + "Created": "2026-04-09T08:40:02.602967314Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 344510587988524, - "StableID": "n5MVw7i2h311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "DiscoKey": "discokey:0044d999bb4c5e7c670344139fe2bca5520a069ada01a3e9132ac1703b8da334", - "Addresses": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "AllowedIPs": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "Endpoints": ["77.164.248.136:35597", "10.65.0.27:35597", "172.17.0.1:35597"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 54509}, - {"Proto": "peerapi6", "Port": 54509} - ]}, - "Created": "2026-04-09T01:34:03.720699131Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1149202859517703, - "StableID": "neEFSQcUy911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "DiscoKey": "discokey:b4fee540aaae10d60da9a5e19450ae8616058412c3cd55dcc81d14d41fd83869", - "Addresses": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "AllowedIPs": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "Endpoints": ["77.164.248.136:42685", "10.65.0.27:42685", "172.17.0.1:42685"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59711}, - {"Proto": "peerapi6", "Port": 59711} - ]}, - "Created": "2026-04-09T01:34:00.493191411Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1172570602155861, - "StableID": "nedKqbS4AA11CNTRL", + "ID": 1213910702578521, + "StableID": "nUpownNnUA11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "KeyExpiry": "2026-10-06T01:34:07Z", - "DiscoKey": "discokey:a570369916b09db866af271646e80e4307c81f2cd8b975aa6c6cb84cb36ed138", - "Addresses": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "AllowedIPs": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "Endpoints": ["77.164.248.136:47489", "10.65.0.27:47489", "172.17.0.1:47489"], - "HomeDERP": 14, + "Key": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:b9551e571cceb811a5068d190b22cc80182035e52d5ec5ec9547f7ce9af25114", + "Addresses": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "AllowedIPs": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "Endpoints": ["77.164.248.136:41286", "10.65.0.27:41286", "172.17.0.1:41286"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43061}, - {"Proto": "peerapi6", "Port": 43061} + {"Proto": "peerapi4", "Port": 48316}, + {"Proto": "peerapi6", "Port": 48316} ]}, - "Created": "2026-04-09T01:34:07.491838645Z", + "Created": "2026-04-09T08:40:08.776789111Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1864996773948653, - "StableID": "nA5tXZJfZF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "DiscoKey": "discokey:9733944e50c5045a11ffeb0c8b62e6a1ab0461dc708bce4286cd5e42b1439f6f", - "Addresses": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "AllowedIPs": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "Endpoints": ["77.164.248.136:40399", "10.65.0.27:40399", "172.17.0.1:40399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50012}, - {"Proto": "peerapi6", "Port": 50012} - ]}, - "Created": "2026-04-09T01:34:01.00994936Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3003984234642922, - "StableID": "nXFy9BaWTQ11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "DiscoKey": "discokey:8f169e2162185a7d7ec9551305e535624cae06fdb6eea4e382745c10e4385804", - "Addresses": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "AllowedIPs": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "Endpoints": ["77.164.248.136:45399", "10.65.0.27:45399", "172.17.0.1:45399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 48600}, - {"Proto": "peerapi6", "Port": 48600} - ]}, - "Created": "2026-04-09T01:34:02.642557384Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3478117921819679, - "StableID": "nNJmV5GFAU11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "DiscoKey": "discokey:428ef36df74a7a12123af1116b1d4d9d636b86e12afe79d21bda0b2f6a31e914", - "Addresses": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "AllowedIPs": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "Endpoints": ["77.164.248.136:42026", "10.65.0.27:42026", "172.17.0.1:42026"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55544}, - {"Proto": "peerapi6", "Port": 55544} - ]}, - "Created": "2026-04-09T01:34:04.797393414Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4260855142674435, - "StableID": "nNA2MVSkGa11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "DiscoKey": "discokey:942519a92c0df82a2c1c549f1eb2a445fe0eca6b751bcc03682c409b9f50d814", - "Addresses": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "AllowedIPs": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "Endpoints": ["77.164.248.136:52066", "10.65.0.27:52066", "172.17.0.1:52066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 41880}, - {"Proto": "peerapi6", "Port": 41880} - ]}, - "Created": "2026-04-09T01:34:02.093114417Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4832263010728313, - "StableID": "nkQ9xbMYje11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "KeyExpiry": "2026-10-06T01:34:08Z", - "DiscoKey": "discokey:98b881652617c596dd28ebaf391a9f8c76adca075f59f0c432a27e697de32d27", - "Addresses": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "AllowedIPs": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33515}, - {"Proto": "peerapi6", "Port": 33515} - ]}, - "Created": "2026-04-09T01:34:08.037618867Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6485841257381337, - "StableID": "nUNJC14Tes11CNTRL", + "ID": 1534787273060931, + "StableID": "nJQvg2G7zC11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "DiscoKey": "discokey:25b0e509e4c82be93701ae464cd6312bce9b566131c916d9410aa98d0f10b96c", - "Addresses": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "AllowedIPs": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "Endpoints": ["77.164.248.136:52314", "10.65.0.27:52314", "172.17.0.1:52314"], + "Key": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "DiscoKey": "discokey:4b7c795e0db86360da21028a7dd584a3a0a45473d32bdeca27a2eaf57b680a64", + "Addresses": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "AllowedIPs": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "Endpoints": ["77.164.248.136:52111", "10.65.0.27:52111", "172.17.0.1:52111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47281}, - {"Proto": "peerapi6", "Port": 47281} + {"Proto": "peerapi4", "Port": 46949}, + {"Proto": "peerapi6", "Port": 46949} ]}, - "Created": "2026-04-09T01:34:03.175683934Z", + "Created": "2026-04-09T08:40:04.208572557Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6836116644127662, - "StableID": "nbqGf9C6Pv11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "DiscoKey": "discokey:ef8ea95f5641725ca52f75639a3adb7a7dd1294a87d50ac85060a281ca13e04c", - "Addresses": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "AllowedIPs": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "Endpoints": ["77.164.248.136:42935", "10.65.0.27:42935", "172.17.0.1:42935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 38810}, - {"Proto": "peerapi6", "Port": 38810} - ]}, - "Created": "2026-04-09T01:34:05.886488593Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7131904448338622, - "StableID": "nmQL3734hx11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "KeyExpiry": "2026-10-06T01:34:06Z", - "DiscoKey": "discokey:40f5d1683c6a31a33a1578e5272e6361ec96f99440eee48810d6d0ff6e57855f", - "Addresses": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "AllowedIPs": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "Endpoints": ["77.164.248.136:52416", "10.65.0.27:52416", "172.17.0.1:52416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62551}, - {"Proto": "peerapi6", "Port": 62551} - ]}, - "Created": "2026-04-09T01:34:06.954030569Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7136513250283420, - "StableID": "nHMz5u69jx11CNTRL", + "ID": 1824053974754488, + "StableID": "nHM3ago7FF11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "DiscoKey": "discokey:cf1445c21c022092076d5a2efbd12920cf5010e03d68ccbc015e4cfd513fdf10", - "Addresses": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "AllowedIPs": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "Endpoints": ["77.164.248.136:44219", "10.65.0.27:44219", "172.17.0.1:44219"], + "Key": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "DiscoKey": "discokey:fa4a4259e61d9e6f15d312aa60e7ccb316f741e71c789af38b6fed2f82eadc33", + "Addresses": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "AllowedIPs": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "Endpoints": ["77.164.248.136:54393", "10.65.0.27:54393", "172.17.0.1:54393"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61572}, - {"Proto": "peerapi6", "Port": 61572} + {"Proto": "peerapi4", "Port": 62433}, + {"Proto": "peerapi6", "Port": 62433} ]}, - "Created": "2026-04-09T01:34:06.425707266Z", + "Created": "2026-04-09T08:40:07.684237149Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7930595492982536, - "StableID": "n3vef9Jnv421CNTRL", + "ID": 3149287239671159, + "StableID": "nJUF9GSKbR11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "DiscoKey": "discokey:5f8e63815c3b2e834f3e6ea6c3d16aa09df4b327d46f24d4cc1a7024b7b23300", + "Addresses": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "AllowedIPs": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "Endpoints": ["77.164.248.136:33651", "10.65.0.27:33651", "172.17.0.1:33651"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57465}, + {"Proto": "peerapi6", "Port": 57465} + ]}, + "Created": "2026-04-09T08:40:01.540284487Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3543634208575782, + "StableID": "nfjaQBGvfU11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "DiscoKey": "discokey:125d407a6e5697884e009244a3a566101d616cd4c205a1fec74101b91dd7db26", + "Addresses": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "AllowedIPs": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "Endpoints": ["77.164.248.136:45479", "10.65.0.27:45479", "172.17.0.1:45479"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53397}, + {"Proto": "peerapi6", "Port": 53397} + ]}, + "Created": "2026-04-09T08:40:02.071913313Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4344442269404951, + "StableID": "n4PDWd8cva11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "DiscoKey": "discokey:61f3486a183d30bfbe9958d3c1aab2ea96aa9b7c35d9f39ff8882eb040880554", + "Addresses": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "AllowedIPs": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "Endpoints": ["77.164.248.136:58277", "10.65.0.27:58277", "172.17.0.1:58277"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42689}, + {"Proto": "peerapi6", "Port": 42689} + ]}, + "Created": "2026-04-09T08:40:03.671540139Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4691430026453831, + "StableID": "na6ePsukdd11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "DiscoKey": "discokey:c01aac81abc1f7926e6aeaa7d4bbc0b789dca5055594f0165ef12823b1471076", + "Addresses": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "AllowedIPs": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "Endpoints": ["77.164.248.136:55371", "10.65.0.27:55371", "172.17.0.1:55371"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 38581}, + {"Proto": "peerapi6", "Port": 38581} + ]}, + "Created": "2026-04-09T08:40:04.74736884Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4733413029778050, + "StableID": "nuWYdZjmxd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "DiscoKey": "discokey:1f70b1e80ee5f3be650ce4a99599d1073f000ffe26ebb4ec8e988afd1927c921", + "Addresses": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "AllowedIPs": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "Endpoints": ["77.164.248.136:33231", "10.65.0.27:33231", "172.17.0.1:33231"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50042}, + {"Proto": "peerapi6", "Port": 50042} + ]}, + "Created": "2026-04-09T08:40:07.172578734Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5706768985873785, + "StableID": "npWRNN9cZm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "DiscoKey": "discokey:5684f66d57275321cdeffbd60f8e47f7ba7722eba2e6bf42583c83dba75db321", + "Addresses": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "AllowedIPs": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "Endpoints": ["77.164.248.136:49927", "10.65.0.27:49927", "172.17.0.1:49927"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 42838}, + {"Proto": "peerapi6", "Port": 42838} + ]}, + "Created": "2026-04-09T08:40:05.828719396Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6275161501695670, + "StableID": "n7VBdQr21r11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:2713cd28350f3be350a47ce3da598c4fede369c01931a912d90f2366ef118a08", + "Addresses": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "AllowedIPs": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "Endpoints": ["77.164.248.136:34239", "10.65.0.27:34239", "172.17.0.1:34239"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 44430}, + {"Proto": "peerapi6", "Port": 44430} + ]}, + "Created": "2026-04-09T08:40:08.24602731Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6424918018733626, + "StableID": "ndAcDhhrAs11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "DiscoKey": "discokey:591d9040dfe6d92c6c6d3bbbf2a444f4b4773572903ee6ec4402a323c6dd551c", + "Addresses": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "AllowedIPs": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "Endpoints": ["77.164.248.136:41507", "10.65.0.27:41507", "172.17.0.1:41507"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55000}, + {"Proto": "peerapi6", "Port": 55000} + ]}, + "Created": "2026-04-09T08:40:03.141484354Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7410822627698052, + "StableID": "nVXWS9kNsz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "KeyExpiry": "2026-10-06T08:40:09Z", + "DiscoKey": "discokey:fb95f033767de1a5b88be6255c9165e8f0e804cf9b3e7b29dcf362fa28350238", + "Addresses": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "AllowedIPs": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46166}, + {"Proto": "peerapi6", "Port": 46166} + ]}, + "Created": "2026-04-09T08:40:09.29864071Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8062292192600666, + "StableID": "nmGB3CkRx521CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "DiscoKey": "discokey:cd2a0bef3a32fba5896cd18d9995643bd17e2a7549a8fc1e57fc0e17c2165641", - "Addresses": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "AllowedIPs": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "Endpoints": ["77.164.248.136:49431", "10.65.0.27:49431", "172.17.0.1:49431"], + "Key": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "DiscoKey": "discokey:d3733f4577912b8be689c27abd6125516a29135ed104e2d22dd12c3264306357", + "Addresses": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "AllowedIPs": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "Endpoints": ["77.164.248.136:56777", "10.65.0.27:56777", "172.17.0.1:56777"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50960}, - {"Proto": "peerapi6", "Port": 50960} + {"Proto": "peerapi4", "Port": 35588}, + {"Proto": "peerapi6", "Port": 35588} ]}, - "Created": "2026-04-09T01:34:05.350068959Z", + "Created": "2026-04-09T08:40:06.676752955Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, @@ -6315,27 +6324,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4386850726173297": { - "ID": 4386850726173297, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5021037141425079": { + "ID": 5021037141425079, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6366,22 +6377,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7131904448338622, - "StableID": "nmQL3734hx11CNTRL", + "ID": 6275161501695670, + "StableID": "n7VBdQr21r11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "KeyExpiry": "2026-10-06T01:34:06Z", - "DiscoKey": "discokey:40f5d1683c6a31a33a1578e5272e6361ec96f99440eee48810d6d0ff6e57855f", - "Addresses": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "AllowedIPs": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "Endpoints": ["77.164.248.136:52416", "10.65.0.27:52416", "172.17.0.1:52416"], + "Key": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:2713cd28350f3be350a47ce3da598c4fede369c01931a912d90f2366ef118a08", + "Addresses": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "AllowedIPs": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "Endpoints": ["77.164.248.136:34239", "10.65.0.27:34239", "172.17.0.1:34239"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62551}, - {"Proto": "peerapi6", "Port": 62551}, + {"Proto": "peerapi4", "Port": 44430}, + {"Proto": "peerapi6", "Port": 44430}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:06.954030569Z", + "Created": "2026-04-09T08:40:08.24602731Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6408,295 +6419,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "MachineKey": "mkey:aa22c57a448d08457e62bd67e6769030d2434dbf04a995e81d2cac3062a2510c", + "NodeKey": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "MachineKey": "mkey:8fbded0772fdb5a03be8ebbd475285785e5a11806654eed5665a6a27adf68b00", "Peers": [{ - "ID": 216668436907624, - "StableID": "nsekpiW8h211CNTRL", + "ID": 1117004278218973, + "StableID": "nGrk4toti911CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "DiscoKey": "discokey:4da32d6f3737f0c08457da06e06303081b8fb221087277a4d1d41bf08eac204b", - "Addresses": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "AllowedIPs": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "Endpoints": ["77.164.248.136:56984", "10.65.0.27:56984", "172.17.0.1:56984"], + "Key": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "DiscoKey": "discokey:e505de281eebf316d8340662aed0c76d39dc07779f523f735bba1a8c20019c0e", + "Addresses": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "AllowedIPs": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "Endpoints": ["77.164.248.136:36064", "10.65.0.27:36064", "172.17.0.1:36064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58684}, - {"Proto": "peerapi6", "Port": 58684} + {"Proto": "peerapi4", "Port": 40287}, + {"Proto": "peerapi6", "Port": 40287} ]}, - "Created": "2026-04-09T01:34:01.546333232Z", + "Created": "2026-04-09T08:40:02.602967314Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 344510587988524, - "StableID": "n5MVw7i2h311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "DiscoKey": "discokey:0044d999bb4c5e7c670344139fe2bca5520a069ada01a3e9132ac1703b8da334", - "Addresses": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "AllowedIPs": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "Endpoints": ["77.164.248.136:35597", "10.65.0.27:35597", "172.17.0.1:35597"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 54509}, - {"Proto": "peerapi6", "Port": 54509} - ]}, - "Created": "2026-04-09T01:34:03.720699131Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1149202859517703, - "StableID": "neEFSQcUy911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "DiscoKey": "discokey:b4fee540aaae10d60da9a5e19450ae8616058412c3cd55dcc81d14d41fd83869", - "Addresses": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "AllowedIPs": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "Endpoints": ["77.164.248.136:42685", "10.65.0.27:42685", "172.17.0.1:42685"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59711}, - {"Proto": "peerapi6", "Port": 59711} - ]}, - "Created": "2026-04-09T01:34:00.493191411Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1172570602155861, - "StableID": "nedKqbS4AA11CNTRL", + "ID": 1213910702578521, + "StableID": "nUpownNnUA11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "KeyExpiry": "2026-10-06T01:34:07Z", - "DiscoKey": "discokey:a570369916b09db866af271646e80e4307c81f2cd8b975aa6c6cb84cb36ed138", - "Addresses": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "AllowedIPs": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "Endpoints": ["77.164.248.136:47489", "10.65.0.27:47489", "172.17.0.1:47489"], - "HomeDERP": 14, + "Key": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:b9551e571cceb811a5068d190b22cc80182035e52d5ec5ec9547f7ce9af25114", + "Addresses": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "AllowedIPs": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "Endpoints": ["77.164.248.136:41286", "10.65.0.27:41286", "172.17.0.1:41286"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43061}, - {"Proto": "peerapi6", "Port": 43061} + {"Proto": "peerapi4", "Port": 48316}, + {"Proto": "peerapi6", "Port": 48316} ]}, - "Created": "2026-04-09T01:34:07.491838645Z", + "Created": "2026-04-09T08:40:08.776789111Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1864996773948653, - "StableID": "nA5tXZJfZF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "DiscoKey": "discokey:9733944e50c5045a11ffeb0c8b62e6a1ab0461dc708bce4286cd5e42b1439f6f", - "Addresses": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "AllowedIPs": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "Endpoints": ["77.164.248.136:40399", "10.65.0.27:40399", "172.17.0.1:40399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50012}, - {"Proto": "peerapi6", "Port": 50012} - ]}, - "Created": "2026-04-09T01:34:01.00994936Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3003984234642922, - "StableID": "nXFy9BaWTQ11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "DiscoKey": "discokey:8f169e2162185a7d7ec9551305e535624cae06fdb6eea4e382745c10e4385804", - "Addresses": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "AllowedIPs": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "Endpoints": ["77.164.248.136:45399", "10.65.0.27:45399", "172.17.0.1:45399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 48600}, - {"Proto": "peerapi6", "Port": 48600} - ]}, - "Created": "2026-04-09T01:34:02.642557384Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3478117921819679, - "StableID": "nNJmV5GFAU11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "DiscoKey": "discokey:428ef36df74a7a12123af1116b1d4d9d636b86e12afe79d21bda0b2f6a31e914", - "Addresses": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "AllowedIPs": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "Endpoints": ["77.164.248.136:42026", "10.65.0.27:42026", "172.17.0.1:42026"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55544}, - {"Proto": "peerapi6", "Port": 55544} - ]}, - "Created": "2026-04-09T01:34:04.797393414Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4260855142674435, - "StableID": "nNA2MVSkGa11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "DiscoKey": "discokey:942519a92c0df82a2c1c549f1eb2a445fe0eca6b751bcc03682c409b9f50d814", - "Addresses": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "AllowedIPs": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "Endpoints": ["77.164.248.136:52066", "10.65.0.27:52066", "172.17.0.1:52066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 41880}, - {"Proto": "peerapi6", "Port": 41880} - ]}, - "Created": "2026-04-09T01:34:02.093114417Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4386850726173297, - "StableID": "nUAEcX8pFb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "DiscoKey": "discokey:8d7f7002301948ca308e88d85a41a626382736801c98df8477f22c5cc5d2aa11", - "Addresses": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "AllowedIPs": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "Endpoints": ["77.164.248.136:37018", "10.65.0.27:37018", "172.17.0.1:37018"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55035}, - {"Proto": "peerapi6", "Port": 55035} - ]}, - "Created": "2026-04-09T01:34:04.253968751Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4832263010728313, - "StableID": "nkQ9xbMYje11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "KeyExpiry": "2026-10-06T01:34:08Z", - "DiscoKey": "discokey:98b881652617c596dd28ebaf391a9f8c76adca075f59f0c432a27e697de32d27", - "Addresses": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "AllowedIPs": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33515}, - {"Proto": "peerapi6", "Port": 33515} - ]}, - "Created": "2026-04-09T01:34:08.037618867Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6485841257381337, - "StableID": "nUNJC14Tes11CNTRL", + "ID": 1534787273060931, + "StableID": "nJQvg2G7zC11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "DiscoKey": "discokey:25b0e509e4c82be93701ae464cd6312bce9b566131c916d9410aa98d0f10b96c", - "Addresses": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "AllowedIPs": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "Endpoints": ["77.164.248.136:52314", "10.65.0.27:52314", "172.17.0.1:52314"], + "Key": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "DiscoKey": "discokey:4b7c795e0db86360da21028a7dd584a3a0a45473d32bdeca27a2eaf57b680a64", + "Addresses": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "AllowedIPs": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "Endpoints": ["77.164.248.136:52111", "10.65.0.27:52111", "172.17.0.1:52111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47281}, - {"Proto": "peerapi6", "Port": 47281} + {"Proto": "peerapi4", "Port": 46949}, + {"Proto": "peerapi6", "Port": 46949} ]}, - "Created": "2026-04-09T01:34:03.175683934Z", + "Created": "2026-04-09T08:40:04.208572557Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6836116644127662, - "StableID": "nbqGf9C6Pv11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "DiscoKey": "discokey:ef8ea95f5641725ca52f75639a3adb7a7dd1294a87d50ac85060a281ca13e04c", - "Addresses": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "AllowedIPs": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "Endpoints": ["77.164.248.136:42935", "10.65.0.27:42935", "172.17.0.1:42935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 38810}, - {"Proto": "peerapi6", "Port": 38810} - ]}, - "Created": "2026-04-09T01:34:05.886488593Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7136513250283420, - "StableID": "nHMz5u69jx11CNTRL", + "ID": 1824053974754488, + "StableID": "nHM3ago7FF11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "DiscoKey": "discokey:cf1445c21c022092076d5a2efbd12920cf5010e03d68ccbc015e4cfd513fdf10", - "Addresses": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "AllowedIPs": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "Endpoints": ["77.164.248.136:44219", "10.65.0.27:44219", "172.17.0.1:44219"], + "Key": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "DiscoKey": "discokey:fa4a4259e61d9e6f15d312aa60e7ccb316f741e71c789af38b6fed2f82eadc33", + "Addresses": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "AllowedIPs": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "Endpoints": ["77.164.248.136:54393", "10.65.0.27:54393", "172.17.0.1:54393"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61572}, - {"Proto": "peerapi6", "Port": 61572} + {"Proto": "peerapi4", "Port": 62433}, + {"Proto": "peerapi6", "Port": 62433} ]}, - "Created": "2026-04-09T01:34:06.425707266Z", + "Created": "2026-04-09T08:40:07.684237149Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7930595492982536, - "StableID": "n3vef9Jnv421CNTRL", + "ID": 3149287239671159, + "StableID": "nJUF9GSKbR11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "DiscoKey": "discokey:5f8e63815c3b2e834f3e6ea6c3d16aa09df4b327d46f24d4cc1a7024b7b23300", + "Addresses": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "AllowedIPs": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "Endpoints": ["77.164.248.136:33651", "10.65.0.27:33651", "172.17.0.1:33651"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57465}, + {"Proto": "peerapi6", "Port": 57465} + ]}, + "Created": "2026-04-09T08:40:01.540284487Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3543634208575782, + "StableID": "nfjaQBGvfU11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "DiscoKey": "discokey:125d407a6e5697884e009244a3a566101d616cd4c205a1fec74101b91dd7db26", + "Addresses": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "AllowedIPs": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "Endpoints": ["77.164.248.136:45479", "10.65.0.27:45479", "172.17.0.1:45479"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53397}, + {"Proto": "peerapi6", "Port": 53397} + ]}, + "Created": "2026-04-09T08:40:02.071913313Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4344442269404951, + "StableID": "n4PDWd8cva11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "DiscoKey": "discokey:61f3486a183d30bfbe9958d3c1aab2ea96aa9b7c35d9f39ff8882eb040880554", + "Addresses": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "AllowedIPs": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "Endpoints": ["77.164.248.136:58277", "10.65.0.27:58277", "172.17.0.1:58277"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42689}, + {"Proto": "peerapi6", "Port": 42689} + ]}, + "Created": "2026-04-09T08:40:03.671540139Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4691430026453831, + "StableID": "na6ePsukdd11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "DiscoKey": "discokey:c01aac81abc1f7926e6aeaa7d4bbc0b789dca5055594f0165ef12823b1471076", + "Addresses": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "AllowedIPs": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "Endpoints": ["77.164.248.136:55371", "10.65.0.27:55371", "172.17.0.1:55371"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 38581}, + {"Proto": "peerapi6", "Port": 38581} + ]}, + "Created": "2026-04-09T08:40:04.74736884Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4733413029778050, + "StableID": "nuWYdZjmxd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "DiscoKey": "discokey:1f70b1e80ee5f3be650ce4a99599d1073f000ffe26ebb4ec8e988afd1927c921", + "Addresses": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "AllowedIPs": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "Endpoints": ["77.164.248.136:33231", "10.65.0.27:33231", "172.17.0.1:33231"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50042}, + {"Proto": "peerapi6", "Port": 50042} + ]}, + "Created": "2026-04-09T08:40:07.172578734Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5021037141425079, + "StableID": "nJcKTd83Dg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "DiscoKey": "discokey:590df92e69401b0772a57012095ca527e51fb9315c96a77239efec46c943c44b", + "Addresses": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "AllowedIPs": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "Endpoints": ["77.164.248.136:40374", "10.65.0.27:40374", "172.17.0.1:40374"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 42437}, + {"Proto": "peerapi6", "Port": 42437} + ]}, + "Created": "2026-04-09T08:40:05.288463423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5706768985873785, + "StableID": "npWRNN9cZm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "DiscoKey": "discokey:5684f66d57275321cdeffbd60f8e47f7ba7722eba2e6bf42583c83dba75db321", + "Addresses": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "AllowedIPs": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "Endpoints": ["77.164.248.136:49927", "10.65.0.27:49927", "172.17.0.1:49927"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 42838}, + {"Proto": "peerapi6", "Port": 42838} + ]}, + "Created": "2026-04-09T08:40:05.828719396Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6424918018733626, + "StableID": "ndAcDhhrAs11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "DiscoKey": "discokey:591d9040dfe6d92c6c6d3bbbf2a444f4b4773572903ee6ec4402a323c6dd551c", + "Addresses": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "AllowedIPs": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "Endpoints": ["77.164.248.136:41507", "10.65.0.27:41507", "172.17.0.1:41507"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55000}, + {"Proto": "peerapi6", "Port": 55000} + ]}, + "Created": "2026-04-09T08:40:03.141484354Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7410822627698052, + "StableID": "nVXWS9kNsz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "KeyExpiry": "2026-10-06T08:40:09Z", + "DiscoKey": "discokey:fb95f033767de1a5b88be6255c9165e8f0e804cf9b3e7b29dcf362fa28350238", + "Addresses": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "AllowedIPs": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46166}, + {"Proto": "peerapi6", "Port": 46166} + ]}, + "Created": "2026-04-09T08:40:09.29864071Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8062292192600666, + "StableID": "nmGB3CkRx521CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "DiscoKey": "discokey:cd2a0bef3a32fba5896cd18d9995643bd17e2a7549a8fc1e57fc0e17c2165641", - "Addresses": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "AllowedIPs": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "Endpoints": ["77.164.248.136:49431", "10.65.0.27:49431", "172.17.0.1:49431"], + "Key": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "DiscoKey": "discokey:d3733f4577912b8be689c27abd6125516a29135ed104e2d22dd12c3264306357", + "Addresses": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "AllowedIPs": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "Endpoints": ["77.164.248.136:56777", "10.65.0.27:56777", "172.17.0.1:56777"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50960}, - {"Proto": "peerapi6", "Port": 50960} + {"Proto": "peerapi4", "Port": 35588}, + {"Proto": "peerapi6", "Port": 35588} ]}, - "Created": "2026-04-09T01:34:05.350068959Z", + "Created": "2026-04-09T08:40:06.676752955Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, @@ -7549,23 +7560,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7596,21 +7608,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6836116644127662, - "StableID": "nbqGf9C6Pv11CNTRL", + "ID": 4733413029778050, + "StableID": "nuWYdZjmxd11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 6836116644127662, - "Key": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "DiscoKey": "discokey:ef8ea95f5641725ca52f75639a3adb7a7dd1294a87d50ac85060a281ca13e04c", - "Addresses": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "AllowedIPs": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "Endpoints": ["77.164.248.136:42935", "10.65.0.27:42935", "172.17.0.1:42935"], + "User": 4733413029778050, + "Key": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "DiscoKey": "discokey:1f70b1e80ee5f3be650ce4a99599d1073f000ffe26ebb4ec8e988afd1927c921", + "Addresses": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "AllowedIPs": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "Endpoints": ["77.164.248.136:33231", "10.65.0.27:33231", "172.17.0.1:33231"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 38810}, - {"Proto": "peerapi6", "Port": 38810}, + {"Proto": "peerapi4", "Port": 50042}, + {"Proto": "peerapi6", "Port": 50042}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:05.886488593Z", + "Created": "2026-04-09T08:40:07.172578734Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7638,295 +7650,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "MachineKey": "mkey:921ce5ec23f2ce09694c6d14ad364b84d3739db64f40a6219b7058ac6ee8ae05", + "NodeKey": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "MachineKey": "mkey:9ee63f0593595c7b6cbd730b3956e577733f73cc052659cf0d7a27609d6a8c3b", "Peers": [{ - "ID": 216668436907624, - "StableID": "nsekpiW8h211CNTRL", + "ID": 1117004278218973, + "StableID": "nGrk4toti911CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "DiscoKey": "discokey:4da32d6f3737f0c08457da06e06303081b8fb221087277a4d1d41bf08eac204b", - "Addresses": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "AllowedIPs": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "Endpoints": ["77.164.248.136:56984", "10.65.0.27:56984", "172.17.0.1:56984"], + "Key": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "DiscoKey": "discokey:e505de281eebf316d8340662aed0c76d39dc07779f523f735bba1a8c20019c0e", + "Addresses": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "AllowedIPs": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "Endpoints": ["77.164.248.136:36064", "10.65.0.27:36064", "172.17.0.1:36064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58684}, - {"Proto": "peerapi6", "Port": 58684} + {"Proto": "peerapi4", "Port": 40287}, + {"Proto": "peerapi6", "Port": 40287} ]}, - "Created": "2026-04-09T01:34:01.546333232Z", + "Created": "2026-04-09T08:40:02.602967314Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 344510587988524, - "StableID": "n5MVw7i2h311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "DiscoKey": "discokey:0044d999bb4c5e7c670344139fe2bca5520a069ada01a3e9132ac1703b8da334", - "Addresses": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "AllowedIPs": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "Endpoints": ["77.164.248.136:35597", "10.65.0.27:35597", "172.17.0.1:35597"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 54509}, - {"Proto": "peerapi6", "Port": 54509} - ]}, - "Created": "2026-04-09T01:34:03.720699131Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1149202859517703, - "StableID": "neEFSQcUy911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "DiscoKey": "discokey:b4fee540aaae10d60da9a5e19450ae8616058412c3cd55dcc81d14d41fd83869", - "Addresses": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "AllowedIPs": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "Endpoints": ["77.164.248.136:42685", "10.65.0.27:42685", "172.17.0.1:42685"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59711}, - {"Proto": "peerapi6", "Port": 59711} - ]}, - "Created": "2026-04-09T01:34:00.493191411Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1172570602155861, - "StableID": "nedKqbS4AA11CNTRL", + "ID": 1213910702578521, + "StableID": "nUpownNnUA11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "KeyExpiry": "2026-10-06T01:34:07Z", - "DiscoKey": "discokey:a570369916b09db866af271646e80e4307c81f2cd8b975aa6c6cb84cb36ed138", - "Addresses": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "AllowedIPs": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "Endpoints": ["77.164.248.136:47489", "10.65.0.27:47489", "172.17.0.1:47489"], - "HomeDERP": 14, + "Key": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:b9551e571cceb811a5068d190b22cc80182035e52d5ec5ec9547f7ce9af25114", + "Addresses": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "AllowedIPs": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "Endpoints": ["77.164.248.136:41286", "10.65.0.27:41286", "172.17.0.1:41286"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43061}, - {"Proto": "peerapi6", "Port": 43061} + {"Proto": "peerapi4", "Port": 48316}, + {"Proto": "peerapi6", "Port": 48316} ]}, - "Created": "2026-04-09T01:34:07.491838645Z", + "Created": "2026-04-09T08:40:08.776789111Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1864996773948653, - "StableID": "nA5tXZJfZF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "DiscoKey": "discokey:9733944e50c5045a11ffeb0c8b62e6a1ab0461dc708bce4286cd5e42b1439f6f", - "Addresses": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "AllowedIPs": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "Endpoints": ["77.164.248.136:40399", "10.65.0.27:40399", "172.17.0.1:40399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50012}, - {"Proto": "peerapi6", "Port": 50012} - ]}, - "Created": "2026-04-09T01:34:01.00994936Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3003984234642922, - "StableID": "nXFy9BaWTQ11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "DiscoKey": "discokey:8f169e2162185a7d7ec9551305e535624cae06fdb6eea4e382745c10e4385804", - "Addresses": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "AllowedIPs": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "Endpoints": ["77.164.248.136:45399", "10.65.0.27:45399", "172.17.0.1:45399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 48600}, - {"Proto": "peerapi6", "Port": 48600} - ]}, - "Created": "2026-04-09T01:34:02.642557384Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3478117921819679, - "StableID": "nNJmV5GFAU11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "DiscoKey": "discokey:428ef36df74a7a12123af1116b1d4d9d636b86e12afe79d21bda0b2f6a31e914", - "Addresses": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "AllowedIPs": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "Endpoints": ["77.164.248.136:42026", "10.65.0.27:42026", "172.17.0.1:42026"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55544}, - {"Proto": "peerapi6", "Port": 55544} - ]}, - "Created": "2026-04-09T01:34:04.797393414Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4260855142674435, - "StableID": "nNA2MVSkGa11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "DiscoKey": "discokey:942519a92c0df82a2c1c549f1eb2a445fe0eca6b751bcc03682c409b9f50d814", - "Addresses": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "AllowedIPs": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "Endpoints": ["77.164.248.136:52066", "10.65.0.27:52066", "172.17.0.1:52066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 41880}, - {"Proto": "peerapi6", "Port": 41880} - ]}, - "Created": "2026-04-09T01:34:02.093114417Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4386850726173297, - "StableID": "nUAEcX8pFb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "DiscoKey": "discokey:8d7f7002301948ca308e88d85a41a626382736801c98df8477f22c5cc5d2aa11", - "Addresses": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "AllowedIPs": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "Endpoints": ["77.164.248.136:37018", "10.65.0.27:37018", "172.17.0.1:37018"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55035}, - {"Proto": "peerapi6", "Port": 55035} - ]}, - "Created": "2026-04-09T01:34:04.253968751Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4832263010728313, - "StableID": "nkQ9xbMYje11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "KeyExpiry": "2026-10-06T01:34:08Z", - "DiscoKey": "discokey:98b881652617c596dd28ebaf391a9f8c76adca075f59f0c432a27e697de32d27", - "Addresses": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "AllowedIPs": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33515}, - {"Proto": "peerapi6", "Port": 33515} - ]}, - "Created": "2026-04-09T01:34:08.037618867Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6485841257381337, - "StableID": "nUNJC14Tes11CNTRL", + "ID": 1534787273060931, + "StableID": "nJQvg2G7zC11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "DiscoKey": "discokey:25b0e509e4c82be93701ae464cd6312bce9b566131c916d9410aa98d0f10b96c", - "Addresses": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "AllowedIPs": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "Endpoints": ["77.164.248.136:52314", "10.65.0.27:52314", "172.17.0.1:52314"], + "Key": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "DiscoKey": "discokey:4b7c795e0db86360da21028a7dd584a3a0a45473d32bdeca27a2eaf57b680a64", + "Addresses": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "AllowedIPs": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "Endpoints": ["77.164.248.136:52111", "10.65.0.27:52111", "172.17.0.1:52111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47281}, - {"Proto": "peerapi6", "Port": 47281} + {"Proto": "peerapi4", "Port": 46949}, + {"Proto": "peerapi6", "Port": 46949} ]}, - "Created": "2026-04-09T01:34:03.175683934Z", + "Created": "2026-04-09T08:40:04.208572557Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7131904448338622, - "StableID": "nmQL3734hx11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "KeyExpiry": "2026-10-06T01:34:06Z", - "DiscoKey": "discokey:40f5d1683c6a31a33a1578e5272e6361ec96f99440eee48810d6d0ff6e57855f", - "Addresses": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "AllowedIPs": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "Endpoints": ["77.164.248.136:52416", "10.65.0.27:52416", "172.17.0.1:52416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62551}, - {"Proto": "peerapi6", "Port": 62551} - ]}, - "Created": "2026-04-09T01:34:06.954030569Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7136513250283420, - "StableID": "nHMz5u69jx11CNTRL", + "ID": 1824053974754488, + "StableID": "nHM3ago7FF11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "DiscoKey": "discokey:cf1445c21c022092076d5a2efbd12920cf5010e03d68ccbc015e4cfd513fdf10", - "Addresses": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "AllowedIPs": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "Endpoints": ["77.164.248.136:44219", "10.65.0.27:44219", "172.17.0.1:44219"], + "Key": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "DiscoKey": "discokey:fa4a4259e61d9e6f15d312aa60e7ccb316f741e71c789af38b6fed2f82eadc33", + "Addresses": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "AllowedIPs": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "Endpoints": ["77.164.248.136:54393", "10.65.0.27:54393", "172.17.0.1:54393"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61572}, - {"Proto": "peerapi6", "Port": 61572} + {"Proto": "peerapi4", "Port": 62433}, + {"Proto": "peerapi6", "Port": 62433} ]}, - "Created": "2026-04-09T01:34:06.425707266Z", + "Created": "2026-04-09T08:40:07.684237149Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7930595492982536, - "StableID": "n3vef9Jnv421CNTRL", + "ID": 3149287239671159, + "StableID": "nJUF9GSKbR11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "DiscoKey": "discokey:5f8e63815c3b2e834f3e6ea6c3d16aa09df4b327d46f24d4cc1a7024b7b23300", + "Addresses": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "AllowedIPs": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "Endpoints": ["77.164.248.136:33651", "10.65.0.27:33651", "172.17.0.1:33651"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57465}, + {"Proto": "peerapi6", "Port": 57465} + ]}, + "Created": "2026-04-09T08:40:01.540284487Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3543634208575782, + "StableID": "nfjaQBGvfU11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "DiscoKey": "discokey:125d407a6e5697884e009244a3a566101d616cd4c205a1fec74101b91dd7db26", + "Addresses": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "AllowedIPs": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "Endpoints": ["77.164.248.136:45479", "10.65.0.27:45479", "172.17.0.1:45479"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53397}, + {"Proto": "peerapi6", "Port": 53397} + ]}, + "Created": "2026-04-09T08:40:02.071913313Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4344442269404951, + "StableID": "n4PDWd8cva11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "DiscoKey": "discokey:61f3486a183d30bfbe9958d3c1aab2ea96aa9b7c35d9f39ff8882eb040880554", + "Addresses": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "AllowedIPs": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "Endpoints": ["77.164.248.136:58277", "10.65.0.27:58277", "172.17.0.1:58277"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42689}, + {"Proto": "peerapi6", "Port": 42689} + ]}, + "Created": "2026-04-09T08:40:03.671540139Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4691430026453831, + "StableID": "na6ePsukdd11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "DiscoKey": "discokey:c01aac81abc1f7926e6aeaa7d4bbc0b789dca5055594f0165ef12823b1471076", + "Addresses": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "AllowedIPs": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "Endpoints": ["77.164.248.136:55371", "10.65.0.27:55371", "172.17.0.1:55371"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 38581}, + {"Proto": "peerapi6", "Port": 38581} + ]}, + "Created": "2026-04-09T08:40:04.74736884Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 5021037141425079, + "StableID": "nJcKTd83Dg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "DiscoKey": "discokey:590df92e69401b0772a57012095ca527e51fb9315c96a77239efec46c943c44b", + "Addresses": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "AllowedIPs": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "Endpoints": ["77.164.248.136:40374", "10.65.0.27:40374", "172.17.0.1:40374"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 42437}, + {"Proto": "peerapi6", "Port": 42437} + ]}, + "Created": "2026-04-09T08:40:05.288463423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5706768985873785, + "StableID": "npWRNN9cZm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "DiscoKey": "discokey:5684f66d57275321cdeffbd60f8e47f7ba7722eba2e6bf42583c83dba75db321", + "Addresses": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "AllowedIPs": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "Endpoints": ["77.164.248.136:49927", "10.65.0.27:49927", "172.17.0.1:49927"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 42838}, + {"Proto": "peerapi6", "Port": 42838} + ]}, + "Created": "2026-04-09T08:40:05.828719396Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6275161501695670, + "StableID": "n7VBdQr21r11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:2713cd28350f3be350a47ce3da598c4fede369c01931a912d90f2366ef118a08", + "Addresses": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "AllowedIPs": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "Endpoints": ["77.164.248.136:34239", "10.65.0.27:34239", "172.17.0.1:34239"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 44430}, + {"Proto": "peerapi6", "Port": 44430} + ]}, + "Created": "2026-04-09T08:40:08.24602731Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6424918018733626, + "StableID": "ndAcDhhrAs11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "DiscoKey": "discokey:591d9040dfe6d92c6c6d3bbbf2a444f4b4773572903ee6ec4402a323c6dd551c", + "Addresses": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "AllowedIPs": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "Endpoints": ["77.164.248.136:41507", "10.65.0.27:41507", "172.17.0.1:41507"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55000}, + {"Proto": "peerapi6", "Port": 55000} + ]}, + "Created": "2026-04-09T08:40:03.141484354Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7410822627698052, + "StableID": "nVXWS9kNsz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "KeyExpiry": "2026-10-06T08:40:09Z", + "DiscoKey": "discokey:fb95f033767de1a5b88be6255c9165e8f0e804cf9b3e7b29dcf362fa28350238", + "Addresses": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "AllowedIPs": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46166}, + {"Proto": "peerapi6", "Port": 46166} + ]}, + "Created": "2026-04-09T08:40:09.29864071Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8062292192600666, + "StableID": "nmGB3CkRx521CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "DiscoKey": "discokey:cd2a0bef3a32fba5896cd18d9995643bd17e2a7549a8fc1e57fc0e17c2165641", - "Addresses": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "AllowedIPs": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "Endpoints": ["77.164.248.136:49431", "10.65.0.27:49431", "172.17.0.1:49431"], + "Key": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "DiscoKey": "discokey:d3733f4577912b8be689c27abd6125516a29135ed104e2d22dd12c3264306357", + "Addresses": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "AllowedIPs": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "Endpoints": ["77.164.248.136:56777", "10.65.0.27:56777", "172.17.0.1:56777"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50960}, - {"Proto": "peerapi6", "Port": 50960} + {"Proto": "peerapi4", "Port": 35588}, + {"Proto": "peerapi6", "Port": 35588} ]}, - "Created": "2026-04-09T01:34:05.350068959Z", + "Created": "2026-04-09T08:40:06.676752955Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, @@ -8779,27 +8791,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6836116644127662": { - "ID": 6836116644127662, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4733413029778050": { + "ID": 4733413029778050, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8830,26 +8844,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1864996773948653, - "StableID": "nA5tXZJfZF11CNTRL", + "ID": 3543634208575782, + "StableID": "nfjaQBGvfU11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1864996773948653, - "Key": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "DiscoKey": "discokey:9733944e50c5045a11ffeb0c8b62e6a1ab0461dc708bce4286cd5e42b1439f6f", - "Addresses": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "AllowedIPs": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "Endpoints": ["77.164.248.136:40399", "10.65.0.27:40399", "172.17.0.1:40399"], + "User": 3543634208575782, + "Key": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "DiscoKey": "discokey:125d407a6e5697884e009244a3a566101d616cd4c205a1fec74101b91dd7db26", + "Addresses": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "AllowedIPs": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "Endpoints": ["77.164.248.136:45479", "10.65.0.27:45479", "172.17.0.1:45479"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 50012}, - {"Proto": "peerapi6", "Port": 50012}, + {"Proto": "peerapi4", "Port": 53397}, + {"Proto": "peerapi6", "Port": 53397}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:01.00994936Z", + "Created": "2026-04-09T08:40:02.071913313Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8877,295 +8891,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "MachineKey": "mkey:28fc2254350cda37ff43a7d368c23fadaa66a34719b0f4816a5bbbf94014177a", + "NodeKey": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "MachineKey": "mkey:2e827a82f191aeafe17be745ece11330c0879ec52ec6caaa176bcba65e309307", "Peers": [{ - "ID": 216668436907624, - "StableID": "nsekpiW8h211CNTRL", + "ID": 1117004278218973, + "StableID": "nGrk4toti911CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "DiscoKey": "discokey:4da32d6f3737f0c08457da06e06303081b8fb221087277a4d1d41bf08eac204b", - "Addresses": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "AllowedIPs": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "Endpoints": ["77.164.248.136:56984", "10.65.0.27:56984", "172.17.0.1:56984"], + "Key": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "DiscoKey": "discokey:e505de281eebf316d8340662aed0c76d39dc07779f523f735bba1a8c20019c0e", + "Addresses": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "AllowedIPs": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "Endpoints": ["77.164.248.136:36064", "10.65.0.27:36064", "172.17.0.1:36064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58684}, - {"Proto": "peerapi6", "Port": 58684} + {"Proto": "peerapi4", "Port": 40287}, + {"Proto": "peerapi6", "Port": 40287} ]}, - "Created": "2026-04-09T01:34:01.546333232Z", + "Created": "2026-04-09T08:40:02.602967314Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 344510587988524, - "StableID": "n5MVw7i2h311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "DiscoKey": "discokey:0044d999bb4c5e7c670344139fe2bca5520a069ada01a3e9132ac1703b8da334", - "Addresses": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "AllowedIPs": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "Endpoints": ["77.164.248.136:35597", "10.65.0.27:35597", "172.17.0.1:35597"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 54509}, - {"Proto": "peerapi6", "Port": 54509} - ]}, - "Created": "2026-04-09T01:34:03.720699131Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1149202859517703, - "StableID": "neEFSQcUy911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "DiscoKey": "discokey:b4fee540aaae10d60da9a5e19450ae8616058412c3cd55dcc81d14d41fd83869", - "Addresses": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "AllowedIPs": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "Endpoints": ["77.164.248.136:42685", "10.65.0.27:42685", "172.17.0.1:42685"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59711}, - {"Proto": "peerapi6", "Port": 59711} - ]}, - "Created": "2026-04-09T01:34:00.493191411Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1172570602155861, - "StableID": "nedKqbS4AA11CNTRL", + "ID": 1213910702578521, + "StableID": "nUpownNnUA11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "KeyExpiry": "2026-10-06T01:34:07Z", - "DiscoKey": "discokey:a570369916b09db866af271646e80e4307c81f2cd8b975aa6c6cb84cb36ed138", - "Addresses": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "AllowedIPs": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "Endpoints": ["77.164.248.136:47489", "10.65.0.27:47489", "172.17.0.1:47489"], - "HomeDERP": 14, + "Key": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:b9551e571cceb811a5068d190b22cc80182035e52d5ec5ec9547f7ce9af25114", + "Addresses": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "AllowedIPs": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "Endpoints": ["77.164.248.136:41286", "10.65.0.27:41286", "172.17.0.1:41286"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43061}, - {"Proto": "peerapi6", "Port": 43061} + {"Proto": "peerapi4", "Port": 48316}, + {"Proto": "peerapi6", "Port": 48316} ]}, - "Created": "2026-04-09T01:34:07.491838645Z", + "Created": "2026-04-09T08:40:08.776789111Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 3003984234642922, - "StableID": "nXFy9BaWTQ11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "DiscoKey": "discokey:8f169e2162185a7d7ec9551305e535624cae06fdb6eea4e382745c10e4385804", - "Addresses": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "AllowedIPs": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "Endpoints": ["77.164.248.136:45399", "10.65.0.27:45399", "172.17.0.1:45399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 48600}, - {"Proto": "peerapi6", "Port": 48600} - ]}, - "Created": "2026-04-09T01:34:02.642557384Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3478117921819679, - "StableID": "nNJmV5GFAU11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "DiscoKey": "discokey:428ef36df74a7a12123af1116b1d4d9d636b86e12afe79d21bda0b2f6a31e914", - "Addresses": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "AllowedIPs": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "Endpoints": ["77.164.248.136:42026", "10.65.0.27:42026", "172.17.0.1:42026"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55544}, - {"Proto": "peerapi6", "Port": 55544} - ]}, - "Created": "2026-04-09T01:34:04.797393414Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4260855142674435, - "StableID": "nNA2MVSkGa11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "DiscoKey": "discokey:942519a92c0df82a2c1c549f1eb2a445fe0eca6b751bcc03682c409b9f50d814", - "Addresses": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "AllowedIPs": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "Endpoints": ["77.164.248.136:52066", "10.65.0.27:52066", "172.17.0.1:52066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 41880}, - {"Proto": "peerapi6", "Port": 41880} - ]}, - "Created": "2026-04-09T01:34:02.093114417Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4386850726173297, - "StableID": "nUAEcX8pFb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "DiscoKey": "discokey:8d7f7002301948ca308e88d85a41a626382736801c98df8477f22c5cc5d2aa11", - "Addresses": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "AllowedIPs": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "Endpoints": ["77.164.248.136:37018", "10.65.0.27:37018", "172.17.0.1:37018"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55035}, - {"Proto": "peerapi6", "Port": 55035} - ]}, - "Created": "2026-04-09T01:34:04.253968751Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4832263010728313, - "StableID": "nkQ9xbMYje11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "KeyExpiry": "2026-10-06T01:34:08Z", - "DiscoKey": "discokey:98b881652617c596dd28ebaf391a9f8c76adca075f59f0c432a27e697de32d27", - "Addresses": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "AllowedIPs": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33515}, - {"Proto": "peerapi6", "Port": 33515} - ]}, - "Created": "2026-04-09T01:34:08.037618867Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6485841257381337, - "StableID": "nUNJC14Tes11CNTRL", + "ID": 1534787273060931, + "StableID": "nJQvg2G7zC11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "DiscoKey": "discokey:25b0e509e4c82be93701ae464cd6312bce9b566131c916d9410aa98d0f10b96c", - "Addresses": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "AllowedIPs": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "Endpoints": ["77.164.248.136:52314", "10.65.0.27:52314", "172.17.0.1:52314"], + "Key": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "DiscoKey": "discokey:4b7c795e0db86360da21028a7dd584a3a0a45473d32bdeca27a2eaf57b680a64", + "Addresses": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "AllowedIPs": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "Endpoints": ["77.164.248.136:52111", "10.65.0.27:52111", "172.17.0.1:52111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47281}, - {"Proto": "peerapi6", "Port": 47281} + {"Proto": "peerapi4", "Port": 46949}, + {"Proto": "peerapi6", "Port": 46949} ]}, - "Created": "2026-04-09T01:34:03.175683934Z", + "Created": "2026-04-09T08:40:04.208572557Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6836116644127662, - "StableID": "nbqGf9C6Pv11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "DiscoKey": "discokey:ef8ea95f5641725ca52f75639a3adb7a7dd1294a87d50ac85060a281ca13e04c", - "Addresses": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "AllowedIPs": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "Endpoints": ["77.164.248.136:42935", "10.65.0.27:42935", "172.17.0.1:42935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 38810}, - {"Proto": "peerapi6", "Port": 38810} - ]}, - "Created": "2026-04-09T01:34:05.886488593Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7131904448338622, - "StableID": "nmQL3734hx11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "KeyExpiry": "2026-10-06T01:34:06Z", - "DiscoKey": "discokey:40f5d1683c6a31a33a1578e5272e6361ec96f99440eee48810d6d0ff6e57855f", - "Addresses": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "AllowedIPs": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "Endpoints": ["77.164.248.136:52416", "10.65.0.27:52416", "172.17.0.1:52416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62551}, - {"Proto": "peerapi6", "Port": 62551} - ]}, - "Created": "2026-04-09T01:34:06.954030569Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7136513250283420, - "StableID": "nHMz5u69jx11CNTRL", + "ID": 1824053974754488, + "StableID": "nHM3ago7FF11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "DiscoKey": "discokey:cf1445c21c022092076d5a2efbd12920cf5010e03d68ccbc015e4cfd513fdf10", - "Addresses": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "AllowedIPs": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "Endpoints": ["77.164.248.136:44219", "10.65.0.27:44219", "172.17.0.1:44219"], + "Key": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "DiscoKey": "discokey:fa4a4259e61d9e6f15d312aa60e7ccb316f741e71c789af38b6fed2f82eadc33", + "Addresses": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "AllowedIPs": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "Endpoints": ["77.164.248.136:54393", "10.65.0.27:54393", "172.17.0.1:54393"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61572}, - {"Proto": "peerapi6", "Port": 61572} + {"Proto": "peerapi4", "Port": 62433}, + {"Proto": "peerapi6", "Port": 62433} ]}, - "Created": "2026-04-09T01:34:06.425707266Z", + "Created": "2026-04-09T08:40:07.684237149Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7930595492982536, - "StableID": "n3vef9Jnv421CNTRL", + "ID": 3149287239671159, + "StableID": "nJUF9GSKbR11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "DiscoKey": "discokey:5f8e63815c3b2e834f3e6ea6c3d16aa09df4b327d46f24d4cc1a7024b7b23300", + "Addresses": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "AllowedIPs": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "Endpoints": ["77.164.248.136:33651", "10.65.0.27:33651", "172.17.0.1:33651"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57465}, + {"Proto": "peerapi6", "Port": 57465} + ]}, + "Created": "2026-04-09T08:40:01.540284487Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4344442269404951, + "StableID": "n4PDWd8cva11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "DiscoKey": "discokey:61f3486a183d30bfbe9958d3c1aab2ea96aa9b7c35d9f39ff8882eb040880554", + "Addresses": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "AllowedIPs": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "Endpoints": ["77.164.248.136:58277", "10.65.0.27:58277", "172.17.0.1:58277"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42689}, + {"Proto": "peerapi6", "Port": 42689} + ]}, + "Created": "2026-04-09T08:40:03.671540139Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4691430026453831, + "StableID": "na6ePsukdd11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "DiscoKey": "discokey:c01aac81abc1f7926e6aeaa7d4bbc0b789dca5055594f0165ef12823b1471076", + "Addresses": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "AllowedIPs": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "Endpoints": ["77.164.248.136:55371", "10.65.0.27:55371", "172.17.0.1:55371"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 38581}, + {"Proto": "peerapi6", "Port": 38581} + ]}, + "Created": "2026-04-09T08:40:04.74736884Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4733413029778050, + "StableID": "nuWYdZjmxd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "DiscoKey": "discokey:1f70b1e80ee5f3be650ce4a99599d1073f000ffe26ebb4ec8e988afd1927c921", + "Addresses": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "AllowedIPs": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "Endpoints": ["77.164.248.136:33231", "10.65.0.27:33231", "172.17.0.1:33231"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50042}, + {"Proto": "peerapi6", "Port": 50042} + ]}, + "Created": "2026-04-09T08:40:07.172578734Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5021037141425079, + "StableID": "nJcKTd83Dg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "DiscoKey": "discokey:590df92e69401b0772a57012095ca527e51fb9315c96a77239efec46c943c44b", + "Addresses": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "AllowedIPs": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "Endpoints": ["77.164.248.136:40374", "10.65.0.27:40374", "172.17.0.1:40374"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 42437}, + {"Proto": "peerapi6", "Port": 42437} + ]}, + "Created": "2026-04-09T08:40:05.288463423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5706768985873785, + "StableID": "npWRNN9cZm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "DiscoKey": "discokey:5684f66d57275321cdeffbd60f8e47f7ba7722eba2e6bf42583c83dba75db321", + "Addresses": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "AllowedIPs": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "Endpoints": ["77.164.248.136:49927", "10.65.0.27:49927", "172.17.0.1:49927"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 42838}, + {"Proto": "peerapi6", "Port": 42838} + ]}, + "Created": "2026-04-09T08:40:05.828719396Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6275161501695670, + "StableID": "n7VBdQr21r11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:2713cd28350f3be350a47ce3da598c4fede369c01931a912d90f2366ef118a08", + "Addresses": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "AllowedIPs": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "Endpoints": ["77.164.248.136:34239", "10.65.0.27:34239", "172.17.0.1:34239"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 44430}, + {"Proto": "peerapi6", "Port": 44430} + ]}, + "Created": "2026-04-09T08:40:08.24602731Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6424918018733626, + "StableID": "ndAcDhhrAs11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "DiscoKey": "discokey:591d9040dfe6d92c6c6d3bbbf2a444f4b4773572903ee6ec4402a323c6dd551c", + "Addresses": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "AllowedIPs": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "Endpoints": ["77.164.248.136:41507", "10.65.0.27:41507", "172.17.0.1:41507"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55000}, + {"Proto": "peerapi6", "Port": 55000} + ]}, + "Created": "2026-04-09T08:40:03.141484354Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7410822627698052, + "StableID": "nVXWS9kNsz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "KeyExpiry": "2026-10-06T08:40:09Z", + "DiscoKey": "discokey:fb95f033767de1a5b88be6255c9165e8f0e804cf9b3e7b29dcf362fa28350238", + "Addresses": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "AllowedIPs": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46166}, + {"Proto": "peerapi6", "Port": 46166} + ]}, + "Created": "2026-04-09T08:40:09.29864071Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8062292192600666, + "StableID": "nmGB3CkRx521CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "DiscoKey": "discokey:cd2a0bef3a32fba5896cd18d9995643bd17e2a7549a8fc1e57fc0e17c2165641", - "Addresses": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "AllowedIPs": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "Endpoints": ["77.164.248.136:49431", "10.65.0.27:49431", "172.17.0.1:49431"], + "Key": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "DiscoKey": "discokey:d3733f4577912b8be689c27abd6125516a29135ed104e2d22dd12c3264306357", + "Addresses": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "AllowedIPs": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "Endpoints": ["77.164.248.136:56777", "10.65.0.27:56777", "172.17.0.1:56777"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50960}, - {"Proto": "peerapi6", "Port": 50960} + {"Proto": "peerapi4", "Port": 35588}, + {"Proto": "peerapi6", "Port": 35588} ]}, - "Created": "2026-04-09T01:34:05.350068959Z", + "Created": "2026-04-09T08:40:06.676752955Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, @@ -10018,27 +10032,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1864996773948653": { - "ID": 1864996773948653, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3543634208575782": { + "ID": 3543634208575782, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10069,26 +10085,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1149202859517703, - "StableID": "neEFSQcUy911CNTRL", + "ID": 3149287239671159, + "StableID": "nJUF9GSKbR11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 1149202859517703, - "Key": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "DiscoKey": "discokey:b4fee540aaae10d60da9a5e19450ae8616058412c3cd55dcc81d14d41fd83869", - "Addresses": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "AllowedIPs": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "Endpoints": ["77.164.248.136:42685", "10.65.0.27:42685", "172.17.0.1:42685"], + "User": 3149287239671159, + "Key": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "DiscoKey": "discokey:5f8e63815c3b2e834f3e6ea6c3d16aa09df4b327d46f24d4cc1a7024b7b23300", + "Addresses": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "AllowedIPs": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "Endpoints": ["77.164.248.136:33651", "10.65.0.27:33651", "172.17.0.1:33651"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 59711}, - {"Proto": "peerapi6", "Port": 59711}, + {"Proto": "peerapi4", "Port": 57465}, + {"Proto": "peerapi6", "Port": 57465}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:00.493191411Z", + "Created": "2026-04-09T08:40:01.540284487Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10116,295 +10132,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "MachineKey": "mkey:d97f56cc19bacd835d9f0d7ca678b129a7e356d33ba21d13a4eade1a78070d2e", + "NodeKey": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "MachineKey": "mkey:863d3be9e0bb99397619ebb6429a13d4166de67cc5e0372b3eb171b6c77f8e48", "Peers": [{ - "ID": 216668436907624, - "StableID": "nsekpiW8h211CNTRL", + "ID": 1117004278218973, + "StableID": "nGrk4toti911CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "DiscoKey": "discokey:4da32d6f3737f0c08457da06e06303081b8fb221087277a4d1d41bf08eac204b", - "Addresses": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "AllowedIPs": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "Endpoints": ["77.164.248.136:56984", "10.65.0.27:56984", "172.17.0.1:56984"], + "Key": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "DiscoKey": "discokey:e505de281eebf316d8340662aed0c76d39dc07779f523f735bba1a8c20019c0e", + "Addresses": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "AllowedIPs": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "Endpoints": ["77.164.248.136:36064", "10.65.0.27:36064", "172.17.0.1:36064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58684}, - {"Proto": "peerapi6", "Port": 58684} + {"Proto": "peerapi4", "Port": 40287}, + {"Proto": "peerapi6", "Port": 40287} ]}, - "Created": "2026-04-09T01:34:01.546333232Z", + "Created": "2026-04-09T08:40:02.602967314Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 344510587988524, - "StableID": "n5MVw7i2h311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "DiscoKey": "discokey:0044d999bb4c5e7c670344139fe2bca5520a069ada01a3e9132ac1703b8da334", - "Addresses": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "AllowedIPs": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "Endpoints": ["77.164.248.136:35597", "10.65.0.27:35597", "172.17.0.1:35597"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 54509}, - {"Proto": "peerapi6", "Port": 54509} - ]}, - "Created": "2026-04-09T01:34:03.720699131Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1172570602155861, - "StableID": "nedKqbS4AA11CNTRL", + "ID": 1213910702578521, + "StableID": "nUpownNnUA11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "KeyExpiry": "2026-10-06T01:34:07Z", - "DiscoKey": "discokey:a570369916b09db866af271646e80e4307c81f2cd8b975aa6c6cb84cb36ed138", - "Addresses": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "AllowedIPs": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "Endpoints": ["77.164.248.136:47489", "10.65.0.27:47489", "172.17.0.1:47489"], - "HomeDERP": 14, + "Key": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:b9551e571cceb811a5068d190b22cc80182035e52d5ec5ec9547f7ce9af25114", + "Addresses": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "AllowedIPs": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "Endpoints": ["77.164.248.136:41286", "10.65.0.27:41286", "172.17.0.1:41286"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43061}, - {"Proto": "peerapi6", "Port": 43061} + {"Proto": "peerapi4", "Port": 48316}, + {"Proto": "peerapi6", "Port": 48316} ]}, - "Created": "2026-04-09T01:34:07.491838645Z", + "Created": "2026-04-09T08:40:08.776789111Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1864996773948653, - "StableID": "nA5tXZJfZF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "DiscoKey": "discokey:9733944e50c5045a11ffeb0c8b62e6a1ab0461dc708bce4286cd5e42b1439f6f", - "Addresses": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "AllowedIPs": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "Endpoints": ["77.164.248.136:40399", "10.65.0.27:40399", "172.17.0.1:40399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50012}, - {"Proto": "peerapi6", "Port": 50012} - ]}, - "Created": "2026-04-09T01:34:01.00994936Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3003984234642922, - "StableID": "nXFy9BaWTQ11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "DiscoKey": "discokey:8f169e2162185a7d7ec9551305e535624cae06fdb6eea4e382745c10e4385804", - "Addresses": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "AllowedIPs": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "Endpoints": ["77.164.248.136:45399", "10.65.0.27:45399", "172.17.0.1:45399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 48600}, - {"Proto": "peerapi6", "Port": 48600} - ]}, - "Created": "2026-04-09T01:34:02.642557384Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3478117921819679, - "StableID": "nNJmV5GFAU11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "DiscoKey": "discokey:428ef36df74a7a12123af1116b1d4d9d636b86e12afe79d21bda0b2f6a31e914", - "Addresses": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "AllowedIPs": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "Endpoints": ["77.164.248.136:42026", "10.65.0.27:42026", "172.17.0.1:42026"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55544}, - {"Proto": "peerapi6", "Port": 55544} - ]}, - "Created": "2026-04-09T01:34:04.797393414Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4260855142674435, - "StableID": "nNA2MVSkGa11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "DiscoKey": "discokey:942519a92c0df82a2c1c549f1eb2a445fe0eca6b751bcc03682c409b9f50d814", - "Addresses": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "AllowedIPs": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "Endpoints": ["77.164.248.136:52066", "10.65.0.27:52066", "172.17.0.1:52066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 41880}, - {"Proto": "peerapi6", "Port": 41880} - ]}, - "Created": "2026-04-09T01:34:02.093114417Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4386850726173297, - "StableID": "nUAEcX8pFb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "DiscoKey": "discokey:8d7f7002301948ca308e88d85a41a626382736801c98df8477f22c5cc5d2aa11", - "Addresses": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "AllowedIPs": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "Endpoints": ["77.164.248.136:37018", "10.65.0.27:37018", "172.17.0.1:37018"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55035}, - {"Proto": "peerapi6", "Port": 55035} - ]}, - "Created": "2026-04-09T01:34:04.253968751Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4832263010728313, - "StableID": "nkQ9xbMYje11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "KeyExpiry": "2026-10-06T01:34:08Z", - "DiscoKey": "discokey:98b881652617c596dd28ebaf391a9f8c76adca075f59f0c432a27e697de32d27", - "Addresses": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "AllowedIPs": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33515}, - {"Proto": "peerapi6", "Port": 33515} - ]}, - "Created": "2026-04-09T01:34:08.037618867Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6485841257381337, - "StableID": "nUNJC14Tes11CNTRL", + "ID": 1534787273060931, + "StableID": "nJQvg2G7zC11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "DiscoKey": "discokey:25b0e509e4c82be93701ae464cd6312bce9b566131c916d9410aa98d0f10b96c", - "Addresses": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "AllowedIPs": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "Endpoints": ["77.164.248.136:52314", "10.65.0.27:52314", "172.17.0.1:52314"], + "Key": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "DiscoKey": "discokey:4b7c795e0db86360da21028a7dd584a3a0a45473d32bdeca27a2eaf57b680a64", + "Addresses": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "AllowedIPs": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "Endpoints": ["77.164.248.136:52111", "10.65.0.27:52111", "172.17.0.1:52111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47281}, - {"Proto": "peerapi6", "Port": 47281} + {"Proto": "peerapi4", "Port": 46949}, + {"Proto": "peerapi6", "Port": 46949} ]}, - "Created": "2026-04-09T01:34:03.175683934Z", + "Created": "2026-04-09T08:40:04.208572557Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6836116644127662, - "StableID": "nbqGf9C6Pv11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "DiscoKey": "discokey:ef8ea95f5641725ca52f75639a3adb7a7dd1294a87d50ac85060a281ca13e04c", - "Addresses": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "AllowedIPs": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "Endpoints": ["77.164.248.136:42935", "10.65.0.27:42935", "172.17.0.1:42935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 38810}, - {"Proto": "peerapi6", "Port": 38810} - ]}, - "Created": "2026-04-09T01:34:05.886488593Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7131904448338622, - "StableID": "nmQL3734hx11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "KeyExpiry": "2026-10-06T01:34:06Z", - "DiscoKey": "discokey:40f5d1683c6a31a33a1578e5272e6361ec96f99440eee48810d6d0ff6e57855f", - "Addresses": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "AllowedIPs": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "Endpoints": ["77.164.248.136:52416", "10.65.0.27:52416", "172.17.0.1:52416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62551}, - {"Proto": "peerapi6", "Port": 62551} - ]}, - "Created": "2026-04-09T01:34:06.954030569Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7136513250283420, - "StableID": "nHMz5u69jx11CNTRL", + "ID": 1824053974754488, + "StableID": "nHM3ago7FF11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "DiscoKey": "discokey:cf1445c21c022092076d5a2efbd12920cf5010e03d68ccbc015e4cfd513fdf10", - "Addresses": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "AllowedIPs": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "Endpoints": ["77.164.248.136:44219", "10.65.0.27:44219", "172.17.0.1:44219"], + "Key": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "DiscoKey": "discokey:fa4a4259e61d9e6f15d312aa60e7ccb316f741e71c789af38b6fed2f82eadc33", + "Addresses": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "AllowedIPs": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "Endpoints": ["77.164.248.136:54393", "10.65.0.27:54393", "172.17.0.1:54393"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61572}, - {"Proto": "peerapi6", "Port": 61572} + {"Proto": "peerapi4", "Port": 62433}, + {"Proto": "peerapi6", "Port": 62433} ]}, - "Created": "2026-04-09T01:34:06.425707266Z", + "Created": "2026-04-09T08:40:07.684237149Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7930595492982536, - "StableID": "n3vef9Jnv421CNTRL", + "ID": 3543634208575782, + "StableID": "nfjaQBGvfU11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "DiscoKey": "discokey:125d407a6e5697884e009244a3a566101d616cd4c205a1fec74101b91dd7db26", + "Addresses": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "AllowedIPs": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "Endpoints": ["77.164.248.136:45479", "10.65.0.27:45479", "172.17.0.1:45479"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53397}, + {"Proto": "peerapi6", "Port": 53397} + ]}, + "Created": "2026-04-09T08:40:02.071913313Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4344442269404951, + "StableID": "n4PDWd8cva11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "DiscoKey": "discokey:61f3486a183d30bfbe9958d3c1aab2ea96aa9b7c35d9f39ff8882eb040880554", + "Addresses": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "AllowedIPs": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "Endpoints": ["77.164.248.136:58277", "10.65.0.27:58277", "172.17.0.1:58277"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42689}, + {"Proto": "peerapi6", "Port": 42689} + ]}, + "Created": "2026-04-09T08:40:03.671540139Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4691430026453831, + "StableID": "na6ePsukdd11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "DiscoKey": "discokey:c01aac81abc1f7926e6aeaa7d4bbc0b789dca5055594f0165ef12823b1471076", + "Addresses": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "AllowedIPs": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "Endpoints": ["77.164.248.136:55371", "10.65.0.27:55371", "172.17.0.1:55371"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 38581}, + {"Proto": "peerapi6", "Port": 38581} + ]}, + "Created": "2026-04-09T08:40:04.74736884Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4733413029778050, + "StableID": "nuWYdZjmxd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "DiscoKey": "discokey:1f70b1e80ee5f3be650ce4a99599d1073f000ffe26ebb4ec8e988afd1927c921", + "Addresses": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "AllowedIPs": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "Endpoints": ["77.164.248.136:33231", "10.65.0.27:33231", "172.17.0.1:33231"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50042}, + {"Proto": "peerapi6", "Port": 50042} + ]}, + "Created": "2026-04-09T08:40:07.172578734Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5021037141425079, + "StableID": "nJcKTd83Dg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "DiscoKey": "discokey:590df92e69401b0772a57012095ca527e51fb9315c96a77239efec46c943c44b", + "Addresses": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "AllowedIPs": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "Endpoints": ["77.164.248.136:40374", "10.65.0.27:40374", "172.17.0.1:40374"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 42437}, + {"Proto": "peerapi6", "Port": 42437} + ]}, + "Created": "2026-04-09T08:40:05.288463423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5706768985873785, + "StableID": "npWRNN9cZm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "DiscoKey": "discokey:5684f66d57275321cdeffbd60f8e47f7ba7722eba2e6bf42583c83dba75db321", + "Addresses": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "AllowedIPs": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "Endpoints": ["77.164.248.136:49927", "10.65.0.27:49927", "172.17.0.1:49927"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 42838}, + {"Proto": "peerapi6", "Port": 42838} + ]}, + "Created": "2026-04-09T08:40:05.828719396Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6275161501695670, + "StableID": "n7VBdQr21r11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:2713cd28350f3be350a47ce3da598c4fede369c01931a912d90f2366ef118a08", + "Addresses": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "AllowedIPs": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "Endpoints": ["77.164.248.136:34239", "10.65.0.27:34239", "172.17.0.1:34239"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 44430}, + {"Proto": "peerapi6", "Port": 44430} + ]}, + "Created": "2026-04-09T08:40:08.24602731Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6424918018733626, + "StableID": "ndAcDhhrAs11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "DiscoKey": "discokey:591d9040dfe6d92c6c6d3bbbf2a444f4b4773572903ee6ec4402a323c6dd551c", + "Addresses": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "AllowedIPs": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "Endpoints": ["77.164.248.136:41507", "10.65.0.27:41507", "172.17.0.1:41507"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55000}, + {"Proto": "peerapi6", "Port": 55000} + ]}, + "Created": "2026-04-09T08:40:03.141484354Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7410822627698052, + "StableID": "nVXWS9kNsz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "KeyExpiry": "2026-10-06T08:40:09Z", + "DiscoKey": "discokey:fb95f033767de1a5b88be6255c9165e8f0e804cf9b3e7b29dcf362fa28350238", + "Addresses": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "AllowedIPs": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46166}, + {"Proto": "peerapi6", "Port": 46166} + ]}, + "Created": "2026-04-09T08:40:09.29864071Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8062292192600666, + "StableID": "nmGB3CkRx521CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "DiscoKey": "discokey:cd2a0bef3a32fba5896cd18d9995643bd17e2a7549a8fc1e57fc0e17c2165641", - "Addresses": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "AllowedIPs": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "Endpoints": ["77.164.248.136:49431", "10.65.0.27:49431", "172.17.0.1:49431"], + "Key": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "DiscoKey": "discokey:d3733f4577912b8be689c27abd6125516a29135ed104e2d22dd12c3264306357", + "Addresses": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "AllowedIPs": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "Endpoints": ["77.164.248.136:56777", "10.65.0.27:56777", "172.17.0.1:56777"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50960}, - {"Proto": "peerapi6", "Port": 50960} + {"Proto": "peerapi4", "Port": 35588}, + {"Proto": "peerapi6", "Port": 35588} ]}, - "Created": "2026-04-09T01:34:05.350068959Z", + "Created": "2026-04-09T08:40:06.676752955Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, @@ -11257,27 +11273,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1149202859517703": { - "ID": 1149202859517703, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3149287239671159": { + "ID": 3149287239671159, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11308,21 +11326,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3003984234642922, - "StableID": "nXFy9BaWTQ11CNTRL", + "ID": 4344442269404951, + "StableID": "n4PDWd8cva11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 3003984234642922, - "Key": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "DiscoKey": "discokey:8f169e2162185a7d7ec9551305e535624cae06fdb6eea4e382745c10e4385804", - "Addresses": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "AllowedIPs": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "Endpoints": ["77.164.248.136:45399", "10.65.0.27:45399", "172.17.0.1:45399"], + "User": 4344442269404951, + "Key": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "DiscoKey": "discokey:61f3486a183d30bfbe9958d3c1aab2ea96aa9b7c35d9f39ff8882eb040880554", + "Addresses": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "AllowedIPs": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "Endpoints": ["77.164.248.136:58277", "10.65.0.27:58277", "172.17.0.1:58277"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 48600}, - {"Proto": "peerapi6", "Port": 48600}, + {"Proto": "peerapi4", "Port": 42689}, + {"Proto": "peerapi6", "Port": 42689}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:02.642557384Z", + "Created": "2026-04-09T08:40:03.671540139Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11350,295 +11368,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "MachineKey": "mkey:97adc8d031fb4ecc37788cd72b4260402553b90e713f871d68ab7a05268b9c28", + "NodeKey": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "MachineKey": "mkey:5982d707408f27015597e225645e55b154a3c6d5ec87390e82f326e005372279", "Peers": [{ - "ID": 216668436907624, - "StableID": "nsekpiW8h211CNTRL", + "ID": 1117004278218973, + "StableID": "nGrk4toti911CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "DiscoKey": "discokey:4da32d6f3737f0c08457da06e06303081b8fb221087277a4d1d41bf08eac204b", - "Addresses": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "AllowedIPs": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "Endpoints": ["77.164.248.136:56984", "10.65.0.27:56984", "172.17.0.1:56984"], + "Key": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "DiscoKey": "discokey:e505de281eebf316d8340662aed0c76d39dc07779f523f735bba1a8c20019c0e", + "Addresses": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "AllowedIPs": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "Endpoints": ["77.164.248.136:36064", "10.65.0.27:36064", "172.17.0.1:36064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58684}, - {"Proto": "peerapi6", "Port": 58684} + {"Proto": "peerapi4", "Port": 40287}, + {"Proto": "peerapi6", "Port": 40287} ]}, - "Created": "2026-04-09T01:34:01.546333232Z", + "Created": "2026-04-09T08:40:02.602967314Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 344510587988524, - "StableID": "n5MVw7i2h311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "DiscoKey": "discokey:0044d999bb4c5e7c670344139fe2bca5520a069ada01a3e9132ac1703b8da334", - "Addresses": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "AllowedIPs": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "Endpoints": ["77.164.248.136:35597", "10.65.0.27:35597", "172.17.0.1:35597"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 54509}, - {"Proto": "peerapi6", "Port": 54509} - ]}, - "Created": "2026-04-09T01:34:03.720699131Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1149202859517703, - "StableID": "neEFSQcUy911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "DiscoKey": "discokey:b4fee540aaae10d60da9a5e19450ae8616058412c3cd55dcc81d14d41fd83869", - "Addresses": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "AllowedIPs": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "Endpoints": ["77.164.248.136:42685", "10.65.0.27:42685", "172.17.0.1:42685"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59711}, - {"Proto": "peerapi6", "Port": 59711} - ]}, - "Created": "2026-04-09T01:34:00.493191411Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1172570602155861, - "StableID": "nedKqbS4AA11CNTRL", + "ID": 1213910702578521, + "StableID": "nUpownNnUA11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "KeyExpiry": "2026-10-06T01:34:07Z", - "DiscoKey": "discokey:a570369916b09db866af271646e80e4307c81f2cd8b975aa6c6cb84cb36ed138", - "Addresses": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "AllowedIPs": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "Endpoints": ["77.164.248.136:47489", "10.65.0.27:47489", "172.17.0.1:47489"], - "HomeDERP": 14, + "Key": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:b9551e571cceb811a5068d190b22cc80182035e52d5ec5ec9547f7ce9af25114", + "Addresses": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "AllowedIPs": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "Endpoints": ["77.164.248.136:41286", "10.65.0.27:41286", "172.17.0.1:41286"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43061}, - {"Proto": "peerapi6", "Port": 43061} + {"Proto": "peerapi4", "Port": 48316}, + {"Proto": "peerapi6", "Port": 48316} ]}, - "Created": "2026-04-09T01:34:07.491838645Z", + "Created": "2026-04-09T08:40:08.776789111Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1864996773948653, - "StableID": "nA5tXZJfZF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "DiscoKey": "discokey:9733944e50c5045a11ffeb0c8b62e6a1ab0461dc708bce4286cd5e42b1439f6f", - "Addresses": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "AllowedIPs": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "Endpoints": ["77.164.248.136:40399", "10.65.0.27:40399", "172.17.0.1:40399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50012}, - {"Proto": "peerapi6", "Port": 50012} - ]}, - "Created": "2026-04-09T01:34:01.00994936Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3478117921819679, - "StableID": "nNJmV5GFAU11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "DiscoKey": "discokey:428ef36df74a7a12123af1116b1d4d9d636b86e12afe79d21bda0b2f6a31e914", - "Addresses": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "AllowedIPs": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "Endpoints": ["77.164.248.136:42026", "10.65.0.27:42026", "172.17.0.1:42026"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55544}, - {"Proto": "peerapi6", "Port": 55544} - ]}, - "Created": "2026-04-09T01:34:04.797393414Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4260855142674435, - "StableID": "nNA2MVSkGa11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "DiscoKey": "discokey:942519a92c0df82a2c1c549f1eb2a445fe0eca6b751bcc03682c409b9f50d814", - "Addresses": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "AllowedIPs": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "Endpoints": ["77.164.248.136:52066", "10.65.0.27:52066", "172.17.0.1:52066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 41880}, - {"Proto": "peerapi6", "Port": 41880} - ]}, - "Created": "2026-04-09T01:34:02.093114417Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4386850726173297, - "StableID": "nUAEcX8pFb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "DiscoKey": "discokey:8d7f7002301948ca308e88d85a41a626382736801c98df8477f22c5cc5d2aa11", - "Addresses": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "AllowedIPs": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "Endpoints": ["77.164.248.136:37018", "10.65.0.27:37018", "172.17.0.1:37018"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55035}, - {"Proto": "peerapi6", "Port": 55035} - ]}, - "Created": "2026-04-09T01:34:04.253968751Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4832263010728313, - "StableID": "nkQ9xbMYje11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "KeyExpiry": "2026-10-06T01:34:08Z", - "DiscoKey": "discokey:98b881652617c596dd28ebaf391a9f8c76adca075f59f0c432a27e697de32d27", - "Addresses": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "AllowedIPs": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33515}, - {"Proto": "peerapi6", "Port": 33515} - ]}, - "Created": "2026-04-09T01:34:08.037618867Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6485841257381337, - "StableID": "nUNJC14Tes11CNTRL", + "ID": 1534787273060931, + "StableID": "nJQvg2G7zC11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "DiscoKey": "discokey:25b0e509e4c82be93701ae464cd6312bce9b566131c916d9410aa98d0f10b96c", - "Addresses": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "AllowedIPs": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "Endpoints": ["77.164.248.136:52314", "10.65.0.27:52314", "172.17.0.1:52314"], + "Key": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "DiscoKey": "discokey:4b7c795e0db86360da21028a7dd584a3a0a45473d32bdeca27a2eaf57b680a64", + "Addresses": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "AllowedIPs": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "Endpoints": ["77.164.248.136:52111", "10.65.0.27:52111", "172.17.0.1:52111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47281}, - {"Proto": "peerapi6", "Port": 47281} + {"Proto": "peerapi4", "Port": 46949}, + {"Proto": "peerapi6", "Port": 46949} ]}, - "Created": "2026-04-09T01:34:03.175683934Z", + "Created": "2026-04-09T08:40:04.208572557Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6836116644127662, - "StableID": "nbqGf9C6Pv11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "DiscoKey": "discokey:ef8ea95f5641725ca52f75639a3adb7a7dd1294a87d50ac85060a281ca13e04c", - "Addresses": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "AllowedIPs": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "Endpoints": ["77.164.248.136:42935", "10.65.0.27:42935", "172.17.0.1:42935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 38810}, - {"Proto": "peerapi6", "Port": 38810} - ]}, - "Created": "2026-04-09T01:34:05.886488593Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7131904448338622, - "StableID": "nmQL3734hx11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "KeyExpiry": "2026-10-06T01:34:06Z", - "DiscoKey": "discokey:40f5d1683c6a31a33a1578e5272e6361ec96f99440eee48810d6d0ff6e57855f", - "Addresses": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "AllowedIPs": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "Endpoints": ["77.164.248.136:52416", "10.65.0.27:52416", "172.17.0.1:52416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62551}, - {"Proto": "peerapi6", "Port": 62551} - ]}, - "Created": "2026-04-09T01:34:06.954030569Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7136513250283420, - "StableID": "nHMz5u69jx11CNTRL", + "ID": 1824053974754488, + "StableID": "nHM3ago7FF11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "DiscoKey": "discokey:cf1445c21c022092076d5a2efbd12920cf5010e03d68ccbc015e4cfd513fdf10", - "Addresses": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "AllowedIPs": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "Endpoints": ["77.164.248.136:44219", "10.65.0.27:44219", "172.17.0.1:44219"], + "Key": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "DiscoKey": "discokey:fa4a4259e61d9e6f15d312aa60e7ccb316f741e71c789af38b6fed2f82eadc33", + "Addresses": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "AllowedIPs": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "Endpoints": ["77.164.248.136:54393", "10.65.0.27:54393", "172.17.0.1:54393"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61572}, - {"Proto": "peerapi6", "Port": 61572} + {"Proto": "peerapi4", "Port": 62433}, + {"Proto": "peerapi6", "Port": 62433} ]}, - "Created": "2026-04-09T01:34:06.425707266Z", + "Created": "2026-04-09T08:40:07.684237149Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7930595492982536, - "StableID": "n3vef9Jnv421CNTRL", + "ID": 3149287239671159, + "StableID": "nJUF9GSKbR11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "DiscoKey": "discokey:5f8e63815c3b2e834f3e6ea6c3d16aa09df4b327d46f24d4cc1a7024b7b23300", + "Addresses": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "AllowedIPs": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "Endpoints": ["77.164.248.136:33651", "10.65.0.27:33651", "172.17.0.1:33651"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57465}, + {"Proto": "peerapi6", "Port": 57465} + ]}, + "Created": "2026-04-09T08:40:01.540284487Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3543634208575782, + "StableID": "nfjaQBGvfU11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "DiscoKey": "discokey:125d407a6e5697884e009244a3a566101d616cd4c205a1fec74101b91dd7db26", + "Addresses": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "AllowedIPs": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "Endpoints": ["77.164.248.136:45479", "10.65.0.27:45479", "172.17.0.1:45479"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53397}, + {"Proto": "peerapi6", "Port": 53397} + ]}, + "Created": "2026-04-09T08:40:02.071913313Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4691430026453831, + "StableID": "na6ePsukdd11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "DiscoKey": "discokey:c01aac81abc1f7926e6aeaa7d4bbc0b789dca5055594f0165ef12823b1471076", + "Addresses": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "AllowedIPs": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "Endpoints": ["77.164.248.136:55371", "10.65.0.27:55371", "172.17.0.1:55371"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 38581}, + {"Proto": "peerapi6", "Port": 38581} + ]}, + "Created": "2026-04-09T08:40:04.74736884Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4733413029778050, + "StableID": "nuWYdZjmxd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "DiscoKey": "discokey:1f70b1e80ee5f3be650ce4a99599d1073f000ffe26ebb4ec8e988afd1927c921", + "Addresses": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "AllowedIPs": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "Endpoints": ["77.164.248.136:33231", "10.65.0.27:33231", "172.17.0.1:33231"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50042}, + {"Proto": "peerapi6", "Port": 50042} + ]}, + "Created": "2026-04-09T08:40:07.172578734Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5021037141425079, + "StableID": "nJcKTd83Dg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "DiscoKey": "discokey:590df92e69401b0772a57012095ca527e51fb9315c96a77239efec46c943c44b", + "Addresses": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "AllowedIPs": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "Endpoints": ["77.164.248.136:40374", "10.65.0.27:40374", "172.17.0.1:40374"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 42437}, + {"Proto": "peerapi6", "Port": 42437} + ]}, + "Created": "2026-04-09T08:40:05.288463423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5706768985873785, + "StableID": "npWRNN9cZm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "DiscoKey": "discokey:5684f66d57275321cdeffbd60f8e47f7ba7722eba2e6bf42583c83dba75db321", + "Addresses": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "AllowedIPs": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "Endpoints": ["77.164.248.136:49927", "10.65.0.27:49927", "172.17.0.1:49927"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 42838}, + {"Proto": "peerapi6", "Port": 42838} + ]}, + "Created": "2026-04-09T08:40:05.828719396Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6275161501695670, + "StableID": "n7VBdQr21r11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:2713cd28350f3be350a47ce3da598c4fede369c01931a912d90f2366ef118a08", + "Addresses": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "AllowedIPs": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "Endpoints": ["77.164.248.136:34239", "10.65.0.27:34239", "172.17.0.1:34239"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 44430}, + {"Proto": "peerapi6", "Port": 44430} + ]}, + "Created": "2026-04-09T08:40:08.24602731Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6424918018733626, + "StableID": "ndAcDhhrAs11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "DiscoKey": "discokey:591d9040dfe6d92c6c6d3bbbf2a444f4b4773572903ee6ec4402a323c6dd551c", + "Addresses": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "AllowedIPs": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "Endpoints": ["77.164.248.136:41507", "10.65.0.27:41507", "172.17.0.1:41507"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55000}, + {"Proto": "peerapi6", "Port": 55000} + ]}, + "Created": "2026-04-09T08:40:03.141484354Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7410822627698052, + "StableID": "nVXWS9kNsz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "KeyExpiry": "2026-10-06T08:40:09Z", + "DiscoKey": "discokey:fb95f033767de1a5b88be6255c9165e8f0e804cf9b3e7b29dcf362fa28350238", + "Addresses": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "AllowedIPs": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46166}, + {"Proto": "peerapi6", "Port": 46166} + ]}, + "Created": "2026-04-09T08:40:09.29864071Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8062292192600666, + "StableID": "nmGB3CkRx521CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "DiscoKey": "discokey:cd2a0bef3a32fba5896cd18d9995643bd17e2a7549a8fc1e57fc0e17c2165641", - "Addresses": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "AllowedIPs": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "Endpoints": ["77.164.248.136:49431", "10.65.0.27:49431", "172.17.0.1:49431"], + "Key": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "DiscoKey": "discokey:d3733f4577912b8be689c27abd6125516a29135ed104e2d22dd12c3264306357", + "Addresses": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "AllowedIPs": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "Endpoints": ["77.164.248.136:56777", "10.65.0.27:56777", "172.17.0.1:56777"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50960}, - {"Proto": "peerapi6", "Port": 50960} + {"Proto": "peerapi4", "Port": 35588}, + {"Proto": "peerapi6", "Port": 35588} ]}, - "Created": "2026-04-09T01:34:05.350068959Z", + "Created": "2026-04-09T08:40:06.676752955Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, @@ -12491,27 +12509,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3003984234642922": { - "ID": 3003984234642922, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4344442269404951": { + "ID": 4344442269404951, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12542,21 +12562,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4260855142674435, - "StableID": "nNA2MVSkGa11CNTRL", + "ID": 6424918018733626, + "StableID": "ndAcDhhrAs11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 4260855142674435, - "Key": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "DiscoKey": "discokey:942519a92c0df82a2c1c549f1eb2a445fe0eca6b751bcc03682c409b9f50d814", - "Addresses": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "AllowedIPs": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "Endpoints": ["77.164.248.136:52066", "10.65.0.27:52066", "172.17.0.1:52066"], + "User": 6424918018733626, + "Key": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "DiscoKey": "discokey:591d9040dfe6d92c6c6d3bbbf2a444f4b4773572903ee6ec4402a323c6dd551c", + "Addresses": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "AllowedIPs": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "Endpoints": ["77.164.248.136:41507", "10.65.0.27:41507", "172.17.0.1:41507"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 41880}, - {"Proto": "peerapi6", "Port": 41880}, + {"Proto": "peerapi4", "Port": 55000}, + {"Proto": "peerapi6", "Port": 55000}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:02.093114417Z", + "Created": "2026-04-09T08:40:03.141484354Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12584,295 +12604,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "MachineKey": "mkey:9bf76a69e477322fb3b1459ec5d32c6fead4ae95fb14c4e444afa74d736e482e", + "NodeKey": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "MachineKey": "mkey:d4f8f4c17cc220d45812141fe4eb888a571739078d035b1ef3bdc71634067a6b", "Peers": [{ - "ID": 216668436907624, - "StableID": "nsekpiW8h211CNTRL", + "ID": 1117004278218973, + "StableID": "nGrk4toti911CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "DiscoKey": "discokey:4da32d6f3737f0c08457da06e06303081b8fb221087277a4d1d41bf08eac204b", - "Addresses": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "AllowedIPs": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "Endpoints": ["77.164.248.136:56984", "10.65.0.27:56984", "172.17.0.1:56984"], + "Key": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "DiscoKey": "discokey:e505de281eebf316d8340662aed0c76d39dc07779f523f735bba1a8c20019c0e", + "Addresses": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "AllowedIPs": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "Endpoints": ["77.164.248.136:36064", "10.65.0.27:36064", "172.17.0.1:36064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58684}, - {"Proto": "peerapi6", "Port": 58684} + {"Proto": "peerapi4", "Port": 40287}, + {"Proto": "peerapi6", "Port": 40287} ]}, - "Created": "2026-04-09T01:34:01.546333232Z", + "Created": "2026-04-09T08:40:02.602967314Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 344510587988524, - "StableID": "n5MVw7i2h311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "DiscoKey": "discokey:0044d999bb4c5e7c670344139fe2bca5520a069ada01a3e9132ac1703b8da334", - "Addresses": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "AllowedIPs": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "Endpoints": ["77.164.248.136:35597", "10.65.0.27:35597", "172.17.0.1:35597"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 54509}, - {"Proto": "peerapi6", "Port": 54509} - ]}, - "Created": "2026-04-09T01:34:03.720699131Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1149202859517703, - "StableID": "neEFSQcUy911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "DiscoKey": "discokey:b4fee540aaae10d60da9a5e19450ae8616058412c3cd55dcc81d14d41fd83869", - "Addresses": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "AllowedIPs": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "Endpoints": ["77.164.248.136:42685", "10.65.0.27:42685", "172.17.0.1:42685"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59711}, - {"Proto": "peerapi6", "Port": 59711} - ]}, - "Created": "2026-04-09T01:34:00.493191411Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1172570602155861, - "StableID": "nedKqbS4AA11CNTRL", + "ID": 1213910702578521, + "StableID": "nUpownNnUA11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "KeyExpiry": "2026-10-06T01:34:07Z", - "DiscoKey": "discokey:a570369916b09db866af271646e80e4307c81f2cd8b975aa6c6cb84cb36ed138", - "Addresses": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "AllowedIPs": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "Endpoints": ["77.164.248.136:47489", "10.65.0.27:47489", "172.17.0.1:47489"], - "HomeDERP": 14, + "Key": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:b9551e571cceb811a5068d190b22cc80182035e52d5ec5ec9547f7ce9af25114", + "Addresses": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "AllowedIPs": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "Endpoints": ["77.164.248.136:41286", "10.65.0.27:41286", "172.17.0.1:41286"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43061}, - {"Proto": "peerapi6", "Port": 43061} + {"Proto": "peerapi4", "Port": 48316}, + {"Proto": "peerapi6", "Port": 48316} ]}, - "Created": "2026-04-09T01:34:07.491838645Z", + "Created": "2026-04-09T08:40:08.776789111Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1864996773948653, - "StableID": "nA5tXZJfZF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "DiscoKey": "discokey:9733944e50c5045a11ffeb0c8b62e6a1ab0461dc708bce4286cd5e42b1439f6f", - "Addresses": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "AllowedIPs": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "Endpoints": ["77.164.248.136:40399", "10.65.0.27:40399", "172.17.0.1:40399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50012}, - {"Proto": "peerapi6", "Port": 50012} - ]}, - "Created": "2026-04-09T01:34:01.00994936Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3003984234642922, - "StableID": "nXFy9BaWTQ11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "DiscoKey": "discokey:8f169e2162185a7d7ec9551305e535624cae06fdb6eea4e382745c10e4385804", - "Addresses": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "AllowedIPs": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "Endpoints": ["77.164.248.136:45399", "10.65.0.27:45399", "172.17.0.1:45399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 48600}, - {"Proto": "peerapi6", "Port": 48600} - ]}, - "Created": "2026-04-09T01:34:02.642557384Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3478117921819679, - "StableID": "nNJmV5GFAU11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "DiscoKey": "discokey:428ef36df74a7a12123af1116b1d4d9d636b86e12afe79d21bda0b2f6a31e914", - "Addresses": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "AllowedIPs": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "Endpoints": ["77.164.248.136:42026", "10.65.0.27:42026", "172.17.0.1:42026"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55544}, - {"Proto": "peerapi6", "Port": 55544} - ]}, - "Created": "2026-04-09T01:34:04.797393414Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4386850726173297, - "StableID": "nUAEcX8pFb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "DiscoKey": "discokey:8d7f7002301948ca308e88d85a41a626382736801c98df8477f22c5cc5d2aa11", - "Addresses": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "AllowedIPs": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "Endpoints": ["77.164.248.136:37018", "10.65.0.27:37018", "172.17.0.1:37018"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55035}, - {"Proto": "peerapi6", "Port": 55035} - ]}, - "Created": "2026-04-09T01:34:04.253968751Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4832263010728313, - "StableID": "nkQ9xbMYje11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "KeyExpiry": "2026-10-06T01:34:08Z", - "DiscoKey": "discokey:98b881652617c596dd28ebaf391a9f8c76adca075f59f0c432a27e697de32d27", - "Addresses": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "AllowedIPs": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33515}, - {"Proto": "peerapi6", "Port": 33515} - ]}, - "Created": "2026-04-09T01:34:08.037618867Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6485841257381337, - "StableID": "nUNJC14Tes11CNTRL", + "ID": 1534787273060931, + "StableID": "nJQvg2G7zC11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "DiscoKey": "discokey:25b0e509e4c82be93701ae464cd6312bce9b566131c916d9410aa98d0f10b96c", - "Addresses": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "AllowedIPs": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "Endpoints": ["77.164.248.136:52314", "10.65.0.27:52314", "172.17.0.1:52314"], + "Key": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "DiscoKey": "discokey:4b7c795e0db86360da21028a7dd584a3a0a45473d32bdeca27a2eaf57b680a64", + "Addresses": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "AllowedIPs": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "Endpoints": ["77.164.248.136:52111", "10.65.0.27:52111", "172.17.0.1:52111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47281}, - {"Proto": "peerapi6", "Port": 47281} + {"Proto": "peerapi4", "Port": 46949}, + {"Proto": "peerapi6", "Port": 46949} ]}, - "Created": "2026-04-09T01:34:03.175683934Z", + "Created": "2026-04-09T08:40:04.208572557Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6836116644127662, - "StableID": "nbqGf9C6Pv11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "DiscoKey": "discokey:ef8ea95f5641725ca52f75639a3adb7a7dd1294a87d50ac85060a281ca13e04c", - "Addresses": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "AllowedIPs": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "Endpoints": ["77.164.248.136:42935", "10.65.0.27:42935", "172.17.0.1:42935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 38810}, - {"Proto": "peerapi6", "Port": 38810} - ]}, - "Created": "2026-04-09T01:34:05.886488593Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7131904448338622, - "StableID": "nmQL3734hx11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "KeyExpiry": "2026-10-06T01:34:06Z", - "DiscoKey": "discokey:40f5d1683c6a31a33a1578e5272e6361ec96f99440eee48810d6d0ff6e57855f", - "Addresses": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "AllowedIPs": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "Endpoints": ["77.164.248.136:52416", "10.65.0.27:52416", "172.17.0.1:52416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62551}, - {"Proto": "peerapi6", "Port": 62551} - ]}, - "Created": "2026-04-09T01:34:06.954030569Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7136513250283420, - "StableID": "nHMz5u69jx11CNTRL", + "ID": 1824053974754488, + "StableID": "nHM3ago7FF11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "DiscoKey": "discokey:cf1445c21c022092076d5a2efbd12920cf5010e03d68ccbc015e4cfd513fdf10", - "Addresses": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "AllowedIPs": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "Endpoints": ["77.164.248.136:44219", "10.65.0.27:44219", "172.17.0.1:44219"], + "Key": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "DiscoKey": "discokey:fa4a4259e61d9e6f15d312aa60e7ccb316f741e71c789af38b6fed2f82eadc33", + "Addresses": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "AllowedIPs": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "Endpoints": ["77.164.248.136:54393", "10.65.0.27:54393", "172.17.0.1:54393"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61572}, - {"Proto": "peerapi6", "Port": 61572} + {"Proto": "peerapi4", "Port": 62433}, + {"Proto": "peerapi6", "Port": 62433} ]}, - "Created": "2026-04-09T01:34:06.425707266Z", + "Created": "2026-04-09T08:40:07.684237149Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7930595492982536, - "StableID": "n3vef9Jnv421CNTRL", + "ID": 3149287239671159, + "StableID": "nJUF9GSKbR11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "DiscoKey": "discokey:5f8e63815c3b2e834f3e6ea6c3d16aa09df4b327d46f24d4cc1a7024b7b23300", + "Addresses": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "AllowedIPs": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "Endpoints": ["77.164.248.136:33651", "10.65.0.27:33651", "172.17.0.1:33651"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57465}, + {"Proto": "peerapi6", "Port": 57465} + ]}, + "Created": "2026-04-09T08:40:01.540284487Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3543634208575782, + "StableID": "nfjaQBGvfU11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "DiscoKey": "discokey:125d407a6e5697884e009244a3a566101d616cd4c205a1fec74101b91dd7db26", + "Addresses": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "AllowedIPs": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "Endpoints": ["77.164.248.136:45479", "10.65.0.27:45479", "172.17.0.1:45479"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53397}, + {"Proto": "peerapi6", "Port": 53397} + ]}, + "Created": "2026-04-09T08:40:02.071913313Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4344442269404951, + "StableID": "n4PDWd8cva11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "DiscoKey": "discokey:61f3486a183d30bfbe9958d3c1aab2ea96aa9b7c35d9f39ff8882eb040880554", + "Addresses": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "AllowedIPs": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "Endpoints": ["77.164.248.136:58277", "10.65.0.27:58277", "172.17.0.1:58277"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42689}, + {"Proto": "peerapi6", "Port": 42689} + ]}, + "Created": "2026-04-09T08:40:03.671540139Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4691430026453831, + "StableID": "na6ePsukdd11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "DiscoKey": "discokey:c01aac81abc1f7926e6aeaa7d4bbc0b789dca5055594f0165ef12823b1471076", + "Addresses": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "AllowedIPs": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "Endpoints": ["77.164.248.136:55371", "10.65.0.27:55371", "172.17.0.1:55371"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 38581}, + {"Proto": "peerapi6", "Port": 38581} + ]}, + "Created": "2026-04-09T08:40:04.74736884Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4733413029778050, + "StableID": "nuWYdZjmxd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "DiscoKey": "discokey:1f70b1e80ee5f3be650ce4a99599d1073f000ffe26ebb4ec8e988afd1927c921", + "Addresses": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "AllowedIPs": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "Endpoints": ["77.164.248.136:33231", "10.65.0.27:33231", "172.17.0.1:33231"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50042}, + {"Proto": "peerapi6", "Port": 50042} + ]}, + "Created": "2026-04-09T08:40:07.172578734Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5021037141425079, + "StableID": "nJcKTd83Dg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "DiscoKey": "discokey:590df92e69401b0772a57012095ca527e51fb9315c96a77239efec46c943c44b", + "Addresses": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "AllowedIPs": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "Endpoints": ["77.164.248.136:40374", "10.65.0.27:40374", "172.17.0.1:40374"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 42437}, + {"Proto": "peerapi6", "Port": 42437} + ]}, + "Created": "2026-04-09T08:40:05.288463423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5706768985873785, + "StableID": "npWRNN9cZm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "DiscoKey": "discokey:5684f66d57275321cdeffbd60f8e47f7ba7722eba2e6bf42583c83dba75db321", + "Addresses": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "AllowedIPs": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "Endpoints": ["77.164.248.136:49927", "10.65.0.27:49927", "172.17.0.1:49927"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 42838}, + {"Proto": "peerapi6", "Port": 42838} + ]}, + "Created": "2026-04-09T08:40:05.828719396Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6275161501695670, + "StableID": "n7VBdQr21r11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:2713cd28350f3be350a47ce3da598c4fede369c01931a912d90f2366ef118a08", + "Addresses": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "AllowedIPs": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "Endpoints": ["77.164.248.136:34239", "10.65.0.27:34239", "172.17.0.1:34239"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 44430}, + {"Proto": "peerapi6", "Port": 44430} + ]}, + "Created": "2026-04-09T08:40:08.24602731Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7410822627698052, + "StableID": "nVXWS9kNsz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "KeyExpiry": "2026-10-06T08:40:09Z", + "DiscoKey": "discokey:fb95f033767de1a5b88be6255c9165e8f0e804cf9b3e7b29dcf362fa28350238", + "Addresses": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "AllowedIPs": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46166}, + {"Proto": "peerapi6", "Port": 46166} + ]}, + "Created": "2026-04-09T08:40:09.29864071Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8062292192600666, + "StableID": "nmGB3CkRx521CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "DiscoKey": "discokey:cd2a0bef3a32fba5896cd18d9995643bd17e2a7549a8fc1e57fc0e17c2165641", - "Addresses": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "AllowedIPs": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "Endpoints": ["77.164.248.136:49431", "10.65.0.27:49431", "172.17.0.1:49431"], + "Key": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "DiscoKey": "discokey:d3733f4577912b8be689c27abd6125516a29135ed104e2d22dd12c3264306357", + "Addresses": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "AllowedIPs": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "Endpoints": ["77.164.248.136:56777", "10.65.0.27:56777", "172.17.0.1:56777"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50960}, - {"Proto": "peerapi6", "Port": 50960} + {"Proto": "peerapi4", "Port": 35588}, + {"Proto": "peerapi6", "Port": 35588} ]}, - "Created": "2026-04-09T01:34:05.350068959Z", + "Created": "2026-04-09T08:40:06.676752955Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, @@ -13725,27 +13745,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4260855142674435": { - "ID": 4260855142674435, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6424918018733626": { + "ID": 6424918018733626, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13776,26 +13798,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 344510587988524, - "StableID": "n5MVw7i2h311CNTRL", + "ID": 4691430026453831, + "StableID": "na6ePsukdd11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 344510587988524, - "Key": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "DiscoKey": "discokey:0044d999bb4c5e7c670344139fe2bca5520a069ada01a3e9132ac1703b8da334", - "Addresses": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "AllowedIPs": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "Endpoints": ["77.164.248.136:35597", "10.65.0.27:35597", "172.17.0.1:35597"], + "User": 4691430026453831, + "Key": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "DiscoKey": "discokey:c01aac81abc1f7926e6aeaa7d4bbc0b789dca5055594f0165ef12823b1471076", + "Addresses": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "AllowedIPs": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "Endpoints": ["77.164.248.136:55371", "10.65.0.27:55371", "172.17.0.1:55371"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 54509}, - {"Proto": "peerapi6", "Port": 54509}, + {"Proto": "peerapi4", "Port": 38581}, + {"Proto": "peerapi6", "Port": 38581}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:03.720699131Z", + "Created": "2026-04-09T08:40:04.74736884Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13823,295 +13845,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "MachineKey": "mkey:f2f25fa08cba9a9e5c6f761a7a1324b51ae854f6e5c53de41e46aa718c951c0a", + "NodeKey": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "MachineKey": "mkey:e1e930ccb94ee020ec575f271ed6b78868018d890633d99310f419ba1cee2b78", "Peers": [{ - "ID": 216668436907624, - "StableID": "nsekpiW8h211CNTRL", + "ID": 1117004278218973, + "StableID": "nGrk4toti911CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "DiscoKey": "discokey:4da32d6f3737f0c08457da06e06303081b8fb221087277a4d1d41bf08eac204b", - "Addresses": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "AllowedIPs": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "Endpoints": ["77.164.248.136:56984", "10.65.0.27:56984", "172.17.0.1:56984"], + "Key": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "DiscoKey": "discokey:e505de281eebf316d8340662aed0c76d39dc07779f523f735bba1a8c20019c0e", + "Addresses": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "AllowedIPs": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "Endpoints": ["77.164.248.136:36064", "10.65.0.27:36064", "172.17.0.1:36064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58684}, - {"Proto": "peerapi6", "Port": 58684} + {"Proto": "peerapi4", "Port": 40287}, + {"Proto": "peerapi6", "Port": 40287} ]}, - "Created": "2026-04-09T01:34:01.546333232Z", + "Created": "2026-04-09T08:40:02.602967314Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 1149202859517703, - "StableID": "neEFSQcUy911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "DiscoKey": "discokey:b4fee540aaae10d60da9a5e19450ae8616058412c3cd55dcc81d14d41fd83869", - "Addresses": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "AllowedIPs": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "Endpoints": ["77.164.248.136:42685", "10.65.0.27:42685", "172.17.0.1:42685"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59711}, - {"Proto": "peerapi6", "Port": 59711} - ]}, - "Created": "2026-04-09T01:34:00.493191411Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1172570602155861, - "StableID": "nedKqbS4AA11CNTRL", + "ID": 1213910702578521, + "StableID": "nUpownNnUA11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "KeyExpiry": "2026-10-06T01:34:07Z", - "DiscoKey": "discokey:a570369916b09db866af271646e80e4307c81f2cd8b975aa6c6cb84cb36ed138", - "Addresses": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "AllowedIPs": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "Endpoints": ["77.164.248.136:47489", "10.65.0.27:47489", "172.17.0.1:47489"], - "HomeDERP": 14, + "Key": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:b9551e571cceb811a5068d190b22cc80182035e52d5ec5ec9547f7ce9af25114", + "Addresses": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "AllowedIPs": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "Endpoints": ["77.164.248.136:41286", "10.65.0.27:41286", "172.17.0.1:41286"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43061}, - {"Proto": "peerapi6", "Port": 43061} + {"Proto": "peerapi4", "Port": 48316}, + {"Proto": "peerapi6", "Port": 48316} ]}, - "Created": "2026-04-09T01:34:07.491838645Z", + "Created": "2026-04-09T08:40:08.776789111Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1864996773948653, - "StableID": "nA5tXZJfZF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "DiscoKey": "discokey:9733944e50c5045a11ffeb0c8b62e6a1ab0461dc708bce4286cd5e42b1439f6f", - "Addresses": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "AllowedIPs": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "Endpoints": ["77.164.248.136:40399", "10.65.0.27:40399", "172.17.0.1:40399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50012}, - {"Proto": "peerapi6", "Port": 50012} - ]}, - "Created": "2026-04-09T01:34:01.00994936Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3003984234642922, - "StableID": "nXFy9BaWTQ11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "DiscoKey": "discokey:8f169e2162185a7d7ec9551305e535624cae06fdb6eea4e382745c10e4385804", - "Addresses": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "AllowedIPs": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "Endpoints": ["77.164.248.136:45399", "10.65.0.27:45399", "172.17.0.1:45399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 48600}, - {"Proto": "peerapi6", "Port": 48600} - ]}, - "Created": "2026-04-09T01:34:02.642557384Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3478117921819679, - "StableID": "nNJmV5GFAU11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "DiscoKey": "discokey:428ef36df74a7a12123af1116b1d4d9d636b86e12afe79d21bda0b2f6a31e914", - "Addresses": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "AllowedIPs": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "Endpoints": ["77.164.248.136:42026", "10.65.0.27:42026", "172.17.0.1:42026"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55544}, - {"Proto": "peerapi6", "Port": 55544} - ]}, - "Created": "2026-04-09T01:34:04.797393414Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4260855142674435, - "StableID": "nNA2MVSkGa11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "DiscoKey": "discokey:942519a92c0df82a2c1c549f1eb2a445fe0eca6b751bcc03682c409b9f50d814", - "Addresses": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "AllowedIPs": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "Endpoints": ["77.164.248.136:52066", "10.65.0.27:52066", "172.17.0.1:52066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 41880}, - {"Proto": "peerapi6", "Port": 41880} - ]}, - "Created": "2026-04-09T01:34:02.093114417Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4386850726173297, - "StableID": "nUAEcX8pFb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "DiscoKey": "discokey:8d7f7002301948ca308e88d85a41a626382736801c98df8477f22c5cc5d2aa11", - "Addresses": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "AllowedIPs": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "Endpoints": ["77.164.248.136:37018", "10.65.0.27:37018", "172.17.0.1:37018"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55035}, - {"Proto": "peerapi6", "Port": 55035} - ]}, - "Created": "2026-04-09T01:34:04.253968751Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4832263010728313, - "StableID": "nkQ9xbMYje11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "KeyExpiry": "2026-10-06T01:34:08Z", - "DiscoKey": "discokey:98b881652617c596dd28ebaf391a9f8c76adca075f59f0c432a27e697de32d27", - "Addresses": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "AllowedIPs": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33515}, - {"Proto": "peerapi6", "Port": 33515} - ]}, - "Created": "2026-04-09T01:34:08.037618867Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6485841257381337, - "StableID": "nUNJC14Tes11CNTRL", + "ID": 1534787273060931, + "StableID": "nJQvg2G7zC11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "DiscoKey": "discokey:25b0e509e4c82be93701ae464cd6312bce9b566131c916d9410aa98d0f10b96c", - "Addresses": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "AllowedIPs": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "Endpoints": ["77.164.248.136:52314", "10.65.0.27:52314", "172.17.0.1:52314"], + "Key": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "DiscoKey": "discokey:4b7c795e0db86360da21028a7dd584a3a0a45473d32bdeca27a2eaf57b680a64", + "Addresses": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "AllowedIPs": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "Endpoints": ["77.164.248.136:52111", "10.65.0.27:52111", "172.17.0.1:52111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47281}, - {"Proto": "peerapi6", "Port": 47281} + {"Proto": "peerapi4", "Port": 46949}, + {"Proto": "peerapi6", "Port": 46949} ]}, - "Created": "2026-04-09T01:34:03.175683934Z", + "Created": "2026-04-09T08:40:04.208572557Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6836116644127662, - "StableID": "nbqGf9C6Pv11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "DiscoKey": "discokey:ef8ea95f5641725ca52f75639a3adb7a7dd1294a87d50ac85060a281ca13e04c", - "Addresses": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "AllowedIPs": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "Endpoints": ["77.164.248.136:42935", "10.65.0.27:42935", "172.17.0.1:42935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 38810}, - {"Proto": "peerapi6", "Port": 38810} - ]}, - "Created": "2026-04-09T01:34:05.886488593Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7131904448338622, - "StableID": "nmQL3734hx11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "KeyExpiry": "2026-10-06T01:34:06Z", - "DiscoKey": "discokey:40f5d1683c6a31a33a1578e5272e6361ec96f99440eee48810d6d0ff6e57855f", - "Addresses": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "AllowedIPs": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "Endpoints": ["77.164.248.136:52416", "10.65.0.27:52416", "172.17.0.1:52416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62551}, - {"Proto": "peerapi6", "Port": 62551} - ]}, - "Created": "2026-04-09T01:34:06.954030569Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7136513250283420, - "StableID": "nHMz5u69jx11CNTRL", + "ID": 1824053974754488, + "StableID": "nHM3ago7FF11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "DiscoKey": "discokey:cf1445c21c022092076d5a2efbd12920cf5010e03d68ccbc015e4cfd513fdf10", - "Addresses": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "AllowedIPs": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "Endpoints": ["77.164.248.136:44219", "10.65.0.27:44219", "172.17.0.1:44219"], + "Key": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "DiscoKey": "discokey:fa4a4259e61d9e6f15d312aa60e7ccb316f741e71c789af38b6fed2f82eadc33", + "Addresses": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "AllowedIPs": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "Endpoints": ["77.164.248.136:54393", "10.65.0.27:54393", "172.17.0.1:54393"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61572}, - {"Proto": "peerapi6", "Port": 61572} + {"Proto": "peerapi4", "Port": 62433}, + {"Proto": "peerapi6", "Port": 62433} ]}, - "Created": "2026-04-09T01:34:06.425707266Z", + "Created": "2026-04-09T08:40:07.684237149Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7930595492982536, - "StableID": "n3vef9Jnv421CNTRL", + "ID": 3149287239671159, + "StableID": "nJUF9GSKbR11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "DiscoKey": "discokey:5f8e63815c3b2e834f3e6ea6c3d16aa09df4b327d46f24d4cc1a7024b7b23300", + "Addresses": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "AllowedIPs": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "Endpoints": ["77.164.248.136:33651", "10.65.0.27:33651", "172.17.0.1:33651"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57465}, + {"Proto": "peerapi6", "Port": 57465} + ]}, + "Created": "2026-04-09T08:40:01.540284487Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3543634208575782, + "StableID": "nfjaQBGvfU11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "DiscoKey": "discokey:125d407a6e5697884e009244a3a566101d616cd4c205a1fec74101b91dd7db26", + "Addresses": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "AllowedIPs": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "Endpoints": ["77.164.248.136:45479", "10.65.0.27:45479", "172.17.0.1:45479"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53397}, + {"Proto": "peerapi6", "Port": 53397} + ]}, + "Created": "2026-04-09T08:40:02.071913313Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4344442269404951, + "StableID": "n4PDWd8cva11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "DiscoKey": "discokey:61f3486a183d30bfbe9958d3c1aab2ea96aa9b7c35d9f39ff8882eb040880554", + "Addresses": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "AllowedIPs": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "Endpoints": ["77.164.248.136:58277", "10.65.0.27:58277", "172.17.0.1:58277"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42689}, + {"Proto": "peerapi6", "Port": 42689} + ]}, + "Created": "2026-04-09T08:40:03.671540139Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4733413029778050, + "StableID": "nuWYdZjmxd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "DiscoKey": "discokey:1f70b1e80ee5f3be650ce4a99599d1073f000ffe26ebb4ec8e988afd1927c921", + "Addresses": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "AllowedIPs": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "Endpoints": ["77.164.248.136:33231", "10.65.0.27:33231", "172.17.0.1:33231"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50042}, + {"Proto": "peerapi6", "Port": 50042} + ]}, + "Created": "2026-04-09T08:40:07.172578734Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5021037141425079, + "StableID": "nJcKTd83Dg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "DiscoKey": "discokey:590df92e69401b0772a57012095ca527e51fb9315c96a77239efec46c943c44b", + "Addresses": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "AllowedIPs": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "Endpoints": ["77.164.248.136:40374", "10.65.0.27:40374", "172.17.0.1:40374"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 42437}, + {"Proto": "peerapi6", "Port": 42437} + ]}, + "Created": "2026-04-09T08:40:05.288463423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5706768985873785, + "StableID": "npWRNN9cZm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "DiscoKey": "discokey:5684f66d57275321cdeffbd60f8e47f7ba7722eba2e6bf42583c83dba75db321", + "Addresses": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "AllowedIPs": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "Endpoints": ["77.164.248.136:49927", "10.65.0.27:49927", "172.17.0.1:49927"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 42838}, + {"Proto": "peerapi6", "Port": 42838} + ]}, + "Created": "2026-04-09T08:40:05.828719396Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6275161501695670, + "StableID": "n7VBdQr21r11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:2713cd28350f3be350a47ce3da598c4fede369c01931a912d90f2366ef118a08", + "Addresses": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "AllowedIPs": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "Endpoints": ["77.164.248.136:34239", "10.65.0.27:34239", "172.17.0.1:34239"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 44430}, + {"Proto": "peerapi6", "Port": 44430} + ]}, + "Created": "2026-04-09T08:40:08.24602731Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6424918018733626, + "StableID": "ndAcDhhrAs11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "DiscoKey": "discokey:591d9040dfe6d92c6c6d3bbbf2a444f4b4773572903ee6ec4402a323c6dd551c", + "Addresses": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "AllowedIPs": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "Endpoints": ["77.164.248.136:41507", "10.65.0.27:41507", "172.17.0.1:41507"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55000}, + {"Proto": "peerapi6", "Port": 55000} + ]}, + "Created": "2026-04-09T08:40:03.141484354Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7410822627698052, + "StableID": "nVXWS9kNsz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "KeyExpiry": "2026-10-06T08:40:09Z", + "DiscoKey": "discokey:fb95f033767de1a5b88be6255c9165e8f0e804cf9b3e7b29dcf362fa28350238", + "Addresses": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "AllowedIPs": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46166}, + {"Proto": "peerapi6", "Port": 46166} + ]}, + "Created": "2026-04-09T08:40:09.29864071Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8062292192600666, + "StableID": "nmGB3CkRx521CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "DiscoKey": "discokey:cd2a0bef3a32fba5896cd18d9995643bd17e2a7549a8fc1e57fc0e17c2165641", - "Addresses": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "AllowedIPs": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "Endpoints": ["77.164.248.136:49431", "10.65.0.27:49431", "172.17.0.1:49431"], + "Key": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "DiscoKey": "discokey:d3733f4577912b8be689c27abd6125516a29135ed104e2d22dd12c3264306357", + "Addresses": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "AllowedIPs": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "Endpoints": ["77.164.248.136:56777", "10.65.0.27:56777", "172.17.0.1:56777"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50960}, - {"Proto": "peerapi6", "Port": 50960} + {"Proto": "peerapi4", "Port": 35588}, + {"Proto": "peerapi6", "Port": 35588} ]}, - "Created": "2026-04-09T01:34:05.350068959Z", + "Created": "2026-04-09T08:40:06.676752955Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, @@ -14964,27 +14986,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "344510587988524": { - "ID": 344510587988524, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4691430026453831": { + "ID": 4691430026453831, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15015,26 +15039,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3478117921819679, - "StableID": "nNJmV5GFAU11CNTRL", + "ID": 5706768985873785, + "StableID": "npWRNN9cZm11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 3478117921819679, - "Key": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "DiscoKey": "discokey:428ef36df74a7a12123af1116b1d4d9d636b86e12afe79d21bda0b2f6a31e914", - "Addresses": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "AllowedIPs": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "Endpoints": ["77.164.248.136:42026", "10.65.0.27:42026", "172.17.0.1:42026"], + "User": 5706768985873785, + "Key": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "DiscoKey": "discokey:5684f66d57275321cdeffbd60f8e47f7ba7722eba2e6bf42583c83dba75db321", + "Addresses": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "AllowedIPs": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "Endpoints": ["77.164.248.136:49927", "10.65.0.27:49927", "172.17.0.1:49927"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 55544}, - {"Proto": "peerapi6", "Port": 55544}, + {"Proto": "peerapi4", "Port": 42838}, + {"Proto": "peerapi6", "Port": 42838}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:04.797393414Z", + "Created": "2026-04-09T08:40:05.828719396Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15062,295 +15086,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "MachineKey": "mkey:1343bdccd27922cfca37930f6143b1184aa778595ac63804fc0c083c6d4a6f3e", + "NodeKey": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "MachineKey": "mkey:86b93bbbdb0f74b82ec5bcdba7e0c4d179e41dbebd706eeaf09e2f6b8228df71", "Peers": [{ - "ID": 216668436907624, - "StableID": "nsekpiW8h211CNTRL", + "ID": 1117004278218973, + "StableID": "nGrk4toti911CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "DiscoKey": "discokey:4da32d6f3737f0c08457da06e06303081b8fb221087277a4d1d41bf08eac204b", - "Addresses": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "AllowedIPs": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "Endpoints": ["77.164.248.136:56984", "10.65.0.27:56984", "172.17.0.1:56984"], + "Key": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "DiscoKey": "discokey:e505de281eebf316d8340662aed0c76d39dc07779f523f735bba1a8c20019c0e", + "Addresses": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "AllowedIPs": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "Endpoints": ["77.164.248.136:36064", "10.65.0.27:36064", "172.17.0.1:36064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58684}, - {"Proto": "peerapi6", "Port": 58684} + {"Proto": "peerapi4", "Port": 40287}, + {"Proto": "peerapi6", "Port": 40287} ]}, - "Created": "2026-04-09T01:34:01.546333232Z", + "Created": "2026-04-09T08:40:02.602967314Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 344510587988524, - "StableID": "n5MVw7i2h311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "DiscoKey": "discokey:0044d999bb4c5e7c670344139fe2bca5520a069ada01a3e9132ac1703b8da334", - "Addresses": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "AllowedIPs": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "Endpoints": ["77.164.248.136:35597", "10.65.0.27:35597", "172.17.0.1:35597"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 54509}, - {"Proto": "peerapi6", "Port": 54509} - ]}, - "Created": "2026-04-09T01:34:03.720699131Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1149202859517703, - "StableID": "neEFSQcUy911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "DiscoKey": "discokey:b4fee540aaae10d60da9a5e19450ae8616058412c3cd55dcc81d14d41fd83869", - "Addresses": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "AllowedIPs": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "Endpoints": ["77.164.248.136:42685", "10.65.0.27:42685", "172.17.0.1:42685"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59711}, - {"Proto": "peerapi6", "Port": 59711} - ]}, - "Created": "2026-04-09T01:34:00.493191411Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1172570602155861, - "StableID": "nedKqbS4AA11CNTRL", + "ID": 1213910702578521, + "StableID": "nUpownNnUA11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "KeyExpiry": "2026-10-06T01:34:07Z", - "DiscoKey": "discokey:a570369916b09db866af271646e80e4307c81f2cd8b975aa6c6cb84cb36ed138", - "Addresses": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "AllowedIPs": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "Endpoints": ["77.164.248.136:47489", "10.65.0.27:47489", "172.17.0.1:47489"], - "HomeDERP": 14, + "Key": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:b9551e571cceb811a5068d190b22cc80182035e52d5ec5ec9547f7ce9af25114", + "Addresses": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "AllowedIPs": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "Endpoints": ["77.164.248.136:41286", "10.65.0.27:41286", "172.17.0.1:41286"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43061}, - {"Proto": "peerapi6", "Port": 43061} + {"Proto": "peerapi4", "Port": 48316}, + {"Proto": "peerapi6", "Port": 48316} ]}, - "Created": "2026-04-09T01:34:07.491838645Z", + "Created": "2026-04-09T08:40:08.776789111Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1864996773948653, - "StableID": "nA5tXZJfZF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "DiscoKey": "discokey:9733944e50c5045a11ffeb0c8b62e6a1ab0461dc708bce4286cd5e42b1439f6f", - "Addresses": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "AllowedIPs": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "Endpoints": ["77.164.248.136:40399", "10.65.0.27:40399", "172.17.0.1:40399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50012}, - {"Proto": "peerapi6", "Port": 50012} - ]}, - "Created": "2026-04-09T01:34:01.00994936Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3003984234642922, - "StableID": "nXFy9BaWTQ11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "DiscoKey": "discokey:8f169e2162185a7d7ec9551305e535624cae06fdb6eea4e382745c10e4385804", - "Addresses": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "AllowedIPs": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "Endpoints": ["77.164.248.136:45399", "10.65.0.27:45399", "172.17.0.1:45399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 48600}, - {"Proto": "peerapi6", "Port": 48600} - ]}, - "Created": "2026-04-09T01:34:02.642557384Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4260855142674435, - "StableID": "nNA2MVSkGa11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "DiscoKey": "discokey:942519a92c0df82a2c1c549f1eb2a445fe0eca6b751bcc03682c409b9f50d814", - "Addresses": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "AllowedIPs": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "Endpoints": ["77.164.248.136:52066", "10.65.0.27:52066", "172.17.0.1:52066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 41880}, - {"Proto": "peerapi6", "Port": 41880} - ]}, - "Created": "2026-04-09T01:34:02.093114417Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4386850726173297, - "StableID": "nUAEcX8pFb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "DiscoKey": "discokey:8d7f7002301948ca308e88d85a41a626382736801c98df8477f22c5cc5d2aa11", - "Addresses": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "AllowedIPs": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "Endpoints": ["77.164.248.136:37018", "10.65.0.27:37018", "172.17.0.1:37018"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55035}, - {"Proto": "peerapi6", "Port": 55035} - ]}, - "Created": "2026-04-09T01:34:04.253968751Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4832263010728313, - "StableID": "nkQ9xbMYje11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "KeyExpiry": "2026-10-06T01:34:08Z", - "DiscoKey": "discokey:98b881652617c596dd28ebaf391a9f8c76adca075f59f0c432a27e697de32d27", - "Addresses": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "AllowedIPs": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33515}, - {"Proto": "peerapi6", "Port": 33515} - ]}, - "Created": "2026-04-09T01:34:08.037618867Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6485841257381337, - "StableID": "nUNJC14Tes11CNTRL", + "ID": 1534787273060931, + "StableID": "nJQvg2G7zC11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "DiscoKey": "discokey:25b0e509e4c82be93701ae464cd6312bce9b566131c916d9410aa98d0f10b96c", - "Addresses": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "AllowedIPs": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "Endpoints": ["77.164.248.136:52314", "10.65.0.27:52314", "172.17.0.1:52314"], + "Key": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "DiscoKey": "discokey:4b7c795e0db86360da21028a7dd584a3a0a45473d32bdeca27a2eaf57b680a64", + "Addresses": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "AllowedIPs": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "Endpoints": ["77.164.248.136:52111", "10.65.0.27:52111", "172.17.0.1:52111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47281}, - {"Proto": "peerapi6", "Port": 47281} + {"Proto": "peerapi4", "Port": 46949}, + {"Proto": "peerapi6", "Port": 46949} ]}, - "Created": "2026-04-09T01:34:03.175683934Z", + "Created": "2026-04-09T08:40:04.208572557Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6836116644127662, - "StableID": "nbqGf9C6Pv11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "DiscoKey": "discokey:ef8ea95f5641725ca52f75639a3adb7a7dd1294a87d50ac85060a281ca13e04c", - "Addresses": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "AllowedIPs": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "Endpoints": ["77.164.248.136:42935", "10.65.0.27:42935", "172.17.0.1:42935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 38810}, - {"Proto": "peerapi6", "Port": 38810} - ]}, - "Created": "2026-04-09T01:34:05.886488593Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7131904448338622, - "StableID": "nmQL3734hx11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "KeyExpiry": "2026-10-06T01:34:06Z", - "DiscoKey": "discokey:40f5d1683c6a31a33a1578e5272e6361ec96f99440eee48810d6d0ff6e57855f", - "Addresses": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "AllowedIPs": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "Endpoints": ["77.164.248.136:52416", "10.65.0.27:52416", "172.17.0.1:52416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62551}, - {"Proto": "peerapi6", "Port": 62551} - ]}, - "Created": "2026-04-09T01:34:06.954030569Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7136513250283420, - "StableID": "nHMz5u69jx11CNTRL", + "ID": 1824053974754488, + "StableID": "nHM3ago7FF11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "DiscoKey": "discokey:cf1445c21c022092076d5a2efbd12920cf5010e03d68ccbc015e4cfd513fdf10", - "Addresses": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "AllowedIPs": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "Endpoints": ["77.164.248.136:44219", "10.65.0.27:44219", "172.17.0.1:44219"], + "Key": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "DiscoKey": "discokey:fa4a4259e61d9e6f15d312aa60e7ccb316f741e71c789af38b6fed2f82eadc33", + "Addresses": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "AllowedIPs": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "Endpoints": ["77.164.248.136:54393", "10.65.0.27:54393", "172.17.0.1:54393"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61572}, - {"Proto": "peerapi6", "Port": 61572} + {"Proto": "peerapi4", "Port": 62433}, + {"Proto": "peerapi6", "Port": 62433} ]}, - "Created": "2026-04-09T01:34:06.425707266Z", + "Created": "2026-04-09T08:40:07.684237149Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7930595492982536, - "StableID": "n3vef9Jnv421CNTRL", + "ID": 3149287239671159, + "StableID": "nJUF9GSKbR11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "DiscoKey": "discokey:5f8e63815c3b2e834f3e6ea6c3d16aa09df4b327d46f24d4cc1a7024b7b23300", + "Addresses": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "AllowedIPs": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "Endpoints": ["77.164.248.136:33651", "10.65.0.27:33651", "172.17.0.1:33651"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57465}, + {"Proto": "peerapi6", "Port": 57465} + ]}, + "Created": "2026-04-09T08:40:01.540284487Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3543634208575782, + "StableID": "nfjaQBGvfU11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "DiscoKey": "discokey:125d407a6e5697884e009244a3a566101d616cd4c205a1fec74101b91dd7db26", + "Addresses": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "AllowedIPs": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "Endpoints": ["77.164.248.136:45479", "10.65.0.27:45479", "172.17.0.1:45479"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53397}, + {"Proto": "peerapi6", "Port": 53397} + ]}, + "Created": "2026-04-09T08:40:02.071913313Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4344442269404951, + "StableID": "n4PDWd8cva11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "DiscoKey": "discokey:61f3486a183d30bfbe9958d3c1aab2ea96aa9b7c35d9f39ff8882eb040880554", + "Addresses": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "AllowedIPs": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "Endpoints": ["77.164.248.136:58277", "10.65.0.27:58277", "172.17.0.1:58277"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42689}, + {"Proto": "peerapi6", "Port": 42689} + ]}, + "Created": "2026-04-09T08:40:03.671540139Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4691430026453831, + "StableID": "na6ePsukdd11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "DiscoKey": "discokey:c01aac81abc1f7926e6aeaa7d4bbc0b789dca5055594f0165ef12823b1471076", + "Addresses": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "AllowedIPs": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "Endpoints": ["77.164.248.136:55371", "10.65.0.27:55371", "172.17.0.1:55371"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 38581}, + {"Proto": "peerapi6", "Port": 38581} + ]}, + "Created": "2026-04-09T08:40:04.74736884Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4733413029778050, + "StableID": "nuWYdZjmxd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "DiscoKey": "discokey:1f70b1e80ee5f3be650ce4a99599d1073f000ffe26ebb4ec8e988afd1927c921", + "Addresses": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "AllowedIPs": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "Endpoints": ["77.164.248.136:33231", "10.65.0.27:33231", "172.17.0.1:33231"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50042}, + {"Proto": "peerapi6", "Port": 50042} + ]}, + "Created": "2026-04-09T08:40:07.172578734Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5021037141425079, + "StableID": "nJcKTd83Dg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "DiscoKey": "discokey:590df92e69401b0772a57012095ca527e51fb9315c96a77239efec46c943c44b", + "Addresses": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "AllowedIPs": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "Endpoints": ["77.164.248.136:40374", "10.65.0.27:40374", "172.17.0.1:40374"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 42437}, + {"Proto": "peerapi6", "Port": 42437} + ]}, + "Created": "2026-04-09T08:40:05.288463423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6275161501695670, + "StableID": "n7VBdQr21r11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:2713cd28350f3be350a47ce3da598c4fede369c01931a912d90f2366ef118a08", + "Addresses": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "AllowedIPs": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "Endpoints": ["77.164.248.136:34239", "10.65.0.27:34239", "172.17.0.1:34239"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 44430}, + {"Proto": "peerapi6", "Port": 44430} + ]}, + "Created": "2026-04-09T08:40:08.24602731Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6424918018733626, + "StableID": "ndAcDhhrAs11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "DiscoKey": "discokey:591d9040dfe6d92c6c6d3bbbf2a444f4b4773572903ee6ec4402a323c6dd551c", + "Addresses": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "AllowedIPs": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "Endpoints": ["77.164.248.136:41507", "10.65.0.27:41507", "172.17.0.1:41507"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55000}, + {"Proto": "peerapi6", "Port": 55000} + ]}, + "Created": "2026-04-09T08:40:03.141484354Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7410822627698052, + "StableID": "nVXWS9kNsz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "KeyExpiry": "2026-10-06T08:40:09Z", + "DiscoKey": "discokey:fb95f033767de1a5b88be6255c9165e8f0e804cf9b3e7b29dcf362fa28350238", + "Addresses": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "AllowedIPs": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46166}, + {"Proto": "peerapi6", "Port": 46166} + ]}, + "Created": "2026-04-09T08:40:09.29864071Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8062292192600666, + "StableID": "nmGB3CkRx521CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "DiscoKey": "discokey:cd2a0bef3a32fba5896cd18d9995643bd17e2a7549a8fc1e57fc0e17c2165641", - "Addresses": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "AllowedIPs": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "Endpoints": ["77.164.248.136:49431", "10.65.0.27:49431", "172.17.0.1:49431"], + "Key": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "DiscoKey": "discokey:d3733f4577912b8be689c27abd6125516a29135ed104e2d22dd12c3264306357", + "Addresses": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "AllowedIPs": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "Endpoints": ["77.164.248.136:56777", "10.65.0.27:56777", "172.17.0.1:56777"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50960}, - {"Proto": "peerapi6", "Port": 50960} + {"Proto": "peerapi4", "Port": 35588}, + {"Proto": "peerapi6", "Port": 35588} ]}, - "Created": "2026-04-09T01:34:05.350068959Z", + "Created": "2026-04-09T08:40:06.676752955Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, @@ -16203,27 +16227,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3478117921819679": { - "ID": 3478117921819679, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5706768985873785": { + "ID": 5706768985873785, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16254,22 +16280,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1172570602155861, - "StableID": "nedKqbS4AA11CNTRL", + "ID": 1213910702578521, + "StableID": "nUpownNnUA11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "KeyExpiry": "2026-10-06T01:34:07Z", - "DiscoKey": "discokey:a570369916b09db866af271646e80e4307c81f2cd8b975aa6c6cb84cb36ed138", - "Addresses": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "AllowedIPs": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "Endpoints": ["77.164.248.136:47489", "10.65.0.27:47489", "172.17.0.1:47489"], + "Key": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:b9551e571cceb811a5068d190b22cc80182035e52d5ec5ec9547f7ce9af25114", + "Addresses": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "AllowedIPs": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "Endpoints": ["77.164.248.136:41286", "10.65.0.27:41286", "172.17.0.1:41286"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43061}, - {"Proto": "peerapi6", "Port": 43061}, + {"Proto": "peerapi4", "Port": 48316}, + {"Proto": "peerapi6", "Port": 48316}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:07.491838645Z", + "Created": "2026-04-09T08:40:08.776789111Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16296,295 +16322,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "MachineKey": "mkey:d3f4167ec19816ca37d488fc13c3aaed3f6f6944cfb7f73af642a605d475f96a", + "NodeKey": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "MachineKey": "mkey:49f333aa1960a6adc4901b28d6548a99be181b69353ea2450e94d01b531c2b5d", "Peers": [{ - "ID": 216668436907624, - "StableID": "nsekpiW8h211CNTRL", + "ID": 1117004278218973, + "StableID": "nGrk4toti911CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "DiscoKey": "discokey:4da32d6f3737f0c08457da06e06303081b8fb221087277a4d1d41bf08eac204b", - "Addresses": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "AllowedIPs": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "Endpoints": ["77.164.248.136:56984", "10.65.0.27:56984", "172.17.0.1:56984"], + "Key": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "DiscoKey": "discokey:e505de281eebf316d8340662aed0c76d39dc07779f523f735bba1a8c20019c0e", + "Addresses": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "AllowedIPs": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "Endpoints": ["77.164.248.136:36064", "10.65.0.27:36064", "172.17.0.1:36064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58684}, - {"Proto": "peerapi6", "Port": 58684} + {"Proto": "peerapi4", "Port": 40287}, + {"Proto": "peerapi6", "Port": 40287} ]}, - "Created": "2026-04-09T01:34:01.546333232Z", + "Created": "2026-04-09T08:40:02.602967314Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 344510587988524, - "StableID": "n5MVw7i2h311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "DiscoKey": "discokey:0044d999bb4c5e7c670344139fe2bca5520a069ada01a3e9132ac1703b8da334", - "Addresses": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "AllowedIPs": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "Endpoints": ["77.164.248.136:35597", "10.65.0.27:35597", "172.17.0.1:35597"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 54509}, - {"Proto": "peerapi6", "Port": 54509} - ]}, - "Created": "2026-04-09T01:34:03.720699131Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1149202859517703, - "StableID": "neEFSQcUy911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "DiscoKey": "discokey:b4fee540aaae10d60da9a5e19450ae8616058412c3cd55dcc81d14d41fd83869", - "Addresses": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "AllowedIPs": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "Endpoints": ["77.164.248.136:42685", "10.65.0.27:42685", "172.17.0.1:42685"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59711}, - {"Proto": "peerapi6", "Port": 59711} - ]}, - "Created": "2026-04-09T01:34:00.493191411Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1864996773948653, - "StableID": "nA5tXZJfZF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "DiscoKey": "discokey:9733944e50c5045a11ffeb0c8b62e6a1ab0461dc708bce4286cd5e42b1439f6f", - "Addresses": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "AllowedIPs": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "Endpoints": ["77.164.248.136:40399", "10.65.0.27:40399", "172.17.0.1:40399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50012}, - {"Proto": "peerapi6", "Port": 50012} - ]}, - "Created": "2026-04-09T01:34:01.00994936Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3003984234642922, - "StableID": "nXFy9BaWTQ11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "DiscoKey": "discokey:8f169e2162185a7d7ec9551305e535624cae06fdb6eea4e382745c10e4385804", - "Addresses": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "AllowedIPs": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "Endpoints": ["77.164.248.136:45399", "10.65.0.27:45399", "172.17.0.1:45399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 48600}, - {"Proto": "peerapi6", "Port": 48600} - ]}, - "Created": "2026-04-09T01:34:02.642557384Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3478117921819679, - "StableID": "nNJmV5GFAU11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "DiscoKey": "discokey:428ef36df74a7a12123af1116b1d4d9d636b86e12afe79d21bda0b2f6a31e914", - "Addresses": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "AllowedIPs": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "Endpoints": ["77.164.248.136:42026", "10.65.0.27:42026", "172.17.0.1:42026"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55544}, - {"Proto": "peerapi6", "Port": 55544} - ]}, - "Created": "2026-04-09T01:34:04.797393414Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4260855142674435, - "StableID": "nNA2MVSkGa11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "DiscoKey": "discokey:942519a92c0df82a2c1c549f1eb2a445fe0eca6b751bcc03682c409b9f50d814", - "Addresses": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "AllowedIPs": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "Endpoints": ["77.164.248.136:52066", "10.65.0.27:52066", "172.17.0.1:52066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 41880}, - {"Proto": "peerapi6", "Port": 41880} - ]}, - "Created": "2026-04-09T01:34:02.093114417Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4386850726173297, - "StableID": "nUAEcX8pFb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "DiscoKey": "discokey:8d7f7002301948ca308e88d85a41a626382736801c98df8477f22c5cc5d2aa11", - "Addresses": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "AllowedIPs": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "Endpoints": ["77.164.248.136:37018", "10.65.0.27:37018", "172.17.0.1:37018"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55035}, - {"Proto": "peerapi6", "Port": 55035} - ]}, - "Created": "2026-04-09T01:34:04.253968751Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4832263010728313, - "StableID": "nkQ9xbMYje11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "KeyExpiry": "2026-10-06T01:34:08Z", - "DiscoKey": "discokey:98b881652617c596dd28ebaf391a9f8c76adca075f59f0c432a27e697de32d27", - "Addresses": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "AllowedIPs": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33515}, - {"Proto": "peerapi6", "Port": 33515} - ]}, - "Created": "2026-04-09T01:34:08.037618867Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6485841257381337, - "StableID": "nUNJC14Tes11CNTRL", + "ID": 1534787273060931, + "StableID": "nJQvg2G7zC11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "DiscoKey": "discokey:25b0e509e4c82be93701ae464cd6312bce9b566131c916d9410aa98d0f10b96c", - "Addresses": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "AllowedIPs": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "Endpoints": ["77.164.248.136:52314", "10.65.0.27:52314", "172.17.0.1:52314"], + "Key": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "DiscoKey": "discokey:4b7c795e0db86360da21028a7dd584a3a0a45473d32bdeca27a2eaf57b680a64", + "Addresses": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "AllowedIPs": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "Endpoints": ["77.164.248.136:52111", "10.65.0.27:52111", "172.17.0.1:52111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47281}, - {"Proto": "peerapi6", "Port": 47281} + {"Proto": "peerapi4", "Port": 46949}, + {"Proto": "peerapi6", "Port": 46949} ]}, - "Created": "2026-04-09T01:34:03.175683934Z", + "Created": "2026-04-09T08:40:04.208572557Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6836116644127662, - "StableID": "nbqGf9C6Pv11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "DiscoKey": "discokey:ef8ea95f5641725ca52f75639a3adb7a7dd1294a87d50ac85060a281ca13e04c", - "Addresses": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "AllowedIPs": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "Endpoints": ["77.164.248.136:42935", "10.65.0.27:42935", "172.17.0.1:42935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 38810}, - {"Proto": "peerapi6", "Port": 38810} - ]}, - "Created": "2026-04-09T01:34:05.886488593Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7131904448338622, - "StableID": "nmQL3734hx11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "KeyExpiry": "2026-10-06T01:34:06Z", - "DiscoKey": "discokey:40f5d1683c6a31a33a1578e5272e6361ec96f99440eee48810d6d0ff6e57855f", - "Addresses": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "AllowedIPs": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "Endpoints": ["77.164.248.136:52416", "10.65.0.27:52416", "172.17.0.1:52416"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62551}, - {"Proto": "peerapi6", "Port": 62551} - ]}, - "Created": "2026-04-09T01:34:06.954030569Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7136513250283420, - "StableID": "nHMz5u69jx11CNTRL", + "ID": 1824053974754488, + "StableID": "nHM3ago7FF11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "DiscoKey": "discokey:cf1445c21c022092076d5a2efbd12920cf5010e03d68ccbc015e4cfd513fdf10", - "Addresses": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "AllowedIPs": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "Endpoints": ["77.164.248.136:44219", "10.65.0.27:44219", "172.17.0.1:44219"], + "Key": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "DiscoKey": "discokey:fa4a4259e61d9e6f15d312aa60e7ccb316f741e71c789af38b6fed2f82eadc33", + "Addresses": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "AllowedIPs": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "Endpoints": ["77.164.248.136:54393", "10.65.0.27:54393", "172.17.0.1:54393"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61572}, - {"Proto": "peerapi6", "Port": 61572} + {"Proto": "peerapi4", "Port": 62433}, + {"Proto": "peerapi6", "Port": 62433} ]}, - "Created": "2026-04-09T01:34:06.425707266Z", + "Created": "2026-04-09T08:40:07.684237149Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7930595492982536, - "StableID": "n3vef9Jnv421CNTRL", + "ID": 3149287239671159, + "StableID": "nJUF9GSKbR11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "DiscoKey": "discokey:5f8e63815c3b2e834f3e6ea6c3d16aa09df4b327d46f24d4cc1a7024b7b23300", + "Addresses": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "AllowedIPs": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "Endpoints": ["77.164.248.136:33651", "10.65.0.27:33651", "172.17.0.1:33651"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57465}, + {"Proto": "peerapi6", "Port": 57465} + ]}, + "Created": "2026-04-09T08:40:01.540284487Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3543634208575782, + "StableID": "nfjaQBGvfU11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "DiscoKey": "discokey:125d407a6e5697884e009244a3a566101d616cd4c205a1fec74101b91dd7db26", + "Addresses": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "AllowedIPs": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "Endpoints": ["77.164.248.136:45479", "10.65.0.27:45479", "172.17.0.1:45479"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53397}, + {"Proto": "peerapi6", "Port": 53397} + ]}, + "Created": "2026-04-09T08:40:02.071913313Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4344442269404951, + "StableID": "n4PDWd8cva11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "DiscoKey": "discokey:61f3486a183d30bfbe9958d3c1aab2ea96aa9b7c35d9f39ff8882eb040880554", + "Addresses": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "AllowedIPs": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "Endpoints": ["77.164.248.136:58277", "10.65.0.27:58277", "172.17.0.1:58277"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42689}, + {"Proto": "peerapi6", "Port": 42689} + ]}, + "Created": "2026-04-09T08:40:03.671540139Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4691430026453831, + "StableID": "na6ePsukdd11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "DiscoKey": "discokey:c01aac81abc1f7926e6aeaa7d4bbc0b789dca5055594f0165ef12823b1471076", + "Addresses": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "AllowedIPs": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "Endpoints": ["77.164.248.136:55371", "10.65.0.27:55371", "172.17.0.1:55371"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 38581}, + {"Proto": "peerapi6", "Port": 38581} + ]}, + "Created": "2026-04-09T08:40:04.74736884Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4733413029778050, + "StableID": "nuWYdZjmxd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "DiscoKey": "discokey:1f70b1e80ee5f3be650ce4a99599d1073f000ffe26ebb4ec8e988afd1927c921", + "Addresses": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "AllowedIPs": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "Endpoints": ["77.164.248.136:33231", "10.65.0.27:33231", "172.17.0.1:33231"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 50042}, + {"Proto": "peerapi6", "Port": 50042} + ]}, + "Created": "2026-04-09T08:40:07.172578734Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5021037141425079, + "StableID": "nJcKTd83Dg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "DiscoKey": "discokey:590df92e69401b0772a57012095ca527e51fb9315c96a77239efec46c943c44b", + "Addresses": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "AllowedIPs": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "Endpoints": ["77.164.248.136:40374", "10.65.0.27:40374", "172.17.0.1:40374"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 42437}, + {"Proto": "peerapi6", "Port": 42437} + ]}, + "Created": "2026-04-09T08:40:05.288463423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5706768985873785, + "StableID": "npWRNN9cZm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "DiscoKey": "discokey:5684f66d57275321cdeffbd60f8e47f7ba7722eba2e6bf42583c83dba75db321", + "Addresses": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "AllowedIPs": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "Endpoints": ["77.164.248.136:49927", "10.65.0.27:49927", "172.17.0.1:49927"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 42838}, + {"Proto": "peerapi6", "Port": 42838} + ]}, + "Created": "2026-04-09T08:40:05.828719396Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6275161501695670, + "StableID": "n7VBdQr21r11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:2713cd28350f3be350a47ce3da598c4fede369c01931a912d90f2366ef118a08", + "Addresses": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "AllowedIPs": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "Endpoints": ["77.164.248.136:34239", "10.65.0.27:34239", "172.17.0.1:34239"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 44430}, + {"Proto": "peerapi6", "Port": 44430} + ]}, + "Created": "2026-04-09T08:40:08.24602731Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6424918018733626, + "StableID": "ndAcDhhrAs11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "DiscoKey": "discokey:591d9040dfe6d92c6c6d3bbbf2a444f4b4773572903ee6ec4402a323c6dd551c", + "Addresses": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "AllowedIPs": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "Endpoints": ["77.164.248.136:41507", "10.65.0.27:41507", "172.17.0.1:41507"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55000}, + {"Proto": "peerapi6", "Port": 55000} + ]}, + "Created": "2026-04-09T08:40:03.141484354Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7410822627698052, + "StableID": "nVXWS9kNsz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "KeyExpiry": "2026-10-06T08:40:09Z", + "DiscoKey": "discokey:fb95f033767de1a5b88be6255c9165e8f0e804cf9b3e7b29dcf362fa28350238", + "Addresses": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "AllowedIPs": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46166}, + {"Proto": "peerapi6", "Port": 46166} + ]}, + "Created": "2026-04-09T08:40:09.29864071Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 8062292192600666, + "StableID": "nmGB3CkRx521CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "DiscoKey": "discokey:cd2a0bef3a32fba5896cd18d9995643bd17e2a7549a8fc1e57fc0e17c2165641", - "Addresses": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "AllowedIPs": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "Endpoints": ["77.164.248.136:49431", "10.65.0.27:49431", "172.17.0.1:49431"], + "Key": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "DiscoKey": "discokey:d3733f4577912b8be689c27abd6125516a29135ed104e2d22dd12c3264306357", + "Addresses": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "AllowedIPs": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "Endpoints": ["77.164.248.136:56777", "10.65.0.27:56777", "172.17.0.1:56777"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50960}, - {"Proto": "peerapi6", "Port": 50960} + {"Proto": "peerapi4", "Port": 35588}, + {"Proto": "peerapi6", "Port": 35588} ]}, - "Created": "2026-04-09T01:34:05.350068959Z", + "Created": "2026-04-09T08:40:06.676752955Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, @@ -17437,23 +17463,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17484,21 +17511,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7930595492982536, - "StableID": "n3vef9Jnv421CNTRL", + "ID": 8062292192600666, + "StableID": "nmGB3CkRx521CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 7930595492982536, - "Key": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "DiscoKey": "discokey:cd2a0bef3a32fba5896cd18d9995643bd17e2a7549a8fc1e57fc0e17c2165641", - "Addresses": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "AllowedIPs": ["100.90.24.63/32", "fd7a:115c:a1e0::fd37:1840/128"], - "Endpoints": ["77.164.248.136:49431", "10.65.0.27:49431", "172.17.0.1:49431"], + "User": 8062292192600666, + "Key": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "DiscoKey": "discokey:d3733f4577912b8be689c27abd6125516a29135ed104e2d22dd12c3264306357", + "Addresses": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "AllowedIPs": ["100.64.9.119/32", "fd7a:115c:a1e0::3d37:977/128"], + "Endpoints": ["77.164.248.136:56777", "10.65.0.27:56777", "172.17.0.1:56777"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 50960}, - {"Proto": "peerapi6", "Port": 50960}, + {"Proto": "peerapi4", "Port": 35588}, + {"Proto": "peerapi6", "Port": 35588}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:05.350068959Z", + "Created": "2026-04-09T08:40:06.676752955Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17526,300 +17553,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c577dc2c4304d7a837e92b745432ea18124ab69e71423ab3643db42ffd5a183e", - "MachineKey": "mkey:79aa0a13c8b4f6eb0893dd2d19253ade04d212ddde9d277ee4f40498a6e5e862", + "NodeKey": "nodekey:4f22c7f404e619ddadd792e5feb119b3422351c9546246c26ee1c35b3d400976", + "MachineKey": "mkey:e8b14b5a4656653f15b728123d4a240f9f8759bc966282ff0c16c68280966f6e", "Peers": [{ - "ID": 216668436907624, - "StableID": "nsekpiW8h211CNTRL", + "ID": 1117004278218973, + "StableID": "nGrk4toti911CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d2cf2bc4d51e971f71f3de146cfb4270373753181330c977ff744ecf545cc11e", - "DiscoKey": "discokey:4da32d6f3737f0c08457da06e06303081b8fb221087277a4d1d41bf08eac204b", - "Addresses": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "AllowedIPs": ["100.92.193.31/32", "fd7a:115c:a1e0::5437:c11f/128"], - "Endpoints": ["77.164.248.136:56984", "10.65.0.27:56984", "172.17.0.1:56984"], + "Key": "nodekey:552618880e70e6fa1fd9d0ca8f7ca5ba3d1f703005800b17b4105f376ff3e553", + "DiscoKey": "discokey:e505de281eebf316d8340662aed0c76d39dc07779f523f735bba1a8c20019c0e", + "Addresses": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "AllowedIPs": ["100.115.229.84/32", "fd7a:115c:a1e0::6f37:e554/128"], + "Endpoints": ["77.164.248.136:36064", "10.65.0.27:36064", "172.17.0.1:36064"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 58684}, - {"Proto": "peerapi6", "Port": 58684} + {"Proto": "peerapi4", "Port": 40287}, + {"Proto": "peerapi6", "Port": 40287} ]}, - "Created": "2026-04-09T01:34:01.546333232Z", + "Created": "2026-04-09T08:40:02.602967314Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 344510587988524, - "StableID": "n5MVw7i2h311CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9abce9f5d8ef06e095d67256fb131c412b406dba7e72585385c6d30707c6662f", - "DiscoKey": "discokey:0044d999bb4c5e7c670344139fe2bca5520a069ada01a3e9132ac1703b8da334", - "Addresses": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "AllowedIPs": ["100.70.102.48/32", "fd7a:115c:a1e0::737:6630/128"], - "Endpoints": ["77.164.248.136:35597", "10.65.0.27:35597", "172.17.0.1:35597"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 54509}, - {"Proto": "peerapi6", "Port": 54509} - ]}, - "Created": "2026-04-09T01:34:03.720699131Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1149202859517703, - "StableID": "neEFSQcUy911CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4ce76319c9f93be927b0f98fbd10173d3e65127fa96993b3998f2d485c9b2176", - "DiscoKey": "discokey:b4fee540aaae10d60da9a5e19450ae8616058412c3cd55dcc81d14d41fd83869", - "Addresses": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "AllowedIPs": ["100.91.33.119/32", "fd7a:115c:a1e0::5c37:2177/128"], - "Endpoints": ["77.164.248.136:42685", "10.65.0.27:42685", "172.17.0.1:42685"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 59711}, - {"Proto": "peerapi6", "Port": 59711} - ]}, - "Created": "2026-04-09T01:34:00.493191411Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1172570602155861, - "StableID": "nedKqbS4AA11CNTRL", + "ID": 1213910702578521, + "StableID": "nUpownNnUA11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:c45fc9edf74623efc8d061ae0fa25f5e8c861a44adda52274f2fa9f7206e8618", - "KeyExpiry": "2026-10-06T01:34:07Z", - "DiscoKey": "discokey:a570369916b09db866af271646e80e4307c81f2cd8b975aa6c6cb84cb36ed138", - "Addresses": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "AllowedIPs": ["100.110.134.25/32", "fd7a:115c:a1e0::2037:8619/128"], - "Endpoints": ["77.164.248.136:47489", "10.65.0.27:47489", "172.17.0.1:47489"], - "HomeDERP": 14, + "Key": "nodekey:359e832cc3b29ae20381e0da3b046a506da3f5f7a61849212ad0ca363ba1af76", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:b9551e571cceb811a5068d190b22cc80182035e52d5ec5ec9547f7ce9af25114", + "Addresses": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "AllowedIPs": ["100.97.175.119/32", "fd7a:115c:a1e0::3b37:af77/128"], + "Endpoints": ["77.164.248.136:41286", "10.65.0.27:41286", "172.17.0.1:41286"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43061}, - {"Proto": "peerapi6", "Port": 43061} + {"Proto": "peerapi4", "Port": 48316}, + {"Proto": "peerapi6", "Port": 48316} ]}, - "Created": "2026-04-09T01:34:07.491838645Z", + "Created": "2026-04-09T08:40:08.776789111Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1864996773948653, - "StableID": "nA5tXZJfZF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:66017dca4a7f0e45dd514f8441cfeac529d9094fbddc1bfdd903b933dda6b706", - "DiscoKey": "discokey:9733944e50c5045a11ffeb0c8b62e6a1ab0461dc708bce4286cd5e42b1439f6f", - "Addresses": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "AllowedIPs": ["100.102.183.7/32", "fd7a:115c:a1e0::dd37:b707/128"], - "Endpoints": ["77.164.248.136:40399", "10.65.0.27:40399", "172.17.0.1:40399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 50012}, - {"Proto": "peerapi6", "Port": 50012} - ]}, - "Created": "2026-04-09T01:34:01.00994936Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3003984234642922, - "StableID": "nXFy9BaWTQ11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6d6356190f8026c0eb7bcaf827a8ac5f48b737f444f2342c06d4d77e3dfe5b36", - "DiscoKey": "discokey:8f169e2162185a7d7ec9551305e535624cae06fdb6eea4e382745c10e4385804", - "Addresses": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "AllowedIPs": ["100.126.91.55/32", "fd7a:115c:a1e0::3d37:5b37/128"], - "Endpoints": ["77.164.248.136:45399", "10.65.0.27:45399", "172.17.0.1:45399"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 48600}, - {"Proto": "peerapi6", "Port": 48600} - ]}, - "Created": "2026-04-09T01:34:02.642557384Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 3478117921819679, - "StableID": "nNJmV5GFAU11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2b3001f49c3c89ce87010270aebaa5886fe29339368dc45b0a27b2c7f57fce24", - "DiscoKey": "discokey:428ef36df74a7a12123af1116b1d4d9d636b86e12afe79d21bda0b2f6a31e914", - "Addresses": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "AllowedIPs": ["100.127.206.37/32", "fd7a:115c:a1e0::f537:ce25/128"], - "Endpoints": ["77.164.248.136:42026", "10.65.0.27:42026", "172.17.0.1:42026"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55544}, - {"Proto": "peerapi6", "Port": 55544} - ]}, - "Created": "2026-04-09T01:34:04.797393414Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4260855142674435, - "StableID": "nNA2MVSkGa11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24da2fb22dbaab22edf9e0636a79ceba746f4f67cf5133947d3480c01f32ac15", - "DiscoKey": "discokey:942519a92c0df82a2c1c549f1eb2a445fe0eca6b751bcc03682c409b9f50d814", - "Addresses": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "AllowedIPs": ["100.114.172.22/32", "fd7a:115c:a1e0::1f37:ac16/128"], - "Endpoints": ["77.164.248.136:52066", "10.65.0.27:52066", "172.17.0.1:52066"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 41880}, - {"Proto": "peerapi6", "Port": 41880} - ]}, - "Created": "2026-04-09T01:34:02.093114417Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4386850726173297, - "StableID": "nUAEcX8pFb11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cd32fd4759571016bc740e1be115f49d3c5e19d71e26dfd4fbe88d4f66594a2e", - "DiscoKey": "discokey:8d7f7002301948ca308e88d85a41a626382736801c98df8477f22c5cc5d2aa11", - "Addresses": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "AllowedIPs": ["100.89.74.47/32", "fd7a:115c:a1e0::6637:4a2f/128"], - "Endpoints": ["77.164.248.136:37018", "10.65.0.27:37018", "172.17.0.1:37018"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 55035}, - {"Proto": "peerapi6", "Port": 55035} - ]}, - "Created": "2026-04-09T01:34:04.253968751Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 4832263010728313, - "StableID": "nkQ9xbMYje11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:ba5483c02a49a8537cab85c9363eaabf96c509db6768fa6ea54618b798a5bb63", - "KeyExpiry": "2026-10-06T01:34:08Z", - "DiscoKey": "discokey:98b881652617c596dd28ebaf391a9f8c76adca075f59f0c432a27e697de32d27", - "Addresses": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "AllowedIPs": ["100.101.187.100/32", "fd7a:115c:a1e0::9837:bb64/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 33515}, - {"Proto": "peerapi6", "Port": 33515} - ]}, - "Created": "2026-04-09T01:34:08.037618867Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6485841257381337, - "StableID": "nUNJC14Tes11CNTRL", + "ID": 1534787273060931, + "StableID": "nJQvg2G7zC11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8ac8dedc68a429c69d56512e5cbf107dcc0b51584cca41b7762c1357c74f6425", - "DiscoKey": "discokey:25b0e509e4c82be93701ae464cd6312bce9b566131c916d9410aa98d0f10b96c", - "Addresses": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "AllowedIPs": ["100.79.100.38/32", "fd7a:115c:a1e0::c737:6426/128"], - "Endpoints": ["77.164.248.136:52314", "10.65.0.27:52314", "172.17.0.1:52314"], + "Key": "nodekey:df0cb0bf723d26be0cf4f172ed7f08e16e8d452398c39ddefcefacb66c1dc412", + "DiscoKey": "discokey:4b7c795e0db86360da21028a7dd584a3a0a45473d32bdeca27a2eaf57b680a64", + "Addresses": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "AllowedIPs": ["100.93.196.19/32", "fd7a:115c:a1e0::6c37:c413/128"], + "Endpoints": ["77.164.248.136:52111", "10.65.0.27:52111", "172.17.0.1:52111"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 47281}, - {"Proto": "peerapi6", "Port": 47281} + {"Proto": "peerapi4", "Port": 46949}, + {"Proto": "peerapi6", "Port": 46949} ]}, - "Created": "2026-04-09T01:34:03.175683934Z", + "Created": "2026-04-09T08:40:04.208572557Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6836116644127662, - "StableID": "nbqGf9C6Pv11CNTRL", + "ID": 1824053974754488, + "StableID": "nHM3ago7FF11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aa35c589df06f76060c050da28575b04016a6b2bcc7eed480614ebe350ce5770", + "DiscoKey": "discokey:fa4a4259e61d9e6f15d312aa60e7ccb316f741e71c789af38b6fed2f82eadc33", + "Addresses": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "AllowedIPs": ["100.78.87.113/32", "fd7a:115c:a1e0::5037:5771/128"], + "Endpoints": ["77.164.248.136:54393", "10.65.0.27:54393", "172.17.0.1:54393"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62433}, + {"Proto": "peerapi6", "Port": 62433} + ]}, + "Created": "2026-04-09T08:40:07.684237149Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3149287239671159, + "StableID": "nJUF9GSKbR11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:08878f58e038c392c43143333e1eb54dc8eabf8e79ee03904f50f15140570f0e", + "DiscoKey": "discokey:5f8e63815c3b2e834f3e6ea6c3d16aa09df4b327d46f24d4cc1a7024b7b23300", + "Addresses": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "AllowedIPs": ["100.87.15.15/32", "fd7a:115c:a1e0::4037:f0f/128"], + "Endpoints": ["77.164.248.136:33651", "10.65.0.27:33651", "172.17.0.1:33651"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 57465}, + {"Proto": "peerapi6", "Port": 57465} + ]}, + "Created": "2026-04-09T08:40:01.540284487Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3543634208575782, + "StableID": "nfjaQBGvfU11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f1345967fe8d36cb715312dbba4a7e56facbecddc2c32576bd71a96994efa107", + "DiscoKey": "discokey:125d407a6e5697884e009244a3a566101d616cd4c205a1fec74101b91dd7db26", + "Addresses": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "AllowedIPs": ["100.111.161.8/32", "fd7a:115c:a1e0::9437:a108/128"], + "Endpoints": ["77.164.248.136:45479", "10.65.0.27:45479", "172.17.0.1:45479"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 53397}, + {"Proto": "peerapi6", "Port": 53397} + ]}, + "Created": "2026-04-09T08:40:02.071913313Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4344442269404951, + "StableID": "n4PDWd8cva11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c793505bc5cf8f7abb4d5577a4c1a56ca63b589f661db5ca9723adcab5c15461", + "DiscoKey": "discokey:61f3486a183d30bfbe9958d3c1aab2ea96aa9b7c35d9f39ff8882eb040880554", + "Addresses": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "AllowedIPs": ["100.65.84.98/32", "fd7a:115c:a1e0::b537:5462/128"], + "Endpoints": ["77.164.248.136:58277", "10.65.0.27:58277", "172.17.0.1:58277"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42689}, + {"Proto": "peerapi6", "Port": 42689} + ]}, + "Created": "2026-04-09T08:40:03.671540139Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4691430026453831, + "StableID": "na6ePsukdd11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2fa3b3a8e81e8cab8b70397fb261bf4fd225de3adddd5c61b986e77b3219076d", + "DiscoKey": "discokey:c01aac81abc1f7926e6aeaa7d4bbc0b789dca5055594f0165ef12823b1471076", + "Addresses": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "AllowedIPs": ["100.89.7.110/32", "fd7a:115c:a1e0::3237:76e/128"], + "Endpoints": ["77.164.248.136:55371", "10.65.0.27:55371", "172.17.0.1:55371"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 38581}, + {"Proto": "peerapi6", "Port": 38581} + ]}, + "Created": "2026-04-09T08:40:04.74736884Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4733413029778050, + "StableID": "nuWYdZjmxd11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d1c5ab3ec328c918a2c6a7c4842db07930c48dcb4bd9ef8019d395f5799f6e01", - "DiscoKey": "discokey:ef8ea95f5641725ca52f75639a3adb7a7dd1294a87d50ac85060a281ca13e04c", - "Addresses": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "AllowedIPs": ["100.95.110.2/32", "fd7a:115c:a1e0::7937:6e02/128"], - "Endpoints": ["77.164.248.136:42935", "10.65.0.27:42935", "172.17.0.1:42935"], + "Key": "nodekey:b96e7fcde384fc99e65fdcfddb6585d0a155cfa62df3b6ca286c0e0e97bec05a", + "DiscoKey": "discokey:1f70b1e80ee5f3be650ce4a99599d1073f000ffe26ebb4ec8e988afd1927c921", + "Addresses": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "AllowedIPs": ["100.126.192.91/32", "fd7a:115c:a1e0::9737:c05b/128"], + "Endpoints": ["77.164.248.136:33231", "10.65.0.27:33231", "172.17.0.1:33231"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 38810}, - {"Proto": "peerapi6", "Port": 38810} + {"Proto": "peerapi4", "Port": 50042}, + {"Proto": "peerapi6", "Port": 50042} ]}, - "Created": "2026-04-09T01:34:05.886488593Z", + "Created": "2026-04-09T08:40:07.172578734Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7131904448338622, - "StableID": "nmQL3734hx11CNTRL", + "ID": 5021037141425079, + "StableID": "nJcKTd83Dg11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9a4d479c5a2bc15bdfbe9aea09721458c9494cbb61f39d444d825b527146aa57", + "DiscoKey": "discokey:590df92e69401b0772a57012095ca527e51fb9315c96a77239efec46c943c44b", + "Addresses": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "AllowedIPs": ["100.70.170.88/32", "fd7a:115c:a1e0::7137:aa58/128"], + "Endpoints": ["77.164.248.136:40374", "10.65.0.27:40374", "172.17.0.1:40374"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 42437}, + {"Proto": "peerapi6", "Port": 42437} + ]}, + "Created": "2026-04-09T08:40:05.288463423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5706768985873785, + "StableID": "npWRNN9cZm11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3aca385065188e1a9d614318c027cade34754dbbd024451006e8693754dfa247", + "DiscoKey": "discokey:5684f66d57275321cdeffbd60f8e47f7ba7722eba2e6bf42583c83dba75db321", + "Addresses": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "AllowedIPs": ["100.95.162.72/32", "fd7a:115c:a1e0::5437:a248/128"], + "Endpoints": ["77.164.248.136:49927", "10.65.0.27:49927", "172.17.0.1:49927"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 42838}, + {"Proto": "peerapi6", "Port": 42838} + ]}, + "Created": "2026-04-09T08:40:05.828719396Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6275161501695670, + "StableID": "n7VBdQr21r11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:5e65433d7157c018a7b1ecb46d4257a548b512ee960946757da1c9cf87a2ca2d", - "KeyExpiry": "2026-10-06T01:34:06Z", - "DiscoKey": "discokey:40f5d1683c6a31a33a1578e5272e6361ec96f99440eee48810d6d0ff6e57855f", - "Addresses": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "AllowedIPs": ["100.98.202.46/32", "fd7a:115c:a1e0::8737:ca2e/128"], - "Endpoints": ["77.164.248.136:52416", "10.65.0.27:52416", "172.17.0.1:52416"], + "Key": "nodekey:f4d46a5b3f1ad3be0a778a78e09f7f0889b31b66dc9857f9b45a1e46ee3bba44", + "KeyExpiry": "2026-10-06T08:40:08Z", + "DiscoKey": "discokey:2713cd28350f3be350a47ce3da598c4fede369c01931a912d90f2366ef118a08", + "Addresses": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "AllowedIPs": ["100.123.186.69/32", "fd7a:115c:a1e0::ee37:ba45/128"], + "Endpoints": ["77.164.248.136:34239", "10.65.0.27:34239", "172.17.0.1:34239"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 62551}, - {"Proto": "peerapi6", "Port": 62551} + {"Proto": "peerapi4", "Port": 44430}, + {"Proto": "peerapi6", "Port": 44430} ]}, - "Created": "2026-04-09T01:34:06.954030569Z", + "Created": "2026-04-09T08:40:08.24602731Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7136513250283420, - "StableID": "nHMz5u69jx11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 6424918018733626, + "StableID": "ndAcDhhrAs11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a88026418721220338d950bf9bb1072585ca7b51abd6bfea539790a85bfef548", - "DiscoKey": "discokey:cf1445c21c022092076d5a2efbd12920cf5010e03d68ccbc015e4cfd513fdf10", - "Addresses": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "AllowedIPs": ["100.126.245.73/32", "fd7a:115c:a1e0::5b37:f549/128"], - "Endpoints": ["77.164.248.136:44219", "10.65.0.27:44219", "172.17.0.1:44219"], + "Key": "nodekey:bcd43ae77664e3b2d7566bfda32af19208477f4cbd951590fef167232602cf6c", + "DiscoKey": "discokey:591d9040dfe6d92c6c6d3bbbf2a444f4b4773572903ee6ec4402a323c6dd551c", + "Addresses": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "AllowedIPs": ["100.66.207.109/32", "fd7a:115c:a1e0::2637:cf6d/128"], + "Endpoints": ["77.164.248.136:41507", "10.65.0.27:41507", "172.17.0.1:41507"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 61572}, - {"Proto": "peerapi6", "Port": 61572} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 55000}, + {"Proto": "peerapi6", "Port": 55000} ]}, - "Created": "2026-04-09T01:34:06.425707266Z", + "Created": "2026-04-09T08:40:03.141484354Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7410822627698052, + "StableID": "nVXWS9kNsz11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:f85db09e8e90de2bba4dcccfa933226348ecf55b4b97e7cf044318f099fd450d", + "KeyExpiry": "2026-10-06T08:40:09Z", + "DiscoKey": "discokey:fb95f033767de1a5b88be6255c9165e8f0e804cf9b3e7b29dcf362fa28350238", + "Addresses": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "AllowedIPs": ["100.125.69.14/32", "fd7a:115c:a1e0::9937:450e/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46166}, + {"Proto": "peerapi6", "Port": 46166} + ]}, + "Created": "2026-04-09T08:40:09.29864071Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18667,27 +18694,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7930595492982536": { - "ID": 7930595492982536, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8062292192600666": { + "ID": 8062292192600666, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-e3.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-e3.hujson index 3d5116cd..daebd424 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-e3.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-e3.hujson @@ -3,7 +3,7 @@ // ssh e3 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:34:11Z +// Captured at: 2026-04-09T08:40:12Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-e3", "description": "ssh e3", "category": "ssh", - "captured_at": "2026-04-09T01:34:11.649357534Z", + "captured_at": "2026-04-09T08:40:12.894421759Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [], @@ -30,119 +30,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh e3\",\n\t\"id\": \"ssh-e3\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh e3\",\n\t\"id\": \"ssh-e3\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-e3.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.99.109.109", - "ipv6": "fd7a:115c:a1e0::be37:6d6d", + "ipv4": "100.74.228.41", + "ipv6": "fd7a:115c:a1e0::5d37:e429", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.118.200.100", - "ipv6": "fd7a:115c:a1e0::5237:c864", + "ipv4": "100.91.115.104", + "ipv6": "fd7a:115c:a1e0::8737:7368", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.81.48.102", - "ipv6": "fd7a:115c:a1e0::f437:3066", + "ipv4": "100.67.51.23", + "ipv6": "fd7a:115c:a1e0::d37:3317", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.121.204.19", - "ipv6": "fd7a:115c:a1e0::b737:cc13", + "ipv4": "100.66.166.58", + "ipv6": "fd7a:115c:a1e0::c37:a63a", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.100.105.4", - "ipv6": "fd7a:115c:a1e0::9537:6904", + "ipv4": "100.75.202.114", + "ipv6": "fd7a:115c:a1e0::ca37:ca72", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.105.250.86", - "ipv6": "fd7a:115c:a1e0::a237:fa56", + "ipv4": "100.95.185.101", + "ipv6": "fd7a:115c:a1e0::1237:b965", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.118.2.55", - "ipv6": "fd7a:115c:a1e0::8537:237", + "ipv4": "100.104.161.103", + "ipv6": "fd7a:115c:a1e0::2237:a167", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.95.120.66", - "ipv6": "fd7a:115c:a1e0::2e37:7842", + "ipv4": "100.85.112.39", + "ipv6": "fd7a:115c:a1e0::1d37:7027", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.71.9.56", - "ipv6": "fd7a:115c:a1e0::8937:938", + "ipv4": "100.88.125.25", + "ipv6": "fd7a:115c:a1e0::8337:7d19", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.93.1.91", - "ipv6": "fd7a:115c:a1e0::f637:15b", + "ipv4": "100.83.143.100", + "ipv6": "fd7a:115c:a1e0::7d37:8f64", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.96.128.35", - "ipv6": "fd7a:115c:a1e0::3d37:8023", + "ipv4": "100.95.217.23", + "ipv6": "fd7a:115c:a1e0::3837:d917", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.87.161.33", - "ipv6": "fd7a:115c:a1e0::4f37:a121", + "ipv4": "100.93.22.6", + "ipv6": "fd7a:115c:a1e0::e837:1606", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.105.118.72", - "ipv6": "fd7a:115c:a1e0::ee37:7648", + "ipv4": "100.113.46.42", + "ipv6": "fd7a:115c:a1e0::cb37:2e2a", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.71.250.126", - "ipv6": "fd7a:115c:a1e0::3d37:fa7f", + "ipv4": "100.88.143.127", + "ipv6": "fd7a:115c:a1e0::5b37:8f7f", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.119.37.24", - "ipv6": "fd7a:115c:a1e0::a837:2518", + "ipv4": "100.97.138.103", + "ipv6": "fd7a:115c:a1e0::6b37:8a67", "routable_ips": [], "approved_routes": [] }}}, @@ -174,21 +174,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5609424541911361, - "StableID": "n4zQC75Xok11CNTRL", + "ID": 475101903964100, + "StableID": "n5muL38Bi411CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 5609424541911361, - "Key": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "DiscoKey": "discokey:e30d25612ea8879823412c4f901d4ac7978fcbcfd4b88264676628dbd1945108", - "Addresses": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "AllowedIPs": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "Endpoints": ["77.164.248.136:52920", "10.65.0.27:52920", "172.17.0.1:52920"], + "User": 475101903964100, + "Key": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "DiscoKey": "discokey:91088c43a2ba636747e0c1f5bbea66cf028cd3271ae0eae8c0c5e92ebb001b23", + "Addresses": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "AllowedIPs": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "Endpoints": ["77.164.248.136:58759", "10.65.0.27:58759", "172.17.0.1:58759"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 42084}, - {"Proto": "peerapi6", "Port": 42084}, + {"Proto": "peerapi4", "Port": 65408}, + {"Proto": "peerapi6", "Port": 65408}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:20.778306743Z", + "Created": "2026-04-09T08:40:21.47469119Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -216,300 +216,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "MachineKey": "mkey:509b155a9c26a8c293ccd4daf81ef1dc971e97f365db8b7ae9e6ef60ba39fd26", + "NodeKey": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "MachineKey": "mkey:838505952dcf4348eb5d4fd9ee58ac11285a69322089d014bc86efdfafe5297d", "Peers": [{ - "ID": 55143692731914, - "StableID": "n3oAJpXyR111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:2d2e6afca12f973f91e588dd75d42650223c469cb9701d447eae2b48d1dbc077", - "Addresses": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "AllowedIPs": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "Endpoints": ["77.164.248.136:58790", "10.65.0.27:58790", "172.17.0.1:58790"], + "ID": 2237775725694892, + "StableID": "noaeyGaVUJ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "DiscoKey": "discokey:2fa77a0e1306541a7e293e2f12c2613d03cad0a17fccc14a9d823b123d16ce11", + "Addresses": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "AllowedIPs": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "Endpoints": ["77.164.248.136:58913", "10.65.0.27:58913", "172.17.0.1:58913"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54347}, - {"Proto": "peerapi6", "Port": 54347} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 59454}, + {"Proto": "peerapi6", "Port": 59454} ]}, - "Created": "2026-04-09T01:34:21.319683476Z", + "Created": "2026-04-09T08:40:17.726341955Z", "Cap": 131, + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 587476803993065, - "StableID": "nYe3T825b511CNTRL", + "ID": 2597493312809395, + "StableID": "nxBbMCkQHM11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "DiscoKey": "discokey:5f579569a8731f686264a06d9d771b4b04314621c1de9114235210f07a001d09", - "Addresses": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "AllowedIPs": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "Endpoints": ["77.164.248.136:55442", "10.65.0.27:55442", "172.17.0.1:55442"], + "Key": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "DiscoKey": "discokey:250d7e1ae97e2bf2bd4f77b57a2b264bcbcc31e0ad78e5dc878517991d378059", + "Addresses": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "AllowedIPs": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "Endpoints": ["77.164.248.136:47301", "10.65.0.27:47301", "172.17.0.1:47301"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46583}, - {"Proto": "peerapi6", "Port": 46583} + {"Proto": "peerapi4", "Port": 56092}, + {"Proto": "peerapi6", "Port": 56092} ]}, - "Created": "2026-04-09T01:34:17.526951612Z", + "Created": "2026-04-09T08:40:18.252374212Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 733323692860199, - "StableID": "nWYAbrA8j611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "DiscoKey": "discokey:710a8a8e41d2cce45eadf3e6ec724a80ebd7a51a884c2b467f228bcee6bcd72a", - "Addresses": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "AllowedIPs": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "Endpoints": ["77.164.248.136:43953", "10.65.0.27:43953", "172.17.0.1:43953"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49536}, - {"Proto": "peerapi6", "Port": 49536} - ]}, - "Created": "2026-04-09T01:34:14.498938146Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1081027719543171, - "StableID": "nt1hmNmbS911CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "DiscoKey": "discokey:292ac6cea244be0291121b058c246da9d5392ec6071dc8a9e567498524169833", - "Addresses": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "AllowedIPs": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "Endpoints": ["77.164.248.136:39782", "10.65.0.27:39782", "172.17.0.1:39782"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64721}, - {"Proto": "peerapi6", "Port": 64721} - ]}, - "Created": "2026-04-09T01:34:18.062845472Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1308567553944547, - "StableID": "n4mFmLreDB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "KeyExpiry": "2026-10-06T01:34:22Z", - "DiscoKey": "discokey:84d5467287b5bb9fdb806cbb33941af9c1b1f6426d1a8ead8d4779142243a812", - "Addresses": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "AllowedIPs": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61195}, - {"Proto": "peerapi6", "Port": 61195} - ]}, - "Created": "2026-04-09T01:34:22.392843596Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1458170274247357, - "StableID": "nEHDsJfQPC11CNTRL", + "ID": 3069841618983001, + "StableID": "nzj4hxXLyQ11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "DiscoKey": "discokey:5d9e77fe26edcedf040d643c693c604976d2881e9c1914f4a1dec28c1315ec38", - "Addresses": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "AllowedIPs": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "Endpoints": ["77.164.248.136:42440", "10.65.0.27:42440", "172.17.0.1:42440"], - "HomeDERP": 14, + "Key": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "DiscoKey": "discokey:bf3d326c77bf5ee231a0e8bbedb0e9fb27a9a31f8a5c8ad478e1d6f2db563416", + "Addresses": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "AllowedIPs": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "Endpoints": ["77.164.248.136:35297", "10.65.0.27:35297", "172.17.0.1:35297"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58333}, - {"Proto": "peerapi6", "Port": 58333} + {"Proto": "peerapi4", "Port": 63956}, + {"Proto": "peerapi6", "Port": 63956} ]}, - "Created": "2026-04-09T01:34:15.063002573Z", + "Created": "2026-04-09T08:40:16.125832034Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 2128158798624340, - "StableID": "n1upV88rcH11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "DiscoKey": "discokey:374a9403236612c18fc5f79a9f31694176a2f87baf78bea29542b6ecb32fdb22", - "Addresses": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "AllowedIPs": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "Endpoints": ["77.164.248.136:59797", "10.65.0.27:59797", "172.17.0.1:59797"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 44569}, - {"Proto": "peerapi6", "Port": 44569} + "ID": 4508730590177364, + "StableID": "nqsDq1i1Dc11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "KeyExpiry": "2026-10-06T08:40:23Z", + "DiscoKey": "discokey:0a5e1b5a3d693548e7a4cafd3dc6f8d6de5a13f0205916cd7f72649ffffe8f42", + "Addresses": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "AllowedIPs": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35452}, + {"Proto": "peerapi6", "Port": 35452} ]}, - "Created": "2026-04-09T01:34:18.611338887Z", + "Created": "2026-04-09T08:40:23.100010052Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 2774266633750480, - "StableID": "nXxtPFHUfN11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "DiscoKey": "discokey:03fc1b5b4e9d2deecfa3a125195ec4a2d5ee325a85cd269b8ff6a0f522a7027e", - "Addresses": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "AllowedIPs": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "Endpoints": ["77.164.248.136:40509", "10.65.0.27:40509", "172.17.0.1:40509"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61302}, - {"Proto": "peerapi6", "Port": 61302} - ]}, - "Created": "2026-04-09T01:34:19.692631518Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3144065347962730, - "StableID": "njXJTPGxYR11CNTRL", + "ID": 5609621523257249, + "StableID": "naPJmDFcok11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "DiscoKey": "discokey:cd32fcf38f4aef82bb8d628d8e962b1b84655971b828861280af58310193e502", - "Addresses": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "AllowedIPs": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "Endpoints": ["77.164.248.136:46390", "10.65.0.27:46390", "172.17.0.1:46390"], + "Key": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "DiscoKey": "discokey:1a7ae2e62f367c20168cc670403aee6cd436e5d046a72888b4950ee437ae9b2f", + "Addresses": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "AllowedIPs": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "Endpoints": ["77.164.248.136:48708", "10.65.0.27:48708", "172.17.0.1:48708"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48751}, - {"Proto": "peerapi6", "Port": 48751} + {"Proto": "peerapi4", "Port": 39823}, + {"Proto": "peerapi6", "Port": 39823} ]}, - "Created": "2026-04-09T01:34:19.164875391Z", + "Created": "2026-04-09T08:40:19.871433255Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 4191526887852959, - "StableID": "n4sTscJMjZ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 5804063098088711, + "StableID": "nc35uwtfKn11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "DiscoKey": "discokey:a37bd35fe91b9ea984b5d0710656b3c31e606b0f12946aad4eb6071ed119353e", - "Addresses": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "AllowedIPs": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "Endpoints": ["77.164.248.136:41110", "10.65.0.27:41110", "172.17.0.1:41110"], + "Key": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "DiscoKey": "discokey:63a5b61359187082131e1c613007a8f06fbea07ab8d6f9be60602aba04458d14", + "Addresses": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "AllowedIPs": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "Endpoints": ["77.164.248.136:59006", "10.65.0.27:59006", "172.17.0.1:59006"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64267}, - {"Proto": "peerapi6", "Port": 64267} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 62483}, + {"Proto": "peerapi6", "Port": 62483} ]}, - "Created": "2026-04-09T01:34:16.434744791Z", + "Created": "2026-04-09T08:40:18.787421476Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 4339198282116662, - "StableID": "n3MeJ6PEta11CNTRL", + "ID": 6094810825305757, + "StableID": "nNy7w2MMbp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "DiscoKey": "discokey:a4d154e8172952f338eae9b8b79bc28ba9d0f7350d115f91ebdb996514ddd178", + "Addresses": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "AllowedIPs": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "Endpoints": ["77.164.248.136:34796", "10.65.0.27:34796", "172.17.0.1:34796"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 64575}, + {"Proto": "peerapi6", "Port": 64575} + ]}, + "Created": "2026-04-09T08:40:20.405674105Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6602301577345857, + "StableID": "ntCVsUGCZt11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:c8bf66e125c0d1fbfa564b7d6fdb9f6b51a10af735b6c286cd09b2e8899b873d", - "Addresses": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "AllowedIPs": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "Endpoints": ["77.164.248.136:53358", "10.65.0.27:53358", "172.17.0.1:53358"], + "Key": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:cc3e4b869840c9cd5f2ce1f3ddca29eb6795e4f15cd814aac24a9a05bc1d3e2e", + "Addresses": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "AllowedIPs": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "Endpoints": ["77.164.248.136:53072", "10.65.0.27:53072", "172.17.0.1:53072"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38747}, - {"Proto": "peerapi6", "Port": 38747} + {"Proto": "peerapi4", "Port": 52787}, + {"Proto": "peerapi6", "Port": 52787} ]}, - "Created": "2026-04-09T01:34:21.853039429Z", + "Created": "2026-04-09T08:40:22.546641931Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 6012727004181473, - "StableID": "n677kG9Bxo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "DiscoKey": "discokey:cded142c2f90556bcce4fa54d2e20e48acdec6361fcb4ef73361a85138ec722c", - "Addresses": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "AllowedIPs": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "Endpoints": ["77.164.248.136:47116", "10.65.0.27:47116", "172.17.0.1:47116"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35453}, - {"Proto": "peerapi6", "Port": 35453} - ]}, - "Created": "2026-04-09T01:34:20.249928909Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7210638195029538, - "StableID": "nT5DdpEiJy11CNTRL", + "ID": 7224626433747371, + "StableID": "nGyzNmg3Ry11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "DiscoKey": "discokey:9f7210477ff45d6ee7a5474d8ea991093323f0ddc8706bdcf5c722590108b507", - "Addresses": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "AllowedIPs": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "Endpoints": ["77.164.248.136:37428", "10.65.0.27:37428", "172.17.0.1:37428"], + "Key": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "DiscoKey": "discokey:90b7bb69544d6e97fe19d76c251bfb51f75621a08f93a89032e1215056e25218", + "Addresses": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "AllowedIPs": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "Endpoints": ["77.164.248.136:60554", "10.65.0.27:60554", "172.17.0.1:60554"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54097}, - {"Proto": "peerapi6", "Port": 54097} + {"Proto": "peerapi4", "Port": 49761}, + {"Proto": "peerapi6", "Port": 49761} ]}, - "Created": "2026-04-09T01:34:15.672671867Z", + "Created": "2026-04-09T08:40:16.656589522Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7843277448921776, - "StableID": "n5dv7jbEF421CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 7539292078851549, + "StableID": "nkz5vGRZs121CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "DiscoKey": "discokey:cb58d39419abb776a693c6d438993ac3a691d4b09fdad14d92285f4bc6928b2e", - "Addresses": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "AllowedIPs": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "Endpoints": ["77.164.248.136:43993", "10.65.0.27:43993", "172.17.0.1:43993"], + "Key": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "DiscoKey": "discokey:637c1e3f53afffefabd0d8dea279cbca14bd272d8ce6ef340d36629d3c48c52b", + "Addresses": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "AllowedIPs": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "Endpoints": ["77.164.248.136:60762", "10.65.0.27:60762", "172.17.0.1:60762"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56780}, - {"Proto": "peerapi6", "Port": 56780} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 38119}, + {"Proto": "peerapi6", "Port": 38119} ]}, - "Created": "2026-04-09T01:34:17.017873165Z", + "Created": "2026-04-09T08:40:19.332143883Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7887424075573407, + "StableID": "n2nvLqFEb421CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:7021fc95efe2ef0de8994a1e9d96b55e4731ec38318f0eff81b7352f54c2825b", + "Addresses": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "AllowedIPs": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "Endpoints": ["77.164.248.136:35369", "10.65.0.27:35369", "172.17.0.1:35369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45241}, + {"Proto": "peerapi6", "Port": 45241} + ]}, + "Created": "2026-04-09T08:40:22.009080784Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8253438319608264, + "StableID": "n7aTj6qzS721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "DiscoKey": "discokey:1997e5b8c984f219921dc6cfb1bc60cd3613f677654897b9509d7885fca86f3e", + "Addresses": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "AllowedIPs": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "Endpoints": ["77.164.248.136:52705", "10.65.0.27:52705", "172.17.0.1:52705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59811}, + {"Proto": "peerapi6", "Port": 59811} + ]}, + "Created": "2026-04-09T08:40:17.194090212Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8399271283341362, + "StableID": "nDGdMcc3b821CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "DiscoKey": "discokey:5f3cdcc96d476ebebd8c6749e327f0fabe5fd3a9099da246ec2756b3718cfd6c", + "Addresses": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "AllowedIPs": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "Endpoints": ["77.164.248.136:36296", "10.65.0.27:36296", "172.17.0.1:36296"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 35169}, + {"Proto": "peerapi6", "Port": 35169} + ]}, + "Created": "2026-04-09T08:40:15.582286546Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8779946062713973, + "StableID": "nEbr37JTZB21CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "DiscoKey": "discokey:7581ed7bfe79e3f67c0a429f12d3d3b0e90b202655e3f2584341b81b6d8a6916", + "Addresses": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "AllowedIPs": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "Endpoints": ["77.164.248.136:35656", "10.65.0.27:35656", "172.17.0.1:35656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47833}, + {"Proto": "peerapi6", "Port": 47833} + ]}, + "Created": "2026-04-09T08:40:20.940306653Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -1357,27 +1357,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5609424541911361": { - "ID": 5609424541911361, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "475101903964100": { + "ID": 475101903964100, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [] }, "blastoise": { @@ -1408,26 +1410,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 587476803993065, - "StableID": "nYe3T825b511CNTRL", + "ID": 2597493312809395, + "StableID": "nxBbMCkQHM11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 587476803993065, - "Key": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "DiscoKey": "discokey:5f579569a8731f686264a06d9d771b4b04314621c1de9114235210f07a001d09", - "Addresses": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "AllowedIPs": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "Endpoints": ["77.164.248.136:55442", "10.65.0.27:55442", "172.17.0.1:55442"], + "User": 2597493312809395, + "Key": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "DiscoKey": "discokey:250d7e1ae97e2bf2bd4f77b57a2b264bcbcc31e0ad78e5dc878517991d378059", + "Addresses": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "AllowedIPs": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "Endpoints": ["77.164.248.136:47301", "10.65.0.27:47301", "172.17.0.1:47301"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 46583}, - {"Proto": "peerapi6", "Port": 46583}, + {"Proto": "peerapi4", "Port": 56092}, + {"Proto": "peerapi6", "Port": 56092}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:17.526951612Z", + "Created": "2026-04-09T08:40:18.252374212Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1455,302 +1457,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "MachineKey": "mkey:0d91084cd76618aa472ac0572e5e5f74e7d25f38de775f92fe2f1cc7c86b3260", + "NodeKey": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "MachineKey": "mkey:395af108eb198aeef8b601fc1416da5fe7e90d163b3cea87f21df65b8b77a005", "Peers": [{ - "ID": 55143692731914, - "StableID": "n3oAJpXyR111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:2d2e6afca12f973f91e588dd75d42650223c469cb9701d447eae2b48d1dbc077", - "Addresses": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "AllowedIPs": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "Endpoints": ["77.164.248.136:58790", "10.65.0.27:58790", "172.17.0.1:58790"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54347}, - {"Proto": "peerapi6", "Port": 54347} - ]}, - "Created": "2026-04-09T01:34:21.319683476Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 733323692860199, - "StableID": "nWYAbrA8j611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "DiscoKey": "discokey:710a8a8e41d2cce45eadf3e6ec724a80ebd7a51a884c2b467f228bcee6bcd72a", - "Addresses": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "AllowedIPs": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "Endpoints": ["77.164.248.136:43953", "10.65.0.27:43953", "172.17.0.1:43953"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49536}, - {"Proto": "peerapi6", "Port": 49536} - ]}, - "Created": "2026-04-09T01:34:14.498938146Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1081027719543171, - "StableID": "nt1hmNmbS911CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "DiscoKey": "discokey:292ac6cea244be0291121b058c246da9d5392ec6071dc8a9e567498524169833", - "Addresses": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "AllowedIPs": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "Endpoints": ["77.164.248.136:39782", "10.65.0.27:39782", "172.17.0.1:39782"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64721}, - {"Proto": "peerapi6", "Port": 64721} - ]}, - "Created": "2026-04-09T01:34:18.062845472Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1308567553944547, - "StableID": "n4mFmLreDB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "KeyExpiry": "2026-10-06T01:34:22Z", - "DiscoKey": "discokey:84d5467287b5bb9fdb806cbb33941af9c1b1f6426d1a8ead8d4779142243a812", - "Addresses": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "AllowedIPs": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "Endpoints": ["77.164.248.136:45037", "10.65.0.27:45037", "172.17.0.1:45037"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61195}, - {"Proto": "peerapi6", "Port": 61195} - ]}, - "Created": "2026-04-09T01:34:22.392843596Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1458170274247357, - "StableID": "nEHDsJfQPC11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "DiscoKey": "discokey:5d9e77fe26edcedf040d643c693c604976d2881e9c1914f4a1dec28c1315ec38", - "Addresses": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "AllowedIPs": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "Endpoints": ["77.164.248.136:42440", "10.65.0.27:42440", "172.17.0.1:42440"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58333}, - {"Proto": "peerapi6", "Port": 58333} - ]}, - "Created": "2026-04-09T01:34:15.063002573Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2128158798624340, - "StableID": "n1upV88rcH11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "DiscoKey": "discokey:374a9403236612c18fc5f79a9f31694176a2f87baf78bea29542b6ecb32fdb22", - "Addresses": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "AllowedIPs": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "Endpoints": ["77.164.248.136:59797", "10.65.0.27:59797", "172.17.0.1:59797"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 44569}, - {"Proto": "peerapi6", "Port": 44569} - ]}, - "Created": "2026-04-09T01:34:18.611338887Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2774266633750480, - "StableID": "nXxtPFHUfN11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "DiscoKey": "discokey:03fc1b5b4e9d2deecfa3a125195ec4a2d5ee325a85cd269b8ff6a0f522a7027e", - "Addresses": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "AllowedIPs": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "Endpoints": ["77.164.248.136:40509", "10.65.0.27:40509", "172.17.0.1:40509"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61302}, - {"Proto": "peerapi6", "Port": 61302} - ]}, - "Created": "2026-04-09T01:34:19.692631518Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3144065347962730, - "StableID": "njXJTPGxYR11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "DiscoKey": "discokey:cd32fcf38f4aef82bb8d628d8e962b1b84655971b828861280af58310193e502", - "Addresses": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "AllowedIPs": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "Endpoints": ["77.164.248.136:46390", "10.65.0.27:46390", "172.17.0.1:46390"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48751}, - {"Proto": "peerapi6", "Port": 48751} - ]}, - "Created": "2026-04-09T01:34:19.164875391Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4191526887852959, - "StableID": "n4sTscJMjZ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "DiscoKey": "discokey:a37bd35fe91b9ea984b5d0710656b3c31e606b0f12946aad4eb6071ed119353e", - "Addresses": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "AllowedIPs": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "Endpoints": ["77.164.248.136:41110", "10.65.0.27:41110", "172.17.0.1:41110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64267}, - {"Proto": "peerapi6", "Port": 64267} - ]}, - "Created": "2026-04-09T01:34:16.434744791Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4339198282116662, - "StableID": "n3MeJ6PEta11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:c8bf66e125c0d1fbfa564b7d6fdb9f6b51a10af735b6c286cd09b2e8899b873d", - "Addresses": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "AllowedIPs": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "Endpoints": ["77.164.248.136:53358", "10.65.0.27:53358", "172.17.0.1:53358"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38747}, - {"Proto": "peerapi6", "Port": 38747} - ]}, - "Created": "2026-04-09T01:34:21.853039429Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5609424541911361, - "StableID": "n4zQC75Xok11CNTRL", + "ID": 475101903964100, + "StableID": "n5muL38Bi411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "DiscoKey": "discokey:e30d25612ea8879823412c4f901d4ac7978fcbcfd4b88264676628dbd1945108", - "Addresses": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "AllowedIPs": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "Endpoints": ["77.164.248.136:52920", "10.65.0.27:52920", "172.17.0.1:52920"], + "Key": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "DiscoKey": "discokey:91088c43a2ba636747e0c1f5bbea66cf028cd3271ae0eae8c0c5e92ebb001b23", + "Addresses": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "AllowedIPs": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "Endpoints": ["77.164.248.136:58759", "10.65.0.27:58759", "172.17.0.1:58759"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42084}, - {"Proto": "peerapi6", "Port": 42084} + {"Proto": "peerapi4", "Port": 65408}, + {"Proto": "peerapi6", "Port": 65408} ]}, - "Created": "2026-04-09T01:34:20.778306743Z", + "Created": "2026-04-09T08:40:21.47469119Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6012727004181473, - "StableID": "n677kG9Bxo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2237775725694892, + "StableID": "noaeyGaVUJ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "DiscoKey": "discokey:cded142c2f90556bcce4fa54d2e20e48acdec6361fcb4ef73361a85138ec722c", - "Addresses": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "AllowedIPs": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "Endpoints": ["77.164.248.136:47116", "10.65.0.27:47116", "172.17.0.1:47116"], + "Key": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "DiscoKey": "discokey:2fa77a0e1306541a7e293e2f12c2613d03cad0a17fccc14a9d823b123d16ce11", + "Addresses": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "AllowedIPs": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "Endpoints": ["77.164.248.136:58913", "10.65.0.27:58913", "172.17.0.1:58913"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35453}, - {"Proto": "peerapi6", "Port": 35453} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 59454}, + {"Proto": "peerapi6", "Port": 59454} ]}, - "Created": "2026-04-09T01:34:20.249928909Z", + "Created": "2026-04-09T08:40:17.726341955Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7210638195029538, - "StableID": "nT5DdpEiJy11CNTRL", + "ID": 3069841618983001, + "StableID": "nzj4hxXLyQ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "DiscoKey": "discokey:bf3d326c77bf5ee231a0e8bbedb0e9fb27a9a31f8a5c8ad478e1d6f2db563416", + "Addresses": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "AllowedIPs": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "Endpoints": ["77.164.248.136:35297", "10.65.0.27:35297", "172.17.0.1:35297"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63956}, + {"Proto": "peerapi6", "Port": 63956} + ]}, + "Created": "2026-04-09T08:40:16.125832034Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4508730590177364, + "StableID": "nqsDq1i1Dc11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "KeyExpiry": "2026-10-06T08:40:23Z", + "DiscoKey": "discokey:0a5e1b5a3d693548e7a4cafd3dc6f8d6de5a13f0205916cd7f72649ffffe8f42", + "Addresses": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "AllowedIPs": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "Endpoints": ["77.164.248.136:57724", "10.65.0.27:57724", "172.17.0.1:57724"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35452}, + {"Proto": "peerapi6", "Port": 35452} + ]}, + "Created": "2026-04-09T08:40:23.100010052Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5609621523257249, + "StableID": "naPJmDFcok11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "DiscoKey": "discokey:1a7ae2e62f367c20168cc670403aee6cd436e5d046a72888b4950ee437ae9b2f", + "Addresses": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "AllowedIPs": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "Endpoints": ["77.164.248.136:48708", "10.65.0.27:48708", "172.17.0.1:48708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39823}, + {"Proto": "peerapi6", "Port": 39823} + ]}, + "Created": "2026-04-09T08:40:19.871433255Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5804063098088711, + "StableID": "nc35uwtfKn11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "DiscoKey": "discokey:63a5b61359187082131e1c613007a8f06fbea07ab8d6f9be60602aba04458d14", + "Addresses": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "AllowedIPs": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "Endpoints": ["77.164.248.136:59006", "10.65.0.27:59006", "172.17.0.1:59006"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 62483}, + {"Proto": "peerapi6", "Port": 62483} + ]}, + "Created": "2026-04-09T08:40:18.787421476Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6094810825305757, + "StableID": "nNy7w2MMbp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "DiscoKey": "discokey:a4d154e8172952f338eae9b8b79bc28ba9d0f7350d115f91ebdb996514ddd178", + "Addresses": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "AllowedIPs": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "Endpoints": ["77.164.248.136:34796", "10.65.0.27:34796", "172.17.0.1:34796"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 64575}, + {"Proto": "peerapi6", "Port": 64575} + ]}, + "Created": "2026-04-09T08:40:20.405674105Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6602301577345857, + "StableID": "ntCVsUGCZt11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:cc3e4b869840c9cd5f2ce1f3ddca29eb6795e4f15cd814aac24a9a05bc1d3e2e", + "Addresses": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "AllowedIPs": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "Endpoints": ["77.164.248.136:53072", "10.65.0.27:53072", "172.17.0.1:53072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52787}, + {"Proto": "peerapi6", "Port": 52787} + ]}, + "Created": "2026-04-09T08:40:22.546641931Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7224626433747371, + "StableID": "nGyzNmg3Ry11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "DiscoKey": "discokey:9f7210477ff45d6ee7a5474d8ea991093323f0ddc8706bdcf5c722590108b507", - "Addresses": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "AllowedIPs": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "Endpoints": ["77.164.248.136:37428", "10.65.0.27:37428", "172.17.0.1:37428"], + "Key": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "DiscoKey": "discokey:90b7bb69544d6e97fe19d76c251bfb51f75621a08f93a89032e1215056e25218", + "Addresses": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "AllowedIPs": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "Endpoints": ["77.164.248.136:60554", "10.65.0.27:60554", "172.17.0.1:60554"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54097}, - {"Proto": "peerapi6", "Port": 54097} + {"Proto": "peerapi4", "Port": 49761}, + {"Proto": "peerapi6", "Port": 49761} ]}, - "Created": "2026-04-09T01:34:15.672671867Z", + "Created": "2026-04-09T08:40:16.656589522Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7843277448921776, - "StableID": "n5dv7jbEF421CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 7539292078851549, + "StableID": "nkz5vGRZs121CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "DiscoKey": "discokey:cb58d39419abb776a693c6d438993ac3a691d4b09fdad14d92285f4bc6928b2e", - "Addresses": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "AllowedIPs": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "Endpoints": ["77.164.248.136:43993", "10.65.0.27:43993", "172.17.0.1:43993"], + "Key": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "DiscoKey": "discokey:637c1e3f53afffefabd0d8dea279cbca14bd272d8ce6ef340d36629d3c48c52b", + "Addresses": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "AllowedIPs": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "Endpoints": ["77.164.248.136:60762", "10.65.0.27:60762", "172.17.0.1:60762"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56780}, - {"Proto": "peerapi6", "Port": 56780} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 38119}, + {"Proto": "peerapi6", "Port": 38119} ]}, - "Created": "2026-04-09T01:34:17.017873165Z", + "Created": "2026-04-09T08:40:19.332143883Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7887424075573407, + "StableID": "n2nvLqFEb421CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:7021fc95efe2ef0de8994a1e9d96b55e4731ec38318f0eff81b7352f54c2825b", + "Addresses": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "AllowedIPs": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "Endpoints": ["77.164.248.136:35369", "10.65.0.27:35369", "172.17.0.1:35369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45241}, + {"Proto": "peerapi6", "Port": 45241} + ]}, + "Created": "2026-04-09T08:40:22.009080784Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8253438319608264, + "StableID": "n7aTj6qzS721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "DiscoKey": "discokey:1997e5b8c984f219921dc6cfb1bc60cd3613f677654897b9509d7885fca86f3e", + "Addresses": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "AllowedIPs": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "Endpoints": ["77.164.248.136:52705", "10.65.0.27:52705", "172.17.0.1:52705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59811}, + {"Proto": "peerapi6", "Port": 59811} + ]}, + "Created": "2026-04-09T08:40:17.194090212Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8399271283341362, + "StableID": "nDGdMcc3b821CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "DiscoKey": "discokey:5f3cdcc96d476ebebd8c6749e327f0fabe5fd3a9099da246ec2756b3718cfd6c", + "Addresses": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "AllowedIPs": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "Endpoints": ["77.164.248.136:36296", "10.65.0.27:36296", "172.17.0.1:36296"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 35169}, + {"Proto": "peerapi6", "Port": 35169} + ]}, + "Created": "2026-04-09T08:40:15.582286546Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8779946062713973, + "StableID": "nEbr37JTZB21CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "DiscoKey": "discokey:7581ed7bfe79e3f67c0a429f12d3d3b0e90b202655e3f2584341b81b6d8a6916", + "Addresses": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "AllowedIPs": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "Endpoints": ["77.164.248.136:35656", "10.65.0.27:35656", "172.17.0.1:35656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47833}, + {"Proto": "peerapi6", "Port": 47833} + ]}, + "Created": "2026-04-09T08:40:20.940306653Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2598,27 +2600,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "587476803993065": { - "ID": 587476803993065, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2597493312809395": { + "ID": 2597493312809395, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2649,22 +2653,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1308567553944547, - "StableID": "n4mFmLreDB11CNTRL", + "ID": 4508730590177364, + "StableID": "nqsDq1i1Dc11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "KeyExpiry": "2026-10-06T01:34:22Z", - "DiscoKey": "discokey:84d5467287b5bb9fdb806cbb33941af9c1b1f6426d1a8ead8d4779142243a812", - "Addresses": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "AllowedIPs": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "Endpoints": ["77.164.248.136:45037", "10.65.0.27:45037", "172.17.0.1:45037"], + "Key": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "KeyExpiry": "2026-10-06T08:40:23Z", + "DiscoKey": "discokey:0a5e1b5a3d693548e7a4cafd3dc6f8d6de5a13f0205916cd7f72649ffffe8f42", + "Addresses": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "AllowedIPs": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "Endpoints": ["77.164.248.136:57724", "10.65.0.27:57724", "172.17.0.1:57724"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61195}, - {"Proto": "peerapi6", "Port": 61195}, + {"Proto": "peerapi4", "Port": 35452}, + {"Proto": "peerapi6", "Port": 35452}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:22.392843596Z", + "Created": "2026-04-09T08:40:23.100010052Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2693,302 +2697,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "MachineKey": "mkey:dbea85f444e5282d1d8dabfc0e6f8f9af10d8c05131733d1bf10ff05335e4e34", + "NodeKey": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "MachineKey": "mkey:27669f7aa018a90fd0bd12813d20bf6e8bf4b228f9fe90259651cc60af26680b", "Peers": [{ - "ID": 55143692731914, - "StableID": "n3oAJpXyR111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:2d2e6afca12f973f91e588dd75d42650223c469cb9701d447eae2b48d1dbc077", - "Addresses": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "AllowedIPs": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "Endpoints": ["77.164.248.136:58790", "10.65.0.27:58790", "172.17.0.1:58790"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54347}, - {"Proto": "peerapi6", "Port": 54347} - ]}, - "Created": "2026-04-09T01:34:21.319683476Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 587476803993065, - "StableID": "nYe3T825b511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "DiscoKey": "discokey:5f579569a8731f686264a06d9d771b4b04314621c1de9114235210f07a001d09", - "Addresses": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "AllowedIPs": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "Endpoints": ["77.164.248.136:55442", "10.65.0.27:55442", "172.17.0.1:55442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46583}, - {"Proto": "peerapi6", "Port": 46583} - ]}, - "Created": "2026-04-09T01:34:17.526951612Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 733323692860199, - "StableID": "nWYAbrA8j611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "DiscoKey": "discokey:710a8a8e41d2cce45eadf3e6ec724a80ebd7a51a884c2b467f228bcee6bcd72a", - "Addresses": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "AllowedIPs": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "Endpoints": ["77.164.248.136:43953", "10.65.0.27:43953", "172.17.0.1:43953"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49536}, - {"Proto": "peerapi6", "Port": 49536} - ]}, - "Created": "2026-04-09T01:34:14.498938146Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1081027719543171, - "StableID": "nt1hmNmbS911CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "DiscoKey": "discokey:292ac6cea244be0291121b058c246da9d5392ec6071dc8a9e567498524169833", - "Addresses": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "AllowedIPs": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "Endpoints": ["77.164.248.136:39782", "10.65.0.27:39782", "172.17.0.1:39782"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64721}, - {"Proto": "peerapi6", "Port": 64721} - ]}, - "Created": "2026-04-09T01:34:18.062845472Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1458170274247357, - "StableID": "nEHDsJfQPC11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "DiscoKey": "discokey:5d9e77fe26edcedf040d643c693c604976d2881e9c1914f4a1dec28c1315ec38", - "Addresses": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "AllowedIPs": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "Endpoints": ["77.164.248.136:42440", "10.65.0.27:42440", "172.17.0.1:42440"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58333}, - {"Proto": "peerapi6", "Port": 58333} - ]}, - "Created": "2026-04-09T01:34:15.063002573Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2128158798624340, - "StableID": "n1upV88rcH11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "DiscoKey": "discokey:374a9403236612c18fc5f79a9f31694176a2f87baf78bea29542b6ecb32fdb22", - "Addresses": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "AllowedIPs": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "Endpoints": ["77.164.248.136:59797", "10.65.0.27:59797", "172.17.0.1:59797"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 44569}, - {"Proto": "peerapi6", "Port": 44569} - ]}, - "Created": "2026-04-09T01:34:18.611338887Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2774266633750480, - "StableID": "nXxtPFHUfN11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "DiscoKey": "discokey:03fc1b5b4e9d2deecfa3a125195ec4a2d5ee325a85cd269b8ff6a0f522a7027e", - "Addresses": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "AllowedIPs": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "Endpoints": ["77.164.248.136:40509", "10.65.0.27:40509", "172.17.0.1:40509"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61302}, - {"Proto": "peerapi6", "Port": 61302} - ]}, - "Created": "2026-04-09T01:34:19.692631518Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3144065347962730, - "StableID": "njXJTPGxYR11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "DiscoKey": "discokey:cd32fcf38f4aef82bb8d628d8e962b1b84655971b828861280af58310193e502", - "Addresses": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "AllowedIPs": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "Endpoints": ["77.164.248.136:46390", "10.65.0.27:46390", "172.17.0.1:46390"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48751}, - {"Proto": "peerapi6", "Port": 48751} - ]}, - "Created": "2026-04-09T01:34:19.164875391Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4191526887852959, - "StableID": "n4sTscJMjZ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "DiscoKey": "discokey:a37bd35fe91b9ea984b5d0710656b3c31e606b0f12946aad4eb6071ed119353e", - "Addresses": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "AllowedIPs": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "Endpoints": ["77.164.248.136:41110", "10.65.0.27:41110", "172.17.0.1:41110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64267}, - {"Proto": "peerapi6", "Port": 64267} - ]}, - "Created": "2026-04-09T01:34:16.434744791Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4339198282116662, - "StableID": "n3MeJ6PEta11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:c8bf66e125c0d1fbfa564b7d6fdb9f6b51a10af735b6c286cd09b2e8899b873d", - "Addresses": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "AllowedIPs": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "Endpoints": ["77.164.248.136:53358", "10.65.0.27:53358", "172.17.0.1:53358"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38747}, - {"Proto": "peerapi6", "Port": 38747} - ]}, - "Created": "2026-04-09T01:34:21.853039429Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5609424541911361, - "StableID": "n4zQC75Xok11CNTRL", + "ID": 475101903964100, + "StableID": "n5muL38Bi411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "DiscoKey": "discokey:e30d25612ea8879823412c4f901d4ac7978fcbcfd4b88264676628dbd1945108", - "Addresses": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "AllowedIPs": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "Endpoints": ["77.164.248.136:52920", "10.65.0.27:52920", "172.17.0.1:52920"], + "Key": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "DiscoKey": "discokey:91088c43a2ba636747e0c1f5bbea66cf028cd3271ae0eae8c0c5e92ebb001b23", + "Addresses": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "AllowedIPs": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "Endpoints": ["77.164.248.136:58759", "10.65.0.27:58759", "172.17.0.1:58759"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42084}, - {"Proto": "peerapi6", "Port": 42084} + {"Proto": "peerapi4", "Port": 65408}, + {"Proto": "peerapi6", "Port": 65408} ]}, - "Created": "2026-04-09T01:34:20.778306743Z", + "Created": "2026-04-09T08:40:21.47469119Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6012727004181473, - "StableID": "n677kG9Bxo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2237775725694892, + "StableID": "noaeyGaVUJ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "DiscoKey": "discokey:cded142c2f90556bcce4fa54d2e20e48acdec6361fcb4ef73361a85138ec722c", - "Addresses": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "AllowedIPs": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "Endpoints": ["77.164.248.136:47116", "10.65.0.27:47116", "172.17.0.1:47116"], + "Key": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "DiscoKey": "discokey:2fa77a0e1306541a7e293e2f12c2613d03cad0a17fccc14a9d823b123d16ce11", + "Addresses": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "AllowedIPs": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "Endpoints": ["77.164.248.136:58913", "10.65.0.27:58913", "172.17.0.1:58913"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35453}, - {"Proto": "peerapi6", "Port": 35453} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 59454}, + {"Proto": "peerapi6", "Port": 59454} ]}, - "Created": "2026-04-09T01:34:20.249928909Z", + "Created": "2026-04-09T08:40:17.726341955Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7210638195029538, - "StableID": "nT5DdpEiJy11CNTRL", + "ID": 2597493312809395, + "StableID": "nxBbMCkQHM11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "DiscoKey": "discokey:250d7e1ae97e2bf2bd4f77b57a2b264bcbcc31e0ad78e5dc878517991d378059", + "Addresses": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "AllowedIPs": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "Endpoints": ["77.164.248.136:47301", "10.65.0.27:47301", "172.17.0.1:47301"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56092}, + {"Proto": "peerapi6", "Port": 56092} + ]}, + "Created": "2026-04-09T08:40:18.252374212Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 3069841618983001, + "StableID": "nzj4hxXLyQ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "DiscoKey": "discokey:bf3d326c77bf5ee231a0e8bbedb0e9fb27a9a31f8a5c8ad478e1d6f2db563416", + "Addresses": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "AllowedIPs": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "Endpoints": ["77.164.248.136:35297", "10.65.0.27:35297", "172.17.0.1:35297"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63956}, + {"Proto": "peerapi6", "Port": 63956} + ]}, + "Created": "2026-04-09T08:40:16.125832034Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5609621523257249, + "StableID": "naPJmDFcok11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "DiscoKey": "discokey:1a7ae2e62f367c20168cc670403aee6cd436e5d046a72888b4950ee437ae9b2f", + "Addresses": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "AllowedIPs": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "Endpoints": ["77.164.248.136:48708", "10.65.0.27:48708", "172.17.0.1:48708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39823}, + {"Proto": "peerapi6", "Port": 39823} + ]}, + "Created": "2026-04-09T08:40:19.871433255Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5804063098088711, + "StableID": "nc35uwtfKn11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "DiscoKey": "discokey:63a5b61359187082131e1c613007a8f06fbea07ab8d6f9be60602aba04458d14", + "Addresses": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "AllowedIPs": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "Endpoints": ["77.164.248.136:59006", "10.65.0.27:59006", "172.17.0.1:59006"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 62483}, + {"Proto": "peerapi6", "Port": 62483} + ]}, + "Created": "2026-04-09T08:40:18.787421476Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6094810825305757, + "StableID": "nNy7w2MMbp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "DiscoKey": "discokey:a4d154e8172952f338eae9b8b79bc28ba9d0f7350d115f91ebdb996514ddd178", + "Addresses": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "AllowedIPs": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "Endpoints": ["77.164.248.136:34796", "10.65.0.27:34796", "172.17.0.1:34796"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 64575}, + {"Proto": "peerapi6", "Port": 64575} + ]}, + "Created": "2026-04-09T08:40:20.405674105Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6602301577345857, + "StableID": "ntCVsUGCZt11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:cc3e4b869840c9cd5f2ce1f3ddca29eb6795e4f15cd814aac24a9a05bc1d3e2e", + "Addresses": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "AllowedIPs": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "Endpoints": ["77.164.248.136:53072", "10.65.0.27:53072", "172.17.0.1:53072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52787}, + {"Proto": "peerapi6", "Port": 52787} + ]}, + "Created": "2026-04-09T08:40:22.546641931Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7224626433747371, + "StableID": "nGyzNmg3Ry11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "DiscoKey": "discokey:9f7210477ff45d6ee7a5474d8ea991093323f0ddc8706bdcf5c722590108b507", - "Addresses": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "AllowedIPs": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "Endpoints": ["77.164.248.136:37428", "10.65.0.27:37428", "172.17.0.1:37428"], + "Key": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "DiscoKey": "discokey:90b7bb69544d6e97fe19d76c251bfb51f75621a08f93a89032e1215056e25218", + "Addresses": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "AllowedIPs": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "Endpoints": ["77.164.248.136:60554", "10.65.0.27:60554", "172.17.0.1:60554"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54097}, - {"Proto": "peerapi6", "Port": 54097} + {"Proto": "peerapi4", "Port": 49761}, + {"Proto": "peerapi6", "Port": 49761} ]}, - "Created": "2026-04-09T01:34:15.672671867Z", + "Created": "2026-04-09T08:40:16.656589522Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7843277448921776, - "StableID": "n5dv7jbEF421CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 7539292078851549, + "StableID": "nkz5vGRZs121CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "DiscoKey": "discokey:cb58d39419abb776a693c6d438993ac3a691d4b09fdad14d92285f4bc6928b2e", - "Addresses": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "AllowedIPs": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "Endpoints": ["77.164.248.136:43993", "10.65.0.27:43993", "172.17.0.1:43993"], + "Key": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "DiscoKey": "discokey:637c1e3f53afffefabd0d8dea279cbca14bd272d8ce6ef340d36629d3c48c52b", + "Addresses": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "AllowedIPs": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "Endpoints": ["77.164.248.136:60762", "10.65.0.27:60762", "172.17.0.1:60762"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56780}, - {"Proto": "peerapi6", "Port": 56780} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 38119}, + {"Proto": "peerapi6", "Port": 38119} ]}, - "Created": "2026-04-09T01:34:17.017873165Z", + "Created": "2026-04-09T08:40:19.332143883Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7887424075573407, + "StableID": "n2nvLqFEb421CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:7021fc95efe2ef0de8994a1e9d96b55e4731ec38318f0eff81b7352f54c2825b", + "Addresses": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "AllowedIPs": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "Endpoints": ["77.164.248.136:35369", "10.65.0.27:35369", "172.17.0.1:35369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45241}, + {"Proto": "peerapi6", "Port": 45241} + ]}, + "Created": "2026-04-09T08:40:22.009080784Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8253438319608264, + "StableID": "n7aTj6qzS721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "DiscoKey": "discokey:1997e5b8c984f219921dc6cfb1bc60cd3613f677654897b9509d7885fca86f3e", + "Addresses": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "AllowedIPs": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "Endpoints": ["77.164.248.136:52705", "10.65.0.27:52705", "172.17.0.1:52705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59811}, + {"Proto": "peerapi6", "Port": 59811} + ]}, + "Created": "2026-04-09T08:40:17.194090212Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8399271283341362, + "StableID": "nDGdMcc3b821CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "DiscoKey": "discokey:5f3cdcc96d476ebebd8c6749e327f0fabe5fd3a9099da246ec2756b3718cfd6c", + "Addresses": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "AllowedIPs": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "Endpoints": ["77.164.248.136:36296", "10.65.0.27:36296", "172.17.0.1:36296"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 35169}, + {"Proto": "peerapi6", "Port": 35169} + ]}, + "Created": "2026-04-09T08:40:15.582286546Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8779946062713973, + "StableID": "nEbr37JTZB21CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "DiscoKey": "discokey:7581ed7bfe79e3f67c0a429f12d3d3b0e90b202655e3f2584341b81b6d8a6916", + "Addresses": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "AllowedIPs": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "Endpoints": ["77.164.248.136:35656", "10.65.0.27:35656", "172.17.0.1:35656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47833}, + {"Proto": "peerapi6", "Port": 47833} + ]}, + "Created": "2026-04-09T08:40:20.940306653Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3836,23 +3840,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3883,26 +3888,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7210638195029538, - "StableID": "nT5DdpEiJy11CNTRL", + "ID": 7224626433747371, + "StableID": "nGyzNmg3Ry11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 7210638195029538, - "Key": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "DiscoKey": "discokey:9f7210477ff45d6ee7a5474d8ea991093323f0ddc8706bdcf5c722590108b507", - "Addresses": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "AllowedIPs": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "Endpoints": ["77.164.248.136:37428", "10.65.0.27:37428", "172.17.0.1:37428"], + "User": 7224626433747371, + "Key": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "DiscoKey": "discokey:90b7bb69544d6e97fe19d76c251bfb51f75621a08f93a89032e1215056e25218", + "Addresses": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "AllowedIPs": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "Endpoints": ["77.164.248.136:60554", "10.65.0.27:60554", "172.17.0.1:60554"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 54097}, - {"Proto": "peerapi6", "Port": 54097}, + {"Proto": "peerapi4", "Port": 49761}, + {"Proto": "peerapi6", "Port": 49761}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:15.672671867Z", + "Created": "2026-04-09T08:40:16.656589522Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3930,302 +3935,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "MachineKey": "mkey:50f19147dcfe9b78e352cadf1457a40e6c967558ddf7f71dc9d69ca2a5be225a", + "NodeKey": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "MachineKey": "mkey:30c9ee2d586fbe11bcf08340d7037fd5e6d426b8bc7b152c54d2410ab7155273", "Peers": [{ - "ID": 55143692731914, - "StableID": "n3oAJpXyR111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:2d2e6afca12f973f91e588dd75d42650223c469cb9701d447eae2b48d1dbc077", - "Addresses": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "AllowedIPs": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "Endpoints": ["77.164.248.136:58790", "10.65.0.27:58790", "172.17.0.1:58790"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54347}, - {"Proto": "peerapi6", "Port": 54347} - ]}, - "Created": "2026-04-09T01:34:21.319683476Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 587476803993065, - "StableID": "nYe3T825b511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "DiscoKey": "discokey:5f579569a8731f686264a06d9d771b4b04314621c1de9114235210f07a001d09", - "Addresses": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "AllowedIPs": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "Endpoints": ["77.164.248.136:55442", "10.65.0.27:55442", "172.17.0.1:55442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46583}, - {"Proto": "peerapi6", "Port": 46583} - ]}, - "Created": "2026-04-09T01:34:17.526951612Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 733323692860199, - "StableID": "nWYAbrA8j611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "DiscoKey": "discokey:710a8a8e41d2cce45eadf3e6ec724a80ebd7a51a884c2b467f228bcee6bcd72a", - "Addresses": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "AllowedIPs": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "Endpoints": ["77.164.248.136:43953", "10.65.0.27:43953", "172.17.0.1:43953"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49536}, - {"Proto": "peerapi6", "Port": 49536} - ]}, - "Created": "2026-04-09T01:34:14.498938146Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1081027719543171, - "StableID": "nt1hmNmbS911CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "DiscoKey": "discokey:292ac6cea244be0291121b058c246da9d5392ec6071dc8a9e567498524169833", - "Addresses": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "AllowedIPs": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "Endpoints": ["77.164.248.136:39782", "10.65.0.27:39782", "172.17.0.1:39782"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64721}, - {"Proto": "peerapi6", "Port": 64721} - ]}, - "Created": "2026-04-09T01:34:18.062845472Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1308567553944547, - "StableID": "n4mFmLreDB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "KeyExpiry": "2026-10-06T01:34:22Z", - "DiscoKey": "discokey:84d5467287b5bb9fdb806cbb33941af9c1b1f6426d1a8ead8d4779142243a812", - "Addresses": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "AllowedIPs": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "Endpoints": ["77.164.248.136:45037", "10.65.0.27:45037", "172.17.0.1:45037"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61195}, - {"Proto": "peerapi6", "Port": 61195} - ]}, - "Created": "2026-04-09T01:34:22.392843596Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1458170274247357, - "StableID": "nEHDsJfQPC11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "DiscoKey": "discokey:5d9e77fe26edcedf040d643c693c604976d2881e9c1914f4a1dec28c1315ec38", - "Addresses": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "AllowedIPs": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "Endpoints": ["77.164.248.136:42440", "10.65.0.27:42440", "172.17.0.1:42440"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58333}, - {"Proto": "peerapi6", "Port": 58333} - ]}, - "Created": "2026-04-09T01:34:15.063002573Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2128158798624340, - "StableID": "n1upV88rcH11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "DiscoKey": "discokey:374a9403236612c18fc5f79a9f31694176a2f87baf78bea29542b6ecb32fdb22", - "Addresses": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "AllowedIPs": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "Endpoints": ["77.164.248.136:59797", "10.65.0.27:59797", "172.17.0.1:59797"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 44569}, - {"Proto": "peerapi6", "Port": 44569} - ]}, - "Created": "2026-04-09T01:34:18.611338887Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2774266633750480, - "StableID": "nXxtPFHUfN11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "DiscoKey": "discokey:03fc1b5b4e9d2deecfa3a125195ec4a2d5ee325a85cd269b8ff6a0f522a7027e", - "Addresses": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "AllowedIPs": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "Endpoints": ["77.164.248.136:40509", "10.65.0.27:40509", "172.17.0.1:40509"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61302}, - {"Proto": "peerapi6", "Port": 61302} - ]}, - "Created": "2026-04-09T01:34:19.692631518Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3144065347962730, - "StableID": "njXJTPGxYR11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "DiscoKey": "discokey:cd32fcf38f4aef82bb8d628d8e962b1b84655971b828861280af58310193e502", - "Addresses": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "AllowedIPs": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "Endpoints": ["77.164.248.136:46390", "10.65.0.27:46390", "172.17.0.1:46390"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48751}, - {"Proto": "peerapi6", "Port": 48751} - ]}, - "Created": "2026-04-09T01:34:19.164875391Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4191526887852959, - "StableID": "n4sTscJMjZ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "DiscoKey": "discokey:a37bd35fe91b9ea984b5d0710656b3c31e606b0f12946aad4eb6071ed119353e", - "Addresses": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "AllowedIPs": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "Endpoints": ["77.164.248.136:41110", "10.65.0.27:41110", "172.17.0.1:41110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64267}, - {"Proto": "peerapi6", "Port": 64267} - ]}, - "Created": "2026-04-09T01:34:16.434744791Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4339198282116662, - "StableID": "n3MeJ6PEta11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:c8bf66e125c0d1fbfa564b7d6fdb9f6b51a10af735b6c286cd09b2e8899b873d", - "Addresses": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "AllowedIPs": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "Endpoints": ["77.164.248.136:53358", "10.65.0.27:53358", "172.17.0.1:53358"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38747}, - {"Proto": "peerapi6", "Port": 38747} - ]}, - "Created": "2026-04-09T01:34:21.853039429Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5609424541911361, - "StableID": "n4zQC75Xok11CNTRL", + "ID": 475101903964100, + "StableID": "n5muL38Bi411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "DiscoKey": "discokey:e30d25612ea8879823412c4f901d4ac7978fcbcfd4b88264676628dbd1945108", - "Addresses": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "AllowedIPs": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "Endpoints": ["77.164.248.136:52920", "10.65.0.27:52920", "172.17.0.1:52920"], + "Key": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "DiscoKey": "discokey:91088c43a2ba636747e0c1f5bbea66cf028cd3271ae0eae8c0c5e92ebb001b23", + "Addresses": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "AllowedIPs": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "Endpoints": ["77.164.248.136:58759", "10.65.0.27:58759", "172.17.0.1:58759"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42084}, - {"Proto": "peerapi6", "Port": 42084} + {"Proto": "peerapi4", "Port": 65408}, + {"Proto": "peerapi6", "Port": 65408} ]}, - "Created": "2026-04-09T01:34:20.778306743Z", + "Created": "2026-04-09T08:40:21.47469119Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6012727004181473, - "StableID": "n677kG9Bxo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "DiscoKey": "discokey:cded142c2f90556bcce4fa54d2e20e48acdec6361fcb4ef73361a85138ec722c", - "Addresses": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "AllowedIPs": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "Endpoints": ["77.164.248.136:47116", "10.65.0.27:47116", "172.17.0.1:47116"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35453}, - {"Proto": "peerapi6", "Port": 35453} - ]}, - "Created": "2026-04-09T01:34:20.249928909Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 7843277448921776, - "StableID": "n5dv7jbEF421CNTRL", + "ID": 2237775725694892, + "StableID": "noaeyGaVUJ11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "DiscoKey": "discokey:cb58d39419abb776a693c6d438993ac3a691d4b09fdad14d92285f4bc6928b2e", - "Addresses": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "AllowedIPs": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "Endpoints": ["77.164.248.136:43993", "10.65.0.27:43993", "172.17.0.1:43993"], + "Key": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "DiscoKey": "discokey:2fa77a0e1306541a7e293e2f12c2613d03cad0a17fccc14a9d823b123d16ce11", + "Addresses": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "AllowedIPs": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "Endpoints": ["77.164.248.136:58913", "10.65.0.27:58913", "172.17.0.1:58913"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56780}, - {"Proto": "peerapi6", "Port": 56780} + {"Proto": "peerapi4", "Port": 59454}, + {"Proto": "peerapi6", "Port": 59454} ]}, - "Created": "2026-04-09T01:34:17.017873165Z", + "Created": "2026-04-09T08:40:17.726341955Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 2597493312809395, + "StableID": "nxBbMCkQHM11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "DiscoKey": "discokey:250d7e1ae97e2bf2bd4f77b57a2b264bcbcc31e0ad78e5dc878517991d378059", + "Addresses": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "AllowedIPs": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "Endpoints": ["77.164.248.136:47301", "10.65.0.27:47301", "172.17.0.1:47301"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56092}, + {"Proto": "peerapi6", "Port": 56092} + ]}, + "Created": "2026-04-09T08:40:18.252374212Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 3069841618983001, + "StableID": "nzj4hxXLyQ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "DiscoKey": "discokey:bf3d326c77bf5ee231a0e8bbedb0e9fb27a9a31f8a5c8ad478e1d6f2db563416", + "Addresses": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "AllowedIPs": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "Endpoints": ["77.164.248.136:35297", "10.65.0.27:35297", "172.17.0.1:35297"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63956}, + {"Proto": "peerapi6", "Port": 63956} + ]}, + "Created": "2026-04-09T08:40:16.125832034Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4508730590177364, + "StableID": "nqsDq1i1Dc11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "KeyExpiry": "2026-10-06T08:40:23Z", + "DiscoKey": "discokey:0a5e1b5a3d693548e7a4cafd3dc6f8d6de5a13f0205916cd7f72649ffffe8f42", + "Addresses": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "AllowedIPs": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "Endpoints": ["77.164.248.136:57724", "10.65.0.27:57724", "172.17.0.1:57724"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35452}, + {"Proto": "peerapi6", "Port": 35452} + ]}, + "Created": "2026-04-09T08:40:23.100010052Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5609621523257249, + "StableID": "naPJmDFcok11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "DiscoKey": "discokey:1a7ae2e62f367c20168cc670403aee6cd436e5d046a72888b4950ee437ae9b2f", + "Addresses": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "AllowedIPs": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "Endpoints": ["77.164.248.136:48708", "10.65.0.27:48708", "172.17.0.1:48708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39823}, + {"Proto": "peerapi6", "Port": 39823} + ]}, + "Created": "2026-04-09T08:40:19.871433255Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5804063098088711, + "StableID": "nc35uwtfKn11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "DiscoKey": "discokey:63a5b61359187082131e1c613007a8f06fbea07ab8d6f9be60602aba04458d14", + "Addresses": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "AllowedIPs": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "Endpoints": ["77.164.248.136:59006", "10.65.0.27:59006", "172.17.0.1:59006"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 62483}, + {"Proto": "peerapi6", "Port": 62483} + ]}, + "Created": "2026-04-09T08:40:18.787421476Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6094810825305757, + "StableID": "nNy7w2MMbp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "DiscoKey": "discokey:a4d154e8172952f338eae9b8b79bc28ba9d0f7350d115f91ebdb996514ddd178", + "Addresses": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "AllowedIPs": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "Endpoints": ["77.164.248.136:34796", "10.65.0.27:34796", "172.17.0.1:34796"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 64575}, + {"Proto": "peerapi6", "Port": 64575} + ]}, + "Created": "2026-04-09T08:40:20.405674105Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6602301577345857, + "StableID": "ntCVsUGCZt11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:cc3e4b869840c9cd5f2ce1f3ddca29eb6795e4f15cd814aac24a9a05bc1d3e2e", + "Addresses": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "AllowedIPs": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "Endpoints": ["77.164.248.136:53072", "10.65.0.27:53072", "172.17.0.1:53072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52787}, + {"Proto": "peerapi6", "Port": 52787} + ]}, + "Created": "2026-04-09T08:40:22.546641931Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7539292078851549, + "StableID": "nkz5vGRZs121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "DiscoKey": "discokey:637c1e3f53afffefabd0d8dea279cbca14bd272d8ce6ef340d36629d3c48c52b", + "Addresses": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "AllowedIPs": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "Endpoints": ["77.164.248.136:60762", "10.65.0.27:60762", "172.17.0.1:60762"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 38119}, + {"Proto": "peerapi6", "Port": 38119} + ]}, + "Created": "2026-04-09T08:40:19.332143883Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7887424075573407, + "StableID": "n2nvLqFEb421CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:7021fc95efe2ef0de8994a1e9d96b55e4731ec38318f0eff81b7352f54c2825b", + "Addresses": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "AllowedIPs": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "Endpoints": ["77.164.248.136:35369", "10.65.0.27:35369", "172.17.0.1:35369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45241}, + {"Proto": "peerapi6", "Port": 45241} + ]}, + "Created": "2026-04-09T08:40:22.009080784Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8253438319608264, + "StableID": "n7aTj6qzS721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "DiscoKey": "discokey:1997e5b8c984f219921dc6cfb1bc60cd3613f677654897b9509d7885fca86f3e", + "Addresses": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "AllowedIPs": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "Endpoints": ["77.164.248.136:52705", "10.65.0.27:52705", "172.17.0.1:52705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59811}, + {"Proto": "peerapi6", "Port": 59811} + ]}, + "Created": "2026-04-09T08:40:17.194090212Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8399271283341362, + "StableID": "nDGdMcc3b821CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "DiscoKey": "discokey:5f3cdcc96d476ebebd8c6749e327f0fabe5fd3a9099da246ec2756b3718cfd6c", + "Addresses": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "AllowedIPs": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "Endpoints": ["77.164.248.136:36296", "10.65.0.27:36296", "172.17.0.1:36296"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 35169}, + {"Proto": "peerapi6", "Port": 35169} + ]}, + "Created": "2026-04-09T08:40:15.582286546Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8779946062713973, + "StableID": "nEbr37JTZB21CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "DiscoKey": "discokey:7581ed7bfe79e3f67c0a429f12d3d3b0e90b202655e3f2584341b81b6d8a6916", + "Addresses": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "AllowedIPs": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "Endpoints": ["77.164.248.136:35656", "10.65.0.27:35656", "172.17.0.1:35656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47833}, + {"Proto": "peerapi6", "Port": 47833} + ]}, + "Created": "2026-04-09T08:40:20.940306653Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5073,27 +5078,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7210638195029538": { - "ID": 7210638195029538, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7224626433747371": { + "ID": 7224626433747371, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5124,26 +5131,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2128158798624340, - "StableID": "n1upV88rcH11CNTRL", + "ID": 7539292078851549, + "StableID": "nkz5vGRZs121CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 2128158798624340, - "Key": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "DiscoKey": "discokey:374a9403236612c18fc5f79a9f31694176a2f87baf78bea29542b6ecb32fdb22", - "Addresses": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "AllowedIPs": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "Endpoints": ["77.164.248.136:59797", "10.65.0.27:59797", "172.17.0.1:59797"], + "User": 7539292078851549, + "Key": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "DiscoKey": "discokey:637c1e3f53afffefabd0d8dea279cbca14bd272d8ce6ef340d36629d3c48c52b", + "Addresses": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "AllowedIPs": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "Endpoints": ["77.164.248.136:60762", "10.65.0.27:60762", "172.17.0.1:60762"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 44569}, - {"Proto": "peerapi6", "Port": 44569}, + {"Proto": "peerapi4", "Port": 38119}, + {"Proto": "peerapi6", "Port": 38119}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:18.611338887Z", + "Created": "2026-04-09T08:40:19.332143883Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5171,302 +5178,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "MachineKey": "mkey:828b014d30173093274fc01327cee812fb9a82d39369dea2bd8721711f456e7c", + "NodeKey": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "MachineKey": "mkey:cc4d786b43b6793566569dcc3fcb3a70e78234f0ade5ba8e5d49897151e06d01", "Peers": [{ - "ID": 55143692731914, - "StableID": "n3oAJpXyR111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:2d2e6afca12f973f91e588dd75d42650223c469cb9701d447eae2b48d1dbc077", - "Addresses": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "AllowedIPs": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "Endpoints": ["77.164.248.136:58790", "10.65.0.27:58790", "172.17.0.1:58790"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54347}, - {"Proto": "peerapi6", "Port": 54347} - ]}, - "Created": "2026-04-09T01:34:21.319683476Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 587476803993065, - "StableID": "nYe3T825b511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "DiscoKey": "discokey:5f579569a8731f686264a06d9d771b4b04314621c1de9114235210f07a001d09", - "Addresses": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "AllowedIPs": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "Endpoints": ["77.164.248.136:55442", "10.65.0.27:55442", "172.17.0.1:55442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46583}, - {"Proto": "peerapi6", "Port": 46583} - ]}, - "Created": "2026-04-09T01:34:17.526951612Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 733323692860199, - "StableID": "nWYAbrA8j611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "DiscoKey": "discokey:710a8a8e41d2cce45eadf3e6ec724a80ebd7a51a884c2b467f228bcee6bcd72a", - "Addresses": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "AllowedIPs": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "Endpoints": ["77.164.248.136:43953", "10.65.0.27:43953", "172.17.0.1:43953"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49536}, - {"Proto": "peerapi6", "Port": 49536} - ]}, - "Created": "2026-04-09T01:34:14.498938146Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1081027719543171, - "StableID": "nt1hmNmbS911CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "DiscoKey": "discokey:292ac6cea244be0291121b058c246da9d5392ec6071dc8a9e567498524169833", - "Addresses": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "AllowedIPs": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "Endpoints": ["77.164.248.136:39782", "10.65.0.27:39782", "172.17.0.1:39782"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64721}, - {"Proto": "peerapi6", "Port": 64721} - ]}, - "Created": "2026-04-09T01:34:18.062845472Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1308567553944547, - "StableID": "n4mFmLreDB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "KeyExpiry": "2026-10-06T01:34:22Z", - "DiscoKey": "discokey:84d5467287b5bb9fdb806cbb33941af9c1b1f6426d1a8ead8d4779142243a812", - "Addresses": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "AllowedIPs": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "Endpoints": ["77.164.248.136:45037", "10.65.0.27:45037", "172.17.0.1:45037"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61195}, - {"Proto": "peerapi6", "Port": 61195} - ]}, - "Created": "2026-04-09T01:34:22.392843596Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1458170274247357, - "StableID": "nEHDsJfQPC11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "DiscoKey": "discokey:5d9e77fe26edcedf040d643c693c604976d2881e9c1914f4a1dec28c1315ec38", - "Addresses": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "AllowedIPs": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "Endpoints": ["77.164.248.136:42440", "10.65.0.27:42440", "172.17.0.1:42440"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58333}, - {"Proto": "peerapi6", "Port": 58333} - ]}, - "Created": "2026-04-09T01:34:15.063002573Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2774266633750480, - "StableID": "nXxtPFHUfN11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "DiscoKey": "discokey:03fc1b5b4e9d2deecfa3a125195ec4a2d5ee325a85cd269b8ff6a0f522a7027e", - "Addresses": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "AllowedIPs": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "Endpoints": ["77.164.248.136:40509", "10.65.0.27:40509", "172.17.0.1:40509"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61302}, - {"Proto": "peerapi6", "Port": 61302} - ]}, - "Created": "2026-04-09T01:34:19.692631518Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3144065347962730, - "StableID": "njXJTPGxYR11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "DiscoKey": "discokey:cd32fcf38f4aef82bb8d628d8e962b1b84655971b828861280af58310193e502", - "Addresses": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "AllowedIPs": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "Endpoints": ["77.164.248.136:46390", "10.65.0.27:46390", "172.17.0.1:46390"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48751}, - {"Proto": "peerapi6", "Port": 48751} - ]}, - "Created": "2026-04-09T01:34:19.164875391Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4191526887852959, - "StableID": "n4sTscJMjZ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "DiscoKey": "discokey:a37bd35fe91b9ea984b5d0710656b3c31e606b0f12946aad4eb6071ed119353e", - "Addresses": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "AllowedIPs": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "Endpoints": ["77.164.248.136:41110", "10.65.0.27:41110", "172.17.0.1:41110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64267}, - {"Proto": "peerapi6", "Port": 64267} - ]}, - "Created": "2026-04-09T01:34:16.434744791Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4339198282116662, - "StableID": "n3MeJ6PEta11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:c8bf66e125c0d1fbfa564b7d6fdb9f6b51a10af735b6c286cd09b2e8899b873d", - "Addresses": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "AllowedIPs": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "Endpoints": ["77.164.248.136:53358", "10.65.0.27:53358", "172.17.0.1:53358"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38747}, - {"Proto": "peerapi6", "Port": 38747} - ]}, - "Created": "2026-04-09T01:34:21.853039429Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5609424541911361, - "StableID": "n4zQC75Xok11CNTRL", + "ID": 475101903964100, + "StableID": "n5muL38Bi411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "DiscoKey": "discokey:e30d25612ea8879823412c4f901d4ac7978fcbcfd4b88264676628dbd1945108", - "Addresses": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "AllowedIPs": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "Endpoints": ["77.164.248.136:52920", "10.65.0.27:52920", "172.17.0.1:52920"], + "Key": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "DiscoKey": "discokey:91088c43a2ba636747e0c1f5bbea66cf028cd3271ae0eae8c0c5e92ebb001b23", + "Addresses": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "AllowedIPs": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "Endpoints": ["77.164.248.136:58759", "10.65.0.27:58759", "172.17.0.1:58759"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42084}, - {"Proto": "peerapi6", "Port": 42084} + {"Proto": "peerapi4", "Port": 65408}, + {"Proto": "peerapi6", "Port": 65408} ]}, - "Created": "2026-04-09T01:34:20.778306743Z", + "Created": "2026-04-09T08:40:21.47469119Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6012727004181473, - "StableID": "n677kG9Bxo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2237775725694892, + "StableID": "noaeyGaVUJ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "DiscoKey": "discokey:cded142c2f90556bcce4fa54d2e20e48acdec6361fcb4ef73361a85138ec722c", - "Addresses": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "AllowedIPs": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "Endpoints": ["77.164.248.136:47116", "10.65.0.27:47116", "172.17.0.1:47116"], + "Key": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "DiscoKey": "discokey:2fa77a0e1306541a7e293e2f12c2613d03cad0a17fccc14a9d823b123d16ce11", + "Addresses": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "AllowedIPs": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "Endpoints": ["77.164.248.136:58913", "10.65.0.27:58913", "172.17.0.1:58913"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35453}, - {"Proto": "peerapi6", "Port": 35453} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 59454}, + {"Proto": "peerapi6", "Port": 59454} ]}, - "Created": "2026-04-09T01:34:20.249928909Z", + "Created": "2026-04-09T08:40:17.726341955Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7210638195029538, - "StableID": "nT5DdpEiJy11CNTRL", + "ID": 2597493312809395, + "StableID": "nxBbMCkQHM11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "DiscoKey": "discokey:250d7e1ae97e2bf2bd4f77b57a2b264bcbcc31e0ad78e5dc878517991d378059", + "Addresses": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "AllowedIPs": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "Endpoints": ["77.164.248.136:47301", "10.65.0.27:47301", "172.17.0.1:47301"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56092}, + {"Proto": "peerapi6", "Port": 56092} + ]}, + "Created": "2026-04-09T08:40:18.252374212Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 3069841618983001, + "StableID": "nzj4hxXLyQ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "DiscoKey": "discokey:bf3d326c77bf5ee231a0e8bbedb0e9fb27a9a31f8a5c8ad478e1d6f2db563416", + "Addresses": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "AllowedIPs": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "Endpoints": ["77.164.248.136:35297", "10.65.0.27:35297", "172.17.0.1:35297"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63956}, + {"Proto": "peerapi6", "Port": 63956} + ]}, + "Created": "2026-04-09T08:40:16.125832034Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4508730590177364, + "StableID": "nqsDq1i1Dc11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "KeyExpiry": "2026-10-06T08:40:23Z", + "DiscoKey": "discokey:0a5e1b5a3d693548e7a4cafd3dc6f8d6de5a13f0205916cd7f72649ffffe8f42", + "Addresses": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "AllowedIPs": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "Endpoints": ["77.164.248.136:57724", "10.65.0.27:57724", "172.17.0.1:57724"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35452}, + {"Proto": "peerapi6", "Port": 35452} + ]}, + "Created": "2026-04-09T08:40:23.100010052Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5609621523257249, + "StableID": "naPJmDFcok11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "DiscoKey": "discokey:1a7ae2e62f367c20168cc670403aee6cd436e5d046a72888b4950ee437ae9b2f", + "Addresses": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "AllowedIPs": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "Endpoints": ["77.164.248.136:48708", "10.65.0.27:48708", "172.17.0.1:48708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39823}, + {"Proto": "peerapi6", "Port": 39823} + ]}, + "Created": "2026-04-09T08:40:19.871433255Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5804063098088711, + "StableID": "nc35uwtfKn11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "DiscoKey": "discokey:63a5b61359187082131e1c613007a8f06fbea07ab8d6f9be60602aba04458d14", + "Addresses": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "AllowedIPs": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "Endpoints": ["77.164.248.136:59006", "10.65.0.27:59006", "172.17.0.1:59006"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 62483}, + {"Proto": "peerapi6", "Port": 62483} + ]}, + "Created": "2026-04-09T08:40:18.787421476Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6094810825305757, + "StableID": "nNy7w2MMbp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "DiscoKey": "discokey:a4d154e8172952f338eae9b8b79bc28ba9d0f7350d115f91ebdb996514ddd178", + "Addresses": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "AllowedIPs": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "Endpoints": ["77.164.248.136:34796", "10.65.0.27:34796", "172.17.0.1:34796"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 64575}, + {"Proto": "peerapi6", "Port": 64575} + ]}, + "Created": "2026-04-09T08:40:20.405674105Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6602301577345857, + "StableID": "ntCVsUGCZt11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:cc3e4b869840c9cd5f2ce1f3ddca29eb6795e4f15cd814aac24a9a05bc1d3e2e", + "Addresses": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "AllowedIPs": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "Endpoints": ["77.164.248.136:53072", "10.65.0.27:53072", "172.17.0.1:53072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52787}, + {"Proto": "peerapi6", "Port": 52787} + ]}, + "Created": "2026-04-09T08:40:22.546641931Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7224626433747371, + "StableID": "nGyzNmg3Ry11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "DiscoKey": "discokey:9f7210477ff45d6ee7a5474d8ea991093323f0ddc8706bdcf5c722590108b507", - "Addresses": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "AllowedIPs": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "Endpoints": ["77.164.248.136:37428", "10.65.0.27:37428", "172.17.0.1:37428"], + "Key": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "DiscoKey": "discokey:90b7bb69544d6e97fe19d76c251bfb51f75621a08f93a89032e1215056e25218", + "Addresses": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "AllowedIPs": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "Endpoints": ["77.164.248.136:60554", "10.65.0.27:60554", "172.17.0.1:60554"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54097}, - {"Proto": "peerapi6", "Port": 54097} + {"Proto": "peerapi4", "Port": 49761}, + {"Proto": "peerapi6", "Port": 49761} ]}, - "Created": "2026-04-09T01:34:15.672671867Z", + "Created": "2026-04-09T08:40:16.656589522Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7843277448921776, - "StableID": "n5dv7jbEF421CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "DiscoKey": "discokey:cb58d39419abb776a693c6d438993ac3a691d4b09fdad14d92285f4bc6928b2e", - "Addresses": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "AllowedIPs": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "Endpoints": ["77.164.248.136:43993", "10.65.0.27:43993", "172.17.0.1:43993"], + "ID": 7887424075573407, + "StableID": "n2nvLqFEb421CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:7021fc95efe2ef0de8994a1e9d96b55e4731ec38318f0eff81b7352f54c2825b", + "Addresses": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "AllowedIPs": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "Endpoints": ["77.164.248.136:35369", "10.65.0.27:35369", "172.17.0.1:35369"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56780}, - {"Proto": "peerapi6", "Port": 56780} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45241}, + {"Proto": "peerapi6", "Port": 45241} ]}, - "Created": "2026-04-09T01:34:17.017873165Z", + "Created": "2026-04-09T08:40:22.009080784Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8253438319608264, + "StableID": "n7aTj6qzS721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "DiscoKey": "discokey:1997e5b8c984f219921dc6cfb1bc60cd3613f677654897b9509d7885fca86f3e", + "Addresses": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "AllowedIPs": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "Endpoints": ["77.164.248.136:52705", "10.65.0.27:52705", "172.17.0.1:52705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59811}, + {"Proto": "peerapi6", "Port": 59811} + ]}, + "Created": "2026-04-09T08:40:17.194090212Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8399271283341362, + "StableID": "nDGdMcc3b821CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "DiscoKey": "discokey:5f3cdcc96d476ebebd8c6749e327f0fabe5fd3a9099da246ec2756b3718cfd6c", + "Addresses": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "AllowedIPs": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "Endpoints": ["77.164.248.136:36296", "10.65.0.27:36296", "172.17.0.1:36296"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 35169}, + {"Proto": "peerapi6", "Port": 35169} + ]}, + "Created": "2026-04-09T08:40:15.582286546Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8779946062713973, + "StableID": "nEbr37JTZB21CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "DiscoKey": "discokey:7581ed7bfe79e3f67c0a429f12d3d3b0e90b202655e3f2584341b81b6d8a6916", + "Addresses": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "AllowedIPs": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "Endpoints": ["77.164.248.136:35656", "10.65.0.27:35656", "172.17.0.1:35656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47833}, + {"Proto": "peerapi6", "Port": 47833} + ]}, + "Created": "2026-04-09T08:40:20.940306653Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6314,27 +6321,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2128158798624340": { - "ID": 2128158798624340, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7539292078851549": { + "ID": 7539292078851549, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6365,22 +6374,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 55143692731914, - "StableID": "n3oAJpXyR111CNTRL", + "ID": 7887424075573407, + "StableID": "n2nvLqFEb421CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:2d2e6afca12f973f91e588dd75d42650223c469cb9701d447eae2b48d1dbc077", - "Addresses": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "AllowedIPs": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "Endpoints": ["77.164.248.136:58790", "10.65.0.27:58790", "172.17.0.1:58790"], + "Key": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:7021fc95efe2ef0de8994a1e9d96b55e4731ec38318f0eff81b7352f54c2825b", + "Addresses": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "AllowedIPs": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "Endpoints": ["77.164.248.136:35369", "10.65.0.27:35369", "172.17.0.1:35369"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54347}, - {"Proto": "peerapi6", "Port": 54347}, + {"Proto": "peerapi4", "Port": 45241}, + {"Proto": "peerapi6", "Port": 45241}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:21.319683476Z", + "Created": "2026-04-09T08:40:22.009080784Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6407,300 +6416,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "MachineKey": "mkey:cb4c4730e7534e88e870212356a9b4651be78bdce98cfe1a3cf710e7611fa566", + "NodeKey": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "MachineKey": "mkey:dd8d65ad79c4a22a26d35d915801c5915ee308d7ce6f68250c6cacbffc181b16", "Peers": [{ - "ID": 587476803993065, - "StableID": "nYe3T825b511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "DiscoKey": "discokey:5f579569a8731f686264a06d9d771b4b04314621c1de9114235210f07a001d09", - "Addresses": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "AllowedIPs": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "Endpoints": ["77.164.248.136:55442", "10.65.0.27:55442", "172.17.0.1:55442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46583}, - {"Proto": "peerapi6", "Port": 46583} - ]}, - "Created": "2026-04-09T01:34:17.526951612Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 733323692860199, - "StableID": "nWYAbrA8j611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "DiscoKey": "discokey:710a8a8e41d2cce45eadf3e6ec724a80ebd7a51a884c2b467f228bcee6bcd72a", - "Addresses": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "AllowedIPs": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "Endpoints": ["77.164.248.136:43953", "10.65.0.27:43953", "172.17.0.1:43953"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49536}, - {"Proto": "peerapi6", "Port": 49536} - ]}, - "Created": "2026-04-09T01:34:14.498938146Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1081027719543171, - "StableID": "nt1hmNmbS911CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "DiscoKey": "discokey:292ac6cea244be0291121b058c246da9d5392ec6071dc8a9e567498524169833", - "Addresses": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "AllowedIPs": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "Endpoints": ["77.164.248.136:39782", "10.65.0.27:39782", "172.17.0.1:39782"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64721}, - {"Proto": "peerapi6", "Port": 64721} - ]}, - "Created": "2026-04-09T01:34:18.062845472Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1308567553944547, - "StableID": "n4mFmLreDB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "KeyExpiry": "2026-10-06T01:34:22Z", - "DiscoKey": "discokey:84d5467287b5bb9fdb806cbb33941af9c1b1f6426d1a8ead8d4779142243a812", - "Addresses": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "AllowedIPs": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61195}, - {"Proto": "peerapi6", "Port": 61195} - ]}, - "Created": "2026-04-09T01:34:22.392843596Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1458170274247357, - "StableID": "nEHDsJfQPC11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "DiscoKey": "discokey:5d9e77fe26edcedf040d643c693c604976d2881e9c1914f4a1dec28c1315ec38", - "Addresses": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "AllowedIPs": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "Endpoints": ["77.164.248.136:42440", "10.65.0.27:42440", "172.17.0.1:42440"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58333}, - {"Proto": "peerapi6", "Port": 58333} - ]}, - "Created": "2026-04-09T01:34:15.063002573Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2128158798624340, - "StableID": "n1upV88rcH11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "DiscoKey": "discokey:374a9403236612c18fc5f79a9f31694176a2f87baf78bea29542b6ecb32fdb22", - "Addresses": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "AllowedIPs": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "Endpoints": ["77.164.248.136:59797", "10.65.0.27:59797", "172.17.0.1:59797"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 44569}, - {"Proto": "peerapi6", "Port": 44569} - ]}, - "Created": "2026-04-09T01:34:18.611338887Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2774266633750480, - "StableID": "nXxtPFHUfN11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "DiscoKey": "discokey:03fc1b5b4e9d2deecfa3a125195ec4a2d5ee325a85cd269b8ff6a0f522a7027e", - "Addresses": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "AllowedIPs": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "Endpoints": ["77.164.248.136:40509", "10.65.0.27:40509", "172.17.0.1:40509"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61302}, - {"Proto": "peerapi6", "Port": 61302} - ]}, - "Created": "2026-04-09T01:34:19.692631518Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3144065347962730, - "StableID": "njXJTPGxYR11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "DiscoKey": "discokey:cd32fcf38f4aef82bb8d628d8e962b1b84655971b828861280af58310193e502", - "Addresses": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "AllowedIPs": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "Endpoints": ["77.164.248.136:46390", "10.65.0.27:46390", "172.17.0.1:46390"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48751}, - {"Proto": "peerapi6", "Port": 48751} - ]}, - "Created": "2026-04-09T01:34:19.164875391Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4191526887852959, - "StableID": "n4sTscJMjZ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "DiscoKey": "discokey:a37bd35fe91b9ea984b5d0710656b3c31e606b0f12946aad4eb6071ed119353e", - "Addresses": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "AllowedIPs": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "Endpoints": ["77.164.248.136:41110", "10.65.0.27:41110", "172.17.0.1:41110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64267}, - {"Proto": "peerapi6", "Port": 64267} - ]}, - "Created": "2026-04-09T01:34:16.434744791Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4339198282116662, - "StableID": "n3MeJ6PEta11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:c8bf66e125c0d1fbfa564b7d6fdb9f6b51a10af735b6c286cd09b2e8899b873d", - "Addresses": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "AllowedIPs": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "Endpoints": ["77.164.248.136:53358", "10.65.0.27:53358", "172.17.0.1:53358"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38747}, - {"Proto": "peerapi6", "Port": 38747} - ]}, - "Created": "2026-04-09T01:34:21.853039429Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5609424541911361, - "StableID": "n4zQC75Xok11CNTRL", + "ID": 475101903964100, + "StableID": "n5muL38Bi411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "DiscoKey": "discokey:e30d25612ea8879823412c4f901d4ac7978fcbcfd4b88264676628dbd1945108", - "Addresses": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "AllowedIPs": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "Endpoints": ["77.164.248.136:52920", "10.65.0.27:52920", "172.17.0.1:52920"], + "Key": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "DiscoKey": "discokey:91088c43a2ba636747e0c1f5bbea66cf028cd3271ae0eae8c0c5e92ebb001b23", + "Addresses": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "AllowedIPs": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "Endpoints": ["77.164.248.136:58759", "10.65.0.27:58759", "172.17.0.1:58759"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42084}, - {"Proto": "peerapi6", "Port": 42084} + {"Proto": "peerapi4", "Port": 65408}, + {"Proto": "peerapi6", "Port": 65408} ]}, - "Created": "2026-04-09T01:34:20.778306743Z", + "Created": "2026-04-09T08:40:21.47469119Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6012727004181473, - "StableID": "n677kG9Bxo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2237775725694892, + "StableID": "noaeyGaVUJ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "DiscoKey": "discokey:cded142c2f90556bcce4fa54d2e20e48acdec6361fcb4ef73361a85138ec722c", - "Addresses": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "AllowedIPs": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "Endpoints": ["77.164.248.136:47116", "10.65.0.27:47116", "172.17.0.1:47116"], + "Key": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "DiscoKey": "discokey:2fa77a0e1306541a7e293e2f12c2613d03cad0a17fccc14a9d823b123d16ce11", + "Addresses": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "AllowedIPs": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "Endpoints": ["77.164.248.136:58913", "10.65.0.27:58913", "172.17.0.1:58913"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35453}, - {"Proto": "peerapi6", "Port": 35453} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 59454}, + {"Proto": "peerapi6", "Port": 59454} ]}, - "Created": "2026-04-09T01:34:20.249928909Z", + "Created": "2026-04-09T08:40:17.726341955Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7210638195029538, - "StableID": "nT5DdpEiJy11CNTRL", + "ID": 2597493312809395, + "StableID": "nxBbMCkQHM11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "DiscoKey": "discokey:250d7e1ae97e2bf2bd4f77b57a2b264bcbcc31e0ad78e5dc878517991d378059", + "Addresses": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "AllowedIPs": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "Endpoints": ["77.164.248.136:47301", "10.65.0.27:47301", "172.17.0.1:47301"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56092}, + {"Proto": "peerapi6", "Port": 56092} + ]}, + "Created": "2026-04-09T08:40:18.252374212Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 3069841618983001, + "StableID": "nzj4hxXLyQ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "DiscoKey": "discokey:bf3d326c77bf5ee231a0e8bbedb0e9fb27a9a31f8a5c8ad478e1d6f2db563416", + "Addresses": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "AllowedIPs": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "Endpoints": ["77.164.248.136:35297", "10.65.0.27:35297", "172.17.0.1:35297"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63956}, + {"Proto": "peerapi6", "Port": 63956} + ]}, + "Created": "2026-04-09T08:40:16.125832034Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4508730590177364, + "StableID": "nqsDq1i1Dc11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "KeyExpiry": "2026-10-06T08:40:23Z", + "DiscoKey": "discokey:0a5e1b5a3d693548e7a4cafd3dc6f8d6de5a13f0205916cd7f72649ffffe8f42", + "Addresses": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "AllowedIPs": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35452}, + {"Proto": "peerapi6", "Port": 35452} + ]}, + "Created": "2026-04-09T08:40:23.100010052Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5609621523257249, + "StableID": "naPJmDFcok11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "DiscoKey": "discokey:1a7ae2e62f367c20168cc670403aee6cd436e5d046a72888b4950ee437ae9b2f", + "Addresses": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "AllowedIPs": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "Endpoints": ["77.164.248.136:48708", "10.65.0.27:48708", "172.17.0.1:48708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39823}, + {"Proto": "peerapi6", "Port": 39823} + ]}, + "Created": "2026-04-09T08:40:19.871433255Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5804063098088711, + "StableID": "nc35uwtfKn11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "DiscoKey": "discokey:63a5b61359187082131e1c613007a8f06fbea07ab8d6f9be60602aba04458d14", + "Addresses": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "AllowedIPs": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "Endpoints": ["77.164.248.136:59006", "10.65.0.27:59006", "172.17.0.1:59006"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 62483}, + {"Proto": "peerapi6", "Port": 62483} + ]}, + "Created": "2026-04-09T08:40:18.787421476Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6094810825305757, + "StableID": "nNy7w2MMbp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "DiscoKey": "discokey:a4d154e8172952f338eae9b8b79bc28ba9d0f7350d115f91ebdb996514ddd178", + "Addresses": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "AllowedIPs": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "Endpoints": ["77.164.248.136:34796", "10.65.0.27:34796", "172.17.0.1:34796"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 64575}, + {"Proto": "peerapi6", "Port": 64575} + ]}, + "Created": "2026-04-09T08:40:20.405674105Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6602301577345857, + "StableID": "ntCVsUGCZt11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:cc3e4b869840c9cd5f2ce1f3ddca29eb6795e4f15cd814aac24a9a05bc1d3e2e", + "Addresses": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "AllowedIPs": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "Endpoints": ["77.164.248.136:53072", "10.65.0.27:53072", "172.17.0.1:53072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52787}, + {"Proto": "peerapi6", "Port": 52787} + ]}, + "Created": "2026-04-09T08:40:22.546641931Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7224626433747371, + "StableID": "nGyzNmg3Ry11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "DiscoKey": "discokey:9f7210477ff45d6ee7a5474d8ea991093323f0ddc8706bdcf5c722590108b507", - "Addresses": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "AllowedIPs": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "Endpoints": ["77.164.248.136:37428", "10.65.0.27:37428", "172.17.0.1:37428"], + "Key": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "DiscoKey": "discokey:90b7bb69544d6e97fe19d76c251bfb51f75621a08f93a89032e1215056e25218", + "Addresses": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "AllowedIPs": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "Endpoints": ["77.164.248.136:60554", "10.65.0.27:60554", "172.17.0.1:60554"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54097}, - {"Proto": "peerapi6", "Port": 54097} + {"Proto": "peerapi4", "Port": 49761}, + {"Proto": "peerapi6", "Port": 49761} ]}, - "Created": "2026-04-09T01:34:15.672671867Z", + "Created": "2026-04-09T08:40:16.656589522Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7843277448921776, - "StableID": "n5dv7jbEF421CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 7539292078851549, + "StableID": "nkz5vGRZs121CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "DiscoKey": "discokey:cb58d39419abb776a693c6d438993ac3a691d4b09fdad14d92285f4bc6928b2e", - "Addresses": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "AllowedIPs": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "Endpoints": ["77.164.248.136:43993", "10.65.0.27:43993", "172.17.0.1:43993"], + "Key": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "DiscoKey": "discokey:637c1e3f53afffefabd0d8dea279cbca14bd272d8ce6ef340d36629d3c48c52b", + "Addresses": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "AllowedIPs": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "Endpoints": ["77.164.248.136:60762", "10.65.0.27:60762", "172.17.0.1:60762"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56780}, - {"Proto": "peerapi6", "Port": 56780} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 38119}, + {"Proto": "peerapi6", "Port": 38119} ]}, - "Created": "2026-04-09T01:34:17.017873165Z", + "Created": "2026-04-09T08:40:19.332143883Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 8253438319608264, + "StableID": "n7aTj6qzS721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "DiscoKey": "discokey:1997e5b8c984f219921dc6cfb1bc60cd3613f677654897b9509d7885fca86f3e", + "Addresses": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "AllowedIPs": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "Endpoints": ["77.164.248.136:52705", "10.65.0.27:52705", "172.17.0.1:52705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59811}, + {"Proto": "peerapi6", "Port": 59811} + ]}, + "Created": "2026-04-09T08:40:17.194090212Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8399271283341362, + "StableID": "nDGdMcc3b821CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "DiscoKey": "discokey:5f3cdcc96d476ebebd8c6749e327f0fabe5fd3a9099da246ec2756b3718cfd6c", + "Addresses": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "AllowedIPs": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "Endpoints": ["77.164.248.136:36296", "10.65.0.27:36296", "172.17.0.1:36296"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 35169}, + {"Proto": "peerapi6", "Port": 35169} + ]}, + "Created": "2026-04-09T08:40:15.582286546Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8779946062713973, + "StableID": "nEbr37JTZB21CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "DiscoKey": "discokey:7581ed7bfe79e3f67c0a429f12d3d3b0e90b202655e3f2584341b81b6d8a6916", + "Addresses": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "AllowedIPs": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "Endpoints": ["77.164.248.136:35656", "10.65.0.27:35656", "172.17.0.1:35656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47833}, + {"Proto": "peerapi6", "Port": 47833} + ]}, + "Created": "2026-04-09T08:40:20.940306653Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7548,23 +7557,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7595,21 +7605,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6012727004181473, - "StableID": "n677kG9Bxo11CNTRL", + "ID": 8779946062713973, + "StableID": "nEbr37JTZB21CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 6012727004181473, - "Key": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "DiscoKey": "discokey:cded142c2f90556bcce4fa54d2e20e48acdec6361fcb4ef73361a85138ec722c", - "Addresses": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "AllowedIPs": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "Endpoints": ["77.164.248.136:47116", "10.65.0.27:47116", "172.17.0.1:47116"], + "User": 8779946062713973, + "Key": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "DiscoKey": "discokey:7581ed7bfe79e3f67c0a429f12d3d3b0e90b202655e3f2584341b81b6d8a6916", + "Addresses": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "AllowedIPs": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "Endpoints": ["77.164.248.136:35656", "10.65.0.27:35656", "172.17.0.1:35656"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 35453}, - {"Proto": "peerapi6", "Port": 35453}, + {"Proto": "peerapi4", "Port": 47833}, + {"Proto": "peerapi6", "Port": 47833}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:20.249928909Z", + "Created": "2026-04-09T08:40:20.940306653Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7637,300 +7647,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "MachineKey": "mkey:9d39e8ed86cea85275e62cbf70e6c2a34da3620290e48dbaa3ba26b9dfa1204d", + "NodeKey": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "MachineKey": "mkey:3d5344868349df1bfa5cc099fe4458cd3bc86a478552efa217da3a4e1a393d65", "Peers": [{ - "ID": 55143692731914, - "StableID": "n3oAJpXyR111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:2d2e6afca12f973f91e588dd75d42650223c469cb9701d447eae2b48d1dbc077", - "Addresses": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "AllowedIPs": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "Endpoints": ["77.164.248.136:58790", "10.65.0.27:58790", "172.17.0.1:58790"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54347}, - {"Proto": "peerapi6", "Port": 54347} - ]}, - "Created": "2026-04-09T01:34:21.319683476Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 587476803993065, - "StableID": "nYe3T825b511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "DiscoKey": "discokey:5f579569a8731f686264a06d9d771b4b04314621c1de9114235210f07a001d09", - "Addresses": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "AllowedIPs": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "Endpoints": ["77.164.248.136:55442", "10.65.0.27:55442", "172.17.0.1:55442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46583}, - {"Proto": "peerapi6", "Port": 46583} - ]}, - "Created": "2026-04-09T01:34:17.526951612Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 733323692860199, - "StableID": "nWYAbrA8j611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "DiscoKey": "discokey:710a8a8e41d2cce45eadf3e6ec724a80ebd7a51a884c2b467f228bcee6bcd72a", - "Addresses": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "AllowedIPs": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "Endpoints": ["77.164.248.136:43953", "10.65.0.27:43953", "172.17.0.1:43953"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49536}, - {"Proto": "peerapi6", "Port": 49536} - ]}, - "Created": "2026-04-09T01:34:14.498938146Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1081027719543171, - "StableID": "nt1hmNmbS911CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "DiscoKey": "discokey:292ac6cea244be0291121b058c246da9d5392ec6071dc8a9e567498524169833", - "Addresses": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "AllowedIPs": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "Endpoints": ["77.164.248.136:39782", "10.65.0.27:39782", "172.17.0.1:39782"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64721}, - {"Proto": "peerapi6", "Port": 64721} - ]}, - "Created": "2026-04-09T01:34:18.062845472Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1308567553944547, - "StableID": "n4mFmLreDB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "KeyExpiry": "2026-10-06T01:34:22Z", - "DiscoKey": "discokey:84d5467287b5bb9fdb806cbb33941af9c1b1f6426d1a8ead8d4779142243a812", - "Addresses": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "AllowedIPs": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61195}, - {"Proto": "peerapi6", "Port": 61195} - ]}, - "Created": "2026-04-09T01:34:22.392843596Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1458170274247357, - "StableID": "nEHDsJfQPC11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "DiscoKey": "discokey:5d9e77fe26edcedf040d643c693c604976d2881e9c1914f4a1dec28c1315ec38", - "Addresses": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "AllowedIPs": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "Endpoints": ["77.164.248.136:42440", "10.65.0.27:42440", "172.17.0.1:42440"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58333}, - {"Proto": "peerapi6", "Port": 58333} - ]}, - "Created": "2026-04-09T01:34:15.063002573Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2128158798624340, - "StableID": "n1upV88rcH11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "DiscoKey": "discokey:374a9403236612c18fc5f79a9f31694176a2f87baf78bea29542b6ecb32fdb22", - "Addresses": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "AllowedIPs": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "Endpoints": ["77.164.248.136:59797", "10.65.0.27:59797", "172.17.0.1:59797"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 44569}, - {"Proto": "peerapi6", "Port": 44569} - ]}, - "Created": "2026-04-09T01:34:18.611338887Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2774266633750480, - "StableID": "nXxtPFHUfN11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "DiscoKey": "discokey:03fc1b5b4e9d2deecfa3a125195ec4a2d5ee325a85cd269b8ff6a0f522a7027e", - "Addresses": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "AllowedIPs": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "Endpoints": ["77.164.248.136:40509", "10.65.0.27:40509", "172.17.0.1:40509"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61302}, - {"Proto": "peerapi6", "Port": 61302} - ]}, - "Created": "2026-04-09T01:34:19.692631518Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3144065347962730, - "StableID": "njXJTPGxYR11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "DiscoKey": "discokey:cd32fcf38f4aef82bb8d628d8e962b1b84655971b828861280af58310193e502", - "Addresses": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "AllowedIPs": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "Endpoints": ["77.164.248.136:46390", "10.65.0.27:46390", "172.17.0.1:46390"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48751}, - {"Proto": "peerapi6", "Port": 48751} - ]}, - "Created": "2026-04-09T01:34:19.164875391Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4191526887852959, - "StableID": "n4sTscJMjZ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "DiscoKey": "discokey:a37bd35fe91b9ea984b5d0710656b3c31e606b0f12946aad4eb6071ed119353e", - "Addresses": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "AllowedIPs": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "Endpoints": ["77.164.248.136:41110", "10.65.0.27:41110", "172.17.0.1:41110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64267}, - {"Proto": "peerapi6", "Port": 64267} - ]}, - "Created": "2026-04-09T01:34:16.434744791Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4339198282116662, - "StableID": "n3MeJ6PEta11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:c8bf66e125c0d1fbfa564b7d6fdb9f6b51a10af735b6c286cd09b2e8899b873d", - "Addresses": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "AllowedIPs": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "Endpoints": ["77.164.248.136:53358", "10.65.0.27:53358", "172.17.0.1:53358"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38747}, - {"Proto": "peerapi6", "Port": 38747} - ]}, - "Created": "2026-04-09T01:34:21.853039429Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5609424541911361, - "StableID": "n4zQC75Xok11CNTRL", + "ID": 475101903964100, + "StableID": "n5muL38Bi411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "DiscoKey": "discokey:e30d25612ea8879823412c4f901d4ac7978fcbcfd4b88264676628dbd1945108", - "Addresses": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "AllowedIPs": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "Endpoints": ["77.164.248.136:52920", "10.65.0.27:52920", "172.17.0.1:52920"], + "Key": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "DiscoKey": "discokey:91088c43a2ba636747e0c1f5bbea66cf028cd3271ae0eae8c0c5e92ebb001b23", + "Addresses": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "AllowedIPs": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "Endpoints": ["77.164.248.136:58759", "10.65.0.27:58759", "172.17.0.1:58759"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42084}, - {"Proto": "peerapi6", "Port": 42084} + {"Proto": "peerapi4", "Port": 65408}, + {"Proto": "peerapi6", "Port": 65408} ]}, - "Created": "2026-04-09T01:34:20.778306743Z", + "Created": "2026-04-09T08:40:21.47469119Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7210638195029538, - "StableID": "nT5DdpEiJy11CNTRL", + "ID": 2237775725694892, + "StableID": "noaeyGaVUJ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "DiscoKey": "discokey:2fa77a0e1306541a7e293e2f12c2613d03cad0a17fccc14a9d823b123d16ce11", + "Addresses": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "AllowedIPs": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "Endpoints": ["77.164.248.136:58913", "10.65.0.27:58913", "172.17.0.1:58913"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 59454}, + {"Proto": "peerapi6", "Port": 59454} + ]}, + "Created": "2026-04-09T08:40:17.726341955Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 2597493312809395, + "StableID": "nxBbMCkQHM11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "DiscoKey": "discokey:250d7e1ae97e2bf2bd4f77b57a2b264bcbcc31e0ad78e5dc878517991d378059", + "Addresses": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "AllowedIPs": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "Endpoints": ["77.164.248.136:47301", "10.65.0.27:47301", "172.17.0.1:47301"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56092}, + {"Proto": "peerapi6", "Port": 56092} + ]}, + "Created": "2026-04-09T08:40:18.252374212Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 3069841618983001, + "StableID": "nzj4hxXLyQ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "DiscoKey": "discokey:bf3d326c77bf5ee231a0e8bbedb0e9fb27a9a31f8a5c8ad478e1d6f2db563416", + "Addresses": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "AllowedIPs": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "Endpoints": ["77.164.248.136:35297", "10.65.0.27:35297", "172.17.0.1:35297"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63956}, + {"Proto": "peerapi6", "Port": 63956} + ]}, + "Created": "2026-04-09T08:40:16.125832034Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4508730590177364, + "StableID": "nqsDq1i1Dc11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "KeyExpiry": "2026-10-06T08:40:23Z", + "DiscoKey": "discokey:0a5e1b5a3d693548e7a4cafd3dc6f8d6de5a13f0205916cd7f72649ffffe8f42", + "Addresses": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "AllowedIPs": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35452}, + {"Proto": "peerapi6", "Port": 35452} + ]}, + "Created": "2026-04-09T08:40:23.100010052Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5609621523257249, + "StableID": "naPJmDFcok11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "DiscoKey": "discokey:1a7ae2e62f367c20168cc670403aee6cd436e5d046a72888b4950ee437ae9b2f", + "Addresses": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "AllowedIPs": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "Endpoints": ["77.164.248.136:48708", "10.65.0.27:48708", "172.17.0.1:48708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39823}, + {"Proto": "peerapi6", "Port": 39823} + ]}, + "Created": "2026-04-09T08:40:19.871433255Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5804063098088711, + "StableID": "nc35uwtfKn11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "DiscoKey": "discokey:63a5b61359187082131e1c613007a8f06fbea07ab8d6f9be60602aba04458d14", + "Addresses": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "AllowedIPs": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "Endpoints": ["77.164.248.136:59006", "10.65.0.27:59006", "172.17.0.1:59006"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 62483}, + {"Proto": "peerapi6", "Port": 62483} + ]}, + "Created": "2026-04-09T08:40:18.787421476Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6094810825305757, + "StableID": "nNy7w2MMbp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "DiscoKey": "discokey:a4d154e8172952f338eae9b8b79bc28ba9d0f7350d115f91ebdb996514ddd178", + "Addresses": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "AllowedIPs": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "Endpoints": ["77.164.248.136:34796", "10.65.0.27:34796", "172.17.0.1:34796"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 64575}, + {"Proto": "peerapi6", "Port": 64575} + ]}, + "Created": "2026-04-09T08:40:20.405674105Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6602301577345857, + "StableID": "ntCVsUGCZt11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:cc3e4b869840c9cd5f2ce1f3ddca29eb6795e4f15cd814aac24a9a05bc1d3e2e", + "Addresses": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "AllowedIPs": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "Endpoints": ["77.164.248.136:53072", "10.65.0.27:53072", "172.17.0.1:53072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52787}, + {"Proto": "peerapi6", "Port": 52787} + ]}, + "Created": "2026-04-09T08:40:22.546641931Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7224626433747371, + "StableID": "nGyzNmg3Ry11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "DiscoKey": "discokey:9f7210477ff45d6ee7a5474d8ea991093323f0ddc8706bdcf5c722590108b507", - "Addresses": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "AllowedIPs": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "Endpoints": ["77.164.248.136:37428", "10.65.0.27:37428", "172.17.0.1:37428"], + "Key": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "DiscoKey": "discokey:90b7bb69544d6e97fe19d76c251bfb51f75621a08f93a89032e1215056e25218", + "Addresses": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "AllowedIPs": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "Endpoints": ["77.164.248.136:60554", "10.65.0.27:60554", "172.17.0.1:60554"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54097}, - {"Proto": "peerapi6", "Port": 54097} + {"Proto": "peerapi4", "Port": 49761}, + {"Proto": "peerapi6", "Port": 49761} ]}, - "Created": "2026-04-09T01:34:15.672671867Z", + "Created": "2026-04-09T08:40:16.656589522Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7843277448921776, - "StableID": "n5dv7jbEF421CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 7539292078851549, + "StableID": "nkz5vGRZs121CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "DiscoKey": "discokey:cb58d39419abb776a693c6d438993ac3a691d4b09fdad14d92285f4bc6928b2e", - "Addresses": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "AllowedIPs": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "Endpoints": ["77.164.248.136:43993", "10.65.0.27:43993", "172.17.0.1:43993"], + "Key": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "DiscoKey": "discokey:637c1e3f53afffefabd0d8dea279cbca14bd272d8ce6ef340d36629d3c48c52b", + "Addresses": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "AllowedIPs": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "Endpoints": ["77.164.248.136:60762", "10.65.0.27:60762", "172.17.0.1:60762"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56780}, - {"Proto": "peerapi6", "Port": 56780} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 38119}, + {"Proto": "peerapi6", "Port": 38119} ]}, - "Created": "2026-04-09T01:34:17.017873165Z", + "Created": "2026-04-09T08:40:19.332143883Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7887424075573407, + "StableID": "n2nvLqFEb421CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:7021fc95efe2ef0de8994a1e9d96b55e4731ec38318f0eff81b7352f54c2825b", + "Addresses": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "AllowedIPs": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "Endpoints": ["77.164.248.136:35369", "10.65.0.27:35369", "172.17.0.1:35369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45241}, + {"Proto": "peerapi6", "Port": 45241} + ]}, + "Created": "2026-04-09T08:40:22.009080784Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8253438319608264, + "StableID": "n7aTj6qzS721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "DiscoKey": "discokey:1997e5b8c984f219921dc6cfb1bc60cd3613f677654897b9509d7885fca86f3e", + "Addresses": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "AllowedIPs": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "Endpoints": ["77.164.248.136:52705", "10.65.0.27:52705", "172.17.0.1:52705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59811}, + {"Proto": "peerapi6", "Port": 59811} + ]}, + "Created": "2026-04-09T08:40:17.194090212Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8399271283341362, + "StableID": "nDGdMcc3b821CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "DiscoKey": "discokey:5f3cdcc96d476ebebd8c6749e327f0fabe5fd3a9099da246ec2756b3718cfd6c", + "Addresses": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "AllowedIPs": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "Endpoints": ["77.164.248.136:36296", "10.65.0.27:36296", "172.17.0.1:36296"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 35169}, + {"Proto": "peerapi6", "Port": 35169} + ]}, + "Created": "2026-04-09T08:40:15.582286546Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8778,27 +8788,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6012727004181473": { - "ID": 6012727004181473, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8779946062713973": { + "ID": 8779946062713973, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8829,26 +8841,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1458170274247357, - "StableID": "nEHDsJfQPC11CNTRL", + "ID": 3069841618983001, + "StableID": "nzj4hxXLyQ11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1458170274247357, - "Key": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "DiscoKey": "discokey:5d9e77fe26edcedf040d643c693c604976d2881e9c1914f4a1dec28c1315ec38", - "Addresses": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "AllowedIPs": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "Endpoints": ["77.164.248.136:42440", "10.65.0.27:42440", "172.17.0.1:42440"], + "User": 3069841618983001, + "Key": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "DiscoKey": "discokey:bf3d326c77bf5ee231a0e8bbedb0e9fb27a9a31f8a5c8ad478e1d6f2db563416", + "Addresses": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "AllowedIPs": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "Endpoints": ["77.164.248.136:35297", "10.65.0.27:35297", "172.17.0.1:35297"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 58333}, - {"Proto": "peerapi6", "Port": 58333}, + {"Proto": "peerapi4", "Port": 63956}, + {"Proto": "peerapi6", "Port": 63956}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:15.063002573Z", + "Created": "2026-04-09T08:40:16.125832034Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8876,302 +8888,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "MachineKey": "mkey:6b81ede03d814576cd1f68e56d102433d1e0aa75b52c9e34f8d1d5bf5f3d9369", + "NodeKey": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "MachineKey": "mkey:6b6854f263a1f4ae02526e29232eee215f83f05b788be1c4b549dfeb9c7fbc4a", "Peers": [{ - "ID": 55143692731914, - "StableID": "n3oAJpXyR111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:2d2e6afca12f973f91e588dd75d42650223c469cb9701d447eae2b48d1dbc077", - "Addresses": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "AllowedIPs": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "Endpoints": ["77.164.248.136:58790", "10.65.0.27:58790", "172.17.0.1:58790"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54347}, - {"Proto": "peerapi6", "Port": 54347} - ]}, - "Created": "2026-04-09T01:34:21.319683476Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 587476803993065, - "StableID": "nYe3T825b511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "DiscoKey": "discokey:5f579569a8731f686264a06d9d771b4b04314621c1de9114235210f07a001d09", - "Addresses": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "AllowedIPs": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "Endpoints": ["77.164.248.136:55442", "10.65.0.27:55442", "172.17.0.1:55442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46583}, - {"Proto": "peerapi6", "Port": 46583} - ]}, - "Created": "2026-04-09T01:34:17.526951612Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 733323692860199, - "StableID": "nWYAbrA8j611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "DiscoKey": "discokey:710a8a8e41d2cce45eadf3e6ec724a80ebd7a51a884c2b467f228bcee6bcd72a", - "Addresses": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "AllowedIPs": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "Endpoints": ["77.164.248.136:43953", "10.65.0.27:43953", "172.17.0.1:43953"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49536}, - {"Proto": "peerapi6", "Port": 49536} - ]}, - "Created": "2026-04-09T01:34:14.498938146Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1081027719543171, - "StableID": "nt1hmNmbS911CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "DiscoKey": "discokey:292ac6cea244be0291121b058c246da9d5392ec6071dc8a9e567498524169833", - "Addresses": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "AllowedIPs": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "Endpoints": ["77.164.248.136:39782", "10.65.0.27:39782", "172.17.0.1:39782"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64721}, - {"Proto": "peerapi6", "Port": 64721} - ]}, - "Created": "2026-04-09T01:34:18.062845472Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1308567553944547, - "StableID": "n4mFmLreDB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "KeyExpiry": "2026-10-06T01:34:22Z", - "DiscoKey": "discokey:84d5467287b5bb9fdb806cbb33941af9c1b1f6426d1a8ead8d4779142243a812", - "Addresses": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "AllowedIPs": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "Endpoints": ["77.164.248.136:45037", "10.65.0.27:45037", "172.17.0.1:45037"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61195}, - {"Proto": "peerapi6", "Port": 61195} - ]}, - "Created": "2026-04-09T01:34:22.392843596Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2128158798624340, - "StableID": "n1upV88rcH11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "DiscoKey": "discokey:374a9403236612c18fc5f79a9f31694176a2f87baf78bea29542b6ecb32fdb22", - "Addresses": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "AllowedIPs": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "Endpoints": ["77.164.248.136:59797", "10.65.0.27:59797", "172.17.0.1:59797"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 44569}, - {"Proto": "peerapi6", "Port": 44569} - ]}, - "Created": "2026-04-09T01:34:18.611338887Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2774266633750480, - "StableID": "nXxtPFHUfN11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "DiscoKey": "discokey:03fc1b5b4e9d2deecfa3a125195ec4a2d5ee325a85cd269b8ff6a0f522a7027e", - "Addresses": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "AllowedIPs": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "Endpoints": ["77.164.248.136:40509", "10.65.0.27:40509", "172.17.0.1:40509"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61302}, - {"Proto": "peerapi6", "Port": 61302} - ]}, - "Created": "2026-04-09T01:34:19.692631518Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3144065347962730, - "StableID": "njXJTPGxYR11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "DiscoKey": "discokey:cd32fcf38f4aef82bb8d628d8e962b1b84655971b828861280af58310193e502", - "Addresses": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "AllowedIPs": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "Endpoints": ["77.164.248.136:46390", "10.65.0.27:46390", "172.17.0.1:46390"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48751}, - {"Proto": "peerapi6", "Port": 48751} - ]}, - "Created": "2026-04-09T01:34:19.164875391Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4191526887852959, - "StableID": "n4sTscJMjZ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "DiscoKey": "discokey:a37bd35fe91b9ea984b5d0710656b3c31e606b0f12946aad4eb6071ed119353e", - "Addresses": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "AllowedIPs": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "Endpoints": ["77.164.248.136:41110", "10.65.0.27:41110", "172.17.0.1:41110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64267}, - {"Proto": "peerapi6", "Port": 64267} - ]}, - "Created": "2026-04-09T01:34:16.434744791Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4339198282116662, - "StableID": "n3MeJ6PEta11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:c8bf66e125c0d1fbfa564b7d6fdb9f6b51a10af735b6c286cd09b2e8899b873d", - "Addresses": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "AllowedIPs": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "Endpoints": ["77.164.248.136:53358", "10.65.0.27:53358", "172.17.0.1:53358"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38747}, - {"Proto": "peerapi6", "Port": 38747} - ]}, - "Created": "2026-04-09T01:34:21.853039429Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5609424541911361, - "StableID": "n4zQC75Xok11CNTRL", + "ID": 475101903964100, + "StableID": "n5muL38Bi411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "DiscoKey": "discokey:e30d25612ea8879823412c4f901d4ac7978fcbcfd4b88264676628dbd1945108", - "Addresses": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "AllowedIPs": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "Endpoints": ["77.164.248.136:52920", "10.65.0.27:52920", "172.17.0.1:52920"], + "Key": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "DiscoKey": "discokey:91088c43a2ba636747e0c1f5bbea66cf028cd3271ae0eae8c0c5e92ebb001b23", + "Addresses": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "AllowedIPs": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "Endpoints": ["77.164.248.136:58759", "10.65.0.27:58759", "172.17.0.1:58759"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42084}, - {"Proto": "peerapi6", "Port": 42084} + {"Proto": "peerapi4", "Port": 65408}, + {"Proto": "peerapi6", "Port": 65408} ]}, - "Created": "2026-04-09T01:34:20.778306743Z", + "Created": "2026-04-09T08:40:21.47469119Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6012727004181473, - "StableID": "n677kG9Bxo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2237775725694892, + "StableID": "noaeyGaVUJ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "DiscoKey": "discokey:cded142c2f90556bcce4fa54d2e20e48acdec6361fcb4ef73361a85138ec722c", - "Addresses": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "AllowedIPs": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "Endpoints": ["77.164.248.136:47116", "10.65.0.27:47116", "172.17.0.1:47116"], + "Key": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "DiscoKey": "discokey:2fa77a0e1306541a7e293e2f12c2613d03cad0a17fccc14a9d823b123d16ce11", + "Addresses": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "AllowedIPs": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "Endpoints": ["77.164.248.136:58913", "10.65.0.27:58913", "172.17.0.1:58913"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35453}, - {"Proto": "peerapi6", "Port": 35453} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 59454}, + {"Proto": "peerapi6", "Port": 59454} ]}, - "Created": "2026-04-09T01:34:20.249928909Z", + "Created": "2026-04-09T08:40:17.726341955Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7210638195029538, - "StableID": "nT5DdpEiJy11CNTRL", + "ID": 2597493312809395, + "StableID": "nxBbMCkQHM11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "DiscoKey": "discokey:250d7e1ae97e2bf2bd4f77b57a2b264bcbcc31e0ad78e5dc878517991d378059", + "Addresses": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "AllowedIPs": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "Endpoints": ["77.164.248.136:47301", "10.65.0.27:47301", "172.17.0.1:47301"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56092}, + {"Proto": "peerapi6", "Port": 56092} + ]}, + "Created": "2026-04-09T08:40:18.252374212Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4508730590177364, + "StableID": "nqsDq1i1Dc11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "KeyExpiry": "2026-10-06T08:40:23Z", + "DiscoKey": "discokey:0a5e1b5a3d693548e7a4cafd3dc6f8d6de5a13f0205916cd7f72649ffffe8f42", + "Addresses": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "AllowedIPs": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "Endpoints": ["77.164.248.136:57724", "10.65.0.27:57724", "172.17.0.1:57724"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35452}, + {"Proto": "peerapi6", "Port": 35452} + ]}, + "Created": "2026-04-09T08:40:23.100010052Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5609621523257249, + "StableID": "naPJmDFcok11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "DiscoKey": "discokey:1a7ae2e62f367c20168cc670403aee6cd436e5d046a72888b4950ee437ae9b2f", + "Addresses": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "AllowedIPs": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "Endpoints": ["77.164.248.136:48708", "10.65.0.27:48708", "172.17.0.1:48708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39823}, + {"Proto": "peerapi6", "Port": 39823} + ]}, + "Created": "2026-04-09T08:40:19.871433255Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5804063098088711, + "StableID": "nc35uwtfKn11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "DiscoKey": "discokey:63a5b61359187082131e1c613007a8f06fbea07ab8d6f9be60602aba04458d14", + "Addresses": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "AllowedIPs": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "Endpoints": ["77.164.248.136:59006", "10.65.0.27:59006", "172.17.0.1:59006"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 62483}, + {"Proto": "peerapi6", "Port": 62483} + ]}, + "Created": "2026-04-09T08:40:18.787421476Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6094810825305757, + "StableID": "nNy7w2MMbp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "DiscoKey": "discokey:a4d154e8172952f338eae9b8b79bc28ba9d0f7350d115f91ebdb996514ddd178", + "Addresses": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "AllowedIPs": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "Endpoints": ["77.164.248.136:34796", "10.65.0.27:34796", "172.17.0.1:34796"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 64575}, + {"Proto": "peerapi6", "Port": 64575} + ]}, + "Created": "2026-04-09T08:40:20.405674105Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6602301577345857, + "StableID": "ntCVsUGCZt11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:cc3e4b869840c9cd5f2ce1f3ddca29eb6795e4f15cd814aac24a9a05bc1d3e2e", + "Addresses": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "AllowedIPs": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "Endpoints": ["77.164.248.136:53072", "10.65.0.27:53072", "172.17.0.1:53072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52787}, + {"Proto": "peerapi6", "Port": 52787} + ]}, + "Created": "2026-04-09T08:40:22.546641931Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7224626433747371, + "StableID": "nGyzNmg3Ry11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "DiscoKey": "discokey:9f7210477ff45d6ee7a5474d8ea991093323f0ddc8706bdcf5c722590108b507", - "Addresses": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "AllowedIPs": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "Endpoints": ["77.164.248.136:37428", "10.65.0.27:37428", "172.17.0.1:37428"], + "Key": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "DiscoKey": "discokey:90b7bb69544d6e97fe19d76c251bfb51f75621a08f93a89032e1215056e25218", + "Addresses": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "AllowedIPs": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "Endpoints": ["77.164.248.136:60554", "10.65.0.27:60554", "172.17.0.1:60554"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54097}, - {"Proto": "peerapi6", "Port": 54097} + {"Proto": "peerapi4", "Port": 49761}, + {"Proto": "peerapi6", "Port": 49761} ]}, - "Created": "2026-04-09T01:34:15.672671867Z", + "Created": "2026-04-09T08:40:16.656589522Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7843277448921776, - "StableID": "n5dv7jbEF421CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 7539292078851549, + "StableID": "nkz5vGRZs121CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "DiscoKey": "discokey:cb58d39419abb776a693c6d438993ac3a691d4b09fdad14d92285f4bc6928b2e", - "Addresses": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "AllowedIPs": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "Endpoints": ["77.164.248.136:43993", "10.65.0.27:43993", "172.17.0.1:43993"], + "Key": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "DiscoKey": "discokey:637c1e3f53afffefabd0d8dea279cbca14bd272d8ce6ef340d36629d3c48c52b", + "Addresses": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "AllowedIPs": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "Endpoints": ["77.164.248.136:60762", "10.65.0.27:60762", "172.17.0.1:60762"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56780}, - {"Proto": "peerapi6", "Port": 56780} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 38119}, + {"Proto": "peerapi6", "Port": 38119} ]}, - "Created": "2026-04-09T01:34:17.017873165Z", + "Created": "2026-04-09T08:40:19.332143883Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7887424075573407, + "StableID": "n2nvLqFEb421CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:7021fc95efe2ef0de8994a1e9d96b55e4731ec38318f0eff81b7352f54c2825b", + "Addresses": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "AllowedIPs": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "Endpoints": ["77.164.248.136:35369", "10.65.0.27:35369", "172.17.0.1:35369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45241}, + {"Proto": "peerapi6", "Port": 45241} + ]}, + "Created": "2026-04-09T08:40:22.009080784Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8253438319608264, + "StableID": "n7aTj6qzS721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "DiscoKey": "discokey:1997e5b8c984f219921dc6cfb1bc60cd3613f677654897b9509d7885fca86f3e", + "Addresses": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "AllowedIPs": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "Endpoints": ["77.164.248.136:52705", "10.65.0.27:52705", "172.17.0.1:52705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59811}, + {"Proto": "peerapi6", "Port": 59811} + ]}, + "Created": "2026-04-09T08:40:17.194090212Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8399271283341362, + "StableID": "nDGdMcc3b821CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "DiscoKey": "discokey:5f3cdcc96d476ebebd8c6749e327f0fabe5fd3a9099da246ec2756b3718cfd6c", + "Addresses": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "AllowedIPs": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "Endpoints": ["77.164.248.136:36296", "10.65.0.27:36296", "172.17.0.1:36296"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 35169}, + {"Proto": "peerapi6", "Port": 35169} + ]}, + "Created": "2026-04-09T08:40:15.582286546Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8779946062713973, + "StableID": "nEbr37JTZB21CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "DiscoKey": "discokey:7581ed7bfe79e3f67c0a429f12d3d3b0e90b202655e3f2584341b81b6d8a6916", + "Addresses": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "AllowedIPs": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "Endpoints": ["77.164.248.136:35656", "10.65.0.27:35656", "172.17.0.1:35656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47833}, + {"Proto": "peerapi6", "Port": 47833} + ]}, + "Created": "2026-04-09T08:40:20.940306653Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10019,27 +10031,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1458170274247357": { - "ID": 1458170274247357, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3069841618983001": { + "ID": 3069841618983001, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10070,26 +10084,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 733323692860199, - "StableID": "nWYAbrA8j611CNTRL", + "ID": 8399271283341362, + "StableID": "nDGdMcc3b821CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 733323692860199, - "Key": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "DiscoKey": "discokey:710a8a8e41d2cce45eadf3e6ec724a80ebd7a51a884c2b467f228bcee6bcd72a", - "Addresses": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "AllowedIPs": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "Endpoints": ["77.164.248.136:43953", "10.65.0.27:43953", "172.17.0.1:43953"], + "User": 8399271283341362, + "Key": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "DiscoKey": "discokey:5f3cdcc96d476ebebd8c6749e327f0fabe5fd3a9099da246ec2756b3718cfd6c", + "Addresses": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "AllowedIPs": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "Endpoints": ["77.164.248.136:36296", "10.65.0.27:36296", "172.17.0.1:36296"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 49536}, - {"Proto": "peerapi6", "Port": 49536}, + {"Proto": "peerapi4", "Port": 35169}, + {"Proto": "peerapi6", "Port": 35169}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:14.498938146Z", + "Created": "2026-04-09T08:40:15.582286546Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10117,302 +10131,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "MachineKey": "mkey:634c731b9fea51d83825d26923cddbd1ecda850d1e892d5573a089e537ec854c", + "NodeKey": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "MachineKey": "mkey:5301bbdac9623829c2fb9bb8c03b267b869a9c74ecd1d003a28eb314a6e98e77", "Peers": [{ - "ID": 55143692731914, - "StableID": "n3oAJpXyR111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:2d2e6afca12f973f91e588dd75d42650223c469cb9701d447eae2b48d1dbc077", - "Addresses": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "AllowedIPs": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "Endpoints": ["77.164.248.136:58790", "10.65.0.27:58790", "172.17.0.1:58790"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54347}, - {"Proto": "peerapi6", "Port": 54347} - ]}, - "Created": "2026-04-09T01:34:21.319683476Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 587476803993065, - "StableID": "nYe3T825b511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "DiscoKey": "discokey:5f579569a8731f686264a06d9d771b4b04314621c1de9114235210f07a001d09", - "Addresses": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "AllowedIPs": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "Endpoints": ["77.164.248.136:55442", "10.65.0.27:55442", "172.17.0.1:55442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46583}, - {"Proto": "peerapi6", "Port": 46583} - ]}, - "Created": "2026-04-09T01:34:17.526951612Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 1081027719543171, - "StableID": "nt1hmNmbS911CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "DiscoKey": "discokey:292ac6cea244be0291121b058c246da9d5392ec6071dc8a9e567498524169833", - "Addresses": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "AllowedIPs": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "Endpoints": ["77.164.248.136:39782", "10.65.0.27:39782", "172.17.0.1:39782"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64721}, - {"Proto": "peerapi6", "Port": 64721} - ]}, - "Created": "2026-04-09T01:34:18.062845472Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1308567553944547, - "StableID": "n4mFmLreDB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "KeyExpiry": "2026-10-06T01:34:22Z", - "DiscoKey": "discokey:84d5467287b5bb9fdb806cbb33941af9c1b1f6426d1a8ead8d4779142243a812", - "Addresses": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "AllowedIPs": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "Endpoints": ["77.164.248.136:45037", "10.65.0.27:45037", "172.17.0.1:45037"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61195}, - {"Proto": "peerapi6", "Port": 61195} - ]}, - "Created": "2026-04-09T01:34:22.392843596Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1458170274247357, - "StableID": "nEHDsJfQPC11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "DiscoKey": "discokey:5d9e77fe26edcedf040d643c693c604976d2881e9c1914f4a1dec28c1315ec38", - "Addresses": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "AllowedIPs": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "Endpoints": ["77.164.248.136:42440", "10.65.0.27:42440", "172.17.0.1:42440"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58333}, - {"Proto": "peerapi6", "Port": 58333} - ]}, - "Created": "2026-04-09T01:34:15.063002573Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2128158798624340, - "StableID": "n1upV88rcH11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "DiscoKey": "discokey:374a9403236612c18fc5f79a9f31694176a2f87baf78bea29542b6ecb32fdb22", - "Addresses": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "AllowedIPs": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "Endpoints": ["77.164.248.136:59797", "10.65.0.27:59797", "172.17.0.1:59797"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 44569}, - {"Proto": "peerapi6", "Port": 44569} - ]}, - "Created": "2026-04-09T01:34:18.611338887Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2774266633750480, - "StableID": "nXxtPFHUfN11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "DiscoKey": "discokey:03fc1b5b4e9d2deecfa3a125195ec4a2d5ee325a85cd269b8ff6a0f522a7027e", - "Addresses": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "AllowedIPs": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "Endpoints": ["77.164.248.136:40509", "10.65.0.27:40509", "172.17.0.1:40509"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61302}, - {"Proto": "peerapi6", "Port": 61302} - ]}, - "Created": "2026-04-09T01:34:19.692631518Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3144065347962730, - "StableID": "njXJTPGxYR11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "DiscoKey": "discokey:cd32fcf38f4aef82bb8d628d8e962b1b84655971b828861280af58310193e502", - "Addresses": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "AllowedIPs": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "Endpoints": ["77.164.248.136:46390", "10.65.0.27:46390", "172.17.0.1:46390"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48751}, - {"Proto": "peerapi6", "Port": 48751} - ]}, - "Created": "2026-04-09T01:34:19.164875391Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4191526887852959, - "StableID": "n4sTscJMjZ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "DiscoKey": "discokey:a37bd35fe91b9ea984b5d0710656b3c31e606b0f12946aad4eb6071ed119353e", - "Addresses": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "AllowedIPs": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "Endpoints": ["77.164.248.136:41110", "10.65.0.27:41110", "172.17.0.1:41110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64267}, - {"Proto": "peerapi6", "Port": 64267} - ]}, - "Created": "2026-04-09T01:34:16.434744791Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4339198282116662, - "StableID": "n3MeJ6PEta11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:c8bf66e125c0d1fbfa564b7d6fdb9f6b51a10af735b6c286cd09b2e8899b873d", - "Addresses": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "AllowedIPs": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "Endpoints": ["77.164.248.136:53358", "10.65.0.27:53358", "172.17.0.1:53358"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38747}, - {"Proto": "peerapi6", "Port": 38747} - ]}, - "Created": "2026-04-09T01:34:21.853039429Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5609424541911361, - "StableID": "n4zQC75Xok11CNTRL", + "ID": 475101903964100, + "StableID": "n5muL38Bi411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "DiscoKey": "discokey:e30d25612ea8879823412c4f901d4ac7978fcbcfd4b88264676628dbd1945108", - "Addresses": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "AllowedIPs": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "Endpoints": ["77.164.248.136:52920", "10.65.0.27:52920", "172.17.0.1:52920"], + "Key": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "DiscoKey": "discokey:91088c43a2ba636747e0c1f5bbea66cf028cd3271ae0eae8c0c5e92ebb001b23", + "Addresses": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "AllowedIPs": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "Endpoints": ["77.164.248.136:58759", "10.65.0.27:58759", "172.17.0.1:58759"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42084}, - {"Proto": "peerapi6", "Port": 42084} + {"Proto": "peerapi4", "Port": 65408}, + {"Proto": "peerapi6", "Port": 65408} ]}, - "Created": "2026-04-09T01:34:20.778306743Z", + "Created": "2026-04-09T08:40:21.47469119Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6012727004181473, - "StableID": "n677kG9Bxo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2237775725694892, + "StableID": "noaeyGaVUJ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "DiscoKey": "discokey:cded142c2f90556bcce4fa54d2e20e48acdec6361fcb4ef73361a85138ec722c", - "Addresses": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "AllowedIPs": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "Endpoints": ["77.164.248.136:47116", "10.65.0.27:47116", "172.17.0.1:47116"], + "Key": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "DiscoKey": "discokey:2fa77a0e1306541a7e293e2f12c2613d03cad0a17fccc14a9d823b123d16ce11", + "Addresses": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "AllowedIPs": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "Endpoints": ["77.164.248.136:58913", "10.65.0.27:58913", "172.17.0.1:58913"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35453}, - {"Proto": "peerapi6", "Port": 35453} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 59454}, + {"Proto": "peerapi6", "Port": 59454} ]}, - "Created": "2026-04-09T01:34:20.249928909Z", + "Created": "2026-04-09T08:40:17.726341955Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7210638195029538, - "StableID": "nT5DdpEiJy11CNTRL", + "ID": 2597493312809395, + "StableID": "nxBbMCkQHM11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "DiscoKey": "discokey:250d7e1ae97e2bf2bd4f77b57a2b264bcbcc31e0ad78e5dc878517991d378059", + "Addresses": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "AllowedIPs": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "Endpoints": ["77.164.248.136:47301", "10.65.0.27:47301", "172.17.0.1:47301"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56092}, + {"Proto": "peerapi6", "Port": 56092} + ]}, + "Created": "2026-04-09T08:40:18.252374212Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 3069841618983001, + "StableID": "nzj4hxXLyQ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "DiscoKey": "discokey:bf3d326c77bf5ee231a0e8bbedb0e9fb27a9a31f8a5c8ad478e1d6f2db563416", + "Addresses": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "AllowedIPs": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "Endpoints": ["77.164.248.136:35297", "10.65.0.27:35297", "172.17.0.1:35297"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63956}, + {"Proto": "peerapi6", "Port": 63956} + ]}, + "Created": "2026-04-09T08:40:16.125832034Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4508730590177364, + "StableID": "nqsDq1i1Dc11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "KeyExpiry": "2026-10-06T08:40:23Z", + "DiscoKey": "discokey:0a5e1b5a3d693548e7a4cafd3dc6f8d6de5a13f0205916cd7f72649ffffe8f42", + "Addresses": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "AllowedIPs": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "Endpoints": ["77.164.248.136:57724", "10.65.0.27:57724", "172.17.0.1:57724"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35452}, + {"Proto": "peerapi6", "Port": 35452} + ]}, + "Created": "2026-04-09T08:40:23.100010052Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5609621523257249, + "StableID": "naPJmDFcok11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "DiscoKey": "discokey:1a7ae2e62f367c20168cc670403aee6cd436e5d046a72888b4950ee437ae9b2f", + "Addresses": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "AllowedIPs": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "Endpoints": ["77.164.248.136:48708", "10.65.0.27:48708", "172.17.0.1:48708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39823}, + {"Proto": "peerapi6", "Port": 39823} + ]}, + "Created": "2026-04-09T08:40:19.871433255Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5804063098088711, + "StableID": "nc35uwtfKn11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "DiscoKey": "discokey:63a5b61359187082131e1c613007a8f06fbea07ab8d6f9be60602aba04458d14", + "Addresses": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "AllowedIPs": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "Endpoints": ["77.164.248.136:59006", "10.65.0.27:59006", "172.17.0.1:59006"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 62483}, + {"Proto": "peerapi6", "Port": 62483} + ]}, + "Created": "2026-04-09T08:40:18.787421476Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6094810825305757, + "StableID": "nNy7w2MMbp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "DiscoKey": "discokey:a4d154e8172952f338eae9b8b79bc28ba9d0f7350d115f91ebdb996514ddd178", + "Addresses": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "AllowedIPs": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "Endpoints": ["77.164.248.136:34796", "10.65.0.27:34796", "172.17.0.1:34796"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 64575}, + {"Proto": "peerapi6", "Port": 64575} + ]}, + "Created": "2026-04-09T08:40:20.405674105Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6602301577345857, + "StableID": "ntCVsUGCZt11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:cc3e4b869840c9cd5f2ce1f3ddca29eb6795e4f15cd814aac24a9a05bc1d3e2e", + "Addresses": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "AllowedIPs": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "Endpoints": ["77.164.248.136:53072", "10.65.0.27:53072", "172.17.0.1:53072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52787}, + {"Proto": "peerapi6", "Port": 52787} + ]}, + "Created": "2026-04-09T08:40:22.546641931Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7224626433747371, + "StableID": "nGyzNmg3Ry11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "DiscoKey": "discokey:9f7210477ff45d6ee7a5474d8ea991093323f0ddc8706bdcf5c722590108b507", - "Addresses": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "AllowedIPs": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "Endpoints": ["77.164.248.136:37428", "10.65.0.27:37428", "172.17.0.1:37428"], + "Key": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "DiscoKey": "discokey:90b7bb69544d6e97fe19d76c251bfb51f75621a08f93a89032e1215056e25218", + "Addresses": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "AllowedIPs": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "Endpoints": ["77.164.248.136:60554", "10.65.0.27:60554", "172.17.0.1:60554"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54097}, - {"Proto": "peerapi6", "Port": 54097} + {"Proto": "peerapi4", "Port": 49761}, + {"Proto": "peerapi6", "Port": 49761} ]}, - "Created": "2026-04-09T01:34:15.672671867Z", + "Created": "2026-04-09T08:40:16.656589522Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7843277448921776, - "StableID": "n5dv7jbEF421CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 7539292078851549, + "StableID": "nkz5vGRZs121CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "DiscoKey": "discokey:cb58d39419abb776a693c6d438993ac3a691d4b09fdad14d92285f4bc6928b2e", - "Addresses": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "AllowedIPs": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "Endpoints": ["77.164.248.136:43993", "10.65.0.27:43993", "172.17.0.1:43993"], + "Key": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "DiscoKey": "discokey:637c1e3f53afffefabd0d8dea279cbca14bd272d8ce6ef340d36629d3c48c52b", + "Addresses": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "AllowedIPs": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "Endpoints": ["77.164.248.136:60762", "10.65.0.27:60762", "172.17.0.1:60762"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56780}, - {"Proto": "peerapi6", "Port": 56780} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 38119}, + {"Proto": "peerapi6", "Port": 38119} ]}, - "Created": "2026-04-09T01:34:17.017873165Z", + "Created": "2026-04-09T08:40:19.332143883Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7887424075573407, + "StableID": "n2nvLqFEb421CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:7021fc95efe2ef0de8994a1e9d96b55e4731ec38318f0eff81b7352f54c2825b", + "Addresses": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "AllowedIPs": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "Endpoints": ["77.164.248.136:35369", "10.65.0.27:35369", "172.17.0.1:35369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45241}, + {"Proto": "peerapi6", "Port": 45241} + ]}, + "Created": "2026-04-09T08:40:22.009080784Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8253438319608264, + "StableID": "n7aTj6qzS721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "DiscoKey": "discokey:1997e5b8c984f219921dc6cfb1bc60cd3613f677654897b9509d7885fca86f3e", + "Addresses": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "AllowedIPs": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "Endpoints": ["77.164.248.136:52705", "10.65.0.27:52705", "172.17.0.1:52705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59811}, + {"Proto": "peerapi6", "Port": 59811} + ]}, + "Created": "2026-04-09T08:40:17.194090212Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8779946062713973, + "StableID": "nEbr37JTZB21CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "DiscoKey": "discokey:7581ed7bfe79e3f67c0a429f12d3d3b0e90b202655e3f2584341b81b6d8a6916", + "Addresses": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "AllowedIPs": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "Endpoints": ["77.164.248.136:35656", "10.65.0.27:35656", "172.17.0.1:35656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47833}, + {"Proto": "peerapi6", "Port": 47833} + ]}, + "Created": "2026-04-09T08:40:20.940306653Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11260,27 +11274,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "733323692860199": { - "ID": 733323692860199, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8399271283341362": { + "ID": 8399271283341362, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11311,21 +11327,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7843277448921776, - "StableID": "n5dv7jbEF421CNTRL", + "ID": 2237775725694892, + "StableID": "noaeyGaVUJ11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 7843277448921776, - "Key": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "DiscoKey": "discokey:cb58d39419abb776a693c6d438993ac3a691d4b09fdad14d92285f4bc6928b2e", - "Addresses": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "AllowedIPs": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "Endpoints": ["77.164.248.136:43993", "10.65.0.27:43993", "172.17.0.1:43993"], + "User": 2237775725694892, + "Key": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "DiscoKey": "discokey:2fa77a0e1306541a7e293e2f12c2613d03cad0a17fccc14a9d823b123d16ce11", + "Addresses": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "AllowedIPs": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "Endpoints": ["77.164.248.136:58913", "10.65.0.27:58913", "172.17.0.1:58913"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 56780}, - {"Proto": "peerapi6", "Port": 56780}, + {"Proto": "peerapi4", "Port": 59454}, + {"Proto": "peerapi6", "Port": 59454}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:17.017873165Z", + "Created": "2026-04-09T08:40:17.726341955Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11353,300 +11369,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "MachineKey": "mkey:5d069108efaf312c5895e59d8ff9e747df28ffdfc55df7f5715051e785eb7738", + "NodeKey": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "MachineKey": "mkey:fe7f7a8d5854ff5514e4da876f65bfe870de712baf3a933e98f3594c62fa2e40", "Peers": [{ - "ID": 55143692731914, - "StableID": "n3oAJpXyR111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:2d2e6afca12f973f91e588dd75d42650223c469cb9701d447eae2b48d1dbc077", - "Addresses": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "AllowedIPs": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "Endpoints": ["77.164.248.136:58790", "10.65.0.27:58790", "172.17.0.1:58790"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54347}, - {"Proto": "peerapi6", "Port": 54347} - ]}, - "Created": "2026-04-09T01:34:21.319683476Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 587476803993065, - "StableID": "nYe3T825b511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "DiscoKey": "discokey:5f579569a8731f686264a06d9d771b4b04314621c1de9114235210f07a001d09", - "Addresses": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "AllowedIPs": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "Endpoints": ["77.164.248.136:55442", "10.65.0.27:55442", "172.17.0.1:55442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46583}, - {"Proto": "peerapi6", "Port": 46583} - ]}, - "Created": "2026-04-09T01:34:17.526951612Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 733323692860199, - "StableID": "nWYAbrA8j611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "DiscoKey": "discokey:710a8a8e41d2cce45eadf3e6ec724a80ebd7a51a884c2b467f228bcee6bcd72a", - "Addresses": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "AllowedIPs": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "Endpoints": ["77.164.248.136:43953", "10.65.0.27:43953", "172.17.0.1:43953"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49536}, - {"Proto": "peerapi6", "Port": 49536} - ]}, - "Created": "2026-04-09T01:34:14.498938146Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1081027719543171, - "StableID": "nt1hmNmbS911CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "DiscoKey": "discokey:292ac6cea244be0291121b058c246da9d5392ec6071dc8a9e567498524169833", - "Addresses": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "AllowedIPs": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "Endpoints": ["77.164.248.136:39782", "10.65.0.27:39782", "172.17.0.1:39782"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64721}, - {"Proto": "peerapi6", "Port": 64721} - ]}, - "Created": "2026-04-09T01:34:18.062845472Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1308567553944547, - "StableID": "n4mFmLreDB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "KeyExpiry": "2026-10-06T01:34:22Z", - "DiscoKey": "discokey:84d5467287b5bb9fdb806cbb33941af9c1b1f6426d1a8ead8d4779142243a812", - "Addresses": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "AllowedIPs": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61195}, - {"Proto": "peerapi6", "Port": 61195} - ]}, - "Created": "2026-04-09T01:34:22.392843596Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1458170274247357, - "StableID": "nEHDsJfQPC11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "DiscoKey": "discokey:5d9e77fe26edcedf040d643c693c604976d2881e9c1914f4a1dec28c1315ec38", - "Addresses": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "AllowedIPs": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "Endpoints": ["77.164.248.136:42440", "10.65.0.27:42440", "172.17.0.1:42440"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58333}, - {"Proto": "peerapi6", "Port": 58333} - ]}, - "Created": "2026-04-09T01:34:15.063002573Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2128158798624340, - "StableID": "n1upV88rcH11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "DiscoKey": "discokey:374a9403236612c18fc5f79a9f31694176a2f87baf78bea29542b6ecb32fdb22", - "Addresses": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "AllowedIPs": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "Endpoints": ["77.164.248.136:59797", "10.65.0.27:59797", "172.17.0.1:59797"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 44569}, - {"Proto": "peerapi6", "Port": 44569} - ]}, - "Created": "2026-04-09T01:34:18.611338887Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2774266633750480, - "StableID": "nXxtPFHUfN11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "DiscoKey": "discokey:03fc1b5b4e9d2deecfa3a125195ec4a2d5ee325a85cd269b8ff6a0f522a7027e", - "Addresses": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "AllowedIPs": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "Endpoints": ["77.164.248.136:40509", "10.65.0.27:40509", "172.17.0.1:40509"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61302}, - {"Proto": "peerapi6", "Port": 61302} - ]}, - "Created": "2026-04-09T01:34:19.692631518Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3144065347962730, - "StableID": "njXJTPGxYR11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "DiscoKey": "discokey:cd32fcf38f4aef82bb8d628d8e962b1b84655971b828861280af58310193e502", - "Addresses": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "AllowedIPs": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "Endpoints": ["77.164.248.136:46390", "10.65.0.27:46390", "172.17.0.1:46390"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48751}, - {"Proto": "peerapi6", "Port": 48751} - ]}, - "Created": "2026-04-09T01:34:19.164875391Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4191526887852959, - "StableID": "n4sTscJMjZ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "DiscoKey": "discokey:a37bd35fe91b9ea984b5d0710656b3c31e606b0f12946aad4eb6071ed119353e", - "Addresses": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "AllowedIPs": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "Endpoints": ["77.164.248.136:41110", "10.65.0.27:41110", "172.17.0.1:41110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64267}, - {"Proto": "peerapi6", "Port": 64267} - ]}, - "Created": "2026-04-09T01:34:16.434744791Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4339198282116662, - "StableID": "n3MeJ6PEta11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:c8bf66e125c0d1fbfa564b7d6fdb9f6b51a10af735b6c286cd09b2e8899b873d", - "Addresses": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "AllowedIPs": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "Endpoints": ["77.164.248.136:53358", "10.65.0.27:53358", "172.17.0.1:53358"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38747}, - {"Proto": "peerapi6", "Port": 38747} - ]}, - "Created": "2026-04-09T01:34:21.853039429Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5609424541911361, - "StableID": "n4zQC75Xok11CNTRL", + "ID": 475101903964100, + "StableID": "n5muL38Bi411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "DiscoKey": "discokey:e30d25612ea8879823412c4f901d4ac7978fcbcfd4b88264676628dbd1945108", - "Addresses": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "AllowedIPs": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "Endpoints": ["77.164.248.136:52920", "10.65.0.27:52920", "172.17.0.1:52920"], + "Key": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "DiscoKey": "discokey:91088c43a2ba636747e0c1f5bbea66cf028cd3271ae0eae8c0c5e92ebb001b23", + "Addresses": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "AllowedIPs": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "Endpoints": ["77.164.248.136:58759", "10.65.0.27:58759", "172.17.0.1:58759"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42084}, - {"Proto": "peerapi6", "Port": 42084} + {"Proto": "peerapi4", "Port": 65408}, + {"Proto": "peerapi6", "Port": 65408} ]}, - "Created": "2026-04-09T01:34:20.778306743Z", + "Created": "2026-04-09T08:40:21.47469119Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6012727004181473, - "StableID": "n677kG9Bxo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2597493312809395, + "StableID": "nxBbMCkQHM11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "DiscoKey": "discokey:cded142c2f90556bcce4fa54d2e20e48acdec6361fcb4ef73361a85138ec722c", - "Addresses": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "AllowedIPs": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "Endpoints": ["77.164.248.136:47116", "10.65.0.27:47116", "172.17.0.1:47116"], + "Key": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "DiscoKey": "discokey:250d7e1ae97e2bf2bd4f77b57a2b264bcbcc31e0ad78e5dc878517991d378059", + "Addresses": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "AllowedIPs": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "Endpoints": ["77.164.248.136:47301", "10.65.0.27:47301", "172.17.0.1:47301"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35453}, - {"Proto": "peerapi6", "Port": 35453} + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56092}, + {"Proto": "peerapi6", "Port": 56092} ]}, - "Created": "2026-04-09T01:34:20.249928909Z", + "Created": "2026-04-09T08:40:18.252374212Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }, { - "ID": 7210638195029538, - "StableID": "nT5DdpEiJy11CNTRL", + "ID": 3069841618983001, + "StableID": "nzj4hxXLyQ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "DiscoKey": "discokey:bf3d326c77bf5ee231a0e8bbedb0e9fb27a9a31f8a5c8ad478e1d6f2db563416", + "Addresses": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "AllowedIPs": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "Endpoints": ["77.164.248.136:35297", "10.65.0.27:35297", "172.17.0.1:35297"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63956}, + {"Proto": "peerapi6", "Port": 63956} + ]}, + "Created": "2026-04-09T08:40:16.125832034Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4508730590177364, + "StableID": "nqsDq1i1Dc11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "KeyExpiry": "2026-10-06T08:40:23Z", + "DiscoKey": "discokey:0a5e1b5a3d693548e7a4cafd3dc6f8d6de5a13f0205916cd7f72649ffffe8f42", + "Addresses": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "AllowedIPs": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35452}, + {"Proto": "peerapi6", "Port": 35452} + ]}, + "Created": "2026-04-09T08:40:23.100010052Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5609621523257249, + "StableID": "naPJmDFcok11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "DiscoKey": "discokey:1a7ae2e62f367c20168cc670403aee6cd436e5d046a72888b4950ee437ae9b2f", + "Addresses": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "AllowedIPs": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "Endpoints": ["77.164.248.136:48708", "10.65.0.27:48708", "172.17.0.1:48708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39823}, + {"Proto": "peerapi6", "Port": 39823} + ]}, + "Created": "2026-04-09T08:40:19.871433255Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5804063098088711, + "StableID": "nc35uwtfKn11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "DiscoKey": "discokey:63a5b61359187082131e1c613007a8f06fbea07ab8d6f9be60602aba04458d14", + "Addresses": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "AllowedIPs": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "Endpoints": ["77.164.248.136:59006", "10.65.0.27:59006", "172.17.0.1:59006"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 62483}, + {"Proto": "peerapi6", "Port": 62483} + ]}, + "Created": "2026-04-09T08:40:18.787421476Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6094810825305757, + "StableID": "nNy7w2MMbp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "DiscoKey": "discokey:a4d154e8172952f338eae9b8b79bc28ba9d0f7350d115f91ebdb996514ddd178", + "Addresses": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "AllowedIPs": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "Endpoints": ["77.164.248.136:34796", "10.65.0.27:34796", "172.17.0.1:34796"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 64575}, + {"Proto": "peerapi6", "Port": 64575} + ]}, + "Created": "2026-04-09T08:40:20.405674105Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6602301577345857, + "StableID": "ntCVsUGCZt11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:cc3e4b869840c9cd5f2ce1f3ddca29eb6795e4f15cd814aac24a9a05bc1d3e2e", + "Addresses": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "AllowedIPs": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "Endpoints": ["77.164.248.136:53072", "10.65.0.27:53072", "172.17.0.1:53072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52787}, + {"Proto": "peerapi6", "Port": 52787} + ]}, + "Created": "2026-04-09T08:40:22.546641931Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7224626433747371, + "StableID": "nGyzNmg3Ry11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "DiscoKey": "discokey:9f7210477ff45d6ee7a5474d8ea991093323f0ddc8706bdcf5c722590108b507", - "Addresses": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "AllowedIPs": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "Endpoints": ["77.164.248.136:37428", "10.65.0.27:37428", "172.17.0.1:37428"], + "Key": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "DiscoKey": "discokey:90b7bb69544d6e97fe19d76c251bfb51f75621a08f93a89032e1215056e25218", + "Addresses": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "AllowedIPs": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "Endpoints": ["77.164.248.136:60554", "10.65.0.27:60554", "172.17.0.1:60554"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54097}, - {"Proto": "peerapi6", "Port": 54097} + {"Proto": "peerapi4", "Port": 49761}, + {"Proto": "peerapi6", "Port": 49761} ]}, - "Created": "2026-04-09T01:34:15.672671867Z", + "Created": "2026-04-09T08:40:16.656589522Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 7539292078851549, + "StableID": "nkz5vGRZs121CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "DiscoKey": "discokey:637c1e3f53afffefabd0d8dea279cbca14bd272d8ce6ef340d36629d3c48c52b", + "Addresses": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "AllowedIPs": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "Endpoints": ["77.164.248.136:60762", "10.65.0.27:60762", "172.17.0.1:60762"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 38119}, + {"Proto": "peerapi6", "Port": 38119} + ]}, + "Created": "2026-04-09T08:40:19.332143883Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7887424075573407, + "StableID": "n2nvLqFEb421CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:7021fc95efe2ef0de8994a1e9d96b55e4731ec38318f0eff81b7352f54c2825b", + "Addresses": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "AllowedIPs": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "Endpoints": ["77.164.248.136:35369", "10.65.0.27:35369", "172.17.0.1:35369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45241}, + {"Proto": "peerapi6", "Port": 45241} + ]}, + "Created": "2026-04-09T08:40:22.009080784Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8253438319608264, + "StableID": "n7aTj6qzS721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "DiscoKey": "discokey:1997e5b8c984f219921dc6cfb1bc60cd3613f677654897b9509d7885fca86f3e", + "Addresses": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "AllowedIPs": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "Endpoints": ["77.164.248.136:52705", "10.65.0.27:52705", "172.17.0.1:52705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59811}, + {"Proto": "peerapi6", "Port": 59811} + ]}, + "Created": "2026-04-09T08:40:17.194090212Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8399271283341362, + "StableID": "nDGdMcc3b821CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "DiscoKey": "discokey:5f3cdcc96d476ebebd8c6749e327f0fabe5fd3a9099da246ec2756b3718cfd6c", + "Addresses": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "AllowedIPs": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "Endpoints": ["77.164.248.136:36296", "10.65.0.27:36296", "172.17.0.1:36296"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 35169}, + {"Proto": "peerapi6", "Port": 35169} + ]}, + "Created": "2026-04-09T08:40:15.582286546Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8779946062713973, + "StableID": "nEbr37JTZB21CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "DiscoKey": "discokey:7581ed7bfe79e3f67c0a429f12d3d3b0e90b202655e3f2584341b81b6d8a6916", + "Addresses": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "AllowedIPs": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "Endpoints": ["77.164.248.136:35656", "10.65.0.27:35656", "172.17.0.1:35656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47833}, + {"Proto": "peerapi6", "Port": 47833} + ]}, + "Created": "2026-04-09T08:40:20.940306653Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12494,27 +12510,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7843277448921776": { - "ID": 7843277448921776, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2237775725694892": { + "ID": 2237775725694892, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12545,21 +12563,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4191526887852959, - "StableID": "n4sTscJMjZ11CNTRL", + "ID": 8253438319608264, + "StableID": "n7aTj6qzS721CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 4191526887852959, - "Key": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "DiscoKey": "discokey:a37bd35fe91b9ea984b5d0710656b3c31e606b0f12946aad4eb6071ed119353e", - "Addresses": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "AllowedIPs": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "Endpoints": ["77.164.248.136:41110", "10.65.0.27:41110", "172.17.0.1:41110"], + "User": 8253438319608264, + "Key": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "DiscoKey": "discokey:1997e5b8c984f219921dc6cfb1bc60cd3613f677654897b9509d7885fca86f3e", + "Addresses": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "AllowedIPs": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "Endpoints": ["77.164.248.136:52705", "10.65.0.27:52705", "172.17.0.1:52705"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 64267}, - {"Proto": "peerapi6", "Port": 64267}, + {"Proto": "peerapi4", "Port": 59811}, + {"Proto": "peerapi6", "Port": 59811}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:16.434744791Z", + "Created": "2026-04-09T08:40:17.194090212Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12587,300 +12605,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "MachineKey": "mkey:a29d58906cac5a6e44c2c6b287ef8fec7d4b798d414779142664c67ee5881b38", + "NodeKey": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "MachineKey": "mkey:f442fbd04fe7475b3ba951374f3108c45619a3c3c57fc56c05a8622559868b3e", "Peers": [{ - "ID": 55143692731914, - "StableID": "n3oAJpXyR111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:2d2e6afca12f973f91e588dd75d42650223c469cb9701d447eae2b48d1dbc077", - "Addresses": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "AllowedIPs": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "Endpoints": ["77.164.248.136:58790", "10.65.0.27:58790", "172.17.0.1:58790"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54347}, - {"Proto": "peerapi6", "Port": 54347} - ]}, - "Created": "2026-04-09T01:34:21.319683476Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 587476803993065, - "StableID": "nYe3T825b511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "DiscoKey": "discokey:5f579569a8731f686264a06d9d771b4b04314621c1de9114235210f07a001d09", - "Addresses": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "AllowedIPs": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "Endpoints": ["77.164.248.136:55442", "10.65.0.27:55442", "172.17.0.1:55442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46583}, - {"Proto": "peerapi6", "Port": 46583} - ]}, - "Created": "2026-04-09T01:34:17.526951612Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 733323692860199, - "StableID": "nWYAbrA8j611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "DiscoKey": "discokey:710a8a8e41d2cce45eadf3e6ec724a80ebd7a51a884c2b467f228bcee6bcd72a", - "Addresses": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "AllowedIPs": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "Endpoints": ["77.164.248.136:43953", "10.65.0.27:43953", "172.17.0.1:43953"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49536}, - {"Proto": "peerapi6", "Port": 49536} - ]}, - "Created": "2026-04-09T01:34:14.498938146Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1081027719543171, - "StableID": "nt1hmNmbS911CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "DiscoKey": "discokey:292ac6cea244be0291121b058c246da9d5392ec6071dc8a9e567498524169833", - "Addresses": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "AllowedIPs": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "Endpoints": ["77.164.248.136:39782", "10.65.0.27:39782", "172.17.0.1:39782"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64721}, - {"Proto": "peerapi6", "Port": 64721} - ]}, - "Created": "2026-04-09T01:34:18.062845472Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1308567553944547, - "StableID": "n4mFmLreDB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "KeyExpiry": "2026-10-06T01:34:22Z", - "DiscoKey": "discokey:84d5467287b5bb9fdb806cbb33941af9c1b1f6426d1a8ead8d4779142243a812", - "Addresses": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "AllowedIPs": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61195}, - {"Proto": "peerapi6", "Port": 61195} - ]}, - "Created": "2026-04-09T01:34:22.392843596Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1458170274247357, - "StableID": "nEHDsJfQPC11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "DiscoKey": "discokey:5d9e77fe26edcedf040d643c693c604976d2881e9c1914f4a1dec28c1315ec38", - "Addresses": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "AllowedIPs": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "Endpoints": ["77.164.248.136:42440", "10.65.0.27:42440", "172.17.0.1:42440"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58333}, - {"Proto": "peerapi6", "Port": 58333} - ]}, - "Created": "2026-04-09T01:34:15.063002573Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2128158798624340, - "StableID": "n1upV88rcH11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "DiscoKey": "discokey:374a9403236612c18fc5f79a9f31694176a2f87baf78bea29542b6ecb32fdb22", - "Addresses": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "AllowedIPs": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "Endpoints": ["77.164.248.136:59797", "10.65.0.27:59797", "172.17.0.1:59797"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 44569}, - {"Proto": "peerapi6", "Port": 44569} - ]}, - "Created": "2026-04-09T01:34:18.611338887Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2774266633750480, - "StableID": "nXxtPFHUfN11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "DiscoKey": "discokey:03fc1b5b4e9d2deecfa3a125195ec4a2d5ee325a85cd269b8ff6a0f522a7027e", - "Addresses": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "AllowedIPs": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "Endpoints": ["77.164.248.136:40509", "10.65.0.27:40509", "172.17.0.1:40509"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61302}, - {"Proto": "peerapi6", "Port": 61302} - ]}, - "Created": "2026-04-09T01:34:19.692631518Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3144065347962730, - "StableID": "njXJTPGxYR11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "DiscoKey": "discokey:cd32fcf38f4aef82bb8d628d8e962b1b84655971b828861280af58310193e502", - "Addresses": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "AllowedIPs": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "Endpoints": ["77.164.248.136:46390", "10.65.0.27:46390", "172.17.0.1:46390"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48751}, - {"Proto": "peerapi6", "Port": 48751} - ]}, - "Created": "2026-04-09T01:34:19.164875391Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4339198282116662, - "StableID": "n3MeJ6PEta11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:c8bf66e125c0d1fbfa564b7d6fdb9f6b51a10af735b6c286cd09b2e8899b873d", - "Addresses": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "AllowedIPs": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "Endpoints": ["77.164.248.136:53358", "10.65.0.27:53358", "172.17.0.1:53358"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38747}, - {"Proto": "peerapi6", "Port": 38747} - ]}, - "Created": "2026-04-09T01:34:21.853039429Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5609424541911361, - "StableID": "n4zQC75Xok11CNTRL", + "ID": 475101903964100, + "StableID": "n5muL38Bi411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "DiscoKey": "discokey:e30d25612ea8879823412c4f901d4ac7978fcbcfd4b88264676628dbd1945108", - "Addresses": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "AllowedIPs": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "Endpoints": ["77.164.248.136:52920", "10.65.0.27:52920", "172.17.0.1:52920"], + "Key": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "DiscoKey": "discokey:91088c43a2ba636747e0c1f5bbea66cf028cd3271ae0eae8c0c5e92ebb001b23", + "Addresses": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "AllowedIPs": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "Endpoints": ["77.164.248.136:58759", "10.65.0.27:58759", "172.17.0.1:58759"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42084}, - {"Proto": "peerapi6", "Port": 42084} + {"Proto": "peerapi4", "Port": 65408}, + {"Proto": "peerapi6", "Port": 65408} ]}, - "Created": "2026-04-09T01:34:20.778306743Z", + "Created": "2026-04-09T08:40:21.47469119Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6012727004181473, - "StableID": "n677kG9Bxo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2237775725694892, + "StableID": "noaeyGaVUJ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "DiscoKey": "discokey:cded142c2f90556bcce4fa54d2e20e48acdec6361fcb4ef73361a85138ec722c", - "Addresses": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "AllowedIPs": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "Endpoints": ["77.164.248.136:47116", "10.65.0.27:47116", "172.17.0.1:47116"], + "Key": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "DiscoKey": "discokey:2fa77a0e1306541a7e293e2f12c2613d03cad0a17fccc14a9d823b123d16ce11", + "Addresses": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "AllowedIPs": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "Endpoints": ["77.164.248.136:58913", "10.65.0.27:58913", "172.17.0.1:58913"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35453}, - {"Proto": "peerapi6", "Port": 35453} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 59454}, + {"Proto": "peerapi6", "Port": 59454} ]}, - "Created": "2026-04-09T01:34:20.249928909Z", + "Created": "2026-04-09T08:40:17.726341955Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7210638195029538, - "StableID": "nT5DdpEiJy11CNTRL", + "ID": 2597493312809395, + "StableID": "nxBbMCkQHM11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "DiscoKey": "discokey:250d7e1ae97e2bf2bd4f77b57a2b264bcbcc31e0ad78e5dc878517991d378059", + "Addresses": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "AllowedIPs": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "Endpoints": ["77.164.248.136:47301", "10.65.0.27:47301", "172.17.0.1:47301"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56092}, + {"Proto": "peerapi6", "Port": 56092} + ]}, + "Created": "2026-04-09T08:40:18.252374212Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 3069841618983001, + "StableID": "nzj4hxXLyQ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "DiscoKey": "discokey:bf3d326c77bf5ee231a0e8bbedb0e9fb27a9a31f8a5c8ad478e1d6f2db563416", + "Addresses": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "AllowedIPs": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "Endpoints": ["77.164.248.136:35297", "10.65.0.27:35297", "172.17.0.1:35297"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63956}, + {"Proto": "peerapi6", "Port": 63956} + ]}, + "Created": "2026-04-09T08:40:16.125832034Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4508730590177364, + "StableID": "nqsDq1i1Dc11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "KeyExpiry": "2026-10-06T08:40:23Z", + "DiscoKey": "discokey:0a5e1b5a3d693548e7a4cafd3dc6f8d6de5a13f0205916cd7f72649ffffe8f42", + "Addresses": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "AllowedIPs": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35452}, + {"Proto": "peerapi6", "Port": 35452} + ]}, + "Created": "2026-04-09T08:40:23.100010052Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5609621523257249, + "StableID": "naPJmDFcok11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "DiscoKey": "discokey:1a7ae2e62f367c20168cc670403aee6cd436e5d046a72888b4950ee437ae9b2f", + "Addresses": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "AllowedIPs": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "Endpoints": ["77.164.248.136:48708", "10.65.0.27:48708", "172.17.0.1:48708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39823}, + {"Proto": "peerapi6", "Port": 39823} + ]}, + "Created": "2026-04-09T08:40:19.871433255Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5804063098088711, + "StableID": "nc35uwtfKn11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "DiscoKey": "discokey:63a5b61359187082131e1c613007a8f06fbea07ab8d6f9be60602aba04458d14", + "Addresses": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "AllowedIPs": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "Endpoints": ["77.164.248.136:59006", "10.65.0.27:59006", "172.17.0.1:59006"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 62483}, + {"Proto": "peerapi6", "Port": 62483} + ]}, + "Created": "2026-04-09T08:40:18.787421476Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6094810825305757, + "StableID": "nNy7w2MMbp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "DiscoKey": "discokey:a4d154e8172952f338eae9b8b79bc28ba9d0f7350d115f91ebdb996514ddd178", + "Addresses": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "AllowedIPs": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "Endpoints": ["77.164.248.136:34796", "10.65.0.27:34796", "172.17.0.1:34796"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 64575}, + {"Proto": "peerapi6", "Port": 64575} + ]}, + "Created": "2026-04-09T08:40:20.405674105Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6602301577345857, + "StableID": "ntCVsUGCZt11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:cc3e4b869840c9cd5f2ce1f3ddca29eb6795e4f15cd814aac24a9a05bc1d3e2e", + "Addresses": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "AllowedIPs": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "Endpoints": ["77.164.248.136:53072", "10.65.0.27:53072", "172.17.0.1:53072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52787}, + {"Proto": "peerapi6", "Port": 52787} + ]}, + "Created": "2026-04-09T08:40:22.546641931Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7224626433747371, + "StableID": "nGyzNmg3Ry11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "DiscoKey": "discokey:9f7210477ff45d6ee7a5474d8ea991093323f0ddc8706bdcf5c722590108b507", - "Addresses": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "AllowedIPs": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "Endpoints": ["77.164.248.136:37428", "10.65.0.27:37428", "172.17.0.1:37428"], + "Key": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "DiscoKey": "discokey:90b7bb69544d6e97fe19d76c251bfb51f75621a08f93a89032e1215056e25218", + "Addresses": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "AllowedIPs": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "Endpoints": ["77.164.248.136:60554", "10.65.0.27:60554", "172.17.0.1:60554"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54097}, - {"Proto": "peerapi6", "Port": 54097} + {"Proto": "peerapi4", "Port": 49761}, + {"Proto": "peerapi6", "Port": 49761} ]}, - "Created": "2026-04-09T01:34:15.672671867Z", + "Created": "2026-04-09T08:40:16.656589522Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7843277448921776, - "StableID": "n5dv7jbEF421CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 7539292078851549, + "StableID": "nkz5vGRZs121CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "DiscoKey": "discokey:cb58d39419abb776a693c6d438993ac3a691d4b09fdad14d92285f4bc6928b2e", - "Addresses": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "AllowedIPs": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "Endpoints": ["77.164.248.136:43993", "10.65.0.27:43993", "172.17.0.1:43993"], + "Key": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "DiscoKey": "discokey:637c1e3f53afffefabd0d8dea279cbca14bd272d8ce6ef340d36629d3c48c52b", + "Addresses": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "AllowedIPs": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "Endpoints": ["77.164.248.136:60762", "10.65.0.27:60762", "172.17.0.1:60762"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56780}, - {"Proto": "peerapi6", "Port": 56780} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 38119}, + {"Proto": "peerapi6", "Port": 38119} ]}, - "Created": "2026-04-09T01:34:17.017873165Z", + "Created": "2026-04-09T08:40:19.332143883Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7887424075573407, + "StableID": "n2nvLqFEb421CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:7021fc95efe2ef0de8994a1e9d96b55e4731ec38318f0eff81b7352f54c2825b", + "Addresses": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "AllowedIPs": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "Endpoints": ["77.164.248.136:35369", "10.65.0.27:35369", "172.17.0.1:35369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45241}, + {"Proto": "peerapi6", "Port": 45241} + ]}, + "Created": "2026-04-09T08:40:22.009080784Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8399271283341362, + "StableID": "nDGdMcc3b821CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "DiscoKey": "discokey:5f3cdcc96d476ebebd8c6749e327f0fabe5fd3a9099da246ec2756b3718cfd6c", + "Addresses": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "AllowedIPs": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "Endpoints": ["77.164.248.136:36296", "10.65.0.27:36296", "172.17.0.1:36296"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 35169}, + {"Proto": "peerapi6", "Port": 35169} + ]}, + "Created": "2026-04-09T08:40:15.582286546Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8779946062713973, + "StableID": "nEbr37JTZB21CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "DiscoKey": "discokey:7581ed7bfe79e3f67c0a429f12d3d3b0e90b202655e3f2584341b81b6d8a6916", + "Addresses": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "AllowedIPs": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "Endpoints": ["77.164.248.136:35656", "10.65.0.27:35656", "172.17.0.1:35656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47833}, + {"Proto": "peerapi6", "Port": 47833} + ]}, + "Created": "2026-04-09T08:40:20.940306653Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13728,27 +13746,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4191526887852959": { - "ID": 4191526887852959, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8253438319608264": { + "ID": 8253438319608264, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13779,26 +13799,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1081027719543171, - "StableID": "nt1hmNmbS911CNTRL", + "ID": 5804063098088711, + "StableID": "nc35uwtfKn11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 1081027719543171, - "Key": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "DiscoKey": "discokey:292ac6cea244be0291121b058c246da9d5392ec6071dc8a9e567498524169833", - "Addresses": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "AllowedIPs": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "Endpoints": ["77.164.248.136:39782", "10.65.0.27:39782", "172.17.0.1:39782"], + "User": 5804063098088711, + "Key": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "DiscoKey": "discokey:63a5b61359187082131e1c613007a8f06fbea07ab8d6f9be60602aba04458d14", + "Addresses": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "AllowedIPs": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "Endpoints": ["77.164.248.136:59006", "10.65.0.27:59006", "172.17.0.1:59006"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 64721}, - {"Proto": "peerapi6", "Port": 64721}, + {"Proto": "peerapi4", "Port": 62483}, + {"Proto": "peerapi6", "Port": 62483}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:18.062845472Z", + "Created": "2026-04-09T08:40:18.787421476Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13826,302 +13846,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "MachineKey": "mkey:9089a942d7abbb0a24c6b0482496c80bfd34b04021c8c3f3cc0146defd5d8f6e", + "NodeKey": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "MachineKey": "mkey:5a06dcd1d764807ed2b07e0c6ccabba3c881be3430c79d8ce667687b416bf95a", "Peers": [{ - "ID": 55143692731914, - "StableID": "n3oAJpXyR111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:2d2e6afca12f973f91e588dd75d42650223c469cb9701d447eae2b48d1dbc077", - "Addresses": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "AllowedIPs": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "Endpoints": ["77.164.248.136:58790", "10.65.0.27:58790", "172.17.0.1:58790"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54347}, - {"Proto": "peerapi6", "Port": 54347} - ]}, - "Created": "2026-04-09T01:34:21.319683476Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 587476803993065, - "StableID": "nYe3T825b511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "DiscoKey": "discokey:5f579569a8731f686264a06d9d771b4b04314621c1de9114235210f07a001d09", - "Addresses": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "AllowedIPs": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "Endpoints": ["77.164.248.136:55442", "10.65.0.27:55442", "172.17.0.1:55442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46583}, - {"Proto": "peerapi6", "Port": 46583} - ]}, - "Created": "2026-04-09T01:34:17.526951612Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 733323692860199, - "StableID": "nWYAbrA8j611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "DiscoKey": "discokey:710a8a8e41d2cce45eadf3e6ec724a80ebd7a51a884c2b467f228bcee6bcd72a", - "Addresses": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "AllowedIPs": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "Endpoints": ["77.164.248.136:43953", "10.65.0.27:43953", "172.17.0.1:43953"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49536}, - {"Proto": "peerapi6", "Port": 49536} - ]}, - "Created": "2026-04-09T01:34:14.498938146Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1308567553944547, - "StableID": "n4mFmLreDB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "KeyExpiry": "2026-10-06T01:34:22Z", - "DiscoKey": "discokey:84d5467287b5bb9fdb806cbb33941af9c1b1f6426d1a8ead8d4779142243a812", - "Addresses": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "AllowedIPs": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "Endpoints": ["77.164.248.136:45037", "10.65.0.27:45037", "172.17.0.1:45037"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61195}, - {"Proto": "peerapi6", "Port": 61195} - ]}, - "Created": "2026-04-09T01:34:22.392843596Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1458170274247357, - "StableID": "nEHDsJfQPC11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "DiscoKey": "discokey:5d9e77fe26edcedf040d643c693c604976d2881e9c1914f4a1dec28c1315ec38", - "Addresses": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "AllowedIPs": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "Endpoints": ["77.164.248.136:42440", "10.65.0.27:42440", "172.17.0.1:42440"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58333}, - {"Proto": "peerapi6", "Port": 58333} - ]}, - "Created": "2026-04-09T01:34:15.063002573Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2128158798624340, - "StableID": "n1upV88rcH11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "DiscoKey": "discokey:374a9403236612c18fc5f79a9f31694176a2f87baf78bea29542b6ecb32fdb22", - "Addresses": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "AllowedIPs": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "Endpoints": ["77.164.248.136:59797", "10.65.0.27:59797", "172.17.0.1:59797"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 44569}, - {"Proto": "peerapi6", "Port": 44569} - ]}, - "Created": "2026-04-09T01:34:18.611338887Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2774266633750480, - "StableID": "nXxtPFHUfN11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "DiscoKey": "discokey:03fc1b5b4e9d2deecfa3a125195ec4a2d5ee325a85cd269b8ff6a0f522a7027e", - "Addresses": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "AllowedIPs": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "Endpoints": ["77.164.248.136:40509", "10.65.0.27:40509", "172.17.0.1:40509"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61302}, - {"Proto": "peerapi6", "Port": 61302} - ]}, - "Created": "2026-04-09T01:34:19.692631518Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3144065347962730, - "StableID": "njXJTPGxYR11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "DiscoKey": "discokey:cd32fcf38f4aef82bb8d628d8e962b1b84655971b828861280af58310193e502", - "Addresses": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "AllowedIPs": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "Endpoints": ["77.164.248.136:46390", "10.65.0.27:46390", "172.17.0.1:46390"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48751}, - {"Proto": "peerapi6", "Port": 48751} - ]}, - "Created": "2026-04-09T01:34:19.164875391Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4191526887852959, - "StableID": "n4sTscJMjZ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "DiscoKey": "discokey:a37bd35fe91b9ea984b5d0710656b3c31e606b0f12946aad4eb6071ed119353e", - "Addresses": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "AllowedIPs": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "Endpoints": ["77.164.248.136:41110", "10.65.0.27:41110", "172.17.0.1:41110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64267}, - {"Proto": "peerapi6", "Port": 64267} - ]}, - "Created": "2026-04-09T01:34:16.434744791Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4339198282116662, - "StableID": "n3MeJ6PEta11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:c8bf66e125c0d1fbfa564b7d6fdb9f6b51a10af735b6c286cd09b2e8899b873d", - "Addresses": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "AllowedIPs": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "Endpoints": ["77.164.248.136:53358", "10.65.0.27:53358", "172.17.0.1:53358"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38747}, - {"Proto": "peerapi6", "Port": 38747} - ]}, - "Created": "2026-04-09T01:34:21.853039429Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5609424541911361, - "StableID": "n4zQC75Xok11CNTRL", + "ID": 475101903964100, + "StableID": "n5muL38Bi411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "DiscoKey": "discokey:e30d25612ea8879823412c4f901d4ac7978fcbcfd4b88264676628dbd1945108", - "Addresses": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "AllowedIPs": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "Endpoints": ["77.164.248.136:52920", "10.65.0.27:52920", "172.17.0.1:52920"], + "Key": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "DiscoKey": "discokey:91088c43a2ba636747e0c1f5bbea66cf028cd3271ae0eae8c0c5e92ebb001b23", + "Addresses": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "AllowedIPs": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "Endpoints": ["77.164.248.136:58759", "10.65.0.27:58759", "172.17.0.1:58759"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42084}, - {"Proto": "peerapi6", "Port": 42084} + {"Proto": "peerapi4", "Port": 65408}, + {"Proto": "peerapi6", "Port": 65408} ]}, - "Created": "2026-04-09T01:34:20.778306743Z", + "Created": "2026-04-09T08:40:21.47469119Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6012727004181473, - "StableID": "n677kG9Bxo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2237775725694892, + "StableID": "noaeyGaVUJ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "DiscoKey": "discokey:cded142c2f90556bcce4fa54d2e20e48acdec6361fcb4ef73361a85138ec722c", - "Addresses": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "AllowedIPs": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "Endpoints": ["77.164.248.136:47116", "10.65.0.27:47116", "172.17.0.1:47116"], + "Key": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "DiscoKey": "discokey:2fa77a0e1306541a7e293e2f12c2613d03cad0a17fccc14a9d823b123d16ce11", + "Addresses": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "AllowedIPs": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "Endpoints": ["77.164.248.136:58913", "10.65.0.27:58913", "172.17.0.1:58913"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35453}, - {"Proto": "peerapi6", "Port": 35453} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 59454}, + {"Proto": "peerapi6", "Port": 59454} ]}, - "Created": "2026-04-09T01:34:20.249928909Z", + "Created": "2026-04-09T08:40:17.726341955Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7210638195029538, - "StableID": "nT5DdpEiJy11CNTRL", + "ID": 2597493312809395, + "StableID": "nxBbMCkQHM11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "DiscoKey": "discokey:250d7e1ae97e2bf2bd4f77b57a2b264bcbcc31e0ad78e5dc878517991d378059", + "Addresses": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "AllowedIPs": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "Endpoints": ["77.164.248.136:47301", "10.65.0.27:47301", "172.17.0.1:47301"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56092}, + {"Proto": "peerapi6", "Port": 56092} + ]}, + "Created": "2026-04-09T08:40:18.252374212Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 3069841618983001, + "StableID": "nzj4hxXLyQ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "DiscoKey": "discokey:bf3d326c77bf5ee231a0e8bbedb0e9fb27a9a31f8a5c8ad478e1d6f2db563416", + "Addresses": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "AllowedIPs": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "Endpoints": ["77.164.248.136:35297", "10.65.0.27:35297", "172.17.0.1:35297"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63956}, + {"Proto": "peerapi6", "Port": 63956} + ]}, + "Created": "2026-04-09T08:40:16.125832034Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4508730590177364, + "StableID": "nqsDq1i1Dc11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "KeyExpiry": "2026-10-06T08:40:23Z", + "DiscoKey": "discokey:0a5e1b5a3d693548e7a4cafd3dc6f8d6de5a13f0205916cd7f72649ffffe8f42", + "Addresses": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "AllowedIPs": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "Endpoints": ["77.164.248.136:57724", "10.65.0.27:57724", "172.17.0.1:57724"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35452}, + {"Proto": "peerapi6", "Port": 35452} + ]}, + "Created": "2026-04-09T08:40:23.100010052Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5609621523257249, + "StableID": "naPJmDFcok11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "DiscoKey": "discokey:1a7ae2e62f367c20168cc670403aee6cd436e5d046a72888b4950ee437ae9b2f", + "Addresses": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "AllowedIPs": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "Endpoints": ["77.164.248.136:48708", "10.65.0.27:48708", "172.17.0.1:48708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39823}, + {"Proto": "peerapi6", "Port": 39823} + ]}, + "Created": "2026-04-09T08:40:19.871433255Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 6094810825305757, + "StableID": "nNy7w2MMbp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "DiscoKey": "discokey:a4d154e8172952f338eae9b8b79bc28ba9d0f7350d115f91ebdb996514ddd178", + "Addresses": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "AllowedIPs": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "Endpoints": ["77.164.248.136:34796", "10.65.0.27:34796", "172.17.0.1:34796"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 64575}, + {"Proto": "peerapi6", "Port": 64575} + ]}, + "Created": "2026-04-09T08:40:20.405674105Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6602301577345857, + "StableID": "ntCVsUGCZt11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:cc3e4b869840c9cd5f2ce1f3ddca29eb6795e4f15cd814aac24a9a05bc1d3e2e", + "Addresses": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "AllowedIPs": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "Endpoints": ["77.164.248.136:53072", "10.65.0.27:53072", "172.17.0.1:53072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52787}, + {"Proto": "peerapi6", "Port": 52787} + ]}, + "Created": "2026-04-09T08:40:22.546641931Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7224626433747371, + "StableID": "nGyzNmg3Ry11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "DiscoKey": "discokey:9f7210477ff45d6ee7a5474d8ea991093323f0ddc8706bdcf5c722590108b507", - "Addresses": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "AllowedIPs": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "Endpoints": ["77.164.248.136:37428", "10.65.0.27:37428", "172.17.0.1:37428"], + "Key": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "DiscoKey": "discokey:90b7bb69544d6e97fe19d76c251bfb51f75621a08f93a89032e1215056e25218", + "Addresses": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "AllowedIPs": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "Endpoints": ["77.164.248.136:60554", "10.65.0.27:60554", "172.17.0.1:60554"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54097}, - {"Proto": "peerapi6", "Port": 54097} + {"Proto": "peerapi4", "Port": 49761}, + {"Proto": "peerapi6", "Port": 49761} ]}, - "Created": "2026-04-09T01:34:15.672671867Z", + "Created": "2026-04-09T08:40:16.656589522Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7843277448921776, - "StableID": "n5dv7jbEF421CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 7539292078851549, + "StableID": "nkz5vGRZs121CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "DiscoKey": "discokey:cb58d39419abb776a693c6d438993ac3a691d4b09fdad14d92285f4bc6928b2e", - "Addresses": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "AllowedIPs": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "Endpoints": ["77.164.248.136:43993", "10.65.0.27:43993", "172.17.0.1:43993"], + "Key": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "DiscoKey": "discokey:637c1e3f53afffefabd0d8dea279cbca14bd272d8ce6ef340d36629d3c48c52b", + "Addresses": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "AllowedIPs": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "Endpoints": ["77.164.248.136:60762", "10.65.0.27:60762", "172.17.0.1:60762"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56780}, - {"Proto": "peerapi6", "Port": 56780} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 38119}, + {"Proto": "peerapi6", "Port": 38119} ]}, - "Created": "2026-04-09T01:34:17.017873165Z", + "Created": "2026-04-09T08:40:19.332143883Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7887424075573407, + "StableID": "n2nvLqFEb421CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:7021fc95efe2ef0de8994a1e9d96b55e4731ec38318f0eff81b7352f54c2825b", + "Addresses": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "AllowedIPs": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "Endpoints": ["77.164.248.136:35369", "10.65.0.27:35369", "172.17.0.1:35369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45241}, + {"Proto": "peerapi6", "Port": 45241} + ]}, + "Created": "2026-04-09T08:40:22.009080784Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8253438319608264, + "StableID": "n7aTj6qzS721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "DiscoKey": "discokey:1997e5b8c984f219921dc6cfb1bc60cd3613f677654897b9509d7885fca86f3e", + "Addresses": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "AllowedIPs": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "Endpoints": ["77.164.248.136:52705", "10.65.0.27:52705", "172.17.0.1:52705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59811}, + {"Proto": "peerapi6", "Port": 59811} + ]}, + "Created": "2026-04-09T08:40:17.194090212Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8399271283341362, + "StableID": "nDGdMcc3b821CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "DiscoKey": "discokey:5f3cdcc96d476ebebd8c6749e327f0fabe5fd3a9099da246ec2756b3718cfd6c", + "Addresses": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "AllowedIPs": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "Endpoints": ["77.164.248.136:36296", "10.65.0.27:36296", "172.17.0.1:36296"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 35169}, + {"Proto": "peerapi6", "Port": 35169} + ]}, + "Created": "2026-04-09T08:40:15.582286546Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8779946062713973, + "StableID": "nEbr37JTZB21CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "DiscoKey": "discokey:7581ed7bfe79e3f67c0a429f12d3d3b0e90b202655e3f2584341b81b6d8a6916", + "Addresses": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "AllowedIPs": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "Endpoints": ["77.164.248.136:35656", "10.65.0.27:35656", "172.17.0.1:35656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47833}, + {"Proto": "peerapi6", "Port": 47833} + ]}, + "Created": "2026-04-09T08:40:20.940306653Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -14969,27 +14989,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1081027719543171": { - "ID": 1081027719543171, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5804063098088711": { + "ID": 5804063098088711, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15020,26 +15042,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3144065347962730, - "StableID": "njXJTPGxYR11CNTRL", + "ID": 5609621523257249, + "StableID": "naPJmDFcok11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 3144065347962730, - "Key": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "DiscoKey": "discokey:cd32fcf38f4aef82bb8d628d8e962b1b84655971b828861280af58310193e502", - "Addresses": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "AllowedIPs": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "Endpoints": ["77.164.248.136:46390", "10.65.0.27:46390", "172.17.0.1:46390"], + "User": 5609621523257249, + "Key": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "DiscoKey": "discokey:1a7ae2e62f367c20168cc670403aee6cd436e5d046a72888b4950ee437ae9b2f", + "Addresses": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "AllowedIPs": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "Endpoints": ["77.164.248.136:48708", "10.65.0.27:48708", "172.17.0.1:48708"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 48751}, - {"Proto": "peerapi6", "Port": 48751}, + {"Proto": "peerapi4", "Port": 39823}, + {"Proto": "peerapi6", "Port": 39823}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:19.164875391Z", + "Created": "2026-04-09T08:40:19.871433255Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15067,302 +15089,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "MachineKey": "mkey:149331e70f67828b3afd9eecfd804a09038ecc8e4a46ac1e29c8978acd89882c", + "NodeKey": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "MachineKey": "mkey:5ac34788d23fc74776fd5ae4e29b558ddc813bbadcc4a23ca2c8f72503e1ff04", "Peers": [{ - "ID": 55143692731914, - "StableID": "n3oAJpXyR111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:2d2e6afca12f973f91e588dd75d42650223c469cb9701d447eae2b48d1dbc077", - "Addresses": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "AllowedIPs": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "Endpoints": ["77.164.248.136:58790", "10.65.0.27:58790", "172.17.0.1:58790"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54347}, - {"Proto": "peerapi6", "Port": 54347} - ]}, - "Created": "2026-04-09T01:34:21.319683476Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 587476803993065, - "StableID": "nYe3T825b511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "DiscoKey": "discokey:5f579569a8731f686264a06d9d771b4b04314621c1de9114235210f07a001d09", - "Addresses": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "AllowedIPs": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "Endpoints": ["77.164.248.136:55442", "10.65.0.27:55442", "172.17.0.1:55442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46583}, - {"Proto": "peerapi6", "Port": 46583} - ]}, - "Created": "2026-04-09T01:34:17.526951612Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 733323692860199, - "StableID": "nWYAbrA8j611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "DiscoKey": "discokey:710a8a8e41d2cce45eadf3e6ec724a80ebd7a51a884c2b467f228bcee6bcd72a", - "Addresses": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "AllowedIPs": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "Endpoints": ["77.164.248.136:43953", "10.65.0.27:43953", "172.17.0.1:43953"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49536}, - {"Proto": "peerapi6", "Port": 49536} - ]}, - "Created": "2026-04-09T01:34:14.498938146Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1081027719543171, - "StableID": "nt1hmNmbS911CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "DiscoKey": "discokey:292ac6cea244be0291121b058c246da9d5392ec6071dc8a9e567498524169833", - "Addresses": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "AllowedIPs": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "Endpoints": ["77.164.248.136:39782", "10.65.0.27:39782", "172.17.0.1:39782"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64721}, - {"Proto": "peerapi6", "Port": 64721} - ]}, - "Created": "2026-04-09T01:34:18.062845472Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1308567553944547, - "StableID": "n4mFmLreDB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "KeyExpiry": "2026-10-06T01:34:22Z", - "DiscoKey": "discokey:84d5467287b5bb9fdb806cbb33941af9c1b1f6426d1a8ead8d4779142243a812", - "Addresses": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "AllowedIPs": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "Endpoints": ["77.164.248.136:45037", "10.65.0.27:45037", "172.17.0.1:45037"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61195}, - {"Proto": "peerapi6", "Port": 61195} - ]}, - "Created": "2026-04-09T01:34:22.392843596Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1458170274247357, - "StableID": "nEHDsJfQPC11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "DiscoKey": "discokey:5d9e77fe26edcedf040d643c693c604976d2881e9c1914f4a1dec28c1315ec38", - "Addresses": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "AllowedIPs": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "Endpoints": ["77.164.248.136:42440", "10.65.0.27:42440", "172.17.0.1:42440"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58333}, - {"Proto": "peerapi6", "Port": 58333} - ]}, - "Created": "2026-04-09T01:34:15.063002573Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2128158798624340, - "StableID": "n1upV88rcH11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "DiscoKey": "discokey:374a9403236612c18fc5f79a9f31694176a2f87baf78bea29542b6ecb32fdb22", - "Addresses": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "AllowedIPs": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "Endpoints": ["77.164.248.136:59797", "10.65.0.27:59797", "172.17.0.1:59797"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 44569}, - {"Proto": "peerapi6", "Port": 44569} - ]}, - "Created": "2026-04-09T01:34:18.611338887Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2774266633750480, - "StableID": "nXxtPFHUfN11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "DiscoKey": "discokey:03fc1b5b4e9d2deecfa3a125195ec4a2d5ee325a85cd269b8ff6a0f522a7027e", - "Addresses": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "AllowedIPs": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "Endpoints": ["77.164.248.136:40509", "10.65.0.27:40509", "172.17.0.1:40509"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61302}, - {"Proto": "peerapi6", "Port": 61302} - ]}, - "Created": "2026-04-09T01:34:19.692631518Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4191526887852959, - "StableID": "n4sTscJMjZ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "DiscoKey": "discokey:a37bd35fe91b9ea984b5d0710656b3c31e606b0f12946aad4eb6071ed119353e", - "Addresses": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "AllowedIPs": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "Endpoints": ["77.164.248.136:41110", "10.65.0.27:41110", "172.17.0.1:41110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64267}, - {"Proto": "peerapi6", "Port": 64267} - ]}, - "Created": "2026-04-09T01:34:16.434744791Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4339198282116662, - "StableID": "n3MeJ6PEta11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:c8bf66e125c0d1fbfa564b7d6fdb9f6b51a10af735b6c286cd09b2e8899b873d", - "Addresses": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "AllowedIPs": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "Endpoints": ["77.164.248.136:53358", "10.65.0.27:53358", "172.17.0.1:53358"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38747}, - {"Proto": "peerapi6", "Port": 38747} - ]}, - "Created": "2026-04-09T01:34:21.853039429Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5609424541911361, - "StableID": "n4zQC75Xok11CNTRL", + "ID": 475101903964100, + "StableID": "n5muL38Bi411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "DiscoKey": "discokey:e30d25612ea8879823412c4f901d4ac7978fcbcfd4b88264676628dbd1945108", - "Addresses": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "AllowedIPs": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "Endpoints": ["77.164.248.136:52920", "10.65.0.27:52920", "172.17.0.1:52920"], + "Key": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "DiscoKey": "discokey:91088c43a2ba636747e0c1f5bbea66cf028cd3271ae0eae8c0c5e92ebb001b23", + "Addresses": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "AllowedIPs": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "Endpoints": ["77.164.248.136:58759", "10.65.0.27:58759", "172.17.0.1:58759"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42084}, - {"Proto": "peerapi6", "Port": 42084} + {"Proto": "peerapi4", "Port": 65408}, + {"Proto": "peerapi6", "Port": 65408} ]}, - "Created": "2026-04-09T01:34:20.778306743Z", + "Created": "2026-04-09T08:40:21.47469119Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6012727004181473, - "StableID": "n677kG9Bxo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2237775725694892, + "StableID": "noaeyGaVUJ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "DiscoKey": "discokey:cded142c2f90556bcce4fa54d2e20e48acdec6361fcb4ef73361a85138ec722c", - "Addresses": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "AllowedIPs": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "Endpoints": ["77.164.248.136:47116", "10.65.0.27:47116", "172.17.0.1:47116"], + "Key": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "DiscoKey": "discokey:2fa77a0e1306541a7e293e2f12c2613d03cad0a17fccc14a9d823b123d16ce11", + "Addresses": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "AllowedIPs": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "Endpoints": ["77.164.248.136:58913", "10.65.0.27:58913", "172.17.0.1:58913"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35453}, - {"Proto": "peerapi6", "Port": 35453} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 59454}, + {"Proto": "peerapi6", "Port": 59454} ]}, - "Created": "2026-04-09T01:34:20.249928909Z", + "Created": "2026-04-09T08:40:17.726341955Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7210638195029538, - "StableID": "nT5DdpEiJy11CNTRL", + "ID": 2597493312809395, + "StableID": "nxBbMCkQHM11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "DiscoKey": "discokey:250d7e1ae97e2bf2bd4f77b57a2b264bcbcc31e0ad78e5dc878517991d378059", + "Addresses": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "AllowedIPs": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "Endpoints": ["77.164.248.136:47301", "10.65.0.27:47301", "172.17.0.1:47301"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56092}, + {"Proto": "peerapi6", "Port": 56092} + ]}, + "Created": "2026-04-09T08:40:18.252374212Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 3069841618983001, + "StableID": "nzj4hxXLyQ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "DiscoKey": "discokey:bf3d326c77bf5ee231a0e8bbedb0e9fb27a9a31f8a5c8ad478e1d6f2db563416", + "Addresses": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "AllowedIPs": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "Endpoints": ["77.164.248.136:35297", "10.65.0.27:35297", "172.17.0.1:35297"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63956}, + {"Proto": "peerapi6", "Port": 63956} + ]}, + "Created": "2026-04-09T08:40:16.125832034Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4508730590177364, + "StableID": "nqsDq1i1Dc11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "KeyExpiry": "2026-10-06T08:40:23Z", + "DiscoKey": "discokey:0a5e1b5a3d693548e7a4cafd3dc6f8d6de5a13f0205916cd7f72649ffffe8f42", + "Addresses": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "AllowedIPs": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "Endpoints": ["77.164.248.136:57724", "10.65.0.27:57724", "172.17.0.1:57724"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35452}, + {"Proto": "peerapi6", "Port": 35452} + ]}, + "Created": "2026-04-09T08:40:23.100010052Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5804063098088711, + "StableID": "nc35uwtfKn11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "DiscoKey": "discokey:63a5b61359187082131e1c613007a8f06fbea07ab8d6f9be60602aba04458d14", + "Addresses": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "AllowedIPs": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "Endpoints": ["77.164.248.136:59006", "10.65.0.27:59006", "172.17.0.1:59006"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 62483}, + {"Proto": "peerapi6", "Port": 62483} + ]}, + "Created": "2026-04-09T08:40:18.787421476Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6094810825305757, + "StableID": "nNy7w2MMbp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "DiscoKey": "discokey:a4d154e8172952f338eae9b8b79bc28ba9d0f7350d115f91ebdb996514ddd178", + "Addresses": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "AllowedIPs": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "Endpoints": ["77.164.248.136:34796", "10.65.0.27:34796", "172.17.0.1:34796"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 64575}, + {"Proto": "peerapi6", "Port": 64575} + ]}, + "Created": "2026-04-09T08:40:20.405674105Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6602301577345857, + "StableID": "ntCVsUGCZt11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:cc3e4b869840c9cd5f2ce1f3ddca29eb6795e4f15cd814aac24a9a05bc1d3e2e", + "Addresses": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "AllowedIPs": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "Endpoints": ["77.164.248.136:53072", "10.65.0.27:53072", "172.17.0.1:53072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52787}, + {"Proto": "peerapi6", "Port": 52787} + ]}, + "Created": "2026-04-09T08:40:22.546641931Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7224626433747371, + "StableID": "nGyzNmg3Ry11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "DiscoKey": "discokey:9f7210477ff45d6ee7a5474d8ea991093323f0ddc8706bdcf5c722590108b507", - "Addresses": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "AllowedIPs": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "Endpoints": ["77.164.248.136:37428", "10.65.0.27:37428", "172.17.0.1:37428"], + "Key": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "DiscoKey": "discokey:90b7bb69544d6e97fe19d76c251bfb51f75621a08f93a89032e1215056e25218", + "Addresses": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "AllowedIPs": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "Endpoints": ["77.164.248.136:60554", "10.65.0.27:60554", "172.17.0.1:60554"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54097}, - {"Proto": "peerapi6", "Port": 54097} + {"Proto": "peerapi4", "Port": 49761}, + {"Proto": "peerapi6", "Port": 49761} ]}, - "Created": "2026-04-09T01:34:15.672671867Z", + "Created": "2026-04-09T08:40:16.656589522Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7843277448921776, - "StableID": "n5dv7jbEF421CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 7539292078851549, + "StableID": "nkz5vGRZs121CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "DiscoKey": "discokey:cb58d39419abb776a693c6d438993ac3a691d4b09fdad14d92285f4bc6928b2e", - "Addresses": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "AllowedIPs": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "Endpoints": ["77.164.248.136:43993", "10.65.0.27:43993", "172.17.0.1:43993"], + "Key": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "DiscoKey": "discokey:637c1e3f53afffefabd0d8dea279cbca14bd272d8ce6ef340d36629d3c48c52b", + "Addresses": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "AllowedIPs": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "Endpoints": ["77.164.248.136:60762", "10.65.0.27:60762", "172.17.0.1:60762"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56780}, - {"Proto": "peerapi6", "Port": 56780} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 38119}, + {"Proto": "peerapi6", "Port": 38119} ]}, - "Created": "2026-04-09T01:34:17.017873165Z", + "Created": "2026-04-09T08:40:19.332143883Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7887424075573407, + "StableID": "n2nvLqFEb421CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:7021fc95efe2ef0de8994a1e9d96b55e4731ec38318f0eff81b7352f54c2825b", + "Addresses": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "AllowedIPs": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "Endpoints": ["77.164.248.136:35369", "10.65.0.27:35369", "172.17.0.1:35369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45241}, + {"Proto": "peerapi6", "Port": 45241} + ]}, + "Created": "2026-04-09T08:40:22.009080784Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8253438319608264, + "StableID": "n7aTj6qzS721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "DiscoKey": "discokey:1997e5b8c984f219921dc6cfb1bc60cd3613f677654897b9509d7885fca86f3e", + "Addresses": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "AllowedIPs": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "Endpoints": ["77.164.248.136:52705", "10.65.0.27:52705", "172.17.0.1:52705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59811}, + {"Proto": "peerapi6", "Port": 59811} + ]}, + "Created": "2026-04-09T08:40:17.194090212Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8399271283341362, + "StableID": "nDGdMcc3b821CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "DiscoKey": "discokey:5f3cdcc96d476ebebd8c6749e327f0fabe5fd3a9099da246ec2756b3718cfd6c", + "Addresses": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "AllowedIPs": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "Endpoints": ["77.164.248.136:36296", "10.65.0.27:36296", "172.17.0.1:36296"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 35169}, + {"Proto": "peerapi6", "Port": 35169} + ]}, + "Created": "2026-04-09T08:40:15.582286546Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8779946062713973, + "StableID": "nEbr37JTZB21CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "DiscoKey": "discokey:7581ed7bfe79e3f67c0a429f12d3d3b0e90b202655e3f2584341b81b6d8a6916", + "Addresses": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "AllowedIPs": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "Endpoints": ["77.164.248.136:35656", "10.65.0.27:35656", "172.17.0.1:35656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47833}, + {"Proto": "peerapi6", "Port": 47833} + ]}, + "Created": "2026-04-09T08:40:20.940306653Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16210,27 +16232,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3144065347962730": { - "ID": 3144065347962730, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5609621523257249": { + "ID": 5609621523257249, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16261,22 +16285,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4339198282116662, - "StableID": "n3MeJ6PEta11CNTRL", + "ID": 6602301577345857, + "StableID": "ntCVsUGCZt11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:c8bf66e125c0d1fbfa564b7d6fdb9f6b51a10af735b6c286cd09b2e8899b873d", - "Addresses": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "AllowedIPs": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "Endpoints": ["77.164.248.136:53358", "10.65.0.27:53358", "172.17.0.1:53358"], + "Key": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:cc3e4b869840c9cd5f2ce1f3ddca29eb6795e4f15cd814aac24a9a05bc1d3e2e", + "Addresses": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "AllowedIPs": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "Endpoints": ["77.164.248.136:53072", "10.65.0.27:53072", "172.17.0.1:53072"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38747}, - {"Proto": "peerapi6", "Port": 38747}, + {"Proto": "peerapi4", "Port": 52787}, + {"Proto": "peerapi6", "Port": 52787}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:21.853039429Z", + "Created": "2026-04-09T08:40:22.546641931Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16303,300 +16327,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "MachineKey": "mkey:30b9ad3cd4ab3c0c078aff7cc8d2afc55177a4a2d7bd194f78c934e0e480f306", + "NodeKey": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "MachineKey": "mkey:d749cf75a54d821541a3038a911286522291aa09382ec14d0e99e3a22d326e13", "Peers": [{ - "ID": 55143692731914, - "StableID": "n3oAJpXyR111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:2d2e6afca12f973f91e588dd75d42650223c469cb9701d447eae2b48d1dbc077", - "Addresses": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "AllowedIPs": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "Endpoints": ["77.164.248.136:58790", "10.65.0.27:58790", "172.17.0.1:58790"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54347}, - {"Proto": "peerapi6", "Port": 54347} - ]}, - "Created": "2026-04-09T01:34:21.319683476Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 587476803993065, - "StableID": "nYe3T825b511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "DiscoKey": "discokey:5f579569a8731f686264a06d9d771b4b04314621c1de9114235210f07a001d09", - "Addresses": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "AllowedIPs": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "Endpoints": ["77.164.248.136:55442", "10.65.0.27:55442", "172.17.0.1:55442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46583}, - {"Proto": "peerapi6", "Port": 46583} - ]}, - "Created": "2026-04-09T01:34:17.526951612Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 733323692860199, - "StableID": "nWYAbrA8j611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "DiscoKey": "discokey:710a8a8e41d2cce45eadf3e6ec724a80ebd7a51a884c2b467f228bcee6bcd72a", - "Addresses": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "AllowedIPs": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "Endpoints": ["77.164.248.136:43953", "10.65.0.27:43953", "172.17.0.1:43953"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49536}, - {"Proto": "peerapi6", "Port": 49536} - ]}, - "Created": "2026-04-09T01:34:14.498938146Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1081027719543171, - "StableID": "nt1hmNmbS911CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "DiscoKey": "discokey:292ac6cea244be0291121b058c246da9d5392ec6071dc8a9e567498524169833", - "Addresses": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "AllowedIPs": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "Endpoints": ["77.164.248.136:39782", "10.65.0.27:39782", "172.17.0.1:39782"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64721}, - {"Proto": "peerapi6", "Port": 64721} - ]}, - "Created": "2026-04-09T01:34:18.062845472Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1308567553944547, - "StableID": "n4mFmLreDB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "KeyExpiry": "2026-10-06T01:34:22Z", - "DiscoKey": "discokey:84d5467287b5bb9fdb806cbb33941af9c1b1f6426d1a8ead8d4779142243a812", - "Addresses": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "AllowedIPs": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61195}, - {"Proto": "peerapi6", "Port": 61195} - ]}, - "Created": "2026-04-09T01:34:22.392843596Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1458170274247357, - "StableID": "nEHDsJfQPC11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "DiscoKey": "discokey:5d9e77fe26edcedf040d643c693c604976d2881e9c1914f4a1dec28c1315ec38", - "Addresses": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "AllowedIPs": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "Endpoints": ["77.164.248.136:42440", "10.65.0.27:42440", "172.17.0.1:42440"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58333}, - {"Proto": "peerapi6", "Port": 58333} - ]}, - "Created": "2026-04-09T01:34:15.063002573Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2128158798624340, - "StableID": "n1upV88rcH11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "DiscoKey": "discokey:374a9403236612c18fc5f79a9f31694176a2f87baf78bea29542b6ecb32fdb22", - "Addresses": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "AllowedIPs": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "Endpoints": ["77.164.248.136:59797", "10.65.0.27:59797", "172.17.0.1:59797"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 44569}, - {"Proto": "peerapi6", "Port": 44569} - ]}, - "Created": "2026-04-09T01:34:18.611338887Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 2774266633750480, - "StableID": "nXxtPFHUfN11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "DiscoKey": "discokey:03fc1b5b4e9d2deecfa3a125195ec4a2d5ee325a85cd269b8ff6a0f522a7027e", - "Addresses": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "AllowedIPs": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "Endpoints": ["77.164.248.136:40509", "10.65.0.27:40509", "172.17.0.1:40509"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 61302}, - {"Proto": "peerapi6", "Port": 61302} - ]}, - "Created": "2026-04-09T01:34:19.692631518Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3144065347962730, - "StableID": "njXJTPGxYR11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "DiscoKey": "discokey:cd32fcf38f4aef82bb8d628d8e962b1b84655971b828861280af58310193e502", - "Addresses": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "AllowedIPs": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "Endpoints": ["77.164.248.136:46390", "10.65.0.27:46390", "172.17.0.1:46390"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48751}, - {"Proto": "peerapi6", "Port": 48751} - ]}, - "Created": "2026-04-09T01:34:19.164875391Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4191526887852959, - "StableID": "n4sTscJMjZ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "DiscoKey": "discokey:a37bd35fe91b9ea984b5d0710656b3c31e606b0f12946aad4eb6071ed119353e", - "Addresses": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "AllowedIPs": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "Endpoints": ["77.164.248.136:41110", "10.65.0.27:41110", "172.17.0.1:41110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64267}, - {"Proto": "peerapi6", "Port": 64267} - ]}, - "Created": "2026-04-09T01:34:16.434744791Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5609424541911361, - "StableID": "n4zQC75Xok11CNTRL", + "ID": 475101903964100, + "StableID": "n5muL38Bi411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "DiscoKey": "discokey:e30d25612ea8879823412c4f901d4ac7978fcbcfd4b88264676628dbd1945108", - "Addresses": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "AllowedIPs": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "Endpoints": ["77.164.248.136:52920", "10.65.0.27:52920", "172.17.0.1:52920"], + "Key": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "DiscoKey": "discokey:91088c43a2ba636747e0c1f5bbea66cf028cd3271ae0eae8c0c5e92ebb001b23", + "Addresses": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "AllowedIPs": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "Endpoints": ["77.164.248.136:58759", "10.65.0.27:58759", "172.17.0.1:58759"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42084}, - {"Proto": "peerapi6", "Port": 42084} + {"Proto": "peerapi4", "Port": 65408}, + {"Proto": "peerapi6", "Port": 65408} ]}, - "Created": "2026-04-09T01:34:20.778306743Z", + "Created": "2026-04-09T08:40:21.47469119Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6012727004181473, - "StableID": "n677kG9Bxo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2237775725694892, + "StableID": "noaeyGaVUJ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "DiscoKey": "discokey:cded142c2f90556bcce4fa54d2e20e48acdec6361fcb4ef73361a85138ec722c", - "Addresses": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "AllowedIPs": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "Endpoints": ["77.164.248.136:47116", "10.65.0.27:47116", "172.17.0.1:47116"], + "Key": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "DiscoKey": "discokey:2fa77a0e1306541a7e293e2f12c2613d03cad0a17fccc14a9d823b123d16ce11", + "Addresses": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "AllowedIPs": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "Endpoints": ["77.164.248.136:58913", "10.65.0.27:58913", "172.17.0.1:58913"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35453}, - {"Proto": "peerapi6", "Port": 35453} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 59454}, + {"Proto": "peerapi6", "Port": 59454} ]}, - "Created": "2026-04-09T01:34:20.249928909Z", + "Created": "2026-04-09T08:40:17.726341955Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7210638195029538, - "StableID": "nT5DdpEiJy11CNTRL", + "ID": 2597493312809395, + "StableID": "nxBbMCkQHM11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "DiscoKey": "discokey:250d7e1ae97e2bf2bd4f77b57a2b264bcbcc31e0ad78e5dc878517991d378059", + "Addresses": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "AllowedIPs": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "Endpoints": ["77.164.248.136:47301", "10.65.0.27:47301", "172.17.0.1:47301"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56092}, + {"Proto": "peerapi6", "Port": 56092} + ]}, + "Created": "2026-04-09T08:40:18.252374212Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 3069841618983001, + "StableID": "nzj4hxXLyQ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "DiscoKey": "discokey:bf3d326c77bf5ee231a0e8bbedb0e9fb27a9a31f8a5c8ad478e1d6f2db563416", + "Addresses": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "AllowedIPs": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "Endpoints": ["77.164.248.136:35297", "10.65.0.27:35297", "172.17.0.1:35297"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63956}, + {"Proto": "peerapi6", "Port": 63956} + ]}, + "Created": "2026-04-09T08:40:16.125832034Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4508730590177364, + "StableID": "nqsDq1i1Dc11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "KeyExpiry": "2026-10-06T08:40:23Z", + "DiscoKey": "discokey:0a5e1b5a3d693548e7a4cafd3dc6f8d6de5a13f0205916cd7f72649ffffe8f42", + "Addresses": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "AllowedIPs": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35452}, + {"Proto": "peerapi6", "Port": 35452} + ]}, + "Created": "2026-04-09T08:40:23.100010052Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5609621523257249, + "StableID": "naPJmDFcok11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "DiscoKey": "discokey:1a7ae2e62f367c20168cc670403aee6cd436e5d046a72888b4950ee437ae9b2f", + "Addresses": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "AllowedIPs": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "Endpoints": ["77.164.248.136:48708", "10.65.0.27:48708", "172.17.0.1:48708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39823}, + {"Proto": "peerapi6", "Port": 39823} + ]}, + "Created": "2026-04-09T08:40:19.871433255Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5804063098088711, + "StableID": "nc35uwtfKn11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "DiscoKey": "discokey:63a5b61359187082131e1c613007a8f06fbea07ab8d6f9be60602aba04458d14", + "Addresses": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "AllowedIPs": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "Endpoints": ["77.164.248.136:59006", "10.65.0.27:59006", "172.17.0.1:59006"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 62483}, + {"Proto": "peerapi6", "Port": 62483} + ]}, + "Created": "2026-04-09T08:40:18.787421476Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6094810825305757, + "StableID": "nNy7w2MMbp11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "DiscoKey": "discokey:a4d154e8172952f338eae9b8b79bc28ba9d0f7350d115f91ebdb996514ddd178", + "Addresses": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "AllowedIPs": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "Endpoints": ["77.164.248.136:34796", "10.65.0.27:34796", "172.17.0.1:34796"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 64575}, + {"Proto": "peerapi6", "Port": 64575} + ]}, + "Created": "2026-04-09T08:40:20.405674105Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 7224626433747371, + "StableID": "nGyzNmg3Ry11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "DiscoKey": "discokey:9f7210477ff45d6ee7a5474d8ea991093323f0ddc8706bdcf5c722590108b507", - "Addresses": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "AllowedIPs": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "Endpoints": ["77.164.248.136:37428", "10.65.0.27:37428", "172.17.0.1:37428"], + "Key": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "DiscoKey": "discokey:90b7bb69544d6e97fe19d76c251bfb51f75621a08f93a89032e1215056e25218", + "Addresses": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "AllowedIPs": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "Endpoints": ["77.164.248.136:60554", "10.65.0.27:60554", "172.17.0.1:60554"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54097}, - {"Proto": "peerapi6", "Port": 54097} + {"Proto": "peerapi4", "Port": 49761}, + {"Proto": "peerapi6", "Port": 49761} ]}, - "Created": "2026-04-09T01:34:15.672671867Z", + "Created": "2026-04-09T08:40:16.656589522Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7843277448921776, - "StableID": "n5dv7jbEF421CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 7539292078851549, + "StableID": "nkz5vGRZs121CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "DiscoKey": "discokey:cb58d39419abb776a693c6d438993ac3a691d4b09fdad14d92285f4bc6928b2e", - "Addresses": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "AllowedIPs": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "Endpoints": ["77.164.248.136:43993", "10.65.0.27:43993", "172.17.0.1:43993"], + "Key": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "DiscoKey": "discokey:637c1e3f53afffefabd0d8dea279cbca14bd272d8ce6ef340d36629d3c48c52b", + "Addresses": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "AllowedIPs": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "Endpoints": ["77.164.248.136:60762", "10.65.0.27:60762", "172.17.0.1:60762"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56780}, - {"Proto": "peerapi6", "Port": 56780} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 38119}, + {"Proto": "peerapi6", "Port": 38119} ]}, - "Created": "2026-04-09T01:34:17.017873165Z", + "Created": "2026-04-09T08:40:19.332143883Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7887424075573407, + "StableID": "n2nvLqFEb421CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:7021fc95efe2ef0de8994a1e9d96b55e4731ec38318f0eff81b7352f54c2825b", + "Addresses": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "AllowedIPs": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "Endpoints": ["77.164.248.136:35369", "10.65.0.27:35369", "172.17.0.1:35369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45241}, + {"Proto": "peerapi6", "Port": 45241} + ]}, + "Created": "2026-04-09T08:40:22.009080784Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8253438319608264, + "StableID": "n7aTj6qzS721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "DiscoKey": "discokey:1997e5b8c984f219921dc6cfb1bc60cd3613f677654897b9509d7885fca86f3e", + "Addresses": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "AllowedIPs": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "Endpoints": ["77.164.248.136:52705", "10.65.0.27:52705", "172.17.0.1:52705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59811}, + {"Proto": "peerapi6", "Port": 59811} + ]}, + "Created": "2026-04-09T08:40:17.194090212Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8399271283341362, + "StableID": "nDGdMcc3b821CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "DiscoKey": "discokey:5f3cdcc96d476ebebd8c6749e327f0fabe5fd3a9099da246ec2756b3718cfd6c", + "Addresses": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "AllowedIPs": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "Endpoints": ["77.164.248.136:36296", "10.65.0.27:36296", "172.17.0.1:36296"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 35169}, + {"Proto": "peerapi6", "Port": 35169} + ]}, + "Created": "2026-04-09T08:40:15.582286546Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8779946062713973, + "StableID": "nEbr37JTZB21CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "DiscoKey": "discokey:7581ed7bfe79e3f67c0a429f12d3d3b0e90b202655e3f2584341b81b6d8a6916", + "Addresses": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "AllowedIPs": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "Endpoints": ["77.164.248.136:35656", "10.65.0.27:35656", "172.17.0.1:35656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47833}, + {"Proto": "peerapi6", "Port": 47833} + ]}, + "Created": "2026-04-09T08:40:20.940306653Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17444,23 +17468,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17491,21 +17516,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2774266633750480, - "StableID": "nXxtPFHUfN11CNTRL", + "ID": 6094810825305757, + "StableID": "nNy7w2MMbp11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 2774266633750480, - "Key": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "DiscoKey": "discokey:03fc1b5b4e9d2deecfa3a125195ec4a2d5ee325a85cd269b8ff6a0f522a7027e", - "Addresses": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "AllowedIPs": ["100.119.37.24/32", "fd7a:115c:a1e0::a837:2518/128"], - "Endpoints": ["77.164.248.136:40509", "10.65.0.27:40509", "172.17.0.1:40509"], + "User": 6094810825305757, + "Key": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "DiscoKey": "discokey:a4d154e8172952f338eae9b8b79bc28ba9d0f7350d115f91ebdb996514ddd178", + "Addresses": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "AllowedIPs": ["100.97.138.103/32", "fd7a:115c:a1e0::6b37:8a67/128"], + "Endpoints": ["77.164.248.136:34796", "10.65.0.27:34796", "172.17.0.1:34796"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 61302}, - {"Proto": "peerapi6", "Port": 61302}, + {"Proto": "peerapi4", "Port": 64575}, + {"Proto": "peerapi6", "Port": 64575}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:19.692631518Z", + "Created": "2026-04-09T08:40:20.405674105Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17533,300 +17558,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:545cb358aba599a0431b7dbcbfd9f180a90d8cb8ca38eef1760d9d5da8b72517", - "MachineKey": "mkey:efc3fb5654f50fe6dba4237cd41bb2b07344efbb3f70a1139b22ff80dc70f572", + "NodeKey": "nodekey:d8325544317866b0fa179a4cca4248fe8d8e36d4e3f267caaef73b6e6ba18a66", + "MachineKey": "mkey:08dc37f5b51239f943547564fc240fc6978a5bf8d636651ad8856655996a1a6f", "Peers": [{ - "ID": 55143692731914, - "StableID": "n3oAJpXyR111CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:0785e4c658aa0924aa23c8a757fe8f4c5fabdd8fb471f7f8a2f42f64a2a9fa55", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:2d2e6afca12f973f91e588dd75d42650223c469cb9701d447eae2b48d1dbc077", - "Addresses": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "AllowedIPs": ["100.105.250.86/32", "fd7a:115c:a1e0::a237:fa56/128"], - "Endpoints": ["77.164.248.136:58790", "10.65.0.27:58790", "172.17.0.1:58790"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54347}, - {"Proto": "peerapi6", "Port": 54347} - ]}, - "Created": "2026-04-09T01:34:21.319683476Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 587476803993065, - "StableID": "nYe3T825b511CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:71987b295d8d7f3099a88c659127294e67b00ae031254f77d005ba605276c863", - "DiscoKey": "discokey:5f579569a8731f686264a06d9d771b4b04314621c1de9114235210f07a001d09", - "Addresses": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "AllowedIPs": ["100.118.200.100/32", "fd7a:115c:a1e0::5237:c864/128"], - "Endpoints": ["77.164.248.136:55442", "10.65.0.27:55442", "172.17.0.1:55442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46583}, - {"Proto": "peerapi6", "Port": 46583} - ]}, - "Created": "2026-04-09T01:34:17.526951612Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 733323692860199, - "StableID": "nWYAbrA8j611CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ded9adbf5e0694065efed81de95a2ee449efa12b34c6360727c4e81b89870937", - "DiscoKey": "discokey:710a8a8e41d2cce45eadf3e6ec724a80ebd7a51a884c2b467f228bcee6bcd72a", - "Addresses": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "AllowedIPs": ["100.71.9.56/32", "fd7a:115c:a1e0::8937:938/128"], - "Endpoints": ["77.164.248.136:43953", "10.65.0.27:43953", "172.17.0.1:43953"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49536}, - {"Proto": "peerapi6", "Port": 49536} - ]}, - "Created": "2026-04-09T01:34:14.498938146Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1081027719543171, - "StableID": "nt1hmNmbS911CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1d955d502539e77b86ec0b07fcdbdcab691e38c3aa680f1f59ea293e4f17a120", - "DiscoKey": "discokey:292ac6cea244be0291121b058c246da9d5392ec6071dc8a9e567498524169833", - "Addresses": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "AllowedIPs": ["100.87.161.33/32", "fd7a:115c:a1e0::4f37:a121/128"], - "Endpoints": ["77.164.248.136:39782", "10.65.0.27:39782", "172.17.0.1:39782"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 64721}, - {"Proto": "peerapi6", "Port": 64721} - ]}, - "Created": "2026-04-09T01:34:18.062845472Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1308567553944547, - "StableID": "n4mFmLreDB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:6af2522d3d1686110b84d350553f04c3fcb566757eac2087bc7fa1d5f4513065", - "KeyExpiry": "2026-10-06T01:34:22Z", - "DiscoKey": "discokey:84d5467287b5bb9fdb806cbb33941af9c1b1f6426d1a8ead8d4779142243a812", - "Addresses": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "AllowedIPs": ["100.81.48.102/32", "fd7a:115c:a1e0::f437:3066/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 61195}, - {"Proto": "peerapi6", "Port": 61195} - ]}, - "Created": "2026-04-09T01:34:22.392843596Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1458170274247357, - "StableID": "nEHDsJfQPC11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d96c393020bdb47e4dc407fce270a59ab7f8e76e1c99e677be1883a62e9f7841", - "DiscoKey": "discokey:5d9e77fe26edcedf040d643c693c604976d2881e9c1914f4a1dec28c1315ec38", - "Addresses": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "AllowedIPs": ["100.95.120.66/32", "fd7a:115c:a1e0::2e37:7842/128"], - "Endpoints": ["77.164.248.136:42440", "10.65.0.27:42440", "172.17.0.1:42440"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58333}, - {"Proto": "peerapi6", "Port": 58333} - ]}, - "Created": "2026-04-09T01:34:15.063002573Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2128158798624340, - "StableID": "n1upV88rcH11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:434c2df73f3d8d3656356dde5e3fe1e5906a28273c5acb91b7cf91f695a46903", - "DiscoKey": "discokey:374a9403236612c18fc5f79a9f31694176a2f87baf78bea29542b6ecb32fdb22", - "Addresses": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "AllowedIPs": ["100.100.105.4/32", "fd7a:115c:a1e0::9537:6904/128"], - "Endpoints": ["77.164.248.136:59797", "10.65.0.27:59797", "172.17.0.1:59797"], - "HomeDERP": 26, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 44569}, - {"Proto": "peerapi6", "Port": 44569} - ]}, - "Created": "2026-04-09T01:34:18.611338887Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3144065347962730, - "StableID": "njXJTPGxYR11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:060dbe5e223c022ce21c4fce20515ec60ef9944863f3296635150274ee297647", - "DiscoKey": "discokey:cd32fcf38f4aef82bb8d628d8e962b1b84655971b828861280af58310193e502", - "Addresses": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "AllowedIPs": ["100.105.118.72/32", "fd7a:115c:a1e0::ee37:7648/128"], - "Endpoints": ["77.164.248.136:46390", "10.65.0.27:46390", "172.17.0.1:46390"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48751}, - {"Proto": "peerapi6", "Port": 48751} - ]}, - "Created": "2026-04-09T01:34:19.164875391Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4191526887852959, - "StableID": "n4sTscJMjZ11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0be135a46eaa9b3c24c740247714453992360a593560f46787e65f2e3da08022", - "DiscoKey": "discokey:a37bd35fe91b9ea984b5d0710656b3c31e606b0f12946aad4eb6071ed119353e", - "Addresses": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "AllowedIPs": ["100.96.128.35/32", "fd7a:115c:a1e0::3d37:8023/128"], - "Endpoints": ["77.164.248.136:41110", "10.65.0.27:41110", "172.17.0.1:41110"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64267}, - {"Proto": "peerapi6", "Port": 64267} - ]}, - "Created": "2026-04-09T01:34:16.434744791Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4339198282116662, - "StableID": "n3MeJ6PEta11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a75e2b44062dd0718e7fbb03202176a7d177393d17bfd24105ba2be83d47fa7d", - "KeyExpiry": "2026-10-06T01:34:21Z", - "DiscoKey": "discokey:c8bf66e125c0d1fbfa564b7d6fdb9f6b51a10af735b6c286cd09b2e8899b873d", - "Addresses": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "AllowedIPs": ["100.71.250.126/32", "fd7a:115c:a1e0::3d37:fa7f/128"], - "Endpoints": ["77.164.248.136:53358", "10.65.0.27:53358", "172.17.0.1:53358"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 38747}, - {"Proto": "peerapi6", "Port": 38747} - ]}, - "Created": "2026-04-09T01:34:21.853039429Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5609424541911361, - "StableID": "n4zQC75Xok11CNTRL", + "ID": 475101903964100, + "StableID": "n5muL38Bi411CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c0aa2d509c69c8f3101bcfc0f474e2557e0e0a8ba4f027bf9b39a0fbe636d6c", - "DiscoKey": "discokey:e30d25612ea8879823412c4f901d4ac7978fcbcfd4b88264676628dbd1945108", - "Addresses": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "AllowedIPs": ["100.99.109.109/32", "fd7a:115c:a1e0::be37:6d6d/128"], - "Endpoints": ["77.164.248.136:52920", "10.65.0.27:52920", "172.17.0.1:52920"], + "Key": "nodekey:08668af491490ab8d0919fb634c3377972239a7b07e5c9bf6bc17c0a5dcae428", + "DiscoKey": "discokey:91088c43a2ba636747e0c1f5bbea66cf028cd3271ae0eae8c0c5e92ebb001b23", + "Addresses": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "AllowedIPs": ["100.74.228.41/32", "fd7a:115c:a1e0::5d37:e429/128"], + "Endpoints": ["77.164.248.136:58759", "10.65.0.27:58759", "172.17.0.1:58759"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 42084}, - {"Proto": "peerapi6", "Port": 42084} + {"Proto": "peerapi4", "Port": 65408}, + {"Proto": "peerapi6", "Port": 65408} ]}, - "Created": "2026-04-09T01:34:20.778306743Z", + "Created": "2026-04-09T08:40:21.47469119Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 6012727004181473, - "StableID": "n677kG9Bxo11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 2237775725694892, + "StableID": "noaeyGaVUJ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:878c155a5c3d00c4a6a6c82748cdae2e29190c32c3c71cda41f0bd6e85360236", - "DiscoKey": "discokey:cded142c2f90556bcce4fa54d2e20e48acdec6361fcb4ef73361a85138ec722c", - "Addresses": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "AllowedIPs": ["100.118.2.55/32", "fd7a:115c:a1e0::8537:237/128"], - "Endpoints": ["77.164.248.136:47116", "10.65.0.27:47116", "172.17.0.1:47116"], + "Key": "nodekey:85cd3eaf8d0edc9fe42fe3dbab4d6719131abf24fed8f42950a561c17dd38f63", + "DiscoKey": "discokey:2fa77a0e1306541a7e293e2f12c2613d03cad0a17fccc14a9d823b123d16ce11", + "Addresses": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "AllowedIPs": ["100.83.143.100/32", "fd7a:115c:a1e0::7d37:8f64/128"], + "Endpoints": ["77.164.248.136:58913", "10.65.0.27:58913", "172.17.0.1:58913"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35453}, - {"Proto": "peerapi6", "Port": 35453} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 59454}, + {"Proto": "peerapi6", "Port": 59454} ]}, - "Created": "2026-04-09T01:34:20.249928909Z", + "Created": "2026-04-09T08:40:17.726341955Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7210638195029538, - "StableID": "nT5DdpEiJy11CNTRL", + "ID": 2597493312809395, + "StableID": "nxBbMCkQHM11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e5c78976fba9931d656d42d84cea887a851794ff49337e79bfea3a3871b7367", + "DiscoKey": "discokey:250d7e1ae97e2bf2bd4f77b57a2b264bcbcc31e0ad78e5dc878517991d378059", + "Addresses": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "AllowedIPs": ["100.91.115.104/32", "fd7a:115c:a1e0::8737:7368/128"], + "Endpoints": ["77.164.248.136:47301", "10.65.0.27:47301", "172.17.0.1:47301"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 56092}, + {"Proto": "peerapi6", "Port": 56092} + ]}, + "Created": "2026-04-09T08:40:18.252374212Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 3069841618983001, + "StableID": "nzj4hxXLyQ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b3fd0100bcf491b92b3fe7902e33983a501fdf7a760821f79955d6031dd57026", + "DiscoKey": "discokey:bf3d326c77bf5ee231a0e8bbedb0e9fb27a9a31f8a5c8ad478e1d6f2db563416", + "Addresses": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "AllowedIPs": ["100.85.112.39/32", "fd7a:115c:a1e0::1d37:7027/128"], + "Endpoints": ["77.164.248.136:35297", "10.65.0.27:35297", "172.17.0.1:35297"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 63956}, + {"Proto": "peerapi6", "Port": 63956} + ]}, + "Created": "2026-04-09T08:40:16.125832034Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4508730590177364, + "StableID": "nqsDq1i1Dc11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b96332ad219d389e759fb0886ee72e0fe8395e5a8313b7223c2187760dc33316", + "KeyExpiry": "2026-10-06T08:40:23Z", + "DiscoKey": "discokey:0a5e1b5a3d693548e7a4cafd3dc6f8d6de5a13f0205916cd7f72649ffffe8f42", + "Addresses": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "AllowedIPs": ["100.67.51.23/32", "fd7a:115c:a1e0::d37:3317/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 35452}, + {"Proto": "peerapi6", "Port": 35452} + ]}, + "Created": "2026-04-09T08:40:23.100010052Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5609621523257249, + "StableID": "naPJmDFcok11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c32c1e09cd932994c23c01e66b0d351a0b4947a300e373e1eb90e4e6cbb12e29", + "DiscoKey": "discokey:1a7ae2e62f367c20168cc670403aee6cd436e5d046a72888b4950ee437ae9b2f", + "Addresses": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "AllowedIPs": ["100.113.46.42/32", "fd7a:115c:a1e0::cb37:2e2a/128"], + "Endpoints": ["77.164.248.136:48708", "10.65.0.27:48708", "172.17.0.1:48708"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 39823}, + {"Proto": "peerapi6", "Port": 39823} + ]}, + "Created": "2026-04-09T08:40:19.871433255Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5804063098088711, + "StableID": "nc35uwtfKn11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ce3f93d2f8da5bd9ffbd649c28a7e285426ce17896abc1614892ddb1e81d1605", + "DiscoKey": "discokey:63a5b61359187082131e1c613007a8f06fbea07ab8d6f9be60602aba04458d14", + "Addresses": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "AllowedIPs": ["100.93.22.6/32", "fd7a:115c:a1e0::e837:1606/128"], + "Endpoints": ["77.164.248.136:59006", "10.65.0.27:59006", "172.17.0.1:59006"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 62483}, + {"Proto": "peerapi6", "Port": 62483} + ]}, + "Created": "2026-04-09T08:40:18.787421476Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6602301577345857, + "StableID": "ntCVsUGCZt11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:74c87b0240572477464063766817e8ec64ccde0ff8c17b01cea732775b188f7e", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:cc3e4b869840c9cd5f2ce1f3ddca29eb6795e4f15cd814aac24a9a05bc1d3e2e", + "Addresses": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "AllowedIPs": ["100.88.143.127/32", "fd7a:115c:a1e0::5b37:8f7f/128"], + "Endpoints": ["77.164.248.136:53072", "10.65.0.27:53072", "172.17.0.1:53072"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 52787}, + {"Proto": "peerapi6", "Port": 52787} + ]}, + "Created": "2026-04-09T08:40:22.546641931Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7224626433747371, + "StableID": "nGyzNmg3Ry11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1f2c01fa07e035e8c58799620e8b10f11c3334b87a5ecbef809be550b779cc12", - "DiscoKey": "discokey:9f7210477ff45d6ee7a5474d8ea991093323f0ddc8706bdcf5c722590108b507", - "Addresses": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "AllowedIPs": ["100.121.204.19/32", "fd7a:115c:a1e0::b737:cc13/128"], - "Endpoints": ["77.164.248.136:37428", "10.65.0.27:37428", "172.17.0.1:37428"], + "Key": "nodekey:a8c44c9e4c571b1071f1ef5b88a403871b6e03807492d7f89f33a9640c42a639", + "DiscoKey": "discokey:90b7bb69544d6e97fe19d76c251bfb51f75621a08f93a89032e1215056e25218", + "Addresses": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "AllowedIPs": ["100.66.166.58/32", "fd7a:115c:a1e0::c37:a63a/128"], + "Endpoints": ["77.164.248.136:60554", "10.65.0.27:60554", "172.17.0.1:60554"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 54097}, - {"Proto": "peerapi6", "Port": 54097} + {"Proto": "peerapi4", "Port": 49761}, + {"Proto": "peerapi6", "Port": 49761} ]}, - "Created": "2026-04-09T01:34:15.672671867Z", + "Created": "2026-04-09T08:40:16.656589522Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 7843277448921776, - "StableID": "n5dv7jbEF421CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 7539292078851549, + "StableID": "nkz5vGRZs121CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15106ad878a0d842def1432f45d9ea590d5fd351782be0ce3f2c2b5ff65d015a", - "DiscoKey": "discokey:cb58d39419abb776a693c6d438993ac3a691d4b09fdad14d92285f4bc6928b2e", - "Addresses": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "AllowedIPs": ["100.93.1.91/32", "fd7a:115c:a1e0::f637:15b/128"], - "Endpoints": ["77.164.248.136:43993", "10.65.0.27:43993", "172.17.0.1:43993"], + "Key": "nodekey:e327fa8fc1ab3a56246715c0ae552ba4ba7e3773b12d33a231ed94afcacbca71", + "DiscoKey": "discokey:637c1e3f53afffefabd0d8dea279cbca14bd272d8ce6ef340d36629d3c48c52b", + "Addresses": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "AllowedIPs": ["100.75.202.114/32", "fd7a:115c:a1e0::ca37:ca72/128"], + "Endpoints": ["77.164.248.136:60762", "10.65.0.27:60762", "172.17.0.1:60762"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 56780}, - {"Proto": "peerapi6", "Port": 56780} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 38119}, + {"Proto": "peerapi6", "Port": 38119} ]}, - "Created": "2026-04-09T01:34:17.017873165Z", + "Created": "2026-04-09T08:40:19.332143883Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7887424075573407, + "StableID": "n2nvLqFEb421CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:2a7d542a6fdf9b2f199bf1947f1169559d65305baf37e5561250703c129fb964", + "KeyExpiry": "2026-10-06T08:40:22Z", + "DiscoKey": "discokey:7021fc95efe2ef0de8994a1e9d96b55e4731ec38318f0eff81b7352f54c2825b", + "Addresses": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "AllowedIPs": ["100.95.185.101/32", "fd7a:115c:a1e0::1237:b965/128"], + "Endpoints": ["77.164.248.136:35369", "10.65.0.27:35369", "172.17.0.1:35369"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45241}, + {"Proto": "peerapi6", "Port": 45241} + ]}, + "Created": "2026-04-09T08:40:22.009080784Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8253438319608264, + "StableID": "n7aTj6qzS721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:708900acdf56a82ac02c0fb837edbc104f635f9d82e465b6f9695f4a389fd916", + "DiscoKey": "discokey:1997e5b8c984f219921dc6cfb1bc60cd3613f677654897b9509d7885fca86f3e", + "Addresses": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "AllowedIPs": ["100.95.217.23/32", "fd7a:115c:a1e0::3837:d917/128"], + "Endpoints": ["77.164.248.136:52705", "10.65.0.27:52705", "172.17.0.1:52705"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 59811}, + {"Proto": "peerapi6", "Port": 59811} + ]}, + "Created": "2026-04-09T08:40:17.194090212Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8399271283341362, + "StableID": "nDGdMcc3b821CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c76d85c15adddcf036a42fa67f7c7bd28f1f0609509cc27c98d6d5e783987d18", + "DiscoKey": "discokey:5f3cdcc96d476ebebd8c6749e327f0fabe5fd3a9099da246ec2756b3718cfd6c", + "Addresses": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "AllowedIPs": ["100.88.125.25/32", "fd7a:115c:a1e0::8337:7d19/128"], + "Endpoints": ["77.164.248.136:36296", "10.65.0.27:36296", "172.17.0.1:36296"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 35169}, + {"Proto": "peerapi6", "Port": 35169} + ]}, + "Created": "2026-04-09T08:40:15.582286546Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 8779946062713973, + "StableID": "nEbr37JTZB21CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:31507dad465113becb837b7d9dd13d27bc9a9aa28eca3b4be430b4902268a166", + "DiscoKey": "discokey:7581ed7bfe79e3f67c0a429f12d3d3b0e90b202655e3f2584341b81b6d8a6916", + "Addresses": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "AllowedIPs": ["100.104.161.103/32", "fd7a:115c:a1e0::2237:a167/128"], + "Endpoints": ["77.164.248.136:35656", "10.65.0.27:35656", "172.17.0.1:35656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 47833}, + {"Proto": "peerapi6", "Port": 47833} + ]}, + "Created": "2026-04-09T08:40:20.940306653Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18674,27 +18699,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2774266633750480": { - "ID": 2774266633750480, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6094810825305757": { + "ID": 6094810825305757, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-e4.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-e4.hujson index 16c291c9..4ff890ec 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-e4.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-e4.hujson @@ -3,7 +3,7 @@ // ssh e4 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:34:35Z +// Captured at: 2026-04-09T08:40:35Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-e4", "description": "ssh e4", "category": "ssh", - "captured_at": "2026-04-09T01:34:35.207083207Z", + "captured_at": "2026-04-09T08:40:35.897594197Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} @@ -29,119 +29,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh e4\",\n\t\"id\": \"ssh-e4\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh e4\",\n\t\"id\": \"ssh-e4\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-e4.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.112.53.14", - "ipv6": "fd7a:115c:a1e0::c537:350f", + "ipv4": "100.71.7.17", + "ipv6": "fd7a:115c:a1e0::3337:711", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.81.205.33", - "ipv6": "fd7a:115c:a1e0::8437:cd21", + "ipv4": "100.66.191.19", + "ipv6": "fd7a:115c:a1e0::4137:bf13", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.69.76.105", - "ipv6": "fd7a:115c:a1e0::4637:4c69", + "ipv4": "100.110.111.77", + "ipv6": "fd7a:115c:a1e0::c937:6f4d", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.70.20.87", - "ipv6": "fd7a:115c:a1e0::c237:1457", + "ipv4": "100.101.7.86", + "ipv6": "fd7a:115c:a1e0::c537:756", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.89.117.35", - "ipv6": "fd7a:115c:a1e0::4837:7524", + "ipv4": "100.64.127.58", + "ipv6": "fd7a:115c:a1e0::37:7f3a", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.91.59.51", - "ipv6": "fd7a:115c:a1e0::bb37:3b34", + "ipv4": "100.78.142.33", + "ipv6": "fd7a:115c:a1e0::ee37:8e21", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.64.56.124", - "ipv6": "fd7a:115c:a1e0::c837:387c", + "ipv4": "100.69.71.116", + "ipv6": "fd7a:115c:a1e0::f137:4774", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.71.10.71", - "ipv6": "fd7a:115c:a1e0::a937:a47", + "ipv4": "100.113.138.95", + "ipv6": "fd7a:115c:a1e0::f337:8a5f", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.121.202.41", - "ipv6": "fd7a:115c:a1e0::1237:ca29", + "ipv4": "100.117.188.82", + "ipv6": "fd7a:115c:a1e0::5637:bc52", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.68.115.63", - "ipv6": "fd7a:115c:a1e0::1437:733f", + "ipv4": "100.127.178.70", + "ipv6": "fd7a:115c:a1e0::6937:b246", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.105.168.105", - "ipv6": "fd7a:115c:a1e0::a737:a869", + "ipv4": "100.70.181.80", + "ipv6": "fd7a:115c:a1e0::837:b550", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.71.192.78", - "ipv6": "fd7a:115c:a1e0::3037:c04e", + "ipv4": "100.91.23.64", + "ipv6": "fd7a:115c:a1e0::c37:1740", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.75.48.66", - "ipv6": "fd7a:115c:a1e0::5037:3042", + "ipv4": "100.73.126.57", + "ipv6": "fd7a:115c:a1e0::a137:7e39", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.64.50.114", - "ipv6": "fd7a:115c:a1e0::ac37:3272", + "ipv4": "100.77.56.24", + "ipv6": "fd7a:115c:a1e0::a137:3818", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.80.99.39", - "ipv6": "fd7a:115c:a1e0::cd37:6327", + "ipv4": "100.65.111.67", + "ipv6": "fd7a:115c:a1e0::a337:6f43", "routable_ips": [], "approved_routes": [] }}}, @@ -173,21 +173,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2897263793222491, - "StableID": "nSJDC1DBdP11CNTRL", + "ID": 246791240391551, + "StableID": "nEiMpfnmv211CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 2897263793222491, - "Key": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "DiscoKey": "discokey:163d0ee03d3fed005295128d05d36de1d37935e00dbfc6ef3d780057906b5e30", - "Addresses": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "AllowedIPs": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "Endpoints": ["77.164.248.136:60154", "10.65.0.27:60154", "172.17.0.1:60154"], + "User": 246791240391551, + "Key": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "DiscoKey": "discokey:f97e497e1f2a08b647ddb28da03db39eeb1660f792965a5dc5b3f262a9e0a460", + "Addresses": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "AllowedIPs": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "Endpoints": ["77.164.248.136:43979", "10.65.0.27:43979", "172.17.0.1:43979"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 57075}, - {"Proto": "peerapi6", "Port": 57075}, + {"Proto": "peerapi4", "Port": 62562}, + {"Proto": "peerapi6", "Port": 62562}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:44.257522891Z", + "Created": "2026-04-09T08:40:44.522143137Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -215,300 +215,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "MachineKey": "mkey:5e570508c22393b52f66d7ece0c058d09ef004401205143b31dd88b501ea7622", + "NodeKey": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "MachineKey": "mkey:14ffceae48da68de06acb56618159425ab4d43421242a873bcfc7b0d2f7fe511", "Peers": [{ - "ID": 55823824261467, - "StableID": "nz63C3QHS111CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "DiscoKey": "discokey:54b67eee11b0f958a93bdda6feeb4dfbf1724eb635507a7e1568b53b69cc740b", - "Addresses": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "AllowedIPs": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "Endpoints": ["77.164.248.136:43575", "10.65.0.27:43575", "172.17.0.1:43575"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63886}, - {"Proto": "peerapi6", "Port": 63886} - ]}, - "Created": "2026-04-09T01:34:41.545282497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1064906794696487, - "StableID": "neg2r9JJK911CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "DiscoKey": "discokey:caf089b277102c5cc73247463825f9007fc4b30a3e9214d0e7fd4515b5d03506", - "Addresses": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "AllowedIPs": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "Endpoints": ["77.164.248.136:33760", "10.65.0.27:33760", "172.17.0.1:33760"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 54590}, - {"Proto": "peerapi6", "Port": 54590} - ]}, - "Created": "2026-04-09T01:34:43.720236175Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1593663691422141, - "StableID": "nUadAtqmSD11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "DiscoKey": "discokey:6ae6ff237a61322d19a56f4c8a84ec58b857dba2586b6fb011749b221090e60f", - "Addresses": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "AllowedIPs": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "Endpoints": ["77.164.248.136:44083", "10.65.0.27:44083", "172.17.0.1:44083"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 64173}, - {"Proto": "peerapi6", "Port": 64173} - ]}, - "Created": "2026-04-09T01:34:43.175370503Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1902440147812872, - "StableID": "nDMCGrscrF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "DiscoKey": "discokey:84ea22f122d4c300d1b7b867f80ab6825acc5d25c7ef38d5d5654ed6dfd96e62", - "Addresses": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "AllowedIPs": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "Endpoints": ["77.164.248.136:52969", "10.65.0.27:52969", "172.17.0.1:52969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65262}, - {"Proto": "peerapi6", "Port": 65262} - ]}, - "Created": "2026-04-09T01:34:38.578418611Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2267259988334463, - "StableID": "nU3XJN5rhJ11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "DiscoKey": "discokey:44618e1014496b83a0965f4dfed7fd8b2d85394b7ff76f727352b8aa5b16f774", - "Addresses": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "AllowedIPs": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "Endpoints": ["77.164.248.136:54967", "10.65.0.27:54967", "172.17.0.1:54967"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:34:38.029763238Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3085431930864797, - "StableID": "nctaAm4Q6R11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "DiscoKey": "discokey:fc5b81959e28d7e7d241bb3e34c03028acbfa5b3c430f3b4a677ee018f5fd769", - "Addresses": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "AllowedIPs": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "Endpoints": ["77.164.248.136:36162", "10.65.0.27:36162", "172.17.0.1:36162"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45292}, - {"Proto": "peerapi6", "Port": 45292} - ]}, - "Created": "2026-04-09T01:34:42.099820662Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3396162127617488, - "StableID": "nqyBcNR8XT11CNTRL", + "ID": 488113910023281, + "StableID": "nvf9mdv4p411CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "KeyExpiry": "2026-10-06T01:34:44Z", - "DiscoKey": "discokey:3f12b24cf022abbb6d05282057cb4ec035b9925161a1e899ef5f64dd65bf2811", - "Addresses": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "AllowedIPs": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "Endpoints": ["77.164.248.136:58456", "10.65.0.27:58456", "172.17.0.1:58456"], + "Key": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:abcf250eb565b550edb90b37797d1716b7dccce96c6b78bd5f7c145f6e56305b", + "Addresses": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "AllowedIPs": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "Endpoints": ["77.164.248.136:51909", "10.65.0.27:51909", "172.17.0.1:51909"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 38509}, - {"Proto": "peerapi6", "Port": 38509} + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} ]}, - "Created": "2026-04-09T01:34:44.81567309Z", + "Created": "2026-04-09T08:40:45.060284168Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 5272850302231665, - "StableID": "nWdUBWq5Bi11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "DiscoKey": "discokey:64a4f6f62dd8a196642eb63ccae7c185e841c954ce0ed174790f0fcdcd792137", - "Addresses": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "AllowedIPs": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "Endpoints": ["77.164.248.136:60549", "10.65.0.27:60549", "172.17.0.1:60549"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 64262}, - {"Proto": "peerapi6", "Port": 64262} - ]}, - "Created": "2026-04-09T01:34:40.395063353Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7675540957280685, - "StableID": "nYLujqSGw221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:0de30bbd1d8c0c6108c8d9f137596561d1bc8df9743692df5d16177aa44b2148", - "Addresses": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "AllowedIPs": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53196}, - {"Proto": "peerapi6", "Port": 53196} - ]}, - "Created": "2026-04-09T01:34:45.899141157Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7957502322256187, - "StableID": "nk7p2N6y8521CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:4f9e3e2876d060a5e6a1709f8a3ea9a9c42757ffb80149aa74168b61bfaf2339", - "Addresses": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "AllowedIPs": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "Endpoints": ["77.164.248.136:37695", "10.65.0.27:37695", "172.17.0.1:37695"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37043}, - {"Proto": "peerapi6", "Port": 37043} - ]}, - "Created": "2026-04-09T01:34:45.371668817Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8343323999204418, - "StableID": "nXTTSUyh9821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "DiscoKey": "discokey:eb0ee91776201d0931038f1efe0c6e97701516fe0b775f4d0baadc8f528f660a", - "Addresses": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "AllowedIPs": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "Endpoints": ["77.164.248.136:52599", "10.65.0.27:52599", "172.17.0.1:52599"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 42184}, - {"Proto": "peerapi6", "Port": 42184} - ]}, - "Created": "2026-04-09T01:34:40.995000284Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8389949392386430, - "StableID": "nZArm8kpW821CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "DiscoKey": "discokey:e86ebce2163d862b4ca769226f129cbcf2db5b860950f692d3e58e1f05e48317", - "Addresses": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "AllowedIPs": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "Endpoints": ["77.164.248.136:33422", "10.65.0.27:33422", "172.17.0.1:33422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44412}, - {"Proto": "peerapi6", "Port": 44412} - ]}, - "Created": "2026-04-09T01:34:42.629118808Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8449866031667807, - "StableID": "nt9g1qexy821CNTRL", + "ID": 625922331372245, + "StableID": "nER54GvUt511CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "DiscoKey": "discokey:63d18152698c45b01ed381faf349e638d60cf52dd5cafd9c7257987aac7a262e", - "Addresses": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "AllowedIPs": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "Endpoints": ["77.164.248.136:48566", "10.65.0.27:48566", "172.17.0.1:48566"], + "Key": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "DiscoKey": "discokey:5dcfb710fa26ab4040fc4e37fbdeda6895a6cf99d2267c501d85d4e98fc0c51f", + "Addresses": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "AllowedIPs": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "Endpoints": ["77.164.248.136:34206", "10.65.0.27:34206", "172.17.0.1:34206"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50848}, - {"Proto": "peerapi6", "Port": 50848} + {"Proto": "peerapi4", "Port": 41833}, + {"Proto": "peerapi6", "Port": 41833} ]}, - "Created": "2026-04-09T01:34:39.657717471Z", + "Created": "2026-04-09T08:40:40.252903684Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8951687896583455, - "StableID": "nCMkoNfEuC21CNTRL", + "ID": 1883813545769986, + "StableID": "ny4xD5bBiF11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "KeyExpiry": "2026-10-06T08:40:46Z", + "DiscoKey": "discokey:81ae3958e22b605a58a8df0b763fe021345a97d3b68614afab89cec337a00156", + "Addresses": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "AllowedIPs": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 62845}, + {"Proto": "peerapi6", "Port": 62845} + ]}, + "Created": "2026-04-09T08:40:46.130861674Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2240624547281596, + "StableID": "nfrvadQnVJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "DiscoKey": "discokey:73ff698277fdf7be20ae73d197eeadafd01b67226c3e8c94dcadb3fbee3cfa49", + "Addresses": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "AllowedIPs": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "Endpoints": ["77.164.248.136:40899", "10.65.0.27:40899", "172.17.0.1:40899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 59345}, + {"Proto": "peerapi6", "Port": 59345} + ]}, + "Created": "2026-04-09T08:40:39.161196542Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4720725864173077, + "StableID": "nQNYFtT2sd11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "DiscoKey": "discokey:5d0cf9b7d95f90bbbb07a6359e1640e0c7f2c8d652bbde78c8bf60f6e9cd7a6d", + "Addresses": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "AllowedIPs": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "Endpoints": ["77.164.248.136:42059", "10.65.0.27:42059", "172.17.0.1:42059"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55719}, + {"Proto": "peerapi6", "Port": 55719} + ]}, + "Created": "2026-04-09T08:40:43.464677127Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4741191333007173, + "StableID": "n6XkeH4J2e11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "DiscoKey": "discokey:31d77262c7adc9e3292e6aa95e0bcbc3782cbde9aaaca990d12c07ac921ba947", + "Addresses": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "AllowedIPs": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "Endpoints": ["77.164.248.136:53754", "10.65.0.27:53754", "172.17.0.1:53754"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59481}, + {"Proto": "peerapi6", "Port": 59481} + ]}, + "Created": "2026-04-09T08:40:42.39622188Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4748597299476975, + "StableID": "nezjYjbe5e11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "DiscoKey": "discokey:ab64df5637c4d961b6ef3085f846c7454c16fa058e2ff330e97607c9b10cf402", + "Addresses": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "AllowedIPs": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "Endpoints": ["77.164.248.136:35726", "10.65.0.27:35726", "172.17.0.1:35726"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} + ]}, + "Created": "2026-04-09T08:40:43.987015038Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4962246471410656, + "StableID": "nKWJGRoQkf11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "DiscoKey": "discokey:b53befce4bbf4a962d8b664a89e0df1d87b69faafb28d168b309def3e4712618", + "Addresses": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "AllowedIPs": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "Endpoints": ["77.164.248.136:34998", "10.65.0.27:34998", "172.17.0.1:34998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 57056}, + {"Proto": "peerapi6", "Port": 57056} + ]}, + "Created": "2026-04-09T08:40:40.779054653Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4976324971591250, + "StableID": "nhcg7tcnrf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "DiscoKey": "discokey:f0f4a11f7640e5aa222c887d7b187f488bfceee987fa7b2f2c830c0d744fe83e", + "Addresses": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "AllowedIPs": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "Endpoints": ["77.164.248.136:42307", "10.65.0.27:42307", "172.17.0.1:42307"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41669}, + {"Proto": "peerapi6", "Port": 41669} + ]}, + "Created": "2026-04-09T08:40:38.617254342Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5837309785629906, + "StableID": "nsq1qKEjan11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "DiscoKey": "discokey:419e3455a4a5fdde2264c252bde31f6b0051e628de4e5ccd3dc5750902049317", + "Addresses": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "AllowedIPs": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "Endpoints": ["77.164.248.136:52378", "10.65.0.27:52378", "172.17.0.1:52378"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56645}, + {"Proto": "peerapi6", "Port": 56645} + ]}, + "Created": "2026-04-09T08:40:41.844014256Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6603045479062623, + "StableID": "nGTEvroXZt11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "DiscoKey": "discokey:a200c39e3f7f0fe49f580c11e5545bd23911ed9ac50a41cba19d2b0208fed43b", - "Addresses": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "AllowedIPs": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "Endpoints": ["77.164.248.136:52136", "10.65.0.27:52136", "172.17.0.1:52136"], + "Key": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "DiscoKey": "discokey:30ad6b21a2d8e695337fd9b0a8d77ab9323dac51c2f0600ccb123edd1311163e", + "Addresses": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "AllowedIPs": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "Endpoints": ["77.164.248.136:60932", "10.65.0.27:60932", "172.17.0.1:60932"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47970}, - {"Proto": "peerapi6", "Port": 47970} + {"Proto": "peerapi4", "Port": 45791}, + {"Proto": "peerapi6", "Port": 45791} ]}, - "Created": "2026-04-09T01:34:39.116288461Z", + "Created": "2026-04-09T08:40:39.692146545Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 7639176475789307, + "StableID": "ngT13KDoe221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:95f0d660ae731cfbcec542d463bd2f36f47eb6d3a0c234eaf22dd9960848393b", + "Addresses": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "AllowedIPs": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "Endpoints": ["77.164.248.136:45211", "10.65.0.27:45211", "172.17.0.1:45211"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 58156}, + {"Proto": "peerapi6", "Port": 58156} + ]}, + "Created": "2026-04-09T08:40:45.597843904Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8215988905937689, + "StableID": "niHZHc63A721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "DiscoKey": "discokey:b4216c7534b548ddd4817eb94ab69c301e3e9891432966f50025f5d17a2f3876", + "Addresses": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "AllowedIPs": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "Endpoints": ["77.164.248.136:57664", "10.65.0.27:57664", "172.17.0.1:57664"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 62229}, + {"Proto": "peerapi6", "Port": 62229} + ]}, + "Created": "2026-04-09T08:40:41.308646871Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8222493969434804, + "StableID": "nMyKUUyyC721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "DiscoKey": "discokey:479c29c519e131bb5bcdeaf6d9de797c814ac5454489d2e97dd497dfe6d55e22", + "Addresses": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "AllowedIPs": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "Endpoints": ["77.164.248.136:39340", "10.65.0.27:39340", "172.17.0.1:39340"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45869}, + {"Proto": "peerapi6", "Port": 45869} + ]}, + "Created": "2026-04-09T08:40:42.927499012Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -1356,27 +1356,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2897263793222491": { - "ID": 2897263793222491, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "246791240391551": { + "ID": 246791240391551, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "blastoise": { @@ -1407,26 +1409,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8343323999204418, - "StableID": "nXTTSUyh9821CNTRL", + "ID": 8215988905937689, + "StableID": "niHZHc63A721CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 8343323999204418, - "Key": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "DiscoKey": "discokey:eb0ee91776201d0931038f1efe0c6e97701516fe0b775f4d0baadc8f528f660a", - "Addresses": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "AllowedIPs": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "Endpoints": ["77.164.248.136:52599", "10.65.0.27:52599", "172.17.0.1:52599"], + "User": 8215988905937689, + "Key": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "DiscoKey": "discokey:b4216c7534b548ddd4817eb94ab69c301e3e9891432966f50025f5d17a2f3876", + "Addresses": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "AllowedIPs": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "Endpoints": ["77.164.248.136:57664", "10.65.0.27:57664", "172.17.0.1:57664"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 42184}, - {"Proto": "peerapi6", "Port": 42184}, + {"Proto": "peerapi4", "Port": 62229}, + {"Proto": "peerapi6", "Port": 62229}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:40.995000284Z", + "Created": "2026-04-09T08:40:41.308646871Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1454,302 +1456,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "MachineKey": "mkey:e3de09abb6aaa97924ce0c324f4ed71954ba217b92023484edb9ee62e47d9a68", + "NodeKey": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "MachineKey": "mkey:a118bd5fb8379c4d3abe928d8cf629e4617ff31d44d5d1b0a39cc87bbf347f52", "Peers": [{ - "ID": 55823824261467, - "StableID": "nz63C3QHS111CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "DiscoKey": "discokey:54b67eee11b0f958a93bdda6feeb4dfbf1724eb635507a7e1568b53b69cc740b", - "Addresses": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "AllowedIPs": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "Endpoints": ["77.164.248.136:43575", "10.65.0.27:43575", "172.17.0.1:43575"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63886}, - {"Proto": "peerapi6", "Port": 63886} - ]}, - "Created": "2026-04-09T01:34:41.545282497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1064906794696487, - "StableID": "neg2r9JJK911CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "DiscoKey": "discokey:caf089b277102c5cc73247463825f9007fc4b30a3e9214d0e7fd4515b5d03506", - "Addresses": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "AllowedIPs": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "Endpoints": ["77.164.248.136:33760", "10.65.0.27:33760", "172.17.0.1:33760"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 54590}, - {"Proto": "peerapi6", "Port": 54590} - ]}, - "Created": "2026-04-09T01:34:43.720236175Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1593663691422141, - "StableID": "nUadAtqmSD11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "DiscoKey": "discokey:6ae6ff237a61322d19a56f4c8a84ec58b857dba2586b6fb011749b221090e60f", - "Addresses": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "AllowedIPs": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "Endpoints": ["77.164.248.136:44083", "10.65.0.27:44083", "172.17.0.1:44083"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 64173}, - {"Proto": "peerapi6", "Port": 64173} - ]}, - "Created": "2026-04-09T01:34:43.175370503Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1902440147812872, - "StableID": "nDMCGrscrF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "DiscoKey": "discokey:84ea22f122d4c300d1b7b867f80ab6825acc5d25c7ef38d5d5654ed6dfd96e62", - "Addresses": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "AllowedIPs": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "Endpoints": ["77.164.248.136:52969", "10.65.0.27:52969", "172.17.0.1:52969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65262}, - {"Proto": "peerapi6", "Port": 65262} - ]}, - "Created": "2026-04-09T01:34:38.578418611Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2267259988334463, - "StableID": "nU3XJN5rhJ11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "DiscoKey": "discokey:44618e1014496b83a0965f4dfed7fd8b2d85394b7ff76f727352b8aa5b16f774", - "Addresses": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "AllowedIPs": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "Endpoints": ["77.164.248.136:54967", "10.65.0.27:54967", "172.17.0.1:54967"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:34:38.029763238Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2897263793222491, - "StableID": "nSJDC1DBdP11CNTRL", + "ID": 246791240391551, + "StableID": "nEiMpfnmv211CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "DiscoKey": "discokey:163d0ee03d3fed005295128d05d36de1d37935e00dbfc6ef3d780057906b5e30", - "Addresses": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "AllowedIPs": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "Endpoints": ["77.164.248.136:60154", "10.65.0.27:60154", "172.17.0.1:60154"], - "HomeDERP": 14, + "Key": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "DiscoKey": "discokey:f97e497e1f2a08b647ddb28da03db39eeb1660f792965a5dc5b3f262a9e0a460", + "Addresses": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "AllowedIPs": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "Endpoints": ["77.164.248.136:43979", "10.65.0.27:43979", "172.17.0.1:43979"], + "HomeDERP": 18, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57075}, - {"Proto": "peerapi6", "Port": 57075} + {"Proto": "peerapi4", "Port": 62562}, + {"Proto": "peerapi6", "Port": 62562} ]}, - "Created": "2026-04-09T01:34:44.257522891Z", + "Created": "2026-04-09T08:40:44.522143137Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 3085431930864797, - "StableID": "nctaAm4Q6R11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "DiscoKey": "discokey:fc5b81959e28d7e7d241bb3e34c03028acbfa5b3c430f3b4a677ee018f5fd769", - "Addresses": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "AllowedIPs": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "Endpoints": ["77.164.248.136:36162", "10.65.0.27:36162", "172.17.0.1:36162"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45292}, - {"Proto": "peerapi6", "Port": 45292} - ]}, - "Created": "2026-04-09T01:34:42.099820662Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3396162127617488, - "StableID": "nqyBcNR8XT11CNTRL", + "ID": 488113910023281, + "StableID": "nvf9mdv4p411CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "KeyExpiry": "2026-10-06T01:34:44Z", - "DiscoKey": "discokey:3f12b24cf022abbb6d05282057cb4ec035b9925161a1e899ef5f64dd65bf2811", - "Addresses": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "AllowedIPs": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "Endpoints": ["77.164.248.136:58456", "10.65.0.27:58456", "172.17.0.1:58456"], + "Key": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:abcf250eb565b550edb90b37797d1716b7dccce96c6b78bd5f7c145f6e56305b", + "Addresses": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "AllowedIPs": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "Endpoints": ["77.164.248.136:51909", "10.65.0.27:51909", "172.17.0.1:51909"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 38509}, - {"Proto": "peerapi6", "Port": 38509} + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} ]}, - "Created": "2026-04-09T01:34:44.81567309Z", + "Created": "2026-04-09T08:40:45.060284168Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 5272850302231665, - "StableID": "nWdUBWq5Bi11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "DiscoKey": "discokey:64a4f6f62dd8a196642eb63ccae7c185e841c954ce0ed174790f0fcdcd792137", - "Addresses": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "AllowedIPs": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "Endpoints": ["77.164.248.136:60549", "10.65.0.27:60549", "172.17.0.1:60549"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 64262}, - {"Proto": "peerapi6", "Port": 64262} - ]}, - "Created": "2026-04-09T01:34:40.395063353Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7675540957280685, - "StableID": "nYLujqSGw221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:0de30bbd1d8c0c6108c8d9f137596561d1bc8df9743692df5d16177aa44b2148", - "Addresses": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "AllowedIPs": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "Endpoints": ["77.164.248.136:50483", "10.65.0.27:50483", "172.17.0.1:50483"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53196}, - {"Proto": "peerapi6", "Port": 53196} - ]}, - "Created": "2026-04-09T01:34:45.899141157Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7957502322256187, - "StableID": "nk7p2N6y8521CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:4f9e3e2876d060a5e6a1709f8a3ea9a9c42757ffb80149aa74168b61bfaf2339", - "Addresses": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "AllowedIPs": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "Endpoints": ["77.164.248.136:37695", "10.65.0.27:37695", "172.17.0.1:37695"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37043}, - {"Proto": "peerapi6", "Port": 37043} - ]}, - "Created": "2026-04-09T01:34:45.371668817Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8389949392386430, - "StableID": "nZArm8kpW821CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "DiscoKey": "discokey:e86ebce2163d862b4ca769226f129cbcf2db5b860950f692d3e58e1f05e48317", - "Addresses": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "AllowedIPs": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "Endpoints": ["77.164.248.136:33422", "10.65.0.27:33422", "172.17.0.1:33422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44412}, - {"Proto": "peerapi6", "Port": 44412} - ]}, - "Created": "2026-04-09T01:34:42.629118808Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8449866031667807, - "StableID": "nt9g1qexy821CNTRL", + "ID": 625922331372245, + "StableID": "nER54GvUt511CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "DiscoKey": "discokey:63d18152698c45b01ed381faf349e638d60cf52dd5cafd9c7257987aac7a262e", - "Addresses": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "AllowedIPs": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "Endpoints": ["77.164.248.136:48566", "10.65.0.27:48566", "172.17.0.1:48566"], + "Key": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "DiscoKey": "discokey:5dcfb710fa26ab4040fc4e37fbdeda6895a6cf99d2267c501d85d4e98fc0c51f", + "Addresses": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "AllowedIPs": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "Endpoints": ["77.164.248.136:34206", "10.65.0.27:34206", "172.17.0.1:34206"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50848}, - {"Proto": "peerapi6", "Port": 50848} + {"Proto": "peerapi4", "Port": 41833}, + {"Proto": "peerapi6", "Port": 41833} ]}, - "Created": "2026-04-09T01:34:39.657717471Z", + "Created": "2026-04-09T08:40:40.252903684Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8951687896583455, - "StableID": "nCMkoNfEuC21CNTRL", + "ID": 1883813545769986, + "StableID": "ny4xD5bBiF11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "KeyExpiry": "2026-10-06T08:40:46Z", + "DiscoKey": "discokey:81ae3958e22b605a58a8df0b763fe021345a97d3b68614afab89cec337a00156", + "Addresses": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "AllowedIPs": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "Endpoints": ["77.164.248.136:44814", "10.65.0.27:44814", "172.17.0.1:44814"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 62845}, + {"Proto": "peerapi6", "Port": 62845} + ]}, + "Created": "2026-04-09T08:40:46.130861674Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2240624547281596, + "StableID": "nfrvadQnVJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "DiscoKey": "discokey:73ff698277fdf7be20ae73d197eeadafd01b67226c3e8c94dcadb3fbee3cfa49", + "Addresses": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "AllowedIPs": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "Endpoints": ["77.164.248.136:40899", "10.65.0.27:40899", "172.17.0.1:40899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 59345}, + {"Proto": "peerapi6", "Port": 59345} + ]}, + "Created": "2026-04-09T08:40:39.161196542Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4720725864173077, + "StableID": "nQNYFtT2sd11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "DiscoKey": "discokey:5d0cf9b7d95f90bbbb07a6359e1640e0c7f2c8d652bbde78c8bf60f6e9cd7a6d", + "Addresses": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "AllowedIPs": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "Endpoints": ["77.164.248.136:42059", "10.65.0.27:42059", "172.17.0.1:42059"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55719}, + {"Proto": "peerapi6", "Port": 55719} + ]}, + "Created": "2026-04-09T08:40:43.464677127Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4741191333007173, + "StableID": "n6XkeH4J2e11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "DiscoKey": "discokey:31d77262c7adc9e3292e6aa95e0bcbc3782cbde9aaaca990d12c07ac921ba947", + "Addresses": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "AllowedIPs": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "Endpoints": ["77.164.248.136:53754", "10.65.0.27:53754", "172.17.0.1:53754"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59481}, + {"Proto": "peerapi6", "Port": 59481} + ]}, + "Created": "2026-04-09T08:40:42.39622188Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4748597299476975, + "StableID": "nezjYjbe5e11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "DiscoKey": "discokey:ab64df5637c4d961b6ef3085f846c7454c16fa058e2ff330e97607c9b10cf402", + "Addresses": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "AllowedIPs": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "Endpoints": ["77.164.248.136:35726", "10.65.0.27:35726", "172.17.0.1:35726"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} + ]}, + "Created": "2026-04-09T08:40:43.987015038Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4962246471410656, + "StableID": "nKWJGRoQkf11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "DiscoKey": "discokey:b53befce4bbf4a962d8b664a89e0df1d87b69faafb28d168b309def3e4712618", + "Addresses": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "AllowedIPs": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "Endpoints": ["77.164.248.136:34998", "10.65.0.27:34998", "172.17.0.1:34998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 57056}, + {"Proto": "peerapi6", "Port": 57056} + ]}, + "Created": "2026-04-09T08:40:40.779054653Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4976324971591250, + "StableID": "nhcg7tcnrf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "DiscoKey": "discokey:f0f4a11f7640e5aa222c887d7b187f488bfceee987fa7b2f2c830c0d744fe83e", + "Addresses": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "AllowedIPs": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "Endpoints": ["77.164.248.136:42307", "10.65.0.27:42307", "172.17.0.1:42307"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41669}, + {"Proto": "peerapi6", "Port": 41669} + ]}, + "Created": "2026-04-09T08:40:38.617254342Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5837309785629906, + "StableID": "nsq1qKEjan11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "DiscoKey": "discokey:419e3455a4a5fdde2264c252bde31f6b0051e628de4e5ccd3dc5750902049317", + "Addresses": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "AllowedIPs": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "Endpoints": ["77.164.248.136:52378", "10.65.0.27:52378", "172.17.0.1:52378"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56645}, + {"Proto": "peerapi6", "Port": 56645} + ]}, + "Created": "2026-04-09T08:40:41.844014256Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6603045479062623, + "StableID": "nGTEvroXZt11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "DiscoKey": "discokey:a200c39e3f7f0fe49f580c11e5545bd23911ed9ac50a41cba19d2b0208fed43b", - "Addresses": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "AllowedIPs": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "Endpoints": ["77.164.248.136:52136", "10.65.0.27:52136", "172.17.0.1:52136"], + "Key": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "DiscoKey": "discokey:30ad6b21a2d8e695337fd9b0a8d77ab9323dac51c2f0600ccb123edd1311163e", + "Addresses": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "AllowedIPs": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "Endpoints": ["77.164.248.136:60932", "10.65.0.27:60932", "172.17.0.1:60932"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47970}, - {"Proto": "peerapi6", "Port": 47970} + {"Proto": "peerapi4", "Port": 45791}, + {"Proto": "peerapi6", "Port": 45791} ]}, - "Created": "2026-04-09T01:34:39.116288461Z", + "Created": "2026-04-09T08:40:39.692146545Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 7639176475789307, + "StableID": "ngT13KDoe221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:95f0d660ae731cfbcec542d463bd2f36f47eb6d3a0c234eaf22dd9960848393b", + "Addresses": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "AllowedIPs": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "Endpoints": ["77.164.248.136:45211", "10.65.0.27:45211", "172.17.0.1:45211"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 58156}, + {"Proto": "peerapi6", "Port": 58156} + ]}, + "Created": "2026-04-09T08:40:45.597843904Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8222493969434804, + "StableID": "nMyKUUyyC721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "DiscoKey": "discokey:479c29c519e131bb5bcdeaf6d9de797c814ac5454489d2e97dd497dfe6d55e22", + "Addresses": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "AllowedIPs": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "Endpoints": ["77.164.248.136:39340", "10.65.0.27:39340", "172.17.0.1:39340"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45869}, + {"Proto": "peerapi6", "Port": 45869} + ]}, + "Created": "2026-04-09T08:40:42.927499012Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2597,27 +2599,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8343323999204418": { - "ID": 8343323999204418, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8215988905937689": { + "ID": 8215988905937689, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2648,22 +2652,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7675540957280685, - "StableID": "nYLujqSGw221CNTRL", + "ID": 1883813545769986, + "StableID": "ny4xD5bBiF11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:0de30bbd1d8c0c6108c8d9f137596561d1bc8df9743692df5d16177aa44b2148", - "Addresses": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "AllowedIPs": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "Endpoints": ["77.164.248.136:50483", "10.65.0.27:50483", "172.17.0.1:50483"], + "Key": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "KeyExpiry": "2026-10-06T08:40:46Z", + "DiscoKey": "discokey:81ae3958e22b605a58a8df0b763fe021345a97d3b68614afab89cec337a00156", + "Addresses": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "AllowedIPs": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "Endpoints": ["77.164.248.136:44814", "10.65.0.27:44814", "172.17.0.1:44814"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53196}, - {"Proto": "peerapi6", "Port": 53196}, + {"Proto": "peerapi4", "Port": 62845}, + {"Proto": "peerapi6", "Port": 62845}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:45.899141157Z", + "Created": "2026-04-09T08:40:46.130861674Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2692,302 +2696,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "MachineKey": "mkey:c9a1ef88b1f6ce115e77ab49688b1e06835b14510a641b700e187ac827f0a253", + "NodeKey": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "MachineKey": "mkey:9055c83e9710619aef9b405f349ee84cd71458182ccadce80fcb6b63272a8600", "Peers": [{ - "ID": 55823824261467, - "StableID": "nz63C3QHS111CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "DiscoKey": "discokey:54b67eee11b0f958a93bdda6feeb4dfbf1724eb635507a7e1568b53b69cc740b", - "Addresses": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "AllowedIPs": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "Endpoints": ["77.164.248.136:43575", "10.65.0.27:43575", "172.17.0.1:43575"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63886}, - {"Proto": "peerapi6", "Port": 63886} - ]}, - "Created": "2026-04-09T01:34:41.545282497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1064906794696487, - "StableID": "neg2r9JJK911CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "DiscoKey": "discokey:caf089b277102c5cc73247463825f9007fc4b30a3e9214d0e7fd4515b5d03506", - "Addresses": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "AllowedIPs": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "Endpoints": ["77.164.248.136:33760", "10.65.0.27:33760", "172.17.0.1:33760"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 54590}, - {"Proto": "peerapi6", "Port": 54590} - ]}, - "Created": "2026-04-09T01:34:43.720236175Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1593663691422141, - "StableID": "nUadAtqmSD11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "DiscoKey": "discokey:6ae6ff237a61322d19a56f4c8a84ec58b857dba2586b6fb011749b221090e60f", - "Addresses": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "AllowedIPs": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "Endpoints": ["77.164.248.136:44083", "10.65.0.27:44083", "172.17.0.1:44083"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 64173}, - {"Proto": "peerapi6", "Port": 64173} - ]}, - "Created": "2026-04-09T01:34:43.175370503Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1902440147812872, - "StableID": "nDMCGrscrF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "DiscoKey": "discokey:84ea22f122d4c300d1b7b867f80ab6825acc5d25c7ef38d5d5654ed6dfd96e62", - "Addresses": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "AllowedIPs": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "Endpoints": ["77.164.248.136:52969", "10.65.0.27:52969", "172.17.0.1:52969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65262}, - {"Proto": "peerapi6", "Port": 65262} - ]}, - "Created": "2026-04-09T01:34:38.578418611Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2267259988334463, - "StableID": "nU3XJN5rhJ11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "DiscoKey": "discokey:44618e1014496b83a0965f4dfed7fd8b2d85394b7ff76f727352b8aa5b16f774", - "Addresses": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "AllowedIPs": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "Endpoints": ["77.164.248.136:54967", "10.65.0.27:54967", "172.17.0.1:54967"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:34:38.029763238Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2897263793222491, - "StableID": "nSJDC1DBdP11CNTRL", + "ID": 246791240391551, + "StableID": "nEiMpfnmv211CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "DiscoKey": "discokey:163d0ee03d3fed005295128d05d36de1d37935e00dbfc6ef3d780057906b5e30", - "Addresses": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "AllowedIPs": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "Endpoints": ["77.164.248.136:60154", "10.65.0.27:60154", "172.17.0.1:60154"], - "HomeDERP": 14, + "Key": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "DiscoKey": "discokey:f97e497e1f2a08b647ddb28da03db39eeb1660f792965a5dc5b3f262a9e0a460", + "Addresses": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "AllowedIPs": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "Endpoints": ["77.164.248.136:43979", "10.65.0.27:43979", "172.17.0.1:43979"], + "HomeDERP": 18, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57075}, - {"Proto": "peerapi6", "Port": 57075} + {"Proto": "peerapi4", "Port": 62562}, + {"Proto": "peerapi6", "Port": 62562} ]}, - "Created": "2026-04-09T01:34:44.257522891Z", + "Created": "2026-04-09T08:40:44.522143137Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 3085431930864797, - "StableID": "nctaAm4Q6R11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "DiscoKey": "discokey:fc5b81959e28d7e7d241bb3e34c03028acbfa5b3c430f3b4a677ee018f5fd769", - "Addresses": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "AllowedIPs": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "Endpoints": ["77.164.248.136:36162", "10.65.0.27:36162", "172.17.0.1:36162"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45292}, - {"Proto": "peerapi6", "Port": 45292} - ]}, - "Created": "2026-04-09T01:34:42.099820662Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3396162127617488, - "StableID": "nqyBcNR8XT11CNTRL", + "ID": 488113910023281, + "StableID": "nvf9mdv4p411CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "KeyExpiry": "2026-10-06T01:34:44Z", - "DiscoKey": "discokey:3f12b24cf022abbb6d05282057cb4ec035b9925161a1e899ef5f64dd65bf2811", - "Addresses": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "AllowedIPs": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "Endpoints": ["77.164.248.136:58456", "10.65.0.27:58456", "172.17.0.1:58456"], + "Key": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:abcf250eb565b550edb90b37797d1716b7dccce96c6b78bd5f7c145f6e56305b", + "Addresses": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "AllowedIPs": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "Endpoints": ["77.164.248.136:51909", "10.65.0.27:51909", "172.17.0.1:51909"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 38509}, - {"Proto": "peerapi6", "Port": 38509} + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} ]}, - "Created": "2026-04-09T01:34:44.81567309Z", + "Created": "2026-04-09T08:40:45.060284168Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 5272850302231665, - "StableID": "nWdUBWq5Bi11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "DiscoKey": "discokey:64a4f6f62dd8a196642eb63ccae7c185e841c954ce0ed174790f0fcdcd792137", - "Addresses": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "AllowedIPs": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "Endpoints": ["77.164.248.136:60549", "10.65.0.27:60549", "172.17.0.1:60549"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 64262}, - {"Proto": "peerapi6", "Port": 64262} - ]}, - "Created": "2026-04-09T01:34:40.395063353Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7957502322256187, - "StableID": "nk7p2N6y8521CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:4f9e3e2876d060a5e6a1709f8a3ea9a9c42757ffb80149aa74168b61bfaf2339", - "Addresses": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "AllowedIPs": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "Endpoints": ["77.164.248.136:37695", "10.65.0.27:37695", "172.17.0.1:37695"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37043}, - {"Proto": "peerapi6", "Port": 37043} - ]}, - "Created": "2026-04-09T01:34:45.371668817Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8343323999204418, - "StableID": "nXTTSUyh9821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "DiscoKey": "discokey:eb0ee91776201d0931038f1efe0c6e97701516fe0b775f4d0baadc8f528f660a", - "Addresses": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "AllowedIPs": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "Endpoints": ["77.164.248.136:52599", "10.65.0.27:52599", "172.17.0.1:52599"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 42184}, - {"Proto": "peerapi6", "Port": 42184} - ]}, - "Created": "2026-04-09T01:34:40.995000284Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8389949392386430, - "StableID": "nZArm8kpW821CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "DiscoKey": "discokey:e86ebce2163d862b4ca769226f129cbcf2db5b860950f692d3e58e1f05e48317", - "Addresses": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "AllowedIPs": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "Endpoints": ["77.164.248.136:33422", "10.65.0.27:33422", "172.17.0.1:33422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44412}, - {"Proto": "peerapi6", "Port": 44412} - ]}, - "Created": "2026-04-09T01:34:42.629118808Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8449866031667807, - "StableID": "nt9g1qexy821CNTRL", + "ID": 625922331372245, + "StableID": "nER54GvUt511CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "DiscoKey": "discokey:63d18152698c45b01ed381faf349e638d60cf52dd5cafd9c7257987aac7a262e", - "Addresses": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "AllowedIPs": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "Endpoints": ["77.164.248.136:48566", "10.65.0.27:48566", "172.17.0.1:48566"], + "Key": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "DiscoKey": "discokey:5dcfb710fa26ab4040fc4e37fbdeda6895a6cf99d2267c501d85d4e98fc0c51f", + "Addresses": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "AllowedIPs": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "Endpoints": ["77.164.248.136:34206", "10.65.0.27:34206", "172.17.0.1:34206"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50848}, - {"Proto": "peerapi6", "Port": 50848} + {"Proto": "peerapi4", "Port": 41833}, + {"Proto": "peerapi6", "Port": 41833} ]}, - "Created": "2026-04-09T01:34:39.657717471Z", + "Created": "2026-04-09T08:40:40.252903684Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8951687896583455, - "StableID": "nCMkoNfEuC21CNTRL", + "ID": 2240624547281596, + "StableID": "nfrvadQnVJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "DiscoKey": "discokey:73ff698277fdf7be20ae73d197eeadafd01b67226c3e8c94dcadb3fbee3cfa49", + "Addresses": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "AllowedIPs": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "Endpoints": ["77.164.248.136:40899", "10.65.0.27:40899", "172.17.0.1:40899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 59345}, + {"Proto": "peerapi6", "Port": 59345} + ]}, + "Created": "2026-04-09T08:40:39.161196542Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4720725864173077, + "StableID": "nQNYFtT2sd11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "DiscoKey": "discokey:5d0cf9b7d95f90bbbb07a6359e1640e0c7f2c8d652bbde78c8bf60f6e9cd7a6d", + "Addresses": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "AllowedIPs": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "Endpoints": ["77.164.248.136:42059", "10.65.0.27:42059", "172.17.0.1:42059"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55719}, + {"Proto": "peerapi6", "Port": 55719} + ]}, + "Created": "2026-04-09T08:40:43.464677127Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4741191333007173, + "StableID": "n6XkeH4J2e11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "DiscoKey": "discokey:31d77262c7adc9e3292e6aa95e0bcbc3782cbde9aaaca990d12c07ac921ba947", + "Addresses": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "AllowedIPs": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "Endpoints": ["77.164.248.136:53754", "10.65.0.27:53754", "172.17.0.1:53754"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59481}, + {"Proto": "peerapi6", "Port": 59481} + ]}, + "Created": "2026-04-09T08:40:42.39622188Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4748597299476975, + "StableID": "nezjYjbe5e11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "DiscoKey": "discokey:ab64df5637c4d961b6ef3085f846c7454c16fa058e2ff330e97607c9b10cf402", + "Addresses": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "AllowedIPs": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "Endpoints": ["77.164.248.136:35726", "10.65.0.27:35726", "172.17.0.1:35726"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} + ]}, + "Created": "2026-04-09T08:40:43.987015038Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4962246471410656, + "StableID": "nKWJGRoQkf11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "DiscoKey": "discokey:b53befce4bbf4a962d8b664a89e0df1d87b69faafb28d168b309def3e4712618", + "Addresses": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "AllowedIPs": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "Endpoints": ["77.164.248.136:34998", "10.65.0.27:34998", "172.17.0.1:34998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 57056}, + {"Proto": "peerapi6", "Port": 57056} + ]}, + "Created": "2026-04-09T08:40:40.779054653Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4976324971591250, + "StableID": "nhcg7tcnrf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "DiscoKey": "discokey:f0f4a11f7640e5aa222c887d7b187f488bfceee987fa7b2f2c830c0d744fe83e", + "Addresses": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "AllowedIPs": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "Endpoints": ["77.164.248.136:42307", "10.65.0.27:42307", "172.17.0.1:42307"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41669}, + {"Proto": "peerapi6", "Port": 41669} + ]}, + "Created": "2026-04-09T08:40:38.617254342Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5837309785629906, + "StableID": "nsq1qKEjan11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "DiscoKey": "discokey:419e3455a4a5fdde2264c252bde31f6b0051e628de4e5ccd3dc5750902049317", + "Addresses": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "AllowedIPs": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "Endpoints": ["77.164.248.136:52378", "10.65.0.27:52378", "172.17.0.1:52378"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56645}, + {"Proto": "peerapi6", "Port": 56645} + ]}, + "Created": "2026-04-09T08:40:41.844014256Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6603045479062623, + "StableID": "nGTEvroXZt11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "DiscoKey": "discokey:a200c39e3f7f0fe49f580c11e5545bd23911ed9ac50a41cba19d2b0208fed43b", - "Addresses": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "AllowedIPs": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "Endpoints": ["77.164.248.136:52136", "10.65.0.27:52136", "172.17.0.1:52136"], + "Key": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "DiscoKey": "discokey:30ad6b21a2d8e695337fd9b0a8d77ab9323dac51c2f0600ccb123edd1311163e", + "Addresses": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "AllowedIPs": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "Endpoints": ["77.164.248.136:60932", "10.65.0.27:60932", "172.17.0.1:60932"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47970}, - {"Proto": "peerapi6", "Port": 47970} + {"Proto": "peerapi4", "Port": 45791}, + {"Proto": "peerapi6", "Port": 45791} ]}, - "Created": "2026-04-09T01:34:39.116288461Z", + "Created": "2026-04-09T08:40:39.692146545Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 7639176475789307, + "StableID": "ngT13KDoe221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:95f0d660ae731cfbcec542d463bd2f36f47eb6d3a0c234eaf22dd9960848393b", + "Addresses": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "AllowedIPs": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "Endpoints": ["77.164.248.136:45211", "10.65.0.27:45211", "172.17.0.1:45211"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 58156}, + {"Proto": "peerapi6", "Port": 58156} + ]}, + "Created": "2026-04-09T08:40:45.597843904Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8215988905937689, + "StableID": "niHZHc63A721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "DiscoKey": "discokey:b4216c7534b548ddd4817eb94ab69c301e3e9891432966f50025f5d17a2f3876", + "Addresses": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "AllowedIPs": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "Endpoints": ["77.164.248.136:57664", "10.65.0.27:57664", "172.17.0.1:57664"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 62229}, + {"Proto": "peerapi6", "Port": 62229} + ]}, + "Created": "2026-04-09T08:40:41.308646871Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8222493969434804, + "StableID": "nMyKUUyyC721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "DiscoKey": "discokey:479c29c519e131bb5bcdeaf6d9de797c814ac5454489d2e97dd497dfe6d55e22", + "Addresses": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "AllowedIPs": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "Endpoints": ["77.164.248.136:39340", "10.65.0.27:39340", "172.17.0.1:39340"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45869}, + {"Proto": "peerapi6", "Port": 45869} + ]}, + "Created": "2026-04-09T08:40:42.927499012Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3835,23 +3839,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3882,26 +3887,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8951687896583455, - "StableID": "nCMkoNfEuC21CNTRL", + "ID": 6603045479062623, + "StableID": "nGTEvroXZt11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 8951687896583455, - "Key": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "DiscoKey": "discokey:a200c39e3f7f0fe49f580c11e5545bd23911ed9ac50a41cba19d2b0208fed43b", - "Addresses": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "AllowedIPs": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "Endpoints": ["77.164.248.136:52136", "10.65.0.27:52136", "172.17.0.1:52136"], + "User": 6603045479062623, + "Key": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "DiscoKey": "discokey:30ad6b21a2d8e695337fd9b0a8d77ab9323dac51c2f0600ccb123edd1311163e", + "Addresses": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "AllowedIPs": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "Endpoints": ["77.164.248.136:60932", "10.65.0.27:60932", "172.17.0.1:60932"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 47970}, - {"Proto": "peerapi6", "Port": 47970}, + {"Proto": "peerapi4", "Port": 45791}, + {"Proto": "peerapi6", "Port": 45791}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:39.116288461Z", + "Created": "2026-04-09T08:40:39.692146545Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3929,302 +3934,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "MachineKey": "mkey:30157bb944b2702560051e4833c8fc747bd7a260565d10ece74df9d3f0640316", + "NodeKey": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "MachineKey": "mkey:99bd9cd594c3ac0a1675708eb63d94174ce36393b2ea73b34b3bba80cae26d32", "Peers": [{ - "ID": 55823824261467, - "StableID": "nz63C3QHS111CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "DiscoKey": "discokey:54b67eee11b0f958a93bdda6feeb4dfbf1724eb635507a7e1568b53b69cc740b", - "Addresses": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "AllowedIPs": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "Endpoints": ["77.164.248.136:43575", "10.65.0.27:43575", "172.17.0.1:43575"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63886}, - {"Proto": "peerapi6", "Port": 63886} - ]}, - "Created": "2026-04-09T01:34:41.545282497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1064906794696487, - "StableID": "neg2r9JJK911CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "DiscoKey": "discokey:caf089b277102c5cc73247463825f9007fc4b30a3e9214d0e7fd4515b5d03506", - "Addresses": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "AllowedIPs": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "Endpoints": ["77.164.248.136:33760", "10.65.0.27:33760", "172.17.0.1:33760"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 54590}, - {"Proto": "peerapi6", "Port": 54590} - ]}, - "Created": "2026-04-09T01:34:43.720236175Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1593663691422141, - "StableID": "nUadAtqmSD11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "DiscoKey": "discokey:6ae6ff237a61322d19a56f4c8a84ec58b857dba2586b6fb011749b221090e60f", - "Addresses": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "AllowedIPs": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "Endpoints": ["77.164.248.136:44083", "10.65.0.27:44083", "172.17.0.1:44083"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 64173}, - {"Proto": "peerapi6", "Port": 64173} - ]}, - "Created": "2026-04-09T01:34:43.175370503Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1902440147812872, - "StableID": "nDMCGrscrF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "DiscoKey": "discokey:84ea22f122d4c300d1b7b867f80ab6825acc5d25c7ef38d5d5654ed6dfd96e62", - "Addresses": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "AllowedIPs": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "Endpoints": ["77.164.248.136:52969", "10.65.0.27:52969", "172.17.0.1:52969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65262}, - {"Proto": "peerapi6", "Port": 65262} - ]}, - "Created": "2026-04-09T01:34:38.578418611Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2267259988334463, - "StableID": "nU3XJN5rhJ11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "DiscoKey": "discokey:44618e1014496b83a0965f4dfed7fd8b2d85394b7ff76f727352b8aa5b16f774", - "Addresses": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "AllowedIPs": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "Endpoints": ["77.164.248.136:54967", "10.65.0.27:54967", "172.17.0.1:54967"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:34:38.029763238Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2897263793222491, - "StableID": "nSJDC1DBdP11CNTRL", + "ID": 246791240391551, + "StableID": "nEiMpfnmv211CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "DiscoKey": "discokey:163d0ee03d3fed005295128d05d36de1d37935e00dbfc6ef3d780057906b5e30", - "Addresses": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "AllowedIPs": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "Endpoints": ["77.164.248.136:60154", "10.65.0.27:60154", "172.17.0.1:60154"], - "HomeDERP": 14, + "Key": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "DiscoKey": "discokey:f97e497e1f2a08b647ddb28da03db39eeb1660f792965a5dc5b3f262a9e0a460", + "Addresses": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "AllowedIPs": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "Endpoints": ["77.164.248.136:43979", "10.65.0.27:43979", "172.17.0.1:43979"], + "HomeDERP": 18, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57075}, - {"Proto": "peerapi6", "Port": 57075} + {"Proto": "peerapi4", "Port": 62562}, + {"Proto": "peerapi6", "Port": 62562} ]}, - "Created": "2026-04-09T01:34:44.257522891Z", + "Created": "2026-04-09T08:40:44.522143137Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 3085431930864797, - "StableID": "nctaAm4Q6R11CNTRL", + "ID": 488113910023281, + "StableID": "nvf9mdv4p411CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:abcf250eb565b550edb90b37797d1716b7dccce96c6b78bd5f7c145f6e56305b", + "Addresses": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "AllowedIPs": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "Endpoints": ["77.164.248.136:51909", "10.65.0.27:51909", "172.17.0.1:51909"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} + ]}, + "Created": "2026-04-09T08:40:45.060284168Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 625922331372245, + "StableID": "nER54GvUt511CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "DiscoKey": "discokey:5dcfb710fa26ab4040fc4e37fbdeda6895a6cf99d2267c501d85d4e98fc0c51f", + "Addresses": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "AllowedIPs": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "Endpoints": ["77.164.248.136:34206", "10.65.0.27:34206", "172.17.0.1:34206"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 41833}, + {"Proto": "peerapi6", "Port": 41833} + ]}, + "Created": "2026-04-09T08:40:40.252903684Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1883813545769986, + "StableID": "ny4xD5bBiF11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "KeyExpiry": "2026-10-06T08:40:46Z", + "DiscoKey": "discokey:81ae3958e22b605a58a8df0b763fe021345a97d3b68614afab89cec337a00156", + "Addresses": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "AllowedIPs": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "Endpoints": ["77.164.248.136:44814", "10.65.0.27:44814", "172.17.0.1:44814"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 62845}, + {"Proto": "peerapi6", "Port": 62845} + ]}, + "Created": "2026-04-09T08:40:46.130861674Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2240624547281596, + "StableID": "nfrvadQnVJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "DiscoKey": "discokey:73ff698277fdf7be20ae73d197eeadafd01b67226c3e8c94dcadb3fbee3cfa49", + "Addresses": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "AllowedIPs": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "Endpoints": ["77.164.248.136:40899", "10.65.0.27:40899", "172.17.0.1:40899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 59345}, + {"Proto": "peerapi6", "Port": 59345} + ]}, + "Created": "2026-04-09T08:40:39.161196542Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4720725864173077, + "StableID": "nQNYFtT2sd11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "DiscoKey": "discokey:5d0cf9b7d95f90bbbb07a6359e1640e0c7f2c8d652bbde78c8bf60f6e9cd7a6d", + "Addresses": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "AllowedIPs": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "Endpoints": ["77.164.248.136:42059", "10.65.0.27:42059", "172.17.0.1:42059"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55719}, + {"Proto": "peerapi6", "Port": 55719} + ]}, + "Created": "2026-04-09T08:40:43.464677127Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4741191333007173, + "StableID": "n6XkeH4J2e11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "DiscoKey": "discokey:fc5b81959e28d7e7d241bb3e34c03028acbfa5b3c430f3b4a677ee018f5fd769", - "Addresses": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "AllowedIPs": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "Endpoints": ["77.164.248.136:36162", "10.65.0.27:36162", "172.17.0.1:36162"], + "Key": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "DiscoKey": "discokey:31d77262c7adc9e3292e6aa95e0bcbc3782cbde9aaaca990d12c07ac921ba947", + "Addresses": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "AllowedIPs": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "Endpoints": ["77.164.248.136:53754", "10.65.0.27:53754", "172.17.0.1:53754"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45292}, - {"Proto": "peerapi6", "Port": 45292} + {"Proto": "peerapi4", "Port": 59481}, + {"Proto": "peerapi6", "Port": 59481} ]}, - "Created": "2026-04-09T01:34:42.099820662Z", + "Created": "2026-04-09T08:40:42.39622188Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3396162127617488, - "StableID": "nqyBcNR8XT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "KeyExpiry": "2026-10-06T01:34:44Z", - "DiscoKey": "discokey:3f12b24cf022abbb6d05282057cb4ec035b9925161a1e899ef5f64dd65bf2811", - "Addresses": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "AllowedIPs": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "Endpoints": ["77.164.248.136:58456", "10.65.0.27:58456", "172.17.0.1:58456"], + "ID": 4748597299476975, + "StableID": "nezjYjbe5e11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "DiscoKey": "discokey:ab64df5637c4d961b6ef3085f846c7454c16fa058e2ff330e97607c9b10cf402", + "Addresses": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "AllowedIPs": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "Endpoints": ["77.164.248.136:35726", "10.65.0.27:35726", "172.17.0.1:35726"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 38509}, - {"Proto": "peerapi6", "Port": 38509} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} ]}, - "Created": "2026-04-09T01:34:44.81567309Z", + "Created": "2026-04-09T08:40:43.987015038Z", "Cap": 131, + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 5272850302231665, - "StableID": "nWdUBWq5Bi11CNTRL", + "ID": 4962246471410656, + "StableID": "nKWJGRoQkf11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "DiscoKey": "discokey:64a4f6f62dd8a196642eb63ccae7c185e841c954ce0ed174790f0fcdcd792137", - "Addresses": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "AllowedIPs": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "Endpoints": ["77.164.248.136:60549", "10.65.0.27:60549", "172.17.0.1:60549"], + "Key": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "DiscoKey": "discokey:b53befce4bbf4a962d8b664a89e0df1d87b69faafb28d168b309def3e4712618", + "Addresses": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "AllowedIPs": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "Endpoints": ["77.164.248.136:34998", "10.65.0.27:34998", "172.17.0.1:34998"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 64262}, - {"Proto": "peerapi6", "Port": 64262} + {"Proto": "peerapi4", "Port": 57056}, + {"Proto": "peerapi6", "Port": 57056} ]}, - "Created": "2026-04-09T01:34:40.395063353Z", + "Created": "2026-04-09T08:40:40.779054653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7675540957280685, - "StableID": "nYLujqSGw221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:0de30bbd1d8c0c6108c8d9f137596561d1bc8df9743692df5d16177aa44b2148", - "Addresses": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "AllowedIPs": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "Endpoints": ["77.164.248.136:50483", "10.65.0.27:50483", "172.17.0.1:50483"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53196}, - {"Proto": "peerapi6", "Port": 53196} + "ID": 4976324971591250, + "StableID": "nhcg7tcnrf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "DiscoKey": "discokey:f0f4a11f7640e5aa222c887d7b187f488bfceee987fa7b2f2c830c0d744fe83e", + "Addresses": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "AllowedIPs": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "Endpoints": ["77.164.248.136:42307", "10.65.0.27:42307", "172.17.0.1:42307"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41669}, + {"Proto": "peerapi6", "Port": 41669} ]}, - "Created": "2026-04-09T01:34:45.899141157Z", + "Created": "2026-04-09T08:40:38.617254342Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 7957502322256187, - "StableID": "nk7p2N6y8521CNTRL", + "ID": 5837309785629906, + "StableID": "nsq1qKEjan11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "DiscoKey": "discokey:419e3455a4a5fdde2264c252bde31f6b0051e628de4e5ccd3dc5750902049317", + "Addresses": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "AllowedIPs": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "Endpoints": ["77.164.248.136:52378", "10.65.0.27:52378", "172.17.0.1:52378"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56645}, + {"Proto": "peerapi6", "Port": 56645} + ]}, + "Created": "2026-04-09T08:40:41.844014256Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7639176475789307, + "StableID": "ngT13KDoe221CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:4f9e3e2876d060a5e6a1709f8a3ea9a9c42757ffb80149aa74168b61bfaf2339", - "Addresses": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "AllowedIPs": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "Endpoints": ["77.164.248.136:37695", "10.65.0.27:37695", "172.17.0.1:37695"], + "Key": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:95f0d660ae731cfbcec542d463bd2f36f47eb6d3a0c234eaf22dd9960848393b", + "Addresses": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "AllowedIPs": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "Endpoints": ["77.164.248.136:45211", "10.65.0.27:45211", "172.17.0.1:45211"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37043}, - {"Proto": "peerapi6", "Port": 37043} + {"Proto": "peerapi4", "Port": 58156}, + {"Proto": "peerapi6", "Port": 58156} ]}, - "Created": "2026-04-09T01:34:45.371668817Z", + "Created": "2026-04-09T08:40:45.597843904Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8343323999204418, - "StableID": "nXTTSUyh9821CNTRL", + "ID": 8215988905937689, + "StableID": "niHZHc63A721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "DiscoKey": "discokey:eb0ee91776201d0931038f1efe0c6e97701516fe0b775f4d0baadc8f528f660a", - "Addresses": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "AllowedIPs": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "Endpoints": ["77.164.248.136:52599", "10.65.0.27:52599", "172.17.0.1:52599"], + "Key": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "DiscoKey": "discokey:b4216c7534b548ddd4817eb94ab69c301e3e9891432966f50025f5d17a2f3876", + "Addresses": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "AllowedIPs": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "Endpoints": ["77.164.248.136:57664", "10.65.0.27:57664", "172.17.0.1:57664"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 42184}, - {"Proto": "peerapi6", "Port": 42184} + {"Proto": "peerapi4", "Port": 62229}, + {"Proto": "peerapi6", "Port": 62229} ]}, - "Created": "2026-04-09T01:34:40.995000284Z", + "Created": "2026-04-09T08:40:41.308646871Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8389949392386430, - "StableID": "nZArm8kpW821CNTRL", + "ID": 8222493969434804, + "StableID": "nMyKUUyyC721CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "DiscoKey": "discokey:e86ebce2163d862b4ca769226f129cbcf2db5b860950f692d3e58e1f05e48317", - "Addresses": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "AllowedIPs": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "Endpoints": ["77.164.248.136:33422", "10.65.0.27:33422", "172.17.0.1:33422"], + "Key": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "DiscoKey": "discokey:479c29c519e131bb5bcdeaf6d9de797c814ac5454489d2e97dd497dfe6d55e22", + "Addresses": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "AllowedIPs": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "Endpoints": ["77.164.248.136:39340", "10.65.0.27:39340", "172.17.0.1:39340"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44412}, - {"Proto": "peerapi6", "Port": 44412} + {"Proto": "peerapi4", "Port": 45869}, + {"Proto": "peerapi6", "Port": 45869} ]}, - "Created": "2026-04-09T01:34:42.629118808Z", + "Created": "2026-04-09T08:40:42.927499012Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" - }, { - "ID": 8449866031667807, - "StableID": "nt9g1qexy821CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "DiscoKey": "discokey:63d18152698c45b01ed381faf349e638d60cf52dd5cafd9c7257987aac7a262e", - "Addresses": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "AllowedIPs": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "Endpoints": ["77.164.248.136:48566", "10.65.0.27:48566", "172.17.0.1:48566"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50848}, - {"Proto": "peerapi6", "Port": 50848} - ]}, - "Created": "2026-04-09T01:34:39.657717471Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5072,27 +5077,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8951687896583455": { - "ID": 8951687896583455, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6603045479062623": { + "ID": 6603045479062623, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5123,26 +5130,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3085431930864797, - "StableID": "nctaAm4Q6R11CNTRL", + "ID": 4741191333007173, + "StableID": "n6XkeH4J2e11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 3085431930864797, - "Key": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "DiscoKey": "discokey:fc5b81959e28d7e7d241bb3e34c03028acbfa5b3c430f3b4a677ee018f5fd769", - "Addresses": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "AllowedIPs": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "Endpoints": ["77.164.248.136:36162", "10.65.0.27:36162", "172.17.0.1:36162"], + "User": 4741191333007173, + "Key": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "DiscoKey": "discokey:31d77262c7adc9e3292e6aa95e0bcbc3782cbde9aaaca990d12c07ac921ba947", + "Addresses": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "AllowedIPs": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "Endpoints": ["77.164.248.136:53754", "10.65.0.27:53754", "172.17.0.1:53754"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 45292}, - {"Proto": "peerapi6", "Port": 45292}, + {"Proto": "peerapi4", "Port": 59481}, + {"Proto": "peerapi6", "Port": 59481}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:42.099820662Z", + "Created": "2026-04-09T08:40:42.39622188Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5170,302 +5177,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "MachineKey": "mkey:faa2f39dda097dd894748eebf03126159d0f118ee9d7a149cf09e01f2b79ea2f", + "NodeKey": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "MachineKey": "mkey:4daecee1ebcfce226cc358961bff804fd5e953dea960dd775867b476988dbf38", "Peers": [{ - "ID": 55823824261467, - "StableID": "nz63C3QHS111CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "DiscoKey": "discokey:54b67eee11b0f958a93bdda6feeb4dfbf1724eb635507a7e1568b53b69cc740b", - "Addresses": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "AllowedIPs": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "Endpoints": ["77.164.248.136:43575", "10.65.0.27:43575", "172.17.0.1:43575"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63886}, - {"Proto": "peerapi6", "Port": 63886} - ]}, - "Created": "2026-04-09T01:34:41.545282497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1064906794696487, - "StableID": "neg2r9JJK911CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "DiscoKey": "discokey:caf089b277102c5cc73247463825f9007fc4b30a3e9214d0e7fd4515b5d03506", - "Addresses": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "AllowedIPs": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "Endpoints": ["77.164.248.136:33760", "10.65.0.27:33760", "172.17.0.1:33760"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 54590}, - {"Proto": "peerapi6", "Port": 54590} - ]}, - "Created": "2026-04-09T01:34:43.720236175Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1593663691422141, - "StableID": "nUadAtqmSD11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "DiscoKey": "discokey:6ae6ff237a61322d19a56f4c8a84ec58b857dba2586b6fb011749b221090e60f", - "Addresses": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "AllowedIPs": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "Endpoints": ["77.164.248.136:44083", "10.65.0.27:44083", "172.17.0.1:44083"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 64173}, - {"Proto": "peerapi6", "Port": 64173} - ]}, - "Created": "2026-04-09T01:34:43.175370503Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1902440147812872, - "StableID": "nDMCGrscrF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "DiscoKey": "discokey:84ea22f122d4c300d1b7b867f80ab6825acc5d25c7ef38d5d5654ed6dfd96e62", - "Addresses": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "AllowedIPs": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "Endpoints": ["77.164.248.136:52969", "10.65.0.27:52969", "172.17.0.1:52969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65262}, - {"Proto": "peerapi6", "Port": 65262} - ]}, - "Created": "2026-04-09T01:34:38.578418611Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2267259988334463, - "StableID": "nU3XJN5rhJ11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "DiscoKey": "discokey:44618e1014496b83a0965f4dfed7fd8b2d85394b7ff76f727352b8aa5b16f774", - "Addresses": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "AllowedIPs": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "Endpoints": ["77.164.248.136:54967", "10.65.0.27:54967", "172.17.0.1:54967"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:34:38.029763238Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2897263793222491, - "StableID": "nSJDC1DBdP11CNTRL", + "ID": 246791240391551, + "StableID": "nEiMpfnmv211CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "DiscoKey": "discokey:163d0ee03d3fed005295128d05d36de1d37935e00dbfc6ef3d780057906b5e30", - "Addresses": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "AllowedIPs": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "Endpoints": ["77.164.248.136:60154", "10.65.0.27:60154", "172.17.0.1:60154"], - "HomeDERP": 14, + "Key": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "DiscoKey": "discokey:f97e497e1f2a08b647ddb28da03db39eeb1660f792965a5dc5b3f262a9e0a460", + "Addresses": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "AllowedIPs": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "Endpoints": ["77.164.248.136:43979", "10.65.0.27:43979", "172.17.0.1:43979"], + "HomeDERP": 18, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57075}, - {"Proto": "peerapi6", "Port": 57075} + {"Proto": "peerapi4", "Port": 62562}, + {"Proto": "peerapi6", "Port": 62562} ]}, - "Created": "2026-04-09T01:34:44.257522891Z", + "Created": "2026-04-09T08:40:44.522143137Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 3396162127617488, - "StableID": "nqyBcNR8XT11CNTRL", + "ID": 488113910023281, + "StableID": "nvf9mdv4p411CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "KeyExpiry": "2026-10-06T01:34:44Z", - "DiscoKey": "discokey:3f12b24cf022abbb6d05282057cb4ec035b9925161a1e899ef5f64dd65bf2811", - "Addresses": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "AllowedIPs": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "Endpoints": ["77.164.248.136:58456", "10.65.0.27:58456", "172.17.0.1:58456"], + "Key": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:abcf250eb565b550edb90b37797d1716b7dccce96c6b78bd5f7c145f6e56305b", + "Addresses": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "AllowedIPs": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "Endpoints": ["77.164.248.136:51909", "10.65.0.27:51909", "172.17.0.1:51909"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 38509}, - {"Proto": "peerapi6", "Port": 38509} + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} ]}, - "Created": "2026-04-09T01:34:44.81567309Z", + "Created": "2026-04-09T08:40:45.060284168Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 5272850302231665, - "StableID": "nWdUBWq5Bi11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "DiscoKey": "discokey:64a4f6f62dd8a196642eb63ccae7c185e841c954ce0ed174790f0fcdcd792137", - "Addresses": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "AllowedIPs": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "Endpoints": ["77.164.248.136:60549", "10.65.0.27:60549", "172.17.0.1:60549"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 64262}, - {"Proto": "peerapi6", "Port": 64262} - ]}, - "Created": "2026-04-09T01:34:40.395063353Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7675540957280685, - "StableID": "nYLujqSGw221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:0de30bbd1d8c0c6108c8d9f137596561d1bc8df9743692df5d16177aa44b2148", - "Addresses": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "AllowedIPs": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "Endpoints": ["77.164.248.136:50483", "10.65.0.27:50483", "172.17.0.1:50483"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53196}, - {"Proto": "peerapi6", "Port": 53196} - ]}, - "Created": "2026-04-09T01:34:45.899141157Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7957502322256187, - "StableID": "nk7p2N6y8521CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:4f9e3e2876d060a5e6a1709f8a3ea9a9c42757ffb80149aa74168b61bfaf2339", - "Addresses": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "AllowedIPs": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "Endpoints": ["77.164.248.136:37695", "10.65.0.27:37695", "172.17.0.1:37695"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37043}, - {"Proto": "peerapi6", "Port": 37043} - ]}, - "Created": "2026-04-09T01:34:45.371668817Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8343323999204418, - "StableID": "nXTTSUyh9821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "DiscoKey": "discokey:eb0ee91776201d0931038f1efe0c6e97701516fe0b775f4d0baadc8f528f660a", - "Addresses": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "AllowedIPs": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "Endpoints": ["77.164.248.136:52599", "10.65.0.27:52599", "172.17.0.1:52599"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 42184}, - {"Proto": "peerapi6", "Port": 42184} - ]}, - "Created": "2026-04-09T01:34:40.995000284Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8389949392386430, - "StableID": "nZArm8kpW821CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "DiscoKey": "discokey:e86ebce2163d862b4ca769226f129cbcf2db5b860950f692d3e58e1f05e48317", - "Addresses": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "AllowedIPs": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "Endpoints": ["77.164.248.136:33422", "10.65.0.27:33422", "172.17.0.1:33422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44412}, - {"Proto": "peerapi6", "Port": 44412} - ]}, - "Created": "2026-04-09T01:34:42.629118808Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8449866031667807, - "StableID": "nt9g1qexy821CNTRL", + "ID": 625922331372245, + "StableID": "nER54GvUt511CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "DiscoKey": "discokey:63d18152698c45b01ed381faf349e638d60cf52dd5cafd9c7257987aac7a262e", - "Addresses": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "AllowedIPs": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "Endpoints": ["77.164.248.136:48566", "10.65.0.27:48566", "172.17.0.1:48566"], + "Key": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "DiscoKey": "discokey:5dcfb710fa26ab4040fc4e37fbdeda6895a6cf99d2267c501d85d4e98fc0c51f", + "Addresses": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "AllowedIPs": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "Endpoints": ["77.164.248.136:34206", "10.65.0.27:34206", "172.17.0.1:34206"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50848}, - {"Proto": "peerapi6", "Port": 50848} + {"Proto": "peerapi4", "Port": 41833}, + {"Proto": "peerapi6", "Port": 41833} ]}, - "Created": "2026-04-09T01:34:39.657717471Z", + "Created": "2026-04-09T08:40:40.252903684Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8951687896583455, - "StableID": "nCMkoNfEuC21CNTRL", + "ID": 1883813545769986, + "StableID": "ny4xD5bBiF11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "KeyExpiry": "2026-10-06T08:40:46Z", + "DiscoKey": "discokey:81ae3958e22b605a58a8df0b763fe021345a97d3b68614afab89cec337a00156", + "Addresses": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "AllowedIPs": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "Endpoints": ["77.164.248.136:44814", "10.65.0.27:44814", "172.17.0.1:44814"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 62845}, + {"Proto": "peerapi6", "Port": 62845} + ]}, + "Created": "2026-04-09T08:40:46.130861674Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2240624547281596, + "StableID": "nfrvadQnVJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "DiscoKey": "discokey:73ff698277fdf7be20ae73d197eeadafd01b67226c3e8c94dcadb3fbee3cfa49", + "Addresses": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "AllowedIPs": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "Endpoints": ["77.164.248.136:40899", "10.65.0.27:40899", "172.17.0.1:40899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 59345}, + {"Proto": "peerapi6", "Port": 59345} + ]}, + "Created": "2026-04-09T08:40:39.161196542Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4720725864173077, + "StableID": "nQNYFtT2sd11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "DiscoKey": "discokey:5d0cf9b7d95f90bbbb07a6359e1640e0c7f2c8d652bbde78c8bf60f6e9cd7a6d", + "Addresses": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "AllowedIPs": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "Endpoints": ["77.164.248.136:42059", "10.65.0.27:42059", "172.17.0.1:42059"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55719}, + {"Proto": "peerapi6", "Port": 55719} + ]}, + "Created": "2026-04-09T08:40:43.464677127Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4748597299476975, + "StableID": "nezjYjbe5e11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "DiscoKey": "discokey:ab64df5637c4d961b6ef3085f846c7454c16fa058e2ff330e97607c9b10cf402", + "Addresses": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "AllowedIPs": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "Endpoints": ["77.164.248.136:35726", "10.65.0.27:35726", "172.17.0.1:35726"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} + ]}, + "Created": "2026-04-09T08:40:43.987015038Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4962246471410656, + "StableID": "nKWJGRoQkf11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "DiscoKey": "discokey:b53befce4bbf4a962d8b664a89e0df1d87b69faafb28d168b309def3e4712618", + "Addresses": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "AllowedIPs": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "Endpoints": ["77.164.248.136:34998", "10.65.0.27:34998", "172.17.0.1:34998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 57056}, + {"Proto": "peerapi6", "Port": 57056} + ]}, + "Created": "2026-04-09T08:40:40.779054653Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4976324971591250, + "StableID": "nhcg7tcnrf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "DiscoKey": "discokey:f0f4a11f7640e5aa222c887d7b187f488bfceee987fa7b2f2c830c0d744fe83e", + "Addresses": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "AllowedIPs": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "Endpoints": ["77.164.248.136:42307", "10.65.0.27:42307", "172.17.0.1:42307"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41669}, + {"Proto": "peerapi6", "Port": 41669} + ]}, + "Created": "2026-04-09T08:40:38.617254342Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5837309785629906, + "StableID": "nsq1qKEjan11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "DiscoKey": "discokey:419e3455a4a5fdde2264c252bde31f6b0051e628de4e5ccd3dc5750902049317", + "Addresses": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "AllowedIPs": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "Endpoints": ["77.164.248.136:52378", "10.65.0.27:52378", "172.17.0.1:52378"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56645}, + {"Proto": "peerapi6", "Port": 56645} + ]}, + "Created": "2026-04-09T08:40:41.844014256Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6603045479062623, + "StableID": "nGTEvroXZt11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "DiscoKey": "discokey:a200c39e3f7f0fe49f580c11e5545bd23911ed9ac50a41cba19d2b0208fed43b", - "Addresses": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "AllowedIPs": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "Endpoints": ["77.164.248.136:52136", "10.65.0.27:52136", "172.17.0.1:52136"], + "Key": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "DiscoKey": "discokey:30ad6b21a2d8e695337fd9b0a8d77ab9323dac51c2f0600ccb123edd1311163e", + "Addresses": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "AllowedIPs": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "Endpoints": ["77.164.248.136:60932", "10.65.0.27:60932", "172.17.0.1:60932"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47970}, - {"Proto": "peerapi6", "Port": 47970} + {"Proto": "peerapi4", "Port": 45791}, + {"Proto": "peerapi6", "Port": 45791} ]}, - "Created": "2026-04-09T01:34:39.116288461Z", + "Created": "2026-04-09T08:40:39.692146545Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 7639176475789307, + "StableID": "ngT13KDoe221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:95f0d660ae731cfbcec542d463bd2f36f47eb6d3a0c234eaf22dd9960848393b", + "Addresses": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "AllowedIPs": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "Endpoints": ["77.164.248.136:45211", "10.65.0.27:45211", "172.17.0.1:45211"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 58156}, + {"Proto": "peerapi6", "Port": 58156} + ]}, + "Created": "2026-04-09T08:40:45.597843904Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8215988905937689, + "StableID": "niHZHc63A721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "DiscoKey": "discokey:b4216c7534b548ddd4817eb94ab69c301e3e9891432966f50025f5d17a2f3876", + "Addresses": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "AllowedIPs": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "Endpoints": ["77.164.248.136:57664", "10.65.0.27:57664", "172.17.0.1:57664"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 62229}, + {"Proto": "peerapi6", "Port": 62229} + ]}, + "Created": "2026-04-09T08:40:41.308646871Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8222493969434804, + "StableID": "nMyKUUyyC721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "DiscoKey": "discokey:479c29c519e131bb5bcdeaf6d9de797c814ac5454489d2e97dd497dfe6d55e22", + "Addresses": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "AllowedIPs": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "Endpoints": ["77.164.248.136:39340", "10.65.0.27:39340", "172.17.0.1:39340"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45869}, + {"Proto": "peerapi6", "Port": 45869} + ]}, + "Created": "2026-04-09T08:40:42.927499012Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6313,27 +6320,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3085431930864797": { - "ID": 3085431930864797, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4741191333007173": { + "ID": 4741191333007173, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6364,22 +6373,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3396162127617488, - "StableID": "nqyBcNR8XT11CNTRL", + "ID": 488113910023281, + "StableID": "nvf9mdv4p411CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "KeyExpiry": "2026-10-06T01:34:44Z", - "DiscoKey": "discokey:3f12b24cf022abbb6d05282057cb4ec035b9925161a1e899ef5f64dd65bf2811", - "Addresses": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "AllowedIPs": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "Endpoints": ["77.164.248.136:58456", "10.65.0.27:58456", "172.17.0.1:58456"], + "Key": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:abcf250eb565b550edb90b37797d1716b7dccce96c6b78bd5f7c145f6e56305b", + "Addresses": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "AllowedIPs": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "Endpoints": ["77.164.248.136:51909", "10.65.0.27:51909", "172.17.0.1:51909"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 38509}, - {"Proto": "peerapi6", "Port": 38509}, + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:44.81567309Z", + "Created": "2026-04-09T08:40:45.060284168Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6406,300 +6415,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "MachineKey": "mkey:1d5474e01a2e48c2850e1da0c4cefac26d67239e7191a49e96d8f9b4050dc052", + "NodeKey": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "MachineKey": "mkey:875fa1613e7b264d29595f9fe692145d82508bbf84a26f8b006d7c1780289227", "Peers": [{ - "ID": 55823824261467, - "StableID": "nz63C3QHS111CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "DiscoKey": "discokey:54b67eee11b0f958a93bdda6feeb4dfbf1724eb635507a7e1568b53b69cc740b", - "Addresses": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "AllowedIPs": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "Endpoints": ["77.164.248.136:43575", "10.65.0.27:43575", "172.17.0.1:43575"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63886}, - {"Proto": "peerapi6", "Port": 63886} - ]}, - "Created": "2026-04-09T01:34:41.545282497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1064906794696487, - "StableID": "neg2r9JJK911CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "DiscoKey": "discokey:caf089b277102c5cc73247463825f9007fc4b30a3e9214d0e7fd4515b5d03506", - "Addresses": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "AllowedIPs": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "Endpoints": ["77.164.248.136:33760", "10.65.0.27:33760", "172.17.0.1:33760"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 54590}, - {"Proto": "peerapi6", "Port": 54590} - ]}, - "Created": "2026-04-09T01:34:43.720236175Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1593663691422141, - "StableID": "nUadAtqmSD11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "DiscoKey": "discokey:6ae6ff237a61322d19a56f4c8a84ec58b857dba2586b6fb011749b221090e60f", - "Addresses": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "AllowedIPs": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "Endpoints": ["77.164.248.136:44083", "10.65.0.27:44083", "172.17.0.1:44083"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 64173}, - {"Proto": "peerapi6", "Port": 64173} - ]}, - "Created": "2026-04-09T01:34:43.175370503Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1902440147812872, - "StableID": "nDMCGrscrF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "DiscoKey": "discokey:84ea22f122d4c300d1b7b867f80ab6825acc5d25c7ef38d5d5654ed6dfd96e62", - "Addresses": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "AllowedIPs": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "Endpoints": ["77.164.248.136:52969", "10.65.0.27:52969", "172.17.0.1:52969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65262}, - {"Proto": "peerapi6", "Port": 65262} - ]}, - "Created": "2026-04-09T01:34:38.578418611Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2267259988334463, - "StableID": "nU3XJN5rhJ11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "DiscoKey": "discokey:44618e1014496b83a0965f4dfed7fd8b2d85394b7ff76f727352b8aa5b16f774", - "Addresses": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "AllowedIPs": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "Endpoints": ["77.164.248.136:54967", "10.65.0.27:54967", "172.17.0.1:54967"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:34:38.029763238Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2897263793222491, - "StableID": "nSJDC1DBdP11CNTRL", + "ID": 246791240391551, + "StableID": "nEiMpfnmv211CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "DiscoKey": "discokey:163d0ee03d3fed005295128d05d36de1d37935e00dbfc6ef3d780057906b5e30", - "Addresses": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "AllowedIPs": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "Endpoints": ["77.164.248.136:60154", "10.65.0.27:60154", "172.17.0.1:60154"], - "HomeDERP": 14, + "Key": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "DiscoKey": "discokey:f97e497e1f2a08b647ddb28da03db39eeb1660f792965a5dc5b3f262a9e0a460", + "Addresses": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "AllowedIPs": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "Endpoints": ["77.164.248.136:43979", "10.65.0.27:43979", "172.17.0.1:43979"], + "HomeDERP": 18, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57075}, - {"Proto": "peerapi6", "Port": 57075} + {"Proto": "peerapi4", "Port": 62562}, + {"Proto": "peerapi6", "Port": 62562} ]}, - "Created": "2026-04-09T01:34:44.257522891Z", + "Created": "2026-04-09T08:40:44.522143137Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 3085431930864797, - "StableID": "nctaAm4Q6R11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "DiscoKey": "discokey:fc5b81959e28d7e7d241bb3e34c03028acbfa5b3c430f3b4a677ee018f5fd769", - "Addresses": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "AllowedIPs": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "Endpoints": ["77.164.248.136:36162", "10.65.0.27:36162", "172.17.0.1:36162"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45292}, - {"Proto": "peerapi6", "Port": 45292} - ]}, - "Created": "2026-04-09T01:34:42.099820662Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5272850302231665, - "StableID": "nWdUBWq5Bi11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "DiscoKey": "discokey:64a4f6f62dd8a196642eb63ccae7c185e841c954ce0ed174790f0fcdcd792137", - "Addresses": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "AllowedIPs": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "Endpoints": ["77.164.248.136:60549", "10.65.0.27:60549", "172.17.0.1:60549"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 64262}, - {"Proto": "peerapi6", "Port": 64262} - ]}, - "Created": "2026-04-09T01:34:40.395063353Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7675540957280685, - "StableID": "nYLujqSGw221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:0de30bbd1d8c0c6108c8d9f137596561d1bc8df9743692df5d16177aa44b2148", - "Addresses": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "AllowedIPs": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53196}, - {"Proto": "peerapi6", "Port": 53196} - ]}, - "Created": "2026-04-09T01:34:45.899141157Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7957502322256187, - "StableID": "nk7p2N6y8521CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:4f9e3e2876d060a5e6a1709f8a3ea9a9c42757ffb80149aa74168b61bfaf2339", - "Addresses": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "AllowedIPs": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "Endpoints": ["77.164.248.136:37695", "10.65.0.27:37695", "172.17.0.1:37695"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37043}, - {"Proto": "peerapi6", "Port": 37043} - ]}, - "Created": "2026-04-09T01:34:45.371668817Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8343323999204418, - "StableID": "nXTTSUyh9821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "DiscoKey": "discokey:eb0ee91776201d0931038f1efe0c6e97701516fe0b775f4d0baadc8f528f660a", - "Addresses": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "AllowedIPs": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "Endpoints": ["77.164.248.136:52599", "10.65.0.27:52599", "172.17.0.1:52599"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 42184}, - {"Proto": "peerapi6", "Port": 42184} - ]}, - "Created": "2026-04-09T01:34:40.995000284Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8389949392386430, - "StableID": "nZArm8kpW821CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "DiscoKey": "discokey:e86ebce2163d862b4ca769226f129cbcf2db5b860950f692d3e58e1f05e48317", - "Addresses": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "AllowedIPs": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "Endpoints": ["77.164.248.136:33422", "10.65.0.27:33422", "172.17.0.1:33422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44412}, - {"Proto": "peerapi6", "Port": 44412} - ]}, - "Created": "2026-04-09T01:34:42.629118808Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8449866031667807, - "StableID": "nt9g1qexy821CNTRL", + "ID": 625922331372245, + "StableID": "nER54GvUt511CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "DiscoKey": "discokey:63d18152698c45b01ed381faf349e638d60cf52dd5cafd9c7257987aac7a262e", - "Addresses": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "AllowedIPs": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "Endpoints": ["77.164.248.136:48566", "10.65.0.27:48566", "172.17.0.1:48566"], + "Key": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "DiscoKey": "discokey:5dcfb710fa26ab4040fc4e37fbdeda6895a6cf99d2267c501d85d4e98fc0c51f", + "Addresses": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "AllowedIPs": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "Endpoints": ["77.164.248.136:34206", "10.65.0.27:34206", "172.17.0.1:34206"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50848}, - {"Proto": "peerapi6", "Port": 50848} + {"Proto": "peerapi4", "Port": 41833}, + {"Proto": "peerapi6", "Port": 41833} ]}, - "Created": "2026-04-09T01:34:39.657717471Z", + "Created": "2026-04-09T08:40:40.252903684Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8951687896583455, - "StableID": "nCMkoNfEuC21CNTRL", + "ID": 1883813545769986, + "StableID": "ny4xD5bBiF11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "KeyExpiry": "2026-10-06T08:40:46Z", + "DiscoKey": "discokey:81ae3958e22b605a58a8df0b763fe021345a97d3b68614afab89cec337a00156", + "Addresses": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "AllowedIPs": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 62845}, + {"Proto": "peerapi6", "Port": 62845} + ]}, + "Created": "2026-04-09T08:40:46.130861674Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2240624547281596, + "StableID": "nfrvadQnVJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "DiscoKey": "discokey:73ff698277fdf7be20ae73d197eeadafd01b67226c3e8c94dcadb3fbee3cfa49", + "Addresses": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "AllowedIPs": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "Endpoints": ["77.164.248.136:40899", "10.65.0.27:40899", "172.17.0.1:40899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 59345}, + {"Proto": "peerapi6", "Port": 59345} + ]}, + "Created": "2026-04-09T08:40:39.161196542Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4720725864173077, + "StableID": "nQNYFtT2sd11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "DiscoKey": "discokey:5d0cf9b7d95f90bbbb07a6359e1640e0c7f2c8d652bbde78c8bf60f6e9cd7a6d", + "Addresses": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "AllowedIPs": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "Endpoints": ["77.164.248.136:42059", "10.65.0.27:42059", "172.17.0.1:42059"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55719}, + {"Proto": "peerapi6", "Port": 55719} + ]}, + "Created": "2026-04-09T08:40:43.464677127Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4741191333007173, + "StableID": "n6XkeH4J2e11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "DiscoKey": "discokey:31d77262c7adc9e3292e6aa95e0bcbc3782cbde9aaaca990d12c07ac921ba947", + "Addresses": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "AllowedIPs": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "Endpoints": ["77.164.248.136:53754", "10.65.0.27:53754", "172.17.0.1:53754"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59481}, + {"Proto": "peerapi6", "Port": 59481} + ]}, + "Created": "2026-04-09T08:40:42.39622188Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4748597299476975, + "StableID": "nezjYjbe5e11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "DiscoKey": "discokey:ab64df5637c4d961b6ef3085f846c7454c16fa058e2ff330e97607c9b10cf402", + "Addresses": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "AllowedIPs": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "Endpoints": ["77.164.248.136:35726", "10.65.0.27:35726", "172.17.0.1:35726"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} + ]}, + "Created": "2026-04-09T08:40:43.987015038Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4962246471410656, + "StableID": "nKWJGRoQkf11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "DiscoKey": "discokey:b53befce4bbf4a962d8b664a89e0df1d87b69faafb28d168b309def3e4712618", + "Addresses": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "AllowedIPs": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "Endpoints": ["77.164.248.136:34998", "10.65.0.27:34998", "172.17.0.1:34998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 57056}, + {"Proto": "peerapi6", "Port": 57056} + ]}, + "Created": "2026-04-09T08:40:40.779054653Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4976324971591250, + "StableID": "nhcg7tcnrf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "DiscoKey": "discokey:f0f4a11f7640e5aa222c887d7b187f488bfceee987fa7b2f2c830c0d744fe83e", + "Addresses": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "AllowedIPs": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "Endpoints": ["77.164.248.136:42307", "10.65.0.27:42307", "172.17.0.1:42307"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41669}, + {"Proto": "peerapi6", "Port": 41669} + ]}, + "Created": "2026-04-09T08:40:38.617254342Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5837309785629906, + "StableID": "nsq1qKEjan11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "DiscoKey": "discokey:419e3455a4a5fdde2264c252bde31f6b0051e628de4e5ccd3dc5750902049317", + "Addresses": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "AllowedIPs": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "Endpoints": ["77.164.248.136:52378", "10.65.0.27:52378", "172.17.0.1:52378"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56645}, + {"Proto": "peerapi6", "Port": 56645} + ]}, + "Created": "2026-04-09T08:40:41.844014256Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6603045479062623, + "StableID": "nGTEvroXZt11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "DiscoKey": "discokey:a200c39e3f7f0fe49f580c11e5545bd23911ed9ac50a41cba19d2b0208fed43b", - "Addresses": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "AllowedIPs": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "Endpoints": ["77.164.248.136:52136", "10.65.0.27:52136", "172.17.0.1:52136"], + "Key": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "DiscoKey": "discokey:30ad6b21a2d8e695337fd9b0a8d77ab9323dac51c2f0600ccb123edd1311163e", + "Addresses": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "AllowedIPs": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "Endpoints": ["77.164.248.136:60932", "10.65.0.27:60932", "172.17.0.1:60932"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47970}, - {"Proto": "peerapi6", "Port": 47970} + {"Proto": "peerapi4", "Port": 45791}, + {"Proto": "peerapi6", "Port": 45791} ]}, - "Created": "2026-04-09T01:34:39.116288461Z", + "Created": "2026-04-09T08:40:39.692146545Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 7639176475789307, + "StableID": "ngT13KDoe221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:95f0d660ae731cfbcec542d463bd2f36f47eb6d3a0c234eaf22dd9960848393b", + "Addresses": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "AllowedIPs": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "Endpoints": ["77.164.248.136:45211", "10.65.0.27:45211", "172.17.0.1:45211"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 58156}, + {"Proto": "peerapi6", "Port": 58156} + ]}, + "Created": "2026-04-09T08:40:45.597843904Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8215988905937689, + "StableID": "niHZHc63A721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "DiscoKey": "discokey:b4216c7534b548ddd4817eb94ab69c301e3e9891432966f50025f5d17a2f3876", + "Addresses": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "AllowedIPs": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "Endpoints": ["77.164.248.136:57664", "10.65.0.27:57664", "172.17.0.1:57664"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 62229}, + {"Proto": "peerapi6", "Port": 62229} + ]}, + "Created": "2026-04-09T08:40:41.308646871Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8222493969434804, + "StableID": "nMyKUUyyC721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "DiscoKey": "discokey:479c29c519e131bb5bcdeaf6d9de797c814ac5454489d2e97dd497dfe6d55e22", + "Addresses": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "AllowedIPs": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "Endpoints": ["77.164.248.136:39340", "10.65.0.27:39340", "172.17.0.1:39340"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45869}, + {"Proto": "peerapi6", "Port": 45869} + ]}, + "Created": "2026-04-09T08:40:42.927499012Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7547,23 +7556,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7594,21 +7604,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1064906794696487, - "StableID": "neg2r9JJK911CNTRL", + "ID": 4748597299476975, + "StableID": "nezjYjbe5e11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 1064906794696487, - "Key": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "DiscoKey": "discokey:caf089b277102c5cc73247463825f9007fc4b30a3e9214d0e7fd4515b5d03506", - "Addresses": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "AllowedIPs": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "Endpoints": ["77.164.248.136:33760", "10.65.0.27:33760", "172.17.0.1:33760"], + "User": 4748597299476975, + "Key": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "DiscoKey": "discokey:ab64df5637c4d961b6ef3085f846c7454c16fa058e2ff330e97607c9b10cf402", + "Addresses": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "AllowedIPs": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "Endpoints": ["77.164.248.136:35726", "10.65.0.27:35726", "172.17.0.1:35726"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 54590}, - {"Proto": "peerapi6", "Port": 54590}, + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:43.720236175Z", + "Created": "2026-04-09T08:40:43.987015038Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7636,300 +7646,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "MachineKey": "mkey:144b9d1d64b21f61c5cf9e2e64367c7caf45b0383facd4d574810e4491474002", + "NodeKey": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "MachineKey": "mkey:99b27ecbea4c16ef998dbd1e7971baa01e7958411dee95fd3e2ea4f3345fd169", "Peers": [{ - "ID": 55823824261467, - "StableID": "nz63C3QHS111CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "DiscoKey": "discokey:54b67eee11b0f958a93bdda6feeb4dfbf1724eb635507a7e1568b53b69cc740b", - "Addresses": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "AllowedIPs": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "Endpoints": ["77.164.248.136:43575", "10.65.0.27:43575", "172.17.0.1:43575"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63886}, - {"Proto": "peerapi6", "Port": 63886} - ]}, - "Created": "2026-04-09T01:34:41.545282497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1593663691422141, - "StableID": "nUadAtqmSD11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "DiscoKey": "discokey:6ae6ff237a61322d19a56f4c8a84ec58b857dba2586b6fb011749b221090e60f", - "Addresses": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "AllowedIPs": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "Endpoints": ["77.164.248.136:44083", "10.65.0.27:44083", "172.17.0.1:44083"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 64173}, - {"Proto": "peerapi6", "Port": 64173} - ]}, - "Created": "2026-04-09T01:34:43.175370503Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1902440147812872, - "StableID": "nDMCGrscrF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "DiscoKey": "discokey:84ea22f122d4c300d1b7b867f80ab6825acc5d25c7ef38d5d5654ed6dfd96e62", - "Addresses": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "AllowedIPs": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "Endpoints": ["77.164.248.136:52969", "10.65.0.27:52969", "172.17.0.1:52969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65262}, - {"Proto": "peerapi6", "Port": 65262} - ]}, - "Created": "2026-04-09T01:34:38.578418611Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2267259988334463, - "StableID": "nU3XJN5rhJ11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "DiscoKey": "discokey:44618e1014496b83a0965f4dfed7fd8b2d85394b7ff76f727352b8aa5b16f774", - "Addresses": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "AllowedIPs": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "Endpoints": ["77.164.248.136:54967", "10.65.0.27:54967", "172.17.0.1:54967"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:34:38.029763238Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2897263793222491, - "StableID": "nSJDC1DBdP11CNTRL", + "ID": 246791240391551, + "StableID": "nEiMpfnmv211CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "DiscoKey": "discokey:163d0ee03d3fed005295128d05d36de1d37935e00dbfc6ef3d780057906b5e30", - "Addresses": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "AllowedIPs": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "Endpoints": ["77.164.248.136:60154", "10.65.0.27:60154", "172.17.0.1:60154"], - "HomeDERP": 14, + "Key": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "DiscoKey": "discokey:f97e497e1f2a08b647ddb28da03db39eeb1660f792965a5dc5b3f262a9e0a460", + "Addresses": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "AllowedIPs": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "Endpoints": ["77.164.248.136:43979", "10.65.0.27:43979", "172.17.0.1:43979"], + "HomeDERP": 18, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57075}, - {"Proto": "peerapi6", "Port": 57075} + {"Proto": "peerapi4", "Port": 62562}, + {"Proto": "peerapi6", "Port": 62562} ]}, - "Created": "2026-04-09T01:34:44.257522891Z", + "Created": "2026-04-09T08:40:44.522143137Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 3085431930864797, - "StableID": "nctaAm4Q6R11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "DiscoKey": "discokey:fc5b81959e28d7e7d241bb3e34c03028acbfa5b3c430f3b4a677ee018f5fd769", - "Addresses": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "AllowedIPs": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "Endpoints": ["77.164.248.136:36162", "10.65.0.27:36162", "172.17.0.1:36162"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45292}, - {"Proto": "peerapi6", "Port": 45292} - ]}, - "Created": "2026-04-09T01:34:42.099820662Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3396162127617488, - "StableID": "nqyBcNR8XT11CNTRL", + "ID": 488113910023281, + "StableID": "nvf9mdv4p411CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "KeyExpiry": "2026-10-06T01:34:44Z", - "DiscoKey": "discokey:3f12b24cf022abbb6d05282057cb4ec035b9925161a1e899ef5f64dd65bf2811", - "Addresses": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "AllowedIPs": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "Endpoints": ["77.164.248.136:58456", "10.65.0.27:58456", "172.17.0.1:58456"], + "Key": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:abcf250eb565b550edb90b37797d1716b7dccce96c6b78bd5f7c145f6e56305b", + "Addresses": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "AllowedIPs": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "Endpoints": ["77.164.248.136:51909", "10.65.0.27:51909", "172.17.0.1:51909"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 38509}, - {"Proto": "peerapi6", "Port": 38509} + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} ]}, - "Created": "2026-04-09T01:34:44.81567309Z", + "Created": "2026-04-09T08:40:45.060284168Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 5272850302231665, - "StableID": "nWdUBWq5Bi11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "DiscoKey": "discokey:64a4f6f62dd8a196642eb63ccae7c185e841c954ce0ed174790f0fcdcd792137", - "Addresses": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "AllowedIPs": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "Endpoints": ["77.164.248.136:60549", "10.65.0.27:60549", "172.17.0.1:60549"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 64262}, - {"Proto": "peerapi6", "Port": 64262} - ]}, - "Created": "2026-04-09T01:34:40.395063353Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7675540957280685, - "StableID": "nYLujqSGw221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:0de30bbd1d8c0c6108c8d9f137596561d1bc8df9743692df5d16177aa44b2148", - "Addresses": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "AllowedIPs": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53196}, - {"Proto": "peerapi6", "Port": 53196} - ]}, - "Created": "2026-04-09T01:34:45.899141157Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7957502322256187, - "StableID": "nk7p2N6y8521CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:4f9e3e2876d060a5e6a1709f8a3ea9a9c42757ffb80149aa74168b61bfaf2339", - "Addresses": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "AllowedIPs": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "Endpoints": ["77.164.248.136:37695", "10.65.0.27:37695", "172.17.0.1:37695"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37043}, - {"Proto": "peerapi6", "Port": 37043} - ]}, - "Created": "2026-04-09T01:34:45.371668817Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8343323999204418, - "StableID": "nXTTSUyh9821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "DiscoKey": "discokey:eb0ee91776201d0931038f1efe0c6e97701516fe0b775f4d0baadc8f528f660a", - "Addresses": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "AllowedIPs": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "Endpoints": ["77.164.248.136:52599", "10.65.0.27:52599", "172.17.0.1:52599"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 42184}, - {"Proto": "peerapi6", "Port": 42184} - ]}, - "Created": "2026-04-09T01:34:40.995000284Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8389949392386430, - "StableID": "nZArm8kpW821CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "DiscoKey": "discokey:e86ebce2163d862b4ca769226f129cbcf2db5b860950f692d3e58e1f05e48317", - "Addresses": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "AllowedIPs": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "Endpoints": ["77.164.248.136:33422", "10.65.0.27:33422", "172.17.0.1:33422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44412}, - {"Proto": "peerapi6", "Port": 44412} - ]}, - "Created": "2026-04-09T01:34:42.629118808Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8449866031667807, - "StableID": "nt9g1qexy821CNTRL", + "ID": 625922331372245, + "StableID": "nER54GvUt511CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "DiscoKey": "discokey:63d18152698c45b01ed381faf349e638d60cf52dd5cafd9c7257987aac7a262e", - "Addresses": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "AllowedIPs": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "Endpoints": ["77.164.248.136:48566", "10.65.0.27:48566", "172.17.0.1:48566"], + "Key": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "DiscoKey": "discokey:5dcfb710fa26ab4040fc4e37fbdeda6895a6cf99d2267c501d85d4e98fc0c51f", + "Addresses": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "AllowedIPs": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "Endpoints": ["77.164.248.136:34206", "10.65.0.27:34206", "172.17.0.1:34206"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50848}, - {"Proto": "peerapi6", "Port": 50848} + {"Proto": "peerapi4", "Port": 41833}, + {"Proto": "peerapi6", "Port": 41833} ]}, - "Created": "2026-04-09T01:34:39.657717471Z", + "Created": "2026-04-09T08:40:40.252903684Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8951687896583455, - "StableID": "nCMkoNfEuC21CNTRL", + "ID": 1883813545769986, + "StableID": "ny4xD5bBiF11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "KeyExpiry": "2026-10-06T08:40:46Z", + "DiscoKey": "discokey:81ae3958e22b605a58a8df0b763fe021345a97d3b68614afab89cec337a00156", + "Addresses": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "AllowedIPs": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 62845}, + {"Proto": "peerapi6", "Port": 62845} + ]}, + "Created": "2026-04-09T08:40:46.130861674Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2240624547281596, + "StableID": "nfrvadQnVJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "DiscoKey": "discokey:73ff698277fdf7be20ae73d197eeadafd01b67226c3e8c94dcadb3fbee3cfa49", + "Addresses": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "AllowedIPs": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "Endpoints": ["77.164.248.136:40899", "10.65.0.27:40899", "172.17.0.1:40899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 59345}, + {"Proto": "peerapi6", "Port": 59345} + ]}, + "Created": "2026-04-09T08:40:39.161196542Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4720725864173077, + "StableID": "nQNYFtT2sd11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "DiscoKey": "discokey:5d0cf9b7d95f90bbbb07a6359e1640e0c7f2c8d652bbde78c8bf60f6e9cd7a6d", + "Addresses": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "AllowedIPs": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "Endpoints": ["77.164.248.136:42059", "10.65.0.27:42059", "172.17.0.1:42059"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55719}, + {"Proto": "peerapi6", "Port": 55719} + ]}, + "Created": "2026-04-09T08:40:43.464677127Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4741191333007173, + "StableID": "n6XkeH4J2e11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "DiscoKey": "discokey:31d77262c7adc9e3292e6aa95e0bcbc3782cbde9aaaca990d12c07ac921ba947", + "Addresses": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "AllowedIPs": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "Endpoints": ["77.164.248.136:53754", "10.65.0.27:53754", "172.17.0.1:53754"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59481}, + {"Proto": "peerapi6", "Port": 59481} + ]}, + "Created": "2026-04-09T08:40:42.39622188Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4962246471410656, + "StableID": "nKWJGRoQkf11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "DiscoKey": "discokey:b53befce4bbf4a962d8b664a89e0df1d87b69faafb28d168b309def3e4712618", + "Addresses": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "AllowedIPs": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "Endpoints": ["77.164.248.136:34998", "10.65.0.27:34998", "172.17.0.1:34998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 57056}, + {"Proto": "peerapi6", "Port": 57056} + ]}, + "Created": "2026-04-09T08:40:40.779054653Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4976324971591250, + "StableID": "nhcg7tcnrf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "DiscoKey": "discokey:f0f4a11f7640e5aa222c887d7b187f488bfceee987fa7b2f2c830c0d744fe83e", + "Addresses": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "AllowedIPs": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "Endpoints": ["77.164.248.136:42307", "10.65.0.27:42307", "172.17.0.1:42307"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41669}, + {"Proto": "peerapi6", "Port": 41669} + ]}, + "Created": "2026-04-09T08:40:38.617254342Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5837309785629906, + "StableID": "nsq1qKEjan11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "DiscoKey": "discokey:419e3455a4a5fdde2264c252bde31f6b0051e628de4e5ccd3dc5750902049317", + "Addresses": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "AllowedIPs": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "Endpoints": ["77.164.248.136:52378", "10.65.0.27:52378", "172.17.0.1:52378"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56645}, + {"Proto": "peerapi6", "Port": 56645} + ]}, + "Created": "2026-04-09T08:40:41.844014256Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6603045479062623, + "StableID": "nGTEvroXZt11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "DiscoKey": "discokey:a200c39e3f7f0fe49f580c11e5545bd23911ed9ac50a41cba19d2b0208fed43b", - "Addresses": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "AllowedIPs": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "Endpoints": ["77.164.248.136:52136", "10.65.0.27:52136", "172.17.0.1:52136"], + "Key": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "DiscoKey": "discokey:30ad6b21a2d8e695337fd9b0a8d77ab9323dac51c2f0600ccb123edd1311163e", + "Addresses": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "AllowedIPs": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "Endpoints": ["77.164.248.136:60932", "10.65.0.27:60932", "172.17.0.1:60932"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47970}, - {"Proto": "peerapi6", "Port": 47970} + {"Proto": "peerapi4", "Port": 45791}, + {"Proto": "peerapi6", "Port": 45791} ]}, - "Created": "2026-04-09T01:34:39.116288461Z", + "Created": "2026-04-09T08:40:39.692146545Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 7639176475789307, + "StableID": "ngT13KDoe221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:95f0d660ae731cfbcec542d463bd2f36f47eb6d3a0c234eaf22dd9960848393b", + "Addresses": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "AllowedIPs": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "Endpoints": ["77.164.248.136:45211", "10.65.0.27:45211", "172.17.0.1:45211"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 58156}, + {"Proto": "peerapi6", "Port": 58156} + ]}, + "Created": "2026-04-09T08:40:45.597843904Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8215988905937689, + "StableID": "niHZHc63A721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "DiscoKey": "discokey:b4216c7534b548ddd4817eb94ab69c301e3e9891432966f50025f5d17a2f3876", + "Addresses": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "AllowedIPs": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "Endpoints": ["77.164.248.136:57664", "10.65.0.27:57664", "172.17.0.1:57664"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 62229}, + {"Proto": "peerapi6", "Port": 62229} + ]}, + "Created": "2026-04-09T08:40:41.308646871Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8222493969434804, + "StableID": "nMyKUUyyC721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "DiscoKey": "discokey:479c29c519e131bb5bcdeaf6d9de797c814ac5454489d2e97dd497dfe6d55e22", + "Addresses": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "AllowedIPs": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "Endpoints": ["77.164.248.136:39340", "10.65.0.27:39340", "172.17.0.1:39340"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45869}, + {"Proto": "peerapi6", "Port": 45869} + ]}, + "Created": "2026-04-09T08:40:42.927499012Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8777,27 +8787,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1064906794696487": { - "ID": 1064906794696487, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4748597299476975": { + "ID": 4748597299476975, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8828,26 +8840,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1902440147812872, - "StableID": "nDMCGrscrF11CNTRL", + "ID": 2240624547281596, + "StableID": "nfrvadQnVJ11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1902440147812872, - "Key": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "DiscoKey": "discokey:84ea22f122d4c300d1b7b867f80ab6825acc5d25c7ef38d5d5654ed6dfd96e62", - "Addresses": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "AllowedIPs": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "Endpoints": ["77.164.248.136:52969", "10.65.0.27:52969", "172.17.0.1:52969"], + "User": 2240624547281596, + "Key": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "DiscoKey": "discokey:73ff698277fdf7be20ae73d197eeadafd01b67226c3e8c94dcadb3fbee3cfa49", + "Addresses": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "AllowedIPs": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "Endpoints": ["77.164.248.136:40899", "10.65.0.27:40899", "172.17.0.1:40899"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 65262}, - {"Proto": "peerapi6", "Port": 65262}, + {"Proto": "peerapi4", "Port": 59345}, + {"Proto": "peerapi6", "Port": 59345}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:38.578418611Z", + "Created": "2026-04-09T08:40:39.161196542Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8875,302 +8887,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "MachineKey": "mkey:52c9f4b5e3914a8762bba63c371852af798a70f85beb7b55afb99a8490fb3e02", + "NodeKey": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "MachineKey": "mkey:0a8868ad423f56f24ea8fd95b7249216001b15dc45f2596b881489ab5df9af14", "Peers": [{ - "ID": 55823824261467, - "StableID": "nz63C3QHS111CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "DiscoKey": "discokey:54b67eee11b0f958a93bdda6feeb4dfbf1724eb635507a7e1568b53b69cc740b", - "Addresses": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "AllowedIPs": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "Endpoints": ["77.164.248.136:43575", "10.65.0.27:43575", "172.17.0.1:43575"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63886}, - {"Proto": "peerapi6", "Port": 63886} - ]}, - "Created": "2026-04-09T01:34:41.545282497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1064906794696487, - "StableID": "neg2r9JJK911CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "DiscoKey": "discokey:caf089b277102c5cc73247463825f9007fc4b30a3e9214d0e7fd4515b5d03506", - "Addresses": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "AllowedIPs": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "Endpoints": ["77.164.248.136:33760", "10.65.0.27:33760", "172.17.0.1:33760"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 54590}, - {"Proto": "peerapi6", "Port": 54590} - ]}, - "Created": "2026-04-09T01:34:43.720236175Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1593663691422141, - "StableID": "nUadAtqmSD11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "DiscoKey": "discokey:6ae6ff237a61322d19a56f4c8a84ec58b857dba2586b6fb011749b221090e60f", - "Addresses": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "AllowedIPs": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "Endpoints": ["77.164.248.136:44083", "10.65.0.27:44083", "172.17.0.1:44083"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 64173}, - {"Proto": "peerapi6", "Port": 64173} - ]}, - "Created": "2026-04-09T01:34:43.175370503Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2267259988334463, - "StableID": "nU3XJN5rhJ11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "DiscoKey": "discokey:44618e1014496b83a0965f4dfed7fd8b2d85394b7ff76f727352b8aa5b16f774", - "Addresses": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "AllowedIPs": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "Endpoints": ["77.164.248.136:54967", "10.65.0.27:54967", "172.17.0.1:54967"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:34:38.029763238Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2897263793222491, - "StableID": "nSJDC1DBdP11CNTRL", + "ID": 246791240391551, + "StableID": "nEiMpfnmv211CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "DiscoKey": "discokey:163d0ee03d3fed005295128d05d36de1d37935e00dbfc6ef3d780057906b5e30", - "Addresses": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "AllowedIPs": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "Endpoints": ["77.164.248.136:60154", "10.65.0.27:60154", "172.17.0.1:60154"], - "HomeDERP": 14, + "Key": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "DiscoKey": "discokey:f97e497e1f2a08b647ddb28da03db39eeb1660f792965a5dc5b3f262a9e0a460", + "Addresses": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "AllowedIPs": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "Endpoints": ["77.164.248.136:43979", "10.65.0.27:43979", "172.17.0.1:43979"], + "HomeDERP": 18, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57075}, - {"Proto": "peerapi6", "Port": 57075} + {"Proto": "peerapi4", "Port": 62562}, + {"Proto": "peerapi6", "Port": 62562} ]}, - "Created": "2026-04-09T01:34:44.257522891Z", + "Created": "2026-04-09T08:40:44.522143137Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 3085431930864797, - "StableID": "nctaAm4Q6R11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "DiscoKey": "discokey:fc5b81959e28d7e7d241bb3e34c03028acbfa5b3c430f3b4a677ee018f5fd769", - "Addresses": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "AllowedIPs": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "Endpoints": ["77.164.248.136:36162", "10.65.0.27:36162", "172.17.0.1:36162"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45292}, - {"Proto": "peerapi6", "Port": 45292} - ]}, - "Created": "2026-04-09T01:34:42.099820662Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3396162127617488, - "StableID": "nqyBcNR8XT11CNTRL", + "ID": 488113910023281, + "StableID": "nvf9mdv4p411CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "KeyExpiry": "2026-10-06T01:34:44Z", - "DiscoKey": "discokey:3f12b24cf022abbb6d05282057cb4ec035b9925161a1e899ef5f64dd65bf2811", - "Addresses": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "AllowedIPs": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "Endpoints": ["77.164.248.136:58456", "10.65.0.27:58456", "172.17.0.1:58456"], + "Key": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:abcf250eb565b550edb90b37797d1716b7dccce96c6b78bd5f7c145f6e56305b", + "Addresses": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "AllowedIPs": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "Endpoints": ["77.164.248.136:51909", "10.65.0.27:51909", "172.17.0.1:51909"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 38509}, - {"Proto": "peerapi6", "Port": 38509} + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} ]}, - "Created": "2026-04-09T01:34:44.81567309Z", + "Created": "2026-04-09T08:40:45.060284168Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 5272850302231665, - "StableID": "nWdUBWq5Bi11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "DiscoKey": "discokey:64a4f6f62dd8a196642eb63ccae7c185e841c954ce0ed174790f0fcdcd792137", - "Addresses": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "AllowedIPs": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "Endpoints": ["77.164.248.136:60549", "10.65.0.27:60549", "172.17.0.1:60549"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 64262}, - {"Proto": "peerapi6", "Port": 64262} - ]}, - "Created": "2026-04-09T01:34:40.395063353Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7675540957280685, - "StableID": "nYLujqSGw221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:0de30bbd1d8c0c6108c8d9f137596561d1bc8df9743692df5d16177aa44b2148", - "Addresses": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "AllowedIPs": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "Endpoints": ["77.164.248.136:50483", "10.65.0.27:50483", "172.17.0.1:50483"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53196}, - {"Proto": "peerapi6", "Port": 53196} - ]}, - "Created": "2026-04-09T01:34:45.899141157Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7957502322256187, - "StableID": "nk7p2N6y8521CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:4f9e3e2876d060a5e6a1709f8a3ea9a9c42757ffb80149aa74168b61bfaf2339", - "Addresses": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "AllowedIPs": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "Endpoints": ["77.164.248.136:37695", "10.65.0.27:37695", "172.17.0.1:37695"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37043}, - {"Proto": "peerapi6", "Port": 37043} - ]}, - "Created": "2026-04-09T01:34:45.371668817Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8343323999204418, - "StableID": "nXTTSUyh9821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "DiscoKey": "discokey:eb0ee91776201d0931038f1efe0c6e97701516fe0b775f4d0baadc8f528f660a", - "Addresses": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "AllowedIPs": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "Endpoints": ["77.164.248.136:52599", "10.65.0.27:52599", "172.17.0.1:52599"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 42184}, - {"Proto": "peerapi6", "Port": 42184} - ]}, - "Created": "2026-04-09T01:34:40.995000284Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8389949392386430, - "StableID": "nZArm8kpW821CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "DiscoKey": "discokey:e86ebce2163d862b4ca769226f129cbcf2db5b860950f692d3e58e1f05e48317", - "Addresses": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "AllowedIPs": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "Endpoints": ["77.164.248.136:33422", "10.65.0.27:33422", "172.17.0.1:33422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44412}, - {"Proto": "peerapi6", "Port": 44412} - ]}, - "Created": "2026-04-09T01:34:42.629118808Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8449866031667807, - "StableID": "nt9g1qexy821CNTRL", + "ID": 625922331372245, + "StableID": "nER54GvUt511CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "DiscoKey": "discokey:63d18152698c45b01ed381faf349e638d60cf52dd5cafd9c7257987aac7a262e", - "Addresses": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "AllowedIPs": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "Endpoints": ["77.164.248.136:48566", "10.65.0.27:48566", "172.17.0.1:48566"], + "Key": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "DiscoKey": "discokey:5dcfb710fa26ab4040fc4e37fbdeda6895a6cf99d2267c501d85d4e98fc0c51f", + "Addresses": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "AllowedIPs": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "Endpoints": ["77.164.248.136:34206", "10.65.0.27:34206", "172.17.0.1:34206"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50848}, - {"Proto": "peerapi6", "Port": 50848} + {"Proto": "peerapi4", "Port": 41833}, + {"Proto": "peerapi6", "Port": 41833} ]}, - "Created": "2026-04-09T01:34:39.657717471Z", + "Created": "2026-04-09T08:40:40.252903684Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8951687896583455, - "StableID": "nCMkoNfEuC21CNTRL", + "ID": 1883813545769986, + "StableID": "ny4xD5bBiF11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "KeyExpiry": "2026-10-06T08:40:46Z", + "DiscoKey": "discokey:81ae3958e22b605a58a8df0b763fe021345a97d3b68614afab89cec337a00156", + "Addresses": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "AllowedIPs": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "Endpoints": ["77.164.248.136:44814", "10.65.0.27:44814", "172.17.0.1:44814"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 62845}, + {"Proto": "peerapi6", "Port": 62845} + ]}, + "Created": "2026-04-09T08:40:46.130861674Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4720725864173077, + "StableID": "nQNYFtT2sd11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "DiscoKey": "discokey:5d0cf9b7d95f90bbbb07a6359e1640e0c7f2c8d652bbde78c8bf60f6e9cd7a6d", + "Addresses": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "AllowedIPs": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "Endpoints": ["77.164.248.136:42059", "10.65.0.27:42059", "172.17.0.1:42059"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55719}, + {"Proto": "peerapi6", "Port": 55719} + ]}, + "Created": "2026-04-09T08:40:43.464677127Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4741191333007173, + "StableID": "n6XkeH4J2e11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "DiscoKey": "discokey:31d77262c7adc9e3292e6aa95e0bcbc3782cbde9aaaca990d12c07ac921ba947", + "Addresses": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "AllowedIPs": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "Endpoints": ["77.164.248.136:53754", "10.65.0.27:53754", "172.17.0.1:53754"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59481}, + {"Proto": "peerapi6", "Port": 59481} + ]}, + "Created": "2026-04-09T08:40:42.39622188Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4748597299476975, + "StableID": "nezjYjbe5e11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "DiscoKey": "discokey:ab64df5637c4d961b6ef3085f846c7454c16fa058e2ff330e97607c9b10cf402", + "Addresses": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "AllowedIPs": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "Endpoints": ["77.164.248.136:35726", "10.65.0.27:35726", "172.17.0.1:35726"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} + ]}, + "Created": "2026-04-09T08:40:43.987015038Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4962246471410656, + "StableID": "nKWJGRoQkf11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "DiscoKey": "discokey:b53befce4bbf4a962d8b664a89e0df1d87b69faafb28d168b309def3e4712618", + "Addresses": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "AllowedIPs": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "Endpoints": ["77.164.248.136:34998", "10.65.0.27:34998", "172.17.0.1:34998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 57056}, + {"Proto": "peerapi6", "Port": 57056} + ]}, + "Created": "2026-04-09T08:40:40.779054653Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4976324971591250, + "StableID": "nhcg7tcnrf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "DiscoKey": "discokey:f0f4a11f7640e5aa222c887d7b187f488bfceee987fa7b2f2c830c0d744fe83e", + "Addresses": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "AllowedIPs": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "Endpoints": ["77.164.248.136:42307", "10.65.0.27:42307", "172.17.0.1:42307"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41669}, + {"Proto": "peerapi6", "Port": 41669} + ]}, + "Created": "2026-04-09T08:40:38.617254342Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5837309785629906, + "StableID": "nsq1qKEjan11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "DiscoKey": "discokey:419e3455a4a5fdde2264c252bde31f6b0051e628de4e5ccd3dc5750902049317", + "Addresses": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "AllowedIPs": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "Endpoints": ["77.164.248.136:52378", "10.65.0.27:52378", "172.17.0.1:52378"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56645}, + {"Proto": "peerapi6", "Port": 56645} + ]}, + "Created": "2026-04-09T08:40:41.844014256Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6603045479062623, + "StableID": "nGTEvroXZt11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "DiscoKey": "discokey:a200c39e3f7f0fe49f580c11e5545bd23911ed9ac50a41cba19d2b0208fed43b", - "Addresses": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "AllowedIPs": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "Endpoints": ["77.164.248.136:52136", "10.65.0.27:52136", "172.17.0.1:52136"], + "Key": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "DiscoKey": "discokey:30ad6b21a2d8e695337fd9b0a8d77ab9323dac51c2f0600ccb123edd1311163e", + "Addresses": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "AllowedIPs": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "Endpoints": ["77.164.248.136:60932", "10.65.0.27:60932", "172.17.0.1:60932"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47970}, - {"Proto": "peerapi6", "Port": 47970} + {"Proto": "peerapi4", "Port": 45791}, + {"Proto": "peerapi6", "Port": 45791} ]}, - "Created": "2026-04-09T01:34:39.116288461Z", + "Created": "2026-04-09T08:40:39.692146545Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 7639176475789307, + "StableID": "ngT13KDoe221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:95f0d660ae731cfbcec542d463bd2f36f47eb6d3a0c234eaf22dd9960848393b", + "Addresses": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "AllowedIPs": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "Endpoints": ["77.164.248.136:45211", "10.65.0.27:45211", "172.17.0.1:45211"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 58156}, + {"Proto": "peerapi6", "Port": 58156} + ]}, + "Created": "2026-04-09T08:40:45.597843904Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8215988905937689, + "StableID": "niHZHc63A721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "DiscoKey": "discokey:b4216c7534b548ddd4817eb94ab69c301e3e9891432966f50025f5d17a2f3876", + "Addresses": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "AllowedIPs": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "Endpoints": ["77.164.248.136:57664", "10.65.0.27:57664", "172.17.0.1:57664"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 62229}, + {"Proto": "peerapi6", "Port": 62229} + ]}, + "Created": "2026-04-09T08:40:41.308646871Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8222493969434804, + "StableID": "nMyKUUyyC721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "DiscoKey": "discokey:479c29c519e131bb5bcdeaf6d9de797c814ac5454489d2e97dd497dfe6d55e22", + "Addresses": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "AllowedIPs": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "Endpoints": ["77.164.248.136:39340", "10.65.0.27:39340", "172.17.0.1:39340"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45869}, + {"Proto": "peerapi6", "Port": 45869} + ]}, + "Created": "2026-04-09T08:40:42.927499012Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10018,27 +10030,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1902440147812872": { - "ID": 1902440147812872, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2240624547281596": { + "ID": 2240624547281596, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10069,26 +10083,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2267259988334463, - "StableID": "nU3XJN5rhJ11CNTRL", + "ID": 4976324971591250, + "StableID": "nhcg7tcnrf11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 2267259988334463, - "Key": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "DiscoKey": "discokey:44618e1014496b83a0965f4dfed7fd8b2d85394b7ff76f727352b8aa5b16f774", - "Addresses": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "AllowedIPs": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "Endpoints": ["77.164.248.136:54967", "10.65.0.27:54967", "172.17.0.1:54967"], + "User": 4976324971591250, + "Key": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "DiscoKey": "discokey:f0f4a11f7640e5aa222c887d7b187f488bfceee987fa7b2f2c830c0d744fe83e", + "Addresses": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "AllowedIPs": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "Endpoints": ["77.164.248.136:42307", "10.65.0.27:42307", "172.17.0.1:42307"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389}, + {"Proto": "peerapi4", "Port": 41669}, + {"Proto": "peerapi6", "Port": 41669}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:38.029763238Z", + "Created": "2026-04-09T08:40:38.617254342Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10116,302 +10130,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "MachineKey": "mkey:5b9566c2f967f44200dac927d374a9f04b7750a43c19cf5ad5eb3e17d075dd65", + "NodeKey": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "MachineKey": "mkey:b23d260155cd4757f504238c4acb05ca02062b6dcec06136d954a87db2f11a7f", "Peers": [{ - "ID": 55823824261467, - "StableID": "nz63C3QHS111CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "DiscoKey": "discokey:54b67eee11b0f958a93bdda6feeb4dfbf1724eb635507a7e1568b53b69cc740b", - "Addresses": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "AllowedIPs": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "Endpoints": ["77.164.248.136:43575", "10.65.0.27:43575", "172.17.0.1:43575"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63886}, - {"Proto": "peerapi6", "Port": 63886} - ]}, - "Created": "2026-04-09T01:34:41.545282497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1064906794696487, - "StableID": "neg2r9JJK911CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "DiscoKey": "discokey:caf089b277102c5cc73247463825f9007fc4b30a3e9214d0e7fd4515b5d03506", - "Addresses": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "AllowedIPs": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "Endpoints": ["77.164.248.136:33760", "10.65.0.27:33760", "172.17.0.1:33760"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 54590}, - {"Proto": "peerapi6", "Port": 54590} - ]}, - "Created": "2026-04-09T01:34:43.720236175Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1593663691422141, - "StableID": "nUadAtqmSD11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "DiscoKey": "discokey:6ae6ff237a61322d19a56f4c8a84ec58b857dba2586b6fb011749b221090e60f", - "Addresses": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "AllowedIPs": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "Endpoints": ["77.164.248.136:44083", "10.65.0.27:44083", "172.17.0.1:44083"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 64173}, - {"Proto": "peerapi6", "Port": 64173} - ]}, - "Created": "2026-04-09T01:34:43.175370503Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1902440147812872, - "StableID": "nDMCGrscrF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "DiscoKey": "discokey:84ea22f122d4c300d1b7b867f80ab6825acc5d25c7ef38d5d5654ed6dfd96e62", - "Addresses": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "AllowedIPs": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "Endpoints": ["77.164.248.136:52969", "10.65.0.27:52969", "172.17.0.1:52969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65262}, - {"Proto": "peerapi6", "Port": 65262} - ]}, - "Created": "2026-04-09T01:34:38.578418611Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2897263793222491, - "StableID": "nSJDC1DBdP11CNTRL", + "ID": 246791240391551, + "StableID": "nEiMpfnmv211CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "DiscoKey": "discokey:163d0ee03d3fed005295128d05d36de1d37935e00dbfc6ef3d780057906b5e30", - "Addresses": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "AllowedIPs": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "Endpoints": ["77.164.248.136:60154", "10.65.0.27:60154", "172.17.0.1:60154"], - "HomeDERP": 14, + "Key": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "DiscoKey": "discokey:f97e497e1f2a08b647ddb28da03db39eeb1660f792965a5dc5b3f262a9e0a460", + "Addresses": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "AllowedIPs": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "Endpoints": ["77.164.248.136:43979", "10.65.0.27:43979", "172.17.0.1:43979"], + "HomeDERP": 18, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57075}, - {"Proto": "peerapi6", "Port": 57075} + {"Proto": "peerapi4", "Port": 62562}, + {"Proto": "peerapi6", "Port": 62562} ]}, - "Created": "2026-04-09T01:34:44.257522891Z", + "Created": "2026-04-09T08:40:44.522143137Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 3085431930864797, - "StableID": "nctaAm4Q6R11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "DiscoKey": "discokey:fc5b81959e28d7e7d241bb3e34c03028acbfa5b3c430f3b4a677ee018f5fd769", - "Addresses": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "AllowedIPs": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "Endpoints": ["77.164.248.136:36162", "10.65.0.27:36162", "172.17.0.1:36162"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45292}, - {"Proto": "peerapi6", "Port": 45292} - ]}, - "Created": "2026-04-09T01:34:42.099820662Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3396162127617488, - "StableID": "nqyBcNR8XT11CNTRL", + "ID": 488113910023281, + "StableID": "nvf9mdv4p411CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "KeyExpiry": "2026-10-06T01:34:44Z", - "DiscoKey": "discokey:3f12b24cf022abbb6d05282057cb4ec035b9925161a1e899ef5f64dd65bf2811", - "Addresses": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "AllowedIPs": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "Endpoints": ["77.164.248.136:58456", "10.65.0.27:58456", "172.17.0.1:58456"], + "Key": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:abcf250eb565b550edb90b37797d1716b7dccce96c6b78bd5f7c145f6e56305b", + "Addresses": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "AllowedIPs": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "Endpoints": ["77.164.248.136:51909", "10.65.0.27:51909", "172.17.0.1:51909"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 38509}, - {"Proto": "peerapi6", "Port": 38509} + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} ]}, - "Created": "2026-04-09T01:34:44.81567309Z", + "Created": "2026-04-09T08:40:45.060284168Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 5272850302231665, - "StableID": "nWdUBWq5Bi11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "DiscoKey": "discokey:64a4f6f62dd8a196642eb63ccae7c185e841c954ce0ed174790f0fcdcd792137", - "Addresses": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "AllowedIPs": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "Endpoints": ["77.164.248.136:60549", "10.65.0.27:60549", "172.17.0.1:60549"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 64262}, - {"Proto": "peerapi6", "Port": 64262} - ]}, - "Created": "2026-04-09T01:34:40.395063353Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7675540957280685, - "StableID": "nYLujqSGw221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:0de30bbd1d8c0c6108c8d9f137596561d1bc8df9743692df5d16177aa44b2148", - "Addresses": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "AllowedIPs": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "Endpoints": ["77.164.248.136:50483", "10.65.0.27:50483", "172.17.0.1:50483"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53196}, - {"Proto": "peerapi6", "Port": 53196} - ]}, - "Created": "2026-04-09T01:34:45.899141157Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7957502322256187, - "StableID": "nk7p2N6y8521CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:4f9e3e2876d060a5e6a1709f8a3ea9a9c42757ffb80149aa74168b61bfaf2339", - "Addresses": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "AllowedIPs": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "Endpoints": ["77.164.248.136:37695", "10.65.0.27:37695", "172.17.0.1:37695"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37043}, - {"Proto": "peerapi6", "Port": 37043} - ]}, - "Created": "2026-04-09T01:34:45.371668817Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8343323999204418, - "StableID": "nXTTSUyh9821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "DiscoKey": "discokey:eb0ee91776201d0931038f1efe0c6e97701516fe0b775f4d0baadc8f528f660a", - "Addresses": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "AllowedIPs": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "Endpoints": ["77.164.248.136:52599", "10.65.0.27:52599", "172.17.0.1:52599"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 42184}, - {"Proto": "peerapi6", "Port": 42184} - ]}, - "Created": "2026-04-09T01:34:40.995000284Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8389949392386430, - "StableID": "nZArm8kpW821CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "DiscoKey": "discokey:e86ebce2163d862b4ca769226f129cbcf2db5b860950f692d3e58e1f05e48317", - "Addresses": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "AllowedIPs": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "Endpoints": ["77.164.248.136:33422", "10.65.0.27:33422", "172.17.0.1:33422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44412}, - {"Proto": "peerapi6", "Port": 44412} - ]}, - "Created": "2026-04-09T01:34:42.629118808Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8449866031667807, - "StableID": "nt9g1qexy821CNTRL", + "ID": 625922331372245, + "StableID": "nER54GvUt511CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "DiscoKey": "discokey:63d18152698c45b01ed381faf349e638d60cf52dd5cafd9c7257987aac7a262e", - "Addresses": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "AllowedIPs": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "Endpoints": ["77.164.248.136:48566", "10.65.0.27:48566", "172.17.0.1:48566"], + "Key": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "DiscoKey": "discokey:5dcfb710fa26ab4040fc4e37fbdeda6895a6cf99d2267c501d85d4e98fc0c51f", + "Addresses": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "AllowedIPs": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "Endpoints": ["77.164.248.136:34206", "10.65.0.27:34206", "172.17.0.1:34206"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50848}, - {"Proto": "peerapi6", "Port": 50848} + {"Proto": "peerapi4", "Port": 41833}, + {"Proto": "peerapi6", "Port": 41833} ]}, - "Created": "2026-04-09T01:34:39.657717471Z", + "Created": "2026-04-09T08:40:40.252903684Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8951687896583455, - "StableID": "nCMkoNfEuC21CNTRL", + "ID": 1883813545769986, + "StableID": "ny4xD5bBiF11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "KeyExpiry": "2026-10-06T08:40:46Z", + "DiscoKey": "discokey:81ae3958e22b605a58a8df0b763fe021345a97d3b68614afab89cec337a00156", + "Addresses": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "AllowedIPs": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "Endpoints": ["77.164.248.136:44814", "10.65.0.27:44814", "172.17.0.1:44814"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 62845}, + {"Proto": "peerapi6", "Port": 62845} + ]}, + "Created": "2026-04-09T08:40:46.130861674Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2240624547281596, + "StableID": "nfrvadQnVJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "DiscoKey": "discokey:73ff698277fdf7be20ae73d197eeadafd01b67226c3e8c94dcadb3fbee3cfa49", + "Addresses": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "AllowedIPs": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "Endpoints": ["77.164.248.136:40899", "10.65.0.27:40899", "172.17.0.1:40899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 59345}, + {"Proto": "peerapi6", "Port": 59345} + ]}, + "Created": "2026-04-09T08:40:39.161196542Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4720725864173077, + "StableID": "nQNYFtT2sd11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "DiscoKey": "discokey:5d0cf9b7d95f90bbbb07a6359e1640e0c7f2c8d652bbde78c8bf60f6e9cd7a6d", + "Addresses": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "AllowedIPs": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "Endpoints": ["77.164.248.136:42059", "10.65.0.27:42059", "172.17.0.1:42059"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55719}, + {"Proto": "peerapi6", "Port": 55719} + ]}, + "Created": "2026-04-09T08:40:43.464677127Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4741191333007173, + "StableID": "n6XkeH4J2e11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "DiscoKey": "discokey:31d77262c7adc9e3292e6aa95e0bcbc3782cbde9aaaca990d12c07ac921ba947", + "Addresses": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "AllowedIPs": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "Endpoints": ["77.164.248.136:53754", "10.65.0.27:53754", "172.17.0.1:53754"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59481}, + {"Proto": "peerapi6", "Port": 59481} + ]}, + "Created": "2026-04-09T08:40:42.39622188Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4748597299476975, + "StableID": "nezjYjbe5e11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "DiscoKey": "discokey:ab64df5637c4d961b6ef3085f846c7454c16fa058e2ff330e97607c9b10cf402", + "Addresses": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "AllowedIPs": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "Endpoints": ["77.164.248.136:35726", "10.65.0.27:35726", "172.17.0.1:35726"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} + ]}, + "Created": "2026-04-09T08:40:43.987015038Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4962246471410656, + "StableID": "nKWJGRoQkf11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "DiscoKey": "discokey:b53befce4bbf4a962d8b664a89e0df1d87b69faafb28d168b309def3e4712618", + "Addresses": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "AllowedIPs": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "Endpoints": ["77.164.248.136:34998", "10.65.0.27:34998", "172.17.0.1:34998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 57056}, + {"Proto": "peerapi6", "Port": 57056} + ]}, + "Created": "2026-04-09T08:40:40.779054653Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5837309785629906, + "StableID": "nsq1qKEjan11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "DiscoKey": "discokey:419e3455a4a5fdde2264c252bde31f6b0051e628de4e5ccd3dc5750902049317", + "Addresses": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "AllowedIPs": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "Endpoints": ["77.164.248.136:52378", "10.65.0.27:52378", "172.17.0.1:52378"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56645}, + {"Proto": "peerapi6", "Port": 56645} + ]}, + "Created": "2026-04-09T08:40:41.844014256Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6603045479062623, + "StableID": "nGTEvroXZt11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "DiscoKey": "discokey:a200c39e3f7f0fe49f580c11e5545bd23911ed9ac50a41cba19d2b0208fed43b", - "Addresses": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "AllowedIPs": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "Endpoints": ["77.164.248.136:52136", "10.65.0.27:52136", "172.17.0.1:52136"], + "Key": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "DiscoKey": "discokey:30ad6b21a2d8e695337fd9b0a8d77ab9323dac51c2f0600ccb123edd1311163e", + "Addresses": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "AllowedIPs": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "Endpoints": ["77.164.248.136:60932", "10.65.0.27:60932", "172.17.0.1:60932"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47970}, - {"Proto": "peerapi6", "Port": 47970} + {"Proto": "peerapi4", "Port": 45791}, + {"Proto": "peerapi6", "Port": 45791} ]}, - "Created": "2026-04-09T01:34:39.116288461Z", + "Created": "2026-04-09T08:40:39.692146545Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 7639176475789307, + "StableID": "ngT13KDoe221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:95f0d660ae731cfbcec542d463bd2f36f47eb6d3a0c234eaf22dd9960848393b", + "Addresses": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "AllowedIPs": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "Endpoints": ["77.164.248.136:45211", "10.65.0.27:45211", "172.17.0.1:45211"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 58156}, + {"Proto": "peerapi6", "Port": 58156} + ]}, + "Created": "2026-04-09T08:40:45.597843904Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8215988905937689, + "StableID": "niHZHc63A721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "DiscoKey": "discokey:b4216c7534b548ddd4817eb94ab69c301e3e9891432966f50025f5d17a2f3876", + "Addresses": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "AllowedIPs": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "Endpoints": ["77.164.248.136:57664", "10.65.0.27:57664", "172.17.0.1:57664"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 62229}, + {"Proto": "peerapi6", "Port": 62229} + ]}, + "Created": "2026-04-09T08:40:41.308646871Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8222493969434804, + "StableID": "nMyKUUyyC721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "DiscoKey": "discokey:479c29c519e131bb5bcdeaf6d9de797c814ac5454489d2e97dd497dfe6d55e22", + "Addresses": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "AllowedIPs": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "Endpoints": ["77.164.248.136:39340", "10.65.0.27:39340", "172.17.0.1:39340"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45869}, + {"Proto": "peerapi6", "Port": 45869} + ]}, + "Created": "2026-04-09T08:40:42.927499012Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11259,27 +11273,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2267259988334463": { - "ID": 2267259988334463, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4976324971591250": { + "ID": 4976324971591250, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11310,21 +11326,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5272850302231665, - "StableID": "nWdUBWq5Bi11CNTRL", + "ID": 4962246471410656, + "StableID": "nKWJGRoQkf11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 5272850302231665, - "Key": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "DiscoKey": "discokey:64a4f6f62dd8a196642eb63ccae7c185e841c954ce0ed174790f0fcdcd792137", - "Addresses": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "AllowedIPs": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "Endpoints": ["77.164.248.136:60549", "10.65.0.27:60549", "172.17.0.1:60549"], + "User": 4962246471410656, + "Key": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "DiscoKey": "discokey:b53befce4bbf4a962d8b664a89e0df1d87b69faafb28d168b309def3e4712618", + "Addresses": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "AllowedIPs": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "Endpoints": ["77.164.248.136:34998", "10.65.0.27:34998", "172.17.0.1:34998"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 64262}, - {"Proto": "peerapi6", "Port": 64262}, + {"Proto": "peerapi4", "Port": 57056}, + {"Proto": "peerapi6", "Port": 57056}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:40.395063353Z", + "Created": "2026-04-09T08:40:40.779054653Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11352,300 +11368,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "MachineKey": "mkey:a7393bc4fe72e84c7e38a64d5318676011f8afdb7c8b834c82f99db6436c7153", + "NodeKey": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "MachineKey": "mkey:912bee30231ebfb2e6afa1b97b6720f5395cdcedac50e6f18eaf7a1e6d9d3d0e", "Peers": [{ - "ID": 55823824261467, - "StableID": "nz63C3QHS111CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "DiscoKey": "discokey:54b67eee11b0f958a93bdda6feeb4dfbf1724eb635507a7e1568b53b69cc740b", - "Addresses": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "AllowedIPs": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "Endpoints": ["77.164.248.136:43575", "10.65.0.27:43575", "172.17.0.1:43575"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63886}, - {"Proto": "peerapi6", "Port": 63886} - ]}, - "Created": "2026-04-09T01:34:41.545282497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1064906794696487, - "StableID": "neg2r9JJK911CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "DiscoKey": "discokey:caf089b277102c5cc73247463825f9007fc4b30a3e9214d0e7fd4515b5d03506", - "Addresses": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "AllowedIPs": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "Endpoints": ["77.164.248.136:33760", "10.65.0.27:33760", "172.17.0.1:33760"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 54590}, - {"Proto": "peerapi6", "Port": 54590} - ]}, - "Created": "2026-04-09T01:34:43.720236175Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1593663691422141, - "StableID": "nUadAtqmSD11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "DiscoKey": "discokey:6ae6ff237a61322d19a56f4c8a84ec58b857dba2586b6fb011749b221090e60f", - "Addresses": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "AllowedIPs": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "Endpoints": ["77.164.248.136:44083", "10.65.0.27:44083", "172.17.0.1:44083"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 64173}, - {"Proto": "peerapi6", "Port": 64173} - ]}, - "Created": "2026-04-09T01:34:43.175370503Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1902440147812872, - "StableID": "nDMCGrscrF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "DiscoKey": "discokey:84ea22f122d4c300d1b7b867f80ab6825acc5d25c7ef38d5d5654ed6dfd96e62", - "Addresses": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "AllowedIPs": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "Endpoints": ["77.164.248.136:52969", "10.65.0.27:52969", "172.17.0.1:52969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65262}, - {"Proto": "peerapi6", "Port": 65262} - ]}, - "Created": "2026-04-09T01:34:38.578418611Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2267259988334463, - "StableID": "nU3XJN5rhJ11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "DiscoKey": "discokey:44618e1014496b83a0965f4dfed7fd8b2d85394b7ff76f727352b8aa5b16f774", - "Addresses": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "AllowedIPs": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "Endpoints": ["77.164.248.136:54967", "10.65.0.27:54967", "172.17.0.1:54967"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:34:38.029763238Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2897263793222491, - "StableID": "nSJDC1DBdP11CNTRL", + "ID": 246791240391551, + "StableID": "nEiMpfnmv211CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "DiscoKey": "discokey:163d0ee03d3fed005295128d05d36de1d37935e00dbfc6ef3d780057906b5e30", - "Addresses": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "AllowedIPs": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "Endpoints": ["77.164.248.136:60154", "10.65.0.27:60154", "172.17.0.1:60154"], - "HomeDERP": 14, + "Key": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "DiscoKey": "discokey:f97e497e1f2a08b647ddb28da03db39eeb1660f792965a5dc5b3f262a9e0a460", + "Addresses": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "AllowedIPs": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "Endpoints": ["77.164.248.136:43979", "10.65.0.27:43979", "172.17.0.1:43979"], + "HomeDERP": 18, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57075}, - {"Proto": "peerapi6", "Port": 57075} + {"Proto": "peerapi4", "Port": 62562}, + {"Proto": "peerapi6", "Port": 62562} ]}, - "Created": "2026-04-09T01:34:44.257522891Z", + "Created": "2026-04-09T08:40:44.522143137Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 3085431930864797, - "StableID": "nctaAm4Q6R11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "DiscoKey": "discokey:fc5b81959e28d7e7d241bb3e34c03028acbfa5b3c430f3b4a677ee018f5fd769", - "Addresses": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "AllowedIPs": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "Endpoints": ["77.164.248.136:36162", "10.65.0.27:36162", "172.17.0.1:36162"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45292}, - {"Proto": "peerapi6", "Port": 45292} - ]}, - "Created": "2026-04-09T01:34:42.099820662Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3396162127617488, - "StableID": "nqyBcNR8XT11CNTRL", + "ID": 488113910023281, + "StableID": "nvf9mdv4p411CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "KeyExpiry": "2026-10-06T01:34:44Z", - "DiscoKey": "discokey:3f12b24cf022abbb6d05282057cb4ec035b9925161a1e899ef5f64dd65bf2811", - "Addresses": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "AllowedIPs": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "Endpoints": ["77.164.248.136:58456", "10.65.0.27:58456", "172.17.0.1:58456"], + "Key": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:abcf250eb565b550edb90b37797d1716b7dccce96c6b78bd5f7c145f6e56305b", + "Addresses": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "AllowedIPs": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "Endpoints": ["77.164.248.136:51909", "10.65.0.27:51909", "172.17.0.1:51909"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 38509}, - {"Proto": "peerapi6", "Port": 38509} + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} ]}, - "Created": "2026-04-09T01:34:44.81567309Z", + "Created": "2026-04-09T08:40:45.060284168Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7675540957280685, - "StableID": "nYLujqSGw221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:0de30bbd1d8c0c6108c8d9f137596561d1bc8df9743692df5d16177aa44b2148", - "Addresses": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "AllowedIPs": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53196}, - {"Proto": "peerapi6", "Port": 53196} - ]}, - "Created": "2026-04-09T01:34:45.899141157Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7957502322256187, - "StableID": "nk7p2N6y8521CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:4f9e3e2876d060a5e6a1709f8a3ea9a9c42757ffb80149aa74168b61bfaf2339", - "Addresses": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "AllowedIPs": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "Endpoints": ["77.164.248.136:37695", "10.65.0.27:37695", "172.17.0.1:37695"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37043}, - {"Proto": "peerapi6", "Port": 37043} - ]}, - "Created": "2026-04-09T01:34:45.371668817Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8343323999204418, - "StableID": "nXTTSUyh9821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "DiscoKey": "discokey:eb0ee91776201d0931038f1efe0c6e97701516fe0b775f4d0baadc8f528f660a", - "Addresses": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "AllowedIPs": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "Endpoints": ["77.164.248.136:52599", "10.65.0.27:52599", "172.17.0.1:52599"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 42184}, - {"Proto": "peerapi6", "Port": 42184} - ]}, - "Created": "2026-04-09T01:34:40.995000284Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8389949392386430, - "StableID": "nZArm8kpW821CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "DiscoKey": "discokey:e86ebce2163d862b4ca769226f129cbcf2db5b860950f692d3e58e1f05e48317", - "Addresses": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "AllowedIPs": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "Endpoints": ["77.164.248.136:33422", "10.65.0.27:33422", "172.17.0.1:33422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44412}, - {"Proto": "peerapi6", "Port": 44412} - ]}, - "Created": "2026-04-09T01:34:42.629118808Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8449866031667807, - "StableID": "nt9g1qexy821CNTRL", + "ID": 625922331372245, + "StableID": "nER54GvUt511CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "DiscoKey": "discokey:63d18152698c45b01ed381faf349e638d60cf52dd5cafd9c7257987aac7a262e", - "Addresses": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "AllowedIPs": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "Endpoints": ["77.164.248.136:48566", "10.65.0.27:48566", "172.17.0.1:48566"], + "Key": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "DiscoKey": "discokey:5dcfb710fa26ab4040fc4e37fbdeda6895a6cf99d2267c501d85d4e98fc0c51f", + "Addresses": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "AllowedIPs": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "Endpoints": ["77.164.248.136:34206", "10.65.0.27:34206", "172.17.0.1:34206"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50848}, - {"Proto": "peerapi6", "Port": 50848} + {"Proto": "peerapi4", "Port": 41833}, + {"Proto": "peerapi6", "Port": 41833} ]}, - "Created": "2026-04-09T01:34:39.657717471Z", + "Created": "2026-04-09T08:40:40.252903684Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8951687896583455, - "StableID": "nCMkoNfEuC21CNTRL", + "ID": 1883813545769986, + "StableID": "ny4xD5bBiF11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "KeyExpiry": "2026-10-06T08:40:46Z", + "DiscoKey": "discokey:81ae3958e22b605a58a8df0b763fe021345a97d3b68614afab89cec337a00156", + "Addresses": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "AllowedIPs": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 62845}, + {"Proto": "peerapi6", "Port": 62845} + ]}, + "Created": "2026-04-09T08:40:46.130861674Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2240624547281596, + "StableID": "nfrvadQnVJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "DiscoKey": "discokey:73ff698277fdf7be20ae73d197eeadafd01b67226c3e8c94dcadb3fbee3cfa49", + "Addresses": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "AllowedIPs": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "Endpoints": ["77.164.248.136:40899", "10.65.0.27:40899", "172.17.0.1:40899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 59345}, + {"Proto": "peerapi6", "Port": 59345} + ]}, + "Created": "2026-04-09T08:40:39.161196542Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4720725864173077, + "StableID": "nQNYFtT2sd11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "DiscoKey": "discokey:5d0cf9b7d95f90bbbb07a6359e1640e0c7f2c8d652bbde78c8bf60f6e9cd7a6d", + "Addresses": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "AllowedIPs": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "Endpoints": ["77.164.248.136:42059", "10.65.0.27:42059", "172.17.0.1:42059"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55719}, + {"Proto": "peerapi6", "Port": 55719} + ]}, + "Created": "2026-04-09T08:40:43.464677127Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4741191333007173, + "StableID": "n6XkeH4J2e11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "DiscoKey": "discokey:31d77262c7adc9e3292e6aa95e0bcbc3782cbde9aaaca990d12c07ac921ba947", + "Addresses": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "AllowedIPs": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "Endpoints": ["77.164.248.136:53754", "10.65.0.27:53754", "172.17.0.1:53754"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59481}, + {"Proto": "peerapi6", "Port": 59481} + ]}, + "Created": "2026-04-09T08:40:42.39622188Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4748597299476975, + "StableID": "nezjYjbe5e11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "DiscoKey": "discokey:ab64df5637c4d961b6ef3085f846c7454c16fa058e2ff330e97607c9b10cf402", + "Addresses": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "AllowedIPs": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "Endpoints": ["77.164.248.136:35726", "10.65.0.27:35726", "172.17.0.1:35726"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} + ]}, + "Created": "2026-04-09T08:40:43.987015038Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4976324971591250, + "StableID": "nhcg7tcnrf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "DiscoKey": "discokey:f0f4a11f7640e5aa222c887d7b187f488bfceee987fa7b2f2c830c0d744fe83e", + "Addresses": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "AllowedIPs": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "Endpoints": ["77.164.248.136:42307", "10.65.0.27:42307", "172.17.0.1:42307"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41669}, + {"Proto": "peerapi6", "Port": 41669} + ]}, + "Created": "2026-04-09T08:40:38.617254342Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5837309785629906, + "StableID": "nsq1qKEjan11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "DiscoKey": "discokey:419e3455a4a5fdde2264c252bde31f6b0051e628de4e5ccd3dc5750902049317", + "Addresses": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "AllowedIPs": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "Endpoints": ["77.164.248.136:52378", "10.65.0.27:52378", "172.17.0.1:52378"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56645}, + {"Proto": "peerapi6", "Port": 56645} + ]}, + "Created": "2026-04-09T08:40:41.844014256Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6603045479062623, + "StableID": "nGTEvroXZt11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "DiscoKey": "discokey:a200c39e3f7f0fe49f580c11e5545bd23911ed9ac50a41cba19d2b0208fed43b", - "Addresses": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "AllowedIPs": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "Endpoints": ["77.164.248.136:52136", "10.65.0.27:52136", "172.17.0.1:52136"], + "Key": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "DiscoKey": "discokey:30ad6b21a2d8e695337fd9b0a8d77ab9323dac51c2f0600ccb123edd1311163e", + "Addresses": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "AllowedIPs": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "Endpoints": ["77.164.248.136:60932", "10.65.0.27:60932", "172.17.0.1:60932"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47970}, - {"Proto": "peerapi6", "Port": 47970} + {"Proto": "peerapi4", "Port": 45791}, + {"Proto": "peerapi6", "Port": 45791} ]}, - "Created": "2026-04-09T01:34:39.116288461Z", + "Created": "2026-04-09T08:40:39.692146545Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 7639176475789307, + "StableID": "ngT13KDoe221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:95f0d660ae731cfbcec542d463bd2f36f47eb6d3a0c234eaf22dd9960848393b", + "Addresses": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "AllowedIPs": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "Endpoints": ["77.164.248.136:45211", "10.65.0.27:45211", "172.17.0.1:45211"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 58156}, + {"Proto": "peerapi6", "Port": 58156} + ]}, + "Created": "2026-04-09T08:40:45.597843904Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8215988905937689, + "StableID": "niHZHc63A721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "DiscoKey": "discokey:b4216c7534b548ddd4817eb94ab69c301e3e9891432966f50025f5d17a2f3876", + "Addresses": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "AllowedIPs": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "Endpoints": ["77.164.248.136:57664", "10.65.0.27:57664", "172.17.0.1:57664"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 62229}, + {"Proto": "peerapi6", "Port": 62229} + ]}, + "Created": "2026-04-09T08:40:41.308646871Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8222493969434804, + "StableID": "nMyKUUyyC721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "DiscoKey": "discokey:479c29c519e131bb5bcdeaf6d9de797c814ac5454489d2e97dd497dfe6d55e22", + "Addresses": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "AllowedIPs": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "Endpoints": ["77.164.248.136:39340", "10.65.0.27:39340", "172.17.0.1:39340"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45869}, + {"Proto": "peerapi6", "Port": 45869} + ]}, + "Created": "2026-04-09T08:40:42.927499012Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12493,27 +12509,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5272850302231665": { - "ID": 5272850302231665, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4962246471410656": { + "ID": 4962246471410656, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12544,21 +12562,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8449866031667807, - "StableID": "nt9g1qexy821CNTRL", + "ID": 625922331372245, + "StableID": "nER54GvUt511CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 8449866031667807, - "Key": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "DiscoKey": "discokey:63d18152698c45b01ed381faf349e638d60cf52dd5cafd9c7257987aac7a262e", - "Addresses": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "AllowedIPs": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "Endpoints": ["77.164.248.136:48566", "10.65.0.27:48566", "172.17.0.1:48566"], + "User": 625922331372245, + "Key": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "DiscoKey": "discokey:5dcfb710fa26ab4040fc4e37fbdeda6895a6cf99d2267c501d85d4e98fc0c51f", + "Addresses": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "AllowedIPs": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "Endpoints": ["77.164.248.136:34206", "10.65.0.27:34206", "172.17.0.1:34206"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 50848}, - {"Proto": "peerapi6", "Port": 50848}, + {"Proto": "peerapi4", "Port": 41833}, + {"Proto": "peerapi6", "Port": 41833}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:39.657717471Z", + "Created": "2026-04-09T08:40:40.252903684Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12586,300 +12604,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "MachineKey": "mkey:3e6ff37e36396ec23a1e00c43c8f11d84a0ac4ec810bd0303c2cb6d8e81d9610", + "NodeKey": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "MachineKey": "mkey:06b2a13102325d74e4d07c8ecbf67504845b7ac8798c24e46ba094cabf223809", "Peers": [{ - "ID": 55823824261467, - "StableID": "nz63C3QHS111CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "DiscoKey": "discokey:54b67eee11b0f958a93bdda6feeb4dfbf1724eb635507a7e1568b53b69cc740b", - "Addresses": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "AllowedIPs": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "Endpoints": ["77.164.248.136:43575", "10.65.0.27:43575", "172.17.0.1:43575"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63886}, - {"Proto": "peerapi6", "Port": 63886} - ]}, - "Created": "2026-04-09T01:34:41.545282497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1064906794696487, - "StableID": "neg2r9JJK911CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "DiscoKey": "discokey:caf089b277102c5cc73247463825f9007fc4b30a3e9214d0e7fd4515b5d03506", - "Addresses": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "AllowedIPs": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "Endpoints": ["77.164.248.136:33760", "10.65.0.27:33760", "172.17.0.1:33760"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 54590}, - {"Proto": "peerapi6", "Port": 54590} - ]}, - "Created": "2026-04-09T01:34:43.720236175Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1593663691422141, - "StableID": "nUadAtqmSD11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "DiscoKey": "discokey:6ae6ff237a61322d19a56f4c8a84ec58b857dba2586b6fb011749b221090e60f", - "Addresses": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "AllowedIPs": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "Endpoints": ["77.164.248.136:44083", "10.65.0.27:44083", "172.17.0.1:44083"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 64173}, - {"Proto": "peerapi6", "Port": 64173} - ]}, - "Created": "2026-04-09T01:34:43.175370503Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1902440147812872, - "StableID": "nDMCGrscrF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "DiscoKey": "discokey:84ea22f122d4c300d1b7b867f80ab6825acc5d25c7ef38d5d5654ed6dfd96e62", - "Addresses": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "AllowedIPs": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "Endpoints": ["77.164.248.136:52969", "10.65.0.27:52969", "172.17.0.1:52969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65262}, - {"Proto": "peerapi6", "Port": 65262} - ]}, - "Created": "2026-04-09T01:34:38.578418611Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2267259988334463, - "StableID": "nU3XJN5rhJ11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "DiscoKey": "discokey:44618e1014496b83a0965f4dfed7fd8b2d85394b7ff76f727352b8aa5b16f774", - "Addresses": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "AllowedIPs": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "Endpoints": ["77.164.248.136:54967", "10.65.0.27:54967", "172.17.0.1:54967"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:34:38.029763238Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2897263793222491, - "StableID": "nSJDC1DBdP11CNTRL", + "ID": 246791240391551, + "StableID": "nEiMpfnmv211CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "DiscoKey": "discokey:163d0ee03d3fed005295128d05d36de1d37935e00dbfc6ef3d780057906b5e30", - "Addresses": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "AllowedIPs": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "Endpoints": ["77.164.248.136:60154", "10.65.0.27:60154", "172.17.0.1:60154"], - "HomeDERP": 14, + "Key": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "DiscoKey": "discokey:f97e497e1f2a08b647ddb28da03db39eeb1660f792965a5dc5b3f262a9e0a460", + "Addresses": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "AllowedIPs": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "Endpoints": ["77.164.248.136:43979", "10.65.0.27:43979", "172.17.0.1:43979"], + "HomeDERP": 18, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57075}, - {"Proto": "peerapi6", "Port": 57075} + {"Proto": "peerapi4", "Port": 62562}, + {"Proto": "peerapi6", "Port": 62562} ]}, - "Created": "2026-04-09T01:34:44.257522891Z", + "Created": "2026-04-09T08:40:44.522143137Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 3085431930864797, - "StableID": "nctaAm4Q6R11CNTRL", + "ID": 488113910023281, + "StableID": "nvf9mdv4p411CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:abcf250eb565b550edb90b37797d1716b7dccce96c6b78bd5f7c145f6e56305b", + "Addresses": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "AllowedIPs": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "Endpoints": ["77.164.248.136:51909", "10.65.0.27:51909", "172.17.0.1:51909"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} + ]}, + "Created": "2026-04-09T08:40:45.060284168Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 1883813545769986, + "StableID": "ny4xD5bBiF11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "KeyExpiry": "2026-10-06T08:40:46Z", + "DiscoKey": "discokey:81ae3958e22b605a58a8df0b763fe021345a97d3b68614afab89cec337a00156", + "Addresses": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "AllowedIPs": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 62845}, + {"Proto": "peerapi6", "Port": 62845} + ]}, + "Created": "2026-04-09T08:40:46.130861674Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2240624547281596, + "StableID": "nfrvadQnVJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "DiscoKey": "discokey:73ff698277fdf7be20ae73d197eeadafd01b67226c3e8c94dcadb3fbee3cfa49", + "Addresses": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "AllowedIPs": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "Endpoints": ["77.164.248.136:40899", "10.65.0.27:40899", "172.17.0.1:40899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 59345}, + {"Proto": "peerapi6", "Port": 59345} + ]}, + "Created": "2026-04-09T08:40:39.161196542Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4720725864173077, + "StableID": "nQNYFtT2sd11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "DiscoKey": "discokey:5d0cf9b7d95f90bbbb07a6359e1640e0c7f2c8d652bbde78c8bf60f6e9cd7a6d", + "Addresses": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "AllowedIPs": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "Endpoints": ["77.164.248.136:42059", "10.65.0.27:42059", "172.17.0.1:42059"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55719}, + {"Proto": "peerapi6", "Port": 55719} + ]}, + "Created": "2026-04-09T08:40:43.464677127Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4741191333007173, + "StableID": "n6XkeH4J2e11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "DiscoKey": "discokey:fc5b81959e28d7e7d241bb3e34c03028acbfa5b3c430f3b4a677ee018f5fd769", - "Addresses": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "AllowedIPs": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "Endpoints": ["77.164.248.136:36162", "10.65.0.27:36162", "172.17.0.1:36162"], + "Key": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "DiscoKey": "discokey:31d77262c7adc9e3292e6aa95e0bcbc3782cbde9aaaca990d12c07ac921ba947", + "Addresses": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "AllowedIPs": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "Endpoints": ["77.164.248.136:53754", "10.65.0.27:53754", "172.17.0.1:53754"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45292}, - {"Proto": "peerapi6", "Port": 45292} + {"Proto": "peerapi4", "Port": 59481}, + {"Proto": "peerapi6", "Port": 59481} ]}, - "Created": "2026-04-09T01:34:42.099820662Z", + "Created": "2026-04-09T08:40:42.39622188Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 3396162127617488, - "StableID": "nqyBcNR8XT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "KeyExpiry": "2026-10-06T01:34:44Z", - "DiscoKey": "discokey:3f12b24cf022abbb6d05282057cb4ec035b9925161a1e899ef5f64dd65bf2811", - "Addresses": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "AllowedIPs": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "Endpoints": ["77.164.248.136:58456", "10.65.0.27:58456", "172.17.0.1:58456"], + "ID": 4748597299476975, + "StableID": "nezjYjbe5e11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "DiscoKey": "discokey:ab64df5637c4d961b6ef3085f846c7454c16fa058e2ff330e97607c9b10cf402", + "Addresses": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "AllowedIPs": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "Endpoints": ["77.164.248.136:35726", "10.65.0.27:35726", "172.17.0.1:35726"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 38509}, - {"Proto": "peerapi6", "Port": 38509} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} ]}, - "Created": "2026-04-09T01:34:44.81567309Z", + "Created": "2026-04-09T08:40:43.987015038Z", "Cap": 131, + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 5272850302231665, - "StableID": "nWdUBWq5Bi11CNTRL", + "ID": 4962246471410656, + "StableID": "nKWJGRoQkf11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "DiscoKey": "discokey:64a4f6f62dd8a196642eb63ccae7c185e841c954ce0ed174790f0fcdcd792137", - "Addresses": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "AllowedIPs": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "Endpoints": ["77.164.248.136:60549", "10.65.0.27:60549", "172.17.0.1:60549"], + "Key": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "DiscoKey": "discokey:b53befce4bbf4a962d8b664a89e0df1d87b69faafb28d168b309def3e4712618", + "Addresses": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "AllowedIPs": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "Endpoints": ["77.164.248.136:34998", "10.65.0.27:34998", "172.17.0.1:34998"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 64262}, - {"Proto": "peerapi6", "Port": 64262} + {"Proto": "peerapi4", "Port": 57056}, + {"Proto": "peerapi6", "Port": 57056} ]}, - "Created": "2026-04-09T01:34:40.395063353Z", + "Created": "2026-04-09T08:40:40.779054653Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7675540957280685, - "StableID": "nYLujqSGw221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:0de30bbd1d8c0c6108c8d9f137596561d1bc8df9743692df5d16177aa44b2148", - "Addresses": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "AllowedIPs": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53196}, - {"Proto": "peerapi6", "Port": 53196} + "ID": 4976324971591250, + "StableID": "nhcg7tcnrf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "DiscoKey": "discokey:f0f4a11f7640e5aa222c887d7b187f488bfceee987fa7b2f2c830c0d744fe83e", + "Addresses": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "AllowedIPs": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "Endpoints": ["77.164.248.136:42307", "10.65.0.27:42307", "172.17.0.1:42307"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41669}, + {"Proto": "peerapi6", "Port": 41669} ]}, - "Created": "2026-04-09T01:34:45.899141157Z", + "Created": "2026-04-09T08:40:38.617254342Z", "Cap": 131, + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 7957502322256187, - "StableID": "nk7p2N6y8521CNTRL", + "ID": 5837309785629906, + "StableID": "nsq1qKEjan11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "DiscoKey": "discokey:419e3455a4a5fdde2264c252bde31f6b0051e628de4e5ccd3dc5750902049317", + "Addresses": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "AllowedIPs": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "Endpoints": ["77.164.248.136:52378", "10.65.0.27:52378", "172.17.0.1:52378"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56645}, + {"Proto": "peerapi6", "Port": 56645} + ]}, + "Created": "2026-04-09T08:40:41.844014256Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6603045479062623, + "StableID": "nGTEvroXZt11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "DiscoKey": "discokey:30ad6b21a2d8e695337fd9b0a8d77ab9323dac51c2f0600ccb123edd1311163e", + "Addresses": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "AllowedIPs": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "Endpoints": ["77.164.248.136:60932", "10.65.0.27:60932", "172.17.0.1:60932"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 45791}, + {"Proto": "peerapi6", "Port": 45791} + ]}, + "Created": "2026-04-09T08:40:39.692146545Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7639176475789307, + "StableID": "ngT13KDoe221CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:4f9e3e2876d060a5e6a1709f8a3ea9a9c42757ffb80149aa74168b61bfaf2339", - "Addresses": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "AllowedIPs": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "Endpoints": ["77.164.248.136:37695", "10.65.0.27:37695", "172.17.0.1:37695"], + "Key": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:95f0d660ae731cfbcec542d463bd2f36f47eb6d3a0c234eaf22dd9960848393b", + "Addresses": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "AllowedIPs": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "Endpoints": ["77.164.248.136:45211", "10.65.0.27:45211", "172.17.0.1:45211"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37043}, - {"Proto": "peerapi6", "Port": 37043} + {"Proto": "peerapi4", "Port": 58156}, + {"Proto": "peerapi6", "Port": 58156} ]}, - "Created": "2026-04-09T01:34:45.371668817Z", + "Created": "2026-04-09T08:40:45.597843904Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8343323999204418, - "StableID": "nXTTSUyh9821CNTRL", + "ID": 8215988905937689, + "StableID": "niHZHc63A721CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "DiscoKey": "discokey:eb0ee91776201d0931038f1efe0c6e97701516fe0b775f4d0baadc8f528f660a", - "Addresses": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "AllowedIPs": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "Endpoints": ["77.164.248.136:52599", "10.65.0.27:52599", "172.17.0.1:52599"], + "Key": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "DiscoKey": "discokey:b4216c7534b548ddd4817eb94ab69c301e3e9891432966f50025f5d17a2f3876", + "Addresses": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "AllowedIPs": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "Endpoints": ["77.164.248.136:57664", "10.65.0.27:57664", "172.17.0.1:57664"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 42184}, - {"Proto": "peerapi6", "Port": 42184} + {"Proto": "peerapi4", "Port": 62229}, + {"Proto": "peerapi6", "Port": 62229} ]}, - "Created": "2026-04-09T01:34:40.995000284Z", + "Created": "2026-04-09T08:40:41.308646871Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8389949392386430, - "StableID": "nZArm8kpW821CNTRL", + "ID": 8222493969434804, + "StableID": "nMyKUUyyC721CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "DiscoKey": "discokey:e86ebce2163d862b4ca769226f129cbcf2db5b860950f692d3e58e1f05e48317", - "Addresses": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "AllowedIPs": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "Endpoints": ["77.164.248.136:33422", "10.65.0.27:33422", "172.17.0.1:33422"], + "Key": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "DiscoKey": "discokey:479c29c519e131bb5bcdeaf6d9de797c814ac5454489d2e97dd497dfe6d55e22", + "Addresses": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "AllowedIPs": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "Endpoints": ["77.164.248.136:39340", "10.65.0.27:39340", "172.17.0.1:39340"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44412}, - {"Proto": "peerapi6", "Port": 44412} + {"Proto": "peerapi4", "Port": 45869}, + {"Proto": "peerapi6", "Port": 45869} ]}, - "Created": "2026-04-09T01:34:42.629118808Z", + "Created": "2026-04-09T08:40:42.927499012Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" - }, { - "ID": 8951687896583455, - "StableID": "nCMkoNfEuC21CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "DiscoKey": "discokey:a200c39e3f7f0fe49f580c11e5545bd23911ed9ac50a41cba19d2b0208fed43b", - "Addresses": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "AllowedIPs": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "Endpoints": ["77.164.248.136:52136", "10.65.0.27:52136", "172.17.0.1:52136"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47970}, - {"Proto": "peerapi6", "Port": 47970} - ]}, - "Created": "2026-04-09T01:34:39.116288461Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13727,27 +13745,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8449866031667807": { - "ID": 8449866031667807, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "625922331372245": { + "ID": 625922331372245, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13778,26 +13798,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 55823824261467, - "StableID": "nz63C3QHS111CNTRL", + "ID": 5837309785629906, + "StableID": "nsq1qKEjan11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 55823824261467, - "Key": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "DiscoKey": "discokey:54b67eee11b0f958a93bdda6feeb4dfbf1724eb635507a7e1568b53b69cc740b", - "Addresses": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "AllowedIPs": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "Endpoints": ["77.164.248.136:43575", "10.65.0.27:43575", "172.17.0.1:43575"], + "User": 5837309785629906, + "Key": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "DiscoKey": "discokey:419e3455a4a5fdde2264c252bde31f6b0051e628de4e5ccd3dc5750902049317", + "Addresses": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "AllowedIPs": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "Endpoints": ["77.164.248.136:52378", "10.65.0.27:52378", "172.17.0.1:52378"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 63886}, - {"Proto": "peerapi6", "Port": 63886}, + {"Proto": "peerapi4", "Port": 56645}, + {"Proto": "peerapi6", "Port": 56645}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:41.545282497Z", + "Created": "2026-04-09T08:40:41.844014256Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13825,302 +13845,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "MachineKey": "mkey:3a1fcfd560007ced23697658e3eb85c99d917384358a8e72a2e1ba75a3e6ae69", + "NodeKey": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "MachineKey": "mkey:e6ca20e4ed8e42275d79277c678aab1e47d7180901379e04d672ea71ec16d81b", "Peers": [{ - "ID": 1064906794696487, - "StableID": "neg2r9JJK911CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "DiscoKey": "discokey:caf089b277102c5cc73247463825f9007fc4b30a3e9214d0e7fd4515b5d03506", - "Addresses": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "AllowedIPs": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "Endpoints": ["77.164.248.136:33760", "10.65.0.27:33760", "172.17.0.1:33760"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 54590}, - {"Proto": "peerapi6", "Port": 54590} - ]}, - "Created": "2026-04-09T01:34:43.720236175Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1593663691422141, - "StableID": "nUadAtqmSD11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "DiscoKey": "discokey:6ae6ff237a61322d19a56f4c8a84ec58b857dba2586b6fb011749b221090e60f", - "Addresses": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "AllowedIPs": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "Endpoints": ["77.164.248.136:44083", "10.65.0.27:44083", "172.17.0.1:44083"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 64173}, - {"Proto": "peerapi6", "Port": 64173} - ]}, - "Created": "2026-04-09T01:34:43.175370503Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1902440147812872, - "StableID": "nDMCGrscrF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "DiscoKey": "discokey:84ea22f122d4c300d1b7b867f80ab6825acc5d25c7ef38d5d5654ed6dfd96e62", - "Addresses": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "AllowedIPs": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "Endpoints": ["77.164.248.136:52969", "10.65.0.27:52969", "172.17.0.1:52969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65262}, - {"Proto": "peerapi6", "Port": 65262} - ]}, - "Created": "2026-04-09T01:34:38.578418611Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2267259988334463, - "StableID": "nU3XJN5rhJ11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "DiscoKey": "discokey:44618e1014496b83a0965f4dfed7fd8b2d85394b7ff76f727352b8aa5b16f774", - "Addresses": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "AllowedIPs": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "Endpoints": ["77.164.248.136:54967", "10.65.0.27:54967", "172.17.0.1:54967"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:34:38.029763238Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2897263793222491, - "StableID": "nSJDC1DBdP11CNTRL", + "ID": 246791240391551, + "StableID": "nEiMpfnmv211CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "DiscoKey": "discokey:163d0ee03d3fed005295128d05d36de1d37935e00dbfc6ef3d780057906b5e30", - "Addresses": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "AllowedIPs": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "Endpoints": ["77.164.248.136:60154", "10.65.0.27:60154", "172.17.0.1:60154"], - "HomeDERP": 14, + "Key": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "DiscoKey": "discokey:f97e497e1f2a08b647ddb28da03db39eeb1660f792965a5dc5b3f262a9e0a460", + "Addresses": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "AllowedIPs": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "Endpoints": ["77.164.248.136:43979", "10.65.0.27:43979", "172.17.0.1:43979"], + "HomeDERP": 18, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57075}, - {"Proto": "peerapi6", "Port": 57075} + {"Proto": "peerapi4", "Port": 62562}, + {"Proto": "peerapi6", "Port": 62562} ]}, - "Created": "2026-04-09T01:34:44.257522891Z", + "Created": "2026-04-09T08:40:44.522143137Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 3085431930864797, - "StableID": "nctaAm4Q6R11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "DiscoKey": "discokey:fc5b81959e28d7e7d241bb3e34c03028acbfa5b3c430f3b4a677ee018f5fd769", - "Addresses": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "AllowedIPs": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "Endpoints": ["77.164.248.136:36162", "10.65.0.27:36162", "172.17.0.1:36162"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45292}, - {"Proto": "peerapi6", "Port": 45292} - ]}, - "Created": "2026-04-09T01:34:42.099820662Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3396162127617488, - "StableID": "nqyBcNR8XT11CNTRL", + "ID": 488113910023281, + "StableID": "nvf9mdv4p411CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "KeyExpiry": "2026-10-06T01:34:44Z", - "DiscoKey": "discokey:3f12b24cf022abbb6d05282057cb4ec035b9925161a1e899ef5f64dd65bf2811", - "Addresses": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "AllowedIPs": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "Endpoints": ["77.164.248.136:58456", "10.65.0.27:58456", "172.17.0.1:58456"], + "Key": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:abcf250eb565b550edb90b37797d1716b7dccce96c6b78bd5f7c145f6e56305b", + "Addresses": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "AllowedIPs": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "Endpoints": ["77.164.248.136:51909", "10.65.0.27:51909", "172.17.0.1:51909"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 38509}, - {"Proto": "peerapi6", "Port": 38509} + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} ]}, - "Created": "2026-04-09T01:34:44.81567309Z", + "Created": "2026-04-09T08:40:45.060284168Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 5272850302231665, - "StableID": "nWdUBWq5Bi11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "DiscoKey": "discokey:64a4f6f62dd8a196642eb63ccae7c185e841c954ce0ed174790f0fcdcd792137", - "Addresses": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "AllowedIPs": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "Endpoints": ["77.164.248.136:60549", "10.65.0.27:60549", "172.17.0.1:60549"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 64262}, - {"Proto": "peerapi6", "Port": 64262} - ]}, - "Created": "2026-04-09T01:34:40.395063353Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7675540957280685, - "StableID": "nYLujqSGw221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:0de30bbd1d8c0c6108c8d9f137596561d1bc8df9743692df5d16177aa44b2148", - "Addresses": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "AllowedIPs": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "Endpoints": ["77.164.248.136:50483", "10.65.0.27:50483", "172.17.0.1:50483"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53196}, - {"Proto": "peerapi6", "Port": 53196} - ]}, - "Created": "2026-04-09T01:34:45.899141157Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7957502322256187, - "StableID": "nk7p2N6y8521CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:4f9e3e2876d060a5e6a1709f8a3ea9a9c42757ffb80149aa74168b61bfaf2339", - "Addresses": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "AllowedIPs": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "Endpoints": ["77.164.248.136:37695", "10.65.0.27:37695", "172.17.0.1:37695"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37043}, - {"Proto": "peerapi6", "Port": 37043} - ]}, - "Created": "2026-04-09T01:34:45.371668817Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8343323999204418, - "StableID": "nXTTSUyh9821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "DiscoKey": "discokey:eb0ee91776201d0931038f1efe0c6e97701516fe0b775f4d0baadc8f528f660a", - "Addresses": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "AllowedIPs": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "Endpoints": ["77.164.248.136:52599", "10.65.0.27:52599", "172.17.0.1:52599"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 42184}, - {"Proto": "peerapi6", "Port": 42184} - ]}, - "Created": "2026-04-09T01:34:40.995000284Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8389949392386430, - "StableID": "nZArm8kpW821CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "DiscoKey": "discokey:e86ebce2163d862b4ca769226f129cbcf2db5b860950f692d3e58e1f05e48317", - "Addresses": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "AllowedIPs": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "Endpoints": ["77.164.248.136:33422", "10.65.0.27:33422", "172.17.0.1:33422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44412}, - {"Proto": "peerapi6", "Port": 44412} - ]}, - "Created": "2026-04-09T01:34:42.629118808Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8449866031667807, - "StableID": "nt9g1qexy821CNTRL", + "ID": 625922331372245, + "StableID": "nER54GvUt511CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "DiscoKey": "discokey:63d18152698c45b01ed381faf349e638d60cf52dd5cafd9c7257987aac7a262e", - "Addresses": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "AllowedIPs": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "Endpoints": ["77.164.248.136:48566", "10.65.0.27:48566", "172.17.0.1:48566"], + "Key": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "DiscoKey": "discokey:5dcfb710fa26ab4040fc4e37fbdeda6895a6cf99d2267c501d85d4e98fc0c51f", + "Addresses": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "AllowedIPs": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "Endpoints": ["77.164.248.136:34206", "10.65.0.27:34206", "172.17.0.1:34206"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50848}, - {"Proto": "peerapi6", "Port": 50848} + {"Proto": "peerapi4", "Port": 41833}, + {"Proto": "peerapi6", "Port": 41833} ]}, - "Created": "2026-04-09T01:34:39.657717471Z", + "Created": "2026-04-09T08:40:40.252903684Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8951687896583455, - "StableID": "nCMkoNfEuC21CNTRL", + "ID": 1883813545769986, + "StableID": "ny4xD5bBiF11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "KeyExpiry": "2026-10-06T08:40:46Z", + "DiscoKey": "discokey:81ae3958e22b605a58a8df0b763fe021345a97d3b68614afab89cec337a00156", + "Addresses": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "AllowedIPs": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "Endpoints": ["77.164.248.136:44814", "10.65.0.27:44814", "172.17.0.1:44814"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 62845}, + {"Proto": "peerapi6", "Port": 62845} + ]}, + "Created": "2026-04-09T08:40:46.130861674Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2240624547281596, + "StableID": "nfrvadQnVJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "DiscoKey": "discokey:73ff698277fdf7be20ae73d197eeadafd01b67226c3e8c94dcadb3fbee3cfa49", + "Addresses": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "AllowedIPs": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "Endpoints": ["77.164.248.136:40899", "10.65.0.27:40899", "172.17.0.1:40899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 59345}, + {"Proto": "peerapi6", "Port": 59345} + ]}, + "Created": "2026-04-09T08:40:39.161196542Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4720725864173077, + "StableID": "nQNYFtT2sd11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "DiscoKey": "discokey:5d0cf9b7d95f90bbbb07a6359e1640e0c7f2c8d652bbde78c8bf60f6e9cd7a6d", + "Addresses": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "AllowedIPs": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "Endpoints": ["77.164.248.136:42059", "10.65.0.27:42059", "172.17.0.1:42059"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55719}, + {"Proto": "peerapi6", "Port": 55719} + ]}, + "Created": "2026-04-09T08:40:43.464677127Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4741191333007173, + "StableID": "n6XkeH4J2e11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "DiscoKey": "discokey:31d77262c7adc9e3292e6aa95e0bcbc3782cbde9aaaca990d12c07ac921ba947", + "Addresses": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "AllowedIPs": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "Endpoints": ["77.164.248.136:53754", "10.65.0.27:53754", "172.17.0.1:53754"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59481}, + {"Proto": "peerapi6", "Port": 59481} + ]}, + "Created": "2026-04-09T08:40:42.39622188Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4748597299476975, + "StableID": "nezjYjbe5e11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "DiscoKey": "discokey:ab64df5637c4d961b6ef3085f846c7454c16fa058e2ff330e97607c9b10cf402", + "Addresses": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "AllowedIPs": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "Endpoints": ["77.164.248.136:35726", "10.65.0.27:35726", "172.17.0.1:35726"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} + ]}, + "Created": "2026-04-09T08:40:43.987015038Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4962246471410656, + "StableID": "nKWJGRoQkf11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "DiscoKey": "discokey:b53befce4bbf4a962d8b664a89e0df1d87b69faafb28d168b309def3e4712618", + "Addresses": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "AllowedIPs": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "Endpoints": ["77.164.248.136:34998", "10.65.0.27:34998", "172.17.0.1:34998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 57056}, + {"Proto": "peerapi6", "Port": 57056} + ]}, + "Created": "2026-04-09T08:40:40.779054653Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4976324971591250, + "StableID": "nhcg7tcnrf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "DiscoKey": "discokey:f0f4a11f7640e5aa222c887d7b187f488bfceee987fa7b2f2c830c0d744fe83e", + "Addresses": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "AllowedIPs": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "Endpoints": ["77.164.248.136:42307", "10.65.0.27:42307", "172.17.0.1:42307"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41669}, + {"Proto": "peerapi6", "Port": 41669} + ]}, + "Created": "2026-04-09T08:40:38.617254342Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6603045479062623, + "StableID": "nGTEvroXZt11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "DiscoKey": "discokey:a200c39e3f7f0fe49f580c11e5545bd23911ed9ac50a41cba19d2b0208fed43b", - "Addresses": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "AllowedIPs": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "Endpoints": ["77.164.248.136:52136", "10.65.0.27:52136", "172.17.0.1:52136"], + "Key": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "DiscoKey": "discokey:30ad6b21a2d8e695337fd9b0a8d77ab9323dac51c2f0600ccb123edd1311163e", + "Addresses": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "AllowedIPs": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "Endpoints": ["77.164.248.136:60932", "10.65.0.27:60932", "172.17.0.1:60932"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47970}, - {"Proto": "peerapi6", "Port": 47970} + {"Proto": "peerapi4", "Port": 45791}, + {"Proto": "peerapi6", "Port": 45791} ]}, - "Created": "2026-04-09T01:34:39.116288461Z", + "Created": "2026-04-09T08:40:39.692146545Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 7639176475789307, + "StableID": "ngT13KDoe221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:95f0d660ae731cfbcec542d463bd2f36f47eb6d3a0c234eaf22dd9960848393b", + "Addresses": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "AllowedIPs": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "Endpoints": ["77.164.248.136:45211", "10.65.0.27:45211", "172.17.0.1:45211"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 58156}, + {"Proto": "peerapi6", "Port": 58156} + ]}, + "Created": "2026-04-09T08:40:45.597843904Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8215988905937689, + "StableID": "niHZHc63A721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "DiscoKey": "discokey:b4216c7534b548ddd4817eb94ab69c301e3e9891432966f50025f5d17a2f3876", + "Addresses": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "AllowedIPs": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "Endpoints": ["77.164.248.136:57664", "10.65.0.27:57664", "172.17.0.1:57664"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 62229}, + {"Proto": "peerapi6", "Port": 62229} + ]}, + "Created": "2026-04-09T08:40:41.308646871Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8222493969434804, + "StableID": "nMyKUUyyC721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "DiscoKey": "discokey:479c29c519e131bb5bcdeaf6d9de797c814ac5454489d2e97dd497dfe6d55e22", + "Addresses": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "AllowedIPs": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "Endpoints": ["77.164.248.136:39340", "10.65.0.27:39340", "172.17.0.1:39340"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45869}, + {"Proto": "peerapi6", "Port": 45869} + ]}, + "Created": "2026-04-09T08:40:42.927499012Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -14968,27 +14988,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "55823824261467": { - "ID": 55823824261467, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5837309785629906": { + "ID": 5837309785629906, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15019,26 +15041,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8389949392386430, - "StableID": "nZArm8kpW821CNTRL", + "ID": 8222493969434804, + "StableID": "nMyKUUyyC721CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 8389949392386430, - "Key": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "DiscoKey": "discokey:e86ebce2163d862b4ca769226f129cbcf2db5b860950f692d3e58e1f05e48317", - "Addresses": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "AllowedIPs": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "Endpoints": ["77.164.248.136:33422", "10.65.0.27:33422", "172.17.0.1:33422"], + "User": 8222493969434804, + "Key": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "DiscoKey": "discokey:479c29c519e131bb5bcdeaf6d9de797c814ac5454489d2e97dd497dfe6d55e22", + "Addresses": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "AllowedIPs": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "Endpoints": ["77.164.248.136:39340", "10.65.0.27:39340", "172.17.0.1:39340"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 44412}, - {"Proto": "peerapi6", "Port": 44412}, + {"Proto": "peerapi4", "Port": 45869}, + {"Proto": "peerapi6", "Port": 45869}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:34:42.629118808Z", + "Created": "2026-04-09T08:40:42.927499012Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15066,302 +15088,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "MachineKey": "mkey:0cb8f72b6bca753eb8a210ab9f9507802017bacab13ec05a99273427c790fc07", + "NodeKey": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "MachineKey": "mkey:51bbbe58692222645dbd29592d34c16e7f277dc297a512dd48e3998d20fb404e", "Peers": [{ - "ID": 55823824261467, - "StableID": "nz63C3QHS111CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "DiscoKey": "discokey:54b67eee11b0f958a93bdda6feeb4dfbf1724eb635507a7e1568b53b69cc740b", - "Addresses": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "AllowedIPs": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "Endpoints": ["77.164.248.136:43575", "10.65.0.27:43575", "172.17.0.1:43575"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63886}, - {"Proto": "peerapi6", "Port": 63886} - ]}, - "Created": "2026-04-09T01:34:41.545282497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1064906794696487, - "StableID": "neg2r9JJK911CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "DiscoKey": "discokey:caf089b277102c5cc73247463825f9007fc4b30a3e9214d0e7fd4515b5d03506", - "Addresses": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "AllowedIPs": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "Endpoints": ["77.164.248.136:33760", "10.65.0.27:33760", "172.17.0.1:33760"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 54590}, - {"Proto": "peerapi6", "Port": 54590} - ]}, - "Created": "2026-04-09T01:34:43.720236175Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1593663691422141, - "StableID": "nUadAtqmSD11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "DiscoKey": "discokey:6ae6ff237a61322d19a56f4c8a84ec58b857dba2586b6fb011749b221090e60f", - "Addresses": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "AllowedIPs": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "Endpoints": ["77.164.248.136:44083", "10.65.0.27:44083", "172.17.0.1:44083"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 64173}, - {"Proto": "peerapi6", "Port": 64173} - ]}, - "Created": "2026-04-09T01:34:43.175370503Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1902440147812872, - "StableID": "nDMCGrscrF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "DiscoKey": "discokey:84ea22f122d4c300d1b7b867f80ab6825acc5d25c7ef38d5d5654ed6dfd96e62", - "Addresses": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "AllowedIPs": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "Endpoints": ["77.164.248.136:52969", "10.65.0.27:52969", "172.17.0.1:52969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65262}, - {"Proto": "peerapi6", "Port": 65262} - ]}, - "Created": "2026-04-09T01:34:38.578418611Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2267259988334463, - "StableID": "nU3XJN5rhJ11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "DiscoKey": "discokey:44618e1014496b83a0965f4dfed7fd8b2d85394b7ff76f727352b8aa5b16f774", - "Addresses": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "AllowedIPs": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "Endpoints": ["77.164.248.136:54967", "10.65.0.27:54967", "172.17.0.1:54967"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:34:38.029763238Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2897263793222491, - "StableID": "nSJDC1DBdP11CNTRL", + "ID": 246791240391551, + "StableID": "nEiMpfnmv211CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "DiscoKey": "discokey:163d0ee03d3fed005295128d05d36de1d37935e00dbfc6ef3d780057906b5e30", - "Addresses": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "AllowedIPs": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "Endpoints": ["77.164.248.136:60154", "10.65.0.27:60154", "172.17.0.1:60154"], - "HomeDERP": 14, + "Key": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "DiscoKey": "discokey:f97e497e1f2a08b647ddb28da03db39eeb1660f792965a5dc5b3f262a9e0a460", + "Addresses": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "AllowedIPs": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "Endpoints": ["77.164.248.136:43979", "10.65.0.27:43979", "172.17.0.1:43979"], + "HomeDERP": 18, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57075}, - {"Proto": "peerapi6", "Port": 57075} + {"Proto": "peerapi4", "Port": 62562}, + {"Proto": "peerapi6", "Port": 62562} ]}, - "Created": "2026-04-09T01:34:44.257522891Z", + "Created": "2026-04-09T08:40:44.522143137Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 3085431930864797, - "StableID": "nctaAm4Q6R11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "DiscoKey": "discokey:fc5b81959e28d7e7d241bb3e34c03028acbfa5b3c430f3b4a677ee018f5fd769", - "Addresses": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "AllowedIPs": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "Endpoints": ["77.164.248.136:36162", "10.65.0.27:36162", "172.17.0.1:36162"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45292}, - {"Proto": "peerapi6", "Port": 45292} - ]}, - "Created": "2026-04-09T01:34:42.099820662Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3396162127617488, - "StableID": "nqyBcNR8XT11CNTRL", + "ID": 488113910023281, + "StableID": "nvf9mdv4p411CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "KeyExpiry": "2026-10-06T01:34:44Z", - "DiscoKey": "discokey:3f12b24cf022abbb6d05282057cb4ec035b9925161a1e899ef5f64dd65bf2811", - "Addresses": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "AllowedIPs": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "Endpoints": ["77.164.248.136:58456", "10.65.0.27:58456", "172.17.0.1:58456"], + "Key": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:abcf250eb565b550edb90b37797d1716b7dccce96c6b78bd5f7c145f6e56305b", + "Addresses": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "AllowedIPs": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "Endpoints": ["77.164.248.136:51909", "10.65.0.27:51909", "172.17.0.1:51909"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 38509}, - {"Proto": "peerapi6", "Port": 38509} + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} ]}, - "Created": "2026-04-09T01:34:44.81567309Z", + "Created": "2026-04-09T08:40:45.060284168Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 5272850302231665, - "StableID": "nWdUBWq5Bi11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "DiscoKey": "discokey:64a4f6f62dd8a196642eb63ccae7c185e841c954ce0ed174790f0fcdcd792137", - "Addresses": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "AllowedIPs": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "Endpoints": ["77.164.248.136:60549", "10.65.0.27:60549", "172.17.0.1:60549"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 64262}, - {"Proto": "peerapi6", "Port": 64262} - ]}, - "Created": "2026-04-09T01:34:40.395063353Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7675540957280685, - "StableID": "nYLujqSGw221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:0de30bbd1d8c0c6108c8d9f137596561d1bc8df9743692df5d16177aa44b2148", - "Addresses": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "AllowedIPs": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "Endpoints": ["77.164.248.136:50483", "10.65.0.27:50483", "172.17.0.1:50483"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53196}, - {"Proto": "peerapi6", "Port": 53196} - ]}, - "Created": "2026-04-09T01:34:45.899141157Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7957502322256187, - "StableID": "nk7p2N6y8521CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:4f9e3e2876d060a5e6a1709f8a3ea9a9c42757ffb80149aa74168b61bfaf2339", - "Addresses": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "AllowedIPs": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "Endpoints": ["77.164.248.136:37695", "10.65.0.27:37695", "172.17.0.1:37695"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37043}, - {"Proto": "peerapi6", "Port": 37043} - ]}, - "Created": "2026-04-09T01:34:45.371668817Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8343323999204418, - "StableID": "nXTTSUyh9821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "DiscoKey": "discokey:eb0ee91776201d0931038f1efe0c6e97701516fe0b775f4d0baadc8f528f660a", - "Addresses": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "AllowedIPs": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "Endpoints": ["77.164.248.136:52599", "10.65.0.27:52599", "172.17.0.1:52599"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 42184}, - {"Proto": "peerapi6", "Port": 42184} - ]}, - "Created": "2026-04-09T01:34:40.995000284Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8449866031667807, - "StableID": "nt9g1qexy821CNTRL", + "ID": 625922331372245, + "StableID": "nER54GvUt511CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "DiscoKey": "discokey:63d18152698c45b01ed381faf349e638d60cf52dd5cafd9c7257987aac7a262e", - "Addresses": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "AllowedIPs": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "Endpoints": ["77.164.248.136:48566", "10.65.0.27:48566", "172.17.0.1:48566"], + "Key": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "DiscoKey": "discokey:5dcfb710fa26ab4040fc4e37fbdeda6895a6cf99d2267c501d85d4e98fc0c51f", + "Addresses": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "AllowedIPs": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "Endpoints": ["77.164.248.136:34206", "10.65.0.27:34206", "172.17.0.1:34206"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50848}, - {"Proto": "peerapi6", "Port": 50848} + {"Proto": "peerapi4", "Port": 41833}, + {"Proto": "peerapi6", "Port": 41833} ]}, - "Created": "2026-04-09T01:34:39.657717471Z", + "Created": "2026-04-09T08:40:40.252903684Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8951687896583455, - "StableID": "nCMkoNfEuC21CNTRL", + "ID": 1883813545769986, + "StableID": "ny4xD5bBiF11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "KeyExpiry": "2026-10-06T08:40:46Z", + "DiscoKey": "discokey:81ae3958e22b605a58a8df0b763fe021345a97d3b68614afab89cec337a00156", + "Addresses": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "AllowedIPs": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "Endpoints": ["77.164.248.136:44814", "10.65.0.27:44814", "172.17.0.1:44814"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 62845}, + {"Proto": "peerapi6", "Port": 62845} + ]}, + "Created": "2026-04-09T08:40:46.130861674Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2240624547281596, + "StableID": "nfrvadQnVJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "DiscoKey": "discokey:73ff698277fdf7be20ae73d197eeadafd01b67226c3e8c94dcadb3fbee3cfa49", + "Addresses": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "AllowedIPs": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "Endpoints": ["77.164.248.136:40899", "10.65.0.27:40899", "172.17.0.1:40899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 59345}, + {"Proto": "peerapi6", "Port": 59345} + ]}, + "Created": "2026-04-09T08:40:39.161196542Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4720725864173077, + "StableID": "nQNYFtT2sd11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "DiscoKey": "discokey:5d0cf9b7d95f90bbbb07a6359e1640e0c7f2c8d652bbde78c8bf60f6e9cd7a6d", + "Addresses": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "AllowedIPs": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "Endpoints": ["77.164.248.136:42059", "10.65.0.27:42059", "172.17.0.1:42059"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55719}, + {"Proto": "peerapi6", "Port": 55719} + ]}, + "Created": "2026-04-09T08:40:43.464677127Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4741191333007173, + "StableID": "n6XkeH4J2e11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "DiscoKey": "discokey:31d77262c7adc9e3292e6aa95e0bcbc3782cbde9aaaca990d12c07ac921ba947", + "Addresses": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "AllowedIPs": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "Endpoints": ["77.164.248.136:53754", "10.65.0.27:53754", "172.17.0.1:53754"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59481}, + {"Proto": "peerapi6", "Port": 59481} + ]}, + "Created": "2026-04-09T08:40:42.39622188Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4748597299476975, + "StableID": "nezjYjbe5e11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "DiscoKey": "discokey:ab64df5637c4d961b6ef3085f846c7454c16fa058e2ff330e97607c9b10cf402", + "Addresses": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "AllowedIPs": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "Endpoints": ["77.164.248.136:35726", "10.65.0.27:35726", "172.17.0.1:35726"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} + ]}, + "Created": "2026-04-09T08:40:43.987015038Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4962246471410656, + "StableID": "nKWJGRoQkf11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "DiscoKey": "discokey:b53befce4bbf4a962d8b664a89e0df1d87b69faafb28d168b309def3e4712618", + "Addresses": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "AllowedIPs": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "Endpoints": ["77.164.248.136:34998", "10.65.0.27:34998", "172.17.0.1:34998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 57056}, + {"Proto": "peerapi6", "Port": 57056} + ]}, + "Created": "2026-04-09T08:40:40.779054653Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4976324971591250, + "StableID": "nhcg7tcnrf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "DiscoKey": "discokey:f0f4a11f7640e5aa222c887d7b187f488bfceee987fa7b2f2c830c0d744fe83e", + "Addresses": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "AllowedIPs": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "Endpoints": ["77.164.248.136:42307", "10.65.0.27:42307", "172.17.0.1:42307"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41669}, + {"Proto": "peerapi6", "Port": 41669} + ]}, + "Created": "2026-04-09T08:40:38.617254342Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5837309785629906, + "StableID": "nsq1qKEjan11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "DiscoKey": "discokey:419e3455a4a5fdde2264c252bde31f6b0051e628de4e5ccd3dc5750902049317", + "Addresses": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "AllowedIPs": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "Endpoints": ["77.164.248.136:52378", "10.65.0.27:52378", "172.17.0.1:52378"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56645}, + {"Proto": "peerapi6", "Port": 56645} + ]}, + "Created": "2026-04-09T08:40:41.844014256Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6603045479062623, + "StableID": "nGTEvroXZt11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "DiscoKey": "discokey:a200c39e3f7f0fe49f580c11e5545bd23911ed9ac50a41cba19d2b0208fed43b", - "Addresses": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "AllowedIPs": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "Endpoints": ["77.164.248.136:52136", "10.65.0.27:52136", "172.17.0.1:52136"], + "Key": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "DiscoKey": "discokey:30ad6b21a2d8e695337fd9b0a8d77ab9323dac51c2f0600ccb123edd1311163e", + "Addresses": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "AllowedIPs": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "Endpoints": ["77.164.248.136:60932", "10.65.0.27:60932", "172.17.0.1:60932"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47970}, - {"Proto": "peerapi6", "Port": 47970} + {"Proto": "peerapi4", "Port": 45791}, + {"Proto": "peerapi6", "Port": 45791} ]}, - "Created": "2026-04-09T01:34:39.116288461Z", + "Created": "2026-04-09T08:40:39.692146545Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 7639176475789307, + "StableID": "ngT13KDoe221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:95f0d660ae731cfbcec542d463bd2f36f47eb6d3a0c234eaf22dd9960848393b", + "Addresses": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "AllowedIPs": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "Endpoints": ["77.164.248.136:45211", "10.65.0.27:45211", "172.17.0.1:45211"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 58156}, + {"Proto": "peerapi6", "Port": 58156} + ]}, + "Created": "2026-04-09T08:40:45.597843904Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8215988905937689, + "StableID": "niHZHc63A721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "DiscoKey": "discokey:b4216c7534b548ddd4817eb94ab69c301e3e9891432966f50025f5d17a2f3876", + "Addresses": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "AllowedIPs": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "Endpoints": ["77.164.248.136:57664", "10.65.0.27:57664", "172.17.0.1:57664"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 62229}, + {"Proto": "peerapi6", "Port": 62229} + ]}, + "Created": "2026-04-09T08:40:41.308646871Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16209,27 +16231,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8389949392386430": { - "ID": 8389949392386430, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8222493969434804": { + "ID": 8222493969434804, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16260,22 +16284,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7957502322256187, - "StableID": "nk7p2N6y8521CNTRL", + "ID": 7639176475789307, + "StableID": "ngT13KDoe221CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:4f9e3e2876d060a5e6a1709f8a3ea9a9c42757ffb80149aa74168b61bfaf2339", - "Addresses": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "AllowedIPs": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "Endpoints": ["77.164.248.136:37695", "10.65.0.27:37695", "172.17.0.1:37695"], + "Key": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:95f0d660ae731cfbcec542d463bd2f36f47eb6d3a0c234eaf22dd9960848393b", + "Addresses": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "AllowedIPs": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "Endpoints": ["77.164.248.136:45211", "10.65.0.27:45211", "172.17.0.1:45211"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37043}, - {"Proto": "peerapi6", "Port": 37043}, + {"Proto": "peerapi4", "Port": 58156}, + {"Proto": "peerapi6", "Port": 58156}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:45.371668817Z", + "Created": "2026-04-09T08:40:45.597843904Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16302,300 +16326,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "MachineKey": "mkey:c936492908e206a443601ba08fff9218b387c38b323ff76da25dda86b4a41f75", + "NodeKey": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "MachineKey": "mkey:ba2483104228cf8ca516b2def2c1dd16e5dee2603cd054ba939eecc65b3a583d", "Peers": [{ - "ID": 55823824261467, - "StableID": "nz63C3QHS111CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "DiscoKey": "discokey:54b67eee11b0f958a93bdda6feeb4dfbf1724eb635507a7e1568b53b69cc740b", - "Addresses": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "AllowedIPs": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "Endpoints": ["77.164.248.136:43575", "10.65.0.27:43575", "172.17.0.1:43575"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63886}, - {"Proto": "peerapi6", "Port": 63886} - ]}, - "Created": "2026-04-09T01:34:41.545282497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1064906794696487, - "StableID": "neg2r9JJK911CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "DiscoKey": "discokey:caf089b277102c5cc73247463825f9007fc4b30a3e9214d0e7fd4515b5d03506", - "Addresses": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "AllowedIPs": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "Endpoints": ["77.164.248.136:33760", "10.65.0.27:33760", "172.17.0.1:33760"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 54590}, - {"Proto": "peerapi6", "Port": 54590} - ]}, - "Created": "2026-04-09T01:34:43.720236175Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1593663691422141, - "StableID": "nUadAtqmSD11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "DiscoKey": "discokey:6ae6ff237a61322d19a56f4c8a84ec58b857dba2586b6fb011749b221090e60f", - "Addresses": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "AllowedIPs": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "Endpoints": ["77.164.248.136:44083", "10.65.0.27:44083", "172.17.0.1:44083"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 64173}, - {"Proto": "peerapi6", "Port": 64173} - ]}, - "Created": "2026-04-09T01:34:43.175370503Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1902440147812872, - "StableID": "nDMCGrscrF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "DiscoKey": "discokey:84ea22f122d4c300d1b7b867f80ab6825acc5d25c7ef38d5d5654ed6dfd96e62", - "Addresses": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "AllowedIPs": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "Endpoints": ["77.164.248.136:52969", "10.65.0.27:52969", "172.17.0.1:52969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65262}, - {"Proto": "peerapi6", "Port": 65262} - ]}, - "Created": "2026-04-09T01:34:38.578418611Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2267259988334463, - "StableID": "nU3XJN5rhJ11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "DiscoKey": "discokey:44618e1014496b83a0965f4dfed7fd8b2d85394b7ff76f727352b8aa5b16f774", - "Addresses": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "AllowedIPs": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "Endpoints": ["77.164.248.136:54967", "10.65.0.27:54967", "172.17.0.1:54967"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:34:38.029763238Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2897263793222491, - "StableID": "nSJDC1DBdP11CNTRL", + "ID": 246791240391551, + "StableID": "nEiMpfnmv211CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "DiscoKey": "discokey:163d0ee03d3fed005295128d05d36de1d37935e00dbfc6ef3d780057906b5e30", - "Addresses": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "AllowedIPs": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "Endpoints": ["77.164.248.136:60154", "10.65.0.27:60154", "172.17.0.1:60154"], - "HomeDERP": 14, + "Key": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "DiscoKey": "discokey:f97e497e1f2a08b647ddb28da03db39eeb1660f792965a5dc5b3f262a9e0a460", + "Addresses": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "AllowedIPs": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "Endpoints": ["77.164.248.136:43979", "10.65.0.27:43979", "172.17.0.1:43979"], + "HomeDERP": 18, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57075}, - {"Proto": "peerapi6", "Port": 57075} + {"Proto": "peerapi4", "Port": 62562}, + {"Proto": "peerapi6", "Port": 62562} ]}, - "Created": "2026-04-09T01:34:44.257522891Z", + "Created": "2026-04-09T08:40:44.522143137Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 3085431930864797, - "StableID": "nctaAm4Q6R11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "DiscoKey": "discokey:fc5b81959e28d7e7d241bb3e34c03028acbfa5b3c430f3b4a677ee018f5fd769", - "Addresses": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "AllowedIPs": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "Endpoints": ["77.164.248.136:36162", "10.65.0.27:36162", "172.17.0.1:36162"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45292}, - {"Proto": "peerapi6", "Port": 45292} - ]}, - "Created": "2026-04-09T01:34:42.099820662Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3396162127617488, - "StableID": "nqyBcNR8XT11CNTRL", + "ID": 488113910023281, + "StableID": "nvf9mdv4p411CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "KeyExpiry": "2026-10-06T01:34:44Z", - "DiscoKey": "discokey:3f12b24cf022abbb6d05282057cb4ec035b9925161a1e899ef5f64dd65bf2811", - "Addresses": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "AllowedIPs": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "Endpoints": ["77.164.248.136:58456", "10.65.0.27:58456", "172.17.0.1:58456"], + "Key": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:abcf250eb565b550edb90b37797d1716b7dccce96c6b78bd5f7c145f6e56305b", + "Addresses": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "AllowedIPs": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "Endpoints": ["77.164.248.136:51909", "10.65.0.27:51909", "172.17.0.1:51909"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 38509}, - {"Proto": "peerapi6", "Port": 38509} + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} ]}, - "Created": "2026-04-09T01:34:44.81567309Z", + "Created": "2026-04-09T08:40:45.060284168Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 5272850302231665, - "StableID": "nWdUBWq5Bi11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "DiscoKey": "discokey:64a4f6f62dd8a196642eb63ccae7c185e841c954ce0ed174790f0fcdcd792137", - "Addresses": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "AllowedIPs": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "Endpoints": ["77.164.248.136:60549", "10.65.0.27:60549", "172.17.0.1:60549"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 64262}, - {"Proto": "peerapi6", "Port": 64262} - ]}, - "Created": "2026-04-09T01:34:40.395063353Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7675540957280685, - "StableID": "nYLujqSGw221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:0de30bbd1d8c0c6108c8d9f137596561d1bc8df9743692df5d16177aa44b2148", - "Addresses": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "AllowedIPs": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53196}, - {"Proto": "peerapi6", "Port": 53196} - ]}, - "Created": "2026-04-09T01:34:45.899141157Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 8343323999204418, - "StableID": "nXTTSUyh9821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "DiscoKey": "discokey:eb0ee91776201d0931038f1efe0c6e97701516fe0b775f4d0baadc8f528f660a", - "Addresses": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "AllowedIPs": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "Endpoints": ["77.164.248.136:52599", "10.65.0.27:52599", "172.17.0.1:52599"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 42184}, - {"Proto": "peerapi6", "Port": 42184} - ]}, - "Created": "2026-04-09T01:34:40.995000284Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8389949392386430, - "StableID": "nZArm8kpW821CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "DiscoKey": "discokey:e86ebce2163d862b4ca769226f129cbcf2db5b860950f692d3e58e1f05e48317", - "Addresses": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "AllowedIPs": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "Endpoints": ["77.164.248.136:33422", "10.65.0.27:33422", "172.17.0.1:33422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44412}, - {"Proto": "peerapi6", "Port": 44412} - ]}, - "Created": "2026-04-09T01:34:42.629118808Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8449866031667807, - "StableID": "nt9g1qexy821CNTRL", + "ID": 625922331372245, + "StableID": "nER54GvUt511CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "DiscoKey": "discokey:63d18152698c45b01ed381faf349e638d60cf52dd5cafd9c7257987aac7a262e", - "Addresses": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "AllowedIPs": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "Endpoints": ["77.164.248.136:48566", "10.65.0.27:48566", "172.17.0.1:48566"], + "Key": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "DiscoKey": "discokey:5dcfb710fa26ab4040fc4e37fbdeda6895a6cf99d2267c501d85d4e98fc0c51f", + "Addresses": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "AllowedIPs": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "Endpoints": ["77.164.248.136:34206", "10.65.0.27:34206", "172.17.0.1:34206"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50848}, - {"Proto": "peerapi6", "Port": 50848} + {"Proto": "peerapi4", "Port": 41833}, + {"Proto": "peerapi6", "Port": 41833} ]}, - "Created": "2026-04-09T01:34:39.657717471Z", + "Created": "2026-04-09T08:40:40.252903684Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8951687896583455, - "StableID": "nCMkoNfEuC21CNTRL", + "ID": 1883813545769986, + "StableID": "ny4xD5bBiF11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "KeyExpiry": "2026-10-06T08:40:46Z", + "DiscoKey": "discokey:81ae3958e22b605a58a8df0b763fe021345a97d3b68614afab89cec337a00156", + "Addresses": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "AllowedIPs": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 62845}, + {"Proto": "peerapi6", "Port": 62845} + ]}, + "Created": "2026-04-09T08:40:46.130861674Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2240624547281596, + "StableID": "nfrvadQnVJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "DiscoKey": "discokey:73ff698277fdf7be20ae73d197eeadafd01b67226c3e8c94dcadb3fbee3cfa49", + "Addresses": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "AllowedIPs": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "Endpoints": ["77.164.248.136:40899", "10.65.0.27:40899", "172.17.0.1:40899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 59345}, + {"Proto": "peerapi6", "Port": 59345} + ]}, + "Created": "2026-04-09T08:40:39.161196542Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4720725864173077, + "StableID": "nQNYFtT2sd11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "DiscoKey": "discokey:5d0cf9b7d95f90bbbb07a6359e1640e0c7f2c8d652bbde78c8bf60f6e9cd7a6d", + "Addresses": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "AllowedIPs": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "Endpoints": ["77.164.248.136:42059", "10.65.0.27:42059", "172.17.0.1:42059"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 55719}, + {"Proto": "peerapi6", "Port": 55719} + ]}, + "Created": "2026-04-09T08:40:43.464677127Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4741191333007173, + "StableID": "n6XkeH4J2e11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "DiscoKey": "discokey:31d77262c7adc9e3292e6aa95e0bcbc3782cbde9aaaca990d12c07ac921ba947", + "Addresses": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "AllowedIPs": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "Endpoints": ["77.164.248.136:53754", "10.65.0.27:53754", "172.17.0.1:53754"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59481}, + {"Proto": "peerapi6", "Port": 59481} + ]}, + "Created": "2026-04-09T08:40:42.39622188Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4748597299476975, + "StableID": "nezjYjbe5e11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "DiscoKey": "discokey:ab64df5637c4d961b6ef3085f846c7454c16fa058e2ff330e97607c9b10cf402", + "Addresses": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "AllowedIPs": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "Endpoints": ["77.164.248.136:35726", "10.65.0.27:35726", "172.17.0.1:35726"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} + ]}, + "Created": "2026-04-09T08:40:43.987015038Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4962246471410656, + "StableID": "nKWJGRoQkf11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "DiscoKey": "discokey:b53befce4bbf4a962d8b664a89e0df1d87b69faafb28d168b309def3e4712618", + "Addresses": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "AllowedIPs": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "Endpoints": ["77.164.248.136:34998", "10.65.0.27:34998", "172.17.0.1:34998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 57056}, + {"Proto": "peerapi6", "Port": 57056} + ]}, + "Created": "2026-04-09T08:40:40.779054653Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4976324971591250, + "StableID": "nhcg7tcnrf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "DiscoKey": "discokey:f0f4a11f7640e5aa222c887d7b187f488bfceee987fa7b2f2c830c0d744fe83e", + "Addresses": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "AllowedIPs": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "Endpoints": ["77.164.248.136:42307", "10.65.0.27:42307", "172.17.0.1:42307"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41669}, + {"Proto": "peerapi6", "Port": 41669} + ]}, + "Created": "2026-04-09T08:40:38.617254342Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5837309785629906, + "StableID": "nsq1qKEjan11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "DiscoKey": "discokey:419e3455a4a5fdde2264c252bde31f6b0051e628de4e5ccd3dc5750902049317", + "Addresses": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "AllowedIPs": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "Endpoints": ["77.164.248.136:52378", "10.65.0.27:52378", "172.17.0.1:52378"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56645}, + {"Proto": "peerapi6", "Port": 56645} + ]}, + "Created": "2026-04-09T08:40:41.844014256Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6603045479062623, + "StableID": "nGTEvroXZt11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "DiscoKey": "discokey:a200c39e3f7f0fe49f580c11e5545bd23911ed9ac50a41cba19d2b0208fed43b", - "Addresses": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "AllowedIPs": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "Endpoints": ["77.164.248.136:52136", "10.65.0.27:52136", "172.17.0.1:52136"], + "Key": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "DiscoKey": "discokey:30ad6b21a2d8e695337fd9b0a8d77ab9323dac51c2f0600ccb123edd1311163e", + "Addresses": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "AllowedIPs": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "Endpoints": ["77.164.248.136:60932", "10.65.0.27:60932", "172.17.0.1:60932"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47970}, - {"Proto": "peerapi6", "Port": 47970} + {"Proto": "peerapi4", "Port": 45791}, + {"Proto": "peerapi6", "Port": 45791} ]}, - "Created": "2026-04-09T01:34:39.116288461Z", + "Created": "2026-04-09T08:40:39.692146545Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 8215988905937689, + "StableID": "niHZHc63A721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "DiscoKey": "discokey:b4216c7534b548ddd4817eb94ab69c301e3e9891432966f50025f5d17a2f3876", + "Addresses": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "AllowedIPs": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "Endpoints": ["77.164.248.136:57664", "10.65.0.27:57664", "172.17.0.1:57664"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 62229}, + {"Proto": "peerapi6", "Port": 62229} + ]}, + "Created": "2026-04-09T08:40:41.308646871Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8222493969434804, + "StableID": "nMyKUUyyC721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "DiscoKey": "discokey:479c29c519e131bb5bcdeaf6d9de797c814ac5454489d2e97dd497dfe6d55e22", + "Addresses": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "AllowedIPs": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "Endpoints": ["77.164.248.136:39340", "10.65.0.27:39340", "172.17.0.1:39340"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45869}, + {"Proto": "peerapi6", "Port": 45869} + ]}, + "Created": "2026-04-09T08:40:42.927499012Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17443,23 +17467,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17490,21 +17515,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1593663691422141, - "StableID": "nUadAtqmSD11CNTRL", + "ID": 4720725864173077, + "StableID": "nQNYFtT2sd11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 1593663691422141, - "Key": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "DiscoKey": "discokey:6ae6ff237a61322d19a56f4c8a84ec58b857dba2586b6fb011749b221090e60f", - "Addresses": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "AllowedIPs": ["100.80.99.39/32", "fd7a:115c:a1e0::cd37:6327/128"], - "Endpoints": ["77.164.248.136:44083", "10.65.0.27:44083", "172.17.0.1:44083"], + "User": 4720725864173077, + "Key": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "DiscoKey": "discokey:5d0cf9b7d95f90bbbb07a6359e1640e0c7f2c8d652bbde78c8bf60f6e9cd7a6d", + "Addresses": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "AllowedIPs": ["100.65.111.67/32", "fd7a:115c:a1e0::a337:6f43/128"], + "Endpoints": ["77.164.248.136:42059", "10.65.0.27:42059", "172.17.0.1:42059"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 64173}, - {"Proto": "peerapi6", "Port": 64173}, + {"Proto": "peerapi4", "Port": 55719}, + {"Proto": "peerapi6", "Port": 55719}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:34:43.175370503Z", + "Created": "2026-04-09T08:40:43.464677127Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17532,300 +17557,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9124e4bdf6e374190b9c36a88cbc9e7dcf2bf4337aed1239027aa6c9cd506326", - "MachineKey": "mkey:eb2b5e718911e875a538ebfa6f7a649d07fdcc036c2bfbda723618e8e3104827", + "NodeKey": "nodekey:adebc380f0039df739b6053cabfb94ed616039e4a5741017beccdd2fa3016f42", + "MachineKey": "mkey:5f42f5d1933635390a47561d598ba514d988dd076f84c807b30009b3cef8731d", "Peers": [{ - "ID": 55823824261467, - "StableID": "nz63C3QHS111CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:15828069ec63ee4dae7a0d1cd531624412768ea92e6df5b7e671898030c7c04d", - "DiscoKey": "discokey:54b67eee11b0f958a93bdda6feeb4dfbf1724eb635507a7e1568b53b69cc740b", - "Addresses": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "AllowedIPs": ["100.71.192.78/32", "fd7a:115c:a1e0::3037:c04e/128"], - "Endpoints": ["77.164.248.136:43575", "10.65.0.27:43575", "172.17.0.1:43575"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63886}, - {"Proto": "peerapi6", "Port": 63886} - ]}, - "Created": "2026-04-09T01:34:41.545282497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 1064906794696487, - "StableID": "neg2r9JJK911CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3287a5173005a9b1d93bc53943f48d6fe06760a392744bc051f65722c880387b", - "DiscoKey": "discokey:caf089b277102c5cc73247463825f9007fc4b30a3e9214d0e7fd4515b5d03506", - "Addresses": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "AllowedIPs": ["100.64.56.124/32", "fd7a:115c:a1e0::c837:387c/128"], - "Endpoints": ["77.164.248.136:33760", "10.65.0.27:33760", "172.17.0.1:33760"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 54590}, - {"Proto": "peerapi6", "Port": 54590} - ]}, - "Created": "2026-04-09T01:34:43.720236175Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 1902440147812872, - "StableID": "nDMCGrscrF11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7e13e5f05a50e2d4a07fb9ddf3fa094666dc31522266582959d1f438a9870a46", - "DiscoKey": "discokey:84ea22f122d4c300d1b7b867f80ab6825acc5d25c7ef38d5d5654ed6dfd96e62", - "Addresses": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "AllowedIPs": ["100.71.10.71/32", "fd7a:115c:a1e0::a937:a47/128"], - "Endpoints": ["77.164.248.136:52969", "10.65.0.27:52969", "172.17.0.1:52969"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65262}, - {"Proto": "peerapi6", "Port": 65262} - ]}, - "Created": "2026-04-09T01:34:38.578418611Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2267259988334463, - "StableID": "nU3XJN5rhJ11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0fb4c7ef47fe8546666833e494b7fdcf2fc1bc11c9c9b1440338cf6d12f9ca28", - "DiscoKey": "discokey:44618e1014496b83a0965f4dfed7fd8b2d85394b7ff76f727352b8aa5b16f774", - "Addresses": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "AllowedIPs": ["100.121.202.41/32", "fd7a:115c:a1e0::1237:ca29/128"], - "Endpoints": ["77.164.248.136:54967", "10.65.0.27:54967", "172.17.0.1:54967"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 44389}, - {"Proto": "peerapi6", "Port": 44389} - ]}, - "Created": "2026-04-09T01:34:38.029763238Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 2897263793222491, - "StableID": "nSJDC1DBdP11CNTRL", + "ID": 246791240391551, + "StableID": "nEiMpfnmv211CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:41376cf4d60543b149b4a34054cb6fa60e4bbe2b8c613164ae022e69c5f0350d", - "DiscoKey": "discokey:163d0ee03d3fed005295128d05d36de1d37935e00dbfc6ef3d780057906b5e30", - "Addresses": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "AllowedIPs": ["100.112.53.14/32", "fd7a:115c:a1e0::c537:350f/128"], - "Endpoints": ["77.164.248.136:60154", "10.65.0.27:60154", "172.17.0.1:60154"], - "HomeDERP": 14, + "Key": "nodekey:2572d725803eee243e071babad1d2d20d08fc9e756493f30cf2709c533470710", + "DiscoKey": "discokey:f97e497e1f2a08b647ddb28da03db39eeb1660f792965a5dc5b3f262a9e0a460", + "Addresses": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "AllowedIPs": ["100.71.7.17/32", "fd7a:115c:a1e0::3337:711/128"], + "Endpoints": ["77.164.248.136:43979", "10.65.0.27:43979", "172.17.0.1:43979"], + "HomeDERP": 18, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57075}, - {"Proto": "peerapi6", "Port": 57075} + {"Proto": "peerapi4", "Port": 62562}, + {"Proto": "peerapi6", "Port": 62562} ]}, - "Created": "2026-04-09T01:34:44.257522891Z", + "Created": "2026-04-09T08:40:44.522143137Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 3085431930864797, - "StableID": "nctaAm4Q6R11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:cdfaaea7faf5d09ed2d48a6236e8f27a5840c9169137171dd922a9a748597522", - "DiscoKey": "discokey:fc5b81959e28d7e7d241bb3e34c03028acbfa5b3c430f3b4a677ee018f5fd769", - "Addresses": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "AllowedIPs": ["100.89.117.35/32", "fd7a:115c:a1e0::4837:7524/128"], - "Endpoints": ["77.164.248.136:36162", "10.65.0.27:36162", "172.17.0.1:36162"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 45292}, - {"Proto": "peerapi6", "Port": 45292} - ]}, - "Created": "2026-04-09T01:34:42.099820662Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 3396162127617488, - "StableID": "nqyBcNR8XT11CNTRL", + "ID": 488113910023281, + "StableID": "nvf9mdv4p411CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:07620cd7add558dcc49377e4402270f5965053a3bd8764158e40dd2ebb5b3b32", - "KeyExpiry": "2026-10-06T01:34:44Z", - "DiscoKey": "discokey:3f12b24cf022abbb6d05282057cb4ec035b9925161a1e899ef5f64dd65bf2811", - "Addresses": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "AllowedIPs": ["100.91.59.51/32", "fd7a:115c:a1e0::bb37:3b34/128"], - "Endpoints": ["77.164.248.136:58456", "10.65.0.27:58456", "172.17.0.1:58456"], + "Key": "nodekey:5acdc0936cdc492de031ddd0fe8919a3194fcad0758d667985ba7407ee0e8e20", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:abcf250eb565b550edb90b37797d1716b7dccce96c6b78bd5f7c145f6e56305b", + "Addresses": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "AllowedIPs": ["100.78.142.33/32", "fd7a:115c:a1e0::ee37:8e21/128"], + "Endpoints": ["77.164.248.136:51909", "10.65.0.27:51909", "172.17.0.1:51909"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 38509}, - {"Proto": "peerapi6", "Port": 38509} + {"Proto": "peerapi4", "Port": 56387}, + {"Proto": "peerapi6", "Port": 56387} ]}, - "Created": "2026-04-09T01:34:44.81567309Z", + "Created": "2026-04-09T08:40:45.060284168Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 5272850302231665, - "StableID": "nWdUBWq5Bi11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7dff97d904afd91827120bad81f1a205adec211aaf4589e5f2c8e2091444733e", - "DiscoKey": "discokey:64a4f6f62dd8a196642eb63ccae7c185e841c954ce0ed174790f0fcdcd792137", - "Addresses": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "AllowedIPs": ["100.68.115.63/32", "fd7a:115c:a1e0::1437:733f/128"], - "Endpoints": ["77.164.248.136:60549", "10.65.0.27:60549", "172.17.0.1:60549"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 64262}, - {"Proto": "peerapi6", "Port": 64262} - ]}, - "Created": "2026-04-09T01:34:40.395063353Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7675540957280685, - "StableID": "nYLujqSGw221CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:16710c7859a6684ea38455012ed4362d295a77ebd138efbf6e72c4db46854c68", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:0de30bbd1d8c0c6108c8d9f137596561d1bc8df9743692df5d16177aa44b2148", - "Addresses": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "AllowedIPs": ["100.69.76.105/32", "fd7a:115c:a1e0::4637:4c69/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53196}, - {"Proto": "peerapi6", "Port": 53196} - ]}, - "Created": "2026-04-09T01:34:45.899141157Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7957502322256187, - "StableID": "nk7p2N6y8521CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:cfc61ae7389f297f159d101194bec0fb96351d8c9102ded164e70bdeacc03271", - "KeyExpiry": "2026-10-06T01:34:45Z", - "DiscoKey": "discokey:4f9e3e2876d060a5e6a1709f8a3ea9a9c42757ffb80149aa74168b61bfaf2339", - "Addresses": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "AllowedIPs": ["100.64.50.114/32", "fd7a:115c:a1e0::ac37:3272/128"], - "Endpoints": ["77.164.248.136:37695", "10.65.0.27:37695", "172.17.0.1:37695"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 37043}, - {"Proto": "peerapi6", "Port": 37043} - ]}, - "Created": "2026-04-09T01:34:45.371668817Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8343323999204418, - "StableID": "nXTTSUyh9821CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0582517cb3bd3e08e90798d8f42045201055e7899b0da7adf5178d1984d1cd20", - "DiscoKey": "discokey:eb0ee91776201d0931038f1efe0c6e97701516fe0b775f4d0baadc8f528f660a", - "Addresses": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "AllowedIPs": ["100.81.205.33/32", "fd7a:115c:a1e0::8437:cd21/128"], - "Endpoints": ["77.164.248.136:52599", "10.65.0.27:52599", "172.17.0.1:52599"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 42184}, - {"Proto": "peerapi6", "Port": 42184} - ]}, - "Created": "2026-04-09T01:34:40.995000284Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 8389949392386430, - "StableID": "nZArm8kpW821CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7a51e8b741e2a6e3b96617f7a38ff684c0a7d7a1e2df306db29ede550cb3041", - "DiscoKey": "discokey:e86ebce2163d862b4ca769226f129cbcf2db5b860950f692d3e58e1f05e48317", - "Addresses": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "AllowedIPs": ["100.75.48.66/32", "fd7a:115c:a1e0::5037:3042/128"], - "Endpoints": ["77.164.248.136:33422", "10.65.0.27:33422", "172.17.0.1:33422"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 44412}, - {"Proto": "peerapi6", "Port": 44412} - ]}, - "Created": "2026-04-09T01:34:42.629118808Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8449866031667807, - "StableID": "nt9g1qexy821CNTRL", + "ID": 625922331372245, + "StableID": "nER54GvUt511CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2ba0b187e933a9ffb1fbd7467912ebcff5b92b5edc3d2eb32fb61965a7a9a868", - "DiscoKey": "discokey:63d18152698c45b01ed381faf349e638d60cf52dd5cafd9c7257987aac7a262e", - "Addresses": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "AllowedIPs": ["100.105.168.105/32", "fd7a:115c:a1e0::a737:a869/128"], - "Endpoints": ["77.164.248.136:48566", "10.65.0.27:48566", "172.17.0.1:48566"], + "Key": "nodekey:88461d4605d36caae325941723df891818acce0223822aa62e60c8380846b54f", + "DiscoKey": "discokey:5dcfb710fa26ab4040fc4e37fbdeda6895a6cf99d2267c501d85d4e98fc0c51f", + "Addresses": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "AllowedIPs": ["100.70.181.80/32", "fd7a:115c:a1e0::837:b550/128"], + "Endpoints": ["77.164.248.136:34206", "10.65.0.27:34206", "172.17.0.1:34206"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50848}, - {"Proto": "peerapi6", "Port": 50848} + {"Proto": "peerapi4", "Port": 41833}, + {"Proto": "peerapi6", "Port": 41833} ]}, - "Created": "2026-04-09T01:34:39.657717471Z", + "Created": "2026-04-09T08:40:40.252903684Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8951687896583455, - "StableID": "nCMkoNfEuC21CNTRL", + "ID": 1883813545769986, + "StableID": "ny4xD5bBiF11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:0226ebfdbbec2776b4a4676a80b81011bb81683673c0331db2c9632ec9ee6f4c", + "KeyExpiry": "2026-10-06T08:40:46Z", + "DiscoKey": "discokey:81ae3958e22b605a58a8df0b763fe021345a97d3b68614afab89cec337a00156", + "Addresses": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "AllowedIPs": ["100.110.111.77/32", "fd7a:115c:a1e0::c937:6f4d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 62845}, + {"Proto": "peerapi6", "Port": 62845} + ]}, + "Created": "2026-04-09T08:40:46.130861674Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2240624547281596, + "StableID": "nfrvadQnVJ11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:afde8a8d4a802205e55581b4f09bc65e137c5931fe39c8cf5bcc1cd8f3b18a5e", + "DiscoKey": "discokey:73ff698277fdf7be20ae73d197eeadafd01b67226c3e8c94dcadb3fbee3cfa49", + "Addresses": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "AllowedIPs": ["100.113.138.95/32", "fd7a:115c:a1e0::f337:8a5f/128"], + "Endpoints": ["77.164.248.136:40899", "10.65.0.27:40899", "172.17.0.1:40899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 59345}, + {"Proto": "peerapi6", "Port": 59345} + ]}, + "Created": "2026-04-09T08:40:39.161196542Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4741191333007173, + "StableID": "n6XkeH4J2e11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fefc4d57db3c86110f194b950e2e6677af96a9043875d94593af210b00007f39", + "DiscoKey": "discokey:31d77262c7adc9e3292e6aa95e0bcbc3782cbde9aaaca990d12c07ac921ba947", + "Addresses": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "AllowedIPs": ["100.64.127.58/32", "fd7a:115c:a1e0::37:7f3a/128"], + "Endpoints": ["77.164.248.136:53754", "10.65.0.27:53754", "172.17.0.1:53754"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59481}, + {"Proto": "peerapi6", "Port": 59481} + ]}, + "Created": "2026-04-09T08:40:42.39622188Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4748597299476975, + "StableID": "nezjYjbe5e11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a07abb1920ced8f31afec67889e0e786348307077ce2a13c98b4bcdcf1054773", + "DiscoKey": "discokey:ab64df5637c4d961b6ef3085f846c7454c16fa058e2ff330e97607c9b10cf402", + "Addresses": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "AllowedIPs": ["100.69.71.116/32", "fd7a:115c:a1e0::f137:4774/128"], + "Endpoints": ["77.164.248.136:35726", "10.65.0.27:35726", "172.17.0.1:35726"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 64222}, + {"Proto": "peerapi6", "Port": 64222} + ]}, + "Created": "2026-04-09T08:40:43.987015038Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 4962246471410656, + "StableID": "nKWJGRoQkf11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ed77ec8bbdc253db1bea4477353e994bf314985e9b286bd6b10f9a0469ffb245", + "DiscoKey": "discokey:b53befce4bbf4a962d8b664a89e0df1d87b69faafb28d168b309def3e4712618", + "Addresses": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "AllowedIPs": ["100.127.178.70/32", "fd7a:115c:a1e0::6937:b246/128"], + "Endpoints": ["77.164.248.136:34998", "10.65.0.27:34998", "172.17.0.1:34998"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 57056}, + {"Proto": "peerapi6", "Port": 57056} + ]}, + "Created": "2026-04-09T08:40:40.779054653Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4976324971591250, + "StableID": "nhcg7tcnrf11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:df4a5f0c5b84f9226acf46dd0249e001388654be5188e1a531e79b4256f5bc51", + "DiscoKey": "discokey:f0f4a11f7640e5aa222c887d7b187f488bfceee987fa7b2f2c830c0d744fe83e", + "Addresses": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "AllowedIPs": ["100.117.188.82/32", "fd7a:115c:a1e0::5637:bc52/128"], + "Endpoints": ["77.164.248.136:42307", "10.65.0.27:42307", "172.17.0.1:42307"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 41669}, + {"Proto": "peerapi6", "Port": 41669} + ]}, + "Created": "2026-04-09T08:40:38.617254342Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 5837309785629906, + "StableID": "nsq1qKEjan11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b53bea5f097e062fdc8befcca296d125a203bb820ba64101aec3ae2d0c9b173f", + "DiscoKey": "discokey:419e3455a4a5fdde2264c252bde31f6b0051e628de4e5ccd3dc5750902049317", + "Addresses": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "AllowedIPs": ["100.91.23.64/32", "fd7a:115c:a1e0::c37:1740/128"], + "Endpoints": ["77.164.248.136:52378", "10.65.0.27:52378", "172.17.0.1:52378"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 56645}, + {"Proto": "peerapi6", "Port": 56645} + ]}, + "Created": "2026-04-09T08:40:41.844014256Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6603045479062623, + "StableID": "nGTEvroXZt11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d6482295b4d8c1c8eb852b24cc099de0676de4d38e7699f21c89a084c2461456", - "DiscoKey": "discokey:a200c39e3f7f0fe49f580c11e5545bd23911ed9ac50a41cba19d2b0208fed43b", - "Addresses": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "AllowedIPs": ["100.70.20.87/32", "fd7a:115c:a1e0::c237:1457/128"], - "Endpoints": ["77.164.248.136:52136", "10.65.0.27:52136", "172.17.0.1:52136"], + "Key": "nodekey:5481886e88a3d9627a40f127293c2d16be42a51b73e1e63cef069355c5650755", + "DiscoKey": "discokey:30ad6b21a2d8e695337fd9b0a8d77ab9323dac51c2f0600ccb123edd1311163e", + "Addresses": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "AllowedIPs": ["100.101.7.86/32", "fd7a:115c:a1e0::c537:756/128"], + "Endpoints": ["77.164.248.136:60932", "10.65.0.27:60932", "172.17.0.1:60932"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 47970}, - {"Proto": "peerapi6", "Port": 47970} + {"Proto": "peerapi4", "Port": 45791}, + {"Proto": "peerapi6", "Port": 45791} ]}, - "Created": "2026-04-09T01:34:39.116288461Z", + "Created": "2026-04-09T08:40:39.692146545Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" + }, { + "ID": 7639176475789307, + "StableID": "ngT13KDoe221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:4a87fc432981af8197b0e2d3c26cd407b25cf19f14a34d0a08752bd9a1cd3817", + "KeyExpiry": "2026-10-06T08:40:45Z", + "DiscoKey": "discokey:95f0d660ae731cfbcec542d463bd2f36f47eb6d3a0c234eaf22dd9960848393b", + "Addresses": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "AllowedIPs": ["100.77.56.24/32", "fd7a:115c:a1e0::a137:3818/128"], + "Endpoints": ["77.164.248.136:45211", "10.65.0.27:45211", "172.17.0.1:45211"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 58156}, + {"Proto": "peerapi6", "Port": 58156} + ]}, + "Created": "2026-04-09T08:40:45.597843904Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8215988905937689, + "StableID": "niHZHc63A721CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5fb25a8acde512a71bf1602caaa09684806fd4da56832c77dfb999374102bf12", + "DiscoKey": "discokey:b4216c7534b548ddd4817eb94ab69c301e3e9891432966f50025f5d17a2f3876", + "Addresses": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "AllowedIPs": ["100.66.191.19/32", "fd7a:115c:a1e0::4137:bf13/128"], + "Endpoints": ["77.164.248.136:57664", "10.65.0.27:57664", "172.17.0.1:57664"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 62229}, + {"Proto": "peerapi6", "Port": 62229} + ]}, + "Created": "2026-04-09T08:40:41.308646871Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 8222493969434804, + "StableID": "nMyKUUyyC721CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:76aa12445fe9cbb93d5be76a817f5c513db8ba76d4d11794b9742e6ea1097e38", + "DiscoKey": "discokey:479c29c519e131bb5bcdeaf6d9de797c814ac5454489d2e97dd497dfe6d55e22", + "Addresses": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "AllowedIPs": ["100.73.126.57/32", "fd7a:115c:a1e0::a137:7e39/128"], + "Endpoints": ["77.164.248.136:39340", "10.65.0.27:39340", "172.17.0.1:39340"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45869}, + {"Proto": "peerapi6", "Port": 45869} + ]}, + "Created": "2026-04-09T08:40:42.927499012Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18673,27 +18698,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1593663691422141": { - "ID": 1593663691422141, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4720725864173077": { + "ID": 4720725864173077, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-e5.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-e5.hujson index 087c87b7..fbfbc7f1 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-e5.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-e5.hujson @@ -3,7 +3,7 @@ // ssh e5 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:34:58Z +// Captured at: 2026-04-09T08:40:58Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-e5", "description": "ssh e5", "category": "ssh", - "captured_at": "2026-04-09T01:34:58.769228662Z", + "captured_at": "2026-04-09T08:40:58.92077807Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,14 +19,14 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["tag:server"], "src": ["tag:prod"], - "users": ["localpart:*@passkey"] + "users": ["localpart:*@example.com"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} }, @@ -35,119 +35,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh e5\",\n\t\"id\": \"ssh-e5\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"tag:prod\"],\n\t\t\"users\": [\"localpart:*@passkey\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh e5\",\n\t\"id\": \"ssh-e5\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"tag:prod\"],\n\t\t\"users\": [\"localpart:*@example.com\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-e5.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.124.244.117", - "ipv6": "fd7a:115c:a1e0::2937:f476", + "ipv4": "100.119.18.53", + "ipv6": "fd7a:115c:a1e0::637:1235", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.85.187.113", - "ipv6": "fd7a:115c:a1e0::3437:bb71", + "ipv4": "100.113.254.120", + "ipv6": "fd7a:115c:a1e0::c737:fe78", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.64.111.78", - "ipv6": "fd7a:115c:a1e0::5637:6f4e", + "ipv4": "100.127.209.93", + "ipv6": "fd7a:115c:a1e0::8937:d15d", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.105.168.21", - "ipv6": "fd7a:115c:a1e0::a937:a815", + "ipv4": "100.126.34.64", + "ipv6": "fd7a:115c:a1e0::2237:2240", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.98.176.106", - "ipv6": "fd7a:115c:a1e0::1737:b06a", + "ipv4": "100.114.41.64", + "ipv6": "fd7a:115c:a1e0::2237:2940", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.100.107.17", - "ipv6": "fd7a:115c:a1e0::fc37:6b11", + "ipv4": "100.81.178.90", + "ipv6": "fd7a:115c:a1e0::3937:b25a", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.69.10.76", - "ipv6": "fd7a:115c:a1e0::6b37:a4c", + "ipv4": "100.113.95.75", + "ipv6": "fd7a:115c:a1e0::b237:5f4b", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.65.42.76", - "ipv6": "fd7a:115c:a1e0::dc37:2a4c", + "ipv4": "100.116.120.65", + "ipv6": "fd7a:115c:a1e0::de37:7841", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.75.42.24", - "ipv6": "fd7a:115c:a1e0::c037:2a18", + "ipv4": "100.69.55.29", + "ipv6": "fd7a:115c:a1e0::7737:371d", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.69.118.29", - "ipv6": "fd7a:115c:a1e0::bc37:761d", + "ipv4": "100.86.81.44", + "ipv6": "fd7a:115c:a1e0::f637:512c", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.97.113.12", - "ipv6": "fd7a:115c:a1e0::1037:710d", + "ipv4": "100.66.89.37", + "ipv6": "fd7a:115c:a1e0::8137:5925", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.105.214.51", - "ipv6": "fd7a:115c:a1e0::fa37:d633", + "ipv4": "100.96.177.15", + "ipv6": "fd7a:115c:a1e0::2137:b10f", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.87.5.78", - "ipv6": "fd7a:115c:a1e0::5037:54e", + "ipv4": "100.93.43.126", + "ipv6": "fd7a:115c:a1e0::9537:2b7e", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.124.12.28", - "ipv6": "fd7a:115c:a1e0::9d37:c1d", + "ipv4": "100.121.86.8", + "ipv6": "fd7a:115c:a1e0::4c37:5608", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.109.168.114", - "ipv6": "fd7a:115c:a1e0::8337:a872", + "ipv4": "100.68.51.46", + "ipv6": "fd7a:115c:a1e0::f137:332e", "routable_ips": [], "approved_routes": [] }}}, @@ -179,21 +179,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 403059446523, - "StableID": "n852z5bB1111CNTRL", + "ID": 1729308288068419, + "StableID": "ngjMgnzCWE11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 403059446523, - "Key": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "DiscoKey": "discokey:02199aa38b861538929dc9cef721afb98f0e9434fce62aba755e0dcd1850766d", - "Addresses": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "AllowedIPs": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "Endpoints": ["77.164.248.136:33058", "10.65.0.27:33058", "172.17.0.1:33058"], + "User": 1729308288068419, + "Key": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "DiscoKey": "discokey:803afd59bf0e3e76178bf215f900767da31c701321aaede4c9fa079e65f5531d", + "Addresses": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "AllowedIPs": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "Endpoints": ["77.164.248.136:59118", "10.65.0.27:59118", "172.17.0.1:59118"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 59692}, - {"Proto": "peerapi6", "Port": 59692}, + {"Proto": "peerapi4", "Port": 37687}, + {"Proto": "peerapi6", "Port": 37687}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:07.81224963Z", + "Created": "2026-04-09T08:41:07.742674169Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -221,301 +221,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "MachineKey": "mkey:c067c41b968861c36128215bf9b6a848b725c5c812cf5726e3b83c9703134318", + "NodeKey": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "MachineKey": "mkey:b945986f1332fe122bc925ba7e6110aefc48f054269465ea9c01e095775fa021", "Peers": [{ - "ID": 581184827916071, - "StableID": "nU715vjDY511CNTRL", + "ID": 1360374372208772, + "StableID": "nfGZtDj7dB11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "DiscoKey": "discokey:e1c5e729ba73781213f3431633d1e402589879a672036456d1a34db89e9c2442", - "Addresses": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "AllowedIPs": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "Endpoints": ["77.164.248.136:34491", "10.65.0.27:34491", "172.17.0.1:34491"], + "Key": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "DiscoKey": "discokey:3aacf3194be22e1565b1f3f015d9f1f02761d7f6fd5b8f399d2a4f675e8ce338", + "Addresses": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "AllowedIPs": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "Endpoints": ["77.164.248.136:43782", "10.65.0.27:43782", "172.17.0.1:43782"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 42128}, - {"Proto": "peerapi6", "Port": 42128} + {"Proto": "peerapi4", "Port": 35814}, + {"Proto": "peerapi6", "Port": 35814} ]}, - "Created": "2026-04-09T01:35:04.009410322Z", + "Created": "2026-04-09T08:41:03.731567552Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1587526652896753, - "StableID": "n4C36jdzPD11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "DiscoKey": "discokey:9bb1c3087ccda7ecd0a964b324bd80f15613ddaab7b481a2759ec48fc7cdc850", - "Addresses": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "AllowedIPs": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "Endpoints": ["77.164.248.136:37243", "10.65.0.27:37243", "172.17.0.1:37243"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64665}, - {"Proto": "peerapi6", "Port": 64665} - ]}, - "Created": "2026-04-09T01:35:03.468001392Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1905488416953536, - "StableID": "nRmKN5xzsF11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:564554938124e6cf43ff840ceb8c1818241e7b15ea56816902725b0dce9cd349", - "Addresses": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "AllowedIPs": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "Endpoints": ["77.164.248.136:34461", "10.65.0.27:34461", "172.17.0.1:34461"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 43120}, - {"Proto": "peerapi6", "Port": 43120} - ]}, - "Created": "2026-04-09T01:35:08.381245057Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2889228966376830, - "StableID": "nTFR4T9YZP11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "DiscoKey": "discokey:f338f5b8bf953a71885cc2978c08886914d4e4e2e84b73e1ea42490c7b02b225", - "Addresses": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "AllowedIPs": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "Endpoints": ["77.164.248.136:47133", "10.65.0.27:47133", "172.17.0.1:47133"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 64439}, - {"Proto": "peerapi6", "Port": 64439} - ]}, - "Created": "2026-04-09T01:35:02.923720657Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3466234451983629, - "StableID": "nzuexs6s4U11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "DiscoKey": "discokey:747f9af4fa87017d8f6dba34ab7f2f47eabde0fe5ce2f419aa1add14fa8e7b16", - "Addresses": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "AllowedIPs": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "Endpoints": ["77.164.248.136:44555", "10.65.0.27:44555", "172.17.0.1:44555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 62216}, - {"Proto": "peerapi6", "Port": 62216} - ]}, - "Created": "2026-04-09T01:35:07.27272598Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4284101535696515, - "StableID": "nQTbVo5HTa11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "KeyExpiry": "2026-10-06T01:35:09Z", - "DiscoKey": "discokey:8fc513e5cfaef10b8cef128f512e5cf9e2a354b5026f8dbdb62d3beab796bd3a", - "Addresses": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "AllowedIPs": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53037}, - {"Proto": "peerapi6", "Port": 53037} - ]}, - "Created": "2026-04-09T01:35:09.430982733Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4465870960574956, - "StableID": "nq9W8jrbsb11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "DiscoKey": "discokey:1c7cabb909200a1137239a8453d00a927764715371c74521de9f33753b292706", - "Addresses": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "AllowedIPs": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "Endpoints": ["77.164.248.136:47720", "10.65.0.27:47720", "172.17.0.1:47720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61261}, - {"Proto": "peerapi6", "Port": 61261} - ]}, - "Created": "2026-04-09T01:35:01.685356056Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4588546786065425, - "StableID": "ngtAkuLAqc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "DiscoKey": "discokey:bcb4082a90757dc883b413fe900b43dc3734a1ed1b31575960f15d722f56dd46", - "Addresses": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "AllowedIPs": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "Endpoints": ["77.164.248.136:33723", "10.65.0.27:33723", "172.17.0.1:33723"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 33680}, - {"Proto": "peerapi6", "Port": 33680} - ]}, - "Created": "2026-04-09T01:35:04.556678672Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5620759547854731, - "StableID": "niGirgpetk11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "DiscoKey": "discokey:519902d54176317f6aad82704665bf10348f993827ef5822e8cf9eaef3bcc40f", - "Addresses": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "AllowedIPs": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "Endpoints": ["77.164.248.136:48752", "10.65.0.27:48752", "172.17.0.1:48752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 43570}, - {"Proto": "peerapi6", "Port": 43570} - ]}, - "Created": "2026-04-09T01:35:05.092169777Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7108467281580657, - "StableID": "nttVs8PSWx11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "DiscoKey": "discokey:de12da69b3e0669e9c9a4f1fed65c576b7ed54f64520ee213ed8806327c93a37", - "Addresses": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "AllowedIPs": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "Endpoints": ["77.164.248.136:54346", "10.65.0.27:54346", "172.17.0.1:54346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42896}, - {"Proto": "peerapi6", "Port": 42896} - ]}, - "Created": "2026-04-09T01:35:06.725477185Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7318591409430500, - "StableID": "nRyiWCzb9z11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:7a471c5d122ee0c3ffb249551d91ad6ed4e39d895ad3df58ed655e6d2f09842d", - "Addresses": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "AllowedIPs": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "Endpoints": ["77.164.248.136:43621", "10.65.0.27:43621", "172.17.0.1:43621"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56165}, - {"Proto": "peerapi6", "Port": 56165} - ]}, - "Created": "2026-04-09T01:35:08.894724802Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7370416196140814, - "StableID": "nfV1TTL5Zz11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "DiscoKey": "discokey:221314cc5efa8dd4bf6c53d8c65a02420409b21e5a37df71c6b12ccf1855a12e", - "Addresses": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "AllowedIPs": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "Endpoints": ["77.164.248.136:54573", "10.65.0.27:54573", "172.17.0.1:54573"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63989}, - {"Proto": "peerapi6", "Port": 63989} - ]}, - "Created": "2026-04-09T01:35:06.193091242Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8150981673469957, - "StableID": "nnb2m5Ube621CNTRL", + "ID": 1374296710039580, + "StableID": "nPQ5DmSRjB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "DiscoKey": "discokey:fc06aa8662fb012d4b77e64c3dc485477e7c3b5e052f2d00830ba017bbe4333b", - "Addresses": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "AllowedIPs": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "Endpoints": ["77.164.248.136:43622", "10.65.0.27:43622", "172.17.0.1:43622"], + "Key": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "DiscoKey": "discokey:8dd70a8c5d34b175a02afb10be281d0e01510dbab5c107e7cd528dc963808c28", + "Addresses": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "AllowedIPs": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65398}, - {"Proto": "peerapi6", "Port": 65398} + {"Proto": "peerapi4", "Port": 39782}, + {"Proto": "peerapi6", "Port": 39782} ]}, - "Created": "2026-04-09T01:35:02.395244548Z", + "Created": "2026-04-09T08:41:02.201293401Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8463824625039748, - "StableID": "nPYK7cKH6921CNTRL", + "ID": 1884208598832829, + "StableID": "nADAixxMiF11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "DiscoKey": "discokey:0c0038afe0fb0c2de03a50fd3bacde347d63200f5b701b238858be658197ac21", + "Addresses": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "AllowedIPs": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "Endpoints": ["77.164.248.136:46976", "10.65.0.27:46976", "172.17.0.1:46976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56020}, + {"Proto": "peerapi6", "Port": 56020} + ]}, + "Created": "2026-04-09T08:41:01.582259121Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3141904476109138, + "StableID": "nu6EcAWyXR11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "DiscoKey": "discokey:46d6e04498b83b2f1f65da30e1323732d5f3e10c5afefcf854ba9aee83325263", + "Addresses": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "AllowedIPs": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "Endpoints": ["77.164.248.136:47047", "10.65.0.27:47047", "172.17.0.1:47047"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 45798}, + {"Proto": "peerapi6", "Port": 45798} + ]}, + "Created": "2026-04-09T08:41:03.200245537Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3199103625817348, + "StableID": "nMufbb2tyR11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "DiscoKey": "discokey:71ede17c6a6590283576802c42305ed370e58b7e38a53807e6f0c79b11195447", + "Addresses": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "AllowedIPs": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "Endpoints": ["77.164.248.136:40778", "10.65.0.27:40778", "172.17.0.1:40778"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 50595}, + {"Proto": "peerapi6", "Port": 50595} + ]}, + "Created": "2026-04-09T08:41:06.187268431Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4639793866054751, + "StableID": "nEGWizWNEd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "DiscoKey": "discokey:a1435179b1b810aa3c4caa87334c15527401cc0f8b337f529c60403d82b7f575", + "Addresses": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "AllowedIPs": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "Endpoints": ["77.164.248.136:60396", "10.65.0.27:60396", "172.17.0.1:60396"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33526}, + {"Proto": "peerapi6", "Port": 33526} + ]}, + "Created": "2026-04-09T08:41:07.199087621Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5571368044669381, + "StableID": "nzPXrgPHWk11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "DiscoKey": "discokey:db512f95787f9cc85d4e659eebfe0e2ba0d02afd1afdd7f00c68950185dfb53f", - "Addresses": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "AllowedIPs": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "Endpoints": ["77.164.248.136:40286", "10.65.0.27:40286", "172.17.0.1:40286"], + "Key": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "DiscoKey": "discokey:cda244e4913679d4743debf51ce375225de410a07df0a541d4668c1d0341c955", + "Addresses": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "AllowedIPs": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "Endpoints": ["77.164.248.136:44518", "10.65.0.27:44518", "172.17.0.1:44518"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57506}, - {"Proto": "peerapi6", "Port": 57506} + {"Proto": "peerapi4", "Port": 47959}, + {"Proto": "peerapi6", "Port": 47959} ]}, - "Created": "2026-04-09T01:35:05.647502085Z", + "Created": "2026-04-09T08:41:05.338057187Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 5641192804421923, + "StableID": "nGjdm1au3m11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:1b4d9c59126aa1fef174eafb806fb8af00333d3351707ffd98fefd5e8def4e4b", + "Addresses": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "AllowedIPs": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "Endpoints": ["77.164.248.136:48600", "10.65.0.27:48600", "172.17.0.1:48600"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63533}, + {"Proto": "peerapi6", "Port": 63533} + ]}, + "Created": "2026-04-09T08:41:08.802931909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5677239659626555, + "StableID": "nQVnvcTELm11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "DiscoKey": "discokey:df6342c9d64ad246d1074e17a378582b83e39796ac2bab6486032aac85004e72", + "Addresses": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "AllowedIPs": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "Endpoints": ["77.164.248.136:49717", "10.65.0.27:49717", "172.17.0.1:49717"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 39928}, + {"Proto": "peerapi6", "Port": 39928} + ]}, + "Created": "2026-04-09T08:41:02.67124466Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6343620780590955, + "StableID": "nQbyfLA3Yr11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "DiscoKey": "discokey:01e1791b2b429cb6757d69da205f94f068257557d9347cff95b2cf366f036934", + "Addresses": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "AllowedIPs": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "Endpoints": ["77.164.248.136:48997", "10.65.0.27:48997", "172.17.0.1:48997"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 38129}, + {"Proto": "peerapi6", "Port": 38129} + ]}, + "Created": "2026-04-09T08:41:06.684648628Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6381385371082262, + "StableID": "ns5UD2B9qr11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "DiscoKey": "discokey:4c09049845fd78288912cd7e2d925cb482dbc40317a2c5c483baa34f23880614", + "Addresses": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "AllowedIPs": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36954}, + {"Proto": "peerapi6", "Port": 36954} + ]}, + "Created": "2026-04-09T08:41:04.814206142Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6483759775307444, + "StableID": "noYbkjNWds11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "KeyExpiry": "2026-10-06T08:41:09Z", + "DiscoKey": "discokey:e130a3099133404606bd20873de66d63113672454adb1cb7c1555ac9b439d650", + "Addresses": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "AllowedIPs": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "Endpoints": ["77.164.248.136:33394", "10.65.0.27:33394", "172.17.0.1:33394"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 44904}, + {"Proto": "peerapi6", "Port": 44904} + ]}, + "Created": "2026-04-09T08:41:09.367737736Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7382615329324482, + "StableID": "nhaH5bnbez11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "DiscoKey": "discokey:82eeebbe5bf0df4a213a237f3b003250556c689f82a995b3f9a661386f74971b", + "Addresses": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "AllowedIPs": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "Endpoints": ["77.164.248.136:37291", "10.65.0.27:37291", "172.17.0.1:37291"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61000}, + {"Proto": "peerapi6", "Port": 61000} + ]}, + "Created": "2026-04-09T08:41:04.269084053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7946285931280655, + "StableID": "nUHEyVTt3521CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:e173aaaceba2ece98cd4bf030c711c409ebb019c668455412b625f9a007d6078", + "Addresses": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "AllowedIPs": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "Endpoints": ["77.164.248.136:60276", "10.65.0.27:60276", "172.17.0.1:60276"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:41:08.302638571Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -543,7 +544,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.69.10.76"}, {"nodeIP": "fd7a:115c:a1e0::6b37:a4c"}], + "principals": [{"nodeIP": "100.113.95.75"}, {"nodeIP": "fd7a:115c:a1e0::b237:5f4b"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1372,30 +1373,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "403059446523": { - "ID": 403059446523, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1729308288068419": { + "ID": 1729308288068419, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.69.10.76"}, {"nodeIP": "fd7a:115c:a1e0::6b37:a4c"}], + "principals": [{"nodeIP": "100.113.95.75"}, {"nodeIP": "fd7a:115c:a1e0::b237:5f4b"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1432,26 +1435,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4588546786065425, - "StableID": "ngtAkuLAqc11CNTRL", + "ID": 7382615329324482, + "StableID": "nhaH5bnbez11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 4588546786065425, - "Key": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "DiscoKey": "discokey:bcb4082a90757dc883b413fe900b43dc3734a1ed1b31575960f15d722f56dd46", - "Addresses": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "AllowedIPs": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "Endpoints": ["77.164.248.136:33723", "10.65.0.27:33723", "172.17.0.1:33723"], + "User": 7382615329324482, + "Key": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "DiscoKey": "discokey:82eeebbe5bf0df4a213a237f3b003250556c689f82a995b3f9a661386f74971b", + "Addresses": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "AllowedIPs": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "Endpoints": ["77.164.248.136:37291", "10.65.0.27:37291", "172.17.0.1:37291"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 33680}, - {"Proto": "peerapi6", "Port": 33680}, + {"Proto": "peerapi4", "Port": 61000}, + {"Proto": "peerapi6", "Port": 61000}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:04.556678672Z", + "Created": "2026-04-09T08:41:04.269084053Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1479,301 +1482,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "MachineKey": "mkey:f3e8b76b91288e734b23c4d9fad319c319c926c61198a1bb374c755e787d3973", + "NodeKey": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "MachineKey": "mkey:25d56dba8dce057de80d773b6a0182419a150f4f502713ac6c422acb00497412", "Peers": [{ - "ID": 403059446523, - "StableID": "n852z5bB1111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "DiscoKey": "discokey:02199aa38b861538929dc9cef721afb98f0e9434fce62aba755e0dcd1850766d", - "Addresses": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "AllowedIPs": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "Endpoints": ["77.164.248.136:33058", "10.65.0.27:33058", "172.17.0.1:33058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 59692}, - {"Proto": "peerapi6", "Port": 59692} - ]}, - "Created": "2026-04-09T01:35:07.81224963Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 581184827916071, - "StableID": "nU715vjDY511CNTRL", + "ID": 1360374372208772, + "StableID": "nfGZtDj7dB11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "DiscoKey": "discokey:e1c5e729ba73781213f3431633d1e402589879a672036456d1a34db89e9c2442", - "Addresses": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "AllowedIPs": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "Endpoints": ["77.164.248.136:34491", "10.65.0.27:34491", "172.17.0.1:34491"], + "Key": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "DiscoKey": "discokey:3aacf3194be22e1565b1f3f015d9f1f02761d7f6fd5b8f399d2a4f675e8ce338", + "Addresses": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "AllowedIPs": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "Endpoints": ["77.164.248.136:43782", "10.65.0.27:43782", "172.17.0.1:43782"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 42128}, - {"Proto": "peerapi6", "Port": 42128} + {"Proto": "peerapi4", "Port": 35814}, + {"Proto": "peerapi6", "Port": 35814} ]}, - "Created": "2026-04-09T01:35:04.009410322Z", + "Created": "2026-04-09T08:41:03.731567552Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1587526652896753, - "StableID": "n4C36jdzPD11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "DiscoKey": "discokey:9bb1c3087ccda7ecd0a964b324bd80f15613ddaab7b481a2759ec48fc7cdc850", - "Addresses": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "AllowedIPs": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "Endpoints": ["77.164.248.136:37243", "10.65.0.27:37243", "172.17.0.1:37243"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64665}, - {"Proto": "peerapi6", "Port": 64665} - ]}, - "Created": "2026-04-09T01:35:03.468001392Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1905488416953536, - "StableID": "nRmKN5xzsF11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:564554938124e6cf43ff840ceb8c1818241e7b15ea56816902725b0dce9cd349", - "Addresses": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "AllowedIPs": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "Endpoints": ["77.164.248.136:34461", "10.65.0.27:34461", "172.17.0.1:34461"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 43120}, - {"Proto": "peerapi6", "Port": 43120} - ]}, - "Created": "2026-04-09T01:35:08.381245057Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2889228966376830, - "StableID": "nTFR4T9YZP11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "DiscoKey": "discokey:f338f5b8bf953a71885cc2978c08886914d4e4e2e84b73e1ea42490c7b02b225", - "Addresses": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "AllowedIPs": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "Endpoints": ["77.164.248.136:47133", "10.65.0.27:47133", "172.17.0.1:47133"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 64439}, - {"Proto": "peerapi6", "Port": 64439} - ]}, - "Created": "2026-04-09T01:35:02.923720657Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3466234451983629, - "StableID": "nzuexs6s4U11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "DiscoKey": "discokey:747f9af4fa87017d8f6dba34ab7f2f47eabde0fe5ce2f419aa1add14fa8e7b16", - "Addresses": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "AllowedIPs": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "Endpoints": ["77.164.248.136:44555", "10.65.0.27:44555", "172.17.0.1:44555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 62216}, - {"Proto": "peerapi6", "Port": 62216} - ]}, - "Created": "2026-04-09T01:35:07.27272598Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4284101535696515, - "StableID": "nQTbVo5HTa11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "KeyExpiry": "2026-10-06T01:35:09Z", - "DiscoKey": "discokey:8fc513e5cfaef10b8cef128f512e5cf9e2a354b5026f8dbdb62d3beab796bd3a", - "Addresses": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "AllowedIPs": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53037}, - {"Proto": "peerapi6", "Port": 53037} - ]}, - "Created": "2026-04-09T01:35:09.430982733Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4465870960574956, - "StableID": "nq9W8jrbsb11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "DiscoKey": "discokey:1c7cabb909200a1137239a8453d00a927764715371c74521de9f33753b292706", - "Addresses": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "AllowedIPs": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "Endpoints": ["77.164.248.136:47720", "10.65.0.27:47720", "172.17.0.1:47720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61261}, - {"Proto": "peerapi6", "Port": 61261} - ]}, - "Created": "2026-04-09T01:35:01.685356056Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 5620759547854731, - "StableID": "niGirgpetk11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "DiscoKey": "discokey:519902d54176317f6aad82704665bf10348f993827ef5822e8cf9eaef3bcc40f", - "Addresses": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "AllowedIPs": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "Endpoints": ["77.164.248.136:48752", "10.65.0.27:48752", "172.17.0.1:48752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 43570}, - {"Proto": "peerapi6", "Port": 43570} - ]}, - "Created": "2026-04-09T01:35:05.092169777Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7108467281580657, - "StableID": "nttVs8PSWx11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "DiscoKey": "discokey:de12da69b3e0669e9c9a4f1fed65c576b7ed54f64520ee213ed8806327c93a37", - "Addresses": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "AllowedIPs": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "Endpoints": ["77.164.248.136:54346", "10.65.0.27:54346", "172.17.0.1:54346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42896}, - {"Proto": "peerapi6", "Port": 42896} - ]}, - "Created": "2026-04-09T01:35:06.725477185Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7318591409430500, - "StableID": "nRyiWCzb9z11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:7a471c5d122ee0c3ffb249551d91ad6ed4e39d895ad3df58ed655e6d2f09842d", - "Addresses": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "AllowedIPs": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "Endpoints": ["77.164.248.136:43621", "10.65.0.27:43621", "172.17.0.1:43621"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56165}, - {"Proto": "peerapi6", "Port": 56165} - ]}, - "Created": "2026-04-09T01:35:08.894724802Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7370416196140814, - "StableID": "nfV1TTL5Zz11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "DiscoKey": "discokey:221314cc5efa8dd4bf6c53d8c65a02420409b21e5a37df71c6b12ccf1855a12e", - "Addresses": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "AllowedIPs": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "Endpoints": ["77.164.248.136:54573", "10.65.0.27:54573", "172.17.0.1:54573"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63989}, - {"Proto": "peerapi6", "Port": 63989} - ]}, - "Created": "2026-04-09T01:35:06.193091242Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8150981673469957, - "StableID": "nnb2m5Ube621CNTRL", + "ID": 1374296710039580, + "StableID": "nPQ5DmSRjB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "DiscoKey": "discokey:fc06aa8662fb012d4b77e64c3dc485477e7c3b5e052f2d00830ba017bbe4333b", - "Addresses": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "AllowedIPs": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "Endpoints": ["77.164.248.136:43622", "10.65.0.27:43622", "172.17.0.1:43622"], + "Key": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "DiscoKey": "discokey:8dd70a8c5d34b175a02afb10be281d0e01510dbab5c107e7cd528dc963808c28", + "Addresses": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "AllowedIPs": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65398}, - {"Proto": "peerapi6", "Port": 65398} + {"Proto": "peerapi4", "Port": 39782}, + {"Proto": "peerapi6", "Port": 39782} ]}, - "Created": "2026-04-09T01:35:02.395244548Z", + "Created": "2026-04-09T08:41:02.201293401Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8463824625039748, - "StableID": "nPYK7cKH6921CNTRL", + "ID": 1729308288068419, + "StableID": "ngjMgnzCWE11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "DiscoKey": "discokey:803afd59bf0e3e76178bf215f900767da31c701321aaede4c9fa079e65f5531d", + "Addresses": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "AllowedIPs": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "Endpoints": ["77.164.248.136:59118", "10.65.0.27:59118", "172.17.0.1:59118"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37687}, + {"Proto": "peerapi6", "Port": 37687} + ]}, + "Created": "2026-04-09T08:41:07.742674169Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1884208598832829, + "StableID": "nADAixxMiF11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "DiscoKey": "discokey:0c0038afe0fb0c2de03a50fd3bacde347d63200f5b701b238858be658197ac21", + "Addresses": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "AllowedIPs": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "Endpoints": ["77.164.248.136:46976", "10.65.0.27:46976", "172.17.0.1:46976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56020}, + {"Proto": "peerapi6", "Port": 56020} + ]}, + "Created": "2026-04-09T08:41:01.582259121Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3141904476109138, + "StableID": "nu6EcAWyXR11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "DiscoKey": "discokey:46d6e04498b83b2f1f65da30e1323732d5f3e10c5afefcf854ba9aee83325263", + "Addresses": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "AllowedIPs": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "Endpoints": ["77.164.248.136:47047", "10.65.0.27:47047", "172.17.0.1:47047"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 45798}, + {"Proto": "peerapi6", "Port": 45798} + ]}, + "Created": "2026-04-09T08:41:03.200245537Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3199103625817348, + "StableID": "nMufbb2tyR11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "DiscoKey": "discokey:71ede17c6a6590283576802c42305ed370e58b7e38a53807e6f0c79b11195447", + "Addresses": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "AllowedIPs": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "Endpoints": ["77.164.248.136:40778", "10.65.0.27:40778", "172.17.0.1:40778"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 50595}, + {"Proto": "peerapi6", "Port": 50595} + ]}, + "Created": "2026-04-09T08:41:06.187268431Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4639793866054751, + "StableID": "nEGWizWNEd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "DiscoKey": "discokey:a1435179b1b810aa3c4caa87334c15527401cc0f8b337f529c60403d82b7f575", + "Addresses": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "AllowedIPs": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "Endpoints": ["77.164.248.136:60396", "10.65.0.27:60396", "172.17.0.1:60396"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33526}, + {"Proto": "peerapi6", "Port": 33526} + ]}, + "Created": "2026-04-09T08:41:07.199087621Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5571368044669381, + "StableID": "nzPXrgPHWk11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "DiscoKey": "discokey:db512f95787f9cc85d4e659eebfe0e2ba0d02afd1afdd7f00c68950185dfb53f", - "Addresses": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "AllowedIPs": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "Endpoints": ["77.164.248.136:40286", "10.65.0.27:40286", "172.17.0.1:40286"], + "Key": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "DiscoKey": "discokey:cda244e4913679d4743debf51ce375225de410a07df0a541d4668c1d0341c955", + "Addresses": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "AllowedIPs": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "Endpoints": ["77.164.248.136:44518", "10.65.0.27:44518", "172.17.0.1:44518"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57506}, - {"Proto": "peerapi6", "Port": 57506} + {"Proto": "peerapi4", "Port": 47959}, + {"Proto": "peerapi6", "Port": 47959} ]}, - "Created": "2026-04-09T01:35:05.647502085Z", + "Created": "2026-04-09T08:41:05.338057187Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 5641192804421923, + "StableID": "nGjdm1au3m11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:1b4d9c59126aa1fef174eafb806fb8af00333d3351707ffd98fefd5e8def4e4b", + "Addresses": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "AllowedIPs": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "Endpoints": ["77.164.248.136:48600", "10.65.0.27:48600", "172.17.0.1:48600"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63533}, + {"Proto": "peerapi6", "Port": 63533} + ]}, + "Created": "2026-04-09T08:41:08.802931909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5677239659626555, + "StableID": "nQVnvcTELm11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "DiscoKey": "discokey:df6342c9d64ad246d1074e17a378582b83e39796ac2bab6486032aac85004e72", + "Addresses": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "AllowedIPs": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "Endpoints": ["77.164.248.136:49717", "10.65.0.27:49717", "172.17.0.1:49717"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 39928}, + {"Proto": "peerapi6", "Port": 39928} + ]}, + "Created": "2026-04-09T08:41:02.67124466Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6343620780590955, + "StableID": "nQbyfLA3Yr11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "DiscoKey": "discokey:01e1791b2b429cb6757d69da205f94f068257557d9347cff95b2cf366f036934", + "Addresses": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "AllowedIPs": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "Endpoints": ["77.164.248.136:48997", "10.65.0.27:48997", "172.17.0.1:48997"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 38129}, + {"Proto": "peerapi6", "Port": 38129} + ]}, + "Created": "2026-04-09T08:41:06.684648628Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6381385371082262, + "StableID": "ns5UD2B9qr11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "DiscoKey": "discokey:4c09049845fd78288912cd7e2d925cb482dbc40317a2c5c483baa34f23880614", + "Addresses": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "AllowedIPs": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36954}, + {"Proto": "peerapi6", "Port": 36954} + ]}, + "Created": "2026-04-09T08:41:04.814206142Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6483759775307444, + "StableID": "noYbkjNWds11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "KeyExpiry": "2026-10-06T08:41:09Z", + "DiscoKey": "discokey:e130a3099133404606bd20873de66d63113672454adb1cb7c1555ac9b439d650", + "Addresses": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "AllowedIPs": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "Endpoints": ["77.164.248.136:33394", "10.65.0.27:33394", "172.17.0.1:33394"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 44904}, + {"Proto": "peerapi6", "Port": 44904} + ]}, + "Created": "2026-04-09T08:41:09.367737736Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7946285931280655, + "StableID": "nUHEyVTt3521CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:e173aaaceba2ece98cd4bf030c711c409ebb019c668455412b625f9a007d6078", + "Addresses": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "AllowedIPs": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "Endpoints": ["77.164.248.136:60276", "10.65.0.27:60276", "172.17.0.1:60276"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:41:08.302638571Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2621,27 +2625,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4588546786065425": { - "ID": 4588546786065425, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7382615329324482": { + "ID": 7382615329324482, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2672,21 +2678,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4284101535696515, - "StableID": "nQTbVo5HTa11CNTRL", + "ID": 6483759775307444, + "StableID": "noYbkjNWds11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "KeyExpiry": "2026-10-06T01:35:09Z", - "DiscoKey": "discokey:8fc513e5cfaef10b8cef128f512e5cf9e2a354b5026f8dbdb62d3beab796bd3a", - "Addresses": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "AllowedIPs": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], + "Key": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "KeyExpiry": "2026-10-06T08:41:09Z", + "DiscoKey": "discokey:e130a3099133404606bd20873de66d63113672454adb1cb7c1555ac9b439d650", + "Addresses": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "AllowedIPs": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "Endpoints": ["77.164.248.136:33394", "10.65.0.27:33394", "172.17.0.1:33394"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53037}, - {"Proto": "peerapi6", "Port": 53037}, + {"Proto": "peerapi4", "Port": 44904}, + {"Proto": "peerapi6", "Port": 44904}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:09.430982733Z", + "Created": "2026-04-09T08:41:09.367737736Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2715,302 +2722,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "MachineKey": "mkey:253b5b3288bf38d7d42f8e3dacac281590d33c224fbe19d2af8f24cd2496853b", + "NodeKey": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "MachineKey": "mkey:4847224125b38df05e37f1f94eb21c179bc508da5a7652a2f72c606c8764ac00", "Peers": [{ - "ID": 403059446523, - "StableID": "n852z5bB1111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "DiscoKey": "discokey:02199aa38b861538929dc9cef721afb98f0e9434fce62aba755e0dcd1850766d", - "Addresses": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "AllowedIPs": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "Endpoints": ["77.164.248.136:33058", "10.65.0.27:33058", "172.17.0.1:33058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 59692}, - {"Proto": "peerapi6", "Port": 59692} - ]}, - "Created": "2026-04-09T01:35:07.81224963Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 581184827916071, - "StableID": "nU715vjDY511CNTRL", + "ID": 1360374372208772, + "StableID": "nfGZtDj7dB11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "DiscoKey": "discokey:e1c5e729ba73781213f3431633d1e402589879a672036456d1a34db89e9c2442", - "Addresses": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "AllowedIPs": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "Endpoints": ["77.164.248.136:34491", "10.65.0.27:34491", "172.17.0.1:34491"], + "Key": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "DiscoKey": "discokey:3aacf3194be22e1565b1f3f015d9f1f02761d7f6fd5b8f399d2a4f675e8ce338", + "Addresses": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "AllowedIPs": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "Endpoints": ["77.164.248.136:43782", "10.65.0.27:43782", "172.17.0.1:43782"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 42128}, - {"Proto": "peerapi6", "Port": 42128} + {"Proto": "peerapi4", "Port": 35814}, + {"Proto": "peerapi6", "Port": 35814} ]}, - "Created": "2026-04-09T01:35:04.009410322Z", + "Created": "2026-04-09T08:41:03.731567552Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1587526652896753, - "StableID": "n4C36jdzPD11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "DiscoKey": "discokey:9bb1c3087ccda7ecd0a964b324bd80f15613ddaab7b481a2759ec48fc7cdc850", - "Addresses": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "AllowedIPs": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "Endpoints": ["77.164.248.136:37243", "10.65.0.27:37243", "172.17.0.1:37243"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64665}, - {"Proto": "peerapi6", "Port": 64665} - ]}, - "Created": "2026-04-09T01:35:03.468001392Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1905488416953536, - "StableID": "nRmKN5xzsF11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:564554938124e6cf43ff840ceb8c1818241e7b15ea56816902725b0dce9cd349", - "Addresses": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "AllowedIPs": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "Endpoints": ["77.164.248.136:34461", "10.65.0.27:34461", "172.17.0.1:34461"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 43120}, - {"Proto": "peerapi6", "Port": 43120} - ]}, - "Created": "2026-04-09T01:35:08.381245057Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2889228966376830, - "StableID": "nTFR4T9YZP11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "DiscoKey": "discokey:f338f5b8bf953a71885cc2978c08886914d4e4e2e84b73e1ea42490c7b02b225", - "Addresses": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "AllowedIPs": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "Endpoints": ["77.164.248.136:47133", "10.65.0.27:47133", "172.17.0.1:47133"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 64439}, - {"Proto": "peerapi6", "Port": 64439} - ]}, - "Created": "2026-04-09T01:35:02.923720657Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3466234451983629, - "StableID": "nzuexs6s4U11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "DiscoKey": "discokey:747f9af4fa87017d8f6dba34ab7f2f47eabde0fe5ce2f419aa1add14fa8e7b16", - "Addresses": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "AllowedIPs": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "Endpoints": ["77.164.248.136:44555", "10.65.0.27:44555", "172.17.0.1:44555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 62216}, - {"Proto": "peerapi6", "Port": 62216} - ]}, - "Created": "2026-04-09T01:35:07.27272598Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4465870960574956, - "StableID": "nq9W8jrbsb11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "DiscoKey": "discokey:1c7cabb909200a1137239a8453d00a927764715371c74521de9f33753b292706", - "Addresses": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "AllowedIPs": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "Endpoints": ["77.164.248.136:47720", "10.65.0.27:47720", "172.17.0.1:47720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61261}, - {"Proto": "peerapi6", "Port": 61261} - ]}, - "Created": "2026-04-09T01:35:01.685356056Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4588546786065425, - "StableID": "ngtAkuLAqc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "DiscoKey": "discokey:bcb4082a90757dc883b413fe900b43dc3734a1ed1b31575960f15d722f56dd46", - "Addresses": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "AllowedIPs": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "Endpoints": ["77.164.248.136:33723", "10.65.0.27:33723", "172.17.0.1:33723"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 33680}, - {"Proto": "peerapi6", "Port": 33680} - ]}, - "Created": "2026-04-09T01:35:04.556678672Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5620759547854731, - "StableID": "niGirgpetk11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "DiscoKey": "discokey:519902d54176317f6aad82704665bf10348f993827ef5822e8cf9eaef3bcc40f", - "Addresses": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "AllowedIPs": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "Endpoints": ["77.164.248.136:48752", "10.65.0.27:48752", "172.17.0.1:48752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 43570}, - {"Proto": "peerapi6", "Port": 43570} - ]}, - "Created": "2026-04-09T01:35:05.092169777Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7108467281580657, - "StableID": "nttVs8PSWx11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "DiscoKey": "discokey:de12da69b3e0669e9c9a4f1fed65c576b7ed54f64520ee213ed8806327c93a37", - "Addresses": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "AllowedIPs": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "Endpoints": ["77.164.248.136:54346", "10.65.0.27:54346", "172.17.0.1:54346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42896}, - {"Proto": "peerapi6", "Port": 42896} - ]}, - "Created": "2026-04-09T01:35:06.725477185Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7318591409430500, - "StableID": "nRyiWCzb9z11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:7a471c5d122ee0c3ffb249551d91ad6ed4e39d895ad3df58ed655e6d2f09842d", - "Addresses": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "AllowedIPs": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "Endpoints": ["77.164.248.136:43621", "10.65.0.27:43621", "172.17.0.1:43621"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56165}, - {"Proto": "peerapi6", "Port": 56165} - ]}, - "Created": "2026-04-09T01:35:08.894724802Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7370416196140814, - "StableID": "nfV1TTL5Zz11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "DiscoKey": "discokey:221314cc5efa8dd4bf6c53d8c65a02420409b21e5a37df71c6b12ccf1855a12e", - "Addresses": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "AllowedIPs": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "Endpoints": ["77.164.248.136:54573", "10.65.0.27:54573", "172.17.0.1:54573"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63989}, - {"Proto": "peerapi6", "Port": 63989} - ]}, - "Created": "2026-04-09T01:35:06.193091242Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8150981673469957, - "StableID": "nnb2m5Ube621CNTRL", + "ID": 1374296710039580, + "StableID": "nPQ5DmSRjB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "DiscoKey": "discokey:fc06aa8662fb012d4b77e64c3dc485477e7c3b5e052f2d00830ba017bbe4333b", - "Addresses": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "AllowedIPs": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "Endpoints": ["77.164.248.136:43622", "10.65.0.27:43622", "172.17.0.1:43622"], + "Key": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "DiscoKey": "discokey:8dd70a8c5d34b175a02afb10be281d0e01510dbab5c107e7cd528dc963808c28", + "Addresses": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "AllowedIPs": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65398}, - {"Proto": "peerapi6", "Port": 65398} + {"Proto": "peerapi4", "Port": 39782}, + {"Proto": "peerapi6", "Port": 39782} ]}, - "Created": "2026-04-09T01:35:02.395244548Z", + "Created": "2026-04-09T08:41:02.201293401Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8463824625039748, - "StableID": "nPYK7cKH6921CNTRL", + "ID": 1729308288068419, + "StableID": "ngjMgnzCWE11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "DiscoKey": "discokey:803afd59bf0e3e76178bf215f900767da31c701321aaede4c9fa079e65f5531d", + "Addresses": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "AllowedIPs": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "Endpoints": ["77.164.248.136:59118", "10.65.0.27:59118", "172.17.0.1:59118"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37687}, + {"Proto": "peerapi6", "Port": 37687} + ]}, + "Created": "2026-04-09T08:41:07.742674169Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1884208598832829, + "StableID": "nADAixxMiF11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "DiscoKey": "discokey:0c0038afe0fb0c2de03a50fd3bacde347d63200f5b701b238858be658197ac21", + "Addresses": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "AllowedIPs": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "Endpoints": ["77.164.248.136:46976", "10.65.0.27:46976", "172.17.0.1:46976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56020}, + {"Proto": "peerapi6", "Port": 56020} + ]}, + "Created": "2026-04-09T08:41:01.582259121Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3141904476109138, + "StableID": "nu6EcAWyXR11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "DiscoKey": "discokey:46d6e04498b83b2f1f65da30e1323732d5f3e10c5afefcf854ba9aee83325263", + "Addresses": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "AllowedIPs": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "Endpoints": ["77.164.248.136:47047", "10.65.0.27:47047", "172.17.0.1:47047"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 45798}, + {"Proto": "peerapi6", "Port": 45798} + ]}, + "Created": "2026-04-09T08:41:03.200245537Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3199103625817348, + "StableID": "nMufbb2tyR11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "DiscoKey": "discokey:71ede17c6a6590283576802c42305ed370e58b7e38a53807e6f0c79b11195447", + "Addresses": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "AllowedIPs": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "Endpoints": ["77.164.248.136:40778", "10.65.0.27:40778", "172.17.0.1:40778"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 50595}, + {"Proto": "peerapi6", "Port": 50595} + ]}, + "Created": "2026-04-09T08:41:06.187268431Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4639793866054751, + "StableID": "nEGWizWNEd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "DiscoKey": "discokey:a1435179b1b810aa3c4caa87334c15527401cc0f8b337f529c60403d82b7f575", + "Addresses": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "AllowedIPs": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "Endpoints": ["77.164.248.136:60396", "10.65.0.27:60396", "172.17.0.1:60396"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33526}, + {"Proto": "peerapi6", "Port": 33526} + ]}, + "Created": "2026-04-09T08:41:07.199087621Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5571368044669381, + "StableID": "nzPXrgPHWk11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "DiscoKey": "discokey:db512f95787f9cc85d4e659eebfe0e2ba0d02afd1afdd7f00c68950185dfb53f", - "Addresses": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "AllowedIPs": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "Endpoints": ["77.164.248.136:40286", "10.65.0.27:40286", "172.17.0.1:40286"], + "Key": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "DiscoKey": "discokey:cda244e4913679d4743debf51ce375225de410a07df0a541d4668c1d0341c955", + "Addresses": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "AllowedIPs": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "Endpoints": ["77.164.248.136:44518", "10.65.0.27:44518", "172.17.0.1:44518"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57506}, - {"Proto": "peerapi6", "Port": 57506} + {"Proto": "peerapi4", "Port": 47959}, + {"Proto": "peerapi6", "Port": 47959} ]}, - "Created": "2026-04-09T01:35:05.647502085Z", + "Created": "2026-04-09T08:41:05.338057187Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 5641192804421923, + "StableID": "nGjdm1au3m11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:1b4d9c59126aa1fef174eafb806fb8af00333d3351707ffd98fefd5e8def4e4b", + "Addresses": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "AllowedIPs": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "Endpoints": ["77.164.248.136:48600", "10.65.0.27:48600", "172.17.0.1:48600"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63533}, + {"Proto": "peerapi6", "Port": 63533} + ]}, + "Created": "2026-04-09T08:41:08.802931909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5677239659626555, + "StableID": "nQVnvcTELm11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "DiscoKey": "discokey:df6342c9d64ad246d1074e17a378582b83e39796ac2bab6486032aac85004e72", + "Addresses": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "AllowedIPs": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "Endpoints": ["77.164.248.136:49717", "10.65.0.27:49717", "172.17.0.1:49717"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 39928}, + {"Proto": "peerapi6", "Port": 39928} + ]}, + "Created": "2026-04-09T08:41:02.67124466Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6343620780590955, + "StableID": "nQbyfLA3Yr11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "DiscoKey": "discokey:01e1791b2b429cb6757d69da205f94f068257557d9347cff95b2cf366f036934", + "Addresses": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "AllowedIPs": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "Endpoints": ["77.164.248.136:48997", "10.65.0.27:48997", "172.17.0.1:48997"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 38129}, + {"Proto": "peerapi6", "Port": 38129} + ]}, + "Created": "2026-04-09T08:41:06.684648628Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6381385371082262, + "StableID": "ns5UD2B9qr11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "DiscoKey": "discokey:4c09049845fd78288912cd7e2d925cb482dbc40317a2c5c483baa34f23880614", + "Addresses": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "AllowedIPs": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36954}, + {"Proto": "peerapi6", "Port": 36954} + ]}, + "Created": "2026-04-09T08:41:04.814206142Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7382615329324482, + "StableID": "nhaH5bnbez11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "DiscoKey": "discokey:82eeebbe5bf0df4a213a237f3b003250556c689f82a995b3f9a661386f74971b", + "Addresses": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "AllowedIPs": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "Endpoints": ["77.164.248.136:37291", "10.65.0.27:37291", "172.17.0.1:37291"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61000}, + {"Proto": "peerapi6", "Port": 61000} + ]}, + "Created": "2026-04-09T08:41:04.269084053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7946285931280655, + "StableID": "nUHEyVTt3521CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:e173aaaceba2ece98cd4bf030c711c409ebb019c668455412b625f9a007d6078", + "Addresses": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "AllowedIPs": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "Endpoints": ["77.164.248.136:60276", "10.65.0.27:60276", "172.17.0.1:60276"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:41:08.302638571Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3858,23 +3865,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3905,26 +3913,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2889228966376830, - "StableID": "nTFR4T9YZP11CNTRL", + "ID": 5677239659626555, + "StableID": "nQVnvcTELm11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 2889228966376830, - "Key": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "DiscoKey": "discokey:f338f5b8bf953a71885cc2978c08886914d4e4e2e84b73e1ea42490c7b02b225", - "Addresses": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "AllowedIPs": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "Endpoints": ["77.164.248.136:47133", "10.65.0.27:47133", "172.17.0.1:47133"], + "User": 5677239659626555, + "Key": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "DiscoKey": "discokey:df6342c9d64ad246d1074e17a378582b83e39796ac2bab6486032aac85004e72", + "Addresses": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "AllowedIPs": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "Endpoints": ["77.164.248.136:49717", "10.65.0.27:49717", "172.17.0.1:49717"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 64439}, - {"Proto": "peerapi6", "Port": 64439}, + {"Proto": "peerapi4", "Port": 39928}, + {"Proto": "peerapi6", "Port": 39928}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:02.923720657Z", + "Created": "2026-04-09T08:41:02.67124466Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3952,301 +3960,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "MachineKey": "mkey:6f17193de244271338c034ee5ba72cdd35c6ef96ecf4ea6e5b5741c9ba5cac5e", + "NodeKey": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "MachineKey": "mkey:6fe4883b568513d2e7cf6dda4fe07019846c9e3b116e9ccd196f2e779a40e830", "Peers": [{ - "ID": 403059446523, - "StableID": "n852z5bB1111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "DiscoKey": "discokey:02199aa38b861538929dc9cef721afb98f0e9434fce62aba755e0dcd1850766d", - "Addresses": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "AllowedIPs": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "Endpoints": ["77.164.248.136:33058", "10.65.0.27:33058", "172.17.0.1:33058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 59692}, - {"Proto": "peerapi6", "Port": 59692} - ]}, - "Created": "2026-04-09T01:35:07.81224963Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 581184827916071, - "StableID": "nU715vjDY511CNTRL", + "ID": 1360374372208772, + "StableID": "nfGZtDj7dB11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "DiscoKey": "discokey:e1c5e729ba73781213f3431633d1e402589879a672036456d1a34db89e9c2442", - "Addresses": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "AllowedIPs": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "Endpoints": ["77.164.248.136:34491", "10.65.0.27:34491", "172.17.0.1:34491"], + "Key": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "DiscoKey": "discokey:3aacf3194be22e1565b1f3f015d9f1f02761d7f6fd5b8f399d2a4f675e8ce338", + "Addresses": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "AllowedIPs": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "Endpoints": ["77.164.248.136:43782", "10.65.0.27:43782", "172.17.0.1:43782"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 42128}, - {"Proto": "peerapi6", "Port": 42128} + {"Proto": "peerapi4", "Port": 35814}, + {"Proto": "peerapi6", "Port": 35814} ]}, - "Created": "2026-04-09T01:35:04.009410322Z", + "Created": "2026-04-09T08:41:03.731567552Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1587526652896753, - "StableID": "n4C36jdzPD11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "DiscoKey": "discokey:9bb1c3087ccda7ecd0a964b324bd80f15613ddaab7b481a2759ec48fc7cdc850", - "Addresses": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "AllowedIPs": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "Endpoints": ["77.164.248.136:37243", "10.65.0.27:37243", "172.17.0.1:37243"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64665}, - {"Proto": "peerapi6", "Port": 64665} - ]}, - "Created": "2026-04-09T01:35:03.468001392Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1905488416953536, - "StableID": "nRmKN5xzsF11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:564554938124e6cf43ff840ceb8c1818241e7b15ea56816902725b0dce9cd349", - "Addresses": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "AllowedIPs": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "Endpoints": ["77.164.248.136:34461", "10.65.0.27:34461", "172.17.0.1:34461"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 43120}, - {"Proto": "peerapi6", "Port": 43120} - ]}, - "Created": "2026-04-09T01:35:08.381245057Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3466234451983629, - "StableID": "nzuexs6s4U11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "DiscoKey": "discokey:747f9af4fa87017d8f6dba34ab7f2f47eabde0fe5ce2f419aa1add14fa8e7b16", - "Addresses": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "AllowedIPs": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "Endpoints": ["77.164.248.136:44555", "10.65.0.27:44555", "172.17.0.1:44555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 62216}, - {"Proto": "peerapi6", "Port": 62216} - ]}, - "Created": "2026-04-09T01:35:07.27272598Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4284101535696515, - "StableID": "nQTbVo5HTa11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "KeyExpiry": "2026-10-06T01:35:09Z", - "DiscoKey": "discokey:8fc513e5cfaef10b8cef128f512e5cf9e2a354b5026f8dbdb62d3beab796bd3a", - "Addresses": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "AllowedIPs": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53037}, - {"Proto": "peerapi6", "Port": 53037} - ]}, - "Created": "2026-04-09T01:35:09.430982733Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4465870960574956, - "StableID": "nq9W8jrbsb11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "DiscoKey": "discokey:1c7cabb909200a1137239a8453d00a927764715371c74521de9f33753b292706", - "Addresses": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "AllowedIPs": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "Endpoints": ["77.164.248.136:47720", "10.65.0.27:47720", "172.17.0.1:47720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61261}, - {"Proto": "peerapi6", "Port": 61261} - ]}, - "Created": "2026-04-09T01:35:01.685356056Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4588546786065425, - "StableID": "ngtAkuLAqc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "DiscoKey": "discokey:bcb4082a90757dc883b413fe900b43dc3734a1ed1b31575960f15d722f56dd46", - "Addresses": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "AllowedIPs": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "Endpoints": ["77.164.248.136:33723", "10.65.0.27:33723", "172.17.0.1:33723"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 33680}, - {"Proto": "peerapi6", "Port": 33680} - ]}, - "Created": "2026-04-09T01:35:04.556678672Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5620759547854731, - "StableID": "niGirgpetk11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "DiscoKey": "discokey:519902d54176317f6aad82704665bf10348f993827ef5822e8cf9eaef3bcc40f", - "Addresses": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "AllowedIPs": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "Endpoints": ["77.164.248.136:48752", "10.65.0.27:48752", "172.17.0.1:48752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 43570}, - {"Proto": "peerapi6", "Port": 43570} - ]}, - "Created": "2026-04-09T01:35:05.092169777Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7108467281580657, - "StableID": "nttVs8PSWx11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "DiscoKey": "discokey:de12da69b3e0669e9c9a4f1fed65c576b7ed54f64520ee213ed8806327c93a37", - "Addresses": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "AllowedIPs": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "Endpoints": ["77.164.248.136:54346", "10.65.0.27:54346", "172.17.0.1:54346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42896}, - {"Proto": "peerapi6", "Port": 42896} - ]}, - "Created": "2026-04-09T01:35:06.725477185Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7318591409430500, - "StableID": "nRyiWCzb9z11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:7a471c5d122ee0c3ffb249551d91ad6ed4e39d895ad3df58ed655e6d2f09842d", - "Addresses": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "AllowedIPs": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "Endpoints": ["77.164.248.136:43621", "10.65.0.27:43621", "172.17.0.1:43621"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56165}, - {"Proto": "peerapi6", "Port": 56165} - ]}, - "Created": "2026-04-09T01:35:08.894724802Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7370416196140814, - "StableID": "nfV1TTL5Zz11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "DiscoKey": "discokey:221314cc5efa8dd4bf6c53d8c65a02420409b21e5a37df71c6b12ccf1855a12e", - "Addresses": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "AllowedIPs": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "Endpoints": ["77.164.248.136:54573", "10.65.0.27:54573", "172.17.0.1:54573"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63989}, - {"Proto": "peerapi6", "Port": 63989} - ]}, - "Created": "2026-04-09T01:35:06.193091242Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8150981673469957, - "StableID": "nnb2m5Ube621CNTRL", + "ID": 1374296710039580, + "StableID": "nPQ5DmSRjB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "DiscoKey": "discokey:fc06aa8662fb012d4b77e64c3dc485477e7c3b5e052f2d00830ba017bbe4333b", - "Addresses": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "AllowedIPs": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "Endpoints": ["77.164.248.136:43622", "10.65.0.27:43622", "172.17.0.1:43622"], + "Key": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "DiscoKey": "discokey:8dd70a8c5d34b175a02afb10be281d0e01510dbab5c107e7cd528dc963808c28", + "Addresses": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "AllowedIPs": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65398}, - {"Proto": "peerapi6", "Port": 65398} + {"Proto": "peerapi4", "Port": 39782}, + {"Proto": "peerapi6", "Port": 39782} ]}, - "Created": "2026-04-09T01:35:02.395244548Z", + "Created": "2026-04-09T08:41:02.201293401Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8463824625039748, - "StableID": "nPYK7cKH6921CNTRL", + "ID": 1729308288068419, + "StableID": "ngjMgnzCWE11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "DiscoKey": "discokey:803afd59bf0e3e76178bf215f900767da31c701321aaede4c9fa079e65f5531d", + "Addresses": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "AllowedIPs": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "Endpoints": ["77.164.248.136:59118", "10.65.0.27:59118", "172.17.0.1:59118"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37687}, + {"Proto": "peerapi6", "Port": 37687} + ]}, + "Created": "2026-04-09T08:41:07.742674169Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1884208598832829, + "StableID": "nADAixxMiF11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "DiscoKey": "discokey:0c0038afe0fb0c2de03a50fd3bacde347d63200f5b701b238858be658197ac21", + "Addresses": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "AllowedIPs": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "Endpoints": ["77.164.248.136:46976", "10.65.0.27:46976", "172.17.0.1:46976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56020}, + {"Proto": "peerapi6", "Port": 56020} + ]}, + "Created": "2026-04-09T08:41:01.582259121Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3141904476109138, + "StableID": "nu6EcAWyXR11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "DiscoKey": "discokey:46d6e04498b83b2f1f65da30e1323732d5f3e10c5afefcf854ba9aee83325263", + "Addresses": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "AllowedIPs": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "Endpoints": ["77.164.248.136:47047", "10.65.0.27:47047", "172.17.0.1:47047"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 45798}, + {"Proto": "peerapi6", "Port": 45798} + ]}, + "Created": "2026-04-09T08:41:03.200245537Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3199103625817348, + "StableID": "nMufbb2tyR11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "DiscoKey": "discokey:71ede17c6a6590283576802c42305ed370e58b7e38a53807e6f0c79b11195447", + "Addresses": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "AllowedIPs": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "Endpoints": ["77.164.248.136:40778", "10.65.0.27:40778", "172.17.0.1:40778"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 50595}, + {"Proto": "peerapi6", "Port": 50595} + ]}, + "Created": "2026-04-09T08:41:06.187268431Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4639793866054751, + "StableID": "nEGWizWNEd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "DiscoKey": "discokey:a1435179b1b810aa3c4caa87334c15527401cc0f8b337f529c60403d82b7f575", + "Addresses": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "AllowedIPs": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "Endpoints": ["77.164.248.136:60396", "10.65.0.27:60396", "172.17.0.1:60396"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33526}, + {"Proto": "peerapi6", "Port": 33526} + ]}, + "Created": "2026-04-09T08:41:07.199087621Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5571368044669381, + "StableID": "nzPXrgPHWk11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "DiscoKey": "discokey:db512f95787f9cc85d4e659eebfe0e2ba0d02afd1afdd7f00c68950185dfb53f", - "Addresses": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "AllowedIPs": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "Endpoints": ["77.164.248.136:40286", "10.65.0.27:40286", "172.17.0.1:40286"], + "Key": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "DiscoKey": "discokey:cda244e4913679d4743debf51ce375225de410a07df0a541d4668c1d0341c955", + "Addresses": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "AllowedIPs": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "Endpoints": ["77.164.248.136:44518", "10.65.0.27:44518", "172.17.0.1:44518"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57506}, - {"Proto": "peerapi6", "Port": 57506} + {"Proto": "peerapi4", "Port": 47959}, + {"Proto": "peerapi6", "Port": 47959} ]}, - "Created": "2026-04-09T01:35:05.647502085Z", + "Created": "2026-04-09T08:41:05.338057187Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 5641192804421923, + "StableID": "nGjdm1au3m11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:1b4d9c59126aa1fef174eafb806fb8af00333d3351707ffd98fefd5e8def4e4b", + "Addresses": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "AllowedIPs": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "Endpoints": ["77.164.248.136:48600", "10.65.0.27:48600", "172.17.0.1:48600"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63533}, + {"Proto": "peerapi6", "Port": 63533} + ]}, + "Created": "2026-04-09T08:41:08.802931909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6343620780590955, + "StableID": "nQbyfLA3Yr11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "DiscoKey": "discokey:01e1791b2b429cb6757d69da205f94f068257557d9347cff95b2cf366f036934", + "Addresses": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "AllowedIPs": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "Endpoints": ["77.164.248.136:48997", "10.65.0.27:48997", "172.17.0.1:48997"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 38129}, + {"Proto": "peerapi6", "Port": 38129} + ]}, + "Created": "2026-04-09T08:41:06.684648628Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6381385371082262, + "StableID": "ns5UD2B9qr11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "DiscoKey": "discokey:4c09049845fd78288912cd7e2d925cb482dbc40317a2c5c483baa34f23880614", + "Addresses": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "AllowedIPs": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36954}, + {"Proto": "peerapi6", "Port": 36954} + ]}, + "Created": "2026-04-09T08:41:04.814206142Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6483759775307444, + "StableID": "noYbkjNWds11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "KeyExpiry": "2026-10-06T08:41:09Z", + "DiscoKey": "discokey:e130a3099133404606bd20873de66d63113672454adb1cb7c1555ac9b439d650", + "Addresses": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "AllowedIPs": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "Endpoints": ["77.164.248.136:33394", "10.65.0.27:33394", "172.17.0.1:33394"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 44904}, + {"Proto": "peerapi6", "Port": 44904} + ]}, + "Created": "2026-04-09T08:41:09.367737736Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7382615329324482, + "StableID": "nhaH5bnbez11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "DiscoKey": "discokey:82eeebbe5bf0df4a213a237f3b003250556c689f82a995b3f9a661386f74971b", + "Addresses": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "AllowedIPs": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "Endpoints": ["77.164.248.136:37291", "10.65.0.27:37291", "172.17.0.1:37291"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61000}, + {"Proto": "peerapi6", "Port": 61000} + ]}, + "Created": "2026-04-09T08:41:04.269084053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7946285931280655, + "StableID": "nUHEyVTt3521CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:e173aaaceba2ece98cd4bf030c711c409ebb019c668455412b625f9a007d6078", + "Addresses": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "AllowedIPs": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "Endpoints": ["77.164.248.136:60276", "10.65.0.27:60276", "172.17.0.1:60276"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:41:08.302638571Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5094,27 +5103,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2889228966376830": { - "ID": 2889228966376830, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5677239659626555": { + "ID": 5677239659626555, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5145,26 +5156,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8463824625039748, - "StableID": "nPYK7cKH6921CNTRL", + "ID": 5571368044669381, + "StableID": "nzPXrgPHWk11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 8463824625039748, - "Key": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "DiscoKey": "discokey:db512f95787f9cc85d4e659eebfe0e2ba0d02afd1afdd7f00c68950185dfb53f", - "Addresses": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "AllowedIPs": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "Endpoints": ["77.164.248.136:40286", "10.65.0.27:40286", "172.17.0.1:40286"], + "User": 5571368044669381, + "Key": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "DiscoKey": "discokey:cda244e4913679d4743debf51ce375225de410a07df0a541d4668c1d0341c955", + "Addresses": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "AllowedIPs": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "Endpoints": ["77.164.248.136:44518", "10.65.0.27:44518", "172.17.0.1:44518"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 57506}, - {"Proto": "peerapi6", "Port": 57506}, + {"Proto": "peerapi4", "Port": 47959}, + {"Proto": "peerapi6", "Port": 47959}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:05.647502085Z", + "Created": "2026-04-09T08:41:05.338057187Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5192,301 +5203,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "MachineKey": "mkey:cb01121e86645c2325ef624c5524e1c636e7b62ecdd452ef8e56fce435ff5148", + "NodeKey": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "MachineKey": "mkey:7ab71e4faa1185fcdd92bd1cf24353542a27c45c7bc9ad1ee671ea58e450c566", "Peers": [{ - "ID": 403059446523, - "StableID": "n852z5bB1111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "DiscoKey": "discokey:02199aa38b861538929dc9cef721afb98f0e9434fce62aba755e0dcd1850766d", - "Addresses": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "AllowedIPs": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "Endpoints": ["77.164.248.136:33058", "10.65.0.27:33058", "172.17.0.1:33058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 59692}, - {"Proto": "peerapi6", "Port": 59692} - ]}, - "Created": "2026-04-09T01:35:07.81224963Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 581184827916071, - "StableID": "nU715vjDY511CNTRL", + "ID": 1360374372208772, + "StableID": "nfGZtDj7dB11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "DiscoKey": "discokey:e1c5e729ba73781213f3431633d1e402589879a672036456d1a34db89e9c2442", - "Addresses": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "AllowedIPs": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "Endpoints": ["77.164.248.136:34491", "10.65.0.27:34491", "172.17.0.1:34491"], + "Key": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "DiscoKey": "discokey:3aacf3194be22e1565b1f3f015d9f1f02761d7f6fd5b8f399d2a4f675e8ce338", + "Addresses": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "AllowedIPs": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "Endpoints": ["77.164.248.136:43782", "10.65.0.27:43782", "172.17.0.1:43782"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 42128}, - {"Proto": "peerapi6", "Port": 42128} + {"Proto": "peerapi4", "Port": 35814}, + {"Proto": "peerapi6", "Port": 35814} ]}, - "Created": "2026-04-09T01:35:04.009410322Z", + "Created": "2026-04-09T08:41:03.731567552Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1587526652896753, - "StableID": "n4C36jdzPD11CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 1374296710039580, + "StableID": "nPQ5DmSRjB11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "DiscoKey": "discokey:9bb1c3087ccda7ecd0a964b324bd80f15613ddaab7b481a2759ec48fc7cdc850", - "Addresses": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "AllowedIPs": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "Endpoints": ["77.164.248.136:37243", "10.65.0.27:37243", "172.17.0.1:37243"], + "Key": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "DiscoKey": "discokey:8dd70a8c5d34b175a02afb10be281d0e01510dbab5c107e7cd528dc963808c28", + "Addresses": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "AllowedIPs": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64665}, - {"Proto": "peerapi6", "Port": 64665} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39782}, + {"Proto": "peerapi6", "Port": 39782} ]}, - "Created": "2026-04-09T01:35:03.468001392Z", + "Created": "2026-04-09T08:41:02.201293401Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 1905488416953536, - "StableID": "nRmKN5xzsF11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:564554938124e6cf43ff840ceb8c1818241e7b15ea56816902725b0dce9cd349", - "Addresses": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "AllowedIPs": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "Endpoints": ["77.164.248.136:34461", "10.65.0.27:34461", "172.17.0.1:34461"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 43120}, - {"Proto": "peerapi6", "Port": 43120} - ]}, - "Created": "2026-04-09T01:35:08.381245057Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2889228966376830, - "StableID": "nTFR4T9YZP11CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 1729308288068419, + "StableID": "ngjMgnzCWE11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "DiscoKey": "discokey:f338f5b8bf953a71885cc2978c08886914d4e4e2e84b73e1ea42490c7b02b225", - "Addresses": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "AllowedIPs": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "Endpoints": ["77.164.248.136:47133", "10.65.0.27:47133", "172.17.0.1:47133"], + "Key": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "DiscoKey": "discokey:803afd59bf0e3e76178bf215f900767da31c701321aaede4c9fa079e65f5531d", + "Addresses": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "AllowedIPs": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "Endpoints": ["77.164.248.136:59118", "10.65.0.27:59118", "172.17.0.1:59118"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 64439}, - {"Proto": "peerapi6", "Port": 64439} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37687}, + {"Proto": "peerapi6", "Port": 37687} ]}, - "Created": "2026-04-09T01:35:02.923720657Z", + "Created": "2026-04-09T08:41:07.742674169Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 3466234451983629, - "StableID": "nzuexs6s4U11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "DiscoKey": "discokey:747f9af4fa87017d8f6dba34ab7f2f47eabde0fe5ce2f419aa1add14fa8e7b16", - "Addresses": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "AllowedIPs": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "Endpoints": ["77.164.248.136:44555", "10.65.0.27:44555", "172.17.0.1:44555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 62216}, - {"Proto": "peerapi6", "Port": 62216} - ]}, - "Created": "2026-04-09T01:35:07.27272598Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4284101535696515, - "StableID": "nQTbVo5HTa11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "KeyExpiry": "2026-10-06T01:35:09Z", - "DiscoKey": "discokey:8fc513e5cfaef10b8cef128f512e5cf9e2a354b5026f8dbdb62d3beab796bd3a", - "Addresses": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "AllowedIPs": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53037}, - {"Proto": "peerapi6", "Port": 53037} - ]}, - "Created": "2026-04-09T01:35:09.430982733Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4465870960574956, - "StableID": "nq9W8jrbsb11CNTRL", + "ID": 1884208598832829, + "StableID": "nADAixxMiF11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "DiscoKey": "discokey:1c7cabb909200a1137239a8453d00a927764715371c74521de9f33753b292706", - "Addresses": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "AllowedIPs": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "Endpoints": ["77.164.248.136:47720", "10.65.0.27:47720", "172.17.0.1:47720"], + "Key": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "DiscoKey": "discokey:0c0038afe0fb0c2de03a50fd3bacde347d63200f5b701b238858be658197ac21", + "Addresses": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "AllowedIPs": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "Endpoints": ["77.164.248.136:46976", "10.65.0.27:46976", "172.17.0.1:46976"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61261}, - {"Proto": "peerapi6", "Port": 61261} + {"Proto": "peerapi4", "Port": 56020}, + {"Proto": "peerapi6", "Port": 56020} ]}, - "Created": "2026-04-09T01:35:01.685356056Z", + "Created": "2026-04-09T08:41:01.582259121Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4588546786065425, - "StableID": "ngtAkuLAqc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 3141904476109138, + "StableID": "nu6EcAWyXR11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "DiscoKey": "discokey:bcb4082a90757dc883b413fe900b43dc3734a1ed1b31575960f15d722f56dd46", - "Addresses": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "AllowedIPs": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "Endpoints": ["77.164.248.136:33723", "10.65.0.27:33723", "172.17.0.1:33723"], + "Key": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "DiscoKey": "discokey:46d6e04498b83b2f1f65da30e1323732d5f3e10c5afefcf854ba9aee83325263", + "Addresses": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "AllowedIPs": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "Endpoints": ["77.164.248.136:47047", "10.65.0.27:47047", "172.17.0.1:47047"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 33680}, - {"Proto": "peerapi6", "Port": 33680} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 45798}, + {"Proto": "peerapi6", "Port": 45798} ]}, - "Created": "2026-04-09T01:35:04.556678672Z", + "Created": "2026-04-09T08:41:03.200245537Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5620759547854731, - "StableID": "niGirgpetk11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "DiscoKey": "discokey:519902d54176317f6aad82704665bf10348f993827ef5822e8cf9eaef3bcc40f", - "Addresses": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "AllowedIPs": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "Endpoints": ["77.164.248.136:48752", "10.65.0.27:48752", "172.17.0.1:48752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 43570}, - {"Proto": "peerapi6", "Port": 43570} - ]}, - "Created": "2026-04-09T01:35:05.092169777Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7108467281580657, - "StableID": "nttVs8PSWx11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "DiscoKey": "discokey:de12da69b3e0669e9c9a4f1fed65c576b7ed54f64520ee213ed8806327c93a37", - "Addresses": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "AllowedIPs": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "Endpoints": ["77.164.248.136:54346", "10.65.0.27:54346", "172.17.0.1:54346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42896}, - {"Proto": "peerapi6", "Port": 42896} - ]}, - "Created": "2026-04-09T01:35:06.725477185Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7318591409430500, - "StableID": "nRyiWCzb9z11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:7a471c5d122ee0c3ffb249551d91ad6ed4e39d895ad3df58ed655e6d2f09842d", - "Addresses": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "AllowedIPs": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "Endpoints": ["77.164.248.136:43621", "10.65.0.27:43621", "172.17.0.1:43621"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56165}, - {"Proto": "peerapi6", "Port": 56165} - ]}, - "Created": "2026-04-09T01:35:08.894724802Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7370416196140814, - "StableID": "nfV1TTL5Zz11CNTRL", + "ID": 3199103625817348, + "StableID": "nMufbb2tyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "DiscoKey": "discokey:221314cc5efa8dd4bf6c53d8c65a02420409b21e5a37df71c6b12ccf1855a12e", - "Addresses": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "AllowedIPs": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "Endpoints": ["77.164.248.136:54573", "10.65.0.27:54573", "172.17.0.1:54573"], + "Key": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "DiscoKey": "discokey:71ede17c6a6590283576802c42305ed370e58b7e38a53807e6f0c79b11195447", + "Addresses": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "AllowedIPs": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "Endpoints": ["77.164.248.136:40778", "10.65.0.27:40778", "172.17.0.1:40778"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63989}, - {"Proto": "peerapi6", "Port": 63989} + {"Proto": "peerapi4", "Port": 50595}, + {"Proto": "peerapi6", "Port": 50595} ]}, - "Created": "2026-04-09T01:35:06.193091242Z", + "Created": "2026-04-09T08:41:06.187268431Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8150981673469957, - "StableID": "nnb2m5Ube621CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 4639793866054751, + "StableID": "nEGWizWNEd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "DiscoKey": "discokey:fc06aa8662fb012d4b77e64c3dc485477e7c3b5e052f2d00830ba017bbe4333b", - "Addresses": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "AllowedIPs": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "Endpoints": ["77.164.248.136:43622", "10.65.0.27:43622", "172.17.0.1:43622"], + "Key": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "DiscoKey": "discokey:a1435179b1b810aa3c4caa87334c15527401cc0f8b337f529c60403d82b7f575", + "Addresses": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "AllowedIPs": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "Endpoints": ["77.164.248.136:60396", "10.65.0.27:60396", "172.17.0.1:60396"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65398}, - {"Proto": "peerapi6", "Port": 65398} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33526}, + {"Proto": "peerapi6", "Port": 33526} ]}, - "Created": "2026-04-09T01:35:02.395244548Z", + "Created": "2026-04-09T08:41:07.199087621Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5641192804421923, + "StableID": "nGjdm1au3m11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:1b4d9c59126aa1fef174eafb806fb8af00333d3351707ffd98fefd5e8def4e4b", + "Addresses": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "AllowedIPs": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "Endpoints": ["77.164.248.136:48600", "10.65.0.27:48600", "172.17.0.1:48600"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63533}, + {"Proto": "peerapi6", "Port": 63533} + ]}, + "Created": "2026-04-09T08:41:08.802931909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5677239659626555, + "StableID": "nQVnvcTELm11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "DiscoKey": "discokey:df6342c9d64ad246d1074e17a378582b83e39796ac2bab6486032aac85004e72", + "Addresses": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "AllowedIPs": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "Endpoints": ["77.164.248.136:49717", "10.65.0.27:49717", "172.17.0.1:49717"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 39928}, + {"Proto": "peerapi6", "Port": 39928} + ]}, + "Created": "2026-04-09T08:41:02.67124466Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6343620780590955, + "StableID": "nQbyfLA3Yr11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "DiscoKey": "discokey:01e1791b2b429cb6757d69da205f94f068257557d9347cff95b2cf366f036934", + "Addresses": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "AllowedIPs": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "Endpoints": ["77.164.248.136:48997", "10.65.0.27:48997", "172.17.0.1:48997"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 38129}, + {"Proto": "peerapi6", "Port": 38129} + ]}, + "Created": "2026-04-09T08:41:06.684648628Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6381385371082262, + "StableID": "ns5UD2B9qr11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "DiscoKey": "discokey:4c09049845fd78288912cd7e2d925cb482dbc40317a2c5c483baa34f23880614", + "Addresses": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "AllowedIPs": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36954}, + {"Proto": "peerapi6", "Port": 36954} + ]}, + "Created": "2026-04-09T08:41:04.814206142Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6483759775307444, + "StableID": "noYbkjNWds11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "KeyExpiry": "2026-10-06T08:41:09Z", + "DiscoKey": "discokey:e130a3099133404606bd20873de66d63113672454adb1cb7c1555ac9b439d650", + "Addresses": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "AllowedIPs": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "Endpoints": ["77.164.248.136:33394", "10.65.0.27:33394", "172.17.0.1:33394"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 44904}, + {"Proto": "peerapi6", "Port": 44904} + ]}, + "Created": "2026-04-09T08:41:09.367737736Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7382615329324482, + "StableID": "nhaH5bnbez11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "DiscoKey": "discokey:82eeebbe5bf0df4a213a237f3b003250556c689f82a995b3f9a661386f74971b", + "Addresses": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "AllowedIPs": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "Endpoints": ["77.164.248.136:37291", "10.65.0.27:37291", "172.17.0.1:37291"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61000}, + {"Proto": "peerapi6", "Port": 61000} + ]}, + "Created": "2026-04-09T08:41:04.269084053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7946285931280655, + "StableID": "nUHEyVTt3521CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:e173aaaceba2ece98cd4bf030c711c409ebb019c668455412b625f9a007d6078", + "Addresses": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "AllowedIPs": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "Endpoints": ["77.164.248.136:60276", "10.65.0.27:60276", "172.17.0.1:60276"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:41:08.302638571Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6334,27 +6346,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8463824625039748": { - "ID": 8463824625039748, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5571368044669381": { + "ID": 5571368044669381, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6385,22 +6399,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1905488416953536, - "StableID": "nRmKN5xzsF11CNTRL", + "ID": 7946285931280655, + "StableID": "nUHEyVTt3521CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:564554938124e6cf43ff840ceb8c1818241e7b15ea56816902725b0dce9cd349", - "Addresses": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "AllowedIPs": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "Endpoints": ["77.164.248.136:34461", "10.65.0.27:34461", "172.17.0.1:34461"], + "Key": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:e173aaaceba2ece98cd4bf030c711c409ebb019c668455412b625f9a007d6078", + "Addresses": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "AllowedIPs": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "Endpoints": ["77.164.248.136:60276", "10.65.0.27:60276", "172.17.0.1:60276"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 43120}, - {"Proto": "peerapi6", "Port": 43120}, + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:08.381245057Z", + "Created": "2026-04-09T08:41:08.302638571Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6427,300 +6441,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "MachineKey": "mkey:6a3317d6ee15614e15097744b18af3d4842cc0206597e202f4b915208100f941", + "NodeKey": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "MachineKey": "mkey:fb0a442e4e82a3be8504dc52724ecfad6b7771d2261acbd79206622fbea5771c", "Peers": [{ - "ID": 403059446523, - "StableID": "n852z5bB1111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "DiscoKey": "discokey:02199aa38b861538929dc9cef721afb98f0e9434fce62aba755e0dcd1850766d", - "Addresses": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "AllowedIPs": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "Endpoints": ["77.164.248.136:33058", "10.65.0.27:33058", "172.17.0.1:33058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 59692}, - {"Proto": "peerapi6", "Port": 59692} - ]}, - "Created": "2026-04-09T01:35:07.81224963Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 581184827916071, - "StableID": "nU715vjDY511CNTRL", + "ID": 1360374372208772, + "StableID": "nfGZtDj7dB11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "DiscoKey": "discokey:e1c5e729ba73781213f3431633d1e402589879a672036456d1a34db89e9c2442", - "Addresses": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "AllowedIPs": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "Endpoints": ["77.164.248.136:34491", "10.65.0.27:34491", "172.17.0.1:34491"], + "Key": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "DiscoKey": "discokey:3aacf3194be22e1565b1f3f015d9f1f02761d7f6fd5b8f399d2a4f675e8ce338", + "Addresses": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "AllowedIPs": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "Endpoints": ["77.164.248.136:43782", "10.65.0.27:43782", "172.17.0.1:43782"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 42128}, - {"Proto": "peerapi6", "Port": 42128} + {"Proto": "peerapi4", "Port": 35814}, + {"Proto": "peerapi6", "Port": 35814} ]}, - "Created": "2026-04-09T01:35:04.009410322Z", + "Created": "2026-04-09T08:41:03.731567552Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1587526652896753, - "StableID": "n4C36jdzPD11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "DiscoKey": "discokey:9bb1c3087ccda7ecd0a964b324bd80f15613ddaab7b481a2759ec48fc7cdc850", - "Addresses": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "AllowedIPs": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "Endpoints": ["77.164.248.136:37243", "10.65.0.27:37243", "172.17.0.1:37243"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64665}, - {"Proto": "peerapi6", "Port": 64665} - ]}, - "Created": "2026-04-09T01:35:03.468001392Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 2889228966376830, - "StableID": "nTFR4T9YZP11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "DiscoKey": "discokey:f338f5b8bf953a71885cc2978c08886914d4e4e2e84b73e1ea42490c7b02b225", - "Addresses": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "AllowedIPs": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "Endpoints": ["77.164.248.136:47133", "10.65.0.27:47133", "172.17.0.1:47133"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 64439}, - {"Proto": "peerapi6", "Port": 64439} - ]}, - "Created": "2026-04-09T01:35:02.923720657Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3466234451983629, - "StableID": "nzuexs6s4U11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "DiscoKey": "discokey:747f9af4fa87017d8f6dba34ab7f2f47eabde0fe5ce2f419aa1add14fa8e7b16", - "Addresses": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "AllowedIPs": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "Endpoints": ["77.164.248.136:44555", "10.65.0.27:44555", "172.17.0.1:44555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 62216}, - {"Proto": "peerapi6", "Port": 62216} - ]}, - "Created": "2026-04-09T01:35:07.27272598Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4284101535696515, - "StableID": "nQTbVo5HTa11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "KeyExpiry": "2026-10-06T01:35:09Z", - "DiscoKey": "discokey:8fc513e5cfaef10b8cef128f512e5cf9e2a354b5026f8dbdb62d3beab796bd3a", - "Addresses": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "AllowedIPs": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53037}, - {"Proto": "peerapi6", "Port": 53037} - ]}, - "Created": "2026-04-09T01:35:09.430982733Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4465870960574956, - "StableID": "nq9W8jrbsb11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "DiscoKey": "discokey:1c7cabb909200a1137239a8453d00a927764715371c74521de9f33753b292706", - "Addresses": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "AllowedIPs": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "Endpoints": ["77.164.248.136:47720", "10.65.0.27:47720", "172.17.0.1:47720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61261}, - {"Proto": "peerapi6", "Port": 61261} - ]}, - "Created": "2026-04-09T01:35:01.685356056Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4588546786065425, - "StableID": "ngtAkuLAqc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "DiscoKey": "discokey:bcb4082a90757dc883b413fe900b43dc3734a1ed1b31575960f15d722f56dd46", - "Addresses": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "AllowedIPs": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "Endpoints": ["77.164.248.136:33723", "10.65.0.27:33723", "172.17.0.1:33723"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 33680}, - {"Proto": "peerapi6", "Port": 33680} - ]}, - "Created": "2026-04-09T01:35:04.556678672Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5620759547854731, - "StableID": "niGirgpetk11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "DiscoKey": "discokey:519902d54176317f6aad82704665bf10348f993827ef5822e8cf9eaef3bcc40f", - "Addresses": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "AllowedIPs": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "Endpoints": ["77.164.248.136:48752", "10.65.0.27:48752", "172.17.0.1:48752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 43570}, - {"Proto": "peerapi6", "Port": 43570} - ]}, - "Created": "2026-04-09T01:35:05.092169777Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7108467281580657, - "StableID": "nttVs8PSWx11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "DiscoKey": "discokey:de12da69b3e0669e9c9a4f1fed65c576b7ed54f64520ee213ed8806327c93a37", - "Addresses": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "AllowedIPs": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "Endpoints": ["77.164.248.136:54346", "10.65.0.27:54346", "172.17.0.1:54346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42896}, - {"Proto": "peerapi6", "Port": 42896} - ]}, - "Created": "2026-04-09T01:35:06.725477185Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7318591409430500, - "StableID": "nRyiWCzb9z11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:7a471c5d122ee0c3ffb249551d91ad6ed4e39d895ad3df58ed655e6d2f09842d", - "Addresses": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "AllowedIPs": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "Endpoints": ["77.164.248.136:43621", "10.65.0.27:43621", "172.17.0.1:43621"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56165}, - {"Proto": "peerapi6", "Port": 56165} - ]}, - "Created": "2026-04-09T01:35:08.894724802Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7370416196140814, - "StableID": "nfV1TTL5Zz11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "DiscoKey": "discokey:221314cc5efa8dd4bf6c53d8c65a02420409b21e5a37df71c6b12ccf1855a12e", - "Addresses": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "AllowedIPs": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "Endpoints": ["77.164.248.136:54573", "10.65.0.27:54573", "172.17.0.1:54573"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63989}, - {"Proto": "peerapi6", "Port": 63989} - ]}, - "Created": "2026-04-09T01:35:06.193091242Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8150981673469957, - "StableID": "nnb2m5Ube621CNTRL", + "ID": 1374296710039580, + "StableID": "nPQ5DmSRjB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "DiscoKey": "discokey:fc06aa8662fb012d4b77e64c3dc485477e7c3b5e052f2d00830ba017bbe4333b", - "Addresses": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "AllowedIPs": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "Endpoints": ["77.164.248.136:43622", "10.65.0.27:43622", "172.17.0.1:43622"], + "Key": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "DiscoKey": "discokey:8dd70a8c5d34b175a02afb10be281d0e01510dbab5c107e7cd528dc963808c28", + "Addresses": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "AllowedIPs": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65398}, - {"Proto": "peerapi6", "Port": 65398} + {"Proto": "peerapi4", "Port": 39782}, + {"Proto": "peerapi6", "Port": 39782} ]}, - "Created": "2026-04-09T01:35:02.395244548Z", + "Created": "2026-04-09T08:41:02.201293401Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8463824625039748, - "StableID": "nPYK7cKH6921CNTRL", + "ID": 1729308288068419, + "StableID": "ngjMgnzCWE11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "DiscoKey": "discokey:803afd59bf0e3e76178bf215f900767da31c701321aaede4c9fa079e65f5531d", + "Addresses": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "AllowedIPs": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "Endpoints": ["77.164.248.136:59118", "10.65.0.27:59118", "172.17.0.1:59118"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37687}, + {"Proto": "peerapi6", "Port": 37687} + ]}, + "Created": "2026-04-09T08:41:07.742674169Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1884208598832829, + "StableID": "nADAixxMiF11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "DiscoKey": "discokey:0c0038afe0fb0c2de03a50fd3bacde347d63200f5b701b238858be658197ac21", + "Addresses": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "AllowedIPs": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "Endpoints": ["77.164.248.136:46976", "10.65.0.27:46976", "172.17.0.1:46976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56020}, + {"Proto": "peerapi6", "Port": 56020} + ]}, + "Created": "2026-04-09T08:41:01.582259121Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3141904476109138, + "StableID": "nu6EcAWyXR11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "DiscoKey": "discokey:46d6e04498b83b2f1f65da30e1323732d5f3e10c5afefcf854ba9aee83325263", + "Addresses": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "AllowedIPs": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "Endpoints": ["77.164.248.136:47047", "10.65.0.27:47047", "172.17.0.1:47047"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 45798}, + {"Proto": "peerapi6", "Port": 45798} + ]}, + "Created": "2026-04-09T08:41:03.200245537Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3199103625817348, + "StableID": "nMufbb2tyR11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "DiscoKey": "discokey:71ede17c6a6590283576802c42305ed370e58b7e38a53807e6f0c79b11195447", + "Addresses": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "AllowedIPs": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "Endpoints": ["77.164.248.136:40778", "10.65.0.27:40778", "172.17.0.1:40778"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 50595}, + {"Proto": "peerapi6", "Port": 50595} + ]}, + "Created": "2026-04-09T08:41:06.187268431Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4639793866054751, + "StableID": "nEGWizWNEd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "DiscoKey": "discokey:a1435179b1b810aa3c4caa87334c15527401cc0f8b337f529c60403d82b7f575", + "Addresses": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "AllowedIPs": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "Endpoints": ["77.164.248.136:60396", "10.65.0.27:60396", "172.17.0.1:60396"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33526}, + {"Proto": "peerapi6", "Port": 33526} + ]}, + "Created": "2026-04-09T08:41:07.199087621Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5571368044669381, + "StableID": "nzPXrgPHWk11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "DiscoKey": "discokey:db512f95787f9cc85d4e659eebfe0e2ba0d02afd1afdd7f00c68950185dfb53f", - "Addresses": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "AllowedIPs": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "Endpoints": ["77.164.248.136:40286", "10.65.0.27:40286", "172.17.0.1:40286"], + "Key": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "DiscoKey": "discokey:cda244e4913679d4743debf51ce375225de410a07df0a541d4668c1d0341c955", + "Addresses": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "AllowedIPs": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "Endpoints": ["77.164.248.136:44518", "10.65.0.27:44518", "172.17.0.1:44518"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57506}, - {"Proto": "peerapi6", "Port": 57506} + {"Proto": "peerapi4", "Port": 47959}, + {"Proto": "peerapi6", "Port": 47959} ]}, - "Created": "2026-04-09T01:35:05.647502085Z", + "Created": "2026-04-09T08:41:05.338057187Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 5641192804421923, + "StableID": "nGjdm1au3m11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:1b4d9c59126aa1fef174eafb806fb8af00333d3351707ffd98fefd5e8def4e4b", + "Addresses": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "AllowedIPs": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "Endpoints": ["77.164.248.136:48600", "10.65.0.27:48600", "172.17.0.1:48600"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63533}, + {"Proto": "peerapi6", "Port": 63533} + ]}, + "Created": "2026-04-09T08:41:08.802931909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5677239659626555, + "StableID": "nQVnvcTELm11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "DiscoKey": "discokey:df6342c9d64ad246d1074e17a378582b83e39796ac2bab6486032aac85004e72", + "Addresses": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "AllowedIPs": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "Endpoints": ["77.164.248.136:49717", "10.65.0.27:49717", "172.17.0.1:49717"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 39928}, + {"Proto": "peerapi6", "Port": 39928} + ]}, + "Created": "2026-04-09T08:41:02.67124466Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6343620780590955, + "StableID": "nQbyfLA3Yr11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "DiscoKey": "discokey:01e1791b2b429cb6757d69da205f94f068257557d9347cff95b2cf366f036934", + "Addresses": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "AllowedIPs": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "Endpoints": ["77.164.248.136:48997", "10.65.0.27:48997", "172.17.0.1:48997"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 38129}, + {"Proto": "peerapi6", "Port": 38129} + ]}, + "Created": "2026-04-09T08:41:06.684648628Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6381385371082262, + "StableID": "ns5UD2B9qr11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "DiscoKey": "discokey:4c09049845fd78288912cd7e2d925cb482dbc40317a2c5c483baa34f23880614", + "Addresses": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "AllowedIPs": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36954}, + {"Proto": "peerapi6", "Port": 36954} + ]}, + "Created": "2026-04-09T08:41:04.814206142Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6483759775307444, + "StableID": "noYbkjNWds11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "KeyExpiry": "2026-10-06T08:41:09Z", + "DiscoKey": "discokey:e130a3099133404606bd20873de66d63113672454adb1cb7c1555ac9b439d650", + "Addresses": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "AllowedIPs": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 44904}, + {"Proto": "peerapi6", "Port": 44904} + ]}, + "Created": "2026-04-09T08:41:09.367737736Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7382615329324482, + "StableID": "nhaH5bnbez11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "DiscoKey": "discokey:82eeebbe5bf0df4a213a237f3b003250556c689f82a995b3f9a661386f74971b", + "Addresses": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "AllowedIPs": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "Endpoints": ["77.164.248.136:37291", "10.65.0.27:37291", "172.17.0.1:37291"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61000}, + {"Proto": "peerapi6", "Port": 61000} + ]}, + "Created": "2026-04-09T08:41:04.269084053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7568,23 +7582,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7615,21 +7630,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3466234451983629, - "StableID": "nzuexs6s4U11CNTRL", + "ID": 4639793866054751, + "StableID": "nEGWizWNEd11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 3466234451983629, - "Key": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "DiscoKey": "discokey:747f9af4fa87017d8f6dba34ab7f2f47eabde0fe5ce2f419aa1add14fa8e7b16", - "Addresses": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "AllowedIPs": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "Endpoints": ["77.164.248.136:44555", "10.65.0.27:44555", "172.17.0.1:44555"], + "User": 4639793866054751, + "Key": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "DiscoKey": "discokey:a1435179b1b810aa3c4caa87334c15527401cc0f8b337f529c60403d82b7f575", + "Addresses": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "AllowedIPs": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "Endpoints": ["77.164.248.136:60396", "10.65.0.27:60396", "172.17.0.1:60396"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 62216}, - {"Proto": "peerapi6", "Port": 62216}, + {"Proto": "peerapi4", "Port": 33526}, + {"Proto": "peerapi6", "Port": 33526}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:07.27272598Z", + "Created": "2026-04-09T08:41:07.199087621Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7657,301 +7672,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "MachineKey": "mkey:2dc1a720b290d9e763be8f6bea8979ad8946cfec12933e1177b6efde9836f15b", + "NodeKey": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "MachineKey": "mkey:c0f7e8c4f420b292d9023458092cb0dfad69039bc9c95a1d3c068f158ea41e69", "Peers": [{ - "ID": 403059446523, - "StableID": "n852z5bB1111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "DiscoKey": "discokey:02199aa38b861538929dc9cef721afb98f0e9434fce62aba755e0dcd1850766d", - "Addresses": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "AllowedIPs": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "Endpoints": ["77.164.248.136:33058", "10.65.0.27:33058", "172.17.0.1:33058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 59692}, - {"Proto": "peerapi6", "Port": 59692} - ]}, - "Created": "2026-04-09T01:35:07.81224963Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 581184827916071, - "StableID": "nU715vjDY511CNTRL", + "ID": 1360374372208772, + "StableID": "nfGZtDj7dB11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "DiscoKey": "discokey:e1c5e729ba73781213f3431633d1e402589879a672036456d1a34db89e9c2442", - "Addresses": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "AllowedIPs": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "Endpoints": ["77.164.248.136:34491", "10.65.0.27:34491", "172.17.0.1:34491"], + "Key": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "DiscoKey": "discokey:3aacf3194be22e1565b1f3f015d9f1f02761d7f6fd5b8f399d2a4f675e8ce338", + "Addresses": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "AllowedIPs": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "Endpoints": ["77.164.248.136:43782", "10.65.0.27:43782", "172.17.0.1:43782"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 42128}, - {"Proto": "peerapi6", "Port": 42128} + {"Proto": "peerapi4", "Port": 35814}, + {"Proto": "peerapi6", "Port": 35814} ]}, - "Created": "2026-04-09T01:35:04.009410322Z", + "Created": "2026-04-09T08:41:03.731567552Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1587526652896753, - "StableID": "n4C36jdzPD11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "DiscoKey": "discokey:9bb1c3087ccda7ecd0a964b324bd80f15613ddaab7b481a2759ec48fc7cdc850", - "Addresses": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "AllowedIPs": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "Endpoints": ["77.164.248.136:37243", "10.65.0.27:37243", "172.17.0.1:37243"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64665}, - {"Proto": "peerapi6", "Port": 64665} - ]}, - "Created": "2026-04-09T01:35:03.468001392Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1905488416953536, - "StableID": "nRmKN5xzsF11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:564554938124e6cf43ff840ceb8c1818241e7b15ea56816902725b0dce9cd349", - "Addresses": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "AllowedIPs": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "Endpoints": ["77.164.248.136:34461", "10.65.0.27:34461", "172.17.0.1:34461"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 43120}, - {"Proto": "peerapi6", "Port": 43120} - ]}, - "Created": "2026-04-09T01:35:08.381245057Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2889228966376830, - "StableID": "nTFR4T9YZP11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "DiscoKey": "discokey:f338f5b8bf953a71885cc2978c08886914d4e4e2e84b73e1ea42490c7b02b225", - "Addresses": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "AllowedIPs": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "Endpoints": ["77.164.248.136:47133", "10.65.0.27:47133", "172.17.0.1:47133"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 64439}, - {"Proto": "peerapi6", "Port": 64439} - ]}, - "Created": "2026-04-09T01:35:02.923720657Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4284101535696515, - "StableID": "nQTbVo5HTa11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "KeyExpiry": "2026-10-06T01:35:09Z", - "DiscoKey": "discokey:8fc513e5cfaef10b8cef128f512e5cf9e2a354b5026f8dbdb62d3beab796bd3a", - "Addresses": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "AllowedIPs": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53037}, - {"Proto": "peerapi6", "Port": 53037} - ]}, - "Created": "2026-04-09T01:35:09.430982733Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4465870960574956, - "StableID": "nq9W8jrbsb11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "DiscoKey": "discokey:1c7cabb909200a1137239a8453d00a927764715371c74521de9f33753b292706", - "Addresses": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "AllowedIPs": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "Endpoints": ["77.164.248.136:47720", "10.65.0.27:47720", "172.17.0.1:47720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61261}, - {"Proto": "peerapi6", "Port": 61261} - ]}, - "Created": "2026-04-09T01:35:01.685356056Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4588546786065425, - "StableID": "ngtAkuLAqc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "DiscoKey": "discokey:bcb4082a90757dc883b413fe900b43dc3734a1ed1b31575960f15d722f56dd46", - "Addresses": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "AllowedIPs": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "Endpoints": ["77.164.248.136:33723", "10.65.0.27:33723", "172.17.0.1:33723"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 33680}, - {"Proto": "peerapi6", "Port": 33680} - ]}, - "Created": "2026-04-09T01:35:04.556678672Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5620759547854731, - "StableID": "niGirgpetk11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "DiscoKey": "discokey:519902d54176317f6aad82704665bf10348f993827ef5822e8cf9eaef3bcc40f", - "Addresses": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "AllowedIPs": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "Endpoints": ["77.164.248.136:48752", "10.65.0.27:48752", "172.17.0.1:48752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 43570}, - {"Proto": "peerapi6", "Port": 43570} - ]}, - "Created": "2026-04-09T01:35:05.092169777Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7108467281580657, - "StableID": "nttVs8PSWx11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "DiscoKey": "discokey:de12da69b3e0669e9c9a4f1fed65c576b7ed54f64520ee213ed8806327c93a37", - "Addresses": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "AllowedIPs": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "Endpoints": ["77.164.248.136:54346", "10.65.0.27:54346", "172.17.0.1:54346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42896}, - {"Proto": "peerapi6", "Port": 42896} - ]}, - "Created": "2026-04-09T01:35:06.725477185Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7318591409430500, - "StableID": "nRyiWCzb9z11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:7a471c5d122ee0c3ffb249551d91ad6ed4e39d895ad3df58ed655e6d2f09842d", - "Addresses": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "AllowedIPs": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "Endpoints": ["77.164.248.136:43621", "10.65.0.27:43621", "172.17.0.1:43621"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56165}, - {"Proto": "peerapi6", "Port": 56165} - ]}, - "Created": "2026-04-09T01:35:08.894724802Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7370416196140814, - "StableID": "nfV1TTL5Zz11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "DiscoKey": "discokey:221314cc5efa8dd4bf6c53d8c65a02420409b21e5a37df71c6b12ccf1855a12e", - "Addresses": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "AllowedIPs": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "Endpoints": ["77.164.248.136:54573", "10.65.0.27:54573", "172.17.0.1:54573"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63989}, - {"Proto": "peerapi6", "Port": 63989} - ]}, - "Created": "2026-04-09T01:35:06.193091242Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8150981673469957, - "StableID": "nnb2m5Ube621CNTRL", + "ID": 1374296710039580, + "StableID": "nPQ5DmSRjB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "DiscoKey": "discokey:fc06aa8662fb012d4b77e64c3dc485477e7c3b5e052f2d00830ba017bbe4333b", - "Addresses": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "AllowedIPs": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "Endpoints": ["77.164.248.136:43622", "10.65.0.27:43622", "172.17.0.1:43622"], + "Key": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "DiscoKey": "discokey:8dd70a8c5d34b175a02afb10be281d0e01510dbab5c107e7cd528dc963808c28", + "Addresses": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "AllowedIPs": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65398}, - {"Proto": "peerapi6", "Port": 65398} + {"Proto": "peerapi4", "Port": 39782}, + {"Proto": "peerapi6", "Port": 39782} ]}, - "Created": "2026-04-09T01:35:02.395244548Z", + "Created": "2026-04-09T08:41:02.201293401Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8463824625039748, - "StableID": "nPYK7cKH6921CNTRL", + "ID": 1729308288068419, + "StableID": "ngjMgnzCWE11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "DiscoKey": "discokey:803afd59bf0e3e76178bf215f900767da31c701321aaede4c9fa079e65f5531d", + "Addresses": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "AllowedIPs": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "Endpoints": ["77.164.248.136:59118", "10.65.0.27:59118", "172.17.0.1:59118"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37687}, + {"Proto": "peerapi6", "Port": 37687} + ]}, + "Created": "2026-04-09T08:41:07.742674169Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1884208598832829, + "StableID": "nADAixxMiF11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "DiscoKey": "discokey:0c0038afe0fb0c2de03a50fd3bacde347d63200f5b701b238858be658197ac21", + "Addresses": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "AllowedIPs": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "Endpoints": ["77.164.248.136:46976", "10.65.0.27:46976", "172.17.0.1:46976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56020}, + {"Proto": "peerapi6", "Port": 56020} + ]}, + "Created": "2026-04-09T08:41:01.582259121Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3141904476109138, + "StableID": "nu6EcAWyXR11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "DiscoKey": "discokey:46d6e04498b83b2f1f65da30e1323732d5f3e10c5afefcf854ba9aee83325263", + "Addresses": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "AllowedIPs": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "Endpoints": ["77.164.248.136:47047", "10.65.0.27:47047", "172.17.0.1:47047"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 45798}, + {"Proto": "peerapi6", "Port": 45798} + ]}, + "Created": "2026-04-09T08:41:03.200245537Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3199103625817348, + "StableID": "nMufbb2tyR11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "DiscoKey": "discokey:71ede17c6a6590283576802c42305ed370e58b7e38a53807e6f0c79b11195447", + "Addresses": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "AllowedIPs": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "Endpoints": ["77.164.248.136:40778", "10.65.0.27:40778", "172.17.0.1:40778"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 50595}, + {"Proto": "peerapi6", "Port": 50595} + ]}, + "Created": "2026-04-09T08:41:06.187268431Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 5571368044669381, + "StableID": "nzPXrgPHWk11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "DiscoKey": "discokey:db512f95787f9cc85d4e659eebfe0e2ba0d02afd1afdd7f00c68950185dfb53f", - "Addresses": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "AllowedIPs": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "Endpoints": ["77.164.248.136:40286", "10.65.0.27:40286", "172.17.0.1:40286"], + "Key": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "DiscoKey": "discokey:cda244e4913679d4743debf51ce375225de410a07df0a541d4668c1d0341c955", + "Addresses": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "AllowedIPs": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "Endpoints": ["77.164.248.136:44518", "10.65.0.27:44518", "172.17.0.1:44518"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57506}, - {"Proto": "peerapi6", "Port": 57506} + {"Proto": "peerapi4", "Port": 47959}, + {"Proto": "peerapi6", "Port": 47959} ]}, - "Created": "2026-04-09T01:35:05.647502085Z", + "Created": "2026-04-09T08:41:05.338057187Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 5641192804421923, + "StableID": "nGjdm1au3m11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:1b4d9c59126aa1fef174eafb806fb8af00333d3351707ffd98fefd5e8def4e4b", + "Addresses": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "AllowedIPs": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "Endpoints": ["77.164.248.136:48600", "10.65.0.27:48600", "172.17.0.1:48600"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63533}, + {"Proto": "peerapi6", "Port": 63533} + ]}, + "Created": "2026-04-09T08:41:08.802931909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5677239659626555, + "StableID": "nQVnvcTELm11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "DiscoKey": "discokey:df6342c9d64ad246d1074e17a378582b83e39796ac2bab6486032aac85004e72", + "Addresses": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "AllowedIPs": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "Endpoints": ["77.164.248.136:49717", "10.65.0.27:49717", "172.17.0.1:49717"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 39928}, + {"Proto": "peerapi6", "Port": 39928} + ]}, + "Created": "2026-04-09T08:41:02.67124466Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6343620780590955, + "StableID": "nQbyfLA3Yr11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "DiscoKey": "discokey:01e1791b2b429cb6757d69da205f94f068257557d9347cff95b2cf366f036934", + "Addresses": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "AllowedIPs": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "Endpoints": ["77.164.248.136:48997", "10.65.0.27:48997", "172.17.0.1:48997"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 38129}, + {"Proto": "peerapi6", "Port": 38129} + ]}, + "Created": "2026-04-09T08:41:06.684648628Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6381385371082262, + "StableID": "ns5UD2B9qr11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "DiscoKey": "discokey:4c09049845fd78288912cd7e2d925cb482dbc40317a2c5c483baa34f23880614", + "Addresses": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "AllowedIPs": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36954}, + {"Proto": "peerapi6", "Port": 36954} + ]}, + "Created": "2026-04-09T08:41:04.814206142Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6483759775307444, + "StableID": "noYbkjNWds11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "KeyExpiry": "2026-10-06T08:41:09Z", + "DiscoKey": "discokey:e130a3099133404606bd20873de66d63113672454adb1cb7c1555ac9b439d650", + "Addresses": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "AllowedIPs": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "Endpoints": ["77.164.248.136:33394", "10.65.0.27:33394", "172.17.0.1:33394"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 44904}, + {"Proto": "peerapi6", "Port": 44904} + ]}, + "Created": "2026-04-09T08:41:09.367737736Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7382615329324482, + "StableID": "nhaH5bnbez11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "DiscoKey": "discokey:82eeebbe5bf0df4a213a237f3b003250556c689f82a995b3f9a661386f74971b", + "Addresses": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "AllowedIPs": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "Endpoints": ["77.164.248.136:37291", "10.65.0.27:37291", "172.17.0.1:37291"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61000}, + {"Proto": "peerapi6", "Port": 61000} + ]}, + "Created": "2026-04-09T08:41:04.269084053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7946285931280655, + "StableID": "nUHEyVTt3521CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:e173aaaceba2ece98cd4bf030c711c409ebb019c668455412b625f9a007d6078", + "Addresses": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "AllowedIPs": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "Endpoints": ["77.164.248.136:60276", "10.65.0.27:60276", "172.17.0.1:60276"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:41:08.302638571Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7979,7 +7995,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.69.10.76"}, {"nodeIP": "fd7a:115c:a1e0::6b37:a4c"}], + "principals": [{"nodeIP": "100.113.95.75"}, {"nodeIP": "fd7a:115c:a1e0::b237:5f4b"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -8808,30 +8824,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3466234451983629": { - "ID": 3466234451983629, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4639793866054751": { + "ID": 4639793866054751, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.69.10.76"}, {"nodeIP": "fd7a:115c:a1e0::6b37:a4c"}], + "principals": [{"nodeIP": "100.113.95.75"}, {"nodeIP": "fd7a:115c:a1e0::b237:5f4b"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -8868,26 +8886,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8150981673469957, - "StableID": "nnb2m5Ube621CNTRL", + "ID": 1374296710039580, + "StableID": "nPQ5DmSRjB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 8150981673469957, - "Key": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "DiscoKey": "discokey:fc06aa8662fb012d4b77e64c3dc485477e7c3b5e052f2d00830ba017bbe4333b", - "Addresses": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "AllowedIPs": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "Endpoints": ["77.164.248.136:43622", "10.65.0.27:43622", "172.17.0.1:43622"], + "User": 1374296710039580, + "Key": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "DiscoKey": "discokey:8dd70a8c5d34b175a02afb10be281d0e01510dbab5c107e7cd528dc963808c28", + "Addresses": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "AllowedIPs": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 65398}, - {"Proto": "peerapi6", "Port": 65398}, + {"Proto": "peerapi4", "Port": 39782}, + {"Proto": "peerapi6", "Port": 39782}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:02.395244548Z", + "Created": "2026-04-09T08:41:02.201293401Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8915,301 +8933,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "MachineKey": "mkey:a0e61158036b5979105be91587b0dce6babf0632a9d7d53dc221ef3787a6ee5d", + "NodeKey": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "MachineKey": "mkey:d823aaaedc3ca8e1d49ebeb04516648aca88e411de716161570678bfdcc3136c", "Peers": [{ - "ID": 403059446523, - "StableID": "n852z5bB1111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "DiscoKey": "discokey:02199aa38b861538929dc9cef721afb98f0e9434fce62aba755e0dcd1850766d", - "Addresses": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "AllowedIPs": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "Endpoints": ["77.164.248.136:33058", "10.65.0.27:33058", "172.17.0.1:33058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 59692}, - {"Proto": "peerapi6", "Port": 59692} - ]}, - "Created": "2026-04-09T01:35:07.81224963Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 581184827916071, - "StableID": "nU715vjDY511CNTRL", + "ID": 1360374372208772, + "StableID": "nfGZtDj7dB11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "DiscoKey": "discokey:e1c5e729ba73781213f3431633d1e402589879a672036456d1a34db89e9c2442", - "Addresses": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "AllowedIPs": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "Endpoints": ["77.164.248.136:34491", "10.65.0.27:34491", "172.17.0.1:34491"], + "Key": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "DiscoKey": "discokey:3aacf3194be22e1565b1f3f015d9f1f02761d7f6fd5b8f399d2a4f675e8ce338", + "Addresses": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "AllowedIPs": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "Endpoints": ["77.164.248.136:43782", "10.65.0.27:43782", "172.17.0.1:43782"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 42128}, - {"Proto": "peerapi6", "Port": 42128} + {"Proto": "peerapi4", "Port": 35814}, + {"Proto": "peerapi6", "Port": 35814} ]}, - "Created": "2026-04-09T01:35:04.009410322Z", + "Created": "2026-04-09T08:41:03.731567552Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1587526652896753, - "StableID": "n4C36jdzPD11CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 1729308288068419, + "StableID": "ngjMgnzCWE11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "DiscoKey": "discokey:9bb1c3087ccda7ecd0a964b324bd80f15613ddaab7b481a2759ec48fc7cdc850", - "Addresses": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "AllowedIPs": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "Endpoints": ["77.164.248.136:37243", "10.65.0.27:37243", "172.17.0.1:37243"], + "Key": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "DiscoKey": "discokey:803afd59bf0e3e76178bf215f900767da31c701321aaede4c9fa079e65f5531d", + "Addresses": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "AllowedIPs": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "Endpoints": ["77.164.248.136:59118", "10.65.0.27:59118", "172.17.0.1:59118"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64665}, - {"Proto": "peerapi6", "Port": 64665} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37687}, + {"Proto": "peerapi6", "Port": 37687} ]}, - "Created": "2026-04-09T01:35:03.468001392Z", + "Created": "2026-04-09T08:41:07.742674169Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 1905488416953536, - "StableID": "nRmKN5xzsF11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:564554938124e6cf43ff840ceb8c1818241e7b15ea56816902725b0dce9cd349", - "Addresses": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "AllowedIPs": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "Endpoints": ["77.164.248.136:34461", "10.65.0.27:34461", "172.17.0.1:34461"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 43120}, - {"Proto": "peerapi6", "Port": 43120} - ]}, - "Created": "2026-04-09T01:35:08.381245057Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2889228966376830, - "StableID": "nTFR4T9YZP11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "DiscoKey": "discokey:f338f5b8bf953a71885cc2978c08886914d4e4e2e84b73e1ea42490c7b02b225", - "Addresses": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "AllowedIPs": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "Endpoints": ["77.164.248.136:47133", "10.65.0.27:47133", "172.17.0.1:47133"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 64439}, - {"Proto": "peerapi6", "Port": 64439} - ]}, - "Created": "2026-04-09T01:35:02.923720657Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3466234451983629, - "StableID": "nzuexs6s4U11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "DiscoKey": "discokey:747f9af4fa87017d8f6dba34ab7f2f47eabde0fe5ce2f419aa1add14fa8e7b16", - "Addresses": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "AllowedIPs": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "Endpoints": ["77.164.248.136:44555", "10.65.0.27:44555", "172.17.0.1:44555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 62216}, - {"Proto": "peerapi6", "Port": 62216} - ]}, - "Created": "2026-04-09T01:35:07.27272598Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4284101535696515, - "StableID": "nQTbVo5HTa11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "KeyExpiry": "2026-10-06T01:35:09Z", - "DiscoKey": "discokey:8fc513e5cfaef10b8cef128f512e5cf9e2a354b5026f8dbdb62d3beab796bd3a", - "Addresses": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "AllowedIPs": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53037}, - {"Proto": "peerapi6", "Port": 53037} - ]}, - "Created": "2026-04-09T01:35:09.430982733Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4465870960574956, - "StableID": "nq9W8jrbsb11CNTRL", + "ID": 1884208598832829, + "StableID": "nADAixxMiF11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "DiscoKey": "discokey:1c7cabb909200a1137239a8453d00a927764715371c74521de9f33753b292706", - "Addresses": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "AllowedIPs": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "Endpoints": ["77.164.248.136:47720", "10.65.0.27:47720", "172.17.0.1:47720"], + "Key": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "DiscoKey": "discokey:0c0038afe0fb0c2de03a50fd3bacde347d63200f5b701b238858be658197ac21", + "Addresses": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "AllowedIPs": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "Endpoints": ["77.164.248.136:46976", "10.65.0.27:46976", "172.17.0.1:46976"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61261}, - {"Proto": "peerapi6", "Port": 61261} + {"Proto": "peerapi4", "Port": 56020}, + {"Proto": "peerapi6", "Port": 56020} ]}, - "Created": "2026-04-09T01:35:01.685356056Z", + "Created": "2026-04-09T08:41:01.582259121Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 4588546786065425, - "StableID": "ngtAkuLAqc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 3141904476109138, + "StableID": "nu6EcAWyXR11CNTRL", + "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "DiscoKey": "discokey:bcb4082a90757dc883b413fe900b43dc3734a1ed1b31575960f15d722f56dd46", - "Addresses": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "AllowedIPs": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "Endpoints": ["77.164.248.136:33723", "10.65.0.27:33723", "172.17.0.1:33723"], + "Key": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "DiscoKey": "discokey:46d6e04498b83b2f1f65da30e1323732d5f3e10c5afefcf854ba9aee83325263", + "Addresses": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "AllowedIPs": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "Endpoints": ["77.164.248.136:47047", "10.65.0.27:47047", "172.17.0.1:47047"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 33680}, - {"Proto": "peerapi6", "Port": 33680} + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 45798}, + {"Proto": "peerapi6", "Port": 45798} ]}, - "Created": "2026-04-09T01:35:04.556678672Z", + "Created": "2026-04-09T08:41:03.200245537Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }, { - "ID": 5620759547854731, - "StableID": "niGirgpetk11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "DiscoKey": "discokey:519902d54176317f6aad82704665bf10348f993827ef5822e8cf9eaef3bcc40f", - "Addresses": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "AllowedIPs": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "Endpoints": ["77.164.248.136:48752", "10.65.0.27:48752", "172.17.0.1:48752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 43570}, - {"Proto": "peerapi6", "Port": 43570} - ]}, - "Created": "2026-04-09T01:35:05.092169777Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7108467281580657, - "StableID": "nttVs8PSWx11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "DiscoKey": "discokey:de12da69b3e0669e9c9a4f1fed65c576b7ed54f64520ee213ed8806327c93a37", - "Addresses": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "AllowedIPs": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "Endpoints": ["77.164.248.136:54346", "10.65.0.27:54346", "172.17.0.1:54346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42896}, - {"Proto": "peerapi6", "Port": 42896} - ]}, - "Created": "2026-04-09T01:35:06.725477185Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7318591409430500, - "StableID": "nRyiWCzb9z11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:7a471c5d122ee0c3ffb249551d91ad6ed4e39d895ad3df58ed655e6d2f09842d", - "Addresses": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "AllowedIPs": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "Endpoints": ["77.164.248.136:43621", "10.65.0.27:43621", "172.17.0.1:43621"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56165}, - {"Proto": "peerapi6", "Port": 56165} - ]}, - "Created": "2026-04-09T01:35:08.894724802Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7370416196140814, - "StableID": "nfV1TTL5Zz11CNTRL", + "ID": 3199103625817348, + "StableID": "nMufbb2tyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "DiscoKey": "discokey:221314cc5efa8dd4bf6c53d8c65a02420409b21e5a37df71c6b12ccf1855a12e", - "Addresses": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "AllowedIPs": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "Endpoints": ["77.164.248.136:54573", "10.65.0.27:54573", "172.17.0.1:54573"], + "Key": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "DiscoKey": "discokey:71ede17c6a6590283576802c42305ed370e58b7e38a53807e6f0c79b11195447", + "Addresses": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "AllowedIPs": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "Endpoints": ["77.164.248.136:40778", "10.65.0.27:40778", "172.17.0.1:40778"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63989}, - {"Proto": "peerapi6", "Port": 63989} + {"Proto": "peerapi4", "Port": 50595}, + {"Proto": "peerapi6", "Port": 50595} ]}, - "Created": "2026-04-09T01:35:06.193091242Z", + "Created": "2026-04-09T08:41:06.187268431Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8463824625039748, - "StableID": "nPYK7cKH6921CNTRL", + "ID": 4639793866054751, + "StableID": "nEGWizWNEd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "DiscoKey": "discokey:a1435179b1b810aa3c4caa87334c15527401cc0f8b337f529c60403d82b7f575", + "Addresses": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "AllowedIPs": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "Endpoints": ["77.164.248.136:60396", "10.65.0.27:60396", "172.17.0.1:60396"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33526}, + {"Proto": "peerapi6", "Port": 33526} + ]}, + "Created": "2026-04-09T08:41:07.199087621Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5571368044669381, + "StableID": "nzPXrgPHWk11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "DiscoKey": "discokey:db512f95787f9cc85d4e659eebfe0e2ba0d02afd1afdd7f00c68950185dfb53f", - "Addresses": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "AllowedIPs": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "Endpoints": ["77.164.248.136:40286", "10.65.0.27:40286", "172.17.0.1:40286"], + "Key": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "DiscoKey": "discokey:cda244e4913679d4743debf51ce375225de410a07df0a541d4668c1d0341c955", + "Addresses": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "AllowedIPs": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "Endpoints": ["77.164.248.136:44518", "10.65.0.27:44518", "172.17.0.1:44518"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57506}, - {"Proto": "peerapi6", "Port": 57506} + {"Proto": "peerapi4", "Port": 47959}, + {"Proto": "peerapi6", "Port": 47959} ]}, - "Created": "2026-04-09T01:35:05.647502085Z", + "Created": "2026-04-09T08:41:05.338057187Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 5641192804421923, + "StableID": "nGjdm1au3m11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:1b4d9c59126aa1fef174eafb806fb8af00333d3351707ffd98fefd5e8def4e4b", + "Addresses": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "AllowedIPs": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "Endpoints": ["77.164.248.136:48600", "10.65.0.27:48600", "172.17.0.1:48600"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63533}, + {"Proto": "peerapi6", "Port": 63533} + ]}, + "Created": "2026-04-09T08:41:08.802931909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5677239659626555, + "StableID": "nQVnvcTELm11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "DiscoKey": "discokey:df6342c9d64ad246d1074e17a378582b83e39796ac2bab6486032aac85004e72", + "Addresses": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "AllowedIPs": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "Endpoints": ["77.164.248.136:49717", "10.65.0.27:49717", "172.17.0.1:49717"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 39928}, + {"Proto": "peerapi6", "Port": 39928} + ]}, + "Created": "2026-04-09T08:41:02.67124466Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6343620780590955, + "StableID": "nQbyfLA3Yr11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "DiscoKey": "discokey:01e1791b2b429cb6757d69da205f94f068257557d9347cff95b2cf366f036934", + "Addresses": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "AllowedIPs": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "Endpoints": ["77.164.248.136:48997", "10.65.0.27:48997", "172.17.0.1:48997"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 38129}, + {"Proto": "peerapi6", "Port": 38129} + ]}, + "Created": "2026-04-09T08:41:06.684648628Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6381385371082262, + "StableID": "ns5UD2B9qr11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "DiscoKey": "discokey:4c09049845fd78288912cd7e2d925cb482dbc40317a2c5c483baa34f23880614", + "Addresses": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "AllowedIPs": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36954}, + {"Proto": "peerapi6", "Port": 36954} + ]}, + "Created": "2026-04-09T08:41:04.814206142Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6483759775307444, + "StableID": "noYbkjNWds11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "KeyExpiry": "2026-10-06T08:41:09Z", + "DiscoKey": "discokey:e130a3099133404606bd20873de66d63113672454adb1cb7c1555ac9b439d650", + "Addresses": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "AllowedIPs": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "Endpoints": ["77.164.248.136:33394", "10.65.0.27:33394", "172.17.0.1:33394"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 44904}, + {"Proto": "peerapi6", "Port": 44904} + ]}, + "Created": "2026-04-09T08:41:09.367737736Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7382615329324482, + "StableID": "nhaH5bnbez11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "DiscoKey": "discokey:82eeebbe5bf0df4a213a237f3b003250556c689f82a995b3f9a661386f74971b", + "Addresses": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "AllowedIPs": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "Endpoints": ["77.164.248.136:37291", "10.65.0.27:37291", "172.17.0.1:37291"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61000}, + {"Proto": "peerapi6", "Port": 61000} + ]}, + "Created": "2026-04-09T08:41:04.269084053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7946285931280655, + "StableID": "nUHEyVTt3521CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:e173aaaceba2ece98cd4bf030c711c409ebb019c668455412b625f9a007d6078", + "Addresses": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "AllowedIPs": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "Endpoints": ["77.164.248.136:60276", "10.65.0.27:60276", "172.17.0.1:60276"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:41:08.302638571Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10057,27 +10076,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8150981673469957": { - "ID": 8150981673469957, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1374296710039580": { + "ID": 1374296710039580, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10108,26 +10129,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4465870960574956, - "StableID": "nq9W8jrbsb11CNTRL", + "ID": 1884208598832829, + "StableID": "nADAixxMiF11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 4465870960574956, - "Key": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "DiscoKey": "discokey:1c7cabb909200a1137239a8453d00a927764715371c74521de9f33753b292706", - "Addresses": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "AllowedIPs": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "Endpoints": ["77.164.248.136:47720", "10.65.0.27:47720", "172.17.0.1:47720"], + "User": 1884208598832829, + "Key": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "DiscoKey": "discokey:0c0038afe0fb0c2de03a50fd3bacde347d63200f5b701b238858be658197ac21", + "Addresses": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "AllowedIPs": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "Endpoints": ["77.164.248.136:46976", "10.65.0.27:46976", "172.17.0.1:46976"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 61261}, - {"Proto": "peerapi6", "Port": 61261}, + {"Proto": "peerapi4", "Port": 56020}, + {"Proto": "peerapi6", "Port": 56020}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:01.685356056Z", + "Created": "2026-04-09T08:41:01.582259121Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10155,301 +10176,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "MachineKey": "mkey:64d98902c60c8a6b2a19d7b8ba9e271ced5312bdfe67c23be9b7244cfdfb6451", + "NodeKey": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "MachineKey": "mkey:568b79430ead8f83f6fa42b5121b93cf6e131ab0ab7e9ff35b766361782a9604", "Peers": [{ - "ID": 403059446523, - "StableID": "n852z5bB1111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "DiscoKey": "discokey:02199aa38b861538929dc9cef721afb98f0e9434fce62aba755e0dcd1850766d", - "Addresses": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "AllowedIPs": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "Endpoints": ["77.164.248.136:33058", "10.65.0.27:33058", "172.17.0.1:33058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 59692}, - {"Proto": "peerapi6", "Port": 59692} - ]}, - "Created": "2026-04-09T01:35:07.81224963Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 581184827916071, - "StableID": "nU715vjDY511CNTRL", + "ID": 1360374372208772, + "StableID": "nfGZtDj7dB11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "DiscoKey": "discokey:e1c5e729ba73781213f3431633d1e402589879a672036456d1a34db89e9c2442", - "Addresses": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "AllowedIPs": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "Endpoints": ["77.164.248.136:34491", "10.65.0.27:34491", "172.17.0.1:34491"], + "Key": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "DiscoKey": "discokey:3aacf3194be22e1565b1f3f015d9f1f02761d7f6fd5b8f399d2a4f675e8ce338", + "Addresses": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "AllowedIPs": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "Endpoints": ["77.164.248.136:43782", "10.65.0.27:43782", "172.17.0.1:43782"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 42128}, - {"Proto": "peerapi6", "Port": 42128} + {"Proto": "peerapi4", "Port": 35814}, + {"Proto": "peerapi6", "Port": 35814} ]}, - "Created": "2026-04-09T01:35:04.009410322Z", + "Created": "2026-04-09T08:41:03.731567552Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1587526652896753, - "StableID": "n4C36jdzPD11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "DiscoKey": "discokey:9bb1c3087ccda7ecd0a964b324bd80f15613ddaab7b481a2759ec48fc7cdc850", - "Addresses": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "AllowedIPs": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "Endpoints": ["77.164.248.136:37243", "10.65.0.27:37243", "172.17.0.1:37243"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64665}, - {"Proto": "peerapi6", "Port": 64665} - ]}, - "Created": "2026-04-09T01:35:03.468001392Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1905488416953536, - "StableID": "nRmKN5xzsF11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:564554938124e6cf43ff840ceb8c1818241e7b15ea56816902725b0dce9cd349", - "Addresses": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "AllowedIPs": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "Endpoints": ["77.164.248.136:34461", "10.65.0.27:34461", "172.17.0.1:34461"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 43120}, - {"Proto": "peerapi6", "Port": 43120} - ]}, - "Created": "2026-04-09T01:35:08.381245057Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2889228966376830, - "StableID": "nTFR4T9YZP11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "DiscoKey": "discokey:f338f5b8bf953a71885cc2978c08886914d4e4e2e84b73e1ea42490c7b02b225", - "Addresses": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "AllowedIPs": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "Endpoints": ["77.164.248.136:47133", "10.65.0.27:47133", "172.17.0.1:47133"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 64439}, - {"Proto": "peerapi6", "Port": 64439} - ]}, - "Created": "2026-04-09T01:35:02.923720657Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3466234451983629, - "StableID": "nzuexs6s4U11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "DiscoKey": "discokey:747f9af4fa87017d8f6dba34ab7f2f47eabde0fe5ce2f419aa1add14fa8e7b16", - "Addresses": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "AllowedIPs": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "Endpoints": ["77.164.248.136:44555", "10.65.0.27:44555", "172.17.0.1:44555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 62216}, - {"Proto": "peerapi6", "Port": 62216} - ]}, - "Created": "2026-04-09T01:35:07.27272598Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4284101535696515, - "StableID": "nQTbVo5HTa11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "KeyExpiry": "2026-10-06T01:35:09Z", - "DiscoKey": "discokey:8fc513e5cfaef10b8cef128f512e5cf9e2a354b5026f8dbdb62d3beab796bd3a", - "Addresses": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "AllowedIPs": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53037}, - {"Proto": "peerapi6", "Port": 53037} - ]}, - "Created": "2026-04-09T01:35:09.430982733Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4588546786065425, - "StableID": "ngtAkuLAqc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "DiscoKey": "discokey:bcb4082a90757dc883b413fe900b43dc3734a1ed1b31575960f15d722f56dd46", - "Addresses": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "AllowedIPs": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "Endpoints": ["77.164.248.136:33723", "10.65.0.27:33723", "172.17.0.1:33723"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 33680}, - {"Proto": "peerapi6", "Port": 33680} - ]}, - "Created": "2026-04-09T01:35:04.556678672Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5620759547854731, - "StableID": "niGirgpetk11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "DiscoKey": "discokey:519902d54176317f6aad82704665bf10348f993827ef5822e8cf9eaef3bcc40f", - "Addresses": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "AllowedIPs": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "Endpoints": ["77.164.248.136:48752", "10.65.0.27:48752", "172.17.0.1:48752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 43570}, - {"Proto": "peerapi6", "Port": 43570} - ]}, - "Created": "2026-04-09T01:35:05.092169777Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7108467281580657, - "StableID": "nttVs8PSWx11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "DiscoKey": "discokey:de12da69b3e0669e9c9a4f1fed65c576b7ed54f64520ee213ed8806327c93a37", - "Addresses": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "AllowedIPs": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "Endpoints": ["77.164.248.136:54346", "10.65.0.27:54346", "172.17.0.1:54346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42896}, - {"Proto": "peerapi6", "Port": 42896} - ]}, - "Created": "2026-04-09T01:35:06.725477185Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7318591409430500, - "StableID": "nRyiWCzb9z11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:7a471c5d122ee0c3ffb249551d91ad6ed4e39d895ad3df58ed655e6d2f09842d", - "Addresses": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "AllowedIPs": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "Endpoints": ["77.164.248.136:43621", "10.65.0.27:43621", "172.17.0.1:43621"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56165}, - {"Proto": "peerapi6", "Port": 56165} - ]}, - "Created": "2026-04-09T01:35:08.894724802Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7370416196140814, - "StableID": "nfV1TTL5Zz11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "DiscoKey": "discokey:221314cc5efa8dd4bf6c53d8c65a02420409b21e5a37df71c6b12ccf1855a12e", - "Addresses": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "AllowedIPs": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "Endpoints": ["77.164.248.136:54573", "10.65.0.27:54573", "172.17.0.1:54573"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63989}, - {"Proto": "peerapi6", "Port": 63989} - ]}, - "Created": "2026-04-09T01:35:06.193091242Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8150981673469957, - "StableID": "nnb2m5Ube621CNTRL", + "ID": 1374296710039580, + "StableID": "nPQ5DmSRjB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "DiscoKey": "discokey:fc06aa8662fb012d4b77e64c3dc485477e7c3b5e052f2d00830ba017bbe4333b", - "Addresses": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "AllowedIPs": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "Endpoints": ["77.164.248.136:43622", "10.65.0.27:43622", "172.17.0.1:43622"], + "Key": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "DiscoKey": "discokey:8dd70a8c5d34b175a02afb10be281d0e01510dbab5c107e7cd528dc963808c28", + "Addresses": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "AllowedIPs": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65398}, - {"Proto": "peerapi6", "Port": 65398} + {"Proto": "peerapi4", "Port": 39782}, + {"Proto": "peerapi6", "Port": 39782} ]}, - "Created": "2026-04-09T01:35:02.395244548Z", + "Created": "2026-04-09T08:41:02.201293401Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8463824625039748, - "StableID": "nPYK7cKH6921CNTRL", + "ID": 1729308288068419, + "StableID": "ngjMgnzCWE11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "DiscoKey": "discokey:803afd59bf0e3e76178bf215f900767da31c701321aaede4c9fa079e65f5531d", + "Addresses": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "AllowedIPs": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "Endpoints": ["77.164.248.136:59118", "10.65.0.27:59118", "172.17.0.1:59118"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37687}, + {"Proto": "peerapi6", "Port": 37687} + ]}, + "Created": "2026-04-09T08:41:07.742674169Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 3141904476109138, + "StableID": "nu6EcAWyXR11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "DiscoKey": "discokey:46d6e04498b83b2f1f65da30e1323732d5f3e10c5afefcf854ba9aee83325263", + "Addresses": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "AllowedIPs": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "Endpoints": ["77.164.248.136:47047", "10.65.0.27:47047", "172.17.0.1:47047"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 45798}, + {"Proto": "peerapi6", "Port": 45798} + ]}, + "Created": "2026-04-09T08:41:03.200245537Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3199103625817348, + "StableID": "nMufbb2tyR11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "DiscoKey": "discokey:71ede17c6a6590283576802c42305ed370e58b7e38a53807e6f0c79b11195447", + "Addresses": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "AllowedIPs": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "Endpoints": ["77.164.248.136:40778", "10.65.0.27:40778", "172.17.0.1:40778"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 50595}, + {"Proto": "peerapi6", "Port": 50595} + ]}, + "Created": "2026-04-09T08:41:06.187268431Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4639793866054751, + "StableID": "nEGWizWNEd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "DiscoKey": "discokey:a1435179b1b810aa3c4caa87334c15527401cc0f8b337f529c60403d82b7f575", + "Addresses": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "AllowedIPs": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "Endpoints": ["77.164.248.136:60396", "10.65.0.27:60396", "172.17.0.1:60396"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33526}, + {"Proto": "peerapi6", "Port": 33526} + ]}, + "Created": "2026-04-09T08:41:07.199087621Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5571368044669381, + "StableID": "nzPXrgPHWk11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "DiscoKey": "discokey:db512f95787f9cc85d4e659eebfe0e2ba0d02afd1afdd7f00c68950185dfb53f", - "Addresses": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "AllowedIPs": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "Endpoints": ["77.164.248.136:40286", "10.65.0.27:40286", "172.17.0.1:40286"], + "Key": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "DiscoKey": "discokey:cda244e4913679d4743debf51ce375225de410a07df0a541d4668c1d0341c955", + "Addresses": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "AllowedIPs": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "Endpoints": ["77.164.248.136:44518", "10.65.0.27:44518", "172.17.0.1:44518"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57506}, - {"Proto": "peerapi6", "Port": 57506} + {"Proto": "peerapi4", "Port": 47959}, + {"Proto": "peerapi6", "Port": 47959} ]}, - "Created": "2026-04-09T01:35:05.647502085Z", + "Created": "2026-04-09T08:41:05.338057187Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 5641192804421923, + "StableID": "nGjdm1au3m11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:1b4d9c59126aa1fef174eafb806fb8af00333d3351707ffd98fefd5e8def4e4b", + "Addresses": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "AllowedIPs": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "Endpoints": ["77.164.248.136:48600", "10.65.0.27:48600", "172.17.0.1:48600"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63533}, + {"Proto": "peerapi6", "Port": 63533} + ]}, + "Created": "2026-04-09T08:41:08.802931909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5677239659626555, + "StableID": "nQVnvcTELm11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "DiscoKey": "discokey:df6342c9d64ad246d1074e17a378582b83e39796ac2bab6486032aac85004e72", + "Addresses": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "AllowedIPs": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "Endpoints": ["77.164.248.136:49717", "10.65.0.27:49717", "172.17.0.1:49717"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 39928}, + {"Proto": "peerapi6", "Port": 39928} + ]}, + "Created": "2026-04-09T08:41:02.67124466Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6343620780590955, + "StableID": "nQbyfLA3Yr11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "DiscoKey": "discokey:01e1791b2b429cb6757d69da205f94f068257557d9347cff95b2cf366f036934", + "Addresses": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "AllowedIPs": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "Endpoints": ["77.164.248.136:48997", "10.65.0.27:48997", "172.17.0.1:48997"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 38129}, + {"Proto": "peerapi6", "Port": 38129} + ]}, + "Created": "2026-04-09T08:41:06.684648628Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6381385371082262, + "StableID": "ns5UD2B9qr11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "DiscoKey": "discokey:4c09049845fd78288912cd7e2d925cb482dbc40317a2c5c483baa34f23880614", + "Addresses": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "AllowedIPs": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36954}, + {"Proto": "peerapi6", "Port": 36954} + ]}, + "Created": "2026-04-09T08:41:04.814206142Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6483759775307444, + "StableID": "noYbkjNWds11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "KeyExpiry": "2026-10-06T08:41:09Z", + "DiscoKey": "discokey:e130a3099133404606bd20873de66d63113672454adb1cb7c1555ac9b439d650", + "Addresses": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "AllowedIPs": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "Endpoints": ["77.164.248.136:33394", "10.65.0.27:33394", "172.17.0.1:33394"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 44904}, + {"Proto": "peerapi6", "Port": 44904} + ]}, + "Created": "2026-04-09T08:41:09.367737736Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7382615329324482, + "StableID": "nhaH5bnbez11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "DiscoKey": "discokey:82eeebbe5bf0df4a213a237f3b003250556c689f82a995b3f9a661386f74971b", + "Addresses": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "AllowedIPs": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "Endpoints": ["77.164.248.136:37291", "10.65.0.27:37291", "172.17.0.1:37291"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61000}, + {"Proto": "peerapi6", "Port": 61000} + ]}, + "Created": "2026-04-09T08:41:04.269084053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7946285931280655, + "StableID": "nUHEyVTt3521CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:e173aaaceba2ece98cd4bf030c711c409ebb019c668455412b625f9a007d6078", + "Addresses": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "AllowedIPs": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "Endpoints": ["77.164.248.136:60276", "10.65.0.27:60276", "172.17.0.1:60276"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:41:08.302638571Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11297,27 +11319,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4465870960574956": { - "ID": 4465870960574956, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1884208598832829": { + "ID": 1884208598832829, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11348,21 +11372,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 581184827916071, - "StableID": "nU715vjDY511CNTRL", + "ID": 1360374372208772, + "StableID": "nfGZtDj7dB11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 581184827916071, - "Key": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "DiscoKey": "discokey:e1c5e729ba73781213f3431633d1e402589879a672036456d1a34db89e9c2442", - "Addresses": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "AllowedIPs": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "Endpoints": ["77.164.248.136:34491", "10.65.0.27:34491", "172.17.0.1:34491"], + "User": 1360374372208772, + "Key": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "DiscoKey": "discokey:3aacf3194be22e1565b1f3f015d9f1f02761d7f6fd5b8f399d2a4f675e8ce338", + "Addresses": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "AllowedIPs": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "Endpoints": ["77.164.248.136:43782", "10.65.0.27:43782", "172.17.0.1:43782"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 42128}, - {"Proto": "peerapi6", "Port": 42128}, + {"Proto": "peerapi4", "Port": 35814}, + {"Proto": "peerapi6", "Port": 35814}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:04.009410322Z", + "Created": "2026-04-09T08:41:03.731567552Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11390,300 +11414,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "MachineKey": "mkey:7c73e72d14b59535e48e97cb78b7d149610a34638e49edd4364737c1c5ea2715", + "NodeKey": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "MachineKey": "mkey:94ad413212311bdac9389b741ee99d2df645c237e36db985ac42469c8a305375", "Peers": [{ - "ID": 403059446523, - "StableID": "n852z5bB1111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "DiscoKey": "discokey:02199aa38b861538929dc9cef721afb98f0e9434fce62aba755e0dcd1850766d", - "Addresses": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "AllowedIPs": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "Endpoints": ["77.164.248.136:33058", "10.65.0.27:33058", "172.17.0.1:33058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 59692}, - {"Proto": "peerapi6", "Port": 59692} - ]}, - "Created": "2026-04-09T01:35:07.81224963Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1587526652896753, - "StableID": "n4C36jdzPD11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "DiscoKey": "discokey:9bb1c3087ccda7ecd0a964b324bd80f15613ddaab7b481a2759ec48fc7cdc850", - "Addresses": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "AllowedIPs": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "Endpoints": ["77.164.248.136:37243", "10.65.0.27:37243", "172.17.0.1:37243"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64665}, - {"Proto": "peerapi6", "Port": 64665} - ]}, - "Created": "2026-04-09T01:35:03.468001392Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1905488416953536, - "StableID": "nRmKN5xzsF11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:564554938124e6cf43ff840ceb8c1818241e7b15ea56816902725b0dce9cd349", - "Addresses": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "AllowedIPs": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "Endpoints": ["77.164.248.136:34461", "10.65.0.27:34461", "172.17.0.1:34461"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 43120}, - {"Proto": "peerapi6", "Port": 43120} - ]}, - "Created": "2026-04-09T01:35:08.381245057Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2889228966376830, - "StableID": "nTFR4T9YZP11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "DiscoKey": "discokey:f338f5b8bf953a71885cc2978c08886914d4e4e2e84b73e1ea42490c7b02b225", - "Addresses": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "AllowedIPs": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "Endpoints": ["77.164.248.136:47133", "10.65.0.27:47133", "172.17.0.1:47133"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 64439}, - {"Proto": "peerapi6", "Port": 64439} - ]}, - "Created": "2026-04-09T01:35:02.923720657Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3466234451983629, - "StableID": "nzuexs6s4U11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "DiscoKey": "discokey:747f9af4fa87017d8f6dba34ab7f2f47eabde0fe5ce2f419aa1add14fa8e7b16", - "Addresses": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "AllowedIPs": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "Endpoints": ["77.164.248.136:44555", "10.65.0.27:44555", "172.17.0.1:44555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 62216}, - {"Proto": "peerapi6", "Port": 62216} - ]}, - "Created": "2026-04-09T01:35:07.27272598Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4284101535696515, - "StableID": "nQTbVo5HTa11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "KeyExpiry": "2026-10-06T01:35:09Z", - "DiscoKey": "discokey:8fc513e5cfaef10b8cef128f512e5cf9e2a354b5026f8dbdb62d3beab796bd3a", - "Addresses": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "AllowedIPs": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53037}, - {"Proto": "peerapi6", "Port": 53037} - ]}, - "Created": "2026-04-09T01:35:09.430982733Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4465870960574956, - "StableID": "nq9W8jrbsb11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "DiscoKey": "discokey:1c7cabb909200a1137239a8453d00a927764715371c74521de9f33753b292706", - "Addresses": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "AllowedIPs": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "Endpoints": ["77.164.248.136:47720", "10.65.0.27:47720", "172.17.0.1:47720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61261}, - {"Proto": "peerapi6", "Port": 61261} - ]}, - "Created": "2026-04-09T01:35:01.685356056Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4588546786065425, - "StableID": "ngtAkuLAqc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "DiscoKey": "discokey:bcb4082a90757dc883b413fe900b43dc3734a1ed1b31575960f15d722f56dd46", - "Addresses": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "AllowedIPs": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "Endpoints": ["77.164.248.136:33723", "10.65.0.27:33723", "172.17.0.1:33723"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 33680}, - {"Proto": "peerapi6", "Port": 33680} - ]}, - "Created": "2026-04-09T01:35:04.556678672Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5620759547854731, - "StableID": "niGirgpetk11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "DiscoKey": "discokey:519902d54176317f6aad82704665bf10348f993827ef5822e8cf9eaef3bcc40f", - "Addresses": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "AllowedIPs": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "Endpoints": ["77.164.248.136:48752", "10.65.0.27:48752", "172.17.0.1:48752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 43570}, - {"Proto": "peerapi6", "Port": 43570} - ]}, - "Created": "2026-04-09T01:35:05.092169777Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7108467281580657, - "StableID": "nttVs8PSWx11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "DiscoKey": "discokey:de12da69b3e0669e9c9a4f1fed65c576b7ed54f64520ee213ed8806327c93a37", - "Addresses": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "AllowedIPs": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "Endpoints": ["77.164.248.136:54346", "10.65.0.27:54346", "172.17.0.1:54346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42896}, - {"Proto": "peerapi6", "Port": 42896} - ]}, - "Created": "2026-04-09T01:35:06.725477185Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7318591409430500, - "StableID": "nRyiWCzb9z11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:7a471c5d122ee0c3ffb249551d91ad6ed4e39d895ad3df58ed655e6d2f09842d", - "Addresses": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "AllowedIPs": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "Endpoints": ["77.164.248.136:43621", "10.65.0.27:43621", "172.17.0.1:43621"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56165}, - {"Proto": "peerapi6", "Port": 56165} - ]}, - "Created": "2026-04-09T01:35:08.894724802Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7370416196140814, - "StableID": "nfV1TTL5Zz11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "DiscoKey": "discokey:221314cc5efa8dd4bf6c53d8c65a02420409b21e5a37df71c6b12ccf1855a12e", - "Addresses": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "AllowedIPs": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "Endpoints": ["77.164.248.136:54573", "10.65.0.27:54573", "172.17.0.1:54573"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63989}, - {"Proto": "peerapi6", "Port": 63989} - ]}, - "Created": "2026-04-09T01:35:06.193091242Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8150981673469957, - "StableID": "nnb2m5Ube621CNTRL", + "ID": 1374296710039580, + "StableID": "nPQ5DmSRjB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "DiscoKey": "discokey:fc06aa8662fb012d4b77e64c3dc485477e7c3b5e052f2d00830ba017bbe4333b", - "Addresses": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "AllowedIPs": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "Endpoints": ["77.164.248.136:43622", "10.65.0.27:43622", "172.17.0.1:43622"], + "Key": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "DiscoKey": "discokey:8dd70a8c5d34b175a02afb10be281d0e01510dbab5c107e7cd528dc963808c28", + "Addresses": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "AllowedIPs": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65398}, - {"Proto": "peerapi6", "Port": 65398} + {"Proto": "peerapi4", "Port": 39782}, + {"Proto": "peerapi6", "Port": 39782} ]}, - "Created": "2026-04-09T01:35:02.395244548Z", + "Created": "2026-04-09T08:41:02.201293401Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8463824625039748, - "StableID": "nPYK7cKH6921CNTRL", + "ID": 1729308288068419, + "StableID": "ngjMgnzCWE11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "DiscoKey": "discokey:803afd59bf0e3e76178bf215f900767da31c701321aaede4c9fa079e65f5531d", + "Addresses": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "AllowedIPs": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "Endpoints": ["77.164.248.136:59118", "10.65.0.27:59118", "172.17.0.1:59118"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37687}, + {"Proto": "peerapi6", "Port": 37687} + ]}, + "Created": "2026-04-09T08:41:07.742674169Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1884208598832829, + "StableID": "nADAixxMiF11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "DiscoKey": "discokey:0c0038afe0fb0c2de03a50fd3bacde347d63200f5b701b238858be658197ac21", + "Addresses": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "AllowedIPs": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "Endpoints": ["77.164.248.136:46976", "10.65.0.27:46976", "172.17.0.1:46976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56020}, + {"Proto": "peerapi6", "Port": 56020} + ]}, + "Created": "2026-04-09T08:41:01.582259121Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3141904476109138, + "StableID": "nu6EcAWyXR11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "DiscoKey": "discokey:46d6e04498b83b2f1f65da30e1323732d5f3e10c5afefcf854ba9aee83325263", + "Addresses": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "AllowedIPs": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "Endpoints": ["77.164.248.136:47047", "10.65.0.27:47047", "172.17.0.1:47047"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 45798}, + {"Proto": "peerapi6", "Port": 45798} + ]}, + "Created": "2026-04-09T08:41:03.200245537Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3199103625817348, + "StableID": "nMufbb2tyR11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "DiscoKey": "discokey:71ede17c6a6590283576802c42305ed370e58b7e38a53807e6f0c79b11195447", + "Addresses": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "AllowedIPs": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "Endpoints": ["77.164.248.136:40778", "10.65.0.27:40778", "172.17.0.1:40778"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 50595}, + {"Proto": "peerapi6", "Port": 50595} + ]}, + "Created": "2026-04-09T08:41:06.187268431Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4639793866054751, + "StableID": "nEGWizWNEd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "DiscoKey": "discokey:a1435179b1b810aa3c4caa87334c15527401cc0f8b337f529c60403d82b7f575", + "Addresses": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "AllowedIPs": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "Endpoints": ["77.164.248.136:60396", "10.65.0.27:60396", "172.17.0.1:60396"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33526}, + {"Proto": "peerapi6", "Port": 33526} + ]}, + "Created": "2026-04-09T08:41:07.199087621Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5571368044669381, + "StableID": "nzPXrgPHWk11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "DiscoKey": "discokey:db512f95787f9cc85d4e659eebfe0e2ba0d02afd1afdd7f00c68950185dfb53f", - "Addresses": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "AllowedIPs": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "Endpoints": ["77.164.248.136:40286", "10.65.0.27:40286", "172.17.0.1:40286"], + "Key": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "DiscoKey": "discokey:cda244e4913679d4743debf51ce375225de410a07df0a541d4668c1d0341c955", + "Addresses": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "AllowedIPs": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "Endpoints": ["77.164.248.136:44518", "10.65.0.27:44518", "172.17.0.1:44518"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57506}, - {"Proto": "peerapi6", "Port": 57506} + {"Proto": "peerapi4", "Port": 47959}, + {"Proto": "peerapi6", "Port": 47959} ]}, - "Created": "2026-04-09T01:35:05.647502085Z", + "Created": "2026-04-09T08:41:05.338057187Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 5641192804421923, + "StableID": "nGjdm1au3m11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:1b4d9c59126aa1fef174eafb806fb8af00333d3351707ffd98fefd5e8def4e4b", + "Addresses": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "AllowedIPs": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "Endpoints": ["77.164.248.136:48600", "10.65.0.27:48600", "172.17.0.1:48600"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63533}, + {"Proto": "peerapi6", "Port": 63533} + ]}, + "Created": "2026-04-09T08:41:08.802931909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5677239659626555, + "StableID": "nQVnvcTELm11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "DiscoKey": "discokey:df6342c9d64ad246d1074e17a378582b83e39796ac2bab6486032aac85004e72", + "Addresses": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "AllowedIPs": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "Endpoints": ["77.164.248.136:49717", "10.65.0.27:49717", "172.17.0.1:49717"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 39928}, + {"Proto": "peerapi6", "Port": 39928} + ]}, + "Created": "2026-04-09T08:41:02.67124466Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6343620780590955, + "StableID": "nQbyfLA3Yr11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "DiscoKey": "discokey:01e1791b2b429cb6757d69da205f94f068257557d9347cff95b2cf366f036934", + "Addresses": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "AllowedIPs": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "Endpoints": ["77.164.248.136:48997", "10.65.0.27:48997", "172.17.0.1:48997"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 38129}, + {"Proto": "peerapi6", "Port": 38129} + ]}, + "Created": "2026-04-09T08:41:06.684648628Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6381385371082262, + "StableID": "ns5UD2B9qr11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "DiscoKey": "discokey:4c09049845fd78288912cd7e2d925cb482dbc40317a2c5c483baa34f23880614", + "Addresses": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "AllowedIPs": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36954}, + {"Proto": "peerapi6", "Port": 36954} + ]}, + "Created": "2026-04-09T08:41:04.814206142Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6483759775307444, + "StableID": "noYbkjNWds11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "KeyExpiry": "2026-10-06T08:41:09Z", + "DiscoKey": "discokey:e130a3099133404606bd20873de66d63113672454adb1cb7c1555ac9b439d650", + "Addresses": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "AllowedIPs": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 44904}, + {"Proto": "peerapi6", "Port": 44904} + ]}, + "Created": "2026-04-09T08:41:09.367737736Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7382615329324482, + "StableID": "nhaH5bnbez11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "DiscoKey": "discokey:82eeebbe5bf0df4a213a237f3b003250556c689f82a995b3f9a661386f74971b", + "Addresses": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "AllowedIPs": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "Endpoints": ["77.164.248.136:37291", "10.65.0.27:37291", "172.17.0.1:37291"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61000}, + {"Proto": "peerapi6", "Port": 61000} + ]}, + "Created": "2026-04-09T08:41:04.269084053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7946285931280655, + "StableID": "nUHEyVTt3521CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:e173aaaceba2ece98cd4bf030c711c409ebb019c668455412b625f9a007d6078", + "Addresses": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "AllowedIPs": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "Endpoints": ["77.164.248.136:60276", "10.65.0.27:60276", "172.17.0.1:60276"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:41:08.302638571Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12531,27 +12555,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "581184827916071": { - "ID": 581184827916071, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1360374372208772": { + "ID": 1360374372208772, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12582,21 +12608,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1587526652896753, - "StableID": "n4C36jdzPD11CNTRL", + "ID": 3141904476109138, + "StableID": "nu6EcAWyXR11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 1587526652896753, - "Key": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "DiscoKey": "discokey:9bb1c3087ccda7ecd0a964b324bd80f15613ddaab7b481a2759ec48fc7cdc850", - "Addresses": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "AllowedIPs": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "Endpoints": ["77.164.248.136:37243", "10.65.0.27:37243", "172.17.0.1:37243"], + "User": 3141904476109138, + "Key": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "DiscoKey": "discokey:46d6e04498b83b2f1f65da30e1323732d5f3e10c5afefcf854ba9aee83325263", + "Addresses": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "AllowedIPs": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "Endpoints": ["77.164.248.136:47047", "10.65.0.27:47047", "172.17.0.1:47047"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 64665}, - {"Proto": "peerapi6", "Port": 64665}, + {"Proto": "peerapi4", "Port": 45798}, + {"Proto": "peerapi6", "Port": 45798}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:03.468001392Z", + "Created": "2026-04-09T08:41:03.200245537Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12624,300 +12650,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "MachineKey": "mkey:7a5b875e32f35fc9bcf1ceceb4c187768aa3e0fa9b703b23013c19d45e76dc13", + "NodeKey": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "MachineKey": "mkey:f79f79e4c00b10f6059edee709307a0e40904f1e6cac67820b1a6c716187af1b", "Peers": [{ - "ID": 403059446523, - "StableID": "n852z5bB1111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "DiscoKey": "discokey:02199aa38b861538929dc9cef721afb98f0e9434fce62aba755e0dcd1850766d", - "Addresses": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "AllowedIPs": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "Endpoints": ["77.164.248.136:33058", "10.65.0.27:33058", "172.17.0.1:33058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 59692}, - {"Proto": "peerapi6", "Port": 59692} - ]}, - "Created": "2026-04-09T01:35:07.81224963Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 581184827916071, - "StableID": "nU715vjDY511CNTRL", + "ID": 1360374372208772, + "StableID": "nfGZtDj7dB11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "DiscoKey": "discokey:e1c5e729ba73781213f3431633d1e402589879a672036456d1a34db89e9c2442", - "Addresses": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "AllowedIPs": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "Endpoints": ["77.164.248.136:34491", "10.65.0.27:34491", "172.17.0.1:34491"], + "Key": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "DiscoKey": "discokey:3aacf3194be22e1565b1f3f015d9f1f02761d7f6fd5b8f399d2a4f675e8ce338", + "Addresses": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "AllowedIPs": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "Endpoints": ["77.164.248.136:43782", "10.65.0.27:43782", "172.17.0.1:43782"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 42128}, - {"Proto": "peerapi6", "Port": 42128} + {"Proto": "peerapi4", "Port": 35814}, + {"Proto": "peerapi6", "Port": 35814} ]}, - "Created": "2026-04-09T01:35:04.009410322Z", + "Created": "2026-04-09T08:41:03.731567552Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1905488416953536, - "StableID": "nRmKN5xzsF11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:564554938124e6cf43ff840ceb8c1818241e7b15ea56816902725b0dce9cd349", - "Addresses": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "AllowedIPs": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "Endpoints": ["77.164.248.136:34461", "10.65.0.27:34461", "172.17.0.1:34461"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 43120}, - {"Proto": "peerapi6", "Port": 43120} - ]}, - "Created": "2026-04-09T01:35:08.381245057Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2889228966376830, - "StableID": "nTFR4T9YZP11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "DiscoKey": "discokey:f338f5b8bf953a71885cc2978c08886914d4e4e2e84b73e1ea42490c7b02b225", - "Addresses": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "AllowedIPs": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "Endpoints": ["77.164.248.136:47133", "10.65.0.27:47133", "172.17.0.1:47133"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 64439}, - {"Proto": "peerapi6", "Port": 64439} - ]}, - "Created": "2026-04-09T01:35:02.923720657Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3466234451983629, - "StableID": "nzuexs6s4U11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "DiscoKey": "discokey:747f9af4fa87017d8f6dba34ab7f2f47eabde0fe5ce2f419aa1add14fa8e7b16", - "Addresses": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "AllowedIPs": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "Endpoints": ["77.164.248.136:44555", "10.65.0.27:44555", "172.17.0.1:44555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 62216}, - {"Proto": "peerapi6", "Port": 62216} - ]}, - "Created": "2026-04-09T01:35:07.27272598Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4284101535696515, - "StableID": "nQTbVo5HTa11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "KeyExpiry": "2026-10-06T01:35:09Z", - "DiscoKey": "discokey:8fc513e5cfaef10b8cef128f512e5cf9e2a354b5026f8dbdb62d3beab796bd3a", - "Addresses": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "AllowedIPs": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53037}, - {"Proto": "peerapi6", "Port": 53037} - ]}, - "Created": "2026-04-09T01:35:09.430982733Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4465870960574956, - "StableID": "nq9W8jrbsb11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "DiscoKey": "discokey:1c7cabb909200a1137239a8453d00a927764715371c74521de9f33753b292706", - "Addresses": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "AllowedIPs": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "Endpoints": ["77.164.248.136:47720", "10.65.0.27:47720", "172.17.0.1:47720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61261}, - {"Proto": "peerapi6", "Port": 61261} - ]}, - "Created": "2026-04-09T01:35:01.685356056Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4588546786065425, - "StableID": "ngtAkuLAqc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "DiscoKey": "discokey:bcb4082a90757dc883b413fe900b43dc3734a1ed1b31575960f15d722f56dd46", - "Addresses": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "AllowedIPs": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "Endpoints": ["77.164.248.136:33723", "10.65.0.27:33723", "172.17.0.1:33723"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 33680}, - {"Proto": "peerapi6", "Port": 33680} - ]}, - "Created": "2026-04-09T01:35:04.556678672Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5620759547854731, - "StableID": "niGirgpetk11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "DiscoKey": "discokey:519902d54176317f6aad82704665bf10348f993827ef5822e8cf9eaef3bcc40f", - "Addresses": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "AllowedIPs": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "Endpoints": ["77.164.248.136:48752", "10.65.0.27:48752", "172.17.0.1:48752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 43570}, - {"Proto": "peerapi6", "Port": 43570} - ]}, - "Created": "2026-04-09T01:35:05.092169777Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7108467281580657, - "StableID": "nttVs8PSWx11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "DiscoKey": "discokey:de12da69b3e0669e9c9a4f1fed65c576b7ed54f64520ee213ed8806327c93a37", - "Addresses": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "AllowedIPs": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "Endpoints": ["77.164.248.136:54346", "10.65.0.27:54346", "172.17.0.1:54346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42896}, - {"Proto": "peerapi6", "Port": 42896} - ]}, - "Created": "2026-04-09T01:35:06.725477185Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7318591409430500, - "StableID": "nRyiWCzb9z11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:7a471c5d122ee0c3ffb249551d91ad6ed4e39d895ad3df58ed655e6d2f09842d", - "Addresses": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "AllowedIPs": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "Endpoints": ["77.164.248.136:43621", "10.65.0.27:43621", "172.17.0.1:43621"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56165}, - {"Proto": "peerapi6", "Port": 56165} - ]}, - "Created": "2026-04-09T01:35:08.894724802Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7370416196140814, - "StableID": "nfV1TTL5Zz11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "DiscoKey": "discokey:221314cc5efa8dd4bf6c53d8c65a02420409b21e5a37df71c6b12ccf1855a12e", - "Addresses": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "AllowedIPs": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "Endpoints": ["77.164.248.136:54573", "10.65.0.27:54573", "172.17.0.1:54573"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63989}, - {"Proto": "peerapi6", "Port": 63989} - ]}, - "Created": "2026-04-09T01:35:06.193091242Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8150981673469957, - "StableID": "nnb2m5Ube621CNTRL", + "ID": 1374296710039580, + "StableID": "nPQ5DmSRjB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "DiscoKey": "discokey:fc06aa8662fb012d4b77e64c3dc485477e7c3b5e052f2d00830ba017bbe4333b", - "Addresses": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "AllowedIPs": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "Endpoints": ["77.164.248.136:43622", "10.65.0.27:43622", "172.17.0.1:43622"], + "Key": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "DiscoKey": "discokey:8dd70a8c5d34b175a02afb10be281d0e01510dbab5c107e7cd528dc963808c28", + "Addresses": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "AllowedIPs": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65398}, - {"Proto": "peerapi6", "Port": 65398} + {"Proto": "peerapi4", "Port": 39782}, + {"Proto": "peerapi6", "Port": 39782} ]}, - "Created": "2026-04-09T01:35:02.395244548Z", + "Created": "2026-04-09T08:41:02.201293401Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8463824625039748, - "StableID": "nPYK7cKH6921CNTRL", + "ID": 1729308288068419, + "StableID": "ngjMgnzCWE11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "DiscoKey": "discokey:803afd59bf0e3e76178bf215f900767da31c701321aaede4c9fa079e65f5531d", + "Addresses": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "AllowedIPs": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "Endpoints": ["77.164.248.136:59118", "10.65.0.27:59118", "172.17.0.1:59118"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37687}, + {"Proto": "peerapi6", "Port": 37687} + ]}, + "Created": "2026-04-09T08:41:07.742674169Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1884208598832829, + "StableID": "nADAixxMiF11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "DiscoKey": "discokey:0c0038afe0fb0c2de03a50fd3bacde347d63200f5b701b238858be658197ac21", + "Addresses": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "AllowedIPs": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "Endpoints": ["77.164.248.136:46976", "10.65.0.27:46976", "172.17.0.1:46976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56020}, + {"Proto": "peerapi6", "Port": 56020} + ]}, + "Created": "2026-04-09T08:41:01.582259121Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3199103625817348, + "StableID": "nMufbb2tyR11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "DiscoKey": "discokey:71ede17c6a6590283576802c42305ed370e58b7e38a53807e6f0c79b11195447", + "Addresses": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "AllowedIPs": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "Endpoints": ["77.164.248.136:40778", "10.65.0.27:40778", "172.17.0.1:40778"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 50595}, + {"Proto": "peerapi6", "Port": 50595} + ]}, + "Created": "2026-04-09T08:41:06.187268431Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4639793866054751, + "StableID": "nEGWizWNEd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "DiscoKey": "discokey:a1435179b1b810aa3c4caa87334c15527401cc0f8b337f529c60403d82b7f575", + "Addresses": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "AllowedIPs": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "Endpoints": ["77.164.248.136:60396", "10.65.0.27:60396", "172.17.0.1:60396"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33526}, + {"Proto": "peerapi6", "Port": 33526} + ]}, + "Created": "2026-04-09T08:41:07.199087621Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5571368044669381, + "StableID": "nzPXrgPHWk11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "DiscoKey": "discokey:db512f95787f9cc85d4e659eebfe0e2ba0d02afd1afdd7f00c68950185dfb53f", - "Addresses": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "AllowedIPs": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "Endpoints": ["77.164.248.136:40286", "10.65.0.27:40286", "172.17.0.1:40286"], + "Key": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "DiscoKey": "discokey:cda244e4913679d4743debf51ce375225de410a07df0a541d4668c1d0341c955", + "Addresses": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "AllowedIPs": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "Endpoints": ["77.164.248.136:44518", "10.65.0.27:44518", "172.17.0.1:44518"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57506}, - {"Proto": "peerapi6", "Port": 57506} + {"Proto": "peerapi4", "Port": 47959}, + {"Proto": "peerapi6", "Port": 47959} ]}, - "Created": "2026-04-09T01:35:05.647502085Z", + "Created": "2026-04-09T08:41:05.338057187Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 5641192804421923, + "StableID": "nGjdm1au3m11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:1b4d9c59126aa1fef174eafb806fb8af00333d3351707ffd98fefd5e8def4e4b", + "Addresses": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "AllowedIPs": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "Endpoints": ["77.164.248.136:48600", "10.65.0.27:48600", "172.17.0.1:48600"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63533}, + {"Proto": "peerapi6", "Port": 63533} + ]}, + "Created": "2026-04-09T08:41:08.802931909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5677239659626555, + "StableID": "nQVnvcTELm11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "DiscoKey": "discokey:df6342c9d64ad246d1074e17a378582b83e39796ac2bab6486032aac85004e72", + "Addresses": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "AllowedIPs": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "Endpoints": ["77.164.248.136:49717", "10.65.0.27:49717", "172.17.0.1:49717"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 39928}, + {"Proto": "peerapi6", "Port": 39928} + ]}, + "Created": "2026-04-09T08:41:02.67124466Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6343620780590955, + "StableID": "nQbyfLA3Yr11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "DiscoKey": "discokey:01e1791b2b429cb6757d69da205f94f068257557d9347cff95b2cf366f036934", + "Addresses": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "AllowedIPs": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "Endpoints": ["77.164.248.136:48997", "10.65.0.27:48997", "172.17.0.1:48997"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 38129}, + {"Proto": "peerapi6", "Port": 38129} + ]}, + "Created": "2026-04-09T08:41:06.684648628Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6381385371082262, + "StableID": "ns5UD2B9qr11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "DiscoKey": "discokey:4c09049845fd78288912cd7e2d925cb482dbc40317a2c5c483baa34f23880614", + "Addresses": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "AllowedIPs": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36954}, + {"Proto": "peerapi6", "Port": 36954} + ]}, + "Created": "2026-04-09T08:41:04.814206142Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6483759775307444, + "StableID": "noYbkjNWds11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "KeyExpiry": "2026-10-06T08:41:09Z", + "DiscoKey": "discokey:e130a3099133404606bd20873de66d63113672454adb1cb7c1555ac9b439d650", + "Addresses": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "AllowedIPs": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 44904}, + {"Proto": "peerapi6", "Port": 44904} + ]}, + "Created": "2026-04-09T08:41:09.367737736Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7382615329324482, + "StableID": "nhaH5bnbez11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "DiscoKey": "discokey:82eeebbe5bf0df4a213a237f3b003250556c689f82a995b3f9a661386f74971b", + "Addresses": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "AllowedIPs": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "Endpoints": ["77.164.248.136:37291", "10.65.0.27:37291", "172.17.0.1:37291"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61000}, + {"Proto": "peerapi6", "Port": 61000} + ]}, + "Created": "2026-04-09T08:41:04.269084053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7946285931280655, + "StableID": "nUHEyVTt3521CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:e173aaaceba2ece98cd4bf030c711c409ebb019c668455412b625f9a007d6078", + "Addresses": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "AllowedIPs": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "Endpoints": ["77.164.248.136:60276", "10.65.0.27:60276", "172.17.0.1:60276"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:41:08.302638571Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13765,27 +13791,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1587526652896753": { - "ID": 1587526652896753, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3141904476109138": { + "ID": 3141904476109138, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13816,26 +13844,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5620759547854731, - "StableID": "niGirgpetk11CNTRL", + "ID": 6381385371082262, + "StableID": "ns5UD2B9qr11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 5620759547854731, - "Key": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "DiscoKey": "discokey:519902d54176317f6aad82704665bf10348f993827ef5822e8cf9eaef3bcc40f", - "Addresses": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "AllowedIPs": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "Endpoints": ["77.164.248.136:48752", "10.65.0.27:48752", "172.17.0.1:48752"], + "User": 6381385371082262, + "Key": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "DiscoKey": "discokey:4c09049845fd78288912cd7e2d925cb482dbc40317a2c5c483baa34f23880614", + "Addresses": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "AllowedIPs": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 43570}, - {"Proto": "peerapi6", "Port": 43570}, + {"Proto": "peerapi4", "Port": 36954}, + {"Proto": "peerapi6", "Port": 36954}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:05.092169777Z", + "Created": "2026-04-09T08:41:04.814206142Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13863,301 +13891,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "MachineKey": "mkey:cf5c30c367118a48cc369ea0e60de05d9af59bc317fa77e3772a809a274a1c10", + "NodeKey": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "MachineKey": "mkey:610190be02ce140244888353f57e02dc5ff0793a064bbc18712e44ff7d2b1608", "Peers": [{ - "ID": 403059446523, - "StableID": "n852z5bB1111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "DiscoKey": "discokey:02199aa38b861538929dc9cef721afb98f0e9434fce62aba755e0dcd1850766d", - "Addresses": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "AllowedIPs": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "Endpoints": ["77.164.248.136:33058", "10.65.0.27:33058", "172.17.0.1:33058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 59692}, - {"Proto": "peerapi6", "Port": 59692} - ]}, - "Created": "2026-04-09T01:35:07.81224963Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 581184827916071, - "StableID": "nU715vjDY511CNTRL", + "ID": 1360374372208772, + "StableID": "nfGZtDj7dB11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "DiscoKey": "discokey:e1c5e729ba73781213f3431633d1e402589879a672036456d1a34db89e9c2442", - "Addresses": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "AllowedIPs": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "Endpoints": ["77.164.248.136:34491", "10.65.0.27:34491", "172.17.0.1:34491"], + "Key": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "DiscoKey": "discokey:3aacf3194be22e1565b1f3f015d9f1f02761d7f6fd5b8f399d2a4f675e8ce338", + "Addresses": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "AllowedIPs": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "Endpoints": ["77.164.248.136:43782", "10.65.0.27:43782", "172.17.0.1:43782"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 42128}, - {"Proto": "peerapi6", "Port": 42128} + {"Proto": "peerapi4", "Port": 35814}, + {"Proto": "peerapi6", "Port": 35814} ]}, - "Created": "2026-04-09T01:35:04.009410322Z", + "Created": "2026-04-09T08:41:03.731567552Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1587526652896753, - "StableID": "n4C36jdzPD11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "DiscoKey": "discokey:9bb1c3087ccda7ecd0a964b324bd80f15613ddaab7b481a2759ec48fc7cdc850", - "Addresses": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "AllowedIPs": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "Endpoints": ["77.164.248.136:37243", "10.65.0.27:37243", "172.17.0.1:37243"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64665}, - {"Proto": "peerapi6", "Port": 64665} - ]}, - "Created": "2026-04-09T01:35:03.468001392Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1905488416953536, - "StableID": "nRmKN5xzsF11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:564554938124e6cf43ff840ceb8c1818241e7b15ea56816902725b0dce9cd349", - "Addresses": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "AllowedIPs": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "Endpoints": ["77.164.248.136:34461", "10.65.0.27:34461", "172.17.0.1:34461"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 43120}, - {"Proto": "peerapi6", "Port": 43120} - ]}, - "Created": "2026-04-09T01:35:08.381245057Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2889228966376830, - "StableID": "nTFR4T9YZP11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "DiscoKey": "discokey:f338f5b8bf953a71885cc2978c08886914d4e4e2e84b73e1ea42490c7b02b225", - "Addresses": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "AllowedIPs": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "Endpoints": ["77.164.248.136:47133", "10.65.0.27:47133", "172.17.0.1:47133"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 64439}, - {"Proto": "peerapi6", "Port": 64439} - ]}, - "Created": "2026-04-09T01:35:02.923720657Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3466234451983629, - "StableID": "nzuexs6s4U11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "DiscoKey": "discokey:747f9af4fa87017d8f6dba34ab7f2f47eabde0fe5ce2f419aa1add14fa8e7b16", - "Addresses": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "AllowedIPs": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "Endpoints": ["77.164.248.136:44555", "10.65.0.27:44555", "172.17.0.1:44555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 62216}, - {"Proto": "peerapi6", "Port": 62216} - ]}, - "Created": "2026-04-09T01:35:07.27272598Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4284101535696515, - "StableID": "nQTbVo5HTa11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "KeyExpiry": "2026-10-06T01:35:09Z", - "DiscoKey": "discokey:8fc513e5cfaef10b8cef128f512e5cf9e2a354b5026f8dbdb62d3beab796bd3a", - "Addresses": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "AllowedIPs": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53037}, - {"Proto": "peerapi6", "Port": 53037} - ]}, - "Created": "2026-04-09T01:35:09.430982733Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4465870960574956, - "StableID": "nq9W8jrbsb11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "DiscoKey": "discokey:1c7cabb909200a1137239a8453d00a927764715371c74521de9f33753b292706", - "Addresses": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "AllowedIPs": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "Endpoints": ["77.164.248.136:47720", "10.65.0.27:47720", "172.17.0.1:47720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61261}, - {"Proto": "peerapi6", "Port": 61261} - ]}, - "Created": "2026-04-09T01:35:01.685356056Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4588546786065425, - "StableID": "ngtAkuLAqc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "DiscoKey": "discokey:bcb4082a90757dc883b413fe900b43dc3734a1ed1b31575960f15d722f56dd46", - "Addresses": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "AllowedIPs": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "Endpoints": ["77.164.248.136:33723", "10.65.0.27:33723", "172.17.0.1:33723"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 33680}, - {"Proto": "peerapi6", "Port": 33680} - ]}, - "Created": "2026-04-09T01:35:04.556678672Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 7108467281580657, - "StableID": "nttVs8PSWx11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "DiscoKey": "discokey:de12da69b3e0669e9c9a4f1fed65c576b7ed54f64520ee213ed8806327c93a37", - "Addresses": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "AllowedIPs": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "Endpoints": ["77.164.248.136:54346", "10.65.0.27:54346", "172.17.0.1:54346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42896}, - {"Proto": "peerapi6", "Port": 42896} - ]}, - "Created": "2026-04-09T01:35:06.725477185Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7318591409430500, - "StableID": "nRyiWCzb9z11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:7a471c5d122ee0c3ffb249551d91ad6ed4e39d895ad3df58ed655e6d2f09842d", - "Addresses": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "AllowedIPs": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "Endpoints": ["77.164.248.136:43621", "10.65.0.27:43621", "172.17.0.1:43621"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56165}, - {"Proto": "peerapi6", "Port": 56165} - ]}, - "Created": "2026-04-09T01:35:08.894724802Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7370416196140814, - "StableID": "nfV1TTL5Zz11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "DiscoKey": "discokey:221314cc5efa8dd4bf6c53d8c65a02420409b21e5a37df71c6b12ccf1855a12e", - "Addresses": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "AllowedIPs": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "Endpoints": ["77.164.248.136:54573", "10.65.0.27:54573", "172.17.0.1:54573"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63989}, - {"Proto": "peerapi6", "Port": 63989} - ]}, - "Created": "2026-04-09T01:35:06.193091242Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8150981673469957, - "StableID": "nnb2m5Ube621CNTRL", + "ID": 1374296710039580, + "StableID": "nPQ5DmSRjB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "DiscoKey": "discokey:fc06aa8662fb012d4b77e64c3dc485477e7c3b5e052f2d00830ba017bbe4333b", - "Addresses": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "AllowedIPs": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "Endpoints": ["77.164.248.136:43622", "10.65.0.27:43622", "172.17.0.1:43622"], + "Key": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "DiscoKey": "discokey:8dd70a8c5d34b175a02afb10be281d0e01510dbab5c107e7cd528dc963808c28", + "Addresses": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "AllowedIPs": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65398}, - {"Proto": "peerapi6", "Port": 65398} + {"Proto": "peerapi4", "Port": 39782}, + {"Proto": "peerapi6", "Port": 39782} ]}, - "Created": "2026-04-09T01:35:02.395244548Z", + "Created": "2026-04-09T08:41:02.201293401Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8463824625039748, - "StableID": "nPYK7cKH6921CNTRL", + "ID": 1729308288068419, + "StableID": "ngjMgnzCWE11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "DiscoKey": "discokey:803afd59bf0e3e76178bf215f900767da31c701321aaede4c9fa079e65f5531d", + "Addresses": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "AllowedIPs": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "Endpoints": ["77.164.248.136:59118", "10.65.0.27:59118", "172.17.0.1:59118"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37687}, + {"Proto": "peerapi6", "Port": 37687} + ]}, + "Created": "2026-04-09T08:41:07.742674169Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1884208598832829, + "StableID": "nADAixxMiF11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "DiscoKey": "discokey:0c0038afe0fb0c2de03a50fd3bacde347d63200f5b701b238858be658197ac21", + "Addresses": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "AllowedIPs": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "Endpoints": ["77.164.248.136:46976", "10.65.0.27:46976", "172.17.0.1:46976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56020}, + {"Proto": "peerapi6", "Port": 56020} + ]}, + "Created": "2026-04-09T08:41:01.582259121Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3141904476109138, + "StableID": "nu6EcAWyXR11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "DiscoKey": "discokey:46d6e04498b83b2f1f65da30e1323732d5f3e10c5afefcf854ba9aee83325263", + "Addresses": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "AllowedIPs": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "Endpoints": ["77.164.248.136:47047", "10.65.0.27:47047", "172.17.0.1:47047"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 45798}, + {"Proto": "peerapi6", "Port": 45798} + ]}, + "Created": "2026-04-09T08:41:03.200245537Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3199103625817348, + "StableID": "nMufbb2tyR11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "DiscoKey": "discokey:71ede17c6a6590283576802c42305ed370e58b7e38a53807e6f0c79b11195447", + "Addresses": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "AllowedIPs": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "Endpoints": ["77.164.248.136:40778", "10.65.0.27:40778", "172.17.0.1:40778"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 50595}, + {"Proto": "peerapi6", "Port": 50595} + ]}, + "Created": "2026-04-09T08:41:06.187268431Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4639793866054751, + "StableID": "nEGWizWNEd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "DiscoKey": "discokey:a1435179b1b810aa3c4caa87334c15527401cc0f8b337f529c60403d82b7f575", + "Addresses": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "AllowedIPs": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "Endpoints": ["77.164.248.136:60396", "10.65.0.27:60396", "172.17.0.1:60396"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33526}, + {"Proto": "peerapi6", "Port": 33526} + ]}, + "Created": "2026-04-09T08:41:07.199087621Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5571368044669381, + "StableID": "nzPXrgPHWk11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "DiscoKey": "discokey:db512f95787f9cc85d4e659eebfe0e2ba0d02afd1afdd7f00c68950185dfb53f", - "Addresses": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "AllowedIPs": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "Endpoints": ["77.164.248.136:40286", "10.65.0.27:40286", "172.17.0.1:40286"], + "Key": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "DiscoKey": "discokey:cda244e4913679d4743debf51ce375225de410a07df0a541d4668c1d0341c955", + "Addresses": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "AllowedIPs": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "Endpoints": ["77.164.248.136:44518", "10.65.0.27:44518", "172.17.0.1:44518"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57506}, - {"Proto": "peerapi6", "Port": 57506} + {"Proto": "peerapi4", "Port": 47959}, + {"Proto": "peerapi6", "Port": 47959} ]}, - "Created": "2026-04-09T01:35:05.647502085Z", + "Created": "2026-04-09T08:41:05.338057187Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 5641192804421923, + "StableID": "nGjdm1au3m11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:1b4d9c59126aa1fef174eafb806fb8af00333d3351707ffd98fefd5e8def4e4b", + "Addresses": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "AllowedIPs": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "Endpoints": ["77.164.248.136:48600", "10.65.0.27:48600", "172.17.0.1:48600"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63533}, + {"Proto": "peerapi6", "Port": 63533} + ]}, + "Created": "2026-04-09T08:41:08.802931909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5677239659626555, + "StableID": "nQVnvcTELm11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "DiscoKey": "discokey:df6342c9d64ad246d1074e17a378582b83e39796ac2bab6486032aac85004e72", + "Addresses": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "AllowedIPs": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "Endpoints": ["77.164.248.136:49717", "10.65.0.27:49717", "172.17.0.1:49717"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 39928}, + {"Proto": "peerapi6", "Port": 39928} + ]}, + "Created": "2026-04-09T08:41:02.67124466Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6343620780590955, + "StableID": "nQbyfLA3Yr11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "DiscoKey": "discokey:01e1791b2b429cb6757d69da205f94f068257557d9347cff95b2cf366f036934", + "Addresses": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "AllowedIPs": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "Endpoints": ["77.164.248.136:48997", "10.65.0.27:48997", "172.17.0.1:48997"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 38129}, + {"Proto": "peerapi6", "Port": 38129} + ]}, + "Created": "2026-04-09T08:41:06.684648628Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6483759775307444, + "StableID": "noYbkjNWds11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "KeyExpiry": "2026-10-06T08:41:09Z", + "DiscoKey": "discokey:e130a3099133404606bd20873de66d63113672454adb1cb7c1555ac9b439d650", + "Addresses": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "AllowedIPs": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "Endpoints": ["77.164.248.136:33394", "10.65.0.27:33394", "172.17.0.1:33394"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 44904}, + {"Proto": "peerapi6", "Port": 44904} + ]}, + "Created": "2026-04-09T08:41:09.367737736Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7382615329324482, + "StableID": "nhaH5bnbez11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "DiscoKey": "discokey:82eeebbe5bf0df4a213a237f3b003250556c689f82a995b3f9a661386f74971b", + "Addresses": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "AllowedIPs": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "Endpoints": ["77.164.248.136:37291", "10.65.0.27:37291", "172.17.0.1:37291"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61000}, + {"Proto": "peerapi6", "Port": 61000} + ]}, + "Created": "2026-04-09T08:41:04.269084053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7946285931280655, + "StableID": "nUHEyVTt3521CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:e173aaaceba2ece98cd4bf030c711c409ebb019c668455412b625f9a007d6078", + "Addresses": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "AllowedIPs": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "Endpoints": ["77.164.248.136:60276", "10.65.0.27:60276", "172.17.0.1:60276"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:41:08.302638571Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15005,27 +15034,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5620759547854731": { - "ID": 5620759547854731, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6381385371082262": { + "ID": 6381385371082262, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15056,26 +15087,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7370416196140814, - "StableID": "nfV1TTL5Zz11CNTRL", + "ID": 3199103625817348, + "StableID": "nMufbb2tyR11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 7370416196140814, - "Key": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "DiscoKey": "discokey:221314cc5efa8dd4bf6c53d8c65a02420409b21e5a37df71c6b12ccf1855a12e", - "Addresses": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "AllowedIPs": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "Endpoints": ["77.164.248.136:54573", "10.65.0.27:54573", "172.17.0.1:54573"], + "User": 3199103625817348, + "Key": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "DiscoKey": "discokey:71ede17c6a6590283576802c42305ed370e58b7e38a53807e6f0c79b11195447", + "Addresses": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "AllowedIPs": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "Endpoints": ["77.164.248.136:40778", "10.65.0.27:40778", "172.17.0.1:40778"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 63989}, - {"Proto": "peerapi6", "Port": 63989}, + {"Proto": "peerapi4", "Port": 50595}, + {"Proto": "peerapi6", "Port": 50595}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:06.193091242Z", + "Created": "2026-04-09T08:41:06.187268431Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15103,301 +15134,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "MachineKey": "mkey:72dc43356d97c16134a9bc5f2a40842fa3c8a7627ea2161b68f068cdf5c84c52", + "NodeKey": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "MachineKey": "mkey:3210ee2bce149e216d216e1047bfb7c1894bb2a5374fc83417c27477c150213f", "Peers": [{ - "ID": 403059446523, - "StableID": "n852z5bB1111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "DiscoKey": "discokey:02199aa38b861538929dc9cef721afb98f0e9434fce62aba755e0dcd1850766d", - "Addresses": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "AllowedIPs": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "Endpoints": ["77.164.248.136:33058", "10.65.0.27:33058", "172.17.0.1:33058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 59692}, - {"Proto": "peerapi6", "Port": 59692} - ]}, - "Created": "2026-04-09T01:35:07.81224963Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 581184827916071, - "StableID": "nU715vjDY511CNTRL", + "ID": 1360374372208772, + "StableID": "nfGZtDj7dB11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "DiscoKey": "discokey:e1c5e729ba73781213f3431633d1e402589879a672036456d1a34db89e9c2442", - "Addresses": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "AllowedIPs": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "Endpoints": ["77.164.248.136:34491", "10.65.0.27:34491", "172.17.0.1:34491"], + "Key": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "DiscoKey": "discokey:3aacf3194be22e1565b1f3f015d9f1f02761d7f6fd5b8f399d2a4f675e8ce338", + "Addresses": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "AllowedIPs": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "Endpoints": ["77.164.248.136:43782", "10.65.0.27:43782", "172.17.0.1:43782"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 42128}, - {"Proto": "peerapi6", "Port": 42128} + {"Proto": "peerapi4", "Port": 35814}, + {"Proto": "peerapi6", "Port": 35814} ]}, - "Created": "2026-04-09T01:35:04.009410322Z", + "Created": "2026-04-09T08:41:03.731567552Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1587526652896753, - "StableID": "n4C36jdzPD11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "DiscoKey": "discokey:9bb1c3087ccda7ecd0a964b324bd80f15613ddaab7b481a2759ec48fc7cdc850", - "Addresses": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "AllowedIPs": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "Endpoints": ["77.164.248.136:37243", "10.65.0.27:37243", "172.17.0.1:37243"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64665}, - {"Proto": "peerapi6", "Port": 64665} - ]}, - "Created": "2026-04-09T01:35:03.468001392Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1905488416953536, - "StableID": "nRmKN5xzsF11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:564554938124e6cf43ff840ceb8c1818241e7b15ea56816902725b0dce9cd349", - "Addresses": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "AllowedIPs": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "Endpoints": ["77.164.248.136:34461", "10.65.0.27:34461", "172.17.0.1:34461"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 43120}, - {"Proto": "peerapi6", "Port": 43120} - ]}, - "Created": "2026-04-09T01:35:08.381245057Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2889228966376830, - "StableID": "nTFR4T9YZP11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "DiscoKey": "discokey:f338f5b8bf953a71885cc2978c08886914d4e4e2e84b73e1ea42490c7b02b225", - "Addresses": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "AllowedIPs": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "Endpoints": ["77.164.248.136:47133", "10.65.0.27:47133", "172.17.0.1:47133"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 64439}, - {"Proto": "peerapi6", "Port": 64439} - ]}, - "Created": "2026-04-09T01:35:02.923720657Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3466234451983629, - "StableID": "nzuexs6s4U11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "DiscoKey": "discokey:747f9af4fa87017d8f6dba34ab7f2f47eabde0fe5ce2f419aa1add14fa8e7b16", - "Addresses": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "AllowedIPs": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "Endpoints": ["77.164.248.136:44555", "10.65.0.27:44555", "172.17.0.1:44555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 62216}, - {"Proto": "peerapi6", "Port": 62216} - ]}, - "Created": "2026-04-09T01:35:07.27272598Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4284101535696515, - "StableID": "nQTbVo5HTa11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "KeyExpiry": "2026-10-06T01:35:09Z", - "DiscoKey": "discokey:8fc513e5cfaef10b8cef128f512e5cf9e2a354b5026f8dbdb62d3beab796bd3a", - "Addresses": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "AllowedIPs": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53037}, - {"Proto": "peerapi6", "Port": 53037} - ]}, - "Created": "2026-04-09T01:35:09.430982733Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4465870960574956, - "StableID": "nq9W8jrbsb11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "DiscoKey": "discokey:1c7cabb909200a1137239a8453d00a927764715371c74521de9f33753b292706", - "Addresses": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "AllowedIPs": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "Endpoints": ["77.164.248.136:47720", "10.65.0.27:47720", "172.17.0.1:47720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61261}, - {"Proto": "peerapi6", "Port": 61261} - ]}, - "Created": "2026-04-09T01:35:01.685356056Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4588546786065425, - "StableID": "ngtAkuLAqc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "DiscoKey": "discokey:bcb4082a90757dc883b413fe900b43dc3734a1ed1b31575960f15d722f56dd46", - "Addresses": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "AllowedIPs": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "Endpoints": ["77.164.248.136:33723", "10.65.0.27:33723", "172.17.0.1:33723"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 33680}, - {"Proto": "peerapi6", "Port": 33680} - ]}, - "Created": "2026-04-09T01:35:04.556678672Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5620759547854731, - "StableID": "niGirgpetk11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "DiscoKey": "discokey:519902d54176317f6aad82704665bf10348f993827ef5822e8cf9eaef3bcc40f", - "Addresses": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "AllowedIPs": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "Endpoints": ["77.164.248.136:48752", "10.65.0.27:48752", "172.17.0.1:48752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 43570}, - {"Proto": "peerapi6", "Port": 43570} - ]}, - "Created": "2026-04-09T01:35:05.092169777Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7108467281580657, - "StableID": "nttVs8PSWx11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "DiscoKey": "discokey:de12da69b3e0669e9c9a4f1fed65c576b7ed54f64520ee213ed8806327c93a37", - "Addresses": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "AllowedIPs": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "Endpoints": ["77.164.248.136:54346", "10.65.0.27:54346", "172.17.0.1:54346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42896}, - {"Proto": "peerapi6", "Port": 42896} - ]}, - "Created": "2026-04-09T01:35:06.725477185Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7318591409430500, - "StableID": "nRyiWCzb9z11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:7a471c5d122ee0c3ffb249551d91ad6ed4e39d895ad3df58ed655e6d2f09842d", - "Addresses": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "AllowedIPs": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "Endpoints": ["77.164.248.136:43621", "10.65.0.27:43621", "172.17.0.1:43621"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56165}, - {"Proto": "peerapi6", "Port": 56165} - ]}, - "Created": "2026-04-09T01:35:08.894724802Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8150981673469957, - "StableID": "nnb2m5Ube621CNTRL", + "ID": 1374296710039580, + "StableID": "nPQ5DmSRjB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "DiscoKey": "discokey:fc06aa8662fb012d4b77e64c3dc485477e7c3b5e052f2d00830ba017bbe4333b", - "Addresses": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "AllowedIPs": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "Endpoints": ["77.164.248.136:43622", "10.65.0.27:43622", "172.17.0.1:43622"], + "Key": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "DiscoKey": "discokey:8dd70a8c5d34b175a02afb10be281d0e01510dbab5c107e7cd528dc963808c28", + "Addresses": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "AllowedIPs": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65398}, - {"Proto": "peerapi6", "Port": 65398} + {"Proto": "peerapi4", "Port": 39782}, + {"Proto": "peerapi6", "Port": 39782} ]}, - "Created": "2026-04-09T01:35:02.395244548Z", + "Created": "2026-04-09T08:41:02.201293401Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8463824625039748, - "StableID": "nPYK7cKH6921CNTRL", + "ID": 1729308288068419, + "StableID": "ngjMgnzCWE11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "DiscoKey": "discokey:803afd59bf0e3e76178bf215f900767da31c701321aaede4c9fa079e65f5531d", + "Addresses": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "AllowedIPs": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "Endpoints": ["77.164.248.136:59118", "10.65.0.27:59118", "172.17.0.1:59118"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37687}, + {"Proto": "peerapi6", "Port": 37687} + ]}, + "Created": "2026-04-09T08:41:07.742674169Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1884208598832829, + "StableID": "nADAixxMiF11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "DiscoKey": "discokey:0c0038afe0fb0c2de03a50fd3bacde347d63200f5b701b238858be658197ac21", + "Addresses": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "AllowedIPs": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "Endpoints": ["77.164.248.136:46976", "10.65.0.27:46976", "172.17.0.1:46976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56020}, + {"Proto": "peerapi6", "Port": 56020} + ]}, + "Created": "2026-04-09T08:41:01.582259121Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3141904476109138, + "StableID": "nu6EcAWyXR11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "DiscoKey": "discokey:46d6e04498b83b2f1f65da30e1323732d5f3e10c5afefcf854ba9aee83325263", + "Addresses": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "AllowedIPs": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "Endpoints": ["77.164.248.136:47047", "10.65.0.27:47047", "172.17.0.1:47047"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 45798}, + {"Proto": "peerapi6", "Port": 45798} + ]}, + "Created": "2026-04-09T08:41:03.200245537Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4639793866054751, + "StableID": "nEGWizWNEd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "DiscoKey": "discokey:a1435179b1b810aa3c4caa87334c15527401cc0f8b337f529c60403d82b7f575", + "Addresses": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "AllowedIPs": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "Endpoints": ["77.164.248.136:60396", "10.65.0.27:60396", "172.17.0.1:60396"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33526}, + {"Proto": "peerapi6", "Port": 33526} + ]}, + "Created": "2026-04-09T08:41:07.199087621Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5571368044669381, + "StableID": "nzPXrgPHWk11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "DiscoKey": "discokey:db512f95787f9cc85d4e659eebfe0e2ba0d02afd1afdd7f00c68950185dfb53f", - "Addresses": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "AllowedIPs": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "Endpoints": ["77.164.248.136:40286", "10.65.0.27:40286", "172.17.0.1:40286"], + "Key": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "DiscoKey": "discokey:cda244e4913679d4743debf51ce375225de410a07df0a541d4668c1d0341c955", + "Addresses": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "AllowedIPs": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "Endpoints": ["77.164.248.136:44518", "10.65.0.27:44518", "172.17.0.1:44518"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57506}, - {"Proto": "peerapi6", "Port": 57506} + {"Proto": "peerapi4", "Port": 47959}, + {"Proto": "peerapi6", "Port": 47959} ]}, - "Created": "2026-04-09T01:35:05.647502085Z", + "Created": "2026-04-09T08:41:05.338057187Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 5641192804421923, + "StableID": "nGjdm1au3m11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:1b4d9c59126aa1fef174eafb806fb8af00333d3351707ffd98fefd5e8def4e4b", + "Addresses": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "AllowedIPs": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "Endpoints": ["77.164.248.136:48600", "10.65.0.27:48600", "172.17.0.1:48600"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63533}, + {"Proto": "peerapi6", "Port": 63533} + ]}, + "Created": "2026-04-09T08:41:08.802931909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5677239659626555, + "StableID": "nQVnvcTELm11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "DiscoKey": "discokey:df6342c9d64ad246d1074e17a378582b83e39796ac2bab6486032aac85004e72", + "Addresses": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "AllowedIPs": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "Endpoints": ["77.164.248.136:49717", "10.65.0.27:49717", "172.17.0.1:49717"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 39928}, + {"Proto": "peerapi6", "Port": 39928} + ]}, + "Created": "2026-04-09T08:41:02.67124466Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6343620780590955, + "StableID": "nQbyfLA3Yr11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "DiscoKey": "discokey:01e1791b2b429cb6757d69da205f94f068257557d9347cff95b2cf366f036934", + "Addresses": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "AllowedIPs": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "Endpoints": ["77.164.248.136:48997", "10.65.0.27:48997", "172.17.0.1:48997"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 38129}, + {"Proto": "peerapi6", "Port": 38129} + ]}, + "Created": "2026-04-09T08:41:06.684648628Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6381385371082262, + "StableID": "ns5UD2B9qr11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "DiscoKey": "discokey:4c09049845fd78288912cd7e2d925cb482dbc40317a2c5c483baa34f23880614", + "Addresses": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "AllowedIPs": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36954}, + {"Proto": "peerapi6", "Port": 36954} + ]}, + "Created": "2026-04-09T08:41:04.814206142Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6483759775307444, + "StableID": "noYbkjNWds11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "KeyExpiry": "2026-10-06T08:41:09Z", + "DiscoKey": "discokey:e130a3099133404606bd20873de66d63113672454adb1cb7c1555ac9b439d650", + "Addresses": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "AllowedIPs": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "Endpoints": ["77.164.248.136:33394", "10.65.0.27:33394", "172.17.0.1:33394"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 44904}, + {"Proto": "peerapi6", "Port": 44904} + ]}, + "Created": "2026-04-09T08:41:09.367737736Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7382615329324482, + "StableID": "nhaH5bnbez11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "DiscoKey": "discokey:82eeebbe5bf0df4a213a237f3b003250556c689f82a995b3f9a661386f74971b", + "Addresses": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "AllowedIPs": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "Endpoints": ["77.164.248.136:37291", "10.65.0.27:37291", "172.17.0.1:37291"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61000}, + {"Proto": "peerapi6", "Port": 61000} + ]}, + "Created": "2026-04-09T08:41:04.269084053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7946285931280655, + "StableID": "nUHEyVTt3521CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:e173aaaceba2ece98cd4bf030c711c409ebb019c668455412b625f9a007d6078", + "Addresses": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "AllowedIPs": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "Endpoints": ["77.164.248.136:60276", "10.65.0.27:60276", "172.17.0.1:60276"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:41:08.302638571Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16245,27 +16277,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7370416196140814": { - "ID": 7370416196140814, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3199103625817348": { + "ID": 3199103625817348, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16296,22 +16330,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7318591409430500, - "StableID": "nRyiWCzb9z11CNTRL", + "ID": 5641192804421923, + "StableID": "nGjdm1au3m11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:7a471c5d122ee0c3ffb249551d91ad6ed4e39d895ad3df58ed655e6d2f09842d", - "Addresses": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "AllowedIPs": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "Endpoints": ["77.164.248.136:43621", "10.65.0.27:43621", "172.17.0.1:43621"], + "Key": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:1b4d9c59126aa1fef174eafb806fb8af00333d3351707ffd98fefd5e8def4e4b", + "Addresses": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "AllowedIPs": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "Endpoints": ["77.164.248.136:48600", "10.65.0.27:48600", "172.17.0.1:48600"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56165}, - {"Proto": "peerapi6", "Port": 56165}, + {"Proto": "peerapi4", "Port": 63533}, + {"Proto": "peerapi6", "Port": 63533}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:08.894724802Z", + "Created": "2026-04-09T08:41:08.802931909Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16338,300 +16372,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "MachineKey": "mkey:aec8a4569c5a92feda4cc00d1ea7df432abbcf69293639374aa6b7dbfc6cc910", + "NodeKey": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "MachineKey": "mkey:3204adc21b39329235fe8551f36e8581de79e5fd18ea249a750046e6d91bda52", "Peers": [{ - "ID": 403059446523, - "StableID": "n852z5bB1111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "DiscoKey": "discokey:02199aa38b861538929dc9cef721afb98f0e9434fce62aba755e0dcd1850766d", - "Addresses": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "AllowedIPs": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "Endpoints": ["77.164.248.136:33058", "10.65.0.27:33058", "172.17.0.1:33058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 59692}, - {"Proto": "peerapi6", "Port": 59692} - ]}, - "Created": "2026-04-09T01:35:07.81224963Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 581184827916071, - "StableID": "nU715vjDY511CNTRL", + "ID": 1360374372208772, + "StableID": "nfGZtDj7dB11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "DiscoKey": "discokey:e1c5e729ba73781213f3431633d1e402589879a672036456d1a34db89e9c2442", - "Addresses": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "AllowedIPs": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "Endpoints": ["77.164.248.136:34491", "10.65.0.27:34491", "172.17.0.1:34491"], + "Key": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "DiscoKey": "discokey:3aacf3194be22e1565b1f3f015d9f1f02761d7f6fd5b8f399d2a4f675e8ce338", + "Addresses": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "AllowedIPs": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "Endpoints": ["77.164.248.136:43782", "10.65.0.27:43782", "172.17.0.1:43782"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 42128}, - {"Proto": "peerapi6", "Port": 42128} + {"Proto": "peerapi4", "Port": 35814}, + {"Proto": "peerapi6", "Port": 35814} ]}, - "Created": "2026-04-09T01:35:04.009410322Z", + "Created": "2026-04-09T08:41:03.731567552Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1587526652896753, - "StableID": "n4C36jdzPD11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "DiscoKey": "discokey:9bb1c3087ccda7ecd0a964b324bd80f15613ddaab7b481a2759ec48fc7cdc850", - "Addresses": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "AllowedIPs": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "Endpoints": ["77.164.248.136:37243", "10.65.0.27:37243", "172.17.0.1:37243"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64665}, - {"Proto": "peerapi6", "Port": 64665} - ]}, - "Created": "2026-04-09T01:35:03.468001392Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1905488416953536, - "StableID": "nRmKN5xzsF11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:564554938124e6cf43ff840ceb8c1818241e7b15ea56816902725b0dce9cd349", - "Addresses": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "AllowedIPs": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "Endpoints": ["77.164.248.136:34461", "10.65.0.27:34461", "172.17.0.1:34461"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 43120}, - {"Proto": "peerapi6", "Port": 43120} - ]}, - "Created": "2026-04-09T01:35:08.381245057Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2889228966376830, - "StableID": "nTFR4T9YZP11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "DiscoKey": "discokey:f338f5b8bf953a71885cc2978c08886914d4e4e2e84b73e1ea42490c7b02b225", - "Addresses": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "AllowedIPs": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "Endpoints": ["77.164.248.136:47133", "10.65.0.27:47133", "172.17.0.1:47133"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 64439}, - {"Proto": "peerapi6", "Port": 64439} - ]}, - "Created": "2026-04-09T01:35:02.923720657Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3466234451983629, - "StableID": "nzuexs6s4U11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "DiscoKey": "discokey:747f9af4fa87017d8f6dba34ab7f2f47eabde0fe5ce2f419aa1add14fa8e7b16", - "Addresses": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "AllowedIPs": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "Endpoints": ["77.164.248.136:44555", "10.65.0.27:44555", "172.17.0.1:44555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 62216}, - {"Proto": "peerapi6", "Port": 62216} - ]}, - "Created": "2026-04-09T01:35:07.27272598Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4284101535696515, - "StableID": "nQTbVo5HTa11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "KeyExpiry": "2026-10-06T01:35:09Z", - "DiscoKey": "discokey:8fc513e5cfaef10b8cef128f512e5cf9e2a354b5026f8dbdb62d3beab796bd3a", - "Addresses": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "AllowedIPs": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53037}, - {"Proto": "peerapi6", "Port": 53037} - ]}, - "Created": "2026-04-09T01:35:09.430982733Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4465870960574956, - "StableID": "nq9W8jrbsb11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "DiscoKey": "discokey:1c7cabb909200a1137239a8453d00a927764715371c74521de9f33753b292706", - "Addresses": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "AllowedIPs": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "Endpoints": ["77.164.248.136:47720", "10.65.0.27:47720", "172.17.0.1:47720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61261}, - {"Proto": "peerapi6", "Port": 61261} - ]}, - "Created": "2026-04-09T01:35:01.685356056Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4588546786065425, - "StableID": "ngtAkuLAqc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "DiscoKey": "discokey:bcb4082a90757dc883b413fe900b43dc3734a1ed1b31575960f15d722f56dd46", - "Addresses": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "AllowedIPs": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "Endpoints": ["77.164.248.136:33723", "10.65.0.27:33723", "172.17.0.1:33723"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 33680}, - {"Proto": "peerapi6", "Port": 33680} - ]}, - "Created": "2026-04-09T01:35:04.556678672Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5620759547854731, - "StableID": "niGirgpetk11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "DiscoKey": "discokey:519902d54176317f6aad82704665bf10348f993827ef5822e8cf9eaef3bcc40f", - "Addresses": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "AllowedIPs": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "Endpoints": ["77.164.248.136:48752", "10.65.0.27:48752", "172.17.0.1:48752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 43570}, - {"Proto": "peerapi6", "Port": 43570} - ]}, - "Created": "2026-04-09T01:35:05.092169777Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7108467281580657, - "StableID": "nttVs8PSWx11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "DiscoKey": "discokey:de12da69b3e0669e9c9a4f1fed65c576b7ed54f64520ee213ed8806327c93a37", - "Addresses": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "AllowedIPs": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "Endpoints": ["77.164.248.136:54346", "10.65.0.27:54346", "172.17.0.1:54346"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 42896}, - {"Proto": "peerapi6", "Port": 42896} - ]}, - "Created": "2026-04-09T01:35:06.725477185Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7370416196140814, - "StableID": "nfV1TTL5Zz11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "DiscoKey": "discokey:221314cc5efa8dd4bf6c53d8c65a02420409b21e5a37df71c6b12ccf1855a12e", - "Addresses": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "AllowedIPs": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "Endpoints": ["77.164.248.136:54573", "10.65.0.27:54573", "172.17.0.1:54573"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63989}, - {"Proto": "peerapi6", "Port": 63989} - ]}, - "Created": "2026-04-09T01:35:06.193091242Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8150981673469957, - "StableID": "nnb2m5Ube621CNTRL", + "ID": 1374296710039580, + "StableID": "nPQ5DmSRjB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "DiscoKey": "discokey:fc06aa8662fb012d4b77e64c3dc485477e7c3b5e052f2d00830ba017bbe4333b", - "Addresses": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "AllowedIPs": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "Endpoints": ["77.164.248.136:43622", "10.65.0.27:43622", "172.17.0.1:43622"], + "Key": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "DiscoKey": "discokey:8dd70a8c5d34b175a02afb10be281d0e01510dbab5c107e7cd528dc963808c28", + "Addresses": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "AllowedIPs": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65398}, - {"Proto": "peerapi6", "Port": 65398} + {"Proto": "peerapi4", "Port": 39782}, + {"Proto": "peerapi6", "Port": 39782} ]}, - "Created": "2026-04-09T01:35:02.395244548Z", + "Created": "2026-04-09T08:41:02.201293401Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8463824625039748, - "StableID": "nPYK7cKH6921CNTRL", + "ID": 1729308288068419, + "StableID": "ngjMgnzCWE11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "DiscoKey": "discokey:803afd59bf0e3e76178bf215f900767da31c701321aaede4c9fa079e65f5531d", + "Addresses": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "AllowedIPs": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "Endpoints": ["77.164.248.136:59118", "10.65.0.27:59118", "172.17.0.1:59118"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37687}, + {"Proto": "peerapi6", "Port": 37687} + ]}, + "Created": "2026-04-09T08:41:07.742674169Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1884208598832829, + "StableID": "nADAixxMiF11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "DiscoKey": "discokey:0c0038afe0fb0c2de03a50fd3bacde347d63200f5b701b238858be658197ac21", + "Addresses": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "AllowedIPs": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "Endpoints": ["77.164.248.136:46976", "10.65.0.27:46976", "172.17.0.1:46976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56020}, + {"Proto": "peerapi6", "Port": 56020} + ]}, + "Created": "2026-04-09T08:41:01.582259121Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3141904476109138, + "StableID": "nu6EcAWyXR11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "DiscoKey": "discokey:46d6e04498b83b2f1f65da30e1323732d5f3e10c5afefcf854ba9aee83325263", + "Addresses": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "AllowedIPs": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "Endpoints": ["77.164.248.136:47047", "10.65.0.27:47047", "172.17.0.1:47047"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 45798}, + {"Proto": "peerapi6", "Port": 45798} + ]}, + "Created": "2026-04-09T08:41:03.200245537Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3199103625817348, + "StableID": "nMufbb2tyR11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "DiscoKey": "discokey:71ede17c6a6590283576802c42305ed370e58b7e38a53807e6f0c79b11195447", + "Addresses": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "AllowedIPs": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "Endpoints": ["77.164.248.136:40778", "10.65.0.27:40778", "172.17.0.1:40778"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 50595}, + {"Proto": "peerapi6", "Port": 50595} + ]}, + "Created": "2026-04-09T08:41:06.187268431Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4639793866054751, + "StableID": "nEGWizWNEd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "DiscoKey": "discokey:a1435179b1b810aa3c4caa87334c15527401cc0f8b337f529c60403d82b7f575", + "Addresses": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "AllowedIPs": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "Endpoints": ["77.164.248.136:60396", "10.65.0.27:60396", "172.17.0.1:60396"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33526}, + {"Proto": "peerapi6", "Port": 33526} + ]}, + "Created": "2026-04-09T08:41:07.199087621Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5571368044669381, + "StableID": "nzPXrgPHWk11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "DiscoKey": "discokey:db512f95787f9cc85d4e659eebfe0e2ba0d02afd1afdd7f00c68950185dfb53f", - "Addresses": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "AllowedIPs": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "Endpoints": ["77.164.248.136:40286", "10.65.0.27:40286", "172.17.0.1:40286"], + "Key": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "DiscoKey": "discokey:cda244e4913679d4743debf51ce375225de410a07df0a541d4668c1d0341c955", + "Addresses": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "AllowedIPs": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "Endpoints": ["77.164.248.136:44518", "10.65.0.27:44518", "172.17.0.1:44518"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57506}, - {"Proto": "peerapi6", "Port": 57506} + {"Proto": "peerapi4", "Port": 47959}, + {"Proto": "peerapi6", "Port": 47959} ]}, - "Created": "2026-04-09T01:35:05.647502085Z", + "Created": "2026-04-09T08:41:05.338057187Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 5677239659626555, + "StableID": "nQVnvcTELm11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "DiscoKey": "discokey:df6342c9d64ad246d1074e17a378582b83e39796ac2bab6486032aac85004e72", + "Addresses": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "AllowedIPs": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "Endpoints": ["77.164.248.136:49717", "10.65.0.27:49717", "172.17.0.1:49717"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 39928}, + {"Proto": "peerapi6", "Port": 39928} + ]}, + "Created": "2026-04-09T08:41:02.67124466Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6343620780590955, + "StableID": "nQbyfLA3Yr11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "DiscoKey": "discokey:01e1791b2b429cb6757d69da205f94f068257557d9347cff95b2cf366f036934", + "Addresses": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "AllowedIPs": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "Endpoints": ["77.164.248.136:48997", "10.65.0.27:48997", "172.17.0.1:48997"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 38129}, + {"Proto": "peerapi6", "Port": 38129} + ]}, + "Created": "2026-04-09T08:41:06.684648628Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6381385371082262, + "StableID": "ns5UD2B9qr11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "DiscoKey": "discokey:4c09049845fd78288912cd7e2d925cb482dbc40317a2c5c483baa34f23880614", + "Addresses": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "AllowedIPs": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36954}, + {"Proto": "peerapi6", "Port": 36954} + ]}, + "Created": "2026-04-09T08:41:04.814206142Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6483759775307444, + "StableID": "noYbkjNWds11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "KeyExpiry": "2026-10-06T08:41:09Z", + "DiscoKey": "discokey:e130a3099133404606bd20873de66d63113672454adb1cb7c1555ac9b439d650", + "Addresses": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "AllowedIPs": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 44904}, + {"Proto": "peerapi6", "Port": 44904} + ]}, + "Created": "2026-04-09T08:41:09.367737736Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7382615329324482, + "StableID": "nhaH5bnbez11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "DiscoKey": "discokey:82eeebbe5bf0df4a213a237f3b003250556c689f82a995b3f9a661386f74971b", + "Addresses": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "AllowedIPs": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "Endpoints": ["77.164.248.136:37291", "10.65.0.27:37291", "172.17.0.1:37291"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61000}, + {"Proto": "peerapi6", "Port": 61000} + ]}, + "Created": "2026-04-09T08:41:04.269084053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7946285931280655, + "StableID": "nUHEyVTt3521CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:e173aaaceba2ece98cd4bf030c711c409ebb019c668455412b625f9a007d6078", + "Addresses": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "AllowedIPs": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "Endpoints": ["77.164.248.136:60276", "10.65.0.27:60276", "172.17.0.1:60276"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:41:08.302638571Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17479,23 +17513,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17526,21 +17561,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7108467281580657, - "StableID": "nttVs8PSWx11CNTRL", + "ID": 6343620780590955, + "StableID": "nQbyfLA3Yr11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 7108467281580657, - "Key": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "DiscoKey": "discokey:de12da69b3e0669e9c9a4f1fed65c576b7ed54f64520ee213ed8806327c93a37", - "Addresses": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "AllowedIPs": ["100.109.168.114/32", "fd7a:115c:a1e0::8337:a872/128"], - "Endpoints": ["77.164.248.136:54346", "10.65.0.27:54346", "172.17.0.1:54346"], + "User": 6343620780590955, + "Key": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "DiscoKey": "discokey:01e1791b2b429cb6757d69da205f94f068257557d9347cff95b2cf366f036934", + "Addresses": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "AllowedIPs": ["100.68.51.46/32", "fd7a:115c:a1e0::f137:332e/128"], + "Endpoints": ["77.164.248.136:48997", "10.65.0.27:48997", "172.17.0.1:48997"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 42896}, - {"Proto": "peerapi6", "Port": 42896}, + {"Proto": "peerapi4", "Port": 38129}, + {"Proto": "peerapi6", "Port": 38129}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:06.725477185Z", + "Created": "2026-04-09T08:41:06.684648628Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17568,300 +17603,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e69a7c8e74bc53e356c0328c6384fc71d00a58960058cfb778a8484c832da871", - "MachineKey": "mkey:3a72425a1b35647a1f5725e9b8c72643befb98b1053813cf5aa41a82a219d265", + "NodeKey": "nodekey:aee2a0796df20d3beb10f00e24739670a67f089022c4e2f4ed7acf1cf104332d", + "MachineKey": "mkey:053badea82db68b9da08c901b60316d16e261f60a70aee4422a7d222909da203", "Peers": [{ - "ID": 403059446523, - "StableID": "n852z5bB1111CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:fbefe24a79598c2aaa3f7c856cd2c8faaedc561d6fe8ee7bb5d2da4a293cf474", - "DiscoKey": "discokey:02199aa38b861538929dc9cef721afb98f0e9434fce62aba755e0dcd1850766d", - "Addresses": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "AllowedIPs": ["100.124.244.117/32", "fd7a:115c:a1e0::2937:f476/128"], - "Endpoints": ["77.164.248.136:33058", "10.65.0.27:33058", "172.17.0.1:33058"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 59692}, - {"Proto": "peerapi6", "Port": 59692} - ]}, - "Created": "2026-04-09T01:35:07.81224963Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 581184827916071, - "StableID": "nU715vjDY511CNTRL", + "ID": 1360374372208772, + "StableID": "nfGZtDj7dB11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2f973c16a060d66d0ac5973c0f6e17f70368e30f7009a577256214f6bc85761c", - "DiscoKey": "discokey:e1c5e729ba73781213f3431633d1e402589879a672036456d1a34db89e9c2442", - "Addresses": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "AllowedIPs": ["100.69.118.29/32", "fd7a:115c:a1e0::bc37:761d/128"], - "Endpoints": ["77.164.248.136:34491", "10.65.0.27:34491", "172.17.0.1:34491"], + "Key": "nodekey:f3d161e7ab55b425387f6cccc6a90567486f9782f4e7c1ca6d8124b4f6d6512b", + "DiscoKey": "discokey:3aacf3194be22e1565b1f3f015d9f1f02761d7f6fd5b8f399d2a4f675e8ce338", + "Addresses": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "AllowedIPs": ["100.86.81.44/32", "fd7a:115c:a1e0::f637:512c/128"], + "Endpoints": ["77.164.248.136:43782", "10.65.0.27:43782", "172.17.0.1:43782"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 42128}, - {"Proto": "peerapi6", "Port": 42128} + {"Proto": "peerapi4", "Port": 35814}, + {"Proto": "peerapi6", "Port": 35814} ]}, - "Created": "2026-04-09T01:35:04.009410322Z", + "Created": "2026-04-09T08:41:03.731567552Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 1587526652896753, - "StableID": "n4C36jdzPD11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:89d20336b957972f4821d0d9f27930e70c6552fef05cc8341325ce3610e1710b", - "DiscoKey": "discokey:9bb1c3087ccda7ecd0a964b324bd80f15613ddaab7b481a2759ec48fc7cdc850", - "Addresses": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "AllowedIPs": ["100.97.113.12/32", "fd7a:115c:a1e0::1037:710d/128"], - "Endpoints": ["77.164.248.136:37243", "10.65.0.27:37243", "172.17.0.1:37243"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64665}, - {"Proto": "peerapi6", "Port": 64665} - ]}, - "Created": "2026-04-09T01:35:03.468001392Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1905488416953536, - "StableID": "nRmKN5xzsF11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b32b22b615a8e5e90d0e6d2a9f466e48cb525e4d81ef9e50c8912edbfca46b10", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:564554938124e6cf43ff840ceb8c1818241e7b15ea56816902725b0dce9cd349", - "Addresses": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "AllowedIPs": ["100.100.107.17/32", "fd7a:115c:a1e0::fc37:6b11/128"], - "Endpoints": ["77.164.248.136:34461", "10.65.0.27:34461", "172.17.0.1:34461"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 43120}, - {"Proto": "peerapi6", "Port": 43120} - ]}, - "Created": "2026-04-09T01:35:08.381245057Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2889228966376830, - "StableID": "nTFR4T9YZP11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b36965e67ed95e1ab0019b1514ab32e5ef26f8c44cd89d792bdc5825a969a814", - "DiscoKey": "discokey:f338f5b8bf953a71885cc2978c08886914d4e4e2e84b73e1ea42490c7b02b225", - "Addresses": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "AllowedIPs": ["100.105.168.21/32", "fd7a:115c:a1e0::a937:a815/128"], - "Endpoints": ["77.164.248.136:47133", "10.65.0.27:47133", "172.17.0.1:47133"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 64439}, - {"Proto": "peerapi6", "Port": 64439} - ]}, - "Created": "2026-04-09T01:35:02.923720657Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3466234451983629, - "StableID": "nzuexs6s4U11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5a427eaaa6f776ab39be9338582a222713ea1dfc6244c4410d83c7d96b850a4b", - "DiscoKey": "discokey:747f9af4fa87017d8f6dba34ab7f2f47eabde0fe5ce2f419aa1add14fa8e7b16", - "Addresses": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "AllowedIPs": ["100.69.10.76/32", "fd7a:115c:a1e0::6b37:a4c/128"], - "Endpoints": ["77.164.248.136:44555", "10.65.0.27:44555", "172.17.0.1:44555"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 62216}, - {"Proto": "peerapi6", "Port": 62216} - ]}, - "Created": "2026-04-09T01:35:07.27272598Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4284101535696515, - "StableID": "nQTbVo5HTa11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:98267b752025028a1dca74ab5f31b2dc5d41d14397ffbf8498ecde1556c06f4d", - "KeyExpiry": "2026-10-06T01:35:09Z", - "DiscoKey": "discokey:8fc513e5cfaef10b8cef128f512e5cf9e2a354b5026f8dbdb62d3beab796bd3a", - "Addresses": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "AllowedIPs": ["100.64.111.78/32", "fd7a:115c:a1e0::5637:6f4e/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 53037}, - {"Proto": "peerapi6", "Port": 53037} - ]}, - "Created": "2026-04-09T01:35:09.430982733Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4465870960574956, - "StableID": "nq9W8jrbsb11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3ae2f1fe4389fad8e0af1f2098da5f904e23127b828d793e0a77eaa1c08b2a17", - "DiscoKey": "discokey:1c7cabb909200a1137239a8453d00a927764715371c74521de9f33753b292706", - "Addresses": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "AllowedIPs": ["100.75.42.24/32", "fd7a:115c:a1e0::c037:2a18/128"], - "Endpoints": ["77.164.248.136:47720", "10.65.0.27:47720", "172.17.0.1:47720"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61261}, - {"Proto": "peerapi6", "Port": 61261} - ]}, - "Created": "2026-04-09T01:35:01.685356056Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4588546786065425, - "StableID": "ngtAkuLAqc11CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:078d6bd68fb3edd1eb96bbdc0eb22c04fe5bbf6b5fdc9ffea7fc1fcb34d5bb70", - "DiscoKey": "discokey:bcb4082a90757dc883b413fe900b43dc3734a1ed1b31575960f15d722f56dd46", - "Addresses": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "AllowedIPs": ["100.85.187.113/32", "fd7a:115c:a1e0::3437:bb71/128"], - "Endpoints": ["77.164.248.136:33723", "10.65.0.27:33723", "172.17.0.1:33723"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 33680}, - {"Proto": "peerapi6", "Port": 33680} - ]}, - "Created": "2026-04-09T01:35:04.556678672Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 5620759547854731, - "StableID": "niGirgpetk11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c64bdb3bbefe5932f13a5579bd8d3f62ef9e0d7489a7aab3b5e5757dfa29d632", - "DiscoKey": "discokey:519902d54176317f6aad82704665bf10348f993827ef5822e8cf9eaef3bcc40f", - "Addresses": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "AllowedIPs": ["100.105.214.51/32", "fd7a:115c:a1e0::fa37:d633/128"], - "Endpoints": ["77.164.248.136:48752", "10.65.0.27:48752", "172.17.0.1:48752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 43570}, - {"Proto": "peerapi6", "Port": 43570} - ]}, - "Created": "2026-04-09T01:35:05.092169777Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 7318591409430500, - "StableID": "nRyiWCzb9z11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:e1b9422b98933f192755d9c9b6eed23cee6b3972aa66d22cbd7b2a889d3c0c1b", - "KeyExpiry": "2026-10-06T01:35:08Z", - "DiscoKey": "discokey:7a471c5d122ee0c3ffb249551d91ad6ed4e39d895ad3df58ed655e6d2f09842d", - "Addresses": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "AllowedIPs": ["100.124.12.28/32", "fd7a:115c:a1e0::9d37:c1d/128"], - "Endpoints": ["77.164.248.136:43621", "10.65.0.27:43621", "172.17.0.1:43621"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56165}, - {"Proto": "peerapi6", "Port": 56165} - ]}, - "Created": "2026-04-09T01:35:08.894724802Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7370416196140814, - "StableID": "nfV1TTL5Zz11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:61b706d0a4c5a2a9744678641e838c155ff86a8d3fbd62c4ccb4e2125017054d", - "DiscoKey": "discokey:221314cc5efa8dd4bf6c53d8c65a02420409b21e5a37df71c6b12ccf1855a12e", - "Addresses": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "AllowedIPs": ["100.87.5.78/32", "fd7a:115c:a1e0::5037:54e/128"], - "Endpoints": ["77.164.248.136:54573", "10.65.0.27:54573", "172.17.0.1:54573"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 63989}, - {"Proto": "peerapi6", "Port": 63989} - ]}, - "Created": "2026-04-09T01:35:06.193091242Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8150981673469957, - "StableID": "nnb2m5Ube621CNTRL", + "ID": 1374296710039580, + "StableID": "nPQ5DmSRjB11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:0facd287220a420cb65fbe114f94ffceb35db401fcc7f5912a0d3f8bdc812a4b", - "DiscoKey": "discokey:fc06aa8662fb012d4b77e64c3dc485477e7c3b5e052f2d00830ba017bbe4333b", - "Addresses": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "AllowedIPs": ["100.65.42.76/32", "fd7a:115c:a1e0::dc37:2a4c/128"], - "Endpoints": ["77.164.248.136:43622", "10.65.0.27:43622", "172.17.0.1:43622"], + "Key": "nodekey:d1aa5d6462952452ac8a9f3896b528780fcec940644c5731cd69e38ddeb47840", + "DiscoKey": "discokey:8dd70a8c5d34b175a02afb10be281d0e01510dbab5c107e7cd528dc963808c28", + "Addresses": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "AllowedIPs": ["100.116.120.65/32", "fd7a:115c:a1e0::de37:7841/128"], + "Endpoints": ["77.164.248.136:51741", "10.65.0.27:51741", "172.17.0.1:51741"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 65398}, - {"Proto": "peerapi6", "Port": 65398} + {"Proto": "peerapi4", "Port": 39782}, + {"Proto": "peerapi6", "Port": 39782} ]}, - "Created": "2026-04-09T01:35:02.395244548Z", + "Created": "2026-04-09T08:41:02.201293401Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8463824625039748, - "StableID": "nPYK7cKH6921CNTRL", + "ID": 1729308288068419, + "StableID": "ngjMgnzCWE11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67705e05c731f91e7f79d668026b271e4d666c74cfd2d3b8689cfefe06771234", + "DiscoKey": "discokey:803afd59bf0e3e76178bf215f900767da31c701321aaede4c9fa079e65f5531d", + "Addresses": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "AllowedIPs": ["100.119.18.53/32", "fd7a:115c:a1e0::637:1235/128"], + "Endpoints": ["77.164.248.136:59118", "10.65.0.27:59118", "172.17.0.1:59118"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 37687}, + {"Proto": "peerapi6", "Port": 37687} + ]}, + "Created": "2026-04-09T08:41:07.742674169Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 1884208598832829, + "StableID": "nADAixxMiF11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e62335c8887facc944a37d640b8d8b61eb21b88e921d6ebcf55bde07705371c", + "DiscoKey": "discokey:0c0038afe0fb0c2de03a50fd3bacde347d63200f5b701b238858be658197ac21", + "Addresses": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "AllowedIPs": ["100.69.55.29/32", "fd7a:115c:a1e0::7737:371d/128"], + "Endpoints": ["77.164.248.136:46976", "10.65.0.27:46976", "172.17.0.1:46976"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 56020}, + {"Proto": "peerapi6", "Port": 56020} + ]}, + "Created": "2026-04-09T08:41:01.582259121Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 3141904476109138, + "StableID": "nu6EcAWyXR11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bb69dab76cfe0f8f713596cc34e091a274c99728654c8fd6703f966781825924", + "DiscoKey": "discokey:46d6e04498b83b2f1f65da30e1323732d5f3e10c5afefcf854ba9aee83325263", + "Addresses": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "AllowedIPs": ["100.66.89.37/32", "fd7a:115c:a1e0::8137:5925/128"], + "Endpoints": ["77.164.248.136:47047", "10.65.0.27:47047", "172.17.0.1:47047"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 45798}, + {"Proto": "peerapi6", "Port": 45798} + ]}, + "Created": "2026-04-09T08:41:03.200245537Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3199103625817348, + "StableID": "nMufbb2tyR11CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e0e0a369230e576deb9bb74fabad6152086c8343cb30ff4b1567f4ab951d2b7d", + "DiscoKey": "discokey:71ede17c6a6590283576802c42305ed370e58b7e38a53807e6f0c79b11195447", + "Addresses": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "AllowedIPs": ["100.93.43.126/32", "fd7a:115c:a1e0::9537:2b7e/128"], + "Endpoints": ["77.164.248.136:40778", "10.65.0.27:40778", "172.17.0.1:40778"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 50595}, + {"Proto": "peerapi6", "Port": 50595} + ]}, + "Created": "2026-04-09T08:41:06.187268431Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 4639793866054751, + "StableID": "nEGWizWNEd11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dd311d6d43536a0a55d38f6af1da3d1374a931081f9e219961fe09efb2715f4a", + "DiscoKey": "discokey:a1435179b1b810aa3c4caa87334c15527401cc0f8b337f529c60403d82b7f575", + "Addresses": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "AllowedIPs": ["100.113.95.75/32", "fd7a:115c:a1e0::b237:5f4b/128"], + "Endpoints": ["77.164.248.136:60396", "10.65.0.27:60396", "172.17.0.1:60396"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 33526}, + {"Proto": "peerapi6", "Port": 33526} + ]}, + "Created": "2026-04-09T08:41:07.199087621Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5571368044669381, + "StableID": "nzPXrgPHWk11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e1ea044bac42ab9dac7a01b6cb961140ad823d424f50c3cc630e0c6417a2b069", - "DiscoKey": "discokey:db512f95787f9cc85d4e659eebfe0e2ba0d02afd1afdd7f00c68950185dfb53f", - "Addresses": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "AllowedIPs": ["100.98.176.106/32", "fd7a:115c:a1e0::1737:b06a/128"], - "Endpoints": ["77.164.248.136:40286", "10.65.0.27:40286", "172.17.0.1:40286"], + "Key": "nodekey:e57ee02b9ba1424420370e676625c9442d7dc2b3278b4571a206ba6b2272293f", + "DiscoKey": "discokey:cda244e4913679d4743debf51ce375225de410a07df0a541d4668c1d0341c955", + "Addresses": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "AllowedIPs": ["100.114.41.64/32", "fd7a:115c:a1e0::2237:2940/128"], + "Endpoints": ["77.164.248.136:44518", "10.65.0.27:44518", "172.17.0.1:44518"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57506}, - {"Proto": "peerapi6", "Port": 57506} + {"Proto": "peerapi4", "Port": 47959}, + {"Proto": "peerapi6", "Port": 47959} ]}, - "Created": "2026-04-09T01:35:05.647502085Z", + "Created": "2026-04-09T08:41:05.338057187Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 5641192804421923, + "StableID": "nGjdm1au3m11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:57fad98307c343e682e4fc5ced51a56446be552344785da2146805604cb95607", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:1b4d9c59126aa1fef174eafb806fb8af00333d3351707ffd98fefd5e8def4e4b", + "Addresses": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "AllowedIPs": ["100.121.86.8/32", "fd7a:115c:a1e0::4c37:5608/128"], + "Endpoints": ["77.164.248.136:48600", "10.65.0.27:48600", "172.17.0.1:48600"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 63533}, + {"Proto": "peerapi6", "Port": 63533} + ]}, + "Created": "2026-04-09T08:41:08.802931909Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 5677239659626555, + "StableID": "nQVnvcTELm11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9aa7b7d36a63c24ac6918db6365e7fd315a346902611ec82373b5644227e223f", + "DiscoKey": "discokey:df6342c9d64ad246d1074e17a378582b83e39796ac2bab6486032aac85004e72", + "Addresses": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "AllowedIPs": ["100.126.34.64/32", "fd7a:115c:a1e0::2237:2240/128"], + "Endpoints": ["77.164.248.136:49717", "10.65.0.27:49717", "172.17.0.1:49717"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 39928}, + {"Proto": "peerapi6", "Port": 39928} + ]}, + "Created": "2026-04-09T08:41:02.67124466Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6381385371082262, + "StableID": "ns5UD2B9qr11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0de48c2a2b46ad6ffdfadb576a7455fbc99c3df48878123652eafdda21e0b10e", + "DiscoKey": "discokey:4c09049845fd78288912cd7e2d925cb482dbc40317a2c5c483baa34f23880614", + "Addresses": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "AllowedIPs": ["100.96.177.15/32", "fd7a:115c:a1e0::2137:b10f/128"], + "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 36954}, + {"Proto": "peerapi6", "Port": 36954} + ]}, + "Created": "2026-04-09T08:41:04.814206142Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 6483759775307444, + "StableID": "noYbkjNWds11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:04f13208d68f81664c2bbe1e872f474ca8e58f20f34ae23a9bb3913b89bfd15c", + "KeyExpiry": "2026-10-06T08:41:09Z", + "DiscoKey": "discokey:e130a3099133404606bd20873de66d63113672454adb1cb7c1555ac9b439d650", + "Addresses": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "AllowedIPs": ["100.127.209.93/32", "fd7a:115c:a1e0::8937:d15d/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 44904}, + {"Proto": "peerapi6", "Port": 44904} + ]}, + "Created": "2026-04-09T08:41:09.367737736Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7382615329324482, + "StableID": "nhaH5bnbez11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5e9f886fb67c1bad873a1dfe1bda42163d972c579b274c36f7e57748c771fe77", + "DiscoKey": "discokey:82eeebbe5bf0df4a213a237f3b003250556c689f82a995b3f9a661386f74971b", + "Addresses": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "AllowedIPs": ["100.113.254.120/32", "fd7a:115c:a1e0::c737:fe78/128"], + "Endpoints": ["77.164.248.136:37291", "10.65.0.27:37291", "172.17.0.1:37291"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 61000}, + {"Proto": "peerapi6", "Port": 61000} + ]}, + "Created": "2026-04-09T08:41:04.269084053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7946285931280655, + "StableID": "nUHEyVTt3521CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:e58d80249740c4614c42404ddbe0bd818eaba23c1c5048ff0dd427963951b259", + "KeyExpiry": "2026-10-06T08:41:08Z", + "DiscoKey": "discokey:e173aaaceba2ece98cd4bf030c711c409ebb019c668455412b625f9a007d6078", + "Addresses": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "AllowedIPs": ["100.81.178.90/32", "fd7a:115c:a1e0::3937:b25a/128"], + "Endpoints": ["77.164.248.136:60276", "10.65.0.27:60276", "172.17.0.1:60276"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 59717}, + {"Proto": "peerapi6", "Port": 59717} + ]}, + "Created": "2026-04-09T08:41:08.302638571Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18709,27 +18744,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7108467281580657": { - "ID": 7108467281580657, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6343620780590955": { + "ID": 6343620780590955, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-e6.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-e6.hujson index e3dbf171..d080d9e2 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-e6.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-e6.hujson @@ -3,7 +3,7 @@ // ssh e6 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:35:22Z +// Captured at: 2026-04-09T08:41:22Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-e6", "description": "ssh e6", "category": "ssh", - "captured_at": "2026-04-09T01:35:22.317278159Z", + "captured_at": "2026-04-09T08:41:22.137430221Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -27,7 +27,7 @@ "checkPeriod": "1h", "dst": ["tag:server"], "src": ["autogroup:member"], - "users": ["localpart:*@passkey"] + "users": ["localpart:*@example.com"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} }, @@ -36,119 +36,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh e6\",\n\t\"id\": \"ssh-e6\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"check\",\n\t\t\"checkPeriod\": \"1h\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@passkey\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh e6\",\n\t\"id\": \"ssh-e6\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"check\",\n\t\t\"checkPeriod\": \"1h\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@example.com\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-e6.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.88.71.66", - "ipv6": "fd7a:115c:a1e0::6d37:4742", + "ipv4": "100.84.76.101", + "ipv6": "fd7a:115c:a1e0::a437:4c65", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.74.118.34", - "ipv6": "fd7a:115c:a1e0::4b37:7622", + "ipv4": "100.76.85.6", + "ipv6": "fd7a:115c:a1e0::7937:5506", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.68.77.85", - "ipv6": "fd7a:115c:a1e0::9737:4d55", + "ipv4": "100.120.55.52", + "ipv6": "fd7a:115c:a1e0::3737:3734", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.95.128.38", - "ipv6": "fd7a:115c:a1e0::f537:8026", + "ipv4": "100.110.89.96", + "ipv6": "fd7a:115c:a1e0::7b37:5960", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.119.172.122", - "ipv6": "fd7a:115c:a1e0::6337:ac7a", + "ipv4": "100.122.227.51", + "ipv6": "fd7a:115c:a1e0::5437:e333", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.76.12.7", - "ipv6": "fd7a:115c:a1e0::ef37:c07", + "ipv4": "100.119.150.69", + "ipv6": "fd7a:115c:a1e0::3837:9645", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.84.171.69", - "ipv6": "fd7a:115c:a1e0::8537:ab45", + "ipv4": "100.66.167.46", + "ipv6": "fd7a:115c:a1e0::4f37:a72e", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.103.71.8", - "ipv6": "fd7a:115c:a1e0::ae37:4708", + "ipv4": "100.110.82.4", + "ipv6": "fd7a:115c:a1e0::37:5204", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.76.66.126", - "ipv6": "fd7a:115c:a1e0::7837:427e", + "ipv4": "100.86.28.4", + "ipv6": "fd7a:115c:a1e0::3237:1c04", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.87.2.105", - "ipv6": "fd7a:115c:a1e0::1437:269", + "ipv4": "100.124.233.100", + "ipv6": "fd7a:115c:a1e0::e837:e964", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.120.147.86", - "ipv6": "fd7a:115c:a1e0::1c37:9356", + "ipv4": "100.99.203.127", + "ipv6": "fd7a:115c:a1e0::ad37:cb7f", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.68.241.47", - "ipv6": "fd7a:115c:a1e0::a537:f130", + "ipv4": "100.81.118.65", + "ipv6": "fd7a:115c:a1e0::8337:7641", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.127.42.9", - "ipv6": "fd7a:115c:a1e0::7137:2a09", + "ipv4": "100.99.207.110", + "ipv6": "fd7a:115c:a1e0::6037:cf6f", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.74.176.67", - "ipv6": "fd7a:115c:a1e0::4e37:b043", + "ipv4": "100.114.81.47", + "ipv6": "fd7a:115c:a1e0::5537:512f", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.115.226.26", - "ipv6": "fd7a:115c:a1e0::b237:e21a", + "ipv4": "100.67.91.77", + "ipv6": "fd7a:115c:a1e0::b337:5b4d", "routable_ips": [], "approved_routes": [] }}}, @@ -180,21 +180,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8142402627286186, - "StableID": "nRespN7ia621CNTRL", + "ID": 8868511341837139, + "StableID": "nJvHVmkZFC21CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 8142402627286186, - "Key": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "DiscoKey": "discokey:d6a8da2412b0443e3637b8fc911c1369786e9a1ecd1f722fbd9130eb9f49125f", - "Addresses": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "AllowedIPs": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "Endpoints": ["77.164.248.136:51735", "10.65.0.27:51735", "172.17.0.1:51735"], + "User": 8868511341837139, + "Key": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "DiscoKey": "discokey:5d25341b65be98e3d6e8b97812e9283e07ecd486254c135b80e3b3f3bc8c4930", + "Addresses": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "AllowedIPs": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 57188}, - {"Proto": "peerapi6", "Port": 57188}, + {"Proto": "peerapi4", "Port": 51872}, + {"Proto": "peerapi6", "Port": 51872}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:31.114840488Z", + "Created": "2026-04-09T08:41:30.691079457Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -222,302 +222,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "MachineKey": "mkey:cae60b050af9a885674fd33f716bfaecea9796bc531a13e1ea5633aa21f24b40", + "NodeKey": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "MachineKey": "mkey:9eb4e06416b99ad0f2653bddf86ee94743da67e7c8b6999413b47ae66ba73b23", "Peers": [{ - "ID": 221571326618997, - "StableID": "nSj5QaJMj211CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "DiscoKey": "discokey:4ddd1cdf21434384c319f33334e39a98849ed6d37c023b814792f645988c3f04", - "Addresses": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "AllowedIPs": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "Endpoints": ["77.164.248.136:33876", "10.65.0.27:33876", "172.17.0.1:33876"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52224}, - {"Proto": "peerapi6", "Port": 52224} - ]}, - "Created": "2026-04-09T01:35:28.955220483Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 726518199701766, - "StableID": "n1NrTGQ3g611CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "DiscoKey": "discokey:e818a2d6d78bd2280b5c26298d159c9b191113a4fa365d59e72abeaddea32356", - "Addresses": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "AllowedIPs": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "Endpoints": ["77.164.248.136:50612", "10.65.0.27:50612", "172.17.0.1:50612"], - "HomeDERP": 18, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 52706}, - {"Proto": "peerapi6", "Port": 52706} - ]}, - "Created": "2026-04-09T01:35:26.763295289Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 851297888053716, - "StableID": "nbLcEp9Ze711CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "DiscoKey": "discokey:4af16413239394505d66c8ab6c102e971a425febc06fe6cf0930a066b9ff8364", - "Addresses": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "AllowedIPs": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "Endpoints": ["77.164.248.136:41522", "10.65.0.27:41522", "172.17.0.1:41522"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37291}, - {"Proto": "peerapi6", "Port": 37291} - ]}, - "Created": "2026-04-09T01:35:28.423434497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3333557744778989, - "StableID": "nE36gjum2T11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:a7431171da7b89d3833d1393eb603f8318857a4a0748881034b066748df78b5f", - "Addresses": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "AllowedIPs": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "Endpoints": ["77.164.248.136:51334", "10.65.0.27:51334", "172.17.0.1:51334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59453}, - {"Proto": "peerapi6", "Port": 59453} - ]}, - "Created": "2026-04-09T01:35:32.734207399Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4303923262765338, - "StableID": "n7RzdRmFca11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "DiscoKey": "discokey:b1d15590a34400737925e144c1a32e9a496c3fa1eef7dbf7f0d434b766694447", - "Addresses": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "AllowedIPs": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "Endpoints": ["77.164.248.136:46668", "10.65.0.27:46668", "172.17.0.1:46668"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36675}, - {"Proto": "peerapi6", "Port": 36675} - ]}, - "Created": "2026-04-09T01:35:30.574924408Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689519856522506, - "StableID": "nPqSDcjtcd11CNTRL", + "ID": 241415182851795, + "StableID": "n4BE2vZLt211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "DiscoKey": "discokey:ec43b18a6799df44abe8aff0fed7deb32fbe89fc6375001a3761a42d35fec856", - "Addresses": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "AllowedIPs": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "Endpoints": ["77.164.248.136:49991", "10.65.0.27:49991", "172.17.0.1:49991"], + "Key": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "DiscoKey": "discokey:a2ace64483d317388ab5b64a8153b790365f710dc9166af011a485ac8d89b33d", + "Addresses": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "AllowedIPs": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "Endpoints": ["77.164.248.136:41000", "10.65.0.27:41000", "172.17.0.1:41000"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56330}, - {"Proto": "peerapi6", "Port": 56330} + {"Proto": "peerapi4", "Port": 37460}, + {"Proto": "peerapi6", "Port": 37460} ]}, - "Created": "2026-04-09T01:35:25.151821436Z", + "Created": "2026-04-09T08:41:24.787479488Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5397337110707973, - "StableID": "nnMKAqtT9j11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "KeyExpiry": "2026-10-06T01:35:31Z", - "DiscoKey": "discokey:a9f11286ecbe7bb2c5006f4cf7de947d796a826c5742ca1f0df991f2b889ea76", - "Addresses": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "AllowedIPs": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "Endpoints": ["77.164.248.136:39842", "10.65.0.27:39842", "172.17.0.1:39842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 63257}, - {"Proto": "peerapi6", "Port": 63257} - ]}, - "Created": "2026-04-09T01:35:31.644890074Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5429802583933363, - "StableID": "naAhryhAQj11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "DiscoKey": "discokey:3574bd3927c9df84ce6644f04b6bc01deee900272389b7987ba14f973e7a6772", - "Addresses": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "AllowedIPs": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "Endpoints": ["77.164.248.136:52662", "10.65.0.27:52662", "172.17.0.1:52662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44329}, - {"Proto": "peerapi6", "Port": 44329} - ]}, - "Created": "2026-04-09T01:35:26.226346584Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5555653413673303, - "StableID": "nWn3jUbAPk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "DiscoKey": "discokey:929f75afd962166dc93de426a275100067f021e0f5a22c5b22f128e838ca9825", - "Addresses": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "AllowedIPs": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "Endpoints": ["77.164.248.136:33657", "10.65.0.27:33657", "172.17.0.1:33657"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 59151}, - {"Proto": "peerapi6", "Port": 59151} - ]}, - "Created": "2026-04-09T01:35:30.027743769Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6569680327645961, - "StableID": "nWhxjzMRJt11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "DiscoKey": "discokey:e8ffe6b8ee0879cb609e3572e2a50c06296fb75f243d47823dbf69b943f33c1f", - "Addresses": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "AllowedIPs": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "Endpoints": ["77.164.248.136:37164", "10.65.0.27:37164", "172.17.0.1:37164"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55897}, - {"Proto": "peerapi6", "Port": 55897} - ]}, - "Created": "2026-04-09T01:35:27.320762908Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7173319056365738, - "StableID": "nXbm8pvo1y11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "DiscoKey": "discokey:633005b53eb8a874eaa1a4bbba153b5b27f5b1f3951d44f78b4d5a7a3dce7d37", - "Addresses": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "AllowedIPs": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "Endpoints": ["77.164.248.136:59692", "10.65.0.27:59692", "172.17.0.1:59692"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54599}, - {"Proto": "peerapi6", "Port": 54599} - ]}, - "Created": "2026-04-09T01:35:25.693744599Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7408793859616910, - "StableID": "noDo9CTTrz11CNTRL", + "ID": 1489621078190782, + "StableID": "n77JiYpedC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "DiscoKey": "discokey:ff6513febbfacc0ad98e9c628f99c60982eef3940612a3375b20f8f908b8ca49", - "Addresses": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "AllowedIPs": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "Endpoints": ["77.164.248.136:58027", "10.65.0.27:58027", "172.17.0.1:58027"], + "Key": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "DiscoKey": "discokey:9ecfc3c9d31737190b333235a4f468dbd8b1983e7fa3fc925fd3eaab8f054700", + "Addresses": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "AllowedIPs": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "Endpoints": ["77.164.248.136:43342", "10.65.0.27:43342", "172.17.0.1:43342"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 33523}, - {"Proto": "peerapi6", "Port": 33523} + {"Proto": "peerapi4", "Port": 43957}, + {"Proto": "peerapi6", "Port": 43957} ]}, - "Created": "2026-04-09T01:35:29.492812968Z", + "Created": "2026-04-09T08:41:29.082255415Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8759149109648529, - "StableID": "nUCKXfz2QB21CNTRL", + "ID": 1980448481200795, + "StableID": "nE4HZM2xTG11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "DiscoKey": "discokey:a41d50476671358ed5dc82a7a7695a15cf9f318f3d154a13838fcce042502d42", + "Addresses": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "AllowedIPs": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "Endpoints": ["77.164.248.136:55538", "10.65.0.27:55538", "172.17.0.1:55538"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42845}, + {"Proto": "peerapi6", "Port": 42845} + ]}, + "Created": "2026-04-09T08:41:30.163880883Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2496871003547081, + "StableID": "na78TuZqVL11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:cb40048d3bab1e0d8abbdba5d720c711c01ccb85c72647a8dd1653ade9d1f85f", + "Addresses": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "AllowedIPs": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "Endpoints": ["77.164.248.136:58649", "10.65.0.27:58649", "172.17.0.1:58649"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48964}, + {"Proto": "peerapi6", "Port": 48964} + ]}, + "Created": "2026-04-09T08:41:31.252658519Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2560820365470103, + "StableID": "nvWbahQozL11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "DiscoKey": "discokey:d35536e80d981664f36bcabcafcba06b69917813dd9efa0b0f72204b9e1e1c01", + "Addresses": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "AllowedIPs": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "Endpoints": ["77.164.248.136:35779", "10.65.0.27:35779", "172.17.0.1:35779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 47229}, + {"Proto": "peerapi6", "Port": 47229} + ]}, + "Created": "2026-04-09T08:41:25.892314555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2779956861424378, + "StableID": "nRr5Lfk3iN11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "DiscoKey": "discokey:fe5f2dac9506533e72f376452866af7245a4572d8d96c2b6c115332f8811fd54", + "Addresses": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "AllowedIPs": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "Endpoints": ["77.164.248.136:37790", "10.65.0.27:37790", "172.17.0.1:37790"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52803}, + {"Proto": "peerapi6", "Port": 52803} + ]}, + "Created": "2026-04-09T08:41:26.422183837Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2969518799794489, + "StableID": "niXWhxDuBQ11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:3682c3317963644a48e625ef6961d148743755184591aef4c714f79a96feff42", - "Addresses": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "AllowedIPs": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "Endpoints": ["77.164.248.136:46752", "10.65.0.27:46752", "172.17.0.1:46752"], - "HomeDERP": 14, + "Key": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:40e5d4a0d6eb0b0acdf457c452c230f5f6537bcb17775b8b10e10e3cdb905c57", + "Addresses": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "AllowedIPs": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "Endpoints": ["77.164.248.136:43069", "10.65.0.27:43069", "172.17.0.1:43069"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61334}, - {"Proto": "peerapi6", "Port": 61334} + {"Proto": "peerapi4", "Port": 46176}, + {"Proto": "peerapi6", "Port": 46176} ]}, - "Created": "2026-04-09T01:35:32.191311647Z", + "Created": "2026-04-09T08:41:31.782871501Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8883239137041688, - "StableID": "n1ZPKUdENC21CNTRL", + "ID": 3287573476120453, + "StableID": "nciTKsywfS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "KeyExpiry": "2026-10-06T08:41:32Z", + "DiscoKey": "discokey:4c1672724162898c6af4b9f0cbefe2ab731b7469bb4c65ed5d81f4d82aa8ae5f", + "Addresses": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "AllowedIPs": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "Endpoints": ["77.164.248.136:50393", "10.65.0.27:50393", "172.17.0.1:50393"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46203}, + {"Proto": "peerapi6", "Port": 46203} + ]}, + "Created": "2026-04-09T08:41:32.320325507Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3879616816557346, + "StableID": "nhNRxPx5JX11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "DiscoKey": "discokey:269573d0a4310cff8d179be702e5c05bd31a5c4f374896ce9618410b278b990d", + "Addresses": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "AllowedIPs": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "Endpoints": ["77.164.248.136:50033", "10.65.0.27:50033", "172.17.0.1:50033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 54073}, + {"Proto": "peerapi6", "Port": 54073} + ]}, + "Created": "2026-04-09T08:41:29.629472702Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4540589449619545, + "StableID": "nS3Q9xaSTc11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "DiscoKey": "discokey:3f963f11b3a47b17aec2b22bf358af05020a874436ae69d2a542bc2f00ea243d", + "Addresses": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "AllowedIPs": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "Endpoints": ["77.164.248.136:48290", "10.65.0.27:48290", "172.17.0.1:48290"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62893}, + {"Proto": "peerapi6", "Port": 62893} + ]}, + "Created": "2026-04-09T08:41:28.546769308Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5164042087255928, + "StableID": "nHdXpUdoKh11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "DiscoKey": "discokey:97e59a288a70ead0e474bbfad2244160c9be341ecc0a7c1c5f798a0611e07948", + "Addresses": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "AllowedIPs": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "Endpoints": ["77.164.248.136:52579", "10.65.0.27:52579", "172.17.0.1:52579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42434}, + {"Proto": "peerapi6", "Port": 42434} + ]}, + "Created": "2026-04-09T08:41:26.95559791Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5483197399280367, + "StableID": "n6Q8rGJMpj11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "DiscoKey": "discokey:e7bda0a65638ebc7745c2d2c287fde78b0922ed39161be8e77cb0d28d2ef0f10", - "Addresses": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "AllowedIPs": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "Endpoints": ["77.164.248.136:56133", "10.65.0.27:56133", "172.17.0.1:56133"], + "Key": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "DiscoKey": "discokey:b4d475395b9ae783eae7b614356371db04e472e2a001a7f97977c14d6f673048", + "Addresses": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "AllowedIPs": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "Endpoints": ["77.164.248.136:41155", "10.65.0.27:41155", "172.17.0.1:41155"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52880}, - {"Proto": "peerapi6", "Port": 52880} + {"Proto": "peerapi4", "Port": 41362}, + {"Proto": "peerapi6", "Port": 41362} ]}, - "Created": "2026-04-09T01:35:27.868197831Z", + "Created": "2026-04-09T08:41:27.486653177Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7256825350546947, + "StableID": "nz42QoVdfy11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "DiscoKey": "discokey:8741990547cdcc777280cdaac899d6904c014a6fc9e862f2e130860fe3f2f055", + "Addresses": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "AllowedIPs": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "Endpoints": ["77.164.248.136:41866", "10.65.0.27:41866", "172.17.0.1:41866"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 45795}, + {"Proto": "peerapi6", "Port": 45795} + ]}, + "Created": "2026-04-09T08:41:28.017082037Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7381798950001755, + "StableID": "nSAsRnLEez11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "DiscoKey": "discokey:a3398e8d598c755063abf929069b332b48c8f422b987c1fb4bdca250f0817435", + "Addresses": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "AllowedIPs": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "Endpoints": ["77.164.248.136:43857", "10.65.0.27:43857", "172.17.0.1:43857"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50423}, + {"Proto": "peerapi6", "Port": 50423} + ]}, + "Created": "2026-04-09T08:41:25.328099815Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -545,31 +545,31 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.68.77.85"}, {"nodeIP": "fd7a:115c:a1e0::9737:4d55"}], + "principals": [{"nodeIP": "100.120.55.52"}, {"nodeIP": "fd7a:115c:a1e0::3737:3734"}], "sshUsers": {"root": ""}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" } }, { - "principals": [{"nodeIP": "100.68.77.85"}, {"nodeIP": "fd7a:115c:a1e0::9737:4d55"}], + "principals": [{"nodeIP": "100.120.55.52"}, {"nodeIP": "fd7a:115c:a1e0::3737:3734"}], "sshUsers": {"odin": "odin"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" } }, { - "principals": [{"nodeIP": "100.76.12.7"}, {"nodeIP": "fd7a:115c:a1e0::ef37:c07"}], + "principals": [{"nodeIP": "100.119.150.69"}, {"nodeIP": "fd7a:115c:a1e0::3837:9645"}], "sshUsers": {"root": ""}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" } }, { - "principals": [{"nodeIP": "100.74.176.67"}, {"nodeIP": "fd7a:115c:a1e0::4e37:b043"}], + "principals": [{"nodeIP": "100.114.81.47"}, {"nodeIP": "fd7a:115c:a1e0::5537:512f"}], "sshUsers": {"root": ""}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" } }, { - "principals": [{"nodeIP": "100.74.176.67"}, {"nodeIP": "fd7a:115c:a1e0::4e37:b043"}], + "principals": [{"nodeIP": "100.114.81.47"}, {"nodeIP": "fd7a:115c:a1e0::5537:512f"}], "sshUsers": {"freya": "freya"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -1395,54 +1395,56 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8142402627286186": { - "ID": 8142402627286186, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8868511341837139": { + "ID": 8868511341837139, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.68.77.85"}, {"nodeIP": "fd7a:115c:a1e0::9737:4d55"}], + "principals": [{"nodeIP": "100.120.55.52"}, {"nodeIP": "fd7a:115c:a1e0::3737:3734"}], "sshUsers": {"root": ""}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" } }, { - "principals": [{"nodeIP": "100.68.77.85"}, {"nodeIP": "fd7a:115c:a1e0::9737:4d55"}], + "principals": [{"nodeIP": "100.120.55.52"}, {"nodeIP": "fd7a:115c:a1e0::3737:3734"}], "sshUsers": {"odin": "odin"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" } }, { - "principals": [{"nodeIP": "100.76.12.7"}, {"nodeIP": "fd7a:115c:a1e0::ef37:c07"}], + "principals": [{"nodeIP": "100.119.150.69"}, {"nodeIP": "fd7a:115c:a1e0::3837:9645"}], "sshUsers": {"root": ""}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" } }, { - "principals": [{"nodeIP": "100.74.176.67"}, {"nodeIP": "fd7a:115c:a1e0::4e37:b043"}], + "principals": [{"nodeIP": "100.114.81.47"}, {"nodeIP": "fd7a:115c:a1e0::5537:512f"}], "sshUsers": {"root": ""}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" } }, { - "principals": [{"nodeIP": "100.74.176.67"}, {"nodeIP": "fd7a:115c:a1e0::4e37:b043"}], + "principals": [{"nodeIP": "100.114.81.47"}, {"nodeIP": "fd7a:115c:a1e0::5537:512f"}], "sshUsers": {"freya": "freya"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -1476,26 +1478,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8883239137041688, - "StableID": "n1ZPKUdENC21CNTRL", + "ID": 5483197399280367, + "StableID": "n6Q8rGJMpj11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 8883239137041688, - "Key": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "DiscoKey": "discokey:e7bda0a65638ebc7745c2d2c287fde78b0922ed39161be8e77cb0d28d2ef0f10", - "Addresses": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "AllowedIPs": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "Endpoints": ["77.164.248.136:56133", "10.65.0.27:56133", "172.17.0.1:56133"], + "User": 5483197399280367, + "Key": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "DiscoKey": "discokey:b4d475395b9ae783eae7b614356371db04e472e2a001a7f97977c14d6f673048", + "Addresses": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "AllowedIPs": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "Endpoints": ["77.164.248.136:41155", "10.65.0.27:41155", "172.17.0.1:41155"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 52880}, - {"Proto": "peerapi6", "Port": 52880}, + {"Proto": "peerapi4", "Port": 41362}, + {"Proto": "peerapi6", "Port": 41362}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:27.868197831Z", + "Created": "2026-04-09T08:41:27.486653177Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1523,302 +1525,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "MachineKey": "mkey:35272b5fb1bfecdd54d5af691512122bb9c2aee4aedf309b4ab29b2ca80cc809", + "NodeKey": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "MachineKey": "mkey:faa9389d4130138919cf9e7143aa291640a30a4087ef1e8f2f7b7b71e1b9f956", "Peers": [{ - "ID": 221571326618997, - "StableID": "nSj5QaJMj211CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "DiscoKey": "discokey:4ddd1cdf21434384c319f33334e39a98849ed6d37c023b814792f645988c3f04", - "Addresses": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "AllowedIPs": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "Endpoints": ["77.164.248.136:33876", "10.65.0.27:33876", "172.17.0.1:33876"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52224}, - {"Proto": "peerapi6", "Port": 52224} - ]}, - "Created": "2026-04-09T01:35:28.955220483Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 726518199701766, - "StableID": "n1NrTGQ3g611CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "DiscoKey": "discokey:e818a2d6d78bd2280b5c26298d159c9b191113a4fa365d59e72abeaddea32356", - "Addresses": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "AllowedIPs": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "Endpoints": ["77.164.248.136:50612", "10.65.0.27:50612", "172.17.0.1:50612"], - "HomeDERP": 18, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 52706}, - {"Proto": "peerapi6", "Port": 52706} - ]}, - "Created": "2026-04-09T01:35:26.763295289Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 851297888053716, - "StableID": "nbLcEp9Ze711CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "DiscoKey": "discokey:4af16413239394505d66c8ab6c102e971a425febc06fe6cf0930a066b9ff8364", - "Addresses": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "AllowedIPs": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "Endpoints": ["77.164.248.136:41522", "10.65.0.27:41522", "172.17.0.1:41522"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37291}, - {"Proto": "peerapi6", "Port": 37291} - ]}, - "Created": "2026-04-09T01:35:28.423434497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3333557744778989, - "StableID": "nE36gjum2T11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:a7431171da7b89d3833d1393eb603f8318857a4a0748881034b066748df78b5f", - "Addresses": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "AllowedIPs": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "Endpoints": ["77.164.248.136:51334", "10.65.0.27:51334", "172.17.0.1:51334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59453}, - {"Proto": "peerapi6", "Port": 59453} - ]}, - "Created": "2026-04-09T01:35:32.734207399Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4303923262765338, - "StableID": "n7RzdRmFca11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "DiscoKey": "discokey:b1d15590a34400737925e144c1a32e9a496c3fa1eef7dbf7f0d434b766694447", - "Addresses": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "AllowedIPs": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "Endpoints": ["77.164.248.136:46668", "10.65.0.27:46668", "172.17.0.1:46668"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36675}, - {"Proto": "peerapi6", "Port": 36675} - ]}, - "Created": "2026-04-09T01:35:30.574924408Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689519856522506, - "StableID": "nPqSDcjtcd11CNTRL", + "ID": 241415182851795, + "StableID": "n4BE2vZLt211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "DiscoKey": "discokey:ec43b18a6799df44abe8aff0fed7deb32fbe89fc6375001a3761a42d35fec856", - "Addresses": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "AllowedIPs": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "Endpoints": ["77.164.248.136:49991", "10.65.0.27:49991", "172.17.0.1:49991"], + "Key": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "DiscoKey": "discokey:a2ace64483d317388ab5b64a8153b790365f710dc9166af011a485ac8d89b33d", + "Addresses": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "AllowedIPs": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "Endpoints": ["77.164.248.136:41000", "10.65.0.27:41000", "172.17.0.1:41000"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56330}, - {"Proto": "peerapi6", "Port": 56330} + {"Proto": "peerapi4", "Port": 37460}, + {"Proto": "peerapi6", "Port": 37460} ]}, - "Created": "2026-04-09T01:35:25.151821436Z", + "Created": "2026-04-09T08:41:24.787479488Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5397337110707973, - "StableID": "nnMKAqtT9j11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "KeyExpiry": "2026-10-06T01:35:31Z", - "DiscoKey": "discokey:a9f11286ecbe7bb2c5006f4cf7de947d796a826c5742ca1f0df991f2b889ea76", - "Addresses": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "AllowedIPs": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "Endpoints": ["77.164.248.136:39842", "10.65.0.27:39842", "172.17.0.1:39842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 63257}, - {"Proto": "peerapi6", "Port": 63257} - ]}, - "Created": "2026-04-09T01:35:31.644890074Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5429802583933363, - "StableID": "naAhryhAQj11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "DiscoKey": "discokey:3574bd3927c9df84ce6644f04b6bc01deee900272389b7987ba14f973e7a6772", - "Addresses": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "AllowedIPs": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "Endpoints": ["77.164.248.136:52662", "10.65.0.27:52662", "172.17.0.1:52662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44329}, - {"Proto": "peerapi6", "Port": 44329} - ]}, - "Created": "2026-04-09T01:35:26.226346584Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5555653413673303, - "StableID": "nWn3jUbAPk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "DiscoKey": "discokey:929f75afd962166dc93de426a275100067f021e0f5a22c5b22f128e838ca9825", - "Addresses": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "AllowedIPs": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "Endpoints": ["77.164.248.136:33657", "10.65.0.27:33657", "172.17.0.1:33657"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 59151}, - {"Proto": "peerapi6", "Port": 59151} - ]}, - "Created": "2026-04-09T01:35:30.027743769Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6569680327645961, - "StableID": "nWhxjzMRJt11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "DiscoKey": "discokey:e8ffe6b8ee0879cb609e3572e2a50c06296fb75f243d47823dbf69b943f33c1f", - "Addresses": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "AllowedIPs": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "Endpoints": ["77.164.248.136:37164", "10.65.0.27:37164", "172.17.0.1:37164"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55897}, - {"Proto": "peerapi6", "Port": 55897} - ]}, - "Created": "2026-04-09T01:35:27.320762908Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7173319056365738, - "StableID": "nXbm8pvo1y11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "DiscoKey": "discokey:633005b53eb8a874eaa1a4bbba153b5b27f5b1f3951d44f78b4d5a7a3dce7d37", - "Addresses": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "AllowedIPs": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "Endpoints": ["77.164.248.136:59692", "10.65.0.27:59692", "172.17.0.1:59692"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54599}, - {"Proto": "peerapi6", "Port": 54599} - ]}, - "Created": "2026-04-09T01:35:25.693744599Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7408793859616910, - "StableID": "noDo9CTTrz11CNTRL", + "ID": 1489621078190782, + "StableID": "n77JiYpedC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "DiscoKey": "discokey:ff6513febbfacc0ad98e9c628f99c60982eef3940612a3375b20f8f908b8ca49", - "Addresses": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "AllowedIPs": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "Endpoints": ["77.164.248.136:58027", "10.65.0.27:58027", "172.17.0.1:58027"], + "Key": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "DiscoKey": "discokey:9ecfc3c9d31737190b333235a4f468dbd8b1983e7fa3fc925fd3eaab8f054700", + "Addresses": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "AllowedIPs": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "Endpoints": ["77.164.248.136:43342", "10.65.0.27:43342", "172.17.0.1:43342"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 33523}, - {"Proto": "peerapi6", "Port": 33523} + {"Proto": "peerapi4", "Port": 43957}, + {"Proto": "peerapi6", "Port": 43957} ]}, - "Created": "2026-04-09T01:35:29.492812968Z", + "Created": "2026-04-09T08:41:29.082255415Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8142402627286186, - "StableID": "nRespN7ia621CNTRL", + "ID": 1980448481200795, + "StableID": "nE4HZM2xTG11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "DiscoKey": "discokey:a41d50476671358ed5dc82a7a7695a15cf9f318f3d154a13838fcce042502d42", + "Addresses": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "AllowedIPs": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "Endpoints": ["77.164.248.136:55538", "10.65.0.27:55538", "172.17.0.1:55538"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42845}, + {"Proto": "peerapi6", "Port": 42845} + ]}, + "Created": "2026-04-09T08:41:30.163880883Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2496871003547081, + "StableID": "na78TuZqVL11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:cb40048d3bab1e0d8abbdba5d720c711c01ccb85c72647a8dd1653ade9d1f85f", + "Addresses": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "AllowedIPs": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "Endpoints": ["77.164.248.136:58649", "10.65.0.27:58649", "172.17.0.1:58649"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48964}, + {"Proto": "peerapi6", "Port": 48964} + ]}, + "Created": "2026-04-09T08:41:31.252658519Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2560820365470103, + "StableID": "nvWbahQozL11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "DiscoKey": "discokey:d35536e80d981664f36bcabcafcba06b69917813dd9efa0b0f72204b9e1e1c01", + "Addresses": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "AllowedIPs": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "Endpoints": ["77.164.248.136:35779", "10.65.0.27:35779", "172.17.0.1:35779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 47229}, + {"Proto": "peerapi6", "Port": 47229} + ]}, + "Created": "2026-04-09T08:41:25.892314555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2779956861424378, + "StableID": "nRr5Lfk3iN11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "DiscoKey": "discokey:fe5f2dac9506533e72f376452866af7245a4572d8d96c2b6c115332f8811fd54", + "Addresses": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "AllowedIPs": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "Endpoints": ["77.164.248.136:37790", "10.65.0.27:37790", "172.17.0.1:37790"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52803}, + {"Proto": "peerapi6", "Port": 52803} + ]}, + "Created": "2026-04-09T08:41:26.422183837Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2969518799794489, + "StableID": "niXWhxDuBQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:40e5d4a0d6eb0b0acdf457c452c230f5f6537bcb17775b8b10e10e3cdb905c57", + "Addresses": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "AllowedIPs": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "Endpoints": ["77.164.248.136:43069", "10.65.0.27:43069", "172.17.0.1:43069"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 46176}, + {"Proto": "peerapi6", "Port": 46176} + ]}, + "Created": "2026-04-09T08:41:31.782871501Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 3287573476120453, + "StableID": "nciTKsywfS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "KeyExpiry": "2026-10-06T08:41:32Z", + "DiscoKey": "discokey:4c1672724162898c6af4b9f0cbefe2ab731b7469bb4c65ed5d81f4d82aa8ae5f", + "Addresses": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "AllowedIPs": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "Endpoints": ["77.164.248.136:50393", "10.65.0.27:50393", "172.17.0.1:50393"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46203}, + {"Proto": "peerapi6", "Port": 46203} + ]}, + "Created": "2026-04-09T08:41:32.320325507Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3879616816557346, + "StableID": "nhNRxPx5JX11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "DiscoKey": "discokey:269573d0a4310cff8d179be702e5c05bd31a5c4f374896ce9618410b278b990d", + "Addresses": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "AllowedIPs": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "Endpoints": ["77.164.248.136:50033", "10.65.0.27:50033", "172.17.0.1:50033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 54073}, + {"Proto": "peerapi6", "Port": 54073} + ]}, + "Created": "2026-04-09T08:41:29.629472702Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4540589449619545, + "StableID": "nS3Q9xaSTc11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "DiscoKey": "discokey:3f963f11b3a47b17aec2b22bf358af05020a874436ae69d2a542bc2f00ea243d", + "Addresses": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "AllowedIPs": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "Endpoints": ["77.164.248.136:48290", "10.65.0.27:48290", "172.17.0.1:48290"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62893}, + {"Proto": "peerapi6", "Port": 62893} + ]}, + "Created": "2026-04-09T08:41:28.546769308Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5164042087255928, + "StableID": "nHdXpUdoKh11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "DiscoKey": "discokey:97e59a288a70ead0e474bbfad2244160c9be341ecc0a7c1c5f798a0611e07948", + "Addresses": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "AllowedIPs": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "Endpoints": ["77.164.248.136:52579", "10.65.0.27:52579", "172.17.0.1:52579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42434}, + {"Proto": "peerapi6", "Port": 42434} + ]}, + "Created": "2026-04-09T08:41:26.95559791Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7256825350546947, + "StableID": "nz42QoVdfy11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "DiscoKey": "discokey:8741990547cdcc777280cdaac899d6904c014a6fc9e862f2e130860fe3f2f055", + "Addresses": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "AllowedIPs": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "Endpoints": ["77.164.248.136:41866", "10.65.0.27:41866", "172.17.0.1:41866"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 45795}, + {"Proto": "peerapi6", "Port": 45795} + ]}, + "Created": "2026-04-09T08:41:28.017082037Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7381798950001755, + "StableID": "nSAsRnLEez11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "DiscoKey": "discokey:a3398e8d598c755063abf929069b332b48c8f422b987c1fb4bdca250f0817435", + "Addresses": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "AllowedIPs": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "Endpoints": ["77.164.248.136:43857", "10.65.0.27:43857", "172.17.0.1:43857"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50423}, + {"Proto": "peerapi6", "Port": 50423} + ]}, + "Created": "2026-04-09T08:41:25.328099815Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8868511341837139, + "StableID": "nJvHVmkZFC21CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "DiscoKey": "discokey:d6a8da2412b0443e3637b8fc911c1369786e9a1ecd1f722fbd9130eb9f49125f", - "Addresses": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "AllowedIPs": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "Endpoints": ["77.164.248.136:51735", "10.65.0.27:51735", "172.17.0.1:51735"], + "Key": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "DiscoKey": "discokey:5d25341b65be98e3d6e8b97812e9283e07ecd486254c135b80e3b3f3bc8c4930", + "Addresses": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "AllowedIPs": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57188}, - {"Proto": "peerapi6", "Port": 57188} + {"Proto": "peerapi4", "Port": 51872}, + {"Proto": "peerapi6", "Port": 51872} ]}, - "Created": "2026-04-09T01:35:31.114840488Z", + "Created": "2026-04-09T08:41:30.691079457Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" - }, { - "ID": 8759149109648529, - "StableID": "nUCKXfz2QB21CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:3682c3317963644a48e625ef6961d148743755184591aef4c714f79a96feff42", - "Addresses": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "AllowedIPs": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "Endpoints": ["77.164.248.136:46752", "10.65.0.27:46752", "172.17.0.1:46752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61334}, - {"Proto": "peerapi6", "Port": 61334} - ]}, - "Created": "2026-04-09T01:35:32.191311647Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2666,27 +2668,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8883239137041688": { - "ID": 8883239137041688, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5483197399280367": { + "ID": 5483197399280367, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2717,22 +2721,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3333557744778989, - "StableID": "nE36gjum2T11CNTRL", + "ID": 3287573476120453, + "StableID": "nciTKsywfS11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:a7431171da7b89d3833d1393eb603f8318857a4a0748881034b066748df78b5f", - "Addresses": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "AllowedIPs": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "Endpoints": ["77.164.248.136:51334", "10.65.0.27:51334", "172.17.0.1:51334"], + "Key": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "KeyExpiry": "2026-10-06T08:41:32Z", + "DiscoKey": "discokey:4c1672724162898c6af4b9f0cbefe2ab731b7469bb4c65ed5d81f4d82aa8ae5f", + "Addresses": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "AllowedIPs": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "Endpoints": ["77.164.248.136:50393", "10.65.0.27:50393", "172.17.0.1:50393"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59453}, - {"Proto": "peerapi6", "Port": 59453}, + {"Proto": "peerapi4", "Port": 46203}, + {"Proto": "peerapi6", "Port": 46203}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:32.734207399Z", + "Created": "2026-04-09T08:41:32.320325507Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2761,302 +2765,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "MachineKey": "mkey:1d8641ef5ee14c2f1e4d68e30ca8f0f10cfc1a8ab4e4f91ec32da5ffc2ca1152", + "NodeKey": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "MachineKey": "mkey:23623d4cf2c6e6a539aebbd3129c175625dc2230907ec6d566cf979d5656b070", "Peers": [{ - "ID": 221571326618997, - "StableID": "nSj5QaJMj211CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "DiscoKey": "discokey:4ddd1cdf21434384c319f33334e39a98849ed6d37c023b814792f645988c3f04", - "Addresses": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "AllowedIPs": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "Endpoints": ["77.164.248.136:33876", "10.65.0.27:33876", "172.17.0.1:33876"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52224}, - {"Proto": "peerapi6", "Port": 52224} - ]}, - "Created": "2026-04-09T01:35:28.955220483Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 726518199701766, - "StableID": "n1NrTGQ3g611CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "DiscoKey": "discokey:e818a2d6d78bd2280b5c26298d159c9b191113a4fa365d59e72abeaddea32356", - "Addresses": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "AllowedIPs": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "Endpoints": ["77.164.248.136:50612", "10.65.0.27:50612", "172.17.0.1:50612"], - "HomeDERP": 18, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 52706}, - {"Proto": "peerapi6", "Port": 52706} - ]}, - "Created": "2026-04-09T01:35:26.763295289Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 851297888053716, - "StableID": "nbLcEp9Ze711CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "DiscoKey": "discokey:4af16413239394505d66c8ab6c102e971a425febc06fe6cf0930a066b9ff8364", - "Addresses": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "AllowedIPs": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "Endpoints": ["77.164.248.136:41522", "10.65.0.27:41522", "172.17.0.1:41522"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37291}, - {"Proto": "peerapi6", "Port": 37291} - ]}, - "Created": "2026-04-09T01:35:28.423434497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4303923262765338, - "StableID": "n7RzdRmFca11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "DiscoKey": "discokey:b1d15590a34400737925e144c1a32e9a496c3fa1eef7dbf7f0d434b766694447", - "Addresses": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "AllowedIPs": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "Endpoints": ["77.164.248.136:46668", "10.65.0.27:46668", "172.17.0.1:46668"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36675}, - {"Proto": "peerapi6", "Port": 36675} - ]}, - "Created": "2026-04-09T01:35:30.574924408Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689519856522506, - "StableID": "nPqSDcjtcd11CNTRL", + "ID": 241415182851795, + "StableID": "n4BE2vZLt211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "DiscoKey": "discokey:ec43b18a6799df44abe8aff0fed7deb32fbe89fc6375001a3761a42d35fec856", - "Addresses": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "AllowedIPs": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "Endpoints": ["77.164.248.136:49991", "10.65.0.27:49991", "172.17.0.1:49991"], + "Key": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "DiscoKey": "discokey:a2ace64483d317388ab5b64a8153b790365f710dc9166af011a485ac8d89b33d", + "Addresses": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "AllowedIPs": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "Endpoints": ["77.164.248.136:41000", "10.65.0.27:41000", "172.17.0.1:41000"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56330}, - {"Proto": "peerapi6", "Port": 56330} + {"Proto": "peerapi4", "Port": 37460}, + {"Proto": "peerapi6", "Port": 37460} ]}, - "Created": "2026-04-09T01:35:25.151821436Z", + "Created": "2026-04-09T08:41:24.787479488Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5397337110707973, - "StableID": "nnMKAqtT9j11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "KeyExpiry": "2026-10-06T01:35:31Z", - "DiscoKey": "discokey:a9f11286ecbe7bb2c5006f4cf7de947d796a826c5742ca1f0df991f2b889ea76", - "Addresses": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "AllowedIPs": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "Endpoints": ["77.164.248.136:39842", "10.65.0.27:39842", "172.17.0.1:39842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 63257}, - {"Proto": "peerapi6", "Port": 63257} - ]}, - "Created": "2026-04-09T01:35:31.644890074Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5429802583933363, - "StableID": "naAhryhAQj11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "DiscoKey": "discokey:3574bd3927c9df84ce6644f04b6bc01deee900272389b7987ba14f973e7a6772", - "Addresses": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "AllowedIPs": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "Endpoints": ["77.164.248.136:52662", "10.65.0.27:52662", "172.17.0.1:52662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44329}, - {"Proto": "peerapi6", "Port": 44329} - ]}, - "Created": "2026-04-09T01:35:26.226346584Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5555653413673303, - "StableID": "nWn3jUbAPk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "DiscoKey": "discokey:929f75afd962166dc93de426a275100067f021e0f5a22c5b22f128e838ca9825", - "Addresses": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "AllowedIPs": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "Endpoints": ["77.164.248.136:33657", "10.65.0.27:33657", "172.17.0.1:33657"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 59151}, - {"Proto": "peerapi6", "Port": 59151} - ]}, - "Created": "2026-04-09T01:35:30.027743769Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6569680327645961, - "StableID": "nWhxjzMRJt11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "DiscoKey": "discokey:e8ffe6b8ee0879cb609e3572e2a50c06296fb75f243d47823dbf69b943f33c1f", - "Addresses": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "AllowedIPs": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "Endpoints": ["77.164.248.136:37164", "10.65.0.27:37164", "172.17.0.1:37164"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55897}, - {"Proto": "peerapi6", "Port": 55897} - ]}, - "Created": "2026-04-09T01:35:27.320762908Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7173319056365738, - "StableID": "nXbm8pvo1y11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "DiscoKey": "discokey:633005b53eb8a874eaa1a4bbba153b5b27f5b1f3951d44f78b4d5a7a3dce7d37", - "Addresses": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "AllowedIPs": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "Endpoints": ["77.164.248.136:59692", "10.65.0.27:59692", "172.17.0.1:59692"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54599}, - {"Proto": "peerapi6", "Port": 54599} - ]}, - "Created": "2026-04-09T01:35:25.693744599Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7408793859616910, - "StableID": "noDo9CTTrz11CNTRL", + "ID": 1489621078190782, + "StableID": "n77JiYpedC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "DiscoKey": "discokey:ff6513febbfacc0ad98e9c628f99c60982eef3940612a3375b20f8f908b8ca49", - "Addresses": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "AllowedIPs": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "Endpoints": ["77.164.248.136:58027", "10.65.0.27:58027", "172.17.0.1:58027"], + "Key": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "DiscoKey": "discokey:9ecfc3c9d31737190b333235a4f468dbd8b1983e7fa3fc925fd3eaab8f054700", + "Addresses": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "AllowedIPs": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "Endpoints": ["77.164.248.136:43342", "10.65.0.27:43342", "172.17.0.1:43342"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 33523}, - {"Proto": "peerapi6", "Port": 33523} + {"Proto": "peerapi4", "Port": 43957}, + {"Proto": "peerapi6", "Port": 43957} ]}, - "Created": "2026-04-09T01:35:29.492812968Z", + "Created": "2026-04-09T08:41:29.082255415Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8142402627286186, - "StableID": "nRespN7ia621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1980448481200795, + "StableID": "nE4HZM2xTG11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "DiscoKey": "discokey:d6a8da2412b0443e3637b8fc911c1369786e9a1ecd1f722fbd9130eb9f49125f", - "Addresses": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "AllowedIPs": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "Endpoints": ["77.164.248.136:51735", "10.65.0.27:51735", "172.17.0.1:51735"], + "Key": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "DiscoKey": "discokey:a41d50476671358ed5dc82a7a7695a15cf9f318f3d154a13838fcce042502d42", + "Addresses": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "AllowedIPs": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "Endpoints": ["77.164.248.136:55538", "10.65.0.27:55538", "172.17.0.1:55538"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57188}, - {"Proto": "peerapi6", "Port": 57188} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42845}, + {"Proto": "peerapi6", "Port": 42845} ]}, - "Created": "2026-04-09T01:35:31.114840488Z", + "Created": "2026-04-09T08:41:30.163880883Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 8759149109648529, - "StableID": "nUCKXfz2QB21CNTRL", + "ID": 2496871003547081, + "StableID": "na78TuZqVL11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:cb40048d3bab1e0d8abbdba5d720c711c01ccb85c72647a8dd1653ade9d1f85f", + "Addresses": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "AllowedIPs": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "Endpoints": ["77.164.248.136:58649", "10.65.0.27:58649", "172.17.0.1:58649"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48964}, + {"Proto": "peerapi6", "Port": 48964} + ]}, + "Created": "2026-04-09T08:41:31.252658519Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2560820365470103, + "StableID": "nvWbahQozL11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "DiscoKey": "discokey:d35536e80d981664f36bcabcafcba06b69917813dd9efa0b0f72204b9e1e1c01", + "Addresses": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "AllowedIPs": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "Endpoints": ["77.164.248.136:35779", "10.65.0.27:35779", "172.17.0.1:35779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 47229}, + {"Proto": "peerapi6", "Port": 47229} + ]}, + "Created": "2026-04-09T08:41:25.892314555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2779956861424378, + "StableID": "nRr5Lfk3iN11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "DiscoKey": "discokey:fe5f2dac9506533e72f376452866af7245a4572d8d96c2b6c115332f8811fd54", + "Addresses": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "AllowedIPs": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "Endpoints": ["77.164.248.136:37790", "10.65.0.27:37790", "172.17.0.1:37790"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52803}, + {"Proto": "peerapi6", "Port": 52803} + ]}, + "Created": "2026-04-09T08:41:26.422183837Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2969518799794489, + "StableID": "niXWhxDuBQ11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:3682c3317963644a48e625ef6961d148743755184591aef4c714f79a96feff42", - "Addresses": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "AllowedIPs": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "Endpoints": ["77.164.248.136:46752", "10.65.0.27:46752", "172.17.0.1:46752"], - "HomeDERP": 14, + "Key": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:40e5d4a0d6eb0b0acdf457c452c230f5f6537bcb17775b8b10e10e3cdb905c57", + "Addresses": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "AllowedIPs": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "Endpoints": ["77.164.248.136:43069", "10.65.0.27:43069", "172.17.0.1:43069"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61334}, - {"Proto": "peerapi6", "Port": 61334} + {"Proto": "peerapi4", "Port": 46176}, + {"Proto": "peerapi6", "Port": 46176} ]}, - "Created": "2026-04-09T01:35:32.191311647Z", + "Created": "2026-04-09T08:41:31.782871501Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8883239137041688, - "StableID": "n1ZPKUdENC21CNTRL", + "ID": 3879616816557346, + "StableID": "nhNRxPx5JX11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "DiscoKey": "discokey:269573d0a4310cff8d179be702e5c05bd31a5c4f374896ce9618410b278b990d", + "Addresses": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "AllowedIPs": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "Endpoints": ["77.164.248.136:50033", "10.65.0.27:50033", "172.17.0.1:50033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 54073}, + {"Proto": "peerapi6", "Port": 54073} + ]}, + "Created": "2026-04-09T08:41:29.629472702Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4540589449619545, + "StableID": "nS3Q9xaSTc11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "DiscoKey": "discokey:3f963f11b3a47b17aec2b22bf358af05020a874436ae69d2a542bc2f00ea243d", + "Addresses": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "AllowedIPs": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "Endpoints": ["77.164.248.136:48290", "10.65.0.27:48290", "172.17.0.1:48290"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62893}, + {"Proto": "peerapi6", "Port": 62893} + ]}, + "Created": "2026-04-09T08:41:28.546769308Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5164042087255928, + "StableID": "nHdXpUdoKh11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "DiscoKey": "discokey:97e59a288a70ead0e474bbfad2244160c9be341ecc0a7c1c5f798a0611e07948", + "Addresses": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "AllowedIPs": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "Endpoints": ["77.164.248.136:52579", "10.65.0.27:52579", "172.17.0.1:52579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42434}, + {"Proto": "peerapi6", "Port": 42434} + ]}, + "Created": "2026-04-09T08:41:26.95559791Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5483197399280367, + "StableID": "n6Q8rGJMpj11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "DiscoKey": "discokey:e7bda0a65638ebc7745c2d2c287fde78b0922ed39161be8e77cb0d28d2ef0f10", - "Addresses": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "AllowedIPs": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "Endpoints": ["77.164.248.136:56133", "10.65.0.27:56133", "172.17.0.1:56133"], + "Key": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "DiscoKey": "discokey:b4d475395b9ae783eae7b614356371db04e472e2a001a7f97977c14d6f673048", + "Addresses": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "AllowedIPs": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "Endpoints": ["77.164.248.136:41155", "10.65.0.27:41155", "172.17.0.1:41155"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52880}, - {"Proto": "peerapi6", "Port": 52880} + {"Proto": "peerapi4", "Port": 41362}, + {"Proto": "peerapi6", "Port": 41362} ]}, - "Created": "2026-04-09T01:35:27.868197831Z", + "Created": "2026-04-09T08:41:27.486653177Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7256825350546947, + "StableID": "nz42QoVdfy11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "DiscoKey": "discokey:8741990547cdcc777280cdaac899d6904c014a6fc9e862f2e130860fe3f2f055", + "Addresses": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "AllowedIPs": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "Endpoints": ["77.164.248.136:41866", "10.65.0.27:41866", "172.17.0.1:41866"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 45795}, + {"Proto": "peerapi6", "Port": 45795} + ]}, + "Created": "2026-04-09T08:41:28.017082037Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7381798950001755, + "StableID": "nSAsRnLEez11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "DiscoKey": "discokey:a3398e8d598c755063abf929069b332b48c8f422b987c1fb4bdca250f0817435", + "Addresses": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "AllowedIPs": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "Endpoints": ["77.164.248.136:43857", "10.65.0.27:43857", "172.17.0.1:43857"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50423}, + {"Proto": "peerapi6", "Port": 50423} + ]}, + "Created": "2026-04-09T08:41:25.328099815Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8868511341837139, + "StableID": "nJvHVmkZFC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "DiscoKey": "discokey:5d25341b65be98e3d6e8b97812e9283e07ecd486254c135b80e3b3f3bc8c4930", + "Addresses": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "AllowedIPs": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 51872}, + {"Proto": "peerapi6", "Port": 51872} + ]}, + "Created": "2026-04-09T08:41:30.691079457Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3084,13 +3088,13 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.68.77.85"}, {"nodeIP": "fd7a:115c:a1e0::9737:4d55"}], + "principals": [{"nodeIP": "100.120.55.52"}, {"nodeIP": "fd7a:115c:a1e0::3737:3734"}], "sshUsers": {"root": ""}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" } }, { - "principals": [{"nodeIP": "100.68.77.85"}, {"nodeIP": "fd7a:115c:a1e0::9737:4d55"}], + "principals": [{"nodeIP": "100.120.55.52"}, {"nodeIP": "fd7a:115c:a1e0::3737:3734"}], "sshUsers": {"odin": "odin"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -3916,32 +3920,33 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.68.77.85"}, {"nodeIP": "fd7a:115c:a1e0::9737:4d55"}], + "principals": [{"nodeIP": "100.120.55.52"}, {"nodeIP": "fd7a:115c:a1e0::3737:3734"}], "sshUsers": {"root": ""}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" } }, { - "principals": [{"nodeIP": "100.68.77.85"}, {"nodeIP": "fd7a:115c:a1e0::9737:4d55"}], + "principals": [{"nodeIP": "100.120.55.52"}, {"nodeIP": "fd7a:115c:a1e0::3737:3734"}], "sshUsers": {"odin": "odin"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -3975,26 +3980,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5429802583933363, - "StableID": "naAhryhAQj11CNTRL", + "ID": 2560820365470103, + "StableID": "nvWbahQozL11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 5429802583933363, - "Key": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "DiscoKey": "discokey:3574bd3927c9df84ce6644f04b6bc01deee900272389b7987ba14f973e7a6772", - "Addresses": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "AllowedIPs": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "Endpoints": ["77.164.248.136:52662", "10.65.0.27:52662", "172.17.0.1:52662"], + "User": 2560820365470103, + "Key": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "DiscoKey": "discokey:d35536e80d981664f36bcabcafcba06b69917813dd9efa0b0f72204b9e1e1c01", + "Addresses": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "AllowedIPs": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "Endpoints": ["77.164.248.136:35779", "10.65.0.27:35779", "172.17.0.1:35779"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 44329}, - {"Proto": "peerapi6", "Port": 44329}, + {"Proto": "peerapi4", "Port": 47229}, + {"Proto": "peerapi6", "Port": 47229}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:26.226346584Z", + "Created": "2026-04-09T08:41:25.892314555Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -4022,302 +4027,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "MachineKey": "mkey:2fa00e5afc7daf7b07820d6e14df1489b22017615c7ad6d09db18978d420eb75", + "NodeKey": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "MachineKey": "mkey:d76d08643ec1e684f161a550cc283b9ccaaedd4ee6e45cdbda0e7efb2701fc5c", "Peers": [{ - "ID": 221571326618997, - "StableID": "nSj5QaJMj211CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "DiscoKey": "discokey:4ddd1cdf21434384c319f33334e39a98849ed6d37c023b814792f645988c3f04", - "Addresses": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "AllowedIPs": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "Endpoints": ["77.164.248.136:33876", "10.65.0.27:33876", "172.17.0.1:33876"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52224}, - {"Proto": "peerapi6", "Port": 52224} - ]}, - "Created": "2026-04-09T01:35:28.955220483Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 726518199701766, - "StableID": "n1NrTGQ3g611CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "DiscoKey": "discokey:e818a2d6d78bd2280b5c26298d159c9b191113a4fa365d59e72abeaddea32356", - "Addresses": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "AllowedIPs": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "Endpoints": ["77.164.248.136:50612", "10.65.0.27:50612", "172.17.0.1:50612"], - "HomeDERP": 18, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 52706}, - {"Proto": "peerapi6", "Port": 52706} - ]}, - "Created": "2026-04-09T01:35:26.763295289Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 851297888053716, - "StableID": "nbLcEp9Ze711CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "DiscoKey": "discokey:4af16413239394505d66c8ab6c102e971a425febc06fe6cf0930a066b9ff8364", - "Addresses": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "AllowedIPs": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "Endpoints": ["77.164.248.136:41522", "10.65.0.27:41522", "172.17.0.1:41522"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37291}, - {"Proto": "peerapi6", "Port": 37291} - ]}, - "Created": "2026-04-09T01:35:28.423434497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3333557744778989, - "StableID": "nE36gjum2T11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:a7431171da7b89d3833d1393eb603f8318857a4a0748881034b066748df78b5f", - "Addresses": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "AllowedIPs": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "Endpoints": ["77.164.248.136:51334", "10.65.0.27:51334", "172.17.0.1:51334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59453}, - {"Proto": "peerapi6", "Port": 59453} - ]}, - "Created": "2026-04-09T01:35:32.734207399Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4303923262765338, - "StableID": "n7RzdRmFca11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "DiscoKey": "discokey:b1d15590a34400737925e144c1a32e9a496c3fa1eef7dbf7f0d434b766694447", - "Addresses": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "AllowedIPs": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "Endpoints": ["77.164.248.136:46668", "10.65.0.27:46668", "172.17.0.1:46668"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36675}, - {"Proto": "peerapi6", "Port": 36675} - ]}, - "Created": "2026-04-09T01:35:30.574924408Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689519856522506, - "StableID": "nPqSDcjtcd11CNTRL", + "ID": 241415182851795, + "StableID": "n4BE2vZLt211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "DiscoKey": "discokey:ec43b18a6799df44abe8aff0fed7deb32fbe89fc6375001a3761a42d35fec856", - "Addresses": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "AllowedIPs": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "Endpoints": ["77.164.248.136:49991", "10.65.0.27:49991", "172.17.0.1:49991"], + "Key": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "DiscoKey": "discokey:a2ace64483d317388ab5b64a8153b790365f710dc9166af011a485ac8d89b33d", + "Addresses": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "AllowedIPs": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "Endpoints": ["77.164.248.136:41000", "10.65.0.27:41000", "172.17.0.1:41000"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56330}, - {"Proto": "peerapi6", "Port": 56330} + {"Proto": "peerapi4", "Port": 37460}, + {"Proto": "peerapi6", "Port": 37460} ]}, - "Created": "2026-04-09T01:35:25.151821436Z", + "Created": "2026-04-09T08:41:24.787479488Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5397337110707973, - "StableID": "nnMKAqtT9j11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "KeyExpiry": "2026-10-06T01:35:31Z", - "DiscoKey": "discokey:a9f11286ecbe7bb2c5006f4cf7de947d796a826c5742ca1f0df991f2b889ea76", - "Addresses": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "AllowedIPs": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "Endpoints": ["77.164.248.136:39842", "10.65.0.27:39842", "172.17.0.1:39842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 63257}, - {"Proto": "peerapi6", "Port": 63257} - ]}, - "Created": "2026-04-09T01:35:31.644890074Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5555653413673303, - "StableID": "nWn3jUbAPk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "DiscoKey": "discokey:929f75afd962166dc93de426a275100067f021e0f5a22c5b22f128e838ca9825", - "Addresses": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "AllowedIPs": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "Endpoints": ["77.164.248.136:33657", "10.65.0.27:33657", "172.17.0.1:33657"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 59151}, - {"Proto": "peerapi6", "Port": 59151} - ]}, - "Created": "2026-04-09T01:35:30.027743769Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6569680327645961, - "StableID": "nWhxjzMRJt11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "DiscoKey": "discokey:e8ffe6b8ee0879cb609e3572e2a50c06296fb75f243d47823dbf69b943f33c1f", - "Addresses": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "AllowedIPs": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "Endpoints": ["77.164.248.136:37164", "10.65.0.27:37164", "172.17.0.1:37164"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55897}, - {"Proto": "peerapi6", "Port": 55897} - ]}, - "Created": "2026-04-09T01:35:27.320762908Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7173319056365738, - "StableID": "nXbm8pvo1y11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "DiscoKey": "discokey:633005b53eb8a874eaa1a4bbba153b5b27f5b1f3951d44f78b4d5a7a3dce7d37", - "Addresses": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "AllowedIPs": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "Endpoints": ["77.164.248.136:59692", "10.65.0.27:59692", "172.17.0.1:59692"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54599}, - {"Proto": "peerapi6", "Port": 54599} - ]}, - "Created": "2026-04-09T01:35:25.693744599Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7408793859616910, - "StableID": "noDo9CTTrz11CNTRL", + "ID": 1489621078190782, + "StableID": "n77JiYpedC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "DiscoKey": "discokey:ff6513febbfacc0ad98e9c628f99c60982eef3940612a3375b20f8f908b8ca49", - "Addresses": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "AllowedIPs": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "Endpoints": ["77.164.248.136:58027", "10.65.0.27:58027", "172.17.0.1:58027"], + "Key": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "DiscoKey": "discokey:9ecfc3c9d31737190b333235a4f468dbd8b1983e7fa3fc925fd3eaab8f054700", + "Addresses": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "AllowedIPs": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "Endpoints": ["77.164.248.136:43342", "10.65.0.27:43342", "172.17.0.1:43342"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 33523}, - {"Proto": "peerapi6", "Port": 33523} + {"Proto": "peerapi4", "Port": 43957}, + {"Proto": "peerapi6", "Port": 43957} ]}, - "Created": "2026-04-09T01:35:29.492812968Z", + "Created": "2026-04-09T08:41:29.082255415Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8142402627286186, - "StableID": "nRespN7ia621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1980448481200795, + "StableID": "nE4HZM2xTG11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "DiscoKey": "discokey:d6a8da2412b0443e3637b8fc911c1369786e9a1ecd1f722fbd9130eb9f49125f", - "Addresses": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "AllowedIPs": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "Endpoints": ["77.164.248.136:51735", "10.65.0.27:51735", "172.17.0.1:51735"], + "Key": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "DiscoKey": "discokey:a41d50476671358ed5dc82a7a7695a15cf9f318f3d154a13838fcce042502d42", + "Addresses": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "AllowedIPs": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "Endpoints": ["77.164.248.136:55538", "10.65.0.27:55538", "172.17.0.1:55538"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57188}, - {"Proto": "peerapi6", "Port": 57188} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42845}, + {"Proto": "peerapi6", "Port": 42845} ]}, - "Created": "2026-04-09T01:35:31.114840488Z", + "Created": "2026-04-09T08:41:30.163880883Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 8759149109648529, - "StableID": "nUCKXfz2QB21CNTRL", + "ID": 2496871003547081, + "StableID": "na78TuZqVL11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:cb40048d3bab1e0d8abbdba5d720c711c01ccb85c72647a8dd1653ade9d1f85f", + "Addresses": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "AllowedIPs": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "Endpoints": ["77.164.248.136:58649", "10.65.0.27:58649", "172.17.0.1:58649"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48964}, + {"Proto": "peerapi6", "Port": 48964} + ]}, + "Created": "2026-04-09T08:41:31.252658519Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2779956861424378, + "StableID": "nRr5Lfk3iN11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "DiscoKey": "discokey:fe5f2dac9506533e72f376452866af7245a4572d8d96c2b6c115332f8811fd54", + "Addresses": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "AllowedIPs": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "Endpoints": ["77.164.248.136:37790", "10.65.0.27:37790", "172.17.0.1:37790"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52803}, + {"Proto": "peerapi6", "Port": 52803} + ]}, + "Created": "2026-04-09T08:41:26.422183837Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2969518799794489, + "StableID": "niXWhxDuBQ11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:3682c3317963644a48e625ef6961d148743755184591aef4c714f79a96feff42", - "Addresses": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "AllowedIPs": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "Endpoints": ["77.164.248.136:46752", "10.65.0.27:46752", "172.17.0.1:46752"], - "HomeDERP": 14, + "Key": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:40e5d4a0d6eb0b0acdf457c452c230f5f6537bcb17775b8b10e10e3cdb905c57", + "Addresses": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "AllowedIPs": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "Endpoints": ["77.164.248.136:43069", "10.65.0.27:43069", "172.17.0.1:43069"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61334}, - {"Proto": "peerapi6", "Port": 61334} + {"Proto": "peerapi4", "Port": 46176}, + {"Proto": "peerapi6", "Port": 46176} ]}, - "Created": "2026-04-09T01:35:32.191311647Z", + "Created": "2026-04-09T08:41:31.782871501Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8883239137041688, - "StableID": "n1ZPKUdENC21CNTRL", + "ID": 3287573476120453, + "StableID": "nciTKsywfS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "KeyExpiry": "2026-10-06T08:41:32Z", + "DiscoKey": "discokey:4c1672724162898c6af4b9f0cbefe2ab731b7469bb4c65ed5d81f4d82aa8ae5f", + "Addresses": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "AllowedIPs": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "Endpoints": ["77.164.248.136:50393", "10.65.0.27:50393", "172.17.0.1:50393"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46203}, + {"Proto": "peerapi6", "Port": 46203} + ]}, + "Created": "2026-04-09T08:41:32.320325507Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3879616816557346, + "StableID": "nhNRxPx5JX11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "DiscoKey": "discokey:269573d0a4310cff8d179be702e5c05bd31a5c4f374896ce9618410b278b990d", + "Addresses": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "AllowedIPs": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "Endpoints": ["77.164.248.136:50033", "10.65.0.27:50033", "172.17.0.1:50033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 54073}, + {"Proto": "peerapi6", "Port": 54073} + ]}, + "Created": "2026-04-09T08:41:29.629472702Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4540589449619545, + "StableID": "nS3Q9xaSTc11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "DiscoKey": "discokey:3f963f11b3a47b17aec2b22bf358af05020a874436ae69d2a542bc2f00ea243d", + "Addresses": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "AllowedIPs": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "Endpoints": ["77.164.248.136:48290", "10.65.0.27:48290", "172.17.0.1:48290"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62893}, + {"Proto": "peerapi6", "Port": 62893} + ]}, + "Created": "2026-04-09T08:41:28.546769308Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5164042087255928, + "StableID": "nHdXpUdoKh11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "DiscoKey": "discokey:97e59a288a70ead0e474bbfad2244160c9be341ecc0a7c1c5f798a0611e07948", + "Addresses": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "AllowedIPs": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "Endpoints": ["77.164.248.136:52579", "10.65.0.27:52579", "172.17.0.1:52579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42434}, + {"Proto": "peerapi6", "Port": 42434} + ]}, + "Created": "2026-04-09T08:41:26.95559791Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5483197399280367, + "StableID": "n6Q8rGJMpj11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "DiscoKey": "discokey:e7bda0a65638ebc7745c2d2c287fde78b0922ed39161be8e77cb0d28d2ef0f10", - "Addresses": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "AllowedIPs": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "Endpoints": ["77.164.248.136:56133", "10.65.0.27:56133", "172.17.0.1:56133"], + "Key": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "DiscoKey": "discokey:b4d475395b9ae783eae7b614356371db04e472e2a001a7f97977c14d6f673048", + "Addresses": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "AllowedIPs": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "Endpoints": ["77.164.248.136:41155", "10.65.0.27:41155", "172.17.0.1:41155"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52880}, - {"Proto": "peerapi6", "Port": 52880} + {"Proto": "peerapi4", "Port": 41362}, + {"Proto": "peerapi6", "Port": 41362} ]}, - "Created": "2026-04-09T01:35:27.868197831Z", + "Created": "2026-04-09T08:41:27.486653177Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7256825350546947, + "StableID": "nz42QoVdfy11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "DiscoKey": "discokey:8741990547cdcc777280cdaac899d6904c014a6fc9e862f2e130860fe3f2f055", + "Addresses": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "AllowedIPs": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "Endpoints": ["77.164.248.136:41866", "10.65.0.27:41866", "172.17.0.1:41866"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 45795}, + {"Proto": "peerapi6", "Port": 45795} + ]}, + "Created": "2026-04-09T08:41:28.017082037Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7381798950001755, + "StableID": "nSAsRnLEez11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "DiscoKey": "discokey:a3398e8d598c755063abf929069b332b48c8f422b987c1fb4bdca250f0817435", + "Addresses": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "AllowedIPs": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "Endpoints": ["77.164.248.136:43857", "10.65.0.27:43857", "172.17.0.1:43857"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50423}, + {"Proto": "peerapi6", "Port": 50423} + ]}, + "Created": "2026-04-09T08:41:25.328099815Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8868511341837139, + "StableID": "nJvHVmkZFC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "DiscoKey": "discokey:5d25341b65be98e3d6e8b97812e9283e07ecd486254c135b80e3b3f3bc8c4930", + "Addresses": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "AllowedIPs": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 51872}, + {"Proto": "peerapi6", "Port": 51872} + ]}, + "Created": "2026-04-09T08:41:30.691079457Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5165,27 +5170,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5429802583933363": { - "ID": 5429802583933363, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2560820365470103": { + "ID": 2560820365470103, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "fearow": { @@ -5216,26 +5223,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 221571326618997, - "StableID": "nSj5QaJMj211CNTRL", + "ID": 4540589449619545, + "StableID": "nS3Q9xaSTc11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 221571326618997, - "Key": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "DiscoKey": "discokey:4ddd1cdf21434384c319f33334e39a98849ed6d37c023b814792f645988c3f04", - "Addresses": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "AllowedIPs": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "Endpoints": ["77.164.248.136:33876", "10.65.0.27:33876", "172.17.0.1:33876"], + "User": 4540589449619545, + "Key": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "DiscoKey": "discokey:3f963f11b3a47b17aec2b22bf358af05020a874436ae69d2a542bc2f00ea243d", + "Addresses": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "AllowedIPs": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "Endpoints": ["77.164.248.136:48290", "10.65.0.27:48290", "172.17.0.1:48290"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 52224}, - {"Proto": "peerapi6", "Port": 52224}, + {"Proto": "peerapi4", "Port": 62893}, + {"Proto": "peerapi6", "Port": 62893}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:28.955220483Z", + "Created": "2026-04-09T08:41:28.546769308Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5263,302 +5270,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "MachineKey": "mkey:95f4ccb869cb289556b1125c7a6b4ad22ffad788c6ae75bee2d30ee69eb5664f", + "NodeKey": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "MachineKey": "mkey:5a0d9b3b5bc1f9bc144077656027871a399c91f8ba000d6b551ddb039fcda816", "Peers": [{ - "ID": 726518199701766, - "StableID": "n1NrTGQ3g611CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "DiscoKey": "discokey:e818a2d6d78bd2280b5c26298d159c9b191113a4fa365d59e72abeaddea32356", - "Addresses": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "AllowedIPs": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "Endpoints": ["77.164.248.136:50612", "10.65.0.27:50612", "172.17.0.1:50612"], - "HomeDERP": 18, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 52706}, - {"Proto": "peerapi6", "Port": 52706} - ]}, - "Created": "2026-04-09T01:35:26.763295289Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 851297888053716, - "StableID": "nbLcEp9Ze711CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "DiscoKey": "discokey:4af16413239394505d66c8ab6c102e971a425febc06fe6cf0930a066b9ff8364", - "Addresses": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "AllowedIPs": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "Endpoints": ["77.164.248.136:41522", "10.65.0.27:41522", "172.17.0.1:41522"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37291}, - {"Proto": "peerapi6", "Port": 37291} - ]}, - "Created": "2026-04-09T01:35:28.423434497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3333557744778989, - "StableID": "nE36gjum2T11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:a7431171da7b89d3833d1393eb603f8318857a4a0748881034b066748df78b5f", - "Addresses": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "AllowedIPs": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "Endpoints": ["77.164.248.136:51334", "10.65.0.27:51334", "172.17.0.1:51334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59453}, - {"Proto": "peerapi6", "Port": 59453} - ]}, - "Created": "2026-04-09T01:35:32.734207399Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4303923262765338, - "StableID": "n7RzdRmFca11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "DiscoKey": "discokey:b1d15590a34400737925e144c1a32e9a496c3fa1eef7dbf7f0d434b766694447", - "Addresses": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "AllowedIPs": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "Endpoints": ["77.164.248.136:46668", "10.65.0.27:46668", "172.17.0.1:46668"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36675}, - {"Proto": "peerapi6", "Port": 36675} - ]}, - "Created": "2026-04-09T01:35:30.574924408Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689519856522506, - "StableID": "nPqSDcjtcd11CNTRL", + "ID": 241415182851795, + "StableID": "n4BE2vZLt211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "DiscoKey": "discokey:ec43b18a6799df44abe8aff0fed7deb32fbe89fc6375001a3761a42d35fec856", - "Addresses": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "AllowedIPs": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "Endpoints": ["77.164.248.136:49991", "10.65.0.27:49991", "172.17.0.1:49991"], + "Key": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "DiscoKey": "discokey:a2ace64483d317388ab5b64a8153b790365f710dc9166af011a485ac8d89b33d", + "Addresses": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "AllowedIPs": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "Endpoints": ["77.164.248.136:41000", "10.65.0.27:41000", "172.17.0.1:41000"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56330}, - {"Proto": "peerapi6", "Port": 56330} + {"Proto": "peerapi4", "Port": 37460}, + {"Proto": "peerapi6", "Port": 37460} ]}, - "Created": "2026-04-09T01:35:25.151821436Z", + "Created": "2026-04-09T08:41:24.787479488Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5397337110707973, - "StableID": "nnMKAqtT9j11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "KeyExpiry": "2026-10-06T01:35:31Z", - "DiscoKey": "discokey:a9f11286ecbe7bb2c5006f4cf7de947d796a826c5742ca1f0df991f2b889ea76", - "Addresses": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "AllowedIPs": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "Endpoints": ["77.164.248.136:39842", "10.65.0.27:39842", "172.17.0.1:39842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 63257}, - {"Proto": "peerapi6", "Port": 63257} - ]}, - "Created": "2026-04-09T01:35:31.644890074Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5429802583933363, - "StableID": "naAhryhAQj11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "DiscoKey": "discokey:3574bd3927c9df84ce6644f04b6bc01deee900272389b7987ba14f973e7a6772", - "Addresses": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "AllowedIPs": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "Endpoints": ["77.164.248.136:52662", "10.65.0.27:52662", "172.17.0.1:52662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44329}, - {"Proto": "peerapi6", "Port": 44329} - ]}, - "Created": "2026-04-09T01:35:26.226346584Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5555653413673303, - "StableID": "nWn3jUbAPk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "DiscoKey": "discokey:929f75afd962166dc93de426a275100067f021e0f5a22c5b22f128e838ca9825", - "Addresses": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "AllowedIPs": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "Endpoints": ["77.164.248.136:33657", "10.65.0.27:33657", "172.17.0.1:33657"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 59151}, - {"Proto": "peerapi6", "Port": 59151} - ]}, - "Created": "2026-04-09T01:35:30.027743769Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6569680327645961, - "StableID": "nWhxjzMRJt11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "DiscoKey": "discokey:e8ffe6b8ee0879cb609e3572e2a50c06296fb75f243d47823dbf69b943f33c1f", - "Addresses": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "AllowedIPs": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "Endpoints": ["77.164.248.136:37164", "10.65.0.27:37164", "172.17.0.1:37164"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55897}, - {"Proto": "peerapi6", "Port": 55897} - ]}, - "Created": "2026-04-09T01:35:27.320762908Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7173319056365738, - "StableID": "nXbm8pvo1y11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "DiscoKey": "discokey:633005b53eb8a874eaa1a4bbba153b5b27f5b1f3951d44f78b4d5a7a3dce7d37", - "Addresses": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "AllowedIPs": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "Endpoints": ["77.164.248.136:59692", "10.65.0.27:59692", "172.17.0.1:59692"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54599}, - {"Proto": "peerapi6", "Port": 54599} - ]}, - "Created": "2026-04-09T01:35:25.693744599Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7408793859616910, - "StableID": "noDo9CTTrz11CNTRL", + "ID": 1489621078190782, + "StableID": "n77JiYpedC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "DiscoKey": "discokey:ff6513febbfacc0ad98e9c628f99c60982eef3940612a3375b20f8f908b8ca49", - "Addresses": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "AllowedIPs": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "Endpoints": ["77.164.248.136:58027", "10.65.0.27:58027", "172.17.0.1:58027"], + "Key": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "DiscoKey": "discokey:9ecfc3c9d31737190b333235a4f468dbd8b1983e7fa3fc925fd3eaab8f054700", + "Addresses": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "AllowedIPs": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "Endpoints": ["77.164.248.136:43342", "10.65.0.27:43342", "172.17.0.1:43342"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 33523}, - {"Proto": "peerapi6", "Port": 33523} + {"Proto": "peerapi4", "Port": 43957}, + {"Proto": "peerapi6", "Port": 43957} ]}, - "Created": "2026-04-09T01:35:29.492812968Z", + "Created": "2026-04-09T08:41:29.082255415Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8142402627286186, - "StableID": "nRespN7ia621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1980448481200795, + "StableID": "nE4HZM2xTG11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "DiscoKey": "discokey:d6a8da2412b0443e3637b8fc911c1369786e9a1ecd1f722fbd9130eb9f49125f", - "Addresses": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "AllowedIPs": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "Endpoints": ["77.164.248.136:51735", "10.65.0.27:51735", "172.17.0.1:51735"], + "Key": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "DiscoKey": "discokey:a41d50476671358ed5dc82a7a7695a15cf9f318f3d154a13838fcce042502d42", + "Addresses": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "AllowedIPs": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "Endpoints": ["77.164.248.136:55538", "10.65.0.27:55538", "172.17.0.1:55538"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57188}, - {"Proto": "peerapi6", "Port": 57188} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42845}, + {"Proto": "peerapi6", "Port": 42845} ]}, - "Created": "2026-04-09T01:35:31.114840488Z", + "Created": "2026-04-09T08:41:30.163880883Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 8759149109648529, - "StableID": "nUCKXfz2QB21CNTRL", + "ID": 2496871003547081, + "StableID": "na78TuZqVL11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:cb40048d3bab1e0d8abbdba5d720c711c01ccb85c72647a8dd1653ade9d1f85f", + "Addresses": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "AllowedIPs": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "Endpoints": ["77.164.248.136:58649", "10.65.0.27:58649", "172.17.0.1:58649"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48964}, + {"Proto": "peerapi6", "Port": 48964} + ]}, + "Created": "2026-04-09T08:41:31.252658519Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2560820365470103, + "StableID": "nvWbahQozL11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "DiscoKey": "discokey:d35536e80d981664f36bcabcafcba06b69917813dd9efa0b0f72204b9e1e1c01", + "Addresses": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "AllowedIPs": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "Endpoints": ["77.164.248.136:35779", "10.65.0.27:35779", "172.17.0.1:35779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 47229}, + {"Proto": "peerapi6", "Port": 47229} + ]}, + "Created": "2026-04-09T08:41:25.892314555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2779956861424378, + "StableID": "nRr5Lfk3iN11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "DiscoKey": "discokey:fe5f2dac9506533e72f376452866af7245a4572d8d96c2b6c115332f8811fd54", + "Addresses": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "AllowedIPs": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "Endpoints": ["77.164.248.136:37790", "10.65.0.27:37790", "172.17.0.1:37790"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52803}, + {"Proto": "peerapi6", "Port": 52803} + ]}, + "Created": "2026-04-09T08:41:26.422183837Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2969518799794489, + "StableID": "niXWhxDuBQ11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:3682c3317963644a48e625ef6961d148743755184591aef4c714f79a96feff42", - "Addresses": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "AllowedIPs": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "Endpoints": ["77.164.248.136:46752", "10.65.0.27:46752", "172.17.0.1:46752"], - "HomeDERP": 14, + "Key": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:40e5d4a0d6eb0b0acdf457c452c230f5f6537bcb17775b8b10e10e3cdb905c57", + "Addresses": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "AllowedIPs": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "Endpoints": ["77.164.248.136:43069", "10.65.0.27:43069", "172.17.0.1:43069"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61334}, - {"Proto": "peerapi6", "Port": 61334} + {"Proto": "peerapi4", "Port": 46176}, + {"Proto": "peerapi6", "Port": 46176} ]}, - "Created": "2026-04-09T01:35:32.191311647Z", + "Created": "2026-04-09T08:41:31.782871501Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8883239137041688, - "StableID": "n1ZPKUdENC21CNTRL", + "ID": 3287573476120453, + "StableID": "nciTKsywfS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "KeyExpiry": "2026-10-06T08:41:32Z", + "DiscoKey": "discokey:4c1672724162898c6af4b9f0cbefe2ab731b7469bb4c65ed5d81f4d82aa8ae5f", + "Addresses": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "AllowedIPs": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "Endpoints": ["77.164.248.136:50393", "10.65.0.27:50393", "172.17.0.1:50393"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46203}, + {"Proto": "peerapi6", "Port": 46203} + ]}, + "Created": "2026-04-09T08:41:32.320325507Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3879616816557346, + "StableID": "nhNRxPx5JX11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "DiscoKey": "discokey:269573d0a4310cff8d179be702e5c05bd31a5c4f374896ce9618410b278b990d", + "Addresses": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "AllowedIPs": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "Endpoints": ["77.164.248.136:50033", "10.65.0.27:50033", "172.17.0.1:50033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 54073}, + {"Proto": "peerapi6", "Port": 54073} + ]}, + "Created": "2026-04-09T08:41:29.629472702Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5164042087255928, + "StableID": "nHdXpUdoKh11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "DiscoKey": "discokey:97e59a288a70ead0e474bbfad2244160c9be341ecc0a7c1c5f798a0611e07948", + "Addresses": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "AllowedIPs": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "Endpoints": ["77.164.248.136:52579", "10.65.0.27:52579", "172.17.0.1:52579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42434}, + {"Proto": "peerapi6", "Port": 42434} + ]}, + "Created": "2026-04-09T08:41:26.95559791Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5483197399280367, + "StableID": "n6Q8rGJMpj11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "DiscoKey": "discokey:e7bda0a65638ebc7745c2d2c287fde78b0922ed39161be8e77cb0d28d2ef0f10", - "Addresses": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "AllowedIPs": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "Endpoints": ["77.164.248.136:56133", "10.65.0.27:56133", "172.17.0.1:56133"], + "Key": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "DiscoKey": "discokey:b4d475395b9ae783eae7b614356371db04e472e2a001a7f97977c14d6f673048", + "Addresses": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "AllowedIPs": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "Endpoints": ["77.164.248.136:41155", "10.65.0.27:41155", "172.17.0.1:41155"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52880}, - {"Proto": "peerapi6", "Port": 52880} + {"Proto": "peerapi4", "Port": 41362}, + {"Proto": "peerapi6", "Port": 41362} ]}, - "Created": "2026-04-09T01:35:27.868197831Z", + "Created": "2026-04-09T08:41:27.486653177Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7256825350546947, + "StableID": "nz42QoVdfy11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "DiscoKey": "discokey:8741990547cdcc777280cdaac899d6904c014a6fc9e862f2e130860fe3f2f055", + "Addresses": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "AllowedIPs": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "Endpoints": ["77.164.248.136:41866", "10.65.0.27:41866", "172.17.0.1:41866"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 45795}, + {"Proto": "peerapi6", "Port": 45795} + ]}, + "Created": "2026-04-09T08:41:28.017082037Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7381798950001755, + "StableID": "nSAsRnLEez11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "DiscoKey": "discokey:a3398e8d598c755063abf929069b332b48c8f422b987c1fb4bdca250f0817435", + "Addresses": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "AllowedIPs": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "Endpoints": ["77.164.248.136:43857", "10.65.0.27:43857", "172.17.0.1:43857"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50423}, + {"Proto": "peerapi6", "Port": 50423} + ]}, + "Created": "2026-04-09T08:41:25.328099815Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8868511341837139, + "StableID": "nJvHVmkZFC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "DiscoKey": "discokey:5d25341b65be98e3d6e8b97812e9283e07ecd486254c135b80e3b3f3bc8c4930", + "Addresses": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "AllowedIPs": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 51872}, + {"Proto": "peerapi6", "Port": 51872} + ]}, + "Created": "2026-04-09T08:41:30.691079457Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6406,27 +6413,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "221571326618997": { - "ID": 221571326618997, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4540589449619545": { + "ID": 4540589449619545, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6457,22 +6466,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5397337110707973, - "StableID": "nnMKAqtT9j11CNTRL", + "ID": 2496871003547081, + "StableID": "na78TuZqVL11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "KeyExpiry": "2026-10-06T01:35:31Z", - "DiscoKey": "discokey:a9f11286ecbe7bb2c5006f4cf7de947d796a826c5742ca1f0df991f2b889ea76", - "Addresses": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "AllowedIPs": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "Endpoints": ["77.164.248.136:39842", "10.65.0.27:39842", "172.17.0.1:39842"], + "Key": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:cb40048d3bab1e0d8abbdba5d720c711c01ccb85c72647a8dd1653ade9d1f85f", + "Addresses": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "AllowedIPs": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "Endpoints": ["77.164.248.136:58649", "10.65.0.27:58649", "172.17.0.1:58649"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 63257}, - {"Proto": "peerapi6", "Port": 63257}, + {"Proto": "peerapi4", "Port": 48964}, + {"Proto": "peerapi6", "Port": 48964}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:31.644890074Z", + "Created": "2026-04-09T08:41:31.252658519Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6499,302 +6508,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "MachineKey": "mkey:b9be2f877cc7dc9e46a9573ade3ee347243dd8d5792677064ec816743334d955", + "NodeKey": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "MachineKey": "mkey:82217c6c40d392fa07a6095ce4c94ba21ed7f463575a659ca90a69acd50d9317", "Peers": [{ - "ID": 221571326618997, - "StableID": "nSj5QaJMj211CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "DiscoKey": "discokey:4ddd1cdf21434384c319f33334e39a98849ed6d37c023b814792f645988c3f04", - "Addresses": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "AllowedIPs": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "Endpoints": ["77.164.248.136:33876", "10.65.0.27:33876", "172.17.0.1:33876"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52224}, - {"Proto": "peerapi6", "Port": 52224} - ]}, - "Created": "2026-04-09T01:35:28.955220483Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 726518199701766, - "StableID": "n1NrTGQ3g611CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "DiscoKey": "discokey:e818a2d6d78bd2280b5c26298d159c9b191113a4fa365d59e72abeaddea32356", - "Addresses": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "AllowedIPs": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "Endpoints": ["77.164.248.136:50612", "10.65.0.27:50612", "172.17.0.1:50612"], - "HomeDERP": 18, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 52706}, - {"Proto": "peerapi6", "Port": 52706} - ]}, - "Created": "2026-04-09T01:35:26.763295289Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 851297888053716, - "StableID": "nbLcEp9Ze711CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "DiscoKey": "discokey:4af16413239394505d66c8ab6c102e971a425febc06fe6cf0930a066b9ff8364", - "Addresses": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "AllowedIPs": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "Endpoints": ["77.164.248.136:41522", "10.65.0.27:41522", "172.17.0.1:41522"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37291}, - {"Proto": "peerapi6", "Port": 37291} - ]}, - "Created": "2026-04-09T01:35:28.423434497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3333557744778989, - "StableID": "nE36gjum2T11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:a7431171da7b89d3833d1393eb603f8318857a4a0748881034b066748df78b5f", - "Addresses": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "AllowedIPs": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "Endpoints": ["77.164.248.136:51334", "10.65.0.27:51334", "172.17.0.1:51334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59453}, - {"Proto": "peerapi6", "Port": 59453} - ]}, - "Created": "2026-04-09T01:35:32.734207399Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4303923262765338, - "StableID": "n7RzdRmFca11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "DiscoKey": "discokey:b1d15590a34400737925e144c1a32e9a496c3fa1eef7dbf7f0d434b766694447", - "Addresses": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "AllowedIPs": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "Endpoints": ["77.164.248.136:46668", "10.65.0.27:46668", "172.17.0.1:46668"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36675}, - {"Proto": "peerapi6", "Port": 36675} - ]}, - "Created": "2026-04-09T01:35:30.574924408Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689519856522506, - "StableID": "nPqSDcjtcd11CNTRL", + "ID": 241415182851795, + "StableID": "n4BE2vZLt211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "DiscoKey": "discokey:ec43b18a6799df44abe8aff0fed7deb32fbe89fc6375001a3761a42d35fec856", - "Addresses": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "AllowedIPs": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "Endpoints": ["77.164.248.136:49991", "10.65.0.27:49991", "172.17.0.1:49991"], + "Key": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "DiscoKey": "discokey:a2ace64483d317388ab5b64a8153b790365f710dc9166af011a485ac8d89b33d", + "Addresses": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "AllowedIPs": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "Endpoints": ["77.164.248.136:41000", "10.65.0.27:41000", "172.17.0.1:41000"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56330}, - {"Proto": "peerapi6", "Port": 56330} + {"Proto": "peerapi4", "Port": 37460}, + {"Proto": "peerapi6", "Port": 37460} ]}, - "Created": "2026-04-09T01:35:25.151821436Z", + "Created": "2026-04-09T08:41:24.787479488Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5429802583933363, - "StableID": "naAhryhAQj11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "DiscoKey": "discokey:3574bd3927c9df84ce6644f04b6bc01deee900272389b7987ba14f973e7a6772", - "Addresses": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "AllowedIPs": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "Endpoints": ["77.164.248.136:52662", "10.65.0.27:52662", "172.17.0.1:52662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44329}, - {"Proto": "peerapi6", "Port": 44329} - ]}, - "Created": "2026-04-09T01:35:26.226346584Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5555653413673303, - "StableID": "nWn3jUbAPk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "DiscoKey": "discokey:929f75afd962166dc93de426a275100067f021e0f5a22c5b22f128e838ca9825", - "Addresses": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "AllowedIPs": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "Endpoints": ["77.164.248.136:33657", "10.65.0.27:33657", "172.17.0.1:33657"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 59151}, - {"Proto": "peerapi6", "Port": 59151} - ]}, - "Created": "2026-04-09T01:35:30.027743769Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6569680327645961, - "StableID": "nWhxjzMRJt11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "DiscoKey": "discokey:e8ffe6b8ee0879cb609e3572e2a50c06296fb75f243d47823dbf69b943f33c1f", - "Addresses": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "AllowedIPs": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "Endpoints": ["77.164.248.136:37164", "10.65.0.27:37164", "172.17.0.1:37164"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55897}, - {"Proto": "peerapi6", "Port": 55897} - ]}, - "Created": "2026-04-09T01:35:27.320762908Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7173319056365738, - "StableID": "nXbm8pvo1y11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "DiscoKey": "discokey:633005b53eb8a874eaa1a4bbba153b5b27f5b1f3951d44f78b4d5a7a3dce7d37", - "Addresses": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "AllowedIPs": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "Endpoints": ["77.164.248.136:59692", "10.65.0.27:59692", "172.17.0.1:59692"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54599}, - {"Proto": "peerapi6", "Port": 54599} - ]}, - "Created": "2026-04-09T01:35:25.693744599Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7408793859616910, - "StableID": "noDo9CTTrz11CNTRL", + "ID": 1489621078190782, + "StableID": "n77JiYpedC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "DiscoKey": "discokey:ff6513febbfacc0ad98e9c628f99c60982eef3940612a3375b20f8f908b8ca49", - "Addresses": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "AllowedIPs": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "Endpoints": ["77.164.248.136:58027", "10.65.0.27:58027", "172.17.0.1:58027"], + "Key": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "DiscoKey": "discokey:9ecfc3c9d31737190b333235a4f468dbd8b1983e7fa3fc925fd3eaab8f054700", + "Addresses": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "AllowedIPs": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "Endpoints": ["77.164.248.136:43342", "10.65.0.27:43342", "172.17.0.1:43342"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 33523}, - {"Proto": "peerapi6", "Port": 33523} + {"Proto": "peerapi4", "Port": 43957}, + {"Proto": "peerapi6", "Port": 43957} ]}, - "Created": "2026-04-09T01:35:29.492812968Z", + "Created": "2026-04-09T08:41:29.082255415Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8142402627286186, - "StableID": "nRespN7ia621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1980448481200795, + "StableID": "nE4HZM2xTG11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "DiscoKey": "discokey:d6a8da2412b0443e3637b8fc911c1369786e9a1ecd1f722fbd9130eb9f49125f", - "Addresses": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "AllowedIPs": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "Endpoints": ["77.164.248.136:51735", "10.65.0.27:51735", "172.17.0.1:51735"], + "Key": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "DiscoKey": "discokey:a41d50476671358ed5dc82a7a7695a15cf9f318f3d154a13838fcce042502d42", + "Addresses": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "AllowedIPs": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "Endpoints": ["77.164.248.136:55538", "10.65.0.27:55538", "172.17.0.1:55538"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57188}, - {"Proto": "peerapi6", "Port": 57188} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42845}, + {"Proto": "peerapi6", "Port": 42845} ]}, - "Created": "2026-04-09T01:35:31.114840488Z", + "Created": "2026-04-09T08:41:30.163880883Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 8759149109648529, - "StableID": "nUCKXfz2QB21CNTRL", + "ID": 2560820365470103, + "StableID": "nvWbahQozL11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "DiscoKey": "discokey:d35536e80d981664f36bcabcafcba06b69917813dd9efa0b0f72204b9e1e1c01", + "Addresses": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "AllowedIPs": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "Endpoints": ["77.164.248.136:35779", "10.65.0.27:35779", "172.17.0.1:35779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 47229}, + {"Proto": "peerapi6", "Port": 47229} + ]}, + "Created": "2026-04-09T08:41:25.892314555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2779956861424378, + "StableID": "nRr5Lfk3iN11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "DiscoKey": "discokey:fe5f2dac9506533e72f376452866af7245a4572d8d96c2b6c115332f8811fd54", + "Addresses": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "AllowedIPs": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "Endpoints": ["77.164.248.136:37790", "10.65.0.27:37790", "172.17.0.1:37790"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52803}, + {"Proto": "peerapi6", "Port": 52803} + ]}, + "Created": "2026-04-09T08:41:26.422183837Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2969518799794489, + "StableID": "niXWhxDuBQ11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:3682c3317963644a48e625ef6961d148743755184591aef4c714f79a96feff42", - "Addresses": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "AllowedIPs": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "Endpoints": ["77.164.248.136:46752", "10.65.0.27:46752", "172.17.0.1:46752"], - "HomeDERP": 14, + "Key": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:40e5d4a0d6eb0b0acdf457c452c230f5f6537bcb17775b8b10e10e3cdb905c57", + "Addresses": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "AllowedIPs": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "Endpoints": ["77.164.248.136:43069", "10.65.0.27:43069", "172.17.0.1:43069"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61334}, - {"Proto": "peerapi6", "Port": 61334} + {"Proto": "peerapi4", "Port": 46176}, + {"Proto": "peerapi6", "Port": 46176} ]}, - "Created": "2026-04-09T01:35:32.191311647Z", + "Created": "2026-04-09T08:41:31.782871501Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8883239137041688, - "StableID": "n1ZPKUdENC21CNTRL", + "ID": 3287573476120453, + "StableID": "nciTKsywfS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "KeyExpiry": "2026-10-06T08:41:32Z", + "DiscoKey": "discokey:4c1672724162898c6af4b9f0cbefe2ab731b7469bb4c65ed5d81f4d82aa8ae5f", + "Addresses": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "AllowedIPs": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "Endpoints": ["77.164.248.136:50393", "10.65.0.27:50393", "172.17.0.1:50393"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46203}, + {"Proto": "peerapi6", "Port": 46203} + ]}, + "Created": "2026-04-09T08:41:32.320325507Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3879616816557346, + "StableID": "nhNRxPx5JX11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "DiscoKey": "discokey:269573d0a4310cff8d179be702e5c05bd31a5c4f374896ce9618410b278b990d", + "Addresses": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "AllowedIPs": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "Endpoints": ["77.164.248.136:50033", "10.65.0.27:50033", "172.17.0.1:50033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 54073}, + {"Proto": "peerapi6", "Port": 54073} + ]}, + "Created": "2026-04-09T08:41:29.629472702Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4540589449619545, + "StableID": "nS3Q9xaSTc11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "DiscoKey": "discokey:3f963f11b3a47b17aec2b22bf358af05020a874436ae69d2a542bc2f00ea243d", + "Addresses": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "AllowedIPs": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "Endpoints": ["77.164.248.136:48290", "10.65.0.27:48290", "172.17.0.1:48290"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62893}, + {"Proto": "peerapi6", "Port": 62893} + ]}, + "Created": "2026-04-09T08:41:28.546769308Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5164042087255928, + "StableID": "nHdXpUdoKh11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "DiscoKey": "discokey:97e59a288a70ead0e474bbfad2244160c9be341ecc0a7c1c5f798a0611e07948", + "Addresses": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "AllowedIPs": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "Endpoints": ["77.164.248.136:52579", "10.65.0.27:52579", "172.17.0.1:52579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42434}, + {"Proto": "peerapi6", "Port": 42434} + ]}, + "Created": "2026-04-09T08:41:26.95559791Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5483197399280367, + "StableID": "n6Q8rGJMpj11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "DiscoKey": "discokey:e7bda0a65638ebc7745c2d2c287fde78b0922ed39161be8e77cb0d28d2ef0f10", - "Addresses": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "AllowedIPs": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "Endpoints": ["77.164.248.136:56133", "10.65.0.27:56133", "172.17.0.1:56133"], + "Key": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "DiscoKey": "discokey:b4d475395b9ae783eae7b614356371db04e472e2a001a7f97977c14d6f673048", + "Addresses": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "AllowedIPs": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "Endpoints": ["77.164.248.136:41155", "10.65.0.27:41155", "172.17.0.1:41155"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52880}, - {"Proto": "peerapi6", "Port": 52880} + {"Proto": "peerapi4", "Port": 41362}, + {"Proto": "peerapi6", "Port": 41362} ]}, - "Created": "2026-04-09T01:35:27.868197831Z", + "Created": "2026-04-09T08:41:27.486653177Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7256825350546947, + "StableID": "nz42QoVdfy11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "DiscoKey": "discokey:8741990547cdcc777280cdaac899d6904c014a6fc9e862f2e130860fe3f2f055", + "Addresses": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "AllowedIPs": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "Endpoints": ["77.164.248.136:41866", "10.65.0.27:41866", "172.17.0.1:41866"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 45795}, + {"Proto": "peerapi6", "Port": 45795} + ]}, + "Created": "2026-04-09T08:41:28.017082037Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7381798950001755, + "StableID": "nSAsRnLEez11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "DiscoKey": "discokey:a3398e8d598c755063abf929069b332b48c8f422b987c1fb4bdca250f0817435", + "Addresses": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "AllowedIPs": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "Endpoints": ["77.164.248.136:43857", "10.65.0.27:43857", "172.17.0.1:43857"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50423}, + {"Proto": "peerapi6", "Port": 50423} + ]}, + "Created": "2026-04-09T08:41:25.328099815Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8868511341837139, + "StableID": "nJvHVmkZFC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "DiscoKey": "discokey:5d25341b65be98e3d6e8b97812e9283e07ecd486254c135b80e3b3f3bc8c4930", + "Addresses": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "AllowedIPs": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 51872}, + {"Proto": "peerapi6", "Port": 51872} + ]}, + "Created": "2026-04-09T08:41:30.691079457Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6822,7 +6831,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.76.12.7"}, {"nodeIP": "fd7a:115c:a1e0::ef37:c07"}], + "principals": [{"nodeIP": "100.119.150.69"}, {"nodeIP": "fd7a:115c:a1e0::3837:9645"}], "sshUsers": {"root": ""}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -7648,26 +7657,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.76.12.7"}, {"nodeIP": "fd7a:115c:a1e0::ef37:c07"}], + "principals": [{"nodeIP": "100.119.150.69"}, {"nodeIP": "fd7a:115c:a1e0::3837:9645"}], "sshUsers": {"root": ""}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -7701,21 +7711,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4303923262765338, - "StableID": "n7RzdRmFca11CNTRL", + "ID": 1980448481200795, + "StableID": "nE4HZM2xTG11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 4303923262765338, - "Key": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "DiscoKey": "discokey:b1d15590a34400737925e144c1a32e9a496c3fa1eef7dbf7f0d434b766694447", - "Addresses": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "AllowedIPs": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "Endpoints": ["77.164.248.136:46668", "10.65.0.27:46668", "172.17.0.1:46668"], + "User": 1980448481200795, + "Key": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "DiscoKey": "discokey:a41d50476671358ed5dc82a7a7695a15cf9f318f3d154a13838fcce042502d42", + "Addresses": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "AllowedIPs": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "Endpoints": ["77.164.248.136:55538", "10.65.0.27:55538", "172.17.0.1:55538"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 36675}, - {"Proto": "peerapi6", "Port": 36675}, + {"Proto": "peerapi4", "Port": 42845}, + {"Proto": "peerapi6", "Port": 42845}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:30.574924408Z", + "Created": "2026-04-09T08:41:30.163880883Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7743,300 +7753,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "MachineKey": "mkey:102e2b8afc8fe1b42bfdb9e02950ce502fd6be0a5c7370c2eb0cd545f77b0953", + "NodeKey": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "MachineKey": "mkey:a74b1e8b7ae9c2f07e160eccfccc38259d7d6e8b5c2fe338c3b8d3f917f72222", "Peers": [{ - "ID": 221571326618997, - "StableID": "nSj5QaJMj211CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "DiscoKey": "discokey:4ddd1cdf21434384c319f33334e39a98849ed6d37c023b814792f645988c3f04", - "Addresses": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "AllowedIPs": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "Endpoints": ["77.164.248.136:33876", "10.65.0.27:33876", "172.17.0.1:33876"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52224}, - {"Proto": "peerapi6", "Port": 52224} - ]}, - "Created": "2026-04-09T01:35:28.955220483Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 726518199701766, - "StableID": "n1NrTGQ3g611CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "DiscoKey": "discokey:e818a2d6d78bd2280b5c26298d159c9b191113a4fa365d59e72abeaddea32356", - "Addresses": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "AllowedIPs": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "Endpoints": ["77.164.248.136:50612", "10.65.0.27:50612", "172.17.0.1:50612"], - "HomeDERP": 18, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 52706}, - {"Proto": "peerapi6", "Port": 52706} - ]}, - "Created": "2026-04-09T01:35:26.763295289Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 851297888053716, - "StableID": "nbLcEp9Ze711CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "DiscoKey": "discokey:4af16413239394505d66c8ab6c102e971a425febc06fe6cf0930a066b9ff8364", - "Addresses": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "AllowedIPs": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "Endpoints": ["77.164.248.136:41522", "10.65.0.27:41522", "172.17.0.1:41522"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37291}, - {"Proto": "peerapi6", "Port": 37291} - ]}, - "Created": "2026-04-09T01:35:28.423434497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3333557744778989, - "StableID": "nE36gjum2T11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:a7431171da7b89d3833d1393eb603f8318857a4a0748881034b066748df78b5f", - "Addresses": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "AllowedIPs": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59453}, - {"Proto": "peerapi6", "Port": 59453} - ]}, - "Created": "2026-04-09T01:35:32.734207399Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4689519856522506, - "StableID": "nPqSDcjtcd11CNTRL", + "ID": 241415182851795, + "StableID": "n4BE2vZLt211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "DiscoKey": "discokey:ec43b18a6799df44abe8aff0fed7deb32fbe89fc6375001a3761a42d35fec856", - "Addresses": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "AllowedIPs": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "Endpoints": ["77.164.248.136:49991", "10.65.0.27:49991", "172.17.0.1:49991"], + "Key": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "DiscoKey": "discokey:a2ace64483d317388ab5b64a8153b790365f710dc9166af011a485ac8d89b33d", + "Addresses": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "AllowedIPs": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "Endpoints": ["77.164.248.136:41000", "10.65.0.27:41000", "172.17.0.1:41000"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56330}, - {"Proto": "peerapi6", "Port": 56330} + {"Proto": "peerapi4", "Port": 37460}, + {"Proto": "peerapi6", "Port": 37460} ]}, - "Created": "2026-04-09T01:35:25.151821436Z", + "Created": "2026-04-09T08:41:24.787479488Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5397337110707973, - "StableID": "nnMKAqtT9j11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "KeyExpiry": "2026-10-06T01:35:31Z", - "DiscoKey": "discokey:a9f11286ecbe7bb2c5006f4cf7de947d796a826c5742ca1f0df991f2b889ea76", - "Addresses": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "AllowedIPs": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "Endpoints": ["77.164.248.136:39842", "10.65.0.27:39842", "172.17.0.1:39842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 63257}, - {"Proto": "peerapi6", "Port": 63257} - ]}, - "Created": "2026-04-09T01:35:31.644890074Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5429802583933363, - "StableID": "naAhryhAQj11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "DiscoKey": "discokey:3574bd3927c9df84ce6644f04b6bc01deee900272389b7987ba14f973e7a6772", - "Addresses": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "AllowedIPs": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "Endpoints": ["77.164.248.136:52662", "10.65.0.27:52662", "172.17.0.1:52662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44329}, - {"Proto": "peerapi6", "Port": 44329} - ]}, - "Created": "2026-04-09T01:35:26.226346584Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5555653413673303, - "StableID": "nWn3jUbAPk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "DiscoKey": "discokey:929f75afd962166dc93de426a275100067f021e0f5a22c5b22f128e838ca9825", - "Addresses": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "AllowedIPs": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "Endpoints": ["77.164.248.136:33657", "10.65.0.27:33657", "172.17.0.1:33657"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 59151}, - {"Proto": "peerapi6", "Port": 59151} - ]}, - "Created": "2026-04-09T01:35:30.027743769Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6569680327645961, - "StableID": "nWhxjzMRJt11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "DiscoKey": "discokey:e8ffe6b8ee0879cb609e3572e2a50c06296fb75f243d47823dbf69b943f33c1f", - "Addresses": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "AllowedIPs": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "Endpoints": ["77.164.248.136:37164", "10.65.0.27:37164", "172.17.0.1:37164"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55897}, - {"Proto": "peerapi6", "Port": 55897} - ]}, - "Created": "2026-04-09T01:35:27.320762908Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7173319056365738, - "StableID": "nXbm8pvo1y11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "DiscoKey": "discokey:633005b53eb8a874eaa1a4bbba153b5b27f5b1f3951d44f78b4d5a7a3dce7d37", - "Addresses": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "AllowedIPs": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "Endpoints": ["77.164.248.136:59692", "10.65.0.27:59692", "172.17.0.1:59692"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54599}, - {"Proto": "peerapi6", "Port": 54599} - ]}, - "Created": "2026-04-09T01:35:25.693744599Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7408793859616910, - "StableID": "noDo9CTTrz11CNTRL", + "ID": 1489621078190782, + "StableID": "n77JiYpedC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "DiscoKey": "discokey:ff6513febbfacc0ad98e9c628f99c60982eef3940612a3375b20f8f908b8ca49", - "Addresses": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "AllowedIPs": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "Endpoints": ["77.164.248.136:58027", "10.65.0.27:58027", "172.17.0.1:58027"], + "Key": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "DiscoKey": "discokey:9ecfc3c9d31737190b333235a4f468dbd8b1983e7fa3fc925fd3eaab8f054700", + "Addresses": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "AllowedIPs": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "Endpoints": ["77.164.248.136:43342", "10.65.0.27:43342", "172.17.0.1:43342"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 33523}, - {"Proto": "peerapi6", "Port": 33523} + {"Proto": "peerapi4", "Port": 43957}, + {"Proto": "peerapi6", "Port": 43957} ]}, - "Created": "2026-04-09T01:35:29.492812968Z", + "Created": "2026-04-09T08:41:29.082255415Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8142402627286186, - "StableID": "nRespN7ia621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "DiscoKey": "discokey:d6a8da2412b0443e3637b8fc911c1369786e9a1ecd1f722fbd9130eb9f49125f", - "Addresses": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "AllowedIPs": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "Endpoints": ["77.164.248.136:51735", "10.65.0.27:51735", "172.17.0.1:51735"], + "ID": 2496871003547081, + "StableID": "na78TuZqVL11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:cb40048d3bab1e0d8abbdba5d720c711c01ccb85c72647a8dd1653ade9d1f85f", + "Addresses": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "AllowedIPs": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "Endpoints": ["77.164.248.136:58649", "10.65.0.27:58649", "172.17.0.1:58649"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57188}, - {"Proto": "peerapi6", "Port": 57188} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48964}, + {"Proto": "peerapi6", "Port": 48964} ]}, - "Created": "2026-04-09T01:35:31.114840488Z", + "Created": "2026-04-09T08:41:31.252658519Z", "Cap": 131, - "Tags": ["tag:server"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 8759149109648529, - "StableID": "nUCKXfz2QB21CNTRL", + "ID": 2560820365470103, + "StableID": "nvWbahQozL11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "DiscoKey": "discokey:d35536e80d981664f36bcabcafcba06b69917813dd9efa0b0f72204b9e1e1c01", + "Addresses": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "AllowedIPs": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "Endpoints": ["77.164.248.136:35779", "10.65.0.27:35779", "172.17.0.1:35779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 47229}, + {"Proto": "peerapi6", "Port": 47229} + ]}, + "Created": "2026-04-09T08:41:25.892314555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2779956861424378, + "StableID": "nRr5Lfk3iN11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "DiscoKey": "discokey:fe5f2dac9506533e72f376452866af7245a4572d8d96c2b6c115332f8811fd54", + "Addresses": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "AllowedIPs": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "Endpoints": ["77.164.248.136:37790", "10.65.0.27:37790", "172.17.0.1:37790"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52803}, + {"Proto": "peerapi6", "Port": 52803} + ]}, + "Created": "2026-04-09T08:41:26.422183837Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2969518799794489, + "StableID": "niXWhxDuBQ11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:3682c3317963644a48e625ef6961d148743755184591aef4c714f79a96feff42", - "Addresses": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "AllowedIPs": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "Endpoints": ["77.164.248.136:46752", "10.65.0.27:46752", "172.17.0.1:46752"], - "HomeDERP": 14, + "Key": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:40e5d4a0d6eb0b0acdf457c452c230f5f6537bcb17775b8b10e10e3cdb905c57", + "Addresses": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "AllowedIPs": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "Endpoints": ["77.164.248.136:43069", "10.65.0.27:43069", "172.17.0.1:43069"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61334}, - {"Proto": "peerapi6", "Port": 61334} + {"Proto": "peerapi4", "Port": 46176}, + {"Proto": "peerapi6", "Port": 46176} ]}, - "Created": "2026-04-09T01:35:32.191311647Z", + "Created": "2026-04-09T08:41:31.782871501Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8883239137041688, - "StableID": "n1ZPKUdENC21CNTRL", + "ID": 3287573476120453, + "StableID": "nciTKsywfS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "KeyExpiry": "2026-10-06T08:41:32Z", + "DiscoKey": "discokey:4c1672724162898c6af4b9f0cbefe2ab731b7469bb4c65ed5d81f4d82aa8ae5f", + "Addresses": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "AllowedIPs": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46203}, + {"Proto": "peerapi6", "Port": 46203} + ]}, + "Created": "2026-04-09T08:41:32.320325507Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3879616816557346, + "StableID": "nhNRxPx5JX11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "DiscoKey": "discokey:269573d0a4310cff8d179be702e5c05bd31a5c4f374896ce9618410b278b990d", + "Addresses": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "AllowedIPs": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "Endpoints": ["77.164.248.136:50033", "10.65.0.27:50033", "172.17.0.1:50033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 54073}, + {"Proto": "peerapi6", "Port": 54073} + ]}, + "Created": "2026-04-09T08:41:29.629472702Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4540589449619545, + "StableID": "nS3Q9xaSTc11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "DiscoKey": "discokey:3f963f11b3a47b17aec2b22bf358af05020a874436ae69d2a542bc2f00ea243d", + "Addresses": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "AllowedIPs": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "Endpoints": ["77.164.248.136:48290", "10.65.0.27:48290", "172.17.0.1:48290"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62893}, + {"Proto": "peerapi6", "Port": 62893} + ]}, + "Created": "2026-04-09T08:41:28.546769308Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5164042087255928, + "StableID": "nHdXpUdoKh11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "DiscoKey": "discokey:97e59a288a70ead0e474bbfad2244160c9be341ecc0a7c1c5f798a0611e07948", + "Addresses": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "AllowedIPs": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "Endpoints": ["77.164.248.136:52579", "10.65.0.27:52579", "172.17.0.1:52579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42434}, + {"Proto": "peerapi6", "Port": 42434} + ]}, + "Created": "2026-04-09T08:41:26.95559791Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5483197399280367, + "StableID": "n6Q8rGJMpj11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "DiscoKey": "discokey:e7bda0a65638ebc7745c2d2c287fde78b0922ed39161be8e77cb0d28d2ef0f10", - "Addresses": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "AllowedIPs": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "Endpoints": ["77.164.248.136:56133", "10.65.0.27:56133", "172.17.0.1:56133"], + "Key": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "DiscoKey": "discokey:b4d475395b9ae783eae7b614356371db04e472e2a001a7f97977c14d6f673048", + "Addresses": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "AllowedIPs": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "Endpoints": ["77.164.248.136:41155", "10.65.0.27:41155", "172.17.0.1:41155"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52880}, - {"Proto": "peerapi6", "Port": 52880} + {"Proto": "peerapi4", "Port": 41362}, + {"Proto": "peerapi6", "Port": 41362} ]}, - "Created": "2026-04-09T01:35:27.868197831Z", + "Created": "2026-04-09T08:41:27.486653177Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7256825350546947, + "StableID": "nz42QoVdfy11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "DiscoKey": "discokey:8741990547cdcc777280cdaac899d6904c014a6fc9e862f2e130860fe3f2f055", + "Addresses": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "AllowedIPs": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "Endpoints": ["77.164.248.136:41866", "10.65.0.27:41866", "172.17.0.1:41866"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 45795}, + {"Proto": "peerapi6", "Port": 45795} + ]}, + "Created": "2026-04-09T08:41:28.017082037Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7381798950001755, + "StableID": "nSAsRnLEez11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "DiscoKey": "discokey:a3398e8d598c755063abf929069b332b48c8f422b987c1fb4bdca250f0817435", + "Addresses": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "AllowedIPs": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "Endpoints": ["77.164.248.136:43857", "10.65.0.27:43857", "172.17.0.1:43857"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50423}, + {"Proto": "peerapi6", "Port": 50423} + ]}, + "Created": "2026-04-09T08:41:25.328099815Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8868511341837139, + "StableID": "nJvHVmkZFC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "DiscoKey": "discokey:5d25341b65be98e3d6e8b97812e9283e07ecd486254c135b80e3b3f3bc8c4930", + "Addresses": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "AllowedIPs": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 51872}, + {"Proto": "peerapi6", "Port": 51872} + ]}, + "Created": "2026-04-09T08:41:30.691079457Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8884,27 +8894,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4303923262765338": { - "ID": 4303923262765338, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1980448481200795": { + "ID": 1980448481200795, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8935,26 +8947,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7173319056365738, - "StableID": "nXbm8pvo1y11CNTRL", + "ID": 7381798950001755, + "StableID": "nSAsRnLEez11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 7173319056365738, - "Key": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "DiscoKey": "discokey:633005b53eb8a874eaa1a4bbba153b5b27f5b1f3951d44f78b4d5a7a3dce7d37", - "Addresses": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "AllowedIPs": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "Endpoints": ["77.164.248.136:59692", "10.65.0.27:59692", "172.17.0.1:59692"], + "User": 7381798950001755, + "Key": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "DiscoKey": "discokey:a3398e8d598c755063abf929069b332b48c8f422b987c1fb4bdca250f0817435", + "Addresses": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "AllowedIPs": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "Endpoints": ["77.164.248.136:43857", "10.65.0.27:43857", "172.17.0.1:43857"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 54599}, - {"Proto": "peerapi6", "Port": 54599}, + {"Proto": "peerapi4", "Port": 50423}, + {"Proto": "peerapi6", "Port": 50423}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:25.693744599Z", + "Created": "2026-04-09T08:41:25.328099815Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8982,302 +8994,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "MachineKey": "mkey:ecdbfd141139fa09c3b2a18c1433b923eb53632d3c7ce113081a332272ad0513", + "NodeKey": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "MachineKey": "mkey:769ebed6dc2699c4d25476f9aba084e1a8fbad1e51849c945d71dac7fc21f52c", "Peers": [{ - "ID": 221571326618997, - "StableID": "nSj5QaJMj211CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "DiscoKey": "discokey:4ddd1cdf21434384c319f33334e39a98849ed6d37c023b814792f645988c3f04", - "Addresses": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "AllowedIPs": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "Endpoints": ["77.164.248.136:33876", "10.65.0.27:33876", "172.17.0.1:33876"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52224}, - {"Proto": "peerapi6", "Port": 52224} - ]}, - "Created": "2026-04-09T01:35:28.955220483Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 726518199701766, - "StableID": "n1NrTGQ3g611CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "DiscoKey": "discokey:e818a2d6d78bd2280b5c26298d159c9b191113a4fa365d59e72abeaddea32356", - "Addresses": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "AllowedIPs": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "Endpoints": ["77.164.248.136:50612", "10.65.0.27:50612", "172.17.0.1:50612"], - "HomeDERP": 18, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 52706}, - {"Proto": "peerapi6", "Port": 52706} - ]}, - "Created": "2026-04-09T01:35:26.763295289Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 851297888053716, - "StableID": "nbLcEp9Ze711CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "DiscoKey": "discokey:4af16413239394505d66c8ab6c102e971a425febc06fe6cf0930a066b9ff8364", - "Addresses": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "AllowedIPs": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "Endpoints": ["77.164.248.136:41522", "10.65.0.27:41522", "172.17.0.1:41522"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37291}, - {"Proto": "peerapi6", "Port": 37291} - ]}, - "Created": "2026-04-09T01:35:28.423434497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3333557744778989, - "StableID": "nE36gjum2T11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:a7431171da7b89d3833d1393eb603f8318857a4a0748881034b066748df78b5f", - "Addresses": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "AllowedIPs": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "Endpoints": ["77.164.248.136:51334", "10.65.0.27:51334", "172.17.0.1:51334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59453}, - {"Proto": "peerapi6", "Port": 59453} - ]}, - "Created": "2026-04-09T01:35:32.734207399Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4303923262765338, - "StableID": "n7RzdRmFca11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "DiscoKey": "discokey:b1d15590a34400737925e144c1a32e9a496c3fa1eef7dbf7f0d434b766694447", - "Addresses": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "AllowedIPs": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "Endpoints": ["77.164.248.136:46668", "10.65.0.27:46668", "172.17.0.1:46668"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36675}, - {"Proto": "peerapi6", "Port": 36675} - ]}, - "Created": "2026-04-09T01:35:30.574924408Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689519856522506, - "StableID": "nPqSDcjtcd11CNTRL", + "ID": 241415182851795, + "StableID": "n4BE2vZLt211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "DiscoKey": "discokey:ec43b18a6799df44abe8aff0fed7deb32fbe89fc6375001a3761a42d35fec856", - "Addresses": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "AllowedIPs": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "Endpoints": ["77.164.248.136:49991", "10.65.0.27:49991", "172.17.0.1:49991"], + "Key": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "DiscoKey": "discokey:a2ace64483d317388ab5b64a8153b790365f710dc9166af011a485ac8d89b33d", + "Addresses": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "AllowedIPs": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "Endpoints": ["77.164.248.136:41000", "10.65.0.27:41000", "172.17.0.1:41000"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56330}, - {"Proto": "peerapi6", "Port": 56330} + {"Proto": "peerapi4", "Port": 37460}, + {"Proto": "peerapi6", "Port": 37460} ]}, - "Created": "2026-04-09T01:35:25.151821436Z", + "Created": "2026-04-09T08:41:24.787479488Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5397337110707973, - "StableID": "nnMKAqtT9j11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "KeyExpiry": "2026-10-06T01:35:31Z", - "DiscoKey": "discokey:a9f11286ecbe7bb2c5006f4cf7de947d796a826c5742ca1f0df991f2b889ea76", - "Addresses": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "AllowedIPs": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "Endpoints": ["77.164.248.136:39842", "10.65.0.27:39842", "172.17.0.1:39842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 63257}, - {"Proto": "peerapi6", "Port": 63257} - ]}, - "Created": "2026-04-09T01:35:31.644890074Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5429802583933363, - "StableID": "naAhryhAQj11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "DiscoKey": "discokey:3574bd3927c9df84ce6644f04b6bc01deee900272389b7987ba14f973e7a6772", - "Addresses": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "AllowedIPs": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "Endpoints": ["77.164.248.136:52662", "10.65.0.27:52662", "172.17.0.1:52662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44329}, - {"Proto": "peerapi6", "Port": 44329} - ]}, - "Created": "2026-04-09T01:35:26.226346584Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5555653413673303, - "StableID": "nWn3jUbAPk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "DiscoKey": "discokey:929f75afd962166dc93de426a275100067f021e0f5a22c5b22f128e838ca9825", - "Addresses": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "AllowedIPs": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "Endpoints": ["77.164.248.136:33657", "10.65.0.27:33657", "172.17.0.1:33657"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 59151}, - {"Proto": "peerapi6", "Port": 59151} - ]}, - "Created": "2026-04-09T01:35:30.027743769Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6569680327645961, - "StableID": "nWhxjzMRJt11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "DiscoKey": "discokey:e8ffe6b8ee0879cb609e3572e2a50c06296fb75f243d47823dbf69b943f33c1f", - "Addresses": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "AllowedIPs": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "Endpoints": ["77.164.248.136:37164", "10.65.0.27:37164", "172.17.0.1:37164"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55897}, - {"Proto": "peerapi6", "Port": 55897} - ]}, - "Created": "2026-04-09T01:35:27.320762908Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7408793859616910, - "StableID": "noDo9CTTrz11CNTRL", + "ID": 1489621078190782, + "StableID": "n77JiYpedC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "DiscoKey": "discokey:ff6513febbfacc0ad98e9c628f99c60982eef3940612a3375b20f8f908b8ca49", - "Addresses": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "AllowedIPs": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "Endpoints": ["77.164.248.136:58027", "10.65.0.27:58027", "172.17.0.1:58027"], + "Key": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "DiscoKey": "discokey:9ecfc3c9d31737190b333235a4f468dbd8b1983e7fa3fc925fd3eaab8f054700", + "Addresses": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "AllowedIPs": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "Endpoints": ["77.164.248.136:43342", "10.65.0.27:43342", "172.17.0.1:43342"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 33523}, - {"Proto": "peerapi6", "Port": 33523} + {"Proto": "peerapi4", "Port": 43957}, + {"Proto": "peerapi6", "Port": 43957} ]}, - "Created": "2026-04-09T01:35:29.492812968Z", + "Created": "2026-04-09T08:41:29.082255415Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8142402627286186, - "StableID": "nRespN7ia621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1980448481200795, + "StableID": "nE4HZM2xTG11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "DiscoKey": "discokey:d6a8da2412b0443e3637b8fc911c1369786e9a1ecd1f722fbd9130eb9f49125f", - "Addresses": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "AllowedIPs": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "Endpoints": ["77.164.248.136:51735", "10.65.0.27:51735", "172.17.0.1:51735"], + "Key": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "DiscoKey": "discokey:a41d50476671358ed5dc82a7a7695a15cf9f318f3d154a13838fcce042502d42", + "Addresses": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "AllowedIPs": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "Endpoints": ["77.164.248.136:55538", "10.65.0.27:55538", "172.17.0.1:55538"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57188}, - {"Proto": "peerapi6", "Port": 57188} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42845}, + {"Proto": "peerapi6", "Port": 42845} ]}, - "Created": "2026-04-09T01:35:31.114840488Z", + "Created": "2026-04-09T08:41:30.163880883Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 8759149109648529, - "StableID": "nUCKXfz2QB21CNTRL", + "ID": 2496871003547081, + "StableID": "na78TuZqVL11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:cb40048d3bab1e0d8abbdba5d720c711c01ccb85c72647a8dd1653ade9d1f85f", + "Addresses": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "AllowedIPs": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "Endpoints": ["77.164.248.136:58649", "10.65.0.27:58649", "172.17.0.1:58649"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48964}, + {"Proto": "peerapi6", "Port": 48964} + ]}, + "Created": "2026-04-09T08:41:31.252658519Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2560820365470103, + "StableID": "nvWbahQozL11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "DiscoKey": "discokey:d35536e80d981664f36bcabcafcba06b69917813dd9efa0b0f72204b9e1e1c01", + "Addresses": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "AllowedIPs": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "Endpoints": ["77.164.248.136:35779", "10.65.0.27:35779", "172.17.0.1:35779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 47229}, + {"Proto": "peerapi6", "Port": 47229} + ]}, + "Created": "2026-04-09T08:41:25.892314555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2779956861424378, + "StableID": "nRr5Lfk3iN11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "DiscoKey": "discokey:fe5f2dac9506533e72f376452866af7245a4572d8d96c2b6c115332f8811fd54", + "Addresses": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "AllowedIPs": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "Endpoints": ["77.164.248.136:37790", "10.65.0.27:37790", "172.17.0.1:37790"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52803}, + {"Proto": "peerapi6", "Port": 52803} + ]}, + "Created": "2026-04-09T08:41:26.422183837Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2969518799794489, + "StableID": "niXWhxDuBQ11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:3682c3317963644a48e625ef6961d148743755184591aef4c714f79a96feff42", - "Addresses": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "AllowedIPs": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "Endpoints": ["77.164.248.136:46752", "10.65.0.27:46752", "172.17.0.1:46752"], - "HomeDERP": 14, + "Key": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:40e5d4a0d6eb0b0acdf457c452c230f5f6537bcb17775b8b10e10e3cdb905c57", + "Addresses": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "AllowedIPs": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "Endpoints": ["77.164.248.136:43069", "10.65.0.27:43069", "172.17.0.1:43069"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61334}, - {"Proto": "peerapi6", "Port": 61334} + {"Proto": "peerapi4", "Port": 46176}, + {"Proto": "peerapi6", "Port": 46176} ]}, - "Created": "2026-04-09T01:35:32.191311647Z", + "Created": "2026-04-09T08:41:31.782871501Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8883239137041688, - "StableID": "n1ZPKUdENC21CNTRL", + "ID": 3287573476120453, + "StableID": "nciTKsywfS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "KeyExpiry": "2026-10-06T08:41:32Z", + "DiscoKey": "discokey:4c1672724162898c6af4b9f0cbefe2ab731b7469bb4c65ed5d81f4d82aa8ae5f", + "Addresses": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "AllowedIPs": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "Endpoints": ["77.164.248.136:50393", "10.65.0.27:50393", "172.17.0.1:50393"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46203}, + {"Proto": "peerapi6", "Port": 46203} + ]}, + "Created": "2026-04-09T08:41:32.320325507Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3879616816557346, + "StableID": "nhNRxPx5JX11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "DiscoKey": "discokey:269573d0a4310cff8d179be702e5c05bd31a5c4f374896ce9618410b278b990d", + "Addresses": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "AllowedIPs": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "Endpoints": ["77.164.248.136:50033", "10.65.0.27:50033", "172.17.0.1:50033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 54073}, + {"Proto": "peerapi6", "Port": 54073} + ]}, + "Created": "2026-04-09T08:41:29.629472702Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4540589449619545, + "StableID": "nS3Q9xaSTc11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "DiscoKey": "discokey:3f963f11b3a47b17aec2b22bf358af05020a874436ae69d2a542bc2f00ea243d", + "Addresses": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "AllowedIPs": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "Endpoints": ["77.164.248.136:48290", "10.65.0.27:48290", "172.17.0.1:48290"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62893}, + {"Proto": "peerapi6", "Port": 62893} + ]}, + "Created": "2026-04-09T08:41:28.546769308Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5164042087255928, + "StableID": "nHdXpUdoKh11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "DiscoKey": "discokey:97e59a288a70ead0e474bbfad2244160c9be341ecc0a7c1c5f798a0611e07948", + "Addresses": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "AllowedIPs": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "Endpoints": ["77.164.248.136:52579", "10.65.0.27:52579", "172.17.0.1:52579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42434}, + {"Proto": "peerapi6", "Port": 42434} + ]}, + "Created": "2026-04-09T08:41:26.95559791Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5483197399280367, + "StableID": "n6Q8rGJMpj11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "DiscoKey": "discokey:e7bda0a65638ebc7745c2d2c287fde78b0922ed39161be8e77cb0d28d2ef0f10", - "Addresses": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "AllowedIPs": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "Endpoints": ["77.164.248.136:56133", "10.65.0.27:56133", "172.17.0.1:56133"], + "Key": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "DiscoKey": "discokey:b4d475395b9ae783eae7b614356371db04e472e2a001a7f97977c14d6f673048", + "Addresses": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "AllowedIPs": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "Endpoints": ["77.164.248.136:41155", "10.65.0.27:41155", "172.17.0.1:41155"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52880}, - {"Proto": "peerapi6", "Port": 52880} + {"Proto": "peerapi4", "Port": 41362}, + {"Proto": "peerapi6", "Port": 41362} ]}, - "Created": "2026-04-09T01:35:27.868197831Z", + "Created": "2026-04-09T08:41:27.486653177Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7256825350546947, + "StableID": "nz42QoVdfy11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "DiscoKey": "discokey:8741990547cdcc777280cdaac899d6904c014a6fc9e862f2e130860fe3f2f055", + "Addresses": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "AllowedIPs": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "Endpoints": ["77.164.248.136:41866", "10.65.0.27:41866", "172.17.0.1:41866"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 45795}, + {"Proto": "peerapi6", "Port": 45795} + ]}, + "Created": "2026-04-09T08:41:28.017082037Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8868511341837139, + "StableID": "nJvHVmkZFC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "DiscoKey": "discokey:5d25341b65be98e3d6e8b97812e9283e07ecd486254c135b80e3b3f3bc8c4930", + "Addresses": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "AllowedIPs": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 51872}, + {"Proto": "peerapi6", "Port": 51872} + ]}, + "Created": "2026-04-09T08:41:30.691079457Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10125,27 +10137,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7173319056365738": { - "ID": 7173319056365738, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7381798950001755": { + "ID": 7381798950001755, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10176,26 +10190,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4689519856522506, - "StableID": "nPqSDcjtcd11CNTRL", + "ID": 241415182851795, + "StableID": "n4BE2vZLt211CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 4689519856522506, - "Key": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "DiscoKey": "discokey:ec43b18a6799df44abe8aff0fed7deb32fbe89fc6375001a3761a42d35fec856", - "Addresses": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "AllowedIPs": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "Endpoints": ["77.164.248.136:49991", "10.65.0.27:49991", "172.17.0.1:49991"], + "User": 241415182851795, + "Key": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "DiscoKey": "discokey:a2ace64483d317388ab5b64a8153b790365f710dc9166af011a485ac8d89b33d", + "Addresses": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "AllowedIPs": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "Endpoints": ["77.164.248.136:41000", "10.65.0.27:41000", "172.17.0.1:41000"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 56330}, - {"Proto": "peerapi6", "Port": 56330}, + {"Proto": "peerapi4", "Port": 37460}, + {"Proto": "peerapi6", "Port": 37460}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:25.151821436Z", + "Created": "2026-04-09T08:41:24.787479488Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10223,302 +10237,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "MachineKey": "mkey:8cce71a86847ad7c36d440a86afbc98cc7aebbaa319d9a254e4befd414a22d07", + "NodeKey": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "MachineKey": "mkey:468aca63194b50f9ddd3c915e555f9689897e949979903169c115029435e0044", "Peers": [{ - "ID": 221571326618997, - "StableID": "nSj5QaJMj211CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "DiscoKey": "discokey:4ddd1cdf21434384c319f33334e39a98849ed6d37c023b814792f645988c3f04", - "Addresses": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "AllowedIPs": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "Endpoints": ["77.164.248.136:33876", "10.65.0.27:33876", "172.17.0.1:33876"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52224}, - {"Proto": "peerapi6", "Port": 52224} - ]}, - "Created": "2026-04-09T01:35:28.955220483Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 726518199701766, - "StableID": "n1NrTGQ3g611CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "DiscoKey": "discokey:e818a2d6d78bd2280b5c26298d159c9b191113a4fa365d59e72abeaddea32356", - "Addresses": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "AllowedIPs": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "Endpoints": ["77.164.248.136:50612", "10.65.0.27:50612", "172.17.0.1:50612"], - "HomeDERP": 18, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 52706}, - {"Proto": "peerapi6", "Port": 52706} - ]}, - "Created": "2026-04-09T01:35:26.763295289Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 851297888053716, - "StableID": "nbLcEp9Ze711CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "DiscoKey": "discokey:4af16413239394505d66c8ab6c102e971a425febc06fe6cf0930a066b9ff8364", - "Addresses": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "AllowedIPs": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "Endpoints": ["77.164.248.136:41522", "10.65.0.27:41522", "172.17.0.1:41522"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37291}, - {"Proto": "peerapi6", "Port": 37291} - ]}, - "Created": "2026-04-09T01:35:28.423434497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3333557744778989, - "StableID": "nE36gjum2T11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:a7431171da7b89d3833d1393eb603f8318857a4a0748881034b066748df78b5f", - "Addresses": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "AllowedIPs": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "Endpoints": ["77.164.248.136:51334", "10.65.0.27:51334", "172.17.0.1:51334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59453}, - {"Proto": "peerapi6", "Port": 59453} - ]}, - "Created": "2026-04-09T01:35:32.734207399Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4303923262765338, - "StableID": "n7RzdRmFca11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "DiscoKey": "discokey:b1d15590a34400737925e144c1a32e9a496c3fa1eef7dbf7f0d434b766694447", - "Addresses": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "AllowedIPs": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "Endpoints": ["77.164.248.136:46668", "10.65.0.27:46668", "172.17.0.1:46668"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36675}, - {"Proto": "peerapi6", "Port": 36675} - ]}, - "Created": "2026-04-09T01:35:30.574924408Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 5397337110707973, - "StableID": "nnMKAqtT9j11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "KeyExpiry": "2026-10-06T01:35:31Z", - "DiscoKey": "discokey:a9f11286ecbe7bb2c5006f4cf7de947d796a826c5742ca1f0df991f2b889ea76", - "Addresses": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "AllowedIPs": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "Endpoints": ["77.164.248.136:39842", "10.65.0.27:39842", "172.17.0.1:39842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 63257}, - {"Proto": "peerapi6", "Port": 63257} - ]}, - "Created": "2026-04-09T01:35:31.644890074Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5429802583933363, - "StableID": "naAhryhAQj11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "DiscoKey": "discokey:3574bd3927c9df84ce6644f04b6bc01deee900272389b7987ba14f973e7a6772", - "Addresses": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "AllowedIPs": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "Endpoints": ["77.164.248.136:52662", "10.65.0.27:52662", "172.17.0.1:52662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44329}, - {"Proto": "peerapi6", "Port": 44329} - ]}, - "Created": "2026-04-09T01:35:26.226346584Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5555653413673303, - "StableID": "nWn3jUbAPk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "DiscoKey": "discokey:929f75afd962166dc93de426a275100067f021e0f5a22c5b22f128e838ca9825", - "Addresses": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "AllowedIPs": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "Endpoints": ["77.164.248.136:33657", "10.65.0.27:33657", "172.17.0.1:33657"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 59151}, - {"Proto": "peerapi6", "Port": 59151} - ]}, - "Created": "2026-04-09T01:35:30.027743769Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6569680327645961, - "StableID": "nWhxjzMRJt11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "DiscoKey": "discokey:e8ffe6b8ee0879cb609e3572e2a50c06296fb75f243d47823dbf69b943f33c1f", - "Addresses": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "AllowedIPs": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "Endpoints": ["77.164.248.136:37164", "10.65.0.27:37164", "172.17.0.1:37164"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55897}, - {"Proto": "peerapi6", "Port": 55897} - ]}, - "Created": "2026-04-09T01:35:27.320762908Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7173319056365738, - "StableID": "nXbm8pvo1y11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "DiscoKey": "discokey:633005b53eb8a874eaa1a4bbba153b5b27f5b1f3951d44f78b4d5a7a3dce7d37", - "Addresses": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "AllowedIPs": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "Endpoints": ["77.164.248.136:59692", "10.65.0.27:59692", "172.17.0.1:59692"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54599}, - {"Proto": "peerapi6", "Port": 54599} - ]}, - "Created": "2026-04-09T01:35:25.693744599Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7408793859616910, - "StableID": "noDo9CTTrz11CNTRL", + "ID": 1489621078190782, + "StableID": "n77JiYpedC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "DiscoKey": "discokey:ff6513febbfacc0ad98e9c628f99c60982eef3940612a3375b20f8f908b8ca49", - "Addresses": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "AllowedIPs": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "Endpoints": ["77.164.248.136:58027", "10.65.0.27:58027", "172.17.0.1:58027"], + "Key": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "DiscoKey": "discokey:9ecfc3c9d31737190b333235a4f468dbd8b1983e7fa3fc925fd3eaab8f054700", + "Addresses": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "AllowedIPs": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "Endpoints": ["77.164.248.136:43342", "10.65.0.27:43342", "172.17.0.1:43342"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 33523}, - {"Proto": "peerapi6", "Port": 33523} + {"Proto": "peerapi4", "Port": 43957}, + {"Proto": "peerapi6", "Port": 43957} ]}, - "Created": "2026-04-09T01:35:29.492812968Z", + "Created": "2026-04-09T08:41:29.082255415Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8142402627286186, - "StableID": "nRespN7ia621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1980448481200795, + "StableID": "nE4HZM2xTG11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "DiscoKey": "discokey:d6a8da2412b0443e3637b8fc911c1369786e9a1ecd1f722fbd9130eb9f49125f", - "Addresses": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "AllowedIPs": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "Endpoints": ["77.164.248.136:51735", "10.65.0.27:51735", "172.17.0.1:51735"], + "Key": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "DiscoKey": "discokey:a41d50476671358ed5dc82a7a7695a15cf9f318f3d154a13838fcce042502d42", + "Addresses": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "AllowedIPs": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "Endpoints": ["77.164.248.136:55538", "10.65.0.27:55538", "172.17.0.1:55538"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57188}, - {"Proto": "peerapi6", "Port": 57188} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42845}, + {"Proto": "peerapi6", "Port": 42845} ]}, - "Created": "2026-04-09T01:35:31.114840488Z", + "Created": "2026-04-09T08:41:30.163880883Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 8759149109648529, - "StableID": "nUCKXfz2QB21CNTRL", + "ID": 2496871003547081, + "StableID": "na78TuZqVL11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:cb40048d3bab1e0d8abbdba5d720c711c01ccb85c72647a8dd1653ade9d1f85f", + "Addresses": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "AllowedIPs": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "Endpoints": ["77.164.248.136:58649", "10.65.0.27:58649", "172.17.0.1:58649"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48964}, + {"Proto": "peerapi6", "Port": 48964} + ]}, + "Created": "2026-04-09T08:41:31.252658519Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2560820365470103, + "StableID": "nvWbahQozL11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "DiscoKey": "discokey:d35536e80d981664f36bcabcafcba06b69917813dd9efa0b0f72204b9e1e1c01", + "Addresses": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "AllowedIPs": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "Endpoints": ["77.164.248.136:35779", "10.65.0.27:35779", "172.17.0.1:35779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 47229}, + {"Proto": "peerapi6", "Port": 47229} + ]}, + "Created": "2026-04-09T08:41:25.892314555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2779956861424378, + "StableID": "nRr5Lfk3iN11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "DiscoKey": "discokey:fe5f2dac9506533e72f376452866af7245a4572d8d96c2b6c115332f8811fd54", + "Addresses": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "AllowedIPs": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "Endpoints": ["77.164.248.136:37790", "10.65.0.27:37790", "172.17.0.1:37790"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52803}, + {"Proto": "peerapi6", "Port": 52803} + ]}, + "Created": "2026-04-09T08:41:26.422183837Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2969518799794489, + "StableID": "niXWhxDuBQ11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:3682c3317963644a48e625ef6961d148743755184591aef4c714f79a96feff42", - "Addresses": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "AllowedIPs": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "Endpoints": ["77.164.248.136:46752", "10.65.0.27:46752", "172.17.0.1:46752"], - "HomeDERP": 14, + "Key": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:40e5d4a0d6eb0b0acdf457c452c230f5f6537bcb17775b8b10e10e3cdb905c57", + "Addresses": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "AllowedIPs": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "Endpoints": ["77.164.248.136:43069", "10.65.0.27:43069", "172.17.0.1:43069"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61334}, - {"Proto": "peerapi6", "Port": 61334} + {"Proto": "peerapi4", "Port": 46176}, + {"Proto": "peerapi6", "Port": 46176} ]}, - "Created": "2026-04-09T01:35:32.191311647Z", + "Created": "2026-04-09T08:41:31.782871501Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8883239137041688, - "StableID": "n1ZPKUdENC21CNTRL", + "ID": 3287573476120453, + "StableID": "nciTKsywfS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "KeyExpiry": "2026-10-06T08:41:32Z", + "DiscoKey": "discokey:4c1672724162898c6af4b9f0cbefe2ab731b7469bb4c65ed5d81f4d82aa8ae5f", + "Addresses": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "AllowedIPs": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "Endpoints": ["77.164.248.136:50393", "10.65.0.27:50393", "172.17.0.1:50393"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46203}, + {"Proto": "peerapi6", "Port": 46203} + ]}, + "Created": "2026-04-09T08:41:32.320325507Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3879616816557346, + "StableID": "nhNRxPx5JX11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "DiscoKey": "discokey:269573d0a4310cff8d179be702e5c05bd31a5c4f374896ce9618410b278b990d", + "Addresses": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "AllowedIPs": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "Endpoints": ["77.164.248.136:50033", "10.65.0.27:50033", "172.17.0.1:50033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 54073}, + {"Proto": "peerapi6", "Port": 54073} + ]}, + "Created": "2026-04-09T08:41:29.629472702Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4540589449619545, + "StableID": "nS3Q9xaSTc11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "DiscoKey": "discokey:3f963f11b3a47b17aec2b22bf358af05020a874436ae69d2a542bc2f00ea243d", + "Addresses": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "AllowedIPs": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "Endpoints": ["77.164.248.136:48290", "10.65.0.27:48290", "172.17.0.1:48290"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62893}, + {"Proto": "peerapi6", "Port": 62893} + ]}, + "Created": "2026-04-09T08:41:28.546769308Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5164042087255928, + "StableID": "nHdXpUdoKh11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "DiscoKey": "discokey:97e59a288a70ead0e474bbfad2244160c9be341ecc0a7c1c5f798a0611e07948", + "Addresses": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "AllowedIPs": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "Endpoints": ["77.164.248.136:52579", "10.65.0.27:52579", "172.17.0.1:52579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42434}, + {"Proto": "peerapi6", "Port": 42434} + ]}, + "Created": "2026-04-09T08:41:26.95559791Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5483197399280367, + "StableID": "n6Q8rGJMpj11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "DiscoKey": "discokey:e7bda0a65638ebc7745c2d2c287fde78b0922ed39161be8e77cb0d28d2ef0f10", - "Addresses": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "AllowedIPs": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "Endpoints": ["77.164.248.136:56133", "10.65.0.27:56133", "172.17.0.1:56133"], + "Key": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "DiscoKey": "discokey:b4d475395b9ae783eae7b614356371db04e472e2a001a7f97977c14d6f673048", + "Addresses": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "AllowedIPs": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "Endpoints": ["77.164.248.136:41155", "10.65.0.27:41155", "172.17.0.1:41155"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52880}, - {"Proto": "peerapi6", "Port": 52880} + {"Proto": "peerapi4", "Port": 41362}, + {"Proto": "peerapi6", "Port": 41362} ]}, - "Created": "2026-04-09T01:35:27.868197831Z", + "Created": "2026-04-09T08:41:27.486653177Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7256825350546947, + "StableID": "nz42QoVdfy11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "DiscoKey": "discokey:8741990547cdcc777280cdaac899d6904c014a6fc9e862f2e130860fe3f2f055", + "Addresses": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "AllowedIPs": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "Endpoints": ["77.164.248.136:41866", "10.65.0.27:41866", "172.17.0.1:41866"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 45795}, + {"Proto": "peerapi6", "Port": 45795} + ]}, + "Created": "2026-04-09T08:41:28.017082037Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7381798950001755, + "StableID": "nSAsRnLEez11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "DiscoKey": "discokey:a3398e8d598c755063abf929069b332b48c8f422b987c1fb4bdca250f0817435", + "Addresses": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "AllowedIPs": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "Endpoints": ["77.164.248.136:43857", "10.65.0.27:43857", "172.17.0.1:43857"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50423}, + {"Proto": "peerapi6", "Port": 50423} + ]}, + "Created": "2026-04-09T08:41:25.328099815Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8868511341837139, + "StableID": "nJvHVmkZFC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "DiscoKey": "discokey:5d25341b65be98e3d6e8b97812e9283e07ecd486254c135b80e3b3f3bc8c4930", + "Addresses": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "AllowedIPs": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 51872}, + {"Proto": "peerapi6", "Port": 51872} + ]}, + "Created": "2026-04-09T08:41:30.691079457Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11366,27 +11380,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4689519856522506": { - "ID": 4689519856522506, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "241415182851795": { + "ID": 241415182851795, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11417,21 +11433,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6569680327645961, - "StableID": "nWhxjzMRJt11CNTRL", + "ID": 5164042087255928, + "StableID": "nHdXpUdoKh11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 6569680327645961, - "Key": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "DiscoKey": "discokey:e8ffe6b8ee0879cb609e3572e2a50c06296fb75f243d47823dbf69b943f33c1f", - "Addresses": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "AllowedIPs": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "Endpoints": ["77.164.248.136:37164", "10.65.0.27:37164", "172.17.0.1:37164"], + "User": 5164042087255928, + "Key": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "DiscoKey": "discokey:97e59a288a70ead0e474bbfad2244160c9be341ecc0a7c1c5f798a0611e07948", + "Addresses": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "AllowedIPs": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "Endpoints": ["77.164.248.136:52579", "10.65.0.27:52579", "172.17.0.1:52579"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 55897}, - {"Proto": "peerapi6", "Port": 55897}, + {"Proto": "peerapi4", "Port": 42434}, + {"Proto": "peerapi6", "Port": 42434}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:27.320762908Z", + "Created": "2026-04-09T08:41:26.95559791Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11459,300 +11475,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "MachineKey": "mkey:b80bcefcea500ca8ca71000c109e274411c9fcaacfc76c73080f9d496ea54215", + "NodeKey": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "MachineKey": "mkey:179f873421a8bfc03a1a2ce2b59edc5189b80324786645ada40e7c73e88b6d05", "Peers": [{ - "ID": 221571326618997, - "StableID": "nSj5QaJMj211CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "DiscoKey": "discokey:4ddd1cdf21434384c319f33334e39a98849ed6d37c023b814792f645988c3f04", - "Addresses": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "AllowedIPs": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "Endpoints": ["77.164.248.136:33876", "10.65.0.27:33876", "172.17.0.1:33876"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52224}, - {"Proto": "peerapi6", "Port": 52224} - ]}, - "Created": "2026-04-09T01:35:28.955220483Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 726518199701766, - "StableID": "n1NrTGQ3g611CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "DiscoKey": "discokey:e818a2d6d78bd2280b5c26298d159c9b191113a4fa365d59e72abeaddea32356", - "Addresses": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "AllowedIPs": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "Endpoints": ["77.164.248.136:50612", "10.65.0.27:50612", "172.17.0.1:50612"], - "HomeDERP": 18, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 52706}, - {"Proto": "peerapi6", "Port": 52706} - ]}, - "Created": "2026-04-09T01:35:26.763295289Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 851297888053716, - "StableID": "nbLcEp9Ze711CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "DiscoKey": "discokey:4af16413239394505d66c8ab6c102e971a425febc06fe6cf0930a066b9ff8364", - "Addresses": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "AllowedIPs": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "Endpoints": ["77.164.248.136:41522", "10.65.0.27:41522", "172.17.0.1:41522"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37291}, - {"Proto": "peerapi6", "Port": 37291} - ]}, - "Created": "2026-04-09T01:35:28.423434497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3333557744778989, - "StableID": "nE36gjum2T11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:a7431171da7b89d3833d1393eb603f8318857a4a0748881034b066748df78b5f", - "Addresses": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "AllowedIPs": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59453}, - {"Proto": "peerapi6", "Port": 59453} - ]}, - "Created": "2026-04-09T01:35:32.734207399Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4303923262765338, - "StableID": "n7RzdRmFca11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "DiscoKey": "discokey:b1d15590a34400737925e144c1a32e9a496c3fa1eef7dbf7f0d434b766694447", - "Addresses": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "AllowedIPs": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "Endpoints": ["77.164.248.136:46668", "10.65.0.27:46668", "172.17.0.1:46668"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36675}, - {"Proto": "peerapi6", "Port": 36675} - ]}, - "Created": "2026-04-09T01:35:30.574924408Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689519856522506, - "StableID": "nPqSDcjtcd11CNTRL", + "ID": 241415182851795, + "StableID": "n4BE2vZLt211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "DiscoKey": "discokey:ec43b18a6799df44abe8aff0fed7deb32fbe89fc6375001a3761a42d35fec856", - "Addresses": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "AllowedIPs": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "Endpoints": ["77.164.248.136:49991", "10.65.0.27:49991", "172.17.0.1:49991"], + "Key": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "DiscoKey": "discokey:a2ace64483d317388ab5b64a8153b790365f710dc9166af011a485ac8d89b33d", + "Addresses": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "AllowedIPs": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "Endpoints": ["77.164.248.136:41000", "10.65.0.27:41000", "172.17.0.1:41000"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56330}, - {"Proto": "peerapi6", "Port": 56330} + {"Proto": "peerapi4", "Port": 37460}, + {"Proto": "peerapi6", "Port": 37460} ]}, - "Created": "2026-04-09T01:35:25.151821436Z", + "Created": "2026-04-09T08:41:24.787479488Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5397337110707973, - "StableID": "nnMKAqtT9j11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "KeyExpiry": "2026-10-06T01:35:31Z", - "DiscoKey": "discokey:a9f11286ecbe7bb2c5006f4cf7de947d796a826c5742ca1f0df991f2b889ea76", - "Addresses": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "AllowedIPs": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "Endpoints": ["77.164.248.136:39842", "10.65.0.27:39842", "172.17.0.1:39842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 63257}, - {"Proto": "peerapi6", "Port": 63257} - ]}, - "Created": "2026-04-09T01:35:31.644890074Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5429802583933363, - "StableID": "naAhryhAQj11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "DiscoKey": "discokey:3574bd3927c9df84ce6644f04b6bc01deee900272389b7987ba14f973e7a6772", - "Addresses": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "AllowedIPs": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "Endpoints": ["77.164.248.136:52662", "10.65.0.27:52662", "172.17.0.1:52662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44329}, - {"Proto": "peerapi6", "Port": 44329} - ]}, - "Created": "2026-04-09T01:35:26.226346584Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5555653413673303, - "StableID": "nWn3jUbAPk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "DiscoKey": "discokey:929f75afd962166dc93de426a275100067f021e0f5a22c5b22f128e838ca9825", - "Addresses": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "AllowedIPs": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "Endpoints": ["77.164.248.136:33657", "10.65.0.27:33657", "172.17.0.1:33657"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 59151}, - {"Proto": "peerapi6", "Port": 59151} - ]}, - "Created": "2026-04-09T01:35:30.027743769Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 7173319056365738, - "StableID": "nXbm8pvo1y11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "DiscoKey": "discokey:633005b53eb8a874eaa1a4bbba153b5b27f5b1f3951d44f78b4d5a7a3dce7d37", - "Addresses": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "AllowedIPs": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "Endpoints": ["77.164.248.136:59692", "10.65.0.27:59692", "172.17.0.1:59692"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54599}, - {"Proto": "peerapi6", "Port": 54599} - ]}, - "Created": "2026-04-09T01:35:25.693744599Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7408793859616910, - "StableID": "noDo9CTTrz11CNTRL", + "ID": 1489621078190782, + "StableID": "n77JiYpedC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "DiscoKey": "discokey:ff6513febbfacc0ad98e9c628f99c60982eef3940612a3375b20f8f908b8ca49", - "Addresses": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "AllowedIPs": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "Endpoints": ["77.164.248.136:58027", "10.65.0.27:58027", "172.17.0.1:58027"], + "Key": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "DiscoKey": "discokey:9ecfc3c9d31737190b333235a4f468dbd8b1983e7fa3fc925fd3eaab8f054700", + "Addresses": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "AllowedIPs": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "Endpoints": ["77.164.248.136:43342", "10.65.0.27:43342", "172.17.0.1:43342"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 33523}, - {"Proto": "peerapi6", "Port": 33523} + {"Proto": "peerapi4", "Port": 43957}, + {"Proto": "peerapi6", "Port": 43957} ]}, - "Created": "2026-04-09T01:35:29.492812968Z", + "Created": "2026-04-09T08:41:29.082255415Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8142402627286186, - "StableID": "nRespN7ia621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1980448481200795, + "StableID": "nE4HZM2xTG11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "DiscoKey": "discokey:d6a8da2412b0443e3637b8fc911c1369786e9a1ecd1f722fbd9130eb9f49125f", - "Addresses": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "AllowedIPs": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "Endpoints": ["77.164.248.136:51735", "10.65.0.27:51735", "172.17.0.1:51735"], + "Key": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "DiscoKey": "discokey:a41d50476671358ed5dc82a7a7695a15cf9f318f3d154a13838fcce042502d42", + "Addresses": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "AllowedIPs": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "Endpoints": ["77.164.248.136:55538", "10.65.0.27:55538", "172.17.0.1:55538"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57188}, - {"Proto": "peerapi6", "Port": 57188} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42845}, + {"Proto": "peerapi6", "Port": 42845} ]}, - "Created": "2026-04-09T01:35:31.114840488Z", + "Created": "2026-04-09T08:41:30.163880883Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 8759149109648529, - "StableID": "nUCKXfz2QB21CNTRL", + "ID": 2496871003547081, + "StableID": "na78TuZqVL11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:cb40048d3bab1e0d8abbdba5d720c711c01ccb85c72647a8dd1653ade9d1f85f", + "Addresses": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "AllowedIPs": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "Endpoints": ["77.164.248.136:58649", "10.65.0.27:58649", "172.17.0.1:58649"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48964}, + {"Proto": "peerapi6", "Port": 48964} + ]}, + "Created": "2026-04-09T08:41:31.252658519Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2560820365470103, + "StableID": "nvWbahQozL11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "DiscoKey": "discokey:d35536e80d981664f36bcabcafcba06b69917813dd9efa0b0f72204b9e1e1c01", + "Addresses": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "AllowedIPs": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "Endpoints": ["77.164.248.136:35779", "10.65.0.27:35779", "172.17.0.1:35779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 47229}, + {"Proto": "peerapi6", "Port": 47229} + ]}, + "Created": "2026-04-09T08:41:25.892314555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2779956861424378, + "StableID": "nRr5Lfk3iN11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "DiscoKey": "discokey:fe5f2dac9506533e72f376452866af7245a4572d8d96c2b6c115332f8811fd54", + "Addresses": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "AllowedIPs": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "Endpoints": ["77.164.248.136:37790", "10.65.0.27:37790", "172.17.0.1:37790"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52803}, + {"Proto": "peerapi6", "Port": 52803} + ]}, + "Created": "2026-04-09T08:41:26.422183837Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2969518799794489, + "StableID": "niXWhxDuBQ11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:3682c3317963644a48e625ef6961d148743755184591aef4c714f79a96feff42", - "Addresses": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "AllowedIPs": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "Endpoints": ["77.164.248.136:46752", "10.65.0.27:46752", "172.17.0.1:46752"], - "HomeDERP": 14, + "Key": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:40e5d4a0d6eb0b0acdf457c452c230f5f6537bcb17775b8b10e10e3cdb905c57", + "Addresses": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "AllowedIPs": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "Endpoints": ["77.164.248.136:43069", "10.65.0.27:43069", "172.17.0.1:43069"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61334}, - {"Proto": "peerapi6", "Port": 61334} + {"Proto": "peerapi4", "Port": 46176}, + {"Proto": "peerapi6", "Port": 46176} ]}, - "Created": "2026-04-09T01:35:32.191311647Z", + "Created": "2026-04-09T08:41:31.782871501Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8883239137041688, - "StableID": "n1ZPKUdENC21CNTRL", + "ID": 3287573476120453, + "StableID": "nciTKsywfS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "KeyExpiry": "2026-10-06T08:41:32Z", + "DiscoKey": "discokey:4c1672724162898c6af4b9f0cbefe2ab731b7469bb4c65ed5d81f4d82aa8ae5f", + "Addresses": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "AllowedIPs": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46203}, + {"Proto": "peerapi6", "Port": 46203} + ]}, + "Created": "2026-04-09T08:41:32.320325507Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3879616816557346, + "StableID": "nhNRxPx5JX11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "DiscoKey": "discokey:269573d0a4310cff8d179be702e5c05bd31a5c4f374896ce9618410b278b990d", + "Addresses": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "AllowedIPs": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "Endpoints": ["77.164.248.136:50033", "10.65.0.27:50033", "172.17.0.1:50033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 54073}, + {"Proto": "peerapi6", "Port": 54073} + ]}, + "Created": "2026-04-09T08:41:29.629472702Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4540589449619545, + "StableID": "nS3Q9xaSTc11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "DiscoKey": "discokey:3f963f11b3a47b17aec2b22bf358af05020a874436ae69d2a542bc2f00ea243d", + "Addresses": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "AllowedIPs": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "Endpoints": ["77.164.248.136:48290", "10.65.0.27:48290", "172.17.0.1:48290"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62893}, + {"Proto": "peerapi6", "Port": 62893} + ]}, + "Created": "2026-04-09T08:41:28.546769308Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5483197399280367, + "StableID": "n6Q8rGJMpj11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "DiscoKey": "discokey:e7bda0a65638ebc7745c2d2c287fde78b0922ed39161be8e77cb0d28d2ef0f10", - "Addresses": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "AllowedIPs": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "Endpoints": ["77.164.248.136:56133", "10.65.0.27:56133", "172.17.0.1:56133"], + "Key": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "DiscoKey": "discokey:b4d475395b9ae783eae7b614356371db04e472e2a001a7f97977c14d6f673048", + "Addresses": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "AllowedIPs": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "Endpoints": ["77.164.248.136:41155", "10.65.0.27:41155", "172.17.0.1:41155"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52880}, - {"Proto": "peerapi6", "Port": 52880} + {"Proto": "peerapi4", "Port": 41362}, + {"Proto": "peerapi6", "Port": 41362} ]}, - "Created": "2026-04-09T01:35:27.868197831Z", + "Created": "2026-04-09T08:41:27.486653177Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7256825350546947, + "StableID": "nz42QoVdfy11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "DiscoKey": "discokey:8741990547cdcc777280cdaac899d6904c014a6fc9e862f2e130860fe3f2f055", + "Addresses": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "AllowedIPs": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "Endpoints": ["77.164.248.136:41866", "10.65.0.27:41866", "172.17.0.1:41866"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 45795}, + {"Proto": "peerapi6", "Port": 45795} + ]}, + "Created": "2026-04-09T08:41:28.017082037Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7381798950001755, + "StableID": "nSAsRnLEez11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "DiscoKey": "discokey:a3398e8d598c755063abf929069b332b48c8f422b987c1fb4bdca250f0817435", + "Addresses": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "AllowedIPs": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "Endpoints": ["77.164.248.136:43857", "10.65.0.27:43857", "172.17.0.1:43857"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50423}, + {"Proto": "peerapi6", "Port": 50423} + ]}, + "Created": "2026-04-09T08:41:25.328099815Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8868511341837139, + "StableID": "nJvHVmkZFC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "DiscoKey": "discokey:5d25341b65be98e3d6e8b97812e9283e07ecd486254c135b80e3b3f3bc8c4930", + "Addresses": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "AllowedIPs": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 51872}, + {"Proto": "peerapi6", "Port": 51872} + ]}, + "Created": "2026-04-09T08:41:30.691079457Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12600,27 +12616,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6569680327645961": { - "ID": 6569680327645961, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5164042087255928": { + "ID": 5164042087255928, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12651,21 +12669,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 726518199701766, - "StableID": "n1NrTGQ3g611CNTRL", + "ID": 2779956861424378, + "StableID": "nRr5Lfk3iN11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 726518199701766, - "Key": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "DiscoKey": "discokey:e818a2d6d78bd2280b5c26298d159c9b191113a4fa365d59e72abeaddea32356", - "Addresses": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "AllowedIPs": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "Endpoints": ["77.164.248.136:50612", "10.65.0.27:50612", "172.17.0.1:50612"], + "User": 2779956861424378, + "Key": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "DiscoKey": "discokey:fe5f2dac9506533e72f376452866af7245a4572d8d96c2b6c115332f8811fd54", + "Addresses": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "AllowedIPs": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "Endpoints": ["77.164.248.136:37790", "10.65.0.27:37790", "172.17.0.1:37790"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 52706}, - {"Proto": "peerapi6", "Port": 52706}, + {"Proto": "peerapi4", "Port": 52803}, + {"Proto": "peerapi6", "Port": 52803}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:26.763295289Z", + "Created": "2026-04-09T08:41:26.422183837Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12693,300 +12711,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "MachineKey": "mkey:c172a69ccabaca96823eb4b81d348046bd9af60050522e19a19aab63f277be36", + "NodeKey": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "MachineKey": "mkey:737e515f23f6cf6c110db4992726e095d7d671defb42cdac25a4b8734b9d0622", "Peers": [{ - "ID": 221571326618997, - "StableID": "nSj5QaJMj211CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "DiscoKey": "discokey:4ddd1cdf21434384c319f33334e39a98849ed6d37c023b814792f645988c3f04", - "Addresses": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "AllowedIPs": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "Endpoints": ["77.164.248.136:33876", "10.65.0.27:33876", "172.17.0.1:33876"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52224}, - {"Proto": "peerapi6", "Port": 52224} - ]}, - "Created": "2026-04-09T01:35:28.955220483Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 851297888053716, - "StableID": "nbLcEp9Ze711CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "DiscoKey": "discokey:4af16413239394505d66c8ab6c102e971a425febc06fe6cf0930a066b9ff8364", - "Addresses": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "AllowedIPs": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "Endpoints": ["77.164.248.136:41522", "10.65.0.27:41522", "172.17.0.1:41522"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37291}, - {"Proto": "peerapi6", "Port": 37291} - ]}, - "Created": "2026-04-09T01:35:28.423434497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3333557744778989, - "StableID": "nE36gjum2T11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:a7431171da7b89d3833d1393eb603f8318857a4a0748881034b066748df78b5f", - "Addresses": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "AllowedIPs": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59453}, - {"Proto": "peerapi6", "Port": 59453} - ]}, - "Created": "2026-04-09T01:35:32.734207399Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4303923262765338, - "StableID": "n7RzdRmFca11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "DiscoKey": "discokey:b1d15590a34400737925e144c1a32e9a496c3fa1eef7dbf7f0d434b766694447", - "Addresses": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "AllowedIPs": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "Endpoints": ["77.164.248.136:46668", "10.65.0.27:46668", "172.17.0.1:46668"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36675}, - {"Proto": "peerapi6", "Port": 36675} - ]}, - "Created": "2026-04-09T01:35:30.574924408Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689519856522506, - "StableID": "nPqSDcjtcd11CNTRL", + "ID": 241415182851795, + "StableID": "n4BE2vZLt211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "DiscoKey": "discokey:ec43b18a6799df44abe8aff0fed7deb32fbe89fc6375001a3761a42d35fec856", - "Addresses": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "AllowedIPs": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "Endpoints": ["77.164.248.136:49991", "10.65.0.27:49991", "172.17.0.1:49991"], + "Key": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "DiscoKey": "discokey:a2ace64483d317388ab5b64a8153b790365f710dc9166af011a485ac8d89b33d", + "Addresses": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "AllowedIPs": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "Endpoints": ["77.164.248.136:41000", "10.65.0.27:41000", "172.17.0.1:41000"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56330}, - {"Proto": "peerapi6", "Port": 56330} + {"Proto": "peerapi4", "Port": 37460}, + {"Proto": "peerapi6", "Port": 37460} ]}, - "Created": "2026-04-09T01:35:25.151821436Z", + "Created": "2026-04-09T08:41:24.787479488Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5397337110707973, - "StableID": "nnMKAqtT9j11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "KeyExpiry": "2026-10-06T01:35:31Z", - "DiscoKey": "discokey:a9f11286ecbe7bb2c5006f4cf7de947d796a826c5742ca1f0df991f2b889ea76", - "Addresses": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "AllowedIPs": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "Endpoints": ["77.164.248.136:39842", "10.65.0.27:39842", "172.17.0.1:39842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 63257}, - {"Proto": "peerapi6", "Port": 63257} - ]}, - "Created": "2026-04-09T01:35:31.644890074Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5429802583933363, - "StableID": "naAhryhAQj11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "DiscoKey": "discokey:3574bd3927c9df84ce6644f04b6bc01deee900272389b7987ba14f973e7a6772", - "Addresses": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "AllowedIPs": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "Endpoints": ["77.164.248.136:52662", "10.65.0.27:52662", "172.17.0.1:52662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44329}, - {"Proto": "peerapi6", "Port": 44329} - ]}, - "Created": "2026-04-09T01:35:26.226346584Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5555653413673303, - "StableID": "nWn3jUbAPk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "DiscoKey": "discokey:929f75afd962166dc93de426a275100067f021e0f5a22c5b22f128e838ca9825", - "Addresses": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "AllowedIPs": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "Endpoints": ["77.164.248.136:33657", "10.65.0.27:33657", "172.17.0.1:33657"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 59151}, - {"Proto": "peerapi6", "Port": 59151} - ]}, - "Created": "2026-04-09T01:35:30.027743769Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6569680327645961, - "StableID": "nWhxjzMRJt11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "DiscoKey": "discokey:e8ffe6b8ee0879cb609e3572e2a50c06296fb75f243d47823dbf69b943f33c1f", - "Addresses": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "AllowedIPs": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "Endpoints": ["77.164.248.136:37164", "10.65.0.27:37164", "172.17.0.1:37164"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55897}, - {"Proto": "peerapi6", "Port": 55897} - ]}, - "Created": "2026-04-09T01:35:27.320762908Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7173319056365738, - "StableID": "nXbm8pvo1y11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "DiscoKey": "discokey:633005b53eb8a874eaa1a4bbba153b5b27f5b1f3951d44f78b4d5a7a3dce7d37", - "Addresses": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "AllowedIPs": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "Endpoints": ["77.164.248.136:59692", "10.65.0.27:59692", "172.17.0.1:59692"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54599}, - {"Proto": "peerapi6", "Port": 54599} - ]}, - "Created": "2026-04-09T01:35:25.693744599Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7408793859616910, - "StableID": "noDo9CTTrz11CNTRL", + "ID": 1489621078190782, + "StableID": "n77JiYpedC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "DiscoKey": "discokey:ff6513febbfacc0ad98e9c628f99c60982eef3940612a3375b20f8f908b8ca49", - "Addresses": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "AllowedIPs": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "Endpoints": ["77.164.248.136:58027", "10.65.0.27:58027", "172.17.0.1:58027"], + "Key": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "DiscoKey": "discokey:9ecfc3c9d31737190b333235a4f468dbd8b1983e7fa3fc925fd3eaab8f054700", + "Addresses": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "AllowedIPs": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "Endpoints": ["77.164.248.136:43342", "10.65.0.27:43342", "172.17.0.1:43342"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 33523}, - {"Proto": "peerapi6", "Port": 33523} + {"Proto": "peerapi4", "Port": 43957}, + {"Proto": "peerapi6", "Port": 43957} ]}, - "Created": "2026-04-09T01:35:29.492812968Z", + "Created": "2026-04-09T08:41:29.082255415Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8142402627286186, - "StableID": "nRespN7ia621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1980448481200795, + "StableID": "nE4HZM2xTG11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "DiscoKey": "discokey:d6a8da2412b0443e3637b8fc911c1369786e9a1ecd1f722fbd9130eb9f49125f", - "Addresses": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "AllowedIPs": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "Endpoints": ["77.164.248.136:51735", "10.65.0.27:51735", "172.17.0.1:51735"], + "Key": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "DiscoKey": "discokey:a41d50476671358ed5dc82a7a7695a15cf9f318f3d154a13838fcce042502d42", + "Addresses": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "AllowedIPs": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "Endpoints": ["77.164.248.136:55538", "10.65.0.27:55538", "172.17.0.1:55538"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57188}, - {"Proto": "peerapi6", "Port": 57188} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42845}, + {"Proto": "peerapi6", "Port": 42845} ]}, - "Created": "2026-04-09T01:35:31.114840488Z", + "Created": "2026-04-09T08:41:30.163880883Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 8759149109648529, - "StableID": "nUCKXfz2QB21CNTRL", + "ID": 2496871003547081, + "StableID": "na78TuZqVL11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:cb40048d3bab1e0d8abbdba5d720c711c01ccb85c72647a8dd1653ade9d1f85f", + "Addresses": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "AllowedIPs": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "Endpoints": ["77.164.248.136:58649", "10.65.0.27:58649", "172.17.0.1:58649"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48964}, + {"Proto": "peerapi6", "Port": 48964} + ]}, + "Created": "2026-04-09T08:41:31.252658519Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2560820365470103, + "StableID": "nvWbahQozL11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "DiscoKey": "discokey:d35536e80d981664f36bcabcafcba06b69917813dd9efa0b0f72204b9e1e1c01", + "Addresses": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "AllowedIPs": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "Endpoints": ["77.164.248.136:35779", "10.65.0.27:35779", "172.17.0.1:35779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 47229}, + {"Proto": "peerapi6", "Port": 47229} + ]}, + "Created": "2026-04-09T08:41:25.892314555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2969518799794489, + "StableID": "niXWhxDuBQ11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:3682c3317963644a48e625ef6961d148743755184591aef4c714f79a96feff42", - "Addresses": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "AllowedIPs": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "Endpoints": ["77.164.248.136:46752", "10.65.0.27:46752", "172.17.0.1:46752"], - "HomeDERP": 14, + "Key": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:40e5d4a0d6eb0b0acdf457c452c230f5f6537bcb17775b8b10e10e3cdb905c57", + "Addresses": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "AllowedIPs": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "Endpoints": ["77.164.248.136:43069", "10.65.0.27:43069", "172.17.0.1:43069"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61334}, - {"Proto": "peerapi6", "Port": 61334} + {"Proto": "peerapi4", "Port": 46176}, + {"Proto": "peerapi6", "Port": 46176} ]}, - "Created": "2026-04-09T01:35:32.191311647Z", + "Created": "2026-04-09T08:41:31.782871501Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8883239137041688, - "StableID": "n1ZPKUdENC21CNTRL", + "ID": 3287573476120453, + "StableID": "nciTKsywfS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "KeyExpiry": "2026-10-06T08:41:32Z", + "DiscoKey": "discokey:4c1672724162898c6af4b9f0cbefe2ab731b7469bb4c65ed5d81f4d82aa8ae5f", + "Addresses": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "AllowedIPs": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46203}, + {"Proto": "peerapi6", "Port": 46203} + ]}, + "Created": "2026-04-09T08:41:32.320325507Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3879616816557346, + "StableID": "nhNRxPx5JX11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "DiscoKey": "discokey:269573d0a4310cff8d179be702e5c05bd31a5c4f374896ce9618410b278b990d", + "Addresses": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "AllowedIPs": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "Endpoints": ["77.164.248.136:50033", "10.65.0.27:50033", "172.17.0.1:50033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 54073}, + {"Proto": "peerapi6", "Port": 54073} + ]}, + "Created": "2026-04-09T08:41:29.629472702Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4540589449619545, + "StableID": "nS3Q9xaSTc11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "DiscoKey": "discokey:3f963f11b3a47b17aec2b22bf358af05020a874436ae69d2a542bc2f00ea243d", + "Addresses": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "AllowedIPs": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "Endpoints": ["77.164.248.136:48290", "10.65.0.27:48290", "172.17.0.1:48290"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62893}, + {"Proto": "peerapi6", "Port": 62893} + ]}, + "Created": "2026-04-09T08:41:28.546769308Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5164042087255928, + "StableID": "nHdXpUdoKh11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "DiscoKey": "discokey:97e59a288a70ead0e474bbfad2244160c9be341ecc0a7c1c5f798a0611e07948", + "Addresses": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "AllowedIPs": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "Endpoints": ["77.164.248.136:52579", "10.65.0.27:52579", "172.17.0.1:52579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42434}, + {"Proto": "peerapi6", "Port": 42434} + ]}, + "Created": "2026-04-09T08:41:26.95559791Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5483197399280367, + "StableID": "n6Q8rGJMpj11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "DiscoKey": "discokey:e7bda0a65638ebc7745c2d2c287fde78b0922ed39161be8e77cb0d28d2ef0f10", - "Addresses": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "AllowedIPs": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "Endpoints": ["77.164.248.136:56133", "10.65.0.27:56133", "172.17.0.1:56133"], + "Key": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "DiscoKey": "discokey:b4d475395b9ae783eae7b614356371db04e472e2a001a7f97977c14d6f673048", + "Addresses": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "AllowedIPs": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "Endpoints": ["77.164.248.136:41155", "10.65.0.27:41155", "172.17.0.1:41155"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52880}, - {"Proto": "peerapi6", "Port": 52880} + {"Proto": "peerapi4", "Port": 41362}, + {"Proto": "peerapi6", "Port": 41362} ]}, - "Created": "2026-04-09T01:35:27.868197831Z", + "Created": "2026-04-09T08:41:27.486653177Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7256825350546947, + "StableID": "nz42QoVdfy11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "DiscoKey": "discokey:8741990547cdcc777280cdaac899d6904c014a6fc9e862f2e130860fe3f2f055", + "Addresses": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "AllowedIPs": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "Endpoints": ["77.164.248.136:41866", "10.65.0.27:41866", "172.17.0.1:41866"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 45795}, + {"Proto": "peerapi6", "Port": 45795} + ]}, + "Created": "2026-04-09T08:41:28.017082037Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7381798950001755, + "StableID": "nSAsRnLEez11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "DiscoKey": "discokey:a3398e8d598c755063abf929069b332b48c8f422b987c1fb4bdca250f0817435", + "Addresses": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "AllowedIPs": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "Endpoints": ["77.164.248.136:43857", "10.65.0.27:43857", "172.17.0.1:43857"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50423}, + {"Proto": "peerapi6", "Port": 50423} + ]}, + "Created": "2026-04-09T08:41:25.328099815Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8868511341837139, + "StableID": "nJvHVmkZFC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "DiscoKey": "discokey:5d25341b65be98e3d6e8b97812e9283e07ecd486254c135b80e3b3f3bc8c4930", + "Addresses": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "AllowedIPs": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 51872}, + {"Proto": "peerapi6", "Port": 51872} + ]}, + "Created": "2026-04-09T08:41:30.691079457Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13834,27 +13852,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "726518199701766": { - "ID": 726518199701766, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2779956861424378": { + "ID": 2779956861424378, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13885,26 +13905,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 851297888053716, - "StableID": "nbLcEp9Ze711CNTRL", + "ID": 7256825350546947, + "StableID": "nz42QoVdfy11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 851297888053716, - "Key": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "DiscoKey": "discokey:4af16413239394505d66c8ab6c102e971a425febc06fe6cf0930a066b9ff8364", - "Addresses": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "AllowedIPs": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "Endpoints": ["77.164.248.136:41522", "10.65.0.27:41522", "172.17.0.1:41522"], + "User": 7256825350546947, + "Key": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "DiscoKey": "discokey:8741990547cdcc777280cdaac899d6904c014a6fc9e862f2e130860fe3f2f055", + "Addresses": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "AllowedIPs": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "Endpoints": ["77.164.248.136:41866", "10.65.0.27:41866", "172.17.0.1:41866"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 37291}, - {"Proto": "peerapi6", "Port": 37291}, + {"Proto": "peerapi4", "Port": 45795}, + {"Proto": "peerapi6", "Port": 45795}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:28.423434497Z", + "Created": "2026-04-09T08:41:28.017082037Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13932,302 +13952,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "MachineKey": "mkey:35c3ad003a4aa458a9245603f7c9cd4010eb74bed4dec7b772a6476fc8b3ca7a", + "NodeKey": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "MachineKey": "mkey:5e3b8d96ab83d10f64caa6ddbffb113b4480fb959200c88e18a468f5c0b5aa3b", "Peers": [{ - "ID": 221571326618997, - "StableID": "nSj5QaJMj211CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "DiscoKey": "discokey:4ddd1cdf21434384c319f33334e39a98849ed6d37c023b814792f645988c3f04", - "Addresses": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "AllowedIPs": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "Endpoints": ["77.164.248.136:33876", "10.65.0.27:33876", "172.17.0.1:33876"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52224}, - {"Proto": "peerapi6", "Port": 52224} - ]}, - "Created": "2026-04-09T01:35:28.955220483Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 726518199701766, - "StableID": "n1NrTGQ3g611CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "DiscoKey": "discokey:e818a2d6d78bd2280b5c26298d159c9b191113a4fa365d59e72abeaddea32356", - "Addresses": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "AllowedIPs": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "Endpoints": ["77.164.248.136:50612", "10.65.0.27:50612", "172.17.0.1:50612"], - "HomeDERP": 18, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 52706}, - {"Proto": "peerapi6", "Port": 52706} - ]}, - "Created": "2026-04-09T01:35:26.763295289Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3333557744778989, - "StableID": "nE36gjum2T11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:a7431171da7b89d3833d1393eb603f8318857a4a0748881034b066748df78b5f", - "Addresses": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "AllowedIPs": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "Endpoints": ["77.164.248.136:51334", "10.65.0.27:51334", "172.17.0.1:51334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59453}, - {"Proto": "peerapi6", "Port": 59453} - ]}, - "Created": "2026-04-09T01:35:32.734207399Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4303923262765338, - "StableID": "n7RzdRmFca11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "DiscoKey": "discokey:b1d15590a34400737925e144c1a32e9a496c3fa1eef7dbf7f0d434b766694447", - "Addresses": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "AllowedIPs": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "Endpoints": ["77.164.248.136:46668", "10.65.0.27:46668", "172.17.0.1:46668"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36675}, - {"Proto": "peerapi6", "Port": 36675} - ]}, - "Created": "2026-04-09T01:35:30.574924408Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689519856522506, - "StableID": "nPqSDcjtcd11CNTRL", + "ID": 241415182851795, + "StableID": "n4BE2vZLt211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "DiscoKey": "discokey:ec43b18a6799df44abe8aff0fed7deb32fbe89fc6375001a3761a42d35fec856", - "Addresses": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "AllowedIPs": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "Endpoints": ["77.164.248.136:49991", "10.65.0.27:49991", "172.17.0.1:49991"], + "Key": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "DiscoKey": "discokey:a2ace64483d317388ab5b64a8153b790365f710dc9166af011a485ac8d89b33d", + "Addresses": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "AllowedIPs": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "Endpoints": ["77.164.248.136:41000", "10.65.0.27:41000", "172.17.0.1:41000"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56330}, - {"Proto": "peerapi6", "Port": 56330} + {"Proto": "peerapi4", "Port": 37460}, + {"Proto": "peerapi6", "Port": 37460} ]}, - "Created": "2026-04-09T01:35:25.151821436Z", + "Created": "2026-04-09T08:41:24.787479488Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5397337110707973, - "StableID": "nnMKAqtT9j11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "KeyExpiry": "2026-10-06T01:35:31Z", - "DiscoKey": "discokey:a9f11286ecbe7bb2c5006f4cf7de947d796a826c5742ca1f0df991f2b889ea76", - "Addresses": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "AllowedIPs": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "Endpoints": ["77.164.248.136:39842", "10.65.0.27:39842", "172.17.0.1:39842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 63257}, - {"Proto": "peerapi6", "Port": 63257} - ]}, - "Created": "2026-04-09T01:35:31.644890074Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5429802583933363, - "StableID": "naAhryhAQj11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "DiscoKey": "discokey:3574bd3927c9df84ce6644f04b6bc01deee900272389b7987ba14f973e7a6772", - "Addresses": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "AllowedIPs": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "Endpoints": ["77.164.248.136:52662", "10.65.0.27:52662", "172.17.0.1:52662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44329}, - {"Proto": "peerapi6", "Port": 44329} - ]}, - "Created": "2026-04-09T01:35:26.226346584Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5555653413673303, - "StableID": "nWn3jUbAPk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "DiscoKey": "discokey:929f75afd962166dc93de426a275100067f021e0f5a22c5b22f128e838ca9825", - "Addresses": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "AllowedIPs": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "Endpoints": ["77.164.248.136:33657", "10.65.0.27:33657", "172.17.0.1:33657"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 59151}, - {"Proto": "peerapi6", "Port": 59151} - ]}, - "Created": "2026-04-09T01:35:30.027743769Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6569680327645961, - "StableID": "nWhxjzMRJt11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "DiscoKey": "discokey:e8ffe6b8ee0879cb609e3572e2a50c06296fb75f243d47823dbf69b943f33c1f", - "Addresses": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "AllowedIPs": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "Endpoints": ["77.164.248.136:37164", "10.65.0.27:37164", "172.17.0.1:37164"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55897}, - {"Proto": "peerapi6", "Port": 55897} - ]}, - "Created": "2026-04-09T01:35:27.320762908Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7173319056365738, - "StableID": "nXbm8pvo1y11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "DiscoKey": "discokey:633005b53eb8a874eaa1a4bbba153b5b27f5b1f3951d44f78b4d5a7a3dce7d37", - "Addresses": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "AllowedIPs": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "Endpoints": ["77.164.248.136:59692", "10.65.0.27:59692", "172.17.0.1:59692"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54599}, - {"Proto": "peerapi6", "Port": 54599} - ]}, - "Created": "2026-04-09T01:35:25.693744599Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7408793859616910, - "StableID": "noDo9CTTrz11CNTRL", + "ID": 1489621078190782, + "StableID": "n77JiYpedC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "DiscoKey": "discokey:ff6513febbfacc0ad98e9c628f99c60982eef3940612a3375b20f8f908b8ca49", - "Addresses": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "AllowedIPs": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "Endpoints": ["77.164.248.136:58027", "10.65.0.27:58027", "172.17.0.1:58027"], + "Key": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "DiscoKey": "discokey:9ecfc3c9d31737190b333235a4f468dbd8b1983e7fa3fc925fd3eaab8f054700", + "Addresses": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "AllowedIPs": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "Endpoints": ["77.164.248.136:43342", "10.65.0.27:43342", "172.17.0.1:43342"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 33523}, - {"Proto": "peerapi6", "Port": 33523} + {"Proto": "peerapi4", "Port": 43957}, + {"Proto": "peerapi6", "Port": 43957} ]}, - "Created": "2026-04-09T01:35:29.492812968Z", + "Created": "2026-04-09T08:41:29.082255415Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8142402627286186, - "StableID": "nRespN7ia621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1980448481200795, + "StableID": "nE4HZM2xTG11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "DiscoKey": "discokey:d6a8da2412b0443e3637b8fc911c1369786e9a1ecd1f722fbd9130eb9f49125f", - "Addresses": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "AllowedIPs": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "Endpoints": ["77.164.248.136:51735", "10.65.0.27:51735", "172.17.0.1:51735"], + "Key": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "DiscoKey": "discokey:a41d50476671358ed5dc82a7a7695a15cf9f318f3d154a13838fcce042502d42", + "Addresses": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "AllowedIPs": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "Endpoints": ["77.164.248.136:55538", "10.65.0.27:55538", "172.17.0.1:55538"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57188}, - {"Proto": "peerapi6", "Port": 57188} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42845}, + {"Proto": "peerapi6", "Port": 42845} ]}, - "Created": "2026-04-09T01:35:31.114840488Z", + "Created": "2026-04-09T08:41:30.163880883Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 8759149109648529, - "StableID": "nUCKXfz2QB21CNTRL", + "ID": 2496871003547081, + "StableID": "na78TuZqVL11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:cb40048d3bab1e0d8abbdba5d720c711c01ccb85c72647a8dd1653ade9d1f85f", + "Addresses": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "AllowedIPs": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "Endpoints": ["77.164.248.136:58649", "10.65.0.27:58649", "172.17.0.1:58649"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48964}, + {"Proto": "peerapi6", "Port": 48964} + ]}, + "Created": "2026-04-09T08:41:31.252658519Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2560820365470103, + "StableID": "nvWbahQozL11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "DiscoKey": "discokey:d35536e80d981664f36bcabcafcba06b69917813dd9efa0b0f72204b9e1e1c01", + "Addresses": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "AllowedIPs": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "Endpoints": ["77.164.248.136:35779", "10.65.0.27:35779", "172.17.0.1:35779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 47229}, + {"Proto": "peerapi6", "Port": 47229} + ]}, + "Created": "2026-04-09T08:41:25.892314555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2779956861424378, + "StableID": "nRr5Lfk3iN11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "DiscoKey": "discokey:fe5f2dac9506533e72f376452866af7245a4572d8d96c2b6c115332f8811fd54", + "Addresses": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "AllowedIPs": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "Endpoints": ["77.164.248.136:37790", "10.65.0.27:37790", "172.17.0.1:37790"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52803}, + {"Proto": "peerapi6", "Port": 52803} + ]}, + "Created": "2026-04-09T08:41:26.422183837Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2969518799794489, + "StableID": "niXWhxDuBQ11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:3682c3317963644a48e625ef6961d148743755184591aef4c714f79a96feff42", - "Addresses": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "AllowedIPs": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "Endpoints": ["77.164.248.136:46752", "10.65.0.27:46752", "172.17.0.1:46752"], - "HomeDERP": 14, + "Key": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:40e5d4a0d6eb0b0acdf457c452c230f5f6537bcb17775b8b10e10e3cdb905c57", + "Addresses": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "AllowedIPs": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "Endpoints": ["77.164.248.136:43069", "10.65.0.27:43069", "172.17.0.1:43069"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61334}, - {"Proto": "peerapi6", "Port": 61334} + {"Proto": "peerapi4", "Port": 46176}, + {"Proto": "peerapi6", "Port": 46176} ]}, - "Created": "2026-04-09T01:35:32.191311647Z", + "Created": "2026-04-09T08:41:31.782871501Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8883239137041688, - "StableID": "n1ZPKUdENC21CNTRL", + "ID": 3287573476120453, + "StableID": "nciTKsywfS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "KeyExpiry": "2026-10-06T08:41:32Z", + "DiscoKey": "discokey:4c1672724162898c6af4b9f0cbefe2ab731b7469bb4c65ed5d81f4d82aa8ae5f", + "Addresses": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "AllowedIPs": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "Endpoints": ["77.164.248.136:50393", "10.65.0.27:50393", "172.17.0.1:50393"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46203}, + {"Proto": "peerapi6", "Port": 46203} + ]}, + "Created": "2026-04-09T08:41:32.320325507Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3879616816557346, + "StableID": "nhNRxPx5JX11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "DiscoKey": "discokey:269573d0a4310cff8d179be702e5c05bd31a5c4f374896ce9618410b278b990d", + "Addresses": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "AllowedIPs": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "Endpoints": ["77.164.248.136:50033", "10.65.0.27:50033", "172.17.0.1:50033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 54073}, + {"Proto": "peerapi6", "Port": 54073} + ]}, + "Created": "2026-04-09T08:41:29.629472702Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4540589449619545, + "StableID": "nS3Q9xaSTc11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "DiscoKey": "discokey:3f963f11b3a47b17aec2b22bf358af05020a874436ae69d2a542bc2f00ea243d", + "Addresses": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "AllowedIPs": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "Endpoints": ["77.164.248.136:48290", "10.65.0.27:48290", "172.17.0.1:48290"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62893}, + {"Proto": "peerapi6", "Port": 62893} + ]}, + "Created": "2026-04-09T08:41:28.546769308Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5164042087255928, + "StableID": "nHdXpUdoKh11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "DiscoKey": "discokey:97e59a288a70ead0e474bbfad2244160c9be341ecc0a7c1c5f798a0611e07948", + "Addresses": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "AllowedIPs": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "Endpoints": ["77.164.248.136:52579", "10.65.0.27:52579", "172.17.0.1:52579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42434}, + {"Proto": "peerapi6", "Port": 42434} + ]}, + "Created": "2026-04-09T08:41:26.95559791Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5483197399280367, + "StableID": "n6Q8rGJMpj11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "DiscoKey": "discokey:e7bda0a65638ebc7745c2d2c287fde78b0922ed39161be8e77cb0d28d2ef0f10", - "Addresses": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "AllowedIPs": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "Endpoints": ["77.164.248.136:56133", "10.65.0.27:56133", "172.17.0.1:56133"], + "Key": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "DiscoKey": "discokey:b4d475395b9ae783eae7b614356371db04e472e2a001a7f97977c14d6f673048", + "Addresses": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "AllowedIPs": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "Endpoints": ["77.164.248.136:41155", "10.65.0.27:41155", "172.17.0.1:41155"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52880}, - {"Proto": "peerapi6", "Port": 52880} + {"Proto": "peerapi4", "Port": 41362}, + {"Proto": "peerapi6", "Port": 41362} ]}, - "Created": "2026-04-09T01:35:27.868197831Z", + "Created": "2026-04-09T08:41:27.486653177Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7381798950001755, + "StableID": "nSAsRnLEez11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "DiscoKey": "discokey:a3398e8d598c755063abf929069b332b48c8f422b987c1fb4bdca250f0817435", + "Addresses": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "AllowedIPs": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "Endpoints": ["77.164.248.136:43857", "10.65.0.27:43857", "172.17.0.1:43857"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50423}, + {"Proto": "peerapi6", "Port": 50423} + ]}, + "Created": "2026-04-09T08:41:25.328099815Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8868511341837139, + "StableID": "nJvHVmkZFC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "DiscoKey": "discokey:5d25341b65be98e3d6e8b97812e9283e07ecd486254c135b80e3b3f3bc8c4930", + "Addresses": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "AllowedIPs": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 51872}, + {"Proto": "peerapi6", "Port": 51872} + ]}, + "Created": "2026-04-09T08:41:30.691079457Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15075,27 +15095,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "851297888053716": { - "ID": 851297888053716, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7256825350546947": { + "ID": 7256825350546947, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15126,26 +15148,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7408793859616910, - "StableID": "noDo9CTTrz11CNTRL", + "ID": 1489621078190782, + "StableID": "n77JiYpedC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 7408793859616910, - "Key": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "DiscoKey": "discokey:ff6513febbfacc0ad98e9c628f99c60982eef3940612a3375b20f8f908b8ca49", - "Addresses": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "AllowedIPs": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "Endpoints": ["77.164.248.136:58027", "10.65.0.27:58027", "172.17.0.1:58027"], + "User": 1489621078190782, + "Key": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "DiscoKey": "discokey:9ecfc3c9d31737190b333235a4f468dbd8b1983e7fa3fc925fd3eaab8f054700", + "Addresses": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "AllowedIPs": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "Endpoints": ["77.164.248.136:43342", "10.65.0.27:43342", "172.17.0.1:43342"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 33523}, - {"Proto": "peerapi6", "Port": 33523}, + {"Proto": "peerapi4", "Port": 43957}, + {"Proto": "peerapi6", "Port": 43957}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:29.492812968Z", + "Created": "2026-04-09T08:41:29.082255415Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15173,302 +15195,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "MachineKey": "mkey:462bf0bcfb56ea0d5fc3fead79e53766c78006e74c72053837616635aa7b0e0f", + "NodeKey": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "MachineKey": "mkey:f9e404cc2164b5b5d0b5d6a2ad96063285f02c71215fd3af42ab1661073c0234", "Peers": [{ - "ID": 221571326618997, - "StableID": "nSj5QaJMj211CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "DiscoKey": "discokey:4ddd1cdf21434384c319f33334e39a98849ed6d37c023b814792f645988c3f04", - "Addresses": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "AllowedIPs": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "Endpoints": ["77.164.248.136:33876", "10.65.0.27:33876", "172.17.0.1:33876"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52224}, - {"Proto": "peerapi6", "Port": 52224} - ]}, - "Created": "2026-04-09T01:35:28.955220483Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 726518199701766, - "StableID": "n1NrTGQ3g611CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "DiscoKey": "discokey:e818a2d6d78bd2280b5c26298d159c9b191113a4fa365d59e72abeaddea32356", - "Addresses": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "AllowedIPs": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "Endpoints": ["77.164.248.136:50612", "10.65.0.27:50612", "172.17.0.1:50612"], - "HomeDERP": 18, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 52706}, - {"Proto": "peerapi6", "Port": 52706} - ]}, - "Created": "2026-04-09T01:35:26.763295289Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 851297888053716, - "StableID": "nbLcEp9Ze711CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "DiscoKey": "discokey:4af16413239394505d66c8ab6c102e971a425febc06fe6cf0930a066b9ff8364", - "Addresses": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "AllowedIPs": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "Endpoints": ["77.164.248.136:41522", "10.65.0.27:41522", "172.17.0.1:41522"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37291}, - {"Proto": "peerapi6", "Port": 37291} - ]}, - "Created": "2026-04-09T01:35:28.423434497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3333557744778989, - "StableID": "nE36gjum2T11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:a7431171da7b89d3833d1393eb603f8318857a4a0748881034b066748df78b5f", - "Addresses": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "AllowedIPs": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "Endpoints": ["77.164.248.136:51334", "10.65.0.27:51334", "172.17.0.1:51334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59453}, - {"Proto": "peerapi6", "Port": 59453} - ]}, - "Created": "2026-04-09T01:35:32.734207399Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4303923262765338, - "StableID": "n7RzdRmFca11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "DiscoKey": "discokey:b1d15590a34400737925e144c1a32e9a496c3fa1eef7dbf7f0d434b766694447", - "Addresses": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "AllowedIPs": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "Endpoints": ["77.164.248.136:46668", "10.65.0.27:46668", "172.17.0.1:46668"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36675}, - {"Proto": "peerapi6", "Port": 36675} - ]}, - "Created": "2026-04-09T01:35:30.574924408Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689519856522506, - "StableID": "nPqSDcjtcd11CNTRL", + "ID": 241415182851795, + "StableID": "n4BE2vZLt211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "DiscoKey": "discokey:ec43b18a6799df44abe8aff0fed7deb32fbe89fc6375001a3761a42d35fec856", - "Addresses": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "AllowedIPs": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "Endpoints": ["77.164.248.136:49991", "10.65.0.27:49991", "172.17.0.1:49991"], + "Key": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "DiscoKey": "discokey:a2ace64483d317388ab5b64a8153b790365f710dc9166af011a485ac8d89b33d", + "Addresses": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "AllowedIPs": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "Endpoints": ["77.164.248.136:41000", "10.65.0.27:41000", "172.17.0.1:41000"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56330}, - {"Proto": "peerapi6", "Port": 56330} + {"Proto": "peerapi4", "Port": 37460}, + {"Proto": "peerapi6", "Port": 37460} ]}, - "Created": "2026-04-09T01:35:25.151821436Z", + "Created": "2026-04-09T08:41:24.787479488Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5397337110707973, - "StableID": "nnMKAqtT9j11CNTRL", + "ID": 1980448481200795, + "StableID": "nE4HZM2xTG11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "DiscoKey": "discokey:a41d50476671358ed5dc82a7a7695a15cf9f318f3d154a13838fcce042502d42", + "Addresses": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "AllowedIPs": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "Endpoints": ["77.164.248.136:55538", "10.65.0.27:55538", "172.17.0.1:55538"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42845}, + {"Proto": "peerapi6", "Port": 42845} + ]}, + "Created": "2026-04-09T08:41:30.163880883Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2496871003547081, + "StableID": "na78TuZqVL11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "KeyExpiry": "2026-10-06T01:35:31Z", - "DiscoKey": "discokey:a9f11286ecbe7bb2c5006f4cf7de947d796a826c5742ca1f0df991f2b889ea76", - "Addresses": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "AllowedIPs": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "Endpoints": ["77.164.248.136:39842", "10.65.0.27:39842", "172.17.0.1:39842"], + "Key": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:cb40048d3bab1e0d8abbdba5d720c711c01ccb85c72647a8dd1653ade9d1f85f", + "Addresses": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "AllowedIPs": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "Endpoints": ["77.164.248.136:58649", "10.65.0.27:58649", "172.17.0.1:58649"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 63257}, - {"Proto": "peerapi6", "Port": 63257} + {"Proto": "peerapi4", "Port": 48964}, + {"Proto": "peerapi6", "Port": 48964} ]}, - "Created": "2026-04-09T01:35:31.644890074Z", + "Created": "2026-04-09T08:41:31.252658519Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 5429802583933363, - "StableID": "naAhryhAQj11CNTRL", + "ID": 2560820365470103, + "StableID": "nvWbahQozL11CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "DiscoKey": "discokey:3574bd3927c9df84ce6644f04b6bc01deee900272389b7987ba14f973e7a6772", - "Addresses": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "AllowedIPs": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "Endpoints": ["77.164.248.136:52662", "10.65.0.27:52662", "172.17.0.1:52662"], + "Key": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "DiscoKey": "discokey:d35536e80d981664f36bcabcafcba06b69917813dd9efa0b0f72204b9e1e1c01", + "Addresses": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "AllowedIPs": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "Endpoints": ["77.164.248.136:35779", "10.65.0.27:35779", "172.17.0.1:35779"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44329}, - {"Proto": "peerapi6", "Port": 44329} + {"Proto": "peerapi4", "Port": 47229}, + {"Proto": "peerapi6", "Port": 47229} ]}, - "Created": "2026-04-09T01:35:26.226346584Z", + "Created": "2026-04-09T08:41:25.892314555Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 5555653413673303, - "StableID": "nWn3jUbAPk11CNTRL", + "ID": 2779956861424378, + "StableID": "nRr5Lfk3iN11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "DiscoKey": "discokey:fe5f2dac9506533e72f376452866af7245a4572d8d96c2b6c115332f8811fd54", + "Addresses": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "AllowedIPs": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "Endpoints": ["77.164.248.136:37790", "10.65.0.27:37790", "172.17.0.1:37790"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52803}, + {"Proto": "peerapi6", "Port": 52803} + ]}, + "Created": "2026-04-09T08:41:26.422183837Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2969518799794489, + "StableID": "niXWhxDuBQ11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:40e5d4a0d6eb0b0acdf457c452c230f5f6537bcb17775b8b10e10e3cdb905c57", + "Addresses": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "AllowedIPs": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "Endpoints": ["77.164.248.136:43069", "10.65.0.27:43069", "172.17.0.1:43069"], + "HomeDERP": 8, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 46176}, + {"Proto": "peerapi6", "Port": 46176} + ]}, + "Created": "2026-04-09T08:41:31.782871501Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 3287573476120453, + "StableID": "nciTKsywfS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "KeyExpiry": "2026-10-06T08:41:32Z", + "DiscoKey": "discokey:4c1672724162898c6af4b9f0cbefe2ab731b7469bb4c65ed5d81f4d82aa8ae5f", + "Addresses": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "AllowedIPs": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "Endpoints": ["77.164.248.136:50393", "10.65.0.27:50393", "172.17.0.1:50393"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46203}, + {"Proto": "peerapi6", "Port": 46203} + ]}, + "Created": "2026-04-09T08:41:32.320325507Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3879616816557346, + "StableID": "nhNRxPx5JX11CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "DiscoKey": "discokey:929f75afd962166dc93de426a275100067f021e0f5a22c5b22f128e838ca9825", - "Addresses": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "AllowedIPs": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "Endpoints": ["77.164.248.136:33657", "10.65.0.27:33657", "172.17.0.1:33657"], + "Key": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "DiscoKey": "discokey:269573d0a4310cff8d179be702e5c05bd31a5c4f374896ce9618410b278b990d", + "Addresses": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "AllowedIPs": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "Endpoints": ["77.164.248.136:50033", "10.65.0.27:50033", "172.17.0.1:50033"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 59151}, - {"Proto": "peerapi6", "Port": 59151} + {"Proto": "peerapi4", "Port": 54073}, + {"Proto": "peerapi6", "Port": 54073} ]}, - "Created": "2026-04-09T01:35:30.027743769Z", + "Created": "2026-04-09T08:41:29.629472702Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 6569680327645961, - "StableID": "nWhxjzMRJt11CNTRL", + "ID": 4540589449619545, + "StableID": "nS3Q9xaSTc11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "DiscoKey": "discokey:3f963f11b3a47b17aec2b22bf358af05020a874436ae69d2a542bc2f00ea243d", + "Addresses": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "AllowedIPs": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "Endpoints": ["77.164.248.136:48290", "10.65.0.27:48290", "172.17.0.1:48290"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62893}, + {"Proto": "peerapi6", "Port": 62893} + ]}, + "Created": "2026-04-09T08:41:28.546769308Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5164042087255928, + "StableID": "nHdXpUdoKh11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "DiscoKey": "discokey:e8ffe6b8ee0879cb609e3572e2a50c06296fb75f243d47823dbf69b943f33c1f", - "Addresses": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "AllowedIPs": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "Endpoints": ["77.164.248.136:37164", "10.65.0.27:37164", "172.17.0.1:37164"], + "Key": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "DiscoKey": "discokey:97e59a288a70ead0e474bbfad2244160c9be341ecc0a7c1c5f798a0611e07948", + "Addresses": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "AllowedIPs": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "Endpoints": ["77.164.248.136:52579", "10.65.0.27:52579", "172.17.0.1:52579"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55897}, - {"Proto": "peerapi6", "Port": 55897} + {"Proto": "peerapi4", "Port": 42434}, + {"Proto": "peerapi6", "Port": 42434} ]}, - "Created": "2026-04-09T01:35:27.320762908Z", + "Created": "2026-04-09T08:41:26.95559791Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7173319056365738, - "StableID": "nXbm8pvo1y11CNTRL", + "ID": 5483197399280367, + "StableID": "n6Q8rGJMpj11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "DiscoKey": "discokey:b4d475395b9ae783eae7b614356371db04e472e2a001a7f97977c14d6f673048", + "Addresses": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "AllowedIPs": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "Endpoints": ["77.164.248.136:41155", "10.65.0.27:41155", "172.17.0.1:41155"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 41362}, + {"Proto": "peerapi6", "Port": 41362} + ]}, + "Created": "2026-04-09T08:41:27.486653177Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 7256825350546947, + "StableID": "nz42QoVdfy11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "DiscoKey": "discokey:8741990547cdcc777280cdaac899d6904c014a6fc9e862f2e130860fe3f2f055", + "Addresses": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "AllowedIPs": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "Endpoints": ["77.164.248.136:41866", "10.65.0.27:41866", "172.17.0.1:41866"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 45795}, + {"Proto": "peerapi6", "Port": 45795} + ]}, + "Created": "2026-04-09T08:41:28.017082037Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7381798950001755, + "StableID": "nSAsRnLEez11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "DiscoKey": "discokey:633005b53eb8a874eaa1a4bbba153b5b27f5b1f3951d44f78b4d5a7a3dce7d37", - "Addresses": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "AllowedIPs": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "Endpoints": ["77.164.248.136:59692", "10.65.0.27:59692", "172.17.0.1:59692"], + "Key": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "DiscoKey": "discokey:a3398e8d598c755063abf929069b332b48c8f422b987c1fb4bdca250f0817435", + "Addresses": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "AllowedIPs": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "Endpoints": ["77.164.248.136:43857", "10.65.0.27:43857", "172.17.0.1:43857"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54599}, - {"Proto": "peerapi6", "Port": 54599} + {"Proto": "peerapi4", "Port": 50423}, + {"Proto": "peerapi6", "Port": 50423} ]}, - "Created": "2026-04-09T01:35:25.693744599Z", + "Created": "2026-04-09T08:41:25.328099815Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8142402627286186, - "StableID": "nRespN7ia621CNTRL", + "ID": 8868511341837139, + "StableID": "nJvHVmkZFC21CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "DiscoKey": "discokey:d6a8da2412b0443e3637b8fc911c1369786e9a1ecd1f722fbd9130eb9f49125f", - "Addresses": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "AllowedIPs": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "Endpoints": ["77.164.248.136:51735", "10.65.0.27:51735", "172.17.0.1:51735"], + "Key": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "DiscoKey": "discokey:5d25341b65be98e3d6e8b97812e9283e07ecd486254c135b80e3b3f3bc8c4930", + "Addresses": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "AllowedIPs": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57188}, - {"Proto": "peerapi6", "Port": 57188} + {"Proto": "peerapi4", "Port": 51872}, + {"Proto": "peerapi6", "Port": 51872} ]}, - "Created": "2026-04-09T01:35:31.114840488Z", + "Created": "2026-04-09T08:41:30.691079457Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" - }, { - "ID": 8759149109648529, - "StableID": "nUCKXfz2QB21CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:3682c3317963644a48e625ef6961d148743755184591aef4c714f79a96feff42", - "Addresses": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "AllowedIPs": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "Endpoints": ["77.164.248.136:46752", "10.65.0.27:46752", "172.17.0.1:46752"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61334}, - {"Proto": "peerapi6", "Port": 61334} - ]}, - "Created": "2026-04-09T01:35:32.191311647Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8883239137041688, - "StableID": "n1ZPKUdENC21CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "DiscoKey": "discokey:e7bda0a65638ebc7745c2d2c287fde78b0922ed39161be8e77cb0d28d2ef0f10", - "Addresses": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "AllowedIPs": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "Endpoints": ["77.164.248.136:56133", "10.65.0.27:56133", "172.17.0.1:56133"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52880}, - {"Proto": "peerapi6", "Port": 52880} - ]}, - "Created": "2026-04-09T01:35:27.868197831Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16316,27 +16338,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7408793859616910": { - "ID": 7408793859616910, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1489621078190782": { + "ID": 1489621078190782, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16367,22 +16391,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8759149109648529, - "StableID": "nUCKXfz2QB21CNTRL", + "ID": 2969518799794489, + "StableID": "niXWhxDuBQ11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:3682c3317963644a48e625ef6961d148743755184591aef4c714f79a96feff42", - "Addresses": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "AllowedIPs": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "Endpoints": ["77.164.248.136:46752", "10.65.0.27:46752", "172.17.0.1:46752"], + "Key": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:40e5d4a0d6eb0b0acdf457c452c230f5f6537bcb17775b8b10e10e3cdb905c57", + "Addresses": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "AllowedIPs": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "Endpoints": ["77.164.248.136:43069", "10.65.0.27:43069", "172.17.0.1:43069"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61334}, - {"Proto": "peerapi6", "Port": 61334}, + {"Proto": "peerapi4", "Port": 46176}, + {"Proto": "peerapi6", "Port": 46176}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:32.191311647Z", + "Created": "2026-04-09T08:41:31.782871501Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16409,302 +16433,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "MachineKey": "mkey:bb7f6199683041ac68c572b6e8c0bae0132244f09f89a40afe2100204059f377", + "NodeKey": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "MachineKey": "mkey:dc2d0830ceee74e8b7ee01f217376a19749689e9ebc92370e0d2c3cbacceaf4c", "Peers": [{ - "ID": 221571326618997, - "StableID": "nSj5QaJMj211CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "DiscoKey": "discokey:4ddd1cdf21434384c319f33334e39a98849ed6d37c023b814792f645988c3f04", - "Addresses": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "AllowedIPs": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "Endpoints": ["77.164.248.136:33876", "10.65.0.27:33876", "172.17.0.1:33876"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52224}, - {"Proto": "peerapi6", "Port": 52224} - ]}, - "Created": "2026-04-09T01:35:28.955220483Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 726518199701766, - "StableID": "n1NrTGQ3g611CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "DiscoKey": "discokey:e818a2d6d78bd2280b5c26298d159c9b191113a4fa365d59e72abeaddea32356", - "Addresses": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "AllowedIPs": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "Endpoints": ["77.164.248.136:50612", "10.65.0.27:50612", "172.17.0.1:50612"], - "HomeDERP": 18, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 52706}, - {"Proto": "peerapi6", "Port": 52706} - ]}, - "Created": "2026-04-09T01:35:26.763295289Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 851297888053716, - "StableID": "nbLcEp9Ze711CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "DiscoKey": "discokey:4af16413239394505d66c8ab6c102e971a425febc06fe6cf0930a066b9ff8364", - "Addresses": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "AllowedIPs": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "Endpoints": ["77.164.248.136:41522", "10.65.0.27:41522", "172.17.0.1:41522"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37291}, - {"Proto": "peerapi6", "Port": 37291} - ]}, - "Created": "2026-04-09T01:35:28.423434497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3333557744778989, - "StableID": "nE36gjum2T11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:a7431171da7b89d3833d1393eb603f8318857a4a0748881034b066748df78b5f", - "Addresses": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "AllowedIPs": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "Endpoints": ["77.164.248.136:51334", "10.65.0.27:51334", "172.17.0.1:51334"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59453}, - {"Proto": "peerapi6", "Port": 59453} - ]}, - "Created": "2026-04-09T01:35:32.734207399Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4303923262765338, - "StableID": "n7RzdRmFca11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "DiscoKey": "discokey:b1d15590a34400737925e144c1a32e9a496c3fa1eef7dbf7f0d434b766694447", - "Addresses": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "AllowedIPs": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "Endpoints": ["77.164.248.136:46668", "10.65.0.27:46668", "172.17.0.1:46668"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36675}, - {"Proto": "peerapi6", "Port": 36675} - ]}, - "Created": "2026-04-09T01:35:30.574924408Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689519856522506, - "StableID": "nPqSDcjtcd11CNTRL", + "ID": 241415182851795, + "StableID": "n4BE2vZLt211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "DiscoKey": "discokey:ec43b18a6799df44abe8aff0fed7deb32fbe89fc6375001a3761a42d35fec856", - "Addresses": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "AllowedIPs": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "Endpoints": ["77.164.248.136:49991", "10.65.0.27:49991", "172.17.0.1:49991"], + "Key": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "DiscoKey": "discokey:a2ace64483d317388ab5b64a8153b790365f710dc9166af011a485ac8d89b33d", + "Addresses": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "AllowedIPs": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "Endpoints": ["77.164.248.136:41000", "10.65.0.27:41000", "172.17.0.1:41000"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56330}, - {"Proto": "peerapi6", "Port": 56330} + {"Proto": "peerapi4", "Port": 37460}, + {"Proto": "peerapi6", "Port": 37460} ]}, - "Created": "2026-04-09T01:35:25.151821436Z", + "Created": "2026-04-09T08:41:24.787479488Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5397337110707973, - "StableID": "nnMKAqtT9j11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "KeyExpiry": "2026-10-06T01:35:31Z", - "DiscoKey": "discokey:a9f11286ecbe7bb2c5006f4cf7de947d796a826c5742ca1f0df991f2b889ea76", - "Addresses": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "AllowedIPs": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "Endpoints": ["77.164.248.136:39842", "10.65.0.27:39842", "172.17.0.1:39842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 63257}, - {"Proto": "peerapi6", "Port": 63257} - ]}, - "Created": "2026-04-09T01:35:31.644890074Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5429802583933363, - "StableID": "naAhryhAQj11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "DiscoKey": "discokey:3574bd3927c9df84ce6644f04b6bc01deee900272389b7987ba14f973e7a6772", - "Addresses": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "AllowedIPs": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "Endpoints": ["77.164.248.136:52662", "10.65.0.27:52662", "172.17.0.1:52662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44329}, - {"Proto": "peerapi6", "Port": 44329} - ]}, - "Created": "2026-04-09T01:35:26.226346584Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5555653413673303, - "StableID": "nWn3jUbAPk11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "DiscoKey": "discokey:929f75afd962166dc93de426a275100067f021e0f5a22c5b22f128e838ca9825", - "Addresses": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "AllowedIPs": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "Endpoints": ["77.164.248.136:33657", "10.65.0.27:33657", "172.17.0.1:33657"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 59151}, - {"Proto": "peerapi6", "Port": 59151} - ]}, - "Created": "2026-04-09T01:35:30.027743769Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 6569680327645961, - "StableID": "nWhxjzMRJt11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "DiscoKey": "discokey:e8ffe6b8ee0879cb609e3572e2a50c06296fb75f243d47823dbf69b943f33c1f", - "Addresses": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "AllowedIPs": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "Endpoints": ["77.164.248.136:37164", "10.65.0.27:37164", "172.17.0.1:37164"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55897}, - {"Proto": "peerapi6", "Port": 55897} - ]}, - "Created": "2026-04-09T01:35:27.320762908Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7173319056365738, - "StableID": "nXbm8pvo1y11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "DiscoKey": "discokey:633005b53eb8a874eaa1a4bbba153b5b27f5b1f3951d44f78b4d5a7a3dce7d37", - "Addresses": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "AllowedIPs": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "Endpoints": ["77.164.248.136:59692", "10.65.0.27:59692", "172.17.0.1:59692"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54599}, - {"Proto": "peerapi6", "Port": 54599} - ]}, - "Created": "2026-04-09T01:35:25.693744599Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7408793859616910, - "StableID": "noDo9CTTrz11CNTRL", + "ID": 1489621078190782, + "StableID": "n77JiYpedC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "DiscoKey": "discokey:ff6513febbfacc0ad98e9c628f99c60982eef3940612a3375b20f8f908b8ca49", - "Addresses": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "AllowedIPs": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "Endpoints": ["77.164.248.136:58027", "10.65.0.27:58027", "172.17.0.1:58027"], + "Key": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "DiscoKey": "discokey:9ecfc3c9d31737190b333235a4f468dbd8b1983e7fa3fc925fd3eaab8f054700", + "Addresses": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "AllowedIPs": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "Endpoints": ["77.164.248.136:43342", "10.65.0.27:43342", "172.17.0.1:43342"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 33523}, - {"Proto": "peerapi6", "Port": 33523} + {"Proto": "peerapi4", "Port": 43957}, + {"Proto": "peerapi6", "Port": 43957} ]}, - "Created": "2026-04-09T01:35:29.492812968Z", + "Created": "2026-04-09T08:41:29.082255415Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8142402627286186, - "StableID": "nRespN7ia621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1980448481200795, + "StableID": "nE4HZM2xTG11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "DiscoKey": "discokey:d6a8da2412b0443e3637b8fc911c1369786e9a1ecd1f722fbd9130eb9f49125f", - "Addresses": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "AllowedIPs": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "Endpoints": ["77.164.248.136:51735", "10.65.0.27:51735", "172.17.0.1:51735"], + "Key": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "DiscoKey": "discokey:a41d50476671358ed5dc82a7a7695a15cf9f318f3d154a13838fcce042502d42", + "Addresses": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "AllowedIPs": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "Endpoints": ["77.164.248.136:55538", "10.65.0.27:55538", "172.17.0.1:55538"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57188}, - {"Proto": "peerapi6", "Port": 57188} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42845}, + {"Proto": "peerapi6", "Port": 42845} ]}, - "Created": "2026-04-09T01:35:31.114840488Z", + "Created": "2026-04-09T08:41:30.163880883Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 8883239137041688, - "StableID": "n1ZPKUdENC21CNTRL", + "ID": 2496871003547081, + "StableID": "na78TuZqVL11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:cb40048d3bab1e0d8abbdba5d720c711c01ccb85c72647a8dd1653ade9d1f85f", + "Addresses": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "AllowedIPs": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "Endpoints": ["77.164.248.136:58649", "10.65.0.27:58649", "172.17.0.1:58649"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48964}, + {"Proto": "peerapi6", "Port": 48964} + ]}, + "Created": "2026-04-09T08:41:31.252658519Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2560820365470103, + "StableID": "nvWbahQozL11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "DiscoKey": "discokey:d35536e80d981664f36bcabcafcba06b69917813dd9efa0b0f72204b9e1e1c01", + "Addresses": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "AllowedIPs": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "Endpoints": ["77.164.248.136:35779", "10.65.0.27:35779", "172.17.0.1:35779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 47229}, + {"Proto": "peerapi6", "Port": 47229} + ]}, + "Created": "2026-04-09T08:41:25.892314555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2779956861424378, + "StableID": "nRr5Lfk3iN11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "DiscoKey": "discokey:fe5f2dac9506533e72f376452866af7245a4572d8d96c2b6c115332f8811fd54", + "Addresses": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "AllowedIPs": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "Endpoints": ["77.164.248.136:37790", "10.65.0.27:37790", "172.17.0.1:37790"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52803}, + {"Proto": "peerapi6", "Port": 52803} + ]}, + "Created": "2026-04-09T08:41:26.422183837Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 3287573476120453, + "StableID": "nciTKsywfS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "KeyExpiry": "2026-10-06T08:41:32Z", + "DiscoKey": "discokey:4c1672724162898c6af4b9f0cbefe2ab731b7469bb4c65ed5d81f4d82aa8ae5f", + "Addresses": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "AllowedIPs": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "Endpoints": ["77.164.248.136:50393", "10.65.0.27:50393", "172.17.0.1:50393"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46203}, + {"Proto": "peerapi6", "Port": 46203} + ]}, + "Created": "2026-04-09T08:41:32.320325507Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 3879616816557346, + "StableID": "nhNRxPx5JX11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "DiscoKey": "discokey:269573d0a4310cff8d179be702e5c05bd31a5c4f374896ce9618410b278b990d", + "Addresses": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "AllowedIPs": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "Endpoints": ["77.164.248.136:50033", "10.65.0.27:50033", "172.17.0.1:50033"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 54073}, + {"Proto": "peerapi6", "Port": 54073} + ]}, + "Created": "2026-04-09T08:41:29.629472702Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 4540589449619545, + "StableID": "nS3Q9xaSTc11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "DiscoKey": "discokey:3f963f11b3a47b17aec2b22bf358af05020a874436ae69d2a542bc2f00ea243d", + "Addresses": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "AllowedIPs": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "Endpoints": ["77.164.248.136:48290", "10.65.0.27:48290", "172.17.0.1:48290"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62893}, + {"Proto": "peerapi6", "Port": 62893} + ]}, + "Created": "2026-04-09T08:41:28.546769308Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5164042087255928, + "StableID": "nHdXpUdoKh11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "DiscoKey": "discokey:97e59a288a70ead0e474bbfad2244160c9be341ecc0a7c1c5f798a0611e07948", + "Addresses": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "AllowedIPs": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "Endpoints": ["77.164.248.136:52579", "10.65.0.27:52579", "172.17.0.1:52579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42434}, + {"Proto": "peerapi6", "Port": 42434} + ]}, + "Created": "2026-04-09T08:41:26.95559791Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5483197399280367, + "StableID": "n6Q8rGJMpj11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "DiscoKey": "discokey:e7bda0a65638ebc7745c2d2c287fde78b0922ed39161be8e77cb0d28d2ef0f10", - "Addresses": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "AllowedIPs": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "Endpoints": ["77.164.248.136:56133", "10.65.0.27:56133", "172.17.0.1:56133"], + "Key": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "DiscoKey": "discokey:b4d475395b9ae783eae7b614356371db04e472e2a001a7f97977c14d6f673048", + "Addresses": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "AllowedIPs": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "Endpoints": ["77.164.248.136:41155", "10.65.0.27:41155", "172.17.0.1:41155"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52880}, - {"Proto": "peerapi6", "Port": 52880} + {"Proto": "peerapi4", "Port": 41362}, + {"Proto": "peerapi6", "Port": 41362} ]}, - "Created": "2026-04-09T01:35:27.868197831Z", + "Created": "2026-04-09T08:41:27.486653177Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7256825350546947, + "StableID": "nz42QoVdfy11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "DiscoKey": "discokey:8741990547cdcc777280cdaac899d6904c014a6fc9e862f2e130860fe3f2f055", + "Addresses": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "AllowedIPs": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "Endpoints": ["77.164.248.136:41866", "10.65.0.27:41866", "172.17.0.1:41866"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 45795}, + {"Proto": "peerapi6", "Port": 45795} + ]}, + "Created": "2026-04-09T08:41:28.017082037Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7381798950001755, + "StableID": "nSAsRnLEez11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "DiscoKey": "discokey:a3398e8d598c755063abf929069b332b48c8f422b987c1fb4bdca250f0817435", + "Addresses": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "AllowedIPs": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "Endpoints": ["77.164.248.136:43857", "10.65.0.27:43857", "172.17.0.1:43857"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50423}, + {"Proto": "peerapi6", "Port": 50423} + ]}, + "Created": "2026-04-09T08:41:25.328099815Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8868511341837139, + "StableID": "nJvHVmkZFC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "DiscoKey": "discokey:5d25341b65be98e3d6e8b97812e9283e07ecd486254c135b80e3b3f3bc8c4930", + "Addresses": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "AllowedIPs": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 51872}, + {"Proto": "peerapi6", "Port": 51872} + ]}, + "Created": "2026-04-09T08:41:30.691079457Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16732,13 +16756,13 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.74.176.67"}, {"nodeIP": "fd7a:115c:a1e0::4e37:b043"}], + "principals": [{"nodeIP": "100.114.81.47"}, {"nodeIP": "fd7a:115c:a1e0::5537:512f"}], "sshUsers": {"root": ""}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" } }, { - "principals": [{"nodeIP": "100.74.176.67"}, {"nodeIP": "fd7a:115c:a1e0::4e37:b043"}], + "principals": [{"nodeIP": "100.114.81.47"}, {"nodeIP": "fd7a:115c:a1e0::5537:512f"}], "sshUsers": {"freya": "freya"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -17564,32 +17588,33 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.74.176.67"}, {"nodeIP": "fd7a:115c:a1e0::4e37:b043"}], + "principals": [{"nodeIP": "100.114.81.47"}, {"nodeIP": "fd7a:115c:a1e0::5537:512f"}], "sshUsers": {"root": ""}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" } }, { - "principals": [{"nodeIP": "100.74.176.67"}, {"nodeIP": "fd7a:115c:a1e0::4e37:b043"}], + "principals": [{"nodeIP": "100.114.81.47"}, {"nodeIP": "fd7a:115c:a1e0::5537:512f"}], "sshUsers": {"freya": "freya"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" @@ -17623,21 +17648,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5555653413673303, - "StableID": "nWn3jUbAPk11CNTRL", + "ID": 3879616816557346, + "StableID": "nhNRxPx5JX11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 5555653413673303, - "Key": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "DiscoKey": "discokey:929f75afd962166dc93de426a275100067f021e0f5a22c5b22f128e838ca9825", - "Addresses": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "AllowedIPs": ["100.115.226.26/32", "fd7a:115c:a1e0::b237:e21a/128"], - "Endpoints": ["77.164.248.136:33657", "10.65.0.27:33657", "172.17.0.1:33657"], + "User": 3879616816557346, + "Key": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "DiscoKey": "discokey:269573d0a4310cff8d179be702e5c05bd31a5c4f374896ce9618410b278b990d", + "Addresses": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "AllowedIPs": ["100.67.91.77/32", "fd7a:115c:a1e0::b337:5b4d/128"], + "Endpoints": ["77.164.248.136:50033", "10.65.0.27:50033", "172.17.0.1:50033"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 59151}, - {"Proto": "peerapi6", "Port": 59151}, + {"Proto": "peerapi4", "Port": 54073}, + {"Proto": "peerapi6", "Port": 54073}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:30.027743769Z", + "Created": "2026-04-09T08:41:29.629472702Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17665,300 +17690,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d3f8feaa464a76132dededffb230a2d662a2275c0ba3b7e275681016b273e219", - "MachineKey": "mkey:7b51c8fd3d7991587ade8536c7b15bfaf120ddb12f63cc5bf6258f33f6ab164c", + "NodeKey": "nodekey:9f82f6596e737ceb67f887acacad6acce6585773f8a13af9695d42e3b3835b4c", + "MachineKey": "mkey:a7b03620fc4f404dd90631094e55a5950f4134e2057a8e515c0c5d08eaf39267", "Peers": [{ - "ID": 221571326618997, - "StableID": "nSj5QaJMj211CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6aa786e2e60a4fddfddb35ab72c0aa0568e38c210db0f5b6320ae17463b7ac79", - "DiscoKey": "discokey:4ddd1cdf21434384c319f33334e39a98849ed6d37c023b814792f645988c3f04", - "Addresses": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "AllowedIPs": ["100.119.172.122/32", "fd7a:115c:a1e0::6337:ac7a/128"], - "Endpoints": ["77.164.248.136:33876", "10.65.0.27:33876", "172.17.0.1:33876"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 52224}, - {"Proto": "peerapi6", "Port": 52224} - ]}, - "Created": "2026-04-09T01:35:28.955220483Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 726518199701766, - "StableID": "n1NrTGQ3g611CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e22068382b15313c991fbc6b5ab00972d823e615f5b89181d5165b381cb89355", - "DiscoKey": "discokey:e818a2d6d78bd2280b5c26298d159c9b191113a4fa365d59e72abeaddea32356", - "Addresses": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "AllowedIPs": ["100.120.147.86/32", "fd7a:115c:a1e0::1c37:9356/128"], - "Endpoints": ["77.164.248.136:50612", "10.65.0.27:50612", "172.17.0.1:50612"], - "HomeDERP": 18, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 52706}, - {"Proto": "peerapi6", "Port": 52706} - ]}, - "Created": "2026-04-09T01:35:26.763295289Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 851297888053716, - "StableID": "nbLcEp9Ze711CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a076c86cbf64420b609e655546461e28cb1a3cf537ea4ac9189aef15a544f12e", - "DiscoKey": "discokey:4af16413239394505d66c8ab6c102e971a425febc06fe6cf0930a066b9ff8364", - "Addresses": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "AllowedIPs": ["100.68.241.47/32", "fd7a:115c:a1e0::a537:f130/128"], - "Endpoints": ["77.164.248.136:41522", "10.65.0.27:41522", "172.17.0.1:41522"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 37291}, - {"Proto": "peerapi6", "Port": 37291} - ]}, - "Created": "2026-04-09T01:35:28.423434497Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 3333557744778989, - "StableID": "nE36gjum2T11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:0051ed4e7c6ac4cab4393df9d9b4fc603f8291f609ced37e30877dc397844d54", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:a7431171da7b89d3833d1393eb603f8318857a4a0748881034b066748df78b5f", - "Addresses": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "AllowedIPs": ["100.68.77.85/32", "fd7a:115c:a1e0::9737:4d55/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 59453}, - {"Proto": "peerapi6", "Port": 59453} - ]}, - "Created": "2026-04-09T01:35:32.734207399Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 4303923262765338, - "StableID": "n7RzdRmFca11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d07abdb48e2b7de9336e18e5adeaa911b0333ef35252406e3c0de4a28554ab44", - "DiscoKey": "discokey:b1d15590a34400737925e144c1a32e9a496c3fa1eef7dbf7f0d434b766694447", - "Addresses": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "AllowedIPs": ["100.84.171.69/32", "fd7a:115c:a1e0::8537:ab45/128"], - "Endpoints": ["77.164.248.136:46668", "10.65.0.27:46668", "172.17.0.1:46668"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 36675}, - {"Proto": "peerapi6", "Port": 36675} - ]}, - "Created": "2026-04-09T01:35:30.574924408Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689519856522506, - "StableID": "nPqSDcjtcd11CNTRL", + "ID": 241415182851795, + "StableID": "n4BE2vZLt211CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:64dc14afdce7b157cac95434a9f252405e99b828da4844bbe615867f788c427d", - "DiscoKey": "discokey:ec43b18a6799df44abe8aff0fed7deb32fbe89fc6375001a3761a42d35fec856", - "Addresses": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "AllowedIPs": ["100.76.66.126/32", "fd7a:115c:a1e0::7837:427e/128"], - "Endpoints": ["77.164.248.136:49991", "10.65.0.27:49991", "172.17.0.1:49991"], + "Key": "nodekey:39d4f6b17630975818a6038a9b6a7fd6fdb8a1047dfa3f147c6a371432561c03", + "DiscoKey": "discokey:a2ace64483d317388ab5b64a8153b790365f710dc9166af011a485ac8d89b33d", + "Addresses": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "AllowedIPs": ["100.86.28.4/32", "fd7a:115c:a1e0::3237:1c04/128"], + "Endpoints": ["77.164.248.136:41000", "10.65.0.27:41000", "172.17.0.1:41000"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 56330}, - {"Proto": "peerapi6", "Port": 56330} + {"Proto": "peerapi4", "Port": 37460}, + {"Proto": "peerapi6", "Port": 37460} ]}, - "Created": "2026-04-09T01:35:25.151821436Z", + "Created": "2026-04-09T08:41:24.787479488Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5397337110707973, - "StableID": "nnMKAqtT9j11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ec44b1baf5863020d7f4812b0becabc122f3b6268fb5e8b994f25cdbef0c0c06", - "KeyExpiry": "2026-10-06T01:35:31Z", - "DiscoKey": "discokey:a9f11286ecbe7bb2c5006f4cf7de947d796a826c5742ca1f0df991f2b889ea76", - "Addresses": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "AllowedIPs": ["100.76.12.7/32", "fd7a:115c:a1e0::ef37:c07/128"], - "Endpoints": ["77.164.248.136:39842", "10.65.0.27:39842", "172.17.0.1:39842"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 63257}, - {"Proto": "peerapi6", "Port": 63257} - ]}, - "Created": "2026-04-09T01:35:31.644890074Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5429802583933363, - "StableID": "naAhryhAQj11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b66913b05e04168b20550ef35aff740f371a94c64012dec51deb0c9af59f8025", - "DiscoKey": "discokey:3574bd3927c9df84ce6644f04b6bc01deee900272389b7987ba14f973e7a6772", - "Addresses": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "AllowedIPs": ["100.95.128.38/32", "fd7a:115c:a1e0::f537:8026/128"], - "Endpoints": ["77.164.248.136:52662", "10.65.0.27:52662", "172.17.0.1:52662"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 44329}, - {"Proto": "peerapi6", "Port": 44329} - ]}, - "Created": "2026-04-09T01:35:26.226346584Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6569680327645961, - "StableID": "nWhxjzMRJt11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b859679bf4083e8ba6e050f43dd99a7a8700f41e13e8bf5e95cca55414570268", - "DiscoKey": "discokey:e8ffe6b8ee0879cb609e3572e2a50c06296fb75f243d47823dbf69b943f33c1f", - "Addresses": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "AllowedIPs": ["100.87.2.105/32", "fd7a:115c:a1e0::1437:269/128"], - "Endpoints": ["77.164.248.136:37164", "10.65.0.27:37164", "172.17.0.1:37164"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 55897}, - {"Proto": "peerapi6", "Port": 55897} - ]}, - "Created": "2026-04-09T01:35:27.320762908Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7173319056365738, - "StableID": "nXbm8pvo1y11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f6c67cb7d79011c6f9204df2342f99572b7000521cdc3c480074aa72aee74707", - "DiscoKey": "discokey:633005b53eb8a874eaa1a4bbba153b5b27f5b1f3951d44f78b4d5a7a3dce7d37", - "Addresses": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "AllowedIPs": ["100.103.71.8/32", "fd7a:115c:a1e0::ae37:4708/128"], - "Endpoints": ["77.164.248.136:59692", "10.65.0.27:59692", "172.17.0.1:59692"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54599}, - {"Proto": "peerapi6", "Port": 54599} - ]}, - "Created": "2026-04-09T01:35:25.693744599Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 7408793859616910, - "StableID": "noDo9CTTrz11CNTRL", + "ID": 1489621078190782, + "StableID": "n77JiYpedC11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3ca47d50ca9e7d5307df5cb62ab1cd27fd7c099f82c137460f6a8afb713f2a08", - "DiscoKey": "discokey:ff6513febbfacc0ad98e9c628f99c60982eef3940612a3375b20f8f908b8ca49", - "Addresses": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "AllowedIPs": ["100.127.42.9/32", "fd7a:115c:a1e0::7137:2a09/128"], - "Endpoints": ["77.164.248.136:58027", "10.65.0.27:58027", "172.17.0.1:58027"], + "Key": "nodekey:133df2ba0b1ec61227ec8a17e459966e5ce7f860a6ec3396a840c6c260a3cf6d", + "DiscoKey": "discokey:9ecfc3c9d31737190b333235a4f468dbd8b1983e7fa3fc925fd3eaab8f054700", + "Addresses": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "AllowedIPs": ["100.99.207.110/32", "fd7a:115c:a1e0::6037:cf6f/128"], + "Endpoints": ["77.164.248.136:43342", "10.65.0.27:43342", "172.17.0.1:43342"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 33523}, - {"Proto": "peerapi6", "Port": 33523} + {"Proto": "peerapi4", "Port": 43957}, + {"Proto": "peerapi6", "Port": 43957} ]}, - "Created": "2026-04-09T01:35:29.492812968Z", + "Created": "2026-04-09T08:41:29.082255415Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8142402627286186, - "StableID": "nRespN7ia621CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 1980448481200795, + "StableID": "nE4HZM2xTG11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ad8a46772cce7565eae7106a0926f25b3e2523966e9f98c9f8e5bb616d984741", - "DiscoKey": "discokey:d6a8da2412b0443e3637b8fc911c1369786e9a1ecd1f722fbd9130eb9f49125f", - "Addresses": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "AllowedIPs": ["100.88.71.66/32", "fd7a:115c:a1e0::6d37:4742/128"], - "Endpoints": ["77.164.248.136:51735", "10.65.0.27:51735", "172.17.0.1:51735"], + "Key": "nodekey:72ad613b83f14ac72ab278312e21e9d09fd68f269ed18a45fb2b5ca64f82a72d", + "DiscoKey": "discokey:a41d50476671358ed5dc82a7a7695a15cf9f318f3d154a13838fcce042502d42", + "Addresses": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "AllowedIPs": ["100.66.167.46/32", "fd7a:115c:a1e0::4f37:a72e/128"], + "Endpoints": ["77.164.248.136:55538", "10.65.0.27:55538", "172.17.0.1:55538"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 57188}, - {"Proto": "peerapi6", "Port": 57188} + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42845}, + {"Proto": "peerapi6", "Port": 42845} ]}, - "Created": "2026-04-09T01:35:31.114840488Z", + "Created": "2026-04-09T08:41:30.163880883Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:prod"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" }, { - "ID": 8759149109648529, - "StableID": "nUCKXfz2QB21CNTRL", + "ID": 2496871003547081, + "StableID": "na78TuZqVL11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d01f8fa642f6d6941b420b256272ead4411280e882a53ac9acafdc1038f79644", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:cb40048d3bab1e0d8abbdba5d720c711c01ccb85c72647a8dd1653ade9d1f85f", + "Addresses": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "AllowedIPs": ["100.119.150.69/32", "fd7a:115c:a1e0::3837:9645/128"], + "Endpoints": ["77.164.248.136:58649", "10.65.0.27:58649", "172.17.0.1:58649"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 48964}, + {"Proto": "peerapi6", "Port": 48964} + ]}, + "Created": "2026-04-09T08:41:31.252658519Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 2560820365470103, + "StableID": "nvWbahQozL11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2ecbbe7c7d9b8b5e7882217cdc5c84becdcc11bdaa9ca302aea9420e7b2e595f", + "DiscoKey": "discokey:d35536e80d981664f36bcabcafcba06b69917813dd9efa0b0f72204b9e1e1c01", + "Addresses": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "AllowedIPs": ["100.110.89.96/32", "fd7a:115c:a1e0::7b37:5960/128"], + "Endpoints": ["77.164.248.136:35779", "10.65.0.27:35779", "172.17.0.1:35779"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 47229}, + {"Proto": "peerapi6", "Port": 47229} + ]}, + "Created": "2026-04-09T08:41:25.892314555Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 2779956861424378, + "StableID": "nRr5Lfk3iN11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:5beb8828db3083859d3f7efc091a6b196bb30ade54c9e52b1a54d56cad23cb7e", + "DiscoKey": "discokey:fe5f2dac9506533e72f376452866af7245a4572d8d96c2b6c115332f8811fd54", + "Addresses": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "AllowedIPs": ["100.99.203.127/32", "fd7a:115c:a1e0::ad37:cb7f/128"], + "Endpoints": ["77.164.248.136:37790", "10.65.0.27:37790", "172.17.0.1:37790"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 52803}, + {"Proto": "peerapi6", "Port": 52803} + ]}, + "Created": "2026-04-09T08:41:26.422183837Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 2969518799794489, + "StableID": "niXWhxDuBQ11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a7838c8f965906f5b49d8e0f05aaee74f5f5636f663a3b84fb9057134e4ab042", - "KeyExpiry": "2026-10-06T01:35:32Z", - "DiscoKey": "discokey:3682c3317963644a48e625ef6961d148743755184591aef4c714f79a96feff42", - "Addresses": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "AllowedIPs": ["100.74.176.67/32", "fd7a:115c:a1e0::4e37:b043/128"], - "Endpoints": ["77.164.248.136:46752", "10.65.0.27:46752", "172.17.0.1:46752"], - "HomeDERP": 14, + "Key": "nodekey:8247a5c134b0e373b206ea407738deb19ed425ab8278cb34bed5023e5572512e", + "KeyExpiry": "2026-10-06T08:41:31Z", + "DiscoKey": "discokey:40e5d4a0d6eb0b0acdf457c452c230f5f6537bcb17775b8b10e10e3cdb905c57", + "Addresses": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "AllowedIPs": ["100.114.81.47/32", "fd7a:115c:a1e0::5537:512f/128"], + "Endpoints": ["77.164.248.136:43069", "10.65.0.27:43069", "172.17.0.1:43069"], + "HomeDERP": 8, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 61334}, - {"Proto": "peerapi6", "Port": 61334} + {"Proto": "peerapi4", "Port": 46176}, + {"Proto": "peerapi6", "Port": 46176} ]}, - "Created": "2026-04-09T01:35:32.191311647Z", + "Created": "2026-04-09T08:41:31.782871501Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 8883239137041688, - "StableID": "n1ZPKUdENC21CNTRL", + "ID": 3287573476120453, + "StableID": "nciTKsywfS11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:6ab8f8d027433fd5ef71d952eac7d7f15056a83eed9cacbb6f1888b637783733", + "KeyExpiry": "2026-10-06T08:41:32Z", + "DiscoKey": "discokey:4c1672724162898c6af4b9f0cbefe2ab731b7469bb4c65ed5d81f4d82aa8ae5f", + "Addresses": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "AllowedIPs": ["100.120.55.52/32", "fd7a:115c:a1e0::3737:3734/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46203}, + {"Proto": "peerapi6", "Port": 46203} + ]}, + "Created": "2026-04-09T08:41:32.320325507Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4540589449619545, + "StableID": "nS3Q9xaSTc11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:25f1e50ca422d0b006dd84a9b134e6e978695df539471fae04ca22d654fae332", + "DiscoKey": "discokey:3f963f11b3a47b17aec2b22bf358af05020a874436ae69d2a542bc2f00ea243d", + "Addresses": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "AllowedIPs": ["100.122.227.51/32", "fd7a:115c:a1e0::5437:e333/128"], + "Endpoints": ["77.164.248.136:48290", "10.65.0.27:48290", "172.17.0.1:48290"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 62893}, + {"Proto": "peerapi6", "Port": 62893} + ]}, + "Created": "2026-04-09T08:41:28.546769308Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5164042087255928, + "StableID": "nHdXpUdoKh11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ff4a578cd7579a235bf6cce4fdfbb60dde0dc969988c64083c0312cee8fce963", + "DiscoKey": "discokey:97e59a288a70ead0e474bbfad2244160c9be341ecc0a7c1c5f798a0611e07948", + "Addresses": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "AllowedIPs": ["100.124.233.100/32", "fd7a:115c:a1e0::e837:e964/128"], + "Endpoints": ["77.164.248.136:52579", "10.65.0.27:52579", "172.17.0.1:52579"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 42434}, + {"Proto": "peerapi6", "Port": 42434} + ]}, + "Created": "2026-04-09T08:41:26.95559791Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5483197399280367, + "StableID": "n6Q8rGJMpj11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1b36d0c6587c44c6695817423687d9cda771bf96df9fe88d40bcda304b4a7621", - "DiscoKey": "discokey:e7bda0a65638ebc7745c2d2c287fde78b0922ed39161be8e77cb0d28d2ef0f10", - "Addresses": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "AllowedIPs": ["100.74.118.34/32", "fd7a:115c:a1e0::4b37:7622/128"], - "Endpoints": ["77.164.248.136:56133", "10.65.0.27:56133", "172.17.0.1:56133"], + "Key": "nodekey:e4c53690dfdbdaf85683ecda6b5a2f0ac96d310957b50ba5cdd4ec84790c5505", + "DiscoKey": "discokey:b4d475395b9ae783eae7b614356371db04e472e2a001a7f97977c14d6f673048", + "Addresses": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "AllowedIPs": ["100.76.85.6/32", "fd7a:115c:a1e0::7937:5506/128"], + "Endpoints": ["77.164.248.136:41155", "10.65.0.27:41155", "172.17.0.1:41155"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52880}, - {"Proto": "peerapi6", "Port": 52880} + {"Proto": "peerapi4", "Port": 41362}, + {"Proto": "peerapi6", "Port": 41362} ]}, - "Created": "2026-04-09T01:35:27.868197831Z", + "Created": "2026-04-09T08:41:27.486653177Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7256825350546947, + "StableID": "nz42QoVdfy11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:10782c01532b7f8c2da354ee9a6e170fc3c2e1a7fd314825c396280183117640", + "DiscoKey": "discokey:8741990547cdcc777280cdaac899d6904c014a6fc9e862f2e130860fe3f2f055", + "Addresses": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "AllowedIPs": ["100.81.118.65/32", "fd7a:115c:a1e0::8337:7641/128"], + "Endpoints": ["77.164.248.136:41866", "10.65.0.27:41866", "172.17.0.1:41866"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 45795}, + {"Proto": "peerapi6", "Port": 45795} + ]}, + "Created": "2026-04-09T08:41:28.017082037Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7381798950001755, + "StableID": "nSAsRnLEez11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:45c82f47cbbe4606011d9b57ff7735752417e352b7af3dfd7680206d006e5203", + "DiscoKey": "discokey:a3398e8d598c755063abf929069b332b48c8f422b987c1fb4bdca250f0817435", + "Addresses": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "AllowedIPs": ["100.110.82.4/32", "fd7a:115c:a1e0::37:5204/128"], + "Endpoints": ["77.164.248.136:43857", "10.65.0.27:43857", "172.17.0.1:43857"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50423}, + {"Proto": "peerapi6", "Port": 50423} + ]}, + "Created": "2026-04-09T08:41:25.328099815Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8868511341837139, + "StableID": "nJvHVmkZFC21CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d4a3da4f199a884bbca99cf0842f4a401c720dab40444ad65afc8f13a4d44c64", + "DiscoKey": "discokey:5d25341b65be98e3d6e8b97812e9283e07ecd486254c135b80e3b3f3bc8c4930", + "Addresses": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "AllowedIPs": ["100.84.76.101/32", "fd7a:115c:a1e0::a437:4c65/128"], + "Endpoints": ["77.164.248.136:33873", "10.65.0.27:33873", "172.17.0.1:33873"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 51872}, + {"Proto": "peerapi6", "Port": 51872} + ]}, + "Created": "2026-04-09T08:41:30.691079457Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18806,27 +18831,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5555653413673303": { - "ID": 5555653413673303, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3879616816557346": { + "ID": 3879616816557346, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-f1.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-f1.hujson index cbf066d5..61f703f4 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-f1.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-f1.hujson @@ -3,7 +3,7 @@ // ssh f1 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:35:45Z +// Captured at: 2026-04-09T08:41:45Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-f1", "description": "ssh f1", "category": "ssh", - "captured_at": "2026-04-09T01:35:45.626151993Z", + "captured_at": "2026-04-09T08:41:45.120276426Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -40,119 +40,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh f1\",\n\t\"id\": \"ssh-f1\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}, {\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh f1\",\n\t\"id\": \"ssh-f1\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}, {\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-f1.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.110.50.83", - "ipv6": "fd7a:115c:a1e0::7737:3253", + "ipv4": "100.116.177.124", + "ipv6": "fd7a:115c:a1e0::a637:b17d", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.123.122.67", - "ipv6": "fd7a:115c:a1e0::c437:7a43", + "ipv4": "100.115.122.67", + "ipv6": "fd7a:115c:a1e0::3737:7a43", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.66.214.19", - "ipv6": "fd7a:115c:a1e0::1937:d613", + "ipv4": "100.110.216.36", + "ipv6": "fd7a:115c:a1e0::ef37:d824", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.84.106.94", - "ipv6": "fd7a:115c:a1e0::b037:6a5e", + "ipv4": "100.93.135.128", + "ipv6": "fd7a:115c:a1e0::3d37:8780", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.88.247.124", - "ipv6": "fd7a:115c:a1e0::cd37:f77c", + "ipv4": "100.127.26.2", + "ipv6": "fd7a:115c:a1e0::4037:1a02", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.89.236.55", - "ipv6": "fd7a:115c:a1e0::ef37:ec37", + "ipv4": "100.65.146.71", + "ipv6": "fd7a:115c:a1e0::d137:9247", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.113.35.5", - "ipv6": "fd7a:115c:a1e0::2637:2305", + "ipv4": "100.88.111.94", + "ipv6": "fd7a:115c:a1e0::7e37:6f5e", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.76.101.128", - "ipv6": "fd7a:115c:a1e0::8337:6580", + "ipv4": "100.78.229.59", + "ipv6": "fd7a:115c:a1e0::1d37:e53b", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.119.138.89", - "ipv6": "fd7a:115c:a1e0::ec37:8a59", + "ipv4": "100.106.161.96", + "ipv6": "fd7a:115c:a1e0::3b37:a160", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.114.161.13", - "ipv6": "fd7a:115c:a1e0::8637:a10d", + "ipv4": "100.81.215.100", + "ipv6": "fd7a:115c:a1e0::1937:d764", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.119.188.116", - "ipv6": "fd7a:115c:a1e0::5f37:bc74", + "ipv4": "100.95.237.6", + "ipv6": "fd7a:115c:a1e0::d837:ed06", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.66.248.95", - "ipv6": "fd7a:115c:a1e0::3937:f85f", + "ipv4": "100.107.141.98", + "ipv6": "fd7a:115c:a1e0::d837:8d62", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.119.243.124", - "ipv6": "fd7a:115c:a1e0::b337:f37c", + "ipv4": "100.110.56.84", + "ipv6": "fd7a:115c:a1e0::1537:3854", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.92.133.127", - "ipv6": "fd7a:115c:a1e0::337:8581", + "ipv4": "100.79.164.30", + "ipv6": "fd7a:115c:a1e0::cd37:a41e", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.81.77.125", - "ipv6": "fd7a:115c:a1e0::9037:4d7d", + "ipv4": "100.98.75.99", + "ipv6": "fd7a:115c:a1e0::dd37:4b63", "routable_ips": [], "approved_routes": [] }}}, @@ -184,21 +184,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3004080938533383, - "StableID": "nkmgYW7ZTQ11CNTRL", + "ID": 8267553209522228, + "StableID": "nXcjD1cPZ721CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 3004080938533383, - "Key": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "DiscoKey": "discokey:d9c10e19f39d67a666ac0f674bce7238ddc63d06e1bebf5a8f34bf93b4c84420", - "Addresses": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "AllowedIPs": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], + "User": 8267553209522228, + "Key": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "DiscoKey": "discokey:57c4b8df96d5c1d1ee88a05f3f3b88cbe0f4464c887caba3b01728b7c70f3004", + "Addresses": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "AllowedIPs": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "Endpoints": ["77.164.248.136:44461", "10.65.0.27:44461", "172.17.0.1:44461"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 60167}, - {"Proto": "peerapi6", "Port": 60167}, + {"Proto": "peerapi4", "Port": 47984}, + {"Proto": "peerapi6", "Port": 47984}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:54.418237081Z", + "Created": "2026-04-09T08:41:54.180734821Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -226,302 +226,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "MachineKey": "mkey:6174e55b3ebcb5f11bd017dc6800e287b748ee256f6799645928ff1c2a2ef148", + "NodeKey": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "MachineKey": "mkey:3d117f381d5083732c57a4c29fd84e392786e5e1b924391eecdd4188fc686636", "Peers": [{ - "ID": 782859916226561, - "StableID": "nvF72MQZ7711CNTRL", + "ID": 12391772794998, + "StableID": "nB5eXdWc6111CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "DiscoKey": "discokey:bc4db97f15ed32cf91120fc4682225cfc7284db2cd801132ee15099e7f796d5e", - "Addresses": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "AllowedIPs": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "Endpoints": ["77.164.248.136:42071", "10.65.0.27:42071", "172.17.0.1:42071"], + "Key": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "DiscoKey": "discokey:ff86ed3c50ebbe2dedb954aa4dc9e0384fe39b5a3c112f3e85c6f627f3ca080d", + "Addresses": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "AllowedIPs": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "Endpoints": ["77.164.248.136:36531", "10.65.0.27:36531", "172.17.0.1:36531"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 42860}, - {"Proto": "peerapi6", "Port": 42860} + {"Proto": "peerapi4", "Port": 39841}, + {"Proto": "peerapi6", "Port": 39841} ]}, - "Created": "2026-04-09T01:35:51.694462311Z", + "Created": "2026-04-09T08:41:51.519409777Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 1803624677589353, - "StableID": "nSB6YPAs5F11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "DiscoKey": "discokey:31e09d4dfb47a13151b361fdb650bd1b4b6177ee050e9f4d0d2b3bd92934c24a", - "Addresses": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "AllowedIPs": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "Endpoints": ["77.164.248.136:48420", "10.65.0.27:48420", "172.17.0.1:48420"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41120}, - {"Proto": "peerapi6", "Port": 41120} - ]}, - "Created": "2026-04-09T01:35:49.520644138Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2046472312284772, - "StableID": "nDbSRjMryG11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "DiscoKey": "discokey:8ffeea54948ba1758444c56006bbd3cdd27c4a65496ab15565d39b123e07da1c", - "Addresses": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "AllowedIPs": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "Endpoints": ["77.164.248.136:60988", "10.65.0.27:60988", "172.17.0.1:60988"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45428}, - {"Proto": "peerapi6", "Port": 45428} - ]}, - "Created": "2026-04-09T01:35:48.975705247Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3182816069671651, - "StableID": "nri33WBWrR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "DiscoKey": "discokey:1e339e9e6334846f2ff17f8465c6e7d36e1b9da3b04094b711b4caecfbf1c002", - "Addresses": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "AllowedIPs": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "Endpoints": ["77.164.248.136:38229", "10.65.0.27:38229", "172.17.0.1:38229"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 48726}, - {"Proto": "peerapi6", "Port": 48726} - ]}, - "Created": "2026-04-09T01:35:48.43856955Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3380247679941871, - "StableID": "nt31NjNvPT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "KeyExpiry": "2026-10-06T01:35:54Z", - "DiscoKey": "discokey:764c18a2f6b789e8fdb10b19eb1ac5e1b3d0a9b539d17dc2944144dc5d0b6a6d", - "Addresses": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "AllowedIPs": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "Endpoints": ["77.164.248.136:34470", "10.65.0.27:34470", "172.17.0.1:34470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54722}, - {"Proto": "peerapi6", "Port": 54722} - ]}, - "Created": "2026-04-09T01:35:54.952687296Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4447273097846470, - "StableID": "nHnkgjKBjb11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "KeyExpiry": "2026-10-06T01:35:56Z", - "DiscoKey": "discokey:15166b752b7ae3021a322e2e8b32966ce73becbe5cfc6ea408fd4d79392faf3b", - "Addresses": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "AllowedIPs": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "Endpoints": ["77.164.248.136:51112", "10.65.0.27:51112", "172.17.0.1:51112"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41979}, - {"Proto": "peerapi6", "Port": 41979} - ]}, - "Created": "2026-04-09T01:35:56.040746218Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5118270352338725, - "StableID": "nE3tLRH5yg11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "DiscoKey": "discokey:fbf9f78c2401fc8cc2fdc0e4955269b0333b2d5a2ec99f18994115bb16e8fa3d", - "Addresses": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "AllowedIPs": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "Endpoints": ["77.164.248.136:60706", "10.65.0.27:60706", "172.17.0.1:60706"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55451}, - {"Proto": "peerapi6", "Port": 55451} - ]}, - "Created": "2026-04-09T01:35:53.867996112Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6062422846017623, - "StableID": "n4sR7xZgLp11CNTRL", + "ID": 586408917435557, + "StableID": "n8iJy8yaa511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "DiscoKey": "discokey:5c0433e088efa489af32dffb4cfe629f496a86b3e18acc0677fb0160a814a11d", - "Addresses": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "AllowedIPs": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "Endpoints": ["77.164.248.136:44135", "10.65.0.27:44135", "172.17.0.1:44135"], + "Key": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "DiscoKey": "discokey:0038fb20a2ede09800b238620155a7b6b5bc27d854f0ba7e36fcce9a002bce0e", + "Addresses": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "AllowedIPs": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "Endpoints": ["77.164.248.136:36377", "10.65.0.27:36377", "172.17.0.1:36377"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 57333}, - {"Proto": "peerapi6", "Port": 57333} + {"Proto": "peerapi4", "Port": 36429}, + {"Proto": "peerapi6", "Port": 36429} ]}, - "Created": "2026-04-09T01:35:51.158373709Z", + "Created": "2026-04-09T08:41:50.992108163Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7370272230857437, - "StableID": "nSRJj7Z1Zz11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "DiscoKey": "discokey:436760b5d472fefc5904e7dc0dfd079f6203847604f739e6393c4f1babb61e39", - "Addresses": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "AllowedIPs": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "Endpoints": ["77.164.248.136:33593", "10.65.0.27:33593", "172.17.0.1:33593"], + "ID": 4414160577735144, + "StableID": "nVZxfmWBUb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "KeyExpiry": "2026-10-06T08:41:54Z", + "DiscoKey": "discokey:a21eb810b00847bbb2567f6af58d74efc65d96dd9c41eaef16dcc622e2c7d538", + "Addresses": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "AllowedIPs": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "Endpoints": ["77.164.248.136:36975", "10.65.0.27:36975", "172.17.0.1:36975"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41308}, - {"Proto": "peerapi6", "Port": 41308} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33358}, + {"Proto": "peerapi6", "Port": 33358} ]}, - "Created": "2026-04-09T01:35:53.334654299Z", + "Created": "2026-04-09T08:41:54.716867615Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7925233645739046, - "StableID": "nuN1b3TMt421CNTRL", + "ID": 4601767316129660, + "StableID": "nydSiCd9wc11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "DiscoKey": "discokey:67502badae64477f626c37cd81d8efa3e94c0e1ece241984ee58589f9c83225b", + "Addresses": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "AllowedIPs": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "Endpoints": ["77.164.248.136:51941", "10.65.0.27:51941", "172.17.0.1:51941"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 64276}, + {"Proto": "peerapi6", "Port": 64276} + ]}, + "Created": "2026-04-09T08:41:48.310557325Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4726008372000816, + "StableID": "nKkwN7ERud11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:590bc1002183521bb14cfaa9cc1d0177af91b0707c50c42fe121fcc50fdc4d0a", + "Addresses": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "AllowedIPs": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "Endpoints": ["77.164.248.136:57736", "10.65.0.27:57736", "172.17.0.1:57736"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38142}, + {"Proto": "peerapi6", "Port": 38142} + ]}, + "Created": "2026-04-09T08:41:55.793833151Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4939084048324205, + "StableID": "n8cbF3NvZf11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "DiscoKey": "discokey:d3ed05b29a9ec11443bb1efca5087581de88da43e4ed68485cfff1ba0a34a032", + "Addresses": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "AllowedIPs": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "Endpoints": ["77.164.248.136:55585", "10.65.0.27:55585", "172.17.0.1:55585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 38741}, + {"Proto": "peerapi6", "Port": 38741} + ]}, + "Created": "2026-04-09T08:41:48.844425243Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5122870195251735, + "StableID": "nSx9iZ7A1h11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "DiscoKey": "discokey:b82166f88d796f1058267e4c18e4aebdd9826b012ca4638b6c9408318f1df110", + "Addresses": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "AllowedIPs": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "Endpoints": ["77.164.248.136:40984", "10.65.0.27:40984", "172.17.0.1:40984"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 44417}, + {"Proto": "peerapi6", "Port": 44417} + ]}, + "Created": "2026-04-09T08:41:53.652934909Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5189043075150704, + "StableID": "nTQTW2N8Xh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "DiscoKey": "discokey:a47490ee0d4e4eaa6beb2f30cc80f7bf2144090223ae8049d01e18c1778cf613", + "Addresses": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "AllowedIPs": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "Endpoints": ["77.164.248.136:53655", "10.65.0.27:53655", "172.17.0.1:53655"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 59741}, + {"Proto": "peerapi6", "Port": 59741} + ]}, + "Created": "2026-04-09T08:41:49.383292783Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6123195173697769, + "StableID": "n25ybLxCpp11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "KeyExpiry": "2026-10-06T01:35:55Z", - "DiscoKey": "discokey:58bc9ca588b4679daf039a8c1158c3029e71f3a6ce3eefacfe45cd691f555937", - "Addresses": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "AllowedIPs": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "Endpoints": ["77.164.248.136:38653", "10.65.0.27:38653", "172.17.0.1:38653"], + "Key": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:f0036d4ede0f14249d58eb15b5b80f4e7b8bf61630e55e46934aa50300182c1e", + "Addresses": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "AllowedIPs": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36453}, - {"Proto": "peerapi6", "Port": 36453} + {"Proto": "peerapi4", "Port": 55137}, + {"Proto": "peerapi6", "Port": 55137} ]}, - "Created": "2026-04-09T01:35:55.514494059Z", + "Created": "2026-04-09T08:41:55.253300917Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7941741268647474, - "StableID": "nF7KhR5q1521CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "DiscoKey": "discokey:82f945bae50fec9883a4dd8bdb36a35d40473a4c348d491aad119ab916a28214", - "Addresses": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "AllowedIPs": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "Endpoints": ["77.164.248.136:52549", "10.65.0.27:52549", "172.17.0.1:52549"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 60535}, - {"Proto": "peerapi6", "Port": 60535} - ]}, - "Created": "2026-04-09T01:35:52.239520262Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7942273492256507, - "StableID": "nWgRUJ452521CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "DiscoKey": "discokey:99675745f6178ee827efda187c99a3d91bf5a096c228c9399740b706c38d501e", - "Addresses": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "AllowedIPs": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "Endpoints": ["77.164.248.136:43641", "10.65.0.27:43641", "172.17.0.1:43641"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43182}, - {"Proto": "peerapi6", "Port": 43182} - ]}, - "Created": "2026-04-09T01:35:52.797881837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8273836864157271, - "StableID": "nWNDGYfEc721CNTRL", + "ID": 8280399792270634, + "StableID": "nXVGkZ4Df721CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "DiscoKey": "discokey:8fa6fe287e853a3cf9be109e9121a8ca16564e3be78dd2ab69a71fdb70066078", - "Addresses": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "AllowedIPs": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "Endpoints": ["77.164.248.136:60194", "10.65.0.27:60194", "172.17.0.1:60194"], + "Key": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "DiscoKey": "discokey:0ea47fa2fd66fd4166b32a3ad3d8fe5bca1364df4bd6aff14389787aa8fda201", + "Addresses": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "AllowedIPs": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "Endpoints": ["77.164.248.136:51542", "10.65.0.27:51542", "172.17.0.1:51542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62294}, - {"Proto": "peerapi6", "Port": 62294} + {"Proto": "peerapi4", "Port": 38923}, + {"Proto": "peerapi6", "Port": 38923} ]}, - "Created": "2026-04-09T01:35:50.064727208Z", + "Created": "2026-04-09T08:41:49.915037448Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8375138516419353, - "StableID": "niK8Prg7Q821CNTRL", + "ID": 8539349611662972, + "StableID": "n7c7ZaEVg921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "DiscoKey": "discokey:7c828ee69c61099daae4369c62749b16fd83a1609dd78a13c0de7a0cc730a776", + "Addresses": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "AllowedIPs": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "Endpoints": ["77.164.248.136:54721", "10.65.0.27:54721", "172.17.0.1:54721"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 57456}, + {"Proto": "peerapi6", "Port": 57456} + ]}, + "Created": "2026-04-09T08:41:53.105230709Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8614527897166577, + "StableID": "nAh3DL3YGA21CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "DiscoKey": "discokey:58379b1bbe31f798100090402e309559af90e7a95db2ff5fee6c33932f482c28", - "Addresses": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "AllowedIPs": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "Endpoints": ["77.164.248.136:47917", "10.65.0.27:47917", "172.17.0.1:47917"], + "Key": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "DiscoKey": "discokey:5074d445a63dd170e4b4d5c90b82fbbd3c6bb30f8c6f6e44b2d357f845d7140f", + "Addresses": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "AllowedIPs": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "Endpoints": ["77.164.248.136:41928", "10.65.0.27:41928", "172.17.0.1:41928"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37945}, - {"Proto": "peerapi6", "Port": 37945} + {"Proto": "peerapi4", "Port": 60172}, + {"Proto": "peerapi6", "Port": 60172} ]}, - "Created": "2026-04-09T01:35:50.607165962Z", + "Created": "2026-04-09T08:41:50.450849033Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 8619551515701796, + "StableID": "nMy9B81pJA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "DiscoKey": "discokey:a8dda5bb86ab8ef56f9519ee62f5c33ae3895f72ad9533e0c0fbb97d39281c6d", + "Addresses": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "AllowedIPs": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "Endpoints": ["77.164.248.136:53871", "10.65.0.27:53871", "172.17.0.1:53871"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38446}, + {"Proto": "peerapi6", "Port": 38446} + ]}, + "Created": "2026-04-09T08:41:52.575207441Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8685705990977951, + "StableID": "nNGxcYmmpA21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "DiscoKey": "discokey:985be56653ee4f7b7f0361c0681bb1d97546eeb1412a926f647812e0dbcaea63", + "Addresses": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "AllowedIPs": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "Endpoints": ["77.164.248.136:48120", "10.65.0.27:48120", "172.17.0.1:48120"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 60808}, + {"Proto": "peerapi6", "Port": 60808} + ]}, + "Created": "2026-04-09T08:41:52.037752982Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -549,12 +549,12 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{"principals": [ - {"nodeIP": "100.66.214.19"}, - {"nodeIP": "100.89.236.55"}, - {"nodeIP": "100.92.133.127"}, - {"nodeIP": "fd7a:115c:a1e0::1937:d613"}, - {"nodeIP": "fd7a:115c:a1e0::337:8581"}, - {"nodeIP": "fd7a:115c:a1e0::ef37:ec37"} + {"nodeIP": "100.110.216.36"}, + {"nodeIP": "100.65.146.71"}, + {"nodeIP": "100.79.164.30"}, + {"nodeIP": "fd7a:115c:a1e0::cd37:a41e"}, + {"nodeIP": "fd7a:115c:a1e0::d137:9247"}, + {"nodeIP": "fd7a:115c:a1e0::ef37:d824"} ], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1381,35 +1381,37 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3004080938533383": { - "ID": 3004080938533383, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8267553209522228": { + "ID": 8267553209522228, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{"principals": [ - {"nodeIP": "100.66.214.19"}, - {"nodeIP": "100.89.236.55"}, - {"nodeIP": "100.92.133.127"}, - {"nodeIP": "fd7a:115c:a1e0::1937:d613"}, - {"nodeIP": "fd7a:115c:a1e0::337:8581"}, - {"nodeIP": "fd7a:115c:a1e0::ef37:ec37"} + {"nodeIP": "100.110.216.36"}, + {"nodeIP": "100.65.146.71"}, + {"nodeIP": "100.79.164.30"}, + {"nodeIP": "fd7a:115c:a1e0::cd37:a41e"}, + {"nodeIP": "fd7a:115c:a1e0::d137:9247"}, + {"nodeIP": "fd7a:115c:a1e0::ef37:d824"} ], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1444,26 +1446,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6062422846017623, - "StableID": "n4sR7xZgLp11CNTRL", + "ID": 586408917435557, + "StableID": "n8iJy8yaa511CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 6062422846017623, - "Key": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "DiscoKey": "discokey:5c0433e088efa489af32dffb4cfe629f496a86b3e18acc0677fb0160a814a11d", - "Addresses": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "AllowedIPs": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "Endpoints": ["77.164.248.136:44135", "10.65.0.27:44135", "172.17.0.1:44135"], + "User": 586408917435557, + "Key": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "DiscoKey": "discokey:0038fb20a2ede09800b238620155a7b6b5bc27d854f0ba7e36fcce9a002bce0e", + "Addresses": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "AllowedIPs": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "Endpoints": ["77.164.248.136:36377", "10.65.0.27:36377", "172.17.0.1:36377"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 57333}, - {"Proto": "peerapi6", "Port": 57333}, + {"Proto": "peerapi4", "Port": 36429}, + {"Proto": "peerapi6", "Port": 36429}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:51.158373709Z", + "Created": "2026-04-09T08:41:50.992108163Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1491,302 +1493,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "MachineKey": "mkey:9aa0841181c5b119b9f6e81d5aa8339a2522cade9a7a475541f3c327f53fb02f", + "NodeKey": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "MachineKey": "mkey:7c66027840780d77a1dbc1d3628b83b5b73319d4df8e939f038e2edb83a6a525", "Peers": [{ - "ID": 782859916226561, - "StableID": "nvF72MQZ7711CNTRL", + "ID": 12391772794998, + "StableID": "nB5eXdWc6111CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "DiscoKey": "discokey:bc4db97f15ed32cf91120fc4682225cfc7284db2cd801132ee15099e7f796d5e", - "Addresses": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "AllowedIPs": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "Endpoints": ["77.164.248.136:42071", "10.65.0.27:42071", "172.17.0.1:42071"], + "Key": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "DiscoKey": "discokey:ff86ed3c50ebbe2dedb954aa4dc9e0384fe39b5a3c112f3e85c6f627f3ca080d", + "Addresses": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "AllowedIPs": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "Endpoints": ["77.164.248.136:36531", "10.65.0.27:36531", "172.17.0.1:36531"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 42860}, - {"Proto": "peerapi6", "Port": 42860} + {"Proto": "peerapi4", "Port": 39841}, + {"Proto": "peerapi6", "Port": 39841} ]}, - "Created": "2026-04-09T01:35:51.694462311Z", + "Created": "2026-04-09T08:41:51.519409777Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 1803624677589353, - "StableID": "nSB6YPAs5F11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "DiscoKey": "discokey:31e09d4dfb47a13151b361fdb650bd1b4b6177ee050e9f4d0d2b3bd92934c24a", - "Addresses": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "AllowedIPs": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "Endpoints": ["77.164.248.136:48420", "10.65.0.27:48420", "172.17.0.1:48420"], + "ID": 4414160577735144, + "StableID": "nVZxfmWBUb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "KeyExpiry": "2026-10-06T08:41:54Z", + "DiscoKey": "discokey:a21eb810b00847bbb2567f6af58d74efc65d96dd9c41eaef16dcc622e2c7d538", + "Addresses": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "AllowedIPs": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "Endpoints": ["77.164.248.136:36975", "10.65.0.27:36975", "172.17.0.1:36975"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41120}, - {"Proto": "peerapi6", "Port": 41120} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33358}, + {"Proto": "peerapi6", "Port": 33358} ]}, - "Created": "2026-04-09T01:35:49.520644138Z", + "Created": "2026-04-09T08:41:54.716867615Z", "Cap": 131, - "Tags": ["tag:exit"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 2046472312284772, - "StableID": "nDbSRjMryG11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "DiscoKey": "discokey:8ffeea54948ba1758444c56006bbd3cdd27c4a65496ab15565d39b123e07da1c", - "Addresses": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "AllowedIPs": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "Endpoints": ["77.164.248.136:60988", "10.65.0.27:60988", "172.17.0.1:60988"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45428}, - {"Proto": "peerapi6", "Port": 45428} - ]}, - "Created": "2026-04-09T01:35:48.975705247Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3004080938533383, - "StableID": "nkmgYW7ZTQ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "DiscoKey": "discokey:d9c10e19f39d67a666ac0f674bce7238ddc63d06e1bebf5a8f34bf93b4c84420", - "Addresses": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "AllowedIPs": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60167}, - {"Proto": "peerapi6", "Port": 60167} - ]}, - "Created": "2026-04-09T01:35:54.418237081Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3182816069671651, - "StableID": "nri33WBWrR11CNTRL", + "ID": 4601767316129660, + "StableID": "nydSiCd9wc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "DiscoKey": "discokey:1e339e9e6334846f2ff17f8465c6e7d36e1b9da3b04094b711b4caecfbf1c002", - "Addresses": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "AllowedIPs": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "Endpoints": ["77.164.248.136:38229", "10.65.0.27:38229", "172.17.0.1:38229"], + "Key": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "DiscoKey": "discokey:67502badae64477f626c37cd81d8efa3e94c0e1ece241984ee58589f9c83225b", + "Addresses": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "AllowedIPs": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "Endpoints": ["77.164.248.136:51941", "10.65.0.27:51941", "172.17.0.1:51941"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 48726}, - {"Proto": "peerapi6", "Port": 48726} + {"Proto": "peerapi4", "Port": 64276}, + {"Proto": "peerapi6", "Port": 64276} ]}, - "Created": "2026-04-09T01:35:48.43856955Z", + "Created": "2026-04-09T08:41:48.310557325Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 3380247679941871, - "StableID": "nt31NjNvPT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "KeyExpiry": "2026-10-06T01:35:54Z", - "DiscoKey": "discokey:764c18a2f6b789e8fdb10b19eb1ac5e1b3d0a9b539d17dc2944144dc5d0b6a6d", - "Addresses": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "AllowedIPs": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "Endpoints": ["77.164.248.136:34470", "10.65.0.27:34470", "172.17.0.1:34470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54722}, - {"Proto": "peerapi6", "Port": 54722} - ]}, - "Created": "2026-04-09T01:35:54.952687296Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4447273097846470, - "StableID": "nHnkgjKBjb11CNTRL", + "ID": 4726008372000816, + "StableID": "nKkwN7ERud11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "KeyExpiry": "2026-10-06T01:35:56Z", - "DiscoKey": "discokey:15166b752b7ae3021a322e2e8b32966ce73becbe5cfc6ea408fd4d79392faf3b", - "Addresses": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "AllowedIPs": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "Endpoints": ["77.164.248.136:51112", "10.65.0.27:51112", "172.17.0.1:51112"], + "Key": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:590bc1002183521bb14cfaa9cc1d0177af91b0707c50c42fe121fcc50fdc4d0a", + "Addresses": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "AllowedIPs": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "Endpoints": ["77.164.248.136:57736", "10.65.0.27:57736", "172.17.0.1:57736"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41979}, - {"Proto": "peerapi6", "Port": 41979} + {"Proto": "peerapi4", "Port": 38142}, + {"Proto": "peerapi6", "Port": 38142} ]}, - "Created": "2026-04-09T01:35:56.040746218Z", + "Created": "2026-04-09T08:41:55.793833151Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5118270352338725, - "StableID": "nE3tLRH5yg11CNTRL", + "ID": 4939084048324205, + "StableID": "n8cbF3NvZf11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "DiscoKey": "discokey:d3ed05b29a9ec11443bb1efca5087581de88da43e4ed68485cfff1ba0a34a032", + "Addresses": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "AllowedIPs": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "Endpoints": ["77.164.248.136:55585", "10.65.0.27:55585", "172.17.0.1:55585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 38741}, + {"Proto": "peerapi6", "Port": 38741} + ]}, + "Created": "2026-04-09T08:41:48.844425243Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5122870195251735, + "StableID": "nSx9iZ7A1h11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "DiscoKey": "discokey:fbf9f78c2401fc8cc2fdc0e4955269b0333b2d5a2ec99f18994115bb16e8fa3d", - "Addresses": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "AllowedIPs": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "Endpoints": ["77.164.248.136:60706", "10.65.0.27:60706", "172.17.0.1:60706"], + "Key": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "DiscoKey": "discokey:b82166f88d796f1058267e4c18e4aebdd9826b012ca4638b6c9408318f1df110", + "Addresses": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "AllowedIPs": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "Endpoints": ["77.164.248.136:40984", "10.65.0.27:40984", "172.17.0.1:40984"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55451}, - {"Proto": "peerapi6", "Port": 55451} + {"Proto": "peerapi4", "Port": 44417}, + {"Proto": "peerapi6", "Port": 44417} ]}, - "Created": "2026-04-09T01:35:53.867996112Z", + "Created": "2026-04-09T08:41:53.652934909Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 7370272230857437, - "StableID": "nSRJj7Z1Zz11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 5189043075150704, + "StableID": "nTQTW2N8Xh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "DiscoKey": "discokey:436760b5d472fefc5904e7dc0dfd079f6203847604f739e6393c4f1babb61e39", - "Addresses": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "AllowedIPs": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "Endpoints": ["77.164.248.136:33593", "10.65.0.27:33593", "172.17.0.1:33593"], + "Key": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "DiscoKey": "discokey:a47490ee0d4e4eaa6beb2f30cc80f7bf2144090223ae8049d01e18c1778cf613", + "Addresses": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "AllowedIPs": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "Endpoints": ["77.164.248.136:53655", "10.65.0.27:53655", "172.17.0.1:53655"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41308}, - {"Proto": "peerapi6", "Port": 41308} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 59741}, + {"Proto": "peerapi6", "Port": 59741} ]}, - "Created": "2026-04-09T01:35:53.334654299Z", + "Created": "2026-04-09T08:41:49.383292783Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }, { - "ID": 7925233645739046, - "StableID": "nuN1b3TMt421CNTRL", + "ID": 6123195173697769, + "StableID": "n25ybLxCpp11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "KeyExpiry": "2026-10-06T01:35:55Z", - "DiscoKey": "discokey:58bc9ca588b4679daf039a8c1158c3029e71f3a6ce3eefacfe45cd691f555937", - "Addresses": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "AllowedIPs": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "Endpoints": ["77.164.248.136:38653", "10.65.0.27:38653", "172.17.0.1:38653"], + "Key": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:f0036d4ede0f14249d58eb15b5b80f4e7b8bf61630e55e46934aa50300182c1e", + "Addresses": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "AllowedIPs": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36453}, - {"Proto": "peerapi6", "Port": 36453} + {"Proto": "peerapi4", "Port": 55137}, + {"Proto": "peerapi6", "Port": 55137} ]}, - "Created": "2026-04-09T01:35:55.514494059Z", + "Created": "2026-04-09T08:41:55.253300917Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7941741268647474, - "StableID": "nF7KhR5q1521CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 8267553209522228, + "StableID": "nXcjD1cPZ721CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "DiscoKey": "discokey:82f945bae50fec9883a4dd8bdb36a35d40473a4c348d491aad119ab916a28214", - "Addresses": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "AllowedIPs": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "Endpoints": ["77.164.248.136:52549", "10.65.0.27:52549", "172.17.0.1:52549"], + "Key": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "DiscoKey": "discokey:57c4b8df96d5c1d1ee88a05f3f3b88cbe0f4464c887caba3b01728b7c70f3004", + "Addresses": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "AllowedIPs": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "Endpoints": ["77.164.248.136:44461", "10.65.0.27:44461", "172.17.0.1:44461"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 60535}, - {"Proto": "peerapi6", "Port": 60535} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47984}, + {"Proto": "peerapi6", "Port": 47984} ]}, - "Created": "2026-04-09T01:35:52.239520262Z", + "Created": "2026-04-09T08:41:54.180734821Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7942273492256507, - "StableID": "nWgRUJ452521CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "DiscoKey": "discokey:99675745f6178ee827efda187c99a3d91bf5a096c228c9399740b706c38d501e", - "Addresses": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "AllowedIPs": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "Endpoints": ["77.164.248.136:43641", "10.65.0.27:43641", "172.17.0.1:43641"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43182}, - {"Proto": "peerapi6", "Port": 43182} - ]}, - "Created": "2026-04-09T01:35:52.797881837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8273836864157271, - "StableID": "nWNDGYfEc721CNTRL", + "ID": 8280399792270634, + "StableID": "nXVGkZ4Df721CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "DiscoKey": "discokey:8fa6fe287e853a3cf9be109e9121a8ca16564e3be78dd2ab69a71fdb70066078", - "Addresses": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "AllowedIPs": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "Endpoints": ["77.164.248.136:60194", "10.65.0.27:60194", "172.17.0.1:60194"], + "Key": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "DiscoKey": "discokey:0ea47fa2fd66fd4166b32a3ad3d8fe5bca1364df4bd6aff14389787aa8fda201", + "Addresses": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "AllowedIPs": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "Endpoints": ["77.164.248.136:51542", "10.65.0.27:51542", "172.17.0.1:51542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62294}, - {"Proto": "peerapi6", "Port": 62294} + {"Proto": "peerapi4", "Port": 38923}, + {"Proto": "peerapi6", "Port": 38923} ]}, - "Created": "2026-04-09T01:35:50.064727208Z", + "Created": "2026-04-09T08:41:49.915037448Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8375138516419353, - "StableID": "niK8Prg7Q821CNTRL", + "ID": 8539349611662972, + "StableID": "n7c7ZaEVg921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "DiscoKey": "discokey:7c828ee69c61099daae4369c62749b16fd83a1609dd78a13c0de7a0cc730a776", + "Addresses": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "AllowedIPs": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "Endpoints": ["77.164.248.136:54721", "10.65.0.27:54721", "172.17.0.1:54721"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 57456}, + {"Proto": "peerapi6", "Port": 57456} + ]}, + "Created": "2026-04-09T08:41:53.105230709Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8614527897166577, + "StableID": "nAh3DL3YGA21CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "DiscoKey": "discokey:58379b1bbe31f798100090402e309559af90e7a95db2ff5fee6c33932f482c28", - "Addresses": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "AllowedIPs": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "Endpoints": ["77.164.248.136:47917", "10.65.0.27:47917", "172.17.0.1:47917"], + "Key": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "DiscoKey": "discokey:5074d445a63dd170e4b4d5c90b82fbbd3c6bb30f8c6f6e44b2d357f845d7140f", + "Addresses": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "AllowedIPs": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "Endpoints": ["77.164.248.136:41928", "10.65.0.27:41928", "172.17.0.1:41928"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37945}, - {"Proto": "peerapi6", "Port": 37945} + {"Proto": "peerapi4", "Port": 60172}, + {"Proto": "peerapi6", "Port": 60172} ]}, - "Created": "2026-04-09T01:35:50.607165962Z", + "Created": "2026-04-09T08:41:50.450849033Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 8619551515701796, + "StableID": "nMy9B81pJA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "DiscoKey": "discokey:a8dda5bb86ab8ef56f9519ee62f5c33ae3895f72ad9533e0c0fbb97d39281c6d", + "Addresses": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "AllowedIPs": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "Endpoints": ["77.164.248.136:53871", "10.65.0.27:53871", "172.17.0.1:53871"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38446}, + {"Proto": "peerapi6", "Port": 38446} + ]}, + "Created": "2026-04-09T08:41:52.575207441Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8685705990977951, + "StableID": "nNGxcYmmpA21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "DiscoKey": "discokey:985be56653ee4f7b7f0361c0681bb1d97546eeb1412a926f647812e0dbcaea63", + "Addresses": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "AllowedIPs": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "Endpoints": ["77.164.248.136:48120", "10.65.0.27:48120", "172.17.0.1:48120"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 60808}, + {"Proto": "peerapi6", "Port": 60808} + ]}, + "Created": "2026-04-09T08:41:52.037752982Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2634,27 +2636,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6062422846017623": { - "ID": 6062422846017623, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "586408917435557": { + "ID": 586408917435557, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2685,22 +2689,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4447273097846470, - "StableID": "nHnkgjKBjb11CNTRL", + "ID": 4726008372000816, + "StableID": "nKkwN7ERud11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "KeyExpiry": "2026-10-06T01:35:56Z", - "DiscoKey": "discokey:15166b752b7ae3021a322e2e8b32966ce73becbe5cfc6ea408fd4d79392faf3b", - "Addresses": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "AllowedIPs": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "Endpoints": ["77.164.248.136:51112", "10.65.0.27:51112", "172.17.0.1:51112"], + "Key": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:590bc1002183521bb14cfaa9cc1d0177af91b0707c50c42fe121fcc50fdc4d0a", + "Addresses": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "AllowedIPs": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "Endpoints": ["77.164.248.136:57736", "10.65.0.27:57736", "172.17.0.1:57736"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41979}, - {"Proto": "peerapi6", "Port": 41979}, + {"Proto": "peerapi4", "Port": 38142}, + {"Proto": "peerapi6", "Port": 38142}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:56.040746218Z", + "Created": "2026-04-09T08:41:55.793833151Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2729,302 +2733,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "MachineKey": "mkey:0c7290bbe5929ddf2f6856f40a7b45c46c8e5eb95985d2a011a81b3fb6d6d614", + "NodeKey": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "MachineKey": "mkey:9251a5ea79a4f1befbafe8ff402c1d8d2799843f71036090ecc43b7f37bc4a7f", "Peers": [{ - "ID": 782859916226561, - "StableID": "nvF72MQZ7711CNTRL", + "ID": 12391772794998, + "StableID": "nB5eXdWc6111CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "DiscoKey": "discokey:bc4db97f15ed32cf91120fc4682225cfc7284db2cd801132ee15099e7f796d5e", - "Addresses": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "AllowedIPs": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "Endpoints": ["77.164.248.136:42071", "10.65.0.27:42071", "172.17.0.1:42071"], + "Key": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "DiscoKey": "discokey:ff86ed3c50ebbe2dedb954aa4dc9e0384fe39b5a3c112f3e85c6f627f3ca080d", + "Addresses": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "AllowedIPs": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "Endpoints": ["77.164.248.136:36531", "10.65.0.27:36531", "172.17.0.1:36531"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 42860}, - {"Proto": "peerapi6", "Port": 42860} + {"Proto": "peerapi4", "Port": 39841}, + {"Proto": "peerapi6", "Port": 39841} ]}, - "Created": "2026-04-09T01:35:51.694462311Z", + "Created": "2026-04-09T08:41:51.519409777Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 1803624677589353, - "StableID": "nSB6YPAs5F11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "DiscoKey": "discokey:31e09d4dfb47a13151b361fdb650bd1b4b6177ee050e9f4d0d2b3bd92934c24a", - "Addresses": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "AllowedIPs": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "Endpoints": ["77.164.248.136:48420", "10.65.0.27:48420", "172.17.0.1:48420"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41120}, - {"Proto": "peerapi6", "Port": 41120} - ]}, - "Created": "2026-04-09T01:35:49.520644138Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2046472312284772, - "StableID": "nDbSRjMryG11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "DiscoKey": "discokey:8ffeea54948ba1758444c56006bbd3cdd27c4a65496ab15565d39b123e07da1c", - "Addresses": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "AllowedIPs": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "Endpoints": ["77.164.248.136:60988", "10.65.0.27:60988", "172.17.0.1:60988"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45428}, - {"Proto": "peerapi6", "Port": 45428} - ]}, - "Created": "2026-04-09T01:35:48.975705247Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3004080938533383, - "StableID": "nkmgYW7ZTQ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "DiscoKey": "discokey:d9c10e19f39d67a666ac0f674bce7238ddc63d06e1bebf5a8f34bf93b4c84420", - "Addresses": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "AllowedIPs": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60167}, - {"Proto": "peerapi6", "Port": 60167} - ]}, - "Created": "2026-04-09T01:35:54.418237081Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3182816069671651, - "StableID": "nri33WBWrR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "DiscoKey": "discokey:1e339e9e6334846f2ff17f8465c6e7d36e1b9da3b04094b711b4caecfbf1c002", - "Addresses": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "AllowedIPs": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "Endpoints": ["77.164.248.136:38229", "10.65.0.27:38229", "172.17.0.1:38229"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 48726}, - {"Proto": "peerapi6", "Port": 48726} - ]}, - "Created": "2026-04-09T01:35:48.43856955Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3380247679941871, - "StableID": "nt31NjNvPT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "KeyExpiry": "2026-10-06T01:35:54Z", - "DiscoKey": "discokey:764c18a2f6b789e8fdb10b19eb1ac5e1b3d0a9b539d17dc2944144dc5d0b6a6d", - "Addresses": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "AllowedIPs": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "Endpoints": ["77.164.248.136:34470", "10.65.0.27:34470", "172.17.0.1:34470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54722}, - {"Proto": "peerapi6", "Port": 54722} - ]}, - "Created": "2026-04-09T01:35:54.952687296Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5118270352338725, - "StableID": "nE3tLRH5yg11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "DiscoKey": "discokey:fbf9f78c2401fc8cc2fdc0e4955269b0333b2d5a2ec99f18994115bb16e8fa3d", - "Addresses": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "AllowedIPs": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "Endpoints": ["77.164.248.136:60706", "10.65.0.27:60706", "172.17.0.1:60706"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55451}, - {"Proto": "peerapi6", "Port": 55451} - ]}, - "Created": "2026-04-09T01:35:53.867996112Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6062422846017623, - "StableID": "n4sR7xZgLp11CNTRL", + "ID": 586408917435557, + "StableID": "n8iJy8yaa511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "DiscoKey": "discokey:5c0433e088efa489af32dffb4cfe629f496a86b3e18acc0677fb0160a814a11d", - "Addresses": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "AllowedIPs": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "Endpoints": ["77.164.248.136:44135", "10.65.0.27:44135", "172.17.0.1:44135"], + "Key": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "DiscoKey": "discokey:0038fb20a2ede09800b238620155a7b6b5bc27d854f0ba7e36fcce9a002bce0e", + "Addresses": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "AllowedIPs": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "Endpoints": ["77.164.248.136:36377", "10.65.0.27:36377", "172.17.0.1:36377"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 57333}, - {"Proto": "peerapi6", "Port": 57333} + {"Proto": "peerapi4", "Port": 36429}, + {"Proto": "peerapi6", "Port": 36429} ]}, - "Created": "2026-04-09T01:35:51.158373709Z", + "Created": "2026-04-09T08:41:50.992108163Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7370272230857437, - "StableID": "nSRJj7Z1Zz11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "DiscoKey": "discokey:436760b5d472fefc5904e7dc0dfd079f6203847604f739e6393c4f1babb61e39", - "Addresses": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "AllowedIPs": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "Endpoints": ["77.164.248.136:33593", "10.65.0.27:33593", "172.17.0.1:33593"], + "ID": 4414160577735144, + "StableID": "nVZxfmWBUb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "KeyExpiry": "2026-10-06T08:41:54Z", + "DiscoKey": "discokey:a21eb810b00847bbb2567f6af58d74efc65d96dd9c41eaef16dcc622e2c7d538", + "Addresses": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "AllowedIPs": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "Endpoints": ["77.164.248.136:36975", "10.65.0.27:36975", "172.17.0.1:36975"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41308}, - {"Proto": "peerapi6", "Port": 41308} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33358}, + {"Proto": "peerapi6", "Port": 33358} ]}, - "Created": "2026-04-09T01:35:53.334654299Z", + "Created": "2026-04-09T08:41:54.716867615Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7925233645739046, - "StableID": "nuN1b3TMt421CNTRL", + "ID": 4601767316129660, + "StableID": "nydSiCd9wc11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "DiscoKey": "discokey:67502badae64477f626c37cd81d8efa3e94c0e1ece241984ee58589f9c83225b", + "Addresses": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "AllowedIPs": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "Endpoints": ["77.164.248.136:51941", "10.65.0.27:51941", "172.17.0.1:51941"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 64276}, + {"Proto": "peerapi6", "Port": 64276} + ]}, + "Created": "2026-04-09T08:41:48.310557325Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4939084048324205, + "StableID": "n8cbF3NvZf11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "DiscoKey": "discokey:d3ed05b29a9ec11443bb1efca5087581de88da43e4ed68485cfff1ba0a34a032", + "Addresses": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "AllowedIPs": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "Endpoints": ["77.164.248.136:55585", "10.65.0.27:55585", "172.17.0.1:55585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 38741}, + {"Proto": "peerapi6", "Port": 38741} + ]}, + "Created": "2026-04-09T08:41:48.844425243Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5122870195251735, + "StableID": "nSx9iZ7A1h11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "DiscoKey": "discokey:b82166f88d796f1058267e4c18e4aebdd9826b012ca4638b6c9408318f1df110", + "Addresses": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "AllowedIPs": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "Endpoints": ["77.164.248.136:40984", "10.65.0.27:40984", "172.17.0.1:40984"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 44417}, + {"Proto": "peerapi6", "Port": 44417} + ]}, + "Created": "2026-04-09T08:41:53.652934909Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5189043075150704, + "StableID": "nTQTW2N8Xh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "DiscoKey": "discokey:a47490ee0d4e4eaa6beb2f30cc80f7bf2144090223ae8049d01e18c1778cf613", + "Addresses": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "AllowedIPs": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "Endpoints": ["77.164.248.136:53655", "10.65.0.27:53655", "172.17.0.1:53655"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 59741}, + {"Proto": "peerapi6", "Port": 59741} + ]}, + "Created": "2026-04-09T08:41:49.383292783Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6123195173697769, + "StableID": "n25ybLxCpp11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "KeyExpiry": "2026-10-06T01:35:55Z", - "DiscoKey": "discokey:58bc9ca588b4679daf039a8c1158c3029e71f3a6ce3eefacfe45cd691f555937", - "Addresses": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "AllowedIPs": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "Endpoints": ["77.164.248.136:38653", "10.65.0.27:38653", "172.17.0.1:38653"], + "Key": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:f0036d4ede0f14249d58eb15b5b80f4e7b8bf61630e55e46934aa50300182c1e", + "Addresses": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "AllowedIPs": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36453}, - {"Proto": "peerapi6", "Port": 36453} + {"Proto": "peerapi4", "Port": 55137}, + {"Proto": "peerapi6", "Port": 55137} ]}, - "Created": "2026-04-09T01:35:55.514494059Z", + "Created": "2026-04-09T08:41:55.253300917Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7941741268647474, - "StableID": "nF7KhR5q1521CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 8267553209522228, + "StableID": "nXcjD1cPZ721CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "DiscoKey": "discokey:82f945bae50fec9883a4dd8bdb36a35d40473a4c348d491aad119ab916a28214", - "Addresses": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "AllowedIPs": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "Endpoints": ["77.164.248.136:52549", "10.65.0.27:52549", "172.17.0.1:52549"], + "Key": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "DiscoKey": "discokey:57c4b8df96d5c1d1ee88a05f3f3b88cbe0f4464c887caba3b01728b7c70f3004", + "Addresses": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "AllowedIPs": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "Endpoints": ["77.164.248.136:44461", "10.65.0.27:44461", "172.17.0.1:44461"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 60535}, - {"Proto": "peerapi6", "Port": 60535} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47984}, + {"Proto": "peerapi6", "Port": 47984} ]}, - "Created": "2026-04-09T01:35:52.239520262Z", + "Created": "2026-04-09T08:41:54.180734821Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7942273492256507, - "StableID": "nWgRUJ452521CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "DiscoKey": "discokey:99675745f6178ee827efda187c99a3d91bf5a096c228c9399740b706c38d501e", - "Addresses": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "AllowedIPs": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "Endpoints": ["77.164.248.136:43641", "10.65.0.27:43641", "172.17.0.1:43641"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43182}, - {"Proto": "peerapi6", "Port": 43182} - ]}, - "Created": "2026-04-09T01:35:52.797881837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8273836864157271, - "StableID": "nWNDGYfEc721CNTRL", + "ID": 8280399792270634, + "StableID": "nXVGkZ4Df721CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "DiscoKey": "discokey:8fa6fe287e853a3cf9be109e9121a8ca16564e3be78dd2ab69a71fdb70066078", - "Addresses": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "AllowedIPs": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "Endpoints": ["77.164.248.136:60194", "10.65.0.27:60194", "172.17.0.1:60194"], + "Key": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "DiscoKey": "discokey:0ea47fa2fd66fd4166b32a3ad3d8fe5bca1364df4bd6aff14389787aa8fda201", + "Addresses": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "AllowedIPs": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "Endpoints": ["77.164.248.136:51542", "10.65.0.27:51542", "172.17.0.1:51542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62294}, - {"Proto": "peerapi6", "Port": 62294} + {"Proto": "peerapi4", "Port": 38923}, + {"Proto": "peerapi6", "Port": 38923} ]}, - "Created": "2026-04-09T01:35:50.064727208Z", + "Created": "2026-04-09T08:41:49.915037448Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8375138516419353, - "StableID": "niK8Prg7Q821CNTRL", + "ID": 8539349611662972, + "StableID": "n7c7ZaEVg921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "DiscoKey": "discokey:7c828ee69c61099daae4369c62749b16fd83a1609dd78a13c0de7a0cc730a776", + "Addresses": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "AllowedIPs": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "Endpoints": ["77.164.248.136:54721", "10.65.0.27:54721", "172.17.0.1:54721"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 57456}, + {"Proto": "peerapi6", "Port": 57456} + ]}, + "Created": "2026-04-09T08:41:53.105230709Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8614527897166577, + "StableID": "nAh3DL3YGA21CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "DiscoKey": "discokey:58379b1bbe31f798100090402e309559af90e7a95db2ff5fee6c33932f482c28", - "Addresses": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "AllowedIPs": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "Endpoints": ["77.164.248.136:47917", "10.65.0.27:47917", "172.17.0.1:47917"], + "Key": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "DiscoKey": "discokey:5074d445a63dd170e4b4d5c90b82fbbd3c6bb30f8c6f6e44b2d357f845d7140f", + "Addresses": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "AllowedIPs": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "Endpoints": ["77.164.248.136:41928", "10.65.0.27:41928", "172.17.0.1:41928"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37945}, - {"Proto": "peerapi6", "Port": 37945} + {"Proto": "peerapi4", "Port": 60172}, + {"Proto": "peerapi6", "Port": 60172} ]}, - "Created": "2026-04-09T01:35:50.607165962Z", + "Created": "2026-04-09T08:41:50.450849033Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 8619551515701796, + "StableID": "nMy9B81pJA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "DiscoKey": "discokey:a8dda5bb86ab8ef56f9519ee62f5c33ae3895f72ad9533e0c0fbb97d39281c6d", + "Addresses": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "AllowedIPs": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "Endpoints": ["77.164.248.136:53871", "10.65.0.27:53871", "172.17.0.1:53871"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38446}, + {"Proto": "peerapi6", "Port": 38446} + ]}, + "Created": "2026-04-09T08:41:52.575207441Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8685705990977951, + "StableID": "nNGxcYmmpA21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "DiscoKey": "discokey:985be56653ee4f7b7f0361c0681bb1d97546eeb1412a926f647812e0dbcaea63", + "Addresses": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "AllowedIPs": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "Endpoints": ["77.164.248.136:48120", "10.65.0.27:48120", "172.17.0.1:48120"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 60808}, + {"Proto": "peerapi6", "Port": 60808} + ]}, + "Created": "2026-04-09T08:41:52.037752982Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3052,7 +3056,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.66.214.19"}, {"nodeIP": "fd7a:115c:a1e0::1937:d613"}], + "principals": [{"nodeIP": "100.110.216.36"}, {"nodeIP": "fd7a:115c:a1e0::ef37:d824"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -3881,26 +3885,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.66.214.19"}, {"nodeIP": "fd7a:115c:a1e0::1937:d613"}], + "principals": [{"nodeIP": "100.110.216.36"}, {"nodeIP": "fd7a:115c:a1e0::ef37:d824"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -3937,26 +3942,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1803624677589353, - "StableID": "nSB6YPAs5F11CNTRL", + "ID": 5189043075150704, + "StableID": "nTQTW2N8Xh11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 1803624677589353, - "Key": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "DiscoKey": "discokey:31e09d4dfb47a13151b361fdb650bd1b4b6177ee050e9f4d0d2b3bd92934c24a", - "Addresses": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "AllowedIPs": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "Endpoints": ["77.164.248.136:48420", "10.65.0.27:48420", "172.17.0.1:48420"], + "User": 5189043075150704, + "Key": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "DiscoKey": "discokey:a47490ee0d4e4eaa6beb2f30cc80f7bf2144090223ae8049d01e18c1778cf613", + "Addresses": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "AllowedIPs": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "Endpoints": ["77.164.248.136:53655", "10.65.0.27:53655", "172.17.0.1:53655"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 41120}, - {"Proto": "peerapi6", "Port": 41120}, + {"Proto": "peerapi4", "Port": 59741}, + {"Proto": "peerapi6", "Port": 59741}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:49.520644138Z", + "Created": "2026-04-09T08:41:49.383292783Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3984,302 +3989,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "MachineKey": "mkey:f2ce6b21af62ad6bc7c8f265abd51ddcbc7747d72e3e0488ae362e69acfe834a", + "NodeKey": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "MachineKey": "mkey:e0d29d7a930e4b14830132a7f7bf5b63a30ac236471714772d74e092e7b0ac0c", "Peers": [{ - "ID": 782859916226561, - "StableID": "nvF72MQZ7711CNTRL", + "ID": 12391772794998, + "StableID": "nB5eXdWc6111CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "DiscoKey": "discokey:bc4db97f15ed32cf91120fc4682225cfc7284db2cd801132ee15099e7f796d5e", - "Addresses": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "AllowedIPs": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "Endpoints": ["77.164.248.136:42071", "10.65.0.27:42071", "172.17.0.1:42071"], + "Key": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "DiscoKey": "discokey:ff86ed3c50ebbe2dedb954aa4dc9e0384fe39b5a3c112f3e85c6f627f3ca080d", + "Addresses": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "AllowedIPs": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "Endpoints": ["77.164.248.136:36531", "10.65.0.27:36531", "172.17.0.1:36531"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 42860}, - {"Proto": "peerapi6", "Port": 42860} + {"Proto": "peerapi4", "Port": 39841}, + {"Proto": "peerapi6", "Port": 39841} ]}, - "Created": "2026-04-09T01:35:51.694462311Z", + "Created": "2026-04-09T08:41:51.519409777Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 2046472312284772, - "StableID": "nDbSRjMryG11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "DiscoKey": "discokey:8ffeea54948ba1758444c56006bbd3cdd27c4a65496ab15565d39b123e07da1c", - "Addresses": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "AllowedIPs": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "Endpoints": ["77.164.248.136:60988", "10.65.0.27:60988", "172.17.0.1:60988"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45428}, - {"Proto": "peerapi6", "Port": 45428} - ]}, - "Created": "2026-04-09T01:35:48.975705247Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3004080938533383, - "StableID": "nkmgYW7ZTQ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "DiscoKey": "discokey:d9c10e19f39d67a666ac0f674bce7238ddc63d06e1bebf5a8f34bf93b4c84420", - "Addresses": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "AllowedIPs": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60167}, - {"Proto": "peerapi6", "Port": 60167} - ]}, - "Created": "2026-04-09T01:35:54.418237081Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3182816069671651, - "StableID": "nri33WBWrR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "DiscoKey": "discokey:1e339e9e6334846f2ff17f8465c6e7d36e1b9da3b04094b711b4caecfbf1c002", - "Addresses": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "AllowedIPs": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "Endpoints": ["77.164.248.136:38229", "10.65.0.27:38229", "172.17.0.1:38229"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 48726}, - {"Proto": "peerapi6", "Port": 48726} - ]}, - "Created": "2026-04-09T01:35:48.43856955Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3380247679941871, - "StableID": "nt31NjNvPT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "KeyExpiry": "2026-10-06T01:35:54Z", - "DiscoKey": "discokey:764c18a2f6b789e8fdb10b19eb1ac5e1b3d0a9b539d17dc2944144dc5d0b6a6d", - "Addresses": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "AllowedIPs": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "Endpoints": ["77.164.248.136:34470", "10.65.0.27:34470", "172.17.0.1:34470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54722}, - {"Proto": "peerapi6", "Port": 54722} - ]}, - "Created": "2026-04-09T01:35:54.952687296Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4447273097846470, - "StableID": "nHnkgjKBjb11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "KeyExpiry": "2026-10-06T01:35:56Z", - "DiscoKey": "discokey:15166b752b7ae3021a322e2e8b32966ce73becbe5cfc6ea408fd4d79392faf3b", - "Addresses": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "AllowedIPs": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "Endpoints": ["77.164.248.136:51112", "10.65.0.27:51112", "172.17.0.1:51112"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41979}, - {"Proto": "peerapi6", "Port": 41979} - ]}, - "Created": "2026-04-09T01:35:56.040746218Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5118270352338725, - "StableID": "nE3tLRH5yg11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "DiscoKey": "discokey:fbf9f78c2401fc8cc2fdc0e4955269b0333b2d5a2ec99f18994115bb16e8fa3d", - "Addresses": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "AllowedIPs": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "Endpoints": ["77.164.248.136:60706", "10.65.0.27:60706", "172.17.0.1:60706"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55451}, - {"Proto": "peerapi6", "Port": 55451} - ]}, - "Created": "2026-04-09T01:35:53.867996112Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6062422846017623, - "StableID": "n4sR7xZgLp11CNTRL", + "ID": 586408917435557, + "StableID": "n8iJy8yaa511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "DiscoKey": "discokey:5c0433e088efa489af32dffb4cfe629f496a86b3e18acc0677fb0160a814a11d", - "Addresses": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "AllowedIPs": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "Endpoints": ["77.164.248.136:44135", "10.65.0.27:44135", "172.17.0.1:44135"], + "Key": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "DiscoKey": "discokey:0038fb20a2ede09800b238620155a7b6b5bc27d854f0ba7e36fcce9a002bce0e", + "Addresses": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "AllowedIPs": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "Endpoints": ["77.164.248.136:36377", "10.65.0.27:36377", "172.17.0.1:36377"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 57333}, - {"Proto": "peerapi6", "Port": 57333} + {"Proto": "peerapi4", "Port": 36429}, + {"Proto": "peerapi6", "Port": 36429} ]}, - "Created": "2026-04-09T01:35:51.158373709Z", + "Created": "2026-04-09T08:41:50.992108163Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7370272230857437, - "StableID": "nSRJj7Z1Zz11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "DiscoKey": "discokey:436760b5d472fefc5904e7dc0dfd079f6203847604f739e6393c4f1babb61e39", - "Addresses": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "AllowedIPs": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "Endpoints": ["77.164.248.136:33593", "10.65.0.27:33593", "172.17.0.1:33593"], + "ID": 4414160577735144, + "StableID": "nVZxfmWBUb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "KeyExpiry": "2026-10-06T08:41:54Z", + "DiscoKey": "discokey:a21eb810b00847bbb2567f6af58d74efc65d96dd9c41eaef16dcc622e2c7d538", + "Addresses": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "AllowedIPs": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "Endpoints": ["77.164.248.136:36975", "10.65.0.27:36975", "172.17.0.1:36975"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41308}, - {"Proto": "peerapi6", "Port": 41308} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33358}, + {"Proto": "peerapi6", "Port": 33358} ]}, - "Created": "2026-04-09T01:35:53.334654299Z", + "Created": "2026-04-09T08:41:54.716867615Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7925233645739046, - "StableID": "nuN1b3TMt421CNTRL", + "ID": 4601767316129660, + "StableID": "nydSiCd9wc11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "DiscoKey": "discokey:67502badae64477f626c37cd81d8efa3e94c0e1ece241984ee58589f9c83225b", + "Addresses": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "AllowedIPs": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "Endpoints": ["77.164.248.136:51941", "10.65.0.27:51941", "172.17.0.1:51941"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 64276}, + {"Proto": "peerapi6", "Port": 64276} + ]}, + "Created": "2026-04-09T08:41:48.310557325Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4726008372000816, + "StableID": "nKkwN7ERud11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:590bc1002183521bb14cfaa9cc1d0177af91b0707c50c42fe121fcc50fdc4d0a", + "Addresses": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "AllowedIPs": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "Endpoints": ["77.164.248.136:57736", "10.65.0.27:57736", "172.17.0.1:57736"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38142}, + {"Proto": "peerapi6", "Port": 38142} + ]}, + "Created": "2026-04-09T08:41:55.793833151Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4939084048324205, + "StableID": "n8cbF3NvZf11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "DiscoKey": "discokey:d3ed05b29a9ec11443bb1efca5087581de88da43e4ed68485cfff1ba0a34a032", + "Addresses": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "AllowedIPs": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "Endpoints": ["77.164.248.136:55585", "10.65.0.27:55585", "172.17.0.1:55585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 38741}, + {"Proto": "peerapi6", "Port": 38741} + ]}, + "Created": "2026-04-09T08:41:48.844425243Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5122870195251735, + "StableID": "nSx9iZ7A1h11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "DiscoKey": "discokey:b82166f88d796f1058267e4c18e4aebdd9826b012ca4638b6c9408318f1df110", + "Addresses": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "AllowedIPs": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "Endpoints": ["77.164.248.136:40984", "10.65.0.27:40984", "172.17.0.1:40984"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 44417}, + {"Proto": "peerapi6", "Port": 44417} + ]}, + "Created": "2026-04-09T08:41:53.652934909Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6123195173697769, + "StableID": "n25ybLxCpp11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "KeyExpiry": "2026-10-06T01:35:55Z", - "DiscoKey": "discokey:58bc9ca588b4679daf039a8c1158c3029e71f3a6ce3eefacfe45cd691f555937", - "Addresses": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "AllowedIPs": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "Endpoints": ["77.164.248.136:38653", "10.65.0.27:38653", "172.17.0.1:38653"], + "Key": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:f0036d4ede0f14249d58eb15b5b80f4e7b8bf61630e55e46934aa50300182c1e", + "Addresses": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "AllowedIPs": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36453}, - {"Proto": "peerapi6", "Port": 36453} + {"Proto": "peerapi4", "Port": 55137}, + {"Proto": "peerapi6", "Port": 55137} ]}, - "Created": "2026-04-09T01:35:55.514494059Z", + "Created": "2026-04-09T08:41:55.253300917Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7941741268647474, - "StableID": "nF7KhR5q1521CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 8267553209522228, + "StableID": "nXcjD1cPZ721CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "DiscoKey": "discokey:82f945bae50fec9883a4dd8bdb36a35d40473a4c348d491aad119ab916a28214", - "Addresses": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "AllowedIPs": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "Endpoints": ["77.164.248.136:52549", "10.65.0.27:52549", "172.17.0.1:52549"], + "Key": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "DiscoKey": "discokey:57c4b8df96d5c1d1ee88a05f3f3b88cbe0f4464c887caba3b01728b7c70f3004", + "Addresses": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "AllowedIPs": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "Endpoints": ["77.164.248.136:44461", "10.65.0.27:44461", "172.17.0.1:44461"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 60535}, - {"Proto": "peerapi6", "Port": 60535} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47984}, + {"Proto": "peerapi6", "Port": 47984} ]}, - "Created": "2026-04-09T01:35:52.239520262Z", + "Created": "2026-04-09T08:41:54.180734821Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7942273492256507, - "StableID": "nWgRUJ452521CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "DiscoKey": "discokey:99675745f6178ee827efda187c99a3d91bf5a096c228c9399740b706c38d501e", - "Addresses": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "AllowedIPs": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "Endpoints": ["77.164.248.136:43641", "10.65.0.27:43641", "172.17.0.1:43641"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43182}, - {"Proto": "peerapi6", "Port": 43182} - ]}, - "Created": "2026-04-09T01:35:52.797881837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8273836864157271, - "StableID": "nWNDGYfEc721CNTRL", + "ID": 8280399792270634, + "StableID": "nXVGkZ4Df721CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "DiscoKey": "discokey:8fa6fe287e853a3cf9be109e9121a8ca16564e3be78dd2ab69a71fdb70066078", - "Addresses": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "AllowedIPs": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "Endpoints": ["77.164.248.136:60194", "10.65.0.27:60194", "172.17.0.1:60194"], + "Key": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "DiscoKey": "discokey:0ea47fa2fd66fd4166b32a3ad3d8fe5bca1364df4bd6aff14389787aa8fda201", + "Addresses": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "AllowedIPs": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "Endpoints": ["77.164.248.136:51542", "10.65.0.27:51542", "172.17.0.1:51542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62294}, - {"Proto": "peerapi6", "Port": 62294} + {"Proto": "peerapi4", "Port": 38923}, + {"Proto": "peerapi6", "Port": 38923} ]}, - "Created": "2026-04-09T01:35:50.064727208Z", + "Created": "2026-04-09T08:41:49.915037448Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8375138516419353, - "StableID": "niK8Prg7Q821CNTRL", + "ID": 8539349611662972, + "StableID": "n7c7ZaEVg921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "DiscoKey": "discokey:7c828ee69c61099daae4369c62749b16fd83a1609dd78a13c0de7a0cc730a776", + "Addresses": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "AllowedIPs": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "Endpoints": ["77.164.248.136:54721", "10.65.0.27:54721", "172.17.0.1:54721"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 57456}, + {"Proto": "peerapi6", "Port": 57456} + ]}, + "Created": "2026-04-09T08:41:53.105230709Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8614527897166577, + "StableID": "nAh3DL3YGA21CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "DiscoKey": "discokey:58379b1bbe31f798100090402e309559af90e7a95db2ff5fee6c33932f482c28", - "Addresses": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "AllowedIPs": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "Endpoints": ["77.164.248.136:47917", "10.65.0.27:47917", "172.17.0.1:47917"], + "Key": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "DiscoKey": "discokey:5074d445a63dd170e4b4d5c90b82fbbd3c6bb30f8c6f6e44b2d357f845d7140f", + "Addresses": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "AllowedIPs": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "Endpoints": ["77.164.248.136:41928", "10.65.0.27:41928", "172.17.0.1:41928"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37945}, - {"Proto": "peerapi6", "Port": 37945} + {"Proto": "peerapi4", "Port": 60172}, + {"Proto": "peerapi6", "Port": 60172} ]}, - "Created": "2026-04-09T01:35:50.607165962Z", + "Created": "2026-04-09T08:41:50.450849033Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 8619551515701796, + "StableID": "nMy9B81pJA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "DiscoKey": "discokey:a8dda5bb86ab8ef56f9519ee62f5c33ae3895f72ad9533e0c0fbb97d39281c6d", + "Addresses": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "AllowedIPs": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "Endpoints": ["77.164.248.136:53871", "10.65.0.27:53871", "172.17.0.1:53871"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38446}, + {"Proto": "peerapi6", "Port": 38446} + ]}, + "Created": "2026-04-09T08:41:52.575207441Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8685705990977951, + "StableID": "nNGxcYmmpA21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "DiscoKey": "discokey:985be56653ee4f7b7f0361c0681bb1d97546eeb1412a926f647812e0dbcaea63", + "Addresses": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "AllowedIPs": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "Endpoints": ["77.164.248.136:48120", "10.65.0.27:48120", "172.17.0.1:48120"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 60808}, + {"Proto": "peerapi6", "Port": 60808} + ]}, + "Created": "2026-04-09T08:41:52.037752982Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5127,27 +5132,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1803624677589353": { - "ID": 1803624677589353, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5189043075150704": { + "ID": 5189043075150704, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5178,26 +5185,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7941741268647474, - "StableID": "nF7KhR5q1521CNTRL", + "ID": 8685705990977951, + "StableID": "nNGxcYmmpA21CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 7941741268647474, - "Key": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "DiscoKey": "discokey:82f945bae50fec9883a4dd8bdb36a35d40473a4c348d491aad119ab916a28214", - "Addresses": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "AllowedIPs": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "Endpoints": ["77.164.248.136:52549", "10.65.0.27:52549", "172.17.0.1:52549"], + "User": 8685705990977951, + "Key": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "DiscoKey": "discokey:985be56653ee4f7b7f0361c0681bb1d97546eeb1412a926f647812e0dbcaea63", + "Addresses": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "AllowedIPs": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "Endpoints": ["77.164.248.136:48120", "10.65.0.27:48120", "172.17.0.1:48120"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 60535}, - {"Proto": "peerapi6", "Port": 60535}, + {"Proto": "peerapi4", "Port": 60808}, + {"Proto": "peerapi6", "Port": 60808}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:52.239520262Z", + "Created": "2026-04-09T08:41:52.037752982Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5225,302 +5232,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "MachineKey": "mkey:695b13773ef9191d3dc112e15f45ad9dc72fbaa552cbdeb148954ca174342f34", + "NodeKey": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "MachineKey": "mkey:38e99d7ed749ae8a90b07b85819e0c2b2cc268882fe90b279bf70ecda04c414a", "Peers": [{ - "ID": 782859916226561, - "StableID": "nvF72MQZ7711CNTRL", + "ID": 12391772794998, + "StableID": "nB5eXdWc6111CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "DiscoKey": "discokey:bc4db97f15ed32cf91120fc4682225cfc7284db2cd801132ee15099e7f796d5e", - "Addresses": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "AllowedIPs": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "Endpoints": ["77.164.248.136:42071", "10.65.0.27:42071", "172.17.0.1:42071"], + "Key": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "DiscoKey": "discokey:ff86ed3c50ebbe2dedb954aa4dc9e0384fe39b5a3c112f3e85c6f627f3ca080d", + "Addresses": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "AllowedIPs": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "Endpoints": ["77.164.248.136:36531", "10.65.0.27:36531", "172.17.0.1:36531"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 42860}, - {"Proto": "peerapi6", "Port": 42860} + {"Proto": "peerapi4", "Port": 39841}, + {"Proto": "peerapi6", "Port": 39841} ]}, - "Created": "2026-04-09T01:35:51.694462311Z", + "Created": "2026-04-09T08:41:51.519409777Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 1803624677589353, - "StableID": "nSB6YPAs5F11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "DiscoKey": "discokey:31e09d4dfb47a13151b361fdb650bd1b4b6177ee050e9f4d0d2b3bd92934c24a", - "Addresses": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "AllowedIPs": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "Endpoints": ["77.164.248.136:48420", "10.65.0.27:48420", "172.17.0.1:48420"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41120}, - {"Proto": "peerapi6", "Port": 41120} - ]}, - "Created": "2026-04-09T01:35:49.520644138Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2046472312284772, - "StableID": "nDbSRjMryG11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "DiscoKey": "discokey:8ffeea54948ba1758444c56006bbd3cdd27c4a65496ab15565d39b123e07da1c", - "Addresses": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "AllowedIPs": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "Endpoints": ["77.164.248.136:60988", "10.65.0.27:60988", "172.17.0.1:60988"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45428}, - {"Proto": "peerapi6", "Port": 45428} - ]}, - "Created": "2026-04-09T01:35:48.975705247Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3004080938533383, - "StableID": "nkmgYW7ZTQ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "DiscoKey": "discokey:d9c10e19f39d67a666ac0f674bce7238ddc63d06e1bebf5a8f34bf93b4c84420", - "Addresses": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "AllowedIPs": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60167}, - {"Proto": "peerapi6", "Port": 60167} - ]}, - "Created": "2026-04-09T01:35:54.418237081Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3182816069671651, - "StableID": "nri33WBWrR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "DiscoKey": "discokey:1e339e9e6334846f2ff17f8465c6e7d36e1b9da3b04094b711b4caecfbf1c002", - "Addresses": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "AllowedIPs": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "Endpoints": ["77.164.248.136:38229", "10.65.0.27:38229", "172.17.0.1:38229"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 48726}, - {"Proto": "peerapi6", "Port": 48726} - ]}, - "Created": "2026-04-09T01:35:48.43856955Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3380247679941871, - "StableID": "nt31NjNvPT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "KeyExpiry": "2026-10-06T01:35:54Z", - "DiscoKey": "discokey:764c18a2f6b789e8fdb10b19eb1ac5e1b3d0a9b539d17dc2944144dc5d0b6a6d", - "Addresses": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "AllowedIPs": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "Endpoints": ["77.164.248.136:34470", "10.65.0.27:34470", "172.17.0.1:34470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54722}, - {"Proto": "peerapi6", "Port": 54722} - ]}, - "Created": "2026-04-09T01:35:54.952687296Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4447273097846470, - "StableID": "nHnkgjKBjb11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "KeyExpiry": "2026-10-06T01:35:56Z", - "DiscoKey": "discokey:15166b752b7ae3021a322e2e8b32966ce73becbe5cfc6ea408fd4d79392faf3b", - "Addresses": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "AllowedIPs": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "Endpoints": ["77.164.248.136:51112", "10.65.0.27:51112", "172.17.0.1:51112"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41979}, - {"Proto": "peerapi6", "Port": 41979} - ]}, - "Created": "2026-04-09T01:35:56.040746218Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5118270352338725, - "StableID": "nE3tLRH5yg11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "DiscoKey": "discokey:fbf9f78c2401fc8cc2fdc0e4955269b0333b2d5a2ec99f18994115bb16e8fa3d", - "Addresses": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "AllowedIPs": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "Endpoints": ["77.164.248.136:60706", "10.65.0.27:60706", "172.17.0.1:60706"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55451}, - {"Proto": "peerapi6", "Port": 55451} - ]}, - "Created": "2026-04-09T01:35:53.867996112Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6062422846017623, - "StableID": "n4sR7xZgLp11CNTRL", + "ID": 586408917435557, + "StableID": "n8iJy8yaa511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "DiscoKey": "discokey:5c0433e088efa489af32dffb4cfe629f496a86b3e18acc0677fb0160a814a11d", - "Addresses": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "AllowedIPs": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "Endpoints": ["77.164.248.136:44135", "10.65.0.27:44135", "172.17.0.1:44135"], + "Key": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "DiscoKey": "discokey:0038fb20a2ede09800b238620155a7b6b5bc27d854f0ba7e36fcce9a002bce0e", + "Addresses": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "AllowedIPs": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "Endpoints": ["77.164.248.136:36377", "10.65.0.27:36377", "172.17.0.1:36377"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 57333}, - {"Proto": "peerapi6", "Port": 57333} + {"Proto": "peerapi4", "Port": 36429}, + {"Proto": "peerapi6", "Port": 36429} ]}, - "Created": "2026-04-09T01:35:51.158373709Z", + "Created": "2026-04-09T08:41:50.992108163Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7370272230857437, - "StableID": "nSRJj7Z1Zz11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "DiscoKey": "discokey:436760b5d472fefc5904e7dc0dfd079f6203847604f739e6393c4f1babb61e39", - "Addresses": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "AllowedIPs": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "Endpoints": ["77.164.248.136:33593", "10.65.0.27:33593", "172.17.0.1:33593"], + "ID": 4414160577735144, + "StableID": "nVZxfmWBUb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "KeyExpiry": "2026-10-06T08:41:54Z", + "DiscoKey": "discokey:a21eb810b00847bbb2567f6af58d74efc65d96dd9c41eaef16dcc622e2c7d538", + "Addresses": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "AllowedIPs": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "Endpoints": ["77.164.248.136:36975", "10.65.0.27:36975", "172.17.0.1:36975"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41308}, - {"Proto": "peerapi6", "Port": 41308} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33358}, + {"Proto": "peerapi6", "Port": 33358} ]}, - "Created": "2026-04-09T01:35:53.334654299Z", + "Created": "2026-04-09T08:41:54.716867615Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7925233645739046, - "StableID": "nuN1b3TMt421CNTRL", + "ID": 4601767316129660, + "StableID": "nydSiCd9wc11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "DiscoKey": "discokey:67502badae64477f626c37cd81d8efa3e94c0e1ece241984ee58589f9c83225b", + "Addresses": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "AllowedIPs": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "Endpoints": ["77.164.248.136:51941", "10.65.0.27:51941", "172.17.0.1:51941"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 64276}, + {"Proto": "peerapi6", "Port": 64276} + ]}, + "Created": "2026-04-09T08:41:48.310557325Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4726008372000816, + "StableID": "nKkwN7ERud11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:590bc1002183521bb14cfaa9cc1d0177af91b0707c50c42fe121fcc50fdc4d0a", + "Addresses": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "AllowedIPs": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "Endpoints": ["77.164.248.136:57736", "10.65.0.27:57736", "172.17.0.1:57736"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38142}, + {"Proto": "peerapi6", "Port": 38142} + ]}, + "Created": "2026-04-09T08:41:55.793833151Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4939084048324205, + "StableID": "n8cbF3NvZf11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "DiscoKey": "discokey:d3ed05b29a9ec11443bb1efca5087581de88da43e4ed68485cfff1ba0a34a032", + "Addresses": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "AllowedIPs": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "Endpoints": ["77.164.248.136:55585", "10.65.0.27:55585", "172.17.0.1:55585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 38741}, + {"Proto": "peerapi6", "Port": 38741} + ]}, + "Created": "2026-04-09T08:41:48.844425243Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5122870195251735, + "StableID": "nSx9iZ7A1h11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "DiscoKey": "discokey:b82166f88d796f1058267e4c18e4aebdd9826b012ca4638b6c9408318f1df110", + "Addresses": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "AllowedIPs": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "Endpoints": ["77.164.248.136:40984", "10.65.0.27:40984", "172.17.0.1:40984"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 44417}, + {"Proto": "peerapi6", "Port": 44417} + ]}, + "Created": "2026-04-09T08:41:53.652934909Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5189043075150704, + "StableID": "nTQTW2N8Xh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "DiscoKey": "discokey:a47490ee0d4e4eaa6beb2f30cc80f7bf2144090223ae8049d01e18c1778cf613", + "Addresses": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "AllowedIPs": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "Endpoints": ["77.164.248.136:53655", "10.65.0.27:53655", "172.17.0.1:53655"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 59741}, + {"Proto": "peerapi6", "Port": 59741} + ]}, + "Created": "2026-04-09T08:41:49.383292783Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6123195173697769, + "StableID": "n25ybLxCpp11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "KeyExpiry": "2026-10-06T01:35:55Z", - "DiscoKey": "discokey:58bc9ca588b4679daf039a8c1158c3029e71f3a6ce3eefacfe45cd691f555937", - "Addresses": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "AllowedIPs": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "Endpoints": ["77.164.248.136:38653", "10.65.0.27:38653", "172.17.0.1:38653"], + "Key": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:f0036d4ede0f14249d58eb15b5b80f4e7b8bf61630e55e46934aa50300182c1e", + "Addresses": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "AllowedIPs": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36453}, - {"Proto": "peerapi6", "Port": 36453} + {"Proto": "peerapi4", "Port": 55137}, + {"Proto": "peerapi6", "Port": 55137} ]}, - "Created": "2026-04-09T01:35:55.514494059Z", + "Created": "2026-04-09T08:41:55.253300917Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7942273492256507, - "StableID": "nWgRUJ452521CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 8267553209522228, + "StableID": "nXcjD1cPZ721CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "DiscoKey": "discokey:99675745f6178ee827efda187c99a3d91bf5a096c228c9399740b706c38d501e", - "Addresses": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "AllowedIPs": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "Endpoints": ["77.164.248.136:43641", "10.65.0.27:43641", "172.17.0.1:43641"], + "Key": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "DiscoKey": "discokey:57c4b8df96d5c1d1ee88a05f3f3b88cbe0f4464c887caba3b01728b7c70f3004", + "Addresses": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "AllowedIPs": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "Endpoints": ["77.164.248.136:44461", "10.65.0.27:44461", "172.17.0.1:44461"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43182}, - {"Proto": "peerapi6", "Port": 43182} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47984}, + {"Proto": "peerapi6", "Port": 47984} ]}, - "Created": "2026-04-09T01:35:52.797881837Z", + "Created": "2026-04-09T08:41:54.180734821Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 8273836864157271, - "StableID": "nWNDGYfEc721CNTRL", + "ID": 8280399792270634, + "StableID": "nXVGkZ4Df721CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "DiscoKey": "discokey:8fa6fe287e853a3cf9be109e9121a8ca16564e3be78dd2ab69a71fdb70066078", - "Addresses": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "AllowedIPs": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "Endpoints": ["77.164.248.136:60194", "10.65.0.27:60194", "172.17.0.1:60194"], + "Key": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "DiscoKey": "discokey:0ea47fa2fd66fd4166b32a3ad3d8fe5bca1364df4bd6aff14389787aa8fda201", + "Addresses": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "AllowedIPs": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "Endpoints": ["77.164.248.136:51542", "10.65.0.27:51542", "172.17.0.1:51542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62294}, - {"Proto": "peerapi6", "Port": 62294} + {"Proto": "peerapi4", "Port": 38923}, + {"Proto": "peerapi6", "Port": 38923} ]}, - "Created": "2026-04-09T01:35:50.064727208Z", + "Created": "2026-04-09T08:41:49.915037448Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8375138516419353, - "StableID": "niK8Prg7Q821CNTRL", + "ID": 8539349611662972, + "StableID": "n7c7ZaEVg921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "DiscoKey": "discokey:7c828ee69c61099daae4369c62749b16fd83a1609dd78a13c0de7a0cc730a776", + "Addresses": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "AllowedIPs": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "Endpoints": ["77.164.248.136:54721", "10.65.0.27:54721", "172.17.0.1:54721"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 57456}, + {"Proto": "peerapi6", "Port": 57456} + ]}, + "Created": "2026-04-09T08:41:53.105230709Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8614527897166577, + "StableID": "nAh3DL3YGA21CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "DiscoKey": "discokey:58379b1bbe31f798100090402e309559af90e7a95db2ff5fee6c33932f482c28", - "Addresses": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "AllowedIPs": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "Endpoints": ["77.164.248.136:47917", "10.65.0.27:47917", "172.17.0.1:47917"], + "Key": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "DiscoKey": "discokey:5074d445a63dd170e4b4d5c90b82fbbd3c6bb30f8c6f6e44b2d357f845d7140f", + "Addresses": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "AllowedIPs": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "Endpoints": ["77.164.248.136:41928", "10.65.0.27:41928", "172.17.0.1:41928"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37945}, - {"Proto": "peerapi6", "Port": 37945} + {"Proto": "peerapi4", "Port": 60172}, + {"Proto": "peerapi6", "Port": 60172} ]}, - "Created": "2026-04-09T01:35:50.607165962Z", + "Created": "2026-04-09T08:41:50.450849033Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 8619551515701796, + "StableID": "nMy9B81pJA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "DiscoKey": "discokey:a8dda5bb86ab8ef56f9519ee62f5c33ae3895f72ad9533e0c0fbb97d39281c6d", + "Addresses": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "AllowedIPs": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "Endpoints": ["77.164.248.136:53871", "10.65.0.27:53871", "172.17.0.1:53871"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38446}, + {"Proto": "peerapi6", "Port": 38446} + ]}, + "Created": "2026-04-09T08:41:52.575207441Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6368,27 +6375,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7941741268647474": { - "ID": 7941741268647474, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8685705990977951": { + "ID": 8685705990977951, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6419,22 +6428,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3380247679941871, - "StableID": "nt31NjNvPT11CNTRL", + "ID": 4414160577735144, + "StableID": "nVZxfmWBUb11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "KeyExpiry": "2026-10-06T01:35:54Z", - "DiscoKey": "discokey:764c18a2f6b789e8fdb10b19eb1ac5e1b3d0a9b539d17dc2944144dc5d0b6a6d", - "Addresses": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "AllowedIPs": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "Endpoints": ["77.164.248.136:34470", "10.65.0.27:34470", "172.17.0.1:34470"], + "Key": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "KeyExpiry": "2026-10-06T08:41:54Z", + "DiscoKey": "discokey:a21eb810b00847bbb2567f6af58d74efc65d96dd9c41eaef16dcc622e2c7d538", + "Addresses": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "AllowedIPs": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "Endpoints": ["77.164.248.136:36975", "10.65.0.27:36975", "172.17.0.1:36975"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54722}, - {"Proto": "peerapi6", "Port": 54722}, + {"Proto": "peerapi4", "Port": 33358}, + {"Proto": "peerapi6", "Port": 33358}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:54.952687296Z", + "Created": "2026-04-09T08:41:54.716867615Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6461,302 +6470,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "MachineKey": "mkey:435683140ba7994e8fc2ca496a76c28c8ac7b74b3ca659a1921ff067ede16f04", + "NodeKey": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "MachineKey": "mkey:c7d2418c9895a819a035186909594356d74447295be24bdb77ab40c67998335d", "Peers": [{ - "ID": 782859916226561, - "StableID": "nvF72MQZ7711CNTRL", + "ID": 12391772794998, + "StableID": "nB5eXdWc6111CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "DiscoKey": "discokey:bc4db97f15ed32cf91120fc4682225cfc7284db2cd801132ee15099e7f796d5e", - "Addresses": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "AllowedIPs": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "Endpoints": ["77.164.248.136:42071", "10.65.0.27:42071", "172.17.0.1:42071"], + "Key": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "DiscoKey": "discokey:ff86ed3c50ebbe2dedb954aa4dc9e0384fe39b5a3c112f3e85c6f627f3ca080d", + "Addresses": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "AllowedIPs": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "Endpoints": ["77.164.248.136:36531", "10.65.0.27:36531", "172.17.0.1:36531"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 42860}, - {"Proto": "peerapi6", "Port": 42860} + {"Proto": "peerapi4", "Port": 39841}, + {"Proto": "peerapi6", "Port": 39841} ]}, - "Created": "2026-04-09T01:35:51.694462311Z", + "Created": "2026-04-09T08:41:51.519409777Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 1803624677589353, - "StableID": "nSB6YPAs5F11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "DiscoKey": "discokey:31e09d4dfb47a13151b361fdb650bd1b4b6177ee050e9f4d0d2b3bd92934c24a", - "Addresses": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "AllowedIPs": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "Endpoints": ["77.164.248.136:48420", "10.65.0.27:48420", "172.17.0.1:48420"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41120}, - {"Proto": "peerapi6", "Port": 41120} - ]}, - "Created": "2026-04-09T01:35:49.520644138Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2046472312284772, - "StableID": "nDbSRjMryG11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "DiscoKey": "discokey:8ffeea54948ba1758444c56006bbd3cdd27c4a65496ab15565d39b123e07da1c", - "Addresses": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "AllowedIPs": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "Endpoints": ["77.164.248.136:60988", "10.65.0.27:60988", "172.17.0.1:60988"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45428}, - {"Proto": "peerapi6", "Port": 45428} - ]}, - "Created": "2026-04-09T01:35:48.975705247Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3004080938533383, - "StableID": "nkmgYW7ZTQ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "DiscoKey": "discokey:d9c10e19f39d67a666ac0f674bce7238ddc63d06e1bebf5a8f34bf93b4c84420", - "Addresses": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "AllowedIPs": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60167}, - {"Proto": "peerapi6", "Port": 60167} - ]}, - "Created": "2026-04-09T01:35:54.418237081Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3182816069671651, - "StableID": "nri33WBWrR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "DiscoKey": "discokey:1e339e9e6334846f2ff17f8465c6e7d36e1b9da3b04094b711b4caecfbf1c002", - "Addresses": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "AllowedIPs": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "Endpoints": ["77.164.248.136:38229", "10.65.0.27:38229", "172.17.0.1:38229"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 48726}, - {"Proto": "peerapi6", "Port": 48726} - ]}, - "Created": "2026-04-09T01:35:48.43856955Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 4447273097846470, - "StableID": "nHnkgjKBjb11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "KeyExpiry": "2026-10-06T01:35:56Z", - "DiscoKey": "discokey:15166b752b7ae3021a322e2e8b32966ce73becbe5cfc6ea408fd4d79392faf3b", - "Addresses": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "AllowedIPs": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "Endpoints": ["77.164.248.136:51112", "10.65.0.27:51112", "172.17.0.1:51112"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41979}, - {"Proto": "peerapi6", "Port": 41979} - ]}, - "Created": "2026-04-09T01:35:56.040746218Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5118270352338725, - "StableID": "nE3tLRH5yg11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "DiscoKey": "discokey:fbf9f78c2401fc8cc2fdc0e4955269b0333b2d5a2ec99f18994115bb16e8fa3d", - "Addresses": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "AllowedIPs": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "Endpoints": ["77.164.248.136:60706", "10.65.0.27:60706", "172.17.0.1:60706"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55451}, - {"Proto": "peerapi6", "Port": 55451} - ]}, - "Created": "2026-04-09T01:35:53.867996112Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6062422846017623, - "StableID": "n4sR7xZgLp11CNTRL", + "ID": 586408917435557, + "StableID": "n8iJy8yaa511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "DiscoKey": "discokey:5c0433e088efa489af32dffb4cfe629f496a86b3e18acc0677fb0160a814a11d", - "Addresses": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "AllowedIPs": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "Endpoints": ["77.164.248.136:44135", "10.65.0.27:44135", "172.17.0.1:44135"], + "Key": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "DiscoKey": "discokey:0038fb20a2ede09800b238620155a7b6b5bc27d854f0ba7e36fcce9a002bce0e", + "Addresses": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "AllowedIPs": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "Endpoints": ["77.164.248.136:36377", "10.65.0.27:36377", "172.17.0.1:36377"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 57333}, - {"Proto": "peerapi6", "Port": 57333} + {"Proto": "peerapi4", "Port": 36429}, + {"Proto": "peerapi6", "Port": 36429} ]}, - "Created": "2026-04-09T01:35:51.158373709Z", + "Created": "2026-04-09T08:41:50.992108163Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7370272230857437, - "StableID": "nSRJj7Z1Zz11CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 4601767316129660, + "StableID": "nydSiCd9wc11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "DiscoKey": "discokey:436760b5d472fefc5904e7dc0dfd079f6203847604f739e6393c4f1babb61e39", - "Addresses": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "AllowedIPs": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "Endpoints": ["77.164.248.136:33593", "10.65.0.27:33593", "172.17.0.1:33593"], + "Key": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "DiscoKey": "discokey:67502badae64477f626c37cd81d8efa3e94c0e1ece241984ee58589f9c83225b", + "Addresses": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "AllowedIPs": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "Endpoints": ["77.164.248.136:51941", "10.65.0.27:51941", "172.17.0.1:51941"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41308}, - {"Proto": "peerapi6", "Port": 41308} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 64276}, + {"Proto": "peerapi6", "Port": 64276} ]}, - "Created": "2026-04-09T01:35:53.334654299Z", + "Created": "2026-04-09T08:41:48.310557325Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 7925233645739046, - "StableID": "nuN1b3TMt421CNTRL", + "ID": 4726008372000816, + "StableID": "nKkwN7ERud11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:590bc1002183521bb14cfaa9cc1d0177af91b0707c50c42fe121fcc50fdc4d0a", + "Addresses": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "AllowedIPs": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "Endpoints": ["77.164.248.136:57736", "10.65.0.27:57736", "172.17.0.1:57736"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38142}, + {"Proto": "peerapi6", "Port": 38142} + ]}, + "Created": "2026-04-09T08:41:55.793833151Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4939084048324205, + "StableID": "n8cbF3NvZf11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "DiscoKey": "discokey:d3ed05b29a9ec11443bb1efca5087581de88da43e4ed68485cfff1ba0a34a032", + "Addresses": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "AllowedIPs": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "Endpoints": ["77.164.248.136:55585", "10.65.0.27:55585", "172.17.0.1:55585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 38741}, + {"Proto": "peerapi6", "Port": 38741} + ]}, + "Created": "2026-04-09T08:41:48.844425243Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5122870195251735, + "StableID": "nSx9iZ7A1h11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "DiscoKey": "discokey:b82166f88d796f1058267e4c18e4aebdd9826b012ca4638b6c9408318f1df110", + "Addresses": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "AllowedIPs": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "Endpoints": ["77.164.248.136:40984", "10.65.0.27:40984", "172.17.0.1:40984"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 44417}, + {"Proto": "peerapi6", "Port": 44417} + ]}, + "Created": "2026-04-09T08:41:53.652934909Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5189043075150704, + "StableID": "nTQTW2N8Xh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "DiscoKey": "discokey:a47490ee0d4e4eaa6beb2f30cc80f7bf2144090223ae8049d01e18c1778cf613", + "Addresses": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "AllowedIPs": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "Endpoints": ["77.164.248.136:53655", "10.65.0.27:53655", "172.17.0.1:53655"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 59741}, + {"Proto": "peerapi6", "Port": 59741} + ]}, + "Created": "2026-04-09T08:41:49.383292783Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6123195173697769, + "StableID": "n25ybLxCpp11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "KeyExpiry": "2026-10-06T01:35:55Z", - "DiscoKey": "discokey:58bc9ca588b4679daf039a8c1158c3029e71f3a6ce3eefacfe45cd691f555937", - "Addresses": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "AllowedIPs": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "Endpoints": ["77.164.248.136:38653", "10.65.0.27:38653", "172.17.0.1:38653"], + "Key": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:f0036d4ede0f14249d58eb15b5b80f4e7b8bf61630e55e46934aa50300182c1e", + "Addresses": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "AllowedIPs": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36453}, - {"Proto": "peerapi6", "Port": 36453} + {"Proto": "peerapi4", "Port": 55137}, + {"Proto": "peerapi6", "Port": 55137} ]}, - "Created": "2026-04-09T01:35:55.514494059Z", + "Created": "2026-04-09T08:41:55.253300917Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7941741268647474, - "StableID": "nF7KhR5q1521CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 8267553209522228, + "StableID": "nXcjD1cPZ721CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "DiscoKey": "discokey:82f945bae50fec9883a4dd8bdb36a35d40473a4c348d491aad119ab916a28214", - "Addresses": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "AllowedIPs": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "Endpoints": ["77.164.248.136:52549", "10.65.0.27:52549", "172.17.0.1:52549"], + "Key": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "DiscoKey": "discokey:57c4b8df96d5c1d1ee88a05f3f3b88cbe0f4464c887caba3b01728b7c70f3004", + "Addresses": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "AllowedIPs": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "Endpoints": ["77.164.248.136:44461", "10.65.0.27:44461", "172.17.0.1:44461"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 60535}, - {"Proto": "peerapi6", "Port": 60535} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47984}, + {"Proto": "peerapi6", "Port": 47984} ]}, - "Created": "2026-04-09T01:35:52.239520262Z", + "Created": "2026-04-09T08:41:54.180734821Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7942273492256507, - "StableID": "nWgRUJ452521CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "DiscoKey": "discokey:99675745f6178ee827efda187c99a3d91bf5a096c228c9399740b706c38d501e", - "Addresses": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "AllowedIPs": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "Endpoints": ["77.164.248.136:43641", "10.65.0.27:43641", "172.17.0.1:43641"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43182}, - {"Proto": "peerapi6", "Port": 43182} - ]}, - "Created": "2026-04-09T01:35:52.797881837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8273836864157271, - "StableID": "nWNDGYfEc721CNTRL", + "ID": 8280399792270634, + "StableID": "nXVGkZ4Df721CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "DiscoKey": "discokey:8fa6fe287e853a3cf9be109e9121a8ca16564e3be78dd2ab69a71fdb70066078", - "Addresses": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "AllowedIPs": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "Endpoints": ["77.164.248.136:60194", "10.65.0.27:60194", "172.17.0.1:60194"], + "Key": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "DiscoKey": "discokey:0ea47fa2fd66fd4166b32a3ad3d8fe5bca1364df4bd6aff14389787aa8fda201", + "Addresses": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "AllowedIPs": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "Endpoints": ["77.164.248.136:51542", "10.65.0.27:51542", "172.17.0.1:51542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62294}, - {"Proto": "peerapi6", "Port": 62294} + {"Proto": "peerapi4", "Port": 38923}, + {"Proto": "peerapi6", "Port": 38923} ]}, - "Created": "2026-04-09T01:35:50.064727208Z", + "Created": "2026-04-09T08:41:49.915037448Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8375138516419353, - "StableID": "niK8Prg7Q821CNTRL", + "ID": 8539349611662972, + "StableID": "n7c7ZaEVg921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "DiscoKey": "discokey:7c828ee69c61099daae4369c62749b16fd83a1609dd78a13c0de7a0cc730a776", + "Addresses": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "AllowedIPs": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "Endpoints": ["77.164.248.136:54721", "10.65.0.27:54721", "172.17.0.1:54721"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 57456}, + {"Proto": "peerapi6", "Port": 57456} + ]}, + "Created": "2026-04-09T08:41:53.105230709Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8614527897166577, + "StableID": "nAh3DL3YGA21CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "DiscoKey": "discokey:58379b1bbe31f798100090402e309559af90e7a95db2ff5fee6c33932f482c28", - "Addresses": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "AllowedIPs": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "Endpoints": ["77.164.248.136:47917", "10.65.0.27:47917", "172.17.0.1:47917"], + "Key": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "DiscoKey": "discokey:5074d445a63dd170e4b4d5c90b82fbbd3c6bb30f8c6f6e44b2d357f845d7140f", + "Addresses": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "AllowedIPs": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "Endpoints": ["77.164.248.136:41928", "10.65.0.27:41928", "172.17.0.1:41928"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37945}, - {"Proto": "peerapi6", "Port": 37945} + {"Proto": "peerapi4", "Port": 60172}, + {"Proto": "peerapi6", "Port": 60172} ]}, - "Created": "2026-04-09T01:35:50.607165962Z", + "Created": "2026-04-09T08:41:50.450849033Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 8619551515701796, + "StableID": "nMy9B81pJA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "DiscoKey": "discokey:a8dda5bb86ab8ef56f9519ee62f5c33ae3895f72ad9533e0c0fbb97d39281c6d", + "Addresses": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "AllowedIPs": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "Endpoints": ["77.164.248.136:53871", "10.65.0.27:53871", "172.17.0.1:53871"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38446}, + {"Proto": "peerapi6", "Port": 38446} + ]}, + "Created": "2026-04-09T08:41:52.575207441Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8685705990977951, + "StableID": "nNGxcYmmpA21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "DiscoKey": "discokey:985be56653ee4f7b7f0361c0681bb1d97546eeb1412a926f647812e0dbcaea63", + "Addresses": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "AllowedIPs": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "Endpoints": ["77.164.248.136:48120", "10.65.0.27:48120", "172.17.0.1:48120"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 60808}, + {"Proto": "peerapi6", "Port": 60808} + ]}, + "Created": "2026-04-09T08:41:52.037752982Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6784,7 +6793,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.89.236.55"}, {"nodeIP": "fd7a:115c:a1e0::ef37:ec37"}], + "principals": [{"nodeIP": "100.65.146.71"}, {"nodeIP": "fd7a:115c:a1e0::d137:9247"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -7613,26 +7622,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.89.236.55"}, {"nodeIP": "fd7a:115c:a1e0::ef37:ec37"}], + "principals": [{"nodeIP": "100.65.146.71"}, {"nodeIP": "fd7a:115c:a1e0::d137:9247"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -7669,21 +7679,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5118270352338725, - "StableID": "nE3tLRH5yg11CNTRL", + "ID": 5122870195251735, + "StableID": "nSx9iZ7A1h11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 5118270352338725, - "Key": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "DiscoKey": "discokey:fbf9f78c2401fc8cc2fdc0e4955269b0333b2d5a2ec99f18994115bb16e8fa3d", - "Addresses": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "AllowedIPs": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "Endpoints": ["77.164.248.136:60706", "10.65.0.27:60706", "172.17.0.1:60706"], + "User": 5122870195251735, + "Key": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "DiscoKey": "discokey:b82166f88d796f1058267e4c18e4aebdd9826b012ca4638b6c9408318f1df110", + "Addresses": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "AllowedIPs": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "Endpoints": ["77.164.248.136:40984", "10.65.0.27:40984", "172.17.0.1:40984"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 55451}, - {"Proto": "peerapi6", "Port": 55451}, + {"Proto": "peerapi4", "Port": 44417}, + {"Proto": "peerapi6", "Port": 44417}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:53.867996112Z", + "Created": "2026-04-09T08:41:53.652934909Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7711,300 +7721,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "MachineKey": "mkey:6f5235e881b109bd81d9c9f07292533ae3c1766bb1b8c3635b996ff7b598f422", + "NodeKey": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "MachineKey": "mkey:727814a33a73ca0ec4cd835bb0b8f7f36180040e7fd3a5eaabbf296d58c95179", "Peers": [{ - "ID": 782859916226561, - "StableID": "nvF72MQZ7711CNTRL", + "ID": 12391772794998, + "StableID": "nB5eXdWc6111CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "DiscoKey": "discokey:bc4db97f15ed32cf91120fc4682225cfc7284db2cd801132ee15099e7f796d5e", - "Addresses": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "AllowedIPs": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "Endpoints": ["77.164.248.136:42071", "10.65.0.27:42071", "172.17.0.1:42071"], + "Key": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "DiscoKey": "discokey:ff86ed3c50ebbe2dedb954aa4dc9e0384fe39b5a3c112f3e85c6f627f3ca080d", + "Addresses": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "AllowedIPs": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "Endpoints": ["77.164.248.136:36531", "10.65.0.27:36531", "172.17.0.1:36531"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 42860}, - {"Proto": "peerapi6", "Port": 42860} + {"Proto": "peerapi4", "Port": 39841}, + {"Proto": "peerapi6", "Port": 39841} ]}, - "Created": "2026-04-09T01:35:51.694462311Z", + "Created": "2026-04-09T08:41:51.519409777Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 1803624677589353, - "StableID": "nSB6YPAs5F11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "DiscoKey": "discokey:31e09d4dfb47a13151b361fdb650bd1b4b6177ee050e9f4d0d2b3bd92934c24a", - "Addresses": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "AllowedIPs": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "Endpoints": ["77.164.248.136:48420", "10.65.0.27:48420", "172.17.0.1:48420"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41120}, - {"Proto": "peerapi6", "Port": 41120} - ]}, - "Created": "2026-04-09T01:35:49.520644138Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2046472312284772, - "StableID": "nDbSRjMryG11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "DiscoKey": "discokey:8ffeea54948ba1758444c56006bbd3cdd27c4a65496ab15565d39b123e07da1c", - "Addresses": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "AllowedIPs": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "Endpoints": ["77.164.248.136:60988", "10.65.0.27:60988", "172.17.0.1:60988"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45428}, - {"Proto": "peerapi6", "Port": 45428} - ]}, - "Created": "2026-04-09T01:35:48.975705247Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3004080938533383, - "StableID": "nkmgYW7ZTQ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "DiscoKey": "discokey:d9c10e19f39d67a666ac0f674bce7238ddc63d06e1bebf5a8f34bf93b4c84420", - "Addresses": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "AllowedIPs": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60167}, - {"Proto": "peerapi6", "Port": 60167} - ]}, - "Created": "2026-04-09T01:35:54.418237081Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3182816069671651, - "StableID": "nri33WBWrR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "DiscoKey": "discokey:1e339e9e6334846f2ff17f8465c6e7d36e1b9da3b04094b711b4caecfbf1c002", - "Addresses": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "AllowedIPs": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "Endpoints": ["77.164.248.136:38229", "10.65.0.27:38229", "172.17.0.1:38229"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 48726}, - {"Proto": "peerapi6", "Port": 48726} - ]}, - "Created": "2026-04-09T01:35:48.43856955Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3380247679941871, - "StableID": "nt31NjNvPT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "KeyExpiry": "2026-10-06T01:35:54Z", - "DiscoKey": "discokey:764c18a2f6b789e8fdb10b19eb1ac5e1b3d0a9b539d17dc2944144dc5d0b6a6d", - "Addresses": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "AllowedIPs": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "Endpoints": ["77.164.248.136:34470", "10.65.0.27:34470", "172.17.0.1:34470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54722}, - {"Proto": "peerapi6", "Port": 54722} - ]}, - "Created": "2026-04-09T01:35:54.952687296Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4447273097846470, - "StableID": "nHnkgjKBjb11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "KeyExpiry": "2026-10-06T01:35:56Z", - "DiscoKey": "discokey:15166b752b7ae3021a322e2e8b32966ce73becbe5cfc6ea408fd4d79392faf3b", - "Addresses": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "AllowedIPs": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41979}, - {"Proto": "peerapi6", "Port": 41979} - ]}, - "Created": "2026-04-09T01:35:56.040746218Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 6062422846017623, - "StableID": "n4sR7xZgLp11CNTRL", + "ID": 586408917435557, + "StableID": "n8iJy8yaa511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "DiscoKey": "discokey:5c0433e088efa489af32dffb4cfe629f496a86b3e18acc0677fb0160a814a11d", - "Addresses": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "AllowedIPs": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "Endpoints": ["77.164.248.136:44135", "10.65.0.27:44135", "172.17.0.1:44135"], + "Key": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "DiscoKey": "discokey:0038fb20a2ede09800b238620155a7b6b5bc27d854f0ba7e36fcce9a002bce0e", + "Addresses": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "AllowedIPs": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "Endpoints": ["77.164.248.136:36377", "10.65.0.27:36377", "172.17.0.1:36377"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 57333}, - {"Proto": "peerapi6", "Port": 57333} + {"Proto": "peerapi4", "Port": 36429}, + {"Proto": "peerapi6", "Port": 36429} ]}, - "Created": "2026-04-09T01:35:51.158373709Z", + "Created": "2026-04-09T08:41:50.992108163Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7370272230857437, - "StableID": "nSRJj7Z1Zz11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "DiscoKey": "discokey:436760b5d472fefc5904e7dc0dfd079f6203847604f739e6393c4f1babb61e39", - "Addresses": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "AllowedIPs": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "Endpoints": ["77.164.248.136:33593", "10.65.0.27:33593", "172.17.0.1:33593"], + "ID": 4414160577735144, + "StableID": "nVZxfmWBUb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "KeyExpiry": "2026-10-06T08:41:54Z", + "DiscoKey": "discokey:a21eb810b00847bbb2567f6af58d74efc65d96dd9c41eaef16dcc622e2c7d538", + "Addresses": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "AllowedIPs": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "Endpoints": ["77.164.248.136:36975", "10.65.0.27:36975", "172.17.0.1:36975"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41308}, - {"Proto": "peerapi6", "Port": 41308} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33358}, + {"Proto": "peerapi6", "Port": 33358} ]}, - "Created": "2026-04-09T01:35:53.334654299Z", + "Created": "2026-04-09T08:41:54.716867615Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7925233645739046, - "StableID": "nuN1b3TMt421CNTRL", + "ID": 4601767316129660, + "StableID": "nydSiCd9wc11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "DiscoKey": "discokey:67502badae64477f626c37cd81d8efa3e94c0e1ece241984ee58589f9c83225b", + "Addresses": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "AllowedIPs": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "Endpoints": ["77.164.248.136:51941", "10.65.0.27:51941", "172.17.0.1:51941"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 64276}, + {"Proto": "peerapi6", "Port": 64276} + ]}, + "Created": "2026-04-09T08:41:48.310557325Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4726008372000816, + "StableID": "nKkwN7ERud11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:590bc1002183521bb14cfaa9cc1d0177af91b0707c50c42fe121fcc50fdc4d0a", + "Addresses": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "AllowedIPs": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38142}, + {"Proto": "peerapi6", "Port": 38142} + ]}, + "Created": "2026-04-09T08:41:55.793833151Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4939084048324205, + "StableID": "n8cbF3NvZf11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "DiscoKey": "discokey:d3ed05b29a9ec11443bb1efca5087581de88da43e4ed68485cfff1ba0a34a032", + "Addresses": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "AllowedIPs": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "Endpoints": ["77.164.248.136:55585", "10.65.0.27:55585", "172.17.0.1:55585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 38741}, + {"Proto": "peerapi6", "Port": 38741} + ]}, + "Created": "2026-04-09T08:41:48.844425243Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5189043075150704, + "StableID": "nTQTW2N8Xh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "DiscoKey": "discokey:a47490ee0d4e4eaa6beb2f30cc80f7bf2144090223ae8049d01e18c1778cf613", + "Addresses": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "AllowedIPs": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "Endpoints": ["77.164.248.136:53655", "10.65.0.27:53655", "172.17.0.1:53655"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 59741}, + {"Proto": "peerapi6", "Port": 59741} + ]}, + "Created": "2026-04-09T08:41:49.383292783Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6123195173697769, + "StableID": "n25ybLxCpp11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "KeyExpiry": "2026-10-06T01:35:55Z", - "DiscoKey": "discokey:58bc9ca588b4679daf039a8c1158c3029e71f3a6ce3eefacfe45cd691f555937", - "Addresses": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "AllowedIPs": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "Endpoints": ["77.164.248.136:38653", "10.65.0.27:38653", "172.17.0.1:38653"], + "Key": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:f0036d4ede0f14249d58eb15b5b80f4e7b8bf61630e55e46934aa50300182c1e", + "Addresses": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "AllowedIPs": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36453}, - {"Proto": "peerapi6", "Port": 36453} + {"Proto": "peerapi4", "Port": 55137}, + {"Proto": "peerapi6", "Port": 55137} ]}, - "Created": "2026-04-09T01:35:55.514494059Z", + "Created": "2026-04-09T08:41:55.253300917Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7941741268647474, - "StableID": "nF7KhR5q1521CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 8267553209522228, + "StableID": "nXcjD1cPZ721CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "DiscoKey": "discokey:82f945bae50fec9883a4dd8bdb36a35d40473a4c348d491aad119ab916a28214", - "Addresses": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "AllowedIPs": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "Endpoints": ["77.164.248.136:52549", "10.65.0.27:52549", "172.17.0.1:52549"], + "Key": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "DiscoKey": "discokey:57c4b8df96d5c1d1ee88a05f3f3b88cbe0f4464c887caba3b01728b7c70f3004", + "Addresses": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "AllowedIPs": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "Endpoints": ["77.164.248.136:44461", "10.65.0.27:44461", "172.17.0.1:44461"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 60535}, - {"Proto": "peerapi6", "Port": 60535} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47984}, + {"Proto": "peerapi6", "Port": 47984} ]}, - "Created": "2026-04-09T01:35:52.239520262Z", + "Created": "2026-04-09T08:41:54.180734821Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7942273492256507, - "StableID": "nWgRUJ452521CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "DiscoKey": "discokey:99675745f6178ee827efda187c99a3d91bf5a096c228c9399740b706c38d501e", - "Addresses": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "AllowedIPs": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "Endpoints": ["77.164.248.136:43641", "10.65.0.27:43641", "172.17.0.1:43641"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43182}, - {"Proto": "peerapi6", "Port": 43182} - ]}, - "Created": "2026-04-09T01:35:52.797881837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8273836864157271, - "StableID": "nWNDGYfEc721CNTRL", + "ID": 8280399792270634, + "StableID": "nXVGkZ4Df721CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "DiscoKey": "discokey:8fa6fe287e853a3cf9be109e9121a8ca16564e3be78dd2ab69a71fdb70066078", - "Addresses": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "AllowedIPs": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "Endpoints": ["77.164.248.136:60194", "10.65.0.27:60194", "172.17.0.1:60194"], + "Key": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "DiscoKey": "discokey:0ea47fa2fd66fd4166b32a3ad3d8fe5bca1364df4bd6aff14389787aa8fda201", + "Addresses": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "AllowedIPs": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "Endpoints": ["77.164.248.136:51542", "10.65.0.27:51542", "172.17.0.1:51542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62294}, - {"Proto": "peerapi6", "Port": 62294} + {"Proto": "peerapi4", "Port": 38923}, + {"Proto": "peerapi6", "Port": 38923} ]}, - "Created": "2026-04-09T01:35:50.064727208Z", + "Created": "2026-04-09T08:41:49.915037448Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8375138516419353, - "StableID": "niK8Prg7Q821CNTRL", + "ID": 8539349611662972, + "StableID": "n7c7ZaEVg921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "DiscoKey": "discokey:7c828ee69c61099daae4369c62749b16fd83a1609dd78a13c0de7a0cc730a776", + "Addresses": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "AllowedIPs": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "Endpoints": ["77.164.248.136:54721", "10.65.0.27:54721", "172.17.0.1:54721"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 57456}, + {"Proto": "peerapi6", "Port": 57456} + ]}, + "Created": "2026-04-09T08:41:53.105230709Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8614527897166577, + "StableID": "nAh3DL3YGA21CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "DiscoKey": "discokey:58379b1bbe31f798100090402e309559af90e7a95db2ff5fee6c33932f482c28", - "Addresses": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "AllowedIPs": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "Endpoints": ["77.164.248.136:47917", "10.65.0.27:47917", "172.17.0.1:47917"], + "Key": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "DiscoKey": "discokey:5074d445a63dd170e4b4d5c90b82fbbd3c6bb30f8c6f6e44b2d357f845d7140f", + "Addresses": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "AllowedIPs": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "Endpoints": ["77.164.248.136:41928", "10.65.0.27:41928", "172.17.0.1:41928"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37945}, - {"Proto": "peerapi6", "Port": 37945} + {"Proto": "peerapi4", "Port": 60172}, + {"Proto": "peerapi6", "Port": 60172} ]}, - "Created": "2026-04-09T01:35:50.607165962Z", + "Created": "2026-04-09T08:41:50.450849033Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 8619551515701796, + "StableID": "nMy9B81pJA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "DiscoKey": "discokey:a8dda5bb86ab8ef56f9519ee62f5c33ae3895f72ad9533e0c0fbb97d39281c6d", + "Addresses": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "AllowedIPs": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "Endpoints": ["77.164.248.136:53871", "10.65.0.27:53871", "172.17.0.1:53871"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38446}, + {"Proto": "peerapi6", "Port": 38446} + ]}, + "Created": "2026-04-09T08:41:52.575207441Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8685705990977951, + "StableID": "nNGxcYmmpA21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "DiscoKey": "discokey:985be56653ee4f7b7f0361c0681bb1d97546eeb1412a926f647812e0dbcaea63", + "Addresses": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "AllowedIPs": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "Endpoints": ["77.164.248.136:48120", "10.65.0.27:48120", "172.17.0.1:48120"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 60808}, + {"Proto": "peerapi6", "Port": 60808} + ]}, + "Created": "2026-04-09T08:41:52.037752982Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8852,27 +8862,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5118270352338725": { - "ID": 5118270352338725, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5122870195251735": { + "ID": 5122870195251735, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8903,26 +8915,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2046472312284772, - "StableID": "nDbSRjMryG11CNTRL", + "ID": 4939084048324205, + "StableID": "n8cbF3NvZf11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 2046472312284772, - "Key": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "DiscoKey": "discokey:8ffeea54948ba1758444c56006bbd3cdd27c4a65496ab15565d39b123e07da1c", - "Addresses": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "AllowedIPs": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "Endpoints": ["77.164.248.136:60988", "10.65.0.27:60988", "172.17.0.1:60988"], + "User": 4939084048324205, + "Key": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "DiscoKey": "discokey:d3ed05b29a9ec11443bb1efca5087581de88da43e4ed68485cfff1ba0a34a032", + "Addresses": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "AllowedIPs": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "Endpoints": ["77.164.248.136:55585", "10.65.0.27:55585", "172.17.0.1:55585"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 45428}, - {"Proto": "peerapi6", "Port": 45428}, + {"Proto": "peerapi4", "Port": 38741}, + {"Proto": "peerapi6", "Port": 38741}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:48.975705247Z", + "Created": "2026-04-09T08:41:48.844425243Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8950,302 +8962,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "MachineKey": "mkey:09a8cd21f1e4c43630f7e77ee8d3820afce75785e5eb25b61342704473eb1610", + "NodeKey": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "MachineKey": "mkey:e303ff4c7ad1478bd41485cf298a6f85eb59f7c4a09bed35c95c7b28b18da67e", "Peers": [{ - "ID": 782859916226561, - "StableID": "nvF72MQZ7711CNTRL", + "ID": 12391772794998, + "StableID": "nB5eXdWc6111CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "DiscoKey": "discokey:bc4db97f15ed32cf91120fc4682225cfc7284db2cd801132ee15099e7f796d5e", - "Addresses": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "AllowedIPs": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "Endpoints": ["77.164.248.136:42071", "10.65.0.27:42071", "172.17.0.1:42071"], + "Key": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "DiscoKey": "discokey:ff86ed3c50ebbe2dedb954aa4dc9e0384fe39b5a3c112f3e85c6f627f3ca080d", + "Addresses": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "AllowedIPs": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "Endpoints": ["77.164.248.136:36531", "10.65.0.27:36531", "172.17.0.1:36531"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 42860}, - {"Proto": "peerapi6", "Port": 42860} + {"Proto": "peerapi4", "Port": 39841}, + {"Proto": "peerapi6", "Port": 39841} ]}, - "Created": "2026-04-09T01:35:51.694462311Z", + "Created": "2026-04-09T08:41:51.519409777Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 1803624677589353, - "StableID": "nSB6YPAs5F11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "DiscoKey": "discokey:31e09d4dfb47a13151b361fdb650bd1b4b6177ee050e9f4d0d2b3bd92934c24a", - "Addresses": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "AllowedIPs": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "Endpoints": ["77.164.248.136:48420", "10.65.0.27:48420", "172.17.0.1:48420"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41120}, - {"Proto": "peerapi6", "Port": 41120} - ]}, - "Created": "2026-04-09T01:35:49.520644138Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 3004080938533383, - "StableID": "nkmgYW7ZTQ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "DiscoKey": "discokey:d9c10e19f39d67a666ac0f674bce7238ddc63d06e1bebf5a8f34bf93b4c84420", - "Addresses": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "AllowedIPs": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60167}, - {"Proto": "peerapi6", "Port": 60167} - ]}, - "Created": "2026-04-09T01:35:54.418237081Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3182816069671651, - "StableID": "nri33WBWrR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "DiscoKey": "discokey:1e339e9e6334846f2ff17f8465c6e7d36e1b9da3b04094b711b4caecfbf1c002", - "Addresses": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "AllowedIPs": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "Endpoints": ["77.164.248.136:38229", "10.65.0.27:38229", "172.17.0.1:38229"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 48726}, - {"Proto": "peerapi6", "Port": 48726} - ]}, - "Created": "2026-04-09T01:35:48.43856955Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3380247679941871, - "StableID": "nt31NjNvPT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "KeyExpiry": "2026-10-06T01:35:54Z", - "DiscoKey": "discokey:764c18a2f6b789e8fdb10b19eb1ac5e1b3d0a9b539d17dc2944144dc5d0b6a6d", - "Addresses": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "AllowedIPs": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "Endpoints": ["77.164.248.136:34470", "10.65.0.27:34470", "172.17.0.1:34470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54722}, - {"Proto": "peerapi6", "Port": 54722} - ]}, - "Created": "2026-04-09T01:35:54.952687296Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4447273097846470, - "StableID": "nHnkgjKBjb11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "KeyExpiry": "2026-10-06T01:35:56Z", - "DiscoKey": "discokey:15166b752b7ae3021a322e2e8b32966ce73becbe5cfc6ea408fd4d79392faf3b", - "Addresses": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "AllowedIPs": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "Endpoints": ["77.164.248.136:51112", "10.65.0.27:51112", "172.17.0.1:51112"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41979}, - {"Proto": "peerapi6", "Port": 41979} - ]}, - "Created": "2026-04-09T01:35:56.040746218Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5118270352338725, - "StableID": "nE3tLRH5yg11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "DiscoKey": "discokey:fbf9f78c2401fc8cc2fdc0e4955269b0333b2d5a2ec99f18994115bb16e8fa3d", - "Addresses": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "AllowedIPs": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "Endpoints": ["77.164.248.136:60706", "10.65.0.27:60706", "172.17.0.1:60706"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55451}, - {"Proto": "peerapi6", "Port": 55451} - ]}, - "Created": "2026-04-09T01:35:53.867996112Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6062422846017623, - "StableID": "n4sR7xZgLp11CNTRL", + "ID": 586408917435557, + "StableID": "n8iJy8yaa511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "DiscoKey": "discokey:5c0433e088efa489af32dffb4cfe629f496a86b3e18acc0677fb0160a814a11d", - "Addresses": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "AllowedIPs": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "Endpoints": ["77.164.248.136:44135", "10.65.0.27:44135", "172.17.0.1:44135"], + "Key": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "DiscoKey": "discokey:0038fb20a2ede09800b238620155a7b6b5bc27d854f0ba7e36fcce9a002bce0e", + "Addresses": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "AllowedIPs": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "Endpoints": ["77.164.248.136:36377", "10.65.0.27:36377", "172.17.0.1:36377"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 57333}, - {"Proto": "peerapi6", "Port": 57333} + {"Proto": "peerapi4", "Port": 36429}, + {"Proto": "peerapi6", "Port": 36429} ]}, - "Created": "2026-04-09T01:35:51.158373709Z", + "Created": "2026-04-09T08:41:50.992108163Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7370272230857437, - "StableID": "nSRJj7Z1Zz11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "DiscoKey": "discokey:436760b5d472fefc5904e7dc0dfd079f6203847604f739e6393c4f1babb61e39", - "Addresses": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "AllowedIPs": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "Endpoints": ["77.164.248.136:33593", "10.65.0.27:33593", "172.17.0.1:33593"], + "ID": 4414160577735144, + "StableID": "nVZxfmWBUb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "KeyExpiry": "2026-10-06T08:41:54Z", + "DiscoKey": "discokey:a21eb810b00847bbb2567f6af58d74efc65d96dd9c41eaef16dcc622e2c7d538", + "Addresses": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "AllowedIPs": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "Endpoints": ["77.164.248.136:36975", "10.65.0.27:36975", "172.17.0.1:36975"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41308}, - {"Proto": "peerapi6", "Port": 41308} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33358}, + {"Proto": "peerapi6", "Port": 33358} ]}, - "Created": "2026-04-09T01:35:53.334654299Z", + "Created": "2026-04-09T08:41:54.716867615Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7925233645739046, - "StableID": "nuN1b3TMt421CNTRL", + "ID": 4601767316129660, + "StableID": "nydSiCd9wc11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "DiscoKey": "discokey:67502badae64477f626c37cd81d8efa3e94c0e1ece241984ee58589f9c83225b", + "Addresses": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "AllowedIPs": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "Endpoints": ["77.164.248.136:51941", "10.65.0.27:51941", "172.17.0.1:51941"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 64276}, + {"Proto": "peerapi6", "Port": 64276} + ]}, + "Created": "2026-04-09T08:41:48.310557325Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4726008372000816, + "StableID": "nKkwN7ERud11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:590bc1002183521bb14cfaa9cc1d0177af91b0707c50c42fe121fcc50fdc4d0a", + "Addresses": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "AllowedIPs": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "Endpoints": ["77.164.248.136:57736", "10.65.0.27:57736", "172.17.0.1:57736"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38142}, + {"Proto": "peerapi6", "Port": 38142} + ]}, + "Created": "2026-04-09T08:41:55.793833151Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 5122870195251735, + "StableID": "nSx9iZ7A1h11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "DiscoKey": "discokey:b82166f88d796f1058267e4c18e4aebdd9826b012ca4638b6c9408318f1df110", + "Addresses": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "AllowedIPs": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "Endpoints": ["77.164.248.136:40984", "10.65.0.27:40984", "172.17.0.1:40984"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 44417}, + {"Proto": "peerapi6", "Port": 44417} + ]}, + "Created": "2026-04-09T08:41:53.652934909Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5189043075150704, + "StableID": "nTQTW2N8Xh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "DiscoKey": "discokey:a47490ee0d4e4eaa6beb2f30cc80f7bf2144090223ae8049d01e18c1778cf613", + "Addresses": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "AllowedIPs": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "Endpoints": ["77.164.248.136:53655", "10.65.0.27:53655", "172.17.0.1:53655"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 59741}, + {"Proto": "peerapi6", "Port": 59741} + ]}, + "Created": "2026-04-09T08:41:49.383292783Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6123195173697769, + "StableID": "n25ybLxCpp11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "KeyExpiry": "2026-10-06T01:35:55Z", - "DiscoKey": "discokey:58bc9ca588b4679daf039a8c1158c3029e71f3a6ce3eefacfe45cd691f555937", - "Addresses": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "AllowedIPs": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "Endpoints": ["77.164.248.136:38653", "10.65.0.27:38653", "172.17.0.1:38653"], + "Key": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:f0036d4ede0f14249d58eb15b5b80f4e7b8bf61630e55e46934aa50300182c1e", + "Addresses": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "AllowedIPs": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36453}, - {"Proto": "peerapi6", "Port": 36453} + {"Proto": "peerapi4", "Port": 55137}, + {"Proto": "peerapi6", "Port": 55137} ]}, - "Created": "2026-04-09T01:35:55.514494059Z", + "Created": "2026-04-09T08:41:55.253300917Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7941741268647474, - "StableID": "nF7KhR5q1521CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 8267553209522228, + "StableID": "nXcjD1cPZ721CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "DiscoKey": "discokey:82f945bae50fec9883a4dd8bdb36a35d40473a4c348d491aad119ab916a28214", - "Addresses": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "AllowedIPs": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "Endpoints": ["77.164.248.136:52549", "10.65.0.27:52549", "172.17.0.1:52549"], + "Key": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "DiscoKey": "discokey:57c4b8df96d5c1d1ee88a05f3f3b88cbe0f4464c887caba3b01728b7c70f3004", + "Addresses": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "AllowedIPs": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "Endpoints": ["77.164.248.136:44461", "10.65.0.27:44461", "172.17.0.1:44461"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 60535}, - {"Proto": "peerapi6", "Port": 60535} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47984}, + {"Proto": "peerapi6", "Port": 47984} ]}, - "Created": "2026-04-09T01:35:52.239520262Z", + "Created": "2026-04-09T08:41:54.180734821Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7942273492256507, - "StableID": "nWgRUJ452521CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "DiscoKey": "discokey:99675745f6178ee827efda187c99a3d91bf5a096c228c9399740b706c38d501e", - "Addresses": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "AllowedIPs": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "Endpoints": ["77.164.248.136:43641", "10.65.0.27:43641", "172.17.0.1:43641"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43182}, - {"Proto": "peerapi6", "Port": 43182} - ]}, - "Created": "2026-04-09T01:35:52.797881837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8273836864157271, - "StableID": "nWNDGYfEc721CNTRL", + "ID": 8280399792270634, + "StableID": "nXVGkZ4Df721CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "DiscoKey": "discokey:8fa6fe287e853a3cf9be109e9121a8ca16564e3be78dd2ab69a71fdb70066078", - "Addresses": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "AllowedIPs": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "Endpoints": ["77.164.248.136:60194", "10.65.0.27:60194", "172.17.0.1:60194"], + "Key": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "DiscoKey": "discokey:0ea47fa2fd66fd4166b32a3ad3d8fe5bca1364df4bd6aff14389787aa8fda201", + "Addresses": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "AllowedIPs": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "Endpoints": ["77.164.248.136:51542", "10.65.0.27:51542", "172.17.0.1:51542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62294}, - {"Proto": "peerapi6", "Port": 62294} + {"Proto": "peerapi4", "Port": 38923}, + {"Proto": "peerapi6", "Port": 38923} ]}, - "Created": "2026-04-09T01:35:50.064727208Z", + "Created": "2026-04-09T08:41:49.915037448Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8375138516419353, - "StableID": "niK8Prg7Q821CNTRL", + "ID": 8539349611662972, + "StableID": "n7c7ZaEVg921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "DiscoKey": "discokey:7c828ee69c61099daae4369c62749b16fd83a1609dd78a13c0de7a0cc730a776", + "Addresses": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "AllowedIPs": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "Endpoints": ["77.164.248.136:54721", "10.65.0.27:54721", "172.17.0.1:54721"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 57456}, + {"Proto": "peerapi6", "Port": 57456} + ]}, + "Created": "2026-04-09T08:41:53.105230709Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8614527897166577, + "StableID": "nAh3DL3YGA21CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "DiscoKey": "discokey:58379b1bbe31f798100090402e309559af90e7a95db2ff5fee6c33932f482c28", - "Addresses": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "AllowedIPs": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "Endpoints": ["77.164.248.136:47917", "10.65.0.27:47917", "172.17.0.1:47917"], + "Key": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "DiscoKey": "discokey:5074d445a63dd170e4b4d5c90b82fbbd3c6bb30f8c6f6e44b2d357f845d7140f", + "Addresses": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "AllowedIPs": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "Endpoints": ["77.164.248.136:41928", "10.65.0.27:41928", "172.17.0.1:41928"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37945}, - {"Proto": "peerapi6", "Port": 37945} + {"Proto": "peerapi4", "Port": 60172}, + {"Proto": "peerapi6", "Port": 60172} ]}, - "Created": "2026-04-09T01:35:50.607165962Z", + "Created": "2026-04-09T08:41:50.450849033Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 8619551515701796, + "StableID": "nMy9B81pJA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "DiscoKey": "discokey:a8dda5bb86ab8ef56f9519ee62f5c33ae3895f72ad9533e0c0fbb97d39281c6d", + "Addresses": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "AllowedIPs": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "Endpoints": ["77.164.248.136:53871", "10.65.0.27:53871", "172.17.0.1:53871"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38446}, + {"Proto": "peerapi6", "Port": 38446} + ]}, + "Created": "2026-04-09T08:41:52.575207441Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8685705990977951, + "StableID": "nNGxcYmmpA21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "DiscoKey": "discokey:985be56653ee4f7b7f0361c0681bb1d97546eeb1412a926f647812e0dbcaea63", + "Addresses": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "AllowedIPs": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "Endpoints": ["77.164.248.136:48120", "10.65.0.27:48120", "172.17.0.1:48120"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 60808}, + {"Proto": "peerapi6", "Port": 60808} + ]}, + "Created": "2026-04-09T08:41:52.037752982Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10093,27 +10105,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2046472312284772": { - "ID": 2046472312284772, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4939084048324205": { + "ID": 4939084048324205, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10144,26 +10158,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3182816069671651, - "StableID": "nri33WBWrR11CNTRL", + "ID": 4601767316129660, + "StableID": "nydSiCd9wc11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 3182816069671651, - "Key": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "DiscoKey": "discokey:1e339e9e6334846f2ff17f8465c6e7d36e1b9da3b04094b711b4caecfbf1c002", - "Addresses": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "AllowedIPs": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "Endpoints": ["77.164.248.136:38229", "10.65.0.27:38229", "172.17.0.1:38229"], + "User": 4601767316129660, + "Key": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "DiscoKey": "discokey:67502badae64477f626c37cd81d8efa3e94c0e1ece241984ee58589f9c83225b", + "Addresses": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "AllowedIPs": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "Endpoints": ["77.164.248.136:51941", "10.65.0.27:51941", "172.17.0.1:51941"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 48726}, - {"Proto": "peerapi6", "Port": 48726}, + {"Proto": "peerapi4", "Port": 64276}, + {"Proto": "peerapi6", "Port": 64276}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:48.43856955Z", + "Created": "2026-04-09T08:41:48.310557325Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10191,302 +10205,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "MachineKey": "mkey:dd21797219c7fbfcec6c8859e0cdf10c19ca1fe3885dd05db4ffa54f7a58370e", + "NodeKey": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "MachineKey": "mkey:788451c5181d7a9645240f8a983a32f1a8ae97abf10a26db325b460f18faef27", "Peers": [{ - "ID": 782859916226561, - "StableID": "nvF72MQZ7711CNTRL", + "ID": 12391772794998, + "StableID": "nB5eXdWc6111CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "DiscoKey": "discokey:bc4db97f15ed32cf91120fc4682225cfc7284db2cd801132ee15099e7f796d5e", - "Addresses": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "AllowedIPs": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "Endpoints": ["77.164.248.136:42071", "10.65.0.27:42071", "172.17.0.1:42071"], + "Key": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "DiscoKey": "discokey:ff86ed3c50ebbe2dedb954aa4dc9e0384fe39b5a3c112f3e85c6f627f3ca080d", + "Addresses": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "AllowedIPs": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "Endpoints": ["77.164.248.136:36531", "10.65.0.27:36531", "172.17.0.1:36531"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 42860}, - {"Proto": "peerapi6", "Port": 42860} + {"Proto": "peerapi4", "Port": 39841}, + {"Proto": "peerapi6", "Port": 39841} ]}, - "Created": "2026-04-09T01:35:51.694462311Z", + "Created": "2026-04-09T08:41:51.519409777Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 1803624677589353, - "StableID": "nSB6YPAs5F11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "DiscoKey": "discokey:31e09d4dfb47a13151b361fdb650bd1b4b6177ee050e9f4d0d2b3bd92934c24a", - "Addresses": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "AllowedIPs": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "Endpoints": ["77.164.248.136:48420", "10.65.0.27:48420", "172.17.0.1:48420"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41120}, - {"Proto": "peerapi6", "Port": 41120} - ]}, - "Created": "2026-04-09T01:35:49.520644138Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2046472312284772, - "StableID": "nDbSRjMryG11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "DiscoKey": "discokey:8ffeea54948ba1758444c56006bbd3cdd27c4a65496ab15565d39b123e07da1c", - "Addresses": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "AllowedIPs": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "Endpoints": ["77.164.248.136:60988", "10.65.0.27:60988", "172.17.0.1:60988"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45428}, - {"Proto": "peerapi6", "Port": 45428} - ]}, - "Created": "2026-04-09T01:35:48.975705247Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3004080938533383, - "StableID": "nkmgYW7ZTQ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "DiscoKey": "discokey:d9c10e19f39d67a666ac0f674bce7238ddc63d06e1bebf5a8f34bf93b4c84420", - "Addresses": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "AllowedIPs": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60167}, - {"Proto": "peerapi6", "Port": 60167} - ]}, - "Created": "2026-04-09T01:35:54.418237081Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3380247679941871, - "StableID": "nt31NjNvPT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "KeyExpiry": "2026-10-06T01:35:54Z", - "DiscoKey": "discokey:764c18a2f6b789e8fdb10b19eb1ac5e1b3d0a9b539d17dc2944144dc5d0b6a6d", - "Addresses": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "AllowedIPs": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "Endpoints": ["77.164.248.136:34470", "10.65.0.27:34470", "172.17.0.1:34470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54722}, - {"Proto": "peerapi6", "Port": 54722} - ]}, - "Created": "2026-04-09T01:35:54.952687296Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4447273097846470, - "StableID": "nHnkgjKBjb11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "KeyExpiry": "2026-10-06T01:35:56Z", - "DiscoKey": "discokey:15166b752b7ae3021a322e2e8b32966ce73becbe5cfc6ea408fd4d79392faf3b", - "Addresses": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "AllowedIPs": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "Endpoints": ["77.164.248.136:51112", "10.65.0.27:51112", "172.17.0.1:51112"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41979}, - {"Proto": "peerapi6", "Port": 41979} - ]}, - "Created": "2026-04-09T01:35:56.040746218Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5118270352338725, - "StableID": "nE3tLRH5yg11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "DiscoKey": "discokey:fbf9f78c2401fc8cc2fdc0e4955269b0333b2d5a2ec99f18994115bb16e8fa3d", - "Addresses": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "AllowedIPs": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "Endpoints": ["77.164.248.136:60706", "10.65.0.27:60706", "172.17.0.1:60706"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55451}, - {"Proto": "peerapi6", "Port": 55451} - ]}, - "Created": "2026-04-09T01:35:53.867996112Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6062422846017623, - "StableID": "n4sR7xZgLp11CNTRL", + "ID": 586408917435557, + "StableID": "n8iJy8yaa511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "DiscoKey": "discokey:5c0433e088efa489af32dffb4cfe629f496a86b3e18acc0677fb0160a814a11d", - "Addresses": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "AllowedIPs": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "Endpoints": ["77.164.248.136:44135", "10.65.0.27:44135", "172.17.0.1:44135"], + "Key": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "DiscoKey": "discokey:0038fb20a2ede09800b238620155a7b6b5bc27d854f0ba7e36fcce9a002bce0e", + "Addresses": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "AllowedIPs": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "Endpoints": ["77.164.248.136:36377", "10.65.0.27:36377", "172.17.0.1:36377"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 57333}, - {"Proto": "peerapi6", "Port": 57333} + {"Proto": "peerapi4", "Port": 36429}, + {"Proto": "peerapi6", "Port": 36429} ]}, - "Created": "2026-04-09T01:35:51.158373709Z", + "Created": "2026-04-09T08:41:50.992108163Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7370272230857437, - "StableID": "nSRJj7Z1Zz11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "DiscoKey": "discokey:436760b5d472fefc5904e7dc0dfd079f6203847604f739e6393c4f1babb61e39", - "Addresses": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "AllowedIPs": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "Endpoints": ["77.164.248.136:33593", "10.65.0.27:33593", "172.17.0.1:33593"], + "ID": 4414160577735144, + "StableID": "nVZxfmWBUb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "KeyExpiry": "2026-10-06T08:41:54Z", + "DiscoKey": "discokey:a21eb810b00847bbb2567f6af58d74efc65d96dd9c41eaef16dcc622e2c7d538", + "Addresses": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "AllowedIPs": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "Endpoints": ["77.164.248.136:36975", "10.65.0.27:36975", "172.17.0.1:36975"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41308}, - {"Proto": "peerapi6", "Port": 41308} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33358}, + {"Proto": "peerapi6", "Port": 33358} ]}, - "Created": "2026-04-09T01:35:53.334654299Z", + "Created": "2026-04-09T08:41:54.716867615Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7925233645739046, - "StableID": "nuN1b3TMt421CNTRL", + "ID": 4726008372000816, + "StableID": "nKkwN7ERud11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:590bc1002183521bb14cfaa9cc1d0177af91b0707c50c42fe121fcc50fdc4d0a", + "Addresses": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "AllowedIPs": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "Endpoints": ["77.164.248.136:57736", "10.65.0.27:57736", "172.17.0.1:57736"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38142}, + {"Proto": "peerapi6", "Port": 38142} + ]}, + "Created": "2026-04-09T08:41:55.793833151Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4939084048324205, + "StableID": "n8cbF3NvZf11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "DiscoKey": "discokey:d3ed05b29a9ec11443bb1efca5087581de88da43e4ed68485cfff1ba0a34a032", + "Addresses": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "AllowedIPs": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "Endpoints": ["77.164.248.136:55585", "10.65.0.27:55585", "172.17.0.1:55585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 38741}, + {"Proto": "peerapi6", "Port": 38741} + ]}, + "Created": "2026-04-09T08:41:48.844425243Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5122870195251735, + "StableID": "nSx9iZ7A1h11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "DiscoKey": "discokey:b82166f88d796f1058267e4c18e4aebdd9826b012ca4638b6c9408318f1df110", + "Addresses": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "AllowedIPs": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "Endpoints": ["77.164.248.136:40984", "10.65.0.27:40984", "172.17.0.1:40984"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 44417}, + {"Proto": "peerapi6", "Port": 44417} + ]}, + "Created": "2026-04-09T08:41:53.652934909Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5189043075150704, + "StableID": "nTQTW2N8Xh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "DiscoKey": "discokey:a47490ee0d4e4eaa6beb2f30cc80f7bf2144090223ae8049d01e18c1778cf613", + "Addresses": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "AllowedIPs": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "Endpoints": ["77.164.248.136:53655", "10.65.0.27:53655", "172.17.0.1:53655"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 59741}, + {"Proto": "peerapi6", "Port": 59741} + ]}, + "Created": "2026-04-09T08:41:49.383292783Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6123195173697769, + "StableID": "n25ybLxCpp11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "KeyExpiry": "2026-10-06T01:35:55Z", - "DiscoKey": "discokey:58bc9ca588b4679daf039a8c1158c3029e71f3a6ce3eefacfe45cd691f555937", - "Addresses": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "AllowedIPs": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "Endpoints": ["77.164.248.136:38653", "10.65.0.27:38653", "172.17.0.1:38653"], + "Key": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:f0036d4ede0f14249d58eb15b5b80f4e7b8bf61630e55e46934aa50300182c1e", + "Addresses": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "AllowedIPs": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36453}, - {"Proto": "peerapi6", "Port": 36453} + {"Proto": "peerapi4", "Port": 55137}, + {"Proto": "peerapi6", "Port": 55137} ]}, - "Created": "2026-04-09T01:35:55.514494059Z", + "Created": "2026-04-09T08:41:55.253300917Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7941741268647474, - "StableID": "nF7KhR5q1521CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 8267553209522228, + "StableID": "nXcjD1cPZ721CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "DiscoKey": "discokey:82f945bae50fec9883a4dd8bdb36a35d40473a4c348d491aad119ab916a28214", - "Addresses": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "AllowedIPs": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "Endpoints": ["77.164.248.136:52549", "10.65.0.27:52549", "172.17.0.1:52549"], + "Key": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "DiscoKey": "discokey:57c4b8df96d5c1d1ee88a05f3f3b88cbe0f4464c887caba3b01728b7c70f3004", + "Addresses": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "AllowedIPs": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "Endpoints": ["77.164.248.136:44461", "10.65.0.27:44461", "172.17.0.1:44461"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 60535}, - {"Proto": "peerapi6", "Port": 60535} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47984}, + {"Proto": "peerapi6", "Port": 47984} ]}, - "Created": "2026-04-09T01:35:52.239520262Z", + "Created": "2026-04-09T08:41:54.180734821Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7942273492256507, - "StableID": "nWgRUJ452521CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "DiscoKey": "discokey:99675745f6178ee827efda187c99a3d91bf5a096c228c9399740b706c38d501e", - "Addresses": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "AllowedIPs": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "Endpoints": ["77.164.248.136:43641", "10.65.0.27:43641", "172.17.0.1:43641"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43182}, - {"Proto": "peerapi6", "Port": 43182} - ]}, - "Created": "2026-04-09T01:35:52.797881837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8273836864157271, - "StableID": "nWNDGYfEc721CNTRL", + "ID": 8280399792270634, + "StableID": "nXVGkZ4Df721CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "DiscoKey": "discokey:8fa6fe287e853a3cf9be109e9121a8ca16564e3be78dd2ab69a71fdb70066078", - "Addresses": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "AllowedIPs": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "Endpoints": ["77.164.248.136:60194", "10.65.0.27:60194", "172.17.0.1:60194"], + "Key": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "DiscoKey": "discokey:0ea47fa2fd66fd4166b32a3ad3d8fe5bca1364df4bd6aff14389787aa8fda201", + "Addresses": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "AllowedIPs": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "Endpoints": ["77.164.248.136:51542", "10.65.0.27:51542", "172.17.0.1:51542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62294}, - {"Proto": "peerapi6", "Port": 62294} + {"Proto": "peerapi4", "Port": 38923}, + {"Proto": "peerapi6", "Port": 38923} ]}, - "Created": "2026-04-09T01:35:50.064727208Z", + "Created": "2026-04-09T08:41:49.915037448Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8375138516419353, - "StableID": "niK8Prg7Q821CNTRL", + "ID": 8539349611662972, + "StableID": "n7c7ZaEVg921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "DiscoKey": "discokey:7c828ee69c61099daae4369c62749b16fd83a1609dd78a13c0de7a0cc730a776", + "Addresses": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "AllowedIPs": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "Endpoints": ["77.164.248.136:54721", "10.65.0.27:54721", "172.17.0.1:54721"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 57456}, + {"Proto": "peerapi6", "Port": 57456} + ]}, + "Created": "2026-04-09T08:41:53.105230709Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8614527897166577, + "StableID": "nAh3DL3YGA21CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "DiscoKey": "discokey:58379b1bbe31f798100090402e309559af90e7a95db2ff5fee6c33932f482c28", - "Addresses": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "AllowedIPs": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "Endpoints": ["77.164.248.136:47917", "10.65.0.27:47917", "172.17.0.1:47917"], + "Key": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "DiscoKey": "discokey:5074d445a63dd170e4b4d5c90b82fbbd3c6bb30f8c6f6e44b2d357f845d7140f", + "Addresses": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "AllowedIPs": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "Endpoints": ["77.164.248.136:41928", "10.65.0.27:41928", "172.17.0.1:41928"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37945}, - {"Proto": "peerapi6", "Port": 37945} + {"Proto": "peerapi4", "Port": 60172}, + {"Proto": "peerapi6", "Port": 60172} ]}, - "Created": "2026-04-09T01:35:50.607165962Z", + "Created": "2026-04-09T08:41:50.450849033Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 8619551515701796, + "StableID": "nMy9B81pJA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "DiscoKey": "discokey:a8dda5bb86ab8ef56f9519ee62f5c33ae3895f72ad9533e0c0fbb97d39281c6d", + "Addresses": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "AllowedIPs": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "Endpoints": ["77.164.248.136:53871", "10.65.0.27:53871", "172.17.0.1:53871"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38446}, + {"Proto": "peerapi6", "Port": 38446} + ]}, + "Created": "2026-04-09T08:41:52.575207441Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8685705990977951, + "StableID": "nNGxcYmmpA21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "DiscoKey": "discokey:985be56653ee4f7b7f0361c0681bb1d97546eeb1412a926f647812e0dbcaea63", + "Addresses": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "AllowedIPs": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "Endpoints": ["77.164.248.136:48120", "10.65.0.27:48120", "172.17.0.1:48120"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 60808}, + {"Proto": "peerapi6", "Port": 60808} + ]}, + "Created": "2026-04-09T08:41:52.037752982Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11334,27 +11348,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3182816069671651": { - "ID": 3182816069671651, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4601767316129660": { + "ID": 4601767316129660, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11385,21 +11401,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8375138516419353, - "StableID": "niK8Prg7Q821CNTRL", + "ID": 8614527897166577, + "StableID": "nAh3DL3YGA21CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 8375138516419353, - "Key": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "DiscoKey": "discokey:58379b1bbe31f798100090402e309559af90e7a95db2ff5fee6c33932f482c28", - "Addresses": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "AllowedIPs": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "Endpoints": ["77.164.248.136:47917", "10.65.0.27:47917", "172.17.0.1:47917"], + "User": 8614527897166577, + "Key": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "DiscoKey": "discokey:5074d445a63dd170e4b4d5c90b82fbbd3c6bb30f8c6f6e44b2d357f845d7140f", + "Addresses": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "AllowedIPs": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "Endpoints": ["77.164.248.136:41928", "10.65.0.27:41928", "172.17.0.1:41928"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 37945}, - {"Proto": "peerapi6", "Port": 37945}, + {"Proto": "peerapi4", "Port": 60172}, + {"Proto": "peerapi6", "Port": 60172}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:50.607165962Z", + "Created": "2026-04-09T08:41:50.450849033Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11427,300 +11443,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "MachineKey": "mkey:26ba97da31d960a728ec5534cd4f1418b7927c0336cbdeca964565a8a737b164", + "NodeKey": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "MachineKey": "mkey:d4467bedba58ddc3ea89111d4ff7dd380070b2a88726134dc9aed5b3940aea0f", "Peers": [{ - "ID": 782859916226561, - "StableID": "nvF72MQZ7711CNTRL", + "ID": 12391772794998, + "StableID": "nB5eXdWc6111CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "DiscoKey": "discokey:bc4db97f15ed32cf91120fc4682225cfc7284db2cd801132ee15099e7f796d5e", - "Addresses": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "AllowedIPs": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "Endpoints": ["77.164.248.136:42071", "10.65.0.27:42071", "172.17.0.1:42071"], + "Key": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "DiscoKey": "discokey:ff86ed3c50ebbe2dedb954aa4dc9e0384fe39b5a3c112f3e85c6f627f3ca080d", + "Addresses": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "AllowedIPs": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "Endpoints": ["77.164.248.136:36531", "10.65.0.27:36531", "172.17.0.1:36531"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 42860}, - {"Proto": "peerapi6", "Port": 42860} + {"Proto": "peerapi4", "Port": 39841}, + {"Proto": "peerapi6", "Port": 39841} ]}, - "Created": "2026-04-09T01:35:51.694462311Z", + "Created": "2026-04-09T08:41:51.519409777Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 1803624677589353, - "StableID": "nSB6YPAs5F11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "DiscoKey": "discokey:31e09d4dfb47a13151b361fdb650bd1b4b6177ee050e9f4d0d2b3bd92934c24a", - "Addresses": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "AllowedIPs": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "Endpoints": ["77.164.248.136:48420", "10.65.0.27:48420", "172.17.0.1:48420"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41120}, - {"Proto": "peerapi6", "Port": 41120} - ]}, - "Created": "2026-04-09T01:35:49.520644138Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2046472312284772, - "StableID": "nDbSRjMryG11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "DiscoKey": "discokey:8ffeea54948ba1758444c56006bbd3cdd27c4a65496ab15565d39b123e07da1c", - "Addresses": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "AllowedIPs": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "Endpoints": ["77.164.248.136:60988", "10.65.0.27:60988", "172.17.0.1:60988"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45428}, - {"Proto": "peerapi6", "Port": 45428} - ]}, - "Created": "2026-04-09T01:35:48.975705247Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3004080938533383, - "StableID": "nkmgYW7ZTQ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "DiscoKey": "discokey:d9c10e19f39d67a666ac0f674bce7238ddc63d06e1bebf5a8f34bf93b4c84420", - "Addresses": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "AllowedIPs": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60167}, - {"Proto": "peerapi6", "Port": 60167} - ]}, - "Created": "2026-04-09T01:35:54.418237081Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3182816069671651, - "StableID": "nri33WBWrR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "DiscoKey": "discokey:1e339e9e6334846f2ff17f8465c6e7d36e1b9da3b04094b711b4caecfbf1c002", - "Addresses": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "AllowedIPs": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "Endpoints": ["77.164.248.136:38229", "10.65.0.27:38229", "172.17.0.1:38229"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 48726}, - {"Proto": "peerapi6", "Port": 48726} - ]}, - "Created": "2026-04-09T01:35:48.43856955Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3380247679941871, - "StableID": "nt31NjNvPT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "KeyExpiry": "2026-10-06T01:35:54Z", - "DiscoKey": "discokey:764c18a2f6b789e8fdb10b19eb1ac5e1b3d0a9b539d17dc2944144dc5d0b6a6d", - "Addresses": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "AllowedIPs": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "Endpoints": ["77.164.248.136:34470", "10.65.0.27:34470", "172.17.0.1:34470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54722}, - {"Proto": "peerapi6", "Port": 54722} - ]}, - "Created": "2026-04-09T01:35:54.952687296Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4447273097846470, - "StableID": "nHnkgjKBjb11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "KeyExpiry": "2026-10-06T01:35:56Z", - "DiscoKey": "discokey:15166b752b7ae3021a322e2e8b32966ce73becbe5cfc6ea408fd4d79392faf3b", - "Addresses": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "AllowedIPs": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41979}, - {"Proto": "peerapi6", "Port": 41979} - ]}, - "Created": "2026-04-09T01:35:56.040746218Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5118270352338725, - "StableID": "nE3tLRH5yg11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "DiscoKey": "discokey:fbf9f78c2401fc8cc2fdc0e4955269b0333b2d5a2ec99f18994115bb16e8fa3d", - "Addresses": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "AllowedIPs": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "Endpoints": ["77.164.248.136:60706", "10.65.0.27:60706", "172.17.0.1:60706"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55451}, - {"Proto": "peerapi6", "Port": 55451} - ]}, - "Created": "2026-04-09T01:35:53.867996112Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6062422846017623, - "StableID": "n4sR7xZgLp11CNTRL", + "ID": 586408917435557, + "StableID": "n8iJy8yaa511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "DiscoKey": "discokey:5c0433e088efa489af32dffb4cfe629f496a86b3e18acc0677fb0160a814a11d", - "Addresses": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "AllowedIPs": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "Endpoints": ["77.164.248.136:44135", "10.65.0.27:44135", "172.17.0.1:44135"], + "Key": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "DiscoKey": "discokey:0038fb20a2ede09800b238620155a7b6b5bc27d854f0ba7e36fcce9a002bce0e", + "Addresses": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "AllowedIPs": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "Endpoints": ["77.164.248.136:36377", "10.65.0.27:36377", "172.17.0.1:36377"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 57333}, - {"Proto": "peerapi6", "Port": 57333} + {"Proto": "peerapi4", "Port": 36429}, + {"Proto": "peerapi6", "Port": 36429} ]}, - "Created": "2026-04-09T01:35:51.158373709Z", + "Created": "2026-04-09T08:41:50.992108163Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7370272230857437, - "StableID": "nSRJj7Z1Zz11CNTRL", + "ID": 4414160577735144, + "StableID": "nVZxfmWBUb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "KeyExpiry": "2026-10-06T08:41:54Z", + "DiscoKey": "discokey:a21eb810b00847bbb2567f6af58d74efc65d96dd9c41eaef16dcc622e2c7d538", + "Addresses": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "AllowedIPs": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "Endpoints": ["77.164.248.136:36975", "10.65.0.27:36975", "172.17.0.1:36975"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33358}, + {"Proto": "peerapi6", "Port": 33358} + ]}, + "Created": "2026-04-09T08:41:54.716867615Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 4601767316129660, + "StableID": "nydSiCd9wc11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "DiscoKey": "discokey:67502badae64477f626c37cd81d8efa3e94c0e1ece241984ee58589f9c83225b", + "Addresses": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "AllowedIPs": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "Endpoints": ["77.164.248.136:51941", "10.65.0.27:51941", "172.17.0.1:51941"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 64276}, + {"Proto": "peerapi6", "Port": 64276} + ]}, + "Created": "2026-04-09T08:41:48.310557325Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4726008372000816, + "StableID": "nKkwN7ERud11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:590bc1002183521bb14cfaa9cc1d0177af91b0707c50c42fe121fcc50fdc4d0a", + "Addresses": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "AllowedIPs": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38142}, + {"Proto": "peerapi6", "Port": 38142} + ]}, + "Created": "2026-04-09T08:41:55.793833151Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4939084048324205, + "StableID": "n8cbF3NvZf11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "DiscoKey": "discokey:d3ed05b29a9ec11443bb1efca5087581de88da43e4ed68485cfff1ba0a34a032", + "Addresses": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "AllowedIPs": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "Endpoints": ["77.164.248.136:55585", "10.65.0.27:55585", "172.17.0.1:55585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 38741}, + {"Proto": "peerapi6", "Port": 38741} + ]}, + "Created": "2026-04-09T08:41:48.844425243Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5122870195251735, + "StableID": "nSx9iZ7A1h11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "DiscoKey": "discokey:b82166f88d796f1058267e4c18e4aebdd9826b012ca4638b6c9408318f1df110", + "Addresses": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "AllowedIPs": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "Endpoints": ["77.164.248.136:40984", "10.65.0.27:40984", "172.17.0.1:40984"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 44417}, + {"Proto": "peerapi6", "Port": 44417} + ]}, + "Created": "2026-04-09T08:41:53.652934909Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5189043075150704, + "StableID": "nTQTW2N8Xh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "DiscoKey": "discokey:a47490ee0d4e4eaa6beb2f30cc80f7bf2144090223ae8049d01e18c1778cf613", + "Addresses": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "AllowedIPs": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "Endpoints": ["77.164.248.136:53655", "10.65.0.27:53655", "172.17.0.1:53655"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 59741}, + {"Proto": "peerapi6", "Port": 59741} + ]}, + "Created": "2026-04-09T08:41:49.383292783Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6123195173697769, + "StableID": "n25ybLxCpp11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:f0036d4ede0f14249d58eb15b5b80f4e7b8bf61630e55e46934aa50300182c1e", + "Addresses": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "AllowedIPs": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55137}, + {"Proto": "peerapi6", "Port": 55137} + ]}, + "Created": "2026-04-09T08:41:55.253300917Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8267553209522228, + "StableID": "nXcjD1cPZ721CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "DiscoKey": "discokey:57c4b8df96d5c1d1ee88a05f3f3b88cbe0f4464c887caba3b01728b7c70f3004", + "Addresses": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "AllowedIPs": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "Endpoints": ["77.164.248.136:44461", "10.65.0.27:44461", "172.17.0.1:44461"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47984}, + {"Proto": "peerapi6", "Port": 47984} + ]}, + "Created": "2026-04-09T08:41:54.180734821Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8280399792270634, + "StableID": "nXVGkZ4Df721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "DiscoKey": "discokey:0ea47fa2fd66fd4166b32a3ad3d8fe5bca1364df4bd6aff14389787aa8fda201", + "Addresses": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "AllowedIPs": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "Endpoints": ["77.164.248.136:51542", "10.65.0.27:51542", "172.17.0.1:51542"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 38923}, + {"Proto": "peerapi6", "Port": 38923} + ]}, + "Created": "2026-04-09T08:41:49.915037448Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8539349611662972, + "StableID": "n7c7ZaEVg921CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "DiscoKey": "discokey:436760b5d472fefc5904e7dc0dfd079f6203847604f739e6393c4f1babb61e39", - "Addresses": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "AllowedIPs": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "Endpoints": ["77.164.248.136:33593", "10.65.0.27:33593", "172.17.0.1:33593"], + "Key": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "DiscoKey": "discokey:7c828ee69c61099daae4369c62749b16fd83a1609dd78a13c0de7a0cc730a776", + "Addresses": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "AllowedIPs": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "Endpoints": ["77.164.248.136:54721", "10.65.0.27:54721", "172.17.0.1:54721"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41308}, - {"Proto": "peerapi6", "Port": 41308} + {"Proto": "peerapi4", "Port": 57456}, + {"Proto": "peerapi6", "Port": 57456} ]}, - "Created": "2026-04-09T01:35:53.334654299Z", + "Created": "2026-04-09T08:41:53.105230709Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7925233645739046, - "StableID": "nuN1b3TMt421CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "KeyExpiry": "2026-10-06T01:35:55Z", - "DiscoKey": "discokey:58bc9ca588b4679daf039a8c1158c3029e71f3a6ce3eefacfe45cd691f555937", - "Addresses": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "AllowedIPs": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "Endpoints": ["77.164.248.136:38653", "10.65.0.27:38653", "172.17.0.1:38653"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36453}, - {"Proto": "peerapi6", "Port": 36453} - ]}, - "Created": "2026-04-09T01:35:55.514494059Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7941741268647474, - "StableID": "nF7KhR5q1521CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "DiscoKey": "discokey:82f945bae50fec9883a4dd8bdb36a35d40473a4c348d491aad119ab916a28214", - "Addresses": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "AllowedIPs": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "Endpoints": ["77.164.248.136:52549", "10.65.0.27:52549", "172.17.0.1:52549"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 60535}, - {"Proto": "peerapi6", "Port": 60535} - ]}, - "Created": "2026-04-09T01:35:52.239520262Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 7942273492256507, - "StableID": "nWgRUJ452521CNTRL", + "ID": 8619551515701796, + "StableID": "nMy9B81pJA21CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "DiscoKey": "discokey:99675745f6178ee827efda187c99a3d91bf5a096c228c9399740b706c38d501e", - "Addresses": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "AllowedIPs": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "Endpoints": ["77.164.248.136:43641", "10.65.0.27:43641", "172.17.0.1:43641"], + "Key": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "DiscoKey": "discokey:a8dda5bb86ab8ef56f9519ee62f5c33ae3895f72ad9533e0c0fbb97d39281c6d", + "Addresses": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "AllowedIPs": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "Endpoints": ["77.164.248.136:53871", "10.65.0.27:53871", "172.17.0.1:53871"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43182}, - {"Proto": "peerapi6", "Port": 43182} + {"Proto": "peerapi4", "Port": 38446}, + {"Proto": "peerapi6", "Port": 38446} ]}, - "Created": "2026-04-09T01:35:52.797881837Z", + "Created": "2026-04-09T08:41:52.575207441Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8273836864157271, - "StableID": "nWNDGYfEc721CNTRL", - "Name": "rattata.tail78f774.ts.net.", + "ID": 8685705990977951, + "StableID": "nNGxcYmmpA21CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "DiscoKey": "discokey:8fa6fe287e853a3cf9be109e9121a8ca16564e3be78dd2ab69a71fdb70066078", - "Addresses": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "AllowedIPs": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "Endpoints": ["77.164.248.136:60194", "10.65.0.27:60194", "172.17.0.1:60194"], + "Key": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "DiscoKey": "discokey:985be56653ee4f7b7f0361c0681bb1d97546eeb1412a926f647812e0dbcaea63", + "Addresses": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "AllowedIPs": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "Endpoints": ["77.164.248.136:48120", "10.65.0.27:48120", "172.17.0.1:48120"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62294}, - {"Proto": "peerapi6", "Port": 62294} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 60808}, + {"Proto": "peerapi6", "Port": 60808} ]}, - "Created": "2026-04-09T01:35:50.064727208Z", + "Created": "2026-04-09T08:41:52.037752982Z", "Cap": 131, - "Tags": ["tag:group-a"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12568,27 +12584,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8375138516419353": { - "ID": 8375138516419353, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8614527897166577": { + "ID": 8614527897166577, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12619,21 +12637,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8273836864157271, - "StableID": "nWNDGYfEc721CNTRL", + "ID": 8280399792270634, + "StableID": "nXVGkZ4Df721CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 8273836864157271, - "Key": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "DiscoKey": "discokey:8fa6fe287e853a3cf9be109e9121a8ca16564e3be78dd2ab69a71fdb70066078", - "Addresses": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "AllowedIPs": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "Endpoints": ["77.164.248.136:60194", "10.65.0.27:60194", "172.17.0.1:60194"], + "User": 8280399792270634, + "Key": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "DiscoKey": "discokey:0ea47fa2fd66fd4166b32a3ad3d8fe5bca1364df4bd6aff14389787aa8fda201", + "Addresses": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "AllowedIPs": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "Endpoints": ["77.164.248.136:51542", "10.65.0.27:51542", "172.17.0.1:51542"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 62294}, - {"Proto": "peerapi6", "Port": 62294}, + {"Proto": "peerapi4", "Port": 38923}, + {"Proto": "peerapi6", "Port": 38923}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:50.064727208Z", + "Created": "2026-04-09T08:41:49.915037448Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12661,300 +12679,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "MachineKey": "mkey:c408735f4963bdb32f75f2897807f7c394d831f2dd1d7a9d9ddaf84c53e3ef2e", + "NodeKey": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "MachineKey": "mkey:76986918f9ecaadacfb83e862d71b2bd8b3dfcdd9f9c18cd0e8ddc4b1f8a5474", "Peers": [{ - "ID": 782859916226561, - "StableID": "nvF72MQZ7711CNTRL", + "ID": 12391772794998, + "StableID": "nB5eXdWc6111CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "DiscoKey": "discokey:bc4db97f15ed32cf91120fc4682225cfc7284db2cd801132ee15099e7f796d5e", - "Addresses": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "AllowedIPs": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "Endpoints": ["77.164.248.136:42071", "10.65.0.27:42071", "172.17.0.1:42071"], + "Key": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "DiscoKey": "discokey:ff86ed3c50ebbe2dedb954aa4dc9e0384fe39b5a3c112f3e85c6f627f3ca080d", + "Addresses": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "AllowedIPs": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "Endpoints": ["77.164.248.136:36531", "10.65.0.27:36531", "172.17.0.1:36531"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 42860}, - {"Proto": "peerapi6", "Port": 42860} + {"Proto": "peerapi4", "Port": 39841}, + {"Proto": "peerapi6", "Port": 39841} ]}, - "Created": "2026-04-09T01:35:51.694462311Z", + "Created": "2026-04-09T08:41:51.519409777Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 1803624677589353, - "StableID": "nSB6YPAs5F11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "DiscoKey": "discokey:31e09d4dfb47a13151b361fdb650bd1b4b6177ee050e9f4d0d2b3bd92934c24a", - "Addresses": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "AllowedIPs": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "Endpoints": ["77.164.248.136:48420", "10.65.0.27:48420", "172.17.0.1:48420"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41120}, - {"Proto": "peerapi6", "Port": 41120} - ]}, - "Created": "2026-04-09T01:35:49.520644138Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2046472312284772, - "StableID": "nDbSRjMryG11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "DiscoKey": "discokey:8ffeea54948ba1758444c56006bbd3cdd27c4a65496ab15565d39b123e07da1c", - "Addresses": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "AllowedIPs": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "Endpoints": ["77.164.248.136:60988", "10.65.0.27:60988", "172.17.0.1:60988"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45428}, - {"Proto": "peerapi6", "Port": 45428} - ]}, - "Created": "2026-04-09T01:35:48.975705247Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3004080938533383, - "StableID": "nkmgYW7ZTQ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "DiscoKey": "discokey:d9c10e19f39d67a666ac0f674bce7238ddc63d06e1bebf5a8f34bf93b4c84420", - "Addresses": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "AllowedIPs": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60167}, - {"Proto": "peerapi6", "Port": 60167} - ]}, - "Created": "2026-04-09T01:35:54.418237081Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3182816069671651, - "StableID": "nri33WBWrR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "DiscoKey": "discokey:1e339e9e6334846f2ff17f8465c6e7d36e1b9da3b04094b711b4caecfbf1c002", - "Addresses": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "AllowedIPs": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "Endpoints": ["77.164.248.136:38229", "10.65.0.27:38229", "172.17.0.1:38229"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 48726}, - {"Proto": "peerapi6", "Port": 48726} - ]}, - "Created": "2026-04-09T01:35:48.43856955Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3380247679941871, - "StableID": "nt31NjNvPT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "KeyExpiry": "2026-10-06T01:35:54Z", - "DiscoKey": "discokey:764c18a2f6b789e8fdb10b19eb1ac5e1b3d0a9b539d17dc2944144dc5d0b6a6d", - "Addresses": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "AllowedIPs": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "Endpoints": ["77.164.248.136:34470", "10.65.0.27:34470", "172.17.0.1:34470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54722}, - {"Proto": "peerapi6", "Port": 54722} - ]}, - "Created": "2026-04-09T01:35:54.952687296Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4447273097846470, - "StableID": "nHnkgjKBjb11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "KeyExpiry": "2026-10-06T01:35:56Z", - "DiscoKey": "discokey:15166b752b7ae3021a322e2e8b32966ce73becbe5cfc6ea408fd4d79392faf3b", - "Addresses": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "AllowedIPs": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41979}, - {"Proto": "peerapi6", "Port": 41979} - ]}, - "Created": "2026-04-09T01:35:56.040746218Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5118270352338725, - "StableID": "nE3tLRH5yg11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "DiscoKey": "discokey:fbf9f78c2401fc8cc2fdc0e4955269b0333b2d5a2ec99f18994115bb16e8fa3d", - "Addresses": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "AllowedIPs": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "Endpoints": ["77.164.248.136:60706", "10.65.0.27:60706", "172.17.0.1:60706"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55451}, - {"Proto": "peerapi6", "Port": 55451} - ]}, - "Created": "2026-04-09T01:35:53.867996112Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6062422846017623, - "StableID": "n4sR7xZgLp11CNTRL", + "ID": 586408917435557, + "StableID": "n8iJy8yaa511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "DiscoKey": "discokey:5c0433e088efa489af32dffb4cfe629f496a86b3e18acc0677fb0160a814a11d", - "Addresses": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "AllowedIPs": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "Endpoints": ["77.164.248.136:44135", "10.65.0.27:44135", "172.17.0.1:44135"], + "Key": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "DiscoKey": "discokey:0038fb20a2ede09800b238620155a7b6b5bc27d854f0ba7e36fcce9a002bce0e", + "Addresses": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "AllowedIPs": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "Endpoints": ["77.164.248.136:36377", "10.65.0.27:36377", "172.17.0.1:36377"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 57333}, - {"Proto": "peerapi6", "Port": 57333} + {"Proto": "peerapi4", "Port": 36429}, + {"Proto": "peerapi6", "Port": 36429} ]}, - "Created": "2026-04-09T01:35:51.158373709Z", + "Created": "2026-04-09T08:41:50.992108163Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7370272230857437, - "StableID": "nSRJj7Z1Zz11CNTRL", + "ID": 4414160577735144, + "StableID": "nVZxfmWBUb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "KeyExpiry": "2026-10-06T08:41:54Z", + "DiscoKey": "discokey:a21eb810b00847bbb2567f6af58d74efc65d96dd9c41eaef16dcc622e2c7d538", + "Addresses": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "AllowedIPs": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "Endpoints": ["77.164.248.136:36975", "10.65.0.27:36975", "172.17.0.1:36975"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33358}, + {"Proto": "peerapi6", "Port": 33358} + ]}, + "Created": "2026-04-09T08:41:54.716867615Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 4601767316129660, + "StableID": "nydSiCd9wc11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "DiscoKey": "discokey:67502badae64477f626c37cd81d8efa3e94c0e1ece241984ee58589f9c83225b", + "Addresses": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "AllowedIPs": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "Endpoints": ["77.164.248.136:51941", "10.65.0.27:51941", "172.17.0.1:51941"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 64276}, + {"Proto": "peerapi6", "Port": 64276} + ]}, + "Created": "2026-04-09T08:41:48.310557325Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4726008372000816, + "StableID": "nKkwN7ERud11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:590bc1002183521bb14cfaa9cc1d0177af91b0707c50c42fe121fcc50fdc4d0a", + "Addresses": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "AllowedIPs": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38142}, + {"Proto": "peerapi6", "Port": 38142} + ]}, + "Created": "2026-04-09T08:41:55.793833151Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4939084048324205, + "StableID": "n8cbF3NvZf11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "DiscoKey": "discokey:d3ed05b29a9ec11443bb1efca5087581de88da43e4ed68485cfff1ba0a34a032", + "Addresses": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "AllowedIPs": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "Endpoints": ["77.164.248.136:55585", "10.65.0.27:55585", "172.17.0.1:55585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 38741}, + {"Proto": "peerapi6", "Port": 38741} + ]}, + "Created": "2026-04-09T08:41:48.844425243Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5122870195251735, + "StableID": "nSx9iZ7A1h11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "DiscoKey": "discokey:b82166f88d796f1058267e4c18e4aebdd9826b012ca4638b6c9408318f1df110", + "Addresses": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "AllowedIPs": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "Endpoints": ["77.164.248.136:40984", "10.65.0.27:40984", "172.17.0.1:40984"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 44417}, + {"Proto": "peerapi6", "Port": 44417} + ]}, + "Created": "2026-04-09T08:41:53.652934909Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5189043075150704, + "StableID": "nTQTW2N8Xh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "DiscoKey": "discokey:a47490ee0d4e4eaa6beb2f30cc80f7bf2144090223ae8049d01e18c1778cf613", + "Addresses": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "AllowedIPs": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "Endpoints": ["77.164.248.136:53655", "10.65.0.27:53655", "172.17.0.1:53655"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 59741}, + {"Proto": "peerapi6", "Port": 59741} + ]}, + "Created": "2026-04-09T08:41:49.383292783Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6123195173697769, + "StableID": "n25ybLxCpp11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:f0036d4ede0f14249d58eb15b5b80f4e7b8bf61630e55e46934aa50300182c1e", + "Addresses": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "AllowedIPs": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55137}, + {"Proto": "peerapi6", "Port": 55137} + ]}, + "Created": "2026-04-09T08:41:55.253300917Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8267553209522228, + "StableID": "nXcjD1cPZ721CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "DiscoKey": "discokey:57c4b8df96d5c1d1ee88a05f3f3b88cbe0f4464c887caba3b01728b7c70f3004", + "Addresses": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "AllowedIPs": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "Endpoints": ["77.164.248.136:44461", "10.65.0.27:44461", "172.17.0.1:44461"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47984}, + {"Proto": "peerapi6", "Port": 47984} + ]}, + "Created": "2026-04-09T08:41:54.180734821Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8539349611662972, + "StableID": "n7c7ZaEVg921CNTRL", "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "DiscoKey": "discokey:436760b5d472fefc5904e7dc0dfd079f6203847604f739e6393c4f1babb61e39", - "Addresses": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "AllowedIPs": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "Endpoints": ["77.164.248.136:33593", "10.65.0.27:33593", "172.17.0.1:33593"], + "Key": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "DiscoKey": "discokey:7c828ee69c61099daae4369c62749b16fd83a1609dd78a13c0de7a0cc730a776", + "Addresses": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "AllowedIPs": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "Endpoints": ["77.164.248.136:54721", "10.65.0.27:54721", "172.17.0.1:54721"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41308}, - {"Proto": "peerapi6", "Port": 41308} + {"Proto": "peerapi4", "Port": 57456}, + {"Proto": "peerapi6", "Port": 57456} ]}, - "Created": "2026-04-09T01:35:53.334654299Z", + "Created": "2026-04-09T08:41:53.105230709Z", "Cap": 131, "Tags": ["tag:client"], "Online": true, "ComputedName": "weedle", "ComputedNameWithHost": "weedle" }, { - "ID": 7925233645739046, - "StableID": "nuN1b3TMt421CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "KeyExpiry": "2026-10-06T01:35:55Z", - "DiscoKey": "discokey:58bc9ca588b4679daf039a8c1158c3029e71f3a6ce3eefacfe45cd691f555937", - "Addresses": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "AllowedIPs": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "Endpoints": ["77.164.248.136:38653", "10.65.0.27:38653", "172.17.0.1:38653"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36453}, - {"Proto": "peerapi6", "Port": 36453} - ]}, - "Created": "2026-04-09T01:35:55.514494059Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7941741268647474, - "StableID": "nF7KhR5q1521CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 8614527897166577, + "StableID": "nAh3DL3YGA21CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "DiscoKey": "discokey:82f945bae50fec9883a4dd8bdb36a35d40473a4c348d491aad119ab916a28214", - "Addresses": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "AllowedIPs": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "Endpoints": ["77.164.248.136:52549", "10.65.0.27:52549", "172.17.0.1:52549"], + "Key": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "DiscoKey": "discokey:5074d445a63dd170e4b4d5c90b82fbbd3c6bb30f8c6f6e44b2d357f845d7140f", + "Addresses": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "AllowedIPs": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "Endpoints": ["77.164.248.136:41928", "10.65.0.27:41928", "172.17.0.1:41928"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 60535}, - {"Proto": "peerapi6", "Port": 60535} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 60172}, + {"Proto": "peerapi6", "Port": 60172} ]}, - "Created": "2026-04-09T01:35:52.239520262Z", + "Created": "2026-04-09T08:41:50.450849033Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 7942273492256507, - "StableID": "nWgRUJ452521CNTRL", + "ID": 8619551515701796, + "StableID": "nMy9B81pJA21CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "DiscoKey": "discokey:99675745f6178ee827efda187c99a3d91bf5a096c228c9399740b706c38d501e", - "Addresses": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "AllowedIPs": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "Endpoints": ["77.164.248.136:43641", "10.65.0.27:43641", "172.17.0.1:43641"], + "Key": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "DiscoKey": "discokey:a8dda5bb86ab8ef56f9519ee62f5c33ae3895f72ad9533e0c0fbb97d39281c6d", + "Addresses": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "AllowedIPs": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "Endpoints": ["77.164.248.136:53871", "10.65.0.27:53871", "172.17.0.1:53871"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43182}, - {"Proto": "peerapi6", "Port": 43182} + {"Proto": "peerapi4", "Port": 38446}, + {"Proto": "peerapi6", "Port": 38446} ]}, - "Created": "2026-04-09T01:35:52.797881837Z", + "Created": "2026-04-09T08:41:52.575207441Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8375138516419353, - "StableID": "niK8Prg7Q821CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 8685705990977951, + "StableID": "nNGxcYmmpA21CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "DiscoKey": "discokey:58379b1bbe31f798100090402e309559af90e7a95db2ff5fee6c33932f482c28", - "Addresses": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "AllowedIPs": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "Endpoints": ["77.164.248.136:47917", "10.65.0.27:47917", "172.17.0.1:47917"], + "Key": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "DiscoKey": "discokey:985be56653ee4f7b7f0361c0681bb1d97546eeb1412a926f647812e0dbcaea63", + "Addresses": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "AllowedIPs": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "Endpoints": ["77.164.248.136:48120", "10.65.0.27:48120", "172.17.0.1:48120"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37945}, - {"Proto": "peerapi6", "Port": 37945} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 60808}, + {"Proto": "peerapi6", "Port": 60808} ]}, - "Created": "2026-04-09T01:35:50.607165962Z", + "Created": "2026-04-09T08:41:52.037752982Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13802,27 +13820,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8273836864157271": { - "ID": 8273836864157271, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8280399792270634": { + "ID": 8280399792270634, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13853,26 +13873,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 782859916226561, - "StableID": "nvF72MQZ7711CNTRL", + "ID": 12391772794998, + "StableID": "nB5eXdWc6111CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 782859916226561, - "Key": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "DiscoKey": "discokey:bc4db97f15ed32cf91120fc4682225cfc7284db2cd801132ee15099e7f796d5e", - "Addresses": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "AllowedIPs": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "Endpoints": ["77.164.248.136:42071", "10.65.0.27:42071", "172.17.0.1:42071"], + "User": 12391772794998, + "Key": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "DiscoKey": "discokey:ff86ed3c50ebbe2dedb954aa4dc9e0384fe39b5a3c112f3e85c6f627f3ca080d", + "Addresses": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "AllowedIPs": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "Endpoints": ["77.164.248.136:36531", "10.65.0.27:36531", "172.17.0.1:36531"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 42860}, - {"Proto": "peerapi6", "Port": 42860}, + {"Proto": "peerapi4", "Port": 39841}, + {"Proto": "peerapi6", "Port": 39841}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:51.694462311Z", + "Created": "2026-04-09T08:41:51.519409777Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13900,302 +13920,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "MachineKey": "mkey:75a22e367d3b4118a3df597602cb24e8fdc9aceb071cbff7830e819da88ecb67", + "NodeKey": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "MachineKey": "mkey:2ba0aa0e58e85cb34af3b6325178a7509a123234d8ad37faa7131b4d85d8f471", "Peers": [{ - "ID": 1803624677589353, - "StableID": "nSB6YPAs5F11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "DiscoKey": "discokey:31e09d4dfb47a13151b361fdb650bd1b4b6177ee050e9f4d0d2b3bd92934c24a", - "Addresses": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "AllowedIPs": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "Endpoints": ["77.164.248.136:48420", "10.65.0.27:48420", "172.17.0.1:48420"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41120}, - {"Proto": "peerapi6", "Port": 41120} - ]}, - "Created": "2026-04-09T01:35:49.520644138Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2046472312284772, - "StableID": "nDbSRjMryG11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "DiscoKey": "discokey:8ffeea54948ba1758444c56006bbd3cdd27c4a65496ab15565d39b123e07da1c", - "Addresses": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "AllowedIPs": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "Endpoints": ["77.164.248.136:60988", "10.65.0.27:60988", "172.17.0.1:60988"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45428}, - {"Proto": "peerapi6", "Port": 45428} - ]}, - "Created": "2026-04-09T01:35:48.975705247Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3004080938533383, - "StableID": "nkmgYW7ZTQ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "DiscoKey": "discokey:d9c10e19f39d67a666ac0f674bce7238ddc63d06e1bebf5a8f34bf93b4c84420", - "Addresses": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "AllowedIPs": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60167}, - {"Proto": "peerapi6", "Port": 60167} - ]}, - "Created": "2026-04-09T01:35:54.418237081Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3182816069671651, - "StableID": "nri33WBWrR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "DiscoKey": "discokey:1e339e9e6334846f2ff17f8465c6e7d36e1b9da3b04094b711b4caecfbf1c002", - "Addresses": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "AllowedIPs": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "Endpoints": ["77.164.248.136:38229", "10.65.0.27:38229", "172.17.0.1:38229"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 48726}, - {"Proto": "peerapi6", "Port": 48726} - ]}, - "Created": "2026-04-09T01:35:48.43856955Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3380247679941871, - "StableID": "nt31NjNvPT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "KeyExpiry": "2026-10-06T01:35:54Z", - "DiscoKey": "discokey:764c18a2f6b789e8fdb10b19eb1ac5e1b3d0a9b539d17dc2944144dc5d0b6a6d", - "Addresses": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "AllowedIPs": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "Endpoints": ["77.164.248.136:34470", "10.65.0.27:34470", "172.17.0.1:34470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54722}, - {"Proto": "peerapi6", "Port": 54722} - ]}, - "Created": "2026-04-09T01:35:54.952687296Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4447273097846470, - "StableID": "nHnkgjKBjb11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "KeyExpiry": "2026-10-06T01:35:56Z", - "DiscoKey": "discokey:15166b752b7ae3021a322e2e8b32966ce73becbe5cfc6ea408fd4d79392faf3b", - "Addresses": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "AllowedIPs": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "Endpoints": ["77.164.248.136:51112", "10.65.0.27:51112", "172.17.0.1:51112"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41979}, - {"Proto": "peerapi6", "Port": 41979} - ]}, - "Created": "2026-04-09T01:35:56.040746218Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5118270352338725, - "StableID": "nE3tLRH5yg11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "DiscoKey": "discokey:fbf9f78c2401fc8cc2fdc0e4955269b0333b2d5a2ec99f18994115bb16e8fa3d", - "Addresses": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "AllowedIPs": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "Endpoints": ["77.164.248.136:60706", "10.65.0.27:60706", "172.17.0.1:60706"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55451}, - {"Proto": "peerapi6", "Port": 55451} - ]}, - "Created": "2026-04-09T01:35:53.867996112Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6062422846017623, - "StableID": "n4sR7xZgLp11CNTRL", + "ID": 586408917435557, + "StableID": "n8iJy8yaa511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "DiscoKey": "discokey:5c0433e088efa489af32dffb4cfe629f496a86b3e18acc0677fb0160a814a11d", - "Addresses": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "AllowedIPs": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "Endpoints": ["77.164.248.136:44135", "10.65.0.27:44135", "172.17.0.1:44135"], + "Key": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "DiscoKey": "discokey:0038fb20a2ede09800b238620155a7b6b5bc27d854f0ba7e36fcce9a002bce0e", + "Addresses": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "AllowedIPs": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "Endpoints": ["77.164.248.136:36377", "10.65.0.27:36377", "172.17.0.1:36377"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 57333}, - {"Proto": "peerapi6", "Port": 57333} + {"Proto": "peerapi4", "Port": 36429}, + {"Proto": "peerapi6", "Port": 36429} ]}, - "Created": "2026-04-09T01:35:51.158373709Z", + "Created": "2026-04-09T08:41:50.992108163Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7370272230857437, - "StableID": "nSRJj7Z1Zz11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "DiscoKey": "discokey:436760b5d472fefc5904e7dc0dfd079f6203847604f739e6393c4f1babb61e39", - "Addresses": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "AllowedIPs": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "Endpoints": ["77.164.248.136:33593", "10.65.0.27:33593", "172.17.0.1:33593"], + "ID": 4414160577735144, + "StableID": "nVZxfmWBUb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "KeyExpiry": "2026-10-06T08:41:54Z", + "DiscoKey": "discokey:a21eb810b00847bbb2567f6af58d74efc65d96dd9c41eaef16dcc622e2c7d538", + "Addresses": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "AllowedIPs": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "Endpoints": ["77.164.248.136:36975", "10.65.0.27:36975", "172.17.0.1:36975"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41308}, - {"Proto": "peerapi6", "Port": 41308} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33358}, + {"Proto": "peerapi6", "Port": 33358} ]}, - "Created": "2026-04-09T01:35:53.334654299Z", + "Created": "2026-04-09T08:41:54.716867615Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7925233645739046, - "StableID": "nuN1b3TMt421CNTRL", + "ID": 4601767316129660, + "StableID": "nydSiCd9wc11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "DiscoKey": "discokey:67502badae64477f626c37cd81d8efa3e94c0e1ece241984ee58589f9c83225b", + "Addresses": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "AllowedIPs": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "Endpoints": ["77.164.248.136:51941", "10.65.0.27:51941", "172.17.0.1:51941"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 64276}, + {"Proto": "peerapi6", "Port": 64276} + ]}, + "Created": "2026-04-09T08:41:48.310557325Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4726008372000816, + "StableID": "nKkwN7ERud11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:590bc1002183521bb14cfaa9cc1d0177af91b0707c50c42fe121fcc50fdc4d0a", + "Addresses": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "AllowedIPs": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "Endpoints": ["77.164.248.136:57736", "10.65.0.27:57736", "172.17.0.1:57736"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38142}, + {"Proto": "peerapi6", "Port": 38142} + ]}, + "Created": "2026-04-09T08:41:55.793833151Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4939084048324205, + "StableID": "n8cbF3NvZf11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "DiscoKey": "discokey:d3ed05b29a9ec11443bb1efca5087581de88da43e4ed68485cfff1ba0a34a032", + "Addresses": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "AllowedIPs": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "Endpoints": ["77.164.248.136:55585", "10.65.0.27:55585", "172.17.0.1:55585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 38741}, + {"Proto": "peerapi6", "Port": 38741} + ]}, + "Created": "2026-04-09T08:41:48.844425243Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5122870195251735, + "StableID": "nSx9iZ7A1h11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "DiscoKey": "discokey:b82166f88d796f1058267e4c18e4aebdd9826b012ca4638b6c9408318f1df110", + "Addresses": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "AllowedIPs": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "Endpoints": ["77.164.248.136:40984", "10.65.0.27:40984", "172.17.0.1:40984"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 44417}, + {"Proto": "peerapi6", "Port": 44417} + ]}, + "Created": "2026-04-09T08:41:53.652934909Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5189043075150704, + "StableID": "nTQTW2N8Xh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "DiscoKey": "discokey:a47490ee0d4e4eaa6beb2f30cc80f7bf2144090223ae8049d01e18c1778cf613", + "Addresses": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "AllowedIPs": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "Endpoints": ["77.164.248.136:53655", "10.65.0.27:53655", "172.17.0.1:53655"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 59741}, + {"Proto": "peerapi6", "Port": 59741} + ]}, + "Created": "2026-04-09T08:41:49.383292783Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6123195173697769, + "StableID": "n25ybLxCpp11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "KeyExpiry": "2026-10-06T01:35:55Z", - "DiscoKey": "discokey:58bc9ca588b4679daf039a8c1158c3029e71f3a6ce3eefacfe45cd691f555937", - "Addresses": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "AllowedIPs": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "Endpoints": ["77.164.248.136:38653", "10.65.0.27:38653", "172.17.0.1:38653"], + "Key": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:f0036d4ede0f14249d58eb15b5b80f4e7b8bf61630e55e46934aa50300182c1e", + "Addresses": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "AllowedIPs": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36453}, - {"Proto": "peerapi6", "Port": 36453} + {"Proto": "peerapi4", "Port": 55137}, + {"Proto": "peerapi6", "Port": 55137} ]}, - "Created": "2026-04-09T01:35:55.514494059Z", + "Created": "2026-04-09T08:41:55.253300917Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7941741268647474, - "StableID": "nF7KhR5q1521CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 8267553209522228, + "StableID": "nXcjD1cPZ721CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "DiscoKey": "discokey:82f945bae50fec9883a4dd8bdb36a35d40473a4c348d491aad119ab916a28214", - "Addresses": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "AllowedIPs": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "Endpoints": ["77.164.248.136:52549", "10.65.0.27:52549", "172.17.0.1:52549"], + "Key": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "DiscoKey": "discokey:57c4b8df96d5c1d1ee88a05f3f3b88cbe0f4464c887caba3b01728b7c70f3004", + "Addresses": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "AllowedIPs": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "Endpoints": ["77.164.248.136:44461", "10.65.0.27:44461", "172.17.0.1:44461"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 60535}, - {"Proto": "peerapi6", "Port": 60535} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47984}, + {"Proto": "peerapi6", "Port": 47984} ]}, - "Created": "2026-04-09T01:35:52.239520262Z", + "Created": "2026-04-09T08:41:54.180734821Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7942273492256507, - "StableID": "nWgRUJ452521CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "DiscoKey": "discokey:99675745f6178ee827efda187c99a3d91bf5a096c228c9399740b706c38d501e", - "Addresses": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "AllowedIPs": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "Endpoints": ["77.164.248.136:43641", "10.65.0.27:43641", "172.17.0.1:43641"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43182}, - {"Proto": "peerapi6", "Port": 43182} - ]}, - "Created": "2026-04-09T01:35:52.797881837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8273836864157271, - "StableID": "nWNDGYfEc721CNTRL", + "ID": 8280399792270634, + "StableID": "nXVGkZ4Df721CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "DiscoKey": "discokey:8fa6fe287e853a3cf9be109e9121a8ca16564e3be78dd2ab69a71fdb70066078", - "Addresses": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "AllowedIPs": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "Endpoints": ["77.164.248.136:60194", "10.65.0.27:60194", "172.17.0.1:60194"], + "Key": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "DiscoKey": "discokey:0ea47fa2fd66fd4166b32a3ad3d8fe5bca1364df4bd6aff14389787aa8fda201", + "Addresses": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "AllowedIPs": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "Endpoints": ["77.164.248.136:51542", "10.65.0.27:51542", "172.17.0.1:51542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62294}, - {"Proto": "peerapi6", "Port": 62294} + {"Proto": "peerapi4", "Port": 38923}, + {"Proto": "peerapi6", "Port": 38923} ]}, - "Created": "2026-04-09T01:35:50.064727208Z", + "Created": "2026-04-09T08:41:49.915037448Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8375138516419353, - "StableID": "niK8Prg7Q821CNTRL", + "ID": 8539349611662972, + "StableID": "n7c7ZaEVg921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "DiscoKey": "discokey:7c828ee69c61099daae4369c62749b16fd83a1609dd78a13c0de7a0cc730a776", + "Addresses": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "AllowedIPs": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "Endpoints": ["77.164.248.136:54721", "10.65.0.27:54721", "172.17.0.1:54721"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 57456}, + {"Proto": "peerapi6", "Port": 57456} + ]}, + "Created": "2026-04-09T08:41:53.105230709Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8614527897166577, + "StableID": "nAh3DL3YGA21CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "DiscoKey": "discokey:58379b1bbe31f798100090402e309559af90e7a95db2ff5fee6c33932f482c28", - "Addresses": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "AllowedIPs": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "Endpoints": ["77.164.248.136:47917", "10.65.0.27:47917", "172.17.0.1:47917"], + "Key": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "DiscoKey": "discokey:5074d445a63dd170e4b4d5c90b82fbbd3c6bb30f8c6f6e44b2d357f845d7140f", + "Addresses": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "AllowedIPs": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "Endpoints": ["77.164.248.136:41928", "10.65.0.27:41928", "172.17.0.1:41928"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37945}, - {"Proto": "peerapi6", "Port": 37945} + {"Proto": "peerapi4", "Port": 60172}, + {"Proto": "peerapi6", "Port": 60172} ]}, - "Created": "2026-04-09T01:35:50.607165962Z", + "Created": "2026-04-09T08:41:50.450849033Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 8619551515701796, + "StableID": "nMy9B81pJA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "DiscoKey": "discokey:a8dda5bb86ab8ef56f9519ee62f5c33ae3895f72ad9533e0c0fbb97d39281c6d", + "Addresses": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "AllowedIPs": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "Endpoints": ["77.164.248.136:53871", "10.65.0.27:53871", "172.17.0.1:53871"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38446}, + {"Proto": "peerapi6", "Port": 38446} + ]}, + "Created": "2026-04-09T08:41:52.575207441Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8685705990977951, + "StableID": "nNGxcYmmpA21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "DiscoKey": "discokey:985be56653ee4f7b7f0361c0681bb1d97546eeb1412a926f647812e0dbcaea63", + "Addresses": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "AllowedIPs": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "Endpoints": ["77.164.248.136:48120", "10.65.0.27:48120", "172.17.0.1:48120"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 60808}, + {"Proto": "peerapi6", "Port": 60808} + ]}, + "Created": "2026-04-09T08:41:52.037752982Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15043,27 +15063,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "782859916226561": { - "ID": 782859916226561, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "12391772794998": { + "ID": 12391772794998, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15094,26 +15116,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7942273492256507, - "StableID": "nWgRUJ452521CNTRL", + "ID": 8619551515701796, + "StableID": "nMy9B81pJA21CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 7942273492256507, - "Key": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "DiscoKey": "discokey:99675745f6178ee827efda187c99a3d91bf5a096c228c9399740b706c38d501e", - "Addresses": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "AllowedIPs": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "Endpoints": ["77.164.248.136:43641", "10.65.0.27:43641", "172.17.0.1:43641"], + "User": 8619551515701796, + "Key": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "DiscoKey": "discokey:a8dda5bb86ab8ef56f9519ee62f5c33ae3895f72ad9533e0c0fbb97d39281c6d", + "Addresses": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "AllowedIPs": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "Endpoints": ["77.164.248.136:53871", "10.65.0.27:53871", "172.17.0.1:53871"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 43182}, - {"Proto": "peerapi6", "Port": 43182}, + {"Proto": "peerapi4", "Port": 38446}, + {"Proto": "peerapi6", "Port": 38446}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:35:52.797881837Z", + "Created": "2026-04-09T08:41:52.575207441Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15141,302 +15163,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "MachineKey": "mkey:7d86e8430f0945427646325f80479bbb876a5d82f3c4e3fdd7ac289437fcaf3e", + "NodeKey": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "MachineKey": "mkey:5bca900e8408b946f6ce13ba3697d07d155af3e758232c550acaa34d8dcff866", "Peers": [{ - "ID": 782859916226561, - "StableID": "nvF72MQZ7711CNTRL", + "ID": 12391772794998, + "StableID": "nB5eXdWc6111CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "DiscoKey": "discokey:bc4db97f15ed32cf91120fc4682225cfc7284db2cd801132ee15099e7f796d5e", - "Addresses": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "AllowedIPs": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "Endpoints": ["77.164.248.136:42071", "10.65.0.27:42071", "172.17.0.1:42071"], + "Key": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "DiscoKey": "discokey:ff86ed3c50ebbe2dedb954aa4dc9e0384fe39b5a3c112f3e85c6f627f3ca080d", + "Addresses": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "AllowedIPs": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "Endpoints": ["77.164.248.136:36531", "10.65.0.27:36531", "172.17.0.1:36531"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 42860}, - {"Proto": "peerapi6", "Port": 42860} + {"Proto": "peerapi4", "Port": 39841}, + {"Proto": "peerapi6", "Port": 39841} ]}, - "Created": "2026-04-09T01:35:51.694462311Z", + "Created": "2026-04-09T08:41:51.519409777Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 1803624677589353, - "StableID": "nSB6YPAs5F11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "DiscoKey": "discokey:31e09d4dfb47a13151b361fdb650bd1b4b6177ee050e9f4d0d2b3bd92934c24a", - "Addresses": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "AllowedIPs": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "Endpoints": ["77.164.248.136:48420", "10.65.0.27:48420", "172.17.0.1:48420"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41120}, - {"Proto": "peerapi6", "Port": 41120} - ]}, - "Created": "2026-04-09T01:35:49.520644138Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2046472312284772, - "StableID": "nDbSRjMryG11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "DiscoKey": "discokey:8ffeea54948ba1758444c56006bbd3cdd27c4a65496ab15565d39b123e07da1c", - "Addresses": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "AllowedIPs": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "Endpoints": ["77.164.248.136:60988", "10.65.0.27:60988", "172.17.0.1:60988"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45428}, - {"Proto": "peerapi6", "Port": 45428} - ]}, - "Created": "2026-04-09T01:35:48.975705247Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3004080938533383, - "StableID": "nkmgYW7ZTQ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "DiscoKey": "discokey:d9c10e19f39d67a666ac0f674bce7238ddc63d06e1bebf5a8f34bf93b4c84420", - "Addresses": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "AllowedIPs": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60167}, - {"Proto": "peerapi6", "Port": 60167} - ]}, - "Created": "2026-04-09T01:35:54.418237081Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3182816069671651, - "StableID": "nri33WBWrR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "DiscoKey": "discokey:1e339e9e6334846f2ff17f8465c6e7d36e1b9da3b04094b711b4caecfbf1c002", - "Addresses": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "AllowedIPs": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "Endpoints": ["77.164.248.136:38229", "10.65.0.27:38229", "172.17.0.1:38229"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 48726}, - {"Proto": "peerapi6", "Port": 48726} - ]}, - "Created": "2026-04-09T01:35:48.43856955Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3380247679941871, - "StableID": "nt31NjNvPT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "KeyExpiry": "2026-10-06T01:35:54Z", - "DiscoKey": "discokey:764c18a2f6b789e8fdb10b19eb1ac5e1b3d0a9b539d17dc2944144dc5d0b6a6d", - "Addresses": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "AllowedIPs": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "Endpoints": ["77.164.248.136:34470", "10.65.0.27:34470", "172.17.0.1:34470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54722}, - {"Proto": "peerapi6", "Port": 54722} - ]}, - "Created": "2026-04-09T01:35:54.952687296Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4447273097846470, - "StableID": "nHnkgjKBjb11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "KeyExpiry": "2026-10-06T01:35:56Z", - "DiscoKey": "discokey:15166b752b7ae3021a322e2e8b32966ce73becbe5cfc6ea408fd4d79392faf3b", - "Addresses": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "AllowedIPs": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "Endpoints": ["77.164.248.136:51112", "10.65.0.27:51112", "172.17.0.1:51112"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41979}, - {"Proto": "peerapi6", "Port": 41979} - ]}, - "Created": "2026-04-09T01:35:56.040746218Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5118270352338725, - "StableID": "nE3tLRH5yg11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "DiscoKey": "discokey:fbf9f78c2401fc8cc2fdc0e4955269b0333b2d5a2ec99f18994115bb16e8fa3d", - "Addresses": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "AllowedIPs": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "Endpoints": ["77.164.248.136:60706", "10.65.0.27:60706", "172.17.0.1:60706"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55451}, - {"Proto": "peerapi6", "Port": 55451} - ]}, - "Created": "2026-04-09T01:35:53.867996112Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6062422846017623, - "StableID": "n4sR7xZgLp11CNTRL", + "ID": 586408917435557, + "StableID": "n8iJy8yaa511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "DiscoKey": "discokey:5c0433e088efa489af32dffb4cfe629f496a86b3e18acc0677fb0160a814a11d", - "Addresses": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "AllowedIPs": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "Endpoints": ["77.164.248.136:44135", "10.65.0.27:44135", "172.17.0.1:44135"], + "Key": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "DiscoKey": "discokey:0038fb20a2ede09800b238620155a7b6b5bc27d854f0ba7e36fcce9a002bce0e", + "Addresses": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "AllowedIPs": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "Endpoints": ["77.164.248.136:36377", "10.65.0.27:36377", "172.17.0.1:36377"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 57333}, - {"Proto": "peerapi6", "Port": 57333} + {"Proto": "peerapi4", "Port": 36429}, + {"Proto": "peerapi6", "Port": 36429} ]}, - "Created": "2026-04-09T01:35:51.158373709Z", + "Created": "2026-04-09T08:41:50.992108163Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7370272230857437, - "StableID": "nSRJj7Z1Zz11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "DiscoKey": "discokey:436760b5d472fefc5904e7dc0dfd079f6203847604f739e6393c4f1babb61e39", - "Addresses": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "AllowedIPs": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "Endpoints": ["77.164.248.136:33593", "10.65.0.27:33593", "172.17.0.1:33593"], + "ID": 4414160577735144, + "StableID": "nVZxfmWBUb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "KeyExpiry": "2026-10-06T08:41:54Z", + "DiscoKey": "discokey:a21eb810b00847bbb2567f6af58d74efc65d96dd9c41eaef16dcc622e2c7d538", + "Addresses": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "AllowedIPs": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "Endpoints": ["77.164.248.136:36975", "10.65.0.27:36975", "172.17.0.1:36975"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41308}, - {"Proto": "peerapi6", "Port": 41308} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33358}, + {"Proto": "peerapi6", "Port": 33358} ]}, - "Created": "2026-04-09T01:35:53.334654299Z", + "Created": "2026-04-09T08:41:54.716867615Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7925233645739046, - "StableID": "nuN1b3TMt421CNTRL", + "ID": 4601767316129660, + "StableID": "nydSiCd9wc11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "DiscoKey": "discokey:67502badae64477f626c37cd81d8efa3e94c0e1ece241984ee58589f9c83225b", + "Addresses": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "AllowedIPs": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "Endpoints": ["77.164.248.136:51941", "10.65.0.27:51941", "172.17.0.1:51941"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 64276}, + {"Proto": "peerapi6", "Port": 64276} + ]}, + "Created": "2026-04-09T08:41:48.310557325Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4726008372000816, + "StableID": "nKkwN7ERud11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:590bc1002183521bb14cfaa9cc1d0177af91b0707c50c42fe121fcc50fdc4d0a", + "Addresses": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "AllowedIPs": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "Endpoints": ["77.164.248.136:57736", "10.65.0.27:57736", "172.17.0.1:57736"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38142}, + {"Proto": "peerapi6", "Port": 38142} + ]}, + "Created": "2026-04-09T08:41:55.793833151Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4939084048324205, + "StableID": "n8cbF3NvZf11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "DiscoKey": "discokey:d3ed05b29a9ec11443bb1efca5087581de88da43e4ed68485cfff1ba0a34a032", + "Addresses": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "AllowedIPs": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "Endpoints": ["77.164.248.136:55585", "10.65.0.27:55585", "172.17.0.1:55585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 38741}, + {"Proto": "peerapi6", "Port": 38741} + ]}, + "Created": "2026-04-09T08:41:48.844425243Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5122870195251735, + "StableID": "nSx9iZ7A1h11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "DiscoKey": "discokey:b82166f88d796f1058267e4c18e4aebdd9826b012ca4638b6c9408318f1df110", + "Addresses": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "AllowedIPs": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "Endpoints": ["77.164.248.136:40984", "10.65.0.27:40984", "172.17.0.1:40984"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 44417}, + {"Proto": "peerapi6", "Port": 44417} + ]}, + "Created": "2026-04-09T08:41:53.652934909Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5189043075150704, + "StableID": "nTQTW2N8Xh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "DiscoKey": "discokey:a47490ee0d4e4eaa6beb2f30cc80f7bf2144090223ae8049d01e18c1778cf613", + "Addresses": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "AllowedIPs": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "Endpoints": ["77.164.248.136:53655", "10.65.0.27:53655", "172.17.0.1:53655"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 59741}, + {"Proto": "peerapi6", "Port": 59741} + ]}, + "Created": "2026-04-09T08:41:49.383292783Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6123195173697769, + "StableID": "n25ybLxCpp11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "KeyExpiry": "2026-10-06T01:35:55Z", - "DiscoKey": "discokey:58bc9ca588b4679daf039a8c1158c3029e71f3a6ce3eefacfe45cd691f555937", - "Addresses": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "AllowedIPs": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "Endpoints": ["77.164.248.136:38653", "10.65.0.27:38653", "172.17.0.1:38653"], + "Key": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:f0036d4ede0f14249d58eb15b5b80f4e7b8bf61630e55e46934aa50300182c1e", + "Addresses": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "AllowedIPs": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36453}, - {"Proto": "peerapi6", "Port": 36453} + {"Proto": "peerapi4", "Port": 55137}, + {"Proto": "peerapi6", "Port": 55137} ]}, - "Created": "2026-04-09T01:35:55.514494059Z", + "Created": "2026-04-09T08:41:55.253300917Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7941741268647474, - "StableID": "nF7KhR5q1521CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 8267553209522228, + "StableID": "nXcjD1cPZ721CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "DiscoKey": "discokey:82f945bae50fec9883a4dd8bdb36a35d40473a4c348d491aad119ab916a28214", - "Addresses": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "AllowedIPs": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "Endpoints": ["77.164.248.136:52549", "10.65.0.27:52549", "172.17.0.1:52549"], + "Key": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "DiscoKey": "discokey:57c4b8df96d5c1d1ee88a05f3f3b88cbe0f4464c887caba3b01728b7c70f3004", + "Addresses": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "AllowedIPs": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "Endpoints": ["77.164.248.136:44461", "10.65.0.27:44461", "172.17.0.1:44461"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 60535}, - {"Proto": "peerapi6", "Port": 60535} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47984}, + {"Proto": "peerapi6", "Port": 47984} ]}, - "Created": "2026-04-09T01:35:52.239520262Z", + "Created": "2026-04-09T08:41:54.180734821Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 8273836864157271, - "StableID": "nWNDGYfEc721CNTRL", + "ID": 8280399792270634, + "StableID": "nXVGkZ4Df721CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "DiscoKey": "discokey:8fa6fe287e853a3cf9be109e9121a8ca16564e3be78dd2ab69a71fdb70066078", - "Addresses": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "AllowedIPs": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "Endpoints": ["77.164.248.136:60194", "10.65.0.27:60194", "172.17.0.1:60194"], + "Key": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "DiscoKey": "discokey:0ea47fa2fd66fd4166b32a3ad3d8fe5bca1364df4bd6aff14389787aa8fda201", + "Addresses": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "AllowedIPs": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "Endpoints": ["77.164.248.136:51542", "10.65.0.27:51542", "172.17.0.1:51542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62294}, - {"Proto": "peerapi6", "Port": 62294} + {"Proto": "peerapi4", "Port": 38923}, + {"Proto": "peerapi6", "Port": 38923} ]}, - "Created": "2026-04-09T01:35:50.064727208Z", + "Created": "2026-04-09T08:41:49.915037448Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8375138516419353, - "StableID": "niK8Prg7Q821CNTRL", + "ID": 8539349611662972, + "StableID": "n7c7ZaEVg921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "DiscoKey": "discokey:7c828ee69c61099daae4369c62749b16fd83a1609dd78a13c0de7a0cc730a776", + "Addresses": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "AllowedIPs": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "Endpoints": ["77.164.248.136:54721", "10.65.0.27:54721", "172.17.0.1:54721"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 57456}, + {"Proto": "peerapi6", "Port": 57456} + ]}, + "Created": "2026-04-09T08:41:53.105230709Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8614527897166577, + "StableID": "nAh3DL3YGA21CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "DiscoKey": "discokey:58379b1bbe31f798100090402e309559af90e7a95db2ff5fee6c33932f482c28", - "Addresses": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "AllowedIPs": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "Endpoints": ["77.164.248.136:47917", "10.65.0.27:47917", "172.17.0.1:47917"], + "Key": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "DiscoKey": "discokey:5074d445a63dd170e4b4d5c90b82fbbd3c6bb30f8c6f6e44b2d357f845d7140f", + "Addresses": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "AllowedIPs": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "Endpoints": ["77.164.248.136:41928", "10.65.0.27:41928", "172.17.0.1:41928"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37945}, - {"Proto": "peerapi6", "Port": 37945} + {"Proto": "peerapi4", "Port": 60172}, + {"Proto": "peerapi6", "Port": 60172} ]}, - "Created": "2026-04-09T01:35:50.607165962Z", + "Created": "2026-04-09T08:41:50.450849033Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 8685705990977951, + "StableID": "nNGxcYmmpA21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "DiscoKey": "discokey:985be56653ee4f7b7f0361c0681bb1d97546eeb1412a926f647812e0dbcaea63", + "Addresses": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "AllowedIPs": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "Endpoints": ["77.164.248.136:48120", "10.65.0.27:48120", "172.17.0.1:48120"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 60808}, + {"Proto": "peerapi6", "Port": 60808} + ]}, + "Created": "2026-04-09T08:41:52.037752982Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16284,27 +16306,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7942273492256507": { - "ID": 7942273492256507, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8619551515701796": { + "ID": 8619551515701796, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16335,22 +16359,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7925233645739046, - "StableID": "nuN1b3TMt421CNTRL", + "ID": 6123195173697769, + "StableID": "n25ybLxCpp11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "KeyExpiry": "2026-10-06T01:35:55Z", - "DiscoKey": "discokey:58bc9ca588b4679daf039a8c1158c3029e71f3a6ce3eefacfe45cd691f555937", - "Addresses": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "AllowedIPs": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "Endpoints": ["77.164.248.136:38653", "10.65.0.27:38653", "172.17.0.1:38653"], + "Key": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:f0036d4ede0f14249d58eb15b5b80f4e7b8bf61630e55e46934aa50300182c1e", + "Addresses": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "AllowedIPs": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36453}, - {"Proto": "peerapi6", "Port": 36453}, + {"Proto": "peerapi4", "Port": 55137}, + {"Proto": "peerapi6", "Port": 55137}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:55.514494059Z", + "Created": "2026-04-09T08:41:55.253300917Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16377,302 +16401,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "MachineKey": "mkey:7bb7259772105e4fd97d29432e077a3f973513200910f982dce5b9bcd469c73b", + "NodeKey": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "MachineKey": "mkey:3c65a33e6c50affd0a4a573c73b16c8184ca653ef44608e9731ce8138cb25c65", "Peers": [{ - "ID": 782859916226561, - "StableID": "nvF72MQZ7711CNTRL", + "ID": 12391772794998, + "StableID": "nB5eXdWc6111CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "DiscoKey": "discokey:bc4db97f15ed32cf91120fc4682225cfc7284db2cd801132ee15099e7f796d5e", - "Addresses": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "AllowedIPs": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "Endpoints": ["77.164.248.136:42071", "10.65.0.27:42071", "172.17.0.1:42071"], + "Key": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "DiscoKey": "discokey:ff86ed3c50ebbe2dedb954aa4dc9e0384fe39b5a3c112f3e85c6f627f3ca080d", + "Addresses": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "AllowedIPs": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "Endpoints": ["77.164.248.136:36531", "10.65.0.27:36531", "172.17.0.1:36531"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 42860}, - {"Proto": "peerapi6", "Port": 42860} + {"Proto": "peerapi4", "Port": 39841}, + {"Proto": "peerapi6", "Port": 39841} ]}, - "Created": "2026-04-09T01:35:51.694462311Z", + "Created": "2026-04-09T08:41:51.519409777Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 1803624677589353, - "StableID": "nSB6YPAs5F11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "DiscoKey": "discokey:31e09d4dfb47a13151b361fdb650bd1b4b6177ee050e9f4d0d2b3bd92934c24a", - "Addresses": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "AllowedIPs": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "Endpoints": ["77.164.248.136:48420", "10.65.0.27:48420", "172.17.0.1:48420"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41120}, - {"Proto": "peerapi6", "Port": 41120} - ]}, - "Created": "2026-04-09T01:35:49.520644138Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2046472312284772, - "StableID": "nDbSRjMryG11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "DiscoKey": "discokey:8ffeea54948ba1758444c56006bbd3cdd27c4a65496ab15565d39b123e07da1c", - "Addresses": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "AllowedIPs": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "Endpoints": ["77.164.248.136:60988", "10.65.0.27:60988", "172.17.0.1:60988"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45428}, - {"Proto": "peerapi6", "Port": 45428} - ]}, - "Created": "2026-04-09T01:35:48.975705247Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3004080938533383, - "StableID": "nkmgYW7ZTQ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "DiscoKey": "discokey:d9c10e19f39d67a666ac0f674bce7238ddc63d06e1bebf5a8f34bf93b4c84420", - "Addresses": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "AllowedIPs": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60167}, - {"Proto": "peerapi6", "Port": 60167} - ]}, - "Created": "2026-04-09T01:35:54.418237081Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3182816069671651, - "StableID": "nri33WBWrR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "DiscoKey": "discokey:1e339e9e6334846f2ff17f8465c6e7d36e1b9da3b04094b711b4caecfbf1c002", - "Addresses": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "AllowedIPs": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "Endpoints": ["77.164.248.136:38229", "10.65.0.27:38229", "172.17.0.1:38229"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 48726}, - {"Proto": "peerapi6", "Port": 48726} - ]}, - "Created": "2026-04-09T01:35:48.43856955Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3380247679941871, - "StableID": "nt31NjNvPT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "KeyExpiry": "2026-10-06T01:35:54Z", - "DiscoKey": "discokey:764c18a2f6b789e8fdb10b19eb1ac5e1b3d0a9b539d17dc2944144dc5d0b6a6d", - "Addresses": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "AllowedIPs": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "Endpoints": ["77.164.248.136:34470", "10.65.0.27:34470", "172.17.0.1:34470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54722}, - {"Proto": "peerapi6", "Port": 54722} - ]}, - "Created": "2026-04-09T01:35:54.952687296Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4447273097846470, - "StableID": "nHnkgjKBjb11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "KeyExpiry": "2026-10-06T01:35:56Z", - "DiscoKey": "discokey:15166b752b7ae3021a322e2e8b32966ce73becbe5cfc6ea408fd4d79392faf3b", - "Addresses": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "AllowedIPs": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "Endpoints": ["77.164.248.136:51112", "10.65.0.27:51112", "172.17.0.1:51112"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41979}, - {"Proto": "peerapi6", "Port": 41979} - ]}, - "Created": "2026-04-09T01:35:56.040746218Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5118270352338725, - "StableID": "nE3tLRH5yg11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "DiscoKey": "discokey:fbf9f78c2401fc8cc2fdc0e4955269b0333b2d5a2ec99f18994115bb16e8fa3d", - "Addresses": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "AllowedIPs": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "Endpoints": ["77.164.248.136:60706", "10.65.0.27:60706", "172.17.0.1:60706"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55451}, - {"Proto": "peerapi6", "Port": 55451} - ]}, - "Created": "2026-04-09T01:35:53.867996112Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6062422846017623, - "StableID": "n4sR7xZgLp11CNTRL", + "ID": 586408917435557, + "StableID": "n8iJy8yaa511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "DiscoKey": "discokey:5c0433e088efa489af32dffb4cfe629f496a86b3e18acc0677fb0160a814a11d", - "Addresses": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "AllowedIPs": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "Endpoints": ["77.164.248.136:44135", "10.65.0.27:44135", "172.17.0.1:44135"], + "Key": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "DiscoKey": "discokey:0038fb20a2ede09800b238620155a7b6b5bc27d854f0ba7e36fcce9a002bce0e", + "Addresses": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "AllowedIPs": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "Endpoints": ["77.164.248.136:36377", "10.65.0.27:36377", "172.17.0.1:36377"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 57333}, - {"Proto": "peerapi6", "Port": 57333} + {"Proto": "peerapi4", "Port": 36429}, + {"Proto": "peerapi6", "Port": 36429} ]}, - "Created": "2026-04-09T01:35:51.158373709Z", + "Created": "2026-04-09T08:41:50.992108163Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7370272230857437, - "StableID": "nSRJj7Z1Zz11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "DiscoKey": "discokey:436760b5d472fefc5904e7dc0dfd079f6203847604f739e6393c4f1babb61e39", - "Addresses": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "AllowedIPs": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "Endpoints": ["77.164.248.136:33593", "10.65.0.27:33593", "172.17.0.1:33593"], + "ID": 4414160577735144, + "StableID": "nVZxfmWBUb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "KeyExpiry": "2026-10-06T08:41:54Z", + "DiscoKey": "discokey:a21eb810b00847bbb2567f6af58d74efc65d96dd9c41eaef16dcc622e2c7d538", + "Addresses": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "AllowedIPs": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "Endpoints": ["77.164.248.136:36975", "10.65.0.27:36975", "172.17.0.1:36975"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 41308}, - {"Proto": "peerapi6", "Port": 41308} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33358}, + {"Proto": "peerapi6", "Port": 33358} ]}, - "Created": "2026-04-09T01:35:53.334654299Z", + "Created": "2026-04-09T08:41:54.716867615Z", "Cap": 131, - "Tags": ["tag:client"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7941741268647474, - "StableID": "nF7KhR5q1521CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 4601767316129660, + "StableID": "nydSiCd9wc11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "DiscoKey": "discokey:82f945bae50fec9883a4dd8bdb36a35d40473a4c348d491aad119ab916a28214", - "Addresses": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "AllowedIPs": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "Endpoints": ["77.164.248.136:52549", "10.65.0.27:52549", "172.17.0.1:52549"], + "Key": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "DiscoKey": "discokey:67502badae64477f626c37cd81d8efa3e94c0e1ece241984ee58589f9c83225b", + "Addresses": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "AllowedIPs": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "Endpoints": ["77.164.248.136:51941", "10.65.0.27:51941", "172.17.0.1:51941"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 60535}, - {"Proto": "peerapi6", "Port": 60535} + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 64276}, + {"Proto": "peerapi6", "Port": 64276} ]}, - "Created": "2026-04-09T01:35:52.239520262Z", + "Created": "2026-04-09T08:41:48.310557325Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:pidgey"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" }, { - "ID": 7942273492256507, - "StableID": "nWgRUJ452521CNTRL", - "Name": "squirtle.tail78f774.ts.net.", + "ID": 4726008372000816, + "StableID": "nKkwN7ERud11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:590bc1002183521bb14cfaa9cc1d0177af91b0707c50c42fe121fcc50fdc4d0a", + "Addresses": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "AllowedIPs": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "Endpoints": ["77.164.248.136:57736", "10.65.0.27:57736", "172.17.0.1:57736"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38142}, + {"Proto": "peerapi6", "Port": 38142} + ]}, + "Created": "2026-04-09T08:41:55.793833151Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4939084048324205, + "StableID": "n8cbF3NvZf11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "DiscoKey": "discokey:99675745f6178ee827efda187c99a3d91bf5a096c228c9399740b706c38d501e", - "Addresses": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "AllowedIPs": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "Endpoints": ["77.164.248.136:43641", "10.65.0.27:43641", "172.17.0.1:43641"], + "Key": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "DiscoKey": "discokey:d3ed05b29a9ec11443bb1efca5087581de88da43e4ed68485cfff1ba0a34a032", + "Addresses": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "AllowedIPs": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "Endpoints": ["77.164.248.136:55585", "10.65.0.27:55585", "172.17.0.1:55585"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43182}, - {"Proto": "peerapi6", "Port": 43182} + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 38741}, + {"Proto": "peerapi6", "Port": 38741} ]}, - "Created": "2026-04-09T01:35:52.797881837Z", + "Created": "2026-04-09T08:41:48.844425243Z", "Cap": 131, - "Tags": ["tag:router"], + "Tags": ["tag:pidgeotto"], "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8273836864157271, - "StableID": "nWNDGYfEc721CNTRL", + "ID": 5122870195251735, + "StableID": "nSx9iZ7A1h11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "DiscoKey": "discokey:b82166f88d796f1058267e4c18e4aebdd9826b012ca4638b6c9408318f1df110", + "Addresses": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "AllowedIPs": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "Endpoints": ["77.164.248.136:40984", "10.65.0.27:40984", "172.17.0.1:40984"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 44417}, + {"Proto": "peerapi6", "Port": 44417} + ]}, + "Created": "2026-04-09T08:41:53.652934909Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5189043075150704, + "StableID": "nTQTW2N8Xh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "DiscoKey": "discokey:a47490ee0d4e4eaa6beb2f30cc80f7bf2144090223ae8049d01e18c1778cf613", + "Addresses": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "AllowedIPs": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "Endpoints": ["77.164.248.136:53655", "10.65.0.27:53655", "172.17.0.1:53655"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 59741}, + {"Proto": "peerapi6", "Port": 59741} + ]}, + "Created": "2026-04-09T08:41:49.383292783Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 8267553209522228, + "StableID": "nXcjD1cPZ721CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "DiscoKey": "discokey:57c4b8df96d5c1d1ee88a05f3f3b88cbe0f4464c887caba3b01728b7c70f3004", + "Addresses": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "AllowedIPs": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "Endpoints": ["77.164.248.136:44461", "10.65.0.27:44461", "172.17.0.1:44461"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47984}, + {"Proto": "peerapi6", "Port": 47984} + ]}, + "Created": "2026-04-09T08:41:54.180734821Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8280399792270634, + "StableID": "nXVGkZ4Df721CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "DiscoKey": "discokey:8fa6fe287e853a3cf9be109e9121a8ca16564e3be78dd2ab69a71fdb70066078", - "Addresses": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "AllowedIPs": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "Endpoints": ["77.164.248.136:60194", "10.65.0.27:60194", "172.17.0.1:60194"], + "Key": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "DiscoKey": "discokey:0ea47fa2fd66fd4166b32a3ad3d8fe5bca1364df4bd6aff14389787aa8fda201", + "Addresses": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "AllowedIPs": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "Endpoints": ["77.164.248.136:51542", "10.65.0.27:51542", "172.17.0.1:51542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62294}, - {"Proto": "peerapi6", "Port": 62294} + {"Proto": "peerapi4", "Port": 38923}, + {"Proto": "peerapi6", "Port": 38923} ]}, - "Created": "2026-04-09T01:35:50.064727208Z", + "Created": "2026-04-09T08:41:49.915037448Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8375138516419353, - "StableID": "niK8Prg7Q821CNTRL", + "ID": 8539349611662972, + "StableID": "n7c7ZaEVg921CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "DiscoKey": "discokey:7c828ee69c61099daae4369c62749b16fd83a1609dd78a13c0de7a0cc730a776", + "Addresses": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "AllowedIPs": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "Endpoints": ["77.164.248.136:54721", "10.65.0.27:54721", "172.17.0.1:54721"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 57456}, + {"Proto": "peerapi6", "Port": 57456} + ]}, + "Created": "2026-04-09T08:41:53.105230709Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8614527897166577, + "StableID": "nAh3DL3YGA21CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "DiscoKey": "discokey:58379b1bbe31f798100090402e309559af90e7a95db2ff5fee6c33932f482c28", - "Addresses": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "AllowedIPs": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "Endpoints": ["77.164.248.136:47917", "10.65.0.27:47917", "172.17.0.1:47917"], + "Key": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "DiscoKey": "discokey:5074d445a63dd170e4b4d5c90b82fbbd3c6bb30f8c6f6e44b2d357f845d7140f", + "Addresses": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "AllowedIPs": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "Endpoints": ["77.164.248.136:41928", "10.65.0.27:41928", "172.17.0.1:41928"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37945}, - {"Proto": "peerapi6", "Port": 37945} + {"Proto": "peerapi4", "Port": 60172}, + {"Proto": "peerapi6", "Port": 60172} ]}, - "Created": "2026-04-09T01:35:50.607165962Z", + "Created": "2026-04-09T08:41:50.450849033Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 8619551515701796, + "StableID": "nMy9B81pJA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "DiscoKey": "discokey:a8dda5bb86ab8ef56f9519ee62f5c33ae3895f72ad9533e0c0fbb97d39281c6d", + "Addresses": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "AllowedIPs": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "Endpoints": ["77.164.248.136:53871", "10.65.0.27:53871", "172.17.0.1:53871"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38446}, + {"Proto": "peerapi6", "Port": 38446} + ]}, + "Created": "2026-04-09T08:41:52.575207441Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8685705990977951, + "StableID": "nNGxcYmmpA21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "DiscoKey": "discokey:985be56653ee4f7b7f0361c0681bb1d97546eeb1412a926f647812e0dbcaea63", + "Addresses": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "AllowedIPs": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "Endpoints": ["77.164.248.136:48120", "10.65.0.27:48120", "172.17.0.1:48120"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 60808}, + {"Proto": "peerapi6", "Port": 60808} + ]}, + "Created": "2026-04-09T08:41:52.037752982Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16700,7 +16724,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.92.133.127"}, {"nodeIP": "fd7a:115c:a1e0::337:8581"}], + "principals": [{"nodeIP": "100.79.164.30"}, {"nodeIP": "fd7a:115c:a1e0::cd37:a41e"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -17529,26 +17553,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.92.133.127"}, {"nodeIP": "fd7a:115c:a1e0::337:8581"}], + "principals": [{"nodeIP": "100.79.164.30"}, {"nodeIP": "fd7a:115c:a1e0::cd37:a41e"}], "sshUsers": {"root": "root"}, "action": { "accept": true, @@ -17585,21 +17610,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7370272230857437, - "StableID": "nSRJj7Z1Zz11CNTRL", + "ID": 8539349611662972, + "StableID": "n7c7ZaEVg921CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 7370272230857437, - "Key": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "DiscoKey": "discokey:436760b5d472fefc5904e7dc0dfd079f6203847604f739e6393c4f1babb61e39", - "Addresses": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "AllowedIPs": ["100.81.77.125/32", "fd7a:115c:a1e0::9037:4d7d/128"], - "Endpoints": ["77.164.248.136:33593", "10.65.0.27:33593", "172.17.0.1:33593"], + "User": 8539349611662972, + "Key": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "DiscoKey": "discokey:7c828ee69c61099daae4369c62749b16fd83a1609dd78a13c0de7a0cc730a776", + "Addresses": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "AllowedIPs": ["100.98.75.99/32", "fd7a:115c:a1e0::dd37:4b63/128"], + "Endpoints": ["77.164.248.136:54721", "10.65.0.27:54721", "172.17.0.1:54721"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 41308}, - {"Proto": "peerapi6", "Port": 41308}, + {"Proto": "peerapi4", "Port": 57456}, + {"Proto": "peerapi6", "Port": 57456}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:35:53.334654299Z", + "Created": "2026-04-09T08:41:53.105230709Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17627,300 +17652,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:4b9e33b42d89a8d6027ae4f6fc20026698c8643c05e653464594b34c90514d7c", - "MachineKey": "mkey:e4a11a891d5f6337a0a3ff93e0e646c7ae3cc160bb0c176e64889d1c4a9ba814", + "NodeKey": "nodekey:3f523a6e5f9451e0f412cd496608e06e9b0750808ac6e275a06cb14fdda24b62", + "MachineKey": "mkey:2de552c52fb5e61b3b63db7f3e72324efa0cb22b53d95f911dae107a576f0326", "Peers": [{ - "ID": 782859916226561, - "StableID": "nvF72MQZ7711CNTRL", + "ID": 12391772794998, + "StableID": "nB5eXdWc6111CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c45e1267748d70d66d4134231d025b4d7385505ebb9f469b716f1173902f85e", - "DiscoKey": "discokey:bc4db97f15ed32cf91120fc4682225cfc7284db2cd801132ee15099e7f796d5e", - "Addresses": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "AllowedIPs": ["100.66.248.95/32", "fd7a:115c:a1e0::3937:f85f/128"], - "Endpoints": ["77.164.248.136:42071", "10.65.0.27:42071", "172.17.0.1:42071"], + "Key": "nodekey:fb2812f772184bb6dc316a82d4f9e13787327f6760ed1d5f13bab9e5d8eb8d61", + "DiscoKey": "discokey:ff86ed3c50ebbe2dedb954aa4dc9e0384fe39b5a3c112f3e85c6f627f3ca080d", + "Addresses": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "AllowedIPs": ["100.107.141.98/32", "fd7a:115c:a1e0::d837:8d62/128"], + "Endpoints": ["77.164.248.136:36531", "10.65.0.27:36531", "172.17.0.1:36531"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 42860}, - {"Proto": "peerapi6", "Port": 42860} + {"Proto": "peerapi4", "Port": 39841}, + {"Proto": "peerapi6", "Port": 39841} ]}, - "Created": "2026-04-09T01:35:51.694462311Z", + "Created": "2026-04-09T08:41:51.519409777Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 1803624677589353, - "StableID": "nSB6YPAs5F11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:01fd5b40c2ac11b311813c3e5e16e570549576c1645bf92331e4d0f4b0d46a5d", - "DiscoKey": "discokey:31e09d4dfb47a13151b361fdb650bd1b4b6177ee050e9f4d0d2b3bd92934c24a", - "Addresses": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "AllowedIPs": ["100.84.106.94/32", "fd7a:115c:a1e0::b037:6a5e/128"], - "Endpoints": ["77.164.248.136:48420", "10.65.0.27:48420", "172.17.0.1:48420"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 41120}, - {"Proto": "peerapi6", "Port": 41120} - ]}, - "Created": "2026-04-09T01:35:49.520644138Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2046472312284772, - "StableID": "nDbSRjMryG11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd0453519687215c8a102cce7d3edcf588e3af19f41ad64b76ecea48834c657f", - "DiscoKey": "discokey:8ffeea54948ba1758444c56006bbd3cdd27c4a65496ab15565d39b123e07da1c", - "Addresses": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "AllowedIPs": ["100.76.101.128/32", "fd7a:115c:a1e0::8337:6580/128"], - "Endpoints": ["77.164.248.136:60988", "10.65.0.27:60988", "172.17.0.1:60988"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45428}, - {"Proto": "peerapi6", "Port": 45428} - ]}, - "Created": "2026-04-09T01:35:48.975705247Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 3004080938533383, - "StableID": "nkmgYW7ZTQ11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ea41feabad28ba3c7afc26a6dac65539c4bc1f857667be8c3765d6d2776e3252", - "DiscoKey": "discokey:d9c10e19f39d67a666ac0f674bce7238ddc63d06e1bebf5a8f34bf93b4c84420", - "Addresses": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "AllowedIPs": ["100.110.50.83/32", "fd7a:115c:a1e0::7737:3253/128"], - "Endpoints": ["77.164.248.136:60328", "10.65.0.27:60328", "172.17.0.1:60328"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 60167}, - {"Proto": "peerapi6", "Port": 60167} - ]}, - "Created": "2026-04-09T01:35:54.418237081Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 3182816069671651, - "StableID": "nri33WBWrR11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8c70eb68d3d2d410b462911d969fc7944540b1bb49d282d4cf38a67bec778a58", - "DiscoKey": "discokey:1e339e9e6334846f2ff17f8465c6e7d36e1b9da3b04094b711b4caecfbf1c002", - "Addresses": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "AllowedIPs": ["100.119.138.89/32", "fd7a:115c:a1e0::ec37:8a59/128"], - "Endpoints": ["77.164.248.136:38229", "10.65.0.27:38229", "172.17.0.1:38229"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 48726}, - {"Proto": "peerapi6", "Port": 48726} - ]}, - "Created": "2026-04-09T01:35:48.43856955Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 3380247679941871, - "StableID": "nt31NjNvPT11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:ab1e3253da751d0821249b307ad2b19b6a98a057dd4cb94b930c979eef19ec36", - "KeyExpiry": "2026-10-06T01:35:54Z", - "DiscoKey": "discokey:764c18a2f6b789e8fdb10b19eb1ac5e1b3d0a9b539d17dc2944144dc5d0b6a6d", - "Addresses": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "AllowedIPs": ["100.89.236.55/32", "fd7a:115c:a1e0::ef37:ec37/128"], - "Endpoints": ["77.164.248.136:34470", "10.65.0.27:34470", "172.17.0.1:34470"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 54722}, - {"Proto": "peerapi6", "Port": 54722} - ]}, - "Created": "2026-04-09T01:35:54.952687296Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4447273097846470, - "StableID": "nHnkgjKBjb11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:a24f552f7e3c90d8815ba7a16315ca71f8f5ba4cd534ddc8399470971902d612", - "KeyExpiry": "2026-10-06T01:35:56Z", - "DiscoKey": "discokey:15166b752b7ae3021a322e2e8b32966ce73becbe5cfc6ea408fd4d79392faf3b", - "Addresses": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "AllowedIPs": ["100.66.214.19/32", "fd7a:115c:a1e0::1937:d613/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 41979}, - {"Proto": "peerapi6", "Port": 41979} - ]}, - "Created": "2026-04-09T01:35:56.040746218Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 5118270352338725, - "StableID": "nE3tLRH5yg11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:268ade1a6493ed2d90f47f6b9089774f3d140b4f6866ae3483b6a44526b12304", - "DiscoKey": "discokey:fbf9f78c2401fc8cc2fdc0e4955269b0333b2d5a2ec99f18994115bb16e8fa3d", - "Addresses": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "AllowedIPs": ["100.113.35.5/32", "fd7a:115c:a1e0::2637:2305/128"], - "Endpoints": ["77.164.248.136:60706", "10.65.0.27:60706", "172.17.0.1:60706"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 55451}, - {"Proto": "peerapi6", "Port": 55451} - ]}, - "Created": "2026-04-09T01:35:53.867996112Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 6062422846017623, - "StableID": "n4sR7xZgLp11CNTRL", + "ID": 586408917435557, + "StableID": "n8iJy8yaa511CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:15e0a8c3452b857d6de8743190cb7d0525c52ad6ee113d84a5498232c4bb7a42", - "DiscoKey": "discokey:5c0433e088efa489af32dffb4cfe629f496a86b3e18acc0677fb0160a814a11d", - "Addresses": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "AllowedIPs": ["100.123.122.67/32", "fd7a:115c:a1e0::c437:7a43/128"], - "Endpoints": ["77.164.248.136:44135", "10.65.0.27:44135", "172.17.0.1:44135"], + "Key": "nodekey:1d0c2c190f281ce2c01c77e44008d08e3f4c42d512ce5e3336f8bfd837737a42", + "DiscoKey": "discokey:0038fb20a2ede09800b238620155a7b6b5bc27d854f0ba7e36fcce9a002bce0e", + "Addresses": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "AllowedIPs": ["100.115.122.67/32", "fd7a:115c:a1e0::3737:7a43/128"], + "Endpoints": ["77.164.248.136:36377", "10.65.0.27:36377", "172.17.0.1:36377"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 57333}, - {"Proto": "peerapi6", "Port": 57333} + {"Proto": "peerapi4", "Port": 36429}, + {"Proto": "peerapi6", "Port": 36429} ]}, - "Created": "2026-04-09T01:35:51.158373709Z", + "Created": "2026-04-09T08:41:50.992108163Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7925233645739046, - "StableID": "nuN1b3TMt421CNTRL", + "ID": 4414160577735144, + "StableID": "nVZxfmWBUb11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:fe81072a6774322de90aab1c5e8e609665b3b537f7affbe18010000ad1c19246", + "KeyExpiry": "2026-10-06T08:41:54Z", + "DiscoKey": "discokey:a21eb810b00847bbb2567f6af58d74efc65d96dd9c41eaef16dcc622e2c7d538", + "Addresses": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "AllowedIPs": ["100.65.146.71/32", "fd7a:115c:a1e0::d137:9247/128"], + "Endpoints": ["77.164.248.136:36975", "10.65.0.27:36975", "172.17.0.1:36975"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 33358}, + {"Proto": "peerapi6", "Port": 33358} + ]}, + "Created": "2026-04-09T08:41:54.716867615Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 4601767316129660, + "StableID": "nydSiCd9wc11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:2e24e6d094d47b2583a584680df534bd17663df9b42b04e66989f8a13beaa15f", + "DiscoKey": "discokey:67502badae64477f626c37cd81d8efa3e94c0e1ece241984ee58589f9c83225b", + "Addresses": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "AllowedIPs": ["100.106.161.96/32", "fd7a:115c:a1e0::3b37:a160/128"], + "Endpoints": ["77.164.248.136:51941", "10.65.0.27:51941", "172.17.0.1:51941"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 64276}, + {"Proto": "peerapi6", "Port": 64276} + ]}, + "Created": "2026-04-09T08:41:48.310557325Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 4726008372000816, + "StableID": "nKkwN7ERud11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:7c35cf676786e2a48e4eb7a2aefa2b5bced4cdc4199f5810fceb932cefaed823", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:590bc1002183521bb14cfaa9cc1d0177af91b0707c50c42fe121fcc50fdc4d0a", + "Addresses": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "AllowedIPs": ["100.110.216.36/32", "fd7a:115c:a1e0::ef37:d824/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 38142}, + {"Proto": "peerapi6", "Port": 38142} + ]}, + "Created": "2026-04-09T08:41:55.793833151Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 4939084048324205, + "StableID": "n8cbF3NvZf11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a8ca1270d6f8e9101ee537234982e824b2ca69666d9f91c44195f651d4ee53a", + "DiscoKey": "discokey:d3ed05b29a9ec11443bb1efca5087581de88da43e4ed68485cfff1ba0a34a032", + "Addresses": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "AllowedIPs": ["100.78.229.59/32", "fd7a:115c:a1e0::1d37:e53b/128"], + "Endpoints": ["77.164.248.136:55585", "10.65.0.27:55585", "172.17.0.1:55585"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 38741}, + {"Proto": "peerapi6", "Port": 38741} + ]}, + "Created": "2026-04-09T08:41:48.844425243Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5122870195251735, + "StableID": "nSx9iZ7A1h11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:024b6556ffeaae0f43737a733a635366f704ef0671969e2ec03618f27e986f5d", + "DiscoKey": "discokey:b82166f88d796f1058267e4c18e4aebdd9826b012ca4638b6c9408318f1df110", + "Addresses": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "AllowedIPs": ["100.88.111.94/32", "fd7a:115c:a1e0::7e37:6f5e/128"], + "Endpoints": ["77.164.248.136:40984", "10.65.0.27:40984", "172.17.0.1:40984"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 44417}, + {"Proto": "peerapi6", "Port": 44417} + ]}, + "Created": "2026-04-09T08:41:53.652934909Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 5189043075150704, + "StableID": "nTQTW2N8Xh11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:0fac99df60f80c6194d2a4cf5e76acbb923530f07cccaa309690b3ef3ddd877f", + "DiscoKey": "discokey:a47490ee0d4e4eaa6beb2f30cc80f7bf2144090223ae8049d01e18c1778cf613", + "Addresses": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "AllowedIPs": ["100.93.135.128/32", "fd7a:115c:a1e0::3d37:8780/128"], + "Endpoints": ["77.164.248.136:53655", "10.65.0.27:53655", "172.17.0.1:53655"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 59741}, + {"Proto": "peerapi6", "Port": 59741} + ]}, + "Created": "2026-04-09T08:41:49.383292783Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6123195173697769, + "StableID": "n25ybLxCpp11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:3c8a6aa68fd409856f9798cce68847e39ef12d6534074c2764b0aec603dc857e", - "KeyExpiry": "2026-10-06T01:35:55Z", - "DiscoKey": "discokey:58bc9ca588b4679daf039a8c1158c3029e71f3a6ce3eefacfe45cd691f555937", - "Addresses": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "AllowedIPs": ["100.92.133.127/32", "fd7a:115c:a1e0::337:8581/128"], - "Endpoints": ["77.164.248.136:38653", "10.65.0.27:38653", "172.17.0.1:38653"], + "Key": "nodekey:178ea03545265b6081b22b106332fa6f02f28eb528f9f9c0b98ce7ddcd8fa41d", + "KeyExpiry": "2026-10-06T08:41:55Z", + "DiscoKey": "discokey:f0036d4ede0f14249d58eb15b5b80f4e7b8bf61630e55e46934aa50300182c1e", + "Addresses": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "AllowedIPs": ["100.79.164.30/32", "fd7a:115c:a1e0::cd37:a41e/128"], + "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 36453}, - {"Proto": "peerapi6", "Port": 36453} + {"Proto": "peerapi4", "Port": 55137}, + {"Proto": "peerapi6", "Port": 55137} ]}, - "Created": "2026-04-09T01:35:55.514494059Z", + "Created": "2026-04-09T08:41:55.253300917Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7941741268647474, - "StableID": "nF7KhR5q1521CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 8267553209522228, + "StableID": "nXcjD1cPZ721CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:be77745e732a8df6b3021962000666141e3a1060eb51c32368d242fdcdd8f77b", - "DiscoKey": "discokey:82f945bae50fec9883a4dd8bdb36a35d40473a4c348d491aad119ab916a28214", - "Addresses": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "AllowedIPs": ["100.88.247.124/32", "fd7a:115c:a1e0::cd37:f77c/128"], - "Endpoints": ["77.164.248.136:52549", "10.65.0.27:52549", "172.17.0.1:52549"], + "Key": "nodekey:67a587b0f89843906bc08abcb5372a06fdb1d0e2ad6a315391ecfa46a6b4b17b", + "DiscoKey": "discokey:57c4b8df96d5c1d1ee88a05f3f3b88cbe0f4464c887caba3b01728b7c70f3004", + "Addresses": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "AllowedIPs": ["100.116.177.124/32", "fd7a:115c:a1e0::a637:b17d/128"], + "Endpoints": ["77.164.248.136:44461", "10.65.0.27:44461", "172.17.0.1:44461"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 60535}, - {"Proto": "peerapi6", "Port": 60535} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 47984}, + {"Proto": "peerapi6", "Port": 47984} ]}, - "Created": "2026-04-09T01:35:52.239520262Z", + "Created": "2026-04-09T08:41:54.180734821Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" }, { - "ID": 7942273492256507, - "StableID": "nWgRUJ452521CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a406c3f5bb52011cb8ae80cb2724341c2362549cd60dd0403bdb7bbcb337f37b", - "DiscoKey": "discokey:99675745f6178ee827efda187c99a3d91bf5a096c228c9399740b706c38d501e", - "Addresses": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "AllowedIPs": ["100.119.243.124/32", "fd7a:115c:a1e0::b337:f37c/128"], - "Endpoints": ["77.164.248.136:43641", "10.65.0.27:43641", "172.17.0.1:43641"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 43182}, - {"Proto": "peerapi6", "Port": 43182} - ]}, - "Created": "2026-04-09T01:35:52.797881837Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8273836864157271, - "StableID": "nWNDGYfEc721CNTRL", + "ID": 8280399792270634, + "StableID": "nXVGkZ4Df721CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:28d7335d3c8dc34fb686f75589ba8967c60919a7213e578c9b5841995f37bc73", - "DiscoKey": "discokey:8fa6fe287e853a3cf9be109e9121a8ca16564e3be78dd2ab69a71fdb70066078", - "Addresses": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "AllowedIPs": ["100.119.188.116/32", "fd7a:115c:a1e0::5f37:bc74/128"], - "Endpoints": ["77.164.248.136:60194", "10.65.0.27:60194", "172.17.0.1:60194"], + "Key": "nodekey:71de14c9cb5b71557f72fa06dff1f158ef237339f51799f057c35741d81fed05", + "DiscoKey": "discokey:0ea47fa2fd66fd4166b32a3ad3d8fe5bca1364df4bd6aff14389787aa8fda201", + "Addresses": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "AllowedIPs": ["100.95.237.6/32", "fd7a:115c:a1e0::d837:ed06/128"], + "Endpoints": ["77.164.248.136:51542", "10.65.0.27:51542", "172.17.0.1:51542"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 62294}, - {"Proto": "peerapi6", "Port": 62294} + {"Proto": "peerapi4", "Port": 38923}, + {"Proto": "peerapi6", "Port": 38923} ]}, - "Created": "2026-04-09T01:35:50.064727208Z", + "Created": "2026-04-09T08:41:49.915037448Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 8375138516419353, - "StableID": "niK8Prg7Q821CNTRL", + "ID": 8614527897166577, + "StableID": "nAh3DL3YGA21CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c202502c599b667ae3d2622799b5fe1705874bfc065276ee98e6bbc86f2a10c", - "DiscoKey": "discokey:58379b1bbe31f798100090402e309559af90e7a95db2ff5fee6c33932f482c28", - "Addresses": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "AllowedIPs": ["100.114.161.13/32", "fd7a:115c:a1e0::8637:a10d/128"], - "Endpoints": ["77.164.248.136:47917", "10.65.0.27:47917", "172.17.0.1:47917"], + "Key": "nodekey:673aed8d85161d1a8c21dbb441ef5dcfbb7eaed2d2d572dfb79027f919d1d763", + "DiscoKey": "discokey:5074d445a63dd170e4b4d5c90b82fbbd3c6bb30f8c6f6e44b2d357f845d7140f", + "Addresses": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "AllowedIPs": ["100.81.215.100/32", "fd7a:115c:a1e0::1937:d764/128"], + "Endpoints": ["77.164.248.136:41928", "10.65.0.27:41928", "172.17.0.1:41928"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 37945}, - {"Proto": "peerapi6", "Port": 37945} + {"Proto": "peerapi4", "Port": 60172}, + {"Proto": "peerapi6", "Port": 60172} ]}, - "Created": "2026-04-09T01:35:50.607165962Z", + "Created": "2026-04-09T08:41:50.450849033Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" + }, { + "ID": 8619551515701796, + "StableID": "nMy9B81pJA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:97ed77b0b77429274c63648add24018ffe715b5d06fd044025d5c551152e3853", + "DiscoKey": "discokey:a8dda5bb86ab8ef56f9519ee62f5c33ae3895f72ad9533e0c0fbb97d39281c6d", + "Addresses": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "AllowedIPs": ["100.110.56.84/32", "fd7a:115c:a1e0::1537:3854/128"], + "Endpoints": ["77.164.248.136:53871", "10.65.0.27:53871", "172.17.0.1:53871"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 38446}, + {"Proto": "peerapi6", "Port": 38446} + ]}, + "Created": "2026-04-09T08:41:52.575207441Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8685705990977951, + "StableID": "nNGxcYmmpA21CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:16d7f4983da928979e61540b21d3758f68716a1d618ccef713d785b7403f1a01", + "DiscoKey": "discokey:985be56653ee4f7b7f0361c0681bb1d97546eeb1412a926f647812e0dbcaea63", + "Addresses": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "AllowedIPs": ["100.127.26.2/32", "fd7a:115c:a1e0::4037:1a02/128"], + "Endpoints": ["77.164.248.136:48120", "10.65.0.27:48120", "172.17.0.1:48120"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 60808}, + {"Proto": "peerapi6", "Port": 60808} + ]}, + "Created": "2026-04-09T08:41:52.037752982Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18768,27 +18793,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7370272230857437": { - "ID": 7370272230857437, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8539349611662972": { + "ID": 8539349611662972, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-f2.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-f2.hujson index 9740edaf..213cae42 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-f2.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-f2.hujson @@ -3,7 +3,7 @@ // ssh f2 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:36:08Z +// Captured at: 2026-04-09T08:42:08Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-f2", "description": "ssh f2", "category": "ssh", - "captured_at": "2026-04-09T01:36:08.947116784Z", + "captured_at": "2026-04-09T08:42:08.584539823Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -40,119 +40,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh f2\",\n\t\"id\": \"ssh-f2\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}, {\n\t\t\"action\": \"check\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh f2\",\n\t\"id\": \"ssh-f2\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}, {\n\t\t\"action\": \"check\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-f2.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.73.33.49", - "ipv6": "fd7a:115c:a1e0::7b37:2131", + "ipv4": "100.110.168.38", + "ipv6": "fd7a:115c:a1e0::b637:a826", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.100.1.27", - "ipv6": "fd7a:115c:a1e0::c037:11b", + "ipv4": "100.80.253.27", + "ipv6": "fd7a:115c:a1e0::6037:fd1b", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.97.82.13", - "ipv6": "fd7a:115c:a1e0::937:520d", + "ipv4": "100.118.181.115", + "ipv6": "fd7a:115c:a1e0::ce37:b573", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.73.85.74", - "ipv6": "fd7a:115c:a1e0::c737:554a", + "ipv4": "100.83.124.9", + "ipv6": "fd7a:115c:a1e0::1737:7c09", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.91.170.30", - "ipv6": "fd7a:115c:a1e0::9237:aa1e", + "ipv4": "100.123.97.58", + "ipv6": "fd7a:115c:a1e0::b837:613a", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.76.231.120", - "ipv6": "fd7a:115c:a1e0::37:e778", + "ipv4": "100.98.177.106", + "ipv6": "fd7a:115c:a1e0::a537:b16a", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.78.38.121", - "ipv6": "fd7a:115c:a1e0::e837:2679", + "ipv4": "100.75.165.11", + "ipv6": "fd7a:115c:a1e0::ff37:a50b", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.75.20.90", - "ipv6": "fd7a:115c:a1e0::e237:145a", + "ipv4": "100.113.6.13", + "ipv6": "fd7a:115c:a1e0::d37:60d", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.102.28.30", - "ipv6": "fd7a:115c:a1e0::2d37:1c1e", + "ipv4": "100.100.109.83", + "ipv6": "fd7a:115c:a1e0::6537:6d53", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.95.244.91", - "ipv6": "fd7a:115c:a1e0::637:f45b", + "ipv4": "100.101.156.61", + "ipv6": "fd7a:115c:a1e0::d37:9c3d", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.114.221.50", - "ipv6": "fd7a:115c:a1e0::8537:dd32", + "ipv4": "100.81.81.17", + "ipv6": "fd7a:115c:a1e0::8937:5111", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.125.221.17", - "ipv6": "fd7a:115c:a1e0::637:dd14", + "ipv4": "100.126.113.101", + "ipv6": "fd7a:115c:a1e0::c837:7165", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.90.80.55", - "ipv6": "fd7a:115c:a1e0::bf37:5037", + "ipv4": "100.93.60.45", + "ipv6": "fd7a:115c:a1e0::6c37:3c2e", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.66.141.12", - "ipv6": "fd7a:115c:a1e0::b037:8d0c", + "ipv4": "100.93.32.40", + "ipv6": "fd7a:115c:a1e0::9237:2028", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.126.155.63", - "ipv6": "fd7a:115c:a1e0::d037:9b3f", + "ipv4": "100.76.36.23", + "ipv6": "fd7a:115c:a1e0::c237:2417", "routable_ips": [], "approved_routes": [] }}}, @@ -184,21 +184,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6098863445707159, - "StableID": "nn8z7ToBdp11CNTRL", + "ID": 894146159518578, + "StableID": "nuUuFohxy711CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 6098863445707159, - "Key": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "DiscoKey": "discokey:9a9367b1d88d5cdb81a7bfac42f918aa57cda8bff2f9738145b9da14c755f166", - "Addresses": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "AllowedIPs": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "Endpoints": ["77.164.248.136:37304", "10.65.0.27:37304", "172.17.0.1:37304"], + "User": 894146159518578, + "Key": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "DiscoKey": "discokey:509f69be589bbfff5844513f52a13378eb70109e1a3966cb0c44a8ba681be758", + "Addresses": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "AllowedIPs": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "Endpoints": ["77.164.248.136:58511", "10.65.0.27:58511", "172.17.0.1:58511"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 64132}, - {"Proto": "peerapi6", "Port": 64132}, + {"Proto": "peerapi4", "Port": 35876}, + {"Proto": "peerapi6", "Port": 35876}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:17.732956357Z", + "Created": "2026-04-09T08:42:17.098712574Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -226,301 +226,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "MachineKey": "mkey:ecf819e44a9a4a43e61222e33c6e0e062c2a7c204bb7a2836df272ba47d7482c", + "NodeKey": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "MachineKey": "mkey:99e09aeb694ddfd1d4bb272b3cf6c147cf07470e48c1dace8845c321b23a9d6f", "Peers": [{ - "ID": 814137294186547, - "StableID": "n4HhoM1jM711CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "DiscoKey": "discokey:4795ca5a7f2434c860b252a105b67ee29f37d7c74927d1d42b471e36851d1c3c", - "Addresses": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "AllowedIPs": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "Endpoints": ["77.164.248.136:50765", "10.65.0.27:50765", "172.17.0.1:50765"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36542}, - {"Proto": "peerapi6", "Port": 36542} - ]}, - "Created": "2026-04-09T01:36:11.81340163Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 831263476276471, - "StableID": "nUPVs9tUV711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "DiscoKey": "discokey:158fdd028ce868470a499625caac2e7091783525172d2028090e25627c441350", - "Addresses": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "AllowedIPs": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "Endpoints": ["77.164.248.136:43957", "10.65.0.27:43957", "172.17.0.1:43957"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58020}, - {"Proto": "peerapi6", "Port": 58020} - ]}, - "Created": "2026-04-09T01:36:16.654311263Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1028160128266075, - "StableID": "nCZRmL2f2911CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "KeyExpiry": "2026-10-06T01:36:19Z", - "DiscoKey": "discokey:d6f924b9f4e2d70374e39f3531bd1e7174d0d8a8b3e974f4836bfa40721a9526", - "Addresses": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "AllowedIPs": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "Endpoints": ["77.164.248.136:39659", "10.65.0.27:39659", "172.17.0.1:39659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47982}, - {"Proto": "peerapi6", "Port": 47982} - ]}, - "Created": "2026-04-09T01:36:19.737356254Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2055208107985169, - "StableID": "nSmqmFqo3H11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:da1dcc684d6ccd36df2aaf7cb13b2c2381b9bc87ba857981686ade667b0e8944", - "Addresses": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "AllowedIPs": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "Endpoints": ["77.164.248.136:54643", "10.65.0.27:54643", "172.17.0.1:54643"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43665}, - {"Proto": "peerapi6", "Port": 43665} - ]}, - "Created": "2026-04-09T01:36:18.826105012Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3032748301684646, - "StableID": "n5i9G1AYgQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:b2f6f2a8d39e7ae060c3c80a66c276caf004c1176985e5662815482586757405", - "Addresses": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "AllowedIPs": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "Endpoints": ["77.164.248.136:54362", "10.65.0.27:54362", "172.17.0.1:54362"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45459}, - {"Proto": "peerapi6", "Port": 45459} - ]}, - "Created": "2026-04-09T01:36:18.290878787Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3227942569625689, - "StableID": "ngQrJWawCS11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "DiscoKey": "discokey:0b4526725f1e9be332e780ab3a5a115b71f0691f8accd0ee276f4fd03383e972", - "Addresses": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "AllowedIPs": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "Endpoints": ["77.164.248.136:37747", "10.65.0.27:37747", "172.17.0.1:37747"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61122}, - {"Proto": "peerapi6", "Port": 61122} - ]}, - "Created": "2026-04-09T01:36:12.871641055Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4776162533827764, - "StableID": "n992v4h8Je11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "DiscoKey": "discokey:f9d6e1f0438a5e6accf180d032bb726e19a030bd26dc274adab33aa1343efc12", - "Addresses": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "AllowedIPs": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "Endpoints": ["77.164.248.136:49126", "10.65.0.27:49126", "172.17.0.1:49126"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36862}, - {"Proto": "peerapi6", "Port": 36862} - ]}, - "Created": "2026-04-09T01:36:13.397619138Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5369658495970688, - "StableID": "nMRvkkpvvi11CNTRL", + "ID": 394997240677806, + "StableID": "ndJ9Zeut5411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "DiscoKey": "discokey:b5005af55481effc2d365e4188f43052963ca1fc1fff00ac9c68e306b9cb6826", - "Addresses": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "AllowedIPs": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "Endpoints": ["77.164.248.136:45719", "10.65.0.27:45719", "172.17.0.1:45719"], + "Key": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "DiscoKey": "discokey:3bc51a9501c9259b165e307830756c1adc505dd659c44bf2826a6fcd9006f729", + "Addresses": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "AllowedIPs": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "Endpoints": ["77.164.248.136:53577", "10.65.0.27:53577", "172.17.0.1:53577"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49731}, - {"Proto": "peerapi6", "Port": 49731} + {"Proto": "peerapi4", "Port": 41406}, + {"Proto": "peerapi6", "Port": 41406} ]}, - "Created": "2026-04-09T01:36:14.479697345Z", + "Created": "2026-04-09T08:42:13.907492106Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6080978950276113, - "StableID": "nzw6WK16Vp11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "DiscoKey": "discokey:0d02995678dac3c6ba87bf50935f1ba58321e4f136f1f78a81622901777f512a", - "Addresses": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "AllowedIPs": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40026}, - {"Proto": "peerapi6", "Port": 40026} - ]}, - "Created": "2026-04-09T01:36:13.940745211Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 7455026716304681, - "StableID": "nUx3PouPD121CNTRL", + "ID": 2364409799723318, + "StableID": "nBMiT63rTK11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "DiscoKey": "discokey:cd0c06742525f7b6a6fe41d5ac6aa18f9afc9438325a0a53bccbc78db93e2c56", - "Addresses": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "AllowedIPs": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "Endpoints": ["77.164.248.136:43742", "10.65.0.27:43742", "172.17.0.1:43742"], + "Key": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "DiscoKey": "discokey:37c0a1e73722c0baf1207298a0efd90681077923fdc508e0259a381c91e7267c", + "Addresses": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "AllowedIPs": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "Endpoints": ["77.164.248.136:60436", "10.65.0.27:60436", "172.17.0.1:60436"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47537}, - {"Proto": "peerapi6", "Port": 47537} + {"Proto": "peerapi4", "Port": 49448}, + {"Proto": "peerapi6", "Port": 49448} ]}, - "Created": "2026-04-09T01:36:15.029135164Z", + "Created": "2026-04-09T08:42:14.433231469Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7988363625233922, - "StableID": "nMkMhTmwN521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "DiscoKey": "discokey:51557f36c4b2e89c7356c7189cd1a489945e3d20dd633ef3e737d39bcb0a0d15", - "Addresses": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "AllowedIPs": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 45924}, - {"Proto": "peerapi6", "Port": 45924} - ]}, - "Created": "2026-04-09T01:36:17.194578795Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 8127044696659219, - "StableID": "nvW26dgkT621CNTRL", + "ID": 2657818561153216, + "StableID": "nXifyRPjkM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "DiscoKey": "discokey:11e3a9ebad33d62f789f293c954f5fbabac1a1bc428fe29fe1dac928aa93895d", - "Addresses": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "AllowedIPs": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "Endpoints": ["77.164.248.136:60437", "10.65.0.27:60437", "172.17.0.1:60437"], + "Key": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "DiscoKey": "discokey:dfef46e366f39f54a962c22c405ca7465d40e9470f31b4fbf4a4d32b6c84f444", + "Addresses": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "AllowedIPs": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "Endpoints": ["77.164.248.136:50764", "10.65.0.27:50764", "172.17.0.1:50764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54412}, - {"Proto": "peerapi6", "Port": 54412} + {"Proto": "peerapi4", "Port": 32846}, + {"Proto": "peerapi6", "Port": 32846} ]}, - "Created": "2026-04-09T01:36:12.30447157Z", + "Created": "2026-04-09T08:42:11.770619853Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8855526514852103, - "StableID": "n6runafg9C21CNTRL", + "ID": 3569024880842999, + "StableID": "nQ3nASERsU11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "DiscoKey": "discokey:9804d025607a35536255f0e147afaacfa1ea4bde6425ebcf5069c4314937d55f", + "Addresses": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "AllowedIPs": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "Endpoints": ["77.164.248.136:45234", "10.65.0.27:45234", "172.17.0.1:45234"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56823}, + {"Proto": "peerapi6", "Port": 56823} + ]}, + "Created": "2026-04-09T08:42:14.961691423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4951833054790952, + "StableID": "nMTBJwFhff11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "DiscoKey": "discokey:482387dc0fb5ea24656db87065a3a28d4fc39587febf711779051cd81b609616", + "Addresses": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "AllowedIPs": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "Endpoints": ["77.164.248.136:33801", "10.65.0.27:33801", "172.17.0.1:33801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 51671}, + {"Proto": "peerapi6", "Port": 51671} + ]}, + "Created": "2026-04-09T08:42:16.033314591Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5377297481177833, + "StableID": "nrFriDVPzi11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:959f3e5a3a3354cfd1c1b611f4b9e3a62b90be1530afde0d09a7c467b732050d", + "Addresses": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "AllowedIPs": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "Endpoints": ["77.164.248.136:39389", "10.65.0.27:39389", "172.17.0.1:39389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46987}, + {"Proto": "peerapi6", "Port": 46987} + ]}, + "Created": "2026-04-09T08:42:18.726865524Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6470188450444791, + "StableID": "ntjHFzsMXs11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "DiscoKey": "discokey:c358c6849f7c3a4561ec65b879c5d152ce6754d63539e30dcca89c21ba98e972", + "Addresses": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "AllowedIPs": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "Endpoints": ["77.164.248.136:45021", "10.65.0.27:45021", "172.17.0.1:45021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44874}, + {"Proto": "peerapi6", "Port": 44874} + ]}, + "Created": "2026-04-09T08:42:11.284229233Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6918520222213496, + "StableID": "n5DJg5oQ2w11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "DiscoKey": "discokey:c994222eecb747591c5b1163fea9e358916f428e9f2e1eb9186b303cdd431e00", - "Addresses": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "AllowedIPs": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "Endpoints": ["77.164.248.136:57955", "10.65.0.27:57955", "172.17.0.1:57955"], + "Key": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "DiscoKey": "discokey:5c582f4ce1b0efb962d415755c628b1df4ed5ebead38a46d4db5f6ad3dd40a18", + "Addresses": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "AllowedIPs": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "Endpoints": ["77.164.248.136:51837", "10.65.0.27:51837", "172.17.0.1:51837"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 35375}, - {"Proto": "peerapi6", "Port": 35375} + {"Proto": "peerapi4", "Port": 49531}, + {"Proto": "peerapi6", "Port": 49531} ]}, - "Created": "2026-04-09T01:36:16.110947305Z", + "Created": "2026-04-09T08:42:15.487505625Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8870318046648919, - "StableID": "n2phoPDPGC21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7206475029524484, + "StableID": "n5wnwyspGy11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "DiscoKey": "discokey:0e79d4bca2044ae8aca2a2125cee2e316f70e4fbdbba0f3b6162756fcb11e715", - "Addresses": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "AllowedIPs": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "Endpoints": ["77.164.248.136:55865", "10.65.0.27:55865", "172.17.0.1:55865"], + "Key": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "DiscoKey": "discokey:155c6a16461c9fb2dcbdc5ab38d535f2c399543e5d72020034bebb81a3008261", + "Addresses": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "AllowedIPs": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "Endpoints": ["77.164.248.136:58283", "10.65.0.27:58283", "172.17.0.1:58283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 61763}, - {"Proto": "peerapi6", "Port": 61763} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 55774}, + {"Proto": "peerapi6", "Port": 55774} ]}, - "Created": "2026-04-09T01:36:15.567698976Z", + "Created": "2026-04-09T08:42:13.374810891Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7613361641966104, + "StableID": "nK8yZp67T221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:17aa982bc46fc7c1238485039f966df7ea88d09cdafb0c5211c47d2ce80f3210", + "Addresses": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "AllowedIPs": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "Endpoints": ["77.164.248.136:55498", "10.65.0.27:55498", "172.17.0.1:55498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59561}, + {"Proto": "peerapi6", "Port": 59561} + ]}, + "Created": "2026-04-09T08:42:18.165096388Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7856691890074376, + "StableID": "nMBDMTyJM421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "DiscoKey": "discokey:53b0ca54e37406cda38f85c0c85dc4c98556b41d3790d6cdb1a156191038bc58", + "Addresses": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "AllowedIPs": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "Endpoints": ["77.164.248.136:57078", "10.65.0.27:57078", "172.17.0.1:57078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 43543}, + {"Proto": "peerapi6", "Port": 43543} + ]}, + "Created": "2026-04-09T08:42:16.563476967Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8245532106920370, + "StableID": "nsmqnV9RP721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "DiscoKey": "discokey:030e80322983b15fe23262a5923e087d61023a84550fa184a57e5d0e6d7d2b3b", + "Addresses": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "AllowedIPs": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "Endpoints": ["77.164.248.136:34616", "10.65.0.27:34616", "172.17.0.1:34616"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53618}, + {"Proto": "peerapi6", "Port": 53618} + ]}, + "Created": "2026-04-09T08:42:12.849339275Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8565908481490153, + "StableID": "nc6AwetWt921CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "KeyExpiry": "2026-10-06T08:42:17Z", + "DiscoKey": "discokey:20bacb27e9cc2c5169c4599fd122ec9daa798f8edb5cd5f70c04c22bf47a6335", + "Addresses": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "AllowedIPs": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "Endpoints": ["77.164.248.136:59888", "10.65.0.27:59888", "172.17.0.1:59888"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53731}, + {"Proto": "peerapi6", "Port": 53731} + ]}, + "Created": "2026-04-09T08:42:17.62837426Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8581114007864986, + "StableID": "nZkNEDKQ1A21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "DiscoKey": "discokey:2e812c6829957886d069e912d18eddbf9248e00d2e214c348e125803769f5459", + "Addresses": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "AllowedIPs": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "Endpoints": ["77.164.248.136:46359", "10.65.0.27:46359", "172.17.0.1:46359"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 53536}, + {"Proto": "peerapi6", "Port": 53536} + ]}, + "Created": "2026-04-09T08:42:12.307115885Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -548,21 +549,21 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{"principals": [ - {"nodeIP": "100.66.141.12"}, - {"nodeIP": "100.76.231.120"}, - {"nodeIP": "100.97.82.13"}, - {"nodeIP": "fd7a:115c:a1e0::37:e778"}, - {"nodeIP": "fd7a:115c:a1e0::937:520d"}, - {"nodeIP": "fd7a:115c:a1e0::b037:8d0c"} + {"nodeIP": "100.118.181.115"}, + {"nodeIP": "100.93.32.40"}, + {"nodeIP": "100.98.177.106"}, + {"nodeIP": "fd7a:115c:a1e0::9237:2028"}, + {"nodeIP": "fd7a:115c:a1e0::a537:b16a"}, + {"nodeIP": "fd7a:115c:a1e0::ce37:b573"} ], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" }}, {"principals": [ - {"nodeIP": "100.66.141.12"}, - {"nodeIP": "100.76.231.120"}, - {"nodeIP": "100.97.82.13"}, - {"nodeIP": "fd7a:115c:a1e0::37:e778"}, - {"nodeIP": "fd7a:115c:a1e0::937:520d"}, - {"nodeIP": "fd7a:115c:a1e0::b037:8d0c"} + {"nodeIP": "100.118.181.115"}, + {"nodeIP": "100.93.32.40"}, + {"nodeIP": "100.98.177.106"}, + {"nodeIP": "fd7a:115c:a1e0::9237:2028"}, + {"nodeIP": "fd7a:115c:a1e0::a537:b16a"}, + {"nodeIP": "fd7a:115c:a1e0::ce37:b573"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1389,44 +1390,46 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6098863445707159": { - "ID": 6098863445707159, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "894146159518578": { + "ID": 894146159518578, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{"principals": [ - {"nodeIP": "100.66.141.12"}, - {"nodeIP": "100.76.231.120"}, - {"nodeIP": "100.97.82.13"}, - {"nodeIP": "fd7a:115c:a1e0::37:e778"}, - {"nodeIP": "fd7a:115c:a1e0::937:520d"}, - {"nodeIP": "fd7a:115c:a1e0::b037:8d0c"} + {"nodeIP": "100.118.181.115"}, + {"nodeIP": "100.93.32.40"}, + {"nodeIP": "100.98.177.106"}, + {"nodeIP": "fd7a:115c:a1e0::9237:2028"}, + {"nodeIP": "fd7a:115c:a1e0::a537:b16a"}, + {"nodeIP": "fd7a:115c:a1e0::ce37:b573"} ], "sshUsers": {"root": "root"}, "action": { "holdAndDelegate": "https://unused/machine/ssh/action/$SRC_NODE_ID/to/$DST_NODE_ID?local_user=$LOCAL_USER" }}, {"principals": [ - {"nodeIP": "100.66.141.12"}, - {"nodeIP": "100.76.231.120"}, - {"nodeIP": "100.97.82.13"}, - {"nodeIP": "fd7a:115c:a1e0::37:e778"}, - {"nodeIP": "fd7a:115c:a1e0::937:520d"}, - {"nodeIP": "fd7a:115c:a1e0::b037:8d0c"} + {"nodeIP": "100.118.181.115"}, + {"nodeIP": "100.93.32.40"}, + {"nodeIP": "100.98.177.106"}, + {"nodeIP": "fd7a:115c:a1e0::9237:2028"}, + {"nodeIP": "fd7a:115c:a1e0::a537:b16a"}, + {"nodeIP": "fd7a:115c:a1e0::ce37:b573"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1461,26 +1464,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5369658495970688, - "StableID": "nMRvkkpvvi11CNTRL", + "ID": 394997240677806, + "StableID": "ndJ9Zeut5411CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 5369658495970688, - "Key": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "DiscoKey": "discokey:b5005af55481effc2d365e4188f43052963ca1fc1fff00ac9c68e306b9cb6826", - "Addresses": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "AllowedIPs": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "Endpoints": ["77.164.248.136:45719", "10.65.0.27:45719", "172.17.0.1:45719"], + "User": 394997240677806, + "Key": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "DiscoKey": "discokey:3bc51a9501c9259b165e307830756c1adc505dd659c44bf2826a6fcd9006f729", + "Addresses": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "AllowedIPs": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "Endpoints": ["77.164.248.136:53577", "10.65.0.27:53577", "172.17.0.1:53577"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 49731}, - {"Proto": "peerapi6", "Port": 49731}, + {"Proto": "peerapi4", "Port": 41406}, + {"Proto": "peerapi6", "Port": 41406}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:14.479697345Z", + "Created": "2026-04-09T08:42:13.907492106Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1508,301 +1511,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "MachineKey": "mkey:1daa17c09121a250ac6b9d6b93e16b23e38079c10d24ac3d93cdf1a4d7c4fd3d", + "NodeKey": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "MachineKey": "mkey:44f697b8d4de661da294b163dc7cde73225e4002afe8182cf27f09b29d4e5711", "Peers": [{ - "ID": 814137294186547, - "StableID": "n4HhoM1jM711CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "DiscoKey": "discokey:4795ca5a7f2434c860b252a105b67ee29f37d7c74927d1d42b471e36851d1c3c", - "Addresses": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "AllowedIPs": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "Endpoints": ["77.164.248.136:50765", "10.65.0.27:50765", "172.17.0.1:50765"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36542}, - {"Proto": "peerapi6", "Port": 36542} - ]}, - "Created": "2026-04-09T01:36:11.81340163Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 831263476276471, - "StableID": "nUPVs9tUV711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "DiscoKey": "discokey:158fdd028ce868470a499625caac2e7091783525172d2028090e25627c441350", - "Addresses": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "AllowedIPs": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "Endpoints": ["77.164.248.136:43957", "10.65.0.27:43957", "172.17.0.1:43957"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58020}, - {"Proto": "peerapi6", "Port": 58020} - ]}, - "Created": "2026-04-09T01:36:16.654311263Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1028160128266075, - "StableID": "nCZRmL2f2911CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "KeyExpiry": "2026-10-06T01:36:19Z", - "DiscoKey": "discokey:d6f924b9f4e2d70374e39f3531bd1e7174d0d8a8b3e974f4836bfa40721a9526", - "Addresses": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "AllowedIPs": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "Endpoints": ["77.164.248.136:39659", "10.65.0.27:39659", "172.17.0.1:39659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47982}, - {"Proto": "peerapi6", "Port": 47982} - ]}, - "Created": "2026-04-09T01:36:19.737356254Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2055208107985169, - "StableID": "nSmqmFqo3H11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:da1dcc684d6ccd36df2aaf7cb13b2c2381b9bc87ba857981686ade667b0e8944", - "Addresses": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "AllowedIPs": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "Endpoints": ["77.164.248.136:54643", "10.65.0.27:54643", "172.17.0.1:54643"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43665}, - {"Proto": "peerapi6", "Port": 43665} - ]}, - "Created": "2026-04-09T01:36:18.826105012Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3032748301684646, - "StableID": "n5i9G1AYgQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:b2f6f2a8d39e7ae060c3c80a66c276caf004c1176985e5662815482586757405", - "Addresses": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "AllowedIPs": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "Endpoints": ["77.164.248.136:54362", "10.65.0.27:54362", "172.17.0.1:54362"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45459}, - {"Proto": "peerapi6", "Port": 45459} - ]}, - "Created": "2026-04-09T01:36:18.290878787Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3227942569625689, - "StableID": "ngQrJWawCS11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "DiscoKey": "discokey:0b4526725f1e9be332e780ab3a5a115b71f0691f8accd0ee276f4fd03383e972", - "Addresses": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "AllowedIPs": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "Endpoints": ["77.164.248.136:37747", "10.65.0.27:37747", "172.17.0.1:37747"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61122}, - {"Proto": "peerapi6", "Port": 61122} - ]}, - "Created": "2026-04-09T01:36:12.871641055Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4776162533827764, - "StableID": "n992v4h8Je11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "DiscoKey": "discokey:f9d6e1f0438a5e6accf180d032bb726e19a030bd26dc274adab33aa1343efc12", - "Addresses": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "AllowedIPs": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "Endpoints": ["77.164.248.136:49126", "10.65.0.27:49126", "172.17.0.1:49126"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36862}, - {"Proto": "peerapi6", "Port": 36862} - ]}, - "Created": "2026-04-09T01:36:13.397619138Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 6080978950276113, - "StableID": "nzw6WK16Vp11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "DiscoKey": "discokey:0d02995678dac3c6ba87bf50935f1ba58321e4f136f1f78a81622901777f512a", - "Addresses": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "AllowedIPs": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40026}, - {"Proto": "peerapi6", "Port": 40026} - ]}, - "Created": "2026-04-09T01:36:13.940745211Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6098863445707159, - "StableID": "nn8z7ToBdp11CNTRL", + "ID": 894146159518578, + "StableID": "nuUuFohxy711CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "DiscoKey": "discokey:9a9367b1d88d5cdb81a7bfac42f918aa57cda8bff2f9738145b9da14c755f166", - "Addresses": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "AllowedIPs": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "Endpoints": ["77.164.248.136:37304", "10.65.0.27:37304", "172.17.0.1:37304"], + "Key": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "DiscoKey": "discokey:509f69be589bbfff5844513f52a13378eb70109e1a3966cb0c44a8ba681be758", + "Addresses": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "AllowedIPs": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "Endpoints": ["77.164.248.136:58511", "10.65.0.27:58511", "172.17.0.1:58511"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64132}, - {"Proto": "peerapi6", "Port": 64132} + {"Proto": "peerapi4", "Port": 35876}, + {"Proto": "peerapi6", "Port": 35876} ]}, - "Created": "2026-04-09T01:36:17.732956357Z", + "Created": "2026-04-09T08:42:17.098712574Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7455026716304681, - "StableID": "nUx3PouPD121CNTRL", + "ID": 2364409799723318, + "StableID": "nBMiT63rTK11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "DiscoKey": "discokey:cd0c06742525f7b6a6fe41d5ac6aa18f9afc9438325a0a53bccbc78db93e2c56", - "Addresses": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "AllowedIPs": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "Endpoints": ["77.164.248.136:43742", "10.65.0.27:43742", "172.17.0.1:43742"], + "Key": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "DiscoKey": "discokey:37c0a1e73722c0baf1207298a0efd90681077923fdc508e0259a381c91e7267c", + "Addresses": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "AllowedIPs": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "Endpoints": ["77.164.248.136:60436", "10.65.0.27:60436", "172.17.0.1:60436"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47537}, - {"Proto": "peerapi6", "Port": 47537} + {"Proto": "peerapi4", "Port": 49448}, + {"Proto": "peerapi6", "Port": 49448} ]}, - "Created": "2026-04-09T01:36:15.029135164Z", + "Created": "2026-04-09T08:42:14.433231469Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7988363625233922, - "StableID": "nMkMhTmwN521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "DiscoKey": "discokey:51557f36c4b2e89c7356c7189cd1a489945e3d20dd633ef3e737d39bcb0a0d15", - "Addresses": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "AllowedIPs": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 45924}, - {"Proto": "peerapi6", "Port": 45924} - ]}, - "Created": "2026-04-09T01:36:17.194578795Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 8127044696659219, - "StableID": "nvW26dgkT621CNTRL", + "ID": 2657818561153216, + "StableID": "nXifyRPjkM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "DiscoKey": "discokey:11e3a9ebad33d62f789f293c954f5fbabac1a1bc428fe29fe1dac928aa93895d", - "Addresses": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "AllowedIPs": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "Endpoints": ["77.164.248.136:60437", "10.65.0.27:60437", "172.17.0.1:60437"], + "Key": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "DiscoKey": "discokey:dfef46e366f39f54a962c22c405ca7465d40e9470f31b4fbf4a4d32b6c84f444", + "Addresses": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "AllowedIPs": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "Endpoints": ["77.164.248.136:50764", "10.65.0.27:50764", "172.17.0.1:50764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54412}, - {"Proto": "peerapi6", "Port": 54412} + {"Proto": "peerapi4", "Port": 32846}, + {"Proto": "peerapi6", "Port": 32846} ]}, - "Created": "2026-04-09T01:36:12.30447157Z", + "Created": "2026-04-09T08:42:11.770619853Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8855526514852103, - "StableID": "n6runafg9C21CNTRL", + "ID": 3569024880842999, + "StableID": "nQ3nASERsU11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "DiscoKey": "discokey:9804d025607a35536255f0e147afaacfa1ea4bde6425ebcf5069c4314937d55f", + "Addresses": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "AllowedIPs": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "Endpoints": ["77.164.248.136:45234", "10.65.0.27:45234", "172.17.0.1:45234"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56823}, + {"Proto": "peerapi6", "Port": 56823} + ]}, + "Created": "2026-04-09T08:42:14.961691423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4951833054790952, + "StableID": "nMTBJwFhff11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "DiscoKey": "discokey:482387dc0fb5ea24656db87065a3a28d4fc39587febf711779051cd81b609616", + "Addresses": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "AllowedIPs": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "Endpoints": ["77.164.248.136:33801", "10.65.0.27:33801", "172.17.0.1:33801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 51671}, + {"Proto": "peerapi6", "Port": 51671} + ]}, + "Created": "2026-04-09T08:42:16.033314591Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5377297481177833, + "StableID": "nrFriDVPzi11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:959f3e5a3a3354cfd1c1b611f4b9e3a62b90be1530afde0d09a7c467b732050d", + "Addresses": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "AllowedIPs": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "Endpoints": ["77.164.248.136:39389", "10.65.0.27:39389", "172.17.0.1:39389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46987}, + {"Proto": "peerapi6", "Port": 46987} + ]}, + "Created": "2026-04-09T08:42:18.726865524Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6470188450444791, + "StableID": "ntjHFzsMXs11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "DiscoKey": "discokey:c358c6849f7c3a4561ec65b879c5d152ce6754d63539e30dcca89c21ba98e972", + "Addresses": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "AllowedIPs": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "Endpoints": ["77.164.248.136:45021", "10.65.0.27:45021", "172.17.0.1:45021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44874}, + {"Proto": "peerapi6", "Port": 44874} + ]}, + "Created": "2026-04-09T08:42:11.284229233Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6918520222213496, + "StableID": "n5DJg5oQ2w11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "DiscoKey": "discokey:c994222eecb747591c5b1163fea9e358916f428e9f2e1eb9186b303cdd431e00", - "Addresses": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "AllowedIPs": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "Endpoints": ["77.164.248.136:57955", "10.65.0.27:57955", "172.17.0.1:57955"], + "Key": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "DiscoKey": "discokey:5c582f4ce1b0efb962d415755c628b1df4ed5ebead38a46d4db5f6ad3dd40a18", + "Addresses": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "AllowedIPs": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "Endpoints": ["77.164.248.136:51837", "10.65.0.27:51837", "172.17.0.1:51837"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 35375}, - {"Proto": "peerapi6", "Port": 35375} + {"Proto": "peerapi4", "Port": 49531}, + {"Proto": "peerapi6", "Port": 49531} ]}, - "Created": "2026-04-09T01:36:16.110947305Z", + "Created": "2026-04-09T08:42:15.487505625Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8870318046648919, - "StableID": "n2phoPDPGC21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7206475029524484, + "StableID": "n5wnwyspGy11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "DiscoKey": "discokey:0e79d4bca2044ae8aca2a2125cee2e316f70e4fbdbba0f3b6162756fcb11e715", - "Addresses": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "AllowedIPs": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "Endpoints": ["77.164.248.136:55865", "10.65.0.27:55865", "172.17.0.1:55865"], + "Key": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "DiscoKey": "discokey:155c6a16461c9fb2dcbdc5ab38d535f2c399543e5d72020034bebb81a3008261", + "Addresses": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "AllowedIPs": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "Endpoints": ["77.164.248.136:58283", "10.65.0.27:58283", "172.17.0.1:58283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 61763}, - {"Proto": "peerapi6", "Port": 61763} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 55774}, + {"Proto": "peerapi6", "Port": 55774} ]}, - "Created": "2026-04-09T01:36:15.567698976Z", + "Created": "2026-04-09T08:42:13.374810891Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7613361641966104, + "StableID": "nK8yZp67T221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:17aa982bc46fc7c1238485039f966df7ea88d09cdafb0c5211c47d2ce80f3210", + "Addresses": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "AllowedIPs": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "Endpoints": ["77.164.248.136:55498", "10.65.0.27:55498", "172.17.0.1:55498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59561}, + {"Proto": "peerapi6", "Port": 59561} + ]}, + "Created": "2026-04-09T08:42:18.165096388Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7856691890074376, + "StableID": "nMBDMTyJM421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "DiscoKey": "discokey:53b0ca54e37406cda38f85c0c85dc4c98556b41d3790d6cdb1a156191038bc58", + "Addresses": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "AllowedIPs": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "Endpoints": ["77.164.248.136:57078", "10.65.0.27:57078", "172.17.0.1:57078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 43543}, + {"Proto": "peerapi6", "Port": 43543} + ]}, + "Created": "2026-04-09T08:42:16.563476967Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8245532106920370, + "StableID": "nsmqnV9RP721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "DiscoKey": "discokey:030e80322983b15fe23262a5923e087d61023a84550fa184a57e5d0e6d7d2b3b", + "Addresses": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "AllowedIPs": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "Endpoints": ["77.164.248.136:34616", "10.65.0.27:34616", "172.17.0.1:34616"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53618}, + {"Proto": "peerapi6", "Port": 53618} + ]}, + "Created": "2026-04-09T08:42:12.849339275Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8565908481490153, + "StableID": "nc6AwetWt921CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "KeyExpiry": "2026-10-06T08:42:17Z", + "DiscoKey": "discokey:20bacb27e9cc2c5169c4599fd122ec9daa798f8edb5cd5f70c04c22bf47a6335", + "Addresses": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "AllowedIPs": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "Endpoints": ["77.164.248.136:59888", "10.65.0.27:59888", "172.17.0.1:59888"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53731}, + {"Proto": "peerapi6", "Port": 53731} + ]}, + "Created": "2026-04-09T08:42:17.62837426Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8581114007864986, + "StableID": "nZkNEDKQ1A21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "DiscoKey": "discokey:2e812c6829957886d069e912d18eddbf9248e00d2e214c348e125803769f5459", + "Addresses": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "AllowedIPs": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "Endpoints": ["77.164.248.136:46359", "10.65.0.27:46359", "172.17.0.1:46359"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 53536}, + {"Proto": "peerapi6", "Port": 53536} + ]}, + "Created": "2026-04-09T08:42:12.307115885Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2650,27 +2654,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5369658495970688": { - "ID": 5369658495970688, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "394997240677806": { + "ID": 394997240677806, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2701,22 +2707,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1028160128266075, - "StableID": "nCZRmL2f2911CNTRL", + "ID": 5377297481177833, + "StableID": "nrFriDVPzi11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "KeyExpiry": "2026-10-06T01:36:19Z", - "DiscoKey": "discokey:d6f924b9f4e2d70374e39f3531bd1e7174d0d8a8b3e974f4836bfa40721a9526", - "Addresses": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "AllowedIPs": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "Endpoints": ["77.164.248.136:39659", "10.65.0.27:39659", "172.17.0.1:39659"], + "Key": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:959f3e5a3a3354cfd1c1b611f4b9e3a62b90be1530afde0d09a7c467b732050d", + "Addresses": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "AllowedIPs": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "Endpoints": ["77.164.248.136:39389", "10.65.0.27:39389", "172.17.0.1:39389"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47982}, - {"Proto": "peerapi6", "Port": 47982}, + {"Proto": "peerapi4", "Port": 46987}, + {"Proto": "peerapi6", "Port": 46987}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:19.737356254Z", + "Created": "2026-04-09T08:42:18.726865524Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2745,301 +2751,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "MachineKey": "mkey:1245d75543948ab69ca6c4268269ad3985bfa072a71d4477eea6ae63651c2966", + "NodeKey": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "MachineKey": "mkey:ce604fc8a3bc6e0f5cf519e9520995b8c494d86fb0d0392dbf322212c5074a2a", "Peers": [{ - "ID": 814137294186547, - "StableID": "n4HhoM1jM711CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "DiscoKey": "discokey:4795ca5a7f2434c860b252a105b67ee29f37d7c74927d1d42b471e36851d1c3c", - "Addresses": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "AllowedIPs": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "Endpoints": ["77.164.248.136:50765", "10.65.0.27:50765", "172.17.0.1:50765"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36542}, - {"Proto": "peerapi6", "Port": 36542} - ]}, - "Created": "2026-04-09T01:36:11.81340163Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 831263476276471, - "StableID": "nUPVs9tUV711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "DiscoKey": "discokey:158fdd028ce868470a499625caac2e7091783525172d2028090e25627c441350", - "Addresses": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "AllowedIPs": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "Endpoints": ["77.164.248.136:43957", "10.65.0.27:43957", "172.17.0.1:43957"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58020}, - {"Proto": "peerapi6", "Port": 58020} - ]}, - "Created": "2026-04-09T01:36:16.654311263Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2055208107985169, - "StableID": "nSmqmFqo3H11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:da1dcc684d6ccd36df2aaf7cb13b2c2381b9bc87ba857981686ade667b0e8944", - "Addresses": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "AllowedIPs": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "Endpoints": ["77.164.248.136:54643", "10.65.0.27:54643", "172.17.0.1:54643"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43665}, - {"Proto": "peerapi6", "Port": 43665} - ]}, - "Created": "2026-04-09T01:36:18.826105012Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3032748301684646, - "StableID": "n5i9G1AYgQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:b2f6f2a8d39e7ae060c3c80a66c276caf004c1176985e5662815482586757405", - "Addresses": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "AllowedIPs": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "Endpoints": ["77.164.248.136:54362", "10.65.0.27:54362", "172.17.0.1:54362"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45459}, - {"Proto": "peerapi6", "Port": 45459} - ]}, - "Created": "2026-04-09T01:36:18.290878787Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3227942569625689, - "StableID": "ngQrJWawCS11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "DiscoKey": "discokey:0b4526725f1e9be332e780ab3a5a115b71f0691f8accd0ee276f4fd03383e972", - "Addresses": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "AllowedIPs": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "Endpoints": ["77.164.248.136:37747", "10.65.0.27:37747", "172.17.0.1:37747"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61122}, - {"Proto": "peerapi6", "Port": 61122} - ]}, - "Created": "2026-04-09T01:36:12.871641055Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4776162533827764, - "StableID": "n992v4h8Je11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "DiscoKey": "discokey:f9d6e1f0438a5e6accf180d032bb726e19a030bd26dc274adab33aa1343efc12", - "Addresses": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "AllowedIPs": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "Endpoints": ["77.164.248.136:49126", "10.65.0.27:49126", "172.17.0.1:49126"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36862}, - {"Proto": "peerapi6", "Port": 36862} - ]}, - "Created": "2026-04-09T01:36:13.397619138Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5369658495970688, - "StableID": "nMRvkkpvvi11CNTRL", + "ID": 394997240677806, + "StableID": "ndJ9Zeut5411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "DiscoKey": "discokey:b5005af55481effc2d365e4188f43052963ca1fc1fff00ac9c68e306b9cb6826", - "Addresses": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "AllowedIPs": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "Endpoints": ["77.164.248.136:45719", "10.65.0.27:45719", "172.17.0.1:45719"], + "Key": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "DiscoKey": "discokey:3bc51a9501c9259b165e307830756c1adc505dd659c44bf2826a6fcd9006f729", + "Addresses": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "AllowedIPs": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "Endpoints": ["77.164.248.136:53577", "10.65.0.27:53577", "172.17.0.1:53577"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49731}, - {"Proto": "peerapi6", "Port": 49731} + {"Proto": "peerapi4", "Port": 41406}, + {"Proto": "peerapi6", "Port": 41406} ]}, - "Created": "2026-04-09T01:36:14.479697345Z", + "Created": "2026-04-09T08:42:13.907492106Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6080978950276113, - "StableID": "nzw6WK16Vp11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "DiscoKey": "discokey:0d02995678dac3c6ba87bf50935f1ba58321e4f136f1f78a81622901777f512a", - "Addresses": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "AllowedIPs": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40026}, - {"Proto": "peerapi6", "Port": 40026} - ]}, - "Created": "2026-04-09T01:36:13.940745211Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6098863445707159, - "StableID": "nn8z7ToBdp11CNTRL", + "ID": 894146159518578, + "StableID": "nuUuFohxy711CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "DiscoKey": "discokey:9a9367b1d88d5cdb81a7bfac42f918aa57cda8bff2f9738145b9da14c755f166", - "Addresses": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "AllowedIPs": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "Endpoints": ["77.164.248.136:37304", "10.65.0.27:37304", "172.17.0.1:37304"], + "Key": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "DiscoKey": "discokey:509f69be589bbfff5844513f52a13378eb70109e1a3966cb0c44a8ba681be758", + "Addresses": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "AllowedIPs": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "Endpoints": ["77.164.248.136:58511", "10.65.0.27:58511", "172.17.0.1:58511"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64132}, - {"Proto": "peerapi6", "Port": 64132} + {"Proto": "peerapi4", "Port": 35876}, + {"Proto": "peerapi6", "Port": 35876} ]}, - "Created": "2026-04-09T01:36:17.732956357Z", + "Created": "2026-04-09T08:42:17.098712574Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7455026716304681, - "StableID": "nUx3PouPD121CNTRL", + "ID": 2364409799723318, + "StableID": "nBMiT63rTK11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "DiscoKey": "discokey:cd0c06742525f7b6a6fe41d5ac6aa18f9afc9438325a0a53bccbc78db93e2c56", - "Addresses": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "AllowedIPs": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "Endpoints": ["77.164.248.136:43742", "10.65.0.27:43742", "172.17.0.1:43742"], + "Key": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "DiscoKey": "discokey:37c0a1e73722c0baf1207298a0efd90681077923fdc508e0259a381c91e7267c", + "Addresses": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "AllowedIPs": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "Endpoints": ["77.164.248.136:60436", "10.65.0.27:60436", "172.17.0.1:60436"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47537}, - {"Proto": "peerapi6", "Port": 47537} + {"Proto": "peerapi4", "Port": 49448}, + {"Proto": "peerapi6", "Port": 49448} ]}, - "Created": "2026-04-09T01:36:15.029135164Z", + "Created": "2026-04-09T08:42:14.433231469Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7988363625233922, - "StableID": "nMkMhTmwN521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "DiscoKey": "discokey:51557f36c4b2e89c7356c7189cd1a489945e3d20dd633ef3e737d39bcb0a0d15", - "Addresses": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "AllowedIPs": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 45924}, - {"Proto": "peerapi6", "Port": 45924} - ]}, - "Created": "2026-04-09T01:36:17.194578795Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 8127044696659219, - "StableID": "nvW26dgkT621CNTRL", + "ID": 2657818561153216, + "StableID": "nXifyRPjkM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "DiscoKey": "discokey:11e3a9ebad33d62f789f293c954f5fbabac1a1bc428fe29fe1dac928aa93895d", - "Addresses": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "AllowedIPs": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "Endpoints": ["77.164.248.136:60437", "10.65.0.27:60437", "172.17.0.1:60437"], + "Key": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "DiscoKey": "discokey:dfef46e366f39f54a962c22c405ca7465d40e9470f31b4fbf4a4d32b6c84f444", + "Addresses": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "AllowedIPs": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "Endpoints": ["77.164.248.136:50764", "10.65.0.27:50764", "172.17.0.1:50764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54412}, - {"Proto": "peerapi6", "Port": 54412} + {"Proto": "peerapi4", "Port": 32846}, + {"Proto": "peerapi6", "Port": 32846} ]}, - "Created": "2026-04-09T01:36:12.30447157Z", + "Created": "2026-04-09T08:42:11.770619853Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8855526514852103, - "StableID": "n6runafg9C21CNTRL", + "ID": 3569024880842999, + "StableID": "nQ3nASERsU11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "DiscoKey": "discokey:9804d025607a35536255f0e147afaacfa1ea4bde6425ebcf5069c4314937d55f", + "Addresses": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "AllowedIPs": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "Endpoints": ["77.164.248.136:45234", "10.65.0.27:45234", "172.17.0.1:45234"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56823}, + {"Proto": "peerapi6", "Port": 56823} + ]}, + "Created": "2026-04-09T08:42:14.961691423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4951833054790952, + "StableID": "nMTBJwFhff11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "DiscoKey": "discokey:482387dc0fb5ea24656db87065a3a28d4fc39587febf711779051cd81b609616", + "Addresses": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "AllowedIPs": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "Endpoints": ["77.164.248.136:33801", "10.65.0.27:33801", "172.17.0.1:33801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 51671}, + {"Proto": "peerapi6", "Port": 51671} + ]}, + "Created": "2026-04-09T08:42:16.033314591Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 6470188450444791, + "StableID": "ntjHFzsMXs11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "DiscoKey": "discokey:c358c6849f7c3a4561ec65b879c5d152ce6754d63539e30dcca89c21ba98e972", + "Addresses": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "AllowedIPs": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "Endpoints": ["77.164.248.136:45021", "10.65.0.27:45021", "172.17.0.1:45021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44874}, + {"Proto": "peerapi6", "Port": 44874} + ]}, + "Created": "2026-04-09T08:42:11.284229233Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6918520222213496, + "StableID": "n5DJg5oQ2w11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "DiscoKey": "discokey:c994222eecb747591c5b1163fea9e358916f428e9f2e1eb9186b303cdd431e00", - "Addresses": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "AllowedIPs": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "Endpoints": ["77.164.248.136:57955", "10.65.0.27:57955", "172.17.0.1:57955"], + "Key": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "DiscoKey": "discokey:5c582f4ce1b0efb962d415755c628b1df4ed5ebead38a46d4db5f6ad3dd40a18", + "Addresses": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "AllowedIPs": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "Endpoints": ["77.164.248.136:51837", "10.65.0.27:51837", "172.17.0.1:51837"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 35375}, - {"Proto": "peerapi6", "Port": 35375} + {"Proto": "peerapi4", "Port": 49531}, + {"Proto": "peerapi6", "Port": 49531} ]}, - "Created": "2026-04-09T01:36:16.110947305Z", + "Created": "2026-04-09T08:42:15.487505625Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8870318046648919, - "StableID": "n2phoPDPGC21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7206475029524484, + "StableID": "n5wnwyspGy11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "DiscoKey": "discokey:0e79d4bca2044ae8aca2a2125cee2e316f70e4fbdbba0f3b6162756fcb11e715", - "Addresses": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "AllowedIPs": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "Endpoints": ["77.164.248.136:55865", "10.65.0.27:55865", "172.17.0.1:55865"], + "Key": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "DiscoKey": "discokey:155c6a16461c9fb2dcbdc5ab38d535f2c399543e5d72020034bebb81a3008261", + "Addresses": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "AllowedIPs": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "Endpoints": ["77.164.248.136:58283", "10.65.0.27:58283", "172.17.0.1:58283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 61763}, - {"Proto": "peerapi6", "Port": 61763} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 55774}, + {"Proto": "peerapi6", "Port": 55774} ]}, - "Created": "2026-04-09T01:36:15.567698976Z", + "Created": "2026-04-09T08:42:13.374810891Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7613361641966104, + "StableID": "nK8yZp67T221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:17aa982bc46fc7c1238485039f966df7ea88d09cdafb0c5211c47d2ce80f3210", + "Addresses": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "AllowedIPs": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "Endpoints": ["77.164.248.136:55498", "10.65.0.27:55498", "172.17.0.1:55498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59561}, + {"Proto": "peerapi6", "Port": 59561} + ]}, + "Created": "2026-04-09T08:42:18.165096388Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7856691890074376, + "StableID": "nMBDMTyJM421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "DiscoKey": "discokey:53b0ca54e37406cda38f85c0c85dc4c98556b41d3790d6cdb1a156191038bc58", + "Addresses": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "AllowedIPs": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "Endpoints": ["77.164.248.136:57078", "10.65.0.27:57078", "172.17.0.1:57078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 43543}, + {"Proto": "peerapi6", "Port": 43543} + ]}, + "Created": "2026-04-09T08:42:16.563476967Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8245532106920370, + "StableID": "nsmqnV9RP721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "DiscoKey": "discokey:030e80322983b15fe23262a5923e087d61023a84550fa184a57e5d0e6d7d2b3b", + "Addresses": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "AllowedIPs": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "Endpoints": ["77.164.248.136:34616", "10.65.0.27:34616", "172.17.0.1:34616"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53618}, + {"Proto": "peerapi6", "Port": 53618} + ]}, + "Created": "2026-04-09T08:42:12.849339275Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8565908481490153, + "StableID": "nc6AwetWt921CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "KeyExpiry": "2026-10-06T08:42:17Z", + "DiscoKey": "discokey:20bacb27e9cc2c5169c4599fd122ec9daa798f8edb5cd5f70c04c22bf47a6335", + "Addresses": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "AllowedIPs": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "Endpoints": ["77.164.248.136:59888", "10.65.0.27:59888", "172.17.0.1:59888"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53731}, + {"Proto": "peerapi6", "Port": 53731} + ]}, + "Created": "2026-04-09T08:42:17.62837426Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8581114007864986, + "StableID": "nZkNEDKQ1A21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "DiscoKey": "discokey:2e812c6829957886d069e912d18eddbf9248e00d2e214c348e125803769f5459", + "Addresses": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "AllowedIPs": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "Endpoints": ["77.164.248.136:46359", "10.65.0.27:46359", "172.17.0.1:46359"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 53536}, + {"Proto": "peerapi6", "Port": 53536} + ]}, + "Created": "2026-04-09T08:42:12.307115885Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3887,23 +3894,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3934,26 +3942,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3227942569625689, - "StableID": "ngQrJWawCS11CNTRL", + "ID": 8581114007864986, + "StableID": "nZkNEDKQ1A21CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 3227942569625689, - "Key": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "DiscoKey": "discokey:0b4526725f1e9be332e780ab3a5a115b71f0691f8accd0ee276f4fd03383e972", - "Addresses": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "AllowedIPs": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "Endpoints": ["77.164.248.136:37747", "10.65.0.27:37747", "172.17.0.1:37747"], + "User": 8581114007864986, + "Key": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "DiscoKey": "discokey:2e812c6829957886d069e912d18eddbf9248e00d2e214c348e125803769f5459", + "Addresses": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "AllowedIPs": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "Endpoints": ["77.164.248.136:46359", "10.65.0.27:46359", "172.17.0.1:46359"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 61122}, - {"Proto": "peerapi6", "Port": 61122}, + {"Proto": "peerapi4", "Port": 53536}, + {"Proto": "peerapi6", "Port": 53536}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:12.871641055Z", + "Created": "2026-04-09T08:42:12.307115885Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3981,301 +3989,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "MachineKey": "mkey:fbd98e1a2d7bbfb9dbf6054c2e3aab5dd58a98cfbca7ceeab237330a42bccb65", + "NodeKey": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "MachineKey": "mkey:467285f068ecd486d8810432df2c952e16b3f6572ed40a03dd6d24d3d09a3962", "Peers": [{ - "ID": 814137294186547, - "StableID": "n4HhoM1jM711CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "DiscoKey": "discokey:4795ca5a7f2434c860b252a105b67ee29f37d7c74927d1d42b471e36851d1c3c", - "Addresses": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "AllowedIPs": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "Endpoints": ["77.164.248.136:50765", "10.65.0.27:50765", "172.17.0.1:50765"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36542}, - {"Proto": "peerapi6", "Port": 36542} - ]}, - "Created": "2026-04-09T01:36:11.81340163Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 831263476276471, - "StableID": "nUPVs9tUV711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "DiscoKey": "discokey:158fdd028ce868470a499625caac2e7091783525172d2028090e25627c441350", - "Addresses": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "AllowedIPs": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "Endpoints": ["77.164.248.136:43957", "10.65.0.27:43957", "172.17.0.1:43957"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58020}, - {"Proto": "peerapi6", "Port": 58020} - ]}, - "Created": "2026-04-09T01:36:16.654311263Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1028160128266075, - "StableID": "nCZRmL2f2911CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "KeyExpiry": "2026-10-06T01:36:19Z", - "DiscoKey": "discokey:d6f924b9f4e2d70374e39f3531bd1e7174d0d8a8b3e974f4836bfa40721a9526", - "Addresses": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "AllowedIPs": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "Endpoints": ["77.164.248.136:39659", "10.65.0.27:39659", "172.17.0.1:39659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47982}, - {"Proto": "peerapi6", "Port": 47982} - ]}, - "Created": "2026-04-09T01:36:19.737356254Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2055208107985169, - "StableID": "nSmqmFqo3H11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:da1dcc684d6ccd36df2aaf7cb13b2c2381b9bc87ba857981686ade667b0e8944", - "Addresses": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "AllowedIPs": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "Endpoints": ["77.164.248.136:54643", "10.65.0.27:54643", "172.17.0.1:54643"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43665}, - {"Proto": "peerapi6", "Port": 43665} - ]}, - "Created": "2026-04-09T01:36:18.826105012Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3032748301684646, - "StableID": "n5i9G1AYgQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:b2f6f2a8d39e7ae060c3c80a66c276caf004c1176985e5662815482586757405", - "Addresses": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "AllowedIPs": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "Endpoints": ["77.164.248.136:54362", "10.65.0.27:54362", "172.17.0.1:54362"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45459}, - {"Proto": "peerapi6", "Port": 45459} - ]}, - "Created": "2026-04-09T01:36:18.290878787Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4776162533827764, - "StableID": "n992v4h8Je11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "DiscoKey": "discokey:f9d6e1f0438a5e6accf180d032bb726e19a030bd26dc274adab33aa1343efc12", - "Addresses": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "AllowedIPs": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "Endpoints": ["77.164.248.136:49126", "10.65.0.27:49126", "172.17.0.1:49126"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36862}, - {"Proto": "peerapi6", "Port": 36862} - ]}, - "Created": "2026-04-09T01:36:13.397619138Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5369658495970688, - "StableID": "nMRvkkpvvi11CNTRL", + "ID": 394997240677806, + "StableID": "ndJ9Zeut5411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "DiscoKey": "discokey:b5005af55481effc2d365e4188f43052963ca1fc1fff00ac9c68e306b9cb6826", - "Addresses": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "AllowedIPs": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "Endpoints": ["77.164.248.136:45719", "10.65.0.27:45719", "172.17.0.1:45719"], + "Key": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "DiscoKey": "discokey:3bc51a9501c9259b165e307830756c1adc505dd659c44bf2826a6fcd9006f729", + "Addresses": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "AllowedIPs": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "Endpoints": ["77.164.248.136:53577", "10.65.0.27:53577", "172.17.0.1:53577"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49731}, - {"Proto": "peerapi6", "Port": 49731} + {"Proto": "peerapi4", "Port": 41406}, + {"Proto": "peerapi6", "Port": 41406} ]}, - "Created": "2026-04-09T01:36:14.479697345Z", + "Created": "2026-04-09T08:42:13.907492106Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6080978950276113, - "StableID": "nzw6WK16Vp11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "DiscoKey": "discokey:0d02995678dac3c6ba87bf50935f1ba58321e4f136f1f78a81622901777f512a", - "Addresses": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "AllowedIPs": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40026}, - {"Proto": "peerapi6", "Port": 40026} - ]}, - "Created": "2026-04-09T01:36:13.940745211Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6098863445707159, - "StableID": "nn8z7ToBdp11CNTRL", + "ID": 894146159518578, + "StableID": "nuUuFohxy711CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "DiscoKey": "discokey:9a9367b1d88d5cdb81a7bfac42f918aa57cda8bff2f9738145b9da14c755f166", - "Addresses": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "AllowedIPs": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "Endpoints": ["77.164.248.136:37304", "10.65.0.27:37304", "172.17.0.1:37304"], + "Key": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "DiscoKey": "discokey:509f69be589bbfff5844513f52a13378eb70109e1a3966cb0c44a8ba681be758", + "Addresses": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "AllowedIPs": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "Endpoints": ["77.164.248.136:58511", "10.65.0.27:58511", "172.17.0.1:58511"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64132}, - {"Proto": "peerapi6", "Port": 64132} + {"Proto": "peerapi4", "Port": 35876}, + {"Proto": "peerapi6", "Port": 35876} ]}, - "Created": "2026-04-09T01:36:17.732956357Z", + "Created": "2026-04-09T08:42:17.098712574Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7455026716304681, - "StableID": "nUx3PouPD121CNTRL", + "ID": 2364409799723318, + "StableID": "nBMiT63rTK11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "DiscoKey": "discokey:cd0c06742525f7b6a6fe41d5ac6aa18f9afc9438325a0a53bccbc78db93e2c56", - "Addresses": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "AllowedIPs": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "Endpoints": ["77.164.248.136:43742", "10.65.0.27:43742", "172.17.0.1:43742"], + "Key": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "DiscoKey": "discokey:37c0a1e73722c0baf1207298a0efd90681077923fdc508e0259a381c91e7267c", + "Addresses": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "AllowedIPs": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "Endpoints": ["77.164.248.136:60436", "10.65.0.27:60436", "172.17.0.1:60436"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47537}, - {"Proto": "peerapi6", "Port": 47537} + {"Proto": "peerapi4", "Port": 49448}, + {"Proto": "peerapi6", "Port": 49448} ]}, - "Created": "2026-04-09T01:36:15.029135164Z", + "Created": "2026-04-09T08:42:14.433231469Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7988363625233922, - "StableID": "nMkMhTmwN521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "DiscoKey": "discokey:51557f36c4b2e89c7356c7189cd1a489945e3d20dd633ef3e737d39bcb0a0d15", - "Addresses": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "AllowedIPs": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 45924}, - {"Proto": "peerapi6", "Port": 45924} - ]}, - "Created": "2026-04-09T01:36:17.194578795Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 8127044696659219, - "StableID": "nvW26dgkT621CNTRL", + "ID": 2657818561153216, + "StableID": "nXifyRPjkM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "DiscoKey": "discokey:11e3a9ebad33d62f789f293c954f5fbabac1a1bc428fe29fe1dac928aa93895d", - "Addresses": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "AllowedIPs": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "Endpoints": ["77.164.248.136:60437", "10.65.0.27:60437", "172.17.0.1:60437"], + "Key": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "DiscoKey": "discokey:dfef46e366f39f54a962c22c405ca7465d40e9470f31b4fbf4a4d32b6c84f444", + "Addresses": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "AllowedIPs": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "Endpoints": ["77.164.248.136:50764", "10.65.0.27:50764", "172.17.0.1:50764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54412}, - {"Proto": "peerapi6", "Port": 54412} + {"Proto": "peerapi4", "Port": 32846}, + {"Proto": "peerapi6", "Port": 32846} ]}, - "Created": "2026-04-09T01:36:12.30447157Z", + "Created": "2026-04-09T08:42:11.770619853Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8855526514852103, - "StableID": "n6runafg9C21CNTRL", + "ID": 3569024880842999, + "StableID": "nQ3nASERsU11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "DiscoKey": "discokey:9804d025607a35536255f0e147afaacfa1ea4bde6425ebcf5069c4314937d55f", + "Addresses": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "AllowedIPs": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "Endpoints": ["77.164.248.136:45234", "10.65.0.27:45234", "172.17.0.1:45234"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56823}, + {"Proto": "peerapi6", "Port": 56823} + ]}, + "Created": "2026-04-09T08:42:14.961691423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4951833054790952, + "StableID": "nMTBJwFhff11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "DiscoKey": "discokey:482387dc0fb5ea24656db87065a3a28d4fc39587febf711779051cd81b609616", + "Addresses": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "AllowedIPs": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "Endpoints": ["77.164.248.136:33801", "10.65.0.27:33801", "172.17.0.1:33801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 51671}, + {"Proto": "peerapi6", "Port": 51671} + ]}, + "Created": "2026-04-09T08:42:16.033314591Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5377297481177833, + "StableID": "nrFriDVPzi11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:959f3e5a3a3354cfd1c1b611f4b9e3a62b90be1530afde0d09a7c467b732050d", + "Addresses": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "AllowedIPs": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "Endpoints": ["77.164.248.136:39389", "10.65.0.27:39389", "172.17.0.1:39389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46987}, + {"Proto": "peerapi6", "Port": 46987} + ]}, + "Created": "2026-04-09T08:42:18.726865524Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6470188450444791, + "StableID": "ntjHFzsMXs11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "DiscoKey": "discokey:c358c6849f7c3a4561ec65b879c5d152ce6754d63539e30dcca89c21ba98e972", + "Addresses": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "AllowedIPs": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "Endpoints": ["77.164.248.136:45021", "10.65.0.27:45021", "172.17.0.1:45021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44874}, + {"Proto": "peerapi6", "Port": 44874} + ]}, + "Created": "2026-04-09T08:42:11.284229233Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6918520222213496, + "StableID": "n5DJg5oQ2w11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "DiscoKey": "discokey:c994222eecb747591c5b1163fea9e358916f428e9f2e1eb9186b303cdd431e00", - "Addresses": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "AllowedIPs": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "Endpoints": ["77.164.248.136:57955", "10.65.0.27:57955", "172.17.0.1:57955"], + "Key": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "DiscoKey": "discokey:5c582f4ce1b0efb962d415755c628b1df4ed5ebead38a46d4db5f6ad3dd40a18", + "Addresses": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "AllowedIPs": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "Endpoints": ["77.164.248.136:51837", "10.65.0.27:51837", "172.17.0.1:51837"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 35375}, - {"Proto": "peerapi6", "Port": 35375} + {"Proto": "peerapi4", "Port": 49531}, + {"Proto": "peerapi6", "Port": 49531} ]}, - "Created": "2026-04-09T01:36:16.110947305Z", + "Created": "2026-04-09T08:42:15.487505625Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8870318046648919, - "StableID": "n2phoPDPGC21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7206475029524484, + "StableID": "n5wnwyspGy11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "DiscoKey": "discokey:0e79d4bca2044ae8aca2a2125cee2e316f70e4fbdbba0f3b6162756fcb11e715", - "Addresses": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "AllowedIPs": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "Endpoints": ["77.164.248.136:55865", "10.65.0.27:55865", "172.17.0.1:55865"], + "Key": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "DiscoKey": "discokey:155c6a16461c9fb2dcbdc5ab38d535f2c399543e5d72020034bebb81a3008261", + "Addresses": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "AllowedIPs": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "Endpoints": ["77.164.248.136:58283", "10.65.0.27:58283", "172.17.0.1:58283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 61763}, - {"Proto": "peerapi6", "Port": 61763} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 55774}, + {"Proto": "peerapi6", "Port": 55774} ]}, - "Created": "2026-04-09T01:36:15.567698976Z", + "Created": "2026-04-09T08:42:13.374810891Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7613361641966104, + "StableID": "nK8yZp67T221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:17aa982bc46fc7c1238485039f966df7ea88d09cdafb0c5211c47d2ce80f3210", + "Addresses": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "AllowedIPs": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "Endpoints": ["77.164.248.136:55498", "10.65.0.27:55498", "172.17.0.1:55498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59561}, + {"Proto": "peerapi6", "Port": 59561} + ]}, + "Created": "2026-04-09T08:42:18.165096388Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7856691890074376, + "StableID": "nMBDMTyJM421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "DiscoKey": "discokey:53b0ca54e37406cda38f85c0c85dc4c98556b41d3790d6cdb1a156191038bc58", + "Addresses": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "AllowedIPs": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "Endpoints": ["77.164.248.136:57078", "10.65.0.27:57078", "172.17.0.1:57078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 43543}, + {"Proto": "peerapi6", "Port": 43543} + ]}, + "Created": "2026-04-09T08:42:16.563476967Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8245532106920370, + "StableID": "nsmqnV9RP721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "DiscoKey": "discokey:030e80322983b15fe23262a5923e087d61023a84550fa184a57e5d0e6d7d2b3b", + "Addresses": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "AllowedIPs": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "Endpoints": ["77.164.248.136:34616", "10.65.0.27:34616", "172.17.0.1:34616"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53618}, + {"Proto": "peerapi6", "Port": 53618} + ]}, + "Created": "2026-04-09T08:42:12.849339275Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8565908481490153, + "StableID": "nc6AwetWt921CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "KeyExpiry": "2026-10-06T08:42:17Z", + "DiscoKey": "discokey:20bacb27e9cc2c5169c4599fd122ec9daa798f8edb5cd5f70c04c22bf47a6335", + "Addresses": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "AllowedIPs": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "Endpoints": ["77.164.248.136:59888", "10.65.0.27:59888", "172.17.0.1:59888"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53731}, + {"Proto": "peerapi6", "Port": 53731} + ]}, + "Created": "2026-04-09T08:42:17.62837426Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5123,27 +5132,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3227942569625689": { - "ID": 3227942569625689, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8581114007864986": { + "ID": 8581114007864986, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5174,26 +5185,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8870318046648919, - "StableID": "n2phoPDPGC21CNTRL", + "ID": 3569024880842999, + "StableID": "nQ3nASERsU11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 8870318046648919, - "Key": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "DiscoKey": "discokey:0e79d4bca2044ae8aca2a2125cee2e316f70e4fbdbba0f3b6162756fcb11e715", - "Addresses": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "AllowedIPs": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "Endpoints": ["77.164.248.136:55865", "10.65.0.27:55865", "172.17.0.1:55865"], + "User": 3569024880842999, + "Key": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "DiscoKey": "discokey:9804d025607a35536255f0e147afaacfa1ea4bde6425ebcf5069c4314937d55f", + "Addresses": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "AllowedIPs": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "Endpoints": ["77.164.248.136:45234", "10.65.0.27:45234", "172.17.0.1:45234"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 61763}, - {"Proto": "peerapi6", "Port": 61763}, + {"Proto": "peerapi4", "Port": 56823}, + {"Proto": "peerapi6", "Port": 56823}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:15.567698976Z", + "Created": "2026-04-09T08:42:14.961691423Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5221,301 +5232,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "MachineKey": "mkey:77cde287b163ff95625d15436a16419a12681df56e3795e09a5b64e7b62b0742", + "NodeKey": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "MachineKey": "mkey:e0f2f28afb60cedbb1d465a423102e5c658a4281d38ae91ffd7ee7cae45a6221", "Peers": [{ - "ID": 814137294186547, - "StableID": "n4HhoM1jM711CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "DiscoKey": "discokey:4795ca5a7f2434c860b252a105b67ee29f37d7c74927d1d42b471e36851d1c3c", - "Addresses": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "AllowedIPs": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "Endpoints": ["77.164.248.136:50765", "10.65.0.27:50765", "172.17.0.1:50765"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36542}, - {"Proto": "peerapi6", "Port": 36542} - ]}, - "Created": "2026-04-09T01:36:11.81340163Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 831263476276471, - "StableID": "nUPVs9tUV711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "DiscoKey": "discokey:158fdd028ce868470a499625caac2e7091783525172d2028090e25627c441350", - "Addresses": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "AllowedIPs": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "Endpoints": ["77.164.248.136:43957", "10.65.0.27:43957", "172.17.0.1:43957"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58020}, - {"Proto": "peerapi6", "Port": 58020} - ]}, - "Created": "2026-04-09T01:36:16.654311263Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1028160128266075, - "StableID": "nCZRmL2f2911CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "KeyExpiry": "2026-10-06T01:36:19Z", - "DiscoKey": "discokey:d6f924b9f4e2d70374e39f3531bd1e7174d0d8a8b3e974f4836bfa40721a9526", - "Addresses": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "AllowedIPs": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "Endpoints": ["77.164.248.136:39659", "10.65.0.27:39659", "172.17.0.1:39659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47982}, - {"Proto": "peerapi6", "Port": 47982} - ]}, - "Created": "2026-04-09T01:36:19.737356254Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2055208107985169, - "StableID": "nSmqmFqo3H11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:da1dcc684d6ccd36df2aaf7cb13b2c2381b9bc87ba857981686ade667b0e8944", - "Addresses": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "AllowedIPs": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "Endpoints": ["77.164.248.136:54643", "10.65.0.27:54643", "172.17.0.1:54643"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43665}, - {"Proto": "peerapi6", "Port": 43665} - ]}, - "Created": "2026-04-09T01:36:18.826105012Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3032748301684646, - "StableID": "n5i9G1AYgQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:b2f6f2a8d39e7ae060c3c80a66c276caf004c1176985e5662815482586757405", - "Addresses": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "AllowedIPs": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "Endpoints": ["77.164.248.136:54362", "10.65.0.27:54362", "172.17.0.1:54362"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45459}, - {"Proto": "peerapi6", "Port": 45459} - ]}, - "Created": "2026-04-09T01:36:18.290878787Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3227942569625689, - "StableID": "ngQrJWawCS11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "DiscoKey": "discokey:0b4526725f1e9be332e780ab3a5a115b71f0691f8accd0ee276f4fd03383e972", - "Addresses": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "AllowedIPs": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "Endpoints": ["77.164.248.136:37747", "10.65.0.27:37747", "172.17.0.1:37747"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61122}, - {"Proto": "peerapi6", "Port": 61122} - ]}, - "Created": "2026-04-09T01:36:12.871641055Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4776162533827764, - "StableID": "n992v4h8Je11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "DiscoKey": "discokey:f9d6e1f0438a5e6accf180d032bb726e19a030bd26dc274adab33aa1343efc12", - "Addresses": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "AllowedIPs": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "Endpoints": ["77.164.248.136:49126", "10.65.0.27:49126", "172.17.0.1:49126"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36862}, - {"Proto": "peerapi6", "Port": 36862} - ]}, - "Created": "2026-04-09T01:36:13.397619138Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5369658495970688, - "StableID": "nMRvkkpvvi11CNTRL", + "ID": 394997240677806, + "StableID": "ndJ9Zeut5411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "DiscoKey": "discokey:b5005af55481effc2d365e4188f43052963ca1fc1fff00ac9c68e306b9cb6826", - "Addresses": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "AllowedIPs": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "Endpoints": ["77.164.248.136:45719", "10.65.0.27:45719", "172.17.0.1:45719"], + "Key": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "DiscoKey": "discokey:3bc51a9501c9259b165e307830756c1adc505dd659c44bf2826a6fcd9006f729", + "Addresses": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "AllowedIPs": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "Endpoints": ["77.164.248.136:53577", "10.65.0.27:53577", "172.17.0.1:53577"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49731}, - {"Proto": "peerapi6", "Port": 49731} + {"Proto": "peerapi4", "Port": 41406}, + {"Proto": "peerapi6", "Port": 41406} ]}, - "Created": "2026-04-09T01:36:14.479697345Z", + "Created": "2026-04-09T08:42:13.907492106Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6080978950276113, - "StableID": "nzw6WK16Vp11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "DiscoKey": "discokey:0d02995678dac3c6ba87bf50935f1ba58321e4f136f1f78a81622901777f512a", - "Addresses": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "AllowedIPs": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40026}, - {"Proto": "peerapi6", "Port": 40026} - ]}, - "Created": "2026-04-09T01:36:13.940745211Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6098863445707159, - "StableID": "nn8z7ToBdp11CNTRL", + "ID": 894146159518578, + "StableID": "nuUuFohxy711CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "DiscoKey": "discokey:9a9367b1d88d5cdb81a7bfac42f918aa57cda8bff2f9738145b9da14c755f166", - "Addresses": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "AllowedIPs": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "Endpoints": ["77.164.248.136:37304", "10.65.0.27:37304", "172.17.0.1:37304"], + "Key": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "DiscoKey": "discokey:509f69be589bbfff5844513f52a13378eb70109e1a3966cb0c44a8ba681be758", + "Addresses": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "AllowedIPs": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "Endpoints": ["77.164.248.136:58511", "10.65.0.27:58511", "172.17.0.1:58511"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64132}, - {"Proto": "peerapi6", "Port": 64132} + {"Proto": "peerapi4", "Port": 35876}, + {"Proto": "peerapi6", "Port": 35876} ]}, - "Created": "2026-04-09T01:36:17.732956357Z", + "Created": "2026-04-09T08:42:17.098712574Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7455026716304681, - "StableID": "nUx3PouPD121CNTRL", + "ID": 2364409799723318, + "StableID": "nBMiT63rTK11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "DiscoKey": "discokey:cd0c06742525f7b6a6fe41d5ac6aa18f9afc9438325a0a53bccbc78db93e2c56", - "Addresses": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "AllowedIPs": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "Endpoints": ["77.164.248.136:43742", "10.65.0.27:43742", "172.17.0.1:43742"], + "Key": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "DiscoKey": "discokey:37c0a1e73722c0baf1207298a0efd90681077923fdc508e0259a381c91e7267c", + "Addresses": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "AllowedIPs": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "Endpoints": ["77.164.248.136:60436", "10.65.0.27:60436", "172.17.0.1:60436"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47537}, - {"Proto": "peerapi6", "Port": 47537} + {"Proto": "peerapi4", "Port": 49448}, + {"Proto": "peerapi6", "Port": 49448} ]}, - "Created": "2026-04-09T01:36:15.029135164Z", + "Created": "2026-04-09T08:42:14.433231469Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7988363625233922, - "StableID": "nMkMhTmwN521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "DiscoKey": "discokey:51557f36c4b2e89c7356c7189cd1a489945e3d20dd633ef3e737d39bcb0a0d15", - "Addresses": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "AllowedIPs": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 45924}, - {"Proto": "peerapi6", "Port": 45924} - ]}, - "Created": "2026-04-09T01:36:17.194578795Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 8127044696659219, - "StableID": "nvW26dgkT621CNTRL", + "ID": 2657818561153216, + "StableID": "nXifyRPjkM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "DiscoKey": "discokey:11e3a9ebad33d62f789f293c954f5fbabac1a1bc428fe29fe1dac928aa93895d", - "Addresses": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "AllowedIPs": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "Endpoints": ["77.164.248.136:60437", "10.65.0.27:60437", "172.17.0.1:60437"], + "Key": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "DiscoKey": "discokey:dfef46e366f39f54a962c22c405ca7465d40e9470f31b4fbf4a4d32b6c84f444", + "Addresses": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "AllowedIPs": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "Endpoints": ["77.164.248.136:50764", "10.65.0.27:50764", "172.17.0.1:50764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54412}, - {"Proto": "peerapi6", "Port": 54412} + {"Proto": "peerapi4", "Port": 32846}, + {"Proto": "peerapi6", "Port": 32846} ]}, - "Created": "2026-04-09T01:36:12.30447157Z", + "Created": "2026-04-09T08:42:11.770619853Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8855526514852103, - "StableID": "n6runafg9C21CNTRL", + "ID": 4951833054790952, + "StableID": "nMTBJwFhff11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "DiscoKey": "discokey:482387dc0fb5ea24656db87065a3a28d4fc39587febf711779051cd81b609616", + "Addresses": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "AllowedIPs": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "Endpoints": ["77.164.248.136:33801", "10.65.0.27:33801", "172.17.0.1:33801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 51671}, + {"Proto": "peerapi6", "Port": 51671} + ]}, + "Created": "2026-04-09T08:42:16.033314591Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5377297481177833, + "StableID": "nrFriDVPzi11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:959f3e5a3a3354cfd1c1b611f4b9e3a62b90be1530afde0d09a7c467b732050d", + "Addresses": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "AllowedIPs": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "Endpoints": ["77.164.248.136:39389", "10.65.0.27:39389", "172.17.0.1:39389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46987}, + {"Proto": "peerapi6", "Port": 46987} + ]}, + "Created": "2026-04-09T08:42:18.726865524Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6470188450444791, + "StableID": "ntjHFzsMXs11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "DiscoKey": "discokey:c358c6849f7c3a4561ec65b879c5d152ce6754d63539e30dcca89c21ba98e972", + "Addresses": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "AllowedIPs": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "Endpoints": ["77.164.248.136:45021", "10.65.0.27:45021", "172.17.0.1:45021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44874}, + {"Proto": "peerapi6", "Port": 44874} + ]}, + "Created": "2026-04-09T08:42:11.284229233Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6918520222213496, + "StableID": "n5DJg5oQ2w11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "DiscoKey": "discokey:c994222eecb747591c5b1163fea9e358916f428e9f2e1eb9186b303cdd431e00", - "Addresses": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "AllowedIPs": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "Endpoints": ["77.164.248.136:57955", "10.65.0.27:57955", "172.17.0.1:57955"], + "Key": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "DiscoKey": "discokey:5c582f4ce1b0efb962d415755c628b1df4ed5ebead38a46d4db5f6ad3dd40a18", + "Addresses": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "AllowedIPs": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "Endpoints": ["77.164.248.136:51837", "10.65.0.27:51837", "172.17.0.1:51837"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 35375}, - {"Proto": "peerapi6", "Port": 35375} + {"Proto": "peerapi4", "Port": 49531}, + {"Proto": "peerapi6", "Port": 49531} ]}, - "Created": "2026-04-09T01:36:16.110947305Z", + "Created": "2026-04-09T08:42:15.487505625Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" + }, { + "ID": 7206475029524484, + "StableID": "n5wnwyspGy11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "DiscoKey": "discokey:155c6a16461c9fb2dcbdc5ab38d535f2c399543e5d72020034bebb81a3008261", + "Addresses": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "AllowedIPs": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "Endpoints": ["77.164.248.136:58283", "10.65.0.27:58283", "172.17.0.1:58283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 55774}, + {"Proto": "peerapi6", "Port": 55774} + ]}, + "Created": "2026-04-09T08:42:13.374810891Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7613361641966104, + "StableID": "nK8yZp67T221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:17aa982bc46fc7c1238485039f966df7ea88d09cdafb0c5211c47d2ce80f3210", + "Addresses": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "AllowedIPs": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "Endpoints": ["77.164.248.136:55498", "10.65.0.27:55498", "172.17.0.1:55498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59561}, + {"Proto": "peerapi6", "Port": 59561} + ]}, + "Created": "2026-04-09T08:42:18.165096388Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7856691890074376, + "StableID": "nMBDMTyJM421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "DiscoKey": "discokey:53b0ca54e37406cda38f85c0c85dc4c98556b41d3790d6cdb1a156191038bc58", + "Addresses": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "AllowedIPs": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "Endpoints": ["77.164.248.136:57078", "10.65.0.27:57078", "172.17.0.1:57078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 43543}, + {"Proto": "peerapi6", "Port": 43543} + ]}, + "Created": "2026-04-09T08:42:16.563476967Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8245532106920370, + "StableID": "nsmqnV9RP721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "DiscoKey": "discokey:030e80322983b15fe23262a5923e087d61023a84550fa184a57e5d0e6d7d2b3b", + "Addresses": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "AllowedIPs": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "Endpoints": ["77.164.248.136:34616", "10.65.0.27:34616", "172.17.0.1:34616"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53618}, + {"Proto": "peerapi6", "Port": 53618} + ]}, + "Created": "2026-04-09T08:42:12.849339275Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8565908481490153, + "StableID": "nc6AwetWt921CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "KeyExpiry": "2026-10-06T08:42:17Z", + "DiscoKey": "discokey:20bacb27e9cc2c5169c4599fd122ec9daa798f8edb5cd5f70c04c22bf47a6335", + "Addresses": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "AllowedIPs": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "Endpoints": ["77.164.248.136:59888", "10.65.0.27:59888", "172.17.0.1:59888"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53731}, + {"Proto": "peerapi6", "Port": 53731} + ]}, + "Created": "2026-04-09T08:42:17.62837426Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8581114007864986, + "StableID": "nZkNEDKQ1A21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "DiscoKey": "discokey:2e812c6829957886d069e912d18eddbf9248e00d2e214c348e125803769f5459", + "Addresses": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "AllowedIPs": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "Endpoints": ["77.164.248.136:46359", "10.65.0.27:46359", "172.17.0.1:46359"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 53536}, + {"Proto": "peerapi6", "Port": 53536} + ]}, + "Created": "2026-04-09T08:42:12.307115885Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6363,27 +6375,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8870318046648919": { - "ID": 8870318046648919, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3569024880842999": { + "ID": 3569024880842999, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6414,22 +6428,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3032748301684646, - "StableID": "n5i9G1AYgQ11CNTRL", + "ID": 8565908481490153, + "StableID": "nc6AwetWt921CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:b2f6f2a8d39e7ae060c3c80a66c276caf004c1176985e5662815482586757405", - "Addresses": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "AllowedIPs": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "Endpoints": ["77.164.248.136:54362", "10.65.0.27:54362", "172.17.0.1:54362"], + "Key": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "KeyExpiry": "2026-10-06T08:42:17Z", + "DiscoKey": "discokey:20bacb27e9cc2c5169c4599fd122ec9daa798f8edb5cd5f70c04c22bf47a6335", + "Addresses": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "AllowedIPs": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "Endpoints": ["77.164.248.136:59888", "10.65.0.27:59888", "172.17.0.1:59888"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45459}, - {"Proto": "peerapi6", "Port": 45459}, + {"Proto": "peerapi4", "Port": 53731}, + {"Proto": "peerapi6", "Port": 53731}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:18.290878787Z", + "Created": "2026-04-09T08:42:17.62837426Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6456,299 +6470,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "MachineKey": "mkey:aee91122f9305ced5a2fad30b80b4236b3481f2fe15e61f84078462377b3a448", + "NodeKey": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "MachineKey": "mkey:0ecc412b5816989fea6134b32dd6923c568d01c89d4a0f3ad793f242da592178", "Peers": [{ - "ID": 814137294186547, - "StableID": "n4HhoM1jM711CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "DiscoKey": "discokey:4795ca5a7f2434c860b252a105b67ee29f37d7c74927d1d42b471e36851d1c3c", - "Addresses": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "AllowedIPs": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "Endpoints": ["77.164.248.136:50765", "10.65.0.27:50765", "172.17.0.1:50765"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36542}, - {"Proto": "peerapi6", "Port": 36542} - ]}, - "Created": "2026-04-09T01:36:11.81340163Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 831263476276471, - "StableID": "nUPVs9tUV711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "DiscoKey": "discokey:158fdd028ce868470a499625caac2e7091783525172d2028090e25627c441350", - "Addresses": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "AllowedIPs": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "Endpoints": ["77.164.248.136:43957", "10.65.0.27:43957", "172.17.0.1:43957"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58020}, - {"Proto": "peerapi6", "Port": 58020} - ]}, - "Created": "2026-04-09T01:36:16.654311263Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1028160128266075, - "StableID": "nCZRmL2f2911CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "KeyExpiry": "2026-10-06T01:36:19Z", - "DiscoKey": "discokey:d6f924b9f4e2d70374e39f3531bd1e7174d0d8a8b3e974f4836bfa40721a9526", - "Addresses": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "AllowedIPs": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47982}, - {"Proto": "peerapi6", "Port": 47982} - ]}, - "Created": "2026-04-09T01:36:19.737356254Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2055208107985169, - "StableID": "nSmqmFqo3H11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:da1dcc684d6ccd36df2aaf7cb13b2c2381b9bc87ba857981686ade667b0e8944", - "Addresses": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "AllowedIPs": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "Endpoints": ["77.164.248.136:54643", "10.65.0.27:54643", "172.17.0.1:54643"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43665}, - {"Proto": "peerapi6", "Port": 43665} - ]}, - "Created": "2026-04-09T01:36:18.826105012Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3227942569625689, - "StableID": "ngQrJWawCS11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "DiscoKey": "discokey:0b4526725f1e9be332e780ab3a5a115b71f0691f8accd0ee276f4fd03383e972", - "Addresses": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "AllowedIPs": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "Endpoints": ["77.164.248.136:37747", "10.65.0.27:37747", "172.17.0.1:37747"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61122}, - {"Proto": "peerapi6", "Port": 61122} - ]}, - "Created": "2026-04-09T01:36:12.871641055Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4776162533827764, - "StableID": "n992v4h8Je11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "DiscoKey": "discokey:f9d6e1f0438a5e6accf180d032bb726e19a030bd26dc274adab33aa1343efc12", - "Addresses": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "AllowedIPs": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "Endpoints": ["77.164.248.136:49126", "10.65.0.27:49126", "172.17.0.1:49126"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36862}, - {"Proto": "peerapi6", "Port": 36862} - ]}, - "Created": "2026-04-09T01:36:13.397619138Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5369658495970688, - "StableID": "nMRvkkpvvi11CNTRL", + "ID": 394997240677806, + "StableID": "ndJ9Zeut5411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "DiscoKey": "discokey:b5005af55481effc2d365e4188f43052963ca1fc1fff00ac9c68e306b9cb6826", - "Addresses": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "AllowedIPs": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "Endpoints": ["77.164.248.136:45719", "10.65.0.27:45719", "172.17.0.1:45719"], + "Key": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "DiscoKey": "discokey:3bc51a9501c9259b165e307830756c1adc505dd659c44bf2826a6fcd9006f729", + "Addresses": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "AllowedIPs": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "Endpoints": ["77.164.248.136:53577", "10.65.0.27:53577", "172.17.0.1:53577"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49731}, - {"Proto": "peerapi6", "Port": 49731} + {"Proto": "peerapi4", "Port": 41406}, + {"Proto": "peerapi6", "Port": 41406} ]}, - "Created": "2026-04-09T01:36:14.479697345Z", + "Created": "2026-04-09T08:42:13.907492106Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6080978950276113, - "StableID": "nzw6WK16Vp11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "DiscoKey": "discokey:0d02995678dac3c6ba87bf50935f1ba58321e4f136f1f78a81622901777f512a", - "Addresses": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "AllowedIPs": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40026}, - {"Proto": "peerapi6", "Port": 40026} - ]}, - "Created": "2026-04-09T01:36:13.940745211Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6098863445707159, - "StableID": "nn8z7ToBdp11CNTRL", + "ID": 894146159518578, + "StableID": "nuUuFohxy711CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "DiscoKey": "discokey:9a9367b1d88d5cdb81a7bfac42f918aa57cda8bff2f9738145b9da14c755f166", - "Addresses": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "AllowedIPs": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "Endpoints": ["77.164.248.136:37304", "10.65.0.27:37304", "172.17.0.1:37304"], + "Key": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "DiscoKey": "discokey:509f69be589bbfff5844513f52a13378eb70109e1a3966cb0c44a8ba681be758", + "Addresses": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "AllowedIPs": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "Endpoints": ["77.164.248.136:58511", "10.65.0.27:58511", "172.17.0.1:58511"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64132}, - {"Proto": "peerapi6", "Port": 64132} + {"Proto": "peerapi4", "Port": 35876}, + {"Proto": "peerapi6", "Port": 35876} ]}, - "Created": "2026-04-09T01:36:17.732956357Z", + "Created": "2026-04-09T08:42:17.098712574Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7455026716304681, - "StableID": "nUx3PouPD121CNTRL", + "ID": 2364409799723318, + "StableID": "nBMiT63rTK11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "DiscoKey": "discokey:cd0c06742525f7b6a6fe41d5ac6aa18f9afc9438325a0a53bccbc78db93e2c56", - "Addresses": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "AllowedIPs": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "Endpoints": ["77.164.248.136:43742", "10.65.0.27:43742", "172.17.0.1:43742"], + "Key": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "DiscoKey": "discokey:37c0a1e73722c0baf1207298a0efd90681077923fdc508e0259a381c91e7267c", + "Addresses": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "AllowedIPs": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "Endpoints": ["77.164.248.136:60436", "10.65.0.27:60436", "172.17.0.1:60436"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47537}, - {"Proto": "peerapi6", "Port": 47537} + {"Proto": "peerapi4", "Port": 49448}, + {"Proto": "peerapi6", "Port": 49448} ]}, - "Created": "2026-04-09T01:36:15.029135164Z", + "Created": "2026-04-09T08:42:14.433231469Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7988363625233922, - "StableID": "nMkMhTmwN521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "DiscoKey": "discokey:51557f36c4b2e89c7356c7189cd1a489945e3d20dd633ef3e737d39bcb0a0d15", - "Addresses": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "AllowedIPs": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 45924}, - {"Proto": "peerapi6", "Port": 45924} - ]}, - "Created": "2026-04-09T01:36:17.194578795Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 8127044696659219, - "StableID": "nvW26dgkT621CNTRL", + "ID": 2657818561153216, + "StableID": "nXifyRPjkM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "DiscoKey": "discokey:11e3a9ebad33d62f789f293c954f5fbabac1a1bc428fe29fe1dac928aa93895d", - "Addresses": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "AllowedIPs": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "Endpoints": ["77.164.248.136:60437", "10.65.0.27:60437", "172.17.0.1:60437"], + "Key": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "DiscoKey": "discokey:dfef46e366f39f54a962c22c405ca7465d40e9470f31b4fbf4a4d32b6c84f444", + "Addresses": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "AllowedIPs": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "Endpoints": ["77.164.248.136:50764", "10.65.0.27:50764", "172.17.0.1:50764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54412}, - {"Proto": "peerapi6", "Port": 54412} + {"Proto": "peerapi4", "Port": 32846}, + {"Proto": "peerapi6", "Port": 32846} ]}, - "Created": "2026-04-09T01:36:12.30447157Z", + "Created": "2026-04-09T08:42:11.770619853Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8855526514852103, - "StableID": "n6runafg9C21CNTRL", + "ID": 3569024880842999, + "StableID": "nQ3nASERsU11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "DiscoKey": "discokey:9804d025607a35536255f0e147afaacfa1ea4bde6425ebcf5069c4314937d55f", + "Addresses": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "AllowedIPs": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "Endpoints": ["77.164.248.136:45234", "10.65.0.27:45234", "172.17.0.1:45234"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56823}, + {"Proto": "peerapi6", "Port": 56823} + ]}, + "Created": "2026-04-09T08:42:14.961691423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4951833054790952, + "StableID": "nMTBJwFhff11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "DiscoKey": "discokey:482387dc0fb5ea24656db87065a3a28d4fc39587febf711779051cd81b609616", + "Addresses": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "AllowedIPs": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "Endpoints": ["77.164.248.136:33801", "10.65.0.27:33801", "172.17.0.1:33801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 51671}, + {"Proto": "peerapi6", "Port": 51671} + ]}, + "Created": "2026-04-09T08:42:16.033314591Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5377297481177833, + "StableID": "nrFriDVPzi11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:959f3e5a3a3354cfd1c1b611f4b9e3a62b90be1530afde0d09a7c467b732050d", + "Addresses": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "AllowedIPs": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46987}, + {"Proto": "peerapi6", "Port": 46987} + ]}, + "Created": "2026-04-09T08:42:18.726865524Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6470188450444791, + "StableID": "ntjHFzsMXs11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "DiscoKey": "discokey:c358c6849f7c3a4561ec65b879c5d152ce6754d63539e30dcca89c21ba98e972", + "Addresses": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "AllowedIPs": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "Endpoints": ["77.164.248.136:45021", "10.65.0.27:45021", "172.17.0.1:45021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44874}, + {"Proto": "peerapi6", "Port": 44874} + ]}, + "Created": "2026-04-09T08:42:11.284229233Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6918520222213496, + "StableID": "n5DJg5oQ2w11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "DiscoKey": "discokey:c994222eecb747591c5b1163fea9e358916f428e9f2e1eb9186b303cdd431e00", - "Addresses": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "AllowedIPs": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "Endpoints": ["77.164.248.136:57955", "10.65.0.27:57955", "172.17.0.1:57955"], + "Key": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "DiscoKey": "discokey:5c582f4ce1b0efb962d415755c628b1df4ed5ebead38a46d4db5f6ad3dd40a18", + "Addresses": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "AllowedIPs": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "Endpoints": ["77.164.248.136:51837", "10.65.0.27:51837", "172.17.0.1:51837"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 35375}, - {"Proto": "peerapi6", "Port": 35375} + {"Proto": "peerapi4", "Port": 49531}, + {"Proto": "peerapi6", "Port": 49531} ]}, - "Created": "2026-04-09T01:36:16.110947305Z", + "Created": "2026-04-09T08:42:15.487505625Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8870318046648919, - "StableID": "n2phoPDPGC21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7206475029524484, + "StableID": "n5wnwyspGy11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "DiscoKey": "discokey:0e79d4bca2044ae8aca2a2125cee2e316f70e4fbdbba0f3b6162756fcb11e715", - "Addresses": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "AllowedIPs": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "Endpoints": ["77.164.248.136:55865", "10.65.0.27:55865", "172.17.0.1:55865"], + "Key": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "DiscoKey": "discokey:155c6a16461c9fb2dcbdc5ab38d535f2c399543e5d72020034bebb81a3008261", + "Addresses": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "AllowedIPs": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "Endpoints": ["77.164.248.136:58283", "10.65.0.27:58283", "172.17.0.1:58283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 61763}, - {"Proto": "peerapi6", "Port": 61763} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 55774}, + {"Proto": "peerapi6", "Port": 55774} ]}, - "Created": "2026-04-09T01:36:15.567698976Z", + "Created": "2026-04-09T08:42:13.374810891Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7613361641966104, + "StableID": "nK8yZp67T221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:17aa982bc46fc7c1238485039f966df7ea88d09cdafb0c5211c47d2ce80f3210", + "Addresses": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "AllowedIPs": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "Endpoints": ["77.164.248.136:55498", "10.65.0.27:55498", "172.17.0.1:55498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59561}, + {"Proto": "peerapi6", "Port": 59561} + ]}, + "Created": "2026-04-09T08:42:18.165096388Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7856691890074376, + "StableID": "nMBDMTyJM421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "DiscoKey": "discokey:53b0ca54e37406cda38f85c0c85dc4c98556b41d3790d6cdb1a156191038bc58", + "Addresses": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "AllowedIPs": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "Endpoints": ["77.164.248.136:57078", "10.65.0.27:57078", "172.17.0.1:57078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 43543}, + {"Proto": "peerapi6", "Port": 43543} + ]}, + "Created": "2026-04-09T08:42:16.563476967Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8245532106920370, + "StableID": "nsmqnV9RP721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "DiscoKey": "discokey:030e80322983b15fe23262a5923e087d61023a84550fa184a57e5d0e6d7d2b3b", + "Addresses": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "AllowedIPs": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "Endpoints": ["77.164.248.136:34616", "10.65.0.27:34616", "172.17.0.1:34616"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53618}, + {"Proto": "peerapi6", "Port": 53618} + ]}, + "Created": "2026-04-09T08:42:12.849339275Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8581114007864986, + "StableID": "nZkNEDKQ1A21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "DiscoKey": "discokey:2e812c6829957886d069e912d18eddbf9248e00d2e214c348e125803769f5459", + "Addresses": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "AllowedIPs": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "Endpoints": ["77.164.248.136:46359", "10.65.0.27:46359", "172.17.0.1:46359"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 53536}, + {"Proto": "peerapi6", "Port": 53536} + ]}, + "Created": "2026-04-09T08:42:12.307115885Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7596,23 +7611,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7643,21 +7659,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7988363625233922, - "StableID": "nMkMhTmwN521CNTRL", + "ID": 7856691890074376, + "StableID": "nMBDMTyJM421CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 7988363625233922, - "Key": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "DiscoKey": "discokey:51557f36c4b2e89c7356c7189cd1a489945e3d20dd633ef3e737d39bcb0a0d15", - "Addresses": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "AllowedIPs": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], + "User": 7856691890074376, + "Key": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "DiscoKey": "discokey:53b0ca54e37406cda38f85c0c85dc4c98556b41d3790d6cdb1a156191038bc58", + "Addresses": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "AllowedIPs": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "Endpoints": ["77.164.248.136:57078", "10.65.0.27:57078", "172.17.0.1:57078"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 45924}, - {"Proto": "peerapi6", "Port": 45924}, + {"Proto": "peerapi4", "Port": 43543}, + {"Proto": "peerapi6", "Port": 43543}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:17.194578795Z", + "Created": "2026-04-09T08:42:16.563476967Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7685,299 +7701,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "MachineKey": "mkey:77d8a88504e13df043f4ab64dbf3bc92772e6e3a87eeba01af89d39cab9e8a3e", + "NodeKey": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "MachineKey": "mkey:4088401ddf2b36fbe636c34d834e3cca65edc5c69380af0f8e666a5a2294ea39", "Peers": [{ - "ID": 814137294186547, - "StableID": "n4HhoM1jM711CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "DiscoKey": "discokey:4795ca5a7f2434c860b252a105b67ee29f37d7c74927d1d42b471e36851d1c3c", - "Addresses": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "AllowedIPs": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "Endpoints": ["77.164.248.136:50765", "10.65.0.27:50765", "172.17.0.1:50765"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36542}, - {"Proto": "peerapi6", "Port": 36542} - ]}, - "Created": "2026-04-09T01:36:11.81340163Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 831263476276471, - "StableID": "nUPVs9tUV711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "DiscoKey": "discokey:158fdd028ce868470a499625caac2e7091783525172d2028090e25627c441350", - "Addresses": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "AllowedIPs": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "Endpoints": ["77.164.248.136:43957", "10.65.0.27:43957", "172.17.0.1:43957"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58020}, - {"Proto": "peerapi6", "Port": 58020} - ]}, - "Created": "2026-04-09T01:36:16.654311263Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1028160128266075, - "StableID": "nCZRmL2f2911CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "KeyExpiry": "2026-10-06T01:36:19Z", - "DiscoKey": "discokey:d6f924b9f4e2d70374e39f3531bd1e7174d0d8a8b3e974f4836bfa40721a9526", - "Addresses": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "AllowedIPs": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47982}, - {"Proto": "peerapi6", "Port": 47982} - ]}, - "Created": "2026-04-09T01:36:19.737356254Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2055208107985169, - "StableID": "nSmqmFqo3H11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:da1dcc684d6ccd36df2aaf7cb13b2c2381b9bc87ba857981686ade667b0e8944", - "Addresses": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "AllowedIPs": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "Endpoints": ["77.164.248.136:54643", "10.65.0.27:54643", "172.17.0.1:54643"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43665}, - {"Proto": "peerapi6", "Port": 43665} - ]}, - "Created": "2026-04-09T01:36:18.826105012Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3032748301684646, - "StableID": "n5i9G1AYgQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:b2f6f2a8d39e7ae060c3c80a66c276caf004c1176985e5662815482586757405", - "Addresses": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "AllowedIPs": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "Endpoints": ["77.164.248.136:54362", "10.65.0.27:54362", "172.17.0.1:54362"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45459}, - {"Proto": "peerapi6", "Port": 45459} - ]}, - "Created": "2026-04-09T01:36:18.290878787Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3227942569625689, - "StableID": "ngQrJWawCS11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "DiscoKey": "discokey:0b4526725f1e9be332e780ab3a5a115b71f0691f8accd0ee276f4fd03383e972", - "Addresses": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "AllowedIPs": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "Endpoints": ["77.164.248.136:37747", "10.65.0.27:37747", "172.17.0.1:37747"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61122}, - {"Proto": "peerapi6", "Port": 61122} - ]}, - "Created": "2026-04-09T01:36:12.871641055Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4776162533827764, - "StableID": "n992v4h8Je11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "DiscoKey": "discokey:f9d6e1f0438a5e6accf180d032bb726e19a030bd26dc274adab33aa1343efc12", - "Addresses": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "AllowedIPs": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "Endpoints": ["77.164.248.136:49126", "10.65.0.27:49126", "172.17.0.1:49126"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36862}, - {"Proto": "peerapi6", "Port": 36862} - ]}, - "Created": "2026-04-09T01:36:13.397619138Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5369658495970688, - "StableID": "nMRvkkpvvi11CNTRL", + "ID": 394997240677806, + "StableID": "ndJ9Zeut5411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "DiscoKey": "discokey:b5005af55481effc2d365e4188f43052963ca1fc1fff00ac9c68e306b9cb6826", - "Addresses": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "AllowedIPs": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "Endpoints": ["77.164.248.136:45719", "10.65.0.27:45719", "172.17.0.1:45719"], + "Key": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "DiscoKey": "discokey:3bc51a9501c9259b165e307830756c1adc505dd659c44bf2826a6fcd9006f729", + "Addresses": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "AllowedIPs": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "Endpoints": ["77.164.248.136:53577", "10.65.0.27:53577", "172.17.0.1:53577"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49731}, - {"Proto": "peerapi6", "Port": 49731} + {"Proto": "peerapi4", "Port": 41406}, + {"Proto": "peerapi6", "Port": 41406} ]}, - "Created": "2026-04-09T01:36:14.479697345Z", + "Created": "2026-04-09T08:42:13.907492106Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6080978950276113, - "StableID": "nzw6WK16Vp11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "DiscoKey": "discokey:0d02995678dac3c6ba87bf50935f1ba58321e4f136f1f78a81622901777f512a", - "Addresses": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "AllowedIPs": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40026}, - {"Proto": "peerapi6", "Port": 40026} - ]}, - "Created": "2026-04-09T01:36:13.940745211Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6098863445707159, - "StableID": "nn8z7ToBdp11CNTRL", + "ID": 894146159518578, + "StableID": "nuUuFohxy711CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "DiscoKey": "discokey:9a9367b1d88d5cdb81a7bfac42f918aa57cda8bff2f9738145b9da14c755f166", - "Addresses": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "AllowedIPs": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "Endpoints": ["77.164.248.136:37304", "10.65.0.27:37304", "172.17.0.1:37304"], + "Key": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "DiscoKey": "discokey:509f69be589bbfff5844513f52a13378eb70109e1a3966cb0c44a8ba681be758", + "Addresses": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "AllowedIPs": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "Endpoints": ["77.164.248.136:58511", "10.65.0.27:58511", "172.17.0.1:58511"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64132}, - {"Proto": "peerapi6", "Port": 64132} + {"Proto": "peerapi4", "Port": 35876}, + {"Proto": "peerapi6", "Port": 35876} ]}, - "Created": "2026-04-09T01:36:17.732956357Z", + "Created": "2026-04-09T08:42:17.098712574Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7455026716304681, - "StableID": "nUx3PouPD121CNTRL", + "ID": 2364409799723318, + "StableID": "nBMiT63rTK11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "DiscoKey": "discokey:cd0c06742525f7b6a6fe41d5ac6aa18f9afc9438325a0a53bccbc78db93e2c56", - "Addresses": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "AllowedIPs": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "Endpoints": ["77.164.248.136:43742", "10.65.0.27:43742", "172.17.0.1:43742"], + "Key": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "DiscoKey": "discokey:37c0a1e73722c0baf1207298a0efd90681077923fdc508e0259a381c91e7267c", + "Addresses": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "AllowedIPs": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "Endpoints": ["77.164.248.136:60436", "10.65.0.27:60436", "172.17.0.1:60436"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47537}, - {"Proto": "peerapi6", "Port": 47537} + {"Proto": "peerapi4", "Port": 49448}, + {"Proto": "peerapi6", "Port": 49448} ]}, - "Created": "2026-04-09T01:36:15.029135164Z", + "Created": "2026-04-09T08:42:14.433231469Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 8127044696659219, - "StableID": "nvW26dgkT621CNTRL", + "ID": 2657818561153216, + "StableID": "nXifyRPjkM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "DiscoKey": "discokey:11e3a9ebad33d62f789f293c954f5fbabac1a1bc428fe29fe1dac928aa93895d", - "Addresses": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "AllowedIPs": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "Endpoints": ["77.164.248.136:60437", "10.65.0.27:60437", "172.17.0.1:60437"], + "Key": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "DiscoKey": "discokey:dfef46e366f39f54a962c22c405ca7465d40e9470f31b4fbf4a4d32b6c84f444", + "Addresses": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "AllowedIPs": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "Endpoints": ["77.164.248.136:50764", "10.65.0.27:50764", "172.17.0.1:50764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54412}, - {"Proto": "peerapi6", "Port": 54412} + {"Proto": "peerapi4", "Port": 32846}, + {"Proto": "peerapi6", "Port": 32846} ]}, - "Created": "2026-04-09T01:36:12.30447157Z", + "Created": "2026-04-09T08:42:11.770619853Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8855526514852103, - "StableID": "n6runafg9C21CNTRL", + "ID": 3569024880842999, + "StableID": "nQ3nASERsU11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "DiscoKey": "discokey:9804d025607a35536255f0e147afaacfa1ea4bde6425ebcf5069c4314937d55f", + "Addresses": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "AllowedIPs": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "Endpoints": ["77.164.248.136:45234", "10.65.0.27:45234", "172.17.0.1:45234"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56823}, + {"Proto": "peerapi6", "Port": 56823} + ]}, + "Created": "2026-04-09T08:42:14.961691423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4951833054790952, + "StableID": "nMTBJwFhff11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "DiscoKey": "discokey:482387dc0fb5ea24656db87065a3a28d4fc39587febf711779051cd81b609616", + "Addresses": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "AllowedIPs": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "Endpoints": ["77.164.248.136:33801", "10.65.0.27:33801", "172.17.0.1:33801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 51671}, + {"Proto": "peerapi6", "Port": 51671} + ]}, + "Created": "2026-04-09T08:42:16.033314591Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5377297481177833, + "StableID": "nrFriDVPzi11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:959f3e5a3a3354cfd1c1b611f4b9e3a62b90be1530afde0d09a7c467b732050d", + "Addresses": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "AllowedIPs": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46987}, + {"Proto": "peerapi6", "Port": 46987} + ]}, + "Created": "2026-04-09T08:42:18.726865524Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6470188450444791, + "StableID": "ntjHFzsMXs11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "DiscoKey": "discokey:c358c6849f7c3a4561ec65b879c5d152ce6754d63539e30dcca89c21ba98e972", + "Addresses": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "AllowedIPs": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "Endpoints": ["77.164.248.136:45021", "10.65.0.27:45021", "172.17.0.1:45021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44874}, + {"Proto": "peerapi6", "Port": 44874} + ]}, + "Created": "2026-04-09T08:42:11.284229233Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6918520222213496, + "StableID": "n5DJg5oQ2w11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "DiscoKey": "discokey:c994222eecb747591c5b1163fea9e358916f428e9f2e1eb9186b303cdd431e00", - "Addresses": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "AllowedIPs": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "Endpoints": ["77.164.248.136:57955", "10.65.0.27:57955", "172.17.0.1:57955"], + "Key": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "DiscoKey": "discokey:5c582f4ce1b0efb962d415755c628b1df4ed5ebead38a46d4db5f6ad3dd40a18", + "Addresses": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "AllowedIPs": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "Endpoints": ["77.164.248.136:51837", "10.65.0.27:51837", "172.17.0.1:51837"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 35375}, - {"Proto": "peerapi6", "Port": 35375} + {"Proto": "peerapi4", "Port": 49531}, + {"Proto": "peerapi6", "Port": 49531} ]}, - "Created": "2026-04-09T01:36:16.110947305Z", + "Created": "2026-04-09T08:42:15.487505625Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8870318046648919, - "StableID": "n2phoPDPGC21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7206475029524484, + "StableID": "n5wnwyspGy11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "DiscoKey": "discokey:0e79d4bca2044ae8aca2a2125cee2e316f70e4fbdbba0f3b6162756fcb11e715", - "Addresses": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "AllowedIPs": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "Endpoints": ["77.164.248.136:55865", "10.65.0.27:55865", "172.17.0.1:55865"], + "Key": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "DiscoKey": "discokey:155c6a16461c9fb2dcbdc5ab38d535f2c399543e5d72020034bebb81a3008261", + "Addresses": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "AllowedIPs": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "Endpoints": ["77.164.248.136:58283", "10.65.0.27:58283", "172.17.0.1:58283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 61763}, - {"Proto": "peerapi6", "Port": 61763} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 55774}, + {"Proto": "peerapi6", "Port": 55774} ]}, - "Created": "2026-04-09T01:36:15.567698976Z", + "Created": "2026-04-09T08:42:13.374810891Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7613361641966104, + "StableID": "nK8yZp67T221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:17aa982bc46fc7c1238485039f966df7ea88d09cdafb0c5211c47d2ce80f3210", + "Addresses": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "AllowedIPs": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "Endpoints": ["77.164.248.136:55498", "10.65.0.27:55498", "172.17.0.1:55498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59561}, + {"Proto": "peerapi6", "Port": 59561} + ]}, + "Created": "2026-04-09T08:42:18.165096388Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8245532106920370, + "StableID": "nsmqnV9RP721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "DiscoKey": "discokey:030e80322983b15fe23262a5923e087d61023a84550fa184a57e5d0e6d7d2b3b", + "Addresses": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "AllowedIPs": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "Endpoints": ["77.164.248.136:34616", "10.65.0.27:34616", "172.17.0.1:34616"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53618}, + {"Proto": "peerapi6", "Port": 53618} + ]}, + "Created": "2026-04-09T08:42:12.849339275Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8565908481490153, + "StableID": "nc6AwetWt921CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "KeyExpiry": "2026-10-06T08:42:17Z", + "DiscoKey": "discokey:20bacb27e9cc2c5169c4599fd122ec9daa798f8edb5cd5f70c04c22bf47a6335", + "Addresses": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "AllowedIPs": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "Endpoints": ["77.164.248.136:59888", "10.65.0.27:59888", "172.17.0.1:59888"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53731}, + {"Proto": "peerapi6", "Port": 53731} + ]}, + "Created": "2026-04-09T08:42:17.62837426Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8581114007864986, + "StableID": "nZkNEDKQ1A21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "DiscoKey": "discokey:2e812c6829957886d069e912d18eddbf9248e00d2e214c348e125803769f5459", + "Addresses": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "AllowedIPs": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "Endpoints": ["77.164.248.136:46359", "10.65.0.27:46359", "172.17.0.1:46359"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 53536}, + {"Proto": "peerapi6", "Port": 53536} + ]}, + "Created": "2026-04-09T08:42:12.307115885Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8825,27 +8842,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7988363625233922": { - "ID": 7988363625233922, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7856691890074376": { + "ID": 7856691890074376, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8876,26 +8895,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8127044696659219, - "StableID": "nvW26dgkT621CNTRL", + "ID": 2657818561153216, + "StableID": "nXifyRPjkM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 8127044696659219, - "Key": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "DiscoKey": "discokey:11e3a9ebad33d62f789f293c954f5fbabac1a1bc428fe29fe1dac928aa93895d", - "Addresses": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "AllowedIPs": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "Endpoints": ["77.164.248.136:60437", "10.65.0.27:60437", "172.17.0.1:60437"], + "User": 2657818561153216, + "Key": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "DiscoKey": "discokey:dfef46e366f39f54a962c22c405ca7465d40e9470f31b4fbf4a4d32b6c84f444", + "Addresses": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "AllowedIPs": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "Endpoints": ["77.164.248.136:50764", "10.65.0.27:50764", "172.17.0.1:50764"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 54412}, - {"Proto": "peerapi6", "Port": 54412}, + {"Proto": "peerapi4", "Port": 32846}, + {"Proto": "peerapi6", "Port": 32846}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:12.30447157Z", + "Created": "2026-04-09T08:42:11.770619853Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8923,301 +8942,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "MachineKey": "mkey:565bdb0beee8e5a0ee854fea9e6b403657a5d9a9c7874a39aa80f8c9ef23d43c", + "NodeKey": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "MachineKey": "mkey:d186cba122189f998f4886a10939036c60cca7b5edc1d23326d77cf9cdb0f129", "Peers": [{ - "ID": 814137294186547, - "StableID": "n4HhoM1jM711CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "DiscoKey": "discokey:4795ca5a7f2434c860b252a105b67ee29f37d7c74927d1d42b471e36851d1c3c", - "Addresses": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "AllowedIPs": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "Endpoints": ["77.164.248.136:50765", "10.65.0.27:50765", "172.17.0.1:50765"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36542}, - {"Proto": "peerapi6", "Port": 36542} - ]}, - "Created": "2026-04-09T01:36:11.81340163Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 831263476276471, - "StableID": "nUPVs9tUV711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "DiscoKey": "discokey:158fdd028ce868470a499625caac2e7091783525172d2028090e25627c441350", - "Addresses": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "AllowedIPs": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "Endpoints": ["77.164.248.136:43957", "10.65.0.27:43957", "172.17.0.1:43957"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58020}, - {"Proto": "peerapi6", "Port": 58020} - ]}, - "Created": "2026-04-09T01:36:16.654311263Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1028160128266075, - "StableID": "nCZRmL2f2911CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "KeyExpiry": "2026-10-06T01:36:19Z", - "DiscoKey": "discokey:d6f924b9f4e2d70374e39f3531bd1e7174d0d8a8b3e974f4836bfa40721a9526", - "Addresses": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "AllowedIPs": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "Endpoints": ["77.164.248.136:39659", "10.65.0.27:39659", "172.17.0.1:39659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47982}, - {"Proto": "peerapi6", "Port": 47982} - ]}, - "Created": "2026-04-09T01:36:19.737356254Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2055208107985169, - "StableID": "nSmqmFqo3H11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:da1dcc684d6ccd36df2aaf7cb13b2c2381b9bc87ba857981686ade667b0e8944", - "Addresses": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "AllowedIPs": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "Endpoints": ["77.164.248.136:54643", "10.65.0.27:54643", "172.17.0.1:54643"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43665}, - {"Proto": "peerapi6", "Port": 43665} - ]}, - "Created": "2026-04-09T01:36:18.826105012Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3032748301684646, - "StableID": "n5i9G1AYgQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:b2f6f2a8d39e7ae060c3c80a66c276caf004c1176985e5662815482586757405", - "Addresses": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "AllowedIPs": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "Endpoints": ["77.164.248.136:54362", "10.65.0.27:54362", "172.17.0.1:54362"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45459}, - {"Proto": "peerapi6", "Port": 45459} - ]}, - "Created": "2026-04-09T01:36:18.290878787Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3227942569625689, - "StableID": "ngQrJWawCS11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "DiscoKey": "discokey:0b4526725f1e9be332e780ab3a5a115b71f0691f8accd0ee276f4fd03383e972", - "Addresses": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "AllowedIPs": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "Endpoints": ["77.164.248.136:37747", "10.65.0.27:37747", "172.17.0.1:37747"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61122}, - {"Proto": "peerapi6", "Port": 61122} - ]}, - "Created": "2026-04-09T01:36:12.871641055Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4776162533827764, - "StableID": "n992v4h8Je11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "DiscoKey": "discokey:f9d6e1f0438a5e6accf180d032bb726e19a030bd26dc274adab33aa1343efc12", - "Addresses": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "AllowedIPs": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "Endpoints": ["77.164.248.136:49126", "10.65.0.27:49126", "172.17.0.1:49126"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36862}, - {"Proto": "peerapi6", "Port": 36862} - ]}, - "Created": "2026-04-09T01:36:13.397619138Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5369658495970688, - "StableID": "nMRvkkpvvi11CNTRL", + "ID": 394997240677806, + "StableID": "ndJ9Zeut5411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "DiscoKey": "discokey:b5005af55481effc2d365e4188f43052963ca1fc1fff00ac9c68e306b9cb6826", - "Addresses": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "AllowedIPs": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "Endpoints": ["77.164.248.136:45719", "10.65.0.27:45719", "172.17.0.1:45719"], + "Key": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "DiscoKey": "discokey:3bc51a9501c9259b165e307830756c1adc505dd659c44bf2826a6fcd9006f729", + "Addresses": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "AllowedIPs": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "Endpoints": ["77.164.248.136:53577", "10.65.0.27:53577", "172.17.0.1:53577"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49731}, - {"Proto": "peerapi6", "Port": 49731} + {"Proto": "peerapi4", "Port": 41406}, + {"Proto": "peerapi6", "Port": 41406} ]}, - "Created": "2026-04-09T01:36:14.479697345Z", + "Created": "2026-04-09T08:42:13.907492106Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6080978950276113, - "StableID": "nzw6WK16Vp11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "DiscoKey": "discokey:0d02995678dac3c6ba87bf50935f1ba58321e4f136f1f78a81622901777f512a", - "Addresses": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "AllowedIPs": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40026}, - {"Proto": "peerapi6", "Port": 40026} - ]}, - "Created": "2026-04-09T01:36:13.940745211Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6098863445707159, - "StableID": "nn8z7ToBdp11CNTRL", + "ID": 894146159518578, + "StableID": "nuUuFohxy711CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "DiscoKey": "discokey:9a9367b1d88d5cdb81a7bfac42f918aa57cda8bff2f9738145b9da14c755f166", - "Addresses": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "AllowedIPs": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "Endpoints": ["77.164.248.136:37304", "10.65.0.27:37304", "172.17.0.1:37304"], + "Key": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "DiscoKey": "discokey:509f69be589bbfff5844513f52a13378eb70109e1a3966cb0c44a8ba681be758", + "Addresses": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "AllowedIPs": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "Endpoints": ["77.164.248.136:58511", "10.65.0.27:58511", "172.17.0.1:58511"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64132}, - {"Proto": "peerapi6", "Port": 64132} + {"Proto": "peerapi4", "Port": 35876}, + {"Proto": "peerapi6", "Port": 35876} ]}, - "Created": "2026-04-09T01:36:17.732956357Z", + "Created": "2026-04-09T08:42:17.098712574Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7455026716304681, - "StableID": "nUx3PouPD121CNTRL", + "ID": 2364409799723318, + "StableID": "nBMiT63rTK11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "DiscoKey": "discokey:cd0c06742525f7b6a6fe41d5ac6aa18f9afc9438325a0a53bccbc78db93e2c56", - "Addresses": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "AllowedIPs": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "Endpoints": ["77.164.248.136:43742", "10.65.0.27:43742", "172.17.0.1:43742"], + "Key": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "DiscoKey": "discokey:37c0a1e73722c0baf1207298a0efd90681077923fdc508e0259a381c91e7267c", + "Addresses": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "AllowedIPs": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "Endpoints": ["77.164.248.136:60436", "10.65.0.27:60436", "172.17.0.1:60436"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47537}, - {"Proto": "peerapi6", "Port": 47537} + {"Proto": "peerapi4", "Port": 49448}, + {"Proto": "peerapi6", "Port": 49448} ]}, - "Created": "2026-04-09T01:36:15.029135164Z", + "Created": "2026-04-09T08:42:14.433231469Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7988363625233922, - "StableID": "nMkMhTmwN521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", + "ID": 3569024880842999, + "StableID": "nQ3nASERsU11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "DiscoKey": "discokey:51557f36c4b2e89c7356c7189cd1a489945e3d20dd633ef3e737d39bcb0a0d15", - "Addresses": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "AllowedIPs": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], + "Key": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "DiscoKey": "discokey:9804d025607a35536255f0e147afaacfa1ea4bde6425ebcf5069c4314937d55f", + "Addresses": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "AllowedIPs": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "Endpoints": ["77.164.248.136:45234", "10.65.0.27:45234", "172.17.0.1:45234"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 45924}, - {"Proto": "peerapi6", "Port": 45924} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56823}, + {"Proto": "peerapi6", "Port": 56823} ]}, - "Created": "2026-04-09T01:36:17.194578795Z", + "Created": "2026-04-09T08:42:14.961691423Z", "Cap": 131, - "Tags": ["tag:prod"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 8855526514852103, - "StableID": "n6runafg9C21CNTRL", + "ID": 4951833054790952, + "StableID": "nMTBJwFhff11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "DiscoKey": "discokey:482387dc0fb5ea24656db87065a3a28d4fc39587febf711779051cd81b609616", + "Addresses": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "AllowedIPs": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "Endpoints": ["77.164.248.136:33801", "10.65.0.27:33801", "172.17.0.1:33801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 51671}, + {"Proto": "peerapi6", "Port": 51671} + ]}, + "Created": "2026-04-09T08:42:16.033314591Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5377297481177833, + "StableID": "nrFriDVPzi11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:959f3e5a3a3354cfd1c1b611f4b9e3a62b90be1530afde0d09a7c467b732050d", + "Addresses": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "AllowedIPs": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "Endpoints": ["77.164.248.136:39389", "10.65.0.27:39389", "172.17.0.1:39389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46987}, + {"Proto": "peerapi6", "Port": 46987} + ]}, + "Created": "2026-04-09T08:42:18.726865524Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6470188450444791, + "StableID": "ntjHFzsMXs11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "DiscoKey": "discokey:c358c6849f7c3a4561ec65b879c5d152ce6754d63539e30dcca89c21ba98e972", + "Addresses": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "AllowedIPs": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "Endpoints": ["77.164.248.136:45021", "10.65.0.27:45021", "172.17.0.1:45021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44874}, + {"Proto": "peerapi6", "Port": 44874} + ]}, + "Created": "2026-04-09T08:42:11.284229233Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6918520222213496, + "StableID": "n5DJg5oQ2w11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "DiscoKey": "discokey:c994222eecb747591c5b1163fea9e358916f428e9f2e1eb9186b303cdd431e00", - "Addresses": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "AllowedIPs": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "Endpoints": ["77.164.248.136:57955", "10.65.0.27:57955", "172.17.0.1:57955"], + "Key": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "DiscoKey": "discokey:5c582f4ce1b0efb962d415755c628b1df4ed5ebead38a46d4db5f6ad3dd40a18", + "Addresses": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "AllowedIPs": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "Endpoints": ["77.164.248.136:51837", "10.65.0.27:51837", "172.17.0.1:51837"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 35375}, - {"Proto": "peerapi6", "Port": 35375} + {"Proto": "peerapi4", "Port": 49531}, + {"Proto": "peerapi6", "Port": 49531} ]}, - "Created": "2026-04-09T01:36:16.110947305Z", + "Created": "2026-04-09T08:42:15.487505625Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8870318046648919, - "StableID": "n2phoPDPGC21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7206475029524484, + "StableID": "n5wnwyspGy11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "DiscoKey": "discokey:0e79d4bca2044ae8aca2a2125cee2e316f70e4fbdbba0f3b6162756fcb11e715", - "Addresses": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "AllowedIPs": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "Endpoints": ["77.164.248.136:55865", "10.65.0.27:55865", "172.17.0.1:55865"], + "Key": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "DiscoKey": "discokey:155c6a16461c9fb2dcbdc5ab38d535f2c399543e5d72020034bebb81a3008261", + "Addresses": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "AllowedIPs": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "Endpoints": ["77.164.248.136:58283", "10.65.0.27:58283", "172.17.0.1:58283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 61763}, - {"Proto": "peerapi6", "Port": 61763} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 55774}, + {"Proto": "peerapi6", "Port": 55774} ]}, - "Created": "2026-04-09T01:36:15.567698976Z", + "Created": "2026-04-09T08:42:13.374810891Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7613361641966104, + "StableID": "nK8yZp67T221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:17aa982bc46fc7c1238485039f966df7ea88d09cdafb0c5211c47d2ce80f3210", + "Addresses": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "AllowedIPs": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "Endpoints": ["77.164.248.136:55498", "10.65.0.27:55498", "172.17.0.1:55498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59561}, + {"Proto": "peerapi6", "Port": 59561} + ]}, + "Created": "2026-04-09T08:42:18.165096388Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7856691890074376, + "StableID": "nMBDMTyJM421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "DiscoKey": "discokey:53b0ca54e37406cda38f85c0c85dc4c98556b41d3790d6cdb1a156191038bc58", + "Addresses": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "AllowedIPs": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "Endpoints": ["77.164.248.136:57078", "10.65.0.27:57078", "172.17.0.1:57078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 43543}, + {"Proto": "peerapi6", "Port": 43543} + ]}, + "Created": "2026-04-09T08:42:16.563476967Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8245532106920370, + "StableID": "nsmqnV9RP721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "DiscoKey": "discokey:030e80322983b15fe23262a5923e087d61023a84550fa184a57e5d0e6d7d2b3b", + "Addresses": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "AllowedIPs": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "Endpoints": ["77.164.248.136:34616", "10.65.0.27:34616", "172.17.0.1:34616"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53618}, + {"Proto": "peerapi6", "Port": 53618} + ]}, + "Created": "2026-04-09T08:42:12.849339275Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8565908481490153, + "StableID": "nc6AwetWt921CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "KeyExpiry": "2026-10-06T08:42:17Z", + "DiscoKey": "discokey:20bacb27e9cc2c5169c4599fd122ec9daa798f8edb5cd5f70c04c22bf47a6335", + "Addresses": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "AllowedIPs": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "Endpoints": ["77.164.248.136:59888", "10.65.0.27:59888", "172.17.0.1:59888"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53731}, + {"Proto": "peerapi6", "Port": 53731} + ]}, + "Created": "2026-04-09T08:42:17.62837426Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8581114007864986, + "StableID": "nZkNEDKQ1A21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "DiscoKey": "discokey:2e812c6829957886d069e912d18eddbf9248e00d2e214c348e125803769f5459", + "Addresses": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "AllowedIPs": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "Endpoints": ["77.164.248.136:46359", "10.65.0.27:46359", "172.17.0.1:46359"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 53536}, + {"Proto": "peerapi6", "Port": 53536} + ]}, + "Created": "2026-04-09T08:42:12.307115885Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10065,27 +10085,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8127044696659219": { - "ID": 8127044696659219, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2657818561153216": { + "ID": 2657818561153216, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10116,26 +10138,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 814137294186547, - "StableID": "n4HhoM1jM711CNTRL", + "ID": 6470188450444791, + "StableID": "ntjHFzsMXs11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 814137294186547, - "Key": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "DiscoKey": "discokey:4795ca5a7f2434c860b252a105b67ee29f37d7c74927d1d42b471e36851d1c3c", - "Addresses": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "AllowedIPs": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "Endpoints": ["77.164.248.136:50765", "10.65.0.27:50765", "172.17.0.1:50765"], + "User": 6470188450444791, + "Key": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "DiscoKey": "discokey:c358c6849f7c3a4561ec65b879c5d152ce6754d63539e30dcca89c21ba98e972", + "Addresses": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "AllowedIPs": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "Endpoints": ["77.164.248.136:45021", "10.65.0.27:45021", "172.17.0.1:45021"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 36542}, - {"Proto": "peerapi6", "Port": 36542}, + {"Proto": "peerapi4", "Port": 44874}, + {"Proto": "peerapi6", "Port": 44874}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:11.81340163Z", + "Created": "2026-04-09T08:42:11.284229233Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10163,301 +10185,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "MachineKey": "mkey:11005ead3a25f38248fc972571c3ff06810b43e37c2ddb86a69d01f49cb75658", + "NodeKey": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "MachineKey": "mkey:73a8134113a1eb7dbc5792cc055ebea7b6320d209a3a3cba831641f1dc35b56c", "Peers": [{ - "ID": 831263476276471, - "StableID": "nUPVs9tUV711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "DiscoKey": "discokey:158fdd028ce868470a499625caac2e7091783525172d2028090e25627c441350", - "Addresses": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "AllowedIPs": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "Endpoints": ["77.164.248.136:43957", "10.65.0.27:43957", "172.17.0.1:43957"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58020}, - {"Proto": "peerapi6", "Port": 58020} - ]}, - "Created": "2026-04-09T01:36:16.654311263Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1028160128266075, - "StableID": "nCZRmL2f2911CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "KeyExpiry": "2026-10-06T01:36:19Z", - "DiscoKey": "discokey:d6f924b9f4e2d70374e39f3531bd1e7174d0d8a8b3e974f4836bfa40721a9526", - "Addresses": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "AllowedIPs": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "Endpoints": ["77.164.248.136:39659", "10.65.0.27:39659", "172.17.0.1:39659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47982}, - {"Proto": "peerapi6", "Port": 47982} - ]}, - "Created": "2026-04-09T01:36:19.737356254Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2055208107985169, - "StableID": "nSmqmFqo3H11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:da1dcc684d6ccd36df2aaf7cb13b2c2381b9bc87ba857981686ade667b0e8944", - "Addresses": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "AllowedIPs": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "Endpoints": ["77.164.248.136:54643", "10.65.0.27:54643", "172.17.0.1:54643"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43665}, - {"Proto": "peerapi6", "Port": 43665} - ]}, - "Created": "2026-04-09T01:36:18.826105012Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3032748301684646, - "StableID": "n5i9G1AYgQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:b2f6f2a8d39e7ae060c3c80a66c276caf004c1176985e5662815482586757405", - "Addresses": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "AllowedIPs": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "Endpoints": ["77.164.248.136:54362", "10.65.0.27:54362", "172.17.0.1:54362"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45459}, - {"Proto": "peerapi6", "Port": 45459} - ]}, - "Created": "2026-04-09T01:36:18.290878787Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3227942569625689, - "StableID": "ngQrJWawCS11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "DiscoKey": "discokey:0b4526725f1e9be332e780ab3a5a115b71f0691f8accd0ee276f4fd03383e972", - "Addresses": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "AllowedIPs": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "Endpoints": ["77.164.248.136:37747", "10.65.0.27:37747", "172.17.0.1:37747"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61122}, - {"Proto": "peerapi6", "Port": 61122} - ]}, - "Created": "2026-04-09T01:36:12.871641055Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4776162533827764, - "StableID": "n992v4h8Je11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "DiscoKey": "discokey:f9d6e1f0438a5e6accf180d032bb726e19a030bd26dc274adab33aa1343efc12", - "Addresses": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "AllowedIPs": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "Endpoints": ["77.164.248.136:49126", "10.65.0.27:49126", "172.17.0.1:49126"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36862}, - {"Proto": "peerapi6", "Port": 36862} - ]}, - "Created": "2026-04-09T01:36:13.397619138Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5369658495970688, - "StableID": "nMRvkkpvvi11CNTRL", + "ID": 394997240677806, + "StableID": "ndJ9Zeut5411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "DiscoKey": "discokey:b5005af55481effc2d365e4188f43052963ca1fc1fff00ac9c68e306b9cb6826", - "Addresses": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "AllowedIPs": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "Endpoints": ["77.164.248.136:45719", "10.65.0.27:45719", "172.17.0.1:45719"], + "Key": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "DiscoKey": "discokey:3bc51a9501c9259b165e307830756c1adc505dd659c44bf2826a6fcd9006f729", + "Addresses": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "AllowedIPs": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "Endpoints": ["77.164.248.136:53577", "10.65.0.27:53577", "172.17.0.1:53577"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49731}, - {"Proto": "peerapi6", "Port": 49731} + {"Proto": "peerapi4", "Port": 41406}, + {"Proto": "peerapi6", "Port": 41406} ]}, - "Created": "2026-04-09T01:36:14.479697345Z", + "Created": "2026-04-09T08:42:13.907492106Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6080978950276113, - "StableID": "nzw6WK16Vp11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "DiscoKey": "discokey:0d02995678dac3c6ba87bf50935f1ba58321e4f136f1f78a81622901777f512a", - "Addresses": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "AllowedIPs": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40026}, - {"Proto": "peerapi6", "Port": 40026} - ]}, - "Created": "2026-04-09T01:36:13.940745211Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6098863445707159, - "StableID": "nn8z7ToBdp11CNTRL", + "ID": 894146159518578, + "StableID": "nuUuFohxy711CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "DiscoKey": "discokey:9a9367b1d88d5cdb81a7bfac42f918aa57cda8bff2f9738145b9da14c755f166", - "Addresses": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "AllowedIPs": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "Endpoints": ["77.164.248.136:37304", "10.65.0.27:37304", "172.17.0.1:37304"], + "Key": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "DiscoKey": "discokey:509f69be589bbfff5844513f52a13378eb70109e1a3966cb0c44a8ba681be758", + "Addresses": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "AllowedIPs": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "Endpoints": ["77.164.248.136:58511", "10.65.0.27:58511", "172.17.0.1:58511"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64132}, - {"Proto": "peerapi6", "Port": 64132} + {"Proto": "peerapi4", "Port": 35876}, + {"Proto": "peerapi6", "Port": 35876} ]}, - "Created": "2026-04-09T01:36:17.732956357Z", + "Created": "2026-04-09T08:42:17.098712574Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7455026716304681, - "StableID": "nUx3PouPD121CNTRL", + "ID": 2364409799723318, + "StableID": "nBMiT63rTK11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "DiscoKey": "discokey:cd0c06742525f7b6a6fe41d5ac6aa18f9afc9438325a0a53bccbc78db93e2c56", - "Addresses": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "AllowedIPs": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "Endpoints": ["77.164.248.136:43742", "10.65.0.27:43742", "172.17.0.1:43742"], + "Key": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "DiscoKey": "discokey:37c0a1e73722c0baf1207298a0efd90681077923fdc508e0259a381c91e7267c", + "Addresses": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "AllowedIPs": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "Endpoints": ["77.164.248.136:60436", "10.65.0.27:60436", "172.17.0.1:60436"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47537}, - {"Proto": "peerapi6", "Port": 47537} + {"Proto": "peerapi4", "Port": 49448}, + {"Proto": "peerapi6", "Port": 49448} ]}, - "Created": "2026-04-09T01:36:15.029135164Z", + "Created": "2026-04-09T08:42:14.433231469Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7988363625233922, - "StableID": "nMkMhTmwN521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "DiscoKey": "discokey:51557f36c4b2e89c7356c7189cd1a489945e3d20dd633ef3e737d39bcb0a0d15", - "Addresses": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "AllowedIPs": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 45924}, - {"Proto": "peerapi6", "Port": 45924} - ]}, - "Created": "2026-04-09T01:36:17.194578795Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 8127044696659219, - "StableID": "nvW26dgkT621CNTRL", + "ID": 2657818561153216, + "StableID": "nXifyRPjkM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "DiscoKey": "discokey:11e3a9ebad33d62f789f293c954f5fbabac1a1bc428fe29fe1dac928aa93895d", - "Addresses": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "AllowedIPs": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "Endpoints": ["77.164.248.136:60437", "10.65.0.27:60437", "172.17.0.1:60437"], + "Key": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "DiscoKey": "discokey:dfef46e366f39f54a962c22c405ca7465d40e9470f31b4fbf4a4d32b6c84f444", + "Addresses": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "AllowedIPs": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "Endpoints": ["77.164.248.136:50764", "10.65.0.27:50764", "172.17.0.1:50764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54412}, - {"Proto": "peerapi6", "Port": 54412} + {"Proto": "peerapi4", "Port": 32846}, + {"Proto": "peerapi6", "Port": 32846} ]}, - "Created": "2026-04-09T01:36:12.30447157Z", + "Created": "2026-04-09T08:42:11.770619853Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8855526514852103, - "StableID": "n6runafg9C21CNTRL", + "ID": 3569024880842999, + "StableID": "nQ3nASERsU11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "DiscoKey": "discokey:9804d025607a35536255f0e147afaacfa1ea4bde6425ebcf5069c4314937d55f", + "Addresses": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "AllowedIPs": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "Endpoints": ["77.164.248.136:45234", "10.65.0.27:45234", "172.17.0.1:45234"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56823}, + {"Proto": "peerapi6", "Port": 56823} + ]}, + "Created": "2026-04-09T08:42:14.961691423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4951833054790952, + "StableID": "nMTBJwFhff11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "DiscoKey": "discokey:482387dc0fb5ea24656db87065a3a28d4fc39587febf711779051cd81b609616", + "Addresses": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "AllowedIPs": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "Endpoints": ["77.164.248.136:33801", "10.65.0.27:33801", "172.17.0.1:33801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 51671}, + {"Proto": "peerapi6", "Port": 51671} + ]}, + "Created": "2026-04-09T08:42:16.033314591Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5377297481177833, + "StableID": "nrFriDVPzi11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:959f3e5a3a3354cfd1c1b611f4b9e3a62b90be1530afde0d09a7c467b732050d", + "Addresses": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "AllowedIPs": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "Endpoints": ["77.164.248.136:39389", "10.65.0.27:39389", "172.17.0.1:39389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46987}, + {"Proto": "peerapi6", "Port": 46987} + ]}, + "Created": "2026-04-09T08:42:18.726865524Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6918520222213496, + "StableID": "n5DJg5oQ2w11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "DiscoKey": "discokey:c994222eecb747591c5b1163fea9e358916f428e9f2e1eb9186b303cdd431e00", - "Addresses": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "AllowedIPs": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "Endpoints": ["77.164.248.136:57955", "10.65.0.27:57955", "172.17.0.1:57955"], + "Key": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "DiscoKey": "discokey:5c582f4ce1b0efb962d415755c628b1df4ed5ebead38a46d4db5f6ad3dd40a18", + "Addresses": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "AllowedIPs": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "Endpoints": ["77.164.248.136:51837", "10.65.0.27:51837", "172.17.0.1:51837"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 35375}, - {"Proto": "peerapi6", "Port": 35375} + {"Proto": "peerapi4", "Port": 49531}, + {"Proto": "peerapi6", "Port": 49531} ]}, - "Created": "2026-04-09T01:36:16.110947305Z", + "Created": "2026-04-09T08:42:15.487505625Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8870318046648919, - "StableID": "n2phoPDPGC21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7206475029524484, + "StableID": "n5wnwyspGy11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "DiscoKey": "discokey:0e79d4bca2044ae8aca2a2125cee2e316f70e4fbdbba0f3b6162756fcb11e715", - "Addresses": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "AllowedIPs": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "Endpoints": ["77.164.248.136:55865", "10.65.0.27:55865", "172.17.0.1:55865"], + "Key": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "DiscoKey": "discokey:155c6a16461c9fb2dcbdc5ab38d535f2c399543e5d72020034bebb81a3008261", + "Addresses": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "AllowedIPs": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "Endpoints": ["77.164.248.136:58283", "10.65.0.27:58283", "172.17.0.1:58283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 61763}, - {"Proto": "peerapi6", "Port": 61763} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 55774}, + {"Proto": "peerapi6", "Port": 55774} ]}, - "Created": "2026-04-09T01:36:15.567698976Z", + "Created": "2026-04-09T08:42:13.374810891Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7613361641966104, + "StableID": "nK8yZp67T221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:17aa982bc46fc7c1238485039f966df7ea88d09cdafb0c5211c47d2ce80f3210", + "Addresses": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "AllowedIPs": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "Endpoints": ["77.164.248.136:55498", "10.65.0.27:55498", "172.17.0.1:55498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59561}, + {"Proto": "peerapi6", "Port": 59561} + ]}, + "Created": "2026-04-09T08:42:18.165096388Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7856691890074376, + "StableID": "nMBDMTyJM421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "DiscoKey": "discokey:53b0ca54e37406cda38f85c0c85dc4c98556b41d3790d6cdb1a156191038bc58", + "Addresses": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "AllowedIPs": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "Endpoints": ["77.164.248.136:57078", "10.65.0.27:57078", "172.17.0.1:57078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 43543}, + {"Proto": "peerapi6", "Port": 43543} + ]}, + "Created": "2026-04-09T08:42:16.563476967Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8245532106920370, + "StableID": "nsmqnV9RP721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "DiscoKey": "discokey:030e80322983b15fe23262a5923e087d61023a84550fa184a57e5d0e6d7d2b3b", + "Addresses": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "AllowedIPs": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "Endpoints": ["77.164.248.136:34616", "10.65.0.27:34616", "172.17.0.1:34616"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53618}, + {"Proto": "peerapi6", "Port": 53618} + ]}, + "Created": "2026-04-09T08:42:12.849339275Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8565908481490153, + "StableID": "nc6AwetWt921CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "KeyExpiry": "2026-10-06T08:42:17Z", + "DiscoKey": "discokey:20bacb27e9cc2c5169c4599fd122ec9daa798f8edb5cd5f70c04c22bf47a6335", + "Addresses": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "AllowedIPs": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "Endpoints": ["77.164.248.136:59888", "10.65.0.27:59888", "172.17.0.1:59888"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53731}, + {"Proto": "peerapi6", "Port": 53731} + ]}, + "Created": "2026-04-09T08:42:17.62837426Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8581114007864986, + "StableID": "nZkNEDKQ1A21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "DiscoKey": "discokey:2e812c6829957886d069e912d18eddbf9248e00d2e214c348e125803769f5459", + "Addresses": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "AllowedIPs": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "Endpoints": ["77.164.248.136:46359", "10.65.0.27:46359", "172.17.0.1:46359"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 53536}, + {"Proto": "peerapi6", "Port": 53536} + ]}, + "Created": "2026-04-09T08:42:12.307115885Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11305,27 +11328,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "814137294186547": { - "ID": 814137294186547, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6470188450444791": { + "ID": 6470188450444791, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11356,20 +11381,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6080978950276113, - "StableID": "nzw6WK16Vp11CNTRL", + "ID": 7206475029524484, + "StableID": "n5wnwyspGy11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 6080978950276113, - "Key": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "DiscoKey": "discokey:0d02995678dac3c6ba87bf50935f1ba58321e4f136f1f78a81622901777f512a", - "Addresses": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "AllowedIPs": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], + "User": 7206475029524484, + "Key": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "DiscoKey": "discokey:155c6a16461c9fb2dcbdc5ab38d535f2c399543e5d72020034bebb81a3008261", + "Addresses": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "AllowedIPs": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "Endpoints": ["77.164.248.136:58283", "10.65.0.27:58283", "172.17.0.1:58283"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 40026}, - {"Proto": "peerapi6", "Port": 40026}, + {"Proto": "peerapi4", "Port": 55774}, + {"Proto": "peerapi6", "Port": 55774}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:13.940745211Z", + "Created": "2026-04-09T08:42:13.374810891Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11397,300 +11423,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "MachineKey": "mkey:42c93b3ea37412a6e7bcb07c95a15e6dbb1f476085f32ea4630f84c6c23e093e", + "NodeKey": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "MachineKey": "mkey:5261b6cf545e3fbebefe004029ee3ac8054b311aa421d3e579d3463dea040940", "Peers": [{ - "ID": 814137294186547, - "StableID": "n4HhoM1jM711CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "DiscoKey": "discokey:4795ca5a7f2434c860b252a105b67ee29f37d7c74927d1d42b471e36851d1c3c", - "Addresses": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "AllowedIPs": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "Endpoints": ["77.164.248.136:50765", "10.65.0.27:50765", "172.17.0.1:50765"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36542}, - {"Proto": "peerapi6", "Port": 36542} - ]}, - "Created": "2026-04-09T01:36:11.81340163Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 831263476276471, - "StableID": "nUPVs9tUV711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "DiscoKey": "discokey:158fdd028ce868470a499625caac2e7091783525172d2028090e25627c441350", - "Addresses": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "AllowedIPs": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "Endpoints": ["77.164.248.136:43957", "10.65.0.27:43957", "172.17.0.1:43957"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58020}, - {"Proto": "peerapi6", "Port": 58020} - ]}, - "Created": "2026-04-09T01:36:16.654311263Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1028160128266075, - "StableID": "nCZRmL2f2911CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "KeyExpiry": "2026-10-06T01:36:19Z", - "DiscoKey": "discokey:d6f924b9f4e2d70374e39f3531bd1e7174d0d8a8b3e974f4836bfa40721a9526", - "Addresses": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "AllowedIPs": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47982}, - {"Proto": "peerapi6", "Port": 47982} - ]}, - "Created": "2026-04-09T01:36:19.737356254Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2055208107985169, - "StableID": "nSmqmFqo3H11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:da1dcc684d6ccd36df2aaf7cb13b2c2381b9bc87ba857981686ade667b0e8944", - "Addresses": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "AllowedIPs": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "Endpoints": ["77.164.248.136:54643", "10.65.0.27:54643", "172.17.0.1:54643"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43665}, - {"Proto": "peerapi6", "Port": 43665} - ]}, - "Created": "2026-04-09T01:36:18.826105012Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3032748301684646, - "StableID": "n5i9G1AYgQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:b2f6f2a8d39e7ae060c3c80a66c276caf004c1176985e5662815482586757405", - "Addresses": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "AllowedIPs": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "Endpoints": ["77.164.248.136:54362", "10.65.0.27:54362", "172.17.0.1:54362"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45459}, - {"Proto": "peerapi6", "Port": 45459} - ]}, - "Created": "2026-04-09T01:36:18.290878787Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3227942569625689, - "StableID": "ngQrJWawCS11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "DiscoKey": "discokey:0b4526725f1e9be332e780ab3a5a115b71f0691f8accd0ee276f4fd03383e972", - "Addresses": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "AllowedIPs": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "Endpoints": ["77.164.248.136:37747", "10.65.0.27:37747", "172.17.0.1:37747"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61122}, - {"Proto": "peerapi6", "Port": 61122} - ]}, - "Created": "2026-04-09T01:36:12.871641055Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4776162533827764, - "StableID": "n992v4h8Je11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "DiscoKey": "discokey:f9d6e1f0438a5e6accf180d032bb726e19a030bd26dc274adab33aa1343efc12", - "Addresses": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "AllowedIPs": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "Endpoints": ["77.164.248.136:49126", "10.65.0.27:49126", "172.17.0.1:49126"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36862}, - {"Proto": "peerapi6", "Port": 36862} - ]}, - "Created": "2026-04-09T01:36:13.397619138Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5369658495970688, - "StableID": "nMRvkkpvvi11CNTRL", + "ID": 394997240677806, + "StableID": "ndJ9Zeut5411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "DiscoKey": "discokey:b5005af55481effc2d365e4188f43052963ca1fc1fff00ac9c68e306b9cb6826", - "Addresses": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "AllowedIPs": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "Endpoints": ["77.164.248.136:45719", "10.65.0.27:45719", "172.17.0.1:45719"], + "Key": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "DiscoKey": "discokey:3bc51a9501c9259b165e307830756c1adc505dd659c44bf2826a6fcd9006f729", + "Addresses": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "AllowedIPs": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "Endpoints": ["77.164.248.136:53577", "10.65.0.27:53577", "172.17.0.1:53577"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49731}, - {"Proto": "peerapi6", "Port": 49731} + {"Proto": "peerapi4", "Port": 41406}, + {"Proto": "peerapi6", "Port": 41406} ]}, - "Created": "2026-04-09T01:36:14.479697345Z", + "Created": "2026-04-09T08:42:13.907492106Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6098863445707159, - "StableID": "nn8z7ToBdp11CNTRL", + "ID": 894146159518578, + "StableID": "nuUuFohxy711CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "DiscoKey": "discokey:9a9367b1d88d5cdb81a7bfac42f918aa57cda8bff2f9738145b9da14c755f166", - "Addresses": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "AllowedIPs": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "Endpoints": ["77.164.248.136:37304", "10.65.0.27:37304", "172.17.0.1:37304"], + "Key": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "DiscoKey": "discokey:509f69be589bbfff5844513f52a13378eb70109e1a3966cb0c44a8ba681be758", + "Addresses": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "AllowedIPs": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "Endpoints": ["77.164.248.136:58511", "10.65.0.27:58511", "172.17.0.1:58511"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64132}, - {"Proto": "peerapi6", "Port": 64132} + {"Proto": "peerapi4", "Port": 35876}, + {"Proto": "peerapi6", "Port": 35876} ]}, - "Created": "2026-04-09T01:36:17.732956357Z", + "Created": "2026-04-09T08:42:17.098712574Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7455026716304681, - "StableID": "nUx3PouPD121CNTRL", + "ID": 2364409799723318, + "StableID": "nBMiT63rTK11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "DiscoKey": "discokey:cd0c06742525f7b6a6fe41d5ac6aa18f9afc9438325a0a53bccbc78db93e2c56", - "Addresses": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "AllowedIPs": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "Endpoints": ["77.164.248.136:43742", "10.65.0.27:43742", "172.17.0.1:43742"], + "Key": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "DiscoKey": "discokey:37c0a1e73722c0baf1207298a0efd90681077923fdc508e0259a381c91e7267c", + "Addresses": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "AllowedIPs": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "Endpoints": ["77.164.248.136:60436", "10.65.0.27:60436", "172.17.0.1:60436"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47537}, - {"Proto": "peerapi6", "Port": 47537} + {"Proto": "peerapi4", "Port": 49448}, + {"Proto": "peerapi6", "Port": 49448} ]}, - "Created": "2026-04-09T01:36:15.029135164Z", + "Created": "2026-04-09T08:42:14.433231469Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7988363625233922, - "StableID": "nMkMhTmwN521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "DiscoKey": "discokey:51557f36c4b2e89c7356c7189cd1a489945e3d20dd633ef3e737d39bcb0a0d15", - "Addresses": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "AllowedIPs": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 45924}, - {"Proto": "peerapi6", "Port": 45924} - ]}, - "Created": "2026-04-09T01:36:17.194578795Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 8127044696659219, - "StableID": "nvW26dgkT621CNTRL", + "ID": 2657818561153216, + "StableID": "nXifyRPjkM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "DiscoKey": "discokey:11e3a9ebad33d62f789f293c954f5fbabac1a1bc428fe29fe1dac928aa93895d", - "Addresses": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "AllowedIPs": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "Endpoints": ["77.164.248.136:60437", "10.65.0.27:60437", "172.17.0.1:60437"], + "Key": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "DiscoKey": "discokey:dfef46e366f39f54a962c22c405ca7465d40e9470f31b4fbf4a4d32b6c84f444", + "Addresses": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "AllowedIPs": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "Endpoints": ["77.164.248.136:50764", "10.65.0.27:50764", "172.17.0.1:50764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54412}, - {"Proto": "peerapi6", "Port": 54412} + {"Proto": "peerapi4", "Port": 32846}, + {"Proto": "peerapi6", "Port": 32846} ]}, - "Created": "2026-04-09T01:36:12.30447157Z", + "Created": "2026-04-09T08:42:11.770619853Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8855526514852103, - "StableID": "n6runafg9C21CNTRL", + "ID": 3569024880842999, + "StableID": "nQ3nASERsU11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "DiscoKey": "discokey:9804d025607a35536255f0e147afaacfa1ea4bde6425ebcf5069c4314937d55f", + "Addresses": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "AllowedIPs": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "Endpoints": ["77.164.248.136:45234", "10.65.0.27:45234", "172.17.0.1:45234"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56823}, + {"Proto": "peerapi6", "Port": 56823} + ]}, + "Created": "2026-04-09T08:42:14.961691423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4951833054790952, + "StableID": "nMTBJwFhff11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "DiscoKey": "discokey:482387dc0fb5ea24656db87065a3a28d4fc39587febf711779051cd81b609616", + "Addresses": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "AllowedIPs": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "Endpoints": ["77.164.248.136:33801", "10.65.0.27:33801", "172.17.0.1:33801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 51671}, + {"Proto": "peerapi6", "Port": 51671} + ]}, + "Created": "2026-04-09T08:42:16.033314591Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5377297481177833, + "StableID": "nrFriDVPzi11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:959f3e5a3a3354cfd1c1b611f4b9e3a62b90be1530afde0d09a7c467b732050d", + "Addresses": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "AllowedIPs": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46987}, + {"Proto": "peerapi6", "Port": 46987} + ]}, + "Created": "2026-04-09T08:42:18.726865524Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6470188450444791, + "StableID": "ntjHFzsMXs11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "DiscoKey": "discokey:c358c6849f7c3a4561ec65b879c5d152ce6754d63539e30dcca89c21ba98e972", + "Addresses": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "AllowedIPs": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "Endpoints": ["77.164.248.136:45021", "10.65.0.27:45021", "172.17.0.1:45021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44874}, + {"Proto": "peerapi6", "Port": 44874} + ]}, + "Created": "2026-04-09T08:42:11.284229233Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6918520222213496, + "StableID": "n5DJg5oQ2w11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "DiscoKey": "discokey:c994222eecb747591c5b1163fea9e358916f428e9f2e1eb9186b303cdd431e00", - "Addresses": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "AllowedIPs": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "Endpoints": ["77.164.248.136:57955", "10.65.0.27:57955", "172.17.0.1:57955"], + "Key": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "DiscoKey": "discokey:5c582f4ce1b0efb962d415755c628b1df4ed5ebead38a46d4db5f6ad3dd40a18", + "Addresses": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "AllowedIPs": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "Endpoints": ["77.164.248.136:51837", "10.65.0.27:51837", "172.17.0.1:51837"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 35375}, - {"Proto": "peerapi6", "Port": 35375} + {"Proto": "peerapi4", "Port": 49531}, + {"Proto": "peerapi6", "Port": 49531} ]}, - "Created": "2026-04-09T01:36:16.110947305Z", + "Created": "2026-04-09T08:42:15.487505625Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8870318046648919, - "StableID": "n2phoPDPGC21CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "DiscoKey": "discokey:0e79d4bca2044ae8aca2a2125cee2e316f70e4fbdbba0f3b6162756fcb11e715", - "Addresses": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "AllowedIPs": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "Endpoints": ["77.164.248.136:55865", "10.65.0.27:55865", "172.17.0.1:55865"], + "ID": 7613361641966104, + "StableID": "nK8yZp67T221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:17aa982bc46fc7c1238485039f966df7ea88d09cdafb0c5211c47d2ce80f3210", + "Addresses": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "AllowedIPs": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "Endpoints": ["77.164.248.136:55498", "10.65.0.27:55498", "172.17.0.1:55498"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 61763}, - {"Proto": "peerapi6", "Port": 61763} + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59561}, + {"Proto": "peerapi6", "Port": 59561} ]}, - "Created": "2026-04-09T01:36:15.567698976Z", + "Created": "2026-04-09T08:42:18.165096388Z", "Cap": 131, - "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7856691890074376, + "StableID": "nMBDMTyJM421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "DiscoKey": "discokey:53b0ca54e37406cda38f85c0c85dc4c98556b41d3790d6cdb1a156191038bc58", + "Addresses": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "AllowedIPs": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "Endpoints": ["77.164.248.136:57078", "10.65.0.27:57078", "172.17.0.1:57078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 43543}, + {"Proto": "peerapi6", "Port": 43543} + ]}, + "Created": "2026-04-09T08:42:16.563476967Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8245532106920370, + "StableID": "nsmqnV9RP721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "DiscoKey": "discokey:030e80322983b15fe23262a5923e087d61023a84550fa184a57e5d0e6d7d2b3b", + "Addresses": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "AllowedIPs": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "Endpoints": ["77.164.248.136:34616", "10.65.0.27:34616", "172.17.0.1:34616"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53618}, + {"Proto": "peerapi6", "Port": 53618} + ]}, + "Created": "2026-04-09T08:42:12.849339275Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8565908481490153, + "StableID": "nc6AwetWt921CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "KeyExpiry": "2026-10-06T08:42:17Z", + "DiscoKey": "discokey:20bacb27e9cc2c5169c4599fd122ec9daa798f8edb5cd5f70c04c22bf47a6335", + "Addresses": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "AllowedIPs": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "Endpoints": ["77.164.248.136:59888", "10.65.0.27:59888", "172.17.0.1:59888"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53731}, + {"Proto": "peerapi6", "Port": 53731} + ]}, + "Created": "2026-04-09T08:42:17.62837426Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8581114007864986, + "StableID": "nZkNEDKQ1A21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "DiscoKey": "discokey:2e812c6829957886d069e912d18eddbf9248e00d2e214c348e125803769f5459", + "Addresses": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "AllowedIPs": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "Endpoints": ["77.164.248.136:46359", "10.65.0.27:46359", "172.17.0.1:46359"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 53536}, + {"Proto": "peerapi6", "Port": 53536} + ]}, + "Created": "2026-04-09T08:42:12.307115885Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12538,27 +12564,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6080978950276113": { - "ID": 6080978950276113, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7206475029524484": { + "ID": 7206475029524484, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12589,21 +12617,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4776162533827764, - "StableID": "n992v4h8Je11CNTRL", + "ID": 8245532106920370, + "StableID": "nsmqnV9RP721CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 4776162533827764, - "Key": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "DiscoKey": "discokey:f9d6e1f0438a5e6accf180d032bb726e19a030bd26dc274adab33aa1343efc12", - "Addresses": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "AllowedIPs": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "Endpoints": ["77.164.248.136:49126", "10.65.0.27:49126", "172.17.0.1:49126"], + "User": 8245532106920370, + "Key": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "DiscoKey": "discokey:030e80322983b15fe23262a5923e087d61023a84550fa184a57e5d0e6d7d2b3b", + "Addresses": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "AllowedIPs": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "Endpoints": ["77.164.248.136:34616", "10.65.0.27:34616", "172.17.0.1:34616"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 36862}, - {"Proto": "peerapi6", "Port": 36862}, + {"Proto": "peerapi4", "Port": 53618}, + {"Proto": "peerapi6", "Port": 53618}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:13.397619138Z", + "Created": "2026-04-09T08:42:12.849339275Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12631,299 +12659,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "MachineKey": "mkey:ef3f3e4edd112c813a0dac9f63597832544c8ed639789ef37c766483214ba361", + "NodeKey": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "MachineKey": "mkey:53def3d06d7b1b69cd86b8cf7103b173b47b97a114ba434a92942c3b98a91650", "Peers": [{ - "ID": 814137294186547, - "StableID": "n4HhoM1jM711CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "DiscoKey": "discokey:4795ca5a7f2434c860b252a105b67ee29f37d7c74927d1d42b471e36851d1c3c", - "Addresses": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "AllowedIPs": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "Endpoints": ["77.164.248.136:50765", "10.65.0.27:50765", "172.17.0.1:50765"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36542}, - {"Proto": "peerapi6", "Port": 36542} - ]}, - "Created": "2026-04-09T01:36:11.81340163Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 831263476276471, - "StableID": "nUPVs9tUV711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "DiscoKey": "discokey:158fdd028ce868470a499625caac2e7091783525172d2028090e25627c441350", - "Addresses": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "AllowedIPs": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "Endpoints": ["77.164.248.136:43957", "10.65.0.27:43957", "172.17.0.1:43957"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58020}, - {"Proto": "peerapi6", "Port": 58020} - ]}, - "Created": "2026-04-09T01:36:16.654311263Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1028160128266075, - "StableID": "nCZRmL2f2911CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "KeyExpiry": "2026-10-06T01:36:19Z", - "DiscoKey": "discokey:d6f924b9f4e2d70374e39f3531bd1e7174d0d8a8b3e974f4836bfa40721a9526", - "Addresses": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "AllowedIPs": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47982}, - {"Proto": "peerapi6", "Port": 47982} - ]}, - "Created": "2026-04-09T01:36:19.737356254Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2055208107985169, - "StableID": "nSmqmFqo3H11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:da1dcc684d6ccd36df2aaf7cb13b2c2381b9bc87ba857981686ade667b0e8944", - "Addresses": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "AllowedIPs": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "Endpoints": ["77.164.248.136:54643", "10.65.0.27:54643", "172.17.0.1:54643"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43665}, - {"Proto": "peerapi6", "Port": 43665} - ]}, - "Created": "2026-04-09T01:36:18.826105012Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3032748301684646, - "StableID": "n5i9G1AYgQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:b2f6f2a8d39e7ae060c3c80a66c276caf004c1176985e5662815482586757405", - "Addresses": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "AllowedIPs": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "Endpoints": ["77.164.248.136:54362", "10.65.0.27:54362", "172.17.0.1:54362"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45459}, - {"Proto": "peerapi6", "Port": 45459} - ]}, - "Created": "2026-04-09T01:36:18.290878787Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3227942569625689, - "StableID": "ngQrJWawCS11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "DiscoKey": "discokey:0b4526725f1e9be332e780ab3a5a115b71f0691f8accd0ee276f4fd03383e972", - "Addresses": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "AllowedIPs": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "Endpoints": ["77.164.248.136:37747", "10.65.0.27:37747", "172.17.0.1:37747"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61122}, - {"Proto": "peerapi6", "Port": 61122} - ]}, - "Created": "2026-04-09T01:36:12.871641055Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5369658495970688, - "StableID": "nMRvkkpvvi11CNTRL", + "ID": 394997240677806, + "StableID": "ndJ9Zeut5411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "DiscoKey": "discokey:b5005af55481effc2d365e4188f43052963ca1fc1fff00ac9c68e306b9cb6826", - "Addresses": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "AllowedIPs": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "Endpoints": ["77.164.248.136:45719", "10.65.0.27:45719", "172.17.0.1:45719"], + "Key": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "DiscoKey": "discokey:3bc51a9501c9259b165e307830756c1adc505dd659c44bf2826a6fcd9006f729", + "Addresses": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "AllowedIPs": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "Endpoints": ["77.164.248.136:53577", "10.65.0.27:53577", "172.17.0.1:53577"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49731}, - {"Proto": "peerapi6", "Port": 49731} + {"Proto": "peerapi4", "Port": 41406}, + {"Proto": "peerapi6", "Port": 41406} ]}, - "Created": "2026-04-09T01:36:14.479697345Z", + "Created": "2026-04-09T08:42:13.907492106Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6080978950276113, - "StableID": "nzw6WK16Vp11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "DiscoKey": "discokey:0d02995678dac3c6ba87bf50935f1ba58321e4f136f1f78a81622901777f512a", - "Addresses": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "AllowedIPs": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40026}, - {"Proto": "peerapi6", "Port": 40026} - ]}, - "Created": "2026-04-09T01:36:13.940745211Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6098863445707159, - "StableID": "nn8z7ToBdp11CNTRL", + "ID": 894146159518578, + "StableID": "nuUuFohxy711CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "DiscoKey": "discokey:9a9367b1d88d5cdb81a7bfac42f918aa57cda8bff2f9738145b9da14c755f166", - "Addresses": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "AllowedIPs": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "Endpoints": ["77.164.248.136:37304", "10.65.0.27:37304", "172.17.0.1:37304"], + "Key": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "DiscoKey": "discokey:509f69be589bbfff5844513f52a13378eb70109e1a3966cb0c44a8ba681be758", + "Addresses": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "AllowedIPs": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "Endpoints": ["77.164.248.136:58511", "10.65.0.27:58511", "172.17.0.1:58511"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64132}, - {"Proto": "peerapi6", "Port": 64132} + {"Proto": "peerapi4", "Port": 35876}, + {"Proto": "peerapi6", "Port": 35876} ]}, - "Created": "2026-04-09T01:36:17.732956357Z", + "Created": "2026-04-09T08:42:17.098712574Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7455026716304681, - "StableID": "nUx3PouPD121CNTRL", + "ID": 2364409799723318, + "StableID": "nBMiT63rTK11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "DiscoKey": "discokey:cd0c06742525f7b6a6fe41d5ac6aa18f9afc9438325a0a53bccbc78db93e2c56", - "Addresses": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "AllowedIPs": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "Endpoints": ["77.164.248.136:43742", "10.65.0.27:43742", "172.17.0.1:43742"], + "Key": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "DiscoKey": "discokey:37c0a1e73722c0baf1207298a0efd90681077923fdc508e0259a381c91e7267c", + "Addresses": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "AllowedIPs": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "Endpoints": ["77.164.248.136:60436", "10.65.0.27:60436", "172.17.0.1:60436"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47537}, - {"Proto": "peerapi6", "Port": 47537} + {"Proto": "peerapi4", "Port": 49448}, + {"Proto": "peerapi6", "Port": 49448} ]}, - "Created": "2026-04-09T01:36:15.029135164Z", + "Created": "2026-04-09T08:42:14.433231469Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7988363625233922, - "StableID": "nMkMhTmwN521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "DiscoKey": "discokey:51557f36c4b2e89c7356c7189cd1a489945e3d20dd633ef3e737d39bcb0a0d15", - "Addresses": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "AllowedIPs": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 45924}, - {"Proto": "peerapi6", "Port": 45924} - ]}, - "Created": "2026-04-09T01:36:17.194578795Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 8127044696659219, - "StableID": "nvW26dgkT621CNTRL", + "ID": 2657818561153216, + "StableID": "nXifyRPjkM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "DiscoKey": "discokey:11e3a9ebad33d62f789f293c954f5fbabac1a1bc428fe29fe1dac928aa93895d", - "Addresses": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "AllowedIPs": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "Endpoints": ["77.164.248.136:60437", "10.65.0.27:60437", "172.17.0.1:60437"], + "Key": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "DiscoKey": "discokey:dfef46e366f39f54a962c22c405ca7465d40e9470f31b4fbf4a4d32b6c84f444", + "Addresses": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "AllowedIPs": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "Endpoints": ["77.164.248.136:50764", "10.65.0.27:50764", "172.17.0.1:50764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54412}, - {"Proto": "peerapi6", "Port": 54412} + {"Proto": "peerapi4", "Port": 32846}, + {"Proto": "peerapi6", "Port": 32846} ]}, - "Created": "2026-04-09T01:36:12.30447157Z", + "Created": "2026-04-09T08:42:11.770619853Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8855526514852103, - "StableID": "n6runafg9C21CNTRL", + "ID": 3569024880842999, + "StableID": "nQ3nASERsU11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "DiscoKey": "discokey:9804d025607a35536255f0e147afaacfa1ea4bde6425ebcf5069c4314937d55f", + "Addresses": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "AllowedIPs": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "Endpoints": ["77.164.248.136:45234", "10.65.0.27:45234", "172.17.0.1:45234"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56823}, + {"Proto": "peerapi6", "Port": 56823} + ]}, + "Created": "2026-04-09T08:42:14.961691423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4951833054790952, + "StableID": "nMTBJwFhff11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "DiscoKey": "discokey:482387dc0fb5ea24656db87065a3a28d4fc39587febf711779051cd81b609616", + "Addresses": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "AllowedIPs": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "Endpoints": ["77.164.248.136:33801", "10.65.0.27:33801", "172.17.0.1:33801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 51671}, + {"Proto": "peerapi6", "Port": 51671} + ]}, + "Created": "2026-04-09T08:42:16.033314591Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5377297481177833, + "StableID": "nrFriDVPzi11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:959f3e5a3a3354cfd1c1b611f4b9e3a62b90be1530afde0d09a7c467b732050d", + "Addresses": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "AllowedIPs": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46987}, + {"Proto": "peerapi6", "Port": 46987} + ]}, + "Created": "2026-04-09T08:42:18.726865524Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6470188450444791, + "StableID": "ntjHFzsMXs11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "DiscoKey": "discokey:c358c6849f7c3a4561ec65b879c5d152ce6754d63539e30dcca89c21ba98e972", + "Addresses": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "AllowedIPs": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "Endpoints": ["77.164.248.136:45021", "10.65.0.27:45021", "172.17.0.1:45021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44874}, + {"Proto": "peerapi6", "Port": 44874} + ]}, + "Created": "2026-04-09T08:42:11.284229233Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6918520222213496, + "StableID": "n5DJg5oQ2w11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "DiscoKey": "discokey:c994222eecb747591c5b1163fea9e358916f428e9f2e1eb9186b303cdd431e00", - "Addresses": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "AllowedIPs": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "Endpoints": ["77.164.248.136:57955", "10.65.0.27:57955", "172.17.0.1:57955"], + "Key": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "DiscoKey": "discokey:5c582f4ce1b0efb962d415755c628b1df4ed5ebead38a46d4db5f6ad3dd40a18", + "Addresses": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "AllowedIPs": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "Endpoints": ["77.164.248.136:51837", "10.65.0.27:51837", "172.17.0.1:51837"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 35375}, - {"Proto": "peerapi6", "Port": 35375} + {"Proto": "peerapi4", "Port": 49531}, + {"Proto": "peerapi6", "Port": 49531} ]}, - "Created": "2026-04-09T01:36:16.110947305Z", + "Created": "2026-04-09T08:42:15.487505625Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8870318046648919, - "StableID": "n2phoPDPGC21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7206475029524484, + "StableID": "n5wnwyspGy11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "DiscoKey": "discokey:0e79d4bca2044ae8aca2a2125cee2e316f70e4fbdbba0f3b6162756fcb11e715", - "Addresses": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "AllowedIPs": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "Endpoints": ["77.164.248.136:55865", "10.65.0.27:55865", "172.17.0.1:55865"], + "Key": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "DiscoKey": "discokey:155c6a16461c9fb2dcbdc5ab38d535f2c399543e5d72020034bebb81a3008261", + "Addresses": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "AllowedIPs": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "Endpoints": ["77.164.248.136:58283", "10.65.0.27:58283", "172.17.0.1:58283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 61763}, - {"Proto": "peerapi6", "Port": 61763} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 55774}, + {"Proto": "peerapi6", "Port": 55774} ]}, - "Created": "2026-04-09T01:36:15.567698976Z", + "Created": "2026-04-09T08:42:13.374810891Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7613361641966104, + "StableID": "nK8yZp67T221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:17aa982bc46fc7c1238485039f966df7ea88d09cdafb0c5211c47d2ce80f3210", + "Addresses": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "AllowedIPs": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "Endpoints": ["77.164.248.136:55498", "10.65.0.27:55498", "172.17.0.1:55498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59561}, + {"Proto": "peerapi6", "Port": 59561} + ]}, + "Created": "2026-04-09T08:42:18.165096388Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7856691890074376, + "StableID": "nMBDMTyJM421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "DiscoKey": "discokey:53b0ca54e37406cda38f85c0c85dc4c98556b41d3790d6cdb1a156191038bc58", + "Addresses": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "AllowedIPs": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "Endpoints": ["77.164.248.136:57078", "10.65.0.27:57078", "172.17.0.1:57078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 43543}, + {"Proto": "peerapi6", "Port": 43543} + ]}, + "Created": "2026-04-09T08:42:16.563476967Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8565908481490153, + "StableID": "nc6AwetWt921CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "KeyExpiry": "2026-10-06T08:42:17Z", + "DiscoKey": "discokey:20bacb27e9cc2c5169c4599fd122ec9daa798f8edb5cd5f70c04c22bf47a6335", + "Addresses": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "AllowedIPs": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "Endpoints": ["77.164.248.136:59888", "10.65.0.27:59888", "172.17.0.1:59888"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53731}, + {"Proto": "peerapi6", "Port": 53731} + ]}, + "Created": "2026-04-09T08:42:17.62837426Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8581114007864986, + "StableID": "nZkNEDKQ1A21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "DiscoKey": "discokey:2e812c6829957886d069e912d18eddbf9248e00d2e214c348e125803769f5459", + "Addresses": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "AllowedIPs": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "Endpoints": ["77.164.248.136:46359", "10.65.0.27:46359", "172.17.0.1:46359"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 53536}, + {"Proto": "peerapi6", "Port": 53536} + ]}, + "Created": "2026-04-09T08:42:12.307115885Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13771,27 +13800,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4776162533827764": { - "ID": 4776162533827764, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8245532106920370": { + "ID": 8245532106920370, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13822,26 +13853,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7455026716304681, - "StableID": "nUx3PouPD121CNTRL", + "ID": 2364409799723318, + "StableID": "nBMiT63rTK11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 7455026716304681, - "Key": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "DiscoKey": "discokey:cd0c06742525f7b6a6fe41d5ac6aa18f9afc9438325a0a53bccbc78db93e2c56", - "Addresses": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "AllowedIPs": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "Endpoints": ["77.164.248.136:43742", "10.65.0.27:43742", "172.17.0.1:43742"], + "User": 2364409799723318, + "Key": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "DiscoKey": "discokey:37c0a1e73722c0baf1207298a0efd90681077923fdc508e0259a381c91e7267c", + "Addresses": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "AllowedIPs": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "Endpoints": ["77.164.248.136:60436", "10.65.0.27:60436", "172.17.0.1:60436"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 47537}, - {"Proto": "peerapi6", "Port": 47537}, + {"Proto": "peerapi4", "Port": 49448}, + {"Proto": "peerapi6", "Port": 49448}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:15.029135164Z", + "Created": "2026-04-09T08:42:14.433231469Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13869,301 +13900,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "MachineKey": "mkey:f2ef030b6b79fc1581bf7cdcccb69d5dcb7bf25967739390e513a7852f31752d", + "NodeKey": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "MachineKey": "mkey:4b78fe50379b7bf2fb62c06b81126a3e16cc0c46ffcc74fa7f36d0c9eb1e3607", "Peers": [{ - "ID": 814137294186547, - "StableID": "n4HhoM1jM711CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "DiscoKey": "discokey:4795ca5a7f2434c860b252a105b67ee29f37d7c74927d1d42b471e36851d1c3c", - "Addresses": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "AllowedIPs": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "Endpoints": ["77.164.248.136:50765", "10.65.0.27:50765", "172.17.0.1:50765"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36542}, - {"Proto": "peerapi6", "Port": 36542} - ]}, - "Created": "2026-04-09T01:36:11.81340163Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 831263476276471, - "StableID": "nUPVs9tUV711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "DiscoKey": "discokey:158fdd028ce868470a499625caac2e7091783525172d2028090e25627c441350", - "Addresses": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "AllowedIPs": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "Endpoints": ["77.164.248.136:43957", "10.65.0.27:43957", "172.17.0.1:43957"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58020}, - {"Proto": "peerapi6", "Port": 58020} - ]}, - "Created": "2026-04-09T01:36:16.654311263Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1028160128266075, - "StableID": "nCZRmL2f2911CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "KeyExpiry": "2026-10-06T01:36:19Z", - "DiscoKey": "discokey:d6f924b9f4e2d70374e39f3531bd1e7174d0d8a8b3e974f4836bfa40721a9526", - "Addresses": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "AllowedIPs": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "Endpoints": ["77.164.248.136:39659", "10.65.0.27:39659", "172.17.0.1:39659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47982}, - {"Proto": "peerapi6", "Port": 47982} - ]}, - "Created": "2026-04-09T01:36:19.737356254Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2055208107985169, - "StableID": "nSmqmFqo3H11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:da1dcc684d6ccd36df2aaf7cb13b2c2381b9bc87ba857981686ade667b0e8944", - "Addresses": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "AllowedIPs": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "Endpoints": ["77.164.248.136:54643", "10.65.0.27:54643", "172.17.0.1:54643"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43665}, - {"Proto": "peerapi6", "Port": 43665} - ]}, - "Created": "2026-04-09T01:36:18.826105012Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3032748301684646, - "StableID": "n5i9G1AYgQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:b2f6f2a8d39e7ae060c3c80a66c276caf004c1176985e5662815482586757405", - "Addresses": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "AllowedIPs": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "Endpoints": ["77.164.248.136:54362", "10.65.0.27:54362", "172.17.0.1:54362"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45459}, - {"Proto": "peerapi6", "Port": 45459} - ]}, - "Created": "2026-04-09T01:36:18.290878787Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3227942569625689, - "StableID": "ngQrJWawCS11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "DiscoKey": "discokey:0b4526725f1e9be332e780ab3a5a115b71f0691f8accd0ee276f4fd03383e972", - "Addresses": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "AllowedIPs": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "Endpoints": ["77.164.248.136:37747", "10.65.0.27:37747", "172.17.0.1:37747"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61122}, - {"Proto": "peerapi6", "Port": 61122} - ]}, - "Created": "2026-04-09T01:36:12.871641055Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4776162533827764, - "StableID": "n992v4h8Je11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "DiscoKey": "discokey:f9d6e1f0438a5e6accf180d032bb726e19a030bd26dc274adab33aa1343efc12", - "Addresses": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "AllowedIPs": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "Endpoints": ["77.164.248.136:49126", "10.65.0.27:49126", "172.17.0.1:49126"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36862}, - {"Proto": "peerapi6", "Port": 36862} - ]}, - "Created": "2026-04-09T01:36:13.397619138Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5369658495970688, - "StableID": "nMRvkkpvvi11CNTRL", + "ID": 394997240677806, + "StableID": "ndJ9Zeut5411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "DiscoKey": "discokey:b5005af55481effc2d365e4188f43052963ca1fc1fff00ac9c68e306b9cb6826", - "Addresses": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "AllowedIPs": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "Endpoints": ["77.164.248.136:45719", "10.65.0.27:45719", "172.17.0.1:45719"], + "Key": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "DiscoKey": "discokey:3bc51a9501c9259b165e307830756c1adc505dd659c44bf2826a6fcd9006f729", + "Addresses": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "AllowedIPs": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "Endpoints": ["77.164.248.136:53577", "10.65.0.27:53577", "172.17.0.1:53577"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49731}, - {"Proto": "peerapi6", "Port": 49731} + {"Proto": "peerapi4", "Port": 41406}, + {"Proto": "peerapi6", "Port": 41406} ]}, - "Created": "2026-04-09T01:36:14.479697345Z", + "Created": "2026-04-09T08:42:13.907492106Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6080978950276113, - "StableID": "nzw6WK16Vp11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "DiscoKey": "discokey:0d02995678dac3c6ba87bf50935f1ba58321e4f136f1f78a81622901777f512a", - "Addresses": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "AllowedIPs": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40026}, - {"Proto": "peerapi6", "Port": 40026} - ]}, - "Created": "2026-04-09T01:36:13.940745211Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6098863445707159, - "StableID": "nn8z7ToBdp11CNTRL", + "ID": 894146159518578, + "StableID": "nuUuFohxy711CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "DiscoKey": "discokey:9a9367b1d88d5cdb81a7bfac42f918aa57cda8bff2f9738145b9da14c755f166", - "Addresses": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "AllowedIPs": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "Endpoints": ["77.164.248.136:37304", "10.65.0.27:37304", "172.17.0.1:37304"], + "Key": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "DiscoKey": "discokey:509f69be589bbfff5844513f52a13378eb70109e1a3966cb0c44a8ba681be758", + "Addresses": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "AllowedIPs": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "Endpoints": ["77.164.248.136:58511", "10.65.0.27:58511", "172.17.0.1:58511"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64132}, - {"Proto": "peerapi6", "Port": 64132} + {"Proto": "peerapi4", "Port": 35876}, + {"Proto": "peerapi6", "Port": 35876} ]}, - "Created": "2026-04-09T01:36:17.732956357Z", + "Created": "2026-04-09T08:42:17.098712574Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7988363625233922, - "StableID": "nMkMhTmwN521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "DiscoKey": "discokey:51557f36c4b2e89c7356c7189cd1a489945e3d20dd633ef3e737d39bcb0a0d15", - "Addresses": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "AllowedIPs": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 45924}, - {"Proto": "peerapi6", "Port": 45924} - ]}, - "Created": "2026-04-09T01:36:17.194578795Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 8127044696659219, - "StableID": "nvW26dgkT621CNTRL", + "ID": 2657818561153216, + "StableID": "nXifyRPjkM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "DiscoKey": "discokey:11e3a9ebad33d62f789f293c954f5fbabac1a1bc428fe29fe1dac928aa93895d", - "Addresses": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "AllowedIPs": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "Endpoints": ["77.164.248.136:60437", "10.65.0.27:60437", "172.17.0.1:60437"], + "Key": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "DiscoKey": "discokey:dfef46e366f39f54a962c22c405ca7465d40e9470f31b4fbf4a4d32b6c84f444", + "Addresses": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "AllowedIPs": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "Endpoints": ["77.164.248.136:50764", "10.65.0.27:50764", "172.17.0.1:50764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54412}, - {"Proto": "peerapi6", "Port": 54412} + {"Proto": "peerapi4", "Port": 32846}, + {"Proto": "peerapi6", "Port": 32846} ]}, - "Created": "2026-04-09T01:36:12.30447157Z", + "Created": "2026-04-09T08:42:11.770619853Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8855526514852103, - "StableID": "n6runafg9C21CNTRL", + "ID": 3569024880842999, + "StableID": "nQ3nASERsU11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "DiscoKey": "discokey:9804d025607a35536255f0e147afaacfa1ea4bde6425ebcf5069c4314937d55f", + "Addresses": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "AllowedIPs": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "Endpoints": ["77.164.248.136:45234", "10.65.0.27:45234", "172.17.0.1:45234"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56823}, + {"Proto": "peerapi6", "Port": 56823} + ]}, + "Created": "2026-04-09T08:42:14.961691423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4951833054790952, + "StableID": "nMTBJwFhff11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "DiscoKey": "discokey:482387dc0fb5ea24656db87065a3a28d4fc39587febf711779051cd81b609616", + "Addresses": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "AllowedIPs": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "Endpoints": ["77.164.248.136:33801", "10.65.0.27:33801", "172.17.0.1:33801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 51671}, + {"Proto": "peerapi6", "Port": 51671} + ]}, + "Created": "2026-04-09T08:42:16.033314591Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5377297481177833, + "StableID": "nrFriDVPzi11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:959f3e5a3a3354cfd1c1b611f4b9e3a62b90be1530afde0d09a7c467b732050d", + "Addresses": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "AllowedIPs": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "Endpoints": ["77.164.248.136:39389", "10.65.0.27:39389", "172.17.0.1:39389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46987}, + {"Proto": "peerapi6", "Port": 46987} + ]}, + "Created": "2026-04-09T08:42:18.726865524Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6470188450444791, + "StableID": "ntjHFzsMXs11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "DiscoKey": "discokey:c358c6849f7c3a4561ec65b879c5d152ce6754d63539e30dcca89c21ba98e972", + "Addresses": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "AllowedIPs": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "Endpoints": ["77.164.248.136:45021", "10.65.0.27:45021", "172.17.0.1:45021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44874}, + {"Proto": "peerapi6", "Port": 44874} + ]}, + "Created": "2026-04-09T08:42:11.284229233Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6918520222213496, + "StableID": "n5DJg5oQ2w11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "DiscoKey": "discokey:c994222eecb747591c5b1163fea9e358916f428e9f2e1eb9186b303cdd431e00", - "Addresses": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "AllowedIPs": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "Endpoints": ["77.164.248.136:57955", "10.65.0.27:57955", "172.17.0.1:57955"], + "Key": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "DiscoKey": "discokey:5c582f4ce1b0efb962d415755c628b1df4ed5ebead38a46d4db5f6ad3dd40a18", + "Addresses": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "AllowedIPs": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "Endpoints": ["77.164.248.136:51837", "10.65.0.27:51837", "172.17.0.1:51837"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 35375}, - {"Proto": "peerapi6", "Port": 35375} + {"Proto": "peerapi4", "Port": 49531}, + {"Proto": "peerapi6", "Port": 49531} ]}, - "Created": "2026-04-09T01:36:16.110947305Z", + "Created": "2026-04-09T08:42:15.487505625Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8870318046648919, - "StableID": "n2phoPDPGC21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7206475029524484, + "StableID": "n5wnwyspGy11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "DiscoKey": "discokey:0e79d4bca2044ae8aca2a2125cee2e316f70e4fbdbba0f3b6162756fcb11e715", - "Addresses": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "AllowedIPs": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "Endpoints": ["77.164.248.136:55865", "10.65.0.27:55865", "172.17.0.1:55865"], + "Key": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "DiscoKey": "discokey:155c6a16461c9fb2dcbdc5ab38d535f2c399543e5d72020034bebb81a3008261", + "Addresses": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "AllowedIPs": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "Endpoints": ["77.164.248.136:58283", "10.65.0.27:58283", "172.17.0.1:58283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 61763}, - {"Proto": "peerapi6", "Port": 61763} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 55774}, + {"Proto": "peerapi6", "Port": 55774} ]}, - "Created": "2026-04-09T01:36:15.567698976Z", + "Created": "2026-04-09T08:42:13.374810891Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7613361641966104, + "StableID": "nK8yZp67T221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:17aa982bc46fc7c1238485039f966df7ea88d09cdafb0c5211c47d2ce80f3210", + "Addresses": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "AllowedIPs": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "Endpoints": ["77.164.248.136:55498", "10.65.0.27:55498", "172.17.0.1:55498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59561}, + {"Proto": "peerapi6", "Port": 59561} + ]}, + "Created": "2026-04-09T08:42:18.165096388Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7856691890074376, + "StableID": "nMBDMTyJM421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "DiscoKey": "discokey:53b0ca54e37406cda38f85c0c85dc4c98556b41d3790d6cdb1a156191038bc58", + "Addresses": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "AllowedIPs": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "Endpoints": ["77.164.248.136:57078", "10.65.0.27:57078", "172.17.0.1:57078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 43543}, + {"Proto": "peerapi6", "Port": 43543} + ]}, + "Created": "2026-04-09T08:42:16.563476967Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8245532106920370, + "StableID": "nsmqnV9RP721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "DiscoKey": "discokey:030e80322983b15fe23262a5923e087d61023a84550fa184a57e5d0e6d7d2b3b", + "Addresses": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "AllowedIPs": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "Endpoints": ["77.164.248.136:34616", "10.65.0.27:34616", "172.17.0.1:34616"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53618}, + {"Proto": "peerapi6", "Port": 53618} + ]}, + "Created": "2026-04-09T08:42:12.849339275Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8565908481490153, + "StableID": "nc6AwetWt921CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "KeyExpiry": "2026-10-06T08:42:17Z", + "DiscoKey": "discokey:20bacb27e9cc2c5169c4599fd122ec9daa798f8edb5cd5f70c04c22bf47a6335", + "Addresses": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "AllowedIPs": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "Endpoints": ["77.164.248.136:59888", "10.65.0.27:59888", "172.17.0.1:59888"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53731}, + {"Proto": "peerapi6", "Port": 53731} + ]}, + "Created": "2026-04-09T08:42:17.62837426Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8581114007864986, + "StableID": "nZkNEDKQ1A21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "DiscoKey": "discokey:2e812c6829957886d069e912d18eddbf9248e00d2e214c348e125803769f5459", + "Addresses": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "AllowedIPs": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "Endpoints": ["77.164.248.136:46359", "10.65.0.27:46359", "172.17.0.1:46359"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 53536}, + {"Proto": "peerapi6", "Port": 53536} + ]}, + "Created": "2026-04-09T08:42:12.307115885Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15011,27 +15043,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7455026716304681": { - "ID": 7455026716304681, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2364409799723318": { + "ID": 2364409799723318, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15062,26 +15096,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8855526514852103, - "StableID": "n6runafg9C21CNTRL", + "ID": 6918520222213496, + "StableID": "n5DJg5oQ2w11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 8855526514852103, - "Key": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "DiscoKey": "discokey:c994222eecb747591c5b1163fea9e358916f428e9f2e1eb9186b303cdd431e00", - "Addresses": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "AllowedIPs": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "Endpoints": ["77.164.248.136:57955", "10.65.0.27:57955", "172.17.0.1:57955"], + "User": 6918520222213496, + "Key": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "DiscoKey": "discokey:5c582f4ce1b0efb962d415755c628b1df4ed5ebead38a46d4db5f6ad3dd40a18", + "Addresses": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "AllowedIPs": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "Endpoints": ["77.164.248.136:51837", "10.65.0.27:51837", "172.17.0.1:51837"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 35375}, - {"Proto": "peerapi6", "Port": 35375}, + {"Proto": "peerapi4", "Port": 49531}, + {"Proto": "peerapi6", "Port": 49531}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:16.110947305Z", + "Created": "2026-04-09T08:42:15.487505625Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15109,301 +15143,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "MachineKey": "mkey:a348a442d92afaf3c725a43407a9049a6224d141b933be1aff5057ca19a34d71", + "NodeKey": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "MachineKey": "mkey:1d266797bbe42fcf82b61da173272d37bc16ee03655cb9e6cb246888b588e579", "Peers": [{ - "ID": 814137294186547, - "StableID": "n4HhoM1jM711CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "DiscoKey": "discokey:4795ca5a7f2434c860b252a105b67ee29f37d7c74927d1d42b471e36851d1c3c", - "Addresses": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "AllowedIPs": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "Endpoints": ["77.164.248.136:50765", "10.65.0.27:50765", "172.17.0.1:50765"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36542}, - {"Proto": "peerapi6", "Port": 36542} - ]}, - "Created": "2026-04-09T01:36:11.81340163Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 831263476276471, - "StableID": "nUPVs9tUV711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "DiscoKey": "discokey:158fdd028ce868470a499625caac2e7091783525172d2028090e25627c441350", - "Addresses": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "AllowedIPs": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "Endpoints": ["77.164.248.136:43957", "10.65.0.27:43957", "172.17.0.1:43957"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58020}, - {"Proto": "peerapi6", "Port": 58020} - ]}, - "Created": "2026-04-09T01:36:16.654311263Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1028160128266075, - "StableID": "nCZRmL2f2911CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "KeyExpiry": "2026-10-06T01:36:19Z", - "DiscoKey": "discokey:d6f924b9f4e2d70374e39f3531bd1e7174d0d8a8b3e974f4836bfa40721a9526", - "Addresses": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "AllowedIPs": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "Endpoints": ["77.164.248.136:39659", "10.65.0.27:39659", "172.17.0.1:39659"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47982}, - {"Proto": "peerapi6", "Port": 47982} - ]}, - "Created": "2026-04-09T01:36:19.737356254Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2055208107985169, - "StableID": "nSmqmFqo3H11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:da1dcc684d6ccd36df2aaf7cb13b2c2381b9bc87ba857981686ade667b0e8944", - "Addresses": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "AllowedIPs": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "Endpoints": ["77.164.248.136:54643", "10.65.0.27:54643", "172.17.0.1:54643"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43665}, - {"Proto": "peerapi6", "Port": 43665} - ]}, - "Created": "2026-04-09T01:36:18.826105012Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3032748301684646, - "StableID": "n5i9G1AYgQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:b2f6f2a8d39e7ae060c3c80a66c276caf004c1176985e5662815482586757405", - "Addresses": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "AllowedIPs": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "Endpoints": ["77.164.248.136:54362", "10.65.0.27:54362", "172.17.0.1:54362"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45459}, - {"Proto": "peerapi6", "Port": 45459} - ]}, - "Created": "2026-04-09T01:36:18.290878787Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3227942569625689, - "StableID": "ngQrJWawCS11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "DiscoKey": "discokey:0b4526725f1e9be332e780ab3a5a115b71f0691f8accd0ee276f4fd03383e972", - "Addresses": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "AllowedIPs": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "Endpoints": ["77.164.248.136:37747", "10.65.0.27:37747", "172.17.0.1:37747"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61122}, - {"Proto": "peerapi6", "Port": 61122} - ]}, - "Created": "2026-04-09T01:36:12.871641055Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4776162533827764, - "StableID": "n992v4h8Je11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "DiscoKey": "discokey:f9d6e1f0438a5e6accf180d032bb726e19a030bd26dc274adab33aa1343efc12", - "Addresses": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "AllowedIPs": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "Endpoints": ["77.164.248.136:49126", "10.65.0.27:49126", "172.17.0.1:49126"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36862}, - {"Proto": "peerapi6", "Port": 36862} - ]}, - "Created": "2026-04-09T01:36:13.397619138Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5369658495970688, - "StableID": "nMRvkkpvvi11CNTRL", + "ID": 394997240677806, + "StableID": "ndJ9Zeut5411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "DiscoKey": "discokey:b5005af55481effc2d365e4188f43052963ca1fc1fff00ac9c68e306b9cb6826", - "Addresses": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "AllowedIPs": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "Endpoints": ["77.164.248.136:45719", "10.65.0.27:45719", "172.17.0.1:45719"], + "Key": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "DiscoKey": "discokey:3bc51a9501c9259b165e307830756c1adc505dd659c44bf2826a6fcd9006f729", + "Addresses": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "AllowedIPs": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "Endpoints": ["77.164.248.136:53577", "10.65.0.27:53577", "172.17.0.1:53577"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49731}, - {"Proto": "peerapi6", "Port": 49731} + {"Proto": "peerapi4", "Port": 41406}, + {"Proto": "peerapi6", "Port": 41406} ]}, - "Created": "2026-04-09T01:36:14.479697345Z", + "Created": "2026-04-09T08:42:13.907492106Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6080978950276113, - "StableID": "nzw6WK16Vp11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "DiscoKey": "discokey:0d02995678dac3c6ba87bf50935f1ba58321e4f136f1f78a81622901777f512a", - "Addresses": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "AllowedIPs": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40026}, - {"Proto": "peerapi6", "Port": 40026} - ]}, - "Created": "2026-04-09T01:36:13.940745211Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6098863445707159, - "StableID": "nn8z7ToBdp11CNTRL", + "ID": 894146159518578, + "StableID": "nuUuFohxy711CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "DiscoKey": "discokey:9a9367b1d88d5cdb81a7bfac42f918aa57cda8bff2f9738145b9da14c755f166", - "Addresses": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "AllowedIPs": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "Endpoints": ["77.164.248.136:37304", "10.65.0.27:37304", "172.17.0.1:37304"], + "Key": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "DiscoKey": "discokey:509f69be589bbfff5844513f52a13378eb70109e1a3966cb0c44a8ba681be758", + "Addresses": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "AllowedIPs": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "Endpoints": ["77.164.248.136:58511", "10.65.0.27:58511", "172.17.0.1:58511"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64132}, - {"Proto": "peerapi6", "Port": 64132} + {"Proto": "peerapi4", "Port": 35876}, + {"Proto": "peerapi6", "Port": 35876} ]}, - "Created": "2026-04-09T01:36:17.732956357Z", + "Created": "2026-04-09T08:42:17.098712574Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7455026716304681, - "StableID": "nUx3PouPD121CNTRL", + "ID": 2364409799723318, + "StableID": "nBMiT63rTK11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "DiscoKey": "discokey:cd0c06742525f7b6a6fe41d5ac6aa18f9afc9438325a0a53bccbc78db93e2c56", - "Addresses": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "AllowedIPs": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "Endpoints": ["77.164.248.136:43742", "10.65.0.27:43742", "172.17.0.1:43742"], + "Key": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "DiscoKey": "discokey:37c0a1e73722c0baf1207298a0efd90681077923fdc508e0259a381c91e7267c", + "Addresses": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "AllowedIPs": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "Endpoints": ["77.164.248.136:60436", "10.65.0.27:60436", "172.17.0.1:60436"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47537}, - {"Proto": "peerapi6", "Port": 47537} + {"Proto": "peerapi4", "Port": 49448}, + {"Proto": "peerapi6", "Port": 49448} ]}, - "Created": "2026-04-09T01:36:15.029135164Z", + "Created": "2026-04-09T08:42:14.433231469Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7988363625233922, - "StableID": "nMkMhTmwN521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "DiscoKey": "discokey:51557f36c4b2e89c7356c7189cd1a489945e3d20dd633ef3e737d39bcb0a0d15", - "Addresses": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "AllowedIPs": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 45924}, - {"Proto": "peerapi6", "Port": 45924} - ]}, - "Created": "2026-04-09T01:36:17.194578795Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 8127044696659219, - "StableID": "nvW26dgkT621CNTRL", + "ID": 2657818561153216, + "StableID": "nXifyRPjkM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "DiscoKey": "discokey:11e3a9ebad33d62f789f293c954f5fbabac1a1bc428fe29fe1dac928aa93895d", - "Addresses": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "AllowedIPs": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "Endpoints": ["77.164.248.136:60437", "10.65.0.27:60437", "172.17.0.1:60437"], + "Key": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "DiscoKey": "discokey:dfef46e366f39f54a962c22c405ca7465d40e9470f31b4fbf4a4d32b6c84f444", + "Addresses": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "AllowedIPs": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "Endpoints": ["77.164.248.136:50764", "10.65.0.27:50764", "172.17.0.1:50764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54412}, - {"Proto": "peerapi6", "Port": 54412} + {"Proto": "peerapi4", "Port": 32846}, + {"Proto": "peerapi6", "Port": 32846} ]}, - "Created": "2026-04-09T01:36:12.30447157Z", + "Created": "2026-04-09T08:42:11.770619853Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8870318046648919, - "StableID": "n2phoPDPGC21CNTRL", + "ID": 3569024880842999, + "StableID": "nQ3nASERsU11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "DiscoKey": "discokey:0e79d4bca2044ae8aca2a2125cee2e316f70e4fbdbba0f3b6162756fcb11e715", - "Addresses": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "AllowedIPs": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "Endpoints": ["77.164.248.136:55865", "10.65.0.27:55865", "172.17.0.1:55865"], + "Key": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "DiscoKey": "discokey:9804d025607a35536255f0e147afaacfa1ea4bde6425ebcf5069c4314937d55f", + "Addresses": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "AllowedIPs": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "Endpoints": ["77.164.248.136:45234", "10.65.0.27:45234", "172.17.0.1:45234"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 61763}, - {"Proto": "peerapi6", "Port": 61763} + {"Proto": "peerapi4", "Port": 56823}, + {"Proto": "peerapi6", "Port": 56823} ]}, - "Created": "2026-04-09T01:36:15.567698976Z", + "Created": "2026-04-09T08:42:14.961691423Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 4951833054790952, + "StableID": "nMTBJwFhff11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "DiscoKey": "discokey:482387dc0fb5ea24656db87065a3a28d4fc39587febf711779051cd81b609616", + "Addresses": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "AllowedIPs": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "Endpoints": ["77.164.248.136:33801", "10.65.0.27:33801", "172.17.0.1:33801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 51671}, + {"Proto": "peerapi6", "Port": 51671} + ]}, + "Created": "2026-04-09T08:42:16.033314591Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5377297481177833, + "StableID": "nrFriDVPzi11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:959f3e5a3a3354cfd1c1b611f4b9e3a62b90be1530afde0d09a7c467b732050d", + "Addresses": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "AllowedIPs": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "Endpoints": ["77.164.248.136:39389", "10.65.0.27:39389", "172.17.0.1:39389"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46987}, + {"Proto": "peerapi6", "Port": 46987} + ]}, + "Created": "2026-04-09T08:42:18.726865524Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6470188450444791, + "StableID": "ntjHFzsMXs11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "DiscoKey": "discokey:c358c6849f7c3a4561ec65b879c5d152ce6754d63539e30dcca89c21ba98e972", + "Addresses": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "AllowedIPs": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "Endpoints": ["77.164.248.136:45021", "10.65.0.27:45021", "172.17.0.1:45021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44874}, + {"Proto": "peerapi6", "Port": 44874} + ]}, + "Created": "2026-04-09T08:42:11.284229233Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7206475029524484, + "StableID": "n5wnwyspGy11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "DiscoKey": "discokey:155c6a16461c9fb2dcbdc5ab38d535f2c399543e5d72020034bebb81a3008261", + "Addresses": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "AllowedIPs": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "Endpoints": ["77.164.248.136:58283", "10.65.0.27:58283", "172.17.0.1:58283"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 55774}, + {"Proto": "peerapi6", "Port": 55774} + ]}, + "Created": "2026-04-09T08:42:13.374810891Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7613361641966104, + "StableID": "nK8yZp67T221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:17aa982bc46fc7c1238485039f966df7ea88d09cdafb0c5211c47d2ce80f3210", + "Addresses": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "AllowedIPs": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "Endpoints": ["77.164.248.136:55498", "10.65.0.27:55498", "172.17.0.1:55498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59561}, + {"Proto": "peerapi6", "Port": 59561} + ]}, + "Created": "2026-04-09T08:42:18.165096388Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7856691890074376, + "StableID": "nMBDMTyJM421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "DiscoKey": "discokey:53b0ca54e37406cda38f85c0c85dc4c98556b41d3790d6cdb1a156191038bc58", + "Addresses": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "AllowedIPs": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "Endpoints": ["77.164.248.136:57078", "10.65.0.27:57078", "172.17.0.1:57078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 43543}, + {"Proto": "peerapi6", "Port": 43543} + ]}, + "Created": "2026-04-09T08:42:16.563476967Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8245532106920370, + "StableID": "nsmqnV9RP721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "DiscoKey": "discokey:030e80322983b15fe23262a5923e087d61023a84550fa184a57e5d0e6d7d2b3b", + "Addresses": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "AllowedIPs": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "Endpoints": ["77.164.248.136:34616", "10.65.0.27:34616", "172.17.0.1:34616"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53618}, + {"Proto": "peerapi6", "Port": 53618} + ]}, + "Created": "2026-04-09T08:42:12.849339275Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8565908481490153, + "StableID": "nc6AwetWt921CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "KeyExpiry": "2026-10-06T08:42:17Z", + "DiscoKey": "discokey:20bacb27e9cc2c5169c4599fd122ec9daa798f8edb5cd5f70c04c22bf47a6335", + "Addresses": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "AllowedIPs": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "Endpoints": ["77.164.248.136:59888", "10.65.0.27:59888", "172.17.0.1:59888"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53731}, + {"Proto": "peerapi6", "Port": 53731} + ]}, + "Created": "2026-04-09T08:42:17.62837426Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8581114007864986, + "StableID": "nZkNEDKQ1A21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "DiscoKey": "discokey:2e812c6829957886d069e912d18eddbf9248e00d2e214c348e125803769f5459", + "Addresses": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "AllowedIPs": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "Endpoints": ["77.164.248.136:46359", "10.65.0.27:46359", "172.17.0.1:46359"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 53536}, + {"Proto": "peerapi6", "Port": 53536} + ]}, + "Created": "2026-04-09T08:42:12.307115885Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16251,27 +16286,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8855526514852103": { - "ID": 8855526514852103, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6918520222213496": { + "ID": 6918520222213496, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16302,22 +16339,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2055208107985169, - "StableID": "nSmqmFqo3H11CNTRL", + "ID": 7613361641966104, + "StableID": "nK8yZp67T221CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:da1dcc684d6ccd36df2aaf7cb13b2c2381b9bc87ba857981686ade667b0e8944", - "Addresses": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "AllowedIPs": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "Endpoints": ["77.164.248.136:54643", "10.65.0.27:54643", "172.17.0.1:54643"], + "Key": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:17aa982bc46fc7c1238485039f966df7ea88d09cdafb0c5211c47d2ce80f3210", + "Addresses": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "AllowedIPs": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "Endpoints": ["77.164.248.136:55498", "10.65.0.27:55498", "172.17.0.1:55498"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43665}, - {"Proto": "peerapi6", "Port": 43665}, + {"Proto": "peerapi4", "Port": 59561}, + {"Proto": "peerapi6", "Port": 59561}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:18.826105012Z", + "Created": "2026-04-09T08:42:18.165096388Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16344,299 +16381,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "MachineKey": "mkey:67f77ee2fc3a82f94b457c151995839e6846cc351aa3a153bef23cb9b27a0965", + "NodeKey": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "MachineKey": "mkey:da1e83c50130554faf78f70cc5ab72be89b01dde5f1b96c930be8cca9da7ae5a", "Peers": [{ - "ID": 814137294186547, - "StableID": "n4HhoM1jM711CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "DiscoKey": "discokey:4795ca5a7f2434c860b252a105b67ee29f37d7c74927d1d42b471e36851d1c3c", - "Addresses": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "AllowedIPs": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "Endpoints": ["77.164.248.136:50765", "10.65.0.27:50765", "172.17.0.1:50765"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36542}, - {"Proto": "peerapi6", "Port": 36542} - ]}, - "Created": "2026-04-09T01:36:11.81340163Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 831263476276471, - "StableID": "nUPVs9tUV711CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "DiscoKey": "discokey:158fdd028ce868470a499625caac2e7091783525172d2028090e25627c441350", - "Addresses": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "AllowedIPs": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "Endpoints": ["77.164.248.136:43957", "10.65.0.27:43957", "172.17.0.1:43957"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 58020}, - {"Proto": "peerapi6", "Port": 58020} - ]}, - "Created": "2026-04-09T01:36:16.654311263Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1028160128266075, - "StableID": "nCZRmL2f2911CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "KeyExpiry": "2026-10-06T01:36:19Z", - "DiscoKey": "discokey:d6f924b9f4e2d70374e39f3531bd1e7174d0d8a8b3e974f4836bfa40721a9526", - "Addresses": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "AllowedIPs": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47982}, - {"Proto": "peerapi6", "Port": 47982} - ]}, - "Created": "2026-04-09T01:36:19.737356254Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 3032748301684646, - "StableID": "n5i9G1AYgQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:b2f6f2a8d39e7ae060c3c80a66c276caf004c1176985e5662815482586757405", - "Addresses": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "AllowedIPs": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "Endpoints": ["77.164.248.136:54362", "10.65.0.27:54362", "172.17.0.1:54362"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45459}, - {"Proto": "peerapi6", "Port": 45459} - ]}, - "Created": "2026-04-09T01:36:18.290878787Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3227942569625689, - "StableID": "ngQrJWawCS11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "DiscoKey": "discokey:0b4526725f1e9be332e780ab3a5a115b71f0691f8accd0ee276f4fd03383e972", - "Addresses": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "AllowedIPs": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "Endpoints": ["77.164.248.136:37747", "10.65.0.27:37747", "172.17.0.1:37747"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61122}, - {"Proto": "peerapi6", "Port": 61122} - ]}, - "Created": "2026-04-09T01:36:12.871641055Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4776162533827764, - "StableID": "n992v4h8Je11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "DiscoKey": "discokey:f9d6e1f0438a5e6accf180d032bb726e19a030bd26dc274adab33aa1343efc12", - "Addresses": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "AllowedIPs": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "Endpoints": ["77.164.248.136:49126", "10.65.0.27:49126", "172.17.0.1:49126"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36862}, - {"Proto": "peerapi6", "Port": 36862} - ]}, - "Created": "2026-04-09T01:36:13.397619138Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5369658495970688, - "StableID": "nMRvkkpvvi11CNTRL", + "ID": 394997240677806, + "StableID": "ndJ9Zeut5411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "DiscoKey": "discokey:b5005af55481effc2d365e4188f43052963ca1fc1fff00ac9c68e306b9cb6826", - "Addresses": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "AllowedIPs": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "Endpoints": ["77.164.248.136:45719", "10.65.0.27:45719", "172.17.0.1:45719"], + "Key": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "DiscoKey": "discokey:3bc51a9501c9259b165e307830756c1adc505dd659c44bf2826a6fcd9006f729", + "Addresses": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "AllowedIPs": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "Endpoints": ["77.164.248.136:53577", "10.65.0.27:53577", "172.17.0.1:53577"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49731}, - {"Proto": "peerapi6", "Port": 49731} + {"Proto": "peerapi4", "Port": 41406}, + {"Proto": "peerapi6", "Port": 41406} ]}, - "Created": "2026-04-09T01:36:14.479697345Z", + "Created": "2026-04-09T08:42:13.907492106Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6080978950276113, - "StableID": "nzw6WK16Vp11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "DiscoKey": "discokey:0d02995678dac3c6ba87bf50935f1ba58321e4f136f1f78a81622901777f512a", - "Addresses": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "AllowedIPs": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40026}, - {"Proto": "peerapi6", "Port": 40026} - ]}, - "Created": "2026-04-09T01:36:13.940745211Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6098863445707159, - "StableID": "nn8z7ToBdp11CNTRL", + "ID": 894146159518578, + "StableID": "nuUuFohxy711CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "DiscoKey": "discokey:9a9367b1d88d5cdb81a7bfac42f918aa57cda8bff2f9738145b9da14c755f166", - "Addresses": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "AllowedIPs": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "Endpoints": ["77.164.248.136:37304", "10.65.0.27:37304", "172.17.0.1:37304"], + "Key": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "DiscoKey": "discokey:509f69be589bbfff5844513f52a13378eb70109e1a3966cb0c44a8ba681be758", + "Addresses": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "AllowedIPs": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "Endpoints": ["77.164.248.136:58511", "10.65.0.27:58511", "172.17.0.1:58511"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64132}, - {"Proto": "peerapi6", "Port": 64132} + {"Proto": "peerapi4", "Port": 35876}, + {"Proto": "peerapi6", "Port": 35876} ]}, - "Created": "2026-04-09T01:36:17.732956357Z", + "Created": "2026-04-09T08:42:17.098712574Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7455026716304681, - "StableID": "nUx3PouPD121CNTRL", + "ID": 2364409799723318, + "StableID": "nBMiT63rTK11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "DiscoKey": "discokey:cd0c06742525f7b6a6fe41d5ac6aa18f9afc9438325a0a53bccbc78db93e2c56", - "Addresses": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "AllowedIPs": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "Endpoints": ["77.164.248.136:43742", "10.65.0.27:43742", "172.17.0.1:43742"], + "Key": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "DiscoKey": "discokey:37c0a1e73722c0baf1207298a0efd90681077923fdc508e0259a381c91e7267c", + "Addresses": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "AllowedIPs": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "Endpoints": ["77.164.248.136:60436", "10.65.0.27:60436", "172.17.0.1:60436"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47537}, - {"Proto": "peerapi6", "Port": 47537} + {"Proto": "peerapi4", "Port": 49448}, + {"Proto": "peerapi6", "Port": 49448} ]}, - "Created": "2026-04-09T01:36:15.029135164Z", + "Created": "2026-04-09T08:42:14.433231469Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7988363625233922, - "StableID": "nMkMhTmwN521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "DiscoKey": "discokey:51557f36c4b2e89c7356c7189cd1a489945e3d20dd633ef3e737d39bcb0a0d15", - "Addresses": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "AllowedIPs": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 45924}, - {"Proto": "peerapi6", "Port": 45924} - ]}, - "Created": "2026-04-09T01:36:17.194578795Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 8127044696659219, - "StableID": "nvW26dgkT621CNTRL", + "ID": 2657818561153216, + "StableID": "nXifyRPjkM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "DiscoKey": "discokey:11e3a9ebad33d62f789f293c954f5fbabac1a1bc428fe29fe1dac928aa93895d", - "Addresses": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "AllowedIPs": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "Endpoints": ["77.164.248.136:60437", "10.65.0.27:60437", "172.17.0.1:60437"], + "Key": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "DiscoKey": "discokey:dfef46e366f39f54a962c22c405ca7465d40e9470f31b4fbf4a4d32b6c84f444", + "Addresses": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "AllowedIPs": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "Endpoints": ["77.164.248.136:50764", "10.65.0.27:50764", "172.17.0.1:50764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54412}, - {"Proto": "peerapi6", "Port": 54412} + {"Proto": "peerapi4", "Port": 32846}, + {"Proto": "peerapi6", "Port": 32846} ]}, - "Created": "2026-04-09T01:36:12.30447157Z", + "Created": "2026-04-09T08:42:11.770619853Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8855526514852103, - "StableID": "n6runafg9C21CNTRL", + "ID": 3569024880842999, + "StableID": "nQ3nASERsU11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "DiscoKey": "discokey:9804d025607a35536255f0e147afaacfa1ea4bde6425ebcf5069c4314937d55f", + "Addresses": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "AllowedIPs": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "Endpoints": ["77.164.248.136:45234", "10.65.0.27:45234", "172.17.0.1:45234"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56823}, + {"Proto": "peerapi6", "Port": 56823} + ]}, + "Created": "2026-04-09T08:42:14.961691423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 4951833054790952, + "StableID": "nMTBJwFhff11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "DiscoKey": "discokey:482387dc0fb5ea24656db87065a3a28d4fc39587febf711779051cd81b609616", + "Addresses": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "AllowedIPs": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "Endpoints": ["77.164.248.136:33801", "10.65.0.27:33801", "172.17.0.1:33801"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 51671}, + {"Proto": "peerapi6", "Port": 51671} + ]}, + "Created": "2026-04-09T08:42:16.033314591Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5377297481177833, + "StableID": "nrFriDVPzi11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:959f3e5a3a3354cfd1c1b611f4b9e3a62b90be1530afde0d09a7c467b732050d", + "Addresses": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "AllowedIPs": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46987}, + {"Proto": "peerapi6", "Port": 46987} + ]}, + "Created": "2026-04-09T08:42:18.726865524Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6470188450444791, + "StableID": "ntjHFzsMXs11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "DiscoKey": "discokey:c358c6849f7c3a4561ec65b879c5d152ce6754d63539e30dcca89c21ba98e972", + "Addresses": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "AllowedIPs": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "Endpoints": ["77.164.248.136:45021", "10.65.0.27:45021", "172.17.0.1:45021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44874}, + {"Proto": "peerapi6", "Port": 44874} + ]}, + "Created": "2026-04-09T08:42:11.284229233Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6918520222213496, + "StableID": "n5DJg5oQ2w11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "DiscoKey": "discokey:c994222eecb747591c5b1163fea9e358916f428e9f2e1eb9186b303cdd431e00", - "Addresses": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "AllowedIPs": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "Endpoints": ["77.164.248.136:57955", "10.65.0.27:57955", "172.17.0.1:57955"], + "Key": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "DiscoKey": "discokey:5c582f4ce1b0efb962d415755c628b1df4ed5ebead38a46d4db5f6ad3dd40a18", + "Addresses": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "AllowedIPs": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "Endpoints": ["77.164.248.136:51837", "10.65.0.27:51837", "172.17.0.1:51837"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 35375}, - {"Proto": "peerapi6", "Port": 35375} + {"Proto": "peerapi4", "Port": 49531}, + {"Proto": "peerapi6", "Port": 49531} ]}, - "Created": "2026-04-09T01:36:16.110947305Z", + "Created": "2026-04-09T08:42:15.487505625Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8870318046648919, - "StableID": "n2phoPDPGC21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7206475029524484, + "StableID": "n5wnwyspGy11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "DiscoKey": "discokey:0e79d4bca2044ae8aca2a2125cee2e316f70e4fbdbba0f3b6162756fcb11e715", - "Addresses": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "AllowedIPs": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "Endpoints": ["77.164.248.136:55865", "10.65.0.27:55865", "172.17.0.1:55865"], + "Key": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "DiscoKey": "discokey:155c6a16461c9fb2dcbdc5ab38d535f2c399543e5d72020034bebb81a3008261", + "Addresses": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "AllowedIPs": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "Endpoints": ["77.164.248.136:58283", "10.65.0.27:58283", "172.17.0.1:58283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 61763}, - {"Proto": "peerapi6", "Port": 61763} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 55774}, + {"Proto": "peerapi6", "Port": 55774} ]}, - "Created": "2026-04-09T01:36:15.567698976Z", + "Created": "2026-04-09T08:42:13.374810891Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7856691890074376, + "StableID": "nMBDMTyJM421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "DiscoKey": "discokey:53b0ca54e37406cda38f85c0c85dc4c98556b41d3790d6cdb1a156191038bc58", + "Addresses": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "AllowedIPs": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "Endpoints": ["77.164.248.136:57078", "10.65.0.27:57078", "172.17.0.1:57078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 43543}, + {"Proto": "peerapi6", "Port": 43543} + ]}, + "Created": "2026-04-09T08:42:16.563476967Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8245532106920370, + "StableID": "nsmqnV9RP721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "DiscoKey": "discokey:030e80322983b15fe23262a5923e087d61023a84550fa184a57e5d0e6d7d2b3b", + "Addresses": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "AllowedIPs": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "Endpoints": ["77.164.248.136:34616", "10.65.0.27:34616", "172.17.0.1:34616"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53618}, + {"Proto": "peerapi6", "Port": 53618} + ]}, + "Created": "2026-04-09T08:42:12.849339275Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8565908481490153, + "StableID": "nc6AwetWt921CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "KeyExpiry": "2026-10-06T08:42:17Z", + "DiscoKey": "discokey:20bacb27e9cc2c5169c4599fd122ec9daa798f8edb5cd5f70c04c22bf47a6335", + "Addresses": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "AllowedIPs": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "Endpoints": ["77.164.248.136:59888", "10.65.0.27:59888", "172.17.0.1:59888"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53731}, + {"Proto": "peerapi6", "Port": 53731} + ]}, + "Created": "2026-04-09T08:42:17.62837426Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8581114007864986, + "StableID": "nZkNEDKQ1A21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "DiscoKey": "discokey:2e812c6829957886d069e912d18eddbf9248e00d2e214c348e125803769f5459", + "Addresses": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "AllowedIPs": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "Endpoints": ["77.164.248.136:46359", "10.65.0.27:46359", "172.17.0.1:46359"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 53536}, + {"Proto": "peerapi6", "Port": 53536} + ]}, + "Created": "2026-04-09T08:42:12.307115885Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17484,23 +17522,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17531,21 +17570,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 831263476276471, - "StableID": "nUPVs9tUV711CNTRL", + "ID": 4951833054790952, + "StableID": "nMTBJwFhff11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 831263476276471, - "Key": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "DiscoKey": "discokey:158fdd028ce868470a499625caac2e7091783525172d2028090e25627c441350", - "Addresses": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "AllowedIPs": ["100.126.155.63/32", "fd7a:115c:a1e0::d037:9b3f/128"], - "Endpoints": ["77.164.248.136:43957", "10.65.0.27:43957", "172.17.0.1:43957"], + "User": 4951833054790952, + "Key": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "DiscoKey": "discokey:482387dc0fb5ea24656db87065a3a28d4fc39587febf711779051cd81b609616", + "Addresses": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "AllowedIPs": ["100.76.36.23/32", "fd7a:115c:a1e0::c237:2417/128"], + "Endpoints": ["77.164.248.136:33801", "10.65.0.27:33801", "172.17.0.1:33801"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 58020}, - {"Proto": "peerapi6", "Port": 58020}, + {"Proto": "peerapi4", "Port": 51671}, + {"Proto": "peerapi6", "Port": 51671}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:16.654311263Z", + "Created": "2026-04-09T08:42:16.033314591Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17573,299 +17612,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f3961a8ef8cf4a5f62f5ba8ebe87b8c9a10a2af690900f85a9c1cf39d07e9b3e", - "MachineKey": "mkey:3cc5afc648cbff58c2b7b9e965271d950e7dd57e8e5269af04607925654e412b", + "NodeKey": "nodekey:4d92e90506354a3871ed50e13d8324876e7975de9c351fbdc757857dc28c2416", + "MachineKey": "mkey:5381021df7a466e51c6d8f91c7e2c16adbf613ae4d09ab2902f875fb2970fd2a", "Peers": [{ - "ID": 814137294186547, - "StableID": "n4HhoM1jM711CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:6e3470b9b5786ca2bd4b6234b316cd95b53c36575aa5da89348bc6c62d661c1d", - "DiscoKey": "discokey:4795ca5a7f2434c860b252a105b67ee29f37d7c74927d1d42b471e36851d1c3c", - "Addresses": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "AllowedIPs": ["100.102.28.30/32", "fd7a:115c:a1e0::2d37:1c1e/128"], - "Endpoints": ["77.164.248.136:50765", "10.65.0.27:50765", "172.17.0.1:50765"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 36542}, - {"Proto": "peerapi6", "Port": 36542} - ]}, - "Created": "2026-04-09T01:36:11.81340163Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 1028160128266075, - "StableID": "nCZRmL2f2911CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:5552422f27d0a71fded400ae16366d73c88f94392baeb58e9a6d212b09a1520c", - "KeyExpiry": "2026-10-06T01:36:19Z", - "DiscoKey": "discokey:d6f924b9f4e2d70374e39f3531bd1e7174d0d8a8b3e974f4836bfa40721a9526", - "Addresses": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "AllowedIPs": ["100.97.82.13/32", "fd7a:115c:a1e0::937:520d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 47982}, - {"Proto": "peerapi6", "Port": 47982} - ]}, - "Created": "2026-04-09T01:36:19.737356254Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2055208107985169, - "StableID": "nSmqmFqo3H11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:0f6c40f88a90e28e149184002dd295abc169c6b1d92f3741ddf251e1b0028d0b", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:da1dcc684d6ccd36df2aaf7cb13b2c2381b9bc87ba857981686ade667b0e8944", - "Addresses": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "AllowedIPs": ["100.66.141.12/32", "fd7a:115c:a1e0::b037:8d0c/128"], - "Endpoints": ["77.164.248.136:54643", "10.65.0.27:54643", "172.17.0.1:54643"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43665}, - {"Proto": "peerapi6", "Port": 43665} - ]}, - "Created": "2026-04-09T01:36:18.826105012Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 3032748301684646, - "StableID": "n5i9G1AYgQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:3a1f9b0f0557f792b7b17e637cb6b8601607d2b61ce025734513001b000ce777", - "KeyExpiry": "2026-10-06T01:36:18Z", - "DiscoKey": "discokey:b2f6f2a8d39e7ae060c3c80a66c276caf004c1176985e5662815482586757405", - "Addresses": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "AllowedIPs": ["100.76.231.120/32", "fd7a:115c:a1e0::37:e778/128"], - "Endpoints": ["77.164.248.136:54362", "10.65.0.27:54362", "172.17.0.1:54362"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 45459}, - {"Proto": "peerapi6", "Port": 45459} - ]}, - "Created": "2026-04-09T01:36:18.290878787Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 3227942569625689, - "StableID": "ngQrJWawCS11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d80dff344f76f2ed5f848e03c3998c5d00033c4b0b347e20e5f0508dc7095549", - "DiscoKey": "discokey:0b4526725f1e9be332e780ab3a5a115b71f0691f8accd0ee276f4fd03383e972", - "Addresses": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "AllowedIPs": ["100.73.85.74/32", "fd7a:115c:a1e0::c737:554a/128"], - "Endpoints": ["77.164.248.136:37747", "10.65.0.27:37747", "172.17.0.1:37747"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 61122}, - {"Proto": "peerapi6", "Port": 61122} - ]}, - "Created": "2026-04-09T01:36:12.871641055Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4776162533827764, - "StableID": "n992v4h8Je11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb44298e86b2a69822c560a3e4b224779a6df2cbcb654d486acb101d8532dd31", - "DiscoKey": "discokey:f9d6e1f0438a5e6accf180d032bb726e19a030bd26dc274adab33aa1343efc12", - "Addresses": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "AllowedIPs": ["100.114.221.50/32", "fd7a:115c:a1e0::8537:dd32/128"], - "Endpoints": ["77.164.248.136:49126", "10.65.0.27:49126", "172.17.0.1:49126"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 36862}, - {"Proto": "peerapi6", "Port": 36862} - ]}, - "Created": "2026-04-09T01:36:13.397619138Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 5369658495970688, - "StableID": "nMRvkkpvvi11CNTRL", + "ID": 394997240677806, + "StableID": "ndJ9Zeut5411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:3b100f84911db0f9bb81a7f1cda6b70372a41f5d958cbec67b58eeaec0a4011a", - "DiscoKey": "discokey:b5005af55481effc2d365e4188f43052963ca1fc1fff00ac9c68e306b9cb6826", - "Addresses": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "AllowedIPs": ["100.100.1.27/32", "fd7a:115c:a1e0::c037:11b/128"], - "Endpoints": ["77.164.248.136:45719", "10.65.0.27:45719", "172.17.0.1:45719"], + "Key": "nodekey:6abc21a87d0e04d628aca8ac56c224a00cb1db78b7224da6911186bb6090fd1a", + "DiscoKey": "discokey:3bc51a9501c9259b165e307830756c1adc505dd659c44bf2826a6fcd9006f729", + "Addresses": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "AllowedIPs": ["100.80.253.27/32", "fd7a:115c:a1e0::6037:fd1b/128"], + "Endpoints": ["77.164.248.136:53577", "10.65.0.27:53577", "172.17.0.1:53577"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49731}, - {"Proto": "peerapi6", "Port": 49731} + {"Proto": "peerapi4", "Port": 41406}, + {"Proto": "peerapi6", "Port": 41406} ]}, - "Created": "2026-04-09T01:36:14.479697345Z", + "Created": "2026-04-09T08:42:13.907492106Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 6080978950276113, - "StableID": "nzw6WK16Vp11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4538b6548bf0153533d7346f05282d1aebb371a06825e5a98a0541e3069ff45a", - "DiscoKey": "discokey:0d02995678dac3c6ba87bf50935f1ba58321e4f136f1f78a81622901777f512a", - "Addresses": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "AllowedIPs": ["100.95.244.91/32", "fd7a:115c:a1e0::637:f45b/128"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 40026}, - {"Proto": "peerapi6", "Port": 40026} - ]}, - "Created": "2026-04-09T01:36:13.940745211Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 6098863445707159, - "StableID": "nn8z7ToBdp11CNTRL", + "ID": 894146159518578, + "StableID": "nuUuFohxy711CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:49378a053b5b546c43b0b0a1937b837913d91cd89c8dfc5fe6ba28617bc92130", - "DiscoKey": "discokey:9a9367b1d88d5cdb81a7bfac42f918aa57cda8bff2f9738145b9da14c755f166", - "Addresses": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "AllowedIPs": ["100.73.33.49/32", "fd7a:115c:a1e0::7b37:2131/128"], - "Endpoints": ["77.164.248.136:37304", "10.65.0.27:37304", "172.17.0.1:37304"], + "Key": "nodekey:721cfb0896018616741567747bc5593eeef2a87ab073bd17473e6c19b6eea825", + "DiscoKey": "discokey:509f69be589bbfff5844513f52a13378eb70109e1a3966cb0c44a8ba681be758", + "Addresses": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "AllowedIPs": ["100.110.168.38/32", "fd7a:115c:a1e0::b637:a826/128"], + "Endpoints": ["77.164.248.136:58511", "10.65.0.27:58511", "172.17.0.1:58511"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 64132}, - {"Proto": "peerapi6", "Port": 64132} + {"Proto": "peerapi4", "Port": 35876}, + {"Proto": "peerapi6", "Port": 35876} ]}, - "Created": "2026-04-09T01:36:17.732956357Z", + "Created": "2026-04-09T08:42:17.098712574Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7455026716304681, - "StableID": "nUx3PouPD121CNTRL", + "ID": 2364409799723318, + "StableID": "nBMiT63rTK11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:52fd4c84a34ac12ad2ee661273f09f132cb5cbaf35e04842a5f85bf306bddd10", - "DiscoKey": "discokey:cd0c06742525f7b6a6fe41d5ac6aa18f9afc9438325a0a53bccbc78db93e2c56", - "Addresses": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "AllowedIPs": ["100.125.221.17/32", "fd7a:115c:a1e0::637:dd14/128"], - "Endpoints": ["77.164.248.136:43742", "10.65.0.27:43742", "172.17.0.1:43742"], + "Key": "nodekey:8f66b831ee8fceab33a393d2c05f85885a4c912cb033bb0ae838268bc8be7164", + "DiscoKey": "discokey:37c0a1e73722c0baf1207298a0efd90681077923fdc508e0259a381c91e7267c", + "Addresses": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "AllowedIPs": ["100.126.113.101/32", "fd7a:115c:a1e0::c837:7165/128"], + "Endpoints": ["77.164.248.136:60436", "10.65.0.27:60436", "172.17.0.1:60436"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47537}, - {"Proto": "peerapi6", "Port": 47537} + {"Proto": "peerapi4", "Port": 49448}, + {"Proto": "peerapi6", "Port": 49448} ]}, - "Created": "2026-04-09T01:36:15.029135164Z", + "Created": "2026-04-09T08:42:14.433231469Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7988363625233922, - "StableID": "nMkMhTmwN521CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b32219349d874451c4444c321dec305382856df685e4ab33a3593b9ee80e2678", - "DiscoKey": "discokey:51557f36c4b2e89c7356c7189cd1a489945e3d20dd633ef3e737d39bcb0a0d15", - "Addresses": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "AllowedIPs": ["100.78.38.121/32", "fd7a:115c:a1e0::e837:2679/128"], - "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 45924}, - {"Proto": "peerapi6", "Port": 45924} - ]}, - "Created": "2026-04-09T01:36:17.194578795Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 8127044696659219, - "StableID": "nvW26dgkT621CNTRL", + "ID": 2657818561153216, + "StableID": "nXifyRPjkM11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ba3f66ac4b65acf98215250d80903ca1204629e605456f5c36119b72e2cb1459", - "DiscoKey": "discokey:11e3a9ebad33d62f789f293c954f5fbabac1a1bc428fe29fe1dac928aa93895d", - "Addresses": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "AllowedIPs": ["100.75.20.90/32", "fd7a:115c:a1e0::e237:145a/128"], - "Endpoints": ["77.164.248.136:60437", "10.65.0.27:60437", "172.17.0.1:60437"], + "Key": "nodekey:d48adc7bec0abfc1bddb174b2060ddbc3f2020b61ecaac6194f7e6ce0db1060c", + "DiscoKey": "discokey:dfef46e366f39f54a962c22c405ca7465d40e9470f31b4fbf4a4d32b6c84f444", + "Addresses": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "AllowedIPs": ["100.113.6.13/32", "fd7a:115c:a1e0::d37:60d/128"], + "Endpoints": ["77.164.248.136:50764", "10.65.0.27:50764", "172.17.0.1:50764"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 54412}, - {"Proto": "peerapi6", "Port": 54412} + {"Proto": "peerapi4", "Port": 32846}, + {"Proto": "peerapi6", "Port": 32846} ]}, - "Created": "2026-04-09T01:36:12.30447157Z", + "Created": "2026-04-09T08:42:11.770619853Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 8855526514852103, - "StableID": "n6runafg9C21CNTRL", + "ID": 3569024880842999, + "StableID": "nQ3nASERsU11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:915de802cb24c4b45d8ab2884b2e0270335bc91cd6b2b65a8fe7d2c9b87b6139", + "DiscoKey": "discokey:9804d025607a35536255f0e147afaacfa1ea4bde6425ebcf5069c4314937d55f", + "Addresses": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "AllowedIPs": ["100.123.97.58/32", "fd7a:115c:a1e0::b837:613a/128"], + "Endpoints": ["77.164.248.136:45234", "10.65.0.27:45234", "172.17.0.1:45234"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 56823}, + {"Proto": "peerapi6", "Port": 56823} + ]}, + "Created": "2026-04-09T08:42:14.961691423Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 5377297481177833, + "StableID": "nrFriDVPzi11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:ed59bcc56be5fe81bb574d65045f3683a3117598c1dde30646090c4dceb6b572", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:959f3e5a3a3354cfd1c1b611f4b9e3a62b90be1530afde0d09a7c467b732050d", + "Addresses": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "AllowedIPs": ["100.118.181.115/32", "fd7a:115c:a1e0::ce37:b573/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 46987}, + {"Proto": "peerapi6", "Port": 46987} + ]}, + "Created": "2026-04-09T08:42:18.726865524Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 6470188450444791, + "StableID": "ntjHFzsMXs11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9815a9be13dbf2f10684ac9ac6b9023cc803a6e6dacaa2ed6c7369fb65246d52", + "DiscoKey": "discokey:c358c6849f7c3a4561ec65b879c5d152ce6754d63539e30dcca89c21ba98e972", + "Addresses": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "AllowedIPs": ["100.100.109.83/32", "fd7a:115c:a1e0::6537:6d53/128"], + "Endpoints": ["77.164.248.136:45021", "10.65.0.27:45021", "172.17.0.1:45021"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 44874}, + {"Proto": "peerapi6", "Port": 44874} + ]}, + "Created": "2026-04-09T08:42:11.284229233Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6918520222213496, + "StableID": "n5DJg5oQ2w11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1cb1c315bf7f03309398bae50fe857c66ce4b4423d4d36856a32fcb9bf5a5036", - "DiscoKey": "discokey:c994222eecb747591c5b1163fea9e358916f428e9f2e1eb9186b303cdd431e00", - "Addresses": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "AllowedIPs": ["100.90.80.55/32", "fd7a:115c:a1e0::bf37:5037/128"], - "Endpoints": ["77.164.248.136:57955", "10.65.0.27:57955", "172.17.0.1:57955"], + "Key": "nodekey:a0d6223852679e4b5785c999480c82d0085a1831cac346e552dfb0446c9d3c2c", + "DiscoKey": "discokey:5c582f4ce1b0efb962d415755c628b1df4ed5ebead38a46d4db5f6ad3dd40a18", + "Addresses": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "AllowedIPs": ["100.93.60.45/32", "fd7a:115c:a1e0::6c37:3c2e/128"], + "Endpoints": ["77.164.248.136:51837", "10.65.0.27:51837", "172.17.0.1:51837"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 35375}, - {"Proto": "peerapi6", "Port": 35375} + {"Proto": "peerapi4", "Port": 49531}, + {"Proto": "peerapi6", "Port": 49531} ]}, - "Created": "2026-04-09T01:36:16.110947305Z", + "Created": "2026-04-09T08:42:15.487505625Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 8870318046648919, - "StableID": "n2phoPDPGC21CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 7206475029524484, + "StableID": "n5wnwyspGy11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:43ff14273fca7fa840956b5bd1505a78cae090ecce4aaafbdd66e89f921baa1d", - "DiscoKey": "discokey:0e79d4bca2044ae8aca2a2125cee2e316f70e4fbdbba0f3b6162756fcb11e715", - "Addresses": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "AllowedIPs": ["100.91.170.30/32", "fd7a:115c:a1e0::9237:aa1e/128"], - "Endpoints": ["77.164.248.136:55865", "10.65.0.27:55865", "172.17.0.1:55865"], + "Key": "nodekey:28a3f5f72c1aa0edb788dc6d723fbfe46e146f21f00439df720dff970da59c3c", + "DiscoKey": "discokey:155c6a16461c9fb2dcbdc5ab38d535f2c399543e5d72020034bebb81a3008261", + "Addresses": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "AllowedIPs": ["100.101.156.61/32", "fd7a:115c:a1e0::d37:9c3d/128"], + "Endpoints": ["77.164.248.136:58283", "10.65.0.27:58283", "172.17.0.1:58283"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 61763}, - {"Proto": "peerapi6", "Port": 61763} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 55774}, + {"Proto": "peerapi6", "Port": 55774} ]}, - "Created": "2026-04-09T01:36:15.567698976Z", + "Created": "2026-04-09T08:42:13.374810891Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 7613361641966104, + "StableID": "nK8yZp67T221CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:8b64ea559a5aae10c2a113f7a83106f0dc85fc28774c4e0cb703a22c929d2027", + "KeyExpiry": "2026-10-06T08:42:18Z", + "DiscoKey": "discokey:17aa982bc46fc7c1238485039f966df7ea88d09cdafb0c5211c47d2ce80f3210", + "Addresses": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "AllowedIPs": ["100.93.32.40/32", "fd7a:115c:a1e0::9237:2028/128"], + "Endpoints": ["77.164.248.136:55498", "10.65.0.27:55498", "172.17.0.1:55498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59561}, + {"Proto": "peerapi6", "Port": 59561} + ]}, + "Created": "2026-04-09T08:42:18.165096388Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 7856691890074376, + "StableID": "nMBDMTyJM421CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d36a0eac9fc80e09cc64f4c1a5a63ffb3a6647ee00433d650fd6f498ff8ba50a", + "DiscoKey": "discokey:53b0ca54e37406cda38f85c0c85dc4c98556b41d3790d6cdb1a156191038bc58", + "Addresses": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "AllowedIPs": ["100.75.165.11/32", "fd7a:115c:a1e0::ff37:a50b/128"], + "Endpoints": ["77.164.248.136:57078", "10.65.0.27:57078", "172.17.0.1:57078"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 43543}, + {"Proto": "peerapi6", "Port": 43543} + ]}, + "Created": "2026-04-09T08:42:16.563476967Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8245532106920370, + "StableID": "nsmqnV9RP721CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:f5854045e604113f9048bb6f60cc49d0b57768a0d66539f1df72eb9089515110", + "DiscoKey": "discokey:030e80322983b15fe23262a5923e087d61023a84550fa184a57e5d0e6d7d2b3b", + "Addresses": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "AllowedIPs": ["100.81.81.17/32", "fd7a:115c:a1e0::8937:5111/128"], + "Endpoints": ["77.164.248.136:34616", "10.65.0.27:34616", "172.17.0.1:34616"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53618}, + {"Proto": "peerapi6", "Port": 53618} + ]}, + "Created": "2026-04-09T08:42:12.849339275Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8565908481490153, + "StableID": "nc6AwetWt921CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:71bf599c5bbf0fe6aa281accd29679a1269c78951103576ef4e911d2a5e2b169", + "KeyExpiry": "2026-10-06T08:42:17Z", + "DiscoKey": "discokey:20bacb27e9cc2c5169c4599fd122ec9daa798f8edb5cd5f70c04c22bf47a6335", + "Addresses": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "AllowedIPs": ["100.98.177.106/32", "fd7a:115c:a1e0::a537:b16a/128"], + "Endpoints": ["77.164.248.136:59888", "10.65.0.27:59888", "172.17.0.1:59888"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 53731}, + {"Proto": "peerapi6", "Port": 53731} + ]}, + "Created": "2026-04-09T08:42:17.62837426Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8581114007864986, + "StableID": "nZkNEDKQ1A21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ea150311a5dbb60174f27d5944a7d1ea93cf7d2ca54648a08e8ba0fa17d37c08", + "DiscoKey": "discokey:2e812c6829957886d069e912d18eddbf9248e00d2e214c348e125803769f5459", + "Addresses": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "AllowedIPs": ["100.83.124.9/32", "fd7a:115c:a1e0::1737:7c09/128"], + "Endpoints": ["77.164.248.136:46359", "10.65.0.27:46359", "172.17.0.1:46359"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 53536}, + {"Proto": "peerapi6", "Port": 53536} + ]}, + "Created": "2026-04-09T08:42:12.307115885Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18713,27 +18753,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "831263476276471": { - "ID": 831263476276471, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4951833054790952": { + "ID": 4951833054790952, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-f3.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-f3.hujson index 5529fec2..625d6455 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-f3.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-f3.hujson @@ -3,7 +3,7 @@ // ssh f3 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:36:32Z +// Captured at: 2026-04-09T08:42:31Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-f3", "description": "ssh f3", "category": "ssh", - "captured_at": "2026-04-09T01:36:32.811747137Z", + "captured_at": "2026-04-09T08:42:31.50413533Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,14 +19,14 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["tag:server"], "src": ["autogroup:member"], - "users": ["localpart:*@passkey"] + "users": ["localpart:*@example.com"] }, { "action": "accept", "dst": ["tag:server"], @@ -40,119 +40,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh f3\",\n\t\"id\": \"ssh-f3\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@passkey\"]\n\t}, {\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh f3\",\n\t\"id\": \"ssh-f3\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@example.com\"]\n\t}, {\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-f3.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.87.254.65", - "ipv6": "fd7a:115c:a1e0::3e37:fe41", + "ipv4": "100.87.187.121", + "ipv6": "fd7a:115c:a1e0::de37:bb79", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.79.75.20", - "ipv6": "fd7a:115c:a1e0::5537:4b14", + "ipv4": "100.66.112.80", + "ipv6": "fd7a:115c:a1e0::7d37:7050", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.88.174.123", - "ipv6": "fd7a:115c:a1e0::8b37:ae7b", + "ipv4": "100.78.99.42", + "ipv6": "fd7a:115c:a1e0::5337:632a", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.86.216.44", - "ipv6": "fd7a:115c:a1e0::737:d82c", + "ipv4": "100.103.2.120", + "ipv6": "fd7a:115c:a1e0::b737:278", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.104.208.58", - "ipv6": "fd7a:115c:a1e0::4e37:d03a", + "ipv4": "100.82.207.91", + "ipv6": "fd7a:115c:a1e0::b37:cf5b", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.122.169.46", - "ipv6": "fd7a:115c:a1e0::2237:a92e", + "ipv4": "100.95.55.36", + "ipv6": "fd7a:115c:a1e0::e437:3724", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.84.179.60", - "ipv6": "fd7a:115c:a1e0::4837:b33c", + "ipv4": "100.101.160.121", + "ipv6": "fd7a:115c:a1e0::a237:a079", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.96.234.7", - "ipv6": "fd7a:115c:a1e0::c137:ea07", + "ipv4": "100.113.73.5", + "ipv6": "fd7a:115c:a1e0::3737:4905", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.87.136.85", - "ipv6": "fd7a:115c:a1e0::3537:8855", + "ipv4": "100.95.243.20", + "ipv6": "fd7a:115c:a1e0::9e37:f314", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.90.83.99", - "ipv6": "fd7a:115c:a1e0::9537:5363", + "ipv4": "100.75.242.63", + "ipv6": "fd7a:115c:a1e0::fd37:f23f", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.119.126.21", - "ipv6": "fd7a:115c:a1e0::be37:7e15", + "ipv4": "100.124.231.30", + "ipv6": "fd7a:115c:a1e0::f437:e71e", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.116.186.111", - "ipv6": "fd7a:115c:a1e0::1e37:ba6f", + "ipv4": "100.104.16.47", + "ipv6": "fd7a:115c:a1e0::ba37:1030", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.117.214.72", - "ipv6": "fd7a:115c:a1e0::3237:d648", + "ipv4": "100.88.157.58", + "ipv6": "fd7a:115c:a1e0::2337:9d3a", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.113.59.78", - "ipv6": "fd7a:115c:a1e0::3937:3b4e", + "ipv4": "100.82.183.60", + "ipv6": "fd7a:115c:a1e0::9837:b73c", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.109.155.68", - "ipv6": "fd7a:115c:a1e0::c837:9b44", + "ipv4": "100.112.78.109", + "ipv6": "fd7a:115c:a1e0::a037:4e6e", "routable_ips": [], "approved_routes": [] }}}, @@ -184,21 +184,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6030352744671077, - "StableID": "n46H5B9A6p11CNTRL", + "ID": 2010454632663368, + "StableID": "n7GnQaEYhG11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 6030352744671077, - "Key": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "DiscoKey": "discokey:cf80fce23cc2c2ec74c56cdddce37fc57a667f57b5e8bef2a5904f85a893d524", - "Addresses": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "AllowedIPs": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "Endpoints": ["77.164.248.136:53683", "10.65.0.27:53683", "172.17.0.1:53683"], + "User": 2010454632663368, + "Key": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "DiscoKey": "discokey:5419d3505cfa6892d070e4cec1aaadf81e3a9000c16661b98a0758b210b92173", + "Addresses": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "AllowedIPs": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "Endpoints": ["77.164.248.136:59244", "10.65.0.27:59244", "172.17.0.1:59244"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 56338}, - {"Proto": "peerapi6", "Port": 56338}, + {"Proto": "peerapi4", "Port": 57292}, + {"Proto": "peerapi6", "Port": 57292}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:41.58772011Z", + "Created": "2026-04-09T08:42:40.778278222Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -226,302 +226,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "MachineKey": "mkey:46f0476a05b5e5a9f0e078c1c41d270041e8043a0f257c999b71079ee509cf35", + "NodeKey": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "MachineKey": "mkey:6d07f905f3b2d6b64af81bc4cdbff24f07a84ac0e9b7ca54d5514ba5d0c7743f", "Peers": [{ - "ID": 161262083762217, - "StableID": "nzsJ8j53G211CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "DiscoKey": "discokey:6aa7be28b552466e58e57faae18a4d4508f389eeefb491e0e9ffbb01aeafd42e", - "Addresses": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "AllowedIPs": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "Endpoints": ["77.164.248.136:57376", "10.65.0.27:57376", "172.17.0.1:57376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53596}, - {"Proto": "peerapi6", "Port": 53596} - ]}, - "Created": "2026-04-09T01:36:38.322010296Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 164896985029623, - "StableID": "nzcRuiZgH211CNTRL", + "ID": 4396355680793, + "StableID": "nkA2u7Vz2111CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:52e463446431357a0328c8c7dc767d2745a4fc871597f96e73fad59422c82667", - "Addresses": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "AllowedIPs": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "Endpoints": ["77.164.248.136:41720", "10.65.0.27:41720", "172.17.0.1:41720"], + "Key": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:c32fd5041dfaee8ac89d9811e7983742b9f0c4484eb9bdd630d03f0ab847cd66", + "Addresses": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "AllowedIPs": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "Endpoints": ["77.164.248.136:39797", "10.65.0.27:39797", "172.17.0.1:39797"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 55514}, - {"Proto": "peerapi6", "Port": 55514} + {"Proto": "peerapi4", "Port": 59188}, + {"Proto": "peerapi6", "Port": 59188} ]}, - "Created": "2026-04-09T01:36:42.65298578Z", + "Created": "2026-04-09T08:42:41.836459134Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 975496648551339, - "StableID": "nnSGQHeoc811CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "DiscoKey": "discokey:64854ca53e7f761c1cb07dd16880c24ce87bd13bab7a0f6c80fa480e0744e117", - "Addresses": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "AllowedIPs": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "Endpoints": ["77.164.248.136:41442", "10.65.0.27:41442", "172.17.0.1:41442"], + "ID": 1654425466112389, + "StableID": "nkYL8CxHvD11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "KeyExpiry": "2026-10-06T08:42:42Z", + "DiscoKey": "discokey:93ab45676768d889ef7eb6243e1b27cb0735aebac6692757357e758e85406d2f", + "Addresses": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "AllowedIPs": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "Endpoints": ["77.164.248.136:39750", "10.65.0.27:39750", "172.17.0.1:39750"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52225}, - {"Proto": "peerapi6", "Port": 52225} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 34922}, + {"Proto": "peerapi6", "Port": 34922} ]}, - "Created": "2026-04-09T01:36:37.800253819Z", + "Created": "2026-04-09T08:42:42.379228841Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 1912624387672945, - "StableID": "nGAXfAQEwF11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "DiscoKey": "discokey:5b89fd4fa540b583f573d65a648c734461c3c8cda1424ed0216d7c4c60145072", - "Addresses": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "AllowedIPs": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56962}, - {"Proto": "peerapi6", "Port": 56962} - ]}, - "Created": "2026-04-09T01:36:41.024931938Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3645684913216028, - "StableID": "n78jiix8UV11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "DiscoKey": "discokey:5ae8b92790c602acccf07dff4494003616be23c2c38cced925cfd1f5e3dc8f6f", - "Addresses": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "AllowedIPs": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "Endpoints": ["77.164.248.136:48360", "10.65.0.27:48360", "172.17.0.1:48360"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55097}, - {"Proto": "peerapi6", "Port": 55097} - ]}, - "Created": "2026-04-09T01:36:40.495323605Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3717682255300325, - "StableID": "n84BJ7Dk2W11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "DiscoKey": "discokey:90fb1894e55b257f57b6e0e1b39c217c90052ef9aebaa95724c06fc919732073", - "Addresses": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "AllowedIPs": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "Endpoints": ["77.164.248.136:49485", "10.65.0.27:49485", "172.17.0.1:49485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55442}, - {"Proto": "peerapi6", "Port": 55442} - ]}, - "Created": "2026-04-09T01:36:39.949393554Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4505633130259774, - "StableID": "n5GWuqLcBc11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "DiscoKey": "discokey:051782d1e2e389ffa5db8555f25956eec2cef5b3e185517828979e2e3064db52", - "Addresses": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "AllowedIPs": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "Endpoints": ["77.164.248.136:37079", "10.65.0.27:37079", "172.17.0.1:37079"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 40183}, - {"Proto": "peerapi6", "Port": 40183} - ]}, - "Created": "2026-04-09T01:36:36.177593621Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4740473301753472, - "StableID": "nMdtgKCy1e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "DiscoKey": "discokey:2109bc9726e7715c08a94f773135abf6287bf4dfd7121425a05beae94e918c4a", - "Addresses": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "AllowedIPs": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "Endpoints": ["77.164.248.136:56684", "10.65.0.27:56684", "172.17.0.1:56684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 41829}, - {"Proto": "peerapi6", "Port": 41829} - ]}, - "Created": "2026-04-09T01:36:38.868942154Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5950120239025222, - "StableID": "nV61J1apTo11CNTRL", + "ID": 2112974210146709, + "StableID": "ngcoQUFyVH11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "DiscoKey": "discokey:7877426f585c60b424022fe6ad8930a35e2338b88eb791f8358af45eb4c8d118", - "Addresses": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "AllowedIPs": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "Endpoints": ["77.164.248.136:55071", "10.65.0.27:55071", "172.17.0.1:55071"], + "Key": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "DiscoKey": "discokey:5312136b7b27f99e72e47cc7009d7a7dac2cdcf5b49e42207dc47d9b95bcf838", + "Addresses": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "AllowedIPs": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "Endpoints": ["77.164.248.136:51534", "10.65.0.27:51534", "172.17.0.1:51534"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57127}, - {"Proto": "peerapi6", "Port": 57127} + {"Proto": "peerapi4", "Port": 57393}, + {"Proto": "peerapi6", "Port": 57393} ]}, - "Created": "2026-04-09T01:36:39.417266203Z", + "Created": "2026-04-09T08:42:38.612655329Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 5964787233562666, - "StableID": "nKfnN5rTao11CNTRL", + "ID": 2226562102973969, + "StableID": "nGQ6Yd1RPJ11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "DiscoKey": "discokey:2bcce50cf41fd3ac8341c320dc2f0dad92fd065eb84774799f86d2f6b4868833", + "Addresses": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "AllowedIPs": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52780}, + {"Proto": "peerapi6", "Port": 52780} + ]}, + "Created": "2026-04-09T08:42:39.684714481Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3482703621521208, + "StableID": "nmBP5giKCU11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:d21b00bf1e3604441ae71ec310bef8a0032d2072adde6081eec016453b95a75e", + "Addresses": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "AllowedIPs": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "Endpoints": ["77.164.248.136:35983", "10.65.0.27:35983", "172.17.0.1:35983"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 62586}, + {"Proto": "peerapi6", "Port": 62586} + ]}, + "Created": "2026-04-09T08:42:41.331637091Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 3960740360172786, + "StableID": "noRCi7wpvX11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "DiscoKey": "discokey:0a04f9b42f1f9fc7bbe55d07e0b2b9460951e8975b290dc5431e5104537c9b15", + "Addresses": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "AllowedIPs": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "Endpoints": ["77.164.248.136:47498", "10.65.0.27:47498", "172.17.0.1:47498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 60546}, + {"Proto": "peerapi6", "Port": 60546} + ]}, + "Created": "2026-04-09T08:42:38.089362862Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4199316163336838, + "StableID": "nPwLU4vsnZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "DiscoKey": "discokey:6b5e59e5c8e66c31e59fc99dcba85dda0cfaff39845f15dfd4034dbabc2e7669", + "Addresses": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "AllowedIPs": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "Endpoints": ["77.164.248.136:50478", "10.65.0.27:50478", "172.17.0.1:50478"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 38193}, + {"Proto": "peerapi6", "Port": 38193} + ]}, + "Created": "2026-04-09T08:42:37.01781828Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5288130201991910, + "StableID": "nwdjbND1Ji11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "DiscoKey": "discokey:cc2446a28311f2a88d419e2353a722a92203084c21e7f4a63e9f93d09961bf61", + "Addresses": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "AllowedIPs": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "Endpoints": ["77.164.248.136:55272", "10.65.0.27:55272", "172.17.0.1:55272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 43198}, + {"Proto": "peerapi6", "Port": 43198} + ]}, + "Created": "2026-04-09T08:42:37.572006053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5524072116461541, + "StableID": "nnbrdR1s8k11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "DiscoKey": "discokey:eb481eb9168e1d530b29e322273bd0583321354cfae0b124f29aaa59bb59fc3e", - "Addresses": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "AllowedIPs": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "Endpoints": ["77.164.248.136:53486", "10.65.0.27:53486", "172.17.0.1:53486"], + "Key": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "DiscoKey": "discokey:0ebc1a33b8e87cb78c687d405544ed1cac6bc68f307a2fd68fb59ea069b04f10", + "Addresses": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "AllowedIPs": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "Endpoints": ["77.164.248.136:43581", "10.65.0.27:43581", "172.17.0.1:43581"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54815}, - {"Proto": "peerapi6", "Port": 54815} + {"Proto": "peerapi4", "Port": 54940}, + {"Proto": "peerapi6", "Port": 54940} ]}, - "Created": "2026-04-09T01:36:35.623960274Z", + "Created": "2026-04-09T08:42:34.881712634Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7047183047536514, - "StableID": "nsD3ypYg2x11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:f7ff3fc3537c8adfdf7c7c8e97889726ba4083dda44801c2bdc22f2f894d955c", - "Addresses": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "AllowedIPs": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "Endpoints": ["77.164.248.136:34817", "10.65.0.27:34817", "172.17.0.1:34817"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 48891}, - {"Proto": "peerapi6", "Port": 48891} - ]}, - "Created": "2026-04-09T01:36:42.12215792Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 7094474529819721, - "StableID": "n6XBKKp6Qx11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "KeyExpiry": "2026-10-06T01:36:43Z", - "DiscoKey": "discokey:40ad6f5547d4e437a9c809d57d36b8cb5bc827c8b3a91046d805036e28b38b78", - "Addresses": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "AllowedIPs": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "Endpoints": ["77.164.248.136:52449", "10.65.0.27:52449", "172.17.0.1:52449"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40905}, - {"Proto": "peerapi6", "Port": 40905} - ]}, - "Created": "2026-04-09T01:36:43.206527043Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7642167836627184, - "StableID": "nd7DMqn9g221CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "DiscoKey": "discokey:0d4f226415e73188eedcb0cd3ddb65a98148e0fcfc939408480d6297c08a360c", - "Addresses": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "AllowedIPs": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "Endpoints": ["77.164.248.136:54961", "10.65.0.27:54961", "172.17.0.1:54961"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 43236}, - {"Proto": "peerapi6", "Port": 43236} - ]}, - "Created": "2026-04-09T01:36:36.696142375Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 8568263197282510, - "StableID": "nh667Dkau921CNTRL", + "ID": 6118151187548074, + "StableID": "n1cWpWTvmp11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "DiscoKey": "discokey:aae14e04854bafeba104b903ec74507ab93796ac9815f900b7417d1c2732630a", - "Addresses": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "AllowedIPs": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "Endpoints": ["77.164.248.136:53928", "10.65.0.27:53928", "172.17.0.1:53928"], + "Key": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "DiscoKey": "discokey:ffa7067d7da98c115a0911a79d1e6341f2954549bc27cd644e6812add1e7c602", + "Addresses": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "AllowedIPs": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "Endpoints": ["77.164.248.136:51822", "10.65.0.27:51822", "172.17.0.1:51822"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 38740}, - {"Proto": "peerapi6", "Port": 38740} + {"Proto": "peerapi4", "Port": 36974}, + {"Proto": "peerapi6", "Port": 36974} ]}, - "Created": "2026-04-09T01:36:37.24135369Z", + "Created": "2026-04-09T08:42:36.476345027Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 7126746075180298, + "StableID": "noTZG1Yiex11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "DiscoKey": "discokey:fb1f28194b83c26b7a22739829e7d4f5d9cf108254d2aadf9bf8ec38bf639d59", + "Addresses": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "AllowedIPs": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "Endpoints": ["77.164.248.136:37351", "10.65.0.27:37351", "172.17.0.1:37351"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:42:40.223485294Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8542907841066399, + "StableID": "npPt6mh6i921CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "DiscoKey": "discokey:17b158d32c257f5a58edc95cc278c53bcb136fe880f8ad7a3436ade8a037253d", + "Addresses": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "AllowedIPs": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "Endpoints": ["77.164.248.136:38406", "10.65.0.27:38406", "172.17.0.1:38406"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 56246}, + {"Proto": "peerapi6", "Port": 56246} + ]}, + "Created": "2026-04-09T08:42:35.406627298Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8679464145202428, + "StableID": "nuqo5iowmA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "DiscoKey": "discokey:5667fed9087c3ed7f75647d03474ed03174ccfc8f19cf8243ff8c24dfa999227", + "Addresses": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "AllowedIPs": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "Endpoints": ["77.164.248.136:52833", "10.65.0.27:52833", "172.17.0.1:52833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 35839}, + {"Proto": "peerapi6", "Port": 35839} + ]}, + "Created": "2026-04-09T08:42:39.145406452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8808507930799195, + "StableID": "nanXXsZPnB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "DiscoKey": "discokey:95a0e9982ed777db89f010fcbde7bfd4377af93a94bc72af146acb8c8eda6c3f", + "Addresses": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "AllowedIPs": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40763}, + {"Proto": "peerapi6", "Port": 40763} + ]}, + "Created": "2026-04-09T08:42:35.939907077Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -549,7 +549,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.88.174.123"}, {"nodeIP": "fd7a:115c:a1e0::8b37:ae7b"}], + "principals": [{"nodeIP": "100.78.99.42"}, {"nodeIP": "fd7a:115c:a1e0::5337:632a"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -558,7 +558,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.88.174.123"}, {"nodeIP": "fd7a:115c:a1e0::8b37:ae7b"}], + "principals": [{"nodeIP": "100.78.99.42"}, {"nodeIP": "fd7a:115c:a1e0::5337:632a"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -567,7 +567,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.122.169.46"}, {"nodeIP": "fd7a:115c:a1e0::2237:a92e"}], + "principals": [{"nodeIP": "100.95.55.36"}, {"nodeIP": "fd7a:115c:a1e0::e437:3724"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -576,7 +576,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.59.78"}, {"nodeIP": "fd7a:115c:a1e0::3937:3b4e"}], + "principals": [{"nodeIP": "100.82.183.60"}, {"nodeIP": "fd7a:115c:a1e0::9837:b73c"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -585,7 +585,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.59.78"}, {"nodeIP": "fd7a:115c:a1e0::3937:3b4e"}], + "principals": [{"nodeIP": "100.82.183.60"}, {"nodeIP": "fd7a:115c:a1e0::9837:b73c"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -594,12 +594,12 @@ "allowRemotePortForwarding": true } }, {"principals": [ - {"nodeIP": "100.113.59.78"}, - {"nodeIP": "100.122.169.46"}, - {"nodeIP": "100.88.174.123"}, - {"nodeIP": "fd7a:115c:a1e0::2237:a92e"}, - {"nodeIP": "fd7a:115c:a1e0::3937:3b4e"}, - {"nodeIP": "fd7a:115c:a1e0::8b37:ae7b"} + {"nodeIP": "100.78.99.42"}, + {"nodeIP": "100.82.183.60"}, + {"nodeIP": "100.95.55.36"}, + {"nodeIP": "fd7a:115c:a1e0::5337:632a"}, + {"nodeIP": "fd7a:115c:a1e0::9837:b73c"}, + {"nodeIP": "fd7a:115c:a1e0::e437:3724"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1426,30 +1426,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6030352744671077": { - "ID": 6030352744671077, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2010454632663368": { + "ID": 2010454632663368, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.88.174.123"}, {"nodeIP": "fd7a:115c:a1e0::8b37:ae7b"}], + "principals": [{"nodeIP": "100.78.99.42"}, {"nodeIP": "fd7a:115c:a1e0::5337:632a"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1458,7 +1460,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.88.174.123"}, {"nodeIP": "fd7a:115c:a1e0::8b37:ae7b"}], + "principals": [{"nodeIP": "100.78.99.42"}, {"nodeIP": "fd7a:115c:a1e0::5337:632a"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -1467,7 +1469,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.122.169.46"}, {"nodeIP": "fd7a:115c:a1e0::2237:a92e"}], + "principals": [{"nodeIP": "100.95.55.36"}, {"nodeIP": "fd7a:115c:a1e0::e437:3724"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1476,7 +1478,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.59.78"}, {"nodeIP": "fd7a:115c:a1e0::3937:3b4e"}], + "principals": [{"nodeIP": "100.82.183.60"}, {"nodeIP": "fd7a:115c:a1e0::9837:b73c"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1485,7 +1487,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.59.78"}, {"nodeIP": "fd7a:115c:a1e0::3937:3b4e"}], + "principals": [{"nodeIP": "100.82.183.60"}, {"nodeIP": "fd7a:115c:a1e0::9837:b73c"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1494,12 +1496,12 @@ "allowRemotePortForwarding": true } }, {"principals": [ - {"nodeIP": "100.113.59.78"}, - {"nodeIP": "100.122.169.46"}, - {"nodeIP": "100.88.174.123"}, - {"nodeIP": "fd7a:115c:a1e0::2237:a92e"}, - {"nodeIP": "fd7a:115c:a1e0::3937:3b4e"}, - {"nodeIP": "fd7a:115c:a1e0::8b37:ae7b"} + {"nodeIP": "100.78.99.42"}, + {"nodeIP": "100.82.183.60"}, + {"nodeIP": "100.95.55.36"}, + {"nodeIP": "fd7a:115c:a1e0::5337:632a"}, + {"nodeIP": "fd7a:115c:a1e0::9837:b73c"}, + {"nodeIP": "fd7a:115c:a1e0::e437:3724"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1534,26 +1536,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 161262083762217, - "StableID": "nzsJ8j53G211CNTRL", + "ID": 5288130201991910, + "StableID": "nwdjbND1Ji11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 161262083762217, - "Key": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "DiscoKey": "discokey:6aa7be28b552466e58e57faae18a4d4508f389eeefb491e0e9ffbb01aeafd42e", - "Addresses": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "AllowedIPs": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "Endpoints": ["77.164.248.136:57376", "10.65.0.27:57376", "172.17.0.1:57376"], + "User": 5288130201991910, + "Key": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "DiscoKey": "discokey:cc2446a28311f2a88d419e2353a722a92203084c21e7f4a63e9f93d09961bf61", + "Addresses": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "AllowedIPs": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "Endpoints": ["77.164.248.136:55272", "10.65.0.27:55272", "172.17.0.1:55272"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 53596}, - {"Proto": "peerapi6", "Port": 53596}, + {"Proto": "peerapi4", "Port": 43198}, + {"Proto": "peerapi6", "Port": 43198}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:38.322010296Z", + "Created": "2026-04-09T08:42:37.572006053Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1581,302 +1583,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "MachineKey": "mkey:ff181fcc8d3b29b75be998698f25f9081fa193ffc06204be4b60896322dd180c", + "NodeKey": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "MachineKey": "mkey:cf6794b40f080be255d17ba4f2d7a083105e63a94f99e3a311e139ae7960e031", "Peers": [{ - "ID": 164896985029623, - "StableID": "nzcRuiZgH211CNTRL", + "ID": 4396355680793, + "StableID": "nkA2u7Vz2111CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:52e463446431357a0328c8c7dc767d2745a4fc871597f96e73fad59422c82667", - "Addresses": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "AllowedIPs": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "Endpoints": ["77.164.248.136:41720", "10.65.0.27:41720", "172.17.0.1:41720"], + "Key": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:c32fd5041dfaee8ac89d9811e7983742b9f0c4484eb9bdd630d03f0ab847cd66", + "Addresses": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "AllowedIPs": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "Endpoints": ["77.164.248.136:39797", "10.65.0.27:39797", "172.17.0.1:39797"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 55514}, - {"Proto": "peerapi6", "Port": 55514} + {"Proto": "peerapi4", "Port": 59188}, + {"Proto": "peerapi6", "Port": 59188} ]}, - "Created": "2026-04-09T01:36:42.65298578Z", + "Created": "2026-04-09T08:42:41.836459134Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 975496648551339, - "StableID": "nnSGQHeoc811CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "DiscoKey": "discokey:64854ca53e7f761c1cb07dd16880c24ce87bd13bab7a0f6c80fa480e0744e117", - "Addresses": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "AllowedIPs": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "Endpoints": ["77.164.248.136:41442", "10.65.0.27:41442", "172.17.0.1:41442"], + "ID": 1654425466112389, + "StableID": "nkYL8CxHvD11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "KeyExpiry": "2026-10-06T08:42:42Z", + "DiscoKey": "discokey:93ab45676768d889ef7eb6243e1b27cb0735aebac6692757357e758e85406d2f", + "Addresses": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "AllowedIPs": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "Endpoints": ["77.164.248.136:39750", "10.65.0.27:39750", "172.17.0.1:39750"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52225}, - {"Proto": "peerapi6", "Port": 52225} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 34922}, + {"Proto": "peerapi6", "Port": 34922} ]}, - "Created": "2026-04-09T01:36:37.800253819Z", + "Created": "2026-04-09T08:42:42.379228841Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 1912624387672945, - "StableID": "nGAXfAQEwF11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "DiscoKey": "discokey:5b89fd4fa540b583f573d65a648c734461c3c8cda1424ed0216d7c4c60145072", - "Addresses": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "AllowedIPs": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56962}, - {"Proto": "peerapi6", "Port": 56962} - ]}, - "Created": "2026-04-09T01:36:41.024931938Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3645684913216028, - "StableID": "n78jiix8UV11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "DiscoKey": "discokey:5ae8b92790c602acccf07dff4494003616be23c2c38cced925cfd1f5e3dc8f6f", - "Addresses": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "AllowedIPs": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "Endpoints": ["77.164.248.136:48360", "10.65.0.27:48360", "172.17.0.1:48360"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55097}, - {"Proto": "peerapi6", "Port": 55097} - ]}, - "Created": "2026-04-09T01:36:40.495323605Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3717682255300325, - "StableID": "n84BJ7Dk2W11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "DiscoKey": "discokey:90fb1894e55b257f57b6e0e1b39c217c90052ef9aebaa95724c06fc919732073", - "Addresses": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "AllowedIPs": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "Endpoints": ["77.164.248.136:49485", "10.65.0.27:49485", "172.17.0.1:49485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55442}, - {"Proto": "peerapi6", "Port": 55442} - ]}, - "Created": "2026-04-09T01:36:39.949393554Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4505633130259774, - "StableID": "n5GWuqLcBc11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "DiscoKey": "discokey:051782d1e2e389ffa5db8555f25956eec2cef5b3e185517828979e2e3064db52", - "Addresses": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "AllowedIPs": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "Endpoints": ["77.164.248.136:37079", "10.65.0.27:37079", "172.17.0.1:37079"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 40183}, - {"Proto": "peerapi6", "Port": 40183} - ]}, - "Created": "2026-04-09T01:36:36.177593621Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4740473301753472, - "StableID": "nMdtgKCy1e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "DiscoKey": "discokey:2109bc9726e7715c08a94f773135abf6287bf4dfd7121425a05beae94e918c4a", - "Addresses": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "AllowedIPs": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "Endpoints": ["77.164.248.136:56684", "10.65.0.27:56684", "172.17.0.1:56684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 41829}, - {"Proto": "peerapi6", "Port": 41829} - ]}, - "Created": "2026-04-09T01:36:38.868942154Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5950120239025222, - "StableID": "nV61J1apTo11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "DiscoKey": "discokey:7877426f585c60b424022fe6ad8930a35e2338b88eb791f8358af45eb4c8d118", - "Addresses": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "AllowedIPs": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "Endpoints": ["77.164.248.136:55071", "10.65.0.27:55071", "172.17.0.1:55071"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57127}, - {"Proto": "peerapi6", "Port": 57127} - ]}, - "Created": "2026-04-09T01:36:39.417266203Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5964787233562666, - "StableID": "nKfnN5rTao11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "DiscoKey": "discokey:eb481eb9168e1d530b29e322273bd0583321354cfae0b124f29aaa59bb59fc3e", - "Addresses": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "AllowedIPs": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "Endpoints": ["77.164.248.136:53486", "10.65.0.27:53486", "172.17.0.1:53486"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54815}, - {"Proto": "peerapi6", "Port": 54815} - ]}, - "Created": "2026-04-09T01:36:35.623960274Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6030352744671077, - "StableID": "n46H5B9A6p11CNTRL", + "ID": 2010454632663368, + "StableID": "n7GnQaEYhG11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "DiscoKey": "discokey:cf80fce23cc2c2ec74c56cdddce37fc57a667f57b5e8bef2a5904f85a893d524", - "Addresses": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "AllowedIPs": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "Endpoints": ["77.164.248.136:53683", "10.65.0.27:53683", "172.17.0.1:53683"], + "Key": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "DiscoKey": "discokey:5419d3505cfa6892d070e4cec1aaadf81e3a9000c16661b98a0758b210b92173", + "Addresses": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "AllowedIPs": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "Endpoints": ["77.164.248.136:59244", "10.65.0.27:59244", "172.17.0.1:59244"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 56338}, - {"Proto": "peerapi6", "Port": 56338} + {"Proto": "peerapi4", "Port": 57292}, + {"Proto": "peerapi6", "Port": 57292} ]}, - "Created": "2026-04-09T01:36:41.58772011Z", + "Created": "2026-04-09T08:42:40.778278222Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7047183047536514, - "StableID": "nsD3ypYg2x11CNTRL", + "ID": 2112974210146709, + "StableID": "ngcoQUFyVH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "DiscoKey": "discokey:5312136b7b27f99e72e47cc7009d7a7dac2cdcf5b49e42207dc47d9b95bcf838", + "Addresses": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "AllowedIPs": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "Endpoints": ["77.164.248.136:51534", "10.65.0.27:51534", "172.17.0.1:51534"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57393}, + {"Proto": "peerapi6", "Port": 57393} + ]}, + "Created": "2026-04-09T08:42:38.612655329Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2226562102973969, + "StableID": "nGQ6Yd1RPJ11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "DiscoKey": "discokey:2bcce50cf41fd3ac8341c320dc2f0dad92fd065eb84774799f86d2f6b4868833", + "Addresses": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "AllowedIPs": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52780}, + {"Proto": "peerapi6", "Port": 52780} + ]}, + "Created": "2026-04-09T08:42:39.684714481Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3482703621521208, + "StableID": "nmBP5giKCU11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:f7ff3fc3537c8adfdf7c7c8e97889726ba4083dda44801c2bdc22f2f894d955c", - "Addresses": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "AllowedIPs": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "Endpoints": ["77.164.248.136:34817", "10.65.0.27:34817", "172.17.0.1:34817"], - "HomeDERP": 14, + "Key": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:d21b00bf1e3604441ae71ec310bef8a0032d2072adde6081eec016453b95a75e", + "Addresses": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "AllowedIPs": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "Endpoints": ["77.164.248.136:35983", "10.65.0.27:35983", "172.17.0.1:35983"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 48891}, - {"Proto": "peerapi6", "Port": 48891} + {"Proto": "peerapi4", "Port": 62586}, + {"Proto": "peerapi6", "Port": 62586} ]}, - "Created": "2026-04-09T01:36:42.12215792Z", + "Created": "2026-04-09T08:42:41.331637091Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7094474529819721, - "StableID": "n6XBKKp6Qx11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "KeyExpiry": "2026-10-06T01:36:43Z", - "DiscoKey": "discokey:40ad6f5547d4e437a9c809d57d36b8cb5bc827c8b3a91046d805036e28b38b78", - "Addresses": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "AllowedIPs": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "Endpoints": ["77.164.248.136:52449", "10.65.0.27:52449", "172.17.0.1:52449"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40905}, - {"Proto": "peerapi6", "Port": 40905} - ]}, - "Created": "2026-04-09T01:36:43.206527043Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7642167836627184, - "StableID": "nd7DMqn9g221CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 3960740360172786, + "StableID": "noRCi7wpvX11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "DiscoKey": "discokey:0d4f226415e73188eedcb0cd3ddb65a98148e0fcfc939408480d6297c08a360c", - "Addresses": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "AllowedIPs": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "Endpoints": ["77.164.248.136:54961", "10.65.0.27:54961", "172.17.0.1:54961"], + "Key": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "DiscoKey": "discokey:0a04f9b42f1f9fc7bbe55d07e0b2b9460951e8975b290dc5431e5104537c9b15", + "Addresses": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "AllowedIPs": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "Endpoints": ["77.164.248.136:47498", "10.65.0.27:47498", "172.17.0.1:47498"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 43236}, - {"Proto": "peerapi6", "Port": 43236} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 60546}, + {"Proto": "peerapi6", "Port": 60546} ]}, - "Created": "2026-04-09T01:36:36.696142375Z", + "Created": "2026-04-09T08:42:38.089362862Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 8568263197282510, - "StableID": "nh667Dkau921CNTRL", + "ID": 4199316163336838, + "StableID": "nPwLU4vsnZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "DiscoKey": "discokey:6b5e59e5c8e66c31e59fc99dcba85dda0cfaff39845f15dfd4034dbabc2e7669", + "Addresses": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "AllowedIPs": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "Endpoints": ["77.164.248.136:50478", "10.65.0.27:50478", "172.17.0.1:50478"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 38193}, + {"Proto": "peerapi6", "Port": 38193} + ]}, + "Created": "2026-04-09T08:42:37.01781828Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5524072116461541, + "StableID": "nnbrdR1s8k11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "DiscoKey": "discokey:0ebc1a33b8e87cb78c687d405544ed1cac6bc68f307a2fd68fb59ea069b04f10", + "Addresses": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "AllowedIPs": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "Endpoints": ["77.164.248.136:43581", "10.65.0.27:43581", "172.17.0.1:43581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54940}, + {"Proto": "peerapi6", "Port": 54940} + ]}, + "Created": "2026-04-09T08:42:34.881712634Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6118151187548074, + "StableID": "n1cWpWTvmp11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "DiscoKey": "discokey:aae14e04854bafeba104b903ec74507ab93796ac9815f900b7417d1c2732630a", - "Addresses": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "AllowedIPs": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "Endpoints": ["77.164.248.136:53928", "10.65.0.27:53928", "172.17.0.1:53928"], + "Key": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "DiscoKey": "discokey:ffa7067d7da98c115a0911a79d1e6341f2954549bc27cd644e6812add1e7c602", + "Addresses": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "AllowedIPs": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "Endpoints": ["77.164.248.136:51822", "10.65.0.27:51822", "172.17.0.1:51822"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 38740}, - {"Proto": "peerapi6", "Port": 38740} + {"Proto": "peerapi4", "Port": 36974}, + {"Proto": "peerapi6", "Port": 36974} ]}, - "Created": "2026-04-09T01:36:37.24135369Z", + "Created": "2026-04-09T08:42:36.476345027Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 7126746075180298, + "StableID": "noTZG1Yiex11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "DiscoKey": "discokey:fb1f28194b83c26b7a22739829e7d4f5d9cf108254d2aadf9bf8ec38bf639d59", + "Addresses": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "AllowedIPs": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "Endpoints": ["77.164.248.136:37351", "10.65.0.27:37351", "172.17.0.1:37351"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:42:40.223485294Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8542907841066399, + "StableID": "npPt6mh6i921CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "DiscoKey": "discokey:17b158d32c257f5a58edc95cc278c53bcb136fe880f8ad7a3436ade8a037253d", + "Addresses": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "AllowedIPs": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "Endpoints": ["77.164.248.136:38406", "10.65.0.27:38406", "172.17.0.1:38406"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 56246}, + {"Proto": "peerapi6", "Port": 56246} + ]}, + "Created": "2026-04-09T08:42:35.406627298Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8679464145202428, + "StableID": "nuqo5iowmA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "DiscoKey": "discokey:5667fed9087c3ed7f75647d03474ed03174ccfc8f19cf8243ff8c24dfa999227", + "Addresses": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "AllowedIPs": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "Endpoints": ["77.164.248.136:52833", "10.65.0.27:52833", "172.17.0.1:52833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 35839}, + {"Proto": "peerapi6", "Port": 35839} + ]}, + "Created": "2026-04-09T08:42:39.145406452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8808507930799195, + "StableID": "nanXXsZPnB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "DiscoKey": "discokey:95a0e9982ed777db89f010fcbde7bfd4377af93a94bc72af146acb8c8eda6c3f", + "Addresses": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "AllowedIPs": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40763}, + {"Proto": "peerapi6", "Port": 40763} + ]}, + "Created": "2026-04-09T08:42:35.939907077Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2724,27 +2726,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "161262083762217": { - "ID": 161262083762217, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5288130201991910": { + "ID": 5288130201991910, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2775,22 +2779,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7094474529819721, - "StableID": "n6XBKKp6Qx11CNTRL", + "ID": 1654425466112389, + "StableID": "nkYL8CxHvD11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "KeyExpiry": "2026-10-06T01:36:43Z", - "DiscoKey": "discokey:40ad6f5547d4e437a9c809d57d36b8cb5bc827c8b3a91046d805036e28b38b78", - "Addresses": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "AllowedIPs": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "Endpoints": ["77.164.248.136:52449", "10.65.0.27:52449", "172.17.0.1:52449"], + "Key": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "KeyExpiry": "2026-10-06T08:42:42Z", + "DiscoKey": "discokey:93ab45676768d889ef7eb6243e1b27cb0735aebac6692757357e758e85406d2f", + "Addresses": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "AllowedIPs": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "Endpoints": ["77.164.248.136:39750", "10.65.0.27:39750", "172.17.0.1:39750"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40905}, - {"Proto": "peerapi6", "Port": 40905}, + {"Proto": "peerapi4", "Port": 34922}, + {"Proto": "peerapi6", "Port": 34922}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:43.206527043Z", + "Created": "2026-04-09T08:42:42.379228841Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2819,302 +2823,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "MachineKey": "mkey:294949d528f364964502dc635a3ca63d4c9ca07c8d68614390462e56ad03a901", + "NodeKey": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "MachineKey": "mkey:cb11cbd2ead4d132b33bf3a66b158eed806f881b4b1ce2500bf5ad0a44dd3e1f", "Peers": [{ - "ID": 161262083762217, - "StableID": "nzsJ8j53G211CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "DiscoKey": "discokey:6aa7be28b552466e58e57faae18a4d4508f389eeefb491e0e9ffbb01aeafd42e", - "Addresses": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "AllowedIPs": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "Endpoints": ["77.164.248.136:57376", "10.65.0.27:57376", "172.17.0.1:57376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53596}, - {"Proto": "peerapi6", "Port": 53596} - ]}, - "Created": "2026-04-09T01:36:38.322010296Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 164896985029623, - "StableID": "nzcRuiZgH211CNTRL", + "ID": 4396355680793, + "StableID": "nkA2u7Vz2111CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:52e463446431357a0328c8c7dc767d2745a4fc871597f96e73fad59422c82667", - "Addresses": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "AllowedIPs": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "Endpoints": ["77.164.248.136:41720", "10.65.0.27:41720", "172.17.0.1:41720"], + "Key": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:c32fd5041dfaee8ac89d9811e7983742b9f0c4484eb9bdd630d03f0ab847cd66", + "Addresses": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "AllowedIPs": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "Endpoints": ["77.164.248.136:39797", "10.65.0.27:39797", "172.17.0.1:39797"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 55514}, - {"Proto": "peerapi6", "Port": 55514} + {"Proto": "peerapi4", "Port": 59188}, + {"Proto": "peerapi6", "Port": 59188} ]}, - "Created": "2026-04-09T01:36:42.65298578Z", + "Created": "2026-04-09T08:42:41.836459134Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 975496648551339, - "StableID": "nnSGQHeoc811CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "DiscoKey": "discokey:64854ca53e7f761c1cb07dd16880c24ce87bd13bab7a0f6c80fa480e0744e117", - "Addresses": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "AllowedIPs": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "Endpoints": ["77.164.248.136:41442", "10.65.0.27:41442", "172.17.0.1:41442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52225}, - {"Proto": "peerapi6", "Port": 52225} - ]}, - "Created": "2026-04-09T01:36:37.800253819Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1912624387672945, - "StableID": "nGAXfAQEwF11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "DiscoKey": "discokey:5b89fd4fa540b583f573d65a648c734461c3c8cda1424ed0216d7c4c60145072", - "Addresses": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "AllowedIPs": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56962}, - {"Proto": "peerapi6", "Port": 56962} - ]}, - "Created": "2026-04-09T01:36:41.024931938Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3645684913216028, - "StableID": "n78jiix8UV11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "DiscoKey": "discokey:5ae8b92790c602acccf07dff4494003616be23c2c38cced925cfd1f5e3dc8f6f", - "Addresses": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "AllowedIPs": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "Endpoints": ["77.164.248.136:48360", "10.65.0.27:48360", "172.17.0.1:48360"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55097}, - {"Proto": "peerapi6", "Port": 55097} - ]}, - "Created": "2026-04-09T01:36:40.495323605Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3717682255300325, - "StableID": "n84BJ7Dk2W11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "DiscoKey": "discokey:90fb1894e55b257f57b6e0e1b39c217c90052ef9aebaa95724c06fc919732073", - "Addresses": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "AllowedIPs": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "Endpoints": ["77.164.248.136:49485", "10.65.0.27:49485", "172.17.0.1:49485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55442}, - {"Proto": "peerapi6", "Port": 55442} - ]}, - "Created": "2026-04-09T01:36:39.949393554Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4505633130259774, - "StableID": "n5GWuqLcBc11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "DiscoKey": "discokey:051782d1e2e389ffa5db8555f25956eec2cef5b3e185517828979e2e3064db52", - "Addresses": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "AllowedIPs": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "Endpoints": ["77.164.248.136:37079", "10.65.0.27:37079", "172.17.0.1:37079"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 40183}, - {"Proto": "peerapi6", "Port": 40183} - ]}, - "Created": "2026-04-09T01:36:36.177593621Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4740473301753472, - "StableID": "nMdtgKCy1e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "DiscoKey": "discokey:2109bc9726e7715c08a94f773135abf6287bf4dfd7121425a05beae94e918c4a", - "Addresses": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "AllowedIPs": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "Endpoints": ["77.164.248.136:56684", "10.65.0.27:56684", "172.17.0.1:56684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 41829}, - {"Proto": "peerapi6", "Port": 41829} - ]}, - "Created": "2026-04-09T01:36:38.868942154Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5950120239025222, - "StableID": "nV61J1apTo11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "DiscoKey": "discokey:7877426f585c60b424022fe6ad8930a35e2338b88eb791f8358af45eb4c8d118", - "Addresses": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "AllowedIPs": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "Endpoints": ["77.164.248.136:55071", "10.65.0.27:55071", "172.17.0.1:55071"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57127}, - {"Proto": "peerapi6", "Port": 57127} - ]}, - "Created": "2026-04-09T01:36:39.417266203Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5964787233562666, - "StableID": "nKfnN5rTao11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "DiscoKey": "discokey:eb481eb9168e1d530b29e322273bd0583321354cfae0b124f29aaa59bb59fc3e", - "Addresses": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "AllowedIPs": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "Endpoints": ["77.164.248.136:53486", "10.65.0.27:53486", "172.17.0.1:53486"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54815}, - {"Proto": "peerapi6", "Port": 54815} - ]}, - "Created": "2026-04-09T01:36:35.623960274Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6030352744671077, - "StableID": "n46H5B9A6p11CNTRL", + "ID": 2010454632663368, + "StableID": "n7GnQaEYhG11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "DiscoKey": "discokey:cf80fce23cc2c2ec74c56cdddce37fc57a667f57b5e8bef2a5904f85a893d524", - "Addresses": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "AllowedIPs": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "Endpoints": ["77.164.248.136:53683", "10.65.0.27:53683", "172.17.0.1:53683"], + "Key": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "DiscoKey": "discokey:5419d3505cfa6892d070e4cec1aaadf81e3a9000c16661b98a0758b210b92173", + "Addresses": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "AllowedIPs": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "Endpoints": ["77.164.248.136:59244", "10.65.0.27:59244", "172.17.0.1:59244"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 56338}, - {"Proto": "peerapi6", "Port": 56338} + {"Proto": "peerapi4", "Port": 57292}, + {"Proto": "peerapi6", "Port": 57292} ]}, - "Created": "2026-04-09T01:36:41.58772011Z", + "Created": "2026-04-09T08:42:40.778278222Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7047183047536514, - "StableID": "nsD3ypYg2x11CNTRL", + "ID": 2112974210146709, + "StableID": "ngcoQUFyVH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "DiscoKey": "discokey:5312136b7b27f99e72e47cc7009d7a7dac2cdcf5b49e42207dc47d9b95bcf838", + "Addresses": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "AllowedIPs": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "Endpoints": ["77.164.248.136:51534", "10.65.0.27:51534", "172.17.0.1:51534"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57393}, + {"Proto": "peerapi6", "Port": 57393} + ]}, + "Created": "2026-04-09T08:42:38.612655329Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2226562102973969, + "StableID": "nGQ6Yd1RPJ11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "DiscoKey": "discokey:2bcce50cf41fd3ac8341c320dc2f0dad92fd065eb84774799f86d2f6b4868833", + "Addresses": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "AllowedIPs": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52780}, + {"Proto": "peerapi6", "Port": 52780} + ]}, + "Created": "2026-04-09T08:42:39.684714481Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3482703621521208, + "StableID": "nmBP5giKCU11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:f7ff3fc3537c8adfdf7c7c8e97889726ba4083dda44801c2bdc22f2f894d955c", - "Addresses": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "AllowedIPs": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "Endpoints": ["77.164.248.136:34817", "10.65.0.27:34817", "172.17.0.1:34817"], - "HomeDERP": 14, + "Key": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:d21b00bf1e3604441ae71ec310bef8a0032d2072adde6081eec016453b95a75e", + "Addresses": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "AllowedIPs": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "Endpoints": ["77.164.248.136:35983", "10.65.0.27:35983", "172.17.0.1:35983"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 48891}, - {"Proto": "peerapi6", "Port": 48891} + {"Proto": "peerapi4", "Port": 62586}, + {"Proto": "peerapi6", "Port": 62586} ]}, - "Created": "2026-04-09T01:36:42.12215792Z", + "Created": "2026-04-09T08:42:41.331637091Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7642167836627184, - "StableID": "nd7DMqn9g221CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 3960740360172786, + "StableID": "noRCi7wpvX11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "DiscoKey": "discokey:0d4f226415e73188eedcb0cd3ddb65a98148e0fcfc939408480d6297c08a360c", - "Addresses": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "AllowedIPs": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "Endpoints": ["77.164.248.136:54961", "10.65.0.27:54961", "172.17.0.1:54961"], + "Key": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "DiscoKey": "discokey:0a04f9b42f1f9fc7bbe55d07e0b2b9460951e8975b290dc5431e5104537c9b15", + "Addresses": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "AllowedIPs": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "Endpoints": ["77.164.248.136:47498", "10.65.0.27:47498", "172.17.0.1:47498"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 43236}, - {"Proto": "peerapi6", "Port": 43236} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 60546}, + {"Proto": "peerapi6", "Port": 60546} ]}, - "Created": "2026-04-09T01:36:36.696142375Z", + "Created": "2026-04-09T08:42:38.089362862Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 8568263197282510, - "StableID": "nh667Dkau921CNTRL", + "ID": 4199316163336838, + "StableID": "nPwLU4vsnZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "DiscoKey": "discokey:6b5e59e5c8e66c31e59fc99dcba85dda0cfaff39845f15dfd4034dbabc2e7669", + "Addresses": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "AllowedIPs": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "Endpoints": ["77.164.248.136:50478", "10.65.0.27:50478", "172.17.0.1:50478"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 38193}, + {"Proto": "peerapi6", "Port": 38193} + ]}, + "Created": "2026-04-09T08:42:37.01781828Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5288130201991910, + "StableID": "nwdjbND1Ji11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "DiscoKey": "discokey:cc2446a28311f2a88d419e2353a722a92203084c21e7f4a63e9f93d09961bf61", + "Addresses": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "AllowedIPs": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "Endpoints": ["77.164.248.136:55272", "10.65.0.27:55272", "172.17.0.1:55272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 43198}, + {"Proto": "peerapi6", "Port": 43198} + ]}, + "Created": "2026-04-09T08:42:37.572006053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5524072116461541, + "StableID": "nnbrdR1s8k11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "DiscoKey": "discokey:0ebc1a33b8e87cb78c687d405544ed1cac6bc68f307a2fd68fb59ea069b04f10", + "Addresses": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "AllowedIPs": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "Endpoints": ["77.164.248.136:43581", "10.65.0.27:43581", "172.17.0.1:43581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54940}, + {"Proto": "peerapi6", "Port": 54940} + ]}, + "Created": "2026-04-09T08:42:34.881712634Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6118151187548074, + "StableID": "n1cWpWTvmp11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "DiscoKey": "discokey:aae14e04854bafeba104b903ec74507ab93796ac9815f900b7417d1c2732630a", - "Addresses": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "AllowedIPs": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "Endpoints": ["77.164.248.136:53928", "10.65.0.27:53928", "172.17.0.1:53928"], + "Key": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "DiscoKey": "discokey:ffa7067d7da98c115a0911a79d1e6341f2954549bc27cd644e6812add1e7c602", + "Addresses": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "AllowedIPs": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "Endpoints": ["77.164.248.136:51822", "10.65.0.27:51822", "172.17.0.1:51822"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 38740}, - {"Proto": "peerapi6", "Port": 38740} + {"Proto": "peerapi4", "Port": 36974}, + {"Proto": "peerapi6", "Port": 36974} ]}, - "Created": "2026-04-09T01:36:37.24135369Z", + "Created": "2026-04-09T08:42:36.476345027Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 7126746075180298, + "StableID": "noTZG1Yiex11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "DiscoKey": "discokey:fb1f28194b83c26b7a22739829e7d4f5d9cf108254d2aadf9bf8ec38bf639d59", + "Addresses": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "AllowedIPs": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "Endpoints": ["77.164.248.136:37351", "10.65.0.27:37351", "172.17.0.1:37351"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:42:40.223485294Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8542907841066399, + "StableID": "npPt6mh6i921CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "DiscoKey": "discokey:17b158d32c257f5a58edc95cc278c53bcb136fe880f8ad7a3436ade8a037253d", + "Addresses": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "AllowedIPs": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "Endpoints": ["77.164.248.136:38406", "10.65.0.27:38406", "172.17.0.1:38406"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 56246}, + {"Proto": "peerapi6", "Port": 56246} + ]}, + "Created": "2026-04-09T08:42:35.406627298Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8679464145202428, + "StableID": "nuqo5iowmA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "DiscoKey": "discokey:5667fed9087c3ed7f75647d03474ed03174ccfc8f19cf8243ff8c24dfa999227", + "Addresses": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "AllowedIPs": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "Endpoints": ["77.164.248.136:52833", "10.65.0.27:52833", "172.17.0.1:52833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 35839}, + {"Proto": "peerapi6", "Port": 35839} + ]}, + "Created": "2026-04-09T08:42:39.145406452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8808507930799195, + "StableID": "nanXXsZPnB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "DiscoKey": "discokey:95a0e9982ed777db89f010fcbde7bfd4377af93a94bc72af146acb8c8eda6c3f", + "Addresses": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "AllowedIPs": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40763}, + {"Proto": "peerapi6", "Port": 40763} + ]}, + "Created": "2026-04-09T08:42:35.939907077Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3142,7 +3146,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.88.174.123"}, {"nodeIP": "fd7a:115c:a1e0::8b37:ae7b"}], + "principals": [{"nodeIP": "100.78.99.42"}, {"nodeIP": "fd7a:115c:a1e0::5337:632a"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -3151,7 +3155,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.88.174.123"}, {"nodeIP": "fd7a:115c:a1e0::8b37:ae7b"}], + "principals": [{"nodeIP": "100.78.99.42"}, {"nodeIP": "fd7a:115c:a1e0::5337:632a"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3980,26 +3984,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.88.174.123"}, {"nodeIP": "fd7a:115c:a1e0::8b37:ae7b"}], + "principals": [{"nodeIP": "100.78.99.42"}, {"nodeIP": "fd7a:115c:a1e0::5337:632a"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -4008,7 +4013,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.88.174.123"}, {"nodeIP": "fd7a:115c:a1e0::8b37:ae7b"}], + "principals": [{"nodeIP": "100.78.99.42"}, {"nodeIP": "fd7a:115c:a1e0::5337:632a"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -4045,26 +4050,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7642167836627184, - "StableID": "nd7DMqn9g221CNTRL", + "ID": 8808507930799195, + "StableID": "nanXXsZPnB21CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 7642167836627184, - "Key": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "DiscoKey": "discokey:0d4f226415e73188eedcb0cd3ddb65a98148e0fcfc939408480d6297c08a360c", - "Addresses": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "AllowedIPs": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "Endpoints": ["77.164.248.136:54961", "10.65.0.27:54961", "172.17.0.1:54961"], + "User": 8808507930799195, + "Key": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "DiscoKey": "discokey:95a0e9982ed777db89f010fcbde7bfd4377af93a94bc72af146acb8c8eda6c3f", + "Addresses": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "AllowedIPs": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 43236}, - {"Proto": "peerapi6", "Port": 43236}, + {"Proto": "peerapi4", "Port": 40763}, + {"Proto": "peerapi6", "Port": 40763}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:36.696142375Z", + "Created": "2026-04-09T08:42:35.939907077Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -4092,302 +4097,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "MachineKey": "mkey:ddb0ce62730b60a88f0d40c89057f6660f9a292b70178a6609cdd9702fbc575d", + "NodeKey": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "MachineKey": "mkey:ce0051c9d4f8e1bf8c9037f309fb65684bcf2ae565f458b95b899cd25a3d5608", "Peers": [{ - "ID": 161262083762217, - "StableID": "nzsJ8j53G211CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "DiscoKey": "discokey:6aa7be28b552466e58e57faae18a4d4508f389eeefb491e0e9ffbb01aeafd42e", - "Addresses": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "AllowedIPs": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "Endpoints": ["77.164.248.136:57376", "10.65.0.27:57376", "172.17.0.1:57376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53596}, - {"Proto": "peerapi6", "Port": 53596} - ]}, - "Created": "2026-04-09T01:36:38.322010296Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 164896985029623, - "StableID": "nzcRuiZgH211CNTRL", + "ID": 4396355680793, + "StableID": "nkA2u7Vz2111CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:52e463446431357a0328c8c7dc767d2745a4fc871597f96e73fad59422c82667", - "Addresses": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "AllowedIPs": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "Endpoints": ["77.164.248.136:41720", "10.65.0.27:41720", "172.17.0.1:41720"], + "Key": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:c32fd5041dfaee8ac89d9811e7983742b9f0c4484eb9bdd630d03f0ab847cd66", + "Addresses": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "AllowedIPs": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "Endpoints": ["77.164.248.136:39797", "10.65.0.27:39797", "172.17.0.1:39797"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 55514}, - {"Proto": "peerapi6", "Port": 55514} + {"Proto": "peerapi4", "Port": 59188}, + {"Proto": "peerapi6", "Port": 59188} ]}, - "Created": "2026-04-09T01:36:42.65298578Z", + "Created": "2026-04-09T08:42:41.836459134Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 975496648551339, - "StableID": "nnSGQHeoc811CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "DiscoKey": "discokey:64854ca53e7f761c1cb07dd16880c24ce87bd13bab7a0f6c80fa480e0744e117", - "Addresses": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "AllowedIPs": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "Endpoints": ["77.164.248.136:41442", "10.65.0.27:41442", "172.17.0.1:41442"], + "ID": 1654425466112389, + "StableID": "nkYL8CxHvD11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "KeyExpiry": "2026-10-06T08:42:42Z", + "DiscoKey": "discokey:93ab45676768d889ef7eb6243e1b27cb0735aebac6692757357e758e85406d2f", + "Addresses": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "AllowedIPs": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "Endpoints": ["77.164.248.136:39750", "10.65.0.27:39750", "172.17.0.1:39750"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52225}, - {"Proto": "peerapi6", "Port": 52225} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 34922}, + {"Proto": "peerapi6", "Port": 34922} ]}, - "Created": "2026-04-09T01:36:37.800253819Z", + "Created": "2026-04-09T08:42:42.379228841Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 1912624387672945, - "StableID": "nGAXfAQEwF11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "DiscoKey": "discokey:5b89fd4fa540b583f573d65a648c734461c3c8cda1424ed0216d7c4c60145072", - "Addresses": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "AllowedIPs": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56962}, - {"Proto": "peerapi6", "Port": 56962} - ]}, - "Created": "2026-04-09T01:36:41.024931938Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3645684913216028, - "StableID": "n78jiix8UV11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "DiscoKey": "discokey:5ae8b92790c602acccf07dff4494003616be23c2c38cced925cfd1f5e3dc8f6f", - "Addresses": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "AllowedIPs": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "Endpoints": ["77.164.248.136:48360", "10.65.0.27:48360", "172.17.0.1:48360"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55097}, - {"Proto": "peerapi6", "Port": 55097} - ]}, - "Created": "2026-04-09T01:36:40.495323605Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3717682255300325, - "StableID": "n84BJ7Dk2W11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "DiscoKey": "discokey:90fb1894e55b257f57b6e0e1b39c217c90052ef9aebaa95724c06fc919732073", - "Addresses": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "AllowedIPs": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "Endpoints": ["77.164.248.136:49485", "10.65.0.27:49485", "172.17.0.1:49485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55442}, - {"Proto": "peerapi6", "Port": 55442} - ]}, - "Created": "2026-04-09T01:36:39.949393554Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4505633130259774, - "StableID": "n5GWuqLcBc11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "DiscoKey": "discokey:051782d1e2e389ffa5db8555f25956eec2cef5b3e185517828979e2e3064db52", - "Addresses": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "AllowedIPs": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "Endpoints": ["77.164.248.136:37079", "10.65.0.27:37079", "172.17.0.1:37079"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 40183}, - {"Proto": "peerapi6", "Port": 40183} - ]}, - "Created": "2026-04-09T01:36:36.177593621Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4740473301753472, - "StableID": "nMdtgKCy1e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "DiscoKey": "discokey:2109bc9726e7715c08a94f773135abf6287bf4dfd7121425a05beae94e918c4a", - "Addresses": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "AllowedIPs": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "Endpoints": ["77.164.248.136:56684", "10.65.0.27:56684", "172.17.0.1:56684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 41829}, - {"Proto": "peerapi6", "Port": 41829} - ]}, - "Created": "2026-04-09T01:36:38.868942154Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5950120239025222, - "StableID": "nV61J1apTo11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "DiscoKey": "discokey:7877426f585c60b424022fe6ad8930a35e2338b88eb791f8358af45eb4c8d118", - "Addresses": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "AllowedIPs": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "Endpoints": ["77.164.248.136:55071", "10.65.0.27:55071", "172.17.0.1:55071"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57127}, - {"Proto": "peerapi6", "Port": 57127} - ]}, - "Created": "2026-04-09T01:36:39.417266203Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5964787233562666, - "StableID": "nKfnN5rTao11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "DiscoKey": "discokey:eb481eb9168e1d530b29e322273bd0583321354cfae0b124f29aaa59bb59fc3e", - "Addresses": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "AllowedIPs": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "Endpoints": ["77.164.248.136:53486", "10.65.0.27:53486", "172.17.0.1:53486"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54815}, - {"Proto": "peerapi6", "Port": 54815} - ]}, - "Created": "2026-04-09T01:36:35.623960274Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6030352744671077, - "StableID": "n46H5B9A6p11CNTRL", + "ID": 2010454632663368, + "StableID": "n7GnQaEYhG11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "DiscoKey": "discokey:cf80fce23cc2c2ec74c56cdddce37fc57a667f57b5e8bef2a5904f85a893d524", - "Addresses": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "AllowedIPs": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "Endpoints": ["77.164.248.136:53683", "10.65.0.27:53683", "172.17.0.1:53683"], + "Key": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "DiscoKey": "discokey:5419d3505cfa6892d070e4cec1aaadf81e3a9000c16661b98a0758b210b92173", + "Addresses": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "AllowedIPs": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "Endpoints": ["77.164.248.136:59244", "10.65.0.27:59244", "172.17.0.1:59244"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 56338}, - {"Proto": "peerapi6", "Port": 56338} + {"Proto": "peerapi4", "Port": 57292}, + {"Proto": "peerapi6", "Port": 57292} ]}, - "Created": "2026-04-09T01:36:41.58772011Z", + "Created": "2026-04-09T08:42:40.778278222Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7047183047536514, - "StableID": "nsD3ypYg2x11CNTRL", + "ID": 2112974210146709, + "StableID": "ngcoQUFyVH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "DiscoKey": "discokey:5312136b7b27f99e72e47cc7009d7a7dac2cdcf5b49e42207dc47d9b95bcf838", + "Addresses": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "AllowedIPs": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "Endpoints": ["77.164.248.136:51534", "10.65.0.27:51534", "172.17.0.1:51534"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57393}, + {"Proto": "peerapi6", "Port": 57393} + ]}, + "Created": "2026-04-09T08:42:38.612655329Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2226562102973969, + "StableID": "nGQ6Yd1RPJ11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "DiscoKey": "discokey:2bcce50cf41fd3ac8341c320dc2f0dad92fd065eb84774799f86d2f6b4868833", + "Addresses": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "AllowedIPs": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52780}, + {"Proto": "peerapi6", "Port": 52780} + ]}, + "Created": "2026-04-09T08:42:39.684714481Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3482703621521208, + "StableID": "nmBP5giKCU11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:f7ff3fc3537c8adfdf7c7c8e97889726ba4083dda44801c2bdc22f2f894d955c", - "Addresses": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "AllowedIPs": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "Endpoints": ["77.164.248.136:34817", "10.65.0.27:34817", "172.17.0.1:34817"], - "HomeDERP": 14, + "Key": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:d21b00bf1e3604441ae71ec310bef8a0032d2072adde6081eec016453b95a75e", + "Addresses": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "AllowedIPs": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "Endpoints": ["77.164.248.136:35983", "10.65.0.27:35983", "172.17.0.1:35983"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 48891}, - {"Proto": "peerapi6", "Port": 48891} + {"Proto": "peerapi4", "Port": 62586}, + {"Proto": "peerapi6", "Port": 62586} ]}, - "Created": "2026-04-09T01:36:42.12215792Z", + "Created": "2026-04-09T08:42:41.331637091Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7094474529819721, - "StableID": "n6XBKKp6Qx11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "KeyExpiry": "2026-10-06T01:36:43Z", - "DiscoKey": "discokey:40ad6f5547d4e437a9c809d57d36b8cb5bc827c8b3a91046d805036e28b38b78", - "Addresses": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "AllowedIPs": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "Endpoints": ["77.164.248.136:52449", "10.65.0.27:52449", "172.17.0.1:52449"], + "ID": 3960740360172786, + "StableID": "noRCi7wpvX11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "DiscoKey": "discokey:0a04f9b42f1f9fc7bbe55d07e0b2b9460951e8975b290dc5431e5104537c9b15", + "Addresses": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "AllowedIPs": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "Endpoints": ["77.164.248.136:47498", "10.65.0.27:47498", "172.17.0.1:47498"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40905}, - {"Proto": "peerapi6", "Port": 40905} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 60546}, + {"Proto": "peerapi6", "Port": 60546} ]}, - "Created": "2026-04-09T01:36:43.206527043Z", + "Created": "2026-04-09T08:42:38.089362862Z", "Cap": 131, + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 8568263197282510, - "StableID": "nh667Dkau921CNTRL", + "ID": 4199316163336838, + "StableID": "nPwLU4vsnZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "DiscoKey": "discokey:6b5e59e5c8e66c31e59fc99dcba85dda0cfaff39845f15dfd4034dbabc2e7669", + "Addresses": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "AllowedIPs": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "Endpoints": ["77.164.248.136:50478", "10.65.0.27:50478", "172.17.0.1:50478"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 38193}, + {"Proto": "peerapi6", "Port": 38193} + ]}, + "Created": "2026-04-09T08:42:37.01781828Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5288130201991910, + "StableID": "nwdjbND1Ji11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "DiscoKey": "discokey:cc2446a28311f2a88d419e2353a722a92203084c21e7f4a63e9f93d09961bf61", + "Addresses": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "AllowedIPs": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "Endpoints": ["77.164.248.136:55272", "10.65.0.27:55272", "172.17.0.1:55272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 43198}, + {"Proto": "peerapi6", "Port": 43198} + ]}, + "Created": "2026-04-09T08:42:37.572006053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5524072116461541, + "StableID": "nnbrdR1s8k11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "DiscoKey": "discokey:0ebc1a33b8e87cb78c687d405544ed1cac6bc68f307a2fd68fb59ea069b04f10", + "Addresses": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "AllowedIPs": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "Endpoints": ["77.164.248.136:43581", "10.65.0.27:43581", "172.17.0.1:43581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54940}, + {"Proto": "peerapi6", "Port": 54940} + ]}, + "Created": "2026-04-09T08:42:34.881712634Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6118151187548074, + "StableID": "n1cWpWTvmp11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "DiscoKey": "discokey:aae14e04854bafeba104b903ec74507ab93796ac9815f900b7417d1c2732630a", - "Addresses": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "AllowedIPs": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "Endpoints": ["77.164.248.136:53928", "10.65.0.27:53928", "172.17.0.1:53928"], + "Key": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "DiscoKey": "discokey:ffa7067d7da98c115a0911a79d1e6341f2954549bc27cd644e6812add1e7c602", + "Addresses": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "AllowedIPs": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "Endpoints": ["77.164.248.136:51822", "10.65.0.27:51822", "172.17.0.1:51822"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 38740}, - {"Proto": "peerapi6", "Port": 38740} + {"Proto": "peerapi4", "Port": 36974}, + {"Proto": "peerapi6", "Port": 36974} ]}, - "Created": "2026-04-09T01:36:37.24135369Z", + "Created": "2026-04-09T08:42:36.476345027Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 7126746075180298, + "StableID": "noTZG1Yiex11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "DiscoKey": "discokey:fb1f28194b83c26b7a22739829e7d4f5d9cf108254d2aadf9bf8ec38bf639d59", + "Addresses": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "AllowedIPs": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "Endpoints": ["77.164.248.136:37351", "10.65.0.27:37351", "172.17.0.1:37351"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:42:40.223485294Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8542907841066399, + "StableID": "npPt6mh6i921CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "DiscoKey": "discokey:17b158d32c257f5a58edc95cc278c53bcb136fe880f8ad7a3436ade8a037253d", + "Addresses": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "AllowedIPs": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "Endpoints": ["77.164.248.136:38406", "10.65.0.27:38406", "172.17.0.1:38406"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 56246}, + {"Proto": "peerapi6", "Port": 56246} + ]}, + "Created": "2026-04-09T08:42:35.406627298Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8679464145202428, + "StableID": "nuqo5iowmA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "DiscoKey": "discokey:5667fed9087c3ed7f75647d03474ed03174ccfc8f19cf8243ff8c24dfa999227", + "Addresses": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "AllowedIPs": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "Endpoints": ["77.164.248.136:52833", "10.65.0.27:52833", "172.17.0.1:52833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 35839}, + {"Proto": "peerapi6", "Port": 35839} + ]}, + "Created": "2026-04-09T08:42:39.145406452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5235,27 +5240,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7642167836627184": { - "ID": 7642167836627184, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8808507930799195": { + "ID": 8808507930799195, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5286,26 +5293,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5950120239025222, - "StableID": "nV61J1apTo11CNTRL", + "ID": 2112974210146709, + "StableID": "ngcoQUFyVH11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 5950120239025222, - "Key": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "DiscoKey": "discokey:7877426f585c60b424022fe6ad8930a35e2338b88eb791f8358af45eb4c8d118", - "Addresses": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "AllowedIPs": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "Endpoints": ["77.164.248.136:55071", "10.65.0.27:55071", "172.17.0.1:55071"], + "User": 2112974210146709, + "Key": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "DiscoKey": "discokey:5312136b7b27f99e72e47cc7009d7a7dac2cdcf5b49e42207dc47d9b95bcf838", + "Addresses": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "AllowedIPs": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "Endpoints": ["77.164.248.136:51534", "10.65.0.27:51534", "172.17.0.1:51534"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 57127}, - {"Proto": "peerapi6", "Port": 57127}, + {"Proto": "peerapi4", "Port": 57393}, + {"Proto": "peerapi6", "Port": 57393}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:39.417266203Z", + "Created": "2026-04-09T08:42:38.612655329Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5333,302 +5340,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "MachineKey": "mkey:045550c9543683e637634b229f13fad1871b38bc58f26c13ca2406bc7ab9691f", + "NodeKey": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "MachineKey": "mkey:8d86898260f39004755dfd21d9547c5d735f2c75c1f0d3194efb510c77ec451d", "Peers": [{ - "ID": 161262083762217, - "StableID": "nzsJ8j53G211CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "DiscoKey": "discokey:6aa7be28b552466e58e57faae18a4d4508f389eeefb491e0e9ffbb01aeafd42e", - "Addresses": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "AllowedIPs": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "Endpoints": ["77.164.248.136:57376", "10.65.0.27:57376", "172.17.0.1:57376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53596}, - {"Proto": "peerapi6", "Port": 53596} - ]}, - "Created": "2026-04-09T01:36:38.322010296Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 164896985029623, - "StableID": "nzcRuiZgH211CNTRL", + "ID": 4396355680793, + "StableID": "nkA2u7Vz2111CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:52e463446431357a0328c8c7dc767d2745a4fc871597f96e73fad59422c82667", - "Addresses": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "AllowedIPs": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "Endpoints": ["77.164.248.136:41720", "10.65.0.27:41720", "172.17.0.1:41720"], + "Key": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:c32fd5041dfaee8ac89d9811e7983742b9f0c4484eb9bdd630d03f0ab847cd66", + "Addresses": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "AllowedIPs": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "Endpoints": ["77.164.248.136:39797", "10.65.0.27:39797", "172.17.0.1:39797"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 55514}, - {"Proto": "peerapi6", "Port": 55514} + {"Proto": "peerapi4", "Port": 59188}, + {"Proto": "peerapi6", "Port": 59188} ]}, - "Created": "2026-04-09T01:36:42.65298578Z", + "Created": "2026-04-09T08:42:41.836459134Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 975496648551339, - "StableID": "nnSGQHeoc811CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "DiscoKey": "discokey:64854ca53e7f761c1cb07dd16880c24ce87bd13bab7a0f6c80fa480e0744e117", - "Addresses": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "AllowedIPs": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "Endpoints": ["77.164.248.136:41442", "10.65.0.27:41442", "172.17.0.1:41442"], + "ID": 1654425466112389, + "StableID": "nkYL8CxHvD11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "KeyExpiry": "2026-10-06T08:42:42Z", + "DiscoKey": "discokey:93ab45676768d889ef7eb6243e1b27cb0735aebac6692757357e758e85406d2f", + "Addresses": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "AllowedIPs": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "Endpoints": ["77.164.248.136:39750", "10.65.0.27:39750", "172.17.0.1:39750"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52225}, - {"Proto": "peerapi6", "Port": 52225} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 34922}, + {"Proto": "peerapi6", "Port": 34922} ]}, - "Created": "2026-04-09T01:36:37.800253819Z", + "Created": "2026-04-09T08:42:42.379228841Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 1912624387672945, - "StableID": "nGAXfAQEwF11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "DiscoKey": "discokey:5b89fd4fa540b583f573d65a648c734461c3c8cda1424ed0216d7c4c60145072", - "Addresses": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "AllowedIPs": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56962}, - {"Proto": "peerapi6", "Port": 56962} - ]}, - "Created": "2026-04-09T01:36:41.024931938Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3645684913216028, - "StableID": "n78jiix8UV11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "DiscoKey": "discokey:5ae8b92790c602acccf07dff4494003616be23c2c38cced925cfd1f5e3dc8f6f", - "Addresses": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "AllowedIPs": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "Endpoints": ["77.164.248.136:48360", "10.65.0.27:48360", "172.17.0.1:48360"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55097}, - {"Proto": "peerapi6", "Port": 55097} - ]}, - "Created": "2026-04-09T01:36:40.495323605Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3717682255300325, - "StableID": "n84BJ7Dk2W11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "DiscoKey": "discokey:90fb1894e55b257f57b6e0e1b39c217c90052ef9aebaa95724c06fc919732073", - "Addresses": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "AllowedIPs": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "Endpoints": ["77.164.248.136:49485", "10.65.0.27:49485", "172.17.0.1:49485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55442}, - {"Proto": "peerapi6", "Port": 55442} - ]}, - "Created": "2026-04-09T01:36:39.949393554Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4505633130259774, - "StableID": "n5GWuqLcBc11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "DiscoKey": "discokey:051782d1e2e389ffa5db8555f25956eec2cef5b3e185517828979e2e3064db52", - "Addresses": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "AllowedIPs": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "Endpoints": ["77.164.248.136:37079", "10.65.0.27:37079", "172.17.0.1:37079"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 40183}, - {"Proto": "peerapi6", "Port": 40183} - ]}, - "Created": "2026-04-09T01:36:36.177593621Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4740473301753472, - "StableID": "nMdtgKCy1e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "DiscoKey": "discokey:2109bc9726e7715c08a94f773135abf6287bf4dfd7121425a05beae94e918c4a", - "Addresses": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "AllowedIPs": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "Endpoints": ["77.164.248.136:56684", "10.65.0.27:56684", "172.17.0.1:56684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 41829}, - {"Proto": "peerapi6", "Port": 41829} - ]}, - "Created": "2026-04-09T01:36:38.868942154Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5964787233562666, - "StableID": "nKfnN5rTao11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "DiscoKey": "discokey:eb481eb9168e1d530b29e322273bd0583321354cfae0b124f29aaa59bb59fc3e", - "Addresses": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "AllowedIPs": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "Endpoints": ["77.164.248.136:53486", "10.65.0.27:53486", "172.17.0.1:53486"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54815}, - {"Proto": "peerapi6", "Port": 54815} - ]}, - "Created": "2026-04-09T01:36:35.623960274Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6030352744671077, - "StableID": "n46H5B9A6p11CNTRL", + "ID": 2010454632663368, + "StableID": "n7GnQaEYhG11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "DiscoKey": "discokey:cf80fce23cc2c2ec74c56cdddce37fc57a667f57b5e8bef2a5904f85a893d524", - "Addresses": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "AllowedIPs": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "Endpoints": ["77.164.248.136:53683", "10.65.0.27:53683", "172.17.0.1:53683"], + "Key": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "DiscoKey": "discokey:5419d3505cfa6892d070e4cec1aaadf81e3a9000c16661b98a0758b210b92173", + "Addresses": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "AllowedIPs": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "Endpoints": ["77.164.248.136:59244", "10.65.0.27:59244", "172.17.0.1:59244"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 56338}, - {"Proto": "peerapi6", "Port": 56338} + {"Proto": "peerapi4", "Port": 57292}, + {"Proto": "peerapi6", "Port": 57292} ]}, - "Created": "2026-04-09T01:36:41.58772011Z", + "Created": "2026-04-09T08:42:40.778278222Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7047183047536514, - "StableID": "nsD3ypYg2x11CNTRL", + "ID": 2226562102973969, + "StableID": "nGQ6Yd1RPJ11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "DiscoKey": "discokey:2bcce50cf41fd3ac8341c320dc2f0dad92fd065eb84774799f86d2f6b4868833", + "Addresses": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "AllowedIPs": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52780}, + {"Proto": "peerapi6", "Port": 52780} + ]}, + "Created": "2026-04-09T08:42:39.684714481Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3482703621521208, + "StableID": "nmBP5giKCU11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:f7ff3fc3537c8adfdf7c7c8e97889726ba4083dda44801c2bdc22f2f894d955c", - "Addresses": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "AllowedIPs": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "Endpoints": ["77.164.248.136:34817", "10.65.0.27:34817", "172.17.0.1:34817"], - "HomeDERP": 14, + "Key": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:d21b00bf1e3604441ae71ec310bef8a0032d2072adde6081eec016453b95a75e", + "Addresses": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "AllowedIPs": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "Endpoints": ["77.164.248.136:35983", "10.65.0.27:35983", "172.17.0.1:35983"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 48891}, - {"Proto": "peerapi6", "Port": 48891} + {"Proto": "peerapi4", "Port": 62586}, + {"Proto": "peerapi6", "Port": 62586} ]}, - "Created": "2026-04-09T01:36:42.12215792Z", + "Created": "2026-04-09T08:42:41.331637091Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7094474529819721, - "StableID": "n6XBKKp6Qx11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "KeyExpiry": "2026-10-06T01:36:43Z", - "DiscoKey": "discokey:40ad6f5547d4e437a9c809d57d36b8cb5bc827c8b3a91046d805036e28b38b78", - "Addresses": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "AllowedIPs": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "Endpoints": ["77.164.248.136:52449", "10.65.0.27:52449", "172.17.0.1:52449"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40905}, - {"Proto": "peerapi6", "Port": 40905} - ]}, - "Created": "2026-04-09T01:36:43.206527043Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7642167836627184, - "StableID": "nd7DMqn9g221CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 3960740360172786, + "StableID": "noRCi7wpvX11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "DiscoKey": "discokey:0d4f226415e73188eedcb0cd3ddb65a98148e0fcfc939408480d6297c08a360c", - "Addresses": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "AllowedIPs": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "Endpoints": ["77.164.248.136:54961", "10.65.0.27:54961", "172.17.0.1:54961"], + "Key": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "DiscoKey": "discokey:0a04f9b42f1f9fc7bbe55d07e0b2b9460951e8975b290dc5431e5104537c9b15", + "Addresses": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "AllowedIPs": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "Endpoints": ["77.164.248.136:47498", "10.65.0.27:47498", "172.17.0.1:47498"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 43236}, - {"Proto": "peerapi6", "Port": 43236} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 60546}, + {"Proto": "peerapi6", "Port": 60546} ]}, - "Created": "2026-04-09T01:36:36.696142375Z", + "Created": "2026-04-09T08:42:38.089362862Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 8568263197282510, - "StableID": "nh667Dkau921CNTRL", + "ID": 4199316163336838, + "StableID": "nPwLU4vsnZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "DiscoKey": "discokey:6b5e59e5c8e66c31e59fc99dcba85dda0cfaff39845f15dfd4034dbabc2e7669", + "Addresses": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "AllowedIPs": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "Endpoints": ["77.164.248.136:50478", "10.65.0.27:50478", "172.17.0.1:50478"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 38193}, + {"Proto": "peerapi6", "Port": 38193} + ]}, + "Created": "2026-04-09T08:42:37.01781828Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5288130201991910, + "StableID": "nwdjbND1Ji11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "DiscoKey": "discokey:cc2446a28311f2a88d419e2353a722a92203084c21e7f4a63e9f93d09961bf61", + "Addresses": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "AllowedIPs": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "Endpoints": ["77.164.248.136:55272", "10.65.0.27:55272", "172.17.0.1:55272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 43198}, + {"Proto": "peerapi6", "Port": 43198} + ]}, + "Created": "2026-04-09T08:42:37.572006053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5524072116461541, + "StableID": "nnbrdR1s8k11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "DiscoKey": "discokey:0ebc1a33b8e87cb78c687d405544ed1cac6bc68f307a2fd68fb59ea069b04f10", + "Addresses": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "AllowedIPs": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "Endpoints": ["77.164.248.136:43581", "10.65.0.27:43581", "172.17.0.1:43581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54940}, + {"Proto": "peerapi6", "Port": 54940} + ]}, + "Created": "2026-04-09T08:42:34.881712634Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6118151187548074, + "StableID": "n1cWpWTvmp11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "DiscoKey": "discokey:aae14e04854bafeba104b903ec74507ab93796ac9815f900b7417d1c2732630a", - "Addresses": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "AllowedIPs": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "Endpoints": ["77.164.248.136:53928", "10.65.0.27:53928", "172.17.0.1:53928"], + "Key": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "DiscoKey": "discokey:ffa7067d7da98c115a0911a79d1e6341f2954549bc27cd644e6812add1e7c602", + "Addresses": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "AllowedIPs": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "Endpoints": ["77.164.248.136:51822", "10.65.0.27:51822", "172.17.0.1:51822"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 38740}, - {"Proto": "peerapi6", "Port": 38740} + {"Proto": "peerapi4", "Port": 36974}, + {"Proto": "peerapi6", "Port": 36974} ]}, - "Created": "2026-04-09T01:36:37.24135369Z", + "Created": "2026-04-09T08:42:36.476345027Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 7126746075180298, + "StableID": "noTZG1Yiex11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "DiscoKey": "discokey:fb1f28194b83c26b7a22739829e7d4f5d9cf108254d2aadf9bf8ec38bf639d59", + "Addresses": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "AllowedIPs": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "Endpoints": ["77.164.248.136:37351", "10.65.0.27:37351", "172.17.0.1:37351"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:42:40.223485294Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8542907841066399, + "StableID": "npPt6mh6i921CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "DiscoKey": "discokey:17b158d32c257f5a58edc95cc278c53bcb136fe880f8ad7a3436ade8a037253d", + "Addresses": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "AllowedIPs": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "Endpoints": ["77.164.248.136:38406", "10.65.0.27:38406", "172.17.0.1:38406"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 56246}, + {"Proto": "peerapi6", "Port": 56246} + ]}, + "Created": "2026-04-09T08:42:35.406627298Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8679464145202428, + "StableID": "nuqo5iowmA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "DiscoKey": "discokey:5667fed9087c3ed7f75647d03474ed03174ccfc8f19cf8243ff8c24dfa999227", + "Addresses": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "AllowedIPs": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "Endpoints": ["77.164.248.136:52833", "10.65.0.27:52833", "172.17.0.1:52833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 35839}, + {"Proto": "peerapi6", "Port": 35839} + ]}, + "Created": "2026-04-09T08:42:39.145406452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8808507930799195, + "StableID": "nanXXsZPnB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "DiscoKey": "discokey:95a0e9982ed777db89f010fcbde7bfd4377af93a94bc72af146acb8c8eda6c3f", + "Addresses": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "AllowedIPs": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40763}, + {"Proto": "peerapi6", "Port": 40763} + ]}, + "Created": "2026-04-09T08:42:35.939907077Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6476,27 +6483,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5950120239025222": { - "ID": 5950120239025222, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2112974210146709": { + "ID": 2112974210146709, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6527,22 +6536,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7047183047536514, - "StableID": "nsD3ypYg2x11CNTRL", + "ID": 3482703621521208, + "StableID": "nmBP5giKCU11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:f7ff3fc3537c8adfdf7c7c8e97889726ba4083dda44801c2bdc22f2f894d955c", - "Addresses": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "AllowedIPs": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "Endpoints": ["77.164.248.136:34817", "10.65.0.27:34817", "172.17.0.1:34817"], + "Key": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:d21b00bf1e3604441ae71ec310bef8a0032d2072adde6081eec016453b95a75e", + "Addresses": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "AllowedIPs": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "Endpoints": ["77.164.248.136:35983", "10.65.0.27:35983", "172.17.0.1:35983"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 48891}, - {"Proto": "peerapi6", "Port": 48891}, + {"Proto": "peerapi4", "Port": 62586}, + {"Proto": "peerapi6", "Port": 62586}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:42.12215792Z", + "Created": "2026-04-09T08:42:41.331637091Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6569,302 +6578,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "MachineKey": "mkey:c04f963e784011c624f23a6972fa96c11426a6f9449c4376e812271ec6756821", + "NodeKey": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "MachineKey": "mkey:cba81fee196cf826089add415c78051451b7d19428a1ba30f6c876d93c341c3a", "Peers": [{ - "ID": 161262083762217, - "StableID": "nzsJ8j53G211CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "DiscoKey": "discokey:6aa7be28b552466e58e57faae18a4d4508f389eeefb491e0e9ffbb01aeafd42e", - "Addresses": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "AllowedIPs": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "Endpoints": ["77.164.248.136:57376", "10.65.0.27:57376", "172.17.0.1:57376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53596}, - {"Proto": "peerapi6", "Port": 53596} - ]}, - "Created": "2026-04-09T01:36:38.322010296Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 164896985029623, - "StableID": "nzcRuiZgH211CNTRL", + "ID": 4396355680793, + "StableID": "nkA2u7Vz2111CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:52e463446431357a0328c8c7dc767d2745a4fc871597f96e73fad59422c82667", - "Addresses": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "AllowedIPs": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "Endpoints": ["77.164.248.136:41720", "10.65.0.27:41720", "172.17.0.1:41720"], + "Key": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:c32fd5041dfaee8ac89d9811e7983742b9f0c4484eb9bdd630d03f0ab847cd66", + "Addresses": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "AllowedIPs": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "Endpoints": ["77.164.248.136:39797", "10.65.0.27:39797", "172.17.0.1:39797"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 55514}, - {"Proto": "peerapi6", "Port": 55514} + {"Proto": "peerapi4", "Port": 59188}, + {"Proto": "peerapi6", "Port": 59188} ]}, - "Created": "2026-04-09T01:36:42.65298578Z", + "Created": "2026-04-09T08:42:41.836459134Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 975496648551339, - "StableID": "nnSGQHeoc811CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "DiscoKey": "discokey:64854ca53e7f761c1cb07dd16880c24ce87bd13bab7a0f6c80fa480e0744e117", - "Addresses": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "AllowedIPs": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "Endpoints": ["77.164.248.136:41442", "10.65.0.27:41442", "172.17.0.1:41442"], + "ID": 1654425466112389, + "StableID": "nkYL8CxHvD11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "KeyExpiry": "2026-10-06T08:42:42Z", + "DiscoKey": "discokey:93ab45676768d889ef7eb6243e1b27cb0735aebac6692757357e758e85406d2f", + "Addresses": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "AllowedIPs": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "Endpoints": ["77.164.248.136:39750", "10.65.0.27:39750", "172.17.0.1:39750"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52225}, - {"Proto": "peerapi6", "Port": 52225} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 34922}, + {"Proto": "peerapi6", "Port": 34922} ]}, - "Created": "2026-04-09T01:36:37.800253819Z", + "Created": "2026-04-09T08:42:42.379228841Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 1912624387672945, - "StableID": "nGAXfAQEwF11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "DiscoKey": "discokey:5b89fd4fa540b583f573d65a648c734461c3c8cda1424ed0216d7c4c60145072", - "Addresses": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "AllowedIPs": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56962}, - {"Proto": "peerapi6", "Port": 56962} - ]}, - "Created": "2026-04-09T01:36:41.024931938Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3645684913216028, - "StableID": "n78jiix8UV11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "DiscoKey": "discokey:5ae8b92790c602acccf07dff4494003616be23c2c38cced925cfd1f5e3dc8f6f", - "Addresses": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "AllowedIPs": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "Endpoints": ["77.164.248.136:48360", "10.65.0.27:48360", "172.17.0.1:48360"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55097}, - {"Proto": "peerapi6", "Port": 55097} - ]}, - "Created": "2026-04-09T01:36:40.495323605Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3717682255300325, - "StableID": "n84BJ7Dk2W11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "DiscoKey": "discokey:90fb1894e55b257f57b6e0e1b39c217c90052ef9aebaa95724c06fc919732073", - "Addresses": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "AllowedIPs": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "Endpoints": ["77.164.248.136:49485", "10.65.0.27:49485", "172.17.0.1:49485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55442}, - {"Proto": "peerapi6", "Port": 55442} - ]}, - "Created": "2026-04-09T01:36:39.949393554Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4505633130259774, - "StableID": "n5GWuqLcBc11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "DiscoKey": "discokey:051782d1e2e389ffa5db8555f25956eec2cef5b3e185517828979e2e3064db52", - "Addresses": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "AllowedIPs": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "Endpoints": ["77.164.248.136:37079", "10.65.0.27:37079", "172.17.0.1:37079"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 40183}, - {"Proto": "peerapi6", "Port": 40183} - ]}, - "Created": "2026-04-09T01:36:36.177593621Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4740473301753472, - "StableID": "nMdtgKCy1e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "DiscoKey": "discokey:2109bc9726e7715c08a94f773135abf6287bf4dfd7121425a05beae94e918c4a", - "Addresses": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "AllowedIPs": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "Endpoints": ["77.164.248.136:56684", "10.65.0.27:56684", "172.17.0.1:56684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 41829}, - {"Proto": "peerapi6", "Port": 41829} - ]}, - "Created": "2026-04-09T01:36:38.868942154Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5950120239025222, - "StableID": "nV61J1apTo11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "DiscoKey": "discokey:7877426f585c60b424022fe6ad8930a35e2338b88eb791f8358af45eb4c8d118", - "Addresses": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "AllowedIPs": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "Endpoints": ["77.164.248.136:55071", "10.65.0.27:55071", "172.17.0.1:55071"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57127}, - {"Proto": "peerapi6", "Port": 57127} - ]}, - "Created": "2026-04-09T01:36:39.417266203Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5964787233562666, - "StableID": "nKfnN5rTao11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "DiscoKey": "discokey:eb481eb9168e1d530b29e322273bd0583321354cfae0b124f29aaa59bb59fc3e", - "Addresses": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "AllowedIPs": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "Endpoints": ["77.164.248.136:53486", "10.65.0.27:53486", "172.17.0.1:53486"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54815}, - {"Proto": "peerapi6", "Port": 54815} - ]}, - "Created": "2026-04-09T01:36:35.623960274Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6030352744671077, - "StableID": "n46H5B9A6p11CNTRL", + "ID": 2010454632663368, + "StableID": "n7GnQaEYhG11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "DiscoKey": "discokey:cf80fce23cc2c2ec74c56cdddce37fc57a667f57b5e8bef2a5904f85a893d524", - "Addresses": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "AllowedIPs": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "Endpoints": ["77.164.248.136:53683", "10.65.0.27:53683", "172.17.0.1:53683"], + "Key": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "DiscoKey": "discokey:5419d3505cfa6892d070e4cec1aaadf81e3a9000c16661b98a0758b210b92173", + "Addresses": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "AllowedIPs": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "Endpoints": ["77.164.248.136:59244", "10.65.0.27:59244", "172.17.0.1:59244"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 56338}, - {"Proto": "peerapi6", "Port": 56338} + {"Proto": "peerapi4", "Port": 57292}, + {"Proto": "peerapi6", "Port": 57292} ]}, - "Created": "2026-04-09T01:36:41.58772011Z", + "Created": "2026-04-09T08:42:40.778278222Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7094474529819721, - "StableID": "n6XBKKp6Qx11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "KeyExpiry": "2026-10-06T01:36:43Z", - "DiscoKey": "discokey:40ad6f5547d4e437a9c809d57d36b8cb5bc827c8b3a91046d805036e28b38b78", - "Addresses": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "AllowedIPs": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "Endpoints": ["77.164.248.136:52449", "10.65.0.27:52449", "172.17.0.1:52449"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40905}, - {"Proto": "peerapi6", "Port": 40905} - ]}, - "Created": "2026-04-09T01:36:43.206527043Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7642167836627184, - "StableID": "nd7DMqn9g221CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 2112974210146709, + "StableID": "ngcoQUFyVH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "DiscoKey": "discokey:0d4f226415e73188eedcb0cd3ddb65a98148e0fcfc939408480d6297c08a360c", - "Addresses": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "AllowedIPs": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "Endpoints": ["77.164.248.136:54961", "10.65.0.27:54961", "172.17.0.1:54961"], + "Key": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "DiscoKey": "discokey:5312136b7b27f99e72e47cc7009d7a7dac2cdcf5b49e42207dc47d9b95bcf838", + "Addresses": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "AllowedIPs": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "Endpoints": ["77.164.248.136:51534", "10.65.0.27:51534", "172.17.0.1:51534"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 43236}, - {"Proto": "peerapi6", "Port": 43236} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57393}, + {"Proto": "peerapi6", "Port": 57393} ]}, - "Created": "2026-04-09T01:36:36.696142375Z", + "Created": "2026-04-09T08:42:38.612655329Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 8568263197282510, - "StableID": "nh667Dkau921CNTRL", + "ID": 2226562102973969, + "StableID": "nGQ6Yd1RPJ11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "DiscoKey": "discokey:2bcce50cf41fd3ac8341c320dc2f0dad92fd065eb84774799f86d2f6b4868833", + "Addresses": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "AllowedIPs": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52780}, + {"Proto": "peerapi6", "Port": 52780} + ]}, + "Created": "2026-04-09T08:42:39.684714481Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3960740360172786, + "StableID": "noRCi7wpvX11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "DiscoKey": "discokey:0a04f9b42f1f9fc7bbe55d07e0b2b9460951e8975b290dc5431e5104537c9b15", + "Addresses": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "AllowedIPs": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "Endpoints": ["77.164.248.136:47498", "10.65.0.27:47498", "172.17.0.1:47498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 60546}, + {"Proto": "peerapi6", "Port": 60546} + ]}, + "Created": "2026-04-09T08:42:38.089362862Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4199316163336838, + "StableID": "nPwLU4vsnZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "DiscoKey": "discokey:6b5e59e5c8e66c31e59fc99dcba85dda0cfaff39845f15dfd4034dbabc2e7669", + "Addresses": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "AllowedIPs": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "Endpoints": ["77.164.248.136:50478", "10.65.0.27:50478", "172.17.0.1:50478"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 38193}, + {"Proto": "peerapi6", "Port": 38193} + ]}, + "Created": "2026-04-09T08:42:37.01781828Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5288130201991910, + "StableID": "nwdjbND1Ji11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "DiscoKey": "discokey:cc2446a28311f2a88d419e2353a722a92203084c21e7f4a63e9f93d09961bf61", + "Addresses": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "AllowedIPs": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "Endpoints": ["77.164.248.136:55272", "10.65.0.27:55272", "172.17.0.1:55272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 43198}, + {"Proto": "peerapi6", "Port": 43198} + ]}, + "Created": "2026-04-09T08:42:37.572006053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5524072116461541, + "StableID": "nnbrdR1s8k11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "DiscoKey": "discokey:0ebc1a33b8e87cb78c687d405544ed1cac6bc68f307a2fd68fb59ea069b04f10", + "Addresses": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "AllowedIPs": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "Endpoints": ["77.164.248.136:43581", "10.65.0.27:43581", "172.17.0.1:43581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54940}, + {"Proto": "peerapi6", "Port": 54940} + ]}, + "Created": "2026-04-09T08:42:34.881712634Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6118151187548074, + "StableID": "n1cWpWTvmp11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "DiscoKey": "discokey:aae14e04854bafeba104b903ec74507ab93796ac9815f900b7417d1c2732630a", - "Addresses": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "AllowedIPs": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "Endpoints": ["77.164.248.136:53928", "10.65.0.27:53928", "172.17.0.1:53928"], + "Key": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "DiscoKey": "discokey:ffa7067d7da98c115a0911a79d1e6341f2954549bc27cd644e6812add1e7c602", + "Addresses": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "AllowedIPs": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "Endpoints": ["77.164.248.136:51822", "10.65.0.27:51822", "172.17.0.1:51822"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 38740}, - {"Proto": "peerapi6", "Port": 38740} + {"Proto": "peerapi4", "Port": 36974}, + {"Proto": "peerapi6", "Port": 36974} ]}, - "Created": "2026-04-09T01:36:37.24135369Z", + "Created": "2026-04-09T08:42:36.476345027Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 7126746075180298, + "StableID": "noTZG1Yiex11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "DiscoKey": "discokey:fb1f28194b83c26b7a22739829e7d4f5d9cf108254d2aadf9bf8ec38bf639d59", + "Addresses": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "AllowedIPs": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "Endpoints": ["77.164.248.136:37351", "10.65.0.27:37351", "172.17.0.1:37351"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:42:40.223485294Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8542907841066399, + "StableID": "npPt6mh6i921CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "DiscoKey": "discokey:17b158d32c257f5a58edc95cc278c53bcb136fe880f8ad7a3436ade8a037253d", + "Addresses": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "AllowedIPs": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "Endpoints": ["77.164.248.136:38406", "10.65.0.27:38406", "172.17.0.1:38406"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 56246}, + {"Proto": "peerapi6", "Port": 56246} + ]}, + "Created": "2026-04-09T08:42:35.406627298Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8679464145202428, + "StableID": "nuqo5iowmA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "DiscoKey": "discokey:5667fed9087c3ed7f75647d03474ed03174ccfc8f19cf8243ff8c24dfa999227", + "Addresses": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "AllowedIPs": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "Endpoints": ["77.164.248.136:52833", "10.65.0.27:52833", "172.17.0.1:52833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 35839}, + {"Proto": "peerapi6", "Port": 35839} + ]}, + "Created": "2026-04-09T08:42:39.145406452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8808507930799195, + "StableID": "nanXXsZPnB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "DiscoKey": "discokey:95a0e9982ed777db89f010fcbde7bfd4377af93a94bc72af146acb8c8eda6c3f", + "Addresses": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "AllowedIPs": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40763}, + {"Proto": "peerapi6", "Port": 40763} + ]}, + "Created": "2026-04-09T08:42:35.939907077Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6892,7 +6901,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.122.169.46"}, {"nodeIP": "fd7a:115c:a1e0::2237:a92e"}], + "principals": [{"nodeIP": "100.95.55.36"}, {"nodeIP": "fd7a:115c:a1e0::e437:3724"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -7721,26 +7730,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.122.169.46"}, {"nodeIP": "fd7a:115c:a1e0::2237:a92e"}], + "principals": [{"nodeIP": "100.95.55.36"}, {"nodeIP": "fd7a:115c:a1e0::e437:3724"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -7777,21 +7787,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1912624387672945, - "StableID": "nGAXfAQEwF11CNTRL", + "ID": 7126746075180298, + "StableID": "noTZG1Yiex11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 1912624387672945, - "Key": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "DiscoKey": "discokey:5b89fd4fa540b583f573d65a648c734461c3c8cda1424ed0216d7c4c60145072", - "Addresses": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "AllowedIPs": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], + "User": 7126746075180298, + "Key": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "DiscoKey": "discokey:fb1f28194b83c26b7a22739829e7d4f5d9cf108254d2aadf9bf8ec38bf639d59", + "Addresses": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "AllowedIPs": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "Endpoints": ["77.164.248.136:37351", "10.65.0.27:37351", "172.17.0.1:37351"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 56962}, - {"Proto": "peerapi6", "Port": 56962}, + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:41.024931938Z", + "Created": "2026-04-09T08:42:40.223485294Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7819,300 +7829,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "MachineKey": "mkey:80195b8d656a9e45d55e66a2118663f7ea2153fec51352a1d6113041498cc009", + "NodeKey": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "MachineKey": "mkey:60fadce537570707a41d6e7274a4ad1b8e2ebe05974d54bab259807cc2ba3c23", "Peers": [{ - "ID": 161262083762217, - "StableID": "nzsJ8j53G211CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "DiscoKey": "discokey:6aa7be28b552466e58e57faae18a4d4508f389eeefb491e0e9ffbb01aeafd42e", - "Addresses": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "AllowedIPs": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "Endpoints": ["77.164.248.136:57376", "10.65.0.27:57376", "172.17.0.1:57376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53596}, - {"Proto": "peerapi6", "Port": 53596} - ]}, - "Created": "2026-04-09T01:36:38.322010296Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 164896985029623, - "StableID": "nzcRuiZgH211CNTRL", + "ID": 4396355680793, + "StableID": "nkA2u7Vz2111CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:52e463446431357a0328c8c7dc767d2745a4fc871597f96e73fad59422c82667", - "Addresses": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "AllowedIPs": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "Endpoints": ["77.164.248.136:41720", "10.65.0.27:41720", "172.17.0.1:41720"], + "Key": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:c32fd5041dfaee8ac89d9811e7983742b9f0c4484eb9bdd630d03f0ab847cd66", + "Addresses": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "AllowedIPs": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "Endpoints": ["77.164.248.136:39797", "10.65.0.27:39797", "172.17.0.1:39797"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 55514}, - {"Proto": "peerapi6", "Port": 55514} + {"Proto": "peerapi4", "Port": 59188}, + {"Proto": "peerapi6", "Port": 59188} ]}, - "Created": "2026-04-09T01:36:42.65298578Z", + "Created": "2026-04-09T08:42:41.836459134Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 975496648551339, - "StableID": "nnSGQHeoc811CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "DiscoKey": "discokey:64854ca53e7f761c1cb07dd16880c24ce87bd13bab7a0f6c80fa480e0744e117", - "Addresses": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "AllowedIPs": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "Endpoints": ["77.164.248.136:41442", "10.65.0.27:41442", "172.17.0.1:41442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52225}, - {"Proto": "peerapi6", "Port": 52225} + "ID": 1654425466112389, + "StableID": "nkYL8CxHvD11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "KeyExpiry": "2026-10-06T08:42:42Z", + "DiscoKey": "discokey:93ab45676768d889ef7eb6243e1b27cb0735aebac6692757357e758e85406d2f", + "Addresses": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "AllowedIPs": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 34922}, + {"Proto": "peerapi6", "Port": 34922} ]}, - "Created": "2026-04-09T01:36:37.800253819Z", + "Created": "2026-04-09T08:42:42.379228841Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3645684913216028, - "StableID": "n78jiix8UV11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "DiscoKey": "discokey:5ae8b92790c602acccf07dff4494003616be23c2c38cced925cfd1f5e3dc8f6f", - "Addresses": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "AllowedIPs": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "Endpoints": ["77.164.248.136:48360", "10.65.0.27:48360", "172.17.0.1:48360"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55097}, - {"Proto": "peerapi6", "Port": 55097} - ]}, - "Created": "2026-04-09T01:36:40.495323605Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3717682255300325, - "StableID": "n84BJ7Dk2W11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "DiscoKey": "discokey:90fb1894e55b257f57b6e0e1b39c217c90052ef9aebaa95724c06fc919732073", - "Addresses": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "AllowedIPs": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "Endpoints": ["77.164.248.136:49485", "10.65.0.27:49485", "172.17.0.1:49485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55442}, - {"Proto": "peerapi6", "Port": 55442} - ]}, - "Created": "2026-04-09T01:36:39.949393554Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4505633130259774, - "StableID": "n5GWuqLcBc11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "DiscoKey": "discokey:051782d1e2e389ffa5db8555f25956eec2cef5b3e185517828979e2e3064db52", - "Addresses": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "AllowedIPs": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "Endpoints": ["77.164.248.136:37079", "10.65.0.27:37079", "172.17.0.1:37079"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 40183}, - {"Proto": "peerapi6", "Port": 40183} - ]}, - "Created": "2026-04-09T01:36:36.177593621Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4740473301753472, - "StableID": "nMdtgKCy1e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "DiscoKey": "discokey:2109bc9726e7715c08a94f773135abf6287bf4dfd7121425a05beae94e918c4a", - "Addresses": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "AllowedIPs": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "Endpoints": ["77.164.248.136:56684", "10.65.0.27:56684", "172.17.0.1:56684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 41829}, - {"Proto": "peerapi6", "Port": 41829} - ]}, - "Created": "2026-04-09T01:36:38.868942154Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5950120239025222, - "StableID": "nV61J1apTo11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "DiscoKey": "discokey:7877426f585c60b424022fe6ad8930a35e2338b88eb791f8358af45eb4c8d118", - "Addresses": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "AllowedIPs": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "Endpoints": ["77.164.248.136:55071", "10.65.0.27:55071", "172.17.0.1:55071"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57127}, - {"Proto": "peerapi6", "Port": 57127} - ]}, - "Created": "2026-04-09T01:36:39.417266203Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5964787233562666, - "StableID": "nKfnN5rTao11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "DiscoKey": "discokey:eb481eb9168e1d530b29e322273bd0583321354cfae0b124f29aaa59bb59fc3e", - "Addresses": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "AllowedIPs": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "Endpoints": ["77.164.248.136:53486", "10.65.0.27:53486", "172.17.0.1:53486"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54815}, - {"Proto": "peerapi6", "Port": 54815} - ]}, - "Created": "2026-04-09T01:36:35.623960274Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6030352744671077, - "StableID": "n46H5B9A6p11CNTRL", + "ID": 2010454632663368, + "StableID": "n7GnQaEYhG11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "DiscoKey": "discokey:cf80fce23cc2c2ec74c56cdddce37fc57a667f57b5e8bef2a5904f85a893d524", - "Addresses": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "AllowedIPs": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "Endpoints": ["77.164.248.136:53683", "10.65.0.27:53683", "172.17.0.1:53683"], + "Key": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "DiscoKey": "discokey:5419d3505cfa6892d070e4cec1aaadf81e3a9000c16661b98a0758b210b92173", + "Addresses": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "AllowedIPs": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "Endpoints": ["77.164.248.136:59244", "10.65.0.27:59244", "172.17.0.1:59244"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 56338}, - {"Proto": "peerapi6", "Port": 56338} + {"Proto": "peerapi4", "Port": 57292}, + {"Proto": "peerapi6", "Port": 57292} ]}, - "Created": "2026-04-09T01:36:41.58772011Z", + "Created": "2026-04-09T08:42:40.778278222Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7047183047536514, - "StableID": "nsD3ypYg2x11CNTRL", + "ID": 2112974210146709, + "StableID": "ngcoQUFyVH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "DiscoKey": "discokey:5312136b7b27f99e72e47cc7009d7a7dac2cdcf5b49e42207dc47d9b95bcf838", + "Addresses": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "AllowedIPs": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "Endpoints": ["77.164.248.136:51534", "10.65.0.27:51534", "172.17.0.1:51534"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57393}, + {"Proto": "peerapi6", "Port": 57393} + ]}, + "Created": "2026-04-09T08:42:38.612655329Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2226562102973969, + "StableID": "nGQ6Yd1RPJ11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "DiscoKey": "discokey:2bcce50cf41fd3ac8341c320dc2f0dad92fd065eb84774799f86d2f6b4868833", + "Addresses": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "AllowedIPs": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52780}, + {"Proto": "peerapi6", "Port": 52780} + ]}, + "Created": "2026-04-09T08:42:39.684714481Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3482703621521208, + "StableID": "nmBP5giKCU11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:f7ff3fc3537c8adfdf7c7c8e97889726ba4083dda44801c2bdc22f2f894d955c", - "Addresses": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "AllowedIPs": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "Endpoints": ["77.164.248.136:34817", "10.65.0.27:34817", "172.17.0.1:34817"], - "HomeDERP": 14, + "Key": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:d21b00bf1e3604441ae71ec310bef8a0032d2072adde6081eec016453b95a75e", + "Addresses": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "AllowedIPs": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "Endpoints": ["77.164.248.136:35983", "10.65.0.27:35983", "172.17.0.1:35983"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 48891}, - {"Proto": "peerapi6", "Port": 48891} + {"Proto": "peerapi4", "Port": 62586}, + {"Proto": "peerapi6", "Port": 62586} ]}, - "Created": "2026-04-09T01:36:42.12215792Z", + "Created": "2026-04-09T08:42:41.331637091Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7094474529819721, - "StableID": "n6XBKKp6Qx11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "KeyExpiry": "2026-10-06T01:36:43Z", - "DiscoKey": "discokey:40ad6f5547d4e437a9c809d57d36b8cb5bc827c8b3a91046d805036e28b38b78", - "Addresses": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "AllowedIPs": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40905}, - {"Proto": "peerapi6", "Port": 40905} - ]}, - "Created": "2026-04-09T01:36:43.206527043Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7642167836627184, - "StableID": "nd7DMqn9g221CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 3960740360172786, + "StableID": "noRCi7wpvX11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "DiscoKey": "discokey:0d4f226415e73188eedcb0cd3ddb65a98148e0fcfc939408480d6297c08a360c", - "Addresses": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "AllowedIPs": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "Endpoints": ["77.164.248.136:54961", "10.65.0.27:54961", "172.17.0.1:54961"], + "Key": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "DiscoKey": "discokey:0a04f9b42f1f9fc7bbe55d07e0b2b9460951e8975b290dc5431e5104537c9b15", + "Addresses": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "AllowedIPs": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "Endpoints": ["77.164.248.136:47498", "10.65.0.27:47498", "172.17.0.1:47498"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 43236}, - {"Proto": "peerapi6", "Port": 43236} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 60546}, + {"Proto": "peerapi6", "Port": 60546} ]}, - "Created": "2026-04-09T01:36:36.696142375Z", + "Created": "2026-04-09T08:42:38.089362862Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 8568263197282510, - "StableID": "nh667Dkau921CNTRL", + "ID": 4199316163336838, + "StableID": "nPwLU4vsnZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "DiscoKey": "discokey:6b5e59e5c8e66c31e59fc99dcba85dda0cfaff39845f15dfd4034dbabc2e7669", + "Addresses": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "AllowedIPs": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "Endpoints": ["77.164.248.136:50478", "10.65.0.27:50478", "172.17.0.1:50478"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 38193}, + {"Proto": "peerapi6", "Port": 38193} + ]}, + "Created": "2026-04-09T08:42:37.01781828Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5288130201991910, + "StableID": "nwdjbND1Ji11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "DiscoKey": "discokey:cc2446a28311f2a88d419e2353a722a92203084c21e7f4a63e9f93d09961bf61", + "Addresses": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "AllowedIPs": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "Endpoints": ["77.164.248.136:55272", "10.65.0.27:55272", "172.17.0.1:55272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 43198}, + {"Proto": "peerapi6", "Port": 43198} + ]}, + "Created": "2026-04-09T08:42:37.572006053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5524072116461541, + "StableID": "nnbrdR1s8k11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "DiscoKey": "discokey:0ebc1a33b8e87cb78c687d405544ed1cac6bc68f307a2fd68fb59ea069b04f10", + "Addresses": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "AllowedIPs": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "Endpoints": ["77.164.248.136:43581", "10.65.0.27:43581", "172.17.0.1:43581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54940}, + {"Proto": "peerapi6", "Port": 54940} + ]}, + "Created": "2026-04-09T08:42:34.881712634Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6118151187548074, + "StableID": "n1cWpWTvmp11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "DiscoKey": "discokey:aae14e04854bafeba104b903ec74507ab93796ac9815f900b7417d1c2732630a", - "Addresses": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "AllowedIPs": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "Endpoints": ["77.164.248.136:53928", "10.65.0.27:53928", "172.17.0.1:53928"], + "Key": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "DiscoKey": "discokey:ffa7067d7da98c115a0911a79d1e6341f2954549bc27cd644e6812add1e7c602", + "Addresses": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "AllowedIPs": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "Endpoints": ["77.164.248.136:51822", "10.65.0.27:51822", "172.17.0.1:51822"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 38740}, - {"Proto": "peerapi6", "Port": 38740} + {"Proto": "peerapi4", "Port": 36974}, + {"Proto": "peerapi6", "Port": 36974} ]}, - "Created": "2026-04-09T01:36:37.24135369Z", + "Created": "2026-04-09T08:42:36.476345027Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 8542907841066399, + "StableID": "npPt6mh6i921CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "DiscoKey": "discokey:17b158d32c257f5a58edc95cc278c53bcb136fe880f8ad7a3436ade8a037253d", + "Addresses": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "AllowedIPs": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "Endpoints": ["77.164.248.136:38406", "10.65.0.27:38406", "172.17.0.1:38406"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 56246}, + {"Proto": "peerapi6", "Port": 56246} + ]}, + "Created": "2026-04-09T08:42:35.406627298Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8679464145202428, + "StableID": "nuqo5iowmA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "DiscoKey": "discokey:5667fed9087c3ed7f75647d03474ed03174ccfc8f19cf8243ff8c24dfa999227", + "Addresses": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "AllowedIPs": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "Endpoints": ["77.164.248.136:52833", "10.65.0.27:52833", "172.17.0.1:52833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 35839}, + {"Proto": "peerapi6", "Port": 35839} + ]}, + "Created": "2026-04-09T08:42:39.145406452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8808507930799195, + "StableID": "nanXXsZPnB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "DiscoKey": "discokey:95a0e9982ed777db89f010fcbde7bfd4377af93a94bc72af146acb8c8eda6c3f", + "Addresses": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "AllowedIPs": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40763}, + {"Proto": "peerapi6", "Port": 40763} + ]}, + "Created": "2026-04-09T08:42:35.939907077Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8960,27 +8970,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1912624387672945": { - "ID": 1912624387672945, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7126746075180298": { + "ID": 7126746075180298, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -9011,26 +9023,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4505633130259774, - "StableID": "n5GWuqLcBc11CNTRL", + "ID": 8542907841066399, + "StableID": "npPt6mh6i921CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 4505633130259774, - "Key": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "DiscoKey": "discokey:051782d1e2e389ffa5db8555f25956eec2cef5b3e185517828979e2e3064db52", - "Addresses": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "AllowedIPs": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "Endpoints": ["77.164.248.136:37079", "10.65.0.27:37079", "172.17.0.1:37079"], + "User": 8542907841066399, + "Key": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "DiscoKey": "discokey:17b158d32c257f5a58edc95cc278c53bcb136fe880f8ad7a3436ade8a037253d", + "Addresses": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "AllowedIPs": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "Endpoints": ["77.164.248.136:38406", "10.65.0.27:38406", "172.17.0.1:38406"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 40183}, - {"Proto": "peerapi6", "Port": 40183}, + {"Proto": "peerapi4", "Port": 56246}, + {"Proto": "peerapi6", "Port": 56246}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:36.177593621Z", + "Created": "2026-04-09T08:42:35.406627298Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -9058,302 +9070,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "MachineKey": "mkey:bb95f1bf2eee4a11f03515017d62f429bf2b951cd961202b05e173b0cc90137c", + "NodeKey": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "MachineKey": "mkey:610f77a9d1f103dc138d8970fd757f3e6d6b827c1f40b0b0b0ccac26f7fcb16b", "Peers": [{ - "ID": 161262083762217, - "StableID": "nzsJ8j53G211CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "DiscoKey": "discokey:6aa7be28b552466e58e57faae18a4d4508f389eeefb491e0e9ffbb01aeafd42e", - "Addresses": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "AllowedIPs": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "Endpoints": ["77.164.248.136:57376", "10.65.0.27:57376", "172.17.0.1:57376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53596}, - {"Proto": "peerapi6", "Port": 53596} - ]}, - "Created": "2026-04-09T01:36:38.322010296Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 164896985029623, - "StableID": "nzcRuiZgH211CNTRL", + "ID": 4396355680793, + "StableID": "nkA2u7Vz2111CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:52e463446431357a0328c8c7dc767d2745a4fc871597f96e73fad59422c82667", - "Addresses": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "AllowedIPs": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "Endpoints": ["77.164.248.136:41720", "10.65.0.27:41720", "172.17.0.1:41720"], + "Key": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:c32fd5041dfaee8ac89d9811e7983742b9f0c4484eb9bdd630d03f0ab847cd66", + "Addresses": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "AllowedIPs": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "Endpoints": ["77.164.248.136:39797", "10.65.0.27:39797", "172.17.0.1:39797"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 55514}, - {"Proto": "peerapi6", "Port": 55514} + {"Proto": "peerapi4", "Port": 59188}, + {"Proto": "peerapi6", "Port": 59188} ]}, - "Created": "2026-04-09T01:36:42.65298578Z", + "Created": "2026-04-09T08:42:41.836459134Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 975496648551339, - "StableID": "nnSGQHeoc811CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "DiscoKey": "discokey:64854ca53e7f761c1cb07dd16880c24ce87bd13bab7a0f6c80fa480e0744e117", - "Addresses": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "AllowedIPs": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "Endpoints": ["77.164.248.136:41442", "10.65.0.27:41442", "172.17.0.1:41442"], + "ID": 1654425466112389, + "StableID": "nkYL8CxHvD11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "KeyExpiry": "2026-10-06T08:42:42Z", + "DiscoKey": "discokey:93ab45676768d889ef7eb6243e1b27cb0735aebac6692757357e758e85406d2f", + "Addresses": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "AllowedIPs": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "Endpoints": ["77.164.248.136:39750", "10.65.0.27:39750", "172.17.0.1:39750"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52225}, - {"Proto": "peerapi6", "Port": 52225} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 34922}, + {"Proto": "peerapi6", "Port": 34922} ]}, - "Created": "2026-04-09T01:36:37.800253819Z", + "Created": "2026-04-09T08:42:42.379228841Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 1912624387672945, - "StableID": "nGAXfAQEwF11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "DiscoKey": "discokey:5b89fd4fa540b583f573d65a648c734461c3c8cda1424ed0216d7c4c60145072", - "Addresses": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "AllowedIPs": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56962}, - {"Proto": "peerapi6", "Port": 56962} - ]}, - "Created": "2026-04-09T01:36:41.024931938Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3645684913216028, - "StableID": "n78jiix8UV11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "DiscoKey": "discokey:5ae8b92790c602acccf07dff4494003616be23c2c38cced925cfd1f5e3dc8f6f", - "Addresses": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "AllowedIPs": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "Endpoints": ["77.164.248.136:48360", "10.65.0.27:48360", "172.17.0.1:48360"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55097}, - {"Proto": "peerapi6", "Port": 55097} - ]}, - "Created": "2026-04-09T01:36:40.495323605Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3717682255300325, - "StableID": "n84BJ7Dk2W11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "DiscoKey": "discokey:90fb1894e55b257f57b6e0e1b39c217c90052ef9aebaa95724c06fc919732073", - "Addresses": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "AllowedIPs": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "Endpoints": ["77.164.248.136:49485", "10.65.0.27:49485", "172.17.0.1:49485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55442}, - {"Proto": "peerapi6", "Port": 55442} - ]}, - "Created": "2026-04-09T01:36:39.949393554Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4740473301753472, - "StableID": "nMdtgKCy1e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "DiscoKey": "discokey:2109bc9726e7715c08a94f773135abf6287bf4dfd7121425a05beae94e918c4a", - "Addresses": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "AllowedIPs": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "Endpoints": ["77.164.248.136:56684", "10.65.0.27:56684", "172.17.0.1:56684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 41829}, - {"Proto": "peerapi6", "Port": 41829} - ]}, - "Created": "2026-04-09T01:36:38.868942154Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5950120239025222, - "StableID": "nV61J1apTo11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "DiscoKey": "discokey:7877426f585c60b424022fe6ad8930a35e2338b88eb791f8358af45eb4c8d118", - "Addresses": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "AllowedIPs": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "Endpoints": ["77.164.248.136:55071", "10.65.0.27:55071", "172.17.0.1:55071"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57127}, - {"Proto": "peerapi6", "Port": 57127} - ]}, - "Created": "2026-04-09T01:36:39.417266203Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5964787233562666, - "StableID": "nKfnN5rTao11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "DiscoKey": "discokey:eb481eb9168e1d530b29e322273bd0583321354cfae0b124f29aaa59bb59fc3e", - "Addresses": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "AllowedIPs": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "Endpoints": ["77.164.248.136:53486", "10.65.0.27:53486", "172.17.0.1:53486"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54815}, - {"Proto": "peerapi6", "Port": 54815} - ]}, - "Created": "2026-04-09T01:36:35.623960274Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6030352744671077, - "StableID": "n46H5B9A6p11CNTRL", + "ID": 2010454632663368, + "StableID": "n7GnQaEYhG11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "DiscoKey": "discokey:cf80fce23cc2c2ec74c56cdddce37fc57a667f57b5e8bef2a5904f85a893d524", - "Addresses": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "AllowedIPs": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "Endpoints": ["77.164.248.136:53683", "10.65.0.27:53683", "172.17.0.1:53683"], + "Key": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "DiscoKey": "discokey:5419d3505cfa6892d070e4cec1aaadf81e3a9000c16661b98a0758b210b92173", + "Addresses": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "AllowedIPs": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "Endpoints": ["77.164.248.136:59244", "10.65.0.27:59244", "172.17.0.1:59244"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 56338}, - {"Proto": "peerapi6", "Port": 56338} + {"Proto": "peerapi4", "Port": 57292}, + {"Proto": "peerapi6", "Port": 57292} ]}, - "Created": "2026-04-09T01:36:41.58772011Z", + "Created": "2026-04-09T08:42:40.778278222Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7047183047536514, - "StableID": "nsD3ypYg2x11CNTRL", + "ID": 2112974210146709, + "StableID": "ngcoQUFyVH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "DiscoKey": "discokey:5312136b7b27f99e72e47cc7009d7a7dac2cdcf5b49e42207dc47d9b95bcf838", + "Addresses": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "AllowedIPs": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "Endpoints": ["77.164.248.136:51534", "10.65.0.27:51534", "172.17.0.1:51534"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57393}, + {"Proto": "peerapi6", "Port": 57393} + ]}, + "Created": "2026-04-09T08:42:38.612655329Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2226562102973969, + "StableID": "nGQ6Yd1RPJ11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "DiscoKey": "discokey:2bcce50cf41fd3ac8341c320dc2f0dad92fd065eb84774799f86d2f6b4868833", + "Addresses": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "AllowedIPs": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52780}, + {"Proto": "peerapi6", "Port": 52780} + ]}, + "Created": "2026-04-09T08:42:39.684714481Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3482703621521208, + "StableID": "nmBP5giKCU11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:f7ff3fc3537c8adfdf7c7c8e97889726ba4083dda44801c2bdc22f2f894d955c", - "Addresses": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "AllowedIPs": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "Endpoints": ["77.164.248.136:34817", "10.65.0.27:34817", "172.17.0.1:34817"], - "HomeDERP": 14, + "Key": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:d21b00bf1e3604441ae71ec310bef8a0032d2072adde6081eec016453b95a75e", + "Addresses": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "AllowedIPs": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "Endpoints": ["77.164.248.136:35983", "10.65.0.27:35983", "172.17.0.1:35983"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 48891}, - {"Proto": "peerapi6", "Port": 48891} + {"Proto": "peerapi4", "Port": 62586}, + {"Proto": "peerapi6", "Port": 62586} ]}, - "Created": "2026-04-09T01:36:42.12215792Z", + "Created": "2026-04-09T08:42:41.331637091Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7094474529819721, - "StableID": "n6XBKKp6Qx11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "KeyExpiry": "2026-10-06T01:36:43Z", - "DiscoKey": "discokey:40ad6f5547d4e437a9c809d57d36b8cb5bc827c8b3a91046d805036e28b38b78", - "Addresses": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "AllowedIPs": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "Endpoints": ["77.164.248.136:52449", "10.65.0.27:52449", "172.17.0.1:52449"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40905}, - {"Proto": "peerapi6", "Port": 40905} - ]}, - "Created": "2026-04-09T01:36:43.206527043Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7642167836627184, - "StableID": "nd7DMqn9g221CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 3960740360172786, + "StableID": "noRCi7wpvX11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "DiscoKey": "discokey:0d4f226415e73188eedcb0cd3ddb65a98148e0fcfc939408480d6297c08a360c", - "Addresses": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "AllowedIPs": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "Endpoints": ["77.164.248.136:54961", "10.65.0.27:54961", "172.17.0.1:54961"], + "Key": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "DiscoKey": "discokey:0a04f9b42f1f9fc7bbe55d07e0b2b9460951e8975b290dc5431e5104537c9b15", + "Addresses": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "AllowedIPs": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "Endpoints": ["77.164.248.136:47498", "10.65.0.27:47498", "172.17.0.1:47498"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 43236}, - {"Proto": "peerapi6", "Port": 43236} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 60546}, + {"Proto": "peerapi6", "Port": 60546} ]}, - "Created": "2026-04-09T01:36:36.696142375Z", + "Created": "2026-04-09T08:42:38.089362862Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 8568263197282510, - "StableID": "nh667Dkau921CNTRL", + "ID": 4199316163336838, + "StableID": "nPwLU4vsnZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "DiscoKey": "discokey:6b5e59e5c8e66c31e59fc99dcba85dda0cfaff39845f15dfd4034dbabc2e7669", + "Addresses": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "AllowedIPs": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "Endpoints": ["77.164.248.136:50478", "10.65.0.27:50478", "172.17.0.1:50478"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 38193}, + {"Proto": "peerapi6", "Port": 38193} + ]}, + "Created": "2026-04-09T08:42:37.01781828Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5288130201991910, + "StableID": "nwdjbND1Ji11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "DiscoKey": "discokey:cc2446a28311f2a88d419e2353a722a92203084c21e7f4a63e9f93d09961bf61", + "Addresses": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "AllowedIPs": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "Endpoints": ["77.164.248.136:55272", "10.65.0.27:55272", "172.17.0.1:55272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 43198}, + {"Proto": "peerapi6", "Port": 43198} + ]}, + "Created": "2026-04-09T08:42:37.572006053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5524072116461541, + "StableID": "nnbrdR1s8k11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "DiscoKey": "discokey:0ebc1a33b8e87cb78c687d405544ed1cac6bc68f307a2fd68fb59ea069b04f10", + "Addresses": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "AllowedIPs": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "Endpoints": ["77.164.248.136:43581", "10.65.0.27:43581", "172.17.0.1:43581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54940}, + {"Proto": "peerapi6", "Port": 54940} + ]}, + "Created": "2026-04-09T08:42:34.881712634Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6118151187548074, + "StableID": "n1cWpWTvmp11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "DiscoKey": "discokey:aae14e04854bafeba104b903ec74507ab93796ac9815f900b7417d1c2732630a", - "Addresses": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "AllowedIPs": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "Endpoints": ["77.164.248.136:53928", "10.65.0.27:53928", "172.17.0.1:53928"], + "Key": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "DiscoKey": "discokey:ffa7067d7da98c115a0911a79d1e6341f2954549bc27cd644e6812add1e7c602", + "Addresses": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "AllowedIPs": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "Endpoints": ["77.164.248.136:51822", "10.65.0.27:51822", "172.17.0.1:51822"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 38740}, - {"Proto": "peerapi6", "Port": 38740} + {"Proto": "peerapi4", "Port": 36974}, + {"Proto": "peerapi6", "Port": 36974} ]}, - "Created": "2026-04-09T01:36:37.24135369Z", + "Created": "2026-04-09T08:42:36.476345027Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 7126746075180298, + "StableID": "noTZG1Yiex11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "DiscoKey": "discokey:fb1f28194b83c26b7a22739829e7d4f5d9cf108254d2aadf9bf8ec38bf639d59", + "Addresses": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "AllowedIPs": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "Endpoints": ["77.164.248.136:37351", "10.65.0.27:37351", "172.17.0.1:37351"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:42:40.223485294Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8679464145202428, + "StableID": "nuqo5iowmA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "DiscoKey": "discokey:5667fed9087c3ed7f75647d03474ed03174ccfc8f19cf8243ff8c24dfa999227", + "Addresses": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "AllowedIPs": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "Endpoints": ["77.164.248.136:52833", "10.65.0.27:52833", "172.17.0.1:52833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 35839}, + {"Proto": "peerapi6", "Port": 35839} + ]}, + "Created": "2026-04-09T08:42:39.145406452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8808507930799195, + "StableID": "nanXXsZPnB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "DiscoKey": "discokey:95a0e9982ed777db89f010fcbde7bfd4377af93a94bc72af146acb8c8eda6c3f", + "Addresses": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "AllowedIPs": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40763}, + {"Proto": "peerapi6", "Port": 40763} + ]}, + "Created": "2026-04-09T08:42:35.939907077Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10201,27 +10213,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4505633130259774": { - "ID": 4505633130259774, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8542907841066399": { + "ID": 8542907841066399, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10252,26 +10266,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5964787233562666, - "StableID": "nKfnN5rTao11CNTRL", + "ID": 5524072116461541, + "StableID": "nnbrdR1s8k11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 5964787233562666, - "Key": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "DiscoKey": "discokey:eb481eb9168e1d530b29e322273bd0583321354cfae0b124f29aaa59bb59fc3e", - "Addresses": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "AllowedIPs": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "Endpoints": ["77.164.248.136:53486", "10.65.0.27:53486", "172.17.0.1:53486"], + "User": 5524072116461541, + "Key": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "DiscoKey": "discokey:0ebc1a33b8e87cb78c687d405544ed1cac6bc68f307a2fd68fb59ea069b04f10", + "Addresses": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "AllowedIPs": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "Endpoints": ["77.164.248.136:43581", "10.65.0.27:43581", "172.17.0.1:43581"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 54815}, - {"Proto": "peerapi6", "Port": 54815}, + {"Proto": "peerapi4", "Port": 54940}, + {"Proto": "peerapi6", "Port": 54940}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:35.623960274Z", + "Created": "2026-04-09T08:42:34.881712634Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10299,302 +10313,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "MachineKey": "mkey:35d28f1cfa16d8da36d7818d425e64fa7dfd4582f5b88dffe236e196ebad6d09", + "NodeKey": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "MachineKey": "mkey:ecb6109dd8b6b377c827446c24d23e6809dbe186e9a56df3b87e57631ce6de00", "Peers": [{ - "ID": 161262083762217, - "StableID": "nzsJ8j53G211CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "DiscoKey": "discokey:6aa7be28b552466e58e57faae18a4d4508f389eeefb491e0e9ffbb01aeafd42e", - "Addresses": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "AllowedIPs": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "Endpoints": ["77.164.248.136:57376", "10.65.0.27:57376", "172.17.0.1:57376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53596}, - {"Proto": "peerapi6", "Port": 53596} - ]}, - "Created": "2026-04-09T01:36:38.322010296Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 164896985029623, - "StableID": "nzcRuiZgH211CNTRL", + "ID": 4396355680793, + "StableID": "nkA2u7Vz2111CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:52e463446431357a0328c8c7dc767d2745a4fc871597f96e73fad59422c82667", - "Addresses": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "AllowedIPs": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "Endpoints": ["77.164.248.136:41720", "10.65.0.27:41720", "172.17.0.1:41720"], + "Key": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:c32fd5041dfaee8ac89d9811e7983742b9f0c4484eb9bdd630d03f0ab847cd66", + "Addresses": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "AllowedIPs": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "Endpoints": ["77.164.248.136:39797", "10.65.0.27:39797", "172.17.0.1:39797"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 55514}, - {"Proto": "peerapi6", "Port": 55514} + {"Proto": "peerapi4", "Port": 59188}, + {"Proto": "peerapi6", "Port": 59188} ]}, - "Created": "2026-04-09T01:36:42.65298578Z", + "Created": "2026-04-09T08:42:41.836459134Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 975496648551339, - "StableID": "nnSGQHeoc811CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "DiscoKey": "discokey:64854ca53e7f761c1cb07dd16880c24ce87bd13bab7a0f6c80fa480e0744e117", - "Addresses": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "AllowedIPs": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "Endpoints": ["77.164.248.136:41442", "10.65.0.27:41442", "172.17.0.1:41442"], + "ID": 1654425466112389, + "StableID": "nkYL8CxHvD11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "KeyExpiry": "2026-10-06T08:42:42Z", + "DiscoKey": "discokey:93ab45676768d889ef7eb6243e1b27cb0735aebac6692757357e758e85406d2f", + "Addresses": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "AllowedIPs": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "Endpoints": ["77.164.248.136:39750", "10.65.0.27:39750", "172.17.0.1:39750"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52225}, - {"Proto": "peerapi6", "Port": 52225} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 34922}, + {"Proto": "peerapi6", "Port": 34922} ]}, - "Created": "2026-04-09T01:36:37.800253819Z", + "Created": "2026-04-09T08:42:42.379228841Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 1912624387672945, - "StableID": "nGAXfAQEwF11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "DiscoKey": "discokey:5b89fd4fa540b583f573d65a648c734461c3c8cda1424ed0216d7c4c60145072", - "Addresses": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "AllowedIPs": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56962}, - {"Proto": "peerapi6", "Port": 56962} - ]}, - "Created": "2026-04-09T01:36:41.024931938Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3645684913216028, - "StableID": "n78jiix8UV11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "DiscoKey": "discokey:5ae8b92790c602acccf07dff4494003616be23c2c38cced925cfd1f5e3dc8f6f", - "Addresses": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "AllowedIPs": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "Endpoints": ["77.164.248.136:48360", "10.65.0.27:48360", "172.17.0.1:48360"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55097}, - {"Proto": "peerapi6", "Port": 55097} - ]}, - "Created": "2026-04-09T01:36:40.495323605Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3717682255300325, - "StableID": "n84BJ7Dk2W11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "DiscoKey": "discokey:90fb1894e55b257f57b6e0e1b39c217c90052ef9aebaa95724c06fc919732073", - "Addresses": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "AllowedIPs": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "Endpoints": ["77.164.248.136:49485", "10.65.0.27:49485", "172.17.0.1:49485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55442}, - {"Proto": "peerapi6", "Port": 55442} - ]}, - "Created": "2026-04-09T01:36:39.949393554Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4505633130259774, - "StableID": "n5GWuqLcBc11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "DiscoKey": "discokey:051782d1e2e389ffa5db8555f25956eec2cef5b3e185517828979e2e3064db52", - "Addresses": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "AllowedIPs": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "Endpoints": ["77.164.248.136:37079", "10.65.0.27:37079", "172.17.0.1:37079"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 40183}, - {"Proto": "peerapi6", "Port": 40183} - ]}, - "Created": "2026-04-09T01:36:36.177593621Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4740473301753472, - "StableID": "nMdtgKCy1e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "DiscoKey": "discokey:2109bc9726e7715c08a94f773135abf6287bf4dfd7121425a05beae94e918c4a", - "Addresses": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "AllowedIPs": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "Endpoints": ["77.164.248.136:56684", "10.65.0.27:56684", "172.17.0.1:56684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 41829}, - {"Proto": "peerapi6", "Port": 41829} - ]}, - "Created": "2026-04-09T01:36:38.868942154Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5950120239025222, - "StableID": "nV61J1apTo11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "DiscoKey": "discokey:7877426f585c60b424022fe6ad8930a35e2338b88eb791f8358af45eb4c8d118", - "Addresses": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "AllowedIPs": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "Endpoints": ["77.164.248.136:55071", "10.65.0.27:55071", "172.17.0.1:55071"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57127}, - {"Proto": "peerapi6", "Port": 57127} - ]}, - "Created": "2026-04-09T01:36:39.417266203Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6030352744671077, - "StableID": "n46H5B9A6p11CNTRL", + "ID": 2010454632663368, + "StableID": "n7GnQaEYhG11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "DiscoKey": "discokey:cf80fce23cc2c2ec74c56cdddce37fc57a667f57b5e8bef2a5904f85a893d524", - "Addresses": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "AllowedIPs": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "Endpoints": ["77.164.248.136:53683", "10.65.0.27:53683", "172.17.0.1:53683"], + "Key": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "DiscoKey": "discokey:5419d3505cfa6892d070e4cec1aaadf81e3a9000c16661b98a0758b210b92173", + "Addresses": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "AllowedIPs": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "Endpoints": ["77.164.248.136:59244", "10.65.0.27:59244", "172.17.0.1:59244"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 56338}, - {"Proto": "peerapi6", "Port": 56338} + {"Proto": "peerapi4", "Port": 57292}, + {"Proto": "peerapi6", "Port": 57292} ]}, - "Created": "2026-04-09T01:36:41.58772011Z", + "Created": "2026-04-09T08:42:40.778278222Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7047183047536514, - "StableID": "nsD3ypYg2x11CNTRL", + "ID": 2112974210146709, + "StableID": "ngcoQUFyVH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "DiscoKey": "discokey:5312136b7b27f99e72e47cc7009d7a7dac2cdcf5b49e42207dc47d9b95bcf838", + "Addresses": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "AllowedIPs": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "Endpoints": ["77.164.248.136:51534", "10.65.0.27:51534", "172.17.0.1:51534"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57393}, + {"Proto": "peerapi6", "Port": 57393} + ]}, + "Created": "2026-04-09T08:42:38.612655329Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2226562102973969, + "StableID": "nGQ6Yd1RPJ11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "DiscoKey": "discokey:2bcce50cf41fd3ac8341c320dc2f0dad92fd065eb84774799f86d2f6b4868833", + "Addresses": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "AllowedIPs": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52780}, + {"Proto": "peerapi6", "Port": 52780} + ]}, + "Created": "2026-04-09T08:42:39.684714481Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3482703621521208, + "StableID": "nmBP5giKCU11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:f7ff3fc3537c8adfdf7c7c8e97889726ba4083dda44801c2bdc22f2f894d955c", - "Addresses": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "AllowedIPs": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "Endpoints": ["77.164.248.136:34817", "10.65.0.27:34817", "172.17.0.1:34817"], - "HomeDERP": 14, + "Key": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:d21b00bf1e3604441ae71ec310bef8a0032d2072adde6081eec016453b95a75e", + "Addresses": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "AllowedIPs": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "Endpoints": ["77.164.248.136:35983", "10.65.0.27:35983", "172.17.0.1:35983"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 48891}, - {"Proto": "peerapi6", "Port": 48891} + {"Proto": "peerapi4", "Port": 62586}, + {"Proto": "peerapi6", "Port": 62586} ]}, - "Created": "2026-04-09T01:36:42.12215792Z", + "Created": "2026-04-09T08:42:41.331637091Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7094474529819721, - "StableID": "n6XBKKp6Qx11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "KeyExpiry": "2026-10-06T01:36:43Z", - "DiscoKey": "discokey:40ad6f5547d4e437a9c809d57d36b8cb5bc827c8b3a91046d805036e28b38b78", - "Addresses": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "AllowedIPs": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "Endpoints": ["77.164.248.136:52449", "10.65.0.27:52449", "172.17.0.1:52449"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40905}, - {"Proto": "peerapi6", "Port": 40905} - ]}, - "Created": "2026-04-09T01:36:43.206527043Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7642167836627184, - "StableID": "nd7DMqn9g221CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 3960740360172786, + "StableID": "noRCi7wpvX11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "DiscoKey": "discokey:0d4f226415e73188eedcb0cd3ddb65a98148e0fcfc939408480d6297c08a360c", - "Addresses": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "AllowedIPs": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "Endpoints": ["77.164.248.136:54961", "10.65.0.27:54961", "172.17.0.1:54961"], + "Key": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "DiscoKey": "discokey:0a04f9b42f1f9fc7bbe55d07e0b2b9460951e8975b290dc5431e5104537c9b15", + "Addresses": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "AllowedIPs": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "Endpoints": ["77.164.248.136:47498", "10.65.0.27:47498", "172.17.0.1:47498"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 43236}, - {"Proto": "peerapi6", "Port": 43236} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 60546}, + {"Proto": "peerapi6", "Port": 60546} ]}, - "Created": "2026-04-09T01:36:36.696142375Z", + "Created": "2026-04-09T08:42:38.089362862Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 8568263197282510, - "StableID": "nh667Dkau921CNTRL", + "ID": 4199316163336838, + "StableID": "nPwLU4vsnZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "DiscoKey": "discokey:6b5e59e5c8e66c31e59fc99dcba85dda0cfaff39845f15dfd4034dbabc2e7669", + "Addresses": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "AllowedIPs": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "Endpoints": ["77.164.248.136:50478", "10.65.0.27:50478", "172.17.0.1:50478"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 38193}, + {"Proto": "peerapi6", "Port": 38193} + ]}, + "Created": "2026-04-09T08:42:37.01781828Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5288130201991910, + "StableID": "nwdjbND1Ji11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "DiscoKey": "discokey:cc2446a28311f2a88d419e2353a722a92203084c21e7f4a63e9f93d09961bf61", + "Addresses": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "AllowedIPs": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "Endpoints": ["77.164.248.136:55272", "10.65.0.27:55272", "172.17.0.1:55272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 43198}, + {"Proto": "peerapi6", "Port": 43198} + ]}, + "Created": "2026-04-09T08:42:37.572006053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6118151187548074, + "StableID": "n1cWpWTvmp11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "DiscoKey": "discokey:aae14e04854bafeba104b903ec74507ab93796ac9815f900b7417d1c2732630a", - "Addresses": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "AllowedIPs": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "Endpoints": ["77.164.248.136:53928", "10.65.0.27:53928", "172.17.0.1:53928"], + "Key": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "DiscoKey": "discokey:ffa7067d7da98c115a0911a79d1e6341f2954549bc27cd644e6812add1e7c602", + "Addresses": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "AllowedIPs": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "Endpoints": ["77.164.248.136:51822", "10.65.0.27:51822", "172.17.0.1:51822"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 38740}, - {"Proto": "peerapi6", "Port": 38740} + {"Proto": "peerapi4", "Port": 36974}, + {"Proto": "peerapi6", "Port": 36974} ]}, - "Created": "2026-04-09T01:36:37.24135369Z", + "Created": "2026-04-09T08:42:36.476345027Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 7126746075180298, + "StableID": "noTZG1Yiex11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "DiscoKey": "discokey:fb1f28194b83c26b7a22739829e7d4f5d9cf108254d2aadf9bf8ec38bf639d59", + "Addresses": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "AllowedIPs": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "Endpoints": ["77.164.248.136:37351", "10.65.0.27:37351", "172.17.0.1:37351"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:42:40.223485294Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8542907841066399, + "StableID": "npPt6mh6i921CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "DiscoKey": "discokey:17b158d32c257f5a58edc95cc278c53bcb136fe880f8ad7a3436ade8a037253d", + "Addresses": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "AllowedIPs": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "Endpoints": ["77.164.248.136:38406", "10.65.0.27:38406", "172.17.0.1:38406"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 56246}, + {"Proto": "peerapi6", "Port": 56246} + ]}, + "Created": "2026-04-09T08:42:35.406627298Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8679464145202428, + "StableID": "nuqo5iowmA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "DiscoKey": "discokey:5667fed9087c3ed7f75647d03474ed03174ccfc8f19cf8243ff8c24dfa999227", + "Addresses": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "AllowedIPs": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "Endpoints": ["77.164.248.136:52833", "10.65.0.27:52833", "172.17.0.1:52833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 35839}, + {"Proto": "peerapi6", "Port": 35839} + ]}, + "Created": "2026-04-09T08:42:39.145406452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8808507930799195, + "StableID": "nanXXsZPnB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "DiscoKey": "discokey:95a0e9982ed777db89f010fcbde7bfd4377af93a94bc72af146acb8c8eda6c3f", + "Addresses": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "AllowedIPs": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40763}, + {"Proto": "peerapi6", "Port": 40763} + ]}, + "Created": "2026-04-09T08:42:35.939907077Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11442,27 +11456,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5964787233562666": { - "ID": 5964787233562666, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5524072116461541": { + "ID": 5524072116461541, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11493,21 +11509,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 975496648551339, - "StableID": "nnSGQHeoc811CNTRL", + "ID": 4199316163336838, + "StableID": "nPwLU4vsnZ11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 975496648551339, - "Key": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "DiscoKey": "discokey:64854ca53e7f761c1cb07dd16880c24ce87bd13bab7a0f6c80fa480e0744e117", - "Addresses": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "AllowedIPs": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "Endpoints": ["77.164.248.136:41442", "10.65.0.27:41442", "172.17.0.1:41442"], + "User": 4199316163336838, + "Key": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "DiscoKey": "discokey:6b5e59e5c8e66c31e59fc99dcba85dda0cfaff39845f15dfd4034dbabc2e7669", + "Addresses": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "AllowedIPs": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "Endpoints": ["77.164.248.136:50478", "10.65.0.27:50478", "172.17.0.1:50478"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 52225}, - {"Proto": "peerapi6", "Port": 52225}, + {"Proto": "peerapi4", "Port": 38193}, + {"Proto": "peerapi6", "Port": 38193}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:37.800253819Z", + "Created": "2026-04-09T08:42:37.01781828Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11535,300 +11551,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "MachineKey": "mkey:e0eb9513200e289604cfb35db3dfa5900ed0bac893308e418197496792bba56b", + "NodeKey": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "MachineKey": "mkey:92525d3767fa057e3c284b821fbd6b151537cfcc50811202148c97f617077766", "Peers": [{ - "ID": 161262083762217, - "StableID": "nzsJ8j53G211CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "DiscoKey": "discokey:6aa7be28b552466e58e57faae18a4d4508f389eeefb491e0e9ffbb01aeafd42e", - "Addresses": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "AllowedIPs": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "Endpoints": ["77.164.248.136:57376", "10.65.0.27:57376", "172.17.0.1:57376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53596}, - {"Proto": "peerapi6", "Port": 53596} - ]}, - "Created": "2026-04-09T01:36:38.322010296Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 164896985029623, - "StableID": "nzcRuiZgH211CNTRL", + "ID": 4396355680793, + "StableID": "nkA2u7Vz2111CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:52e463446431357a0328c8c7dc767d2745a4fc871597f96e73fad59422c82667", - "Addresses": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "AllowedIPs": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "Endpoints": ["77.164.248.136:41720", "10.65.0.27:41720", "172.17.0.1:41720"], + "Key": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:c32fd5041dfaee8ac89d9811e7983742b9f0c4484eb9bdd630d03f0ab847cd66", + "Addresses": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "AllowedIPs": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "Endpoints": ["77.164.248.136:39797", "10.65.0.27:39797", "172.17.0.1:39797"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 55514}, - {"Proto": "peerapi6", "Port": 55514} + {"Proto": "peerapi4", "Port": 59188}, + {"Proto": "peerapi6", "Port": 59188} ]}, - "Created": "2026-04-09T01:36:42.65298578Z", + "Created": "2026-04-09T08:42:41.836459134Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 1912624387672945, - "StableID": "nGAXfAQEwF11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "DiscoKey": "discokey:5b89fd4fa540b583f573d65a648c734461c3c8cda1424ed0216d7c4c60145072", - "Addresses": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "AllowedIPs": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56962}, - {"Proto": "peerapi6", "Port": 56962} + "ID": 1654425466112389, + "StableID": "nkYL8CxHvD11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "KeyExpiry": "2026-10-06T08:42:42Z", + "DiscoKey": "discokey:93ab45676768d889ef7eb6243e1b27cb0735aebac6692757357e758e85406d2f", + "Addresses": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "AllowedIPs": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 34922}, + {"Proto": "peerapi6", "Port": 34922} ]}, - "Created": "2026-04-09T01:36:41.024931938Z", + "Created": "2026-04-09T08:42:42.379228841Z", "Cap": 131, - "Tags": ["tag:prod"], "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 3645684913216028, - "StableID": "n78jiix8UV11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "DiscoKey": "discokey:5ae8b92790c602acccf07dff4494003616be23c2c38cced925cfd1f5e3dc8f6f", - "Addresses": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "AllowedIPs": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "Endpoints": ["77.164.248.136:48360", "10.65.0.27:48360", "172.17.0.1:48360"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55097}, - {"Proto": "peerapi6", "Port": 55097} - ]}, - "Created": "2026-04-09T01:36:40.495323605Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3717682255300325, - "StableID": "n84BJ7Dk2W11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "DiscoKey": "discokey:90fb1894e55b257f57b6e0e1b39c217c90052ef9aebaa95724c06fc919732073", - "Addresses": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "AllowedIPs": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "Endpoints": ["77.164.248.136:49485", "10.65.0.27:49485", "172.17.0.1:49485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55442}, - {"Proto": "peerapi6", "Port": 55442} - ]}, - "Created": "2026-04-09T01:36:39.949393554Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4505633130259774, - "StableID": "n5GWuqLcBc11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "DiscoKey": "discokey:051782d1e2e389ffa5db8555f25956eec2cef5b3e185517828979e2e3064db52", - "Addresses": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "AllowedIPs": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "Endpoints": ["77.164.248.136:37079", "10.65.0.27:37079", "172.17.0.1:37079"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 40183}, - {"Proto": "peerapi6", "Port": 40183} - ]}, - "Created": "2026-04-09T01:36:36.177593621Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4740473301753472, - "StableID": "nMdtgKCy1e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "DiscoKey": "discokey:2109bc9726e7715c08a94f773135abf6287bf4dfd7121425a05beae94e918c4a", - "Addresses": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "AllowedIPs": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "Endpoints": ["77.164.248.136:56684", "10.65.0.27:56684", "172.17.0.1:56684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 41829}, - {"Proto": "peerapi6", "Port": 41829} - ]}, - "Created": "2026-04-09T01:36:38.868942154Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5950120239025222, - "StableID": "nV61J1apTo11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "DiscoKey": "discokey:7877426f585c60b424022fe6ad8930a35e2338b88eb791f8358af45eb4c8d118", - "Addresses": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "AllowedIPs": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "Endpoints": ["77.164.248.136:55071", "10.65.0.27:55071", "172.17.0.1:55071"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57127}, - {"Proto": "peerapi6", "Port": 57127} - ]}, - "Created": "2026-04-09T01:36:39.417266203Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5964787233562666, - "StableID": "nKfnN5rTao11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "DiscoKey": "discokey:eb481eb9168e1d530b29e322273bd0583321354cfae0b124f29aaa59bb59fc3e", - "Addresses": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "AllowedIPs": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "Endpoints": ["77.164.248.136:53486", "10.65.0.27:53486", "172.17.0.1:53486"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54815}, - {"Proto": "peerapi6", "Port": 54815} - ]}, - "Created": "2026-04-09T01:36:35.623960274Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6030352744671077, - "StableID": "n46H5B9A6p11CNTRL", + "ID": 2010454632663368, + "StableID": "n7GnQaEYhG11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "DiscoKey": "discokey:cf80fce23cc2c2ec74c56cdddce37fc57a667f57b5e8bef2a5904f85a893d524", - "Addresses": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "AllowedIPs": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "Endpoints": ["77.164.248.136:53683", "10.65.0.27:53683", "172.17.0.1:53683"], + "Key": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "DiscoKey": "discokey:5419d3505cfa6892d070e4cec1aaadf81e3a9000c16661b98a0758b210b92173", + "Addresses": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "AllowedIPs": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "Endpoints": ["77.164.248.136:59244", "10.65.0.27:59244", "172.17.0.1:59244"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 56338}, - {"Proto": "peerapi6", "Port": 56338} + {"Proto": "peerapi4", "Port": 57292}, + {"Proto": "peerapi6", "Port": 57292} ]}, - "Created": "2026-04-09T01:36:41.58772011Z", + "Created": "2026-04-09T08:42:40.778278222Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7047183047536514, - "StableID": "nsD3ypYg2x11CNTRL", + "ID": 2112974210146709, + "StableID": "ngcoQUFyVH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "DiscoKey": "discokey:5312136b7b27f99e72e47cc7009d7a7dac2cdcf5b49e42207dc47d9b95bcf838", + "Addresses": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "AllowedIPs": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "Endpoints": ["77.164.248.136:51534", "10.65.0.27:51534", "172.17.0.1:51534"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57393}, + {"Proto": "peerapi6", "Port": 57393} + ]}, + "Created": "2026-04-09T08:42:38.612655329Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2226562102973969, + "StableID": "nGQ6Yd1RPJ11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "DiscoKey": "discokey:2bcce50cf41fd3ac8341c320dc2f0dad92fd065eb84774799f86d2f6b4868833", + "Addresses": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "AllowedIPs": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52780}, + {"Proto": "peerapi6", "Port": 52780} + ]}, + "Created": "2026-04-09T08:42:39.684714481Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3482703621521208, + "StableID": "nmBP5giKCU11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:f7ff3fc3537c8adfdf7c7c8e97889726ba4083dda44801c2bdc22f2f894d955c", - "Addresses": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "AllowedIPs": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "Endpoints": ["77.164.248.136:34817", "10.65.0.27:34817", "172.17.0.1:34817"], - "HomeDERP": 14, + "Key": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:d21b00bf1e3604441ae71ec310bef8a0032d2072adde6081eec016453b95a75e", + "Addresses": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "AllowedIPs": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "Endpoints": ["77.164.248.136:35983", "10.65.0.27:35983", "172.17.0.1:35983"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 48891}, - {"Proto": "peerapi6", "Port": 48891} + {"Proto": "peerapi4", "Port": 62586}, + {"Proto": "peerapi6", "Port": 62586} ]}, - "Created": "2026-04-09T01:36:42.12215792Z", + "Created": "2026-04-09T08:42:41.331637091Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7094474529819721, - "StableID": "n6XBKKp6Qx11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "KeyExpiry": "2026-10-06T01:36:43Z", - "DiscoKey": "discokey:40ad6f5547d4e437a9c809d57d36b8cb5bc827c8b3a91046d805036e28b38b78", - "Addresses": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "AllowedIPs": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40905}, - {"Proto": "peerapi6", "Port": 40905} - ]}, - "Created": "2026-04-09T01:36:43.206527043Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7642167836627184, - "StableID": "nd7DMqn9g221CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 3960740360172786, + "StableID": "noRCi7wpvX11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "DiscoKey": "discokey:0d4f226415e73188eedcb0cd3ddb65a98148e0fcfc939408480d6297c08a360c", - "Addresses": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "AllowedIPs": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "Endpoints": ["77.164.248.136:54961", "10.65.0.27:54961", "172.17.0.1:54961"], + "Key": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "DiscoKey": "discokey:0a04f9b42f1f9fc7bbe55d07e0b2b9460951e8975b290dc5431e5104537c9b15", + "Addresses": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "AllowedIPs": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "Endpoints": ["77.164.248.136:47498", "10.65.0.27:47498", "172.17.0.1:47498"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 43236}, - {"Proto": "peerapi6", "Port": 43236} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 60546}, + {"Proto": "peerapi6", "Port": 60546} ]}, - "Created": "2026-04-09T01:36:36.696142375Z", + "Created": "2026-04-09T08:42:38.089362862Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 8568263197282510, - "StableID": "nh667Dkau921CNTRL", + "ID": 5288130201991910, + "StableID": "nwdjbND1Ji11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "DiscoKey": "discokey:cc2446a28311f2a88d419e2353a722a92203084c21e7f4a63e9f93d09961bf61", + "Addresses": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "AllowedIPs": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "Endpoints": ["77.164.248.136:55272", "10.65.0.27:55272", "172.17.0.1:55272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 43198}, + {"Proto": "peerapi6", "Port": 43198} + ]}, + "Created": "2026-04-09T08:42:37.572006053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5524072116461541, + "StableID": "nnbrdR1s8k11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "DiscoKey": "discokey:0ebc1a33b8e87cb78c687d405544ed1cac6bc68f307a2fd68fb59ea069b04f10", + "Addresses": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "AllowedIPs": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "Endpoints": ["77.164.248.136:43581", "10.65.0.27:43581", "172.17.0.1:43581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54940}, + {"Proto": "peerapi6", "Port": 54940} + ]}, + "Created": "2026-04-09T08:42:34.881712634Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6118151187548074, + "StableID": "n1cWpWTvmp11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "DiscoKey": "discokey:aae14e04854bafeba104b903ec74507ab93796ac9815f900b7417d1c2732630a", - "Addresses": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "AllowedIPs": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "Endpoints": ["77.164.248.136:53928", "10.65.0.27:53928", "172.17.0.1:53928"], + "Key": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "DiscoKey": "discokey:ffa7067d7da98c115a0911a79d1e6341f2954549bc27cd644e6812add1e7c602", + "Addresses": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "AllowedIPs": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "Endpoints": ["77.164.248.136:51822", "10.65.0.27:51822", "172.17.0.1:51822"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 38740}, - {"Proto": "peerapi6", "Port": 38740} + {"Proto": "peerapi4", "Port": 36974}, + {"Proto": "peerapi6", "Port": 36974} ]}, - "Created": "2026-04-09T01:36:37.24135369Z", + "Created": "2026-04-09T08:42:36.476345027Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 7126746075180298, + "StableID": "noTZG1Yiex11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "DiscoKey": "discokey:fb1f28194b83c26b7a22739829e7d4f5d9cf108254d2aadf9bf8ec38bf639d59", + "Addresses": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "AllowedIPs": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "Endpoints": ["77.164.248.136:37351", "10.65.0.27:37351", "172.17.0.1:37351"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:42:40.223485294Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8542907841066399, + "StableID": "npPt6mh6i921CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "DiscoKey": "discokey:17b158d32c257f5a58edc95cc278c53bcb136fe880f8ad7a3436ade8a037253d", + "Addresses": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "AllowedIPs": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "Endpoints": ["77.164.248.136:38406", "10.65.0.27:38406", "172.17.0.1:38406"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 56246}, + {"Proto": "peerapi6", "Port": 56246} + ]}, + "Created": "2026-04-09T08:42:35.406627298Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8679464145202428, + "StableID": "nuqo5iowmA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "DiscoKey": "discokey:5667fed9087c3ed7f75647d03474ed03174ccfc8f19cf8243ff8c24dfa999227", + "Addresses": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "AllowedIPs": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "Endpoints": ["77.164.248.136:52833", "10.65.0.27:52833", "172.17.0.1:52833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 35839}, + {"Proto": "peerapi6", "Port": 35839} + ]}, + "Created": "2026-04-09T08:42:39.145406452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8808507930799195, + "StableID": "nanXXsZPnB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "DiscoKey": "discokey:95a0e9982ed777db89f010fcbde7bfd4377af93a94bc72af146acb8c8eda6c3f", + "Addresses": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "AllowedIPs": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40763}, + {"Proto": "peerapi6", "Port": 40763} + ]}, + "Created": "2026-04-09T08:42:35.939907077Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12676,27 +12692,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "975496648551339": { - "ID": 975496648551339, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4199316163336838": { + "ID": 4199316163336838, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12727,21 +12745,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8568263197282510, - "StableID": "nh667Dkau921CNTRL", + "ID": 6118151187548074, + "StableID": "n1cWpWTvmp11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 8568263197282510, - "Key": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "DiscoKey": "discokey:aae14e04854bafeba104b903ec74507ab93796ac9815f900b7417d1c2732630a", - "Addresses": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "AllowedIPs": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "Endpoints": ["77.164.248.136:53928", "10.65.0.27:53928", "172.17.0.1:53928"], + "User": 6118151187548074, + "Key": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "DiscoKey": "discokey:ffa7067d7da98c115a0911a79d1e6341f2954549bc27cd644e6812add1e7c602", + "Addresses": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "AllowedIPs": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "Endpoints": ["77.164.248.136:51822", "10.65.0.27:51822", "172.17.0.1:51822"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 38740}, - {"Proto": "peerapi6", "Port": 38740}, + {"Proto": "peerapi4", "Port": 36974}, + {"Proto": "peerapi6", "Port": 36974}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:37.24135369Z", + "Created": "2026-04-09T08:42:36.476345027Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12769,295 +12787,295 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "MachineKey": "mkey:238188c5fad82ed81af6ab18df1427ae43c9ef1c7433f58fb0ecdda0a145b755", + "NodeKey": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "MachineKey": "mkey:3b9249c7947224b6fc2b75f1ac24ad22c43f5a1ac8de102e100d5af6804cb250", "Peers": [{ - "ID": 161262083762217, - "StableID": "nzsJ8j53G211CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "DiscoKey": "discokey:6aa7be28b552466e58e57faae18a4d4508f389eeefb491e0e9ffbb01aeafd42e", - "Addresses": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "AllowedIPs": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "Endpoints": ["77.164.248.136:57376", "10.65.0.27:57376", "172.17.0.1:57376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53596}, - {"Proto": "peerapi6", "Port": 53596} - ]}, - "Created": "2026-04-09T01:36:38.322010296Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 164896985029623, - "StableID": "nzcRuiZgH211CNTRL", + "ID": 4396355680793, + "StableID": "nkA2u7Vz2111CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:52e463446431357a0328c8c7dc767d2745a4fc871597f96e73fad59422c82667", - "Addresses": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "AllowedIPs": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "Endpoints": ["77.164.248.136:41720", "10.65.0.27:41720", "172.17.0.1:41720"], + "Key": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:c32fd5041dfaee8ac89d9811e7983742b9f0c4484eb9bdd630d03f0ab847cd66", + "Addresses": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "AllowedIPs": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "Endpoints": ["77.164.248.136:39797", "10.65.0.27:39797", "172.17.0.1:39797"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 55514}, - {"Proto": "peerapi6", "Port": 55514} + {"Proto": "peerapi4", "Port": 59188}, + {"Proto": "peerapi6", "Port": 59188} ]}, - "Created": "2026-04-09T01:36:42.65298578Z", + "Created": "2026-04-09T08:42:41.836459134Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 975496648551339, - "StableID": "nnSGQHeoc811CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "DiscoKey": "discokey:64854ca53e7f761c1cb07dd16880c24ce87bd13bab7a0f6c80fa480e0744e117", - "Addresses": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "AllowedIPs": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "Endpoints": ["77.164.248.136:41442", "10.65.0.27:41442", "172.17.0.1:41442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52225}, - {"Proto": "peerapi6", "Port": 52225} + "ID": 1654425466112389, + "StableID": "nkYL8CxHvD11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "KeyExpiry": "2026-10-06T08:42:42Z", + "DiscoKey": "discokey:93ab45676768d889ef7eb6243e1b27cb0735aebac6692757357e758e85406d2f", + "Addresses": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "AllowedIPs": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 34922}, + {"Proto": "peerapi6", "Port": 34922} ]}, - "Created": "2026-04-09T01:36:37.800253819Z", + "Created": "2026-04-09T08:42:42.379228841Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 1912624387672945, - "StableID": "nGAXfAQEwF11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "DiscoKey": "discokey:5b89fd4fa540b583f573d65a648c734461c3c8cda1424ed0216d7c4c60145072", - "Addresses": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "AllowedIPs": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56962}, - {"Proto": "peerapi6", "Port": 56962} - ]}, - "Created": "2026-04-09T01:36:41.024931938Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3645684913216028, - "StableID": "n78jiix8UV11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "DiscoKey": "discokey:5ae8b92790c602acccf07dff4494003616be23c2c38cced925cfd1f5e3dc8f6f", - "Addresses": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "AllowedIPs": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "Endpoints": ["77.164.248.136:48360", "10.65.0.27:48360", "172.17.0.1:48360"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55097}, - {"Proto": "peerapi6", "Port": 55097} - ]}, - "Created": "2026-04-09T01:36:40.495323605Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3717682255300325, - "StableID": "n84BJ7Dk2W11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "DiscoKey": "discokey:90fb1894e55b257f57b6e0e1b39c217c90052ef9aebaa95724c06fc919732073", - "Addresses": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "AllowedIPs": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "Endpoints": ["77.164.248.136:49485", "10.65.0.27:49485", "172.17.0.1:49485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55442}, - {"Proto": "peerapi6", "Port": 55442} - ]}, - "Created": "2026-04-09T01:36:39.949393554Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4505633130259774, - "StableID": "n5GWuqLcBc11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "DiscoKey": "discokey:051782d1e2e389ffa5db8555f25956eec2cef5b3e185517828979e2e3064db52", - "Addresses": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "AllowedIPs": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "Endpoints": ["77.164.248.136:37079", "10.65.0.27:37079", "172.17.0.1:37079"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 40183}, - {"Proto": "peerapi6", "Port": 40183} - ]}, - "Created": "2026-04-09T01:36:36.177593621Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4740473301753472, - "StableID": "nMdtgKCy1e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "DiscoKey": "discokey:2109bc9726e7715c08a94f773135abf6287bf4dfd7121425a05beae94e918c4a", - "Addresses": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "AllowedIPs": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "Endpoints": ["77.164.248.136:56684", "10.65.0.27:56684", "172.17.0.1:56684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 41829}, - {"Proto": "peerapi6", "Port": 41829} - ]}, - "Created": "2026-04-09T01:36:38.868942154Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5950120239025222, - "StableID": "nV61J1apTo11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "DiscoKey": "discokey:7877426f585c60b424022fe6ad8930a35e2338b88eb791f8358af45eb4c8d118", - "Addresses": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "AllowedIPs": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "Endpoints": ["77.164.248.136:55071", "10.65.0.27:55071", "172.17.0.1:55071"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57127}, - {"Proto": "peerapi6", "Port": 57127} - ]}, - "Created": "2026-04-09T01:36:39.417266203Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5964787233562666, - "StableID": "nKfnN5rTao11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "DiscoKey": "discokey:eb481eb9168e1d530b29e322273bd0583321354cfae0b124f29aaa59bb59fc3e", - "Addresses": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "AllowedIPs": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "Endpoints": ["77.164.248.136:53486", "10.65.0.27:53486", "172.17.0.1:53486"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54815}, - {"Proto": "peerapi6", "Port": 54815} - ]}, - "Created": "2026-04-09T01:36:35.623960274Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6030352744671077, - "StableID": "n46H5B9A6p11CNTRL", + "ID": 2010454632663368, + "StableID": "n7GnQaEYhG11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "DiscoKey": "discokey:cf80fce23cc2c2ec74c56cdddce37fc57a667f57b5e8bef2a5904f85a893d524", - "Addresses": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "AllowedIPs": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "Endpoints": ["77.164.248.136:53683", "10.65.0.27:53683", "172.17.0.1:53683"], + "Key": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "DiscoKey": "discokey:5419d3505cfa6892d070e4cec1aaadf81e3a9000c16661b98a0758b210b92173", + "Addresses": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "AllowedIPs": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "Endpoints": ["77.164.248.136:59244", "10.65.0.27:59244", "172.17.0.1:59244"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 56338}, - {"Proto": "peerapi6", "Port": 56338} + {"Proto": "peerapi4", "Port": 57292}, + {"Proto": "peerapi6", "Port": 57292} ]}, - "Created": "2026-04-09T01:36:41.58772011Z", + "Created": "2026-04-09T08:42:40.778278222Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7047183047536514, - "StableID": "nsD3ypYg2x11CNTRL", + "ID": 2112974210146709, + "StableID": "ngcoQUFyVH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "DiscoKey": "discokey:5312136b7b27f99e72e47cc7009d7a7dac2cdcf5b49e42207dc47d9b95bcf838", + "Addresses": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "AllowedIPs": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "Endpoints": ["77.164.248.136:51534", "10.65.0.27:51534", "172.17.0.1:51534"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57393}, + {"Proto": "peerapi6", "Port": 57393} + ]}, + "Created": "2026-04-09T08:42:38.612655329Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2226562102973969, + "StableID": "nGQ6Yd1RPJ11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "DiscoKey": "discokey:2bcce50cf41fd3ac8341c320dc2f0dad92fd065eb84774799f86d2f6b4868833", + "Addresses": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "AllowedIPs": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52780}, + {"Proto": "peerapi6", "Port": 52780} + ]}, + "Created": "2026-04-09T08:42:39.684714481Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3482703621521208, + "StableID": "nmBP5giKCU11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:f7ff3fc3537c8adfdf7c7c8e97889726ba4083dda44801c2bdc22f2f894d955c", - "Addresses": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "AllowedIPs": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "Endpoints": ["77.164.248.136:34817", "10.65.0.27:34817", "172.17.0.1:34817"], - "HomeDERP": 14, + "Key": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:d21b00bf1e3604441ae71ec310bef8a0032d2072adde6081eec016453b95a75e", + "Addresses": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "AllowedIPs": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "Endpoints": ["77.164.248.136:35983", "10.65.0.27:35983", "172.17.0.1:35983"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 48891}, - {"Proto": "peerapi6", "Port": 48891} + {"Proto": "peerapi4", "Port": 62586}, + {"Proto": "peerapi6", "Port": 62586} ]}, - "Created": "2026-04-09T01:36:42.12215792Z", + "Created": "2026-04-09T08:42:41.331637091Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7094474529819721, - "StableID": "n6XBKKp6Qx11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "KeyExpiry": "2026-10-06T01:36:43Z", - "DiscoKey": "discokey:40ad6f5547d4e437a9c809d57d36b8cb5bc827c8b3a91046d805036e28b38b78", - "Addresses": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "AllowedIPs": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40905}, - {"Proto": "peerapi6", "Port": 40905} + "ID": 3960740360172786, + "StableID": "noRCi7wpvX11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "DiscoKey": "discokey:0a04f9b42f1f9fc7bbe55d07e0b2b9460951e8975b290dc5431e5104537c9b15", + "Addresses": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "AllowedIPs": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "Endpoints": ["77.164.248.136:47498", "10.65.0.27:47498", "172.17.0.1:47498"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 60546}, + {"Proto": "peerapi6", "Port": 60546} ]}, - "Created": "2026-04-09T01:36:43.206527043Z", + "Created": "2026-04-09T08:42:38.089362862Z", "Cap": 131, + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 7642167836627184, - "StableID": "nd7DMqn9g221CNTRL", + "ID": 4199316163336838, + "StableID": "nPwLU4vsnZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "DiscoKey": "discokey:6b5e59e5c8e66c31e59fc99dcba85dda0cfaff39845f15dfd4034dbabc2e7669", + "Addresses": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "AllowedIPs": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "Endpoints": ["77.164.248.136:50478", "10.65.0.27:50478", "172.17.0.1:50478"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 38193}, + {"Proto": "peerapi6", "Port": 38193} + ]}, + "Created": "2026-04-09T08:42:37.01781828Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5288130201991910, + "StableID": "nwdjbND1Ji11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "DiscoKey": "discokey:cc2446a28311f2a88d419e2353a722a92203084c21e7f4a63e9f93d09961bf61", + "Addresses": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "AllowedIPs": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "Endpoints": ["77.164.248.136:55272", "10.65.0.27:55272", "172.17.0.1:55272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 43198}, + {"Proto": "peerapi6", "Port": 43198} + ]}, + "Created": "2026-04-09T08:42:37.572006053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5524072116461541, + "StableID": "nnbrdR1s8k11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "DiscoKey": "discokey:0ebc1a33b8e87cb78c687d405544ed1cac6bc68f307a2fd68fb59ea069b04f10", + "Addresses": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "AllowedIPs": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "Endpoints": ["77.164.248.136:43581", "10.65.0.27:43581", "172.17.0.1:43581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54940}, + {"Proto": "peerapi6", "Port": 54940} + ]}, + "Created": "2026-04-09T08:42:34.881712634Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 7126746075180298, + "StableID": "noTZG1Yiex11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "DiscoKey": "discokey:fb1f28194b83c26b7a22739829e7d4f5d9cf108254d2aadf9bf8ec38bf639d59", + "Addresses": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "AllowedIPs": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "Endpoints": ["77.164.248.136:37351", "10.65.0.27:37351", "172.17.0.1:37351"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:42:40.223485294Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8542907841066399, + "StableID": "npPt6mh6i921CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "DiscoKey": "discokey:17b158d32c257f5a58edc95cc278c53bcb136fe880f8ad7a3436ade8a037253d", + "Addresses": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "AllowedIPs": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "Endpoints": ["77.164.248.136:38406", "10.65.0.27:38406", "172.17.0.1:38406"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 56246}, + {"Proto": "peerapi6", "Port": 56246} + ]}, + "Created": "2026-04-09T08:42:35.406627298Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8679464145202428, + "StableID": "nuqo5iowmA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "DiscoKey": "discokey:5667fed9087c3ed7f75647d03474ed03174ccfc8f19cf8243ff8c24dfa999227", + "Addresses": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "AllowedIPs": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "Endpoints": ["77.164.248.136:52833", "10.65.0.27:52833", "172.17.0.1:52833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 35839}, + {"Proto": "peerapi6", "Port": 35839} + ]}, + "Created": "2026-04-09T08:42:39.145406452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8808507930799195, + "StableID": "nanXXsZPnB21CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "DiscoKey": "discokey:0d4f226415e73188eedcb0cd3ddb65a98148e0fcfc939408480d6297c08a360c", - "Addresses": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "AllowedIPs": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "Endpoints": ["77.164.248.136:54961", "10.65.0.27:54961", "172.17.0.1:54961"], + "Key": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "DiscoKey": "discokey:95a0e9982ed777db89f010fcbde7bfd4377af93a94bc72af146acb8c8eda6c3f", + "Addresses": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "AllowedIPs": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 43236}, - {"Proto": "peerapi6", "Port": 43236} + {"Proto": "peerapi4", "Port": 40763}, + {"Proto": "peerapi6", "Port": 40763} ]}, - "Created": "2026-04-09T01:36:36.696142375Z", + "Created": "2026-04-09T08:42:35.939907077Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, @@ -13910,27 +13928,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8568263197282510": { - "ID": 8568263197282510, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6118151187548074": { + "ID": 6118151187548074, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13961,26 +13981,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4740473301753472, - "StableID": "nMdtgKCy1e11CNTRL", + "ID": 3960740360172786, + "StableID": "noRCi7wpvX11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 4740473301753472, - "Key": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "DiscoKey": "discokey:2109bc9726e7715c08a94f773135abf6287bf4dfd7121425a05beae94e918c4a", - "Addresses": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "AllowedIPs": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "Endpoints": ["77.164.248.136:56684", "10.65.0.27:56684", "172.17.0.1:56684"], + "User": 3960740360172786, + "Key": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "DiscoKey": "discokey:0a04f9b42f1f9fc7bbe55d07e0b2b9460951e8975b290dc5431e5104537c9b15", + "Addresses": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "AllowedIPs": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "Endpoints": ["77.164.248.136:47498", "10.65.0.27:47498", "172.17.0.1:47498"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 41829}, - {"Proto": "peerapi6", "Port": 41829}, + {"Proto": "peerapi4", "Port": 60546}, + {"Proto": "peerapi6", "Port": 60546}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:38.868942154Z", + "Created": "2026-04-09T08:42:38.089362862Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -14008,302 +14028,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "MachineKey": "mkey:8d7569ae1dc380fb52befe9f50dcbd55ea2da6f5110cc895f7f54fa34fac336b", + "NodeKey": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "MachineKey": "mkey:2e374e537489e0b3bba798883d0656321bf904b1cef8d04944aa8d55b4d6e516", "Peers": [{ - "ID": 161262083762217, - "StableID": "nzsJ8j53G211CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "DiscoKey": "discokey:6aa7be28b552466e58e57faae18a4d4508f389eeefb491e0e9ffbb01aeafd42e", - "Addresses": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "AllowedIPs": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "Endpoints": ["77.164.248.136:57376", "10.65.0.27:57376", "172.17.0.1:57376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53596}, - {"Proto": "peerapi6", "Port": 53596} - ]}, - "Created": "2026-04-09T01:36:38.322010296Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 164896985029623, - "StableID": "nzcRuiZgH211CNTRL", + "ID": 4396355680793, + "StableID": "nkA2u7Vz2111CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:52e463446431357a0328c8c7dc767d2745a4fc871597f96e73fad59422c82667", - "Addresses": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "AllowedIPs": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "Endpoints": ["77.164.248.136:41720", "10.65.0.27:41720", "172.17.0.1:41720"], + "Key": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:c32fd5041dfaee8ac89d9811e7983742b9f0c4484eb9bdd630d03f0ab847cd66", + "Addresses": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "AllowedIPs": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "Endpoints": ["77.164.248.136:39797", "10.65.0.27:39797", "172.17.0.1:39797"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 55514}, - {"Proto": "peerapi6", "Port": 55514} + {"Proto": "peerapi4", "Port": 59188}, + {"Proto": "peerapi6", "Port": 59188} ]}, - "Created": "2026-04-09T01:36:42.65298578Z", + "Created": "2026-04-09T08:42:41.836459134Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 975496648551339, - "StableID": "nnSGQHeoc811CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "DiscoKey": "discokey:64854ca53e7f761c1cb07dd16880c24ce87bd13bab7a0f6c80fa480e0744e117", - "Addresses": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "AllowedIPs": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "Endpoints": ["77.164.248.136:41442", "10.65.0.27:41442", "172.17.0.1:41442"], + "ID": 1654425466112389, + "StableID": "nkYL8CxHvD11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "KeyExpiry": "2026-10-06T08:42:42Z", + "DiscoKey": "discokey:93ab45676768d889ef7eb6243e1b27cb0735aebac6692757357e758e85406d2f", + "Addresses": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "AllowedIPs": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "Endpoints": ["77.164.248.136:39750", "10.65.0.27:39750", "172.17.0.1:39750"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52225}, - {"Proto": "peerapi6", "Port": 52225} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 34922}, + {"Proto": "peerapi6", "Port": 34922} ]}, - "Created": "2026-04-09T01:36:37.800253819Z", + "Created": "2026-04-09T08:42:42.379228841Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 1912624387672945, - "StableID": "nGAXfAQEwF11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "DiscoKey": "discokey:5b89fd4fa540b583f573d65a648c734461c3c8cda1424ed0216d7c4c60145072", - "Addresses": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "AllowedIPs": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56962}, - {"Proto": "peerapi6", "Port": 56962} - ]}, - "Created": "2026-04-09T01:36:41.024931938Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3645684913216028, - "StableID": "n78jiix8UV11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "DiscoKey": "discokey:5ae8b92790c602acccf07dff4494003616be23c2c38cced925cfd1f5e3dc8f6f", - "Addresses": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "AllowedIPs": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "Endpoints": ["77.164.248.136:48360", "10.65.0.27:48360", "172.17.0.1:48360"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55097}, - {"Proto": "peerapi6", "Port": 55097} - ]}, - "Created": "2026-04-09T01:36:40.495323605Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3717682255300325, - "StableID": "n84BJ7Dk2W11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "DiscoKey": "discokey:90fb1894e55b257f57b6e0e1b39c217c90052ef9aebaa95724c06fc919732073", - "Addresses": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "AllowedIPs": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "Endpoints": ["77.164.248.136:49485", "10.65.0.27:49485", "172.17.0.1:49485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55442}, - {"Proto": "peerapi6", "Port": 55442} - ]}, - "Created": "2026-04-09T01:36:39.949393554Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4505633130259774, - "StableID": "n5GWuqLcBc11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "DiscoKey": "discokey:051782d1e2e389ffa5db8555f25956eec2cef5b3e185517828979e2e3064db52", - "Addresses": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "AllowedIPs": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "Endpoints": ["77.164.248.136:37079", "10.65.0.27:37079", "172.17.0.1:37079"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 40183}, - {"Proto": "peerapi6", "Port": 40183} - ]}, - "Created": "2026-04-09T01:36:36.177593621Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 5950120239025222, - "StableID": "nV61J1apTo11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "DiscoKey": "discokey:7877426f585c60b424022fe6ad8930a35e2338b88eb791f8358af45eb4c8d118", - "Addresses": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "AllowedIPs": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "Endpoints": ["77.164.248.136:55071", "10.65.0.27:55071", "172.17.0.1:55071"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57127}, - {"Proto": "peerapi6", "Port": 57127} - ]}, - "Created": "2026-04-09T01:36:39.417266203Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5964787233562666, - "StableID": "nKfnN5rTao11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "DiscoKey": "discokey:eb481eb9168e1d530b29e322273bd0583321354cfae0b124f29aaa59bb59fc3e", - "Addresses": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "AllowedIPs": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "Endpoints": ["77.164.248.136:53486", "10.65.0.27:53486", "172.17.0.1:53486"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54815}, - {"Proto": "peerapi6", "Port": 54815} - ]}, - "Created": "2026-04-09T01:36:35.623960274Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6030352744671077, - "StableID": "n46H5B9A6p11CNTRL", + "ID": 2010454632663368, + "StableID": "n7GnQaEYhG11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "DiscoKey": "discokey:cf80fce23cc2c2ec74c56cdddce37fc57a667f57b5e8bef2a5904f85a893d524", - "Addresses": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "AllowedIPs": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "Endpoints": ["77.164.248.136:53683", "10.65.0.27:53683", "172.17.0.1:53683"], + "Key": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "DiscoKey": "discokey:5419d3505cfa6892d070e4cec1aaadf81e3a9000c16661b98a0758b210b92173", + "Addresses": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "AllowedIPs": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "Endpoints": ["77.164.248.136:59244", "10.65.0.27:59244", "172.17.0.1:59244"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 56338}, - {"Proto": "peerapi6", "Port": 56338} + {"Proto": "peerapi4", "Port": 57292}, + {"Proto": "peerapi6", "Port": 57292} ]}, - "Created": "2026-04-09T01:36:41.58772011Z", + "Created": "2026-04-09T08:42:40.778278222Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7047183047536514, - "StableID": "nsD3ypYg2x11CNTRL", + "ID": 2112974210146709, + "StableID": "ngcoQUFyVH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "DiscoKey": "discokey:5312136b7b27f99e72e47cc7009d7a7dac2cdcf5b49e42207dc47d9b95bcf838", + "Addresses": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "AllowedIPs": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "Endpoints": ["77.164.248.136:51534", "10.65.0.27:51534", "172.17.0.1:51534"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57393}, + {"Proto": "peerapi6", "Port": 57393} + ]}, + "Created": "2026-04-09T08:42:38.612655329Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2226562102973969, + "StableID": "nGQ6Yd1RPJ11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "DiscoKey": "discokey:2bcce50cf41fd3ac8341c320dc2f0dad92fd065eb84774799f86d2f6b4868833", + "Addresses": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "AllowedIPs": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52780}, + {"Proto": "peerapi6", "Port": 52780} + ]}, + "Created": "2026-04-09T08:42:39.684714481Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3482703621521208, + "StableID": "nmBP5giKCU11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:f7ff3fc3537c8adfdf7c7c8e97889726ba4083dda44801c2bdc22f2f894d955c", - "Addresses": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "AllowedIPs": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "Endpoints": ["77.164.248.136:34817", "10.65.0.27:34817", "172.17.0.1:34817"], - "HomeDERP": 14, + "Key": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:d21b00bf1e3604441ae71ec310bef8a0032d2072adde6081eec016453b95a75e", + "Addresses": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "AllowedIPs": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "Endpoints": ["77.164.248.136:35983", "10.65.0.27:35983", "172.17.0.1:35983"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 48891}, - {"Proto": "peerapi6", "Port": 48891} + {"Proto": "peerapi4", "Port": 62586}, + {"Proto": "peerapi6", "Port": 62586} ]}, - "Created": "2026-04-09T01:36:42.12215792Z", + "Created": "2026-04-09T08:42:41.331637091Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7094474529819721, - "StableID": "n6XBKKp6Qx11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "KeyExpiry": "2026-10-06T01:36:43Z", - "DiscoKey": "discokey:40ad6f5547d4e437a9c809d57d36b8cb5bc827c8b3a91046d805036e28b38b78", - "Addresses": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "AllowedIPs": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "Endpoints": ["77.164.248.136:52449", "10.65.0.27:52449", "172.17.0.1:52449"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40905}, - {"Proto": "peerapi6", "Port": 40905} - ]}, - "Created": "2026-04-09T01:36:43.206527043Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7642167836627184, - "StableID": "nd7DMqn9g221CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 4199316163336838, + "StableID": "nPwLU4vsnZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "DiscoKey": "discokey:0d4f226415e73188eedcb0cd3ddb65a98148e0fcfc939408480d6297c08a360c", - "Addresses": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "AllowedIPs": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "Endpoints": ["77.164.248.136:54961", "10.65.0.27:54961", "172.17.0.1:54961"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 43236}, - {"Proto": "peerapi6", "Port": 43236} + "Key": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "DiscoKey": "discokey:6b5e59e5c8e66c31e59fc99dcba85dda0cfaff39845f15dfd4034dbabc2e7669", + "Addresses": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "AllowedIPs": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "Endpoints": ["77.164.248.136:50478", "10.65.0.27:50478", "172.17.0.1:50478"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 38193}, + {"Proto": "peerapi6", "Port": 38193} ]}, - "Created": "2026-04-09T01:36:36.696142375Z", + "Created": "2026-04-09T08:42:37.01781828Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }, { - "ID": 8568263197282510, - "StableID": "nh667Dkau921CNTRL", + "ID": 5288130201991910, + "StableID": "nwdjbND1Ji11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "DiscoKey": "discokey:cc2446a28311f2a88d419e2353a722a92203084c21e7f4a63e9f93d09961bf61", + "Addresses": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "AllowedIPs": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "Endpoints": ["77.164.248.136:55272", "10.65.0.27:55272", "172.17.0.1:55272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 43198}, + {"Proto": "peerapi6", "Port": 43198} + ]}, + "Created": "2026-04-09T08:42:37.572006053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5524072116461541, + "StableID": "nnbrdR1s8k11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "DiscoKey": "discokey:0ebc1a33b8e87cb78c687d405544ed1cac6bc68f307a2fd68fb59ea069b04f10", + "Addresses": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "AllowedIPs": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "Endpoints": ["77.164.248.136:43581", "10.65.0.27:43581", "172.17.0.1:43581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54940}, + {"Proto": "peerapi6", "Port": 54940} + ]}, + "Created": "2026-04-09T08:42:34.881712634Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6118151187548074, + "StableID": "n1cWpWTvmp11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "DiscoKey": "discokey:aae14e04854bafeba104b903ec74507ab93796ac9815f900b7417d1c2732630a", - "Addresses": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "AllowedIPs": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "Endpoints": ["77.164.248.136:53928", "10.65.0.27:53928", "172.17.0.1:53928"], + "Key": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "DiscoKey": "discokey:ffa7067d7da98c115a0911a79d1e6341f2954549bc27cd644e6812add1e7c602", + "Addresses": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "AllowedIPs": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "Endpoints": ["77.164.248.136:51822", "10.65.0.27:51822", "172.17.0.1:51822"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 38740}, - {"Proto": "peerapi6", "Port": 38740} + {"Proto": "peerapi4", "Port": 36974}, + {"Proto": "peerapi6", "Port": 36974} ]}, - "Created": "2026-04-09T01:36:37.24135369Z", + "Created": "2026-04-09T08:42:36.476345027Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 7126746075180298, + "StableID": "noTZG1Yiex11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "DiscoKey": "discokey:fb1f28194b83c26b7a22739829e7d4f5d9cf108254d2aadf9bf8ec38bf639d59", + "Addresses": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "AllowedIPs": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "Endpoints": ["77.164.248.136:37351", "10.65.0.27:37351", "172.17.0.1:37351"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:42:40.223485294Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8542907841066399, + "StableID": "npPt6mh6i921CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "DiscoKey": "discokey:17b158d32c257f5a58edc95cc278c53bcb136fe880f8ad7a3436ade8a037253d", + "Addresses": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "AllowedIPs": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "Endpoints": ["77.164.248.136:38406", "10.65.0.27:38406", "172.17.0.1:38406"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 56246}, + {"Proto": "peerapi6", "Port": 56246} + ]}, + "Created": "2026-04-09T08:42:35.406627298Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8679464145202428, + "StableID": "nuqo5iowmA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "DiscoKey": "discokey:5667fed9087c3ed7f75647d03474ed03174ccfc8f19cf8243ff8c24dfa999227", + "Addresses": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "AllowedIPs": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "Endpoints": ["77.164.248.136:52833", "10.65.0.27:52833", "172.17.0.1:52833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 35839}, + {"Proto": "peerapi6", "Port": 35839} + ]}, + "Created": "2026-04-09T08:42:39.145406452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8808507930799195, + "StableID": "nanXXsZPnB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "DiscoKey": "discokey:95a0e9982ed777db89f010fcbde7bfd4377af93a94bc72af146acb8c8eda6c3f", + "Addresses": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "AllowedIPs": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40763}, + {"Proto": "peerapi6", "Port": 40763} + ]}, + "Created": "2026-04-09T08:42:35.939907077Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15151,27 +15171,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4740473301753472": { - "ID": 4740473301753472, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3960740360172786": { + "ID": 3960740360172786, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15202,26 +15224,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3717682255300325, - "StableID": "n84BJ7Dk2W11CNTRL", + "ID": 8679464145202428, + "StableID": "nuqo5iowmA21CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 3717682255300325, - "Key": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "DiscoKey": "discokey:90fb1894e55b257f57b6e0e1b39c217c90052ef9aebaa95724c06fc919732073", - "Addresses": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "AllowedIPs": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "Endpoints": ["77.164.248.136:49485", "10.65.0.27:49485", "172.17.0.1:49485"], + "User": 8679464145202428, + "Key": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "DiscoKey": "discokey:5667fed9087c3ed7f75647d03474ed03174ccfc8f19cf8243ff8c24dfa999227", + "Addresses": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "AllowedIPs": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "Endpoints": ["77.164.248.136:52833", "10.65.0.27:52833", "172.17.0.1:52833"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 55442}, - {"Proto": "peerapi6", "Port": 55442}, + {"Proto": "peerapi4", "Port": 35839}, + {"Proto": "peerapi6", "Port": 35839}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:39.949393554Z", + "Created": "2026-04-09T08:42:39.145406452Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15249,302 +15271,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "MachineKey": "mkey:3d771d948edb6b33c44b8e72d3020ebd24ac35e5dfaf9d5b60cc1590e1581630", + "NodeKey": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "MachineKey": "mkey:566fd7fb46d962f1ec970c2c04cebddc7e4331c159accba0a946fdbc5b6fbb3f", "Peers": [{ - "ID": 161262083762217, - "StableID": "nzsJ8j53G211CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "DiscoKey": "discokey:6aa7be28b552466e58e57faae18a4d4508f389eeefb491e0e9ffbb01aeafd42e", - "Addresses": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "AllowedIPs": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "Endpoints": ["77.164.248.136:57376", "10.65.0.27:57376", "172.17.0.1:57376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53596}, - {"Proto": "peerapi6", "Port": 53596} - ]}, - "Created": "2026-04-09T01:36:38.322010296Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 164896985029623, - "StableID": "nzcRuiZgH211CNTRL", + "ID": 4396355680793, + "StableID": "nkA2u7Vz2111CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:52e463446431357a0328c8c7dc767d2745a4fc871597f96e73fad59422c82667", - "Addresses": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "AllowedIPs": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "Endpoints": ["77.164.248.136:41720", "10.65.0.27:41720", "172.17.0.1:41720"], + "Key": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:c32fd5041dfaee8ac89d9811e7983742b9f0c4484eb9bdd630d03f0ab847cd66", + "Addresses": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "AllowedIPs": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "Endpoints": ["77.164.248.136:39797", "10.65.0.27:39797", "172.17.0.1:39797"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 55514}, - {"Proto": "peerapi6", "Port": 55514} + {"Proto": "peerapi4", "Port": 59188}, + {"Proto": "peerapi6", "Port": 59188} ]}, - "Created": "2026-04-09T01:36:42.65298578Z", + "Created": "2026-04-09T08:42:41.836459134Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 975496648551339, - "StableID": "nnSGQHeoc811CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "DiscoKey": "discokey:64854ca53e7f761c1cb07dd16880c24ce87bd13bab7a0f6c80fa480e0744e117", - "Addresses": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "AllowedIPs": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "Endpoints": ["77.164.248.136:41442", "10.65.0.27:41442", "172.17.0.1:41442"], + "ID": 1654425466112389, + "StableID": "nkYL8CxHvD11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "KeyExpiry": "2026-10-06T08:42:42Z", + "DiscoKey": "discokey:93ab45676768d889ef7eb6243e1b27cb0735aebac6692757357e758e85406d2f", + "Addresses": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "AllowedIPs": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "Endpoints": ["77.164.248.136:39750", "10.65.0.27:39750", "172.17.0.1:39750"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52225}, - {"Proto": "peerapi6", "Port": 52225} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 34922}, + {"Proto": "peerapi6", "Port": 34922} ]}, - "Created": "2026-04-09T01:36:37.800253819Z", + "Created": "2026-04-09T08:42:42.379228841Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 1912624387672945, - "StableID": "nGAXfAQEwF11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "DiscoKey": "discokey:5b89fd4fa540b583f573d65a648c734461c3c8cda1424ed0216d7c4c60145072", - "Addresses": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "AllowedIPs": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56962}, - {"Proto": "peerapi6", "Port": 56962} - ]}, - "Created": "2026-04-09T01:36:41.024931938Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3645684913216028, - "StableID": "n78jiix8UV11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "DiscoKey": "discokey:5ae8b92790c602acccf07dff4494003616be23c2c38cced925cfd1f5e3dc8f6f", - "Addresses": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "AllowedIPs": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "Endpoints": ["77.164.248.136:48360", "10.65.0.27:48360", "172.17.0.1:48360"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55097}, - {"Proto": "peerapi6", "Port": 55097} - ]}, - "Created": "2026-04-09T01:36:40.495323605Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 4505633130259774, - "StableID": "n5GWuqLcBc11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "DiscoKey": "discokey:051782d1e2e389ffa5db8555f25956eec2cef5b3e185517828979e2e3064db52", - "Addresses": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "AllowedIPs": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "Endpoints": ["77.164.248.136:37079", "10.65.0.27:37079", "172.17.0.1:37079"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 40183}, - {"Proto": "peerapi6", "Port": 40183} - ]}, - "Created": "2026-04-09T01:36:36.177593621Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4740473301753472, - "StableID": "nMdtgKCy1e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "DiscoKey": "discokey:2109bc9726e7715c08a94f773135abf6287bf4dfd7121425a05beae94e918c4a", - "Addresses": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "AllowedIPs": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "Endpoints": ["77.164.248.136:56684", "10.65.0.27:56684", "172.17.0.1:56684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 41829}, - {"Proto": "peerapi6", "Port": 41829} - ]}, - "Created": "2026-04-09T01:36:38.868942154Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5950120239025222, - "StableID": "nV61J1apTo11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "DiscoKey": "discokey:7877426f585c60b424022fe6ad8930a35e2338b88eb791f8358af45eb4c8d118", - "Addresses": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "AllowedIPs": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "Endpoints": ["77.164.248.136:55071", "10.65.0.27:55071", "172.17.0.1:55071"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57127}, - {"Proto": "peerapi6", "Port": 57127} - ]}, - "Created": "2026-04-09T01:36:39.417266203Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5964787233562666, - "StableID": "nKfnN5rTao11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "DiscoKey": "discokey:eb481eb9168e1d530b29e322273bd0583321354cfae0b124f29aaa59bb59fc3e", - "Addresses": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "AllowedIPs": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "Endpoints": ["77.164.248.136:53486", "10.65.0.27:53486", "172.17.0.1:53486"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54815}, - {"Proto": "peerapi6", "Port": 54815} - ]}, - "Created": "2026-04-09T01:36:35.623960274Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6030352744671077, - "StableID": "n46H5B9A6p11CNTRL", + "ID": 2010454632663368, + "StableID": "n7GnQaEYhG11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "DiscoKey": "discokey:cf80fce23cc2c2ec74c56cdddce37fc57a667f57b5e8bef2a5904f85a893d524", - "Addresses": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "AllowedIPs": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "Endpoints": ["77.164.248.136:53683", "10.65.0.27:53683", "172.17.0.1:53683"], + "Key": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "DiscoKey": "discokey:5419d3505cfa6892d070e4cec1aaadf81e3a9000c16661b98a0758b210b92173", + "Addresses": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "AllowedIPs": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "Endpoints": ["77.164.248.136:59244", "10.65.0.27:59244", "172.17.0.1:59244"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 56338}, - {"Proto": "peerapi6", "Port": 56338} + {"Proto": "peerapi4", "Port": 57292}, + {"Proto": "peerapi6", "Port": 57292} ]}, - "Created": "2026-04-09T01:36:41.58772011Z", + "Created": "2026-04-09T08:42:40.778278222Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7047183047536514, - "StableID": "nsD3ypYg2x11CNTRL", + "ID": 2112974210146709, + "StableID": "ngcoQUFyVH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "DiscoKey": "discokey:5312136b7b27f99e72e47cc7009d7a7dac2cdcf5b49e42207dc47d9b95bcf838", + "Addresses": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "AllowedIPs": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "Endpoints": ["77.164.248.136:51534", "10.65.0.27:51534", "172.17.0.1:51534"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57393}, + {"Proto": "peerapi6", "Port": 57393} + ]}, + "Created": "2026-04-09T08:42:38.612655329Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2226562102973969, + "StableID": "nGQ6Yd1RPJ11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "DiscoKey": "discokey:2bcce50cf41fd3ac8341c320dc2f0dad92fd065eb84774799f86d2f6b4868833", + "Addresses": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "AllowedIPs": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52780}, + {"Proto": "peerapi6", "Port": 52780} + ]}, + "Created": "2026-04-09T08:42:39.684714481Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3482703621521208, + "StableID": "nmBP5giKCU11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:f7ff3fc3537c8adfdf7c7c8e97889726ba4083dda44801c2bdc22f2f894d955c", - "Addresses": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "AllowedIPs": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "Endpoints": ["77.164.248.136:34817", "10.65.0.27:34817", "172.17.0.1:34817"], - "HomeDERP": 14, + "Key": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:d21b00bf1e3604441ae71ec310bef8a0032d2072adde6081eec016453b95a75e", + "Addresses": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "AllowedIPs": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "Endpoints": ["77.164.248.136:35983", "10.65.0.27:35983", "172.17.0.1:35983"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 48891}, - {"Proto": "peerapi6", "Port": 48891} + {"Proto": "peerapi4", "Port": 62586}, + {"Proto": "peerapi6", "Port": 62586} ]}, - "Created": "2026-04-09T01:36:42.12215792Z", + "Created": "2026-04-09T08:42:41.331637091Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7094474529819721, - "StableID": "n6XBKKp6Qx11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "KeyExpiry": "2026-10-06T01:36:43Z", - "DiscoKey": "discokey:40ad6f5547d4e437a9c809d57d36b8cb5bc827c8b3a91046d805036e28b38b78", - "Addresses": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "AllowedIPs": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "Endpoints": ["77.164.248.136:52449", "10.65.0.27:52449", "172.17.0.1:52449"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40905}, - {"Proto": "peerapi6", "Port": 40905} - ]}, - "Created": "2026-04-09T01:36:43.206527043Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7642167836627184, - "StableID": "nd7DMqn9g221CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 3960740360172786, + "StableID": "noRCi7wpvX11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "DiscoKey": "discokey:0d4f226415e73188eedcb0cd3ddb65a98148e0fcfc939408480d6297c08a360c", - "Addresses": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "AllowedIPs": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "Endpoints": ["77.164.248.136:54961", "10.65.0.27:54961", "172.17.0.1:54961"], + "Key": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "DiscoKey": "discokey:0a04f9b42f1f9fc7bbe55d07e0b2b9460951e8975b290dc5431e5104537c9b15", + "Addresses": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "AllowedIPs": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "Endpoints": ["77.164.248.136:47498", "10.65.0.27:47498", "172.17.0.1:47498"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 43236}, - {"Proto": "peerapi6", "Port": 43236} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 60546}, + {"Proto": "peerapi6", "Port": 60546} ]}, - "Created": "2026-04-09T01:36:36.696142375Z", + "Created": "2026-04-09T08:42:38.089362862Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 8568263197282510, - "StableID": "nh667Dkau921CNTRL", + "ID": 4199316163336838, + "StableID": "nPwLU4vsnZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "DiscoKey": "discokey:6b5e59e5c8e66c31e59fc99dcba85dda0cfaff39845f15dfd4034dbabc2e7669", + "Addresses": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "AllowedIPs": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "Endpoints": ["77.164.248.136:50478", "10.65.0.27:50478", "172.17.0.1:50478"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 38193}, + {"Proto": "peerapi6", "Port": 38193} + ]}, + "Created": "2026-04-09T08:42:37.01781828Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5288130201991910, + "StableID": "nwdjbND1Ji11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "DiscoKey": "discokey:cc2446a28311f2a88d419e2353a722a92203084c21e7f4a63e9f93d09961bf61", + "Addresses": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "AllowedIPs": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "Endpoints": ["77.164.248.136:55272", "10.65.0.27:55272", "172.17.0.1:55272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 43198}, + {"Proto": "peerapi6", "Port": 43198} + ]}, + "Created": "2026-04-09T08:42:37.572006053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5524072116461541, + "StableID": "nnbrdR1s8k11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "DiscoKey": "discokey:0ebc1a33b8e87cb78c687d405544ed1cac6bc68f307a2fd68fb59ea069b04f10", + "Addresses": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "AllowedIPs": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "Endpoints": ["77.164.248.136:43581", "10.65.0.27:43581", "172.17.0.1:43581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54940}, + {"Proto": "peerapi6", "Port": 54940} + ]}, + "Created": "2026-04-09T08:42:34.881712634Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6118151187548074, + "StableID": "n1cWpWTvmp11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "DiscoKey": "discokey:aae14e04854bafeba104b903ec74507ab93796ac9815f900b7417d1c2732630a", - "Addresses": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "AllowedIPs": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "Endpoints": ["77.164.248.136:53928", "10.65.0.27:53928", "172.17.0.1:53928"], + "Key": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "DiscoKey": "discokey:ffa7067d7da98c115a0911a79d1e6341f2954549bc27cd644e6812add1e7c602", + "Addresses": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "AllowedIPs": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "Endpoints": ["77.164.248.136:51822", "10.65.0.27:51822", "172.17.0.1:51822"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 38740}, - {"Proto": "peerapi6", "Port": 38740} + {"Proto": "peerapi4", "Port": 36974}, + {"Proto": "peerapi6", "Port": 36974} ]}, - "Created": "2026-04-09T01:36:37.24135369Z", + "Created": "2026-04-09T08:42:36.476345027Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 7126746075180298, + "StableID": "noTZG1Yiex11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "DiscoKey": "discokey:fb1f28194b83c26b7a22739829e7d4f5d9cf108254d2aadf9bf8ec38bf639d59", + "Addresses": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "AllowedIPs": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "Endpoints": ["77.164.248.136:37351", "10.65.0.27:37351", "172.17.0.1:37351"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:42:40.223485294Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8542907841066399, + "StableID": "npPt6mh6i921CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "DiscoKey": "discokey:17b158d32c257f5a58edc95cc278c53bcb136fe880f8ad7a3436ade8a037253d", + "Addresses": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "AllowedIPs": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "Endpoints": ["77.164.248.136:38406", "10.65.0.27:38406", "172.17.0.1:38406"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 56246}, + {"Proto": "peerapi6", "Port": 56246} + ]}, + "Created": "2026-04-09T08:42:35.406627298Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8808507930799195, + "StableID": "nanXXsZPnB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "DiscoKey": "discokey:95a0e9982ed777db89f010fcbde7bfd4377af93a94bc72af146acb8c8eda6c3f", + "Addresses": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "AllowedIPs": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40763}, + {"Proto": "peerapi6", "Port": 40763} + ]}, + "Created": "2026-04-09T08:42:35.939907077Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16392,27 +16414,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3717682255300325": { - "ID": 3717682255300325, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8679464145202428": { + "ID": 8679464145202428, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16443,22 +16467,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 164896985029623, - "StableID": "nzcRuiZgH211CNTRL", + "ID": 4396355680793, + "StableID": "nkA2u7Vz2111CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:52e463446431357a0328c8c7dc767d2745a4fc871597f96e73fad59422c82667", - "Addresses": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "AllowedIPs": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "Endpoints": ["77.164.248.136:41720", "10.65.0.27:41720", "172.17.0.1:41720"], + "Key": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:c32fd5041dfaee8ac89d9811e7983742b9f0c4484eb9bdd630d03f0ab847cd66", + "Addresses": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "AllowedIPs": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "Endpoints": ["77.164.248.136:39797", "10.65.0.27:39797", "172.17.0.1:39797"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 55514}, - {"Proto": "peerapi6", "Port": 55514}, + {"Proto": "peerapi4", "Port": 59188}, + {"Proto": "peerapi6", "Port": 59188}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:42.65298578Z", + "Created": "2026-04-09T08:42:41.836459134Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16485,302 +16509,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "MachineKey": "mkey:c9cdb0428f60c79abbb4cd1e290e2c3dec697569d50c6eab36858968a14e784c", + "NodeKey": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "MachineKey": "mkey:c29b87c9aa44668a90b56f4d430aa99e29aca0177d4549f852151ae8beac751d", "Peers": [{ - "ID": 161262083762217, - "StableID": "nzsJ8j53G211CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "DiscoKey": "discokey:6aa7be28b552466e58e57faae18a4d4508f389eeefb491e0e9ffbb01aeafd42e", - "Addresses": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "AllowedIPs": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "Endpoints": ["77.164.248.136:57376", "10.65.0.27:57376", "172.17.0.1:57376"], + "ID": 1654425466112389, + "StableID": "nkYL8CxHvD11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "KeyExpiry": "2026-10-06T08:42:42Z", + "DiscoKey": "discokey:93ab45676768d889ef7eb6243e1b27cb0735aebac6692757357e758e85406d2f", + "Addresses": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "AllowedIPs": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "Endpoints": ["77.164.248.136:39750", "10.65.0.27:39750", "172.17.0.1:39750"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53596}, - {"Proto": "peerapi6", "Port": 53596} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 34922}, + {"Proto": "peerapi6", "Port": 34922} ]}, - "Created": "2026-04-09T01:36:38.322010296Z", + "Created": "2026-04-09T08:42:42.379228841Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 975496648551339, - "StableID": "nnSGQHeoc811CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "DiscoKey": "discokey:64854ca53e7f761c1cb07dd16880c24ce87bd13bab7a0f6c80fa480e0744e117", - "Addresses": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "AllowedIPs": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "Endpoints": ["77.164.248.136:41442", "10.65.0.27:41442", "172.17.0.1:41442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52225}, - {"Proto": "peerapi6", "Port": 52225} - ]}, - "Created": "2026-04-09T01:36:37.800253819Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1912624387672945, - "StableID": "nGAXfAQEwF11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "DiscoKey": "discokey:5b89fd4fa540b583f573d65a648c734461c3c8cda1424ed0216d7c4c60145072", - "Addresses": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "AllowedIPs": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56962}, - {"Proto": "peerapi6", "Port": 56962} - ]}, - "Created": "2026-04-09T01:36:41.024931938Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3645684913216028, - "StableID": "n78jiix8UV11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "DiscoKey": "discokey:5ae8b92790c602acccf07dff4494003616be23c2c38cced925cfd1f5e3dc8f6f", - "Addresses": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "AllowedIPs": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "Endpoints": ["77.164.248.136:48360", "10.65.0.27:48360", "172.17.0.1:48360"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 55097}, - {"Proto": "peerapi6", "Port": 55097} - ]}, - "Created": "2026-04-09T01:36:40.495323605Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3717682255300325, - "StableID": "n84BJ7Dk2W11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "DiscoKey": "discokey:90fb1894e55b257f57b6e0e1b39c217c90052ef9aebaa95724c06fc919732073", - "Addresses": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "AllowedIPs": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "Endpoints": ["77.164.248.136:49485", "10.65.0.27:49485", "172.17.0.1:49485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55442}, - {"Proto": "peerapi6", "Port": 55442} - ]}, - "Created": "2026-04-09T01:36:39.949393554Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4505633130259774, - "StableID": "n5GWuqLcBc11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "DiscoKey": "discokey:051782d1e2e389ffa5db8555f25956eec2cef5b3e185517828979e2e3064db52", - "Addresses": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "AllowedIPs": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "Endpoints": ["77.164.248.136:37079", "10.65.0.27:37079", "172.17.0.1:37079"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 40183}, - {"Proto": "peerapi6", "Port": 40183} - ]}, - "Created": "2026-04-09T01:36:36.177593621Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4740473301753472, - "StableID": "nMdtgKCy1e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "DiscoKey": "discokey:2109bc9726e7715c08a94f773135abf6287bf4dfd7121425a05beae94e918c4a", - "Addresses": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "AllowedIPs": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "Endpoints": ["77.164.248.136:56684", "10.65.0.27:56684", "172.17.0.1:56684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 41829}, - {"Proto": "peerapi6", "Port": 41829} - ]}, - "Created": "2026-04-09T01:36:38.868942154Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5950120239025222, - "StableID": "nV61J1apTo11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "DiscoKey": "discokey:7877426f585c60b424022fe6ad8930a35e2338b88eb791f8358af45eb4c8d118", - "Addresses": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "AllowedIPs": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "Endpoints": ["77.164.248.136:55071", "10.65.0.27:55071", "172.17.0.1:55071"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57127}, - {"Proto": "peerapi6", "Port": 57127} - ]}, - "Created": "2026-04-09T01:36:39.417266203Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5964787233562666, - "StableID": "nKfnN5rTao11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "DiscoKey": "discokey:eb481eb9168e1d530b29e322273bd0583321354cfae0b124f29aaa59bb59fc3e", - "Addresses": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "AllowedIPs": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "Endpoints": ["77.164.248.136:53486", "10.65.0.27:53486", "172.17.0.1:53486"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54815}, - {"Proto": "peerapi6", "Port": 54815} - ]}, - "Created": "2026-04-09T01:36:35.623960274Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6030352744671077, - "StableID": "n46H5B9A6p11CNTRL", + "ID": 2010454632663368, + "StableID": "n7GnQaEYhG11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "DiscoKey": "discokey:cf80fce23cc2c2ec74c56cdddce37fc57a667f57b5e8bef2a5904f85a893d524", - "Addresses": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "AllowedIPs": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "Endpoints": ["77.164.248.136:53683", "10.65.0.27:53683", "172.17.0.1:53683"], + "Key": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "DiscoKey": "discokey:5419d3505cfa6892d070e4cec1aaadf81e3a9000c16661b98a0758b210b92173", + "Addresses": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "AllowedIPs": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "Endpoints": ["77.164.248.136:59244", "10.65.0.27:59244", "172.17.0.1:59244"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 56338}, - {"Proto": "peerapi6", "Port": 56338} + {"Proto": "peerapi4", "Port": 57292}, + {"Proto": "peerapi6", "Port": 57292} ]}, - "Created": "2026-04-09T01:36:41.58772011Z", + "Created": "2026-04-09T08:42:40.778278222Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7047183047536514, - "StableID": "nsD3ypYg2x11CNTRL", + "ID": 2112974210146709, + "StableID": "ngcoQUFyVH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "DiscoKey": "discokey:5312136b7b27f99e72e47cc7009d7a7dac2cdcf5b49e42207dc47d9b95bcf838", + "Addresses": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "AllowedIPs": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "Endpoints": ["77.164.248.136:51534", "10.65.0.27:51534", "172.17.0.1:51534"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57393}, + {"Proto": "peerapi6", "Port": 57393} + ]}, + "Created": "2026-04-09T08:42:38.612655329Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2226562102973969, + "StableID": "nGQ6Yd1RPJ11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "DiscoKey": "discokey:2bcce50cf41fd3ac8341c320dc2f0dad92fd065eb84774799f86d2f6b4868833", + "Addresses": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "AllowedIPs": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52780}, + {"Proto": "peerapi6", "Port": 52780} + ]}, + "Created": "2026-04-09T08:42:39.684714481Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3482703621521208, + "StableID": "nmBP5giKCU11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:f7ff3fc3537c8adfdf7c7c8e97889726ba4083dda44801c2bdc22f2f894d955c", - "Addresses": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "AllowedIPs": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "Endpoints": ["77.164.248.136:34817", "10.65.0.27:34817", "172.17.0.1:34817"], - "HomeDERP": 14, + "Key": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:d21b00bf1e3604441ae71ec310bef8a0032d2072adde6081eec016453b95a75e", + "Addresses": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "AllowedIPs": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "Endpoints": ["77.164.248.136:35983", "10.65.0.27:35983", "172.17.0.1:35983"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 48891}, - {"Proto": "peerapi6", "Port": 48891} + {"Proto": "peerapi4", "Port": 62586}, + {"Proto": "peerapi6", "Port": 62586} ]}, - "Created": "2026-04-09T01:36:42.12215792Z", + "Created": "2026-04-09T08:42:41.331637091Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7094474529819721, - "StableID": "n6XBKKp6Qx11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "KeyExpiry": "2026-10-06T01:36:43Z", - "DiscoKey": "discokey:40ad6f5547d4e437a9c809d57d36b8cb5bc827c8b3a91046d805036e28b38b78", - "Addresses": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "AllowedIPs": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "Endpoints": ["77.164.248.136:52449", "10.65.0.27:52449", "172.17.0.1:52449"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40905}, - {"Proto": "peerapi6", "Port": 40905} - ]}, - "Created": "2026-04-09T01:36:43.206527043Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7642167836627184, - "StableID": "nd7DMqn9g221CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 3960740360172786, + "StableID": "noRCi7wpvX11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "DiscoKey": "discokey:0d4f226415e73188eedcb0cd3ddb65a98148e0fcfc939408480d6297c08a360c", - "Addresses": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "AllowedIPs": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "Endpoints": ["77.164.248.136:54961", "10.65.0.27:54961", "172.17.0.1:54961"], + "Key": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "DiscoKey": "discokey:0a04f9b42f1f9fc7bbe55d07e0b2b9460951e8975b290dc5431e5104537c9b15", + "Addresses": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "AllowedIPs": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "Endpoints": ["77.164.248.136:47498", "10.65.0.27:47498", "172.17.0.1:47498"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 43236}, - {"Proto": "peerapi6", "Port": 43236} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 60546}, + {"Proto": "peerapi6", "Port": 60546} ]}, - "Created": "2026-04-09T01:36:36.696142375Z", + "Created": "2026-04-09T08:42:38.089362862Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 8568263197282510, - "StableID": "nh667Dkau921CNTRL", + "ID": 4199316163336838, + "StableID": "nPwLU4vsnZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "DiscoKey": "discokey:6b5e59e5c8e66c31e59fc99dcba85dda0cfaff39845f15dfd4034dbabc2e7669", + "Addresses": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "AllowedIPs": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "Endpoints": ["77.164.248.136:50478", "10.65.0.27:50478", "172.17.0.1:50478"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 38193}, + {"Proto": "peerapi6", "Port": 38193} + ]}, + "Created": "2026-04-09T08:42:37.01781828Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5288130201991910, + "StableID": "nwdjbND1Ji11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "DiscoKey": "discokey:cc2446a28311f2a88d419e2353a722a92203084c21e7f4a63e9f93d09961bf61", + "Addresses": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "AllowedIPs": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "Endpoints": ["77.164.248.136:55272", "10.65.0.27:55272", "172.17.0.1:55272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 43198}, + {"Proto": "peerapi6", "Port": 43198} + ]}, + "Created": "2026-04-09T08:42:37.572006053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5524072116461541, + "StableID": "nnbrdR1s8k11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "DiscoKey": "discokey:0ebc1a33b8e87cb78c687d405544ed1cac6bc68f307a2fd68fb59ea069b04f10", + "Addresses": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "AllowedIPs": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "Endpoints": ["77.164.248.136:43581", "10.65.0.27:43581", "172.17.0.1:43581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54940}, + {"Proto": "peerapi6", "Port": 54940} + ]}, + "Created": "2026-04-09T08:42:34.881712634Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6118151187548074, + "StableID": "n1cWpWTvmp11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "DiscoKey": "discokey:aae14e04854bafeba104b903ec74507ab93796ac9815f900b7417d1c2732630a", - "Addresses": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "AllowedIPs": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "Endpoints": ["77.164.248.136:53928", "10.65.0.27:53928", "172.17.0.1:53928"], + "Key": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "DiscoKey": "discokey:ffa7067d7da98c115a0911a79d1e6341f2954549bc27cd644e6812add1e7c602", + "Addresses": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "AllowedIPs": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "Endpoints": ["77.164.248.136:51822", "10.65.0.27:51822", "172.17.0.1:51822"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 38740}, - {"Proto": "peerapi6", "Port": 38740} + {"Proto": "peerapi4", "Port": 36974}, + {"Proto": "peerapi6", "Port": 36974} ]}, - "Created": "2026-04-09T01:36:37.24135369Z", + "Created": "2026-04-09T08:42:36.476345027Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 7126746075180298, + "StableID": "noTZG1Yiex11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "DiscoKey": "discokey:fb1f28194b83c26b7a22739829e7d4f5d9cf108254d2aadf9bf8ec38bf639d59", + "Addresses": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "AllowedIPs": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "Endpoints": ["77.164.248.136:37351", "10.65.0.27:37351", "172.17.0.1:37351"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:42:40.223485294Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8542907841066399, + "StableID": "npPt6mh6i921CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "DiscoKey": "discokey:17b158d32c257f5a58edc95cc278c53bcb136fe880f8ad7a3436ade8a037253d", + "Addresses": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "AllowedIPs": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "Endpoints": ["77.164.248.136:38406", "10.65.0.27:38406", "172.17.0.1:38406"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 56246}, + {"Proto": "peerapi6", "Port": 56246} + ]}, + "Created": "2026-04-09T08:42:35.406627298Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8679464145202428, + "StableID": "nuqo5iowmA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "DiscoKey": "discokey:5667fed9087c3ed7f75647d03474ed03174ccfc8f19cf8243ff8c24dfa999227", + "Addresses": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "AllowedIPs": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "Endpoints": ["77.164.248.136:52833", "10.65.0.27:52833", "172.17.0.1:52833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 35839}, + {"Proto": "peerapi6", "Port": 35839} + ]}, + "Created": "2026-04-09T08:42:39.145406452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8808507930799195, + "StableID": "nanXXsZPnB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "DiscoKey": "discokey:95a0e9982ed777db89f010fcbde7bfd4377af93a94bc72af146acb8c8eda6c3f", + "Addresses": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "AllowedIPs": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40763}, + {"Proto": "peerapi6", "Port": 40763} + ]}, + "Created": "2026-04-09T08:42:35.939907077Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16808,7 +16832,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.113.59.78"}, {"nodeIP": "fd7a:115c:a1e0::3937:3b4e"}], + "principals": [{"nodeIP": "100.82.183.60"}, {"nodeIP": "fd7a:115c:a1e0::9837:b73c"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -16817,7 +16841,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.59.78"}, {"nodeIP": "fd7a:115c:a1e0::3937:3b4e"}], + "principals": [{"nodeIP": "100.82.183.60"}, {"nodeIP": "fd7a:115c:a1e0::9837:b73c"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17646,26 +17670,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.113.59.78"}, {"nodeIP": "fd7a:115c:a1e0::3937:3b4e"}], + "principals": [{"nodeIP": "100.82.183.60"}, {"nodeIP": "fd7a:115c:a1e0::9837:b73c"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -17674,7 +17699,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.113.59.78"}, {"nodeIP": "fd7a:115c:a1e0::3937:3b4e"}], + "principals": [{"nodeIP": "100.82.183.60"}, {"nodeIP": "fd7a:115c:a1e0::9837:b73c"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17711,21 +17736,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3645684913216028, - "StableID": "n78jiix8UV11CNTRL", + "ID": 2226562102973969, + "StableID": "nGQ6Yd1RPJ11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 3645684913216028, - "Key": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "DiscoKey": "discokey:5ae8b92790c602acccf07dff4494003616be23c2c38cced925cfd1f5e3dc8f6f", - "Addresses": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "AllowedIPs": ["100.109.155.68/32", "fd7a:115c:a1e0::c837:9b44/128"], - "Endpoints": ["77.164.248.136:48360", "10.65.0.27:48360", "172.17.0.1:48360"], + "User": 2226562102973969, + "Key": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "DiscoKey": "discokey:2bcce50cf41fd3ac8341c320dc2f0dad92fd065eb84774799f86d2f6b4868833", + "Addresses": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "AllowedIPs": ["100.112.78.109/32", "fd7a:115c:a1e0::a037:4e6e/128"], + "Endpoints": ["77.164.248.136:41337", "10.65.0.27:41337", "172.17.0.1:41337"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 55097}, - {"Proto": "peerapi6", "Port": 55097}, + {"Proto": "peerapi4", "Port": 52780}, + {"Proto": "peerapi6", "Port": 52780}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:36:40.495323605Z", + "Created": "2026-04-09T08:42:39.684714481Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17753,300 +17778,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:4af44013d10453541253a0836272811c8c0f347beed07086634b8481c8ad9b43", - "MachineKey": "mkey:b443563f687457344bb4e0c3d9a2dedc07f7a6254b6d1b47582ddc23f34f5c04", + "NodeKey": "nodekey:4ecc1a6773387a844b6449c95e2e1a08519b54ed574aaf3b16def7afa0f04e6c", + "MachineKey": "mkey:194fd5f36dd05dd4f0f1408b77ebbb6730946189e5f13f19d934161bcbaa9648", "Peers": [{ - "ID": 161262083762217, - "StableID": "nzsJ8j53G211CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:24dd648a6250ff726038dfbe22772128381ffe070d8c883ccf2d651b55cf4b13", - "DiscoKey": "discokey:6aa7be28b552466e58e57faae18a4d4508f389eeefb491e0e9ffbb01aeafd42e", - "Addresses": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "AllowedIPs": ["100.79.75.20/32", "fd7a:115c:a1e0::5537:4b14/128"], - "Endpoints": ["77.164.248.136:57376", "10.65.0.27:57376", "172.17.0.1:57376"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 53596}, - {"Proto": "peerapi6", "Port": 53596} - ]}, - "Created": "2026-04-09T01:36:38.322010296Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" - }, { - "ID": 164896985029623, - "StableID": "nzcRuiZgH211CNTRL", + "ID": 4396355680793, + "StableID": "nkA2u7Vz2111CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:78a7bdfd848583652fe0cd83ea468d26ba9d1d5ddf75dcdb4ed350f639313b4d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:52e463446431357a0328c8c7dc767d2745a4fc871597f96e73fad59422c82667", - "Addresses": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "AllowedIPs": ["100.113.59.78/32", "fd7a:115c:a1e0::3937:3b4e/128"], - "Endpoints": ["77.164.248.136:41720", "10.65.0.27:41720", "172.17.0.1:41720"], + "Key": "nodekey:acf375d8a13ffcc31c1b34c6ee76020eb914d290a128edb8805ccaab9812b73b", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:c32fd5041dfaee8ac89d9811e7983742b9f0c4484eb9bdd630d03f0ab847cd66", + "Addresses": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "AllowedIPs": ["100.82.183.60/32", "fd7a:115c:a1e0::9837:b73c/128"], + "Endpoints": ["77.164.248.136:39797", "10.65.0.27:39797", "172.17.0.1:39797"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 55514}, - {"Proto": "peerapi6", "Port": 55514} + {"Proto": "peerapi4", "Port": 59188}, + {"Proto": "peerapi6", "Port": 59188} ]}, - "Created": "2026-04-09T01:36:42.65298578Z", + "Created": "2026-04-09T08:42:41.836459134Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 975496648551339, - "StableID": "nnSGQHeoc811CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0f8ddd70521b4cb7223de060e3d574a377fb24df0374e0b1094fdd8f955a5362", - "DiscoKey": "discokey:64854ca53e7f761c1cb07dd16880c24ce87bd13bab7a0f6c80fa480e0744e117", - "Addresses": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "AllowedIPs": ["100.90.83.99/32", "fd7a:115c:a1e0::9537:5363/128"], - "Endpoints": ["77.164.248.136:41442", "10.65.0.27:41442", "172.17.0.1:41442"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 52225}, - {"Proto": "peerapi6", "Port": 52225} + "ID": 1654425466112389, + "StableID": "nkYL8CxHvD11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:11f6686c4c0489a89a662f59575ab3b85135cc26f5b285b6eaa6659d534e6329", + "KeyExpiry": "2026-10-06T08:42:42Z", + "DiscoKey": "discokey:93ab45676768d889ef7eb6243e1b27cb0735aebac6692757357e758e85406d2f", + "Addresses": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "AllowedIPs": ["100.78.99.42/32", "fd7a:115c:a1e0::5337:632a/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 34922}, + {"Proto": "peerapi6", "Port": 34922} ]}, - "Created": "2026-04-09T01:36:37.800253819Z", + "Created": "2026-04-09T08:42:42.379228841Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 1912624387672945, - "StableID": "nGAXfAQEwF11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:a4d023eeb7caff127a006d998fc0904f84a7f851424460f5d4adf6d148d4b33b", - "DiscoKey": "discokey:5b89fd4fa540b583f573d65a648c734461c3c8cda1424ed0216d7c4c60145072", - "Addresses": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "AllowedIPs": ["100.84.179.60/32", "fd7a:115c:a1e0::4837:b33c/128"], - "Endpoints": ["77.164.248.136:52556", "10.65.0.27:52556", "172.17.0.1:52556"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56962}, - {"Proto": "peerapi6", "Port": 56962} - ]}, - "Created": "2026-04-09T01:36:41.024931938Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 3717682255300325, - "StableID": "n84BJ7Dk2W11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:8e8269810ec35038161e4dabecb637bc0c55f1264960f73339ee553932f5d647", - "DiscoKey": "discokey:90fb1894e55b257f57b6e0e1b39c217c90052ef9aebaa95724c06fc919732073", - "Addresses": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "AllowedIPs": ["100.117.214.72/32", "fd7a:115c:a1e0::3237:d648/128"], - "Endpoints": ["77.164.248.136:49485", "10.65.0.27:49485", "172.17.0.1:49485"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 55442}, - {"Proto": "peerapi6", "Port": 55442} - ]}, - "Created": "2026-04-09T01:36:39.949393554Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 4505633130259774, - "StableID": "n5GWuqLcBc11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ef4c787fb7be88c0ee95d8b62532b6dc34f2fea3ddd58b2b904be387c120ea06", - "DiscoKey": "discokey:051782d1e2e389ffa5db8555f25956eec2cef5b3e185517828979e2e3064db52", - "Addresses": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "AllowedIPs": ["100.96.234.7/32", "fd7a:115c:a1e0::c137:ea07/128"], - "Endpoints": ["77.164.248.136:37079", "10.65.0.27:37079", "172.17.0.1:37079"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 40183}, - {"Proto": "peerapi6", "Port": 40183} - ]}, - "Created": "2026-04-09T01:36:36.177593621Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4740473301753472, - "StableID": "nMdtgKCy1e11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f159e285493b52ac5c5add630dec51769395d93daf3cf0c29e49d6c11eb4ba6e", - "DiscoKey": "discokey:2109bc9726e7715c08a94f773135abf6287bf4dfd7121425a05beae94e918c4a", - "Addresses": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "AllowedIPs": ["100.116.186.111/32", "fd7a:115c:a1e0::1e37:ba6f/128"], - "Endpoints": ["77.164.248.136:56684", "10.65.0.27:56684", "172.17.0.1:56684"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 41829}, - {"Proto": "peerapi6", "Port": 41829} - ]}, - "Created": "2026-04-09T01:36:38.868942154Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 5950120239025222, - "StableID": "nV61J1apTo11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:14b053450583cbfa296b3bb81927744700bc8dae8f8fb33499e58fb44ea8d039", - "DiscoKey": "discokey:7877426f585c60b424022fe6ad8930a35e2338b88eb791f8358af45eb4c8d118", - "Addresses": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "AllowedIPs": ["100.104.208.58/32", "fd7a:115c:a1e0::4e37:d03a/128"], - "Endpoints": ["77.164.248.136:55071", "10.65.0.27:55071", "172.17.0.1:55071"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 57127}, - {"Proto": "peerapi6", "Port": 57127} - ]}, - "Created": "2026-04-09T01:36:39.417266203Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 5964787233562666, - "StableID": "nKfnN5rTao11CNTRL", - "Name": "pidgey.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2e4d20f00680747a1039c6ec873c525469e66ce2f7f94f1fbc02bddc35178854", - "DiscoKey": "discokey:eb481eb9168e1d530b29e322273bd0583321354cfae0b124f29aaa59bb59fc3e", - "Addresses": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "AllowedIPs": ["100.87.136.85/32", "fd7a:115c:a1e0::3537:8855/128"], - "Endpoints": ["77.164.248.136:53486", "10.65.0.27:53486", "172.17.0.1:53486"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 54815}, - {"Proto": "peerapi6", "Port": 54815} - ]}, - "Created": "2026-04-09T01:36:35.623960274Z", - "Cap": 131, - "Tags": ["tag:pidgey"], - "Online": true, - "ComputedName": "pidgey", - "ComputedNameWithHost": "pidgey" - }, { - "ID": 6030352744671077, - "StableID": "n46H5B9A6p11CNTRL", + "ID": 2010454632663368, + "StableID": "n7GnQaEYhG11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1179ea52c99b6057386f1ff77b526ffc14f33dbe78bc188113e83b3d3ed7fe40", - "DiscoKey": "discokey:cf80fce23cc2c2ec74c56cdddce37fc57a667f57b5e8bef2a5904f85a893d524", - "Addresses": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "AllowedIPs": ["100.87.254.65/32", "fd7a:115c:a1e0::3e37:fe41/128"], - "Endpoints": ["77.164.248.136:53683", "10.65.0.27:53683", "172.17.0.1:53683"], + "Key": "nodekey:c46b5b95b3fc02d1a1523bd518634a5d3bd8a6dfc77424e550e4392dde17bb78", + "DiscoKey": "discokey:5419d3505cfa6892d070e4cec1aaadf81e3a9000c16661b98a0758b210b92173", + "Addresses": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "AllowedIPs": ["100.87.187.121/32", "fd7a:115c:a1e0::de37:bb79/128"], + "Endpoints": ["77.164.248.136:59244", "10.65.0.27:59244", "172.17.0.1:59244"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 56338}, - {"Proto": "peerapi6", "Port": 56338} + {"Proto": "peerapi4", "Port": 57292}, + {"Proto": "peerapi6", "Port": 57292} ]}, - "Created": "2026-04-09T01:36:41.58772011Z", + "Created": "2026-04-09T08:42:40.778278222Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7047183047536514, - "StableID": "nsD3ypYg2x11CNTRL", + "ID": 2112974210146709, + "StableID": "ngcoQUFyVH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:bc0bb5672b2be6a539abe5f5af5de3a440c3d527b53d6ce12759aa5a0bd2cf5a", + "DiscoKey": "discokey:5312136b7b27f99e72e47cc7009d7a7dac2cdcf5b49e42207dc47d9b95bcf838", + "Addresses": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "AllowedIPs": ["100.82.207.91/32", "fd7a:115c:a1e0::b37:cf5b/128"], + "Endpoints": ["77.164.248.136:51534", "10.65.0.27:51534", "172.17.0.1:51534"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57393}, + {"Proto": "peerapi6", "Port": 57393} + ]}, + "Created": "2026-04-09T08:42:38.612655329Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 3482703621521208, + "StableID": "nmBP5giKCU11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:646c1377fa2a5416f450b8ea4d271d2459c74bd7c85d22216102a9bb223aa92d", - "KeyExpiry": "2026-10-06T01:36:42Z", - "DiscoKey": "discokey:f7ff3fc3537c8adfdf7c7c8e97889726ba4083dda44801c2bdc22f2f894d955c", - "Addresses": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "AllowedIPs": ["100.122.169.46/32", "fd7a:115c:a1e0::2237:a92e/128"], - "Endpoints": ["77.164.248.136:34817", "10.65.0.27:34817", "172.17.0.1:34817"], - "HomeDERP": 14, + "Key": "nodekey:a9091933e5cffa6feb794e7383ee7ed769b00a7a29525ae9c00e8357e4df3723", + "KeyExpiry": "2026-10-06T08:42:41Z", + "DiscoKey": "discokey:d21b00bf1e3604441ae71ec310bef8a0032d2072adde6081eec016453b95a75e", + "Addresses": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "AllowedIPs": ["100.95.55.36/32", "fd7a:115c:a1e0::e437:3724/128"], + "Endpoints": ["77.164.248.136:35983", "10.65.0.27:35983", "172.17.0.1:35983"], + "HomeDERP": 4, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 48891}, - {"Proto": "peerapi6", "Port": 48891} + {"Proto": "peerapi4", "Port": 62586}, + {"Proto": "peerapi6", "Port": 62586} ]}, - "Created": "2026-04-09T01:36:42.12215792Z", + "Created": "2026-04-09T08:42:41.331637091Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 7094474529819721, - "StableID": "n6XBKKp6Qx11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:3e207e83accf59e561c62fc0a75c81f80d580ca915ad4389a9ef463b8b18ae7a", - "KeyExpiry": "2026-10-06T01:36:43Z", - "DiscoKey": "discokey:40ad6f5547d4e437a9c809d57d36b8cb5bc827c8b3a91046d805036e28b38b78", - "Addresses": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "AllowedIPs": ["100.88.174.123/32", "fd7a:115c:a1e0::8b37:ae7b/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40905}, - {"Proto": "peerapi6", "Port": 40905} - ]}, - "Created": "2026-04-09T01:36:43.206527043Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 7642167836627184, - "StableID": "nd7DMqn9g221CNTRL", - "Name": "charmander.tail78f774.ts.net.", + "ID": 3960740360172786, + "StableID": "noRCi7wpvX11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bef95fc9c7a1c1f5aeda6277d89bdcff6e6fbfba5c558d858011fef00796d82b", - "DiscoKey": "discokey:0d4f226415e73188eedcb0cd3ddb65a98148e0fcfc939408480d6297c08a360c", - "Addresses": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "AllowedIPs": ["100.86.216.44/32", "fd7a:115c:a1e0::737:d82c/128"], - "Endpoints": ["77.164.248.136:54961", "10.65.0.27:54961", "172.17.0.1:54961"], + "Key": "nodekey:d5e96ba78ac0c5d31e8d034e3db6701d21bb4497f3f3047127a48bd8ba68102e", + "DiscoKey": "discokey:0a04f9b42f1f9fc7bbe55d07e0b2b9460951e8975b290dc5431e5104537c9b15", + "Addresses": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "AllowedIPs": ["100.104.16.47/32", "fd7a:115c:a1e0::ba37:1030/128"], + "Endpoints": ["77.164.248.136:47498", "10.65.0.27:47498", "172.17.0.1:47498"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 43236}, - {"Proto": "peerapi6", "Port": 43236} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 60546}, + {"Proto": "peerapi6", "Port": 60546} ]}, - "Created": "2026-04-09T01:36:36.696142375Z", + "Created": "2026-04-09T08:42:38.089362862Z", "Cap": 131, - "Tags": ["tag:exit"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }, { - "ID": 8568263197282510, - "StableID": "nh667Dkau921CNTRL", + "ID": 4199316163336838, + "StableID": "nPwLU4vsnZ11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:566ca290bdbaa718ba851c0952365007f1f11e736e9720f3d49c747afd4bf23e", + "DiscoKey": "discokey:6b5e59e5c8e66c31e59fc99dcba85dda0cfaff39845f15dfd4034dbabc2e7669", + "Addresses": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "AllowedIPs": ["100.75.242.63/32", "fd7a:115c:a1e0::fd37:f23f/128"], + "Endpoints": ["77.164.248.136:50478", "10.65.0.27:50478", "172.17.0.1:50478"], + "HomeDERP": 4, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 38193}, + {"Proto": "peerapi6", "Port": 38193} + ]}, + "Created": "2026-04-09T08:42:37.01781828Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 5288130201991910, + "StableID": "nwdjbND1Ji11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:69308bb7826da157c3b7bb4e47d0858542174a883f694ba06acba3867d02704f", + "DiscoKey": "discokey:cc2446a28311f2a88d419e2353a722a92203084c21e7f4a63e9f93d09961bf61", + "Addresses": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "AllowedIPs": ["100.66.112.80/32", "fd7a:115c:a1e0::7d37:7050/128"], + "Endpoints": ["77.164.248.136:55272", "10.65.0.27:55272", "172.17.0.1:55272"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 43198}, + {"Proto": "peerapi6", "Port": 43198} + ]}, + "Created": "2026-04-09T08:42:37.572006053Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 5524072116461541, + "StableID": "nnbrdR1s8k11CNTRL", + "Name": "pidgey.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3a0faa88fe0a1cc6bede2b3d1af870aa96bd05ad199cb95c285e62479e5ff313", + "DiscoKey": "discokey:0ebc1a33b8e87cb78c687d405544ed1cac6bc68f307a2fd68fb59ea069b04f10", + "Addresses": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "AllowedIPs": ["100.95.243.20/32", "fd7a:115c:a1e0::9e37:f314/128"], + "Endpoints": ["77.164.248.136:43581", "10.65.0.27:43581", "172.17.0.1:43581"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ + {"Proto": "peerapi4", "Port": 54940}, + {"Proto": "peerapi6", "Port": 54940} + ]}, + "Created": "2026-04-09T08:42:34.881712634Z", + "Cap": 131, + "Tags": ["tag:pidgey"], + "Online": true, + "ComputedName": "pidgey", + "ComputedNameWithHost": "pidgey" + }, { + "ID": 6118151187548074, + "StableID": "n1cWpWTvmp11CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9886d59119546d8f1853436968db8567298f2e8c78df4f4b23645012be777e14", - "DiscoKey": "discokey:aae14e04854bafeba104b903ec74507ab93796ac9815f900b7417d1c2732630a", - "Addresses": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "AllowedIPs": ["100.119.126.21/32", "fd7a:115c:a1e0::be37:7e15/128"], - "Endpoints": ["77.164.248.136:53928", "10.65.0.27:53928", "172.17.0.1:53928"], + "Key": "nodekey:5b211fc87774353a7c3534ff62a5fcd06364995b7965d185bee80c99f4fce71d", + "DiscoKey": "discokey:ffa7067d7da98c115a0911a79d1e6341f2954549bc27cd644e6812add1e7c602", + "Addresses": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "AllowedIPs": ["100.124.231.30/32", "fd7a:115c:a1e0::f437:e71e/128"], + "Endpoints": ["77.164.248.136:51822", "10.65.0.27:51822", "172.17.0.1:51822"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 38740}, - {"Proto": "peerapi6", "Port": 38740} + {"Proto": "peerapi4", "Port": 36974}, + {"Proto": "peerapi6", "Port": 36974} ]}, - "Created": "2026-04-09T01:36:37.24135369Z", + "Created": "2026-04-09T08:42:36.476345027Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" + }, { + "ID": 7126746075180298, + "StableID": "noTZG1Yiex11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:7e530934b5e0c4f7f8709aa87bc7829b003a3df331ad8c706bdebd7ba2a5a078", + "DiscoKey": "discokey:fb1f28194b83c26b7a22739829e7d4f5d9cf108254d2aadf9bf8ec38bf639d59", + "Addresses": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "AllowedIPs": ["100.101.160.121/32", "fd7a:115c:a1e0::a237:a079/128"], + "Endpoints": ["77.164.248.136:37351", "10.65.0.27:37351", "172.17.0.1:37351"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42408}, + {"Proto": "peerapi6", "Port": 42408} + ]}, + "Created": "2026-04-09T08:42:40.223485294Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 8542907841066399, + "StableID": "npPt6mh6i921CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:657426b9a0a1133429642cfd57ba412a56e7c0b437d43b989449ad9c37314904", + "DiscoKey": "discokey:17b158d32c257f5a58edc95cc278c53bcb136fe880f8ad7a3436ade8a037253d", + "Addresses": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "AllowedIPs": ["100.113.73.5/32", "fd7a:115c:a1e0::3737:4905/128"], + "Endpoints": ["77.164.248.136:38406", "10.65.0.27:38406", "172.17.0.1:38406"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 56246}, + {"Proto": "peerapi6", "Port": 56246} + ]}, + "Created": "2026-04-09T08:42:35.406627298Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8679464145202428, + "StableID": "nuqo5iowmA21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:617791c6be3175a9ee61cca5f90914541997aa46423225780daaa1ab23589d39", + "DiscoKey": "discokey:5667fed9087c3ed7f75647d03474ed03174ccfc8f19cf8243ff8c24dfa999227", + "Addresses": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "AllowedIPs": ["100.88.157.58/32", "fd7a:115c:a1e0::2337:9d3a/128"], + "Endpoints": ["77.164.248.136:52833", "10.65.0.27:52833", "172.17.0.1:52833"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 35839}, + {"Proto": "peerapi6", "Port": 35839} + ]}, + "Created": "2026-04-09T08:42:39.145406452Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8808507930799195, + "StableID": "nanXXsZPnB21CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:17e72459eb06a3828f70f737747ac168633beff76513242b457f94ebb7270277", + "DiscoKey": "discokey:95a0e9982ed777db89f010fcbde7bfd4377af93a94bc72af146acb8c8eda6c3f", + "Addresses": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "AllowedIPs": ["100.103.2.120/32", "fd7a:115c:a1e0::b737:278/128"], + "Endpoints": ["77.164.248.136:36256", "10.65.0.27:36256", "172.17.0.1:36256"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 40763}, + {"Proto": "peerapi6", "Port": 40763} + ]}, + "Created": "2026-04-09T08:42:35.939907077Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18894,27 +18919,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3645684913216028": { - "ID": 3645684913216028, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2226562102973969": { + "ID": 2226562102973969, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-f4.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-f4.hujson index e1b54db8..05120874 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-f4.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-f4.hujson @@ -3,7 +3,7 @@ // ssh f4 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:36:56Z +// Captured at: 2026-04-09T08:42:55Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-f4", "description": "ssh f4", "category": "ssh", - "captured_at": "2026-04-09T01:36:56.075730204Z", + "captured_at": "2026-04-09T08:42:55.151592174Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,14 +19,14 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["tag:server"], "src": ["autogroup:member"], - "users": ["localpart:*@passkey"] + "users": ["localpart:*@example.com"] }, { "action": "accept", "dst": ["tag:server"], @@ -40,119 +40,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh f4\",\n\t\"id\": \"ssh-f4\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@passkey\"]\n\t}, {\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh f4\",\n\t\"id\": \"ssh-f4\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@example.com\"]\n\t}, {\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"autogroup:nonroot\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-f4.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.108.206.17", - "ipv6": "fd7a:115c:a1e0::937:ce11", + "ipv4": "100.98.148.70", + "ipv6": "fd7a:115c:a1e0::537:9446", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.121.59.50", - "ipv6": "fd7a:115c:a1e0::6737:3b32", + "ipv4": "100.120.45.76", + "ipv6": "fd7a:115c:a1e0::1437:2d4c", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.73.63.37", - "ipv6": "fd7a:115c:a1e0::a737:3f25", + "ipv4": "100.104.30.19", + "ipv6": "fd7a:115c:a1e0::6437:1e13", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.74.177.23", - "ipv6": "fd7a:115c:a1e0::e437:b117", + "ipv4": "100.91.170.73", + "ipv6": "fd7a:115c:a1e0::a737:aa49", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.83.19.30", - "ipv6": "fd7a:115c:a1e0::db37:131e", + "ipv4": "100.103.255.20", + "ipv6": "fd7a:115c:a1e0::e537:ff14", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.85.123.71", - "ipv6": "fd7a:115c:a1e0::2937:7b47", + "ipv4": "100.115.162.121", + "ipv6": "fd7a:115c:a1e0::6037:a279", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.77.45.19", - "ipv6": "fd7a:115c:a1e0::b437:2d13", + "ipv4": "100.82.150.68", + "ipv6": "fd7a:115c:a1e0::4037:9644", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.106.119.92", - "ipv6": "fd7a:115c:a1e0::bb37:775c", + "ipv4": "100.90.9.38", + "ipv6": "fd7a:115c:a1e0::2537:926", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.106.154.89", - "ipv6": "fd7a:115c:a1e0::b837:9a59", + "ipv4": "100.120.123.94", + "ipv6": "fd7a:115c:a1e0::f937:7b5e", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.87.189.45", - "ipv6": "fd7a:115c:a1e0::3537:bd2d", + "ipv4": "100.121.123.62", + "ipv6": "fd7a:115c:a1e0::6c37:7b3e", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.78.164.79", - "ipv6": "fd7a:115c:a1e0::4f37:a44f", + "ipv4": "100.95.150.66", + "ipv6": "fd7a:115c:a1e0::1737:9642", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.97.56.64", - "ipv6": "fd7a:115c:a1e0::d437:3840", + "ipv4": "100.108.179.15", + "ipv6": "fd7a:115c:a1e0::5337:b30f", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.106.171.12", - "ipv6": "fd7a:115c:a1e0::e637:ab0c", + "ipv4": "100.97.89.13", + "ipv6": "fd7a:115c:a1e0::9f37:590d", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.115.13.88", - "ipv6": "fd7a:115c:a1e0::ab37:d58", + "ipv4": "100.89.67.32", + "ipv6": "fd7a:115c:a1e0::7137:4320", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.123.61.31", - "ipv6": "fd7a:115c:a1e0::c737:3d1f", + "ipv4": "100.103.132.54", + "ipv6": "fd7a:115c:a1e0::b637:8437", "routable_ips": [], "approved_routes": [] }}}, @@ -184,21 +184,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6862870985280714, - "StableID": "njPxA3zCbv11CNTRL", + "ID": 2864897590804814, + "StableID": "ns5gi61XNP11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 6862870985280714, - "Key": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "DiscoKey": "discokey:66331f3e1119200b488197795b4bb29c6f467091b25bca8ca408e2f5b61e1271", - "Addresses": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "AllowedIPs": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "Endpoints": ["77.164.248.136:38422", "10.65.0.27:38422", "172.17.0.1:38422"], + "User": 2864897590804814, + "Key": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "DiscoKey": "discokey:c5ad752e25a3e7e472c523be1c8e85c54d73d95f8c4651450cfac9fff9bd1b26", + "Addresses": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "AllowedIPs": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "Endpoints": ["77.164.248.136:55097", "10.65.0.27:55097", "172.17.0.1:55097"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 45412}, - {"Proto": "peerapi6", "Port": 45412}, + {"Proto": "peerapi4", "Port": 60903}, + {"Proto": "peerapi6", "Port": 60903}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:04.799665684Z", + "Created": "2026-04-09T08:43:03.659039283Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -226,302 +226,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "MachineKey": "mkey:700e29bbee863fcb59a21adcdd78197c0fd6a54637a0dfec803bb4793865b169", + "NodeKey": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "MachineKey": "mkey:625ad779eb3104464d48fe298a2cb480969824b050f3ad5cf9c0304a4b645671", "Peers": [{ - "ID": 221022996905324, - "StableID": "nsNyNAu6j211CNTRL", + "ID": 704966439675097, + "StableID": "ngULEqGHW611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "KeyExpiry": "2026-10-06T08:43:05Z", + "DiscoKey": "discokey:a35544a3cd8fe222e3fe03c6e30df77b87dfb2fd063f19327ab0188c4817136e", + "Addresses": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "AllowedIPs": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48523}, + {"Proto": "peerapi6", "Port": 48523} + ]}, + "Created": "2026-04-09T08:43:05.284171787Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1332779156968444, + "StableID": "nZBPDDrcQB11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "DiscoKey": "discokey:38e727747a51a49b66531acddceac800266308e55680bbabb59216ed976db678", - "Addresses": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "AllowedIPs": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "Endpoints": ["77.164.248.136:46022", "10.65.0.27:46022", "172.17.0.1:46022"], - "HomeDERP": 8, + "Key": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "DiscoKey": "discokey:4ed17f636afe9cb2fb9712f2939c1cfc659830b95d6cf02ef096193597901b42", + "Addresses": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "AllowedIPs": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "Endpoints": ["77.164.248.136:41850", "10.65.0.27:41850", "172.17.0.1:41850"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48877}, - {"Proto": "peerapi6", "Port": 48877} + {"Proto": "peerapi4", "Port": 58021}, + {"Proto": "peerapi6", "Port": 58021} ]}, - "Created": "2026-04-09T01:37:03.168306753Z", + "Created": "2026-04-09T08:43:02.058225812Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 853015740764704, - "StableID": "n3Enz4HLf711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "KeyExpiry": "2026-10-06T01:37:06Z", - "DiscoKey": "discokey:436943f5574bc75a5001981c62ffd0d54358f8742fa2e5c31bba3961f2dc662f", - "Addresses": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "AllowedIPs": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "Endpoints": ["77.164.248.136:44931", "10.65.0.27:44931", "172.17.0.1:44931"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37158}, - {"Proto": "peerapi6", "Port": 37158} - ]}, - "Created": "2026-04-09T01:37:06.427968526Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 857647242248776, - "StableID": "nMMWvSwRh711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "DiscoKey": "discokey:1e96518007a3691ec7ec6ce2bc2174a87d1726e7f1e9914b0aad2eb74e2c3f56", - "Addresses": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "AllowedIPs": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "Endpoints": ["77.164.248.136:49646", "10.65.0.27:49646", "172.17.0.1:49646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56372}, - {"Proto": "peerapi6", "Port": 56372} - ]}, - "Created": "2026-04-09T01:37:00.44027859Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1185659598921513, - "StableID": "n8G4fVGzFA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "DiscoKey": "discokey:81a438328dc017ee61ebc4fe3a3b077adf9cde4098b4b98e037ac6e79ab96260", - "Addresses": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "AllowedIPs": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "Endpoints": ["77.164.248.136:60792", "10.65.0.27:60792", "172.17.0.1:60792"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39912}, - {"Proto": "peerapi6", "Port": 39912} - ]}, - "Created": "2026-04-09T01:37:03.7017157Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1667017135832519, - "StableID": "n6AyrNiz1E11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "DiscoKey": "discokey:a74eee535d0d8d240ce41ab00c1564c381121655f802a83da922e6d28af5954b", - "Addresses": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "AllowedIPs": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "Endpoints": ["77.164.248.136:46728", "10.65.0.27:46728", "172.17.0.1:46728"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58634}, - {"Proto": "peerapi6", "Port": 58634} - ]}, - "Created": "2026-04-09T01:36:59.369012557Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2069703219978107, - "StableID": "nc9fBTbNAH11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:b371a04909dd2563ce6e4e8119a2880cd33b826aae4ba6e61af82208ca87434f", - "Addresses": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "AllowedIPs": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "Endpoints": ["77.164.248.136:35142", "10.65.0.27:35142", "172.17.0.1:35142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43152}, - {"Proto": "peerapi6", "Port": 43152} - ]}, - "Created": "2026-04-09T01:37:05.887751494Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2131756689363576, - "StableID": "nM3KnjdUeH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "DiscoKey": "discokey:b7fc187a6742ef927d88c3c337dc191a81f5bf7372c45338f3423c089aff990d", - "Addresses": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "AllowedIPs": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "Endpoints": ["77.164.248.136:34629", "10.65.0.27:34629", "172.17.0.1:34629"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 34158}, - {"Proto": "peerapi6", "Port": 34158} - ]}, - "Created": "2026-04-09T01:37:02.070554295Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2979802696345094, - "StableID": "n3TRR7NZGQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:0a778d22a2824789d336c44559b3822c0a5136a6ab11ae5ac99c68024e5b4e15", - "Addresses": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "AllowedIPs": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49479}, - {"Proto": "peerapi6", "Port": 49479} - ]}, - "Created": "2026-04-09T01:37:05.33628152Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4646333138326036, - "StableID": "n5hBpyHLHd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "DiscoKey": "discokey:106a8f3c3138cda5a003fcf1fa04bb808db4364d4a502bf3ce8b929ad3d1714d", - "Addresses": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "AllowedIPs": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "Endpoints": ["77.164.248.136:57218", "10.65.0.27:57218", "172.17.0.1:57218"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56496}, - {"Proto": "peerapi6", "Port": 56496} - ]}, - "Created": "2026-04-09T01:37:04.231484203Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4760280566857139, - "StableID": "nECwsuVwAe11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "DiscoKey": "discokey:bf5aee6ca865d3a240935c0585ce1f05e3812ff7ecf8d74d0169d03a5783d712", - "Addresses": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "AllowedIPs": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "Endpoints": ["77.164.248.136:40789", "10.65.0.27:40789", "172.17.0.1:40789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52026}, - {"Proto": "peerapi6", "Port": 52026} - ]}, - "Created": "2026-04-09T01:36:59.901466461Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5859264131699992, - "StableID": "noYED8wfkn11CNTRL", + "ID": 1660766062616243, + "StableID": "nY5nvUWAyD11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "DiscoKey": "discokey:eabf891a6f3904ef97b13d7d853b81d42267ee38c95e79b18bbaca85380b0f7d", - "Addresses": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "AllowedIPs": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "Endpoints": ["77.164.248.136:47945", "10.65.0.27:47945", "172.17.0.1:47945"], + "Key": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "DiscoKey": "discokey:b68ab2dffc83960ace5a437fe885cc21997f351cf2823475b705c5b39b169059", + "Addresses": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "AllowedIPs": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "Endpoints": ["77.164.248.136:38045", "10.65.0.27:38045", "172.17.0.1:38045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60839}, - {"Proto": "peerapi6", "Port": 60839} + {"Proto": "peerapi4", "Port": 46939}, + {"Proto": "peerapi6", "Port": 46939} ]}, - "Created": "2026-04-09T01:37:00.979950975Z", + "Created": "2026-04-09T08:42:59.923397087Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 7095687052765184, - "StableID": "nKYDpffeQx11CNTRL", + "ID": 3230185834373379, + "StableID": "n8j3wFWxDS11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "DiscoKey": "discokey:ac5973c2370fefebd37bd26de2eef7743f3c7b136970d139f70b4dd09fa1fe12", + "Addresses": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "AllowedIPs": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "Endpoints": ["77.164.248.136:40099", "10.65.0.27:40099", "172.17.0.1:40099"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 35772}, + {"Proto": "peerapi6", "Port": 35772} + ]}, + "Created": "2026-04-09T08:43:00.982435333Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3458163705100461, + "StableID": "nW9Hhb6D1U11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "DiscoKey": "discokey:6accee79601f56189a7211b0bec20c19a35e68cabe70a13927268ea5d5281047", + "Addresses": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "AllowedIPs": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "Endpoints": ["77.164.248.136:51149", "10.65.0.27:51149", "172.17.0.1:51149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48575}, + {"Proto": "peerapi6", "Port": 48575} + ]}, + "Created": "2026-04-09T08:42:59.395464202Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4155723436507178, + "StableID": "nyGiUro8TZ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:f2e38a4d4b0153dfe94477938eb1a5ea06e694308795e07fe534515c4fed5d3c", + "Addresses": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "AllowedIPs": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "Endpoints": ["77.164.248.136:49092", "10.65.0.27:49092", "172.17.0.1:49092"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39144}, + {"Proto": "peerapi6", "Port": 39144} + ]}, + "Created": "2026-04-09T08:43:04.197320753Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5497084941138666, + "StableID": "nKBCNo6evj11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "DiscoKey": "discokey:c2b65b79d46b023678a7a56b64cf09ab81e75b65510e2200ed6f17cb8eb97762", + "Addresses": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "AllowedIPs": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "Endpoints": ["77.164.248.136:45311", "10.65.0.27:45311", "172.17.0.1:45311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52321}, + {"Proto": "peerapi6", "Port": 52321} + ]}, + "Created": "2026-04-09T08:43:02.592093062Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5791331355453012, + "StableID": "nqh8QMTuDn11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "DiscoKey": "discokey:6fd1f0f9c96e3e82e2881134d34d3d6a5ae1dc3d62c877362beb51778dac8b5d", - "Addresses": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "AllowedIPs": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "Endpoints": ["77.164.248.136:39817", "10.65.0.27:39817", "172.17.0.1:39817"], + "Key": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "DiscoKey": "discokey:d34af05f98a8e8f47891493452cc80a9d9d7d91f4660b87ca93a515a67663708", + "Addresses": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "AllowedIPs": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "Endpoints": ["77.164.248.136:60053", "10.65.0.27:60053", "172.17.0.1:60053"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 46346}, - {"Proto": "peerapi6", "Port": 46346} + {"Proto": "peerapi4", "Port": 44472}, + {"Proto": "peerapi6", "Port": 44472} ]}, - "Created": "2026-04-09T01:37:02.639600284Z", + "Created": "2026-04-09T08:43:01.515505903Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7695194610150930, - "StableID": "nHg6kPiA6321CNTRL", + "ID": 5829456807029243, + "StableID": "npX11qwAXn11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "DiscoKey": "discokey:9b8955e0ec528572cdc74a5c57bdf5c381325729f1ad1bd4546ad62b53a4f675", + "Addresses": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "AllowedIPs": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "Endpoints": ["77.164.248.136:50555", "10.65.0.27:50555", "172.17.0.1:50555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35801}, + {"Proto": "peerapi6", "Port": 35801} + ]}, + "Created": "2026-04-09T08:43:03.121292236Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6148571048395097, + "StableID": "nSPkk3Yh1q11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "DiscoKey": "discokey:4f206692c69946bbad0c54a66ec205b3adb1ef0042301362473eb10c6b3d564c", + "Addresses": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "AllowedIPs": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "Endpoints": ["77.164.248.136:55207", "10.65.0.27:55207", "172.17.0.1:55207"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 52416}, + {"Proto": "peerapi6", "Port": 52416} + ]}, + "Created": "2026-04-09T08:42:58.312255279Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6184049759960667, + "StableID": "nk5F14WmHq11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "DiscoKey": "discokey:a5ae1a8f243d32e6caf62ccbba34612afc196b4d84293cfa77b9d6937105a84f", + "Addresses": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "AllowedIPs": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "Endpoints": ["77.164.248.136:39218", "10.65.0.27:39218", "172.17.0.1:39218"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 46356}, + {"Proto": "peerapi6", "Port": 46356} + ]}, + "Created": "2026-04-09T08:42:58.845719767Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6324818470726948, + "StableID": "nRfDwrFXPr11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "DiscoKey": "discokey:0246a35d28ee5bece63aca36ee96cc6a366e8df89ba3bb37f78c7d2417a79474", - "Addresses": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "AllowedIPs": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "Endpoints": ["77.164.248.136:50159", "10.65.0.27:50159", "172.17.0.1:50159"], + "Key": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "DiscoKey": "discokey:a6440b8a25315755988e02333c82112abedcbdc0a78d8b8a64fdf12d02785013", + "Addresses": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "AllowedIPs": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "Endpoints": ["77.164.248.136:36469", "10.65.0.27:36469", "172.17.0.1:36469"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39972}, - {"Proto": "peerapi6", "Port": 39972} + {"Proto": "peerapi4", "Port": 48180}, + {"Proto": "peerapi6", "Port": 48180} ]}, - "Created": "2026-04-09T01:36:58.82102297Z", + "Created": "2026-04-09T08:42:57.774452259Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7772023840815292, - "StableID": "nXzWmTtxg321CNTRL", + "ID": 7046743954281738, + "StableID": "nfMLoq1V2x11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "DiscoKey": "discokey:1870ae621810aae5e2650867ceb9fca1ae2e132067c293677b40a28eb5c7f956", - "Addresses": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "AllowedIPs": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "Endpoints": ["77.164.248.136:57971", "10.65.0.27:57971", "172.17.0.1:57971"], - "HomeDERP": 4, + "Key": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "DiscoKey": "discokey:4077dce1b7b96f24ba36300b7e4b6e7b1ece6decc6a22ddf2b74b83f83d3cd57", + "Addresses": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "AllowedIPs": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "Endpoints": ["77.164.248.136:35950", "10.65.0.27:35950", "172.17.0.1:35950"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46197}, - {"Proto": "peerapi6", "Port": 46197} + {"Proto": "peerapi4", "Port": 47022}, + {"Proto": "peerapi6", "Port": 47022} ]}, - "Created": "2026-04-09T01:37:01.534162185Z", + "Created": "2026-04-09T08:43:00.447707111Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7304517472739419, + "StableID": "niJRvgHE3z11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:9816940045deb3c88e04ddde42e75a3bf8b9d9541059be3a5fac71035fb0be43", + "Addresses": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "AllowedIPs": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "Endpoints": ["77.164.248.136:59794", "10.65.0.27:59794", "172.17.0.1:59794"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61475}, + {"Proto": "peerapi6", "Port": 61475} + ]}, + "Created": "2026-04-09T08:43:04.745194799Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -549,7 +549,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.73.63.37"}, {"nodeIP": "fd7a:115c:a1e0::a737:3f25"}], + "principals": [{"nodeIP": "100.104.30.19"}, {"nodeIP": "fd7a:115c:a1e0::6437:1e13"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -558,7 +558,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.73.63.37"}, {"nodeIP": "fd7a:115c:a1e0::a737:3f25"}], + "principals": [{"nodeIP": "100.104.30.19"}, {"nodeIP": "fd7a:115c:a1e0::6437:1e13"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -567,7 +567,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.85.123.71"}, {"nodeIP": "fd7a:115c:a1e0::2937:7b47"}], + "principals": [{"nodeIP": "100.115.162.121"}, {"nodeIP": "fd7a:115c:a1e0::6037:a279"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -576,7 +576,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.115.13.88"}, {"nodeIP": "fd7a:115c:a1e0::ab37:d58"}], + "principals": [{"nodeIP": "100.89.67.32"}, {"nodeIP": "fd7a:115c:a1e0::7137:4320"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -585,7 +585,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.115.13.88"}, {"nodeIP": "fd7a:115c:a1e0::ab37:d58"}], + "principals": [{"nodeIP": "100.89.67.32"}, {"nodeIP": "fd7a:115c:a1e0::7137:4320"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -594,12 +594,12 @@ "allowRemotePortForwarding": true } }, {"principals": [ - {"nodeIP": "100.115.13.88"}, - {"nodeIP": "100.73.63.37"}, - {"nodeIP": "100.85.123.71"}, - {"nodeIP": "fd7a:115c:a1e0::2937:7b47"}, - {"nodeIP": "fd7a:115c:a1e0::a737:3f25"}, - {"nodeIP": "fd7a:115c:a1e0::ab37:d58"} + {"nodeIP": "100.104.30.19"}, + {"nodeIP": "100.115.162.121"}, + {"nodeIP": "100.89.67.32"}, + {"nodeIP": "fd7a:115c:a1e0::6037:a279"}, + {"nodeIP": "fd7a:115c:a1e0::6437:1e13"}, + {"nodeIP": "fd7a:115c:a1e0::7137:4320"} ], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1426,30 +1426,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6862870985280714": { - "ID": 6862870985280714, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2864897590804814": { + "ID": 2864897590804814, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.73.63.37"}, {"nodeIP": "fd7a:115c:a1e0::a737:3f25"}], + "principals": [{"nodeIP": "100.104.30.19"}, {"nodeIP": "fd7a:115c:a1e0::6437:1e13"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1458,7 +1460,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.73.63.37"}, {"nodeIP": "fd7a:115c:a1e0::a737:3f25"}], + "principals": [{"nodeIP": "100.104.30.19"}, {"nodeIP": "fd7a:115c:a1e0::6437:1e13"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -1467,7 +1469,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.85.123.71"}, {"nodeIP": "fd7a:115c:a1e0::2937:7b47"}], + "principals": [{"nodeIP": "100.115.162.121"}, {"nodeIP": "fd7a:115c:a1e0::6037:a279"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1476,7 +1478,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.115.13.88"}, {"nodeIP": "fd7a:115c:a1e0::ab37:d58"}], + "principals": [{"nodeIP": "100.89.67.32"}, {"nodeIP": "fd7a:115c:a1e0::7137:4320"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1485,7 +1487,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.115.13.88"}, {"nodeIP": "fd7a:115c:a1e0::ab37:d58"}], + "principals": [{"nodeIP": "100.89.67.32"}, {"nodeIP": "fd7a:115c:a1e0::7137:4320"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1494,12 +1496,12 @@ "allowRemotePortForwarding": true } }, {"principals": [ - {"nodeIP": "100.115.13.88"}, - {"nodeIP": "100.73.63.37"}, - {"nodeIP": "100.85.123.71"}, - {"nodeIP": "fd7a:115c:a1e0::2937:7b47"}, - {"nodeIP": "fd7a:115c:a1e0::a737:3f25"}, - {"nodeIP": "fd7a:115c:a1e0::ab37:d58"} + {"nodeIP": "100.104.30.19"}, + {"nodeIP": "100.115.162.121"}, + {"nodeIP": "100.89.67.32"}, + {"nodeIP": "fd7a:115c:a1e0::6037:a279"}, + {"nodeIP": "fd7a:115c:a1e0::6437:1e13"}, + {"nodeIP": "fd7a:115c:a1e0::7137:4320"} ], "sshUsers": {"*": "=", "root": ""}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1534,26 +1536,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7772023840815292, - "StableID": "nXzWmTtxg321CNTRL", + "ID": 7046743954281738, + "StableID": "nfMLoq1V2x11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 7772023840815292, - "Key": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "DiscoKey": "discokey:1870ae621810aae5e2650867ceb9fca1ae2e132067c293677b40a28eb5c7f956", - "Addresses": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "AllowedIPs": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "Endpoints": ["77.164.248.136:57971", "10.65.0.27:57971", "172.17.0.1:57971"], + "User": 7046743954281738, + "Key": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "DiscoKey": "discokey:4077dce1b7b96f24ba36300b7e4b6e7b1ece6decc6a22ddf2b74b83f83d3cd57", + "Addresses": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "AllowedIPs": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "Endpoints": ["77.164.248.136:35950", "10.65.0.27:35950", "172.17.0.1:35950"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 46197}, - {"Proto": "peerapi6", "Port": 46197}, + {"Proto": "peerapi4", "Port": 47022}, + {"Proto": "peerapi6", "Port": 47022}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:37:01.534162185Z", + "Created": "2026-04-09T08:43:00.447707111Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1581,302 +1583,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "MachineKey": "mkey:d477dbf84f9793082e2ed32957849279fc96ffcdb4d5d397a86a9d8e49b5a601", + "NodeKey": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "MachineKey": "mkey:ddedc40cf1af1b8fe50db2381817cf47d9b74489b46f7024695f863d7b1e8e6f", "Peers": [{ - "ID": 221022996905324, - "StableID": "nsNyNAu6j211CNTRL", + "ID": 704966439675097, + "StableID": "ngULEqGHW611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "KeyExpiry": "2026-10-06T08:43:05Z", + "DiscoKey": "discokey:a35544a3cd8fe222e3fe03c6e30df77b87dfb2fd063f19327ab0188c4817136e", + "Addresses": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "AllowedIPs": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48523}, + {"Proto": "peerapi6", "Port": 48523} + ]}, + "Created": "2026-04-09T08:43:05.284171787Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1332779156968444, + "StableID": "nZBPDDrcQB11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "DiscoKey": "discokey:38e727747a51a49b66531acddceac800266308e55680bbabb59216ed976db678", - "Addresses": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "AllowedIPs": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "Endpoints": ["77.164.248.136:46022", "10.65.0.27:46022", "172.17.0.1:46022"], - "HomeDERP": 8, + "Key": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "DiscoKey": "discokey:4ed17f636afe9cb2fb9712f2939c1cfc659830b95d6cf02ef096193597901b42", + "Addresses": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "AllowedIPs": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "Endpoints": ["77.164.248.136:41850", "10.65.0.27:41850", "172.17.0.1:41850"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48877}, - {"Proto": "peerapi6", "Port": 48877} + {"Proto": "peerapi4", "Port": 58021}, + {"Proto": "peerapi6", "Port": 58021} ]}, - "Created": "2026-04-09T01:37:03.168306753Z", + "Created": "2026-04-09T08:43:02.058225812Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 853015740764704, - "StableID": "n3Enz4HLf711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "KeyExpiry": "2026-10-06T01:37:06Z", - "DiscoKey": "discokey:436943f5574bc75a5001981c62ffd0d54358f8742fa2e5c31bba3961f2dc662f", - "Addresses": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "AllowedIPs": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "Endpoints": ["77.164.248.136:44931", "10.65.0.27:44931", "172.17.0.1:44931"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37158}, - {"Proto": "peerapi6", "Port": 37158} - ]}, - "Created": "2026-04-09T01:37:06.427968526Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 857647242248776, - "StableID": "nMMWvSwRh711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "DiscoKey": "discokey:1e96518007a3691ec7ec6ce2bc2174a87d1726e7f1e9914b0aad2eb74e2c3f56", - "Addresses": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "AllowedIPs": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "Endpoints": ["77.164.248.136:49646", "10.65.0.27:49646", "172.17.0.1:49646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56372}, - {"Proto": "peerapi6", "Port": 56372} - ]}, - "Created": "2026-04-09T01:37:00.44027859Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1185659598921513, - "StableID": "n8G4fVGzFA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "DiscoKey": "discokey:81a438328dc017ee61ebc4fe3a3b077adf9cde4098b4b98e037ac6e79ab96260", - "Addresses": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "AllowedIPs": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "Endpoints": ["77.164.248.136:60792", "10.65.0.27:60792", "172.17.0.1:60792"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39912}, - {"Proto": "peerapi6", "Port": 39912} - ]}, - "Created": "2026-04-09T01:37:03.7017157Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1667017135832519, - "StableID": "n6AyrNiz1E11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "DiscoKey": "discokey:a74eee535d0d8d240ce41ab00c1564c381121655f802a83da922e6d28af5954b", - "Addresses": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "AllowedIPs": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "Endpoints": ["77.164.248.136:46728", "10.65.0.27:46728", "172.17.0.1:46728"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58634}, - {"Proto": "peerapi6", "Port": 58634} - ]}, - "Created": "2026-04-09T01:36:59.369012557Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2069703219978107, - "StableID": "nc9fBTbNAH11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:b371a04909dd2563ce6e4e8119a2880cd33b826aae4ba6e61af82208ca87434f", - "Addresses": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "AllowedIPs": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "Endpoints": ["77.164.248.136:35142", "10.65.0.27:35142", "172.17.0.1:35142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43152}, - {"Proto": "peerapi6", "Port": 43152} - ]}, - "Created": "2026-04-09T01:37:05.887751494Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2131756689363576, - "StableID": "nM3KnjdUeH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "DiscoKey": "discokey:b7fc187a6742ef927d88c3c337dc191a81f5bf7372c45338f3423c089aff990d", - "Addresses": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "AllowedIPs": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "Endpoints": ["77.164.248.136:34629", "10.65.0.27:34629", "172.17.0.1:34629"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 34158}, - {"Proto": "peerapi6", "Port": 34158} - ]}, - "Created": "2026-04-09T01:37:02.070554295Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2979802696345094, - "StableID": "n3TRR7NZGQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:0a778d22a2824789d336c44559b3822c0a5136a6ab11ae5ac99c68024e5b4e15", - "Addresses": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "AllowedIPs": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49479}, - {"Proto": "peerapi6", "Port": 49479} - ]}, - "Created": "2026-04-09T01:37:05.33628152Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4646333138326036, - "StableID": "n5hBpyHLHd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "DiscoKey": "discokey:106a8f3c3138cda5a003fcf1fa04bb808db4364d4a502bf3ce8b929ad3d1714d", - "Addresses": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "AllowedIPs": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "Endpoints": ["77.164.248.136:57218", "10.65.0.27:57218", "172.17.0.1:57218"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56496}, - {"Proto": "peerapi6", "Port": 56496} - ]}, - "Created": "2026-04-09T01:37:04.231484203Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4760280566857139, - "StableID": "nECwsuVwAe11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "DiscoKey": "discokey:bf5aee6ca865d3a240935c0585ce1f05e3812ff7ecf8d74d0169d03a5783d712", - "Addresses": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "AllowedIPs": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "Endpoints": ["77.164.248.136:40789", "10.65.0.27:40789", "172.17.0.1:40789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52026}, - {"Proto": "peerapi6", "Port": 52026} - ]}, - "Created": "2026-04-09T01:36:59.901466461Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5859264131699992, - "StableID": "noYED8wfkn11CNTRL", + "ID": 1660766062616243, + "StableID": "nY5nvUWAyD11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "DiscoKey": "discokey:eabf891a6f3904ef97b13d7d853b81d42267ee38c95e79b18bbaca85380b0f7d", - "Addresses": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "AllowedIPs": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "Endpoints": ["77.164.248.136:47945", "10.65.0.27:47945", "172.17.0.1:47945"], + "Key": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "DiscoKey": "discokey:b68ab2dffc83960ace5a437fe885cc21997f351cf2823475b705c5b39b169059", + "Addresses": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "AllowedIPs": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "Endpoints": ["77.164.248.136:38045", "10.65.0.27:38045", "172.17.0.1:38045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60839}, - {"Proto": "peerapi6", "Port": 60839} + {"Proto": "peerapi4", "Port": 46939}, + {"Proto": "peerapi6", "Port": 46939} ]}, - "Created": "2026-04-09T01:37:00.979950975Z", + "Created": "2026-04-09T08:42:59.923397087Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6862870985280714, - "StableID": "njPxA3zCbv11CNTRL", + "ID": 2864897590804814, + "StableID": "ns5gi61XNP11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "DiscoKey": "discokey:66331f3e1119200b488197795b4bb29c6f467091b25bca8ca408e2f5b61e1271", - "Addresses": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "AllowedIPs": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "Endpoints": ["77.164.248.136:38422", "10.65.0.27:38422", "172.17.0.1:38422"], + "Key": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "DiscoKey": "discokey:c5ad752e25a3e7e472c523be1c8e85c54d73d95f8c4651450cfac9fff9bd1b26", + "Addresses": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "AllowedIPs": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "Endpoints": ["77.164.248.136:55097", "10.65.0.27:55097", "172.17.0.1:55097"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45412}, - {"Proto": "peerapi6", "Port": 45412} + {"Proto": "peerapi4", "Port": 60903}, + {"Proto": "peerapi6", "Port": 60903} ]}, - "Created": "2026-04-09T01:37:04.799665684Z", + "Created": "2026-04-09T08:43:03.659039283Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7095687052765184, - "StableID": "nKYDpffeQx11CNTRL", + "ID": 3230185834373379, + "StableID": "n8j3wFWxDS11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "DiscoKey": "discokey:ac5973c2370fefebd37bd26de2eef7743f3c7b136970d139f70b4dd09fa1fe12", + "Addresses": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "AllowedIPs": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "Endpoints": ["77.164.248.136:40099", "10.65.0.27:40099", "172.17.0.1:40099"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 35772}, + {"Proto": "peerapi6", "Port": 35772} + ]}, + "Created": "2026-04-09T08:43:00.982435333Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3458163705100461, + "StableID": "nW9Hhb6D1U11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "DiscoKey": "discokey:6accee79601f56189a7211b0bec20c19a35e68cabe70a13927268ea5d5281047", + "Addresses": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "AllowedIPs": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "Endpoints": ["77.164.248.136:51149", "10.65.0.27:51149", "172.17.0.1:51149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48575}, + {"Proto": "peerapi6", "Port": 48575} + ]}, + "Created": "2026-04-09T08:42:59.395464202Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4155723436507178, + "StableID": "nyGiUro8TZ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:f2e38a4d4b0153dfe94477938eb1a5ea06e694308795e07fe534515c4fed5d3c", + "Addresses": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "AllowedIPs": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "Endpoints": ["77.164.248.136:49092", "10.65.0.27:49092", "172.17.0.1:49092"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39144}, + {"Proto": "peerapi6", "Port": 39144} + ]}, + "Created": "2026-04-09T08:43:04.197320753Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5497084941138666, + "StableID": "nKBCNo6evj11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "DiscoKey": "discokey:c2b65b79d46b023678a7a56b64cf09ab81e75b65510e2200ed6f17cb8eb97762", + "Addresses": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "AllowedIPs": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "Endpoints": ["77.164.248.136:45311", "10.65.0.27:45311", "172.17.0.1:45311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52321}, + {"Proto": "peerapi6", "Port": 52321} + ]}, + "Created": "2026-04-09T08:43:02.592093062Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5791331355453012, + "StableID": "nqh8QMTuDn11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "DiscoKey": "discokey:6fd1f0f9c96e3e82e2881134d34d3d6a5ae1dc3d62c877362beb51778dac8b5d", - "Addresses": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "AllowedIPs": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "Endpoints": ["77.164.248.136:39817", "10.65.0.27:39817", "172.17.0.1:39817"], + "Key": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "DiscoKey": "discokey:d34af05f98a8e8f47891493452cc80a9d9d7d91f4660b87ca93a515a67663708", + "Addresses": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "AllowedIPs": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "Endpoints": ["77.164.248.136:60053", "10.65.0.27:60053", "172.17.0.1:60053"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 46346}, - {"Proto": "peerapi6", "Port": 46346} + {"Proto": "peerapi4", "Port": 44472}, + {"Proto": "peerapi6", "Port": 44472} ]}, - "Created": "2026-04-09T01:37:02.639600284Z", + "Created": "2026-04-09T08:43:01.515505903Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7695194610150930, - "StableID": "nHg6kPiA6321CNTRL", + "ID": 5829456807029243, + "StableID": "npX11qwAXn11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "DiscoKey": "discokey:9b8955e0ec528572cdc74a5c57bdf5c381325729f1ad1bd4546ad62b53a4f675", + "Addresses": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "AllowedIPs": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "Endpoints": ["77.164.248.136:50555", "10.65.0.27:50555", "172.17.0.1:50555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35801}, + {"Proto": "peerapi6", "Port": 35801} + ]}, + "Created": "2026-04-09T08:43:03.121292236Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6148571048395097, + "StableID": "nSPkk3Yh1q11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "DiscoKey": "discokey:4f206692c69946bbad0c54a66ec205b3adb1ef0042301362473eb10c6b3d564c", + "Addresses": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "AllowedIPs": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "Endpoints": ["77.164.248.136:55207", "10.65.0.27:55207", "172.17.0.1:55207"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 52416}, + {"Proto": "peerapi6", "Port": 52416} + ]}, + "Created": "2026-04-09T08:42:58.312255279Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6184049759960667, + "StableID": "nk5F14WmHq11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "DiscoKey": "discokey:a5ae1a8f243d32e6caf62ccbba34612afc196b4d84293cfa77b9d6937105a84f", + "Addresses": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "AllowedIPs": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "Endpoints": ["77.164.248.136:39218", "10.65.0.27:39218", "172.17.0.1:39218"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 46356}, + {"Proto": "peerapi6", "Port": 46356} + ]}, + "Created": "2026-04-09T08:42:58.845719767Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6324818470726948, + "StableID": "nRfDwrFXPr11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "DiscoKey": "discokey:0246a35d28ee5bece63aca36ee96cc6a366e8df89ba3bb37f78c7d2417a79474", - "Addresses": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "AllowedIPs": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "Endpoints": ["77.164.248.136:50159", "10.65.0.27:50159", "172.17.0.1:50159"], + "Key": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "DiscoKey": "discokey:a6440b8a25315755988e02333c82112abedcbdc0a78d8b8a64fdf12d02785013", + "Addresses": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "AllowedIPs": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "Endpoints": ["77.164.248.136:36469", "10.65.0.27:36469", "172.17.0.1:36469"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39972}, - {"Proto": "peerapi6", "Port": 39972} + {"Proto": "peerapi4", "Port": 48180}, + {"Proto": "peerapi6", "Port": 48180} ]}, - "Created": "2026-04-09T01:36:58.82102297Z", + "Created": "2026-04-09T08:42:57.774452259Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 7304517472739419, + "StableID": "niJRvgHE3z11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:9816940045deb3c88e04ddde42e75a3bf8b9d9541059be3a5fac71035fb0be43", + "Addresses": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "AllowedIPs": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "Endpoints": ["77.164.248.136:59794", "10.65.0.27:59794", "172.17.0.1:59794"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61475}, + {"Proto": "peerapi6", "Port": 61475} + ]}, + "Created": "2026-04-09T08:43:04.745194799Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2724,27 +2726,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7772023840815292": { - "ID": 7772023840815292, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7046743954281738": { + "ID": 7046743954281738, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2775,22 +2779,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 853015740764704, - "StableID": "n3Enz4HLf711CNTRL", + "ID": 704966439675097, + "StableID": "ngULEqGHW611CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "KeyExpiry": "2026-10-06T01:37:06Z", - "DiscoKey": "discokey:436943f5574bc75a5001981c62ffd0d54358f8742fa2e5c31bba3961f2dc662f", - "Addresses": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "AllowedIPs": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "Endpoints": ["77.164.248.136:44931", "10.65.0.27:44931", "172.17.0.1:44931"], + "Key": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "KeyExpiry": "2026-10-06T08:43:05Z", + "DiscoKey": "discokey:a35544a3cd8fe222e3fe03c6e30df77b87dfb2fd063f19327ab0188c4817136e", + "Addresses": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "AllowedIPs": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37158}, - {"Proto": "peerapi6", "Port": 37158}, + {"Proto": "peerapi4", "Port": 48523}, + {"Proto": "peerapi6", "Port": 48523}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:06.427968526Z", + "Created": "2026-04-09T08:43:05.284171787Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2819,302 +2823,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "MachineKey": "mkey:8dc8d6e0095050406381286045ba1a8c8a2ef2071ea24aad2bf59ddd19aee71b", + "NodeKey": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "MachineKey": "mkey:e8636556bbb567aa5e632c7c843fb41a1c20fa7e63835a6e636f31a5a95fa26a", "Peers": [{ - "ID": 221022996905324, - "StableID": "nsNyNAu6j211CNTRL", + "ID": 1332779156968444, + "StableID": "nZBPDDrcQB11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "DiscoKey": "discokey:38e727747a51a49b66531acddceac800266308e55680bbabb59216ed976db678", - "Addresses": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "AllowedIPs": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "Endpoints": ["77.164.248.136:46022", "10.65.0.27:46022", "172.17.0.1:46022"], - "HomeDERP": 8, + "Key": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "DiscoKey": "discokey:4ed17f636afe9cb2fb9712f2939c1cfc659830b95d6cf02ef096193597901b42", + "Addresses": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "AllowedIPs": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "Endpoints": ["77.164.248.136:41850", "10.65.0.27:41850", "172.17.0.1:41850"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48877}, - {"Proto": "peerapi6", "Port": 48877} + {"Proto": "peerapi4", "Port": 58021}, + {"Proto": "peerapi6", "Port": 58021} ]}, - "Created": "2026-04-09T01:37:03.168306753Z", + "Created": "2026-04-09T08:43:02.058225812Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 857647242248776, - "StableID": "nMMWvSwRh711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "DiscoKey": "discokey:1e96518007a3691ec7ec6ce2bc2174a87d1726e7f1e9914b0aad2eb74e2c3f56", - "Addresses": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "AllowedIPs": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "Endpoints": ["77.164.248.136:49646", "10.65.0.27:49646", "172.17.0.1:49646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56372}, - {"Proto": "peerapi6", "Port": 56372} - ]}, - "Created": "2026-04-09T01:37:00.44027859Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1185659598921513, - "StableID": "n8G4fVGzFA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "DiscoKey": "discokey:81a438328dc017ee61ebc4fe3a3b077adf9cde4098b4b98e037ac6e79ab96260", - "Addresses": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "AllowedIPs": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "Endpoints": ["77.164.248.136:60792", "10.65.0.27:60792", "172.17.0.1:60792"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39912}, - {"Proto": "peerapi6", "Port": 39912} - ]}, - "Created": "2026-04-09T01:37:03.7017157Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1667017135832519, - "StableID": "n6AyrNiz1E11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "DiscoKey": "discokey:a74eee535d0d8d240ce41ab00c1564c381121655f802a83da922e6d28af5954b", - "Addresses": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "AllowedIPs": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "Endpoints": ["77.164.248.136:46728", "10.65.0.27:46728", "172.17.0.1:46728"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58634}, - {"Proto": "peerapi6", "Port": 58634} - ]}, - "Created": "2026-04-09T01:36:59.369012557Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2069703219978107, - "StableID": "nc9fBTbNAH11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:b371a04909dd2563ce6e4e8119a2880cd33b826aae4ba6e61af82208ca87434f", - "Addresses": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "AllowedIPs": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "Endpoints": ["77.164.248.136:35142", "10.65.0.27:35142", "172.17.0.1:35142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43152}, - {"Proto": "peerapi6", "Port": 43152} - ]}, - "Created": "2026-04-09T01:37:05.887751494Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2131756689363576, - "StableID": "nM3KnjdUeH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "DiscoKey": "discokey:b7fc187a6742ef927d88c3c337dc191a81f5bf7372c45338f3423c089aff990d", - "Addresses": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "AllowedIPs": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "Endpoints": ["77.164.248.136:34629", "10.65.0.27:34629", "172.17.0.1:34629"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 34158}, - {"Proto": "peerapi6", "Port": 34158} - ]}, - "Created": "2026-04-09T01:37:02.070554295Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2979802696345094, - "StableID": "n3TRR7NZGQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:0a778d22a2824789d336c44559b3822c0a5136a6ab11ae5ac99c68024e5b4e15", - "Addresses": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "AllowedIPs": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49479}, - {"Proto": "peerapi6", "Port": 49479} - ]}, - "Created": "2026-04-09T01:37:05.33628152Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4646333138326036, - "StableID": "n5hBpyHLHd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "DiscoKey": "discokey:106a8f3c3138cda5a003fcf1fa04bb808db4364d4a502bf3ce8b929ad3d1714d", - "Addresses": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "AllowedIPs": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "Endpoints": ["77.164.248.136:57218", "10.65.0.27:57218", "172.17.0.1:57218"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56496}, - {"Proto": "peerapi6", "Port": 56496} - ]}, - "Created": "2026-04-09T01:37:04.231484203Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4760280566857139, - "StableID": "nECwsuVwAe11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "DiscoKey": "discokey:bf5aee6ca865d3a240935c0585ce1f05e3812ff7ecf8d74d0169d03a5783d712", - "Addresses": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "AllowedIPs": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "Endpoints": ["77.164.248.136:40789", "10.65.0.27:40789", "172.17.0.1:40789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52026}, - {"Proto": "peerapi6", "Port": 52026} - ]}, - "Created": "2026-04-09T01:36:59.901466461Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5859264131699992, - "StableID": "noYED8wfkn11CNTRL", + "ID": 1660766062616243, + "StableID": "nY5nvUWAyD11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "DiscoKey": "discokey:eabf891a6f3904ef97b13d7d853b81d42267ee38c95e79b18bbaca85380b0f7d", - "Addresses": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "AllowedIPs": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "Endpoints": ["77.164.248.136:47945", "10.65.0.27:47945", "172.17.0.1:47945"], + "Key": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "DiscoKey": "discokey:b68ab2dffc83960ace5a437fe885cc21997f351cf2823475b705c5b39b169059", + "Addresses": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "AllowedIPs": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "Endpoints": ["77.164.248.136:38045", "10.65.0.27:38045", "172.17.0.1:38045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60839}, - {"Proto": "peerapi6", "Port": 60839} + {"Proto": "peerapi4", "Port": 46939}, + {"Proto": "peerapi6", "Port": 46939} ]}, - "Created": "2026-04-09T01:37:00.979950975Z", + "Created": "2026-04-09T08:42:59.923397087Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6862870985280714, - "StableID": "njPxA3zCbv11CNTRL", + "ID": 2864897590804814, + "StableID": "ns5gi61XNP11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "DiscoKey": "discokey:66331f3e1119200b488197795b4bb29c6f467091b25bca8ca408e2f5b61e1271", - "Addresses": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "AllowedIPs": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "Endpoints": ["77.164.248.136:38422", "10.65.0.27:38422", "172.17.0.1:38422"], + "Key": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "DiscoKey": "discokey:c5ad752e25a3e7e472c523be1c8e85c54d73d95f8c4651450cfac9fff9bd1b26", + "Addresses": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "AllowedIPs": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "Endpoints": ["77.164.248.136:55097", "10.65.0.27:55097", "172.17.0.1:55097"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45412}, - {"Proto": "peerapi6", "Port": 45412} + {"Proto": "peerapi4", "Port": 60903}, + {"Proto": "peerapi6", "Port": 60903} ]}, - "Created": "2026-04-09T01:37:04.799665684Z", + "Created": "2026-04-09T08:43:03.659039283Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7095687052765184, - "StableID": "nKYDpffeQx11CNTRL", + "ID": 3230185834373379, + "StableID": "n8j3wFWxDS11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "DiscoKey": "discokey:ac5973c2370fefebd37bd26de2eef7743f3c7b136970d139f70b4dd09fa1fe12", + "Addresses": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "AllowedIPs": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "Endpoints": ["77.164.248.136:40099", "10.65.0.27:40099", "172.17.0.1:40099"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 35772}, + {"Proto": "peerapi6", "Port": 35772} + ]}, + "Created": "2026-04-09T08:43:00.982435333Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3458163705100461, + "StableID": "nW9Hhb6D1U11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "DiscoKey": "discokey:6accee79601f56189a7211b0bec20c19a35e68cabe70a13927268ea5d5281047", + "Addresses": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "AllowedIPs": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "Endpoints": ["77.164.248.136:51149", "10.65.0.27:51149", "172.17.0.1:51149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48575}, + {"Proto": "peerapi6", "Port": 48575} + ]}, + "Created": "2026-04-09T08:42:59.395464202Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4155723436507178, + "StableID": "nyGiUro8TZ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:f2e38a4d4b0153dfe94477938eb1a5ea06e694308795e07fe534515c4fed5d3c", + "Addresses": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "AllowedIPs": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "Endpoints": ["77.164.248.136:49092", "10.65.0.27:49092", "172.17.0.1:49092"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39144}, + {"Proto": "peerapi6", "Port": 39144} + ]}, + "Created": "2026-04-09T08:43:04.197320753Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5497084941138666, + "StableID": "nKBCNo6evj11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "DiscoKey": "discokey:c2b65b79d46b023678a7a56b64cf09ab81e75b65510e2200ed6f17cb8eb97762", + "Addresses": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "AllowedIPs": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "Endpoints": ["77.164.248.136:45311", "10.65.0.27:45311", "172.17.0.1:45311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52321}, + {"Proto": "peerapi6", "Port": 52321} + ]}, + "Created": "2026-04-09T08:43:02.592093062Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5791331355453012, + "StableID": "nqh8QMTuDn11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "DiscoKey": "discokey:6fd1f0f9c96e3e82e2881134d34d3d6a5ae1dc3d62c877362beb51778dac8b5d", - "Addresses": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "AllowedIPs": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "Endpoints": ["77.164.248.136:39817", "10.65.0.27:39817", "172.17.0.1:39817"], + "Key": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "DiscoKey": "discokey:d34af05f98a8e8f47891493452cc80a9d9d7d91f4660b87ca93a515a67663708", + "Addresses": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "AllowedIPs": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "Endpoints": ["77.164.248.136:60053", "10.65.0.27:60053", "172.17.0.1:60053"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 46346}, - {"Proto": "peerapi6", "Port": 46346} + {"Proto": "peerapi4", "Port": 44472}, + {"Proto": "peerapi6", "Port": 44472} ]}, - "Created": "2026-04-09T01:37:02.639600284Z", + "Created": "2026-04-09T08:43:01.515505903Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7695194610150930, - "StableID": "nHg6kPiA6321CNTRL", + "ID": 5829456807029243, + "StableID": "npX11qwAXn11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "DiscoKey": "discokey:9b8955e0ec528572cdc74a5c57bdf5c381325729f1ad1bd4546ad62b53a4f675", + "Addresses": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "AllowedIPs": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "Endpoints": ["77.164.248.136:50555", "10.65.0.27:50555", "172.17.0.1:50555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35801}, + {"Proto": "peerapi6", "Port": 35801} + ]}, + "Created": "2026-04-09T08:43:03.121292236Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6148571048395097, + "StableID": "nSPkk3Yh1q11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "DiscoKey": "discokey:4f206692c69946bbad0c54a66ec205b3adb1ef0042301362473eb10c6b3d564c", + "Addresses": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "AllowedIPs": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "Endpoints": ["77.164.248.136:55207", "10.65.0.27:55207", "172.17.0.1:55207"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 52416}, + {"Proto": "peerapi6", "Port": 52416} + ]}, + "Created": "2026-04-09T08:42:58.312255279Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6184049759960667, + "StableID": "nk5F14WmHq11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "DiscoKey": "discokey:a5ae1a8f243d32e6caf62ccbba34612afc196b4d84293cfa77b9d6937105a84f", + "Addresses": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "AllowedIPs": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "Endpoints": ["77.164.248.136:39218", "10.65.0.27:39218", "172.17.0.1:39218"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 46356}, + {"Proto": "peerapi6", "Port": 46356} + ]}, + "Created": "2026-04-09T08:42:58.845719767Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6324818470726948, + "StableID": "nRfDwrFXPr11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "DiscoKey": "discokey:0246a35d28ee5bece63aca36ee96cc6a366e8df89ba3bb37f78c7d2417a79474", - "Addresses": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "AllowedIPs": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "Endpoints": ["77.164.248.136:50159", "10.65.0.27:50159", "172.17.0.1:50159"], + "Key": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "DiscoKey": "discokey:a6440b8a25315755988e02333c82112abedcbdc0a78d8b8a64fdf12d02785013", + "Addresses": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "AllowedIPs": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "Endpoints": ["77.164.248.136:36469", "10.65.0.27:36469", "172.17.0.1:36469"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39972}, - {"Proto": "peerapi6", "Port": 39972} + {"Proto": "peerapi4", "Port": 48180}, + {"Proto": "peerapi6", "Port": 48180} ]}, - "Created": "2026-04-09T01:36:58.82102297Z", + "Created": "2026-04-09T08:42:57.774452259Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7772023840815292, - "StableID": "nXzWmTtxg321CNTRL", + "ID": 7046743954281738, + "StableID": "nfMLoq1V2x11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "DiscoKey": "discokey:1870ae621810aae5e2650867ceb9fca1ae2e132067c293677b40a28eb5c7f956", - "Addresses": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "AllowedIPs": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "Endpoints": ["77.164.248.136:57971", "10.65.0.27:57971", "172.17.0.1:57971"], - "HomeDERP": 4, + "Key": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "DiscoKey": "discokey:4077dce1b7b96f24ba36300b7e4b6e7b1ece6decc6a22ddf2b74b83f83d3cd57", + "Addresses": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "AllowedIPs": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "Endpoints": ["77.164.248.136:35950", "10.65.0.27:35950", "172.17.0.1:35950"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46197}, - {"Proto": "peerapi6", "Port": 46197} + {"Proto": "peerapi4", "Port": 47022}, + {"Proto": "peerapi6", "Port": 47022} ]}, - "Created": "2026-04-09T01:37:01.534162185Z", + "Created": "2026-04-09T08:43:00.447707111Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7304517472739419, + "StableID": "niJRvgHE3z11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:9816940045deb3c88e04ddde42e75a3bf8b9d9541059be3a5fac71035fb0be43", + "Addresses": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "AllowedIPs": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "Endpoints": ["77.164.248.136:59794", "10.65.0.27:59794", "172.17.0.1:59794"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61475}, + {"Proto": "peerapi6", "Port": 61475} + ]}, + "Created": "2026-04-09T08:43:04.745194799Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3142,7 +3146,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.73.63.37"}, {"nodeIP": "fd7a:115c:a1e0::a737:3f25"}], + "principals": [{"nodeIP": "100.104.30.19"}, {"nodeIP": "fd7a:115c:a1e0::6437:1e13"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -3151,7 +3155,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.73.63.37"}, {"nodeIP": "fd7a:115c:a1e0::a737:3f25"}], + "principals": [{"nodeIP": "100.104.30.19"}, {"nodeIP": "fd7a:115c:a1e0::6437:1e13"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3980,26 +3984,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.73.63.37"}, {"nodeIP": "fd7a:115c:a1e0::a737:3f25"}], + "principals": [{"nodeIP": "100.104.30.19"}, {"nodeIP": "fd7a:115c:a1e0::6437:1e13"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -4008,7 +4013,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.73.63.37"}, {"nodeIP": "fd7a:115c:a1e0::a737:3f25"}], + "principals": [{"nodeIP": "100.104.30.19"}, {"nodeIP": "fd7a:115c:a1e0::6437:1e13"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -4045,26 +4050,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4760280566857139, - "StableID": "nECwsuVwAe11CNTRL", + "ID": 6184049759960667, + "StableID": "nk5F14WmHq11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 4760280566857139, - "Key": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "DiscoKey": "discokey:bf5aee6ca865d3a240935c0585ce1f05e3812ff7ecf8d74d0169d03a5783d712", - "Addresses": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "AllowedIPs": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "Endpoints": ["77.164.248.136:40789", "10.65.0.27:40789", "172.17.0.1:40789"], + "User": 6184049759960667, + "Key": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "DiscoKey": "discokey:a5ae1a8f243d32e6caf62ccbba34612afc196b4d84293cfa77b9d6937105a84f", + "Addresses": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "AllowedIPs": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "Endpoints": ["77.164.248.136:39218", "10.65.0.27:39218", "172.17.0.1:39218"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 52026}, - {"Proto": "peerapi6", "Port": 52026}, + {"Proto": "peerapi4", "Port": 46356}, + {"Proto": "peerapi6", "Port": 46356}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:59.901466461Z", + "Created": "2026-04-09T08:42:58.845719767Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -4092,302 +4097,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "MachineKey": "mkey:a2c5d056e8bb1c380877d55b247d725128a324851a61271d8e47c84dea7a7b1a", + "NodeKey": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "MachineKey": "mkey:8f5ae02210270ba3202bcfb668d41b21419bda7cd8440a5decc37a92ad7b9118", "Peers": [{ - "ID": 221022996905324, - "StableID": "nsNyNAu6j211CNTRL", + "ID": 704966439675097, + "StableID": "ngULEqGHW611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "KeyExpiry": "2026-10-06T08:43:05Z", + "DiscoKey": "discokey:a35544a3cd8fe222e3fe03c6e30df77b87dfb2fd063f19327ab0188c4817136e", + "Addresses": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "AllowedIPs": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48523}, + {"Proto": "peerapi6", "Port": 48523} + ]}, + "Created": "2026-04-09T08:43:05.284171787Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1332779156968444, + "StableID": "nZBPDDrcQB11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "DiscoKey": "discokey:38e727747a51a49b66531acddceac800266308e55680bbabb59216ed976db678", - "Addresses": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "AllowedIPs": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "Endpoints": ["77.164.248.136:46022", "10.65.0.27:46022", "172.17.0.1:46022"], - "HomeDERP": 8, + "Key": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "DiscoKey": "discokey:4ed17f636afe9cb2fb9712f2939c1cfc659830b95d6cf02ef096193597901b42", + "Addresses": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "AllowedIPs": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "Endpoints": ["77.164.248.136:41850", "10.65.0.27:41850", "172.17.0.1:41850"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48877}, - {"Proto": "peerapi6", "Port": 48877} + {"Proto": "peerapi4", "Port": 58021}, + {"Proto": "peerapi6", "Port": 58021} ]}, - "Created": "2026-04-09T01:37:03.168306753Z", + "Created": "2026-04-09T08:43:02.058225812Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 853015740764704, - "StableID": "n3Enz4HLf711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "KeyExpiry": "2026-10-06T01:37:06Z", - "DiscoKey": "discokey:436943f5574bc75a5001981c62ffd0d54358f8742fa2e5c31bba3961f2dc662f", - "Addresses": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "AllowedIPs": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "Endpoints": ["77.164.248.136:44931", "10.65.0.27:44931", "172.17.0.1:44931"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37158}, - {"Proto": "peerapi6", "Port": 37158} - ]}, - "Created": "2026-04-09T01:37:06.427968526Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 857647242248776, - "StableID": "nMMWvSwRh711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "DiscoKey": "discokey:1e96518007a3691ec7ec6ce2bc2174a87d1726e7f1e9914b0aad2eb74e2c3f56", - "Addresses": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "AllowedIPs": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "Endpoints": ["77.164.248.136:49646", "10.65.0.27:49646", "172.17.0.1:49646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56372}, - {"Proto": "peerapi6", "Port": 56372} - ]}, - "Created": "2026-04-09T01:37:00.44027859Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1185659598921513, - "StableID": "n8G4fVGzFA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "DiscoKey": "discokey:81a438328dc017ee61ebc4fe3a3b077adf9cde4098b4b98e037ac6e79ab96260", - "Addresses": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "AllowedIPs": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "Endpoints": ["77.164.248.136:60792", "10.65.0.27:60792", "172.17.0.1:60792"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39912}, - {"Proto": "peerapi6", "Port": 39912} - ]}, - "Created": "2026-04-09T01:37:03.7017157Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1667017135832519, - "StableID": "n6AyrNiz1E11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "DiscoKey": "discokey:a74eee535d0d8d240ce41ab00c1564c381121655f802a83da922e6d28af5954b", - "Addresses": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "AllowedIPs": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "Endpoints": ["77.164.248.136:46728", "10.65.0.27:46728", "172.17.0.1:46728"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58634}, - {"Proto": "peerapi6", "Port": 58634} - ]}, - "Created": "2026-04-09T01:36:59.369012557Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2069703219978107, - "StableID": "nc9fBTbNAH11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:b371a04909dd2563ce6e4e8119a2880cd33b826aae4ba6e61af82208ca87434f", - "Addresses": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "AllowedIPs": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "Endpoints": ["77.164.248.136:35142", "10.65.0.27:35142", "172.17.0.1:35142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43152}, - {"Proto": "peerapi6", "Port": 43152} - ]}, - "Created": "2026-04-09T01:37:05.887751494Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2131756689363576, - "StableID": "nM3KnjdUeH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "DiscoKey": "discokey:b7fc187a6742ef927d88c3c337dc191a81f5bf7372c45338f3423c089aff990d", - "Addresses": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "AllowedIPs": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "Endpoints": ["77.164.248.136:34629", "10.65.0.27:34629", "172.17.0.1:34629"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 34158}, - {"Proto": "peerapi6", "Port": 34158} - ]}, - "Created": "2026-04-09T01:37:02.070554295Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2979802696345094, - "StableID": "n3TRR7NZGQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:0a778d22a2824789d336c44559b3822c0a5136a6ab11ae5ac99c68024e5b4e15", - "Addresses": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "AllowedIPs": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49479}, - {"Proto": "peerapi6", "Port": 49479} - ]}, - "Created": "2026-04-09T01:37:05.33628152Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4646333138326036, - "StableID": "n5hBpyHLHd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "DiscoKey": "discokey:106a8f3c3138cda5a003fcf1fa04bb808db4364d4a502bf3ce8b929ad3d1714d", - "Addresses": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "AllowedIPs": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "Endpoints": ["77.164.248.136:57218", "10.65.0.27:57218", "172.17.0.1:57218"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56496}, - {"Proto": "peerapi6", "Port": 56496} - ]}, - "Created": "2026-04-09T01:37:04.231484203Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 5859264131699992, - "StableID": "noYED8wfkn11CNTRL", + "ID": 1660766062616243, + "StableID": "nY5nvUWAyD11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "DiscoKey": "discokey:eabf891a6f3904ef97b13d7d853b81d42267ee38c95e79b18bbaca85380b0f7d", - "Addresses": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "AllowedIPs": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "Endpoints": ["77.164.248.136:47945", "10.65.0.27:47945", "172.17.0.1:47945"], + "Key": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "DiscoKey": "discokey:b68ab2dffc83960ace5a437fe885cc21997f351cf2823475b705c5b39b169059", + "Addresses": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "AllowedIPs": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "Endpoints": ["77.164.248.136:38045", "10.65.0.27:38045", "172.17.0.1:38045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60839}, - {"Proto": "peerapi6", "Port": 60839} + {"Proto": "peerapi4", "Port": 46939}, + {"Proto": "peerapi6", "Port": 46939} ]}, - "Created": "2026-04-09T01:37:00.979950975Z", + "Created": "2026-04-09T08:42:59.923397087Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6862870985280714, - "StableID": "njPxA3zCbv11CNTRL", + "ID": 2864897590804814, + "StableID": "ns5gi61XNP11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "DiscoKey": "discokey:66331f3e1119200b488197795b4bb29c6f467091b25bca8ca408e2f5b61e1271", - "Addresses": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "AllowedIPs": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "Endpoints": ["77.164.248.136:38422", "10.65.0.27:38422", "172.17.0.1:38422"], + "Key": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "DiscoKey": "discokey:c5ad752e25a3e7e472c523be1c8e85c54d73d95f8c4651450cfac9fff9bd1b26", + "Addresses": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "AllowedIPs": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "Endpoints": ["77.164.248.136:55097", "10.65.0.27:55097", "172.17.0.1:55097"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45412}, - {"Proto": "peerapi6", "Port": 45412} + {"Proto": "peerapi4", "Port": 60903}, + {"Proto": "peerapi6", "Port": 60903} ]}, - "Created": "2026-04-09T01:37:04.799665684Z", + "Created": "2026-04-09T08:43:03.659039283Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7095687052765184, - "StableID": "nKYDpffeQx11CNTRL", + "ID": 3230185834373379, + "StableID": "n8j3wFWxDS11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "DiscoKey": "discokey:ac5973c2370fefebd37bd26de2eef7743f3c7b136970d139f70b4dd09fa1fe12", + "Addresses": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "AllowedIPs": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "Endpoints": ["77.164.248.136:40099", "10.65.0.27:40099", "172.17.0.1:40099"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 35772}, + {"Proto": "peerapi6", "Port": 35772} + ]}, + "Created": "2026-04-09T08:43:00.982435333Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3458163705100461, + "StableID": "nW9Hhb6D1U11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "DiscoKey": "discokey:6accee79601f56189a7211b0bec20c19a35e68cabe70a13927268ea5d5281047", + "Addresses": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "AllowedIPs": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "Endpoints": ["77.164.248.136:51149", "10.65.0.27:51149", "172.17.0.1:51149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48575}, + {"Proto": "peerapi6", "Port": 48575} + ]}, + "Created": "2026-04-09T08:42:59.395464202Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4155723436507178, + "StableID": "nyGiUro8TZ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:f2e38a4d4b0153dfe94477938eb1a5ea06e694308795e07fe534515c4fed5d3c", + "Addresses": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "AllowedIPs": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "Endpoints": ["77.164.248.136:49092", "10.65.0.27:49092", "172.17.0.1:49092"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39144}, + {"Proto": "peerapi6", "Port": 39144} + ]}, + "Created": "2026-04-09T08:43:04.197320753Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5497084941138666, + "StableID": "nKBCNo6evj11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "DiscoKey": "discokey:c2b65b79d46b023678a7a56b64cf09ab81e75b65510e2200ed6f17cb8eb97762", + "Addresses": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "AllowedIPs": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "Endpoints": ["77.164.248.136:45311", "10.65.0.27:45311", "172.17.0.1:45311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52321}, + {"Proto": "peerapi6", "Port": 52321} + ]}, + "Created": "2026-04-09T08:43:02.592093062Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5791331355453012, + "StableID": "nqh8QMTuDn11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "DiscoKey": "discokey:6fd1f0f9c96e3e82e2881134d34d3d6a5ae1dc3d62c877362beb51778dac8b5d", - "Addresses": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "AllowedIPs": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "Endpoints": ["77.164.248.136:39817", "10.65.0.27:39817", "172.17.0.1:39817"], + "Key": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "DiscoKey": "discokey:d34af05f98a8e8f47891493452cc80a9d9d7d91f4660b87ca93a515a67663708", + "Addresses": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "AllowedIPs": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "Endpoints": ["77.164.248.136:60053", "10.65.0.27:60053", "172.17.0.1:60053"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 46346}, - {"Proto": "peerapi6", "Port": 46346} + {"Proto": "peerapi4", "Port": 44472}, + {"Proto": "peerapi6", "Port": 44472} ]}, - "Created": "2026-04-09T01:37:02.639600284Z", + "Created": "2026-04-09T08:43:01.515505903Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7695194610150930, - "StableID": "nHg6kPiA6321CNTRL", + "ID": 5829456807029243, + "StableID": "npX11qwAXn11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "DiscoKey": "discokey:9b8955e0ec528572cdc74a5c57bdf5c381325729f1ad1bd4546ad62b53a4f675", + "Addresses": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "AllowedIPs": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "Endpoints": ["77.164.248.136:50555", "10.65.0.27:50555", "172.17.0.1:50555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35801}, + {"Proto": "peerapi6", "Port": 35801} + ]}, + "Created": "2026-04-09T08:43:03.121292236Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6148571048395097, + "StableID": "nSPkk3Yh1q11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "DiscoKey": "discokey:4f206692c69946bbad0c54a66ec205b3adb1ef0042301362473eb10c6b3d564c", + "Addresses": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "AllowedIPs": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "Endpoints": ["77.164.248.136:55207", "10.65.0.27:55207", "172.17.0.1:55207"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 52416}, + {"Proto": "peerapi6", "Port": 52416} + ]}, + "Created": "2026-04-09T08:42:58.312255279Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6324818470726948, + "StableID": "nRfDwrFXPr11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "DiscoKey": "discokey:0246a35d28ee5bece63aca36ee96cc6a366e8df89ba3bb37f78c7d2417a79474", - "Addresses": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "AllowedIPs": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "Endpoints": ["77.164.248.136:50159", "10.65.0.27:50159", "172.17.0.1:50159"], + "Key": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "DiscoKey": "discokey:a6440b8a25315755988e02333c82112abedcbdc0a78d8b8a64fdf12d02785013", + "Addresses": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "AllowedIPs": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "Endpoints": ["77.164.248.136:36469", "10.65.0.27:36469", "172.17.0.1:36469"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39972}, - {"Proto": "peerapi6", "Port": 39972} + {"Proto": "peerapi4", "Port": 48180}, + {"Proto": "peerapi6", "Port": 48180} ]}, - "Created": "2026-04-09T01:36:58.82102297Z", + "Created": "2026-04-09T08:42:57.774452259Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7772023840815292, - "StableID": "nXzWmTtxg321CNTRL", + "ID": 7046743954281738, + "StableID": "nfMLoq1V2x11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "DiscoKey": "discokey:1870ae621810aae5e2650867ceb9fca1ae2e132067c293677b40a28eb5c7f956", - "Addresses": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "AllowedIPs": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "Endpoints": ["77.164.248.136:57971", "10.65.0.27:57971", "172.17.0.1:57971"], - "HomeDERP": 4, + "Key": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "DiscoKey": "discokey:4077dce1b7b96f24ba36300b7e4b6e7b1ece6decc6a22ddf2b74b83f83d3cd57", + "Addresses": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "AllowedIPs": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "Endpoints": ["77.164.248.136:35950", "10.65.0.27:35950", "172.17.0.1:35950"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46197}, - {"Proto": "peerapi6", "Port": 46197} + {"Proto": "peerapi4", "Port": 47022}, + {"Proto": "peerapi6", "Port": 47022} ]}, - "Created": "2026-04-09T01:37:01.534162185Z", + "Created": "2026-04-09T08:43:00.447707111Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7304517472739419, + "StableID": "niJRvgHE3z11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:9816940045deb3c88e04ddde42e75a3bf8b9d9541059be3a5fac71035fb0be43", + "Addresses": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "AllowedIPs": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "Endpoints": ["77.164.248.136:59794", "10.65.0.27:59794", "172.17.0.1:59794"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61475}, + {"Proto": "peerapi6", "Port": 61475} + ]}, + "Created": "2026-04-09T08:43:04.745194799Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5235,27 +5240,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4760280566857139": { - "ID": 4760280566857139, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6184049759960667": { + "ID": 6184049759960667, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5286,26 +5293,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7095687052765184, - "StableID": "nKYDpffeQx11CNTRL", + "ID": 5791331355453012, + "StableID": "nqh8QMTuDn11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 7095687052765184, - "Key": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "DiscoKey": "discokey:6fd1f0f9c96e3e82e2881134d34d3d6a5ae1dc3d62c877362beb51778dac8b5d", - "Addresses": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "AllowedIPs": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "Endpoints": ["77.164.248.136:39817", "10.65.0.27:39817", "172.17.0.1:39817"], + "User": 5791331355453012, + "Key": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "DiscoKey": "discokey:d34af05f98a8e8f47891493452cc80a9d9d7d91f4660b87ca93a515a67663708", + "Addresses": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "AllowedIPs": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "Endpoints": ["77.164.248.136:60053", "10.65.0.27:60053", "172.17.0.1:60053"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 46346}, - {"Proto": "peerapi6", "Port": 46346}, + {"Proto": "peerapi4", "Port": 44472}, + {"Proto": "peerapi6", "Port": 44472}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:37:02.639600284Z", + "Created": "2026-04-09T08:43:01.515505903Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5333,302 +5340,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "MachineKey": "mkey:8dd8bda96f56866fd761ff04e7a533e11a48e9a322fa7aedc23db3fdc5784c6e", + "NodeKey": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "MachineKey": "mkey:38bc5538ee5cce22db379b3fcb5ebe626d3242a1c13e9664b10f5c774378bd6a", "Peers": [{ - "ID": 221022996905324, - "StableID": "nsNyNAu6j211CNTRL", + "ID": 704966439675097, + "StableID": "ngULEqGHW611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "KeyExpiry": "2026-10-06T08:43:05Z", + "DiscoKey": "discokey:a35544a3cd8fe222e3fe03c6e30df77b87dfb2fd063f19327ab0188c4817136e", + "Addresses": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "AllowedIPs": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48523}, + {"Proto": "peerapi6", "Port": 48523} + ]}, + "Created": "2026-04-09T08:43:05.284171787Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1332779156968444, + "StableID": "nZBPDDrcQB11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "DiscoKey": "discokey:38e727747a51a49b66531acddceac800266308e55680bbabb59216ed976db678", - "Addresses": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "AllowedIPs": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "Endpoints": ["77.164.248.136:46022", "10.65.0.27:46022", "172.17.0.1:46022"], - "HomeDERP": 8, + "Key": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "DiscoKey": "discokey:4ed17f636afe9cb2fb9712f2939c1cfc659830b95d6cf02ef096193597901b42", + "Addresses": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "AllowedIPs": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "Endpoints": ["77.164.248.136:41850", "10.65.0.27:41850", "172.17.0.1:41850"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48877}, - {"Proto": "peerapi6", "Port": 48877} + {"Proto": "peerapi4", "Port": 58021}, + {"Proto": "peerapi6", "Port": 58021} ]}, - "Created": "2026-04-09T01:37:03.168306753Z", + "Created": "2026-04-09T08:43:02.058225812Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 853015740764704, - "StableID": "n3Enz4HLf711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "KeyExpiry": "2026-10-06T01:37:06Z", - "DiscoKey": "discokey:436943f5574bc75a5001981c62ffd0d54358f8742fa2e5c31bba3961f2dc662f", - "Addresses": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "AllowedIPs": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "Endpoints": ["77.164.248.136:44931", "10.65.0.27:44931", "172.17.0.1:44931"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37158}, - {"Proto": "peerapi6", "Port": 37158} - ]}, - "Created": "2026-04-09T01:37:06.427968526Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 857647242248776, - "StableID": "nMMWvSwRh711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "DiscoKey": "discokey:1e96518007a3691ec7ec6ce2bc2174a87d1726e7f1e9914b0aad2eb74e2c3f56", - "Addresses": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "AllowedIPs": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "Endpoints": ["77.164.248.136:49646", "10.65.0.27:49646", "172.17.0.1:49646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56372}, - {"Proto": "peerapi6", "Port": 56372} - ]}, - "Created": "2026-04-09T01:37:00.44027859Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1185659598921513, - "StableID": "n8G4fVGzFA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "DiscoKey": "discokey:81a438328dc017ee61ebc4fe3a3b077adf9cde4098b4b98e037ac6e79ab96260", - "Addresses": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "AllowedIPs": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "Endpoints": ["77.164.248.136:60792", "10.65.0.27:60792", "172.17.0.1:60792"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39912}, - {"Proto": "peerapi6", "Port": 39912} - ]}, - "Created": "2026-04-09T01:37:03.7017157Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1667017135832519, - "StableID": "n6AyrNiz1E11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "DiscoKey": "discokey:a74eee535d0d8d240ce41ab00c1564c381121655f802a83da922e6d28af5954b", - "Addresses": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "AllowedIPs": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "Endpoints": ["77.164.248.136:46728", "10.65.0.27:46728", "172.17.0.1:46728"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58634}, - {"Proto": "peerapi6", "Port": 58634} - ]}, - "Created": "2026-04-09T01:36:59.369012557Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2069703219978107, - "StableID": "nc9fBTbNAH11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:b371a04909dd2563ce6e4e8119a2880cd33b826aae4ba6e61af82208ca87434f", - "Addresses": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "AllowedIPs": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "Endpoints": ["77.164.248.136:35142", "10.65.0.27:35142", "172.17.0.1:35142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43152}, - {"Proto": "peerapi6", "Port": 43152} - ]}, - "Created": "2026-04-09T01:37:05.887751494Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2131756689363576, - "StableID": "nM3KnjdUeH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "DiscoKey": "discokey:b7fc187a6742ef927d88c3c337dc191a81f5bf7372c45338f3423c089aff990d", - "Addresses": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "AllowedIPs": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "Endpoints": ["77.164.248.136:34629", "10.65.0.27:34629", "172.17.0.1:34629"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 34158}, - {"Proto": "peerapi6", "Port": 34158} - ]}, - "Created": "2026-04-09T01:37:02.070554295Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2979802696345094, - "StableID": "n3TRR7NZGQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:0a778d22a2824789d336c44559b3822c0a5136a6ab11ae5ac99c68024e5b4e15", - "Addresses": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "AllowedIPs": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49479}, - {"Proto": "peerapi6", "Port": 49479} - ]}, - "Created": "2026-04-09T01:37:05.33628152Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4646333138326036, - "StableID": "n5hBpyHLHd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "DiscoKey": "discokey:106a8f3c3138cda5a003fcf1fa04bb808db4364d4a502bf3ce8b929ad3d1714d", - "Addresses": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "AllowedIPs": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "Endpoints": ["77.164.248.136:57218", "10.65.0.27:57218", "172.17.0.1:57218"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56496}, - {"Proto": "peerapi6", "Port": 56496} - ]}, - "Created": "2026-04-09T01:37:04.231484203Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4760280566857139, - "StableID": "nECwsuVwAe11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "DiscoKey": "discokey:bf5aee6ca865d3a240935c0585ce1f05e3812ff7ecf8d74d0169d03a5783d712", - "Addresses": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "AllowedIPs": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "Endpoints": ["77.164.248.136:40789", "10.65.0.27:40789", "172.17.0.1:40789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52026}, - {"Proto": "peerapi6", "Port": 52026} - ]}, - "Created": "2026-04-09T01:36:59.901466461Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5859264131699992, - "StableID": "noYED8wfkn11CNTRL", + "ID": 1660766062616243, + "StableID": "nY5nvUWAyD11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "DiscoKey": "discokey:eabf891a6f3904ef97b13d7d853b81d42267ee38c95e79b18bbaca85380b0f7d", - "Addresses": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "AllowedIPs": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "Endpoints": ["77.164.248.136:47945", "10.65.0.27:47945", "172.17.0.1:47945"], + "Key": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "DiscoKey": "discokey:b68ab2dffc83960ace5a437fe885cc21997f351cf2823475b705c5b39b169059", + "Addresses": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "AllowedIPs": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "Endpoints": ["77.164.248.136:38045", "10.65.0.27:38045", "172.17.0.1:38045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60839}, - {"Proto": "peerapi6", "Port": 60839} + {"Proto": "peerapi4", "Port": 46939}, + {"Proto": "peerapi6", "Port": 46939} ]}, - "Created": "2026-04-09T01:37:00.979950975Z", + "Created": "2026-04-09T08:42:59.923397087Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6862870985280714, - "StableID": "njPxA3zCbv11CNTRL", + "ID": 2864897590804814, + "StableID": "ns5gi61XNP11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "DiscoKey": "discokey:66331f3e1119200b488197795b4bb29c6f467091b25bca8ca408e2f5b61e1271", - "Addresses": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "AllowedIPs": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "Endpoints": ["77.164.248.136:38422", "10.65.0.27:38422", "172.17.0.1:38422"], + "Key": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "DiscoKey": "discokey:c5ad752e25a3e7e472c523be1c8e85c54d73d95f8c4651450cfac9fff9bd1b26", + "Addresses": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "AllowedIPs": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "Endpoints": ["77.164.248.136:55097", "10.65.0.27:55097", "172.17.0.1:55097"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45412}, - {"Proto": "peerapi6", "Port": 45412} + {"Proto": "peerapi4", "Port": 60903}, + {"Proto": "peerapi6", "Port": 60903} ]}, - "Created": "2026-04-09T01:37:04.799665684Z", + "Created": "2026-04-09T08:43:03.659039283Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7695194610150930, - "StableID": "nHg6kPiA6321CNTRL", + "ID": 3230185834373379, + "StableID": "n8j3wFWxDS11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "DiscoKey": "discokey:ac5973c2370fefebd37bd26de2eef7743f3c7b136970d139f70b4dd09fa1fe12", + "Addresses": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "AllowedIPs": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "Endpoints": ["77.164.248.136:40099", "10.65.0.27:40099", "172.17.0.1:40099"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 35772}, + {"Proto": "peerapi6", "Port": 35772} + ]}, + "Created": "2026-04-09T08:43:00.982435333Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3458163705100461, + "StableID": "nW9Hhb6D1U11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "DiscoKey": "discokey:6accee79601f56189a7211b0bec20c19a35e68cabe70a13927268ea5d5281047", + "Addresses": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "AllowedIPs": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "Endpoints": ["77.164.248.136:51149", "10.65.0.27:51149", "172.17.0.1:51149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48575}, + {"Proto": "peerapi6", "Port": 48575} + ]}, + "Created": "2026-04-09T08:42:59.395464202Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4155723436507178, + "StableID": "nyGiUro8TZ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:f2e38a4d4b0153dfe94477938eb1a5ea06e694308795e07fe534515c4fed5d3c", + "Addresses": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "AllowedIPs": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "Endpoints": ["77.164.248.136:49092", "10.65.0.27:49092", "172.17.0.1:49092"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39144}, + {"Proto": "peerapi6", "Port": 39144} + ]}, + "Created": "2026-04-09T08:43:04.197320753Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5497084941138666, + "StableID": "nKBCNo6evj11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "DiscoKey": "discokey:c2b65b79d46b023678a7a56b64cf09ab81e75b65510e2200ed6f17cb8eb97762", + "Addresses": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "AllowedIPs": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "Endpoints": ["77.164.248.136:45311", "10.65.0.27:45311", "172.17.0.1:45311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52321}, + {"Proto": "peerapi6", "Port": 52321} + ]}, + "Created": "2026-04-09T08:43:02.592093062Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5829456807029243, + "StableID": "npX11qwAXn11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "DiscoKey": "discokey:9b8955e0ec528572cdc74a5c57bdf5c381325729f1ad1bd4546ad62b53a4f675", + "Addresses": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "AllowedIPs": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "Endpoints": ["77.164.248.136:50555", "10.65.0.27:50555", "172.17.0.1:50555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35801}, + {"Proto": "peerapi6", "Port": 35801} + ]}, + "Created": "2026-04-09T08:43:03.121292236Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6148571048395097, + "StableID": "nSPkk3Yh1q11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "DiscoKey": "discokey:4f206692c69946bbad0c54a66ec205b3adb1ef0042301362473eb10c6b3d564c", + "Addresses": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "AllowedIPs": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "Endpoints": ["77.164.248.136:55207", "10.65.0.27:55207", "172.17.0.1:55207"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 52416}, + {"Proto": "peerapi6", "Port": 52416} + ]}, + "Created": "2026-04-09T08:42:58.312255279Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6184049759960667, + "StableID": "nk5F14WmHq11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "DiscoKey": "discokey:a5ae1a8f243d32e6caf62ccbba34612afc196b4d84293cfa77b9d6937105a84f", + "Addresses": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "AllowedIPs": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "Endpoints": ["77.164.248.136:39218", "10.65.0.27:39218", "172.17.0.1:39218"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 46356}, + {"Proto": "peerapi6", "Port": 46356} + ]}, + "Created": "2026-04-09T08:42:58.845719767Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6324818470726948, + "StableID": "nRfDwrFXPr11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "DiscoKey": "discokey:0246a35d28ee5bece63aca36ee96cc6a366e8df89ba3bb37f78c7d2417a79474", - "Addresses": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "AllowedIPs": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "Endpoints": ["77.164.248.136:50159", "10.65.0.27:50159", "172.17.0.1:50159"], + "Key": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "DiscoKey": "discokey:a6440b8a25315755988e02333c82112abedcbdc0a78d8b8a64fdf12d02785013", + "Addresses": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "AllowedIPs": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "Endpoints": ["77.164.248.136:36469", "10.65.0.27:36469", "172.17.0.1:36469"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39972}, - {"Proto": "peerapi6", "Port": 39972} + {"Proto": "peerapi4", "Port": 48180}, + {"Proto": "peerapi6", "Port": 48180} ]}, - "Created": "2026-04-09T01:36:58.82102297Z", + "Created": "2026-04-09T08:42:57.774452259Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7772023840815292, - "StableID": "nXzWmTtxg321CNTRL", + "ID": 7046743954281738, + "StableID": "nfMLoq1V2x11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "DiscoKey": "discokey:1870ae621810aae5e2650867ceb9fca1ae2e132067c293677b40a28eb5c7f956", - "Addresses": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "AllowedIPs": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "Endpoints": ["77.164.248.136:57971", "10.65.0.27:57971", "172.17.0.1:57971"], - "HomeDERP": 4, + "Key": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "DiscoKey": "discokey:4077dce1b7b96f24ba36300b7e4b6e7b1ece6decc6a22ddf2b74b83f83d3cd57", + "Addresses": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "AllowedIPs": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "Endpoints": ["77.164.248.136:35950", "10.65.0.27:35950", "172.17.0.1:35950"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46197}, - {"Proto": "peerapi6", "Port": 46197} + {"Proto": "peerapi4", "Port": 47022}, + {"Proto": "peerapi6", "Port": 47022} ]}, - "Created": "2026-04-09T01:37:01.534162185Z", + "Created": "2026-04-09T08:43:00.447707111Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7304517472739419, + "StableID": "niJRvgHE3z11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:9816940045deb3c88e04ddde42e75a3bf8b9d9541059be3a5fac71035fb0be43", + "Addresses": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "AllowedIPs": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "Endpoints": ["77.164.248.136:59794", "10.65.0.27:59794", "172.17.0.1:59794"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61475}, + {"Proto": "peerapi6", "Port": 61475} + ]}, + "Created": "2026-04-09T08:43:04.745194799Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6476,27 +6483,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7095687052765184": { - "ID": 7095687052765184, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5791331355453012": { + "ID": 5791331355453012, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6527,22 +6536,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2979802696345094, - "StableID": "n3TRR7NZGQ11CNTRL", + "ID": 4155723436507178, + "StableID": "nyGiUro8TZ11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:0a778d22a2824789d336c44559b3822c0a5136a6ab11ae5ac99c68024e5b4e15", - "Addresses": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "AllowedIPs": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], + "Key": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:f2e38a4d4b0153dfe94477938eb1a5ea06e694308795e07fe534515c4fed5d3c", + "Addresses": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "AllowedIPs": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "Endpoints": ["77.164.248.136:49092", "10.65.0.27:49092", "172.17.0.1:49092"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49479}, - {"Proto": "peerapi6", "Port": 49479}, + {"Proto": "peerapi4", "Port": 39144}, + {"Proto": "peerapi6", "Port": 39144}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:05.33628152Z", + "Created": "2026-04-09T08:43:04.197320753Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6569,302 +6578,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "MachineKey": "mkey:f6fd2879ee0ea022d7ee7d01e2390040d49b2104adeb2c66f7d59e99864ccb2c", + "NodeKey": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "MachineKey": "mkey:c69c3c32782a62252572773ed222019f0f3aac33b4747040536f086cd720eb6a", "Peers": [{ - "ID": 221022996905324, - "StableID": "nsNyNAu6j211CNTRL", + "ID": 704966439675097, + "StableID": "ngULEqGHW611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "KeyExpiry": "2026-10-06T08:43:05Z", + "DiscoKey": "discokey:a35544a3cd8fe222e3fe03c6e30df77b87dfb2fd063f19327ab0188c4817136e", + "Addresses": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "AllowedIPs": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48523}, + {"Proto": "peerapi6", "Port": 48523} + ]}, + "Created": "2026-04-09T08:43:05.284171787Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1332779156968444, + "StableID": "nZBPDDrcQB11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "DiscoKey": "discokey:38e727747a51a49b66531acddceac800266308e55680bbabb59216ed976db678", - "Addresses": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "AllowedIPs": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "Endpoints": ["77.164.248.136:46022", "10.65.0.27:46022", "172.17.0.1:46022"], - "HomeDERP": 8, + "Key": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "DiscoKey": "discokey:4ed17f636afe9cb2fb9712f2939c1cfc659830b95d6cf02ef096193597901b42", + "Addresses": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "AllowedIPs": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "Endpoints": ["77.164.248.136:41850", "10.65.0.27:41850", "172.17.0.1:41850"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48877}, - {"Proto": "peerapi6", "Port": 48877} + {"Proto": "peerapi4", "Port": 58021}, + {"Proto": "peerapi6", "Port": 58021} ]}, - "Created": "2026-04-09T01:37:03.168306753Z", + "Created": "2026-04-09T08:43:02.058225812Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 853015740764704, - "StableID": "n3Enz4HLf711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "KeyExpiry": "2026-10-06T01:37:06Z", - "DiscoKey": "discokey:436943f5574bc75a5001981c62ffd0d54358f8742fa2e5c31bba3961f2dc662f", - "Addresses": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "AllowedIPs": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "Endpoints": ["77.164.248.136:44931", "10.65.0.27:44931", "172.17.0.1:44931"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37158}, - {"Proto": "peerapi6", "Port": 37158} - ]}, - "Created": "2026-04-09T01:37:06.427968526Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 857647242248776, - "StableID": "nMMWvSwRh711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "DiscoKey": "discokey:1e96518007a3691ec7ec6ce2bc2174a87d1726e7f1e9914b0aad2eb74e2c3f56", - "Addresses": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "AllowedIPs": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "Endpoints": ["77.164.248.136:49646", "10.65.0.27:49646", "172.17.0.1:49646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56372}, - {"Proto": "peerapi6", "Port": 56372} - ]}, - "Created": "2026-04-09T01:37:00.44027859Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1185659598921513, - "StableID": "n8G4fVGzFA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "DiscoKey": "discokey:81a438328dc017ee61ebc4fe3a3b077adf9cde4098b4b98e037ac6e79ab96260", - "Addresses": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "AllowedIPs": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "Endpoints": ["77.164.248.136:60792", "10.65.0.27:60792", "172.17.0.1:60792"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39912}, - {"Proto": "peerapi6", "Port": 39912} - ]}, - "Created": "2026-04-09T01:37:03.7017157Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1667017135832519, - "StableID": "n6AyrNiz1E11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "DiscoKey": "discokey:a74eee535d0d8d240ce41ab00c1564c381121655f802a83da922e6d28af5954b", - "Addresses": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "AllowedIPs": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "Endpoints": ["77.164.248.136:46728", "10.65.0.27:46728", "172.17.0.1:46728"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58634}, - {"Proto": "peerapi6", "Port": 58634} - ]}, - "Created": "2026-04-09T01:36:59.369012557Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2069703219978107, - "StableID": "nc9fBTbNAH11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:b371a04909dd2563ce6e4e8119a2880cd33b826aae4ba6e61af82208ca87434f", - "Addresses": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "AllowedIPs": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "Endpoints": ["77.164.248.136:35142", "10.65.0.27:35142", "172.17.0.1:35142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43152}, - {"Proto": "peerapi6", "Port": 43152} - ]}, - "Created": "2026-04-09T01:37:05.887751494Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2131756689363576, - "StableID": "nM3KnjdUeH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "DiscoKey": "discokey:b7fc187a6742ef927d88c3c337dc191a81f5bf7372c45338f3423c089aff990d", - "Addresses": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "AllowedIPs": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "Endpoints": ["77.164.248.136:34629", "10.65.0.27:34629", "172.17.0.1:34629"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 34158}, - {"Proto": "peerapi6", "Port": 34158} - ]}, - "Created": "2026-04-09T01:37:02.070554295Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 4646333138326036, - "StableID": "n5hBpyHLHd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "DiscoKey": "discokey:106a8f3c3138cda5a003fcf1fa04bb808db4364d4a502bf3ce8b929ad3d1714d", - "Addresses": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "AllowedIPs": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "Endpoints": ["77.164.248.136:57218", "10.65.0.27:57218", "172.17.0.1:57218"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56496}, - {"Proto": "peerapi6", "Port": 56496} - ]}, - "Created": "2026-04-09T01:37:04.231484203Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4760280566857139, - "StableID": "nECwsuVwAe11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "DiscoKey": "discokey:bf5aee6ca865d3a240935c0585ce1f05e3812ff7ecf8d74d0169d03a5783d712", - "Addresses": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "AllowedIPs": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "Endpoints": ["77.164.248.136:40789", "10.65.0.27:40789", "172.17.0.1:40789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52026}, - {"Proto": "peerapi6", "Port": 52026} - ]}, - "Created": "2026-04-09T01:36:59.901466461Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5859264131699992, - "StableID": "noYED8wfkn11CNTRL", + "ID": 1660766062616243, + "StableID": "nY5nvUWAyD11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "DiscoKey": "discokey:eabf891a6f3904ef97b13d7d853b81d42267ee38c95e79b18bbaca85380b0f7d", - "Addresses": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "AllowedIPs": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "Endpoints": ["77.164.248.136:47945", "10.65.0.27:47945", "172.17.0.1:47945"], + "Key": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "DiscoKey": "discokey:b68ab2dffc83960ace5a437fe885cc21997f351cf2823475b705c5b39b169059", + "Addresses": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "AllowedIPs": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "Endpoints": ["77.164.248.136:38045", "10.65.0.27:38045", "172.17.0.1:38045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60839}, - {"Proto": "peerapi6", "Port": 60839} + {"Proto": "peerapi4", "Port": 46939}, + {"Proto": "peerapi6", "Port": 46939} ]}, - "Created": "2026-04-09T01:37:00.979950975Z", + "Created": "2026-04-09T08:42:59.923397087Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6862870985280714, - "StableID": "njPxA3zCbv11CNTRL", + "ID": 2864897590804814, + "StableID": "ns5gi61XNP11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "DiscoKey": "discokey:66331f3e1119200b488197795b4bb29c6f467091b25bca8ca408e2f5b61e1271", - "Addresses": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "AllowedIPs": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "Endpoints": ["77.164.248.136:38422", "10.65.0.27:38422", "172.17.0.1:38422"], + "Key": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "DiscoKey": "discokey:c5ad752e25a3e7e472c523be1c8e85c54d73d95f8c4651450cfac9fff9bd1b26", + "Addresses": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "AllowedIPs": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "Endpoints": ["77.164.248.136:55097", "10.65.0.27:55097", "172.17.0.1:55097"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45412}, - {"Proto": "peerapi6", "Port": 45412} + {"Proto": "peerapi4", "Port": 60903}, + {"Proto": "peerapi6", "Port": 60903} ]}, - "Created": "2026-04-09T01:37:04.799665684Z", + "Created": "2026-04-09T08:43:03.659039283Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7095687052765184, - "StableID": "nKYDpffeQx11CNTRL", + "ID": 3230185834373379, + "StableID": "n8j3wFWxDS11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "DiscoKey": "discokey:ac5973c2370fefebd37bd26de2eef7743f3c7b136970d139f70b4dd09fa1fe12", + "Addresses": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "AllowedIPs": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "Endpoints": ["77.164.248.136:40099", "10.65.0.27:40099", "172.17.0.1:40099"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 35772}, + {"Proto": "peerapi6", "Port": 35772} + ]}, + "Created": "2026-04-09T08:43:00.982435333Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3458163705100461, + "StableID": "nW9Hhb6D1U11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "DiscoKey": "discokey:6accee79601f56189a7211b0bec20c19a35e68cabe70a13927268ea5d5281047", + "Addresses": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "AllowedIPs": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "Endpoints": ["77.164.248.136:51149", "10.65.0.27:51149", "172.17.0.1:51149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48575}, + {"Proto": "peerapi6", "Port": 48575} + ]}, + "Created": "2026-04-09T08:42:59.395464202Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 5497084941138666, + "StableID": "nKBCNo6evj11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "DiscoKey": "discokey:c2b65b79d46b023678a7a56b64cf09ab81e75b65510e2200ed6f17cb8eb97762", + "Addresses": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "AllowedIPs": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "Endpoints": ["77.164.248.136:45311", "10.65.0.27:45311", "172.17.0.1:45311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52321}, + {"Proto": "peerapi6", "Port": 52321} + ]}, + "Created": "2026-04-09T08:43:02.592093062Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5791331355453012, + "StableID": "nqh8QMTuDn11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "DiscoKey": "discokey:6fd1f0f9c96e3e82e2881134d34d3d6a5ae1dc3d62c877362beb51778dac8b5d", - "Addresses": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "AllowedIPs": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "Endpoints": ["77.164.248.136:39817", "10.65.0.27:39817", "172.17.0.1:39817"], + "Key": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "DiscoKey": "discokey:d34af05f98a8e8f47891493452cc80a9d9d7d91f4660b87ca93a515a67663708", + "Addresses": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "AllowedIPs": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "Endpoints": ["77.164.248.136:60053", "10.65.0.27:60053", "172.17.0.1:60053"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 46346}, - {"Proto": "peerapi6", "Port": 46346} + {"Proto": "peerapi4", "Port": 44472}, + {"Proto": "peerapi6", "Port": 44472} ]}, - "Created": "2026-04-09T01:37:02.639600284Z", + "Created": "2026-04-09T08:43:01.515505903Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7695194610150930, - "StableID": "nHg6kPiA6321CNTRL", + "ID": 5829456807029243, + "StableID": "npX11qwAXn11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "DiscoKey": "discokey:9b8955e0ec528572cdc74a5c57bdf5c381325729f1ad1bd4546ad62b53a4f675", + "Addresses": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "AllowedIPs": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "Endpoints": ["77.164.248.136:50555", "10.65.0.27:50555", "172.17.0.1:50555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35801}, + {"Proto": "peerapi6", "Port": 35801} + ]}, + "Created": "2026-04-09T08:43:03.121292236Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6148571048395097, + "StableID": "nSPkk3Yh1q11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "DiscoKey": "discokey:4f206692c69946bbad0c54a66ec205b3adb1ef0042301362473eb10c6b3d564c", + "Addresses": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "AllowedIPs": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "Endpoints": ["77.164.248.136:55207", "10.65.0.27:55207", "172.17.0.1:55207"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 52416}, + {"Proto": "peerapi6", "Port": 52416} + ]}, + "Created": "2026-04-09T08:42:58.312255279Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6184049759960667, + "StableID": "nk5F14WmHq11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "DiscoKey": "discokey:a5ae1a8f243d32e6caf62ccbba34612afc196b4d84293cfa77b9d6937105a84f", + "Addresses": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "AllowedIPs": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "Endpoints": ["77.164.248.136:39218", "10.65.0.27:39218", "172.17.0.1:39218"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 46356}, + {"Proto": "peerapi6", "Port": 46356} + ]}, + "Created": "2026-04-09T08:42:58.845719767Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6324818470726948, + "StableID": "nRfDwrFXPr11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "DiscoKey": "discokey:0246a35d28ee5bece63aca36ee96cc6a366e8df89ba3bb37f78c7d2417a79474", - "Addresses": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "AllowedIPs": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "Endpoints": ["77.164.248.136:50159", "10.65.0.27:50159", "172.17.0.1:50159"], + "Key": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "DiscoKey": "discokey:a6440b8a25315755988e02333c82112abedcbdc0a78d8b8a64fdf12d02785013", + "Addresses": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "AllowedIPs": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "Endpoints": ["77.164.248.136:36469", "10.65.0.27:36469", "172.17.0.1:36469"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39972}, - {"Proto": "peerapi6", "Port": 39972} + {"Proto": "peerapi4", "Port": 48180}, + {"Proto": "peerapi6", "Port": 48180} ]}, - "Created": "2026-04-09T01:36:58.82102297Z", + "Created": "2026-04-09T08:42:57.774452259Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7772023840815292, - "StableID": "nXzWmTtxg321CNTRL", + "ID": 7046743954281738, + "StableID": "nfMLoq1V2x11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "DiscoKey": "discokey:1870ae621810aae5e2650867ceb9fca1ae2e132067c293677b40a28eb5c7f956", - "Addresses": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "AllowedIPs": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "Endpoints": ["77.164.248.136:57971", "10.65.0.27:57971", "172.17.0.1:57971"], - "HomeDERP": 4, + "Key": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "DiscoKey": "discokey:4077dce1b7b96f24ba36300b7e4b6e7b1ece6decc6a22ddf2b74b83f83d3cd57", + "Addresses": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "AllowedIPs": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "Endpoints": ["77.164.248.136:35950", "10.65.0.27:35950", "172.17.0.1:35950"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46197}, - {"Proto": "peerapi6", "Port": 46197} + {"Proto": "peerapi4", "Port": 47022}, + {"Proto": "peerapi6", "Port": 47022} ]}, - "Created": "2026-04-09T01:37:01.534162185Z", + "Created": "2026-04-09T08:43:00.447707111Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7304517472739419, + "StableID": "niJRvgHE3z11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:9816940045deb3c88e04ddde42e75a3bf8b9d9541059be3a5fac71035fb0be43", + "Addresses": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "AllowedIPs": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "Endpoints": ["77.164.248.136:59794", "10.65.0.27:59794", "172.17.0.1:59794"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61475}, + {"Proto": "peerapi6", "Port": 61475} + ]}, + "Created": "2026-04-09T08:43:04.745194799Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6892,7 +6901,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.85.123.71"}, {"nodeIP": "fd7a:115c:a1e0::2937:7b47"}], + "principals": [{"nodeIP": "100.115.162.121"}, {"nodeIP": "fd7a:115c:a1e0::6037:a279"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -7721,26 +7730,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.85.123.71"}, {"nodeIP": "fd7a:115c:a1e0::2937:7b47"}], + "principals": [{"nodeIP": "100.115.162.121"}, {"nodeIP": "fd7a:115c:a1e0::6037:a279"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -7777,21 +7787,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4646333138326036, - "StableID": "n5hBpyHLHd11CNTRL", + "ID": 5829456807029243, + "StableID": "npX11qwAXn11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 4646333138326036, - "Key": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "DiscoKey": "discokey:106a8f3c3138cda5a003fcf1fa04bb808db4364d4a502bf3ce8b929ad3d1714d", - "Addresses": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "AllowedIPs": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "Endpoints": ["77.164.248.136:57218", "10.65.0.27:57218", "172.17.0.1:57218"], + "User": 5829456807029243, + "Key": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "DiscoKey": "discokey:9b8955e0ec528572cdc74a5c57bdf5c381325729f1ad1bd4546ad62b53a4f675", + "Addresses": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "AllowedIPs": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "Endpoints": ["77.164.248.136:50555", "10.65.0.27:50555", "172.17.0.1:50555"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 56496}, - {"Proto": "peerapi6", "Port": 56496}, + {"Proto": "peerapi4", "Port": 35801}, + {"Proto": "peerapi6", "Port": 35801}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:04.231484203Z", + "Created": "2026-04-09T08:43:03.121292236Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7819,300 +7829,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "MachineKey": "mkey:0110490bd484d5c43f6107759a0f75c9aaf001c391846d4e5fae06c1394ec903", + "NodeKey": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "MachineKey": "mkey:5241e2c1eeb451e84951d4dd54332750306d1ca8dd93347464f926cf3dd8e410", "Peers": [{ - "ID": 221022996905324, - "StableID": "nsNyNAu6j211CNTRL", + "ID": 704966439675097, + "StableID": "ngULEqGHW611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "KeyExpiry": "2026-10-06T08:43:05Z", + "DiscoKey": "discokey:a35544a3cd8fe222e3fe03c6e30df77b87dfb2fd063f19327ab0188c4817136e", + "Addresses": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "AllowedIPs": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48523}, + {"Proto": "peerapi6", "Port": 48523} + ]}, + "Created": "2026-04-09T08:43:05.284171787Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1332779156968444, + "StableID": "nZBPDDrcQB11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "DiscoKey": "discokey:38e727747a51a49b66531acddceac800266308e55680bbabb59216ed976db678", - "Addresses": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "AllowedIPs": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "Endpoints": ["77.164.248.136:46022", "10.65.0.27:46022", "172.17.0.1:46022"], - "HomeDERP": 8, + "Key": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "DiscoKey": "discokey:4ed17f636afe9cb2fb9712f2939c1cfc659830b95d6cf02ef096193597901b42", + "Addresses": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "AllowedIPs": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "Endpoints": ["77.164.248.136:41850", "10.65.0.27:41850", "172.17.0.1:41850"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48877}, - {"Proto": "peerapi6", "Port": 48877} + {"Proto": "peerapi4", "Port": 58021}, + {"Proto": "peerapi6", "Port": 58021} ]}, - "Created": "2026-04-09T01:37:03.168306753Z", + "Created": "2026-04-09T08:43:02.058225812Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 853015740764704, - "StableID": "n3Enz4HLf711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "KeyExpiry": "2026-10-06T01:37:06Z", - "DiscoKey": "discokey:436943f5574bc75a5001981c62ffd0d54358f8742fa2e5c31bba3961f2dc662f", - "Addresses": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "AllowedIPs": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37158}, - {"Proto": "peerapi6", "Port": 37158} - ]}, - "Created": "2026-04-09T01:37:06.427968526Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 857647242248776, - "StableID": "nMMWvSwRh711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "DiscoKey": "discokey:1e96518007a3691ec7ec6ce2bc2174a87d1726e7f1e9914b0aad2eb74e2c3f56", - "Addresses": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "AllowedIPs": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "Endpoints": ["77.164.248.136:49646", "10.65.0.27:49646", "172.17.0.1:49646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56372}, - {"Proto": "peerapi6", "Port": 56372} - ]}, - "Created": "2026-04-09T01:37:00.44027859Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1185659598921513, - "StableID": "n8G4fVGzFA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "DiscoKey": "discokey:81a438328dc017ee61ebc4fe3a3b077adf9cde4098b4b98e037ac6e79ab96260", - "Addresses": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "AllowedIPs": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "Endpoints": ["77.164.248.136:60792", "10.65.0.27:60792", "172.17.0.1:60792"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39912}, - {"Proto": "peerapi6", "Port": 39912} - ]}, - "Created": "2026-04-09T01:37:03.7017157Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1667017135832519, - "StableID": "n6AyrNiz1E11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "DiscoKey": "discokey:a74eee535d0d8d240ce41ab00c1564c381121655f802a83da922e6d28af5954b", - "Addresses": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "AllowedIPs": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "Endpoints": ["77.164.248.136:46728", "10.65.0.27:46728", "172.17.0.1:46728"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58634}, - {"Proto": "peerapi6", "Port": 58634} - ]}, - "Created": "2026-04-09T01:36:59.369012557Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2069703219978107, - "StableID": "nc9fBTbNAH11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:b371a04909dd2563ce6e4e8119a2880cd33b826aae4ba6e61af82208ca87434f", - "Addresses": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "AllowedIPs": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "Endpoints": ["77.164.248.136:35142", "10.65.0.27:35142", "172.17.0.1:35142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43152}, - {"Proto": "peerapi6", "Port": 43152} - ]}, - "Created": "2026-04-09T01:37:05.887751494Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2131756689363576, - "StableID": "nM3KnjdUeH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "DiscoKey": "discokey:b7fc187a6742ef927d88c3c337dc191a81f5bf7372c45338f3423c089aff990d", - "Addresses": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "AllowedIPs": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "Endpoints": ["77.164.248.136:34629", "10.65.0.27:34629", "172.17.0.1:34629"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 34158}, - {"Proto": "peerapi6", "Port": 34158} - ]}, - "Created": "2026-04-09T01:37:02.070554295Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2979802696345094, - "StableID": "n3TRR7NZGQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:0a778d22a2824789d336c44559b3822c0a5136a6ab11ae5ac99c68024e5b4e15", - "Addresses": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "AllowedIPs": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49479}, - {"Proto": "peerapi6", "Port": 49479} - ]}, - "Created": "2026-04-09T01:37:05.33628152Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4760280566857139, - "StableID": "nECwsuVwAe11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "DiscoKey": "discokey:bf5aee6ca865d3a240935c0585ce1f05e3812ff7ecf8d74d0169d03a5783d712", - "Addresses": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "AllowedIPs": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "Endpoints": ["77.164.248.136:40789", "10.65.0.27:40789", "172.17.0.1:40789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52026}, - {"Proto": "peerapi6", "Port": 52026} - ]}, - "Created": "2026-04-09T01:36:59.901466461Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5859264131699992, - "StableID": "noYED8wfkn11CNTRL", + "ID": 1660766062616243, + "StableID": "nY5nvUWAyD11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "DiscoKey": "discokey:eabf891a6f3904ef97b13d7d853b81d42267ee38c95e79b18bbaca85380b0f7d", - "Addresses": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "AllowedIPs": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "Endpoints": ["77.164.248.136:47945", "10.65.0.27:47945", "172.17.0.1:47945"], + "Key": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "DiscoKey": "discokey:b68ab2dffc83960ace5a437fe885cc21997f351cf2823475b705c5b39b169059", + "Addresses": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "AllowedIPs": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "Endpoints": ["77.164.248.136:38045", "10.65.0.27:38045", "172.17.0.1:38045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60839}, - {"Proto": "peerapi6", "Port": 60839} + {"Proto": "peerapi4", "Port": 46939}, + {"Proto": "peerapi6", "Port": 46939} ]}, - "Created": "2026-04-09T01:37:00.979950975Z", + "Created": "2026-04-09T08:42:59.923397087Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6862870985280714, - "StableID": "njPxA3zCbv11CNTRL", + "ID": 2864897590804814, + "StableID": "ns5gi61XNP11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "DiscoKey": "discokey:66331f3e1119200b488197795b4bb29c6f467091b25bca8ca408e2f5b61e1271", - "Addresses": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "AllowedIPs": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "Endpoints": ["77.164.248.136:38422", "10.65.0.27:38422", "172.17.0.1:38422"], + "Key": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "DiscoKey": "discokey:c5ad752e25a3e7e472c523be1c8e85c54d73d95f8c4651450cfac9fff9bd1b26", + "Addresses": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "AllowedIPs": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "Endpoints": ["77.164.248.136:55097", "10.65.0.27:55097", "172.17.0.1:55097"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45412}, - {"Proto": "peerapi6", "Port": 45412} + {"Proto": "peerapi4", "Port": 60903}, + {"Proto": "peerapi6", "Port": 60903} ]}, - "Created": "2026-04-09T01:37:04.799665684Z", + "Created": "2026-04-09T08:43:03.659039283Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7095687052765184, - "StableID": "nKYDpffeQx11CNTRL", + "ID": 3230185834373379, + "StableID": "n8j3wFWxDS11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "DiscoKey": "discokey:ac5973c2370fefebd37bd26de2eef7743f3c7b136970d139f70b4dd09fa1fe12", + "Addresses": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "AllowedIPs": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "Endpoints": ["77.164.248.136:40099", "10.65.0.27:40099", "172.17.0.1:40099"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 35772}, + {"Proto": "peerapi6", "Port": 35772} + ]}, + "Created": "2026-04-09T08:43:00.982435333Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3458163705100461, + "StableID": "nW9Hhb6D1U11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "DiscoKey": "discokey:6accee79601f56189a7211b0bec20c19a35e68cabe70a13927268ea5d5281047", + "Addresses": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "AllowedIPs": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "Endpoints": ["77.164.248.136:51149", "10.65.0.27:51149", "172.17.0.1:51149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48575}, + {"Proto": "peerapi6", "Port": 48575} + ]}, + "Created": "2026-04-09T08:42:59.395464202Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4155723436507178, + "StableID": "nyGiUro8TZ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:f2e38a4d4b0153dfe94477938eb1a5ea06e694308795e07fe534515c4fed5d3c", + "Addresses": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "AllowedIPs": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "Endpoints": ["77.164.248.136:49092", "10.65.0.27:49092", "172.17.0.1:49092"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39144}, + {"Proto": "peerapi6", "Port": 39144} + ]}, + "Created": "2026-04-09T08:43:04.197320753Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5497084941138666, + "StableID": "nKBCNo6evj11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "DiscoKey": "discokey:c2b65b79d46b023678a7a56b64cf09ab81e75b65510e2200ed6f17cb8eb97762", + "Addresses": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "AllowedIPs": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "Endpoints": ["77.164.248.136:45311", "10.65.0.27:45311", "172.17.0.1:45311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52321}, + {"Proto": "peerapi6", "Port": 52321} + ]}, + "Created": "2026-04-09T08:43:02.592093062Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5791331355453012, + "StableID": "nqh8QMTuDn11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "DiscoKey": "discokey:6fd1f0f9c96e3e82e2881134d34d3d6a5ae1dc3d62c877362beb51778dac8b5d", - "Addresses": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "AllowedIPs": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "Endpoints": ["77.164.248.136:39817", "10.65.0.27:39817", "172.17.0.1:39817"], + "Key": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "DiscoKey": "discokey:d34af05f98a8e8f47891493452cc80a9d9d7d91f4660b87ca93a515a67663708", + "Addresses": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "AllowedIPs": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "Endpoints": ["77.164.248.136:60053", "10.65.0.27:60053", "172.17.0.1:60053"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 46346}, - {"Proto": "peerapi6", "Port": 46346} + {"Proto": "peerapi4", "Port": 44472}, + {"Proto": "peerapi6", "Port": 44472} ]}, - "Created": "2026-04-09T01:37:02.639600284Z", + "Created": "2026-04-09T08:43:01.515505903Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7695194610150930, - "StableID": "nHg6kPiA6321CNTRL", + "ID": 6148571048395097, + "StableID": "nSPkk3Yh1q11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "DiscoKey": "discokey:4f206692c69946bbad0c54a66ec205b3adb1ef0042301362473eb10c6b3d564c", + "Addresses": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "AllowedIPs": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "Endpoints": ["77.164.248.136:55207", "10.65.0.27:55207", "172.17.0.1:55207"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 52416}, + {"Proto": "peerapi6", "Port": 52416} + ]}, + "Created": "2026-04-09T08:42:58.312255279Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6184049759960667, + "StableID": "nk5F14WmHq11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "DiscoKey": "discokey:a5ae1a8f243d32e6caf62ccbba34612afc196b4d84293cfa77b9d6937105a84f", + "Addresses": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "AllowedIPs": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "Endpoints": ["77.164.248.136:39218", "10.65.0.27:39218", "172.17.0.1:39218"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 46356}, + {"Proto": "peerapi6", "Port": 46356} + ]}, + "Created": "2026-04-09T08:42:58.845719767Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6324818470726948, + "StableID": "nRfDwrFXPr11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "DiscoKey": "discokey:0246a35d28ee5bece63aca36ee96cc6a366e8df89ba3bb37f78c7d2417a79474", - "Addresses": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "AllowedIPs": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "Endpoints": ["77.164.248.136:50159", "10.65.0.27:50159", "172.17.0.1:50159"], + "Key": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "DiscoKey": "discokey:a6440b8a25315755988e02333c82112abedcbdc0a78d8b8a64fdf12d02785013", + "Addresses": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "AllowedIPs": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "Endpoints": ["77.164.248.136:36469", "10.65.0.27:36469", "172.17.0.1:36469"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39972}, - {"Proto": "peerapi6", "Port": 39972} + {"Proto": "peerapi4", "Port": 48180}, + {"Proto": "peerapi6", "Port": 48180} ]}, - "Created": "2026-04-09T01:36:58.82102297Z", + "Created": "2026-04-09T08:42:57.774452259Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7772023840815292, - "StableID": "nXzWmTtxg321CNTRL", + "ID": 7046743954281738, + "StableID": "nfMLoq1V2x11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "DiscoKey": "discokey:1870ae621810aae5e2650867ceb9fca1ae2e132067c293677b40a28eb5c7f956", - "Addresses": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "AllowedIPs": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "Endpoints": ["77.164.248.136:57971", "10.65.0.27:57971", "172.17.0.1:57971"], - "HomeDERP": 4, + "Key": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "DiscoKey": "discokey:4077dce1b7b96f24ba36300b7e4b6e7b1ece6decc6a22ddf2b74b83f83d3cd57", + "Addresses": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "AllowedIPs": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "Endpoints": ["77.164.248.136:35950", "10.65.0.27:35950", "172.17.0.1:35950"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46197}, - {"Proto": "peerapi6", "Port": 46197} + {"Proto": "peerapi4", "Port": 47022}, + {"Proto": "peerapi6", "Port": 47022} ]}, - "Created": "2026-04-09T01:37:01.534162185Z", + "Created": "2026-04-09T08:43:00.447707111Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7304517472739419, + "StableID": "niJRvgHE3z11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:9816940045deb3c88e04ddde42e75a3bf8b9d9541059be3a5fac71035fb0be43", + "Addresses": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "AllowedIPs": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "Endpoints": ["77.164.248.136:59794", "10.65.0.27:59794", "172.17.0.1:59794"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61475}, + {"Proto": "peerapi6", "Port": 61475} + ]}, + "Created": "2026-04-09T08:43:04.745194799Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8960,27 +8970,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4646333138326036": { - "ID": 4646333138326036, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5829456807029243": { + "ID": 5829456807029243, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -9011,26 +9023,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1667017135832519, - "StableID": "n6AyrNiz1E11CNTRL", + "ID": 6148571048395097, + "StableID": "nSPkk3Yh1q11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1667017135832519, - "Key": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "DiscoKey": "discokey:a74eee535d0d8d240ce41ab00c1564c381121655f802a83da922e6d28af5954b", - "Addresses": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "AllowedIPs": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "Endpoints": ["77.164.248.136:46728", "10.65.0.27:46728", "172.17.0.1:46728"], + "User": 6148571048395097, + "Key": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "DiscoKey": "discokey:4f206692c69946bbad0c54a66ec205b3adb1ef0042301362473eb10c6b3d564c", + "Addresses": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "AllowedIPs": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "Endpoints": ["77.164.248.136:55207", "10.65.0.27:55207", "172.17.0.1:55207"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 58634}, - {"Proto": "peerapi6", "Port": 58634}, + {"Proto": "peerapi4", "Port": 52416}, + {"Proto": "peerapi6", "Port": 52416}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:59.369012557Z", + "Created": "2026-04-09T08:42:58.312255279Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -9058,302 +9070,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "MachineKey": "mkey:762f71dcd97cb0605bd584c171b7f5f0e76097712c5a7feaa33d9702952b694e", + "NodeKey": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "MachineKey": "mkey:7628717560686526339bc3aada40e36b0742ce53a59c95d1908c955d79ca2c74", "Peers": [{ - "ID": 221022996905324, - "StableID": "nsNyNAu6j211CNTRL", + "ID": 704966439675097, + "StableID": "ngULEqGHW611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "KeyExpiry": "2026-10-06T08:43:05Z", + "DiscoKey": "discokey:a35544a3cd8fe222e3fe03c6e30df77b87dfb2fd063f19327ab0188c4817136e", + "Addresses": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "AllowedIPs": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48523}, + {"Proto": "peerapi6", "Port": 48523} + ]}, + "Created": "2026-04-09T08:43:05.284171787Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1332779156968444, + "StableID": "nZBPDDrcQB11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "DiscoKey": "discokey:38e727747a51a49b66531acddceac800266308e55680bbabb59216ed976db678", - "Addresses": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "AllowedIPs": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "Endpoints": ["77.164.248.136:46022", "10.65.0.27:46022", "172.17.0.1:46022"], - "HomeDERP": 8, + "Key": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "DiscoKey": "discokey:4ed17f636afe9cb2fb9712f2939c1cfc659830b95d6cf02ef096193597901b42", + "Addresses": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "AllowedIPs": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "Endpoints": ["77.164.248.136:41850", "10.65.0.27:41850", "172.17.0.1:41850"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48877}, - {"Proto": "peerapi6", "Port": 48877} + {"Proto": "peerapi4", "Port": 58021}, + {"Proto": "peerapi6", "Port": 58021} ]}, - "Created": "2026-04-09T01:37:03.168306753Z", + "Created": "2026-04-09T08:43:02.058225812Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 853015740764704, - "StableID": "n3Enz4HLf711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "KeyExpiry": "2026-10-06T01:37:06Z", - "DiscoKey": "discokey:436943f5574bc75a5001981c62ffd0d54358f8742fa2e5c31bba3961f2dc662f", - "Addresses": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "AllowedIPs": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "Endpoints": ["77.164.248.136:44931", "10.65.0.27:44931", "172.17.0.1:44931"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37158}, - {"Proto": "peerapi6", "Port": 37158} - ]}, - "Created": "2026-04-09T01:37:06.427968526Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 857647242248776, - "StableID": "nMMWvSwRh711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "DiscoKey": "discokey:1e96518007a3691ec7ec6ce2bc2174a87d1726e7f1e9914b0aad2eb74e2c3f56", - "Addresses": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "AllowedIPs": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "Endpoints": ["77.164.248.136:49646", "10.65.0.27:49646", "172.17.0.1:49646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56372}, - {"Proto": "peerapi6", "Port": 56372} - ]}, - "Created": "2026-04-09T01:37:00.44027859Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1185659598921513, - "StableID": "n8G4fVGzFA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "DiscoKey": "discokey:81a438328dc017ee61ebc4fe3a3b077adf9cde4098b4b98e037ac6e79ab96260", - "Addresses": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "AllowedIPs": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "Endpoints": ["77.164.248.136:60792", "10.65.0.27:60792", "172.17.0.1:60792"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39912}, - {"Proto": "peerapi6", "Port": 39912} - ]}, - "Created": "2026-04-09T01:37:03.7017157Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2069703219978107, - "StableID": "nc9fBTbNAH11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:b371a04909dd2563ce6e4e8119a2880cd33b826aae4ba6e61af82208ca87434f", - "Addresses": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "AllowedIPs": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "Endpoints": ["77.164.248.136:35142", "10.65.0.27:35142", "172.17.0.1:35142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43152}, - {"Proto": "peerapi6", "Port": 43152} - ]}, - "Created": "2026-04-09T01:37:05.887751494Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2131756689363576, - "StableID": "nM3KnjdUeH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "DiscoKey": "discokey:b7fc187a6742ef927d88c3c337dc191a81f5bf7372c45338f3423c089aff990d", - "Addresses": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "AllowedIPs": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "Endpoints": ["77.164.248.136:34629", "10.65.0.27:34629", "172.17.0.1:34629"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 34158}, - {"Proto": "peerapi6", "Port": 34158} - ]}, - "Created": "2026-04-09T01:37:02.070554295Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2979802696345094, - "StableID": "n3TRR7NZGQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:0a778d22a2824789d336c44559b3822c0a5136a6ab11ae5ac99c68024e5b4e15", - "Addresses": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "AllowedIPs": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49479}, - {"Proto": "peerapi6", "Port": 49479} - ]}, - "Created": "2026-04-09T01:37:05.33628152Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4646333138326036, - "StableID": "n5hBpyHLHd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "DiscoKey": "discokey:106a8f3c3138cda5a003fcf1fa04bb808db4364d4a502bf3ce8b929ad3d1714d", - "Addresses": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "AllowedIPs": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "Endpoints": ["77.164.248.136:57218", "10.65.0.27:57218", "172.17.0.1:57218"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56496}, - {"Proto": "peerapi6", "Port": 56496} - ]}, - "Created": "2026-04-09T01:37:04.231484203Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4760280566857139, - "StableID": "nECwsuVwAe11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "DiscoKey": "discokey:bf5aee6ca865d3a240935c0585ce1f05e3812ff7ecf8d74d0169d03a5783d712", - "Addresses": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "AllowedIPs": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "Endpoints": ["77.164.248.136:40789", "10.65.0.27:40789", "172.17.0.1:40789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52026}, - {"Proto": "peerapi6", "Port": 52026} - ]}, - "Created": "2026-04-09T01:36:59.901466461Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5859264131699992, - "StableID": "noYED8wfkn11CNTRL", + "ID": 1660766062616243, + "StableID": "nY5nvUWAyD11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "DiscoKey": "discokey:eabf891a6f3904ef97b13d7d853b81d42267ee38c95e79b18bbaca85380b0f7d", - "Addresses": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "AllowedIPs": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "Endpoints": ["77.164.248.136:47945", "10.65.0.27:47945", "172.17.0.1:47945"], + "Key": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "DiscoKey": "discokey:b68ab2dffc83960ace5a437fe885cc21997f351cf2823475b705c5b39b169059", + "Addresses": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "AllowedIPs": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "Endpoints": ["77.164.248.136:38045", "10.65.0.27:38045", "172.17.0.1:38045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60839}, - {"Proto": "peerapi6", "Port": 60839} + {"Proto": "peerapi4", "Port": 46939}, + {"Proto": "peerapi6", "Port": 46939} ]}, - "Created": "2026-04-09T01:37:00.979950975Z", + "Created": "2026-04-09T08:42:59.923397087Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6862870985280714, - "StableID": "njPxA3zCbv11CNTRL", + "ID": 2864897590804814, + "StableID": "ns5gi61XNP11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "DiscoKey": "discokey:66331f3e1119200b488197795b4bb29c6f467091b25bca8ca408e2f5b61e1271", - "Addresses": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "AllowedIPs": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "Endpoints": ["77.164.248.136:38422", "10.65.0.27:38422", "172.17.0.1:38422"], + "Key": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "DiscoKey": "discokey:c5ad752e25a3e7e472c523be1c8e85c54d73d95f8c4651450cfac9fff9bd1b26", + "Addresses": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "AllowedIPs": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "Endpoints": ["77.164.248.136:55097", "10.65.0.27:55097", "172.17.0.1:55097"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45412}, - {"Proto": "peerapi6", "Port": 45412} + {"Proto": "peerapi4", "Port": 60903}, + {"Proto": "peerapi6", "Port": 60903} ]}, - "Created": "2026-04-09T01:37:04.799665684Z", + "Created": "2026-04-09T08:43:03.659039283Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7095687052765184, - "StableID": "nKYDpffeQx11CNTRL", + "ID": 3230185834373379, + "StableID": "n8j3wFWxDS11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "DiscoKey": "discokey:ac5973c2370fefebd37bd26de2eef7743f3c7b136970d139f70b4dd09fa1fe12", + "Addresses": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "AllowedIPs": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "Endpoints": ["77.164.248.136:40099", "10.65.0.27:40099", "172.17.0.1:40099"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 35772}, + {"Proto": "peerapi6", "Port": 35772} + ]}, + "Created": "2026-04-09T08:43:00.982435333Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3458163705100461, + "StableID": "nW9Hhb6D1U11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "DiscoKey": "discokey:6accee79601f56189a7211b0bec20c19a35e68cabe70a13927268ea5d5281047", + "Addresses": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "AllowedIPs": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "Endpoints": ["77.164.248.136:51149", "10.65.0.27:51149", "172.17.0.1:51149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48575}, + {"Proto": "peerapi6", "Port": 48575} + ]}, + "Created": "2026-04-09T08:42:59.395464202Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4155723436507178, + "StableID": "nyGiUro8TZ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:f2e38a4d4b0153dfe94477938eb1a5ea06e694308795e07fe534515c4fed5d3c", + "Addresses": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "AllowedIPs": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "Endpoints": ["77.164.248.136:49092", "10.65.0.27:49092", "172.17.0.1:49092"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39144}, + {"Proto": "peerapi6", "Port": 39144} + ]}, + "Created": "2026-04-09T08:43:04.197320753Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5497084941138666, + "StableID": "nKBCNo6evj11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "DiscoKey": "discokey:c2b65b79d46b023678a7a56b64cf09ab81e75b65510e2200ed6f17cb8eb97762", + "Addresses": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "AllowedIPs": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "Endpoints": ["77.164.248.136:45311", "10.65.0.27:45311", "172.17.0.1:45311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52321}, + {"Proto": "peerapi6", "Port": 52321} + ]}, + "Created": "2026-04-09T08:43:02.592093062Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5791331355453012, + "StableID": "nqh8QMTuDn11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "DiscoKey": "discokey:6fd1f0f9c96e3e82e2881134d34d3d6a5ae1dc3d62c877362beb51778dac8b5d", - "Addresses": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "AllowedIPs": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "Endpoints": ["77.164.248.136:39817", "10.65.0.27:39817", "172.17.0.1:39817"], + "Key": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "DiscoKey": "discokey:d34af05f98a8e8f47891493452cc80a9d9d7d91f4660b87ca93a515a67663708", + "Addresses": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "AllowedIPs": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "Endpoints": ["77.164.248.136:60053", "10.65.0.27:60053", "172.17.0.1:60053"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 46346}, - {"Proto": "peerapi6", "Port": 46346} + {"Proto": "peerapi4", "Port": 44472}, + {"Proto": "peerapi6", "Port": 44472} ]}, - "Created": "2026-04-09T01:37:02.639600284Z", + "Created": "2026-04-09T08:43:01.515505903Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7695194610150930, - "StableID": "nHg6kPiA6321CNTRL", + "ID": 5829456807029243, + "StableID": "npX11qwAXn11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "DiscoKey": "discokey:9b8955e0ec528572cdc74a5c57bdf5c381325729f1ad1bd4546ad62b53a4f675", + "Addresses": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "AllowedIPs": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "Endpoints": ["77.164.248.136:50555", "10.65.0.27:50555", "172.17.0.1:50555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35801}, + {"Proto": "peerapi6", "Port": 35801} + ]}, + "Created": "2026-04-09T08:43:03.121292236Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6184049759960667, + "StableID": "nk5F14WmHq11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "DiscoKey": "discokey:a5ae1a8f243d32e6caf62ccbba34612afc196b4d84293cfa77b9d6937105a84f", + "Addresses": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "AllowedIPs": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "Endpoints": ["77.164.248.136:39218", "10.65.0.27:39218", "172.17.0.1:39218"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 46356}, + {"Proto": "peerapi6", "Port": 46356} + ]}, + "Created": "2026-04-09T08:42:58.845719767Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6324818470726948, + "StableID": "nRfDwrFXPr11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "DiscoKey": "discokey:0246a35d28ee5bece63aca36ee96cc6a366e8df89ba3bb37f78c7d2417a79474", - "Addresses": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "AllowedIPs": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "Endpoints": ["77.164.248.136:50159", "10.65.0.27:50159", "172.17.0.1:50159"], + "Key": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "DiscoKey": "discokey:a6440b8a25315755988e02333c82112abedcbdc0a78d8b8a64fdf12d02785013", + "Addresses": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "AllowedIPs": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "Endpoints": ["77.164.248.136:36469", "10.65.0.27:36469", "172.17.0.1:36469"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39972}, - {"Proto": "peerapi6", "Port": 39972} + {"Proto": "peerapi4", "Port": 48180}, + {"Proto": "peerapi6", "Port": 48180} ]}, - "Created": "2026-04-09T01:36:58.82102297Z", + "Created": "2026-04-09T08:42:57.774452259Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7772023840815292, - "StableID": "nXzWmTtxg321CNTRL", + "ID": 7046743954281738, + "StableID": "nfMLoq1V2x11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "DiscoKey": "discokey:1870ae621810aae5e2650867ceb9fca1ae2e132067c293677b40a28eb5c7f956", - "Addresses": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "AllowedIPs": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "Endpoints": ["77.164.248.136:57971", "10.65.0.27:57971", "172.17.0.1:57971"], - "HomeDERP": 4, + "Key": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "DiscoKey": "discokey:4077dce1b7b96f24ba36300b7e4b6e7b1ece6decc6a22ddf2b74b83f83d3cd57", + "Addresses": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "AllowedIPs": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "Endpoints": ["77.164.248.136:35950", "10.65.0.27:35950", "172.17.0.1:35950"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46197}, - {"Proto": "peerapi6", "Port": 46197} + {"Proto": "peerapi4", "Port": 47022}, + {"Proto": "peerapi6", "Port": 47022} ]}, - "Created": "2026-04-09T01:37:01.534162185Z", + "Created": "2026-04-09T08:43:00.447707111Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7304517472739419, + "StableID": "niJRvgHE3z11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:9816940045deb3c88e04ddde42e75a3bf8b9d9541059be3a5fac71035fb0be43", + "Addresses": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "AllowedIPs": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "Endpoints": ["77.164.248.136:59794", "10.65.0.27:59794", "172.17.0.1:59794"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61475}, + {"Proto": "peerapi6", "Port": 61475} + ]}, + "Created": "2026-04-09T08:43:04.745194799Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10201,27 +10213,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1667017135832519": { - "ID": 1667017135832519, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6148571048395097": { + "ID": 6148571048395097, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10252,26 +10266,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7695194610150930, - "StableID": "nHg6kPiA6321CNTRL", + "ID": 6324818470726948, + "StableID": "nRfDwrFXPr11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 7695194610150930, - "Key": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "DiscoKey": "discokey:0246a35d28ee5bece63aca36ee96cc6a366e8df89ba3bb37f78c7d2417a79474", - "Addresses": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "AllowedIPs": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "Endpoints": ["77.164.248.136:50159", "10.65.0.27:50159", "172.17.0.1:50159"], + "User": 6324818470726948, + "Key": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "DiscoKey": "discokey:a6440b8a25315755988e02333c82112abedcbdc0a78d8b8a64fdf12d02785013", + "Addresses": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "AllowedIPs": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "Endpoints": ["77.164.248.136:36469", "10.65.0.27:36469", "172.17.0.1:36469"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 39972}, - {"Proto": "peerapi6", "Port": 39972}, + {"Proto": "peerapi4", "Port": 48180}, + {"Proto": "peerapi6", "Port": 48180}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:36:58.82102297Z", + "Created": "2026-04-09T08:42:57.774452259Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10299,302 +10313,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "MachineKey": "mkey:f86b675575cef5bdecd7d404573ab79d55124e09115e8739588b601e3177a74c", + "NodeKey": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "MachineKey": "mkey:b40aede04060df96688989bbd83395bceed7c83191002c7d7eb8d69e1e29d93a", "Peers": [{ - "ID": 221022996905324, - "StableID": "nsNyNAu6j211CNTRL", + "ID": 704966439675097, + "StableID": "ngULEqGHW611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "KeyExpiry": "2026-10-06T08:43:05Z", + "DiscoKey": "discokey:a35544a3cd8fe222e3fe03c6e30df77b87dfb2fd063f19327ab0188c4817136e", + "Addresses": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "AllowedIPs": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48523}, + {"Proto": "peerapi6", "Port": 48523} + ]}, + "Created": "2026-04-09T08:43:05.284171787Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1332779156968444, + "StableID": "nZBPDDrcQB11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "DiscoKey": "discokey:38e727747a51a49b66531acddceac800266308e55680bbabb59216ed976db678", - "Addresses": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "AllowedIPs": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "Endpoints": ["77.164.248.136:46022", "10.65.0.27:46022", "172.17.0.1:46022"], - "HomeDERP": 8, + "Key": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "DiscoKey": "discokey:4ed17f636afe9cb2fb9712f2939c1cfc659830b95d6cf02ef096193597901b42", + "Addresses": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "AllowedIPs": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "Endpoints": ["77.164.248.136:41850", "10.65.0.27:41850", "172.17.0.1:41850"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48877}, - {"Proto": "peerapi6", "Port": 48877} + {"Proto": "peerapi4", "Port": 58021}, + {"Proto": "peerapi6", "Port": 58021} ]}, - "Created": "2026-04-09T01:37:03.168306753Z", + "Created": "2026-04-09T08:43:02.058225812Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 853015740764704, - "StableID": "n3Enz4HLf711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "KeyExpiry": "2026-10-06T01:37:06Z", - "DiscoKey": "discokey:436943f5574bc75a5001981c62ffd0d54358f8742fa2e5c31bba3961f2dc662f", - "Addresses": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "AllowedIPs": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "Endpoints": ["77.164.248.136:44931", "10.65.0.27:44931", "172.17.0.1:44931"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37158}, - {"Proto": "peerapi6", "Port": 37158} - ]}, - "Created": "2026-04-09T01:37:06.427968526Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 857647242248776, - "StableID": "nMMWvSwRh711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "DiscoKey": "discokey:1e96518007a3691ec7ec6ce2bc2174a87d1726e7f1e9914b0aad2eb74e2c3f56", - "Addresses": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "AllowedIPs": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "Endpoints": ["77.164.248.136:49646", "10.65.0.27:49646", "172.17.0.1:49646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56372}, - {"Proto": "peerapi6", "Port": 56372} - ]}, - "Created": "2026-04-09T01:37:00.44027859Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1185659598921513, - "StableID": "n8G4fVGzFA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "DiscoKey": "discokey:81a438328dc017ee61ebc4fe3a3b077adf9cde4098b4b98e037ac6e79ab96260", - "Addresses": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "AllowedIPs": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "Endpoints": ["77.164.248.136:60792", "10.65.0.27:60792", "172.17.0.1:60792"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39912}, - {"Proto": "peerapi6", "Port": 39912} - ]}, - "Created": "2026-04-09T01:37:03.7017157Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1667017135832519, - "StableID": "n6AyrNiz1E11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "DiscoKey": "discokey:a74eee535d0d8d240ce41ab00c1564c381121655f802a83da922e6d28af5954b", - "Addresses": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "AllowedIPs": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "Endpoints": ["77.164.248.136:46728", "10.65.0.27:46728", "172.17.0.1:46728"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58634}, - {"Proto": "peerapi6", "Port": 58634} - ]}, - "Created": "2026-04-09T01:36:59.369012557Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2069703219978107, - "StableID": "nc9fBTbNAH11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:b371a04909dd2563ce6e4e8119a2880cd33b826aae4ba6e61af82208ca87434f", - "Addresses": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "AllowedIPs": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "Endpoints": ["77.164.248.136:35142", "10.65.0.27:35142", "172.17.0.1:35142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43152}, - {"Proto": "peerapi6", "Port": 43152} - ]}, - "Created": "2026-04-09T01:37:05.887751494Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2131756689363576, - "StableID": "nM3KnjdUeH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "DiscoKey": "discokey:b7fc187a6742ef927d88c3c337dc191a81f5bf7372c45338f3423c089aff990d", - "Addresses": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "AllowedIPs": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "Endpoints": ["77.164.248.136:34629", "10.65.0.27:34629", "172.17.0.1:34629"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 34158}, - {"Proto": "peerapi6", "Port": 34158} - ]}, - "Created": "2026-04-09T01:37:02.070554295Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2979802696345094, - "StableID": "n3TRR7NZGQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:0a778d22a2824789d336c44559b3822c0a5136a6ab11ae5ac99c68024e5b4e15", - "Addresses": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "AllowedIPs": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49479}, - {"Proto": "peerapi6", "Port": 49479} - ]}, - "Created": "2026-04-09T01:37:05.33628152Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4646333138326036, - "StableID": "n5hBpyHLHd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "DiscoKey": "discokey:106a8f3c3138cda5a003fcf1fa04bb808db4364d4a502bf3ce8b929ad3d1714d", - "Addresses": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "AllowedIPs": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "Endpoints": ["77.164.248.136:57218", "10.65.0.27:57218", "172.17.0.1:57218"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56496}, - {"Proto": "peerapi6", "Port": 56496} - ]}, - "Created": "2026-04-09T01:37:04.231484203Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4760280566857139, - "StableID": "nECwsuVwAe11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "DiscoKey": "discokey:bf5aee6ca865d3a240935c0585ce1f05e3812ff7ecf8d74d0169d03a5783d712", - "Addresses": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "AllowedIPs": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "Endpoints": ["77.164.248.136:40789", "10.65.0.27:40789", "172.17.0.1:40789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52026}, - {"Proto": "peerapi6", "Port": 52026} - ]}, - "Created": "2026-04-09T01:36:59.901466461Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5859264131699992, - "StableID": "noYED8wfkn11CNTRL", + "ID": 1660766062616243, + "StableID": "nY5nvUWAyD11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "DiscoKey": "discokey:eabf891a6f3904ef97b13d7d853b81d42267ee38c95e79b18bbaca85380b0f7d", - "Addresses": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "AllowedIPs": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "Endpoints": ["77.164.248.136:47945", "10.65.0.27:47945", "172.17.0.1:47945"], + "Key": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "DiscoKey": "discokey:b68ab2dffc83960ace5a437fe885cc21997f351cf2823475b705c5b39b169059", + "Addresses": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "AllowedIPs": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "Endpoints": ["77.164.248.136:38045", "10.65.0.27:38045", "172.17.0.1:38045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60839}, - {"Proto": "peerapi6", "Port": 60839} + {"Proto": "peerapi4", "Port": 46939}, + {"Proto": "peerapi6", "Port": 46939} ]}, - "Created": "2026-04-09T01:37:00.979950975Z", + "Created": "2026-04-09T08:42:59.923397087Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6862870985280714, - "StableID": "njPxA3zCbv11CNTRL", + "ID": 2864897590804814, + "StableID": "ns5gi61XNP11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "DiscoKey": "discokey:66331f3e1119200b488197795b4bb29c6f467091b25bca8ca408e2f5b61e1271", - "Addresses": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "AllowedIPs": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "Endpoints": ["77.164.248.136:38422", "10.65.0.27:38422", "172.17.0.1:38422"], + "Key": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "DiscoKey": "discokey:c5ad752e25a3e7e472c523be1c8e85c54d73d95f8c4651450cfac9fff9bd1b26", + "Addresses": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "AllowedIPs": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "Endpoints": ["77.164.248.136:55097", "10.65.0.27:55097", "172.17.0.1:55097"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45412}, - {"Proto": "peerapi6", "Port": 45412} + {"Proto": "peerapi4", "Port": 60903}, + {"Proto": "peerapi6", "Port": 60903} ]}, - "Created": "2026-04-09T01:37:04.799665684Z", + "Created": "2026-04-09T08:43:03.659039283Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7095687052765184, - "StableID": "nKYDpffeQx11CNTRL", + "ID": 3230185834373379, + "StableID": "n8j3wFWxDS11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "DiscoKey": "discokey:ac5973c2370fefebd37bd26de2eef7743f3c7b136970d139f70b4dd09fa1fe12", + "Addresses": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "AllowedIPs": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "Endpoints": ["77.164.248.136:40099", "10.65.0.27:40099", "172.17.0.1:40099"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 35772}, + {"Proto": "peerapi6", "Port": 35772} + ]}, + "Created": "2026-04-09T08:43:00.982435333Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3458163705100461, + "StableID": "nW9Hhb6D1U11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "DiscoKey": "discokey:6accee79601f56189a7211b0bec20c19a35e68cabe70a13927268ea5d5281047", + "Addresses": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "AllowedIPs": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "Endpoints": ["77.164.248.136:51149", "10.65.0.27:51149", "172.17.0.1:51149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48575}, + {"Proto": "peerapi6", "Port": 48575} + ]}, + "Created": "2026-04-09T08:42:59.395464202Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4155723436507178, + "StableID": "nyGiUro8TZ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:f2e38a4d4b0153dfe94477938eb1a5ea06e694308795e07fe534515c4fed5d3c", + "Addresses": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "AllowedIPs": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "Endpoints": ["77.164.248.136:49092", "10.65.0.27:49092", "172.17.0.1:49092"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39144}, + {"Proto": "peerapi6", "Port": 39144} + ]}, + "Created": "2026-04-09T08:43:04.197320753Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5497084941138666, + "StableID": "nKBCNo6evj11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "DiscoKey": "discokey:c2b65b79d46b023678a7a56b64cf09ab81e75b65510e2200ed6f17cb8eb97762", + "Addresses": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "AllowedIPs": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "Endpoints": ["77.164.248.136:45311", "10.65.0.27:45311", "172.17.0.1:45311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52321}, + {"Proto": "peerapi6", "Port": 52321} + ]}, + "Created": "2026-04-09T08:43:02.592093062Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5791331355453012, + "StableID": "nqh8QMTuDn11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "DiscoKey": "discokey:6fd1f0f9c96e3e82e2881134d34d3d6a5ae1dc3d62c877362beb51778dac8b5d", - "Addresses": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "AllowedIPs": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "Endpoints": ["77.164.248.136:39817", "10.65.0.27:39817", "172.17.0.1:39817"], + "Key": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "DiscoKey": "discokey:d34af05f98a8e8f47891493452cc80a9d9d7d91f4660b87ca93a515a67663708", + "Addresses": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "AllowedIPs": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "Endpoints": ["77.164.248.136:60053", "10.65.0.27:60053", "172.17.0.1:60053"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 46346}, - {"Proto": "peerapi6", "Port": 46346} + {"Proto": "peerapi4", "Port": 44472}, + {"Proto": "peerapi6", "Port": 44472} ]}, - "Created": "2026-04-09T01:37:02.639600284Z", + "Created": "2026-04-09T08:43:01.515505903Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7772023840815292, - "StableID": "nXzWmTtxg321CNTRL", + "ID": 5829456807029243, + "StableID": "npX11qwAXn11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "DiscoKey": "discokey:9b8955e0ec528572cdc74a5c57bdf5c381325729f1ad1bd4546ad62b53a4f675", + "Addresses": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "AllowedIPs": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "Endpoints": ["77.164.248.136:50555", "10.65.0.27:50555", "172.17.0.1:50555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35801}, + {"Proto": "peerapi6", "Port": 35801} + ]}, + "Created": "2026-04-09T08:43:03.121292236Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6148571048395097, + "StableID": "nSPkk3Yh1q11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "DiscoKey": "discokey:4f206692c69946bbad0c54a66ec205b3adb1ef0042301362473eb10c6b3d564c", + "Addresses": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "AllowedIPs": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "Endpoints": ["77.164.248.136:55207", "10.65.0.27:55207", "172.17.0.1:55207"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 52416}, + {"Proto": "peerapi6", "Port": 52416} + ]}, + "Created": "2026-04-09T08:42:58.312255279Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6184049759960667, + "StableID": "nk5F14WmHq11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "DiscoKey": "discokey:a5ae1a8f243d32e6caf62ccbba34612afc196b4d84293cfa77b9d6937105a84f", + "Addresses": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "AllowedIPs": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "Endpoints": ["77.164.248.136:39218", "10.65.0.27:39218", "172.17.0.1:39218"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 46356}, + {"Proto": "peerapi6", "Port": 46356} + ]}, + "Created": "2026-04-09T08:42:58.845719767Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 7046743954281738, + "StableID": "nfMLoq1V2x11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "DiscoKey": "discokey:1870ae621810aae5e2650867ceb9fca1ae2e132067c293677b40a28eb5c7f956", - "Addresses": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "AllowedIPs": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "Endpoints": ["77.164.248.136:57971", "10.65.0.27:57971", "172.17.0.1:57971"], - "HomeDERP": 4, + "Key": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "DiscoKey": "discokey:4077dce1b7b96f24ba36300b7e4b6e7b1ece6decc6a22ddf2b74b83f83d3cd57", + "Addresses": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "AllowedIPs": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "Endpoints": ["77.164.248.136:35950", "10.65.0.27:35950", "172.17.0.1:35950"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46197}, - {"Proto": "peerapi6", "Port": 46197} + {"Proto": "peerapi4", "Port": 47022}, + {"Proto": "peerapi6", "Port": 47022} ]}, - "Created": "2026-04-09T01:37:01.534162185Z", + "Created": "2026-04-09T08:43:00.447707111Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7304517472739419, + "StableID": "niJRvgHE3z11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:9816940045deb3c88e04ddde42e75a3bf8b9d9541059be3a5fac71035fb0be43", + "Addresses": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "AllowedIPs": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "Endpoints": ["77.164.248.136:59794", "10.65.0.27:59794", "172.17.0.1:59794"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61475}, + {"Proto": "peerapi6", "Port": 61475} + ]}, + "Created": "2026-04-09T08:43:04.745194799Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11442,27 +11456,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7695194610150930": { - "ID": 7695194610150930, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6324818470726948": { + "ID": 6324818470726948, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + } + } }, "ssh_rules": [] }, "raticate": { @@ -11493,21 +11509,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5859264131699992, - "StableID": "noYED8wfkn11CNTRL", + "ID": 1660766062616243, + "StableID": "nY5nvUWAyD11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 5859264131699992, - "Key": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "DiscoKey": "discokey:eabf891a6f3904ef97b13d7d853b81d42267ee38c95e79b18bbaca85380b0f7d", - "Addresses": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "AllowedIPs": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "Endpoints": ["77.164.248.136:47945", "10.65.0.27:47945", "172.17.0.1:47945"], + "User": 1660766062616243, + "Key": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "DiscoKey": "discokey:b68ab2dffc83960ace5a437fe885cc21997f351cf2823475b705c5b39b169059", + "Addresses": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "AllowedIPs": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "Endpoints": ["77.164.248.136:38045", "10.65.0.27:38045", "172.17.0.1:38045"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 60839}, - {"Proto": "peerapi6", "Port": 60839}, + {"Proto": "peerapi4", "Port": 46939}, + {"Proto": "peerapi6", "Port": 46939}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:00.979950975Z", + "Created": "2026-04-09T08:42:59.923397087Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11535,300 +11551,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "MachineKey": "mkey:387c0adb25d540921d4e1a08330d50a1607ad958d2fd5cf977e07d99016f8259", + "NodeKey": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "MachineKey": "mkey:11dddcb377113aa0037e32089dd17655989c9c80bf2300fe209fb9202dda8c7d", "Peers": [{ - "ID": 221022996905324, - "StableID": "nsNyNAu6j211CNTRL", + "ID": 704966439675097, + "StableID": "ngULEqGHW611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "KeyExpiry": "2026-10-06T08:43:05Z", + "DiscoKey": "discokey:a35544a3cd8fe222e3fe03c6e30df77b87dfb2fd063f19327ab0188c4817136e", + "Addresses": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "AllowedIPs": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48523}, + {"Proto": "peerapi6", "Port": 48523} + ]}, + "Created": "2026-04-09T08:43:05.284171787Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1332779156968444, + "StableID": "nZBPDDrcQB11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "DiscoKey": "discokey:38e727747a51a49b66531acddceac800266308e55680bbabb59216ed976db678", - "Addresses": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "AllowedIPs": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "Endpoints": ["77.164.248.136:46022", "10.65.0.27:46022", "172.17.0.1:46022"], - "HomeDERP": 8, + "Key": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "DiscoKey": "discokey:4ed17f636afe9cb2fb9712f2939c1cfc659830b95d6cf02ef096193597901b42", + "Addresses": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "AllowedIPs": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "Endpoints": ["77.164.248.136:41850", "10.65.0.27:41850", "172.17.0.1:41850"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48877}, - {"Proto": "peerapi6", "Port": 48877} + {"Proto": "peerapi4", "Port": 58021}, + {"Proto": "peerapi6", "Port": 58021} ]}, - "Created": "2026-04-09T01:37:03.168306753Z", + "Created": "2026-04-09T08:43:02.058225812Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 853015740764704, - "StableID": "n3Enz4HLf711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "KeyExpiry": "2026-10-06T01:37:06Z", - "DiscoKey": "discokey:436943f5574bc75a5001981c62ffd0d54358f8742fa2e5c31bba3961f2dc662f", - "Addresses": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "AllowedIPs": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37158}, - {"Proto": "peerapi6", "Port": 37158} - ]}, - "Created": "2026-04-09T01:37:06.427968526Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 857647242248776, - "StableID": "nMMWvSwRh711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "DiscoKey": "discokey:1e96518007a3691ec7ec6ce2bc2174a87d1726e7f1e9914b0aad2eb74e2c3f56", - "Addresses": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "AllowedIPs": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "Endpoints": ["77.164.248.136:49646", "10.65.0.27:49646", "172.17.0.1:49646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56372}, - {"Proto": "peerapi6", "Port": 56372} - ]}, - "Created": "2026-04-09T01:37:00.44027859Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1185659598921513, - "StableID": "n8G4fVGzFA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "DiscoKey": "discokey:81a438328dc017ee61ebc4fe3a3b077adf9cde4098b4b98e037ac6e79ab96260", - "Addresses": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "AllowedIPs": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "Endpoints": ["77.164.248.136:60792", "10.65.0.27:60792", "172.17.0.1:60792"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39912}, - {"Proto": "peerapi6", "Port": 39912} - ]}, - "Created": "2026-04-09T01:37:03.7017157Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1667017135832519, - "StableID": "n6AyrNiz1E11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "DiscoKey": "discokey:a74eee535d0d8d240ce41ab00c1564c381121655f802a83da922e6d28af5954b", - "Addresses": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "AllowedIPs": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "Endpoints": ["77.164.248.136:46728", "10.65.0.27:46728", "172.17.0.1:46728"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58634}, - {"Proto": "peerapi6", "Port": 58634} - ]}, - "Created": "2026-04-09T01:36:59.369012557Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2069703219978107, - "StableID": "nc9fBTbNAH11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:b371a04909dd2563ce6e4e8119a2880cd33b826aae4ba6e61af82208ca87434f", - "Addresses": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "AllowedIPs": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "Endpoints": ["77.164.248.136:35142", "10.65.0.27:35142", "172.17.0.1:35142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43152}, - {"Proto": "peerapi6", "Port": 43152} - ]}, - "Created": "2026-04-09T01:37:05.887751494Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2131756689363576, - "StableID": "nM3KnjdUeH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "DiscoKey": "discokey:b7fc187a6742ef927d88c3c337dc191a81f5bf7372c45338f3423c089aff990d", - "Addresses": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "AllowedIPs": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "Endpoints": ["77.164.248.136:34629", "10.65.0.27:34629", "172.17.0.1:34629"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 34158}, - {"Proto": "peerapi6", "Port": 34158} - ]}, - "Created": "2026-04-09T01:37:02.070554295Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2979802696345094, - "StableID": "n3TRR7NZGQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:0a778d22a2824789d336c44559b3822c0a5136a6ab11ae5ac99c68024e5b4e15", - "Addresses": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "AllowedIPs": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49479}, - {"Proto": "peerapi6", "Port": 49479} - ]}, - "Created": "2026-04-09T01:37:05.33628152Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4646333138326036, - "StableID": "n5hBpyHLHd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "DiscoKey": "discokey:106a8f3c3138cda5a003fcf1fa04bb808db4364d4a502bf3ce8b929ad3d1714d", - "Addresses": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "AllowedIPs": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "Endpoints": ["77.164.248.136:57218", "10.65.0.27:57218", "172.17.0.1:57218"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56496}, - {"Proto": "peerapi6", "Port": 56496} - ]}, - "Created": "2026-04-09T01:37:04.231484203Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4760280566857139, - "StableID": "nECwsuVwAe11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "DiscoKey": "discokey:bf5aee6ca865d3a240935c0585ce1f05e3812ff7ecf8d74d0169d03a5783d712", - "Addresses": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "AllowedIPs": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "Endpoints": ["77.164.248.136:40789", "10.65.0.27:40789", "172.17.0.1:40789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52026}, - {"Proto": "peerapi6", "Port": 52026} - ]}, - "Created": "2026-04-09T01:36:59.901466461Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 6862870985280714, - "StableID": "njPxA3zCbv11CNTRL", + "ID": 2864897590804814, + "StableID": "ns5gi61XNP11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "DiscoKey": "discokey:66331f3e1119200b488197795b4bb29c6f467091b25bca8ca408e2f5b61e1271", - "Addresses": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "AllowedIPs": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "Endpoints": ["77.164.248.136:38422", "10.65.0.27:38422", "172.17.0.1:38422"], + "Key": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "DiscoKey": "discokey:c5ad752e25a3e7e472c523be1c8e85c54d73d95f8c4651450cfac9fff9bd1b26", + "Addresses": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "AllowedIPs": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "Endpoints": ["77.164.248.136:55097", "10.65.0.27:55097", "172.17.0.1:55097"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45412}, - {"Proto": "peerapi6", "Port": 45412} + {"Proto": "peerapi4", "Port": 60903}, + {"Proto": "peerapi6", "Port": 60903} ]}, - "Created": "2026-04-09T01:37:04.799665684Z", + "Created": "2026-04-09T08:43:03.659039283Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7095687052765184, - "StableID": "nKYDpffeQx11CNTRL", + "ID": 3230185834373379, + "StableID": "n8j3wFWxDS11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "DiscoKey": "discokey:ac5973c2370fefebd37bd26de2eef7743f3c7b136970d139f70b4dd09fa1fe12", + "Addresses": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "AllowedIPs": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "Endpoints": ["77.164.248.136:40099", "10.65.0.27:40099", "172.17.0.1:40099"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 35772}, + {"Proto": "peerapi6", "Port": 35772} + ]}, + "Created": "2026-04-09T08:43:00.982435333Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3458163705100461, + "StableID": "nW9Hhb6D1U11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "DiscoKey": "discokey:6accee79601f56189a7211b0bec20c19a35e68cabe70a13927268ea5d5281047", + "Addresses": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "AllowedIPs": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "Endpoints": ["77.164.248.136:51149", "10.65.0.27:51149", "172.17.0.1:51149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48575}, + {"Proto": "peerapi6", "Port": 48575} + ]}, + "Created": "2026-04-09T08:42:59.395464202Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4155723436507178, + "StableID": "nyGiUro8TZ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:f2e38a4d4b0153dfe94477938eb1a5ea06e694308795e07fe534515c4fed5d3c", + "Addresses": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "AllowedIPs": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "Endpoints": ["77.164.248.136:49092", "10.65.0.27:49092", "172.17.0.1:49092"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39144}, + {"Proto": "peerapi6", "Port": 39144} + ]}, + "Created": "2026-04-09T08:43:04.197320753Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5497084941138666, + "StableID": "nKBCNo6evj11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "DiscoKey": "discokey:c2b65b79d46b023678a7a56b64cf09ab81e75b65510e2200ed6f17cb8eb97762", + "Addresses": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "AllowedIPs": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "Endpoints": ["77.164.248.136:45311", "10.65.0.27:45311", "172.17.0.1:45311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52321}, + {"Proto": "peerapi6", "Port": 52321} + ]}, + "Created": "2026-04-09T08:43:02.592093062Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5791331355453012, + "StableID": "nqh8QMTuDn11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "DiscoKey": "discokey:6fd1f0f9c96e3e82e2881134d34d3d6a5ae1dc3d62c877362beb51778dac8b5d", - "Addresses": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "AllowedIPs": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "Endpoints": ["77.164.248.136:39817", "10.65.0.27:39817", "172.17.0.1:39817"], + "Key": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "DiscoKey": "discokey:d34af05f98a8e8f47891493452cc80a9d9d7d91f4660b87ca93a515a67663708", + "Addresses": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "AllowedIPs": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "Endpoints": ["77.164.248.136:60053", "10.65.0.27:60053", "172.17.0.1:60053"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 46346}, - {"Proto": "peerapi6", "Port": 46346} + {"Proto": "peerapi4", "Port": 44472}, + {"Proto": "peerapi6", "Port": 44472} ]}, - "Created": "2026-04-09T01:37:02.639600284Z", + "Created": "2026-04-09T08:43:01.515505903Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7695194610150930, - "StableID": "nHg6kPiA6321CNTRL", + "ID": 5829456807029243, + "StableID": "npX11qwAXn11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "DiscoKey": "discokey:9b8955e0ec528572cdc74a5c57bdf5c381325729f1ad1bd4546ad62b53a4f675", + "Addresses": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "AllowedIPs": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "Endpoints": ["77.164.248.136:50555", "10.65.0.27:50555", "172.17.0.1:50555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35801}, + {"Proto": "peerapi6", "Port": 35801} + ]}, + "Created": "2026-04-09T08:43:03.121292236Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6148571048395097, + "StableID": "nSPkk3Yh1q11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "DiscoKey": "discokey:4f206692c69946bbad0c54a66ec205b3adb1ef0042301362473eb10c6b3d564c", + "Addresses": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "AllowedIPs": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "Endpoints": ["77.164.248.136:55207", "10.65.0.27:55207", "172.17.0.1:55207"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 52416}, + {"Proto": "peerapi6", "Port": 52416} + ]}, + "Created": "2026-04-09T08:42:58.312255279Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6184049759960667, + "StableID": "nk5F14WmHq11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "DiscoKey": "discokey:a5ae1a8f243d32e6caf62ccbba34612afc196b4d84293cfa77b9d6937105a84f", + "Addresses": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "AllowedIPs": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "Endpoints": ["77.164.248.136:39218", "10.65.0.27:39218", "172.17.0.1:39218"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 46356}, + {"Proto": "peerapi6", "Port": 46356} + ]}, + "Created": "2026-04-09T08:42:58.845719767Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6324818470726948, + "StableID": "nRfDwrFXPr11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "DiscoKey": "discokey:0246a35d28ee5bece63aca36ee96cc6a366e8df89ba3bb37f78c7d2417a79474", - "Addresses": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "AllowedIPs": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "Endpoints": ["77.164.248.136:50159", "10.65.0.27:50159", "172.17.0.1:50159"], + "Key": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "DiscoKey": "discokey:a6440b8a25315755988e02333c82112abedcbdc0a78d8b8a64fdf12d02785013", + "Addresses": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "AllowedIPs": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "Endpoints": ["77.164.248.136:36469", "10.65.0.27:36469", "172.17.0.1:36469"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39972}, - {"Proto": "peerapi6", "Port": 39972} + {"Proto": "peerapi4", "Port": 48180}, + {"Proto": "peerapi6", "Port": 48180} ]}, - "Created": "2026-04-09T01:36:58.82102297Z", + "Created": "2026-04-09T08:42:57.774452259Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7772023840815292, - "StableID": "nXzWmTtxg321CNTRL", + "ID": 7046743954281738, + "StableID": "nfMLoq1V2x11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "DiscoKey": "discokey:1870ae621810aae5e2650867ceb9fca1ae2e132067c293677b40a28eb5c7f956", - "Addresses": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "AllowedIPs": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "Endpoints": ["77.164.248.136:57971", "10.65.0.27:57971", "172.17.0.1:57971"], - "HomeDERP": 4, + "Key": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "DiscoKey": "discokey:4077dce1b7b96f24ba36300b7e4b6e7b1ece6decc6a22ddf2b74b83f83d3cd57", + "Addresses": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "AllowedIPs": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "Endpoints": ["77.164.248.136:35950", "10.65.0.27:35950", "172.17.0.1:35950"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46197}, - {"Proto": "peerapi6", "Port": 46197} + {"Proto": "peerapi4", "Port": 47022}, + {"Proto": "peerapi6", "Port": 47022} ]}, - "Created": "2026-04-09T01:37:01.534162185Z", + "Created": "2026-04-09T08:43:00.447707111Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7304517472739419, + "StableID": "niJRvgHE3z11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:9816940045deb3c88e04ddde42e75a3bf8b9d9541059be3a5fac71035fb0be43", + "Addresses": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "AllowedIPs": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "Endpoints": ["77.164.248.136:59794", "10.65.0.27:59794", "172.17.0.1:59794"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61475}, + {"Proto": "peerapi6", "Port": 61475} + ]}, + "Created": "2026-04-09T08:43:04.745194799Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12676,27 +12692,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5859264131699992": { - "ID": 5859264131699992, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1660766062616243": { + "ID": 1660766062616243, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12727,21 +12745,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 857647242248776, - "StableID": "nMMWvSwRh711CNTRL", + "ID": 3458163705100461, + "StableID": "nW9Hhb6D1U11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 857647242248776, - "Key": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "DiscoKey": "discokey:1e96518007a3691ec7ec6ce2bc2174a87d1726e7f1e9914b0aad2eb74e2c3f56", - "Addresses": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "AllowedIPs": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "Endpoints": ["77.164.248.136:49646", "10.65.0.27:49646", "172.17.0.1:49646"], + "User": 3458163705100461, + "Key": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "DiscoKey": "discokey:6accee79601f56189a7211b0bec20c19a35e68cabe70a13927268ea5d5281047", + "Addresses": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "AllowedIPs": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "Endpoints": ["77.164.248.136:51149", "10.65.0.27:51149", "172.17.0.1:51149"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 56372}, - {"Proto": "peerapi6", "Port": 56372}, + {"Proto": "peerapi4", "Port": 48575}, + {"Proto": "peerapi6", "Port": 48575}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:00.44027859Z", + "Created": "2026-04-09T08:42:59.395464202Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12769,300 +12787,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "MachineKey": "mkey:e5ae3b9d5399104a9f46b0eeb0c6de48a57eff7ed40b15e7953c9bab06271c5c", + "NodeKey": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "MachineKey": "mkey:8330a4fb46771eda13bebe6113b37a904e38089e0fab5d222e24142158aa8d21", "Peers": [{ - "ID": 221022996905324, - "StableID": "nsNyNAu6j211CNTRL", + "ID": 704966439675097, + "StableID": "ngULEqGHW611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "KeyExpiry": "2026-10-06T08:43:05Z", + "DiscoKey": "discokey:a35544a3cd8fe222e3fe03c6e30df77b87dfb2fd063f19327ab0188c4817136e", + "Addresses": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "AllowedIPs": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48523}, + {"Proto": "peerapi6", "Port": 48523} + ]}, + "Created": "2026-04-09T08:43:05.284171787Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1332779156968444, + "StableID": "nZBPDDrcQB11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "DiscoKey": "discokey:38e727747a51a49b66531acddceac800266308e55680bbabb59216ed976db678", - "Addresses": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "AllowedIPs": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "Endpoints": ["77.164.248.136:46022", "10.65.0.27:46022", "172.17.0.1:46022"], - "HomeDERP": 8, + "Key": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "DiscoKey": "discokey:4ed17f636afe9cb2fb9712f2939c1cfc659830b95d6cf02ef096193597901b42", + "Addresses": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "AllowedIPs": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "Endpoints": ["77.164.248.136:41850", "10.65.0.27:41850", "172.17.0.1:41850"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48877}, - {"Proto": "peerapi6", "Port": 48877} + {"Proto": "peerapi4", "Port": 58021}, + {"Proto": "peerapi6", "Port": 58021} ]}, - "Created": "2026-04-09T01:37:03.168306753Z", + "Created": "2026-04-09T08:43:02.058225812Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 853015740764704, - "StableID": "n3Enz4HLf711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "KeyExpiry": "2026-10-06T01:37:06Z", - "DiscoKey": "discokey:436943f5574bc75a5001981c62ffd0d54358f8742fa2e5c31bba3961f2dc662f", - "Addresses": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "AllowedIPs": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37158}, - {"Proto": "peerapi6", "Port": 37158} - ]}, - "Created": "2026-04-09T01:37:06.427968526Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1185659598921513, - "StableID": "n8G4fVGzFA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "DiscoKey": "discokey:81a438328dc017ee61ebc4fe3a3b077adf9cde4098b4b98e037ac6e79ab96260", - "Addresses": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "AllowedIPs": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "Endpoints": ["77.164.248.136:60792", "10.65.0.27:60792", "172.17.0.1:60792"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39912}, - {"Proto": "peerapi6", "Port": 39912} - ]}, - "Created": "2026-04-09T01:37:03.7017157Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1667017135832519, - "StableID": "n6AyrNiz1E11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "DiscoKey": "discokey:a74eee535d0d8d240ce41ab00c1564c381121655f802a83da922e6d28af5954b", - "Addresses": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "AllowedIPs": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "Endpoints": ["77.164.248.136:46728", "10.65.0.27:46728", "172.17.0.1:46728"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58634}, - {"Proto": "peerapi6", "Port": 58634} - ]}, - "Created": "2026-04-09T01:36:59.369012557Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2069703219978107, - "StableID": "nc9fBTbNAH11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:b371a04909dd2563ce6e4e8119a2880cd33b826aae4ba6e61af82208ca87434f", - "Addresses": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "AllowedIPs": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "Endpoints": ["77.164.248.136:35142", "10.65.0.27:35142", "172.17.0.1:35142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43152}, - {"Proto": "peerapi6", "Port": 43152} - ]}, - "Created": "2026-04-09T01:37:05.887751494Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2131756689363576, - "StableID": "nM3KnjdUeH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "DiscoKey": "discokey:b7fc187a6742ef927d88c3c337dc191a81f5bf7372c45338f3423c089aff990d", - "Addresses": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "AllowedIPs": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "Endpoints": ["77.164.248.136:34629", "10.65.0.27:34629", "172.17.0.1:34629"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 34158}, - {"Proto": "peerapi6", "Port": 34158} - ]}, - "Created": "2026-04-09T01:37:02.070554295Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2979802696345094, - "StableID": "n3TRR7NZGQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:0a778d22a2824789d336c44559b3822c0a5136a6ab11ae5ac99c68024e5b4e15", - "Addresses": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "AllowedIPs": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49479}, - {"Proto": "peerapi6", "Port": 49479} - ]}, - "Created": "2026-04-09T01:37:05.33628152Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4646333138326036, - "StableID": "n5hBpyHLHd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "DiscoKey": "discokey:106a8f3c3138cda5a003fcf1fa04bb808db4364d4a502bf3ce8b929ad3d1714d", - "Addresses": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "AllowedIPs": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "Endpoints": ["77.164.248.136:57218", "10.65.0.27:57218", "172.17.0.1:57218"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56496}, - {"Proto": "peerapi6", "Port": 56496} - ]}, - "Created": "2026-04-09T01:37:04.231484203Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4760280566857139, - "StableID": "nECwsuVwAe11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "DiscoKey": "discokey:bf5aee6ca865d3a240935c0585ce1f05e3812ff7ecf8d74d0169d03a5783d712", - "Addresses": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "AllowedIPs": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "Endpoints": ["77.164.248.136:40789", "10.65.0.27:40789", "172.17.0.1:40789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52026}, - {"Proto": "peerapi6", "Port": 52026} - ]}, - "Created": "2026-04-09T01:36:59.901466461Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5859264131699992, - "StableID": "noYED8wfkn11CNTRL", + "ID": 1660766062616243, + "StableID": "nY5nvUWAyD11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "DiscoKey": "discokey:eabf891a6f3904ef97b13d7d853b81d42267ee38c95e79b18bbaca85380b0f7d", - "Addresses": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "AllowedIPs": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "Endpoints": ["77.164.248.136:47945", "10.65.0.27:47945", "172.17.0.1:47945"], + "Key": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "DiscoKey": "discokey:b68ab2dffc83960ace5a437fe885cc21997f351cf2823475b705c5b39b169059", + "Addresses": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "AllowedIPs": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "Endpoints": ["77.164.248.136:38045", "10.65.0.27:38045", "172.17.0.1:38045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60839}, - {"Proto": "peerapi6", "Port": 60839} + {"Proto": "peerapi4", "Port": 46939}, + {"Proto": "peerapi6", "Port": 46939} ]}, - "Created": "2026-04-09T01:37:00.979950975Z", + "Created": "2026-04-09T08:42:59.923397087Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6862870985280714, - "StableID": "njPxA3zCbv11CNTRL", + "ID": 2864897590804814, + "StableID": "ns5gi61XNP11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "DiscoKey": "discokey:66331f3e1119200b488197795b4bb29c6f467091b25bca8ca408e2f5b61e1271", - "Addresses": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "AllowedIPs": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "Endpoints": ["77.164.248.136:38422", "10.65.0.27:38422", "172.17.0.1:38422"], + "Key": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "DiscoKey": "discokey:c5ad752e25a3e7e472c523be1c8e85c54d73d95f8c4651450cfac9fff9bd1b26", + "Addresses": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "AllowedIPs": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "Endpoints": ["77.164.248.136:55097", "10.65.0.27:55097", "172.17.0.1:55097"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45412}, - {"Proto": "peerapi6", "Port": 45412} + {"Proto": "peerapi4", "Port": 60903}, + {"Proto": "peerapi6", "Port": 60903} ]}, - "Created": "2026-04-09T01:37:04.799665684Z", + "Created": "2026-04-09T08:43:03.659039283Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7095687052765184, - "StableID": "nKYDpffeQx11CNTRL", + "ID": 3230185834373379, + "StableID": "n8j3wFWxDS11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "DiscoKey": "discokey:ac5973c2370fefebd37bd26de2eef7743f3c7b136970d139f70b4dd09fa1fe12", + "Addresses": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "AllowedIPs": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "Endpoints": ["77.164.248.136:40099", "10.65.0.27:40099", "172.17.0.1:40099"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 35772}, + {"Proto": "peerapi6", "Port": 35772} + ]}, + "Created": "2026-04-09T08:43:00.982435333Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 4155723436507178, + "StableID": "nyGiUro8TZ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:f2e38a4d4b0153dfe94477938eb1a5ea06e694308795e07fe534515c4fed5d3c", + "Addresses": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "AllowedIPs": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "Endpoints": ["77.164.248.136:49092", "10.65.0.27:49092", "172.17.0.1:49092"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39144}, + {"Proto": "peerapi6", "Port": 39144} + ]}, + "Created": "2026-04-09T08:43:04.197320753Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5497084941138666, + "StableID": "nKBCNo6evj11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "DiscoKey": "discokey:c2b65b79d46b023678a7a56b64cf09ab81e75b65510e2200ed6f17cb8eb97762", + "Addresses": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "AllowedIPs": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "Endpoints": ["77.164.248.136:45311", "10.65.0.27:45311", "172.17.0.1:45311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52321}, + {"Proto": "peerapi6", "Port": 52321} + ]}, + "Created": "2026-04-09T08:43:02.592093062Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5791331355453012, + "StableID": "nqh8QMTuDn11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "DiscoKey": "discokey:6fd1f0f9c96e3e82e2881134d34d3d6a5ae1dc3d62c877362beb51778dac8b5d", - "Addresses": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "AllowedIPs": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "Endpoints": ["77.164.248.136:39817", "10.65.0.27:39817", "172.17.0.1:39817"], + "Key": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "DiscoKey": "discokey:d34af05f98a8e8f47891493452cc80a9d9d7d91f4660b87ca93a515a67663708", + "Addresses": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "AllowedIPs": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "Endpoints": ["77.164.248.136:60053", "10.65.0.27:60053", "172.17.0.1:60053"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 46346}, - {"Proto": "peerapi6", "Port": 46346} + {"Proto": "peerapi4", "Port": 44472}, + {"Proto": "peerapi6", "Port": 44472} ]}, - "Created": "2026-04-09T01:37:02.639600284Z", + "Created": "2026-04-09T08:43:01.515505903Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7695194610150930, - "StableID": "nHg6kPiA6321CNTRL", + "ID": 5829456807029243, + "StableID": "npX11qwAXn11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "DiscoKey": "discokey:9b8955e0ec528572cdc74a5c57bdf5c381325729f1ad1bd4546ad62b53a4f675", + "Addresses": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "AllowedIPs": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "Endpoints": ["77.164.248.136:50555", "10.65.0.27:50555", "172.17.0.1:50555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35801}, + {"Proto": "peerapi6", "Port": 35801} + ]}, + "Created": "2026-04-09T08:43:03.121292236Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6148571048395097, + "StableID": "nSPkk3Yh1q11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "DiscoKey": "discokey:4f206692c69946bbad0c54a66ec205b3adb1ef0042301362473eb10c6b3d564c", + "Addresses": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "AllowedIPs": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "Endpoints": ["77.164.248.136:55207", "10.65.0.27:55207", "172.17.0.1:55207"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 52416}, + {"Proto": "peerapi6", "Port": 52416} + ]}, + "Created": "2026-04-09T08:42:58.312255279Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6184049759960667, + "StableID": "nk5F14WmHq11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "DiscoKey": "discokey:a5ae1a8f243d32e6caf62ccbba34612afc196b4d84293cfa77b9d6937105a84f", + "Addresses": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "AllowedIPs": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "Endpoints": ["77.164.248.136:39218", "10.65.0.27:39218", "172.17.0.1:39218"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 46356}, + {"Proto": "peerapi6", "Port": 46356} + ]}, + "Created": "2026-04-09T08:42:58.845719767Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6324818470726948, + "StableID": "nRfDwrFXPr11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "DiscoKey": "discokey:0246a35d28ee5bece63aca36ee96cc6a366e8df89ba3bb37f78c7d2417a79474", - "Addresses": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "AllowedIPs": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "Endpoints": ["77.164.248.136:50159", "10.65.0.27:50159", "172.17.0.1:50159"], + "Key": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "DiscoKey": "discokey:a6440b8a25315755988e02333c82112abedcbdc0a78d8b8a64fdf12d02785013", + "Addresses": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "AllowedIPs": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "Endpoints": ["77.164.248.136:36469", "10.65.0.27:36469", "172.17.0.1:36469"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39972}, - {"Proto": "peerapi6", "Port": 39972} + {"Proto": "peerapi4", "Port": 48180}, + {"Proto": "peerapi6", "Port": 48180} ]}, - "Created": "2026-04-09T01:36:58.82102297Z", + "Created": "2026-04-09T08:42:57.774452259Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7772023840815292, - "StableID": "nXzWmTtxg321CNTRL", + "ID": 7046743954281738, + "StableID": "nfMLoq1V2x11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "DiscoKey": "discokey:1870ae621810aae5e2650867ceb9fca1ae2e132067c293677b40a28eb5c7f956", - "Addresses": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "AllowedIPs": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "Endpoints": ["77.164.248.136:57971", "10.65.0.27:57971", "172.17.0.1:57971"], - "HomeDERP": 4, + "Key": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "DiscoKey": "discokey:4077dce1b7b96f24ba36300b7e4b6e7b1ece6decc6a22ddf2b74b83f83d3cd57", + "Addresses": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "AllowedIPs": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "Endpoints": ["77.164.248.136:35950", "10.65.0.27:35950", "172.17.0.1:35950"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46197}, - {"Proto": "peerapi6", "Port": 46197} + {"Proto": "peerapi4", "Port": 47022}, + {"Proto": "peerapi6", "Port": 47022} ]}, - "Created": "2026-04-09T01:37:01.534162185Z", + "Created": "2026-04-09T08:43:00.447707111Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7304517472739419, + "StableID": "niJRvgHE3z11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:9816940045deb3c88e04ddde42e75a3bf8b9d9541059be3a5fac71035fb0be43", + "Addresses": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "AllowedIPs": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "Endpoints": ["77.164.248.136:59794", "10.65.0.27:59794", "172.17.0.1:59794"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61475}, + {"Proto": "peerapi6", "Port": 61475} + ]}, + "Created": "2026-04-09T08:43:04.745194799Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13910,27 +13928,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "857647242248776": { - "ID": 857647242248776, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3458163705100461": { + "ID": 3458163705100461, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "spearow": { @@ -13961,26 +13981,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2131756689363576, - "StableID": "nM3KnjdUeH11CNTRL", + "ID": 3230185834373379, + "StableID": "n8j3wFWxDS11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 2131756689363576, - "Key": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "DiscoKey": "discokey:b7fc187a6742ef927d88c3c337dc191a81f5bf7372c45338f3423c089aff990d", - "Addresses": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "AllowedIPs": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "Endpoints": ["77.164.248.136:34629", "10.65.0.27:34629", "172.17.0.1:34629"], + "User": 3230185834373379, + "Key": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "DiscoKey": "discokey:ac5973c2370fefebd37bd26de2eef7743f3c7b136970d139f70b4dd09fa1fe12", + "Addresses": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "AllowedIPs": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "Endpoints": ["77.164.248.136:40099", "10.65.0.27:40099", "172.17.0.1:40099"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 34158}, - {"Proto": "peerapi6", "Port": 34158}, + {"Proto": "peerapi4", "Port": 35772}, + {"Proto": "peerapi6", "Port": 35772}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:37:02.070554295Z", + "Created": "2026-04-09T08:43:00.982435333Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -14008,302 +14028,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "MachineKey": "mkey:1086ddea7ff323752503e05fed5bb7248072d85eba0ec6e89d4b9c2925bb275c", + "NodeKey": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "MachineKey": "mkey:1871302e1a6aaa2879e29812c6607b5963606faafb20db8bd3fa4e88ed680565", "Peers": [{ - "ID": 221022996905324, - "StableID": "nsNyNAu6j211CNTRL", + "ID": 704966439675097, + "StableID": "ngULEqGHW611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "KeyExpiry": "2026-10-06T08:43:05Z", + "DiscoKey": "discokey:a35544a3cd8fe222e3fe03c6e30df77b87dfb2fd063f19327ab0188c4817136e", + "Addresses": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "AllowedIPs": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48523}, + {"Proto": "peerapi6", "Port": 48523} + ]}, + "Created": "2026-04-09T08:43:05.284171787Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1332779156968444, + "StableID": "nZBPDDrcQB11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "DiscoKey": "discokey:38e727747a51a49b66531acddceac800266308e55680bbabb59216ed976db678", - "Addresses": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "AllowedIPs": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "Endpoints": ["77.164.248.136:46022", "10.65.0.27:46022", "172.17.0.1:46022"], - "HomeDERP": 8, + "Key": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "DiscoKey": "discokey:4ed17f636afe9cb2fb9712f2939c1cfc659830b95d6cf02ef096193597901b42", + "Addresses": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "AllowedIPs": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "Endpoints": ["77.164.248.136:41850", "10.65.0.27:41850", "172.17.0.1:41850"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48877}, - {"Proto": "peerapi6", "Port": 48877} + {"Proto": "peerapi4", "Port": 58021}, + {"Proto": "peerapi6", "Port": 58021} ]}, - "Created": "2026-04-09T01:37:03.168306753Z", + "Created": "2026-04-09T08:43:02.058225812Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 853015740764704, - "StableID": "n3Enz4HLf711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "KeyExpiry": "2026-10-06T01:37:06Z", - "DiscoKey": "discokey:436943f5574bc75a5001981c62ffd0d54358f8742fa2e5c31bba3961f2dc662f", - "Addresses": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "AllowedIPs": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "Endpoints": ["77.164.248.136:44931", "10.65.0.27:44931", "172.17.0.1:44931"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37158}, - {"Proto": "peerapi6", "Port": 37158} - ]}, - "Created": "2026-04-09T01:37:06.427968526Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 857647242248776, - "StableID": "nMMWvSwRh711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "DiscoKey": "discokey:1e96518007a3691ec7ec6ce2bc2174a87d1726e7f1e9914b0aad2eb74e2c3f56", - "Addresses": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "AllowedIPs": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "Endpoints": ["77.164.248.136:49646", "10.65.0.27:49646", "172.17.0.1:49646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56372}, - {"Proto": "peerapi6", "Port": 56372} - ]}, - "Created": "2026-04-09T01:37:00.44027859Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1185659598921513, - "StableID": "n8G4fVGzFA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "DiscoKey": "discokey:81a438328dc017ee61ebc4fe3a3b077adf9cde4098b4b98e037ac6e79ab96260", - "Addresses": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "AllowedIPs": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "Endpoints": ["77.164.248.136:60792", "10.65.0.27:60792", "172.17.0.1:60792"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39912}, - {"Proto": "peerapi6", "Port": 39912} - ]}, - "Created": "2026-04-09T01:37:03.7017157Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1667017135832519, - "StableID": "n6AyrNiz1E11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "DiscoKey": "discokey:a74eee535d0d8d240ce41ab00c1564c381121655f802a83da922e6d28af5954b", - "Addresses": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "AllowedIPs": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "Endpoints": ["77.164.248.136:46728", "10.65.0.27:46728", "172.17.0.1:46728"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58634}, - {"Proto": "peerapi6", "Port": 58634} - ]}, - "Created": "2026-04-09T01:36:59.369012557Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2069703219978107, - "StableID": "nc9fBTbNAH11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:b371a04909dd2563ce6e4e8119a2880cd33b826aae4ba6e61af82208ca87434f", - "Addresses": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "AllowedIPs": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "Endpoints": ["77.164.248.136:35142", "10.65.0.27:35142", "172.17.0.1:35142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43152}, - {"Proto": "peerapi6", "Port": 43152} - ]}, - "Created": "2026-04-09T01:37:05.887751494Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2979802696345094, - "StableID": "n3TRR7NZGQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:0a778d22a2824789d336c44559b3822c0a5136a6ab11ae5ac99c68024e5b4e15", - "Addresses": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "AllowedIPs": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49479}, - {"Proto": "peerapi6", "Port": 49479} - ]}, - "Created": "2026-04-09T01:37:05.33628152Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4646333138326036, - "StableID": "n5hBpyHLHd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "DiscoKey": "discokey:106a8f3c3138cda5a003fcf1fa04bb808db4364d4a502bf3ce8b929ad3d1714d", - "Addresses": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "AllowedIPs": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "Endpoints": ["77.164.248.136:57218", "10.65.0.27:57218", "172.17.0.1:57218"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56496}, - {"Proto": "peerapi6", "Port": 56496} - ]}, - "Created": "2026-04-09T01:37:04.231484203Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4760280566857139, - "StableID": "nECwsuVwAe11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "DiscoKey": "discokey:bf5aee6ca865d3a240935c0585ce1f05e3812ff7ecf8d74d0169d03a5783d712", - "Addresses": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "AllowedIPs": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "Endpoints": ["77.164.248.136:40789", "10.65.0.27:40789", "172.17.0.1:40789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52026}, - {"Proto": "peerapi6", "Port": 52026} - ]}, - "Created": "2026-04-09T01:36:59.901466461Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5859264131699992, - "StableID": "noYED8wfkn11CNTRL", + "ID": 1660766062616243, + "StableID": "nY5nvUWAyD11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "DiscoKey": "discokey:eabf891a6f3904ef97b13d7d853b81d42267ee38c95e79b18bbaca85380b0f7d", - "Addresses": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "AllowedIPs": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "Endpoints": ["77.164.248.136:47945", "10.65.0.27:47945", "172.17.0.1:47945"], + "Key": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "DiscoKey": "discokey:b68ab2dffc83960ace5a437fe885cc21997f351cf2823475b705c5b39b169059", + "Addresses": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "AllowedIPs": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "Endpoints": ["77.164.248.136:38045", "10.65.0.27:38045", "172.17.0.1:38045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60839}, - {"Proto": "peerapi6", "Port": 60839} + {"Proto": "peerapi4", "Port": 46939}, + {"Proto": "peerapi6", "Port": 46939} ]}, - "Created": "2026-04-09T01:37:00.979950975Z", + "Created": "2026-04-09T08:42:59.923397087Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6862870985280714, - "StableID": "njPxA3zCbv11CNTRL", + "ID": 2864897590804814, + "StableID": "ns5gi61XNP11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "DiscoKey": "discokey:66331f3e1119200b488197795b4bb29c6f467091b25bca8ca408e2f5b61e1271", - "Addresses": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "AllowedIPs": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "Endpoints": ["77.164.248.136:38422", "10.65.0.27:38422", "172.17.0.1:38422"], + "Key": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "DiscoKey": "discokey:c5ad752e25a3e7e472c523be1c8e85c54d73d95f8c4651450cfac9fff9bd1b26", + "Addresses": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "AllowedIPs": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "Endpoints": ["77.164.248.136:55097", "10.65.0.27:55097", "172.17.0.1:55097"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45412}, - {"Proto": "peerapi6", "Port": 45412} + {"Proto": "peerapi4", "Port": 60903}, + {"Proto": "peerapi6", "Port": 60903} ]}, - "Created": "2026-04-09T01:37:04.799665684Z", + "Created": "2026-04-09T08:43:03.659039283Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7095687052765184, - "StableID": "nKYDpffeQx11CNTRL", + "ID": 3458163705100461, + "StableID": "nW9Hhb6D1U11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "DiscoKey": "discokey:6accee79601f56189a7211b0bec20c19a35e68cabe70a13927268ea5d5281047", + "Addresses": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "AllowedIPs": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "Endpoints": ["77.164.248.136:51149", "10.65.0.27:51149", "172.17.0.1:51149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48575}, + {"Proto": "peerapi6", "Port": 48575} + ]}, + "Created": "2026-04-09T08:42:59.395464202Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4155723436507178, + "StableID": "nyGiUro8TZ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:f2e38a4d4b0153dfe94477938eb1a5ea06e694308795e07fe534515c4fed5d3c", + "Addresses": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "AllowedIPs": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "Endpoints": ["77.164.248.136:49092", "10.65.0.27:49092", "172.17.0.1:49092"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39144}, + {"Proto": "peerapi6", "Port": 39144} + ]}, + "Created": "2026-04-09T08:43:04.197320753Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5497084941138666, + "StableID": "nKBCNo6evj11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "DiscoKey": "discokey:c2b65b79d46b023678a7a56b64cf09ab81e75b65510e2200ed6f17cb8eb97762", + "Addresses": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "AllowedIPs": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "Endpoints": ["77.164.248.136:45311", "10.65.0.27:45311", "172.17.0.1:45311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52321}, + {"Proto": "peerapi6", "Port": 52321} + ]}, + "Created": "2026-04-09T08:43:02.592093062Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5791331355453012, + "StableID": "nqh8QMTuDn11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "DiscoKey": "discokey:6fd1f0f9c96e3e82e2881134d34d3d6a5ae1dc3d62c877362beb51778dac8b5d", - "Addresses": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "AllowedIPs": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "Endpoints": ["77.164.248.136:39817", "10.65.0.27:39817", "172.17.0.1:39817"], + "Key": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "DiscoKey": "discokey:d34af05f98a8e8f47891493452cc80a9d9d7d91f4660b87ca93a515a67663708", + "Addresses": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "AllowedIPs": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "Endpoints": ["77.164.248.136:60053", "10.65.0.27:60053", "172.17.0.1:60053"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 46346}, - {"Proto": "peerapi6", "Port": 46346} + {"Proto": "peerapi4", "Port": 44472}, + {"Proto": "peerapi6", "Port": 44472} ]}, - "Created": "2026-04-09T01:37:02.639600284Z", + "Created": "2026-04-09T08:43:01.515505903Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7695194610150930, - "StableID": "nHg6kPiA6321CNTRL", + "ID": 5829456807029243, + "StableID": "npX11qwAXn11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "DiscoKey": "discokey:9b8955e0ec528572cdc74a5c57bdf5c381325729f1ad1bd4546ad62b53a4f675", + "Addresses": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "AllowedIPs": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "Endpoints": ["77.164.248.136:50555", "10.65.0.27:50555", "172.17.0.1:50555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35801}, + {"Proto": "peerapi6", "Port": 35801} + ]}, + "Created": "2026-04-09T08:43:03.121292236Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6148571048395097, + "StableID": "nSPkk3Yh1q11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "DiscoKey": "discokey:4f206692c69946bbad0c54a66ec205b3adb1ef0042301362473eb10c6b3d564c", + "Addresses": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "AllowedIPs": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "Endpoints": ["77.164.248.136:55207", "10.65.0.27:55207", "172.17.0.1:55207"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 52416}, + {"Proto": "peerapi6", "Port": 52416} + ]}, + "Created": "2026-04-09T08:42:58.312255279Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6184049759960667, + "StableID": "nk5F14WmHq11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "DiscoKey": "discokey:a5ae1a8f243d32e6caf62ccbba34612afc196b4d84293cfa77b9d6937105a84f", + "Addresses": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "AllowedIPs": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "Endpoints": ["77.164.248.136:39218", "10.65.0.27:39218", "172.17.0.1:39218"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 46356}, + {"Proto": "peerapi6", "Port": 46356} + ]}, + "Created": "2026-04-09T08:42:58.845719767Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6324818470726948, + "StableID": "nRfDwrFXPr11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "DiscoKey": "discokey:0246a35d28ee5bece63aca36ee96cc6a366e8df89ba3bb37f78c7d2417a79474", - "Addresses": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "AllowedIPs": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "Endpoints": ["77.164.248.136:50159", "10.65.0.27:50159", "172.17.0.1:50159"], + "Key": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "DiscoKey": "discokey:a6440b8a25315755988e02333c82112abedcbdc0a78d8b8a64fdf12d02785013", + "Addresses": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "AllowedIPs": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "Endpoints": ["77.164.248.136:36469", "10.65.0.27:36469", "172.17.0.1:36469"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39972}, - {"Proto": "peerapi6", "Port": 39972} + {"Proto": "peerapi4", "Port": 48180}, + {"Proto": "peerapi6", "Port": 48180} ]}, - "Created": "2026-04-09T01:36:58.82102297Z", + "Created": "2026-04-09T08:42:57.774452259Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7772023840815292, - "StableID": "nXzWmTtxg321CNTRL", + "ID": 7046743954281738, + "StableID": "nfMLoq1V2x11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "DiscoKey": "discokey:1870ae621810aae5e2650867ceb9fca1ae2e132067c293677b40a28eb5c7f956", - "Addresses": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "AllowedIPs": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "Endpoints": ["77.164.248.136:57971", "10.65.0.27:57971", "172.17.0.1:57971"], - "HomeDERP": 4, + "Key": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "DiscoKey": "discokey:4077dce1b7b96f24ba36300b7e4b6e7b1ece6decc6a22ddf2b74b83f83d3cd57", + "Addresses": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "AllowedIPs": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "Endpoints": ["77.164.248.136:35950", "10.65.0.27:35950", "172.17.0.1:35950"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46197}, - {"Proto": "peerapi6", "Port": 46197} + {"Proto": "peerapi4", "Port": 47022}, + {"Proto": "peerapi6", "Port": 47022} ]}, - "Created": "2026-04-09T01:37:01.534162185Z", + "Created": "2026-04-09T08:43:00.447707111Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7304517472739419, + "StableID": "niJRvgHE3z11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:9816940045deb3c88e04ddde42e75a3bf8b9d9541059be3a5fac71035fb0be43", + "Addresses": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "AllowedIPs": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "Endpoints": ["77.164.248.136:59794", "10.65.0.27:59794", "172.17.0.1:59794"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61475}, + {"Proto": "peerapi6", "Port": 61475} + ]}, + "Created": "2026-04-09T08:43:04.745194799Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15151,27 +15171,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2131756689363576": { - "ID": 2131756689363576, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3230185834373379": { + "ID": 3230185834373379, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15202,26 +15224,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 221022996905324, - "StableID": "nsNyNAu6j211CNTRL", + "ID": 1332779156968444, + "StableID": "nZBPDDrcQB11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 221022996905324, - "Key": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "DiscoKey": "discokey:38e727747a51a49b66531acddceac800266308e55680bbabb59216ed976db678", - "Addresses": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "AllowedIPs": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "Endpoints": ["77.164.248.136:46022", "10.65.0.27:46022", "172.17.0.1:46022"], + "User": 1332779156968444, + "Key": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "DiscoKey": "discokey:4ed17f636afe9cb2fb9712f2939c1cfc659830b95d6cf02ef096193597901b42", + "Addresses": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "AllowedIPs": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "Endpoints": ["77.164.248.136:41850", "10.65.0.27:41850", "172.17.0.1:41850"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 48877}, - {"Proto": "peerapi6", "Port": 48877}, + {"Proto": "peerapi4", "Port": 58021}, + {"Proto": "peerapi6", "Port": 58021}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:37:03.168306753Z", + "Created": "2026-04-09T08:43:02.058225812Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15249,302 +15271,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "MachineKey": "mkey:1a44e4990d8e9e3e6619c394dae114fa78f41370b1f03bcaa899a75ea7b58140", + "NodeKey": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "MachineKey": "mkey:794bcb06fead57ba99c38f638c4aac3ffcfc9bcbad6198b1fb3d9ee98820c708", "Peers": [{ - "ID": 853015740764704, - "StableID": "n3Enz4HLf711CNTRL", + "ID": 704966439675097, + "StableID": "ngULEqGHW611CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "KeyExpiry": "2026-10-06T01:37:06Z", - "DiscoKey": "discokey:436943f5574bc75a5001981c62ffd0d54358f8742fa2e5c31bba3961f2dc662f", - "Addresses": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "AllowedIPs": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "Endpoints": ["77.164.248.136:44931", "10.65.0.27:44931", "172.17.0.1:44931"], + "Key": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "KeyExpiry": "2026-10-06T08:43:05Z", + "DiscoKey": "discokey:a35544a3cd8fe222e3fe03c6e30df77b87dfb2fd063f19327ab0188c4817136e", + "Addresses": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "AllowedIPs": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37158}, - {"Proto": "peerapi6", "Port": 37158} + {"Proto": "peerapi4", "Port": 48523}, + {"Proto": "peerapi6", "Port": 48523} ]}, - "Created": "2026-04-09T01:37:06.427968526Z", + "Created": "2026-04-09T08:43:05.284171787Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 857647242248776, - "StableID": "nMMWvSwRh711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "DiscoKey": "discokey:1e96518007a3691ec7ec6ce2bc2174a87d1726e7f1e9914b0aad2eb74e2c3f56", - "Addresses": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "AllowedIPs": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "Endpoints": ["77.164.248.136:49646", "10.65.0.27:49646", "172.17.0.1:49646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56372}, - {"Proto": "peerapi6", "Port": 56372} - ]}, - "Created": "2026-04-09T01:37:00.44027859Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1185659598921513, - "StableID": "n8G4fVGzFA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "DiscoKey": "discokey:81a438328dc017ee61ebc4fe3a3b077adf9cde4098b4b98e037ac6e79ab96260", - "Addresses": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "AllowedIPs": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "Endpoints": ["77.164.248.136:60792", "10.65.0.27:60792", "172.17.0.1:60792"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39912}, - {"Proto": "peerapi6", "Port": 39912} - ]}, - "Created": "2026-04-09T01:37:03.7017157Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1667017135832519, - "StableID": "n6AyrNiz1E11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "DiscoKey": "discokey:a74eee535d0d8d240ce41ab00c1564c381121655f802a83da922e6d28af5954b", - "Addresses": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "AllowedIPs": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "Endpoints": ["77.164.248.136:46728", "10.65.0.27:46728", "172.17.0.1:46728"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58634}, - {"Proto": "peerapi6", "Port": 58634} - ]}, - "Created": "2026-04-09T01:36:59.369012557Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2069703219978107, - "StableID": "nc9fBTbNAH11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:b371a04909dd2563ce6e4e8119a2880cd33b826aae4ba6e61af82208ca87434f", - "Addresses": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "AllowedIPs": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "Endpoints": ["77.164.248.136:35142", "10.65.0.27:35142", "172.17.0.1:35142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43152}, - {"Proto": "peerapi6", "Port": 43152} - ]}, - "Created": "2026-04-09T01:37:05.887751494Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2131756689363576, - "StableID": "nM3KnjdUeH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "DiscoKey": "discokey:b7fc187a6742ef927d88c3c337dc191a81f5bf7372c45338f3423c089aff990d", - "Addresses": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "AllowedIPs": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "Endpoints": ["77.164.248.136:34629", "10.65.0.27:34629", "172.17.0.1:34629"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 34158}, - {"Proto": "peerapi6", "Port": 34158} - ]}, - "Created": "2026-04-09T01:37:02.070554295Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2979802696345094, - "StableID": "n3TRR7NZGQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:0a778d22a2824789d336c44559b3822c0a5136a6ab11ae5ac99c68024e5b4e15", - "Addresses": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "AllowedIPs": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49479}, - {"Proto": "peerapi6", "Port": 49479} - ]}, - "Created": "2026-04-09T01:37:05.33628152Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4646333138326036, - "StableID": "n5hBpyHLHd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "DiscoKey": "discokey:106a8f3c3138cda5a003fcf1fa04bb808db4364d4a502bf3ce8b929ad3d1714d", - "Addresses": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "AllowedIPs": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "Endpoints": ["77.164.248.136:57218", "10.65.0.27:57218", "172.17.0.1:57218"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56496}, - {"Proto": "peerapi6", "Port": 56496} - ]}, - "Created": "2026-04-09T01:37:04.231484203Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4760280566857139, - "StableID": "nECwsuVwAe11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "DiscoKey": "discokey:bf5aee6ca865d3a240935c0585ce1f05e3812ff7ecf8d74d0169d03a5783d712", - "Addresses": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "AllowedIPs": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "Endpoints": ["77.164.248.136:40789", "10.65.0.27:40789", "172.17.0.1:40789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52026}, - {"Proto": "peerapi6", "Port": 52026} - ]}, - "Created": "2026-04-09T01:36:59.901466461Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5859264131699992, - "StableID": "noYED8wfkn11CNTRL", + "ID": 1660766062616243, + "StableID": "nY5nvUWAyD11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "DiscoKey": "discokey:eabf891a6f3904ef97b13d7d853b81d42267ee38c95e79b18bbaca85380b0f7d", - "Addresses": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "AllowedIPs": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "Endpoints": ["77.164.248.136:47945", "10.65.0.27:47945", "172.17.0.1:47945"], + "Key": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "DiscoKey": "discokey:b68ab2dffc83960ace5a437fe885cc21997f351cf2823475b705c5b39b169059", + "Addresses": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "AllowedIPs": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "Endpoints": ["77.164.248.136:38045", "10.65.0.27:38045", "172.17.0.1:38045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60839}, - {"Proto": "peerapi6", "Port": 60839} + {"Proto": "peerapi4", "Port": 46939}, + {"Proto": "peerapi6", "Port": 46939} ]}, - "Created": "2026-04-09T01:37:00.979950975Z", + "Created": "2026-04-09T08:42:59.923397087Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6862870985280714, - "StableID": "njPxA3zCbv11CNTRL", + "ID": 2864897590804814, + "StableID": "ns5gi61XNP11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "DiscoKey": "discokey:66331f3e1119200b488197795b4bb29c6f467091b25bca8ca408e2f5b61e1271", - "Addresses": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "AllowedIPs": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "Endpoints": ["77.164.248.136:38422", "10.65.0.27:38422", "172.17.0.1:38422"], + "Key": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "DiscoKey": "discokey:c5ad752e25a3e7e472c523be1c8e85c54d73d95f8c4651450cfac9fff9bd1b26", + "Addresses": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "AllowedIPs": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "Endpoints": ["77.164.248.136:55097", "10.65.0.27:55097", "172.17.0.1:55097"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45412}, - {"Proto": "peerapi6", "Port": 45412} + {"Proto": "peerapi4", "Port": 60903}, + {"Proto": "peerapi6", "Port": 60903} ]}, - "Created": "2026-04-09T01:37:04.799665684Z", + "Created": "2026-04-09T08:43:03.659039283Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7095687052765184, - "StableID": "nKYDpffeQx11CNTRL", + "ID": 3230185834373379, + "StableID": "n8j3wFWxDS11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "DiscoKey": "discokey:ac5973c2370fefebd37bd26de2eef7743f3c7b136970d139f70b4dd09fa1fe12", + "Addresses": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "AllowedIPs": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "Endpoints": ["77.164.248.136:40099", "10.65.0.27:40099", "172.17.0.1:40099"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 35772}, + {"Proto": "peerapi6", "Port": 35772} + ]}, + "Created": "2026-04-09T08:43:00.982435333Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3458163705100461, + "StableID": "nW9Hhb6D1U11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "DiscoKey": "discokey:6accee79601f56189a7211b0bec20c19a35e68cabe70a13927268ea5d5281047", + "Addresses": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "AllowedIPs": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "Endpoints": ["77.164.248.136:51149", "10.65.0.27:51149", "172.17.0.1:51149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48575}, + {"Proto": "peerapi6", "Port": 48575} + ]}, + "Created": "2026-04-09T08:42:59.395464202Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4155723436507178, + "StableID": "nyGiUro8TZ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:f2e38a4d4b0153dfe94477938eb1a5ea06e694308795e07fe534515c4fed5d3c", + "Addresses": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "AllowedIPs": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "Endpoints": ["77.164.248.136:49092", "10.65.0.27:49092", "172.17.0.1:49092"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39144}, + {"Proto": "peerapi6", "Port": 39144} + ]}, + "Created": "2026-04-09T08:43:04.197320753Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5497084941138666, + "StableID": "nKBCNo6evj11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "DiscoKey": "discokey:c2b65b79d46b023678a7a56b64cf09ab81e75b65510e2200ed6f17cb8eb97762", + "Addresses": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "AllowedIPs": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "Endpoints": ["77.164.248.136:45311", "10.65.0.27:45311", "172.17.0.1:45311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52321}, + {"Proto": "peerapi6", "Port": 52321} + ]}, + "Created": "2026-04-09T08:43:02.592093062Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5791331355453012, + "StableID": "nqh8QMTuDn11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "DiscoKey": "discokey:6fd1f0f9c96e3e82e2881134d34d3d6a5ae1dc3d62c877362beb51778dac8b5d", - "Addresses": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "AllowedIPs": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "Endpoints": ["77.164.248.136:39817", "10.65.0.27:39817", "172.17.0.1:39817"], + "Key": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "DiscoKey": "discokey:d34af05f98a8e8f47891493452cc80a9d9d7d91f4660b87ca93a515a67663708", + "Addresses": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "AllowedIPs": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "Endpoints": ["77.164.248.136:60053", "10.65.0.27:60053", "172.17.0.1:60053"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 46346}, - {"Proto": "peerapi6", "Port": 46346} + {"Proto": "peerapi4", "Port": 44472}, + {"Proto": "peerapi6", "Port": 44472} ]}, - "Created": "2026-04-09T01:37:02.639600284Z", + "Created": "2026-04-09T08:43:01.515505903Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7695194610150930, - "StableID": "nHg6kPiA6321CNTRL", + "ID": 5829456807029243, + "StableID": "npX11qwAXn11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "DiscoKey": "discokey:9b8955e0ec528572cdc74a5c57bdf5c381325729f1ad1bd4546ad62b53a4f675", + "Addresses": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "AllowedIPs": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "Endpoints": ["77.164.248.136:50555", "10.65.0.27:50555", "172.17.0.1:50555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35801}, + {"Proto": "peerapi6", "Port": 35801} + ]}, + "Created": "2026-04-09T08:43:03.121292236Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6148571048395097, + "StableID": "nSPkk3Yh1q11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "DiscoKey": "discokey:4f206692c69946bbad0c54a66ec205b3adb1ef0042301362473eb10c6b3d564c", + "Addresses": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "AllowedIPs": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "Endpoints": ["77.164.248.136:55207", "10.65.0.27:55207", "172.17.0.1:55207"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 52416}, + {"Proto": "peerapi6", "Port": 52416} + ]}, + "Created": "2026-04-09T08:42:58.312255279Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6184049759960667, + "StableID": "nk5F14WmHq11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "DiscoKey": "discokey:a5ae1a8f243d32e6caf62ccbba34612afc196b4d84293cfa77b9d6937105a84f", + "Addresses": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "AllowedIPs": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "Endpoints": ["77.164.248.136:39218", "10.65.0.27:39218", "172.17.0.1:39218"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 46356}, + {"Proto": "peerapi6", "Port": 46356} + ]}, + "Created": "2026-04-09T08:42:58.845719767Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6324818470726948, + "StableID": "nRfDwrFXPr11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "DiscoKey": "discokey:0246a35d28ee5bece63aca36ee96cc6a366e8df89ba3bb37f78c7d2417a79474", - "Addresses": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "AllowedIPs": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "Endpoints": ["77.164.248.136:50159", "10.65.0.27:50159", "172.17.0.1:50159"], + "Key": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "DiscoKey": "discokey:a6440b8a25315755988e02333c82112abedcbdc0a78d8b8a64fdf12d02785013", + "Addresses": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "AllowedIPs": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "Endpoints": ["77.164.248.136:36469", "10.65.0.27:36469", "172.17.0.1:36469"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39972}, - {"Proto": "peerapi6", "Port": 39972} + {"Proto": "peerapi4", "Port": 48180}, + {"Proto": "peerapi6", "Port": 48180} ]}, - "Created": "2026-04-09T01:36:58.82102297Z", + "Created": "2026-04-09T08:42:57.774452259Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7772023840815292, - "StableID": "nXzWmTtxg321CNTRL", + "ID": 7046743954281738, + "StableID": "nfMLoq1V2x11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "DiscoKey": "discokey:1870ae621810aae5e2650867ceb9fca1ae2e132067c293677b40a28eb5c7f956", - "Addresses": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "AllowedIPs": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "Endpoints": ["77.164.248.136:57971", "10.65.0.27:57971", "172.17.0.1:57971"], - "HomeDERP": 4, + "Key": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "DiscoKey": "discokey:4077dce1b7b96f24ba36300b7e4b6e7b1ece6decc6a22ddf2b74b83f83d3cd57", + "Addresses": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "AllowedIPs": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "Endpoints": ["77.164.248.136:35950", "10.65.0.27:35950", "172.17.0.1:35950"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46197}, - {"Proto": "peerapi6", "Port": 46197} + {"Proto": "peerapi4", "Port": 47022}, + {"Proto": "peerapi6", "Port": 47022} ]}, - "Created": "2026-04-09T01:37:01.534162185Z", + "Created": "2026-04-09T08:43:00.447707111Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7304517472739419, + "StableID": "niJRvgHE3z11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:9816940045deb3c88e04ddde42e75a3bf8b9d9541059be3a5fac71035fb0be43", + "Addresses": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "AllowedIPs": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "Endpoints": ["77.164.248.136:59794", "10.65.0.27:59794", "172.17.0.1:59794"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61475}, + {"Proto": "peerapi6", "Port": 61475} + ]}, + "Created": "2026-04-09T08:43:04.745194799Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16392,27 +16414,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "221022996905324": { - "ID": 221022996905324, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1332779156968444": { + "ID": 1332779156968444, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "venusaur": { @@ -16443,22 +16467,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2069703219978107, - "StableID": "nc9fBTbNAH11CNTRL", + "ID": 7304517472739419, + "StableID": "niJRvgHE3z11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:b371a04909dd2563ce6e4e8119a2880cd33b826aae4ba6e61af82208ca87434f", - "Addresses": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "AllowedIPs": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "Endpoints": ["77.164.248.136:35142", "10.65.0.27:35142", "172.17.0.1:35142"], + "Key": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:9816940045deb3c88e04ddde42e75a3bf8b9d9541059be3a5fac71035fb0be43", + "Addresses": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "AllowedIPs": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "Endpoints": ["77.164.248.136:59794", "10.65.0.27:59794", "172.17.0.1:59794"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43152}, - {"Proto": "peerapi6", "Port": 43152}, + {"Proto": "peerapi4", "Port": 61475}, + {"Proto": "peerapi6", "Port": 61475}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:05.887751494Z", + "Created": "2026-04-09T08:43:04.745194799Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16485,297 +16509,297 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "MachineKey": "mkey:93cfb3de53a568c39842fec07cf382de817138883682f93b70ca8fe9dfaa4c2c", + "NodeKey": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "MachineKey": "mkey:3b0701c5e874eb4128ef7206bb43621cf1ef9d819b9c5b09cf8861ad7d24622f", "Peers": [{ - "ID": 221022996905324, - "StableID": "nsNyNAu6j211CNTRL", + "ID": 704966439675097, + "StableID": "ngULEqGHW611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "KeyExpiry": "2026-10-06T08:43:05Z", + "DiscoKey": "discokey:a35544a3cd8fe222e3fe03c6e30df77b87dfb2fd063f19327ab0188c4817136e", + "Addresses": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "AllowedIPs": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "Endpoints": ["77.164.248.136:35557", "10.65.0.27:35557", "172.17.0.1:35557"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48523}, + {"Proto": "peerapi6", "Port": 48523} + ]}, + "Created": "2026-04-09T08:43:05.284171787Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1332779156968444, + "StableID": "nZBPDDrcQB11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "DiscoKey": "discokey:38e727747a51a49b66531acddceac800266308e55680bbabb59216ed976db678", - "Addresses": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "AllowedIPs": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "Endpoints": ["77.164.248.136:46022", "10.65.0.27:46022", "172.17.0.1:46022"], - "HomeDERP": 8, + "Key": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "DiscoKey": "discokey:4ed17f636afe9cb2fb9712f2939c1cfc659830b95d6cf02ef096193597901b42", + "Addresses": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "AllowedIPs": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "Endpoints": ["77.164.248.136:41850", "10.65.0.27:41850", "172.17.0.1:41850"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48877}, - {"Proto": "peerapi6", "Port": 48877} + {"Proto": "peerapi4", "Port": 58021}, + {"Proto": "peerapi6", "Port": 58021} ]}, - "Created": "2026-04-09T01:37:03.168306753Z", + "Created": "2026-04-09T08:43:02.058225812Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 853015740764704, - "StableID": "n3Enz4HLf711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "KeyExpiry": "2026-10-06T01:37:06Z", - "DiscoKey": "discokey:436943f5574bc75a5001981c62ffd0d54358f8742fa2e5c31bba3961f2dc662f", - "Addresses": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "AllowedIPs": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "Endpoints": ["77.164.248.136:44931", "10.65.0.27:44931", "172.17.0.1:44931"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37158}, - {"Proto": "peerapi6", "Port": 37158} - ]}, - "Created": "2026-04-09T01:37:06.427968526Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 857647242248776, - "StableID": "nMMWvSwRh711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "DiscoKey": "discokey:1e96518007a3691ec7ec6ce2bc2174a87d1726e7f1e9914b0aad2eb74e2c3f56", - "Addresses": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "AllowedIPs": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "Endpoints": ["77.164.248.136:49646", "10.65.0.27:49646", "172.17.0.1:49646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56372}, - {"Proto": "peerapi6", "Port": 56372} - ]}, - "Created": "2026-04-09T01:37:00.44027859Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1185659598921513, - "StableID": "n8G4fVGzFA11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "DiscoKey": "discokey:81a438328dc017ee61ebc4fe3a3b077adf9cde4098b4b98e037ac6e79ab96260", - "Addresses": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "AllowedIPs": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "Endpoints": ["77.164.248.136:60792", "10.65.0.27:60792", "172.17.0.1:60792"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 39912}, - {"Proto": "peerapi6", "Port": 39912} - ]}, - "Created": "2026-04-09T01:37:03.7017157Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1667017135832519, - "StableID": "n6AyrNiz1E11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "DiscoKey": "discokey:a74eee535d0d8d240ce41ab00c1564c381121655f802a83da922e6d28af5954b", - "Addresses": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "AllowedIPs": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "Endpoints": ["77.164.248.136:46728", "10.65.0.27:46728", "172.17.0.1:46728"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58634}, - {"Proto": "peerapi6", "Port": 58634} - ]}, - "Created": "2026-04-09T01:36:59.369012557Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2131756689363576, - "StableID": "nM3KnjdUeH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "DiscoKey": "discokey:b7fc187a6742ef927d88c3c337dc191a81f5bf7372c45338f3423c089aff990d", - "Addresses": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "AllowedIPs": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "Endpoints": ["77.164.248.136:34629", "10.65.0.27:34629", "172.17.0.1:34629"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 34158}, - {"Proto": "peerapi6", "Port": 34158} - ]}, - "Created": "2026-04-09T01:37:02.070554295Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2979802696345094, - "StableID": "n3TRR7NZGQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:0a778d22a2824789d336c44559b3822c0a5136a6ab11ae5ac99c68024e5b4e15", - "Addresses": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "AllowedIPs": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49479}, - {"Proto": "peerapi6", "Port": 49479} - ]}, - "Created": "2026-04-09T01:37:05.33628152Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4646333138326036, - "StableID": "n5hBpyHLHd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "DiscoKey": "discokey:106a8f3c3138cda5a003fcf1fa04bb808db4364d4a502bf3ce8b929ad3d1714d", - "Addresses": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "AllowedIPs": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "Endpoints": ["77.164.248.136:57218", "10.65.0.27:57218", "172.17.0.1:57218"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56496}, - {"Proto": "peerapi6", "Port": 56496} - ]}, - "Created": "2026-04-09T01:37:04.231484203Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4760280566857139, - "StableID": "nECwsuVwAe11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "DiscoKey": "discokey:bf5aee6ca865d3a240935c0585ce1f05e3812ff7ecf8d74d0169d03a5783d712", - "Addresses": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "AllowedIPs": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "Endpoints": ["77.164.248.136:40789", "10.65.0.27:40789", "172.17.0.1:40789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52026}, - {"Proto": "peerapi6", "Port": 52026} - ]}, - "Created": "2026-04-09T01:36:59.901466461Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5859264131699992, - "StableID": "noYED8wfkn11CNTRL", + "ID": 1660766062616243, + "StableID": "nY5nvUWAyD11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "DiscoKey": "discokey:eabf891a6f3904ef97b13d7d853b81d42267ee38c95e79b18bbaca85380b0f7d", - "Addresses": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "AllowedIPs": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "Endpoints": ["77.164.248.136:47945", "10.65.0.27:47945", "172.17.0.1:47945"], + "Key": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "DiscoKey": "discokey:b68ab2dffc83960ace5a437fe885cc21997f351cf2823475b705c5b39b169059", + "Addresses": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "AllowedIPs": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "Endpoints": ["77.164.248.136:38045", "10.65.0.27:38045", "172.17.0.1:38045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60839}, - {"Proto": "peerapi6", "Port": 60839} + {"Proto": "peerapi4", "Port": 46939}, + {"Proto": "peerapi6", "Port": 46939} ]}, - "Created": "2026-04-09T01:37:00.979950975Z", + "Created": "2026-04-09T08:42:59.923397087Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6862870985280714, - "StableID": "njPxA3zCbv11CNTRL", + "ID": 2864897590804814, + "StableID": "ns5gi61XNP11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "DiscoKey": "discokey:66331f3e1119200b488197795b4bb29c6f467091b25bca8ca408e2f5b61e1271", - "Addresses": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "AllowedIPs": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "Endpoints": ["77.164.248.136:38422", "10.65.0.27:38422", "172.17.0.1:38422"], + "Key": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "DiscoKey": "discokey:c5ad752e25a3e7e472c523be1c8e85c54d73d95f8c4651450cfac9fff9bd1b26", + "Addresses": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "AllowedIPs": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "Endpoints": ["77.164.248.136:55097", "10.65.0.27:55097", "172.17.0.1:55097"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45412}, - {"Proto": "peerapi6", "Port": 45412} + {"Proto": "peerapi4", "Port": 60903}, + {"Proto": "peerapi6", "Port": 60903} ]}, - "Created": "2026-04-09T01:37:04.799665684Z", + "Created": "2026-04-09T08:43:03.659039283Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7095687052765184, - "StableID": "nKYDpffeQx11CNTRL", + "ID": 3230185834373379, + "StableID": "n8j3wFWxDS11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "DiscoKey": "discokey:ac5973c2370fefebd37bd26de2eef7743f3c7b136970d139f70b4dd09fa1fe12", + "Addresses": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "AllowedIPs": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "Endpoints": ["77.164.248.136:40099", "10.65.0.27:40099", "172.17.0.1:40099"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 35772}, + {"Proto": "peerapi6", "Port": 35772} + ]}, + "Created": "2026-04-09T08:43:00.982435333Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3458163705100461, + "StableID": "nW9Hhb6D1U11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "DiscoKey": "discokey:6accee79601f56189a7211b0bec20c19a35e68cabe70a13927268ea5d5281047", + "Addresses": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "AllowedIPs": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "Endpoints": ["77.164.248.136:51149", "10.65.0.27:51149", "172.17.0.1:51149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48575}, + {"Proto": "peerapi6", "Port": 48575} + ]}, + "Created": "2026-04-09T08:42:59.395464202Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4155723436507178, + "StableID": "nyGiUro8TZ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:f2e38a4d4b0153dfe94477938eb1a5ea06e694308795e07fe534515c4fed5d3c", + "Addresses": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "AllowedIPs": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "Endpoints": ["77.164.248.136:49092", "10.65.0.27:49092", "172.17.0.1:49092"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39144}, + {"Proto": "peerapi6", "Port": 39144} + ]}, + "Created": "2026-04-09T08:43:04.197320753Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5497084941138666, + "StableID": "nKBCNo6evj11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "DiscoKey": "discokey:c2b65b79d46b023678a7a56b64cf09ab81e75b65510e2200ed6f17cb8eb97762", + "Addresses": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "AllowedIPs": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "Endpoints": ["77.164.248.136:45311", "10.65.0.27:45311", "172.17.0.1:45311"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52321}, + {"Proto": "peerapi6", "Port": 52321} + ]}, + "Created": "2026-04-09T08:43:02.592093062Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 5791331355453012, + "StableID": "nqh8QMTuDn11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "DiscoKey": "discokey:6fd1f0f9c96e3e82e2881134d34d3d6a5ae1dc3d62c877362beb51778dac8b5d", - "Addresses": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "AllowedIPs": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "Endpoints": ["77.164.248.136:39817", "10.65.0.27:39817", "172.17.0.1:39817"], + "Key": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "DiscoKey": "discokey:d34af05f98a8e8f47891493452cc80a9d9d7d91f4660b87ca93a515a67663708", + "Addresses": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "AllowedIPs": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "Endpoints": ["77.164.248.136:60053", "10.65.0.27:60053", "172.17.0.1:60053"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 46346}, - {"Proto": "peerapi6", "Port": 46346} + {"Proto": "peerapi4", "Port": 44472}, + {"Proto": "peerapi6", "Port": 44472} ]}, - "Created": "2026-04-09T01:37:02.639600284Z", + "Created": "2026-04-09T08:43:01.515505903Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7695194610150930, - "StableID": "nHg6kPiA6321CNTRL", + "ID": 5829456807029243, + "StableID": "npX11qwAXn11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "DiscoKey": "discokey:9b8955e0ec528572cdc74a5c57bdf5c381325729f1ad1bd4546ad62b53a4f675", + "Addresses": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "AllowedIPs": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "Endpoints": ["77.164.248.136:50555", "10.65.0.27:50555", "172.17.0.1:50555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35801}, + {"Proto": "peerapi6", "Port": 35801} + ]}, + "Created": "2026-04-09T08:43:03.121292236Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6148571048395097, + "StableID": "nSPkk3Yh1q11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "DiscoKey": "discokey:4f206692c69946bbad0c54a66ec205b3adb1ef0042301362473eb10c6b3d564c", + "Addresses": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "AllowedIPs": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "Endpoints": ["77.164.248.136:55207", "10.65.0.27:55207", "172.17.0.1:55207"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 52416}, + {"Proto": "peerapi6", "Port": 52416} + ]}, + "Created": "2026-04-09T08:42:58.312255279Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6184049759960667, + "StableID": "nk5F14WmHq11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "DiscoKey": "discokey:a5ae1a8f243d32e6caf62ccbba34612afc196b4d84293cfa77b9d6937105a84f", + "Addresses": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "AllowedIPs": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "Endpoints": ["77.164.248.136:39218", "10.65.0.27:39218", "172.17.0.1:39218"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 46356}, + {"Proto": "peerapi6", "Port": 46356} + ]}, + "Created": "2026-04-09T08:42:58.845719767Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6324818470726948, + "StableID": "nRfDwrFXPr11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "DiscoKey": "discokey:0246a35d28ee5bece63aca36ee96cc6a366e8df89ba3bb37f78c7d2417a79474", - "Addresses": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "AllowedIPs": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "Endpoints": ["77.164.248.136:50159", "10.65.0.27:50159", "172.17.0.1:50159"], + "Key": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "DiscoKey": "discokey:a6440b8a25315755988e02333c82112abedcbdc0a78d8b8a64fdf12d02785013", + "Addresses": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "AllowedIPs": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "Endpoints": ["77.164.248.136:36469", "10.65.0.27:36469", "172.17.0.1:36469"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39972}, - {"Proto": "peerapi6", "Port": 39972} + {"Proto": "peerapi4", "Port": 48180}, + {"Proto": "peerapi6", "Port": 48180} ]}, - "Created": "2026-04-09T01:36:58.82102297Z", + "Created": "2026-04-09T08:42:57.774452259Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7772023840815292, - "StableID": "nXzWmTtxg321CNTRL", + "ID": 7046743954281738, + "StableID": "nfMLoq1V2x11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "DiscoKey": "discokey:1870ae621810aae5e2650867ceb9fca1ae2e132067c293677b40a28eb5c7f956", - "Addresses": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "AllowedIPs": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "Endpoints": ["77.164.248.136:57971", "10.65.0.27:57971", "172.17.0.1:57971"], - "HomeDERP": 4, + "Key": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "DiscoKey": "discokey:4077dce1b7b96f24ba36300b7e4b6e7b1ece6decc6a22ddf2b74b83f83d3cd57", + "Addresses": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "AllowedIPs": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "Endpoints": ["77.164.248.136:35950", "10.65.0.27:35950", "172.17.0.1:35950"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46197}, - {"Proto": "peerapi6", "Port": 46197} + {"Proto": "peerapi4", "Port": 47022}, + {"Proto": "peerapi6", "Port": 47022} ]}, - "Created": "2026-04-09T01:37:01.534162185Z", + "Created": "2026-04-09T08:43:00.447707111Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, @@ -16808,7 +16832,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.115.13.88"}, {"nodeIP": "fd7a:115c:a1e0::ab37:d58"}], + "principals": [{"nodeIP": "100.89.67.32"}, {"nodeIP": "fd7a:115c:a1e0::7137:4320"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -16817,7 +16841,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.115.13.88"}, {"nodeIP": "fd7a:115c:a1e0::ab37:d58"}], + "principals": [{"nodeIP": "100.89.67.32"}, {"nodeIP": "fd7a:115c:a1e0::7137:4320"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17646,26 +17670,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.115.13.88"}, {"nodeIP": "fd7a:115c:a1e0::ab37:d58"}], + "principals": [{"nodeIP": "100.89.67.32"}, {"nodeIP": "fd7a:115c:a1e0::7137:4320"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -17674,7 +17699,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.115.13.88"}, {"nodeIP": "fd7a:115c:a1e0::ab37:d58"}], + "principals": [{"nodeIP": "100.89.67.32"}, {"nodeIP": "fd7a:115c:a1e0::7137:4320"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17711,21 +17736,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1185659598921513, - "StableID": "n8G4fVGzFA11CNTRL", + "ID": 5497084941138666, + "StableID": "nKBCNo6evj11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 1185659598921513, - "Key": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "DiscoKey": "discokey:81a438328dc017ee61ebc4fe3a3b077adf9cde4098b4b98e037ac6e79ab96260", - "Addresses": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "AllowedIPs": ["100.123.61.31/32", "fd7a:115c:a1e0::c737:3d1f/128"], - "Endpoints": ["77.164.248.136:60792", "10.65.0.27:60792", "172.17.0.1:60792"], + "User": 5497084941138666, + "Key": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "DiscoKey": "discokey:c2b65b79d46b023678a7a56b64cf09ab81e75b65510e2200ed6f17cb8eb97762", + "Addresses": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "AllowedIPs": ["100.103.132.54/32", "fd7a:115c:a1e0::b637:8437/128"], + "Endpoints": ["77.164.248.136:45311", "10.65.0.27:45311", "172.17.0.1:45311"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 39912}, - {"Proto": "peerapi6", "Port": 39912}, + {"Proto": "peerapi4", "Port": 52321}, + {"Proto": "peerapi6", "Port": 52321}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:03.7017157Z", + "Created": "2026-04-09T08:43:02.592093062Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17753,300 +17778,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9b67efb4d3f2890359cb2820e99781fc94076b430cca9e50659fba90c7fb3d1e", - "MachineKey": "mkey:467bc9dc160630089828176da4630d6f5720b4824919578b5b4ed1ebae8fe936", + "NodeKey": "nodekey:81ba6782008edb110d1bf91e4bd75fc6f0c32bb03f203bb6e673fb4ab6278435", + "MachineKey": "mkey:df48b8295634f4c9de94df2c79b605aff443b60977de7299103f5a5c447ca205", "Peers": [{ - "ID": 221022996905324, - "StableID": "nsNyNAu6j211CNTRL", + "ID": 704966439675097, + "StableID": "ngULEqGHW611CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:b70cb3a0e7112b689e1a25db8ec97669f3ac608ff154eff9cc982e4864e81e12", + "KeyExpiry": "2026-10-06T08:43:05Z", + "DiscoKey": "discokey:a35544a3cd8fe222e3fe03c6e30df77b87dfb2fd063f19327ab0188c4817136e", + "Addresses": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "AllowedIPs": ["100.104.30.19/32", "fd7a:115c:a1e0::6437:1e13/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 48523}, + {"Proto": "peerapi6", "Port": 48523} + ]}, + "Created": "2026-04-09T08:43:05.284171787Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1332779156968444, + "StableID": "nZBPDDrcQB11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c96ce79d0acc2e2713a4da08a81fea73397b7e06753d5b6f9231d3dce62aab0b", - "DiscoKey": "discokey:38e727747a51a49b66531acddceac800266308e55680bbabb59216ed976db678", - "Addresses": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "AllowedIPs": ["100.106.171.12/32", "fd7a:115c:a1e0::e637:ab0c/128"], - "Endpoints": ["77.164.248.136:46022", "10.65.0.27:46022", "172.17.0.1:46022"], - "HomeDERP": 8, + "Key": "nodekey:7c7d5c4b9f38143db92fb7dee69e689be642dd228a5148ede9df2d4e9f21590c", + "DiscoKey": "discokey:4ed17f636afe9cb2fb9712f2939c1cfc659830b95d6cf02ef096193597901b42", + "Addresses": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "AllowedIPs": ["100.97.89.13/32", "fd7a:115c:a1e0::9f37:590d/128"], + "Endpoints": ["77.164.248.136:41850", "10.65.0.27:41850", "172.17.0.1:41850"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 48877}, - {"Proto": "peerapi6", "Port": 48877} + {"Proto": "peerapi4", "Port": 58021}, + {"Proto": "peerapi6", "Port": 58021} ]}, - "Created": "2026-04-09T01:37:03.168306753Z", + "Created": "2026-04-09T08:43:02.058225812Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 853015740764704, - "StableID": "n3Enz4HLf711CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:11d248cace3fc923a5ee7775331fe2688a7d4442c15fcae0dd3b0570a7c93f24", - "KeyExpiry": "2026-10-06T01:37:06Z", - "DiscoKey": "discokey:436943f5574bc75a5001981c62ffd0d54358f8742fa2e5c31bba3961f2dc662f", - "Addresses": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "AllowedIPs": ["100.73.63.37/32", "fd7a:115c:a1e0::a737:3f25/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 37158}, - {"Proto": "peerapi6", "Port": 37158} - ]}, - "Created": "2026-04-09T01:37:06.427968526Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 857647242248776, - "StableID": "nMMWvSwRh711CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2f02614f5a3d4af6bd98b9419443f169695fb6ae1d81939462e106dc4fcea44e", - "DiscoKey": "discokey:1e96518007a3691ec7ec6ce2bc2174a87d1726e7f1e9914b0aad2eb74e2c3f56", - "Addresses": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "AllowedIPs": ["100.78.164.79/32", "fd7a:115c:a1e0::4f37:a44f/128"], - "Endpoints": ["77.164.248.136:49646", "10.65.0.27:49646", "172.17.0.1:49646"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 56372}, - {"Proto": "peerapi6", "Port": 56372} - ]}, - "Created": "2026-04-09T01:37:00.44027859Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 1667017135832519, - "StableID": "n6AyrNiz1E11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:eb2722b65352483276c88cc63024447414e2937b50747904064fc404bbea775b", - "DiscoKey": "discokey:a74eee535d0d8d240ce41ab00c1564c381121655f802a83da922e6d28af5954b", - "Addresses": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "AllowedIPs": ["100.106.119.92/32", "fd7a:115c:a1e0::bb37:775c/128"], - "Endpoints": ["77.164.248.136:46728", "10.65.0.27:46728", "172.17.0.1:46728"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 58634}, - {"Proto": "peerapi6", "Port": 58634} - ]}, - "Created": "2026-04-09T01:36:59.369012557Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2069703219978107, - "StableID": "nc9fBTbNAH11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:aab411c1f32692c0332834a230af2201cb5a4db05dc2c44365b2109dab730d57", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:b371a04909dd2563ce6e4e8119a2880cd33b826aae4ba6e61af82208ca87434f", - "Addresses": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "AllowedIPs": ["100.115.13.88/32", "fd7a:115c:a1e0::ab37:d58/128"], - "Endpoints": ["77.164.248.136:35142", "10.65.0.27:35142", "172.17.0.1:35142"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 43152}, - {"Proto": "peerapi6", "Port": 43152} - ]}, - "Created": "2026-04-09T01:37:05.887751494Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2131756689363576, - "StableID": "nM3KnjdUeH11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:2c56d97d0e3a9793a4c95dacfe044a058949ae72df704fad11057112d421383f", - "DiscoKey": "discokey:b7fc187a6742ef927d88c3c337dc191a81f5bf7372c45338f3423c089aff990d", - "Addresses": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "AllowedIPs": ["100.97.56.64/32", "fd7a:115c:a1e0::d437:3840/128"], - "Endpoints": ["77.164.248.136:34629", "10.65.0.27:34629", "172.17.0.1:34629"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 34158}, - {"Proto": "peerapi6", "Port": 34158} - ]}, - "Created": "2026-04-09T01:37:02.070554295Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 2979802696345094, - "StableID": "n3TRR7NZGQ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:a944c08faa994fec502bc0872af94a36047f47fa4d15afa01113a62129157b46", - "KeyExpiry": "2026-10-06T01:37:05Z", - "DiscoKey": "discokey:0a778d22a2824789d336c44559b3822c0a5136a6ab11ae5ac99c68024e5b4e15", - "Addresses": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "AllowedIPs": ["100.85.123.71/32", "fd7a:115c:a1e0::2937:7b47/128"], - "Endpoints": ["77.164.248.136:45038", "10.65.0.27:45038", "172.17.0.1:45038"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 49479}, - {"Proto": "peerapi6", "Port": 49479} - ]}, - "Created": "2026-04-09T01:37:05.33628152Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4646333138326036, - "StableID": "n5hBpyHLHd11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:b7d8d2a8dd39e3455bd5326ccdf2ff3135103452cc8be7659cd46f8bb40d2d12", - "DiscoKey": "discokey:106a8f3c3138cda5a003fcf1fa04bb808db4364d4a502bf3ce8b929ad3d1714d", - "Addresses": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "AllowedIPs": ["100.77.45.19/32", "fd7a:115c:a1e0::b437:2d13/128"], - "Endpoints": ["77.164.248.136:57218", "10.65.0.27:57218", "172.17.0.1:57218"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 56496}, - {"Proto": "peerapi6", "Port": 56496} - ]}, - "Created": "2026-04-09T01:37:04.231484203Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4760280566857139, - "StableID": "nECwsuVwAe11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:3c50e9bd5fb4bc21816c860d3f2e755a81792bb7f734386d43db4dc9e48ab116", - "DiscoKey": "discokey:bf5aee6ca865d3a240935c0585ce1f05e3812ff7ecf8d74d0169d03a5783d712", - "Addresses": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "AllowedIPs": ["100.74.177.23/32", "fd7a:115c:a1e0::e437:b117/128"], - "Endpoints": ["77.164.248.136:40789", "10.65.0.27:40789", "172.17.0.1:40789"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 52026}, - {"Proto": "peerapi6", "Port": 52026} - ]}, - "Created": "2026-04-09T01:36:59.901466461Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 5859264131699992, - "StableID": "noYED8wfkn11CNTRL", + "ID": 1660766062616243, + "StableID": "nY5nvUWAyD11CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:575088f791f0a4c1fe66c414c04530e41dcb99e4148f70014c3301bb3597bd2c", - "DiscoKey": "discokey:eabf891a6f3904ef97b13d7d853b81d42267ee38c95e79b18bbaca85380b0f7d", - "Addresses": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "AllowedIPs": ["100.87.189.45/32", "fd7a:115c:a1e0::3537:bd2d/128"], - "Endpoints": ["77.164.248.136:47945", "10.65.0.27:47945", "172.17.0.1:47945"], + "Key": "nodekey:cebba3d5c0a87173ba7c451e55ec688d2e5f88018a78ebe5a38e9b166cb97b3d", + "DiscoKey": "discokey:b68ab2dffc83960ace5a437fe885cc21997f351cf2823475b705c5b39b169059", + "Addresses": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "AllowedIPs": ["100.121.123.62/32", "fd7a:115c:a1e0::6c37:7b3e/128"], + "Endpoints": ["77.164.248.136:38045", "10.65.0.27:38045", "172.17.0.1:38045"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 60839}, - {"Proto": "peerapi6", "Port": 60839} + {"Proto": "peerapi4", "Port": 46939}, + {"Proto": "peerapi6", "Port": 46939} ]}, - "Created": "2026-04-09T01:37:00.979950975Z", + "Created": "2026-04-09T08:42:59.923397087Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" }, { - "ID": 6862870985280714, - "StableID": "njPxA3zCbv11CNTRL", + "ID": 2864897590804814, + "StableID": "ns5gi61XNP11CNTRL", "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:425479261a37573eb23f35bba28ab94e9f271b9a9e57a093b596f95009ecce10", - "DiscoKey": "discokey:66331f3e1119200b488197795b4bb29c6f467091b25bca8ca408e2f5b61e1271", - "Addresses": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "AllowedIPs": ["100.108.206.17/32", "fd7a:115c:a1e0::937:ce11/128"], - "Endpoints": ["77.164.248.136:38422", "10.65.0.27:38422", "172.17.0.1:38422"], + "Key": "nodekey:0c32db13f3dc40c012ca43e2b95a72874f3c091a085fca78dff1202905629445", + "DiscoKey": "discokey:c5ad752e25a3e7e472c523be1c8e85c54d73d95f8c4651450cfac9fff9bd1b26", + "Addresses": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "AllowedIPs": ["100.98.148.70/32", "fd7a:115c:a1e0::537:9446/128"], + "Endpoints": ["77.164.248.136:55097", "10.65.0.27:55097", "172.17.0.1:55097"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 45412}, - {"Proto": "peerapi6", "Port": 45412} + {"Proto": "peerapi4", "Port": 60903}, + {"Proto": "peerapi6", "Port": 60903} ]}, - "Created": "2026-04-09T01:37:04.799665684Z", + "Created": "2026-04-09T08:43:03.659039283Z", "Cap": 131, "Tags": ["tag:server"], "Online": true, "ComputedName": "beedrill", "ComputedNameWithHost": "beedrill" }, { - "ID": 7095687052765184, - "StableID": "nKYDpffeQx11CNTRL", + "ID": 3230185834373379, + "StableID": "n8j3wFWxDS11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:3dde8729b64d79d1683aa548503513e74a1b4b85d713a550d3aabce153ecb30e", + "DiscoKey": "discokey:ac5973c2370fefebd37bd26de2eef7743f3c7b136970d139f70b4dd09fa1fe12", + "Addresses": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "AllowedIPs": ["100.108.179.15/32", "fd7a:115c:a1e0::5337:b30f/128"], + "Endpoints": ["77.164.248.136:40099", "10.65.0.27:40099", "172.17.0.1:40099"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 35772}, + {"Proto": "peerapi6", "Port": 35772} + ]}, + "Created": "2026-04-09T08:43:00.982435333Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3458163705100461, + "StableID": "nW9Hhb6D1U11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:d03dab96e59d8477c51872edd4a23fc162e0526dd35bffe2080fd0cb17df9641", + "DiscoKey": "discokey:6accee79601f56189a7211b0bec20c19a35e68cabe70a13927268ea5d5281047", + "Addresses": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "AllowedIPs": ["100.95.150.66/32", "fd7a:115c:a1e0::1737:9642/128"], + "Endpoints": ["77.164.248.136:51149", "10.65.0.27:51149", "172.17.0.1:51149"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 48575}, + {"Proto": "peerapi6", "Port": 48575} + ]}, + "Created": "2026-04-09T08:42:59.395464202Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 4155723436507178, + "StableID": "nyGiUro8TZ11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:cdd7edcd5653e8a6461ea3029d5f433356cdf524df6ea7af34904edb6073a278", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:f2e38a4d4b0153dfe94477938eb1a5ea06e694308795e07fe534515c4fed5d3c", + "Addresses": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "AllowedIPs": ["100.115.162.121/32", "fd7a:115c:a1e0::6037:a279/128"], + "Endpoints": ["77.164.248.136:49092", "10.65.0.27:49092", "172.17.0.1:49092"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 39144}, + {"Proto": "peerapi6", "Port": 39144} + ]}, + "Created": "2026-04-09T08:43:04.197320753Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 5791331355453012, + "StableID": "nqh8QMTuDn11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e114c78d0ce9b7bd2f48ef22138a11f1fdc86689c5e8421bb20da490dbd3131d", - "DiscoKey": "discokey:6fd1f0f9c96e3e82e2881134d34d3d6a5ae1dc3d62c877362beb51778dac8b5d", - "Addresses": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "AllowedIPs": ["100.83.19.30/32", "fd7a:115c:a1e0::db37:131e/128"], - "Endpoints": ["77.164.248.136:39817", "10.65.0.27:39817", "172.17.0.1:39817"], + "Key": "nodekey:bc7962016cbb2222429b12747d4096a4e7d1809a820f89355565c60fe527ff13", + "DiscoKey": "discokey:d34af05f98a8e8f47891493452cc80a9d9d7d91f4660b87ca93a515a67663708", + "Addresses": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "AllowedIPs": ["100.103.255.20/32", "fd7a:115c:a1e0::e537:ff14/128"], + "Endpoints": ["77.164.248.136:60053", "10.65.0.27:60053", "172.17.0.1:60053"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 46346}, - {"Proto": "peerapi6", "Port": 46346} + {"Proto": "peerapi4", "Port": 44472}, + {"Proto": "peerapi6", "Port": 44472} ]}, - "Created": "2026-04-09T01:37:02.639600284Z", + "Created": "2026-04-09T08:43:01.515505903Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 7695194610150930, - "StableID": "nHg6kPiA6321CNTRL", + "ID": 5829456807029243, + "StableID": "npX11qwAXn11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fe63c628fb5e474ec263392d00b0d85a825771175e77b3960e8e0ca840929643", + "DiscoKey": "discokey:9b8955e0ec528572cdc74a5c57bdf5c381325729f1ad1bd4546ad62b53a4f675", + "Addresses": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "AllowedIPs": ["100.82.150.68/32", "fd7a:115c:a1e0::4037:9644/128"], + "Endpoints": ["77.164.248.136:50555", "10.65.0.27:50555", "172.17.0.1:50555"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 35801}, + {"Proto": "peerapi6", "Port": 35801} + ]}, + "Created": "2026-04-09T08:43:03.121292236Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 6148571048395097, + "StableID": "nSPkk3Yh1q11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9ef0a66dfa31841b2b53f9eb52221b64dbaefa2f2798d69aefbdd0df255a0925", + "DiscoKey": "discokey:4f206692c69946bbad0c54a66ec205b3adb1ef0042301362473eb10c6b3d564c", + "Addresses": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "AllowedIPs": ["100.90.9.38/32", "fd7a:115c:a1e0::2537:926/128"], + "Endpoints": ["77.164.248.136:55207", "10.65.0.27:55207", "172.17.0.1:55207"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 52416}, + {"Proto": "peerapi6", "Port": 52416} + ]}, + "Created": "2026-04-09T08:42:58.312255279Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 6184049759960667, + "StableID": "nk5F14WmHq11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ceb83a2f56f21fc83031dc412c8268ec2bf0a316e45359f1ffa5eca4a71baa48", + "DiscoKey": "discokey:a5ae1a8f243d32e6caf62ccbba34612afc196b4d84293cfa77b9d6937105a84f", + "Addresses": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "AllowedIPs": ["100.91.170.73/32", "fd7a:115c:a1e0::a737:aa49/128"], + "Endpoints": ["77.164.248.136:39218", "10.65.0.27:39218", "172.17.0.1:39218"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 46356}, + {"Proto": "peerapi6", "Port": 46356} + ]}, + "Created": "2026-04-09T08:42:58.845719767Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6324818470726948, + "StableID": "nRfDwrFXPr11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a97f2081b89da29b0f2701c6199883b49161689ae35e13d186ed767bb8aa9a58", - "DiscoKey": "discokey:0246a35d28ee5bece63aca36ee96cc6a366e8df89ba3bb37f78c7d2417a79474", - "Addresses": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "AllowedIPs": ["100.106.154.89/32", "fd7a:115c:a1e0::b837:9a59/128"], - "Endpoints": ["77.164.248.136:50159", "10.65.0.27:50159", "172.17.0.1:50159"], + "Key": "nodekey:b6404e7c27faae2354a969d9b4bd7f435cbf2b52d3ce2ec0cb72a8b2f9387b5d", + "DiscoKey": "discokey:a6440b8a25315755988e02333c82112abedcbdc0a78d8b8a64fdf12d02785013", + "Addresses": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "AllowedIPs": ["100.120.123.94/32", "fd7a:115c:a1e0::f937:7b5e/128"], + "Endpoints": ["77.164.248.136:36469", "10.65.0.27:36469", "172.17.0.1:36469"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 39972}, - {"Proto": "peerapi6", "Port": 39972} + {"Proto": "peerapi4", "Port": 48180}, + {"Proto": "peerapi6", "Port": 48180} ]}, - "Created": "2026-04-09T01:36:58.82102297Z", + "Created": "2026-04-09T08:42:57.774452259Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 7772023840815292, - "StableID": "nXzWmTtxg321CNTRL", + "ID": 7046743954281738, + "StableID": "nfMLoq1V2x11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ce50914832a9142b2fc3dd2e7aeda12c15274eed7892794c36ba77e667793b31", - "DiscoKey": "discokey:1870ae621810aae5e2650867ceb9fca1ae2e132067c293677b40a28eb5c7f956", - "Addresses": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "AllowedIPs": ["100.121.59.50/32", "fd7a:115c:a1e0::6737:3b32/128"], - "Endpoints": ["77.164.248.136:57971", "10.65.0.27:57971", "172.17.0.1:57971"], - "HomeDERP": 4, + "Key": "nodekey:432c2aabf8c3cbfbd06c9ccd2e83329a88926d79e787578673d4b74b14382d4b", + "DiscoKey": "discokey:4077dce1b7b96f24ba36300b7e4b6e7b1ece6decc6a22ddf2b74b83f83d3cd57", + "Addresses": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "AllowedIPs": ["100.120.45.76/32", "fd7a:115c:a1e0::1437:2d4c/128"], + "Endpoints": ["77.164.248.136:35950", "10.65.0.27:35950", "172.17.0.1:35950"], + "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 46197}, - {"Proto": "peerapi6", "Port": 46197} + {"Proto": "peerapi4", "Port": 47022}, + {"Proto": "peerapi6", "Port": 47022} ]}, - "Created": "2026-04-09T01:37:01.534162185Z", + "Created": "2026-04-09T08:43:00.447707111Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" + }, { + "ID": 7304517472739419, + "StableID": "niJRvgHE3z11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:47f00a43a641bf3182f37f17a5cb775e5ce4d2c55082fc3c073484b47159431f", + "KeyExpiry": "2026-10-06T08:43:04Z", + "DiscoKey": "discokey:9816940045deb3c88e04ddde42e75a3bf8b9d9541059be3a5fac71035fb0be43", + "Addresses": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "AllowedIPs": ["100.89.67.32/32", "fd7a:115c:a1e0::7137:4320/128"], + "Endpoints": ["77.164.248.136:59794", "10.65.0.27:59794", "172.17.0.1:59794"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 61475}, + {"Proto": "peerapi6", "Port": 61475} + ]}, + "Created": "2026-04-09T08:43:04.745194799Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18894,27 +18919,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1185659598921513": { - "ID": 1185659598921513, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5497084941138666": { + "ID": 5497084941138666, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-f5.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-f5.hujson index bfca943d..6cb4e5cf 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-f5.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-f5.hujson @@ -3,7 +3,7 @@ // ssh f5 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:37:19Z +// Captured at: 2026-04-09T08:43:18Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-f5", "description": "ssh f5", "category": "ssh", - "captured_at": "2026-04-09T01:37:19.337357406Z", + "captured_at": "2026-04-09T08:43:18.052818145Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,19 +19,19 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ "action": "accept", "dst": ["autogroup:self"], "src": ["autogroup:member"], - "users": ["localpart:*@passkey"] + "users": ["localpart:*@example.com"] }, { "action": "accept", "dst": ["tag:server"], "src": ["autogroup:member"], - "users": ["localpart:*@passkey"] + "users": ["localpart:*@example.com"] }], "tagOwners": {"tag:prod": ["odin@example.com"], "tag:server": ["odin@example.com"]} }, @@ -40,119 +40,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh f5\",\n\t\"id\": \"ssh-f5\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@passkey\"]\n\t}, {\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@passkey\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh f5\",\n\t\"id\": \"ssh-f5\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"autogroup:self\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@example.com\"]\n\t}, {\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"localpart:*@example.com\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-f5.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.101.233.22", - "ipv6": "fd7a:115c:a1e0::de37:e916", + "ipv4": "100.115.156.9", + "ipv6": "fd7a:115c:a1e0::1237:9c09", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.77.36.36", - "ipv6": "fd7a:115c:a1e0::c737:2425", + "ipv4": "100.83.90.80", + "ipv6": "fd7a:115c:a1e0::8e37:5a50", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.108.37.93", - "ipv6": "fd7a:115c:a1e0::737:255d", + "ipv4": "100.112.128.83", + "ipv6": "fd7a:115c:a1e0::4e37:8053", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.117.225.49", - "ipv6": "fd7a:115c:a1e0::4937:e131", + "ipv4": "100.70.129.57", + "ipv6": "fd7a:115c:a1e0::4937:8139", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.124.107.126", - "ipv6": "fd7a:115c:a1e0::d737:6b7e", + "ipv4": "100.114.143.91", + "ipv6": "fd7a:115c:a1e0::ae37:8f5b", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.75.8.50", - "ipv6": "fd7a:115c:a1e0::3937:832", + "ipv4": "100.115.14.110", + "ipv6": "fd7a:115c:a1e0::6437:e6e", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.75.109.82", - "ipv6": "fd7a:115c:a1e0::e137:6d52", + "ipv4": "100.67.149.48", + "ipv6": "fd7a:115c:a1e0::8b37:9530", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.119.33.57", - "ipv6": "fd7a:115c:a1e0::8437:2139", + "ipv4": "100.69.147.2", + "ipv6": "fd7a:115c:a1e0::a037:9302", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.68.127.105", - "ipv6": "fd7a:115c:a1e0::3f37:7f69", + "ipv4": "100.85.35.111", + "ipv6": "fd7a:115c:a1e0::a337:236f", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.105.59.69", - "ipv6": "fd7a:115c:a1e0::c637:3b45", + "ipv4": "100.79.77.100", + "ipv6": "fd7a:115c:a1e0::4d37:4d64", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.123.78.116", - "ipv6": "fd7a:115c:a1e0::d737:4e74", + "ipv4": "100.114.119.18", + "ipv6": "fd7a:115c:a1e0::a37:7712", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.74.154.102", - "ipv6": "fd7a:115c:a1e0::5737:9a66", + "ipv4": "100.90.177.10", + "ipv6": "fd7a:115c:a1e0::f737:b10a", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.116.243.50", - "ipv6": "fd7a:115c:a1e0::1a37:f332", + "ipv4": "100.88.246.50", + "ipv6": "fd7a:115c:a1e0::cc37:f632", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.96.73.77", - "ipv6": "fd7a:115c:a1e0::9037:494d", + "ipv4": "100.116.171.54", + "ipv6": "fd7a:115c:a1e0::8e37:ab36", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.78.19.94", - "ipv6": "fd7a:115c:a1e0::fd37:135e", + "ipv4": "100.103.172.91", + "ipv6": "fd7a:115c:a1e0::9437:ac5b", "routable_ips": [], "approved_routes": [] }}}, @@ -184,21 +184,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4689544418422142, - "StableID": "nbsbf2Pucd11CNTRL", + "ID": 3766166060745939, + "StableID": "nvcBABohQW11CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 4689544418422142, - "Key": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "DiscoKey": "discokey:cd093dfdd82fdbf65b30b92c0eda1e87836b78141e2990c998a241355b1fce50", - "Addresses": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "AllowedIPs": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "Endpoints": ["77.164.248.136:43326", "10.65.0.27:43326", "172.17.0.1:43326"], + "User": 3766166060745939, + "Key": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "DiscoKey": "discokey:d3de21a040f0dbead330ba4f8b32172672a6a76972b99fa1018da4e71354612e", + "Addresses": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "AllowedIPs": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "Endpoints": ["77.164.248.136:48193", "10.65.0.27:48193", "172.17.0.1:48193"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 44333}, - {"Proto": "peerapi6", "Port": 44333}, + {"Proto": "peerapi4", "Port": 62121}, + {"Proto": "peerapi6", "Port": 62121}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:28.353769245Z", + "Created": "2026-04-09T08:43:27.117313319Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -226,300 +226,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "MachineKey": "mkey:a37a7e3913b3ced60df5e440b04ee4f34b19899e0f13fdc375c741c8bdd3db0f", + "NodeKey": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "MachineKey": "mkey:190836481a582e9feaee941f39ff8b50ffb5d926674661c5b7fb4fbf5e6a4e20", "Peers": [{ - "ID": 5912663667094, - "StableID": "ns7oqJKg3111CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "DiscoKey": "discokey:b84c4e773dfd13b666f29d0f8d1b885a41d48e3b98b1ac66d78b90e41c34a028", - "Addresses": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "AllowedIPs": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "Endpoints": ["77.164.248.136:51406", "10.65.0.27:51406", "172.17.0.1:51406"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 35085}, - {"Proto": "peerapi6", "Port": 35085} - ]}, - "Created": "2026-04-09T01:37:24.011219688Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 276164924344212, - "StableID": "nF4ZgHP5A311CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "DiscoKey": "discokey:4c7d666d296331dc746f99f142dcb01b759a7f96c656f3e2949ad96c196e667c", - "Addresses": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "AllowedIPs": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "Endpoints": ["77.164.248.136:38750", "10.65.0.27:38750", "172.17.0.1:38750"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50361}, - {"Proto": "peerapi6", "Port": 50361} - ]}, - "Created": "2026-04-09T01:37:27.28488557Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 578580383252559, - "StableID": "n49LDtK3X511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "DiscoKey": "discokey:b94a2923c12c54ca7ef3b9711325873aacd5b311b30f6e9c1195db03b06cf96a", - "Addresses": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "AllowedIPs": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "Endpoints": ["77.164.248.136:49983", "10.65.0.27:49983", "172.17.0.1:49983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 62362}, - {"Proto": "peerapi6", "Port": 62362} - ]}, - "Created": "2026-04-09T01:37:24.552328405Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1172904116474568, - "StableID": "nu7PMjCDAA11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "DiscoKey": "discokey:2474647d5987def5236d51dbe2b1a4d7e01d3a6c2c3102b07d1cd1cea3098759", - "Addresses": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "AllowedIPs": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "Endpoints": ["77.164.248.136:53946", "10.65.0.27:53946", "172.17.0.1:53946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64096}, - {"Proto": "peerapi6", "Port": 64096} - ]}, - "Created": "2026-04-09T01:37:26.725640537Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1317026693362456, - "StableID": "nKitwM4VHB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "KeyExpiry": "2026-10-06T01:37:30Z", - "DiscoKey": "discokey:33815ca29780fd2618c5b3c60c2679621997ae2bd3961335a871a041bd79202e", - "Addresses": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "AllowedIPs": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 38648}, - {"Proto": "peerapi6", "Port": 38648} - ]}, - "Created": "2026-04-09T01:37:30.251591343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1549866148245440, - "StableID": "nmdgFdMw6D11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "KeyExpiry": "2026-10-06T01:37:29Z", - "DiscoKey": "discokey:73bc79772e6543c55bf501c9ff943f77c2c578f4b06db190ebdb71ffb88f926c", - "Addresses": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "AllowedIPs": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "Endpoints": ["77.164.248.136:47125", "10.65.0.27:47125", "172.17.0.1:47125"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56147}, - {"Proto": "peerapi6", "Port": 56147} - ]}, - "Created": "2026-04-09T01:37:29.446940278Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2251206977600918, - "StableID": "nPTSicPaaJ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "KeyExpiry": "2026-10-06T01:37:28Z", - "DiscoKey": "discokey:87357f710d857c6dd5ce4df2b36151dffa23175259a89215cd13302a70142628", - "Addresses": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "AllowedIPs": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "Endpoints": ["77.164.248.136:33935", "10.65.0.27:33935", "172.17.0.1:33935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57531}, - {"Proto": "peerapi6", "Port": 57531} - ]}, - "Created": "2026-04-09T01:37:28.899706312Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2508640103120740, - "StableID": "nF6kUriAbL11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "DiscoKey": "discokey:e3fc73685616483529bcfb7b69787bbc2c27a52e871216207055f893c06a9c28", - "Addresses": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "AllowedIPs": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "Endpoints": ["77.164.248.136:37469", "10.65.0.27:37469", "172.17.0.1:37469"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 45374}, - {"Proto": "peerapi6", "Port": 45374} - ]}, - "Created": "2026-04-09T01:37:23.477726272Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2616550166601552, - "StableID": "nKnWGVL3SM11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "DiscoKey": "discokey:4256aedd014ab1c10cc5a3198b58db3f5f1bc3949410be75af11f43b0f708229", - "Addresses": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "AllowedIPs": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "Endpoints": ["77.164.248.136:47628", "10.65.0.27:47628", "172.17.0.1:47628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40449}, - {"Proto": "peerapi6", "Port": 40449} - ]}, - "Created": "2026-04-09T01:37:27.810937556Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 5269820152476994, - "StableID": "n5QwDtEi9i11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "DiscoKey": "discokey:b2cc188dba4bf76f341f99d00725d7c1cd39b2bb9255a9d206b96ebfd2161c03", - "Addresses": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "AllowedIPs": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "Endpoints": ["77.164.248.136:39398", "10.65.0.27:39398", "172.17.0.1:39398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 47660}, - {"Proto": "peerapi6", "Port": 47660} - ]}, - "Created": "2026-04-09T01:37:22.924930451Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6248244991958048, - "StableID": "nBc7qSoqnq11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "DiscoKey": "discokey:6e0a654610f6a1c64cc8ff0393eb38befadc5b9fb79e6ed8e6887ca756db9a27", - "Addresses": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "AllowedIPs": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63481}, - {"Proto": "peerapi6", "Port": 63481} - ]}, - "Created": "2026-04-09T01:37:25.649187942Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6922270416543401, - "StableID": "nUgVWjJ74w11CNTRL", + "ID": 424420920759754, + "StableID": "nj3aQSpDK411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "DiscoKey": "discokey:dccd9934e1d30a4c306d31cdf14749a5eee46f5f4799ae8ad8cfd21f7f4df468", - "Addresses": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "AllowedIPs": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "Endpoints": ["77.164.248.136:51930", "10.65.0.27:51930", "172.17.0.1:51930"], - "HomeDERP": 14, + "Key": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "DiscoKey": "discokey:ab50b4cbc48829bb0f24f29cb389cd94f67759b84955360187f983a156f5fc71", + "Addresses": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "AllowedIPs": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "Endpoints": ["77.164.248.136:52874", "10.65.0.27:52874", "172.17.0.1:52874"], + "HomeDERP": 26, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49910}, - {"Proto": "peerapi6", "Port": 49910} + {"Proto": "peerapi4", "Port": 44497}, + {"Proto": "peerapi6", "Port": 44497} ]}, - "Created": "2026-04-09T01:37:25.096743608Z", + "Created": "2026-04-09T08:43:23.883060983Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7759644268686116, - "StableID": "ndoUNRhMb321CNTRL", + "ID": 601720710730707, + "StableID": "nQVGibBXh511CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "DiscoKey": "discokey:17ff933ab2739cf8b5b36e0c9230eb774d8339a5a7251fe6b5b4ff0eaaec3602", + "Addresses": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "AllowedIPs": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "Endpoints": ["77.164.248.136:45086", "10.65.0.27:45086", "172.17.0.1:45086"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64341}, + {"Proto": "peerapi6", "Port": 64341} + ]}, + "Created": "2026-04-09T08:43:22.814456575Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1275424381820120, + "StableID": "nmws8gEexA11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:56375c1b8a60c59e7e4f3f46c6585e4e38a427a152fccb23869562045127aa19", + "Addresses": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "AllowedIPs": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "Endpoints": ["77.164.248.136:32980", "10.65.0.27:32980", "172.17.0.1:32980"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43335}, + {"Proto": "peerapi6", "Port": 43335} + ]}, + "Created": "2026-04-09T08:43:28.751352116Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1337406816482686, + "StableID": "njX1ejQiSB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "DiscoKey": "discokey:3e015d11bd04500bff6ebadd298741b3a0f8269b0a38879a8ea9ce37283dbc13", + "Addresses": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "AllowedIPs": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "Endpoints": ["77.164.248.136:55559", "10.65.0.27:55559", "172.17.0.1:55559"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42104}, + {"Proto": "peerapi6", "Port": 42104} + ]}, + "Created": "2026-04-09T08:43:26.577994834Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2115397192507203, + "StableID": "nExj43u4XH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "DiscoKey": "discokey:38c5908503a53a9a11018d328861d86eba79b5fd12d9a91365bab526e96fe73b", + "Addresses": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "AllowedIPs": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "Endpoints": ["77.164.248.136:43951", "10.65.0.27:43951", "172.17.0.1:43951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59860}, + {"Proto": "peerapi6", "Port": 59860} + ]}, + "Created": "2026-04-09T08:43:24.96044146Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2131665723264410, + "StableID": "nFyGR9FSeH11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "DiscoKey": "discokey:cab17466bf9971ffcdb5544fdcb5090d5dc70dfc111a60fac66e6a8bebb2ba72", + "Addresses": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "AllowedIPs": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "Endpoints": ["77.164.248.136:55341", "10.65.0.27:55341", "172.17.0.1:55341"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 33939}, + {"Proto": "peerapi6", "Port": 33939} + ]}, + "Created": "2026-04-09T08:43:24.430124277Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2219370364733044, + "StableID": "nmmmFa6ALJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "DiscoKey": "discokey:47f59f190c456412957fe52158e97b4762c169228a838c1c71022c7362114277", - "Addresses": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "AllowedIPs": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "Endpoints": ["77.164.248.136:35412", "10.65.0.27:35412", "172.17.0.1:35412"], + "Key": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "DiscoKey": "discokey:a0e1c33400ee994171fa2ff435681a071e9d01fd471d42e5c1b90f34fdf3ef1b", + "Addresses": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "AllowedIPs": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "Endpoints": ["77.164.248.136:49765", "10.65.0.27:49765", "172.17.0.1:49765"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49355}, - {"Proto": "peerapi6", "Port": 49355} + {"Proto": "peerapi4", "Port": 48865}, + {"Proto": "peerapi6", "Port": 48865} ]}, - "Created": "2026-04-09T01:37:22.434282626Z", + "Created": "2026-04-09T08:43:21.246556101Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8250945023969562, - "StableID": "nRJbjQLsR721CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 4227348710293310, + "StableID": "nypseNHa1a11CNTRL", + "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "DiscoKey": "discokey:671c4dfbbe64957cece995cf602933197afe77a1dac762dcf4afeeb6e779f946", - "Addresses": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "AllowedIPs": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "Endpoints": ["77.164.248.136:40392", "10.65.0.27:40392", "172.17.0.1:40392"], + "Key": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "DiscoKey": "discokey:96cd0587508f1a6dc62cb1fac6a8da20c6ee19e0834c9d4cf5bdf8859e128320", + "Addresses": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "AllowedIPs": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "Endpoints": ["77.164.248.136:52961", "10.65.0.27:52961", "172.17.0.1:52961"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 42609}, - {"Proto": "peerapi6", "Port": 42609} + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34790}, + {"Proto": "peerapi6", "Port": 34790} ]}, - "Created": "2026-04-09T01:37:26.194101081Z", + "Created": "2026-04-09T08:43:23.353525482Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4376790553814205, + "StableID": "nvwGdEsFBb11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "DiscoKey": "discokey:857f4b4f9e71b11f13a2482d90381fc237e142163a95de9ab47cdc4e5c6d1324", + "Addresses": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "AllowedIPs": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "Endpoints": ["77.164.248.136:39250", "10.65.0.27:39250", "172.17.0.1:39250"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44748}, + {"Proto": "peerapi6", "Port": 44748} + ]}, + "Created": "2026-04-09T08:43:21.746677464Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4392553251598296, + "StableID": "nm1cFgvPJb11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "DiscoKey": "discokey:ed4887facda89724ffa66398bf039c78c3a0a2cad1db3c564d97ce6aec562a05", + "Addresses": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "AllowedIPs": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "Endpoints": ["77.164.248.136:33150", "10.65.0.27:33150", "172.17.0.1:33150"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 35170}, + {"Proto": "peerapi6", "Port": 35170} + ]}, + "Created": "2026-04-09T08:43:22.286540984Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5944550270373506, + "StableID": "nXjjEpFJRo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:f06869c0b83a609240b23e36e311ef30b1c0173cd96853ae566f4df190ddf658", + "Addresses": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "AllowedIPs": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "Endpoints": ["77.164.248.136:50698", "10.65.0.27:50698", "172.17.0.1:50698"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59685}, + {"Proto": "peerapi6", "Port": 59685} + ]}, + "Created": "2026-04-09T08:43:28.210322463Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6260117137260492, + "StableID": "n9h2fPfDtq11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "DiscoKey": "discokey:a53333b1a2b91d5c75d53397143f64199c39f9be840d5189fc45d720b6b2df13", + "Addresses": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "AllowedIPs": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "Endpoints": ["77.164.248.136:43517", "10.65.0.27:43517", "172.17.0.1:43517"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65326}, + {"Proto": "peerapi6", "Port": 65326} + ]}, + "Created": "2026-04-09T08:43:26.037903517Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8364645072465985, + "StableID": "nr51gS3NK821CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "KeyExpiry": "2026-10-06T08:43:27Z", + "DiscoKey": "discokey:bc47380c8e9c510229c2ebef2a6a1c54d59eaa5098c841cfe7bc254da4a4764c", + "Addresses": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "AllowedIPs": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "Endpoints": ["77.164.248.136:46899", "10.65.0.27:46899", "172.17.0.1:46899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61130}, + {"Proto": "peerapi6", "Port": 61130} + ]}, + "Created": "2026-04-09T08:43:27.724548848Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8980604888020340, + "StableID": "nXgRKCGL8D21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "DiscoKey": "discokey:281d04d56b4d6c62c936c5b304a2c653cb036654d946a222a8ef5a80711bb661", + "Addresses": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "AllowedIPs": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "Endpoints": ["77.164.248.136:52931", "10.65.0.27:52931", "172.17.0.1:52931"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45473}, + {"Proto": "peerapi6", "Port": 45473} + ]}, + "Created": "2026-04-09T08:43:25.496731763Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -547,7 +549,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.108.37.93"}, {"nodeIP": "fd7a:115c:a1e0::737:255d"}], + "principals": [{"nodeIP": "100.112.128.83"}, {"nodeIP": "fd7a:115c:a1e0::4e37:8053"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -556,7 +558,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.108.37.93"}, {"nodeIP": "fd7a:115c:a1e0::737:255d"}], + "principals": [{"nodeIP": "100.112.128.83"}, {"nodeIP": "fd7a:115c:a1e0::4e37:8053"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -565,7 +567,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.8.50"}, {"nodeIP": "fd7a:115c:a1e0::3937:832"}], + "principals": [{"nodeIP": "100.115.14.110"}, {"nodeIP": "fd7a:115c:a1e0::6437:e6e"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -574,7 +576,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.96.73.77"}, {"nodeIP": "fd7a:115c:a1e0::9037:494d"}], + "principals": [{"nodeIP": "100.116.171.54"}, {"nodeIP": "fd7a:115c:a1e0::8e37:ab36"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -583,7 +585,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.96.73.77"}, {"nodeIP": "fd7a:115c:a1e0::9037:494d"}], + "principals": [{"nodeIP": "100.116.171.54"}, {"nodeIP": "fd7a:115c:a1e0::8e37:ab36"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1412,30 +1414,32 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4689544418422142": { - "ID": 4689544418422142, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3766166060745939": { + "ID": 3766166060745939, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.108.37.93"}, {"nodeIP": "fd7a:115c:a1e0::737:255d"}], + "principals": [{"nodeIP": "100.112.128.83"}, {"nodeIP": "fd7a:115c:a1e0::4e37:8053"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1444,7 +1448,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.108.37.93"}, {"nodeIP": "fd7a:115c:a1e0::737:255d"}], + "principals": [{"nodeIP": "100.112.128.83"}, {"nodeIP": "fd7a:115c:a1e0::4e37:8053"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -1453,7 +1457,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.8.50"}, {"nodeIP": "fd7a:115c:a1e0::3937:832"}], + "principals": [{"nodeIP": "100.115.14.110"}, {"nodeIP": "fd7a:115c:a1e0::6437:e6e"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1462,7 +1466,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.96.73.77"}, {"nodeIP": "fd7a:115c:a1e0::9037:494d"}], + "principals": [{"nodeIP": "100.116.171.54"}, {"nodeIP": "fd7a:115c:a1e0::8e37:ab36"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -1471,7 +1475,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.96.73.77"}, {"nodeIP": "fd7a:115c:a1e0::9037:494d"}], + "principals": [{"nodeIP": "100.116.171.54"}, {"nodeIP": "fd7a:115c:a1e0::8e37:ab36"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -1508,26 +1512,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6922270416543401, - "StableID": "nUgVWjJ74w11CNTRL", + "ID": 424420920759754, + "StableID": "nj3aQSpDK411CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 6922270416543401, - "Key": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "DiscoKey": "discokey:dccd9934e1d30a4c306d31cdf14749a5eee46f5f4799ae8ad8cfd21f7f4df468", - "Addresses": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "AllowedIPs": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "Endpoints": ["77.164.248.136:51930", "10.65.0.27:51930", "172.17.0.1:51930"], + "User": 424420920759754, + "Key": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "DiscoKey": "discokey:ab50b4cbc48829bb0f24f29cb389cd94f67759b84955360187f983a156f5fc71", + "Addresses": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "AllowedIPs": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "Endpoints": ["77.164.248.136:52874", "10.65.0.27:52874", "172.17.0.1:52874"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 49910}, - {"Proto": "peerapi6", "Port": 49910}, + {"Proto": "peerapi4", "Port": 44497}, + {"Proto": "peerapi6", "Port": 44497}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:37:25.096743608Z", + "Created": "2026-04-09T08:43:23.883060983Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1555,302 +1559,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "MachineKey": "mkey:1ea9cde942a2d53f8265697e0ab6c4857c81645166d992320863d79d0088be1e", + "NodeKey": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "MachineKey": "mkey:f07c41cac8a9eebb2ff9d051658c44312cbdc3de34f19cef89d27e6028026d6e", "Peers": [{ - "ID": 5912663667094, - "StableID": "ns7oqJKg3111CNTRL", + "ID": 601720710730707, + "StableID": "nQVGibBXh511CNTRL", "Name": "rattata.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "DiscoKey": "discokey:b84c4e773dfd13b666f29d0f8d1b885a41d48e3b98b1ac66d78b90e41c34a028", - "Addresses": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "AllowedIPs": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "Endpoints": ["77.164.248.136:51406", "10.65.0.27:51406", "172.17.0.1:51406"], + "Key": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "DiscoKey": "discokey:17ff933ab2739cf8b5b36e0c9230eb774d8339a5a7251fe6b5b4ff0eaaec3602", + "Addresses": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "AllowedIPs": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "Endpoints": ["77.164.248.136:45086", "10.65.0.27:45086", "172.17.0.1:45086"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 35085}, - {"Proto": "peerapi6", "Port": 35085} + {"Proto": "peerapi4", "Port": 64341}, + {"Proto": "peerapi6", "Port": 64341} ]}, - "Created": "2026-04-09T01:37:24.011219688Z", + "Created": "2026-04-09T08:43:22.814456575Z", "Cap": 131, "Tags": ["tag:group-a"], "Online": true, "ComputedName": "rattata", "ComputedNameWithHost": "rattata" }, { - "ID": 276164924344212, - "StableID": "nF4ZgHP5A311CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "DiscoKey": "discokey:4c7d666d296331dc746f99f142dcb01b759a7f96c656f3e2949ad96c196e667c", - "Addresses": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "AllowedIPs": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "Endpoints": ["77.164.248.136:38750", "10.65.0.27:38750", "172.17.0.1:38750"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50361}, - {"Proto": "peerapi6", "Port": 50361} - ]}, - "Created": "2026-04-09T01:37:27.28488557Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 578580383252559, - "StableID": "n49LDtK3X511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "DiscoKey": "discokey:b94a2923c12c54ca7ef3b9711325873aacd5b311b30f6e9c1195db03b06cf96a", - "Addresses": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "AllowedIPs": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "Endpoints": ["77.164.248.136:49983", "10.65.0.27:49983", "172.17.0.1:49983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 62362}, - {"Proto": "peerapi6", "Port": 62362} - ]}, - "Created": "2026-04-09T01:37:24.552328405Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1172904116474568, - "StableID": "nu7PMjCDAA11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "DiscoKey": "discokey:2474647d5987def5236d51dbe2b1a4d7e01d3a6c2c3102b07d1cd1cea3098759", - "Addresses": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "AllowedIPs": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "Endpoints": ["77.164.248.136:53946", "10.65.0.27:53946", "172.17.0.1:53946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64096}, - {"Proto": "peerapi6", "Port": 64096} - ]}, - "Created": "2026-04-09T01:37:26.725640537Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1317026693362456, - "StableID": "nKitwM4VHB11CNTRL", + "ID": 1275424381820120, + "StableID": "nmws8gEexA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "KeyExpiry": "2026-10-06T01:37:30Z", - "DiscoKey": "discokey:33815ca29780fd2618c5b3c60c2679621997ae2bd3961335a871a041bd79202e", - "Addresses": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "AllowedIPs": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "Endpoints": ["77.164.248.136:37446", "10.65.0.27:37446", "172.17.0.1:37446"], + "Key": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:56375c1b8a60c59e7e4f3f46c6585e4e38a427a152fccb23869562045127aa19", + "Addresses": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "AllowedIPs": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "Endpoints": ["77.164.248.136:32980", "10.65.0.27:32980", "172.17.0.1:32980"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 38648}, - {"Proto": "peerapi6", "Port": 38648} + {"Proto": "peerapi4", "Port": 43335}, + {"Proto": "peerapi6", "Port": 43335} ]}, - "Created": "2026-04-09T01:37:30.251591343Z", + "Created": "2026-04-09T08:43:28.751352116Z", "Cap": 131, "Online": true, "ComputedName": "bulbasaur", "ComputedNameWithHost": "bulbasaur" }, { - "ID": 1549866148245440, - "StableID": "nmdgFdMw6D11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "KeyExpiry": "2026-10-06T01:37:29Z", - "DiscoKey": "discokey:73bc79772e6543c55bf501c9ff943f77c2c578f4b06db190ebdb71ffb88f926c", - "Addresses": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "AllowedIPs": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "Endpoints": ["77.164.248.136:47125", "10.65.0.27:47125", "172.17.0.1:47125"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56147}, - {"Proto": "peerapi6", "Port": 56147} - ]}, - "Created": "2026-04-09T01:37:29.446940278Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2251206977600918, - "StableID": "nPTSicPaaJ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "KeyExpiry": "2026-10-06T01:37:28Z", - "DiscoKey": "discokey:87357f710d857c6dd5ce4df2b36151dffa23175259a89215cd13302a70142628", - "Addresses": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "AllowedIPs": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "Endpoints": ["77.164.248.136:33935", "10.65.0.27:33935", "172.17.0.1:33935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57531}, - {"Proto": "peerapi6", "Port": 57531} - ]}, - "Created": "2026-04-09T01:37:28.899706312Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2508640103120740, - "StableID": "nF6kUriAbL11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "DiscoKey": "discokey:e3fc73685616483529bcfb7b69787bbc2c27a52e871216207055f893c06a9c28", - "Addresses": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "AllowedIPs": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "Endpoints": ["77.164.248.136:37469", "10.65.0.27:37469", "172.17.0.1:37469"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 45374}, - {"Proto": "peerapi6", "Port": 45374} - ]}, - "Created": "2026-04-09T01:37:23.477726272Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2616550166601552, - "StableID": "nKnWGVL3SM11CNTRL", + "ID": 1337406816482686, + "StableID": "njX1ejQiSB11CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "DiscoKey": "discokey:4256aedd014ab1c10cc5a3198b58db3f5f1bc3949410be75af11f43b0f708229", - "Addresses": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "AllowedIPs": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "Endpoints": ["77.164.248.136:47628", "10.65.0.27:47628", "172.17.0.1:47628"], + "Key": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "DiscoKey": "discokey:3e015d11bd04500bff6ebadd298741b3a0f8269b0a38879a8ea9ce37283dbc13", + "Addresses": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "AllowedIPs": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "Endpoints": ["77.164.248.136:55559", "10.65.0.27:55559", "172.17.0.1:55559"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40449}, - {"Proto": "peerapi6", "Port": 40449} + {"Proto": "peerapi4", "Port": 42104}, + {"Proto": "peerapi6", "Port": 42104} ]}, - "Created": "2026-04-09T01:37:27.810937556Z", + "Created": "2026-04-09T08:43:26.577994834Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4689544418422142, - "StableID": "nbsbf2Pucd11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 2115397192507203, + "StableID": "nExj43u4XH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "DiscoKey": "discokey:cd093dfdd82fdbf65b30b92c0eda1e87836b78141e2990c998a241355b1fce50", - "Addresses": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "AllowedIPs": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "Endpoints": ["77.164.248.136:43326", "10.65.0.27:43326", "172.17.0.1:43326"], + "Key": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "DiscoKey": "discokey:38c5908503a53a9a11018d328861d86eba79b5fd12d9a91365bab526e96fe73b", + "Addresses": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "AllowedIPs": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "Endpoints": ["77.164.248.136:43951", "10.65.0.27:43951", "172.17.0.1:43951"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44333}, - {"Proto": "peerapi6", "Port": 44333} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59860}, + {"Proto": "peerapi6", "Port": 59860} ]}, - "Created": "2026-04-09T01:37:28.353769245Z", + "Created": "2026-04-09T08:43:24.96044146Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 5269820152476994, - "StableID": "n5QwDtEi9i11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "DiscoKey": "discokey:b2cc188dba4bf76f341f99d00725d7c1cd39b2bb9255a9d206b96ebfd2161c03", - "Addresses": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "AllowedIPs": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "Endpoints": ["77.164.248.136:39398", "10.65.0.27:39398", "172.17.0.1:39398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 47660}, - {"Proto": "peerapi6", "Port": 47660} - ]}, - "Created": "2026-04-09T01:37:22.924930451Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6248244991958048, - "StableID": "nBc7qSoqnq11CNTRL", + "ID": 2131665723264410, + "StableID": "nFyGR9FSeH11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "DiscoKey": "discokey:6e0a654610f6a1c64cc8ff0393eb38befadc5b9fb79e6ed8e6887ca756db9a27", - "Addresses": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "AllowedIPs": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], + "Key": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "DiscoKey": "discokey:cab17466bf9971ffcdb5544fdcb5090d5dc70dfc111a60fac66e6a8bebb2ba72", + "Addresses": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "AllowedIPs": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "Endpoints": ["77.164.248.136:55341", "10.65.0.27:55341", "172.17.0.1:55341"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63481}, - {"Proto": "peerapi6", "Port": 63481} + {"Proto": "peerapi4", "Port": 33939}, + {"Proto": "peerapi6", "Port": 33939} ]}, - "Created": "2026-04-09T01:37:25.649187942Z", + "Created": "2026-04-09T08:43:24.430124277Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 7759644268686116, - "StableID": "ndoUNRhMb321CNTRL", + "ID": 2219370364733044, + "StableID": "nmmmFa6ALJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "DiscoKey": "discokey:47f59f190c456412957fe52158e97b4762c169228a838c1c71022c7362114277", - "Addresses": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "AllowedIPs": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "Endpoints": ["77.164.248.136:35412", "10.65.0.27:35412", "172.17.0.1:35412"], + "Key": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "DiscoKey": "discokey:a0e1c33400ee994171fa2ff435681a071e9d01fd471d42e5c1b90f34fdf3ef1b", + "Addresses": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "AllowedIPs": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "Endpoints": ["77.164.248.136:49765", "10.65.0.27:49765", "172.17.0.1:49765"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49355}, - {"Proto": "peerapi6", "Port": 49355} + {"Proto": "peerapi4", "Port": 48865}, + {"Proto": "peerapi6", "Port": 48865} ]}, - "Created": "2026-04-09T01:37:22.434282626Z", + "Created": "2026-04-09T08:43:21.246556101Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8250945023969562, - "StableID": "nRJbjQLsR721CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 3766166060745939, + "StableID": "nvcBABohQW11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "DiscoKey": "discokey:671c4dfbbe64957cece995cf602933197afe77a1dac762dcf4afeeb6e779f946", - "Addresses": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "AllowedIPs": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "Endpoints": ["77.164.248.136:40392", "10.65.0.27:40392", "172.17.0.1:40392"], + "Key": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "DiscoKey": "discokey:d3de21a040f0dbead330ba4f8b32172672a6a76972b99fa1018da4e71354612e", + "Addresses": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "AllowedIPs": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "Endpoints": ["77.164.248.136:48193", "10.65.0.27:48193", "172.17.0.1:48193"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 42609}, - {"Proto": "peerapi6", "Port": 42609} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62121}, + {"Proto": "peerapi6", "Port": 62121} ]}, - "Created": "2026-04-09T01:37:26.194101081Z", + "Created": "2026-04-09T08:43:27.117313319Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4227348710293310, + "StableID": "nypseNHa1a11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "DiscoKey": "discokey:96cd0587508f1a6dc62cb1fac6a8da20c6ee19e0834c9d4cf5bdf8859e128320", + "Addresses": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "AllowedIPs": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "Endpoints": ["77.164.248.136:52961", "10.65.0.27:52961", "172.17.0.1:52961"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34790}, + {"Proto": "peerapi6", "Port": 34790} + ]}, + "Created": "2026-04-09T08:43:23.353525482Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4376790553814205, + "StableID": "nvwGdEsFBb11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "DiscoKey": "discokey:857f4b4f9e71b11f13a2482d90381fc237e142163a95de9ab47cdc4e5c6d1324", + "Addresses": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "AllowedIPs": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "Endpoints": ["77.164.248.136:39250", "10.65.0.27:39250", "172.17.0.1:39250"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44748}, + {"Proto": "peerapi6", "Port": 44748} + ]}, + "Created": "2026-04-09T08:43:21.746677464Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4392553251598296, + "StableID": "nm1cFgvPJb11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "DiscoKey": "discokey:ed4887facda89724ffa66398bf039c78c3a0a2cad1db3c564d97ce6aec562a05", + "Addresses": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "AllowedIPs": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "Endpoints": ["77.164.248.136:33150", "10.65.0.27:33150", "172.17.0.1:33150"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 35170}, + {"Proto": "peerapi6", "Port": 35170} + ]}, + "Created": "2026-04-09T08:43:22.286540984Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5944550270373506, + "StableID": "nXjjEpFJRo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:f06869c0b83a609240b23e36e311ef30b1c0173cd96853ae566f4df190ddf658", + "Addresses": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "AllowedIPs": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "Endpoints": ["77.164.248.136:50698", "10.65.0.27:50698", "172.17.0.1:50698"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59685}, + {"Proto": "peerapi6", "Port": 59685} + ]}, + "Created": "2026-04-09T08:43:28.210322463Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6260117137260492, + "StableID": "n9h2fPfDtq11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "DiscoKey": "discokey:a53333b1a2b91d5c75d53397143f64199c39f9be840d5189fc45d720b6b2df13", + "Addresses": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "AllowedIPs": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "Endpoints": ["77.164.248.136:43517", "10.65.0.27:43517", "172.17.0.1:43517"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65326}, + {"Proto": "peerapi6", "Port": 65326} + ]}, + "Created": "2026-04-09T08:43:26.037903517Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8364645072465985, + "StableID": "nr51gS3NK821CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "KeyExpiry": "2026-10-06T08:43:27Z", + "DiscoKey": "discokey:bc47380c8e9c510229c2ebef2a6a1c54d59eaa5098c841cfe7bc254da4a4764c", + "Addresses": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "AllowedIPs": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "Endpoints": ["77.164.248.136:46899", "10.65.0.27:46899", "172.17.0.1:46899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61130}, + {"Proto": "peerapi6", "Port": 61130} + ]}, + "Created": "2026-04-09T08:43:27.724548848Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8980604888020340, + "StableID": "nXgRKCGL8D21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "DiscoKey": "discokey:281d04d56b4d6c62c936c5b304a2c653cb036654d946a222a8ef5a80711bb661", + "Addresses": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "AllowedIPs": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "Endpoints": ["77.164.248.136:52931", "10.65.0.27:52931", "172.17.0.1:52931"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45473}, + {"Proto": "peerapi6", "Port": 45473} + ]}, + "Created": "2026-04-09T08:43:25.496731763Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2698,27 +2702,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6922270416543401": { - "ID": 6922270416543401, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "424420920759754": { + "ID": 424420920759754, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2749,22 +2755,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1317026693362456, - "StableID": "nKitwM4VHB11CNTRL", + "ID": 1275424381820120, + "StableID": "nmws8gEexA11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "KeyExpiry": "2026-10-06T01:37:30Z", - "DiscoKey": "discokey:33815ca29780fd2618c5b3c60c2679621997ae2bd3961335a871a041bd79202e", - "Addresses": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "AllowedIPs": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "Endpoints": ["77.164.248.136:37446", "10.65.0.27:37446", "172.17.0.1:37446"], + "Key": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:56375c1b8a60c59e7e4f3f46c6585e4e38a427a152fccb23869562045127aa19", + "Addresses": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "AllowedIPs": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "Endpoints": ["77.164.248.136:32980", "10.65.0.27:32980", "172.17.0.1:32980"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 38648}, - {"Proto": "peerapi6", "Port": 38648}, + {"Proto": "peerapi4", "Port": 43335}, + {"Proto": "peerapi6", "Port": 43335}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:30.251591343Z", + "Created": "2026-04-09T08:43:28.751352116Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2793,302 +2799,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "MachineKey": "mkey:441971add905cc2c412c4a8cb19684b91a1f56326a7eaa877a4f569ac6d93e55", + "NodeKey": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "MachineKey": "mkey:180ed0ef674da954bcd27ac74bbec501beb80949d6c9a93450eb8b599e5f3c52", "Peers": [{ - "ID": 5912663667094, - "StableID": "ns7oqJKg3111CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "DiscoKey": "discokey:b84c4e773dfd13b666f29d0f8d1b885a41d48e3b98b1ac66d78b90e41c34a028", - "Addresses": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "AllowedIPs": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "Endpoints": ["77.164.248.136:51406", "10.65.0.27:51406", "172.17.0.1:51406"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 35085}, - {"Proto": "peerapi6", "Port": 35085} - ]}, - "Created": "2026-04-09T01:37:24.011219688Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 276164924344212, - "StableID": "nF4ZgHP5A311CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "DiscoKey": "discokey:4c7d666d296331dc746f99f142dcb01b759a7f96c656f3e2949ad96c196e667c", - "Addresses": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "AllowedIPs": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "Endpoints": ["77.164.248.136:38750", "10.65.0.27:38750", "172.17.0.1:38750"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50361}, - {"Proto": "peerapi6", "Port": 50361} - ]}, - "Created": "2026-04-09T01:37:27.28488557Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 578580383252559, - "StableID": "n49LDtK3X511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "DiscoKey": "discokey:b94a2923c12c54ca7ef3b9711325873aacd5b311b30f6e9c1195db03b06cf96a", - "Addresses": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "AllowedIPs": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "Endpoints": ["77.164.248.136:49983", "10.65.0.27:49983", "172.17.0.1:49983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 62362}, - {"Proto": "peerapi6", "Port": 62362} - ]}, - "Created": "2026-04-09T01:37:24.552328405Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1172904116474568, - "StableID": "nu7PMjCDAA11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "DiscoKey": "discokey:2474647d5987def5236d51dbe2b1a4d7e01d3a6c2c3102b07d1cd1cea3098759", - "Addresses": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "AllowedIPs": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "Endpoints": ["77.164.248.136:53946", "10.65.0.27:53946", "172.17.0.1:53946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64096}, - {"Proto": "peerapi6", "Port": 64096} - ]}, - "Created": "2026-04-09T01:37:26.725640537Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1549866148245440, - "StableID": "nmdgFdMw6D11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "KeyExpiry": "2026-10-06T01:37:29Z", - "DiscoKey": "discokey:73bc79772e6543c55bf501c9ff943f77c2c578f4b06db190ebdb71ffb88f926c", - "Addresses": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "AllowedIPs": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "Endpoints": ["77.164.248.136:47125", "10.65.0.27:47125", "172.17.0.1:47125"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56147}, - {"Proto": "peerapi6", "Port": 56147} - ]}, - "Created": "2026-04-09T01:37:29.446940278Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2251206977600918, - "StableID": "nPTSicPaaJ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "KeyExpiry": "2026-10-06T01:37:28Z", - "DiscoKey": "discokey:87357f710d857c6dd5ce4df2b36151dffa23175259a89215cd13302a70142628", - "Addresses": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "AllowedIPs": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "Endpoints": ["77.164.248.136:33935", "10.65.0.27:33935", "172.17.0.1:33935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57531}, - {"Proto": "peerapi6", "Port": 57531} - ]}, - "Created": "2026-04-09T01:37:28.899706312Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2508640103120740, - "StableID": "nF6kUriAbL11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "DiscoKey": "discokey:e3fc73685616483529bcfb7b69787bbc2c27a52e871216207055f893c06a9c28", - "Addresses": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "AllowedIPs": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "Endpoints": ["77.164.248.136:37469", "10.65.0.27:37469", "172.17.0.1:37469"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 45374}, - {"Proto": "peerapi6", "Port": 45374} - ]}, - "Created": "2026-04-09T01:37:23.477726272Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2616550166601552, - "StableID": "nKnWGVL3SM11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "DiscoKey": "discokey:4256aedd014ab1c10cc5a3198b58db3f5f1bc3949410be75af11f43b0f708229", - "Addresses": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "AllowedIPs": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "Endpoints": ["77.164.248.136:47628", "10.65.0.27:47628", "172.17.0.1:47628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40449}, - {"Proto": "peerapi6", "Port": 40449} - ]}, - "Created": "2026-04-09T01:37:27.810937556Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689544418422142, - "StableID": "nbsbf2Pucd11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "DiscoKey": "discokey:cd093dfdd82fdbf65b30b92c0eda1e87836b78141e2990c998a241355b1fce50", - "Addresses": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "AllowedIPs": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "Endpoints": ["77.164.248.136:43326", "10.65.0.27:43326", "172.17.0.1:43326"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44333}, - {"Proto": "peerapi6", "Port": 44333} - ]}, - "Created": "2026-04-09T01:37:28.353769245Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5269820152476994, - "StableID": "n5QwDtEi9i11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "DiscoKey": "discokey:b2cc188dba4bf76f341f99d00725d7c1cd39b2bb9255a9d206b96ebfd2161c03", - "Addresses": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "AllowedIPs": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "Endpoints": ["77.164.248.136:39398", "10.65.0.27:39398", "172.17.0.1:39398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 47660}, - {"Proto": "peerapi6", "Port": 47660} - ]}, - "Created": "2026-04-09T01:37:22.924930451Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6248244991958048, - "StableID": "nBc7qSoqnq11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "DiscoKey": "discokey:6e0a654610f6a1c64cc8ff0393eb38befadc5b9fb79e6ed8e6887ca756db9a27", - "Addresses": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "AllowedIPs": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63481}, - {"Proto": "peerapi6", "Port": 63481} - ]}, - "Created": "2026-04-09T01:37:25.649187942Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6922270416543401, - "StableID": "nUgVWjJ74w11CNTRL", + "ID": 424420920759754, + "StableID": "nj3aQSpDK411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "DiscoKey": "discokey:dccd9934e1d30a4c306d31cdf14749a5eee46f5f4799ae8ad8cfd21f7f4df468", - "Addresses": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "AllowedIPs": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "Endpoints": ["77.164.248.136:51930", "10.65.0.27:51930", "172.17.0.1:51930"], - "HomeDERP": 14, + "Key": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "DiscoKey": "discokey:ab50b4cbc48829bb0f24f29cb389cd94f67759b84955360187f983a156f5fc71", + "Addresses": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "AllowedIPs": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "Endpoints": ["77.164.248.136:52874", "10.65.0.27:52874", "172.17.0.1:52874"], + "HomeDERP": 26, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49910}, - {"Proto": "peerapi6", "Port": 49910} + {"Proto": "peerapi4", "Port": 44497}, + {"Proto": "peerapi6", "Port": 44497} ]}, - "Created": "2026-04-09T01:37:25.096743608Z", + "Created": "2026-04-09T08:43:23.883060983Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7759644268686116, - "StableID": "ndoUNRhMb321CNTRL", + "ID": 601720710730707, + "StableID": "nQVGibBXh511CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "DiscoKey": "discokey:17ff933ab2739cf8b5b36e0c9230eb774d8339a5a7251fe6b5b4ff0eaaec3602", + "Addresses": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "AllowedIPs": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "Endpoints": ["77.164.248.136:45086", "10.65.0.27:45086", "172.17.0.1:45086"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64341}, + {"Proto": "peerapi6", "Port": 64341} + ]}, + "Created": "2026-04-09T08:43:22.814456575Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1337406816482686, + "StableID": "njX1ejQiSB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "DiscoKey": "discokey:3e015d11bd04500bff6ebadd298741b3a0f8269b0a38879a8ea9ce37283dbc13", + "Addresses": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "AllowedIPs": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "Endpoints": ["77.164.248.136:55559", "10.65.0.27:55559", "172.17.0.1:55559"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42104}, + {"Proto": "peerapi6", "Port": 42104} + ]}, + "Created": "2026-04-09T08:43:26.577994834Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2115397192507203, + "StableID": "nExj43u4XH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "DiscoKey": "discokey:38c5908503a53a9a11018d328861d86eba79b5fd12d9a91365bab526e96fe73b", + "Addresses": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "AllowedIPs": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "Endpoints": ["77.164.248.136:43951", "10.65.0.27:43951", "172.17.0.1:43951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59860}, + {"Proto": "peerapi6", "Port": 59860} + ]}, + "Created": "2026-04-09T08:43:24.96044146Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2131665723264410, + "StableID": "nFyGR9FSeH11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "DiscoKey": "discokey:cab17466bf9971ffcdb5544fdcb5090d5dc70dfc111a60fac66e6a8bebb2ba72", + "Addresses": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "AllowedIPs": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "Endpoints": ["77.164.248.136:55341", "10.65.0.27:55341", "172.17.0.1:55341"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 33939}, + {"Proto": "peerapi6", "Port": 33939} + ]}, + "Created": "2026-04-09T08:43:24.430124277Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2219370364733044, + "StableID": "nmmmFa6ALJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "DiscoKey": "discokey:47f59f190c456412957fe52158e97b4762c169228a838c1c71022c7362114277", - "Addresses": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "AllowedIPs": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "Endpoints": ["77.164.248.136:35412", "10.65.0.27:35412", "172.17.0.1:35412"], + "Key": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "DiscoKey": "discokey:a0e1c33400ee994171fa2ff435681a071e9d01fd471d42e5c1b90f34fdf3ef1b", + "Addresses": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "AllowedIPs": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "Endpoints": ["77.164.248.136:49765", "10.65.0.27:49765", "172.17.0.1:49765"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49355}, - {"Proto": "peerapi6", "Port": 49355} + {"Proto": "peerapi4", "Port": 48865}, + {"Proto": "peerapi6", "Port": 48865} ]}, - "Created": "2026-04-09T01:37:22.434282626Z", + "Created": "2026-04-09T08:43:21.246556101Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8250945023969562, - "StableID": "nRJbjQLsR721CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 3766166060745939, + "StableID": "nvcBABohQW11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "DiscoKey": "discokey:671c4dfbbe64957cece995cf602933197afe77a1dac762dcf4afeeb6e779f946", - "Addresses": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "AllowedIPs": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "Endpoints": ["77.164.248.136:40392", "10.65.0.27:40392", "172.17.0.1:40392"], + "Key": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "DiscoKey": "discokey:d3de21a040f0dbead330ba4f8b32172672a6a76972b99fa1018da4e71354612e", + "Addresses": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "AllowedIPs": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "Endpoints": ["77.164.248.136:48193", "10.65.0.27:48193", "172.17.0.1:48193"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 42609}, - {"Proto": "peerapi6", "Port": 42609} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62121}, + {"Proto": "peerapi6", "Port": 62121} ]}, - "Created": "2026-04-09T01:37:26.194101081Z", + "Created": "2026-04-09T08:43:27.117313319Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4227348710293310, + "StableID": "nypseNHa1a11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "DiscoKey": "discokey:96cd0587508f1a6dc62cb1fac6a8da20c6ee19e0834c9d4cf5bdf8859e128320", + "Addresses": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "AllowedIPs": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "Endpoints": ["77.164.248.136:52961", "10.65.0.27:52961", "172.17.0.1:52961"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34790}, + {"Proto": "peerapi6", "Port": 34790} + ]}, + "Created": "2026-04-09T08:43:23.353525482Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4376790553814205, + "StableID": "nvwGdEsFBb11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "DiscoKey": "discokey:857f4b4f9e71b11f13a2482d90381fc237e142163a95de9ab47cdc4e5c6d1324", + "Addresses": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "AllowedIPs": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "Endpoints": ["77.164.248.136:39250", "10.65.0.27:39250", "172.17.0.1:39250"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44748}, + {"Proto": "peerapi6", "Port": 44748} + ]}, + "Created": "2026-04-09T08:43:21.746677464Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4392553251598296, + "StableID": "nm1cFgvPJb11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "DiscoKey": "discokey:ed4887facda89724ffa66398bf039c78c3a0a2cad1db3c564d97ce6aec562a05", + "Addresses": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "AllowedIPs": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "Endpoints": ["77.164.248.136:33150", "10.65.0.27:33150", "172.17.0.1:33150"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 35170}, + {"Proto": "peerapi6", "Port": 35170} + ]}, + "Created": "2026-04-09T08:43:22.286540984Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5944550270373506, + "StableID": "nXjjEpFJRo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:f06869c0b83a609240b23e36e311ef30b1c0173cd96853ae566f4df190ddf658", + "Addresses": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "AllowedIPs": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "Endpoints": ["77.164.248.136:50698", "10.65.0.27:50698", "172.17.0.1:50698"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59685}, + {"Proto": "peerapi6", "Port": 59685} + ]}, + "Created": "2026-04-09T08:43:28.210322463Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6260117137260492, + "StableID": "n9h2fPfDtq11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "DiscoKey": "discokey:a53333b1a2b91d5c75d53397143f64199c39f9be840d5189fc45d720b6b2df13", + "Addresses": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "AllowedIPs": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "Endpoints": ["77.164.248.136:43517", "10.65.0.27:43517", "172.17.0.1:43517"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65326}, + {"Proto": "peerapi6", "Port": 65326} + ]}, + "Created": "2026-04-09T08:43:26.037903517Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8364645072465985, + "StableID": "nr51gS3NK821CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "KeyExpiry": "2026-10-06T08:43:27Z", + "DiscoKey": "discokey:bc47380c8e9c510229c2ebef2a6a1c54d59eaa5098c841cfe7bc254da4a4764c", + "Addresses": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "AllowedIPs": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "Endpoints": ["77.164.248.136:46899", "10.65.0.27:46899", "172.17.0.1:46899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61130}, + {"Proto": "peerapi6", "Port": 61130} + ]}, + "Created": "2026-04-09T08:43:27.724548848Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8980604888020340, + "StableID": "nXgRKCGL8D21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "DiscoKey": "discokey:281d04d56b4d6c62c936c5b304a2c653cb036654d946a222a8ef5a80711bb661", + "Addresses": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "AllowedIPs": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "Endpoints": ["77.164.248.136:52931", "10.65.0.27:52931", "172.17.0.1:52931"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45473}, + {"Proto": "peerapi6", "Port": 45473} + ]}, + "Created": "2026-04-09T08:43:25.496731763Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3116,7 +3122,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.108.37.93"}, {"nodeIP": "fd7a:115c:a1e0::737:255d"}], + "principals": [{"nodeIP": "100.112.128.83"}, {"nodeIP": "fd7a:115c:a1e0::4e37:8053"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -3125,7 +3131,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.108.37.93"}, {"nodeIP": "fd7a:115c:a1e0::737:255d"}], + "principals": [{"nodeIP": "100.112.128.83"}, {"nodeIP": "fd7a:115c:a1e0::4e37:8053"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3134,7 +3140,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.108.37.93"}, {"nodeIP": "fd7a:115c:a1e0::737:255d"}], + "principals": [{"nodeIP": "100.112.128.83"}, {"nodeIP": "fd7a:115c:a1e0::4e37:8053"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -3143,7 +3149,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.108.37.93"}, {"nodeIP": "fd7a:115c:a1e0::737:255d"}], + "principals": [{"nodeIP": "100.112.128.83"}, {"nodeIP": "fd7a:115c:a1e0::4e37:8053"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -3972,26 +3978,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.108.37.93"}, {"nodeIP": "fd7a:115c:a1e0::737:255d"}], + "principals": [{"nodeIP": "100.112.128.83"}, {"nodeIP": "fd7a:115c:a1e0::4e37:8053"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -4000,7 +4007,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.108.37.93"}, {"nodeIP": "fd7a:115c:a1e0::737:255d"}], + "principals": [{"nodeIP": "100.112.128.83"}, {"nodeIP": "fd7a:115c:a1e0::4e37:8053"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -4009,7 +4016,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.108.37.93"}, {"nodeIP": "fd7a:115c:a1e0::737:255d"}], + "principals": [{"nodeIP": "100.112.128.83"}, {"nodeIP": "fd7a:115c:a1e0::4e37:8053"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -4018,7 +4025,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.108.37.93"}, {"nodeIP": "fd7a:115c:a1e0::737:255d"}], + "principals": [{"nodeIP": "100.112.128.83"}, {"nodeIP": "fd7a:115c:a1e0::4e37:8053"}], "sshUsers": {"odin": "odin"}, "action": { "accept": true, @@ -4055,26 +4062,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2508640103120740, - "StableID": "nF6kUriAbL11CNTRL", + "ID": 4392553251598296, + "StableID": "nm1cFgvPJb11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 2508640103120740, - "Key": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "DiscoKey": "discokey:e3fc73685616483529bcfb7b69787bbc2c27a52e871216207055f893c06a9c28", - "Addresses": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "AllowedIPs": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "Endpoints": ["77.164.248.136:37469", "10.65.0.27:37469", "172.17.0.1:37469"], + "User": 4392553251598296, + "Key": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "DiscoKey": "discokey:ed4887facda89724ffa66398bf039c78c3a0a2cad1db3c564d97ce6aec562a05", + "Addresses": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "AllowedIPs": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "Endpoints": ["77.164.248.136:33150", "10.65.0.27:33150", "172.17.0.1:33150"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 45374}, - {"Proto": "peerapi6", "Port": 45374}, + {"Proto": "peerapi4", "Port": 35170}, + {"Proto": "peerapi6", "Port": 35170}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:37:23.477726272Z", + "Created": "2026-04-09T08:43:22.286540984Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -4102,302 +4109,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "MachineKey": "mkey:e327f2e18ca82ba11af5712d1f38c146ee63004276099b16da653915994e251e", + "NodeKey": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "MachineKey": "mkey:28583f8013a5ef43c8b23539cbfb5c19295ed39adff66006e3dc18d6d142c57b", "Peers": [{ - "ID": 5912663667094, - "StableID": "ns7oqJKg3111CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "DiscoKey": "discokey:b84c4e773dfd13b666f29d0f8d1b885a41d48e3b98b1ac66d78b90e41c34a028", - "Addresses": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "AllowedIPs": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "Endpoints": ["77.164.248.136:51406", "10.65.0.27:51406", "172.17.0.1:51406"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 35085}, - {"Proto": "peerapi6", "Port": 35085} - ]}, - "Created": "2026-04-09T01:37:24.011219688Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 276164924344212, - "StableID": "nF4ZgHP5A311CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "DiscoKey": "discokey:4c7d666d296331dc746f99f142dcb01b759a7f96c656f3e2949ad96c196e667c", - "Addresses": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "AllowedIPs": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "Endpoints": ["77.164.248.136:38750", "10.65.0.27:38750", "172.17.0.1:38750"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50361}, - {"Proto": "peerapi6", "Port": 50361} - ]}, - "Created": "2026-04-09T01:37:27.28488557Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 578580383252559, - "StableID": "n49LDtK3X511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "DiscoKey": "discokey:b94a2923c12c54ca7ef3b9711325873aacd5b311b30f6e9c1195db03b06cf96a", - "Addresses": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "AllowedIPs": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "Endpoints": ["77.164.248.136:49983", "10.65.0.27:49983", "172.17.0.1:49983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 62362}, - {"Proto": "peerapi6", "Port": 62362} - ]}, - "Created": "2026-04-09T01:37:24.552328405Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1172904116474568, - "StableID": "nu7PMjCDAA11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "DiscoKey": "discokey:2474647d5987def5236d51dbe2b1a4d7e01d3a6c2c3102b07d1cd1cea3098759", - "Addresses": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "AllowedIPs": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "Endpoints": ["77.164.248.136:53946", "10.65.0.27:53946", "172.17.0.1:53946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64096}, - {"Proto": "peerapi6", "Port": 64096} - ]}, - "Created": "2026-04-09T01:37:26.725640537Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1317026693362456, - "StableID": "nKitwM4VHB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "KeyExpiry": "2026-10-06T01:37:30Z", - "DiscoKey": "discokey:33815ca29780fd2618c5b3c60c2679621997ae2bd3961335a871a041bd79202e", - "Addresses": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "AllowedIPs": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "Endpoints": ["77.164.248.136:37446", "10.65.0.27:37446", "172.17.0.1:37446"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 38648}, - {"Proto": "peerapi6", "Port": 38648} - ]}, - "Created": "2026-04-09T01:37:30.251591343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1549866148245440, - "StableID": "nmdgFdMw6D11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "KeyExpiry": "2026-10-06T01:37:29Z", - "DiscoKey": "discokey:73bc79772e6543c55bf501c9ff943f77c2c578f4b06db190ebdb71ffb88f926c", - "Addresses": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "AllowedIPs": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "Endpoints": ["77.164.248.136:47125", "10.65.0.27:47125", "172.17.0.1:47125"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56147}, - {"Proto": "peerapi6", "Port": 56147} - ]}, - "Created": "2026-04-09T01:37:29.446940278Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2251206977600918, - "StableID": "nPTSicPaaJ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "KeyExpiry": "2026-10-06T01:37:28Z", - "DiscoKey": "discokey:87357f710d857c6dd5ce4df2b36151dffa23175259a89215cd13302a70142628", - "Addresses": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "AllowedIPs": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "Endpoints": ["77.164.248.136:33935", "10.65.0.27:33935", "172.17.0.1:33935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57531}, - {"Proto": "peerapi6", "Port": 57531} - ]}, - "Created": "2026-04-09T01:37:28.899706312Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2616550166601552, - "StableID": "nKnWGVL3SM11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "DiscoKey": "discokey:4256aedd014ab1c10cc5a3198b58db3f5f1bc3949410be75af11f43b0f708229", - "Addresses": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "AllowedIPs": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "Endpoints": ["77.164.248.136:47628", "10.65.0.27:47628", "172.17.0.1:47628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40449}, - {"Proto": "peerapi6", "Port": 40449} - ]}, - "Created": "2026-04-09T01:37:27.810937556Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689544418422142, - "StableID": "nbsbf2Pucd11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "DiscoKey": "discokey:cd093dfdd82fdbf65b30b92c0eda1e87836b78141e2990c998a241355b1fce50", - "Addresses": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "AllowedIPs": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "Endpoints": ["77.164.248.136:43326", "10.65.0.27:43326", "172.17.0.1:43326"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44333}, - {"Proto": "peerapi6", "Port": 44333} - ]}, - "Created": "2026-04-09T01:37:28.353769245Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5269820152476994, - "StableID": "n5QwDtEi9i11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "DiscoKey": "discokey:b2cc188dba4bf76f341f99d00725d7c1cd39b2bb9255a9d206b96ebfd2161c03", - "Addresses": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "AllowedIPs": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "Endpoints": ["77.164.248.136:39398", "10.65.0.27:39398", "172.17.0.1:39398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 47660}, - {"Proto": "peerapi6", "Port": 47660} - ]}, - "Created": "2026-04-09T01:37:22.924930451Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6248244991958048, - "StableID": "nBc7qSoqnq11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "DiscoKey": "discokey:6e0a654610f6a1c64cc8ff0393eb38befadc5b9fb79e6ed8e6887ca756db9a27", - "Addresses": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "AllowedIPs": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63481}, - {"Proto": "peerapi6", "Port": 63481} - ]}, - "Created": "2026-04-09T01:37:25.649187942Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6922270416543401, - "StableID": "nUgVWjJ74w11CNTRL", + "ID": 424420920759754, + "StableID": "nj3aQSpDK411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "DiscoKey": "discokey:dccd9934e1d30a4c306d31cdf14749a5eee46f5f4799ae8ad8cfd21f7f4df468", - "Addresses": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "AllowedIPs": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "Endpoints": ["77.164.248.136:51930", "10.65.0.27:51930", "172.17.0.1:51930"], - "HomeDERP": 14, + "Key": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "DiscoKey": "discokey:ab50b4cbc48829bb0f24f29cb389cd94f67759b84955360187f983a156f5fc71", + "Addresses": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "AllowedIPs": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "Endpoints": ["77.164.248.136:52874", "10.65.0.27:52874", "172.17.0.1:52874"], + "HomeDERP": 26, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49910}, - {"Proto": "peerapi6", "Port": 49910} + {"Proto": "peerapi4", "Port": 44497}, + {"Proto": "peerapi6", "Port": 44497} ]}, - "Created": "2026-04-09T01:37:25.096743608Z", + "Created": "2026-04-09T08:43:23.883060983Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7759644268686116, - "StableID": "ndoUNRhMb321CNTRL", + "ID": 601720710730707, + "StableID": "nQVGibBXh511CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "DiscoKey": "discokey:17ff933ab2739cf8b5b36e0c9230eb774d8339a5a7251fe6b5b4ff0eaaec3602", + "Addresses": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "AllowedIPs": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "Endpoints": ["77.164.248.136:45086", "10.65.0.27:45086", "172.17.0.1:45086"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64341}, + {"Proto": "peerapi6", "Port": 64341} + ]}, + "Created": "2026-04-09T08:43:22.814456575Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1275424381820120, + "StableID": "nmws8gEexA11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:56375c1b8a60c59e7e4f3f46c6585e4e38a427a152fccb23869562045127aa19", + "Addresses": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "AllowedIPs": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "Endpoints": ["77.164.248.136:32980", "10.65.0.27:32980", "172.17.0.1:32980"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43335}, + {"Proto": "peerapi6", "Port": 43335} + ]}, + "Created": "2026-04-09T08:43:28.751352116Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1337406816482686, + "StableID": "njX1ejQiSB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "DiscoKey": "discokey:3e015d11bd04500bff6ebadd298741b3a0f8269b0a38879a8ea9ce37283dbc13", + "Addresses": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "AllowedIPs": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "Endpoints": ["77.164.248.136:55559", "10.65.0.27:55559", "172.17.0.1:55559"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42104}, + {"Proto": "peerapi6", "Port": 42104} + ]}, + "Created": "2026-04-09T08:43:26.577994834Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2115397192507203, + "StableID": "nExj43u4XH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "DiscoKey": "discokey:38c5908503a53a9a11018d328861d86eba79b5fd12d9a91365bab526e96fe73b", + "Addresses": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "AllowedIPs": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "Endpoints": ["77.164.248.136:43951", "10.65.0.27:43951", "172.17.0.1:43951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59860}, + {"Proto": "peerapi6", "Port": 59860} + ]}, + "Created": "2026-04-09T08:43:24.96044146Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2131665723264410, + "StableID": "nFyGR9FSeH11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "DiscoKey": "discokey:cab17466bf9971ffcdb5544fdcb5090d5dc70dfc111a60fac66e6a8bebb2ba72", + "Addresses": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "AllowedIPs": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "Endpoints": ["77.164.248.136:55341", "10.65.0.27:55341", "172.17.0.1:55341"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 33939}, + {"Proto": "peerapi6", "Port": 33939} + ]}, + "Created": "2026-04-09T08:43:24.430124277Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2219370364733044, + "StableID": "nmmmFa6ALJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "DiscoKey": "discokey:47f59f190c456412957fe52158e97b4762c169228a838c1c71022c7362114277", - "Addresses": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "AllowedIPs": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "Endpoints": ["77.164.248.136:35412", "10.65.0.27:35412", "172.17.0.1:35412"], + "Key": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "DiscoKey": "discokey:a0e1c33400ee994171fa2ff435681a071e9d01fd471d42e5c1b90f34fdf3ef1b", + "Addresses": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "AllowedIPs": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "Endpoints": ["77.164.248.136:49765", "10.65.0.27:49765", "172.17.0.1:49765"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49355}, - {"Proto": "peerapi6", "Port": 49355} + {"Proto": "peerapi4", "Port": 48865}, + {"Proto": "peerapi6", "Port": 48865} ]}, - "Created": "2026-04-09T01:37:22.434282626Z", + "Created": "2026-04-09T08:43:21.246556101Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8250945023969562, - "StableID": "nRJbjQLsR721CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 3766166060745939, + "StableID": "nvcBABohQW11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "DiscoKey": "discokey:671c4dfbbe64957cece995cf602933197afe77a1dac762dcf4afeeb6e779f946", - "Addresses": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "AllowedIPs": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "Endpoints": ["77.164.248.136:40392", "10.65.0.27:40392", "172.17.0.1:40392"], + "Key": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "DiscoKey": "discokey:d3de21a040f0dbead330ba4f8b32172672a6a76972b99fa1018da4e71354612e", + "Addresses": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "AllowedIPs": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "Endpoints": ["77.164.248.136:48193", "10.65.0.27:48193", "172.17.0.1:48193"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 42609}, - {"Proto": "peerapi6", "Port": 42609} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62121}, + {"Proto": "peerapi6", "Port": 62121} ]}, - "Created": "2026-04-09T01:37:26.194101081Z", + "Created": "2026-04-09T08:43:27.117313319Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4227348710293310, + "StableID": "nypseNHa1a11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "DiscoKey": "discokey:96cd0587508f1a6dc62cb1fac6a8da20c6ee19e0834c9d4cf5bdf8859e128320", + "Addresses": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "AllowedIPs": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "Endpoints": ["77.164.248.136:52961", "10.65.0.27:52961", "172.17.0.1:52961"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34790}, + {"Proto": "peerapi6", "Port": 34790} + ]}, + "Created": "2026-04-09T08:43:23.353525482Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4376790553814205, + "StableID": "nvwGdEsFBb11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "DiscoKey": "discokey:857f4b4f9e71b11f13a2482d90381fc237e142163a95de9ab47cdc4e5c6d1324", + "Addresses": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "AllowedIPs": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "Endpoints": ["77.164.248.136:39250", "10.65.0.27:39250", "172.17.0.1:39250"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44748}, + {"Proto": "peerapi6", "Port": 44748} + ]}, + "Created": "2026-04-09T08:43:21.746677464Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 5944550270373506, + "StableID": "nXjjEpFJRo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:f06869c0b83a609240b23e36e311ef30b1c0173cd96853ae566f4df190ddf658", + "Addresses": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "AllowedIPs": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "Endpoints": ["77.164.248.136:50698", "10.65.0.27:50698", "172.17.0.1:50698"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59685}, + {"Proto": "peerapi6", "Port": 59685} + ]}, + "Created": "2026-04-09T08:43:28.210322463Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6260117137260492, + "StableID": "n9h2fPfDtq11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "DiscoKey": "discokey:a53333b1a2b91d5c75d53397143f64199c39f9be840d5189fc45d720b6b2df13", + "Addresses": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "AllowedIPs": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "Endpoints": ["77.164.248.136:43517", "10.65.0.27:43517", "172.17.0.1:43517"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65326}, + {"Proto": "peerapi6", "Port": 65326} + ]}, + "Created": "2026-04-09T08:43:26.037903517Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8364645072465985, + "StableID": "nr51gS3NK821CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "KeyExpiry": "2026-10-06T08:43:27Z", + "DiscoKey": "discokey:bc47380c8e9c510229c2ebef2a6a1c54d59eaa5098c841cfe7bc254da4a4764c", + "Addresses": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "AllowedIPs": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "Endpoints": ["77.164.248.136:46899", "10.65.0.27:46899", "172.17.0.1:46899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61130}, + {"Proto": "peerapi6", "Port": 61130} + ]}, + "Created": "2026-04-09T08:43:27.724548848Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8980604888020340, + "StableID": "nXgRKCGL8D21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "DiscoKey": "discokey:281d04d56b4d6c62c936c5b304a2c653cb036654d946a222a8ef5a80711bb661", + "Addresses": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "AllowedIPs": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "Endpoints": ["77.164.248.136:52931", "10.65.0.27:52931", "172.17.0.1:52931"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45473}, + {"Proto": "peerapi6", "Port": 45473} + ]}, + "Created": "2026-04-09T08:43:25.496731763Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5245,27 +5252,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2508640103120740": { - "ID": 2508640103120740, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4392553251598296": { + "ID": 4392553251598296, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "fearow": { @@ -5296,26 +5305,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8250945023969562, - "StableID": "nRJbjQLsR721CNTRL", + "ID": 2115397192507203, + "StableID": "nExj43u4XH11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 8250945023969562, - "Key": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "DiscoKey": "discokey:671c4dfbbe64957cece995cf602933197afe77a1dac762dcf4afeeb6e779f946", - "Addresses": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "AllowedIPs": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "Endpoints": ["77.164.248.136:40392", "10.65.0.27:40392", "172.17.0.1:40392"], + "User": 2115397192507203, + "Key": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "DiscoKey": "discokey:38c5908503a53a9a11018d328861d86eba79b5fd12d9a91365bab526e96fe73b", + "Addresses": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "AllowedIPs": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "Endpoints": ["77.164.248.136:43951", "10.65.0.27:43951", "172.17.0.1:43951"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 42609}, - {"Proto": "peerapi6", "Port": 42609}, + {"Proto": "peerapi4", "Port": 59860}, + {"Proto": "peerapi6", "Port": 59860}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:37:26.194101081Z", + "Created": "2026-04-09T08:43:24.96044146Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5343,302 +5352,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "MachineKey": "mkey:57c9f433e7639a4efd64c6c05ae9b8134f7d5597644aafb5ce60646397571476", + "NodeKey": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "MachineKey": "mkey:7df651bc38e70294ff50cb6857dccda42937f8fedbbc88b93b4343130997c024", "Peers": [{ - "ID": 5912663667094, - "StableID": "ns7oqJKg3111CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "DiscoKey": "discokey:b84c4e773dfd13b666f29d0f8d1b885a41d48e3b98b1ac66d78b90e41c34a028", - "Addresses": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "AllowedIPs": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "Endpoints": ["77.164.248.136:51406", "10.65.0.27:51406", "172.17.0.1:51406"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 35085}, - {"Proto": "peerapi6", "Port": 35085} - ]}, - "Created": "2026-04-09T01:37:24.011219688Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 276164924344212, - "StableID": "nF4ZgHP5A311CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "DiscoKey": "discokey:4c7d666d296331dc746f99f142dcb01b759a7f96c656f3e2949ad96c196e667c", - "Addresses": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "AllowedIPs": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "Endpoints": ["77.164.248.136:38750", "10.65.0.27:38750", "172.17.0.1:38750"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50361}, - {"Proto": "peerapi6", "Port": 50361} - ]}, - "Created": "2026-04-09T01:37:27.28488557Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 578580383252559, - "StableID": "n49LDtK3X511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "DiscoKey": "discokey:b94a2923c12c54ca7ef3b9711325873aacd5b311b30f6e9c1195db03b06cf96a", - "Addresses": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "AllowedIPs": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "Endpoints": ["77.164.248.136:49983", "10.65.0.27:49983", "172.17.0.1:49983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 62362}, - {"Proto": "peerapi6", "Port": 62362} - ]}, - "Created": "2026-04-09T01:37:24.552328405Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1172904116474568, - "StableID": "nu7PMjCDAA11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "DiscoKey": "discokey:2474647d5987def5236d51dbe2b1a4d7e01d3a6c2c3102b07d1cd1cea3098759", - "Addresses": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "AllowedIPs": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "Endpoints": ["77.164.248.136:53946", "10.65.0.27:53946", "172.17.0.1:53946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64096}, - {"Proto": "peerapi6", "Port": 64096} - ]}, - "Created": "2026-04-09T01:37:26.725640537Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1317026693362456, - "StableID": "nKitwM4VHB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "KeyExpiry": "2026-10-06T01:37:30Z", - "DiscoKey": "discokey:33815ca29780fd2618c5b3c60c2679621997ae2bd3961335a871a041bd79202e", - "Addresses": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "AllowedIPs": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "Endpoints": ["77.164.248.136:37446", "10.65.0.27:37446", "172.17.0.1:37446"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 38648}, - {"Proto": "peerapi6", "Port": 38648} - ]}, - "Created": "2026-04-09T01:37:30.251591343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1549866148245440, - "StableID": "nmdgFdMw6D11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "KeyExpiry": "2026-10-06T01:37:29Z", - "DiscoKey": "discokey:73bc79772e6543c55bf501c9ff943f77c2c578f4b06db190ebdb71ffb88f926c", - "Addresses": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "AllowedIPs": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "Endpoints": ["77.164.248.136:47125", "10.65.0.27:47125", "172.17.0.1:47125"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56147}, - {"Proto": "peerapi6", "Port": 56147} - ]}, - "Created": "2026-04-09T01:37:29.446940278Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2251206977600918, - "StableID": "nPTSicPaaJ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "KeyExpiry": "2026-10-06T01:37:28Z", - "DiscoKey": "discokey:87357f710d857c6dd5ce4df2b36151dffa23175259a89215cd13302a70142628", - "Addresses": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "AllowedIPs": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "Endpoints": ["77.164.248.136:33935", "10.65.0.27:33935", "172.17.0.1:33935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57531}, - {"Proto": "peerapi6", "Port": 57531} - ]}, - "Created": "2026-04-09T01:37:28.899706312Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2508640103120740, - "StableID": "nF6kUriAbL11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "DiscoKey": "discokey:e3fc73685616483529bcfb7b69787bbc2c27a52e871216207055f893c06a9c28", - "Addresses": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "AllowedIPs": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "Endpoints": ["77.164.248.136:37469", "10.65.0.27:37469", "172.17.0.1:37469"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 45374}, - {"Proto": "peerapi6", "Port": 45374} - ]}, - "Created": "2026-04-09T01:37:23.477726272Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2616550166601552, - "StableID": "nKnWGVL3SM11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "DiscoKey": "discokey:4256aedd014ab1c10cc5a3198b58db3f5f1bc3949410be75af11f43b0f708229", - "Addresses": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "AllowedIPs": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "Endpoints": ["77.164.248.136:47628", "10.65.0.27:47628", "172.17.0.1:47628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40449}, - {"Proto": "peerapi6", "Port": 40449} - ]}, - "Created": "2026-04-09T01:37:27.810937556Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689544418422142, - "StableID": "nbsbf2Pucd11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "DiscoKey": "discokey:cd093dfdd82fdbf65b30b92c0eda1e87836b78141e2990c998a241355b1fce50", - "Addresses": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "AllowedIPs": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "Endpoints": ["77.164.248.136:43326", "10.65.0.27:43326", "172.17.0.1:43326"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44333}, - {"Proto": "peerapi6", "Port": 44333} - ]}, - "Created": "2026-04-09T01:37:28.353769245Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5269820152476994, - "StableID": "n5QwDtEi9i11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "DiscoKey": "discokey:b2cc188dba4bf76f341f99d00725d7c1cd39b2bb9255a9d206b96ebfd2161c03", - "Addresses": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "AllowedIPs": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "Endpoints": ["77.164.248.136:39398", "10.65.0.27:39398", "172.17.0.1:39398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 47660}, - {"Proto": "peerapi6", "Port": 47660} - ]}, - "Created": "2026-04-09T01:37:22.924930451Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6248244991958048, - "StableID": "nBc7qSoqnq11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "DiscoKey": "discokey:6e0a654610f6a1c64cc8ff0393eb38befadc5b9fb79e6ed8e6887ca756db9a27", - "Addresses": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "AllowedIPs": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63481}, - {"Proto": "peerapi6", "Port": 63481} - ]}, - "Created": "2026-04-09T01:37:25.649187942Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6922270416543401, - "StableID": "nUgVWjJ74w11CNTRL", + "ID": 424420920759754, + "StableID": "nj3aQSpDK411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "DiscoKey": "discokey:dccd9934e1d30a4c306d31cdf14749a5eee46f5f4799ae8ad8cfd21f7f4df468", - "Addresses": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "AllowedIPs": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "Endpoints": ["77.164.248.136:51930", "10.65.0.27:51930", "172.17.0.1:51930"], - "HomeDERP": 14, + "Key": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "DiscoKey": "discokey:ab50b4cbc48829bb0f24f29cb389cd94f67759b84955360187f983a156f5fc71", + "Addresses": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "AllowedIPs": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "Endpoints": ["77.164.248.136:52874", "10.65.0.27:52874", "172.17.0.1:52874"], + "HomeDERP": 26, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49910}, - {"Proto": "peerapi6", "Port": 49910} + {"Proto": "peerapi4", "Port": 44497}, + {"Proto": "peerapi6", "Port": 44497} ]}, - "Created": "2026-04-09T01:37:25.096743608Z", + "Created": "2026-04-09T08:43:23.883060983Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7759644268686116, - "StableID": "ndoUNRhMb321CNTRL", + "ID": 601720710730707, + "StableID": "nQVGibBXh511CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "DiscoKey": "discokey:17ff933ab2739cf8b5b36e0c9230eb774d8339a5a7251fe6b5b4ff0eaaec3602", + "Addresses": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "AllowedIPs": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "Endpoints": ["77.164.248.136:45086", "10.65.0.27:45086", "172.17.0.1:45086"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64341}, + {"Proto": "peerapi6", "Port": 64341} + ]}, + "Created": "2026-04-09T08:43:22.814456575Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1275424381820120, + "StableID": "nmws8gEexA11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:56375c1b8a60c59e7e4f3f46c6585e4e38a427a152fccb23869562045127aa19", + "Addresses": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "AllowedIPs": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "Endpoints": ["77.164.248.136:32980", "10.65.0.27:32980", "172.17.0.1:32980"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43335}, + {"Proto": "peerapi6", "Port": 43335} + ]}, + "Created": "2026-04-09T08:43:28.751352116Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1337406816482686, + "StableID": "njX1ejQiSB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "DiscoKey": "discokey:3e015d11bd04500bff6ebadd298741b3a0f8269b0a38879a8ea9ce37283dbc13", + "Addresses": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "AllowedIPs": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "Endpoints": ["77.164.248.136:55559", "10.65.0.27:55559", "172.17.0.1:55559"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42104}, + {"Proto": "peerapi6", "Port": 42104} + ]}, + "Created": "2026-04-09T08:43:26.577994834Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2131665723264410, + "StableID": "nFyGR9FSeH11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "DiscoKey": "discokey:cab17466bf9971ffcdb5544fdcb5090d5dc70dfc111a60fac66e6a8bebb2ba72", + "Addresses": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "AllowedIPs": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "Endpoints": ["77.164.248.136:55341", "10.65.0.27:55341", "172.17.0.1:55341"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 33939}, + {"Proto": "peerapi6", "Port": 33939} + ]}, + "Created": "2026-04-09T08:43:24.430124277Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2219370364733044, + "StableID": "nmmmFa6ALJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "DiscoKey": "discokey:47f59f190c456412957fe52158e97b4762c169228a838c1c71022c7362114277", - "Addresses": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "AllowedIPs": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "Endpoints": ["77.164.248.136:35412", "10.65.0.27:35412", "172.17.0.1:35412"], + "Key": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "DiscoKey": "discokey:a0e1c33400ee994171fa2ff435681a071e9d01fd471d42e5c1b90f34fdf3ef1b", + "Addresses": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "AllowedIPs": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "Endpoints": ["77.164.248.136:49765", "10.65.0.27:49765", "172.17.0.1:49765"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49355}, - {"Proto": "peerapi6", "Port": 49355} + {"Proto": "peerapi4", "Port": 48865}, + {"Proto": "peerapi6", "Port": 48865} ]}, - "Created": "2026-04-09T01:37:22.434282626Z", + "Created": "2026-04-09T08:43:21.246556101Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" + }, { + "ID": 3766166060745939, + "StableID": "nvcBABohQW11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "DiscoKey": "discokey:d3de21a040f0dbead330ba4f8b32172672a6a76972b99fa1018da4e71354612e", + "Addresses": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "AllowedIPs": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "Endpoints": ["77.164.248.136:48193", "10.65.0.27:48193", "172.17.0.1:48193"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62121}, + {"Proto": "peerapi6", "Port": 62121} + ]}, + "Created": "2026-04-09T08:43:27.117313319Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4227348710293310, + "StableID": "nypseNHa1a11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "DiscoKey": "discokey:96cd0587508f1a6dc62cb1fac6a8da20c6ee19e0834c9d4cf5bdf8859e128320", + "Addresses": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "AllowedIPs": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "Endpoints": ["77.164.248.136:52961", "10.65.0.27:52961", "172.17.0.1:52961"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34790}, + {"Proto": "peerapi6", "Port": 34790} + ]}, + "Created": "2026-04-09T08:43:23.353525482Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4376790553814205, + "StableID": "nvwGdEsFBb11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "DiscoKey": "discokey:857f4b4f9e71b11f13a2482d90381fc237e142163a95de9ab47cdc4e5c6d1324", + "Addresses": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "AllowedIPs": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "Endpoints": ["77.164.248.136:39250", "10.65.0.27:39250", "172.17.0.1:39250"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44748}, + {"Proto": "peerapi6", "Port": 44748} + ]}, + "Created": "2026-04-09T08:43:21.746677464Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4392553251598296, + "StableID": "nm1cFgvPJb11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "DiscoKey": "discokey:ed4887facda89724ffa66398bf039c78c3a0a2cad1db3c564d97ce6aec562a05", + "Addresses": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "AllowedIPs": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "Endpoints": ["77.164.248.136:33150", "10.65.0.27:33150", "172.17.0.1:33150"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 35170}, + {"Proto": "peerapi6", "Port": 35170} + ]}, + "Created": "2026-04-09T08:43:22.286540984Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5944550270373506, + "StableID": "nXjjEpFJRo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:f06869c0b83a609240b23e36e311ef30b1c0173cd96853ae566f4df190ddf658", + "Addresses": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "AllowedIPs": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "Endpoints": ["77.164.248.136:50698", "10.65.0.27:50698", "172.17.0.1:50698"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59685}, + {"Proto": "peerapi6", "Port": 59685} + ]}, + "Created": "2026-04-09T08:43:28.210322463Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6260117137260492, + "StableID": "n9h2fPfDtq11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "DiscoKey": "discokey:a53333b1a2b91d5c75d53397143f64199c39f9be840d5189fc45d720b6b2df13", + "Addresses": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "AllowedIPs": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "Endpoints": ["77.164.248.136:43517", "10.65.0.27:43517", "172.17.0.1:43517"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65326}, + {"Proto": "peerapi6", "Port": 65326} + ]}, + "Created": "2026-04-09T08:43:26.037903517Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8364645072465985, + "StableID": "nr51gS3NK821CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "KeyExpiry": "2026-10-06T08:43:27Z", + "DiscoKey": "discokey:bc47380c8e9c510229c2ebef2a6a1c54d59eaa5098c841cfe7bc254da4a4764c", + "Addresses": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "AllowedIPs": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "Endpoints": ["77.164.248.136:46899", "10.65.0.27:46899", "172.17.0.1:46899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61130}, + {"Proto": "peerapi6", "Port": 61130} + ]}, + "Created": "2026-04-09T08:43:27.724548848Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8980604888020340, + "StableID": "nXgRKCGL8D21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "DiscoKey": "discokey:281d04d56b4d6c62c936c5b304a2c653cb036654d946a222a8ef5a80711bb661", + "Addresses": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "AllowedIPs": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "Endpoints": ["77.164.248.136:52931", "10.65.0.27:52931", "172.17.0.1:52931"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45473}, + {"Proto": "peerapi6", "Port": 45473} + ]}, + "Created": "2026-04-09T08:43:25.496731763Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6486,27 +6495,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8250945023969562": { - "ID": 8250945023969562, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2115397192507203": { + "ID": 2115397192507203, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6537,22 +6548,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2251206977600918, - "StableID": "nPTSicPaaJ11CNTRL", + "ID": 8364645072465985, + "StableID": "nr51gS3NK821CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "KeyExpiry": "2026-10-06T01:37:28Z", - "DiscoKey": "discokey:87357f710d857c6dd5ce4df2b36151dffa23175259a89215cd13302a70142628", - "Addresses": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "AllowedIPs": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "Endpoints": ["77.164.248.136:33935", "10.65.0.27:33935", "172.17.0.1:33935"], + "Key": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "KeyExpiry": "2026-10-06T08:43:27Z", + "DiscoKey": "discokey:bc47380c8e9c510229c2ebef2a6a1c54d59eaa5098c841cfe7bc254da4a4764c", + "Addresses": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "AllowedIPs": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "Endpoints": ["77.164.248.136:46899", "10.65.0.27:46899", "172.17.0.1:46899"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57531}, - {"Proto": "peerapi6", "Port": 57531}, + {"Proto": "peerapi4", "Port": 61130}, + {"Proto": "peerapi6", "Port": 61130}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:28.899706312Z", + "Created": "2026-04-09T08:43:27.724548848Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6579,300 +6590,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "MachineKey": "mkey:206553597feca8f6ab60e83b7b9a797e04ea601eea7f49c77a320385fec8b262", + "NodeKey": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "MachineKey": "mkey:edd860b9e8e20843923f421d97ab4f2018d7ef7199efe397ee01ca86a1d35226", "Peers": [{ - "ID": 5912663667094, - "StableID": "ns7oqJKg3111CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "DiscoKey": "discokey:b84c4e773dfd13b666f29d0f8d1b885a41d48e3b98b1ac66d78b90e41c34a028", - "Addresses": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "AllowedIPs": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "Endpoints": ["77.164.248.136:51406", "10.65.0.27:51406", "172.17.0.1:51406"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 35085}, - {"Proto": "peerapi6", "Port": 35085} - ]}, - "Created": "2026-04-09T01:37:24.011219688Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 276164924344212, - "StableID": "nF4ZgHP5A311CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "DiscoKey": "discokey:4c7d666d296331dc746f99f142dcb01b759a7f96c656f3e2949ad96c196e667c", - "Addresses": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "AllowedIPs": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "Endpoints": ["77.164.248.136:38750", "10.65.0.27:38750", "172.17.0.1:38750"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50361}, - {"Proto": "peerapi6", "Port": 50361} - ]}, - "Created": "2026-04-09T01:37:27.28488557Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 578580383252559, - "StableID": "n49LDtK3X511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "DiscoKey": "discokey:b94a2923c12c54ca7ef3b9711325873aacd5b311b30f6e9c1195db03b06cf96a", - "Addresses": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "AllowedIPs": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "Endpoints": ["77.164.248.136:49983", "10.65.0.27:49983", "172.17.0.1:49983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 62362}, - {"Proto": "peerapi6", "Port": 62362} - ]}, - "Created": "2026-04-09T01:37:24.552328405Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1172904116474568, - "StableID": "nu7PMjCDAA11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "DiscoKey": "discokey:2474647d5987def5236d51dbe2b1a4d7e01d3a6c2c3102b07d1cd1cea3098759", - "Addresses": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "AllowedIPs": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "Endpoints": ["77.164.248.136:53946", "10.65.0.27:53946", "172.17.0.1:53946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64096}, - {"Proto": "peerapi6", "Port": 64096} - ]}, - "Created": "2026-04-09T01:37:26.725640537Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1317026693362456, - "StableID": "nKitwM4VHB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "KeyExpiry": "2026-10-06T01:37:30Z", - "DiscoKey": "discokey:33815ca29780fd2618c5b3c60c2679621997ae2bd3961335a871a041bd79202e", - "Addresses": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "AllowedIPs": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 38648}, - {"Proto": "peerapi6", "Port": 38648} - ]}, - "Created": "2026-04-09T01:37:30.251591343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1549866148245440, - "StableID": "nmdgFdMw6D11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "KeyExpiry": "2026-10-06T01:37:29Z", - "DiscoKey": "discokey:73bc79772e6543c55bf501c9ff943f77c2c578f4b06db190ebdb71ffb88f926c", - "Addresses": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "AllowedIPs": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "Endpoints": ["77.164.248.136:47125", "10.65.0.27:47125", "172.17.0.1:47125"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56147}, - {"Proto": "peerapi6", "Port": 56147} - ]}, - "Created": "2026-04-09T01:37:29.446940278Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2508640103120740, - "StableID": "nF6kUriAbL11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "DiscoKey": "discokey:e3fc73685616483529bcfb7b69787bbc2c27a52e871216207055f893c06a9c28", - "Addresses": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "AllowedIPs": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "Endpoints": ["77.164.248.136:37469", "10.65.0.27:37469", "172.17.0.1:37469"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 45374}, - {"Proto": "peerapi6", "Port": 45374} - ]}, - "Created": "2026-04-09T01:37:23.477726272Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2616550166601552, - "StableID": "nKnWGVL3SM11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "DiscoKey": "discokey:4256aedd014ab1c10cc5a3198b58db3f5f1bc3949410be75af11f43b0f708229", - "Addresses": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "AllowedIPs": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "Endpoints": ["77.164.248.136:47628", "10.65.0.27:47628", "172.17.0.1:47628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40449}, - {"Proto": "peerapi6", "Port": 40449} - ]}, - "Created": "2026-04-09T01:37:27.810937556Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689544418422142, - "StableID": "nbsbf2Pucd11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "DiscoKey": "discokey:cd093dfdd82fdbf65b30b92c0eda1e87836b78141e2990c998a241355b1fce50", - "Addresses": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "AllowedIPs": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "Endpoints": ["77.164.248.136:43326", "10.65.0.27:43326", "172.17.0.1:43326"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44333}, - {"Proto": "peerapi6", "Port": 44333} - ]}, - "Created": "2026-04-09T01:37:28.353769245Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5269820152476994, - "StableID": "n5QwDtEi9i11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "DiscoKey": "discokey:b2cc188dba4bf76f341f99d00725d7c1cd39b2bb9255a9d206b96ebfd2161c03", - "Addresses": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "AllowedIPs": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "Endpoints": ["77.164.248.136:39398", "10.65.0.27:39398", "172.17.0.1:39398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 47660}, - {"Proto": "peerapi6", "Port": 47660} - ]}, - "Created": "2026-04-09T01:37:22.924930451Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6248244991958048, - "StableID": "nBc7qSoqnq11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "DiscoKey": "discokey:6e0a654610f6a1c64cc8ff0393eb38befadc5b9fb79e6ed8e6887ca756db9a27", - "Addresses": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "AllowedIPs": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63481}, - {"Proto": "peerapi6", "Port": 63481} - ]}, - "Created": "2026-04-09T01:37:25.649187942Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6922270416543401, - "StableID": "nUgVWjJ74w11CNTRL", + "ID": 424420920759754, + "StableID": "nj3aQSpDK411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "DiscoKey": "discokey:dccd9934e1d30a4c306d31cdf14749a5eee46f5f4799ae8ad8cfd21f7f4df468", - "Addresses": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "AllowedIPs": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "Endpoints": ["77.164.248.136:51930", "10.65.0.27:51930", "172.17.0.1:51930"], - "HomeDERP": 14, + "Key": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "DiscoKey": "discokey:ab50b4cbc48829bb0f24f29cb389cd94f67759b84955360187f983a156f5fc71", + "Addresses": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "AllowedIPs": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "Endpoints": ["77.164.248.136:52874", "10.65.0.27:52874", "172.17.0.1:52874"], + "HomeDERP": 26, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49910}, - {"Proto": "peerapi6", "Port": 49910} + {"Proto": "peerapi4", "Port": 44497}, + {"Proto": "peerapi6", "Port": 44497} ]}, - "Created": "2026-04-09T01:37:25.096743608Z", + "Created": "2026-04-09T08:43:23.883060983Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7759644268686116, - "StableID": "ndoUNRhMb321CNTRL", + "ID": 601720710730707, + "StableID": "nQVGibBXh511CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "DiscoKey": "discokey:17ff933ab2739cf8b5b36e0c9230eb774d8339a5a7251fe6b5b4ff0eaaec3602", + "Addresses": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "AllowedIPs": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "Endpoints": ["77.164.248.136:45086", "10.65.0.27:45086", "172.17.0.1:45086"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64341}, + {"Proto": "peerapi6", "Port": 64341} + ]}, + "Created": "2026-04-09T08:43:22.814456575Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1275424381820120, + "StableID": "nmws8gEexA11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:56375c1b8a60c59e7e4f3f46c6585e4e38a427a152fccb23869562045127aa19", + "Addresses": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "AllowedIPs": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "Endpoints": ["77.164.248.136:32980", "10.65.0.27:32980", "172.17.0.1:32980"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43335}, + {"Proto": "peerapi6", "Port": 43335} + ]}, + "Created": "2026-04-09T08:43:28.751352116Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1337406816482686, + "StableID": "njX1ejQiSB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "DiscoKey": "discokey:3e015d11bd04500bff6ebadd298741b3a0f8269b0a38879a8ea9ce37283dbc13", + "Addresses": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "AllowedIPs": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "Endpoints": ["77.164.248.136:55559", "10.65.0.27:55559", "172.17.0.1:55559"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42104}, + {"Proto": "peerapi6", "Port": 42104} + ]}, + "Created": "2026-04-09T08:43:26.577994834Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2115397192507203, + "StableID": "nExj43u4XH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "DiscoKey": "discokey:38c5908503a53a9a11018d328861d86eba79b5fd12d9a91365bab526e96fe73b", + "Addresses": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "AllowedIPs": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "Endpoints": ["77.164.248.136:43951", "10.65.0.27:43951", "172.17.0.1:43951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59860}, + {"Proto": "peerapi6", "Port": 59860} + ]}, + "Created": "2026-04-09T08:43:24.96044146Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2131665723264410, + "StableID": "nFyGR9FSeH11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "DiscoKey": "discokey:cab17466bf9971ffcdb5544fdcb5090d5dc70dfc111a60fac66e6a8bebb2ba72", + "Addresses": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "AllowedIPs": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "Endpoints": ["77.164.248.136:55341", "10.65.0.27:55341", "172.17.0.1:55341"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 33939}, + {"Proto": "peerapi6", "Port": 33939} + ]}, + "Created": "2026-04-09T08:43:24.430124277Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2219370364733044, + "StableID": "nmmmFa6ALJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "DiscoKey": "discokey:47f59f190c456412957fe52158e97b4762c169228a838c1c71022c7362114277", - "Addresses": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "AllowedIPs": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "Endpoints": ["77.164.248.136:35412", "10.65.0.27:35412", "172.17.0.1:35412"], + "Key": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "DiscoKey": "discokey:a0e1c33400ee994171fa2ff435681a071e9d01fd471d42e5c1b90f34fdf3ef1b", + "Addresses": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "AllowedIPs": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "Endpoints": ["77.164.248.136:49765", "10.65.0.27:49765", "172.17.0.1:49765"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49355}, - {"Proto": "peerapi6", "Port": 49355} + {"Proto": "peerapi4", "Port": 48865}, + {"Proto": "peerapi6", "Port": 48865} ]}, - "Created": "2026-04-09T01:37:22.434282626Z", + "Created": "2026-04-09T08:43:21.246556101Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8250945023969562, - "StableID": "nRJbjQLsR721CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 3766166060745939, + "StableID": "nvcBABohQW11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "DiscoKey": "discokey:671c4dfbbe64957cece995cf602933197afe77a1dac762dcf4afeeb6e779f946", - "Addresses": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "AllowedIPs": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "Endpoints": ["77.164.248.136:40392", "10.65.0.27:40392", "172.17.0.1:40392"], + "Key": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "DiscoKey": "discokey:d3de21a040f0dbead330ba4f8b32172672a6a76972b99fa1018da4e71354612e", + "Addresses": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "AllowedIPs": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "Endpoints": ["77.164.248.136:48193", "10.65.0.27:48193", "172.17.0.1:48193"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 42609}, - {"Proto": "peerapi6", "Port": 42609} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62121}, + {"Proto": "peerapi6", "Port": 62121} ]}, - "Created": "2026-04-09T01:37:26.194101081Z", + "Created": "2026-04-09T08:43:27.117313319Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4227348710293310, + "StableID": "nypseNHa1a11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "DiscoKey": "discokey:96cd0587508f1a6dc62cb1fac6a8da20c6ee19e0834c9d4cf5bdf8859e128320", + "Addresses": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "AllowedIPs": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "Endpoints": ["77.164.248.136:52961", "10.65.0.27:52961", "172.17.0.1:52961"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34790}, + {"Proto": "peerapi6", "Port": 34790} + ]}, + "Created": "2026-04-09T08:43:23.353525482Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4376790553814205, + "StableID": "nvwGdEsFBb11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "DiscoKey": "discokey:857f4b4f9e71b11f13a2482d90381fc237e142163a95de9ab47cdc4e5c6d1324", + "Addresses": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "AllowedIPs": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "Endpoints": ["77.164.248.136:39250", "10.65.0.27:39250", "172.17.0.1:39250"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44748}, + {"Proto": "peerapi6", "Port": 44748} + ]}, + "Created": "2026-04-09T08:43:21.746677464Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4392553251598296, + "StableID": "nm1cFgvPJb11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "DiscoKey": "discokey:ed4887facda89724ffa66398bf039c78c3a0a2cad1db3c564d97ce6aec562a05", + "Addresses": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "AllowedIPs": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "Endpoints": ["77.164.248.136:33150", "10.65.0.27:33150", "172.17.0.1:33150"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 35170}, + {"Proto": "peerapi6", "Port": 35170} + ]}, + "Created": "2026-04-09T08:43:22.286540984Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5944550270373506, + "StableID": "nXjjEpFJRo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:f06869c0b83a609240b23e36e311ef30b1c0173cd96853ae566f4df190ddf658", + "Addresses": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "AllowedIPs": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "Endpoints": ["77.164.248.136:50698", "10.65.0.27:50698", "172.17.0.1:50698"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59685}, + {"Proto": "peerapi6", "Port": 59685} + ]}, + "Created": "2026-04-09T08:43:28.210322463Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6260117137260492, + "StableID": "n9h2fPfDtq11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "DiscoKey": "discokey:a53333b1a2b91d5c75d53397143f64199c39f9be840d5189fc45d720b6b2df13", + "Addresses": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "AllowedIPs": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "Endpoints": ["77.164.248.136:43517", "10.65.0.27:43517", "172.17.0.1:43517"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65326}, + {"Proto": "peerapi6", "Port": 65326} + ]}, + "Created": "2026-04-09T08:43:26.037903517Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8980604888020340, + "StableID": "nXgRKCGL8D21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "DiscoKey": "discokey:281d04d56b4d6c62c936c5b304a2c653cb036654d946a222a8ef5a80711bb661", + "Addresses": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "AllowedIPs": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "Endpoints": ["77.164.248.136:52931", "10.65.0.27:52931", "172.17.0.1:52931"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45473}, + {"Proto": "peerapi6", "Port": 45473} + ]}, + "Created": "2026-04-09T08:43:25.496731763Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6900,7 +6913,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.75.8.50"}, {"nodeIP": "fd7a:115c:a1e0::3937:832"}], + "principals": [{"nodeIP": "100.115.14.110"}, {"nodeIP": "fd7a:115c:a1e0::6437:e6e"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -6909,7 +6922,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.8.50"}, {"nodeIP": "fd7a:115c:a1e0::3937:832"}], + "principals": [{"nodeIP": "100.115.14.110"}, {"nodeIP": "fd7a:115c:a1e0::6437:e6e"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -7738,26 +7751,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.75.8.50"}, {"nodeIP": "fd7a:115c:a1e0::3937:832"}], + "principals": [{"nodeIP": "100.115.14.110"}, {"nodeIP": "fd7a:115c:a1e0::6437:e6e"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -7766,7 +7780,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.75.8.50"}, {"nodeIP": "fd7a:115c:a1e0::3937:832"}], + "principals": [{"nodeIP": "100.115.14.110"}, {"nodeIP": "fd7a:115c:a1e0::6437:e6e"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -7803,21 +7817,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2616550166601552, - "StableID": "nKnWGVL3SM11CNTRL", + "ID": 1337406816482686, + "StableID": "njX1ejQiSB11CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 2616550166601552, - "Key": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "DiscoKey": "discokey:4256aedd014ab1c10cc5a3198b58db3f5f1bc3949410be75af11f43b0f708229", - "Addresses": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "AllowedIPs": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "Endpoints": ["77.164.248.136:47628", "10.65.0.27:47628", "172.17.0.1:47628"], + "User": 1337406816482686, + "Key": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "DiscoKey": "discokey:3e015d11bd04500bff6ebadd298741b3a0f8269b0a38879a8ea9ce37283dbc13", + "Addresses": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "AllowedIPs": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "Endpoints": ["77.164.248.136:55559", "10.65.0.27:55559", "172.17.0.1:55559"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 40449}, - {"Proto": "peerapi6", "Port": 40449}, + {"Proto": "peerapi4", "Port": 42104}, + {"Proto": "peerapi6", "Port": 42104}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:27.810937556Z", + "Created": "2026-04-09T08:43:26.577994834Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7845,300 +7859,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "MachineKey": "mkey:795b1153088dcf9739149b2ebf963681569832a1f0648ea3284bef532c801257", + "NodeKey": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "MachineKey": "mkey:2a0b415058539ca802a477b07ce9962f06e22c94fd3c7903672b10b4d4724572", "Peers": [{ - "ID": 5912663667094, - "StableID": "ns7oqJKg3111CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "DiscoKey": "discokey:b84c4e773dfd13b666f29d0f8d1b885a41d48e3b98b1ac66d78b90e41c34a028", - "Addresses": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "AllowedIPs": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "Endpoints": ["77.164.248.136:51406", "10.65.0.27:51406", "172.17.0.1:51406"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 35085}, - {"Proto": "peerapi6", "Port": 35085} - ]}, - "Created": "2026-04-09T01:37:24.011219688Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 276164924344212, - "StableID": "nF4ZgHP5A311CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "DiscoKey": "discokey:4c7d666d296331dc746f99f142dcb01b759a7f96c656f3e2949ad96c196e667c", - "Addresses": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "AllowedIPs": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "Endpoints": ["77.164.248.136:38750", "10.65.0.27:38750", "172.17.0.1:38750"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50361}, - {"Proto": "peerapi6", "Port": 50361} - ]}, - "Created": "2026-04-09T01:37:27.28488557Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 578580383252559, - "StableID": "n49LDtK3X511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "DiscoKey": "discokey:b94a2923c12c54ca7ef3b9711325873aacd5b311b30f6e9c1195db03b06cf96a", - "Addresses": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "AllowedIPs": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "Endpoints": ["77.164.248.136:49983", "10.65.0.27:49983", "172.17.0.1:49983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 62362}, - {"Proto": "peerapi6", "Port": 62362} - ]}, - "Created": "2026-04-09T01:37:24.552328405Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1172904116474568, - "StableID": "nu7PMjCDAA11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "DiscoKey": "discokey:2474647d5987def5236d51dbe2b1a4d7e01d3a6c2c3102b07d1cd1cea3098759", - "Addresses": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "AllowedIPs": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "Endpoints": ["77.164.248.136:53946", "10.65.0.27:53946", "172.17.0.1:53946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64096}, - {"Proto": "peerapi6", "Port": 64096} - ]}, - "Created": "2026-04-09T01:37:26.725640537Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1317026693362456, - "StableID": "nKitwM4VHB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "KeyExpiry": "2026-10-06T01:37:30Z", - "DiscoKey": "discokey:33815ca29780fd2618c5b3c60c2679621997ae2bd3961335a871a041bd79202e", - "Addresses": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "AllowedIPs": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 38648}, - {"Proto": "peerapi6", "Port": 38648} - ]}, - "Created": "2026-04-09T01:37:30.251591343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1549866148245440, - "StableID": "nmdgFdMw6D11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "KeyExpiry": "2026-10-06T01:37:29Z", - "DiscoKey": "discokey:73bc79772e6543c55bf501c9ff943f77c2c578f4b06db190ebdb71ffb88f926c", - "Addresses": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "AllowedIPs": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "Endpoints": ["77.164.248.136:47125", "10.65.0.27:47125", "172.17.0.1:47125"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56147}, - {"Proto": "peerapi6", "Port": 56147} - ]}, - "Created": "2026-04-09T01:37:29.446940278Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2251206977600918, - "StableID": "nPTSicPaaJ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "KeyExpiry": "2026-10-06T01:37:28Z", - "DiscoKey": "discokey:87357f710d857c6dd5ce4df2b36151dffa23175259a89215cd13302a70142628", - "Addresses": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "AllowedIPs": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "Endpoints": ["77.164.248.136:33935", "10.65.0.27:33935", "172.17.0.1:33935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57531}, - {"Proto": "peerapi6", "Port": 57531} - ]}, - "Created": "2026-04-09T01:37:28.899706312Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2508640103120740, - "StableID": "nF6kUriAbL11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "DiscoKey": "discokey:e3fc73685616483529bcfb7b69787bbc2c27a52e871216207055f893c06a9c28", - "Addresses": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "AllowedIPs": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "Endpoints": ["77.164.248.136:37469", "10.65.0.27:37469", "172.17.0.1:37469"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 45374}, - {"Proto": "peerapi6", "Port": 45374} - ]}, - "Created": "2026-04-09T01:37:23.477726272Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 4689544418422142, - "StableID": "nbsbf2Pucd11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "DiscoKey": "discokey:cd093dfdd82fdbf65b30b92c0eda1e87836b78141e2990c998a241355b1fce50", - "Addresses": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "AllowedIPs": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "Endpoints": ["77.164.248.136:43326", "10.65.0.27:43326", "172.17.0.1:43326"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44333}, - {"Proto": "peerapi6", "Port": 44333} - ]}, - "Created": "2026-04-09T01:37:28.353769245Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5269820152476994, - "StableID": "n5QwDtEi9i11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "DiscoKey": "discokey:b2cc188dba4bf76f341f99d00725d7c1cd39b2bb9255a9d206b96ebfd2161c03", - "Addresses": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "AllowedIPs": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "Endpoints": ["77.164.248.136:39398", "10.65.0.27:39398", "172.17.0.1:39398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 47660}, - {"Proto": "peerapi6", "Port": 47660} - ]}, - "Created": "2026-04-09T01:37:22.924930451Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6248244991958048, - "StableID": "nBc7qSoqnq11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "DiscoKey": "discokey:6e0a654610f6a1c64cc8ff0393eb38befadc5b9fb79e6ed8e6887ca756db9a27", - "Addresses": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "AllowedIPs": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63481}, - {"Proto": "peerapi6", "Port": 63481} - ]}, - "Created": "2026-04-09T01:37:25.649187942Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6922270416543401, - "StableID": "nUgVWjJ74w11CNTRL", + "ID": 424420920759754, + "StableID": "nj3aQSpDK411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "DiscoKey": "discokey:dccd9934e1d30a4c306d31cdf14749a5eee46f5f4799ae8ad8cfd21f7f4df468", - "Addresses": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "AllowedIPs": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "Endpoints": ["77.164.248.136:51930", "10.65.0.27:51930", "172.17.0.1:51930"], - "HomeDERP": 14, + "Key": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "DiscoKey": "discokey:ab50b4cbc48829bb0f24f29cb389cd94f67759b84955360187f983a156f5fc71", + "Addresses": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "AllowedIPs": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "Endpoints": ["77.164.248.136:52874", "10.65.0.27:52874", "172.17.0.1:52874"], + "HomeDERP": 26, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49910}, - {"Proto": "peerapi6", "Port": 49910} + {"Proto": "peerapi4", "Port": 44497}, + {"Proto": "peerapi6", "Port": 44497} ]}, - "Created": "2026-04-09T01:37:25.096743608Z", + "Created": "2026-04-09T08:43:23.883060983Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7759644268686116, - "StableID": "ndoUNRhMb321CNTRL", + "ID": 601720710730707, + "StableID": "nQVGibBXh511CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "DiscoKey": "discokey:17ff933ab2739cf8b5b36e0c9230eb774d8339a5a7251fe6b5b4ff0eaaec3602", + "Addresses": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "AllowedIPs": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "Endpoints": ["77.164.248.136:45086", "10.65.0.27:45086", "172.17.0.1:45086"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64341}, + {"Proto": "peerapi6", "Port": 64341} + ]}, + "Created": "2026-04-09T08:43:22.814456575Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1275424381820120, + "StableID": "nmws8gEexA11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:56375c1b8a60c59e7e4f3f46c6585e4e38a427a152fccb23869562045127aa19", + "Addresses": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "AllowedIPs": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43335}, + {"Proto": "peerapi6", "Port": 43335} + ]}, + "Created": "2026-04-09T08:43:28.751352116Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 2115397192507203, + "StableID": "nExj43u4XH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "DiscoKey": "discokey:38c5908503a53a9a11018d328861d86eba79b5fd12d9a91365bab526e96fe73b", + "Addresses": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "AllowedIPs": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "Endpoints": ["77.164.248.136:43951", "10.65.0.27:43951", "172.17.0.1:43951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59860}, + {"Proto": "peerapi6", "Port": 59860} + ]}, + "Created": "2026-04-09T08:43:24.96044146Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2131665723264410, + "StableID": "nFyGR9FSeH11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "DiscoKey": "discokey:cab17466bf9971ffcdb5544fdcb5090d5dc70dfc111a60fac66e6a8bebb2ba72", + "Addresses": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "AllowedIPs": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "Endpoints": ["77.164.248.136:55341", "10.65.0.27:55341", "172.17.0.1:55341"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 33939}, + {"Proto": "peerapi6", "Port": 33939} + ]}, + "Created": "2026-04-09T08:43:24.430124277Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2219370364733044, + "StableID": "nmmmFa6ALJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "DiscoKey": "discokey:47f59f190c456412957fe52158e97b4762c169228a838c1c71022c7362114277", - "Addresses": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "AllowedIPs": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "Endpoints": ["77.164.248.136:35412", "10.65.0.27:35412", "172.17.0.1:35412"], + "Key": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "DiscoKey": "discokey:a0e1c33400ee994171fa2ff435681a071e9d01fd471d42e5c1b90f34fdf3ef1b", + "Addresses": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "AllowedIPs": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "Endpoints": ["77.164.248.136:49765", "10.65.0.27:49765", "172.17.0.1:49765"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49355}, - {"Proto": "peerapi6", "Port": 49355} + {"Proto": "peerapi4", "Port": 48865}, + {"Proto": "peerapi6", "Port": 48865} ]}, - "Created": "2026-04-09T01:37:22.434282626Z", + "Created": "2026-04-09T08:43:21.246556101Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8250945023969562, - "StableID": "nRJbjQLsR721CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 3766166060745939, + "StableID": "nvcBABohQW11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "DiscoKey": "discokey:671c4dfbbe64957cece995cf602933197afe77a1dac762dcf4afeeb6e779f946", - "Addresses": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "AllowedIPs": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "Endpoints": ["77.164.248.136:40392", "10.65.0.27:40392", "172.17.0.1:40392"], + "Key": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "DiscoKey": "discokey:d3de21a040f0dbead330ba4f8b32172672a6a76972b99fa1018da4e71354612e", + "Addresses": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "AllowedIPs": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "Endpoints": ["77.164.248.136:48193", "10.65.0.27:48193", "172.17.0.1:48193"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 42609}, - {"Proto": "peerapi6", "Port": 42609} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62121}, + {"Proto": "peerapi6", "Port": 62121} ]}, - "Created": "2026-04-09T01:37:26.194101081Z", + "Created": "2026-04-09T08:43:27.117313319Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4227348710293310, + "StableID": "nypseNHa1a11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "DiscoKey": "discokey:96cd0587508f1a6dc62cb1fac6a8da20c6ee19e0834c9d4cf5bdf8859e128320", + "Addresses": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "AllowedIPs": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "Endpoints": ["77.164.248.136:52961", "10.65.0.27:52961", "172.17.0.1:52961"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34790}, + {"Proto": "peerapi6", "Port": 34790} + ]}, + "Created": "2026-04-09T08:43:23.353525482Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4376790553814205, + "StableID": "nvwGdEsFBb11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "DiscoKey": "discokey:857f4b4f9e71b11f13a2482d90381fc237e142163a95de9ab47cdc4e5c6d1324", + "Addresses": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "AllowedIPs": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "Endpoints": ["77.164.248.136:39250", "10.65.0.27:39250", "172.17.0.1:39250"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44748}, + {"Proto": "peerapi6", "Port": 44748} + ]}, + "Created": "2026-04-09T08:43:21.746677464Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4392553251598296, + "StableID": "nm1cFgvPJb11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "DiscoKey": "discokey:ed4887facda89724ffa66398bf039c78c3a0a2cad1db3c564d97ce6aec562a05", + "Addresses": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "AllowedIPs": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "Endpoints": ["77.164.248.136:33150", "10.65.0.27:33150", "172.17.0.1:33150"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 35170}, + {"Proto": "peerapi6", "Port": 35170} + ]}, + "Created": "2026-04-09T08:43:22.286540984Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5944550270373506, + "StableID": "nXjjEpFJRo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:f06869c0b83a609240b23e36e311ef30b1c0173cd96853ae566f4df190ddf658", + "Addresses": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "AllowedIPs": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "Endpoints": ["77.164.248.136:50698", "10.65.0.27:50698", "172.17.0.1:50698"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59685}, + {"Proto": "peerapi6", "Port": 59685} + ]}, + "Created": "2026-04-09T08:43:28.210322463Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6260117137260492, + "StableID": "n9h2fPfDtq11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "DiscoKey": "discokey:a53333b1a2b91d5c75d53397143f64199c39f9be840d5189fc45d720b6b2df13", + "Addresses": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "AllowedIPs": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "Endpoints": ["77.164.248.136:43517", "10.65.0.27:43517", "172.17.0.1:43517"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65326}, + {"Proto": "peerapi6", "Port": 65326} + ]}, + "Created": "2026-04-09T08:43:26.037903517Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8364645072465985, + "StableID": "nr51gS3NK821CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "KeyExpiry": "2026-10-06T08:43:27Z", + "DiscoKey": "discokey:bc47380c8e9c510229c2ebef2a6a1c54d59eaa5098c841cfe7bc254da4a4764c", + "Addresses": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "AllowedIPs": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "Endpoints": ["77.164.248.136:46899", "10.65.0.27:46899", "172.17.0.1:46899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61130}, + {"Proto": "peerapi6", "Port": 61130} + ]}, + "Created": "2026-04-09T08:43:27.724548848Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8980604888020340, + "StableID": "nXgRKCGL8D21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "DiscoKey": "discokey:281d04d56b4d6c62c936c5b304a2c653cb036654d946a222a8ef5a80711bb661", + "Addresses": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "AllowedIPs": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "Endpoints": ["77.164.248.136:52931", "10.65.0.27:52931", "172.17.0.1:52931"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45473}, + {"Proto": "peerapi6", "Port": 45473} + ]}, + "Created": "2026-04-09T08:43:25.496731763Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8986,27 +9000,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2616550166601552": { - "ID": 2616550166601552, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1337406816482686": { + "ID": 1337406816482686, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgeotto": { @@ -9037,26 +9053,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5269820152476994, - "StableID": "n5QwDtEi9i11CNTRL", + "ID": 4376790553814205, + "StableID": "nvwGdEsFBb11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 5269820152476994, - "Key": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "DiscoKey": "discokey:b2cc188dba4bf76f341f99d00725d7c1cd39b2bb9255a9d206b96ebfd2161c03", - "Addresses": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "AllowedIPs": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "Endpoints": ["77.164.248.136:39398", "10.65.0.27:39398", "172.17.0.1:39398"], + "User": 4376790553814205, + "Key": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "DiscoKey": "discokey:857f4b4f9e71b11f13a2482d90381fc237e142163a95de9ab47cdc4e5c6d1324", + "Addresses": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "AllowedIPs": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "Endpoints": ["77.164.248.136:39250", "10.65.0.27:39250", "172.17.0.1:39250"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 47660}, - {"Proto": "peerapi6", "Port": 47660}, + {"Proto": "peerapi4", "Port": 44748}, + {"Proto": "peerapi6", "Port": 44748}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:37:22.924930451Z", + "Created": "2026-04-09T08:43:21.746677464Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -9084,302 +9100,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "MachineKey": "mkey:e07ac8137120e8de9c9160073e102a3ea987b9aee2ab926dc86a245c20fca00e", + "NodeKey": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "MachineKey": "mkey:69fe7d4313e0048e48d9f2b57c48563c036940c0b47081309613b0b899aace4d", "Peers": [{ - "ID": 5912663667094, - "StableID": "ns7oqJKg3111CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "DiscoKey": "discokey:b84c4e773dfd13b666f29d0f8d1b885a41d48e3b98b1ac66d78b90e41c34a028", - "Addresses": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "AllowedIPs": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "Endpoints": ["77.164.248.136:51406", "10.65.0.27:51406", "172.17.0.1:51406"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 35085}, - {"Proto": "peerapi6", "Port": 35085} - ]}, - "Created": "2026-04-09T01:37:24.011219688Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 276164924344212, - "StableID": "nF4ZgHP5A311CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "DiscoKey": "discokey:4c7d666d296331dc746f99f142dcb01b759a7f96c656f3e2949ad96c196e667c", - "Addresses": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "AllowedIPs": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "Endpoints": ["77.164.248.136:38750", "10.65.0.27:38750", "172.17.0.1:38750"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50361}, - {"Proto": "peerapi6", "Port": 50361} - ]}, - "Created": "2026-04-09T01:37:27.28488557Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 578580383252559, - "StableID": "n49LDtK3X511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "DiscoKey": "discokey:b94a2923c12c54ca7ef3b9711325873aacd5b311b30f6e9c1195db03b06cf96a", - "Addresses": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "AllowedIPs": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "Endpoints": ["77.164.248.136:49983", "10.65.0.27:49983", "172.17.0.1:49983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 62362}, - {"Proto": "peerapi6", "Port": 62362} - ]}, - "Created": "2026-04-09T01:37:24.552328405Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1172904116474568, - "StableID": "nu7PMjCDAA11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "DiscoKey": "discokey:2474647d5987def5236d51dbe2b1a4d7e01d3a6c2c3102b07d1cd1cea3098759", - "Addresses": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "AllowedIPs": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "Endpoints": ["77.164.248.136:53946", "10.65.0.27:53946", "172.17.0.1:53946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64096}, - {"Proto": "peerapi6", "Port": 64096} - ]}, - "Created": "2026-04-09T01:37:26.725640537Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1317026693362456, - "StableID": "nKitwM4VHB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "KeyExpiry": "2026-10-06T01:37:30Z", - "DiscoKey": "discokey:33815ca29780fd2618c5b3c60c2679621997ae2bd3961335a871a041bd79202e", - "Addresses": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "AllowedIPs": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "Endpoints": ["77.164.248.136:37446", "10.65.0.27:37446", "172.17.0.1:37446"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 38648}, - {"Proto": "peerapi6", "Port": 38648} - ]}, - "Created": "2026-04-09T01:37:30.251591343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1549866148245440, - "StableID": "nmdgFdMw6D11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "KeyExpiry": "2026-10-06T01:37:29Z", - "DiscoKey": "discokey:73bc79772e6543c55bf501c9ff943f77c2c578f4b06db190ebdb71ffb88f926c", - "Addresses": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "AllowedIPs": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "Endpoints": ["77.164.248.136:47125", "10.65.0.27:47125", "172.17.0.1:47125"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56147}, - {"Proto": "peerapi6", "Port": 56147} - ]}, - "Created": "2026-04-09T01:37:29.446940278Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2251206977600918, - "StableID": "nPTSicPaaJ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "KeyExpiry": "2026-10-06T01:37:28Z", - "DiscoKey": "discokey:87357f710d857c6dd5ce4df2b36151dffa23175259a89215cd13302a70142628", - "Addresses": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "AllowedIPs": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "Endpoints": ["77.164.248.136:33935", "10.65.0.27:33935", "172.17.0.1:33935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57531}, - {"Proto": "peerapi6", "Port": 57531} - ]}, - "Created": "2026-04-09T01:37:28.899706312Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2508640103120740, - "StableID": "nF6kUriAbL11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "DiscoKey": "discokey:e3fc73685616483529bcfb7b69787bbc2c27a52e871216207055f893c06a9c28", - "Addresses": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "AllowedIPs": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "Endpoints": ["77.164.248.136:37469", "10.65.0.27:37469", "172.17.0.1:37469"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 45374}, - {"Proto": "peerapi6", "Port": 45374} - ]}, - "Created": "2026-04-09T01:37:23.477726272Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2616550166601552, - "StableID": "nKnWGVL3SM11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "DiscoKey": "discokey:4256aedd014ab1c10cc5a3198b58db3f5f1bc3949410be75af11f43b0f708229", - "Addresses": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "AllowedIPs": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "Endpoints": ["77.164.248.136:47628", "10.65.0.27:47628", "172.17.0.1:47628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40449}, - {"Proto": "peerapi6", "Port": 40449} - ]}, - "Created": "2026-04-09T01:37:27.810937556Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689544418422142, - "StableID": "nbsbf2Pucd11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "DiscoKey": "discokey:cd093dfdd82fdbf65b30b92c0eda1e87836b78141e2990c998a241355b1fce50", - "Addresses": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "AllowedIPs": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "Endpoints": ["77.164.248.136:43326", "10.65.0.27:43326", "172.17.0.1:43326"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44333}, - {"Proto": "peerapi6", "Port": 44333} - ]}, - "Created": "2026-04-09T01:37:28.353769245Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 6248244991958048, - "StableID": "nBc7qSoqnq11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "DiscoKey": "discokey:6e0a654610f6a1c64cc8ff0393eb38befadc5b9fb79e6ed8e6887ca756db9a27", - "Addresses": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "AllowedIPs": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63481}, - {"Proto": "peerapi6", "Port": 63481} - ]}, - "Created": "2026-04-09T01:37:25.649187942Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6922270416543401, - "StableID": "nUgVWjJ74w11CNTRL", + "ID": 424420920759754, + "StableID": "nj3aQSpDK411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "DiscoKey": "discokey:dccd9934e1d30a4c306d31cdf14749a5eee46f5f4799ae8ad8cfd21f7f4df468", - "Addresses": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "AllowedIPs": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "Endpoints": ["77.164.248.136:51930", "10.65.0.27:51930", "172.17.0.1:51930"], - "HomeDERP": 14, + "Key": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "DiscoKey": "discokey:ab50b4cbc48829bb0f24f29cb389cd94f67759b84955360187f983a156f5fc71", + "Addresses": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "AllowedIPs": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "Endpoints": ["77.164.248.136:52874", "10.65.0.27:52874", "172.17.0.1:52874"], + "HomeDERP": 26, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49910}, - {"Proto": "peerapi6", "Port": 49910} + {"Proto": "peerapi4", "Port": 44497}, + {"Proto": "peerapi6", "Port": 44497} ]}, - "Created": "2026-04-09T01:37:25.096743608Z", + "Created": "2026-04-09T08:43:23.883060983Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7759644268686116, - "StableID": "ndoUNRhMb321CNTRL", + "ID": 601720710730707, + "StableID": "nQVGibBXh511CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "DiscoKey": "discokey:17ff933ab2739cf8b5b36e0c9230eb774d8339a5a7251fe6b5b4ff0eaaec3602", + "Addresses": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "AllowedIPs": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "Endpoints": ["77.164.248.136:45086", "10.65.0.27:45086", "172.17.0.1:45086"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64341}, + {"Proto": "peerapi6", "Port": 64341} + ]}, + "Created": "2026-04-09T08:43:22.814456575Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1275424381820120, + "StableID": "nmws8gEexA11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:56375c1b8a60c59e7e4f3f46c6585e4e38a427a152fccb23869562045127aa19", + "Addresses": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "AllowedIPs": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "Endpoints": ["77.164.248.136:32980", "10.65.0.27:32980", "172.17.0.1:32980"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43335}, + {"Proto": "peerapi6", "Port": 43335} + ]}, + "Created": "2026-04-09T08:43:28.751352116Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1337406816482686, + "StableID": "njX1ejQiSB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "DiscoKey": "discokey:3e015d11bd04500bff6ebadd298741b3a0f8269b0a38879a8ea9ce37283dbc13", + "Addresses": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "AllowedIPs": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "Endpoints": ["77.164.248.136:55559", "10.65.0.27:55559", "172.17.0.1:55559"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42104}, + {"Proto": "peerapi6", "Port": 42104} + ]}, + "Created": "2026-04-09T08:43:26.577994834Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2115397192507203, + "StableID": "nExj43u4XH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "DiscoKey": "discokey:38c5908503a53a9a11018d328861d86eba79b5fd12d9a91365bab526e96fe73b", + "Addresses": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "AllowedIPs": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "Endpoints": ["77.164.248.136:43951", "10.65.0.27:43951", "172.17.0.1:43951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59860}, + {"Proto": "peerapi6", "Port": 59860} + ]}, + "Created": "2026-04-09T08:43:24.96044146Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2131665723264410, + "StableID": "nFyGR9FSeH11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "DiscoKey": "discokey:cab17466bf9971ffcdb5544fdcb5090d5dc70dfc111a60fac66e6a8bebb2ba72", + "Addresses": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "AllowedIPs": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "Endpoints": ["77.164.248.136:55341", "10.65.0.27:55341", "172.17.0.1:55341"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 33939}, + {"Proto": "peerapi6", "Port": 33939} + ]}, + "Created": "2026-04-09T08:43:24.430124277Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2219370364733044, + "StableID": "nmmmFa6ALJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "DiscoKey": "discokey:47f59f190c456412957fe52158e97b4762c169228a838c1c71022c7362114277", - "Addresses": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "AllowedIPs": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "Endpoints": ["77.164.248.136:35412", "10.65.0.27:35412", "172.17.0.1:35412"], + "Key": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "DiscoKey": "discokey:a0e1c33400ee994171fa2ff435681a071e9d01fd471d42e5c1b90f34fdf3ef1b", + "Addresses": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "AllowedIPs": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "Endpoints": ["77.164.248.136:49765", "10.65.0.27:49765", "172.17.0.1:49765"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49355}, - {"Proto": "peerapi6", "Port": 49355} + {"Proto": "peerapi4", "Port": 48865}, + {"Proto": "peerapi6", "Port": 48865} ]}, - "Created": "2026-04-09T01:37:22.434282626Z", + "Created": "2026-04-09T08:43:21.246556101Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8250945023969562, - "StableID": "nRJbjQLsR721CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 3766166060745939, + "StableID": "nvcBABohQW11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "DiscoKey": "discokey:671c4dfbbe64957cece995cf602933197afe77a1dac762dcf4afeeb6e779f946", - "Addresses": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "AllowedIPs": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "Endpoints": ["77.164.248.136:40392", "10.65.0.27:40392", "172.17.0.1:40392"], + "Key": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "DiscoKey": "discokey:d3de21a040f0dbead330ba4f8b32172672a6a76972b99fa1018da4e71354612e", + "Addresses": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "AllowedIPs": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "Endpoints": ["77.164.248.136:48193", "10.65.0.27:48193", "172.17.0.1:48193"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 42609}, - {"Proto": "peerapi6", "Port": 42609} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62121}, + {"Proto": "peerapi6", "Port": 62121} ]}, - "Created": "2026-04-09T01:37:26.194101081Z", + "Created": "2026-04-09T08:43:27.117313319Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4227348710293310, + "StableID": "nypseNHa1a11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "DiscoKey": "discokey:96cd0587508f1a6dc62cb1fac6a8da20c6ee19e0834c9d4cf5bdf8859e128320", + "Addresses": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "AllowedIPs": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "Endpoints": ["77.164.248.136:52961", "10.65.0.27:52961", "172.17.0.1:52961"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34790}, + {"Proto": "peerapi6", "Port": 34790} + ]}, + "Created": "2026-04-09T08:43:23.353525482Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4392553251598296, + "StableID": "nm1cFgvPJb11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "DiscoKey": "discokey:ed4887facda89724ffa66398bf039c78c3a0a2cad1db3c564d97ce6aec562a05", + "Addresses": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "AllowedIPs": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "Endpoints": ["77.164.248.136:33150", "10.65.0.27:33150", "172.17.0.1:33150"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 35170}, + {"Proto": "peerapi6", "Port": 35170} + ]}, + "Created": "2026-04-09T08:43:22.286540984Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5944550270373506, + "StableID": "nXjjEpFJRo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:f06869c0b83a609240b23e36e311ef30b1c0173cd96853ae566f4df190ddf658", + "Addresses": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "AllowedIPs": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "Endpoints": ["77.164.248.136:50698", "10.65.0.27:50698", "172.17.0.1:50698"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59685}, + {"Proto": "peerapi6", "Port": 59685} + ]}, + "Created": "2026-04-09T08:43:28.210322463Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6260117137260492, + "StableID": "n9h2fPfDtq11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "DiscoKey": "discokey:a53333b1a2b91d5c75d53397143f64199c39f9be840d5189fc45d720b6b2df13", + "Addresses": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "AllowedIPs": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "Endpoints": ["77.164.248.136:43517", "10.65.0.27:43517", "172.17.0.1:43517"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65326}, + {"Proto": "peerapi6", "Port": 65326} + ]}, + "Created": "2026-04-09T08:43:26.037903517Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8364645072465985, + "StableID": "nr51gS3NK821CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "KeyExpiry": "2026-10-06T08:43:27Z", + "DiscoKey": "discokey:bc47380c8e9c510229c2ebef2a6a1c54d59eaa5098c841cfe7bc254da4a4764c", + "Addresses": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "AllowedIPs": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "Endpoints": ["77.164.248.136:46899", "10.65.0.27:46899", "172.17.0.1:46899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61130}, + {"Proto": "peerapi6", "Port": 61130} + ]}, + "Created": "2026-04-09T08:43:27.724548848Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8980604888020340, + "StableID": "nXgRKCGL8D21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "DiscoKey": "discokey:281d04d56b4d6c62c936c5b304a2c653cb036654d946a222a8ef5a80711bb661", + "Addresses": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "AllowedIPs": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "Endpoints": ["77.164.248.136:52931", "10.65.0.27:52931", "172.17.0.1:52931"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45473}, + {"Proto": "peerapi6", "Port": 45473} + ]}, + "Created": "2026-04-09T08:43:25.496731763Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10227,27 +10243,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5269820152476994": { - "ID": 5269820152476994, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4376790553814205": { + "ID": 4376790553814205, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "pidgey": { @@ -10278,26 +10296,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7759644268686116, - "StableID": "ndoUNRhMb321CNTRL", + "ID": 2219370364733044, + "StableID": "nmmmFa6ALJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 7759644268686116, - "Key": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "DiscoKey": "discokey:47f59f190c456412957fe52158e97b4762c169228a838c1c71022c7362114277", - "Addresses": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "AllowedIPs": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "Endpoints": ["77.164.248.136:35412", "10.65.0.27:35412", "172.17.0.1:35412"], + "User": 2219370364733044, + "Key": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "DiscoKey": "discokey:a0e1c33400ee994171fa2ff435681a071e9d01fd471d42e5c1b90f34fdf3ef1b", + "Addresses": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "AllowedIPs": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "Endpoints": ["77.164.248.136:49765", "10.65.0.27:49765", "172.17.0.1:49765"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 49355}, - {"Proto": "peerapi6", "Port": 49355}, + {"Proto": "peerapi4", "Port": 48865}, + {"Proto": "peerapi6", "Port": 48865}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:37:22.434282626Z", + "Created": "2026-04-09T08:43:21.246556101Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10325,302 +10343,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "MachineKey": "mkey:0dfe1ffad867da7dac0c8bb6f0a947462073bc0fb0651dafb4c8dfb7a74a072a", + "NodeKey": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "MachineKey": "mkey:eed054550146a5535c88a02d32739205c1aa11c8882d6535cbd4d9c5e3c8c900", "Peers": [{ - "ID": 5912663667094, - "StableID": "ns7oqJKg3111CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "DiscoKey": "discokey:b84c4e773dfd13b666f29d0f8d1b885a41d48e3b98b1ac66d78b90e41c34a028", - "Addresses": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "AllowedIPs": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "Endpoints": ["77.164.248.136:51406", "10.65.0.27:51406", "172.17.0.1:51406"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 35085}, - {"Proto": "peerapi6", "Port": 35085} - ]}, - "Created": "2026-04-09T01:37:24.011219688Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 276164924344212, - "StableID": "nF4ZgHP5A311CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "DiscoKey": "discokey:4c7d666d296331dc746f99f142dcb01b759a7f96c656f3e2949ad96c196e667c", - "Addresses": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "AllowedIPs": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "Endpoints": ["77.164.248.136:38750", "10.65.0.27:38750", "172.17.0.1:38750"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50361}, - {"Proto": "peerapi6", "Port": 50361} - ]}, - "Created": "2026-04-09T01:37:27.28488557Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 578580383252559, - "StableID": "n49LDtK3X511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "DiscoKey": "discokey:b94a2923c12c54ca7ef3b9711325873aacd5b311b30f6e9c1195db03b06cf96a", - "Addresses": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "AllowedIPs": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "Endpoints": ["77.164.248.136:49983", "10.65.0.27:49983", "172.17.0.1:49983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 62362}, - {"Proto": "peerapi6", "Port": 62362} - ]}, - "Created": "2026-04-09T01:37:24.552328405Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1172904116474568, - "StableID": "nu7PMjCDAA11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "DiscoKey": "discokey:2474647d5987def5236d51dbe2b1a4d7e01d3a6c2c3102b07d1cd1cea3098759", - "Addresses": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "AllowedIPs": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "Endpoints": ["77.164.248.136:53946", "10.65.0.27:53946", "172.17.0.1:53946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64096}, - {"Proto": "peerapi6", "Port": 64096} - ]}, - "Created": "2026-04-09T01:37:26.725640537Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1317026693362456, - "StableID": "nKitwM4VHB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "KeyExpiry": "2026-10-06T01:37:30Z", - "DiscoKey": "discokey:33815ca29780fd2618c5b3c60c2679621997ae2bd3961335a871a041bd79202e", - "Addresses": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "AllowedIPs": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "Endpoints": ["77.164.248.136:37446", "10.65.0.27:37446", "172.17.0.1:37446"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 38648}, - {"Proto": "peerapi6", "Port": 38648} - ]}, - "Created": "2026-04-09T01:37:30.251591343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1549866148245440, - "StableID": "nmdgFdMw6D11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "KeyExpiry": "2026-10-06T01:37:29Z", - "DiscoKey": "discokey:73bc79772e6543c55bf501c9ff943f77c2c578f4b06db190ebdb71ffb88f926c", - "Addresses": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "AllowedIPs": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "Endpoints": ["77.164.248.136:47125", "10.65.0.27:47125", "172.17.0.1:47125"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56147}, - {"Proto": "peerapi6", "Port": 56147} - ]}, - "Created": "2026-04-09T01:37:29.446940278Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2251206977600918, - "StableID": "nPTSicPaaJ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "KeyExpiry": "2026-10-06T01:37:28Z", - "DiscoKey": "discokey:87357f710d857c6dd5ce4df2b36151dffa23175259a89215cd13302a70142628", - "Addresses": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "AllowedIPs": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "Endpoints": ["77.164.248.136:33935", "10.65.0.27:33935", "172.17.0.1:33935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57531}, - {"Proto": "peerapi6", "Port": 57531} - ]}, - "Created": "2026-04-09T01:37:28.899706312Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2508640103120740, - "StableID": "nF6kUriAbL11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "DiscoKey": "discokey:e3fc73685616483529bcfb7b69787bbc2c27a52e871216207055f893c06a9c28", - "Addresses": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "AllowedIPs": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "Endpoints": ["77.164.248.136:37469", "10.65.0.27:37469", "172.17.0.1:37469"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 45374}, - {"Proto": "peerapi6", "Port": 45374} - ]}, - "Created": "2026-04-09T01:37:23.477726272Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2616550166601552, - "StableID": "nKnWGVL3SM11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "DiscoKey": "discokey:4256aedd014ab1c10cc5a3198b58db3f5f1bc3949410be75af11f43b0f708229", - "Addresses": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "AllowedIPs": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "Endpoints": ["77.164.248.136:47628", "10.65.0.27:47628", "172.17.0.1:47628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40449}, - {"Proto": "peerapi6", "Port": 40449} - ]}, - "Created": "2026-04-09T01:37:27.810937556Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689544418422142, - "StableID": "nbsbf2Pucd11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "DiscoKey": "discokey:cd093dfdd82fdbf65b30b92c0eda1e87836b78141e2990c998a241355b1fce50", - "Addresses": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "AllowedIPs": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "Endpoints": ["77.164.248.136:43326", "10.65.0.27:43326", "172.17.0.1:43326"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44333}, - {"Proto": "peerapi6", "Port": 44333} - ]}, - "Created": "2026-04-09T01:37:28.353769245Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5269820152476994, - "StableID": "n5QwDtEi9i11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "DiscoKey": "discokey:b2cc188dba4bf76f341f99d00725d7c1cd39b2bb9255a9d206b96ebfd2161c03", - "Addresses": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "AllowedIPs": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "Endpoints": ["77.164.248.136:39398", "10.65.0.27:39398", "172.17.0.1:39398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 47660}, - {"Proto": "peerapi6", "Port": 47660} - ]}, - "Created": "2026-04-09T01:37:22.924930451Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6248244991958048, - "StableID": "nBc7qSoqnq11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "DiscoKey": "discokey:6e0a654610f6a1c64cc8ff0393eb38befadc5b9fb79e6ed8e6887ca756db9a27", - "Addresses": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "AllowedIPs": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63481}, - {"Proto": "peerapi6", "Port": 63481} - ]}, - "Created": "2026-04-09T01:37:25.649187942Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6922270416543401, - "StableID": "nUgVWjJ74w11CNTRL", + "ID": 424420920759754, + "StableID": "nj3aQSpDK411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "DiscoKey": "discokey:dccd9934e1d30a4c306d31cdf14749a5eee46f5f4799ae8ad8cfd21f7f4df468", - "Addresses": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "AllowedIPs": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "Endpoints": ["77.164.248.136:51930", "10.65.0.27:51930", "172.17.0.1:51930"], - "HomeDERP": 14, + "Key": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "DiscoKey": "discokey:ab50b4cbc48829bb0f24f29cb389cd94f67759b84955360187f983a156f5fc71", + "Addresses": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "AllowedIPs": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "Endpoints": ["77.164.248.136:52874", "10.65.0.27:52874", "172.17.0.1:52874"], + "HomeDERP": 26, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49910}, - {"Proto": "peerapi6", "Port": 49910} + {"Proto": "peerapi4", "Port": 44497}, + {"Proto": "peerapi6", "Port": 44497} ]}, - "Created": "2026-04-09T01:37:25.096743608Z", + "Created": "2026-04-09T08:43:23.883060983Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8250945023969562, - "StableID": "nRJbjQLsR721CNTRL", + "ID": 601720710730707, + "StableID": "nQVGibBXh511CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "DiscoKey": "discokey:17ff933ab2739cf8b5b36e0c9230eb774d8339a5a7251fe6b5b4ff0eaaec3602", + "Addresses": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "AllowedIPs": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "Endpoints": ["77.164.248.136:45086", "10.65.0.27:45086", "172.17.0.1:45086"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64341}, + {"Proto": "peerapi6", "Port": 64341} + ]}, + "Created": "2026-04-09T08:43:22.814456575Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1275424381820120, + "StableID": "nmws8gEexA11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:56375c1b8a60c59e7e4f3f46c6585e4e38a427a152fccb23869562045127aa19", + "Addresses": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "AllowedIPs": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "Endpoints": ["77.164.248.136:32980", "10.65.0.27:32980", "172.17.0.1:32980"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43335}, + {"Proto": "peerapi6", "Port": 43335} + ]}, + "Created": "2026-04-09T08:43:28.751352116Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1337406816482686, + "StableID": "njX1ejQiSB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "DiscoKey": "discokey:3e015d11bd04500bff6ebadd298741b3a0f8269b0a38879a8ea9ce37283dbc13", + "Addresses": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "AllowedIPs": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "Endpoints": ["77.164.248.136:55559", "10.65.0.27:55559", "172.17.0.1:55559"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42104}, + {"Proto": "peerapi6", "Port": 42104} + ]}, + "Created": "2026-04-09T08:43:26.577994834Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2115397192507203, + "StableID": "nExj43u4XH11CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "DiscoKey": "discokey:671c4dfbbe64957cece995cf602933197afe77a1dac762dcf4afeeb6e779f946", - "Addresses": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "AllowedIPs": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "Endpoints": ["77.164.248.136:40392", "10.65.0.27:40392", "172.17.0.1:40392"], + "Key": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "DiscoKey": "discokey:38c5908503a53a9a11018d328861d86eba79b5fd12d9a91365bab526e96fe73b", + "Addresses": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "AllowedIPs": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "Endpoints": ["77.164.248.136:43951", "10.65.0.27:43951", "172.17.0.1:43951"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 42609}, - {"Proto": "peerapi6", "Port": 42609} + {"Proto": "peerapi4", "Port": 59860}, + {"Proto": "peerapi6", "Port": 59860} ]}, - "Created": "2026-04-09T01:37:26.194101081Z", + "Created": "2026-04-09T08:43:24.96044146Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" + }, { + "ID": 2131665723264410, + "StableID": "nFyGR9FSeH11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "DiscoKey": "discokey:cab17466bf9971ffcdb5544fdcb5090d5dc70dfc111a60fac66e6a8bebb2ba72", + "Addresses": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "AllowedIPs": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "Endpoints": ["77.164.248.136:55341", "10.65.0.27:55341", "172.17.0.1:55341"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 33939}, + {"Proto": "peerapi6", "Port": 33939} + ]}, + "Created": "2026-04-09T08:43:24.430124277Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 3766166060745939, + "StableID": "nvcBABohQW11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "DiscoKey": "discokey:d3de21a040f0dbead330ba4f8b32172672a6a76972b99fa1018da4e71354612e", + "Addresses": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "AllowedIPs": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "Endpoints": ["77.164.248.136:48193", "10.65.0.27:48193", "172.17.0.1:48193"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62121}, + {"Proto": "peerapi6", "Port": 62121} + ]}, + "Created": "2026-04-09T08:43:27.117313319Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4227348710293310, + "StableID": "nypseNHa1a11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "DiscoKey": "discokey:96cd0587508f1a6dc62cb1fac6a8da20c6ee19e0834c9d4cf5bdf8859e128320", + "Addresses": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "AllowedIPs": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "Endpoints": ["77.164.248.136:52961", "10.65.0.27:52961", "172.17.0.1:52961"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34790}, + {"Proto": "peerapi6", "Port": 34790} + ]}, + "Created": "2026-04-09T08:43:23.353525482Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4376790553814205, + "StableID": "nvwGdEsFBb11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "DiscoKey": "discokey:857f4b4f9e71b11f13a2482d90381fc237e142163a95de9ab47cdc4e5c6d1324", + "Addresses": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "AllowedIPs": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "Endpoints": ["77.164.248.136:39250", "10.65.0.27:39250", "172.17.0.1:39250"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44748}, + {"Proto": "peerapi6", "Port": 44748} + ]}, + "Created": "2026-04-09T08:43:21.746677464Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4392553251598296, + "StableID": "nm1cFgvPJb11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "DiscoKey": "discokey:ed4887facda89724ffa66398bf039c78c3a0a2cad1db3c564d97ce6aec562a05", + "Addresses": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "AllowedIPs": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "Endpoints": ["77.164.248.136:33150", "10.65.0.27:33150", "172.17.0.1:33150"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 35170}, + {"Proto": "peerapi6", "Port": 35170} + ]}, + "Created": "2026-04-09T08:43:22.286540984Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5944550270373506, + "StableID": "nXjjEpFJRo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:f06869c0b83a609240b23e36e311ef30b1c0173cd96853ae566f4df190ddf658", + "Addresses": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "AllowedIPs": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "Endpoints": ["77.164.248.136:50698", "10.65.0.27:50698", "172.17.0.1:50698"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59685}, + {"Proto": "peerapi6", "Port": 59685} + ]}, + "Created": "2026-04-09T08:43:28.210322463Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6260117137260492, + "StableID": "n9h2fPfDtq11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "DiscoKey": "discokey:a53333b1a2b91d5c75d53397143f64199c39f9be840d5189fc45d720b6b2df13", + "Addresses": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "AllowedIPs": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "Endpoints": ["77.164.248.136:43517", "10.65.0.27:43517", "172.17.0.1:43517"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65326}, + {"Proto": "peerapi6", "Port": 65326} + ]}, + "Created": "2026-04-09T08:43:26.037903517Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8364645072465985, + "StableID": "nr51gS3NK821CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "KeyExpiry": "2026-10-06T08:43:27Z", + "DiscoKey": "discokey:bc47380c8e9c510229c2ebef2a6a1c54d59eaa5098c841cfe7bc254da4a4764c", + "Addresses": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "AllowedIPs": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "Endpoints": ["77.164.248.136:46899", "10.65.0.27:46899", "172.17.0.1:46899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61130}, + {"Proto": "peerapi6", "Port": 61130} + ]}, + "Created": "2026-04-09T08:43:27.724548848Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8980604888020340, + "StableID": "nXgRKCGL8D21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "DiscoKey": "discokey:281d04d56b4d6c62c936c5b304a2c653cb036654d946a222a8ef5a80711bb661", + "Addresses": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "AllowedIPs": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "Endpoints": ["77.164.248.136:52931", "10.65.0.27:52931", "172.17.0.1:52931"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45473}, + {"Proto": "peerapi6", "Port": 45473} + ]}, + "Created": "2026-04-09T08:43:25.496731763Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11468,27 +11486,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7759644268686116": { - "ID": 7759644268686116, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2219370364733044": { + "ID": 2219370364733044, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11519,21 +11539,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 578580383252559, - "StableID": "n49LDtK3X511CNTRL", + "ID": 4227348710293310, + "StableID": "nypseNHa1a11CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 578580383252559, - "Key": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "DiscoKey": "discokey:b94a2923c12c54ca7ef3b9711325873aacd5b311b30f6e9c1195db03b06cf96a", - "Addresses": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "AllowedIPs": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "Endpoints": ["77.164.248.136:49983", "10.65.0.27:49983", "172.17.0.1:49983"], + "User": 4227348710293310, + "Key": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "DiscoKey": "discokey:96cd0587508f1a6dc62cb1fac6a8da20c6ee19e0834c9d4cf5bdf8859e128320", + "Addresses": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "AllowedIPs": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "Endpoints": ["77.164.248.136:52961", "10.65.0.27:52961", "172.17.0.1:52961"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 62362}, - {"Proto": "peerapi6", "Port": 62362}, + {"Proto": "peerapi4", "Port": 34790}, + {"Proto": "peerapi6", "Port": 34790}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:24.552328405Z", + "Created": "2026-04-09T08:43:23.353525482Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11561,300 +11581,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "MachineKey": "mkey:bf7c22a960c9aa19cdad98097f75d3d3685442b6dbd5f47b690bf82979642358", + "NodeKey": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "MachineKey": "mkey:faa520760ce987403ad403437bc8f773b341818d343947c042be273a881c7d5b", "Peers": [{ - "ID": 5912663667094, - "StableID": "ns7oqJKg3111CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "DiscoKey": "discokey:b84c4e773dfd13b666f29d0f8d1b885a41d48e3b98b1ac66d78b90e41c34a028", - "Addresses": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "AllowedIPs": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "Endpoints": ["77.164.248.136:51406", "10.65.0.27:51406", "172.17.0.1:51406"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 35085}, - {"Proto": "peerapi6", "Port": 35085} - ]}, - "Created": "2026-04-09T01:37:24.011219688Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 276164924344212, - "StableID": "nF4ZgHP5A311CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "DiscoKey": "discokey:4c7d666d296331dc746f99f142dcb01b759a7f96c656f3e2949ad96c196e667c", - "Addresses": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "AllowedIPs": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "Endpoints": ["77.164.248.136:38750", "10.65.0.27:38750", "172.17.0.1:38750"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50361}, - {"Proto": "peerapi6", "Port": 50361} - ]}, - "Created": "2026-04-09T01:37:27.28488557Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 1172904116474568, - "StableID": "nu7PMjCDAA11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "DiscoKey": "discokey:2474647d5987def5236d51dbe2b1a4d7e01d3a6c2c3102b07d1cd1cea3098759", - "Addresses": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "AllowedIPs": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "Endpoints": ["77.164.248.136:53946", "10.65.0.27:53946", "172.17.0.1:53946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64096}, - {"Proto": "peerapi6", "Port": 64096} - ]}, - "Created": "2026-04-09T01:37:26.725640537Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1317026693362456, - "StableID": "nKitwM4VHB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "KeyExpiry": "2026-10-06T01:37:30Z", - "DiscoKey": "discokey:33815ca29780fd2618c5b3c60c2679621997ae2bd3961335a871a041bd79202e", - "Addresses": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "AllowedIPs": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 38648}, - {"Proto": "peerapi6", "Port": 38648} - ]}, - "Created": "2026-04-09T01:37:30.251591343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1549866148245440, - "StableID": "nmdgFdMw6D11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "KeyExpiry": "2026-10-06T01:37:29Z", - "DiscoKey": "discokey:73bc79772e6543c55bf501c9ff943f77c2c578f4b06db190ebdb71ffb88f926c", - "Addresses": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "AllowedIPs": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "Endpoints": ["77.164.248.136:47125", "10.65.0.27:47125", "172.17.0.1:47125"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56147}, - {"Proto": "peerapi6", "Port": 56147} - ]}, - "Created": "2026-04-09T01:37:29.446940278Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2251206977600918, - "StableID": "nPTSicPaaJ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "KeyExpiry": "2026-10-06T01:37:28Z", - "DiscoKey": "discokey:87357f710d857c6dd5ce4df2b36151dffa23175259a89215cd13302a70142628", - "Addresses": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "AllowedIPs": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "Endpoints": ["77.164.248.136:33935", "10.65.0.27:33935", "172.17.0.1:33935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57531}, - {"Proto": "peerapi6", "Port": 57531} - ]}, - "Created": "2026-04-09T01:37:28.899706312Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2508640103120740, - "StableID": "nF6kUriAbL11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "DiscoKey": "discokey:e3fc73685616483529bcfb7b69787bbc2c27a52e871216207055f893c06a9c28", - "Addresses": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "AllowedIPs": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "Endpoints": ["77.164.248.136:37469", "10.65.0.27:37469", "172.17.0.1:37469"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 45374}, - {"Proto": "peerapi6", "Port": 45374} - ]}, - "Created": "2026-04-09T01:37:23.477726272Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2616550166601552, - "StableID": "nKnWGVL3SM11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "DiscoKey": "discokey:4256aedd014ab1c10cc5a3198b58db3f5f1bc3949410be75af11f43b0f708229", - "Addresses": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "AllowedIPs": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "Endpoints": ["77.164.248.136:47628", "10.65.0.27:47628", "172.17.0.1:47628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40449}, - {"Proto": "peerapi6", "Port": 40449} - ]}, - "Created": "2026-04-09T01:37:27.810937556Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689544418422142, - "StableID": "nbsbf2Pucd11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "DiscoKey": "discokey:cd093dfdd82fdbf65b30b92c0eda1e87836b78141e2990c998a241355b1fce50", - "Addresses": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "AllowedIPs": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "Endpoints": ["77.164.248.136:43326", "10.65.0.27:43326", "172.17.0.1:43326"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44333}, - {"Proto": "peerapi6", "Port": 44333} - ]}, - "Created": "2026-04-09T01:37:28.353769245Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5269820152476994, - "StableID": "n5QwDtEi9i11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "DiscoKey": "discokey:b2cc188dba4bf76f341f99d00725d7c1cd39b2bb9255a9d206b96ebfd2161c03", - "Addresses": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "AllowedIPs": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "Endpoints": ["77.164.248.136:39398", "10.65.0.27:39398", "172.17.0.1:39398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 47660}, - {"Proto": "peerapi6", "Port": 47660} - ]}, - "Created": "2026-04-09T01:37:22.924930451Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6248244991958048, - "StableID": "nBc7qSoqnq11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "DiscoKey": "discokey:6e0a654610f6a1c64cc8ff0393eb38befadc5b9fb79e6ed8e6887ca756db9a27", - "Addresses": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "AllowedIPs": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63481}, - {"Proto": "peerapi6", "Port": 63481} - ]}, - "Created": "2026-04-09T01:37:25.649187942Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6922270416543401, - "StableID": "nUgVWjJ74w11CNTRL", + "ID": 424420920759754, + "StableID": "nj3aQSpDK411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "DiscoKey": "discokey:dccd9934e1d30a4c306d31cdf14749a5eee46f5f4799ae8ad8cfd21f7f4df468", - "Addresses": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "AllowedIPs": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "Endpoints": ["77.164.248.136:51930", "10.65.0.27:51930", "172.17.0.1:51930"], - "HomeDERP": 14, + "Key": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "DiscoKey": "discokey:ab50b4cbc48829bb0f24f29cb389cd94f67759b84955360187f983a156f5fc71", + "Addresses": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "AllowedIPs": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "Endpoints": ["77.164.248.136:52874", "10.65.0.27:52874", "172.17.0.1:52874"], + "HomeDERP": 26, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49910}, - {"Proto": "peerapi6", "Port": 49910} + {"Proto": "peerapi4", "Port": 44497}, + {"Proto": "peerapi6", "Port": 44497} ]}, - "Created": "2026-04-09T01:37:25.096743608Z", + "Created": "2026-04-09T08:43:23.883060983Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7759644268686116, - "StableID": "ndoUNRhMb321CNTRL", + "ID": 601720710730707, + "StableID": "nQVGibBXh511CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "DiscoKey": "discokey:17ff933ab2739cf8b5b36e0c9230eb774d8339a5a7251fe6b5b4ff0eaaec3602", + "Addresses": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "AllowedIPs": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "Endpoints": ["77.164.248.136:45086", "10.65.0.27:45086", "172.17.0.1:45086"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64341}, + {"Proto": "peerapi6", "Port": 64341} + ]}, + "Created": "2026-04-09T08:43:22.814456575Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1275424381820120, + "StableID": "nmws8gEexA11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:56375c1b8a60c59e7e4f3f46c6585e4e38a427a152fccb23869562045127aa19", + "Addresses": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "AllowedIPs": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43335}, + {"Proto": "peerapi6", "Port": 43335} + ]}, + "Created": "2026-04-09T08:43:28.751352116Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1337406816482686, + "StableID": "njX1ejQiSB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "DiscoKey": "discokey:3e015d11bd04500bff6ebadd298741b3a0f8269b0a38879a8ea9ce37283dbc13", + "Addresses": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "AllowedIPs": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "Endpoints": ["77.164.248.136:55559", "10.65.0.27:55559", "172.17.0.1:55559"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42104}, + {"Proto": "peerapi6", "Port": 42104} + ]}, + "Created": "2026-04-09T08:43:26.577994834Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2115397192507203, + "StableID": "nExj43u4XH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "DiscoKey": "discokey:38c5908503a53a9a11018d328861d86eba79b5fd12d9a91365bab526e96fe73b", + "Addresses": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "AllowedIPs": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "Endpoints": ["77.164.248.136:43951", "10.65.0.27:43951", "172.17.0.1:43951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59860}, + {"Proto": "peerapi6", "Port": 59860} + ]}, + "Created": "2026-04-09T08:43:24.96044146Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2131665723264410, + "StableID": "nFyGR9FSeH11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "DiscoKey": "discokey:cab17466bf9971ffcdb5544fdcb5090d5dc70dfc111a60fac66e6a8bebb2ba72", + "Addresses": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "AllowedIPs": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "Endpoints": ["77.164.248.136:55341", "10.65.0.27:55341", "172.17.0.1:55341"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 33939}, + {"Proto": "peerapi6", "Port": 33939} + ]}, + "Created": "2026-04-09T08:43:24.430124277Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2219370364733044, + "StableID": "nmmmFa6ALJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "DiscoKey": "discokey:47f59f190c456412957fe52158e97b4762c169228a838c1c71022c7362114277", - "Addresses": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "AllowedIPs": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "Endpoints": ["77.164.248.136:35412", "10.65.0.27:35412", "172.17.0.1:35412"], + "Key": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "DiscoKey": "discokey:a0e1c33400ee994171fa2ff435681a071e9d01fd471d42e5c1b90f34fdf3ef1b", + "Addresses": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "AllowedIPs": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "Endpoints": ["77.164.248.136:49765", "10.65.0.27:49765", "172.17.0.1:49765"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49355}, - {"Proto": "peerapi6", "Port": 49355} + {"Proto": "peerapi4", "Port": 48865}, + {"Proto": "peerapi6", "Port": 48865} ]}, - "Created": "2026-04-09T01:37:22.434282626Z", + "Created": "2026-04-09T08:43:21.246556101Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8250945023969562, - "StableID": "nRJbjQLsR721CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 3766166060745939, + "StableID": "nvcBABohQW11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "DiscoKey": "discokey:671c4dfbbe64957cece995cf602933197afe77a1dac762dcf4afeeb6e779f946", - "Addresses": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "AllowedIPs": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "Endpoints": ["77.164.248.136:40392", "10.65.0.27:40392", "172.17.0.1:40392"], + "Key": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "DiscoKey": "discokey:d3de21a040f0dbead330ba4f8b32172672a6a76972b99fa1018da4e71354612e", + "Addresses": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "AllowedIPs": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "Endpoints": ["77.164.248.136:48193", "10.65.0.27:48193", "172.17.0.1:48193"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 42609}, - {"Proto": "peerapi6", "Port": 42609} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62121}, + {"Proto": "peerapi6", "Port": 62121} ]}, - "Created": "2026-04-09T01:37:26.194101081Z", + "Created": "2026-04-09T08:43:27.117313319Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4376790553814205, + "StableID": "nvwGdEsFBb11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "DiscoKey": "discokey:857f4b4f9e71b11f13a2482d90381fc237e142163a95de9ab47cdc4e5c6d1324", + "Addresses": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "AllowedIPs": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "Endpoints": ["77.164.248.136:39250", "10.65.0.27:39250", "172.17.0.1:39250"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44748}, + {"Proto": "peerapi6", "Port": 44748} + ]}, + "Created": "2026-04-09T08:43:21.746677464Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4392553251598296, + "StableID": "nm1cFgvPJb11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "DiscoKey": "discokey:ed4887facda89724ffa66398bf039c78c3a0a2cad1db3c564d97ce6aec562a05", + "Addresses": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "AllowedIPs": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "Endpoints": ["77.164.248.136:33150", "10.65.0.27:33150", "172.17.0.1:33150"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 35170}, + {"Proto": "peerapi6", "Port": 35170} + ]}, + "Created": "2026-04-09T08:43:22.286540984Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5944550270373506, + "StableID": "nXjjEpFJRo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:f06869c0b83a609240b23e36e311ef30b1c0173cd96853ae566f4df190ddf658", + "Addresses": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "AllowedIPs": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "Endpoints": ["77.164.248.136:50698", "10.65.0.27:50698", "172.17.0.1:50698"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59685}, + {"Proto": "peerapi6", "Port": 59685} + ]}, + "Created": "2026-04-09T08:43:28.210322463Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6260117137260492, + "StableID": "n9h2fPfDtq11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "DiscoKey": "discokey:a53333b1a2b91d5c75d53397143f64199c39f9be840d5189fc45d720b6b2df13", + "Addresses": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "AllowedIPs": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "Endpoints": ["77.164.248.136:43517", "10.65.0.27:43517", "172.17.0.1:43517"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65326}, + {"Proto": "peerapi6", "Port": 65326} + ]}, + "Created": "2026-04-09T08:43:26.037903517Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8364645072465985, + "StableID": "nr51gS3NK821CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "KeyExpiry": "2026-10-06T08:43:27Z", + "DiscoKey": "discokey:bc47380c8e9c510229c2ebef2a6a1c54d59eaa5098c841cfe7bc254da4a4764c", + "Addresses": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "AllowedIPs": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "Endpoints": ["77.164.248.136:46899", "10.65.0.27:46899", "172.17.0.1:46899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61130}, + {"Proto": "peerapi6", "Port": 61130} + ]}, + "Created": "2026-04-09T08:43:27.724548848Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8980604888020340, + "StableID": "nXgRKCGL8D21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "DiscoKey": "discokey:281d04d56b4d6c62c936c5b304a2c653cb036654d946a222a8ef5a80711bb661", + "Addresses": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "AllowedIPs": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "Endpoints": ["77.164.248.136:52931", "10.65.0.27:52931", "172.17.0.1:52931"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45473}, + {"Proto": "peerapi6", "Port": 45473} + ]}, + "Created": "2026-04-09T08:43:25.496731763Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12702,27 +12722,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "578580383252559": { - "ID": 578580383252559, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4227348710293310": { + "ID": 4227348710293310, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "rattata": { @@ -12753,21 +12775,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5912663667094, - "StableID": "ns7oqJKg3111CNTRL", + "ID": 601720710730707, + "StableID": "nQVGibBXh511CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 5912663667094, - "Key": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "DiscoKey": "discokey:b84c4e773dfd13b666f29d0f8d1b885a41d48e3b98b1ac66d78b90e41c34a028", - "Addresses": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "AllowedIPs": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "Endpoints": ["77.164.248.136:51406", "10.65.0.27:51406", "172.17.0.1:51406"], + "User": 601720710730707, + "Key": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "DiscoKey": "discokey:17ff933ab2739cf8b5b36e0c9230eb774d8339a5a7251fe6b5b4ff0eaaec3602", + "Addresses": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "AllowedIPs": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "Endpoints": ["77.164.248.136:45086", "10.65.0.27:45086", "172.17.0.1:45086"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 35085}, - {"Proto": "peerapi6", "Port": 35085}, + {"Proto": "peerapi4", "Port": 64341}, + {"Proto": "peerapi6", "Port": 64341}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:24.011219688Z", + "Created": "2026-04-09T08:43:22.814456575Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12795,300 +12817,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "MachineKey": "mkey:57eafee3ada2466e4ed9db7fd528c030149e7a03baeae60f66f6507c406f8171", + "NodeKey": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "MachineKey": "mkey:58efdde9cfb13b7be8f75a935a458f4cbe4c40608163c0d2f92dc06a446c586f", "Peers": [{ - "ID": 276164924344212, - "StableID": "nF4ZgHP5A311CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "DiscoKey": "discokey:4c7d666d296331dc746f99f142dcb01b759a7f96c656f3e2949ad96c196e667c", - "Addresses": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "AllowedIPs": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "Endpoints": ["77.164.248.136:38750", "10.65.0.27:38750", "172.17.0.1:38750"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50361}, - {"Proto": "peerapi6", "Port": 50361} - ]}, - "Created": "2026-04-09T01:37:27.28488557Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 578580383252559, - "StableID": "n49LDtK3X511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "DiscoKey": "discokey:b94a2923c12c54ca7ef3b9711325873aacd5b311b30f6e9c1195db03b06cf96a", - "Addresses": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "AllowedIPs": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "Endpoints": ["77.164.248.136:49983", "10.65.0.27:49983", "172.17.0.1:49983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 62362}, - {"Proto": "peerapi6", "Port": 62362} - ]}, - "Created": "2026-04-09T01:37:24.552328405Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1172904116474568, - "StableID": "nu7PMjCDAA11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "DiscoKey": "discokey:2474647d5987def5236d51dbe2b1a4d7e01d3a6c2c3102b07d1cd1cea3098759", - "Addresses": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "AllowedIPs": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "Endpoints": ["77.164.248.136:53946", "10.65.0.27:53946", "172.17.0.1:53946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64096}, - {"Proto": "peerapi6", "Port": 64096} - ]}, - "Created": "2026-04-09T01:37:26.725640537Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1317026693362456, - "StableID": "nKitwM4VHB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "KeyExpiry": "2026-10-06T01:37:30Z", - "DiscoKey": "discokey:33815ca29780fd2618c5b3c60c2679621997ae2bd3961335a871a041bd79202e", - "Addresses": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "AllowedIPs": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 38648}, - {"Proto": "peerapi6", "Port": 38648} - ]}, - "Created": "2026-04-09T01:37:30.251591343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1549866148245440, - "StableID": "nmdgFdMw6D11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "KeyExpiry": "2026-10-06T01:37:29Z", - "DiscoKey": "discokey:73bc79772e6543c55bf501c9ff943f77c2c578f4b06db190ebdb71ffb88f926c", - "Addresses": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "AllowedIPs": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "Endpoints": ["77.164.248.136:47125", "10.65.0.27:47125", "172.17.0.1:47125"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56147}, - {"Proto": "peerapi6", "Port": 56147} - ]}, - "Created": "2026-04-09T01:37:29.446940278Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2251206977600918, - "StableID": "nPTSicPaaJ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "KeyExpiry": "2026-10-06T01:37:28Z", - "DiscoKey": "discokey:87357f710d857c6dd5ce4df2b36151dffa23175259a89215cd13302a70142628", - "Addresses": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "AllowedIPs": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "Endpoints": ["77.164.248.136:33935", "10.65.0.27:33935", "172.17.0.1:33935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57531}, - {"Proto": "peerapi6", "Port": 57531} - ]}, - "Created": "2026-04-09T01:37:28.899706312Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2508640103120740, - "StableID": "nF6kUriAbL11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "DiscoKey": "discokey:e3fc73685616483529bcfb7b69787bbc2c27a52e871216207055f893c06a9c28", - "Addresses": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "AllowedIPs": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "Endpoints": ["77.164.248.136:37469", "10.65.0.27:37469", "172.17.0.1:37469"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 45374}, - {"Proto": "peerapi6", "Port": 45374} - ]}, - "Created": "2026-04-09T01:37:23.477726272Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2616550166601552, - "StableID": "nKnWGVL3SM11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "DiscoKey": "discokey:4256aedd014ab1c10cc5a3198b58db3f5f1bc3949410be75af11f43b0f708229", - "Addresses": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "AllowedIPs": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "Endpoints": ["77.164.248.136:47628", "10.65.0.27:47628", "172.17.0.1:47628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40449}, - {"Proto": "peerapi6", "Port": 40449} - ]}, - "Created": "2026-04-09T01:37:27.810937556Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689544418422142, - "StableID": "nbsbf2Pucd11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "DiscoKey": "discokey:cd093dfdd82fdbf65b30b92c0eda1e87836b78141e2990c998a241355b1fce50", - "Addresses": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "AllowedIPs": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "Endpoints": ["77.164.248.136:43326", "10.65.0.27:43326", "172.17.0.1:43326"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44333}, - {"Proto": "peerapi6", "Port": 44333} - ]}, - "Created": "2026-04-09T01:37:28.353769245Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5269820152476994, - "StableID": "n5QwDtEi9i11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "DiscoKey": "discokey:b2cc188dba4bf76f341f99d00725d7c1cd39b2bb9255a9d206b96ebfd2161c03", - "Addresses": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "AllowedIPs": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "Endpoints": ["77.164.248.136:39398", "10.65.0.27:39398", "172.17.0.1:39398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 47660}, - {"Proto": "peerapi6", "Port": 47660} - ]}, - "Created": "2026-04-09T01:37:22.924930451Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6248244991958048, - "StableID": "nBc7qSoqnq11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "DiscoKey": "discokey:6e0a654610f6a1c64cc8ff0393eb38befadc5b9fb79e6ed8e6887ca756db9a27", - "Addresses": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "AllowedIPs": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63481}, - {"Proto": "peerapi6", "Port": 63481} - ]}, - "Created": "2026-04-09T01:37:25.649187942Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6922270416543401, - "StableID": "nUgVWjJ74w11CNTRL", + "ID": 424420920759754, + "StableID": "nj3aQSpDK411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "DiscoKey": "discokey:dccd9934e1d30a4c306d31cdf14749a5eee46f5f4799ae8ad8cfd21f7f4df468", - "Addresses": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "AllowedIPs": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "Endpoints": ["77.164.248.136:51930", "10.65.0.27:51930", "172.17.0.1:51930"], - "HomeDERP": 14, + "Key": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "DiscoKey": "discokey:ab50b4cbc48829bb0f24f29cb389cd94f67759b84955360187f983a156f5fc71", + "Addresses": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "AllowedIPs": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "Endpoints": ["77.164.248.136:52874", "10.65.0.27:52874", "172.17.0.1:52874"], + "HomeDERP": 26, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49910}, - {"Proto": "peerapi6", "Port": 49910} + {"Proto": "peerapi4", "Port": 44497}, + {"Proto": "peerapi6", "Port": 44497} ]}, - "Created": "2026-04-09T01:37:25.096743608Z", + "Created": "2026-04-09T08:43:23.883060983Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7759644268686116, - "StableID": "ndoUNRhMb321CNTRL", + "ID": 1275424381820120, + "StableID": "nmws8gEexA11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:56375c1b8a60c59e7e4f3f46c6585e4e38a427a152fccb23869562045127aa19", + "Addresses": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "AllowedIPs": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43335}, + {"Proto": "peerapi6", "Port": 43335} + ]}, + "Created": "2026-04-09T08:43:28.751352116Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1337406816482686, + "StableID": "njX1ejQiSB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "DiscoKey": "discokey:3e015d11bd04500bff6ebadd298741b3a0f8269b0a38879a8ea9ce37283dbc13", + "Addresses": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "AllowedIPs": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "Endpoints": ["77.164.248.136:55559", "10.65.0.27:55559", "172.17.0.1:55559"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42104}, + {"Proto": "peerapi6", "Port": 42104} + ]}, + "Created": "2026-04-09T08:43:26.577994834Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2115397192507203, + "StableID": "nExj43u4XH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "DiscoKey": "discokey:38c5908503a53a9a11018d328861d86eba79b5fd12d9a91365bab526e96fe73b", + "Addresses": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "AllowedIPs": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "Endpoints": ["77.164.248.136:43951", "10.65.0.27:43951", "172.17.0.1:43951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59860}, + {"Proto": "peerapi6", "Port": 59860} + ]}, + "Created": "2026-04-09T08:43:24.96044146Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2131665723264410, + "StableID": "nFyGR9FSeH11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "DiscoKey": "discokey:cab17466bf9971ffcdb5544fdcb5090d5dc70dfc111a60fac66e6a8bebb2ba72", + "Addresses": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "AllowedIPs": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "Endpoints": ["77.164.248.136:55341", "10.65.0.27:55341", "172.17.0.1:55341"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 33939}, + {"Proto": "peerapi6", "Port": 33939} + ]}, + "Created": "2026-04-09T08:43:24.430124277Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2219370364733044, + "StableID": "nmmmFa6ALJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "DiscoKey": "discokey:47f59f190c456412957fe52158e97b4762c169228a838c1c71022c7362114277", - "Addresses": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "AllowedIPs": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "Endpoints": ["77.164.248.136:35412", "10.65.0.27:35412", "172.17.0.1:35412"], + "Key": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "DiscoKey": "discokey:a0e1c33400ee994171fa2ff435681a071e9d01fd471d42e5c1b90f34fdf3ef1b", + "Addresses": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "AllowedIPs": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "Endpoints": ["77.164.248.136:49765", "10.65.0.27:49765", "172.17.0.1:49765"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49355}, - {"Proto": "peerapi6", "Port": 49355} + {"Proto": "peerapi4", "Port": 48865}, + {"Proto": "peerapi6", "Port": 48865} ]}, - "Created": "2026-04-09T01:37:22.434282626Z", + "Created": "2026-04-09T08:43:21.246556101Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8250945023969562, - "StableID": "nRJbjQLsR721CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 3766166060745939, + "StableID": "nvcBABohQW11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "DiscoKey": "discokey:671c4dfbbe64957cece995cf602933197afe77a1dac762dcf4afeeb6e779f946", - "Addresses": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "AllowedIPs": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "Endpoints": ["77.164.248.136:40392", "10.65.0.27:40392", "172.17.0.1:40392"], + "Key": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "DiscoKey": "discokey:d3de21a040f0dbead330ba4f8b32172672a6a76972b99fa1018da4e71354612e", + "Addresses": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "AllowedIPs": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "Endpoints": ["77.164.248.136:48193", "10.65.0.27:48193", "172.17.0.1:48193"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 42609}, - {"Proto": "peerapi6", "Port": 42609} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62121}, + {"Proto": "peerapi6", "Port": 62121} ]}, - "Created": "2026-04-09T01:37:26.194101081Z", + "Created": "2026-04-09T08:43:27.117313319Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4227348710293310, + "StableID": "nypseNHa1a11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "DiscoKey": "discokey:96cd0587508f1a6dc62cb1fac6a8da20c6ee19e0834c9d4cf5bdf8859e128320", + "Addresses": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "AllowedIPs": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "Endpoints": ["77.164.248.136:52961", "10.65.0.27:52961", "172.17.0.1:52961"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34790}, + {"Proto": "peerapi6", "Port": 34790} + ]}, + "Created": "2026-04-09T08:43:23.353525482Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4376790553814205, + "StableID": "nvwGdEsFBb11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "DiscoKey": "discokey:857f4b4f9e71b11f13a2482d90381fc237e142163a95de9ab47cdc4e5c6d1324", + "Addresses": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "AllowedIPs": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "Endpoints": ["77.164.248.136:39250", "10.65.0.27:39250", "172.17.0.1:39250"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44748}, + {"Proto": "peerapi6", "Port": 44748} + ]}, + "Created": "2026-04-09T08:43:21.746677464Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4392553251598296, + "StableID": "nm1cFgvPJb11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "DiscoKey": "discokey:ed4887facda89724ffa66398bf039c78c3a0a2cad1db3c564d97ce6aec562a05", + "Addresses": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "AllowedIPs": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "Endpoints": ["77.164.248.136:33150", "10.65.0.27:33150", "172.17.0.1:33150"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 35170}, + {"Proto": "peerapi6", "Port": 35170} + ]}, + "Created": "2026-04-09T08:43:22.286540984Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5944550270373506, + "StableID": "nXjjEpFJRo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:f06869c0b83a609240b23e36e311ef30b1c0173cd96853ae566f4df190ddf658", + "Addresses": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "AllowedIPs": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "Endpoints": ["77.164.248.136:50698", "10.65.0.27:50698", "172.17.0.1:50698"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59685}, + {"Proto": "peerapi6", "Port": 59685} + ]}, + "Created": "2026-04-09T08:43:28.210322463Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6260117137260492, + "StableID": "n9h2fPfDtq11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "DiscoKey": "discokey:a53333b1a2b91d5c75d53397143f64199c39f9be840d5189fc45d720b6b2df13", + "Addresses": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "AllowedIPs": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "Endpoints": ["77.164.248.136:43517", "10.65.0.27:43517", "172.17.0.1:43517"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65326}, + {"Proto": "peerapi6", "Port": 65326} + ]}, + "Created": "2026-04-09T08:43:26.037903517Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8364645072465985, + "StableID": "nr51gS3NK821CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "KeyExpiry": "2026-10-06T08:43:27Z", + "DiscoKey": "discokey:bc47380c8e9c510229c2ebef2a6a1c54d59eaa5098c841cfe7bc254da4a4764c", + "Addresses": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "AllowedIPs": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "Endpoints": ["77.164.248.136:46899", "10.65.0.27:46899", "172.17.0.1:46899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61130}, + {"Proto": "peerapi6", "Port": 61130} + ]}, + "Created": "2026-04-09T08:43:27.724548848Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8980604888020340, + "StableID": "nXgRKCGL8D21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "DiscoKey": "discokey:281d04d56b4d6c62c936c5b304a2c653cb036654d946a222a8ef5a80711bb661", + "Addresses": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "AllowedIPs": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "Endpoints": ["77.164.248.136:52931", "10.65.0.27:52931", "172.17.0.1:52931"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45473}, + {"Proto": "peerapi6", "Port": 45473} + ]}, + "Created": "2026-04-09T08:43:25.496731763Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13936,27 +13958,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5912663667094": { - "ID": 5912663667094, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "601720710730707": { + "ID": 601720710730707, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13987,26 +14011,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6248244991958048, - "StableID": "nBc7qSoqnq11CNTRL", + "ID": 2131665723264410, + "StableID": "nFyGR9FSeH11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 6248244991958048, - "Key": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "DiscoKey": "discokey:6e0a654610f6a1c64cc8ff0393eb38befadc5b9fb79e6ed8e6887ca756db9a27", - "Addresses": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "AllowedIPs": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], + "User": 2131665723264410, + "Key": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "DiscoKey": "discokey:cab17466bf9971ffcdb5544fdcb5090d5dc70dfc111a60fac66e6a8bebb2ba72", + "Addresses": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "AllowedIPs": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "Endpoints": ["77.164.248.136:55341", "10.65.0.27:55341", "172.17.0.1:55341"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 63481}, - {"Proto": "peerapi6", "Port": 63481}, + {"Proto": "peerapi4", "Port": 33939}, + {"Proto": "peerapi6", "Port": 33939}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:37:25.649187942Z", + "Created": "2026-04-09T08:43:24.430124277Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -14034,302 +14058,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "MachineKey": "mkey:d52f3e8a117ac5b2327778f8ba6e48a308eb59878b56ef102e0f217b23dc475e", + "NodeKey": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "MachineKey": "mkey:adfacaf2f00514ea0ae15afffa3696a9eaaa46159fd018c730e7c4d4169fb12e", "Peers": [{ - "ID": 5912663667094, - "StableID": "ns7oqJKg3111CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "DiscoKey": "discokey:b84c4e773dfd13b666f29d0f8d1b885a41d48e3b98b1ac66d78b90e41c34a028", - "Addresses": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "AllowedIPs": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "Endpoints": ["77.164.248.136:51406", "10.65.0.27:51406", "172.17.0.1:51406"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 35085}, - {"Proto": "peerapi6", "Port": 35085} - ]}, - "Created": "2026-04-09T01:37:24.011219688Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 276164924344212, - "StableID": "nF4ZgHP5A311CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "DiscoKey": "discokey:4c7d666d296331dc746f99f142dcb01b759a7f96c656f3e2949ad96c196e667c", - "Addresses": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "AllowedIPs": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "Endpoints": ["77.164.248.136:38750", "10.65.0.27:38750", "172.17.0.1:38750"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50361}, - {"Proto": "peerapi6", "Port": 50361} - ]}, - "Created": "2026-04-09T01:37:27.28488557Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 578580383252559, - "StableID": "n49LDtK3X511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "DiscoKey": "discokey:b94a2923c12c54ca7ef3b9711325873aacd5b311b30f6e9c1195db03b06cf96a", - "Addresses": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "AllowedIPs": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "Endpoints": ["77.164.248.136:49983", "10.65.0.27:49983", "172.17.0.1:49983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 62362}, - {"Proto": "peerapi6", "Port": 62362} - ]}, - "Created": "2026-04-09T01:37:24.552328405Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1172904116474568, - "StableID": "nu7PMjCDAA11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "DiscoKey": "discokey:2474647d5987def5236d51dbe2b1a4d7e01d3a6c2c3102b07d1cd1cea3098759", - "Addresses": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "AllowedIPs": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "Endpoints": ["77.164.248.136:53946", "10.65.0.27:53946", "172.17.0.1:53946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64096}, - {"Proto": "peerapi6", "Port": 64096} - ]}, - "Created": "2026-04-09T01:37:26.725640537Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1317026693362456, - "StableID": "nKitwM4VHB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "KeyExpiry": "2026-10-06T01:37:30Z", - "DiscoKey": "discokey:33815ca29780fd2618c5b3c60c2679621997ae2bd3961335a871a041bd79202e", - "Addresses": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "AllowedIPs": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "Endpoints": ["77.164.248.136:37446", "10.65.0.27:37446", "172.17.0.1:37446"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 38648}, - {"Proto": "peerapi6", "Port": 38648} - ]}, - "Created": "2026-04-09T01:37:30.251591343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1549866148245440, - "StableID": "nmdgFdMw6D11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "KeyExpiry": "2026-10-06T01:37:29Z", - "DiscoKey": "discokey:73bc79772e6543c55bf501c9ff943f77c2c578f4b06db190ebdb71ffb88f926c", - "Addresses": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "AllowedIPs": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "Endpoints": ["77.164.248.136:47125", "10.65.0.27:47125", "172.17.0.1:47125"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56147}, - {"Proto": "peerapi6", "Port": 56147} - ]}, - "Created": "2026-04-09T01:37:29.446940278Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2251206977600918, - "StableID": "nPTSicPaaJ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "KeyExpiry": "2026-10-06T01:37:28Z", - "DiscoKey": "discokey:87357f710d857c6dd5ce4df2b36151dffa23175259a89215cd13302a70142628", - "Addresses": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "AllowedIPs": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "Endpoints": ["77.164.248.136:33935", "10.65.0.27:33935", "172.17.0.1:33935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57531}, - {"Proto": "peerapi6", "Port": 57531} - ]}, - "Created": "2026-04-09T01:37:28.899706312Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2508640103120740, - "StableID": "nF6kUriAbL11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "DiscoKey": "discokey:e3fc73685616483529bcfb7b69787bbc2c27a52e871216207055f893c06a9c28", - "Addresses": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "AllowedIPs": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "Endpoints": ["77.164.248.136:37469", "10.65.0.27:37469", "172.17.0.1:37469"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 45374}, - {"Proto": "peerapi6", "Port": 45374} - ]}, - "Created": "2026-04-09T01:37:23.477726272Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2616550166601552, - "StableID": "nKnWGVL3SM11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "DiscoKey": "discokey:4256aedd014ab1c10cc5a3198b58db3f5f1bc3949410be75af11f43b0f708229", - "Addresses": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "AllowedIPs": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "Endpoints": ["77.164.248.136:47628", "10.65.0.27:47628", "172.17.0.1:47628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40449}, - {"Proto": "peerapi6", "Port": 40449} - ]}, - "Created": "2026-04-09T01:37:27.810937556Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689544418422142, - "StableID": "nbsbf2Pucd11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "DiscoKey": "discokey:cd093dfdd82fdbf65b30b92c0eda1e87836b78141e2990c998a241355b1fce50", - "Addresses": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "AllowedIPs": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "Endpoints": ["77.164.248.136:43326", "10.65.0.27:43326", "172.17.0.1:43326"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44333}, - {"Proto": "peerapi6", "Port": 44333} - ]}, - "Created": "2026-04-09T01:37:28.353769245Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5269820152476994, - "StableID": "n5QwDtEi9i11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "DiscoKey": "discokey:b2cc188dba4bf76f341f99d00725d7c1cd39b2bb9255a9d206b96ebfd2161c03", - "Addresses": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "AllowedIPs": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "Endpoints": ["77.164.248.136:39398", "10.65.0.27:39398", "172.17.0.1:39398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 47660}, - {"Proto": "peerapi6", "Port": 47660} - ]}, - "Created": "2026-04-09T01:37:22.924930451Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6922270416543401, - "StableID": "nUgVWjJ74w11CNTRL", + "ID": 424420920759754, + "StableID": "nj3aQSpDK411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "DiscoKey": "discokey:dccd9934e1d30a4c306d31cdf14749a5eee46f5f4799ae8ad8cfd21f7f4df468", - "Addresses": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "AllowedIPs": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "Endpoints": ["77.164.248.136:51930", "10.65.0.27:51930", "172.17.0.1:51930"], - "HomeDERP": 14, + "Key": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "DiscoKey": "discokey:ab50b4cbc48829bb0f24f29cb389cd94f67759b84955360187f983a156f5fc71", + "Addresses": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "AllowedIPs": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "Endpoints": ["77.164.248.136:52874", "10.65.0.27:52874", "172.17.0.1:52874"], + "HomeDERP": 26, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49910}, - {"Proto": "peerapi6", "Port": 49910} + {"Proto": "peerapi4", "Port": 44497}, + {"Proto": "peerapi6", "Port": 44497} ]}, - "Created": "2026-04-09T01:37:25.096743608Z", + "Created": "2026-04-09T08:43:23.883060983Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7759644268686116, - "StableID": "ndoUNRhMb321CNTRL", + "ID": 601720710730707, + "StableID": "nQVGibBXh511CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "DiscoKey": "discokey:17ff933ab2739cf8b5b36e0c9230eb774d8339a5a7251fe6b5b4ff0eaaec3602", + "Addresses": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "AllowedIPs": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "Endpoints": ["77.164.248.136:45086", "10.65.0.27:45086", "172.17.0.1:45086"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64341}, + {"Proto": "peerapi6", "Port": 64341} + ]}, + "Created": "2026-04-09T08:43:22.814456575Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1275424381820120, + "StableID": "nmws8gEexA11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:56375c1b8a60c59e7e4f3f46c6585e4e38a427a152fccb23869562045127aa19", + "Addresses": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "AllowedIPs": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "Endpoints": ["77.164.248.136:32980", "10.65.0.27:32980", "172.17.0.1:32980"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43335}, + {"Proto": "peerapi6", "Port": 43335} + ]}, + "Created": "2026-04-09T08:43:28.751352116Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1337406816482686, + "StableID": "njX1ejQiSB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "DiscoKey": "discokey:3e015d11bd04500bff6ebadd298741b3a0f8269b0a38879a8ea9ce37283dbc13", + "Addresses": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "AllowedIPs": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "Endpoints": ["77.164.248.136:55559", "10.65.0.27:55559", "172.17.0.1:55559"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42104}, + {"Proto": "peerapi6", "Port": 42104} + ]}, + "Created": "2026-04-09T08:43:26.577994834Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2115397192507203, + "StableID": "nExj43u4XH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "DiscoKey": "discokey:38c5908503a53a9a11018d328861d86eba79b5fd12d9a91365bab526e96fe73b", + "Addresses": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "AllowedIPs": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "Endpoints": ["77.164.248.136:43951", "10.65.0.27:43951", "172.17.0.1:43951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59860}, + {"Proto": "peerapi6", "Port": 59860} + ]}, + "Created": "2026-04-09T08:43:24.96044146Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2219370364733044, + "StableID": "nmmmFa6ALJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "DiscoKey": "discokey:47f59f190c456412957fe52158e97b4762c169228a838c1c71022c7362114277", - "Addresses": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "AllowedIPs": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "Endpoints": ["77.164.248.136:35412", "10.65.0.27:35412", "172.17.0.1:35412"], + "Key": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "DiscoKey": "discokey:a0e1c33400ee994171fa2ff435681a071e9d01fd471d42e5c1b90f34fdf3ef1b", + "Addresses": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "AllowedIPs": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "Endpoints": ["77.164.248.136:49765", "10.65.0.27:49765", "172.17.0.1:49765"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49355}, - {"Proto": "peerapi6", "Port": 49355} + {"Proto": "peerapi4", "Port": 48865}, + {"Proto": "peerapi6", "Port": 48865} ]}, - "Created": "2026-04-09T01:37:22.434282626Z", + "Created": "2026-04-09T08:43:21.246556101Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8250945023969562, - "StableID": "nRJbjQLsR721CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 3766166060745939, + "StableID": "nvcBABohQW11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "DiscoKey": "discokey:671c4dfbbe64957cece995cf602933197afe77a1dac762dcf4afeeb6e779f946", - "Addresses": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "AllowedIPs": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "Endpoints": ["77.164.248.136:40392", "10.65.0.27:40392", "172.17.0.1:40392"], + "Key": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "DiscoKey": "discokey:d3de21a040f0dbead330ba4f8b32172672a6a76972b99fa1018da4e71354612e", + "Addresses": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "AllowedIPs": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "Endpoints": ["77.164.248.136:48193", "10.65.0.27:48193", "172.17.0.1:48193"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 42609}, - {"Proto": "peerapi6", "Port": 42609} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62121}, + {"Proto": "peerapi6", "Port": 62121} ]}, - "Created": "2026-04-09T01:37:26.194101081Z", + "Created": "2026-04-09T08:43:27.117313319Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4227348710293310, + "StableID": "nypseNHa1a11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "DiscoKey": "discokey:96cd0587508f1a6dc62cb1fac6a8da20c6ee19e0834c9d4cf5bdf8859e128320", + "Addresses": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "AllowedIPs": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "Endpoints": ["77.164.248.136:52961", "10.65.0.27:52961", "172.17.0.1:52961"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34790}, + {"Proto": "peerapi6", "Port": 34790} + ]}, + "Created": "2026-04-09T08:43:23.353525482Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4376790553814205, + "StableID": "nvwGdEsFBb11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "DiscoKey": "discokey:857f4b4f9e71b11f13a2482d90381fc237e142163a95de9ab47cdc4e5c6d1324", + "Addresses": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "AllowedIPs": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "Endpoints": ["77.164.248.136:39250", "10.65.0.27:39250", "172.17.0.1:39250"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44748}, + {"Proto": "peerapi6", "Port": 44748} + ]}, + "Created": "2026-04-09T08:43:21.746677464Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4392553251598296, + "StableID": "nm1cFgvPJb11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "DiscoKey": "discokey:ed4887facda89724ffa66398bf039c78c3a0a2cad1db3c564d97ce6aec562a05", + "Addresses": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "AllowedIPs": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "Endpoints": ["77.164.248.136:33150", "10.65.0.27:33150", "172.17.0.1:33150"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 35170}, + {"Proto": "peerapi6", "Port": 35170} + ]}, + "Created": "2026-04-09T08:43:22.286540984Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5944550270373506, + "StableID": "nXjjEpFJRo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:f06869c0b83a609240b23e36e311ef30b1c0173cd96853ae566f4df190ddf658", + "Addresses": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "AllowedIPs": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "Endpoints": ["77.164.248.136:50698", "10.65.0.27:50698", "172.17.0.1:50698"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59685}, + {"Proto": "peerapi6", "Port": 59685} + ]}, + "Created": "2026-04-09T08:43:28.210322463Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6260117137260492, + "StableID": "n9h2fPfDtq11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "DiscoKey": "discokey:a53333b1a2b91d5c75d53397143f64199c39f9be840d5189fc45d720b6b2df13", + "Addresses": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "AllowedIPs": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "Endpoints": ["77.164.248.136:43517", "10.65.0.27:43517", "172.17.0.1:43517"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65326}, + {"Proto": "peerapi6", "Port": 65326} + ]}, + "Created": "2026-04-09T08:43:26.037903517Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8364645072465985, + "StableID": "nr51gS3NK821CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "KeyExpiry": "2026-10-06T08:43:27Z", + "DiscoKey": "discokey:bc47380c8e9c510229c2ebef2a6a1c54d59eaa5098c841cfe7bc254da4a4764c", + "Addresses": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "AllowedIPs": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "Endpoints": ["77.164.248.136:46899", "10.65.0.27:46899", "172.17.0.1:46899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61130}, + {"Proto": "peerapi6", "Port": 61130} + ]}, + "Created": "2026-04-09T08:43:27.724548848Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8980604888020340, + "StableID": "nXgRKCGL8D21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "DiscoKey": "discokey:281d04d56b4d6c62c936c5b304a2c653cb036654d946a222a8ef5a80711bb661", + "Addresses": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "AllowedIPs": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "Endpoints": ["77.164.248.136:52931", "10.65.0.27:52931", "172.17.0.1:52931"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45473}, + {"Proto": "peerapi6", "Port": 45473} + ]}, + "Created": "2026-04-09T08:43:25.496731763Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15177,27 +15201,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6248244991958048": { - "ID": 6248244991958048, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2131665723264410": { + "ID": 2131665723264410, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "squirtle": { @@ -15228,26 +15254,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1172904116474568, - "StableID": "nu7PMjCDAA11CNTRL", + "ID": 8980604888020340, + "StableID": "nXgRKCGL8D21CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 1172904116474568, - "Key": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "DiscoKey": "discokey:2474647d5987def5236d51dbe2b1a4d7e01d3a6c2c3102b07d1cd1cea3098759", - "Addresses": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "AllowedIPs": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "Endpoints": ["77.164.248.136:53946", "10.65.0.27:53946", "172.17.0.1:53946"], + "User": 8980604888020340, + "Key": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "DiscoKey": "discokey:281d04d56b4d6c62c936c5b304a2c653cb036654d946a222a8ef5a80711bb661", + "Addresses": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "AllowedIPs": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "Endpoints": ["77.164.248.136:52931", "10.65.0.27:52931", "172.17.0.1:52931"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 64096}, - {"Proto": "peerapi6", "Port": 64096}, + {"Proto": "peerapi4", "Port": 45473}, + {"Proto": "peerapi6", "Port": 45473}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:37:26.725640537Z", + "Created": "2026-04-09T08:43:25.496731763Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15275,302 +15301,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "MachineKey": "mkey:8b08284430ce892c70016f00dd336e57193b04dc68af745b95c13b22d8834575", + "NodeKey": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "MachineKey": "mkey:326421b98677f568514d1d9148fd543492567bc0b78f55ffa68210b2631e7169", "Peers": [{ - "ID": 5912663667094, - "StableID": "ns7oqJKg3111CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "DiscoKey": "discokey:b84c4e773dfd13b666f29d0f8d1b885a41d48e3b98b1ac66d78b90e41c34a028", - "Addresses": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "AllowedIPs": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "Endpoints": ["77.164.248.136:51406", "10.65.0.27:51406", "172.17.0.1:51406"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 35085}, - {"Proto": "peerapi6", "Port": 35085} - ]}, - "Created": "2026-04-09T01:37:24.011219688Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 276164924344212, - "StableID": "nF4ZgHP5A311CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "DiscoKey": "discokey:4c7d666d296331dc746f99f142dcb01b759a7f96c656f3e2949ad96c196e667c", - "Addresses": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "AllowedIPs": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "Endpoints": ["77.164.248.136:38750", "10.65.0.27:38750", "172.17.0.1:38750"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50361}, - {"Proto": "peerapi6", "Port": 50361} - ]}, - "Created": "2026-04-09T01:37:27.28488557Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 578580383252559, - "StableID": "n49LDtK3X511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "DiscoKey": "discokey:b94a2923c12c54ca7ef3b9711325873aacd5b311b30f6e9c1195db03b06cf96a", - "Addresses": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "AllowedIPs": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "Endpoints": ["77.164.248.136:49983", "10.65.0.27:49983", "172.17.0.1:49983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 62362}, - {"Proto": "peerapi6", "Port": 62362} - ]}, - "Created": "2026-04-09T01:37:24.552328405Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1317026693362456, - "StableID": "nKitwM4VHB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "KeyExpiry": "2026-10-06T01:37:30Z", - "DiscoKey": "discokey:33815ca29780fd2618c5b3c60c2679621997ae2bd3961335a871a041bd79202e", - "Addresses": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "AllowedIPs": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "Endpoints": ["77.164.248.136:37446", "10.65.0.27:37446", "172.17.0.1:37446"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 38648}, - {"Proto": "peerapi6", "Port": 38648} - ]}, - "Created": "2026-04-09T01:37:30.251591343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1549866148245440, - "StableID": "nmdgFdMw6D11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "KeyExpiry": "2026-10-06T01:37:29Z", - "DiscoKey": "discokey:73bc79772e6543c55bf501c9ff943f77c2c578f4b06db190ebdb71ffb88f926c", - "Addresses": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "AllowedIPs": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "Endpoints": ["77.164.248.136:47125", "10.65.0.27:47125", "172.17.0.1:47125"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56147}, - {"Proto": "peerapi6", "Port": 56147} - ]}, - "Created": "2026-04-09T01:37:29.446940278Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2251206977600918, - "StableID": "nPTSicPaaJ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "KeyExpiry": "2026-10-06T01:37:28Z", - "DiscoKey": "discokey:87357f710d857c6dd5ce4df2b36151dffa23175259a89215cd13302a70142628", - "Addresses": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "AllowedIPs": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "Endpoints": ["77.164.248.136:33935", "10.65.0.27:33935", "172.17.0.1:33935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57531}, - {"Proto": "peerapi6", "Port": 57531} - ]}, - "Created": "2026-04-09T01:37:28.899706312Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2508640103120740, - "StableID": "nF6kUriAbL11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "DiscoKey": "discokey:e3fc73685616483529bcfb7b69787bbc2c27a52e871216207055f893c06a9c28", - "Addresses": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "AllowedIPs": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "Endpoints": ["77.164.248.136:37469", "10.65.0.27:37469", "172.17.0.1:37469"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 45374}, - {"Proto": "peerapi6", "Port": 45374} - ]}, - "Created": "2026-04-09T01:37:23.477726272Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2616550166601552, - "StableID": "nKnWGVL3SM11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "DiscoKey": "discokey:4256aedd014ab1c10cc5a3198b58db3f5f1bc3949410be75af11f43b0f708229", - "Addresses": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "AllowedIPs": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "Endpoints": ["77.164.248.136:47628", "10.65.0.27:47628", "172.17.0.1:47628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40449}, - {"Proto": "peerapi6", "Port": 40449} - ]}, - "Created": "2026-04-09T01:37:27.810937556Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689544418422142, - "StableID": "nbsbf2Pucd11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "DiscoKey": "discokey:cd093dfdd82fdbf65b30b92c0eda1e87836b78141e2990c998a241355b1fce50", - "Addresses": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "AllowedIPs": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "Endpoints": ["77.164.248.136:43326", "10.65.0.27:43326", "172.17.0.1:43326"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44333}, - {"Proto": "peerapi6", "Port": 44333} - ]}, - "Created": "2026-04-09T01:37:28.353769245Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5269820152476994, - "StableID": "n5QwDtEi9i11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "DiscoKey": "discokey:b2cc188dba4bf76f341f99d00725d7c1cd39b2bb9255a9d206b96ebfd2161c03", - "Addresses": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "AllowedIPs": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "Endpoints": ["77.164.248.136:39398", "10.65.0.27:39398", "172.17.0.1:39398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 47660}, - {"Proto": "peerapi6", "Port": 47660} - ]}, - "Created": "2026-04-09T01:37:22.924930451Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6248244991958048, - "StableID": "nBc7qSoqnq11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "DiscoKey": "discokey:6e0a654610f6a1c64cc8ff0393eb38befadc5b9fb79e6ed8e6887ca756db9a27", - "Addresses": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "AllowedIPs": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63481}, - {"Proto": "peerapi6", "Port": 63481} - ]}, - "Created": "2026-04-09T01:37:25.649187942Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6922270416543401, - "StableID": "nUgVWjJ74w11CNTRL", + "ID": 424420920759754, + "StableID": "nj3aQSpDK411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "DiscoKey": "discokey:dccd9934e1d30a4c306d31cdf14749a5eee46f5f4799ae8ad8cfd21f7f4df468", - "Addresses": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "AllowedIPs": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "Endpoints": ["77.164.248.136:51930", "10.65.0.27:51930", "172.17.0.1:51930"], - "HomeDERP": 14, + "Key": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "DiscoKey": "discokey:ab50b4cbc48829bb0f24f29cb389cd94f67759b84955360187f983a156f5fc71", + "Addresses": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "AllowedIPs": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "Endpoints": ["77.164.248.136:52874", "10.65.0.27:52874", "172.17.0.1:52874"], + "HomeDERP": 26, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49910}, - {"Proto": "peerapi6", "Port": 49910} + {"Proto": "peerapi4", "Port": 44497}, + {"Proto": "peerapi6", "Port": 44497} ]}, - "Created": "2026-04-09T01:37:25.096743608Z", + "Created": "2026-04-09T08:43:23.883060983Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7759644268686116, - "StableID": "ndoUNRhMb321CNTRL", + "ID": 601720710730707, + "StableID": "nQVGibBXh511CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "DiscoKey": "discokey:17ff933ab2739cf8b5b36e0c9230eb774d8339a5a7251fe6b5b4ff0eaaec3602", + "Addresses": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "AllowedIPs": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "Endpoints": ["77.164.248.136:45086", "10.65.0.27:45086", "172.17.0.1:45086"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64341}, + {"Proto": "peerapi6", "Port": 64341} + ]}, + "Created": "2026-04-09T08:43:22.814456575Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1275424381820120, + "StableID": "nmws8gEexA11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:56375c1b8a60c59e7e4f3f46c6585e4e38a427a152fccb23869562045127aa19", + "Addresses": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "AllowedIPs": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "Endpoints": ["77.164.248.136:32980", "10.65.0.27:32980", "172.17.0.1:32980"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43335}, + {"Proto": "peerapi6", "Port": 43335} + ]}, + "Created": "2026-04-09T08:43:28.751352116Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1337406816482686, + "StableID": "njX1ejQiSB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "DiscoKey": "discokey:3e015d11bd04500bff6ebadd298741b3a0f8269b0a38879a8ea9ce37283dbc13", + "Addresses": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "AllowedIPs": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "Endpoints": ["77.164.248.136:55559", "10.65.0.27:55559", "172.17.0.1:55559"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42104}, + {"Proto": "peerapi6", "Port": 42104} + ]}, + "Created": "2026-04-09T08:43:26.577994834Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2115397192507203, + "StableID": "nExj43u4XH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "DiscoKey": "discokey:38c5908503a53a9a11018d328861d86eba79b5fd12d9a91365bab526e96fe73b", + "Addresses": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "AllowedIPs": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "Endpoints": ["77.164.248.136:43951", "10.65.0.27:43951", "172.17.0.1:43951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59860}, + {"Proto": "peerapi6", "Port": 59860} + ]}, + "Created": "2026-04-09T08:43:24.96044146Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2131665723264410, + "StableID": "nFyGR9FSeH11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "DiscoKey": "discokey:cab17466bf9971ffcdb5544fdcb5090d5dc70dfc111a60fac66e6a8bebb2ba72", + "Addresses": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "AllowedIPs": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "Endpoints": ["77.164.248.136:55341", "10.65.0.27:55341", "172.17.0.1:55341"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 33939}, + {"Proto": "peerapi6", "Port": 33939} + ]}, + "Created": "2026-04-09T08:43:24.430124277Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2219370364733044, + "StableID": "nmmmFa6ALJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "DiscoKey": "discokey:47f59f190c456412957fe52158e97b4762c169228a838c1c71022c7362114277", - "Addresses": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "AllowedIPs": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "Endpoints": ["77.164.248.136:35412", "10.65.0.27:35412", "172.17.0.1:35412"], + "Key": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "DiscoKey": "discokey:a0e1c33400ee994171fa2ff435681a071e9d01fd471d42e5c1b90f34fdf3ef1b", + "Addresses": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "AllowedIPs": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "Endpoints": ["77.164.248.136:49765", "10.65.0.27:49765", "172.17.0.1:49765"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49355}, - {"Proto": "peerapi6", "Port": 49355} + {"Proto": "peerapi4", "Port": 48865}, + {"Proto": "peerapi6", "Port": 48865} ]}, - "Created": "2026-04-09T01:37:22.434282626Z", + "Created": "2026-04-09T08:43:21.246556101Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8250945023969562, - "StableID": "nRJbjQLsR721CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 3766166060745939, + "StableID": "nvcBABohQW11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "DiscoKey": "discokey:671c4dfbbe64957cece995cf602933197afe77a1dac762dcf4afeeb6e779f946", - "Addresses": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "AllowedIPs": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "Endpoints": ["77.164.248.136:40392", "10.65.0.27:40392", "172.17.0.1:40392"], + "Key": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "DiscoKey": "discokey:d3de21a040f0dbead330ba4f8b32172672a6a76972b99fa1018da4e71354612e", + "Addresses": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "AllowedIPs": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "Endpoints": ["77.164.248.136:48193", "10.65.0.27:48193", "172.17.0.1:48193"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 42609}, - {"Proto": "peerapi6", "Port": 42609} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62121}, + {"Proto": "peerapi6", "Port": 62121} ]}, - "Created": "2026-04-09T01:37:26.194101081Z", + "Created": "2026-04-09T08:43:27.117313319Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4227348710293310, + "StableID": "nypseNHa1a11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "DiscoKey": "discokey:96cd0587508f1a6dc62cb1fac6a8da20c6ee19e0834c9d4cf5bdf8859e128320", + "Addresses": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "AllowedIPs": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "Endpoints": ["77.164.248.136:52961", "10.65.0.27:52961", "172.17.0.1:52961"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34790}, + {"Proto": "peerapi6", "Port": 34790} + ]}, + "Created": "2026-04-09T08:43:23.353525482Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4376790553814205, + "StableID": "nvwGdEsFBb11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "DiscoKey": "discokey:857f4b4f9e71b11f13a2482d90381fc237e142163a95de9ab47cdc4e5c6d1324", + "Addresses": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "AllowedIPs": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "Endpoints": ["77.164.248.136:39250", "10.65.0.27:39250", "172.17.0.1:39250"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44748}, + {"Proto": "peerapi6", "Port": 44748} + ]}, + "Created": "2026-04-09T08:43:21.746677464Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4392553251598296, + "StableID": "nm1cFgvPJb11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "DiscoKey": "discokey:ed4887facda89724ffa66398bf039c78c3a0a2cad1db3c564d97ce6aec562a05", + "Addresses": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "AllowedIPs": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "Endpoints": ["77.164.248.136:33150", "10.65.0.27:33150", "172.17.0.1:33150"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 35170}, + {"Proto": "peerapi6", "Port": 35170} + ]}, + "Created": "2026-04-09T08:43:22.286540984Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5944550270373506, + "StableID": "nXjjEpFJRo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:f06869c0b83a609240b23e36e311ef30b1c0173cd96853ae566f4df190ddf658", + "Addresses": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "AllowedIPs": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "Endpoints": ["77.164.248.136:50698", "10.65.0.27:50698", "172.17.0.1:50698"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59685}, + {"Proto": "peerapi6", "Port": 59685} + ]}, + "Created": "2026-04-09T08:43:28.210322463Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 6260117137260492, + "StableID": "n9h2fPfDtq11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "DiscoKey": "discokey:a53333b1a2b91d5c75d53397143f64199c39f9be840d5189fc45d720b6b2df13", + "Addresses": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "AllowedIPs": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "Endpoints": ["77.164.248.136:43517", "10.65.0.27:43517", "172.17.0.1:43517"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65326}, + {"Proto": "peerapi6", "Port": 65326} + ]}, + "Created": "2026-04-09T08:43:26.037903517Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8364645072465985, + "StableID": "nr51gS3NK821CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "KeyExpiry": "2026-10-06T08:43:27Z", + "DiscoKey": "discokey:bc47380c8e9c510229c2ebef2a6a1c54d59eaa5098c841cfe7bc254da4a4764c", + "Addresses": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "AllowedIPs": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "Endpoints": ["77.164.248.136:46899", "10.65.0.27:46899", "172.17.0.1:46899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61130}, + {"Proto": "peerapi6", "Port": 61130} + ]}, + "Created": "2026-04-09T08:43:27.724548848Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16418,27 +16444,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1172904116474568": { - "ID": 1172904116474568, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }, "1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8980604888020340": { + "ID": 8980604888020340, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16469,22 +16497,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1549866148245440, - "StableID": "nmdgFdMw6D11CNTRL", + "ID": 5944550270373506, + "StableID": "nXjjEpFJRo11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "KeyExpiry": "2026-10-06T01:37:29Z", - "DiscoKey": "discokey:73bc79772e6543c55bf501c9ff943f77c2c578f4b06db190ebdb71ffb88f926c", - "Addresses": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "AllowedIPs": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "Endpoints": ["77.164.248.136:47125", "10.65.0.27:47125", "172.17.0.1:47125"], + "Key": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:f06869c0b83a609240b23e36e311ef30b1c0173cd96853ae566f4df190ddf658", + "Addresses": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "AllowedIPs": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "Endpoints": ["77.164.248.136:50698", "10.65.0.27:50698", "172.17.0.1:50698"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56147}, - {"Proto": "peerapi6", "Port": 56147}, + {"Proto": "peerapi4", "Port": 59685}, + {"Proto": "peerapi6", "Port": 59685}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:29.446940278Z", + "Created": "2026-04-09T08:43:28.210322463Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16511,300 +16539,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "MachineKey": "mkey:ddcb5d66e043f66035e5f65437afe9add409f68116cda42a0542b5125433a66e", + "NodeKey": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "MachineKey": "mkey:3667ad273305b779f84e9156b1d180e23aa2c0765420b4527f115232bfd5737f", "Peers": [{ - "ID": 5912663667094, - "StableID": "ns7oqJKg3111CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "DiscoKey": "discokey:b84c4e773dfd13b666f29d0f8d1b885a41d48e3b98b1ac66d78b90e41c34a028", - "Addresses": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "AllowedIPs": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "Endpoints": ["77.164.248.136:51406", "10.65.0.27:51406", "172.17.0.1:51406"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 35085}, - {"Proto": "peerapi6", "Port": 35085} - ]}, - "Created": "2026-04-09T01:37:24.011219688Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 276164924344212, - "StableID": "nF4ZgHP5A311CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "DiscoKey": "discokey:4c7d666d296331dc746f99f142dcb01b759a7f96c656f3e2949ad96c196e667c", - "Addresses": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "AllowedIPs": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "Endpoints": ["77.164.248.136:38750", "10.65.0.27:38750", "172.17.0.1:38750"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 50361}, - {"Proto": "peerapi6", "Port": 50361} - ]}, - "Created": "2026-04-09T01:37:27.28488557Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 578580383252559, - "StableID": "n49LDtK3X511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "DiscoKey": "discokey:b94a2923c12c54ca7ef3b9711325873aacd5b311b30f6e9c1195db03b06cf96a", - "Addresses": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "AllowedIPs": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "Endpoints": ["77.164.248.136:49983", "10.65.0.27:49983", "172.17.0.1:49983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 62362}, - {"Proto": "peerapi6", "Port": 62362} - ]}, - "Created": "2026-04-09T01:37:24.552328405Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1172904116474568, - "StableID": "nu7PMjCDAA11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "DiscoKey": "discokey:2474647d5987def5236d51dbe2b1a4d7e01d3a6c2c3102b07d1cd1cea3098759", - "Addresses": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "AllowedIPs": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "Endpoints": ["77.164.248.136:53946", "10.65.0.27:53946", "172.17.0.1:53946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64096}, - {"Proto": "peerapi6", "Port": 64096} - ]}, - "Created": "2026-04-09T01:37:26.725640537Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1317026693362456, - "StableID": "nKitwM4VHB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "KeyExpiry": "2026-10-06T01:37:30Z", - "DiscoKey": "discokey:33815ca29780fd2618c5b3c60c2679621997ae2bd3961335a871a041bd79202e", - "Addresses": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "AllowedIPs": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 38648}, - {"Proto": "peerapi6", "Port": 38648} - ]}, - "Created": "2026-04-09T01:37:30.251591343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2251206977600918, - "StableID": "nPTSicPaaJ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "KeyExpiry": "2026-10-06T01:37:28Z", - "DiscoKey": "discokey:87357f710d857c6dd5ce4df2b36151dffa23175259a89215cd13302a70142628", - "Addresses": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "AllowedIPs": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "Endpoints": ["77.164.248.136:33935", "10.65.0.27:33935", "172.17.0.1:33935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57531}, - {"Proto": "peerapi6", "Port": 57531} - ]}, - "Created": "2026-04-09T01:37:28.899706312Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2508640103120740, - "StableID": "nF6kUriAbL11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "DiscoKey": "discokey:e3fc73685616483529bcfb7b69787bbc2c27a52e871216207055f893c06a9c28", - "Addresses": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "AllowedIPs": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "Endpoints": ["77.164.248.136:37469", "10.65.0.27:37469", "172.17.0.1:37469"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 45374}, - {"Proto": "peerapi6", "Port": 45374} - ]}, - "Created": "2026-04-09T01:37:23.477726272Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2616550166601552, - "StableID": "nKnWGVL3SM11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "DiscoKey": "discokey:4256aedd014ab1c10cc5a3198b58db3f5f1bc3949410be75af11f43b0f708229", - "Addresses": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "AllowedIPs": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "Endpoints": ["77.164.248.136:47628", "10.65.0.27:47628", "172.17.0.1:47628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40449}, - {"Proto": "peerapi6", "Port": 40449} - ]}, - "Created": "2026-04-09T01:37:27.810937556Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689544418422142, - "StableID": "nbsbf2Pucd11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "DiscoKey": "discokey:cd093dfdd82fdbf65b30b92c0eda1e87836b78141e2990c998a241355b1fce50", - "Addresses": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "AllowedIPs": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "Endpoints": ["77.164.248.136:43326", "10.65.0.27:43326", "172.17.0.1:43326"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44333}, - {"Proto": "peerapi6", "Port": 44333} - ]}, - "Created": "2026-04-09T01:37:28.353769245Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5269820152476994, - "StableID": "n5QwDtEi9i11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "DiscoKey": "discokey:b2cc188dba4bf76f341f99d00725d7c1cd39b2bb9255a9d206b96ebfd2161c03", - "Addresses": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "AllowedIPs": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "Endpoints": ["77.164.248.136:39398", "10.65.0.27:39398", "172.17.0.1:39398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 47660}, - {"Proto": "peerapi6", "Port": 47660} - ]}, - "Created": "2026-04-09T01:37:22.924930451Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6248244991958048, - "StableID": "nBc7qSoqnq11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "DiscoKey": "discokey:6e0a654610f6a1c64cc8ff0393eb38befadc5b9fb79e6ed8e6887ca756db9a27", - "Addresses": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "AllowedIPs": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63481}, - {"Proto": "peerapi6", "Port": 63481} - ]}, - "Created": "2026-04-09T01:37:25.649187942Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6922270416543401, - "StableID": "nUgVWjJ74w11CNTRL", + "ID": 424420920759754, + "StableID": "nj3aQSpDK411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "DiscoKey": "discokey:dccd9934e1d30a4c306d31cdf14749a5eee46f5f4799ae8ad8cfd21f7f4df468", - "Addresses": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "AllowedIPs": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "Endpoints": ["77.164.248.136:51930", "10.65.0.27:51930", "172.17.0.1:51930"], - "HomeDERP": 14, + "Key": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "DiscoKey": "discokey:ab50b4cbc48829bb0f24f29cb389cd94f67759b84955360187f983a156f5fc71", + "Addresses": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "AllowedIPs": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "Endpoints": ["77.164.248.136:52874", "10.65.0.27:52874", "172.17.0.1:52874"], + "HomeDERP": 26, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49910}, - {"Proto": "peerapi6", "Port": 49910} + {"Proto": "peerapi4", "Port": 44497}, + {"Proto": "peerapi6", "Port": 44497} ]}, - "Created": "2026-04-09T01:37:25.096743608Z", + "Created": "2026-04-09T08:43:23.883060983Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7759644268686116, - "StableID": "ndoUNRhMb321CNTRL", + "ID": 601720710730707, + "StableID": "nQVGibBXh511CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "DiscoKey": "discokey:17ff933ab2739cf8b5b36e0c9230eb774d8339a5a7251fe6b5b4ff0eaaec3602", + "Addresses": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "AllowedIPs": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "Endpoints": ["77.164.248.136:45086", "10.65.0.27:45086", "172.17.0.1:45086"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64341}, + {"Proto": "peerapi6", "Port": 64341} + ]}, + "Created": "2026-04-09T08:43:22.814456575Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1275424381820120, + "StableID": "nmws8gEexA11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:56375c1b8a60c59e7e4f3f46c6585e4e38a427a152fccb23869562045127aa19", + "Addresses": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "AllowedIPs": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "Endpoints": ["77.164.248.136:32980", "10.65.0.27:32980", "172.17.0.1:32980"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43335}, + {"Proto": "peerapi6", "Port": 43335} + ]}, + "Created": "2026-04-09T08:43:28.751352116Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1337406816482686, + "StableID": "njX1ejQiSB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "DiscoKey": "discokey:3e015d11bd04500bff6ebadd298741b3a0f8269b0a38879a8ea9ce37283dbc13", + "Addresses": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "AllowedIPs": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "Endpoints": ["77.164.248.136:55559", "10.65.0.27:55559", "172.17.0.1:55559"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42104}, + {"Proto": "peerapi6", "Port": 42104} + ]}, + "Created": "2026-04-09T08:43:26.577994834Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2115397192507203, + "StableID": "nExj43u4XH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "DiscoKey": "discokey:38c5908503a53a9a11018d328861d86eba79b5fd12d9a91365bab526e96fe73b", + "Addresses": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "AllowedIPs": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "Endpoints": ["77.164.248.136:43951", "10.65.0.27:43951", "172.17.0.1:43951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59860}, + {"Proto": "peerapi6", "Port": 59860} + ]}, + "Created": "2026-04-09T08:43:24.96044146Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2131665723264410, + "StableID": "nFyGR9FSeH11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "DiscoKey": "discokey:cab17466bf9971ffcdb5544fdcb5090d5dc70dfc111a60fac66e6a8bebb2ba72", + "Addresses": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "AllowedIPs": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "Endpoints": ["77.164.248.136:55341", "10.65.0.27:55341", "172.17.0.1:55341"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 33939}, + {"Proto": "peerapi6", "Port": 33939} + ]}, + "Created": "2026-04-09T08:43:24.430124277Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2219370364733044, + "StableID": "nmmmFa6ALJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "DiscoKey": "discokey:47f59f190c456412957fe52158e97b4762c169228a838c1c71022c7362114277", - "Addresses": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "AllowedIPs": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "Endpoints": ["77.164.248.136:35412", "10.65.0.27:35412", "172.17.0.1:35412"], + "Key": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "DiscoKey": "discokey:a0e1c33400ee994171fa2ff435681a071e9d01fd471d42e5c1b90f34fdf3ef1b", + "Addresses": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "AllowedIPs": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "Endpoints": ["77.164.248.136:49765", "10.65.0.27:49765", "172.17.0.1:49765"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49355}, - {"Proto": "peerapi6", "Port": 49355} + {"Proto": "peerapi4", "Port": 48865}, + {"Proto": "peerapi6", "Port": 48865} ]}, - "Created": "2026-04-09T01:37:22.434282626Z", + "Created": "2026-04-09T08:43:21.246556101Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8250945023969562, - "StableID": "nRJbjQLsR721CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 3766166060745939, + "StableID": "nvcBABohQW11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "DiscoKey": "discokey:671c4dfbbe64957cece995cf602933197afe77a1dac762dcf4afeeb6e779f946", - "Addresses": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "AllowedIPs": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "Endpoints": ["77.164.248.136:40392", "10.65.0.27:40392", "172.17.0.1:40392"], + "Key": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "DiscoKey": "discokey:d3de21a040f0dbead330ba4f8b32172672a6a76972b99fa1018da4e71354612e", + "Addresses": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "AllowedIPs": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "Endpoints": ["77.164.248.136:48193", "10.65.0.27:48193", "172.17.0.1:48193"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 42609}, - {"Proto": "peerapi6", "Port": 42609} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62121}, + {"Proto": "peerapi6", "Port": 62121} ]}, - "Created": "2026-04-09T01:37:26.194101081Z", + "Created": "2026-04-09T08:43:27.117313319Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4227348710293310, + "StableID": "nypseNHa1a11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "DiscoKey": "discokey:96cd0587508f1a6dc62cb1fac6a8da20c6ee19e0834c9d4cf5bdf8859e128320", + "Addresses": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "AllowedIPs": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "Endpoints": ["77.164.248.136:52961", "10.65.0.27:52961", "172.17.0.1:52961"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34790}, + {"Proto": "peerapi6", "Port": 34790} + ]}, + "Created": "2026-04-09T08:43:23.353525482Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4376790553814205, + "StableID": "nvwGdEsFBb11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "DiscoKey": "discokey:857f4b4f9e71b11f13a2482d90381fc237e142163a95de9ab47cdc4e5c6d1324", + "Addresses": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "AllowedIPs": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "Endpoints": ["77.164.248.136:39250", "10.65.0.27:39250", "172.17.0.1:39250"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44748}, + {"Proto": "peerapi6", "Port": 44748} + ]}, + "Created": "2026-04-09T08:43:21.746677464Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4392553251598296, + "StableID": "nm1cFgvPJb11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "DiscoKey": "discokey:ed4887facda89724ffa66398bf039c78c3a0a2cad1db3c564d97ce6aec562a05", + "Addresses": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "AllowedIPs": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "Endpoints": ["77.164.248.136:33150", "10.65.0.27:33150", "172.17.0.1:33150"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 35170}, + {"Proto": "peerapi6", "Port": 35170} + ]}, + "Created": "2026-04-09T08:43:22.286540984Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6260117137260492, + "StableID": "n9h2fPfDtq11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "DiscoKey": "discokey:a53333b1a2b91d5c75d53397143f64199c39f9be840d5189fc45d720b6b2df13", + "Addresses": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "AllowedIPs": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "Endpoints": ["77.164.248.136:43517", "10.65.0.27:43517", "172.17.0.1:43517"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 65326}, + {"Proto": "peerapi6", "Port": 65326} + ]}, + "Created": "2026-04-09T08:43:26.037903517Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 8364645072465985, + "StableID": "nr51gS3NK821CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "KeyExpiry": "2026-10-06T08:43:27Z", + "DiscoKey": "discokey:bc47380c8e9c510229c2ebef2a6a1c54d59eaa5098c841cfe7bc254da4a4764c", + "Addresses": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "AllowedIPs": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "Endpoints": ["77.164.248.136:46899", "10.65.0.27:46899", "172.17.0.1:46899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61130}, + {"Proto": "peerapi6", "Port": 61130} + ]}, + "Created": "2026-04-09T08:43:27.724548848Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8980604888020340, + "StableID": "nXgRKCGL8D21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "DiscoKey": "discokey:281d04d56b4d6c62c936c5b304a2c653cb036654d946a222a8ef5a80711bb661", + "Addresses": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "AllowedIPs": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "Endpoints": ["77.164.248.136:52931", "10.65.0.27:52931", "172.17.0.1:52931"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45473}, + {"Proto": "peerapi6", "Port": 45473} + ]}, + "Created": "2026-04-09T08:43:25.496731763Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16832,7 +16862,7 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{ - "principals": [{"nodeIP": "100.96.73.77"}, {"nodeIP": "fd7a:115c:a1e0::9037:494d"}], + "principals": [{"nodeIP": "100.116.171.54"}, {"nodeIP": "fd7a:115c:a1e0::8e37:ab36"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -16841,7 +16871,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.96.73.77"}, {"nodeIP": "fd7a:115c:a1e0::9037:494d"}], + "principals": [{"nodeIP": "100.116.171.54"}, {"nodeIP": "fd7a:115c:a1e0::8e37:ab36"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -16850,7 +16880,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.96.73.77"}, {"nodeIP": "fd7a:115c:a1e0::9037:494d"}], + "principals": [{"nodeIP": "100.116.171.54"}, {"nodeIP": "fd7a:115c:a1e0::8e37:ab36"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -16859,7 +16889,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.96.73.77"}, {"nodeIP": "fd7a:115c:a1e0::9037:494d"}], + "principals": [{"nodeIP": "100.116.171.54"}, {"nodeIP": "fd7a:115c:a1e0::8e37:ab36"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17688,26 +17718,27 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [{ - "principals": [{"nodeIP": "100.96.73.77"}, {"nodeIP": "fd7a:115c:a1e0::9037:494d"}], + "principals": [{"nodeIP": "100.116.171.54"}, {"nodeIP": "fd7a:115c:a1e0::8e37:ab36"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -17716,7 +17747,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.96.73.77"}, {"nodeIP": "fd7a:115c:a1e0::9037:494d"}], + "principals": [{"nodeIP": "100.116.171.54"}, {"nodeIP": "fd7a:115c:a1e0::8e37:ab36"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17725,7 +17756,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.96.73.77"}, {"nodeIP": "fd7a:115c:a1e0::9037:494d"}], + "principals": [{"nodeIP": "100.116.171.54"}, {"nodeIP": "fd7a:115c:a1e0::8e37:ab36"}], "sshUsers": {"root": ""}, "action": { "accept": true, @@ -17734,7 +17765,7 @@ "allowRemotePortForwarding": true } }, { - "principals": [{"nodeIP": "100.96.73.77"}, {"nodeIP": "fd7a:115c:a1e0::9037:494d"}], + "principals": [{"nodeIP": "100.116.171.54"}, {"nodeIP": "fd7a:115c:a1e0::8e37:ab36"}], "sshUsers": {"freya": "freya"}, "action": { "accept": true, @@ -17771,21 +17802,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 276164924344212, - "StableID": "nF4ZgHP5A311CNTRL", + "ID": 6260117137260492, + "StableID": "n9h2fPfDtq11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 276164924344212, - "Key": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "DiscoKey": "discokey:4c7d666d296331dc746f99f142dcb01b759a7f96c656f3e2949ad96c196e667c", - "Addresses": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "AllowedIPs": ["100.78.19.94/32", "fd7a:115c:a1e0::fd37:135e/128"], - "Endpoints": ["77.164.248.136:38750", "10.65.0.27:38750", "172.17.0.1:38750"], + "User": 6260117137260492, + "Key": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "DiscoKey": "discokey:a53333b1a2b91d5c75d53397143f64199c39f9be840d5189fc45d720b6b2df13", + "Addresses": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "AllowedIPs": ["100.103.172.91/32", "fd7a:115c:a1e0::9437:ac5b/128"], + "Endpoints": ["77.164.248.136:43517", "10.65.0.27:43517", "172.17.0.1:43517"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 50361}, - {"Proto": "peerapi6", "Port": 50361}, + {"Proto": "peerapi4", "Port": 65326}, + {"Proto": "peerapi6", "Port": 65326}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:27.28488557Z", + "Created": "2026-04-09T08:43:26.037903517Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17813,300 +17844,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:486de5f7de9a31feb84749813db6ce970b5e91bffaac518c886493e2fd4e135d", - "MachineKey": "mkey:7997c50ae3cd16f0bb11fc483053e5c91d91ec92ca54ee83e49987dba2d38145", + "NodeKey": "nodekey:e9f3d0adb84243121fe7a4a7ea044ced504fff86bd1eee46b0ac2ba894a7ac5a", + "MachineKey": "mkey:4521fd31d7f4799d516b4c0e5a5132ea84bf45a97cea1b6c09e3e34af63f7925", "Peers": [{ - "ID": 5912663667094, - "StableID": "ns7oqJKg3111CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:f95bd90321996eea4a8a051ef8742002d258d601a4e1951441eaddd8d7fb4e73", - "DiscoKey": "discokey:b84c4e773dfd13b666f29d0f8d1b885a41d48e3b98b1ac66d78b90e41c34a028", - "Addresses": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "AllowedIPs": ["100.123.78.116/32", "fd7a:115c:a1e0::d737:4e74/128"], - "Endpoints": ["77.164.248.136:51406", "10.65.0.27:51406", "172.17.0.1:51406"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 35085}, - {"Proto": "peerapi6", "Port": 35085} - ]}, - "Created": "2026-04-09T01:37:24.011219688Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 578580383252559, - "StableID": "n49LDtK3X511CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dcd830b840f763347947e8056b13ba7deb15b93c772f18d6274d7a2ac6a93b44", - "DiscoKey": "discokey:b94a2923c12c54ca7ef3b9711325873aacd5b311b30f6e9c1195db03b06cf96a", - "Addresses": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "AllowedIPs": ["100.105.59.69/32", "fd7a:115c:a1e0::c637:3b45/128"], - "Endpoints": ["77.164.248.136:49983", "10.65.0.27:49983", "172.17.0.1:49983"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 62362}, - {"Proto": "peerapi6", "Port": 62362} - ]}, - "Created": "2026-04-09T01:37:24.552328405Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 1172904116474568, - "StableID": "nu7PMjCDAA11CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:67e0ddcfd66094adc08a6241a8e267674e607ec840d238c8a18aaa621a74f331", - "DiscoKey": "discokey:2474647d5987def5236d51dbe2b1a4d7e01d3a6c2c3102b07d1cd1cea3098759", - "Addresses": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "AllowedIPs": ["100.116.243.50/32", "fd7a:115c:a1e0::1a37:f332/128"], - "Endpoints": ["77.164.248.136:53946", "10.65.0.27:53946", "172.17.0.1:53946"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 64096}, - {"Proto": "peerapi6", "Port": 64096} - ]}, - "Created": "2026-04-09T01:37:26.725640537Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 1317026693362456, - "StableID": "nKitwM4VHB11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:199b0b8dd72bb3d6b8273ecf011aa604644bfe961f8ad7e60e1c4092076c255c", - "KeyExpiry": "2026-10-06T01:37:30Z", - "DiscoKey": "discokey:33815ca29780fd2618c5b3c60c2679621997ae2bd3961335a871a041bd79202e", - "Addresses": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "AllowedIPs": ["100.108.37.93/32", "fd7a:115c:a1e0::737:255d/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 38648}, - {"Proto": "peerapi6", "Port": 38648} - ]}, - "Created": "2026-04-09T01:37:30.251591343Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1549866148245440, - "StableID": "nmdgFdMw6D11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:2122ed69c8f87c249913f984e16a4e8ae0ce538b540fe2e36d5580e790a0494c", - "KeyExpiry": "2026-10-06T01:37:29Z", - "DiscoKey": "discokey:73bc79772e6543c55bf501c9ff943f77c2c578f4b06db190ebdb71ffb88f926c", - "Addresses": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "AllowedIPs": ["100.96.73.77/32", "fd7a:115c:a1e0::9037:494d/128"], - "Endpoints": ["77.164.248.136:47125", "10.65.0.27:47125", "172.17.0.1:47125"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56147}, - {"Proto": "peerapi6", "Port": 56147} - ]}, - "Created": "2026-04-09T01:37:29.446940278Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 2251206977600918, - "StableID": "nPTSicPaaJ11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:b3d81411c9ee31841caf3fa3ddd77d4443a264704325b3f6a575563e390b0831", - "KeyExpiry": "2026-10-06T01:37:28Z", - "DiscoKey": "discokey:87357f710d857c6dd5ce4df2b36151dffa23175259a89215cd13302a70142628", - "Addresses": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "AllowedIPs": ["100.75.8.50/32", "fd7a:115c:a1e0::3937:832/128"], - "Endpoints": ["77.164.248.136:33935", "10.65.0.27:33935", "172.17.0.1:33935"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 57531}, - {"Proto": "peerapi6", "Port": 57531} - ]}, - "Created": "2026-04-09T01:37:28.899706312Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 2508640103120740, - "StableID": "nF6kUriAbL11CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:5478f6939a010118069061971c068a0cf66b76624e4faf556b0e1f2449b5e130", - "DiscoKey": "discokey:e3fc73685616483529bcfb7b69787bbc2c27a52e871216207055f893c06a9c28", - "Addresses": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "AllowedIPs": ["100.117.225.49/32", "fd7a:115c:a1e0::4937:e131/128"], - "Endpoints": ["77.164.248.136:37469", "10.65.0.27:37469", "172.17.0.1:37469"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 45374}, - {"Proto": "peerapi6", "Port": 45374} - ]}, - "Created": "2026-04-09T01:37:23.477726272Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 2616550166601552, - "StableID": "nKnWGVL3SM11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ca34cece507ef7201a3ee9369f475515958734c1241a2801164d1182e10b6d51", - "DiscoKey": "discokey:4256aedd014ab1c10cc5a3198b58db3f5f1bc3949410be75af11f43b0f708229", - "Addresses": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "AllowedIPs": ["100.75.109.82/32", "fd7a:115c:a1e0::e137:6d52/128"], - "Endpoints": ["77.164.248.136:47628", "10.65.0.27:47628", "172.17.0.1:47628"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 40449}, - {"Proto": "peerapi6", "Port": 40449} - ]}, - "Created": "2026-04-09T01:37:27.810937556Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 4689544418422142, - "StableID": "nbsbf2Pucd11CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:33ba8becb031305ce50342728fb1b461f380cd90c2f851957e115de4dee5e915", - "DiscoKey": "discokey:cd093dfdd82fdbf65b30b92c0eda1e87836b78141e2990c998a241355b1fce50", - "Addresses": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "AllowedIPs": ["100.101.233.22/32", "fd7a:115c:a1e0::de37:e916/128"], - "Endpoints": ["77.164.248.136:43326", "10.65.0.27:43326", "172.17.0.1:43326"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 44333}, - {"Proto": "peerapi6", "Port": 44333} - ]}, - "Created": "2026-04-09T01:37:28.353769245Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 5269820152476994, - "StableID": "n5QwDtEi9i11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:73677b41c51aa30b9d9e38c61380e89c9bc53af61a4aa0307b61c93f84f72138", - "DiscoKey": "discokey:b2cc188dba4bf76f341f99d00725d7c1cd39b2bb9255a9d206b96ebfd2161c03", - "Addresses": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "AllowedIPs": ["100.119.33.57/32", "fd7a:115c:a1e0::8437:2139/128"], - "Endpoints": ["77.164.248.136:39398", "10.65.0.27:39398", "172.17.0.1:39398"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 47660}, - {"Proto": "peerapi6", "Port": 47660} - ]}, - "Created": "2026-04-09T01:37:22.924930451Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6248244991958048, - "StableID": "nBc7qSoqnq11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:bd1bf1c4538d37a5ff1c3868dffb700d737920e9922a457e8d6c25de574a9a65", - "DiscoKey": "discokey:6e0a654610f6a1c64cc8ff0393eb38befadc5b9fb79e6ed8e6887ca756db9a27", - "Addresses": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "AllowedIPs": ["100.74.154.102/32", "fd7a:115c:a1e0::5737:9a66/128"], - "Endpoints": ["77.164.248.136:57719", "10.65.0.27:57719", "172.17.0.1:57719"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 63481}, - {"Proto": "peerapi6", "Port": 63481} - ]}, - "Created": "2026-04-09T01:37:25.649187942Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6922270416543401, - "StableID": "nUgVWjJ74w11CNTRL", + "ID": 424420920759754, + "StableID": "nj3aQSpDK411CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:6c0166763d46bbd80ec4dd462f5ffc29842ceec6f8ffc4679daf83c3c7cd2423", - "DiscoKey": "discokey:dccd9934e1d30a4c306d31cdf14749a5eee46f5f4799ae8ad8cfd21f7f4df468", - "Addresses": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "AllowedIPs": ["100.77.36.36/32", "fd7a:115c:a1e0::c737:2425/128"], - "Endpoints": ["77.164.248.136:51930", "10.65.0.27:51930", "172.17.0.1:51930"], - "HomeDERP": 14, + "Key": "nodekey:af3cbbc6da2be277376c1f4c0a6c208b90c84b6366450d36bd903d878e935a4f", + "DiscoKey": "discokey:ab50b4cbc48829bb0f24f29cb389cd94f67759b84955360187f983a156f5fc71", + "Addresses": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "AllowedIPs": ["100.83.90.80/32", "fd7a:115c:a1e0::8e37:5a50/128"], + "Endpoints": ["77.164.248.136:52874", "10.65.0.27:52874", "172.17.0.1:52874"], + "HomeDERP": 26, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 49910}, - {"Proto": "peerapi6", "Port": 49910} + {"Proto": "peerapi4", "Port": 44497}, + {"Proto": "peerapi6", "Port": 44497} ]}, - "Created": "2026-04-09T01:37:25.096743608Z", + "Created": "2026-04-09T08:43:23.883060983Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 7759644268686116, - "StableID": "ndoUNRhMb321CNTRL", + "ID": 601720710730707, + "StableID": "nQVGibBXh511CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a6acb72ab7aa120422895935748919be53252285448515ee693daa660ab27711", + "DiscoKey": "discokey:17ff933ab2739cf8b5b36e0c9230eb774d8339a5a7251fe6b5b4ff0eaaec3602", + "Addresses": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "AllowedIPs": ["100.114.119.18/32", "fd7a:115c:a1e0::a37:7712/128"], + "Endpoints": ["77.164.248.136:45086", "10.65.0.27:45086", "172.17.0.1:45086"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 64341}, + {"Proto": "peerapi6", "Port": 64341} + ]}, + "Created": "2026-04-09T08:43:22.814456575Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 1275424381820120, + "StableID": "nmws8gEexA11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:935f1b855db8fb2279638fe6d9d0a804a7c6fa718f7fe01e2df538da4eb08052", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:56375c1b8a60c59e7e4f3f46c6585e4e38a427a152fccb23869562045127aa19", + "Addresses": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "AllowedIPs": ["100.112.128.83/32", "fd7a:115c:a1e0::4e37:8053/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 43335}, + {"Proto": "peerapi6", "Port": 43335} + ]}, + "Created": "2026-04-09T08:43:28.751352116Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1337406816482686, + "StableID": "njX1ejQiSB11CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:4a7580255370f451c6f51ab52d9d6725a4be800d82d2e72dca6945218b43952f", + "DiscoKey": "discokey:3e015d11bd04500bff6ebadd298741b3a0f8269b0a38879a8ea9ce37283dbc13", + "Addresses": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "AllowedIPs": ["100.67.149.48/32", "fd7a:115c:a1e0::8b37:9530/128"], + "Endpoints": ["77.164.248.136:55559", "10.65.0.27:55559", "172.17.0.1:55559"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 42104}, + {"Proto": "peerapi6", "Port": 42104} + ]}, + "Created": "2026-04-09T08:43:26.577994834Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 2115397192507203, + "StableID": "nExj43u4XH11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a996b647ed7f1cdabb937a7526f3a8f61be850cc4867d100d7f89020aef28f5a", + "DiscoKey": "discokey:38c5908503a53a9a11018d328861d86eba79b5fd12d9a91365bab526e96fe73b", + "Addresses": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "AllowedIPs": ["100.114.143.91/32", "fd7a:115c:a1e0::ae37:8f5b/128"], + "Endpoints": ["77.164.248.136:43951", "10.65.0.27:43951", "172.17.0.1:43951"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 59860}, + {"Proto": "peerapi6", "Port": 59860} + ]}, + "Created": "2026-04-09T08:43:24.96044146Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 2131665723264410, + "StableID": "nFyGR9FSeH11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:975098b81af4a6489e72a526f198186316744acb074bff3095dafe84f79ab109", + "DiscoKey": "discokey:cab17466bf9971ffcdb5544fdcb5090d5dc70dfc111a60fac66e6a8bebb2ba72", + "Addresses": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "AllowedIPs": ["100.90.177.10/32", "fd7a:115c:a1e0::f737:b10a/128"], + "Endpoints": ["77.164.248.136:55341", "10.65.0.27:55341", "172.17.0.1:55341"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 33939}, + {"Proto": "peerapi6", "Port": 33939} + ]}, + "Created": "2026-04-09T08:43:24.430124277Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 2219370364733044, + "StableID": "nmmmFa6ALJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:347d8b2d6878e5e07e818bb14fce18d2e2a2111f7fee1cce3e11e9fd3fc47f68", - "DiscoKey": "discokey:47f59f190c456412957fe52158e97b4762c169228a838c1c71022c7362114277", - "Addresses": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "AllowedIPs": ["100.68.127.105/32", "fd7a:115c:a1e0::3f37:7f69/128"], - "Endpoints": ["77.164.248.136:35412", "10.65.0.27:35412", "172.17.0.1:35412"], + "Key": "nodekey:61e49ee17a8c74ec3e141bec1f005c2944ff0598a4d3c800972b2203a315236e", + "DiscoKey": "discokey:a0e1c33400ee994171fa2ff435681a071e9d01fd471d42e5c1b90f34fdf3ef1b", + "Addresses": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "AllowedIPs": ["100.85.35.111/32", "fd7a:115c:a1e0::a337:236f/128"], + "Endpoints": ["77.164.248.136:49765", "10.65.0.27:49765", "172.17.0.1:49765"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 49355}, - {"Proto": "peerapi6", "Port": 49355} + {"Proto": "peerapi4", "Port": 48865}, + {"Proto": "peerapi6", "Port": 48865} ]}, - "Created": "2026-04-09T01:37:22.434282626Z", + "Created": "2026-04-09T08:43:21.246556101Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 8250945023969562, - "StableID": "nRJbjQLsR721CNTRL", - "Name": "fearow.tail78f774.ts.net.", + "ID": 3766166060745939, + "StableID": "nvcBABohQW11CNTRL", + "Name": "beedrill.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:628b07df8e2d133525236a985dce47150d9af0a592f37fcf4b549d91d7fc6b7d", - "DiscoKey": "discokey:671c4dfbbe64957cece995cf602933197afe77a1dac762dcf4afeeb6e779f946", - "Addresses": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "AllowedIPs": ["100.124.107.126/32", "fd7a:115c:a1e0::d737:6b7e/128"], - "Endpoints": ["77.164.248.136:40392", "10.65.0.27:40392", "172.17.0.1:40392"], + "Key": "nodekey:c33876b3a377a949fc253f30b3b25089c7e0fb71d141d57327dcbc4d12339c08", + "DiscoKey": "discokey:d3de21a040f0dbead330ba4f8b32172672a6a76972b99fa1018da4e71354612e", + "Addresses": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "AllowedIPs": ["100.115.156.9/32", "fd7a:115c:a1e0::1237:9c09/128"], + "Endpoints": ["77.164.248.136:48193", "10.65.0.27:48193", "172.17.0.1:48193"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 42609}, - {"Proto": "peerapi6", "Port": 42609} + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 62121}, + {"Proto": "peerapi6", "Port": 62121} ]}, - "Created": "2026-04-09T01:37:26.194101081Z", + "Created": "2026-04-09T08:43:27.117313319Z", "Cap": 131, - "Tags": ["tag:fearow"], + "Tags": ["tag:server"], "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 4227348710293310, + "StableID": "nypseNHa1a11CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:ef9c34119d1b9997d2fcdc29289cbdea8ff3989f5185c34f9eae57ee4d4f4d63", + "DiscoKey": "discokey:96cd0587508f1a6dc62cb1fac6a8da20c6ee19e0834c9d4cf5bdf8859e128320", + "Addresses": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "AllowedIPs": ["100.79.77.100/32", "fd7a:115c:a1e0::4d37:4d64/128"], + "Endpoints": ["77.164.248.136:52961", "10.65.0.27:52961", "172.17.0.1:52961"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 34790}, + {"Proto": "peerapi6", "Port": 34790} + ]}, + "Created": "2026-04-09T08:43:23.353525482Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" + }, { + "ID": 4376790553814205, + "StableID": "nvwGdEsFBb11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9cc081e95353fba52fca29d8a88a6ad0431d4cde2ccbff3583fa368ea0459301", + "DiscoKey": "discokey:857f4b4f9e71b11f13a2482d90381fc237e142163a95de9ab47cdc4e5c6d1324", + "Addresses": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "AllowedIPs": ["100.69.147.2/32", "fd7a:115c:a1e0::a037:9302/128"], + "Endpoints": ["77.164.248.136:39250", "10.65.0.27:39250", "172.17.0.1:39250"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 44748}, + {"Proto": "peerapi6", "Port": 44748} + ]}, + "Created": "2026-04-09T08:43:21.746677464Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4392553251598296, + "StableID": "nm1cFgvPJb11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:777a1c6e1cab79bc99f28b129dc87f9dfdb94827c14cbfa5d9da43d649868138", + "DiscoKey": "discokey:ed4887facda89724ffa66398bf039c78c3a0a2cad1db3c564d97ce6aec562a05", + "Addresses": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "AllowedIPs": ["100.70.129.57/32", "fd7a:115c:a1e0::4937:8139/128"], + "Endpoints": ["77.164.248.136:33150", "10.65.0.27:33150", "172.17.0.1:33150"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 35170}, + {"Proto": "peerapi6", "Port": 35170} + ]}, + "Created": "2026-04-09T08:43:22.286540984Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5944550270373506, + "StableID": "nXjjEpFJRo11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:932d05af1bd00d0157defa7618ca3a1bd688d4b0f736fd0ac3aac4548ef4ab35", + "KeyExpiry": "2026-10-06T08:43:28Z", + "DiscoKey": "discokey:f06869c0b83a609240b23e36e311ef30b1c0173cd96853ae566f4df190ddf658", + "Addresses": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "AllowedIPs": ["100.116.171.54/32", "fd7a:115c:a1e0::8e37:ab36/128"], + "Endpoints": ["77.164.248.136:50698", "10.65.0.27:50698", "172.17.0.1:50698"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 59685}, + {"Proto": "peerapi6", "Port": 59685} + ]}, + "Created": "2026-04-09T08:43:28.210322463Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8364645072465985, + "StableID": "nr51gS3NK821CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:d2c9ae77e5dc9a0a107fa17df1c80913a1eb4632514fe029576743d664f30e6d", + "KeyExpiry": "2026-10-06T08:43:27Z", + "DiscoKey": "discokey:bc47380c8e9c510229c2ebef2a6a1c54d59eaa5098c841cfe7bc254da4a4764c", + "Addresses": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "AllowedIPs": ["100.115.14.110/32", "fd7a:115c:a1e0::6437:e6e/128"], + "Endpoints": ["77.164.248.136:46899", "10.65.0.27:46899", "172.17.0.1:46899"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 61130}, + {"Proto": "peerapi6", "Port": 61130} + ]}, + "Created": "2026-04-09T08:43:27.724548848Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 8980604888020340, + "StableID": "nXgRKCGL8D21CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:1710b5bd016108e8d98f7a1f2000336d9b8b4225b817d495e4948d55cc98f631", + "DiscoKey": "discokey:281d04d56b4d6c62c936c5b304a2c653cb036654d946a222a8ef5a80711bb661", + "Addresses": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "AllowedIPs": ["100.88.246.50/32", "fd7a:115c:a1e0::cc37:f632/128"], + "Endpoints": ["77.164.248.136:52931", "10.65.0.27:52931", "172.17.0.1:52931"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 45473}, + {"Proto": "peerapi6", "Port": 45473} + ]}, + "Created": "2026-04-09T08:43:25.496731763Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18954,27 +18985,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "276164924344212": { - "ID": 276164924344212, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6260117137260492": { + "ID": 6260117137260492, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-g1.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-g1.hujson index 2b0bf9bd..e8a22acd 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-g1.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-g1.hujson @@ -3,7 +3,7 @@ // ssh g1 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:37:54Z +// Captured at: 2026-04-09T08:43:41Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-g1", "description": "ssh g1", "category": "ssh", - "captured_at": "2026-04-09T01:37:54.841428016Z", + "captured_at": "2026-04-09T08:43:41.524585751Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -36,119 +36,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh g1\",\n\t\"id\": \"ssh-g1\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"acceptEnv\": [\"GIT_EDITOR\", \"TERM\"],\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh g1\",\n\t\"id\": \"ssh-g1\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"acceptEnv\": [\"GIT_EDITOR\", \"TERM\"],\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-g1.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.70.7.119", - "ipv6": "fd7a:115c:a1e0::f537:777", + "ipv4": "100.98.31.52", + "ipv6": "fd7a:115c:a1e0::b837:1f34", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.107.86.121", - "ipv6": "fd7a:115c:a1e0::b837:567a", + "ipv4": "100.83.175.112", + "ipv6": "fd7a:115c:a1e0::6437:af70", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.117.63.36", - "ipv6": "fd7a:115c:a1e0::4c37:3f24", + "ipv4": "100.121.179.40", + "ipv6": "fd7a:115c:a1e0::6937:b328", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.82.17.73", - "ipv6": "fd7a:115c:a1e0::d037:1149", + "ipv4": "100.103.208.115", + "ipv6": "fd7a:115c:a1e0::b837:d073", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.90.129.127", - "ipv6": "fd7a:115c:a1e0::7537:817f", + "ipv4": "100.64.42.43", + "ipv6": "fd7a:115c:a1e0::5b37:2a2b", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.97.171.74", - "ipv6": "fd7a:115c:a1e0::1637:ab4a", + "ipv4": "100.116.196.90", + "ipv6": "fd7a:115c:a1e0::4437:c45a", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.87.78.106", - "ipv6": "fd7a:115c:a1e0::f737:4e6a", + "ipv4": "100.89.149.40", + "ipv6": "fd7a:115c:a1e0::a837:9528", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.82.84.8", - "ipv6": "fd7a:115c:a1e0::4837:5408", + "ipv4": "100.114.17.23", + "ipv6": "fd7a:115c:a1e0::a037:1117", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.99.142.10", - "ipv6": "fd7a:115c:a1e0::5e37:8e0a", + "ipv4": "100.72.244.41", + "ipv6": "fd7a:115c:a1e0::db37:f429", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.104.20.30", - "ipv6": "fd7a:115c:a1e0::4a37:141e", + "ipv4": "100.94.254.90", + "ipv6": "fd7a:115c:a1e0::2137:fe5a", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.104.49.9", - "ipv6": "fd7a:115c:a1e0::f37:3109", + "ipv4": "100.78.56.7", + "ipv6": "fd7a:115c:a1e0::6e37:3807", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.69.111.105", - "ipv6": "fd7a:115c:a1e0::6537:6f69", + "ipv4": "100.114.153.93", + "ipv6": "fd7a:115c:a1e0::6e37:995e", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.98.227.54", - "ipv6": "fd7a:115c:a1e0::737:e336", + "ipv4": "100.121.191.106", + "ipv6": "fd7a:115c:a1e0::cd37:bf6a", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.96.24.3", - "ipv6": "fd7a:115c:a1e0::3037:1803", + "ipv4": "100.69.132.15", + "ipv6": "fd7a:115c:a1e0::9437:840f", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.103.137.3", - "ipv6": "fd7a:115c:a1e0::7637:8904", + "ipv4": "100.117.110.120", + "ipv6": "fd7a:115c:a1e0::8237:6e78", "routable_ips": [], "approved_routes": [] }}}, @@ -180,21 +180,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 964881401981990, - "StableID": "no1uQJozX811CNTRL", + "ID": 7466169119741942, + "StableID": "nBMARwbSJ121CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 964881401981990, - "Key": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "DiscoKey": "discokey:997b772c1619ca68839cfff60a8a8f5eb426cd1702dec9981155b0f9096c6e66", - "Addresses": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "AllowedIPs": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], + "User": 7466169119741942, + "Key": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "DiscoKey": "discokey:3a650c46ddc2753d2ddc1588dc1d58fc0f6054635c8a6cbcdf55d9f890a78839", + "Addresses": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "AllowedIPs": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "Endpoints": ["77.164.248.136:36697", "10.65.0.27:36697", "172.17.0.1:36697"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 55864}, - {"Proto": "peerapi6", "Port": 55864}, + {"Proto": "peerapi4", "Port": 48247}, + {"Proto": "peerapi6", "Port": 48247}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:38:04.402307347Z", + "Created": "2026-04-09T08:43:50.082839838Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -222,302 +222,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "MachineKey": "mkey:af4b32af4fb13f9da46c2303e4bea270eee95c1754e89410c2e9ed7fbe39ed1c", + "NodeKey": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "MachineKey": "mkey:5e70d349897dae8e0fa2c06af9c1e13f3049948da5cc92d4b95c906dea0b2622", "Peers": [{ - "ID": 213603306635446, - "StableID": "ndGvkozjf211CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "KeyExpiry": "2026-10-06T01:38:04Z", - "DiscoKey": "discokey:3ae091a151be4ffdcf0ac832fa0b6c3f3e71587358a10c551af2911774b0ce49", - "Addresses": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "AllowedIPs": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "Endpoints": ["77.164.248.136:43553", "10.65.0.27:43553", "172.17.0.1:43553"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46505}, - {"Proto": "peerapi6", "Port": 46505} - ]}, - "Created": "2026-04-09T01:38:04.944707686Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 727541794420069, - "StableID": "nLcL2nHWg611CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "DiscoKey": "discokey:ea37c5fb1f7f6d53c3bb7a2c2ceb9e887b7d6a1edfc46bbdcd83957a6d39b466", - "Addresses": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "AllowedIPs": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "Endpoints": ["77.164.248.136:38445", "10.65.0.27:38445", "172.17.0.1:38445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47277}, - {"Proto": "peerapi6", "Port": 47277} - ]}, - "Created": "2026-04-09T01:38:01.228968006Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 804302322338709, - "StableID": "nvBE2BfGH711CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "DiscoKey": "discokey:bced374c41152b5fb9942552511c91007d3bad9a2aa57c569262e927555f4f5c", - "Addresses": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "AllowedIPs": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "Endpoints": ["77.164.248.136:43744", "10.65.0.27:43744", "172.17.0.1:43744"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 47059}, - {"Proto": "peerapi6", "Port": 47059} - ]}, - "Created": "2026-04-09T01:38:01.773303251Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 856507649819634, - "StableID": "nKyR3D1vg711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "DiscoKey": "discokey:e25b3ec1882e1d193b13737f9f0018fa64211bfb08d1424c46183a24e9b5c419", - "Addresses": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "AllowedIPs": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "Endpoints": ["77.164.248.136:48387", "10.65.0.27:48387", "172.17.0.1:48387"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 63976}, - {"Proto": "peerapi6", "Port": 63976} - ]}, - "Created": "2026-04-09T01:37:58.83802033Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 1258195321844767, - "StableID": "n2i279fqpA11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "KeyExpiry": "2026-10-06T01:38:06Z", - "DiscoKey": "discokey:d315348cf6b00cdc178d2b8d6dd24555a6bcea5b7bb518ef2650d5e3f2225042", - "Addresses": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "AllowedIPs": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "Endpoints": ["77.164.248.136:51232", "10.65.0.27:51232", "172.17.0.1:51232"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48452}, - {"Proto": "peerapi6", "Port": 48452} - ]}, - "Created": "2026-04-09T01:38:06.029681531Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2347977288447435, - "StableID": "nA8Ai9PQLK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "DiscoKey": "discokey:1160019ab42ea171e52af259d7735d5a83fdfbad884f9fdab2fb3598be383d70", - "Addresses": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "AllowedIPs": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "Endpoints": ["77.164.248.136:43879", "10.65.0.27:43879", "172.17.0.1:43879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 62991}, - {"Proto": "peerapi6", "Port": 62991} - ]}, - "Created": "2026-04-09T01:38:02.864022026Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2953857704887025, - "StableID": "nptUNKqo4Q11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "DiscoKey": "discokey:f15b8d8fe1a649e92c0c4b9fedffe79620a143339c445e49ef8dae31f4569d27", - "Addresses": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "AllowedIPs": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64668}, - {"Proto": "peerapi6", "Port": 64668} - ]}, - "Created": "2026-04-09T01:37:59.343109745Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3882289007662595, - "StableID": "n2EKLe9JKX11CNTRL", + "ID": 597611601403193, + "StableID": "n4etn7Fff511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "DiscoKey": "discokey:a8fe072e6f418a4326db8d0f1892f8af0e22f1a890e1e54318437eae1ab1e228", - "Addresses": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "AllowedIPs": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "Endpoints": ["77.164.248.136:51575", "10.65.0.27:51575", "172.17.0.1:51575"], + "Key": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "DiscoKey": "discokey:473816c9f07c70058dc6a494c58a54d78dd7c4ee0cc1b21a189f8803aa6f3808", + "Addresses": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "AllowedIPs": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "Endpoints": ["77.164.248.136:34358", "10.65.0.27:34358", "172.17.0.1:34358"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} + {"Proto": "peerapi4", "Port": 39560}, + {"Proto": "peerapi6", "Port": 39560} ]}, - "Created": "2026-04-09T01:38:03.843669908Z", + "Created": "2026-04-09T08:43:49.551238771Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4366869749802087, - "StableID": "nQmX9HGm6b11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "DiscoKey": "discokey:a0c674e2b68b0ac79d873888e8fcbae2f99ef171e77932d7a05066fe6a79d02c", - "Addresses": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "AllowedIPs": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "Endpoints": ["77.164.248.136:43048", "10.65.0.27:43048", "172.17.0.1:43048"], + "ID": 964585586121332, + "StableID": "nBiHBc2sX811CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:e9787dbd396b225baaa93e22e795a028583d864ca03f140cebd39ed7404ed545", + "Addresses": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "AllowedIPs": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "Endpoints": ["77.164.248.136:58977", "10.65.0.27:58977", "172.17.0.1:58977"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 43452}, - {"Proto": "peerapi6", "Port": 43452} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 57164}, + {"Proto": "peerapi6", "Port": 57164} ]}, - "Created": "2026-04-09T01:38:00.141563675Z", + "Created": "2026-04-09T08:43:51.694518194Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4807852966758328, - "StableID": "n3JJxP9VYe11CNTRL", + "ID": 1120377371037998, + "StableID": "n5A9jzQRk911CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "DiscoKey": "discokey:9b493dc233259aa506cfb89e3cdc4d38c0ef2dcc6f851289808edbffc049fd21", + "Addresses": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "AllowedIPs": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "Endpoints": ["77.164.248.136:44173", "10.65.0.27:44173", "172.17.0.1:44173"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57786}, + {"Proto": "peerapi6", "Port": 57786} + ]}, + "Created": "2026-04-09T08:43:47.9438249Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 1616820057920926, + "StableID": "nPyjy28GdD11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "DiscoKey": "discokey:d19d9566ca9c25774fe46320ac0dd8dc7ccb6f3a4a0934faf7ff2b226eee0629", - "Addresses": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "AllowedIPs": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "Endpoints": ["77.164.248.136:32912", "10.65.0.27:32912", "172.17.0.1:32912"], + "Key": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "DiscoKey": "discokey:28b7697506dd08888fe359ee7a142d29a0176d707317e5cdf544e3418020b77e", + "Addresses": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "AllowedIPs": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "Endpoints": ["77.164.248.136:44017", "10.65.0.27:44017", "172.17.0.1:44017"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61616}, - {"Proto": "peerapi6", "Port": 61616} + {"Proto": "peerapi4", "Port": 47551}, + {"Proto": "peerapi6", "Port": 47551} ]}, - "Created": "2026-04-09T01:37:57.670960917Z", + "Created": "2026-04-09T08:43:44.174041352Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5366695807364568, - "StableID": "noLQ7vzaui11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 2012809767904878, + "StableID": "n9tVem6ciG11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "DiscoKey": "discokey:65f40d112a4f4c77bb973b20038db3f0bd1537695aa3a88607c1b77d3cfb9e60", - "Addresses": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "AllowedIPs": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "Endpoints": ["77.164.248.136:44514", "10.65.0.27:44514", "172.17.0.1:44514"], + "Key": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "DiscoKey": "discokey:410b77fa33bd615079f32cb88a248a09567a55d048922c57fa5f90a42f5ec40e", + "Addresses": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "AllowedIPs": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "Endpoints": ["77.164.248.136:34360", "10.65.0.27:34360", "172.17.0.1:34360"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45998}, - {"Proto": "peerapi6", "Port": 45998} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52366}, + {"Proto": "peerapi6", "Port": 52366} ]}, - "Created": "2026-04-09T01:37:58.225363451Z", + "Created": "2026-04-09T08:43:49.011550275Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 6544274270692097, - "StableID": "ni3EVJzu6t11CNTRL", + "ID": 3620636143853089, + "StableID": "nLYHkNynGV11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "KeyExpiry": "2026-10-06T01:38:05Z", - "DiscoKey": "discokey:4f470754868216557667401e1c79319a37fd452a01d2ef5cb079ec679f8edd5f", - "Addresses": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "AllowedIPs": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "Endpoints": ["77.164.248.136:55900", "10.65.0.27:55900", "172.17.0.1:55900"], + "Key": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:edcde36a676af7ea808aa28b0c4e70e178629ee5b22dfeed035609ce9cbcbc35", + "Addresses": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "AllowedIPs": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "Endpoints": ["77.164.248.136:47367", "10.65.0.27:47367", "172.17.0.1:47367"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56273}, - {"Proto": "peerapi6", "Port": 56273} + {"Proto": "peerapi4", "Port": 55015}, + {"Proto": "peerapi6", "Port": 55015} ]}, - "Created": "2026-04-09T01:38:05.47644923Z", + "Created": "2026-04-09T08:43:51.152421153Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7762718492142250, - "StableID": "nbyFyBTkc321CNTRL", + "ID": 4607571830193329, + "StableID": "nvXFkj6nyc11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "DiscoKey": "discokey:6c4736914170d1220ad22e6b7ae86ece45ee55f8ee816a24054ee36a305b7512", - "Addresses": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "AllowedIPs": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "Endpoints": ["77.164.248.136:36799", "10.65.0.27:36799", "172.17.0.1:36799"], + "Key": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "DiscoKey": "discokey:3d32d471dabb110a471ab6c454646bf28da954390e4b5028c48a206adc0a9d18", + "Addresses": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "AllowedIPs": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "Endpoints": ["77.164.248.136:50888", "10.65.0.27:50888", "172.17.0.1:50888"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52889}, - {"Proto": "peerapi6", "Port": 52889} + {"Proto": "peerapi4", "Port": 39137}, + {"Proto": "peerapi6", "Port": 39137} ]}, - "Created": "2026-04-09T01:38:00.68073652Z", + "Created": "2026-04-09T08:43:46.860257196Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8526880969323929, - "StableID": "neByKqhqa921CNTRL", + "ID": 4711992702521533, + "StableID": "na9LfN45od11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "DiscoKey": "discokey:e3d2941d20531e1d67ce25ac9ff578004034f1490a450b4abccf3c9a258bdd3c", + "Addresses": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "AllowedIPs": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "Endpoints": ["77.164.248.136:39656", "10.65.0.27:39656", "172.17.0.1:39656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50171}, + {"Proto": "peerapi6", "Port": 50171} + ]}, + "Created": "2026-04-09T08:43:44.709443577Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4964675208291062, + "StableID": "nR8fRkbWmf11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "DiscoKey": "discokey:341c8ecbead2187f29b7b78dca54341b2f8983376d2165da13a7723104d5bb12", - "Addresses": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "AllowedIPs": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "Endpoints": ["77.164.248.136:43808", "10.65.0.27:43808", "172.17.0.1:43808"], + "Key": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "DiscoKey": "discokey:8778db69241a602b0ff68d160d9f019e5615d7552978d891d715c1ff56c7827b", + "Addresses": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "AllowedIPs": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "Endpoints": ["77.164.248.136:36656", "10.65.0.27:36656", "172.17.0.1:36656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62442}, - {"Proto": "peerapi6", "Port": 62442} + {"Proto": "peerapi4", "Port": 45308}, + {"Proto": "peerapi6", "Port": 45308} ]}, - "Created": "2026-04-09T01:38:02.311732373Z", + "Created": "2026-04-09T08:43:48.481595838Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" + }, { + "ID": 5433272967851131, + "StableID": "nLZPoKsjRj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "DiscoKey": "discokey:09aa994bcb2f0ed88ba8ea517524cd2aab5150fe7b93c8463ab92d265f731b0f", + "Addresses": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "AllowedIPs": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "Endpoints": ["77.164.248.136:56968", "10.65.0.27:56968", "172.17.0.1:56968"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 57646}, + {"Proto": "peerapi6", "Port": 57646} + ]}, + "Created": "2026-04-09T08:43:45.268129027Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5647210389136962, + "StableID": "nP1E8Bed6m11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "KeyExpiry": "2026-10-06T08:43:50Z", + "DiscoKey": "discokey:74898e2a1d6fbd505b144216248f2c2bb17a57f2cfe540f1efe0c22d42855c0a", + "Addresses": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "AllowedIPs": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "Endpoints": ["77.164.248.136:48905", "10.65.0.27:48905", "172.17.0.1:48905"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45886}, + {"Proto": "peerapi6", "Port": 45886} + ]}, + "Created": "2026-04-09T08:43:50.610617415Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6149517065267152, + "StableID": "nXiV2NP82q11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "DiscoKey": "discokey:0a8fbfdacd60e03dded0cac4add277aa8b8460e5cb12cd54e45f3096de389b21", + "Addresses": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "AllowedIPs": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "Endpoints": ["77.164.248.136:54944", "10.65.0.27:54944", "172.17.0.1:54944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53376}, + {"Proto": "peerapi6", "Port": 53376} + ]}, + "Created": "2026-04-09T08:43:45.798323512Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8585273314608865, + "StableID": "nrddvAaH3A21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "DiscoKey": "discokey:76fa504d4662e96afecc5595205583fc742d2aff08c1c821958e34ad549d864d", + "Addresses": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "AllowedIPs": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "Endpoints": ["77.164.248.136:40153", "10.65.0.27:40153", "172.17.0.1:40153"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63798}, + {"Proto": "peerapi6", "Port": 63798} + ]}, + "Created": "2026-04-09T08:43:47.396334144Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8786555195351903, + "StableID": "nA8BUXuScB21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "DiscoKey": "discokey:a4ef1bd999ced46620e83d74445c951d6bdb7979e16477800b14f1f34d372237", + "Addresses": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "AllowedIPs": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "Endpoints": ["77.164.248.136:44435", "10.65.0.27:44435", "172.17.0.1:44435"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 44657}, + {"Proto": "peerapi6", "Port": 44657} + ]}, + "Created": "2026-04-09T08:43:46.318744554Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -545,12 +545,12 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{"principals": [ - {"nodeIP": "100.117.63.36"}, - {"nodeIP": "100.96.24.3"}, - {"nodeIP": "100.97.171.74"}, - {"nodeIP": "fd7a:115c:a1e0::1637:ab4a"}, - {"nodeIP": "fd7a:115c:a1e0::3037:1803"}, - {"nodeIP": "fd7a:115c:a1e0::4c37:3f24"} + {"nodeIP": "100.116.196.90"}, + {"nodeIP": "100.121.179.40"}, + {"nodeIP": "100.69.132.15"}, + {"nodeIP": "fd7a:115c:a1e0::4437:c45a"}, + {"nodeIP": "fd7a:115c:a1e0::6937:b328"}, + {"nodeIP": "fd7a:115c:a1e0::9437:840f"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1377,35 +1377,37 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "964881401981990": { - "ID": 964881401981990, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7466169119741942": { + "ID": 7466169119741942, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{"principals": [ - {"nodeIP": "100.117.63.36"}, - {"nodeIP": "100.96.24.3"}, - {"nodeIP": "100.97.171.74"}, - {"nodeIP": "fd7a:115c:a1e0::1637:ab4a"}, - {"nodeIP": "fd7a:115c:a1e0::3037:1803"}, - {"nodeIP": "fd7a:115c:a1e0::4c37:3f24"} + {"nodeIP": "100.116.196.90"}, + {"nodeIP": "100.121.179.40"}, + {"nodeIP": "100.69.132.15"}, + {"nodeIP": "fd7a:115c:a1e0::4437:c45a"}, + {"nodeIP": "fd7a:115c:a1e0::6937:b328"}, + {"nodeIP": "fd7a:115c:a1e0::9437:840f"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1440,26 +1442,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7762718492142250, - "StableID": "nbyFyBTkc321CNTRL", + "ID": 4607571830193329, + "StableID": "nvXFkj6nyc11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 7762718492142250, - "Key": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "DiscoKey": "discokey:6c4736914170d1220ad22e6b7ae86ece45ee55f8ee816a24054ee36a305b7512", - "Addresses": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "AllowedIPs": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "Endpoints": ["77.164.248.136:36799", "10.65.0.27:36799", "172.17.0.1:36799"], + "User": 4607571830193329, + "Key": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "DiscoKey": "discokey:3d32d471dabb110a471ab6c454646bf28da954390e4b5028c48a206adc0a9d18", + "Addresses": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "AllowedIPs": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "Endpoints": ["77.164.248.136:50888", "10.65.0.27:50888", "172.17.0.1:50888"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 52889}, - {"Proto": "peerapi6", "Port": 52889}, + {"Proto": "peerapi4", "Port": 39137}, + {"Proto": "peerapi6", "Port": 39137}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:38:00.68073652Z", + "Created": "2026-04-09T08:43:46.860257196Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1487,302 +1489,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "MachineKey": "mkey:afdb07273c97490efd03de853d9fab491fdb783ac9f5ddd56f527d4b11e9d53e", + "NodeKey": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "MachineKey": "mkey:14ac7e2fc850bf39a0183619bb93f990c1e43083e576ffc80f4ec5b2d625e97e", "Peers": [{ - "ID": 213603306635446, - "StableID": "ndGvkozjf211CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "KeyExpiry": "2026-10-06T01:38:04Z", - "DiscoKey": "discokey:3ae091a151be4ffdcf0ac832fa0b6c3f3e71587358a10c551af2911774b0ce49", - "Addresses": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "AllowedIPs": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "Endpoints": ["77.164.248.136:43553", "10.65.0.27:43553", "172.17.0.1:43553"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46505}, - {"Proto": "peerapi6", "Port": 46505} - ]}, - "Created": "2026-04-09T01:38:04.944707686Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 727541794420069, - "StableID": "nLcL2nHWg611CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "DiscoKey": "discokey:ea37c5fb1f7f6d53c3bb7a2c2ceb9e887b7d6a1edfc46bbdcd83957a6d39b466", - "Addresses": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "AllowedIPs": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "Endpoints": ["77.164.248.136:38445", "10.65.0.27:38445", "172.17.0.1:38445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47277}, - {"Proto": "peerapi6", "Port": 47277} - ]}, - "Created": "2026-04-09T01:38:01.228968006Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 804302322338709, - "StableID": "nvBE2BfGH711CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "DiscoKey": "discokey:bced374c41152b5fb9942552511c91007d3bad9a2aa57c569262e927555f4f5c", - "Addresses": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "AllowedIPs": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "Endpoints": ["77.164.248.136:43744", "10.65.0.27:43744", "172.17.0.1:43744"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 47059}, - {"Proto": "peerapi6", "Port": 47059} - ]}, - "Created": "2026-04-09T01:38:01.773303251Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 856507649819634, - "StableID": "nKyR3D1vg711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "DiscoKey": "discokey:e25b3ec1882e1d193b13737f9f0018fa64211bfb08d1424c46183a24e9b5c419", - "Addresses": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "AllowedIPs": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "Endpoints": ["77.164.248.136:48387", "10.65.0.27:48387", "172.17.0.1:48387"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 63976}, - {"Proto": "peerapi6", "Port": 63976} - ]}, - "Created": "2026-04-09T01:37:58.83802033Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 964881401981990, - "StableID": "no1uQJozX811CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "DiscoKey": "discokey:997b772c1619ca68839cfff60a8a8f5eb426cd1702dec9981155b0f9096c6e66", - "Addresses": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "AllowedIPs": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 55864}, - {"Proto": "peerapi6", "Port": 55864} - ]}, - "Created": "2026-04-09T01:38:04.402307347Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1258195321844767, - "StableID": "n2i279fqpA11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "KeyExpiry": "2026-10-06T01:38:06Z", - "DiscoKey": "discokey:d315348cf6b00cdc178d2b8d6dd24555a6bcea5b7bb518ef2650d5e3f2225042", - "Addresses": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "AllowedIPs": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "Endpoints": ["77.164.248.136:51232", "10.65.0.27:51232", "172.17.0.1:51232"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48452}, - {"Proto": "peerapi6", "Port": 48452} - ]}, - "Created": "2026-04-09T01:38:06.029681531Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2347977288447435, - "StableID": "nA8Ai9PQLK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "DiscoKey": "discokey:1160019ab42ea171e52af259d7735d5a83fdfbad884f9fdab2fb3598be383d70", - "Addresses": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "AllowedIPs": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "Endpoints": ["77.164.248.136:43879", "10.65.0.27:43879", "172.17.0.1:43879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 62991}, - {"Proto": "peerapi6", "Port": 62991} - ]}, - "Created": "2026-04-09T01:38:02.864022026Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2953857704887025, - "StableID": "nptUNKqo4Q11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "DiscoKey": "discokey:f15b8d8fe1a649e92c0c4b9fedffe79620a143339c445e49ef8dae31f4569d27", - "Addresses": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "AllowedIPs": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64668}, - {"Proto": "peerapi6", "Port": 64668} - ]}, - "Created": "2026-04-09T01:37:59.343109745Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3882289007662595, - "StableID": "n2EKLe9JKX11CNTRL", + "ID": 597611601403193, + "StableID": "n4etn7Fff511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "DiscoKey": "discokey:a8fe072e6f418a4326db8d0f1892f8af0e22f1a890e1e54318437eae1ab1e228", - "Addresses": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "AllowedIPs": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "Endpoints": ["77.164.248.136:51575", "10.65.0.27:51575", "172.17.0.1:51575"], + "Key": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "DiscoKey": "discokey:473816c9f07c70058dc6a494c58a54d78dd7c4ee0cc1b21a189f8803aa6f3808", + "Addresses": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "AllowedIPs": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "Endpoints": ["77.164.248.136:34358", "10.65.0.27:34358", "172.17.0.1:34358"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} + {"Proto": "peerapi4", "Port": 39560}, + {"Proto": "peerapi6", "Port": 39560} ]}, - "Created": "2026-04-09T01:38:03.843669908Z", + "Created": "2026-04-09T08:43:49.551238771Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4366869749802087, - "StableID": "nQmX9HGm6b11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "DiscoKey": "discokey:a0c674e2b68b0ac79d873888e8fcbae2f99ef171e77932d7a05066fe6a79d02c", - "Addresses": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "AllowedIPs": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "Endpoints": ["77.164.248.136:43048", "10.65.0.27:43048", "172.17.0.1:43048"], + "ID": 964585586121332, + "StableID": "nBiHBc2sX811CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:e9787dbd396b225baaa93e22e795a028583d864ca03f140cebd39ed7404ed545", + "Addresses": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "AllowedIPs": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "Endpoints": ["77.164.248.136:58977", "10.65.0.27:58977", "172.17.0.1:58977"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 43452}, - {"Proto": "peerapi6", "Port": 43452} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 57164}, + {"Proto": "peerapi6", "Port": 57164} ]}, - "Created": "2026-04-09T01:38:00.141563675Z", + "Created": "2026-04-09T08:43:51.694518194Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4807852966758328, - "StableID": "n3JJxP9VYe11CNTRL", + "ID": 1120377371037998, + "StableID": "n5A9jzQRk911CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "DiscoKey": "discokey:9b493dc233259aa506cfb89e3cdc4d38c0ef2dcc6f851289808edbffc049fd21", + "Addresses": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "AllowedIPs": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "Endpoints": ["77.164.248.136:44173", "10.65.0.27:44173", "172.17.0.1:44173"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57786}, + {"Proto": "peerapi6", "Port": 57786} + ]}, + "Created": "2026-04-09T08:43:47.9438249Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 1616820057920926, + "StableID": "nPyjy28GdD11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "DiscoKey": "discokey:d19d9566ca9c25774fe46320ac0dd8dc7ccb6f3a4a0934faf7ff2b226eee0629", - "Addresses": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "AllowedIPs": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "Endpoints": ["77.164.248.136:32912", "10.65.0.27:32912", "172.17.0.1:32912"], + "Key": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "DiscoKey": "discokey:28b7697506dd08888fe359ee7a142d29a0176d707317e5cdf544e3418020b77e", + "Addresses": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "AllowedIPs": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "Endpoints": ["77.164.248.136:44017", "10.65.0.27:44017", "172.17.0.1:44017"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61616}, - {"Proto": "peerapi6", "Port": 61616} + {"Proto": "peerapi4", "Port": 47551}, + {"Proto": "peerapi6", "Port": 47551} ]}, - "Created": "2026-04-09T01:37:57.670960917Z", + "Created": "2026-04-09T08:43:44.174041352Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5366695807364568, - "StableID": "noLQ7vzaui11CNTRL", + "ID": 2012809767904878, + "StableID": "n9tVem6ciG11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "DiscoKey": "discokey:410b77fa33bd615079f32cb88a248a09567a55d048922c57fa5f90a42f5ec40e", + "Addresses": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "AllowedIPs": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "Endpoints": ["77.164.248.136:34360", "10.65.0.27:34360", "172.17.0.1:34360"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52366}, + {"Proto": "peerapi6", "Port": 52366} + ]}, + "Created": "2026-04-09T08:43:49.011550275Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3620636143853089, + "StableID": "nLYHkNynGV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:edcde36a676af7ea808aa28b0c4e70e178629ee5b22dfeed035609ce9cbcbc35", + "Addresses": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "AllowedIPs": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "Endpoints": ["77.164.248.136:47367", "10.65.0.27:47367", "172.17.0.1:47367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55015}, + {"Proto": "peerapi6", "Port": 55015} + ]}, + "Created": "2026-04-09T08:43:51.152421153Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4711992702521533, + "StableID": "na9LfN45od11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "DiscoKey": "discokey:65f40d112a4f4c77bb973b20038db3f0bd1537695aa3a88607c1b77d3cfb9e60", - "Addresses": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "AllowedIPs": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "Endpoints": ["77.164.248.136:44514", "10.65.0.27:44514", "172.17.0.1:44514"], + "Key": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "DiscoKey": "discokey:e3d2941d20531e1d67ce25ac9ff578004034f1490a450b4abccf3c9a258bdd3c", + "Addresses": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "AllowedIPs": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "Endpoints": ["77.164.248.136:39656", "10.65.0.27:39656", "172.17.0.1:39656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45998}, - {"Proto": "peerapi6", "Port": 45998} + {"Proto": "peerapi4", "Port": 50171}, + {"Proto": "peerapi6", "Port": 50171} ]}, - "Created": "2026-04-09T01:37:58.225363451Z", + "Created": "2026-04-09T08:43:44.709443577Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6544274270692097, - "StableID": "ni3EVJzu6t11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "KeyExpiry": "2026-10-06T01:38:05Z", - "DiscoKey": "discokey:4f470754868216557667401e1c79319a37fd452a01d2ef5cb079ec679f8edd5f", - "Addresses": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "AllowedIPs": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "Endpoints": ["77.164.248.136:55900", "10.65.0.27:55900", "172.17.0.1:55900"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56273}, - {"Proto": "peerapi6", "Port": 56273} - ]}, - "Created": "2026-04-09T01:38:05.47644923Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 8526880969323929, - "StableID": "neByKqhqa921CNTRL", + "ID": 4964675208291062, + "StableID": "nR8fRkbWmf11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "DiscoKey": "discokey:341c8ecbead2187f29b7b78dca54341b2f8983376d2165da13a7723104d5bb12", - "Addresses": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "AllowedIPs": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "Endpoints": ["77.164.248.136:43808", "10.65.0.27:43808", "172.17.0.1:43808"], + "Key": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "DiscoKey": "discokey:8778db69241a602b0ff68d160d9f019e5615d7552978d891d715c1ff56c7827b", + "Addresses": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "AllowedIPs": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "Endpoints": ["77.164.248.136:36656", "10.65.0.27:36656", "172.17.0.1:36656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62442}, - {"Proto": "peerapi6", "Port": 62442} + {"Proto": "peerapi4", "Port": 45308}, + {"Proto": "peerapi6", "Port": 45308} ]}, - "Created": "2026-04-09T01:38:02.311732373Z", + "Created": "2026-04-09T08:43:48.481595838Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" + }, { + "ID": 5433272967851131, + "StableID": "nLZPoKsjRj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "DiscoKey": "discokey:09aa994bcb2f0ed88ba8ea517524cd2aab5150fe7b93c8463ab92d265f731b0f", + "Addresses": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "AllowedIPs": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "Endpoints": ["77.164.248.136:56968", "10.65.0.27:56968", "172.17.0.1:56968"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 57646}, + {"Proto": "peerapi6", "Port": 57646} + ]}, + "Created": "2026-04-09T08:43:45.268129027Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5647210389136962, + "StableID": "nP1E8Bed6m11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "KeyExpiry": "2026-10-06T08:43:50Z", + "DiscoKey": "discokey:74898e2a1d6fbd505b144216248f2c2bb17a57f2cfe540f1efe0c22d42855c0a", + "Addresses": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "AllowedIPs": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "Endpoints": ["77.164.248.136:48905", "10.65.0.27:48905", "172.17.0.1:48905"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45886}, + {"Proto": "peerapi6", "Port": 45886} + ]}, + "Created": "2026-04-09T08:43:50.610617415Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6149517065267152, + "StableID": "nXiV2NP82q11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "DiscoKey": "discokey:0a8fbfdacd60e03dded0cac4add277aa8b8460e5cb12cd54e45f3096de389b21", + "Addresses": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "AllowedIPs": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "Endpoints": ["77.164.248.136:54944", "10.65.0.27:54944", "172.17.0.1:54944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53376}, + {"Proto": "peerapi6", "Port": 53376} + ]}, + "Created": "2026-04-09T08:43:45.798323512Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7466169119741942, + "StableID": "nBMARwbSJ121CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "DiscoKey": "discokey:3a650c46ddc2753d2ddc1588dc1d58fc0f6054635c8a6cbcdf55d9f890a78839", + "Addresses": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "AllowedIPs": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "Endpoints": ["77.164.248.136:36697", "10.65.0.27:36697", "172.17.0.1:36697"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 48247}, + {"Proto": "peerapi6", "Port": 48247} + ]}, + "Created": "2026-04-09T08:43:50.082839838Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8585273314608865, + "StableID": "nrddvAaH3A21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "DiscoKey": "discokey:76fa504d4662e96afecc5595205583fc742d2aff08c1c821958e34ad549d864d", + "Addresses": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "AllowedIPs": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "Endpoints": ["77.164.248.136:40153", "10.65.0.27:40153", "172.17.0.1:40153"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63798}, + {"Proto": "peerapi6", "Port": 63798} + ]}, + "Created": "2026-04-09T08:43:47.396334144Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8786555195351903, + "StableID": "nA8BUXuScB21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "DiscoKey": "discokey:a4ef1bd999ced46620e83d74445c951d6bdb7979e16477800b14f1f34d372237", + "Addresses": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "AllowedIPs": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "Endpoints": ["77.164.248.136:44435", "10.65.0.27:44435", "172.17.0.1:44435"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 44657}, + {"Proto": "peerapi6", "Port": 44657} + ]}, + "Created": "2026-04-09T08:43:46.318744554Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2630,27 +2632,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7762718492142250": { - "ID": 7762718492142250, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4607571830193329": { + "ID": 4607571830193329, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2681,22 +2685,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1258195321844767, - "StableID": "n2i279fqpA11CNTRL", + "ID": 964585586121332, + "StableID": "nBiHBc2sX811CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "KeyExpiry": "2026-10-06T01:38:06Z", - "DiscoKey": "discokey:d315348cf6b00cdc178d2b8d6dd24555a6bcea5b7bb518ef2650d5e3f2225042", - "Addresses": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "AllowedIPs": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "Endpoints": ["77.164.248.136:51232", "10.65.0.27:51232", "172.17.0.1:51232"], + "Key": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:e9787dbd396b225baaa93e22e795a028583d864ca03f140cebd39ed7404ed545", + "Addresses": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "AllowedIPs": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "Endpoints": ["77.164.248.136:58977", "10.65.0.27:58977", "172.17.0.1:58977"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48452}, - {"Proto": "peerapi6", "Port": 48452}, + {"Proto": "peerapi4", "Port": 57164}, + {"Proto": "peerapi6", "Port": 57164}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:38:06.029681531Z", + "Created": "2026-04-09T08:43:51.694518194Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2725,302 +2729,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "MachineKey": "mkey:ed2ff9d5ffc87ead9d94b597a165928ed33bd6dc85a9574074cd71979d55b74c", + "NodeKey": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "MachineKey": "mkey:0ccdb9927769bc24187a1303bf663c5aa658b81cd2523590e785fc2d902b764f", "Peers": [{ - "ID": 213603306635446, - "StableID": "ndGvkozjf211CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "KeyExpiry": "2026-10-06T01:38:04Z", - "DiscoKey": "discokey:3ae091a151be4ffdcf0ac832fa0b6c3f3e71587358a10c551af2911774b0ce49", - "Addresses": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "AllowedIPs": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "Endpoints": ["77.164.248.136:43553", "10.65.0.27:43553", "172.17.0.1:43553"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46505}, - {"Proto": "peerapi6", "Port": 46505} - ]}, - "Created": "2026-04-09T01:38:04.944707686Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 727541794420069, - "StableID": "nLcL2nHWg611CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "DiscoKey": "discokey:ea37c5fb1f7f6d53c3bb7a2c2ceb9e887b7d6a1edfc46bbdcd83957a6d39b466", - "Addresses": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "AllowedIPs": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "Endpoints": ["77.164.248.136:38445", "10.65.0.27:38445", "172.17.0.1:38445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47277}, - {"Proto": "peerapi6", "Port": 47277} - ]}, - "Created": "2026-04-09T01:38:01.228968006Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 804302322338709, - "StableID": "nvBE2BfGH711CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "DiscoKey": "discokey:bced374c41152b5fb9942552511c91007d3bad9a2aa57c569262e927555f4f5c", - "Addresses": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "AllowedIPs": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "Endpoints": ["77.164.248.136:43744", "10.65.0.27:43744", "172.17.0.1:43744"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 47059}, - {"Proto": "peerapi6", "Port": 47059} - ]}, - "Created": "2026-04-09T01:38:01.773303251Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 856507649819634, - "StableID": "nKyR3D1vg711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "DiscoKey": "discokey:e25b3ec1882e1d193b13737f9f0018fa64211bfb08d1424c46183a24e9b5c419", - "Addresses": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "AllowedIPs": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "Endpoints": ["77.164.248.136:48387", "10.65.0.27:48387", "172.17.0.1:48387"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 63976}, - {"Proto": "peerapi6", "Port": 63976} - ]}, - "Created": "2026-04-09T01:37:58.83802033Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 964881401981990, - "StableID": "no1uQJozX811CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "DiscoKey": "discokey:997b772c1619ca68839cfff60a8a8f5eb426cd1702dec9981155b0f9096c6e66", - "Addresses": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "AllowedIPs": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 55864}, - {"Proto": "peerapi6", "Port": 55864} - ]}, - "Created": "2026-04-09T01:38:04.402307347Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 2347977288447435, - "StableID": "nA8Ai9PQLK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "DiscoKey": "discokey:1160019ab42ea171e52af259d7735d5a83fdfbad884f9fdab2fb3598be383d70", - "Addresses": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "AllowedIPs": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "Endpoints": ["77.164.248.136:43879", "10.65.0.27:43879", "172.17.0.1:43879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 62991}, - {"Proto": "peerapi6", "Port": 62991} - ]}, - "Created": "2026-04-09T01:38:02.864022026Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2953857704887025, - "StableID": "nptUNKqo4Q11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "DiscoKey": "discokey:f15b8d8fe1a649e92c0c4b9fedffe79620a143339c445e49ef8dae31f4569d27", - "Addresses": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "AllowedIPs": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64668}, - {"Proto": "peerapi6", "Port": 64668} - ]}, - "Created": "2026-04-09T01:37:59.343109745Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3882289007662595, - "StableID": "n2EKLe9JKX11CNTRL", + "ID": 597611601403193, + "StableID": "n4etn7Fff511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "DiscoKey": "discokey:a8fe072e6f418a4326db8d0f1892f8af0e22f1a890e1e54318437eae1ab1e228", - "Addresses": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "AllowedIPs": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "Endpoints": ["77.164.248.136:51575", "10.65.0.27:51575", "172.17.0.1:51575"], + "Key": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "DiscoKey": "discokey:473816c9f07c70058dc6a494c58a54d78dd7c4ee0cc1b21a189f8803aa6f3808", + "Addresses": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "AllowedIPs": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "Endpoints": ["77.164.248.136:34358", "10.65.0.27:34358", "172.17.0.1:34358"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} + {"Proto": "peerapi4", "Port": 39560}, + {"Proto": "peerapi6", "Port": 39560} ]}, - "Created": "2026-04-09T01:38:03.843669908Z", + "Created": "2026-04-09T08:43:49.551238771Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4366869749802087, - "StableID": "nQmX9HGm6b11CNTRL", - "Name": "raticate.tail78f774.ts.net.", + "ID": 1120377371037998, + "StableID": "n5A9jzQRk911CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "DiscoKey": "discokey:a0c674e2b68b0ac79d873888e8fcbae2f99ef171e77932d7a05066fe6a79d02c", - "Addresses": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "AllowedIPs": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "Endpoints": ["77.164.248.136:43048", "10.65.0.27:43048", "172.17.0.1:43048"], + "Key": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "DiscoKey": "discokey:9b493dc233259aa506cfb89e3cdc4d38c0ef2dcc6f851289808edbffc049fd21", + "Addresses": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "AllowedIPs": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "Endpoints": ["77.164.248.136:44173", "10.65.0.27:44173", "172.17.0.1:44173"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 43452}, - {"Proto": "peerapi6", "Port": 43452} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57786}, + {"Proto": "peerapi6", "Port": 57786} ]}, - "Created": "2026-04-09T01:38:00.141563675Z", + "Created": "2026-04-09T08:43:47.9438249Z", "Cap": 131, - "Tags": ["tag:group-b"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 4807852966758328, - "StableID": "n3JJxP9VYe11CNTRL", + "ID": 1616820057920926, + "StableID": "nPyjy28GdD11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "DiscoKey": "discokey:d19d9566ca9c25774fe46320ac0dd8dc7ccb6f3a4a0934faf7ff2b226eee0629", - "Addresses": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "AllowedIPs": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "Endpoints": ["77.164.248.136:32912", "10.65.0.27:32912", "172.17.0.1:32912"], + "Key": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "DiscoKey": "discokey:28b7697506dd08888fe359ee7a142d29a0176d707317e5cdf544e3418020b77e", + "Addresses": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "AllowedIPs": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "Endpoints": ["77.164.248.136:44017", "10.65.0.27:44017", "172.17.0.1:44017"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61616}, - {"Proto": "peerapi6", "Port": 61616} + {"Proto": "peerapi4", "Port": 47551}, + {"Proto": "peerapi6", "Port": 47551} ]}, - "Created": "2026-04-09T01:37:57.670960917Z", + "Created": "2026-04-09T08:43:44.174041352Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5366695807364568, - "StableID": "noLQ7vzaui11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 2012809767904878, + "StableID": "n9tVem6ciG11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "DiscoKey": "discokey:65f40d112a4f4c77bb973b20038db3f0bd1537695aa3a88607c1b77d3cfb9e60", - "Addresses": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "AllowedIPs": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "Endpoints": ["77.164.248.136:44514", "10.65.0.27:44514", "172.17.0.1:44514"], + "Key": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "DiscoKey": "discokey:410b77fa33bd615079f32cb88a248a09567a55d048922c57fa5f90a42f5ec40e", + "Addresses": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "AllowedIPs": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "Endpoints": ["77.164.248.136:34360", "10.65.0.27:34360", "172.17.0.1:34360"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45998}, - {"Proto": "peerapi6", "Port": 45998} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52366}, + {"Proto": "peerapi6", "Port": 52366} ]}, - "Created": "2026-04-09T01:37:58.225363451Z", + "Created": "2026-04-09T08:43:49.011550275Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 6544274270692097, - "StableID": "ni3EVJzu6t11CNTRL", + "ID": 3620636143853089, + "StableID": "nLYHkNynGV11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "KeyExpiry": "2026-10-06T01:38:05Z", - "DiscoKey": "discokey:4f470754868216557667401e1c79319a37fd452a01d2ef5cb079ec679f8edd5f", - "Addresses": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "AllowedIPs": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "Endpoints": ["77.164.248.136:55900", "10.65.0.27:55900", "172.17.0.1:55900"], + "Key": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:edcde36a676af7ea808aa28b0c4e70e178629ee5b22dfeed035609ce9cbcbc35", + "Addresses": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "AllowedIPs": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "Endpoints": ["77.164.248.136:47367", "10.65.0.27:47367", "172.17.0.1:47367"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56273}, - {"Proto": "peerapi6", "Port": 56273} + {"Proto": "peerapi4", "Port": 55015}, + {"Proto": "peerapi6", "Port": 55015} ]}, - "Created": "2026-04-09T01:38:05.47644923Z", + "Created": "2026-04-09T08:43:51.152421153Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7762718492142250, - "StableID": "nbyFyBTkc321CNTRL", + "ID": 4607571830193329, + "StableID": "nvXFkj6nyc11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "DiscoKey": "discokey:6c4736914170d1220ad22e6b7ae86ece45ee55f8ee816a24054ee36a305b7512", - "Addresses": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "AllowedIPs": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "Endpoints": ["77.164.248.136:36799", "10.65.0.27:36799", "172.17.0.1:36799"], + "Key": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "DiscoKey": "discokey:3d32d471dabb110a471ab6c454646bf28da954390e4b5028c48a206adc0a9d18", + "Addresses": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "AllowedIPs": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "Endpoints": ["77.164.248.136:50888", "10.65.0.27:50888", "172.17.0.1:50888"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52889}, - {"Proto": "peerapi6", "Port": 52889} + {"Proto": "peerapi4", "Port": 39137}, + {"Proto": "peerapi6", "Port": 39137} ]}, - "Created": "2026-04-09T01:38:00.68073652Z", + "Created": "2026-04-09T08:43:46.860257196Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8526880969323929, - "StableID": "neByKqhqa921CNTRL", + "ID": 4711992702521533, + "StableID": "na9LfN45od11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "DiscoKey": "discokey:e3d2941d20531e1d67ce25ac9ff578004034f1490a450b4abccf3c9a258bdd3c", + "Addresses": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "AllowedIPs": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "Endpoints": ["77.164.248.136:39656", "10.65.0.27:39656", "172.17.0.1:39656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50171}, + {"Proto": "peerapi6", "Port": 50171} + ]}, + "Created": "2026-04-09T08:43:44.709443577Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4964675208291062, + "StableID": "nR8fRkbWmf11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "DiscoKey": "discokey:341c8ecbead2187f29b7b78dca54341b2f8983376d2165da13a7723104d5bb12", - "Addresses": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "AllowedIPs": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "Endpoints": ["77.164.248.136:43808", "10.65.0.27:43808", "172.17.0.1:43808"], + "Key": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "DiscoKey": "discokey:8778db69241a602b0ff68d160d9f019e5615d7552978d891d715c1ff56c7827b", + "Addresses": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "AllowedIPs": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "Endpoints": ["77.164.248.136:36656", "10.65.0.27:36656", "172.17.0.1:36656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62442}, - {"Proto": "peerapi6", "Port": 62442} + {"Proto": "peerapi4", "Port": 45308}, + {"Proto": "peerapi6", "Port": 45308} ]}, - "Created": "2026-04-09T01:38:02.311732373Z", + "Created": "2026-04-09T08:43:48.481595838Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" + }, { + "ID": 5433272967851131, + "StableID": "nLZPoKsjRj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "DiscoKey": "discokey:09aa994bcb2f0ed88ba8ea517524cd2aab5150fe7b93c8463ab92d265f731b0f", + "Addresses": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "AllowedIPs": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "Endpoints": ["77.164.248.136:56968", "10.65.0.27:56968", "172.17.0.1:56968"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 57646}, + {"Proto": "peerapi6", "Port": 57646} + ]}, + "Created": "2026-04-09T08:43:45.268129027Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5647210389136962, + "StableID": "nP1E8Bed6m11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "KeyExpiry": "2026-10-06T08:43:50Z", + "DiscoKey": "discokey:74898e2a1d6fbd505b144216248f2c2bb17a57f2cfe540f1efe0c22d42855c0a", + "Addresses": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "AllowedIPs": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "Endpoints": ["77.164.248.136:48905", "10.65.0.27:48905", "172.17.0.1:48905"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45886}, + {"Proto": "peerapi6", "Port": 45886} + ]}, + "Created": "2026-04-09T08:43:50.610617415Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6149517065267152, + "StableID": "nXiV2NP82q11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "DiscoKey": "discokey:0a8fbfdacd60e03dded0cac4add277aa8b8460e5cb12cd54e45f3096de389b21", + "Addresses": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "AllowedIPs": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "Endpoints": ["77.164.248.136:54944", "10.65.0.27:54944", "172.17.0.1:54944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53376}, + {"Proto": "peerapi6", "Port": 53376} + ]}, + "Created": "2026-04-09T08:43:45.798323512Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7466169119741942, + "StableID": "nBMARwbSJ121CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "DiscoKey": "discokey:3a650c46ddc2753d2ddc1588dc1d58fc0f6054635c8a6cbcdf55d9f890a78839", + "Addresses": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "AllowedIPs": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "Endpoints": ["77.164.248.136:36697", "10.65.0.27:36697", "172.17.0.1:36697"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 48247}, + {"Proto": "peerapi6", "Port": 48247} + ]}, + "Created": "2026-04-09T08:43:50.082839838Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8585273314608865, + "StableID": "nrddvAaH3A21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "DiscoKey": "discokey:76fa504d4662e96afecc5595205583fc742d2aff08c1c821958e34ad549d864d", + "Addresses": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "AllowedIPs": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "Endpoints": ["77.164.248.136:40153", "10.65.0.27:40153", "172.17.0.1:40153"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63798}, + {"Proto": "peerapi6", "Port": 63798} + ]}, + "Created": "2026-04-09T08:43:47.396334144Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8786555195351903, + "StableID": "nA8BUXuScB21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "DiscoKey": "discokey:a4ef1bd999ced46620e83d74445c951d6bdb7979e16477800b14f1f34d372237", + "Addresses": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "AllowedIPs": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "Endpoints": ["77.164.248.136:44435", "10.65.0.27:44435", "172.17.0.1:44435"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 44657}, + {"Proto": "peerapi6", "Port": 44657} + ]}, + "Created": "2026-04-09T08:43:46.318744554Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3868,23 +3872,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3915,26 +3920,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 856507649819634, - "StableID": "nKyR3D1vg711CNTRL", + "ID": 5433272967851131, + "StableID": "nLZPoKsjRj11CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 856507649819634, - "Key": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "DiscoKey": "discokey:e25b3ec1882e1d193b13737f9f0018fa64211bfb08d1424c46183a24e9b5c419", - "Addresses": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "AllowedIPs": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "Endpoints": ["77.164.248.136:48387", "10.65.0.27:48387", "172.17.0.1:48387"], + "User": 5433272967851131, + "Key": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "DiscoKey": "discokey:09aa994bcb2f0ed88ba8ea517524cd2aab5150fe7b93c8463ab92d265f731b0f", + "Addresses": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "AllowedIPs": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "Endpoints": ["77.164.248.136:56968", "10.65.0.27:56968", "172.17.0.1:56968"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 63976}, - {"Proto": "peerapi6", "Port": 63976}, + {"Proto": "peerapi4", "Port": 57646}, + {"Proto": "peerapi6", "Port": 57646}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:37:58.83802033Z", + "Created": "2026-04-09T08:43:45.268129027Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3962,302 +3967,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "MachineKey": "mkey:fbdfe62355385378374c7616c6d2059b6bf2cb3d88036015e57a25f02af79f5c", + "NodeKey": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "MachineKey": "mkey:a1180b7cfb3586eb30ad2c802ec2d626125492094c0ed5a1b31859db20ebf26e", "Peers": [{ - "ID": 213603306635446, - "StableID": "ndGvkozjf211CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "KeyExpiry": "2026-10-06T01:38:04Z", - "DiscoKey": "discokey:3ae091a151be4ffdcf0ac832fa0b6c3f3e71587358a10c551af2911774b0ce49", - "Addresses": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "AllowedIPs": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "Endpoints": ["77.164.248.136:43553", "10.65.0.27:43553", "172.17.0.1:43553"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46505}, - {"Proto": "peerapi6", "Port": 46505} - ]}, - "Created": "2026-04-09T01:38:04.944707686Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 727541794420069, - "StableID": "nLcL2nHWg611CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "DiscoKey": "discokey:ea37c5fb1f7f6d53c3bb7a2c2ceb9e887b7d6a1edfc46bbdcd83957a6d39b466", - "Addresses": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "AllowedIPs": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "Endpoints": ["77.164.248.136:38445", "10.65.0.27:38445", "172.17.0.1:38445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47277}, - {"Proto": "peerapi6", "Port": 47277} - ]}, - "Created": "2026-04-09T01:38:01.228968006Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 804302322338709, - "StableID": "nvBE2BfGH711CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "DiscoKey": "discokey:bced374c41152b5fb9942552511c91007d3bad9a2aa57c569262e927555f4f5c", - "Addresses": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "AllowedIPs": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "Endpoints": ["77.164.248.136:43744", "10.65.0.27:43744", "172.17.0.1:43744"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 47059}, - {"Proto": "peerapi6", "Port": 47059} - ]}, - "Created": "2026-04-09T01:38:01.773303251Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 964881401981990, - "StableID": "no1uQJozX811CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "DiscoKey": "discokey:997b772c1619ca68839cfff60a8a8f5eb426cd1702dec9981155b0f9096c6e66", - "Addresses": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "AllowedIPs": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 55864}, - {"Proto": "peerapi6", "Port": 55864} - ]}, - "Created": "2026-04-09T01:38:04.402307347Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1258195321844767, - "StableID": "n2i279fqpA11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "KeyExpiry": "2026-10-06T01:38:06Z", - "DiscoKey": "discokey:d315348cf6b00cdc178d2b8d6dd24555a6bcea5b7bb518ef2650d5e3f2225042", - "Addresses": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "AllowedIPs": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "Endpoints": ["77.164.248.136:51232", "10.65.0.27:51232", "172.17.0.1:51232"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48452}, - {"Proto": "peerapi6", "Port": 48452} - ]}, - "Created": "2026-04-09T01:38:06.029681531Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2347977288447435, - "StableID": "nA8Ai9PQLK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "DiscoKey": "discokey:1160019ab42ea171e52af259d7735d5a83fdfbad884f9fdab2fb3598be383d70", - "Addresses": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "AllowedIPs": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "Endpoints": ["77.164.248.136:43879", "10.65.0.27:43879", "172.17.0.1:43879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 62991}, - {"Proto": "peerapi6", "Port": 62991} - ]}, - "Created": "2026-04-09T01:38:02.864022026Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2953857704887025, - "StableID": "nptUNKqo4Q11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "DiscoKey": "discokey:f15b8d8fe1a649e92c0c4b9fedffe79620a143339c445e49ef8dae31f4569d27", - "Addresses": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "AllowedIPs": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64668}, - {"Proto": "peerapi6", "Port": 64668} - ]}, - "Created": "2026-04-09T01:37:59.343109745Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3882289007662595, - "StableID": "n2EKLe9JKX11CNTRL", + "ID": 597611601403193, + "StableID": "n4etn7Fff511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "DiscoKey": "discokey:a8fe072e6f418a4326db8d0f1892f8af0e22f1a890e1e54318437eae1ab1e228", - "Addresses": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "AllowedIPs": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "Endpoints": ["77.164.248.136:51575", "10.65.0.27:51575", "172.17.0.1:51575"], + "Key": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "DiscoKey": "discokey:473816c9f07c70058dc6a494c58a54d78dd7c4ee0cc1b21a189f8803aa6f3808", + "Addresses": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "AllowedIPs": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "Endpoints": ["77.164.248.136:34358", "10.65.0.27:34358", "172.17.0.1:34358"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} + {"Proto": "peerapi4", "Port": 39560}, + {"Proto": "peerapi6", "Port": 39560} ]}, - "Created": "2026-04-09T01:38:03.843669908Z", + "Created": "2026-04-09T08:43:49.551238771Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4366869749802087, - "StableID": "nQmX9HGm6b11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "DiscoKey": "discokey:a0c674e2b68b0ac79d873888e8fcbae2f99ef171e77932d7a05066fe6a79d02c", - "Addresses": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "AllowedIPs": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "Endpoints": ["77.164.248.136:43048", "10.65.0.27:43048", "172.17.0.1:43048"], + "ID": 964585586121332, + "StableID": "nBiHBc2sX811CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:e9787dbd396b225baaa93e22e795a028583d864ca03f140cebd39ed7404ed545", + "Addresses": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "AllowedIPs": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "Endpoints": ["77.164.248.136:58977", "10.65.0.27:58977", "172.17.0.1:58977"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 43452}, - {"Proto": "peerapi6", "Port": 43452} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 57164}, + {"Proto": "peerapi6", "Port": 57164} ]}, - "Created": "2026-04-09T01:38:00.141563675Z", + "Created": "2026-04-09T08:43:51.694518194Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4807852966758328, - "StableID": "n3JJxP9VYe11CNTRL", + "ID": 1120377371037998, + "StableID": "n5A9jzQRk911CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "DiscoKey": "discokey:9b493dc233259aa506cfb89e3cdc4d38c0ef2dcc6f851289808edbffc049fd21", + "Addresses": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "AllowedIPs": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "Endpoints": ["77.164.248.136:44173", "10.65.0.27:44173", "172.17.0.1:44173"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57786}, + {"Proto": "peerapi6", "Port": 57786} + ]}, + "Created": "2026-04-09T08:43:47.9438249Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 1616820057920926, + "StableID": "nPyjy28GdD11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "DiscoKey": "discokey:d19d9566ca9c25774fe46320ac0dd8dc7ccb6f3a4a0934faf7ff2b226eee0629", - "Addresses": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "AllowedIPs": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "Endpoints": ["77.164.248.136:32912", "10.65.0.27:32912", "172.17.0.1:32912"], + "Key": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "DiscoKey": "discokey:28b7697506dd08888fe359ee7a142d29a0176d707317e5cdf544e3418020b77e", + "Addresses": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "AllowedIPs": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "Endpoints": ["77.164.248.136:44017", "10.65.0.27:44017", "172.17.0.1:44017"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61616}, - {"Proto": "peerapi6", "Port": 61616} + {"Proto": "peerapi4", "Port": 47551}, + {"Proto": "peerapi6", "Port": 47551} ]}, - "Created": "2026-04-09T01:37:57.670960917Z", + "Created": "2026-04-09T08:43:44.174041352Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5366695807364568, - "StableID": "noLQ7vzaui11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 2012809767904878, + "StableID": "n9tVem6ciG11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "DiscoKey": "discokey:65f40d112a4f4c77bb973b20038db3f0bd1537695aa3a88607c1b77d3cfb9e60", - "Addresses": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "AllowedIPs": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "Endpoints": ["77.164.248.136:44514", "10.65.0.27:44514", "172.17.0.1:44514"], + "Key": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "DiscoKey": "discokey:410b77fa33bd615079f32cb88a248a09567a55d048922c57fa5f90a42f5ec40e", + "Addresses": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "AllowedIPs": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "Endpoints": ["77.164.248.136:34360", "10.65.0.27:34360", "172.17.0.1:34360"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45998}, - {"Proto": "peerapi6", "Port": 45998} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52366}, + {"Proto": "peerapi6", "Port": 52366} ]}, - "Created": "2026-04-09T01:37:58.225363451Z", + "Created": "2026-04-09T08:43:49.011550275Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 6544274270692097, - "StableID": "ni3EVJzu6t11CNTRL", + "ID": 3620636143853089, + "StableID": "nLYHkNynGV11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "KeyExpiry": "2026-10-06T01:38:05Z", - "DiscoKey": "discokey:4f470754868216557667401e1c79319a37fd452a01d2ef5cb079ec679f8edd5f", - "Addresses": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "AllowedIPs": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "Endpoints": ["77.164.248.136:55900", "10.65.0.27:55900", "172.17.0.1:55900"], + "Key": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:edcde36a676af7ea808aa28b0c4e70e178629ee5b22dfeed035609ce9cbcbc35", + "Addresses": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "AllowedIPs": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "Endpoints": ["77.164.248.136:47367", "10.65.0.27:47367", "172.17.0.1:47367"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56273}, - {"Proto": "peerapi6", "Port": 56273} + {"Proto": "peerapi4", "Port": 55015}, + {"Proto": "peerapi6", "Port": 55015} ]}, - "Created": "2026-04-09T01:38:05.47644923Z", + "Created": "2026-04-09T08:43:51.152421153Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7762718492142250, - "StableID": "nbyFyBTkc321CNTRL", + "ID": 4607571830193329, + "StableID": "nvXFkj6nyc11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "DiscoKey": "discokey:6c4736914170d1220ad22e6b7ae86ece45ee55f8ee816a24054ee36a305b7512", - "Addresses": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "AllowedIPs": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "Endpoints": ["77.164.248.136:36799", "10.65.0.27:36799", "172.17.0.1:36799"], + "Key": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "DiscoKey": "discokey:3d32d471dabb110a471ab6c454646bf28da954390e4b5028c48a206adc0a9d18", + "Addresses": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "AllowedIPs": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "Endpoints": ["77.164.248.136:50888", "10.65.0.27:50888", "172.17.0.1:50888"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52889}, - {"Proto": "peerapi6", "Port": 52889} + {"Proto": "peerapi4", "Port": 39137}, + {"Proto": "peerapi6", "Port": 39137} ]}, - "Created": "2026-04-09T01:38:00.68073652Z", + "Created": "2026-04-09T08:43:46.860257196Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8526880969323929, - "StableID": "neByKqhqa921CNTRL", + "ID": 4711992702521533, + "StableID": "na9LfN45od11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "DiscoKey": "discokey:e3d2941d20531e1d67ce25ac9ff578004034f1490a450b4abccf3c9a258bdd3c", + "Addresses": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "AllowedIPs": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "Endpoints": ["77.164.248.136:39656", "10.65.0.27:39656", "172.17.0.1:39656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50171}, + {"Proto": "peerapi6", "Port": 50171} + ]}, + "Created": "2026-04-09T08:43:44.709443577Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4964675208291062, + "StableID": "nR8fRkbWmf11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "DiscoKey": "discokey:341c8ecbead2187f29b7b78dca54341b2f8983376d2165da13a7723104d5bb12", - "Addresses": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "AllowedIPs": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "Endpoints": ["77.164.248.136:43808", "10.65.0.27:43808", "172.17.0.1:43808"], + "Key": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "DiscoKey": "discokey:8778db69241a602b0ff68d160d9f019e5615d7552978d891d715c1ff56c7827b", + "Addresses": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "AllowedIPs": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "Endpoints": ["77.164.248.136:36656", "10.65.0.27:36656", "172.17.0.1:36656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62442}, - {"Proto": "peerapi6", "Port": 62442} + {"Proto": "peerapi4", "Port": 45308}, + {"Proto": "peerapi6", "Port": 45308} ]}, - "Created": "2026-04-09T01:38:02.311732373Z", + "Created": "2026-04-09T08:43:48.481595838Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" + }, { + "ID": 5647210389136962, + "StableID": "nP1E8Bed6m11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "KeyExpiry": "2026-10-06T08:43:50Z", + "DiscoKey": "discokey:74898e2a1d6fbd505b144216248f2c2bb17a57f2cfe540f1efe0c22d42855c0a", + "Addresses": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "AllowedIPs": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "Endpoints": ["77.164.248.136:48905", "10.65.0.27:48905", "172.17.0.1:48905"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45886}, + {"Proto": "peerapi6", "Port": 45886} + ]}, + "Created": "2026-04-09T08:43:50.610617415Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6149517065267152, + "StableID": "nXiV2NP82q11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "DiscoKey": "discokey:0a8fbfdacd60e03dded0cac4add277aa8b8460e5cb12cd54e45f3096de389b21", + "Addresses": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "AllowedIPs": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "Endpoints": ["77.164.248.136:54944", "10.65.0.27:54944", "172.17.0.1:54944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53376}, + {"Proto": "peerapi6", "Port": 53376} + ]}, + "Created": "2026-04-09T08:43:45.798323512Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7466169119741942, + "StableID": "nBMARwbSJ121CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "DiscoKey": "discokey:3a650c46ddc2753d2ddc1588dc1d58fc0f6054635c8a6cbcdf55d9f890a78839", + "Addresses": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "AllowedIPs": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "Endpoints": ["77.164.248.136:36697", "10.65.0.27:36697", "172.17.0.1:36697"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 48247}, + {"Proto": "peerapi6", "Port": 48247} + ]}, + "Created": "2026-04-09T08:43:50.082839838Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8585273314608865, + "StableID": "nrddvAaH3A21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "DiscoKey": "discokey:76fa504d4662e96afecc5595205583fc742d2aff08c1c821958e34ad549d864d", + "Addresses": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "AllowedIPs": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "Endpoints": ["77.164.248.136:40153", "10.65.0.27:40153", "172.17.0.1:40153"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63798}, + {"Proto": "peerapi6", "Port": 63798} + ]}, + "Created": "2026-04-09T08:43:47.396334144Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8786555195351903, + "StableID": "nA8BUXuScB21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "DiscoKey": "discokey:a4ef1bd999ced46620e83d74445c951d6bdb7979e16477800b14f1f34d372237", + "Addresses": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "AllowedIPs": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "Endpoints": ["77.164.248.136:44435", "10.65.0.27:44435", "172.17.0.1:44435"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 44657}, + {"Proto": "peerapi6", "Port": 44657} + ]}, + "Created": "2026-04-09T08:43:46.318744554Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5105,27 +5110,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "856507649819634": { - "ID": 856507649819634, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "5433272967851131": { + "ID": 5433272967851131, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5156,26 +5163,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 804302322338709, - "StableID": "nvBE2BfGH711CNTRL", + "ID": 1120377371037998, + "StableID": "n5A9jzQRk911CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 804302322338709, - "Key": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "DiscoKey": "discokey:bced374c41152b5fb9942552511c91007d3bad9a2aa57c569262e927555f4f5c", - "Addresses": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "AllowedIPs": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "Endpoints": ["77.164.248.136:43744", "10.65.0.27:43744", "172.17.0.1:43744"], + "User": 1120377371037998, + "Key": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "DiscoKey": "discokey:9b493dc233259aa506cfb89e3cdc4d38c0ef2dcc6f851289808edbffc049fd21", + "Addresses": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "AllowedIPs": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "Endpoints": ["77.164.248.136:44173", "10.65.0.27:44173", "172.17.0.1:44173"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 47059}, - {"Proto": "peerapi6", "Port": 47059}, + {"Proto": "peerapi4", "Port": 57786}, + {"Proto": "peerapi6", "Port": 57786}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:38:01.773303251Z", + "Created": "2026-04-09T08:43:47.9438249Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5203,302 +5210,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "MachineKey": "mkey:a73b25f43bc1c4763eb782a79624a2c553c0ef2d8c86a00621de6eddce755d45", + "NodeKey": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "MachineKey": "mkey:11afb31d32f2e747463efdf1586cf4de393faa54bbbe9e08da11d07180e78d79", "Peers": [{ - "ID": 213603306635446, - "StableID": "ndGvkozjf211CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "KeyExpiry": "2026-10-06T01:38:04Z", - "DiscoKey": "discokey:3ae091a151be4ffdcf0ac832fa0b6c3f3e71587358a10c551af2911774b0ce49", - "Addresses": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "AllowedIPs": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "Endpoints": ["77.164.248.136:43553", "10.65.0.27:43553", "172.17.0.1:43553"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46505}, - {"Proto": "peerapi6", "Port": 46505} - ]}, - "Created": "2026-04-09T01:38:04.944707686Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 727541794420069, - "StableID": "nLcL2nHWg611CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "DiscoKey": "discokey:ea37c5fb1f7f6d53c3bb7a2c2ceb9e887b7d6a1edfc46bbdcd83957a6d39b466", - "Addresses": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "AllowedIPs": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "Endpoints": ["77.164.248.136:38445", "10.65.0.27:38445", "172.17.0.1:38445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47277}, - {"Proto": "peerapi6", "Port": 47277} - ]}, - "Created": "2026-04-09T01:38:01.228968006Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 856507649819634, - "StableID": "nKyR3D1vg711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "DiscoKey": "discokey:e25b3ec1882e1d193b13737f9f0018fa64211bfb08d1424c46183a24e9b5c419", - "Addresses": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "AllowedIPs": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "Endpoints": ["77.164.248.136:48387", "10.65.0.27:48387", "172.17.0.1:48387"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 63976}, - {"Proto": "peerapi6", "Port": 63976} - ]}, - "Created": "2026-04-09T01:37:58.83802033Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 964881401981990, - "StableID": "no1uQJozX811CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "DiscoKey": "discokey:997b772c1619ca68839cfff60a8a8f5eb426cd1702dec9981155b0f9096c6e66", - "Addresses": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "AllowedIPs": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 55864}, - {"Proto": "peerapi6", "Port": 55864} - ]}, - "Created": "2026-04-09T01:38:04.402307347Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1258195321844767, - "StableID": "n2i279fqpA11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "KeyExpiry": "2026-10-06T01:38:06Z", - "DiscoKey": "discokey:d315348cf6b00cdc178d2b8d6dd24555a6bcea5b7bb518ef2650d5e3f2225042", - "Addresses": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "AllowedIPs": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "Endpoints": ["77.164.248.136:51232", "10.65.0.27:51232", "172.17.0.1:51232"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48452}, - {"Proto": "peerapi6", "Port": 48452} - ]}, - "Created": "2026-04-09T01:38:06.029681531Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2347977288447435, - "StableID": "nA8Ai9PQLK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "DiscoKey": "discokey:1160019ab42ea171e52af259d7735d5a83fdfbad884f9fdab2fb3598be383d70", - "Addresses": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "AllowedIPs": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "Endpoints": ["77.164.248.136:43879", "10.65.0.27:43879", "172.17.0.1:43879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 62991}, - {"Proto": "peerapi6", "Port": 62991} - ]}, - "Created": "2026-04-09T01:38:02.864022026Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2953857704887025, - "StableID": "nptUNKqo4Q11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "DiscoKey": "discokey:f15b8d8fe1a649e92c0c4b9fedffe79620a143339c445e49ef8dae31f4569d27", - "Addresses": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "AllowedIPs": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64668}, - {"Proto": "peerapi6", "Port": 64668} - ]}, - "Created": "2026-04-09T01:37:59.343109745Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3882289007662595, - "StableID": "n2EKLe9JKX11CNTRL", + "ID": 597611601403193, + "StableID": "n4etn7Fff511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "DiscoKey": "discokey:a8fe072e6f418a4326db8d0f1892f8af0e22f1a890e1e54318437eae1ab1e228", - "Addresses": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "AllowedIPs": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "Endpoints": ["77.164.248.136:51575", "10.65.0.27:51575", "172.17.0.1:51575"], + "Key": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "DiscoKey": "discokey:473816c9f07c70058dc6a494c58a54d78dd7c4ee0cc1b21a189f8803aa6f3808", + "Addresses": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "AllowedIPs": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "Endpoints": ["77.164.248.136:34358", "10.65.0.27:34358", "172.17.0.1:34358"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} + {"Proto": "peerapi4", "Port": 39560}, + {"Proto": "peerapi6", "Port": 39560} ]}, - "Created": "2026-04-09T01:38:03.843669908Z", + "Created": "2026-04-09T08:43:49.551238771Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4366869749802087, - "StableID": "nQmX9HGm6b11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "DiscoKey": "discokey:a0c674e2b68b0ac79d873888e8fcbae2f99ef171e77932d7a05066fe6a79d02c", - "Addresses": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "AllowedIPs": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "Endpoints": ["77.164.248.136:43048", "10.65.0.27:43048", "172.17.0.1:43048"], + "ID": 964585586121332, + "StableID": "nBiHBc2sX811CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:e9787dbd396b225baaa93e22e795a028583d864ca03f140cebd39ed7404ed545", + "Addresses": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "AllowedIPs": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "Endpoints": ["77.164.248.136:58977", "10.65.0.27:58977", "172.17.0.1:58977"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 43452}, - {"Proto": "peerapi6", "Port": 43452} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 57164}, + {"Proto": "peerapi6", "Port": 57164} ]}, - "Created": "2026-04-09T01:38:00.141563675Z", + "Created": "2026-04-09T08:43:51.694518194Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4807852966758328, - "StableID": "n3JJxP9VYe11CNTRL", + "ID": 1616820057920926, + "StableID": "nPyjy28GdD11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "DiscoKey": "discokey:d19d9566ca9c25774fe46320ac0dd8dc7ccb6f3a4a0934faf7ff2b226eee0629", - "Addresses": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "AllowedIPs": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "Endpoints": ["77.164.248.136:32912", "10.65.0.27:32912", "172.17.0.1:32912"], + "Key": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "DiscoKey": "discokey:28b7697506dd08888fe359ee7a142d29a0176d707317e5cdf544e3418020b77e", + "Addresses": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "AllowedIPs": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "Endpoints": ["77.164.248.136:44017", "10.65.0.27:44017", "172.17.0.1:44017"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61616}, - {"Proto": "peerapi6", "Port": 61616} + {"Proto": "peerapi4", "Port": 47551}, + {"Proto": "peerapi6", "Port": 47551} ]}, - "Created": "2026-04-09T01:37:57.670960917Z", + "Created": "2026-04-09T08:43:44.174041352Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5366695807364568, - "StableID": "noLQ7vzaui11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 2012809767904878, + "StableID": "n9tVem6ciG11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "DiscoKey": "discokey:65f40d112a4f4c77bb973b20038db3f0bd1537695aa3a88607c1b77d3cfb9e60", - "Addresses": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "AllowedIPs": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "Endpoints": ["77.164.248.136:44514", "10.65.0.27:44514", "172.17.0.1:44514"], + "Key": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "DiscoKey": "discokey:410b77fa33bd615079f32cb88a248a09567a55d048922c57fa5f90a42f5ec40e", + "Addresses": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "AllowedIPs": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "Endpoints": ["77.164.248.136:34360", "10.65.0.27:34360", "172.17.0.1:34360"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45998}, - {"Proto": "peerapi6", "Port": 45998} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52366}, + {"Proto": "peerapi6", "Port": 52366} ]}, - "Created": "2026-04-09T01:37:58.225363451Z", + "Created": "2026-04-09T08:43:49.011550275Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 6544274270692097, - "StableID": "ni3EVJzu6t11CNTRL", + "ID": 3620636143853089, + "StableID": "nLYHkNynGV11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "KeyExpiry": "2026-10-06T01:38:05Z", - "DiscoKey": "discokey:4f470754868216557667401e1c79319a37fd452a01d2ef5cb079ec679f8edd5f", - "Addresses": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "AllowedIPs": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "Endpoints": ["77.164.248.136:55900", "10.65.0.27:55900", "172.17.0.1:55900"], + "Key": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:edcde36a676af7ea808aa28b0c4e70e178629ee5b22dfeed035609ce9cbcbc35", + "Addresses": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "AllowedIPs": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "Endpoints": ["77.164.248.136:47367", "10.65.0.27:47367", "172.17.0.1:47367"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56273}, - {"Proto": "peerapi6", "Port": 56273} + {"Proto": "peerapi4", "Port": 55015}, + {"Proto": "peerapi6", "Port": 55015} ]}, - "Created": "2026-04-09T01:38:05.47644923Z", + "Created": "2026-04-09T08:43:51.152421153Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7762718492142250, - "StableID": "nbyFyBTkc321CNTRL", + "ID": 4607571830193329, + "StableID": "nvXFkj6nyc11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "DiscoKey": "discokey:6c4736914170d1220ad22e6b7ae86ece45ee55f8ee816a24054ee36a305b7512", - "Addresses": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "AllowedIPs": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "Endpoints": ["77.164.248.136:36799", "10.65.0.27:36799", "172.17.0.1:36799"], + "Key": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "DiscoKey": "discokey:3d32d471dabb110a471ab6c454646bf28da954390e4b5028c48a206adc0a9d18", + "Addresses": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "AllowedIPs": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "Endpoints": ["77.164.248.136:50888", "10.65.0.27:50888", "172.17.0.1:50888"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52889}, - {"Proto": "peerapi6", "Port": 52889} + {"Proto": "peerapi4", "Port": 39137}, + {"Proto": "peerapi6", "Port": 39137} ]}, - "Created": "2026-04-09T01:38:00.68073652Z", + "Created": "2026-04-09T08:43:46.860257196Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8526880969323929, - "StableID": "neByKqhqa921CNTRL", + "ID": 4711992702521533, + "StableID": "na9LfN45od11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "DiscoKey": "discokey:e3d2941d20531e1d67ce25ac9ff578004034f1490a450b4abccf3c9a258bdd3c", + "Addresses": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "AllowedIPs": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "Endpoints": ["77.164.248.136:39656", "10.65.0.27:39656", "172.17.0.1:39656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50171}, + {"Proto": "peerapi6", "Port": 50171} + ]}, + "Created": "2026-04-09T08:43:44.709443577Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4964675208291062, + "StableID": "nR8fRkbWmf11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "DiscoKey": "discokey:341c8ecbead2187f29b7b78dca54341b2f8983376d2165da13a7723104d5bb12", - "Addresses": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "AllowedIPs": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "Endpoints": ["77.164.248.136:43808", "10.65.0.27:43808", "172.17.0.1:43808"], + "Key": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "DiscoKey": "discokey:8778db69241a602b0ff68d160d9f019e5615d7552978d891d715c1ff56c7827b", + "Addresses": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "AllowedIPs": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "Endpoints": ["77.164.248.136:36656", "10.65.0.27:36656", "172.17.0.1:36656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62442}, - {"Proto": "peerapi6", "Port": 62442} + {"Proto": "peerapi4", "Port": 45308}, + {"Proto": "peerapi6", "Port": 45308} ]}, - "Created": "2026-04-09T01:38:02.311732373Z", + "Created": "2026-04-09T08:43:48.481595838Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" + }, { + "ID": 5433272967851131, + "StableID": "nLZPoKsjRj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "DiscoKey": "discokey:09aa994bcb2f0ed88ba8ea517524cd2aab5150fe7b93c8463ab92d265f731b0f", + "Addresses": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "AllowedIPs": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "Endpoints": ["77.164.248.136:56968", "10.65.0.27:56968", "172.17.0.1:56968"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 57646}, + {"Proto": "peerapi6", "Port": 57646} + ]}, + "Created": "2026-04-09T08:43:45.268129027Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5647210389136962, + "StableID": "nP1E8Bed6m11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "KeyExpiry": "2026-10-06T08:43:50Z", + "DiscoKey": "discokey:74898e2a1d6fbd505b144216248f2c2bb17a57f2cfe540f1efe0c22d42855c0a", + "Addresses": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "AllowedIPs": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "Endpoints": ["77.164.248.136:48905", "10.65.0.27:48905", "172.17.0.1:48905"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45886}, + {"Proto": "peerapi6", "Port": 45886} + ]}, + "Created": "2026-04-09T08:43:50.610617415Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6149517065267152, + "StableID": "nXiV2NP82q11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "DiscoKey": "discokey:0a8fbfdacd60e03dded0cac4add277aa8b8460e5cb12cd54e45f3096de389b21", + "Addresses": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "AllowedIPs": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "Endpoints": ["77.164.248.136:54944", "10.65.0.27:54944", "172.17.0.1:54944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53376}, + {"Proto": "peerapi6", "Port": 53376} + ]}, + "Created": "2026-04-09T08:43:45.798323512Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7466169119741942, + "StableID": "nBMARwbSJ121CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "DiscoKey": "discokey:3a650c46ddc2753d2ddc1588dc1d58fc0f6054635c8a6cbcdf55d9f890a78839", + "Addresses": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "AllowedIPs": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "Endpoints": ["77.164.248.136:36697", "10.65.0.27:36697", "172.17.0.1:36697"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 48247}, + {"Proto": "peerapi6", "Port": 48247} + ]}, + "Created": "2026-04-09T08:43:50.082839838Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8585273314608865, + "StableID": "nrddvAaH3A21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "DiscoKey": "discokey:76fa504d4662e96afecc5595205583fc742d2aff08c1c821958e34ad549d864d", + "Addresses": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "AllowedIPs": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "Endpoints": ["77.164.248.136:40153", "10.65.0.27:40153", "172.17.0.1:40153"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63798}, + {"Proto": "peerapi6", "Port": 63798} + ]}, + "Created": "2026-04-09T08:43:47.396334144Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8786555195351903, + "StableID": "nA8BUXuScB21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "DiscoKey": "discokey:a4ef1bd999ced46620e83d74445c951d6bdb7979e16477800b14f1f34d372237", + "Addresses": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "AllowedIPs": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "Endpoints": ["77.164.248.136:44435", "10.65.0.27:44435", "172.17.0.1:44435"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 44657}, + {"Proto": "peerapi6", "Port": 44657} + ]}, + "Created": "2026-04-09T08:43:46.318744554Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6346,27 +6353,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "804302322338709": { - "ID": 804302322338709, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1120377371037998": { + "ID": 1120377371037998, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + }, + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "ivysaur": { @@ -6397,22 +6406,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 213603306635446, - "StableID": "ndGvkozjf211CNTRL", + "ID": 5647210389136962, + "StableID": "nP1E8Bed6m11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "KeyExpiry": "2026-10-06T01:38:04Z", - "DiscoKey": "discokey:3ae091a151be4ffdcf0ac832fa0b6c3f3e71587358a10c551af2911774b0ce49", - "Addresses": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "AllowedIPs": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "Endpoints": ["77.164.248.136:43553", "10.65.0.27:43553", "172.17.0.1:43553"], + "Key": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "KeyExpiry": "2026-10-06T08:43:50Z", + "DiscoKey": "discokey:74898e2a1d6fbd505b144216248f2c2bb17a57f2cfe540f1efe0c22d42855c0a", + "Addresses": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "AllowedIPs": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "Endpoints": ["77.164.248.136:48905", "10.65.0.27:48905", "172.17.0.1:48905"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46505}, - {"Proto": "peerapi6", "Port": 46505}, + {"Proto": "peerapi4", "Port": 45886}, + {"Proto": "peerapi6", "Port": 45886}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:38:04.944707686Z", + "Created": "2026-04-09T08:43:50.610617415Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6439,300 +6448,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "MachineKey": "mkey:40a86d694b4ac068202ac315bac77ed926e982b477369b3382f25bdb20b3f220", + "NodeKey": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "MachineKey": "mkey:7c58289a721e48620bbb014648e9a1922f2d470e42fc7671891d9b029ad73716", "Peers": [{ - "ID": 727541794420069, - "StableID": "nLcL2nHWg611CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "DiscoKey": "discokey:ea37c5fb1f7f6d53c3bb7a2c2ceb9e887b7d6a1edfc46bbdcd83957a6d39b466", - "Addresses": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "AllowedIPs": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "Endpoints": ["77.164.248.136:38445", "10.65.0.27:38445", "172.17.0.1:38445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47277}, - {"Proto": "peerapi6", "Port": 47277} - ]}, - "Created": "2026-04-09T01:38:01.228968006Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 804302322338709, - "StableID": "nvBE2BfGH711CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "DiscoKey": "discokey:bced374c41152b5fb9942552511c91007d3bad9a2aa57c569262e927555f4f5c", - "Addresses": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "AllowedIPs": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "Endpoints": ["77.164.248.136:43744", "10.65.0.27:43744", "172.17.0.1:43744"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 47059}, - {"Proto": "peerapi6", "Port": 47059} - ]}, - "Created": "2026-04-09T01:38:01.773303251Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 856507649819634, - "StableID": "nKyR3D1vg711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "DiscoKey": "discokey:e25b3ec1882e1d193b13737f9f0018fa64211bfb08d1424c46183a24e9b5c419", - "Addresses": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "AllowedIPs": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "Endpoints": ["77.164.248.136:48387", "10.65.0.27:48387", "172.17.0.1:48387"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 63976}, - {"Proto": "peerapi6", "Port": 63976} - ]}, - "Created": "2026-04-09T01:37:58.83802033Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 964881401981990, - "StableID": "no1uQJozX811CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "DiscoKey": "discokey:997b772c1619ca68839cfff60a8a8f5eb426cd1702dec9981155b0f9096c6e66", - "Addresses": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "AllowedIPs": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 55864}, - {"Proto": "peerapi6", "Port": 55864} - ]}, - "Created": "2026-04-09T01:38:04.402307347Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1258195321844767, - "StableID": "n2i279fqpA11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "KeyExpiry": "2026-10-06T01:38:06Z", - "DiscoKey": "discokey:d315348cf6b00cdc178d2b8d6dd24555a6bcea5b7bb518ef2650d5e3f2225042", - "Addresses": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "AllowedIPs": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48452}, - {"Proto": "peerapi6", "Port": 48452} - ]}, - "Created": "2026-04-09T01:38:06.029681531Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2347977288447435, - "StableID": "nA8Ai9PQLK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "DiscoKey": "discokey:1160019ab42ea171e52af259d7735d5a83fdfbad884f9fdab2fb3598be383d70", - "Addresses": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "AllowedIPs": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "Endpoints": ["77.164.248.136:43879", "10.65.0.27:43879", "172.17.0.1:43879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 62991}, - {"Proto": "peerapi6", "Port": 62991} - ]}, - "Created": "2026-04-09T01:38:02.864022026Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2953857704887025, - "StableID": "nptUNKqo4Q11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "DiscoKey": "discokey:f15b8d8fe1a649e92c0c4b9fedffe79620a143339c445e49ef8dae31f4569d27", - "Addresses": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "AllowedIPs": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64668}, - {"Proto": "peerapi6", "Port": 64668} - ]}, - "Created": "2026-04-09T01:37:59.343109745Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3882289007662595, - "StableID": "n2EKLe9JKX11CNTRL", + "ID": 597611601403193, + "StableID": "n4etn7Fff511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "DiscoKey": "discokey:a8fe072e6f418a4326db8d0f1892f8af0e22f1a890e1e54318437eae1ab1e228", - "Addresses": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "AllowedIPs": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "Endpoints": ["77.164.248.136:51575", "10.65.0.27:51575", "172.17.0.1:51575"], + "Key": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "DiscoKey": "discokey:473816c9f07c70058dc6a494c58a54d78dd7c4ee0cc1b21a189f8803aa6f3808", + "Addresses": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "AllowedIPs": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "Endpoints": ["77.164.248.136:34358", "10.65.0.27:34358", "172.17.0.1:34358"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} + {"Proto": "peerapi4", "Port": 39560}, + {"Proto": "peerapi6", "Port": 39560} ]}, - "Created": "2026-04-09T01:38:03.843669908Z", + "Created": "2026-04-09T08:43:49.551238771Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4366869749802087, - "StableID": "nQmX9HGm6b11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "DiscoKey": "discokey:a0c674e2b68b0ac79d873888e8fcbae2f99ef171e77932d7a05066fe6a79d02c", - "Addresses": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "AllowedIPs": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "Endpoints": ["77.164.248.136:43048", "10.65.0.27:43048", "172.17.0.1:43048"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 43452}, - {"Proto": "peerapi6", "Port": 43452} + "ID": 964585586121332, + "StableID": "nBiHBc2sX811CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:e9787dbd396b225baaa93e22e795a028583d864ca03f140cebd39ed7404ed545", + "Addresses": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "AllowedIPs": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 57164}, + {"Proto": "peerapi6", "Port": 57164} ]}, - "Created": "2026-04-09T01:38:00.141563675Z", + "Created": "2026-04-09T08:43:51.694518194Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4807852966758328, - "StableID": "n3JJxP9VYe11CNTRL", + "ID": 1120377371037998, + "StableID": "n5A9jzQRk911CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "DiscoKey": "discokey:9b493dc233259aa506cfb89e3cdc4d38c0ef2dcc6f851289808edbffc049fd21", + "Addresses": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "AllowedIPs": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "Endpoints": ["77.164.248.136:44173", "10.65.0.27:44173", "172.17.0.1:44173"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57786}, + {"Proto": "peerapi6", "Port": 57786} + ]}, + "Created": "2026-04-09T08:43:47.9438249Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 1616820057920926, + "StableID": "nPyjy28GdD11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "DiscoKey": "discokey:d19d9566ca9c25774fe46320ac0dd8dc7ccb6f3a4a0934faf7ff2b226eee0629", - "Addresses": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "AllowedIPs": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "Endpoints": ["77.164.248.136:32912", "10.65.0.27:32912", "172.17.0.1:32912"], + "Key": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "DiscoKey": "discokey:28b7697506dd08888fe359ee7a142d29a0176d707317e5cdf544e3418020b77e", + "Addresses": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "AllowedIPs": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "Endpoints": ["77.164.248.136:44017", "10.65.0.27:44017", "172.17.0.1:44017"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61616}, - {"Proto": "peerapi6", "Port": 61616} + {"Proto": "peerapi4", "Port": 47551}, + {"Proto": "peerapi6", "Port": 47551} ]}, - "Created": "2026-04-09T01:37:57.670960917Z", + "Created": "2026-04-09T08:43:44.174041352Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5366695807364568, - "StableID": "noLQ7vzaui11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 2012809767904878, + "StableID": "n9tVem6ciG11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "DiscoKey": "discokey:65f40d112a4f4c77bb973b20038db3f0bd1537695aa3a88607c1b77d3cfb9e60", - "Addresses": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "AllowedIPs": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "Endpoints": ["77.164.248.136:44514", "10.65.0.27:44514", "172.17.0.1:44514"], + "Key": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "DiscoKey": "discokey:410b77fa33bd615079f32cb88a248a09567a55d048922c57fa5f90a42f5ec40e", + "Addresses": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "AllowedIPs": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "Endpoints": ["77.164.248.136:34360", "10.65.0.27:34360", "172.17.0.1:34360"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45998}, - {"Proto": "peerapi6", "Port": 45998} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52366}, + {"Proto": "peerapi6", "Port": 52366} ]}, - "Created": "2026-04-09T01:37:58.225363451Z", + "Created": "2026-04-09T08:43:49.011550275Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 6544274270692097, - "StableID": "ni3EVJzu6t11CNTRL", + "ID": 3620636143853089, + "StableID": "nLYHkNynGV11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "KeyExpiry": "2026-10-06T01:38:05Z", - "DiscoKey": "discokey:4f470754868216557667401e1c79319a37fd452a01d2ef5cb079ec679f8edd5f", - "Addresses": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "AllowedIPs": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "Endpoints": ["77.164.248.136:55900", "10.65.0.27:55900", "172.17.0.1:55900"], + "Key": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:edcde36a676af7ea808aa28b0c4e70e178629ee5b22dfeed035609ce9cbcbc35", + "Addresses": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "AllowedIPs": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "Endpoints": ["77.164.248.136:47367", "10.65.0.27:47367", "172.17.0.1:47367"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56273}, - {"Proto": "peerapi6", "Port": 56273} + {"Proto": "peerapi4", "Port": 55015}, + {"Proto": "peerapi6", "Port": 55015} ]}, - "Created": "2026-04-09T01:38:05.47644923Z", + "Created": "2026-04-09T08:43:51.152421153Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7762718492142250, - "StableID": "nbyFyBTkc321CNTRL", + "ID": 4607571830193329, + "StableID": "nvXFkj6nyc11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "DiscoKey": "discokey:6c4736914170d1220ad22e6b7ae86ece45ee55f8ee816a24054ee36a305b7512", - "Addresses": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "AllowedIPs": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "Endpoints": ["77.164.248.136:36799", "10.65.0.27:36799", "172.17.0.1:36799"], + "Key": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "DiscoKey": "discokey:3d32d471dabb110a471ab6c454646bf28da954390e4b5028c48a206adc0a9d18", + "Addresses": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "AllowedIPs": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "Endpoints": ["77.164.248.136:50888", "10.65.0.27:50888", "172.17.0.1:50888"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52889}, - {"Proto": "peerapi6", "Port": 52889} + {"Proto": "peerapi4", "Port": 39137}, + {"Proto": "peerapi6", "Port": 39137} ]}, - "Created": "2026-04-09T01:38:00.68073652Z", + "Created": "2026-04-09T08:43:46.860257196Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8526880969323929, - "StableID": "neByKqhqa921CNTRL", + "ID": 4711992702521533, + "StableID": "na9LfN45od11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "DiscoKey": "discokey:e3d2941d20531e1d67ce25ac9ff578004034f1490a450b4abccf3c9a258bdd3c", + "Addresses": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "AllowedIPs": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "Endpoints": ["77.164.248.136:39656", "10.65.0.27:39656", "172.17.0.1:39656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50171}, + {"Proto": "peerapi6", "Port": 50171} + ]}, + "Created": "2026-04-09T08:43:44.709443577Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4964675208291062, + "StableID": "nR8fRkbWmf11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "DiscoKey": "discokey:341c8ecbead2187f29b7b78dca54341b2f8983376d2165da13a7723104d5bb12", - "Addresses": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "AllowedIPs": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "Endpoints": ["77.164.248.136:43808", "10.65.0.27:43808", "172.17.0.1:43808"], + "Key": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "DiscoKey": "discokey:8778db69241a602b0ff68d160d9f019e5615d7552978d891d715c1ff56c7827b", + "Addresses": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "AllowedIPs": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "Endpoints": ["77.164.248.136:36656", "10.65.0.27:36656", "172.17.0.1:36656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62442}, - {"Proto": "peerapi6", "Port": 62442} + {"Proto": "peerapi4", "Port": 45308}, + {"Proto": "peerapi6", "Port": 45308} ]}, - "Created": "2026-04-09T01:38:02.311732373Z", + "Created": "2026-04-09T08:43:48.481595838Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" + }, { + "ID": 5433272967851131, + "StableID": "nLZPoKsjRj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "DiscoKey": "discokey:09aa994bcb2f0ed88ba8ea517524cd2aab5150fe7b93c8463ab92d265f731b0f", + "Addresses": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "AllowedIPs": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "Endpoints": ["77.164.248.136:56968", "10.65.0.27:56968", "172.17.0.1:56968"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 57646}, + {"Proto": "peerapi6", "Port": 57646} + ]}, + "Created": "2026-04-09T08:43:45.268129027Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 6149517065267152, + "StableID": "nXiV2NP82q11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "DiscoKey": "discokey:0a8fbfdacd60e03dded0cac4add277aa8b8460e5cb12cd54e45f3096de389b21", + "Addresses": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "AllowedIPs": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "Endpoints": ["77.164.248.136:54944", "10.65.0.27:54944", "172.17.0.1:54944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53376}, + {"Proto": "peerapi6", "Port": 53376} + ]}, + "Created": "2026-04-09T08:43:45.798323512Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7466169119741942, + "StableID": "nBMARwbSJ121CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "DiscoKey": "discokey:3a650c46ddc2753d2ddc1588dc1d58fc0f6054635c8a6cbcdf55d9f890a78839", + "Addresses": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "AllowedIPs": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "Endpoints": ["77.164.248.136:36697", "10.65.0.27:36697", "172.17.0.1:36697"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 48247}, + {"Proto": "peerapi6", "Port": 48247} + ]}, + "Created": "2026-04-09T08:43:50.082839838Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8585273314608865, + "StableID": "nrddvAaH3A21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "DiscoKey": "discokey:76fa504d4662e96afecc5595205583fc742d2aff08c1c821958e34ad549d864d", + "Addresses": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "AllowedIPs": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "Endpoints": ["77.164.248.136:40153", "10.65.0.27:40153", "172.17.0.1:40153"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63798}, + {"Proto": "peerapi6", "Port": 63798} + ]}, + "Created": "2026-04-09T08:43:47.396334144Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8786555195351903, + "StableID": "nA8BUXuScB21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "DiscoKey": "discokey:a4ef1bd999ced46620e83d74445c951d6bdb7979e16477800b14f1f34d372237", + "Addresses": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "AllowedIPs": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "Endpoints": ["77.164.248.136:44435", "10.65.0.27:44435", "172.17.0.1:44435"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 44657}, + {"Proto": "peerapi6", "Port": 44657} + ]}, + "Created": "2026-04-09T08:43:46.318744554Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7580,23 +7589,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7627,21 +7637,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 3882289007662595, - "StableID": "n2EKLe9JKX11CNTRL", + "ID": 597611601403193, + "StableID": "n4etn7Fff511CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 3882289007662595, - "Key": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "DiscoKey": "discokey:a8fe072e6f418a4326db8d0f1892f8af0e22f1a890e1e54318437eae1ab1e228", - "Addresses": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "AllowedIPs": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "Endpoints": ["77.164.248.136:51575", "10.65.0.27:51575", "172.17.0.1:51575"], + "User": 597611601403193, + "Key": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "DiscoKey": "discokey:473816c9f07c70058dc6a494c58a54d78dd7c4ee0cc1b21a189f8803aa6f3808", + "Addresses": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "AllowedIPs": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "Endpoints": ["77.164.248.136:34358", "10.65.0.27:34358", "172.17.0.1:34358"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818}, + {"Proto": "peerapi4", "Port": 39560}, + {"Proto": "peerapi6", "Port": 39560}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:38:03.843669908Z", + "Created": "2026-04-09T08:43:49.551238771Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7669,300 +7679,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "MachineKey": "mkey:46792752ab2f8a5c2f98303b039f5f6d5ebeab2b41a086e2b6be4e51c8fadd40", + "NodeKey": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "MachineKey": "mkey:1ef941409628787086e375cc0df19b88549ff544a9a8d885778ff3950c89d712", "Peers": [{ - "ID": 213603306635446, - "StableID": "ndGvkozjf211CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "KeyExpiry": "2026-10-06T01:38:04Z", - "DiscoKey": "discokey:3ae091a151be4ffdcf0ac832fa0b6c3f3e71587358a10c551af2911774b0ce49", - "Addresses": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "AllowedIPs": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "Endpoints": ["77.164.248.136:43553", "10.65.0.27:43553", "172.17.0.1:43553"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46505}, - {"Proto": "peerapi6", "Port": 46505} + "ID": 964585586121332, + "StableID": "nBiHBc2sX811CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:e9787dbd396b225baaa93e22e795a028583d864ca03f140cebd39ed7404ed545", + "Addresses": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "AllowedIPs": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 57164}, + {"Proto": "peerapi6", "Port": 57164} ]}, - "Created": "2026-04-09T01:38:04.944707686Z", + "Created": "2026-04-09T08:43:51.694518194Z", "Cap": 131, "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 727541794420069, - "StableID": "nLcL2nHWg611CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "DiscoKey": "discokey:ea37c5fb1f7f6d53c3bb7a2c2ceb9e887b7d6a1edfc46bbdcd83957a6d39b466", - "Addresses": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "AllowedIPs": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "Endpoints": ["77.164.248.136:38445", "10.65.0.27:38445", "172.17.0.1:38445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47277}, - {"Proto": "peerapi6", "Port": 47277} - ]}, - "Created": "2026-04-09T01:38:01.228968006Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 804302322338709, - "StableID": "nvBE2BfGH711CNTRL", + "ID": 1120377371037998, + "StableID": "n5A9jzQRk911CNTRL", "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "DiscoKey": "discokey:bced374c41152b5fb9942552511c91007d3bad9a2aa57c569262e927555f4f5c", - "Addresses": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "AllowedIPs": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "Endpoints": ["77.164.248.136:43744", "10.65.0.27:43744", "172.17.0.1:43744"], + "Key": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "DiscoKey": "discokey:9b493dc233259aa506cfb89e3cdc4d38c0ef2dcc6f851289808edbffc049fd21", + "Addresses": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "AllowedIPs": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "Endpoints": ["77.164.248.136:44173", "10.65.0.27:44173", "172.17.0.1:44173"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 47059}, - {"Proto": "peerapi6", "Port": 47059} + {"Proto": "peerapi4", "Port": 57786}, + {"Proto": "peerapi6", "Port": 57786} ]}, - "Created": "2026-04-09T01:38:01.773303251Z", + "Created": "2026-04-09T08:43:47.9438249Z", "Cap": 131, "Tags": ["tag:fearow"], "Online": true, "ComputedName": "fearow", "ComputedNameWithHost": "fearow" }, { - "ID": 856507649819634, - "StableID": "nKyR3D1vg711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "DiscoKey": "discokey:e25b3ec1882e1d193b13737f9f0018fa64211bfb08d1424c46183a24e9b5c419", - "Addresses": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "AllowedIPs": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "Endpoints": ["77.164.248.136:48387", "10.65.0.27:48387", "172.17.0.1:48387"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 63976}, - {"Proto": "peerapi6", "Port": 63976} - ]}, - "Created": "2026-04-09T01:37:58.83802033Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 964881401981990, - "StableID": "no1uQJozX811CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "DiscoKey": "discokey:997b772c1619ca68839cfff60a8a8f5eb426cd1702dec9981155b0f9096c6e66", - "Addresses": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "AllowedIPs": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 55864}, - {"Proto": "peerapi6", "Port": 55864} - ]}, - "Created": "2026-04-09T01:38:04.402307347Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1258195321844767, - "StableID": "n2i279fqpA11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "KeyExpiry": "2026-10-06T01:38:06Z", - "DiscoKey": "discokey:d315348cf6b00cdc178d2b8d6dd24555a6bcea5b7bb518ef2650d5e3f2225042", - "Addresses": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "AllowedIPs": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48452}, - {"Proto": "peerapi6", "Port": 48452} - ]}, - "Created": "2026-04-09T01:38:06.029681531Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2347977288447435, - "StableID": "nA8Ai9PQLK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "DiscoKey": "discokey:1160019ab42ea171e52af259d7735d5a83fdfbad884f9fdab2fb3598be383d70", - "Addresses": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "AllowedIPs": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "Endpoints": ["77.164.248.136:43879", "10.65.0.27:43879", "172.17.0.1:43879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 62991}, - {"Proto": "peerapi6", "Port": 62991} - ]}, - "Created": "2026-04-09T01:38:02.864022026Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2953857704887025, - "StableID": "nptUNKqo4Q11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "DiscoKey": "discokey:f15b8d8fe1a649e92c0c4b9fedffe79620a143339c445e49ef8dae31f4569d27", - "Addresses": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "AllowedIPs": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64668}, - {"Proto": "peerapi6", "Port": 64668} - ]}, - "Created": "2026-04-09T01:37:59.343109745Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 4366869749802087, - "StableID": "nQmX9HGm6b11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "DiscoKey": "discokey:a0c674e2b68b0ac79d873888e8fcbae2f99ef171e77932d7a05066fe6a79d02c", - "Addresses": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "AllowedIPs": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "Endpoints": ["77.164.248.136:43048", "10.65.0.27:43048", "172.17.0.1:43048"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 43452}, - {"Proto": "peerapi6", "Port": 43452} - ]}, - "Created": "2026-04-09T01:38:00.141563675Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 4807852966758328, - "StableID": "n3JJxP9VYe11CNTRL", + "ID": 1616820057920926, + "StableID": "nPyjy28GdD11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "DiscoKey": "discokey:d19d9566ca9c25774fe46320ac0dd8dc7ccb6f3a4a0934faf7ff2b226eee0629", - "Addresses": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "AllowedIPs": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "Endpoints": ["77.164.248.136:32912", "10.65.0.27:32912", "172.17.0.1:32912"], + "Key": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "DiscoKey": "discokey:28b7697506dd08888fe359ee7a142d29a0176d707317e5cdf544e3418020b77e", + "Addresses": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "AllowedIPs": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "Endpoints": ["77.164.248.136:44017", "10.65.0.27:44017", "172.17.0.1:44017"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61616}, - {"Proto": "peerapi6", "Port": 61616} + {"Proto": "peerapi4", "Port": 47551}, + {"Proto": "peerapi6", "Port": 47551} ]}, - "Created": "2026-04-09T01:37:57.670960917Z", + "Created": "2026-04-09T08:43:44.174041352Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5366695807364568, - "StableID": "noLQ7vzaui11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 2012809767904878, + "StableID": "n9tVem6ciG11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "DiscoKey": "discokey:65f40d112a4f4c77bb973b20038db3f0bd1537695aa3a88607c1b77d3cfb9e60", - "Addresses": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "AllowedIPs": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "Endpoints": ["77.164.248.136:44514", "10.65.0.27:44514", "172.17.0.1:44514"], + "Key": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "DiscoKey": "discokey:410b77fa33bd615079f32cb88a248a09567a55d048922c57fa5f90a42f5ec40e", + "Addresses": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "AllowedIPs": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "Endpoints": ["77.164.248.136:34360", "10.65.0.27:34360", "172.17.0.1:34360"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45998}, - {"Proto": "peerapi6", "Port": 45998} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52366}, + {"Proto": "peerapi6", "Port": 52366} ]}, - "Created": "2026-04-09T01:37:58.225363451Z", + "Created": "2026-04-09T08:43:49.011550275Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 6544274270692097, - "StableID": "ni3EVJzu6t11CNTRL", + "ID": 3620636143853089, + "StableID": "nLYHkNynGV11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "KeyExpiry": "2026-10-06T01:38:05Z", - "DiscoKey": "discokey:4f470754868216557667401e1c79319a37fd452a01d2ef5cb079ec679f8edd5f", - "Addresses": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "AllowedIPs": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "Endpoints": ["77.164.248.136:55900", "10.65.0.27:55900", "172.17.0.1:55900"], + "Key": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:edcde36a676af7ea808aa28b0c4e70e178629ee5b22dfeed035609ce9cbcbc35", + "Addresses": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "AllowedIPs": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "Endpoints": ["77.164.248.136:47367", "10.65.0.27:47367", "172.17.0.1:47367"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56273}, - {"Proto": "peerapi6", "Port": 56273} + {"Proto": "peerapi4", "Port": 55015}, + {"Proto": "peerapi6", "Port": 55015} ]}, - "Created": "2026-04-09T01:38:05.47644923Z", + "Created": "2026-04-09T08:43:51.152421153Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7762718492142250, - "StableID": "nbyFyBTkc321CNTRL", + "ID": 4607571830193329, + "StableID": "nvXFkj6nyc11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "DiscoKey": "discokey:6c4736914170d1220ad22e6b7ae86ece45ee55f8ee816a24054ee36a305b7512", - "Addresses": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "AllowedIPs": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "Endpoints": ["77.164.248.136:36799", "10.65.0.27:36799", "172.17.0.1:36799"], + "Key": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "DiscoKey": "discokey:3d32d471dabb110a471ab6c454646bf28da954390e4b5028c48a206adc0a9d18", + "Addresses": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "AllowedIPs": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "Endpoints": ["77.164.248.136:50888", "10.65.0.27:50888", "172.17.0.1:50888"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52889}, - {"Proto": "peerapi6", "Port": 52889} + {"Proto": "peerapi4", "Port": 39137}, + {"Proto": "peerapi6", "Port": 39137} ]}, - "Created": "2026-04-09T01:38:00.68073652Z", + "Created": "2026-04-09T08:43:46.860257196Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8526880969323929, - "StableID": "neByKqhqa921CNTRL", + "ID": 4711992702521533, + "StableID": "na9LfN45od11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "DiscoKey": "discokey:e3d2941d20531e1d67ce25ac9ff578004034f1490a450b4abccf3c9a258bdd3c", + "Addresses": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "AllowedIPs": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "Endpoints": ["77.164.248.136:39656", "10.65.0.27:39656", "172.17.0.1:39656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50171}, + {"Proto": "peerapi6", "Port": 50171} + ]}, + "Created": "2026-04-09T08:43:44.709443577Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4964675208291062, + "StableID": "nR8fRkbWmf11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "DiscoKey": "discokey:341c8ecbead2187f29b7b78dca54341b2f8983376d2165da13a7723104d5bb12", - "Addresses": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "AllowedIPs": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "Endpoints": ["77.164.248.136:43808", "10.65.0.27:43808", "172.17.0.1:43808"], + "Key": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "DiscoKey": "discokey:8778db69241a602b0ff68d160d9f019e5615d7552978d891d715c1ff56c7827b", + "Addresses": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "AllowedIPs": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "Endpoints": ["77.164.248.136:36656", "10.65.0.27:36656", "172.17.0.1:36656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62442}, - {"Proto": "peerapi6", "Port": 62442} + {"Proto": "peerapi4", "Port": 45308}, + {"Proto": "peerapi6", "Port": 45308} ]}, - "Created": "2026-04-09T01:38:02.311732373Z", + "Created": "2026-04-09T08:43:48.481595838Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" + }, { + "ID": 5433272967851131, + "StableID": "nLZPoKsjRj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "DiscoKey": "discokey:09aa994bcb2f0ed88ba8ea517524cd2aab5150fe7b93c8463ab92d265f731b0f", + "Addresses": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "AllowedIPs": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "Endpoints": ["77.164.248.136:56968", "10.65.0.27:56968", "172.17.0.1:56968"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 57646}, + {"Proto": "peerapi6", "Port": 57646} + ]}, + "Created": "2026-04-09T08:43:45.268129027Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5647210389136962, + "StableID": "nP1E8Bed6m11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "KeyExpiry": "2026-10-06T08:43:50Z", + "DiscoKey": "discokey:74898e2a1d6fbd505b144216248f2c2bb17a57f2cfe540f1efe0c22d42855c0a", + "Addresses": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "AllowedIPs": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "Endpoints": ["77.164.248.136:48905", "10.65.0.27:48905", "172.17.0.1:48905"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45886}, + {"Proto": "peerapi6", "Port": 45886} + ]}, + "Created": "2026-04-09T08:43:50.610617415Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6149517065267152, + "StableID": "nXiV2NP82q11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "DiscoKey": "discokey:0a8fbfdacd60e03dded0cac4add277aa8b8460e5cb12cd54e45f3096de389b21", + "Addresses": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "AllowedIPs": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "Endpoints": ["77.164.248.136:54944", "10.65.0.27:54944", "172.17.0.1:54944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53376}, + {"Proto": "peerapi6", "Port": 53376} + ]}, + "Created": "2026-04-09T08:43:45.798323512Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7466169119741942, + "StableID": "nBMARwbSJ121CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "DiscoKey": "discokey:3a650c46ddc2753d2ddc1588dc1d58fc0f6054635c8a6cbcdf55d9f890a78839", + "Addresses": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "AllowedIPs": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "Endpoints": ["77.164.248.136:36697", "10.65.0.27:36697", "172.17.0.1:36697"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 48247}, + {"Proto": "peerapi6", "Port": 48247} + ]}, + "Created": "2026-04-09T08:43:50.082839838Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8585273314608865, + "StableID": "nrddvAaH3A21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "DiscoKey": "discokey:76fa504d4662e96afecc5595205583fc742d2aff08c1c821958e34ad549d864d", + "Addresses": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "AllowedIPs": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "Endpoints": ["77.164.248.136:40153", "10.65.0.27:40153", "172.17.0.1:40153"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63798}, + {"Proto": "peerapi6", "Port": 63798} + ]}, + "Created": "2026-04-09T08:43:47.396334144Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8786555195351903, + "StableID": "nA8BUXuScB21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "DiscoKey": "discokey:a4ef1bd999ced46620e83d74445c951d6bdb7979e16477800b14f1f34d372237", + "Addresses": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "AllowedIPs": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "Endpoints": ["77.164.248.136:44435", "10.65.0.27:44435", "172.17.0.1:44435"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 44657}, + {"Proto": "peerapi6", "Port": 44657} + ]}, + "Created": "2026-04-09T08:43:46.318744554Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8810,27 +8820,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3882289007662595": { - "ID": 3882289007662595, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "597611601403193": { + "ID": 597611601403193, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8861,26 +8873,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5366695807364568, - "StableID": "noLQ7vzaui11CNTRL", + "ID": 4711992702521533, + "StableID": "na9LfN45od11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 5366695807364568, - "Key": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "DiscoKey": "discokey:65f40d112a4f4c77bb973b20038db3f0bd1537695aa3a88607c1b77d3cfb9e60", - "Addresses": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "AllowedIPs": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "Endpoints": ["77.164.248.136:44514", "10.65.0.27:44514", "172.17.0.1:44514"], + "User": 4711992702521533, + "Key": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "DiscoKey": "discokey:e3d2941d20531e1d67ce25ac9ff578004034f1490a450b4abccf3c9a258bdd3c", + "Addresses": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "AllowedIPs": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "Endpoints": ["77.164.248.136:39656", "10.65.0.27:39656", "172.17.0.1:39656"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 45998}, - {"Proto": "peerapi6", "Port": 45998}, + {"Proto": "peerapi4", "Port": 50171}, + {"Proto": "peerapi6", "Port": 50171}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:37:58.225363451Z", + "Created": "2026-04-09T08:43:44.709443577Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8908,302 +8920,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "MachineKey": "mkey:a1b7f1c816a89c954cc657c39cd6b2ee762116fe5785f5276bf867f4f0adb551", + "NodeKey": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "MachineKey": "mkey:4a85e25309adf21004128a3369a4f005abbd44cb8fbea7c012e28545d06aa12e", "Peers": [{ - "ID": 213603306635446, - "StableID": "ndGvkozjf211CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "KeyExpiry": "2026-10-06T01:38:04Z", - "DiscoKey": "discokey:3ae091a151be4ffdcf0ac832fa0b6c3f3e71587358a10c551af2911774b0ce49", - "Addresses": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "AllowedIPs": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "Endpoints": ["77.164.248.136:43553", "10.65.0.27:43553", "172.17.0.1:43553"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46505}, - {"Proto": "peerapi6", "Port": 46505} - ]}, - "Created": "2026-04-09T01:38:04.944707686Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 727541794420069, - "StableID": "nLcL2nHWg611CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "DiscoKey": "discokey:ea37c5fb1f7f6d53c3bb7a2c2ceb9e887b7d6a1edfc46bbdcd83957a6d39b466", - "Addresses": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "AllowedIPs": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "Endpoints": ["77.164.248.136:38445", "10.65.0.27:38445", "172.17.0.1:38445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47277}, - {"Proto": "peerapi6", "Port": 47277} - ]}, - "Created": "2026-04-09T01:38:01.228968006Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 804302322338709, - "StableID": "nvBE2BfGH711CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "DiscoKey": "discokey:bced374c41152b5fb9942552511c91007d3bad9a2aa57c569262e927555f4f5c", - "Addresses": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "AllowedIPs": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "Endpoints": ["77.164.248.136:43744", "10.65.0.27:43744", "172.17.0.1:43744"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 47059}, - {"Proto": "peerapi6", "Port": 47059} - ]}, - "Created": "2026-04-09T01:38:01.773303251Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 856507649819634, - "StableID": "nKyR3D1vg711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "DiscoKey": "discokey:e25b3ec1882e1d193b13737f9f0018fa64211bfb08d1424c46183a24e9b5c419", - "Addresses": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "AllowedIPs": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "Endpoints": ["77.164.248.136:48387", "10.65.0.27:48387", "172.17.0.1:48387"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 63976}, - {"Proto": "peerapi6", "Port": 63976} - ]}, - "Created": "2026-04-09T01:37:58.83802033Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 964881401981990, - "StableID": "no1uQJozX811CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "DiscoKey": "discokey:997b772c1619ca68839cfff60a8a8f5eb426cd1702dec9981155b0f9096c6e66", - "Addresses": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "AllowedIPs": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 55864}, - {"Proto": "peerapi6", "Port": 55864} - ]}, - "Created": "2026-04-09T01:38:04.402307347Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1258195321844767, - "StableID": "n2i279fqpA11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "KeyExpiry": "2026-10-06T01:38:06Z", - "DiscoKey": "discokey:d315348cf6b00cdc178d2b8d6dd24555a6bcea5b7bb518ef2650d5e3f2225042", - "Addresses": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "AllowedIPs": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "Endpoints": ["77.164.248.136:51232", "10.65.0.27:51232", "172.17.0.1:51232"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48452}, - {"Proto": "peerapi6", "Port": 48452} - ]}, - "Created": "2026-04-09T01:38:06.029681531Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2347977288447435, - "StableID": "nA8Ai9PQLK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "DiscoKey": "discokey:1160019ab42ea171e52af259d7735d5a83fdfbad884f9fdab2fb3598be383d70", - "Addresses": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "AllowedIPs": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "Endpoints": ["77.164.248.136:43879", "10.65.0.27:43879", "172.17.0.1:43879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 62991}, - {"Proto": "peerapi6", "Port": 62991} - ]}, - "Created": "2026-04-09T01:38:02.864022026Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2953857704887025, - "StableID": "nptUNKqo4Q11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "DiscoKey": "discokey:f15b8d8fe1a649e92c0c4b9fedffe79620a143339c445e49ef8dae31f4569d27", - "Addresses": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "AllowedIPs": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64668}, - {"Proto": "peerapi6", "Port": 64668} - ]}, - "Created": "2026-04-09T01:37:59.343109745Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3882289007662595, - "StableID": "n2EKLe9JKX11CNTRL", + "ID": 597611601403193, + "StableID": "n4etn7Fff511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "DiscoKey": "discokey:a8fe072e6f418a4326db8d0f1892f8af0e22f1a890e1e54318437eae1ab1e228", - "Addresses": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "AllowedIPs": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "Endpoints": ["77.164.248.136:51575", "10.65.0.27:51575", "172.17.0.1:51575"], + "Key": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "DiscoKey": "discokey:473816c9f07c70058dc6a494c58a54d78dd7c4ee0cc1b21a189f8803aa6f3808", + "Addresses": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "AllowedIPs": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "Endpoints": ["77.164.248.136:34358", "10.65.0.27:34358", "172.17.0.1:34358"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} + {"Proto": "peerapi4", "Port": 39560}, + {"Proto": "peerapi6", "Port": 39560} ]}, - "Created": "2026-04-09T01:38:03.843669908Z", + "Created": "2026-04-09T08:43:49.551238771Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4366869749802087, - "StableID": "nQmX9HGm6b11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "DiscoKey": "discokey:a0c674e2b68b0ac79d873888e8fcbae2f99ef171e77932d7a05066fe6a79d02c", - "Addresses": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "AllowedIPs": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "Endpoints": ["77.164.248.136:43048", "10.65.0.27:43048", "172.17.0.1:43048"], + "ID": 964585586121332, + "StableID": "nBiHBc2sX811CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:e9787dbd396b225baaa93e22e795a028583d864ca03f140cebd39ed7404ed545", + "Addresses": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "AllowedIPs": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "Endpoints": ["77.164.248.136:58977", "10.65.0.27:58977", "172.17.0.1:58977"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 43452}, - {"Proto": "peerapi6", "Port": 43452} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 57164}, + {"Proto": "peerapi6", "Port": 57164} ]}, - "Created": "2026-04-09T01:38:00.141563675Z", + "Created": "2026-04-09T08:43:51.694518194Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4807852966758328, - "StableID": "n3JJxP9VYe11CNTRL", + "ID": 1120377371037998, + "StableID": "n5A9jzQRk911CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "DiscoKey": "discokey:9b493dc233259aa506cfb89e3cdc4d38c0ef2dcc6f851289808edbffc049fd21", + "Addresses": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "AllowedIPs": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "Endpoints": ["77.164.248.136:44173", "10.65.0.27:44173", "172.17.0.1:44173"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57786}, + {"Proto": "peerapi6", "Port": 57786} + ]}, + "Created": "2026-04-09T08:43:47.9438249Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 1616820057920926, + "StableID": "nPyjy28GdD11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "DiscoKey": "discokey:d19d9566ca9c25774fe46320ac0dd8dc7ccb6f3a4a0934faf7ff2b226eee0629", - "Addresses": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "AllowedIPs": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "Endpoints": ["77.164.248.136:32912", "10.65.0.27:32912", "172.17.0.1:32912"], + "Key": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "DiscoKey": "discokey:28b7697506dd08888fe359ee7a142d29a0176d707317e5cdf544e3418020b77e", + "Addresses": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "AllowedIPs": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "Endpoints": ["77.164.248.136:44017", "10.65.0.27:44017", "172.17.0.1:44017"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61616}, - {"Proto": "peerapi6", "Port": 61616} + {"Proto": "peerapi4", "Port": 47551}, + {"Proto": "peerapi6", "Port": 47551} ]}, - "Created": "2026-04-09T01:37:57.670960917Z", + "Created": "2026-04-09T08:43:44.174041352Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6544274270692097, - "StableID": "ni3EVJzu6t11CNTRL", + "ID": 2012809767904878, + "StableID": "n9tVem6ciG11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "DiscoKey": "discokey:410b77fa33bd615079f32cb88a248a09567a55d048922c57fa5f90a42f5ec40e", + "Addresses": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "AllowedIPs": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "Endpoints": ["77.164.248.136:34360", "10.65.0.27:34360", "172.17.0.1:34360"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52366}, + {"Proto": "peerapi6", "Port": 52366} + ]}, + "Created": "2026-04-09T08:43:49.011550275Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3620636143853089, + "StableID": "nLYHkNynGV11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "KeyExpiry": "2026-10-06T01:38:05Z", - "DiscoKey": "discokey:4f470754868216557667401e1c79319a37fd452a01d2ef5cb079ec679f8edd5f", - "Addresses": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "AllowedIPs": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "Endpoints": ["77.164.248.136:55900", "10.65.0.27:55900", "172.17.0.1:55900"], + "Key": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:edcde36a676af7ea808aa28b0c4e70e178629ee5b22dfeed035609ce9cbcbc35", + "Addresses": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "AllowedIPs": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "Endpoints": ["77.164.248.136:47367", "10.65.0.27:47367", "172.17.0.1:47367"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56273}, - {"Proto": "peerapi6", "Port": 56273} + {"Proto": "peerapi4", "Port": 55015}, + {"Proto": "peerapi6", "Port": 55015} ]}, - "Created": "2026-04-09T01:38:05.47644923Z", + "Created": "2026-04-09T08:43:51.152421153Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7762718492142250, - "StableID": "nbyFyBTkc321CNTRL", + "ID": 4607571830193329, + "StableID": "nvXFkj6nyc11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "DiscoKey": "discokey:6c4736914170d1220ad22e6b7ae86ece45ee55f8ee816a24054ee36a305b7512", - "Addresses": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "AllowedIPs": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "Endpoints": ["77.164.248.136:36799", "10.65.0.27:36799", "172.17.0.1:36799"], + "Key": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "DiscoKey": "discokey:3d32d471dabb110a471ab6c454646bf28da954390e4b5028c48a206adc0a9d18", + "Addresses": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "AllowedIPs": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "Endpoints": ["77.164.248.136:50888", "10.65.0.27:50888", "172.17.0.1:50888"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52889}, - {"Proto": "peerapi6", "Port": 52889} + {"Proto": "peerapi4", "Port": 39137}, + {"Proto": "peerapi6", "Port": 39137} ]}, - "Created": "2026-04-09T01:38:00.68073652Z", + "Created": "2026-04-09T08:43:46.860257196Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8526880969323929, - "StableID": "neByKqhqa921CNTRL", + "ID": 4964675208291062, + "StableID": "nR8fRkbWmf11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "DiscoKey": "discokey:341c8ecbead2187f29b7b78dca54341b2f8983376d2165da13a7723104d5bb12", - "Addresses": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "AllowedIPs": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "Endpoints": ["77.164.248.136:43808", "10.65.0.27:43808", "172.17.0.1:43808"], + "Key": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "DiscoKey": "discokey:8778db69241a602b0ff68d160d9f019e5615d7552978d891d715c1ff56c7827b", + "Addresses": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "AllowedIPs": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "Endpoints": ["77.164.248.136:36656", "10.65.0.27:36656", "172.17.0.1:36656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62442}, - {"Proto": "peerapi6", "Port": 62442} + {"Proto": "peerapi4", "Port": 45308}, + {"Proto": "peerapi6", "Port": 45308} ]}, - "Created": "2026-04-09T01:38:02.311732373Z", + "Created": "2026-04-09T08:43:48.481595838Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" + }, { + "ID": 5433272967851131, + "StableID": "nLZPoKsjRj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "DiscoKey": "discokey:09aa994bcb2f0ed88ba8ea517524cd2aab5150fe7b93c8463ab92d265f731b0f", + "Addresses": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "AllowedIPs": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "Endpoints": ["77.164.248.136:56968", "10.65.0.27:56968", "172.17.0.1:56968"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 57646}, + {"Proto": "peerapi6", "Port": 57646} + ]}, + "Created": "2026-04-09T08:43:45.268129027Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5647210389136962, + "StableID": "nP1E8Bed6m11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "KeyExpiry": "2026-10-06T08:43:50Z", + "DiscoKey": "discokey:74898e2a1d6fbd505b144216248f2c2bb17a57f2cfe540f1efe0c22d42855c0a", + "Addresses": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "AllowedIPs": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "Endpoints": ["77.164.248.136:48905", "10.65.0.27:48905", "172.17.0.1:48905"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45886}, + {"Proto": "peerapi6", "Port": 45886} + ]}, + "Created": "2026-04-09T08:43:50.610617415Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6149517065267152, + "StableID": "nXiV2NP82q11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "DiscoKey": "discokey:0a8fbfdacd60e03dded0cac4add277aa8b8460e5cb12cd54e45f3096de389b21", + "Addresses": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "AllowedIPs": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "Endpoints": ["77.164.248.136:54944", "10.65.0.27:54944", "172.17.0.1:54944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53376}, + {"Proto": "peerapi6", "Port": 53376} + ]}, + "Created": "2026-04-09T08:43:45.798323512Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7466169119741942, + "StableID": "nBMARwbSJ121CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "DiscoKey": "discokey:3a650c46ddc2753d2ddc1588dc1d58fc0f6054635c8a6cbcdf55d9f890a78839", + "Addresses": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "AllowedIPs": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "Endpoints": ["77.164.248.136:36697", "10.65.0.27:36697", "172.17.0.1:36697"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 48247}, + {"Proto": "peerapi6", "Port": 48247} + ]}, + "Created": "2026-04-09T08:43:50.082839838Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8585273314608865, + "StableID": "nrddvAaH3A21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "DiscoKey": "discokey:76fa504d4662e96afecc5595205583fc742d2aff08c1c821958e34ad549d864d", + "Addresses": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "AllowedIPs": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "Endpoints": ["77.164.248.136:40153", "10.65.0.27:40153", "172.17.0.1:40153"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63798}, + {"Proto": "peerapi6", "Port": 63798} + ]}, + "Created": "2026-04-09T08:43:47.396334144Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8786555195351903, + "StableID": "nA8BUXuScB21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "DiscoKey": "discokey:a4ef1bd999ced46620e83d74445c951d6bdb7979e16477800b14f1f34d372237", + "Addresses": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "AllowedIPs": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "Endpoints": ["77.164.248.136:44435", "10.65.0.27:44435", "172.17.0.1:44435"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 44657}, + {"Proto": "peerapi6", "Port": 44657} + ]}, + "Created": "2026-04-09T08:43:46.318744554Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10051,27 +10063,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5366695807364568": { - "ID": 5366695807364568, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4711992702521533": { + "ID": 4711992702521533, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10102,26 +10116,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4807852966758328, - "StableID": "n3JJxP9VYe11CNTRL", + "ID": 1616820057920926, + "StableID": "nPyjy28GdD11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 4807852966758328, - "Key": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "DiscoKey": "discokey:d19d9566ca9c25774fe46320ac0dd8dc7ccb6f3a4a0934faf7ff2b226eee0629", - "Addresses": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "AllowedIPs": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "Endpoints": ["77.164.248.136:32912", "10.65.0.27:32912", "172.17.0.1:32912"], + "User": 1616820057920926, + "Key": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "DiscoKey": "discokey:28b7697506dd08888fe359ee7a142d29a0176d707317e5cdf544e3418020b77e", + "Addresses": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "AllowedIPs": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "Endpoints": ["77.164.248.136:44017", "10.65.0.27:44017", "172.17.0.1:44017"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 61616}, - {"Proto": "peerapi6", "Port": 61616}, + {"Proto": "peerapi4", "Port": 47551}, + {"Proto": "peerapi6", "Port": 47551}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:37:57.670960917Z", + "Created": "2026-04-09T08:43:44.174041352Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10149,302 +10163,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "MachineKey": "mkey:1181e8cfe8235f2263d40b406d6ed3a7ff34f4b355f82c8dc2497982f6b7b703", + "NodeKey": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "MachineKey": "mkey:192a096af211994ffc1a32f2e1a868dfda4a3cca922d66ded6bcbf5787262e1b", "Peers": [{ - "ID": 213603306635446, - "StableID": "ndGvkozjf211CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "KeyExpiry": "2026-10-06T01:38:04Z", - "DiscoKey": "discokey:3ae091a151be4ffdcf0ac832fa0b6c3f3e71587358a10c551af2911774b0ce49", - "Addresses": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "AllowedIPs": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "Endpoints": ["77.164.248.136:43553", "10.65.0.27:43553", "172.17.0.1:43553"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46505}, - {"Proto": "peerapi6", "Port": 46505} - ]}, - "Created": "2026-04-09T01:38:04.944707686Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 727541794420069, - "StableID": "nLcL2nHWg611CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "DiscoKey": "discokey:ea37c5fb1f7f6d53c3bb7a2c2ceb9e887b7d6a1edfc46bbdcd83957a6d39b466", - "Addresses": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "AllowedIPs": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "Endpoints": ["77.164.248.136:38445", "10.65.0.27:38445", "172.17.0.1:38445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47277}, - {"Proto": "peerapi6", "Port": 47277} - ]}, - "Created": "2026-04-09T01:38:01.228968006Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 804302322338709, - "StableID": "nvBE2BfGH711CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "DiscoKey": "discokey:bced374c41152b5fb9942552511c91007d3bad9a2aa57c569262e927555f4f5c", - "Addresses": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "AllowedIPs": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "Endpoints": ["77.164.248.136:43744", "10.65.0.27:43744", "172.17.0.1:43744"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 47059}, - {"Proto": "peerapi6", "Port": 47059} - ]}, - "Created": "2026-04-09T01:38:01.773303251Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 856507649819634, - "StableID": "nKyR3D1vg711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "DiscoKey": "discokey:e25b3ec1882e1d193b13737f9f0018fa64211bfb08d1424c46183a24e9b5c419", - "Addresses": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "AllowedIPs": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "Endpoints": ["77.164.248.136:48387", "10.65.0.27:48387", "172.17.0.1:48387"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 63976}, - {"Proto": "peerapi6", "Port": 63976} - ]}, - "Created": "2026-04-09T01:37:58.83802033Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 964881401981990, - "StableID": "no1uQJozX811CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "DiscoKey": "discokey:997b772c1619ca68839cfff60a8a8f5eb426cd1702dec9981155b0f9096c6e66", - "Addresses": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "AllowedIPs": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 55864}, - {"Proto": "peerapi6", "Port": 55864} - ]}, - "Created": "2026-04-09T01:38:04.402307347Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1258195321844767, - "StableID": "n2i279fqpA11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "KeyExpiry": "2026-10-06T01:38:06Z", - "DiscoKey": "discokey:d315348cf6b00cdc178d2b8d6dd24555a6bcea5b7bb518ef2650d5e3f2225042", - "Addresses": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "AllowedIPs": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "Endpoints": ["77.164.248.136:51232", "10.65.0.27:51232", "172.17.0.1:51232"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48452}, - {"Proto": "peerapi6", "Port": 48452} - ]}, - "Created": "2026-04-09T01:38:06.029681531Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2347977288447435, - "StableID": "nA8Ai9PQLK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "DiscoKey": "discokey:1160019ab42ea171e52af259d7735d5a83fdfbad884f9fdab2fb3598be383d70", - "Addresses": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "AllowedIPs": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "Endpoints": ["77.164.248.136:43879", "10.65.0.27:43879", "172.17.0.1:43879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 62991}, - {"Proto": "peerapi6", "Port": 62991} - ]}, - "Created": "2026-04-09T01:38:02.864022026Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2953857704887025, - "StableID": "nptUNKqo4Q11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "DiscoKey": "discokey:f15b8d8fe1a649e92c0c4b9fedffe79620a143339c445e49ef8dae31f4569d27", - "Addresses": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "AllowedIPs": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64668}, - {"Proto": "peerapi6", "Port": 64668} - ]}, - "Created": "2026-04-09T01:37:59.343109745Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3882289007662595, - "StableID": "n2EKLe9JKX11CNTRL", + "ID": 597611601403193, + "StableID": "n4etn7Fff511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "DiscoKey": "discokey:a8fe072e6f418a4326db8d0f1892f8af0e22f1a890e1e54318437eae1ab1e228", - "Addresses": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "AllowedIPs": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "Endpoints": ["77.164.248.136:51575", "10.65.0.27:51575", "172.17.0.1:51575"], + "Key": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "DiscoKey": "discokey:473816c9f07c70058dc6a494c58a54d78dd7c4ee0cc1b21a189f8803aa6f3808", + "Addresses": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "AllowedIPs": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "Endpoints": ["77.164.248.136:34358", "10.65.0.27:34358", "172.17.0.1:34358"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} + {"Proto": "peerapi4", "Port": 39560}, + {"Proto": "peerapi6", "Port": 39560} ]}, - "Created": "2026-04-09T01:38:03.843669908Z", + "Created": "2026-04-09T08:43:49.551238771Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4366869749802087, - "StableID": "nQmX9HGm6b11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "DiscoKey": "discokey:a0c674e2b68b0ac79d873888e8fcbae2f99ef171e77932d7a05066fe6a79d02c", - "Addresses": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "AllowedIPs": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "Endpoints": ["77.164.248.136:43048", "10.65.0.27:43048", "172.17.0.1:43048"], + "ID": 964585586121332, + "StableID": "nBiHBc2sX811CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:e9787dbd396b225baaa93e22e795a028583d864ca03f140cebd39ed7404ed545", + "Addresses": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "AllowedIPs": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "Endpoints": ["77.164.248.136:58977", "10.65.0.27:58977", "172.17.0.1:58977"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 43452}, - {"Proto": "peerapi6", "Port": 43452} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 57164}, + {"Proto": "peerapi6", "Port": 57164} ]}, - "Created": "2026-04-09T01:38:00.141563675Z", + "Created": "2026-04-09T08:43:51.694518194Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 5366695807364568, - "StableID": "noLQ7vzaui11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 1120377371037998, + "StableID": "n5A9jzQRk911CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "DiscoKey": "discokey:65f40d112a4f4c77bb973b20038db3f0bd1537695aa3a88607c1b77d3cfb9e60", - "Addresses": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "AllowedIPs": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "Endpoints": ["77.164.248.136:44514", "10.65.0.27:44514", "172.17.0.1:44514"], + "Key": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "DiscoKey": "discokey:9b493dc233259aa506cfb89e3cdc4d38c0ef2dcc6f851289808edbffc049fd21", + "Addresses": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "AllowedIPs": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "Endpoints": ["77.164.248.136:44173", "10.65.0.27:44173", "172.17.0.1:44173"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45998}, - {"Proto": "peerapi6", "Port": 45998} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57786}, + {"Proto": "peerapi6", "Port": 57786} ]}, - "Created": "2026-04-09T01:37:58.225363451Z", + "Created": "2026-04-09T08:43:47.9438249Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" }, { - "ID": 6544274270692097, - "StableID": "ni3EVJzu6t11CNTRL", + "ID": 2012809767904878, + "StableID": "n9tVem6ciG11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "DiscoKey": "discokey:410b77fa33bd615079f32cb88a248a09567a55d048922c57fa5f90a42f5ec40e", + "Addresses": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "AllowedIPs": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "Endpoints": ["77.164.248.136:34360", "10.65.0.27:34360", "172.17.0.1:34360"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52366}, + {"Proto": "peerapi6", "Port": 52366} + ]}, + "Created": "2026-04-09T08:43:49.011550275Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3620636143853089, + "StableID": "nLYHkNynGV11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "KeyExpiry": "2026-10-06T01:38:05Z", - "DiscoKey": "discokey:4f470754868216557667401e1c79319a37fd452a01d2ef5cb079ec679f8edd5f", - "Addresses": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "AllowedIPs": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "Endpoints": ["77.164.248.136:55900", "10.65.0.27:55900", "172.17.0.1:55900"], + "Key": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:edcde36a676af7ea808aa28b0c4e70e178629ee5b22dfeed035609ce9cbcbc35", + "Addresses": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "AllowedIPs": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "Endpoints": ["77.164.248.136:47367", "10.65.0.27:47367", "172.17.0.1:47367"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56273}, - {"Proto": "peerapi6", "Port": 56273} + {"Proto": "peerapi4", "Port": 55015}, + {"Proto": "peerapi6", "Port": 55015} ]}, - "Created": "2026-04-09T01:38:05.47644923Z", + "Created": "2026-04-09T08:43:51.152421153Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7762718492142250, - "StableID": "nbyFyBTkc321CNTRL", + "ID": 4607571830193329, + "StableID": "nvXFkj6nyc11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "DiscoKey": "discokey:6c4736914170d1220ad22e6b7ae86ece45ee55f8ee816a24054ee36a305b7512", - "Addresses": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "AllowedIPs": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "Endpoints": ["77.164.248.136:36799", "10.65.0.27:36799", "172.17.0.1:36799"], + "Key": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "DiscoKey": "discokey:3d32d471dabb110a471ab6c454646bf28da954390e4b5028c48a206adc0a9d18", + "Addresses": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "AllowedIPs": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "Endpoints": ["77.164.248.136:50888", "10.65.0.27:50888", "172.17.0.1:50888"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52889}, - {"Proto": "peerapi6", "Port": 52889} + {"Proto": "peerapi4", "Port": 39137}, + {"Proto": "peerapi6", "Port": 39137} ]}, - "Created": "2026-04-09T01:38:00.68073652Z", + "Created": "2026-04-09T08:43:46.860257196Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8526880969323929, - "StableID": "neByKqhqa921CNTRL", + "ID": 4711992702521533, + "StableID": "na9LfN45od11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "DiscoKey": "discokey:e3d2941d20531e1d67ce25ac9ff578004034f1490a450b4abccf3c9a258bdd3c", + "Addresses": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "AllowedIPs": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "Endpoints": ["77.164.248.136:39656", "10.65.0.27:39656", "172.17.0.1:39656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50171}, + {"Proto": "peerapi6", "Port": 50171} + ]}, + "Created": "2026-04-09T08:43:44.709443577Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4964675208291062, + "StableID": "nR8fRkbWmf11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "DiscoKey": "discokey:341c8ecbead2187f29b7b78dca54341b2f8983376d2165da13a7723104d5bb12", - "Addresses": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "AllowedIPs": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "Endpoints": ["77.164.248.136:43808", "10.65.0.27:43808", "172.17.0.1:43808"], + "Key": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "DiscoKey": "discokey:8778db69241a602b0ff68d160d9f019e5615d7552978d891d715c1ff56c7827b", + "Addresses": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "AllowedIPs": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "Endpoints": ["77.164.248.136:36656", "10.65.0.27:36656", "172.17.0.1:36656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62442}, - {"Proto": "peerapi6", "Port": 62442} + {"Proto": "peerapi4", "Port": 45308}, + {"Proto": "peerapi6", "Port": 45308} ]}, - "Created": "2026-04-09T01:38:02.311732373Z", + "Created": "2026-04-09T08:43:48.481595838Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" + }, { + "ID": 5433272967851131, + "StableID": "nLZPoKsjRj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "DiscoKey": "discokey:09aa994bcb2f0ed88ba8ea517524cd2aab5150fe7b93c8463ab92d265f731b0f", + "Addresses": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "AllowedIPs": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "Endpoints": ["77.164.248.136:56968", "10.65.0.27:56968", "172.17.0.1:56968"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 57646}, + {"Proto": "peerapi6", "Port": 57646} + ]}, + "Created": "2026-04-09T08:43:45.268129027Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5647210389136962, + "StableID": "nP1E8Bed6m11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "KeyExpiry": "2026-10-06T08:43:50Z", + "DiscoKey": "discokey:74898e2a1d6fbd505b144216248f2c2bb17a57f2cfe540f1efe0c22d42855c0a", + "Addresses": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "AllowedIPs": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "Endpoints": ["77.164.248.136:48905", "10.65.0.27:48905", "172.17.0.1:48905"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45886}, + {"Proto": "peerapi6", "Port": 45886} + ]}, + "Created": "2026-04-09T08:43:50.610617415Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6149517065267152, + "StableID": "nXiV2NP82q11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "DiscoKey": "discokey:0a8fbfdacd60e03dded0cac4add277aa8b8460e5cb12cd54e45f3096de389b21", + "Addresses": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "AllowedIPs": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "Endpoints": ["77.164.248.136:54944", "10.65.0.27:54944", "172.17.0.1:54944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53376}, + {"Proto": "peerapi6", "Port": 53376} + ]}, + "Created": "2026-04-09T08:43:45.798323512Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7466169119741942, + "StableID": "nBMARwbSJ121CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "DiscoKey": "discokey:3a650c46ddc2753d2ddc1588dc1d58fc0f6054635c8a6cbcdf55d9f890a78839", + "Addresses": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "AllowedIPs": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "Endpoints": ["77.164.248.136:36697", "10.65.0.27:36697", "172.17.0.1:36697"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 48247}, + {"Proto": "peerapi6", "Port": 48247} + ]}, + "Created": "2026-04-09T08:43:50.082839838Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8585273314608865, + "StableID": "nrddvAaH3A21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "DiscoKey": "discokey:76fa504d4662e96afecc5595205583fc742d2aff08c1c821958e34ad549d864d", + "Addresses": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "AllowedIPs": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "Endpoints": ["77.164.248.136:40153", "10.65.0.27:40153", "172.17.0.1:40153"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63798}, + {"Proto": "peerapi6", "Port": 63798} + ]}, + "Created": "2026-04-09T08:43:47.396334144Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8786555195351903, + "StableID": "nA8BUXuScB21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "DiscoKey": "discokey:a4ef1bd999ced46620e83d74445c951d6bdb7979e16477800b14f1f34d372237", + "Addresses": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "AllowedIPs": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "Endpoints": ["77.164.248.136:44435", "10.65.0.27:44435", "172.17.0.1:44435"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 44657}, + {"Proto": "peerapi6", "Port": 44657} + ]}, + "Created": "2026-04-09T08:43:46.318744554Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11292,27 +11306,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "4807852966758328": { - "ID": 4807852966758328, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "1616820057920926": { + "ID": 1616820057920926, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11343,21 +11359,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4366869749802087, - "StableID": "nQmX9HGm6b11CNTRL", + "ID": 8786555195351903, + "StableID": "nA8BUXuScB21CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 4366869749802087, - "Key": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "DiscoKey": "discokey:a0c674e2b68b0ac79d873888e8fcbae2f99ef171e77932d7a05066fe6a79d02c", - "Addresses": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "AllowedIPs": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "Endpoints": ["77.164.248.136:43048", "10.65.0.27:43048", "172.17.0.1:43048"], + "User": 8786555195351903, + "Key": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "DiscoKey": "discokey:a4ef1bd999ced46620e83d74445c951d6bdb7979e16477800b14f1f34d372237", + "Addresses": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "AllowedIPs": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "Endpoints": ["77.164.248.136:44435", "10.65.0.27:44435", "172.17.0.1:44435"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 43452}, - {"Proto": "peerapi6", "Port": 43452}, + {"Proto": "peerapi4", "Port": 44657}, + {"Proto": "peerapi6", "Port": 44657}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:38:00.141563675Z", + "Created": "2026-04-09T08:43:46.318744554Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11385,300 +11401,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "MachineKey": "mkey:a36a3d4b8f694a84755eefdd4145aaff3605f970be4aa5e70839bbcd4bae1d70", + "NodeKey": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "MachineKey": "mkey:69a32166283af1effba85a6187f43ef3bbb0bfab84eb8862f8f87d88de08386e", "Peers": [{ - "ID": 213603306635446, - "StableID": "ndGvkozjf211CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "KeyExpiry": "2026-10-06T01:38:04Z", - "DiscoKey": "discokey:3ae091a151be4ffdcf0ac832fa0b6c3f3e71587358a10c551af2911774b0ce49", - "Addresses": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "AllowedIPs": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "Endpoints": ["77.164.248.136:43553", "10.65.0.27:43553", "172.17.0.1:43553"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46505}, - {"Proto": "peerapi6", "Port": 46505} - ]}, - "Created": "2026-04-09T01:38:04.944707686Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 727541794420069, - "StableID": "nLcL2nHWg611CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "DiscoKey": "discokey:ea37c5fb1f7f6d53c3bb7a2c2ceb9e887b7d6a1edfc46bbdcd83957a6d39b466", - "Addresses": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "AllowedIPs": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "Endpoints": ["77.164.248.136:38445", "10.65.0.27:38445", "172.17.0.1:38445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47277}, - {"Proto": "peerapi6", "Port": 47277} - ]}, - "Created": "2026-04-09T01:38:01.228968006Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 804302322338709, - "StableID": "nvBE2BfGH711CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "DiscoKey": "discokey:bced374c41152b5fb9942552511c91007d3bad9a2aa57c569262e927555f4f5c", - "Addresses": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "AllowedIPs": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "Endpoints": ["77.164.248.136:43744", "10.65.0.27:43744", "172.17.0.1:43744"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 47059}, - {"Proto": "peerapi6", "Port": 47059} - ]}, - "Created": "2026-04-09T01:38:01.773303251Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 856507649819634, - "StableID": "nKyR3D1vg711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "DiscoKey": "discokey:e25b3ec1882e1d193b13737f9f0018fa64211bfb08d1424c46183a24e9b5c419", - "Addresses": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "AllowedIPs": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "Endpoints": ["77.164.248.136:48387", "10.65.0.27:48387", "172.17.0.1:48387"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 63976}, - {"Proto": "peerapi6", "Port": 63976} - ]}, - "Created": "2026-04-09T01:37:58.83802033Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 964881401981990, - "StableID": "no1uQJozX811CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "DiscoKey": "discokey:997b772c1619ca68839cfff60a8a8f5eb426cd1702dec9981155b0f9096c6e66", - "Addresses": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "AllowedIPs": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 55864}, - {"Proto": "peerapi6", "Port": 55864} - ]}, - "Created": "2026-04-09T01:38:04.402307347Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1258195321844767, - "StableID": "n2i279fqpA11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "KeyExpiry": "2026-10-06T01:38:06Z", - "DiscoKey": "discokey:d315348cf6b00cdc178d2b8d6dd24555a6bcea5b7bb518ef2650d5e3f2225042", - "Addresses": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "AllowedIPs": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48452}, - {"Proto": "peerapi6", "Port": 48452} - ]}, - "Created": "2026-04-09T01:38:06.029681531Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2347977288447435, - "StableID": "nA8Ai9PQLK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "DiscoKey": "discokey:1160019ab42ea171e52af259d7735d5a83fdfbad884f9fdab2fb3598be383d70", - "Addresses": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "AllowedIPs": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "Endpoints": ["77.164.248.136:43879", "10.65.0.27:43879", "172.17.0.1:43879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 62991}, - {"Proto": "peerapi6", "Port": 62991} - ]}, - "Created": "2026-04-09T01:38:02.864022026Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2953857704887025, - "StableID": "nptUNKqo4Q11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "DiscoKey": "discokey:f15b8d8fe1a649e92c0c4b9fedffe79620a143339c445e49ef8dae31f4569d27", - "Addresses": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "AllowedIPs": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64668}, - {"Proto": "peerapi6", "Port": 64668} - ]}, - "Created": "2026-04-09T01:37:59.343109745Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3882289007662595, - "StableID": "n2EKLe9JKX11CNTRL", + "ID": 597611601403193, + "StableID": "n4etn7Fff511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "DiscoKey": "discokey:a8fe072e6f418a4326db8d0f1892f8af0e22f1a890e1e54318437eae1ab1e228", - "Addresses": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "AllowedIPs": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "Endpoints": ["77.164.248.136:51575", "10.65.0.27:51575", "172.17.0.1:51575"], + "Key": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "DiscoKey": "discokey:473816c9f07c70058dc6a494c58a54d78dd7c4ee0cc1b21a189f8803aa6f3808", + "Addresses": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "AllowedIPs": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "Endpoints": ["77.164.248.136:34358", "10.65.0.27:34358", "172.17.0.1:34358"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} + {"Proto": "peerapi4", "Port": 39560}, + {"Proto": "peerapi6", "Port": 39560} ]}, - "Created": "2026-04-09T01:38:03.843669908Z", + "Created": "2026-04-09T08:43:49.551238771Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4807852966758328, - "StableID": "n3JJxP9VYe11CNTRL", + "ID": 964585586121332, + "StableID": "nBiHBc2sX811CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:e9787dbd396b225baaa93e22e795a028583d864ca03f140cebd39ed7404ed545", + "Addresses": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "AllowedIPs": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 57164}, + {"Proto": "peerapi6", "Port": 57164} + ]}, + "Created": "2026-04-09T08:43:51.694518194Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 1120377371037998, + "StableID": "n5A9jzQRk911CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "DiscoKey": "discokey:9b493dc233259aa506cfb89e3cdc4d38c0ef2dcc6f851289808edbffc049fd21", + "Addresses": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "AllowedIPs": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "Endpoints": ["77.164.248.136:44173", "10.65.0.27:44173", "172.17.0.1:44173"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57786}, + {"Proto": "peerapi6", "Port": 57786} + ]}, + "Created": "2026-04-09T08:43:47.9438249Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 1616820057920926, + "StableID": "nPyjy28GdD11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "DiscoKey": "discokey:d19d9566ca9c25774fe46320ac0dd8dc7ccb6f3a4a0934faf7ff2b226eee0629", - "Addresses": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "AllowedIPs": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "Endpoints": ["77.164.248.136:32912", "10.65.0.27:32912", "172.17.0.1:32912"], + "Key": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "DiscoKey": "discokey:28b7697506dd08888fe359ee7a142d29a0176d707317e5cdf544e3418020b77e", + "Addresses": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "AllowedIPs": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "Endpoints": ["77.164.248.136:44017", "10.65.0.27:44017", "172.17.0.1:44017"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61616}, - {"Proto": "peerapi6", "Port": 61616} + {"Proto": "peerapi4", "Port": 47551}, + {"Proto": "peerapi6", "Port": 47551} ]}, - "Created": "2026-04-09T01:37:57.670960917Z", + "Created": "2026-04-09T08:43:44.174041352Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5366695807364568, - "StableID": "noLQ7vzaui11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 2012809767904878, + "StableID": "n9tVem6ciG11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "DiscoKey": "discokey:65f40d112a4f4c77bb973b20038db3f0bd1537695aa3a88607c1b77d3cfb9e60", - "Addresses": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "AllowedIPs": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "Endpoints": ["77.164.248.136:44514", "10.65.0.27:44514", "172.17.0.1:44514"], + "Key": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "DiscoKey": "discokey:410b77fa33bd615079f32cb88a248a09567a55d048922c57fa5f90a42f5ec40e", + "Addresses": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "AllowedIPs": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "Endpoints": ["77.164.248.136:34360", "10.65.0.27:34360", "172.17.0.1:34360"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45998}, - {"Proto": "peerapi6", "Port": 45998} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52366}, + {"Proto": "peerapi6", "Port": 52366} ]}, - "Created": "2026-04-09T01:37:58.225363451Z", + "Created": "2026-04-09T08:43:49.011550275Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 6544274270692097, - "StableID": "ni3EVJzu6t11CNTRL", + "ID": 3620636143853089, + "StableID": "nLYHkNynGV11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "KeyExpiry": "2026-10-06T01:38:05Z", - "DiscoKey": "discokey:4f470754868216557667401e1c79319a37fd452a01d2ef5cb079ec679f8edd5f", - "Addresses": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "AllowedIPs": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "Endpoints": ["77.164.248.136:55900", "10.65.0.27:55900", "172.17.0.1:55900"], + "Key": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:edcde36a676af7ea808aa28b0c4e70e178629ee5b22dfeed035609ce9cbcbc35", + "Addresses": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "AllowedIPs": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "Endpoints": ["77.164.248.136:47367", "10.65.0.27:47367", "172.17.0.1:47367"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56273}, - {"Proto": "peerapi6", "Port": 56273} + {"Proto": "peerapi4", "Port": 55015}, + {"Proto": "peerapi6", "Port": 55015} ]}, - "Created": "2026-04-09T01:38:05.47644923Z", + "Created": "2026-04-09T08:43:51.152421153Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7762718492142250, - "StableID": "nbyFyBTkc321CNTRL", + "ID": 4607571830193329, + "StableID": "nvXFkj6nyc11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "DiscoKey": "discokey:6c4736914170d1220ad22e6b7ae86ece45ee55f8ee816a24054ee36a305b7512", - "Addresses": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "AllowedIPs": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "Endpoints": ["77.164.248.136:36799", "10.65.0.27:36799", "172.17.0.1:36799"], + "Key": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "DiscoKey": "discokey:3d32d471dabb110a471ab6c454646bf28da954390e4b5028c48a206adc0a9d18", + "Addresses": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "AllowedIPs": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "Endpoints": ["77.164.248.136:50888", "10.65.0.27:50888", "172.17.0.1:50888"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52889}, - {"Proto": "peerapi6", "Port": 52889} + {"Proto": "peerapi4", "Port": 39137}, + {"Proto": "peerapi6", "Port": 39137} ]}, - "Created": "2026-04-09T01:38:00.68073652Z", + "Created": "2026-04-09T08:43:46.860257196Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8526880969323929, - "StableID": "neByKqhqa921CNTRL", + "ID": 4711992702521533, + "StableID": "na9LfN45od11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "DiscoKey": "discokey:e3d2941d20531e1d67ce25ac9ff578004034f1490a450b4abccf3c9a258bdd3c", + "Addresses": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "AllowedIPs": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "Endpoints": ["77.164.248.136:39656", "10.65.0.27:39656", "172.17.0.1:39656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50171}, + {"Proto": "peerapi6", "Port": 50171} + ]}, + "Created": "2026-04-09T08:43:44.709443577Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4964675208291062, + "StableID": "nR8fRkbWmf11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "DiscoKey": "discokey:341c8ecbead2187f29b7b78dca54341b2f8983376d2165da13a7723104d5bb12", - "Addresses": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "AllowedIPs": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "Endpoints": ["77.164.248.136:43808", "10.65.0.27:43808", "172.17.0.1:43808"], + "Key": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "DiscoKey": "discokey:8778db69241a602b0ff68d160d9f019e5615d7552978d891d715c1ff56c7827b", + "Addresses": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "AllowedIPs": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "Endpoints": ["77.164.248.136:36656", "10.65.0.27:36656", "172.17.0.1:36656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62442}, - {"Proto": "peerapi6", "Port": 62442} + {"Proto": "peerapi4", "Port": 45308}, + {"Proto": "peerapi6", "Port": 45308} ]}, - "Created": "2026-04-09T01:38:02.311732373Z", + "Created": "2026-04-09T08:43:48.481595838Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" + }, { + "ID": 5433272967851131, + "StableID": "nLZPoKsjRj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "DiscoKey": "discokey:09aa994bcb2f0ed88ba8ea517524cd2aab5150fe7b93c8463ab92d265f731b0f", + "Addresses": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "AllowedIPs": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "Endpoints": ["77.164.248.136:56968", "10.65.0.27:56968", "172.17.0.1:56968"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 57646}, + {"Proto": "peerapi6", "Port": 57646} + ]}, + "Created": "2026-04-09T08:43:45.268129027Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5647210389136962, + "StableID": "nP1E8Bed6m11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "KeyExpiry": "2026-10-06T08:43:50Z", + "DiscoKey": "discokey:74898e2a1d6fbd505b144216248f2c2bb17a57f2cfe540f1efe0c22d42855c0a", + "Addresses": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "AllowedIPs": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "Endpoints": ["77.164.248.136:48905", "10.65.0.27:48905", "172.17.0.1:48905"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45886}, + {"Proto": "peerapi6", "Port": 45886} + ]}, + "Created": "2026-04-09T08:43:50.610617415Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6149517065267152, + "StableID": "nXiV2NP82q11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "DiscoKey": "discokey:0a8fbfdacd60e03dded0cac4add277aa8b8460e5cb12cd54e45f3096de389b21", + "Addresses": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "AllowedIPs": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "Endpoints": ["77.164.248.136:54944", "10.65.0.27:54944", "172.17.0.1:54944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53376}, + {"Proto": "peerapi6", "Port": 53376} + ]}, + "Created": "2026-04-09T08:43:45.798323512Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7466169119741942, + "StableID": "nBMARwbSJ121CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "DiscoKey": "discokey:3a650c46ddc2753d2ddc1588dc1d58fc0f6054635c8a6cbcdf55d9f890a78839", + "Addresses": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "AllowedIPs": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "Endpoints": ["77.164.248.136:36697", "10.65.0.27:36697", "172.17.0.1:36697"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 48247}, + {"Proto": "peerapi6", "Port": 48247} + ]}, + "Created": "2026-04-09T08:43:50.082839838Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8585273314608865, + "StableID": "nrddvAaH3A21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "DiscoKey": "discokey:76fa504d4662e96afecc5595205583fc742d2aff08c1c821958e34ad549d864d", + "Addresses": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "AllowedIPs": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "Endpoints": ["77.164.248.136:40153", "10.65.0.27:40153", "172.17.0.1:40153"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63798}, + {"Proto": "peerapi6", "Port": 63798} + ]}, + "Created": "2026-04-09T08:43:47.396334144Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12526,27 +12542,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4366869749802087": { - "ID": 4366869749802087, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8786555195351903": { + "ID": 8786555195351903, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12577,21 +12595,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2953857704887025, - "StableID": "nptUNKqo4Q11CNTRL", + "ID": 6149517065267152, + "StableID": "nXiV2NP82q11CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 2953857704887025, - "Key": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "DiscoKey": "discokey:f15b8d8fe1a649e92c0c4b9fedffe79620a143339c445e49ef8dae31f4569d27", - "Addresses": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "AllowedIPs": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], + "User": 6149517065267152, + "Key": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "DiscoKey": "discokey:0a8fbfdacd60e03dded0cac4add277aa8b8460e5cb12cd54e45f3096de389b21", + "Addresses": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "AllowedIPs": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "Endpoints": ["77.164.248.136:54944", "10.65.0.27:54944", "172.17.0.1:54944"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 64668}, - {"Proto": "peerapi6", "Port": 64668}, + {"Proto": "peerapi4", "Port": 53376}, + {"Proto": "peerapi6", "Port": 53376}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:37:59.343109745Z", + "Created": "2026-04-09T08:43:45.798323512Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12619,300 +12637,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "MachineKey": "mkey:45f8d8e6debf9904c375870c0d5c90c409c031e767b431ad7888b95e66633148", + "NodeKey": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "MachineKey": "mkey:16baa151ca3dab1189f55f9c94e3bf10b970596174f6fc220308bd4a9da5ca4b", "Peers": [{ - "ID": 213603306635446, - "StableID": "ndGvkozjf211CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "KeyExpiry": "2026-10-06T01:38:04Z", - "DiscoKey": "discokey:3ae091a151be4ffdcf0ac832fa0b6c3f3e71587358a10c551af2911774b0ce49", - "Addresses": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "AllowedIPs": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "Endpoints": ["77.164.248.136:43553", "10.65.0.27:43553", "172.17.0.1:43553"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46505}, - {"Proto": "peerapi6", "Port": 46505} - ]}, - "Created": "2026-04-09T01:38:04.944707686Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 727541794420069, - "StableID": "nLcL2nHWg611CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "DiscoKey": "discokey:ea37c5fb1f7f6d53c3bb7a2c2ceb9e887b7d6a1edfc46bbdcd83957a6d39b466", - "Addresses": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "AllowedIPs": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "Endpoints": ["77.164.248.136:38445", "10.65.0.27:38445", "172.17.0.1:38445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47277}, - {"Proto": "peerapi6", "Port": 47277} - ]}, - "Created": "2026-04-09T01:38:01.228968006Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 804302322338709, - "StableID": "nvBE2BfGH711CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "DiscoKey": "discokey:bced374c41152b5fb9942552511c91007d3bad9a2aa57c569262e927555f4f5c", - "Addresses": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "AllowedIPs": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "Endpoints": ["77.164.248.136:43744", "10.65.0.27:43744", "172.17.0.1:43744"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 47059}, - {"Proto": "peerapi6", "Port": 47059} - ]}, - "Created": "2026-04-09T01:38:01.773303251Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 856507649819634, - "StableID": "nKyR3D1vg711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "DiscoKey": "discokey:e25b3ec1882e1d193b13737f9f0018fa64211bfb08d1424c46183a24e9b5c419", - "Addresses": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "AllowedIPs": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "Endpoints": ["77.164.248.136:48387", "10.65.0.27:48387", "172.17.0.1:48387"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 63976}, - {"Proto": "peerapi6", "Port": 63976} - ]}, - "Created": "2026-04-09T01:37:58.83802033Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 964881401981990, - "StableID": "no1uQJozX811CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "DiscoKey": "discokey:997b772c1619ca68839cfff60a8a8f5eb426cd1702dec9981155b0f9096c6e66", - "Addresses": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "AllowedIPs": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 55864}, - {"Proto": "peerapi6", "Port": 55864} - ]}, - "Created": "2026-04-09T01:38:04.402307347Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1258195321844767, - "StableID": "n2i279fqpA11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "KeyExpiry": "2026-10-06T01:38:06Z", - "DiscoKey": "discokey:d315348cf6b00cdc178d2b8d6dd24555a6bcea5b7bb518ef2650d5e3f2225042", - "Addresses": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "AllowedIPs": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48452}, - {"Proto": "peerapi6", "Port": 48452} - ]}, - "Created": "2026-04-09T01:38:06.029681531Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2347977288447435, - "StableID": "nA8Ai9PQLK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "DiscoKey": "discokey:1160019ab42ea171e52af259d7735d5a83fdfbad884f9fdab2fb3598be383d70", - "Addresses": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "AllowedIPs": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "Endpoints": ["77.164.248.136:43879", "10.65.0.27:43879", "172.17.0.1:43879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 62991}, - {"Proto": "peerapi6", "Port": 62991} - ]}, - "Created": "2026-04-09T01:38:02.864022026Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 3882289007662595, - "StableID": "n2EKLe9JKX11CNTRL", + "ID": 597611601403193, + "StableID": "n4etn7Fff511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "DiscoKey": "discokey:a8fe072e6f418a4326db8d0f1892f8af0e22f1a890e1e54318437eae1ab1e228", - "Addresses": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "AllowedIPs": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "Endpoints": ["77.164.248.136:51575", "10.65.0.27:51575", "172.17.0.1:51575"], + "Key": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "DiscoKey": "discokey:473816c9f07c70058dc6a494c58a54d78dd7c4ee0cc1b21a189f8803aa6f3808", + "Addresses": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "AllowedIPs": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "Endpoints": ["77.164.248.136:34358", "10.65.0.27:34358", "172.17.0.1:34358"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} + {"Proto": "peerapi4", "Port": 39560}, + {"Proto": "peerapi6", "Port": 39560} ]}, - "Created": "2026-04-09T01:38:03.843669908Z", + "Created": "2026-04-09T08:43:49.551238771Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4366869749802087, - "StableID": "nQmX9HGm6b11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "DiscoKey": "discokey:a0c674e2b68b0ac79d873888e8fcbae2f99ef171e77932d7a05066fe6a79d02c", - "Addresses": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "AllowedIPs": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "Endpoints": ["77.164.248.136:43048", "10.65.0.27:43048", "172.17.0.1:43048"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 43452}, - {"Proto": "peerapi6", "Port": 43452} + "ID": 964585586121332, + "StableID": "nBiHBc2sX811CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:e9787dbd396b225baaa93e22e795a028583d864ca03f140cebd39ed7404ed545", + "Addresses": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "AllowedIPs": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 57164}, + {"Proto": "peerapi6", "Port": 57164} ]}, - "Created": "2026-04-09T01:38:00.141563675Z", + "Created": "2026-04-09T08:43:51.694518194Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4807852966758328, - "StableID": "n3JJxP9VYe11CNTRL", + "ID": 1120377371037998, + "StableID": "n5A9jzQRk911CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "DiscoKey": "discokey:9b493dc233259aa506cfb89e3cdc4d38c0ef2dcc6f851289808edbffc049fd21", + "Addresses": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "AllowedIPs": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "Endpoints": ["77.164.248.136:44173", "10.65.0.27:44173", "172.17.0.1:44173"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57786}, + {"Proto": "peerapi6", "Port": 57786} + ]}, + "Created": "2026-04-09T08:43:47.9438249Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 1616820057920926, + "StableID": "nPyjy28GdD11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "DiscoKey": "discokey:d19d9566ca9c25774fe46320ac0dd8dc7ccb6f3a4a0934faf7ff2b226eee0629", - "Addresses": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "AllowedIPs": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "Endpoints": ["77.164.248.136:32912", "10.65.0.27:32912", "172.17.0.1:32912"], + "Key": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "DiscoKey": "discokey:28b7697506dd08888fe359ee7a142d29a0176d707317e5cdf544e3418020b77e", + "Addresses": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "AllowedIPs": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "Endpoints": ["77.164.248.136:44017", "10.65.0.27:44017", "172.17.0.1:44017"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61616}, - {"Proto": "peerapi6", "Port": 61616} + {"Proto": "peerapi4", "Port": 47551}, + {"Proto": "peerapi6", "Port": 47551} ]}, - "Created": "2026-04-09T01:37:57.670960917Z", + "Created": "2026-04-09T08:43:44.174041352Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5366695807364568, - "StableID": "noLQ7vzaui11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 2012809767904878, + "StableID": "n9tVem6ciG11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "DiscoKey": "discokey:65f40d112a4f4c77bb973b20038db3f0bd1537695aa3a88607c1b77d3cfb9e60", - "Addresses": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "AllowedIPs": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "Endpoints": ["77.164.248.136:44514", "10.65.0.27:44514", "172.17.0.1:44514"], + "Key": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "DiscoKey": "discokey:410b77fa33bd615079f32cb88a248a09567a55d048922c57fa5f90a42f5ec40e", + "Addresses": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "AllowedIPs": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "Endpoints": ["77.164.248.136:34360", "10.65.0.27:34360", "172.17.0.1:34360"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45998}, - {"Proto": "peerapi6", "Port": 45998} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52366}, + {"Proto": "peerapi6", "Port": 52366} ]}, - "Created": "2026-04-09T01:37:58.225363451Z", + "Created": "2026-04-09T08:43:49.011550275Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 6544274270692097, - "StableID": "ni3EVJzu6t11CNTRL", + "ID": 3620636143853089, + "StableID": "nLYHkNynGV11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "KeyExpiry": "2026-10-06T01:38:05Z", - "DiscoKey": "discokey:4f470754868216557667401e1c79319a37fd452a01d2ef5cb079ec679f8edd5f", - "Addresses": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "AllowedIPs": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "Endpoints": ["77.164.248.136:55900", "10.65.0.27:55900", "172.17.0.1:55900"], + "Key": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:edcde36a676af7ea808aa28b0c4e70e178629ee5b22dfeed035609ce9cbcbc35", + "Addresses": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "AllowedIPs": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "Endpoints": ["77.164.248.136:47367", "10.65.0.27:47367", "172.17.0.1:47367"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56273}, - {"Proto": "peerapi6", "Port": 56273} + {"Proto": "peerapi4", "Port": 55015}, + {"Proto": "peerapi6", "Port": 55015} ]}, - "Created": "2026-04-09T01:38:05.47644923Z", + "Created": "2026-04-09T08:43:51.152421153Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7762718492142250, - "StableID": "nbyFyBTkc321CNTRL", + "ID": 4607571830193329, + "StableID": "nvXFkj6nyc11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "DiscoKey": "discokey:6c4736914170d1220ad22e6b7ae86ece45ee55f8ee816a24054ee36a305b7512", - "Addresses": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "AllowedIPs": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "Endpoints": ["77.164.248.136:36799", "10.65.0.27:36799", "172.17.0.1:36799"], + "Key": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "DiscoKey": "discokey:3d32d471dabb110a471ab6c454646bf28da954390e4b5028c48a206adc0a9d18", + "Addresses": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "AllowedIPs": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "Endpoints": ["77.164.248.136:50888", "10.65.0.27:50888", "172.17.0.1:50888"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52889}, - {"Proto": "peerapi6", "Port": 52889} + {"Proto": "peerapi4", "Port": 39137}, + {"Proto": "peerapi6", "Port": 39137} ]}, - "Created": "2026-04-09T01:38:00.68073652Z", + "Created": "2026-04-09T08:43:46.860257196Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8526880969323929, - "StableID": "neByKqhqa921CNTRL", + "ID": 4711992702521533, + "StableID": "na9LfN45od11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "DiscoKey": "discokey:e3d2941d20531e1d67ce25ac9ff578004034f1490a450b4abccf3c9a258bdd3c", + "Addresses": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "AllowedIPs": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "Endpoints": ["77.164.248.136:39656", "10.65.0.27:39656", "172.17.0.1:39656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50171}, + {"Proto": "peerapi6", "Port": 50171} + ]}, + "Created": "2026-04-09T08:43:44.709443577Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4964675208291062, + "StableID": "nR8fRkbWmf11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "DiscoKey": "discokey:341c8ecbead2187f29b7b78dca54341b2f8983376d2165da13a7723104d5bb12", - "Addresses": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "AllowedIPs": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "Endpoints": ["77.164.248.136:43808", "10.65.0.27:43808", "172.17.0.1:43808"], + "Key": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "DiscoKey": "discokey:8778db69241a602b0ff68d160d9f019e5615d7552978d891d715c1ff56c7827b", + "Addresses": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "AllowedIPs": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "Endpoints": ["77.164.248.136:36656", "10.65.0.27:36656", "172.17.0.1:36656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62442}, - {"Proto": "peerapi6", "Port": 62442} + {"Proto": "peerapi4", "Port": 45308}, + {"Proto": "peerapi6", "Port": 45308} ]}, - "Created": "2026-04-09T01:38:02.311732373Z", + "Created": "2026-04-09T08:43:48.481595838Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" + }, { + "ID": 5433272967851131, + "StableID": "nLZPoKsjRj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "DiscoKey": "discokey:09aa994bcb2f0ed88ba8ea517524cd2aab5150fe7b93c8463ab92d265f731b0f", + "Addresses": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "AllowedIPs": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "Endpoints": ["77.164.248.136:56968", "10.65.0.27:56968", "172.17.0.1:56968"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 57646}, + {"Proto": "peerapi6", "Port": 57646} + ]}, + "Created": "2026-04-09T08:43:45.268129027Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5647210389136962, + "StableID": "nP1E8Bed6m11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "KeyExpiry": "2026-10-06T08:43:50Z", + "DiscoKey": "discokey:74898e2a1d6fbd505b144216248f2c2bb17a57f2cfe540f1efe0c22d42855c0a", + "Addresses": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "AllowedIPs": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "Endpoints": ["77.164.248.136:48905", "10.65.0.27:48905", "172.17.0.1:48905"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45886}, + {"Proto": "peerapi6", "Port": 45886} + ]}, + "Created": "2026-04-09T08:43:50.610617415Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 7466169119741942, + "StableID": "nBMARwbSJ121CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "DiscoKey": "discokey:3a650c46ddc2753d2ddc1588dc1d58fc0f6054635c8a6cbcdf55d9f890a78839", + "Addresses": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "AllowedIPs": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "Endpoints": ["77.164.248.136:36697", "10.65.0.27:36697", "172.17.0.1:36697"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 48247}, + {"Proto": "peerapi6", "Port": 48247} + ]}, + "Created": "2026-04-09T08:43:50.082839838Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8585273314608865, + "StableID": "nrddvAaH3A21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "DiscoKey": "discokey:76fa504d4662e96afecc5595205583fc742d2aff08c1c821958e34ad549d864d", + "Addresses": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "AllowedIPs": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "Endpoints": ["77.164.248.136:40153", "10.65.0.27:40153", "172.17.0.1:40153"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63798}, + {"Proto": "peerapi6", "Port": 63798} + ]}, + "Created": "2026-04-09T08:43:47.396334144Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8786555195351903, + "StableID": "nA8BUXuScB21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "DiscoKey": "discokey:a4ef1bd999ced46620e83d74445c951d6bdb7979e16477800b14f1f34d372237", + "Addresses": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "AllowedIPs": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "Endpoints": ["77.164.248.136:44435", "10.65.0.27:44435", "172.17.0.1:44435"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 44657}, + {"Proto": "peerapi6", "Port": 44657} + ]}, + "Created": "2026-04-09T08:43:46.318744554Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13760,27 +13778,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2953857704887025": { - "ID": 2953857704887025, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6149517065267152": { + "ID": 6149517065267152, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13811,26 +13831,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 727541794420069, - "StableID": "nLcL2nHWg611CNTRL", + "ID": 8585273314608865, + "StableID": "nrddvAaH3A21CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 727541794420069, - "Key": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "DiscoKey": "discokey:ea37c5fb1f7f6d53c3bb7a2c2ceb9e887b7d6a1edfc46bbdcd83957a6d39b466", - "Addresses": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "AllowedIPs": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "Endpoints": ["77.164.248.136:38445", "10.65.0.27:38445", "172.17.0.1:38445"], + "User": 8585273314608865, + "Key": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "DiscoKey": "discokey:76fa504d4662e96afecc5595205583fc742d2aff08c1c821958e34ad549d864d", + "Addresses": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "AllowedIPs": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "Endpoints": ["77.164.248.136:40153", "10.65.0.27:40153", "172.17.0.1:40153"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 47277}, - {"Proto": "peerapi6", "Port": 47277}, + {"Proto": "peerapi4", "Port": 63798}, + {"Proto": "peerapi6", "Port": 63798}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:38:01.228968006Z", + "Created": "2026-04-09T08:43:47.396334144Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13858,302 +13878,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "MachineKey": "mkey:dbb75988df885a21c609a884aeb643362ec3d44ba8d408eb15cc77967534f93d", + "NodeKey": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "MachineKey": "mkey:3ed420078d1b3f5b9eaa9d744843331410241027e1f61b837a03e3716d071574", "Peers": [{ - "ID": 213603306635446, - "StableID": "ndGvkozjf211CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "KeyExpiry": "2026-10-06T01:38:04Z", - "DiscoKey": "discokey:3ae091a151be4ffdcf0ac832fa0b6c3f3e71587358a10c551af2911774b0ce49", - "Addresses": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "AllowedIPs": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "Endpoints": ["77.164.248.136:43553", "10.65.0.27:43553", "172.17.0.1:43553"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46505}, - {"Proto": "peerapi6", "Port": 46505} - ]}, - "Created": "2026-04-09T01:38:04.944707686Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 804302322338709, - "StableID": "nvBE2BfGH711CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "DiscoKey": "discokey:bced374c41152b5fb9942552511c91007d3bad9a2aa57c569262e927555f4f5c", - "Addresses": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "AllowedIPs": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "Endpoints": ["77.164.248.136:43744", "10.65.0.27:43744", "172.17.0.1:43744"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 47059}, - {"Proto": "peerapi6", "Port": 47059} - ]}, - "Created": "2026-04-09T01:38:01.773303251Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 856507649819634, - "StableID": "nKyR3D1vg711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "DiscoKey": "discokey:e25b3ec1882e1d193b13737f9f0018fa64211bfb08d1424c46183a24e9b5c419", - "Addresses": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "AllowedIPs": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "Endpoints": ["77.164.248.136:48387", "10.65.0.27:48387", "172.17.0.1:48387"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 63976}, - {"Proto": "peerapi6", "Port": 63976} - ]}, - "Created": "2026-04-09T01:37:58.83802033Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 964881401981990, - "StableID": "no1uQJozX811CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "DiscoKey": "discokey:997b772c1619ca68839cfff60a8a8f5eb426cd1702dec9981155b0f9096c6e66", - "Addresses": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "AllowedIPs": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 55864}, - {"Proto": "peerapi6", "Port": 55864} - ]}, - "Created": "2026-04-09T01:38:04.402307347Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1258195321844767, - "StableID": "n2i279fqpA11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "KeyExpiry": "2026-10-06T01:38:06Z", - "DiscoKey": "discokey:d315348cf6b00cdc178d2b8d6dd24555a6bcea5b7bb518ef2650d5e3f2225042", - "Addresses": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "AllowedIPs": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "Endpoints": ["77.164.248.136:51232", "10.65.0.27:51232", "172.17.0.1:51232"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48452}, - {"Proto": "peerapi6", "Port": 48452} - ]}, - "Created": "2026-04-09T01:38:06.029681531Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2347977288447435, - "StableID": "nA8Ai9PQLK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "DiscoKey": "discokey:1160019ab42ea171e52af259d7735d5a83fdfbad884f9fdab2fb3598be383d70", - "Addresses": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "AllowedIPs": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "Endpoints": ["77.164.248.136:43879", "10.65.0.27:43879", "172.17.0.1:43879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 62991}, - {"Proto": "peerapi6", "Port": 62991} - ]}, - "Created": "2026-04-09T01:38:02.864022026Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2953857704887025, - "StableID": "nptUNKqo4Q11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "DiscoKey": "discokey:f15b8d8fe1a649e92c0c4b9fedffe79620a143339c445e49ef8dae31f4569d27", - "Addresses": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "AllowedIPs": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64668}, - {"Proto": "peerapi6", "Port": 64668} - ]}, - "Created": "2026-04-09T01:37:59.343109745Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3882289007662595, - "StableID": "n2EKLe9JKX11CNTRL", + "ID": 597611601403193, + "StableID": "n4etn7Fff511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "DiscoKey": "discokey:a8fe072e6f418a4326db8d0f1892f8af0e22f1a890e1e54318437eae1ab1e228", - "Addresses": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "AllowedIPs": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "Endpoints": ["77.164.248.136:51575", "10.65.0.27:51575", "172.17.0.1:51575"], + "Key": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "DiscoKey": "discokey:473816c9f07c70058dc6a494c58a54d78dd7c4ee0cc1b21a189f8803aa6f3808", + "Addresses": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "AllowedIPs": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "Endpoints": ["77.164.248.136:34358", "10.65.0.27:34358", "172.17.0.1:34358"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} + {"Proto": "peerapi4", "Port": 39560}, + {"Proto": "peerapi6", "Port": 39560} ]}, - "Created": "2026-04-09T01:38:03.843669908Z", + "Created": "2026-04-09T08:43:49.551238771Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4366869749802087, - "StableID": "nQmX9HGm6b11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "DiscoKey": "discokey:a0c674e2b68b0ac79d873888e8fcbae2f99ef171e77932d7a05066fe6a79d02c", - "Addresses": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "AllowedIPs": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "Endpoints": ["77.164.248.136:43048", "10.65.0.27:43048", "172.17.0.1:43048"], + "ID": 964585586121332, + "StableID": "nBiHBc2sX811CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:e9787dbd396b225baaa93e22e795a028583d864ca03f140cebd39ed7404ed545", + "Addresses": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "AllowedIPs": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "Endpoints": ["77.164.248.136:58977", "10.65.0.27:58977", "172.17.0.1:58977"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 43452}, - {"Proto": "peerapi6", "Port": 43452} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 57164}, + {"Proto": "peerapi6", "Port": 57164} ]}, - "Created": "2026-04-09T01:38:00.141563675Z", + "Created": "2026-04-09T08:43:51.694518194Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4807852966758328, - "StableID": "n3JJxP9VYe11CNTRL", + "ID": 1120377371037998, + "StableID": "n5A9jzQRk911CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "DiscoKey": "discokey:9b493dc233259aa506cfb89e3cdc4d38c0ef2dcc6f851289808edbffc049fd21", + "Addresses": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "AllowedIPs": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "Endpoints": ["77.164.248.136:44173", "10.65.0.27:44173", "172.17.0.1:44173"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57786}, + {"Proto": "peerapi6", "Port": 57786} + ]}, + "Created": "2026-04-09T08:43:47.9438249Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 1616820057920926, + "StableID": "nPyjy28GdD11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "DiscoKey": "discokey:d19d9566ca9c25774fe46320ac0dd8dc7ccb6f3a4a0934faf7ff2b226eee0629", - "Addresses": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "AllowedIPs": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "Endpoints": ["77.164.248.136:32912", "10.65.0.27:32912", "172.17.0.1:32912"], + "Key": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "DiscoKey": "discokey:28b7697506dd08888fe359ee7a142d29a0176d707317e5cdf544e3418020b77e", + "Addresses": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "AllowedIPs": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "Endpoints": ["77.164.248.136:44017", "10.65.0.27:44017", "172.17.0.1:44017"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61616}, - {"Proto": "peerapi6", "Port": 61616} + {"Proto": "peerapi4", "Port": 47551}, + {"Proto": "peerapi6", "Port": 47551} ]}, - "Created": "2026-04-09T01:37:57.670960917Z", + "Created": "2026-04-09T08:43:44.174041352Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5366695807364568, - "StableID": "noLQ7vzaui11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 2012809767904878, + "StableID": "n9tVem6ciG11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "DiscoKey": "discokey:65f40d112a4f4c77bb973b20038db3f0bd1537695aa3a88607c1b77d3cfb9e60", - "Addresses": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "AllowedIPs": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "Endpoints": ["77.164.248.136:44514", "10.65.0.27:44514", "172.17.0.1:44514"], + "Key": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "DiscoKey": "discokey:410b77fa33bd615079f32cb88a248a09567a55d048922c57fa5f90a42f5ec40e", + "Addresses": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "AllowedIPs": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "Endpoints": ["77.164.248.136:34360", "10.65.0.27:34360", "172.17.0.1:34360"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45998}, - {"Proto": "peerapi6", "Port": 45998} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52366}, + {"Proto": "peerapi6", "Port": 52366} ]}, - "Created": "2026-04-09T01:37:58.225363451Z", + "Created": "2026-04-09T08:43:49.011550275Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 6544274270692097, - "StableID": "ni3EVJzu6t11CNTRL", + "ID": 3620636143853089, + "StableID": "nLYHkNynGV11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "KeyExpiry": "2026-10-06T01:38:05Z", - "DiscoKey": "discokey:4f470754868216557667401e1c79319a37fd452a01d2ef5cb079ec679f8edd5f", - "Addresses": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "AllowedIPs": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "Endpoints": ["77.164.248.136:55900", "10.65.0.27:55900", "172.17.0.1:55900"], + "Key": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:edcde36a676af7ea808aa28b0c4e70e178629ee5b22dfeed035609ce9cbcbc35", + "Addresses": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "AllowedIPs": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "Endpoints": ["77.164.248.136:47367", "10.65.0.27:47367", "172.17.0.1:47367"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56273}, - {"Proto": "peerapi6", "Port": 56273} + {"Proto": "peerapi4", "Port": 55015}, + {"Proto": "peerapi6", "Port": 55015} ]}, - "Created": "2026-04-09T01:38:05.47644923Z", + "Created": "2026-04-09T08:43:51.152421153Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7762718492142250, - "StableID": "nbyFyBTkc321CNTRL", + "ID": 4607571830193329, + "StableID": "nvXFkj6nyc11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "DiscoKey": "discokey:6c4736914170d1220ad22e6b7ae86ece45ee55f8ee816a24054ee36a305b7512", - "Addresses": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "AllowedIPs": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "Endpoints": ["77.164.248.136:36799", "10.65.0.27:36799", "172.17.0.1:36799"], + "Key": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "DiscoKey": "discokey:3d32d471dabb110a471ab6c454646bf28da954390e4b5028c48a206adc0a9d18", + "Addresses": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "AllowedIPs": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "Endpoints": ["77.164.248.136:50888", "10.65.0.27:50888", "172.17.0.1:50888"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52889}, - {"Proto": "peerapi6", "Port": 52889} + {"Proto": "peerapi4", "Port": 39137}, + {"Proto": "peerapi6", "Port": 39137} ]}, - "Created": "2026-04-09T01:38:00.68073652Z", + "Created": "2026-04-09T08:43:46.860257196Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8526880969323929, - "StableID": "neByKqhqa921CNTRL", + "ID": 4711992702521533, + "StableID": "na9LfN45od11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "DiscoKey": "discokey:e3d2941d20531e1d67ce25ac9ff578004034f1490a450b4abccf3c9a258bdd3c", + "Addresses": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "AllowedIPs": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "Endpoints": ["77.164.248.136:39656", "10.65.0.27:39656", "172.17.0.1:39656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50171}, + {"Proto": "peerapi6", "Port": 50171} + ]}, + "Created": "2026-04-09T08:43:44.709443577Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4964675208291062, + "StableID": "nR8fRkbWmf11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "DiscoKey": "discokey:341c8ecbead2187f29b7b78dca54341b2f8983376d2165da13a7723104d5bb12", - "Addresses": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "AllowedIPs": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "Endpoints": ["77.164.248.136:43808", "10.65.0.27:43808", "172.17.0.1:43808"], + "Key": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "DiscoKey": "discokey:8778db69241a602b0ff68d160d9f019e5615d7552978d891d715c1ff56c7827b", + "Addresses": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "AllowedIPs": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "Endpoints": ["77.164.248.136:36656", "10.65.0.27:36656", "172.17.0.1:36656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62442}, - {"Proto": "peerapi6", "Port": 62442} + {"Proto": "peerapi4", "Port": 45308}, + {"Proto": "peerapi6", "Port": 45308} ]}, - "Created": "2026-04-09T01:38:02.311732373Z", + "Created": "2026-04-09T08:43:48.481595838Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" + }, { + "ID": 5433272967851131, + "StableID": "nLZPoKsjRj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "DiscoKey": "discokey:09aa994bcb2f0ed88ba8ea517524cd2aab5150fe7b93c8463ab92d265f731b0f", + "Addresses": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "AllowedIPs": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "Endpoints": ["77.164.248.136:56968", "10.65.0.27:56968", "172.17.0.1:56968"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 57646}, + {"Proto": "peerapi6", "Port": 57646} + ]}, + "Created": "2026-04-09T08:43:45.268129027Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5647210389136962, + "StableID": "nP1E8Bed6m11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "KeyExpiry": "2026-10-06T08:43:50Z", + "DiscoKey": "discokey:74898e2a1d6fbd505b144216248f2c2bb17a57f2cfe540f1efe0c22d42855c0a", + "Addresses": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "AllowedIPs": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "Endpoints": ["77.164.248.136:48905", "10.65.0.27:48905", "172.17.0.1:48905"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45886}, + {"Proto": "peerapi6", "Port": 45886} + ]}, + "Created": "2026-04-09T08:43:50.610617415Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6149517065267152, + "StableID": "nXiV2NP82q11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "DiscoKey": "discokey:0a8fbfdacd60e03dded0cac4add277aa8b8460e5cb12cd54e45f3096de389b21", + "Addresses": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "AllowedIPs": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "Endpoints": ["77.164.248.136:54944", "10.65.0.27:54944", "172.17.0.1:54944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53376}, + {"Proto": "peerapi6", "Port": 53376} + ]}, + "Created": "2026-04-09T08:43:45.798323512Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7466169119741942, + "StableID": "nBMARwbSJ121CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "DiscoKey": "discokey:3a650c46ddc2753d2ddc1588dc1d58fc0f6054635c8a6cbcdf55d9f890a78839", + "Addresses": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "AllowedIPs": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "Endpoints": ["77.164.248.136:36697", "10.65.0.27:36697", "172.17.0.1:36697"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 48247}, + {"Proto": "peerapi6", "Port": 48247} + ]}, + "Created": "2026-04-09T08:43:50.082839838Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8786555195351903, + "StableID": "nA8BUXuScB21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "DiscoKey": "discokey:a4ef1bd999ced46620e83d74445c951d6bdb7979e16477800b14f1f34d372237", + "Addresses": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "AllowedIPs": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "Endpoints": ["77.164.248.136:44435", "10.65.0.27:44435", "172.17.0.1:44435"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 44657}, + {"Proto": "peerapi6", "Port": 44657} + ]}, + "Created": "2026-04-09T08:43:46.318744554Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15001,27 +15021,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "727541794420069": { - "ID": 727541794420069, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8585273314608865": { + "ID": 8585273314608865, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15052,26 +15074,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8526880969323929, - "StableID": "neByKqhqa921CNTRL", + "ID": 4964675208291062, + "StableID": "nR8fRkbWmf11CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 8526880969323929, - "Key": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "DiscoKey": "discokey:341c8ecbead2187f29b7b78dca54341b2f8983376d2165da13a7723104d5bb12", - "Addresses": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "AllowedIPs": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "Endpoints": ["77.164.248.136:43808", "10.65.0.27:43808", "172.17.0.1:43808"], + "User": 4964675208291062, + "Key": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "DiscoKey": "discokey:8778db69241a602b0ff68d160d9f019e5615d7552978d891d715c1ff56c7827b", + "Addresses": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "AllowedIPs": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "Endpoints": ["77.164.248.136:36656", "10.65.0.27:36656", "172.17.0.1:36656"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 62442}, - {"Proto": "peerapi6", "Port": 62442}, + {"Proto": "peerapi4", "Port": 45308}, + {"Proto": "peerapi6", "Port": 45308}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:38:02.311732373Z", + "Created": "2026-04-09T08:43:48.481595838Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15099,302 +15121,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "MachineKey": "mkey:09fc45cbdb69abaa8c3821db0c43c4f7bf58bdecd7b62f6c4afc94307dbd110a", + "NodeKey": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "MachineKey": "mkey:777a783ffa9b7a031332d967748d60c82b352d0870d94e98df8b428a74393d07", "Peers": [{ - "ID": 213603306635446, - "StableID": "ndGvkozjf211CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "KeyExpiry": "2026-10-06T01:38:04Z", - "DiscoKey": "discokey:3ae091a151be4ffdcf0ac832fa0b6c3f3e71587358a10c551af2911774b0ce49", - "Addresses": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "AllowedIPs": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "Endpoints": ["77.164.248.136:43553", "10.65.0.27:43553", "172.17.0.1:43553"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46505}, - {"Proto": "peerapi6", "Port": 46505} - ]}, - "Created": "2026-04-09T01:38:04.944707686Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 727541794420069, - "StableID": "nLcL2nHWg611CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "DiscoKey": "discokey:ea37c5fb1f7f6d53c3bb7a2c2ceb9e887b7d6a1edfc46bbdcd83957a6d39b466", - "Addresses": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "AllowedIPs": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "Endpoints": ["77.164.248.136:38445", "10.65.0.27:38445", "172.17.0.1:38445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47277}, - {"Proto": "peerapi6", "Port": 47277} - ]}, - "Created": "2026-04-09T01:38:01.228968006Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 804302322338709, - "StableID": "nvBE2BfGH711CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "DiscoKey": "discokey:bced374c41152b5fb9942552511c91007d3bad9a2aa57c569262e927555f4f5c", - "Addresses": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "AllowedIPs": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "Endpoints": ["77.164.248.136:43744", "10.65.0.27:43744", "172.17.0.1:43744"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 47059}, - {"Proto": "peerapi6", "Port": 47059} - ]}, - "Created": "2026-04-09T01:38:01.773303251Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 856507649819634, - "StableID": "nKyR3D1vg711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "DiscoKey": "discokey:e25b3ec1882e1d193b13737f9f0018fa64211bfb08d1424c46183a24e9b5c419", - "Addresses": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "AllowedIPs": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "Endpoints": ["77.164.248.136:48387", "10.65.0.27:48387", "172.17.0.1:48387"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 63976}, - {"Proto": "peerapi6", "Port": 63976} - ]}, - "Created": "2026-04-09T01:37:58.83802033Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 964881401981990, - "StableID": "no1uQJozX811CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "DiscoKey": "discokey:997b772c1619ca68839cfff60a8a8f5eb426cd1702dec9981155b0f9096c6e66", - "Addresses": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "AllowedIPs": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 55864}, - {"Proto": "peerapi6", "Port": 55864} - ]}, - "Created": "2026-04-09T01:38:04.402307347Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1258195321844767, - "StableID": "n2i279fqpA11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "KeyExpiry": "2026-10-06T01:38:06Z", - "DiscoKey": "discokey:d315348cf6b00cdc178d2b8d6dd24555a6bcea5b7bb518ef2650d5e3f2225042", - "Addresses": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "AllowedIPs": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "Endpoints": ["77.164.248.136:51232", "10.65.0.27:51232", "172.17.0.1:51232"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48452}, - {"Proto": "peerapi6", "Port": 48452} - ]}, - "Created": "2026-04-09T01:38:06.029681531Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2347977288447435, - "StableID": "nA8Ai9PQLK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "DiscoKey": "discokey:1160019ab42ea171e52af259d7735d5a83fdfbad884f9fdab2fb3598be383d70", - "Addresses": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "AllowedIPs": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "Endpoints": ["77.164.248.136:43879", "10.65.0.27:43879", "172.17.0.1:43879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 62991}, - {"Proto": "peerapi6", "Port": 62991} - ]}, - "Created": "2026-04-09T01:38:02.864022026Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2953857704887025, - "StableID": "nptUNKqo4Q11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "DiscoKey": "discokey:f15b8d8fe1a649e92c0c4b9fedffe79620a143339c445e49ef8dae31f4569d27", - "Addresses": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "AllowedIPs": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64668}, - {"Proto": "peerapi6", "Port": 64668} - ]}, - "Created": "2026-04-09T01:37:59.343109745Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3882289007662595, - "StableID": "n2EKLe9JKX11CNTRL", + "ID": 597611601403193, + "StableID": "n4etn7Fff511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "DiscoKey": "discokey:a8fe072e6f418a4326db8d0f1892f8af0e22f1a890e1e54318437eae1ab1e228", - "Addresses": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "AllowedIPs": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "Endpoints": ["77.164.248.136:51575", "10.65.0.27:51575", "172.17.0.1:51575"], + "Key": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "DiscoKey": "discokey:473816c9f07c70058dc6a494c58a54d78dd7c4ee0cc1b21a189f8803aa6f3808", + "Addresses": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "AllowedIPs": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "Endpoints": ["77.164.248.136:34358", "10.65.0.27:34358", "172.17.0.1:34358"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} + {"Proto": "peerapi4", "Port": 39560}, + {"Proto": "peerapi6", "Port": 39560} ]}, - "Created": "2026-04-09T01:38:03.843669908Z", + "Created": "2026-04-09T08:43:49.551238771Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4366869749802087, - "StableID": "nQmX9HGm6b11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "DiscoKey": "discokey:a0c674e2b68b0ac79d873888e8fcbae2f99ef171e77932d7a05066fe6a79d02c", - "Addresses": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "AllowedIPs": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "Endpoints": ["77.164.248.136:43048", "10.65.0.27:43048", "172.17.0.1:43048"], + "ID": 964585586121332, + "StableID": "nBiHBc2sX811CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:e9787dbd396b225baaa93e22e795a028583d864ca03f140cebd39ed7404ed545", + "Addresses": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "AllowedIPs": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "Endpoints": ["77.164.248.136:58977", "10.65.0.27:58977", "172.17.0.1:58977"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 43452}, - {"Proto": "peerapi6", "Port": 43452} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 57164}, + {"Proto": "peerapi6", "Port": 57164} ]}, - "Created": "2026-04-09T01:38:00.141563675Z", + "Created": "2026-04-09T08:43:51.694518194Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4807852966758328, - "StableID": "n3JJxP9VYe11CNTRL", + "ID": 1120377371037998, + "StableID": "n5A9jzQRk911CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "DiscoKey": "discokey:9b493dc233259aa506cfb89e3cdc4d38c0ef2dcc6f851289808edbffc049fd21", + "Addresses": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "AllowedIPs": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "Endpoints": ["77.164.248.136:44173", "10.65.0.27:44173", "172.17.0.1:44173"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57786}, + {"Proto": "peerapi6", "Port": 57786} + ]}, + "Created": "2026-04-09T08:43:47.9438249Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 1616820057920926, + "StableID": "nPyjy28GdD11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "DiscoKey": "discokey:d19d9566ca9c25774fe46320ac0dd8dc7ccb6f3a4a0934faf7ff2b226eee0629", - "Addresses": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "AllowedIPs": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "Endpoints": ["77.164.248.136:32912", "10.65.0.27:32912", "172.17.0.1:32912"], + "Key": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "DiscoKey": "discokey:28b7697506dd08888fe359ee7a142d29a0176d707317e5cdf544e3418020b77e", + "Addresses": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "AllowedIPs": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "Endpoints": ["77.164.248.136:44017", "10.65.0.27:44017", "172.17.0.1:44017"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61616}, - {"Proto": "peerapi6", "Port": 61616} + {"Proto": "peerapi4", "Port": 47551}, + {"Proto": "peerapi6", "Port": 47551} ]}, - "Created": "2026-04-09T01:37:57.670960917Z", + "Created": "2026-04-09T08:43:44.174041352Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5366695807364568, - "StableID": "noLQ7vzaui11CNTRL", + "ID": 2012809767904878, + "StableID": "n9tVem6ciG11CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "DiscoKey": "discokey:410b77fa33bd615079f32cb88a248a09567a55d048922c57fa5f90a42f5ec40e", + "Addresses": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "AllowedIPs": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "Endpoints": ["77.164.248.136:34360", "10.65.0.27:34360", "172.17.0.1:34360"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52366}, + {"Proto": "peerapi6", "Port": 52366} + ]}, + "Created": "2026-04-09T08:43:49.011550275Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 3620636143853089, + "StableID": "nLYHkNynGV11CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:edcde36a676af7ea808aa28b0c4e70e178629ee5b22dfeed035609ce9cbcbc35", + "Addresses": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "AllowedIPs": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "Endpoints": ["77.164.248.136:47367", "10.65.0.27:47367", "172.17.0.1:47367"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 55015}, + {"Proto": "peerapi6", "Port": 55015} + ]}, + "Created": "2026-04-09T08:43:51.152421153Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 4607571830193329, + "StableID": "nvXFkj6nyc11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "DiscoKey": "discokey:3d32d471dabb110a471ab6c454646bf28da954390e4b5028c48a206adc0a9d18", + "Addresses": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "AllowedIPs": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "Endpoints": ["77.164.248.136:50888", "10.65.0.27:50888", "172.17.0.1:50888"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 39137}, + {"Proto": "peerapi6", "Port": 39137} + ]}, + "Created": "2026-04-09T08:43:46.860257196Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 4711992702521533, + "StableID": "na9LfN45od11CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "DiscoKey": "discokey:65f40d112a4f4c77bb973b20038db3f0bd1537695aa3a88607c1b77d3cfb9e60", - "Addresses": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "AllowedIPs": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "Endpoints": ["77.164.248.136:44514", "10.65.0.27:44514", "172.17.0.1:44514"], + "Key": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "DiscoKey": "discokey:e3d2941d20531e1d67ce25ac9ff578004034f1490a450b4abccf3c9a258bdd3c", + "Addresses": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "AllowedIPs": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "Endpoints": ["77.164.248.136:39656", "10.65.0.27:39656", "172.17.0.1:39656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45998}, - {"Proto": "peerapi6", "Port": 45998} + {"Proto": "peerapi4", "Port": 50171}, + {"Proto": "peerapi6", "Port": 50171} ]}, - "Created": "2026-04-09T01:37:58.225363451Z", + "Created": "2026-04-09T08:43:44.709443577Z", "Cap": 131, "Tags": ["tag:pidgeotto"], "Online": true, "ComputedName": "pidgeotto", "ComputedNameWithHost": "pidgeotto" }, { - "ID": 6544274270692097, - "StableID": "ni3EVJzu6t11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "KeyExpiry": "2026-10-06T01:38:05Z", - "DiscoKey": "discokey:4f470754868216557667401e1c79319a37fd452a01d2ef5cb079ec679f8edd5f", - "Addresses": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "AllowedIPs": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "Endpoints": ["77.164.248.136:55900", "10.65.0.27:55900", "172.17.0.1:55900"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56273}, - {"Proto": "peerapi6", "Port": 56273} - ]}, - "Created": "2026-04-09T01:38:05.47644923Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 7762718492142250, - "StableID": "nbyFyBTkc321CNTRL", - "Name": "blastoise.tail78f774.ts.net.", + "ID": 5433272967851131, + "StableID": "nLZPoKsjRj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "DiscoKey": "discokey:6c4736914170d1220ad22e6b7ae86ece45ee55f8ee816a24054ee36a305b7512", - "Addresses": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "AllowedIPs": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "Endpoints": ["77.164.248.136:36799", "10.65.0.27:36799", "172.17.0.1:36799"], + "Key": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "DiscoKey": "discokey:09aa994bcb2f0ed88ba8ea517524cd2aab5150fe7b93c8463ab92d265f731b0f", + "Addresses": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "AllowedIPs": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "Endpoints": ["77.164.248.136:56968", "10.65.0.27:56968", "172.17.0.1:56968"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52889}, - {"Proto": "peerapi6", "Port": 52889} + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 57646}, + {"Proto": "peerapi6", "Port": 57646} ]}, - "Created": "2026-04-09T01:38:00.68073652Z", + "Created": "2026-04-09T08:43:45.268129027Z", "Cap": 131, - "Tags": ["tag:exit", "tag:router"], + "Tags": ["tag:exit"], "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5647210389136962, + "StableID": "nP1E8Bed6m11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "KeyExpiry": "2026-10-06T08:43:50Z", + "DiscoKey": "discokey:74898e2a1d6fbd505b144216248f2c2bb17a57f2cfe540f1efe0c22d42855c0a", + "Addresses": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "AllowedIPs": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "Endpoints": ["77.164.248.136:48905", "10.65.0.27:48905", "172.17.0.1:48905"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45886}, + {"Proto": "peerapi6", "Port": 45886} + ]}, + "Created": "2026-04-09T08:43:50.610617415Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6149517065267152, + "StableID": "nXiV2NP82q11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "DiscoKey": "discokey:0a8fbfdacd60e03dded0cac4add277aa8b8460e5cb12cd54e45f3096de389b21", + "Addresses": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "AllowedIPs": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "Endpoints": ["77.164.248.136:54944", "10.65.0.27:54944", "172.17.0.1:54944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53376}, + {"Proto": "peerapi6", "Port": 53376} + ]}, + "Created": "2026-04-09T08:43:45.798323512Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7466169119741942, + "StableID": "nBMARwbSJ121CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "DiscoKey": "discokey:3a650c46ddc2753d2ddc1588dc1d58fc0f6054635c8a6cbcdf55d9f890a78839", + "Addresses": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "AllowedIPs": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "Endpoints": ["77.164.248.136:36697", "10.65.0.27:36697", "172.17.0.1:36697"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 48247}, + {"Proto": "peerapi6", "Port": 48247} + ]}, + "Created": "2026-04-09T08:43:50.082839838Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8585273314608865, + "StableID": "nrddvAaH3A21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "DiscoKey": "discokey:76fa504d4662e96afecc5595205583fc742d2aff08c1c821958e34ad549d864d", + "Addresses": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "AllowedIPs": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "Endpoints": ["77.164.248.136:40153", "10.65.0.27:40153", "172.17.0.1:40153"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63798}, + {"Proto": "peerapi6", "Port": 63798} + ]}, + "Created": "2026-04-09T08:43:47.396334144Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8786555195351903, + "StableID": "nA8BUXuScB21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "DiscoKey": "discokey:a4ef1bd999ced46620e83d74445c951d6bdb7979e16477800b14f1f34d372237", + "Addresses": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "AllowedIPs": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "Endpoints": ["77.164.248.136:44435", "10.65.0.27:44435", "172.17.0.1:44435"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 44657}, + {"Proto": "peerapi6", "Port": 44657} + ]}, + "Created": "2026-04-09T08:43:46.318744554Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16242,27 +16264,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8526880969323929": { - "ID": 8526880969323929, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4964675208291062": { + "ID": 4964675208291062, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16293,22 +16317,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6544274270692097, - "StableID": "ni3EVJzu6t11CNTRL", + "ID": 3620636143853089, + "StableID": "nLYHkNynGV11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "KeyExpiry": "2026-10-06T01:38:05Z", - "DiscoKey": "discokey:4f470754868216557667401e1c79319a37fd452a01d2ef5cb079ec679f8edd5f", - "Addresses": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "AllowedIPs": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "Endpoints": ["77.164.248.136:55900", "10.65.0.27:55900", "172.17.0.1:55900"], + "Key": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:edcde36a676af7ea808aa28b0c4e70e178629ee5b22dfeed035609ce9cbcbc35", + "Addresses": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "AllowedIPs": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "Endpoints": ["77.164.248.136:47367", "10.65.0.27:47367", "172.17.0.1:47367"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56273}, - {"Proto": "peerapi6", "Port": 56273}, + {"Proto": "peerapi4", "Port": 55015}, + {"Proto": "peerapi6", "Port": 55015}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:38:05.47644923Z", + "Created": "2026-04-09T08:43:51.152421153Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16335,300 +16359,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "MachineKey": "mkey:be4efe94a32f385235928b1e32de61a25a4097836c0887c0a189d62ccb5de953", + "NodeKey": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "MachineKey": "mkey:8ca3d8017076a02ce39fdf0650bb7ab1856e501faf3abcf900771229c9666304", "Peers": [{ - "ID": 213603306635446, - "StableID": "ndGvkozjf211CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "KeyExpiry": "2026-10-06T01:38:04Z", - "DiscoKey": "discokey:3ae091a151be4ffdcf0ac832fa0b6c3f3e71587358a10c551af2911774b0ce49", - "Addresses": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "AllowedIPs": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "Endpoints": ["77.164.248.136:43553", "10.65.0.27:43553", "172.17.0.1:43553"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46505}, - {"Proto": "peerapi6", "Port": 46505} - ]}, - "Created": "2026-04-09T01:38:04.944707686Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 727541794420069, - "StableID": "nLcL2nHWg611CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "DiscoKey": "discokey:ea37c5fb1f7f6d53c3bb7a2c2ceb9e887b7d6a1edfc46bbdcd83957a6d39b466", - "Addresses": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "AllowedIPs": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "Endpoints": ["77.164.248.136:38445", "10.65.0.27:38445", "172.17.0.1:38445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47277}, - {"Proto": "peerapi6", "Port": 47277} - ]}, - "Created": "2026-04-09T01:38:01.228968006Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 804302322338709, - "StableID": "nvBE2BfGH711CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "DiscoKey": "discokey:bced374c41152b5fb9942552511c91007d3bad9a2aa57c569262e927555f4f5c", - "Addresses": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "AllowedIPs": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "Endpoints": ["77.164.248.136:43744", "10.65.0.27:43744", "172.17.0.1:43744"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 47059}, - {"Proto": "peerapi6", "Port": 47059} - ]}, - "Created": "2026-04-09T01:38:01.773303251Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 856507649819634, - "StableID": "nKyR3D1vg711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "DiscoKey": "discokey:e25b3ec1882e1d193b13737f9f0018fa64211bfb08d1424c46183a24e9b5c419", - "Addresses": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "AllowedIPs": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "Endpoints": ["77.164.248.136:48387", "10.65.0.27:48387", "172.17.0.1:48387"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 63976}, - {"Proto": "peerapi6", "Port": 63976} - ]}, - "Created": "2026-04-09T01:37:58.83802033Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 964881401981990, - "StableID": "no1uQJozX811CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "DiscoKey": "discokey:997b772c1619ca68839cfff60a8a8f5eb426cd1702dec9981155b0f9096c6e66", - "Addresses": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "AllowedIPs": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 55864}, - {"Proto": "peerapi6", "Port": 55864} - ]}, - "Created": "2026-04-09T01:38:04.402307347Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1258195321844767, - "StableID": "n2i279fqpA11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "KeyExpiry": "2026-10-06T01:38:06Z", - "DiscoKey": "discokey:d315348cf6b00cdc178d2b8d6dd24555a6bcea5b7bb518ef2650d5e3f2225042", - "Addresses": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "AllowedIPs": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48452}, - {"Proto": "peerapi6", "Port": 48452} - ]}, - "Created": "2026-04-09T01:38:06.029681531Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2347977288447435, - "StableID": "nA8Ai9PQLK11CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "DiscoKey": "discokey:1160019ab42ea171e52af259d7735d5a83fdfbad884f9fdab2fb3598be383d70", - "Addresses": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "AllowedIPs": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "Endpoints": ["77.164.248.136:43879", "10.65.0.27:43879", "172.17.0.1:43879"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 62991}, - {"Proto": "peerapi6", "Port": 62991} - ]}, - "Created": "2026-04-09T01:38:02.864022026Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" - }, { - "ID": 2953857704887025, - "StableID": "nptUNKqo4Q11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "DiscoKey": "discokey:f15b8d8fe1a649e92c0c4b9fedffe79620a143339c445e49ef8dae31f4569d27", - "Addresses": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "AllowedIPs": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64668}, - {"Proto": "peerapi6", "Port": 64668} - ]}, - "Created": "2026-04-09T01:37:59.343109745Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3882289007662595, - "StableID": "n2EKLe9JKX11CNTRL", + "ID": 597611601403193, + "StableID": "n4etn7Fff511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "DiscoKey": "discokey:a8fe072e6f418a4326db8d0f1892f8af0e22f1a890e1e54318437eae1ab1e228", - "Addresses": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "AllowedIPs": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "Endpoints": ["77.164.248.136:51575", "10.65.0.27:51575", "172.17.0.1:51575"], + "Key": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "DiscoKey": "discokey:473816c9f07c70058dc6a494c58a54d78dd7c4ee0cc1b21a189f8803aa6f3808", + "Addresses": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "AllowedIPs": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "Endpoints": ["77.164.248.136:34358", "10.65.0.27:34358", "172.17.0.1:34358"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} + {"Proto": "peerapi4", "Port": 39560}, + {"Proto": "peerapi6", "Port": 39560} ]}, - "Created": "2026-04-09T01:38:03.843669908Z", + "Created": "2026-04-09T08:43:49.551238771Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4366869749802087, - "StableID": "nQmX9HGm6b11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "DiscoKey": "discokey:a0c674e2b68b0ac79d873888e8fcbae2f99ef171e77932d7a05066fe6a79d02c", - "Addresses": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "AllowedIPs": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "Endpoints": ["77.164.248.136:43048", "10.65.0.27:43048", "172.17.0.1:43048"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 43452}, - {"Proto": "peerapi6", "Port": 43452} + "ID": 964585586121332, + "StableID": "nBiHBc2sX811CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:e9787dbd396b225baaa93e22e795a028583d864ca03f140cebd39ed7404ed545", + "Addresses": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "AllowedIPs": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 57164}, + {"Proto": "peerapi6", "Port": 57164} ]}, - "Created": "2026-04-09T01:38:00.141563675Z", + "Created": "2026-04-09T08:43:51.694518194Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4807852966758328, - "StableID": "n3JJxP9VYe11CNTRL", + "ID": 1120377371037998, + "StableID": "n5A9jzQRk911CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "DiscoKey": "discokey:9b493dc233259aa506cfb89e3cdc4d38c0ef2dcc6f851289808edbffc049fd21", + "Addresses": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "AllowedIPs": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "Endpoints": ["77.164.248.136:44173", "10.65.0.27:44173", "172.17.0.1:44173"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57786}, + {"Proto": "peerapi6", "Port": 57786} + ]}, + "Created": "2026-04-09T08:43:47.9438249Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 1616820057920926, + "StableID": "nPyjy28GdD11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "DiscoKey": "discokey:d19d9566ca9c25774fe46320ac0dd8dc7ccb6f3a4a0934faf7ff2b226eee0629", - "Addresses": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "AllowedIPs": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "Endpoints": ["77.164.248.136:32912", "10.65.0.27:32912", "172.17.0.1:32912"], + "Key": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "DiscoKey": "discokey:28b7697506dd08888fe359ee7a142d29a0176d707317e5cdf544e3418020b77e", + "Addresses": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "AllowedIPs": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "Endpoints": ["77.164.248.136:44017", "10.65.0.27:44017", "172.17.0.1:44017"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61616}, - {"Proto": "peerapi6", "Port": 61616} + {"Proto": "peerapi4", "Port": 47551}, + {"Proto": "peerapi6", "Port": 47551} ]}, - "Created": "2026-04-09T01:37:57.670960917Z", + "Created": "2026-04-09T08:43:44.174041352Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5366695807364568, - "StableID": "noLQ7vzaui11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", + "ID": 2012809767904878, + "StableID": "n9tVem6ciG11CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "DiscoKey": "discokey:65f40d112a4f4c77bb973b20038db3f0bd1537695aa3a88607c1b77d3cfb9e60", - "Addresses": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "AllowedIPs": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "Endpoints": ["77.164.248.136:44514", "10.65.0.27:44514", "172.17.0.1:44514"], + "Key": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "DiscoKey": "discokey:410b77fa33bd615079f32cb88a248a09567a55d048922c57fa5f90a42f5ec40e", + "Addresses": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "AllowedIPs": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "Endpoints": ["77.164.248.136:34360", "10.65.0.27:34360", "172.17.0.1:34360"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45998}, - {"Proto": "peerapi6", "Port": 45998} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 52366}, + {"Proto": "peerapi6", "Port": 52366} ]}, - "Created": "2026-04-09T01:37:58.225363451Z", + "Created": "2026-04-09T08:43:49.011550275Z", "Cap": 131, - "Tags": ["tag:pidgeotto"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 7762718492142250, - "StableID": "nbyFyBTkc321CNTRL", + "ID": 4607571830193329, + "StableID": "nvXFkj6nyc11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "DiscoKey": "discokey:6c4736914170d1220ad22e6b7ae86ece45ee55f8ee816a24054ee36a305b7512", - "Addresses": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "AllowedIPs": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "Endpoints": ["77.164.248.136:36799", "10.65.0.27:36799", "172.17.0.1:36799"], + "Key": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "DiscoKey": "discokey:3d32d471dabb110a471ab6c454646bf28da954390e4b5028c48a206adc0a9d18", + "Addresses": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "AllowedIPs": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "Endpoints": ["77.164.248.136:50888", "10.65.0.27:50888", "172.17.0.1:50888"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52889}, - {"Proto": "peerapi6", "Port": 52889} + {"Proto": "peerapi4", "Port": 39137}, + {"Proto": "peerapi6", "Port": 39137} ]}, - "Created": "2026-04-09T01:38:00.68073652Z", + "Created": "2026-04-09T08:43:46.860257196Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8526880969323929, - "StableID": "neByKqhqa921CNTRL", + "ID": 4711992702521533, + "StableID": "na9LfN45od11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "DiscoKey": "discokey:e3d2941d20531e1d67ce25ac9ff578004034f1490a450b4abccf3c9a258bdd3c", + "Addresses": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "AllowedIPs": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "Endpoints": ["77.164.248.136:39656", "10.65.0.27:39656", "172.17.0.1:39656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50171}, + {"Proto": "peerapi6", "Port": 50171} + ]}, + "Created": "2026-04-09T08:43:44.709443577Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4964675208291062, + "StableID": "nR8fRkbWmf11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "DiscoKey": "discokey:341c8ecbead2187f29b7b78dca54341b2f8983376d2165da13a7723104d5bb12", - "Addresses": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "AllowedIPs": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "Endpoints": ["77.164.248.136:43808", "10.65.0.27:43808", "172.17.0.1:43808"], + "Key": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "DiscoKey": "discokey:8778db69241a602b0ff68d160d9f019e5615d7552978d891d715c1ff56c7827b", + "Addresses": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "AllowedIPs": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "Endpoints": ["77.164.248.136:36656", "10.65.0.27:36656", "172.17.0.1:36656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62442}, - {"Proto": "peerapi6", "Port": 62442} + {"Proto": "peerapi4", "Port": 45308}, + {"Proto": "peerapi6", "Port": 45308} ]}, - "Created": "2026-04-09T01:38:02.311732373Z", + "Created": "2026-04-09T08:43:48.481595838Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" + }, { + "ID": 5433272967851131, + "StableID": "nLZPoKsjRj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "DiscoKey": "discokey:09aa994bcb2f0ed88ba8ea517524cd2aab5150fe7b93c8463ab92d265f731b0f", + "Addresses": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "AllowedIPs": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "Endpoints": ["77.164.248.136:56968", "10.65.0.27:56968", "172.17.0.1:56968"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 57646}, + {"Proto": "peerapi6", "Port": 57646} + ]}, + "Created": "2026-04-09T08:43:45.268129027Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5647210389136962, + "StableID": "nP1E8Bed6m11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "KeyExpiry": "2026-10-06T08:43:50Z", + "DiscoKey": "discokey:74898e2a1d6fbd505b144216248f2c2bb17a57f2cfe540f1efe0c22d42855c0a", + "Addresses": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "AllowedIPs": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "Endpoints": ["77.164.248.136:48905", "10.65.0.27:48905", "172.17.0.1:48905"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45886}, + {"Proto": "peerapi6", "Port": 45886} + ]}, + "Created": "2026-04-09T08:43:50.610617415Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6149517065267152, + "StableID": "nXiV2NP82q11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "DiscoKey": "discokey:0a8fbfdacd60e03dded0cac4add277aa8b8460e5cb12cd54e45f3096de389b21", + "Addresses": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "AllowedIPs": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "Endpoints": ["77.164.248.136:54944", "10.65.0.27:54944", "172.17.0.1:54944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53376}, + {"Proto": "peerapi6", "Port": 53376} + ]}, + "Created": "2026-04-09T08:43:45.798323512Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7466169119741942, + "StableID": "nBMARwbSJ121CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "DiscoKey": "discokey:3a650c46ddc2753d2ddc1588dc1d58fc0f6054635c8a6cbcdf55d9f890a78839", + "Addresses": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "AllowedIPs": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "Endpoints": ["77.164.248.136:36697", "10.65.0.27:36697", "172.17.0.1:36697"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 48247}, + {"Proto": "peerapi6", "Port": 48247} + ]}, + "Created": "2026-04-09T08:43:50.082839838Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8585273314608865, + "StableID": "nrddvAaH3A21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "DiscoKey": "discokey:76fa504d4662e96afecc5595205583fc742d2aff08c1c821958e34ad549d864d", + "Addresses": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "AllowedIPs": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "Endpoints": ["77.164.248.136:40153", "10.65.0.27:40153", "172.17.0.1:40153"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63798}, + {"Proto": "peerapi6", "Port": 63798} + ]}, + "Created": "2026-04-09T08:43:47.396334144Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8786555195351903, + "StableID": "nA8BUXuScB21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "DiscoKey": "discokey:a4ef1bd999ced46620e83d74445c951d6bdb7979e16477800b14f1f34d372237", + "Addresses": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "AllowedIPs": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "Endpoints": ["77.164.248.136:44435", "10.65.0.27:44435", "172.17.0.1:44435"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 44657}, + {"Proto": "peerapi6", "Port": 44657} + ]}, + "Created": "2026-04-09T08:43:46.318744554Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17476,23 +17500,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17523,21 +17548,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2347977288447435, - "StableID": "nA8Ai9PQLK11CNTRL", + "ID": 2012809767904878, + "StableID": "n9tVem6ciG11CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 2347977288447435, - "Key": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "DiscoKey": "discokey:1160019ab42ea171e52af259d7735d5a83fdfbad884f9fdab2fb3598be383d70", - "Addresses": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "AllowedIPs": ["100.103.137.3/32", "fd7a:115c:a1e0::7637:8904/128"], - "Endpoints": ["77.164.248.136:43879", "10.65.0.27:43879", "172.17.0.1:43879"], + "User": 2012809767904878, + "Key": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "DiscoKey": "discokey:410b77fa33bd615079f32cb88a248a09567a55d048922c57fa5f90a42f5ec40e", + "Addresses": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "AllowedIPs": ["100.117.110.120/32", "fd7a:115c:a1e0::8237:6e78/128"], + "Endpoints": ["77.164.248.136:34360", "10.65.0.27:34360", "172.17.0.1:34360"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 62991}, - {"Proto": "peerapi6", "Port": 62991}, + {"Proto": "peerapi4", "Port": 52366}, + {"Proto": "peerapi6", "Port": 52366}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:38:02.864022026Z", + "Created": "2026-04-09T08:43:49.011550275Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17565,300 +17590,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:28ff0d982c477298f0d84ea55433c6445b6dcf2e7564957fe517d9a976678902", - "MachineKey": "mkey:9cbeabc1e339818a6d10a45f6cec7c83bbccaa2f66e03f3d069e97c86c6a4a7c", + "NodeKey": "nodekey:55fd7b621a6a35f947990ba5255ac04530380495dca10c51a51ff4ad82356e77", + "MachineKey": "mkey:37d2a6dfa4aa0ea529a31931be98c393603264f05e0dd9188335c6cf67191e28", "Peers": [{ - "ID": 213603306635446, - "StableID": "ndGvkozjf211CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:f0a2670e516ed34cb6150f4b2d79f482c16ba3324edae5af96aa2f341621ab49", - "KeyExpiry": "2026-10-06T01:38:04Z", - "DiscoKey": "discokey:3ae091a151be4ffdcf0ac832fa0b6c3f3e71587358a10c551af2911774b0ce49", - "Addresses": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "AllowedIPs": ["100.97.171.74/32", "fd7a:115c:a1e0::1637:ab4a/128"], - "Endpoints": ["77.164.248.136:43553", "10.65.0.27:43553", "172.17.0.1:43553"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 46505}, - {"Proto": "peerapi6", "Port": 46505} - ]}, - "Created": "2026-04-09T01:38:04.944707686Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 727541794420069, - "StableID": "nLcL2nHWg611CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:0239291c2c4b65301732a75e49fb98b54025860c577f0dc421b52cc365856f68", - "DiscoKey": "discokey:ea37c5fb1f7f6d53c3bb7a2c2ceb9e887b7d6a1edfc46bbdcd83957a6d39b466", - "Addresses": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "AllowedIPs": ["100.69.111.105/32", "fd7a:115c:a1e0::6537:6f69/128"], - "Endpoints": ["77.164.248.136:38445", "10.65.0.27:38445", "172.17.0.1:38445"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 47277}, - {"Proto": "peerapi6", "Port": 47277} - ]}, - "Created": "2026-04-09T01:38:01.228968006Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 804302322338709, - "StableID": "nvBE2BfGH711CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:c4756cb6c9aedd43d3792bfea9bbed9bdbee298a5c590aaf1cabe97e759a817e", - "DiscoKey": "discokey:bced374c41152b5fb9942552511c91007d3bad9a2aa57c569262e927555f4f5c", - "Addresses": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "AllowedIPs": ["100.90.129.127/32", "fd7a:115c:a1e0::7537:817f/128"], - "Endpoints": ["77.164.248.136:43744", "10.65.0.27:43744", "172.17.0.1:43744"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 47059}, - {"Proto": "peerapi6", "Port": 47059} - ]}, - "Created": "2026-04-09T01:38:01.773303251Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 856507649819634, - "StableID": "nKyR3D1vg711CNTRL", - "Name": "charmander.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:32a28957176180fc2184b823c5e2d8fb3f1390db0e336bc207783ad9d0121148", - "DiscoKey": "discokey:e25b3ec1882e1d193b13737f9f0018fa64211bfb08d1424c46183a24e9b5c419", - "Addresses": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "AllowedIPs": ["100.82.17.73/32", "fd7a:115c:a1e0::d037:1149/128"], - "Endpoints": ["77.164.248.136:48387", "10.65.0.27:48387", "172.17.0.1:48387"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 63976}, - {"Proto": "peerapi6", "Port": 63976} - ]}, - "Created": "2026-04-09T01:37:58.83802033Z", - "Cap": 131, - "Tags": ["tag:exit"], - "Online": true, - "ComputedName": "charmander", - "ComputedNameWithHost": "charmander" - }, { - "ID": 964881401981990, - "StableID": "no1uQJozX811CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:ee0a9af52c7e916fdc594f34ff2e993f7adc2af3870d1bc92d8880d3f5c60776", - "DiscoKey": "discokey:997b772c1619ca68839cfff60a8a8f5eb426cd1702dec9981155b0f9096c6e66", - "Addresses": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "AllowedIPs": ["100.70.7.119/32", "fd7a:115c:a1e0::f537:777/128"], - "Endpoints": ["77.164.248.136:36379", "10.65.0.27:36379", "172.17.0.1:36379"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 55864}, - {"Proto": "peerapi6", "Port": 55864} - ]}, - "Created": "2026-04-09T01:38:04.402307347Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1258195321844767, - "StableID": "n2i279fqpA11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:e1dfb32811d4875d3b67a20a082a61ca4b257d29313245ab6ec339484cb53f23", - "KeyExpiry": "2026-10-06T01:38:06Z", - "DiscoKey": "discokey:d315348cf6b00cdc178d2b8d6dd24555a6bcea5b7bb518ef2650d5e3f2225042", - "Addresses": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "AllowedIPs": ["100.117.63.36/32", "fd7a:115c:a1e0::4c37:3f24/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 48452}, - {"Proto": "peerapi6", "Port": 48452} - ]}, - "Created": "2026-04-09T01:38:06.029681531Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2953857704887025, - "StableID": "nptUNKqo4Q11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55ff54f1fb213f6f128a1df0120aedf73c8b4d7197c7499369d7315a0fa83108", - "DiscoKey": "discokey:f15b8d8fe1a649e92c0c4b9fedffe79620a143339c445e49ef8dae31f4569d27", - "Addresses": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "AllowedIPs": ["100.104.49.9/32", "fd7a:115c:a1e0::f37:3109/128"], - "Endpoints": ["77.164.248.136:39428", "10.65.0.27:39428", "172.17.0.1:39428"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 64668}, - {"Proto": "peerapi6", "Port": 64668} - ]}, - "Created": "2026-04-09T01:37:59.343109745Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 3882289007662595, - "StableID": "n2EKLe9JKX11CNTRL", + "ID": 597611601403193, + "StableID": "n4etn7Fff511CNTRL", "Name": "kakuna.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a9591553fc916abb546fa40d6dc5470ba4ba40abc36103d8c169c2a1f7d74e69", - "DiscoKey": "discokey:a8fe072e6f418a4326db8d0f1892f8af0e22f1a890e1e54318437eae1ab1e228", - "Addresses": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "AllowedIPs": ["100.87.78.106/32", "fd7a:115c:a1e0::f737:4e6a/128"], - "Endpoints": ["77.164.248.136:51575", "10.65.0.27:51575", "172.17.0.1:51575"], + "Key": "nodekey:d53a2c085393145a23d156b17dc769d31e50a98b1409f90db8e9c410a8199527", + "DiscoKey": "discokey:473816c9f07c70058dc6a494c58a54d78dd7c4ee0cc1b21a189f8803aa6f3808", + "Addresses": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "AllowedIPs": ["100.89.149.40/32", "fd7a:115c:a1e0::a837:9528/128"], + "Endpoints": ["77.164.248.136:34358", "10.65.0.27:34358", "172.17.0.1:34358"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35818}, - {"Proto": "peerapi6", "Port": 35818} + {"Proto": "peerapi4", "Port": 39560}, + {"Proto": "peerapi6", "Port": 39560} ]}, - "Created": "2026-04-09T01:38:03.843669908Z", + "Created": "2026-04-09T08:43:49.551238771Z", "Cap": 131, "Tags": ["tag:prod"], "Online": true, "ComputedName": "kakuna", "ComputedNameWithHost": "kakuna" }, { - "ID": 4366869749802087, - "StableID": "nQmX9HGm6b11CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e827765b1c418bda7d7c25c6d2affa6066ad71a20ebb56bd170dcafc4aa8141d", - "DiscoKey": "discokey:a0c674e2b68b0ac79d873888e8fcbae2f99ef171e77932d7a05066fe6a79d02c", - "Addresses": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "AllowedIPs": ["100.104.20.30/32", "fd7a:115c:a1e0::4a37:141e/128"], - "Endpoints": ["77.164.248.136:43048", "10.65.0.27:43048", "172.17.0.1:43048"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 43452}, - {"Proto": "peerapi6", "Port": 43452} + "ID": 964585586121332, + "StableID": "nBiHBc2sX811CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:1d78fcf185bdbe8d49463e89c5c1d01665074402e5f06b2733805f1a69b9b327", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:e9787dbd396b225baaa93e22e795a028583d864ca03f140cebd39ed7404ed545", + "Addresses": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "AllowedIPs": ["100.121.179.40/32", "fd7a:115c:a1e0::6937:b328/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 57164}, + {"Proto": "peerapi6", "Port": 57164} ]}, - "Created": "2026-04-09T01:38:00.141563675Z", + "Created": "2026-04-09T08:43:51.694518194Z", "Cap": 131, - "Tags": ["tag:group-b"], "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 4807852966758328, - "StableID": "n3JJxP9VYe11CNTRL", + "ID": 1120377371037998, + "StableID": "n5A9jzQRk911CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:252fea9187b8f58b8ff6c5a73c1e82f6fd2efb8710397ddf78a414205b802a2a", + "DiscoKey": "discokey:9b493dc233259aa506cfb89e3cdc4d38c0ef2dcc6f851289808edbffc049fd21", + "Addresses": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "AllowedIPs": ["100.64.42.43/32", "fd7a:115c:a1e0::5b37:2a2b/128"], + "Endpoints": ["77.164.248.136:44173", "10.65.0.27:44173", "172.17.0.1:44173"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 57786}, + {"Proto": "peerapi6", "Port": 57786} + ]}, + "Created": "2026-04-09T08:43:47.9438249Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 1616820057920926, + "StableID": "nPyjy28GdD11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d5c8631ac1524b9420efbd48171a2f1aa9424ac1c557cee1bb2f56795e238e09", - "DiscoKey": "discokey:d19d9566ca9c25774fe46320ac0dd8dc7ccb6f3a4a0934faf7ff2b226eee0629", - "Addresses": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "AllowedIPs": ["100.99.142.10/32", "fd7a:115c:a1e0::5e37:8e0a/128"], - "Endpoints": ["77.164.248.136:32912", "10.65.0.27:32912", "172.17.0.1:32912"], + "Key": "nodekey:bd126b82d1f319c8d6d5bd41223ddebc9643a237a4e7637847d94a1bdbc8f428", + "DiscoKey": "discokey:28b7697506dd08888fe359ee7a142d29a0176d707317e5cdf544e3418020b77e", + "Addresses": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "AllowedIPs": ["100.72.244.41/32", "fd7a:115c:a1e0::db37:f429/128"], + "Endpoints": ["77.164.248.136:44017", "10.65.0.27:44017", "172.17.0.1:44017"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 61616}, - {"Proto": "peerapi6", "Port": 61616} + {"Proto": "peerapi4", "Port": 47551}, + {"Proto": "peerapi6", "Port": 47551} ]}, - "Created": "2026-04-09T01:37:57.670960917Z", + "Created": "2026-04-09T08:43:44.174041352Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 5366695807364568, - "StableID": "noLQ7vzaui11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9c5d89576a740d7eeedf772a6d19b25b7e8fbc8c103ec8d732543d5c48d25407", - "DiscoKey": "discokey:65f40d112a4f4c77bb973b20038db3f0bd1537695aa3a88607c1b77d3cfb9e60", - "Addresses": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "AllowedIPs": ["100.82.84.8/32", "fd7a:115c:a1e0::4837:5408/128"], - "Endpoints": ["77.164.248.136:44514", "10.65.0.27:44514", "172.17.0.1:44514"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 45998}, - {"Proto": "peerapi6", "Port": 45998} - ]}, - "Created": "2026-04-09T01:37:58.225363451Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 6544274270692097, - "StableID": "ni3EVJzu6t11CNTRL", + "ID": 3620636143853089, + "StableID": "nLYHkNynGV11CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:6515efa7156d5c476cf936aa640ac89a046a2b6dba6d24f766e29adb30201802", - "KeyExpiry": "2026-10-06T01:38:05Z", - "DiscoKey": "discokey:4f470754868216557667401e1c79319a37fd452a01d2ef5cb079ec679f8edd5f", - "Addresses": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "AllowedIPs": ["100.96.24.3/32", "fd7a:115c:a1e0::3037:1803/128"], - "Endpoints": ["77.164.248.136:55900", "10.65.0.27:55900", "172.17.0.1:55900"], + "Key": "nodekey:a5d4fa03076ef29a5e0819ba39ad498d6b05826e75ea6417ab4929479445840e", + "KeyExpiry": "2026-10-06T08:43:51Z", + "DiscoKey": "discokey:edcde36a676af7ea808aa28b0c4e70e178629ee5b22dfeed035609ce9cbcbc35", + "Addresses": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "AllowedIPs": ["100.69.132.15/32", "fd7a:115c:a1e0::9437:840f/128"], + "Endpoints": ["77.164.248.136:47367", "10.65.0.27:47367", "172.17.0.1:47367"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 56273}, - {"Proto": "peerapi6", "Port": 56273} + {"Proto": "peerapi4", "Port": 55015}, + {"Proto": "peerapi6", "Port": 55015} ]}, - "Created": "2026-04-09T01:38:05.47644923Z", + "Created": "2026-04-09T08:43:51.152421153Z", "Cap": 131, "Online": true, "ComputedName": "venusaur", "ComputedNameWithHost": "venusaur" }, { - "ID": 7762718492142250, - "StableID": "nbyFyBTkc321CNTRL", + "ID": 4607571830193329, + "StableID": "nvXFkj6nyc11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:b511dd9d76f35c0a537b96f9c87420b26322c1f49ad4d06068c2962fb82b5678", - "DiscoKey": "discokey:6c4736914170d1220ad22e6b7ae86ece45ee55f8ee816a24054ee36a305b7512", - "Addresses": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "AllowedIPs": ["100.107.86.121/32", "fd7a:115c:a1e0::b837:567a/128"], - "Endpoints": ["77.164.248.136:36799", "10.65.0.27:36799", "172.17.0.1:36799"], + "Key": "nodekey:930632912bb3fc3bb1ec035e18363ea27433f2129f96f6e2e13b3b526453af6f", + "DiscoKey": "discokey:3d32d471dabb110a471ab6c454646bf28da954390e4b5028c48a206adc0a9d18", + "Addresses": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "AllowedIPs": ["100.83.175.112/32", "fd7a:115c:a1e0::6437:af70/128"], + "Endpoints": ["77.164.248.136:50888", "10.65.0.27:50888", "172.17.0.1:50888"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 52889}, - {"Proto": "peerapi6", "Port": 52889} + {"Proto": "peerapi4", "Port": 39137}, + {"Proto": "peerapi6", "Port": 39137} ]}, - "Created": "2026-04-09T01:38:00.68073652Z", + "Created": "2026-04-09T08:43:46.860257196Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8526880969323929, - "StableID": "neByKqhqa921CNTRL", + "ID": 4711992702521533, + "StableID": "na9LfN45od11CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:59fbfc6bf873447e635384d483fe0d63fc116735e11227af1f51e4e8a0321116", + "DiscoKey": "discokey:e3d2941d20531e1d67ce25ac9ff578004034f1490a450b4abccf3c9a258bdd3c", + "Addresses": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "AllowedIPs": ["100.114.17.23/32", "fd7a:115c:a1e0::a037:1117/128"], + "Endpoints": ["77.164.248.136:39656", "10.65.0.27:39656", "172.17.0.1:39656"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 50171}, + {"Proto": "peerapi6", "Port": 50171} + ]}, + "Created": "2026-04-09T08:43:44.709443577Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 4964675208291062, + "StableID": "nR8fRkbWmf11CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:a6221d3305ac5d52714cd9da5164c8d56e4343a33b6c63491e0316e607a2e335", - "DiscoKey": "discokey:341c8ecbead2187f29b7b78dca54341b2f8983376d2165da13a7723104d5bb12", - "Addresses": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "AllowedIPs": ["100.98.227.54/32", "fd7a:115c:a1e0::737:e336/128"], - "Endpoints": ["77.164.248.136:43808", "10.65.0.27:43808", "172.17.0.1:43808"], + "Key": "nodekey:353419f8da4499b600b6ca7a8735c89030f47167867f5747b08f0b51cd39bf69", + "DiscoKey": "discokey:8778db69241a602b0ff68d160d9f019e5615d7552978d891d715c1ff56c7827b", + "Addresses": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "AllowedIPs": ["100.121.191.106/32", "fd7a:115c:a1e0::cd37:bf6a/128"], + "Endpoints": ["77.164.248.136:36656", "10.65.0.27:36656", "172.17.0.1:36656"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 62442}, - {"Proto": "peerapi6", "Port": 62442} + {"Proto": "peerapi4", "Port": 45308}, + {"Proto": "peerapi6", "Port": 45308} ]}, - "Created": "2026-04-09T01:38:02.311732373Z", + "Created": "2026-04-09T08:43:48.481595838Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" + }, { + "ID": 5433272967851131, + "StableID": "nLZPoKsjRj11CNTRL", + "Name": "charmander.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c9537012d227e15da958a509b318a9282dd6dae1cf8bdc7c50a157dbb827d072", + "DiscoKey": "discokey:09aa994bcb2f0ed88ba8ea517524cd2aab5150fe7b93c8463ab92d265f731b0f", + "Addresses": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "AllowedIPs": ["100.103.208.115/32", "fd7a:115c:a1e0::b837:d073/128"], + "Endpoints": ["77.164.248.136:56968", "10.65.0.27:56968", "172.17.0.1:56968"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ + {"Proto": "peerapi4", "Port": 57646}, + {"Proto": "peerapi6", "Port": 57646} + ]}, + "Created": "2026-04-09T08:43:45.268129027Z", + "Cap": 131, + "Tags": ["tag:exit"], + "Online": true, + "ComputedName": "charmander", + "ComputedNameWithHost": "charmander" + }, { + "ID": 5647210389136962, + "StableID": "nP1E8Bed6m11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:3843f50af49c4e9f441cbb2fe624d37881a0069623504f32934ac3a644f4c459", + "KeyExpiry": "2026-10-06T08:43:50Z", + "DiscoKey": "discokey:74898e2a1d6fbd505b144216248f2c2bb17a57f2cfe540f1efe0c22d42855c0a", + "Addresses": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "AllowedIPs": ["100.116.196.90/32", "fd7a:115c:a1e0::4437:c45a/128"], + "Endpoints": ["77.164.248.136:48905", "10.65.0.27:48905", "172.17.0.1:48905"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 45886}, + {"Proto": "peerapi6", "Port": 45886} + ]}, + "Created": "2026-04-09T08:43:50.610617415Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6149517065267152, + "StableID": "nXiV2NP82q11CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:28e28e2e38e764bedd51e56932eba0fd43084ede34676f11f79437166ece3806", + "DiscoKey": "discokey:0a8fbfdacd60e03dded0cac4add277aa8b8460e5cb12cd54e45f3096de389b21", + "Addresses": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "AllowedIPs": ["100.78.56.7/32", "fd7a:115c:a1e0::6e37:3807/128"], + "Endpoints": ["77.164.248.136:54944", "10.65.0.27:54944", "172.17.0.1:54944"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 53376}, + {"Proto": "peerapi6", "Port": 53376} + ]}, + "Created": "2026-04-09T08:43:45.798323512Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 7466169119741942, + "StableID": "nBMARwbSJ121CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:e37bbec42923b9f52a63f454fefa75acf8be814c0a93222e82d3b7fcb8621f33", + "DiscoKey": "discokey:3a650c46ddc2753d2ddc1588dc1d58fc0f6054635c8a6cbcdf55d9f890a78839", + "Addresses": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "AllowedIPs": ["100.98.31.52/32", "fd7a:115c:a1e0::b837:1f34/128"], + "Endpoints": ["77.164.248.136:36697", "10.65.0.27:36697", "172.17.0.1:36697"], + "HomeDERP": 18, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 48247}, + {"Proto": "peerapi6", "Port": 48247} + ]}, + "Created": "2026-04-09T08:43:50.082839838Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8585273314608865, + "StableID": "nrddvAaH3A21CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:9391b70854dbbe0b809e25a88bc25bfb838439321df0e577eabb36e16eb2995c", + "DiscoKey": "discokey:76fa504d4662e96afecc5595205583fc742d2aff08c1c821958e34ad549d864d", + "Addresses": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "AllowedIPs": ["100.114.153.93/32", "fd7a:115c:a1e0::6e37:995e/128"], + "Endpoints": ["77.164.248.136:40153", "10.65.0.27:40153", "172.17.0.1:40153"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 63798}, + {"Proto": "peerapi6", "Port": 63798} + ]}, + "Created": "2026-04-09T08:43:47.396334144Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 8786555195351903, + "StableID": "nA8BUXuScB21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:15266195357159f6315af19ce9a20bde15e9e9037027a45b70c3b78521defe59", + "DiscoKey": "discokey:a4ef1bd999ced46620e83d74445c951d6bdb7979e16477800b14f1f34d372237", + "Addresses": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "AllowedIPs": ["100.94.254.90/32", "fd7a:115c:a1e0::2137:fe5a/128"], + "Endpoints": ["77.164.248.136:44435", "10.65.0.27:44435", "172.17.0.1:44435"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 44657}, + {"Proto": "peerapi6", "Port": 44657} + ]}, + "Created": "2026-04-09T08:43:46.318744554Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18706,27 +18731,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2347977288447435": { - "ID": 2347977288447435, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2012809767904878": { + "ID": 2012809767904878, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }} diff --git a/hscontrol/policy/v2/testdata/ssh_results/ssh-g2.hujson b/hscontrol/policy/v2/testdata/ssh_results/ssh-g2.hujson index e88ae0f0..af27a5e8 100644 --- a/hscontrol/policy/v2/testdata/ssh_results/ssh-g2.hujson +++ b/hscontrol/policy/v2/testdata/ssh_results/ssh-g2.hujson @@ -3,7 +3,7 @@ // ssh g2 // // Nodes with filter rules: 15 of 15 -// Captured at: 2026-04-09T01:38:18Z +// Captured at: 2026-04-09T08:44:04Z // tscap version: tscap/dev // schema version: 1 { @@ -11,7 +11,7 @@ "test_id": "ssh-g2", "description": "ssh g2", "category": "ssh", - "captured_at": "2026-04-09T01:38:18.921173179Z", + "captured_at": "2026-04-09T08:44:04.455984897Z", "tool_version": "tscap/dev", "tailnet": "odin@example.com", "input": { @@ -19,7 +19,7 @@ "grants": [{"dst": ["*"], "ip": ["*"], "src": ["*"]}], "groups": { "group:admins": ["odin@example.com"], - "group:developers": ["thor@example.com", "odin@example.com"], + "group:developers": ["thor@dalby.cc", "odin@example.com"], "group:empty": [] }, "ssh": [{ @@ -36,119 +36,119 @@ "dns": {"magic_dns": false, "nameservers": [], "search_paths": [], "split_dns": {}}, "settings": {} }, - "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh g2\",\n\t\"id\": \"ssh-g2\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@example.com\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"acceptEnv\": [\"GIT_*\", \"CUSTOM_VAR_?\"],\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", + "scenario_hujson": " \n{\n\t\"category\": \"ssh\",\n\t\"description\": \"ssh g2\",\n\t\"id\": \"ssh-g2\",\n\t\"policy\": {\"grants\": [{\"dst\": [\"*\"], \"ip\": [\"*\"], \"src\": [\"*\"]}], \"groups\": {\n\t\t\"group:admins\": [\"odin@example.com\"],\n\t\t\"group:developers\": [\"thor@dalby.cc\", \"odin@example.com\"],\n\t\t\"group:empty\": []\n\t}, \"ssh\": [{\n\t\t\"acceptEnv\": [\"GIT_*\", \"CUSTOM_VAR_?\"],\n\t\t\"action\": \"accept\",\n\t\t\"dst\": [\"tag:server\"],\n\t\t\"src\": [\"autogroup:member\"],\n\t\t\"users\": [\"root\"]\n\t}], \"tagOwners\": {\n\t\t\"tag:prod\": [\"odin@example.com\"],\n\t\t\"tag:server\": [\"odin@example.com\"]\n\t}},\n\t\"tailnet\": {\n\t\t\"dns\": {\"magic_dns\": false, \"nameservers\": [], \"search_paths\": [], \"split_dns\": {}},\n\t\t\"settings\": {}\n\t},\n\t\"topology\": \"../_topologies/grant.hujson\"\n}\n", "scenario_path": "scenarios/ssh/ssh-g2.hujson" }, "topology": {"users": [ {"id": 1, "name": "odin", "email": "odin@example.com"}, - {"id": 2, "name": "thor", "email": "thor@example.com"}, + {"id": 2, "name": "thor", "email": "thor@dalby.cc"}, {"id": 3, "name": "freya", "email": "freya@example.com"} ], "nodes": {"beedrill": { "hostname": "beedrill", "tags": ["tag:server"], - "ipv4": "100.122.194.31", - "ipv6": "fd7a:115c:a1e0::6537:c21f", + "ipv4": "100.71.206.92", + "ipv6": "fd7a:115c:a1e0::6037:ce5c", "routable_ips": [], "approved_routes": [] }, "blastoise": { "hostname": "blastoise", "tags": ["tag:exit", "tag:router"], - "ipv4": "100.89.92.115", - "ipv6": "fd7a:115c:a1e0::7137:5c73", + "ipv4": "100.121.244.3", + "ipv6": "fd7a:115c:a1e0::7637:f403", "routable_ips": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "approved_routes": [] }, "bulbasaur": { "hostname": "bulbasaur", "tags": [], - "ipv4": "100.99.158.84", - "ipv6": "fd7a:115c:a1e0::9137:9e54", + "ipv4": "100.69.29.57", + "ipv6": "fd7a:115c:a1e0::8737:1d39", "user": "odin", "routable_ips": [], "approved_routes": [] }, "charmander": { "hostname": "charmander", "tags": ["tag:exit"], - "ipv4": "100.76.102.94", - "ipv6": "fd7a:115c:a1e0::3337:665e", + "ipv4": "100.118.98.99", + "ipv6": "fd7a:115c:a1e0::5137:6263", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "fearow": { "hostname": "fearow", "tags": ["tag:fearow"], - "ipv4": "100.98.12.29", - "ipv6": "fd7a:115c:a1e0::9437:c1d", + "ipv4": "100.122.59.21", + "ipv6": "fd7a:115c:a1e0::9037:3b15", "routable_ips": ["10.55.0.0/16"], "approved_routes": [] }, "ivysaur": { "hostname": "ivysaur", "tags": [], - "ipv4": "100.110.52.50", - "ipv6": "fd7a:115c:a1e0::3d37:3432", + "ipv4": "100.110.174.78", + "ipv6": "fd7a:115c:a1e0::c637:ae4f", "user": "thor", "routable_ips": [], "approved_routes": [] }, "kakuna": { "hostname": "kakuna", "tags": ["tag:prod"], - "ipv4": "100.97.59.15", - "ipv6": "fd7a:115c:a1e0::c237:3b10", + "ipv4": "100.65.79.128", + "ipv6": "fd7a:115c:a1e0::ea37:4f80", "routable_ips": [], "approved_routes": [] }, "pidgeotto": { "hostname": "pidgeotto", "tags": ["tag:pidgeotto"], - "ipv4": "100.76.108.41", - "ipv6": "fd7a:115c:a1e0::3737:6c29", + "ipv4": "100.114.176.97", + "ipv6": "fd7a:115c:a1e0::e437:b062", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "pidgey": { "hostname": "pidgey", "tags": ["tag:pidgey"], - "ipv4": "100.95.169.42", - "ipv6": "fd7a:115c:a1e0::6b37:a92b", + "ipv4": "100.117.116.36", + "ipv6": "fd7a:115c:a1e0::5e37:7424", "routable_ips": ["0.0.0.0/0", "::/0"], "approved_routes": [] }, "raticate": { "hostname": "raticate", "tags": ["tag:group-b"], - "ipv4": "100.89.60.20", - "ipv6": "fd7a:115c:a1e0::d137:3c14", + "ipv4": "100.65.218.127", + "ipv6": "fd7a:115c:a1e0::5337:da7f", "routable_ips": [], "approved_routes": [] }, "rattata": { "hostname": "rattata", "tags": ["tag:group-a"], - "ipv4": "100.65.101.119", - "ipv6": "fd7a:115c:a1e0::9f37:6577", + "ipv4": "100.88.220.70", + "ipv6": "fd7a:115c:a1e0::6337:dc46", "routable_ips": [], "approved_routes": [] }, "spearow": { "hostname": "spearow", "tags": ["tag:spearow"], - "ipv4": "100.91.135.65", - "ipv6": "fd7a:115c:a1e0::3f37:8741", + "ipv4": "100.115.32.83", + "ipv6": "fd7a:115c:a1e0::5837:2053", "routable_ips": ["10.44.0.0/16"], "approved_routes": [] }, "squirtle": { "hostname": "squirtle", "tags": ["tag:router"], - "ipv4": "100.97.203.24", - "ipv6": "fd7a:115c:a1e0::9d37:cb18", + "ipv4": "100.82.59.92", + "ipv6": "fd7a:115c:a1e0::ad37:3b5c", "routable_ips": ["10.33.0.0/16"], "approved_routes": [] }, "venusaur": { "hostname": "venusaur", "tags": [], - "ipv4": "100.93.197.88", - "ipv6": "fd7a:115c:a1e0::7837:c558", + "ipv4": "100.70.195.115", + "ipv6": "fd7a:115c:a1e0::a737:c373", "user": "freya", "routable_ips": [], "approved_routes": [] }, "weedle": { "hostname": "weedle", "tags": ["tag:client"], - "ipv4": "100.71.69.70", - "ipv6": "fd7a:115c:a1e0::d637:4546", + "ipv4": "100.99.209.122", + "ipv6": "fd7a:115c:a1e0::e137:d17c", "routable_ips": [], "approved_routes": [] }}}, @@ -180,21 +180,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 596373073758012, - "StableID": "n9PyL9i6f511CNTRL", + "ID": 8403990126998910, + "StableID": "nDcpQ4aBd821CNTRL", "Name": "beedrill.tail78f774.ts.net.", - "User": 596373073758012, - "Key": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "DiscoKey": "discokey:0b24884fbad4b0a88f03df3fb8d3af66ac34826be2b7a738e69a0fcc7cce7060", - "Addresses": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "AllowedIPs": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "Endpoints": ["77.164.248.136:45289", "10.65.0.27:45289", "172.17.0.1:45289"], + "User": 8403990126998910, + "Key": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "DiscoKey": "discokey:03716f95ed24379a9e64c329bbf1df54d09f20f02bbc1645784c6da55857b04e", + "Addresses": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "AllowedIPs": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "Endpoints": ["77.164.248.136:60672", "10.65.0.27:60672", "172.17.0.1:60672"], "Hostinfo": {"Hostname": "beedrill", "RequestTags": ["tag:server"], "Services": [ - {"Proto": "peerapi4", "Port": 36013}, - {"Proto": "peerapi6", "Port": 36013}, + {"Proto": "peerapi4", "Port": 42312}, + {"Proto": "peerapi6", "Port": 42312}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:38:27.664536195Z", + "Created": "2026-04-09T08:44:13.081976427Z", "Tags": ["tag:server"], "MachineAuthorized": true, "CapMap": { @@ -222,302 +222,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "MachineKey": "mkey:9448a72247be5c1434b0b46752977650fea3ed570a8f4762d7f929380b102e22", + "NodeKey": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "MachineKey": "mkey:d129ca93077389a9586275ba8d2fe047feeba2c25f96adf4fc90bbda0b33061b", "Peers": [{ - "ID": 814973621572786, - "StableID": "nqz9CZy6N711CNTRL", + "ID": 576694406056759, + "StableID": "ncHEsUnBW511CNTRL", + "Name": "weedle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "DiscoKey": "discokey:e6f63dcf41e6cada86cac07e14d3ddef9a5613c2dc6cf7395650c06296405b0a", + "Addresses": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "AllowedIPs": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "Endpoints": ["77.164.248.136:39792", "10.65.0.27:39792", "172.17.0.1:39792"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 49175}, + {"Proto": "peerapi6", "Port": 49175} + ]}, + "Created": "2026-04-09T08:44:11.999688828Z", + "Cap": 131, + "Tags": ["tag:client"], + "Online": true, + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" + }, { + "ID": 689764973387744, + "StableID": "n1P8iTxPP611CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "DiscoKey": "discokey:f434973e2f56c928d2cf73aa6f4d65fd0a449bd3c5e3df9f28e3c82fbb78bf3a", - "Addresses": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "AllowedIPs": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "Endpoints": ["77.164.248.136:60992", "10.65.0.27:60992", "172.17.0.1:60992"], + "Key": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "DiscoKey": "discokey:2e4806adef72d5992993438e3891247aae5d38e00992cd8bf3943873c743b610", + "Addresses": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "AllowedIPs": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "Endpoints": ["77.164.248.136:33753", "10.65.0.27:33753", "172.17.0.1:33753"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 40292}, - {"Proto": "peerapi6", "Port": 40292} + {"Proto": "peerapi4", "Port": 62519}, + {"Proto": "peerapi6", "Port": 62519} ]}, - "Created": "2026-04-09T01:38:22.84211813Z", + "Created": "2026-04-09T08:44:08.250741517Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 1760564828654121, - "StableID": "nxLx844NkE11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "KeyExpiry": "2026-10-06T01:38:29Z", - "DiscoKey": "discokey:8f349be3ec03bbb32aea9e767211bd02c5c958415843567d8c659a6ae7eae76a", - "Addresses": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "AllowedIPs": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "Endpoints": ["77.164.248.136:33831", "10.65.0.27:33831", "172.17.0.1:33831"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40466}, - {"Proto": "peerapi6", "Port": 40466} - ]}, - "Created": "2026-04-09T01:38:29.302599017Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1804287243421663, - "StableID": "nNgADrZA6F11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "DiscoKey": "discokey:e6a65674897922c471b5b7a0fef614fd0210476cbf8e631c63017038595fae3c", - "Addresses": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "AllowedIPs": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "Endpoints": ["77.164.248.136:46848", "10.65.0.27:46848", "172.17.0.1:46848"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35500}, - {"Proto": "peerapi6", "Port": 35500} - ]}, - "Created": "2026-04-09T01:38:27.128117826Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2083072077406686, - "StableID": "nffSLjmRGH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "DiscoKey": "discokey:ccb98910d3be49af59a65d95bb994dc4f141c2af40a1484c3c837cb455646018", - "Addresses": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "AllowedIPs": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "Endpoints": ["77.164.248.136:37565", "10.65.0.27:37565", "172.17.0.1:37565"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37233}, - {"Proto": "peerapi6", "Port": 37233} - ]}, - "Created": "2026-04-09T01:38:22.247346409Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2432604116074304, - "StableID": "nBCDgLPjzK11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:d2c260b42930b1de7eb3cc5efdc574cf6df5711f962b1af17e2743ef97fc1215", - "Addresses": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "AllowedIPs": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "Endpoints": ["77.164.248.136:40491", "10.65.0.27:40491", "172.17.0.1:40491"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 40271}, - {"Proto": "peerapi6", "Port": 40271} - ]}, - "Created": "2026-04-09T01:38:28.206751669Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4604515424118396, - "StableID": "nZ3Dc7pPxc11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:ded8ca1724bc1007eb80b0e0cc441e281114c296b9bee13a8b5725e086b2a217", - "Addresses": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "AllowedIPs": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "Endpoints": ["77.164.248.136:38639", "10.65.0.27:38639", "172.17.0.1:38639"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 40508}, - {"Proto": "peerapi6", "Port": 40508} - ]}, - "Created": "2026-04-09T01:38:28.804560223Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5569709331645737, - "StableID": "nLAi4YpXVk11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "DiscoKey": "discokey:26d88a017b537f45407bfba52b86a2f7e50120cfa13349a53a40ab5d0959de04", - "Addresses": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "AllowedIPs": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "Endpoints": ["77.164.248.136:38318", "10.65.0.27:38318", "172.17.0.1:38318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58761}, - {"Proto": "peerapi6", "Port": 58761} - ]}, - "Created": "2026-04-09T01:38:25.501233687Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6553437163989548, - "StableID": "nHySzXg4Bt11CNTRL", + "ID": 2251826358847041, + "StableID": "nW1EKHfraJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "DiscoKey": "discokey:534d0ebafe6cec07afed22a99e19549a886dec2f64a002a2b07090104ec0a734", - "Addresses": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "AllowedIPs": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "Endpoints": ["77.164.248.136:52788", "10.65.0.27:52788", "172.17.0.1:52788"], + "Key": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "DiscoKey": "discokey:a21751ae707acf6e12eda8947e6e976407a42cfadf13710a920a12d21c6abf46", + "Addresses": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "AllowedIPs": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "Endpoints": ["77.164.248.136:46846", "10.65.0.27:46846", "172.17.0.1:46846"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 65257}, - {"Proto": "peerapi6", "Port": 65257} + {"Proto": "peerapi4", "Port": 43914}, + {"Proto": "peerapi6", "Port": 43914} ]}, - "Created": "2026-04-09T01:38:21.699047155Z", + "Created": "2026-04-09T08:44:07.174858253Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6638652402138112, - "StableID": "n3EEnC9fqt11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "DiscoKey": "discokey:2cec45c1787f19c48495642a3e9c63d9c8cad2f35b13dd7b277b69a33af99a42", - "Addresses": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "AllowedIPs": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "Endpoints": ["77.164.248.136:35488", "10.65.0.27:35488", "172.17.0.1:35488"], + "ID": 3346708397797202, + "StableID": "nyUErZMj8T11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "KeyExpiry": "2026-10-06T08:44:13Z", + "DiscoKey": "discokey:027bc4c3e8141c25e6b35bae4fe1987b178bb943c3e362a4868152a05907077b", + "Addresses": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "AllowedIPs": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "Endpoints": ["77.164.248.136:60243", "10.65.0.27:60243", "172.17.0.1:60243"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 59337}, - {"Proto": "peerapi6", "Port": 59337} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 49864}, + {"Proto": "peerapi6", "Port": 49864} ]}, - "Created": "2026-04-09T01:38:24.956320824Z", + "Created": "2026-04-09T08:44:13.610610077Z", "Cap": 131, - "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6802359744679295, - "StableID": "n8Zw3STo7v11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "DiscoKey": "discokey:ae1217c29dfddf8e631fefe532b692a72b574170c1e6fa358a831a9feac86a28", - "Addresses": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "AllowedIPs": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "Endpoints": ["77.164.248.136:53856", "10.65.0.27:53856", "172.17.0.1:53856"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50584}, - {"Proto": "peerapi6", "Port": 50584} - ]}, - "Created": "2026-04-09T01:38:23.344457297Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 7797916906757876, - "StableID": "nPrcL94ht321CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "DiscoKey": "discokey:6b3a2a2699182a2daa8a73d85394e9d18b12c8a33ee5caee9879f2eee0407d60", - "Addresses": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "AllowedIPs": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "Endpoints": ["77.164.248.136:55660", "10.65.0.27:55660", "172.17.0.1:55660"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61142}, - {"Proto": "peerapi6", "Port": 61142} - ]}, - "Created": "2026-04-09T01:38:26.031215307Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 7831896339230012, - "StableID": "njAsRud5A421CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "DiscoKey": "discokey:1dce0ba792916a5e4f6ed432c400d734eaef9b39cd04de8c70168e826ce71160", - "Addresses": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "AllowedIPs": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "Endpoints": ["77.164.248.136:49529", "10.65.0.27:49529", "172.17.0.1:49529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57775}, - {"Proto": "peerapi6", "Port": 57775} - ]}, - "Created": "2026-04-09T01:38:23.869467061Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 8149842433397624, - "StableID": "n9ds1PY5e621CNTRL", + "ID": 4783663576724388, + "StableID": "n1uYPNjXMe11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "DiscoKey": "discokey:994130a52f419d8442ba2608188cd3ace53838f6003b4045a6688a7fa193661f", - "Addresses": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "AllowedIPs": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "Endpoints": ["77.164.248.136:43721", "10.65.0.27:43721", "172.17.0.1:43721"], + "Key": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "DiscoKey": "discokey:71daab2e0caf6a54d78d41dddd9d85339cbbcbe91087579df881083046cf2d79", + "Addresses": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "AllowedIPs": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "Endpoints": ["77.164.248.136:59003", "10.65.0.27:59003", "172.17.0.1:59003"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 65267}, - {"Proto": "peerapi6", "Port": 65267} + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} ]}, - "Created": "2026-04-09T01:38:24.410898704Z", + "Created": "2026-04-09T08:44:09.861913751Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8696202907862692, - "StableID": "nM1mDFWXuA21CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 6595112389312353, + "StableID": "nrPewJRwVt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "DiscoKey": "discokey:d817cd6a71746d932555912fba35203d5b55aefa5dc99841b5c53b621a49e70f", - "Addresses": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "AllowedIPs": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "Endpoints": ["77.164.248.136:60216", "10.65.0.27:60216", "172.17.0.1:60216"], + "Key": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "DiscoKey": "discokey:6d85e8c0a28d86ccd65698c4e7a734777b9c86dfe1140e72bdf66d94c73bd57e", + "Addresses": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "AllowedIPs": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "Endpoints": ["77.164.248.136:56994", "10.65.0.27:56994", "172.17.0.1:56994"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40370}, - {"Proto": "peerapi6", "Port": 40370} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 48967}, + {"Proto": "peerapi6", "Port": 48967} ]}, - "Created": "2026-04-09T01:38:26.592506678Z", + "Created": "2026-04-09T08:44:10.939193036Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6666492497609035, + "StableID": "nSNbgJTG4u11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "DiscoKey": "discokey:a350e3626a31ce26deb025c5a4dab5ca6be37dd69e8aabed8f1fabd251563967", + "Addresses": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "AllowedIPs": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "Endpoints": ["77.164.248.136:44734", "10.65.0.27:44734", "172.17.0.1:44734"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 44023}, + {"Proto": "peerapi6", "Port": 44023} + ]}, + "Created": "2026-04-09T08:44:10.40946403Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7018700871258637, + "StableID": "ntvhaUNnow11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:c387cbe15d6e0639f64bd7268f0a9800710fa9b7158054691a015b4d5699901f", + "Addresses": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "AllowedIPs": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "Endpoints": ["77.164.248.136:58731", "10.65.0.27:58731", "172.17.0.1:58731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 61997}, + {"Proto": "peerapi6", "Port": 61997} + ]}, + "Created": "2026-04-09T08:44:14.683605444Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7509731513420861, + "StableID": "nz5UyvuAe121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "DiscoKey": "discokey:d71ab15153f72d2c0fc02b84ed08db92c0e1c8627541d3cf8dc32ad76c02091a", + "Addresses": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "AllowedIPs": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "Endpoints": ["77.164.248.136:58549", "10.65.0.27:58549", "172.17.0.1:58549"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60943}, + {"Proto": "peerapi6", "Port": 60943} + ]}, + "Created": "2026-04-09T08:44:12.536795789Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7730334505847367, + "StableID": "nWehzBn5N321CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "DiscoKey": "discokey:b4614f4c3d6320a3e3f027e0b86c1443ced37c71e9057000bbbe817257636950", + "Addresses": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "AllowedIPs": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "Endpoints": ["77.164.248.136:43219", "10.65.0.27:43219", "172.17.0.1:43219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39514}, + {"Proto": "peerapi6", "Port": 39514} + ]}, + "Created": "2026-04-09T08:44:07.710589496Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7905304661955777, + "StableID": "nryuX1xKj421CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:51faee73ad2ab389c8bad2546cbd03ae78945a7266ad03928497ccfa1f18b33c", + "Addresses": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "AllowedIPs": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "Endpoints": ["77.164.248.136:52418", "10.65.0.27:52418", "172.17.0.1:52418"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 35947}, + {"Proto": "peerapi6", "Port": 35947} + ]}, + "Created": "2026-04-09T08:44:14.152918273Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8504165759683195, + "StableID": "nk153p1ZQ921CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "DiscoKey": "discokey:a9c0b3060e569bda0d1b656591061952778153ebfa379e8037d006025c924a7e", + "Addresses": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "AllowedIPs": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "Endpoints": ["77.164.248.136:50368", "10.65.0.27:50368", "172.17.0.1:50368"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 53547}, + {"Proto": "peerapi6", "Port": 53547} + ]}, + "Created": "2026-04-09T08:44:11.467026912Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8811220554984753, + "StableID": "nCkXqipcoB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "DiscoKey": "discokey:a45cdd77b2170de9af1666beb163e4afa81fdfdb0c9a66989e594c2a5b6ba62b", + "Addresses": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "AllowedIPs": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "Endpoints": ["77.164.248.136:59965", "10.65.0.27:59965", "172.17.0.1:59965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 51372}, + {"Proto": "peerapi6", "Port": 51372} + ]}, + "Created": "2026-04-09T08:44:08.794135344Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8967662490594134, + "StableID": "n5EdyeHU2D21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "DiscoKey": "discokey:cdb3b2d4840e9f1c3bcb33445eaba770433310997f60dc44bc55f4ef2e058465", + "Addresses": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "AllowedIPs": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "Endpoints": ["77.164.248.136:58261", "10.65.0.27:58261", "172.17.0.1:58261"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65501}, + {"Proto": "peerapi6", "Port": 65501} + ]}, + "Created": "2026-04-09T08:44:09.327969299Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -545,12 +545,12 @@ "fd7a:115c:a1e0::/48" ], "DstPorts": [{"IP": "*", "Ports": {"First": 0, "Last": 65535}}]}], "SSHPolicy": {"rules": [{"principals": [ - {"nodeIP": "100.110.52.50"}, - {"nodeIP": "100.93.197.88"}, - {"nodeIP": "100.99.158.84"}, - {"nodeIP": "fd7a:115c:a1e0::3d37:3432"}, - {"nodeIP": "fd7a:115c:a1e0::7837:c558"}, - {"nodeIP": "fd7a:115c:a1e0::9137:9e54"} + {"nodeIP": "100.110.174.78"}, + {"nodeIP": "100.69.29.57"}, + {"nodeIP": "100.70.195.115"}, + {"nodeIP": "fd7a:115c:a1e0::8737:1d39"}, + {"nodeIP": "fd7a:115c:a1e0::a737:c373"}, + {"nodeIP": "fd7a:115c:a1e0::c637:ae4f"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1377,35 +1377,37 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "596373073758012": { - "ID": 596373073758012, - "LoginName": "beedrill.tail78f774.ts.net", - "DisplayName": "beedrill" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8403990126998910": { + "ID": 8403990126998910, + "LoginName": "beedrill.tail78f774.ts.net", + "DisplayName": "beedrill" + } + } }, "ssh_rules": [{"principals": [ - {"nodeIP": "100.110.52.50"}, - {"nodeIP": "100.93.197.88"}, - {"nodeIP": "100.99.158.84"}, - {"nodeIP": "fd7a:115c:a1e0::3d37:3432"}, - {"nodeIP": "fd7a:115c:a1e0::7837:c558"}, - {"nodeIP": "fd7a:115c:a1e0::9137:9e54"} + {"nodeIP": "100.110.174.78"}, + {"nodeIP": "100.69.29.57"}, + {"nodeIP": "100.70.195.115"}, + {"nodeIP": "fd7a:115c:a1e0::8737:1d39"}, + {"nodeIP": "fd7a:115c:a1e0::a737:c373"}, + {"nodeIP": "fd7a:115c:a1e0::c637:ae4f"} ], "sshUsers": {"root": "root"}, "action": { "accept": true, "allowAgentForwarding": true, @@ -1440,26 +1442,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8149842433397624, - "StableID": "n9ds1PY5e621CNTRL", + "ID": 4783663576724388, + "StableID": "n1uYPNjXMe11CNTRL", "Name": "blastoise.tail78f774.ts.net.", - "User": 8149842433397624, - "Key": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "DiscoKey": "discokey:994130a52f419d8442ba2608188cd3ace53838f6003b4045a6688a7fa193661f", - "Addresses": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "AllowedIPs": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "Endpoints": ["77.164.248.136:43721", "10.65.0.27:43721", "172.17.0.1:43721"], + "User": 4783663576724388, + "Key": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "DiscoKey": "discokey:71daab2e0caf6a54d78d41dddd9d85339cbbcbe91087579df881083046cf2d79", + "Addresses": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "AllowedIPs": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "Endpoints": ["77.164.248.136:59003", "10.65.0.27:59003", "172.17.0.1:59003"], "Hostinfo": { "Hostname": "blastoise", "RoutableIPs": ["10.33.0.0/16", "0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit", "tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 65267}, - {"Proto": "peerapi6", "Port": 65267}, + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:38:24.410898704Z", + "Created": "2026-04-09T08:44:09.861913751Z", "Tags": ["tag:exit", "tag:router"], "MachineAuthorized": true, "CapMap": { @@ -1487,302 +1489,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "MachineKey": "mkey:b4269b59eb66dc817341707096b1eda89c972f25d79eed66d61480faa99d5127", + "NodeKey": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "MachineKey": "mkey:e4827db8baf8731adf587820202b72357de09f4853e1436b02d6d4d38b0a7d03", "Peers": [{ - "ID": 596373073758012, - "StableID": "n9PyL9i6f511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 576694406056759, + "StableID": "ncHEsUnBW511CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "DiscoKey": "discokey:0b24884fbad4b0a88f03df3fb8d3af66ac34826be2b7a738e69a0fcc7cce7060", - "Addresses": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "AllowedIPs": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "Endpoints": ["77.164.248.136:45289", "10.65.0.27:45289", "172.17.0.1:45289"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36013}, - {"Proto": "peerapi6", "Port": 36013} + "Key": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "DiscoKey": "discokey:e6f63dcf41e6cada86cac07e14d3ddef9a5613c2dc6cf7395650c06296405b0a", + "Addresses": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "AllowedIPs": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "Endpoints": ["77.164.248.136:39792", "10.65.0.27:39792", "172.17.0.1:39792"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 49175}, + {"Proto": "peerapi6", "Port": 49175} ]}, - "Created": "2026-04-09T01:38:27.664536195Z", + "Created": "2026-04-09T08:44:11.999688828Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 814973621572786, - "StableID": "nqz9CZy6N711CNTRL", + "ID": 689764973387744, + "StableID": "n1P8iTxPP611CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "DiscoKey": "discokey:f434973e2f56c928d2cf73aa6f4d65fd0a449bd3c5e3df9f28e3c82fbb78bf3a", - "Addresses": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "AllowedIPs": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "Endpoints": ["77.164.248.136:60992", "10.65.0.27:60992", "172.17.0.1:60992"], + "Key": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "DiscoKey": "discokey:2e4806adef72d5992993438e3891247aae5d38e00992cd8bf3943873c743b610", + "Addresses": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "AllowedIPs": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "Endpoints": ["77.164.248.136:33753", "10.65.0.27:33753", "172.17.0.1:33753"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 40292}, - {"Proto": "peerapi6", "Port": 40292} + {"Proto": "peerapi4", "Port": 62519}, + {"Proto": "peerapi6", "Port": 62519} ]}, - "Created": "2026-04-09T01:38:22.84211813Z", + "Created": "2026-04-09T08:44:08.250741517Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 1760564828654121, - "StableID": "nxLx844NkE11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "KeyExpiry": "2026-10-06T01:38:29Z", - "DiscoKey": "discokey:8f349be3ec03bbb32aea9e767211bd02c5c958415843567d8c659a6ae7eae76a", - "Addresses": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "AllowedIPs": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "Endpoints": ["77.164.248.136:33831", "10.65.0.27:33831", "172.17.0.1:33831"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40466}, - {"Proto": "peerapi6", "Port": 40466} - ]}, - "Created": "2026-04-09T01:38:29.302599017Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1804287243421663, - "StableID": "nNgADrZA6F11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "DiscoKey": "discokey:e6a65674897922c471b5b7a0fef614fd0210476cbf8e631c63017038595fae3c", - "Addresses": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "AllowedIPs": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "Endpoints": ["77.164.248.136:46848", "10.65.0.27:46848", "172.17.0.1:46848"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35500}, - {"Proto": "peerapi6", "Port": 35500} - ]}, - "Created": "2026-04-09T01:38:27.128117826Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2083072077406686, - "StableID": "nffSLjmRGH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "DiscoKey": "discokey:ccb98910d3be49af59a65d95bb994dc4f141c2af40a1484c3c837cb455646018", - "Addresses": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "AllowedIPs": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "Endpoints": ["77.164.248.136:37565", "10.65.0.27:37565", "172.17.0.1:37565"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37233}, - {"Proto": "peerapi6", "Port": 37233} - ]}, - "Created": "2026-04-09T01:38:22.247346409Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2432604116074304, - "StableID": "nBCDgLPjzK11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:d2c260b42930b1de7eb3cc5efdc574cf6df5711f962b1af17e2743ef97fc1215", - "Addresses": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "AllowedIPs": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "Endpoints": ["77.164.248.136:40491", "10.65.0.27:40491", "172.17.0.1:40491"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 40271}, - {"Proto": "peerapi6", "Port": 40271} - ]}, - "Created": "2026-04-09T01:38:28.206751669Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4604515424118396, - "StableID": "nZ3Dc7pPxc11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:ded8ca1724bc1007eb80b0e0cc441e281114c296b9bee13a8b5725e086b2a217", - "Addresses": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "AllowedIPs": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "Endpoints": ["77.164.248.136:38639", "10.65.0.27:38639", "172.17.0.1:38639"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 40508}, - {"Proto": "peerapi6", "Port": 40508} - ]}, - "Created": "2026-04-09T01:38:28.804560223Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5569709331645737, - "StableID": "nLAi4YpXVk11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "DiscoKey": "discokey:26d88a017b537f45407bfba52b86a2f7e50120cfa13349a53a40ab5d0959de04", - "Addresses": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "AllowedIPs": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "Endpoints": ["77.164.248.136:38318", "10.65.0.27:38318", "172.17.0.1:38318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58761}, - {"Proto": "peerapi6", "Port": 58761} - ]}, - "Created": "2026-04-09T01:38:25.501233687Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6553437163989548, - "StableID": "nHySzXg4Bt11CNTRL", + "ID": 2251826358847041, + "StableID": "nW1EKHfraJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "DiscoKey": "discokey:534d0ebafe6cec07afed22a99e19549a886dec2f64a002a2b07090104ec0a734", - "Addresses": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "AllowedIPs": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "Endpoints": ["77.164.248.136:52788", "10.65.0.27:52788", "172.17.0.1:52788"], + "Key": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "DiscoKey": "discokey:a21751ae707acf6e12eda8947e6e976407a42cfadf13710a920a12d21c6abf46", + "Addresses": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "AllowedIPs": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "Endpoints": ["77.164.248.136:46846", "10.65.0.27:46846", "172.17.0.1:46846"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 65257}, - {"Proto": "peerapi6", "Port": 65257} + {"Proto": "peerapi4", "Port": 43914}, + {"Proto": "peerapi6", "Port": 43914} ]}, - "Created": "2026-04-09T01:38:21.699047155Z", + "Created": "2026-04-09T08:44:07.174858253Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6638652402138112, - "StableID": "n3EEnC9fqt11CNTRL", + "ID": 3346708397797202, + "StableID": "nyUErZMj8T11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "KeyExpiry": "2026-10-06T08:44:13Z", + "DiscoKey": "discokey:027bc4c3e8141c25e6b35bae4fe1987b178bb943c3e362a4868152a05907077b", + "Addresses": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "AllowedIPs": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "Endpoints": ["77.164.248.136:60243", "10.65.0.27:60243", "172.17.0.1:60243"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 49864}, + {"Proto": "peerapi6", "Port": 49864} + ]}, + "Created": "2026-04-09T08:44:13.610610077Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 6595112389312353, + "StableID": "nrPewJRwVt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "DiscoKey": "discokey:6d85e8c0a28d86ccd65698c4e7a734777b9c86dfe1140e72bdf66d94c73bd57e", + "Addresses": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "AllowedIPs": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "Endpoints": ["77.164.248.136:56994", "10.65.0.27:56994", "172.17.0.1:56994"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 48967}, + {"Proto": "peerapi6", "Port": 48967} + ]}, + "Created": "2026-04-09T08:44:10.939193036Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6666492497609035, + "StableID": "nSNbgJTG4u11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "DiscoKey": "discokey:2cec45c1787f19c48495642a3e9c63d9c8cad2f35b13dd7b277b69a33af99a42", - "Addresses": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "AllowedIPs": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "Endpoints": ["77.164.248.136:35488", "10.65.0.27:35488", "172.17.0.1:35488"], + "Key": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "DiscoKey": "discokey:a350e3626a31ce26deb025c5a4dab5ca6be37dd69e8aabed8f1fabd251563967", + "Addresses": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "AllowedIPs": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "Endpoints": ["77.164.248.136:44734", "10.65.0.27:44734", "172.17.0.1:44734"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 59337}, - {"Proto": "peerapi6", "Port": 59337} + {"Proto": "peerapi4", "Port": 44023}, + {"Proto": "peerapi6", "Port": 44023} ]}, - "Created": "2026-04-09T01:38:24.956320824Z", + "Created": "2026-04-09T08:44:10.40946403Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 6802359744679295, - "StableID": "n8Zw3STo7v11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "DiscoKey": "discokey:ae1217c29dfddf8e631fefe532b692a72b574170c1e6fa358a831a9feac86a28", - "Addresses": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "AllowedIPs": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "Endpoints": ["77.164.248.136:53856", "10.65.0.27:53856", "172.17.0.1:53856"], + "ID": 7018700871258637, + "StableID": "ntvhaUNnow11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:c387cbe15d6e0639f64bd7268f0a9800710fa9b7158054691a015b4d5699901f", + "Addresses": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "AllowedIPs": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "Endpoints": ["77.164.248.136:58731", "10.65.0.27:58731", "172.17.0.1:58731"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50584}, - {"Proto": "peerapi6", "Port": 50584} + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 61997}, + {"Proto": "peerapi6", "Port": 61997} ]}, - "Created": "2026-04-09T01:38:23.344457297Z", + "Created": "2026-04-09T08:44:14.683605444Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7797916906757876, - "StableID": "nPrcL94ht321CNTRL", + "ID": 7509731513420861, + "StableID": "nz5UyvuAe121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "DiscoKey": "discokey:d71ab15153f72d2c0fc02b84ed08db92c0e1c8627541d3cf8dc32ad76c02091a", + "Addresses": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "AllowedIPs": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "Endpoints": ["77.164.248.136:58549", "10.65.0.27:58549", "172.17.0.1:58549"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60943}, + {"Proto": "peerapi6", "Port": 60943} + ]}, + "Created": "2026-04-09T08:44:12.536795789Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7730334505847367, + "StableID": "nWehzBn5N321CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "DiscoKey": "discokey:b4614f4c3d6320a3e3f027e0b86c1443ced37c71e9057000bbbe817257636950", + "Addresses": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "AllowedIPs": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "Endpoints": ["77.164.248.136:43219", "10.65.0.27:43219", "172.17.0.1:43219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39514}, + {"Proto": "peerapi6", "Port": 39514} + ]}, + "Created": "2026-04-09T08:44:07.710589496Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7905304661955777, + "StableID": "nryuX1xKj421CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:51faee73ad2ab389c8bad2546cbd03ae78945a7266ad03928497ccfa1f18b33c", + "Addresses": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "AllowedIPs": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "Endpoints": ["77.164.248.136:52418", "10.65.0.27:52418", "172.17.0.1:52418"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 35947}, + {"Proto": "peerapi6", "Port": 35947} + ]}, + "Created": "2026-04-09T08:44:14.152918273Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8403990126998910, + "StableID": "nDcpQ4aBd821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "DiscoKey": "discokey:03716f95ed24379a9e64c329bbf1df54d09f20f02bbc1645784c6da55857b04e", + "Addresses": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "AllowedIPs": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "Endpoints": ["77.164.248.136:60672", "10.65.0.27:60672", "172.17.0.1:60672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 42312}, + {"Proto": "peerapi6", "Port": 42312} + ]}, + "Created": "2026-04-09T08:44:13.081976427Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8504165759683195, + "StableID": "nk153p1ZQ921CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "DiscoKey": "discokey:6b3a2a2699182a2daa8a73d85394e9d18b12c8a33ee5caee9879f2eee0407d60", - "Addresses": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "AllowedIPs": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "Endpoints": ["77.164.248.136:55660", "10.65.0.27:55660", "172.17.0.1:55660"], + "Key": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "DiscoKey": "discokey:a9c0b3060e569bda0d1b656591061952778153ebfa379e8037d006025c924a7e", + "Addresses": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "AllowedIPs": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "Endpoints": ["77.164.248.136:50368", "10.65.0.27:50368", "172.17.0.1:50368"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61142}, - {"Proto": "peerapi6", "Port": 61142} + {"Proto": "peerapi4", "Port": 53547}, + {"Proto": "peerapi6", "Port": 53547} ]}, - "Created": "2026-04-09T01:38:26.031215307Z", + "Created": "2026-04-09T08:44:11.467026912Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7831896339230012, - "StableID": "njAsRud5A421CNTRL", + "ID": 8811220554984753, + "StableID": "nCkXqipcoB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "DiscoKey": "discokey:a45cdd77b2170de9af1666beb163e4afa81fdfdb0c9a66989e594c2a5b6ba62b", + "Addresses": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "AllowedIPs": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "Endpoints": ["77.164.248.136:59965", "10.65.0.27:59965", "172.17.0.1:59965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 51372}, + {"Proto": "peerapi6", "Port": 51372} + ]}, + "Created": "2026-04-09T08:44:08.794135344Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8967662490594134, + "StableID": "n5EdyeHU2D21CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "DiscoKey": "discokey:1dce0ba792916a5e4f6ed432c400d734eaef9b39cd04de8c70168e826ce71160", - "Addresses": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "AllowedIPs": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "Endpoints": ["77.164.248.136:49529", "10.65.0.27:49529", "172.17.0.1:49529"], + "Key": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "DiscoKey": "discokey:cdb3b2d4840e9f1c3bcb33445eaba770433310997f60dc44bc55f4ef2e058465", + "Addresses": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "AllowedIPs": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "Endpoints": ["77.164.248.136:58261", "10.65.0.27:58261", "172.17.0.1:58261"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57775}, - {"Proto": "peerapi6", "Port": 57775} + {"Proto": "peerapi4", "Port": 65501}, + {"Proto": "peerapi6", "Port": 65501} ]}, - "Created": "2026-04-09T01:38:23.869467061Z", + "Created": "2026-04-09T08:44:09.327969299Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" - }, { - "ID": 8696202907862692, - "StableID": "nM1mDFWXuA21CNTRL", - "Name": "weedle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "DiscoKey": "discokey:d817cd6a71746d932555912fba35203d5b55aefa5dc99841b5c53b621a49e70f", - "Addresses": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "AllowedIPs": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "Endpoints": ["77.164.248.136:60216", "10.65.0.27:60216", "172.17.0.1:60216"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40370}, - {"Proto": "peerapi6", "Port": 40370} - ]}, - "Created": "2026-04-09T01:38:26.592506678Z", - "Cap": 131, - "Tags": ["tag:client"], - "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -2630,27 +2632,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8149842433397624": { - "ID": 8149842433397624, - "LoginName": "blastoise.tail78f774.ts.net", - "DisplayName": "blastoise" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "4783663576724388": { + "ID": 4783663576724388, + "LoginName": "blastoise.tail78f774.ts.net", + "DisplayName": "blastoise" + } + } }, "ssh_rules": [] }, "bulbasaur": { @@ -2681,22 +2685,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1760564828654121, - "StableID": "nxLx844NkE11CNTRL", + "ID": 7018700871258637, + "StableID": "ntvhaUNnow11CNTRL", "Name": "bulbasaur.tail78f774.ts.net.", "User": 4156223528223174, - "Key": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "KeyExpiry": "2026-10-06T01:38:29Z", - "DiscoKey": "discokey:8f349be3ec03bbb32aea9e767211bd02c5c958415843567d8c659a6ae7eae76a", - "Addresses": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "AllowedIPs": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "Endpoints": ["77.164.248.136:33831", "10.65.0.27:33831", "172.17.0.1:33831"], + "Key": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:c387cbe15d6e0639f64bd7268f0a9800710fa9b7158054691a015b4d5699901f", + "Addresses": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "AllowedIPs": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "Endpoints": ["77.164.248.136:58731", "10.65.0.27:58731", "172.17.0.1:58731"], "Hostinfo": {"Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40466}, - {"Proto": "peerapi6", "Port": 40466}, + {"Proto": "peerapi4", "Port": 61997}, + {"Proto": "peerapi6", "Port": 61997}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:38:29.302599017Z", + "Created": "2026-04-09T08:44:14.683605444Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -2725,302 +2729,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "MachineKey": "mkey:ead286a39cf3bf1a41598ba742dd033691eb3c744a7d56bb403544ef4a15cb1f", + "NodeKey": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "MachineKey": "mkey:448b6779b05e836eae02057e3e69a2c28cdad2bc5a985b91436ecb985d73b909", "Peers": [{ - "ID": 596373073758012, - "StableID": "n9PyL9i6f511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 576694406056759, + "StableID": "ncHEsUnBW511CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "DiscoKey": "discokey:0b24884fbad4b0a88f03df3fb8d3af66ac34826be2b7a738e69a0fcc7cce7060", - "Addresses": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "AllowedIPs": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "Endpoints": ["77.164.248.136:45289", "10.65.0.27:45289", "172.17.0.1:45289"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36013}, - {"Proto": "peerapi6", "Port": 36013} + "Key": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "DiscoKey": "discokey:e6f63dcf41e6cada86cac07e14d3ddef9a5613c2dc6cf7395650c06296405b0a", + "Addresses": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "AllowedIPs": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "Endpoints": ["77.164.248.136:39792", "10.65.0.27:39792", "172.17.0.1:39792"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 49175}, + {"Proto": "peerapi6", "Port": 49175} ]}, - "Created": "2026-04-09T01:38:27.664536195Z", + "Created": "2026-04-09T08:44:11.999688828Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 814973621572786, - "StableID": "nqz9CZy6N711CNTRL", + "ID": 689764973387744, + "StableID": "n1P8iTxPP611CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "DiscoKey": "discokey:f434973e2f56c928d2cf73aa6f4d65fd0a449bd3c5e3df9f28e3c82fbb78bf3a", - "Addresses": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "AllowedIPs": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "Endpoints": ["77.164.248.136:60992", "10.65.0.27:60992", "172.17.0.1:60992"], + "Key": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "DiscoKey": "discokey:2e4806adef72d5992993438e3891247aae5d38e00992cd8bf3943873c743b610", + "Addresses": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "AllowedIPs": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "Endpoints": ["77.164.248.136:33753", "10.65.0.27:33753", "172.17.0.1:33753"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 40292}, - {"Proto": "peerapi6", "Port": 40292} + {"Proto": "peerapi4", "Port": 62519}, + {"Proto": "peerapi6", "Port": 62519} ]}, - "Created": "2026-04-09T01:38:22.84211813Z", + "Created": "2026-04-09T08:44:08.250741517Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 1804287243421663, - "StableID": "nNgADrZA6F11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "DiscoKey": "discokey:e6a65674897922c471b5b7a0fef614fd0210476cbf8e631c63017038595fae3c", - "Addresses": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "AllowedIPs": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "Endpoints": ["77.164.248.136:46848", "10.65.0.27:46848", "172.17.0.1:46848"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35500}, - {"Proto": "peerapi6", "Port": 35500} - ]}, - "Created": "2026-04-09T01:38:27.128117826Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2083072077406686, - "StableID": "nffSLjmRGH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "DiscoKey": "discokey:ccb98910d3be49af59a65d95bb994dc4f141c2af40a1484c3c837cb455646018", - "Addresses": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "AllowedIPs": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "Endpoints": ["77.164.248.136:37565", "10.65.0.27:37565", "172.17.0.1:37565"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37233}, - {"Proto": "peerapi6", "Port": 37233} - ]}, - "Created": "2026-04-09T01:38:22.247346409Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2432604116074304, - "StableID": "nBCDgLPjzK11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:d2c260b42930b1de7eb3cc5efdc574cf6df5711f962b1af17e2743ef97fc1215", - "Addresses": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "AllowedIPs": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "Endpoints": ["77.164.248.136:40491", "10.65.0.27:40491", "172.17.0.1:40491"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 40271}, - {"Proto": "peerapi6", "Port": 40271} - ]}, - "Created": "2026-04-09T01:38:28.206751669Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4604515424118396, - "StableID": "nZ3Dc7pPxc11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:ded8ca1724bc1007eb80b0e0cc441e281114c296b9bee13a8b5725e086b2a217", - "Addresses": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "AllowedIPs": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "Endpoints": ["77.164.248.136:38639", "10.65.0.27:38639", "172.17.0.1:38639"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 40508}, - {"Proto": "peerapi6", "Port": 40508} - ]}, - "Created": "2026-04-09T01:38:28.804560223Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5569709331645737, - "StableID": "nLAi4YpXVk11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "DiscoKey": "discokey:26d88a017b537f45407bfba52b86a2f7e50120cfa13349a53a40ab5d0959de04", - "Addresses": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "AllowedIPs": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "Endpoints": ["77.164.248.136:38318", "10.65.0.27:38318", "172.17.0.1:38318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58761}, - {"Proto": "peerapi6", "Port": 58761} - ]}, - "Created": "2026-04-09T01:38:25.501233687Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6553437163989548, - "StableID": "nHySzXg4Bt11CNTRL", + "ID": 2251826358847041, + "StableID": "nW1EKHfraJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "DiscoKey": "discokey:534d0ebafe6cec07afed22a99e19549a886dec2f64a002a2b07090104ec0a734", - "Addresses": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "AllowedIPs": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "Endpoints": ["77.164.248.136:52788", "10.65.0.27:52788", "172.17.0.1:52788"], + "Key": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "DiscoKey": "discokey:a21751ae707acf6e12eda8947e6e976407a42cfadf13710a920a12d21c6abf46", + "Addresses": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "AllowedIPs": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "Endpoints": ["77.164.248.136:46846", "10.65.0.27:46846", "172.17.0.1:46846"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 65257}, - {"Proto": "peerapi6", "Port": 65257} + {"Proto": "peerapi4", "Port": 43914}, + {"Proto": "peerapi6", "Port": 43914} ]}, - "Created": "2026-04-09T01:38:21.699047155Z", + "Created": "2026-04-09T08:44:07.174858253Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6638652402138112, - "StableID": "n3EEnC9fqt11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "DiscoKey": "discokey:2cec45c1787f19c48495642a3e9c63d9c8cad2f35b13dd7b277b69a33af99a42", - "Addresses": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "AllowedIPs": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "Endpoints": ["77.164.248.136:35488", "10.65.0.27:35488", "172.17.0.1:35488"], + "ID": 3346708397797202, + "StableID": "nyUErZMj8T11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "KeyExpiry": "2026-10-06T08:44:13Z", + "DiscoKey": "discokey:027bc4c3e8141c25e6b35bae4fe1987b178bb943c3e362a4868152a05907077b", + "Addresses": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "AllowedIPs": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "Endpoints": ["77.164.248.136:60243", "10.65.0.27:60243", "172.17.0.1:60243"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 59337}, - {"Proto": "peerapi6", "Port": 59337} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 49864}, + {"Proto": "peerapi6", "Port": 49864} ]}, - "Created": "2026-04-09T01:38:24.956320824Z", + "Created": "2026-04-09T08:44:13.610610077Z", "Cap": 131, - "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6802359744679295, - "StableID": "n8Zw3STo7v11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "DiscoKey": "discokey:ae1217c29dfddf8e631fefe532b692a72b574170c1e6fa358a831a9feac86a28", - "Addresses": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "AllowedIPs": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "Endpoints": ["77.164.248.136:53856", "10.65.0.27:53856", "172.17.0.1:53856"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50584}, - {"Proto": "peerapi6", "Port": 50584} - ]}, - "Created": "2026-04-09T01:38:23.344457297Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 7797916906757876, - "StableID": "nPrcL94ht321CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "DiscoKey": "discokey:6b3a2a2699182a2daa8a73d85394e9d18b12c8a33ee5caee9879f2eee0407d60", - "Addresses": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "AllowedIPs": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "Endpoints": ["77.164.248.136:55660", "10.65.0.27:55660", "172.17.0.1:55660"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61142}, - {"Proto": "peerapi6", "Port": 61142} - ]}, - "Created": "2026-04-09T01:38:26.031215307Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 7831896339230012, - "StableID": "njAsRud5A421CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "DiscoKey": "discokey:1dce0ba792916a5e4f6ed432c400d734eaef9b39cd04de8c70168e826ce71160", - "Addresses": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "AllowedIPs": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "Endpoints": ["77.164.248.136:49529", "10.65.0.27:49529", "172.17.0.1:49529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57775}, - {"Proto": "peerapi6", "Port": 57775} - ]}, - "Created": "2026-04-09T01:38:23.869467061Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 8149842433397624, - "StableID": "n9ds1PY5e621CNTRL", + "ID": 4783663576724388, + "StableID": "n1uYPNjXMe11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "DiscoKey": "discokey:994130a52f419d8442ba2608188cd3ace53838f6003b4045a6688a7fa193661f", - "Addresses": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "AllowedIPs": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "Endpoints": ["77.164.248.136:43721", "10.65.0.27:43721", "172.17.0.1:43721"], + "Key": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "DiscoKey": "discokey:71daab2e0caf6a54d78d41dddd9d85339cbbcbe91087579df881083046cf2d79", + "Addresses": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "AllowedIPs": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "Endpoints": ["77.164.248.136:59003", "10.65.0.27:59003", "172.17.0.1:59003"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 65267}, - {"Proto": "peerapi6", "Port": 65267} + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} ]}, - "Created": "2026-04-09T01:38:24.410898704Z", + "Created": "2026-04-09T08:44:09.861913751Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8696202907862692, - "StableID": "nM1mDFWXuA21CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 6595112389312353, + "StableID": "nrPewJRwVt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "DiscoKey": "discokey:d817cd6a71746d932555912fba35203d5b55aefa5dc99841b5c53b621a49e70f", - "Addresses": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "AllowedIPs": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "Endpoints": ["77.164.248.136:60216", "10.65.0.27:60216", "172.17.0.1:60216"], + "Key": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "DiscoKey": "discokey:6d85e8c0a28d86ccd65698c4e7a734777b9c86dfe1140e72bdf66d94c73bd57e", + "Addresses": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "AllowedIPs": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "Endpoints": ["77.164.248.136:56994", "10.65.0.27:56994", "172.17.0.1:56994"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40370}, - {"Proto": "peerapi6", "Port": 40370} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 48967}, + {"Proto": "peerapi6", "Port": 48967} ]}, - "Created": "2026-04-09T01:38:26.592506678Z", + "Created": "2026-04-09T08:44:10.939193036Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6666492497609035, + "StableID": "nSNbgJTG4u11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "DiscoKey": "discokey:a350e3626a31ce26deb025c5a4dab5ca6be37dd69e8aabed8f1fabd251563967", + "Addresses": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "AllowedIPs": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "Endpoints": ["77.164.248.136:44734", "10.65.0.27:44734", "172.17.0.1:44734"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 44023}, + {"Proto": "peerapi6", "Port": 44023} + ]}, + "Created": "2026-04-09T08:44:10.40946403Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7509731513420861, + "StableID": "nz5UyvuAe121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "DiscoKey": "discokey:d71ab15153f72d2c0fc02b84ed08db92c0e1c8627541d3cf8dc32ad76c02091a", + "Addresses": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "AllowedIPs": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "Endpoints": ["77.164.248.136:58549", "10.65.0.27:58549", "172.17.0.1:58549"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60943}, + {"Proto": "peerapi6", "Port": 60943} + ]}, + "Created": "2026-04-09T08:44:12.536795789Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7730334505847367, + "StableID": "nWehzBn5N321CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "DiscoKey": "discokey:b4614f4c3d6320a3e3f027e0b86c1443ced37c71e9057000bbbe817257636950", + "Addresses": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "AllowedIPs": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "Endpoints": ["77.164.248.136:43219", "10.65.0.27:43219", "172.17.0.1:43219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39514}, + {"Proto": "peerapi6", "Port": 39514} + ]}, + "Created": "2026-04-09T08:44:07.710589496Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7905304661955777, + "StableID": "nryuX1xKj421CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:51faee73ad2ab389c8bad2546cbd03ae78945a7266ad03928497ccfa1f18b33c", + "Addresses": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "AllowedIPs": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "Endpoints": ["77.164.248.136:52418", "10.65.0.27:52418", "172.17.0.1:52418"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 35947}, + {"Proto": "peerapi6", "Port": 35947} + ]}, + "Created": "2026-04-09T08:44:14.152918273Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8403990126998910, + "StableID": "nDcpQ4aBd821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "DiscoKey": "discokey:03716f95ed24379a9e64c329bbf1df54d09f20f02bbc1645784c6da55857b04e", + "Addresses": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "AllowedIPs": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "Endpoints": ["77.164.248.136:60672", "10.65.0.27:60672", "172.17.0.1:60672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 42312}, + {"Proto": "peerapi6", "Port": 42312} + ]}, + "Created": "2026-04-09T08:44:13.081976427Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8504165759683195, + "StableID": "nk153p1ZQ921CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "DiscoKey": "discokey:a9c0b3060e569bda0d1b656591061952778153ebfa379e8037d006025c924a7e", + "Addresses": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "AllowedIPs": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "Endpoints": ["77.164.248.136:50368", "10.65.0.27:50368", "172.17.0.1:50368"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 53547}, + {"Proto": "peerapi6", "Port": 53547} + ]}, + "Created": "2026-04-09T08:44:11.467026912Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8811220554984753, + "StableID": "nCkXqipcoB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "DiscoKey": "discokey:a45cdd77b2170de9af1666beb163e4afa81fdfdb0c9a66989e594c2a5b6ba62b", + "Addresses": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "AllowedIPs": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "Endpoints": ["77.164.248.136:59965", "10.65.0.27:59965", "172.17.0.1:59965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 51372}, + {"Proto": "peerapi6", "Port": 51372} + ]}, + "Created": "2026-04-09T08:44:08.794135344Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8967662490594134, + "StableID": "n5EdyeHU2D21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "DiscoKey": "discokey:cdb3b2d4840e9f1c3bcb33445eaba770433310997f60dc44bc55f4ef2e058465", + "Addresses": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "AllowedIPs": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "Endpoints": ["77.164.248.136:58261", "10.65.0.27:58261", "172.17.0.1:58261"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65501}, + {"Proto": "peerapi6", "Port": 65501} + ]}, + "Created": "2026-04-09T08:44:09.327969299Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -3868,23 +3872,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "charmander": { @@ -3915,26 +3920,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 814973621572786, - "StableID": "nqz9CZy6N711CNTRL", + "ID": 689764973387744, + "StableID": "n1P8iTxPP611CNTRL", "Name": "charmander.tail78f774.ts.net.", - "User": 814973621572786, - "Key": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "DiscoKey": "discokey:f434973e2f56c928d2cf73aa6f4d65fd0a449bd3c5e3df9f28e3c82fbb78bf3a", - "Addresses": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "AllowedIPs": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "Endpoints": ["77.164.248.136:60992", "10.65.0.27:60992", "172.17.0.1:60992"], + "User": 689764973387744, + "Key": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "DiscoKey": "discokey:2e4806adef72d5992993438e3891247aae5d38e00992cd8bf3943873c743b610", + "Addresses": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "AllowedIPs": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "Endpoints": ["77.164.248.136:33753", "10.65.0.27:33753", "172.17.0.1:33753"], "Hostinfo": { "Hostname": "charmander", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:exit"], "Services": [ - {"Proto": "peerapi4", "Port": 40292}, - {"Proto": "peerapi6", "Port": 40292}, + {"Proto": "peerapi4", "Port": 62519}, + {"Proto": "peerapi6", "Port": 62519}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:38:22.84211813Z", + "Created": "2026-04-09T08:44:08.250741517Z", "Tags": ["tag:exit"], "MachineAuthorized": true, "CapMap": { @@ -3962,302 +3967,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "MachineKey": "mkey:3dba326c186652f2f5f47ccf318d3b1a49fe4ca758e6d75c89331a3440f24f3b", + "NodeKey": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "MachineKey": "mkey:78df660e640737aab8c57681d33d1c4d8ed2a9f80bd88f6f8a7e301ccc7b031c", "Peers": [{ - "ID": 596373073758012, - "StableID": "n9PyL9i6f511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 576694406056759, + "StableID": "ncHEsUnBW511CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "DiscoKey": "discokey:0b24884fbad4b0a88f03df3fb8d3af66ac34826be2b7a738e69a0fcc7cce7060", - "Addresses": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "AllowedIPs": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "Endpoints": ["77.164.248.136:45289", "10.65.0.27:45289", "172.17.0.1:45289"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36013}, - {"Proto": "peerapi6", "Port": 36013} - ]}, - "Created": "2026-04-09T01:38:27.664536195Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 1760564828654121, - "StableID": "nxLx844NkE11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "KeyExpiry": "2026-10-06T01:38:29Z", - "DiscoKey": "discokey:8f349be3ec03bbb32aea9e767211bd02c5c958415843567d8c659a6ae7eae76a", - "Addresses": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "AllowedIPs": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "Endpoints": ["77.164.248.136:33831", "10.65.0.27:33831", "172.17.0.1:33831"], + "Key": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "DiscoKey": "discokey:e6f63dcf41e6cada86cac07e14d3ddef9a5613c2dc6cf7395650c06296405b0a", + "Addresses": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "AllowedIPs": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "Endpoints": ["77.164.248.136:39792", "10.65.0.27:39792", "172.17.0.1:39792"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40466}, - {"Proto": "peerapi6", "Port": 40466} + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 49175}, + {"Proto": "peerapi6", "Port": 49175} ]}, - "Created": "2026-04-09T01:38:29.302599017Z", + "Created": "2026-04-09T08:44:11.999688828Z", "Cap": 131, + "Tags": ["tag:client"], "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 1804287243421663, - "StableID": "nNgADrZA6F11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "DiscoKey": "discokey:e6a65674897922c471b5b7a0fef614fd0210476cbf8e631c63017038595fae3c", - "Addresses": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "AllowedIPs": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "Endpoints": ["77.164.248.136:46848", "10.65.0.27:46848", "172.17.0.1:46848"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35500}, - {"Proto": "peerapi6", "Port": 35500} - ]}, - "Created": "2026-04-09T01:38:27.128117826Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2083072077406686, - "StableID": "nffSLjmRGH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "DiscoKey": "discokey:ccb98910d3be49af59a65d95bb994dc4f141c2af40a1484c3c837cb455646018", - "Addresses": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "AllowedIPs": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "Endpoints": ["77.164.248.136:37565", "10.65.0.27:37565", "172.17.0.1:37565"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37233}, - {"Proto": "peerapi6", "Port": 37233} - ]}, - "Created": "2026-04-09T01:38:22.247346409Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2432604116074304, - "StableID": "nBCDgLPjzK11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:d2c260b42930b1de7eb3cc5efdc574cf6df5711f962b1af17e2743ef97fc1215", - "Addresses": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "AllowedIPs": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "Endpoints": ["77.164.248.136:40491", "10.65.0.27:40491", "172.17.0.1:40491"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 40271}, - {"Proto": "peerapi6", "Port": 40271} - ]}, - "Created": "2026-04-09T01:38:28.206751669Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4604515424118396, - "StableID": "nZ3Dc7pPxc11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:ded8ca1724bc1007eb80b0e0cc441e281114c296b9bee13a8b5725e086b2a217", - "Addresses": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "AllowedIPs": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "Endpoints": ["77.164.248.136:38639", "10.65.0.27:38639", "172.17.0.1:38639"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 40508}, - {"Proto": "peerapi6", "Port": 40508} - ]}, - "Created": "2026-04-09T01:38:28.804560223Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5569709331645737, - "StableID": "nLAi4YpXVk11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "DiscoKey": "discokey:26d88a017b537f45407bfba52b86a2f7e50120cfa13349a53a40ab5d0959de04", - "Addresses": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "AllowedIPs": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "Endpoints": ["77.164.248.136:38318", "10.65.0.27:38318", "172.17.0.1:38318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58761}, - {"Proto": "peerapi6", "Port": 58761} - ]}, - "Created": "2026-04-09T01:38:25.501233687Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6553437163989548, - "StableID": "nHySzXg4Bt11CNTRL", + "ID": 2251826358847041, + "StableID": "nW1EKHfraJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "DiscoKey": "discokey:534d0ebafe6cec07afed22a99e19549a886dec2f64a002a2b07090104ec0a734", - "Addresses": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "AllowedIPs": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "Endpoints": ["77.164.248.136:52788", "10.65.0.27:52788", "172.17.0.1:52788"], + "Key": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "DiscoKey": "discokey:a21751ae707acf6e12eda8947e6e976407a42cfadf13710a920a12d21c6abf46", + "Addresses": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "AllowedIPs": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "Endpoints": ["77.164.248.136:46846", "10.65.0.27:46846", "172.17.0.1:46846"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 65257}, - {"Proto": "peerapi6", "Port": 65257} + {"Proto": "peerapi4", "Port": 43914}, + {"Proto": "peerapi6", "Port": 43914} ]}, - "Created": "2026-04-09T01:38:21.699047155Z", + "Created": "2026-04-09T08:44:07.174858253Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6638652402138112, - "StableID": "n3EEnC9fqt11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "DiscoKey": "discokey:2cec45c1787f19c48495642a3e9c63d9c8cad2f35b13dd7b277b69a33af99a42", - "Addresses": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "AllowedIPs": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "Endpoints": ["77.164.248.136:35488", "10.65.0.27:35488", "172.17.0.1:35488"], + "ID": 3346708397797202, + "StableID": "nyUErZMj8T11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "KeyExpiry": "2026-10-06T08:44:13Z", + "DiscoKey": "discokey:027bc4c3e8141c25e6b35bae4fe1987b178bb943c3e362a4868152a05907077b", + "Addresses": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "AllowedIPs": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "Endpoints": ["77.164.248.136:60243", "10.65.0.27:60243", "172.17.0.1:60243"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 59337}, - {"Proto": "peerapi6", "Port": 59337} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 49864}, + {"Proto": "peerapi6", "Port": 49864} ]}, - "Created": "2026-04-09T01:38:24.956320824Z", + "Created": "2026-04-09T08:44:13.610610077Z", "Cap": 131, - "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6802359744679295, - "StableID": "n8Zw3STo7v11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "DiscoKey": "discokey:ae1217c29dfddf8e631fefe532b692a72b574170c1e6fa358a831a9feac86a28", - "Addresses": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "AllowedIPs": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "Endpoints": ["77.164.248.136:53856", "10.65.0.27:53856", "172.17.0.1:53856"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50584}, - {"Proto": "peerapi6", "Port": 50584} - ]}, - "Created": "2026-04-09T01:38:23.344457297Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 7797916906757876, - "StableID": "nPrcL94ht321CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "DiscoKey": "discokey:6b3a2a2699182a2daa8a73d85394e9d18b12c8a33ee5caee9879f2eee0407d60", - "Addresses": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "AllowedIPs": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "Endpoints": ["77.164.248.136:55660", "10.65.0.27:55660", "172.17.0.1:55660"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61142}, - {"Proto": "peerapi6", "Port": 61142} - ]}, - "Created": "2026-04-09T01:38:26.031215307Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 7831896339230012, - "StableID": "njAsRud5A421CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "DiscoKey": "discokey:1dce0ba792916a5e4f6ed432c400d734eaef9b39cd04de8c70168e826ce71160", - "Addresses": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "AllowedIPs": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "Endpoints": ["77.164.248.136:49529", "10.65.0.27:49529", "172.17.0.1:49529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57775}, - {"Proto": "peerapi6", "Port": 57775} - ]}, - "Created": "2026-04-09T01:38:23.869467061Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 8149842433397624, - "StableID": "n9ds1PY5e621CNTRL", + "ID": 4783663576724388, + "StableID": "n1uYPNjXMe11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "DiscoKey": "discokey:994130a52f419d8442ba2608188cd3ace53838f6003b4045a6688a7fa193661f", - "Addresses": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "AllowedIPs": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "Endpoints": ["77.164.248.136:43721", "10.65.0.27:43721", "172.17.0.1:43721"], + "Key": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "DiscoKey": "discokey:71daab2e0caf6a54d78d41dddd9d85339cbbcbe91087579df881083046cf2d79", + "Addresses": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "AllowedIPs": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "Endpoints": ["77.164.248.136:59003", "10.65.0.27:59003", "172.17.0.1:59003"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 65267}, - {"Proto": "peerapi6", "Port": 65267} + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} ]}, - "Created": "2026-04-09T01:38:24.410898704Z", + "Created": "2026-04-09T08:44:09.861913751Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8696202907862692, - "StableID": "nM1mDFWXuA21CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 6595112389312353, + "StableID": "nrPewJRwVt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "DiscoKey": "discokey:d817cd6a71746d932555912fba35203d5b55aefa5dc99841b5c53b621a49e70f", - "Addresses": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "AllowedIPs": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "Endpoints": ["77.164.248.136:60216", "10.65.0.27:60216", "172.17.0.1:60216"], + "Key": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "DiscoKey": "discokey:6d85e8c0a28d86ccd65698c4e7a734777b9c86dfe1140e72bdf66d94c73bd57e", + "Addresses": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "AllowedIPs": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "Endpoints": ["77.164.248.136:56994", "10.65.0.27:56994", "172.17.0.1:56994"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40370}, - {"Proto": "peerapi6", "Port": 40370} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 48967}, + {"Proto": "peerapi6", "Port": 48967} ]}, - "Created": "2026-04-09T01:38:26.592506678Z", + "Created": "2026-04-09T08:44:10.939193036Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6666492497609035, + "StableID": "nSNbgJTG4u11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "DiscoKey": "discokey:a350e3626a31ce26deb025c5a4dab5ca6be37dd69e8aabed8f1fabd251563967", + "Addresses": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "AllowedIPs": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "Endpoints": ["77.164.248.136:44734", "10.65.0.27:44734", "172.17.0.1:44734"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 44023}, + {"Proto": "peerapi6", "Port": 44023} + ]}, + "Created": "2026-04-09T08:44:10.40946403Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7018700871258637, + "StableID": "ntvhaUNnow11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:c387cbe15d6e0639f64bd7268f0a9800710fa9b7158054691a015b4d5699901f", + "Addresses": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "AllowedIPs": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "Endpoints": ["77.164.248.136:58731", "10.65.0.27:58731", "172.17.0.1:58731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 61997}, + {"Proto": "peerapi6", "Port": 61997} + ]}, + "Created": "2026-04-09T08:44:14.683605444Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7509731513420861, + "StableID": "nz5UyvuAe121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "DiscoKey": "discokey:d71ab15153f72d2c0fc02b84ed08db92c0e1c8627541d3cf8dc32ad76c02091a", + "Addresses": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "AllowedIPs": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "Endpoints": ["77.164.248.136:58549", "10.65.0.27:58549", "172.17.0.1:58549"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60943}, + {"Proto": "peerapi6", "Port": 60943} + ]}, + "Created": "2026-04-09T08:44:12.536795789Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7730334505847367, + "StableID": "nWehzBn5N321CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "DiscoKey": "discokey:b4614f4c3d6320a3e3f027e0b86c1443ced37c71e9057000bbbe817257636950", + "Addresses": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "AllowedIPs": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "Endpoints": ["77.164.248.136:43219", "10.65.0.27:43219", "172.17.0.1:43219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39514}, + {"Proto": "peerapi6", "Port": 39514} + ]}, + "Created": "2026-04-09T08:44:07.710589496Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7905304661955777, + "StableID": "nryuX1xKj421CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:51faee73ad2ab389c8bad2546cbd03ae78945a7266ad03928497ccfa1f18b33c", + "Addresses": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "AllowedIPs": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "Endpoints": ["77.164.248.136:52418", "10.65.0.27:52418", "172.17.0.1:52418"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 35947}, + {"Proto": "peerapi6", "Port": 35947} + ]}, + "Created": "2026-04-09T08:44:14.152918273Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8403990126998910, + "StableID": "nDcpQ4aBd821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "DiscoKey": "discokey:03716f95ed24379a9e64c329bbf1df54d09f20f02bbc1645784c6da55857b04e", + "Addresses": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "AllowedIPs": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "Endpoints": ["77.164.248.136:60672", "10.65.0.27:60672", "172.17.0.1:60672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 42312}, + {"Proto": "peerapi6", "Port": 42312} + ]}, + "Created": "2026-04-09T08:44:13.081976427Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8504165759683195, + "StableID": "nk153p1ZQ921CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "DiscoKey": "discokey:a9c0b3060e569bda0d1b656591061952778153ebfa379e8037d006025c924a7e", + "Addresses": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "AllowedIPs": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "Endpoints": ["77.164.248.136:50368", "10.65.0.27:50368", "172.17.0.1:50368"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 53547}, + {"Proto": "peerapi6", "Port": 53547} + ]}, + "Created": "2026-04-09T08:44:11.467026912Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8811220554984753, + "StableID": "nCkXqipcoB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "DiscoKey": "discokey:a45cdd77b2170de9af1666beb163e4afa81fdfdb0c9a66989e594c2a5b6ba62b", + "Addresses": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "AllowedIPs": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "Endpoints": ["77.164.248.136:59965", "10.65.0.27:59965", "172.17.0.1:59965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 51372}, + {"Proto": "peerapi6", "Port": 51372} + ]}, + "Created": "2026-04-09T08:44:08.794135344Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8967662490594134, + "StableID": "n5EdyeHU2D21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "DiscoKey": "discokey:cdb3b2d4840e9f1c3bcb33445eaba770433310997f60dc44bc55f4ef2e058465", + "Addresses": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "AllowedIPs": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "Endpoints": ["77.164.248.136:58261", "10.65.0.27:58261", "172.17.0.1:58261"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65501}, + {"Proto": "peerapi6", "Port": 65501} + ]}, + "Created": "2026-04-09T08:44:09.327969299Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -5105,27 +5110,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "814973621572786": { - "ID": 814973621572786, - "LoginName": "charmander.tail78f774.ts.net", - "DisplayName": "charmander" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "689764973387744": { + "ID": 689764973387744, + "LoginName": "charmander.tail78f774.ts.net", + "DisplayName": "charmander" + } + } }, "ssh_rules": [] }, "fearow": { @@ -5156,26 +5163,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 5569709331645737, - "StableID": "nLAi4YpXVk11CNTRL", + "ID": 6595112389312353, + "StableID": "nrPewJRwVt11CNTRL", "Name": "fearow.tail78f774.ts.net.", - "User": 5569709331645737, - "Key": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "DiscoKey": "discokey:26d88a017b537f45407bfba52b86a2f7e50120cfa13349a53a40ab5d0959de04", - "Addresses": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "AllowedIPs": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "Endpoints": ["77.164.248.136:38318", "10.65.0.27:38318", "172.17.0.1:38318"], + "User": 6595112389312353, + "Key": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "DiscoKey": "discokey:6d85e8c0a28d86ccd65698c4e7a734777b9c86dfe1140e72bdf66d94c73bd57e", + "Addresses": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "AllowedIPs": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "Endpoints": ["77.164.248.136:56994", "10.65.0.27:56994", "172.17.0.1:56994"], "Hostinfo": { "Hostname": "fearow", "RoutableIPs": ["10.55.0.0/16"], "RequestTags": ["tag:fearow"], "Services": [ - {"Proto": "peerapi4", "Port": 58761}, - {"Proto": "peerapi6", "Port": 58761}, + {"Proto": "peerapi4", "Port": 48967}, + {"Proto": "peerapi6", "Port": 48967}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:38:25.501233687Z", + "Created": "2026-04-09T08:44:10.939193036Z", "Tags": ["tag:fearow"], "MachineAuthorized": true, "CapMap": { @@ -5203,302 +5210,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "MachineKey": "mkey:4d968920726d2a2bef968a114ef872e1060236864925b96e41b153751e04f627", + "NodeKey": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "MachineKey": "mkey:3c75396064b3ac0d4651f84626ea23705201230d00d85cee85a312aea8d19a42", "Peers": [{ - "ID": 596373073758012, - "StableID": "n9PyL9i6f511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 576694406056759, + "StableID": "ncHEsUnBW511CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "DiscoKey": "discokey:0b24884fbad4b0a88f03df3fb8d3af66ac34826be2b7a738e69a0fcc7cce7060", - "Addresses": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "AllowedIPs": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "Endpoints": ["77.164.248.136:45289", "10.65.0.27:45289", "172.17.0.1:45289"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36013}, - {"Proto": "peerapi6", "Port": 36013} + "Key": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "DiscoKey": "discokey:e6f63dcf41e6cada86cac07e14d3ddef9a5613c2dc6cf7395650c06296405b0a", + "Addresses": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "AllowedIPs": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "Endpoints": ["77.164.248.136:39792", "10.65.0.27:39792", "172.17.0.1:39792"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 49175}, + {"Proto": "peerapi6", "Port": 49175} ]}, - "Created": "2026-04-09T01:38:27.664536195Z", + "Created": "2026-04-09T08:44:11.999688828Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 814973621572786, - "StableID": "nqz9CZy6N711CNTRL", + "ID": 689764973387744, + "StableID": "n1P8iTxPP611CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "DiscoKey": "discokey:f434973e2f56c928d2cf73aa6f4d65fd0a449bd3c5e3df9f28e3c82fbb78bf3a", - "Addresses": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "AllowedIPs": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "Endpoints": ["77.164.248.136:60992", "10.65.0.27:60992", "172.17.0.1:60992"], + "Key": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "DiscoKey": "discokey:2e4806adef72d5992993438e3891247aae5d38e00992cd8bf3943873c743b610", + "Addresses": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "AllowedIPs": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "Endpoints": ["77.164.248.136:33753", "10.65.0.27:33753", "172.17.0.1:33753"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 40292}, - {"Proto": "peerapi6", "Port": 40292} + {"Proto": "peerapi4", "Port": 62519}, + {"Proto": "peerapi6", "Port": 62519} ]}, - "Created": "2026-04-09T01:38:22.84211813Z", + "Created": "2026-04-09T08:44:08.250741517Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 1760564828654121, - "StableID": "nxLx844NkE11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "KeyExpiry": "2026-10-06T01:38:29Z", - "DiscoKey": "discokey:8f349be3ec03bbb32aea9e767211bd02c5c958415843567d8c659a6ae7eae76a", - "Addresses": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "AllowedIPs": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "Endpoints": ["77.164.248.136:33831", "10.65.0.27:33831", "172.17.0.1:33831"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40466}, - {"Proto": "peerapi6", "Port": 40466} - ]}, - "Created": "2026-04-09T01:38:29.302599017Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1804287243421663, - "StableID": "nNgADrZA6F11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "DiscoKey": "discokey:e6a65674897922c471b5b7a0fef614fd0210476cbf8e631c63017038595fae3c", - "Addresses": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "AllowedIPs": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "Endpoints": ["77.164.248.136:46848", "10.65.0.27:46848", "172.17.0.1:46848"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35500}, - {"Proto": "peerapi6", "Port": 35500} - ]}, - "Created": "2026-04-09T01:38:27.128117826Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2083072077406686, - "StableID": "nffSLjmRGH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "DiscoKey": "discokey:ccb98910d3be49af59a65d95bb994dc4f141c2af40a1484c3c837cb455646018", - "Addresses": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "AllowedIPs": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "Endpoints": ["77.164.248.136:37565", "10.65.0.27:37565", "172.17.0.1:37565"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37233}, - {"Proto": "peerapi6", "Port": 37233} - ]}, - "Created": "2026-04-09T01:38:22.247346409Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2432604116074304, - "StableID": "nBCDgLPjzK11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:d2c260b42930b1de7eb3cc5efdc574cf6df5711f962b1af17e2743ef97fc1215", - "Addresses": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "AllowedIPs": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "Endpoints": ["77.164.248.136:40491", "10.65.0.27:40491", "172.17.0.1:40491"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 40271}, - {"Proto": "peerapi6", "Port": 40271} - ]}, - "Created": "2026-04-09T01:38:28.206751669Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4604515424118396, - "StableID": "nZ3Dc7pPxc11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:ded8ca1724bc1007eb80b0e0cc441e281114c296b9bee13a8b5725e086b2a217", - "Addresses": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "AllowedIPs": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "Endpoints": ["77.164.248.136:38639", "10.65.0.27:38639", "172.17.0.1:38639"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 40508}, - {"Proto": "peerapi6", "Port": 40508} - ]}, - "Created": "2026-04-09T01:38:28.804560223Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 6553437163989548, - "StableID": "nHySzXg4Bt11CNTRL", + "ID": 2251826358847041, + "StableID": "nW1EKHfraJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "DiscoKey": "discokey:534d0ebafe6cec07afed22a99e19549a886dec2f64a002a2b07090104ec0a734", - "Addresses": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "AllowedIPs": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "Endpoints": ["77.164.248.136:52788", "10.65.0.27:52788", "172.17.0.1:52788"], + "Key": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "DiscoKey": "discokey:a21751ae707acf6e12eda8947e6e976407a42cfadf13710a920a12d21c6abf46", + "Addresses": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "AllowedIPs": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "Endpoints": ["77.164.248.136:46846", "10.65.0.27:46846", "172.17.0.1:46846"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 65257}, - {"Proto": "peerapi6", "Port": 65257} + {"Proto": "peerapi4", "Port": 43914}, + {"Proto": "peerapi6", "Port": 43914} ]}, - "Created": "2026-04-09T01:38:21.699047155Z", + "Created": "2026-04-09T08:44:07.174858253Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6638652402138112, - "StableID": "n3EEnC9fqt11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "DiscoKey": "discokey:2cec45c1787f19c48495642a3e9c63d9c8cad2f35b13dd7b277b69a33af99a42", - "Addresses": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "AllowedIPs": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "Endpoints": ["77.164.248.136:35488", "10.65.0.27:35488", "172.17.0.1:35488"], + "ID": 3346708397797202, + "StableID": "nyUErZMj8T11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "KeyExpiry": "2026-10-06T08:44:13Z", + "DiscoKey": "discokey:027bc4c3e8141c25e6b35bae4fe1987b178bb943c3e362a4868152a05907077b", + "Addresses": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "AllowedIPs": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "Endpoints": ["77.164.248.136:60243", "10.65.0.27:60243", "172.17.0.1:60243"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 59337}, - {"Proto": "peerapi6", "Port": 59337} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 49864}, + {"Proto": "peerapi6", "Port": 49864} ]}, - "Created": "2026-04-09T01:38:24.956320824Z", + "Created": "2026-04-09T08:44:13.610610077Z", "Cap": 131, - "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6802359744679295, - "StableID": "n8Zw3STo7v11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "DiscoKey": "discokey:ae1217c29dfddf8e631fefe532b692a72b574170c1e6fa358a831a9feac86a28", - "Addresses": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "AllowedIPs": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "Endpoints": ["77.164.248.136:53856", "10.65.0.27:53856", "172.17.0.1:53856"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50584}, - {"Proto": "peerapi6", "Port": 50584} - ]}, - "Created": "2026-04-09T01:38:23.344457297Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 7797916906757876, - "StableID": "nPrcL94ht321CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "DiscoKey": "discokey:6b3a2a2699182a2daa8a73d85394e9d18b12c8a33ee5caee9879f2eee0407d60", - "Addresses": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "AllowedIPs": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "Endpoints": ["77.164.248.136:55660", "10.65.0.27:55660", "172.17.0.1:55660"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61142}, - {"Proto": "peerapi6", "Port": 61142} - ]}, - "Created": "2026-04-09T01:38:26.031215307Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 7831896339230012, - "StableID": "njAsRud5A421CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "DiscoKey": "discokey:1dce0ba792916a5e4f6ed432c400d734eaef9b39cd04de8c70168e826ce71160", - "Addresses": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "AllowedIPs": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "Endpoints": ["77.164.248.136:49529", "10.65.0.27:49529", "172.17.0.1:49529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57775}, - {"Proto": "peerapi6", "Port": 57775} - ]}, - "Created": "2026-04-09T01:38:23.869467061Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 8149842433397624, - "StableID": "n9ds1PY5e621CNTRL", + "ID": 4783663576724388, + "StableID": "n1uYPNjXMe11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "DiscoKey": "discokey:994130a52f419d8442ba2608188cd3ace53838f6003b4045a6688a7fa193661f", - "Addresses": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "AllowedIPs": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "Endpoints": ["77.164.248.136:43721", "10.65.0.27:43721", "172.17.0.1:43721"], + "Key": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "DiscoKey": "discokey:71daab2e0caf6a54d78d41dddd9d85339cbbcbe91087579df881083046cf2d79", + "Addresses": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "AllowedIPs": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "Endpoints": ["77.164.248.136:59003", "10.65.0.27:59003", "172.17.0.1:59003"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 65267}, - {"Proto": "peerapi6", "Port": 65267} + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} ]}, - "Created": "2026-04-09T01:38:24.410898704Z", + "Created": "2026-04-09T08:44:09.861913751Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8696202907862692, - "StableID": "nM1mDFWXuA21CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 6666492497609035, + "StableID": "nSNbgJTG4u11CNTRL", + "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "DiscoKey": "discokey:d817cd6a71746d932555912fba35203d5b55aefa5dc99841b5c53b621a49e70f", - "Addresses": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "AllowedIPs": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "Endpoints": ["77.164.248.136:60216", "10.65.0.27:60216", "172.17.0.1:60216"], + "Key": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "DiscoKey": "discokey:a350e3626a31ce26deb025c5a4dab5ca6be37dd69e8aabed8f1fabd251563967", + "Addresses": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "AllowedIPs": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "Endpoints": ["77.164.248.136:44734", "10.65.0.27:44734", "172.17.0.1:44734"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40370}, - {"Proto": "peerapi6", "Port": 40370} + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 44023}, + {"Proto": "peerapi6", "Port": 44023} ]}, - "Created": "2026-04-09T01:38:26.592506678Z", + "Created": "2026-04-09T08:44:10.40946403Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7018700871258637, + "StableID": "ntvhaUNnow11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:c387cbe15d6e0639f64bd7268f0a9800710fa9b7158054691a015b4d5699901f", + "Addresses": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "AllowedIPs": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "Endpoints": ["77.164.248.136:58731", "10.65.0.27:58731", "172.17.0.1:58731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 61997}, + {"Proto": "peerapi6", "Port": 61997} + ]}, + "Created": "2026-04-09T08:44:14.683605444Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7509731513420861, + "StableID": "nz5UyvuAe121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "DiscoKey": "discokey:d71ab15153f72d2c0fc02b84ed08db92c0e1c8627541d3cf8dc32ad76c02091a", + "Addresses": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "AllowedIPs": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "Endpoints": ["77.164.248.136:58549", "10.65.0.27:58549", "172.17.0.1:58549"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60943}, + {"Proto": "peerapi6", "Port": 60943} + ]}, + "Created": "2026-04-09T08:44:12.536795789Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7730334505847367, + "StableID": "nWehzBn5N321CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "DiscoKey": "discokey:b4614f4c3d6320a3e3f027e0b86c1443ced37c71e9057000bbbe817257636950", + "Addresses": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "AllowedIPs": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "Endpoints": ["77.164.248.136:43219", "10.65.0.27:43219", "172.17.0.1:43219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39514}, + {"Proto": "peerapi6", "Port": 39514} + ]}, + "Created": "2026-04-09T08:44:07.710589496Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7905304661955777, + "StableID": "nryuX1xKj421CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:51faee73ad2ab389c8bad2546cbd03ae78945a7266ad03928497ccfa1f18b33c", + "Addresses": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "AllowedIPs": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "Endpoints": ["77.164.248.136:52418", "10.65.0.27:52418", "172.17.0.1:52418"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 35947}, + {"Proto": "peerapi6", "Port": 35947} + ]}, + "Created": "2026-04-09T08:44:14.152918273Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8403990126998910, + "StableID": "nDcpQ4aBd821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "DiscoKey": "discokey:03716f95ed24379a9e64c329bbf1df54d09f20f02bbc1645784c6da55857b04e", + "Addresses": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "AllowedIPs": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "Endpoints": ["77.164.248.136:60672", "10.65.0.27:60672", "172.17.0.1:60672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 42312}, + {"Proto": "peerapi6", "Port": 42312} + ]}, + "Created": "2026-04-09T08:44:13.081976427Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8504165759683195, + "StableID": "nk153p1ZQ921CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "DiscoKey": "discokey:a9c0b3060e569bda0d1b656591061952778153ebfa379e8037d006025c924a7e", + "Addresses": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "AllowedIPs": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "Endpoints": ["77.164.248.136:50368", "10.65.0.27:50368", "172.17.0.1:50368"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 53547}, + {"Proto": "peerapi6", "Port": 53547} + ]}, + "Created": "2026-04-09T08:44:11.467026912Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8811220554984753, + "StableID": "nCkXqipcoB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "DiscoKey": "discokey:a45cdd77b2170de9af1666beb163e4afa81fdfdb0c9a66989e594c2a5b6ba62b", + "Addresses": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "AllowedIPs": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "Endpoints": ["77.164.248.136:59965", "10.65.0.27:59965", "172.17.0.1:59965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 51372}, + {"Proto": "peerapi6", "Port": 51372} + ]}, + "Created": "2026-04-09T08:44:08.794135344Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8967662490594134, + "StableID": "n5EdyeHU2D21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "DiscoKey": "discokey:cdb3b2d4840e9f1c3bcb33445eaba770433310997f60dc44bc55f4ef2e058465", + "Addresses": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "AllowedIPs": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "Endpoints": ["77.164.248.136:58261", "10.65.0.27:58261", "172.17.0.1:58261"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65501}, + {"Proto": "peerapi6", "Port": 65501} + ]}, + "Created": "2026-04-09T08:44:09.327969299Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -6346,27 +6353,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "5569709331645737": { - "ID": 5569709331645737, - "LoginName": "fearow.tail78f774.ts.net", - "DisplayName": "fearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6595112389312353": { + "ID": 6595112389312353, + "LoginName": "fearow.tail78f774.ts.net", + "DisplayName": "fearow" + } + } }, "ssh_rules": [] }, "ivysaur": { @@ -6397,22 +6406,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2432604116074304, - "StableID": "nBCDgLPjzK11CNTRL", + "ID": 3346708397797202, + "StableID": "nyUErZMj8T11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:d2c260b42930b1de7eb3cc5efdc574cf6df5711f962b1af17e2743ef97fc1215", - "Addresses": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "AllowedIPs": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "Endpoints": ["77.164.248.136:40491", "10.65.0.27:40491", "172.17.0.1:40491"], + "Key": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "KeyExpiry": "2026-10-06T08:44:13Z", + "DiscoKey": "discokey:027bc4c3e8141c25e6b35bae4fe1987b178bb943c3e362a4868152a05907077b", + "Addresses": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "AllowedIPs": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "Endpoints": ["77.164.248.136:60243", "10.65.0.27:60243", "172.17.0.1:60243"], "Hostinfo": {"Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 40271}, - {"Proto": "peerapi6", "Port": 40271}, + {"Proto": "peerapi4", "Port": 49864}, + {"Proto": "peerapi6", "Port": 49864}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:38:28.206751669Z", + "Created": "2026-04-09T08:44:13.610610077Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -6439,300 +6448,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "MachineKey": "mkey:152a48b997d24d7e087f6e1bdf185a14bc9dc5f20f6f2a87316cc4777c4ea702", + "NodeKey": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "MachineKey": "mkey:33f76da7d2fcaa8c0d809f27ee9b1a2bfad56502742e94e8eb6d02337eb25c28", "Peers": [{ - "ID": 596373073758012, - "StableID": "n9PyL9i6f511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 576694406056759, + "StableID": "ncHEsUnBW511CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "DiscoKey": "discokey:0b24884fbad4b0a88f03df3fb8d3af66ac34826be2b7a738e69a0fcc7cce7060", - "Addresses": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "AllowedIPs": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "Endpoints": ["77.164.248.136:45289", "10.65.0.27:45289", "172.17.0.1:45289"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36013}, - {"Proto": "peerapi6", "Port": 36013} + "Key": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "DiscoKey": "discokey:e6f63dcf41e6cada86cac07e14d3ddef9a5613c2dc6cf7395650c06296405b0a", + "Addresses": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "AllowedIPs": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "Endpoints": ["77.164.248.136:39792", "10.65.0.27:39792", "172.17.0.1:39792"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 49175}, + {"Proto": "peerapi6", "Port": 49175} ]}, - "Created": "2026-04-09T01:38:27.664536195Z", + "Created": "2026-04-09T08:44:11.999688828Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 814973621572786, - "StableID": "nqz9CZy6N711CNTRL", + "ID": 689764973387744, + "StableID": "n1P8iTxPP611CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "DiscoKey": "discokey:f434973e2f56c928d2cf73aa6f4d65fd0a449bd3c5e3df9f28e3c82fbb78bf3a", - "Addresses": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "AllowedIPs": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "Endpoints": ["77.164.248.136:60992", "10.65.0.27:60992", "172.17.0.1:60992"], + "Key": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "DiscoKey": "discokey:2e4806adef72d5992993438e3891247aae5d38e00992cd8bf3943873c743b610", + "Addresses": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "AllowedIPs": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "Endpoints": ["77.164.248.136:33753", "10.65.0.27:33753", "172.17.0.1:33753"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 40292}, - {"Proto": "peerapi6", "Port": 40292} + {"Proto": "peerapi4", "Port": 62519}, + {"Proto": "peerapi6", "Port": 62519} ]}, - "Created": "2026-04-09T01:38:22.84211813Z", + "Created": "2026-04-09T08:44:08.250741517Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 1760564828654121, - "StableID": "nxLx844NkE11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "KeyExpiry": "2026-10-06T01:38:29Z", - "DiscoKey": "discokey:8f349be3ec03bbb32aea9e767211bd02c5c958415843567d8c659a6ae7eae76a", - "Addresses": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "AllowedIPs": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40466}, - {"Proto": "peerapi6", "Port": 40466} - ]}, - "Created": "2026-04-09T01:38:29.302599017Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1804287243421663, - "StableID": "nNgADrZA6F11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "DiscoKey": "discokey:e6a65674897922c471b5b7a0fef614fd0210476cbf8e631c63017038595fae3c", - "Addresses": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "AllowedIPs": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "Endpoints": ["77.164.248.136:46848", "10.65.0.27:46848", "172.17.0.1:46848"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35500}, - {"Proto": "peerapi6", "Port": 35500} - ]}, - "Created": "2026-04-09T01:38:27.128117826Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2083072077406686, - "StableID": "nffSLjmRGH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "DiscoKey": "discokey:ccb98910d3be49af59a65d95bb994dc4f141c2af40a1484c3c837cb455646018", - "Addresses": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "AllowedIPs": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "Endpoints": ["77.164.248.136:37565", "10.65.0.27:37565", "172.17.0.1:37565"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37233}, - {"Proto": "peerapi6", "Port": 37233} - ]}, - "Created": "2026-04-09T01:38:22.247346409Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 4604515424118396, - "StableID": "nZ3Dc7pPxc11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:ded8ca1724bc1007eb80b0e0cc441e281114c296b9bee13a8b5725e086b2a217", - "Addresses": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "AllowedIPs": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "Endpoints": ["77.164.248.136:38639", "10.65.0.27:38639", "172.17.0.1:38639"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 40508}, - {"Proto": "peerapi6", "Port": 40508} - ]}, - "Created": "2026-04-09T01:38:28.804560223Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5569709331645737, - "StableID": "nLAi4YpXVk11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "DiscoKey": "discokey:26d88a017b537f45407bfba52b86a2f7e50120cfa13349a53a40ab5d0959de04", - "Addresses": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "AllowedIPs": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "Endpoints": ["77.164.248.136:38318", "10.65.0.27:38318", "172.17.0.1:38318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58761}, - {"Proto": "peerapi6", "Port": 58761} - ]}, - "Created": "2026-04-09T01:38:25.501233687Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6553437163989548, - "StableID": "nHySzXg4Bt11CNTRL", + "ID": 2251826358847041, + "StableID": "nW1EKHfraJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "DiscoKey": "discokey:534d0ebafe6cec07afed22a99e19549a886dec2f64a002a2b07090104ec0a734", - "Addresses": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "AllowedIPs": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "Endpoints": ["77.164.248.136:52788", "10.65.0.27:52788", "172.17.0.1:52788"], + "Key": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "DiscoKey": "discokey:a21751ae707acf6e12eda8947e6e976407a42cfadf13710a920a12d21c6abf46", + "Addresses": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "AllowedIPs": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "Endpoints": ["77.164.248.136:46846", "10.65.0.27:46846", "172.17.0.1:46846"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 65257}, - {"Proto": "peerapi6", "Port": 65257} + {"Proto": "peerapi4", "Port": 43914}, + {"Proto": "peerapi6", "Port": 43914} ]}, - "Created": "2026-04-09T01:38:21.699047155Z", + "Created": "2026-04-09T08:44:07.174858253Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6638652402138112, - "StableID": "n3EEnC9fqt11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "DiscoKey": "discokey:2cec45c1787f19c48495642a3e9c63d9c8cad2f35b13dd7b277b69a33af99a42", - "Addresses": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "AllowedIPs": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "Endpoints": ["77.164.248.136:35488", "10.65.0.27:35488", "172.17.0.1:35488"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 59337}, - {"Proto": "peerapi6", "Port": 59337} - ]}, - "Created": "2026-04-09T01:38:24.956320824Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6802359744679295, - "StableID": "n8Zw3STo7v11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "DiscoKey": "discokey:ae1217c29dfddf8e631fefe532b692a72b574170c1e6fa358a831a9feac86a28", - "Addresses": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "AllowedIPs": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "Endpoints": ["77.164.248.136:53856", "10.65.0.27:53856", "172.17.0.1:53856"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50584}, - {"Proto": "peerapi6", "Port": 50584} - ]}, - "Created": "2026-04-09T01:38:23.344457297Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 7797916906757876, - "StableID": "nPrcL94ht321CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "DiscoKey": "discokey:6b3a2a2699182a2daa8a73d85394e9d18b12c8a33ee5caee9879f2eee0407d60", - "Addresses": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "AllowedIPs": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "Endpoints": ["77.164.248.136:55660", "10.65.0.27:55660", "172.17.0.1:55660"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61142}, - {"Proto": "peerapi6", "Port": 61142} - ]}, - "Created": "2026-04-09T01:38:26.031215307Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 7831896339230012, - "StableID": "njAsRud5A421CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "DiscoKey": "discokey:1dce0ba792916a5e4f6ed432c400d734eaef9b39cd04de8c70168e826ce71160", - "Addresses": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "AllowedIPs": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "Endpoints": ["77.164.248.136:49529", "10.65.0.27:49529", "172.17.0.1:49529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57775}, - {"Proto": "peerapi6", "Port": 57775} - ]}, - "Created": "2026-04-09T01:38:23.869467061Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 8149842433397624, - "StableID": "n9ds1PY5e621CNTRL", + "ID": 4783663576724388, + "StableID": "n1uYPNjXMe11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "DiscoKey": "discokey:994130a52f419d8442ba2608188cd3ace53838f6003b4045a6688a7fa193661f", - "Addresses": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "AllowedIPs": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "Endpoints": ["77.164.248.136:43721", "10.65.0.27:43721", "172.17.0.1:43721"], + "Key": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "DiscoKey": "discokey:71daab2e0caf6a54d78d41dddd9d85339cbbcbe91087579df881083046cf2d79", + "Addresses": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "AllowedIPs": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "Endpoints": ["77.164.248.136:59003", "10.65.0.27:59003", "172.17.0.1:59003"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 65267}, - {"Proto": "peerapi6", "Port": 65267} + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} ]}, - "Created": "2026-04-09T01:38:24.410898704Z", + "Created": "2026-04-09T08:44:09.861913751Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8696202907862692, - "StableID": "nM1mDFWXuA21CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 6595112389312353, + "StableID": "nrPewJRwVt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "DiscoKey": "discokey:d817cd6a71746d932555912fba35203d5b55aefa5dc99841b5c53b621a49e70f", - "Addresses": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "AllowedIPs": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "Endpoints": ["77.164.248.136:60216", "10.65.0.27:60216", "172.17.0.1:60216"], + "Key": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "DiscoKey": "discokey:6d85e8c0a28d86ccd65698c4e7a734777b9c86dfe1140e72bdf66d94c73bd57e", + "Addresses": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "AllowedIPs": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "Endpoints": ["77.164.248.136:56994", "10.65.0.27:56994", "172.17.0.1:56994"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40370}, - {"Proto": "peerapi6", "Port": 40370} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 48967}, + {"Proto": "peerapi6", "Port": 48967} ]}, - "Created": "2026-04-09T01:38:26.592506678Z", + "Created": "2026-04-09T08:44:10.939193036Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6666492497609035, + "StableID": "nSNbgJTG4u11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "DiscoKey": "discokey:a350e3626a31ce26deb025c5a4dab5ca6be37dd69e8aabed8f1fabd251563967", + "Addresses": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "AllowedIPs": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "Endpoints": ["77.164.248.136:44734", "10.65.0.27:44734", "172.17.0.1:44734"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 44023}, + {"Proto": "peerapi6", "Port": 44023} + ]}, + "Created": "2026-04-09T08:44:10.40946403Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7018700871258637, + "StableID": "ntvhaUNnow11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:c387cbe15d6e0639f64bd7268f0a9800710fa9b7158054691a015b4d5699901f", + "Addresses": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "AllowedIPs": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 61997}, + {"Proto": "peerapi6", "Port": 61997} + ]}, + "Created": "2026-04-09T08:44:14.683605444Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7509731513420861, + "StableID": "nz5UyvuAe121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "DiscoKey": "discokey:d71ab15153f72d2c0fc02b84ed08db92c0e1c8627541d3cf8dc32ad76c02091a", + "Addresses": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "AllowedIPs": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "Endpoints": ["77.164.248.136:58549", "10.65.0.27:58549", "172.17.0.1:58549"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60943}, + {"Proto": "peerapi6", "Port": 60943} + ]}, + "Created": "2026-04-09T08:44:12.536795789Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7730334505847367, + "StableID": "nWehzBn5N321CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "DiscoKey": "discokey:b4614f4c3d6320a3e3f027e0b86c1443ced37c71e9057000bbbe817257636950", + "Addresses": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "AllowedIPs": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "Endpoints": ["77.164.248.136:43219", "10.65.0.27:43219", "172.17.0.1:43219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39514}, + {"Proto": "peerapi6", "Port": 39514} + ]}, + "Created": "2026-04-09T08:44:07.710589496Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7905304661955777, + "StableID": "nryuX1xKj421CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:51faee73ad2ab389c8bad2546cbd03ae78945a7266ad03928497ccfa1f18b33c", + "Addresses": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "AllowedIPs": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "Endpoints": ["77.164.248.136:52418", "10.65.0.27:52418", "172.17.0.1:52418"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 35947}, + {"Proto": "peerapi6", "Port": 35947} + ]}, + "Created": "2026-04-09T08:44:14.152918273Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8403990126998910, + "StableID": "nDcpQ4aBd821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "DiscoKey": "discokey:03716f95ed24379a9e64c329bbf1df54d09f20f02bbc1645784c6da55857b04e", + "Addresses": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "AllowedIPs": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "Endpoints": ["77.164.248.136:60672", "10.65.0.27:60672", "172.17.0.1:60672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 42312}, + {"Proto": "peerapi6", "Port": 42312} + ]}, + "Created": "2026-04-09T08:44:13.081976427Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8504165759683195, + "StableID": "nk153p1ZQ921CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "DiscoKey": "discokey:a9c0b3060e569bda0d1b656591061952778153ebfa379e8037d006025c924a7e", + "Addresses": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "AllowedIPs": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "Endpoints": ["77.164.248.136:50368", "10.65.0.27:50368", "172.17.0.1:50368"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 53547}, + {"Proto": "peerapi6", "Port": 53547} + ]}, + "Created": "2026-04-09T08:44:11.467026912Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8811220554984753, + "StableID": "nCkXqipcoB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "DiscoKey": "discokey:a45cdd77b2170de9af1666beb163e4afa81fdfdb0c9a66989e594c2a5b6ba62b", + "Addresses": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "AllowedIPs": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "Endpoints": ["77.164.248.136:59965", "10.65.0.27:59965", "172.17.0.1:59965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 51372}, + {"Proto": "peerapi6", "Port": 51372} + ]}, + "Created": "2026-04-09T08:44:08.794135344Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8967662490594134, + "StableID": "n5EdyeHU2D21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "DiscoKey": "discokey:cdb3b2d4840e9f1c3bcb33445eaba770433310997f60dc44bc55f4ef2e058465", + "Addresses": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "AllowedIPs": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "Endpoints": ["77.164.248.136:58261", "10.65.0.27:58261", "172.17.0.1:58261"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65501}, + {"Proto": "peerapi6", "Port": 65501} + ]}, + "Created": "2026-04-09T08:44:09.327969299Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -7580,23 +7589,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "kakuna": { @@ -7627,21 +7637,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 1804287243421663, - "StableID": "nNgADrZA6F11CNTRL", + "ID": 7509731513420861, + "StableID": "nz5UyvuAe121CNTRL", "Name": "kakuna.tail78f774.ts.net.", - "User": 1804287243421663, - "Key": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "DiscoKey": "discokey:e6a65674897922c471b5b7a0fef614fd0210476cbf8e631c63017038595fae3c", - "Addresses": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "AllowedIPs": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "Endpoints": ["77.164.248.136:46848", "10.65.0.27:46848", "172.17.0.1:46848"], + "User": 7509731513420861, + "Key": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "DiscoKey": "discokey:d71ab15153f72d2c0fc02b84ed08db92c0e1c8627541d3cf8dc32ad76c02091a", + "Addresses": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "AllowedIPs": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "Endpoints": ["77.164.248.136:58549", "10.65.0.27:58549", "172.17.0.1:58549"], "Hostinfo": {"Hostname": "kakuna", "RequestTags": ["tag:prod"], "Services": [ - {"Proto": "peerapi4", "Port": 35500}, - {"Proto": "peerapi6", "Port": 35500}, + {"Proto": "peerapi4", "Port": 60943}, + {"Proto": "peerapi6", "Port": 60943}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:38:27.128117826Z", + "Created": "2026-04-09T08:44:12.536795789Z", "Tags": ["tag:prod"], "MachineAuthorized": true, "CapMap": { @@ -7669,300 +7679,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "MachineKey": "mkey:e741ff93d2cf41cb9d9de54461367782774ca928783fa33a8769852841055e37", + "NodeKey": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "MachineKey": "mkey:6a0a3b4616bd4fdce698aa1978c6c9cab8c22cca8d8d54f267129687e71d0a4a", "Peers": [{ - "ID": 596373073758012, - "StableID": "n9PyL9i6f511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 576694406056759, + "StableID": "ncHEsUnBW511CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "DiscoKey": "discokey:0b24884fbad4b0a88f03df3fb8d3af66ac34826be2b7a738e69a0fcc7cce7060", - "Addresses": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "AllowedIPs": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "Endpoints": ["77.164.248.136:45289", "10.65.0.27:45289", "172.17.0.1:45289"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36013}, - {"Proto": "peerapi6", "Port": 36013} + "Key": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "DiscoKey": "discokey:e6f63dcf41e6cada86cac07e14d3ddef9a5613c2dc6cf7395650c06296405b0a", + "Addresses": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "AllowedIPs": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "Endpoints": ["77.164.248.136:39792", "10.65.0.27:39792", "172.17.0.1:39792"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 49175}, + {"Proto": "peerapi6", "Port": 49175} ]}, - "Created": "2026-04-09T01:38:27.664536195Z", + "Created": "2026-04-09T08:44:11.999688828Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 814973621572786, - "StableID": "nqz9CZy6N711CNTRL", + "ID": 689764973387744, + "StableID": "n1P8iTxPP611CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "DiscoKey": "discokey:f434973e2f56c928d2cf73aa6f4d65fd0a449bd3c5e3df9f28e3c82fbb78bf3a", - "Addresses": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "AllowedIPs": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "Endpoints": ["77.164.248.136:60992", "10.65.0.27:60992", "172.17.0.1:60992"], + "Key": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "DiscoKey": "discokey:2e4806adef72d5992993438e3891247aae5d38e00992cd8bf3943873c743b610", + "Addresses": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "AllowedIPs": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "Endpoints": ["77.164.248.136:33753", "10.65.0.27:33753", "172.17.0.1:33753"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 40292}, - {"Proto": "peerapi6", "Port": 40292} + {"Proto": "peerapi4", "Port": 62519}, + {"Proto": "peerapi6", "Port": 62519} ]}, - "Created": "2026-04-09T01:38:22.84211813Z", + "Created": "2026-04-09T08:44:08.250741517Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 1760564828654121, - "StableID": "nxLx844NkE11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "KeyExpiry": "2026-10-06T01:38:29Z", - "DiscoKey": "discokey:8f349be3ec03bbb32aea9e767211bd02c5c958415843567d8c659a6ae7eae76a", - "Addresses": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "AllowedIPs": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40466}, - {"Proto": "peerapi6", "Port": 40466} - ]}, - "Created": "2026-04-09T01:38:29.302599017Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 2083072077406686, - "StableID": "nffSLjmRGH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "DiscoKey": "discokey:ccb98910d3be49af59a65d95bb994dc4f141c2af40a1484c3c837cb455646018", - "Addresses": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "AllowedIPs": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "Endpoints": ["77.164.248.136:37565", "10.65.0.27:37565", "172.17.0.1:37565"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37233}, - {"Proto": "peerapi6", "Port": 37233} - ]}, - "Created": "2026-04-09T01:38:22.247346409Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2432604116074304, - "StableID": "nBCDgLPjzK11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:d2c260b42930b1de7eb3cc5efdc574cf6df5711f962b1af17e2743ef97fc1215", - "Addresses": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "AllowedIPs": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "Endpoints": ["77.164.248.136:40491", "10.65.0.27:40491", "172.17.0.1:40491"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 40271}, - {"Proto": "peerapi6", "Port": 40271} - ]}, - "Created": "2026-04-09T01:38:28.206751669Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4604515424118396, - "StableID": "nZ3Dc7pPxc11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:ded8ca1724bc1007eb80b0e0cc441e281114c296b9bee13a8b5725e086b2a217", - "Addresses": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "AllowedIPs": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "Endpoints": ["77.164.248.136:38639", "10.65.0.27:38639", "172.17.0.1:38639"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 40508}, - {"Proto": "peerapi6", "Port": 40508} - ]}, - "Created": "2026-04-09T01:38:28.804560223Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5569709331645737, - "StableID": "nLAi4YpXVk11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "DiscoKey": "discokey:26d88a017b537f45407bfba52b86a2f7e50120cfa13349a53a40ab5d0959de04", - "Addresses": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "AllowedIPs": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "Endpoints": ["77.164.248.136:38318", "10.65.0.27:38318", "172.17.0.1:38318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58761}, - {"Proto": "peerapi6", "Port": 58761} - ]}, - "Created": "2026-04-09T01:38:25.501233687Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6553437163989548, - "StableID": "nHySzXg4Bt11CNTRL", + "ID": 2251826358847041, + "StableID": "nW1EKHfraJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "DiscoKey": "discokey:534d0ebafe6cec07afed22a99e19549a886dec2f64a002a2b07090104ec0a734", - "Addresses": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "AllowedIPs": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "Endpoints": ["77.164.248.136:52788", "10.65.0.27:52788", "172.17.0.1:52788"], + "Key": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "DiscoKey": "discokey:a21751ae707acf6e12eda8947e6e976407a42cfadf13710a920a12d21c6abf46", + "Addresses": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "AllowedIPs": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "Endpoints": ["77.164.248.136:46846", "10.65.0.27:46846", "172.17.0.1:46846"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 65257}, - {"Proto": "peerapi6", "Port": 65257} + {"Proto": "peerapi4", "Port": 43914}, + {"Proto": "peerapi6", "Port": 43914} ]}, - "Created": "2026-04-09T01:38:21.699047155Z", + "Created": "2026-04-09T08:44:07.174858253Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6638652402138112, - "StableID": "n3EEnC9fqt11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "DiscoKey": "discokey:2cec45c1787f19c48495642a3e9c63d9c8cad2f35b13dd7b277b69a33af99a42", - "Addresses": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "AllowedIPs": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "Endpoints": ["77.164.248.136:35488", "10.65.0.27:35488", "172.17.0.1:35488"], + "ID": 3346708397797202, + "StableID": "nyUErZMj8T11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "KeyExpiry": "2026-10-06T08:44:13Z", + "DiscoKey": "discokey:027bc4c3e8141c25e6b35bae4fe1987b178bb943c3e362a4868152a05907077b", + "Addresses": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "AllowedIPs": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "Endpoints": ["77.164.248.136:60243", "10.65.0.27:60243", "172.17.0.1:60243"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 59337}, - {"Proto": "peerapi6", "Port": 59337} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 49864}, + {"Proto": "peerapi6", "Port": 49864} ]}, - "Created": "2026-04-09T01:38:24.956320824Z", + "Created": "2026-04-09T08:44:13.610610077Z", "Cap": 131, - "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6802359744679295, - "StableID": "n8Zw3STo7v11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "DiscoKey": "discokey:ae1217c29dfddf8e631fefe532b692a72b574170c1e6fa358a831a9feac86a28", - "Addresses": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "AllowedIPs": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "Endpoints": ["77.164.248.136:53856", "10.65.0.27:53856", "172.17.0.1:53856"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50584}, - {"Proto": "peerapi6", "Port": 50584} - ]}, - "Created": "2026-04-09T01:38:23.344457297Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 7797916906757876, - "StableID": "nPrcL94ht321CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "DiscoKey": "discokey:6b3a2a2699182a2daa8a73d85394e9d18b12c8a33ee5caee9879f2eee0407d60", - "Addresses": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "AllowedIPs": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "Endpoints": ["77.164.248.136:55660", "10.65.0.27:55660", "172.17.0.1:55660"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61142}, - {"Proto": "peerapi6", "Port": 61142} - ]}, - "Created": "2026-04-09T01:38:26.031215307Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 7831896339230012, - "StableID": "njAsRud5A421CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "DiscoKey": "discokey:1dce0ba792916a5e4f6ed432c400d734eaef9b39cd04de8c70168e826ce71160", - "Addresses": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "AllowedIPs": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "Endpoints": ["77.164.248.136:49529", "10.65.0.27:49529", "172.17.0.1:49529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57775}, - {"Proto": "peerapi6", "Port": 57775} - ]}, - "Created": "2026-04-09T01:38:23.869467061Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 8149842433397624, - "StableID": "n9ds1PY5e621CNTRL", + "ID": 4783663576724388, + "StableID": "n1uYPNjXMe11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "DiscoKey": "discokey:994130a52f419d8442ba2608188cd3ace53838f6003b4045a6688a7fa193661f", - "Addresses": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "AllowedIPs": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "Endpoints": ["77.164.248.136:43721", "10.65.0.27:43721", "172.17.0.1:43721"], + "Key": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "DiscoKey": "discokey:71daab2e0caf6a54d78d41dddd9d85339cbbcbe91087579df881083046cf2d79", + "Addresses": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "AllowedIPs": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "Endpoints": ["77.164.248.136:59003", "10.65.0.27:59003", "172.17.0.1:59003"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 65267}, - {"Proto": "peerapi6", "Port": 65267} + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} ]}, - "Created": "2026-04-09T01:38:24.410898704Z", + "Created": "2026-04-09T08:44:09.861913751Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8696202907862692, - "StableID": "nM1mDFWXuA21CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 6595112389312353, + "StableID": "nrPewJRwVt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "DiscoKey": "discokey:d817cd6a71746d932555912fba35203d5b55aefa5dc99841b5c53b621a49e70f", - "Addresses": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "AllowedIPs": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "Endpoints": ["77.164.248.136:60216", "10.65.0.27:60216", "172.17.0.1:60216"], + "Key": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "DiscoKey": "discokey:6d85e8c0a28d86ccd65698c4e7a734777b9c86dfe1140e72bdf66d94c73bd57e", + "Addresses": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "AllowedIPs": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "Endpoints": ["77.164.248.136:56994", "10.65.0.27:56994", "172.17.0.1:56994"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40370}, - {"Proto": "peerapi6", "Port": 40370} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 48967}, + {"Proto": "peerapi6", "Port": 48967} ]}, - "Created": "2026-04-09T01:38:26.592506678Z", + "Created": "2026-04-09T08:44:10.939193036Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6666492497609035, + "StableID": "nSNbgJTG4u11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "DiscoKey": "discokey:a350e3626a31ce26deb025c5a4dab5ca6be37dd69e8aabed8f1fabd251563967", + "Addresses": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "AllowedIPs": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "Endpoints": ["77.164.248.136:44734", "10.65.0.27:44734", "172.17.0.1:44734"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 44023}, + {"Proto": "peerapi6", "Port": 44023} + ]}, + "Created": "2026-04-09T08:44:10.40946403Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7018700871258637, + "StableID": "ntvhaUNnow11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:c387cbe15d6e0639f64bd7268f0a9800710fa9b7158054691a015b4d5699901f", + "Addresses": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "AllowedIPs": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 61997}, + {"Proto": "peerapi6", "Port": 61997} + ]}, + "Created": "2026-04-09T08:44:14.683605444Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7730334505847367, + "StableID": "nWehzBn5N321CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "DiscoKey": "discokey:b4614f4c3d6320a3e3f027e0b86c1443ced37c71e9057000bbbe817257636950", + "Addresses": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "AllowedIPs": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "Endpoints": ["77.164.248.136:43219", "10.65.0.27:43219", "172.17.0.1:43219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39514}, + {"Proto": "peerapi6", "Port": 39514} + ]}, + "Created": "2026-04-09T08:44:07.710589496Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7905304661955777, + "StableID": "nryuX1xKj421CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:51faee73ad2ab389c8bad2546cbd03ae78945a7266ad03928497ccfa1f18b33c", + "Addresses": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "AllowedIPs": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "Endpoints": ["77.164.248.136:52418", "10.65.0.27:52418", "172.17.0.1:52418"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 35947}, + {"Proto": "peerapi6", "Port": 35947} + ]}, + "Created": "2026-04-09T08:44:14.152918273Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8403990126998910, + "StableID": "nDcpQ4aBd821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "DiscoKey": "discokey:03716f95ed24379a9e64c329bbf1df54d09f20f02bbc1645784c6da55857b04e", + "Addresses": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "AllowedIPs": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "Endpoints": ["77.164.248.136:60672", "10.65.0.27:60672", "172.17.0.1:60672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 42312}, + {"Proto": "peerapi6", "Port": 42312} + ]}, + "Created": "2026-04-09T08:44:13.081976427Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8504165759683195, + "StableID": "nk153p1ZQ921CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "DiscoKey": "discokey:a9c0b3060e569bda0d1b656591061952778153ebfa379e8037d006025c924a7e", + "Addresses": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "AllowedIPs": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "Endpoints": ["77.164.248.136:50368", "10.65.0.27:50368", "172.17.0.1:50368"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 53547}, + {"Proto": "peerapi6", "Port": 53547} + ]}, + "Created": "2026-04-09T08:44:11.467026912Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8811220554984753, + "StableID": "nCkXqipcoB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "DiscoKey": "discokey:a45cdd77b2170de9af1666beb163e4afa81fdfdb0c9a66989e594c2a5b6ba62b", + "Addresses": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "AllowedIPs": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "Endpoints": ["77.164.248.136:59965", "10.65.0.27:59965", "172.17.0.1:59965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 51372}, + {"Proto": "peerapi6", "Port": 51372} + ]}, + "Created": "2026-04-09T08:44:08.794135344Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8967662490594134, + "StableID": "n5EdyeHU2D21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "DiscoKey": "discokey:cdb3b2d4840e9f1c3bcb33445eaba770433310997f60dc44bc55f4ef2e058465", + "Addresses": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "AllowedIPs": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "Endpoints": ["77.164.248.136:58261", "10.65.0.27:58261", "172.17.0.1:58261"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65501}, + {"Proto": "peerapi6", "Port": 65501} + ]}, + "Created": "2026-04-09T08:44:09.327969299Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -8810,27 +8820,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "1804287243421663": { - "ID": 1804287243421663, - "LoginName": "kakuna.tail78f774.ts.net", - "DisplayName": "kakuna" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7509731513420861": { + "ID": 7509731513420861, + "LoginName": "kakuna.tail78f774.ts.net", + "DisplayName": "kakuna" + } + } }, "ssh_rules": [] }, "pidgeotto": { @@ -8861,26 +8873,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 2083072077406686, - "StableID": "nffSLjmRGH11CNTRL", + "ID": 7730334505847367, + "StableID": "nWehzBn5N321CNTRL", "Name": "pidgeotto.tail78f774.ts.net.", - "User": 2083072077406686, - "Key": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "DiscoKey": "discokey:ccb98910d3be49af59a65d95bb994dc4f141c2af40a1484c3c837cb455646018", - "Addresses": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "AllowedIPs": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "Endpoints": ["77.164.248.136:37565", "10.65.0.27:37565", "172.17.0.1:37565"], + "User": 7730334505847367, + "Key": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "DiscoKey": "discokey:b4614f4c3d6320a3e3f027e0b86c1443ced37c71e9057000bbbe817257636950", + "Addresses": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "AllowedIPs": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "Endpoints": ["77.164.248.136:43219", "10.65.0.27:43219", "172.17.0.1:43219"], "Hostinfo": { "Hostname": "pidgeotto", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgeotto"], "Services": [ - {"Proto": "peerapi4", "Port": 37233}, - {"Proto": "peerapi6", "Port": 37233}, + {"Proto": "peerapi4", "Port": 39514}, + {"Proto": "peerapi6", "Port": 39514}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:38:22.247346409Z", + "Created": "2026-04-09T08:44:07.710589496Z", "Tags": ["tag:pidgeotto"], "MachineAuthorized": true, "CapMap": { @@ -8908,302 +8920,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "MachineKey": "mkey:645f4e9883d998c5d18d8d97a95ceeb1b36f3bdc2410e1c2a9186ab1d11c6570", + "NodeKey": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "MachineKey": "mkey:7c8f20ac45ca0dffa5c86d7c414c23c8cf91d6800af428d12ecae933ab3b920a", "Peers": [{ - "ID": 596373073758012, - "StableID": "n9PyL9i6f511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 576694406056759, + "StableID": "ncHEsUnBW511CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "DiscoKey": "discokey:0b24884fbad4b0a88f03df3fb8d3af66ac34826be2b7a738e69a0fcc7cce7060", - "Addresses": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "AllowedIPs": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "Endpoints": ["77.164.248.136:45289", "10.65.0.27:45289", "172.17.0.1:45289"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36013}, - {"Proto": "peerapi6", "Port": 36013} + "Key": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "DiscoKey": "discokey:e6f63dcf41e6cada86cac07e14d3ddef9a5613c2dc6cf7395650c06296405b0a", + "Addresses": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "AllowedIPs": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "Endpoints": ["77.164.248.136:39792", "10.65.0.27:39792", "172.17.0.1:39792"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 49175}, + {"Proto": "peerapi6", "Port": 49175} ]}, - "Created": "2026-04-09T01:38:27.664536195Z", + "Created": "2026-04-09T08:44:11.999688828Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 814973621572786, - "StableID": "nqz9CZy6N711CNTRL", + "ID": 689764973387744, + "StableID": "n1P8iTxPP611CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "DiscoKey": "discokey:f434973e2f56c928d2cf73aa6f4d65fd0a449bd3c5e3df9f28e3c82fbb78bf3a", - "Addresses": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "AllowedIPs": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "Endpoints": ["77.164.248.136:60992", "10.65.0.27:60992", "172.17.0.1:60992"], + "Key": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "DiscoKey": "discokey:2e4806adef72d5992993438e3891247aae5d38e00992cd8bf3943873c743b610", + "Addresses": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "AllowedIPs": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "Endpoints": ["77.164.248.136:33753", "10.65.0.27:33753", "172.17.0.1:33753"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 40292}, - {"Proto": "peerapi6", "Port": 40292} + {"Proto": "peerapi4", "Port": 62519}, + {"Proto": "peerapi6", "Port": 62519} ]}, - "Created": "2026-04-09T01:38:22.84211813Z", + "Created": "2026-04-09T08:44:08.250741517Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 1760564828654121, - "StableID": "nxLx844NkE11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "KeyExpiry": "2026-10-06T01:38:29Z", - "DiscoKey": "discokey:8f349be3ec03bbb32aea9e767211bd02c5c958415843567d8c659a6ae7eae76a", - "Addresses": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "AllowedIPs": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "Endpoints": ["77.164.248.136:33831", "10.65.0.27:33831", "172.17.0.1:33831"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40466}, - {"Proto": "peerapi6", "Port": 40466} - ]}, - "Created": "2026-04-09T01:38:29.302599017Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1804287243421663, - "StableID": "nNgADrZA6F11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "DiscoKey": "discokey:e6a65674897922c471b5b7a0fef614fd0210476cbf8e631c63017038595fae3c", - "Addresses": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "AllowedIPs": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "Endpoints": ["77.164.248.136:46848", "10.65.0.27:46848", "172.17.0.1:46848"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35500}, - {"Proto": "peerapi6", "Port": 35500} - ]}, - "Created": "2026-04-09T01:38:27.128117826Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2432604116074304, - "StableID": "nBCDgLPjzK11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:d2c260b42930b1de7eb3cc5efdc574cf6df5711f962b1af17e2743ef97fc1215", - "Addresses": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "AllowedIPs": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "Endpoints": ["77.164.248.136:40491", "10.65.0.27:40491", "172.17.0.1:40491"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 40271}, - {"Proto": "peerapi6", "Port": 40271} - ]}, - "Created": "2026-04-09T01:38:28.206751669Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4604515424118396, - "StableID": "nZ3Dc7pPxc11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:ded8ca1724bc1007eb80b0e0cc441e281114c296b9bee13a8b5725e086b2a217", - "Addresses": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "AllowedIPs": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "Endpoints": ["77.164.248.136:38639", "10.65.0.27:38639", "172.17.0.1:38639"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 40508}, - {"Proto": "peerapi6", "Port": 40508} - ]}, - "Created": "2026-04-09T01:38:28.804560223Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5569709331645737, - "StableID": "nLAi4YpXVk11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "DiscoKey": "discokey:26d88a017b537f45407bfba52b86a2f7e50120cfa13349a53a40ab5d0959de04", - "Addresses": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "AllowedIPs": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "Endpoints": ["77.164.248.136:38318", "10.65.0.27:38318", "172.17.0.1:38318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58761}, - {"Proto": "peerapi6", "Port": 58761} - ]}, - "Created": "2026-04-09T01:38:25.501233687Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6553437163989548, - "StableID": "nHySzXg4Bt11CNTRL", + "ID": 2251826358847041, + "StableID": "nW1EKHfraJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "DiscoKey": "discokey:534d0ebafe6cec07afed22a99e19549a886dec2f64a002a2b07090104ec0a734", - "Addresses": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "AllowedIPs": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "Endpoints": ["77.164.248.136:52788", "10.65.0.27:52788", "172.17.0.1:52788"], + "Key": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "DiscoKey": "discokey:a21751ae707acf6e12eda8947e6e976407a42cfadf13710a920a12d21c6abf46", + "Addresses": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "AllowedIPs": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "Endpoints": ["77.164.248.136:46846", "10.65.0.27:46846", "172.17.0.1:46846"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 65257}, - {"Proto": "peerapi6", "Port": 65257} + {"Proto": "peerapi4", "Port": 43914}, + {"Proto": "peerapi6", "Port": 43914} ]}, - "Created": "2026-04-09T01:38:21.699047155Z", + "Created": "2026-04-09T08:44:07.174858253Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6638652402138112, - "StableID": "n3EEnC9fqt11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "DiscoKey": "discokey:2cec45c1787f19c48495642a3e9c63d9c8cad2f35b13dd7b277b69a33af99a42", - "Addresses": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "AllowedIPs": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "Endpoints": ["77.164.248.136:35488", "10.65.0.27:35488", "172.17.0.1:35488"], + "ID": 3346708397797202, + "StableID": "nyUErZMj8T11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "KeyExpiry": "2026-10-06T08:44:13Z", + "DiscoKey": "discokey:027bc4c3e8141c25e6b35bae4fe1987b178bb943c3e362a4868152a05907077b", + "Addresses": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "AllowedIPs": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "Endpoints": ["77.164.248.136:60243", "10.65.0.27:60243", "172.17.0.1:60243"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 59337}, - {"Proto": "peerapi6", "Port": 59337} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 49864}, + {"Proto": "peerapi6", "Port": 49864} ]}, - "Created": "2026-04-09T01:38:24.956320824Z", + "Created": "2026-04-09T08:44:13.610610077Z", "Cap": 131, - "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6802359744679295, - "StableID": "n8Zw3STo7v11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "DiscoKey": "discokey:ae1217c29dfddf8e631fefe532b692a72b574170c1e6fa358a831a9feac86a28", - "Addresses": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "AllowedIPs": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "Endpoints": ["77.164.248.136:53856", "10.65.0.27:53856", "172.17.0.1:53856"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50584}, - {"Proto": "peerapi6", "Port": 50584} - ]}, - "Created": "2026-04-09T01:38:23.344457297Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 7797916906757876, - "StableID": "nPrcL94ht321CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "DiscoKey": "discokey:6b3a2a2699182a2daa8a73d85394e9d18b12c8a33ee5caee9879f2eee0407d60", - "Addresses": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "AllowedIPs": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "Endpoints": ["77.164.248.136:55660", "10.65.0.27:55660", "172.17.0.1:55660"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61142}, - {"Proto": "peerapi6", "Port": 61142} - ]}, - "Created": "2026-04-09T01:38:26.031215307Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 7831896339230012, - "StableID": "njAsRud5A421CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "DiscoKey": "discokey:1dce0ba792916a5e4f6ed432c400d734eaef9b39cd04de8c70168e826ce71160", - "Addresses": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "AllowedIPs": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "Endpoints": ["77.164.248.136:49529", "10.65.0.27:49529", "172.17.0.1:49529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57775}, - {"Proto": "peerapi6", "Port": 57775} - ]}, - "Created": "2026-04-09T01:38:23.869467061Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 8149842433397624, - "StableID": "n9ds1PY5e621CNTRL", + "ID": 4783663576724388, + "StableID": "n1uYPNjXMe11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "DiscoKey": "discokey:994130a52f419d8442ba2608188cd3ace53838f6003b4045a6688a7fa193661f", - "Addresses": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "AllowedIPs": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "Endpoints": ["77.164.248.136:43721", "10.65.0.27:43721", "172.17.0.1:43721"], + "Key": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "DiscoKey": "discokey:71daab2e0caf6a54d78d41dddd9d85339cbbcbe91087579df881083046cf2d79", + "Addresses": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "AllowedIPs": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "Endpoints": ["77.164.248.136:59003", "10.65.0.27:59003", "172.17.0.1:59003"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 65267}, - {"Proto": "peerapi6", "Port": 65267} + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} ]}, - "Created": "2026-04-09T01:38:24.410898704Z", + "Created": "2026-04-09T08:44:09.861913751Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8696202907862692, - "StableID": "nM1mDFWXuA21CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 6595112389312353, + "StableID": "nrPewJRwVt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "DiscoKey": "discokey:d817cd6a71746d932555912fba35203d5b55aefa5dc99841b5c53b621a49e70f", - "Addresses": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "AllowedIPs": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "Endpoints": ["77.164.248.136:60216", "10.65.0.27:60216", "172.17.0.1:60216"], + "Key": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "DiscoKey": "discokey:6d85e8c0a28d86ccd65698c4e7a734777b9c86dfe1140e72bdf66d94c73bd57e", + "Addresses": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "AllowedIPs": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "Endpoints": ["77.164.248.136:56994", "10.65.0.27:56994", "172.17.0.1:56994"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40370}, - {"Proto": "peerapi6", "Port": 40370} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 48967}, + {"Proto": "peerapi6", "Port": 48967} ]}, - "Created": "2026-04-09T01:38:26.592506678Z", + "Created": "2026-04-09T08:44:10.939193036Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6666492497609035, + "StableID": "nSNbgJTG4u11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "DiscoKey": "discokey:a350e3626a31ce26deb025c5a4dab5ca6be37dd69e8aabed8f1fabd251563967", + "Addresses": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "AllowedIPs": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "Endpoints": ["77.164.248.136:44734", "10.65.0.27:44734", "172.17.0.1:44734"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 44023}, + {"Proto": "peerapi6", "Port": 44023} + ]}, + "Created": "2026-04-09T08:44:10.40946403Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7018700871258637, + "StableID": "ntvhaUNnow11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:c387cbe15d6e0639f64bd7268f0a9800710fa9b7158054691a015b4d5699901f", + "Addresses": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "AllowedIPs": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "Endpoints": ["77.164.248.136:58731", "10.65.0.27:58731", "172.17.0.1:58731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 61997}, + {"Proto": "peerapi6", "Port": 61997} + ]}, + "Created": "2026-04-09T08:44:14.683605444Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7509731513420861, + "StableID": "nz5UyvuAe121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "DiscoKey": "discokey:d71ab15153f72d2c0fc02b84ed08db92c0e1c8627541d3cf8dc32ad76c02091a", + "Addresses": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "AllowedIPs": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "Endpoints": ["77.164.248.136:58549", "10.65.0.27:58549", "172.17.0.1:58549"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60943}, + {"Proto": "peerapi6", "Port": 60943} + ]}, + "Created": "2026-04-09T08:44:12.536795789Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7905304661955777, + "StableID": "nryuX1xKj421CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:51faee73ad2ab389c8bad2546cbd03ae78945a7266ad03928497ccfa1f18b33c", + "Addresses": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "AllowedIPs": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "Endpoints": ["77.164.248.136:52418", "10.65.0.27:52418", "172.17.0.1:52418"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 35947}, + {"Proto": "peerapi6", "Port": 35947} + ]}, + "Created": "2026-04-09T08:44:14.152918273Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8403990126998910, + "StableID": "nDcpQ4aBd821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "DiscoKey": "discokey:03716f95ed24379a9e64c329bbf1df54d09f20f02bbc1645784c6da55857b04e", + "Addresses": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "AllowedIPs": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "Endpoints": ["77.164.248.136:60672", "10.65.0.27:60672", "172.17.0.1:60672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 42312}, + {"Proto": "peerapi6", "Port": 42312} + ]}, + "Created": "2026-04-09T08:44:13.081976427Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8504165759683195, + "StableID": "nk153p1ZQ921CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "DiscoKey": "discokey:a9c0b3060e569bda0d1b656591061952778153ebfa379e8037d006025c924a7e", + "Addresses": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "AllowedIPs": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "Endpoints": ["77.164.248.136:50368", "10.65.0.27:50368", "172.17.0.1:50368"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 53547}, + {"Proto": "peerapi6", "Port": 53547} + ]}, + "Created": "2026-04-09T08:44:11.467026912Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8811220554984753, + "StableID": "nCkXqipcoB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "DiscoKey": "discokey:a45cdd77b2170de9af1666beb163e4afa81fdfdb0c9a66989e594c2a5b6ba62b", + "Addresses": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "AllowedIPs": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "Endpoints": ["77.164.248.136:59965", "10.65.0.27:59965", "172.17.0.1:59965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 51372}, + {"Proto": "peerapi6", "Port": 51372} + ]}, + "Created": "2026-04-09T08:44:08.794135344Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8967662490594134, + "StableID": "n5EdyeHU2D21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "DiscoKey": "discokey:cdb3b2d4840e9f1c3bcb33445eaba770433310997f60dc44bc55f4ef2e058465", + "Addresses": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "AllowedIPs": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "Endpoints": ["77.164.248.136:58261", "10.65.0.27:58261", "172.17.0.1:58261"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65501}, + {"Proto": "peerapi6", "Port": 65501} + ]}, + "Created": "2026-04-09T08:44:09.327969299Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -10051,27 +10063,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "2083072077406686": { - "ID": 2083072077406686, - "LoginName": "pidgeotto.tail78f774.ts.net", - "DisplayName": "pidgeotto" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "7730334505847367": { + "ID": 7730334505847367, + "LoginName": "pidgeotto.tail78f774.ts.net", + "DisplayName": "pidgeotto" + } + } }, "ssh_rules": [] }, "pidgey": { @@ -10102,26 +10116,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6553437163989548, - "StableID": "nHySzXg4Bt11CNTRL", + "ID": 2251826358847041, + "StableID": "nW1EKHfraJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", - "User": 6553437163989548, - "Key": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "DiscoKey": "discokey:534d0ebafe6cec07afed22a99e19549a886dec2f64a002a2b07090104ec0a734", - "Addresses": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "AllowedIPs": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "Endpoints": ["77.164.248.136:52788", "10.65.0.27:52788", "172.17.0.1:52788"], + "User": 2251826358847041, + "Key": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "DiscoKey": "discokey:a21751ae707acf6e12eda8947e6e976407a42cfadf13710a920a12d21c6abf46", + "Addresses": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "AllowedIPs": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "Endpoints": ["77.164.248.136:46846", "10.65.0.27:46846", "172.17.0.1:46846"], "Hostinfo": { "Hostname": "pidgey", "RoutableIPs": ["0.0.0.0/0", "::/0"], "RequestTags": ["tag:pidgey"], "Services": [ - {"Proto": "peerapi4", "Port": 65257}, - {"Proto": "peerapi6", "Port": 65257}, + {"Proto": "peerapi4", "Port": 43914}, + {"Proto": "peerapi6", "Port": 43914}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:38:21.699047155Z", + "Created": "2026-04-09T08:44:07.174858253Z", "Tags": ["tag:pidgey"], "MachineAuthorized": true, "CapMap": { @@ -10149,302 +10163,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "MachineKey": "mkey:a1d6d77e04b75b59f66a8cc8db1b247caa7e5db9fef344089a6c130de7376431", + "NodeKey": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "MachineKey": "mkey:39f2d4fc74b2db0f1d9d646d43f3a9ba0bb3f5a62fe10c33c8f608d3f00cad7c", "Peers": [{ - "ID": 596373073758012, - "StableID": "n9PyL9i6f511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 576694406056759, + "StableID": "ncHEsUnBW511CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "DiscoKey": "discokey:0b24884fbad4b0a88f03df3fb8d3af66ac34826be2b7a738e69a0fcc7cce7060", - "Addresses": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "AllowedIPs": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "Endpoints": ["77.164.248.136:45289", "10.65.0.27:45289", "172.17.0.1:45289"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36013}, - {"Proto": "peerapi6", "Port": 36013} + "Key": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "DiscoKey": "discokey:e6f63dcf41e6cada86cac07e14d3ddef9a5613c2dc6cf7395650c06296405b0a", + "Addresses": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "AllowedIPs": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "Endpoints": ["77.164.248.136:39792", "10.65.0.27:39792", "172.17.0.1:39792"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 49175}, + {"Proto": "peerapi6", "Port": 49175} ]}, - "Created": "2026-04-09T01:38:27.664536195Z", + "Created": "2026-04-09T08:44:11.999688828Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 814973621572786, - "StableID": "nqz9CZy6N711CNTRL", + "ID": 689764973387744, + "StableID": "n1P8iTxPP611CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "DiscoKey": "discokey:f434973e2f56c928d2cf73aa6f4d65fd0a449bd3c5e3df9f28e3c82fbb78bf3a", - "Addresses": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "AllowedIPs": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "Endpoints": ["77.164.248.136:60992", "10.65.0.27:60992", "172.17.0.1:60992"], + "Key": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "DiscoKey": "discokey:2e4806adef72d5992993438e3891247aae5d38e00992cd8bf3943873c743b610", + "Addresses": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "AllowedIPs": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "Endpoints": ["77.164.248.136:33753", "10.65.0.27:33753", "172.17.0.1:33753"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 40292}, - {"Proto": "peerapi6", "Port": 40292} + {"Proto": "peerapi4", "Port": 62519}, + {"Proto": "peerapi6", "Port": 62519} ]}, - "Created": "2026-04-09T01:38:22.84211813Z", + "Created": "2026-04-09T08:44:08.250741517Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 1760564828654121, - "StableID": "nxLx844NkE11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "KeyExpiry": "2026-10-06T01:38:29Z", - "DiscoKey": "discokey:8f349be3ec03bbb32aea9e767211bd02c5c958415843567d8c659a6ae7eae76a", - "Addresses": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "AllowedIPs": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "Endpoints": ["77.164.248.136:33831", "10.65.0.27:33831", "172.17.0.1:33831"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40466}, - {"Proto": "peerapi6", "Port": 40466} - ]}, - "Created": "2026-04-09T01:38:29.302599017Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1804287243421663, - "StableID": "nNgADrZA6F11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "DiscoKey": "discokey:e6a65674897922c471b5b7a0fef614fd0210476cbf8e631c63017038595fae3c", - "Addresses": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "AllowedIPs": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "Endpoints": ["77.164.248.136:46848", "10.65.0.27:46848", "172.17.0.1:46848"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35500}, - {"Proto": "peerapi6", "Port": 35500} - ]}, - "Created": "2026-04-09T01:38:27.128117826Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2083072077406686, - "StableID": "nffSLjmRGH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "DiscoKey": "discokey:ccb98910d3be49af59a65d95bb994dc4f141c2af40a1484c3c837cb455646018", - "Addresses": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "AllowedIPs": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "Endpoints": ["77.164.248.136:37565", "10.65.0.27:37565", "172.17.0.1:37565"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37233}, - {"Proto": "peerapi6", "Port": 37233} - ]}, - "Created": "2026-04-09T01:38:22.247346409Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2432604116074304, - "StableID": "nBCDgLPjzK11CNTRL", + "ID": 3346708397797202, + "StableID": "nyUErZMj8T11CNTRL", "Name": "ivysaur.tail78f774.ts.net.", "User": 4538565228176803, - "Key": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:d2c260b42930b1de7eb3cc5efdc574cf6df5711f962b1af17e2743ef97fc1215", - "Addresses": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "AllowedIPs": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "Endpoints": ["77.164.248.136:40491", "10.65.0.27:40491", "172.17.0.1:40491"], + "Key": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "KeyExpiry": "2026-10-06T08:44:13Z", + "DiscoKey": "discokey:027bc4c3e8141c25e6b35bae4fe1987b178bb943c3e362a4868152a05907077b", + "Addresses": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "AllowedIPs": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "Endpoints": ["77.164.248.136:60243", "10.65.0.27:60243", "172.17.0.1:60243"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 40271}, - {"Proto": "peerapi6", "Port": 40271} + {"Proto": "peerapi4", "Port": 49864}, + {"Proto": "peerapi6", "Port": 49864} ]}, - "Created": "2026-04-09T01:38:28.206751669Z", + "Created": "2026-04-09T08:44:13.610610077Z", "Cap": 131, "Online": true, "ComputedName": "ivysaur", "ComputedNameWithHost": "ivysaur" }, { - "ID": 4604515424118396, - "StableID": "nZ3Dc7pPxc11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:ded8ca1724bc1007eb80b0e0cc441e281114c296b9bee13a8b5725e086b2a217", - "Addresses": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "AllowedIPs": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "Endpoints": ["77.164.248.136:38639", "10.65.0.27:38639", "172.17.0.1:38639"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 40508}, - {"Proto": "peerapi6", "Port": 40508} - ]}, - "Created": "2026-04-09T01:38:28.804560223Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5569709331645737, - "StableID": "nLAi4YpXVk11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "DiscoKey": "discokey:26d88a017b537f45407bfba52b86a2f7e50120cfa13349a53a40ab5d0959de04", - "Addresses": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "AllowedIPs": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "Endpoints": ["77.164.248.136:38318", "10.65.0.27:38318", "172.17.0.1:38318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58761}, - {"Proto": "peerapi6", "Port": 58761} - ]}, - "Created": "2026-04-09T01:38:25.501233687Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6638652402138112, - "StableID": "n3EEnC9fqt11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "DiscoKey": "discokey:2cec45c1787f19c48495642a3e9c63d9c8cad2f35b13dd7b277b69a33af99a42", - "Addresses": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "AllowedIPs": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "Endpoints": ["77.164.248.136:35488", "10.65.0.27:35488", "172.17.0.1:35488"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 59337}, - {"Proto": "peerapi6", "Port": 59337} - ]}, - "Created": "2026-04-09T01:38:24.956320824Z", - "Cap": 131, - "Tags": ["tag:spearow"], - "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" - }, { - "ID": 6802359744679295, - "StableID": "n8Zw3STo7v11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "DiscoKey": "discokey:ae1217c29dfddf8e631fefe532b692a72b574170c1e6fa358a831a9feac86a28", - "Addresses": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "AllowedIPs": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "Endpoints": ["77.164.248.136:53856", "10.65.0.27:53856", "172.17.0.1:53856"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50584}, - {"Proto": "peerapi6", "Port": 50584} - ]}, - "Created": "2026-04-09T01:38:23.344457297Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 7797916906757876, - "StableID": "nPrcL94ht321CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "DiscoKey": "discokey:6b3a2a2699182a2daa8a73d85394e9d18b12c8a33ee5caee9879f2eee0407d60", - "Addresses": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "AllowedIPs": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "Endpoints": ["77.164.248.136:55660", "10.65.0.27:55660", "172.17.0.1:55660"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61142}, - {"Proto": "peerapi6", "Port": 61142} - ]}, - "Created": "2026-04-09T01:38:26.031215307Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 7831896339230012, - "StableID": "njAsRud5A421CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "DiscoKey": "discokey:1dce0ba792916a5e4f6ed432c400d734eaef9b39cd04de8c70168e826ce71160", - "Addresses": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "AllowedIPs": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "Endpoints": ["77.164.248.136:49529", "10.65.0.27:49529", "172.17.0.1:49529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57775}, - {"Proto": "peerapi6", "Port": 57775} - ]}, - "Created": "2026-04-09T01:38:23.869467061Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 8149842433397624, - "StableID": "n9ds1PY5e621CNTRL", + "ID": 4783663576724388, + "StableID": "n1uYPNjXMe11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "DiscoKey": "discokey:994130a52f419d8442ba2608188cd3ace53838f6003b4045a6688a7fa193661f", - "Addresses": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "AllowedIPs": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "Endpoints": ["77.164.248.136:43721", "10.65.0.27:43721", "172.17.0.1:43721"], + "Key": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "DiscoKey": "discokey:71daab2e0caf6a54d78d41dddd9d85339cbbcbe91087579df881083046cf2d79", + "Addresses": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "AllowedIPs": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "Endpoints": ["77.164.248.136:59003", "10.65.0.27:59003", "172.17.0.1:59003"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 65267}, - {"Proto": "peerapi6", "Port": 65267} + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} ]}, - "Created": "2026-04-09T01:38:24.410898704Z", + "Created": "2026-04-09T08:44:09.861913751Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8696202907862692, - "StableID": "nM1mDFWXuA21CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 6595112389312353, + "StableID": "nrPewJRwVt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "DiscoKey": "discokey:d817cd6a71746d932555912fba35203d5b55aefa5dc99841b5c53b621a49e70f", - "Addresses": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "AllowedIPs": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "Endpoints": ["77.164.248.136:60216", "10.65.0.27:60216", "172.17.0.1:60216"], + "Key": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "DiscoKey": "discokey:6d85e8c0a28d86ccd65698c4e7a734777b9c86dfe1140e72bdf66d94c73bd57e", + "Addresses": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "AllowedIPs": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "Endpoints": ["77.164.248.136:56994", "10.65.0.27:56994", "172.17.0.1:56994"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40370}, - {"Proto": "peerapi6", "Port": 40370} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 48967}, + {"Proto": "peerapi6", "Port": 48967} ]}, - "Created": "2026-04-09T01:38:26.592506678Z", + "Created": "2026-04-09T08:44:10.939193036Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6666492497609035, + "StableID": "nSNbgJTG4u11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "DiscoKey": "discokey:a350e3626a31ce26deb025c5a4dab5ca6be37dd69e8aabed8f1fabd251563967", + "Addresses": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "AllowedIPs": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "Endpoints": ["77.164.248.136:44734", "10.65.0.27:44734", "172.17.0.1:44734"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 44023}, + {"Proto": "peerapi6", "Port": 44023} + ]}, + "Created": "2026-04-09T08:44:10.40946403Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7018700871258637, + "StableID": "ntvhaUNnow11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:c387cbe15d6e0639f64bd7268f0a9800710fa9b7158054691a015b4d5699901f", + "Addresses": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "AllowedIPs": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "Endpoints": ["77.164.248.136:58731", "10.65.0.27:58731", "172.17.0.1:58731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 61997}, + {"Proto": "peerapi6", "Port": 61997} + ]}, + "Created": "2026-04-09T08:44:14.683605444Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7509731513420861, + "StableID": "nz5UyvuAe121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "DiscoKey": "discokey:d71ab15153f72d2c0fc02b84ed08db92c0e1c8627541d3cf8dc32ad76c02091a", + "Addresses": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "AllowedIPs": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "Endpoints": ["77.164.248.136:58549", "10.65.0.27:58549", "172.17.0.1:58549"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60943}, + {"Proto": "peerapi6", "Port": 60943} + ]}, + "Created": "2026-04-09T08:44:12.536795789Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7730334505847367, + "StableID": "nWehzBn5N321CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "DiscoKey": "discokey:b4614f4c3d6320a3e3f027e0b86c1443ced37c71e9057000bbbe817257636950", + "Addresses": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "AllowedIPs": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "Endpoints": ["77.164.248.136:43219", "10.65.0.27:43219", "172.17.0.1:43219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39514}, + {"Proto": "peerapi6", "Port": 39514} + ]}, + "Created": "2026-04-09T08:44:07.710589496Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7905304661955777, + "StableID": "nryuX1xKj421CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:51faee73ad2ab389c8bad2546cbd03ae78945a7266ad03928497ccfa1f18b33c", + "Addresses": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "AllowedIPs": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "Endpoints": ["77.164.248.136:52418", "10.65.0.27:52418", "172.17.0.1:52418"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 35947}, + {"Proto": "peerapi6", "Port": 35947} + ]}, + "Created": "2026-04-09T08:44:14.152918273Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8403990126998910, + "StableID": "nDcpQ4aBd821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "DiscoKey": "discokey:03716f95ed24379a9e64c329bbf1df54d09f20f02bbc1645784c6da55857b04e", + "Addresses": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "AllowedIPs": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "Endpoints": ["77.164.248.136:60672", "10.65.0.27:60672", "172.17.0.1:60672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 42312}, + {"Proto": "peerapi6", "Port": 42312} + ]}, + "Created": "2026-04-09T08:44:13.081976427Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8504165759683195, + "StableID": "nk153p1ZQ921CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "DiscoKey": "discokey:a9c0b3060e569bda0d1b656591061952778153ebfa379e8037d006025c924a7e", + "Addresses": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "AllowedIPs": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "Endpoints": ["77.164.248.136:50368", "10.65.0.27:50368", "172.17.0.1:50368"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 53547}, + {"Proto": "peerapi6", "Port": 53547} + ]}, + "Created": "2026-04-09T08:44:11.467026912Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8811220554984753, + "StableID": "nCkXqipcoB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "DiscoKey": "discokey:a45cdd77b2170de9af1666beb163e4afa81fdfdb0c9a66989e594c2a5b6ba62b", + "Addresses": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "AllowedIPs": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "Endpoints": ["77.164.248.136:59965", "10.65.0.27:59965", "172.17.0.1:59965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 51372}, + {"Proto": "peerapi6", "Port": 51372} + ]}, + "Created": "2026-04-09T08:44:08.794135344Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8967662490594134, + "StableID": "n5EdyeHU2D21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "DiscoKey": "discokey:cdb3b2d4840e9f1c3bcb33445eaba770433310997f60dc44bc55f4ef2e058465", + "Addresses": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "AllowedIPs": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "Endpoints": ["77.164.248.136:58261", "10.65.0.27:58261", "172.17.0.1:58261"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65501}, + {"Proto": "peerapi6", "Port": 65501} + ]}, + "Created": "2026-04-09T08:44:09.327969299Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -11292,27 +11306,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6553437163989548": { - "ID": 6553437163989548, - "LoginName": "pidgey.tail78f774.ts.net", - "DisplayName": "pidgey" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "2251826358847041": { + "ID": 2251826358847041, + "LoginName": "pidgey.tail78f774.ts.net", + "DisplayName": "pidgey" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "raticate": { @@ -11343,21 +11359,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7831896339230012, - "StableID": "njAsRud5A421CNTRL", + "ID": 8967662490594134, + "StableID": "n5EdyeHU2D21CNTRL", "Name": "raticate.tail78f774.ts.net.", - "User": 7831896339230012, - "Key": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "DiscoKey": "discokey:1dce0ba792916a5e4f6ed432c400d734eaef9b39cd04de8c70168e826ce71160", - "Addresses": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "AllowedIPs": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "Endpoints": ["77.164.248.136:49529", "10.65.0.27:49529", "172.17.0.1:49529"], + "User": 8967662490594134, + "Key": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "DiscoKey": "discokey:cdb3b2d4840e9f1c3bcb33445eaba770433310997f60dc44bc55f4ef2e058465", + "Addresses": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "AllowedIPs": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "Endpoints": ["77.164.248.136:58261", "10.65.0.27:58261", "172.17.0.1:58261"], "Hostinfo": {"Hostname": "raticate", "RequestTags": ["tag:group-b"], "Services": [ - {"Proto": "peerapi4", "Port": 57775}, - {"Proto": "peerapi6", "Port": 57775}, + {"Proto": "peerapi4", "Port": 65501}, + {"Proto": "peerapi6", "Port": 65501}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:38:23.869467061Z", + "Created": "2026-04-09T08:44:09.327969299Z", "Tags": ["tag:group-b"], "MachineAuthorized": true, "CapMap": { @@ -11385,300 +11401,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "MachineKey": "mkey:18811335ca9e3579a105b053da9690fcc98241d545c36079e2e186263aa30058", + "NodeKey": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "MachineKey": "mkey:ca05da67ed849d50fb1d36b862a5424e2e0dc7d2314d4a80f245b8a9e66d2100", "Peers": [{ - "ID": 596373073758012, - "StableID": "n9PyL9i6f511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 576694406056759, + "StableID": "ncHEsUnBW511CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "DiscoKey": "discokey:0b24884fbad4b0a88f03df3fb8d3af66ac34826be2b7a738e69a0fcc7cce7060", - "Addresses": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "AllowedIPs": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "Endpoints": ["77.164.248.136:45289", "10.65.0.27:45289", "172.17.0.1:45289"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36013}, - {"Proto": "peerapi6", "Port": 36013} + "Key": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "DiscoKey": "discokey:e6f63dcf41e6cada86cac07e14d3ddef9a5613c2dc6cf7395650c06296405b0a", + "Addresses": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "AllowedIPs": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "Endpoints": ["77.164.248.136:39792", "10.65.0.27:39792", "172.17.0.1:39792"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 49175}, + {"Proto": "peerapi6", "Port": 49175} ]}, - "Created": "2026-04-09T01:38:27.664536195Z", + "Created": "2026-04-09T08:44:11.999688828Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 814973621572786, - "StableID": "nqz9CZy6N711CNTRL", + "ID": 689764973387744, + "StableID": "n1P8iTxPP611CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "DiscoKey": "discokey:f434973e2f56c928d2cf73aa6f4d65fd0a449bd3c5e3df9f28e3c82fbb78bf3a", - "Addresses": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "AllowedIPs": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "Endpoints": ["77.164.248.136:60992", "10.65.0.27:60992", "172.17.0.1:60992"], + "Key": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "DiscoKey": "discokey:2e4806adef72d5992993438e3891247aae5d38e00992cd8bf3943873c743b610", + "Addresses": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "AllowedIPs": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "Endpoints": ["77.164.248.136:33753", "10.65.0.27:33753", "172.17.0.1:33753"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 40292}, - {"Proto": "peerapi6", "Port": 40292} + {"Proto": "peerapi4", "Port": 62519}, + {"Proto": "peerapi6", "Port": 62519} ]}, - "Created": "2026-04-09T01:38:22.84211813Z", + "Created": "2026-04-09T08:44:08.250741517Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 1760564828654121, - "StableID": "nxLx844NkE11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "KeyExpiry": "2026-10-06T01:38:29Z", - "DiscoKey": "discokey:8f349be3ec03bbb32aea9e767211bd02c5c958415843567d8c659a6ae7eae76a", - "Addresses": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "AllowedIPs": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40466}, - {"Proto": "peerapi6", "Port": 40466} - ]}, - "Created": "2026-04-09T01:38:29.302599017Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1804287243421663, - "StableID": "nNgADrZA6F11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "DiscoKey": "discokey:e6a65674897922c471b5b7a0fef614fd0210476cbf8e631c63017038595fae3c", - "Addresses": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "AllowedIPs": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "Endpoints": ["77.164.248.136:46848", "10.65.0.27:46848", "172.17.0.1:46848"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35500}, - {"Proto": "peerapi6", "Port": 35500} - ]}, - "Created": "2026-04-09T01:38:27.128117826Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2083072077406686, - "StableID": "nffSLjmRGH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "DiscoKey": "discokey:ccb98910d3be49af59a65d95bb994dc4f141c2af40a1484c3c837cb455646018", - "Addresses": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "AllowedIPs": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "Endpoints": ["77.164.248.136:37565", "10.65.0.27:37565", "172.17.0.1:37565"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37233}, - {"Proto": "peerapi6", "Port": 37233} - ]}, - "Created": "2026-04-09T01:38:22.247346409Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2432604116074304, - "StableID": "nBCDgLPjzK11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:d2c260b42930b1de7eb3cc5efdc574cf6df5711f962b1af17e2743ef97fc1215", - "Addresses": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "AllowedIPs": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "Endpoints": ["77.164.248.136:40491", "10.65.0.27:40491", "172.17.0.1:40491"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 40271}, - {"Proto": "peerapi6", "Port": 40271} - ]}, - "Created": "2026-04-09T01:38:28.206751669Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4604515424118396, - "StableID": "nZ3Dc7pPxc11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:ded8ca1724bc1007eb80b0e0cc441e281114c296b9bee13a8b5725e086b2a217", - "Addresses": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "AllowedIPs": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "Endpoints": ["77.164.248.136:38639", "10.65.0.27:38639", "172.17.0.1:38639"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 40508}, - {"Proto": "peerapi6", "Port": 40508} - ]}, - "Created": "2026-04-09T01:38:28.804560223Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5569709331645737, - "StableID": "nLAi4YpXVk11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "DiscoKey": "discokey:26d88a017b537f45407bfba52b86a2f7e50120cfa13349a53a40ab5d0959de04", - "Addresses": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "AllowedIPs": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "Endpoints": ["77.164.248.136:38318", "10.65.0.27:38318", "172.17.0.1:38318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58761}, - {"Proto": "peerapi6", "Port": 58761} - ]}, - "Created": "2026-04-09T01:38:25.501233687Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6553437163989548, - "StableID": "nHySzXg4Bt11CNTRL", + "ID": 2251826358847041, + "StableID": "nW1EKHfraJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "DiscoKey": "discokey:534d0ebafe6cec07afed22a99e19549a886dec2f64a002a2b07090104ec0a734", - "Addresses": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "AllowedIPs": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "Endpoints": ["77.164.248.136:52788", "10.65.0.27:52788", "172.17.0.1:52788"], + "Key": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "DiscoKey": "discokey:a21751ae707acf6e12eda8947e6e976407a42cfadf13710a920a12d21c6abf46", + "Addresses": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "AllowedIPs": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "Endpoints": ["77.164.248.136:46846", "10.65.0.27:46846", "172.17.0.1:46846"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 65257}, - {"Proto": "peerapi6", "Port": 65257} + {"Proto": "peerapi4", "Port": 43914}, + {"Proto": "peerapi6", "Port": 43914} ]}, - "Created": "2026-04-09T01:38:21.699047155Z", + "Created": "2026-04-09T08:44:07.174858253Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6638652402138112, - "StableID": "n3EEnC9fqt11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "DiscoKey": "discokey:2cec45c1787f19c48495642a3e9c63d9c8cad2f35b13dd7b277b69a33af99a42", - "Addresses": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "AllowedIPs": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "Endpoints": ["77.164.248.136:35488", "10.65.0.27:35488", "172.17.0.1:35488"], + "ID": 3346708397797202, + "StableID": "nyUErZMj8T11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "KeyExpiry": "2026-10-06T08:44:13Z", + "DiscoKey": "discokey:027bc4c3e8141c25e6b35bae4fe1987b178bb943c3e362a4868152a05907077b", + "Addresses": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "AllowedIPs": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "Endpoints": ["77.164.248.136:60243", "10.65.0.27:60243", "172.17.0.1:60243"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 59337}, - {"Proto": "peerapi6", "Port": 59337} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 49864}, + {"Proto": "peerapi6", "Port": 49864} ]}, - "Created": "2026-04-09T01:38:24.956320824Z", + "Created": "2026-04-09T08:44:13.610610077Z", "Cap": 131, - "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6802359744679295, - "StableID": "n8Zw3STo7v11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "DiscoKey": "discokey:ae1217c29dfddf8e631fefe532b692a72b574170c1e6fa358a831a9feac86a28", - "Addresses": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "AllowedIPs": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "Endpoints": ["77.164.248.136:53856", "10.65.0.27:53856", "172.17.0.1:53856"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50584}, - {"Proto": "peerapi6", "Port": 50584} - ]}, - "Created": "2026-04-09T01:38:23.344457297Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 7797916906757876, - "StableID": "nPrcL94ht321CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "DiscoKey": "discokey:6b3a2a2699182a2daa8a73d85394e9d18b12c8a33ee5caee9879f2eee0407d60", - "Addresses": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "AllowedIPs": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "Endpoints": ["77.164.248.136:55660", "10.65.0.27:55660", "172.17.0.1:55660"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61142}, - {"Proto": "peerapi6", "Port": 61142} - ]}, - "Created": "2026-04-09T01:38:26.031215307Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 8149842433397624, - "StableID": "n9ds1PY5e621CNTRL", + "ID": 4783663576724388, + "StableID": "n1uYPNjXMe11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "DiscoKey": "discokey:994130a52f419d8442ba2608188cd3ace53838f6003b4045a6688a7fa193661f", - "Addresses": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "AllowedIPs": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "Endpoints": ["77.164.248.136:43721", "10.65.0.27:43721", "172.17.0.1:43721"], + "Key": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "DiscoKey": "discokey:71daab2e0caf6a54d78d41dddd9d85339cbbcbe91087579df881083046cf2d79", + "Addresses": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "AllowedIPs": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "Endpoints": ["77.164.248.136:59003", "10.65.0.27:59003", "172.17.0.1:59003"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 65267}, - {"Proto": "peerapi6", "Port": 65267} + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} ]}, - "Created": "2026-04-09T01:38:24.410898704Z", + "Created": "2026-04-09T08:44:09.861913751Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8696202907862692, - "StableID": "nM1mDFWXuA21CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 6595112389312353, + "StableID": "nrPewJRwVt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "DiscoKey": "discokey:d817cd6a71746d932555912fba35203d5b55aefa5dc99841b5c53b621a49e70f", - "Addresses": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "AllowedIPs": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "Endpoints": ["77.164.248.136:60216", "10.65.0.27:60216", "172.17.0.1:60216"], + "Key": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "DiscoKey": "discokey:6d85e8c0a28d86ccd65698c4e7a734777b9c86dfe1140e72bdf66d94c73bd57e", + "Addresses": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "AllowedIPs": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "Endpoints": ["77.164.248.136:56994", "10.65.0.27:56994", "172.17.0.1:56994"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40370}, - {"Proto": "peerapi6", "Port": 40370} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 48967}, + {"Proto": "peerapi6", "Port": 48967} ]}, - "Created": "2026-04-09T01:38:26.592506678Z", + "Created": "2026-04-09T08:44:10.939193036Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6666492497609035, + "StableID": "nSNbgJTG4u11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "DiscoKey": "discokey:a350e3626a31ce26deb025c5a4dab5ca6be37dd69e8aabed8f1fabd251563967", + "Addresses": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "AllowedIPs": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "Endpoints": ["77.164.248.136:44734", "10.65.0.27:44734", "172.17.0.1:44734"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 44023}, + {"Proto": "peerapi6", "Port": 44023} + ]}, + "Created": "2026-04-09T08:44:10.40946403Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7018700871258637, + "StableID": "ntvhaUNnow11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:c387cbe15d6e0639f64bd7268f0a9800710fa9b7158054691a015b4d5699901f", + "Addresses": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "AllowedIPs": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 61997}, + {"Proto": "peerapi6", "Port": 61997} + ]}, + "Created": "2026-04-09T08:44:14.683605444Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7509731513420861, + "StableID": "nz5UyvuAe121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "DiscoKey": "discokey:d71ab15153f72d2c0fc02b84ed08db92c0e1c8627541d3cf8dc32ad76c02091a", + "Addresses": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "AllowedIPs": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "Endpoints": ["77.164.248.136:58549", "10.65.0.27:58549", "172.17.0.1:58549"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60943}, + {"Proto": "peerapi6", "Port": 60943} + ]}, + "Created": "2026-04-09T08:44:12.536795789Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7730334505847367, + "StableID": "nWehzBn5N321CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "DiscoKey": "discokey:b4614f4c3d6320a3e3f027e0b86c1443ced37c71e9057000bbbe817257636950", + "Addresses": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "AllowedIPs": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "Endpoints": ["77.164.248.136:43219", "10.65.0.27:43219", "172.17.0.1:43219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39514}, + {"Proto": "peerapi6", "Port": 39514} + ]}, + "Created": "2026-04-09T08:44:07.710589496Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7905304661955777, + "StableID": "nryuX1xKj421CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:51faee73ad2ab389c8bad2546cbd03ae78945a7266ad03928497ccfa1f18b33c", + "Addresses": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "AllowedIPs": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "Endpoints": ["77.164.248.136:52418", "10.65.0.27:52418", "172.17.0.1:52418"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 35947}, + {"Proto": "peerapi6", "Port": 35947} + ]}, + "Created": "2026-04-09T08:44:14.152918273Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8403990126998910, + "StableID": "nDcpQ4aBd821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "DiscoKey": "discokey:03716f95ed24379a9e64c329bbf1df54d09f20f02bbc1645784c6da55857b04e", + "Addresses": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "AllowedIPs": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "Endpoints": ["77.164.248.136:60672", "10.65.0.27:60672", "172.17.0.1:60672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 42312}, + {"Proto": "peerapi6", "Port": 42312} + ]}, + "Created": "2026-04-09T08:44:13.081976427Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8504165759683195, + "StableID": "nk153p1ZQ921CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "DiscoKey": "discokey:a9c0b3060e569bda0d1b656591061952778153ebfa379e8037d006025c924a7e", + "Addresses": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "AllowedIPs": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "Endpoints": ["77.164.248.136:50368", "10.65.0.27:50368", "172.17.0.1:50368"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 53547}, + {"Proto": "peerapi6", "Port": 53547} + ]}, + "Created": "2026-04-09T08:44:11.467026912Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8811220554984753, + "StableID": "nCkXqipcoB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "DiscoKey": "discokey:a45cdd77b2170de9af1666beb163e4afa81fdfdb0c9a66989e594c2a5b6ba62b", + "Addresses": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "AllowedIPs": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "Endpoints": ["77.164.248.136:59965", "10.65.0.27:59965", "172.17.0.1:59965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 51372}, + {"Proto": "peerapi6", "Port": 51372} + ]}, + "Created": "2026-04-09T08:44:08.794135344Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -12526,27 +12542,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7831896339230012": { - "ID": 7831896339230012, - "LoginName": "raticate.tail78f774.ts.net", - "DisplayName": "raticate" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8967662490594134": { + "ID": 8967662490594134, + "LoginName": "raticate.tail78f774.ts.net", + "DisplayName": "raticate" + } + } }, "ssh_rules": [] }, "rattata": { @@ -12577,21 +12595,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6802359744679295, - "StableID": "n8Zw3STo7v11CNTRL", + "ID": 8811220554984753, + "StableID": "nCkXqipcoB21CNTRL", "Name": "rattata.tail78f774.ts.net.", - "User": 6802359744679295, - "Key": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "DiscoKey": "discokey:ae1217c29dfddf8e631fefe532b692a72b574170c1e6fa358a831a9feac86a28", - "Addresses": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "AllowedIPs": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "Endpoints": ["77.164.248.136:53856", "10.65.0.27:53856", "172.17.0.1:53856"], + "User": 8811220554984753, + "Key": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "DiscoKey": "discokey:a45cdd77b2170de9af1666beb163e4afa81fdfdb0c9a66989e594c2a5b6ba62b", + "Addresses": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "AllowedIPs": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "Endpoints": ["77.164.248.136:59965", "10.65.0.27:59965", "172.17.0.1:59965"], "Hostinfo": {"Hostname": "rattata", "RequestTags": ["tag:group-a"], "Services": [ - {"Proto": "peerapi4", "Port": 50584}, - {"Proto": "peerapi6", "Port": 50584}, + {"Proto": "peerapi4", "Port": 51372}, + {"Proto": "peerapi6", "Port": 51372}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:38:23.344457297Z", + "Created": "2026-04-09T08:44:08.794135344Z", "Tags": ["tag:group-a"], "MachineAuthorized": true, "CapMap": { @@ -12619,300 +12637,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "MachineKey": "mkey:8c0ca0938ef737af45d1423b75d57e18798e372f0a31668c5a067d888b4a1a0f", + "NodeKey": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "MachineKey": "mkey:a5264c32ac70c9c65a69ff91623f578470e1c2a511e16852dfb9a00731927a41", "Peers": [{ - "ID": 596373073758012, - "StableID": "n9PyL9i6f511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 576694406056759, + "StableID": "ncHEsUnBW511CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "DiscoKey": "discokey:0b24884fbad4b0a88f03df3fb8d3af66ac34826be2b7a738e69a0fcc7cce7060", - "Addresses": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "AllowedIPs": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "Endpoints": ["77.164.248.136:45289", "10.65.0.27:45289", "172.17.0.1:45289"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36013}, - {"Proto": "peerapi6", "Port": 36013} + "Key": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "DiscoKey": "discokey:e6f63dcf41e6cada86cac07e14d3ddef9a5613c2dc6cf7395650c06296405b0a", + "Addresses": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "AllowedIPs": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "Endpoints": ["77.164.248.136:39792", "10.65.0.27:39792", "172.17.0.1:39792"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 49175}, + {"Proto": "peerapi6", "Port": 49175} ]}, - "Created": "2026-04-09T01:38:27.664536195Z", + "Created": "2026-04-09T08:44:11.999688828Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 814973621572786, - "StableID": "nqz9CZy6N711CNTRL", + "ID": 689764973387744, + "StableID": "n1P8iTxPP611CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "DiscoKey": "discokey:f434973e2f56c928d2cf73aa6f4d65fd0a449bd3c5e3df9f28e3c82fbb78bf3a", - "Addresses": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "AllowedIPs": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "Endpoints": ["77.164.248.136:60992", "10.65.0.27:60992", "172.17.0.1:60992"], + "Key": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "DiscoKey": "discokey:2e4806adef72d5992993438e3891247aae5d38e00992cd8bf3943873c743b610", + "Addresses": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "AllowedIPs": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "Endpoints": ["77.164.248.136:33753", "10.65.0.27:33753", "172.17.0.1:33753"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 40292}, - {"Proto": "peerapi6", "Port": 40292} + {"Proto": "peerapi4", "Port": 62519}, + {"Proto": "peerapi6", "Port": 62519} ]}, - "Created": "2026-04-09T01:38:22.84211813Z", + "Created": "2026-04-09T08:44:08.250741517Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 1760564828654121, - "StableID": "nxLx844NkE11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "KeyExpiry": "2026-10-06T01:38:29Z", - "DiscoKey": "discokey:8f349be3ec03bbb32aea9e767211bd02c5c958415843567d8c659a6ae7eae76a", - "Addresses": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "AllowedIPs": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40466}, - {"Proto": "peerapi6", "Port": 40466} - ]}, - "Created": "2026-04-09T01:38:29.302599017Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1804287243421663, - "StableID": "nNgADrZA6F11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "DiscoKey": "discokey:e6a65674897922c471b5b7a0fef614fd0210476cbf8e631c63017038595fae3c", - "Addresses": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "AllowedIPs": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "Endpoints": ["77.164.248.136:46848", "10.65.0.27:46848", "172.17.0.1:46848"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35500}, - {"Proto": "peerapi6", "Port": 35500} - ]}, - "Created": "2026-04-09T01:38:27.128117826Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2083072077406686, - "StableID": "nffSLjmRGH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "DiscoKey": "discokey:ccb98910d3be49af59a65d95bb994dc4f141c2af40a1484c3c837cb455646018", - "Addresses": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "AllowedIPs": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "Endpoints": ["77.164.248.136:37565", "10.65.0.27:37565", "172.17.0.1:37565"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37233}, - {"Proto": "peerapi6", "Port": 37233} - ]}, - "Created": "2026-04-09T01:38:22.247346409Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2432604116074304, - "StableID": "nBCDgLPjzK11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:d2c260b42930b1de7eb3cc5efdc574cf6df5711f962b1af17e2743ef97fc1215", - "Addresses": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "AllowedIPs": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "Endpoints": ["77.164.248.136:40491", "10.65.0.27:40491", "172.17.0.1:40491"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 40271}, - {"Proto": "peerapi6", "Port": 40271} - ]}, - "Created": "2026-04-09T01:38:28.206751669Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4604515424118396, - "StableID": "nZ3Dc7pPxc11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:ded8ca1724bc1007eb80b0e0cc441e281114c296b9bee13a8b5725e086b2a217", - "Addresses": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "AllowedIPs": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "Endpoints": ["77.164.248.136:38639", "10.65.0.27:38639", "172.17.0.1:38639"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 40508}, - {"Proto": "peerapi6", "Port": 40508} - ]}, - "Created": "2026-04-09T01:38:28.804560223Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5569709331645737, - "StableID": "nLAi4YpXVk11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "DiscoKey": "discokey:26d88a017b537f45407bfba52b86a2f7e50120cfa13349a53a40ab5d0959de04", - "Addresses": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "AllowedIPs": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "Endpoints": ["77.164.248.136:38318", "10.65.0.27:38318", "172.17.0.1:38318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58761}, - {"Proto": "peerapi6", "Port": 58761} - ]}, - "Created": "2026-04-09T01:38:25.501233687Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6553437163989548, - "StableID": "nHySzXg4Bt11CNTRL", + "ID": 2251826358847041, + "StableID": "nW1EKHfraJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "DiscoKey": "discokey:534d0ebafe6cec07afed22a99e19549a886dec2f64a002a2b07090104ec0a734", - "Addresses": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "AllowedIPs": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "Endpoints": ["77.164.248.136:52788", "10.65.0.27:52788", "172.17.0.1:52788"], + "Key": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "DiscoKey": "discokey:a21751ae707acf6e12eda8947e6e976407a42cfadf13710a920a12d21c6abf46", + "Addresses": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "AllowedIPs": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "Endpoints": ["77.164.248.136:46846", "10.65.0.27:46846", "172.17.0.1:46846"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 65257}, - {"Proto": "peerapi6", "Port": 65257} + {"Proto": "peerapi4", "Port": 43914}, + {"Proto": "peerapi6", "Port": 43914} ]}, - "Created": "2026-04-09T01:38:21.699047155Z", + "Created": "2026-04-09T08:44:07.174858253Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6638652402138112, - "StableID": "n3EEnC9fqt11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "DiscoKey": "discokey:2cec45c1787f19c48495642a3e9c63d9c8cad2f35b13dd7b277b69a33af99a42", - "Addresses": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "AllowedIPs": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "Endpoints": ["77.164.248.136:35488", "10.65.0.27:35488", "172.17.0.1:35488"], + "ID": 3346708397797202, + "StableID": "nyUErZMj8T11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "KeyExpiry": "2026-10-06T08:44:13Z", + "DiscoKey": "discokey:027bc4c3e8141c25e6b35bae4fe1987b178bb943c3e362a4868152a05907077b", + "Addresses": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "AllowedIPs": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "Endpoints": ["77.164.248.136:60243", "10.65.0.27:60243", "172.17.0.1:60243"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 59337}, - {"Proto": "peerapi6", "Port": 59337} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 49864}, + {"Proto": "peerapi6", "Port": 49864} ]}, - "Created": "2026-04-09T01:38:24.956320824Z", + "Created": "2026-04-09T08:44:13.610610077Z", "Cap": 131, - "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7797916906757876, - "StableID": "nPrcL94ht321CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "DiscoKey": "discokey:6b3a2a2699182a2daa8a73d85394e9d18b12c8a33ee5caee9879f2eee0407d60", - "Addresses": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "AllowedIPs": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "Endpoints": ["77.164.248.136:55660", "10.65.0.27:55660", "172.17.0.1:55660"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61142}, - {"Proto": "peerapi6", "Port": 61142} - ]}, - "Created": "2026-04-09T01:38:26.031215307Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 7831896339230012, - "StableID": "njAsRud5A421CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "DiscoKey": "discokey:1dce0ba792916a5e4f6ed432c400d734eaef9b39cd04de8c70168e826ce71160", - "Addresses": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "AllowedIPs": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "Endpoints": ["77.164.248.136:49529", "10.65.0.27:49529", "172.17.0.1:49529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57775}, - {"Proto": "peerapi6", "Port": 57775} - ]}, - "Created": "2026-04-09T01:38:23.869467061Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 8149842433397624, - "StableID": "n9ds1PY5e621CNTRL", + "ID": 4783663576724388, + "StableID": "n1uYPNjXMe11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "DiscoKey": "discokey:994130a52f419d8442ba2608188cd3ace53838f6003b4045a6688a7fa193661f", - "Addresses": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "AllowedIPs": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "Endpoints": ["77.164.248.136:43721", "10.65.0.27:43721", "172.17.0.1:43721"], + "Key": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "DiscoKey": "discokey:71daab2e0caf6a54d78d41dddd9d85339cbbcbe91087579df881083046cf2d79", + "Addresses": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "AllowedIPs": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "Endpoints": ["77.164.248.136:59003", "10.65.0.27:59003", "172.17.0.1:59003"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 65267}, - {"Proto": "peerapi6", "Port": 65267} + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} ]}, - "Created": "2026-04-09T01:38:24.410898704Z", + "Created": "2026-04-09T08:44:09.861913751Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8696202907862692, - "StableID": "nM1mDFWXuA21CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 6595112389312353, + "StableID": "nrPewJRwVt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "DiscoKey": "discokey:d817cd6a71746d932555912fba35203d5b55aefa5dc99841b5c53b621a49e70f", - "Addresses": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "AllowedIPs": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "Endpoints": ["77.164.248.136:60216", "10.65.0.27:60216", "172.17.0.1:60216"], + "Key": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "DiscoKey": "discokey:6d85e8c0a28d86ccd65698c4e7a734777b9c86dfe1140e72bdf66d94c73bd57e", + "Addresses": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "AllowedIPs": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "Endpoints": ["77.164.248.136:56994", "10.65.0.27:56994", "172.17.0.1:56994"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40370}, - {"Proto": "peerapi6", "Port": 40370} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 48967}, + {"Proto": "peerapi6", "Port": 48967} ]}, - "Created": "2026-04-09T01:38:26.592506678Z", + "Created": "2026-04-09T08:44:10.939193036Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6666492497609035, + "StableID": "nSNbgJTG4u11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "DiscoKey": "discokey:a350e3626a31ce26deb025c5a4dab5ca6be37dd69e8aabed8f1fabd251563967", + "Addresses": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "AllowedIPs": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "Endpoints": ["77.164.248.136:44734", "10.65.0.27:44734", "172.17.0.1:44734"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 44023}, + {"Proto": "peerapi6", "Port": 44023} + ]}, + "Created": "2026-04-09T08:44:10.40946403Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7018700871258637, + "StableID": "ntvhaUNnow11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:c387cbe15d6e0639f64bd7268f0a9800710fa9b7158054691a015b4d5699901f", + "Addresses": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "AllowedIPs": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 61997}, + {"Proto": "peerapi6", "Port": 61997} + ]}, + "Created": "2026-04-09T08:44:14.683605444Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7509731513420861, + "StableID": "nz5UyvuAe121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "DiscoKey": "discokey:d71ab15153f72d2c0fc02b84ed08db92c0e1c8627541d3cf8dc32ad76c02091a", + "Addresses": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "AllowedIPs": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "Endpoints": ["77.164.248.136:58549", "10.65.0.27:58549", "172.17.0.1:58549"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60943}, + {"Proto": "peerapi6", "Port": 60943} + ]}, + "Created": "2026-04-09T08:44:12.536795789Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7730334505847367, + "StableID": "nWehzBn5N321CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "DiscoKey": "discokey:b4614f4c3d6320a3e3f027e0b86c1443ced37c71e9057000bbbe817257636950", + "Addresses": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "AllowedIPs": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "Endpoints": ["77.164.248.136:43219", "10.65.0.27:43219", "172.17.0.1:43219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39514}, + {"Proto": "peerapi6", "Port": 39514} + ]}, + "Created": "2026-04-09T08:44:07.710589496Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7905304661955777, + "StableID": "nryuX1xKj421CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:51faee73ad2ab389c8bad2546cbd03ae78945a7266ad03928497ccfa1f18b33c", + "Addresses": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "AllowedIPs": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "Endpoints": ["77.164.248.136:52418", "10.65.0.27:52418", "172.17.0.1:52418"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 35947}, + {"Proto": "peerapi6", "Port": 35947} + ]}, + "Created": "2026-04-09T08:44:14.152918273Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8403990126998910, + "StableID": "nDcpQ4aBd821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "DiscoKey": "discokey:03716f95ed24379a9e64c329bbf1df54d09f20f02bbc1645784c6da55857b04e", + "Addresses": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "AllowedIPs": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "Endpoints": ["77.164.248.136:60672", "10.65.0.27:60672", "172.17.0.1:60672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 42312}, + {"Proto": "peerapi6", "Port": 42312} + ]}, + "Created": "2026-04-09T08:44:13.081976427Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8504165759683195, + "StableID": "nk153p1ZQ921CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "DiscoKey": "discokey:a9c0b3060e569bda0d1b656591061952778153ebfa379e8037d006025c924a7e", + "Addresses": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "AllowedIPs": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "Endpoints": ["77.164.248.136:50368", "10.65.0.27:50368", "172.17.0.1:50368"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 53547}, + {"Proto": "peerapi6", "Port": 53547} + ]}, + "Created": "2026-04-09T08:44:11.467026912Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8967662490594134, + "StableID": "n5EdyeHU2D21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "DiscoKey": "discokey:cdb3b2d4840e9f1c3bcb33445eaba770433310997f60dc44bc55f4ef2e058465", + "Addresses": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "AllowedIPs": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "Endpoints": ["77.164.248.136:58261", "10.65.0.27:58261", "172.17.0.1:58261"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65501}, + {"Proto": "peerapi6", "Port": 65501} + ]}, + "Created": "2026-04-09T08:44:09.327969299Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -13760,27 +13778,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6802359744679295": { - "ID": 6802359744679295, - "LoginName": "rattata.tail78f774.ts.net", - "DisplayName": "rattata" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8811220554984753": { + "ID": 8811220554984753, + "LoginName": "rattata.tail78f774.ts.net", + "DisplayName": "rattata" + } + } }, "ssh_rules": [] }, "spearow": { @@ -13811,26 +13831,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 6638652402138112, - "StableID": "n3EEnC9fqt11CNTRL", + "ID": 6666492497609035, + "StableID": "nSNbgJTG4u11CNTRL", "Name": "spearow.tail78f774.ts.net.", - "User": 6638652402138112, - "Key": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "DiscoKey": "discokey:2cec45c1787f19c48495642a3e9c63d9c8cad2f35b13dd7b277b69a33af99a42", - "Addresses": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "AllowedIPs": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "Endpoints": ["77.164.248.136:35488", "10.65.0.27:35488", "172.17.0.1:35488"], + "User": 6666492497609035, + "Key": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "DiscoKey": "discokey:a350e3626a31ce26deb025c5a4dab5ca6be37dd69e8aabed8f1fabd251563967", + "Addresses": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "AllowedIPs": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "Endpoints": ["77.164.248.136:44734", "10.65.0.27:44734", "172.17.0.1:44734"], "Hostinfo": { "Hostname": "spearow", "RoutableIPs": ["10.44.0.0/16"], "RequestTags": ["tag:spearow"], "Services": [ - {"Proto": "peerapi4", "Port": 59337}, - {"Proto": "peerapi6", "Port": 59337}, + {"Proto": "peerapi4", "Port": 44023}, + {"Proto": "peerapi6", "Port": 44023}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:38:24.956320824Z", + "Created": "2026-04-09T08:44:10.40946403Z", "Tags": ["tag:spearow"], "MachineAuthorized": true, "CapMap": { @@ -13858,302 +13878,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "MachineKey": "mkey:99edeea27e118bd7ef90d2748dff31164479d3c33355e5adbbae82cbb5b7012c", + "NodeKey": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "MachineKey": "mkey:3a445bc65fe1e0df9a468c15deadd64177ad3919b61cf99190a5e6d50ac76d7f", "Peers": [{ - "ID": 596373073758012, - "StableID": "n9PyL9i6f511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 576694406056759, + "StableID": "ncHEsUnBW511CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "DiscoKey": "discokey:0b24884fbad4b0a88f03df3fb8d3af66ac34826be2b7a738e69a0fcc7cce7060", - "Addresses": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "AllowedIPs": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "Endpoints": ["77.164.248.136:45289", "10.65.0.27:45289", "172.17.0.1:45289"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36013}, - {"Proto": "peerapi6", "Port": 36013} + "Key": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "DiscoKey": "discokey:e6f63dcf41e6cada86cac07e14d3ddef9a5613c2dc6cf7395650c06296405b0a", + "Addresses": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "AllowedIPs": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "Endpoints": ["77.164.248.136:39792", "10.65.0.27:39792", "172.17.0.1:39792"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 49175}, + {"Proto": "peerapi6", "Port": 49175} ]}, - "Created": "2026-04-09T01:38:27.664536195Z", + "Created": "2026-04-09T08:44:11.999688828Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 814973621572786, - "StableID": "nqz9CZy6N711CNTRL", + "ID": 689764973387744, + "StableID": "n1P8iTxPP611CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "DiscoKey": "discokey:f434973e2f56c928d2cf73aa6f4d65fd0a449bd3c5e3df9f28e3c82fbb78bf3a", - "Addresses": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "AllowedIPs": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "Endpoints": ["77.164.248.136:60992", "10.65.0.27:60992", "172.17.0.1:60992"], + "Key": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "DiscoKey": "discokey:2e4806adef72d5992993438e3891247aae5d38e00992cd8bf3943873c743b610", + "Addresses": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "AllowedIPs": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "Endpoints": ["77.164.248.136:33753", "10.65.0.27:33753", "172.17.0.1:33753"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 40292}, - {"Proto": "peerapi6", "Port": 40292} + {"Proto": "peerapi4", "Port": 62519}, + {"Proto": "peerapi6", "Port": 62519} ]}, - "Created": "2026-04-09T01:38:22.84211813Z", + "Created": "2026-04-09T08:44:08.250741517Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 1760564828654121, - "StableID": "nxLx844NkE11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "KeyExpiry": "2026-10-06T01:38:29Z", - "DiscoKey": "discokey:8f349be3ec03bbb32aea9e767211bd02c5c958415843567d8c659a6ae7eae76a", - "Addresses": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "AllowedIPs": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "Endpoints": ["77.164.248.136:33831", "10.65.0.27:33831", "172.17.0.1:33831"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40466}, - {"Proto": "peerapi6", "Port": 40466} - ]}, - "Created": "2026-04-09T01:38:29.302599017Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1804287243421663, - "StableID": "nNgADrZA6F11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "DiscoKey": "discokey:e6a65674897922c471b5b7a0fef614fd0210476cbf8e631c63017038595fae3c", - "Addresses": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "AllowedIPs": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "Endpoints": ["77.164.248.136:46848", "10.65.0.27:46848", "172.17.0.1:46848"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35500}, - {"Proto": "peerapi6", "Port": 35500} - ]}, - "Created": "2026-04-09T01:38:27.128117826Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2083072077406686, - "StableID": "nffSLjmRGH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "DiscoKey": "discokey:ccb98910d3be49af59a65d95bb994dc4f141c2af40a1484c3c837cb455646018", - "Addresses": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "AllowedIPs": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "Endpoints": ["77.164.248.136:37565", "10.65.0.27:37565", "172.17.0.1:37565"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37233}, - {"Proto": "peerapi6", "Port": 37233} - ]}, - "Created": "2026-04-09T01:38:22.247346409Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2432604116074304, - "StableID": "nBCDgLPjzK11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:d2c260b42930b1de7eb3cc5efdc574cf6df5711f962b1af17e2743ef97fc1215", - "Addresses": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "AllowedIPs": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "Endpoints": ["77.164.248.136:40491", "10.65.0.27:40491", "172.17.0.1:40491"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 40271}, - {"Proto": "peerapi6", "Port": 40271} - ]}, - "Created": "2026-04-09T01:38:28.206751669Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4604515424118396, - "StableID": "nZ3Dc7pPxc11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:ded8ca1724bc1007eb80b0e0cc441e281114c296b9bee13a8b5725e086b2a217", - "Addresses": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "AllowedIPs": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "Endpoints": ["77.164.248.136:38639", "10.65.0.27:38639", "172.17.0.1:38639"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 40508}, - {"Proto": "peerapi6", "Port": 40508} - ]}, - "Created": "2026-04-09T01:38:28.804560223Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5569709331645737, - "StableID": "nLAi4YpXVk11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "DiscoKey": "discokey:26d88a017b537f45407bfba52b86a2f7e50120cfa13349a53a40ab5d0959de04", - "Addresses": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "AllowedIPs": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "Endpoints": ["77.164.248.136:38318", "10.65.0.27:38318", "172.17.0.1:38318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58761}, - {"Proto": "peerapi6", "Port": 58761} - ]}, - "Created": "2026-04-09T01:38:25.501233687Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6553437163989548, - "StableID": "nHySzXg4Bt11CNTRL", + "ID": 2251826358847041, + "StableID": "nW1EKHfraJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "DiscoKey": "discokey:534d0ebafe6cec07afed22a99e19549a886dec2f64a002a2b07090104ec0a734", - "Addresses": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "AllowedIPs": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "Endpoints": ["77.164.248.136:52788", "10.65.0.27:52788", "172.17.0.1:52788"], + "Key": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "DiscoKey": "discokey:a21751ae707acf6e12eda8947e6e976407a42cfadf13710a920a12d21c6abf46", + "Addresses": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "AllowedIPs": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "Endpoints": ["77.164.248.136:46846", "10.65.0.27:46846", "172.17.0.1:46846"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 65257}, - {"Proto": "peerapi6", "Port": 65257} + {"Proto": "peerapi4", "Port": 43914}, + {"Proto": "peerapi6", "Port": 43914} ]}, - "Created": "2026-04-09T01:38:21.699047155Z", + "Created": "2026-04-09T08:44:07.174858253Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6802359744679295, - "StableID": "n8Zw3STo7v11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "DiscoKey": "discokey:ae1217c29dfddf8e631fefe532b692a72b574170c1e6fa358a831a9feac86a28", - "Addresses": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "AllowedIPs": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "Endpoints": ["77.164.248.136:53856", "10.65.0.27:53856", "172.17.0.1:53856"], + "ID": 3346708397797202, + "StableID": "nyUErZMj8T11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "KeyExpiry": "2026-10-06T08:44:13Z", + "DiscoKey": "discokey:027bc4c3e8141c25e6b35bae4fe1987b178bb943c3e362a4868152a05907077b", + "Addresses": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "AllowedIPs": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "Endpoints": ["77.164.248.136:60243", "10.65.0.27:60243", "172.17.0.1:60243"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50584}, - {"Proto": "peerapi6", "Port": 50584} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 49864}, + {"Proto": "peerapi6", "Port": 49864} ]}, - "Created": "2026-04-09T01:38:23.344457297Z", + "Created": "2026-04-09T08:44:13.610610077Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 7797916906757876, - "StableID": "nPrcL94ht321CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "DiscoKey": "discokey:6b3a2a2699182a2daa8a73d85394e9d18b12c8a33ee5caee9879f2eee0407d60", - "Addresses": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "AllowedIPs": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "Endpoints": ["77.164.248.136:55660", "10.65.0.27:55660", "172.17.0.1:55660"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61142}, - {"Proto": "peerapi6", "Port": 61142} - ]}, - "Created": "2026-04-09T01:38:26.031215307Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 7831896339230012, - "StableID": "njAsRud5A421CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "DiscoKey": "discokey:1dce0ba792916a5e4f6ed432c400d734eaef9b39cd04de8c70168e826ce71160", - "Addresses": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "AllowedIPs": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "Endpoints": ["77.164.248.136:49529", "10.65.0.27:49529", "172.17.0.1:49529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57775}, - {"Proto": "peerapi6", "Port": 57775} - ]}, - "Created": "2026-04-09T01:38:23.869467061Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 8149842433397624, - "StableID": "n9ds1PY5e621CNTRL", + "ID": 4783663576724388, + "StableID": "n1uYPNjXMe11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "DiscoKey": "discokey:994130a52f419d8442ba2608188cd3ace53838f6003b4045a6688a7fa193661f", - "Addresses": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "AllowedIPs": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "Endpoints": ["77.164.248.136:43721", "10.65.0.27:43721", "172.17.0.1:43721"], + "Key": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "DiscoKey": "discokey:71daab2e0caf6a54d78d41dddd9d85339cbbcbe91087579df881083046cf2d79", + "Addresses": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "AllowedIPs": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "Endpoints": ["77.164.248.136:59003", "10.65.0.27:59003", "172.17.0.1:59003"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 65267}, - {"Proto": "peerapi6", "Port": 65267} + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} ]}, - "Created": "2026-04-09T01:38:24.410898704Z", + "Created": "2026-04-09T08:44:09.861913751Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8696202907862692, - "StableID": "nM1mDFWXuA21CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 6595112389312353, + "StableID": "nrPewJRwVt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "DiscoKey": "discokey:d817cd6a71746d932555912fba35203d5b55aefa5dc99841b5c53b621a49e70f", - "Addresses": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "AllowedIPs": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "Endpoints": ["77.164.248.136:60216", "10.65.0.27:60216", "172.17.0.1:60216"], + "Key": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "DiscoKey": "discokey:6d85e8c0a28d86ccd65698c4e7a734777b9c86dfe1140e72bdf66d94c73bd57e", + "Addresses": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "AllowedIPs": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "Endpoints": ["77.164.248.136:56994", "10.65.0.27:56994", "172.17.0.1:56994"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40370}, - {"Proto": "peerapi6", "Port": 40370} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 48967}, + {"Proto": "peerapi6", "Port": 48967} ]}, - "Created": "2026-04-09T01:38:26.592506678Z", + "Created": "2026-04-09T08:44:10.939193036Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 7018700871258637, + "StableID": "ntvhaUNnow11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:c387cbe15d6e0639f64bd7268f0a9800710fa9b7158054691a015b4d5699901f", + "Addresses": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "AllowedIPs": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "Endpoints": ["77.164.248.136:58731", "10.65.0.27:58731", "172.17.0.1:58731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 61997}, + {"Proto": "peerapi6", "Port": 61997} + ]}, + "Created": "2026-04-09T08:44:14.683605444Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7509731513420861, + "StableID": "nz5UyvuAe121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "DiscoKey": "discokey:d71ab15153f72d2c0fc02b84ed08db92c0e1c8627541d3cf8dc32ad76c02091a", + "Addresses": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "AllowedIPs": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "Endpoints": ["77.164.248.136:58549", "10.65.0.27:58549", "172.17.0.1:58549"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60943}, + {"Proto": "peerapi6", "Port": 60943} + ]}, + "Created": "2026-04-09T08:44:12.536795789Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7730334505847367, + "StableID": "nWehzBn5N321CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "DiscoKey": "discokey:b4614f4c3d6320a3e3f027e0b86c1443ced37c71e9057000bbbe817257636950", + "Addresses": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "AllowedIPs": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "Endpoints": ["77.164.248.136:43219", "10.65.0.27:43219", "172.17.0.1:43219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39514}, + {"Proto": "peerapi6", "Port": 39514} + ]}, + "Created": "2026-04-09T08:44:07.710589496Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7905304661955777, + "StableID": "nryuX1xKj421CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:51faee73ad2ab389c8bad2546cbd03ae78945a7266ad03928497ccfa1f18b33c", + "Addresses": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "AllowedIPs": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "Endpoints": ["77.164.248.136:52418", "10.65.0.27:52418", "172.17.0.1:52418"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 35947}, + {"Proto": "peerapi6", "Port": 35947} + ]}, + "Created": "2026-04-09T08:44:14.152918273Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8403990126998910, + "StableID": "nDcpQ4aBd821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "DiscoKey": "discokey:03716f95ed24379a9e64c329bbf1df54d09f20f02bbc1645784c6da55857b04e", + "Addresses": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "AllowedIPs": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "Endpoints": ["77.164.248.136:60672", "10.65.0.27:60672", "172.17.0.1:60672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 42312}, + {"Proto": "peerapi6", "Port": 42312} + ]}, + "Created": "2026-04-09T08:44:13.081976427Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8504165759683195, + "StableID": "nk153p1ZQ921CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "DiscoKey": "discokey:a9c0b3060e569bda0d1b656591061952778153ebfa379e8037d006025c924a7e", + "Addresses": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "AllowedIPs": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "Endpoints": ["77.164.248.136:50368", "10.65.0.27:50368", "172.17.0.1:50368"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 53547}, + {"Proto": "peerapi6", "Port": 53547} + ]}, + "Created": "2026-04-09T08:44:11.467026912Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8811220554984753, + "StableID": "nCkXqipcoB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "DiscoKey": "discokey:a45cdd77b2170de9af1666beb163e4afa81fdfdb0c9a66989e594c2a5b6ba62b", + "Addresses": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "AllowedIPs": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "Endpoints": ["77.164.248.136:59965", "10.65.0.27:59965", "172.17.0.1:59965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 51372}, + {"Proto": "peerapi6", "Port": 51372} + ]}, + "Created": "2026-04-09T08:44:08.794135344Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8967662490594134, + "StableID": "n5EdyeHU2D21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "DiscoKey": "discokey:cdb3b2d4840e9f1c3bcb33445eaba770433310997f60dc44bc55f4ef2e058465", + "Addresses": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "AllowedIPs": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "Endpoints": ["77.164.248.136:58261", "10.65.0.27:58261", "172.17.0.1:58261"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65501}, + {"Proto": "peerapi6", "Port": 65501} + ]}, + "Created": "2026-04-09T08:44:09.327969299Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -15001,27 +15021,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "6638652402138112": { - "ID": 6638652402138112, - "LoginName": "spearow.tail78f774.ts.net", - "DisplayName": "spearow" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "6666492497609035": { + "ID": 6666492497609035, + "LoginName": "spearow.tail78f774.ts.net", + "DisplayName": "spearow" + } + } }, "ssh_rules": [] }, "squirtle": { @@ -15052,26 +15074,26 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 7797916906757876, - "StableID": "nPrcL94ht321CNTRL", + "ID": 8504165759683195, + "StableID": "nk153p1ZQ921CNTRL", "Name": "squirtle.tail78f774.ts.net.", - "User": 7797916906757876, - "Key": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "DiscoKey": "discokey:6b3a2a2699182a2daa8a73d85394e9d18b12c8a33ee5caee9879f2eee0407d60", - "Addresses": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "AllowedIPs": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "Endpoints": ["77.164.248.136:55660", "10.65.0.27:55660", "172.17.0.1:55660"], + "User": 8504165759683195, + "Key": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "DiscoKey": "discokey:a9c0b3060e569bda0d1b656591061952778153ebfa379e8037d006025c924a7e", + "Addresses": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "AllowedIPs": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "Endpoints": ["77.164.248.136:50368", "10.65.0.27:50368", "172.17.0.1:50368"], "Hostinfo": { "Hostname": "squirtle", "RoutableIPs": ["10.33.0.0/16"], "RequestTags": ["tag:router"], "Services": [ - {"Proto": "peerapi4", "Port": 61142}, - {"Proto": "peerapi6", "Port": 61142}, + {"Proto": "peerapi4", "Port": 53547}, + {"Proto": "peerapi6", "Port": 53547}, {"Proto": "peerapi-dns-proxy", "Port": 1} ] }, - "Created": "2026-04-09T01:38:26.031215307Z", + "Created": "2026-04-09T08:44:11.467026912Z", "Tags": ["tag:router"], "MachineAuthorized": true, "CapMap": { @@ -15099,302 +15121,302 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "MachineKey": "mkey:af9feb09c6018b7eefbecce06e407ced1f675e67bc937bfa2715be792bcb2e2b", + "NodeKey": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "MachineKey": "mkey:25ba5f895c4dec2cc73c702cd39bcb1d8aec9992131da36887ce20bf2847a305", "Peers": [{ - "ID": 596373073758012, - "StableID": "n9PyL9i6f511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 576694406056759, + "StableID": "ncHEsUnBW511CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "DiscoKey": "discokey:0b24884fbad4b0a88f03df3fb8d3af66ac34826be2b7a738e69a0fcc7cce7060", - "Addresses": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "AllowedIPs": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "Endpoints": ["77.164.248.136:45289", "10.65.0.27:45289", "172.17.0.1:45289"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36013}, - {"Proto": "peerapi6", "Port": 36013} + "Key": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "DiscoKey": "discokey:e6f63dcf41e6cada86cac07e14d3ddef9a5613c2dc6cf7395650c06296405b0a", + "Addresses": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "AllowedIPs": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "Endpoints": ["77.164.248.136:39792", "10.65.0.27:39792", "172.17.0.1:39792"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 49175}, + {"Proto": "peerapi6", "Port": 49175} ]}, - "Created": "2026-04-09T01:38:27.664536195Z", + "Created": "2026-04-09T08:44:11.999688828Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 814973621572786, - "StableID": "nqz9CZy6N711CNTRL", + "ID": 689764973387744, + "StableID": "n1P8iTxPP611CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "DiscoKey": "discokey:f434973e2f56c928d2cf73aa6f4d65fd0a449bd3c5e3df9f28e3c82fbb78bf3a", - "Addresses": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "AllowedIPs": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "Endpoints": ["77.164.248.136:60992", "10.65.0.27:60992", "172.17.0.1:60992"], + "Key": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "DiscoKey": "discokey:2e4806adef72d5992993438e3891247aae5d38e00992cd8bf3943873c743b610", + "Addresses": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "AllowedIPs": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "Endpoints": ["77.164.248.136:33753", "10.65.0.27:33753", "172.17.0.1:33753"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 40292}, - {"Proto": "peerapi6", "Port": 40292} + {"Proto": "peerapi4", "Port": 62519}, + {"Proto": "peerapi6", "Port": 62519} ]}, - "Created": "2026-04-09T01:38:22.84211813Z", + "Created": "2026-04-09T08:44:08.250741517Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 1760564828654121, - "StableID": "nxLx844NkE11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "KeyExpiry": "2026-10-06T01:38:29Z", - "DiscoKey": "discokey:8f349be3ec03bbb32aea9e767211bd02c5c958415843567d8c659a6ae7eae76a", - "Addresses": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "AllowedIPs": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "Endpoints": ["77.164.248.136:33831", "10.65.0.27:33831", "172.17.0.1:33831"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40466}, - {"Proto": "peerapi6", "Port": 40466} - ]}, - "Created": "2026-04-09T01:38:29.302599017Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1804287243421663, - "StableID": "nNgADrZA6F11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "DiscoKey": "discokey:e6a65674897922c471b5b7a0fef614fd0210476cbf8e631c63017038595fae3c", - "Addresses": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "AllowedIPs": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "Endpoints": ["77.164.248.136:46848", "10.65.0.27:46848", "172.17.0.1:46848"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35500}, - {"Proto": "peerapi6", "Port": 35500} - ]}, - "Created": "2026-04-09T01:38:27.128117826Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2083072077406686, - "StableID": "nffSLjmRGH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "DiscoKey": "discokey:ccb98910d3be49af59a65d95bb994dc4f141c2af40a1484c3c837cb455646018", - "Addresses": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "AllowedIPs": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "Endpoints": ["77.164.248.136:37565", "10.65.0.27:37565", "172.17.0.1:37565"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37233}, - {"Proto": "peerapi6", "Port": 37233} - ]}, - "Created": "2026-04-09T01:38:22.247346409Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2432604116074304, - "StableID": "nBCDgLPjzK11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:d2c260b42930b1de7eb3cc5efdc574cf6df5711f962b1af17e2743ef97fc1215", - "Addresses": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "AllowedIPs": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "Endpoints": ["77.164.248.136:40491", "10.65.0.27:40491", "172.17.0.1:40491"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 40271}, - {"Proto": "peerapi6", "Port": 40271} - ]}, - "Created": "2026-04-09T01:38:28.206751669Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4604515424118396, - "StableID": "nZ3Dc7pPxc11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:ded8ca1724bc1007eb80b0e0cc441e281114c296b9bee13a8b5725e086b2a217", - "Addresses": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "AllowedIPs": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "Endpoints": ["77.164.248.136:38639", "10.65.0.27:38639", "172.17.0.1:38639"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 40508}, - {"Proto": "peerapi6", "Port": 40508} - ]}, - "Created": "2026-04-09T01:38:28.804560223Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5569709331645737, - "StableID": "nLAi4YpXVk11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "DiscoKey": "discokey:26d88a017b537f45407bfba52b86a2f7e50120cfa13349a53a40ab5d0959de04", - "Addresses": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "AllowedIPs": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "Endpoints": ["77.164.248.136:38318", "10.65.0.27:38318", "172.17.0.1:38318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58761}, - {"Proto": "peerapi6", "Port": 58761} - ]}, - "Created": "2026-04-09T01:38:25.501233687Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6553437163989548, - "StableID": "nHySzXg4Bt11CNTRL", + "ID": 2251826358847041, + "StableID": "nW1EKHfraJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "DiscoKey": "discokey:534d0ebafe6cec07afed22a99e19549a886dec2f64a002a2b07090104ec0a734", - "Addresses": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "AllowedIPs": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "Endpoints": ["77.164.248.136:52788", "10.65.0.27:52788", "172.17.0.1:52788"], + "Key": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "DiscoKey": "discokey:a21751ae707acf6e12eda8947e6e976407a42cfadf13710a920a12d21c6abf46", + "Addresses": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "AllowedIPs": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "Endpoints": ["77.164.248.136:46846", "10.65.0.27:46846", "172.17.0.1:46846"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 65257}, - {"Proto": "peerapi6", "Port": 65257} + {"Proto": "peerapi4", "Port": 43914}, + {"Proto": "peerapi6", "Port": 43914} ]}, - "Created": "2026-04-09T01:38:21.699047155Z", + "Created": "2026-04-09T08:44:07.174858253Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6638652402138112, - "StableID": "n3EEnC9fqt11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "DiscoKey": "discokey:2cec45c1787f19c48495642a3e9c63d9c8cad2f35b13dd7b277b69a33af99a42", - "Addresses": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "AllowedIPs": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "Endpoints": ["77.164.248.136:35488", "10.65.0.27:35488", "172.17.0.1:35488"], + "ID": 3346708397797202, + "StableID": "nyUErZMj8T11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "KeyExpiry": "2026-10-06T08:44:13Z", + "DiscoKey": "discokey:027bc4c3e8141c25e6b35bae4fe1987b178bb943c3e362a4868152a05907077b", + "Addresses": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "AllowedIPs": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "Endpoints": ["77.164.248.136:60243", "10.65.0.27:60243", "172.17.0.1:60243"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 59337}, - {"Proto": "peerapi6", "Port": 59337} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 49864}, + {"Proto": "peerapi6", "Port": 49864} ]}, - "Created": "2026-04-09T01:38:24.956320824Z", + "Created": "2026-04-09T08:44:13.610610077Z", "Cap": 131, - "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6802359744679295, - "StableID": "n8Zw3STo7v11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "DiscoKey": "discokey:ae1217c29dfddf8e631fefe532b692a72b574170c1e6fa358a831a9feac86a28", - "Addresses": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "AllowedIPs": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "Endpoints": ["77.164.248.136:53856", "10.65.0.27:53856", "172.17.0.1:53856"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50584}, - {"Proto": "peerapi6", "Port": 50584} - ]}, - "Created": "2026-04-09T01:38:23.344457297Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 7831896339230012, - "StableID": "njAsRud5A421CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "DiscoKey": "discokey:1dce0ba792916a5e4f6ed432c400d734eaef9b39cd04de8c70168e826ce71160", - "Addresses": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "AllowedIPs": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "Endpoints": ["77.164.248.136:49529", "10.65.0.27:49529", "172.17.0.1:49529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57775}, - {"Proto": "peerapi6", "Port": 57775} - ]}, - "Created": "2026-04-09T01:38:23.869467061Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 8149842433397624, - "StableID": "n9ds1PY5e621CNTRL", + "ID": 4783663576724388, + "StableID": "n1uYPNjXMe11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "DiscoKey": "discokey:994130a52f419d8442ba2608188cd3ace53838f6003b4045a6688a7fa193661f", - "Addresses": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "AllowedIPs": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "Endpoints": ["77.164.248.136:43721", "10.65.0.27:43721", "172.17.0.1:43721"], + "Key": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "DiscoKey": "discokey:71daab2e0caf6a54d78d41dddd9d85339cbbcbe91087579df881083046cf2d79", + "Addresses": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "AllowedIPs": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "Endpoints": ["77.164.248.136:59003", "10.65.0.27:59003", "172.17.0.1:59003"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 65267}, - {"Proto": "peerapi6", "Port": 65267} + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} ]}, - "Created": "2026-04-09T01:38:24.410898704Z", + "Created": "2026-04-09T08:44:09.861913751Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8696202907862692, - "StableID": "nM1mDFWXuA21CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 6595112389312353, + "StableID": "nrPewJRwVt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "DiscoKey": "discokey:d817cd6a71746d932555912fba35203d5b55aefa5dc99841b5c53b621a49e70f", - "Addresses": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "AllowedIPs": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "Endpoints": ["77.164.248.136:60216", "10.65.0.27:60216", "172.17.0.1:60216"], + "Key": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "DiscoKey": "discokey:6d85e8c0a28d86ccd65698c4e7a734777b9c86dfe1140e72bdf66d94c73bd57e", + "Addresses": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "AllowedIPs": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "Endpoints": ["77.164.248.136:56994", "10.65.0.27:56994", "172.17.0.1:56994"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40370}, - {"Proto": "peerapi6", "Port": 40370} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 48967}, + {"Proto": "peerapi6", "Port": 48967} ]}, - "Created": "2026-04-09T01:38:26.592506678Z", + "Created": "2026-04-09T08:44:10.939193036Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6666492497609035, + "StableID": "nSNbgJTG4u11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "DiscoKey": "discokey:a350e3626a31ce26deb025c5a4dab5ca6be37dd69e8aabed8f1fabd251563967", + "Addresses": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "AllowedIPs": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "Endpoints": ["77.164.248.136:44734", "10.65.0.27:44734", "172.17.0.1:44734"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 44023}, + {"Proto": "peerapi6", "Port": 44023} + ]}, + "Created": "2026-04-09T08:44:10.40946403Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7018700871258637, + "StableID": "ntvhaUNnow11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:c387cbe15d6e0639f64bd7268f0a9800710fa9b7158054691a015b4d5699901f", + "Addresses": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "AllowedIPs": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "Endpoints": ["77.164.248.136:58731", "10.65.0.27:58731", "172.17.0.1:58731"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 61997}, + {"Proto": "peerapi6", "Port": 61997} + ]}, + "Created": "2026-04-09T08:44:14.683605444Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7509731513420861, + "StableID": "nz5UyvuAe121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "DiscoKey": "discokey:d71ab15153f72d2c0fc02b84ed08db92c0e1c8627541d3cf8dc32ad76c02091a", + "Addresses": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "AllowedIPs": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "Endpoints": ["77.164.248.136:58549", "10.65.0.27:58549", "172.17.0.1:58549"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60943}, + {"Proto": "peerapi6", "Port": 60943} + ]}, + "Created": "2026-04-09T08:44:12.536795789Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7730334505847367, + "StableID": "nWehzBn5N321CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "DiscoKey": "discokey:b4614f4c3d6320a3e3f027e0b86c1443ced37c71e9057000bbbe817257636950", + "Addresses": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "AllowedIPs": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "Endpoints": ["77.164.248.136:43219", "10.65.0.27:43219", "172.17.0.1:43219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39514}, + {"Proto": "peerapi6", "Port": 39514} + ]}, + "Created": "2026-04-09T08:44:07.710589496Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7905304661955777, + "StableID": "nryuX1xKj421CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:51faee73ad2ab389c8bad2546cbd03ae78945a7266ad03928497ccfa1f18b33c", + "Addresses": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "AllowedIPs": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "Endpoints": ["77.164.248.136:52418", "10.65.0.27:52418", "172.17.0.1:52418"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 35947}, + {"Proto": "peerapi6", "Port": 35947} + ]}, + "Created": "2026-04-09T08:44:14.152918273Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8403990126998910, + "StableID": "nDcpQ4aBd821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "DiscoKey": "discokey:03716f95ed24379a9e64c329bbf1df54d09f20f02bbc1645784c6da55857b04e", + "Addresses": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "AllowedIPs": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "Endpoints": ["77.164.248.136:60672", "10.65.0.27:60672", "172.17.0.1:60672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 42312}, + {"Proto": "peerapi6", "Port": 42312} + ]}, + "Created": "2026-04-09T08:44:13.081976427Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8811220554984753, + "StableID": "nCkXqipcoB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "DiscoKey": "discokey:a45cdd77b2170de9af1666beb163e4afa81fdfdb0c9a66989e594c2a5b6ba62b", + "Addresses": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "AllowedIPs": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "Endpoints": ["77.164.248.136:59965", "10.65.0.27:59965", "172.17.0.1:59965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 51372}, + {"Proto": "peerapi6", "Port": 51372} + ]}, + "Created": "2026-04-09T08:44:08.794135344Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8967662490594134, + "StableID": "n5EdyeHU2D21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "DiscoKey": "discokey:cdb3b2d4840e9f1c3bcb33445eaba770433310997f60dc44bc55f4ef2e058465", + "Addresses": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "AllowedIPs": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "Endpoints": ["77.164.248.136:58261", "10.65.0.27:58261", "172.17.0.1:58261"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65501}, + {"Proto": "peerapi6", "Port": 65501} + ]}, + "Created": "2026-04-09T08:44:09.327969299Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -16242,27 +16264,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "7797916906757876": { - "ID": 7797916906757876, - "LoginName": "squirtle.tail78f774.ts.net", - "DisplayName": "squirtle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "8504165759683195": { + "ID": 8504165759683195, + "LoginName": "squirtle.tail78f774.ts.net", + "DisplayName": "squirtle" + } + } }, "ssh_rules": [] }, "venusaur": { @@ -16293,22 +16317,22 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 4604515424118396, - "StableID": "nZ3Dc7pPxc11CNTRL", + "ID": 7905304661955777, + "StableID": "nryuX1xKj421CNTRL", "Name": "venusaur.tail78f774.ts.net.", "User": 3982058329734709, - "Key": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:ded8ca1724bc1007eb80b0e0cc441e281114c296b9bee13a8b5725e086b2a217", - "Addresses": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "AllowedIPs": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "Endpoints": ["77.164.248.136:38639", "10.65.0.27:38639", "172.17.0.1:38639"], + "Key": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:51faee73ad2ab389c8bad2546cbd03ae78945a7266ad03928497ccfa1f18b33c", + "Addresses": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "AllowedIPs": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "Endpoints": ["77.164.248.136:52418", "10.65.0.27:52418", "172.17.0.1:52418"], "Hostinfo": {"Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 40508}, - {"Proto": "peerapi6", "Port": 40508}, + {"Proto": "peerapi4", "Port": 35947}, + {"Proto": "peerapi6", "Port": 35947}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:38:28.804560223Z", + "Created": "2026-04-09T08:44:14.152918273Z", "MachineAuthorized": true, "CapMap": { "https://tailscale.com/cap/file-sharing": null, @@ -16335,300 +16359,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "MachineKey": "mkey:38c68f64b47182e663e2b57a724e30c0b208622fdc68475d98d2de3dff05a25d", + "NodeKey": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "MachineKey": "mkey:6b0fdbdd06ae363cedc29b126923c346faf7002dd8eb54b9c9a1fd55b97d7f58", "Peers": [{ - "ID": 596373073758012, - "StableID": "n9PyL9i6f511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", + "ID": 576694406056759, + "StableID": "ncHEsUnBW511CNTRL", + "Name": "weedle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "DiscoKey": "discokey:0b24884fbad4b0a88f03df3fb8d3af66ac34826be2b7a738e69a0fcc7cce7060", - "Addresses": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "AllowedIPs": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "Endpoints": ["77.164.248.136:45289", "10.65.0.27:45289", "172.17.0.1:45289"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36013}, - {"Proto": "peerapi6", "Port": 36013} + "Key": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "DiscoKey": "discokey:e6f63dcf41e6cada86cac07e14d3ddef9a5613c2dc6cf7395650c06296405b0a", + "Addresses": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "AllowedIPs": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "Endpoints": ["77.164.248.136:39792", "10.65.0.27:39792", "172.17.0.1:39792"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ + {"Proto": "peerapi4", "Port": 49175}, + {"Proto": "peerapi6", "Port": 49175} ]}, - "Created": "2026-04-09T01:38:27.664536195Z", + "Created": "2026-04-09T08:44:11.999688828Z", "Cap": 131, - "Tags": ["tag:server"], + "Tags": ["tag:client"], "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" + "ComputedName": "weedle", + "ComputedNameWithHost": "weedle" }, { - "ID": 814973621572786, - "StableID": "nqz9CZy6N711CNTRL", + "ID": 689764973387744, + "StableID": "n1P8iTxPP611CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "DiscoKey": "discokey:f434973e2f56c928d2cf73aa6f4d65fd0a449bd3c5e3df9f28e3c82fbb78bf3a", - "Addresses": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "AllowedIPs": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "Endpoints": ["77.164.248.136:60992", "10.65.0.27:60992", "172.17.0.1:60992"], + "Key": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "DiscoKey": "discokey:2e4806adef72d5992993438e3891247aae5d38e00992cd8bf3943873c743b610", + "Addresses": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "AllowedIPs": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "Endpoints": ["77.164.248.136:33753", "10.65.0.27:33753", "172.17.0.1:33753"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 40292}, - {"Proto": "peerapi6", "Port": 40292} + {"Proto": "peerapi4", "Port": 62519}, + {"Proto": "peerapi6", "Port": 62519} ]}, - "Created": "2026-04-09T01:38:22.84211813Z", + "Created": "2026-04-09T08:44:08.250741517Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 1760564828654121, - "StableID": "nxLx844NkE11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "KeyExpiry": "2026-10-06T01:38:29Z", - "DiscoKey": "discokey:8f349be3ec03bbb32aea9e767211bd02c5c958415843567d8c659a6ae7eae76a", - "Addresses": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "AllowedIPs": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40466}, - {"Proto": "peerapi6", "Port": 40466} - ]}, - "Created": "2026-04-09T01:38:29.302599017Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1804287243421663, - "StableID": "nNgADrZA6F11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "DiscoKey": "discokey:e6a65674897922c471b5b7a0fef614fd0210476cbf8e631c63017038595fae3c", - "Addresses": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "AllowedIPs": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "Endpoints": ["77.164.248.136:46848", "10.65.0.27:46848", "172.17.0.1:46848"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35500}, - {"Proto": "peerapi6", "Port": 35500} - ]}, - "Created": "2026-04-09T01:38:27.128117826Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2083072077406686, - "StableID": "nffSLjmRGH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "DiscoKey": "discokey:ccb98910d3be49af59a65d95bb994dc4f141c2af40a1484c3c837cb455646018", - "Addresses": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "AllowedIPs": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "Endpoints": ["77.164.248.136:37565", "10.65.0.27:37565", "172.17.0.1:37565"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37233}, - {"Proto": "peerapi6", "Port": 37233} - ]}, - "Created": "2026-04-09T01:38:22.247346409Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2432604116074304, - "StableID": "nBCDgLPjzK11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:d2c260b42930b1de7eb3cc5efdc574cf6df5711f962b1af17e2743ef97fc1215", - "Addresses": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "AllowedIPs": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "Endpoints": ["77.164.248.136:40491", "10.65.0.27:40491", "172.17.0.1:40491"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 40271}, - {"Proto": "peerapi6", "Port": 40271} - ]}, - "Created": "2026-04-09T01:38:28.206751669Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 5569709331645737, - "StableID": "nLAi4YpXVk11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "DiscoKey": "discokey:26d88a017b537f45407bfba52b86a2f7e50120cfa13349a53a40ab5d0959de04", - "Addresses": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "AllowedIPs": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "Endpoints": ["77.164.248.136:38318", "10.65.0.27:38318", "172.17.0.1:38318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58761}, - {"Proto": "peerapi6", "Port": 58761} - ]}, - "Created": "2026-04-09T01:38:25.501233687Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6553437163989548, - "StableID": "nHySzXg4Bt11CNTRL", + "ID": 2251826358847041, + "StableID": "nW1EKHfraJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "DiscoKey": "discokey:534d0ebafe6cec07afed22a99e19549a886dec2f64a002a2b07090104ec0a734", - "Addresses": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "AllowedIPs": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "Endpoints": ["77.164.248.136:52788", "10.65.0.27:52788", "172.17.0.1:52788"], + "Key": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "DiscoKey": "discokey:a21751ae707acf6e12eda8947e6e976407a42cfadf13710a920a12d21c6abf46", + "Addresses": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "AllowedIPs": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "Endpoints": ["77.164.248.136:46846", "10.65.0.27:46846", "172.17.0.1:46846"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 65257}, - {"Proto": "peerapi6", "Port": 65257} + {"Proto": "peerapi4", "Port": 43914}, + {"Proto": "peerapi6", "Port": 43914} ]}, - "Created": "2026-04-09T01:38:21.699047155Z", + "Created": "2026-04-09T08:44:07.174858253Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6638652402138112, - "StableID": "n3EEnC9fqt11CNTRL", - "Name": "spearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "DiscoKey": "discokey:2cec45c1787f19c48495642a3e9c63d9c8cad2f35b13dd7b277b69a33af99a42", - "Addresses": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "AllowedIPs": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "Endpoints": ["77.164.248.136:35488", "10.65.0.27:35488", "172.17.0.1:35488"], + "ID": 3346708397797202, + "StableID": "nyUErZMj8T11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "KeyExpiry": "2026-10-06T08:44:13Z", + "DiscoKey": "discokey:027bc4c3e8141c25e6b35bae4fe1987b178bb943c3e362a4868152a05907077b", + "Addresses": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "AllowedIPs": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "Endpoints": ["77.164.248.136:60243", "10.65.0.27:60243", "172.17.0.1:60243"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 59337}, - {"Proto": "peerapi6", "Port": 59337} + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 49864}, + {"Proto": "peerapi6", "Port": 49864} ]}, - "Created": "2026-04-09T01:38:24.956320824Z", + "Created": "2026-04-09T08:44:13.610610077Z", "Cap": 131, - "Tags": ["tag:spearow"], "Online": true, - "ComputedName": "spearow", - "ComputedNameWithHost": "spearow" + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" }, { - "ID": 6802359744679295, - "StableID": "n8Zw3STo7v11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "DiscoKey": "discokey:ae1217c29dfddf8e631fefe532b692a72b574170c1e6fa358a831a9feac86a28", - "Addresses": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "AllowedIPs": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "Endpoints": ["77.164.248.136:53856", "10.65.0.27:53856", "172.17.0.1:53856"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50584}, - {"Proto": "peerapi6", "Port": 50584} - ]}, - "Created": "2026-04-09T01:38:23.344457297Z", - "Cap": 131, - "Tags": ["tag:group-a"], - "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" - }, { - "ID": 7797916906757876, - "StableID": "nPrcL94ht321CNTRL", - "Name": "squirtle.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "DiscoKey": "discokey:6b3a2a2699182a2daa8a73d85394e9d18b12c8a33ee5caee9879f2eee0407d60", - "Addresses": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "AllowedIPs": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "Endpoints": ["77.164.248.136:55660", "10.65.0.27:55660", "172.17.0.1:55660"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61142}, - {"Proto": "peerapi6", "Port": 61142} - ]}, - "Created": "2026-04-09T01:38:26.031215307Z", - "Cap": 131, - "Tags": ["tag:router"], - "Online": true, - "ComputedName": "squirtle", - "ComputedNameWithHost": "squirtle" - }, { - "ID": 7831896339230012, - "StableID": "njAsRud5A421CNTRL", - "Name": "raticate.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "DiscoKey": "discokey:1dce0ba792916a5e4f6ed432c400d734eaef9b39cd04de8c70168e826ce71160", - "Addresses": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "AllowedIPs": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "Endpoints": ["77.164.248.136:49529", "10.65.0.27:49529", "172.17.0.1:49529"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57775}, - {"Proto": "peerapi6", "Port": 57775} - ]}, - "Created": "2026-04-09T01:38:23.869467061Z", - "Cap": 131, - "Tags": ["tag:group-b"], - "Online": true, - "ComputedName": "raticate", - "ComputedNameWithHost": "raticate" - }, { - "ID": 8149842433397624, - "StableID": "n9ds1PY5e621CNTRL", + "ID": 4783663576724388, + "StableID": "n1uYPNjXMe11CNTRL", "Name": "blastoise.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "DiscoKey": "discokey:994130a52f419d8442ba2608188cd3ace53838f6003b4045a6688a7fa193661f", - "Addresses": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "AllowedIPs": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "Endpoints": ["77.164.248.136:43721", "10.65.0.27:43721", "172.17.0.1:43721"], + "Key": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "DiscoKey": "discokey:71daab2e0caf6a54d78d41dddd9d85339cbbcbe91087579df881083046cf2d79", + "Addresses": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "AllowedIPs": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "Endpoints": ["77.164.248.136:59003", "10.65.0.27:59003", "172.17.0.1:59003"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 65267}, - {"Proto": "peerapi6", "Port": 65267} + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} ]}, - "Created": "2026-04-09T01:38:24.410898704Z", + "Created": "2026-04-09T08:44:09.861913751Z", "Cap": 131, "Tags": ["tag:exit", "tag:router"], "Online": true, "ComputedName": "blastoise", "ComputedNameWithHost": "blastoise" }, { - "ID": 8696202907862692, - "StableID": "nM1mDFWXuA21CNTRL", - "Name": "weedle.tail78f774.ts.net.", + "ID": 6595112389312353, + "StableID": "nrPewJRwVt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "DiscoKey": "discokey:d817cd6a71746d932555912fba35203d5b55aefa5dc99841b5c53b621a49e70f", - "Addresses": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "AllowedIPs": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "Endpoints": ["77.164.248.136:60216", "10.65.0.27:60216", "172.17.0.1:60216"], + "Key": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "DiscoKey": "discokey:6d85e8c0a28d86ccd65698c4e7a734777b9c86dfe1140e72bdf66d94c73bd57e", + "Addresses": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "AllowedIPs": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "Endpoints": ["77.164.248.136:56994", "10.65.0.27:56994", "172.17.0.1:56994"], "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "weedle", "Services": [ - {"Proto": "peerapi4", "Port": 40370}, - {"Proto": "peerapi6", "Port": 40370} + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 48967}, + {"Proto": "peerapi6", "Port": 48967} ]}, - "Created": "2026-04-09T01:38:26.592506678Z", + "Created": "2026-04-09T08:44:10.939193036Z", "Cap": 131, - "Tags": ["tag:client"], + "Tags": ["tag:fearow"], "Online": true, - "ComputedName": "weedle", - "ComputedNameWithHost": "weedle" + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6666492497609035, + "StableID": "nSNbgJTG4u11CNTRL", + "Name": "spearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "DiscoKey": "discokey:a350e3626a31ce26deb025c5a4dab5ca6be37dd69e8aabed8f1fabd251563967", + "Addresses": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "AllowedIPs": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "Endpoints": ["77.164.248.136:44734", "10.65.0.27:44734", "172.17.0.1:44734"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ + {"Proto": "peerapi4", "Port": 44023}, + {"Proto": "peerapi6", "Port": 44023} + ]}, + "Created": "2026-04-09T08:44:10.40946403Z", + "Cap": 131, + "Tags": ["tag:spearow"], + "Online": true, + "ComputedName": "spearow", + "ComputedNameWithHost": "spearow" + }, { + "ID": 7018700871258637, + "StableID": "ntvhaUNnow11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:c387cbe15d6e0639f64bd7268f0a9800710fa9b7158054691a015b4d5699901f", + "Addresses": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "AllowedIPs": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 61997}, + {"Proto": "peerapi6", "Port": 61997} + ]}, + "Created": "2026-04-09T08:44:14.683605444Z", + "Cap": 131, + "Online": true, + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" + }, { + "ID": 7509731513420861, + "StableID": "nz5UyvuAe121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "DiscoKey": "discokey:d71ab15153f72d2c0fc02b84ed08db92c0e1c8627541d3cf8dc32ad76c02091a", + "Addresses": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "AllowedIPs": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "Endpoints": ["77.164.248.136:58549", "10.65.0.27:58549", "172.17.0.1:58549"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60943}, + {"Proto": "peerapi6", "Port": 60943} + ]}, + "Created": "2026-04-09T08:44:12.536795789Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7730334505847367, + "StableID": "nWehzBn5N321CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "DiscoKey": "discokey:b4614f4c3d6320a3e3f027e0b86c1443ced37c71e9057000bbbe817257636950", + "Addresses": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "AllowedIPs": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "Endpoints": ["77.164.248.136:43219", "10.65.0.27:43219", "172.17.0.1:43219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39514}, + {"Proto": "peerapi6", "Port": 39514} + ]}, + "Created": "2026-04-09T08:44:07.710589496Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 8403990126998910, + "StableID": "nDcpQ4aBd821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "DiscoKey": "discokey:03716f95ed24379a9e64c329bbf1df54d09f20f02bbc1645784c6da55857b04e", + "Addresses": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "AllowedIPs": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "Endpoints": ["77.164.248.136:60672", "10.65.0.27:60672", "172.17.0.1:60672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 42312}, + {"Proto": "peerapi6", "Port": 42312} + ]}, + "Created": "2026-04-09T08:44:13.081976427Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8504165759683195, + "StableID": "nk153p1ZQ921CNTRL", + "Name": "squirtle.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "DiscoKey": "discokey:a9c0b3060e569bda0d1b656591061952778153ebfa379e8037d006025c924a7e", + "Addresses": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "AllowedIPs": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "Endpoints": ["77.164.248.136:50368", "10.65.0.27:50368", "172.17.0.1:50368"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ + {"Proto": "peerapi4", "Port": 53547}, + {"Proto": "peerapi6", "Port": 53547} + ]}, + "Created": "2026-04-09T08:44:11.467026912Z", + "Cap": 131, + "Tags": ["tag:router"], + "Online": true, + "ComputedName": "squirtle", + "ComputedNameWithHost": "squirtle" + }, { + "ID": 8811220554984753, + "StableID": "nCkXqipcoB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "DiscoKey": "discokey:a45cdd77b2170de9af1666beb163e4afa81fdfdb0c9a66989e594c2a5b6ba62b", + "Addresses": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "AllowedIPs": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "Endpoints": ["77.164.248.136:59965", "10.65.0.27:59965", "172.17.0.1:59965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 51372}, + {"Proto": "peerapi6", "Port": 51372} + ]}, + "Created": "2026-04-09T08:44:08.794135344Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8967662490594134, + "StableID": "n5EdyeHU2D21CNTRL", + "Name": "raticate.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "DiscoKey": "discokey:cdb3b2d4840e9f1c3bcb33445eaba770433310997f60dc44bc55f4ef2e058465", + "Addresses": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "AllowedIPs": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "Endpoints": ["77.164.248.136:58261", "10.65.0.27:58261", "172.17.0.1:58261"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ + {"Proto": "peerapi4", "Port": 65501}, + {"Proto": "peerapi6", "Port": 65501} + ]}, + "Created": "2026-04-09T08:44:09.327969299Z", + "Cap": 131, + "Tags": ["tag:group-b"], + "Online": true, + "ComputedName": "raticate", + "ComputedNameWithHost": "raticate" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -17476,23 +17500,24 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"} + } }, "ssh_rules": [] }, "weedle": { @@ -17523,21 +17548,21 @@ "netmap": { "Cached": false, "SelfNode": { - "ID": 8696202907862692, - "StableID": "nM1mDFWXuA21CNTRL", + "ID": 576694406056759, + "StableID": "ncHEsUnBW511CNTRL", "Name": "weedle.tail78f774.ts.net.", - "User": 8696202907862692, - "Key": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "DiscoKey": "discokey:d817cd6a71746d932555912fba35203d5b55aefa5dc99841b5c53b621a49e70f", - "Addresses": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "AllowedIPs": ["100.71.69.70/32", "fd7a:115c:a1e0::d637:4546/128"], - "Endpoints": ["77.164.248.136:60216", "10.65.0.27:60216", "172.17.0.1:60216"], + "User": 576694406056759, + "Key": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "DiscoKey": "discokey:e6f63dcf41e6cada86cac07e14d3ddef9a5613c2dc6cf7395650c06296405b0a", + "Addresses": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "AllowedIPs": ["100.99.209.122/32", "fd7a:115c:a1e0::e137:d17c/128"], + "Endpoints": ["77.164.248.136:39792", "10.65.0.27:39792", "172.17.0.1:39792"], "Hostinfo": {"Hostname": "weedle", "RequestTags": ["tag:client"], "Services": [ - {"Proto": "peerapi4", "Port": 40370}, - {"Proto": "peerapi6", "Port": 40370}, + {"Proto": "peerapi4", "Port": 49175}, + {"Proto": "peerapi6", "Port": 49175}, {"Proto": "peerapi-dns-proxy", "Port": 1} ]}, - "Created": "2026-04-09T01:38:26.592506678Z", + "Created": "2026-04-09T08:44:11.999688828Z", "Tags": ["tag:client"], "MachineAuthorized": true, "CapMap": { @@ -17565,300 +17590,300 @@ "store-appc-routes", "tailnet-display-name" ], - "NodeKey": "nodekey:d74e6b290fa38efdab61c3275e552a5b415b196fdeaacc66681fd863d6074545", - "MachineKey": "mkey:4a7552ea6642bddab3b654b8f0c532d3d277d6ef38b6b26c485e810d56c22334", + "NodeKey": "nodekey:a176f39a84d4efa9b93a4678046c98879c98502c1d206d3740fafc3ce123d179", + "MachineKey": "mkey:f413116272be9639788105e0efdb10f41b2d8d4d2029c2009b27deab4a75a57c", "Peers": [{ - "ID": 596373073758012, - "StableID": "n9PyL9i6f511CNTRL", - "Name": "beedrill.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:9a8ad4d8d34044546b924973cc42008cf5e19e231158c16c783ff8ad65fac21e", - "DiscoKey": "discokey:0b24884fbad4b0a88f03df3fb8d3af66ac34826be2b7a738e69a0fcc7cce7060", - "Addresses": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "AllowedIPs": ["100.122.194.31/32", "fd7a:115c:a1e0::6537:c21f/128"], - "Endpoints": ["77.164.248.136:45289", "10.65.0.27:45289", "172.17.0.1:45289"], - "HomeDERP": 4, - "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ - {"Proto": "peerapi4", "Port": 36013}, - {"Proto": "peerapi6", "Port": 36013} - ]}, - "Created": "2026-04-09T01:38:27.664536195Z", - "Cap": 131, - "Tags": ["tag:server"], - "Online": true, - "ComputedName": "beedrill", - "ComputedNameWithHost": "beedrill" - }, { - "ID": 814973621572786, - "StableID": "nqz9CZy6N711CNTRL", + "ID": 689764973387744, + "StableID": "n1P8iTxPP611CNTRL", "Name": "charmander.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:7d9745f8019cdf1309c49d3d21b8a43799fc80b2e8f03b3f3c6db607338c665d", - "DiscoKey": "discokey:f434973e2f56c928d2cf73aa6f4d65fd0a449bd3c5e3df9f28e3c82fbb78bf3a", - "Addresses": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "AllowedIPs": ["100.76.102.94/32", "fd7a:115c:a1e0::3337:665e/128"], - "Endpoints": ["77.164.248.136:60992", "10.65.0.27:60992", "172.17.0.1:60992"], + "Key": "nodekey:1e116b505308b3c010c8ff47d68b1addfc7da5b8b572d6d89e10495751f66262", + "DiscoKey": "discokey:2e4806adef72d5992993438e3891247aae5d38e00992cd8bf3943873c743b610", + "Addresses": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "AllowedIPs": ["100.118.98.99/32", "fd7a:115c:a1e0::5137:6263/128"], + "Endpoints": ["77.164.248.136:33753", "10.65.0.27:33753", "172.17.0.1:33753"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "charmander", "Services": [ - {"Proto": "peerapi4", "Port": 40292}, - {"Proto": "peerapi6", "Port": 40292} + {"Proto": "peerapi4", "Port": 62519}, + {"Proto": "peerapi6", "Port": 62519} ]}, - "Created": "2026-04-09T01:38:22.84211813Z", + "Created": "2026-04-09T08:44:08.250741517Z", "Cap": 131, "Tags": ["tag:exit"], "Online": true, "ComputedName": "charmander", "ComputedNameWithHost": "charmander" }, { - "ID": 1760564828654121, - "StableID": "nxLx844NkE11CNTRL", - "Name": "bulbasaur.tail78f774.ts.net.", - "User": 4156223528223174, - "Key": "nodekey:389968ac76cbfae222940bf024ec7c168474c1bc3ac20cd5e11c6d3891e39e53", - "KeyExpiry": "2026-10-06T01:38:29Z", - "DiscoKey": "discokey:8f349be3ec03bbb32aea9e767211bd02c5c958415843567d8c659a6ae7eae76a", - "Addresses": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "AllowedIPs": ["100.99.158.84/32", "fd7a:115c:a1e0::9137:9e54/128"], - "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ - {"Proto": "peerapi4", "Port": 40466}, - {"Proto": "peerapi6", "Port": 40466} - ]}, - "Created": "2026-04-09T01:38:29.302599017Z", - "Cap": 131, - "Online": true, - "ComputedName": "bulbasaur", - "ComputedNameWithHost": "bulbasaur" - }, { - "ID": 1804287243421663, - "StableID": "nNgADrZA6F11CNTRL", - "Name": "kakuna.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:367728b30174a7ae6cfbd15b85d518cffa74b95705a51a2aacaefb50c2a13b0e", - "DiscoKey": "discokey:e6a65674897922c471b5b7a0fef614fd0210476cbf8e631c63017038595fae3c", - "Addresses": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "AllowedIPs": ["100.97.59.15/32", "fd7a:115c:a1e0::c237:3b10/128"], - "Endpoints": ["77.164.248.136:46848", "10.65.0.27:46848", "172.17.0.1:46848"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ - {"Proto": "peerapi4", "Port": 35500}, - {"Proto": "peerapi6", "Port": 35500} - ]}, - "Created": "2026-04-09T01:38:27.128117826Z", - "Cap": 131, - "Tags": ["tag:prod"], - "Online": true, - "ComputedName": "kakuna", - "ComputedNameWithHost": "kakuna" - }, { - "ID": 2083072077406686, - "StableID": "nffSLjmRGH11CNTRL", - "Name": "pidgeotto.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:dbd6a661bb0707ea5b461fa93263559e80785bfca8d52dc14bbfb69537cc6c28", - "DiscoKey": "discokey:ccb98910d3be49af59a65d95bb994dc4f141c2af40a1484c3c837cb455646018", - "Addresses": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "AllowedIPs": ["100.76.108.41/32", "fd7a:115c:a1e0::3737:6c29/128"], - "Endpoints": ["77.164.248.136:37565", "10.65.0.27:37565", "172.17.0.1:37565"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ - {"Proto": "peerapi4", "Port": 37233}, - {"Proto": "peerapi6", "Port": 37233} - ]}, - "Created": "2026-04-09T01:38:22.247346409Z", - "Cap": 131, - "Tags": ["tag:pidgeotto"], - "Online": true, - "ComputedName": "pidgeotto", - "ComputedNameWithHost": "pidgeotto" - }, { - "ID": 2432604116074304, - "StableID": "nBCDgLPjzK11CNTRL", - "Name": "ivysaur.tail78f774.ts.net.", - "User": 4538565228176803, - "Key": "nodekey:8544e446e14c11848172158c0f5a5b6e6f14e830c6ebceee1439065b3d2e3431", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:d2c260b42930b1de7eb3cc5efdc574cf6df5711f962b1af17e2743ef97fc1215", - "Addresses": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "AllowedIPs": ["100.110.52.50/32", "fd7a:115c:a1e0::3d37:3432/128"], - "Endpoints": ["77.164.248.136:40491", "10.65.0.27:40491", "172.17.0.1:40491"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ - {"Proto": "peerapi4", "Port": 40271}, - {"Proto": "peerapi6", "Port": 40271} - ]}, - "Created": "2026-04-09T01:38:28.206751669Z", - "Cap": 131, - "Online": true, - "ComputedName": "ivysaur", - "ComputedNameWithHost": "ivysaur" - }, { - "ID": 4604515424118396, - "StableID": "nZ3Dc7pPxc11CNTRL", - "Name": "venusaur.tail78f774.ts.net.", - "User": 3982058329734709, - "Key": "nodekey:a4a2b33753de826f4e2f1139609e1d94678d6b0191825b6a73733a37789dc557", - "KeyExpiry": "2026-10-06T01:38:28Z", - "DiscoKey": "discokey:ded8ca1724bc1007eb80b0e0cc441e281114c296b9bee13a8b5725e086b2a217", - "Addresses": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "AllowedIPs": ["100.93.197.88/32", "fd7a:115c:a1e0::7837:c558/128"], - "Endpoints": ["77.164.248.136:38639", "10.65.0.27:38639", "172.17.0.1:38639"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ - {"Proto": "peerapi4", "Port": 40508}, - {"Proto": "peerapi6", "Port": 40508} - ]}, - "Created": "2026-04-09T01:38:28.804560223Z", - "Cap": 131, - "Online": true, - "ComputedName": "venusaur", - "ComputedNameWithHost": "venusaur" - }, { - "ID": 5569709331645737, - "StableID": "nLAi4YpXVk11CNTRL", - "Name": "fearow.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:77a7ddea9b51f2af37dc73d852ec5723aa11e770a175c8f3082dce2794a20c1c", - "DiscoKey": "discokey:26d88a017b537f45407bfba52b86a2f7e50120cfa13349a53a40ab5d0959de04", - "Addresses": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "AllowedIPs": ["100.98.12.29/32", "fd7a:115c:a1e0::9437:c1d/128"], - "Endpoints": ["77.164.248.136:38318", "10.65.0.27:38318", "172.17.0.1:38318"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ - {"Proto": "peerapi4", "Port": 58761}, - {"Proto": "peerapi6", "Port": 58761} - ]}, - "Created": "2026-04-09T01:38:25.501233687Z", - "Cap": 131, - "Tags": ["tag:fearow"], - "Online": true, - "ComputedName": "fearow", - "ComputedNameWithHost": "fearow" - }, { - "ID": 6553437163989548, - "StableID": "nHySzXg4Bt11CNTRL", + "ID": 2251826358847041, + "StableID": "nW1EKHfraJ11CNTRL", "Name": "pidgey.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:73c6a08a81d009f6960704d908ed17f70b72f0bf5b148cce636700456b1fa929", - "DiscoKey": "discokey:534d0ebafe6cec07afed22a99e19549a886dec2f64a002a2b07090104ec0a734", - "Addresses": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "AllowedIPs": ["100.95.169.42/32", "fd7a:115c:a1e0::6b37:a92b/128"], - "Endpoints": ["77.164.248.136:52788", "10.65.0.27:52788", "172.17.0.1:52788"], + "Key": "nodekey:cf804bc17440109a85a8dc5e1ca57eded14b4d1a70b49879274c2fd85ef57423", + "DiscoKey": "discokey:a21751ae707acf6e12eda8947e6e976407a42cfadf13710a920a12d21c6abf46", + "Addresses": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "AllowedIPs": ["100.117.116.36/32", "fd7a:115c:a1e0::5e37:7424/128"], + "Endpoints": ["77.164.248.136:46846", "10.65.0.27:46846", "172.17.0.1:46846"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "pidgey", "Services": [ - {"Proto": "peerapi4", "Port": 65257}, - {"Proto": "peerapi6", "Port": 65257} + {"Proto": "peerapi4", "Port": 43914}, + {"Proto": "peerapi6", "Port": 43914} ]}, - "Created": "2026-04-09T01:38:21.699047155Z", + "Created": "2026-04-09T08:44:07.174858253Z", "Cap": 131, "Tags": ["tag:pidgey"], "Online": true, "ComputedName": "pidgey", "ComputedNameWithHost": "pidgey" }, { - "ID": 6638652402138112, - "StableID": "n3EEnC9fqt11CNTRL", + "ID": 3346708397797202, + "StableID": "nyUErZMj8T11CNTRL", + "Name": "ivysaur.tail78f774.ts.net.", + "User": 4538565228176803, + "Key": "nodekey:35bacd753a4b821a2acb1092ca667457f5a69953a18bb7b203e8602bc6eeae4d", + "KeyExpiry": "2026-10-06T08:44:13Z", + "DiscoKey": "discokey:027bc4c3e8141c25e6b35bae4fe1987b178bb943c3e362a4868152a05907077b", + "Addresses": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "AllowedIPs": ["100.110.174.78/32", "fd7a:115c:a1e0::c637:ae4f/128"], + "Endpoints": ["77.164.248.136:60243", "10.65.0.27:60243", "172.17.0.1:60243"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "ivysaur", "Services": [ + {"Proto": "peerapi4", "Port": 49864}, + {"Proto": "peerapi6", "Port": 49864} + ]}, + "Created": "2026-04-09T08:44:13.610610077Z", + "Cap": 131, + "Online": true, + "ComputedName": "ivysaur", + "ComputedNameWithHost": "ivysaur" + }, { + "ID": 4783663576724388, + "StableID": "n1uYPNjXMe11CNTRL", + "Name": "blastoise.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:c7f3f38a6b85cdbf1bfdd6048e2b6f060a2ecd820f925f8b1ec0bffc7639f402", + "DiscoKey": "discokey:71daab2e0caf6a54d78d41dddd9d85339cbbcbe91087579df881083046cf2d79", + "Addresses": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "AllowedIPs": ["100.121.244.3/32", "fd7a:115c:a1e0::7637:f403/128"], + "Endpoints": ["77.164.248.136:59003", "10.65.0.27:59003", "172.17.0.1:59003"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ + {"Proto": "peerapi4", "Port": 65486}, + {"Proto": "peerapi6", "Port": 65486} + ]}, + "Created": "2026-04-09T08:44:09.861913751Z", + "Cap": 131, + "Tags": ["tag:exit", "tag:router"], + "Online": true, + "ComputedName": "blastoise", + "ComputedNameWithHost": "blastoise" + }, { + "ID": 6595112389312353, + "StableID": "nrPewJRwVt11CNTRL", + "Name": "fearow.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:301ad94e90c954d81dc594c1797f6a49b5d19ea35a67e4ae27f00402907a3b14", + "DiscoKey": "discokey:6d85e8c0a28d86ccd65698c4e7a734777b9c86dfe1140e72bdf66d94c73bd57e", + "Addresses": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "AllowedIPs": ["100.122.59.21/32", "fd7a:115c:a1e0::9037:3b15/128"], + "Endpoints": ["77.164.248.136:56994", "10.65.0.27:56994", "172.17.0.1:56994"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "fearow", "Services": [ + {"Proto": "peerapi4", "Port": 48967}, + {"Proto": "peerapi6", "Port": 48967} + ]}, + "Created": "2026-04-09T08:44:10.939193036Z", + "Cap": 131, + "Tags": ["tag:fearow"], + "Online": true, + "ComputedName": "fearow", + "ComputedNameWithHost": "fearow" + }, { + "ID": 6666492497609035, + "StableID": "nSNbgJTG4u11CNTRL", "Name": "spearow.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:e72b0e2c8ddaf9649dbdab1b6d82bbfde1259be5042111d0272503dd3f5b8740", - "DiscoKey": "discokey:2cec45c1787f19c48495642a3e9c63d9c8cad2f35b13dd7b277b69a33af99a42", - "Addresses": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "AllowedIPs": ["100.91.135.65/32", "fd7a:115c:a1e0::3f37:8741/128"], - "Endpoints": ["77.164.248.136:35488", "10.65.0.27:35488", "172.17.0.1:35488"], + "Key": "nodekey:631980eff5aa86167ed11099c694621e517e1b8409cd1a2d5871033558332052", + "DiscoKey": "discokey:a350e3626a31ce26deb025c5a4dab5ca6be37dd69e8aabed8f1fabd251563967", + "Addresses": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "AllowedIPs": ["100.115.32.83/32", "fd7a:115c:a1e0::5837:2053/128"], + "Endpoints": ["77.164.248.136:44734", "10.65.0.27:44734", "172.17.0.1:44734"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "spearow", "Services": [ - {"Proto": "peerapi4", "Port": 59337}, - {"Proto": "peerapi6", "Port": 59337} + {"Proto": "peerapi4", "Port": 44023}, + {"Proto": "peerapi6", "Port": 44023} ]}, - "Created": "2026-04-09T01:38:24.956320824Z", + "Created": "2026-04-09T08:44:10.40946403Z", "Cap": 131, "Tags": ["tag:spearow"], "Online": true, "ComputedName": "spearow", "ComputedNameWithHost": "spearow" }, { - "ID": 6802359744679295, - "StableID": "n8Zw3STo7v11CNTRL", - "Name": "rattata.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:81b7d03539727d1586e09c8e41969e87018a7b0bf36c605e252ac0599f416576", - "DiscoKey": "discokey:ae1217c29dfddf8e631fefe532b692a72b574170c1e6fa358a831a9feac86a28", - "Addresses": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "AllowedIPs": ["100.65.101.119/32", "fd7a:115c:a1e0::9f37:6577/128"], - "Endpoints": ["77.164.248.136:53856", "10.65.0.27:53856", "172.17.0.1:53856"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ - {"Proto": "peerapi4", "Port": 50584}, - {"Proto": "peerapi6", "Port": 50584} + "ID": 7018700871258637, + "StableID": "ntvhaUNnow11CNTRL", + "Name": "bulbasaur.tail78f774.ts.net.", + "User": 4156223528223174, + "Key": "nodekey:10faff5efcdce5059b4fc7ec2505627d00beef47d759f15daf66a0e087451d38", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:c387cbe15d6e0639f64bd7268f0a9800710fa9b7158054691a015b4d5699901f", + "Addresses": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "AllowedIPs": ["100.69.29.57/32", "fd7a:115c:a1e0::8737:1d39/128"], + "Hostinfo": {"OS": "linux", "Hostname": "bulbasaur", "Services": [ + {"Proto": "peerapi4", "Port": 61997}, + {"Proto": "peerapi6", "Port": 61997} ]}, - "Created": "2026-04-09T01:38:23.344457297Z", + "Created": "2026-04-09T08:44:14.683605444Z", "Cap": 131, - "Tags": ["tag:group-a"], "Online": true, - "ComputedName": "rattata", - "ComputedNameWithHost": "rattata" + "ComputedName": "bulbasaur", + "ComputedNameWithHost": "bulbasaur" }, { - "ID": 7797916906757876, - "StableID": "nPrcL94ht321CNTRL", + "ID": 7509731513420861, + "StableID": "nz5UyvuAe121CNTRL", + "Name": "kakuna.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:fdb2e9a3dccfa621a091d47ddb2b17f1530293aa4219995665c72c72ea414f7f", + "DiscoKey": "discokey:d71ab15153f72d2c0fc02b84ed08db92c0e1c8627541d3cf8dc32ad76c02091a", + "Addresses": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "AllowedIPs": ["100.65.79.128/32", "fd7a:115c:a1e0::ea37:4f80/128"], + "Endpoints": ["77.164.248.136:58549", "10.65.0.27:58549", "172.17.0.1:58549"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "kakuna", "Services": [ + {"Proto": "peerapi4", "Port": 60943}, + {"Proto": "peerapi6", "Port": 60943} + ]}, + "Created": "2026-04-09T08:44:12.536795789Z", + "Cap": 131, + "Tags": ["tag:prod"], + "Online": true, + "ComputedName": "kakuna", + "ComputedNameWithHost": "kakuna" + }, { + "ID": 7730334505847367, + "StableID": "nWehzBn5N321CNTRL", + "Name": "pidgeotto.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:dfc1cfef159d89292ea9f40b4ce9a4ae858e302a7d875ba1a0bc165de4b2b060", + "DiscoKey": "discokey:b4614f4c3d6320a3e3f027e0b86c1443ced37c71e9057000bbbe817257636950", + "Addresses": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "AllowedIPs": ["100.114.176.97/32", "fd7a:115c:a1e0::e437:b062/128"], + "Endpoints": ["77.164.248.136:43219", "10.65.0.27:43219", "172.17.0.1:43219"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "pidgeotto", "Services": [ + {"Proto": "peerapi4", "Port": 39514}, + {"Proto": "peerapi6", "Port": 39514} + ]}, + "Created": "2026-04-09T08:44:07.710589496Z", + "Cap": 131, + "Tags": ["tag:pidgeotto"], + "Online": true, + "ComputedName": "pidgeotto", + "ComputedNameWithHost": "pidgeotto" + }, { + "ID": 7905304661955777, + "StableID": "nryuX1xKj421CNTRL", + "Name": "venusaur.tail78f774.ts.net.", + "User": 3982058329734709, + "Key": "nodekey:c24fe68238c9c524d9dcf524b6176fb73b3753303f5dbf748993ee6aa706c372", + "KeyExpiry": "2026-10-06T08:44:14Z", + "DiscoKey": "discokey:51faee73ad2ab389c8bad2546cbd03ae78945a7266ad03928497ccfa1f18b33c", + "Addresses": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "AllowedIPs": ["100.70.195.115/32", "fd7a:115c:a1e0::a737:c373/128"], + "Endpoints": ["77.164.248.136:52418", "10.65.0.27:52418", "172.17.0.1:52418"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "venusaur", "Services": [ + {"Proto": "peerapi4", "Port": 35947}, + {"Proto": "peerapi6", "Port": 35947} + ]}, + "Created": "2026-04-09T08:44:14.152918273Z", + "Cap": 131, + "Online": true, + "ComputedName": "venusaur", + "ComputedNameWithHost": "venusaur" + }, { + "ID": 8403990126998910, + "StableID": "nDcpQ4aBd821CNTRL", + "Name": "beedrill.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:48775d7b26d12c8e3f8ad3968321fca53aff9eb4103b52b5a8557e686047ce5b", + "DiscoKey": "discokey:03716f95ed24379a9e64c329bbf1df54d09f20f02bbc1645784c6da55857b04e", + "Addresses": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "AllowedIPs": ["100.71.206.92/32", "fd7a:115c:a1e0::6037:ce5c/128"], + "Endpoints": ["77.164.248.136:60672", "10.65.0.27:60672", "172.17.0.1:60672"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "beedrill", "Services": [ + {"Proto": "peerapi4", "Port": 42312}, + {"Proto": "peerapi6", "Port": 42312} + ]}, + "Created": "2026-04-09T08:44:13.081976427Z", + "Cap": 131, + "Tags": ["tag:server"], + "Online": true, + "ComputedName": "beedrill", + "ComputedNameWithHost": "beedrill" + }, { + "ID": 8504165759683195, + "StableID": "nk153p1ZQ921CNTRL", "Name": "squirtle.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:55919c5473d8ba02620c658ef0a291504ef03e4c2908f94eca5ae6a69d21cb17", - "DiscoKey": "discokey:6b3a2a2699182a2daa8a73d85394e9d18b12c8a33ee5caee9879f2eee0407d60", - "Addresses": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "AllowedIPs": ["100.97.203.24/32", "fd7a:115c:a1e0::9d37:cb18/128"], - "Endpoints": ["77.164.248.136:55660", "10.65.0.27:55660", "172.17.0.1:55660"], + "Key": "nodekey:b55fc5fe5a1ea9114099e39cf3b0a1b473889c8fd2a878f973c61899add23b5b", + "DiscoKey": "discokey:a9c0b3060e569bda0d1b656591061952778153ebfa379e8037d006025c924a7e", + "Addresses": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "AllowedIPs": ["100.82.59.92/32", "fd7a:115c:a1e0::ad37:3b5c/128"], + "Endpoints": ["77.164.248.136:50368", "10.65.0.27:50368", "172.17.0.1:50368"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "squirtle", "Services": [ - {"Proto": "peerapi4", "Port": 61142}, - {"Proto": "peerapi6", "Port": 61142} + {"Proto": "peerapi4", "Port": 53547}, + {"Proto": "peerapi6", "Port": 53547} ]}, - "Created": "2026-04-09T01:38:26.031215307Z", + "Created": "2026-04-09T08:44:11.467026912Z", "Cap": 131, "Tags": ["tag:router"], "Online": true, "ComputedName": "squirtle", "ComputedNameWithHost": "squirtle" }, { - "ID": 7831896339230012, - "StableID": "njAsRud5A421CNTRL", + "ID": 8811220554984753, + "StableID": "nCkXqipcoB21CNTRL", + "Name": "rattata.tail78f774.ts.net.", + "User": 1260082990019555, + "Key": "nodekey:49cb050f5fb02d46cfdbf9f8729fb7ab20176ec7f5be518e6d2a67126318dc45", + "DiscoKey": "discokey:a45cdd77b2170de9af1666beb163e4afa81fdfdb0c9a66989e594c2a5b6ba62b", + "Addresses": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "AllowedIPs": ["100.88.220.70/32", "fd7a:115c:a1e0::6337:dc46/128"], + "Endpoints": ["77.164.248.136:59965", "10.65.0.27:59965", "172.17.0.1:59965"], + "HomeDERP": 14, + "Hostinfo": {"OS": "linux", "Hostname": "rattata", "Services": [ + {"Proto": "peerapi4", "Port": 51372}, + {"Proto": "peerapi6", "Port": 51372} + ]}, + "Created": "2026-04-09T08:44:08.794135344Z", + "Cap": 131, + "Tags": ["tag:group-a"], + "Online": true, + "ComputedName": "rattata", + "ComputedNameWithHost": "rattata" + }, { + "ID": 8967662490594134, + "StableID": "n5EdyeHU2D21CNTRL", "Name": "raticate.tail78f774.ts.net.", "User": 1260082990019555, - "Key": "nodekey:1c5c2c76d6ee5f55ab364091b2848cd611e03c0f76a6f302bf4d59e9d1d93c13", - "DiscoKey": "discokey:1dce0ba792916a5e4f6ed432c400d734eaef9b39cd04de8c70168e826ce71160", - "Addresses": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "AllowedIPs": ["100.89.60.20/32", "fd7a:115c:a1e0::d137:3c14/128"], - "Endpoints": ["77.164.248.136:49529", "10.65.0.27:49529", "172.17.0.1:49529"], + "Key": "nodekey:535c183da18a41f6c7ea0e06cb288774ff15b40a63c1c01bd930b2a553c1da7e", + "DiscoKey": "discokey:cdb3b2d4840e9f1c3bcb33445eaba770433310997f60dc44bc55f4ef2e058465", + "Addresses": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "AllowedIPs": ["100.65.218.127/32", "fd7a:115c:a1e0::5337:da7f/128"], + "Endpoints": ["77.164.248.136:58261", "10.65.0.27:58261", "172.17.0.1:58261"], "HomeDERP": 14, "Hostinfo": {"OS": "linux", "Hostname": "raticate", "Services": [ - {"Proto": "peerapi4", "Port": 57775}, - {"Proto": "peerapi6", "Port": 57775} + {"Proto": "peerapi4", "Port": 65501}, + {"Proto": "peerapi6", "Port": 65501} ]}, - "Created": "2026-04-09T01:38:23.869467061Z", + "Created": "2026-04-09T08:44:09.327969299Z", "Cap": 131, "Tags": ["tag:group-b"], "Online": true, "ComputedName": "raticate", "ComputedNameWithHost": "raticate" - }, { - "ID": 8149842433397624, - "StableID": "n9ds1PY5e621CNTRL", - "Name": "blastoise.tail78f774.ts.net.", - "User": 1260082990019555, - "Key": "nodekey:7ea55eae7224eb4566ad4fdc7bf15f9ab38427cc53bf1c0ef5bb203b71995c72", - "DiscoKey": "discokey:994130a52f419d8442ba2608188cd3ace53838f6003b4045a6688a7fa193661f", - "Addresses": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "AllowedIPs": ["100.89.92.115/32", "fd7a:115c:a1e0::7137:5c73/128"], - "Endpoints": ["77.164.248.136:43721", "10.65.0.27:43721", "172.17.0.1:43721"], - "HomeDERP": 14, - "Hostinfo": {"OS": "linux", "Hostname": "blastoise", "Services": [ - {"Proto": "peerapi4", "Port": 65267}, - {"Proto": "peerapi6", "Port": 65267} - ]}, - "Created": "2026-04-09T01:38:24.410898704Z", - "Cap": 131, - "Tags": ["tag:exit", "tag:router"], - "Online": true, - "ComputedName": "blastoise", - "ComputedNameWithHost": "blastoise" }], "DNS": {"ExitNodeFilteredSet": [".ts.net", ".tailscale.net"]}, "PacketFilter": [{"IPProto": [6, 17, 1, 58], "Srcs": [ @@ -18706,27 +18731,29 @@ "TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Domain": "odin@example.com", "DomainAuditLogID": "", - "UserProfiles": {"1260082990019555": { - "ID": 1260082990019555, - "LoginName": "tagged-devices", - "DisplayName": "Tagged Devices" - }, "3982058329734709": { - "ID": 3982058329734709, - "LoginName": "freya@example.com", - "DisplayName": "freya" - }, "4156223528223174": { - "ID": 4156223528223174, - "LoginName": "odin@example.com", - "DisplayName": "odin" - }, "4538565228176803": { - "ID": 4538565228176803, - "LoginName": "thor@example.com", - "DisplayName": "thor" - }, "8696202907862692": { - "ID": 8696202907862692, - "LoginName": "weedle.tail78f774.ts.net", - "DisplayName": "weedle" - }} + "UserProfiles": { + "1260082990019555": { + "ID": 1260082990019555, + "LoginName": "tagged-devices", + "DisplayName": "Tagged Devices" + }, + "3982058329734709": { + "ID": 3982058329734709, + "LoginName": "freya@example.com", + "DisplayName": "freya" + }, + "4156223528223174": { + "ID": 4156223528223174, + "LoginName": "odin@example.com", + "DisplayName": "odin" + }, + "4538565228176803": {"ID": 4538565228176803, "LoginName": "thor@dalby.cc", "DisplayName": "thor"}, + "576694406056759": { + "ID": 576694406056759, + "LoginName": "weedle.tail78f774.ts.net", + "DisplayName": "weedle" + } + } }, "ssh_rules": [] }}